@charset "UTF-8";
/* ========================================================================
    共通
 ========================================================================== */
.p-lightgreen {
  color: #A3C946;
}

.p-sec-ttl {
  font-size: 3.2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 45px;
  display: inline-block;
  position: relative;
  margin-bottom: 70px;
}
.p-sec-ttl::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  left: 0;
  top: -20px;
  background: url(../images/icn_sec_ttl_circle.png) no-repeat center center/contain;
}
.p-sec-ttl::after {
  position: absolute;
  content: "";
  left: calc(100% + 20px);
  bottom: -8px;
  height: 70px;
  width: 384px;
  background: url(../images/img_sec_ttl_teeth_en.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .p-sec-ttl {
    font-size: 2.2rem;
    line-height: 1.36;
    padding-left: 25px;
    margin-bottom: 60px;
  }
  .p-sec-ttl::before {
    width: 50px;
    height: 50px;
    left: 5px;
    top: 0px;
  }
  .p-sec-ttl::after {
    width: 206px;
    height: 37px;
    left: 20px;
    bottom: -35px;
  }
}
/* ========================================================================
    SPのみ 問い合わせバナー 画面下部
 ========================================================================== */
@media screen and (max-width: 767px) {
  .p-sp-contact-link-wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 1000;
  }
  .p-sp-contact-link {
    flex: 0 0 33.3333%;
    color: #fff;
    text-align: center;
    height: 60px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    font-weight: bold;
    padding-top: 35px;
  }
  .p-sp-contact-link.p-sp-line {
    background: #3AAE36 url(../images/icn_line.svg) no-repeat center top 10px/19px;
    border-right: 1px solid #fff;
  }
  .p-sp-contact-link.p-sp-web {
    background: #FF6565 url(../images/icn_mail.svg) no-repeat center top 10px/20px;
    border-right: 1px solid #fff;
  }
  .p-sp-contact-link.p-sp-tel {
    background: #A3C946 url(../images/icn_tel_white.svg) no-repeat center top 10px/17px;
  }
}
/* ========================================================================
    p-top
 ========================================================================== */
.p-top {
  padding-top: 55px;
  height: 636px;
  background: url(../images/img_top_bg.png) no-repeat center center/cover;
  margin-top: 90px;
}

.p-top-txt2 {
  margin-top: 30px;
  position: relative;
}
.p-top-txt2::after {
  position: absolute;
  content: "";
  width: 154px;
  height: 154px;
  top: -35%;
  left: 43%;
  background: url(../images/img_top_orange.png) no-repeat center center/contain;
}

.p-top-txt3 {
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: 500;
  margin-top: 10px;
  padding-left: 310px;
}

@media screen and (max-width: 767px) {
  .p-top {
    background: url(../images/img_top_bg_sp-2.png) no-repeat center right/cover;
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 0;
  }
  .p-top-txt1 {
    padding: 0 15px;
    position: relative;
  }
  .p-top-txt1::after {
    position: absolute;
    content: "";
    width: 22vw;
    height: 22vw;
    bottom: -3%;
    right: 17%;
    background: url(../images/img_top_orange.png) no-repeat center center/contain;
  }
  .p-top-txt3 {
    padding-left: 15px;
    font-size: 2.6666666667vw;
    margin-top: 5px;
  }
}
/* ========================================================================
    p-lead
 ========================================================================== */
.p-lead {
  background: #F7F7F7;
  padding: 0px 0 80px;
  position: relative;
}

.p-lead-price {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  width: 800px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  top: -185px;
}
.p-lead-price::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 3px solid #A3C946;
  border-radius: 10px;
  z-index: 2;
  left: 10px;
  top: 10px;
  pointer-events: none;
}

.p-lead-price-ttl {
  text-align: center;
}

.p-lead-price-txt1 {
  text-align: center;
  margin-top: 30px;
}

.p-lead-price-txt2 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
.p-lead-price-txt2.mt0-pc {
  margin-top: 0;
}

.p-lead-price-link-wrap {
  text-align: center;
  margin-top: 20px;
}

.p-lead-price-link {
  width: 410px;
  height: 70px;
  line-height: 70px;
  font-size: 2.4rem;
}
.p-lead-price-link.l-btn::after {
  display: none;
}
.p-lead-price-link.l-btn-line span {
  padding-left: 35px;
}
.p-lead-price-link.l-btn-line span::before {
  width: 40px;
  height: 40px;
  top: -1px;
}

.p-lead-wrap {
  width: 1000px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 40px 30px;
  margin: -60px auto 0;
  position: relative;
}
.p-lead-wrap::after {
  position: absolute;
  content: "";
  width: 195px;
  height: 277px;
  right: 40px;
  bottom: 40px;
  background: url(../images/img_worry_women.png) no-repeat center center/contain;
}

.p-sec-ttl-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.p-sec-ttl-wrap .p-sec-ttl::after {
  bottom: auto;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/img_sec_ttl_worry_en.png) no-repeat center center/contain;
  width: 135px;
  height: 48px;
}

.p-lead-list {
  margin-top: 90px;
}

.p-lead-item {
  font-size: 2.2rem;
  line-height: 2.0909090909;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
}
.p-lead-item::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  top: 6px;
  background: url(../images/icn_worry_check.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .p-lead {
    padding: 0 0 50px;
  }
  .p-lead-price {
    width: 90%;
    top: -45px;
    padding: 30px 0;
  }
  .p-lead-price::after {
    border: 2px solid #A3C946;
  }
  .p-lead-price-ttl {
    width: 115px;
    margin: 0 auto 15px;
  }
  .p-lead-price-txt1 {
    max-width: 255px;
    margin: 0 auto;
  }
  .p-lead-price-txt2 {
    margin-top: 10px;
  }
  .p-lead-price-txt2.mt0-pc {
    margin-top: 10px;
  }
  .p-lead-price-link {
    max-width: 255px;
    font-size: 1.4rem;
    height: 44px;
    line-height: 44px;
  }
  .p-lead-price-link.l-btn-line span {
    padding-left: 15px;
  }
  .p-lead-price-link.l-btn-line span::before {
    width: 25px;
    height: 25px;
    top: -2px;
  }
  .p-lead-wrap {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 20px 220px;
  }
  .p-lead-wrap::after {
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/img_worry_women_sp.png) no-repeat center center/contain;
    height: 212px;
  }
  .p-sec-ttl-wrap .p-sec-ttl::after {
    width: 75px;
    height: 27px;
  }
  .p-lead-list {
    margin-top: 65px;
  }
  .p-lead-item {
    font-size: 1.8rem;
    line-height: 1.3333;
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .p-lead-item::before {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* ========================================================================
    p-reason
 ========================================================================== */
.p-reason {
  background: url(../images/bg_dot.png);
  padding: 80px 0 40px;
  position: relative;
}
.p-reason::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background: url(../images/icn_reason_arrow.png) no-repeat center center/contain;
}
.p-reason .p-sec-ttl-img {
  padding-right: 60px;
}

.p-reason-catch {
  font-size: 4.2rem;
  line-height: 1.7619047619;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.p-reason-catch::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 110px;
  background: url(../images/icn_reason_circle.png) no-repeat center center/contain;
  right: 310px;
  bottom: -20px;
  z-index: -1;
}
.p-reason-catch .p-accent {
  position: relative;
}
.p-reason-catch .p-accent::after {
  position: absolute;
  content: "・・・・";
  top: -50px;
  left: 0;
  font-size: 4.2rem;
  line-height: 1.7619047619;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #A3C946;
}

.p-reason-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.p-reason-item {
  flex: 0 0 31.5%;
  position: relative;
  margin-bottom: 40px;
}

.p-reason-item-num {
  position: absolute;
  left: 20px;
  top: 195px;
}

.p-reason-item-ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  height: 64px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-reason-item-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-reason {
    padding: 60px 0 20px;
  }
  .p-reason .p-sec-ttl-img {
    padding-right: 0;
  }
  .p-reason-catch {
    font-size: 2.9rem;
    line-height: 1.6666;
    margin-bottom: 30px;
  }
  .p-reason-catch::after {
    right: 0;
    bottom: 25px;
    width: 110px;
    height: 90px;
  }
  .p-reason-catch .p-accent::after {
    font-size: 3rem;
    top: -40px;
  }
  .p-reason-list {
    display: block;
    margin-top: 30px;
  }
  .p-reason-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-reason-item-img img {
    width: 100%;
  }
  .p-reason-item-num {
    width: 60px;
    top: 48vw;
  }
  .p-reason-item-ttl {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .p-reason-item-txt {
    margin-top: 10px;
    font-weight: 400;
  }
}
/* ========================================================================
    p-simulation
 ========================================================================== */
.p-simulation {
  background: #F5FAE8;
  padding: 150px 0 80px;
}

.p-sec-ttl-img {
  text-align: center;
}

.p-simulation-ttl {
  font-size: 2.4rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
.p-simulation-ttl::after {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  background: url(../images/icn_simulation_ttl.png) no-repeat center center/contain;
  z-index: -1;
}

.p-simulation-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.p-simulation-item {
  flex: 0 0 32%;
  margin-top: 30px;
}

.p-simulation-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-simulation {
    padding: 40px 0;
  }
  .p-simulation-ttl {
    margin-top: 55px;
    font-size: 2rem;
    line-height: 1.6;
    min-height: 64px;
  }
  .p-simulation-ttl::after {
    width: 90px;
    height: 90px;
    top: -30px;
  }
  .p-simulation-ttl.p-sim-ttl-2row::after {
    top: -20px;
  }
  .p-simulation-list {
    display: block;
    margin-top: 20px;
  }
  .p-simulation-item {
    flex: 100%;
    margin-top: 25px;
  }
  .p-simulation-txt {
    margin-top: 10px;
    font-weight: 400;
  }
}
/* ========================================================================
    p-teeth
 ========================================================================== */
.p-teeth {
  padding: 80px 0;
}

.p-teeth-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-teeth-item {
  width: calc(25% - 20px);
  background: #F7F7F7;
  padding: 40px 30px 35px;
  border-radius: 10px;
  margin: 0 20px 20px 0;
}
.p-teeth-item:nth-child(4) {
  margin-right: 0;
}

.p-teeth-item-img {
  text-align: center;
}

.p-teeth-item-ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-teeth-bottom-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-teeth {
    padding: 40px 0;
  }
  .p-teeth-item {
    width: 47%;
    padding: 20px 10px;
  }
  .p-teeth-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-teeth-item:nth-child(4) {
    margin-right: 0;
  }
  .p-teeth-item-img {
    width: 80%;
    margin: 0 auto;
  }
  .p-teeth-item-ttl {
    font-size: 1.8rem;
    height: 87px;
    line-height: 1.5555;
  }
  .p-teeth-bottom-txt {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.75;
  }
}
/* ========================================================================
    p-flow
 ========================================================================== */
.p-flow {
  background: #F5F5F5 url(../images/bg_dot.png);
  padding: 80px 0;
}
.p-flow .p-sec-ttl::after {
  background: url(../images/img_sec_ttl_flow_en.png) no-repeat center center/contain;
  width: 110px;
  height: 70px;
}

.p-flow-list {
  display: flex;
  justify-content: space-between;
}

.p-flow-item {
  flex: 0 0 24%;
}

.p-flow-item-num {
  display: block;
  width: 74px;
  height: 72px;
  color: #fff;
  background: url(../images/img_flow_num.png) no-repeat center center/contain;
  font-size: 3.2rem;
  font-weight: bold;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.p-flow-item-ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.p-flow-item-img {
  margin-top: 20px;
}

.p-flow-item-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding: 40px 0 20px;
  }
  .p-flow .p-sec-ttl::after {
    width: 60px;
    height: 37px;
  }
  .p-flow-list {
    display: block;
  }
  .p-flow-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-flow-item-num {
    width: 65px;
    height: 62px;
    font-size: 3rem;
  }
  .p-flow-item-ttl {
    font-size: 1.8rem;
    margin-top: 0px;
  }
  .p-flow-item-img {
    margin-top: 15px;
  }
  .p-flow-item-img img {
    width: 100%;
  }
  .p-flow-item-txt {
    margin-top: 15px;
    font-weight: 400;
  }
}
/* ========================================================================
    Line button
 ========================================================================== */
.p-line-btn-wrap {
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-line-btn-wrap {
    padding: 40px 0;
  }
}
/* ========================================================================
    p-price
 ========================================================================== */
.p-price {
  background: #F5FAE8;
  padding: 80px 0;
}
.p-price .p-sec-ttl::after {
  background: url(../images/img_sec_ttl_price_en.png) no-repeat center center/contain;
  width: 111px;
  height: 53px;
  bottom: -3px;
}

.p-price-wrap {
  display: flex;
  justify-content: space-between;
}

.p-price-left {
  flex: 0 0 48.5%;
}

.p-price-content-heading {
  color: #fff;
  text-align: center;
  background: #A3C946;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.p-price-content {
  background: #fff;
  padding: 0 40px 30px;
  border-radius: 10px;
}

.p-price-row {
  border-bottom: 1px solid #D1D1D1;
  padding: 20px 0;
}
.p-price-row.p-price-row7700 {
  padding: 30px 0 20px;
}

.p-w48 {
  flex: 0 0 48%;
}

.p-w52 {
  flex: 0 0 52%;
}

.p-price-row-ttl {
  font-size: 2.4rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: inline-block;
}
.p-price-row-ttl span {
  font-size: 2rem;
  font-weight: 500;
}

.p-price-row-ttl1,
.p-price-row-ttl2 {
  position: relative;
}
.p-price-row-ttl1::after,
.p-price-row-ttl2::after {
  position: absolute;
  content: "";
  left: calc(100% + 15px);
  top: 25px;
}

.p-price-row-ttl1::after {
  width: 380px;
  height: 3px;
  background: url(../images/icn_price_dot1.png) no-repeat center center/cover;
}

.p-price-row-ttl2::after {
  width: 271px;
  height: 3px;
  background: url(../images/icn_price_dot2.png) no-repeat center center/cover;
}

.p-price-row-txt1 {
  font-size: 2.4rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: inline-block;
}

.p-price-row-txt2 {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  margin-top: 20px;
}

.p-price-row-txt3 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.p-price-row-txt3.p-inlineb {
  display: inline-block;
  text-align: left;
}

.p-tar {
  text-align: right;
  margin-top: 5px;
}

.p-price-row-txt4 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.p-price-img {
  text-align: center;
  margin-top: 35px;
}

.p-price-right {
  flex: 0 0 48.5%;
}

.p-price-row-wrap {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-price {
    padding: 40px 0 30px;
  }
  .p-price .p-sec-ttl::after {
    width: 63px;
    height: 30px;
    bottom: -35px;
  }
  .p-price-wrap {
    display: block;
  }
  .p-price-content-heading {
    font-size: 2rem;
    line-height: 1.3;
    padding: 10px 0;
  }
  .p-price-content {
    padding: 0 20px 20px;
    margin-bottom: 20px;
  }
  .p-price-row {
    padding: 15px 0;
  }
  .p-price-row .p-price-row7700 {
    padding: 25px 0 15px;
  }
  .p-price-row-ttl {
    font-size: 2rem;
  }
  .p-price-row-ttl1::after {
    width: 54.4vw;
  }
  .p-price-row-ttl2::after {
    width: 26.6666vw;
  }
  .p-price-row-txt1 {
    font-size: 2rem;
  }
  .p-price-row-txt2 {
    margin-top: 15px;
  }
  .p-price-row-txt3 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-price-row-txt4 {
    font-size: 1.4rem;
  }
  .p-tar {
    text-align: left;
  }
  .p-price-img {
    margin-top: 20px;
  }
  .p-price-row-wrap {
    display: block;
  }
}
/* ========================================================================
    p-faq
 ========================================================================== */
.p-faq {
  padding: 80px 0;
}
.p-faq .p-sec-ttl::after {
  background: url(../images/img_sec_ttl_faq_en.png) no-repeat center center/contain;
  width: 80px;
  height: 70px;
  bottom: -6px;
}

.p-faq-item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #D1D1D1;
  cursor: pointer;
}
.p-faq-item-heading.open .p-faq-item-btn::after {
  background: url(../images/icn_faq_close.png) no-repeat center center/contain;
}

.p-faq-item-ttl {
  font-size: 2.2rem;
  line-height: 2.5454545455;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 90px;
  position: relative;
}
.p-faq-item-ttl::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  background: url(../images/img_faq_q.png) no-repeat center center/contain;
}

.p-faq-item-btn {
  position: relative;
  width: 48px;
  height: 48px;
}
.p-faq-item-btn::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  background: url(../images/icn_faq_open.png) no-repeat center center/contain;
}

.p-faq-item-content {
  display: none;
}

.p-faq-item-content-txt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 25px 90px 35px;
  border-bottom: 1px solid #D1D1D1;
  position: relative;
}
.p-faq-item-content-txt::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: 0;
  top: 30px;
  background: url(../images/img_faq_a.png) no-repeat center center/contain;
}
.p-faq-item-content-txt.p-faq-txt-line1 {
  padding: 25px 90px 60px;
}

.p-faq-footer-link {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding: 40px 0 40px;
  }
  .p-faq .p-sec-ttl::after {
    width: 46px;
    height: 40px;
    bottom: -40px;
  }
  .p-faq-item-heading {
    padding: 20px 0;
  }
  .p-faq-item-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 40px;
    padding-right: 30px;
  }
  .p-faq-item-ttl::before {
    width: 30px;
    height: 30px;
    top: 10px;
  }
  .p-faq-item-btn::after {
    width: 40px;
    height: 40px;
  }
  .p-faq-item-content-txt {
    font-size: 1.6rem;
    padding: 15px 15px 25px 40px;
  }
  .p-faq-item-content-txt::before {
    width: 30px;
    height: 30px;
    top: 20px;
  }
  .p-faq-item-content-txt.p-faq-txt-line1 {
    padding: 15px 15px 25px 40px;
  }
  .p-faq-footer-link {
    margin-top: 40px;
  }
}
/* ========================================================================
    p-doctor
 ========================================================================== */
.p-doctor {
  background: #F5FAE8 url(../images/bg_dot.png);
  padding: 40px 0 40px;
}

.p-doctor-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.p-doctor-item {
  flex: 0 0 48.5%;
  margin-bottom: 40px;
}

.p-doctor-item-heading {
  display: flex;
  padding-left: 50px;
  position: relative;
}
.p-doctor-item-heading::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 54px;
  left: 0;
  top: -5px;
  background: url(../images/icn_doctor_toothbrush.png) no-repeat center center/contain;
}

.p-doctor-name {
  font-size: 2.4rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 15px;
}

.p-doctor-name-info {
  font-size: 1.8rem;
  line-height: 3.1111111111;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #898989;
}

.p-doctor-item-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-top: 15px;
  height: calc(100% - 70px);
}

.p-doctor-item-ttl {
  margin-top: 35px;
}

.p-doctor-item-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 10px;
}

.p-doctor-list.p-doctor-list-1col {
  margin-top: 0;
}
.p-doctor-list.p-doctor-list-1col .p-doctor-item {
  flex: 0 0 100%;
}
.p-doctor-list.p-doctor-list-1col .p-doctor-item-wrap {
  padding-bottom: 15px;
}
.p-doctor-list.p-doctor-list-1col .p-doctor-item-wrap-top {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #D1D1D1;
}

.p-doctor-item-wrap-right {
  margin-left: 30px;
}

.p-doctor-item-message {
  padding-top: 35px;
}

.p-doctor-item-message-ttl {
  margin-bottom: 5px;
}

.p-doctor-item-message-txt {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-doctor {
    padding: 40px 0;
  }
  .p-doctor-list {
    flex-wrap: nowrap;
    margin-top: 25px;
    overflow-y: scroll;
  }
  .p-doctor-item {
    flex: 0 0 280px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .p-doctor-item-heading {
    display: block;
  }
  .p-doctor-item-heading::before {
    width: 28px;
    height: 39px;
    left: 12px;
    top: 12px;
  }
  .p-doctor-name {
    font-size: 2rem;
    line-height: 1.8;
  }
  .p-doctor-name-info {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-doctor-item-wrap {
    padding: 15px;
  }
  .p-doctor-item-ttl {
    width: 80px;
    margin-top: 15px;
  }
  .p-doctor-item-txt {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .p-doctor-list-note {
    color: #E60000;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 30px;
  }
  .p-doctor-list.p-doctor-list-1col .p-doctor-item-img img {
    width: 100%;
  }
  .p-doctor-list.p-doctor-list-1col .p-doctor-item-wrap-top {
    display: block;
    padding-bottom: 20px;
  }
  .p-doctor-item-wrap-right {
    margin-left: 0;
  }
  .p-doctor-item-message {
    padding-top: 20px;
  }
  .p-doctor-item-message-ttl {
    width: 108px;
  }
}
/* ========================================================================
    p-clinic
 ========================================================================== */
.p-clinic {
  padding: 45px 0 60px;
}
.p-clinic .p-sec-ttl-img {
  margin-bottom: 40px;
}

.p-clinic-ttl {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 35px;
}

.swiper-wrapper {
  width: 100%;
  height: 505px;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
  height: 8px;
}

.swiper-pagination-progressbar {
  background: #EFEFEF;
}

:root {
  --swiper-theme-color: #A3C946;
}

.swiper-button-prev {
  top: 85%;
  right: 80px;
  left: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #A3C946;
}
.swiper-button-prev::after {
  background: url(../images/icn_btn_arrow_left.png) no-repeat center center/contain;
  width: 18px;
  height: 10px;
  color: transparent;
  content: "";
}

.swiper-button-next {
  top: 85%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #A3C946;
}
.swiper-button-next::after {
  background: url(../images/icn_btn_arrow.png) no-repeat center center/contain;
  width: 18px;
  height: 10px;
  color: transparent;
  content: "";
}

.p-access-inner {
  width: 1200px;
  margin: 0 auto;
}

.p-clinic-access-wrap {
  position: relative;
  width: 100%;
  height: 520px;
  margin-bottom: 180px;
}

.p-clinic-access-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-clinic-access-map iframe {
  width: 100%;
}

.p-clinic-access-box {
  width: 610px;
  height: 220px;
  background: url(../images/bg_access_block.png) no-repeat center center/contain;
  padding: 35px 0;
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
}

.p-clinic-access-box-ttl {
  text-align: center;
}

.p-clinic-access-box-txt1 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 35px;
}

.p-clinic-access-box-txt2 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.p-clinic-hours-txt {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-clinic {
    padding: 40px 0;
  }
  .p-clinic-ttl {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .swiper {
    padding-bottom: 10vw;
  }
  .swiper-wrapper {
    height: auto;
  }
  .swiper-slide {
    padding: 0 35px;
  }
  .swiper-button-prev {
    top: 40%;
    right: auto;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  .swiper-button-next {
    top: 40%;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  .p-access-inner {
    width: 100%;
  }
  .p-access-inner .p-clinic-ttl {
    padding: 0 15px;
  }
  .p-clinic-access-wrap {
    margin-bottom: 115px;
  }
  .p-clinic-access-box {
    width: 315px;
    height: 185px;
    background: url(../images/bg_access_block_sp.png) no-repeat center center/contain;
    padding: 20px 0;
  }
  .p-clinic-access-box-ttl {
    width: 87px;
    margin: 0 auto;
  }
  .p-clinic-access-box-txt1 {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .p-clinic-access-box-txt2 {
    font-size: 1.8rem;
    line-height: 1.4444;
    margin-top: 10px;
  }
  .p-clinic-hours-txt {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
/* ========================================================================
    p-contact
 ========================================================================== */
.p-contact {
  background: #F7F7F7;
  padding: 45px 0 80px;
}

.p-contact-wrap {
  margin-top: 45px;
}

.p-contact-item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #D1D1D1;
}

.p-contact-item-left {
  flex: 0 0 380px;
  display: flex;
  align-items: center;
}
.p-contact-item-left label {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.p-contact-item-required {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  background: #EA0000;
  border-radius: 4px;
  line-height: 30px;
  width: 60px;
  text-align: center;
  margin-left: 30px;
}

.p-contact-item-option {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  background: #0086B7;
  border-radius: 4px;
  line-height: 30px;
  width: 60px;
  text-align: center;
  margin-left: 30px;
}

.p-contact-item-right {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=time],
select,
textarea,
label.p-contact-item-radio {
  border: 1px solid #C4C4C4;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
input[type=text]::placeholder, input[type=text]::-ms-input-placeholder, input[type=text]:-ms-input-placeholder,
input[type=email]::placeholder,
input[type=email]::-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]::placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]::placeholder,
input[type=date]::-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]::placeholder,
input[type=time]::-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
select::placeholder,
select::-ms-input-placeholder,
select:-ms-input-placeholder,
textarea::placeholder,
textarea::-ms-input-placeholder,
textarea:-ms-input-placeholder,
label.p-contact-item-radio::placeholder,
label.p-contact-item-radio::-ms-input-placeholder,
label.p-contact-item-radio:-ms-input-placeholder {
  color: #BABABA;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
}

input[type=time] {
  margin-left: 40px;
}

input[type=submit] {
  -webkit-appearance: none;
  border: none;
}

.p-contact-item-select {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.p-contact-item-select select {
  cursor: pointer;
  padding: 20px 45px 20px 20px;
}
.p-contact-item-select::after {
  position: absolute;
  content: "";
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #464646 transparent transparent transparent;
}

label.p-contact-item-radio {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
label.p-contact-item-radio input[type=radio] {
  margin-right: 30px;
}

textarea {
  height: 200px;
  resize: none;
}

.p-contact-item-txt {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
  margin-top: 10px;
}

.p-contact-bottom-txt {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}

.p-contact-submit-wrap {
  text-align: center;
}

.p-contact-submit {
  display: inline-block;
  position: relative;
  margin-top: 45px;
  transition: 0.3s;
}
.p-contact-submit:hover {
  opacity: 0.8;
}
.p-contact-submit::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 10px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icn_btn_arrow.png) no-repeat center center/contain;
}

.p-submit {
  padding-left: 75px;
}

.p-contact-policy-wrap {
  margin-top: 50px;
  background: #fff;
  border: 1px solid #464646;
  border-radius: 6px;
  height: 184px;
  overflow-y: scroll;
}

.p-contact-policy-txt {
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 45px 0 40px;
  }
  .p-contact-wrap {
    margin-top: 10px;
  }
  .p-contact-item {
    display: block;
    padding: 25px 0;
  }
  .p-contact-item-left label {
    font-size: 1.8rem;
  }
  .p-contact-item-right {
    margin-top: 15px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  input[type=time],
  select,
  textarea,
  label.p-contact-item-radio {
    padding: 17px;
  }
  input[type=date] {
    margin-bottom: 15px;
  }
  .p-contact-item-select {
    margin-bottom: 15px;
  }
  .p-contact-item-select select {
    padding: 17px 45px 17px 20px;
  }
  .p-contact-item-select::after {
    display: none;
  }
  textarea {
    height: 240px;
  }
  .p-contact-submit {
    margin-top: 30px;
  }
  .p-contact-bottom-txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .p-submit {
    padding-left: 0;
  }
  .p-contact-policy-wrap {
    margin-top: 30px;
  }
}/*# sourceMappingURL=top.css.map */