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

.submenu_a > .flex {
    border-top: none;
}

/* ---------- cate1 ---------- */
.cate1 {
	flex-direction: column;
	gap: 150px;
}
.cate1 .box_wrap .staffbox{
	gap: 80px;
	justify-content: flex-start;
}
.cate1 .box_wrap .staffbox .staffitem{
	width: calc((100% - 160px )/3);
}
.cate1 .box_wrap .staffbox .staffitem .txtbox .name_wrap .namebox{
	justify-content: space-between;
}
.cate1 .box_wrap .staffbox .staffitem .txtbox .name_wrap .namebox .name{
	font-size: 36px;
	font-weight: 500;
}
.cate1 .bottom-box .boxitem{
	gap: 10px;
	border-bottom: 1px solid #3F58414D;
	padding-bottom: 50px;
}
.cate1 .bottom-box .boxitem:not(:first-child) {
    padding-top: 50px;
}
.cate1 .bottom-box .boxitem h3{
	width: calc(20% - 5px);
}
.cate1 .bottom-box .boxitem p{
	width: calc(80% - 5px);
}
/* ---------- cate2 ---------- */
.cate2 .topbox > .titlebox{
	width: 30%;
}
.cate2 .topbox > p{
	flex: 1;
}
.cate2 .topbox{
	align-items: flex-start;
	gap:30px;
}
.file-box input[type="file"]{
    color: #B3B3B3; 
    font-size: 14px;
	width: 280px;
}

.file-box input[type="file"]::file-selector-button{
    padding: 5px 16px;
    border-radius: 2px;
    border: 1px solid #B3B3B3; 
    background-color: #F0F0F0;
    font-size: 15px;
    cursor: pointer;
	margin-right: 12px;
}
.contact-form_a .send{
	margin: 0 auto;
}
.contact-form_a .send .send-bt {
	transition: ease 0.3s;
    border: none;
}
.contact-form_a .send .send-bt:hover .icon img {
    transform: translateX(5px);
}
.contact-form_a .send .send-bt:hover{
	opacity: 0.5;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap .staffbox {
		gap: 40px;
	}
	.cate1 .box_wrap .staffbox .staffitem .txtbox .name_wrap .namebox .name {
		font-size: 28px;
		font-weight: 500;
	}
	.cate2 .topbox .titlebox{
		width: 100%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .cate1 .box_wrap .staffbox {
        flex-direction: column;
    }
	.cate1 .box_wrap .staffbox .staffitem {
		width: 60%;
	}
	.cate1 {
		gap: 100px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap .staffbox .staffitem {
		width: 80%;
	}
	.cate1 {
		gap: 50px;
	}
	.cate1 .bottom-box .boxitem {
		flex-direction: column;
		align-items: flex-start;
	}
	.cate1 .bottom-box .boxitem h3{
		width: 100%;
	}
	.cate1 .bottom-box .boxitem p{
		width: 100%;
	}
	.cate1 .bottom-box .boxitem {
		padding-bottom: 30px;
	}
	.cate1 .bottom-box .boxitem:not(:first-child) {
		padding-top: 30px;
	}
	.cate2 .topbox {
		gap: 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

