@charset “UTF-8”;

.mv-title {
	position:  relative;        /* 位置指定 */
    z-index: 201; 
	/*margin-top: 22vh;*/
	padding-top: 30px;
}

#index h1 {
    color: #fff;
    font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
    font-size: 2.56em;
    font-weight: 300;
    /*padding: 10px 0 20px;*/
    animation: fadeIn-fromleft 5s ease 1s 1 normal backwards;
}


/**/
#index .container1_box {
    background: #4d4d4d;
    margin-top: 77vh;
    width: 100%;
    text-align: center;
}

.index1-title {
    /*display: flex;*/
    position: relative;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
    transform: translateX(-210%);
    margin-left: 50%;
    animation: slideIn-anim 1.2s ease-out forwards;
    animation-delay: 0.6s;/*開始字間*/
}

.container2_box {
	background: linear-gradient(90deg, rgba(255,222,0,1) 0%, rgba(255,141,0,1) 42%, rgba(255,141,0,1) 100%);
    margin-top: 77vh;
}
.container2 {
	width: 100%;
	color: #fff;
	position: relative;
}

.index2-txt {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-left: 0;
    text-align: left;
    max-width: 1080px;
    margin: 0 auto;
    transform: translateX(-210%);
    margin-left: 47%;
    animation: slideIn-anim 1.2s ease-out forwards;
    animation-delay: 0.6s;/*開始字間*/
}

@keyframes slideIn-anim {
	20% {
		opacity: 0;
	}
	/*60% {
		transform: translateX(-45%);
	}
	75% {
		transform: translateX(-52%);
	}*/
	100% {
		opacity: 1;
		transform: translateX(-50%);
	}
}

#mv-pc {
  position: relative;
  overflow: hidden;
  height: 87vh;
  min-height: 500px;
}

.mv-img {
  position: absolute;
  top: 0;
  left: 0;
  background: center/cover, no-repeat;
  width: 100vw;
  height: 90%;
  transition: transform 8s linear, opacity .6s;
  opacity: 0;
}

.mv-img.mv-active {
  transform: scale(1.05) rotate(.001deg);
  opacity: 1;*/
}

.mv01 {
	background-image: url(../../img/index/mv01.jpg);
}

.mv02 {
	background-image: url(../../img/index/mv02.jpg);
}

.mv03 {
	background-image: url(../../img/index/mv03.jpg);
}

.mv-copy {
	position: absolute;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .4);
	backdrop-filter: blur(2px);
	width: 100vw;/*calc(40% + 10px);*/
	top: 26.6vh;
	/*height: 174px;*/
	padding: 40px 80px 18px;
}

.mv-copy:not(.show) {
	width: 0;
	padding-left: 0;
	padding-right: 0;
}

.mv-copy > h3 {
	color: #fff;
	font-size: 1.26em;
	/*font-weight: 300;*/
	line-height: 1.8;
	margin: 0 30px 0 30px;
}

/*.mv-title ul.flex_center {
	margin: 0 3vw 0 21vw;
}*/

.mv-title p {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

.mv-txt {
	font-size: 1.08em;
	color: #fff;
	line-height: 30px;
	letter-spacing: .001em;
	font-weight: 100;
	text-align: center;
	padding-top: 20px;
}


.mark_ISO {
	bottom: 12vh;
    width: 340px;
    position: absolute;
    right: 0;
    margin-right: 40px;
    z-index: 0;
}

ul.icon_ios {
	display: flex;
	width: 334px;
}

ul.icon_ios img {
	height: 40px;
}

.slash_area {
	margin: 48px 0 ;
	/*height: 100px;
	overflow:hidden;*/
}/* 親要素に挿入　*/

.slash_line {
	width:100%;
	height:1px;
	background:#999;
	/*transform:rotate(-50deg);*/
	transform:rotate(-90deg);
}



#index h2 {
	color: #023874;
	text-align: center;
}

#index p.headingtxt {
	font-size: 0.96em;
	font-weight: bold;
	width: 170px;
}

#index p.headingtxt_s {
	font-size: 0.90em;
	padding-top: 2px;
}

#index h3 {
	font-size: 24px;
	font-weight: normal;
}


#index h4 {
	font-size: 21px;
	font-weight: normal;
}


#index h5 {
  font-size: 1.2em;
  font-weight: normal;
}

#index h6 {
  font-size: 25px;
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: normal;
}

#index p.icon_title {
	color: #fff;
	border-radius: 5px;
	padding: 23px 20px;
}

#index section#index-tms dt {
	color: #999;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}

#index section#index-tms dd p span  {
	display: inline-block;
}


.btn_svg_shadow {
filter: drop-shadow(10px 10px 0px 0px rgba(0, 0, 0, 0.4));
/*(左右の位置px 上下の位置px ぼかし具合px 色)*/
}

/**/


.indexSlide-up {
	transform: translate(0, -100%);
}

.indexSlide-left {
	transform: translate(-100%, 0);/*枠外*/
}
.indexShow {
	opacity: 1;
	transform: translate(0, 0);
}


/*——　文字の両脇にライン　——*/
.txt_catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.itxt_catch:before, .itxt_catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.itxt_catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.itxt_catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

/*　左 */
.indexTwrap{
  position:relative;
}
.indexTwrap span{
  display: block;
  color: #fff;
  white-space: nowrap;
}
.indexTwrap span::before{
  content: "";
  display: inline-block;
  width: 3.0em;
  border-top: 1px solid;
  vertical-align: middle;
  margin: 0 0.2em;
  padding-bottom:4px;
}

/**/

.index-box__center_1080 {
    position: relative;
    padding-left: 30px;
    text-align: left;
    max-width: 1080px;
    margin: 0 auto;
}

.inbox__center_960 {
	position: relative;
    text-align: left;
    padding-right: 30px;
    max-width: 960px;
    margin: 0 auto;
}



.select {
	background: #f0f4f7;
	padding: 25px;
}

.tele-rad .service {
	max-width: 1080px;
}

.service-desc {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1em;
	margin: 30px auto;
}

.service-desc-name {
	color: #000;
	margin-bottom: 10px;
}

.service-desc .center,
.service-desc .hospital {
	background-position: center right 10px;
	background-repeat: no-repeat;
	border: 1px solid #033775;
	padding: 10px 30px;
	width: calc(48% - 130px);
	min-height: 150px;
	overflow: hidden;
}

.service-desc .center {
	background-image: url(../../img/index/teleRad-center.png);
}

.service-desc .hospital {
	background-image: url(../../img/index/teleRad-hospital.png);
}

.service-map {
	text-align: center;
	margin-bottom: 30px;
}

.tele-rad .select-btn {
	margin: 30px 0;
}

.member {
	background: url(../../img/index/member-pc-bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 80px 20px;
}

.member-inner {
	background: #fff;
	max-width: 1030px;
}

.member .line {
	background: #888;
	width: 80%;
	height: 1px;
}

.member .line:not(.show) {
	width: 0;
}

.member-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: left;
	margin: 30px;
}

.member-list dl {
	width: 35%;
	min-width: 310px;
	padding: 10px;
}

.member-list dt {
	font-family: 'Times New Roman','Noto Serif KR', serif;
	font-size: 1.3em;
}

.member-list dt > span {
	display: inline-block;
	font-size: 1rem;
}

.member-list dd {
	font-size: .9em;
	/*margin-left: 75px;*/
}

.care {
	position: relative;
	padding: 90px 0 60px;
}

.care .content-wrap {
	display: flex;
	align-items: center;
	max-width: 100%;
	min-height: 537px;
	padding: 0;
	z-index: 1;
}

.care-inner {
	background: #fff;
	padding: 100px 50px;
}

.care-inner h2 {
	padding-bottom: 0;
}

.care-img {
	position: absolute;
	top: 90px;
	right: 0;
	z-index: -1;
}

/*topへボタン・・・・・・・・・・・・・・・・・*/
.totop_btn {
	/* position: fixed;
	 bottom: 5vw;
	 right: 1vw;
	 text-align: center;*/
	 position: fixed;
	 width: 60px;
	 height: 60px;
	 right: 3%;
	 bottom: 50px;
	 background: rgba(0, 0, 0, 0.3);
	 border-radius: 4px;
	 color: #fff;
	 font-weight: 600;
	 text-align: center;
	 padding: 5px;
	 transition: .3s;
	 z-index: 1000;
 }

.fa,.fas{
	font-weight: 900;
}
 .fa, .far, .fas {
	 font-family: Font Awesome\ 5 Free;
	 font-size: 16px;
 }
 .fa-angle-up:before {
	 content: "\f106";
 }
 .totop_btn  span {
	 display: block;
	 font-size: 15.5px;
	 letter-spacing: 0;
	 line-height: 1.3;
 }

@media (max-width: 1300px) {
	.mv-copy {
		height: 250px;
		width: 58%;
	}

	.mv-copy > p {
		font-size: 1.8em;
	}

	.care {
		padding: 30px 0;
	}

	.care-inner {
		padding: 50px;
	}

	.care-img {
		top: 30px;
	}
}

@media (max-width: 850px) {
	.animate {
        animation: none;
        transform: none;
        transition: unset;
    }


	.service-inner {
		margin-bottom: 30px;
	}

	#index h1 {
    	color: #333;
		font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
		font-weight: 300;
		animation: none;
        transform: none;
        transition: unset;
    }

/* sp → linkbtn.css */
/* index  */
	#index #index_menberSp {
		background: url(../../img/index/member-pc-bg.jpg) no-repeat;
		background-size: cover;
		text-align: center;
		background-position: left -50px top 10px,center;
		padding: 60px 10px 20px;
	}

	#index #index_menberSp div.member-inner {
		background: none;
		color: #333;
		padding: 0px;
	}
/* //index  */

	.blackbace01 {
		position: absolute;
		bottom: 40px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		background: rgba(0, 0, 0, .6); /* 黒透過 */
		backdrop-filter: blur(2px);
		/* width: calc(40% + 10px);
		height: 240px;
		padding: 0;*/
		}



	#index .member h2 {
		color: #fff;
	}

	.member-inner {
		background: none;
		color: #fff;
		padding: 10px;
	}

	.member-list {
		margin: 0 0 10px;
	}

	.member-list dl {
		width: 48%;
		min-width: initial;
	}

	.member-list dt {
		font-size: 1.3em;
	}

	.member-list dt > span {
		display: block;
	}

	.member-list dd {
		font-size: .8em;
		margin: 5px 0 0;
	}

	#index .link-btn.docter {
		color: #fff;
	}

	#index .link-btn.docter:hover {
		background: #fff;
		border-color: #fff;
		color: #4695ce;
	}

	.care {
		position: relative;
		padding: 30px 0 0;
	}

	.care .content-wrap {
		min-height: initial;
	}

	.care-inner {
		background: #fff;
		padding: 10px 30px;
	}

	.care-inner header > .text-sm {
		font-size: 1em;
	}

	.care-inner figure.sp {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-bottom: 20px;
	}

	.care-inner .link-btn {
		display: block;
		font-size: .9em;
		width: 300px;
		padding: 15px 40px 15px 30px;
		margin: 30px auto;
	}
}