<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;display=swap');





/***************
base
****************/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans Jp", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "MS Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2d2d2d;
  line-height: 1.7;
  min-width: 320px;
}

img {
  max-width: 100%;
}

a {
  transition: 0.3s all ease-in-out;
}

a:hover {
  opacity: 0.8;
}

section {
  padding: 5em 0;
}

h2 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #12a2c5;
}

@media screen and (min-width:751px) {
  .u-spOnly {
    display: none;
  }
}

@media screen and (max-width:750px) {
  body {
    /* font-size: 1.2rem; */
    letter-spacing: 0.05em;
  }

  .u-pcOnly {
    display: none;
  }

  section {
    padding: 1em 0;
  }

  h2 {
    font-size: 7vw;
  }

  .p-thanks h2{
    font-size: 26px;
    line-height: 40px;
  }
}

/***************
layout
****************/

.l-wrapper {
  position: relative;
  overflow: hidden;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width:1200px) {
  .l-container {
    padding: 0 2em;
  }
}

@media screen and (max-width:750px) {
  .l-container {
    padding: 0 1em;
  }
}


/***************
common
****************/

.flex {
  display: flex;
}


.c-title {
  text-align: center;
  position: relative;
  line-height: 8.4rem;
  margin-bottom: 10rem;

}

.c-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3.7rem;
  /*線の上下位置*/
  display: inline-block;
  width: 4.7rem;
  /*線の長さ*/
  height: 5px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #12a2c5;
  /*線の色*/
}

.c-title h2 {
  text-align: center;
}


@media screen and (max-width:750px) {
  .c-title {
    line-height: 10vw;
    margin-bottom: 10rem;
    bottom: -2.5rem;

  }

  .c-title:before {
    width: 4rem;
    bottom: -2rem;
  }


  .inline_block {
    display: inline-block;
  }

  .sp_block {
    display: block;
  }


}



.c-button .cta_button {
  background-image: linear-gradient(0deg, #ff7312, #ffad46 90%);
  padding: 0.8rem 5.5rem 0.8rem 4rem;
  border-radius: 1rem;
  border: 0px;
  box-shadow: 4px 4px 0px 0 #ce5900;
  transition: all 0.2s ease 0s;
  display: inline-block;
  outline: none;
}

.c-button .cta_button:hover {

  box-shadow: 6px 6px 0px 0 #ce5900;
}

.cta_button p {
  color: #fff;
  font-size: 2.6rem;
  position: relative;
  font-weight: 500;

}


.cta_button p::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
}

.cta_button:hover p::after {
  right: -30px;
}



@media screen and (max-width:750px) {


  .c-button .cta_button {
    padding: 1rem 3rem 1rem 2rem;
  }

  .c-button .cta_button:hover {
    box-shadow: 4px 4px 0px 0 #ce5900;
  }



  .cta_button p {
    font-size: 1.7rem;


  }

  .cta_button p::after {
    content: '';

    border-width: 8px 0 8px 8px;
    right: -18px;

  }

  .cta_button:hover p::after {
    right: -25px;
  }
}

@media screen and (max-width:370px) {
  .cta_button p {
    font-size: 4.3vw;

  }
}






/***************
header
****************/

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);

}

.header_inner {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 245px;

}

@media screen and (max-width:750px) {
  header {
    height: 70px;

  }


  .logo {
    width: 120px;

  }

}


/***************
page
****************/


/* fv */

.p-fv {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  top: 80px;
  margin-bottom: 160px;
}

.fv_deco {
  position: absolute;
  width: 42%;
  right: -6%;
  top: -5%;
}

.fv_inner_left {
  position: relative;
  width: 70%;
}


.fv_img {
  width: 100%;
  z-index: -1;
  overflow: hidden;
  position: relative;

}

.fv_img img {
  object-fit: cover;

}

.fv_content {
  position: absolute;
  width: 88%;
  top: 22%;
  left: 4%;
  margin: 0 auto;

}


.fv_copy{
  color: #12a2c5;
  font-weight: 600;
  margin-left: 3.5rem;
}

.copy {
  font-size: 3.1vw;
  text-align: left;
  letter-spacing: 0.6rem;
  background: rgba(255, 255,255, 0.8);
  display: inline-block;
  line-height: 130%;
  padding: 0 1rem;

}

.copy span{
  font-size: 3.4vw;
}

.copy_2 {
  font-size: 3.5vw;
  letter-spacing: 0.6rem;
  margin-bottom: 6.2vw;
  margin-top: 1rem;
  background: rgba(255, 255,
  255, 0.8);
  display: inline-block;
  line-height: 130%;
  padding: 0 1rem;
}

.fv_point {
  width: 77%;
}

.fv_point_msg{
    width: 75%;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.p-fv.sp img {
  width: 100%;
}



@media screen and (min-width:1281px) {

  .p-fv.sp {
    display: none;
  }

}

@media screen and (max-width:1280px) {

  .p-fv.pc {
    display: none;
  }

}


@media screen and (max-width:750px) {
  .p-fv {
    top: 70px;
    margin-bottom: 80px;
  }
}


.p-fv .p-contact_form {
  position: absolute;
  top: 2%;
  /* top: 3.75vw; */
  right: 2%;
  z-index: 1;
}


@media screen and (max-width:1500px) {
  .p-fv .p-contact_form {
    top: -5%;
    right: 1%;
  }

  .p-fv .p-contact_form .c-title {
    margin-bottom: 2rem;
  }

  .p-contact_form .contact_message {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }

  .p-contact_form .form_btn_wrap {
    margin: 1em auto;
  }

}

@media screen and (max-width:1280px) {
  .p-fv .p-contact_form {
    display: none;

  }
}


.p-fv .p-contact_form_inner {
  padding: 2rem 8rem;
  padding-bottom: 0.5rem;
  width: 29vw;
  position: relative;
}

.p-fv .p-contact_form h2 {
  font-size: 2vw;
  letter-spacing: 0.2rem;
}

.p-fv .p-contact_form .c-title {
  margin-bottom: 3rem;
}

.p-fv .p-contact_form .c-title:before {
  bottom: -1rem;
}

.p-fv fieldset:nth-child(n + 2) {
  margin-top: 1rem;
}

.p-fv input {
  margin-top: 0.3rem;
}

.p-fv textarea {
  margin-top: 0.3rem;
}

.p-fv .next_btn {
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  outline: none;
}

.p-fv .next_btn p {
  font-size: 1.46vw;
}

.contact_msg {
  position: absolute;
  left: -23%;
  top: -2%;
  z-index: 2;
  width: 34%;
}




/*point*/

.p_point {
  background-image: url(../img/point_bg.png);
  background-position: center;
  background-repeat: no-repeat
}

.c-title h2 .five {
  font-size: 7.5rem;
}



.point_list {
  justify-content: space-between;
  padding: 6rem 0 6rem 0;
  border-bottom: 2px dashed #bfbfbf;
  align-items: center;
}

.point_inner {
  width: 100%;
  justify-content: space-between;

}

.point_title_wrap {
  margin-bottom: 4rem;
  position: relative;
}

.point_number {
  width: 23%;
  margin-right: 0.2rem;
  position: relative;
  top: -2rem;
}

.point_number {
  position: absolute;
}

.point_main {
  width: 88%;
  /* padding-top: 3rem; */

}


.point_title {
  font-size: 3.0rem;
  font-weight: bold;
  /* margin-left: 2rem; */
  line-height: 4.5rem;
  padding-left: 30%;

}

.point_title .highlight_b {
  font-size: 3.5rem;
  color: #12a2c5;

}

.point_title .highlight_blue_s {
  color: #12a2c5;

}

.size_m {
  font-size: 2.6rem;
}


.point_title .small {
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  margin-left: -10px;

}

.point3_title{
width: 120%
}

.point_script {
  width: 70%;
  margin-left: auto;
  font-size: 18px;

}

.detail {
  text-align: right;
  margin-top: 3rem;

  display: none;

}

.detail a {
  color: #12a2c5;
  display: inline-block;
  text-decoration: none;
  position: relative;
  outline: none;

}


.detail a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #12a2c5;

  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.detail a:hover:after {
  transform: scale(1, 1);
}

.point_img {
  width: 48%;
}


@media screen and (max-width:750px) {
  .point_list {
    flex-direction: column;
    padding: 4rem 0 2rem 0;
    border-bottom: 1px dashed #bfbfbf;
  }

  .point_list:first-child {
    padding: 2rem 0 2rem 0;
  }


  .c-title h2 .five {
    font-size: 9.8vw;
  }

  .c-title h2 .block {
    display: block;
  }



  .point_inner {
    width: 100%;
    justify-content: space-between;

  }

  .point_title_wrap {
    margin-bottom: 11vw;
  }




  .point_number {
    width: 23%;
    margin-right: 0.2rem;
    position: absolute;
    top: 0;
    align-items: center;
  }


  .point_main {
    width: 100%;
    padding-top: 0rem;
    position: relative;

  }


  .point_title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding-left: 22%;
    margin-left: 2rem;
  }


  .point_title .highlight_b {
    font-size: 2.4rem;

  }

  .point_title .highlight_blue_s {
    color: #12a2c5;

  }

.point_title .small {
    font-size: 1.4rem;
    font-weight: normal;
    display: inline-block;
  }

  .point_script {
    width: 100%;
    margin-left: 0;

  }

  .point_img {
    width: 100%;
    margin-top: 2.5rem;
  }

  .sp_br_none{
    display: none;
  }


  .size_m {
    font-size: 2rem;
  }

}







/* comparison */

.p-comparison {
  background: url(../img/comparison_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 16vw;
  background-size: cover;
}

h2 .highlight {
  font-size: 6.2rem;
  background: #12a2c5;
  color: #fff;
  margin-right: 1.4rem;
}


.p-comparison h2 {
  line-height: 9rem;
  margin-bottom: 10rem;
  text-align: center;
}

.p-comparison .sp_title {
  display: none;
}

.comparison_img.sp {
  display: none;
}


@media screen and (max-width:750px) {

  .p-comparison {
    padding-bottom: 5rem;
    background-size: cover;
  }

  .p-comparison h2 {
    margin-bottom: 4rem;
  }

  .p-comparison .pc_title {
  display: none;
  }

  .p-comparison .sp_title {
    display: block;
    margin-top: 4rem;
  }
  .p-comparison .sp_title img{
    width: 95%;
  }

    
  .comparison_img.pc {
    display: none;

  }

  .comparison_img.sp {
    display: block;
  }
  

  .comparison_img.sp :first-child {

    margin-bottom: 2rem;
  }

}




/* solve */

.p-solve p {
  font-size: 4.6rem;
  font-weight: 550;
  text-align: center;
  letter-spacing: 0.8rem;

}

.p-solve p span {
  font-size: 5.5rem;
  color: #12a2c5;


}

.solve_img {
  max-width: 1000px;
  margin: 0 auto;
}

.solve_img.sp {
  display: none;
}

@media screen and (max-width:750px) {

  .p-solve p {
    font-size: 6.9vw;
    letter-spacing: 0.42vw;
  }

  .p-solve p span {
    font-size: 8.2vw;
    color: #12a2c5;
  }

  .solve_img.pc {
    display: none;
  }

  .solve_img.sp {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;

  }


}






/* flow */

.p-flow {
  background-image: url(../img/flow_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-flow .line {
  max-width: 1200px;
  margin: 0 auto;
  border: solid 4px #fff;
  border-radius: 2rem;
  padding: 0.6rem;
  margin-top: 12rem;
  margin-bottom: 16.5rem;
}

@media screen and (max-width:1250px) {
  .p-flow .line {
    width: 90%;
  }

}

@media screen and (max-width:750px) {
  .p-flow .line {
    width: 100%;
  }

}




.p-flow .l-container {

  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  padding: 6rem 0;


}

.flow_inner {
  width: 70%;
  margin: 0 auto;
}

.flow_step {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7.5rem;
}


.flow_num {
  width: 74px;
  position: relative;
}

.flow_num::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow.png);
  background-size: cover;
  width: 50px;
  height: 30px;
  position: absolute;
  left: 18%;
  bottom: -5.3rem;
}

.flow_num.last::after {
  display: none;
}




.flow_num img {
  width: 100%;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.flow_main {
  border-left: 2px dashed #bfbfbf;
  padding-left: 4rem;
  margin-left: 2rem;
  width: 80%;
}

.flow_main p {
  font-size: 1.9rem;
}

.flow_title {
  color: #12a2c5;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 1.8rem;
}

.flow_num_sp {
  display: none;
}



@media screen and (max-width:750px) {
  .p-flow {
    background-image: none;

  }

  .p-flow .l-container {
    padding: 0rem 0;

  }


  .flow_bg {
    background-image: url(../img/flow_bg_sp1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .flow_bg_footer {
    background-image: url(../img/flow_bg_sp2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 33vw;
  }


  .p-flow h2 {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0,
        0, 0.3);

  }

  .p-flow .c-title:before {
    background-color: #fff;
  }


  .p-flow .line {
    margin: 0 auto;
    border: solid 0px #fff;
    border-radius: 0rem;
    padding: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }


  .flow_step {
    position: relative;

  }

  .flow_step.last {
    padding-bottom: 20px;
  }

  .flow_step::after {
    content: "";
    display: inline-block;
    background: url(../img/arrow.png);
    background-size: cover;
    width: 50px;
    height: 30px;
    position: absolute;
    left: 42%;
    bottom: 2rem;
  }

  .flow_step.last::after {
    display: none;
  }


  .flow_inner {
    width: 90%;
    margin: 8vw auto;

  }

  .flow_title {
    font-size: 2rem;
    width: 80%;
    padding-left: 3rem;
    margin-bottom: 0rem;
  }


  .flow_main {
    border-left: 0px dashed #bfbfbf;
    padding-left: 0rem;
    width: 100%;
    margin-left: 0rem;
  }

  .flow_main p {
    font-size: 1.6rem;
  }


  .flow_num {
    display: none;
  }

  .flow_title_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }

  .flow_num_sp {
    display: inline;
    width: 15%;
    border-right: 2px dashed #bfbfbf;
    padding-right: 10px;
  }

}


/* menu */

.p-menu {
  padding-bottom: 10rem;
  background-image: url(../img/menu_bg.jpg);
}

.p-menu .comment {
  font-size: 2rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 90px;

}

.menu_1 {
  margin-bottom: 5rem;
  display: block;
}

@media screen and (max-width:750px) {


  .p-menu .l-container {
    padding: 0;
  }

  .p-menu .comment {
    font-size: 1.6rem;
    width: 90%;
    margin-bottom: 5vw;
  }
}



.voice_box {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.voice_list {
  margin-bottom: 1rem;
}


.voice_list {
  margin-bottom: 1rem;
}

.box_title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #12a2c5;
  border-bottom: solid 3px #12a2c5;
  padding-bottom: 0.8rem;
  margin-bottom: 20px;

}

.box_title span{
  background-color: #12a2c5;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 20px;
}

.voice_img {
  margin: 2rem auto;
  width: 40%;
}

.voice_img img {
  width: 100%;
  margin: 0 auto;
}

.list_title {
  font-size: 1.3rem;
  color: #12a2c5;
  border: solid 1px #12a2c5;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 5px;
  margin-right: 1.2rem;
}


.p-voice {
  background-image: url(../img/voice_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 8rem 0;
}

.p-voice h2 {
  color: #fff;
}

.p-voice .c-title:before {
  background-color: #fff;
}


.voice_content_2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: calc(-10px / 3);
}

.voice_content_2 .box_title {
  font-size: 2.2rem;
}


.voice_content_2_msg p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.voice_content_2_msg {
  display: flex;
  justify-content: center;

}

.voice_content_2_msg p::before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  display: inline-block;
  left: -20px;
  bottom: 0;
  rotate: -20deg;
}

.voice_content_2_msg p::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  display: inline-block;
  right: -15px;
  rotate: 20deg;
  bottom: 0;
}

.voice_content_2_msg .sp_br {
  display: none;
}


/* .voice_content_2 .voice_list {
text-align: center;
} */


@media screen and (min-width:751px) {

  .voice_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: calc(-30px / 2);
  }



  .voice_content li {
    margin-bottom: 2rem;
    width: 340px;
  }


  .voice_box {
    width: 340px;
    padding: 2rem;
    /* height: 500px; */
    margin: calc(30px / 2);
  }


}





@media screen and (max-width:750px) {

  .p-voice {
    padding: 4rem 0;
  }

  .slider_1 {
    width: 100%;
    height: 100%;
    margin: auto;
  }

  .slider_1 li {
    margin-right: 20px;
    margin-left: 20px;

  }

  .voice_img {
    margin: 1rem auto;
    width: 30vw;
  }

  .voice_img img {
    width: 100%;
    margin: 1rem auto;
  }

  .list_title {
    font-size: 1.3rem;
    display: inline;
    padding: 0px 3px;
    margin-right: 1.2rem;
  }

  .voice_list_wrapper {
    width: 100%;
  }

  .voice_box {
    padding-bottom: 4rem;
  }


  .box_title {
    font-size: 2.2rem;
  }

  .slick-dots {
    bottom: 14px;
  }


  .slick-dots li button:before {
    font-size: 6px !important;
  }



  .slick-dots li {
    margin-right: 2px;
    margin-left: 2px;
  }

  .slick-dots li button:before {

    opacity: .25;
    color: black;
  }

  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #12a2c5;
  }

  .slick-next {
    right: -7px;
  }

  .slick-prev {
    left: -7px;
  }


  /* 追加実績　スライダーなし */
.voice_content_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.voice_content_2 .voice_box {
padding: 1.2rem;
width: 46%;
margin: 2%;
box-sizing: border-box;
}

.voice_content_2_msg .sp_br{
display: block;
}


.voice_content_2 .box_title span {
  background-color: #12a2c5;
  color: #fff;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
}

.voice_content_2 .box_title{
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
  border-bottom: solid 2px #12a2c5
}

.voice_content_2_msg p{
  font-size: 18px;
  margin-top: 30px;
}

}


/* intro */

.p-intro {
  padding: 8rem 0;
}

.p-intro h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(-120deg, #C7EAC3, #00aac1 59%);
  border-radius: 0.8rem;
  text-align: center;
  /* padding: 1rem; */
  height: 5.3rem;
  line-height: 5.3rem;

}

h3.yokohama {
  font-size: 1.7rem;
}

.intro_inner {

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

.clinic_box_main{
  width: 100%;
}

.clinic_box_sub{
  width: 47%;
}

.clinic_box_sub:nth-of-type(1) {
  margin-bottom: 50px;
}

.clinic_info_a {
  text-align: right;
  margin-top: 1rem;
}

.clinic_info_a a {
  color: #12a2c5;

}

.clinic_info p {
  height: 90px;
}

.clinic_box_main .clinic_info p {
  height: 140px;
}

.clinic_info p span {
  font-size: 1.4rem;
}

.clinic_info_main{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 50px;
}

.clinic_phots_wrap {
  margin-top: 1.2rem;

}

.clinic_info_main .clinic_phots_wrap{
width: 48%;
height: auto;
}


.cp_wrap {
  position: relative;
  height: 330px;

  overflow: hidden;
}

.cp_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.clinic_info_txt{
  width: 48%;
}

.clinic_box_submsg{
  font-size: 30px;
  font-weight: 600;
  color: #12a2c5;
  text-align: center;
  margin-bottom: 20px;
}

.clinic_box_submsg::before{
  content: '';
  width: 30px;
  height: 2px;
  background-color: #12a2c5;
  display: inline-block;
  transform: rotate(230deg); 
}
.clinic_box_submsg::after{
  content: '';
  width: 30px;
  height: 2px;
  background-color: #12a2c5;
  display: inline-block;
  transform: rotate(-230deg); 
}

.clinic_box.new_clinic p{
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  color: #12a2c5;
}


@media screen and (max-width:1200px) {

  .p-intro h3 {
    font-size: 1.67vw;
  }

  h3.yokohama {
    font-size: 1.3vw;
  }

  .clinic_box.new_clinic p {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #12a2c5;
  }

}




@media screen and (max-width:750px) {

  .p-intro h3 {
    font-size: 4.3vw;
  }

  h3.yokohama {
    font-size: 4.3vw;

  }

  .p-intro h3.shibuya,.p-intro h3.otemachi {
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(-120deg, #f5ffc8, #00aac1 59%);
    border-radius: 0.8rem;
    text-align: center;
    /* padding: 1rem; */
    height: 4.3rem;
    line-height: 4.3rem;
}
  

  .p-intro {
    padding: 4rem 0;
  }

  .intro_inner {
    flex-direction: column;

  }

  .clinic_box {
    width: 100%;
    margin-bottom: 26px;
  }

  .clinic_info p {
    height: auto;
  }

  .clinic_info_time {
    margin-top: 20px;
  }
  .clinic_info_main{
    flex-direction: column;
  }

  .clinic_info_main .clinic_phots_wrap{
    width: 100%;
    }

  .clinic_info_txt{
    width: 100%;
  }

  .clinic_box_subwrapper{
    flex-direction: column;
  }
    
  .clinic_box_submsg{
    font-size: 20px;
  }

  .clinic_box_submsg::before{
    content: '';
    width: 20px;
    height: 2px;
    background-color: #12a2c5;
    display: inline-block;
    transform: rotate(230deg); 
  }
  .clinic_box_submsg::after{
    content: '';
    width: 20px;
    height: 2px;
    background-color: #12a2c5;
    display: inline-block;
    transform: rotate(-230deg); 
  }
  
  .cp_wrap {
    height: 240px;
  }

  .cp_wrap.cp_wrap_sub{
    height: 120px;
  }

  .clinic_phots_wrap_sub {
    width: 46%;
    margin-top: 0;
  }
  
  .cp_wrap.cp_wrap_sub img {
    height: auto;
  }

  .clinic_box.clinic_box_sub .slick-dots{
  display: none !important;
  }

  .clinic_info_sub{
    display: flex;
    justify-content: space-between;
  }

  .clinic_info_txt_sub{
    font-size: 14px;
    width: 48%;
  }

  .clinic_info{
  margin-top: 0.8rem;
  }
}

/* クリニック時間　テキストコーディング */

.p-clinic_time {
  margin: 1.3em 0 0;
  font-size: 1.4rem;
  width: 100%;
}



.p-clinic_time_ttl {
  color: #12a2c5;
  font-weight: bold;
  text-indent: -.5em;
  font-size: 1.6rem;
}

.p-clinic_time_table {
  width: 100%;
  text-align: center;
}

.p-clinic_time_table tr th {
  width: 20%;
  padding: 6px;
}

.p-clinic_time_table tr td {
  width: calc(80% / 9);
  padding: 4px;
}

.p-clinic_icon {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.p-clinic_time_table .att {
  font-size: 11px;
  vertical-align: bottom;
}

.p-clinic_time_table .empty {
  margin: 0 auto;
  display: inline-block;
  width: 7px;
  height: 1px;
  background-color: #0080d8;
  vertical-align: middle;
}

.p-clinic_time_table thead tr th,
.p-clinic_time_table thead tr td {
  font-weight: 500;
}

.p-clinic_time_table thead tr {
  border-bottom: 1px solid #12a2c5;
}

.p-clinic_time_table tbody tr {
  border-bottom: 1px solid #12a2c5;
}

.p-clinic_time_table tbody tr:last-child {
  border-bottom: none;
}

.p-clinic_time_att {
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width:750px) {

.p-clinic_time {
    margin: 1em 0;
    font-size: 1.3rem;
  }
.clinic_box_main .p-clinic_time {
  margin: 5em 0 0;
}

  .p-clinic_time_ttl {
    color: #12a2c5;
    font-weight: bold;
    text-indent: -.5em;
  }

  .p-clinic_time_table {
    width: 100%;
  }

    .p-clinic_time_table tr th {
      width: 30%;
      padding: 5px;
    }
}



/* intro-slick */

.clinic_box .slick-dots li button:before {
  opacity: .25;
  color: black;
}

.clinic_box .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #12a2c5;
}

.clinic_box .slick-dots li {
  margin-right: 2px;
  margin-left: 2px;
}

@media screen and (max-width:750px) {
  .clinic_box .slick-dots{
    bottom: -28px;
  }
}


/*contact*/

.p-contact {
  background-image: url(../img/contact_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 35%;
}

.p-thanks .p-contact {
  background-size: 100% 50%;
}

.p-contact h2 {
  color: #fff;
}

.p-contact .c-title:before {
  background-color: #fff;
}

.contact_message {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}


.p-contact_form {
  margin: 3em auto;
  max-width: 824px;
  position: relative;
}

.p-contact_form_inner {
  position: relative;
  background-color: #fff;
  border-radius: 18px;
  padding: 4em 7em;
  box-shadow: 0px 0px 9px -4px #000000;
}

.p-contact_form h3 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 1em 0 2em;
}

@media screen and (max-width:750px) {
  .p-contact_form::before {
    filter: blur(15px);
    transform: translate(6px) translate3d(0, 0, 0);
  }

  .p-contact_form_inner {
    padding: 2em;
  }
}

fieldset {
  display: flex;
  flex-direction: column;
}

fieldset:nth-child(n + 2) {
  margin-top: 30px;
}

legend {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

input,
select,
textarea {
  /* width: 100%; */
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 10px 20px;
  margin-top: 12px;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
  background-color: #ededed;
}

textarea {
  box-sizing: border-box;
  width: 100%;
}

input.back_btn{
  background-color: #fff;
  color: #2d2d2d;
}

button {
  background-color: inherit;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #a6a6a6;
}

textarea::placeholder {
  box-sizing: border-box;
  width: 100%;
}

label {
  position: relative;
}

.label_title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #12a2c5;

}

.required {
  padding: 0 5px;
  background-color: #da5a64;
  border-radius: 3px;
  color: #fff;
  margin-left: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
}

fieldset.form_how-to-contact {
  display: block;
}


.form_privacy {
  margin-top: 35px;
  text-align: center;
}

.form_privacy a {
  color: #00ACE8;
  text-decoration: underline;
}

fieldset.form_agree {
  display: block;
  margin-top: 12px;
  text-align: center;
}

.form_agree input,
.form_agree label {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 10px;
  font-size: 2rem;
  font-weight: 500;
}

.form_agree .err_msg {
  display: block;
  width: 100%;
}

.form_btn_wrap {
  margin: 2em auto;
  text-align: center;
  transition: 0.3s all ease;
  max-width: 344px;
}

.form_btn_wrap:hover {
  opacity: .7;
}

.next_btn {
  display: block;
  appearance: none;
  width: 100%;
  background: linear-gradient(0deg, #0088b1 0%, #3cb3d0 100%);
  border: none;
  padding: 20px 0;
  border-radius: 14px;
  transition: opacity 0.3s;
  position: relative;
  box-sizing: border-box;
  outline: none;
}

.next_btn p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}

.err_msg {
  color: #da5a64;
}

@media screen and (max-width:750px) {
  fieldset:nth-child(n + 2) {
    margin-top: 20px;
  }

  legend {
    font-size: 1.6rem;
  }

  input,
  select,
  textarea {
    font-size: 1.4rem;
    padding: 8px;
  }

  label {
    font-size: 1.6rem;
  }

  .label_title {
    font-size: 1.6rem;
  }

  .required {
    font-size: 1.1rem;
  }

  .select_wrap::before {
    width: 30px;
  }

  .select_wrap::after {
    right: 10px;
  }

  .form_privacy {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: left;
  }

  fieldset.form_agree {
    margin-top: 12px;
  }

  .form_agree input,
  .form_agree label {
    font-size: 1.6rem;
  }

  .form_btn_wrap {
    margin: 20px auto 0;
    max-width: 264px;
  }

  .next_btn {
    border-radius: 10px;
  }

  .next_btn::after {
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .next_btn p {
    font-size: 1.8rem;
  }
}

/***************
footer
****************/
.l-footer {
  background: #419ED0;
  color: #fff;
}

.l-footer .l-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.l-footer #copy {
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
  border-top: 1px solid;
}

.l-footer a {
  color: #fff;
}

.l-footer .l-inner {
  overflow: hidden;
  padding: 0 0 100px;
}

.l-footer .head {
  width: 334px;
  float: left;
}

.l-footer .fnav {
  float: right;
  width: 700px;
  justify-content: space-between;
  display: flex;
  padding: 30px 0 0;
}

.l-footer .fnav .list1 {
  overflow: hidden;
}

.l-footer .fnav .list2 {
  margin-left: 20px;
}

.l-footer .fnav .list3 {
  margin-left: 20px;
}

.l-footer .fnav .pos1 {
  clear: both;
  padding: 0 0 0 25px;
  font-size: 2rem;
  margin: 0 0 5px;
  display: block;
  position: relative;
}

.l-footer .fnav .pos1:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0px;
}

.l-footer .fnav .pos2 {
  padding: 0 0 0 25px;
  font-size: 1.4rem;
  display: block;
  outline: none;
}

.l-footer .fnav .pos2+.pos1 {
  margin-top: 30px;
}

@media (max-width: 750px) {

  .l-footer .l-inner {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-footer .head {
    float: none;
    width: 190px;
    margin: 0 auto;
  }

  .l-footer .fnav {
    float: none;
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }

  .l-footer .fnav .list2 {
    margin: 0;
    clear: both;
    overflow: hidden;
  }

  .l-footer .fnav .list3 {
    margin: 0;
    clear: both;
    overflow: hidden;
  }

  .l-footer .fnav .pos1 {
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    padding: 20px 0 0;
  }

  .l-footer .fnav .pos1:before {
    display: none;
  }

  .l-footer .fnav .pos2:nth-child(3 + n) {
    margin-top: 5px;
  }

  .l-footer .fnav .pos2 {
    padding: 15px 0 0;
    min-width: 49.5%;
    float: left;
    font-size: 1.2rem;
  }
}

/***************
confirm
****************/
.p-confirm .p-contact_form h3 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 1em 0 2em;
}

.p-confirm fieldset p {
  margin-top: 12px;
  background-color: rgba(197, 230, 228, 0.88);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  min-height: 54px;
  box-sizing: border-box;
}

.p-confirm fieldset p.textarea {
  min-height: 90px;
}

.p-confirm .form_btn_wrap {
  margin: 2em auto;
}

.p-confirm .back_btn_wrap {
  max-width: 180px;
  margin: 2em auto;
  text-align: center;
  position: relative;
  color: #419ED0;
  border-bottom: 2px solid #419ED0;
  transition: .3s all ease-in-out;
}

.p-confirm .back_btn_wrap:hover {
  opacity: 0.7;
}

.p-confirm .back_btn_wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 2px;
  transform: translateY(-50%) rotate(-135deg);
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #419ED0;
  border-right: 2px solid #419ED0;
  color: #419ED0;
}

.p-confirm .back_btn {
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.6rem;
  width: 100%;
  padding: 2px;
  margin-top: 0;
  border: unset;
  border-radius: 0;
}

@media screen and (max-width:750px) {
  .p-confirm .p-contact_form h3 {
    font-size: 1.8rem;
    margin: 1em 0;
  }

  .p-confirm fieldset p {
    font-size: 1.6rem;
    padding: 10px;
  }

  .p-confirm .back_btn_wrap::before {
    width: 10px;
    height: 10px;
  }

  .p-confirm .back_btn {
    font-size: 1.4rem;
  }

}

/***************
thanks
****************/
.p-thanks .p-contact h2 {
  white-space: nowrap;
}

.p-thanks .p-thanks_tx {
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
  font-size: 1.6rem;
}

.p-thanks .form_btn_wrap {
  margin: 2em auto;
}

@media screen and (max-width:750px) {
  .p-thanks .p-thanks_tx {
    font-size: 1.4rem;
  }

}


/* 実績追加　240115 */


.p-achievement {
  margin-top: 30px;
  /* margin-bottom: 30px; */
  background-image: url(../img/achievement_bg.png);
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-achievement .l-container{
  max-width: 1280px;
}

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

.p-achievement_box {
  width: 25%;
  text-align: center;
  position: relative;
  background-image: url(../img/acheivement_deco.png);
  background-size: contain;
  background-position: center bottom;
  /* background-size: 76%; */
  background-repeat: no-repeat;
  padding: 14px 0;
  margin: 8px;
  position: relative;
}

.p-achievement_term {
  font-size: 11px;
  position: absolute;
  top: 87%;
  right: 14%;
}



.p-achievement_box_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.p-achievement_box_text {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}

.p-achievement_box_text span {
  font-size: 62px;
  color: #ED5083;
  font-family: 'Inter', sans-serif;
  margin: 0 3px;
  font-variant-ligatures: none;
  letter-spacing: 0.01em;
}

.p-achievement .c-title{
  margin-bottom: 1.4rem;
}

.p-achievement .c-title h2{
  font-size: 4rem;
  color: #0088b1;
}

/* .p-achievement .c-title h2 span{
  font-size: 4rem;
  color: #0088b1;
} */

.p-achievement .c-title:before{
  display: none;
}

.p-achievement_msg{
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;

}
.p-achievement_box:nth-of-type(2) .p-achievement_box_title{
  font-size: 19px;
}

.p-achievement_term_detail{
font-size: 13px;
text-align: right;
margin-top: 20px;
}



@media screen and (max-width:750px) {
.p-achievement_content {
  flex-wrap: wrap;

  }

  .p-achievement_box {
    width: 49%;
    margin: 20px 0;
    padding:0;
  }

  .p-achievement_box_title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .p-achievement_box_text {
    font-size: 14px;
  }
    .p-achievement_box_text span {
      font-size: 30px;
    }

  .p-achievement_box:nth-of-type(2) .p-achievement_box_title{
        font-size: 14px;
        line-height: 1.2em;
  }

  .p-achievement{
      padding: 15px 0 30px;
      margin: 10px 0;
  }

  .p-achievement .c-title h2 {
    font-size: 7vw;
    line-height: 3.5rem;
  }
    .p-achievement .c-title {
      margin-bottom: 4rem;
    }

    .p-achievement_msg {
      font-size: 16px;
      text-align: center;
      margin-bottom: 0px;
    }
    .p-achievement_term {
      font-size: 10px;
      line-height: 1.1em;
      position: absolute;
      text-align:right;
      width: 80%;
      top: 110%;
    }

    .p-achievement_term_detail {
      font-size: 10px;
      margin-top: 6px;
    }
}



/* ロゴ */
.p_company{
  margin-bottom: 40px;
}

.p_company_list{
  /* height: 200px; */
  padding: 47px 0;
}

.p_company_list .p_company_list_item{
  height: 100%;
  padding: 10px 30px;
}

/* .p_company_list .p_company_list_item img{
  max-width: 150px;
} */

.p_company_list .slick-track {
  display: flex;
  align-items: center;
}

.p_company_list_item img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

@media screen and (max-width:750px) {

.p_company {
    margin-bottom: 20px;
  }
.p_company_list {
    padding: 10px 0;
}

.p_company_list .p_company_list_item{
  padding: 5px 16px;
}
/* .p_company_list li img {
  max-width: 80px;
} */
.p_company_list_item img {
  max-width: 94%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
}
}



/***************
feature 
****************/
.p-feature {
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 6vw;
  background-size: cover;
}

.p-feature_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}


.p-feature_box {
  text-align: center;
  padding: 40px 20px 40px;
  border: solid 3px #ea861e;
  border-radius: 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);

}

.p-feature_box_img {
  height: 200px;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
}

.p-feature_box_img img {
  width: 80%;
}

.p-feature_box_wrap {
  position: relative;
  width: 31%;
  margin-top: 80px;
}

.p-feature_box_tit {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: -12%;
  /* line-height: 2.2em; */
}


.p-feature_box_wrap h3 {
  width: 92%;
  margin: 0 auto;
  padding: 12px 0;
  background-color: #ea861e;
  border-radius: 3px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  position: relative;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3em;
}

.p-feature_box_wrap h3::before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  background-image: url(../img/tit_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: 5px;
}

.p-feature_box_wrap h3::after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  background-image: url(../img/tit_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 5px;
  right: 5px;
  transform: rotate(180deg);
}

.p-feature_box p {
  text-align: justify;
  height: 124px;

}

.p-feature .c-title:before{
  display: none;
}

.p-feature .c-title {
  margin-bottom: 5rem;
}

@media (max-width: 1366px) and (min-width: 769px) {
  .p-feature_box_wrap h3 {
    font-size: 2.08vw;
    padding: 1.4vw 0;
  }

  .p-feature_box {
    padding: 4.17vw 5.21vw 7vw;
  }


}


@media screen and (max-width:768px) {
  .p-feature_content {
    display: flex;
    flex-direction: column;
  }

  .p-feature_box_wrap {
    position: relative;
    width: 100%;
    margin-top: 80px;
  }

  .p-feature_box {
    padding: 20px 16px 30px;
    border: solid 2px #ea861e;

  }

  .p-feature_box p {
    line-height: 1.7em;
    font-feature-settings: "palt";
  }

  .p-feature_box2 {
    padding-top: 45px;
  }

  .p-feature_box3 {
    padding-top: 45px;
  }

  .p-feature_box4 {
    padding-top: 45px;
  }

  .p-feature_box_wrap h3 {
    width: 90%;
    font-size: 18px;
    height: 40px;
  }

  .p-feature_box_img {
    height: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .p-feature_box1 .p-feature_box_img {
    margin-bottom: 0px;
  }

  .p-feature_box2 .p-feature_box_img img {
    width: 203px;
  }

  .p-feature h2 {
    font-size: 6vw;
  }

  .p-feature .c-title{
    margin-bottom: 2.5rem;
  }
  .p-feature_box_wrap h3::before, .p-feature_box_wrap h3::after {
    width: 16px;
    height: 16px;
  }
}


.sp_br{
display: none;
}

@media screen and (max-width:768px) {
  .sp_br {
    display: block;
    }
}



</pre></body></html>