/*--------------------------------------------------------------
 #home-mv
---------------------------------------------------------------*/
.home-mv-block {
  position: relative;
}
.home-mv-block .page-title{
  display: flex;
  font-size: clamp(2rem,4vw,4rem);
  font-weight:400;
  color:#5fc975;
  line-height:1.4;
  width: 12em;
  gap: 14px;
  text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff,
               0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff,
			   0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff,
			   0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff,
			   0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff,
			   0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff,
			   0px 0px 20px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.home-mv-block .page-title .corp{
  font-size:58.8%;
}
.home-mv-block .page-title::before{
  display: block;
  content:'';
  width: 11vw;
  max-width:50px;
  height: 10vw;
  max-height:50px;
  background:url(/img/common/tomato-icon.png);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:contain;
  margin:auto;
  filter: drop-shadow(0px 0px 8px #fff)drop-shadow(0px 0px 8px #fff)
          drop-shadow(0px 0px 8px #fff);
}
@media (min-width: 992px) {
  .home-mv-block{
    margin:0 auto 0 0;
  }
}
.home-mv{
  position: relative;
} 
.video-area{
  overflow: hidden;
}
.video {
  width: 100%;
  height:min(50vw , 100%);
  max-height:calc(100vh - 200px);
  object-fit: cover;
}
/*
#sound-button{
  width:70px;
  position:absolute;
  color:#FFFFFF;
  background:#00000033;
  top:5px;
  left:5px;
  text-align:center;
  padding:0 5px;
}
#sound-button::before{
  content: "";
  display: block;
  margin: 5px auto 5px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sound-on::before{
  background: url("../img/common/icon-soundon.svg");
}
.sound-off::before{
  background: url("../img/common/icon-soundoff.svg");
}
@media (min-width: 768px){
  #sound-button{
    width:80px;
  }
  #sound-button::before{
    width: 40px;
    height: 40px;
  }
}
*/



/*--------------------------------------------------------------
 #home-about
---------------------------------------------------------------*/
.home-about-wrap {
  margin: 40px 0;
}
.home-about-block::after {
  content: "";
  display: block;
  width: 200px;
  height: 183px;
  margin: 15px auto 0;
  background-image: url(/img/home/about-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (min-width: 768px) {
  .home-about-wrap {
    margin: 70px 0;
  }
}
@media (min-width: 992px) {
  .home-about-block {
    display: grid;
    grid-template-columns: auto 200px;
	  gap: 32px;
  }
}
/*--------------------------------------------------------------
 #home-info
---------------------------------------------------------------*/
.home-info-wrap{
  padding-top: 70px;
  position: relative;
}
.home-info-wrap::before {
  content: "";
  width: 100%;
  height: 104%;
  background-color:#FFF7F7;
  border-radius: 50px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.home-info .block-title{
  color: #FF7063;
  font-size: 2.0rem;
  text-align:center;
  margin-bottom:2em;
}
.home-info .block-title::before {
  display: block;
  content: '';
  width: 35px;
  height: 35px;
  background-image: url(/img/common/tomato-icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin: 1rem auto;
}

.home-info-block1{
  margin-bottom: 60px;
}
.home-info-block1 .home-info-list {
  max-width:840px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  column-gap: 5%;
  row-gap:15px;
  margin:auto 15px;
}
.home-info-block1 .home-info-list > li {
  text-align: center;
  width:100%;
  max-width:180px;
  margin-bottom: 5%;
  background:#FFF;
  border: 3px solid #D0CACA;
  border-radius: 15px;
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.35);
  transition: all ease .3s;
}
.home-info-block1 .home-info-list > li:hover {
  transform: translate(2px,2px);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
}
.home-info-block1 .home-info-list > li a,
.home-info-block1 .home-info-list > li p {
  display: block;
  height: 205px;
  padding-top: 25px;
}
.home-info-block1 .home-info-list > li a::before,
.home-info-block1 .home-info-list > li p::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-info-block1 .home-info-list li.info-online {
  box-shadow: none;
}
.home-info-block1 .home-info-list li.info-online:hover {
  transform: initial;
  box-shadow: none;
}
.home-info-block1 .home-info-list li.info-online p {
  line-height: 1.5;
}
.home-info-block1 .info-diabetes a::before {
  background-image: url(/img/common/info-icon1.png);
}
.home-info-block1 .info-gastroenterology a::before {
  background-image: url(/img/common/info-icon2.png);
}
.home-info-block1 .info-home-medical-care a::before {
  background-image: url(/img/common/info-icon3.png);
}
.home-info-block1 .info-medical-checkup a::before {
  background-image: url(/img/common/info-icon4.png);
}
.home-info-block1 .info-online p::before {
  background-image: url(/img/common/info-icon5.png);
}
.home-info-block1 .info-vaccination a::before{
  background-image: url(/img/common/info-icon6.png);
}
.home-info-block1 .info-thyroid a::before{
  background-image: url(/img/common/info-icon10.png);
}
.home-info-block1 .info-gastroenterology span {
  display: inline-block;
  font-size: 90%;
}
.home-info-block1 .info-diabetes ul {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.home-info-block1 .info-diabetes ul li {
  line-height: 1.5;
  text-indent: -1em;
}
.home-info-block1 .gastro-week dt {
  margin-bottom: -2em;
}
@media (min-width: 768px) {
  .home-info-wrap::before {
	max-width: 960px;
    height: 800px;
    border-radius: 50%;
  	left: 50%;
    transform: translateX(-50%);
  }
  .home-info-block1 .home-info-list{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .home-info-block1 .home-info-list > li {
    max-width:220px;
  }
}
.home-info-block2 .home-info-item {
  margin-bottom: 30px;
}
.home-info-block2 .home-info-subtitle {
  font-size: 2rem;
  margin-bottom: 1em;
}
.home-info-block2 .home-info-name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-top: 1em;
}
.home-info-block2 .button{
  width:150px;
  text-align:center;
  padding:0.5em 0.25em 0.25em;
  margin-top: 2em;
  background-color:#FFF;
  border:2px solid #FF7063;
  border-radius:100vh;
  transition-duration: 0.4s;
}
.home-info-block2 .button a{
  display:block;
}
.home-info-block2 .button .icon-link{
  color: #FF7063;
}
.home-info-block2 .button:hover{
  background:#EFEFEF;
}
@media (min-width: 768px) {
  .home-info-block2 {
    display: flex;
  	gap: 10%;
  }
  .home-info-block2 .home-info-item {
    width: 45%;
    width:100%;
  }
  .home-info-block2 .home-info-name {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
 #home-news
---------------------------------------------------------------*/
.home-news-wrap{
  padding: 60px 0;
  position:relative;
}
.home-news-wrap::before {
  content: "";
  width: 40vw;
  max-width: 600px;
  height: 40vw;
  max-height: 600px;
  background-color:#FFF7F7;
  border-radius: 50%;
  position: absolute;
  top: 187px;
  right: 30px;
  z-index: -1;
}
.home-news-wrap::after {
  content: "";
  width: 40vw;
  max-width: 600px;
  height: 40vw;
  max-height: 600px;
  background-color:#FFF7F7;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 30px;
  z-index: -1;
}
.home-news-inner{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin:auto;
}
.home-news-title{
  width:100%;
}
.home-news .block-title{
  color: #FF7063;
  font-size:2.0rem;
  text-align:center;
  margin-bottom:2em;
}
.home-news .block-title::before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url(/img/home/home-news-icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0.25em auto;
}
.home-news-block{
  width:100%;
}
.home-news-block .news-list li{
  padding-bottom:1em;
  margin-bottom:1em;
  border-bottom:1px solid #C8C8C8;
}
.home-news-block .news-list li:last-child{
  border-bottom:none;
}
.home-news-block a{
  color: #0000ff;
  text-decoration:underline;
}
.home-news-block a:hover{
  color: #0000ff;
  text-decoration:none;
}
.home-news-block .news-list .date{
  font-size:1.2rem;
  display: block;
  margin-bottom:0.25em;
}
.home-news-block .news-list .title{
  font-size:1.4rem;
  display: block;
  margin-bottom:0.25em;
}
.home-news-block .to-archive {
  text-align: right;
}
.home-news-block .news-list .overview{
  font-size:1.2rem;
  display:block;
  margin-bottom:0.25em;
}
.home-news-block .link{
  font-size:1.2rem;
}
@media (min-width: 768px) {
 .home-news-wrap{
    padding: 100px 0 60px;
  }
  .home-news-wrap::before {
    top: -200px;
  }

}
@media (min-width: 992px) {
  .home-news-title{
    width: fit-content;
  }
  .home-news-block{
    width:calc(100% - 175px);
  }
}
/*--------------------------------------------------------------
 #home-link
---------------------------------------------------------------*/
.home-link-wrap {
  padding-bottom: 50px;
}
.home-link-item {
  margin-bottom: 25px;
}
.home-link-item a {
  display: block;
  padding-top: 40vw;
}
.home-link-item.home-medical-care a {
  background-image: url(/img/home/link-item1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
 }
.home-link-item.medical-checkup a {
  background-image: url(/img/home/link-item2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
} 
.home-link-item .item-title {
  font-size: 1.3rem;
  padding-left: .3em;
  border-left: 3px solid #FF7063;
}
@media (min-width: 586px) {
  .home-link-block {
    display: flex;
	justify-content: center;
	gap: 10%;
  }
  .home-link-item {
    width: 45%;
  }
  .home-link-item a {
	padding-top: 44%;
  }
}
@media (min-width: 768px) {
  .home-link-wrap {
    padding-bottom: 70px;
  }
  .home-link-item .item-title {
    font-size: 1.5rem;
  }
}
/*--------------------------------------------------------------
 #home-schedule
---------------------------------------------------------------*/
.home-schedule-wrap {
  padding: 70px 0;
}
.home-schedule-title .block-title {
  margin-right: 1em;
}
/*--------------------------------------------------------------
 #home-map
---------------------------------------------------------------*/
.home-map .block-title {
  font-size: 1.7rem;
  margin-bottom: 1em;
}
.home-map .block-title::before {
    display: block;
    content: '';
    width: 45px;
    height: 30px;
	margin: 0 auto 10px;
    background: url(/img/common/outline-icon-map.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
@media (min-width: 768px) {
  .home-map .block-title {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
 #home-access
---------------------------------------------------------------*/
.home-access-wrap {
  padding-top: 50px;
}
.home-access .block-title {
  font-size: 1.7rem;
  margin-bottom: 1em;
}
.home-access .block-title::before {
    display: block;
    content: '';
    width: 39px;
    height: 45px;
	margin: 0 auto 10px;
    background: url(/img/common/outline-icon-access.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.home-access-item {
  padding-bottom: 1.5em;
}
.home-access-item .item-title {
  font-size: 1.5rem;
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .home-access-wrap {
    padding-top: 70px;
  }
  .home-access-block {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around; 
	gap: 4%;
  }
  .home-access .block-title {
    font-size: 2rem;
  }
  .home-access-item .item-title {
    font-size: 1.7rem;
  }
}
/*--------------------------------------------------------------
 #home-outline
---------------------------------------------------------------*/
.home-outline-wrap{
  padding: 50px 0;
}
.home-outline-block1{
  display: grid;
  grid-template-columns: repeat(auto-fit , 360px);
  gap:20px;
}

.home-outline-block2 {
  margin-top: 60px;
}
.home-outline-block2 .block-title {
  font-size: 1.7rem;
  font-weight: 700;
}
.home-outline-block2 .home-outline-item.item1 {
  margin-bottom: 30px;
}
.home-outline-table{
  width:100%;
  text-align:center;
  border-collapse: collapse;
  border:1px solid #474647;
  margin:1.5em 0;
}
.home-outline-table th{
  border-collapse: collapse;
  border:1px solid #474647;
}
.home-outline-table td{
  background: #fff;
  border-collapse: collapse;
  border:1px solid #474647;
}
.home-outline-table thead{
  background:#ECE9DF;
}
.home-outline-table thead th{
  width:calc(100% / 8);
}
.home-outline-table thead th:first-child{
  width:calc(100% / 8 * 2);
}
.home-outline-table tbody th{
  background: #fff;
}
.home-outline-phone .tel{
  font-weight: 700;
  font-size: 130%;
}
.home-outline-phone .number{
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 160%;
  margin-right: .5em;
}
.home-outline-phone p{
  line-height: 1.5;
  text-indent: -0.5em;
  margin-bottom: 1em;
}
.home-outline-link{
  display:flex;
  justify-content: space-between;
  margin-top: 20px;
}
.home-outline-link .button{
  font-weight:700;
}
.home-outline-link .button{
  width:47.5%;
  text-align:center;
  background-color:#FF7063;
  border-radius:5px;
  transition-duration: 0.4s;
  margin:auto;
  padding:0.75em 0.25em 0.5em;
}
.home-outline-link .button a{
  display:block;
  color:#FFF;
}
.home-outline-link .button .icon-link{
  color:#FFF;
}
.home-outline-link .button .icon-link::after{
  color:#FF7063;
}
.home-outline-link .button:hover{
  background:#DB5148;
}
.home-outline-link .button:nth-child(2){
  background-color: #5fc975;
}
.home-outline-link .button:nth-child(2) .icon-link::after{
  color:#00CF6F;
}
.home-outline-link .button:nth-child(2):hover{
  background:#00A558;
}
.home-outline-item.item2 img {
  width: 100%;
}
.home-outline-item.item2 p {
  line-height: 1.5;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .home-outline-block1 .banner {
	 width: 360px;
  }
  .home-outline-block2 {
    display: flex;
	justify-content: space-between;
	margin-top: 80px;
  }
  .home-outline-block2 .block-title {
    font-size: 2rem;
  }
  .home-outline-block2 .home-outline-item {
    width: 45%;
  }
}
@media (min-width: 995px) {
  .home-outline-phone .number{
    font-size: 200%;
  }
}