@charset "UTF-8";
body{
	background: #fafafa;
}
.top_bg{
	background: #fafafa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.title_sec{
	position: absolute;
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px;
	z-index: 999999999999999999;

}

.single-item_top{
	width: 100%;
	box-sizing: border-box;
	
}

.main_content{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px;
}

.top_area{
	height: auto;
	position:relative;
	display: flex;
	justify-content: space-between;
	margin: 5% auto 100px;
}
.top_cnt{
	width: 49%;
	padding: 0 5% 0 0;
}
.top_cnt02{
	width: 49%;
}

/*----------------------------------------- 
company_sec
----------------------------------------- */
.company_sec{
	margin-bottom: 120px;
}
.company_h1{
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 1px;
	color: #b22222;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.company_h1::after {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	right: -5px;

}
.company_h1::before {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	left: -5px;

}
.company_h1 .arrow {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #b22222;
    border-right: 3px solid #b22222;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px;
}
.company_content{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
}
.company_area02{
	width: 49%;
}

.company_h2{
	font-size: 2.8em;
	font-weight: 600;
	margin-bottom: 20px;
}
.company_txt{
	font-size: 1.2em;
}
.rep_name{
	font-size: 1.2em;
	margin-top: 30px;
}
.p_name{
	font-size: 1.2em;
	text-align: right;
}
/*----------------------------------------- 
second_sec
----------------------------------------- */
.second_sec{
	margin-bottom: 180px;
}
.second_area{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.second_cnt{
	width: 49%;
	overflow: hidden;
	height: auto;
	background: url(../../images/company/cpn_img02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.second_cnt02{
	width: 49%;
	height: auto;
	padding: 3%;
	background: rgba(255,255,255,1);
}
.company_img02{
	width: 100%;
	height: 100%;
}
.company_img02 img{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.company_img{
	height: 100%;
    max-height: 770px;
	overflow: hidden;
}
.company_img img{
	position: relative;
	top:-50px;
}
.squareBox{
	display: inline-block;
  width: calc(100vmin - 60px);
  height:  calc(100vmin - 60px);	
	
}

.second_cnt02 h1{
	font-size: 2em;
	margin-bottom: 10px;
	font-weight: 600;
}
.secnd_txt{
	font-size: 1.2em;
}
/*----------------------------------------- 
about_sec
----------------------------------------- */
.about_sec{
	height: auto;
	position: relative;
	padding-bottom: 5%;
}
.about_area{
	width: 100%;
	height: auto;
}
.about_h2{
	font-size: 1.6em;
	font-weight: 600;
}
.about_inner{
	width: 100%;
	max-width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 3%;
	position: relative;
	background: #fff;
}
.about_name,.about_position{
	font-size: 1.4em;
	font-weight: 600;
	color: #285FAD;
}
.about_name{
	margin-top: 40px;
}
.about_position{
	margin-bottom: 60px;
}
.about_inner h1{
	margin-bottom: 40px;
	text-align: center;
}
.about_inner p{
	text-align: justify;
	font-size: 1.4em;
	letter-spacing: .08em;
	line-height: 1.8;
}
.news_li{
	padding:2%;
	border-bottom: thin solid #949494;
}
.news_li:nth-child(1){
	border-top: thin solid #949494;
}
.news_date{
	width: 150px;
    display: inline-block;
	font-weight: 600;
}
.news_cnt{
	text-align: justify;
}
.cnt_margin{
	display: inline-block;
	margin-left: 150px;
}
/*--------------------------------------
フェードイン
--------------------------------------*/

/*右から*/
.fadein {
    opacity : 0;
    transform : translate(200px, 0);
    transition : all 800ms;
    }

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/*左から*/
.fadein2 {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 500ms;
    }
.fadein2.scrollin2 {
    opacity : 1;
    transform : translate(0, 0);
    }

/*したから*/
.fadein3 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
    }
.fadein3.scrollin3 {
    opacity : 1;
    transform : translate(0, 0);
    }

@media screen and (min-width:768px) and ( max-width:1280px) {
	
	.company_h1{
		font-size: 2vw;

	}
	.company_h2{
	font-size: 2.8vw;
}
	.company_txt{
	font-size: 1.2vw;
}
	.p_name{
	font-size: 1.2vw;
	text-align: right;
}
	.second_cnt02 h3{
	font-size: 2vw;
}
.secnd_txt{
	font-size: 1.2vw;
}
}