@charset "UTF-8";

/* ------------------------- home ------------------------- */


/* --- mainSlider ---- */

#main-slider {
  position: relative;
  padding: 36px 0 4px 0!important;
}

#main-slider figure {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 9;
}



/* ------- This is us ------- */

#this-is-us {
  margin: 0;
  padding: 0 0 64px;
  min-height: 480px;
  background: url("https://tsukubakinenqq.com/wp-content/uploads/2025/12/bg-tihs-is-us.avif") no-repeat;
  background-size: 60%;
  
  overflow: hidden;
}

#this-is-us .inner {
  display: block;
  margin: 0 auto;
}

#this-is-us .inner div {
  display: flex;
  flex-direction: column;
}

#this-is-us .inner div.primary {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}

#this-is-us {
  & .header-container {
    margin: 30px 30px 30px 0;
    padding: 0;
  }

  & .section-title {
    display: flex;
    flex-direction: column;
    align-items: right;
    margin: 0 0 2rem;
    line-height: 1;
  }

  & .section-title .title-en {
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: right;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 0 5px 20%;
    margin: 0;
    text-shadow: 0 0 3px #000;
  }

  & .section-title .accent {
    color: #e53935;
  }

  & .underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  & .section-title .title-jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    font-size: 1.2rem;
    margin: 10px 0 0;
    line-height: 1.5;
    text-align: right;
    text-shadow: 0 0 3px #000;
  }
}

#this-is-us .inner div.primary figure {
  display: none;
}

#this-is-us .inner div.primary figure img {
  display: none;
}

#this-is-us .inner div.secondary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 20px 30px;
  width: 100%;
}

#this-is-us .inner div.secondary figure {
  display: block;
	margin: 30px 0;
  order: 2;
}

#this-is-us .inner div.secondary figure img {
  width: 100%;
}


#this-is-us .inner div.secondary h2 {
  font-size: 1.4rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 30px;
}

#this-is-us .inner div.secondary p.lead {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 50px;
}

#this-is-us .inner div.secondary a.btn01 {
  margin: 0 auto;
}








/* ------- Glow with us -------- */

#glow-with-us {
  margin: 0;
  padding: 100px 30px 64px;
  background: url("https://tsukubakinenqq.com/wp-content/uploads/2025/12/bg-icu-scaled.avif") no-repeat center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  
  overflow: hidden;
}

#glow-with-us .inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}


#glow-with-us {

  & .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 30px;
    line-height: 1;
    z-index: 1;
  }

  & .section-title .title-en {
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    color: #fff;
    text-shadow: 0 0 3px #000;
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 10px;
  }

  & .section-title .accent {
    color: #e53935;
  }

  & .underline {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160%;
    margin: 0;
    height: 4px;
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
  }

  & .section-title .title-jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 3px #000;
  }

  & .section-text {
    text-align: left;
    width: 100%;
    margin: 0 auto 50px;
  }

  & .section-text p {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 16px;
  }
  & .btn01 {
    margin-top: 16px;
  }
  & figure img.komori {
    position: absolute;
    top: 0;
    left: 0;
    width: 12%;
    height: 160px;
    object-fit: cover;
  }

  & figure img.nagata {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
    height: 160px;
    object-fit: cover;
  }

}




/* ------- Latest News -------- */

#lastest-news {
  margin: 0;
  padding: 64px 30px;
  background: #F6F6F6;
  
  overflow: hidden;
}

#lastest-newss .inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}


#lastest-news {
  & .header-container {
    margin: 64px 0 30px 0;
    padding: 0;
  }

  & .section-title {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
    line-height: 1;
  }

  & .section-title .title-en {
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    color: #262626;
    position: relative;
    display: inline-block;
    padding: 0 0 5px;
    margin: 0;
  }

  & .section-title .accent {
    color: #e53935;
  }

  & .underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #262626;
  }

  & .section-title .title-jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #262626;
    font-size: 1.3rem;
    margin: 10px 0 0;
    line-height: 1.5;
  }
}



/* ---- btn ---- */

.btn01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #0081C2;
  border: 1px solid #0081C2;
  background: #fff;
  border-radius: 30px;
  text-decoration: none;

  position: relative;
  padding: 15px 50px 15px 30px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  width: 80%;
}

.btn01::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081C2;
  border-right: 2px solid #0081C2;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}








/* --- Whatsnew List --- */

.whats-new-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.whats-new-list ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.whats-new-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  margin: 0 auto 24px;
  background: #fff;
  border-radius: 4px;
  list-style: none;
  position: relative;
}

.whats-new-list ul li span {
  flex-shrink: 0;
	padding: 8px;
}

span.news-date {
  flex: 2;
  font-size: 0.9rem;
}

span.news-cate {
  flex: 2;
  font-size: 0.9rem;
  text-align: center;
}

p.news-title {
  flex: 6;
  font-size: 1rem;
  line-height: 1.5;
  color: #262626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.whats-new-list p.news-title a:hover {
  text-decoration: underline;
  color: #262626;
}

.whats-new-list em.new-mark {
  position: absolute;
  top: -10px;
  right: -28px;
  font-size: 10px;
  font-style: normal;
  color: #fff;
  background: #e53935;
  margin: 0 12px 0 0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whats-new-list ul li a {
  display: inline;
  text-decoration: none;
}



/* ------- Follow Us -------- */

#follow-us {
  margin: 0;
  padding: 64px 30px;
  background: #F6F6F6;
  overflow: hidden;
}

#follow-us .inner {
  display: black;
  margin: 0 auto;
  padding: 0;
}

#follow-us .inner div {
  display: block;
}

#follow-us .inner div.primary {
  display: block;
  margin: 0;
  width: 100%;
}

#follow-us .inner div.primary {
  & .header-container {
      margin: 0 0 30px 0;
      padding: 0;
  }

  & .section-title {
      display: flex;
      flex-direction: column;
      margin: 0 0 30px;
      line-height: 1;
  }

  & .section-title .title-en {
      font-family: 'Impact', 'Arial Black', sans-serif;
      font-weight: 900;
      font-style: italic;
      font-size: 3rem;
      line-height: 1;
      letter-spacing: 0.1rem;
      color: #262626;
      position: relative;
      display: inline-block;
      padding: 0 0 5px 0;
      margin: 0;
  }

  & .section-title .accent {
      color: #e53935;
  }

  & .underline {
      position: absolute;
      bottom: -5px;
      left: 0;
      content: "";
      width: 100%;
      height: 3px;
      background: #262626;
  }

  & .section-title .title-jp {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #262626;
      font-size: 20px;
      margin: 10px 0 0;
      line-height: 1.5;
  }
}

#follow-us .inner div.primary {
  & #url-code {
      display: flex;
      flex-direction: column;
      margin: 50px 0;
  }
    & #url-code img.sns-images {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 0 0 -16px;
      object-fit: cover;
    }
    & #url-code img.url-code {
      display: block;
      width: 50%;
      height: auto;
      margin: 1rem auto;
      object-fit: cover;
    }

  & #url-code p {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 2.0;
  }
}
  .btn-wrap {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }


#follow-us .inner div.secondary {
  display: none;
}






/* ------- Contact Us -------- */
/* ------- common-pc.css -------- */





/* ------- informations TMH -------- */

#info-tmh {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.info-tmh-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.bg-tmh-wrapper {
  width: 100%;
  background: url("https://tsukubakinenqq.com/wp-content/uploads/2025/12/bg-tmh.avif") no-repeat left;
  background-size: 160% 160%;
  position: relative;
}

.img-tmh-wrapper {
}

.icon-right-care-now {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 3;
  width: 100%;

}
.icon-right-care-now img.right-care-now-pc {
  display: none;
}
.icon-right-care-now img.right-care-now-sp {
  width: 100%;
}

.text-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 224px 50px 50px;
}

.org-name {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 8px;
}

.hospital-name {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: 0 0 8px;
}

a.site-link-w {
  display: inline-block;
  margin: 0 0 22px;
  word-break: break-all;
  color: #fff;
}

a.site-link-w:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  background-image: url('data:image/svg+xml;utf-8,<svg fill="white" version="1.1" id="" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 841.9 595.3" enable-background="new 0 0 841.9 595.3" xml:space="preserve"><g><path d="M260.8,41.5v416h416v-416H260.8z M636.8,417.5h-336v-336h336V417.5z"/><polygon points="204.8,513.5 204.8,337.5 204.8,177.5 204.8,137.5 164.8,137.5 164.8,553.5 580.8,553.5 580.8,513.5 540.8,513.5"/><polygon points="397.6,354.4 515.5,236.5 515.5,321.3 555.5,321.3 555.5,168.2 402.4,168.2 402.4,208.2 487.2,208.2 369.4,326.1"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

a.siteLink:hover {
  text-decoration: underline;
}


.hospital-address,
.hospital-tel {
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 22px;
}

.photo-tmh {
  display: block;
}