@charset "utf-8";
/* CSS Document */

.st-pic{
	width: 100%;
	height: 442px;
	background-image: url("images/staff-main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.st-pic p{
	font-weight: bold;
	font-size: 81px;
	letter-spacing: 0.11em;
	text-align: center;
	color: #fff;
	padding-top: 210px;
	margin: 0;
}

.st-pic h1{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
@media (max-width: 960px){
.st-pic{
        height: 300px;
    }
.st-pic p{
        padding-top: 110px;
        font-size: 60px;
    }
}
@media (max-width: 480px){
    .st-pic{
        height: 280px;
    }
    .st-pic p{
        font-size: 47px;
    }
    .st-pic h1{
        font-size: 13px;
        }
}
/*パンくず*/
.breadcrumb{
	width: 90%;
	height: 77px;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin: 0 auto;
	padding: 30px 0;
	justify-content: flex-end;
	max-width: 1200px;
}

.breadcrumb a:hover{
	opacity: 0.7;
	color: #333333;
}

/*全従業員～部分*/
section .declaration-st{
	width: 100%;
	height: 400px;
}

.declaration-title{
	width: 100%;
	height: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}
.declaration-title_1{
	width: 45%;
	font-weight: bold;
	font-size: 57px;
	letter-spacing: 0.1em;
	line-height: 85px;
	text-align: left;
	padding-bottom: 100px;
}
.declaration-title_1 span{
	border-bottom: solid 5px #ffd900;
    display: inline-block;
}

.declaration-title_2 {
	width: 55%;
	height: 100%;
	font-weight: bold;
	font-size: 27px;
	line-height: 53px;
	margin-top: 85px;
}

@media (max-width: 1200px){
section .declaration-st{
	height: auto;
}

.declaration-title{
	max-width: 1000px;
}
.declaration-title_1{
    font-size: 53px;
}

.declaration-title_2 {
    font-size: 25px;
}
}
@media (max-width: 1024px){
.declaration-title{
	max-width: none;
    padding: 0 60px;
}
.declaration-title_1{
    font-size: 40px;
}

.declaration-title_2 {
    font-size: 20px;
}
}
@media (max-width: 960px){
.declaration-st{
	width: 100%;
	height: auto;
}
.declaration-title{
    padding: 0 60px;
    padding-bottom: 60px;
}
.declaration-title_1{
    width: 48%;
    font-size: 35px;
    line-height: 60px;
    padding-bottom: 0px;
    margin: auto;
}

.declaration-title_2 {
    font-size: 20px;
    line-height: 40px;
    margin-top: 0;
    padding-left: 30px;
    margin: auto;
}
.declaration-title_2 span{
    display: inline-block;
}
}
@media (max-width: 768px){
.declaration-title{
    display: block;
    padding: 0 40px;
    padding-bottom: 40px
}
.declaration-title_1{
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    }
.declaration-title_2{
     width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 0;
    font-size: 18px;
}
}
@media (max-width: 480px){
.declaration-title{
    padding: 0 15px;
    padding-bottom: 40px;
    }
.declaration-title_1{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    }
.declaration-title_2{
     width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
}
}

/*社員インタビューとFSRのあれこれ*/
.declaration-contents{
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	padding: 100px 0;
}
.declaration-contents h2{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 33px;
	margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
}
.declaration-contents_1,.declaration-contents_2{
	width: 97%;
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
}

.declaration-contents_1 nav ul{
    width: 90%;
    margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.declaration-contents_1 nav ul li{
	width: 49%;
	margin-bottom: 20px;
}
.declaration-contents_1 nav ul li a:hover{
	opacity: 0.7;
	transition: all 0.3s 0s ease;
}
.declaration-contents_1 nav ul li a img{
	width: 100%;
}

/*あれこれ*/
.arekore_h2{
	padding-top: 100px;
}
.arekore_h2 span{
    display: inline-block;
}

/*あれこれの下*/
.voice-3{
	width: auto;
	height: auto;
	margin: 50px auto;
	max-width: 1140px;
    display: flex;
}

.voice-3_1 span{
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.07em;
	line-height: 53px;
	text-align: left;
	color: #333333;
	border-bottom: 3px solid #ffd900;
    display: inline-block;
}
.voice-3_2{
    width: 40%;
    margin: 0;
}
.voice-button a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	padding: 1.3em 2em;
	width: 300px;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	background-color: #FFD900;
	border-radius: 50vh;
	float: right;
	border: solid 3px #FFD900;
	transition: 0.4s;
}

.voice-button a::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	margin-left: 5px;
}
.voice-button a:hover{
	background-color: #fff;
	border: solid 3px #FFD900;
	transition: 0.4s;
}

@media (max-width: 960px){
    .voice-3{
        display: block;
    }
    .voice-3_1{
        width: 100%;
        text-align: center;
    }
    .voice-3_2{
        width: 100%;
    }
    .voice-button a{
        float: none;
        margin: 0 auto;
        margin-top: 50px;
    }
    }
@media (max-width: 640px){
.declaration-contents{
	padding: 50px 0;
}
.declaration-contents h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.arekore_h2{
    font-size: 20px;
	padding-top: 50px;
}
.voice-3{
    margin: 30px auto;
}
.voice-3_1 span{
    font-size: 20px;
    line-height: 40px;
}
.voice-button a{
    margin-top: 30px;
}
}
@media (max-width: 480px){
.declaration-contents_1 nav ul{
    width: 85%;
    display: block;
}
.declaration-contents_1 nav ul li{
	width: 100%;
	margin-bottom: 20px;
}
.declaration-contents h2{
    font-size: 18px;
}
.voice-3_1 span{
    font-size: 15px;
    line-height: 27px;
}
.voice-button a{
    width: 70%;
    }
}
