@charset "UTF-8";


/************************************
** mv
************************************/
.mv-item {
    position: absolute;
    right: 0;
    bottom: -200px;
    width: 330px;
    padding: 20px;
    border: 1px solid #fff;
}
.mv-item .box-01 {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
}
.mv-item .box-01 .p1 {
    margin-right: 1em;
}
.mv-item .box-01 a {border: 1px solid #fff;/* background: #fff; */color: #ffffff;padding: 0px 20px;transition: all 0.5s ease;}
.mv-item .box-01 a i {
    font-size: 0.8em;
}
.mv-item .box-01 a:hover {
    background: transparent;
	background:#fff;
    color: #222;
}
@media screen and (max-width: 480px) {
	.mv-item {
	left: 50%;
	transform: translateX(-50%);
	}
}

/************************************
** common
************************************/
.top #content {
  padding-top: 0;
}
section {
  padding-bottom: 60px;
}
/************************************
** top-banner
************************************/
.top-banner .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 20px;
    margin: 60px 0 10px;
}
.top-banner .row .item{
}
.top-banner .row .item a{
    box-shadow: 3px 3px 5px rgba(0,0,0,50%);
}
.top-banner .row .item a{
  display:block;
  transition: all 0.5s ease;
}
.top-banner .row .item a:hover{
  transform:translateY(-5px);
  opacity:0.8;
}
@media screen and (max-width: 480px) {
  .top-banner .row {
    grid-template-columns: repeat(1, 1fr);
    margin: 60px 0 0;
  }
  .top-banner .row .item{
    width:100%;
  }
}
/************************************
** news
************************************/
.news {
  padding: 100px 0 200px;
  /* margin-bottom: 100px; */
  background: linear-gradient(90deg, #ebebeb, #fff, transparent);
}
.news .row {
  display: flex;
}
.news .row .col-01 {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.news .row .col-02 {
  width: 70%;
}
.news .row .col-01 .ttw {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.news .row .col-01 .ttw h2 {
  font-size: 32px;
  line-height: 0.8;
}
.news .row .col-01 .ttw span {
  font-size: 24px;
  color: #b4a893;
}
.news .row .col-01 .bw a {
  font-size: 18px;
  color: #666666;
  vertical-align: sub;
}
.news .row .col-01 .bw a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: 600;
  padding-right: 0.5em;
  font-size: 1.5em;
}

.news .items {
  margin: 0 auto;
}
.news .item {
  display: flex;
  align-items: start;
  border-top: 1px solid #e5e7eb;
  padding-top: 30px;
  padding-bottom: 30px;
}
.news .item:last-child {
  border-bottom: 1px solid #e5e7eb;
}
.news .item .post-meta {
  display: flex;
  align-items: center;
  width: 40%;
}
.news .item .post-date {
  margin-right: 32px;
  padding-top: 1px;
  letter-spacing: 0.48px;
  line-height: 1.33;
}
.news .item .category {
  width: 100px;
  height: 24px;
  margin-right: 20px;
  background: #666666;
  text-align: center;
}
.news .item .category a {
  color: #fff;
}
.news .item .post-title {
  width: 70%;
  padding-top: 5px;
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 1.31;
}
.news .item .post-title a {
  color: #222;
}
@media screen and (max-width: 480px) {
  .news {
    margin-bottom: 0;
  }
  .news .row {
    flex-wrap: wrap;
  }
  .news .row .col-01 {
    width: 100%;
  }
  .news .row .col-02 {
    width: 100%;
  }
  .news .row .col-01 .bw {
    display: none;
  }
  .news .items {
    width: auto;
  }
  .news .item {
    flex-direction: column;
    padding-top: 4%;
    padding-bottom: 6%;
  }
  .news .item .post-meta {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .news .item .post-date {
    margin-right: 32px;
    padding-top: 1px;
    letter-spacing: 0.48px;
    line-height: 1.33;
  }
  .news .item .category {
    margin-right: 0;
  }
  .news .item .category a {
    color: #fff;
  }
  .news .item .post-title {
    width: 100%;
    font-size: 15px;
  }
}

/************************************
** info
************************************/
.info {
  transform: translateY(-100px);
  background: #fff;
}
.info .inner {
  padding: 80px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.info .tb-01 th {
  width: 20% !important;
  text-align: center;
  background: transparent;
  border-left: none;
  border-right: none;
  height: 70px;
}
.info .tb-01 td {
  background: transparent;
  border-left: none;
  border-right: none;
}
.info .tb-02 tr th {
  background: #1d2a41;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .info .inner {
    padding: 30px 10px;
  }
  .info .tb-01 th {
    width: 15% !important;
  }
  .info .tb-01 td {
    width: 85% !important;
  }
}
/************************************
** features
************************************/
.features {
  background: url(https://haka-navi.com/wp-content/uploads/2025/02/clinic_slides03.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: -2;
}
.features:before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  z-index: -1;
}
.features .tw {
  position: relative;
  margin-bottom: 60px;
}
.features .tw:before {
  content: "Features";
  position: absolute;
  font-size: 135px;
  color: #fff;
  top: 0;
  left: -60px;
  line-height: 0;
  letter-spacing: 0.03em;
}
.features .tw h2 {
  font-size: 48px;
  letter-spacing: 0.3em;
  color: #333;
  position: relative;
}
.features .items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  z-index: 2;
}
.features .items .item {
  width: calc(50% - 15px);
  background: rgba(29, 42, 65, 0.9);
  color: #fff;
  padding: 20px;
  display: flex;
  gap: 30px;
}
.features .items .item .col-iw {
  width: 200px;
}
.features .items .item .col-iw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features .items .item .col-item {
  font-size: 22px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.features .items .item .col-item h3 {
  text-align: center;
}
.features .items .item .col-item:before {
  content: "01";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 108px;
  line-height: 0.75;
  color: rgba(255, 255, 255, 0.1);
}
.features .items .item:nth-child(2) .col-item:before {
  content: "02";
}
.features .items .item:nth-child(3) .col-item:before {
  content: "03";
}
.features .items .item:nth-child(4) .col-item:before {
  content: "04";
}
.features .items .item:nth-child(5) .col-item:before {
  content: "05";
}
.features .items .item:nth-child(6) .col-item:before {
  content: "06";
}
.features .items .item:nth-child(7) .col-item:before {
  content: "07";
}

@media screen and (max-width: 767px) {
  .features {
    padding: 60px 0;
  }
  .features .tw {
    margin-bottom: 40px;
  }
  .features .tw:before {
    font-size: 72px;
    left: 0;
  }
  .features .tw h2 {
    font-size: 30px;
  }
  .features .items {
    flex-wrap: wrap;
    gap: 15px;
  }
  .features .items .item {
    width: 100%;
    padding: 15px;
  }
  .features .items .item .col-iw {
    width: 30%;
  }
  .features .items .item .col-item {
    width: 70%;
    font-size: 13px;
  }
  .features .items .item .col-item:before {
    font-size: 90px;
    line-height: 0.6;
  }
  .features .items .item .col-item h3 {
    text-align: left;
  }
}
/************************************
** medical
************************************/
.medical {
  background: url(https://haka-navi.com/wp-content/uploads/2025/02/mv002.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: -2;
}
.medical:before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: -1;
}
.medical .tw {
  position: relative;
  margin-bottom: 60px;
}
.medical .tw:before {
  content: "Medical";
  position: absolute;
  font-size: 135px;
  color: #fff;
  top: 0;
  left: -60px;
  line-height: 0;
  letter-spacing: 0.03em;
}
.medical .tw h2 {
  font-size: 48px;
  letter-spacing: 0.3em;
  color: #333;
  position: relative;
}
.medical .items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.medical .items .item {
    width: calc(25% - 23px);
    position: relative;
}
.medical .items .item a{
  display: block;
  height: 100%;
  color:#222;

}
.medical .items .item a:after{
  content:'';
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255, 0.5);
  transition:all 0.5s ease;
}
.medical .items .item a:hover:after{
  background: rgb(51 41 23 / 90%);
  color:#fff;
}
.medical .items .item .thumb {
  height: 100%;
  aspect-ratio: 1 /1;
}
.medical .items .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.medical .items .item h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  letter-spacing: 0.2rem;
  z-index:2;
  display: block;
}
.medical .items .item:hover  h3{
  color:#fff;
}

@media screen and (max-width: 767px) {
  .medical {
    padding: 60px 0;
  }
  .medical .tw {
    margin-bottom: 40px;
  }
  .medical .tw:before {
    font-size: 72px;
    left: 0;
  }
  .medical .tw h2 {
    font-size: 30px;
  }
  .medical .items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .medical .items .item {
    width: calc(50% - 10px);
    padding: 10px;
  }
}

/************************************
** nursery
************************************/
.nursery {
    padding: 100px;
    background: #f3ede6;
}
.hanamizuki-logo {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.nursery .row {
    margin-bottom: 60px;
}
.nursery .row.row-01 {
    text-align: center;
}
.nursery .row.row-01 .p1 {
    margin-bottom: 40px;
}
.nursery .row.row-01 .p1 span{
    font-size: 32px;
    background: #fdc9db;
    padding: 10px 30px;
}
.nursery .row.row-01 img {
    margin-bottom: 30px;
}
.nursery .row.row-01 .p2 {
    font-size: 20px;
    color: #ff0000;
    border: 2px solid #ff0000;
    padding: 10px 30px;
    border-radius: 10px;
}

.nursery .row.row-02 .iw {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.nursery .row.row-02 .iw img {
    width: 100%;
}

.nursery .row.row-02 .mw {
    font-size: 16px;
    line-height: 2;
}

.nursery .row.row-03 {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.nursery .row.row-03 a {
    display: block;
    transition: all 0.5s ease;
}
.nursery .row.row-03 a:hover {
    opacity: 0.8;
    transform: translateX(10px);
}
.nursery .row.row-04 {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .nursery {
        padding: 60px 0;
    }
    .nursery .row {
        margin-bottom: 30px;
    }
    .nursery .row.row-02 .iw {
        gap: 10px;
    }
    .nursery .row.row-02 .iw img {
        width: 50%;
    }

}

/************************************
** column
************************************/
.column {
  background: url(https://haka-navi.com/wp-content/uploads/2025/02/mv001.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: -2;
}
.column:before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: -1;
}
.column .tw {
  position: relative;
  margin-bottom: 60px;
}
.column .tw:before {
  content: "Column";
  position: absolute;
  font-size: 135px;
  color: #fff;
  top: 0;
  left: -60px;
  line-height: 0;
  letter-spacing: 0.03em;
}
.column .tw h2 {
  font-size: 48px;
  letter-spacing: 0.3em;
  color: #333;
  position: relative;
}
.column .items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.column .items .item{
  background:#fff;
}
.column .item-content {
    padding: 5px 10px 10px;
    color: #000;
}
.column .item-content .item-title {
    display: none;
}
.column .item-content .meta {
    display: flex;
    gap: 10px;
    font-size: 12px;
}
.column .item-content .excerpt {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
  .column {
    padding: 60px 0;
  }
  .column .tw {
    margin-bottom: 40px;
  }
  .column .tw:before {
    font-size: 72px;
    left: 0;
  }
  .column .tw h2 {
    font-size: 30px;
  }
  .column .items {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
  }
}