@charset "utf-8";
/* CSS Document */

/*-----共通-----*/

.layout {
	width: 100%; /*background-color: #fff;*/
	padding: 0 0 0 0;
	text-align: center;
}
/*@media only screen and (max-width: 600px) { .layout{ padding:80px 0 0 0;}}*/
.inner-960 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 960px) {
	.inner-960 {
		width: 90%;
	}
}
/*.message main{ padding:80px 0 0 0;}*/

.common-title {
	margin-bottom: 60px;
	padding: 80px 0 0 0;
}
@media only screen and (max-width: 600px) {
	.common-title {
		margin-bottom: 40px;
	}
}
.common-title h2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	position: relative;
}
@media only screen and (max-width: 960px) {
	.common-title h2 {
		font-size: 24px;
	}
}

.common-title h2:after {
	position: absolute;
	top: -70px;
	left: 50%;
	content: 'MESSAGE';
	margin-bottom: -40px;
	color: #fff;
	background-color: #942343;
	transform: translate(-50%, 0);
	padding: 0 10px;
	font-size: 20px;
	z-index: 10;
}
@media only screen and (max-width: 600px) {
	.common-title h2:after {
		font-size: 13px;
		top: -40px;
		letter-spacing: 0.1em;
		line-height: 1;
		padding: 5px;
	}
}
.common-title p {
	font-weight: 700;
}

.common-title2 {
	/*margin-bottom:60px; border-bottom:solid 4px #EEF1F2; padding:0 0 60px 0;*/
}
.common-title2 h2 {
	font-size: 26px;
	line-height: 2;
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	.common-title2 h2 {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
}
.common-title2 p {
	text-align: left;
}

.common-title2 h2 span {
	display: block;
}
.common-title2 h2 span br {
	display: none;
}
@media only screen and (max-width: 600px) {
	.common-title2 h2 span br {
		display: block;
	}
}

.common-title3 {
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	.common-title3 {
		margin-bottom: 40px;
	}
}
.common-title3 div p:nth-of-type(1) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 16px;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media only screen and (max-width: 600px) {
	.common-title3 div p:nth-of-type(1) {
		font-size: 30px;
		margin-bottom: 10px;
	}
}
.common-title3 div p:nth-of-type(2) {
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
}
@media only screen and (max-width: 600px) {
	.common-title3 div p:nth-of-type(2) {
		font-size: 11px;
		letter-spacing: 0.2em;
	}
}

.common-gallery {
}
.common-gallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.common-gallery ul li {
	width: 30%;
	margin-bottom: 3%;
}
@media only screen and (max-width: 600px) {
	.common-gallery ul li {
		width: 49%;
		margin-bottom: 2%;
	}
}

hr.line {
	margin-bottom: 60px;
	border-bottom: solid 4px #eef1f2;
	padding: 0 0 60px 0;
}
@media only screen and (max-width: 600px) {
	hr.line {
		margin-bottom: 40px;
		border-bottom: solid 2px #eef1f2;
		padding: 0 0 40px 0;
	}
}
hr.line-white {
	border-bottom: solid 4px #fff !important;
}

.other-link {
	margin-top: 60px;
}
.other-link ul {
	display: inline-block;
}
.other-link ul li {
	display: inline-block;
	margin-right: 40px;
}
@media only screen and (max-width: 600px) {
	.other-link ul li {
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}
.other-link ul li:last-child {
	margin-right: 0px;
}
.other-link ul li a {
	text-decoration: none;
	display: inline-block;
	color: #000;
	position: relative;
	font-size: 20px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	.other-link ul li a {
		font-size: 16px;
	}
}
.other-link ul li a:after {
	position: absolute;
	display: inline-block;
	background-size: cover;
	top: 50%;
	right: -20px;
	content: '';
	background-image: url(../img/common/btn-basic.png);
	transform: translate(0, -50%);
	width: 13px;
	height: 15px;
	z-index: 10;
}
@media only screen and (max-width: 600px) {
	.other-link ul li a:after {
		width: 11px;
		height: 13px;
	}
}

.common-link ul {
	text-align: left;
}
@media only screen and (max-width: 600px) {
	.common-link ul {
		text-align: center;
	}
}
.common-link ul li {
	display: inline-block;
}
.common-link ul li a {
	box-shadow: 4px 4px 16px -6px rgb(0 0 0 / 60%) inset;
	/*background: linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%);*/
	padding: 15px 40px;
	background-color: #dfdfdf;
	border-radius: 30px;
	text-decoration: none;
	color: #111;
	font-weight: 700;
}
.common-link ul li a:hover {
	box-shadow: 0px -3px 4px 2px rgba(0, 0, 0, 0.4) inset;
}

#title-header {
	height: 940px;
	background-size: cover;
	position: relative;
	margin: 0 auto 80px;
	background-position: center center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
	#title-header {
		height: 460px;
		margin: 0 auto 40px;
	}
}
#title-header div {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	padding: 30px 30px 0 30px;
}
#title-header div p:nth-of-type(1) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 16px;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
#title-header div p:nth-of-type(2) {
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 0.8;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	#title-header div p:nth-of-type(2) {
		font-size: 16px;
	}
}

.btn-link {
	box-shadow: 4px 4px 16px -6px rgb(0 0 0 / 60%) inset;
	/*background: linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%);*/
	padding: 12px 50px 8px;
	letter-spacing: 0.2em;
	line-height: 1;
	background-color: #dfdfdf;
	border-radius: 30px;
	text-decoration: none;
	color: #111;
	font-weight: 700;
	display: inline-block;
}
a:hover.btn-link {
	box-shadow: 0px -3px 4px 2px rgba(0, 0, 0, 0.4) inset;
}

/*-----トップページ-----*/

/*body, html {
	padding:0;
	margin:0;
	height:100%;
	font-weight:500;
	font-family:  "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}*/
/*body.top .pattern {
	background-image:url(../img/pattern.png);
    background-repeat: repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
	width:100%;
	height:100%;
}*/
body.top .pc-background {
	/*text-align: center;
    height: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;*/
	position: relative;
	width: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 600px) {
	body.top .pc-background {
		display: none;
	}
}
body.top .video-style-pc {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}
body.top .sp-background {
	display: none;
}
@media only screen and (max-width: 600px) {
	body.top .sp-background {
		display: block;
	}
}
body.top .video-style-sp {
	margin-top: 60px;
}
body.top video {
	min-width: 100%;
	z-index: -9999;
	width: 100%;
	vertical-align: middle;
}
/*
body.top .top-catch{
    position: absolute;
    display: inline-block;
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 10;
}
body.top .top-catch img{ width:501px;}*/

main {
}

body.top .layout {
	width: 100%; /*background-color: #fff;*/
	padding: 100px 0;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	body.top .layout {
		padding: 40px 0 60px 0;
	}
}

body.top #content01 {
	margin: 0 auto 140px;
}
@media only screen and (max-width: 600px) {
	body.top #content01 {
		width: 90%;
		margin: 0 auto 40px;
	}
}
body.top #content01 h2 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.top #content01 h2 {
		font-size: 24px;
	}
}
body.top #content01 p {
	font-weight: 700;
}

body.top #content02 {
	width: 960px;
	margin: 0 auto 300px;
}
@media only screen and (max-width: 960px) {
	body.top #content02 {
		width: 90%;
		margin: 0 auto 180px;
	}
}
body.top #content02 ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media only screen and (max-width: 600px) {
	body.top #content02 ul {
		flex-direction: column;
	}
}
body.top #content02 ul li:nth-of-type(1) {
	margin-right: 5%;
}
@media only screen and (max-width: 600px) {
	body.top #content02 ul li:nth-of-type(1) {
		margin-right: 0;
	}
}
body.top #content02 ul li a {
	text-decoration: none;
	color: #333;
	position: relative;
	z-index: 10;
	font-size: 20px;
}
@media only screen and (max-width: 600px) {
	body.top #content02 ul li a {
		display: block;
		margin-bottom: 40px;
		font-size: 16px;
	}
}
body.top #content02 ul li a p:nth-of-type(1) {
	margin-bottom: 20px;
	background-color: #fff;
}
body.top #content02 ul li a p:nth-of-type(2) {
	font-weight: 700;
}

body.top #content02 ul li:nth-of-type(1) a p:nth-of-type(2) {
	font-weight: 700;
	position: absolute;
	left: -40px;
	top: -60px;
	background-color: #942343;
	color: #fff;
	width: 300px;
	text-align: left;
	padding: 15px 15px 100px 20px;
	z-index: -1;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
	body.top #content02 ul li:nth-of-type(1) a p:nth-of-type(2) {
		width: 70%;
		left: 0;
		top: 0;
		z-index: 10;
		padding: 12px 10px 10px 10px;
	}
}
body.top #content02 ul li:nth-of-type(2) a p:nth-of-type(2) {
	font-weight: 700;
	position: absolute;
	right: -40px;
	top: -60px;
	background-color: #942343;
	color: #fff;
	width: 300px;
	text-align: right;
	padding: 15px 20px 100px 15px;
	z-index: -1;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
	body.top #content02 ul li:nth-of-type(2) a p:nth-of-type(2) {
		width: 70%;
		right: auto;
		top: 0;
		z-index: 10;
		padding: 12px 10px 10px 10px;
		text-align: left;
	}
}

body.top #content03 {
	margin-bottom: 200px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 600px) {
	body.top #content03 {
		margin-bottom: 180px;
	}
}
body.top #content03 .bg-color {
	display: block;
	position: absolute;
	z-index: -10;
	background-color: #eef1f2;
	width: 52%;
	height: 680px;
	top: -200px;
}
@media only screen and (max-width: 600px) {
	body.top #content03 .bg-color {
		width: 100%;
		height: 280px;
		top: -160px;
	}
}
body.top #content03 div div:nth-of-type(1) {
	position: relative;
	width: 700px;
	margin-left: auto;
}
@media only screen and (max-width: 600px) {
	body.top #content03 div div:nth-of-type(1) {
		width: 100%;
	}
}
body.top #content03 div div:nth-of-type(1) p {
	margin-bottom: 40px;
	text-align: justify;
}
@media only screen and (max-width: 600px) {
	body.top #content03 div div:nth-of-type(1) p {
		margin-bottom: 20px;
	}
}
body.top #content03 div div:nth-of-type(1) p:nth-of-type(2) {
	position: absolute;
	right: 0;
	top: -120px;
	z-index: 10;
	width: 500px;
}
@media only screen and (max-width: 600px) {
	body.top #content03 div div:nth-of-type(1) p:nth-of-type(2) {
		position: inherit;
		top: 0;
		width: 100%;
	}
}
body.top #content03 div div:nth-of-type(1) p:nth-of-type(3) {
	text-align: right;
}
@media only screen and (max-width: 600px) {
	body.top #content03 div div:nth-of-type(1) p:nth-of-type(3) {
		text-align: center;
	}
}
body.top #content03 div div:nth-of-type(2) {
	position: absolute;
	top: -120px;
	left: 0;
	text-align: justify;
	background-color: #fff;
	padding: 60px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
	body.top #content03 div div:nth-of-type(2) {
		padding: 30px;
		width: 100%;
		top: -140px;
	}
}
body.top #content03 div div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 22px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.top #content03 div div:nth-of-type(2) p:nth-of-type(1) {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1;
	}
}
body.top #content03 div div:nth-of-type(2) p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.top #content03 div div:nth-of-type(2) p:nth-of-type(2) {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
body.top #content03 div div:nth-of-type(2) p:nth-of-type(3) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media only screen and (max-width: 600px) {
	body.top #content03 div div:nth-of-type(2) p:nth-of-type(3) {
		font-size: 26px;
	}
}
body.top #content04 {
	margin-bottom: 200px;
}
@media only screen and (max-width: 600px) {
	body.top #content04 {
		margin-bottom: 180px;
	}
}
body.top #content04 div div:nth-of-type(1) {
	position: relative;
	width: 700px;
	margin-right: auto;
}
@media only screen and (max-width: 600px) {
	body.top #content04 div div:nth-of-type(1) {
		width: 100%;
	}
}
body.top #content04 div div:nth-of-type(1) p {
	margin-bottom: 20px;
	text-align: justify;
}
body.top #content04 div div:nth-of-type(1) p:last-child {
	margin-bottom: 0px;
}
body.top #content04 div div:nth-of-type(1) p:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: -120px;
	z-index: 10;
	width: 500px;
}
@media only screen and (max-width: 600px) {
	body.top #content04 div div:nth-of-type(1) p:nth-of-type(2) {
		position: inherit;
		top: 0;
		width: 100%;
	}
}
body.top #content04 div div:nth-of-type(1) p:nth-of-type(3) {
	position: absolute;
	right: -260px;
	bottom: 0;
}
@media only screen and (max-width: 600px) {
	body.top #content04 div div:nth-of-type(1) p:nth-of-type(3) {
		position: inherit;
		right: auto;
		text-align: center;
	}
}
body.top #content04 div div:nth-of-type(2) {
	position: absolute;
	top: -120px;
	right: 0;
	text-align: justify;
	background-color: #942343;
	padding: 60px;
	color: #fff;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
	body.top #content04 div div:nth-of-type(2) {
		padding: 30px;
		width: 100%;
		top: -140px;
	}
}
body.top #content04 div div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 22px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.top #content04 div div:nth-of-type(2) p:nth-of-type(1) {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1;
	}
}
body.top #content04 div div:nth-of-type(2) p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.top #content04 div div:nth-of-type(2) p:nth-of-type(2) {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
body.top #content04 div div:nth-of-type(2) p:nth-of-type(3) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: 1;
	color: #942343;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media only screen and (max-width: 600px) {
	body.top #content04 div div:nth-of-type(2) p:nth-of-type(3) {
		font-size: 26px;
	}
}

body.top #content05 {
	margin-bottom: 300px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 600px) {
	body.top #content05 {
		margin-bottom: 200px;
	}
}
body.top #content05 div div:nth-of-type(1) {
	position: relative;
	width: 700px;
	margin-left: auto;
}
@media only screen and (max-width: 600px) {
	body.top #content05 div div:nth-of-type(1) {
		width: 100%;
	}
}
body.top #content05 div div:nth-of-type(1) p {
	margin-bottom: 40px;
	text-align: justify;
}
@media only screen and (max-width: 600px) {
	body.top #content05 div div:nth-of-type(1) p {
		margin-bottom: 20px;
	}
}
body.top #content05 div div:nth-of-type(1) p:last-child {
	margin-bottom: 0px;
}
body.top #content05 div div:nth-of-type(1) p:nth-of-type(2) {
	position: absolute;
	right: 0;
	top: -120px;
	z-index: 10;
	width: 500px;
}
@media only screen and (max-width: 600px) {
	body.top #content05 div div:nth-of-type(1) p:nth-of-type(2) {
		position: inherit;
		top: 0;
		width: 100%;
	}
}
body.top #content05 div div:nth-of-type(1) p:nth-of-type(3) {
	/* text-align: right; */
	position: absolute;
	left: -260px;
	bottom: 0;
}
@media only screen and (max-width: 600px) {
	body.top #content05 div div:nth-of-type(1) p:nth-of-type(3) {
		position: inherit;
		left: auto;
		text-align: center;
	}
}
body.top #content05 div div:nth-of-type(2) {
	position: absolute;
	top: -120px;
	left: 0;
	text-align: justify;
	background-color: #eef1f2;
	padding: 60px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
	body.top #content05 div div:nth-of-type(2) {
		padding: 30px;
		width: 100%;
		top: -140px;
	}
}
body.top #content05 div div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 22px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.top #content05 div div:nth-of-type(2) p:nth-of-type(1) {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1;
	}
}
body.top #content05 div div:nth-of-type(2) p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.top #content05 div div:nth-of-type(2) p:nth-of-type(2) {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
body.top #content05 div div:nth-of-type(2) p:nth-of-type(3) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media only screen and (max-width: 600px) {
	body.top #content05 div div:nth-of-type(2) p:nth-of-type(3) {
		font-size: 26px;
	}
}

body.top #content06 {
	margin-bottom: 220px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 600px) {
	body.top #content06 {
		margin-bottom: 40px;
	}
}
body.top #content06 .bg-color {
	display: block;
	position: absolute;
	right: 0;
	z-index: -10;
	background-color: #eef1f2;
	width: 52%;
	height: 780px;
	top: -200px;
}
@media only screen and (max-width: 600px) {
	body.top #content06 .bg-color {
		width: 100%;
		height: 300px;
		top: -142px;
	}
}
body.top #content06 div div:nth-of-type(1) {
	position: relative;
	margin-right: auto;
}
body.top #content06 div div:nth-of-type(1) .human {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-top: 250px;
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(1) .human {
		flex-direction: column;
		padding-top: 120px;
	}
}
body.top #content06 div div:nth-of-type(1) .human a {
	width: 28%;
	color: #000;
	text-decoration: none;
	position: relative;
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(1) .human a {
		width: 100%;
	}
}
body.top #content06 div div:nth-of-type(1) .human a div.block {
	display: block;
	background-color: #000;
	overflow: hidden;
	height: 220px;
	text-align: right;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(1) .human a div.block {
		height: 160px;
	}
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(1) .human a {
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(1) .human a:last-child {
		margin-bottom: 0px;
	}
}

body.top #content06 div div:nth-of-type(1) .human a div.block-parts1 {
	padding: 20px 0 0 20px;
}
body.top #content06 div div:nth-of-type(1) .human a div.block-parts1 img {
	height: 220px !important;
	width: auto !important;
}
body.top #content06 div div:nth-of-type(1) .human a div.block img {
	width: 140px;
	/* height: 100px; */
	/* bottom: 0; */
	object-fit: contain;
}
body.top #content06 div div:nth-of-type(1) .human a div.block .number {
	position: absolute;
	left: 0;
	bottom: 0;
	position: absolute;
	left: -4px;
	bottom: 0;
	font-size: 90px;
	line-height: 0.7;
	letter-spacing: -0.05em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	z-index: 10;
	color: rgb(255 255 255 / 50%);
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(1) .human a div.block .number {
		font-size: 120px;
	}
}
body.top #content06 div div:nth-of-type(1) .human a .bg-title {
	position: absolute;
	text-align: left;
	z-index: -10;
	top: -50px;
	left: -40px;
	background-color: #942343;
	display: block;
	width: 200px;
	height: 200px;
	padding: 15px 0 0 40px;
	font-weight: 700;
	color: #fff;
}

body.top #content06 div div:nth-of-type(1) p {
	margin-bottom: 20px;
	text-align: justify;
}
body.top #content06 div div:nth-of-type(1) p:last-child {
	margin-bottom: 0px;
}
/*body.top #content06 div div:nth-of-type(1) p:nth-of-type(1){}
body.top #content06 div div:nth-of-type(1) p:nth-of-type(1){
    padding-top: 190px;
    text-align: justify;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 600px) { body.top #content06 div div:nth-of-type(1) p:nth-of-type(1){ padding-top: 80px; flex-direction: column; } }
body.top #content06 div div:nth-of-type(1) p:nth-of-type(1) a{ width: 26%; }
@media only screen and (max-width: 600px) { body.top #content06 div div:nth-of-type(1) p:nth-of-type(1) a { width: 70%; margin: 0 auto 40px;}}
@media only screen and (max-width: 600px) { body.top #content06 div div:nth-of-type(1) p:nth-of-type(1) a:last-child { margin: 0 auto 0px;}}*/
body.top #content06 div div:nth-of-type(1) p:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: -120px;
	z-index: 10;
	width: 500px;
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(1) p:nth-of-type(1) {
		position: inherit;
		left: auto;
		top: auto;
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(1) p:nth-of-type(1) br {
		display: none;
	}
}
body.top #content06 div div:nth-of-type(1) p:nth-of-type(2) {
	position: absolute;
	left: 0;
	right: -260px;
	top: 0;
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(1) p:nth-of-type(2) {
		position: inherit;
		left: auto;
		right: auto;
		top: auto;
		text-align: center;
	}
}
body.top #content06 div div:nth-of-type(2) {
	position: absolute;
	top: -120px;
	right: 0;
	text-align: justify;
	background-color: #fff;
	padding: 60px;
	color: #000;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(2) {
		padding: 30px;
		width: 100%;
	}
}
body.top #content06 div div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 22px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(2) p:nth-of-type(1) {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1;
	}
}
body.top #content06 div div:nth-of-type(2) p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(2) p:nth-of-type(2) {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
body.top #content06 div div:nth-of-type(2) p:nth-of-type(3) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media only screen and (max-width: 600px) {
	body.top #content06 div div:nth-of-type(2) p:nth-of-type(3) {
		font-size: 26px;
	}
}

body.top #content07 {
	margin-bottom: 140px;
}
@media only screen and (max-width: 600px) {
	body.top #content07 {
		margin-bottom: 40px;
	}
}
body.top #content07 div div:nth-of-type(1) {
	position: absolute;
	z-index: 10;
	top: -40px;
	left: -40px;
	text-align: justify;
	background-color: #942343;
	padding: 60px;
	color: #fff;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
	body.top #content07 div div:nth-of-type(1) {
		padding: 30px;
		width: 100%;
		left: 0;
		position: relative;
		top: 0;
	}
}
body.top #content07 div div:nth-of-type(1) p:nth-of-type(1) {
	font-size: 22px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.top #content07 div div:nth-of-type(1) p:nth-of-type(1) {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1;
	}
}
body.top #content07 div div:nth-of-type(1) p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.top #content07 div div:nth-of-type(1) p:nth-of-type(2) {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
body.top #content07 div div:nth-of-type(1) p:nth-of-type(3) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1;
	color: #942343;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media only screen and (max-width: 600px) {
	body.top #content07 div div:nth-of-type(1) p:nth-of-type(3) {
		font-size: 26px;
	}
}
body.top #content07 div div:nth-of-type(2) {
	position: relative;
	z-index: 1;
	width: 700px;
	margin-left: auto;
}
@media only screen and (max-width: 600px) {
	body.top #content07 div div:nth-of-type(2) {
		width: 100%;
	}
}
body.top #content07 div div:nth-of-type(3) {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
}
@media only screen and (max-width: 600px) {
	body.top #content07 div div:nth-of-type(3) {
		position: inherit;
		margin-top: 20px;
	}
}
body.top #content08 {
}
body.top #content08 div div:nth-of-type(1) {
	position: absolute;
	z-index: 10;
	top: -40px;
	right: -40px;
	text-align: justify;
	background-color: #000;
	padding: 60px;
	color: #fff;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
	body.top #content08 div div:nth-of-type(1) {
		padding: 30px;
		width: 100%;
		left: 0;
		position: relative;
		top: 0;
	}
}
body.top #content08 div div:nth-of-type(1) p:nth-of-type(1) {
	font-size: 22px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.top #content08 div div:nth-of-type(1) p:nth-of-type(1) {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1;
	}
}
body.top #content08 div div:nth-of-type(1) p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.top #content08 div div:nth-of-type(1) p:nth-of-type(2) {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
body.top #content08 div div:nth-of-type(1) p:nth-of-type(3) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: 1;
	color: #000;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media only screen and (max-width: 600px) {
	body.top #content08 div div:nth-of-type(1) p:nth-of-type(3) {
		font-size: 26px;
	}
}
body.top #content08 div div:nth-of-type(2) {
	position: relative;
	z-index: 1;
	width: 700px;
}
@media only screen and (max-width: 600px) {
	body.top #content08 div div:nth-of-type(2) {
		width: 100%;
	}
}
body.top #content08 div div:nth-of-type(3) {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 600px) {
	body.top #content08 div div:nth-of-type(3) {
		position: inherit;
		margin-top: 20px;
	}
}
body.top footer {
	margin: 0 auto;
}

/*-----メッセージ-----*/

main {
}

body.message main.layout {
	padding: 100px 0 0 0;
}
@media only screen and (max-width: 600px) {
	body.message main.layout {
		padding: 60px 0 0 0;
	}
}

body.message #content01 {
}
body.message #content02 {
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	body.message #content02 {
		margin-bottom: 40px;
	}
}
body.message #content02 div:nth-of-type(1) {
	background-image: url(../message/img/message-parts1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px 0;
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	body.message #content02 div:nth-of-type(1) {
		background-size: contain;
		padding: 40px 0;
		margin-bottom: 20px;
	}
}
body.message #content02 div:nth-of-type(1) p {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 2;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.message #content02 div:nth-of-type(1) p {
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
}
@media only screen and (max-width: 600px) {
	body.message #content02 div:nth-of-type(1) p span {
		display: block;
	}
}
body.message #content02 div:nth-of-type(1) p:last-child {
	margin-bottom: 0px;
}
body.message #content02 div:nth-of-type(2) {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.3em;
}
@media only screen and (max-width: 600px) {
	body.message #content02 div:nth-of-type(2) {
		font-size: 20px;
		letter-spacing: 0.2em;
	}
}

body.message #content03 {
}

/*-----アバウト-----*/

main {
}

body.about #title-header {
	background-image: url(../about/img/main.jpg);
}
body.about #content02 div {
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	body.about #content02 div {
		margin-bottom: 20px;
	}
}
body.about #content02 div:last-child {
	margin-bottom: 0px;
}
body.about #content02 div:nth-of-type(1) {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	body.about #content02 div:nth-of-type(1) {
		font-size: 15px;
		margin-bottom: 20px;
	}
}
body.about #content02 div:nth-of-type(2) ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -2%;
}
body.about #content02 div:nth-of-type(2) ul li {
	width: 22%;
	margin-bottom: 3%;
}
@media only screen and (max-width: 600px) {
	body.about #content02 div:nth-of-type(2) ul li {
		width: 49%;
	}
}
body.about #content02 div:nth-of-type(2) ul li span {
	display: block;
	margin-top: 10px;
}
@media only screen and (max-width: 600px) {
	body.about #content02 div:nth-of-type(2) ul li span {
		font-size: 12px;
	}
}
body.about #content02 div:nth-of-type(3) {
	text-align: justify;
}
body.about #content02 div:nth-of-type(3) dl {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: dotted 1px #ccc;
}
@media only screen and (max-width: 600px) {
	body.about #content02 div:nth-of-type(3) dl {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
body.about #content02 div:nth-of-type(3) dl:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body.about #content02 div:nth-of-type(3) dl dt {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.about #content02 div:nth-of-type(3) dl dt {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
body.about #content02 div:nth-of-type(3) dl dd {
	margin-bottom: 10px;
}
body.about #content02 div:nth-of-type(3) dl dd:last-child {
	margin-bottom: 0px;
}

body.about #content03 div:nth-of-type(1) {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	body.about #content03 div:nth-of-type(1) {
		font-size: 15px;
		margin-bottom: 20px;
	}
}
body.about #content03 div.point {
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	body.about #content03 div.point {
		margin-bottom: 40px;
	}
}
body.about #content03 div.point:last-child {
	margin-bottom: 0px;
}
body.about #content03 div.point p {
	margin-bottom: 20px;
}
body.about #content03 div.point p:last-child {
	margin-bottom: 0px;
}
body.about #content03 div.point p:nth-of-type(1) {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 600px) {
	body.about #content03 div.point p:nth-of-type(1) {
		width: 100%;
	}
}
body.about #content03 div.point p:nth-of-type(2) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.about #content03 div.point p:nth-of-type(2) {
		font-size: 16px;
	}
}
body.about #content03 div.point p:nth-of-type(3) {
	font-size: 22px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.about #content03 div.point p:nth-of-type(3) {
		font-size: 15px;
		text-align: justify;
	}
}
@media only screen and (max-width: 600px) {
	body.about #content03 div.point p:nth-of-type(3) br {
		display: none;
	}
}
body.about #content03 div.point p:nth-of-type(4) {
	text-align: justify;
}

/*-----ワークス-----*/

body.works #title-header {
	background-image: url(../works/img/main.jpg);
}

body.works #content02 {
	margin-bottom: 60px;
}
body.works #content02 div p {
	margin-bottom: 40px;
}
body.works #content02 div p:nth-of-type(2) {
	text-align: justify;
}
body.works #content02 div p:last-child {
	margin-bottom: 0px;
}

body.works #content03 div {
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	body.works #content03 div {
		margin-bottom: 40px;
	}
}
body.works #content03 div h3 {
	font-size: 22px;
	font-weight: 700;
	padding: 15px 0;
	color: #fff;
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	body.works #content03 div h3 {
		font-size: 15px;
		padding: 10px 0 8px;
		margin-bottom: 20px;
	}
}
body.works #content03 div h3.green {
	background-color: #8fc31f;
}
body.works #content03 div h3.red {
	background-color: #e60012;
}
body.works #content03 div h3.blue {
	background-color: #00a0e9;
}
body.works #content03 div h4 {
	font-size: 20px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	body.works #content03 div h4 {
		font-size: 15px;
		text-align: justify;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 600px) {
	body.works #content03 div h4 br {
		display: none;
	}
}
body.works #content03 div dl {
	border-top: solid 1px #000;
}
body.works #content03 div dl dt {
	display: inline-block;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 20px;
	padding: 8px 20px 6px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.works #content03 div dl dt {
		font-size: 16px;
	}
}
body.works #content03 div dl dd {
	border-bottom: solid 1px #9fa0a0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	body.works #content03 div dl dd {
		text-align: justify;
	}
}
@media only screen and (max-width: 600px) {
	body.works #content03 div dl dd br {
		display: none;
	}
}
body.works #content03 div dl dd:last-child {
	border: none;
}

/*-----募集要項-----*/

body.recruit main.layout {
	padding: 100px 0 0 0;
}
@media only screen and (max-width: 600px) {
	body.recruit main.layout {
		padding: 80px 0 0 0;
	}
}

body.recruit #content01 {
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	body.recruit #content01 {
		margin-bottom: 40px;
	}
}
body.recruit #content01 h2 {
	font-size: 24px;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
	body.recruit #content01 h2 {
		font-size: 20px;
	}
}
body.recruit #content02 {
	margin-bottom: 60px;
}
body.recruit #content02 .list {
}
@media only screen and (max-width: 600px) {
	body.recruit #content02 .list {
		font-size: 14px;
	}
}
body.recruit #content02 .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: solid 1px #c9caca;
}
body.recruit #content02 .list ul li {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
body.recruit #content02 .list ul.none li:nth-of-type(1) {
	background-color: #fff;
}
body.recruit #content02 .list ul.none li:nth-of-type(2) {
	background-color: #fff;
}
body.recruit #content02 .list ul li:nth-of-type(1) {
	display: flex;
	width: 30%;
	background-color: #efe0e3;
	padding: 10px;
	align-items: center;
	justify-content: center;
}
body.recruit #content02 .list ul li:nth-of-type(2) {
	width: 70%;
	text-align: left;
	background-color: #f7eff2;
	padding: 10px;
}

/*-----ナンバー-----*/

body.number main.layout {
	padding: 100px 0 0 0;
}
body.number footer {
	margin: 0 auto;
}
body.number #content01 {
	margin-bottom: 60px;
}
body.number #content01 div p:nth-of-type(1) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 16px;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
body.number #content01 div p:nth-of-type(2) {
	font-weight: 700;
	letter-spacing: 0.1em;
}

body.number .bgstyle {
	background-color: #eef1f2;
	padding: 60px 0 60px 0;
}

body.number #content02 {
	margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
	body.number #content02 {
		margin-bottom: 40px;
	}
}
body.number #content02 div p:nth-of-type(1) {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0 auto 100px;
}
@media only screen and (max-width: 600px) {
	body.number #content02 div p:nth-of-type(1) {
		font-size: 18px;
		margin-bottom: 60px;
	}
}
body.number #content02 div p:nth-of-type(1):after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 100px;
	height: 2px;
	margin-left: -50px;
	margin-bottom: -50px;
	background-color: #942343;
}
@media only screen and (max-width: 600px) {
	body.number #content02 div p:nth-of-type(1):after {
		width: 80px;
		margin-left: -40px;
		margin-bottom: -30px;
	}
}
body.number #content02 div p:nth-of-type(2) {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 600px) {
	body.number #content02 div p:nth-of-type(2) {
		font-size: 15px;
		letter-spacing: 0;
		text-align: justify;
	}
}
@media only screen and (max-width: 600px) {
	body.number #content02 div p:nth-of-type(2) br {
		display: none;
	}
}

body.number #content03 div:nth-of-type(1) {
	margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
	body.number #content03 div:nth-of-type(1) {
		margin-bottom: 20px;
	}
}
body.number #content03 div:nth-of-type(2) {
	margin-bottom: 30px;
	color: #fff;
	background-color: #7f1534;
	display: flex;
	align-items: flex-end;
}
@media only screen and (max-width: 600px) {
	body.number #content03 div:nth-of-type(2) {
		flex-direction: column;
		margin-bottom: 20px;
	}
}
body.number #content03 div:nth-of-type(2) p {
}
body.number #content03 div:nth-of-type(2) p:nth-of-type(1) {
	width: 534px;
}
@media only screen and (max-width: 600px) {
	body.number #content03 div:nth-of-type(2) p:nth-of-type(1) {
		display: block;
		width: auto;
	}
}
body.number #content03 div:nth-of-type(2) p:nth-of-type(2) {
	text-align: justify;
	width: 426px;
	padding-bottom: 40px;
	padding-right: 50px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width: 600px) {
	body.number #content03 div:nth-of-type(2) p:nth-of-type(2) {
		display: block;
		width: auto;
		padding: 0 30px 30px 30px;
	}
}

/*-----プロジェクト-----*/

body.project {
}

body.project .head {
	padding-top: 80px;
}
body.project .head div.common-title3 {
	padding: 60px 0 0 0;
}
@media only screen and (max-width: 600px) {
	body.project .head div.common-title3 {
		padding: 0 0 0 0;
	}
}
body.project .head .main {
	background-image: url('../crosstalk/img/talk-photo-main.jpg');
	background-size: cover;
	background-position: center top;
	height: 940px;
}
@media only screen and (max-width: 600px) {
	body.project .head .main {
		height: 300px;
	}
}
body.project #content01 {
	margin-top: 40px;
}
body.project #content01 .name {
	text-align: justify;
}
body.project #content01 .name p {
	margin-top: 20px;
}
@media only screen and (max-width: 600px) {
	body.project #content01 .name ul {
		text-align: justify;
	}
}
body.project #content01 .name ul {
	display: flex;
	justify-content: space-between;
	text-align: justify;
}
@media only screen and (max-width: 600px) {
	body.project #content01 .name ul {
		flex-direction: column;
	}
}
body.project #content01 .name ul li {
	width: 48%;
}
@media only screen and (max-width: 600px) {
	body.project #content01 .name ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 600px) {
	body.project #content01 .name ul li:last-child {
		margin-bottom: 0px;
	}
}
body.project #content01 .name ul li dl {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

body.project #content01 .name ul li dl dt {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0 10px 0 0;
	position: relative;
	white-space: nowrap;
}
@media only screen and (max-width: 600px) {
	body.project #content01 .name ul li dl dt {
		font-size: 16px;
	}
}
body.project #content01 .name ul li dl dt:before {
	position: absolute;
	top: 50%;
	right: -60px;
	content: '';
	width: 60px;
	height: 1px;
	background-color: #000;
}
@media only screen and (max-width: 600px) {
	body.project #content01 .name ul li dl dt:before {
		right: -40px;
		width: 40px;
	}
}
body.project #content01 .name ul li dl dd {
	font-weight: 700;
	padding: 0 0 0 80px;
	text-align: justify;
}
@media only screen and (max-width: 600px) {
	body.project #content01 .name ul li dl dd {
		padding: 0 0 0 60px;
	}
}

body.project #content01 .name ul li dl dd:last-child {
	display: block;
}

body.project .title p:nth-of-type(1) {
	font-size: 28px;
	letter-spacing: 0.2em;
	position: relative;
	margin: 0 auto 50px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.project .title p:nth-of-type(1) {
		font-size: 15px;
		letter-spacing: 0;
		margin: 0 auto 34px;
	}
}
body.project .title p:nth-of-type(1):after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 200px;
	height: 4px;
	margin-left: -100px;
	margin-bottom: -30px;
	background-color: #942343;
}
@media only screen and (max-width: 600px) {
	body.project .title p:nth-of-type(1):after {
		height: 2px;
		width: 100px;
		margin-left: -50px;
		margin-bottom: -20px;
	}
}
body.project .title p:nth-of-type(2) {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	body.project .title p:nth-of-type(2) {
		font-size: 13px;
		margin-bottom: 20px;
	}
}
body.project .column {
	text-align: justify;
}
body.project .column dl {
	margin-bottom: 30px;
}
body.project .column dl dt {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 18px;
	padding-left: 2.2em;
	text-indent: -2.2em;
}
@media only screen and (max-width: 600px) {
	body.project .column dl dt {
		font-size: 16px;
		margin-bottom: 20px;
	}
}
body.project .column dl dd {
	margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
	body.project .column dl dd {
		margin-bottom: 20px;
	}
}
body.project .column dl dd:last-child {
	margin-bottom: 0px;
}
body.project .column dl dd span {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	color: #942343;
}
body.project .photo {
	margin: 60px auto 0;
}
@media only screen and (max-width: 600px) {
	body.project .photo {
		margin: 40px auto 0;
	}
}

body.project #content02 {
	margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
	body.project #content02 {
		margin-bottom: 40px;
	}
}
body.project #content03 {
	margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
	body.project #content03 {
		margin-bottom: 40px;
	}
}

/*-----アンケート-----*/

body.survey .bg-project {
	padding-top: 80px;
}
body.survey .bg-project div.common-title3 {
	padding: 70px 0 70px 0;
	background-image: url('../crosstalk/img/bg-project.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

body.survey #content01 {
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	body.survey #content01 {
		margin-bottom: 20px;
	}
}
body.survey #content01 div p {
	font-size: 20px;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	body.survey #content01 div p {
		font-size: 16px;
		text-align: justify;
	}
}

body.survey #content02 ul {
	width: 100%;
	margin: 0 auto;
}
body.survey #content02 li {
	background-color: #fff;
	list-style: none;
	margin-top: 50px;
	box-shadow: 0px 0px 20px -5px #c7c7c7;
}
@media only screen and (max-width: 600px) {
	body.survey #content02 li {
		margin-top: 16px;
	}
}
body.survey #content02 li:first-child {
	margin-top: 0px;
}
body.survey #content02 div.question {
	position: relative;
	margin: 0;
	padding: 30px 60px 30px 30px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 0px;
}
@media only screen and (max-width: 600px) {
	body.survey #content02 div.question {
		font-size: 16px;
		padding: 20px 50px 20px 20px;
	}
}
body.survey #content02 div.question p {
	text-align: justify;
}
body.survey #content02 div.question:hover {
	text-decoration: underline;
}

body.survey #content02 div.question:after {
	content: '';
	position: absolute;
	right: 25px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	/*   要素の動きを指定 */

	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;

	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	/* transform: rotateで要素の角度を指定 */
}

body.survey #content02 div.question.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
	/*   .openクラスがついた時の要素の角度を指定 */
}
body.survey #content02 div.answer {
	background-color: #f7f8f8;
	padding: 30px;
	text-align: justify;
}
@media only screen and (max-width: 600px) {
	body.survey #content02 div.answer {
		padding: 25px;
	}
}
body.survey #content02 div.answer dl {
	border-bottom: dotted 1px #9e9e9e;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
body.survey #content02 div.answer dl:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body.survey #content02 div.answer dl dt {
	margin-bottom: 16px;
}
body.survey .layout .bg-parts1 {
	width: 390px;
	top: 30%;
	position: absolute;
	z-index: -10;
}
@media only screen and (max-width: 600px) {
	body.survey .layout .bg-parts1 {
		width: 200px;
		top: 50%;
	}
}
body.survey .layout .bg-parts2 {
	width: 390px;
	top: 60%;
	right: 0;
	position: absolute;
	z-index: -10;
}
@media only screen and (max-width: 600px) {
	body.survey .layout .bg-parts2 {
		width: 200px;
		top: 70%;
	}
}

/*-----インタビュートップ-----*/

body.employee main.layout {
	padding: 100px 0 0 0;
}
body.employee #content01 {
	margin-top: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (max-width: 600px) {
	body.employee #content01 {
		margin-top: 100px;
	}
}
/*body.employee #content01 .human{
	display: flex;
	width: 44%;
	margin-bottom:13%;
	justify-content: space-between;
	padding:40px 40px 0 40px;
	flex-direction: row;
    background-color: #000;
	color:#fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:relative;
	}*/
body.employee #content01 a {
	display: flex;
	width: 44%;
	margin-bottom: 13%;
	/* justify-content: space-between; */
	/* padding: 40px 40px 0 40px; */
	flex-direction: row;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
}
@media only screen and (max-width: 600px) {
	body.employee #content01 a {
		width: 100%;
		flex-direction: column;
		margin-bottom: 100px;
	}
}
body.employee #content01 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
body.employee #content01 .human {
	display: flex;
	width: 100%;
	background-color: #000;
	padding: 40px 40px 0 40px;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.employee #content01 .parts1 {
	padding: 40px 0 0 40px;
}
@media only screen and (max-width: 600px) {
	body.employee #content01 .human {
		padding: 25px 25px 0 25px;
	}
}
body.employee #content01 .human div:nth-of-type(1) {
	text-align: justify;
}
body.employee #content01 .human div:nth-of-type(1) p:nth-of-type(1) {
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0em;
}
body.employee #content01 .human div:nth-of-type(1) p:nth-of-type(2) {
	font-size: 14px;
	line-height: 1.4;
}
@media only screen and (max-width: 600px) {
	body.employee #content01 .human div:nth-of-type(1) p:nth-of-type(2) {
		font-size: 13px;
	}
}
body.employee #content01 .human div:nth-of-type(2) img {
	height: 260px;
	object-fit: cover;
}
@media only screen and (max-width: 600px) {
	body.employee #content01 .human div:nth-of-type(2) img {
		height: 200px;
		object-fit: cover;
	}
}
body.employee #content01 .human p.bg-title {
	position: absolute;
	text-align: left;
	z-index: -10;
	top: -50px;
	left: -40px;
	background-color: #942343;
	display: block;
	width: 200px;
	height: 200px;
	padding: 15px 0 0 40px;
	font-weight: 700;
}
body.employee #content01 .human p.bg-number {
	position: absolute;
	bottom: 0;
	left: -7px;
	font-size: 160px;
	line-height: 0.7;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255 255 255 / 50%);
	/* letter-spacing: 0; */
}

.bg-black {
	background-color: #000 !important;
}
.bg-gray {
	background-color: #9fa0a0 !important;
}
.bg-wine {
	background-color: #942343 !important;
}

/*-----インタビュー-----*/

body.interview main.layout {
	padding: 100px 0 0 0;
}

body.interview #content01 {
}
body.interview #content01 .photo {
	margin-bottom: 20px;
}
body.interview #content01 .name {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
@media only screen and (max-width: 600px) {
	body.interview #content01 .name {
		flex-direction: column;
	}
}
body.interview #content01 .name p:nth-of-type(1) {
	display: flex;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0 10px 0 0;
	position: relative;
}
@media only screen and (max-width: 600px) {
	body.interview #content01 .name p:nth-of-type(1) {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
body.interview #content01 .name p:nth-of-type(1):before {
	position: absolute;
	top: 50%;
	right: -100px;
	content: '';
	width: 100px;
	height: 1px;
	background-color: #000;
}
body.interview #content01 .name p:nth-of-type(2) {
	font-weight: 700;
	padding: 0 0 0 120px;
	text-align: justify;
}
@media only screen and (max-width: 600px) {
	body.interview #content01 .name p:nth-of-type(2) span {
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	body.interview #content01 .name p:nth-of-type(2) {
		padding: 0;
	}
}
body.interview .photo {
	margin-bottom: 60px;
	position: relative;
}
@media only screen and (max-width: 600px) {
	body.interview .photo {
		margin-bottom: 40px;
	}
}
body.interview .photo p {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 10;
	padding: 30px 40px 0 0;
	font-weight: 700;
	background-color: #fff;
	font-size: 18px;
	line-height: 1;
}
body.interview .photo-parts {
	position: relative;
}
body.interview .photo-parts:after {
	position: absolute;
	top: -10px;
	left: -10px;
	background-image: url(../employee/img/photo-parts1.png);
	content: '';
	background-size: contain;
	width: 75px;
	height: 75px;
	z-index: 10;
}
@media only screen and (max-width: 600px) {
	body.interview .photo-parts:after {
		width: 55px;
		height: 55px;
	}
}
body.interview .photo-parts:before {
	position: absolute;
	bottom: -10px;
	right: -10px;
	background-image: url(../employee/img/photo-parts1.png);
	content: '';
	background-size: contain;
	width: 75px;
	height: 75px;
	z-index: 10;
	transform: rotate(180deg);
}
@media only screen and (max-width: 600px) {
	body.interview .photo-parts:before {
		width: 55px;
		height: 55px;
	}
}

body.interview .block {
	margin-bottom: 60px;
}
/*body.interview .block:last-child{ margin-bottom:0px; }*/
@media only screen and (max-width: 600px) {
	body.interview .block {
		margin-bottom: 40px;
	}
}
body.interview .block p:nth-of-type(1) {
	font-size: 28px;
	letter-spacing: 0.2em;
	position: relative;
	margin: 0 auto 50px;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	body.interview .block p:nth-of-type(1) {
		font-size: 15px;
		letter-spacing: 0;
		margin: 0 auto 34px;
	}
}
body.interview .block p:nth-of-type(1):after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 200px;
	height: 4px;
	margin-left: -100px;
	margin-bottom: -30px;
	background-color: #942343;
}
@media only screen and (max-width: 600px) {
	body.interview .block p:nth-of-type(1):after {
		height: 2px;
		width: 100px;
		margin-left: -50px;
		margin-bottom: -20px;
	}
}
body.interview .block p:nth-of-type(2) {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	body.interview .block p:nth-of-type(2) {
		font-size: 13px;
		margin-bottom: 20px;
	}
}
body.interview .block p:nth-of-type(3) {
	text-align: justify;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 2;
	/*
	padding-left: 1.6em;
	text-indent: -1.6em;
	*/
}
@media only screen and (max-width: 600px) {
	body.interview .block p:nth-of-type(3) {
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
}
body.interview .block p:nth-of-type(3) span {
	display: block;
	margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
	body.interview .block p:nth-of-type(3) span {
		margin-bottom: 20px;
	}
}
body.interview .block p:nth-of-type(3) span strong {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	color: #942343;
}

body.interview .interview-link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media only screen and (max-width: 600px) {
	body.interview .interview-link {
		flex-direction: column;
	}
}
body.interview h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media only screen and (max-width: 600px) {
	body.interview h6 {
		font-size: 26px;
	}
}
body.interview .interview-link a {
	width: 28%;
	color: #000;
	text-decoration: none;
}
@media only screen and (max-width: 600px) {
	body.interview .interview-link a {
		width: 100%;
		margin-bottom: 40px;
	}
}
body.interview .interview-link a div:nth-of-type(1) {
	background-color: #000;
	overflow: hidden;
	height: 150px;
	text-align: right;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 600px) {
	body.interview .interview-link a div:nth-of-type(1) {
		height: 140px;
		margin-bottom: 10px;
	}
}

body.interview .interview-link a div:nth-of-type(1) {
	padding: 20px 0 0 20px;
}
body.interview .interview-link a.human1 div:nth-of-type(1) img {
	width: 180px !important;
	object-fit: contain;
}
body.interview .interview-link a div:nth-of-type(1) img {
	width: 140px;
	object-fit: contain;
}
body.interview .interview-link a div:nth-of-type(1) p {
	position: absolute;
	left: -4px;
	top: -14px;
	color: #fff;
	font-size: 100px;
	line-height: 1;
	letter-spacing: -0.05em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	/* font-family: arial; */
	/* font-family: 'Sofia Sans Extra Condensed', sans-serif; */
	color: rgb(255 255 255 / 50%);
}
body.interview .interview-link a div:nth-of-type(2) {
	text-align: justify;
}
body.interview .interview-link a div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 700;
}
body.interview .interview-link a div:nth-of-type(2) p:nth-of-type(2) {
	font-size: 14px;
	line-height: 1.6;
}
