@charset "UTF-8";

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


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

#main-slider {
  position: relative;
  padding: 90px 0 4px 0!important;
}
#main-slider figure {
  position: absolute;
  top: 55%;
  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%;
}
  #this-is-us .inner {
    display: flex;
    justify-content: space-between;
    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: 48%;
  }

#this-is-us {
    & .header-container {
        max-width: 400px;
        margin: 64px 0 30px 0;
        padding: 0;
    }
  & .section-title {
      display: flex;
      flex-direction: column;
      align-items: right;
      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;
      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:flex;
		justify-content: right;
		margin: 0;
    }
    #this-is-us .inner div.primary figure img {
      display:inline;
		width: 50%;
    }

  #this-is-us .inner div.secondary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 16px 8rem 0 0;
    width: 45%;
  }
    #this-is-us .inner div.secondary figure {
      display: none;
    }

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

    #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 0;
  min-height: 480px;
  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;
}

#glow-with-us .inner {
  margin: 0 auto;
  max-width: 800px;
  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;
  }

  & .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-bottom: 15px; 
    padding-bottom: 10px; 
  }

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

  & .underline {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    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: 1.2rem;
    color: #fff;
    text-shadow: 0 0 3px #000;
  }

  & .section-text {
    text-align: left;
    max-width: 70%;
    margin: 0 auto50px;
  }

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



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

#lastest-news {
  margin: 0;
  padding: 64px 0;
  min-height: 480px;
	background: #F6F6F6;
}
  #lastest-newss .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }


#lastest-news {
    & .header-container {
        max-width: 440px;
        margin: 64px 0 30px 0;
        padding: 0;
    }	
	
  & .section-title {
    display: flex;
    flex-direction: column;
    align-items: right;
    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;
        text-align: right;
        color: #262626;
        position: relative;
        display: inline-block;
        padding: 0 0 5px 20%;
        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.2rem;
        margin: 10px 0 0;
        line-height: 1.5;
        text-align: right;
    } 
}



/* ---- 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;
	min-width: 380px;
}

.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;
}

.btn01:hover {
  background: #0081C2;
  color: #fff;
}
.btn01:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}



/* --- Whatsnew List -- common.css --- */





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

#follow-us {
  margin: 0;
  padding: 64px 0;
  min-height: 480px;
  background: #F6F6F6;
}
  #follow-us .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
    #follow-us .inner div {
      display: flex;
      flex-direction: column;
    }

  #follow-us .inner div.primary {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 58%;
    order: 2;
  }

#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: 1.2rem;
        margin: 10px 0 0;
        line-height: 1.5;
    }
}

#follow-us .inner div.primary {
    & #url-code {
		max-width: 100%;
    display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 50px;
    }	
    & #url-code img.sns-images {
    display: none;
    }
    & #url-code img.url-code {
    display: block;
		max-width: 30%;
		height: auto;
		flex-shrink: 0;
		object-fit: cover;
    }
    & #url-code p {
    display: block;
		max-width: 64%;
		font-size: 1rem;
    line-height: 2.0;
    }
} 

  .btn-wrap {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  .btn-wrap a.btn01 {
    max-width: 390px;
  }


  #follow-us .inner div.secondary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 50px;
    width: 38%;
    order: 1;
  }






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





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

#info-tmh {
  width: 100%;
  margin: 0 ;
  padding: 0;
  position: relative;
}
.info-tmh-wrapper{
  width: 100%;
  margin: 0 ;
  padding: 0;
  height: 640px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
}

.bg-tmh-wrapper {
  width: 400px;
  background: url("https://tsukubakinenqq.com/wp-content/uploads/2025/12/bg-tmh.avif") no-repeat left;
  background-size: 100% 100%;
  margin-right: -10%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.img-tmh-wrapper {
  flex-grow: 1;
  background: url("https://tsukubakinenqq.com/wp-content/uploads/2025/12/img-tmh.avif") no-repeat;
  background-size: cover;
}

.icon-right-care-now {
  position: absolute;
  top: 72px;
  left: 60px;
  z-index: 3;
  width: 660px;
}
  .icon-right-care-now img.right-care-now-pc {
    display: block;
  }
  .icon-right-care-now img.right-care-now-sp {
    display: none;
  }


.text-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: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: none;
}