<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #2c003f;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}

.page_title_wrap:before,
.page_title_wrap:after {
  display: none;
}

.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(26px, 22.602px + 0.906vw, 40px);
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}

h2,
h3,
h4,
h5 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

h2.top_ttl {
  font-weight: normal;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  margin-bottom: clamp(24px, 17.204px + 1.812vw, 52px);
  font-size: clamp(40px, 25.437px + 3.883vw, 100px);
  padding: 0;
  line-height: 1.4;
}

h2.top_ttl:after,
h2.top_ttl:before {
  display: none;
}

@media (min-width: 768px) {
  h2.top_ttl {
    letter-spacing: 0.166em;
  }
}
h2.top_ttl .color_type_ocher {
  color: #846d35;
}

h2.top_ttl .subtxt {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  display: table;
  margin: auto;
  font-size: clamp(19px, 16.330px + 0.712vw, 30px);
  padding: 0 42px;
  position: relative;
}

@media (min-width: 768px) {
  h2.top_ttl .subtxt {
    letter-spacing: .15em;
  }
}
h2.top_ttl .subtxt:before,
h2.top_ttl .subtxt:after {
  content: "";
  width: 24px;
  height: 24px;
  height: 1px;
  background: #35252a;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

h2.top_ttl .subtxt:before {
  left: 0;
}

h2.top_ttl .subtxt:after {
  right: 0;
}

h2.top_ttl.color_white {
  color: #fff;
}

h2.top_ttl.color_white .subtxt:before,
h2.top_ttl.color_white .subtxt:after {
  background: #fff;
}

h3.top_ttl {
  font-size: clamp(28px, 12.951px + 4.013vw, 90px);
  line-height: 1.2;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: normal;
  margin-bottom: clamp(15px, 11.359px + 0.971vw, 30px);
}

@media (min-width: 768px) {
  h3.top_ttl {
    letter-spacing: 0.0833em;
  }
}
h3.top_ttl .en {
  display: block;
  font-size: clamp(18px, 12.660px + 1.424vw, 40px);
  color: #846d35;
}

@media (min-width: 768px) {
  h3.top_ttl .en {
    letter-spacing: 0.07em;
  }
}
h3.top_ttl .sub {
  font-size: clamp(20px, 14.175px + 1.553vw, 44px);
}

h3.top_ttl.color_white {
  color: #fff;
}

body:not(.home) .mce-content-body h2,
body:not(.home) .mce-content-body h3,
body:not(.home) .mce-content-body h4,
body:not(.home) .mce-content-body h5 {
  font-weight: normal;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.4;
}

body:not(.home) .mce-content-body h3 {
  font-size: clamp(24px, 20.117px + 1.036vw, 40px);
  text-align: center;
  margin-bottom: clamp(15px, 8.932px + 1.618vw, 40px);
  padding-top: clamp(55px, 51.359px + 0.971vw, 70px);
  position: relative;
}

@media (min-width: 768px) {
  body:not(.home) .mce-content-body h3 {
    letter-spacing: 0.05em;
  }
}
body:not(.home) .mce-content-body h3:before {
  content: "";
  background: url(../img/common/h3_img.png) no-repeat center/cover;
  width: clamp(60px, 50.291px + 2.589vw, 100px);
  height: clamp(37px, 30.932px + 1.618vw, 62px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  body:not(.home) .mce-content-body h3 small {
    display: block;
  }
}
body:not(.home) .mce-content-body h4 {
  font-size: clamp(22px, 20.058px + 0.518vw, 30px);
  border-bottom: solid 1px #644bb9;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: clamp(15px, 12.573px + 0.647vw, 25px);
}

@media (min-width: 768px) {
  body:not(.home) .mce-content-body h4 {
    letter-spacing: 0.0666em;
  }
}
body:not(.home) .mce-content-body h4:before,
body:not(.home) .mce-content-body h4:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #644bb9;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
}

body:not(.home) .mce-content-body h4:before {
  left: 0;
}

body:not(.home) .mce-content-body h4:after {
  right: 0;
}

body:not(.home) .mce-content-body h5 {
  color: #846d35;
  font-size: clamp(20px, 19.515px + 0.129vw, 22px);
  padding: 6px 19px 3px;
  background: #e6e2d7;
  display: table;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  body:not(.home) .mce-content-body h5 {
    letter-spacing: 0.0833em;
  }
}
.text-large {
  color: #2c003f;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .text-large {
    font-size: 22px;
  }
}
.section {
  padding-top: 76px;
  padding-bottom: 76px;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}

.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
}

.section_bg {
  background: url(../img/common/under_section_bg.jpg) repeat center top;
}

@media (min-width: 768px) and (max-width: 1240px) {
  .section_bg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section_bg .box_bg {
  background: #fff;
}

.section_bg .box_bg .box_bg {
  background: #eeeeee;
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #eeeeee;
  border-top: solid 3px #5a1317;
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #eeeeee;
}

.box_border {
  background: #fff;
  border: solid 1px #000000;
  position: relative;
}

.box_border:before,
.box_border:after {
  content: "";
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  background: url(../img/common/box_border_line.png) no-repeat center/cover;
}

.box_border:before {
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.box_border:after {
  bottom: 0;
}

.box_border .box_bg {
  background: #eeeeee;
}

.section_bg .box_border .box_bg {
  background: #eeeeee;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 0px;
  padding: 50px 34px;
}

.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 40px 16px;
    margin-bottom: 40px;
  }
}
.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}

.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
  padding: 24px 16px;
}

.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}

@media screen and (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
    padding: 24px 16px;
  }

  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}
.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  div.clearfix:not(:last-child) {
    margin-bottom: 40px;
  }
}
.link_anchor {
  margin-top: 20px !important;
  border: 1px solid #aaaaaa !important;
  padding: 30px clamp(15px, 5.000px + 1.302vw, 30px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  text-decoration: none;
  font-weight: bold;
  color: #504246;
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
  font-size: 12px;
}

@media (min-width: 768px) {
  .link_anchor a {
    letter-spacing: 0.0833em;
  }
}
.link_anchor a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #350748;
  border-right: solid 2px #350748;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: .4em;
  left: 0;
}

.link_anchor a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.link_anchor a:hover:after {
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 48%;
    margin-right: 2%;
  }

  .link_anchor li a {
    display: block;
    width: 100%;
  }

  .link_anchor li:nth-child(2n) {
    margin-right: 0;
  }

  .link_anchor li:nth-child(n + 3) {
    margin-top: 15px;
  }

  .link_anchor.link_col_3 li {
    max-width: 32%;
  }

  .link_anchor.link_col_3 li:nth-child(2n) {
    margin-right: 2%;
  }

  .link_anchor.link_col_3 li:nth-child(n + 3) {
    margin-top: 0;
  }

  .link_anchor.link_col_3 li:nth-child(3n) {
    margin-right: 0;
  }

  .link_anchor.link_col_3 li:nth-child(n + 4) {
    margin-top: 15px;
  }
}
.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}

.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.ul_circle li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}

.ul_circle li::before,
.ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}

.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #846d35;
  height: 8px;
  left: 0;
  top: 9px;
  width: 8px;
}

.ul_check li {
  padding-left: 2em;
}

.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: '';
  position: absolute;
  display: block;
  background: #846d35;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #846d35;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 28px;
  position: relative;
}

.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #846d35;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
  }

  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin-right: 2%;
  }

  ul.list_columns_3 li:nth-child(3n) {
    margin-right: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px clamp(40px, 35.146px + 1.294vw, 60px);
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(20px, 18.544px + 0.388vw, 26px);
  height: clamp(30px, 27.573px + 0.647vw, 40px);
  left: 0;
  letter-spacing: 0;
  line-height: clamp(30px, 27.573px + 0.647vw, 40px);
  position: absolute;
  text-align: center;
  top: 0;
  width: clamp(30px, 27.573px + 0.647vw, 40px);
}

.box_faq .question {
  font-size: 20px;
  line-height: 1.6;
}

.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #2c003f;
}

.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: '';
  top: 12px;
  right: 0;
  background: #846d35;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}

.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 37px;
}

.box_faq .answer p {
  margin-top: 0;
}

.box_faq .answer::before {
  content: 'A';
  color: #fff;
  background: #846d35;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }

  .flow-box:last-child {
    margin-bottom: 0;
  }
}
.flow-block {
  border: 1px solid #2e0040;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}

.flow-block:first-child {
  margin-top: 0;
}

.flow-block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #c7c4c1;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after,
.flow-block.last::after {
  display: none;
}

.section_bg .flow-block {
  background: #fff;
}

.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-block .title:after,
.flow-block .title:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #a59aca;
  background: #a59aca;
  margin-right: .5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}

.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table.table_address {
  background: none;
  margin-bottom: 1em;
}

table.table_address:last-child {
  margin-bottom: 0;
}

table.table_address tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}

table.table_address tbody tr th:first-child {
  border-top: 1px solid #846d35;
  color: #846d35;
  width: 25%;
  border-bottom: none;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  table.table_address tbody tr th:first-child {
    width: 35%;
  }
}
table.table_address tbody tr:last-child th:first-child {
  border-bottom: 1px solid #846d35;
}

table.table_address tbody tr th,
table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
}

table.table_address tbody tr th:first-child,
table.table_address tbody tr td:first-child {
  color: #846d35;
  border-bottom: 1px solid #846d35;
  border-top: 1px solid #846d35;
}

table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}

table.table_timetable:last-child {
  margin-bottom: 0;
}

table.table_timetable th,
table.table_timetable td {
  background: #fff;
  text-align: center;
  font-weight: normal;
}

table.table_timetable thead {
  border-top: 1px solid #35252a;
  border-bottom: 1px solid #35252a;
}

table.table_timetable thead th {
  background: #fff;
  color: #35252a;
  padding: 15px 5px;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

@media (max-width: 767px) {
  table.table_timetable thead th:first-child {
    width: 40%;
  }
}
table.table_timetable tbody {
  border-bottom: 1px solid #35252a;
}

table.table_timetable tbody th,
table.table_timetable tbody td {
  padding: 15px 5px;
}

table.table_timetable tbody th {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}

table.table_fee:last-child {
  margin-bottom: 0;
}

table.table_fee th,
table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0em;
}

table.table_fee thead th,
table.table_fee thead td {
  background: #e6e2d7;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

table.table_fee tbody th {
  background: #f5f4f2;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}

table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}

table.table_fee tbody td:last-child {
  text-align: left;
}

table.table_fee2 {
  margin-bottom: 1em;
  table-layout: fixed;
}

table.table_fee2:last-child {
  margin-bottom: 0;
}

table.table_fee2 th,
table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}

table.table_fee2 tbody th {
  background: #f7f9fc;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  table.table_fee2 tbody th {
    width: 35%;
  }
}
table.table_fee2 tbody td {
  text-align: left;
  padding-right: 1em;
}

table.table_fee2 tbody td:last-child {
  text-align: left;
}

table.table_fee_bg tbody tr th {
  background: #f7f9fc;
}

table.table_fee_right tbody tr td:last-child {
  text-align: right;
}

table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

.consul {
  color: #846d35 !important;
}

.consul2 {
  color: #35252a !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}

.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 768px;
  }
}
.home .footer {
  border-top: none;
}

.footer_inner {
  padding: clamp(40px, 27.864px + 3.236vw, 90px) 0 clamp(50px, 37.864px + 3.236vw, 100px);
  position: relative;
  border-top: 10px #35252a solid;
  background: url(../img/common/foote_bg.jpg) no-repeat center/cover;
}

.footer_inner:after {
  content: "";
  background: url(../img/common/footer_line.png) no-repeat center top/cover;
  width: 100%;
  height: 31px;
  position: absolute;
  bottom: 0;
}

.footer {
  background: #fff;
  overflow: hidden;
  border-top: 2px solid #2c003f;
}

.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}

.footer .sitemap a {
  text-decoration: none;
  color: #35252a;
  position: relative;
  padding-left: 15px;
}

.footer .sitemap a:hover {
  text-decoration: underline;
}

.footer .sitemap a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #35252a;
  border-right: 1px solid #35252a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .footer .primary_block {
    margin-bottom: 25px;
  }
}
.footer .footer_logo {
  max-width: 485px;
  width: 100%;
}

@media (max-width: 767px) {
  .footer .footer_logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer .footer_logo img {
    max-width: 80%;
  }
}
.footer .primary_block {
  background: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .footer .btnstyle {
    text-align: center;
  }
}
.footer .c-tel {
  margin-bottom: clamp(20px, 17.573px + 0.647vw, 30px);
}

@media (max-width: 767px) {
  .footer .c-tel {
    text-align: center;
  }
}
.footer .c-tel a {
  padding-left: clamp(45px, 41.117px + 1.036vw, 61px);
  position: relative;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(30px, 27.573px + 0.647vw, 40px);
  letter-spacing: 0.0833em;
  color: #2e0040;
}

.footer .c-tel a:before {
  content: "";
  background: url(../img/common/tel_icon.png) no-repeat center/cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .footer .c-tel a:before {
    width: 30px;
    height: 30px;
  }
}
.footer .footer_nav {
  margin-bottom: clamp(35px, 30.874px + 1.1vw, 52px);
}

@media (min-width: 768px) {
  .footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .footer_nav li a {
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 768px) {
  .footer .footer_nav li a {
    padding: 0 28px;
  }
}
.footer .footer_nav li a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .footer .footer_nav li a {
    display: block;
    padding: 10px 0 10px 30px;
    position: relative;
    border-bottom: solid 1px #35252a;
  }

  .footer .footer_nav li a:before {
    content: "";
    border-top: solid 1px #35252a;
    border-right: solid 1px #35252a;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 10px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .footer .footer_nav li:first-child a {
    border-top: solid 1px #35252a;
  }
}
@media (min-width: 768px) {
  .footer .footer_nav li:not(:last-child) a {
    position: relative;
  }

  .footer .footer_nav li:not(:last-child) a:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #35252a;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.footer .table_timetable th,
.footer .table_timetable td {
  background: transparent;
  font-size: clamp(14px, 13.029px + 0.259vw, 18px);
  font-weight: normal;
}

.footer .table_timetable thead {
  border-top: solid 1px #35252a;
}

.footer .table_timetable thead th {
  color: #35252a;
  border-bottom: solid 1px #35252a;
}

.footer .table_timetable tbody tr:not(:first-child) th,
.footer .table_timetable tbody tr:not(:first-child) td {
  border-bottom: solid 1px #35252a;
}

.footer .table_timetable tbody tr:first-child th,
.footer .table_timetable tbody tr:first-child td {
  border-bottom: 0;
}

.footer .txt {
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  margin-top: 10px;
}

.footer .recruit_btn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 50px;
}

.footer .recruit_btn a {
  display: block;
  background: #fff;
  text-decoration: none;
  font-size: clamp(20px, 19.029px + 0.259vw, 24px);
  text-align: center;
  padding: clamp(20px, 17.816px + 0.583vw, 29px) 10px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .footer .recruit_btn a {
    letter-spacing: 0.0833em;
  }
}
.footer .recruit_btn a:before {
  content: "";
  border: solid 1px #c7c4c1;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.footer .recruit_btn a .icon {
  padding: 0 clamp(70px, 62.718px + 1.942vw, 100px) 0 50px;
  position: relative;
}

.footer .recruit_btn a .icon:before,
.footer .recruit_btn a .icon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer .recruit_btn a .icon:before {
  background: url(../img/common/recruit_icon.png) no-repeat center/cover;
  width: 30px;
  height: 37px;
  left: 0;
}

.footer .recruit_btn a .icon:after {
  background: url(../img/common/arrow_black.png) no-repeat center/cover;
  width: clamp(50px, 43.204px + 1.812vw, 78px);
  height: clamp(37px, 31.903px + 1.359vw, 58px);
  top: clamp(15px, 16.214px + -0.324vw, 10px);
  right: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .recruit_btn a:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .recruit_btn a:hover .icon:after {
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .footer_list {
  margin-top: clamp(20px, 14.660px + 1.424vw, 42px);
  margin-bottom: 32px;
}

.footer .footer_list li {
  position: relative;
  padding-left: 60px;
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  line-height: 1.5555555556;
}

@media (min-width: 768px) {
  .footer .footer_list li {
    letter-spacing: 0.083em;
  }
}
.footer .footer_list li:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footer .footer_list li.address:before {
  background: url(../img/common/footer_icon01.png) no-repeat center/cover;
}

.footer .footer_list li.train {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer .footer_list li.train:before {
  background: url(../img/common/footer_icon02.png) no-repeat center/cover;
}

.footer .footer_list li:not(:last-child) {
  margin-bottom: clamp(15px, 9.417px + 1.489vw, 38px);
}

.copyright {
  background: #35252a;
  color: #fff;
  padding: clamp(10px, 6.602px + 0.906vw, 24px) 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 25%;
  }
}
#cboxLoadedContent {
  margin-bottom: 0 !important;
}

#cboxOverlay {
  background: #000 !important;
}

#cboxLoadedContent .sec_pop_box {
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 10px;
}

#cboxLoadedContent .sec_pop_box .pop_text {
  margin: 0;
}

#cboxLoadedContent .sec_pop_box .pop_text:not(:first-child) {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 40s linear infinite;
  animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(320px * 12);
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
    transform: translateX(calc(-320px * 6));
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
    transform: translateX(calc(-320px * 6));
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 5px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 30px;
  height: 30px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 30px;
}

.img_slider .img_slide_main .slick-prev {
  left: 20px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 20px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }

  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 20px;
    height: 20px;
  }

  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 20px;
  }

  .img_slider .img_slide_main .slick-prev {
    left: 5px;
    z-index: 1;
  }

  .img_slider .img_slide_main .slick-next {
    right: 5px;
  }
}
figure:not(:last-child) {
  margin-bottom: 1.5em;
}

.color_ocher {
  color: #caa95a !important;
}

.color_purple {
  color: #644bb9 !important;
}

.color_red {
  color: #990000 !important;
}

.color_blue {
  color: #003366 !important;
}

.lead {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  font-size: clamp(20px, 19.029px + 0.259vw, 24px);
}

@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .pcbr02 {
    display: block !important;
  }
}
.font_bold {
  font-weight: bold !important;
}

.case_block_parts {
  background: #000;
  padding: clamp(10px, 7.573px + 0.647vw, 20px) clamp(10px, 2.718px + 1.942vw, 40px) clamp(10px, 7.573px + 0.647vw, 20px) clamp(10px, 7.573px + 0.647vw, 20px);
  position: relative;
}

@media (min-width: 768px) {
  .case_block_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 2%;
  }

  .case_block_parts .main-img {
    width: 38%;
    text-align: center;
  }

  .case_block_parts .content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .case_block_parts .main-img {
    margin-bottom: 15px;
  }

  .case_block_parts .age-img {
    text-align: center;
  }

  .case_block_parts .age-img img {
    max-width: 50%;
  }
}
.case_block_parts .link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.case_block_parts .link:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 4px #e8d0b4;
  border-right: solid 4px #e8d0b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .case_block_parts .link:after {
    bottom: 20px;
    top: auto;
  }
}
.case_block_parts .link:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.case_block_parts .link:hover:after {
  right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.case_block_parts .content {
  color: #fff;
}

.case_block_parts .content .c-ttl {
  font-weight: bold;
}

.case_block_parts .content .c-ttl .tab {
  background: #e8d0b4;
  padding: 5px 10px;
  color: #35252a;
  margin-right: 10px;
}

.case_block_parts .content .c-ttl .ttl {
  color: #e67b23;
}

@media (min-width: 768px) {
  .case_block_parts .content .c-ttl .ttl {
    font-size: 120%;
  }
}
.border_block {
  padding: clamp(10px, 2.718px + 1.942vw, 40px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.border_block:not(:last-child) {
  margin-bottom: 4%;
}

@media (min-width: 768px) {
  .img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 20px;
  }
}
.img_list .txt {
  display: block;
}

@media (max-width: 767px) {
  .img_list li {
    text-align: center;
  }

  .img_list li:not(:last-child) {
    margin-bottom: 1em;
  }

  .img_list li .txt {
    text-align: center;
  }
}
.img_list_typeB li:not(:last-child) {
  margin-bottom: 1.5em;
}

.img_list_typeB li .txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color:#35252a;
  line-height: 1.4;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .img_list_typeB li .txt {
    font-size:16px;
  }
}
.img_list_typeB a {
  text-decoration: none;
}

.img_list_typeB a:hover .txt {
  color: #990000;
}

@media (min-width: 768px) {
  .js-scrollable.custom {
    overflow-y: hidden !important;
  }
}
.price_box {
  max-width: 610px;
  width: 100%;
  margin: auto;
  background: #E6F3F3;
}

@media (max-width: 767px) {
  .price_box {
    text-align: center;
    padding: 20px;
  }
}
.price_box:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .price_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 2%;
  }
}
.price_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
}

@media (max-width: 767px) {
  .price_box .list {
    width: 280px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
  }
}
.flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 2%;
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

@media (max-width: 767px) {
  .flow_list li {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .flow_list li {
    width: 23.5%;
  }
}
.step {
  background: #a59aca;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 10px;
}

/* ノーマルの開閉式*/
.accordion_menu .ttl {
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}

.accordion_menu .ttl:before,
.accordion_menu .ttl:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #2c003f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.accordion_menu .ttl:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion_menu .ttl.open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.accordion_menu .ttl .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffdcb8));
  background: linear-gradient(transparent 60%, #ffdcb8 0%);
}

.accordion_menu .content {
  display: none;
}

/*続きをもっと見るバージョン*/
.accordion_menu_typeB .hide_content {
  display: none;
}

.accordion_menu_typeB .box {
  padding: 10px;
  background: #fff;
  border: solid 1px #35252a;
}

.accordion_menu_typeB .box:not(:last-child) {
  margin-bottom: 1em;
}

/* テキスト背景 */
.txt_highlight {
  background: #f4e0ff;
  font-weight: bold;
}

.txt_highlight_yellow {
  background: #ffff99;
  font-weight: bold;
}

.toc_box {
  width: 100%;
  margin: auto;
  border: solid 1px #c8c5c5;
  background: #f3efed;
  padding: clamp(10px, 6.359px + 0.971vw, 25px);
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.toc_box:not(:last-child) {
  margin-bottom: 1.5em;
}

.toc_box .ttl {
  text-align: center;
  font-size: clamp(24px, 22.058px + 0.518vw, 32px);
  font-weight: bold;
  line-height: 1.4;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

@media (min-width: 768px) {
  .toc_box .ttl {
    letter-spacing: 0.0833em;
  }
}
.toc_box .ttl .sub {
  font-size: clamp(14px, 13.029px + 0.259vw, 18px);
  display: block;
}

.toc_box .ul_circle a {
  font-weight: bold;
  font-size: clamp(17px, 16.272px + 0.194vw, 20px);
}

/* 治療実績パーツ */
.under_case_box {
  padding: clamp(10px, 7.573px + 0.647vw, 20px) clamp(30px, 27.573px + 0.647vw, 40px) clamp(10px, 7.573px + 0.647vw, 20px) clamp(10px, 7.573px + 0.647vw, 20px);
  border: solid 1px #d8d1cf;
  background: #fff;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
  max-width: 680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.under_case_box:not(:last-child) {
  margin-bottom: 1em;
}

.under_case_box figure {
  width: clamp(100px, 87.379px + 3.366vw, 152px);
}

.under_case_box .content {
  width: calc(98% - clamp(100px, 87.379px + 3.366vw, 152px));
}

.under_case_box .link {
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.under_case_box .link:after {
  content: "";
  border-top: solid 3px #705b5a;
  border-right: solid 3px #705b5a;
  width: clamp(10px, 8.786px + 0.324vw, 15px);
  height: clamp(10px, 8.786px + 0.324vw, 15px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: clamp(10px, 7.573px + 0.647vw, 20px);
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.under_case_box .link:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: .3s;
  transition: .3s;
}

.under_case_box .link:hover:after {
  right: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.under_case_box figure {
  margin-bottom: 0;
}

.under_case_box .content .tag {
  background: #e1d3e2;
  padding: 2px 10px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: clamp(14px, 13.029px + 0.259vw, 18px);
}

.under_case_box .content .ttl {
  font-size: clamp(14px, 12.544px + 0.388vw, 20px);
  font-weight: bold;
}

.beautiful_block {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 10px;
}

@media (max-width: 767px) {
  .beautiful_block .img_list_typeB li {
    text-align: center;
  }

  .beautiful_block .col:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) {
  .beautiful_block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4%;
  }

  .beautiful_block02 figure {
    width: 170px;
  }

  .beautiful_block02 .content {
    width: calc(96% - 170px);
  }
}
/* */
.c-investigate {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 17.029px + 0.259vw, 22px);
  font-weight: bold;
  margin-bottom: 0 !important;
  background: #650900;
  padding-top: 5px 10px;
  border-radius: 5px 5px 0 0;
}

.orthodontia_type .ttl,
.orthodontia_type .invalid {
  background: #F4F2F0;
  font-weight: bold;
  padding: 5px 20px;
  border: solid 1px #E3DBD9;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .orthodontia_type .invalid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .orthodontia_type .invalid .cs {
    display: block;
    text-align: right;
  }
}
.orthodontia_type .invalid .cs {
  color: #A48A8C;
}

.orthodontia_type .content {
  padding: 15px;
  background: #fff;
  border: solid 1px #E3DBD9;
  border-top: 0;
}

.orthodontia_type .content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.orthodontia_type .content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  font-size: 90%;
}

.orthodontia_type .content ul li a .txt {
  line-height: 1.4;
}

.ul_notes li {
  position: relative;
  padding-left: 1.2em;
}

.ul_notes li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ｢言葉｣で綴る、悩みの実例集 */
.archive_casebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 2%;
}

.archive_casebook .ttl_wrap {
  height: 100%;
  padding: clamp(15px, 11.359px + 0.971vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .archive_casebook .ttl_wrap {
    min-height: 320px;
  }
}
.archive_casebook .ttl_wrap h3 {
  line-height: 1.4;
}

.archive_casebook .col {
  position: relative;
  width: 32%;
}

@media (max-width: 767px) {
  .archive_casebook .col {
    width: 49%;
  }
}
.archive_casebook .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.archive_casebook .link:hover {
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: .3s;
  transition: .3s;
}

.archive_casebook .case_tag {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .archive_casebook .case_tag {
    letter-spacing: 0.1em;
  }
}
.casebook_ttl {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  font-size: clamp(20px, 19.515px + 0.129vw, 22px);
  margin-bottom: 15px;
}

/* お悩みエピソード（投稿） */
.archive_episode_ttl {
  font-size: clamp(24px, 22.058px + 0.518vw, 32px);
  margin-bottom: clamp(20px, 17.573px + 0.647vw, 30px);
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.archive_episode_ttl .sub {
  display: block;
  font-size: clamp(18px, 17.515px + 0.129vw, 20px);
  color: #990000;
}

.main_txt {
  margin-bottom: clamp(25px, 18.932px + 1.618vw, 50px);
}

.episode_block {
  position: relative;
  border-bottom: solid 1px #eee;
  padding: 15px 0;
}

.episode_block .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 30px;
}

.episode_block .link:after {
  content: "";
  width: clamp(50px, 43.204px + 1.812vw, 78px);
  height: clamp(37px, 31.903px + 1.359vw, 58px);
  position: absolute;
  top: clamp(5px, 2.573px + 0.647vw, 15px);
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../img/common/arrow_black.png) no-repeat center/cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.episode_block .link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.episode_block .link:hover:after {
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.episode_block .link.link_invalid {
  pointer-events: none;
}

.episode_block .link.link_invalid:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.episode_block .emphasis_ttl {
  font-size: clamp(20px, 19.029px + 0.259vw, 24px);
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  padding-right: 50px;
}

.episode_block .emphasis_ttl .txt_emphasis {
  font-size: clamp(24px, 22.058px + 0.518vw, 32px);
  color: #d59700;
}

@media (min-width: 768px) {
  .episode_block .emphasis_ttl .txt_emphasis {
    letter-spacing: .1em;
  }
}
.episode_block .episode_tag {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}

.under_god_match_box {
  max-width: 770px;
  width: 100%;
  margin: auto;
}

.under_god_match_box figure figcaption {
  font-size: 85%;
  text-align: left;
}

.episode_btn {
  position: absolute;
  margin: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.black_box {
  position: relative;
  padding: 30px 15px;
  background: #000;
}

.black_box.black_box2 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .black_box.black_box2 {
    padding-bottom: 100px;
  }
}
.black_box p {
  color: #fff;
}

.sec_pop {
  padding: clamp(15px, 11.359px + 0.971vw, 30px);
  max-width: 750px;
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .sec_pop {
    width: 350px;
  }
}
.sec_pop .ttl {
  color: #990000;
  font-size: clamp(24px, 22.058px + 0.518vw, 32px);
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}

.ul_privacy li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.ul_privacy li::before {
  content: "";
  position: absolute;
  background: #35252a;
  letter-spacing: 0;
}

.ul_privacy &gt; li::before {
  height: 0.65em;
  left: 0;
  top: 0.5em;
  width: 0.65em;
}

.ul_privacy li ul:first-child {
  margin-top: 0.5em;
}

.ul_privacy ul li::before {
  height: 6px;
  left: 0.25em;
  top: 0.75em;
  width: 6px;
  border-radius: 50%;
}

.section hr.hr_normal {
  margin-bottom: 40px;
  margin-top: 40px;
}

.ol_normal {
  counter-reset: ol_normal;
}

.ol_normal li {
  padding-left: 28px;
  position: relative;
}

.ol_normal li::before {
  content: "";
  position: absolute;
}

.ol_normal li::before {
  position: absolute;
  content: counter(ol_normal);
  counter-increment: ol_normal;
  display: block;
  font-size: 1em;
  left: 0;
  text-align: center;
}

.recruit_main {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  font-family: serif;
}

.recruit_main .recruit_main_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-size: min(32px , 4vw);
}

/* ---------- TOP ----------*/
.top_bnr_contents {
  background: url(../img/top/top_bnr_contents_bg.png) no-repeat center top/cover;
  padding: clamp(35px, 28.932px + 1.618vw, 60px) 0;
}

.top_bnr_contents .bnr_lsit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(10px, 6.359px + 0.971vw, 25px) 3.2%;
}

.top_bnr_contents .bnr_lsit li {
  width: 48.4%;
}

.top_bnr_contents .bnr_lsit li.wide {
  width: 100%;
}

/* MESSAGE　ー患者様へー*/
.top_message {
  background: url(../img/top/top_message_bg.jpg) no-repeat center top/cover;
  padding: clamp(40px, 29.806px + 2.718vw, 82px) 0;
  color: #fff;
  /* スライダー(COLLECTIONコンテンツ) */
}

.top_message a {
  -webkit-transition: .3s;
  transition: .3s;
}

.top_message a:hover {
  text-decoration: none !important;
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.top_message .logo_img {
  margin-bottom: 40px;
}

@media (min-width: 1240px) {
  .top_message .container {
    max-width: 1800px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .top_message .row {
    gap: 0 4%;
  }

  .top_message .row .col {
    width: 48%;
  }
}
.top_message .large_txt {
  font-size: clamp(24px, 20.117px + 1.036vw, 40px);
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .top_message .large_txt {
    letter-spacing: 0.0833em;
    line-height: 1.5454545455;
  }
}
@media (min-width: 768px) {
  .top_message .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.top_message .contents_box {
  background: #fff;
  color: #35252a;
  padding: clamp(50px, 40.291px + 2.589vw, 90px) clamp(15px, -3.204px + 4.854vw, 90px);
  position: relative;
}
.top_message .contents_box:before, .top_message .contents_box:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.top_message .contents_box:before {
  background: url(../img/top/top_message_line_top.png) no-repeat center/cover;
  top: 0;
  height: 20px;
}
.top_message .contents_box:after {
  background: url(../img/top/top_message_line_bottom.png) no-repeat center/cover;
  bottom: 0;
  height: 19px;
}
.top_message .contents_box .color_ocher {
  color: #35252a !important;
}
@media (min-width: 768px) {
  .top_message .first_block {
    padding-left: clamp(30px, -10.000px + 5.208vw, 90px);
  }
}

.top_message .txt_wrap {
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  margin-bottom: clamp(20px, 15.146px + 1.294vw, 40px);
}

@media (min-width: 768px) {
  .top_message .txt_wrap {
    line-height: 2.3333333333;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .top_message .row .col {
    width: 58%;
  }

  .top_message .row .col.first_block {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .top_message .first_block {
    margin-bottom: 40px;
  }
}
.top_message .primary_block {
  margin-bottom: clamp(40px, 30.291px + 2.589vw, 80px);
}

.top_message h3 {
  font-size: clamp(30px, 25.146px + 1.294vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 10px;
  font-weight: normal;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

@media (min-width: 768px) {
  .top_message h3 {
    letter-spacing: 0.1633em;
  }
}
.top_message h3:before,
.top_message h3:after {
  content: "";
  height: 5px;
  width: 50vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
}

.top_message h3:before {
  margin-right: 20px;
}

.top_message h3:after {
  margin-left: 20px;
}

.top_message .top_slider .item {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .top_message .top_slider .item {
    padding: 0 20px;
  }
}
.top_message .top_slider .item figure {
  background: #fff;
}

.top_message .top_slider .item figure img {
  opacity: 0.2;
  -webkit-transition: .2s;
  transition: .2s;
}

.top_message .top_slider .item.slick-current figure img {
  opacity: 1;
}

.top_message .top_slider .slick-prev,
.top_message .top_slider .slick-next {
  z-index: 1;
  width: 116px;
  height: 118px;
}

@media (max-width: 767px) {
  .top_message .top_slider .slick-prev,
  .top_message .top_slider .slick-next {
    width: 60px;
    height: 61px;
  }
}
.top_message .top_slider .slick-prev:before,
.top_message .top_slider .slick-next:before {
  content: "";
  display: block;
  opacity: .9;
  width: 116px;
  height: 118px;
}

@media (max-width: 767px) {
  .top_message .top_slider .slick-prev:before,
  .top_message .top_slider .slick-next:before {
    width: 60px;
    height: 61px;
  }
}
.top_message .top_slider .slick-prev {
  left: 10px;
}

@media (min-width: 768px) {
  .top_message .top_slider .slick-prev {
    margin-left: -455px;
    left: 50%;
  }
}
.top_message .top_slider .slick-prev:before {
  background: url(../img/top/slider_arrow_prev.png) no-repeat center/cover;
}

.top_message .top_slider .slick-next {
  right: 10px;
}

@media (min-width: 768px) {
  .top_message .top_slider .slick-next {
    margin-right: -455px;
    right: 50%;
  }
}
.top_message .top_slider .slick-next:before {
  background: url(../img/top/slider_arrow_next.png) no-repeat center/cover;
}

/* 当院の特徴 */
.top_feature {
  background: url(../img/top/top_feature_bg.jpg) no-repeat center top/cover;
  padding: clamp(40px, 29.806px + 2.718vw, 82px) 0;
  position: relative;
}
@media (max-width: 767px) {
  .top_feature {
    padding-bottom: 0;
  }
}

.top_feature:before {
  content: "";
  width: 100%;
  height: 31px;
  background: url(../img/top/top_feature_line.png) no-repeat center/cover;
  display: block;
  position: absolute;
  top: 0;
}

.top_feature h2.top_ttl .color_type_ocher, .top_feature .color_ocher {
  color: #ac8527!important;
}

.top_feature .catch_txt {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  font-size: clamp(30px, 22.718px + 1.942vw, 60px);
  color: #fff;
}

@media (max-width: 767px) {
  .top_feature .catch_txt {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .top_feature .catch_txt {
    letter-spacing: 0.0833em;
  }
}
.top_feature .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 97%, #fff 0%);
}

.top_feature .primary_block {
  position: relative;
  margin-bottom: clamp(15px, 8.447px + 1.748vw, 42px);
}

@media (min-width: 768px) {
  .top_feature .primary_block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1640px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .top_feature .c-img {
    max-width: calc((var(--vw) * 100) - 40px);
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .top_feature .c-img {
    position: absolute;
    left: 0;
    width: 51vw;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top_feature .c-img {
    width: 48%;
  }
}
.top_feature .txt_box {
  background: #fff;
  padding: clamp(15px, 0.437px + 3.883vw, 75px);
  position: relative;
}

@media (max-width: 767px) {
  .top_feature .txt_box {
    padding-top: 40px;
    padding-bottom: 40px;
    border: solid 3px #36252B;
    border-top: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .top_feature .txt_box {
    max-width: 830px;
    width: 49vw;
  }
}
@media (min-width: 1600px) {
  .top_feature .txt_box {
    width: 45vw;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top_feature .txt_box {
    max-width: 675px;
    width: 100%;
  }
}
.top_feature .txt_box:before,
.top_feature .txt_box:after {
  content: "";
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
}

.top_feature .txt_box:before {
  background: url(../img/top/box_line_top.png) no-repeat center/cover;
  top: 0;
}
@media ( max-width : 767px ) {
  .top_feature .txt_box:before {
    display: none;
  }
}

.top_feature .txt_box:after {
  background: url(../img/top/box_line_bottom.png) no-repeat center/cover;
  bottom: 0;
}

@media (min-width: 768px) {
  .top_feature .txt_box {
    margin-top: 160px;
  }
}
.top_feature .txt_box p {
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
}

@media (min-width: 768px) {
  .top_feature .txt_box p {
    line-height: 2.3333333333;
  }
}
.top_feature h3 {
  font-weight: normal;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.top_feature h3.primary_ttl {
  font-size: clamp(24px, 17.689px + 1.683vw, 50px);
  color: #2e0040;
  font-weight: bold;
  margin-bottom: clamp(15px, 10.874px + 1.1vw, 32px);
}

.top_feature h3.primary_ttl a {
  text-decoration: none;
}

.top_feature h3.secondary_ttl {
  font-size: clamp(24px, 20.117px + 1.036vw, 40px);
  font-weight: bold;
  position: relative;
  padding-bottom: clamp(10px, 3.932px + 1.618vw, 35px);
  margin-bottom: clamp(15px, 10.874px + 1.1vw, 32px);
  color: #2e0040;
}

@media (min-width: 768px) {
  .top_feature h3.secondary_ttl {
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
.top_feature h3.secondary_ttl:after {
  content: "";
  height: 7px;
  background: url(../img/top/top_feature_ttl_icon.png) no-repeat center/contain;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .top_feature h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .top_feature h3 {
    letter-spacing: 0.0833em;
  }
}
.top_feature h3 .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0%, #35252a));
  background: linear-gradient(transparent 97%, #35252a 0%);
}

@media (min-width: 768px) {
  .top_feature .secondary_block .container {
    max-width: 1800px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top_feature .secondary_block .container .row {
    gap: 0 8%;
  }

  .top_feature .secondary_block .container .row .col {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .top_feature .secondary_block {
    padding-bottom: 5vw;
    position: relative;
  }
  .top_feature .secondary_block:after {
    content: "";
    background: url(../img/top/top_feature_contents_arrow.png) no-repeat center/cover;
    width: 100%;
    height: 9vw;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top_feature .secondary_block .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .top_feature .secondary_block .container .row {
    gap: 0 4%;
  }

  .top_feature .secondary_block .container .row .col {
    width: 48%;
  }
}
.top_feature .secondary_block figure {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .top_feature .secondary_block figure {
    margin-bottom: clamp(15px, 8.447px + 1.748vw, 42px);
  }
}

.top_feature .secondary_block .txt_wrap p {
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
}

@media (min-width: 768px) {
  .top_feature .secondary_block .txt_wrap p {
    line-height: 2.3333333333;
  }
}
@media (max-width: 767px) {
  .top_feature .secondary_block .wrap {
    padding: 1em;
    background: #fff;
    border: solid 3px #36252B;
    border-top: 0;
  }
}
.top_contents_block {
  /* background: url(../img/top/top_contents_bg.jpg) no-repeat center top/cover; */
  background: url(../img/top/top_contents_bg02.jpg) no-repeat center top/cover;
}

.top_message02 {
  padding-top: clamp(40px, 27.136px + 3.43vw, 93px);
}
@media (max-width: 767px) {
  .top_message02 {
    padding-top: 15vw;
  }
}

.top_message02 .color_ocher {
  color: #846d35;
}

.top_message02 .message_box {
  padding: 10px;
  position: relative;
  z-index: 0;
}

.top_message02 .message_box:before,
.top_message02 .message_box:after {
  content: "";
  border: solid 1px #846d35;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  z-index: -1;
}

.top_message02 .message_box:before {
  top: 0;
  left: 0;
}

.top_message02 .message_box:after {
  bottom: 0;
  right: 0;
}

.top_message02 .message_box .wrap {
  padding: clamp(15px, 2.621px + 3.301vw, 66px);
  background: #fff;
  text-align: center;
}

.top_message02 .message_box .wrap p {
  font-size: clamp(17px, 16.272px + 0.194vw, 20px);
}

@media (min-width: 768px) {
  .top_message02 .message_box .wrap p {
    line-height: 2.1;
  }
}
.top_case {
  padding: clamp(30px, 20.291px + 2.589vw, 70px) 0;
}

/* 悩み実例集＆エピソード */
.top_case {
  /* お悩みエピソード */
}

.top_case .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  gap: 0 3%;
}

.top_case .episode_block {
  border: 0;
}

.top_case .tab_btn {
  display: block;
  cursor: pointer;
  width: 48.5%;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: clamp(17px, 14.330px + 0.712vw, 28px);
  padding: clamp(10px, 8.786px + 0.324vw, 15px) 10px;
  border-radius: clamp(5px, 3.786px + 0.324vw, 10px) clamp(5px, 3.786px + 0.324vw, 10px) 0 0;
  background: #c7c4c1;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

@media (min-width: 768px) {
  .top_case .tab_btn {
    letter-spacing: 0.1633em;
  }
}
@media (max-width: 767px) {
  .top_case .tab_btn {
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top_case .tab_btn.active {
  background: #5a1317;
  position: relative;
}
.top_case .tab_btn.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: clamp(25px, 18.932px + 1.618vw, 50px) solid transparent;
  border-left: clamp(25px, 18.932px + 1.618vw, 50px) solid transparent;
  border-top: clamp(15px, 13.786px + 0.324vw, 20px) solid #5a1317;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.top_case .tab_btn.episode_block.active {
  background: #2e0040;
}
.top_case .tab_btn.episode_block.active:after {
  border-top: clamp(15px, 13.786px + 0.324vw, 20px) solid #2e0040;
}

.top_case .tab_item {
  display: none;
  background: #fff;
  padding: clamp(15px, 6.505px + 2.265vw, 50px);
  border-top: solid 5px #5a1317;
}

.top_case .tab_item.active {
  display: block;
}

.top_case .tab_item.episode_block.active {
  display: block;
  border-top: solid 5px #2e0040;
}

.top_case .case_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.top_case .case_box .box {
  padding: 16px clamp(10px, 8.544px + 0.388vw, 16px) clamp(30px, 25.146px + 1.294vw, 50px);
  text-decoration: none;
  color: #000000;
 &nbsp;font-weight: bold;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  border-top: solid 3px #5a1317;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  width: 49%;
}

@media (min-width: 768px) {
  .top_case .case_box .box {
    width: 23.5%;
  }
}
.top_case .case_box .box:after {
  content: "";
  background: url(../img/top/top_case_arrow.png) no-repeat center/cover;
  width: clamp(20px, 16.602px + 0.906vw, 34px);
  height: clamp(5px, 4.029px + 0.259vw, 9px);
  position: absolute;
  bottom: clamp(10px, 7.573px + 0.647vw, 20px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.top_case .case_box .box .casebook {
  color: #846d35;
  font-size: clamp(13px, 12.515px + 0.129vw, 15px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .top_case .case_box .box .casebook .num {
    display: block;
  }
}
.top_case .case_box .box .ttl {
  font-size: clamp(15px, 14.272px + 0.194vw, 18px);
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;	
}

@media (min-width: 768px) {
  .top_case .case_box .box .ttl {
    line-height: 1.4444444444;
  }
}
.top_case .case_box .box:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.top_case .case_box .box:hover:after {
  left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.top_case .catch_copy {
  font-size: clamp(17px, 11.417px + 1.489vw, 40px);
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #2e0040;
}

@media (min-width: 768px) {
  .top_case .catch_copy {
    letter-spacing: 0.0833em;
    text-align: center;
    line-height: 1.75;
  }
}
.top_case .c-bnr {
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .top_case .episode_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 4%;
  }
}
.top_case .episode_box .box {
  display: block;
  border: solid 1px #2e0040;
  background: #eeeeee;
  padding: 40px 85px 23px 30px;
  text-decoration: none;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 768px) {
  .top_case .episode_box .box {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .top_case .episode_box .box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.top_case .episode_box .box:after {
  content: "";
  width: clamp(50px, 43.204px + 1.812vw, 78px);
  height: clamp(37px, 31.903px + 1.359vw, 58px);
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../img/common/arrow_black.png) no-repeat center/cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.top_case .episode_box .box:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.top_case .episode_box .box:hover:after {
  right: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.top_case .episode_box .box.cannot {
  pointer-events: none;
  opacity: .2;
}

.top_case .episode_box .box .ttl {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  line-height: 1.4;
}

.top_case .episode_box .box .ttl .large {
  color: #846d35;
  font-size: clamp(20px, 17.087px + 0.777vw, 32px);
}

.top_case .episode_box .box .ep_num {
  font-weight: bold;
  font-family: "Arial", "メイリオ", sans-serif;
  background: #2e0040;
  color: #fff;
  max-width: 200px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  top: -20px;
  left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
}

/* 悩み実例集＆エピソード */
.top_treatmentWorries {
  background: url(../img/top/top_treatmentWorries_bg.jpg) no-repeat center top/cover;
  padding: clamp(40px, 24.223px + 4.207vw, 105px) 0 clamp(80px, 60.583px + 5.178vw, 160px);
  position: relative;
}

.top_treatmentWorries:before {
  content: "";
  display: block;
  width: 100%;
  height: 31px;
  position: absolute;
  top: 0;
  background: url(../img/top/top_treatmentWorries_line.png) no-repeat center/cover;
}

.top_treatmentWorries h2 {
  text-align: left;
}

.top_treatmentWorries h2 .subtxt {
  margin: 0;
}

.top_treatmentWorries .txt_wrap {
  color: #fff;
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
}

@media (min-width: 768px) {
  .top_treatmentWorries .txt_wrap {
    line-height: 2.3333333333;
  }
}
@media (max-width: 767px) {
  .top_treatmentWorries .txt_wrap {
    margin-top: 20px;
  }
}
/* 悩み実例集＆エピソード（共有パーツ） */
.top_common_block.typeA {
  background: url(../img/top/top_periodontitis_bg.jpg) no-repeat center/cover;
}

.top_common_block.typeB {
  background: url(../img/top/top_sod_bg.jpg) no-repeat center/cover;
}

.top_common_block.typeC {
  background: url(../img/top/top_it_bg.jpg) no-repeat center/cover;
}

.top_common_block.typeD {
  background: url(../img/top/top_ot_bg.jpg) no-repeat center/cover;
}

.top_common_block.typeE {
  background: url(../img/top/top_et_bg.jpg) no-repeat center/cover;
}

.top_common_block .container {
  padding: clamp(35px, 24.806px + 2.718vw, 77px) 0 clamp(30px, -20.971px + 13.592vw, 240px);
}

@media (min-width: 768px) {
  .top_common_block .container {
    position: relative;
  }

  .top_common_block .container .c-img {
    position: absolute;
    top: -80px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .top_common_block .container .c-img {
    top: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .top_common_block .container .c-img img {
    max-width: 33vw;
  }

  .top_common_block .container .c-img.img_typeA img {
    max-width: 40vw;
  }
}
@media (min-width: 768px) {
  .top_common_block h3 {
    margin-bottom: 015px;
  }
}
.top_common_block .txt_wrap {
  color: #fff;
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  margin-bottom: clamp(25px, 18.932px + 1.618vw, 50px);
}

@media (min-width: 768px) {
  .top_common_block .txt_wrap {
    letter-spacing: 0.0833em;
    line-height: 2.6666666667;
  }
}
.top_common_block .case_box {
  position: relative;
}
@media (max-width: 767px) {
  .top_common_block .case_box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

.top_common_block .case_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #a59aca transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .top_common_block .case_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }

  .top_common_block .case_box figure {
    width: 244px;
    margin-bottom: 0;
  }

  .top_common_block .case_box .contents {
    width: calc(100% - 244px);
    letter-spacing: 0.0833em;
    background: #fff;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .top_common_block .case_box .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 28px;
  }
}

.top_common_block .case_box figure {
  text-align: center;
  background: #000;
  padding: clamp(15px, 10.631px + 1.165vw, 33px) 0;
}
@media (max-width: 767px) {
  .top_common_block .case_box figure {
    margin-bottom: 0;
  }
}

.top_common_block .case_box .contents {
  background: #fff;
}
@media (max-width: 767px) {
  .top_common_block .case_box .contents {
    padding: 15px;
  }
}

.top_common_block .case_box .ttl {
  background: #e6e2d7;
  color: #846d35;
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  display: table;
  line-height: 1.4;
  padding: 7px 12px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .top_common_block .case_box .ttl {
    letter-spacing: 0.0833em;
  }
}
@media (max-width: 767px) {
  .top_common_block .case_box .ttl {
    margin-left: auto;
    margin-right: auto;
  }
}
.top_common_block .case_box .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.top_common_block .case_box .link:hover {
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: .3s;
  transition: .3s;
}

.top_common_block.reverse .case_box:after {
  border-color: transparent transparent #ba9093 transparent;
}

@media (min-width: 768px) {
  .top_common_block.reverse h3,
  .top_common_block.reverse .txt_wrap,
  .top_common_block.reverse .btnstyle {
    text-align: right;
  }

  .top_common_block.reverse .container .c-img {
    right: auto;
  }
}
.top_common_block.last_block .container {
  padding-bottom: clamp(35px, 24.806px + 2.718vw, 77px);
}

/* 「歯を残すという治療・技術」大阪梅田の歯医者-松本歯科クリニック */
.top_about_block {
  padding: clamp(40px, 27.864px + 3.236vw, 90px) 0 clamp(10px, -8.689px + 4.984vw, 87px);
  background: url(../img/top/top_about_block_bg.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 0;
}

.top_about_block h3 {
  text-align: center;
  font-size: clamp(22px, 13.990px + 2.136vw, 55px);
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: normal;
}

@media (min-width: 768px) {
  .top_about_block h3 {
    line-height: 1.5454545455;
    letter-spacing: 0.0833em;
  }
}
.top_about_block .txt_wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: clamp(60px, 50.291px + 2.589vw, 100px) 15px clamp(40px, 31.505px + 2.265vw, 75px);
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  position: relative;
  z-index: -1;
}

@media (min-width: 768px) {
  .top_about_block .txt_wrap {
    text-align: center;
    line-height: 2.6666666667;
  }
}
/*  */
.top_guide_block {
  /* background: url(../img/top/top_guide_bg.png) no-repeat center top/cover; */
  background: url(../img/top/top_guide_bg02.png) no-repeat center top/cover;
  padding: clamp(40px, 25.437px + 3.883vw, 100px) 0 clamp(35px, 21.650px + 3.56vw, 90px);
}

.top_guide_block h2 {
  font-weight: normal;
  font-size: clamp(24px, 16.476px + 2.006vw, 55px);
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #5a1317;
  margin-bottom: clamp(15px, 8.932px + 1.618vw, 40px);
}

@media (min-width: 768px) {
  .top_guide_block h2 {
    letter-spacing: 0.0833em;
  }
}
.top_guide_block h2 .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(0%, #5a1317));
  background: linear-gradient(transparent 98%, #5a1317 0%);
}

.top_guide_block .top_guide_box {
  position: relative;
}

.top_guide_block .top_guide_box {
  font-size: clamp(16px, 15.515px + 0.129vw, 18px);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 768px) {
  .top_guide_block .top_guide_box {
    text-align: center;
    line-height: 2.3333333333;
  }
}
.top_guide_block .top_guide_box:before,
.top_guide_block .top_guide_box:after {
  content: "";
  border-top: solid 1px #35252a;
  border-right: solid 1px #35252a;
  width: clamp(20px, 7.864px + 3.236vw, 70px);
  height: clamp(20px, 7.864px + 3.236vw, 70px);
  position: absolute;
}

.top_guide_block .top_guide_box:before {
  bottom: 19px;
  left: 18px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 2;
}

.top_guide_block .top_guide_box:after {
  top: 19px;
  right: 18px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 2;
}

.top_guide_block .top_guide_box .txt_wrap {
  position: relative;
}

.top_guide_block .top_guide_box .txt_wrap:before,
.top_guide_block .top_guide_box .txt_wrap:after {
  content: "";
  border-top: solid 1px #35252a;
  border-right: solid 1px #35252a;
  width: clamp(20px, 7.864px + 3.236vw, 70px);
  height: clamp(20px, 7.864px + 3.236vw, 70px);
  position: absolute;
}

.top_guide_block .top_guide_box .txt_wrap:before {
  top: 19px;
  left: 18px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 2;
}

.top_guide_block .top_guide_box .txt_wrap:after {
  bottom: 19px;
  right: 18px;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.top_guide_block .top_guide_box .box {
  background: #e8e3dd;
  padding: clamp(30px, 21.505px + 2.265vw, 65px);
  position: relative;
  z-index: 1;
}

.top_guide_block .top_guide_box .box:before {
  content: "";
  border: solid 1px #35252a;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* ---------- TOP ----------*/
/* ---------- 下層 ----------*/
/* 医院案内 */
.clinic_slide {
  margin: auto;
  max-width: 610px;
  width: 100%;
}

@media (min-width: 768px) {
  .train {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .train li span:first-child {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 161px;
    height: 50px;
    border: solid 1px #bab6b5;
    background: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
  }

  .train li span:nth-child(2) {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 170px;
    height: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    position: relative;
  }

  .train li span:nth-child(2):before {
    content: '';
    width: 100%;
    height: 1px;
    background: #bab6b5;
    position: absolute;
    top: 25px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .train li {
    margin: 0 20%;
  }

  .train li span {
    width: 100%;
  }

  .train li span:first-child {
    display: block;
    height: 50px;
    border: solid 1px #bab6b5;
    background: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    position: relative;
    z-index: 2;
  }

  .train li span:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: 50px;
    margin-left: 50%;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    position: relative;
  }

  .train li span:nth-child(2):before {
    content: '';
    width: 1px;
    height: 60px;
    background: #bab6b5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.c-custom tbody th {
  width: 90px !important;
}

body:not(.home) .en {
  background: #644bb9;
  color: #fff;
  border-radius: 5px;
  padding: 0 8px 2px 8px;
  line-height: 1;
  margin-right: 10px;
}

/* 重症歯周病の菅智礼 */
.periodontitis_case {
  background: #000;
  max-width: 610px;
  width: 100%;
  margin: 0 auto 1.5em;
}

.periodontitis_case .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 2%;
  padding: 10px 0 20px;
}

.periodontitis_case .contents_wrap .ttl {
  margin-bottom: 0;
}
@media ( max-width : 767px ) {
  .periodontitis_case .ttl {
    text-align: center;
    padding-top: 20px;
  }
  .periodontitis_case .ttl img {
    max-width: 90%;
  }
}

.periodontitis_case .contents_wrap .box {
  width: 170px;
}

.periodontitis_case .contents_wrap .box ul li {
  text-align: center;
}

@media ( max-width : 767px ) {
  .periodontitis_case .sp_wrap {
    display: flex;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .periodontitis_case .sp_wrap .contents_wrap {
    padding: 0;
  }
  .periodontitis_case .sp_wrap .contents_wrap .box {
    width: 145px;
  }
  .periodontitis_case .sp_wrap .arrow_box figure {
    width: 110px;
  }
  .periodontitis_case .sp_wrap .periodontitis_slider01 {
    margin-bottom: 5px;
  }
}

.shokyosei_primary_block {
  background: #f9f8f6;
}

@media (min-width: 768px) {
  .shokyosei_primary_block {
    padding: 60px 30px;
  }
}
.shokyosei_primary_block .btnstyle {
  max-width: 610px;
  width: 100%;
  margin: auto;
  margin-top: 2em;
}

.shokyosei_primary_box {
  max-width: 610px;
  width: 100%;
  margin: auto;
  background: url(../img/common/shokyosei_bg.jpg) no-repeat center top/contain;
  position: relative;
}

@media (min-width: 768px) {
  .shokyosei_primary_box {
    height: 388px;
  }
}
@media (max-width: 767px) {
  .shokyosei_primary_box {
    height: 240px;
  }
}
.shokyosei_primary_box .list {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .shokyosei_primary_box .list {
    width: 50%;
  }
}
.implant_slider {
  max-width: 600px;
  margin: auto;
  background: #5B2002;
  border-radius: 10px;
}

.implant_slider .img_slide_main {
  max-width: 514px;
  margin: auto;
}

.implant_slider .img_slide_main .slick-next {
  right: -30px;
}

@media (max-width: 767px) {
  .implant_slider .img_slide_main .slick-next {
    right: 0;
  }
}
.implant_slider .img_slide_main .slick-prev {
  left: -30px;
}

@media (max-width: 767px) {
  .implant_slider .img_slide_main .slick-prev {
    left: 0;
  }
}
.implant_bnr_block {
  background: #261501;
  max-width: 530px;
  width: 100%;
  margin: auto;
}

.implant_bnr_block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.implant_bnr_block .ttl {
  color: #fff;
  background: #811508;
  margin-bottom: 20px;
  text-align: center;
  padding: 5px 10px 0;
  font-weight: bold;
}

.art_tooth_block {
  background: #000;
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 20px 20px 30px;
}

.art_tooth_block .ttl {
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.art_tooth_block .ttl .txt_small {
  display: block;
  font-size: 80%;
  color: #cba30e;
}

.whitening_course_block {
  background: #fff;
  padding: 15px;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.whitening_course_block:not(:last-child) {
  margin-bottom: 15px;
}

.whitening_course_block .list {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .whitening_course_block .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.whitening_course_block .ttl {
  color: #BD6201;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.whitening_ttl_block {
  margin-bottom: 30px;
}

.whitening_ttl_block h4 {
  padding: 0;
  border-bottom: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d26f23), to(#c84021));
  background: linear-gradient(to bottom, #d26f23, #c84021);
  height: 40px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0 !important;
}

.whitening_ttl_block h4:before,
.whitening_ttl_block h4:after {
  display: none;
}

.whitening_ttl_block h4 img {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}

.whitening_ttl_block .content {
  background: #511717;
  padding: 30px 20px 20px;
}

.whitening_ttl_block.white_type .content {
  background: #fff;
}

.whitening_flow_block {
  background: #fff;
  padding: 20px 20px;
}

.whitening_flow_block .box {
  gap: 0 10px;
  position: relative;
  padding: 20px 10px;
}

@media (min-width: 768px) {
  .whitening_flow_block .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.whitening_flow_block .box:after {
  content: "";
  border-bottom: dotted 1px #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.whitening_flow_block .box figure {
  margin-bottom: 0;
  text-align: center;
}

.whitening_bef_after {
  max-width: 590px;
  width: 100%;
  margin: auto;
  padding: 20px;
  background: #000;
}

.whitening_bef_after .ttl {
  color: #fff;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .whitening_bef_after .ttl {
    text-align: center;
  }
}
.whitening_bef_after .ttl .large {
  font-size: 120%;
}

@media (min-width: 768px) {
  .god_match_case_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 2%;
  }

  .god_match_case_wrap .col {
    width: 49%;
  }
}
.god_match_case_wrap .border-top {
  border-top: dotted 1px #000;
}

.god_match_case_wrap .border-bottom {
  border-bottom: dotted 1px #000;
}

.god_match_case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
  font-size: 13px;
  padding: 10px 0;
}

.god_match_case_list a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.god_match_case_list a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.god_match_case_list figure {
  width: 60px;
  margin-bottom: 0;
}

.god_match_case_list .content {
  width: calc(98% - 60px);
}

.god_match_case_list .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 5px;
}

.god_match_case_list .content .list li a {
  background: #d55730;
  color: #fff;
  padding: 0 7px;
}

.god_match_case_list .content .list li a.secret_color {
  background: #7754c5;
}

.c-num {
  width: 20px;
  height: 20px;
  background: #846d35;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 2;
  text-align: center;
  font-size: 65%;
  margin-right: 5px;
}

.flow_slider {
  max-width: 610px;
  width: 100%;
  margin: auto;
}

.flow_slider li .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  background: #846d35;
  color: #fff;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(14px, 13.029px + 0.259vw, 18px);
  line-height: 1.4;
  padding: 5px 10px;
}

@media (max-width: 767px) {
  .flow_slider li .ttl {
    min-height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flow_slider .slick-dots li {
  width: 12.5%;
  margin: 0;
}

.flow_slider .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 5px;
}

.flow_slider .slick-dots li button:before {
  content: "";
  width: 95%;
  height: 5px;
  background: #000;
  right: 0;
  margin: auto;
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 10px;
}

.pagination .page-numbers {
  width: 30px;
  height: 30px;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  background: transparent;
}

.pagination .page-numbers.current {
  background: #846d35;
  color: #fff;
}

.pagination a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagination a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.box-time select {
  min-width: auto !important;
  margin: 5px;
}

.box-date input {
  border: 1px solid #ddd;
  padding: 8px 6px;
  margin-left: 15px;
}

.top_explanation .container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.top_explanation .row .c-txt {
  background: #2e0040;
  color: #fff;
  padding: clamp(20px, 7.864px + 3.236vw, 70px);
}
.top_explanation .row .c-txt .ttl {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(24px, 20.117px + 1.036vw, 40px);
  margin-bottom: clamp(20px, 15.146px + 1.294vw, 40px);
  line-height: 1.4;
}
.top_explanation .row .c-txt .wrap p:not(.ttl) {
  line-height: 2.3333333333;
}
@media (min-width: 768px) {
  .top_explanation .row .c-img {
    width: 54%;
  }
  .top_explanation .row .c-img figure {
    height: 597px;
  }
  .top_explanation .row .c-img figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top_explanation .row .c-txt {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_explanation .row .c-txt .wrap {
    max-width: 480px;
  }
}

.top_add_block {
  padding: clamp(40px, 25.437px + 3.883vw, 100px) 0;
  background: #35252a;
  color: #fff;
}
@media (min-width: 768px) {
  .top_add_block {
    text-align: center;
  }
}

/* ---------- 下層 ----------*/
.bg_decoration_none:before {
  content: none !important;
}

@media (max-width: 767px) {
  .method_bnr {
    width: 220px !important;
  }
}

/*# sourceMappingURL=bond.css.map */

.top_message02 .message_box .wrap p.top_message02_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
@media (min-width: 768px) {
  .top_message02 .message_box .wrap p.top_message02_title {
    font-size: 30px;
  }
}


.sec_news .news {
  position: relative;
}
body:not(.home) .mce-content-body .sec_news h3{    
font-size:40px;
}
body:not(.home) .mce-content-body .sec_news h3:first-letter{ 
    color:#846d35;
}
body:not(.home) .mce-content-body .sec_news h3 .subtext{    
 font-size:18px;
    font-weight:bold;
    display:block;
}
.sec_news .row{
  align-items:center;
  justify-content:space-between;
}
.sec_news .title_box{
  width:200px;
  text-align:center;
}
.sec_news .news{
  width:calc(100% - 240px);
}
.sec_news dl {
  position: relative;
  border-radius: 20px;
  background: #fff;
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.sec_news dl dd {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  width:calc(100% - 160px);
}
.sec_news dl dd a{
  text-decoration:none;
}
.sec_news dl dd a:hover{
  text-decoration:underline;
}
.sec_news dl dd:last-child {
  margin-bottom: 0;
}
.sec_news dl dt {
  color: #999999;
  width:160px;
  padding-bottom: 15px;
  border-bottom:1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
	
  .sec_news .title_box{
    width:100%;
    position:relative;
  }
	body:not(.home) .mce-content-body .sec_news h3{    
		font-size:30px;
	}
  .sec_news .news{
    width:100%;
  }
  .sec_news dl {
    width:100%;
  }
  .sec_news dl::after {
    width: 80px;
    left: auto;
    right: 20px;
  }
  .sec_news dl dt {
    padding-top: 0;
    padding-bottom:0;
    border:none;
    width:100%;
  }
  .sec_news dl dd {
    width:100%;
    padding-bottom: 15px;
  }
  .sec_news .btnstyle {
    top: 0;
  }
  .sec_news .btnstyle a {
    width: 150px;
  }
}

/*フォーム調整*/
@media only screen and (min-width: 768px) {
    .wpcf7 input[type=text] {
        max-width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .wpcf7 input[type=text] {
        max-width: 190px;
    }
  .box_form dd .wpcf7-checkbox,
  .box_form dd .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
.box_form dd .wpcf7-checkbox .wpcf7-list-item,
  .box_form dd .wpcf7-radio .wpcf7-list-item {
  width: 44%;
}
    .box_form dd .wpcf7-checkbox input {
        width: auto !important;
    }
	.box_form dd .wpcf7-radio input{
    width:20px;
}
.box_form dd .form_box_request-date .box-txt{
  display:block;
  }
.box_form dd .form_box_request-date .wpcf7-date{
 margin-left:0;
}
.box_form dd .form_box_request-date .wpcf7-select{
    margin-left:0;
  width:50%;
  }
  .page-name-request .box_form dd .wpcf7-checkbox .wpcf7-list-item,
.page-name-lp_document_gg .box_form dd .wpcf7-checkbox .wpcf7-list-item{
    width:100%;
  }
}

body:not(.home) .row.bnr_box {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 0px!important;
}</pre></body></html>