@charset "UTF-8";

#container {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

  メインビジュアル

==================================================================*/
.top_mainvisual{
  display:block;
  position:relative;
  height: 900px;
}
.mainvisual_wrap{
  height: 900px;
}
.top_mainvisual .inner{
  height: inherit;
  width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:44%;
  text-align: center;
}
.mainvisual_catch p{
  display:block;
  letter-spacing: 0.05em;
  font-size: 42px;
  color: #fff;
  line-height: 1.90;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0 0 11px rgba(50,22,12,0.6),0 0 11px rgba(50,22,12,0.5);
}

.mainvisual_open{
  position:absolute;
  bottom: 30px;
  right: 0;
  width:250px;
}
.mainvisual_open img{
  width:100%;
}

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



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

  .top_about

==================================================================*/
.top_about {
  padding-top: 70px;
  padding-bottom: 590px;
  background: url("../images/about_bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}
.top_about::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  height: 100%;
  content: "";
  background: rgba(255,255,255,0.4);
}
.top_about::after {
  position: absolute;
  bottom:84px;;
  right:0;
  background: url("../images/about_fl_03.png") top right no-repeat;
  width: 30%;
  max-width: 440px;
  height: 810px;
  content: "";
  background-size: 100%;
}
.top_about .tit01::after {
  position: absolute;
  top: -70px;
  right: 0;
  background: url("../images/about_fl_01.png") top right no-repeat;
  width: 40%;
  max-width: 454px;
  height: 391px;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.top_about_box {
  width: 92%;
  position: relative;
  margin: 0 auto 120px; 
  z-index: 1;
}
.top_about_box::before {
  position: absolute;
  top: 12px;
  left: -4.4%;
  background: url("../images/about_fl_02.png") top right no-repeat;
  width: 30%;
  max-width: 376px;
  height: 1364px;
  content: "";
  z-index: -1;
  background-size: 100%;
}
.top_about_text {
  max-width: 1000px;
  width: 81%;
  margin: auto;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 17px;
  line-height: 2.36;
}
.top_about_text p {  
  margin-bottom: 20px;
}
.top_about_img_item {
  position: absolute;
}
.top_about_img_item img {
  border-radius: 10px;
}
.top_about_img_item:first-child {
  left: 0;
  top: -18px;
}
.top_about_img_item:last-child {
  right: 0;
  bottom:  0;
}
.top_about .box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
  width: 94%;
  max-width: 1315px;
  padding-top: 10px;
}

.top_about_greeting_tit {
  font-size: 31px;
  line-height: 1.93;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 3%;
  position: relative;
}
.top_about_greeting_tit::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -90px;
  background: url("../images/fl01.png") center no-repeat;
  width: 30%;
  max-width: 69px;
  height: 78px;
  content: "";
}
.top_about_greeting_img {
  width: 48%;
}
.top_about_greeting_img img {
  width: 100%;
  height: auto;
}
.top_about_greeting_name {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.81;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  padding-right: 9%;
  margin-top: 3.5%;
}
.top_about_greeting_name span {
  padding-right: 8%;
}
.top_about_greeting_detail {
  width: 50%;
  padding-top: 5.8%;
  position: relative;
  left: 1%;
}
.top_about_greeting_text {
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 2.36;
}
.top_about_greeting_text p {
  margin-bottom: 3.2%;
}
@media screen and (max-width:1640px) {
   .top_about_img_item:first-child {
     left: -5%;
     width: 20%;
   }
   .top_about_img_item:last-child {
     right: -4%;
     width: 20%;
     bottom: 40%;
   }
}
@media screen and (max-width:640px) {
  .top_about {
    padding-bottom: 560px;
  }
  .top_about::after {
    bottom: -130px;
    
  }
  .top_about::before {
    width: 96%;
  }
  .top_about_box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .top_about_img_list {
    display: flex;
    gap: 0 4%;
    order: -1;
  }
  .top_about_img_item {
    position: static;
    width: 48% !important;
  }
  .top_about_text {
    width: 98%;
    text-align: left;
    text-shadow: 0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 9px #fff;
  }
  .top_about .box {
    display: block;
  }
  .top_about_greeting_img {
    width: 100%;;
  }
  .top_about_greeting_img img {
    width: 90%;
    margin-left: 10%;
  }
  .top_about_greeting_detail {
    width: 100%;
    padding: 20px 5% 0;
  }
  .top_about_greeting_name {
    font-size: 17px;
    letter-spacing: 0.05em;
    padding-right: 0;
  }
  .top_about_greeting_tit {
    font-size: 20px;
  }
  .top_about_greeting_tit {
    margin-top: 80px;
  }
  .top_about_greeting_tit::before {
    width: 15%;
    top: -80px;
    background-size: 100%;
    background-position: bottom center;
  }
  .top_about_greeting_detail {
    left: 0;
  }
  .top_about_greeting_text {
    text-align: left;
  }
}

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

  .top_features

==================================================================*/
.top_features {
  padding-top: 69px;
  padding-bottom: 82px;
  margin-top: -525px;
  position: relative;
  z-index: 1;
}
.top_features::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/feaures_bg01.png") top center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 1694px;
  content: "";
  z-index: -1;
}
.top_features:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/features_bg.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100% - 500px);
  content: "";
  z-index: -1;
}
.top_features_tit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: relative;
  margin-bottom: 95px;
  z-index: 1;
}
.top_features_tit span {
  padding-left: 25px;
  padding-right: 25px;
}
.top_features_tit i {
  position: relative;
  font-style: normal;
}
.top_features_tit i::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  background: url("../images/features_tit_en.png") center no-repeat;
  width: 90%;
  margin: auto;
  max-width: 144px;
  height: 15px;
  content: "";
}


.top_features_item {
  width: 94%;
  max-width: 1480px;
  margin: auto;
  background: rgba(255,255,255,0.7);
  position: relative;
  padding-bottom: 3.2%;
  margin-bottom: 50px;
}
.top_features_item_main {
  display: flex;
  justify-content: space-between;
}
.top_features_item_main_img {
  width: 43.91%;
}
.top_features_item_main_detail {
  width: 55%;
  padding: 4.7% 2% 0 6.9%;
}
.top_features_item_main_tit {
  display: flex;
  align-items: center;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1.61;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: 123px;
  margin-bottom:1.5%;
  height: 110px;
}
.top_features_item_main_tit img {
  position: absolute;
  left: 6px;
}
.top_features_item_text {
  line-height: 2.1;
  letter-spacing: 0.025em;
  text-align: left;
}

.f_color_orange {
  color:#f1671b;
  font-weight: bold;
}
.top_features_c01_list {
  display: flex;
  justify-content: space-between;
  padding: 0 6.9%;
  margin-top: -90px;
  
}
.top_features_c01_item {
  width: 31.2%;
}
.top_features_c01_item  img {
  border-radius: 20px;
}
.top_features_c01_tit {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 18px;
  margin-bottom: 4px;
}
.top_features_c01_tit i {
  font-style: normal;
}
.top_features_c01_tit span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  /* font-size: 26px; */
font-size: clamp(22px, 2.2vw, 26px);
  letter-spacing: 0.05em;
  padding: 1.8% 6%;
  background: #F58756;
  background: linear-gradient(90deg,rgba(245, 135, 86, 1) 0%, rgba(247, 210, 111, 1) 50%);
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.top_features_c01_tit span + span {
  margin-top: 1px;
}


.top_features_item:nth-child(odd) .top_features_item_main {
  flex-direction: row-reverse;
}
.top_features_item:nth-child(even) .top_features_item_main_detail {
   padding-left: 5%;
   margin-bottom: 30px;
}
.top_features_item:nth-child(1) .top_features_item_main_tit {
  margin-bottom: 5.5%;
}


.top_features_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 6.9%;
}
.top_features_flex_img {
  width: 39%;
  position: relative;
  top: -88px;
}
.top_features_flex_img img {
  width: 100%;
  border-radius: 20px;
}
.top_features_flex_tit {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #F57B95;
  background: linear-gradient(90deg,rgba(245, 123, 149, 1) 0%, rgba(245, 135, 86, 1) 50%);
  padding: 0.6% 4.4% 0.7%;
  margin-top: 17px;
  margin-bottom: 19px;
}
.top_features_flex_detail {
  width: 56%;
  text-align: left;
}

.top_features_c02_list_wrapper {
  background: url("../images/features_c02_list_bg.jpg") bottom center no-repeat;
  background-size: 100%;
  padding-bottom: 100px;
  
}
.top_features_c02_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 5%;
  width: 90%;
  max-width: 1050px;
  margin: -5px auto 0;
}
.top_features_c02_item {
  width: 220px;
}
.top_features_c02_item:nth-child(1) {
  margin-left: 5%
}
.top_features_c02_item:nth-child(3) {
  margin-right: 5%
}
.top_features_item:nth-child(2) {
  padding-bottom: 0;
}
.top_features_item:nth-child(3) {
  padding-bottom:90px;
}
.top_features_c03_list {
  display: flex;
  justify-content: space-between;
  padding: 0 6.9%;
  margin-top: -87px;
}
.top_features_c03_item {
  width: 48.3%;
  text-align: center;
}
.top_features_c03_item img {  
  border-radius: 20px;
}
.top_features_c03_tit {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #ED91C1;
  background: linear-gradient(90deg,rgba(237, 145, 193, 1) 0%, rgba(118, 185, 231, 1) 50%);
  padding: 1.0% 5.5% 1.0%;
  margin-top: 27px;
}
/* .top_features_kazari {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  max-width:160px;
  height: 411px;
  background: url("../images/dot.png") top left no-repeat;
  background-size: 100%;
  content: "";
} */



@media screen and (max-width:1500px) {
  .top_features_flex_img {
    top: -30px;
  }
  .top_features_c01_list {
    margin-top:-40px;
  }
  .top_features_c02_list {
    margin-top: 50px;
  }
  .top_features_c03_list {
    margin-top: -20px;
  }
}
@media screen and (max-width:1300px) {
  .top_features_flex_img {
    top: -10px;
  }
  .top_features_item_main_tit {
    font-size: 30px;
    letter-spacing: 0.025em;
  }
}

@media screen and (max-width:640px) {
  .top_features {
    padding-bottom: 60px;
  }
  .top_features_tit {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .top_features_tit span {
    padding: 0 12px;
  }
  .top_features_tit img {
    width: 35px;
  }
  .top_features_item_main {
    display: block;
  }
  .top_features_item_main_img {
    width: 100%;
  }
  .top_features_item_main_detail {
    width: 100%;
    padding: 20px 2%;
  }
  .top_features_item_main_tit {
    padding-left: 3%;
    height: auto;
    font-size: 21px;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 15px;
  }
  .top_features_item_main_tit img {
    width: 60px;
    position: absolute;
    top: -79px;
  }
  .top_features_item_text {
    width: 92%;
    margin: auto;
  }
  .top_features_c01_list {
    margin-top: 10px;
    display: block;
    padding: 0 4%;
  }
  .top_features_c01_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .top_features_c01_tit {
    height: auto;
    margin: 30px auto 15px;
    
  }
  .top_features_c01_item .top_features_item_text {
    width: 98%;
  }
  .top_features_c01_tit span {
    font-size: 21px;
    padding: 10px 15px 
  }
  .top_features_flex {
    display: block;
  }
  .top_features_flex_img {
    width: 100%;
  }
  .top_features_flex_detail {
    width: 100%;
    text-align: center;
  }
  .top_features_flex_detail p {
    text-align: left;
  }
  .top_features_flex_tit {
    font-size: 21px;
    padding: 10px 15px;
  }
  .top_features_c02_list {
    gap: 5px 1vw;
    width: 100%;
    margin-top: 25px;
  }
  .top_features_c02_item {
    width:29vw;
  }
  .top_features_c02_item:nth-child(2){
    margin-right: 5%;
  }
  .top_features_c02_item:nth-child(3){
    margin-right: 0;
  }
  .top_features_c02_list_wrapper {
    padding-bottom: 50px;
  }
  .top_features_c03_list {
    display: block;
    padding: 0 3%;
    margin-top: 10px;
  }
  .top_features_c03_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .top_features_c03_tit {
    font-size: 20px;
    padding: 10px 15px;
    margin-top: 20px;
  }
  /* .top_features_kazari {
    background-position: bottom left;
    width: 15%;
  } */
  .top_features_item:nth-child(3) {
    padding-bottom: 10px;
  }
  .top_features_item:last-child {
    margin-bottom: 0;
  }
}



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

  .top_voice

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

.top_voice {
  background: url("../images/voice_bg.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 62px;
  z-index: 1;
  position: relative;
}
.top_voice::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.4);
}
.top_voice::after {
  position: absolute;
  top:0;
  left: 0;
  background: url("../images/voice_fl01.png") top left no-repeat;
  width: 30%;
  max-width: 296px;
  height: 357px;
  content: "";
  background-size: 100%;
}

.top_voice .tit01::before {
  background-image: url(../images/voice_tit_en.png);
}
.top_voice .top_cv {
  margin-bottom: 70px;
}
.top_voice_list {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.top_voice_item {
  position: relative;
  padding-bottom: 5px;
}
.top_voice_img_list {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top_voice_faq_item {
  width: 70%;
  margin-bottom: 40px;
}
.top_voice_faq_item:nth-child(1),
.top_voice_faq_item:nth-child(2) {
  margin-left: auto;
}
.top_voice_img_job {
  position: absolute;
  right: 0;
  bottom: 11%;
}
.top_voice_faq_q {
  font-size: 26px;
  letter-spacing: 0.025em;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.9;
  padding-top: 13px;
  padding-left: 75px;
  margin-bottom: 21px;
  position: relative;
}
.top_voice_faq_q::before {
  position: absolute;
  left: -8px;
  top: 4px;
  background: url("../images/fl_icon01.png") center no-repeat;
  width: 20%;
  max-width: 72px;
  height: 74px;
  content: "";
}
.top_voice_item:nth-child(even) .top_voice_faq_q::before {
  background-image: url("../images/fl_icon02.png");
  max-width: 74px;
  height: 76px;
}
.top_voice_faq_a {
  line-height: 2.1;
  letter-spacing: 0.025em;
  text-align: left;
}
.top_voice_item:nth-child(2) {
  margin-bottom: 40px;
}
.top_voice .top_cv::before {
  position: absolute;
  top: -67px;
  right: 0;
  background: url("../images/voice_fl02.png") top right no-repeat;
  width: 34%;
  max-width:534px;
  height: 810px;
  content: "";
  z-index: -1;
  background-size: 100%;
}



@media screen and (max-width:640px) {
  .top_voice {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .top_voice::before {
    width: 96%;
  }
  .top_voice_img_list {
    position: static;
    display: flex;
    justify-content: center;
    gap: 0 20px;
    
  }
  .top_voice_faq_item {
    margin: auto;
    width: 100%;
  }
  .top_voice_img_job {
    position: static;
  }
  .top_voice_img_list {
    align-items: center;
    width: 90%;
    margin: auto;
  }
  .top_voice_list {
    width: 88%;
  }
  .top_voice_item {
    margin-bottom: 50px;
  }
  .top_voice_faq_q::before {
    width: 10%;
    background-size: 100%;
  }
  .top_voice_faq_q {
    padding-left: 10%;
    font-size: 18px;
    line-height: 1.6;
    padding-top: 24px;
    margin-bottom: 15px
  }
  .top_voice .top_cv {
    margin-bottom: 50px;
  }

}
/*==================================================================

  .top_doctor

==================================================================*/
.top_doctor {
  background: url("../images/doctor_bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 59px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.top_doctor::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/doctor_fl01.png") top left no-repeat;
  width: 28%;
  max-width: 417px;
  height: 394px;
  content: "";
  background-size: 100%;
}
.top_doctor:after {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/doctor_fl02.png") top right no-repeat;
  width: 28%;
  max-width: 442px;
  height: 434px;
  content: "";
   background-size: 100%;
}
.top_doctor .tit01 {
  display: inline-block;
  margin-bottom: 22px;
}
.top_doctor .tit01::before {
 background-image: url("../images/doctor_tit_en.png");
}
.top_doctor_text {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
.top_doctor_v_wrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1350px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
}
.top_doctor_v_wrap::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: urL("../images/doctor_img.png") bottom center no-repeat;
  width: 50%;
  max-width: 466px;
  height: 514px;
  content: "";
  z-index: -1;
}
.top_doctor_v_list  {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 1.75;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 560px;
  z-index: -1;
}
.top_doctor_v_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 213px;
  background: url("../images/dc_b01.png") center no-repeat;
  position: relative;
}
.top_doctor_v_item.item01 {
  padding-bottom: 20px;
  top: -10%;
  left: -5.5%;
}
.top_doctor_v_item.item02 {
  background-image: url("../images/dc_b02.png");
  top: 18%;
  left: -7%;
}
.top_doctor_v_item.item03 {
  background-image: url("../images/dc_b03.png");
  top: -3%;
  left: -4.5%;

}
.top_doctor_v_item.item04 {
  background-image: url("../images/dc_b04.png");
  bottom: -24%;
  left: -18%;
}
.top_doctor_v_item.item05 {
  background-image: url("../images/dc_b05.png");
  top: 11%;
  left: 9%;
}
.top_doctor_v_item.item06 {
  background-image: url("../images/dc_b06.png");
  top: -14%;
  right: -2%;
}
.top_doctor_v_item.item07 {
  background-image: url("../images/dc_b08.png");
  bottom: -32%;
  left: 22%;
  padding-top: 20px;

}
.top_doctor_v_item.item08 {
  background-image: url("../images/dc_b07.png");
  top: -6%;
  left: 3%;
}

@media screen and (max-width:640px) {
  .top_doctor {
    padding-top: 40px;
  }
  .top_doctor_text {
    width: 88%;
    margin: auto;
    font-size: 17px;
  }
  .top_doctor_v_list {
    width: 50%;
  }
  .top_doctor_v_item {
    width: 92%;
    font-size: 16px;
    line-height: 1.4;
    height: 37vw;
    background-size: 100%;
    
  }
  .top_doctor_v_wrap {
    position: relative;
    height: auto;
    width: 140%;
    padding-bottom: 180px;
  }
  .top_doctor_v_wrap::before {
    background-size: 100%;
    width: 37%;
    right: auto;
    left: 25vw;
  }
  .top_doctor_v_list {
    position: relative;
    width: 50%;
  }
  .top_doctor_v_item {
    letter-spacing: 0;
    width: 50%;
  }
  .top_doctor_v_item.item01 {
    top: 0;
    padding-top: 5%;
    left: 0;
  }
  .top_doctor_v_item.item02 {
    z-index: 2;
    top: 5vw;
    left:0;
  }
  .top_doctor_v_item.item03 {
    top: -13vw;
    left: -3vw;
  }
  .top_doctor_v_item.item04 {
    z-index: 2;
    top: -5vw;
    left: -9vw;
    background-size: 80%;
  }
  .top_doctor_v_list.item02 {
    position: absolute;
    right: 27%;
  }
  .top_doctor_v_item.item05 {
    left: 32vw;
    top: 57vw;
  }
  .top_doctor_v_item.item06 {
    background-size: 80%;
  }
  .top_doctor_v_item.item07 {
    left: -30vw;
    top: 18vw;
    padding-bottom: 7px;
  }
  .top_doctor_v_item.item08 {
    top: -8vw;
    left: -2vw;
  }
}


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

  .top_flow
  
==================================================================*/
.top_flow {
  background: url("../images/flow_bg.png") top center repeat;
  background-size: 100%;
  position: relative;
  padding-top: 180px;
  padding-bottom: 93px;
}

.top_flow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/flow_bg_top.png") top center no-repeat,
  url("../images/flow_bg_btm.png") bottom center no-repeat;
  background-size: 100%;
  content: "";
}
.top_flow .tit01::before {
  background-image: url("../images/flow_tit_en.png");
}
.top_flow_list {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  padding-top: 23px;
}
.top_flow_item {
  background: #f4f1eb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.top_flow_item:not(:last-child)::before {
  position: absolute;
  right: -48px;
  top: 46%;
  background: url("../images/flow_arrow.png") center no-repeat;
  width: 22px;
  height: 22px;
  content: "";
  background-size: 100%;
  z-index: 1;
}


.top_flow_item_tit {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0  26px 0 35px;
}
.top_flow_item_tit span {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f89341;
  letter-spacing: 0.05em;
  font-size: 30px;
  padding-right: 6.3%;
}
.top_flow_item img {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
    border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.top_flow_item_text {
  letter-spacing: 0em;
  line-height: 1.84;
  padding: 0  26px 0 35px;
  text-align: left;
}




@media screen and (min-width:641px) {
  .top_flow_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_flow_item { 
    width: 29.7%;
  }
  .top_flow_item:nth-child(3)::before{ 
    display: none;
  }
  .top_flow_item:nth-child(4),
  .top_flow_item:nth-child(5) {
    width: 47.2%;

  }
}
@media screen and (max-width:640px) {
  .top_flow {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .top_flow_list {
    padding-top: 0;
  }
  .top_flow_item {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .top_flow_item:not(:last-child)::before {
    right: 0;
    left: 0;
    top: auto;
    bottom: -36px;
    margin: auto;
    transform: rotate(90deg);
  }
  .top_flow_item img {
    margin-bottom: 15px;
  }
  .top_flow_item_tit {
    font-size: 21px;
    padding: 0;
    width: 84%;
    margin: auto;
  }
  .top_flow_item_tit span {
    font-size: 22px;
    padding-right: 12px;
  }
}
/*==================================================================

  .top_tour
  
==================================================================*/
.top_tour {
  background: url("../images/tour_bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 135px;
}
.top_tour::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.top_tour::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/tour_fl01.png") top left no-repeat;
  width: 30%;
  max-width: 405px;
  height: 566px;
  content: "";
  background-size: 100%;
}
.top_tour .tit01 {
  margin-top: 0;
  padding-top: 173px;
  position: relative;
}
.top_tour .tit01::before {
  background-image: url("../images/tour_tit_en.png");
  top: 72px;
}
.top_tour .tit01::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/tour_fl02.png") top right no-repeat;
  width: 30%;
  max-width: 494px;
  height: 447px;
  content: "";
  background-size: 100%;
}
.top_tour_sub_tit {
  font-size: 36px;
  line-height: 1.666;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px;
}
.top_tour_sub_tit span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.top_tour_sub_tit span::before {
  position: absolute;
  left: -10%;
  bottom: 0;
  background: url("../images/tour_sub_tit_kazari01.png") bottom center no-repeat;
  height: 100%;
  width: 120%;
  content: "";
  background-size: 100%;
  z-index: -1;
}
.top_tour_sub_tit span.item02::before {
  background-image: url("../images/tour_sub_tit_kazari02.png");
}

.top_tour_text {
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  line-height: 2.1;
  margin-bottom: 50px;
}
.top_tour_img {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-bottom:40px;
}
.top_tour_img img {
  border-radius: 30px;
}

.top_tour_cv_tit {
  display: inline-block;
  position: relative;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 33px;
  letter-spacing: 0.1em;
  padding-top: 72px;
  background: url("../images/kira.png") top 20px center no-repeat;
}
.top_tour_cv_tit::before {
  position: absolute;
  bottom: 16px;
  left: -48px;
  background: url("../images/cv_kazari.png") center no-repeat;
  width: 23px;
  height: 22px;
  content: "";
  background-size: 100%;
}
.top_tour_cv_tit::after {
  position: absolute;
  bottom: 16px;
  right: -38px;
  background: url("../images/cv_kazari.png") center no-repeat;
  width: 23px;
  height: 22px;
  content: "";
  background-size: 100%;
  transform: scale(1, -1)
}
.top_tour_tel {
  padding-top: 36px;
  position: relative;
  z-index: 1;
  margin-bottom: 70px
}
.top_tour_tel::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 8px;
  background: url("../images/tour_tel_bg.png") center no-repeat;
  width: 90%;
  max-width: 575px;
  height: 106px;
  content: "";
  background-size: 100%;
  z-index: -1;
}

@media screen and (max-width:640px) {
  .top_tour {
    padding-bottom: 50px;
  }
  .top_tour .tit01 {
    padding-top: 140px;
  }
  .top_tour .tit01::before {
    top: 43px;
  }
  .top_tour_sub_tit {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
  .top_tour_sub_tit span::before {
    width: 100%;
    left: 0;
  }
  .top_tour_text {
    width: 88%;
    margin: 0 auto 25px;
    text-align: left;
  }
  .top_tour_cv_tit {
    font-size: 21px;
    line-height: 1.7;
  }
  .top_tour_cv_tit::before{
    left: -12%;
    bottom: 7px;
  }
  .top_tour_cv_tit::after {
    right: -12%;
    bottom: 7px;
  }
  .top_tour_tel {
    width: 80%;
    margin: auto;
    padding: 10px 0 20px;
  }
  .top_tour_tel::before {
    background-position: top center ;
  }
}

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

  .top_recruit
  
==================================================================*/
.top_recruit {
  padding-top: 82px;
}
.top_recruit .tit01 {
  margin-bottom: 28px;
}
.top_recruit .tit01::before {
  background-image: url("../images/rec_tit_en.png");
}
.top_rectuit_text {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight:500;
  font-style: normal;
  line-height: 1.7;
  margin-bottom: 50px;
}
.top_recruit_btn_list {
  display: flex;
  justify-content: space-between;
  color: #fff;
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
.top_recruit_btn_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d9798d;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 32.5%;
  border-radius: 10px;
  height: 120px;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.2s ease;
}
.top_recruit_btn_item:hover {
  opacity: 0.8;
}
.top_recruit_btn_item:nth-child(2) {
  background: #edc4ae;
}
.top_recruit_btn_item:nth-child(3) {
  background: #adcfd4;
}

.top_recruit_btn_item.item_small {
  font-size: 18px;
}
.top_recruit_btn_item span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.top_recruit_btn_item i {
  font-style: normal;
  font-size: 21px;
  padding-right: 8px;
}
.top_recruit_btn_item.is_active {

}
.top_recruit_contents {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  margin-top: 78px;
  margin-bottom: 30px;
}
.top_recruit_content {
  display: none;
}
.top_recruit_content.is_show {
  display: block;
  animation: content_fade .3s ease-in-out forwards;
  
}
.top_recruit_content_tit {
  font-size: 31px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 79px;
  position: relative;
  margin-bottom: 30px;
}
.top_recruit_content_tit::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/rec_tit_fl.png") center no-repeat;
  width: 15%;
  max-width: 58px;
  height: 59px;
  content: "";
  background-size: 100%;
}
.top_recruit_detail {
  display: flex;
  flex-wrap: wrap;
  background: #f6f4f1;
  padding: 4.6% 5.4% 3.2%;
}
.top_recruit_detail > dt {
  width: 19.5%;
  border-top: solid 1px #c6a392;
  padding: 0.9% 2.3%;
}
.top_recruit_detail > dd {
  width: 80.5%;
  border-top: solid 1px #fff;
  line-height: 1.57;
  text-align: left;
  letter-spacing: 0.025em;
  padding: 1.4% 3.1% 1.7%;
}
.top_recruit_detail > dt.item_last {
  border-bottom: solid 1px #c6a392;
}
.top_recruit_detail > dd.item_last {
  border-bottom: solid 1px #fff;
}
.top_recruit_detail_text {
  text-align: center;
  background: #f6f4f1;
  line-height: 1.57;
  padding-bottom: 7%;
  
}
.top_recruit .top_cv_bnr {
  margin-top: 95px;
}
.top_recruit_detail dd > dl > dt {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px
}

/* パネル切り替えのアニメーション */
@keyframes content_fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@media screen and (max-width:640px) {
  .top_recruit {
    padding-top: 50px;
  }
  .top_recruit .tit01 {
    margin-bottom: 20px;
  }
  .top_recruit_contents {
    width: 96%;
  }
  .top_rectuit_text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .top_recruit_btn_list {
    display: block;
  }
  .top_recruit_btn_item {
    width: 100%;
    margin-bottom: 10px;
    font-size: 19px;
    height: 70px;
    letter-spacing: 0.04em;
  }
   .top_recruit_btn_item span {
     font-size: 15px;

   }
   .top_recruit_btn_item.item_small {
     font-size: 16px;
   }
   .top_recruit_contents {
     margin-top: 30px;
   }
   .top_recruit_content_tit {
     font-size: 18px;
     padding-left: 50px;
     letter-spacing: 0.025em;
     height: 60px;
     display: flex;
     align-items:center;
     margin-bottom: 10px;
   }
   .top_recruit_content_tit::before {
     width: 40px;
   }
   .top_recruit_detail {
     padding: 15px;
   }
   .top_recruit_detail > dt {
     letter-spacing: 0.1em;
     line-height: 1.5;
     width: 100%;
     text-align: center;
     padding: 10px;
     font-weight: 600;
   }
   
   .top_recruit_detail > dd {
     padding: 10px 10px 20px 10px;
     border-top: solid 1px #fff;
     width: 100%;
   }
   
   .top_recruit_detail_text {
     padding: 30px 5%;
     text-align: left;
   }
   .top_cv_bnr_btn.item_rec {
     font-size: 18px !important;
   }
   
   
}

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

  .top_cv_bnr

==================================================================*/
.top_cv {
 position: relative;
 z-index: 2;
}
.top_cv_bnr {
  width: 90%;
  max-width: 1280px;
  border: solid 5px #ebdbd1;
  border-radius: 30px;
  margin: auto;
  background: url("../images/bnr_bg.png") center no-repeat;
  background-size: cover;
  height: 400px;
  padding-left: 22%;
  padding-top: 4.3%;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.top_cv_bnr_text {
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 1.71;
  text-align: center;
  margin-bottom: 4.3%;
}

.top_cv_bnr_btn {
  display: block;
  width: 80%;
  max-width: 560px;
  height: 80px;
  line-height: 76px;
  margin: auto;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #d9798d;
  border-radius: 100vh;
  letter-spacing: 0.1em;
  position: relative;
  border: solid 3px #d9798d;
  transition: 0.15s ease-out;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.top_cv_bnr_btn::before {
  position: absolute;
  top: 42%;
  right: 56px;;
  background: url("../images/bnr_arrow.png") center no-repeat;
  width: 13px;
  height: 13px;
  content: "";
}
.top_cv_bnr_btn:hover {
  background: #fff;
  color: #d9798d;
}

.top_cv_bnr_btn.item_rec {
  max-width: 400px;
  height: 70px;
  line-height: 66px;
  font-size: 22px;
}
.top_cv_bnr_btn.item_rec::before {
  right:26px;
}



@media screen and (max-width:640px) {
  .top_cv_bnr {
    padding: 20px 3%;
    background-image: url("../images/bnr_bg_sp.png");
    padding-top: 24%;
    height: 240px;
    width: 94%;
  }
  .top_cv_bnr_text {
  font-size: 16px;
  line-height: 1.5;
  /* text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; */
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
  .top_cv_bnr_btn {
    width: 80%;
    font-size: 17px;
    height: 55px;
    line-height: 50px;
    padding-right: 6px;
  }
  .top_cv_bnr_btn::before {
    right: 17px;
  }
}

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

  スマホ

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

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

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

  ==================================================================*/
  .top_mainvisual{
    height:450px;
  }

  .mainvisual_wrap{
    height: 450px;
  }

  .top_mainvisual .inner {
    width: auto;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    left: 0;
  }
  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mainvisual_catch p {
    font-size: 20px;
  }
  .mainvisual_open{
    right: 10px;
    bottom: 10px;
    width: 150px;
  }

  /* メインスライド */
  #slick_fade{
    height: 450px;
  }
  #slick_fade .slide_item img{
    height: 450px;
  }

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

    .top_about（スマホ）

  ==================================================================*/
  
  
  
  
  
  
  
  
  
  
  
}
