@charset "UTF-8";

.section .inner{
    max-width: 100%;
}
.section .inner h2 {
	font-size: 36px;
	color: #353535;
	text-align: center;
}
.section .inner h2::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	background-color: #e50044;
	margin-right: 8px;
	margin-top: -6px;
}
.section .inner h2 + .jp {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
.red_btn{
    display: inline-block;
    background-color: #e50044;
    padding: 25px 55px;
    font-size: 20px;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
	.section .inner h2 {
		font-size: 24px;
	}
	.section .inner h2 + .jp {
		font-size: 11px;
		margin-bottom: 35px;
	}
    .red_btn{
        padding: 25px 50px;
        font-size: 16px;
    }
}


/*----------文章----------*/
.first_txt{
    position: relative;
}
.first_txt .back_dot01{
    position: absolute;
    top: 0;
    left: 0;
	width: 45px;
}
.first_txt .back_dot02{
    position: absolute;
    bottom: 0;
    right: 0;
	width: 45px;
}
.first_txt .txt_area{
    position: relative;
    z-index: 2;
    padding: 50px 0 100px;
    text-align: center;
    background-image: url("../img/about/back_logo_2025.png") ;
    background-repeat: no-repeat;
    background-position: center;
}
.first_txt .txt_area h3{
    font-size: 22px;
    padding-bottom: 20px;
}
.first_txt .txt_area p{
    font-size: 18px;
    line-height: 2;
}
@media screen and (max-width: 767px){
    .first_txt .back_dot01{
        width: 6%!important;
    }
    .first_txt .back_dot02{
        width: 6%!important;
    } 
    .first_txt .txt_area{
        padding: 40px 0 60px;
        width: 90%;
        margin: 0 auto;
    }
    .first_txt .txt_area{
        background-size: 50%;
    }
    .first_txt .txt_area h3{
        font-size: 18x;
        padding-bottom: 10px;
        text-align: center;
    }
    .first_txt .txt_area p{
        font-size: 14px;
    }
}

.first_txt h2 {
	font-size: 36px;
	color: #353535;
	text-align: center;
}
.first_txt h2::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	background-color: #e50044;
	margin-right: 8px;
	margin-top: -6px;
}
.first_txt h2 + .jp {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.first_txt h2 {
		font-size: 24px;
	}
	.first_txt h2 + .jp {
		font-size: 11px;
		margin-bottom: 35px;
	}
}
/*----------/文章----------*/

/*----------ヒストリー----------*/
#history {
	background-image: url(../img/about/bg_his_2025.png);
	background-repeat: no-repeat;
	background-position: -10px 0;
    background-color: #2e2e2e;
    background-size: contain;
}
#history .inner {
	padding: 100px 0;
}
#history .inner h2,
#history .inner h2 + .jp {
	color: #FFF;
}
#history .inner .group {
	display: flex;
	justify-content: center;
	align-items: center;
}
#history .inner .head {
	padding: 50px;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 250px;
}
#history .inner h3 {
	font-size: 24px;
	color: #FFF;
}
#history .inner .head .ph {
	margin-top: 20px;
}
#history .inner .body {
	width: 560px;
	padding-left: 50px;
	border-left: 1px solid #909090;
}
#history .inner .txt {
	font-size: 16px;
	color: #FFF;
	line-height: 2.3;
}
#history .inner .txt p + p {
	margin-top: 1.6em;
}
#history .inner .btn_area {
	margin-top: 60px;
    text-align: center;
}
@media screen and (max-width: 767px) {
	#history {
		background-size: 100%;
	}
	#history .inner {
		padding: 60px 0;
        width: 90%;
	}
	#history .inner h2,
	#history .inner h2 + .jp {
		color: #FFF;
	} 
	#history .inner .group {
		display: block;
	}       
	#history .inner .head {
		padding: 0;
	}     
	#history .inner h3 {
		font-size: 18px;
		text-align: center;
	}   
	#history .inner .head .ph {
		margin-top: 25px;
	}
	#history .inner .body {
		width: 100%;
		margin-top: 25px;
		padding-left: 0;
		border-left: none;
	}
	#history .inner .txt {
		font-size: 14px;
		line-height: 2.3;
	}
	#history .inner .txt p + p {
		margin-top: 1.6em;
	}  
    #history .inner .btn_area{
        margin-top: 20px;
    }       
}
/*----------/ヒストリー----------*/

/*----------アワード----------*/
#award {
	background-repeat: no-repeat;
	background-position: 100% 0;
    background-size: contain;
}
#award .inner {
	padding: 50px 0 100px;
}
#award .inner .gl02 {
    width: 100%;
	margin: 0 auto;
    background-color: #2e2e2e;
    background-image: url(../img/about/bg_his.png);
	background-repeat: no-repeat;
	background-position: -10px 0;
    background-size: auto;
}
#award .inner .group {
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 60px 0;
}
#award .inner .group .head {
	width: 400px;
	/*padding-top: 30px;*/
	padding-right: 50px;
	box-sizing: border-box;
}
#award .inner .group .head h3 {
	font-size: 24px;
	color: #ffffff;
	line-height: 1.8;
    font-weight: bold;
}
#award .inner .group .img_area{
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

#award .inner .group .img_area .img{
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    width: 100%;
}
#award .inner .group .img_area .img img{
    width: 100%;
}
#award .inner .group .img_area p{
    padding-top: 5px;
    text-align: right;
}
#award .inner .group .body {
	border-left: 1px solid #9a9a9a;
    width: 560px;
    padding: 50px 0 50px 50px;
}
#award .inner .group .body .txt {
	font-size: 18px;
	color: #FFF;
	line-height: 2;
    padding-bottom: 30px;
    width: 560px;
}
@media screen and (max-width: 1180px){
    #award{
        background-color: #e3e3e3;
    }
    #award .inner .group {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    } 
    #award .inner .group .head{
        width: 300px;
    }
    #award .inner .group .body{
        width: 500px;
        padding: 0 35px 0 45px;
    }    
}
@media screen and (max-width: 767px) {
	#award .inner {
		padding: 30px 0 60px;
	}
    #award .inner .gl02{
        width: 100%;
    }  
	#award .inner .group {
		display: block;
        padding-right: 0;
        width: 90%;
        margin: 0 auto;
	}
	#award .inner .group + .group {
		margin-top: 30px;
	} 
	#award .inner .group .head {
		width: auto;
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 0;
		display: flex;
        align-items: center;
        flex-direction: column;
        padding-right: 0;
	} 
    #award .inner .group .head h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}        
    #award .inner .group .body{
        border-left: none;
        padding: 0;
        width: 100%;
    } 
	#award .inner .group .body .txt {
		font-size: 14px;
		margin-top: 20px;
        width: 100%;
        padding-bottom: 0;
	}       
}
/*----------/アワード----------*/