@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  /*=========================
▼▼共通▼▼
===========================*/
  body {
    font-size: 15px;
    line-height: 1.7;
  }
  .title_box .egtitle {
    width: auto;
    height: 18px;
    position: relative;
    margin-bottom: 49px;
    font-size: 24px;
    text-align: center;
  }
  .title_box .egtitle:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -31px; /*下線の上下位置調整*/
    display: inline-block;
    width: 33px; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #4aaecf; /*下線の色*/
  }
  .title_box .egtitle img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  h2 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.07rem;
  }
  .blue {
    color: #54adcb;
  }
  .pink {
    color: #fc94af;
  }
  .auto_box {
    width: 975px;
    margin: 0 auto;
  }
	#conts_doctor .aoto_box {
		width: 1000px;
	}
  /*=========================
▲▲共通▲▲
===========================*/
  #conts_fv .fv {
    background-image: url("../img/clinic/fv_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #conts_about {
    background-image: url("../img/index/bg_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 141px 0 148px;
  }
  #conts_about .about_wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
  }
  #conts_about .about_wrapper .text_box {
    margin: 19px 0 0 50px;
  }
  #conts_about .about_wrapper .text_box .text_wrapper {
    width: 418px;
    margin-bottom: 33px;
  }
  #conts_about .about_wrapper .text_box h2 {
    text-align: left;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  #conts_about .text_box .text {
    margin-bottom: 31px;
    line-height: 1.9;
  }
  #conts_about .text_box .text:last-of-type {
    margin-bottom: 0;
  }
  #conts_about .about_wrapper .img_box {
    position: relative;
    width: 649px;
  }
  #conts_about .about_wrapper .img_box .egtext {
    position: absolute;
    bottom: 139px;
    right: 0;
    width: 393px;
  }
  #conts_about .about_wrapper .img_box .img {
    overflow: hidden;
    box-shadow: 2px 2.196px 26px 0px rgb(0 0 0 / 13%);
  }
  #conts_about .about_wrapper .img_box .img_01 {
    width: 649px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  #conts_about .about_wrapper .img_box .img_02 {
    width: 320px;
  }
  #conts_about .about_wrapper .img_box .img_03 {
    width: 192px;
    position: absolute;
    bottom: 24px;
    right: 65px;
  }
  #conts_about .about_wrapper02 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: -47px;
  }
  #conts_about .about_wrapper02 .img {
    width: 640px;
    margin-right: 51px;
  }
  #conts_about .about_wrapper02 .right_img {
    width: 192px;
    overflow: hidden;
    position: absolute;
    bottom: 31px;
    right: -108px;
  }
  #conts_about .about_wrapper02 .text_box {
    width: 408px;
    margin-top: 54px;
  }
  #conts_about .about_wrapper02 .img {
    overflow: hidden;
    box-shadow: 2px 2.196px 26px 0px rgb(0 0 0 / 13%);
  }
  #conts_reason {
    background-image: url("../img/index/bg_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 139px 0 128px;
  }
  #conts_reason .title_box {
    margin-bottom: 58px;
  }
  #conts_reason .title_box h2 {
    line-height: 1.2;
  }
  #conts_reason h2 .big {
    font-size: 54px;
  }
  #conts_reason .reason_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 792px;
    margin: 0 auto;
  }
  #conts_reason .reason_box dl {
    width: 386px;
    background-color: #fff;
    border: 1px solid #c6dae4;
    padding: 37px 0 32px;
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
    margin-right: 20px;
  }
  #conts_reason .reason_box dl:nth-of-type(2n) {
    margin-right: 0;
  }
  #conts_reason .reason_box dl::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/figure_01.png"), url("../img/common/figure_02.png"), url("../img/common/figure_03.png"), url("../img/common/figure_04.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -1px top -1px, right -1px top -1px, left -1px bottom, right -1px bottom;
    background-size: 28px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
  }
  #conts_reason .reason_box dt {
    text-align: center;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  #conts_reason .reason_box .left {
    margin-left: 203px;
  }
  #conts_reason .reason_box dt .big {
    font-size: 30px;
  }
  #conts_reason .reason_box dd {
    width: 295px;
    margin: 0 auto;
    font-size: 14px;
  }
  #conts_charm {
    background: linear-gradient(to bottom, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    padding: 132px 0 153px;
  }
  #conts_charm .title_box .egtitle:before {
    background-color: #fff;
    bottom: -38px;
  }
  #conts_charm .title_box {
    color: #fff;
    margin-bottom: 44px;
  }
  #conts_charm .title_box h2 .big {
    font-size: 54px;
    line-height: 1.2;
  }
  #conts_charm .charm_wrapper {
    background-color: #fff;
    position: relative;
    padding: 75px 0 83px;
  }
  #conts_charm .charm_wrapper .pink_text {
    width: 496px;
    position: absolute;
    top: -24px;
    right: -46px;
  }
  #conts_charm .charm_wrapper ol {
    margin-left: 102px;
  }
  #conts_charm .charm_wrapper ol li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 31px;
  }
  #conts_charm .charm_wrapper ol li:last-of-type {
    margin-bottom: 0;
  }
  #conts_charm .charm_wrapper ol li .number {
    width: 84px;
    margin: 10px 19px 0 0;
  }
  #conts_charm .charm_wrapper ol li dl {
    width: 667px;
  }
  #conts_charm .charm_wrapper ol li dl dt {
    font-size: 24px;
  }
  #conts_charm .charm_wrapper ol li dl dt .big {
    font-size: 33px;
  }
  #conts_charm .charm_wrapper ol li dl dd {
    font-size: 14px;
    line-height: 1.8;
  }
  #conts_doctor {
    padding: 140px 0 140px;
  }
  #conts_doctor .title_box {
    margin-bottom: 69px;
  }
  #conts_doctor .title_box .egtitle {
    margin-bottom: 58px;
  }
 #conts_doctor .results_box {
    display: -ms-flexbox;
    display: flex;
    width: 904px;
	  flex-wrap: wrap;
    margin: 0 auto 29px;
    justify-content: space-between;
  }
  #conts_doctor .results_box .img {
    width: 282px;
	  margin-bottom: 20px;
  }
  #conts_doctor .doctor_profile {
    position: relative;
    /* padding: 76px 0 53px 113px; */
    padding: 86px 0 93px 113px;
    margin-bottom: 72px;
  }
  #conts_doctor .doctor_profile .dr_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }
  #conts_doctor .doctor_profile .dr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #conts_doctor .doctor_profile .pink_egtext {
    width: 217px;
    position: absolute;
    top: -13px;
    left: 66px;
  }
  #conts_doctor .doctor_profile .director {
    color: #fff;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    display: inline-block;
    font-size: 11px;
    padding: 0 38px;
    margin-bottom: 30px;
  }
  #conts_doctor .doctor_profile .name_wrapper {
    margin-bottom: 35px;
  }
  #conts_doctor .doctor_profile .name_wrapper .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    letter-spacing: 0.06rem;
    margin-right: 19px;
  }
  #conts_doctor .doctor_profile .name_wrapper .role {
    display: block;
    vertical-align: middle;
    color: #a4b6bf;
    font-size: 15px;
    letter-spacing: 0.05rem;
  }
  #conts_doctor .doctor_profile .name_wrapper .egname {
    display: inline-block;
    vertical-align: middle;
    color: #a4b6bf;
    font-size: 15px;
    letter-spacing: 0.05rem;
  }
  #conts_doctor .doctor_profile .profile {
    color: #4aa7c7;
    font-size: 22px;
    line-height: 1.7;
  }
    
#conts_doctor .dr_sns{
   display:flex;
   justify-content:space-around;
   max-width:1000px;
   margin: 0 auto 30px;
 }
 #conts_doctor .dr_sns p {
        width:calc((100% - 40px ) / 3 );
        }
 #conts_doctor .dr_sns p a {
    /* width: 90%; */
    text-align: center;
    background: linear-gradient(to right, rgb(239, 143, 169) 0%, rgb(241, 182, 208) 100%);
    color: #fff;
    border: 1px solid #debccb;
    font-size: 1rem;
    padding: 13px 0 12px;
    border-radius: 32px;
    position: relative;
    margin: 0 auto;
    letter-spacing: 1px;
  }
 #conts_doctor .dr_sns p a::before {
    content: "";
    display: block;
    width: 26px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("../img/common/arrow_01.png");
    position: absolute;
    top: 22px;
    right: 20px;
  }
    
  #conts_doctor .greeting_block {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 52px;
  }
  #conts_doctor .greeting_block h3 {
    font-size: 30px;
    margin-right: 89px;
  }
  #conts_doctor .greeting_block .text {
    width: 732px;
    line-height: 2.1;
  }
  #conts_doctor .career_block {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #c6dae4;
    padding: 43px 0 45px;
    position: relative;
    margin-bottom: 93px;
  }
  #conts_doctor .career_block:not(:last-child)  {
    margin-bottom: 20px;
  }
  #conts_doctor .career_block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/figure_01.png"), url("../img/common/figure_02.png"), url("../img/common/figure_03.png"), url("../img/common/figure_04.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -1px top -1px, right -1px top -1px, left -1px bottom, right -1px bottom;
    background-size: 28px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
  }
  #conts_doctor .career_block dl {
    width: 410px;
  }
  #conts_doctor .career_block dt {
    font-size: 18px;
    border-bottom: 1px solid #c6dae4;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
  #conts_doctor .career_block dl dd li {
    margin-bottom: 11px;
  }
  #conts_doctor .career_block dl dd li:last-of-type {
    margin-bottom: 0;
  }
  #conts_doctor .career_block dl dd li .year {
    width: 110px;
    display: inline-block;
  }
  #conts_doctor .career_block .left {
    margin-left: 53px;
  }
  #conts_doctor .career_block .right_wrapper {
    margin-left: 42px;
  }
  #conts_doctor .career_block .right_wrapper .license {
    margin-bottom: 31px;
  }
  #conts_doctor .dialogue_block {}
  #conts_doctor .dialogue_block h3 {
    font-size: 25px;
    margin-bottom: 11px;
  }
	#conts_doctor .dialogue_block h3 .astalisk {
		font-size: 18px;
		display: block;
	}
  #conts_doctor .dialogue_block .outer {
    margin-bottom: 66px;
  }
  #conts_doctor .dialogue_block .outer .text {
    width: 900px;
  }
  #conts_doctor .dialogue_block .top_wrapper {
    margin-bottom: 73px;
  }
  #conts_doctor .dialogue_block dl dt {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  #conts_doctor .dialogue_block dl dd {
    line-height: 2.0;
  }
  #conts_doctor .dialogue_block .flex_wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px;
  }
/*20230119追加*/
  #conts_doctor .dialogue_block .flex_wrapper.reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
}
    #conts_doctor .dialogue_block .flex_wrapper.reverse .inner{
   margin-left: 0;
    }
/*20230119追加ここまで*/

  #conts_doctor .dialogue_block .flex_wrapper .img {
    width: 400px;
    overflow: hidden;
  }
    
  #conts_doctor .dialogue_block .flex_wrapper .inner {
    width: 514px;
    margin-left: 51px;
  }
  #conts_doctor .dialogue_block .bottom_wrapper dl dd {
    width: 900px;
  }
  #conts_welcome {
    background-color: #dce8ee;
    padding: 140px 0 150px;
  }
  #conts_welcome .title_box {
    margin-bottom: 44px;
  }
  #conts_welcome .title_box .egtitle {
    margin-bottom: 41px;
  }
  #conts_welcome .auto {
    width: 835px;
    margin: 0 auto;
    overflow: hidden;
  }
  #conts_welcome .white_block {
    background-color: #fff;
    border: 1px solid #c6dae4;
    padding: 76px 0 86px;
    position: relative;
  }
  #conts_welcome .white_block::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/figure_01.png"), url("../img/common/figure_02.png"), url("../img/common/figure_03.png"), url("../img/common/figure_04.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -1px top -1px, right -1px top -1px, left -1px bottom, right -1px bottom;
    background-size: 28px;
    position: absolute;
    top: 0px;
    left: 0;
    pointer-events: none;
    z-index: 3;
  }
  #conts_welcome .top_wrapper {
    text-align: center;
    margin-bottom: 28px;
  }
  #conts_welcome .top_wrapper h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  #conts_welcome .top_wrapper .text {
    line-height: 1.9;
  }
  #conts_welcome .text_wrapper {
    text-align: center;
    line-height: 1.9;
    margin-bottom: 45px;
  }
  #conts_welcome .check_list {
    border: 1px solid #c6dae4;
    font-size: 17px;
    padding: 29px 0 29px 81px;
    margin: 0 auto 27px;
  }
  #conts_welcome .check_list li {
    display: inline-block;
    padding-left: 38px;
    background-image: url("../img/clinic/check_img.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center left;
    margin-bottom: 16px;
  }
  #conts_welcome .check_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_welcome .check_list .inline {
    margin-left: 30px;
  }
  #conts_welcome .line_wrapper a {
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(to right, rgb(47, 178, 82) 0%, rgb(130, 204, 65) 100%);
    padding: 39px 0 16px;
    position: relative;
  }
  #conts_welcome .line_wrapper::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-image: url("../img/clinic/figure_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  #conts_welcome .line_wrapper .title_box {
    color: #fff;
    padding: 0 34px 0 39px;
    margin-top: 12px;
  }
  #conts_welcome .line_wrapper .title_box .title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 47px;
    position: relative;
  }
  #conts_welcome .title_box .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -17px; /*下線の上下位置調整*/
    display: inline-block;
    width: 33px; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    background-color: #fff; /*下線の色*/
  }
  #conts_welcome .line_wrapper .img {
    width: 326px;
  }
  #conts_access {
    padding: 140px 0 150px;
  }
  #conts_access .title_box {
    margin-bottom: 56px;
  }
  #conts_access .wrapper {
    width: 100%;
    padding-left: 580px;
    position: relative;
  }
  #conts_access .wrapper .img_1 {
    width: 461px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 13px;
  }
  #conts_access .wrapper .img_2 {
    width: 327px;
    overflow: hidden;
    position: absolute;
    left: 170px;
    top: 270px;
  }
  #conts_access .wrapper .text_box {
    line-height: 1.87;
  }
  #conts_access .wrapper .text {
    margin-bottom: 22px;
  }
  #conts_access .wrapper table {
    margin-bottom: 24px;
  }
  #conts_access .wrapper tr {
    margin-bottom: 12px;
    display: block;
  }
  #conts_access .wrapper tr:last-of-type {
    margin-bottom: 0;
  }
  #conts_access .wrapper th {
    width: 130px;
    padding-left: 29px;
    position: relative;
  }
  #conts_access .wrapper th .icon {
    width: 19px;
    position: absolute;
    left: -2px;
    top: 2px;
  }
  #conts_access .wrapper td {
    width: 490px;
  }
  #conts_access .wrapper .gmap {
    width: 609px;
    height: 350px;
    position: relative;
    overflow: hidden;
  }
  #conts_access .wrapper .gmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
	.reason_box_img {
		width: 600px;
		margin: 70px auto;
	}
}
@media screen and (max-width:769px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .title_box .egtitle {
    width: auto;
    height: 18px;
    position: relative;
    margin-bottom: 32px;
    font-size: 2.4rem;
    text-align: center;
  }
  .title_box .egtitle:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -22px; /*下線の上下位置調整*/
    display: inline-block;
    width: 33px; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #4aaecf; /*下線の色*/
  }
  .title_box .egtitle img {
    width: auto;
    height: 90%;
    margin: 0 auto;
  }
  h2 {
    font-size: 2.7rem;
    text-align: center;
    letter-spacing: 0.07rem;
  }
  .blue {
    color: #54adcb;
  }
  .pink {
    color: #fc94af;
  }
  .auto_box {
    width: 90%;
    margin: 0 auto;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #conts_fv .fv {
    background-image: url("../img/clinic/fv_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #conts_about {
    background-image: url("../img/index/bg_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 58px 0 181px;
  }
  #conts_about .about_wrapper {
    margin-bottom: 30px;
  }
  #conts_about .text_box {
    margin: 19px 0 33px 0;
  }
  #conts_about .text_box .text_wrapper {
    width: 100%;
  }
  #conts_about .text_box h2 {
    text-align: left;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 2.7rem;
  }
  #conts_about .text_box .text {
    margin-bottom: 20px;
    line-height: 1.9;
  }
  #conts_about .text_box .text:last-of-type {
    margin-bottom: 0;
  }
  #conts_about .img_box {
    position: relative;
    width: 100%;
  }
  #conts_about .img_box .egtext {
    position: absolute;
    bottom: 112px;
    right: 0;
    width: 100%;
  }
  #conts_about .img_box .img {
    overflow: hidden;
    box-shadow: 2px 2.196px 26px 0px rgb(0 0 0 / 13%);
  }
  #conts_about .img_box .img_01 {
    width: 100%;
    margin-bottom: 51px;
  }
  #conts_about .img_box .img_02 {
    width: 61%;
  }
  #conts_about .img_box .img_03 {
    width: 49%;
    position: absolute;
    bottom: -34px;
    right: 0px;
  }
  #conts_about .img {
    width: 100%;
  }
  #conts_about .about_wrapper02 .right_img {
    width: 231px;
  }
  #conts_about .about_wrapper02 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
  }
  #conts_about .about_wrapper02 .img {
    width: 80%;
    margin-right: 51px;
    order: 1;
  }
  #conts_about .about_wrapper02 .right_img {
    width: 47%;
    overflow: hidden;
    position: absolute;
    bottom: -61px;
    right: 12px;
  }
  #conts_about .about_wrapper02 .text_box {
    width: 100%;
    margin: 54px 0 32px;
  }
  #conts_about .about_wrapper02 .img {
    overflow: hidden;
    box-shadow: 2px 2.196px 26px 0px rgb(0 0 0 / 13%);
  }
  #conts_charm {
    background: linear-gradient(to bottom, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    padding: 96px 0 115px;
  }
  #conts_charm .title_box .egtitle:before {
    background-color: #fff;
    bottom: -36px;
  }
  #conts_charm .title_box {
    color: #fff;
    margin-bottom: 38px;
  }
  #conts_charm .title_box .egtitle {
    margin-bottom: 44px;
  }
  #conts_charm .title_box h2 .big {
    font-size: 4.5rem;
    line-height: 0.9;
  }
  #conts_charm .charm_wrapper {
    background-color: #fff;
    position: relative;
    padding: 43px 0 61px;
  }
  #conts_charm .charm_wrapper .pink_text {
    width: 81%;
    position: absolute;
    top: -10px;
    right: -8px;
  }
  #conts_charm .charm_wrapper ol li {
    margin-bottom: 25px;
  }
  #conts_charm .charm_wrapper ol li:last-of-type {
    margin-bottom: 0;
  }
  #conts_charm .charm_wrapper ol li .number {
    width: 28%;
    margin: 10px auto 5px;
  }
  #conts_charm .charm_wrapper ol li dl {
    width: 90%;
    margin: 0 auto;
  }
  #conts_charm .charm_wrapper ol li dl dt {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 5px;
  }
  #conts_charm .charm_wrapper ol li dl dt .big {
    font-size: 2.4rem;
  }
  #conts_charm .charm_wrapper ol li dl dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #conts_reason {
    background-image: url("../img/index/bg_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 89px 0 104px;
  }
  #conts_reason .title_box {
    margin-bottom: 37px;
  }
  #conts_reason .title_box .egtitle {
    margin-bottom: 40px;
  }
  #conts_reason .title_box h2 {
    line-height: 1.1;
    font-size: 2.4rem;
  }
  #conts_reason h2 .big {
    font-size: 4.1rem;
  }
  #conts_reason .reason_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #conts_reason .reason_box dl {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c6dae4;
    padding: 26px 0 32px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  #conts_reason .reason_box dl:nth-of-type(3n) {
    margin-right: 0;
  }
  #conts_reason .reason_box dl::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/figure_01.png"), url("../img/common/figure_02.png"), url("../img/common/figure_03.png"), url("../img/common/figure_04.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -1px top -1px, right -1px top -1px, left -1px bottom, right -1px bottom;
    background-size: 28px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
  }
  #conts_reason .reason_box dt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  #conts_reason .reason_box dt .big {
    font-size: 2.6rem;
  }
  #conts_reason .reason_box dd {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  #conts_doctor {
    padding: 95px 0 103px;
  }
  #conts_doctor .title_box {
    margin-bottom: 42px;
  }
  #conts_doctor .results_box {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    justify-content: space-between;
  }
  #conts_doctor .results_box .img {
    width: 47%;
    margin: 0 auto;
	  margin-right: 6%;
    margin-bottom: 25px;
  }
  #conts_doctor .results_box .img:nth-of-type(2n) {
    margin-right: 0;
  }
  
  #conts_doctor .doctor_profile {
    position: relative;
    padding: 31px 0 62vw;
    margin-bottom: 45px;
    min-height: 452px;
  }
  #conts_doctor .doctor_profile .pink_egtext {
    width: 44%;
    position: absolute;
    top: -11px;
    left: 4px;
    max-width: 143px;
  }
  #conts_doctor .doctor_profile .director {
    color: #fff;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    display: inline-block;
    font-size: 1.1rem;
    padding: 2px 27px;
    margin-bottom: 6px;
    margin-left: 6%;
  }
  #conts_doctor .doctor_profile .name_wrapper {
    margin-bottom: 4px;
    width: 90%;
    margin: 0 auto 6px;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
  }
  #conts_doctor .doctor_profile .name_wrapper .role {
    color: #a4b6bf;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    width: 100%;
    /* padding-top: 14px; */
  }
  #conts_doctor .doctor_profile .name_wrapper .name {
    font-size: 2.4rem;
    letter-spacing: 0.06rem;
    margin-right: 19px;
  }
  #conts_doctor .doctor_profile .name_wrapper .egname {
    color: #a4b6bf;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    padding-top: 14px;
  }
  #conts_doctor .doctor_profile .profile {
    color: #4aa7c7;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
  }
  #conts_doctor .doctor_profile .dr_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
  #conts_doctor .doctor_profile .dr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
    
 #conts_doctor .dr_sns{
   display:flex;
   justify-content:space-around;
   max-width:1000px;
   margin: 0 auto 30px;
   flex-direction: column;
 }
   #conts_doctor .dr_sns p {
        width: 100%;
        margin-bottom: 20px;
        }
 #conts_doctor .dr_sns p a {
    width: 90%;
    text-align: center;
    background: linear-gradient(to right, rgb(239, 143, 169) 0%, rgb(241, 182, 208) 100%);
    color: #fff;
    border: 1px solid #debccb;
    font-size: 1.5rem;
    padding: 13px 0 12px;
    border-radius: 32px;
    position: relative;
    margin: 0 auto;
    letter-spacing: 1px;
  }
 #conts_doctor .dr_sns p a::before {
    content: "";
    display: block;
    width: 26px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("../img/common/arrow_01.png");
    position: absolute;
    top: 22px;
    right: 20px;
  }

  #conts_doctor .greeting_block {
    margin-bottom: 43px;
  }
  #conts_doctor .greeting_block h3 {
    font-size: 2.8rem;
    margin: 0 0 13px;
  }
  #conts_doctor .greeting_block .text {
    width: 100%;
    line-height: 2.1;
  }
  #conts_doctor .career_block {
    border: 1px solid #c6dae4;
    padding: 39px 0 32px;
    position: relative;
    margin-bottom: 69px;
  }
  #conts_doctor .career_block:not(:last-child)  {
    margin-bottom: 20px;
  }
  #conts_doctor .career_block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/figure_01.png"), url("../img/common/figure_02.png"), url("../img/common/figure_03.png"), url("../img/common/figure_04.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -1px top -1px, right -1px top -1px, left -1px bottom, right -1px bottom;
    background-size: 28px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
  }
  #conts_doctor .career_block dl {
    width: 90%;
    margin: 0 auto
  }
  #conts_doctor .career_block dt {
    font-size: 1.8rem;
    border-bottom: 1px solid #c6dae4;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
  #conts_doctor .career_block dl dd {
    font-size: 1.4rem;
  }
  #conts_doctor .career_block dl dd li {
    margin-bottom: 11px;
  }
  #conts_doctor .career_block dl dd li:last-of-type {
    margin-bottom: 0;
  }
  #conts_doctor .career_block dl dd li .year {
    width: 122px;
    display: inline-block;
  }
  #conts_doctor .career_block dl {
    margin-bottom: 27px;
  }
  #conts_doctor .dialogue_block {}
  #conts_doctor .dialogue_block h3 {
    font-size: 2.2rem;
    margin-bottom: 11px;
  }
  #conts_doctor .dialogue_block .outer {
    margin-bottom: 56px;
  }
  #conts_doctor .dialogue_block .outer .text {
    width: 100%;
  }
  #conts_doctor .dialogue_block .top_wrapper {
    margin-bottom: 51px;
  }
  #conts_doctor .dialogue_block dl dt {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 12px;
  }
  #conts_doctor .dialogue_block dl dd {
    line-height: 2.0;
  }
  #conts_doctor .dialogue_block .flex_wrapper {
    margin-bottom: 24px;
  }
  #conts_doctor .dialogue_block .flex_wrapper .img {
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
  }
  #conts_doctor .dialogue_block .flex_wrapper .inner {
    width: 100%;
  }
  #conts_doctor .dialogue_block .bottom_wrapper dl dd {
    width: 100%;
  }
  #conts_welcome {
    background-color: #dce8ee;
    padding: 109px 0 120px;
  }
  #conts_welcome .line_wrapper {
    position: relative;
  }
  #conts_welcome .line_wrapper::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/clinic/figure_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  #conts_welcome .title_box {
    margin-bottom: 44px;
  }
  #conts_welcome .title_box .egtitle {
    margin-bottom: 41px;
  }
  #conts_welcome .auto {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  #conts_welcome .white_block {
    background-color: #fff;
    border: 1px solid #c6dae4;
    padding: 54px 0 85px;
    position: relative;
  }
  #conts_welcome .white_block::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/figure_01.png"), url("../img/common/figure_02.png"), url("../img/common/figure_03.png"), url("../img/common/figure_04.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -1px top -1px, right -1px top -1px, left -1px bottom, right -1px bottom;
    background-size: 28px;
    position: absolute;
    top: 0px;
    left: 0;
    pointer-events: none;
    z-index: 3;
  }
  #conts_welcome .top_wrapper {
    text-align: center;
    margin-bottom: 28px;
  }
  #conts_welcome .top_wrapper h3 {
    font-size: 2rem;
    margin-bottom: 22px;
  }
  #conts_welcome .top_wrapper .text {
    line-height: 1.9;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #conts_welcome .text_wrapper {
    line-height: 1.9;
    text-align: left;
    width: 90%;
    margin: 0 auto 42px;
  }
  #conts_welcome .check_list {
    border: 1px solid #c6dae4;
    font-size: 1.6rem;
    padding: 29px 5% 29px;
    margin: 0 auto 27px;
  }
  #conts_welcome .check_list li {
    display: inline-block;
    padding-left: 31px;
    background-image: url("../img/clinic/check_img.png");
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: top 7px left;
    margin-bottom: 16px;
  }
  #conts_welcome .check_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_welcome .line_wrapper a {
    background: linear-gradient(to right, rgb(47, 178, 82) 0%, rgb(130, 204, 65) 100%);
    padding: 28px 0 43px;
  }
  #conts_welcome .line_wrapper .title_box {
    color: #fff;
    padding: 0 10%;
    margin-top: 12px;
  }
  #conts_welcome .line_wrapper .title_box .title {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 38px;
    position: relative;
  }
  #conts_welcome .title_box .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px; /*下線の上下位置調整*/
    display: inline-block;
    width: 33px; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    background-color: #fff; /*下線の色*/
  }
  #conts_welcome .line_wrapper .img {
    width: 90%;
    margin: 0 auto;
  }
  #conts_access {
    padding: 109px 0 120px;
  }
  #conts_access .title_box {
    margin-bottom: 42px;
  }
  #conts_access .wrapper {
    width: 100%;
    position: relative;
  }
  #conts_access .wrapper .img_1 {
    width: 80%;
    overflow: hidden;
  }
  #conts_access .wrapper .img_2 {
    width: 56%;
    margin: -18vw 0 20px 44%;
    overflow: hidden;
  }
  #conts_access .wrapper .text_box {
    line-height: 1.7;
  }
  #conts_access .wrapper .text {
    margin-bottom: 22px;
  }
  #conts_access .wrapper table {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  #conts_access .wrapper tr {
    display: block;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 18px;
  }
  #conts_access .wrapper tr:last-of-type {
    margin-bottom: 0;
  }
  #conts_access .wrapper th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
  }
  #conts_access .wrapper th .icon {
    width: 16px;
    position: absolute;
    left: -2px;
    top: 3px;
  }
  #conts_access .wrapper td {
    display: block;
    width: 100%;
  }
  #conts_access .wrapper .gmap {
    width: 100%;
    height: 60vw;
    position: relative;
    overflow: hidden;
  }
  #conts_access .wrapper .gmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
	.reason_box_img {
		width: 100%;
		margin: 5vw auto;
	}
}