@charset "UTF-8";

#container {

  padding-top: 15px;
  overflow: hidden;
}

/*==================================================================

  メインビジュアル

==================================================================*/
.top_mainvisual{
  display:block;
  position:relative;
  height: 836px;
}
.top_mainvisual::before{
  position: absolute;
  top: 54px;
  background: url("../images/mv_en.png") top left no-repeat;
  width: 60px;
  height: 100%;
  content: "";
}
.mainvisual_wrap{
  height: 836px;
  background: url("../images/mv_img.jpg") center no-repeat;
  background-size: cover;
  margin-top: 60px;
  margin-left: 60px;
}
.top_mainvisual .inner{
  height: inherit;
  width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  top:42.3%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.mainvisual_catch p{
  display:block;
  letter-spacing: 0.1em;
  font-size: 5.0rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
}


/* メインスライド */
#slick_fade{
  width: 100%;
  height: 600px;
}
#slick_fade .slide_item img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}


/*==================================================================

  .top_visit

==================================================================*/
.top_visit {
  text-align: center;
  background: url("../images/visit_bg.jpg") top center no-repeat;
  background-size: 100%;
  padding-top: 79px;
  overflow: hidden;
}
.top_visit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(255,255,255,0.85);
  padding: 3.3% 3.7% 1.8% 6.2%;
  width: 98%;
  max-width: 1400px;
  margin: auto;
  text-align: left;
  z-index: 2;
  position: relative;
}
.top_visit_item {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.428;
  margin-bottom: 2.6%;
  padding-left: 5.5%;
  position: relative;
}
.top_visit_item::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/visit_checkbox.png") center no-repeat;
  width: 46px;
  height: 38px;
  content: "";
}
.top_visit_item:nth-child(even) {
  width: 45%;
}
.top_visit_item:nth-child(odd) {
  width: 50%;
}


.top_visit_item.item_line2 {
  margin-top: -1%;
  margin-bottom: 1.6%;
}
.top_visit_item.item_line2::before {
  top: 20px;;
}
.top_visit_b_list_wrap {
  margin-top:78px;
  position: relative;
  z-index: 1;
  padding-bottom: 98px;
}
.top_visit_b_list_wrap::before {
  position: absolute;
  left: 0;
  top: -233px;
  background: url("../images/bg_blue.jpg") center no-repeat;
  width: 39.7%;
  height: 500px;
  background-size: cover;
  content: "";
  z-index: -1;
}
.top_visit_b_list_wrap::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/bg_beige.jpg") center no-repeat;
  width: 100%;
  height: 786px;
  background-size: cover;
  content: "";
  z-index: -2;
}
.top_visit_b_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 98%;
  max-width: 1493px;
  margin: auto;
}
.top_visit_b_img img {
  border-radius: 10px;
}
.top_visit_b_item {
  width: 40%;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  margin-bottom: 200px;
  color: #fff;
  text-align: center;
  padding-top: 5.2%;
  padding-left: 1%
}
.top_visit_b_item::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url("../images/visit_balloon01.png") top center no-repeat;
  width: 100%;
  max-width: 532px;
  height: 210px;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.top_visit_b_item:nth-child(1) {
  top: 65px;
  left: -56px;
}
.top_visit_b_item:nth-child(2) {
  top: -28px;
  right: 0;
  padding-top: 3%
}
.top_visit_b_item:nth-child(3) {
  top: -5px;
  left: 46px;
  padding-top: 3.7%
}
.top_visit_b_item:nth-child(4) {
  top: -94px;
  right:-86px;
  padding-top: 3.8%
}
.top_visit_b_item:nth-child(2)::before {
  background-image: url("../images/visit_balloon03.png");
  max-width: 552px;
}
.top_visit_b_item:nth-child(3)::before {
  background-image: url("../images/visit_balloon02.png");
  max-width: 467px;
}
.top_visit_b_item:nth-child(4)::before {
  background-image: url("../images/visit_balloon04.png");
  max-width: 452px;
}

.top_visit_cv {
  background: url("../images/cv_bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 103px;
  padding-bottom: 100px;
}
.top_visit_cv_tit {
  display: inline-block;
  font-size: 5rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 2.6%;
}
.top_visit_cv_text {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2.08;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444;
  margin-bottom: 2.7%;
}

.top_visit_cv_tit span {
  color: #70c7d9;
}
.top_visit_cv_sub_tit {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: url("../images/cv_btn_tit_bg.png") top center no-repeat;
  padding:28px 20px 80px;
}
.top_visit_cv_btn {
  display: block;
  background: #51a3f4;
  width: 90%;
  max-width: 700px;
  margin: auto;
  height: 80px;
  line-height: 76px;
  border-radius: 100vh;
  color: #fff;
  font-size: 2.4rem;;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 8px;
  border: solid 2px #51a3f4;
  position: relative;
  transition: 0.15s ease-out;
}
.top_visit_cv_btn:hover {
  background: #fff;
  color: #51a3f4;
}
.top_visit_cv_btn::before{
  position: absolute;
    top: 20px;
    right: 35px;
  background: url("../images/cv_btn_arrow.png") center no-repeat;
  width: 36px;
  height: 36px;
  content: "";
  background-size: 100%;
}


/*==================================================================

  .top_attract

==================================================================*/
.top_attract {
  text-align:center;
  padding-top: 60px;
  position: relative;
}
.top_attract::before{
  position: absolute;
  width: 40%;
  background-size: cover;
  left: 0;
  top: 0;
  height:100%;
  background:url("../images/bg_rightblue03.jpg") top left no-repeat;
  content: "";
  z-index: 1;
}
.top_attract::after{
  position: absolute;
  width: 30%;
  background-size: cover;
  left: 0;
  top: 0;
  height:100%;
  background:url("../images/bg_suisai01.png") top left no-repeat;
  content: "";
}
.top_attract .tit01 {
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
}
.top_attract .tit01  span {
  font-size: 12rem;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
}
.top_attract .tit01_en {
  line-height: 0.72;
  position: relative;
  top: 80px;
  z-index: 2;
}
.top_attract .tit01::before {
  left: -212px;
  top: -30px;
}
.top_attract .tit01::after{
  right: -212px;
  top: -30px;
}


.top_attract_list {
  margin-top: 27px;
}
.top_attract_item {
  position: relative;
  z-index: 1;
  padding-top: 10.3%;
}
.top_attract_item:first-child {
  padding-top: 0;
  padding-bottom: 30px;
  
}


.top_attract_item::before {
  position: absolute;
  width: 97.1%;
  max-width: 1750px;
  right: 0;
  top: 100px;
  height: 100%;;
  background: #fff;
  content: "";
}
.top_attract_item:first-child::before {
  height: calc(284px + 100%);
  top: -284px;
}

.top_attract_img {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 46.8%;
}
.top_attract_img::before {
  position: absolute;
  right: 0;
  bottom: -180px;
  background: url("../images/img_bg01.jpg") bottom right no-repeat;
  width: 103%;
  height: 100%;
  background-size: 100%;
  content: "";
  z-index: -1;
}

.top_attract_img  img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.top_attract_item_box01 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 2;
}
.top_attract_item_box01_inner {
  width: 51%;
}
.top_attract_item_tit {
  font-size:5.5rem;
  letter-spacing: 0.05em;
  color: #3188e1;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.34;
  margin-top: 2.6%;
  margin-bottom: 2.4%;
}
.top_attract_item_num {
  position: relative;
  font-size: 18rem;
  letter-spacing: 0.08em;
  line-height:1;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
  color: #52c7d8;
  text-align: right;
  padding-top: 21px;
  right: -137px;
}
.top_attract_item_num::before {
  position: absolute;
  bottom: 61px;
  right: 187px;
  width: 91%;
  height: 2px;
  background: #52c7d8;
  content: "";
}
.top_attract_item_num::after {
  position: absolute;
    bottom: 72px;
    right: 220px;
  content: "Our 3 Best Points";
  color: #b5c8cb;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.top_attract_item_text {
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  line-height: 1.91;
  color: #444;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style:normal;
  padding-right: 2%;
	text-align: justify;
}
.top_attract_list01 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 13.2% auto 0;
  position: relative;
  z-index: 2;
}
.top_attract_list01.item_02 {
  margin-top: 9%;
}
.top_attract_list01.item_02 .top_attract_item01{
  width: 44.3%;
}
.top_attract_list01.item_02 .top_attract_item01_tit {
  margin-top: 32px;
  background: none;
}
.top_attract_item01 {
  width: 28.6%;
}
.top_attract_item01 img {
  border-radius: 10px;
}
.top_attract_item01_tit {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #52c7d8;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 23px 0 0;
  padding-bottom: 20px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/attract_dot.png") bottom center no-repeat;
}
.top_attract_item01_text {
  font-size: 2.2rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: left;
  color: #444;
  padding-top: 16px;
	text-align: justify;
}

.top_attract_item:nth-child(even) .top_attract_img {
  right: auto;
  left: 0;
  z-index: 3;
}
.top_attract_item:nth-child(even) .top_attract_item_box01_inner {
  margin-left: auto;
}


.top_attract_item:nth-child(even) .top_attract_item_num {
  right: -4px;
  padding-top: 24px;
}

.top_attract_item:nth-child(even) .top_attract_img::before {
  background-image: url("../images/img_bg02.jpg");
  background-position: bottom right;
  right: -30px;
  left: auto;
}
.top_attract_item:nth-child(even) .top_attract_img img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top_attract_item:nth-child(2) {
  padding-bottom: 50px;
}
.top_attract_item:nth-child(2)::before {
  left: 0;
  right: auto;
  height: calc(100% - 117px);
  top: 117px;
  
}
.top_attract_item:nth-child(2)::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/a_bg_r.jpg") top right no-repeat;
  width: 44%;
  height: 100%;
  content: "";
  z-index: -1;
}
.top_attract_item:nth-child(3) {
  padding-top: 9.4%;
  padding-bottom: 60px;
}
.top_attract_item:nth-child(3)::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/a_bg_l.jpg") top -210px left no-repeat;
  width: 44%;
  height: 100%;
  content: "";
  z-index: -1;
}
.top_attract_item:nth-child(3)::before {
  height: calc(100% - 100px);
}

.top_attract_list02.item_2 {
  gap: 20px 6.4%;
  margin-top: 50px;
}
.top_attract_list02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 1.2%;
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
}


.top_attract_item02 {
  width: 30%;
}

.top_attract_clinic_img {
  text-align: right;
  padding-top: 6.8%;
  position: relative;
  
}
.top_attract_clinic_img::before {
  position: absolute;
  background: url("../images/bg_bottom_img02.jpg") top left no-repeat;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  z-index: -1;
}
.top_attract_clinic_img::after {
  position: absolute;
  background: url("../images/attract_clinic_bg.jpg") top -300px right no-repeat;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
}


/*==================================================================

  .top_voice

==================================================================*/
.top_voice {
  text-align: center;
  padding-top: 115px;
  color: #444;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal; 
  overflow: hidden;
}

.top_voice .tit01 {
  margin-top: -20px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

.top_voice .tit01::before {
  left: -247px;
  top: -21px;
}
.top_voice .tit01::after {
  right: -247px;
  top: -21px;
}
.top_voice_item01 {
  position: relative;
}
.top_voice_item01::before {
  position: absolute;
  top:6.7%;
  left: 0;
  background: url("../images/voice_bg02.png") top left no-repeat;
  width: 30%;
  height: 100%;
  max-width: 448px;
  background-size: 100%;
  content: "";
  z-index: -1;
}
.top_voice_item01::after {
  position: absolute;
  top:-11%;
  right: 0;
  background: url("../images/voice_bg01.png") top left no-repeat;
  width: 50%;
  height: 100%;
  max-width: 1144px;
  background-size: 100%;
  content: "";
  z-index: -1;
}

.top_voice_box {
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 3;
}
.top_voice_box_img {
  width: 53.3%;
  text-align: right;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.top_voice_box_img::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/top_voice_img_bg.jpg") top left no-repeat;
  width: 94%;
  height: 92%;
  border-radius: 10px;
  content: "";
  background-size: cover;
  z-index: -1;
}
.top_voice_box_img img {
  border-radius: 10px;
}
.top_voice_box_detail {  
  width: 40.9%;
}

.top_voice_box_tit {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-top: 2px;
  position: relative;
  padding-bottom: 3.7%;
  margin-bottom: 6.2%;
  
}
.top_voice_box_tit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
  height: 2px;
  background: #3188e1;
  content: "";
}
.top_voice_box_sub_tit {
  font-size: 5.0rem;
  letter-spacing: 0.1em;
  line-height: 1.32;
  margin-bottom: 3.6%;
}
.top_voice_box_text {
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  
}

.top_voice_tit02 {
  max-width: 1200px;
  width: 90%;
  background: url("../images/top_voice_tit_bg01.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 100vh;
  border: solid 6px #d0f0f7;
  font-family: "zen-kaku-gothic-antique", "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4.0rem;
  letter-spacing: 0.2em;
  margin:3.4% auto 2.1%;
  text-shadow: 0 0 9px #5eb1d3,0 0 9px #5eb1d3,0 0 9px #5eb1d3;
  position: relative;
  padding: 6px;
  z-index: 3;
}
.top_voice_tit02::before {
  position: absolute;
  top: 47%;
  left: 12.2%;
  background: url("../images/tit02_border.png") center no-repeat;
  width: 230px;
  height: 9px;
  content: "";
}
.top_voice_tit02::after {
  position: absolute;
  top: 47%;
  right: 13.6%;
  background: url("../images/tit02_border.png") center no-repeat;
  width: 230px;
  height: 9px;
  content: "";
}
.top_voice_box02 {
  position: relative;
  text-align: left;
  z-index: 2;
}
.top_voice_i_img01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 38.6%;
}
.top_voice_i_img01 img{
border-top-left-radius: 10px;;
border-bottom-left-radius: 10px;;
}
.top_voice_i_list {
  width: 90%;
  margin: auto;
  max-width: 1200px;

}
.top_voice_list_wp {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.top_voice_list_wp .top_voice_i_list {
  width: 63%;
  margin-left: 0;
}
@media screen and (max-width: 1660px) {
  .top_voice_list_wp .top_voice_i_list {
    width: 61%;
  }
}
@media screen and (max-width: 1400px) {
  .top_voice_list_wp .top_voice_i_list {
    width: 58%;
  }
}

.top_voice_i_list.item_right {
  padding-left: 23%;
}
.top_voice_i_item_tit {
  font-size: 3.0rem;
  letter-spacing: 0.08em;
  line-height: 1.26;
  padding-left: 6.6%;
  padding-bottom: 2.5%;
  margin-bottom: 2.6%;
  background: url("../images/item_border.png") bottom left repeat-x;
  position: relative;
}
.top_voice_i_item_tit::before {
  position: absolute;
  left: 0;
  top: 3px;
  background: url("../images/item_mark.png") center no-repeat;
  width: 33px;
  height: 30px;
  content: ""
}
.top_voice_i_item_text {
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 5.5%;
}

.top_voice_box03 {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  background: #fff;
}


.top_voice_box03 .top_voice_i_list {
  width: 63.4%;
  margin-right: 0;
  padding-bottom: 2.8%;
}
.top_voice_i_img02 {
  width: 30%;
}
.top_voice_i_img02 img {
  border-radius: 10px;;
}

.top_voice_clinic_img01 {
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 115px;
}
.top_voice_clinic_img01::before {
  position: absolute;
  top: -220px;
  right: 0;
  background: url("../images/top_voice_bg_img01.jpg") top right no-repeat;
  width: 50%;
  height: 704px;
  content: "";
  z-index: -3;
}

.top_voice_clinic_img01::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -94px;
  width: 96%;
  max-width: 1393px;
  margin:auto;
  height: 280px;
  content: "";
  z-index: -2;
  background: #fff;
}

.top_voice_item01.item_re::before {
  background-image: url("../images/voice_bg03.png");
  width: 50%;
  max-width: 1145px;
  content: "";
}

.top_voice_item01.item_re .top_voice_box{
  flex-direction: row-reverse
}
.top_voice_item01.item_re .top_voice_box_sub_tit {
  font-size: 4.6rem;
  margin-bottom: 4.8%;
}
.top_voice_item01.item_re .top_voice_tit02 {
  margin-top: 4.2%;
}
.top_voice_item01.item_re .top_voice_i_img01 {
  right: auto;
  left: 0;
}
.top_voice_item01.item_re .top_voice_i_img01 img {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.top_voice_item01.item_re  .top_voice_i_list.item_left {
  padding-right: 0;
  margin-left: auto;
  margin-right: 0;
}


.top_voice_item01.item_re .top_voice_box02 {
  position: relative;
  
}
.top_voice_item01.item_re .top_voice_box02::before {
  position: absolute;
  top: -35%;
  right: 0;
  background: url("../images/voice_bg04.png") top right no-repeat;
  width: 30%;
  max-width: 447px;
  height: 150%;
  content: "";
  z-index: -1;
}
.top_voice_item01.item_re .top_voice_box03 {
  flex-direction: row-reverse;
  padding-top: 94px;
  background:none;
  position: relative;
}
.top_voice_item01.item_re .top_voice_box03::before {
  position: absolute;
  top: 0;
  left: -8%;
width: 115%;
    height: 101%;
  background: rgba(255,255,255,0.8);
  content: "";
  
  z-index: -1;
}
.top_voice_item01.item_re .top_voice_box03 .top_voice_i_list { 
  margin-right: auto;
  margin-left: 0;
}
.top_voice_item01.item_re .top_voice_clinic_img01{
  text-align: right;
  margin-top: 24px;
}

.top_voice_item01.item_re .top_voice_clinic_img01::before {
  right: auto;
  top: -126px;
  left: 6.8%;
  background: url("../images/top_voice_img09.jpg") top center no-repeat;
  width: 35%;
  height: 517px;
  max-width: 611px;
  content: "";
  z-index: 1;
  border-radius: 15px;
}
.top_voice_item01.item_re .top_voice_clinic_img01::after {
  position: absolute;
  right: auto;
  background: url("../images/voice_bg05.png") top left no-repeat;
  left: 0;
  top: -380px;
  width: 50%;
  height: 787px;
  max-width: 1145px;
}
.top_voice_item01.item_re .top_voice_clinic_img01 {
  margin-bottom: 98px;
}
@media screen and (max-width: 1800px) {
  .top_voice_item01.item_re .top_voice_box03 {
    padding-top: 3%;
  }
}

/*==================================================================

  .top_doctor

==================================================================*/
.top_doctor {
  text-align: center;
  background: url("../images/doctor_clinic_img.jpg") bottom center no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.top_doctor .tit01 {
  font-size: 7.0rem;
  letter-spacing: 0.12em;
  margin-top: -27px;
  line-height: 1.214;
}
.top_doctor .tit01::before {
  left: -287px;
  top: -16px;
}
.top_doctor .tit01::after {
  right: -287px;
  top: -16px;
}
.top_doctor_box {
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 1290px;
  margin: auto;
  margin-top: -23px;
  position: relative;
  
}
.top_doctor_box::before {
  position: absolute;
  left:40px;
  right: 0;
  margin: auto;
  bottom: 0;
  background: url("../images/doctor_img.png") bottom center no-repeat;
  width: 30%;
  height: 100%;
  max-width: 310px;
  content: "";
}

.top_doctor_left_list,
.top_doctor_right_list {
  width: 40%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_doctor_left_item,
.top_doctor_right_item {
  position: relative;
}
.top_doctor_left_item:nth-child(1) {
  top: 37px;
  left: 38px;
}
.top_doctor_left_item:nth-child(2) {
  top: -10px;
  left: 55px;
}
.top_doctor_left_item:nth-child(3) {
  top: 54px;
  left: -19px;
}
.top_doctor_left_item:nth-child(4) {
  top: -17px;
  left: 41px;
}
.top_doctor_left_item:nth-child(5) {
  top: -12px;
  left: 88px;
}

.top_doctor_right_item:nth-child(1) {
  top: 11px;
  left: -46px;
}
.top_doctor_right_item:nth-child(2) {
  top: -40px;
  left: -36px;
}
.top_doctor_right_item:nth-child(3) {
  top: 20px;
  left: 0;
}
.top_doctor_right_item:nth-child(4) {
  top: -39px;
  left: 40px;
}
.top_doctor_right_item:nth-child(5) {
  top: -12px;
  left: 48px;
}
/*==================================================================

  .top_day

==================================================================*/
.top_day {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 90px;
  position: relative;
  background: url("../images/day_bg.jpg") top 100px left no-repeat;
  background-size: cover;
}

.top_day .tit01 {
  font-size: 7.0rem;
  letter-spacing: 0.12em;
  margin-top: 16px;
  line-height: 1.214;
}
.top_day .tit01::before {
  left: -419px;
  top: -56px;
}
.top_day .tit01::after {
  right: -419px;
  top: -56px;
}
.top_day_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1180px;
  margin: auto;
  gap: 70px 5.5%;
  margin-top: 80px;
}

.top_day_item {
  width: 28.8%;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 13px rgba(94,177,211,0.4);
  border-radius: 10px;
  text-align: left;
  padding: 4.7% 2.5% 2.9% 3%;
  background: #fff;
}
.top_day_item::before {
  position: absolute;
  right: -50px;
  top: 44.7%;
  background: url("../images/day_arrow.png") center no-repeat;
  width: 36px;
  height: 36px;
  content: "";
  background-size: 100%;
}
.top_day_item:nth-child(3)::before,
.top_day_item:last-child::before {
  display: none;
}
.top_day_item:nth-child(1) {
  margin-left: -4.2%;
}
.top_day_item:nth-child(4),
.top_day_item:nth-child(5) {
  width: 38.333%;
}


.top_day_item_img {
  position: absolute;
  top: -107px;
  right: -50px;
  
}
.top_day_item_tit {
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-top: 20px;
  background: url("../images/day_item_tit_dot.png") bottom center no-repeat;
  padding-bottom: 9.2%;
  
}
.top_day_item_tit span {
  display: block;
  line-height: 1;
  color: #75a9ff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-family: "professor", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 0;
}

.top_day_item_tit span.item_2 {
  top: -22px;
}
.top_day_item_tit span.item_2 i {
  font-style: normal;
  padding-left: 1rem;
}
.top_day_item_text {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.76;
  padding: 5% 0 0 0.7%;
  text-align: justify;
}


.top_day_item:nth-child(4) .top_day_item_img,
.top_day_item:nth-child(5) .top_day_item_img{
 top: -50px;
 right: -28px;
}
.top_day_item:nth-child(4) .top_day_item_tit,
.top_day_item:nth-child(5) .top_day_item_tit{
  height: 125px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 7.3%;
}
.top_day_item:nth-child(4) .top_day_item_tit span {
  top: 34px;
}
.top_day_item:nth-child(5) .top_day_item_tit span {
  top:-10px;
}
/*==================================================================

  .top_recruit

==================================================================*/
.top_recruit {
  text-align: center;
  padding-top: 60px;
}

.top_recruit .tit01 {
  margin-top: 22px;
  letter-spacing: 0.12em;
}
.top_recruit .tit01::before {
  left: -363px;
}
.top_recruit .tit01::after {
  right: -363px;
}
.top_recruit_tit {
  font-size:3.0rem;
  letter-spacing: 0.1em;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.666;
  margin-top: 1.2%;
}
.top_recruit_tit  span {
  position: relative;
}
.top_recruit_tit  span::before {
  position: absolute;
  bottom: -20px;
  left: -80px;
  background: url("../images/recruit_tit_kazari.png") top center no-repeat;
  width: 56px;
  height: 143px;
  content: "";
  background-size: 100%;
}
.top_recruit_tit  span:after {
  position: absolute;
  bottom: -20px;
  right: -215px;
  background: url("../images/recruit_tit_kazari.png") top center no-repeat;
  width: 56px;
  height: 143px;
  content: "";
  background-size: 100%;
  transform: scale(-1,1);
}
.top_recruit_btn_list {
  display: flex;
  justify-content: center;
  gap: 0 5%;
  width: 90%;
  max-width: 1200px;
  margin: 42px auto 80px;
}
.top_recruit_btn_item {
  width: 30%;
}
.top_recruit_btn_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  font-size: 3.0rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background: #4d9ff0;
  border-radius: 10px;
  position: relative;
  border: solid 2px #4d9ff0;
  transition: 0.15s ease-out;
}
.top_recruit_btn_item a::before {
  position: absolute;
  right: 8%;
  top: 35%;
  background: url("../images/recruit_btn_arrow01.png") center no-repeat;
  width: 36px;
  height: 36px;
  content: "";
}
.top_recruit_btn_item:nth-child(2) a {
  background: #67dbd7;
   border: solid 2px #67dbd7;
}
.top_recruit_btn_item:nth-child(2) a::before {  
 background: url("../images/recruit_btn_arrow02.png");
}
.top_recruit_btn_item:nth-child(3) a {
  background: #63c8ed;
  border: solid 2px #63c8ed;
}
.top_recruit_btn_item:nth-child(3) a::before {  
 background: url("../images/recruit_btn_arrow03.png");
}
.top_recruit_btn_item a:hover {
  opacity: 0.7
}
.top_recruit_list {
  background: #C6FDFB;
  background: linear-gradient(164deg,rgba(198, 253, 251, 1) 0%, rgba(108, 189, 246, 1) 60%);
  padding-top: 82px;
  padding-bottom: 56px;
}
.top_recruit_item {
  background: #fff;
  width: 96%;
  max-width: 1500px;
  margin: auto;
  border-radius: 20px;
  border: solid 3px rgba(144,220,236,0.4);
  text-align: center;
  padding-bottom: 76px;
  margin-bottom: 51px;
}


.top_recruit_item_tit {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-top: 64px;
  position: relative;
  margin-bottom: 37px;
}
.top_recruit_item_tit::before {
  position: absolute;
  left: -150px;
  bottom: 3px;
  background: url("../images/recruit_sub_ttl_leaf01.png") top center no-repeat;
  width: 109px;
  height: 61px;
  background-size: 100%;
  content: "";
}
.top_recruit_item_tit::after{
  position: absolute;
  right: -137px;
  bottom: 3px;
  background: url("../images/recruit_sub_ttl_leaf01.png") top center no-repeat;
  width: 109px;
  height: 61px;
  background-size: 100%;
  content: "";
  transform: scale(-1,1)
}
.top_recruit_detail {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  border: solid 1px #8e8e8e;
  border-bottom: none;
}
.top_recruit_detail_tit {
  width: 26.6%;
  background: #ebf4fa;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #8e8e8e;
  border-right: solid 1px #8e8e8e;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
}
.top_recruit_detail_text {
  width: 73.4%;
  padding: 2.0% 3.6% 2.1% 5.7%;
  border-bottom: solid 1px #8e8e8e;
  text-align: left;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.529;
}

.top_recruit_detail_text span {
  color: #1578d5;
  font-weight: 600;
}
.top_recruit_cv_btn {
  display: block;
  width: 300px;
  height: 40px;
  line-height: 39px;
  color: #fff;
  background: #4d9ff0;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border-radius: 100vh;
  margin-top: 20px;
  position: relative;
	transition: 0.2s ease;
}
.top_recruit_cv_btn::before {
    position: absolute;
    right: 5%;
    top: 28.9%;
    background: url(../images/recruit_btn_arrow01.png) center no-repeat;
    width: 19px;
    height: 19px;
    content: "";
    background-size: 100%;
}
.top_recruit_item:nth-child(2) .top_recruit_cv_btn {
  background: #67dbd7;
}
.top_recruit_item:nth-child(2) .top_recruit_cv_btn::before {  
  background-image: url(../images/recruit_btn_arrow02.png); 
}
.top_recruit_item:nth-child(2) .top_recruit_item_tit::before,
.top_recruit_item:nth-child(2) .top_recruit_item_tit::after {
  background-image: url(../images/recruit_sub_ttl_leaf02.png) ;
}
.top_recruit_item:nth-child(3) .top_recruit_cv_btn {
  background: #63c8ed;
}
.top_recruit_item:nth-child(3) .top_recruit_cv_btn::before {  
  background-image: url(../images/recruit_btn_arrow03.png); 
}
.top_recruit_item:nth-child(3) .top_recruit_item_tit::before,
.top_recruit_item:nth-child(3) .top_recruit_item_tit::after {
  background-image: url(../images/recruit_sub_ttl_leaf03.png) ;
}

.nml{
  margin-left: -10px
}
.mt4 {
  margin-top: 4px;
}

/*==================================================================

  .top_form

==================================================================*/
.top_form {
  text-align: center;
  background: #d0f0ff;
  padding-top: 86px;
  padding-bottom: 100px;
}
.top_form .tit01 {
  margin-top: 22px;
  letter-spacing: 0.12em;
}
.box_form {
  position: relative;
  z-index: 4;
  max-width: 1200px;
  width: 90%;
  margin: 10px auto 0;
  text-align: left;
  background: #fff;
  padding: 2.5% 2.3% 0.5% 3%;
  border: solid 4px #52c7d8;
  border-radius: 40px;
}

.anchor {
	padding-top: -70px;
	margin-top: 70px;
}

#submit-button {
  position: relative;
/*max-width: 500px;*/
  display: block;
  width: 90%;
  color: #fff;
  font-family: var(--GB);
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.2em;

  height: 80px;
  line-height: 80px;
  background: #51a3f4;
  border: none;
  transition: 0.2s ease;
  margin: auto;
  cursor: pointer;
  border-radius: 100vh;
}

#submit-button::before {
    content: "";
    position: absolute;
    top: 19px;
    right: 30px;
    display: block;
    width: 40px;
    height: 40px;
    /*background: url(../images/btn_arrow.png) no-repeat top left;*/
    background-size: contain;
}

#submit-button:hover {
background: #69c2d4;
}
#submit-button:hover::after {
  right: 55px;
}

.table_form {
  padding: 0 0;
  width: 100%;
  margin: 0 auto 3px;
}
.table_form dl {
  display: flex;
  align-items: center;
  padding-bottom: 1.9%;
  margin-bottom: 1.7%;
  border-bottom: solid 2px #efefef;
}
.table_form dl.item_last {
  border: none;
}
.table_form dl:nth-child(1){
   padding-bottom: 2.3%;
  margin-bottom: 2.2%;
}
.table_form dl:nth-child(2) {
  padding-bottom: 2.3%;
  margin-bottom: 1.6%;
}
.table_form dt {
  color: #222222;
  font-weight: 600;
  font-size: 2.0rem;
  /*width: 27%;*/
  width: 44%;
  letter-spacing: 0.05em;
}
.table_form dt span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 8px;
  margin-right: 10px;
}
.table_form dt span.required {
  background: #1578d5;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.table_form dt span.optional {
  background: #92cb67;
}
.table_form dd {
  width: 100%;
}
.table_form dd.radio {
  display: flex;
  justify-content: space-between;
}
.table_form dd.radio label {

  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

input[type=text],
input[type=tel],
input[type=email]{
  border: none;
  background: #f2f2f2;
  padding: 15.8px 14.8px;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
}
textarea {
  border: none;
  background: #f2f2f2;
  padding: 17.5px 20px;
  width: 100%;
  border-radius: 5px;
  font-size: 1.5rem;
  height: 60px
}
textarea::placeholder {
  color: #ababab;
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  color: #ababab;
  font-size: 17px;
  letter-spacing: 0.05em;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  color: #ababab;
  font-size: 17px;
  letter-spacing: 0.05em;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
  color: #ababab;
  font-size: 17px;
  letter-spacing: 0.05em;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder{
  color: #ababab;
  font-size: 17px;
  letter-spacing: 0.05em;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible {
  outline: none;
  border: none;
  background: #f6f3f0;
}

.visibility_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*ラジオボタンの枠 */
.radio_text::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #ececec;
}

.radio_text {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 33px;
  position: relative;
	font-size: 93%;
}

/* チェックのアイコン */
.radio_text::after {
  content: "";
  display: block;
    width: 12px;
    height: 12px;
  border-radius: 50%;
  background-color: #5db2d6;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

/* チェックされた時 */
input[type=radio]:checked + .radio_text::after {
  opacity: 1;
}

.box_submit {

  text-align: center;
  padding-top: 3.6%;
  padding-bottom: 4.2%;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 2.05;
  width: 81%;
  margin: 0 auto 0;
}

.table_form_text {
  margin-bottom: 3.1%;
}
.box_form_pp_tit {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #222222;
  font-weight: 600;
  margin: 0 auto 1.3%;
}
.box_form_pp_text {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}

.top_form_policy {
  background: #e2f3fe;
  border-radius: 20px;
  padding: 2.7% 5% 3.9% 5%;
}
/********************************
  .top_sche 診療時間
*********************************/
.top_sche .sub_info_note li{
  color: var(--main-color);
  text-align: center;
  padding: 10px 5px;
  border: 1px solid var(--main-color);
  margin-bottom: 12px;
}
/* 補足リスト */
.top_sche .sub_info_note li:last-child{
  margin-bottom: 0;
}
.top_info2 .top_sche{
  border-radius: 10px;
  padding: 12px;
  background-color: rgba(192,171,154,0.3);
}
/* 診療科目、お問い合わせリスト */
.top_sche_note {
  margin-top: 10px;
}
.top_sche_note dl{
  display: flex;
  margin-bottom: 12px;
}
.top_sche_note dl:last-child{
  margin-bottom: 0;
}
.top_sche_note dl dt{
  width: 25%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-weight: bold;
  padding: 16px 5px;
  background: #C0AB9A;
  border-radius: 10px;
  margin-right: 2%;
}
.top_sche_note dl dd{
  width: 73%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.top_sche_note dl dd a{
  color: inherit;
}
.top_sche_note dl dd a:hover{
  color: inherit;
}



/*==================================================================================================================

  スマホ

==================================================================================================================*/
@media screen and (max-width:640px) {
  #wrapper, html, body{
    min-height:500px;
  }

  /*==================================================================

    メインビジュアル（スマホ）

  ==================================================================*/
  .top_mainvisual {
    height: 280px;
  }
  .mainvisual_wrap {
    margin-left: 27px;
  }
  .top_mainvisual::before {
    width: 26px;
    background-size: 100%;
    top: 0;
  }
  .mainvisual_wrap {
     height: 280px;
  }
  .top_mainvisual .inner {
    width: 90%;
    
  }
  .mainvisual_catch p {
    font-size: 2.1rem;
  }
  /*==================================================================

    .top_visit（スマホ）

  ==================================================================*/
  .top_visit {
  padding-top: 40px;
  }
  .top_visit_b_list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .top_visit_list {
    padding: 30px 4%;
    margin-top: 30px;
  }
  .top_visit_item {
    width: 100% !important;
    font-size: 1.6rem;
    padding-left: 40px;
    background-position: top center ;
    margin-bottom: 15px;
  }
  .top_visit_b_item:nth-child(odd) {
    margin-left: 0;
  }
  .top_visit_b_item:nth-child(even) {
    margin-right: 0;
  }
  .top_visit_b_item:nth-child(2) {
  margin-bottom: 40px;
  }
  .top_visit_b_item:nth-child(2)::before {
    width: 110%;
    right: -3%;
    left: auto;
  }
  .top_visit_item::before {
    top: -2px;
    width: 30px;
    height: 27px;
    background-size: 100%;
  }
  .top_visit_b_img {
  margin-top:   -20px;
  }
  .top_visit_b_list {
    position: static;
    order: -1;
  }
  .top_visit_b_item {
    
    font-size: 1.6rem;
    
    width:70%;
    height: 11vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    margin-bottom: 20px;
    
  }
  .top_visit_cv {
    padding:35px 5%;
  }
  .top_visit_cv_tit {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .top_visit_cv_text {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .top_visit_cv_sub_tit {
    font-size: 1.8rem;
  }
  .top_visit_cv_btn {
    font-size: 1.7rem;
    height: 60px;
    line-height: 60px;
    padding-right: 40px;
  }
  .top_visit_cv_btn::before {
    top: 10px;
    right: 14px;
  }

  /*==================================================================

    .top_attract（スマホ）

  ==================================================================*/
  .top_attract .tit01_en {
    top: 30px;
  }
  .top_attract .tit01 span {
    font-size: 6rem;
  }
  .top_attract_item_num {
    font-size: 7rem;
    right: 0;
    padding-top: 0;
  }
  .top_attract_item_num::before {
    width: 80%;
    height: 1px;
    right: 90px;
    left: auto;
    bottom: 30px;
    
  }
  .top_attract_item_num::after {
    bottom: 39px;
    left: auto;
    right: 90px;
    font-size: 1.7rem;
    
  }
  .top_attract_list01 {
    display: block;
    width: 90%;
  }
  .top_attract_list01 img {
    width: 80%;
    margin: auto;
  }
  .top_attract_item01 {
    width: 100%;
    margin-bottom: 35px;
  }
  .top_attract_item01:last-child {
  margin-bottom: 0;
  }
  .top_attract_item01_tit {
    margin-top: 14px;
    padding-bottom: 14px;
  }
  .top_attract_item01_text {
    font-size: 1.5rem;
    padding-top: 10px;
  }
  .top_attract_item_tit {
    font-size: 2.2rem;

  }
  .top_attract_list {
    overflow: hidden;
    padding-top: 25px;
  }
  
  .top_attract_item_text {
    font-size: 1.5rem;
  }
  .top_attract_list01.item_02 .top_attract_item01 {
    width: 100%;
  }
  .top_attract_item:nth-child(even) .top_attract_img::before {
    left: 0;
    background-position: top left;
  }
  .top_attract_item:first-child::before {
    top: -150px;
  }
  .top_attract_img {
    position: relative;
    width: 90%;
    margin-left: auto;
  }
  .top_attract_img::before {
    width: 80%;
    right: -5%;
    bottom: -140px;
    background-position: top right;
  }
  .top_attract_item_box01_inner {
    width: 100%;
  }
  .top_attract_item_box01 {
    z-index: 3;
  }
  .top_attract_item01_tit {
    font-size: 2rem;
    height: auto;
  }
  
  .top_attract_item:nth-child(even) .top_attract_img{
    margin-right: auto;
    margin-left: 0;
  }
  .top_attract_item:nth-child(even) .top_attract_item_num {
    padding-top: 0;
    text-align: left;
    z-index: 5;
    right: auto;
  }
  .top_attract_item:nth-child(even) .top_attract_item_num::before {
    right: -5%;
    left: auto;
  }
  .top_attract_item:nth-child(even) .top_attract_item_num::after {
    right: auto;
    left: 90px;
  }
  .top_attract_list02{
    width: 100%;
    margin-top: 0;
  }
  .top_attract_list02.item_2 {
    width: 100%;
    gap: 4px 1.5%;
    margin-top: 15px;
  }
  .top_attract_list01.item_02 .top_attract_item01_tit {
  margin-top:   15px;
  }
  .top_attract_list01.item_02 .top_attract_item01 {
    margin-bottom: 15px;
  }
  .top_attract_item:nth-child(3) {
    padding-bottom: 10px;
  }
  /*==================================================================

    .top_voice（スマホ）

  ==================================================================*/
  .top_voice {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .top_voice .tit01 {
    line-height: 1.3
  }
  .top_voice_box {
    display: block;
  }
  .top_voice_box_img::before {
    left: -5%
  }
  .top_voice_box_tit {
    font-size: 2.2rem;
    margin-top: 15px;
  }
  .top_voice_box_text {
  font-size: 1.5rem;
  }
  .top_voice_box_img {
    width: 100%;
  }
  .top_voice_box_detail {
    width: 100%;
  }
  .top_voice_box_sub_tit {
    font-size: 3.2rem;
  }
  .top_voice_i_img01 {
    position: static;
    width: 90%;
    margin: auto;
  }
  .top_voice_list_wp .top_voice_i_list {
    width: 100%;
    margin: auto;
  }
  .top_voice_i_item_tit {
    font-size: 1.7rem;
    margin-top: 20px;
    padding-left: 35px;
    padding-bottom: 14px;
  }
  .top_voice_i_item_tit::before {
  width: 28px;
  background-size: 100%;
  top: -2px;
  }
  .top_voice_i_item_text {
    font-size: 1.5rem;
  }
  .top_voice_box03 {
    display: block;
  }
  .top_voice_i_img02 {
    width: 100%;
  }
  .top_voice_box03 .top_voice_i_list {
    width: 100%;
  }
  .top_voice_item01.item_re .top_voice_box_sub_tit {
    font-size: 3.2rem;
  }
  .top_voice_tit02 {
    font-size: 2.2rem;
    margin: 35px auto 25px
  }
  .top_voice_tit02::before {
    width: 24%;
    left: 0%;
    background-size: 200%;
  }
  .top_voice_tit02::after {
    width: 24%;
    right: 0%;
    background-size: 200%;
  }
  .top_voice_clinic_img01 {
  margin-bottom: 70px;
  }
  .top_voice_clinic_img01::after {
   bottom: -40px;
  }
  .top_voice_item01.item_re .top_voice_clinic_img01::before {
  background-size: 100%;
  width: 54%;
  top: 113px;
  }
  
  /*==================================================================

    .top_docor（スマホ）

  ==================================================================*/
  .top_doctor {
  background-size: 260%;
  }
  .top_doctor .tit01 {
    margin-bottom: 50px;  
  }
  .top_doctor_box::before {
    background-size: 100%;
  }
  .top_doctor_box {
    width:  85%;
    padding-bottom: 200px;
  }
  .top_doctor_box::before {
  width:   46%;
  }
  .top_doctor_left_list {
  margin-top: 10px;
  }
  .top_doctor_left_item ,
  .top_doctor_right_item{
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .top_doctor_left_item {
    margin-top: 10px;
  }
  .top_doctor_left_list, .top_doctor_right_list {
    width: 47%;
  }
  
  /*==================================================================

    .top_day（スマホ）

  ==================================================================*/ 
  .top_day {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .top_day .tit01 {
    margin-top: 0;
  }
  .top_day_list {
    display: block;
  }
  .top_day_item{
    width: 100% !important;
    margin: 0 auto 60px !important;
    padding: 20px 4% !important;
  }
  .top_day_item_img {
    width: 40%;
    right: -5% !important;
    top: -45px;
  }
  .top_day_item::before {
    right: 0;
    left: 0;
    bottom: -50px;
    margin: auto;
    top: auto;
    transform: rotate(90deg)
  }
  .top_day_item_tit {
    padding-bottom:   25px;
    font-size: 2.5rem;
    padding-top: 0;
    height: auto !important;
    display: block !important;
  }
  .top_day_item_tit span {
  font-size:   1.8rem;
    position: static;
  }
  .top_day_item_text {
  font-size: 1.5rem;
  }
  .top_day_item:nth-child(3)::before {
    display: block;
  }
  
  

  /*==================================================================

    .top_recruit（スマホ）

  ==================================================================*/
  .top_recruit {
    padding-top: 50px;
  }
  .top_recruit .tit01 {
    margin-top: 0;
  }
  .top_recruit_tit {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .top_recruit_tit span {
    display:block;;
  }
  .top_recruit_tit span:before {
    left:9%;
    bottom: 0;
    width: 10%;
    background-position: bottom center;
  }
  .top_recruit_tit span:after {
    right: 9%;
    bottom: 0;
     width: 10%;
    background-position: bottom center;
  }
  .top_recruit_detail {
    display: block;
  }
  .top_recruit_detail_tit {
    border-right: none;
  }
  .top_recruit_detail_tit,
  .top_recruit_detail_text{
    width: 100%;
  }
  .top_recruit_btn_list {
    display: block;
    margin: 30px auto 40px;
  }
  .top_recruit_btn_item {
    width: 100%;
    margin-bottom: 15px;
    
  }
  .top_recruit_btn_item a {
    font-size: 2rem;
    height: 70px;
    padding-right: 20px;
  }
  .top_recruit_btn_item a br {
  display: none;
  }
  .top_recruit_btn_item a::before {
    right: 3%;
    top: 22%;  
  }
  .top_recruit_item_tit::after {
    right: 0
  }
  .top_recruit_list {
  padding-top: 40px;
  padding-bottom: 40px;
  }
  .top_recruit_item {
  margin-bottom: 30px;  
  }
  .top_recruit_item_tit {
    display: block;
    font-size: 2rem;
    padding-top: 30px;
    margin-bottom: 20px;
   z-index: 2;
  }
  .top_recruit_item_tit::before {
    left: 2%;
    width: 15%;
    background-position: bottom center;
    z-index: -1;
  }
  .top_recruit_item_tit::after {
    right: 2%;
    width: 15%;
    background-position: bottom center;
    z-index: -1;
  }
  .top_recruit_detail_tit {
    font-size: 1.5rem;;
  }
  .top_recruit_detail_text {
    font-size: 1.4rem;
    padding: 14px 5% 25px;
  }
  .top_recruit_cv_btn {
    width: 90%;
    margin: 20px auto 8px;
    font-size: 1.6rem;
  }
  
  /*==================================================================

    .top_form（スマホ）

  ==================================================================*/
  .top_form {
    padding-top: 50px;
  }
  .box_form {
    border-radius: 20px;
  }
  
  .top_form .tit01 {
    margin-top: -5px;
    margin-bottom: 25px;
  }
  .table_form dl {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 14px;
  }
  .table_form dt {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .table_form dd {
    width: 100%;
  }
  .table_form dd.radio label {
  font-size: 1.5rem;
  }
  .table_form dd.radio {
  display: block;
  }
  .table_form dd.radio label {
    display: block;
    margin-bottom: 8px;
  }
  textarea::placeholder {
    font-size: 1.4rem;
  }
  input[type=text]::placeholder {
    font-size: 1.4rem;
  }
  input[type=email]::placeholder {
    font-size: 1.4rem;
  }
  input[type=tel]::placeholder {
    font-size: 1.4rem;
  }
  .box_form_pp_tit {
    font-size:1.6rem;
  }
  .box_form_pp_text{
    font-size:1.4rem;
  }
  .box_submit {
    width: 100%;
    padding: 30px 0 40px;
  }
  #submit-button {
    font-size: 1.7rem;
    line-height: 1.5;
    width: 100%;
  }
  #submit-button::before {
    top: 25px;
    right: 10px;
    width: 30px;
    height: 30px;
}
  
  
}
