/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: none;
}

/* Set core body defaults */
body {
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif; */
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Remove default link styles */
a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}


.l-wrapper {
    max-width: 920px;
    margin: 0 auto;
}

.tit {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 0;
    letter-spacing: 0.1rem;
}

.tit_txt {
    font-size: 14px;
    color: #047CC8;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
}
@media screen and (max-width:750px){

.tit_txt {
  margin-bottom: 30px;
}
}



.txt_blue {
    color: #047CC8;
}

.txt_line {
    background:linear-gradient(transparent 60%, #FFE077 60%);
}

/* header {
    height: 90px;
} */

.header_wrap .header_logo img {
    width: 180px;
}

.header_wrap1 img {
    width: 230px;
    height: 55px;
}

.header_block {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
}

.header_wrap2 {
    display: flex;
}

.header_wrap2 img {
  margin-left: 10px;
  transition: ease 0.3s;
}
.header_wrap2 img:hover{
    margin-left: 10px;
    transform: scale(1.03);
}

.fv {
    background-image: url(../img/fv.jpg);
    background-size: cover;
    /* background-position: calc(); */
    width: 100%;
    height: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;

}

.fv_img_block {
    position: absolute;
    bottom: 30px;
}

.fv_img_wrap {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    
}

.fv_img_wrap a{
  width: 47%;
  transition: ease 0.3s;
}

.fv_img_wrap a:hover{
  transform: scale(1.05);
}



.about {
    background-color: #ECF3FB;
    padding-bottom: 100px;
}

.about_block {
background-color: #fff;
    border-radius: 15px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.about_block .about_block_txt {
    font-size: 32px;
    font-weight: bold;
}

.about_block .about_block_txt span {
    font-size: 50px;
    color: #047CC8;
}

.about_arrow {
  width: 95px;
  margin: 25px auto;
}

.about_block2 {
    background-color: #fff;
    border-radius: 15px;
    height: 390px;
    width: 90%;
    margin: 0 auto;
}

.about_block2_wrap {
    display: flex;
    justify-content: center;
}

.about_block2_wrap1 {
    padding-top: 50px;
}

.about_block2_item {
    width: 27%;
}

.about_block2_wrap2 {
    padding-top: 20px;
}
.about_block2_txt {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.about_wrap {
    margin-top: 35px;
}

.about_wrap2 {
    background-color: #fff;
    margin-top: 100px;
    padding-bottom: 50px;
}

.about_pf {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.about_pf_box {
    width: 30%;
}

.about_pf2_txt {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.about_wrap3 {
 position: relative;
 padding: 0 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 0;
}

.about_wrap3::before {
  content: '';
  position: absolute;
  top: 0; /* 三角形の高さに応じて調整 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 70px 200px 0 200px; /* 三角形のサイズに応じて調整 */
  border-style: solid;
  border-color: #fff transparent transparent transparent; /* 三角形の色に応じて調整 */
}

.about_loss {
    padding-top: 100px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1.2px;
}

.about_span {
    font-weight: bold;
    font-size: 26px;
    text-decoration: underline;
}

.about_loss3  {
    font-size: 16px;
}

.about_clinic {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}

.about_clinic1 {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 31%;
}

.about_clinic1 .about_clinic_tit {
    font-size: 18px;
    font-weight: bold;
    color: #047CC8;
    text-align: center;
    padding: 20px 0;
}

.about_clinic_txt {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

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

.about_cta_lef, .about_cta_rig {
    width: 100%;
}

.about_cta_lef img , .about_cta_rig img {
    width: 100%;
}

.reason_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 60px;
}

.reason_box {
    width: 31%;
    margin-bottom: 20px;
}

.reason_box img {
    width: 100%;
}

.reason_box p {
    font-size: 12px;
    margin-top: 5px;
}

.medicine {
    background-color: #047cc8;
    padding: 0 35px;
    padding-bottom: 100px;
}

.medicine .tit{
  color: #fff;
}

.medicine .tit_txt{
  color: #fff133;
}


.medicine_tit1 {
    background-image: url(../img/clinic_tit01.png);
    background-size: cover;
    width: 100%;
    height: 158px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}


.medicine_tit1 h3 {
    font-size: 32px;
    letter-spacing: 0.1rem;
}

.medicine_box1 {
    background-color: #fff;
    margin: 0 13px;
    margin-top: -40px;
    padding: 40px;
    border-radius: 10px;
}

.medicine_txt_blue {
    padding-top: 20px;
    font-size: 30px;
    color: #047CC8;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
    margin: 0 auto;
    width: 558px;
    margin-bottom: 25px;
}

.medicine_box2 {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    
}

.medicine_box2_txt {
    width: 100%;
}

.medicine_box2_img {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medicine_box2_img_box p {
    font-size: 11px;
    margin-top: 0;
}


.medicine_tit2 {
    background-image: url(../img/clinic_tit02.png);
    background-size: cover;
    width: 100%;
    height: 158px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    margin-top: 40px;
}

.medicine_tit2 h3 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
}

.medicine_tit2 h3 span {
    font-size: 14px;
}

@media screen and (max-width:750px){
  .medicine_tit2 h3 span {
    font-size: 16px;
}
}

.medicine_box2_img img {
    width: 310px;
}


.medicine_block2_box {
    background-color: #fff;
    margin: 0 13px;
    padding: 40px;
    position: relative;
    margin-top: -50px;
    border-radius: 10px;
}

.medicine_block2_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    border-bottom: solid 1px #047CC8;
}

.medicine_block2_box:last-child::after {
  border-bottom: none;
}

.medicine_block2_box:first-child {
    margin-top: -40px;
}

.medicine_block2_boxmg {
    margin-top: -40px;
}

.medicine_box2_txt p {
    font-size: 18px;
    margin-bottom: 20px;
}

.medicine_box2_txt .medicine_box2_txt2 {
    font-size: 20px;
    font-weight: bold;
}

.txt_black {
    color: #3E3A39;
    font-size: 24px;
}

.tit_mt {
    margin-top: 0;
}

.medicine_box_fee .medicine_box2_txt {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #047CC8;
    color: #fff;
    height: 80px;
    margin-right: 20px;
}

.medicine_box_fee .medicine_box2_txt p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.medicine_box_fee .medicine_box2_img {
    width: 70%;
    justify-content: flex-start;
}

.medicine_box2_img p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.medicine_box_fee .medicine_box2 {
    margin-bottom: 30px;
}

/*
  アコーディオンの2つ目以降、上に余白を取る。
  開閉動作に影響なし。
*/
.accordion__item:nth-child(n+2) {
  margin-top: 10px;
}

/*
  アコーディオンの開閉ボタンの装飾。
  position: relative;が無いと、
  「+」「-」の位置がずれるので注意。
*/
.accordion__head {
  position: relative;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #047cc8;
  cursor: pointer;
  border-radius: 18px;
    /* transition: all .5s ease; */
}

@media screen and (max-width:750px){
  .accordion__head {
    border-radius: 100vh;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
  }



/*
  アコーディオンの開閉ボタンの右側に「+」を表示。
*/
.accordion__head::after {
  content: "";
  background-image: url(../img/open_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 10px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*
  アコーディオンが開いた際に、
  開閉ボタンの右側に「+」を「-」に変更する。
*/
.accordion__item.active .accordion__head::after {
  content: "";
  background-image: url(../img/close_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 10px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.accordion__item.active .accordion__head{
  border-radius: 18px 18px 0px 0px;
}

/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
.accordion__body {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 16px;
  background: #fff;
  /* transition: all .5s ease; */
  border-radius: 0px 0px 18px 18px;
}

/*
  アコーディオンが開いた際に、
  heightを0からautoに、paddingの上下を0から10に。
*/
.accordion__item.active .accordion__body {
  height: auto;
  padding: 0px 10px 10px 10px;
  border: solid 1px #047cc8;
}

.accordion__body__item{
  border-bottom: solid 1px #047cc8;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion__body__item:last-of-type{
  border-bottom: none;
}

.accordion__body__head{
width: 30%;
font-size: 16px;
font-weight: 700;
padding-left: 10px;
display: flex;
align-items: center;
}

.accordion__body__content{
  font-size: 14px;
  padding-right: 10px;
  width: 70%;
}

.accordion__body__content ul{
  list-style: disc;   
}
.accordion__body__content ul li{
  color:  #047CC8;
}

.accordion__body__content ul li span{
  color:  #333;
}


@media screen and (max-width:750px){
  .accordion__body__item{
    display: flex;
    flex-direction: column;
  }

  .accordion__body__head{
    width: 100%;
    margin-bottom: 6px;
    }
  .accordion__body__content{
    padding-left: 10px;
    width: 100%;
  }

  .accordion__body__content ul{
    padding-left: 20px;
  }
  
}




.flow{
  background: #ecf3fb;
  padding-bottom: 100px;
}


.flow_img  {
    width: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow_img img {
    display: block;
}

.flow_box {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 15px;
    margin: 0 auto;
    min-height: 240px;
    width: 93%;
    box-shadow: 0px 0px 12px -8px #047cc9;
}

.flow_box_last {
    min-height: auto;
}

.flow_img1 {
    margin: 0 auto;
    margin-bottom: 10px;
}

.flow_box_last .flow_img1 {
  margin-bottom: 0px;
}

.flow_txt {
    width: 67%;
}

.flow_txt a{
  color: #0080d8;
  text-decoration: underline;
}

.flow h3 {
    font-size: 36px;
    color: #047CC8;
    margin-bottom: 10px;
}
.flow .flow_box_last h3 {
  margin-bottom: 0px;
}

.flow_line {
  background-image: url(../img/flow_arrow.png);
  width: 80px;
  height: 20px;
  background-size: cover;
  margin: 15px auto;
}

.flow_txt p {
    line-height: 1.6;
}

.flow_box_last {
    min-height: auto;
}

.cta {
    width: 90%; 
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    margin-bottom: 40px;
}

.cta_box1 img {
    width: 390px;
    transition: ease 0.3s;
}
.cta_box1 img:hover{
  width: 390px;
  transform: scale(1.05);
}

.cta_box2 img {
    width: 390px;
    transition: ease 0.3s;
}
.cta_box2 img:hover{
  width: 390px;
  transform: scale(1.05);
}


@media screen and (max-width:750px){
  .flow{
    padding-bottom: 50px;
  }
  .flow_box {
    flex-direction: column;
  }
  .flow_img  {
    width: 100%;
  }
  img.flow_img1 {
    width: 50%;
    margin: 0;
}
.flow h3 {
  font-size: 22px;
  color: #047CC8;
  margin-bottom: 0px;
  display: inline;
  margin-left: 25px;

}
.flow_title_wrap{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.flow_txt{
  width: 100%;
}

.flow_box_last .flow_title_wrap{
  margin-bottom: 0;
}
.flow_line {
  width: 64px;
  height: 16px;
}

}



/* clinic */

.p-clinic{
  padding-bottom: 80px;
}

.p-clinic_ttl{
  color:#12a2c5;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #fff;
  border-left: 3px solid #12a2c5;
  border-bottom: 2px solid #12a2c5;
  position: relative;
}

.p-clinic_ttl::before{
  position: absolute;
  content: "";
  top:0;
  left:6px;
  width:3px;
  height:100%;
  background-color: #12a2c5;
}

.p-clinic_item + .p-clinic_item{
  margin-top: 2em;
}

.p-clinic_flex{
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}

.p-clinic_img{
  display: block;
  width:375px;
}

.p-clinic_slider .slick-dots ul{
  bottom:-18px;
}

.p-clinic_slider .slick-dots li{
  width:8px;
  height:8px;
}

.p-clinic_slider .slick-dots li button{
  width:8px;
  height:8px;
  padding:2px;
}

.p-clinic_slider .slick-dots li button:before{
  font-size: 8px;
  color:#d9d9d9;
  opacity: 1;
  width:8px;
  height:8px;
  line-height: 8px;
}

.p-clinic_slider .slick-dots li.slick-active button:before{
  font-size: 8px;
  color:#12a2c5;
  opacity: 1;
  width:8px;
  height:8px;
  line-height: 8px;
}

.p-clinic_tx{
  margin-left: 20px;
  width:50%;
  font-size: 16px;
}

.p-clinic_time{
  margin: 1em 0;
  font-size: 13px;
  width:416px;
}

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

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

.p-clinic_time_table th{
  width:24%;
  padding:4px;
}

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

img.p-clinic_icon{
  width:10px;
  height:10px;
  display: inline;
}

.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 th, .p-clinic_time_table thead td{
  font-weight: 500;
}

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

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

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

.p-clinic_time_att{
  font-size: 12px;
  text-align: right;
}

.p-clinic_link{
  color:#12a2c5;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width:920px){
  .p-clinic_flex{
    flex-wrap: wrap;
  }
  
  .p-clinic_img{
    max-width: 440px;
    margin:0 auto;
  }

  .p-clinic_tx{
    width:fit-content;
    margin:0 auto;
  }
}

@media screen and (max-width:750px){
  .p-clinic{
    padding-bottom: 40px;
  }

  .p-clinic .c-title_ja {
      font-size: 6.5vw;
    }

    .p-clinic .l-container {
      padding: 0 20px;
    }

  .p-clinic_ttl{
    font-size: 1.6rem;
    border-left: 2px solid #12a2c5;
    border-bottom: 1px solid #12a2c5;
  }
  
  .p-clinic_ttl::before{
    left:4px;
    width:2px;
  }
  
  .p-clinic_flex{
    flex-wrap: wrap;
  }
  
  .p-clinic_img{
    width:100%;
  }
  
  .p-clinic_tx{
    margin-top: 0;
    font-size: 15px;
  }
  
  .p-clinic_time{
    margin: 1em 0;
    font-size: 14px;
  }
  
  .p-clinic_time_ttl{
    color:#12a2c5;
    font-weight: bold;
    text-indent: -.5em;
  }
  
  .p-clinic_time_table{
    width:100%;
  }
}

@media screen and (max-width:440px){
  .p-clinic_tx{
    width:100%;
  }

  .p-clinic_time{
    max-width:416px;
    width:100%;
  }
}

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

.c-bg_orange{
  background-color: #ffefe1;
}

.c-title{
  background-image: url(../img/title_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:192px;
  text-align: center;
  padding-top:21px;
  margin-bottom: 2em;
}

.c-title_ja{
  position: relative;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color:#fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height:118px;
}

.c-title_ja:before, .c-title_ja::after{
  position: absolute;
  content:"";
  width:55px;
  height:57px;
}

.c-title_ja::before{
  top:0;
  left:0;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.c-title_ja::after{
  right:0;
  bottom:0;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.c-title_ja .small{
  width: 100%;
  font-size: 3rem;
}

.c-title_ja .big{
  width: 100%;
  font-size: 5rem;
}

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

  .c-title{
    height: 150px;
    margin-bottom: 1em;
  }
  
  .p-clinic-title{
    background-position: center bottom;
    height:140px;
    padding-top: 12px;
    margin-bottom: 1em;
  }
  
  .c-title_ja{
    font-size: 6.5vw;
    height:85px;
  }
  
  .c-title_ja:before, .c-title_ja::after{
    width:25px;
    height:27px;
  }
  
  .c-title_ja::before{
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  
  .c-title_ja::after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  
  .c-title_ja .small{
    font-size: 1.8rem;
  }
  
  .c-title_ja .big{
    font-size: 3.2rem;
  }
}

/* map */

.p_map{
  margin-bottom: 50px;
  }
  
  .p_map p {
    font-size: 30px;
    font-weight: 600;
    color: #12a2c5;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .p_map img {
    max-width: 900px;
    width: 86%;
    display: block;
    margin: 0 auto;
    /* box-shadow: 10px 10px 0px 0px rgba(255, 255, 255, 0.7); */
    position: relative;
    padding: 10px;
    border: solid 2px #12a2c5;
    background-color: #fff;
  }
  
  .p_map .sp_br{
    display: none;
  }
  
  @media screen and (max-width:750px) {
  
    .p_map p {
        font-size: 20px;
        line-height: 7.8vw;
        margin-bottom: 14px;
      }
  
    .p_map .sp_br {
        display: block;
      }
  
    .p_map img {
      width: 100%;
      padding: 6px;
    }
  }
  



  /* about */
  .p-about{
    padding-bottom: 50px;
    background: #f6faff;
  }
  .p-about_tx{
    max-width: 720px;
    margin:0 auto;
  }
  
  .p-about_link{
    margin:1em auto;
    text-align: center;
  }
  
  .p-about_link li{
    display: inline-block;
    margin:0 .5em;
    font-size: 14px;
    padding-bottom: 1px;
  }

  .p-about_link li a{
    color: #3E3A39;
    text-decoration: revert;

  }

  .c-img{
    padding:2em 0;
    text-align: center;
    width: 720px;
    margin: 0 auto;
  }



  
  @media screen and (max-width:750px){
    .p-about h2{
      font-size: 5.8vw;
    }
    .p-about_img{
      max-width: 440px;
      margin:0 auto;
    }
  
    .p-about_link li{
      font-size: .8rem;
    }
    .c-img{
        padding:1em 0;
        width: 100%;
      }

      .p-about_link {
        margin-bottom: 5px!important;
      }


  }


  /************
* footer
*************/
.l-footer{
    background-color: #12a2c5;
    color:#fff;
    text-align: center;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    padding: 1px;
  }

  .sp {
    display: none;
  }


  
  @media screen and (max-width:750px){
    .l-footer{
      font-size: 1.2rem;
    }
  }


  @media screen and (max-width:750px){
    .pc {
      display: none;
    }
    .sp {
        display: block;
      } 
      .fv {
        background-image: url(../img/fv_sp.jpg);
        background-size: 100%; 
        height: 130vw;
      }
      .fv_img_block {
        width: 100%;
        bottom:10px;
      }

      .fv_img {
        width: 100%;
        margin-bottom: 10px;
      }
    .header_block {
        display: block;
    }
    .header_wrap2 {
        display: none;
    }
    .p-about_img img {
        width: 100%;
      }
      .fv_img_wrap {
        /* display: block; */
        width: 94%;
        text-align: center;
      }
      .fv_img_wrap a{
      width: 49%;
      }
      .cta {
        display: block;
      }

      .about_clinic {
        display: block;
      }
      .cta_box1 img {
        width: 100%;
      }
      .medicine_box2 {
        display: flex;
        flex-direction: column-reverse;
      }
      .medicine_box2_block {
        display: block;
      }
      .cta_box2 img {
        width: 100%;
      }
      .flow_box {
        padding: 20px;
        box-sizing: border-box;
      }
      .fv_img2 {
       margin-left: 0;
      }
      .tit {
        font-size: 6.5vw;
        padding-top: 55px;
      }
      .about_block .about_block_txt {
        font-size: 5vw;
        text-align: center;
      }
      .about_block {
        width: 95%;
      }
      .about_block .about_block_txt span {
        font-size: 7vw;
      }
      .about_arrow {
        margin-top: 10px;
    margin-bottom: 10px;
      }
      .about_block2 {
        height: auto;
        padding-bottom: 25px;
      }
      .about_block2_wrap {
        flex-wrap: wrap;
        padding-top: 25px;
      }
      .about_block2_item {
        width: 50%;
        margin: 0 auto;
      }
      .about_block2_img img {
        width: 95%;
        margin: 0 auto;
      }
      .about_block2_txt {
        font-size: 5vw;
      }
      .about_pf {
        flex-wrap: wrap;
      }
      .about_pf_box {
        width: 45%;
      }
      .about_pf_box img {
        width: 100%;
      }
      .about_pf2_txt {
        font-size: 6vw;
      }
      .about_span {
        font-size: 6vw;
      }
      .about_loss {
        padding-top: 70px;
        font-size: 3.8vw;
      }
      .about_loss3 {
        font-size: 2vw;
        margin-top: 10px;
      }
      .about_clinic {
        padding-bottom: 20px;
      }
      .about_clinic1 {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
      }
      .about_wrap3 {
        padding: 0 15px;
      }
      .about_clinic1 img {
        width: 100%;
      }
      .about_cta {
        display: block;
        padding-bottom: 20px;
      }
      .reason_box {
        width: 48%;
      }
      .medicine {
        padding: 0 8px;
        padding-bottom: 40px;
      }
      .medicine_tit1 {
        background-image: url(../img/clinic_tit01_sp.png);
        background-size: cover;
        width: 100%;
        height: 22vw;
      }
      .medicine_tit2 {
        background-image: url(../img/medisine_tit_sp.png);
        background-size: cover;
        width: 100%;
        height: 29vw;
        margin-top: 20px;

      }
      .medicine_tit2 h3 {
        font-size: 5vw;
        margin-bottom: 5px;
      }
      .medicine_tit1 h3 {
        font-size: 5vw;
      }
      .medicine_box1 {
        margin: 0 1.7vw;
        margin-top: -40px;
      }
      .medicine_box1 {
        padding: 10px;
        padding-top: 40px;
      }
      .medicine_txt_blue {
        font-size: 4vw;
      }
      .medicine_box2_img {
        width: 100%;
        margin-bottom: 20px;
      }
      .medicine_box2_txt {
        width: 100%;
        margin: 0 auto;
      }
      .medicine_block2_box {
        padding: 15px;
        margin: 0 1.7vw;
        margin-top: -30px;
      }
      .medicine_box2_img img {
        width: 80%;
        margin: 0 auto;
        display: block;
      }
      .medicine_box2_img p {
        font-size: 3vw;
        line-height: 1.6;
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
      }
      .medicine_box2_txt p {
        font-size: 16px;
      }
      .medicine_box2_txt .medicine_box2_txt2 {
        font-size: 4vw;
        margin-bottom: 10px;
      }
      .txt_black {
        font-size: 3vw;
      }
      .medicine_txt_blue {
        width: 100%;
      }
      .medicine_txt_blue img {
        width: 100%;

      }
      .medicine_box_fee .medicine_box2_txt {
        width:100%;
        height: 15vw;
      }
      .medicine_box_fee .medicine_box2_img {
        width:100%;

      }
      .flow_txt h3 {
        font-size: 5vw;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-left: 3vw;
      }
      .about_wrap3::before {
        border-width: 50px 100px 0 100px;
      }
      .medicine_box_fee .medicine_box2_txt p {
        margin-bottom: 0;
        font-size: 4vw;
      }
      .medicine_block2_boxmg {
        margin-top: -40px;
        padding-top: 40px;
      }
      .flow_txt p {
        font-size: 16px;
        padding: 3vw 0;
      }
      .flow_img img {
        height: auto;
      }
      .cta_box1 {
        margin-bottom: 15px;
      }
      .p-clinic_ttl {
        font-size: 16px;
      }
      .l-footer p {
        font-size: 2vw;
      }
      .reason_block {
        padding: 0px 10px 10px;
      }
      .header_wrap1 img {
        margin: 0 auto;
      }
      .about_pf2 {
        padding-top: 20px;
      }
      .clinic_ttl_yokohama {
        font-size: 1.2rem;
      }
  }

    /************
* effect
*************/

.effect{
  background-image: url(../img/effect_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.effect_question{
  font-size: 22px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 600;

}

.effect_case{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 850px;
  margin: 0 auto;
}


.effect_case_item{
  width: 45%;
  padding: 20px;
  background-color: #ecf3fb;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 14px -7px #999;
}

.effect_case_title{
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.effect_case_title h3{
  font-size: 20px;
  color: #047CC8;
  margin-left: 20px;
  font-weight: 700;
}

.effect_case_num img{
  width: 80px;
}

.effect_case_txt{
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.effect_txt{
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
  font-weight: 500;
}

.effect_txt span{
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffe077 40%);
}

@media screen and (max-width:750px){
  .effect {
    padding-bottom: 50px;
  }
  .effect .l-container{
    padding: 0 20px;
  }

  .effect_case{
    display: flex;
    flex-direction: column;
  }
  .effect_case_item{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .effect_question{
    font-size: 16px;
    text-align:justify;
    margin-bottom: 20px;
  }
  .effect_case_num img{
    width: 52px;
  }
  .effect_case_title h3{
    font-size: 16px;
    margin-left: 20px;
  }
  .effect_case_title{
    margin-bottom: 10px;
  }
  .effect_txt{
    font-size: 14px;
    text-align: left;
  }
  .effect_txt span{
    font-size: 16px;
  }
}




    /************
* achievement　240411
*************/

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

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

.p-achievement h2 {
  font-size: 33px;
  color: #278cc3;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3.6px;
  margin-bottom: 0.5em;
}

.p-achievement h2 span{
  font-weight: 700;
  display: inline-block;
}
.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-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: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.p-achievement_box_title span{
  font-weight: 600;
  display: inline-block;

}

.p-achievement_box_text {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", メイリオ, meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

.p-achievement_box_text span {
  font-size: 44px;
  color: #ED5083;
  margin: 0 3px;
  font-variant-ligatures: none;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.p-achievement .c-title:before {
  display: none;
}

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

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



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

  .p-achievement {
      padding: 35px 0 30px;
      margin: 0px 0;
  }
  .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(1) .p-achievement_box_title {
      margin-top: 5px;
  }

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


  .p-achievement h2 {
      font-size: 26px;
      line-height: 2.5rem;
      letter-spacing: 2px;
  }


  .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;
  }
}


.u-pc_block{
  display: block !important;
}
@media (max-width: 768px) {
  .u-pc_block{
      display: none !important;
  }
}
.u-sp_block{
  display: none !important;
}
@media (max-width: 768px) {
  .u-sp_block{
      display: block !important;
  }
}