@charset "UTF-8";
.top_bg{
	height: 32vh;
	overflow: hidden;
	display: flex;
	position: relative;
	background:#fafafa;
}
.title_sec{
	position: absolute;
	width: 100%;
}

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

.main_content{
	width: 100%;
}

.top_area{
	height: auto;
	display: flex;
	flex-direction: column-reverse;
}
.top_cnt{
	width: 100%;
	text-align: center;
}
.top_cnt02{
	width: 100%;
}
#keyvisual {
	position: absolute;
	width: 100%;
	height: 32vh;
	display: flex;
	align-items: center;
	
}
#keyvisual h1 {
	color: #333;
	font-weight: 600;
	font-size: 1.2em;
	padding: 5px 15px;
	background:rgba(255,255,255,.9);
	letter-spacing: .08em !important;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#keyvisual h1::before {
    border-bottom: 4px solid #b22222;
    bottom: -10px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#keyvisual h1::after {
    border-bottom: 4px solid #efefef;
    bottom: -10px;
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    width: 50%;
}
.h1_color{
	color: #b22222 !important;
}
/*----------------------------------------- 
company_sec
----------------------------------------- */
.company_sec{
	padding: 0 5%;
	    margin-bottom: 120px;
}

.company_h1{
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 1px;
	color: #b22222;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
	display: inline-block;
	margin-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: 100%;
}

.company_h2{
	font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 10px;
}
.company_txt{
	font-size: 1em;
}
.rep_name{
	font-size: 1.2em;
	margin-top: 30px;
}
.p_name{
	font-size: 1.1em;
	margin-top: 15px;
	text-align: right;
}
/*----------------------------------------- 
second_sec
----------------------------------------- */
.second_sec{
	margin-bottom: 60px;
}
.second_area{
	width: 100%;
}
.second_cnt{
	width: 120%;
	overflow: hidden;
    background: url(../../images/company/cpn_img02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30vh;
    transform: scale(1.5);
}
.second_cnt02{
	width: 100%;
	height: auto;
	padding: 30px 5%;
	background: rgba(255,255,255,1);
	position: relative;
}
.company_img02{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.company_img{
	margin-bottom: 30px;
}
.company_img img{
	position: relative;
	top:;
}
.squareBox{
	display: inline-block;
/*
  width: calc(100vmin - 60px);
  height:  calc(100vmin - 60px);	
*/
	
}

.second_cnt02 h1{
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: 600;
}
.secnd_txt{
	font-size: 1em;
}
/*----------------------------------------- 
about_sec
----------------------------------------- */
.about_sec{
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.about_area{
	width: 100%;
	height: auto;
}
.about_h2{
	font-size: 1.6em;
	font-weight: 600;
}
.about_inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 30px 5%;
}
.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:3% 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;
	margin-bottom: 5px;
}
.news_cnt{
	text-align: justify;
}
.cnt_margin{
	display: inline-block;
	margin-left: 150px;
}

/*--------------------------------------
フェードイン
--------------------------------------*/

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

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

/*左から*/
.fadein2 {
    opacity : 0;
   transform : translate(0, 30px);
    transition : all 600ms;
    }
.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;
}
	.second_cnt02 h3{
	font-size: 2vw;

}
.secnd_txt{
	font-size: 1.2vw;
}
}