@charset "utf-8";
/* CSS Document */

.top{
	background-color: #fff;
	position: relative;
}

/*---------------------

ヘッダー

----------------------*/

.top header{
	background: #fff;
	
	position: relative;
	width: 60%;
	max-width:160px;
	height: 90px;
	margin: 15px auto;
	text-align: center;
	
	border-bottom: none;
	
	display: block;
	
	z-index: 1;
}
.nttbpLogo{
	position: absolute;
	top: 0;
	left: 10px;
	width: 80px;
	height: auto;
}
@media screen and (min-width:720px) {
.nttbpLogo{
	top: 0;
	left: 20px;
	width: 152px;
}
}
.langBtnTop{
	position: absolute;
	top: -4px;
	right: 70px;
	width: 130px;
	height: 44px;
}
.langBtnTop a{
	display: block;
	text-decoration: none;
	background: #fff;
	color: #e20022;
	border: 1px solid #e20022;
	text-align: center;
	font-weight: bold;
	width: 130px;
	height: 36px;
	line-height: 36px;
}
/*---------------------

メインコンテンツ

----------------------*/

.top main{
	margin-top: 0px;
}

.top main h1{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 1.5;
	padding: 16px 0 24px;
	font-size: 30px;
	color: #333;
}

@media screen and (min-width:720px) {
.top main h1{
	font-size: 40px;
}
}

.top main .topMainImg{
	width: 100%;
	background-image: url("../img/top_bg.png");
	background-size: 960px auto;
	background-position: top center;
	background-repeat: repeat-x;
	
}
.top main .topMainMovie{
	width: 100%;
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
	border: 4px solid #ccc;
	border-radius: 14px;
	background: #fff;
}

.top main .topMainMovie iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
	border-radius: 10px;	
}

.top main img{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}
.top main .topMainImg2 img{
	max-width: 1020px;
}

.top main p{
	font-size: 16px;
	line-height: 1.6
}

.top main .topSubBox{
	/*background-color: #cff0eb;*/
	/*margin: 50px 0 24px;*/
	padding: 30px 0;
}
.top main .topSubBox li{
	margin-bottom: 24px;
	}


@media screen and (min-width:640px) {

.top main .topSubBox ul{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	align-content: stretch; 
}
.top main .topSubBox li{
	flex-grow: 1;
	width: 33.33%
}
}
.top main .topSubBox h3{
	font-size: 24px;
	}
.top main .topSubBox h4{
	font-weight: 600;
	padding: 16px 0;
	font-size: 20px;
}

.top main .topSubBox p{
	font-size: 20px;
	padding-bottom: 16px;
}

.top main .topSubImg{
	width: 60%;
	max-width: 200px;
	margin: 0 auto;
}

.top main h2{
	font-weight: 400;
	font-size: 28px;
	line-height: 1.6
	
}
.top main .topP{
	font-size: 20px
}
.top .inquiryBox{
	background: #e5e5e5;
	padding-bottom: 24px;
}
.topBBox {
		padding: 20px 0 0;
	position: relative;
	overflow: hidden;
		}
.topBBox::after {
	display: block;
	content: '';
	position: absolute;
	background: rgba(255,255,255,0.2);
	top: 400px;
	left: -50px;
	width: 2000px;
	height: 600px;
	z-index: 2;
	transform:skew(0deg, -6deg); 
		}
.topBBox h2,
.topBBox p{
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}
.top main .topBBox p{
	font-size: 20px;
}
.topBBox01{
	background-color: #ffa61b
}
.topBBox02{
	background-color: #ff8190
}
.topBBox03{
	background-color: #a283b3
}
.topBBox04{
	background-color: #3bafc8;
}
.topBImg{
	max-width: 240px;
	text-align: center;
	margin: 0 auto
}.topBBox > div.con{
	z-index: 3;
	position: relative;
}

.topBBox .btn.btnRv a{
	background-color: #fff;
	color: #e20022;
	border: none;
}
.top main .topBBox p.topCap{
	font-size: 14px;
}
@media screen and (min-width:720px) {
.top main .topP{
	font-size: 24px
}
.topBBox::after {
	top: 250px;
		}
.top main .topBBox h2{
	font-size: 28px;
}
.topBBox > div.con{
	display: flex;
	justify-content:space-between;
}
.topBBox .topBTxt{
	width: 50%;
}
.topBBox02 > div.con,
.topBBox04 > div.con{
	flex-flow: row-reverse;
}
}
@media screen and (min-width:1240px) {
.topB{
	display: flex;
	flex-wrap: wrap
}
.topBBox{
	width: 50%;
}
.top main .topBBox h2{
	font-size: 32px;
}
.topBBox02 > div.con,
.topBBox04 > div.con{
	flex-flow: row
}
}


.top main .read2{
	max-width: 780px;
	padding: 24px;
	font-size: 18px;
	text-align: left;
}
@media screen and (min-width:720px) {
.top main .read2{
	text-align: center;
}
}