@charset "UTF-8";
/* _mediaQuery.scss START */
/* _mediaQuery.scss END */
.top-kv-box {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-kv-box {
    width: 100%;
    height: auto;
  }
}
.top-kv-box .absolute-content-box {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 96px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top-kv-box .absolute-content-box {
    top: min(5%, 64px);
  }
}
@media screen and (min-width: 1200px) {
  .top-kv-box .absolute-content-box {
    top: min(10%, 100px);
  }
}
.top-kv-box .absolute-content-box h1 {
  font-size: 4vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top-kv-box .absolute-content-box h1 {
    font-size: min(2.8vw, 48px);
  }
}
.top-kv-box {
  /* slick list box */
}
.top-kv-box .main-image {
  width: 100%;
  position: relative;
  z-index: 0;
}
.top-kv-box .main-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: auto;
  width: 100%;
  min-height: 60vw;
}
@media screen and (min-width: 768px) {
  .top-kv-box .main-image img {
    min-height: 400px;
    max-height: 800px;
  }
}
.top-kv-box .main-image {
  /* bg white-town */
}
.top-kv-box .main-image::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-height: 120px;
  height: 12vw;
  background: url("../images/top/bg_white-town.svg") repeat-x top center;
  background-size: auto 100%;
}
.top-kv-box {
  /* recruit button */
}
.top-kv-box .recruit-button-box {
  padding-top: clamp(12px, 2.5vw, 18px);
  text-align: center;
}
.top-kv-box .recruit-button-box a {
  font-size: clamp(12px, 3vw, 16px);
  display: inline-block;
  color: #007F41;
  background-color: #FCEE21;
  border: 2px solid #007F41;
  padding: 0.5em 2em;
  border-radius: 3em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-kv-box .recruit-button-box a {
    font-size: clamp(12px, 2.5vw, 16px);
  }
}
.top-kv-box .recruit-button-box a:hover {
  text-decoration: underline;
}
.top-kv-box .recruit-button-box a::after {
  content: " ＞";
}
.top-kv-box {
  /* consultation day, 診察日 */
}
.top-kv-box .consultation-day-box {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .top-kv-box .consultation-day-box {
    padding: 0 12.5%;
    width: 100%;
    position: absolute;
    bottom: min(4vw, 140px);
    left: 0;
    z-index: 1;
  }
  .top-kv-box .consultation-day-box a {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    background: url("../images/top/top_consultation_pc.svg") no-repeat left top;
    background-size: cover;
  }
  .top-kv-box .consultation-day-box a:hover {
    background: url("../images/top/top_consultation_pc-hover.svg") no-repeat left top;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}

.news {
  position: relative;
  width: 100%;
  font-weight: bold;
  display: none;
}
@media screen and (min-width: 992px) {
  .news {
    display: block;
    padding-bottom: 70px;
    position: absolute;
    z-index: 1650;
    top: 0;
    right: 100px;
    width: calc(70% - 50px);
  }
  .news:before {
    content: "";
    top: 0;
    left: 30%;
  }
}
@media screen and (min-width: 992px) {
  .news-area {
    position: absolute;
    top: -180px;
    left: 0%;
    width: 100%;
    height: 40px;
    max-width: 90%;
    transition: all 1s ease-in-out;
  }
  .news-area:before {
    content: "";
    position: absolute;
    height: 110px;
    width: 150px;
    left: 150px;
    border-left: 3px solid #007F41;
    border-right: 3px solid #007F41;
  }
}
.news-area.active {
  top: 0px;
}
.news-text {
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 24px;
  min-height: 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  background: #007F41;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .news-text {
    display: inline-block;
    margin-top: 110px;
    width: 620px;
    font-size: 15px;
    background: #fff;
    border: 3px solid #007F41;
    color: #000;
    padding: 10px 30px;
    padding-left: 120px;
    border-radius: 50px;
    line-height: 24px;
    min-width: 410px;
  }
}
.news-text .date {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .news-text .date {
    font-size: 15px;
  }
}
.news-text:before {
  content: "NEWS";
  background: #FCEE21;
  display: inline-block;
  color: #000;
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .news-text:before {
    position: absolute;
    padding: 10px 20px;
    top: 0;
    left: 0;
    font-size: 21px;
    height: calc(100% + 6px);
    display: flex;
    align-items: center;
    transform: translate(-3px, -3px);
    border-radius: 50px;
    border: 3px solid #007F41;
  }
}
@media screen and (min-width: 992px) {
  .news.m_fixed {
    padding-bottom: 70px;
    position: fixed !important;
    z-index: 1650;
    top: 0;
    right: 220px;
    width: 520px;
  }
  .news.m_fixed:before {
    content: "";
    top: 0;
    left: 50%;
  }
}
.news.m_fixed {
  /*
  .news-area {
  	@include lg {
  		position: absolute;
  		top: -80px;
  		left: 0%;
  		width: 100%;
  		height: 40px;
  		max-width: 90%;
  		transition: all 1s ease-in-out;

  		&:before {
  			content: "";
  			position: absolute;
  			height: 35px;
  			width: 150px;
  			left: 250px;
  			border-left: 3px solid $keycolor;
  			border-right: 3px solid $keycolor;
  		}
  	}

  	&.active {
  		top: 0;
  	}
  }
  */
}
.news.m_fixed .news-text {
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 24px;
  min-height: 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  background: #007F41;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .news.m_fixed .news-text {
    /*display:inline-block;*/
    display: flex;
    margin-top: 35px !important;
    width: 600px;
    font-size: 15px;
    background: #fff;
    border: 3px solid #007F41;
    color: #000;
    padding: 10px 30px;
    padding-left: 120px;
    border-radius: 50px;
    line-height: 24px;
    min-width: 410px;
  }
}
.news.m_fixed .news-text .date {
  font-size: 18px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .news.m_fixed .news-text .date {
    font-size: 15px;
  }
}
.news.m_fixed .news-text:before {
  content: "NEWS";
  background: #FCEE21;
  display: inline-block;
  color: #000;
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .news.m_fixed .news-text:before {
    position: absolute;
    padding: 10px 20px;
    top: 0;
    left: 0;
    height: calc(100% + 6px);
    display: flex;
    align-items: center;
    font-size: 21px;
    transform: translate(-3px, -3px);
    border-radius: 50px;
    border: 3px solid #007F41;
  }
}

.grad-wrap {
  position: relative;
}

/* news topic */
.news-topic-box {
  margin-bottom: 30px;
}
.news-topic-box .news-topic-title-box {
  background: #007F41;
  color: #fff;
  padding: 10px 4%;
}
.news-topic-box .news-topic-title-box h2 {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .news-topic-box .news-topic-title-box h2 {
    letter-spacing: 0.12em;
  }
}
.news-topic-box .news-topic-title-box h2 .text-jp {
  letter-spacing: 0;
  font-size: 18px;
  padding-left: 40px;
}
.news-topic-box .news-topic-loop-box {
  background: #F2F2F2;
  padding: 0 4%;
}
.news-topic-box .news-topic-loop-box dl {
  max-width: 1000px;
  margin: 0 auto;
  color: #1A1A1A;
  font-size: 14px;
}
.news-topic-box .news-topic-loop-box dl dt.date {
  border-bottom: 1px solid #ccc;
  padding: 15px 15px 0 15px;
}
.news-topic-box .news-topic-loop-box dl dd {
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-topic-box .news-topic-loop-box dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .news-topic-box .news-topic-loop-box dl dt.date {
    flex-basis: 8em;
    padding: 15px;
  }
  .news-topic-box .news-topic-loop-box dl dd {
    flex-basis: calc(100% - 8em);
    padding: 15px;
  }
}
.news-topic-box .news-topic-loop-box a {
  color: #000;
}
.news-topic-box {
  /* お知らせ一覧ボタン */
}
.news-topic-box .archive-btn-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 0;
}
.news-topic-box .archive-btn-box a {
  max-width: 240px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 4px;
  display: block;
  background: #fff;
  color: #007F41;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2px;
  border: 2px solid #007F41;
}
.news-topic-box .archive-btn-box a::after {
  content: " >";
}
@media screen and (max-width: 767px) {
  .news-topic-box .pastbtn {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 10px 20px;
  }
}

/* wp読み込みお知らせ */
.post-artcle-box {
  padding: 80px 4% 0px;
  max-width: 1200px;
  margin: 0 auto 70px;
  width: 100%;
}
.post-artcle-box article {
  padding: 55px 8%;
  border-top: 2px solid #007F41;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.post-artcle-box article + article {
  margin-top: 16px;
}
.post-artcle-box {
  /* new icon */
}
.post-artcle-box article:before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffff00;
  color: #007F41;
  font-size: clamp(12px, 3vw, 20px);
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 40px;
  border: 3px solid #007F41;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.post-artcle-box article:last-of-type {
  border-bottom: 2px solid #007F41;
}
.post-artcle-box article h2 {
  font-size: clamp(16px, 4vw, 24px);
  letter-spacing: 0.2rem;
  margin-bottom: 1em;
  color: #007F41;
  text-align: center;
  font-style: normal;
  font-weight: 800;
}
.post-artcle-box article p,
.post-artcle-box article div {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post-artcle-box article p,
  .post-artcle-box article div {
    font-size: 18px;
  }
}
.post-artcle-box article p.date {
  text-align: center;
  color: #007F41;
  font-size: 18px;
}

/* 直書きお知らせ */
.green-title-border-box {
  max-width: 1200px;
  margin: 120px auto 64px;
  border: 2px solid #007F41;
  border-radius: 25px;
  padding: 0px 8% 50px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .green-title-border-box {
    border-radius: 2.5vw;
  }
}
.green-title-border-box .title {
  transform: translateY(-50%);
  background: #007F41;
  color: #fff;
  padding: 24px;
  border-radius: 20px;
  width: 100%;
  max-width: 640px;
  letter-spacing: 0.2rem;
  font-size: clamp(16px, 4vw, 24px);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .green-title-border-box .title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.2rem;
    padding: 30px;
  }
}
.green-title-border-box .title {
  /*&:before{
                content:"トピック";
                position:absolute;
                top:0;
                left:20px;
                transform:translateY(-50%);
                border:3px solid $keycolor;
                color:$keycolor;
                background:$yellow;
                font-size:14px;
                font-weight:bold;
                border-radius:20px;
                padding:7px 12px;
                letter-spacing:0;
            }*/
}
.green-title-border-box .icon-new::after {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffff00;
  color: #007F41;
  font-size: clamp(12px, 3vw, 20px);
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 40px;
  border: 3px solid #007F41;
}
.green-title-border-box .inner-sec {
  max-width: 1000px;
  margin: 0 auto;
}
.green-title-border-box .inner-sec + .inner-sec {
  margin-top: 40px;
}
.green-title-border-box .inner-sec .inner-title {
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  max-width: 320px;
  background: #ffff00;
  color: #007F41;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0px;
  border-radius: 40px;
  border: 3px solid #007F41;
}
@media screen and (min-width: 768px) {
  .green-title-border-box .inner-sec .inner-title {
    margin-bottom: 40px;
    max-width: 410px;
  }
}
.green-title-border-box p {
  font-weight: bold;
  color: #007F41;
}
@media screen and (min-width: 768px) {
  .green-title-border-box p {
    font-size: 18px;
  }
}
.green-title-border-box .marker {
  background: linear-gradient(transparent 60%, #FCEE21 60%);
}
.green-title-border-box .color-orange {
  color: #F15A24;
}
.green-title-border-box {
  /* calendar img */
}
.green-title-border-box .calendar-img-box {
  text-align: center;
  margin-top: 40px;
}

/* bottom img */
.top-bottom-loopbg-box {
  background: url("../images/top/top_hr_main.svg") repeat-x;
  background-position: bottom left 20%;
  background-size: auto 55px;
  padding-bottom: 55px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top-bottom-loopbg-box {
    /* pc */
    background-size: auto auto;
    padding-bottom: 160px;
    margin-bottom: 70px;
    background-position: bottom left;
  }
}
.top-bottom-loopbg-box img {
  width: 100%;
}

/* top about us */
.top-about-box {
  background: #007F41;
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .top-about-box {
    background: url("../images/footer-logo.svg") no-repeat bottom left -30px, #007F41;
    background-size: auto auto;
  }
}
.top-about-box .inner-box {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1155px) {
  .top-about-box .inner-box {
    flex-direction: row;
  }
}
.top-about-box .inner-box h2 {
  color: #fff;
  font-size: 26px;
  line-height: 44px;
  letter-spacing: 1.3px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-about-box .inner-box h2 {
    font-size: 28px;
    line-height: 54px;
    letter-spacing: 1.4px;
    font-weight: 700;
  }
}
.top-about-box .inner-box .text-box {
  color: #fff;
  margin-bottom: 30px;
  padding: 0 30px;
}
@media screen and (min-width: 1155px) {
  .top-about-box .inner-box .text-box {
    padding-bottom: 0;
    width: 60%;
  }
}
.top-about-box .inner-box .text-box p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 32px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-about-box .inner-box .text-box p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 32px;
  }
}
.top-about-box .inner-box .text-box p .strong {
  font-weight: bold;
  color: #007F41;
  background: #FCEE21;
}
.top-about-box .inner-box .map-box {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1155px) {
  .top-about-box .inner-box .map-box {
    width: 40%;
  }
}

/* medical type */
.sec02 {
  padding: 70px 0;
  background: url("../images/top/sec02-bg.jpg") no-repeat top center;
  background-size: cover;
}
.sec02-bg01 {
  background: url("../images/top/sec02-image01.jpg") no-repeat center center;
  background-size: cover;
}
.sec02-bg02 {
  background: url("../images/top/sec02-image02.jpg") no-repeat center center;
  background-size: cover;
}
.sec02 {
  /* comment out
  &-bg03 {
  	background: url("../images/top/sec02-image03.jpg")no-repeat center center;
  	background-size: cover;
  }
  */
}
.sec02-bg04 {
  background: url("../images/top/sec02-image04.jpg") no-repeat center center;
  background-size: cover;
}
.sec02-bg05 {
  background: url("../images/top/sec02-image05.jpg") no-repeat center center;
  background-size: cover;
}
.sec02-bg01, .sec02-bg02, .sec02-bg03, .sec02-bg04, .sec02-bg05, .sec02-double {
  height: 65vw;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .sec02-bg01, .sec02-bg02, .sec02-bg03, .sec02-bg04, .sec02-bg05, .sec02-double {
    height: auto;
  }
}
.sec02 img {
  width: 74px;
  height: 74px;
}
.sec02-right {
  margin-top: 70px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .sec02-right {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    /*padding:0;
         padding-right:70px;*/
  }
}
.sec02-left {
  margin-top: 70px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .sec02-left {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    /*padding:0;
         padding-left:70px;*/
  }
}
.sec02 ul {
  text-align: left;
  margin-left: 2rem;
  margin-bottom: -20px;
}
.sec02 ul li {
  list-style: disc;
  font-size: 15px;
}
.sec02-flex, .sec02-flex2 {
  padding: 70px 30px;
  background: #007F41;
  color: #fff;
  position: relative;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .sec02-flex, .sec02-flex2 {
    padding: 70px 50px;
    max-width: 100%;
  }
}
.sec02-flex h2, .sec02-flex2 h2 {
  margin-top: 35px;
  margin: 20px 0 20px;
  font-size: 26px;
  line-height: 44px;
  letter-spacing: 1.3px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec02-flex h2, .sec02-flex2 h2 {
    font-size: 28px;
    line-height: 54px;
    letter-spacing: 1.4px;
  }
}
.sec02-flex h2, .sec02-flex2 h2 {
  /*&:before{
               content:"[ ";
           }
           &:after{
               content:" ]";
           }*/
}
.sec02-flex p, .sec02-flex2 p {
  margin-top: 35px;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .sec02-flex p, .sec02-flex2 p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 32px;
  }
}
.sec02-flex2 {
  background: #8DB945;
  margin-left: auto;
}

/* bottom map and bg */
.top-bottom-map-box {
  background: url("../images/top/top_hr_bottom.svg") repeat-x;
  background-position: top center;
  background-size: auto 65px;
  padding: 115px 0 0;
}
@media screen and (min-width: 768px) {
  .top-bottom-map-box {
    background-position: top center;
    background-size: auto auto;
    margin-top: 70px;
    padding-top: 160px;
  }
}
.top-bottom-map-box .map-box {
  height: 450px;
}/*# sourceMappingURL=index.css.map */