/************************************

	new-office-bunner.css

*************************************/

@charset "utf-8";

.noto{
	font-family: 'Noto Sans Japanese', serif;
}

.o-new-of-bunner{
	display:flex;
	justify-content: center;
	margin: 0 auto;
	width: 90%;
	max-width: 1050px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 80px;
	flex-wrap: wrap;
	transition: .3s;
}

.o-new-of-bunner:active,.o-new-of-bunner:hover{
	opacity: .7;
}

.o-of-bunner-txt-b,.o-of-bunner-img-b{
	width: 100%;
}

.o-of-bunner-img-b{
	padding-top: 42%;
}

.o-of-bunner-txt-b{
	order: 2;
}

.o-of-bunner-img-b{
	order: 1;
}

.o-of-bunner-txt-b{
	background-color: #004da1;
	background: #004da1 url(../img/new-office-bk.png) no-repeat;
	background-position:top left;
	box-sizing: border-box;
	padding: 30px 15px 15px 15px;
	text-align: right;
}

.o-of-bunner-img-b{
	background: url(../img/new-office-buimg) no-repeat;
	background-position:top center;
	background-size: cover;
}

.o-of-ti{
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.o-of-ti-en{
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.o-of-txt{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #fff;
	margin-bottom: 10px;
}

.o-of-detai{
	color: #fff000;
	font-size: 15px;
	line-height: 22px;
}

.d-768{
	display: none;
}

/*company page*/
.o-fo-ob{
	margin-bottom: 100px;
}




@media print,screen and (min-width:440px){
.o-of-txt{
	text-align: center;
}

.d-768{
	display: block;
}
}





/****************************************
for スマホ横以下共通
*****************************************/
@media print,screen and (min-width:568px){
.o-of-ti{
	font-size: 33px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.o-new-of-bunner{
	width: 90%;
	max-width: 52rem;
}
}



/****************************************
for スマホ横(767px以下)
*****************************************/
@media print,screen and (min-width:768px){
.o-new-of-bunner{
	width: 95%;
	max-width: 1050px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 80px;
}


.o-of-txt{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

.d-768{
	display: none;
}

.o-of-bunner-txt-b,.o-of-bunner-img-b{
	width: 50%;
}

.o-of-bunner-img-b{
	padding: 0;
}

.o-of-bunner-txt-b{
	order: 1;
}

.o-of-bunner-img-b{
	order: 2;
}

/*company page*/
.o-fo-ob{
	margin-bottom: 120px;
}

}




/****************************************
for タブレット縦～PC(980px以下)
*****************************************/

@media print,screen and (min-width:980px){
.d-768{
	display: block;
}

.o-of-ti {
    font-size: 34px;
    line-height: 44px;
}

.o-of-txt{
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 0;
}

.o-of-bunner-txt-b{
	padding: 30px 10px 15px 10px;
}
}




/****************************************
for タブレット横～PC(1024px以下)
*****************************************/

@media print,screen and (min-width:1024px){

}



/****************************************
for PC
*****************************************/

@media print,screen and (min-width:1025px) {

}


