@charset "utf-8";

/*---------------------------------------------------------------------------------------------------------------------------------------------

22.2.5　TOP改修用CSS

--------------------------------------------------------------------------------------------------------------------------------------------- */
.contents-wrap {
  background: #fdfdfd;
}

h2.contents-title {
  font-size: 54px;
  line-height: 1.2;
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 400;
  margin-bottom: 40px !important;
  max-width: 1130px;
  margin: 0 auto;
}

h2.contents-title span.jp {
  font-size: 16px;
  display: block;
}

.pc-only {
  display: block;
}

.tb-only {
  display: none;
}

.sp-only {
  display: none;
}

p {
  font-size: 15px;
}

/* 	ファーストビュー
-------------------------------------------------*/
.top-copy-unit {
  padding: 0;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(50%, -50%);
  text-align: center;
}

.top-slider h1 {
  display: inline-block;
  text-shadow: 0px 0px 20px rgb(109 123 130);
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  /* font-family: ‘Hiragino Kaku Gothic Pro’; */
}

.top-slider .top-copy {
  font-size: 22px;
  text-shadow: 0px 0px 12px rgb(94, 98, 110);
  color: #fff;
}

.top-slider .slick-dots {
  opacity: 0;
}

.top-copy-unit {
  width: 100%;
}

.top-slider img {
  position: absolute;
  top: -50%;
}

.slick-slide::before {
  content: "";
  background-color: #F3F3E4;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  mix-blend-mode: darken;
}

/* 	トップバナー
-------------------------------------------------*/
/* .top-info-banner {
    position: absolute;
    top: 48vw;
    left: 0;
    width: 420px;
    background-color: #FF0000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 20;
    margin: 0 auto;
} */
.top-info-banner {
  width: 420px;
  background-color: #FF0000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.2s ease;
  z-index: 20;
  margin: 20px auto 0px auto;
  border: 1px solid #dddddd;
}

.top-info-banner:hover {
  opacity: 0.6;
}

.top-info-banner p {
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
}

.top-info-banner p.ico-arrow {
  color: #000000;
  background-color: #ffffff;
  padding: 6px;
  font-size: 12px;
}

.slick-track {
  height: 480px !important;
}

/* 	recommend
-------------------------------------------------*/
ul.recommend-nav,
.pickup-block {
  display: flex;
  gap: 10px;
}

.recommend-nav li,
.pickup-block li {
  height: 280px;
  /* padding-top: 18%; */
  padding: 0;
  float: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 6%);
  background-image: url(../images/top/recommend-img-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition-duration: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.recommend-nav li:nth-child(2) {
  background-image: url(../images/top/recommend-img-02.jpg);
}

.recommend-nav li:nth-child(3) {
  background-image: url(../images/top/recommend-img-03.jpg);
}

.recommend-nav li:nth-child(4) {
  background-image: url(../images/top/recommend-img-04.jpg);
}

.recommend-nav li:nth-child(5) {
  background-image: url(../images/top/recommend-img-05.jpg);
}

.recommend-nav li a {
  box-shadow: none;
  border-left: none;
  padding: 0;
  background: transparent;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  color: #3098F2;

}

.recommend-nav li a:hover {
  background-color: transparent;
  color: #3098F2;
}

.recommend-nav li a span {
  width: 100%;
  position: relative;
  height: 90px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.recommend-nav li a span:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  position: absolute;
  transform: translate(0, -99%);
  background: rgb(255, 255, 255);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.recommend-nav h4 {
  font-weight: bold;
  position: relative;
  font-size: 20px;
  line-height: 1.4em;
  padding: 20px 10px;
  width: 100%;
  transition-duration: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  color: #3098F2;
}

.recommend-nav li:hover {
  opacity: 0.6;
}

/* 	frequent
-------------------------------------------------*/
ul.frequent-nav {
  box-sizing: border-box;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  gap: 4px;
}

ul.frequent-nav li {
  background-color: #F6FBFF;
  border: 1px solid #3098F2;
  width: 25%;
  height: 220px;
}

ul.frequent-nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 30px;
}

ul.frequent-nav li a figure {
  width: 40px;
  height: 30px;
  margin: 0px auto;
}

ul.frequent-nav figure img {
  width: 100%;
  height: 100%;
}

.frequent-nav h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
  color: #3098F2;
}

/* 	News
-------------------------------------------------*/
.news-list-box,
.blog-list-box {
  max-width: 1130px;
  margin: 0 auto 60px auto;

}

ul.news-list,
.blog-list {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

ul.news-list {
  height: 188px;
}

.news-list li {
  width: 48%;
}

span.news-tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}

.news-list li a {
  padding: 18px 10px 18px 170px;
}

.news-list li a .cat {
  top: auto;
}

.news-list li a .date {
  top: auto;
}

/* 	contact-box
-------------------------------------------------*/
.contact-box ul {
  display: flex;
  justify-content: center;
  gap: 4px;
  max-width: 1130px;
  margin: 0 auto;
}

.contact-box li {
  width: 50%;
  display: flex;
  flex-direction: column;
  border: 1px solid #DDDDDD;
  justify-content: center;
  align-items: center;
  padding: 28px;
  background-color: #F6FBFF;
}

.contact-box li h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
}

/* .contact-box li p{
    font-size: 14px;
} */
.contact-box li a {
  color: #3098F2;
  font-weight: bold;
  line-height: 1.4;
}

li.contact-block_tel a {
  pointer-events: none;
  display: inline-block;
  font-size: 40px;
}

li.contact-block_page {
  background-color: #ffffff;
}

li.contact-block_page a {
  font-size: 24px;
  margin-top: 8px;

}

.contact-block_tel a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  margin-right: 5px;
  vertical-align: middle;
}

.contact-block_page a.ico-arrow-right {
  /* display: none; */
}




/* 	pickup
-------------------------------------------------*/
.pickup-block {
  gap: 10px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0;
}

.pickup-block li {
  display: block;
  width: calc(25% - 10px);
  height: 240px;
  background-image: none;
  background-image: url(../images/top/pickup-img-01.jpg) !important;
}

.pickup-block li:nth-child(2) {
  background-image: url(../images/top/pickup-img-02.jpg) !important;
}

.pickup-block li:nth-child(3) {
  background-image: url(../images/top/pickup-img-03.jpg) !important;
}

.pickup-block li:nth-child(4) {
  background-image: url(../images/top/pickup-img-04.jpg) !important;
}

.pickup-block li:nth-child(5) {
  background-image: url(../images/top/pickup-img-05.jpg) !important;
}

.pickup-block li:nth-child(6) {
  background-image: url(../images/top/pickup-img-06.jpg) !important;
}

.pickup-block li:nth-child(7) {
  background-image: url(../images/top/pickup-img-07.jpg) !important;
}

.pickup-block li:nth-child(8) {
  background-image: url(../images/top/pickup-img-08.jpg) !important;
}

.pickup-block li a span:before {
  content: none;
}

.pickup-block li a span {
  height: 70px;
}

.pickup-block .ico-arrow-right:before {
  content: "\f105";
  position: absolute;
  margin-right: 0;
  margin-left: 7px;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
}

.pickup h2.contents-title {
  line-height: 1.4;
}

/* 	toumien-wrap
-------------------------------------------------*/

.toumien-wrap {
  background-color: #EDF7FF;
  display: flex;
  margin: 0 calc(50% - 50vw);
  position: relative;
  padding: 4%;
  justify-content: center;
}

.toumien-wrap .textblock {
  transform: translate(0%, 0%);
  width: 100%;
  max-width: 1130px;
}

/* .toumien-wrap .textblock{

} */
.toumien-wrap .textblock h4 {
  font-size: 28px;
  font-weight: bold;
}

/*
.toumien-wrap {
    background-color: #EDF7FF;
    display: flex;
    margin: 0 calc(50% - 50vw);
    position: relative;
    padding: 4% 0%;
    justify-content: center;
}
.toumien-wrap .textblock , .toumien-wrap .imgblock{
    max-width: calc(1130px / 2);

}
.toumien-wrap .textblock{
    padding: 4% 5%;
}

 */
.toumien-wrap .textblock {
  /* transform: translate(-50%, 0%); */
  width: 100%;
}

.toumien-wrap .imgblock {
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}

.toumien-wrap .imgblock img {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 50%;
  top: 50%;
  object-fit: cover;
  transform: translate(50%, -50%);
}

.toumien-wrap .imgblock img.pc-only {
  display: block;
}

.toumien-wrap .imgblock img.sp-only {
  display: none;
}

.toumien-bottom {
  background-color: #FD8400;
  width: fit-content;
  padding: 6px 32px;
  border: 1px solid #FD8400;
  border-radius: 30px;
  transition-duration: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
  margin-top: 20px;
}

.toumien-bottom:hover {
  background-color: #ffffff;
}

.toumien-bottom a {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.toumien-bottom:hover a {
  color: #FD8400;
}

.ico-arrow-right:before {
  content: "\f105";
  float: right;
  margin-right: 0;
  margin-left: 7px;
  top: 0px;
  font-family: 'FontAwesome';
}

.toumien-wrap .textblock h4 span {
  font-size: 16px;
}

.pickup,
.toumien-wrap,
.blog-list-box {
  margin-top: 60px;
}

.toumien-wrap .textblock h4 {
  line-height: 1.2;
  margin-bottom: 14px;
}

/* blog
-------------------------------------------------*/
ul.blog-list {
  height: 198px;
}

.blog-list li {
  float: none;
  border-bottom: #DDDDDD solid 1px;
  width: 48%;
}

.blog-list a {
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 70px;
}

.blog-list h3 {
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}

.blog-list .date {
  margin-right: 20px;
}

.blog-list .thumb {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  background: url(../images/common/dummy.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  overflow: hidden;
  transform: translate(0%, -50%);
}

.blog-list li {
  margin: 0;
}

/* Promotion Movie
-------------------------------------------------*/

.recruit-pv {
  background-color: #ffffff;
  padding: 0px 4% 60px 4%;
}

.pv-box iframe {
  margin: 0 auto;
  height: 420px;
}

.pv-box {
  width: 70%;
  max-width: 720px;
  margin: 0 auto;
}

/* download
-------------------------------------------------*/
.download {
  padding: 40px 5%;
  position: relative;
  background-color: #EDF7FF;
}

ul.download-box {
  width: 80%;
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

ul.download-box li {
  position: relative;
  background-color: #ffffff;
  width: 49%;
  text-align: center;
  transition-duration: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
}

ul.download-box li::before {
  content: "";
  background-image: url(../images/top/Download-icon-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition-duration: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
}

ul.download-box li:hover::before {
  background-image: url(../images/top/Download-icon-02.svg);
}

ul.download-box li a {
  width: 100%;
  height: 100%;
  color: #3098F2;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  display: block;
}

ul.download-box li:hover {
  background-color: #3098F2;
}

ul.download-box li:hover a {
  color: #ffffff;
}

ul.download-box li a {
  font-size: 16px;
}

.download-box-tit p {
  margin-bottom: 10px;
  font-size: 16px;
}

.download-box-tit {
  width: 80%;
  max-width: 1130px;
  margin: 0 auto;
}


/* Access map
-------------------------------------------------*/
.cp_offcm01 h4 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #3098F2;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 10px;
}

.access-map-area {
  width: 100%;
  height: auto;
  display: flex;
}

.access-map-txt.left,
.access-map.right {
  float: none;
}

.access-map-txt.left {
  padding: 40px 5%;
}

.access-map-txt {
  width: 50%;
  height: auto;
}

.access-map {
  width: 50%;
  height: auto;
}

.access-btn {
  box-shadow: none;
  display: block;
  width: 70%;
  height: auto;
  margin-right: 0;
  padding: 10px;
  border-radius: 0px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #3098F2;
  text-align: center;
  border: 1px solid #dddddd;
}

.ico-access01::before {
  display: block;
  content: " ";
  width: 24px;
  height: 30px;
  background: url(../images/top/access-icon-01.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.access-map-area h2 {
  margin-bottom: 20px;
}

.access-map-txt .logo {
  float: none;
}

/* 診療受付時間　横から出てくるやつ */
.side-clinicReception {
  display: flex;
  width: 520px;
  position: fixed;
  bottom: 0;
  right: -476px;
  z-index: 20;
  background-color: #ffffff;
  align-items: stretch;
  transition-duration: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
}

.side-clinicReception.action {
  right: 0px;
  transition-duration: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
}

.side-clinicReception h4 {
  background-color: #3098F2;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px 10px;
  text-align: center;
  position: relative;
}

.side-clinicReception h4::before {
  content: "\f105";
  position: absolute;
  font-size: 19px;
  font-family: 'FontAwesome';
  margin-right: 10px;
  width: 20px;
  height: 36px;
  top: 50%;
  left: 0%;
  transform: translate(-90%, -50%) rotate(180deg);
}

.side-clinicReception h4::after {
  content: "";
  position: absolute;
  margin-right: 10px;
  width: 20px;
  height: 36px;
  border-radius: 0px 20px 20px 0px;
  background-color: #3098F2;
  top: 50%;
  left: 0%;
  transform: translate(-70%, -50%) rotate(180deg);
  z-index: -1;
}

.CR-box {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
}

.CR-table {
  width: 100%;
}

.CR-box:nth-child(2) {
  align-items: center;
  border: none;
}

.CR-box:nth-child(2) dl {
  width: 100%;
  height: 100%;
  text-align: center;
}

.CR-box h5 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #EDF7FF;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding: 16px 6px;
  border-right: 1px solid #DDDDDD;
}

dl.CR-time {
  width: 50%;
  text-align: center;
  border-right: 1px solid #dddddd;
}

dl.CR-time dt {
  background-color: #ddd;
  text-align: center;
  padding: 2px;
}

dl.CR-time dd {
  display: flex;
  padding: 6px 18px;
  align-items: center;
}

dl.CR-time dd p {
  font-size: 13px;
  color: #747474;
  margin-right: 8px;
}

dl.CR-time dd p.time {
  font-size: 20px;
  color: #3098F2;
  font-weight: bold;
  text-align: start;
}

dl.CR-time dd:nth-of-type(2) {
  display: flex;
  align-items: baseline;
}

/* dl.CR-time:nth-of-type(2) {
    background-color: aqua;
} */
dl.CR-time:nth-of-type(2) dd {
  justify-content: center;
  margin-top: 10%;
}

.CR-time dd p span {
  display: block;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}

.CR-bottom {
  display: block;
  background-color: #ffffff;
  width: fit-content;
  height: fit-content;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  transition-duration: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
  margin: 0 auto;
}

.CR-bottom:hover {
  background-color: #ffffff;
}

.CR-bottom a {
  display: block;
  padding: 6px 32px;
  width: 100%;
  height: 100%;
}

.tCR-bottom:hover a {
  color: #DDDDDD;
}

.CR-bottom .ico-arrow-right:before {
  color: #3098F2;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------

タブレット　TOP改修用CSS

--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width:769px) and (max-width: 1199px) {
  .pc-only {
    display: none;
  }

  .tb-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  /* ファーストビュー */
  .top-info-banner {
    width: 370px;
  }

  .top-info-banner p {
    color: #ffffff;
    padding: 6px;
    font-size: 15px;
  }

  .top-slider h1 {
    font-size: 38px;
  }

  .top-slider .top-copy {
    font-size: 16px;
  }

  .top-slider img {
    position: relative;
    top: 0;
  }

  /* サイドバー */
  /* .side-clinicReception {
        right: -476px;
    } */

  /* レコメンド */
  .recommend-nav {
    max-width: none;
    width: 96%;
  }

  ul.recommend-nav,
  .pickup-block {
    display: flex;
    gap: 6px;
  }

  .recommend-nav li,
  .pickup-block li {
    height: 240px;
  }

  .recommend-nav h4 {
    font-size: 16px;
  }

  /* frequent */

  .frequent {
    width: 96%;
    margin: 0 auto;
  }

  ul.frequent-nav {
    max-width: none;
  }

  ul.frequent-nav li {
    height: 180px;
  }

  ul.frequent-nav li a {
    padding: 10px 10px;
  }

  .frequent-nav li a figure {
    width: 20px;
    height: 20px;
    margin: 0;
  }

  .frequent-nav li a img {
    width: 100%;
    height: 100%;
  }

  .frequent-nav h4 {
    font-size: 16px;
    margin-top: 13px;
  }

  ul.frequent-nav li a p {
    /* height: 6em; */
    font-size: 14px;

  }

  /* contact-block */
  .contact-box li {
    padding: 16px;
  }

  .contact-box li h4 {
    font-size: 16px;
  }

  li.contact-block_tel a {
    font-size: 28px;
  }

  .contact-block_tel a::before {
    font-size: 20px;
  }

  .contact-box li p {
    text-align: center;
    line-height: 1.4;
  }

  /* pickup-block */
  .pickup-block {
    padding-top: 0;
  }

  .pickup-block h4 {
    font-size: 15px;
    padding: 10px 10px;
  }

  .pickup-block li {
    width: calc(25% - 6px);
    height: 180px;
  }

  .pickup-block li a span {
    height: 60px;
  }

  /* .toumien */
  .toumien-wrap .textblock p .sp-only {
    display: block;
  }

  .toumien-wrap .textblock {
    transform: translate(-50%, 0%);
    width: 50%;
  }

  .toumien-wrap {
    /* flex-direction: column; */
    margin-top: 40px;
    padding: 4%;
  }

  /* Promotion Movie */
  .pv-box iframe {
    margin: 0 auto;
    height: 320px;
  }

  /* download */
  ul.download-box,
  .download .download-box-tit {
    width: 100%;
  }

  ul.download-box li::before {
    width: 20px;
    height: 20px;
    right: 12px;
  }

  ul.download-box li a {
    font-size: 15px;
  }



}

/*---------------------------------------------------------------------------------------------------------------------------------------------

スマホ　TOP改修用CSS

--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:0px) and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .tb-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  h2.contents-title {
    margin-bottom: 20px !important;
  }

  h2.contents-title {
    line-height: 1.2;
    font-size: 38px;
    line-height: 1.1;
  }

  h2.contents-title span.jp {
    font-size: 12px;
  }

  p {
    font-size: 14px;
  }

  /* ファーストビュー */

  .top-info-banner {
    width: 94%;
    margin-top: 16px;
    z-index: 0;
    padding: 0;
  }

  .top-info-banner p {
    font-size: 14px;
    line-height: 1.4;
  }

  .top-info-banner p.ico-arrow {
    padding: 4px;
  }

  .top-slider h1 {
    font-size: 28px;
    line-height: 1.4;
  }

  .slick-track {
    height: auto !important;
  }

  .top-slider img {
    position: relative;
  }

  /* サイドバー */
  .side-clinicReception h4 {
    writing-mode: revert;
    padding: 10px 10px;
  }

  .side-clinicReception h4::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -106%) rotate(-90deg);
  }

  .side-clinicReception h4::after {
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .side-clinicReception {
    width: 100%;
    bottom: 40px;
    right: 50%;
    transform: translate(50%, 100%);
    flex-direction: column;
  }

  .side-clinicReception h4 {
    padding: 10px 10px 6px 10px;
  }

  .CR-box {
    flex-wrap: wrap;
    /* flex-direction: column; */
  }

  .CR-box h5 {
    width: 100%;
    writing-mode: horizontal-tb;
    padding: 8px 10px;
  }

  .CR-table {
    width: 94%;
    margin: 14px auto 0 auto;
    border: 1px solid #dddddd;
  }

  dl.CR-time dd {
    flex-direction: column;
    padding: 6px 10px;
  }

  dl.CR-time dd:nth-of-type(2) {
    flex-direction: column;
    align-items: center;
  }

  dl.CR-time:nth-of-type(2) dd {
    justify-content: center;
    margin-top: 25%;
  }

  dl.CR-time dd p {
    line-height: 1.2;
  }

  dl.CR-time dd p.time {
    text-align: center;
  }

  .CR-box:nth-child(2) dl {
    padding: 14px 10px;
  }

  .side-clinicReception .contact-box li h4 {
    background-color: transparent;
    color: #000000;
    padding: 0;
  }

  .side-clinicReception .contact-box li h4:before {
    content: none;
  }

  .side-clinicReception .contact-box ul {
    width: 94%;
    flex-direction: column;
    margin: 14px auto;
  }

  .side-clinicReception li.contact-block.contact-block_tel {
    padding: 10px;
  }

  .CR-box h5 {
    border: none;
    border-bottom: 1px solid #dddddd;
  }

  dl.CR-time:nth-of-type(2) {
    border: none;
  }

  .side-clinicReception.action {
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0%);
  }

  /* recommend */
  .recommend {
    width: 94%;
    margin: 0 auto;
  }

  ul.recommend-nav,
  .pickup-block {
    display: flex;
    gap: 4px;
    padding-top: 16px;
    flex-direction: column;
  }

  .recommend-nav li,
  .pickup-block li {
    height: 80px;
    background-size: 40%;
    background-position: inherit;
    background-image: url(../images/top/recommend-img-sp-01.jpg);
  }

  .recommend-nav li:nth-child(2) {
    background-image: url(../images/top/recommend-img-sp-02.jpg);
  }

  .recommend-nav li:nth-child(3) {
    background-image: url(../images/top/recommend-img-sp-03.jpg);
  }

  .recommend-nav li:nth-child(4) {
    background-image: url(../images/top/recommend-img-sp-04.jpg);
  }

  .recommend-nav li:nth-child(5) {
    background-image: url(../images/top/recommend-img-sp-05.jpg);
  }

  .recommend-nav h4 {
    font-size: 16px;
    text-align: left;
  }

  .recommend-nav li a {
    width: 100%;
    padding: 0;
    justify-content: left;
  }

  .recommend-nav li a span {
    width: 60%;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0px 10px 0px 10%;
  }

  .recommend-nav li a span:before {
    width: 50%;
    height: 80px;
    top: 50%;
    left: 0;
    transform: translate(-99%, -50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }

  /* frequent */
  ul.frequent-nav {
    max-width: none;
    width: 94%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.frequent-nav li {
    background-color: #F6FBFF;
    border: 1px solid #3098F2;
    width: 49%;
    height: auto;
  }

  .frequent-nav h4 {
    font-size: 16px;
  }

  ul.frequent-nav li a {
    padding: 20px;
  }

  ul.frequent-nav li a p {
    display: none;
  }

  ul.frequent-nav figure {
    width: 30px;
    height: 24px;
    margin: 0 auto 10px auto;
    display: block;
  }

  ul.frequent-nav figure img {
    width: 100%;
    height: 100%;
  }

  ul.frequent-nav li a figure {
    margin: 10px auto 0px auto;
  }

  /* news */
  span.news-tit {
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .news-list-box,
  .blog-list-box {
    margin: 0 auto 40px auto;
  }

  ul.news-list {
    height: auto;
  }

  .news-list li {
    width: 100%;
  }

  /* blog */
  ul.blog-list {
    height: auto;
  }

  .blog-list li {
    width: 100%;
  }

  .pickup,
  .toumien-wrap,
  .blog-list-box {
    margin-top: 40px;
  }

  .blog-list a {
    padding: 20px 10px 20px 50px;
  }

  /* ontact-box */
  .contact-box ul {
    flex-direction: column;
  }

  .contact-box li {
    width: 100%;
    padding: 16px;
  }

  li.contact-block_tel a {
    display: inline-block;
    font-size: 28px;
    pointer-events: auto;
  }

  .contact-box li h4 {
    font-size: 14px;
  }

  .contact-box li p {
    text-align: center;
  }

  .contact-block_tel a::before {
    font-size: 20px;
  }

  .contact-box li br.tb-only {
    display: block;
  }

  li.contact-block.contact-block_page {
    margin-top: 32px;
    position: relative;
  }

  li.contact-block_page a {
    font-size: 16px;
    line-height: 1;
    margin: 0 auto;
  }

  li.contact-block.contact-block_page h4 {
    position: absolute;
    top: -6px;
    right: 50%;
    transform: translate(50%, -100%);
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .contact-block_page a.ico-arrow-right {
    display: block;
  }

  li.contact-block.contact-block_page .ico-arrow-right:before {
    content: "\f105";
    float: right;
    right: 20px;
    top: 50%;
    transform: translate(50%, -50%);
    position: absolute;
  }

  /* pickup */

  ul.pickup-block {
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
  }

  .pickup-block li {
    width: 49%;
    height: 130px;
    background-size: 100%;
    background-position: top;
  }

  .pickup-block h4 {
    font-size: 14px;
    padding: 0;
    text-align: center;
  }

  .pickup-block h4.aspect {
    font-size: 12px;
    line-height: 1.2;
    /* transform: scale(0.8, 1); */
  }

  .pickup-block li a span {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 10px;
    height: 40px;
  }

  .pickup-block .ico-arrow-right:before {
    margin-left: 0;
    right: -4px;
  }

  /* toumien */
  .toumien-wrap {
    /* flex-direction: column; */
    margin-top: 40px;
    padding: 0;
  }

  .toumien-wrap .textblock {
    width: 50%;
    text-align: left;
    transform: none;
    padding: 6%;
  }

  .toumien-bottom {
    margin: 20px auto 0 auto;
    padding: 4px 10px;
    width: 100%;
    text-align: center;
  }

  .toumien-wrap .textblock h4 {
    font-size: 22px;
  }

  .toumien-wrap .textblock h4 span {
    font-size: 12px;
  }

  .toumien-wrap .imgblock {
    height: auto;
    /* padding-top: 80%; */
    position: relative;
  }

  /* .toumien-wrap .textblock p .sp-only {
        display: block;
    }
    .toumien-wrap .textblock {
        transform: translate(-50%, 0%);
        width: 50%;
    } */
  .toumien-wrap .imgblock img {
    position: absolute;
    height: 100%;
    width: auto;
    right: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(50%, -50%);
  }

  .toumien-wrap .imgblock img.sp-only {
    display: block;
  }

  .toumien-wrap .imgblock img.pc-only {
    display: none;
  }

  .textblock p {
    font-size: 12px;
  }

  /* Promotion Movie */
  .pv-box {
    width: 100%;
  }

  .pv-box iframe {
    margin: 0 auto;
    height: 200px;
  }

  /* download */
  ul.download-box {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  ul.download-box li {
    width: 100%;
  }

  ul.download-box li a {
    font-size: 14px;
  }

  ul.download-box li::before {
    width: 20px;
    height: 20px;
    right: 10px;
  }

  .download-box-tit p {
    font-size: 14px;
  }

  .download-box-tit {
    width: 100%;
  }

  /* access */
  .access-map-area {
    flex-direction: column;
  }

  .access-map-txt.left,
  .access-map.right {
    width: 100%;
  }

  .access-btn {
    width: 100%;
  }

  .access-map-area p {
    font-size: 14px;
    line-height: 1.4;
  }

  .ico-access01::before {
    margin: 0 auto 6px auto;
    width: 14px;
    height: 20px;
  }

  .access-map.right {
    height: 360px;
  }

  section.footer-wrap {
    margin-bottom: 100px;
  }


}


/* 	ファーストビュー 修正後
-------------------------------------------------*/
.MainVisual {
  height: 564px;
  overflow: hidden;
  position: relative;
  background-color: #3098F2;
  /* padding: 30.6% 0 72px 0!important; */
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: anime 36s ease 0s infinite;
}

.MainVisual .main_img02 {
  animation: anime 36s ease 6s infinite;
}

.MainVisual .main_img03 {
  animation: anime 36s ease 12s infinite;
}

.MainVisual .main_img04 {
  animation: anime 36s ease 18s infinite;
}

.MainVisual .main_img05 {
  animation: anime 36s ease 24s infinite;
}

.MainVisual .main_img06 {
  animation: anime 36s ease 30s infinite;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  24% {
    opacity: 0;
    z-index: 9;
  }

  100% {
    opacity: 0
  }
}


/* ファーストビューテキスト */
.MainVisual h1 {
  display: inline-block;
  text-shadow: 0px 0px 20px rgb(109 123 130);
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  /* font-family: ‘Hiragino Kaku Gothic Pro’; */
}

.MainVisual .top-copy {
  font-size: 22px;
  text-shadow: 0px 0px 12px rgb(94 98 110);
  color: #fff;
}

.top-copy-unit {
  width: 100%;
  position: absolute;
  z-index: 20;
}

@media screen and (min-width:0px) and (max-width: 1199px) {
  .MainVisual {
    height: 0;
    padding: 47vw 0 72px 0 !important;
    width: 100vw;
  }

}

@media screen and (min-width:0px) and (max-width: 768px) {
  .MainVisual h1 {
    font-size: 28px;
    line-height: 1.4;
  }

  .MainVisual .top-copy {
    display: none;
  }
}


/* 22.08.02 追加 */
.contact-block_tel a::before {
  content: "";
  display: inline-block;
  margin-bottom: 4px;
  background-image: url(../images/top/Icon-phone.svg);
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width:769px) and (max-width: 1199px) {
  .contact-block_tel a::before {
    width: 22px;
    height: 22px;
  }
}

@media screen and (min-width:0px) and (max-width: 768px) {
  .contact-block_tel a::before {
    width: 20px;
    height: 20px;
  }
}

/* 250115追加分 */
.recruitment-btn {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 20px auto 0 auto;
  padding-top: 20px;
  text-align: center;
  background-color: #F6FBFF;
  border: 1px solid #3098F2;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #3098F2;
  line-height: 1.5em;
}

@media screen and (min-width:0px) and (max-width: 768px) {
  .recruitment-btn {
    width: 94%;
    margin: 16px auto 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.recruitment-btn:hover {
  color: #3098F2;
  opacity: 0.7;
}

/*————————————————————————————————————————————

2509_クラウドファンディング

———————————*/
.top-banner {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .top-banner {
    width: 96%;
  }
}
@media (max-width: 768px) {
  .top-banner {
    width: 94%;
  }
}
.top-banner .top-banner__link:hover {
  opacity: 0.6;
}
.top-banner .top-banner__image {
  width: 100%;
}

.c-FloatingBanner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .c-FloatingBanner {
    display: none;
  }
}

.c-FloatingBanner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-FloatingBanner .FloatingBanner__close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #b4b4b4;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  color: #212121;
  border: none;
  cursor: pointer;
  z-index: 999;
}

.c-FloatingBanner .FloatingBanner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.c-FloatingBanner .FloatingBanner__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.FloatingBanner__link {
  display: block;
}
.FloatingBanner__link:hover {
  opacity: 0.6;
}

.c-FloatingBanner .FloatingBanner__image {
  width: 300px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 251212トップ求人バナー設置 */
.banner_recruit {
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

@media screen and (min-width:0px) and (max-width: 768px) {
  .banner_recruit {
      width: 100%;
      margin-top: 20px;
    }
}