/*========================
top
==========================*/
body.no_scroll {
	overflow: hidden;
}

/*========================
event news
=========================*/
.event {
	margin-top: -1px;
	background: #000;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position: sticky;
    top: 85px;
    z-index: 100;
}
.event .event_title {
	width: 10%;
	text-align: center;
}
.event .event_title h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
}
.event .bx-wrapper {
	width: 75%;
	box-sizing: border-box;
	border: none;
	background: none;
	box-shadow: none;
	margin-bottom: 0;
}
.event .event_slider a {
	display: block;
	padding: 17px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}
.event .event_slider span {
	display: inline-block;
	margin-right: 10px;
}
.event .event_slider span{
	/*display: block;*/
	padding: 17px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	display: inline-block;
}

.event .news_link {
	width: 15%;
	text-align: center;
}

.event .news_link a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	position: relative;
}

.event .news_link a::after {
    content: "";
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:1099px) {
	.event .bx-wrapper a{
		overflow: hidden;
		white-space: nowrap;
		width: 70%;
		text-overflow: ellipsis;
	}
	.event .event_slider span {
		display: inline;
		font-size: 13px;
		padding: 10px;
	}
}

@media screen and (max-width:767px) {
	.event {
	    top: 74px;
	    padding: 0 10px;
	}
	.event .bx-wrapper{ width: 80%;}
	.event .bx-wrapper a{
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.event .event_slider a {
		font-size: 13px;
		padding: 10px;
	}
	.event .event_title h2 {
		font-size: 1.6em;
		line-height: 1.6;
	}
	.event .event_slider span {
		display: inline;
		margin-right: 0px;
		width: 100%;
		margin-bottom: 0px;
		line-height: 1.6;
	}
	.event .news_link {
		/*width: 100%;*/
		/*text-align: right;*/
		/*margin-bottom: 10px;*/
		display: none;
	}
	.event .news_link a {
		font-size: 13px;
		padding: 0 15px 0 0;
	}
	.event .news_link a::after {
	    right: 0;
	}
}

/*========================
main visual
=========================*/
.key_visual {
	width: 100%;
	background: url("../images/top/KV_higuchi1.png") no-repeat center top/cover;
	/*margin-top: 85px;*/
}
.key_visual2 {
	width: 100%;
	background: url("../images/top/KV_aoki1.png") no-repeat center top/cover;
	/*margin-top: 85px;*/
}
#main-image,
#main-image2 {
	visibility: hidden;
}
/*
.key_visual .inner {
	width: 1200px;
	max-width: 95%;
	margin: 0 auto;
	padding: 120px 0 0;
}
.key_visual .inner h1 {
	font-size: 40px;
	font-weight: 900;
	color: #fff;
	line-height: 1.8;
}
*/
@media screen and (max-width:767px) {
	/*.key_visual {*/
	/*	margin-top: 75px;*/
	/*}*/
/*
	.key_visual .inner h1 {
		font-size: 22px;
	}
*/
}

/*========================
step3
=========================*/
.step3 {
	width: 100%;
	padding: 80px 0 40px;
	/*position: relative;*/
}
/*.step3::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	background: #fff;*/
/*	transform: skewY(-7deg);*/
/*	z-index: -1;*/
/*}*/

.step3 .inner {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto 80px;
}
.step3 .inner h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	padding: 0 0 5px 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.step3 .inner h2:before {
	content: "";
	width: 5px;
	height: 30px;
	background: #ea3223;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	position: absolute;
}

.step3 .inner ul.step3_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 0px
}
.step3 .inner ul.step3_list li {
	width: 100%;
	background: #000;
	padding: 40px;
	box-sizing: border-box;
}

.step3 .inner ul.step3_list li h3{
	font-size: 40px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #ea3223;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.step3 .inner ul.step3_list li h3 span{
	font-size: 70px;
	font-style: italic;
	color: rgba(255,0,0,0.3);
	font-family: 'Roboto', sans-serif;
	margin-right: 10px;
	font-weight: 400;
}

.step3 .inner ul.step3_list li p {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
.step3 .inner ul.step3_list li p span {
	color: #ea3223;
}
@media screen and (max-width:979px) {
	.step3 .inner ul.step3_list {
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.step3 {
		padding: 40px 0;
		top: 0;
	}
	.step3 .inner {
		margin: 0 auto;
	}
	.step3 .inner h2 {
		font-size: 22px;
		padding: 0 0 0 20px;
		margin-bottom: 20px;
	}
	.step3 .inner h2:before {
		height: 40px;
	}
	.step3 .inner h2 span {
		font-size: 14px;
		display: block;
		width: 100%;
	}
	.step3 .inner ul.step3_list li {
		padding: 20px;
	}
	
	.step3 .inner ul.step3_list li h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.step3 .inner ul.step3_list li h3 span{
		font-size: 35px; 
	}
	
	.step3 .inner ul.step3_list li p{
		font-size: 11px;
	}
}

/*========================
peaple
=========================*/
.people {
	width: 100%;
	padding: 80px 0;
	position: relative;
	/*top: -100px;*/
	/*bottom: -100px;*/
}
.people::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
	transform: skewY(-7deg);
	z-index: -1;
}
.people h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 100px;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 40px;
	line-height: 0.5;
}
.people h2 span {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 32%;
	font-style: normal;
	letter-spacing: 0;
	background: #ea3223;
	padding: 15px 10px 15px 10px;
	clip-path: polygon(5% 10%, 100% 0, 95% 30%, 0 99%);
	margin-top: 10px;
	margin-left: -15px;
}
.people .inner {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto 80px;
}
.people .inner p {
	font-size: 18px;
	line-height: 1.8;
	color: #565656;
	margin-bottom: 20px;
}
.people .txt {
	margin-bottom: 80px;
}
.people h3 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}
.people h3:before {
	content: "";
	background: #ea3223;
	width: 5px;
	height: 34px;
	left: 0;
	position: absolute;
}
.people .member_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px;
	margin: 60px 0 80px;
}
.people .member_list li {
	width: 225px;
	position: relative;
	box-shadow: 0px 0px 15px -5px #777777;
	line-height: 0;
}
.people .member_list li a {
	display: block;
}
.people .member_list li img {
	width: 100%;
	height: auto;
}
.people .member_list li p {
	position: absolute;
	display: inline-block;
	background: #fff;
	padding: 5px;
	color: #ea3223;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	z-index: 10;
	margin: 0;
	border-bottom: 2px solid #ea3223;
}
.people .member_list li p.position {
	bottom: 55px;
	left: -20px;
}

.people .member_list li p.position .bsg{
	font-size: 13px;
}
.people .member_list li p.year {
	bottom: 14px;
	left: -20px;
}
.people .member_list li p.year .saiyou{
	font-size: 12px;
	width: auto;
}
.people .hide-box {
	display: none;
}
button.readmore {
	position: relative;
	height: 80px;
	width: 90px;
	margin: 40px auto;
	display: block;
	background-color: transparent;
	color: #666;
	padding-bottom: 40px;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
}
button.readmore::after {
	content: " ";
	position: absolute;
	width: 30px;
	height: 30px;
	border-top: solid 3px #666;
	border-right: solid 3px #666;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	right: 28px;
	top: 25px;
	transition: .5s;
	-erbkit-transition: .5s;
}
button.readmore:hover::after {
	top: 40px;
}
.on-click {
	color: transparent!important;
}
.on-click {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

/* report_list */
.report_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 80px 0 40px;
	gap: 40px 0;
}

.report_list.category_list {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 80px 0 40px;
	gap: 40px;
}

.report_list.category_list:after {
	content: "";
	display: block;
	width: 340px;
}

.report_list li {
	position: relative;
	width: 340px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #777777;
	background: #fff;
}

.report_list li:nth-child(1), .report_list li:nth-child(2) {
	width: 530px;
}

.report_list.category_list li:nth-child(1), .report_list.category_list li:nth-child(2) {
	width: 340px;
}
.report_list li a {
	display: block;
}
.report_list li a .headline {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #ea3223;
	line-height: 1.6;
	font-size: 30px;
	font-weight: bold;
}
.report_list li ul.tags {
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 10px;
	right: 10px;
}
.report_list li ul.tags li {
	width: 100%;
	text-align: center;
	border: 1px solid #ff0000;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20px;
	z-index: 99;
	background: #fff;
	color: #ff0000;
}

.report_list li p.category {
	position: absolute;
	border: 1px solid #ff0000;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20px;
	left: 10px;
	top: 10px;
	z-index: 99;
	background: #fff;
	color: #ff0000;
}

.report_list li img {
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	height: auto;
}

.report_list li .report_txt {
	background: #fff;
	padding: 15px 15px 50px;
	box-sizing: border-box;
	border-radius: 0px 0px 8px 8px;
	position: relative;
}

.report_list li .report_txt .position {
	font-size: 14px;
	line-height: 1.8;
	color: #565656;
	margin-bottom: 0;
}
.report_list li .report_txt .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #565656;
	margin-bottom: 0;
}

.report_list li .report_btn {
	position: absolute;
	width: 65px;
	bottom: 10px;
	right: 0;
	padding: 0 25px 0 0;
}

.report_list li .report_btn .more {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 40px;
	text-align: center;
	color: #ea3223;
	position: relative;
	padding: 0;
}

.report_list li .report_btn .more:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/top/interview_arrow.svg) no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -25px;
}

.interview {
	margin-bottom: 80px;
}
.interview_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 80px 0 40px;
}
.interview_list li {
	width: 520px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #777777;
	position: relative;
}

.interview_list li p.category{
	position: absolute;
	border: 1px solid #ff0000;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20px;
	left: 10px;
	top: 10px;
	z-index: 99;
	background: #fff;
	color: #ff0000;
}

.interview_list li img {
	border-radius: 8px 8px 0px 0px;
}
.interview_list li .interview_txt {
	background: #fff;
	padding: 15px 15px 50px;
	box-sizing: border-box;
	border-radius: 0px 0px 8px 8px;
	position: relative;
}
.interview_list li .interview_txt p {
	font-size: 16px;
	line-height: 1.8;
	color: #565656;
	margin-bottom: 0;
}
.interview_list li .interview_txt .interview_link {
	position: absolute;
	width: 65px;
	bottom: 10px;
	right: 0;
	padding: 0 25px 0 0;
}
.interview_list li .interview_txt .interview_link a {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 40px;
	text-align: center;
	color: #ea3223;
	position: relative;
	padding: 0;
}
.interview_list li .interview_txt .interview_link a:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/top/interview_arrow.svg) no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -25px;
}
.people .bigbeat_movie .movie_area {
	width: 980px;
	max-width: 100%;
	margin: 0 auto 40px;
}
@media screen and (max-width:1099px) {
	.people .member_list li {
		width: 28%;
	}
	.interview_list li {
		width: 48%;
	}
	.interview_list li img {
		max-width: 100%;
	}
	.people .bigbeat_movie .movie_area img {
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.people {
		padding: 40px 0;
	}
	.people h2 {
		font-size: 60px;
		margin-bottom: 40px;
		line-height: 1;
	}
	.people h2 span {
		font-size: 20px;
		width: 55%;
		margin-top: -5px;
		padding: 5px;
		margin-left: 0;
	}
	
	.people .inner{
		margin: 0 auto 40px;
	}
	
	.people .inner p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.people h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.people h3:before {
		height: 28px;
	}
	.people .member_list {
		gap: 30px;
		margin: 30px 0 80px;
	}
	.people .member_list li {
		width: 45%;
	}
	.people .member_list li p {
		padding: 5px;
		font-size: 13px;
	}
	.people .member_list li p.position {
		bottom: 49px;
		left: -8px;
	}
	.people .member_list li p.position .bsg{
		font-size: 10px;
	}
	.people .member_list li p.year {
		left: -8px;
		bottom: 2px;
	}
	.report_list {
		margin: 40px 0;
	}
	.interview {
		margin-bottom: 80px;
	}
	.interview_list {
		margin: 40px 0 20px;
		gap: 40px 0;
	}
	.interview_list li {
		width: 100%;
	}
	.interview_list li .interview_txt {
		padding: 15px 15px 50px;
	}
	.interview_list li .interview_txt p {
		font-size: 13px;
	}
	.interview_list li .interview_txt .interview_link {
		position: absolute;
		width: 65px;
		bottom: 10px;
		right: 0;
		padding: 0 25px 0 0;
	}
	.people .bigbeat_movie .movie_area {
		margin: 0 auto 40px;
	}
}

/*========================
work
=========================*/
.work {
	width: 100%;
	padding: 80px 0;
	position: relative;
	/*top: -100px;*/
	bottom: -70px;
}
.work::before {
	content: '';
	position: absolute;
	top: -5%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	transform: skewY(-7deg);
	z-index: -1;
}
.work h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 100px;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 40px;
	color: #fff;
	line-height: 0.5;
}
.work h2 span {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 25%;
	font-style: normal;
	letter-spacing: 0;
	background: #ea3223;
	padding: 15px 10px;
	clip-path: polygon(5% 10%, 100% 0, 95% 35%, 0 99%);
	margin-top: 10px;
	margin-left: -10px
}
.work .inner {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto 80px;
}
.work .inner p {
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 20px;
}
.work .box {
	margin-bottom: 80px;
}
.work h3 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}
.work h3:before {
	content: "";
	background: #ea3223;
	width: 5px;
	height: 34px;
	left: 0;
	position: absolute;
}
.work .diagram {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.work .diagram .img {
	width: 220px;
}
.work .diagram .txt {
	width: 830px;
	position: relative;
	padding: 0 0 20px;
}
.work .diagram .txt h4 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	list-style: 1.4;
}
.work .diagram .txt p {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 15px;
}
.work .diagram .txt .more_link {
	position: absolute;
	width: 65px;
	bottom: 0;
	right: 0;
	padding: 0 25px 0 0;
}
.work .diagram .txt .more_link a {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 40px;
	text-align: center;
	color: #ea3223;
	position: relative;
	padding: 0;
}
.work .diagram .txt .more_link a:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/top/interview_arrow.svg) no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -25px;
}
.work .client_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.work .client_list li {
	width: 350px;
	border: 8px solid #fff;
	min-height: 350px;
	box-sizing: border-box;
	padding: 15px;
}


.work .client_list li:nth-child(1){
	width: 724px;
}

.work .client_list li h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	text-align: center;
	color: #fff;
	padding: 0;
}

.work .client_list li h3:before {
	content: none;
}

.work .client_list li h3:after {
	content: "";
	width: 60px;
	height: 4px;
	background: #EA3223;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
}

.work .client_list li:nth-child(1) {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.work .client_list li:nth-child(1) .img {
	width: 40%;
}

.work .client_list li:nth-child(1) .img img {
	width: 100%;
	height: auto;
}

.work .client_list li:nth-child(1) .txt {
	width: 55%;
}

.work .client_list li:nth-child(1) h3 {
	text-align: left;
}

.work .client_list li:nth-child(1) h3:after {
	right: auto;
}

.work .client_list li:nth-child(1) dl.ratio_list {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
	flex-wrap: wrap;
}

.work .client_list li:nth-child(1) dl.ratio_list dt {
	font-size: 20px;
	line-height: 1.8;
	width: 75%;
	color: #fff;
}

.work .client_list li:nth-child(1) dl.ratio_list dd {
	font-size: 20px;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
	width: 25%;
	position: relative;
	color: #fff;
}

.work .client_list li:nth-child(1) dl.ratio_list dd:before {
	content: "";
	width: 30px;
	height: 1px;
	border-top: 2px dotted #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.work .client_list li:nth-child(2) .img {
	width: 50%;
	margin: 40px auto 0px;
}

.work .client_list li:nth-child(2) .img img {
	width: 100%;
	height: auto;
}

.work .client_list li:nth-child(2) p {
	color: #fff;
}

.work .client_list li:nth-child(2) p.txt01 {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.work .client_list li:nth-child(2) p.txt01 span {
	font-size: 48px;
}

.work .client_list li:nth-child(2) p.txt02 {
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}


.slider {
	width: 94%;
	margin: 0 auto;
}
.slider img {
	width: 100%;
	height: auto;
}
.slider .slick-slide {
	margin: 0 10px;
}
.slick-prev, .slick-next {
	position: absolute;
	cursor: pointer;
	outline: none;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.slick-prev {
	left: -45px;
	transform: rotate(-180deg);
	background: url(../images/top/slide_arrow.svg) no-repeat center/cover;
}
.slick-next {
	right: -45px;
	background: url(../images/top/slide_arrow.svg) no-repeat center/cover;
}
@media screen and (max-width:1099px) {
	.work .diagram .img {
		width: 30%;
	}
	.work .diagram .txt {
		width: 68%;
	}
	.work .client_list li {
		width: 30%;
		min-height: 200px;
	}
}
@media screen and (max-width:767px) {
	.work {
		padding: 0 0 80px;
		bottom: 0;
	}
	.work::before {
		top: -5%;
	}
	.work h2 {
		font-size: 60px;
		line-height: 1;
	}
	.work h2 span {
		font-size: 20px;
		width: 43%;
		padding: 5px;
		margin-top: -5px;
		margin-left: 0;
	}
	.work .inner {
		margin: 0 auto 40px;
	}
	.work .inner p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.work .box {
		margin-bottom: 40px;
	}
	.work h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.work h3:before {
		height: 28px;
	}
	.work .diagram {
		padding: 20px;
	}
	.work .diagram .img {
		width: 100%;
		margin-bottom: 20px;
	}
	.work .diagram .img img {
		width: 100%;
		height: auto;
	}
	.work .diagram .txt {
		width: 100%;
	}
	.work .diagram .txt h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.work .diagram .txt p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.work .diagram .txt .more_link {
		padding: 0;
	}
	.work .diagram .txt .more_link a {
		font-size: 13px;
	}
	.work .client_list {
		gap: 20px 0px;
	}
	
	.work .client_list li{
		min-height: auto;
		width: 90%; margin: 0 auto;
		padding: 10px;
	}
	.work .client_list li:nth-child(1){
		width:90%; margin: 0 auto;
	}
	.work .client_list li h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.work .client_list li:nth-child(1) .img {
		width: 70%;
		margin: 0 auto;
	}
	.work .client_list li:nth-child(1) .txt {
		width: 100%;
		margin-bottom: 20px;
	}
	.work .client_list li:nth-child(1) dl.ratio_list {
		margin: 30px 0 0;
	}
	.work .client_list li:nth-child(1) dl.ratio_list dt {
		font-size: 16px;
	}
	.work .client_list li:nth-child(1) dl.ratio_list dd {
		font-size: 16px;
	}
	.work .client_list li:nth-child(2) .img {
		width: 40%;
		margin: 20px auto 0px;
	}
	.work .client_list li:nth-child(2) p.txt01 {
		font-size: 22px;
	}
	.work .client_list li:nth-child(2) p.txt01 span {
		font-size: 24px;
	}
	.work .client_list li:nth-child(2) p.txt02 {
		font-size: 13px;
	}
	.slick-prev, .slick-next {
		width: 30px;
		height: 30px;
	}
	.slick-prev {
		left: -15px;
	}
	.slick-next {
		right: -15px;
	}
}

/*========================
company
=========================*/
.company {
	width: 100%;
	padding: 120px 0 0;
	position: relative;
	top: 0px;
}
.company::before {
	content: '';
	position: absolute;
	top: -5%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f0f0f0;
	transform: skewY(-7deg) translateY(90px);
	z-index: -1;
}
.company::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #f0f0f0;
	bottom: -400px;
    z-index: -1;
}
.company h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 100px;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 100px;
	color: #000;
	line-height: 0.5;
}
.company h2 span {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 40%;
	font-style: normal;
	letter-spacing: 0;
	background: #ea3223;
	padding: 15px 10px;
	clip-path: polygon(3% 11%, 100% 0, 95% 18%, 0 95%);
	margin-top: 10px;
	margin-left: -5px;
}
.company .inner {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto 80px;
}
.company .flexbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 80px 40px;
}
.company .flexbox .box {
	width: 500px;
}
.company h3 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}
.company h3:before {
	content: "";
	background: #ea3223;
	width: 5px;
	height: 34px;
	left: 0;
	position: absolute;
}
.company table.company_table {
	width: 100%;
	border-collapse: collapse;
}
.company table.company_table th, .company table.company_table td {
	padding: 15px 0;
	line-height: 1.6;
	text-align: left;
	font-size: 16px;
}
.company table.company_table th {
	width: 20%;
	font-weight: bold;
}
.company table.company_table td {
	width: 80%;
}
.company ul.media_list {
	width: 100%;
}
.company ul.media_list li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.company ul.media_list li .img {
	width: 30%;
}
.company ul.media_list li .txt {
	width: 60%;
}
.company ul.media_list li .txt h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
.company ul.media_list li .txt p {
	font-size: 16px;
	line-height: 1.8;
}
.company .box p {
	font-size: 16px;
	line-height: 1.6;
}
.company .box span.global_link {
	margin-left: 40px;
	width: 20px;
	height: 20px;
}
.company .box span.global_link img {
	width: 20px;
	height: 20px;
}
.company .recruit_box {
	width: 100%;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
	padding: 80px;
	box-sizing: border-box;
}
.company .tab {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.company .tab li {
	width: 19%;
}
.company .tab li a {
	display: block;
	border-radius: 31.5px;
	background: #fff;
	border: 1px solid #141414;
	text-align: center;
	font-size: 18px;
	line-height: 1.1;
	color: #141414;
	;
	padding: 20px 0px;
}
.company .tab li.active a {
	background: #f10000;
	border: 1px solid #f10000;
	color: #fff;
}
.company .area {
	display: none;
	/*はじめは非表示*/
	opacity: 0;
	/*透過0*/
	background: #fff;
	padding: 50px 20px;
}
.company .area.is-active {
	display: block;
	/*表示*/
	animation-name: displayAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes displayAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.company .area p.txt01{ 
	text-align: center;
	font-size: 18px;
}
.company table.recruit_table {
	width: 100%;
	border-collapse: collapse;
}
.company table.recruit_table th, .company table.recruit_table td {
	padding: 15px 0;
	line-height: 1.6;
	text-align: left;
	font-size: 16px;
}
.company table.recruit_table th {
	width: 20%;
	font-weight: bold;
	vertical-align: top;
}
.company table.recruit_table td {
	width: 80%;
}
.company table.recruit_table td em {
	font-weight: bold;
}
@media screen and (max-width:1099px) {
	.company .flexbox .box {
		width: 46%;
	}
	.company .recruit_box {
		padding: 40px;
	}
}
@media screen and (max-width:767px) {
	.company {
		padding: 40px 0 0;
	}
	.company h2 {
		font-size: 60px;
		margin-bottom: 50px;
		line-height: 1;
	}
	.company h2 span {
		font-size: 20px;
		width: 70%;
		padding: 5px;
		margin-top: -5px;
		margin-left: 0;
	}
	.company .inner {
		margin: 0 auto 40px;
	}
	.company .flexbox {
		gap: 40px 0px;
	}
	.company .flexbox .box {
		width: 100%;
	}
	.company h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.company h3:before {
		height: 28px;
	}
	.company table.company_table th, .company table.company_table td {
		padding: 10px 0;
		font-size: 13px;
	}
	.company table.company_table th {
		width: 20%;
		font-weight: bold;
	}
	.company table.company_table td {
		width: 80%;
	}
	.company ul.media_list {
		width: 100%;
	}
	.company ul.media_list li {
		margin-bottom: 20px;
	}
	.company ul.media_list li .img {
		width: 50%;
		margin-bottom: 15px;
	}
	.company ul.media_list li .txt {
		width: 100%;
	}
	.company ul.media_list li .txt h4 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.company ul.media_list li .txt p {
		font-size: 13px;
	}
	.company .box p {
		font-size: 13px;
	}
	.company .box span.global_link {
		margin-left: 30px;
	}
	.company .recruit_box {
		width: 100%;
		border-radius: 8px;
		padding: 20px;
	}
	.company .tab {
		gap: 15px 0;
		;
	}
	.company .tab li {
		width: 100%;
	}
	.company .tab li a {
		font-size: 16px;
		padding: 15px 0px;
	}
	.company .area {
		padding: 25px 10px;
	}
	.company table.recruit_table th, .company table.recruit_table td {
		padding: 10px 0;
		font-size: 13px;
	}
	.company table.recruit_table th {
		width: 100%;
		display: block;
	}
	.company table.recruit_table td {
		width: 100%;
		display: block;
		padding: 0 0 10px 0;
	}
}

/*========================
modal
=========================*/
.js-modal-area {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.js-modal-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.6);
}
.js-modal-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	max-width: 700px;
	/*background-color: #fff;*/
	max-height: 70%;
	height: 590px;
	/*overflow-y: auto;*/
}
.js-modal-close {
	position: absolute;
	top: 0.5rem;
	right: 1.5rem;
	cursor: pointer;
	font-size: 40px;
	color: #ff0000;
}
.js-modal-contents {
	background: #fff;
	padding: 30px 15px;
	box-sizing: border-box;
	display: block;
	height: 100%;
	overflow-y: auto;
	border-radius: 15px;
}
.js-modal-contents::-webkit-scrollbar {
	border-radius: 10px;
	width: 10px;
}
.js-modal-contents::-webkit-scrollbar-thumb {
	background-color: #b6b6b6;
	border-radius: 10px;
}
.popup_inner {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	margin: 0;
}
.popup_inner .img-and-button {
	width: 30%;
}
.popup_inner .img{
	margin-bottom: 30px;
}
.popup_inner .img img {
	border-radius: 20px;
}
.popup_inner .txt {
	width: 60%;
	max-height: 520px;
    /*overflow-y: auto;*/
    padding: 0 0 30px;
    box-sizing: border-box;
}
.popup_inner .txt .position {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background: #ff0000;
	margin: 0 0 3px;
	display: table; width: auto;
	padding: 5px 7px;
}
.popup_inner .txt .year {
	font-weight: bold;
	font-size: 16px;
	background: #FF0000;
	color: #fff;
	margin: 0 0 5px;
	display: table; width: auto;
	padding: 5px 7px;
}
.popup_inner .txt .year .saiyou{
	font-size: 12px;
}
.popup_inner .txt p.name {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	margin: 15px 0 20px; color: #000;
	position: relative;
}

/*.popup_inner .txt p.name:before{*/
/*	width: 5px;*/
/*	height: 40px;*/
/*	content: "";*/
/*	background: #ff0000;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	margin: auto;*/
/*	left: 0;*/
/*}*/

.popup_inner .txt .popup_txt{
	padding-bottom: 30px;
}

.popup_inner .txt .popup_txt h5 {
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

.popup_inner .txt .popup_txt p {
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	color: #000;
	margin-bottom: 15px;
}
.js-modal-wrapper ul.popup_btn {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 20px 0;
	flex-wrap: wrap;
}
.js-modal-wrapper ul.popup_btn li {
	width: 100%;
}
.js-modal-wrapper ul.popup_btn li a {
	width: 100%;
	display: block;
	border: 1px solid #FF0000;
	color: #FF0000;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	border-radius: 30px;
}
.js-modal-wrapper ul.popup_btn li a:hover {
	background: #ff0000;
	color: #fff;
}
@media screen and (max-width:767px) {
	.js-modal-wrapper {
		padding: 0px;
		max-height: 90%;
		height: 620px;
		width: 80%;
	}
	.js-modal-close {
		position: fixed;
		z-index: 2;
	}
	.js-modal-contents {
		padding: 10px;
	}
	.popup_inner {
		gap: 20px;
		width: 95%;
		margin: 0 auto 20px;
		position: relative;
	}
	.popup_inner .img-and-button {
		width: 100%;
	}
	.popup_inner .img {
		width: 60%;
		margin: 60px auto 30px;
	}
	.popup_inner .img img {
		border-radius: 10px;
	}
	.popup_inner .txt {
		width: 100%;
	}
	.popup_inner .txt {
		width: 100%;
		max-height: auto;
	    padding: 0;
	}
	.popup_inner .txt .popup_txt{
		padding-bottom: 15px;
	}
	.popup_inner .txt .position {
		font-size: 13px;
		padding: 3px 5px;
		position: absolute;
		top: 0;
	}
	.popup_inner .txt .year {
		font-size: 13px;
		padding: 3px 5px;
		position: absolute;
		top: 22px;
	}
	.popup_inner .txt p.name {
		font-size: 28px;
		text-align: center;
		margin: 0 0 20px;
	}
	.popup_inner .txt .popup_txt p {
		font-size: 11px;
		line-height: 1.6;
	}
	.js-modal-wrapper ul.popup_btn {
		gap: 20px;
	}
	.js-modal-wrapper ul.popup_btn li {
		width: 100%;
	}
	.js-modal-wrapper ul.popup_btn li a {
		font-size: 16px;
		padding: 15px 0;
	}
}