@charset "UTF-8";
#header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.7);
}
.logo {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.logo span {
  font-size: 1rem;
  display: block;
}
.logo img {
  width: 165px;
  margin-right: 15px;
}
.header_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_btn a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #998c70;
  color: #fff;
  padding: 10px;
  font-size: 1.4rem;
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.header_btn a img {
  width: 20px;
  margin-right: 5px;
}
.header-humb {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 100;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.header-humb span {
  display: block;
  position: relative;
  width: 80%;
  height: 1px;
  margin: 0 auto;
  background: #998c70;
}
.header-humb span.is-active {
  background: transparent;
}
.header-humb span.is-active::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-humb span.is-active::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-humb span::before {
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #998c70;
  content: '';
}
.header-humb span::after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #998c70;
  content: '';
}
.header-nav {
  z-index: 90;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  pointer-events: none;
}
.header-navInner {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  overflow: scroll;
  background: #FFF;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header-navList {
  margin-top: 80px;
  border-top: 1px solid #DDD;
}
.header-navItem {
  border-bottom: 1px solid #DDD;
  font-size: 2rem;
  line-height: 3.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.header-navBtn a {
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  background: #998c70;
  color: #FFF;
  font-size: 2rem;
  -webkit-transition: background .6s;
  transition: background .6s;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.header-navItem a:hover {
  color: #998c70;
}
.header-navBtn {
  margin-top: 20px;
}
.header-navBtn a {
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  background: #ffa100;
  color: #FFF;
  font-size: 2rem;
  -webkit-transition: background .6s;
  transition: background .6s;
}
.header-navBtn a:hover {
  background-position: right center;
}
.header-navClose {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
.header-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.header-nav.is-open .header-navInner {
  right: 0;
}
.header-nav.is-open .header-navClose {
  opacity: 1;
}
.mv {
  overflow: hidden;
  background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/mv_bg.svg) no-repeat center bottom / 100%;
  padding-top: 80px;
}
.mv_content {
  width: 100%;
  margin: 0;
  position: relative;
}
.mv_content .inner {
  max-width: 950px;
  padding: 60px 4vw;
  background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/png_1@2x.png) no-repeat right 4vw bottom / 450px;
}
p.mv_txt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  line-height: 1.4;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.mv_content a {
  background: #fff;
  display: block;
  width: 250px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border: solid 1px #998c70;
  color: #998c70;
  text-align: center;
  line-height: 1.4;
  font-size: 2rem;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.mv_content a span {
  background: #998c70;
  color: #fff;
  padding: 5px;
  line-height: 1;
  margin-left: 10px;
  font-size: 90%;
}
p.mv_txt_s {
  font-size: 1.0rem;
  width: 250px;
  text-align: right;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.header_btn._forSPmenu {
    display: none;
}
@media screen and (min-width: 768px) {
  .mv_content a:hover {
    background: #998c70;
    color: #fff;
  }
  .mv_content a:hover span {
    background: #fff;
    color: #998c70;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    font-size: 2rem;
    margin-right: 10px;
  }
  .header_btn a {
    font-size: 1rem;
    margin-right: 5px;
    padding: 5px;
    height: 50px;
  }
  .header_btn a span {
    display: block;
    width: 100%;
  }
  .header_btn a img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .header-humb span {
    margin-left: 10px;
  }
  .header-navItem {
    font-size: 1.4rem;
  }
  .header-navBtn a {
    font-size: 1.4rem;
  }
        .header_btn._forSPmenu {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999999;
        display: flex;
    }
        .header_btn._forSPmenu a {
        width: 50%;
        height: 60px;
        font-size: inherit;
        border: solid 2px;
        margin: 0;
    }
        .header_btn._forSPmenu a:nth-of-type(2) {
        left: auto;
        right: 0;
        margin-right: 0;
        border-left: none;
    }
  .mv_content .inner {
    text-align: center;
  }
  .mv {
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/mv_bg.svg) no-repeat center bottom / 500%;
  }
  h1 {
    font-size: 12vw;
  }
  h1:before {
    font-size: 3vw;
  }
  p.mv_txt {
    font-size: 5.5vw;
  }
  .mv_content a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70%;
  }
  p.mv_txt_s {
    margin-left: auto;
    margin-right: auto;
  }
  .mv_content .inner {
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/png_1@2x.png) no-repeat center bottom / 115%;
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
/* header end */
h2.section_ttl {
  font-size: 3.6rem;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: solid 1px #e1d9d0;
  position: relative;
  text-align: center;
  font-weight: 700;
}
h2.section_ttl:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #998c70;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.onayami_box {
  background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/png_2@2x.png) no-repeat center / cover;
  align-items: center;
  color: #fff;
  padding: 60px 30px;
  margin-left: 0;
  margin-right: 0;
}
.onayami_box [class*="fx-col"] {
  margin-top: 0;
}
ul.check_list li {
  line-height: 2;
  padding-left: 3rem;
  position: relative;
}
ul.check_list li:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_1.svg) no-repeat center / 20px;
}
.onayami_kaizen {
  background: #fff;
  color: #333;
  padding: 20px;
  align-items: center;
}
.onayami_kaizen img {
  width: 120px;
}
.onayami_kaizen p {
  width: calc(100% - 150px);
}
.onayami_kaizen p span {
  font-size: 125%;
  color: #bb0d23;
}
a.btn {
  height: 75px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 0;
  background: #998c70;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  min-width: 133px;
  max-width: 100%;
  margin: 0 auto;
}
a.btn img {
  width: 20px;
  margin-right: 5px;
  max-height: 20px;
}
.btn_wrap {
  text-align: center;
  margin-top: 60px;
}
.venture {
  background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/png_3@2x.png) no-repeat center top / cover;
  padding: 60px;
}
.venture_content.inner {
  background: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  padding: 30px 90px;
}
p.venture__ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
}
h2.section_ttl span.fukidashi {
  position: absolute;
  font-size: 1.6rem;
  border: solid 1px #1c4370;
  color: #1c4370;
  text-align: center;
  padding: 5px;
  top: -20px;
  left: 50%;
  transform: translateX(calc(-50% - 210px));
}
h2.section_ttl span.fukidashi:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 5px;
  right: -30px;
  border: 8px solid transparent;
  border-left: 24px solid #FFF;
  z-index: 2;
}
h2.section_ttl span.fukidashi:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 5px;
  right: -33px;
  border: 8px solid transparent;
  border-left: 24px solid #555;
  z-index: 1;
}
.section1 .fx-row {
  align-items: center;
}
.section1 ul {
  width: 100% !important;
  padding-left: 2.5rem;
  list-style: disc;
  font-size: 2.0rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.8;
  font-weight: 700;
}
.checkBox_list {
  background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/png_6@2x.png) no-repeat center right / auto 100%;
  margin-bottom: 60px;
}
.check_row {
  display: flex;
  align-items: baseline;
  line-height: 2;
}
.checkBox_list input {
  cursor: pointer;
  margin-right: 10px;
  width: 15px;
}
p.check_list_txt {
  width: calc(100% - 25px);
}
.check_txtbox {
  padding: 30px;
  background: #fffaf5;
  max-width: 720px;
  margin: 0 auto;
}
/*.section3 img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  width: 300px;
}*/
.bg_baige {
  background: #fffaf5;
}
.chiryou_list li {
  background: #fff;
  padding: 30px;
  margin-top: 60px;
}
.chiryou_list h3 {
    padding-left: 110px;
    position: relative;
    font-weight: 700;
    color: #1c4370;
}
.chiryou_list h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 125px;
  height: 98px;
  display: block;
  background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_3.svg) no-repeat center / 125px;
}
.chiryou_list li:nth-child(2) h3:before {
  background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_4.svg) no-repeat center / 125px;
}
.chiryou_list li:nth-child(3) h3:before {
  background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_5.svg) no-repeat center / 125px;
}
.slick01 {
  overflow: hidden;
  padding-bottom: 30px;
}
.slick-dots {
  bottom: 5px !important;
}
.slick-slide {
  border: solid 1px #1c4370;
  padding: 0 30px 30px;
  margin: 0 30px;
}
.slick-slide .fx-row {
  align-items: center;
  margin-bottom: 30px;
}
.slick-slide .fx-row img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
p.slide_name, p.slide_txt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  color: #1c4370;
}
p.slide_txt {
  font-size: 1.6rem;
}
.slick-dots li button:before {
  font-size: 50px !important;
}
.slick-slide p {
  margin-bottom: 15px;
}
.slick-slide p:last-child {
  margin-bottom: 0;
}
.slick-slide p.slide_txt {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.shoshin {
  margin-top: 90px;
  background: url("https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/png_8@2x.png") no-repeat center / cover;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shoshin {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .shoshin {
    margin-top: 100px;
  }
}
p.shoshin_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 2.4rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
.shoshin_box {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
.shoshin_box img {
  width: 80%;
}
.contact_box {
  margin: 60px auto;
}
.contact_txt {
  display: flex;
  align-items: center;
  color: #1c4370;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 700;
}
.contact_txt::before, .contact_txt::after {
  content: '';
  flex-grow: 1; /* 余白を分け与える */
  height: 1px;
  background: #1c4370;
}
.contact_txt::before {
  margin-right: 10px;
}
.contact_txt::after {
  margin-left: 10px;
}
.contact_box {
  margin: 60px auto 0;
  width: 100%;
  max-width: 400px;
}
.contact_table {
  width: 100%;
  text-align: center;
}
.contact_table th, .contact_table td {
  padding: 10px;
  vertical-align: middle;
  width: 50%;
  border: solid 1px #1c4370;
}
.contact_table th {
  background: #1c4370;
  color: #fff;
}
.online {
  background: #f8f9f9;
}
.online .inner {
  max-width: 800px;
}
.online_txt_1, .online_txt_2, .online_txt_3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #1c4370;
  font-size: 2.1rem;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
.online_txt_2 {
  font-size: 5rem;
}
.online_txt_3 {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin-top: 5px;
}
p.online_point {
  padding: 10px;
  border: solid 1px #1c4370;
  width: 31%;
}
.online_txt_4 {
  display: flex;
  align-items: center;
  color: #1c4370;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
}
.online_txt_4::before, .online_txt_4::after {
  content: '';
  flex-grow: 1; /* 余白を分け与える */
  height: 1px;
  background: #1c4370;
}
.online_txt_4::before {
  margin-right: 10px;
}
.online_txt_4::after {
  margin-left: 10px;
}
.online_3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #1c4370;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  padding: 10px;
}
.online ol {
  list-style: decimal;
  font-size: 1.4rem;
  color: #1c4370;
  padding-left: 2rem;
}
h3.flow_ttl {
  background-image: linear-gradient(to right, #c5fdeb, #86b1e3);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 4rem;
  position: relative;
  font-weight: 700;
}
h3.flow_ttl span {
  position: absolute !important;
  top: auto;
  left: 0;
  bottom: -3px;
  display: block;
  z-index: 1;
  color: #1c4370;
  line-height: 1;
  margin-right: 10px;
  font-size: 240%;
}
ul.flow_list li ul {
  padding-left: 2rem;
  list-style: disc;
}
.flow_box {
  padding: 30px;
  border: solid 1px #1c4370;
}
.flow_box .fx-col {
  margin-top: 0;
}
h2.section_ttl.no_line {
  position: static;
  border: none;
  padding-bottom: 0;
}
h2.section_ttl.no_line:before {
  content: none;
}
.doc_box {
  padding: 60px 30px;
  background: #fff;
}
.doc_ttl {
  font-size: 2.6rem;
  padding-bottom: 30px;
  border-bottom: solid 1px;
  margin-bottom: 30px;
  font-weight: 700;
}
.doc_box h3 {
  color: #998c70;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
}
.doc_line_box {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 30px;
  border: solid 1px;
}
.doc_line_box ul {
  list-style: disc;
  padding-left: 2rem;
}
table.doc_table {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}
table.doc_table th, table.doc_table td {
  padding: 10px;
  border: solid 1px #1c4370;
}
table.doc_table th {
  background: #1c4370;
  color: #fff;
}
.section10 h3 {
  color: #1c4370;
  margin-bottom: 30px;
  font-weight: 700;
}
.map_wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.map_wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px;
}
a.btn.mw300 {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .header_btn a:hover {
    opacity: .7;
  }
  a.btn:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  h2.section_ttl {
    font-size: 2.4rem;
  }
  ul.check_list {
    margin-bottom: 30px;
  }
  .onayami_kaizen img {
    margin-left: auto;
    margin-right: auto;
  }
  .onayami_kaizen p {
    width: 100%;
    margin-top: 10px;
  }
  .section1 .fx-row {
    align-items: baseline;
  }
  .checkBox_list {
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/png_6@2x.png) no-repeat center left / auto 100%;
    padding: 15px;
  }
  .venture {
    padding: 60px 30px;
  }
  .venture_content.inner {
    padding: 30px;
  }
  h2.section_ttl span.fukidashi {
    top: -10px;
    left: 50%;
    transform: translateX(calc(-50% - 150px));
    font-size: 10px;
  }
  .section1 ul {
    font-size: 1.8rem;
  }
  .section2 h2.section_ttl span {
    display: block;
    margin-bottom: -30px;
  }
  .section3 img {
    width: 150px;
  }
  .chiryou_list h3 {
    padding-left: 70px;
    font-size: 2rem;
  }
  .chiryou_list h3:before {
    width: 95px;
    height: 98px;
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_3.svg) no-repeat center / 95px;
  }
  .chiryou_list li:nth-child(2) h3:before {
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_4.svg) no-repeat center / 95px;
  }
  .chiryou_list li:nth-child(3) h3:before {
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_5.svg) no-repeat center / 95px;
  }
  .slick-slide {
    margin: 0 15px;
    padding: 0 30px 30px;
  }
  a.btn {
    max-width: 100%;
  }
  ul.flow_list img {
    max-width: 200px;
  }
  .flow_box img {
    width: 200px;
    margin-bottom: 15px;
  }
  img.spimg200 {
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .doc_box .fx-col.fx-col-100-xs.fx-col-20-s {
    text-align: center;
    margin-top: 0;
  }
  .doc_box h3, .doc_ttl {
    font-size: 2.4rem;
  }
  .check_txtbox.tac p.minchou.font_125.mb20 {
    font-size: 1.8rem;
  }
  .online h2.section_ttl.no_line {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  h3.flow_ttl {
    font-size: 2.4rem;
  }
  .contact h2.section_ttl {
    margin-bottom: 30px;
  }
  .section5 .inner {
  }
  .section6 h2.section_ttl {
    margin-bottom: 30px;
  }
  .section8 h2.section_ttl {
    margin-bottom: 30px;
  }
  .section10 h2.section_ttl {
    margin-bottom: 30px;
  }
  .section10 h3 {
    font-size: 2.0rem;
  }
}

/* CVボタン大 */
.contact .fx-col.fx-col-100xs.fx-col-33-s {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 30px auto 0;
}
.contact a.btn {
    font-size: 120%;
}
@media screen and (max-width: 768px) {
.contact a.btn {
    font-size: 100%;
}
}
.contact .fx-col.fx-col-100xs.fx-col-33-s:nth-of-type(1) {
    margin-top: 0;
}
.contact .fx-col.fx-col-100xs.fx-col-33-s:nth-of-type(1) a.btn {
    background: #ffa100;
}
.contact .fx-col.fx-col-100xs.fx-col-33-s:nth-of-type(2) a.btn {
    background: #ffa100;
}
.contact .fx-col.fx-col-100xs.fx-col-33-s:nth-of-type(3) a.btn {
    background: #ffa100;
}

.header_btn a {
    background: #ffa100;
    font-weight: 700;
}
a.btn {
    background: #ffa100;
    font-weight: 700;
}

.sns-btn {
  position: fixed;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 50;
}
.sns-line, .sns-instagram {
  display: block;
  line-height: 1;
  margin: 0;
}
.sns-line a, .sns-instagram a {
  background: rgba(0, 175, 211, 0.9);
  color: #fff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 5px 0 0 5px;
  transition: all .3;
  opacity: 0.9;
}
.sns-instagram a {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-line a {
  background: #06C755;
}
.sns-instagram {
  margin-top: 5px;
}
.high-light {
    background: -webkit-linear-gradient(transparent 60%, #fffa79 50%);
    background: linear-gradient(transparent 60%, #fffa79 50%);
    font-weight: bold;
}
.mv_gp {
    padding-top: 80px;
}
.mv_gp_content {
    overflow: hidden;
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/mv_gp.webp) no-repeat center bottom / 100%;
    position: relative;
    padding-top: 42.5%;
}
.mv_gp_content_ab {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.mv_gp_content_ab h1 {
    font-size: 6vw;
    color: #ff5555;
    font-weight: 700;
}
.mv_gp_content_ab h1 span {
    font-size: 80%;
    color: #1c4370;
    display: block;
}
.gp_mv_txt01, .gp_mv_txt02 {
    font-size: 3.6rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 700;
}
.gp_mv_txt01 {
    font-size: 3.0rem;
}
.mv_gp_content_02 .inner {
    padding: 60px 0;
}
.mv_gp_content_02 {
    overflow: hidden;
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/mv_bg.svg) no-repeat center bottom / 100%;
    padding-top: 80px;
}
.gp_genin {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    text-align: center;
}
.gp_genin h3 {
    margin-top: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}
.gp_genin_col {
    width: 30%;
}
.chiryou_mokuji {
    background: #fff;
    padding: 30px;
    border: solid 1px #1c4370;
}
ul.chiryou_mokuji_ul li {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 30px;
    padding-left: 75px;
    position: relative;
    color: #1c4370;
}
ul.chiryou_mokuji_ul li:last-child {
    margin-bottom: 0;
}
ul.chiryou_mokuji_ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 60px;
    height: 47px;
    display: block;
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_3.svg) no-repeat center / 60px;
}
ul.chiryou_mokuji_ul li:nth-child(2):before {
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_4.svg) no-repeat center / 60px;
}
ul.chiryou_mokuji_ul li:nth-child(3):before {
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/svg_5.svg) no-repeat center / 60px;
}
p.slide_name {
    font-weight: 700;
}
.font_red {
    color: #ff5555;
}
ul.mb15.profile_list {
    padding-left: 1.6rem;
    list-style: disc;
}



@media screen and (min-width: 1280px) {
.mv_gp_content {
    padding-top: 500px;
}
.mv_gp_content_ab h1 {
    font-size: 7rem;
}
}
@media screen and (max-width: 768px) {
.mv_gp_content {
    overflow: hidden;
    background: url(https://takanawa-clinic.com/lp_fc/g/kabinsei2024gp-beyond/images/mv_gp.webp) no-repeat right center / cover;
    position: relative;
    padding-top: 62.5%;
}
.mv_gp_content_ab h1 {
    font-size: 9vw;
}
.gp_mv_txt01 {
    font-size: 2.0rem;
}
.gp_mv_txt02 {
    font-size: 2.4rem;
}
.gp_genin h3 {
    font-size: 3.5vw;
} 
}



















