@charset "UTF-8";

.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb110 {
  margin-bottom: 110px;
}
.c-yellow {
  color: #FBF6BC;
}
.c-ofer-yellow {
  color: #FCEE23;
}
.c-orange {
  color: #ED7945;
}
.c-orange-notic {
  color: #F5AF1C;
}
.c-blue {
  color: #0F3E7C;
}
.c-center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.f-sizet30 {
  font-size: 3.0rem;
}
.f-sizet60 {
  font-size: 6.0rem;
}
.f-sizet232 {
  font-size: 23.2rem;
}
.f-sizet135 {
  font-size: 13.5rem;
}
.f-mincho {
  font-family: 'Noto Serif JP', serif;
}
.p-inner__text01 {
  font-size: 2.8rem;
}
.p-inner__text02 {
  font-size: 2.6rem;
  letter-spacing: -1px;
}
.p-inner__text03 {
  font-size: 2.0rem;
}
.block768-tab {
  display: none;
}
.sp {
  display: none;
}
/* ボタン
-------------------------------------- */
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
a.btn--contact {
  display: block;
  margin-top: 15px;
  padding: 20px;
  color: #fff;
  background: #FC961A;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 17px;
}
a.btn--contact .btn-offer-action {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  /* letter-spacing: 0; */
  line-height: 1.5;
  padding-right: 35px;
  padding-left: 35px;
  color: #FC961A;
  border-radius: 50px;
  background: #fff;
  font-size: 2.8rem;
}
a.btn--contact:hover {
  opacity: .75;
  background: #FF6313;
}
.contact-sexson {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FBFFCE;
  display: block;
}
.btn-offer-topics {
  font-size: 3.2rem;
  display: block;
}
/*ボタン（MV）*/
.p-kv__button a {
  border: 1px solid #0F3E7C;
  background: #0F3E7C;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 400px;
  padding: 10px 25px 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.p-kv__button a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #0F3E7C;
  transition: 0.3s;
}
.p-kv__button a:hover:after {
  right: -2.5rem;
}
.p-kv__button a:hover {
  background: #0B2E5D;
  color: #fff;
}
.p-kv__button a img {
  margin-right: 10px;
}
/*LINE登録*/
.p-kv__line-link {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 700px;
  width: 100%;
  z-index: 1;
}
.p-kv__line-link__text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 0;
  padding: 1.5rem 12rem 1.5rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #FC961A;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.p-kv__line-link__text p {
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  a.btn--contact {
    width: 90%;
    margin: 0 auto;
  }
}
/* キービジュアル
-------------------------------------- */
.p-kv {
  width: 100%;
  height: 100%;
}
.p-kv .slick-list, .p-kv .slick-track, .p-kv .slick-slide {
  height: 100%;
}
.p-kv .slick-slide > div {
  height: 100%;
}
.p-kv .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  height: 100%;
}
.l-kv__container {
  position: relative;
  z-index: 1;
}
.l-kv .slick-list {
  height: 100vh;
}
.p-kv__inner {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  letter-spacing: 0;
}
.p-kv__content img {
  object-fit: contain;
  /*object-fit: cover;*/
  height: 70vh;
}
/* layout
-------------------------------------- */
/* BIG ATTENTION */
.l-attention {
  padding-top: 143px;
  background: rgb(15, 62, 124);
  background: linear-gradient(180deg, rgba(15, 62, 124, 1) 0%, rgba(52, 172, 177, 1) 100%);
  color: #fff;
}
/* INVESTMENT CASE */
.l-investment-wrap .l-investment {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/ver01/bg-investment.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.l-investment-wrap .l-investment02 {
  padding-top: 245px;
  padding-bottom: 488px;
  background: url(../images/ver01/bg-investment02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
/* 直近の事例を紹介 */
.l-investment-wrap .l-example {
  background: #282C31;
}
/* WORRIES CASE */
.l-case {
  padding-top: 145px;
  padding-bottom: 128px;
  background: #1F6C92;
  position: relative;
  color: #fff;
}
.l-case::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  padding-top: 6.7%;
  background: #1F6C92;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.l-case__shape01 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 300px 0 300px;
  border-color: #124D8E transparent transparent transparent;
  position: absolute;
  bottom: -190px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.l-case__shape02 {
  position: absolute;
  top: -40px;
  left: calc(50% - 70rem);
  max-width: 31rem;
  width: 100%;
}
/* 結論からお伝えします */
.l-conclusion {
  padding-top: 350px;
  padding-bottom: 0;
}
/* NEW MAIND */
.l-maind {
  padding-top: 252px;
  padding-bottom: 350px;
  background: url(../images/ver01/bg-maind.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
/* DENTAL FITNESS */
.l-d-fitness {
  padding-top: 100px;
  padding-bottom: 114px;
  background: #0F3E7C;
  position: relative;
  color: #fff;
}
.l-d-fitness::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  width: 100%;
  padding-top: 15%;
  background: #0F3E7C;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
}
.l-d-fitness::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  padding-top: 6.7%;
  background: #0F3E7C;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
.l-d-fitness__shape01 {
  position: absolute;
  bottom: -250px;
  right: 5%;
  max-width: 45rem;
  width: 100%;
}
/* デンタルフィットネス６つのポイント */
.l-point {}
/* HISTORY */
.l-history {
  /*background: url(../images/ver01/bg-history.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  max-width: 1920px;
  height: 1601px;*/
  margin-top: 229px;
  margin-bottom: 150px;
}
.l-history img {
  margin-top: -200px;
}
/* Message */
.l-message {}
/* 実績 */
.l-achievement {
  padding-top: 150px;
}
.l-achievement .l-full {
  max-width: 1460px;
  margin: 0 auto;
}
/* VOICE */
.l-voice {
  padding-top: 347px;
  padding-bottom: 90px;
  background: #0F3E7C;
  position: relative;
  color: #fff;
}
.l-voice::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  padding-top: 190px;
  background: #fff;
  -webkit-clip-path: polygon(50% 85%, 100% 0, 0 0);
  clip-path: polygon(50% 85%, 100% 0, 0 0);
}
/* 完全コンサルティング */
.l-information-btn {
  background: #0F3E7C;
  padding-top: 74px;
  padding-bottom: 74px;
}
/* デンタルフィットネスを導入しませんか？ */
.l-notice {
  padding-top: 163px;
  padding-bottom: 150px;
  background: rgb(15, 62, 124);
  background: linear-gradient(0deg, rgba(15, 62, 124, 1) 0%, rgba(52, 172, 177, 1) 100%);
}
/* CURRENT SITUATION */
.l-situation {
  padding-top: 142px;
  padding-bottom: 142px;
  background: #F0F0F0;
  position: relative;
}
.l-situation::before {
  content: '';
  width: 15%;
  height: 616px;
  background: url(../images/ver01/bg-situation01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
}
.l-situation::after {
  content: '';
  width: 15%;
  height: 773px;
  background: url(../images/ver01/bg-situation02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* STEP FLOW */
.l-step {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #0F3E7C;
  color: #fff;
}
/* CURRICULUM */
.l-curriculum {
  padding-top: 150px;
  padding-bottom: 150px;
}
/* 告知 */
.l-offer {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/ver01/bg-offer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
/* よくあるご質問 */
.l-faq {
  padding-top: 140px;
  padding-bottom: 205px;
  background: url(../images/ver01/bg-faq.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

@media screen and (max-width: 540px) {
  .l-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-case {
    padding-bottom: 60px;
  }
}
/* Title
-------------------------------------- */

.p-heading {
  line-height: 2.9;
}
.p-heading__sub {
  font-size: 2.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.4rem;
  padding-bottom: 15px;
}
.p-heading__sub::before {
  content: '';
  width: 20px;
  height: 4px;
  background-color: #E48B18;
  margin-right: 15px;
}
.p-heading__title {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.75;
  padding-bottom: 45px;
}
.p-heading__title-large {
  font-size: 6.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.75;
}
.l-investment-wrap .p-heading__title-large {
  line-height: 1.0;
}
.title__round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 43px;
}
.title__round p {
  padding: 15px 55px;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .title__round p {
  padding: 15px 25px;
  }
  .l-point .p-heading__title span {
  display: block;
  }
  .l-point .p-heading__title br {
  display: none;
  }
}

/* Container
-------------------------------------- */
.l-wrapper {
  max-width: 1260px;
  margin: 0 auto;
}
.l-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.l-full {
  max-width: 1460px;
  margin: 0 auto;
}
/* BIG ATTENTION
-------------------------------------- */
.l-attention .title__round p {
  font-size: 2.0rem;
  color: #0F3E7C;
  font-weight: 500;
  margin: 0 auto;
}
.p-attention__flex ul {
  width: 100%;
  margin: 0 auto 45px;
  display: flex;
  flex-wrap: wrap;
}
.p-attention__flex ul li {
  width: calc(100% / 3 - 50px);
  margin: 0 auto;
}
.btn-attention {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .p-kv__content img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .p-attention__flex ul li {
    width: 30%;
  }
}
@media screen and (max-width: 540px) {
  .l-attention {
    padding-top: 60px;
  }
  .p-kv__content img {
    width: 96%;
  }
  .p-inner__text02, .p-inner__text01 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-inner__text03 {
    font-size: 1.6rem;
  }
  .contact-sexson {
    font-size: 2.0rem;
    font-weight: normal;
  }
  .btn-offer-topics, a.btn--contact .btn-offer-action {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 10px 20px;
  }
}
/* INVESTMENT CASE
-------------------------------------- */
.l-investment .p-heading h2 {}
.l-investment .title__round p {
  font-size: 2.6rem;
  color: #124D8E;
  font-weight: 600;
  margin: 0 auto;
}
.p-investment__text {
  max-width: 700px;
  margin: 72px auto 0;
  font-size: 2.6rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
}
.l-investment02 .p-heading {
  max-width: 776px;
  width: 100%;
}
.p-heading-investment__title {
  font-size: 5.5rem;
  line-height: 1.75;
}
.p-case__cat {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #31455C;
  font-size: 2.6rem;
  line-height: 2;
}
.p-case__cat::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 30px;
  background-color: #fff;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1200px) {
  .p-heading__title-large {
    font-size: 3.5rem;
  }
  .f-sizet135 {
    font-size: 8rem;
  }
  .f-sizet232 {
    font-size: 10rem;
  }
  .p-heading-investment__title {
    font-size: 3.0rem;
    margin-top: 60px;
  }
  .l-case__shape02 {
    left: 0;
    max-width: 21rem;
  }
}
@media screen and (max-width: 540px) {
  .l-investment-wrap .l-investment {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-case__cat, .p-heading-investment__title {
    font-size: 2.0rem;
  }
  .l-investment-wrap .l-investment02 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
  }
  .p-heading__title-large {
    font-size: 2.5rem;
  }
  .f-sizet135 {
    font-size: 3rem;
  }
  .f-sizet232 {
    font-size: 5rem;
  }
  .l-investment .title__round p {
    font-size: 1.8rem;
  }
  .title__round p {
    padding: 15px;
  }
  .mb110 {
    margin-bottom: 60px;
  }
  .p-investment__text {
    font-size: 1.6rem;
    margin: 30px auto 0;
  }
}
/* example
-------------------------------------- */
.p-example__flex {
  display: flex;
  justify-content: space-between;
}
.p-example__info {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-example__img {
  width: 60%;
}
.inner-example {
  max-width: 540px;
  width: 100%;
}
.p-office__title {
  font-size: 3.0rem;
  padding-bottom: 40px;
  color: #fff;
}
.inner-example dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.inner-example dt {
  width: 50%;
  background-color: #fff;
  font-size: 2.6rem;
  height: 80px;
  display: flex;
  justify-content: right;
  align-items: center;
  border-bottom: 1px dotted rgba(40, 44, 49, 0.4);
}
.inner-example dd {
  width: 50%;
  background-color: #fff;
  font-size: 4.0rem;
  color: #EB6525;
  height: 80px;
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 1px dotted rgba(40, 44, 49, 0.4);
}
@media screen and (max-width: 1150px) {
  .inner-example dt, .inner-example dd {
    font-size: 2.0rem;
    height: auto;
    padding: 5px;
  }
}
@media screen and (max-width: 980px) {
  .inner-example dt {
    width: 60%;
  }
  .inner-example dd {
    width: 40%;
  }
  .inner-example dt, .inner-example dd {
    font-size: 1.8rem;
  }
  .p-office__title {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 540px) {
  .p-example__flex {
    display: block;
  }
  .p-example__info {
    width: 100%;
  }
  .p-example__img {
    width: 100%;
  }
  .p-office__title {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
/* こんなお悩みありませんか？
-------------------------------------- */
.p-case__container {
  display: flex;
  justify-content: space-between;
}
/* カードレイアウト（番号付き）---------- */
.c-card__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 0 auto;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  color: #0D0D0D;
}
.card-text {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.card-list-no {
  margin: 0 auto;
  padding-bottom: 15px;
  width: calc(99.5% / 5);
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-pattern-number {
  counter-increment: item;
  content: counter(item) "";
  font-size: 2.0rem;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 180px;
  left: 10px;
  margin: auto;
}
.large-number {
  font-size: 3.0rem;
  padding-left: 10px;
}
.card-figure {
  padding-bottom: 15px;
}
/*装飾パーツ(流れるテキスト)---------*/
.text__bbs {
  align-items: center;
  color: rgba(221, 221, 221, 0.2);
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin-top: 100px;
  z-index: 1;
  position: absolute;
  bottom: -200px;
}
.text__bbs ul {
  animation: flowing 20s linear infinite;
  font-size: 200px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
  letter-spacing: 2.5rem;
}
.text__bbs ul li {
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1200px) {
  .p-pattern-number {
    position: absolute;
    top: 0;
    left: 10px;
  }
}
@media screen and (max-width: 890px) {
  .card-list-no {
    margin: 0 auto 20px;
    width: 30%;
  }
  .l-case__shape01 {
    bottom: -150px;
    z-index: -1;
  }
}
@media screen and (max-width: 610px) {
  .text__bbs ul {
    font-size: 100px;
    letter-spacing: 1.5rem;
  }
  .text__bbs {
    bottom: -80px;
  }
  .l-case__shape01 {
    border-width: 80px 100px 0 100px;
    bottom: -80px;
  }
  .card-list-no {
    width: 48%;
  }
  .card-text br {
    display: none;
  }
}
/* 結論からお伝えします
-------------------------------------- */
.p-title__conclusion {
  font-size: 4.2rem;
  margin-top: 20px;
}
.p-conclusion__box:not(:first-child) {
  padding-top: 80px;
}
.p-conclusion__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #0F3E7C;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 60px;
}
.p-conclusion__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(100% 83%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 1;
}
.p-conclusion__inner {
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
}
.p-conclusion__inner h4 {
  font-size: 3.2rem;
  color: #124D8E;
}
.p-conclusion__inner-text {
  float: left;
  width: 60%;
  line-height: 2.0;
}
.p-conclusion__inner-img {
  float: right;
  width: 35%;
}
.p-conclusion__inner-text-full, .p-conclusion__inner-img-full {
  width: 100%;
}
.p-conclusion__inner-img-full img {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}
.conclusion__text-indent {
  padding-left: 60px;
}
.p-conclusion__cat {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  background-color: #E48B18;
  color: #fff;
  font-size: 2.6rem;
  line-height: 2;
}
.p-conclusion__cat::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 30px;
  background-color: #E48B18;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .p-conclusion__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .conclusion__text-indent {
    padding-left: 0;
  }
  .p-conclusion__inner h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 540px) {
  .p-conclusion__inner-text {
    float: inherit;
    width: 100%;
    line-height: 2.0;
  }
  .p-conclusion__inner-img {
    float: inherit;
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }
  .l-conclusion {
    padding-top: 150px;
  }
  .p-conclusion__cat {
    font-size: 1.8rem;
  }
  .p-conclusion__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-conclusion__inner h4 {
    font-size: 1.8rem;
  }
  .p-conclusion__box:not(:first-child) {
    padding-top: 40px;
  }
}
/* NEW MAIND
-------------------------------------- */
.youttube__thum {
  margin: 62px auto 110px;
  max-width: 839px;
}
.youttube__thum a:hover {
  opacity: .75;
}
.p-type__thum {
  margin: 0 auto 90px;
}
.p-point__box {
  max-width: 1000px;
  margin: 0 auto;
}
.p-point__box dl dt {
  padding: 0 27px 10px;
  display: flex;
  align-items: center;
  font-size: 2.0rem;
}
.p-point__box dl dt::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: url(../images/ver01/bg-maind02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  content: 'POINT';
  color: #fff;
  margin-right: 30px;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-point__box dl dd {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgba(40, 44, 49, 0.4);
}
.p-point__box-text {
  padding: 40px 45px;
  background: #375F8B;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .p-point__box dl dt::before {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-point__box dl dt {
    padding: 0 10px 10px;
    font-size: 1.8rem;
  }
  .p-point__box-text {
    padding: 15px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .l-maind {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .youttube__thum {
    margin: 30px auto 30px;
  }
}
/* DENTAL FITNESS
-------------------------------------- */
.p-whatis__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #fff;
  margin-top: 60px;
}
.p-whatis__wrap > div {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
}
.p-whatis__wrap > div.border {
  border-right: 1px solid rgba(40, 44, 49, 0.4);
}
.p-whatis__wrap > div img {
  position: relative;
}
.p-whatis__title-wrap {
  width: 100%;
  background: #124D8E;
  color: #fff;
  padding: 41px 40px 30px;
  margin-top: -5px;
  margin-bottom: 0;
}
.p-whatis__title-sub {
  font-size: 1.4rem;
  margin-left: -20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: .5rem;
}
.p-whatis__title-sub::before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #ff962f;
  margin-right: 10px;
}
.p-whatis__title {
  font-size: 2.6rem;
}
.p-whatis__text {
  color: #4A4A4A;
  padding: 50px 40px;
  flex: 1 auto;
}
@media screen and (max-width: 900px) {
  .p-whatis__title {
    font-size: 2.0rem;
  }
  .p-whatis__title-wrap {
    padding: 41px 15px 30px;
  }
  .p-whatis__title-sub {
    margin-left: 0;
  }
  .p-whatis__text {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 540px) {
  .p-whatis__wrap {
    display: block;
  }
  .l-d-fitness__shape01 {
    bottom: -220px;
    right: 0;
    max-width: 35rem;
  }
  .l-d-fitness {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/*医院経営メソッドとしての
デンタルフィットネス６つのポイント
--------------------------------------*/
.l-point {
  padding-top: 250px;
}
.p-point__container {
  width: 100%;
  margin: 0 auto;
}
.p-point__title {
  text-align: center;
  margin-bottom: 3rem;
}
.p-heading__logo {
  max-width: 14rem;
  width: 100%;
  margin: 0 auto;
}
.p-point__single {
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #d1d1d1;
}
.p-point__double ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.p-point__double ul.point__double-border {
  border-bottom: 1px solid #d1d1d1;
}
.p-point__double ul li {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
.p-point__double ul li.border-right {
  border-right: 1px solid #d1d1d1;
}
.inner-point__title {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 60px;
  font-size: 2.6rem;
  font-weight: 500;
}
span.circle-number {
  counter-increment: item;
  content: counter(item) "";
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #fff;
  background-color: #E48B18;
  font-weight: 400;
  margin-right: 30px;
  font-family: 'Noto Serif JP', serif;
}
.p-point__text {
  padding: 30px 40px 60px;
  line-height: 2.0;
}
.inner-point__title-subtext {
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: calc(60% - 10rem);
}
@media screen and (max-width: 540px) {
  .p-point__double ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-point__double ul li.border-right {
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
  }
  .p-point__single {
    padding-left: 0;
    padding-right: 0;
  }
  .p-point__text {
    padding: 10px 0;
  }
  .inner-point__title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  span.circle-number {
    content: "";
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
/*歩み
--------------------------------------*/
.l-history .p-heading__sub {
  justify-content: flex-start;
}
.p-flow__title {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 1;
}
.p-flow__title .p-heading__title {
  font-size: 4.6rem;
  margin-top: 20px;
}
.p-flow__title .p-heading__sub {
  justify-content: left;
}
.p-flow__container img {
  display: block;
  margin: 0 auto;
}
.p-flow__title {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 1;
}
.p-flow__title .p-heading__title {
  padding-left: 80px;
}
.p-title-cat-blue {
  flex: 1 1;
  order: -1;
  position: relative;
  max-width: 400px;
  background-color: #0F3E7C;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.p-title-cat-blue {
  background-color: #0F3E7C;
  color: #fff;
  padding: 5px;
}
.p-title-cat-blue::before {
  position: absolute;
  bottom: -20px;
  left: 20%;
  transform: translateX(-50%);
  width: 28px;
  height: 30px;
  background-color: #0F3E7C;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 900px) {
  .l-history img {
    margin-top: -50px;
  }
  .l-history .p-heading__title {
    margin-top: 20px;
  }
  .l-history {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

/*メッセージ
--------------------------------------*/
.p-message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 118px;
}
.p-message__v01 {
  background: url(../images/ver01/bg-message-v01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-message__v02 {
  background: url(../images/ver01/bg-message-v02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-message__v01,
.p-message__v02 {
    position: relative;
}
.p-message__title {
  text-align: center;
  margin-bottom: 3rem;
}
.p-container__message .p-heading__title {
  font-size: 3.8rem;
}
.p-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-message__text {
  max-width: 700px;
  color: #fff;
  padding-right: 25px;
  padding-left: 25px;
}
.p-message__v01 .p-message__text-inner, 
.p-message__v02 .p-message__text-inner {
  position: relative;
  padding-left: 60px;
  line-height: 2;
}
.p-message__v01 .p-message__text {
    margin-left: 40%;
}
.p-message__v02 .p-message__text {
    margin-right: 40%;
}
.p-message__button {
  display: flex;
  justify-content: right;
}
.p-message__text-career01, .p-message__text-career02 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 10px;
  margin-top: 30px;
  font-size: 1.4rem;
}
.p-message__text-name {
  padding: 30px 0 60px;
}
.p-message__text-name ul {
  position: relative;
}
.p-message__text-name img.item {
  position: absolute;
  top: -40px;
  left: 60px;
}
.p-message__v01 .p-message__img {
  width: 40%;
    display: flex;
    justify-content: end;
    position: absolute;
    left: 5%;
    bottom: 0;
}
.p-message__v02 .p-message__img {
  width: 40%;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 5%;
    bottom: 0;
}
.p-message__text-name ul, .p-message__text-career01 ul, .p-message__text-career02 ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.p-message__text-name ul li, .p-message__text-career01 ul li {
  margin: 0 auto;
}
.p-message__text-career02 ul li {
  width: 100%;
  margin: 0 auto;
}
.p-message__text-name-jp {
  font-size: 3.0rem;
  font-family: 'Noto Serif JP', serif;
  text-align: right;
}
.p-message__text-name-en {
  font-size: 1.6rem;
}
.p-message__text-name ul li .p-heading__sub {
  text-align: left;
  letter-spacing: .3rem;
  justify-content: flex-end;
}
.p-message__text-name ul li .p-heading__sub::before {
  content: '';
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin-right: 10px;
}
/*ボタン（message）*/
.p-message__button a {
  background: #fff;
  color: #000;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 270px;
  width: 100%;
  padding: 18px 25px;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.p-message__button a:hover {
  opacity: .75;
}
.p-message__button a img {
  margin-right: 10px;
}
.p-title-cat-white {
  flex: 1 1;
  order: -1;
  position: relative;
  max-width: 400px;
  background-color: #fff;
  color: #124D8E;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  margin-bottom: 20px;
}
.p-title-cat-white::before {
  position: absolute;
  bottom: -20px;
  left: 20%;
  transform: translateX(-50%);
  width: 28px;
  height: 30px;
  background-color: #fff;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.block820-sp {
  display: none;
}

@media screen and (max-width: 1050px) {
  .p-message__v01 .p-message__text {
    margin-left: 0;
  }
  .p-message__v02 .p-message__text {
    margin-right: 0;
  }
  .p-message__v01 .p-message__text-inner, .p-message__v02 .p-message__text-inner {
    padding-left: 0;
  }
  .p-message__v01 .p-message__img {
    width: 30%;
    left: auto;
    right: 0;
  }
  .p-message__v02 .p-message__img {
    width: 30%;
    right: 0;
  }
}

@media screen and (max-width: 820px) {
  .p-message__v01 .p-message__text,
  .p-message__v02 .p-message__text {
    padding-bottom: 15em;
  }
  .p-message__v01 .p-message__img,
  .p-message__v02 .p-message__img {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .p-message__v01 .p-message__text-inner, .p-message__v02 .p-message__text-inner {
    font-size: 1.6rem;
  }
  .p-message__text-career01, .p-message__text-career02 {
    padding: 15px 0;
  }
  .p-message__text-name ul, .p-message__text-career01 ul, .p-message__text-career02 ul {
    display: block;
  }
  
  .p-message__text-name img.item {
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    margin: 0 auto 10px;
    max-width: 150px;
  }
  .p-message__text-name-jp {
    font-size: 2.0rem;
  }
   .p-message__v01 .p-message__img,
  .p-message__v02 .p-message__img {
    width: 50%;
  }
  .p-message__v01 .p-message__img, .p-message__v02 .p-message__img {
    right: 0;
    left: 0;
    margin: 0 auto;
}
  .p-message__v01 .p-message__text,
  .p-message__v02 .p-message__text {
    padding-bottom: 15em;
  }
}

/*実績
--------------------------------------*/
.l-achievement .l-full img {
  padding-top: 100px;
  padding-bottom: 70px;
}
.p-achievement {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.p-achievement .p-achievement__item {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.p-achievement .p-achievement__item:first-child {
  margin-left: 0;
}
.p-achievement .p-achievement__item:last-child {
  margin-right: 0;
}
.p-achievement__group {
  margin: 0 auto;
}
.p-achievement__group h3 {
  padding-left: 43px;
  border-bottom: 6px solid #125A85;
  border-left: 15px solid #125A85;
  font-size: 2.6rem;
  line-height: 2.75;
  margin-top: 40px;
  margin-bottom: 15px;
}
.p-achievement__group ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 260px;
  margin: 0 auto;
  color: #333;
  font-size: 2.0rem;
  position: relative;
}
.p-achievement__group ul li span.number {
  font-size: 4.0rem;
  color: #E48B18;
  padding-right: 10px;
}
.p-achievement__group ul li span.number::after {
  content: '件';
  color: #333;
  font-size: 2.0rem;
  position: absolute;
  top: 25%;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .p-achievement .p-achievement__item {
    max-width: inherit;
    width: 30%;
  }
}
@media screen and (max-width: 820px) {
  .p-achievement__group h3 {
    padding-left: 15px;
    border-bottom: 2px solid #125A85;
    border-left: 7px solid #125A85;
    font-size: 2.0rem;
    line-height: 2.0;
  }
  .p-achievement__group ul li {
    max-width: inherit;
    font-size: 1.6rem;
  }
  .p-achievement__group ul li span.number {
    font-size: 3.0rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 540px) {
  .p-achievement .p-achievement__item {
    width: 100%;
  }
  .p-achievement__group ul li {
    max-width: 280px;
  }
  .l-achievement {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .l-achievement .l-full img {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .p-achievement__group h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-achievement__group ul li span.number::after {
    font-size: 1.8rem;
  }
}
/*VOICE 次世代ストック型予防歯科経営法
「デンタルフィットネス」とは
--------------------------------------*/
.l-voice .p-voice__h-title {
  font-size: 4.6rem;
}
.l-wrapper__voice {
  max-width: 1340px;
  margin: 90px auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.p-voice__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.p-voice__wrap > div {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 50px);
  margin: 0 auto;
  background: #fff;
  margin-bottom: 60px;
  padding: 40px;
}
.p-voice__wrap > div img {
  position: relative;
}
.p-voice__title {
  font-size: 2.4rem;
  color: #0F3E7C;
  padding-top: 45px;
  padding-bottom: 37px;
  font-weight: 500 !important;
}
.p-voice__text {
  color: #000;
  flex: 1 auto;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .p-voice__wrap > div {
    width: calc(100% / 2 - 10px);
    padding: 40px 15px;
  }
}
@media screen and (max-width: 540px) {
  .l-voice::before {
    padding-top: 60px;
  }
  .p-voice__wrap > div {
    width: 90%;
  }
  .l-voice {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-voice__title {
    font-size: 2.0rem;
  }
  .l-wrapper__voice {
    margin: 30px auto 0;
  }
}
/*NOTICE デンタルフィットネスを導入するには
--------------------------------------*/
.l-notice .p-heading {
  color: #fff;
}
.l-notice .p-circle__item {
  width: calc(100% / 4 - 10px);
  margin: 0 auto;
}
.l-notice .p-circle__text {
  color: #fff;
  position: relative; /* ←文字の親要素に指定 */
  width: 240px;
  height: 240px;
  background-color: #4E718E;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.l-notice .p-circle__text > p {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-notice__cat {
  position: relative;
  max-width: 544px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  background-color: #E48B18;
  color: #fff;
  font-size: 2.3rem;
  line-height: 2;
  z-index: 2;
}
.p-notice__cat::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 30px;
  background-color: #E48B18;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
/*contentx-block*/
.l-notice__wrapper {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.p-title__notice {
  font-size: 3.4rem;
  margin-top: 20px;
  letter-spacing: 0;
}
.p-notice__title-sub {
  font-size: 3.4rem;
  margin-top: 20px;
  margin-bottom: 42px;
  letter-spacing: 0;
  color: #393939;
  line-height: 1.75;
}
.p-title__notice .c-yellow {
  font-size: 4.5rem;
}
.p-notice__wrap {
  margin-top: 122px;
  padding-top: 197px;
  background: #fff;
  position: relative;
}
.p-notice__inner-set01, .p-notice__inner-set02 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 100px;
  clear: both;
}
.p-notice__inner-set01 {
  margin-left: -40px;
}
.p-notice__inner-set02 {
  margin-right: -40px;
}
.p-notice__inner-set01 .p-notice__img {
  padding-right: 80px;
}
.p-notice__inner-set02 .p-notice__img {
  padding-left: 80px;
}
.p-notice__inner-set01 .p-notice__text-inner, .p-notice__inner-set02 .p-notice__text-inner {
  max-width: 770px;
  width: 100%;
  padding-top: 60px;
}
.p-notice__inner-set01 .p-notice__text-inner p {
  padding-left: 180px;
  padding-right: 40px;
}
.p-notice__inner-set02 .p-notice__text-inner p {
  padding-left: 100px;
  padding-right: 120px;
}
.p-notice__inner-single {
  padding-right: 140px;
  padding-left: 140px;
  margin-top: -100px;
  margin-bottom: 60px;
}
h3.p-notice__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.0rem;
  margin-top: 30px;
  background: #1E5169;
  color: #fff;
  min-width: 770px;
  width: 100%;
}
img.notice-step {
  margin: 60px auto 30px;
  display: flex;
  padding-right: 40px;
}
.p-notice__note {
  max-width: 990px;
  margin: 0 auto;
}
.p-notice__wrap .p-circle__wrap {
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-notice__wrap .p-circle__wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .p-notice__inner-set01, .p-notice__inner-set02 {
    padding-bottom: 60px;
  }
  .p-notice__inner-set01 .p-notice__text-inner p {
    padding-left: 80px;
    padding-right: 40px;
  }
  .p-notice__inner-set02 .p-notice__text-inner p {
    padding-left: 40px;
    padding-right: 80px;
  }
  .p-notice__inner-set02 .p-notice__img {
    padding-left: 0;
  }
  .p-notice__inner-set01 .p-notice__img {
    padding-right: 0;
  }
  .p-notice__inner-single {
    padding-right: 80px;
    padding-left: 80px;
  }
  h3.p-notice__title {
    min-width: inherit;
    padding: 10px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-notice .p-circle__text {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-notice__inner-set01, .p-notice__inner-set02 {
    display: block;
  }
  .p-notice__inner-set01 .p-notice__img, .p-notice__inner-set02 .p-notice__img {
    width: 96%;
    margin: 20px auto 0;
    text-align: center;
  }
  .block768-tab {
    display: block;
  }
  .block768 {
    display: none;
  }
  .l-notice__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-notice__title-sub, h3.p-notice__title {
    font-size: 2.0rem;
  }
  .p-notice__inner-set01, .p-notice__inner-set02 {
    padding-bottom: 30px;
  }
  .p-notice__inner-set01 {
    margin-left: 0;
  }
  .p-notice__inner-set02 {
    margin-right: 0;
  }
  .p-notice__wrap .p-circle__wrap {
    position: relative;
    top: 0;
  }
  .l-notice .p-circle__item {
    width: 50%;
    margin: 0 auto 10px;
  }
  .p-notice__wrap {
    margin-top: 30px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 540px) {
  .l-notice {
    padding-top: 60px;
    padding-bottom: 60px;
}
  .p-notice__cat {
    font-size: 1.8rem;
  }
  .l-notice .p-circle__text {
    width: 140px;
    height: 140px;
  }
  .l-notice .p-circle__text > p {
    font-size: 1.4rem;
  }
  .p-notice__inner-set01 .p-notice__text-inner p, .p-notice__inner-set02 .p-notice__text-inner p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-notice__inner-single {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
  }
  .p-notice__inner-single img {
    margin: 0 auto;
    padding-right: 0;
  }
  .l-notice .p-heading {
    width: 96%;
    margin: 0 auto;
  }
}
/*インフォメーション
--------------------------------------*/
.l-plan {}
.p-plan__container {}
.p-plan__title {
  text-align: center;
  margin-bottom: 3rem;
}
.p-plan__data__inner {
  color: #fff;
}
.p-plan__data__inner .p-heading__title {
  font-size: 7.0rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.p-plan__data_inner .p-heading__sub {
  font-size: 3.0rem;
}
.p-plan__data__inner .p-heading__sub::before {
  content: none;
}
/*トータル価格---------*/
.p-plan__data {
  background: url(../images/ver01/bg-plan.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-plan__data__inner {
  max-width: 1060px;
  margin: -25px auto 0;
  padding: 90px 10px 50px;
  background: rgba(228, 155, 26, 0.9);
  text-align: center;
}
.p-plan__data__inner-info {
  max-width: 614px;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  border-bottom: dotted 2px #fff;
  border-top: dotted 2px #fff;
  font-size: 2.6rem;
}
.p-plan__data__inner-data {
  display: flex;
  justify-content: center;
  max-width: 614px;
  margin: 30px auto;
  background: #fff;
  color: #CF8F1D;
  font-size: 3.0rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.p-plan__data__inner-data p {
  display: flex;
  align-items: center;
  font-size: 4.0rem;
}
@media screen and (max-width: 980px) {
  .p-plan__data__inner .p-heading__title {
    font-size: 5.0rem;
  }
}
@media screen and (max-width: 540px) {
  .p-plan__data__inner .p-heading__title {
    font-size: 3.0rem;
  }
  .p-plan__data__inner-data p, .p-plan__data__inner-info {
    font-size: 1.8rem;
  }
  .p-plan__data__inner-info {
    padding: 10px;
  }
}
/*複数医院同時受講形式にしています！
--------------------------------------*/
.p-situation {
  position: relative;
  padding-top: 60px;
}
.situation__text {
  font-size: 2.4rem;
  color: #1B3356;
  padding-left: 30px;
}
.p-situation__box {
  max-width: 760px;
  width: 100%;
  height: 158px;
  display: inline-block;
  background: #1B3356;
  transform: skewX(330deg);
  display: flex;
  margin: 0 auto;
}
.p-situation__inner {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.p-situation__inner p {
  font-size: 4.6rem;
  color: #FABC1E;
}
.situation__large-text {
  font-size: 22rem;
}
.l-situation img {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 68px auto 0;
}
@media screen and (max-width: 1250px) {
  .l-situation::after {
    content: none;
  }
}
@media screen and (max-width: 980px) {
  .p-situation__box {
    width: 80%;
  }
}
@media screen and (max-width: 598px) {
  .l-situation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-situation__box {
    height: 50px;
  }
  .p-situation__inner {
    bottom: -20px;
  }
  .p-situation__inner p {
    font-size: 3.4rem;
  }
  .situation__large-text {
    font-size: 12rem;
  }
}
@media screen and (max-width: 540px) {
  .p-situation__inner p {
    font-size: 2.4rem;
  }
  .situation__large-text {
    font-size: 8rem;
  }
  .situation__text {
    font-size: 1.4rem;
    padding-left: 0;
    margin-top: 10px;
  }
}
/*デンタルフィットネス “導入までの流れ”
--------------------------------------*/
.l-step .list__step ol {
  margin-top: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.l-step .list__step ol li {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4 - 30px);
  background: #fff;
  padding: 45px 25px;
  position: relative;
}
.l-step .list__step ol li:not(:last-child)::before {
  position: absolute;
  bottom: 50%;
  right: -31px;
  transform: translateX(-50%);
  width: 33px;
  height: 29px;
  background-color: #FABC1E;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: rotate(270deg);
}
.l-step .list__step ol li .icon__step {
  font-size: 2.0rem;
  width: 110px;
  height: 70px;
  color: #124D8E;
  background: #FABC1E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 2px;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
}
.l-step .list__step ol li h3 {
  font-size: 2.0rem;
  color: #0F3E7C;
}
.l-step .list__step ol li p {
  flex: 1 auto;
  font-size: 1.6rem;
  color: #000;
  padding-top: 16px;
}
@media screen and (max-width: 980px) {
  .l-step .list__step ol li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 50px;
  }
  .l-step .list__step ol li:not(:last-child)::before {
    content: none;
  }
}
@media screen and (max-width: 540px) {
  .l-step {
    padding-bottom: 60px;
  }
  .l-step .list__step ol li {
    width: 100%;
  }
  .l-step {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/*デンタルフィットネス導入完全コンサルティングの
カリキュラム
--------------------------------------*/
.p-curriculum__wrap {
  padding-top: 100px;
}
.p-curriculum__box {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto 175px;
  padding: 45px;
  border: 5px solid rgba(15, 62, 124, 0.2);
  position: relative;
}
.p-curriculum__box:last-child {
  margin: 0 auto;
}
.p-curriculum__box:not(:last-child)::before {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 30px;
  background-color: #464646;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-curriculum__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}
.img-step {
  position: absolute;
  top: -140px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.p-curriculum__img {}
.p-curriculum__text {
  max-width: 630px;
  width: 100%;
}
.p-curriculum__text h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.0rem;
  margin-bottom: 10px;
  padding-top: 30px;
}
.p-curriculum__text h3 span {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #fff;
  background: #8A9169;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.p-curriculum__text h3 span.bg-orange {
  background: #E48B18;
}
.p-curriculum__text dl {}
.p-curriculum__text dt {
  color: #917F69;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 10px;
}
.p-curriculum__text dt::before {
  content: '';
  background: url(../images/ver01/icon-curriculum.png);
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: center;
  padding-left: 30px;
  margin-right: 15px;
}
.p-curriculum__text dd {
  padding-left: 45px;
}
@media screen and (max-width: 1200px) {
  .p-curriculum__text {
    max-width: inherit;
    width: 55%;
  }
  .p-curriculum__img {
    width: 40%;
  }
}
@media screen and (max-width: 820px) {
  .p-curriculum__inner {
    display: block;
  }
  .p-curriculum__img {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .p-curriculum__text dd {
    padding-left: 0;
  }
  .p-curriculum__text {
    width: 100%;
  }
  .p-curriculum__box {
    padding: 35px 15px;
  }
  .l-curriculum {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 540px) {
  .p-curriculum__text h3 {
    font-size: 2.0rem;
  }
  .p-curriculum__text dt {
    font-size: 1.8rem;
  }
  .l-curriculum {
    padding-top: 60px;
  }
  .img-step {
    position: absolute;
    top: -100px;
    width: 100px;
  }
  .p-curriculum__box {
    margin: 0 auto 100px;
  }
  .p-curriculum__text h3 span {
    font-size: 1.2rem;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 80px;
  }
}
/*導入 説明会告知
--------------------------------------*/
.p-offer__sub-title {
  max-width: 890px;
  margin: 0 auto 30px;
}
.p-offer__sub-title span.cat1 {
  font-size: 4.4rem;
  display: block;
}
.p-offer__sub-title span.cat2 {
  font-size: 3.4rem;
}
.l-offer h2 span.season {
  font-size: 4.0rem;
  color: #0F3E7C;
}
.l-offer h2 span.cat-right, .l-offer h2 span.cat-left {
  background: #0F3E7C;
  color: #fff;
  font-size: 7.4rem;
  line-height: 1.25;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  clear: both;
}
.l-offer h2 span.cat-right {
  float: right;
}
.l-offer h2 span.cat-left {
  float: left;
}
.p-offer__information {
  clear: both;
  padding-top: 45px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.p-offer__information p {
  max-width: 1060px;
  width: 100%;
  color: #FF8C00;
  font-size: 2.8rem;
  line-height: 2.5;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
}
.p-offer__data {
  background: #fff;
  padding: 36px 60px 40px;
}
.p-offer__data-innder h3 {
  color: #0F3E7C;
  font-size: 2.0rem;
  text-align: center;
}
ul.data-list {
  margin-top: 15px;
  font-size: 3.0rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.data-list li {
  width: calc(100% / 3 - 10px);
  margin: 0 auto;
}
.p-circle__wrap {}
.p-circle__wrap img {
  display: block;
  margin: 83px auto 35px;
}
.p-circle__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.l-offer .p-circle__item {
  width: calc(100% / 5 - 10px);
  margin: 0 auto;
}
.l-offer .p-circle__text {
  color: #fff;
  position: relative; /* ←文字の親要素に指定 */
  width: 240px;
  height: 240px;
  background-color: #4E718E;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.l-offer .p-circle__text > p {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .l-offer .p-circle__item {
    width: 30%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 980px) {
  .l-offer h2 span.cat-right, .l-offer h2 span.cat-left {
    font-size: 5.0rem;
  }
  .p-offer__information p {
    font-size: 3.0rem;
    line-height: 1.5;
    border-radius: 5px;
    padding: 15px;
  }
}
@media screen and (max-width: 820px) {
  .l-offer .p-circle__item {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 540px) {
  .p-offer__sub-title span.cat2, .l-offer h2 span.season {
    font-size: 2.0rem;
  }
  .l-offer h2 span.cat-right, .l-offer h2 span.cat-left {
    font-size: 2.4rem;
  }
  .p-offer__information {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-offer__information p {
    font-size: 2.0rem;
  }
  .p-offer__data {
    padding: 36px 15px 40px;
    text-align: center;
    margin-bottom: 10px;
  }
  ul.data-list {
    font-size: 2.0rem;
  }
  .l-offer .p-circle__text {
    width: 165px;
    height: 165px;
    margin: 0 auto 15px;
  }
  .l-offer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-offer__sub-title span.cat1 {
    font-size: 2.4rem;
  }
  ul.data-list li {
    width: 100%;
  }
  .l-offer .p-circle__text > p {
    width: 140px;
  }
  .l-offer .p-circle__text > p br {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .l-offer .p-circle__item {
    width: 100%;
  }
}
/*FAQ
--------------------------------------*/
.l-faq .p-heading__title {
  color: #fff;
}
.p-qa__icon {
  color: #FFA700;
  padding-right: 17px;
  font-weight: 600;
}
.l-faq dl {
  margin-top: 5px;
}
.l-faq dl dt {
  padding: 30px 45px;
  background: #fff;
  display: flex;
  align-items: center;
}
.l-faq dl dd {
  padding: 50px 45px;
  background: #FFA700;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 540px) {
  /*faq*/
  .l-faq dl dt {
    padding: 30px 15px;
  }
  .l-faq dl dd {
    padding: 30px 15px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1460px) {
  .l-full {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*CURRENT SITUATION*/
  .l-situation img {
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .l-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 820px) {
  .p-heading__title, .p-container__message .p-heading__title {
    font-size: 3.0rem !important;
  }
  .p-title__notice .c-yellow {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 700px) {
  .p-kv__line-link__text {
    display: block;
  }
  .p-kv__line-link__text p {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .p-kv__button a {
    width: inherit;
    padding: 10px;
    font-size: 1.6rem;
  }
  .button__pagetop {
    width: 45px;
    height: 45px;
    font-size: 1.0rem;
    bottom: 15px;
    background: #5280bd;
  }
}
@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .p-heading__title, .p-container__message .p-heading__title {
    font-size: 2.0rem !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    letter-spacing: 0;
  }
  /*.p-heading__title br, .p-container__message .p-heading__title br {
    display: none
  }*/
  .p-title__notice .c-yellow {
    font-size: 2.3rem;
  }
  
  .p-kv__line-link__text {
    padding: 1.5rem 7rem 1.5rem 1.5rem;
  }
}