
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 0 auto;
}
.main-image .Title {
	width: 50%;
	max-width: 1000px;
	position: absolute;
	right: 0;
	bottom:100px;
	margin: auto;
	z-index: 1;
}

.Catch{
	margin: -100px 0 3% auto;
	width: 60%;
	padding: 20px;
  background: -moz-linear-gradient(left, #073882, #76ccf2);
  background: -webkit-linear-gradient(left, #073882, #76ccf2);
  background: linear-gradient(to right, #073882, #76ccf2);
	padding: 30px 30px;
	position: relative;
	z-index: 10;
	
}
.Catch h2{
	text-align: left;
	position: relative;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 3%;
	font-size: 2.8rem;
}
.Catch p{
	color: #fff;
}

.entitle{
	text-align: center;
	color: #8a8db4;
	font-family: 'josefin sans' sans-serif;
	font-weight: 500;
	
}

.Interview01,
.Interview02,
.Interview03,
.Interview04{
	position: relative;
	margin: 8% auto;
	max-width: 1600px;
}
.Interview01 .Txt,
.Interview03 .Txt{
	width: 50%;
	margin: 0 50% 3% auto;
	padding: 10px;
}
.Interview01 .Photo,
.Interview03 .Photo{
	width: 48%;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	right: 0;
}
.Interview02 .Txt{
	width: 50%;
	margin: 0 auto 3% 50%;
	padding: 10px;
}
.Interview02 .Photo{
	width: 48%;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	left: 0;
}
.Interview04 .Txt{
	padding: 10px;
}

h3{
	color: #036eb8;
	margin: 3% auto;
	font-family: 'Noto Sans JP', sans-serif;
}

.Flow{
	background: #e4e8f2;
	padding: 2% 0;
}

.Flowbox .Time{
	color: #036eb8;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 8.0rem;
	line-height: 1.5em;
}
.Flowbox{
	width: 48%;
	margin: 10px 1%;
	background: #fff;
	padding: 30px 50px;
	position: relative;
}
.Flowbox .icob{
	position: absolute;
	right: 5%;
	bottom: 30px;
	width: 20%;
}
.Flowbox .icor{
	position: absolute;
	right: 5%;
	top: 10%;
	width: 20%;
	
}

@media only screen and (min-width:1px) and (max-width: 960px) {


.main-image {
	margin: 70px auto 0;
}
.main-image .Title {
	bottom:50px;
}

.Catch{
	margin: -50px 0 3% auto;
	width: 60%;
	padding: 20px 20px;
	
}
.Catch h2{
	font-size: 2.2rem;
}

.Flowbox .Time{
	font-size: 7.0rem;
}	
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.main-image .Title {
	bottom:50px;
}

.Catch{
	margin: -50px 0 3% auto;
	width: 70%;
	padding: 20px 20px;
	
}
.Catch h2{
	font-size: 2.0rem;
}

.Interview01,
.Interview02,
.Interview03,
.Interview04{
	position: relative;
	margin: 5% auto;
	max-width: 1600px;
}
.Interview01 .Txt,
.Interview03 .Txt{
	width: 100%;
	margin: 0 auto 3%;
	padding: 10px;
}
.Interview01 .Photo,
.Interview03 .Photo{
	width: 90%;
	position: relative;
	top: 0%;
  transform: translateY(0);
  -webkit- transform: translateY(0);
	right: inherit;
	margin: 3% 0 3% 10%;
}
.Interview02 .Txt{
	width: 100%;
	margin: 0 auto 3%;
	padding: 10px;
}
.Interview02 .Photo{
	width: 90%;
	position: relative;
	top: 0%;
  transform: translateY(0);
  -webkit- transform: translateY(0);
	left: inherit;
	margin: 3% 10% 3% 0;
}
.Flowbox .Time{
	font-size: 6.0rem;
}
.Flowbox{
	width: 48%;
	margin: 10px 1%;
	background: #fff;
	padding: 20px 30px;
	position: relative;
}	
}

@media only screen and (min-width:1px) and (max-width: 560px) {

.main-image .Title {
	bottom:30px;
}

.Catch{
	margin: -30px 0 3% auto;
	width: 80%;
	padding: 10px 20px;
	
}
.Catch h2{
	font-size: 1.6rem;
}
	.pcbr{
		display: none;
	}
.Flowbox .Time{
	font-size: 5.0rem;
}
.Flowbox{
	width: 98%;
	margin: 10px 1%;
	background: #fff;
	padding: 20px 20px;
	position: relative;
}	
}
@media screen and (max-width:480px){


.Catch{
	margin: -30px 0 3% auto;
	width: 90%;
	padding: 10px 20px;
	
}
.Catch h2{
	font-size: 1.5rem;
}
.Catch p{
	font-size: 1.2rem;
}
	
.Flowbox .icob{
	position: absolute;
	right: 5%;
	bottom: inherit;
	top: 30px;
	width: 20%;
}
}

