@charset "UTF-8";

.sp440{
    display: none;
}

main{
	padding-top: 72px;
}
#result,#comment,#about,#choose,#manegy,#vote,#award_old{
	margin-top: -72px;
	padding-top: 72px;
}
.inner_1000{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

/* 共通 */
section[class*=_Wrap] .txt_Box h3{
	position: relative;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
section[class*=_Wrap] .txt_Box h3::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	background: #b48c20;
	bottom: -15px;
	left: 0;
}
section[class*=_Wrap] .txt_Box .txt{
	font-size: 1.5rem;
	line-height: 2.2;
	letter-spacing: 0.1em;
}

/* メインビジュアル */
.main_Wrap{
	position: relative;
	width: 100%;
	height: 0;
	background: url(../img/main_bg.jpg) center center no-repeat;
	background-size: contain;
	padding-top: 42.857142857142854%;
}
.main_Wrap .inner{
	position: absolute;
	width: 80%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.main_Wrap h2{
	position: absolute;
	width: 45%;
	max-width: 589px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.main_Wrap .vote_btn{
	position: absolute;
    width: 10%;
    max-width: 200px;
    top: 20%;
    left: 18%;
    transition: 0.3s;
}
.main_Wrap .vote_btn:hover{
	opacity: 0.7;
}

/* アンカーリンク */
.anchr_Wrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 0;
}
.anchr_List li{
	position: relative;
	width: 22%;
}
.anchr_List li::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #b48c20;
	left: 0;
	bottom: 0;
}
.anchr_List li::after{
	position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-right: #b48c20 1px solid;
    border-bottom: #b48c20 1px solid;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
.anchr_List li:hover::before{
	animation: btnFX 1s;
	animation-timing-function: linear;
	background-position: right 19px top 10px;
}
  @keyframes btnFX {
	0% {
	  left: 0;
	  width: 100%
	}
	33% {
	  left: 100%;
	  width: 0%
	}
	66% {
	  left: 0;
	  width: 0%
	}
	100% {
	  left: 0;
	  width: 100%
	}
}
.anchr_List li a{
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

/* 管理部門大賞とは */
.about_Wrap{
	width: 100%;
	/* justify-content: space-between; */
	align-items: center;
	padding: 80px 0 50px;
}
.about_Wrap figure{
	width: 50%;
}
.about_Wrap .txt_Box{
	position: relative;
	width: 50%;
	z-index: 1;
    padding: 0 5%;
}
.about_Wrap .txt_Box::after{
	position: absolute;
    content: "";
    width: 80%;
    height: 40vh;
    background: #faf6ee;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}
section.about_Wrap .txt_Box h3{
	margin-bottom: 50px;
}
.about_Wrap .txt_Box .txt .gold{
	color: #b48c20;
}

/* Manegyとは */
.manegy_Wrap{
	position: relative;
	width: 100%;
	height: 400px;
	background: url(../img/bg01.jpg) center center no-repeat;
	background-size: cover;
	/* padding-top: 22.857142857142858%; */
}
.manegy_Wrap .txt_Box {
    width: 50%;
	margin: 6% 0 0 6%;
}
section.manegy_Wrap .txt_Box h3{
	margin-bottom: 40px;
}

/* 投票はこちらから */
.vote_Wrap{
	position: relative;
	width: 100%;
	background: url(../img/bg02.jpg) center center no-repeat;
	background-size: cover;
	/* padding-top: 21.428571428571427%; */
	margin-top: 50px;
}
.vote_Wrap .inner{
	position: relative;
	width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 75px 0;
}
.vote_Wrap ul {
	display: flex;
	width: 1100px;
	margin: 30px auto 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.vote_Wrap ul li {
	width: 500px;
}
.vote_Wrap h3{
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
}
.vote_Wrap .vote_gold_btn{
	position: relative;
	display: block;
	width: 90%;
	max-width: 500px;
	margin: 20px auto 16px;
	padding: 30px 0;
	border-radius: 50px;
	background: rgb(114,86,34);
	background: linear-gradient(90deg, rgba(114,86,34,1) 0%, rgba(220,185,117,1) 50%, rgba(114,86,34,1) 100%);
	color: #fff;
	text-align: center;
	/*font-family: 'Roboto', sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	transition: 0.3s;
}
.vote_Wrap .vote_gold_btn::after{
    position: absolute;
    content: "";
    width: 10px;
    border-left: 7px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
.vote_Wrap .vote_gold_btn:hover{
	filter: brightness(1.2);
}
.vote_Wrap .vote_gold_btn.finish::after {
	content: none;
}
.vote_Wrap .vote_gold_btn.finish:hover{
	filter: brightness(1);
}
.vote_Wrap .note{
	text-align: center;
	color: #fff;
}

/* 前回のサイト */
.preaward_Wrap{
	padding: 50px 0;
}
.preaward_Wrap h3{
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 30px;
}
.preaward_Wrap div.flex{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: center;
}
.preaward_Wrap div.flex .logo23{
	max-width: 193px;
	margin-right: 50px;
}
.preaward_Wrap div.flex .preaward_btn{
	position: relative;
	display: block;
	width: 50%;
	max-width: 360px;
	background: rgb(0,25,69);
	background: linear-gradient(90deg, rgba(0,25,69,1) 0%, rgba(25,62,127,1) 50%, rgba(0,25,69,1) 100%);
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 2rem;
	padding: 30px 0;
	border-radius: 50px;
	transition: 0.3s;
}
.preaward_Wrap div.flex .preaward_btn::after{
    position: absolute;
    content: "";
    width: 10px;
    border-left: 7px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
.preaward_Wrap div.flex .preaward_btn:hover{
	opacity: 0.7;
}

/* ========================================
1700px以上
======================================== */
@media screen and (min-width: 1400px) {
	.main_Wrap{
		height: 600px;
		background-size: cover;
		padding-top: 0;
	}
}

/* ========================================
tab
======================================== */
@media screen and (max-width: 1024px) {

	main{
		padding-top: 0;
	}
	#result,#comment,#about,#choose,#manegy,#vote,#award_old{
		margin-top: -68px;
		padding-top: 68px;
	}
}

@media screen and (max-width:769px) {

	.anchr_Wrap{
		padding: 40px 0 0;
	}
	.anchr_List li {
		width: 48%;
	}

}
/* ========================================
sp
======================================== */
@media screen and (max-width:640px){

	.pctab{
		display: none;
	}
	.sp440{
		display: block;
	}

	#result,#comment,#about,#choose,#manegy,#vote,#award_old{
		margin-top: 0;
		padding-top: 0;
	}

	section[class*=_Wrap] .txt_Box h3{
		font-size: 2.0rem;
	}
	section[class*=_Wrap] .txt_Box .txt{
		font-size: 1.4rem;
	}
	section[class*=_Wrap] .txt_Box h3::after{
		width: 30px;
	}

	.main_Wrap{
		background: url(../img/main_bg_sp.jpg) center center no-repeat;
		background-size: cover;
		padding-top: 66.66666666666666%;
	}
	.main_Wrap h2{
		width: 80%;
	}

	.anchr_Wrap {
		padding: 30px 0 0;
	}
	.anchr_List li a {
		padding: 8px;
		font-size: 1.4rem;
	}

	.about_Wrap{
		flex-wrap: wrap;
		padding: 40px 0 0;
	}
	.about_Wrap figure {
		width: 90%;
	}
	.about_Wrap .txt_Box {
		width: 100%;
		margin: 30px auto 0;
		padding: 0 5%;
	}
	.about_Wrap .txt_Box::after {
		width: 85%;
		height: 60vh;
		top: 3%;
		transform: none;
	}
	section.about_Wrap .txt_Box h3 {
		margin-bottom: 30px;
	}

	.manegy_Wrap{
		margin: 40px 0 0;
		background: url(../img/bg01.jpg) 65% center no-repeat;
    	background-size: cover;
	}
	.manegy_Wrap .txt_Box {
		width: 90%;
		margin: 14% auto;
	}

	.vote_Wrap {
		margin-top: 40px;
		height: auto;
		padding: 50px 0;
	}
	.vote_Wrap .inner{
		padding: 0;
	}
	.vote_Wrap h3 {
		font-size: 2rem;
	}
	.vote_Wrap .vote_gold_btn {
		margin: 10px auto;
		padding: 20px 0;
		font-size: 2rem;
	}

	.preaward_Wrap h3 {
		font-size: 2rem;
	}
	.preaward_Wrap div.flex{
		flex-wrap: wrap;
	}
	.preaward_Wrap div.flex .logo23{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.preaward_Wrap div.flex .preaward_btn {
		width: 90%;
		font-size: 1.8rem;
		padding: 20px 0;
	}
	.vote_Wrap ul {
		width: 100%;
		margin: 30px auto 20px;
	}
	.vote_Wrap ul li {
		width: 100%;
	}
}

/* WTC_DEV-6752 */
/*.main_Wrap .vote_btn,
.vote_btn_sp{
	pointer-events: none;
}*/
.main_Wrap .vote_btn {
    width: 14%;
    max-width: 300px;
    top: 19%;
    left: 13.5%;
}
.main_Wrap .vote_btn:hover,
.vote_btn_sp:hover{
	opacity: 1;
}
.result_txt{
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: rgb(161,118,84);
	background: linear-gradient(90deg, #6a0409 0%, #c11818 50%, #6a0409 100%);
}
.anchr_List{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.anchr_List li{
	width: calc((100% / 4) - 2%);
}
/*.vote_Wrap .vote_gold_btn{
	pointer-events: none;
}*/
.vote_Wrap .vote_gold_btn:hover{
	opacity: 1;
}
/*.vote_Wrap .vote_gold_btn::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	border-radius: 50px;
	top: 0;
	left: 0;
	z-index: 10;
}*/
/* .vote_Wrap .vote_gold_btn::after{
	position: absolute;
	content: "投票受付終了";
	color: #fff;
	width: 100%;
	font-size: 20px;
	text-align: center;
	border: none;
	top: 50%;
	left: 50%;
	right: unset;
	transform: translate(-50%,-50%);
	z-index: 10;
} */
.vote_Wrap .note {
    font-size: 1.6rem;
}

/* ========================================
sp
======================================== */
@media screen and (max-width:640px){

	/* WTC_DEV-6752 */
	/* nav.globalMenuSp {
		height: 30vh;
	} */
	.result_txt{
		padding: 10px 0;
		font-size: 16px;
	}
	.anchr_List li{
		width: 100%;
		text-align: center;
	}
}

/* -------------------------------------------
結果発表（WTC_DEV-7428）
------------------------------------------- */
/* common */
.arrow_Btn{
	position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background: #032152;
    border-radius: 50px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    padding: 12px 0;
	transition: 0.3s;
}
.arrow_Btn:hover{
	color: #fff;
	opacity: 0.7;
}
.arrow_Btn::after{
	position: absolute;
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(45deg);
}

/* 結果発表 */
.result_Wrap{
	position: relative;
	width: 100%;
	background: url(../img/bg02.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.result_Wrap h3{
	text-align: center;
	font-size: 24px;
	color: #fce39e;
	border-top: #fce39e 1px solid;
	border-bottom: #fce39e 1px solid;
	padding: 15px 0;
	margin-bottom: 30px;
}
.result_Wrap h4 {
	background: linear-gradient(90deg, rgba(114, 86, 34, 1) 0%, rgba(220, 185, 117, 1) 50%, rgba(114, 86, 34, 1) 100%);
    color: #fff;
    text-align: center;
    padding: 7px 0 4px;
    margin-bottom: 10px;
	font-size: 18px;
}
.result_Wrap .result_List{
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.result_Wrap .result_List li{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 49%;
	border-radius: 5px;
	background: #fff;
	padding: 20px;
}
.result_List li .box_con {
	display: flex;
	gap: 20px;
	align-items: center;
}
.result_List li .box_con.below {
	margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: solid 1px var(--gray);
	align-items: center;
}
.result_List li .flex_right {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.result_List li .box_inner figure{
	width: 135px;
    flex-shrink: 0;
}
.result_List li .box_inner .below figure {
	display: flex;
	align-items: center;
	justify-content: center;
}
.result_List li .box_inner .below figure img {
	max-width: 100px;
}
.result_List li .box_inner .logo{
	width: 80%;
	max-width: 240px;
	margin-bottom: 16px;
}
.result_List li .box_inner .company{
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.result_List li .box_inner .below .company {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 0;
}
.result_List li .box_inner .below .result_service {
	font-size: 16px;
	font-weight: 600;
}
.result_List li .btn_Box {
	margin-top: 10px;
}
.result_List li .jinji_btn_Box_wrapper {
	margin-top: 10px;
}
.result_List li .btn_Box .jinji_btn-area {
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.result_List li .btn_Box .jinji_btn-area .arrow_Btn {
	flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    line-height: 1.4em;
}

/* 受賞企業のコメント */
.comment_Wrap{
	background: #faf6ee;
	padding: 70px 0;
}
section.comment_Wrap .txt_Box h3{
	text-align: center;
}
section.comment_Wrap .txt_Box h3::after{
	left: 50%;
	transform: translateX(-50%);
}
.comment_Wrap .interview{
	background: #fff;
	margin-top: 50px;
	padding: 20px;
}
.comment_Wrap .interview h4{
	text-align: center;
	color: #a87b3f;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: #f2f2f2 1px solid;
	margin-bottom: 15px;
}
.comment_Wrap .interview h4 small{
	color: #929293;
	font-size: 80%;
}
.interview_inner{
	justify-content: space-between;
}
.interview_inner .img_Box{
	position: relative;
	width: 40%;
}
.interview_inner .img_Box .interview_img{
	position: relative;
	top: -30px;
	left: -30px;
}
.interview_inner .img_Box .detail{
    position: relative;
    align-items: center;
    top: -15px;
}
.interview_inner .img_Box .detail .no1_logo{
	width: 30%;
	margin-right: 20px;
}
.interview_inner .img_Box .detail p{
	font-family: 'Cormorant Garamond', serif, 'YuMincho', serif, "游ゴシック体", YuGothic;
	font-weight: bold;
}
.interview_inner .img_Box .detail p span{
	display: block;
	line-height: 1.4;
}
.interview_inner .img_Box .detail p span.company{
	font-size: 14px;
	margin-bottom: 10px;
}
.interview_inner .img_Box .detail p span.name{
	font-size: 18px;
}
.interview_inner .img_Box .detail p span.name small{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}
.interview_inner .comment_Box{
	width: 60%;
	display: flex;
	flex-direction: column;
}
.interview_inner .comment_Box .txt{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.interview_inner .comment_Box .txt strong{
	font-weight: bold;
}
.interview_inner .comment_Box .interview_link{
	font-family: 'Roboto', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    border-bottom: #b48c20 1px solid;
    margin-left: auto;
    padding: 0 1em 0 0.2em;
	transition: 0.3s;
	cursor: pointer;
}
.interview_inner .comment_Box .interview_link:hover{
	opacity: 0.7;
}
.interview_inner .comment_Box .interview_link::after{
	position: absolute;
	content: "";
	border-top: 1px solid #b48c20;
	border-right: 1px solid #b48c20;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 2%;
	transform: translateY(-50%) rotate(45deg);
}
.interview:nth-child(even) .interview_inner{
	flex-direction: row-reverse;
}
.interview:nth-child(even) .interview_inner .img_Box .interview_img{
	top: -30px;
	left: unset;
	right: -30px;
}
.interview:nth-child(even) .interview_inner .img_Box .detail{
	justify-content: flex-end;
}
.interview:nth-child(even) .interview_inner .comment_Box {
    padding-left: 0.5em;
}
.service_Box{
	background: #f5f5f5;
	margin-top: 15px;
	padding: 20px;
	justify-content: space-between;
}
.service_Box figure{
    width: 28%;
    box-sizing: border-box;
    background: #fff;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service_Box .service_txt{
	width: 70%;
	text-align: right;
}
.service_Box .service_txt h5{
	font-family: 'Roboto', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.service_Box .service_txt .txt{
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.jinji_btn-area_wrapper p {
	text-align: left;
	margin-bottom: 10px;
}
.service_Box .service_txt .jinji_btn-area {
	display: flex;
    flex-wrap: wrap;
    gap: 10px
}
.service_Box .service_txt .arrow_Btn{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    padding: 12px 25px;
	box-sizing: border-box;
}
.service_Box .service_txt .jinji_btn-area .arrow_Btn {
	flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
	line-height: 1.4em;
}
.service_Box .service_txt .jinji_btn-area br {
	display: none;
}
.jinji_btn-area .arrow_Btn:nth-last-child(1):nth-child(odd) {
	margin: 0;
    margin-right: auto;
}
/* .interview.jinji .service_Box .service_txt .arrow_Btn:not(:last-of-type) {
	margin-bottom: 7px;
} */
/* インタビュー記事が入ったら削除 */
.interview.comingsoon .comment_Box{
	width: 100%;
}
.interview.comingsoon .img_Box{
	width: 45%;
	margin: 20px auto 0;
}
.interview.comingsoon .interview_inner .img_Box .detail,
.interview.comingsoon:nth-child(even) .interview_inner .img_Box .detail{
	justify-content: center;
	align-items: center;
}
/* .interview.comingsoon .interview_inner .img_Box .detail p{
	width: 70%;
} */
.interview.comingsoon .interview_inner .img_Box .detail p span.company{
	font-size: 18px;
	margin-bottom: 0;
}
.interview.comingsoon .interview_inner .img_Box .detail p span.name{
	font-size: 14px;
	margin-top: 10px;
}

/* 管理部門大賞選考方法 */
.choose_Wrap{
	padding: 70px 0;
}
section.choose_Wrap .txt_Box h3{
	text-align: center;
}
section.choose_Wrap .txt_Box h3::after{
	left: 50%;
	transform: translateX(-50%);
}
.choose_Wrap .txt{
	margin-top: 50px;
}
.choose_Wrap .table h4{
	margin-top: 30px;
	padding: 0 0 2px 10px;
	font-size: 20px;
	color: #a87b3f;
}
.choose_Wrap .table dl{
	font-family: 'Roboto', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #929293;
	padding: 10px ;
}
.choose_Wrap .table dl:first-of-type{
	border-top: 1px solid #929293;
}
.choose_Wrap .table dl dt{
	width: 18%;
}
.choose_Wrap .table dl dd{
	width: 80%;
}

/* フローティングバナー */
.float_Bnr{
    position: fixed;
    top: 8%;
    right: 1%;
    width: 20%;
    max-width: 240px;
    z-index: 99;
    transition: 0.3s;
}
.float_Bnr:hover{
	opacity: 0.7;
}
.float_Bnr_vote {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}
.float_Bnr_vote.show {
    opacity: 1;
    visibility: visible;
}


/* ========================================
tab
======================================== */
@media screen and (max-width:1110px){
	.result_Wrap .result_List {
		display: block;
	}
	.pre_award .result_Wrap .result_List {
		display: flex;
		gap: 0;
		flex-wrap: nowrap;
	}
	.result_Wrap .result_List li {
		width: 100%;
		margin-bottom: 20px;
	}
	.result_Wrap .result_List li:last-child {
		margin-bottom: 0;
	}
	.pre_award .result_Wrap .result_List li {
		margin-bottom: 0;
	}
}

/* ========================================
sp
======================================== */
@media screen and (max-width:768px){
	.service_Box .service_txt .jinji_btn-area .arrow_Btn {
		max-width: unset;
	}
	.service_Box .service_txt .jinji_btn-area {
		flex-direction: column;
		gap: 7px;
	}
	.pre_award .result_Wrap .result_List li {
		padding: 10px;
	}
}
@media screen and (max-width:640px){

	.result_Wrap {
		padding: 30px 0;
	}
	.result_Wrap h3 {
		font-size: 20px;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.result_Wrap h4 {
		font-size: 16px;
	}
	.result_Wrap .result_List {
		flex-wrap: wrap;
	}
	.result_Wrap .result_List li {
		padding: 15px;
	}
	.result_List li .box_con {
		gap: 15px;
	}
	.result_List li .box_inner figure {
		width: 105px;
	}
	.result_List li .box_inner .below figure img {
		max-width: 80px;
	}
	.result_Wrap .result_List li:nth-child(1),
	.result_Wrap .result_List li:nth-child(2){
		margin-bottom: 15px;
	}
	.result_List li .box_inner .logo {
		margin-bottom: 10px;
	}
	.result_List li .box_inner .company {
		font-size: 12px;
	}
	.result_List li .box_inner .below .company {
		font-size: 12px;
	}
	.result_List li .box_inner .below .result_service {
		font-size: 14px;
		line-height: 1.3em;
		margin-bottom: 5px;
	}
	.arrow_Btn.keiri{
		font-size: 10px;
	}
	.arrow_Btn.keiri::after {
		width: 3px;
		height: 3px;
	}
	.result_List li .btn_Box .jinji_btn-area {
		flex-direction: column;
		gap: 7px;
	}
	.result_List li .btn_Box .jinji_btn-area .arrow_Btn {
		max-width: unset;
	}
	.result_List li .btn_Box .jinji_btn-area .arrow_Btn br {
		display: none;
	}
	.comment_Wrap .interview{
		margin-top: 20px;
		padding: 15px;
	}
	.interview_inner {
		flex-wrap: wrap;
	}
	.interview_inner .img_Box,
	.interview_inner .comment_Box{
		width: 100%;
	}
	.interview_inner .img_Box .interview_img {
		top: 0;
		left: 0;
	}
	.interview_inner .img_Box .detail {
		top: 0;
		margin-top: 15px;
		justify-content: center;
	}
	.interview:nth-child(even) .interview_inner .img_Box .detail {
		justify-content: center;
	}
	.interview_inner .comment_Box {
		margin-top: 20px;
	}
	.interview_inner .comment_Box .txt {
		font-size: 14px;
	}
	.interview_inner .comment_Box .interview_link{
		font-size: 12px;
	}
	.interview_inner .comment_Box .interview_link::after {
		width: 4px;
		height: 4px;
	}
	.service_Box {
		flex-wrap: wrap;
		margin-top: 30px;
		padding: 10px 10px 15px;
	}
	.service_Box figure {
		width: 100%;
		padding: 20px;
		margin-bottom: 10px;
	}
	.service_Box .service_txt{
		width: 100%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.service_Box .service_txt .arrow_Btn {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 12px 5px;
	}
	.interview:nth-child(even) .interview_inner .img_Box .interview_img {
		top: 0;
		right: 0;
	}
	.interview:nth-child(even) .interview_inner .comment_Box {
		/* margin-top: 0; */
		padding-left: 0;
	}
	.interview.comingsoon .img_Box {
		width: 90%;
		margin: 0 auto;
	}
	.interview.comingsoon .img_Box .detail{
		margin-top: 0;
	}
	.interview.comingsoon .service_Box{
		margin-top: 10px;
	}

	.choose_Wrap {
		padding: 50px 0 0;
	}
	.choose_Wrap .table h4 {
		padding: 0 0 2px 5px;
		font-size: 18px;
	}
	.choose_Wrap .txt {
		margin-top: 40px;
		font-size: 14px;
	}
	.choose_Wrap .table dl {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 1.2;
	}
	.choose_Wrap .table dl dt{
		width: 25%;
	}
	.choose_Wrap .table dl dd{
		width: 75%;
	}

	.float_Bnr {
		top: unset;
		right: unset;
		width: 100%;
		max-width: none;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	footer{
		padding-bottom: 25%;
	}

}
@media screen and (max-width:400px){
	.service_Box .service_txt .jinji_btn-area br {
		display: block;
	}
}

/* -------------------------------------------
前回の受賞企業
------------------------------------------- */
.pre_award {
	padding: 80px 0 50px;
}
.pre_award h3 {
	font-size: 2.8rem;
	text-align: center;
}
.pre_award dl {
	position: relative;
	width: 1100px;
	margin: 30px auto 50px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
}
.pre_award .result_Wrap {
	padding: 25px 0;
}
.pre_award .result_Wrap .result_List li{
	width: 23%;
}
.pre_award .result_Wrap .result_List {
	padding: 0 30px;
}
.pre_award dt {
	cursor: pointer;
	position: relative;
	background: #faf6ee;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pre_award dt .event_title {
	width: 300px;
}
.pre_award .result_Wrap h3 {
	font-size: 1.8rem;
	border-top: #fce39e 1px solid;
	border-bottom: #fce39e 1px solid;
	margin: 15px auto 0;
	padding: 5px 0;
}
.pre_award dt img {
	width: 180px;
	margin: 0 auto;
	display: block;
}
.pre_award .result_Wrap .result_List li {
	padding: 10px;
}
.pre_award .result_Wrap .result_List li .logo {
	margin: 0 auto 15px;
}
.pre_award .result_List li .box_inner .logo.keiri {
	margin: 0 auto 15px;
    width: 50%;
}
.pre_award .result_List li .box_inner .logo.keiri2023 {
    margin-bottom: 25px!important;
}
.pre_award .result_List li .box_inner .logo.keiri2025 {
	margin: 0 auto 15px;
}
.pre_award .result_List li .box_inner .logo.keiri:nth-of-type(1) {
    margin-bottom: 5px;
}
.pre_award .result_List li .box_inner .logo.houmu {
	margin: 0 auto 25px;
}
.pre_award .result_Wrap .result_List li .logo.jinji2025 img{
	width: 240px;
}
.pre_award .result_List li .box_inner figure{
	width: 80%;
	margin: 0 auto 15px;
}
/*.pre_award dt::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 35px;
	right: 50px;
	transform: translateY(-50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fce39e;
	border-right: 2px solid #fce39e;
	transition: .3s;
}*/
.pre_award .result_Wrap .result_List li .company {
	text-align: center;
}
.pre_award .arrow_Btn{
    padding: 10px 0;
	letter-spacing: 0.02em;
}
.pre_award .result_List li .btn_Box a:last-child{
	margin-top: 5px;
}
.pre_award dd {
	display: none;
}
/*.pre_award .open::after {
	transform: rotate(-45deg);
}*/
.pre_award .pre_link {
	text-align: center;
	margin: 30px auto 0;
}
.pre_award .pre_link a {
	font-size: 16px;
	border-bottom: 1px solid var(--basic);
	padding-bottom: 2px;
}
.pre_award .comment_Wrap {
	padding-bottom: 35px;
	background: #fdfbf8;
}
.pre_award .result_List li .box_inner .company {
	letter-spacing: 0.02em;
}
.pre_award .comment_btn {
	position: relative;
	display: block;
	width: 90%;
	max-width: 500px;
	margin: 20px auto 0;
	padding: 10px 0;
	border-radius: 50px;
	background: rgb(114, 86, 34);
	background: linear-gradient(90deg, rgba(114,86,34,1) 0%, rgba(220,185,117,1) 50%, rgba(114,86,34,1) 100%);
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	filter: brightness(1.5);
}
.pre_award .comment_btn span {
	position: relative;
}
.pre_award .comment_btn span::after{
    content: "";
	display: inline-block;
	position: absolute;
	bottom: 3px;
	right: -30px;
	transform: translateY(-50%) rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #3d221e;
	border-right: 2px solid #3d221e;
	transition: .3s;
}

@media screen and (max-width:769px){
	.pre_award {
		padding: 60px 0 50px;
	}
	.pre_award .comment_Wrap {
		padding-top: 40px;
	}
	.pre_award .result_Wrap {
		padding-bottom: 15px;
	}
	.pre_award h3 {
		font-size: 2rem;
	}
	.pre_award dl {
		width: 100%;
		margin: 30px auto;
	}
	.pre_award dt {
		padding: 0;
		display: block;
	}
	.pre_award dt h3 {
		font-size: 1.8rem;
	}
	.pre_award dt img {
		width: 120px;
		margin: 0 auto;
	}
	.pre_award dt .event_title {
		padding-top: 20px;
		width: 200px;
		margin: 0 auto;
	}
	.pre_award dt .event_title img {
		margin: 0 auto 15px;
		width: 180px;
	}
	.pre_award dt::after {
		right: 15px;
		bottom: 25px;
	}
	.pre_award .result_Wrap .result_List {
		padding: 0 20px;
	}
	.pre_award .result_Wrap .result_List li{
		width: 48.5%;
	}
	.pre_award .comment_btn {
		font-size: 1.6rem;
	}
	.pre_award .comment_btn span::after{
		bottom: 5px;
		width: 7px;
		height: 7px;
	}
}
@media screen and (max-width:640px){
	.pre_award .result_Wrap .result_List {
		flex-wrap: wrap;
	}
}
/*-------------------
前回までの受賞企業　2025
-------------------*/
.award2025 .result_Wrap{
	background: url(../img/bg_2025.jpg) center center no-repeat;
	position: relative;
	width: 100%;
	background-size: cover;
	padding: 25px 0;
}
.award2025 .result_List li figure img{
	width: 115px;
	margin-bottom: 15px;
}
.award2025 .result_Wrap .result_List li.result_List_much .btn_Box{
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
	width: 270px;
}
.pre_award .result_List li.result_List_much .btn_Box a:last-child{
	margin-top: 0;
}
@media screen and (min-width:768px){
	.award2025 .result_Wrap .result_List li{
		width: 31%;
	}
	.award2025 .result_Wrap .result_List li.result_List_much{
		width: 100%;
		display: flex;
        flex-direction: row;
		align-items: center;
		padding-left: 2rem;
	}
	.result_List li.result_List_much .company{
		font-size: 14px;
	}
	.award2025 .result_Wrap .result_List li.result_List_much .box_inner{
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.pre_award .result_List li.result_List_much .box_inner figure{
		width: 115px;
		margin-bottom: 0;
	}
}
@media screen and (max-width:767px){
	.award2025 .result_Wrap .result_List li{
		width: 100%;
	}
	.result_List li.result_List_much .company{
		font-size: 12px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.pre_award .award2025 dt img{
		width: 180px;
	}
	.pre_award .result_List li.result_List_much .box_inner figure{
		width: 80%;
		margin: 0 auto 15px;
	}
	.result_Wrap .result_List li.result_List_much{
		margin-top: 15px;
	}
	.award2025 .result_Wrap .result_List li.result_List_much .btn_Box{
		width: 100%;
		margin-top: 15px;
	}
	.award2025 .result_Wrap{
		padding-bottom: 15px;
	}
	.award2025 .result_Wrap .result_List li .box_inner,
	.award2025 .result_Wrap .result_List li.result_List_much .box_inner{
		display: flex;
		align-items: center;
	}
	.award2025 .result_Wrap li .box_inner figure,
	.award2025 .result_Wrap li.result_List_much .box_inner figure{
		width: auto;
		margin: 0 auto;
	}
	.award2025 .result_List li figure img{
		width: 115px;
		margin: 0;
	}
	.award2025 .result_Wrap li .box_inner .company_area{
		margin-top: 15px;
	}
	.pre_award .result_Wrap .result_List li .logo.jinji2025 img{
		width: 180px;
	}
}