@charset "UTF-8";

/* -----------------------------------------------

	 base

----------------------------------------------- */

body{
  background: #fef4e0;
}
body.rock{
  overflow-y: hidden;
}
#fixtel{
  position: fixed;
  top: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  max-width: 350px;
  width: 45vw;
  z-index: 2;
  background: #f4a400;
  padding: 15px 20px 10px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 3px 20px #3c3c3c;
}
#fixtel.active{
  opacity: 1;
}
#fixtel:hover{
  box-shadow: 0 3px 20px #f4a400;
}
.bg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg_orange{
  background: #f4a400;
}
.bg01{
  background-image: url(../images/bg01.jpg);
}
.bg02{
  background-image: url(../images/bg02.jpg);
}
.bg03,
.bg06{
  background-image: url(../images/bg01.jpg);
  background-repeat: repeat-y;
}
.bg04{
  background-image: url(../images/bg04.jpg);
}
.bg05{
  background-image: url(../images/bg05.jpg);
}
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
  }
  @media only screen and (max-width: 479px) {
    #fixtel{
      width: 70vw;
      padding: 10px 20px 8px;
    }
  }


/* -----------------------------------------------

	 top_mainview

----------------------------------------------- */
.top_mainview .main_img{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_mainview .main_img > img {
  width: 100%;
  position: relative;
  max-height: 800px;
  object-fit: cover;
  min-height: 600px;
}
.top_mainview .main_img .main_text {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 100px;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  z-index: 1;
  width: 60vw;
  max-width: 700px;
  text-align: center;
  line-height: 1.6;
}
.top_mainview .main_img .main_text .image01{
  width: calc(100% - 100px);
  margin: 0 0 15px auto;
}
  @media only screen and (max-width: 1024px) {
    .top_mainview .main_img .main_text{
      left: 30px;
    }
  }
  @media only screen and (max-width: 768px) {
    .top_mainview .main_img > img{
     min-height: 450px;
    }
    .top_mainview .main_img .main_text .image01 {
      width: calc(100% - 50px);
    }
  }
  @media only screen and (max-width: 479px) {
    .top_mainview .main_img .main_text{
      width: calc(100% - 60px);
      top: 55%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .top_mainview .main_img .main_text .image01 {
      width: 100%;
    }
    .top_mainview .main_img > img {
      min-height: 400px;
      object-position: 60%;
    }
  }

/* -----------------------------------------------
	 topunderhead
----------------------------------------------- */
.topunderhead {
  font-size: 28px;
  padding: 10px;
}
.topunderhead img{
  max-width: 885px;
}
.topunderhead .txts{
  display: inline-block;
}
.topunderhead p{
  position: relative;
}
.topunderhead p::after{
  content: "";
  display: inline-block;
  width: 110px;
  height: 110px;
  background-image: url(../images/icon_man01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 100%;
  bottom: -12px;
}

  @media only screen and (max-width: 1024px) {
    .topunderhead .txts img{
      max-width: 700px;
      width: 70vw;
    }
    .topunderhead p::after {
      width: 90px;
      height: 90px;
    }
  }
  @media only screen and (max-width: 768px) {
    .topunderhead p::after{
      width: 90px;
      height: 90px;
    }
  }
  @media only screen and (max-width: 479px) {
        .topunderhead .txts img.pc{
      display: none;
    }
    .topunderhead .txts img.sp{
      display: block;
      padding-right: 30px;
      width: 70%;
    }
    .topunderhead p::after {
      width: 22vw;
      height: 22vw;
      left: 78%;
    }
  }

/* -----------------------------------------------
	 topsec_about
----------------------------------------------- */
.topsec_about{
  padding: 90px 0 120px;
}
.topsec_about .headtxt{
  color: #f4a400;
  font-size: 33px;
  margin-bottom: 90px;
}
.topsec_about .headtxt .txt01{
  margin-left: 20px;
  font-size: 33px;
}
.topsec_about .headtxt .txt02{
  margin-top: 10px;
}
.topsec_about .itset{
  position: relative;
}
.topsec_about .itset::after{
  content: "";
  width: calc(50vw - 45px);
  height: 600px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 20% bottom 0;
  background-image: url(../images/top_about.jpg);
}
.topsec_about .itset .txts{
  width: 50%;
  margin-right: auto;
}
.topsec_about .itset .txts .ttl{
  font-size: 30px;
  margin-bottom: 10px;
}
.topsec_about .itset .price{
  margin-bottom: 30px;
}
.topsec_about .itset .txt01{
  margin-bottom: 40px;
}
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .topsec_about {
      padding: 60px 0;
    }
    .topsec_about .headtxt{
      margin-bottom: 60px;
    }
    .topsec_about .itset .txts .ttl {
      font-size: 24px;
    }
    .topsec_about .itset .price img{
      max-width: 300px;
    }
    .topsec_about .itset .price {
      margin-bottom: 20px;
    }
    .topsec_about .itset .txt01 {
      margin-bottom: 20px;
    }
    .topsec_about .itset::after{
      width: calc(50vw - 25px);
      height: 400px;
      background-position: right 10% bottom 0;
    }
  }
  @media only screen and (max-width: 650px) {
    .topsec_about .itset .txts {
      width: 100%;
    }
  }
  @media only screen and (max-width: 479px) {
    .topsec_about {
      padding: 45px 0;
    }
    .topsec_about .headtxt{
      margin-bottom: 30px;
    }
    .topsec_about .headtxt h2 img{
      width: 50vw !important;
    }
    .topsec_about .headtxt .txt01 {
      margin-left: 10px;
      font-size: 6vw;
      font-weight: 500;
    }
    .topsec_about .itset .price {
      padding: 0 15px;
    }
    .topsec_about .itset .txts .ttl {
      font-size: 6vw;
    }
    .topsec_about .itset::after{
      display: none;
    }
    .topsec_about .itset .txts::after{
      content: "";
      display: inline-block;
      width: 100%;
      height: 65vw;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../images/top_about.jpg);
      margin-top: 20px;
    }
  }


/* -----------------------------------------------
	 topsec_worries
----------------------------------------------- */
.topsec_worries {
  padding: 60px 0;
  position: relative;
}
.topsec_worries::before{
  content: "";
  display: inline-block;
  max-width: 220px;
  width: 15vw;
  max-height: 320px;
  height: 20vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon_woman01.png);
  position: absolute;
  bottom: -10px;
  left: 60px;
}
.topsec_worries::after{
  content: "";
  display: inline-block;
  max-width: 240px;
  width: 15vw;
  max-height: 360px;
  height: 20vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon_man02.png);
  position: absolute;
  bottom: -10px;
  right: 60px;
}
.topsec_worries .head{
  margin-bottom: 60px;
}
.topsec_worries .worrieswrap{
  gap: 25px 30px;
  max-width: 768px;
  margin: auto;
}
.topsec_worries .worriesset{
  width: calc(100% / 2 - 15px);
}
  @media only screen and (max-width: 1024px) {
    .topsec_worries .head {
      width: 80%;
      margin: 0 auto 60px;
    }
    .topsec_worries .worrieswrap {
      gap: 20px;
    }
    .topsec_worries .worriesset{
      width: calc(100% / 2 - 10px);
    }
    .topsec_worries::before{
      left: 0;
      bottom: 0;
    }
    .topsec_worries::after{
      right: 0;
      bottom: 0;
    }
  }
  @media only screen and (max-width: 768px) {
    .topsec_worries .head {
      margin: 0 auto 45px;
    }
    .topsec_worries .worrieswrap {
      padding: 0 60px;
    }
  }
  @media only screen and (max-width: 479px) {
    .topsec_worries {
      padding: 40px 0 60px;
    }
    .topsec_worries .head {
      margin: 0 auto 20px;
    }
    .topsec_worries .worrieswrap {
      padding: 0;
    }
    .topsec_worries .worrieswrap {
      gap: 10px;
    }
    .topsec_worries .worriesset {
      width: calc(100% / 2 - 5px);
  }
  }



/* -----------------------------------------------
	 tophelp
----------------------------------------------- */
.tophelp {
  padding: 40px 0;
}
.tophelp .container{
  position: relative;
}
.tophelp .container::before{
  content: "";
  display: inline-block;
  width: 130px;
  height: 180px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon_man03.png);
  position: absolute;
  bottom: -40px;
  left: 30px;
}
.tophelp .container::after{
  content: "";
  display: inline-block;
  width: 180px;
  height: 180px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon_woman02.png);
  position: absolute;
  bottom: -40px;
  right: 30px;
}
.tophelp .txts{
  display: inline-block;
}
  @media only screen and (max-width: 1024px) {
    .tophelp .txts img{
      max-width: 550px !important;
      width: 60vw;
    }
    .tophelp .container::before {
      width: 100px;
      height: 140px;
      left: 0px;
    }
    .tophelp .container::after {
      width: 150px;
      height: 130px;
      right: -20px;
    }
  }
  @media only screen and (max-width: 650px) {
    .tophelp {
      padding: 30px 0;
    }
    .tophelp .container::before {
      width: 60px;
      height: 80px;
      bottom: -30px;
    }
    .tophelp .container::after {
      width: 90px;
      height: 80px;
      bottom: -30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .tophelp {
      padding: 25px 0;
    }
    .tophelp .txts img {
      width: 70vw;
    }
    .tophelp .container::before {
      width: 40px;
      height: 50px;
      bottom: -25px;
      left: -20px;
    }
    .tophelp .container::after {
      width: 55px;
      height: 50px;
      bottom: -25px;
      right: -25px;
    }
  }




/* -----------------------------------------------
	 topsec_goodpoint
----------------------------------------------- */
.topsec_goodpoint {
  padding: 90px 0 120px;
}
.topsec_goodpoint .logo{
  margin-bottom: 20px;
}
.topsec_goodpoint .head{
  margin-bottom: 60px;
}
.topsec_goodpoint .pointwrap{
  gap: 60px 20px;
  margin-bottom: 90px;
}
.topsec_goodpoint .pointset{
  width: calc(100% / 3 - 13.5px);
}
.topsec_goodpoint .pointset .image{
  margin-bottom: 20px;
}
.topsec_goodpoint .pointset .ttl{
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.topsec_goodpoint .pointset .txt{
  padding: 0 20px;
  line-height: 1.5;
}
.symptomswrap{
  padding: 25px 40px 35px;
}
.symptomswrap .ttl{
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}
.symptomsinner{
  background: #fff;
  border-radius: 30px;
  padding: 40px 35px;
}
.symptomsinner ul{
  gap: 0 20px;
}
.symptomsinner li{
  width: calc(100% / 2 - 10px);
  margin-bottom: 25px;
  font-weight: 700;
  padding-left:1em;
	text-indent:-1em;
}
.symptomsinner li:nth-child(9),
.symptomsinner li:nth-child(10){
  margin-bottom: 0;
}
  @media only screen and (max-width: 1024px) {
    .topsec_goodpoint .logo img{
      max-width: 300px !important;
    }
    .topsec_goodpoint .imagetxt img{
      max-width: 370px !important;
    }
    .topsec_goodpoint .pointset .ttl {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .topsec_goodpoint .pointset .txt {
      padding: 0 10px;
    }
    .symptomswrap .ttl{
      font-size: 35px;
    }
  }
  @media only screen and (max-width: 768px) {
    .topsec_goodpoint {
      padding: 60px 0 90px;
    }
    .topsec_goodpoint .logo img{
      max-width: 250px !important;
    }
    .topsec_goodpoint .imagetxt img{
      max-width: 350px !important;
    }
    .topsec_goodpoint .pointset {
      width: calc(100% / 2 - 13.5px);
    }
    .symptomswrap .ttl{
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 650px) {
    .symptomsinner li{
      width: 100%;
    }
    .symptomsinner {
      padding: 30px 25px;
    }
  }
  @media only screen and (max-width: 479px) {
    .topsec_goodpoint {
      padding: 40px 0 60px;
    }
    .topsec_goodpoint .head {
      margin-bottom: 45px;
    }
    .topsec_goodpoint .logo img{
      max-width: 250px !important;
      width: 60vw;
    }
    .topsec_goodpoint .imagetxt img{
      max-width: 320px !important;
      width: 70vw;
    }
    .topsec_goodpoint .pointset {
      width: 100%;
    }
    .topsec_goodpoint .pointset .image {
      margin-bottom: 10px;
    }
    .topsec_goodpoint .pointset .ttl {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .topsec_goodpoint .pointset .txt {
      padding: 0;
    }
    .topsec_goodpoint .pointwrap {
      gap: 40px 20px;
    }
    .symptomswrap {
      padding: 25px 25px 30px;
    }
    .symptomswrap .ttl {
      font-size: 22px;
    }
    .symptomswrap .ttl .sp{
      display: block;
    }
  }

.toptel {
  padding: 20px 0;
}
.toptel .txts{
  position: relative;
}
.toptel .txts::before{
  content: "";
  display: inline-block;
  width: 280px;
  height: 180px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon_car.png);
  position: absolute;
  right: 100%;
  left: 0;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}

@media only screen and (max-width: 1024px) {
  .toptel .txts img{
    max-width: 500px !important;
    width: 50vw;
  }
  .toptel .txts::before {
    width: 20vw;
    max-width: 230px;
    height: 20vw;
    max-height: 180px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
  .toptel {
    padding: 90px 0 20px;
  }
  .toptel .txts::before{
    top: -70px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .toptel .txts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .toptel .txts::before {
    width: 100%;
    height: 30vw;
    margin-bottom: 10px;
}
  .toptel .txts img {
    width: 100%;
  }
}


/* -----------------------------------------------
	 topsec_efficacy
----------------------------------------------- */
.topsec_efficacy {
  padding: 60px 0 120px;
}
.topsec_efficacy .head{
  margin-bottom: 120px;
}
.topsec_efficacy .efficacywrap{
  gap: 30px;
}
.topsec_efficacy .efficacyset{
  position: relative;
  width: calc(100% / 3 - 20px);
  background: #fff;
  border: solid 4px #f4a400;
  border-radius: 20px;
  padding: 80px 20px 30px;
}
.topsec_efficacy .efficacyset::before{
  content: "";
  display: inline-block;
  width: 120px;
  height: 130px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.topsec_efficacy .efficacyset01::before{
  background-image: url(../images/efficacy_num01.png);
}
.topsec_efficacy .efficacyset02::before{
  background-image: url(../images/efficacy_num02.png);
}
.topsec_efficacy .efficacyset03::before{
  background-image: url(../images/efficacy_num03.png);
}
.topsec_efficacy .efficacyset .image{
  text-align: center;
}
.topsec_efficacy .efficacyset .ttl{
  color: #f4a400;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.topsec_efficacy .efficacyset .txt{
  line-height: 1.5;
}
  @media only screen and (max-width: 1024px) {
    .topsec_efficacy .head {
      margin-bottom: 90px;
    }
    .topsec_efficacy .head img{
      max-width: 200px !important;
    }
    .topsec_efficacy .efficacyset::before {
      width: 100px;
      height: 100px;
    }
    .topsec_efficacy .efficacyset .image img{
      max-width: 80px !important;
    }
    .topsec_efficacy .efficacywrap {
      gap: 90px 20px;
    }
      .topsec_efficacy .efficacyset {
        padding: 60px 20px 30px;
        width: calc(100% / 3 - 13.5px);
        border: solid 3px #f4a400;
    }
    .topsec_efficacy .efficacyset .ttl{
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 768px) {
    .topsec_efficacy {
      padding: 60px 0 90px;
    }
    .topsec_efficacy .head img{
      max-width: 180px !important;
    }
    .topsec_efficacy .efficacyset {
      width: 100%;
    }
  }
  @media only screen and (max-width: 479px) {
    .topsec_efficacy {
      padding: 60px 0;
    }
    .topsec_efficacy .head {
      margin-bottom: 60px;
    }
    .topsec_efficacy .head img{
      max-width: 150px !important;
    }
    .topsec_efficacy .efficacyset::before {
      width: 80px;
      height: 80px;
    }
    .topsec_efficacy .efficacyset .image img {
      max-width: 60px !important;
    }
    .topsec_efficacy .efficacyset {
      padding: 45px 15px 20px;
      border: solid 2px #f4a400;
    }
    .topsec_efficacy .efficacyset .ttl {
      font-size: 18px;
    }
  }
/* -----------------------------------------------
	 topsec_voice
----------------------------------------------- */
.topsec_voice {
  padding: 120px 0 90px;
}
.topsec_voice .container{
  padding: 0 30px;
}
.topsec_voice .head {
  margin-bottom: 180px;
}
.topsec_voice .head h2{
  margin-bottom: 30px;
}
.topsec_voice .head .txt{
  font-size: 26px;
}
.topsec_voice .voicewrap{
  gap: 150px 50px;
  margin-bottom: 80px;
}
.topsec_voice .voiceset{
  position: relative;
  width: calc(100% / 2 - 25px);
  background: #fff;
  border-radius: 30px;
  padding: 130px 50px 50px;
  font-weight: 700;
}
.topsec_voice .voiceset::after{
  content: "";
  display: inline-block;
  width: 220px;
  height: 220px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.topsec_voice .voiceset01::after{
  background-image: url(../images/person01.png);
}
.topsec_voice .voiceset02::after{
  background-image: url(../images/person02.png);
}
.topsec_voice .voiceset03::after{
  background-image: url(../images/person03.png);
}
.topsec_voice .voiceset04::after{
  background-image: url(../images/person04.png);
}
.topsec_voice .othervoice {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 45px 50px 60px;
  font-weight: 700;
}
.topsec_voice .othervoice .head2{
  margin-bottom: 50px;
}
.topsec_voice .othervoice .ttl{
  line-height: 1.3;
  color: #b7d100;
  font-size: 40px;
}
.topsec_voice .othervoice li{
  margin-bottom: 5px;
  font-size: 19px;
  padding-left:1em;
	text-indent:-1em;
}

  @media only screen and (max-width: 1024px) {
    .topsec_voice .container {
      padding: 0 15px;
    }
    .topsec_voice .head {
      margin-bottom: 150px;
    }
    .topsec_voice .head h2 img{
      max-width: 300px !important;
    }
    .topsec_voice .head .txt {
      font-size: 22px;
    }
    .topsec_voice .voiceset::after {
      width: 160px;
      height: 160px;
    }
    .topsec_voice .voiceset {
      padding: 100px 40px 45px;
    }
    .topsec_voice .othervoice .ttl{
      font-size: 35px;
    }
    .topsec_voice .othervoice li {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 768px) {
    .topsec_voice {
      padding: 90px 0 60px;
    }
    .topsec_voice .container {
      padding: 0;
    }
    .topsec_voice .head {
      margin-bottom: 120px;
    }
    .topsec_voice .head h2 img{
      max-width: 250px !important;
    }
    .topsec_voice .head .txt{
      font-size: 20px;
    }
    .topsec_voice .head .txt .sp{
      display: block;
    }
    .topsec_voice .voicewrap {
      gap: 100px 40px;
    }
    .topsec_voice .voiceset {
      padding: 80px 30px 35px;
      width: calc(100% / 2 - 20px);
    }
    .topsec_voice .voiceset::after {
      width: 120px;
      height: 120px;
    }
    .topsec_voice .othervoice .head2 {
      margin-bottom: 30px;
    }
    .topsec_voice .othervoice .ttl{
      font-size: 25px;
    }
    .topsec_voice .othervoice li {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 650px) {
    .topsec_voice .voiceset {
      width: 100%;
    }
  }
  @media only screen and (max-width: 479px) {
    .topsec_voice {
      padding: 60px 0;
    }
    .topsec_voice .head {
      margin-bottom: 90px;
    }
    .topsec_voice .head h2 img{
      max-width: 200px !important;
    }
    .topsec_voice .head .txt {
      font-size: 16px;
    }
    .topsec_voice .head .txt .sp{
      display: none;
    }
    .topsec_voice .voiceset::after {
      width: 80px;
      height: 80px;
    }
    .topsec_voice .voicewrap {
      gap: 70px 40px;
      margin-bottom: 60px;
    }
    .topsec_voice .voiceset {
      padding: 60px 25px 30px;
    }
    .topsec_voice .othervoice .head2 {
      margin-bottom: 20px;
    }
    .topsec_voice .othervoice {
      padding: 30px 20px;
    }
    .topsec_voice .othervoice .ttl{
      font-size: 5vw;
    }
    .topsec_voice .othervoice li {
      font-size: 14px;
    }
  }


/* -----------------------------------------------
	 topsec_service
----------------------------------------------- */
.topsec_service{
  padding: 120px 0 90px;
}
.topsec_service .regionset {
  margin-bottom: 180px;
}
.topsec_service .regionset .txts,
.topsec_service .regionset .image {
  width: 50%;
}
.topsec_service .regionset .txts .head{
  margin-bottom: 60px;
}
.topsec_service .regionset .txts ul{
  gap: 30px;
  max-width: 400px;
  margin-bottom: 45px;
}
.topsec_service .regionset .txts li{
  width: calc(100% / 2 - 15px);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.topsec_service .regionset .txts .note{
  font-size: 22px;
  font-weight: 700;
}
.topsec_service .practitionerset01 {
  margin-bottom: 60px;
}
.topsec_service .practitioner .head{
  margin-bottom: 90px;
  color: #f4a400;
}
.topsec_service .practitioner .head h2{
  font-size: 50px;
  font-weight: 500;
}
.topsec_service .practitioner .txts{
  padding: 0 30px;
}
.topsec_service .practitioner .txts,
.topsec_service .practitioner .image{
  width: 50%;
}
.topsec_service .practitioner .job{
  font-size: 24px;
  padding-left: 90px;
  margin-bottom: 10px;
}
.topsec_service .practitioner .name{
  font-size: 50px;
  margin-bottom: 45px;
}
.topsec_service .practitioner .name rt{
  font-size: 40%;
}
.topsec_service .practitioner .txt{
  font-size: 22px;
}

  @media only screen and (max-width: 1024px) {
    .topsec_service .regionset {
      margin-bottom: 150px;
    }
    .topsec_service .regionset .txts .head img{
      max-width: 350px !important;
    }
    .topsec_service .regionset .txts li{
      font-size: 30px;
    }
    .topsec_service .regionset .txts .note {
      font-size: 20px;
    }
    .topsec_service .practitioner .head h2{
      font-size: 40px;
    }
    .topsec_service .practitioner .name {
      font-size: 45px;
    }
    .topsec_service .practitioner .txts {
      padding: 0 20px;
    }
    .topsec_service .practitioner .txt {
      font-size: 20px;
    }
    .topsec_service .practitioner .job {
      font-size: 22px;
      padding-left: 60px;
    }
  }
  @media only screen and (max-width: 768px) {
    .topsec_service .regionset {
      margin-bottom: 120px;
    }
    .topsec_service .regionset .txts .head img{
      max-width: 300px !important;
    }
    .topsec_service .regionset .txts li{
      font-size: 28px;
    }
    .topsec_service .regionset .txts .note {
      font-size: 18px;
    }
    .topsec_service .regionset .image{
      margin-left: 45px;
    }
    .topsec_service .practitioner .head {
      margin-bottom: 60px;
    }
    .topsec_service .practitioner .head h2 {
      font-size: 35px;
    }
    .topsec_service .practitioner .name {
      font-size: 40px;
      margin-bottom: 30px;
    }
    .topsec_service .practitioner .txt {
      font-size: 18px;
    }
    .topsec_service .practitioner .job {
      font-size: 20px;
      padding-left: 30px;
    }
  }
  @media only screen and (max-width: 650px) {
    .topsec_service {
      padding: 80px 0;
    }
    .topsec_service .regionset{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .topsec_service .regionset .txts{
      text-align: center;
    }
    .topsec_service .regionset .txts ul {
      margin: 0 auto 45px;
    }
    .topsec_service .regionset .txts li {
      font-size: 24px;
    }
    .topsec_service .regionset .txts, .topsec_service .regionset .image {
      width: 100%;
    }
    .topsec_service .regionset .image{
      margin: 45px 0 0;
      padding: 0 5%;
    }
    .topsec_service .practitionerset{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .topsec_service .practitioner .head {
      margin-bottom: 30px;
    }
    .topsec_service .practitionerset02{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .topsec_service .practitioner .txts, .topsec_service .practitioner .image {
      width: 100%;
    }
    .topsec_service .practitioner .txts{
      padding: 0;
    }
    .topsec_service .practitioner .image{
      margin-bottom: 10px;
    }
  }
  @media only screen and (max-width: 479px) {
    .topsec_service {
      padding: 60px 0;
    }
    .topsec_service .regionset {
      margin-bottom: 90px;
    }
    .topsec_service .regionset .txts .note {
      font-size: 14px;
    }
    .topsec_service .regionset .txts .head img {
      max-width: 250px !important;
    }
    .topsec_service .regionset .txts .head {
      margin-bottom: 30px;
    }
    .topsec_service .regionset .txts ul {
      margin: 0 auto 30px;
    }
    .topsec_service .practitioner .head h2{
      font-size: 28px;
    }
    .topsec_service .practitioner .head h2 .sp{
      display: block;
    }
    .topsec_service .practitioner .txt {
      font-size: 16px;
    }
    .topsec_service .practitioner .job {
      font-size: 14px;
      padding-left: 10px;
    }
    .topsec_service .practitioner .name {
      font-size: 30px;
      margin-bottom: 10px;
    }
  }