@charset "UTF-8";

.work .figure01 {
	width: 80%;
	margin: 0 auto 50px;
	max-width: 550px;
	padding: 50px 0;
}
.work .work-title .icon {
	width: 25%;
}
.work .work-title .txt {
	width: 72%;
	padding: 10px 0 0;
}
.work .work-title .txt .cc {
	text-align: left;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.work .work-title .txt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work .work-title .txt ul li {
	width: 48%;
	margin-bottom: 15px;
}
.work .work-title .txt ul li p {
	color: #00B29B;
	line-height: 1.6em;
}
.work .work-title .txt ul li p.ttl {
	font-size: 18px;
	font-weight: 600;
}
.work-points {
	margin: 50px auto 0;
}
.work-points dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.work-points dl dt {
	width: 100px;
}
.work-points dl dt span {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background: #F5A73C;
	padding: 0 15px;
	border: solid 1px #162F3A;
}
.work-points dl dd {
	width: calc(100% - 120px);
}
.work-points dl dd ul li {
	font-size: 18px;
	padding-left: 22px;
	position: relative;
}
.work-points dl dd ul li:before {
	content: "■";
	color: #F08200;
	font-size: 12px;
	left: 0;
	top: .0em;
}
.work-points dl dd ul li span {
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.work .figure01 {
		width: 100%;
		margin: 0 auto 30px;
		max-width: 450px;
		padding: 50px 0;
	}
	.work .work-title .icon {
		width: 120px;
		margin: 0 auto 20px;
	}
	.work .work-title .txt {
		width: 100%;
		padding: 10px 0 0;
	}
	.work .work-title .txt .cc {
		text-align: center;
		line-height: 1.6em;
		margin-bottom: 30px;
	}
	.work .work-title .txt ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 80%;
		margin: 0 auto;
		max-width: 300px;
	}
	.work .work-title .txt ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.work .work-title .txt ul li p {
		color: #00B29B;
		line-height: 1.6em;
	}
	.work .work-title .txt ul li p.ttl {
		font-size: 15px;
		font-weight: 600;
	}
	.work-points {
		margin: 50px auto 0;
	}
	.work-points dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.work-points dl dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.work-points dl dt span {
		display: inline-block;
		min-width: 90px;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		background: #F5A73C;
		padding: 0 15px;
		border: solid 1px #162F3A;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.work-points dl dd {
		width: calc(100%);
	}
	.work-points dl dd ul li {
		font-size: 14px;
		padding-left: 22px;
		position: relative;
	}
	.work-points dl dd ul li:before {
		content: "■";
		color: #F08200;
		font-size: 12px;
		left: 0;
		top: .0em;
	}
	.work-points dl dd ul li span {
		font-weight: 600;
	}
}


.interview-menu {
	display: flex;
	flex-wrap: wrap;
}
.interview-menu.centered {
	justify-content: center;
}
.interview-menu li {
	width: 23%;
	position: relative;
	margin: 0 1% 30px;
}
.interview-menu li .bg {
	position: relative;
	border: solid 1px #162F3A;
}
.interview-menu li .txt .name {
	width: 29%;
}
.interview-menu li .txt .name p {
	font-size: 32px;
	font-weight: 600;
}
.interview-menu li .txt .profile {
	width: 69%;
	position: relative;
}
.interview-menu li .txt .profile p {
	font-size: 12px;
	line-height: 1.4em;
	position: relative;
	padding: 19px 0 0 20px;
	min-height: 5em;
}
.interview-menu li .txt .profile p:before {
	height: 25px;
	width: 1px;
	background: #F08200;
	left: 0;
	top: 22px;
}


.filter-button-group {
	margin: 0 auto;
	padding: 80px 0 0;
}
.button-group {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 60px;
	position: relative;
	margin-bottom: 10px;
}
.button-group p {
	position: absolute;
	left: 0;
	font-weight: 600;
}
.button-group .button, .button-reset {
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	padding: 7px 15px;
	margin-bottom: 5px;
	margin-right: 5px;
	background: #F5F2E7;
	border: solid 1px #162F3A;
	cursor: pointer;
	transition: all 0.3s;
}
.button-reset {
	margin: 0 0 0 60px;
}
.button-group .button:hover {
	background: #F5A73C;
}
.button.is-checked {
	background: #F5A73C;
	font-weight: 600;
}


@media screen and (max-width: 767px) {
	.interview-menu {
		display: flex;
		flex-wrap: wrap;
	}
	.interview-menu.centered {
		justify-content: center;
	}
	.interview-menu li {
		width: 48%;
		position: relative;
		margin: 0 1% 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview-menu li .bg {
		position: relative;
		border: solid 1px #162F3A;
	}
	.interview-menu li .txt .name {
		width: 40px;
	}
	.interview-menu li .txt .name p {
		font-size: 22px;
		font-weight: 600;
	}
	.interview-menu li .txt .profile {
		width: calc(100% - 40px);
		position: relative;
	}
	.interview-menu li .txt .profile p {
		font-size: 12px;
		line-height: 1.4em;
		position: relative;
		padding: 8px 0 0 10px;
		min-height: 5em;
	}
	.interview-menu li .txt .profile p:before {
		height: 20px;
		width: 1px;
		background: #F08200;
		left: 0;
		top: 15px;
	}
	
	.filter-button-group {
		margin: 0 auto;
		padding: 40px 0 0;
	}
	.button-group {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		box-sizing: border-box;
		padding-left: 50px;
		position: relative;
		margin-bottom: 10px;
	}
	.button-group p {
		position: absolute;
		left: 0;
		font-weight: 600;
	}
	.button-group .button, .button-reset {
		font-size: 12px;
		font-weight: 500;
		line-height: 1em;
		padding: 3px 10px;
		margin-bottom: 5px;
		margin-right: 5px;
		background: #F5F2E7;
		border: solid 1px #162F3A;
		cursor: pointer;
		transition: all 0.3s;
	}
	.button-reset {
		margin: 0 0 0 50px;
	}
	.button-group .button:hover {
		background: #F5A73C;
	}
	.button.is-checked {
		background: #F5A73C;
		font-weight: 600;
	}
}
@media screen and (max-width: 480px) {
	.interview-menu li {
		width: 100%;
		position: relative;
		margin: 0 0 20px;
	}
}

.interview .interview-main {
	position: relative;
	padding: 0 0 60%;
	background: url("../img/work_img/person-main-bg.svg") no-repeat left top;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.interview .interview-main .txt {
	position: absolute;
	display: inline-block;
	width: 50%;
	left: 5%;
	bottom: 30px;
	background: #F5F2E7;
	border: solid #162F3A 1px;
	box-sizing: border-box;
	padding: 60px 30px 20px;
	z-index: 2;
}
.interview .interview-main .txt h1 {
	position: absolute;
	top: -1px;
	left: -1px;
	background: #F5A73C;
	border: solid #162F3A 1px;
	padding: 0 15px;
	font-size: 18px;
}
.interview .interview-main .txt .mcc {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.interview .interview-main .txt .name {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.6em;
}
.interview .interview-main .txt .note {
	font-size: 14px;
	text-align: right;
}
.interview .interview-main .vis {
	position: absolute;
	width: 45%;
	right: 5%;
	bottom: 0;
}
.interview div[class^="article"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview div[class^="article"] .vis {
	width: 48%;
}
.interview div[class^="article"] .txt {
	width: 50%;
	box-sizing: border-box;
}
.article01 {
	margin: 80px 0;
}
.box-white.pt > .article01 {
	margin: 0 0 80px;
}
.article02 {
	margin: 0 0 80px;
}
.article01 .txt {
	padding: 10px 8% 0 2%;
}
.interview div[class^="article"] .txt p:not(.dtxt) {
	padding-bottom: 50px;
}
.article02 .txt {
	order: 1;
	padding: 10px 2% 0 8%;
}
.article02 .vis {
	order: 2;
}
.box-change {
	position: relative;
	padding: 80px 0;
	background: url("../img/work_img/person-main-bg2.svg") no-repeat center center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.box-change .txt {
	width: 65%;
	box-sizing: border-box;
	padding: 0 10px 0 10%;
}
.box-change .txt .txt-ttl {
	width: 80%;
	max-width: 280px;
	padding-bottom: 20px;
}
.box-change .txt h3 {
	font-size: 20px;
	padding-bottom: 20px;
}
.box-change .vis {
	width: 30%;
	box-sizing: border-box;
	padding: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
	.interview .interview-main {
		position: relative;
		padding: 0 0 0;
		background: url("../img/work_img/person-main-bg.svg") no-repeat left top;
		background-size: cover;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		overflow: hidden;
	}
	.interview .interview-main .txt {
		position: relative;
		display: inline-block;
		width: 100%;
		left: 0;
		bottom: 100%;
		background: #F5F2E7;
		border: solid #162F3A 1px;
		box-sizing: border-box;
		padding: 60px 20px 15px;
		order: 2;
		z-index: 2;
	}
	.interview .interview-main .txt h1 {
		position: absolute;
		top: -1px;
		left: -1px;
		background: #F5A73C;
		border: solid #162F3A 1px;
		padding: 0 15px;
		font-size: 14px;
	}
	.interview .interview-main .txt .mcc {
		font-size: min(5vw,20px);
		font-weight: 600;
		line-height: 1.6em;
		margin-bottom: 20px;
	}
	.interview .interview-main .txt .name {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.6em;
	}
	.interview .interview-main .txt .note{
		font-size: 12px;
	}
	.interview .interview-main .vis {
		position: relative;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		right: 0;
		bottom: 0;
		box-sizing: border-box;
		padding: 5% 5% 0;
		order: 1;
	}
	.interview .box-white .content-box-narrow {
		padding: 5%;
		box-sizing: border-box;
	}
	.interview div[class^="article"] {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview div[class^="article"] .vis {
		width: 100%;
		margin-bottom: 20px;
	}
	.interview div[class^="article"] .txt {
		width: 100%;
		box-sizing: border-box;
	}
	.article01 {
		margin: 30px 0;
	}
	.box-white.pt > .article01 {
		margin: 0 0;
	}
	.article02 {
		margin: 0 0;
	}
	.article01 .txt {
		padding: 10px 5% 0;
	}
	.interview div[class^="article"] .txt p:not(.dtxt) {
		padding-bottom: 50px;
	}
	.article02 .txt {
		order: 2;
		padding: 10px 5% 0;
	}
	.article02 .vis {
		order: 1;
	}
	.box-change {
		position: relative;
		padding: 40px 0;
		background: url("../img/work_img/person-main-bg2.svg") no-repeat center center;
		background-size: cover;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.box-change .txt {
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.box-change .txt .txt-ttl {
		width: 90%;
		max-width: 280px;
		padding: 0 5% 20px;
	}
	.box-change .txt h3 {
		font-size: 16px;
		padding: 0 5% 20px;
	}
	.box-change .vis {
		width: 80%;
		max-width: 200px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 0 0;
	}
}