@charset "UTF-8";
/* Basic Settings
------------------------------------------------*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.h_note-mv {
  background: #f7f5e5;
  height: 615px;
  width: 100%;
  margin: 0 auto;
}

.h_note-mv .txt-area {
  position: relative;
  height: 615px;
  min-width: 1200px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px;
  background: #f7f5e5 url(/jp/-/media/medicom/healthcarenote/top/bg_mv_pc.jpg) no-repeat center / contain;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .h_note-mv .txt-area {
    padding: 30px 10px;
  }
}

.h_note-mv .txt-area .inner {
  width: 540px;
  padding: 60px 0 0;
  box-sizing: border-box;
}

.h_note-mv .txt-area .ttl {
  text-align: center;
  line-height: 1;
  font-weight: normal;
  border-bottom: 1px solid #f8c524;
  margin: 0 40px 30px;
}

.h_note-mv .txt-area .ttl .main {
  font-size: 62px;
  color: #f18d00;
  display: block;
  margin: 0 0 15px 0;
}

.h_note-mv .txt-area .ttl .sub {
  color: #555;
  font-size: 30px;
  display: block;
  margin: 0 0 20px 0;
}

.h_note-mv .txt-area .txt {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 2.2;
  background: url(/jp/-/media/medicom/healthcarenote/top/bg_book.png) no-repeat center 20px;
  padding: 0 0 10px 0;
}

.h_note-mv ul {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

.h_note-mv ul li:first-child {
  margin: 0 20px 0 0;
}

.h_note-mv .btn {
  background: #0056a8;
  height: 70px;
  border-radius: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 20px 0 40px;
  box-sizing: border-box;
  line-height: 1;
  transition: 0.2s;
  width: 240px;
}

.h_note-mv .btn .large {
  font-size: 22px;
}

.h_note-mv .btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.h_note-mv .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  background: url('/jp/~/media/images/sprite/common.png');
  background-position: 0 -123px;
  width: 15px;
  height: 15px;
}

.h_note-mv .txtlink {
  color: #0056a8;
  display: flex;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.h_note-mv .txtlink::before {
  content: '';
  display: block;
  background: url(/jp/~/media/images/sprite/common.png);
  background-position: 0 -168px;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}

@media (max-width: 800px) {
  .h_note-mv {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }

  .h_note-mv .txt-area {
    position: relative;
    height: 137.333vw;
    min-width: inherit;
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 4.000vw 2.667vw 0;
    background: #fff url(/jp/-/media/medicom/healthcarenote/top/bg_mv_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    box-sizing: border-box;
  }
  
  .h_note-mv .txt-area .inner {
    width: 100%;
    padding: 5.000vw 0 0;
  }

  .h_note-mv .txt-area .ttl {
    text-align: center;
    line-height: 1;
    font-weight: normal;
    border-bottom: 1px solid #f8c524;
    margin: 0 12.000vw 3.333vw;
  }

  .h_note-mv .txt-area .ttl .main {
    font-size: 9.867vw;
    display: block;
    margin: 0 0 2.667vw 0;
  }

  .h_note-mv .txt-area .ttl .sub {
    font-size: 4.000vw;
    margin: 0 0 4.000vw 0;
  }

  .h_note-mv .txt-area .txt {
    font-size: 3.467vw;
    letter-spacing: 0;
    line-height: 1.8;
    background: none;
    padding: 0 0 47.333vw 0;
  }

  .h_note-mv ul {
    margin: 5.333vw 0 0 0;
  }

  .h_note-mv ul li:first-child {
    margin: 0 10px 0 0;
  }

  .h_note-mv .btn {
    height: 14.000vw;
    border-radius: 7vw;
    font-size: 4.267vw;
    padding: 0 2vw 0 8vw;
    box-sizing: border-box;
    line-height: 1;
    transition: 0.2s;
    width: 45.333vw;
    align-items: center;
  }

  .h_note-mv .btn .large {
    font-size: 4.267vw;
  }

  .h_note-mv .btn:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  .h_note-mv .btn::after {
    left: 2.667vw;
    background: url('/jp/~/media/images/sprite/common.png');
    background-position: 0 -123px;
    width: 15px;
    height: 15px;
  }

  .h_note-mv .txtlink {
    margin: 6.667vw 0 0 0;
    padding: 0 0 0 0;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    font-size: 4.267vw;
  }

  .h_note-mv .txtlink::before {
    margin: 0 10px 0 0;
  }
}

.movie-wrap {
  background: #FFF;
  width: 100%;
  margin: 0;
  padding: 60px 0;
  box-sizing: border-box;
}

.youtube__padding-top {
  margin: 0 auto;
  width: 560px;
}

.movie-wrap .ttl {
  font-size: 28px;
  color: #e1680c;
  font-weight: normal;
  text-align: center;
  margin: 0 0 25px 0;
}

@media only screen and (max-width: 800px) {
  .movie-wrap {
    padding: 10.667vw 0 13.333vw;
  }
  
  .movie-wrap .inner {
    width: 74.667vw;
    margin: 0 auto;
  }
  
  .youtube__padding-top {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  
  .youtube__padding-top iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .movie-wrap .ttl {
    font-size: 5.867vw;
  }
}

#h_note .co02{
	padding: 100px 0 20px;
	background:#f7f5e6;
	text-align:center;
}

#h_note .co02 > .inner > .ttl{
  text-align: center;
  color: #e1680c;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 40px 0;
  line-height: 1;
}

#h_note .co02 .service-list {
	display: flex;
  flex-wrap: wrap;
  width: 1160px;
  margin: 0 auto;
}

#h_note .co02 .service-list .item {
  width: 340px;
  margin: 0 70px 0 0;
}

#h_note .co02 .service-list .item:nth-child(3n) {
  margin: 0 0 0 0;
}

#h_note .co02 .service-list .item .inner {
  width: 340px;
  height: 340px;
  border-radius: 170px;
  background: #FFF;
  text-align: center;
  padding: 55px 0 0 0;
  box-sizing: border-box;
  overflow: hidden;
}

#h_note .co02 .service-list .item .inner .ttl {
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 10px 0;
}

#h_note .co02 .service-list .item .txt {
  text-align: left;
  margin: 20px 0 60px 0;
}

#h_note .co02 .service-list .item .img {
  width: 310px;
  margin: 0 auto;
}

#h_note .co03{
	padding:70px 0 130px;
	background:#e9e6cf;
}

#h_note .co03 h2{
	font-size:20px;
	line-height:1.5;
	color:#5b6530;
	text-align:center;
	padding-top:105px;
	margin-bottom:15px;
	background:url(/jp/-/media/medicom/healthcarenote/top/ill06.png) center top no-repeat;
  background-size: auto 90px;
}

#h_note .co03 p{
	font-size:16px;
	line-height:1.4;
	color:#5b6530;
	text-align:center;
	margin-bottom:45px;
}

#h_note .co03 ul{
	width:90%;
	margin:0 auto;
	padding-left:5%;
}

#h_note .co03 ul li{
	width:108px;
	display:inline-block;
	margin-bottom:25px;
}

#h_note .co03 ul li a{
	font-size:18px;
	line-height:18px;
	color:#5b6530;
	padding-left:15px;
	background:url(/jp/-/media/medicom/healthcarenote/top/arrow.png) left center no-repeat;
}

#h_note .co03 ul li a:hover{
	color:#a3ba47;
}
#h_note .totop{
	position:fixed;
	right:40px;
	bottom:40px;
	display:none;
}

@media only screen and (max-width: 800px) {
  #h_note .co02{
    padding: 12.000vw 0;
  }

  #h_note .co02 > .inner > .ttl{
    font-size: 5.867vw;
    margin: 0 0 8.000vw 0;
  }

  #h_note .co02 .service-list {
    display: block;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }

  #h_note .co02 .service-list .item {
    width: 86.667vw;
    margin: 0 auto;
  }

  #h_note .co02 .service-list .item:nth-child(3n) {
    margin: 0 auto;
  }

  #h_note .co02 .service-list .item .inner {
    width: 86.000vw;
    height: 86.000vw;
    border-radius: 43vw;
    padding: 12.000vw 0 0 0;
  }

  #h_note .co02 .service-list .item .inner .ttl {
    font-size: 4.800vw;
    margin: 0 0 2.667vw 0;
  }

  #h_note .co02 .service-list .item .txt {
    margin: 2.667vw 0 6.667vw 0;
    font-size: 4.267vw;
    text-align: center;
  }
  
  #h_note .co03{
		padding:70px 0 130px;
		background:#e9e6cf;
	}
	
	#h_note .co03 h2{
		font-size:20px;
		line-height:1.5;
		color:#5b6530;
		text-align:center;
		padding-top:105px;
		margin-bottom:15px;
	}
	
	#h_note .co03 p{
		font-size:16px;
		line-height:1.4;
		color:#5b6530;
		text-align:center;
		margin-bottom:45px;
	}
	
	#h_note .co03 ul{
		width:90%;
		margin:0 auto;
		padding-left:0;
	}
	
	#h_note .co03 ul li{
		width:108px;
		display:inline-block;
		margin-bottom:25px;
	}
	
	#h_note .co03 ul li a{
		font-size:18px;
		line-height:18px;
		color:#5b6530;
		padding-left:15px;
	}
	
	#h_note .co03 ul li a:hover{
		color:#a3ba47;
	}
  #h_note .totop{
		position:fixed;
		right:40px;
		bottom:40px;
	}
}
@media only screen and (max-width: 650px) {
  #h_note .totop img{
		width:40px;
		height:auto;
	}
}