@charset "utf-8";
/* pc */
body, header,#main {
	font-family: "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-size: 1rem;
}
header {
	background-color: #FAFAFA;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
	padding: 6px 0;
	z-index: 2;
	position: fixed;
	top: 0;
	width: 100%;
}
.headerInner {
	width: 1104px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerLink a {
	width: 112px;
	height: 32px;
	display: flex;
	border-radius: 16px;
	justify-content: space-evenly;
	align-items: center;
	font-size: 14px;
	padding: 0 6px;
	box-sizing: border-box;
	color: #FAFAFA;
}
footer {
	background: #616161;
	color: #FFF;
	font-size: 10px;
	line-height: 4;
	text-align: center;
	margin-bottom: 80px;
}
.btnArea {
	background-color: rgb(219,219,219,0.8);
	padding: 16px 14px;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.btnArea a {
	display: block;
	width: 344px;
	margin: 0 auto;
	border-radius: 24px;
	color: #FAFAFA;
	text-align: center;
	line-height: 3;
	font-weight: 600;
}
#main {
	background-color: #EEEEEE;
	z-index: 1;
	margin-top: 71px;
}
#main .mainVisual {
	min-height: 424px;
}
#main .video {
	position: relative;
	height: 424px;
	overflow: hidden;
}
#main .video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}
#main .comBox {
	width: 1104px;
	margin: 0 auto;
	padding: 64px 0;
}
#main .mainTxt {
	display: inline-block;
	margin: -184px 0 48px 80px;
}
#main h1 {
	font-weight: 800;
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	padding: 5px 14px;
	clip-path: polygon(0 0, 55% 0%, 55% 30%, 100% 30%, 100% 70%, 90% 70%, 90% 100%, 0 100%);
	position: relative;
	z-index: 50;
}
#main .mainVisual + .comBox p {
	margin-left: 80px;
	font-weight: 600;
}
#main h2 {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 64px;
}
#main .bgColor h2 {
	color: #FAFAFA;
}
#main .num {
	position: absolute;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	color: #212121;
}
#main .point {
	display: flex;
	justify-content: space-between;
}
#main .point li {
	background: #FAFAFA;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	padding: 24px 0;
	text-align: center;
	position: relative;
	width: 344px;
}
#main .point .num {
	top: -.7em;
	left: 16px;
	font-size: 26px;
}
#main .point .pointTtl {
	font-size: 20px;
	font-weight: 600;
}
#main .point .pointImg {
	margin: 16px 0;
}
#main .point .pointImg + p {
	margin: 0 16px;
	font-size: 14px;
}
#main .example {
	background: #FAFAFA;
	border-radius: 16px;
	padding: 60px 70px;
	display: flex;
	justify-content: space-between;
}
#main .example > dl {
	display: flex;
	font-weight: 600;
}
#main .example > dl > dt {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #BDBDBD;
	padding-right: 30px;
	margin-right: 30px;
}
#main .example > dl > dt span {
	margin-top: 15px;
}
#main .example .income {
	margin-top: 30px;
}
#main .example .income div {
	display: flex;
	align-items: baseline;
	font-size: 12px;
}
#main .example .income dt {
	margin: 0 16px 17px 0;
}
#main .example .income dd span {
	font-size: 20px;
}
#main .bgWhite {
	background: #FAFAFA;
}
#main .career {
	display: flex;
	justify-content: space-between;
}
#main .career li {
	border-radius: 8px;
	height: 264px;
	color: #FAFAFA;
	padding: 0 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#main .career li:not(:last-child) {
	margin-right: 44px;
	position: relative;
}
#main .career li:not(:last-child)::after {
	position: absolute;
	content: "";
	border: 14px solid transparent;
	border-left: 14px solid #FAFAFA;
	top: 50%;
	left: 100%;
	margin-top: -14px;
}
#main .career .careerTtl {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 35px;
}
#main .career .careerTxt {
	font-size: 14px;
}
#main .timeTable {
	background: #FAFAFA;
	border-radius: 16px;
	padding: 24px;
}
#main .timeTable ul {
	display: flex;
}
#main .timeTable li {
	border-radius: 8px;
	color: #FAFAFA;
	padding: 10px 3px 3px;
	text-align: center;
	font-weight: 600;
}
#main .timeTable li:not(:last-child) {
	margin-right: 83px;
	position: relative;
}
#main .timeTable li:not(:last-child)::after {
	position: absolute;
	content: "";
	border: 11px solid transparent;
	border-left: 10px solid #FAFAFA;
	top: 50%;
	left: 107%;
	margin-top: -11px;
}
#main .timeTable .timeTxt {
	background: #FAFAFA;
	border-radius: 8px;
	color: #212121;
	width: 74px;
	height: 101px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
#main .interview {
	display: flex;
	justify-content: center;
}
#main .interview li {
	width: 296px;
	background: #FAFAFA;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	overflow: hidden;
}
#main .interview li:not(:last-child) {
	margin-right: 28px;
}
#main .interview .interviewBox {
	padding: 16px;
	font-weight: 600;
}
#main .interview .interviewTxt {
	font-size: 14px;
}
#main .interview .initial {
	font-size: 12px;
	margin-top: 8px;
}
#main .galleryWrap {
	width: 544px;
	margin: 0 auto;
	position: relative;
}
#main .galleryWrap > ul li:nth-child(n+2) {
	display: none;
}
#main .galleryWrap .prev-arrow,
#main .galleryWrap .next-arrow {
	position: absolute;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
	top: 50%;
	width: 73px;
	height: 73px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 37px;
	top: 50%;
	margin-top: -37px;
	z-index: 50;
	cursor:pointer;
}
#main .galleryWrap .prev-arrow {
	left: -37px;
}
#main .galleryWrap .next-arrow {
	right: -37px;
}
#main .infoBox {
	background: #FAFAFA;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 134px;
	margin-top: 20px;
}
#main .infoBox .infoImg {
	line-height: 0;
}
#main .infoBox .infoTtl {
	position: absolute;
	top: 32px;
	left: 305px;
	width: 312px;
	color: #FAFAFA;
	padding: 3px 0 3px 7px;
}
#main .infoBox .infoTxt {
	width: 312px;
	font-size: 14px;
	color: #212121;
}
#main .infoBox .name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}
#main .infoBox .name span {
	font-size: 11px;
	display: block;
}
#main .infoBox + h2 {
	margin-top: 64px;
}
#main .flow {
	display: flex;
	justify-content: flex-start;
}
#main .flow li {
	background: #FAFAFA;
	border-radius: 8px;
	width: 186px;
	height: 216px;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 600;
}
#main .flow li:not(:last-child) {
	margin-right: 26px;
}
#main .flow li:not(:last-child)::after {
	position: absolute;
	content: "";
	border: 14px solid transparent;
	border-left: 14px solid #FAFAFA;
	top: 50%;
	left: 100%;
	margin-top: -14px;
}
#main .flow .flowImg {
	margin-bottom: 20px;
}
#main .company {
	border-bottom: 1px solid #BDBDBD;
	margin-bottom: 20px;
}
#main .company div {
	border-top: 1px solid #BDBDBD;
	padding: 16px 0;
}
#main .company dt {
	color: #757575;
	font-size: 12px;
	padding-bottom: 8px;
}
#main .company dd {
	color: #212121;
	font-size: 14px;
}

/* color01 */
#color01 .headerLink a,
#color01 .btnArea  a,
#color01 #main h1,
#color01 #main .infoBox .infoTtl {
	background: linear-gradient(270.32deg, #FFC400 -0.71%, #FF9100 96.61%);
}
#color01 #main .bgColor,
#color01 #main .career li,
#color01 #main .timeTable li,
#color01 #main .galleryWrap .prev-arrow,
#color01 #main .galleryWrap .next-arrow {
	background: #FF9100;
}
#color01 #main .career li:not(:last-child)::after {
	border-left: 14px solid #FF9100;
}
#color01 #main .timeTable li:not(:last-child)::after {
	border-left: 10px solid #FF9100;
}
#color01 #main .interview .initial {
	color: #FFAB00;
}
/* color02 */
#color02 .headerLink a,
#color02 .btnArea  a,
#color02 #main h1,
#color02 #main .infoBox .infoTtl {
	background: linear-gradient(270deg, #536DFE 0%, #2979FF 100%);
}
#color02 #main .bgColor,
#color02 #main .career li,
#color02 #main .timeTable li,
#color02 #main .galleryWrap .prev-arrow,
#color02 #main .galleryWrap .next-arrow {
	background: #2979FF;
}
#color02 #main .career li:not(:last-child)::after {
	border-left: 14px solid #2979FF;
}
#color02 #main .timeTable li:not(:last-child)::after {
	border-left: 10px solid #2979FF;
}
#color02 #main .interview .initial {
	color: #2979FF;
}
/* color03 */
#color03 .headerLink a,
#color03 .btnArea  a,
#color03 #main h1,
#color03 #main .infoBox .infoTtl {
	background: linear-gradient(270deg, #FF4081 0%, #D50000 100%);
}
#color03 #main .bgColor,
#color03 #main .career li,
#color03 #main .timeTable li,
#color03 #main .galleryWrap .prev-arrow,
#color03 #main .galleryWrap .next-arrow {
	background: #FF1744;
}
#color03 #main .career li:not(:last-child)::after {
	border-left: 14px solid #FF1744;
}
#color03 #main .timeTable li:not(:last-child)::after {
	border-left: 10px solid #FF1744;
}
#color03 #main .interview .initial {
	color: #FF1744;
}
/* color04 */
#color04 .headerLink a,
#color04 .btnArea  a,
#color04 #main h1,
#color04 #main .infoBox .infoTtl {
	background: linear-gradient(270deg, #00C853 0%, #00BFA5 100%);
}
#color04 #main .bgColor,
#color04 #main .career li,
#color04 #main .timeTable li,
#color04 #main .galleryWrap .prev-arrow,
#color04 #main .galleryWrap .next-arrow {
	background: #00C853;
}
#color04 #main .career li:not(:last-child)::after {
	border-left: 14px solid #00C853;
}
#color04 #main .timeTable li:not(:last-child)::after {
	border-left: 10px solid #00C853;
}
#color04 #main .interview .initial {
	color: #00C853;
}