@charset "UTF-8";
/* CSS Document */

body{
	position: relative;
}

p.tab{
  width: 60px;
	position: fixed;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	display: none;
  background: #003894;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

p.tab a{
  display: block;
}

img{
	vertical-align:bottom;
}

a img{
	border:none;
	outline:none;
}


ul,ol {
	list-style:none;
}

.clear{
	clear:both;
}

.clearFix {
    overflow: hidden;
}
.clearFix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
* html .clearFix {
    height: 1em;
    overflow: visible;
}

a{
	text-decoration: none;
	transition:0.3s linear;
}

a:hover{
	transition:0.3s;
	opacity:0.7;
}

a:focus {
  outline: none;
}

.dm{
	display:none;
}

.f_fr{
	font-family:FrutigerRoma;
}

.inner_ph{
	width: 1280px !important;
	margin: 0 auto;
	position: relative;
}

header h1{
	padding: 33px 0 16px;
}

header h1 img{
	width: 110px;
	height: auto;
}

header .inner_ph div{
	position: absolute;
	top: 36px;
	right: 0;
}

header div a + a{
	margin-left: 10px;
}

.mv{
	position: relative;
	margin-bottom: 50px;
}

.mv img{
	width: 100%;
	height: auto;
}

.mv div {
	position: absolute;
	top: 30%;
	left: 5vw;
}

.mv div h1{
	font-family:'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
	color: #003994;
	font-size: 3.5vw;
	line-height: 1.3;
	margin-bottom: 1vw;
}

.mv div p{
	font-size: 1.4vw;
	line-height: 1.5;
	color: #003994;
}

.tble{
	padding-top: 75px;
	background: #ebebeb;
}

.tble h2{
	font-family:'UD Shin Go DemiBold', sans-serif;
	font-size: 35px;
	line-height: 1.3;
	color: #404040;
	font-weight: 700;
	text-align: center;
	margin-bottom: 70px;
}

.tble .inner_ph ul{
	display: flex;
	margin-left: 37px;
}

.tble .inner_ph ul li img{
	opacity: 0;
}

.tble_list > div{
	width: 50%;
	height: 640px;
	display: inline-block;
	background: #fafafa;
	position: relative;
	overflow: hidden;
	float: left;
}

.tble_list > div:first-of-type{
	background: #003894;
}

.tble_list > div:nth-child(4),
.tble_list > div:nth-child(5){
	background: #ebebeb;
}

.tble_list > div:nth-of-type(even){
	float: right;
}

.tble_list > div > div{
	height: 585px;
	position: absolute;
	top: 55px;
	left: 100%;
	margin-left: -637px;
}

.tble_list > div > div > img{
	position: absolute;
	bottom: 50px;
	left: 0;
}


.tble_list > div:nth-of-type(even) > div > img{
	left: auto;
	right: 0;
}

a span.blank{
	display:inline-block;
	padding-right: 1.3em;
	position: relative;
}

a span.blank::before{
	font-family:FontAwesome;
	content:"\f24d";
	position: absolute;
	top:0;
	right: 0;
	transform: scale(-1, 1) rotate(180deg);
}

a span.blank:hover{
	text-decoration: underline;
}

.tble_list > div:nth-of-type(even) > div{
	position: absolute;
	top: 55px;
	left: 45px;
	margin-left: 0;
}

.tble_list > div:first-of-type h2{
	font-family: 'UD Shin Go DemiBold', sans-serif;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	color: #FFF;
}

.tble_list > div:first-of-type p{
	font-family:FrutigerRoma, sans-serif;
	font-size: 55px;
	line-height: 1.3;
	font-weight: 700;
	color: #FFF;
	opacity: 0.2;
	white-space: nowrap;
	position: absolute;
	top:320px;
	left: 0;
}

.tble_list > div h2{
	font-family: 'UD Shin Go DemiBold', sans-serif;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 15px;
}

.tble_list > div h2 img{
	display: block;
	margin-bottom: 20px;
}

.tble_list > div p{
	width: 600px;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-right: 25px;
}

.tble_list > div a{
	font-size: 14px;
	line-height: 1.3;
	color: #003894;
}

/*.tble_list > div a::before{
	content: "> ";
}*/

.tble_list > div a::before{
  font-family:FontAwesome;
  content: "\f105";
  padding-right: 0.2em;
}


.inter .title{
	width: 100%;
	height: 233px;
	background: url("/jp/~/Media/phchd/solution/clinic/title_bk.gif") center no-repeat;
	background-size: cover;
	position: relative;
	display: table;
}

.inter .title h2{
	width: 100%;
	height: 233px;
	font-size: 34px;
	line-height: 1.5;
	color: #FFF;
	font-family:'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.inter .title p{
	font-family:'UD Shin Go DemiBold', sans-serif;
	font-size: 70px;
	line-height: 1;
	color: #FFF;
	font-weight: 700;
	position: absolute;
	bottom:0;
	left: 50%;
	margin-left: 170px;
	opacity: 0.2;
}

.a_area{
	height: 700px;
	position: relative;
	text-align: center;
}

.a01,.a02,.a03,.a04,.a05,.a06,.a07,.a08,.a09,.al01,.al02,.al03,.al04,.a_bk{
	position: absolute;
	opacity: 0;
}

.a01,
.a02,
.a08{
	margin-top: -20px;
}

.a07,.a06{
	margin-top: 20px;
}

.al01,
.al02,
.al03{
	left:48%
}

.al04{
	left:52%
}

.a_bk{
	bottom:63px;
	left: 28px;
}

.a01{
	top:42px;
	left: 50%;
	margin-left: -100px;
}

.a02{
	top:292px;
	left: 273px;
}

.a03{
	bottom:127px;
	left: 50%;
	margin-left: -80px;
}

.a04{
	bottom:127px;
	left: 50%;
	margin-left:155px;
}

.a05{
	bottom:127px;
	left: 50%;
	margin-left:383px;
}

.a06{
	top:197px;
	left: 50%;
	margin-left:171px;
}

.a07{
	top:197px;
	left: 50%;
	margin-left:-390px;
}

.a08{
	top:197px;
	left: 50%;
	margin-left:-213px;
}

.a09{
	bottom:127px;
	left: 48px;
}

.al01{
	bottom: 195px;
	margin-left: -150px;
}

.al02{
	bottom: 195px;
	margin-left: 109px;
}

.al03{
	bottom: 195px;
	margin-left: 333px;
}

.al04{
	bottom: 195px;
	margin-left: -414px;
}

.a_area .inner_ph{
	height: 700px;
}

.mov{
	width: 100%;
	max-width:  1010px;
	margin: 90px auto;
}

.mov > div{
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.mov iframe{
  width: 100% !important;
	height: 100% !important;
	position: absolute;
  top: 0;
  left: 0;
}


.solu{
	padding: 100px 0 60px;
	background: #f9fbff;
}

.solu h2{
	font-family: 'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
	font-size: 34px;
	line-height: 1.3;
	color: #003894;
	text-align: center;
	margin-bottom: 65px;
}

.solu h3{
	height: 50px;
	width: 520px;
	font-family: 'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
	font-size: 24px;
	line-height: 53px;
	color: #FFF;
	text-align: center;
	background: #003894;
	margin: 0 auto 30px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.solu .inner_ph > div{
	display: flex;
}

.solu .inner_ph > div > div{
	width: 50%;
}

.solu .inner_ph > div > div > div{
	width: 311px;
	float: left;
}

.solu .inner_ph > div > div > div + div{
	margin-left: -1px;
}


.solu .inner_ph > div > div > div li{
	padding: 15px;
	background: #FFF;
	border: 1px solid #003894;
}

.solu .inner_ph > div > div > div li + li{
	margin-top: -1px;
}

.solu .inner_ph > div > div > div li img{
	margin-bottom: 15px;
}

.solu .inner_ph > div > div > div li h4{
	font-family: 'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.solu .inner_ph > div > div > div li p{
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.solu .inner_ph > div > div > div li a{
	font-size: 13px;
	line-height: 1.3;
	color: #003894;
	display: inline-block;
	position: relative;
}

.solu .inner_ph > div > div > div li a::before{
  font-family:FontAwesome;
  content: "\f105";
  padding-right: 0.2em;
}

.solu .inner_ph > div > div > div li a[target="_blank"]::after{
	font-family:FontAwesome;
	content:"\f24d";
	transform: scale(-1, 1) rotate(180deg);
	position: absolute;
	top: 0;
	right: -1.3em;
}


.case{
	padding: 70px 0 50px;
}

.case h2{
	font-size: 28px;
	line-height: 1;
	color: #003894;
	font-family: 'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
	text-align: center;
	margin-bottom: 50px;
}

.case .case_box{
	height: 364px;
	display: flex;
	align-items: flex-start;
}

.case .case_box > div{
	width: 50%;
	height: 364px;
	background: #013893;
	position: relative;
}

.case .case_box > div a{
	font-size: 12px;
	line-height: 1;
	color: #003894;
	display: inline-block;
	padding: 13px 25px;
	background: #FFF;
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 1;
	border-radius: 50px;
}

.case .case_box > div a::before{
  font-family:FontAwesome;
  content: "\f105";
  padding-right: 0.2em;
}

.case .case_box > div a:hover{
	text-decoration: none;
}

.case .case_box > div > p{
	width: 640px;
	font-family:FrutigerRoma, sans-serif;
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	color: #FFF;
	opacity: 0.1;
	position: absolute;
	bottom: 0;
	right: 0;
}

.case .case_box > div + div{
	background: url("/jp/~/Media/phchd/solution/clinic/case_bk.jpg") left center no-repeat;
	background-size: cover;
}

.case .case_box > div + div img{
	opacity: 0;
}

.case .case_box > div > div{
	padding: 17px 0;
	border-bottom: 1px solid #809cc9;
}

.case .case_box > div > div p{
	width: 640px;
	font-size: 16px;
	line-height: 1.4;
	color: #FFF;
	float: right;
}

.case .case_box > div > div + div{
	padding: 20px 0;
	border: none;
}

.case .case_box > div > div + div h3{
	width: 640px;
	font-size: 28px;
	line-height: 1.4;
	color: #FFF;
	margin-bottom: 15px;
	float: right;
}

.case .case_box > div > div + div p{
	font-size: 18px;
	line-height: 1.4;
}


.btn{
	padding: 70px 0;
}

.btn h2{
	font-size: 28px;
	line-height: 1;
	color: #003894;
	font-family: 'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
	text-align: center;
	margin-bottom: 50px;
}

.btn ul{
	text-align: center;
}

.btn ul li{
	width: 412px;
	display: inline-block;
	position: relative;
}

.btn ul li + li{
	margin-left: 20px;
}


.btn ul li p{
	font-family:'UD Shin Go DemiBold', sans-serif;
	width: 100%;
	height: 53px;
	font-size: 17px;
	line-height: 55px;
	color: #FFF;
	padding: 0 20px;
	font-weight: 700;
	background-color: rgba(0,56,148,0.70);
	text-align: left;
	position: absolute;
	bottom:0;
	left: 0;
	box-sizing: border-box;
}

.btn ul li p span{
	display: inline-block;
	position: relative;
}

.btn ul li p span::after{
	font-family:FontAwesome;
	content:"\f24d";
	transform: scale(-1, 1) rotate(180deg);
	position: absolute;
	top: 0;
	right: -1.3em;
}

.ft{
	background: url("/jp/~/Media/phchd/solution/clinic/f_bk.gif") center no-repeat;
	background-size: cover;
	padding: 70px 0 10px;
	margin-bottom: 10px;
}

.ft div.op{
	width: 345px;
	height: 270px;
	margin: 0 auto 100px;
	background: #FFF;
	text-align: center;
}

.ft div img{
	padding: 65px 0 30px;
}

.ft div a{
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	display: block;
}

.ft div  a::before{
	content: "> ";
	color: #013893;
}

.ft div li{
	font-size: 13px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}

footer{
	background: #013893;
	padding: 70px 0 35px !important;
	text-align: center;
}

footer div {
	margin-bottom: 30px;
}

footer div a + a{
	margin-left: 11px;
}

footer small{
	font-family:FrutigerRoma, sans-serif;
	font-size: 13px;
	color: #FFF;
}

.tble ul li:nth-child(1) img.ani{
	-webkit-animation: ani 1.1s ease 0.5s 1 forwards;
  animation: ani 1.1s ease 0.5s 1 forwards;
}

.tble ul li:nth-child(2) img.ani{
	-webkit-animation: ani 1.1s ease 1s 1 forwards;
  animation: ani 1.1s ease 1s 1 forwards;
}

.tble ul li:nth-child(3) img.ani{
	-webkit-animation: ani 1.1s ease 1.5s 1 forwards;
  animation: ani 1.1s ease 1.5s 1 forwards;
}

.op{
  transform: translate(0,20px); 
  -webkit-transform: translate(0,20px);
  opacity:0;
}

.lmv{
  transform: translate(-20px,0); 
  -webkit-transform: translate(-20px,0);
  opacity:0;
}

.rmv{
  transform: translate(20px,0); 
  -webkit-transform: translate(20px,0);
  opacity:0;
}

.btn ul li.op.base:nth-child(1){
	transition-delay:0.5s;
}

.btn ul li.op.base:nth-child(2){
	transition-delay:1s;
}

.btn ul li.op.base:nth-child(3){
	transition-delay:1.5s;
}

#contact{
	background: #f9fbff;
	padding-bottom: 100px;
}

#contact h2{
	height: 90px;
	font-size: 28px;
	line-height: 93px;
	text-align: center;
	font-family: 'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
	color: #FFF;
	background: #013893;
}

#contact .form_inner{
	width: 890px;
	padding: 70px 190px 50px;
	margin: 80px auto 0;
	box-sizing: border-box;
	background: #FFF;
}

@keyframes ani {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 0;}
  10%  { transform: scale(1.0, 1.0) translate(10%, 0%) skew(-5deg, 0deg); }
  60%  { transform: scale(1.0, 1.0) translate(20%, 0%) skew(-10deg, 0deg); opacity: 1;}
  70%  { transform: scale(1.0, 1.0) translate(-15%, 0%) skew(15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(15%, 0%) skew(-15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(5%, 0%) skew(-5deg, 0deg); }
  90%  { transform: scale(1.0, 1.0) translate(-5%, 0%) skew(5deg, 0deg);}
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
}

.sp{
	display: none;
}

.pc{
	display: block;
}

@media screen and (max-width: 739px) {
	
	p.tab{
		width: 10%;
  }
	
  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
	
	img{
		width: 100%;
		height: auto;
	}

  .inner_ph{
    width: 100% !important;
    padding: 0 3vw;
		box-sizing: border-box;
		overflow-x: hidden;
  }

  header h1{
    padding: 3vw 0 2vw;
  }

  header h1 img{
    width: 20%;
    height: auto;
  }

  header .inner_ph div{
    top: 50%;
    right: 3vw;
		margin-top: -2.5vw;
  }
	
  header .inner_ph div a img{
    height: 5vw;
		width: auto;
  }

  header div a + a{
    margin-left: 3vw;
  }

  .mv{
    margin-bottom: 5vw;
  }

  .mv div {
    position: absolute;
    top: 12%;
    left: 3vw;
  }

  .mv div h1{
    color: #003994;
    font-size: 10vw;
    line-height: 1.1;
    margin-bottom: 2vw;
  }

  .mv div p{
    font-size: 3vw;
    line-height: 1.5;
    color: #003994;
  }

  .tble{
    padding-top: 10vw;
  }

  .tble h2{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 8vw;
  }

	.tble .inner_ph{
		padding: 0;
	}
	
  .tble .inner_ph ul{
    display: block;
    margin-left: 0;
  }
	
	.tble .inner_ph ul li{
		padding: 4vw 8vw 0;
	}
		
	.tble_list > div:nth-child(2),
  .tble_list > div:nth-child(4),
	.tble_list > div:nth-child(6){
    background: #ebebeb;
  }
	
	.tble_list > div:nth-child(3),
	.tble_list > div:nth-child(5){
    background: #FFF;
  }

  .tble_list > div{
    width: 100%;
    height: auto;
    display: block;
    background: #fafafa;
    position: relative;
    float: none;
  }

  .tble_list > div:first-of-type{
    background: #003894;
  }

  .tble_list > div:nth-of-type(even){
    float: none;
  }
	
  .tble_list > div > div{
    height: auto;
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
		padding: 8vw 3vw 0;
  }

  .tble_list > div:nth-of-type(even) > div{
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
  }

  .tble_list > div:first-of-type h2{
    font-size: 5vw;
    line-height: 1.4;
    color: #FFF;
		margin: 0;
  }

  .tble_list > div:first-of-type p{
    font-size: 7vw;
    line-height: 1.3;
    color: #FFF;
    opacity: 0.2;
    white-space: nowrap;
    position: static;
    top:auto;
    left: auto;
		margin-top: 5vw;
  }
	
  .tble_list > div:first-of-type > div{
		padding: 4vw 3vw;
  }

   .tble_list > div > div > img{
    position: static;
    bottom: auto;
    left: auto;
    width: 55%;
    margin-left: 45%;
    margin-bottom: 3vw;
		 margin-top: -2vw;
  }
	
  .tble_list > div h2{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 2vw;
  }
	
	.tble_list > div h2 img{
    height: 8vw;
		width: auto;
  }

  .tble_list > div p{
		width: auto;
    font-size: 3.5vw;
    line-height: 1.3;
    margin-bottom: 3vw;
		padding-right: 0;
  }

  .tble_list > div a{
    font-size: 3.5vw;
    line-height: 1.3;
		color: #FFF;
		background: #003895;
		display: inline-block;
		padding: 2vw 3vw;
		border-radius: 1vw;
  }
	
  .inter .title{
    height: 40vw;
		padding: 0 3vw;
		box-sizing: border-box;
  }

  .inter .title h2{
    height: 40vw;
    font-size: 5vw;
    line-height: 1.5;
  }

  .inter .title p{
    font-size: 5vw;
    line-height: 1;
    color: #FFF;
    position: absolute;
    bottom:0;
    left: auto;
		right: 3vw;
    margin-left: 0;
  }

  .inter img{
     width: 100%;
    height: auto;
  }
	
	
  .a_area{
    width: 100%;
    height: 165vw;
		margin: 5vw 0;
    text-align: center;
		overflow: hidden;
  }
	
  .a_area .inner_ph{
    height: 165vw;
		overflow: hidden;
  }
	
	
  .sp_a01,.sp_a02,.sp_a03,.sp_a04,.sp_a05,.sp_a06,.sp_a07,.sp_a08,.sp_a09,.sp_al01,.sp_al02,.sp_al03,.sp_al04,.sp_a_bk{
    position: absolute;
		opacity: 0;
  }
	
	.sp_a_bk{
		width: 95% !important;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.sp_a01{
		width: 45% !important;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.sp_a02{
		width: 35% !important;
		top: 62vw;
		left:8vw;
		margin-top: -5vw;
	}
	
	.sp_a03{
		width: 28% !important;
		top: 65vw;
		right:13vw;
	}
	
	.sp_a04{
		width: 28% !important;
		top: 93vw;
		right:14vw;
	}
	
	.sp_a05{
		width: 28% !important;
		bottom: 5vw;
		right:14vw;
	}
	
	.sp_a06{
		width: 28% !important;
		top: 42vw;
		right:4vw;
		margin-top: 5vw;
	}
	
	.sp_a07{
		width: 28% !important;
		top: 40vw;
		left:4vw;
		margin-top: 5vw;
	}

	.sp_a08{
		width: 28% !important;
		top: 40vw;
		left:35vw;
		margin-top: -5vw;
	}
	
	.sp_a09{
		width: 28% !important;
		bottom: 5vw;
		left:11vw;
	}
	
	.sp_al01{
		width: 10% !important;
		top:80vw;
		left: 46vw;
		margin-left: -5vw;
	}
	
	.sp_al02{
		width: 4% !important;
		top:100vw;
		left: 56vw;
		margin-top: -5vw;
	}
	
	.sp_al03{
		width: 4% !important;
		top:130vw;
		left: 56vw;
		margin-top: -5vw;
	}
	
	.sp_al04{
		width: 4% !important;
		top:125vw;
		left: 10vw;
		margin-top: -5vw;
	}
	
  .mov{
    padding: 0 4vw;
    margin: 10vw auto;
		box-sizing: border-box;
  }
	
  .solu{
    padding: 10vw 0 8vw;
  }

  .solu h2{
    font-size: 5.5vw;
    line-height: 1.3;
    color: #003894;
    text-align: center;
    margin-bottom: 65px;
  }

  .solu h3{
    height: 8vw;
    width: 80%;
    font-size: 4vw;
    line-height: 8vw;
    margin: 0 auto 5vw;
    -webkit-border-radius: 4vw;
    -moz-border-radius: 4vw;
    border-radius: 4vw;
  }

  .solu .inner_ph > div{
    display: block;
  }

  .solu .inner_ph > div > div{
    width: 100%;
  }
	
	.solu .inner_ph > div > div + div{
    margin-top: 10vw;
  }

  .solu .inner_ph > div > div > div{
    width: 50%;
  }

  .solu .inner_ph > div > div > div li{
    padding: 4vw 2vw;
  }

  .solu .inner_ph > div > div > div li img{
    margin-bottom: 2vw;
  }

  .solu .inner_ph > div > div > div li h4{
    font-size: 3vw;
    line-height: 1.3;
    margin-bottom: 1vw;
  }

  .solu .inner_ph > div > div > div li p{
    font-size: 3vw;
    line-height: 1.3;
    margin-bottom: 1.5vw;
  }
	
  .solu .inner_ph > div > div > div li a{
		width: 90%;
    font-size: 3.3vw;
    line-height: 1.3;
		color: #FFF;
		background: #003895;
		text-align: center;
		display: block;
		padding: 2vw 0;
		margin: 4vw auto 0;
		border-radius: 1vw;
		box-sizing: border-box;
  }
	
	.solu .inner_ph > div > div > div li a[target="_blank"]{
		padding: 2vw 2vw 2vw 4vw;
		text-align: left;
	}
	
	.solu .inner_ph > div > div > div li a[target="_blank"]::after{
    top: 2vw;
    right: 3vw;
  }

	
  .case{
    padding: 10vw 0 7vw;
  }

  .case h2{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 8vw;
  }

  .case .case_box{
    height: auto;
    display: block;
  }

  .case .case_box > div{
    width: 100%;
		height: auto;
    box-sizing: border-box;
  }

  .case .case_box > div a{
    font-size: 3vw;
    line-height: 1;
    color: #003894;
    display: inline-block;
    padding: 2vw 3vw;
		margin: 5vw 3vw;
    background: #FFF;
    position: static;
    bottom: auto;
    right: auto;
    z-index: 1;
    border-radius: 5vw;
  }

  .case .case_box > div a:hover{
    text-decoration: none;
  }

  .case .case_box > div > p{
    width: 100%;
    font-family:FrutigerRoma, sans-serif;
    font-size: 10vw;
		margin-left: 3vw;
    position: static;
    bottom: auto;
    right: auto;
  }

  .case .case_box > div + div img{
    opacity: 1;
  }

  .case .case_box > div > div{
    padding: 2vw 3vw;
    border-bottom: 1px solid #809cc9;
  }

  .case .case_box > div > div p{
    width: 100%;
    font-size: 2.8vw;
    line-height: 1.4;
    float: none;
  }

  .case .case_box > div > div + div{
    padding: 2vw 3vw;
  }

  .case .case_box > div > div + div h3{
    width: 100%;
    font-size: 4.3vw;
    margin-bottom: 2vw;
    float: none;
  }

  .case .case_box > div > div + div p{
    font-size: 3vw;
    line-height: 1.4;
  }
	
  .btn{
    padding: 10vw 6vw;
  }

  .btn h2{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 8vw;
  }

  .btn ul{
    display: block;
  }

  .btn ul li{
    width: 100%;
  }

  .btn ul li + li{
    margin-left: 0;
		margin-top: 6vw
  }


  .btn ul li p{
    width: 100%;
    height: 8vw;
    font-size: 3.5vw;
    line-height: 8vw;
		text-align: center;
    color: #FFF;
    padding: 0 3vw;
    }

  .ft{
    padding: 10vw 0 3vw;
    margin-bottom: 2vw;
  }

  .ft div.op{
    width: 60%;
    height: auto;
		padding: 8vw;
		margin-bottom: 8vw;
		box-sizing: border-box;
  }

  .ft div img{
    padding: 0;
  }

  .ft div a{
    font-size: 3vw;
    line-height: 1.3;
		margin-top: 4vw;
  }
	
	.ft div li{
    font-size: 2.5vw;
    line-height: 1.4;
  }

  footer{
    background: #013893;
    padding: 10vw 0 2vw !important;
    text-align: center;
  }

  footer div {
    margin-bottom: 5vw;
  }
	
  footer div a img{
    height: 5vw;
		width: auto;
  }

  footer div a + a{
    margin-left: 3vw;
  }

  footer small{
    font-size: 2vw;
  }
	
  .tble ul li:nth-child(1) img.ani{
    -webkit-animation: ani 1s ease 0.5s 1 forwards;
    animation: ani 1s ease 0.5s 1 forwards;
  }

  .tble ul li:nth-child(2) img.ani{
    -webkit-animation: ani 1s ease 0.5s 1 forwards;
    animation: ani 1s ease 0.5s 1 forwards;
  }

  .tble ul li:nth-child(3) img.ani{
    -webkit-animation: ani 1s ease 0.5s 1 forwards;
    animation: ani 1s ease 0.5s 1 forwards;
  }

  .op{
    transform: translate(0,3vw); 
    -webkit-transform: translate(0,3vw);
    opacity:0;
  }

  .lmv{
    transform: translate(-5vw,0); 
    -webkit-transform: translate(-5vw,0);
    opacity:0;
  }

  .rmv{
    transform: translate(5vw,0); 
    -webkit-transform: translate(5vw,0);
    opacity:0;
  }

  .btn ul li.op.base:nth-child(1){
    transition-delay:0.5s;
  }

  .btn ul li.op.base:nth-child(2){
    transition-delay:0.5s;
  }

  .btn ul li.op.base:nth-child(3){
    transition-delay:0.5s;
  }
	
  #contact{
		padding-bottom: 5vw;
  }

  #contact h2{
    height: auto;
    font-size: 4.5vw;
    line-height: 1;
    padding: 3.5vw 0;
  }

  #contact .form_inner{
    width: 95%;
    padding: 4vw 3vw;
    margin: 5vw auto 0;
    background: #FFF;
  }

}

.base{
	transition:1s;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
  opacity:1;
}


#ceo_inte  h2{
	font-family:FrutigerBold;
	font-size: 30px;
	line-height: 1;
	color: #003894;
	text-align: center;
	margin-bottom: 30px;
}

#ceo_inte a{
	width: 100%;
	height: 363px;
	display: block;
	background: url("/jp/~/Media/phchd/top/img_re/ceo_inte_bk.jpg") center no-repeat;
	background-size: cover;
	position: relative;
}

#ceo_inte a div{
	width: 50%;
	height: 88px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -44px 95px 0;
	background-color: rgba(0,0,0,0.7);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#ceo_inte a div p{
	font-size: 32px;
	line-height: 1.2;
	text-align: left;
	color: #FFF;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 70px;
}

/*#ceo_inte a div p::before{
	font-size: 13px;
  font-family:FontAwesome;
  content:"\f24d";
  color: #bdbcbb;
	display: inline-block;
	transform: scaleX(-1);
	transform: scaleY(-1);
	position: absolute;
	top: 0;
	right: -25px;
}	*/

#ceo_inte a div p span{
	font-size: 18px;
	display: block;
}


@media screen and (max-width: 739px) {
		
  #ceo_inte  h2{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 6vw;
  }

  #ceo_inte a{
    width: 100%;
    height: auto;
		padding: 6vw 0;
  }

  #ceo_inte a div{
    width: 60%;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    margin: 0;
		padding: 2.5vw 0;
    background-color: rgba(0,0,0,0.7);
    border-top-right-radius: 10vw;
    border-bottom-right-radius: 10vw;
  }

  #ceo_inte a div p{
    font-size: 3.5vw;
    line-height: 1.2;
    color: #FFF;
		padding-left: 3vw;
    display: inline-block;
    top: auto;
    right: auto;
		position: relative;
  }

  /*#ceo_inte a div p::before{
    font-size: 2.5vw;
    font-family:FontAwesome;
    content:"\f24d";
    color: #bdbcbb;
    position: absolute;
    top: 0;
    right: -2vw;
  }	*/

  #ceo_inte a div p span{
    font-size: 2.5vw;
  }	
}

#sp_inte{
	padding: 80px 0 120px;
}

#sp_inte h2{
	font-size: 28px;
	line-height: 1;
	color: #003894;
	font-family: 'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
	text-align: center;
	margin-bottom: 50px;
}

#sp_inte .sp_inte_box{
	display: flex;
}

#sp_inte .sp_inte_box > div{
	width: 49%;
}

#sp_inte .sp_inte_box > div + div{
	margin-left: 2%;
}

#sp_inte .sp_inte_box .bk img{
	opacity: 0;
}

#sp_inte .sp_inte_box .bk{
	background: url("/jp/~/Media/phchd/solution/clinic/spinta_bk.jpg") right top no-repeat;
	background-size: cover;
}

#sp_inte div h2{
	font-size: 28px;
	line-height: 1.3;
	color: #FFF;
	text-align: left;
	padding: 10px 0 ;
	margin-bottom: 30px;
	background: #003894;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

#sp_inte div h2 span{
	width: 625px;
	padding-left: 40px;
	box-sizing: border-box;
	display: inline-block;
}

#sp_inte div p{
	width: 625px;
	font-size: 16px;
	line-height: 1.6;
	color: #003894;
	margin-bottom: 50px;
}

#sp_inte div a{
	width: 625px;
	font-size: 14px;
	line-height: 1;
	color: #000;
	display: inline-block;
}

#sp_inte div a:hover{
	text-decoration: none;
}

#sp_inte div a::before{
  font-family:FontAwesome;
  content: "\f105";
  padding-right: 0.2em;
	color: #003894;
}

@media screen and (max-width: 739px) {
	
	#sp_inte{
		padding: 10vw 0 15vw;
	}
  #sp_inte h2{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  #sp_inte .sp_inte_box{
    display: block;
  }

  #sp_inte .sp_inte_box > div{
    width: 100%;
  }

  #sp_inte .sp_inte_box > div + div{
    margin-left: 0;
  }

  #sp_inte .sp_inte_box .bk img{
    opacity: 1;
  }

  #sp_inte .sp_inte_box .bk{
    background: none;
  }

  #sp_inte div h2{
    font-size: 4vw;
    line-height: 1.3;
    color: #FFF;
    text-align: center;
    padding: 2vw 0 ;
    margin-bottom: 5vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  #sp_inte div h2 span{
    width: 100%;
    padding-left: 0;
  }

  #sp_inte div p{
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.6;
    margin-bottom: 5vw;
		padding: 0 4vw;
		box-sizing: border-box;
  }

  #sp_inte div a{
    width:  auto;
    font-size: 3.5vw;
		margin: 0 4vw;
    line-height: 1;
    color: #FFF;
    display: inline-block;
    padding: 2vw 3.5vw;
    background: #003894;
    border-radius: 2vw;
  }
	
	#sp_inte div a::before{
    font-family:FontAwesome;
    content: "\f105";
    padding-right: 0.2em;
    color: #FFF;
  }
	
}

.bio{
  background: #f9fbff;
  padding-bottom: 60px;
}

.bio .title{
  height: 264px;
  text-align: center;
  background: url("/jp/~/Media/phchd/solution/clinic/bio_title_bk.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

.bio .title h2{
  font-family:'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
  font-size: 36px;
  line-height: 1;
  color: #FFF;
  padding-top: 110px;
}

.bio ul{
  margin-left: -41px;
}

.bio ul li{
  width: 399px;
  margin-left: 41px;
  float: left;
}

.bio ul h3{
  font-size: 14px;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 8px;
}

.bio ul h4{
  font-family:'UD Shin Go DemiBold', sans-serif;
	font-weight:700;
  font-size: 20px;
  line-height: 1;
}

.bio ul div{
  margin: 8px 0;
}

.bio ul div p{
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.bio ul div p + p{
  margin-left: 15px;
}

.bio ul div.c1 p{
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}


.bio ul div.c1 p + p{
  margin-left: 0;
  margin-top: 10px;
}

.bio ul div p span{
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  padding: 5px 5px 4px;
  margin-right: 5px;
  background: #2557a2;
  display: inline-block;
  vertical-align: middle;
}

.bio ul li > p{
  font-size: 14px;
  line-height: 1.6;
}

.bio ul li > a{
  font-size: 12px;
  line-height: 1.6;
  color: #003894;
  display: inline-block;
  margin-top: 15px;
}

.bio ul li > a::before{
  content: "\f105";
  font-family:'FontAwesome';
  padding-right: 0.2em;
}

.bio ul li > a:hover{
  text-decoration: none;
}

@media screen and (max-width: 739px) {

  .bio{
    padding-bottom: 10vw;
  }

  .bio .title{
    height: 30vw;
    margin-bottom: 5vw;
  }

  .bio .title h2{
    font-size: 4.5vw;
    padding-top: 13vw;
  }

  .bio ul{
    margin-left: 0;
  }

  .bio ul li{
    width: 100%;
    margin-left: 0;
    float: none;
  }
  
  .bio ul li + li{
   margin-top: 8vw;
  }

  .bio ul h3{
    font-size: 3vw;
    line-height: 1;
    margin-top: 5vw;
    margin-bottom: 1.5vw;
  }

  .bio ul h4{
    font-size: 4vw;
  }

  .bio ul div{
    margin: 2vw 0;
  }

  .bio ul div p{
    font-size: 3vw;
    line-height: 1;
  }

  .bio ul div p + p{
    margin-left: 2vw;
  }

  .bio ul div.c1 p{
    font-size: 2.8vw;
    line-height: 1;
  }

  .bio ul div.c1 p + p{
    margin-left: 0;
    margin-top: 2vw;
  }

  .bio ul div p span{
    font-size: 2.5vw;
    line-height: 1;
    color: #FFF;
    padding: 1vw 1.5vw;
    margin-right: 0.5em;
  }

  .bio ul li > p{
    font-size: 3vw;
    line-height: 1.6;
  }

  .bio ul li > a{
    font-size: 3vw;
    line-height: 1.6;
    margin-top: 2vw;
  }


}























