@charset "UTF-8";

#container {
}

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

  メインビジュアル

==================================================================*/
.top_mainvisual {
  display: block;
  position: relative;
  height: 760px;
  background: url("../images/mv.jpg") center no-repeat;
  background-size: cover;
}
.mainvisual_wrap {
  height: 760px;
}
.top_mainvisual .inner {
  height: inherit;
  width: 90%;
  max-width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* キャッチフレーズ */
.mainvisual_catch {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 34.3%;
}

.mainvisual_catch span {
  display: inline-block;
  position: relative;
}
.mainvisual_catch span::before {
  position: absolute;
  top: -17%;
  left: -28%;
  background: url("../images/mv_catch_kazari.png") top center no-repeat;
  width: 20%;
  max-width: 107px;
  height: 272px;
  background-size: 100%;
  content: "";
}
.mainvisual_catch span::after {
  position: absolute;
  top: -18%;
  right: -24%;
  background: url("../images/mv_catch_kazari.png") top center no-repeat;
  width: 20%;
  max-width: 107px;
  height: 272px;
  background-size: 100%;
  content: "";
  transform: scale(-1, 1);
}

.mv_bnr_list {
  position: absolute;
  left: 0;
  right: 0;
  top: 750px;
  /* width: 89.7%; */
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
  min-width: 1180px;
}
.mv_bnr_item {
  box-shadow: 0 0 20px #bac8c9;
}
.mv_bnr_item:not(:last-child) {
  margin-right: 20px;
}

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

  .top_intro

==================================================================*/
.top_intro {
  background: #172a5c;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
  padding-top: 3.9%;
  padding-bottom: 6.5%;
}

.top_intro_tit {
  font-size: 48px;
  letter-spacing: 0.2em;
  line-height: 1;
}
.top_intro_tit span {
  font-size: 108px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  padding-left: 10px;
}
.top_intro_tit span i {
  font-style: normal;
  font-size: 40px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 8px;
}

.top_intro_tit_cap {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-top: 4px;
}
.top_intro_catch {
  display: inline-block;
  font-size: 46px;
  letter-spacing: 0.1em;
  color: #bda924;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  margin-top: 2.2%;
  position: relative;
}
.top_intro_catch::before {
  position: absolute;
  left: -20%;
  top: -30px;
  background: url("../images/intro_cap_kazari.png") top center no-repeat;
  width: 14%;
  max-width: 79px;
  height: 192px;
  content: "";
  background-size: 100%;
}
.top_intro_catch::after {
  position: absolute;
  right: -20%;
  top: -30px;
  background: url("../images/intro_cap_kazari.png") top center no-repeat;
  width: 14%;
  max-width: 79px;
  height: 192px;
  content: "";
  background-size: 100%;
  transform: scale(-1, 1);
}
/*==================================================================

  .top_specialist

==================================================================*/
.top_specialist {
  padding-top: 80px;
  padding-bottom: 150px;
  background: url("../images/spe_bg.jpg") top center no-repeat;
  background-size: cover;
}
.top_specialist .tit01 {
    font-size: 50px;
}
.top_specialist_sub_tit {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #193983;
  text-align: center;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  margin-bottom: 4.2%;
}
.top_specialist_sub_tit span {
  font-size: 130%;
  color: #835c19;
}
.top_specialist_sub_tit::before {
  position: absolute;
  left: 5%;
  top: 62%;
  background: url("../images/spe_bordr.png") center right no-repeat;
  width: 22%;
  height: 1px;
  content: "";
  z-index: -1;
}
.top_specialist_sub_tit::after {
  position: absolute;
  right: 5%;
  top: 62%;
  background: url("../images/spe_border_r.png") center left no-repeat;
  width: 22%;
  height: 1px;
  content: "";
  z-index: -1;
}
.top_specialist_box1 {
  position: relative;
  width: 96%;
  max-width: 1380px;
  margin: auto;
  margin-bottom: 147px;
}
.top_specialist_box1_img {
  width: 57%;
  max-width: 774px;
  position: absolute;
  bottom: -8%;
  left: 0;
}
.top_specialist_box1_detail {
  width: 48%;
  margin-left: auto;
  margin-right: -1%;
  right: -14px;
  top: 0;
  text-align: center;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_specialist_box1_tit {
  font-size: 31px;
  letter-spacing: 0.05em;
  color: #193983;
  padding-top: 5px;
  font-weight: 700;
  margin-bottom: 6%;
}
.top_specialist_box1_text {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.818;
}
.top_specialist_box1_text span {
  color: #835c19;
}
.top_specialist_box1_text p {
  margin-bottom: 3%;
}
.top_specialist_box1_text i {
  font-style: normal;
  font-size: 120%;
  line-height: 1;
}

.top_specialist_doctor {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1500px;
  margin: auto;
  position: relative;
  left: 5.7%;
}
@media screen and (max-width: 1700px) {
  .top_specialist_doctor {
    left: 5%;
  }
}
@media screen and (max-width: 1300px) {
  .top_specialist_doctor {
    left: 5%;
  }
}

.top_specialist_doctor_img {
  width: 42%;
  padding-top: 8px;
}
.top_specialist_doctor_text {
  width: 53%;
  font-size: 18px;
  line-height: 2.16;
  letter-spacing: 0.025em;
  text-align: left;
}
.top_specialist_doctor_text span {
  font-weight: bold;
  color: #193983;
}
.top_specialist_doctor_text p {
  margin-bottom: 1.4%;
}
@media screen and (max-width: 640px) {
    .top_specialist .tit01 {
    font-size: 30px;
}
}
/*==================================================================

  .top_problem

==================================================================*/
.top_problem {
  padding-top: 111px;
  padding-bottom: 130px;
  background: url("../images/pro_bg.jpg") top center no-repeat;
  background-size: cover;
}

.top_problem .tit01 {
  font-size: 50px;
}

.top_problem_list {
  width: 89.6%;
  margin: 66px auto;
}
.top_problem_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top_problem_img {
  width: 39%;
  position: relative;
  z-index: 2;
}
.top_problem_detail {
  width: 61%;
  padding-left: 4.2%;
  padding-top: 1%;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 2;
  position: relative;
  z-index: 1;
}
.top_problem_num {
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #193983;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-left: -2.6%;
  position: relative;
}
.top_problem_num::before {
  position: absolute;
  left: -60px;
  bottom: -20px;
  width: 220px;
  height: 1px;
  content: "";
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(92, 143, 182, 1) 100%);
}
.top_problem_num span {
  padding-left: 25px;
}
.top_problem_tit {
  font-size: 32px;
  letter-spacing: 0;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #193983;
  padding-top: 4.4%;
  padding-bottom: 2%;
}
.top_problem_check_item {
  padding-left: 30px;
  position: relative;
}
.top_problem_check_item::before {
  position: absolute;
  left: 0;
  top: 8px;
  background: url("../images/check.png") center no-repeat;
  width: 19px;
  height: 19px;
  content: "";
}
.top_problem_text {
  margin-top: 1.6%;
}

/* revoerce*/
.top_problem_item:nth-child(even) {
  flex-direction: row-reverse;
}
.top_problem_item:nth-child(even) .top_problem_detail {
  max-width: 830px;
  margin-left: auto;
  padding-right: 1.5%;
  padding-left: 0;
}
.top_problem_item:nth-child(even) .top_problem_num {
  text-align: right;
  margin-left: 0;
  padding-right: 2%;
}
.top_problem_item:nth-child(even) .top_problem_num::before {
  left: auto;
  right: -40px;
  background: linear-gradient(90deg, rgba(92, 143, 182, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.top_problem_item:nth-child(even) .top_problem_tit {
  padding-top: 5.3%;
}

.cv_clinic_list {
  width: 100%;
  max-width: 760px;
  margin: auto;
  padding-top: 25px;
}
.cv_clinic_item {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  margin-bottom: 30px;
  height: 120px;
  box-shadow: 0 0 20px #bac8c9;
}
.cv_clinic_logo {
  text-align: center;
}
.cv_clinic_logo img {
  width: 270px;
}
.cv_clinic_btn_list {
  display: flex;
}
.cv_clinic_btn_item a {
  display: block;
  background: #4b447b;
  background: linear-gradient(90deg, rgba(75, 68, 123, 1) 0%, rgba(119, 112, 175, 1) 100%);
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 100vh;
  width: 330px;
  text-align: center;
  position: relative;
  padding: 10px 0 10px 10%;
  height: 100%;
  line-height: 1.3;
}
.cv_clinic_btn_item a::before {
  position: absolute;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/tel_icon.png") center no-repeat;
  width: 15px;
  height: 18px;
  content: "";
}

.cv_clinic_btn_item a span {
  font-size: 15px;
}
.cv_clinic_btn_item:last-child a::before {
  background: url("../images/net_icon.png") center no-repeat;
  width: 19px;
  height: 19px;
}
.cv_clinic_btn_item .cv_clinic_btn_item__aqua {
  background: #266678;
  background: linear-gradient(90deg, rgba(38, 102, 120, 1) 0%, rgba(102, 189, 211, 1) 100%);
}
.top_problem_sub_tit{
	font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #193983;
    padding-top: 2.5%;
}
/*==================================================================

  .top_date

==================================================================*/
.top_date {
  padding-top: 106px;
  padding-bottom: 128px;
  position: relative;
  background: url("../images/date_bg.jpg") top 100px center no-repeat;
  background-size: 100%;
}
.top_date .tit01 {
  position: relative;
  z-index: 2;
  font-size: 50px;
}

.top_date_box1 {
  display: flex;
  margin-top: 65px;
}
.top_date_box1_item {
  width: 50%;
  z-index: 1;
  padding: 0 2.6%;
}

.top_date_box1_detail {
  width: 80%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px #bac8c9;
  text-align: center;
  padding: 4.6%;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.top_date_box1_tit {
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.85;
}

.top_date_box1_tit span {
  display: block;
  font-size: 30px;
}

.top_date_box1_item:nth-child(1) .top_date_box1_detail {
  margin-left: auto;
}
.top_date_box1_year {
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #193983;
  padding-top: 67px;
  margin-top: 17px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  background: url("../images/t_check.png") top center no-repeat;
  margin-bottom: 19px;
}
.top_date_box1_num {
  color: #193983;
  font-size: 28px;
}
.top_date_box1_num span {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 90px;
  line-height: 1;
}
.top_date_box1_num i {
  position: relative;
  right: -10px;
  top: -3px;
  font-style: normal;
}
.top_date_box_text {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #193983;
  letter-spacing: 0.1em;
  font-size: 33px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 6.5%;
}
.top_date_box_text::before {
  position: absolute;
  left: 5%;
  top: 86%;
  width: 20%;
  max-width: 246px;
  height: 1px;
  content: "";
  background: #fff;
  background: linear-gradient(90deg, rgba(92, 143, 182, 1) 0%, rgba(255, 255, 255, 1) 100%);
  z-index: -1;
}
.top_date_box_text::after {
  position: absolute;
  right: 5%;
  top: 86%;
  width: 20%;
  max-width: 246px;
  height: 1px;
  content: "";
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(92, 143, 182, 1) 100%);
  z-index: -1;
}
.top_date_box_text span {
  color: #d95769;
}

.top_date_box2 {
  width: 90%;
  margin: auto;
  display: flex;
  max-width: 1720px;
  margin-top: 4.4%;
}
.top_date_box2_img {
  width: 42.4%;
}
.top_date_box2_detail {
  padding-left: 4.9%;
  width: 57%;
}
.top_date_box2_tit {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #193983;
  padding-top: 2.5%;
  padding-left: 1.6%;
  margin-bottom: 3.5%;
}
.top_date_box2_text {
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 2.16;
}
.top_date_box2_text > dt {
  font-weight: bold;
  color: #193983;
}
.top_date_box2_text > dd {
  margin-bottom: 2.3%;
  text-align: left;
}

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

  .top_features

==================================================================*/
.top_features {
  padding-top: 90px;
  padding-bottom: 65px;
  background: #dedede;
  position: relative;
}
.top_features .tit01 {
  font-size: 50px;
}
.top_features::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  background: url("../images/features_bg01.jpg") top right no-repeat;
  max-width: 1106px;
  height: 829px;
  content: "";
  background-size: 100%;
}
.top_features_list {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1724px;
  margin: auto;
  padding-top: 45px;
}
.top_features_item {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 70px;
}
.top_features_s_img {
  position: absolute;
  right: -4.5%;
  top: 21%;
  z-index: 3;
}

.top_features_img {
  width: 39%;
  position: relative;
  z-index: 2;
}

.top_features_detail {
  width: 61%;
  padding-left: 4.4%;
  padding-top: 1%;
  position: relative;
  z-index: 1;
}
.top_features_num {
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #193983;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  margin-left: -2%;
  margin-bottom: 5.2%;
}

.top_features_num span {
  padding-left: 25px;
}
.top_features_num::before {
  position: absolute;
  left: -60px;
  bottom: -20px;
  width: 220px;
  height: 1px;
  content: "";
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(92, 143, 182, 1) 100%);
}
.top_features_tit {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #193983;
  letter-spacing: 0.05em;
  margin-bottom: 3.6%;
  width: 76%;
  line-height: 1.56;
}
.top_features_text {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  line-height: 2.16;
  letter-spacing: 0.025em;
  min-height: 280px;
  padding: 4.4% 0;
  background: #eceeef;
}
.top_features_text::before {
  position: absolute;
  top: 0;
  left: -20%;
  width: 20%;
  height: 100%;
  background: #eceeef;
  background: linear-gradient(90deg, rgba(222, 222, 222, 1) 0%, rgba(236, 238, 239, 1) 100%);
  content: "";
  z-index: -1;
}

.top_features_text p {
  width: 76%;
  max-width: 750px;
}

/*reverse*/
.top_features_item:nth-child(even) {
  flex-direction: row-reverse;
}
.top_features_item:nth-child(even) .top_features_s_img {
  right: auto;
  left: -4.5%;
}
.top_features_item:nth-child(even) .top_features_text p {
  margin-left: auto;
}

.top_features_item:nth-child(even) .top_features_detail {
  padding-left: 0;
  padding-right: 4.4%;
}

.top_features_item:nth-child(even) .top_features_tit {
  margin-left: auto;
}
.top_features_item:nth-child(even) .top_features_num {
  text-align: right;
  margin-left: auto;
  margin-right: -2%;
}
.top_features_item:nth-child(even) .top_features_num::before {
  left: auto;
  right: -60px;
  background: linear-gradient(90deg, rgba(92, 143, 182, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.top_features_item:nth-child(even) .top_features_text::before {
  left: auto;
  right: -20%;
  background: linear-gradient(90deg, rgba(236, 238, 239, 1) 0%, rgba(222, 222, 222, 1) 100%);
}

.top_features_item:nth-child(2) .top_features_tit {
  margin-top: -5%;
}

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

  .top_qa

==================================================================*/
.top_qa {
  padding-top: 87px;
  background: url("../images/qa_bg01.jpg") top center no-repeat, url("../images/qa_bg02.jpg") bottom center no-repeat;
  background-size: 100%;
  padding-bottom: 116px;
}
.top_qa_box {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding-top: 34px;
}
.top_qa_sub_tit {
  position: relative;
  font-size: 33px;
  letter-spacing: 0.1em;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1;
  margin-bottom: 40px;
}
.top_qa_sub_tit::before {
  position: absolute;
  right: 0;
  top: 62%;
  width: 80.4%;
  height: 1px;
  content: "";
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(92, 143, 182, 1) 100%);
}

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

  .top_flow

==================================================================*/
.top_flow {
  padding-bottom: 12px;
  position: relative;
}
.top_flow::before {
  position: absolute;
  top: 450px;
  left: 0;
  width: 20.3%;
  height: 100%;
  background: url("../images/flow_bg.jpg") top left no-repeat;
  content: "";
  background-size: cover;
  z-index: -1;
}
.top_flow_head_img {
  height: 450px;
}
.top_flow_head_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_flow .tit01_en {
  margin-top: -44px;
}
.flow_ol_list {
  display: flex;
  justify-content: center;
  gap: 0 5.1%;
  padding-top: 26px;
}

.flow_ol_item {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background: #22396e;
  color: #fff;
  text-align: center;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
  padding-top: 1.2%;
  position: relative;
}
.flow_ol_item::before {
  position: absolute;
  right: -50%;
  top: 50%;
  width: 50%;
  height: 1px;
  content: "";
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(92, 143, 182, 1) 100%);
}
.flow_ol_item:last-child::before {
  display: none;
}
.flow_ol_num {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  line-height: 1;
  padding-bottom: 4%;
  margin-bottom: 14%;
}
.flow_ol_num::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 1px;
  background: #fff;
  content: "";
}
.flow_ol_tit {
  font-size: 26px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 33%;
  letter-spacing: 0;
  position: relative;
}
.flow_ol_tit::before {
  position: absolute;
  top: -7px;
  background: url("../images/flow_icon01.png") top center no-repeat;
  width: 100%;
  height: 50px;
  content: "";
}
.flow_ol_item:nth-child(2) .flow_ol_tit::before {
  background-image: url("../images/flow_icon02.png");
}
.flow_ol_item:nth-child(3) .flow_ol_tit::before {
  background-image: url("../images/flow_icon03.png");
}
.flow_ol_item:nth-child(2) .flow_ol_tit {
  letter-spacing: -0.1em;
}

.top_flow_list {
  position: relative;
  z-index: 1;
  width: 89.6%;
  margin: auto;
  padding-top: 82px;
}

.top_flow_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.top_flow_detail {
  width: 41.3%;
  margin-left: 18%;
  position: relative;
  padding-top: 41px;
  min-height: 348px;
}
.top_flow_img {
  width: 37.8%;
}
.top_flow_num {
  position: absolute;
  top: 58px;
  left: -12.3%;
  left: -89px;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #193983;
  padding-bottom: 4px;
}
.top_flow_num::before {
  position: absolute;
  bottom: 0;
  left: -3px;
  right: 0;
  margin: auto;
  width: 38px;
  height: 1px;
  background: #193983;
  content: "";
}
.top_flow_tit {
  color: #193983;
  font-size: 32px;
  letter-spacing: 0.025em;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.1%;
}
.top_flow_text {
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 2.16;
}

.top_flow_text .cv_clinic_item {
  padding: 0;
}
.top_flow_text p {
  margin-bottom: 5.6%;
}

.top_flow_list .cv_clinic_item {
  box-shadow: none;
  height: auto;
  margin-bottom: 10px;
}
.top_flow_list .cv_clinic_btn_list {
    justify-content: space-between;
}
.top_flow_list .cv_clinic_btn_item {
  width: 49%;
}
.top_flow_list .cv_clinic_btn_item a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0;
}
.top_flow_list .cv_clinic_btn_item a::before {
  display: none;
}
/*==================================================================================================================

  スマホ

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

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

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

  ==================================================================*/
  .top_mainvisual {
    height: 390px;
    background: url("../images/mv_sp.jpg");
    background-size: 100%;
  }

  .mainvisual_wrap {
    height: 390px;
  }

  .top_mainvisual .inner {
    width: auto;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch img {
    width: 70%;
  }
  .mainvisual_catch span::before {
    left: 0;
    width: 13%;
  }
  .mainvisual_catch span::after {
    right: 0;
    width: 13%;
  }

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

  .mv_bnr スマホ

==================================================================*/
  .mv_bnr_list {
    position: static;
    display: block;
    padding-top: 30px;
    min-width: 80%;
    width: 80%;
    padding-bottom: 20px;
  }
  .mv_bnr_item {
    margin-right: 0 !important;
    margin-bottom: 10px;
    box-shadow: none;
    text-align: center;
  }

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

  .top_intro スマホ

==================================================================*/
  .top_intro {
    padding: 40px 0 40px;
  }
  .top_intro_tit {
    font-size: 26px;
  }
  .top_intro_tit span {
    display: inline-block;
    font-size: 65px;
    padding-top: 10px;
  }
  .top_intro_tit span i {
    font-size: 18px;
  }
  .top_intro_tit_cap {
    font-size: 15px;
  }
  .top_intro_catch {
    font-size: 22px;
  }

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

    .top_specialist スマホ

  ==================================================================*/
  .top_specialist {
    padding: 40px 5% 70px;
  }
  .top_specialist_sub_tit {
    font-size: 20px;
  }
  .top_specialist_sub_tit::before,
  .top_specialist_sub_tit::after {
    top: 70%;
  }
  .top_specialist_box1_detail {
    width: 100%;
    margin-left: 0;
  }
  .top_specialist_box1 {
    width: 100%;
    margin-bottom: 60px;
  }
  .top_specialist_box1_tit {
    font-size: 20px;
  }
  .top_specialist_box1_text {
    font-size: 18px;
  }
  .top_specialist_box1_img {
    position: static;
    width: 100%;
    margin: 30px 0;
  }
  .top_specialist_box1_text {
    font-size: 14px;
    text-align: left;
  }
  .top_specialist_box1_text br {
    display: none;
  }
  .top_specialist_doctor {
    left: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .top_specialist_doctor_text {
    width: 100%;
    font-size: 15px;
  }
  .top_specialist_doctor_img {
    width: 100%;
    order: -1;
    margin-bottom: 25px;
  }

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

    .top_problems スマホ

  ==================================================================*/
  .top_problem {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
.top_problem .tit01 {
  font-size: 30px;
}
  .top_problem_list {
    margin: 30px auto 0;
  }
  .top_problem_item {
    display: block;
  }

    .top_specialist .tit01 {
    font-size: 30px;
}
  .top_problem_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_problem_num::before {
    bottom: -8px;
  }
  .top_problem_detail {
    width: 100%;
    padding-left: 0 !important;
  }
  .top_problem_tit {
    font-size: 22px;
    line-height: 1.7;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .top_problem_detail {
    font-size: 15px;
  }
  .top_problem_check_item {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top_problem_check_item::before {
    top: 2px;
  }
	.top_problem_sub_tit{
		font-size: 20px;
	}
  /*==================================================================

    .cv スマホ

  ==================================================================*/
  .cv_clinic_list {
    padding-top: 0;
    width: 90%;
  }
  .cv_clinic_item {
    display: block;
    height: auto;
    padding: 20px 10px;
  }
  .cv_clinic_logo {
    width: 69%;
    margin: 0 auto 14px;
  }

  .cv_clinic_btn_item a {
    width: 90%;
    font-size: 18px;
        max-width: 300px;
  }
  .cv_clinic_btn_item a::before {
    left: 6%;
  }
  .cv_clinic_btn_item a span {
    font-size: 13.5px;
  }
  .cv_clinic_btn_list {
    display: block;
  }
  .cv_clinic_btn_item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .cv_clinic_btn_item a {
    margin: auto;
  }

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

    .top_date スマホ

  ==================================================================*/
  .top_date {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: top 50px center;
  }
  .top_date .tit01 {
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    font-size: 30px;
  }
  .top_date_box1 {
    display: block;
  }
  .top_date_box1_item {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top_date_box1_item:last-child {
    padding-bottom: 50px;
  }
  .top_date_box1_item::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/date_bg_l.jpg") top left no-repeat;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-size: cover;
  }
  .top_date_box1_detail {
    width: 90%;
  }
  .top_date_box1_tit {
    font-size: 20px;
  }
  .top_date_box1_tit span {
    font-size: 25px;
  }
  .top_date_box1_year {
    font-size: 22px;
  }
  .top_date_box1_num span {
    font-size: 60px;
  }

  .top_date_box1_item:nth-child(2)::before {
    background: url("../images/date_bg_r.jpg") top right no-repeat;
    right: 0;
    left: auto;
  }
  .top_date_box1_detail {
    margin: auto !important;
  }
  .top_date_box_text {
    font-size: 18px;
    width: 90%;
    margin: auto;
  }
  .top_date_box_text::before {
    top: 63%;
    left: -5%;
  }
  .top_date_box_text::after {
    top: 63%;
    right: -5%;
  }

  .top_date_box2 {
    display: block;
  }
  .top_date_box2_tit {
    font-size: 20px;
  }
  .top_date_box2_tit br {
    display: none;
  }
  .top_date_box2_text {
    font-size: 15px;
  }
  .top_date_box2_img {
    width: 100%;
  }
  .top_date_box2_detail {
    width: 100%;
    padding-left: 0;
  }
  .top_date_box2_text a {
    word-break: break-all;
  }
  .top_features_img {
    width: 100%;
  }
  .top_features_detail {
    width: 100%;
    padding: 0 !important;
  }

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

    .top_features スマホ

  ==================================================================*/
  .top_features {
    padding-top: 60px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .top_features_item {
    display: block;
  }
  .top_features_s_img {
    width: 30%;
    top: auto;
    bottom: -60px;
  }
    .top_features .tit01 {
    font-size: 30px;
}
  .top_features_img {
    margin-bottom: 20px;
  }
  .top_features_tit {
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
  }
  .top_features_tit br {
    /*display: none;*/
  }
  .top_features_num::before {
    bottom: -10px;
  }
  .top_features_text {
    padding: 20px 0 50px;
  }
  .top_features_text p {
    width: 94%;
    font-size: 15px;
  }

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

    .top_qa スマホ

  ==================================================================*/
  .top_qa {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .top_qa_box {
    padding-top: 15px;
  }
  .top_qa_sub_tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .top_qa_sub_tit::before {
    width: 60%;
  }

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

    .top_flow スマホ

  ==================================================================*/
  .top_flow::before {
    width: 16%;
  }
  .top_flow .tit01_en {
    margin-top: -20px;
  }
  .top_flow_head_img {
    height: 160px;
  }
  .flow_ol_list {
    width: 94%;
    margin: auto;
    gap: 0 3%;
    padding-top: 5px;
  }
  .flow_ol_item {
    width: 29vw;
    height: 29vw;
    padding-top: 0;
  }
  .flow_ol_item::before {
    right: -13%;
    z-index: -1;
  }
  .flow_ol_tit {
    font-size: 14px;
    line-height: 1.1;
  }
  .flow_ol_num {
    font-size: 17px;
    padding-top: 4px;
  }
  .flow_ol_tit::before {
    background-size: 23%;
  }
  .top_flow_num {
    left: -19%;
    top: 27px;
  }
  .top_flow_list {
    padding-top: 40px;
  }
  .top_flow_item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .top_flow_detail {
    width: 100%;
    margin-left: 15%;
    padding-top: 25px;
    min-height: 100%;
  }
  .top_flow_tit {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .top_flow_text {
    font-size: 15px;
  }
  .top_flow_img {
    width: 100%;
    order: -1;
  }

  .top_flow_list .cv_clinic_btn_item {
    width: 100%;
  }
  .top_flow_list .cv_clinic_item {
    padding: 0 5%;
  }
}
