@charset "UTF-8";
/* 変数 */
/* mixin */
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .block_breadcrumbs {
    visibility: hidden;
  }
}

.block_top_info {
  padding-top: 70px;
  padding-bottom: 56px;
  background-image: url(../images/bg1_bg_right.png), url(../images/bg1_bg_left.png);
  background-repeat: no-repeat;
  background-position: bottom 39px right, bottom 40px left;
  background-color: #feffe2;
}

@media screen and (max-width: 767px) {
  .block_top_info {
    margin-top: 110px;
    padding-top: 0;
  }
}

.block_top_info .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_top_info .box1 {
    width: 97%;
  }
}

.block_top_info .box1 > .sp {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .block_top_info .box1 > .sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 65px;
  }
  .block_top_info .box1 > .sp img {
    margin: 1%;
    width: 47%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.block_top_info .box_wh {
  width: calc((100% - 72px) / 2);
  max-width: 564px;
  min-height: 510px;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px #d2d2d2;
          box-shadow: 0 0 10px #d2d2d2;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_top_info .box_wh {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .block_top_info .box_wh {
    margin-bottom: 96px;
    padding-bottom: 20px;
    width: 100%;
    min-height: auto;
  }
}

.block_top_info .box_wh::before {
  content: "";
  margin: auto;
  width: 115px;
  height: 41px;
  background-image: url(../images/box_white_maru.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -41px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .block_top_info .box_wh .tit02 {
    margin-top: -15px;
  }
}

.block_top_info .box_news .tit02::before {
  width: 60px;
  height: 60px;
  background-image: url(../images/icon_tit_news.png);
  bottom: -62px;
}

.block_top_info .box_news .top_news_flame {
  margin: 0 auto 32px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .block_top_info .box_news .top_news_flame {
    margin: 84px auto 32px;
    width: 90%;
  }
}

.block_top_info .box_news .scroll_area {
  padding-right: 41px;
  height: 330px;
  overflow-y: scroll;
}

.block_top_info .box_news .news_text_list dt {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.block_top_info .box_news .news_text_list dt em,
.block_top_info .box_news .news_text_list dt span {
  font-size: 14px;
  font-weight: normal;
  padding-right: 15px;
}

.block_top_info .box_news .news_text_list dd {
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.block_top_info .box_news .news_text_list dd .anchor {
  color: #5ca5e4;
  font-weight: bold;
  font-size: 16px;
}

.block_top_info .box_news .btn01 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .block_top_info .box_time {
    padding: 0 16px 20px;
  }
}

.block_top_info .box_time::after {
  content: "";
  margin: auto;
  width: 100%;
  height: 125px;
  background-image: url(../images/box_bg_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .block_top_info .box_time::after {
    height: 74px;
  }
}

.block_top_info .box_time .tit02 {
  color: #7ad194;
}

.block_top_info .box_time .tit02::before {
  width: 60px;
  height: 60px;
  background-image: url(../images/icon_tit_time.png);
  bottom: -62px;
}

.block_top_info .box_time .time_img {
  text-align: center;
  padding-top: 34px;
}

@media screen and (max-width: 767px) {
  .block_top_info .box_time .time_img {
    text-align: center;
    padding-top: 64px;
    padding-bottom: 40px;
  }
}

.block_top_info .top_blog {
  text-align: center;
  margin: -50px auto 100px;
  max-width: 1200px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_top_info .top_blog {
    width: 97%;
  }
}

@media screen and (max-width: 767px) {
  .block_top_info .top_blog {
    margin: -140px 6% 100px;
    width: 88%;
    position: relative;
    z-index: 99;
  }
}

.block_top_info .top_blog img {
  width: 100%;
}

/*スクロールバーの横幅指定*/
.scroll_area::-webkit-scrollbar {
  width: 5px;
}

/*スクロールバーの背景色・角丸指定*/
.scroll_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #e5e5e5;
}

/*スクロールバーの色・角丸指定*/
.scroll_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #85b0d5;
}

.block_top_feature {
  margin-bottom: 50px;
  position: relative;
}

.block_top_feature::before {
  position: absolute;
  right: 0;
  top: -41px;
  left: 0;
  width: 156px;
  height: 92px;
  margin: auto;
  background-image: url(../images/bg1_under_tit_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.block_top_feature::after {
  content: "";
  display: block;
  clear: both;
}

.block_top_feature .block_top_feature_flex .box_feature {
  margin: 0 1.5% 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_top_feature .block_top_feature_flex .box_feature:nth-of-type(even) .text {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_feature {
    float: none;
    margin: 0 auto;
    width: 90%;
    max-height: inherit;
    border-radius: 30px 30px 0 0;
    overflow: inherit;
  }
}

.block_top_feature .block_top_feature_flex .box_feature .text {
  color: #fff;
  margin: 0;
  padding: 24px 38px 56px 30px;
  max-width: 303px;
  max-height: 100%;
  background-repeat: repeat;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_feature .text {
    color: #fff;
    padding: 14px 16px 7px 15px;
    max-width: unset;
    max-height: inherit;
    background-image: url(../images/feature_cover_pink.png);
    background-repeat: repeat;
    border-radius: 0 0 30px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    bottom: -345px;
  }
}

.block_top_feature .block_top_feature_flex .box_feature .text .no {
  font-size: 20px;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  margin-bottom: 15px;
}

.block_top_feature .block_top_feature_flex .box_feature .text .no em {
  font-size: 200%;
  line-height: 1;
  padding-left: 10px;
}

.block_top_feature .block_top_feature_flex .box_feature .text h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B",
 "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial,
 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.65;
  letter-spacing: 0.01em;
  margin-bottom: 19px;
}

.block_top_feature .block_top_feature_flex .box_feature .text p {
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 43px;
}

.block_top_feature .block_top_feature_flex .box_feature .text p + div {
  text-align: center;
}

.block_top_feature .block_top_feature_flex .box_feature .text .btn_more {
  color: #ffffff;
}

.block_top_feature .block_top_feature_flex .box_feature .text .btn_more::after {
  background-image: url(../images/arrow_white.png);
}

.block_top_feature .block_top_feature_flex .box_feature .bnr {
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .row {
    float: right;
    width: 33%;
    min-height: 740px;
    margin: 0 1.5% 0 0;
  }
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .row {
    float: none;
    width: 90%;
    min-height: 600px;
    margin: 0 auto 30px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .row .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 35px 13px 40px;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .row .text > div:first-of-type {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .row .text > div:last-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .row .text p {
    width: 47%;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .col {
    float: left;
    width: 62.5%;
    max-height: 484px;
  }
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .col {
    margin-bottom: 370px;
    height: 350px;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .col .text {
    min-height: 488px;
  }
}

.block_top_feature .block_top_feature_flex .box_01 {
  background-image: url(../images/feature_img01_01.png);
}

.block_top_feature .block_top_feature_flex .box_01 .text {
  background-image: url(../images/feature_cover_pink.png);
}

.block_top_feature .block_top_feature_flex .box_01 .text div:last-of-type {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_01 .text div:last-of-type {
    margin-top: -30px;
  }
}

.block_top_feature .block_top_feature_flex .box_01 .bnr {
  bottom: 41px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_01 .bnr {
    width: 70%;
    bottom: -9px;
    right: 0px;
  }
}

.block_top_feature .block_top_feature_flex .box_02 {
  background-image: url(../images/feature_img02.png);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_top_feature .block_top_feature_flex .box_02 {
    background-position: top -195px left;
  }
}

.block_top_feature .block_top_feature_flex .box_02 .text {
  background-image: url(../images/feature_cover_orange.png);
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_02 .text p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1400px) {
  .block_top_feature .block_top_feature_flex .box_02 .bnr {
    bottom: 306px !important;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .box_02 .bnr {
    bottom: 256px;
    left: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_top_feature .block_top_feature_flex .box_02 .bnr {
    bottom: 20px !important;
    right: 320px;
  }
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_02 .bnr {
    bottom: 306px;
    left: calc(50% - 114px);
  }
}

.block_top_feature .block_top_feature_flex .box_02 .bnr figure {
  text-align: center;
}

.block_top_feature .block_top_feature_flex .box_02 .bnr figure img {
  width: 164px;
  border: 7px solid #ffffff;
  border-radius: 100%;
  position: relative;
  z-index: 5;
}

.block_top_feature .block_top_feature_flex .box_02 .bnr figure figcaption {
  color: #ffffff;
  font-size: 18px;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B",
 "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial,
 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin: -22px auto auto;
  padding: 0;
  width: 228px;
  background-color: #efad4e;
  border-radius: 30px;
  position: relative;
  z-index: 10;
}

.block_top_feature .block_top_feature_flex .box_03 {
  background-image: url(../images/feature_img03_01.png);
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_03 {
    margin-bottom: 270px;
    min-height: 205px;
    background-image: url(../images/feature_img03.png);
  }
}

.block_top_feature .block_top_feature_flex .box_03 .text {
  background-image: url(../images/feature_cover_blue.png);
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .box_03 .text {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_03 .text {
    bottom: -293px;
  }
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_03 .text div:last-of-type {
    margin-top: -48px;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .box_03 .bnr {
    bottom: 41px;
    left: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_top_feature .block_top_feature_flex .box_03 .bnr {
    bottom: 41px;
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_03 .bnr {
    bottom: 53px;
    left: 44px;
  }
}

.block_top_feature .block_top_feature_flex .box_04 {
  background-image: url(../images/feature_img04.png);
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_04 {
    margin-bottom: 132px;
    min-height: 488px;
  }
}

.block_top_feature .block_top_feature_flex .box_04 .text {
  background-image: url(../images/feature_cover_green.png);
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_04 .text {
    bottom: -294px;
  }
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_04 .text div:last-of-type {
    margin-top: -48px;
  }
}

.block_top_feature .block_top_feature_flex .box_05 {
  background-image: url(../images/feature_img05_01.png);
}

@media screen and (min-width: 1025px) {
  .block_top_feature .block_top_feature_flex .box_05 {
    margin-top: -252px;
  }
}

.block_top_feature .block_top_feature_flex .box_05 .text {
  background-image: url(../images/feature_cover_purple.png);
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_05 .text {
    padding: 22px 7px 3px 10px;
    bottom: -307px;
  }
}

@media screen and (max-width: 767px) {
  .block_top_feature .block_top_feature_flex .box_05 .text p {
    margin-bottom: 10px;
  }
}

.block_top_greeting {
  padding: 40px 0 10px;
  padding-top: 86px;
  padding-bottom: 10px;
  background-color: #ffffe2;
  background-image: url(../images/bg2_white_box.png);
  background-repeat: no-repeat;
  background-position: top 137px center;
  background-size: auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .block_top_greeting {
    margin-top: 20px;
    background-position: top 0 center;
    background-size: 380%;
  }
}

.block_top_greeting .text {
  margin: auto;
  width: 55%;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_top_greeting .text {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .block_top_greeting .text {
    width: auto;
  }
}

.block_top_greeting .text::before {
  content: "";
  margin: auto;
  width: 163px;
  height: 111px;
  background-image: url(../images/icon_illust01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -128px;
  left: -99px;
}

@media screen and (max-width: 767px) {
  .block_top_greeting .text::before {
    width: 83px;
    height: 81px;
    top: -78px;
    left: 0;
  }
}

.block_top_greeting .text::after {
  content: "";
  margin: auto;
  width: 207px;
  height: 35px;
  background-image: url(../images/icon_illust04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .block_top_greeting .text::after {
    top: -52px;
    right: -259px;
  }
}

@media screen and (min-width: 768px) {
  .block_top_greeting .text::after {
    top: -52px;
    right: -40%;
  }
}

@media screen and (max-width: 767px) {
  .block_top_greeting .text::after {
    width: 137px;
    height: 25px;
    top: -32px;
    right: 0;
  }
}

.block_top_greeting .text p {
  margin-bottom: 1.8em;
}

.block_top_greeting .doctor_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .block_top_greeting .doctor_info {
    display: block;
    text-align: center;
    padding-top: 3px;
  }
}

.block_top_greeting .doctor_info::before {
  content: "";
  width: 194px;
  height: 144px;
  margin: auto;
  background-image: url(../images/icon_illust02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -87px;
  left: -166px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .block_top_greeting .doctor_info::before {
    width: 84px;
    height: 144px;
    top: 23px;
    left: 0;
  }
}

.block_top_greeting .doctor_info::after {
  content: "";
  width: 177px;
  height: 164px;
  margin: auto;
  background-image: url(../images/icon_illust03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -88px;
  right: -132px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .block_top_greeting .doctor_info::after {
    width: 87px;
    height: 164px;
    top: 2px;
    right: 0;
  }
}

.block_top_greeting .doctor_info .name {
  font-size: 160%;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B",
 "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial,
 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-right: 30px;
}

.block_top_greeting .doctor_info .name span {
  font-size: 18px;
  padding-right: 20px;
}

.block_top_greeting .doctor_info .btn02 {
  margin-top: 3px;
}

.block_top_greeting .doctor_info .btn02 a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B",
 "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial,
 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-decoration: none;
  padding: 6px 28px 5px;
  background: #f094a5;
  border-radius: 104px;
  -webkit-transition: 0.2s all ease 0s;
  transition: 0.2s all ease 0s;
}

.block_top_greeting .doctor_info .btn02 a:hover {
  background-color: #136ab2;
}

.block_top_greeting .top_doctor_img {
  display: block;
  margin-top: 30px;
  width: 100%;
  position: relative;
  top: inherit;
}

@media screen and (min-width: 1025px) {
  .block_top_greeting .top_doctor_img {
    width: 100%;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .block_top_greeting .top_doctor_img ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_greeting .top_doctor_img li {
    position: absolute;
  }
}

@media screen and (max-width: 1024px) {
  .block_top_greeting .top_doctor_img li {
    text-align: center;
    margin-bottom: 10px;
    width: calc(100% / 4);
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}

@media screen and (max-width: 767px) {
  .block_top_greeting .top_doctor_img li {
    width: 47%;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_greeting .top_doctor_img li::before {
    content: "";
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .block_top_greeting .top_doctor_img li.top_doctor_img01 {
    top: 149px;
    left: -176px;
  }
  .block_top_greeting .top_doctor_img li.top_doctor_img01::before {
    width: 379px;
    height: 373px;
    background-image: url(../images/doctor_img01_cover.png);
    top: -6px;
    left: 10px;
  }
  .block_top_greeting .top_doctor_img li.top_doctor_img02 {
    top: 550px;
    left: -20px;
  }
  .block_top_greeting .top_doctor_img li.top_doctor_img02::before {
    width: 242px;
    height: 236px;
    background-image: url(../images/doctor_img02_cover.png);
    top: 23px;
    left: -10px;
  }
  .block_top_greeting .top_doctor_img li.top_doctor_img03 {
    top: 222px;
    right: -64px;
  }
  .block_top_greeting .top_doctor_img li.top_doctor_img03::before {
    width: 259px;
    height: 263px;
    background-image: url(../images/doctor_img03_cover.png);
    top: -23px;
    left: -10px;
  }
  .block_top_greeting .top_doctor_img li.top_doctor_img04 {
    top: 577px;
    right: 48px;
  }
  .block_top_greeting .top_doctor_img li.top_doctor_img04::before {
    width: 184px;
    height: 188px;
    background-image: url(../images/doctor_img04_cover.png);
    top: 8px;
    left: -2px;
  }
}

.block_top_facility {
  padding: 62px 0 24px;
  background-image: url(../images/bg_img_facility.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.block_top_facility .text {
  line-height: 2.25;
  letter-spacing: 0.05em;
  width: 53.2%;
  max-width: 640px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_top_facility .text {
    margin: 0 50px;
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .block_top_facility .text {
    line-height: 2.25;
    letter-spacing: 0.05em;
    width: 100%;
  }
}

.block_top_facility .text p {
  margin-bottom: 2.25em;
}

.block_top_medical {
  padding: 86px 0 1px;
  background-image: url(../images/bg_img_clinic_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.block_top_medical .top_medical_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
  max-width: 1182px;
}

.block_top_medical .top_medical_list div {
  margin: 0 1.3% 33px;
}

.block_top_medical .top_medical_list div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 238px;
  height: 238px;
  background-image: url(../images/medical01_bg.png);
  background-repeat: no-repeat;
  position: relative;
}

.block_top_medical .top_medical_list div a::before {
  content: "";
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url(../images/medical01_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
}

.block_top_medical .top_medical_list div a img {
  height: auto;
}

.block_top_medical .top_medical_list div a span:first-of-type {
  margin-bottom: 20px;
}

.block_top_medical .top_medical_list div a span:last-of-type {
  color: #685851;
  font-size: 22px;
  font-weight: bold;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B",
 "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial,
 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.block_top_medical .top_medical_list div:nth-of-type(2) a {
  background-image: url(../images/medical02_bg.png);
}

.block_top_medical .top_medical_list div:nth-of-type(3) a {
  background-image: url(../images/medical03_bg.png);
}

.block_top_medical .top_medical_list div:nth-of-type(4) a {
  background-image: url(../images/medical04_bg.png);
}

.block_top_medical .top_medical_list div:nth-of-type(5) a {
  background-image: url(../images/medical05_bg.png);
}

.block_top_medical .top_medical_list div:nth-of-type(6) a {
  background-image: url(../images/medical06_bg.png);
}

.block_top_medical .top_medical_list div:nth-of-type(7) a {
  background-image: url(../images/medical07_bg.png);
}

.block_top_medical .top_medical_list div:nth-of-type(8) a {
  background-image: url(../images/medical08_bg.png);
}

.bnrRecuirDh,
.bnrPrivateSeminar {
  margin: 0 auto 100px;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .bnrRecuirDh {
    margin: -74px auto 80px;
    width: 88%;
  }
	.top_blog1 img{
		margin-left:0 !important;
		margin-right:0 !important;
	}
  .bnrPrivateSeminar {
    margin: -58px auto 80px;
    width: 88%;
  }
  .bnrRecuirDh img,
  .bnrPrivateSeminar img {
    margin: 0;
  }
}
/*# sourceMappingURL=top.css.map */