@charset "UTF-8";
/*==================================================================================================================================

  *リッチ下層_メインビジュアル

==================================================================================================================================*/
.rich_mv {
  height: 950px;
  background: #343434;
  position: relative;
  z-index: 0;
}
.rich_mv::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/under_rich_mv.jpg) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.rich_mv_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 210px;
}
.rich_mv_contents{
  position: absolute;
  z-index: 2;
  top: 290px;
  left: 90px;
}

.rich_mv_catch {
  color: #fff;
  font-size: 55px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-shadow: 0 0 6px rgba(38, 38, 38, 0.9), 0 0 16px rgba(38, 38, 38, 0.9);
  margin-bottom: 40px;
}

.rich_mv_catch span.gold01{
  color: #bead5c;
}

.rich_mv_catch em {
    position: relative;
    top: -5px;
    font-size: 45px;
}

.rich_mv_catch span.gold02{
  color:#ac9111;
}

.rich_mv_text {
  color: #fff;
  font-size: 32px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-shadow: 0 0 6px rgba(38, 38, 38, 0.9), 0 0 16px rgba(38, 38, 38, 0.9);
}

.rich_mv_text span{
  font-size: 200%;
}

.rich_mv_text.text02{
  font-size: 25px;
}

.rich_mv_bnr{
  position: absolute;
  bottom: 50px;
  left: 90px;
  background: rgba(255, 255, 255,0.7);
  padding: 15px;
  margin-top: 30px;
  width: 570px;
  display: flex;
  justify-content: space-between;
}

.rich_mv_bnr .bnr_right{
  width: 40%;
}

.rich_mv_bnr .bnr_right img{
  width: 100%;
}

.rich_mv_bnr .bnr_tit{
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  background: #ac9111;
  color: #ffffff;
  padding: 6px 12px;
  margin-bottom: 12px;
  display: inline-block;
}

.rich_mv_bnr .bnr_text{
  font-size: 15px;
  line-height: 1.7;
  color: #222222;
  margin-bottom: 12px;
}

.rich_mv_bnr dl{
  display: flex;
  margin-bottom: 10px;
  color: #222222;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rich_mv_bnr dl:last-child{
  margin-bottom: 0;
}

.rich_mv_bnr dt{
  margin-right: 15px;
  border: 1px solid #222222;
  padding: 3px 12px;
  font-size: 14px;
}

.rich_mv_bnr02{
  position: absolute;
  bottom: 50px;
  left: 690px;
  display: flex;
}

.rich_mv_bnr02 p{
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 190px;
  height: 190px;
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  background: radial-gradient(circle,rgba(0, 0, 0, 0.8) 0%, rgba(28, 40, 123, 0.8) 50%, rgba(14, 127, 186, 0.8) 100%);
  border-radius: 100vh;
}

.rich_mv_bnr02 p:nth-child(2){
  position: absolute;
  left: 170px;
}

.rich_mv_bnr02 p:last-child{
  position: absolute;
  left: 85px;
  top: -150px;
}

.sp_h1_area{
  padding: 0;
}

/* ------ スマホ ------ */
@media screen and (max-width: 640px) {
  .rich_mv{
    height: 850px;
  }

  .rich_mv::before {
  background: url(../images/under_rich_mv_sp.jpg) center no-repeat;
  }

  .rich_mv_contents{
    top: 60px;
    left: 20px;
}

  .rich_mv_catch {
    font-size: 30px;
    margin-bottom:20px
  }

  .rich_mv_catch em {
    font-size: 25px;
}

.rich_mv_text{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.rich_mv_text span {
    font-size: 160%;
}

.rich_mv_text.text02 {
    font-size: 15px;
}
  .rich_mv_bnr{
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    flex-wrap: wrap;
    gap: 10px;
    background: #ffffff;
  }

  .rich_mv_bnr .bnr_tit{
    font-size: 14px;
    padding: 8px;
  }

  .rich_mv_bnr .bnr_text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    justify-content: center;
}

  .rich_mv_bnr dl{
  }

.rich_mv_bnr dt {
    margin-right: 8px;
    padding: 0px 7px;
    font-size: 13px;
}

.rich_mv_bnr .bnr_right {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 160px;
}

  .rich_mv_bnr02 {
    left: 20px;
    bottom: unset;
    top: 450px;
  }

  .rich_mv_bnr02 p{
    width: 120px;
    height: 120px;
    font-size: 13px;
  }

  .rich_mv_bnr02 p:nth-child(2) {
    position: absolute;
    left: 110px;
  }

  .rich_mv_bnr02 p:last-child {
    position: absolute;
    left: 55px;
    top: -95px;
  }

  .sp_h1_area {
    padding: 10px 5.3%;
}
}

/*==================================================================================================================================

  *リッチ下層_コンテンツ

==================================================================================================================================*/
.rich_body{
  width: 100%;
  background: var(--sub-color2);
  color: #ffffff;
  z-index: -2;
}

.rich_blueradical .anklink li a {
  background: #ffffff;
  color: var(--sub-color2);
}

.rich_blueradical h2{
  font-size: 36px;
  background: none;
  position: relative;
  padding-top: 115px;
  color: #ffffff;
  margin-bottom: 50px;
  z-index: 0;
}

.rich_blueradical h3 {
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 25px;
    background: none;
    padding: 0;
}


.rich_blueradical .img_fr img{
  max-width: 400px;
  max-height: 400px;
}

.rich_blueradical h2::before{
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    font-family: "josefin-sans", sans-serif;
    font-weight: 500;
    font-size: 105px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    opacity: 0.1;
    z-index: -1;
}

.rich_blueradical .sec_blueradical h2::before{
    content: "Blue Radical";
}

.rich_blueradical .sec_abandoned h2::before{
    content: "If untreated?";
}

.rich_blueradical .sec_different h2::before{
    content: "How it’s different";
}

.rich_blueradical .sec_benefits h2::before{
    content: "Ideal for & Benefits";
}

.rich_blueradical .sec_flow_price h2::before{
    content: "Flow, Duration & Price";
}

.rich_blueradical .sec_periodontal_care h2::before{
    content: "For Periodontal Care";
}

.rich_blueradical .flexbox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.rich_blueradical .flexbox div{
  width: calc((100% / 2) - 20px);
}

.rich_blueradical .flexbox div h3{
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}

.rich_blueradical .flexbox div h3::before{
  position: absolute;
  content: "";
  display: inline-block;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 80px;
  height: 1px;
}

.rich_blueradical .bg_flame{
  background: url(../images/bg_black.jpg) no-repeat center / cover;
  padding:40px 30px;
}

.rich_blueradical .list08{
  background: none;
}

/* ------ スマホ ------ */
@media screen and (max-width: 640px) {
  .rich_blueradical h2{
    font-size: 24px;
    padding-top: 80px;
  }

  .rich_blueradical h2::before {
    top: 8px;
    font-size: 42px;
}

  .rich_blueradical h3{
    font-size: 20px;
  }

  .rich_blueradical .img_fr img{
  width: 100%;
  max-height: unset;
  }

  .rich_blueradical .flexbox{
    display: block;
  }

  .rich_blueradical .flexbox div{
    width: 100%;
  }

  .rich_blueradical .flexbox div:first-child{
    margin-bottom: 20px;
  }

}

/*==================================================================================================================================

  *予約ボタン

==================================================================================================================================*/
.webyoyaku{
  margin: 40px auto 80px;
  text-align: center;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.webyoyaku p{
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #bead5c;
    margin-bottom: 10px;
}

.webyoyaku_btn {
    animation: btnSize 1s ease-in-out infinite alternate;
}

.webyoyaku_btn a {
    position: relative;
    z-index: 1;
    min-width: 550px;
    font-size: 140%;
    text-align: center;
    display: inline-block;
    padding: 10px 50px 10px ;
    background: #ac9111;
    border: 1px solid #ac9111;
    color: #fff;
    letter-spacing: 0.15em;
    vertical-align: bottom;
    transition: .2s;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.webyoyaku_btn a:hover {
    background: #fff;
    color: #ac9111;
}

@keyframes btnSize {
0% {
    transform: scale(1);
}

100% {
    transform: scale(1.05);
}
}

/* ------ スマホ ------ */
@media screen and (max-width: 640px) {
  .webyoyaku{
    flex-wrap: wrap;
  }

  .webyoyaku div{
    width: 100%;
  }

  .webyoyaku_btn a{
    min-width: 100%;
    font-size: 120%;
    padding: 10px 30px;
  }

  .webyoyaku p{
    font-size: 18px;
  }
}
/*==================================================================================================================================

  *テーブル

==================================================================================================================================*/



/* ------ 基本設定 ------ */
table.tb_different {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  color: #222222;
}

table.tb_different th, table.tb_different td {
  width: auto;
  padding: 15px;
  border: 1px solid var(--sub-color2);
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
}

table.tb_different th{
  background:var(--bg-color);
  color: #222222;
}

.tb_different th:first-child{
  width: 20%;
  background: #222222;
}

.tb_different td:first-child{
  background: #222222;
  width: 20%;
  color: #ffffff;
  font-weight: bold;
}

.tb_different th:nth-child(3){
  background: linear-gradient(270deg,rgba(28, 40, 123, 1) 50%, rgba(14, 127, 186, 1) 100%);
  color: #ffffff;
}

.tb_different tr td:not(:first-child){
  text-align: start;
}

table.tb_different tr th:nth-child(2), table.tb_different tr td:nth-child(3){
  width: calc(80% / 2);
}

.tb_different tr td:nth-child(3){
  font-weight: bold;
  background: #d3def4;
}

/* スマホ時：カード形式に変換 */
@media screen and (max-width: 640px) {
  table.tb_different,
  table.tb_different tbody,
  table.tb_different tr,
  table.tb_different th,
  table.tb_different td {
    display: block;
    width: 100%;
  }

  .tb_different tr{
    margin-bottom: 10px;
  }

  .tb_different tr:first-child{
    display: none;
  }

  table.tb_different thead {
    display: none; /* 見出しを非表示 */
  }

  table.tb_different td {
    border: none;
    padding: 8px;
  }

  table.tb_different td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 0.3em;
    background: var(--bg-color);
    text-align: center;
    padding: 5px;
  }

  .tb_different td:first-child{
    width: 100%;
  }

  .tb_different td:first-child::before{
    display: none;
  }

  table.tb_different tr th:nth-child(2), table.tb_different tr td:nth-child(3){
  width: 100%;
  }

  table.tb_different tr td:nth-child(3)::before{
    background: linear-gradient(270deg,rgba(28, 40, 123, 1) 50%, rgba(14, 127, 186, 1) 100%);
    color: #ffffff;
  }

}
/*==================================================================================================================================

  *layout

==================================================================================================================================*/
.layout02 {
  position: relative;
  z-index: 1;

  /* タイトル */
  /* サブタイトル */
}

.layout02 .layout_box {
  display: flex;
  flex-flow: wrap;
  border-top: 1px solid var(--sub-color2);
  border-bottom: 1px solid var(--sub-color2);
}

.layout02 .layout_box:not(:last-of-type) {
  margin-bottom: 20px;
}

.layout02 .layout_left {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 40px 20px;
  background: url(../images/bg_black.jpg) no-repeat center / cover;
  text-align: center;
}

.layout02 .layout_left > *:not(:last-child) {
  margin-bottom: 1em;
}

.layout02 .layout_title {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 110%;
}

.layout02 .layout_title::before, .layout02 .layout_title::after {
  display: none;
}

.layout02 .layout_title span {
  display: inline-block;
  margin-right: 10px;
}

.layout02 .layout_right {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 65%;
  padding: 20px 30px;
  background: #ffffff;
  color: #222222;
}

.layout02 .layout_sub_title {
  display: block;
  width: fit-content;
  padding: 2px 15px 4px;
  background: #555555;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 110%;
}

.layout02 .layout_sub_title::before, .layout02 .layout_sub_title::after {
  display: none;
}

/* ------ layout10 ------ */
.rich_blueradical .layout10 .flow_box:nth-child(odd) {
    background: #050921;
}

.rich_blueradical .layout10 .flow_box:nth-child(even) {
    background: #232947;
}

.rich_blueradical .layout10 .flow_box .number{
  background: var(--sub-color2);
}

.rich_blueradical .layout10 .flow_box::before {
    border-right: var(--sub-color2) dotted 4px;
}

.rich_blueradical .layout10 .img_fr img{
  width: 300px;
}

/* ------ スマホ ------ */
@media screen and (max-width: 640px) {
  .layout02 .layout_left {
    width: 100%;
  }

  .layout02 .layout_right {
    width: 100%;
    padding: 15px;
  }

.rich_blueradical .layout10 .img_fr img {
    width: 100%;
    max-height: unset;
}
}

/*==================================================================================================================================

  *名前

==================================================================================================================================*/
.rich_message_name{
  text-align: center;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;  
}

.rich_message_name_carr{
  font-size: 90%;
}

.rich_message_name_main{
  font-size: 130%;
}

.body_single p.rich_message_name_carr{
  margin-bottom: unset;
}

.rich_message_img_btn {
    display: block;
    background: #2eb7b0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.6;
    padding: 10px 70px 10px 35px;
    position: relative;
    border-radius: 100vh;
    margin-top: 20px;
}

.rich_message_img_btn, .rich_message_img_btn:hover {
    color: #fff;
}

.rich_message_img_btn::before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    background: url(../images/arrow.png) center center / 16px auto no-repeat;
    background-color: #15a099;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.rich_message_img_btn:hover {
     background: var(--main-color);
}

.rich_message_img_btn, .home_message_img_btn:hover {
    color: #fff;
}

.rich_message_img_btn:hover::before {
    background-color: #006091;
}