a{
 text-decoration: none;
}
.add_btn {
    margin: 75px auto 0
}
.header__logo.out {
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 999;
}
.header__logo.out.white .header__logo-link svg>g circle,
.header__logo.out.white .header__logo-link svg>g path,
.header__logo.out.white .header__logo-link svg>g polygon,
.header__logo.out.white .header__logo-link svg>g polyline,
.header__logo.out.white .header__logo-link svg>g rect {
    fill: #fff;
}


.add_btn a,
.add_btn input{
    background: #fff url(../img/common/arrow-button.svg) no-repeat calc(100% - 20px) 50%;
    border: 2px solid #000;
    display: block;
    font-size: clamp(18.75px,1.875vw,24px);
    font-weight: 500;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    width: 440px;
				max-width: 100%;
				color: #000;
}

.add_btn a:hover,
.add_btn input:hover {
    background: #000 url(../img/common/arrow-button-wh.svg) no-repeat calc(100% - 20px) 50%;
    color: #fff
}

.site-main{
 margin: 0px;
	padding: 0px;
}
.site-main .fvArea {
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio:3/1;
	background: #999;
}
.site-main .fvArea .text1{
 margin: 0px;
	padding: 0px;
	font-size: 4em;
	line-height: 1.2;
	font-weight: 900;
 text-align: center;
	color: #FFF;
	
}

.site-main section:first-of-type{
 padding: 190px 0 0;
}
/*
.site-main section:nth-child(even){
 background: #e9f2fb;
}
*/
.site-main section>.container{
 margin: 0 auto;
	width: clamp(875px, 87.5vw, 1120px);
	/*padding: 0px clamp(386.719px, 38.6719vw, 495px) 0px clamp(62.5px, 6.25vw, 80px);*/
}
.site-main .container.inner{
 margin: 0 auto;
	width: clamp(875px, 87.5vw, 1120px);
	/*padding: 0px clamp(386.719px, 38.6719vw, 495px) 0px clamp(62.5px, 6.25vw, 80px);*/
}
@media only screen and (max-width: 640px){
	.site-main .fvArea .text1{
	  font-size: 5vw;
	}
	.site-main section{
	 padding: 50px 0;
	}
	.site-main section>.container{
   width: 90vw;
	}
	.site-main .container.inner{
   width: 90vw;
	}
}

/*キャストページ*/
.site-main .fvArea.fvAreaCast{
	aspect-ratio: auto;
	padding: 120px 0px;
	background: #e8f8fe;
}
.site-main .fvArea.fvAreaCast .textArea{
 margin: 0 auto;
	max-width: 800px;
	color: #000;
}
.site-main .fvArea.fvAreaCast .textArea .text1{
 margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: left;
	font-size: 3.8em;
	font-weight: 700;
	line-height: 2;
	color: #000;
}

.site-main .fvArea.fvAreaCast .textArea .text2{
 margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: left;
	font-size: 1.8em;
	font-weight: 600;
	line-height: 2;
}

.site-main .fvArea.fvAreaCast .textArea .text3{
 margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: left;
	font-size: 3em;
	font-weight: 600;
	line-height: 1.7;
	color: #000;
}
.site-main .fvArea.fvAreaCast .textArea .btnArea {
 margin: 0px;
	text-align: center;
}
.site-main .fvArea.fvAreaCast .textArea .btnArea a{
 display: inline-block;
	margin: 0px;
	padding: 15px 30px;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1;
	background: #FFF;
	border: 2px solid #000;
	border-radius: 50px;
	color: #000;
	transition: all 300ms 0s ease;
}
.site-main .fvArea.fvAreaCast .textArea .btnArea a:hover{
 background: #000;
	color: #FFF;
}

/*CAST*/
#cast .cast-kv{
	padding: 0px;
}
#cast .cast-points{
	padding: 30px clamp(23.4375px, 2.34375vw, 30px) 60px;
}
#cast .messageArea .message{
 margin: 0px 0px 40px 0px;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.6;
	color: #000;
}
#cast .messageArea .text{
 margin: 0px;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
}

#cast .searchArea{
		padding: 70px 0 45px;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
}

#cast .searchArea .archiveTitle .en,
#cast .searchArea .archiveTitle .title{
		color: #FFF;
}
#cast .searchArea .searchInput{
 margin: 0px 0px 45px 0px;
	padding: 45px clamp(62.5px, 6.25vw, 80px);
	background:  #FFF;
}

#cast .searchArea .searchInput .inputRow{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 2px solid #999;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cast .searchArea .searchInput .inputRow:last-of-type{
 border-bottom: none;
	margin: 0px;
	padding: 0px;
}
#cast .searchArea .searchInput .inputRow .i{
 margin: 0px;
	padding: 0px;
	width: 150px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
	line-height: 1.6666666667em;
	font-weight: 600;
}
#cast .searchArea .searchInput .inputRow .c{
 margin: 0px;
	padding: 0px;
	width : -webkit-calc(100% - 150px) ;
 width : calc(100% - 150px) ;
}
#cast .searchArea .searchInput .inputRow .c .checkList {
 display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	gap:10px 20px;
}
#cast .searchArea .searchInput .inputRow .c .checkList .checkBox {
	font-size: clamp(14.0625px, 1.40625vw, 18px);
	line-height: 1.6666666667em;
	font-weight: 400;
	cursor: pointer;
 display: inline-block;
 padding: 5px 0 5px 40px;
 position: relative;
	background: url(../img/common/icon_cgeckboc.png) left center no-repeat;
	background-size: 32px;
}
#cast .searchArea .searchInput .inputRow .c .checkList .checkBox:has(input:checked) {
	background: url(../img/common/icon_cgeckboc_check.png) left center no-repeat;
	background-size: 32px;
}

#cast .searchArea .searchInput .inputRow .c .checkList .checkBox input{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#cast .searchArea .add_btn{
 margin: 0px;
}
#cast .searchArea .add_btn input{
	transition: all 300ms 0s ease;
}
#cast .worksArea {
	padding: 70px 0;
}
#cast .worksArea.page {
 padding: 190px 0px 80px;
}
#cast .worksArea .title{
 margin: 0px 0px 40px 0px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#cast .worksArea .worksList{
 margin: 0px 0px 40px 0px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:40px;
}
#cast .worksArea .worksList.width{
 display: block;
}
#cast .worksArea .worksList.width .worksBox {
 width: auto;
 padding: 0px 0px 80px 0px;
	margin: 0px 0px 40px 0px;	
}
#cast .worksArea .worksList.width .worksBox.single {
	padding: 0px;
}
#cast .worksArea .worksList.width .worksBox .add_btn.applyBtnArea{
 position: inherit;
	margin: 40px 0px 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#cast .worksArea .worksList.width .worksBox .add_btn.applyBtnArea a {
	border: 2px solid #c8161d;
	color: #c8161d;
	background: #FFF;
}
#cast .worksArea .worksList.width .worksBox .add_btn.applyBtnArea a:hover{
	color:  #FFF;
	background:#c8161d;
}

#cast .worksArea .worksList .worksBox {
 width : -webkit-calc(50% - 20px) ;
 width : calc(50% - 20px) ;
	position: relative;
	padding: 0px 0px 80px 0px;
	/*
	background: #F9F9F9;
	*/
	background: #FFF;
}
#cast .worksArea .worksList .worksBox .headArea {
 padding: 10px 15px 15px;
	background: #c8161d;
}
#cast .worksArea .worksList .worksBox .headArea .row{
 margin: 0px 0px 2px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
}
#cast .worksArea .worksList .worksBox .headArea .row .w_type{
 width : -webkit-calc(100% - 120px) ;
 width : calc(100% - 120px) ;
	font-size: clamp(10.9375px, 1.09375vw, 14px);
	line-height: 1.6666666667em;
	color: #FFF;
}
#cast .worksArea .worksList .worksBox .headArea .row .w_no{
 width : 120px;
 font-size: clamp(9.375px,.9375vw,12px);
	line-height: 1.6666666667em;
	color: #FFF;
	text-align: right;
}
#cast .worksArea .worksList .worksBox .headArea .workstitle{
	font-size: clamp(14.0625px, 1.40625vw, 18px);
	color: #FFF;
	line-height: 1.4;
}
#cast .worksArea .worksList .worksBox .bodyArea {
 margin: 0px;
	padding: 0 20px;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox {
 margin: 0px;
	padding: 10px 20px;
	line-height: 2;
	border-bottom: 1px solid  #DEDEDE;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#cast .worksArea .worksList .worksBox .bodyArea .statusbox:nth-child(even) {
 
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox:last-of-type {
 border-bottom: none;
	padding: 10px 20px 0;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox .i{
	width:100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox .i span{
 display: block;
	width : -webkit-calc(100% - 25px) ;
 width : calc(100% - 25px) ;
	font-size: clamp(12.5px, 1.25vw, 16px);
	font-weight: bold;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox .i:before{
 content: "";
	width : 20px;
	height : 20px;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox.w_type .i:before{
 background:url("../img/common/icon_works_w_type.png") center center no-repeat;
	background-size: contain;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox.salary .i:before{
 background:url("../img/common/icon_works_salary.png") center center no-repeat;
	background-size: contain;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox.place .i:before{
 background:url("../img/common/icon_works_place.png") center center no-repeat;
	background-size: contain;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox.staion .i:before{
 background:url("../img/common/icon_works_staion.png") center center no-repeat;
	background-size: contain;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox.period .i:before{
 background:url("../img/common/icon_works_period.png") center center no-repeat;
	background-size: contain;
}
#cast .worksArea .worksList .worksBox .bodyArea .statusbox.time .i:before{
 background:url("../img/common/icon_works_time.png") center center no-repeat;
	background-size: contain;
}
#cast .worksArea .worksList .worksBox .bodyArea .taglist {
 margin: 20px 0px 0px 0px;
 /*padding: 10px 20px;*/
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	font-size: clamp(10.9375px, 1.09375vw, 14px);
	line-height: 1.6666666667em;
	/*background: #FFF;
	border: 1px solid #DEDEDE;*/
}
#cast .worksArea .worksList .worksBox .bodyArea .taglist .tag{
    margin: 0px;
    padding: 0px;
    font-size: clamp(10.9375px, 1.09375vw, 14px);
    display: flex;
    flex-wrap: wrap;
				align-items: center;
    gap: 5px;
}
#cast .worksArea .worksList .worksBox .bodyArea .taglist .tag:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_tag.png) center center no-repeat;
    background-size: contain;
}


#cast .worksArea .worksList .worksBox .bodyArea .statusbox .t{
	font-size: clamp(12.5px, 1.25vw, 16px);
	width : -webkit-calc(100% - 105px) ;
 width : calc(100% - 105px) ;
}
#cast .worksArea .worksList .worksBox .bodyArea .bodyAreaRow{
 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0 0;
}
#cast .worksArea .worksList .worksBox .bodyArea .bodyAreaRow .imgArea{
 width: 280px;
	order: 2;
}
#cast .worksArea .worksList .worksBox .bodyArea .bodyAreaRow .textArea{
 width : -webkit-calc(100% - 300px) ;
 width : calc(100% - 300px) ;
	padding: 10px;
	border: 1px solid #DEDEDE;
	order: 1;
}
#cast .worksArea .worksList .worksBox .bodyArea .applicationArea{
 margin: 10px 0px 0px 0px;
	text-align: center;
}
#cast .worksArea .worksList .worksBox .bodyArea .applicationArea a{
 width: 400px;
	max-width : -webkit-calc(100% - 20px) ;
 max-width : calc(100% - 20px) ;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	border: 2px solid #c8161d;
	border-radius: 30px;
	margin: 0 auto;
	padding: 15px 0px;
	gap:20px;
	background: #FFF;
	transition: all 300ms 0s ease;
}
#cast .worksArea .worksList .worksBox .bodyArea .applicationArea a span{
 font-weight: 600 !important;
font-size: clamp(18.75px, 1.875vw, 24px);
	color: #c8161d;
	transition: all 300ms 0s ease;
}
#cast .worksArea .worksList .worksBox .bodyArea .applicationArea a:hover{
	background: #c8161d;
}
#cast .worksArea .worksList .worksBox .bodyArea .applicationArea a:hover span{
	color: #FFF;
}

#cast .worksArea .worksList .worksBox .add_btn{
 position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
}
#cast .worksArea .worksList .worksBox .add_btn a {
 width: auto;
	margin: 0 auto;
	border: 1px solid #000;
	line-height: 50px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
#cast .worksArea .addInfoArea {
	margin: 0px;
	padding: 0px;
}
#cast .worksArea .addInfoArea .worksInfo {
 margin: 0px 0px 50px 0px;
 padding: 0px;
	background: #FFF;
}
#cast .worksArea .addInfoArea .worksInfo .index {
		margin: 0px;
		padding: 15px;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		line-height: 1;
		color: #FFF;
  font-weight: 600 !important;
  font-size: clamp(15.625px, 1.5625vw, 20px);
}
#cast .worksArea .addInfoArea .worksInfo .textArea{
 margin: 0px;
	padding: 20px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	line-height: 1.6;
}
#cast .worksArea .addInfoArea .worksInfo.worksCampaign{
     border: 2px solid #c8161d;
					border-radius: 10px;
					overflow: hidden;
}
#cast .worksArea .addInfoArea .worksInfo.worksCampaign .index{
 text-align: center;
	background: #c8161d;
}
#cast .worksArea .addInfoArea .worksInfo.worksCampaign .textArea{
 text-align: center;
}
#cast .worksArea .addInfoArea .worksInfo.worksCampaign .textArea a{
 color: #c8161d;
	text-decoration: underline;
}

#cast .worksArea .addInfoArea .worksInfo .infoList{
 margin: 0px;
	padding: 20px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	line-height: 1.6;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .infoRow {
 margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .infoRow:last-of-type {
 margin: 0px;
	padding: 0px;
	border-bottom: none;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .infoRow .i{
 width: 160px;
	font-weight: bold;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .infoRow .c{
 width : -webkit-calc(100% - 170px) ;
 width : calc(100% - 170px) ;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea{
 margin: 0px;
	padding: 0px;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .officeBox {
 margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #999;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .officeBox .i{
 font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .officeBox .iconList {
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .officeBox .iconList .icon{
 width: 80px;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .officeBox .iconList .icon .img{
 margin: 0px;
	text-align: center;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .officeBox .iconList .icon .img img{
 width: 40px;
	height: 40px;
	object-fit: contain;
	display: inline-block;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .officeBox .iconList .icon .t{
	text-align: center;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .officeBox .addtext {
 margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top:1px dashed #666;
}

#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox {
 margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #999;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .i{
 font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList{
 display: flex;
	flex-wrap: wrap;
	gap:20px;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList .ratiobox{
 width: 80px;
	max-width : -webkit-calc(20% - 16px) ;
 max-width : calc(20% - 16px) ;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList.ratioList7 .ratiobox{
	max-width : -webkit-calc(13% - 14.2px) ;
 max-width : calc(13% - 14.2px) ;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList .ratiobox .c{
 width: 100%;
	aspect-ratio:1/1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList .ratiobox .c:before{
 content: "";
	width: 15%;
	height: 15%;
	border-radius: 50%;
	background: #666;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList .ratiobox .c.c_1:before{
	width: 25%;
	height: 25%;
	background: #c8161d;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList .ratiobox .c.c_2:before{
	width: 50%;
	height: 50%;
	background: #c8161d;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList .ratiobox .c.c_3:before{
	width: 70%;
	height: 70%;
	background: #c8161d;
}
#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList .ratiobox .c.select:before{
	width: 50%;
	height: 50%;
	background: #c8161d;
}

#cast .worksArea .addInfoArea .worksInfo .infoList .officeArea .ratioBox .ratioList .ratiobox .text{
 text-align: center;
}

#cast .worksArea .addInfoArea .worksInfo .add_btn.applyBtnArea {
	position: inherit;
	margin: 0px 0px 20px;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#cast .worksArea .addInfoArea .worksInfo .add_btn.applyBtnArea a{
    border: 2px solid #c8161d;
    color: #c8161d;
    background: #FFF;
				line-height: 50px;
    font-size: clamp(14.0625px, 1.40625vw, 18px);
				width: 100%;
}
#cast .worksArea .addInfoArea .worksInfo .add_btn.applyBtnArea a:hover{
		color: #FFF;
    background: #c8161d;
}
#cast .worksArea .worksList .worksBox_n{
 margin: 0px 0px 60px 0px;
	padding: 0px;
	overflow: hidden;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.4);
}
#cast .worksArea .worksList .worksBox_n .headArea{
 margin: 0px 0px 10px 0px;
	padding: 20px;
	background: #0041c0;
	color: #FFF;
}
#cast .worksArea .worksList .worksBox_n .headArea .row{
 margin: 0px 0px 10px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#cast .worksArea .worksList .worksBox_n .headArea .row .type{
 color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#cast .worksArea .worksList .worksBox_n .headArea .row .no{
 color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#cast .worksArea .worksList .worksBox_n .headArea .workstitle{
 color: #FFF;
	font-size: 20px;
	font-weight: bold;
}
#cast .worksArea .worksList .worksBox_n .bodyArea{
 padding: 20px;
	margin: 0px;
}
#cast .worksArea .worksList .worksBox_n .bodyArea .statusbox{
 margin: 0px 0px 20px 0px;;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
#cast .worksArea .worksList .worksBox_n .bodyArea .statusbox:before{
 content: "";
	width: 28px;
	height: 28px;
}
#cast .worksArea .worksList .worksBox_n .bodyArea .statusbox .t{
 width : -webkit-calc(100% - 38px) ;
 width : calc(100% - 38px) ;
	font-size: 16px;
	line-height: 1.8;
}
#cast .worksArea .worksList .worksBox_n .bodyArea .taglist{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
#cast .worksArea .worksList .worksBox_n .bodyArea .taglist .tag{
 padding: 5px 10px;
	border-radius: 5px;
	background: #DEDEDE;
	color: #000;
	font-size: 14px;
}
#cast .worksArea .worksList .worksBox_n .bodyArea .infoBtn{
 margin: 0px 0px 20px 0px;
 padding: 0;
	text-align: center;
}
#cast .worksArea .worksList .worksBox_n .bodyArea .infoBtn a{
	display: block;
	padding: 15px;
	border: 1px solid #333;
	font-size: 16px;
	border-radius: 10px;
	transition: all 300ms 0s ease;
}
#cast .worksArea .worksList .worksBox_n .bodyArea .infoBtn a:hover{
 background: #333;
	color: #FFF;
}
#cast .worksArea .worksList .worksBox_n .bodyArea .entruBtn{
	text-align: center;

}
#cast .worksArea .worksList .worksBox_n .bodyArea .entruBtn a{
	font-size: 14px;
	text-decoration: underline;
	color: #0041c0;
}

#cast .worksArea .btnArea {
 margin: 0px;
	text-align: center;
}
#cast .worksArea .btnArea a{
 display: inline-block;
	margin: 0px;
	padding: 15px 30px;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1;
	background: #FFF;
	border: 2px solid #000;
	border-radius: 50px;
	color: #000;
	transition: all 300ms 0s ease;
}
#cast .worksArea .btnArea a:hover{
 background: #000;
	color: #FFF;
}
#cast .interviewArea{
 /*background: #fbfbfb;*/
}
#cast .interviewArea .title{
 margin: 0px 0px 40px 0px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#cast .interviewArea .topText {
 margin: 0px 0px 40px 0px;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

#cast .interviewArea .interviewList{
	   margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
				justify-content: space-between;
}
#cast .interviewArea .interviewList .reportBox{
		margin: 0px 0px 30px 0px;
		padding: 0px;
		width : -webkit-calc(50% - 20px) ;
  width : calc(50% - 20px) ;
		/*	
		background: #FFF;
		box-shadow: 6px 6px 0px 0px #ccc;
		border-radius: 10px;
		*/
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner{
		margin: 0px;
		padding: 15px 20px;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .imgArea{
	width : 130px;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .imgArea .img{
 margin: 0px 0px 5px 0px;
	aspect-ratio:1/1;
	overflow: hidden;
	border-radius: 50%;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .imgArea .img img{
 width: 100;
	height: 100%;
	object-fit: cover;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .imgArea .status{
 text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin: 0px 0px 5px 0px;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .imgArea .name{
 text-align: center;
	font-size: 18px;
	font-weight: 600;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .stasuArea{
 width : -webkit-calc(100% - 140px) ;
 width : calc(100% - 140px) ;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .stasuArea .comment {
  position: relative;
  display: inline-block;
  margin: 0.5em 0 0.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 14px;
		line-height: 1.6;
  background: #FFF;
		border-radius: 5px;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .stasuArea .btn{
	text-align: center;
	padding: 10px 0px 0px 0px
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .stasuArea .btn span{
	   display: block;
    width: 250px;
    margin: 0 auto;
    border: solid 1px #b2b2b2;
    border-radius: 20px;
    background: url(../img/common/arrow-right.svg)no-repeat 92% 50%;
				background-color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
				color: #000;
}

#cast .interviewArea .interviewList .reportBox .reportBoxinner .reportBoxRow .stasuArea .comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FFF;
}
#cast .interviewArea .btnArea {
 margin: 0px;
	text-align: center;
}
#cast .interviewArea .btnArea a{
 display: inline-block;
	margin: 0px;
	padding: 15px 30px;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1;
	background: #FFF;
	border: 2px solid #000;
	border-radius: 50px;
	color: #000;
	transition: all 300ms 0s ease;
}
#cast .interviewArea .btnArea a:hover{
 background: #000;
	color: #FFF;
}

#cast .infoArea {
 background: none;
	padding: 70px 0;
}
#cast .infoArea .infoList {
 display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px;
	margin: 0px 0px 70px 0px;
}
#cast .infoArea .infoList .infoBox{
 margin: 0px;
 padding: 20px;
	background: #FFF;
	width : -webkit-calc(33.3% - 20px) ;
 width : calc(33.3% - 20px) ;
}
#cast .infoArea .infoList .infoBox .imgArea {
 margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}
#cast .infoArea .infoList .infoBox .imgArea img{
 margin:  0 auto;
}
#cast .infoArea .infoList .infoBox .textArea {
 margin: 0px;
	padding: 0px;
}
#cast .infoArea .infoList .infoBox .textArea .index{
 margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #000;
	    font-size: clamp(14.0625px, 1.40625vw, 18px);
					text-align: center;
}
#cast .infoArea .infoList .infoBox .textArea .text{
 margin: 0px;
	padding: 0px;
	font-size: clamp(10.9375px, 1.09375vw, 14px);
 line-height: 1.6666666667em;
}
#cast .infoArea .flowTabList{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	bottom: -4px;
	z-index: 1;
}
#cast .infoArea .flowTabList .tab{
 margin: 0px;
	padding: 20px 10px;
	border-left: 4px solid #000;
	border-top: 4px solid #000;
	border-right: 4px solid #000;
	border-radius: 20px 20px 0 0 ;
	background: #000;
	color: #FFF;
	text-align: center;
	width : -webkit-calc(33.3% - 10px) ;
 width : calc(33.3% - 10px) ;
		font-size: clamp(15.625px, 1.5625vw, 20px);
	font-weight: bold;
	cursor: pointer;
	transition: all 300ms 0s ease;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#cast .infoArea .flowTabList .tab:hover{
 background: #FFF;
	color: #000;
}
#cast .infoArea .flowTabList .tab.select{
 background: #FFF;
	color: #000;
	overflow: auto;
}
#cast .infoArea .flowListOuter {
    background: #FFF;
    padding: 20px 40px 0 40px;
    margin: 0px;
    border: 4px solid #000;
}
#cast .infoArea .flowList{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cast .infoArea .flowList .flow{
 width : -webkit-calc(25% - 40px);
 width : calc(25% - 40px);
	aspect-ratio:1/1;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
#cast .infoArea .flowList .flow:after{
 content: "";	
 width: 53px;
	position: absolute;
	right: -53px;
	top: 0px;
	bottom: 0px;
	background: url("../img/common/icon_arrow_right.png") center center no-repeat;
	background-size: 30px;
}
#cast .infoArea .flowList .flow:last-of-type:after{
 display: none;
}
#cast .infoArea .flowList .flow .t{
		font-size: clamp(14.0625px, 1.40625vw, 18px);
		font-weight: bold;
		color: #000;
		text-align: center;
		line-height: 1.2;
}
#cast .infoArea .flowList .flow .t .icon{
 max-width: 75px;
	margin: 0px auto 10px auto;
	display: block;
}
#cast .infoArea .kome {
 margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: clamp(10.9375px, 1.09375vw, 14px);
	line-height: 1.6666666667em;
}


/*
#cast .infoArea .infoBox {
 margin: 0px 0px 40px 0px;
 padding: 20px 40px;
	background: #FFF;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#cast .infoArea .infoBox .imgArea{
 width: 240px;
}
#cast .infoArea .infoBox .textArea{
 width : -webkit-calc(100% - 280px) ;
   width : calc(100% - 280px) ;
}
#cast .infoArea .infoBox:nth-child(even) .imgArea{
	order: 2;
}
#cast .infoArea .infoBox:nth-child(even) .textArea{
 order: 1;
}
#cast .infoArea .infoBox .index{
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
		border-bottom: 2px solid #999;
		font-size: 1.6em;
		font-weight: 700;
}
#cast .infoArea .infoBox .text{
  font-size: 1.1em;
}
#cast .infoArea .flowBox{
 margin: 80px 0 0 0;
 padding: 0;
}
#cast .infoArea .flowBox .index{
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 10px 0px;
		border-bottom: 2px solid #999;
		font-size: 1.6em;
		font-weight: 700;
		text-align: center;
}
#cast .infoArea .flowBox .flowList {
 margin: 0px 0px 20px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}
#cast .infoArea .flowBox .flowList .flow{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	aspect-ratio:1/1;
	background: #FFF;
	border-radius: 50%;
	width: 200px;
	max-width : -webkit-calc(25% - 20px) ;
 max-width : calc(25% - 20px) ;
	box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.4);
}
#cast .infoArea .flowBox .flowList .flow .t{
 margin: 0px;
	padding: 10px;
 font-size: 1.4em;
	font-weight: 700;
	text-align: center;
}
#cast .infoArea .flowBox .kome{
 margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	text-align: right;
}
*/
#cast .faqArea .title{
margin: 0px 0px 40px 0px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#cast .faqArea .faqList{
 margin: 0px;
	padding: 0px;
}
#cast .faqArea .faqList .faqBox {
 margin: 0px 0px 40px 0px;
	padding: 20px;
	background: #FFF;
	border-radius: 10px;
}
#cast .faqArea .faqList .faqBox .q{
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
		border-bottom: 2px solid #999;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap:20px;
}
#cast .faqArea .faqList .faqBox .q:before{
 content:"Q";
	font-size: 2.8em;
	line-height: 1;
	font-weight: 500;
	display: block;
	width: 40px;
	height: 40px;
	color: #0041c0;
	 transform: translateY(-5px);
}

#cast .faqArea .faqList .faqBox .q .t{
	width : -webkit-calc(100% - 60px) ;
	width : calc(100% - 60px) ;
	font-size: 1.6em;
	font-weight: 700;
}
#cast .faqArea .faqList .faqBox .a{
		margin: 0px;
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap:20px;
		
}
#cast .faqArea .faqList .faqBox .a:before{
 content:"A";
	font-size: 2.8em;
	line-height: 1;
	font-weight: 500;
	display: block;
	width: 40px;
	height: 40px;
}
#cast .faqArea .faqList .faqBox .a .t{
	width : -webkit-calc(100% - 60px) ;
	width : calc(100% - 60px) ;
	font-size: 1.2em;
}



#cast .snsArea{
 padding: 20px 0;
	background: #DEDEDE;
}
#cast .snsArea .snsList {
 display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}
#cast .snsArea .snsList a{
 display: block;
	width: 50px;
	height: 50px;
}
#cast .floatingBtnArea{
 position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 999;
}
#cast .floatingBtnArea a{
 display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
	align-items: center;
	margin: 0px;
	padding: 20px 10px;
	font-weight: 600;
	line-height: 1;
	background: #c8161d;
	border-radius: 50px;
	color: #FFF;
	transition: all 300ms 0s ease;
	box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.4);
	width: 300px;
}
#cast .floatingBtnArea a:hover{
 
}
#cast .floatingBtnArea .img{
 width: 40px;
}
#cast .floatingBtnArea .text{
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}

#cast .voice {
    background-color: #fff;
    padding: 0 0 185px
}
#cast .voice .voice__heading .archiveTitle{
 z-index: 10;
	margin: 0px;
}
#cast .voice .voice__heading .archiveTitle *{
	color: #FFF;
}
#cast .voice .voice__heading .breadcrumbList{
 z-index: 10;
	padding: 20px 30px;
	margin: 0 auto;
	width: clamp(812.5px, 81.25vw, 1040px);
	max-width: 100%;
}
#cast .voice .voice__heading .breadcrumbList *{
	color: #FFF;
}
#cast .voice__heading {
    height: 500px;
    padding: 125px 0 0;
    width: 100%
}

#cast .voice__title {
    z-index: 10
}

#cast .voice__title-img img {
    margin: 0 auto
}

#cast .voice__visual {
    height: 500px;
    overflow: hidden;
    z-index: 0
}

#cast .voice__visual,.voice__visual-img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#cast .voice__visual-img {
    height: 120%
}

#cast .voice__visual-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

#cast .voice__content {
    background-color: #fff;
    border: 1px solid #000;
    margin: -230px auto 0;
    padding: 20px clamp(19.53125px,1.953125vw,25px);
    width: clamp(812.5px,81.25vw,1040px)
}

#cast .voice__content:after {
    background: url(../img/oneconsist/service/voice-content-bottom.svg) no-repeat 50% 50%/contain;
    content: "";
    height: 54.7402px;
    left: clamp(296.875px,29.6875vw,380px);
    position: absolute;
    top: calc(100% - 2px);
    width: 42px
}
#cast .voice__content.single:after {
    display: none;
}

#cast .voice__content.single .voice__content_cont .mainText{
 text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	font-size: clamp(23.4375px, 2.34375vw, 30px);
	line-height: 1.4;
	font-weight: 600;
	border-bottom: 2px solid #c8161e;
}
#cast .voice__content.single .voice__content_cont .voiceStatusRow {
 margin: 0px 20px 0px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#cast .voice__content.single .voice__content_cont .voiceStatusRow .img{
 width :340px;
}
#cast .voice__content.single .voice__content_cont .voiceStatusRow .img img{
 aspect-ratio:1/1;
	object-fit: cover;
}
#cast .voice__content.single .voice__content_cont .voiceStatusRow .statusList{
 width : -webkit-calc(100% - 370px) ;
   width : calc(100% - 370px) ;
}
#cast .voice__content.single .voice__content_cont .voiceStatusRow .statusList .statusBox{
margin: 0px 0px 15px 0px;
padding: 0px 0px 15px 0px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 2px solid #000;
}
#cast .voice__content.single .voice__content_cont .voiceStatusRow .statusList .statusBox .index{
 width : 120px;;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
	font-weight: bold;
}
#cast .voice__content.single .voice__content_cont .voiceStatusRow .statusList .statusBox .cont{
 width : -webkit-calc(100% - 140px) ;
   width : calc(100% - 140px) ;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
#cast .voice__content.single .voice__content_cont .content{
 margin: 0px;
	padding: 0px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
#cast .voice__content.single .voice__content_cont .content p{
 margin: 0px;
	line-height: 1.6;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
#cast .voice__content.single .voice__content_cont .content p:empty {
	display: none;
}
#cast .voice__content.single .voice__content_cont .content a{
 text-decoration: underline;
}
#cast .voice__content.single .voice__content_cont .content #toc_container{
 margin: 40px 0px;
	padding: 0;
	width: 100%;
	border: 1px solid #000;
}
#cast .voice__content.single .voice__content_cont .content #toc_container .toc_title{
		margin: 0px;
		padding: 10px 0px;
		text-align: center;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		color: #FFF;
		font-weight: 600;
		font-size: clamp(15.625px, 1.5625vw, 20px);
		line-height: 1;
}
#cast .voice__content.single .voice__content_cont .content #toc_container .toc_list {
 margin: 20px;
}
#cast .voice__content.single .voice__content_cont .content #toc_container .toc_list li{
			margin: 0px 0px 10px 0px;
		line-height: 1.6;
		font-size: clamp(12.5px, 1.25vw, 16px);
		display: block;
}
#cast .voice__content.single .voice__content_cont .content #toc_container .toc_list li:before{
 display: none;
}
#cast .voice__content.single .voice__content_cont .content #toc_container .toc_list li span {
 margin: 0px 10px 0px 0px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}

#cast .voice__content.single .voice__content_cont .content h2 {
  margin: 40px 0px 20px 0px;
		padding: 15px;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;

		line-height: 1;
}
#cast .voice__content.single .voice__content_cont .content h2 span{
		color: #FFF;
		font-weight: 600!important;
		font-size: clamp(15.625px, 1.5625vw, 20px);
}

#cast .voice__content.single .voice__content_cont .content h3 {
  margin: 40px 0px 20px 0px;
		padding: 0 0 10px 0;
		line-height: 1;
		color: #000;
		font-weight: 600!important;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
		border-bottom: 4px solid #000;
}
#cast .voice__content.single .voice__content_cont .content h3 span{
		color: #000;
		font-weight: 600!important;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
#cast .voice__content.single .voice__content_cont .content h4 {
  margin: 40px 0px 20px 0px;
		padding: 0 0 10px 0;
		line-height: 1;
		border-bottom: 2px solid #000;
}
#cast .voice__content.single .voice__content_cont .content h4 span{
		font-weight: 600!important;
}

#cast .voice__content.single .voice__content_cont .content table{
		width: 100%;
		border-collapse: collapse;
	}
#cast .voice__content.single .voice__content_cont .content table thead th{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		text-align: center;
		font-weight: bold;
		font-size: clamp(12.5px, 1.25vw, 16px);
		color: #FFF;
	 }
#cast .voice__content.single .voice__content_cont .content table tbody th{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		font-weight: bold;
		font-size: clamp(12.5px, 1.25vw, 16px);
		color: #FFF;
	 }
#cast .voice__content.single .voice__content_cont .content table th span,
#cast .voice__content.single .voice__content_cont .content table th p{
		font-size: clamp(12.5px, 1.25vw, 16px)!important;
		color: #FFF!important;
		font-weight: bold!important;
}
#cast .voice__content.single .voice__content_cont .content table tbody td{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: #FFF;
		text-align: left;
		font-size: 16px;
	 }
#cast .voice__content.single .voice__content_cont .content ul{
  margin: 20px 0px;
		padding: 0px;
}
#cast .voice__content.single .voice__content_cont .content ul li{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	gap:5px;
}
#cast .voice__content.single .voice__content_cont .content ul li:before{
 content: "●";
	color: #000;
}
#cast .voice__content.single .voice__content_cont .content ul li>span{
 width : -webkit-calc(100% - 50px) ;
 width : calc(100% - 50px) ;
}
#cast .voice__content.single .voice__content_cont .commentBox {
 margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 3px solid #000;
}
#cast .voice__content.single .voice__content_cont .commentBox .index{
     margin: 0px;
    padding: 10px 0px;
    text-align: center;
    background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
    background-color: #000;
    color: #FFF;
    font-weight: 600;
    font-size: clamp(15.625px, 1.5625vw, 20px);
    line-height: 1;
}
#cast .voice__content.single .voice__content_cont .commentBox .cont{
  padding: 15px 20px;
		font-size: clamp(12.5px, 1.25vw, 16px);
		line-height: 2;
}


#cast .voice__list {
    display: flex;
    flex-wrap: wrap
}




#cast .voice__more {
    margin: 100px auto 0
}

#cast .voice__more-link {
    background: #fff url(../img/common/arrow-button.svg) no-repeat calc(100% - 20px) 50%;
    border: 2px solid #000;
    display: block;
    font-size: clamp(18.75px,1.875vw,24px);
    font-weight: 500;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    width: 440px
}

#cast .voice__more-link:hover {
    background: #000 url(../img/common/arrow-button-wh.svg) no-repeat calc(100% - 20px) 50%;
    color: #fff
}

#cast .voice-card {
    border-top: 1px solid #ccc;
    width: 50%
}

#cast .voice-card:nth-child(odd) {
    padding: 55px clamp(31.25px,3.125vw,40px) 30px clamp(14.0625px,1.40625vw,18px)
}

#cast .voice-card:nth-child(odd):after {
    background-color: #ccc;
    content: "";
    height: 90%;
    position: absolute;
    right: 0;
    top: 5%;
    width: 1px
}

#cast .voice-card:nth-child(2n) {
    padding: 55px clamp(14.0625px,1.40625vw,18px) 35px clamp(31.25px,3.125vw,40px)
}

#cast .voice-card:first-child,#cast .voice-card:nth-child(2) {
    border-top: none;
    padding-top: 35px
}

#cast .voice-card__link {
    display: block
}

#cast .voice-card__link:hover {
    opacity: .7
}

#cast .voice-card__link:hover .voice-card__more:after {
    opacity: 1
}

#cast .voice-card__header {
    background-image: radial-gradient(circle,#000 1px,transparent 0);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 10px 2px;
    margin: 0 auto 35px;
    padding: 0 0 25px clamp(93.75px,9.375vw,120px);
				min-height: 120px;
}
#cast .voice-card__header:before {
	display: none;
}
/*

#cast .voice-card__header--woman1:before {
    background: url(/assets/img/oneconsist/service/illust-voice-w1.svg) no-repeat 50% bottom
}

#cast .voice-card__header--man1:before,.voice-card__header--woman1:before {
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: clamp(85.9375px,8.59375vw,110px)
}

#cast .voice-card__header--man1:before {
    background: url(/assets/img/oneconsist/service/illust-voice-m1.svg) no-repeat 50% bottom
}

#cast .voice-card__header--woman2:before {
    background: url(/assets/img/oneconsist/service/illust-voice-w2.svg) no-repeat 50% bottom
}

#cast .voice-card__header--man2:before,.voice-card__header--woman2:before {
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: clamp(85.9375px,8.59375vw,110px)
}

#cast .voice-card__header--man2:before {
    background: url(/assets/img/oneconsist/service/illust-voice-m2.svg) no-repeat 50% bottom
}
*/

#cast .voice-card__name {
    font-size: clamp(15.625px,1.5625vw,20px);
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 auto 1em
}


#cast .voice-card__img {
	position: absolute;
	content: "";
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: clamp(85.9375px, 8.59375vw, 110px);
	aspect-ratio:1/1;
	overflow: hidden;
	border-radius: 50%;
}
#cast .voice-card__img img{
 width: 100%;
	height: 100%;
	object-fit: cover;
}

#cast .voice-card__tags {
    font-size: clamp(11.71875px,1.171875vw,15px);
    line-height: 1.8666666667em
}

#cast .voice-card__tag:before {
    content: attr(data-tag) " :";
    font-size: clamp(9.375px,.9375vw,12px);
    margin-right: .4em
}

#cast .voice-card__title {
    font-size: clamp(14.0625px,1.40625vw,18px);
    line-height: 1.5em;
    margin: 0 auto .6em
}

#cast .voice-card__txt {
    line-height: 1.7333333333em
}

#cast .voice-card__more,.voice-card__txt {
    font-size: clamp(11.71875px,1.171875vw,15px)
}

#cast .voice-card__more {
    background: url(/assets/img/common/arrow-more.svg) no-repeat right 50%;
    font-weight: 500;
    line-height: 28px;
    margin-top: 1em;
    padding-right: 40px;
    text-align: right
}

#cast .voice-card__more:after {
    background: url(/assets/img/common/arrow-more-wh.svg) no-repeat right 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s cubic-bezier(.215,.61,.355,1);
    width: 100%
}
#cast .question {
 padding: 0px 0px 50px 0px;
}
@media only screen and (max-width: 640px){
	#cast .worksArea .worksList{
	 display: block;
	}
	#cast .worksArea .worksList .worksBox{
	 width: auto;
		margin: 0px 0px 50px 0px;
	}
	
	#cast .voice {
        padding: 0 0 34.375vw
    }

	#cast .voice__heading {
        height: 62.5vw;
        padding: 14.84375vw 0 0
    }

	#cast .voice__title-img img {
        width: 27.761625vw
    }

	#cast .voice__visual {
        height: 62.5vw
    }

	#cast .voice__content {
        border: none;
        border-top: 1px solid #000;
        margin: -18.75vw auto 0;
        width: 87.5vw
    }

	#cast .voice__content:after {
        background: url(../img/oneconsist/service/voice-content-bottom-sp.svg) no-repeat 50% bottom/100% auto;
        height: calc(100% + 7.8125vw);
        left: 0;
        top: 0;
        width: 100%
    }

	#cast .voice__list {
        flex-direction: column
    }
#cast .voice__content.single .voice__content_cont .voiceStatusRow{
 display: block;
	margin: 0px 0px 20px 0px;
}
#cast .voice__content.single .voice__content_cont .voiceStatusRow .img{
 width: auto;
	margin: 0px 0px 20px 0px;
}
#cast .voice__content.single .voice__content_cont .voiceStatusRow .statusList{
 width: auto;
	margin: 0px;
}


	#cast .voice__more {
        margin: 18.75vw auto 0
    }

	#cast .voice__more-link {
        font-size: 4.6875vw;
        line-height: 15.625vw;
        width: 87.5vw
    }

	#cast .voice-card {
        border-bottom: 1px solid #ccc;
        border-top: none;
        width: 100%
    }

	#cast .voice-card:nth-child(odd) {
        padding: 0 0 6.25vw;
								margin: 0px 0px 3.25vw;
    }

	#cast .voice-card:nth-child(odd):after {
        display: none
    }

	#cast .voice-card:nth-child(2n) {
        padding: 0 0 6.25vw
    }

	#cast .voice-card:last-child,.voice-card:nth-child(2) {
        border-bottom: none
    }

	#cast .voice-card:nth-child(n+3) {
        display: block;
    }

	#cast .voice-card__header {
        margin: 0 auto 4.6875vw;
        padding: 4.8125vw 0 5.46875vw 1.5625vw
    }

	#cast .voice-card__header--woman1:before {
        background: url(../img/oneconsist/service/illust-voice-w1.svg) no-repeat 50% 50%/17.369296875vw auto;
        height: 29.6875vw;
        width: 29.6875vw
    }

	#cast .voice-card__header--man1:before {
        background: url(../img/oneconsist/service/illust-voice-m1.svg) no-repeat 50% 50%/20.483453125vw auto;
        height: 29.6875vw;
        width: 29.6875vw
    }

	#cast .voice-card__header--woman2:before {
        background: url(../img/oneconsist/service/illust-voice-w2.svg) no-repeat 50% 50%/17.369296875vw auto;
        height: 29.6875vw;
        width: 29.6875vw
    }

	#cast .voice-card__header--man2:before {
        background: url(../img/oneconsist/service/illust-voice-m2.svg) no-repeat 50% 50%/20.483453125vw auto;
        height: 29.6875vw;
        width: 29.6875vw
    }
	#cast .voice-card__status {
        font-size: 3vw;
        line-height: 1.40625em;
        margin: 0 auto;
        padding: 0 0 0 26.5625vw
	}
	#cast .voice-card__name {
        font-size: 5vw;
        line-height: 1.40625em;
        margin: 0 auto 10.15625vw;
        padding: 0 0 0 26.5625vw
    }

	#cast .voice-card__tags {
        font-size: 4.0625vw;
        line-height: 1.7692307692em
    }

	#cast .voice-card__tag:before {
        font-size: 3.4375vw
    }

	#cast .voice-card__title {
        font-size: 4.0625vw
    }

	#cast .voice-card__txt {
        font-size: 3.4375vw
    }

	#cast .voice-card__more {
        font-size: 3.125vw
    }
	#cast .infoArea .infoList{
	 display: block;
	}			
	#cast .infoArea .infoList .infoBox{
	 width: auto;
		margin: 0px 0px 40px 0px;
	}
	#cast .infoArea .flowList{
	 display: block;
	}
	#cast .infoArea .flowList .flow{
	 width: auto;
		aspect-ratio: auto;
		padding: 40px 0px;
		margin: 0px 0px 60px 0px;
	}
	#cast .infoArea .flowList .flow:after{
	   content: "";
    width: 100%;
				height: 60px;
    position: absolute;
				left: 0px;
    right:0px;
    top: auto;
    bottom: -60px;
    background: url(../img/common/icon_arrow_bottom.png) center center no-repeat;
    background-size: 30px;
	}
	
	#cast .worksArea .worksList .worksBox .bodyArea .bodyAreaRow{
		display: block;
	}
	#cast .worksArea .worksList .worksBox .bodyArea .bodyAreaRow .imgArea{
		width: auto;
		margin: 0px 0px 20px 0px;
	}
	#cast .worksArea .worksList .worksBox .bodyArea .bodyAreaRow .textArea{
		width: auto;
	}
	#cast .worksArea .worksList .worksBox .bodyArea .statusbox{
	 display: block;
	}
	#cast .worksArea .worksList .worksBox .bodyArea .statusbox .i{
	 width: auto;
		margin: 0px 0px 5px 0px;
	}
	#cast .worksArea .worksList .worksBox .bodyArea .statusbox .t{
	 width: auto;
	}
	#cast .worksArea .addInfoArea .worksInfo .infoList .infoRow{
	 display:block;
	}
	#cast .worksArea .addInfoArea .worksInfo .infoList .infoRow .i{
	 width: auto;
		margin: 0px 0px 5px 0px;
	}
	#cast .worksArea .addInfoArea .worksInfo .infoList .infoRow .c{
	 width: auto;
	}
}


@media only screen and (max-width: 640px){
  .site-main .fvArea.fvAreaCast{
		 padding: 50px 0;
		}
  .site-main .fvArea.fvAreaCast .textArea{
		 padding: 0px 20px;
		}
 .site-main .fvArea.fvAreaCast .textArea .text1{
	 font-size: 12vw;
	}
 .site-main .fvArea.fvAreaCast .textArea .text2{
	 font-size: 5.2vw;
	}
 .site-main .fvArea.fvAreaCast .textArea .text3{
	 font-size: 10vw;
	}
	#cast .messageArea .message {
		text-align: left;
		font-size: 1.4em;
	}
 .site-main .fvArea.fvAreaCast .textArea .text1{
	 font-size: 12vw;
	}
	#cast .messageArea .text{
	 font-size: 1.1em;
	}
	
	#cast .searchArea .searchInput{
	 padding: 20px;
	}
	#cast .searchArea .searchInput .inputRow{
	 margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
		display: block;
	}
	#cast .searchArea .searchInput .inputRow .i{
	 width: auto;
		margin: 0px 0px 10px 0px;
	}
	#cast .searchArea .searchInput .inputRow .c{
	 width: auto;
	}
	
 #cast .worksArea .title{
	 font-size: 1.6em;
	}
	#cast .worksArea .worksList{
	 padding: 0px;
	}
	#cast .worksArea .worksList .worksBox{
	 margin: 0px 0px 20px 0px;
	}
	#cast .worksArea .worksList .worksBox .row {
		display: block;
	}
	#cast .worksArea .worksList .worksBox .row .imgArea{
	 width: auto;
		text-align: center;
		aspect-ratio:inherit;
		padding: 20px 20px 0 20px;
	}
		#cast .worksArea .worksList .worksBox .row .imgArea img{
		 width: auto;
			height: auto;
		}
	#cast .worksArea .worksList .worksBox .row .textArea{
	 width: auto;
	}
	#cast .worksArea .worksList .worksBox .row .textArea .name{
	 font-size: 1.2em;
	}
	#cast .interviewArea .title{
	  font-size: 1.6em;
			margin: 0px 0px 20px 0px;
	}
	#cast .interviewArea .topText{
	 font-size: 1.2em;
		text-align: left;
	}
	#cast .interviewArea .topText br{
	 display: none;
	}
	#cast .interviewArea .interviewList{
    display: block;
}
#cast .interviewArea .interviewList .reportBox{
		margin: 0px 0px 30px 0px;
		padding: 0px;
		width : auto;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .catch{
     font-size: 1.4rem;
}
#cast .infoArea .infoBox{
 padding: 20px;
	display: block;
}
#cast .infoArea .infoBox .imgArea{
 width: auto;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
#cast .infoArea .infoBox .textArea{
 width: auto;
}
#cast .infoArea .flowBox .flowList{
 gap:10px;
}
#cast .infoArea .flowBox .flowList .flow{
 margin: 0;
	max-width : -webkit-calc(50% - 5px) ;
 max-width : calc(50% - 5px) ;
}
#cast .infoArea .flowBox .flowList .flow .t{
 font-size: 1.3em;
}
#cast .infoArea .flowBox .kome{
 text-align: left;
}
#cast .faqArea .title{
 font-size: 1.6em;
}
#cast .faqArea .faqList .faqBox .q .t{
 font-size: 1.4em;
}
#cast .floatingBtnArea{
 left: 5px;
	right: 5px;
	bottom: 10px;
}
#cast .floatingBtnArea a{
	margin: 0 auto;
	padding: 10px;
}
#cast .floatingBtnArea .img{
 width: 26px;
}

.site-main{
 padding-bottom: 50px;
}
}

/*求人検索*/
#works .searchArea{
 background: #FFF;
}
#works .searchArea .searchInput{
 margin: 0px 0px 20px 0px;
	padding: 30px 40px;
	border: 2px solid #999;
}
#works .searchArea .searchInput .inputRow{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 2px solid #999;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works .searchArea .searchInput .inputRow:last-of-type{
 border-bottom: none;
	margin: 0px;
	padding: 0px;
}
#works .searchArea .searchInput .inputRow .i{
 margin: 0px;
	padding: 0px;
	width: 150px;
	font-size: 1.2em;
	font-weight: 600;
}
#works .searchArea .searchInput .inputRow .c{
 margin: 0px;
	padding: 0px;
	width : -webkit-calc(100% - 150px) ;
 width : calc(100% - 150px) ;
}
#works .searchArea .searchInput .inputRow .c .checkList {
 display: flex;
	flex-wrap: wrap;
	gap:15px;
}
#works .searchArea .searchInput .inputRow .c .checkList .checkBox {
 font-size: 1.1em;;
	font-weight: 400;
}
#works .searchArea .btnArea{
 text-align: center;
}
#works .worksArea{
 padding: 0px 0px 40px;
	background: #FFF;
}
#works .worksArea .title{
 margin: 0px 0px 40px 0px;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
#works .worksArea .worksList{
 margin: 0px 0px 40px 0px;
	padding: 40px;
	background: #54adff;
}
#works .worksArea .worksList .worksBox{
 margin: 0px 0px 40px 0px;
	padding: 0px;
	background: #FFF;
	box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.4);
}
#works .worksArea .worksList .worksBox .row{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #FFF;
	transition: all 300ms 0s ease;
}
#works .worksArea .worksList .worksBox .row:hover{
 opacity: 0.8;
}
#works .worksArea .worksList .worksBox .row .imgArea{
 margin: 0px;
	padding: 0px;
 width: 240px;
	aspect-ratio:1/1;line-height: 1;
}
#works .worksArea .worksList .worksBox .row .imgArea img{
 width: 100%;
	height: 100%;
	object-fit: cover;
}
#works .worksArea .worksList .worksBox .row .textArea{
 padding: 20px;
	width : -webkit-calc(100% - 240px) ;
 width : calc(100% - 240px) ;
	color: #000;
}
#works .worksArea .worksList .worksBox .row .textArea .name{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #999;
	font-size: 1.6em;
	font-weight: 700;
}
#works .worksArea .worksList .worksBox .row .textArea .price{
 margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1em;
}
#works .worksArea .worksList .worksBox .row .textArea .accsess{
 margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#works .worksArea .worksList .worksBox .applyBtnArea{
 margin: 0px;
}
#works .worksArea .worksList .worksBox .applyBtnArea a{
 display: block;
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	background: #0041c0;
	font-size: 1.4em;
	font-weight: 700;
}
@media only screen and (max-width: 640px){
	#works .searchArea .searchInput{
	 padding: 20px;
	}
	#works .searchArea .searchInput .inputRow{
	 margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
		display: block;
	}
	#works .searchArea .searchInput .inputRow .i{
	 width: auto;
		margin: 0px 0px 10px 0px;
	}
	#works .searchArea .searchInput .inputRow .c{
	 width: auto;
	}
 #works .worksArea .title{
	 font-size: 1.6em;
	}
	#works .worksArea .worksList{
	 padding: 20px;
	}
	#works .worksArea .worksList .worksBox{
	 margin: 0px 0px 20px 0px;
		
	}
	#works .worksArea .worksList .worksBox .row {
		display: block;
	}
	#works .worksArea .worksList .worksBox .row .imgArea{
	 width: auto;
		text-align: center;
		aspect-ratio:inherit;
		padding: 20px 20px 0 20px;
	}
		#works .worksArea .worksList .worksBox .row .imgArea img{
		 width: auto;
			height: auto;
		}
	#works .worksArea .worksList .worksBox .row .textArea{
	 width: auto;
	}
	#works .worksArea .worksList .worksBox .row .textArea .name{
	 font-size: 1.2em;
	}
}

/*求人詳細ページ*/
#worksInfo{
	
}
#worksInfo .topStatus {
	background: #EEE;
}
#worksInfo .topStatus .title{
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 2px solid #999;
  font-size: 1.8em;
  font-weight: 700;
}
#worksInfo .topStatus .row{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #FFF;
	transition: all 300ms 0s ease;
}
#worksInfo .topStatus .row .imgArea{
 margin: 0px;
	padding: 0px;
 width: 240px;
	aspect-ratio:1/1;line-height: 1;
}
#worksInfo .topStatus .row .imgArea img{
 width: 100%;
	height: 100%;
	object-fit: cover;
}
#worksInfo .topStatus .row .textArea{
 padding: 20px;
	width : -webkit-calc(100% - 240px) ;
 width : calc(100% - 240px) ;
	color: #000;
}
#worksInfo .topStatus .row .textArea .name{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #999;
	font-size: 1.6em;
	font-weight: 700;
}
#worksInfo .topStatus .row .textArea .price{
 margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1em;
}
#worksInfo .topStatus .row .textArea .accsess{
 margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#worksInfo .applyBtnArea {
 margin: 40px 0px 0px 0px;
	text-align: center;
}
#worksInfo .applyBtnArea a{
 display: inline-block;
	margin: 0px;
	padding: 15px 30px;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1;
	background: #FFF;
	border: 2px solid #000;
	border-radius: 50px;
	color: #000;
	transition: all 300ms 0s ease;
}
#worksInfo .applyBtnArea a:hover{
 background: #000;
	color: #FFF;
}

#worksInfo section > .container > .index {
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #666;
	font-size: 1.8em;
	font-weight: 700;
}
#worksInfo section > .container > .textArea{
 margin: 0px;
	padding: 20px;
	background: #FFF;
	font-size: 1.1em;
}

#worksInfo section > .container > .infoList{
 margin: 0px;
	padding: 0px;
	border: 1px solid #666;
	background: #FFF;
}
#worksInfo section > .container > .infoList .infoRow{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #666;
}
#worksInfo section > .container > .infoList .infoRow:last-of-type{
 border-bottom: none;
}
#worksInfo section > .container > .infoList .infoRow .i{
 margin: 0px;
	padding: 10px;
	background: #DEDEDE;
	width: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.2em;
	font-weight: 600;
}
#worksInfo section > .container > .infoList .infoRow .c{
 margin: 0px;
	padding: 10px;
	background: #FFF;
	width : -webkit-calc(100% - 200px) ;
 width : calc(100% - 200px) ;
	font-size: 1.1em;
}


@media only screen and (max-width: 640px){
	#worksInfo .topStatus .row {
		display: block;
	}
	#worksInfo .topStatus .row .imgArea{
	 width: auto;
		text-align: center;
		aspect-ratio:inherit;
		padding: 20px 20px 0 20px;
	}
	#worksInfo .topStatus .row .imgArea img{
		 width: auto;
			height: auto;
		}
	#worksInfo .topStatus .row .textArea{
	 width: auto;
	}
	#worksInfo .topStatus .row .textArea .name{
	 font-size: 1.2em;
	}
	#worksInfo section > .container > .infoList .infoRow{
		display: block;
	}
	#worksInfo section > .container > .infoList .infoRow .i{
		width: auto;
	}
	#worksInfo section > .container > .infoList .infoRow .c{
		width: auto;
	}
}

/*キャストインタビュー*/
#worksReport .tagArea{
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}
#worksReport .tagArea a{
 font-size: 1.2em;
	color: #666;
	border: 1px solid #666;
	background: #FFF;
	border-radius: 20px;
	padding: 10px 20px;
	line-height: 1;
}
#worksReport .interviewArea{
 /*background: #e9f2fb;*/
}
#worksReport .interviewArea .interviewList{
	   margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
				justify-content: space-between;
}
#worksReport .interviewArea .interviewList .reportBox{
		margin: 0px 0px 30px 0px;
		padding: 0px;
		width : -webkit-calc(50% - 20px) ;
   width : calc(50% - 20px) ;
		background: #FFF;
		box-shadow: 6px 6px 0px 0px #ccc;
    border-radius: 10px;
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner{
		margin: 0px;
		padding: 15px 20px;
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .name{
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-size: 18px;
		font-weight: bold;
		color: #000;
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .taglist{
 margin: 0px 0px 10px 0px;
	padding: 0px;
	/*text-align: center;*/
	
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .taglist a{
 display: inline-block;
	vertical-align: middle;
 margin: 0px 5px;
	font-size: 14px;
	padding: 0px 5px 0px 20px;
	color: #000;
	background: url(../img/common/icon_tag.png) left center no-repeat;
	background-size: 18px;
	text-decoration: none;
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .imgArea{
	background: #000;
	position: relative;
	margin: 0px 0px 20px 0px;
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .imgArea .img img{
 opacity: 0.5;
	width: 100%;
	height: 300px;
	object-fit: cover;	
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .catch{
		font-size: 1.8rem;
		font-weight: bold;
		color: #FFF;
		text-align: center;
	 position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
		margin: 0px;
		padding: 0px;
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .statusBox{
 margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #999;
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .statusBox .index{
 margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .statusBox .cont{
 margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .btn{
	text-align: center;
	padding: 10px 0px 0px 0px
}
#worksReport .interviewArea .interviewList .reportBox .reportBoxinner .btn span{
	   display: block;
    width: 250px;
    margin: 0 auto;
    border: solid 1px #b2b2b2;
    border-radius: 20px;
    background: url(../img/common/arrow-right.svg)no-repeat 92% 50%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
				color: #000;
}

@media only screen and (max-width: 640px){
#cast .interviewArea .interviewList{
    display: block;
}
#cast .interviewArea .interviewList .reportBox{
		margin: 0px 0px 30px 0px;
		padding: 0px;
		width : auto;
}
#cast .interviewArea .interviewList .reportBox .reportBoxinner .catch{
     font-size: 1.4rem;
}
}

/*worksReport*/
#worksReport .interviewInfo{
	margin: 0px 0px 0px 0px;
	padding: 40px 60px;
	background: #FFF;
}
#worksReport .interviewInfo .taglist{
 margin: 0px 0px 1em 0px;
	padding: 0px;
	/*text-align: center;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}
#worksReport .interviewInfo .taglist a{
 display: inline-block;
	vertical-align: middle;
 margin: 0px;
	font-size: 1em;
	padding: 0px 5px 0px 20px;
	color: #000;
	background: url(../img/common/icon_tag.png) left center no-repeat;
	background-size: 18px;
	text-decoration: none;
}
#worksReport .interviewInfo .reporttitle{
	margin: 0 auto;
	text-align: center;
	font-size: 2.4em;
}
#worksReport .interviewInfo .mainImg{
	background: #000;
	padding: 0px;
	position: relative;
	margin: 0 auto 1em;
	max-width: 500px;
}
#worksReport .interviewInfo .mainImg img{
 opacity: 0.5;
	aspect-ratio:1/1;
	object-fit: contain;
}
#worksReport .interviewInfo .mainImg .catch {
    font-size: 2em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

	#worksReport .interviewInfo .mainimg{
	 margin: 0px auto 20px auto;
		padding: 0px;
		max-width: 600px;
	}
	#worksReport .interviewInfo .mainimg img{
	 aspect-ratio:3/2;
		object-fit: cover;
	}
#worksReport .interviewInfo .statusIndex{
	margin: 0px 0px 20px;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	color: #000;
}
#worksReport .interviewInfo .statusIndex br{
	display: none;
}
#worksReport .interviewInfo .statusList{
	margin: 0px auto 20px auto;
	padding: 20px;
	background-color: rgba(0, 0, 0, .01);
	max-width: 600px;
}
#worksReport .interviewInfo .statusBox{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
}
#worksReport .interviewInfo .statusBox:last-of-type{
 margin: 0px;
	padding: 0px;
	border-bottom: none;
}
#worksReport .interviewInfo .statusBox .index{
 margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 150px;
	font-size: 16px;
}
#worksReport .interviewInfo .statusBox .cont{
 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		font-size: 16px;
	width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
}
#worksReport .interviewInfo .statusBox .cont a{
	 margin: 0px;
	padding: 0px;
	color: #00c;
 text-decoration: underline;
}

#worksReport .interviewInfo .content{
	margin: 0px 0px 60px 0px;
	padding:0px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.8;
	/*border: 2px solid #666;*/
}
#worksReport .interviewInfo .content .mainImg{
	margin: 0px 0px 30px 0px;
	text-align: center;
}
#worksReport .interviewInfo .content .mainImg img{
 max-width: 100%;
	display: inline-block;
}
#worksReport .interviewInfo .content h2{
    margin: 30px 0px 10px 0px;
    padding: 5px 5px;
    font-size: 3rem;
				line-height: 1.2;
    color: #111;
    border-bottom: #666 2px solid;
				font-weight: bold;
				text-align: left;
}
#worksReport .interviewInfo .content h3{
	   margin: 30px 0px 10px 0px;
    padding: 2px 0px 2px 10px;
    font-size: 1.8em;
				font-weight: bold;
				color: #111;
				border-left: #666 15px solid;
}
#worksReport .interviewInfo .content h4{
	   margin: 30px 0px 10px 0px;
    padding: 0px;
    font-size: 1.6em;
				font-weight: bold;
				color: #666;
}
#worksReport .interviewInfo .content a{
 margin: 0px;
	padding: 0px;
	color: #00c;
 text-decoration: underline;
}
#worksReport .interviewInfo .content img{
 margin: 0px auto;
	display: block;
}
#worksReport .interviewInfo .content ul{
 margin: 20px 0px;
	padding: 0px;
}
#worksReport .interviewInfo .content ul li{
 margin: 0px 0px 10px 0px;
	padding: 0px;
}
#worksReport .interviewInfo .content ul li:before{
 content: "●";
	margin: 0px 10px 0px 0px;
	color: #666;
}


#worksReport .interviewInfo .content #toc_container{
	width: 100%;
	margin: 30px 0px;
	border: 2px solid #666;
	background: #fff;
}
#worksReport .interviewInfo .content #toc_container .toc_title{
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #666;
	text-align: left;
	font-size: 1.6em;
}

#worksReport .interviewInfo .content #toc_container a{
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
}
#worksReport .interviewInfo .content #toc_container ul li{
 line-height: 2;
}
#worksReport .interviewInfo .content #toc_container ul li span{
 color: #666;;
	font-weight: bold;
	margin-right: 5px;
 }
#worksReport .interviewInfo .content #toc_container ul li:before{
 display: none;
}
#worksReport .interviewInfo .voiceBox{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
}
#worksReport .interviewInfo .voiceBox .index{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
#worksReport .interviewInfo .voiceBox .img{
 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#worksReport .interviewInfo .voiceBox .img img{
 display: inline-block;
}


#worksReport .interviewInfo .writerArea{
	margin: 0px;
	padding: 0px 0px 50px 0px;
}

#worksReport .interviewInfo .writerArea .title {
    margin: 0px 0px 10px 0px;
    padding: 2px 0px;
    font-size: 2.4rem;
    color: #000;
}
#worksReport .interviewInfo .writerArea  .writerContents{
	padding:15px;
	border:2px solid #666;
}
#worksReport .interviewInfo .writerArea  .writerContents .img {
   width: 180px;
  margin: 0px 20px 0px 0px;
  padding: 0px !important;
  display: inline-block;
  vertical-align: middle;
}

#worksReport .interviewInfo .writerArea  .writerContents .img img {
  width: 100%;
}

#worksReport .interviewInfo .writerArea .writerContents .textInfo {
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

#worksReport .interviewInfo .writerArea .writerContents .textInfo .name {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#worksReport .interviewInfo .writerArea .writerContents .textInfo .text {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 1.8;
}

@media only screen and (max-width: 640px){
#worksReport .interviewInfo .writerArea .writerContents .img{
		width: 100%;
		display: block;
		margin: 0px 0px 20px 0px;
	}
#worksReport .interviewInfo .writerArea .writerContents .textInfo{
		width: 100%;
		display: block;
		margin: 0px 0px 0px 0px;
	}
	
	#worksReport .interviewInfo .reporttitle span{
		font-size: 2.4em;
	}
	

	#worksReport .interviewInfo .statusIndex{
		    font-size: 2rem;
	}
	#worksReport .interviewInfo .statusIndex br{
	 display: block;
	}
}

.top-badge__num{
 margin: 0px;
	line-height: 1;
}
.agency__bar-txt{
	margin: 0px;
	color: #FFF;
}

/*20260519*/
.breadcrumbList {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.breadcrumbList .b{
		font-size: clamp(12.5px, 1.25vw, 16px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.breadcrumbList .b:after{
 content: ">";
}
.breadcrumbList .b:last-of-type:after{
 display: none;
}


.font-impact{
	font-family: 'Impact', 'Anton'!important;
	font-weight: 400!important;
	letter-spacing: 0.05em;
}
.site-main .archiveTitle {
 margin: 0px 0px 60px 0px;
	text-align: center;
	font-weight: bold;
}
.site-main .archiveTitle .en{
 margin: 0px 0px 5px 0px;
	font-size: clamp(46.875px, 4.6875vw, 60px);
	line-height: 1;
}
.site-main .archiveTitle .title{ 
 margin: 0px;
	font-size: clamp(23.4375px, 2.34375vw, 30px);
	color: #000;
	font-weight: bold;
	line-height: 1.1;
}
.site-main .archiveTitle .title.m{
	font-size: clamp(15.625px, 1.5625vw, 20px);
}
.site-main .archiveTitle img{
 display: inline-block;
}
.site-main .pager .nav-links{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.site-main .pager .nav-links span.current{
	width: auto;
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
	background: #000;
	color: #FFF;
	border-radius: 50%;
}
.site-main .pager .nav-links a.page-numbers{
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
	background: #FFF;
	border-radius: 50%;
}
.site-main .pager .nav-links a.next.page-numbers,
.site-main .pager .nav-links a.prev.page-numbers,
.site-main .pager .nav-links .dots.page-numbers 
{
 width: auto;
	background: none;
}
/*newsArea*/

.site-main section.newsArea{
 padding: 190px 0px 80px
}

.site-main section.newsArea .newsList{
 margin: 0px;
	padding: 25px 0;
}
.site-main section.newsArea .newsList .newsBox{
 background: #FFF;
	padding: 20px;
	margin: 0px 0px 25px 0px;
}
.site-main section.newsArea .newsList .newsBox .topArea{
 margin: 0px;
	padding: 10px;
	border-bottom: 1px solid rgb(0, 0, 0); 
	display: flex;
	align-items: center;
	gap:20px;
	font-size: clamp(15.625px, 1.5625vw, 20px);
}
.site-main section.newsArea .newsList .newsBox .topArea .date{
	margin: 0px;
	padding: 0px;
		color: #c8161e;
	font-family: Inter, sans-serif;
	font-size: clamp(11.71875px, 1.171875vw, 15px);
}
.site-main section.newsArea .newsList .newsBox .topArea .title{
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}
.site-main section.newsArea .newsList .newsBox .contentArea{
 margin: 0px;
	padding: 10px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
	line-height: 1.8;
	word-break: break-all;
}
.site-main section.newsArea .newsList .newsBox .contentArea p{
 margin: 0px 0px 10px 0px;
}
.site-main section.newsArea .newsList .newsBox .contentArea p:last-of-type{
 margin: 0px;
}
.site-main section.newsArea .newsList .newsBox .contentArea a{
 text-decoration: underline;
}

/*blogRow*/

#ceo_blog section.blogArea{
 padding: 190px 0 95px;
}
#blog section.blogArea{
 padding: 190px 0 95px;
}
.blogRow{
 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blogRow .blogContent{
		width: -webkit-calc(100% - 310px);
  width: calc(100% - 310px);
}
.blogRow .blogContent .blogList {
 margin: 25px 0px;
	padding: 0px;
}
.blogRow .blogContent .blogList .blogBox {
 margin: 0px 0px 25px 0px;
	padding: 0px;
}
.blogRow .blogContent .blogList .blogBox .blogBoxInner {
 padding: 0px;
	
}
.blogRow .blogContent .blogList .blogBox .blogBoxInner a{
 display: flex;
	flex-wrap: wrap;
	padding: 30px 1em;
	border-bottom: 1px solid #DEDEDE;
	justify-content: space-between;
}
.blogRow .blogContent .blogList .blogBox .blogBoxInner a .imgArea{
 width: 240px;
}
.blogRow .blogContent .blogList .blogBox .blogBoxInner a .imgArea img{
 width: 100%;
	object-fit: contain;
}
.blogRow .blogContent .blogList .blogBox .blogBoxInner a .textArea{
	width : -webkit-calc(100% - 260px) ;
 width : calc(100% - 260px) ;
}
.blogRow .blogContent .blogList .blogBox .blogBoxInner a .textArea .date{
	margin: 0px 0px 0.4em 0px;
	color: #c8161e;
	font-family: Inter, sans-serif;
	font-size: clamp(11.71875px, 1.171875vw, 15px);
}
.blogRow .blogContent .blogList .blogBox .blogBoxInner a .textArea .title{
	font-size: clamp(15.625px, 1.5625vw, 20px);
	line-height: 1.6666666667em;
	margin: 0 auto 0.3em;
	padding: 0 0 0.2em;
	border-bottom: 2px solid #c8161e;
	font-weight: 400;
}
.blogRow .blogContent .blogList .blogBox .blogBoxInner a .textArea .contentArea{
	font-size: clamp(10.9375px, 1.09375vw, 14px);
	line-height: 1.7857142857em;
}
.blogRow .blogsideArea-info{
  width: 280px;
		position: relative;
		margin: 25px 0px;
}
.blogRow .blogsideArea-info .stickyinner{
  /*position: sticky;
		z-index: 1;
		top: 40px;*/
}
.blogRow .blogsideArea-info .youtubeBanner{
	margin: 0px 0px 25px 0px;
	transition: all 300ms 0s ease;
}
.blogRow .blogsideArea-info .youtubeBanner:hover{
 opacity: 0.7;
}
.blogRow .blogsideArea-info .sideBox{
 margin: 0px 0px 25px 0px;
	padding: 0px;
	background: #FFF;
}
.blogRow .blogsideArea-info .sideBox .index{
 margin: 0px;
	padding: 10px 0px;
	text-align: center;
	
	background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
	background-color: #000;
	color: #FFF;
	font-weight: 600;
	font-size: clamp(15.625px, 1.5625vw, 20px);
	line-height: 1;
}

.blogRow .blogsideArea-info .sideBox .case-set{
	margin: 0px;
	padding: 0;
	
}
.blogRow .blogsideArea-info .sideBox .case-set a{
 padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	border-bottom: 1px solid #999;
}
.blogRow .blogsideArea-info .sideBox .case-set:last-of-type a{
 border-bottom: none;
}
.blogRow .blogsideArea-info .sideBox .case-set a img{
 width: 35%;
	aspect-ratio:1/1;
	object-fit: cover;
}
.blogRow .blogsideArea-info .sideBox .case-set.ceo a{
 align-items: flex-start;
}
.blogRow .blogsideArea-info .sideBox .case-set.ceo a img{
 	aspect-ratio:auto;
}
.blogRow .blogsideArea-info .sideBox .case-set a .title{
 width : -webkit-calc(65% - 10px) ;
 width : calc(65% - 10px) ;
	font-size: clamp(10.9375px, 1.09375vw, 14px);
 line-height: 1.7857142857em;
}
.blogRow .blogsideArea-info .sideBox .case-set a .title .date{
			font-size: clamp(10px, 1vw, 12px);
			margin: 0px;
    color: #c8161e;
    font-family: Inter, sans-serif;
}

.blogRow .blogsideArea-info .sideBox .catList {
 margin: 0px 10px;
	padding: 0px;
}
.blogRow .blogsideArea-info .sideBox .catList li{
 margin: 0px;
	padding: 15px 10px;
	border-bottom: 1px solid #999;
	font-size: clamp(12.5px, 1.25vw, 16px);
}
.blogRow .blogsideArea-info .sideBox .catList li:last-of-type{
 border-bottom: none;
}
.blogRow .blogsideArea-info .sideBox .catList li a{
	font-size: clamp(12.5px, 1.25vw, 16px);
}
.blogRow .blogsideArea-info .sideBox .tagList {
 padding: 15px;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.blogRow .blogsideArea-info .sideBox .tagList li{
 margin: 0px;
	padding: 0px;
	font-size: clamp(10.9375px, 1.09375vw, 14px);
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.blogRow .blogsideArea-info .sideBox .tagList li:before{
 content: "";
	width: 16px;
	height: 16px;
	background: url("../img/common/icon_tag.png") center center no-repeat;
	background-size: contain;
}
.blogRow .blogsideArea-info .sideBox .archiveList {
 margin: 0px 10px;
	padding: 0px;
}
.blogRow .blogsideArea-info .sideBox .archiveList li{
 margin: 0px;
	padding: 15px 10px;
	border-bottom: 1px solid #999;
	font-size: clamp(12.5px, 1.25vw, 16px);
}
.blogRow .blogsideArea-info .sideBox .archiveList li:last-of-type{
 border-bottom: none;
}
.blogRow .blogsideArea-info .sideBox .archiveList li a{
	font-size: clamp(12.5px, 1.25vw, 16px);
}

@media only screen and (max-width: 640px){
	.blogRow{
	 display: block;
	}
	.blogRow .blogContent{
	 width: auto;
		margin: 0px 0px 30px 0px;
	}
	.blogRow .blogsideArea-info{
	 width: auto;
		margin: 0px;
	}
	.blogRow .blogContent .blogList .blogBox .blogBoxInner a{
	 display: block;
	}
	.blogRow .blogContent .blogList .blogBox .blogBoxInner a .imgArea{
	 margin: 0 auto 20px;
		width: auto;
		height: auto;
	}
	.blogRow .blogContent .blogList .blogBox .blogBoxInner a .imgArea img{
	 width: 100%;
		aspect-ratio:5/3;
		object-fit: cover;
	}
	.blogRow .blogContent .blogList .blogBox .blogBoxInner a .textArea{
	 width: auto;
	}
}

.blogRow .blogContent .postContentArea{
  margin: 25px 0px;
  padding: 60px clamp(46.875px, 4.6875vw, 60px);
		background: #FFF;
}
.blogRow .blogContent .postContentArea .date {
   margin: 0px 0px 15px 0px;
    color: #c8161e;
    font-family: Inter, sans-serif;
    	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
.blogRow .blogContent .postContentArea .postTiele {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 10px 0px;
    font-size: clamp(23.4375px, 2.34375vw, 30px);
    line-height: 1.4;
    font-weight: 600;
    border-bottom: 2px solid #c8161e;
}
.blogRow .blogContent .postContentArea .imgArea{
   margin: 0px 0px 25px 0px;
			text-align: center;
}
.blogRow .blogContent .postContentArea .imgArea img{
 max-width: 100%;
}
.blogRow .blogContent .postContentArea .cont{
 margin: 0px;
	padding: 0px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
.blogRow .blogContent .postContentArea .cont p{
 margin: 0px;
	line-height: 1.6;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
.blogRow .blogContent .postContentArea .cont p:empty {
	display: none;
}
.blogRow .blogContent .postContentArea .cont a{
 text-decoration: underline;
	color: #1b5fa6;
}
.blogRow .blogContent .postContentArea .cont a *{
	color: #1b5fa6;
}
.blogRow .blogContent .postContentArea .cont #toc_container{
 margin: 40px 0px;
	padding: 0;
	width: 100%;
	border: 1px solid #000;
}
.blogRow .blogContent .postContentArea .cont #toc_container .toc_title{
		margin: 0px;
		padding: 10px 0px;
		text-align: center;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		color: #FFF;
		font-weight: 600;
		font-size: clamp(15.625px, 1.5625vw, 20px);
		line-height: 1;
}
.blogRow .blogContent .postContentArea .cont #toc_container .toc_list {
 margin: 20px;
}
.blogRow .blogContent .postContentArea .cont #toc_container .toc_list li{
			margin: 0px 0px 10px 0px;
		line-height: 1.6;
		font-size: clamp(12.5px, 1.25vw, 16px);
		display: block;
}
.blogRow .blogContent .postContentArea .cont #toc_container .toc_list li:before{
 display: none;
}
.blogRow .blogContent .postContentArea .cont #toc_container .toc_list li span {
 margin: 0px 10px 0px 0px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}

.blogRow .blogContent .postContentArea .cont h2 {
  margin: 40px 0px 20px 0px;
		padding: 15px;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;

		line-height: 1;
}
.blogRow .blogContent .postContentArea .cont h2 span{
		color: #FFF;
		font-weight: 600!important;
		font-size: clamp(15.625px, 1.5625vw, 20px);
}

.blogRow .blogContent .postContentArea .cont h3 {
  margin: 40px 0px 20px 0px;
		padding: 0 0 10px 0;
		line-height: 1;
		color: #000;
		font-weight: 600!important;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
		border-bottom: 4px solid #000;
}
.blogRow .blogContent .postContentArea .cont h3 span{
		color: #000;
		font-weight: 600!important;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
.blogRow .blogContent .postContentArea .cont h4 {
  margin: 40px 0px 20px 0px;
		padding: 0 0 10px 0;
		line-height: 1;
		border-bottom: 2px solid #000;
}
.blogRow .blogContent .postContentArea .cont h4 span{
		font-weight: 600!important;
}

.blogRow .blogContent .postContentArea .cont table{
		width: 100%;
		border-collapse: collapse;
	}
.blogRow .blogContent .postContentArea .cont table thead th{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		text-align: center;
		font-weight: bold;
		font-size: clamp(12.5px, 1.25vw, 16px);
		color: #FFF;
	 }
.blogRow .blogContent .postContentArea .cont table tbody th{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		font-weight: bold;
		font-size: clamp(12.5px, 1.25vw, 16px);
		color: #FFF;
	 }
.blogRow .blogContent .postContentArea .cont table th span,
.blogRow .blogContent .postContentArea .cont table th p{
		font-size: clamp(12.5px, 1.25vw, 16px)!important;
		color: #FFF!important;
		font-weight: bold!important;
}
.blogRow .blogContent .postContentArea .cont table tbody td{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: #FFF;
		text-align: left;
		font-size: 16px;
	 }
.blogRow .blogContent .postContentArea .cont ul{
  margin: 20px 0px;
		padding: 0px;
}
.blogRow .blogContent .postContentArea .cont ul li{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	gap:5px;
}
.blogRow .blogContent .postContentArea .cont ul li:before{
 content: "●";
	color: #000;
}
.blogRow .blogContent .postContentArea .cont ul li>span{
 width : -webkit-calc(100% - 50px) ;
 width : calc(100% - 50px) ;
}

.blogRow .blogContent .postContentArea .writerArea{
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.blogRow .blogContent .postContentArea .writerArea .title {
    margin: 0px 0px 10px 0px;
    padding: 2px 0px;
    font-size: clamp(15.625px, 1.5625vw, 20px);
    color: #000;
				font-weight: bold;
}
.blogRow .blogContent .postContentArea .writerArea  .writerContents{
	padding:15px;
	border:1px solid #999;
}
.blogRow .blogContent .postContentArea .writerArea  .writerContents .img {
  width: 180px;
  margin: 0px 20px 0px 0px;
  padding: 0px !important;
  display: inline-block;
  vertical-align: middle;
}

.blogRow .blogContent .postContentArea .writerArea .writerContents .img img {
  width: 100%;
}

.blogRow .blogContent .postContentArea .writerArea .writerContents .textInfo {
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

.blogRow .blogContent .postContentArea .writerArea .writerContents .textInfo .name {
  color: #000;
  font-size: clamp(15.625px, 1.5625vw, 20px);
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.blogRow .blogContent .postContentArea .writerArea .writerContents .textInfo .text {
  margin: 0px;
  padding: 0px;
 	font-size: clamp(14.0625px, 1.40625vw, 18px);
  line-height: 1.8;
}

.blogRow .blogContent .post-nav {
 margin: 0px 0px 25px 0px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blogRow .blogContent .post-nav .postcard{
 background: #FFF;
	width : -webkit-calc(50% - 10px) ;
 width : calc(50% - 10px) ;
	position: relative;
}
.blogRow .blogContent .post-nav .postcard a{
 padding: 20px;
	line-height: 1.6;
	font-size: clamp(12.5px, 1.25vw, 16px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogRow .blogContent .post-nav .postcard .img{
	width: 35%;
}
.blogRow .blogContent .post-nav .postcard .img img{
 width: 100%;
	/*aspect-ratio:1/1;*/
	object-fit: cover;
}
.blogRow .blogContent .post-nav .postcard .textArea{
	width : -webkit-calc(65% - 10px) ;
 width : calc(65% - 10px) ;
}
.blogRow .blogContent .post-nav .postcard .textArea .date{
	font-size: clamp(10px, 1vw, 12px);
	margin: 0px;
	color: #c8161e;
	font-family: Inter, sans-serif;
}
.blogRow .blogContent .returnBtn {
 margin: 0px;
	padding: 20px 0;
	text-align: center;
}
.blogRow .blogContent .returnBtn a{
 display: inline-block;
	padding: 20px 40px;
	background: #000;
	color: #FFF;
	font-weight: 600;
	border-radius: 40px;
	border: 2px solid #000;
	font-size: clamp(15.625px, 1.5625vw, 20px);
	transition: all 300ms 0s ease;
}
.blogRow .blogContent .returnBtn a:hover{
	background:#FFF;
	color:  #000;
}

@media only screen and (max-width: 640px){
	.blogRow .blogContent .postContentArea{
	     padding: 30px 20px;
	}
	.blogRow .blogContent .post-nav{
	 display: block;
	}
	.blogRow .blogContent .post-nav .postcard{
	 margin: 0px 0px 20px 0px;
		width: auto;
	}
	.blogRow .blogContent .post-nav .postcard.next a .img{
	 order: 2;
	}
	.blogRow .blogContent .post-nav .postcard.next a .textArea{
	 order: 1;
	}
}

/*お客様の声*/
#voice .voiceArea{
	padding: 190px 0 95px;
}
#voice .voiceList{
 margin: 25px 0px 125px;
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
#voice .voiceList .voiceBox{
 width : -webkit-calc(33.33% - 20px) ;
 width : calc(33.33% - 20px) ;
	background: #FFF;
	position: relative;
	padding: 0px;
}
#voice .voiceList .voiceBox a{
 display: block;
	height: 100%;
	position: relative;
	padding: 0px 0px 70px 0px;
}
#voice .voiceList .voiceBox .btn_more {
				font-size: clamp(11.71875px,1.171875vw,15px);
    background: url(../img/common/arrow-more.svg) no-repeat right 50%;
    font-weight: 500;
    line-height: 28px;
    margin-top: 1em;
    padding-right: 40px;
    text-align: right;
				position: absolute;
				left: 15px;
				right: 15px;
				bottom: 15px;
}

#voice .voiceList .voiceBox .btn_more:after {
    background: url(../img/common/arrow-more-wh.svg) no-repeat right 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s cubic-bezier(.215,.61,.355,1);
    width: 100%
}
#voice .voiceList a:hover .voiceBox:after {
					opacity: 1;
}
#voice .voiceList .voiceBox .voiceBoxInner{
 padding: 20px;
}
#voice .voiceList .voiceBox .voiceBoxInner .imgArea{
 margin: 0px 0px 20px 0px;
	padding: 0px;
}
#voice .voiceList .voiceBox .voiceBoxInner .imgArea .img{
 margin: 0 auto;
	max-width: 70%;
	aspect-ratio:1/1;
}
#voice .voiceList .voiceBox .voiceBoxInner .imgArea .img img{
 width: 100%;
	height: 100%;
	object-fit: contain;
}
#voice .voiceList .voiceBox .voiceBoxInner .statusArea {
 margin: 0px;
	padding: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#voice .voiceList .voiceBox .voiceBoxInner .statusArea .status{
 border-bottom: 1px solid #adadad;
	padding: 10px 5px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#voice .voiceList .voiceBox .voiceBoxInner .statusArea .status.name{
 	font-size: clamp(14.0625px, 1.40625vw, 18px);
		font-weight: 600;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		padding: 10px;
		color: #FFF;
}
#voice .voiceList .voiceBox .voiceBoxInner .statusArea .status:last-of-type{
 border-bottom: none;
}
#voice .voiceList .voiceBox .voiceBoxInner .statusArea .status .index{
 width: 100px;
	font-weight: 600;
}
#voice .voiceList .voiceBox .voiceBoxInner .statusArea .status .cont{
 width : -webkit-calc(100% - 110px) ;
 width : calc(100% - 110px) ;
}

#voice .voiceList .voiceBox .btn{
 position: absolute;
	left: 0px;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
#voice .voiceList .voiceBox .btn a{
	display: inline-block;
	padding: 15px 30px;
	background: #000;
	color: #FFF;
	font-weight: 600;
	border-radius: 40px;
	border: 2px solid #000;
 font-size: clamp(14.0625px, 1.40625vw, 18px);
	transition: all 300ms 0s ease;
}
#voice .voiceList .voiceBox .btn a:hover{
		background: #FFF;
	color: #000;
}

#voice .voice__content{
 margin: 0px auto 120px;
	width: auto;
}
#voice .voice-card__header.noimg{
 padding: 0 0 25px 0;
}
#voice .voice-card__header{
 position: relative;
}
#voice .voice-card__header{
 position: relative;
}
#voice .voice-card__header .icon{
 position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	width: clamp(90px, 9vw, 100px);
}
#voice .voice-card__header .voice-card__name{
 margin: 0 auto 0.3em;
}
#voice .voice-card__header .sub{
 margin: 0 auto 0.3em;
	font-size: clamp(12.5px, 1.25vw, 16px);
}

#voice a:hover .voice-card__more:after{
 opacity: 1;
}



@media only screen and (max-width: 640px){
	#voice .voiceList{
	 display: block;
	}
	#voice .voiceList .voiceBox{
	 width: auto;
		margin: 0px 0px 30px 0px;
	}
	
	#voice .voice-card__name{
	 margin: 0 0 10px 0;
		padding: 20px 0 0 0;
	}
	#voice .voice-card:nth-child(2){
	border-bottom: 1px solid #ccc;
	}
	#voice .voice-card:nth-child(n+3) {
						display: block;
		}
		#voice .voice-card__header .icon{
			position:inherit;
			left: inherit;
			top: inherit;
			margin: 0px auto 0px auto;
			transform: translate(0%);
			-webkit-transform: translate(0%);
			-ms-transform: translate(0%);
			width:80%;
		}
		#voice .voice-card__header .sub{
	font-size: 16px;
}
}

	#voice .voiceContent{
	 margin: 25px 0px;
		padding: 60px clamp(93.75px, 9.375vw, 120px);
		background: #FFF;
	}
	#voice .voiceContent .imgArea {
	 margin: 0px auto 30px auto;
		text-align: center;
		max-width: 300px;
}
	#voice .voiceContent .imgArea img{
	 width: 100%;
		max-height: 300px;
		object-fit: contain;
	}
	#voice .voiceContent .content {
	 margin: 0px;
		padding: 0px;
	}
	#voice .voiceContent .content .comment {
	 margin: 0px 0px 30px 0px;;
		padding: 0px 0;
		background: #FFF;
		/*border: 1px solid #999;*/
		text-align: center;
		font-size: clamp(14.0625px, 1.40625vw, 18px);
		font-weight: bold;
		line-height: 2;
	}
	#voice .voiceContent .content .voicetitle {
	 margin: 0px 0px 30px 0px;;
		padding: 15px;
		color: #FFF;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		font-weight: 600;
		
		line-height: 1;
		text-align: center;
	}
		#voice .voiceContent .content .voicetitle .name{
		color: #FFF;
	 margin: 0px 0px 10px 0px;;
		font-size: clamp(15.625px, 1.5625vw, 20px);
		}
		#voice .voiceContent .content .voicetitle .sub{
		color: #FFF;
	 margin: 0px;
		font-size: clamp(12.5px, 1.25vw, 16px);
		}
	#voice .voiceContent .content .statusBox{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
}
#voice .voiceContent .content .statusBox .index{
 margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 150px;
	font-size: clamp(12.5px, 1.25vw, 16px);
}
#voice .voiceContent .content .statusBox .cont{
 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
}
#voice .voiceContent .content .statusBox .cont a{
	 margin: 0px;
	padding: 0px;
	color: #000;
 text-decoration: underline;
}
#voice .voiceContent .content .faqList{
	margin: 50px 0px 30px 0px;
	padding: 30px;
	border: 1px solid #999;
}
#voice .voiceContent .content .faqList .faqBox{
	margin: 0px 0px 50px 0px;
	padding: 0px;
}
#voice .voiceContent .content .faqList .faqBox:last-child{
 margin: 0px;
}
#voice .voiceContent .content .faqList .faqBox .q{
	margin: 0px 0px 10px 24px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #666;
 font-size: clamp(14.0625px, 1.40625vw, 18px);
	font-weight: bold;
	line-height: 1.2;
	text-indent: -24px;
}
#voice .voiceContent .content .faqList .faqBox .q:before{
 content: "Q";
	color: #000;
	font-size: 30px;
	font-family: 'Impact', 'Anton' !important;
	font-weight: 400 !important;
	letter-spacing: 0.05em;
	margin: 0px 10px 0px 0px;
}
#voice .voiceContent .content .faqList .faqBox .a{
	margin: 0px 0px 0px 24px;
	padding: 0px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	font-weight: bold;
	line-height: 1.2;
	text-indent: -24px;
}
#voice .voiceContent .content .faqList .faqBox .a:before{
 content: "A";
	color: #666;
	font-size: 30px;
	font-family: 'Impact', 'Anton' !important;
	font-weight: 400 !important;
	letter-spacing: 0.05em;
	margin: 0px 10px 0px 0px;
}

#voice .voiceContent .content .question {
 margin: 50px 0px 30px 0px;
}
#voice .voiceContent .content .question__content {
	padding: 40px;
	margin: 0;
	width: auto;
}
#voice .voiceContent .content .faq-item__question{
     padding: 55px 50px 55px 90px;
}

#voice .voiceContent .content .commentBox{
	margin: 0px 0px 50px 0px;
	padding: 10px 30px;
	border: 1px solid #999;
}
#voice .voiceContent .content .commentBox .index{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #999;
 font-size: clamp(14.0625px, 1.40625vw, 18px);
	line-height: 2;
	font-weight: bold;
	text-align: center;
}
#voice .voiceContent .content .commentBox .cont{
	margin: 0px;
	padding: 0px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	line-height: 1.6;
}
#voice .voiceContent .content .writerArea{
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#voice .voiceContent .content .writerArea .title {
    margin: 0px 0px 10px 0px;
    padding: 2px 0px;
    font-size: clamp(15.625px, 1.5625vw, 20px);
    color: #000;
				font-weight: bold;
}
#voice .voiceContent .content .writerArea  .writerContents{
	padding:15px;
	border:1px solid #999;
}
#voice .voiceContent .content .writerArea  .writerContents .img {
  width: 180px;
  margin: 0px 20px 0px 0px;
  padding: 0px !important;
  display: inline-block;
  vertical-align: middle;
}

#voice .voiceContent .content .writerArea .writerContents .img img {
  width: 100%;
}

#voice .voiceContent .content .writerArea .writerContents .textInfo {
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

#voice .voiceContent .content .writerArea .writerContents .textInfo .name {
  color: #000;
  font-size: clamp(15.625px, 1.5625vw, 20px);
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#voice .voiceContent .content .writerArea .writerContents .textInfo .text {
  margin: 0px;
  padding: 0px;
 	font-size: clamp(14.0625px, 1.40625vw, 18px);
  line-height: 1.8;
}

#voice .post-nav {
 margin: 0px 0px 25px 0px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#voice .post-nav .postcard{
 background: #FFF;
	width : -webkit-calc(50% - 10px) ;
 width : calc(50% - 10px) ;
	position: relative;
}
#voice .post-nav .postcard a{
 padding: 20px;
	line-height: 1.6;
	font-size: clamp(12.5px, 1.25vw, 16px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#voice .post-nav .postcard .img{
	width: 30%;
}
#voice .post-nav .postcard .img img{
 width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
}
#voice .post-nav .postcard .textArea{
	width : -webkit-calc(70% - 20px) ;
   width : calc(70% - 20px) ;
}
#voice .post-nav .postcard .textArea .title{	
		font-size: clamp(12.5px, 1.25vw, 16px);
		font-weight: 600;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		padding: 7px;
		color: #FFF;
}
#voice .post-nav .postcard .textArea .status{
 border-bottom: 1px solid #adadad;
	padding: 10px 5px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#voice .post-nav .postcard .textArea .status:last-of-type{
 border-bottom: none;
}
#voice .post-nav .postcard .textArea .status .index{
 width: 100px;
	font-weight: 600;
}
#voice .post-nav .postcard .textArea .status .cont{
 width : -webkit-calc(100% - 110px) ;
 width : calc(100% - 110px) ;
}

#voice .returnBtn {
 margin: 0px;
	padding: 20px 0;
	text-align: center;
}
#voice .returnBtn a{
 display: inline-block;
	padding: 20px 40px;
	background: #000;
	color: #FFF;
	font-weight: 600;
	border-radius: 40px;
	border: 2px solid #000;
	font-size: clamp(15.625px, 1.5625vw, 20px);
	transition: all 300ms 0s ease;
}
#voice .returnBtn a:hover{
	background:#FFF;
	color:  #000;
}
@media only screen and (max-width: 640px){
	#voice .voiceContent{
	 padding: 30px 20px;
	}
	#voice .voiceContent .content .comment{
	 text-align: left;
		padding: 10px;
	}
 #voice .post-nav{
	 display: block;
	}
 #voice .post-nav .postcard{
	 margin: 0px 0px 20px 0px;
		width: auto;
	}
 #voice .post-nav .postcard.next a .img{
	 order: 2;
	}
 #voice .post-nav .postcard.next a .textArea{
	 order: 1;
	}
	#voice .voiceContent .content .question__content{
		        padding: 12.5vw 6.25vw;
	}
	#voice .voiceContent .content .faq-item__question{
					padding: 7.03125vw 12.5vw 7.03125vw 14.84375vw;
	}
}

/*お問い合わせ*/
#contact .tabList{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	bottom: -4px;
	z-index: 1;
}
#contact .tabList .tab{
 margin: 0px;
	padding: 20px 10px;
	border-left: 4px solid #000;
	border-top: 4px solid #000;
	border-right: 4px solid #000;
	border-radius: 20px 20px 0 0 ;
	background: #000;
	color: #FFF;
	text-align: center;
	width : -webkit-calc(33.3% - 10px) ;
 width : calc(33.3% - 10px) ;
		font-size: clamp(15.625px, 1.5625vw, 20px);
	font-weight: bold;
	cursor: pointer;
	transition: all 300ms 0s ease;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#contact .tabList .tab:hover{
 background: #FFF;
	color: #000;
}
#contact .tabList .tab.select{
 background: #FFF;
	color: #000;
	overflow: auto;
}
#contact .formArea{
	background: #FFF;
	padding: 20px 40px 0 40px;
	margin: 0px 0px 90px 0px;
	border: 4px solid #000;
}
#contact .formArea .formlist .fonrmBox{
 display: none;
}
#contact .formArea .formlist .fonrmBox iframe{
 min-height: 800px !important;
}

#contact .thanksArea {
 margin: 40px 0px 80px 0px;
	text-align: center;
}
#contact .thanksArea .mainMessage{
 margin: 0px 0px 40px 0px;
	padding: 0px;
	    font-size: clamp(37.5px, 3.75vw, 48px);
					font-weight: bold;
}
#contact .thanksArea .mainMessage br{
display: none;
}
#contact .thanksArea .subMessage{
 margin: 0px 0px 40px 0px;
	padding: 0px;
	font-size: clamp(18.75px,1.875vw,24px);
	font-weight: bold;
	line-height: 1.8
}
#contact .thanksArea .btn{
 margin: 0px;
	padding: 0px;
}
#contact .thanksArea .btn a{
 text-align: center;
	font-size: clamp(18.75px,1.875vw,24px);
	font-weight: bold;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	border: 3px solid #000;
	background: #FFF;
	color: #000;
	transition: all 300ms 0s ease;
}
#contact .thanksArea .btn a:hover{
		background: #000;
	color: #FFF;
}
@media only screen and (max-width: 640px){
#contact .tabList .tab{
padding: 10px 5px;
	border-left: 3px solid #000;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-radius: 15px 15px 0 0 ;
	font-size: 14px;
	width : -webkit-calc(33.3% - 5px) ;
 width : calc(33.3% - 5px) ;
}
#contact .formArea{
	background: #FFF;
	border: 3px solid #000;
}
#contact .formArea{
		padding: 10px 10px 0 10px;
	margin: 0px 0px 30px 0px;
}
}

/*実績例*/
#report .reportArea{
 padding: 190px 0 95px;
}
#report .reportList{
 margin: 25px 0px 125px;
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
#report .reportList .reportBox{
 width : -webkit-calc(33.33% - 20px) ;
 width : calc(33.33% - 20px) ;
	background: #FFF;
	padding: 0px;
}
#report .reportList .reportBox a{
 display: block;
	padding: 0px 0px 70px 0px;
	position: relative;
	height: 100%;
}
#report .reportList .reportBox .reportBoxInner{
 padding: 0px;
}
#report .reportList .reportBox .reportBoxInner .name{
 margin: 0;
	line-height: 1.4;
	padding: 0px 10px;
	min-height: 70px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
	font-weight: 600;
	background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
	background-color: #000;
	color: #FFF;
}
#report .reportList .reportBox .reportBoxInner .img {
 margin: 0 0 10px 0;
	aspect-ratio:5/3;
}
#report .reportList .reportBox .reportBoxInner .img img{
 width: 100%;
	height: 100%;
	object-fit: cover;
}
#report .reportList .reportBox .reportBoxInner .statusArea {
 margin: 0px 15px;
	padding: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#report .reportList .reportBox .reportBoxInner .statusArea .statusBox{
 border-bottom: 1px solid #adadad;
	padding: 10px 5px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#report .reportList .reportBox .reportBoxInner .statusArea .statusBox:last-of-type{
 border-bottom: none;
}
#report .reportList .reportBox .reportBoxInner .statusArea .statusBox .index{
 width: 85px;
	font-weight: 600;
}
#report .reportList .reportBox .reportBoxInner .statusArea .statusBox .cont{
 width : -webkit-calc(100% - 95px) ;
 width : calc(100% - 95px) ;
}

#report .reportList .reportBox .btn{
 position: absolute;
	left: 0px;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
#report .reportList .reportBox .btn a{
	display: inline-block;
	padding: 15px 30px;
	background: #000;
	color: #FFF;
	font-weight: 600;
	border-radius: 40px;
	border: 2px solid #000;
 font-size: clamp(14.0625px, 1.40625vw, 18px);
	transition: all 300ms 0s ease;
}
#report .reportList .reportBox .btn a:hover{
		background: #FFF;
	color: #000;
}

#report .reportList .reportBox .btn_more {
				font-size: clamp(11.71875px,1.171875vw,15px);
    background: url(../img/common/arrow-more.svg) no-repeat right 50%;
    font-weight: 500;
    line-height: 28px;
    margin-top: 1em;
    padding-right: 40px;
    text-align: right;
				position: absolute;
				left: 15px;
				right: 15px;
				bottom: 15px;
}

#report .reportList .reportBox .btn_more:after {
    background: url(../img/common/arrow-more-wh.svg) no-repeat right 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s cubic-bezier(.215,.61,.355,1);
    width: 100%
}
#report .reportList .reportBox a:hover .btn_more:after {
					opacity: 1;
}
@media only screen and (max-width: 640px){
	#report .reportList{
	 display: block;
	}
	#report .reportList .reportBox{
	 width: auto;
		margin: 0px 0px 30px 0px;
	}
}
#report .reportContent{
	 margin: 25px 0px;
		padding: 60px clamp(93.75px, 9.375vw, 120px);
		background: #FFF;
}
#report .reportContent .reporttitle {
 margin: 0 0 25px 0;
	line-height: 1.4;
	padding: 20px;
	font-size: clamp(23.4375px, 2.34375vw, 30px);
	font-weight: 600;
	background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
	background-color: #000;
	color: #FFF;
	text-align: center;
}
#report .reportContent .imgArea{
 margin: 0px;
	padding: 0px;
	text-align: center;
}
#report .reportContent .imgArea img{
 max-width: 100%;
	margin: 0 auto;
	aspect-ratio:5/2;
	object-fit: cover;
}
#report .reportContent .statusArea{
 margin: 50px 0px;
}
#report .reportContent .statusArea .statusBox{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
}
#report .reportContent .statusArea .statusBox .index{
 margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 150px;
	font-size: clamp(12.5px, 1.25vw, 16px);
}
#report .reportContent .statusArea .statusBox .cont{
 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
}
#report .reportContent .statusArea .statusBox .cont a{
	 margin: 0px;
	padding: 0px;
	color: #000;
 text-decoration: underline;
}
#report .reportContent .contentMain p{
 margin: 0px;
	line-height: 1.6;
	font-size: clamp(12.5px, 1.25vw, 16px);
}
#report .reportContent .contentMain p:empty {
	display: none;
}
#report .reportContent .contentMain a{
 text-decoration: underline;
}
#report .reportContent .contentMain #toc_container{
 margin: 40px 0px;
	padding: 0;
	width: 100%;
	border: 1px solid #000;
}
#report .reportContent .contentMain #toc_container .toc_title{
		margin: 0px;
		padding: 10px 0px;
		text-align: center;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		color: #FFF;
		font-weight: 600;
		font-size: clamp(15.625px, 1.5625vw, 20px);
		line-height: 1;
}
#report .reportContent .contentMain #toc_container .toc_list {
 margin: 20px;
}
#report .reportContent .contentMain #toc_container .toc_list li{
			margin: 0px 0px 10px 0px;
		line-height: 1.6;
		font-size: clamp(12.5px, 1.25vw, 16px);
		display: block;
}
#report .reportContent .contentMain #toc_container .toc_list li:before{
 display: none;
}
#report .reportContent .contentMain #toc_container .toc_list li span {
 margin: 0px 10px 0px 0px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}

#report .reportContent .contentMain h2 {
  margin: 40px 0px 20px 0px;
		padding: 15px;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;

		line-height: 1;
}
#report .reportContent .contentMain h2 span{
		color: #FFF;
		font-weight: 600!important;
		font-size: clamp(15.625px, 1.5625vw, 20px);
}

#report .reportContent .contentMain h3 {
  margin: 40px 0px 20px 0px;
		padding: 0 0 10px 0;
		line-height: 1;
		border-bottom: 4px solid #000;
}
#report .reportContent .contentMain h3 span{
		color: #000;
		font-weight: 600!important;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
#report .reportContent .contentMain h4 {
  margin: 40px 0px 20px 0px;
		padding: 0 0 10px 0;
		line-height: 1;
		border-bottom: 2px solid #000;
}
#report .reportContent .contentMain h4 span{
		font-weight: 600!important;
}

#report .reportContent .contentMain table{
		width: 100%;
		border-collapse: collapse;
	}
#report .reportContent .contentMain table thead th{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		text-align: center;
		font-weight: bold;
		font-size: clamp(12.5px, 1.25vw, 16px);
		color: #FFF;
	 }
#report .reportContent .contentMain table tbody th{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		font-weight: bold;
		font-size: clamp(12.5px, 1.25vw, 16px);
		color: #FFF;
	 }
#report .reportContent .contentMain table th span,
#report .reportContent .contentMain table th p{
		font-size: clamp(12.5px, 1.25vw, 16px)!important;
		color: #FFF!important;
		font-weight: bold!important;
}
#report .reportContent .contentMain table tbody td{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: #FFF;
		text-align: left;
		font-size: 16px;
	 }
#report .reportContent .contentMain ul{
  margin: 20px 0px;
		padding: 0px;
}
#report .reportContent .contentMain ul li{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	gap:5px;
}
#report .reportContent .contentMain ul li:before{
 content: "●";
	color: #000;
}
#report .reportContent .contentMain ul li>span{
 width : -webkit-calc(100% - 50px) ;
 width : calc(100% - 50px) ;
}
#report .reportContent .writerArea{
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#report .reportContent .writerArea .title {
    margin: 0px 0px 10px 0px;
    padding: 2px 0px;
    font-size: clamp(15.625px, 1.5625vw, 20px);
    color: #000;
				font-weight: bold;
}
#report .reportContent .writerArea  .writerContents{
	padding:15px;
	border:1px solid #999;
}
#report .reportContent .writerArea  .writerContents .img {
  width: 180px;
  margin: 0px 20px 0px 0px;
  padding: 0px !important;
  display: inline-block;
  vertical-align: middle;
}

#report .reportContent .writerArea .writerContents .img img {
  width: 100%;
}

#report .reportContent .writerArea .writerContents .textInfo {
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

#report .reportContent .writerArea .writerContents .textInfo .name {
  color: #000;
  font-size: clamp(15.625px, 1.5625vw, 20px);
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#report .reportContent .writerArea .writerContents .textInfo .text {
  margin: 0px;
  padding: 0px;
 	font-size: clamp(14.0625px, 1.40625vw, 18px);
  line-height: 1.8;
}
#report .post-nav {
 margin: 0px 0px 25px 0px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#report .post-nav .postcard{
 background: #FFF;
	width : -webkit-calc(50% - 10px) ;
 width : calc(50% - 10px) ;
	position: relative;
}
#report .post-nav .postcard a{
 padding: 20px;
	line-height: 1.6;
	font-size: clamp(12.5px, 1.25vw, 16px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#report .post-nav .postcard .img{
	width: 30%;
}
#report .post-nav .postcard .img img{
 width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
}
#report .post-nav .postcard .textArea{
	width : -webkit-calc(70% - 20px) ;
   width : calc(70% - 20px) ;
}
#report .post-nav .postcard .textArea .title{	
		font-size: clamp(12.5px, 1.25vw, 16px);
		font-weight: 600;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		padding: 7px;
		color: #FFF;
}
#report .post-nav .postcard .textArea .status{
 border-bottom: 1px solid #adadad;
	padding: 10px 5px;
	font-size: clamp(12.5px, 1.25vw, 16px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#report .post-nav .postcard .textArea .status:last-of-type{
 border-bottom: none;
}
#report .post-nav .postcard .textArea .status .index{
 width: 60px;
	font-weight: 600;
}
#report .post-nav .postcard .textArea .status .cont{
 width : -webkit-calc(100% - 70px) ;
 width : calc(100% - 70px) ;
}


#report .returnBtn {
 margin: 0px;
	padding: 20px 0;
	text-align: center;
}
#report .returnBtn a{
 display: inline-block;
	padding: 20px 40px;
	background: #000;
	color: #FFF;
	font-weight: 600;
	border-radius: 40px;
	border: 2px solid #000;
	font-size: clamp(15.625px, 1.5625vw, 20px);
	transition: all 300ms 0s ease;
}
#report .returnBtn a:hover{
	background:#FFF;
	color:  #000;
}
@media only screen and (max-width: 640px){
	#report .reportContent {
						padding: 30px 20px;
		}
}

/*404*/
#notfound{
}
#notfound>section{
 padding: 190px 0;

}
#notfound>section>container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height : -webkit-calc(100vh - 300px) ;
	min-height : calc(100vh - 300px) ;
}
#notfound .area404{
 text-align: center;
}
#notfound .area404 .t1{
 margin: 0px 0px 40px 0px;
}
#notfound .area404 .t1 .num{
	font-size: clamp(70.3125px, 7.03125vw, 90px);
	margin: 0px 0px 10px 0px;
}
#notfound .area404 .t1 .en{
	    font-size: clamp(46.875px, 4.6875vw, 60px)
}

#notfound .area404 .t2{
 margin: 0px 0px 40px 0px;
	font-size: clamp(15.625px, 1.5625vw, 20px);
	line-height: 1.4;
}

#notfound .area404 .btnArea {
 margin: 0px;
	padding: 20px 0;
	text-align: center;
}
#notfound .area404 .btnArea a{
 display: inline-block;
	padding: 20px 40px;
	background: #000;
	color: #FFF;
	font-weight: 600;
	border-radius: 40px;
	border: 2px solid #000;
	font-size: clamp(15.625px, 1.5625vw, 20px);
	transition: all 300ms 0s ease;
}
#notfound .area404 .btnArea a:hover{
	background:#FFF;
	color:  #000;
}

.event-lab__article	a{
	display: block;
		width: 100%;
		height: 100%;
}
.event-lab__article	img{
		width: 100%;
		height: 100%;
		object-fit: cover;
}

.site-main section.event-lab:first-of-type{
 padding: 0px;
	background: none;
}
.event-lab__content  .event-lab__intro {
 margin: -126px auto 40px;
}
.event-lab__content  .event-lab__articles{
 margin: 0px auto 40px auto;
	gap:30px;
}
.event-lab__content  .event-lab__articles .event-lab__article {
 height: auto;
	width : -webkit-calc(33.3% - 20px) ;
   width : calc(33.3% - 20px) ;
}
@media only screen and (max-width: 640px){
.event-lab__content  .event-lab__articles{
 width: 90%;
}
.event-lab__content  .event-lab__articles .event-lab__article {
width: auto;
	margin: 0px 0px 20px 0px;
}
}
.site-main section.event-lab .postContentArea{
  margin: 25px 0px;
  padding: 60px clamp(46.875px, 4.6875vw, 60px);
		background: #FFF;
}
.site-main section.event-lab .postContentArea .postTiele {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 10px 0px;
    font-size: clamp(23.4375px, 2.34375vw, 30px);
    line-height: 1.4;
    font-weight: 600;
    border-bottom: 2px solid #c8161e;
}
.site-main section.event-lab .postContentArea .imgArea{
   margin: 0px 0px 25px 0px;
			text-align: center;
}
.site-main section.event-lab .postContentArea .imgArea img{
 max-width: 100%;
}
.site-main section.event-lab .postContentArea .cont{
 margin: 0px;
	padding: 0px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
.site-main section.event-lab .postContentArea .cont p{
 margin: 0px;
	line-height: 1.6;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
.site-main section.event-lab .postContentArea .cont p:empty {
	display: none;
}
.site-main section.event-lab .postContentArea .cont a{
 text-decoration: underline;
}
.site-main section.event-lab .postContentArea .cont #toc_container{
 margin: 40px 0px;
	padding: 0;
	width: 100%;
	border: 1px solid #000;
}
.site-main section.event-lab .postContentArea .cont #toc_container .toc_title{
		margin: 0px;
		padding: 10px 0px;
		text-align: center;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		color: #FFF;
		font-weight: 600;
		font-size: clamp(15.625px, 1.5625vw, 20px);
		line-height: 1;
}
.site-main section.event-lab .postContentArea .cont #toc_container .toc_list {
 margin: 20px;
}
.site-main section.event-lab .postContentArea .cont #toc_container .toc_list li{
			margin: 0px 0px 10px 0px;
		line-height: 1.6;
		font-size: clamp(12.5px, 1.25vw, 16px);
		display: block;
}
.site-main section.event-lab .postContentArea .cont #toc_container .toc_list li:before{
 display: none;
}
.site-main section.event-lab .postContentArea .cont #toc_container .toc_list li span {
 margin: 0px 10px 0px 0px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}

.site-main section.event-lab .postContentArea .cont h2 {
  margin: 40px 0px 20px 0px;
		padding: 15px;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;

		line-height: 1;
}
.site-main section.event-lab .postContentArea .cont h2 span{
		color: #FFF;
		font-weight: 600!important;
		font-size: clamp(15.625px, 1.5625vw, 20px);
}

.site-main section.event-lab .postContentArea .cont h3 {
  margin: 40px 0px 20px 0px;
		padding: 0 0 10px 0;
		line-height: 1;
		color: #000;
		font-weight: 600!important;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
		border-bottom: 4px solid #000;
}
.site-main section.event-lab .postContentArea .cont h3 span{
		color: #000;
		font-weight: 600!important;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
}
.site-main section.event-lab .postContentArea .cont h4 {
  margin: 40px 0px 20px 0px;
		padding: 0 0 10px 0;
		line-height: 1;
		border-bottom: 2px solid #000;
}
.site-main section.event-lab .postContentArea .cont h4 span{
		font-weight: 600!important;
}

.site-main section.event-lab .postContentArea .cont table{
		width: 100%;
		border-collapse: collapse;
	}
.site-main section.event-lab .postContentArea .cont table thead th{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		text-align: center;
		font-weight: bold;
		font-size: clamp(12.5px, 1.25vw, 16px);
		color: #FFF;
	 }
.site-main section.event-lab .postContentArea .cont table tbody th{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: url(../img/common/noise-navi@2x.png) repeat 50% 50%;
		background-color: #000;
		font-weight: bold;
		font-size: clamp(12.5px, 1.25vw, 16px);
		color: #FFF;
	 }
.site-main section.event-lab .postContentArea .cont table th span,
.site-main section.event-lab .postContentArea .cont table th p{
		font-size: clamp(12.5px, 1.25vw, 16px)!important;
		color: #FFF!important;
		font-weight: bold!important;
}
.site-main section.event-lab .postContentArea .cont table tbody td{
		margin: 0px;
		padding: 10px;
		border: 1px solid #999;
		background: #FFF;
		text-align: left;
		font-size: 16px;
	 }
.site-main section.event-lab .postContentArea .cont ul{
  margin: 20px 0px;
		padding: 0px;
}
.site-main section.event-lab .postContentArea .cont ul li{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	gap:5px;
}
.site-main section.event-lab .postContentArea .cont ul li:before{
 content: "●";
	color: #000;
}
.site-main section.event-lab .postContentArea .cont ul li>span{
 width : -webkit-calc(100% - 50px) ;
 width : calc(100% - 50px) ;
}

.site-main section.event-lab .postContentArea .writerArea{
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.site-main section.event-lab .postContentArea .writerArea .title {
    margin: 0px 0px 10px 0px;
    padding: 2px 0px;
    font-size: clamp(15.625px, 1.5625vw, 20px);
    color: #000;
				font-weight: bold;
}
.site-main section.event-lab .postContentArea .writerArea  .writerContents{
	padding:15px;
	border:1px solid #999;
}
.site-main section.event-lab .postContentArea .writerArea  .writerContents .img {
  width: 180px;
  margin: 0px 20px 0px 0px;
  padding: 0px !important;
  display: inline-block;
  vertical-align: middle;
}

.site-main section.event-lab .postContentArea .writerArea .writerContents .img img {
  width: 100%;
}

.site-main section.event-lab .postContentArea .writerArea .writerContents .textInfo {
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

.site-main section.event-lab .postContentArea .writerArea .writerContents .textInfo .name {
  color: #000;
  font-size: clamp(15.625px, 1.5625vw, 20px);
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.site-main section.event-lab .postContentArea .writerArea .writerContents .textInfo .text {
  margin: 0px;
  padding: 0px;
 	font-size: clamp(14.0625px, 1.40625vw, 18px);
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
	.site-main section.event-lab .postContentArea{
		padding: 20px 15px;
	}
	.site-main section.event-lab .postContentArea .event-lab__author-profile{
	 position: absolute;
		right: 0;
		left: 0;
		top: -53.90625vw;
		margin: 0 auto;
		text-align: center;
	}
	.site-main section.event-lab .postContentArea .event-lab__author-profile .event-lab__author-img{
		margin: 0 auto;
	}
}


.event-contact__body.p{
 height: auto;
	padding: 40px 40px 0 40px;
}
.event-contact .event-contact__inner .outerLink{
	margin: 0px;
	padding: 40px;
}
.event-contact .event-contact__inner .outerLink .index{
 margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: clamp(23.4375px, 2.34375vw, 30px);
    font-weight: bold;
    color: #000;
}
.event-contact .event-contact__inner .outerLink .banner{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.event-contact .event-contact__inner .outerLink .text{
	margin: 10px auto 0px;
	max-width: 800px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.event-contact .event-contact__inner .outerLink .pc{
 display: block;
}
.event-contact .event-contact__inner .outerLink .sp{
 display: none;
}
@media only screen and (max-width: 640px) {
.event-contact .event-contact__inner .outerLink{
	margin: 0px;
	padding: 10px;
}
.event-contact .event-contact__inner .outerLink .index{
 margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: clamp(18.75px,1.875vw,24px);
}
.outerLink .text{
 text-align: left;
	font-size: clamp(12.5px, 1.25vw, 16px);
}
.event-contact .event-contact__inner .outerLink .pc{
 display: none;
}
.event-contact .event-contact__inner .outerLink .sp{
 display: block;
}

.event-contact__body.p{
 height: auto;
	padding: 20px 10px 0;
	width:96%;
}
.event-contact .event-contact__inner .outerLink{
	margin: 0px;
	padding: 20px;
}
}

.site-main section.human_resourceArea{
 padding: 190px 0px 80px;
}

.site-main section.human_resourceArea .baloon {
 margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
 font-size: clamp(14.0625px, 1.40625vw, 18px);
	line-height: 2;
}
.site-main section.human_resourceArea .human_resourceList {
	margin: 0px 0px 40px 0px;
 padding: 40px 80px;
	background: #FFF;
}
.site-main section.human_resourceArea .human_resourceList .human_resourceBox {
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #000;
}
.site-main section.human_resourceArea .human_resourceList .human_resourceBox .row{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:20px;
}
.site-main section.human_resourceArea .human_resourceList .human_resourceBox .row .date{
	margin: 0px;
	padding: 0px;
	color: #c8161e;
	font-family: Inter, sans-serif;
	font-size: clamp(11.71875px, 1.171875vw, 15px);
}
.site-main section.human_resourceArea .human_resourceList .human_resourceBox .row .flex{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:20px;
}
.site-main section.human_resourceArea .human_resourceList .human_resourceBox .row .flex .main{
	    font-size: clamp(15.625px, 1.5625vw, 20px);
					font-weight: bold;
					min-width: inherit;
}
.site-main section.human_resourceArea .human_resourceList .human_resourceBox .row .flex .sub{
	    	font-size: clamp(12.5px, 1.25vw, 16px);
					min-width: inherit;
}
@media only screen and (max-width: 640px){
	.site-main section.human_resourceArea .human_resourceList {
 padding: 40px;
}
}

.pagetop.n{
 left: inherit;
	right: 0;
	padding-right: clamp(40.625px, 4.0625vw, 52px);
	position: absolute;
	text-align: right;
	top: -80px;
	width: auto;
}

.header__links.r .header__link--contact:hover{
 background: #FFF;
}
.header__links .header__link--contact:hover{
 color: #FFF;
}

@media only screen and (max-width: 640px) {
    .header__link--contact>img:last-child {
        display: none;
    }
}

.recruit-section__content.cs{
 height: auto;
	text-align: center;
	padding: 30px;
}
.recruit-section__content.cs .comingsoon{
 text-align: center;
}
.recruit-section__content.cs .comingsoon img{
 width: 700px;
	max-width: 90;
	margin: 0 auto;
}
.recruit-section__content .jobopeningsList{
	margin: 0px;
	padding: 0px;
}
.recruit-section__content .jobopeningsList .jobopeningsBox{
 margin: 0px 0px 40px 0px;
	padding: 20px;
	border: 2px solid #004894;
}
.recruit-section__content .jobopeningsList .jobopeningsBox:last-of-type{
 margin: 0px;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea {
 margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row{
 display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .img{
 width: 200px;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .textArea{
 width : -webkit-calc(100% - 300px) ;
 width : calc(100% - 300px) ;
	text-align: left;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap:20px;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .textArea .w_type {
 display: inline-block;
	margin: 0px;
	padding: 6px 16px;
	line-height: 1.1;
	background: #004894;
	color: #FFF;
	font-size: clamp(12.5px, 1.25vw, 16px);
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .textArea .titleArea {
 margin: 0px;
	padding: 0px;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .textArea .titleArea .title{
 margin: 0px 0px 10px 0px;
	padding: 0px;
	 font-size: clamp(18.75px,1.875vw,24px);
  font-weight: 600;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .textArea .titleArea .sub{
 margin: 0px;
	padding: 0px;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
 font-weight: 600;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row:after{
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/common/icon_accordion_blue.png") center center no-repeat;
	background-size: contain;
	transform: rotate(0deg);
	transition: all 300ms 0s ease;
	margin: 0px;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea:hover .row:after{
	margin-top: 10px;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea.open .row:after{
		transform: rotate(180deg);
}

.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxBodyArea{
 margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 2px solid #004894;
	display: none;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxBodyArea .statusList {
 margin: 0px;
	padding: 0px;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxBodyArea .statusList .statusbox{
 margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxBodyArea .statusList .statusbox:last-of-type{
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxBodyArea .statusList .statusbox .i{
 width: 180px;
	color: #004894;
	font-size: clamp(14.0625px, 1.40625vw, 18px);
 font-weight: 600;
}
.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxBodyArea .statusList .statusbox .t{
 width : -webkit-calc(100% - 200px) ;
 width : calc(100% - 200px) ;
	color: #000;
	font-size: clamp(12.5px, 1.25vw, 16px);
	line-height: 1.4;
}
@media only screen and (max-width: 640px){
	.recruit-section__content.cs{
	 padding: 15px;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox{
		padding:15px;
		margin: 0px 0px 20px 0px;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea{
	 position: relative;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row{
	 display: block;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .img{
	 width: auto;
		text-align: center;
		margin: 0px 0px 10px 0px;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .textArea{
	 width: auto;
		display: block;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .textArea .w_type{
	 margin: 0px 0px 10px 0px;
		font-size: 14px;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .textArea .titleArea .title{
	 font-size: 18px;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row .textArea .titleArea .sub{
	 font-size:16px;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxHeadArea .row:after{
	 width: 100%;
		display: block;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxBodyArea .statusList .statusbox{
	 margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
				display: block;
	}
	.recruit-section__content .jobopeningsList .jobopeningsBox .jobopeningsBoxBodyArea .statusList .statusbox .i{
	 width: auto;
		margin: 0px 0px 10px 0px;
	}
	
}
