@charset "UTF-8";

section {
	padding: 56px 0;
	border: none;
}

@media only screen and (max-width: 959px) {
	section {
		padding: 40px 0;
	}
}


/**
 * top mv
**/
.main-vis {
	display: block;
	width: 100%;
	height: 590px;
	position: relative;
}
.main-vis__inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	max-width: 1344px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
	z-index: 10;/* .main-vis__sliderよりも上に */
}
@media only screen and (max-width: 959px) {
	.main-vis {}
	.main-vis__inner {}
}
@media only screen and (max-width: 767px) {
	.main-vis {
		height: auto;
		margin: 0 0 16px;
	}
	.main-vis__inner {
		padding: 0;
	}
}


.main-vis__txt {
	width: 50%;
}
.main-vis__txt-sub {
	font-size: inherit;
}
.main-vis__txt-sub img {
	max-width: 300px;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0;
}
.main-vis__txt-main {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin: 0;
}
.main-vis__txt-sub + .main-vis__txt-main {
	margin-top: 20px;
}
.main-vis__txt-main img {
	max-width: 540px;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0 0 3rem;
}
@media only screen and (max-width: 959px) {
	.main-vis__txt-main {}
}
@media only screen and (max-width: 767px) {
	.main-vis__txt {
		text-align: center;
		width: 100%;
		position: relative;
	}
	.main-vis__txt-sub {
		display: none;
	}
	.main-vis__txt-main {
		max-width: 375px;
		margin: 0 auto;
	}
}


.main-vis__txt .main-vis__btn.btn {
	max-width: 300px;
	width: 100%;
	height: 72px;
	margin: 0;
	cursor: inherit;
}

.main-vis__txt .main-vis__btn.btn>a,
.main-vis__txt .main-vis__btn.btn>button {
	box-shadow: 4px 4px 0 0 #E1F3F8;
	border-radius: 3em;
	border: solid 1px var(--site-c-main);
	background: #fff;
	color: var(--site-c-main);
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05ex;
	width: 100%;
	height: 100%;
	padding: 0 1em;
	cursor: pointer;
}
.main-vis__txt .main-vis__btn.btn a::after,
.main-vis__txt .main-vis__btn.btn>button::after {
	content: ''; 
}


@media only screen and (max-width: 959px) {
	.main-vis__txt .main-vis__btn.btn {
		max-width: 300px;
		height: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.main-vis__txt .main-vis__btn.btn {
		max-width: 300px;
		width: 100%;
		height: 64px;
		position: absolute;
		left: 50%;
		top: 240px;
		z-index: 1;
		transform: translate(-50%,-50%);
	}
}


.main-vis__img {
	width: 50%;
}
.main-vis__img img {
	max-width: 630px;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0;
}
@media only screen and (max-width: 959px) {
	.main-vis__img {}
}
@media only screen and (max-width: 767px) {
	.main-vis__img {
		display: none;
	}
}


.main-vis__form {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	z-index: 1;
}
@media only screen and (max-width: 959px) {
	.main-vis__form {
		width: calc(100% + 8px * 2);
		margin-left: -8px;
		margin-right: -8px;
	}
}
@media only screen and (max-width: 767px) {
	.main-vis__form {
		width: calc(100% + 8px * 2);
		margin: 5% -8px 0;
	}
}

.main-vis__select {
	display: block;
	width: calc((100% - 8px * 8) / 4);
	/* NTOE:4均等幅 */
	height: 80px;
	margin: 0 8px;
	cursor: pointer;
}

.main-vis__select>select {
	border-radius: 10px;
	border: none;
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05ex;
	width: 100%;
	height: 100%;
	padding: 0 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 4;
	cursor: pointer;
}

.main-vis__select>select::-ms-expand {
	display: none
}

@media only screen and (max-width: 959px) {
	.main-vis__select {
		width: calc((100% - 8px * 6) / 3);
		/* NTOE:2均等幅 */
		margin: 16px 8px 0;
		height: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.main-vis__select {
		width: calc(100% - 8px * 2);
		/* NTOE:2均等幅 */
		height: 56px;
		margin: 16px 8px 0;
	}

	.main-vis__select>select {
		font-size: 16px;
		font-weight: 500;
	}
}

.main-vis__btn {
	display: block;
	width: calc((100% - 8px * 8) / 4);
	/* NTOE:4均等幅 */
	height: 80px;
	margin: 0 8px;
	cursor: pointer;
}

.main-vis__btn>a,
.main-vis__btn>button {
	border-radius: 10px;
	background: linear-gradient(to bottom, #ffc400, #fe7c49);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05ex;
	width: 100%;
	height: 100%;
	padding: 0 28px;
	cursor: pointer;
}

@media only screen and (max-width: 959px) {
	.main-vis__btn {
		width: calc((100% - 8px * 6) / 3);
		/* NTOE:2均等幅 */
		margin: 16px 8px 0;
		height: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.main-vis__btn {
		width: calc(100% - 8px * 2);
		/* NTOE:2均等幅 */
		height: 56px;
		margin: 16px 8px 0;
	}

	.main-vis__btn>a,
	.main-vis__btn>button {
		font-size: 16px;
		font-weight: 700;
	}
}

.main-vis .slick-track {
	display: flex;
}
.main-vis .slick-slide {
	height: auto !important;
	overflow: hidden;
}
.main-vis__slider {
	display: block;
	width: 100%;
	height: 100%;/* .main-vis__innerに沿って変換されます。 */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;/* .main-vis__innerよりも下に */
}
.main-vis__background {
	height: 100%;
}
.main-vis__background_1,
.main-vis__background_2,
.main-vis__background_3 {
	background: url("../images/top-image-pc-bg.svg") no-repeat center top #fff;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.slick-track {
		display: block;
	}
	.main-vis__background_1,
	.main-vis__background_2,
	.main-vis__background_3 {
		background-image: url("../images/top-image-sp-bg.png");
	}
}
.main-vis__slider .slick-prev {
	left: 10px;
}
.main-vis__slider .slick-next {
	right: 10px;
}


/**
 * banner
**/
.main-vis-after-banner {}
.main-vis-after-banner .l-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1700px;
    min-height: 40px;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    position: relative;
}
.main-vis-after-banner__item {
	max-width: 244px;
	width: 100%;
}
.main-vis-after-banner__item a {
	display: block;
}
.main-vis-after-banner__item img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1700px) {
	.main-vis-after-banner__item {
		min-width: 200px;
	}
}
@media only screen and (max-width: 1400px) {
	.main-vis-after-banner .l-container {
		justify-content: flex-start;
	}
	.main-vis-after-banner__item {
		min-width: 200px;
	}
}
@media only screen and (max-width: 959px) {
	.main-vis-after-banner__item {
		min-width: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.main-vis-after-banner__item {
		min-width: 200px;
	}
}
@media only screen and (max-width: 560px) {
	.main-vis-after-banner__item {
		min-width: 50vw;
	}
}


/**
 * top seek
**/
.top-seek {}
.top-seek .l-container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
}
@media only screen and (max-width: 767px) {
	.top-seek .l-container {
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
}

.top-seek__item {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	background: #fff7cc;
	border-radius: 20px;
	padding: 40px 56px 56px 56px;
	max-width: 730px;
	width: 100%;
	gap: 40px;
	position: relative;
	z-index: 6;
}
@media only screen and (max-width: 1400px) {
	.top-seek__item {
		padding: 40px;
	}
}
@media only screen and (max-width: 959px) {
	.top-seek__item {
		padding: 32px;
	}
}
@media only screen and (max-width: 767px) {
	.top-seek__item {
		padding: 32px 16px 16px;
		gap: 16px;
	}
}

.top-seek__ttl {
	color: #111827;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}
.top-seek__ttl>i {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: #ffd600;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	min-width: 100px;
	width: fit-content;
	height: 26px;
	margin: 0 auto;
	padding: 0 8px;
}
.top-seek__ttl>span {
	display: block;
	margin: 20px auto 0;
}
@media only screen and (max-width: 1400px) {
	.top-seek__ttl {
		font-size: 32px;
	}
	.top-seek__ttl>i {
		font-size: 13px;
		min-width: 88px;
		width: fit-content;
		height: 32px;
	}
	.top-seek__ttl>span {
		margin-top: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.top-seek__ttl {
		font-size: 22px;
	}
	.top-seek__ttl>i {
		font-size: 13px;
		min-width: 88px;
		width: fit-content;
		height: 22px;
	}
	.top-seek__ttl>span {
		margin-top: 16px;
	}
}


.top-seek__fieldset {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 4px;
}

.top-seek__fieldset-main {
	background: #fff;
    border-radius: 10px 10px 0 0;
	margin: 0;
    padding: 30px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.top-seek__fieldset-main {
	    padding: 16px;
	}
}

.top-seek__fieldset-main>input {
	border-radius: 3em;
	border: solid 1px #fff7cc;
	background: #fff7cc;
    color: #111827;
    font-size: inherit;
    font-weight: 400;
    padding: 0 var(--site-input-height) 0 21px;
	height: var(--site-input-height);
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 1;
}
.top-seek__fieldset-main>button {
	min-width: calc( var(--site-input-height) - 1.5em );
	width: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	right: calc( var(--site-input-height) - 1.5em + 0.625em );
	z-index: 10;
	transform: translate(0,-50%);
}
.top-seek__fieldset-main>button>img {
	width: 100%;
	aspect-ratio: 1 / 1;
}
@media only screen and (max-width: 767px) {
	.top-seek__fieldset-main>button {
		min-width: calc( var(--site-input-height) - 1em );
		right: 1.25em;
	}
}

.top-seek__fieldset-sub {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	gap: 10px;
	background: #fff;
    border-radius: 0 0 10px 10px;
	margin: 0;
    padding: 30px;
}
@media only screen and (max-width: 767px) {
	.top-seek__fieldset-sub {
	    padding: 16px;
	}
}

.top-seek__select {
	border-radius: 3em;
	border: solid 1px #fff7cc;
	background-repeat: no-repeat;
	background-position: right 1em top 50%, left 0.5em top 50%;
	background-size: 0.6em auto, 1.5em 1.5em;
	background-color: #fff7cc;
	color: var(--font-c);
	font-size: inherit;
	font-weight: 400;
	width: calc( (100% - 10px) / 2 );
	height: var(--site-input-height);
	margin: 0;
	padding: 10px 32px 10px 47px;
}
.top-seek__fieldset-sub>button {
	border-radius: 3em;
	border: solid 1px #ffd600;
	background: #ffd600;
	color: var(--font-c);
	font-size: inherit;
	font-weight: 600;
	width: calc( (100% - 10px) / 2 );
	height: var(--site-input-height);
	padding: 0 1em;
}

/* color yellow */
.top-seek__item.item--yellow {
	background: #fff7cc;
}
.item--yellow .top-seek__ttl {
	color: #111827;
}
.item--yellow .top-seek__ttl>i {
	background: #ffd600;
	color: #111827;
}
.item--yellow .top-seek__fieldset-main>input {
	border: solid 1px #fff7cc;
	background: #fff7cc;
    color: #111827;
}
.item--yellow .top-seek__select {
	border: solid 1px #fff7cc;
	background-color: #fff7cc;
}
.item--yellow .top-seek__select>option {}
.item--yellow .top-seek__select.item--job-cate {
	background-image: url("/common/images/top-search-icon-chevron-down.svg"), url("/common/images/top-search-icon-industry-yellow.svg");
}
.item--yellow .top-seek__select.item--job-cate>option {}
.item--yellow .top-seek__select.item--job-type {
	background-image: url("/common/images/top-search-icon-chevron-down.svg"), url("/common/images/top-search-icon-occupation-yellow.svg");
}
.item--yellow .top-seek__select.item--job-type>option {}
.item--yellow .top-seek__select.item--area {
	background-image: url("/common/images/top-search-icon-chevron-down.svg"), url("/common/images/top-search-icon-area-yellow.svg");
}
.item--yellow .top-seek__select.item--area>option {}
.item--yellow .top-seek__fieldset-sub>button {
	border: solid 1px #ffd600;
	background: #ffd600;
	color: var(--font-c);
}

/* color blue */
.top-seek__item.item--blue {
	background: #e1f3f8;
}
.item--blue .top-seek__ttl {
	color: #111827;
}
.item--blue .top-seek__ttl>i {
	background: var(--site-c-main);
	color: #fff;
}
.item--blue .top-seek__fieldset-main>input {
	border: solid 1px #e1f3f8;
	background: #e1f3f8;
    color: #111827;
}
.item--blue .top-seek__select {
	border: solid 1px #e1f3f8;
	background-color: #e1f3f8;
}
.item--blue .top-seek__select>option {}
.item--blue .top-seek__select.item--job-cate {
	background-image: url("/common/images/top-search-icon-chevron-down.svg"), url("/common/images/top-search-icon-industry-blue.svg");
}
.item--blue .top-seek__select.item--job-cate>option {}
.item--blue .top-seek__select.item--job-type {
	background-image: url("/common/images/top-search-icon-chevron-down.svg"), url("/common/images/top-search-icon-occupation-blue.svg");
}
.item--blue .top-seek__select.item--job-type>option {}
.item--blue .top-seek__select.item--area {
	background-image: url("/common/images/top-search-icon-chevron-down.svg"), url("/common/images/top-search-icon-area-blue.svg");
}
.item--blue .top-seek__select.item--area>option {}
.item--blue .top-seek__fieldset-sub>button {
	border: solid 1px  var(--site-c-main);
	background:  var(--site-c-main);
	color: #fff;
}


/**
 * top feature
**/
.feature {}

.feature__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.feature__item {
	max-width: 20%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.feature__list {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-content: stretch;
		align-items: stretch;
		gap: 12px;
	}
	.feature__item {
		max-width: none;
		width: calc( (100% - 12px) / 2 );
	}
}


.feature__desc {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background: var(--site-c-main-hue);
	color: var(--font-c);
	padding: 80px;
	position: relative;
	overflow: hidden;
}
.feature__desc::before {
	content: '';
	display: block;
	background: var(--site-c-main);
	width: 66.66%;
	position: absolute;
	left: 0;
	top: -50%;
	bottom: -50%;
	z-index: 1;
	transform: translate(-33.33%,0) skewX(-30deg);
	pointer-events: none;
}
.feature__desc>* {
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 1400px) {
	.feature__desc {
		padding: 40px;
	}
}
@media only screen and (max-width: 959px) {
	.feature__desc {
		padding: 32px;
	}
}
@media screen and (max-width: 767px) {
	.feature__desc {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-content: stretch;
		align-items: stretch;
		gap: 12px;
		padding: 32px;
	}
	.feature__desc::before {
		width: 100%;
		aspect-ratio: 2 / 5;
		left: 0;
		top: 0;
		bottom: auto;
		transform: translate(0,-25%) skewY(45deg);
	}
}

.feature__img {
	width: 50%;
	padding: 0 8% 0 0;
}
.feature__img img {
	box-shadow: 20px 20px 0 0 rgba(255,255,255,0.5);
	border-radius: 10px;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.feature__img {
		width: auto;
		padding: 0 0 32px;
	}
	.feature__img img {
		box-shadow: 10px 10px 0 0 rgba(255,255,255,0.5);
	}
}
.feature__txt {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
	width: 50%;
}
@media screen and (max-width: 767px) {
	.feature__txt {
		width: auto;
	}
}

.feature__ttl {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 1em;
}
.feature__txt p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}
.feature__txt *+p {
	margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
	.feature__ttl {
		font-size: 20px;
	}
}


/**
 * top-question
**/
.top-question {
	/*background: var(--site-c-lightgray);*/
}

@media screen and (max-width: 767px) {
	.top-question {}
}

.top-question__list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	gap: 80px;
}
@media screen and (max-width: 1400px) {
	.top-question__list {
		gap: 60px;
	}
}
@media screen and (max-width: 959px) {
	.top-question__list {
		gap: 40px;
	}
}
@media screen and (max-width: 767px) {
	.top-question__list {
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 40px;
	}
}

.top-question__item {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.top-question__item {
		max-width: 340px;
	}
}

.top-question__img {
	position: relative;
	z-index: 1;
	width: 100%;
}

.top-question__img img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

@media screen and (max-width: 767px) {
	.top-question__img {}
}

.top-question__desc {}

.top-question__ttl {
	display: block;
	border: none;
	color: var(--site-c-main);
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	width: 100%;
}

.top-question__num {
	font-size: 28px;
	padding-right: 4px;
}

.top-question__txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	margin-top: 14px;
}




/**
 * top company
**/
.top-company {
	background-image: linear-gradient(90deg, var(--site-c-lightgray) 0%, var(--site-c-lightgray) 100%);
	background-repeat: no-repeat;
	background-position: left 0 top 160px;
	background-size: 100% 240px;
}
.top-company:has(.slick-slider) {
    overflow: hidden;
}
.top-company__list:not(.slick-slider) {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
}
.top-company__list:not(.slick-slider)>li {
	width: calc( (100% - 40px * 3) / 4 );/* 4col */
}
.top-company__list .slick-list {
    overflow: visible;
}
.top-company__list.slick-slider li {
	width: 290px;
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.top-company {
		background: var(--site-c-lightgray);
	}
	.top-company__list:not(.slick-slider) {
		gap: 16px;
	}
	.top-company__list:not(.slick-slider)>li {
		width: calc( (100% - 16px * 1) / 2 );/* 2col */
	}
	.top-company__list.slick-slider li {
		width: calc( (100vw - var(--site-container-padding) * 2 - 10px * 2) / 2 );
		padding: 0 10px;
	}
}

.top-company__item {
	display: block;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
	max-width: 250px;
	min-height: 324px;
	margin: 0 auto;
	padding: 20px 20px 60px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.top-company__item {
		min-height: 280px;
		padding: 16px 16px 64px;
	}
}

.top-company__img {}
.top-company__img>img {
	border-radius: 10px;
	width: 100%;
	height: auto;
	aspect-ratio: 42 / 23;
	object-fit: cover;
}
.top-company__desc {}
*+.top-company__desc {
	margin-top: 16px;
}
.top-company__ttl {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}
.top-company__txt {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
*+.top-company__txt {
	margin-top: 8px;
}
@media screen and (max-width: 767px) {
	.top-company__txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}

.top-company__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3em;
	border: solid 1px var(--site-c-main);
	background: var(--site-c-main);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	height: 40px;
	padding: 0 1em;
	position: absolute;
	top: auto;
	right: 20px;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.top-company__btn {
		top: auto;
		right: 16px;
		bottom: 16px;
		left: 16px;
	}
}


/**
 * top member
**/
.top-member__list:not(.slick-slider) {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
}
.top-member__list:not(.slick-slider)>li {
	width: calc( (100% - 40px * 1) / 2 );/* 2col */
}
.top-member__list.slick-slider li {
	width: 580px;
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.top-member__list:not(.slick-slider) {
		gap: 20px;
	}
	.top-member__list:not(.slick-slider)>li {
		width: calc( (100% - 20px * 1) / 2 );/* 2col */
	}
	.top-member__list.slick-slider li {
		width: calc( (100vw - var(--site-container-padding) * 2 - 10px * 2) / 2 );
		padding: 0 10px;
	}
}

.top-member__list .slick-list {
    overflow: visible;
}
.top-member__item {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
	border-radius: 20px;
	background: #fff;
	max-width: 540px;
	min-height: 324px;
	padding: 30px;
	gap: 30px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.top-member__item {
		flex-flow: column nowrap;
		min-height: 280px;
		padding: 16px;
		gap: 12px;
	}
}

.top-member__img {
	width:  37%;
}
.top-member__img>img {
	border-radius: 10px;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.top-member__img {
		width: 100%;
	}
	.top-member__img>img {
		aspect-ratio: 16 / 9;
	}
}
.top-member__name {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
*+.top-member__name {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.top-member__name {
		font-size: 16px;
		text-align: left;
	}
	*+.top-member__name {
		margin-top: 12px;
	}
}
.top-member__school {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 0 10px;
	background: #ffd600;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	min-width: 134px;
	height: 30px;
	padding: 0 1em;
	position: absolute;
	left: -8px;
	top: -8px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.top-member__school {
		justify-content: flex-start;
		font-size: 12px;
		max-width: 100%;
		min-width: 112px;
		width: auto;
		height: 24px;
		left: -8px;
		top: -8px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

.top-member__desc {
	width: calc( 100% - 37% - 30px );
}
@media screen and (max-width: 767px) {
	.top-member__desc {
		width: 100%;
	}
}
.top-member__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: var(--site-c-main-hue);
	color: var(--font-c);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	min-width: 78px;
	width: fit-content;
	height: 26px;
	padding: 0 1em;
}
.top-member__list--OBOG .top-member__ttl {
	background: var(--site-c-main);
	color: #fff;
}
@media screen and (max-width: 767px) {
	.top-member__ttl {
		font-size: 12px;
		width: auto;
		height: 24px;
	}
}
.top-member__txt {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
*+.top-member__txt {
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.top-member__txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}


/**
 * top event
**/
.top-event {
	background-image: linear-gradient(90deg, var(--site-c-main-hue) 0%, var(--site-c-main-hue) 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 400px;
	padding-top: 80px;
}
@media only screen and (max-width: 959px) {
	.top-event {
		padding-top: 40px;
	}
}

.top-event__lead {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.75;
	text-align: center;
}
*+.top-event__lead {
	margin-top: 36px;
}
@media only screen and (max-width: 959px) {
	.top-event__lead {
		font-size: 16px;
	}
}


.top-event__desc {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	border-radius: 20px;
	background: #fff;
	gap: 64px;
	padding: 80px 72px;
	position: relative;
}
*+.top-event__desc {
	margin-top: 36px;
}
.top-event__desc::before {
	content: '';
	display: block;
	border-style: solid;
	border-width: 30px 60px;
	border-color: var(--site-c-main-hue) transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,0);
}
.top-event__desc>* {
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 1400px) {
	.top-event__desc {
		padding: 64px;
	}
}
@media only screen and (max-width: 959px) {
	.top-event__desc {
		gap: 40px;
		padding: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.top-event__desc {
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: stretch;
		gap: 40px;
		padding: 48px 20px 20px;
	}
	*+.top-event__desc {
		margin-top: 20px;
	}
}

.top-event__img {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	width: 50%;
	gap: 10px 20px;
}
.top-event__img-baloon {
	width: calc( (100% - 20px) / 2 );
	aspect-ratio: 41 / 10;
	object-fit: contain;
	order: 0;
}
.top-event__img-image {
	border-radius: 10px;
	width: calc( (100% - 20px) / 2 );
	aspect-ratio: 23 / 20;
	object-fit: cover;
	order: 10;
}
.top-event__img-image:nth-child(2) {
	box-shadow: 6px 6px 0 0 #FFEA7F;
}
.top-event__img-image:nth-child(4) {
	box-shadow: 6px 6px 0 0 #85E1E6;
}
@media only screen and (max-width: 767px) {
	.top-event__img {
		width: 100%;
		gap: 0 20px;
	}
	.top-event__img-baloon {
		margin-bottom: -8px;
		transform: scale(1.125);
	}
}

.top-event__txt {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	width: calc( 50% - 64px );
	gap: 0 10px;
}
@media only screen and (max-width: 1400px) {
	.top-event__txt {
		width: calc( 50% - 64px );
	}
}
@media only screen and (max-width: 959px) {
	.top-event__txt {
		width: calc( 50% - 40px );
	}
}
@media only screen and (max-width: 767px) {
	.top-event__txt {
		width: auto;
		margin-inline: -20px;
	}
}

.top-event__txt-ttl {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding: 0 1em;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.top-event__txt-ttl {
		font-size: 22px;
		text-align: left;
	}
}

.top-event__txt-lead {
	border-radius: 6px;
	background: var(--site-c-main-hue);
	color: var(--font-c);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
	padding: 0.25em 0.75em;
}
*+.top-event__txt-lead {
	margin-top: 12px;
}
@media only screen and (max-width: 767px) {
	.top-event__txt-lead {
		font-size: 13px;
	}
}

.top-event__txt-feature {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 5px solid var(--site-c-main-hue);
	background: #FEFBEA;
	width: calc( (100% - 10px * 2) / 3 );
	aspect-ratio: 1 / 1;
	position: relative;
}
*+.top-event__txt-feature {
	margin-top: 32px;
}
.top-event__txt-feature>i {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 4px 4px;
	background: #FFEA7F;
	color: var(--font-c);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	width: 34px;
	height: 20px;
	position: absolute;
	top: -5px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,0);
}
.top-event__txt-feature>span {
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	*+.top-event__txt-feature {
		margin-top: 16px;
	}
	.top-event__txt-feature>span {
		font-size: 18px;
	}
}


.top-event__sns {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	gap: 20px 40px;
}
*+.top-event__sns {
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.top-event__sns {
		flex-flow: column nowrap;
	}
}

.top-event__sns-ttl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
}
.top-event__sns-ttl::before {
	content: '';
	display: block;
	background: var(--site-c-main);
	width: 2.5em;
	height: 4px;
	margin: 0 0.75em 0 0;
}
@media only screen and (max-width: 767px) {
	.top-event__sns-ttl {
		font-size: 20px;
	}
}


.top-event__sns-bnr {
	display: block;
	width: calc( (100% - 40px) / 2 );
	order: 0;
}
.top-event__sns-bnr>img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.top-event__sns-bnr {
		width: 100%;
	}
	*+.top-event__sns-bnr {
		margin-top: 12px;
	}
}


.top-event__sns-desc {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: solid 10px #FEFBEA;
	box-shadow: 0 0 0 1px #0AC754 inset;
	background: #FEFBEA;
	width: calc( (100% - 40px) / 2 );
	gap: 32px;
	padding: 36px 48px;
	overflow: hidden;
	order: 10;
}
@media only screen and (max-width: 767px) {
	.top-event__sns-desc {
		width: 100%;
		padding: 24px;
		order: 0;
	}
}
.top-event__sns-txt {
	color: #0AC754;
}
.top-event__sns-txt p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
}
.top-event__sns-line-id {
	display: flex;
	justify-content: center;
	align-items: stretch;
	border-radius: 10px;
	border: solid 1px #0AC754;
	background: #fff;
	color: #4BC764;
	min-width: 228px;
	min-height: 72px;
	overflow: hidden;
}
*+.top-event__sns-line-id {
	margin-top: 16px;
}
.top-event__sns-line-id>dt {
	background: #0AC754;
	color: #fff;
	width: 28px;
	position: relative;
}
.top-event__sns-line-id>dt>span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%) rotate(90deg);
}
.top-event__sns-line-id>dd {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4BC764;
	font-size: 24px;
	font-weight: 500;
	width: 100%;
}
.top-event__sns-qr {
	width: 150px;
}
.top-event__sns-qr>img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.top-event__sns-txt p {
		font-size: 16px;
	}
	.top-event__sns-line-id {
		min-width: 160px;
		min-height: 48px;
	}
	*+.top-event__sns-line-id {
		margin-top: 16px;
	}
	.top-event__sns-line-id>dt {
		width: 22px;
	}
	.top-event__sns-line-id>dt>span {
		font-size: 6px;
	}
	.top-event__sns-line-id>dd {
		font-size: 16px;
	}
	.top-event__sns-qr {
		width: 100px;
	}
}


.top-event__sns-instagram-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	width: calc( (100% - 40px) / 2 );
	gap: 20px;
	order: 10;
}
@media only screen and (max-width: 767px) {
	.top-event__sns-instagram-list {
		width: 100%;
		order: 0;
	}
}

.top-event__sns-instagram-list a:has(img) {
	display: block;
	width: calc( (100% - 20px) / 2 );
}
.top-event__sns-instagram-list img {
	border-radius: 20px;
	width: calc( (100% - 20px) / 2 );
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.top-event__sns-instagram-list a img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.top-event__sns-instagram-list img {
		border-radius: 10px;
	}
}



/**
 * top search
**/
.top__search {
	background: var(--site-c-lightgray);
}

.top__search .l-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	background-image: url("../images/top-search__img.png");
	background-repeat: no-repeat;
	background-position: right 48px bottom 128px;
	background-size: 33.33% auto;
}



@media (min-width: 960px) {
	.top__search .l-container {
		margin-top: -60px;
	}

	.top__search--item {
		width: calc((100% - 112px) / 2);
		margin: 96px 0 0;
	}

	.top__search--item.item--wide {
		width: 100%;
	}
}

@media only screen and (max-width: 959px) {
	.top__search .l-container {
		margin-top: -72px;
	}

	.top__search--item {
		width: calc((100% - 72px) / 2);
		margin: 72px 0 0;
	}

	.top__search--item.item--wide {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.top__search .l-container {
		margin-top: -24px;
		background-image: none;
	}

	.top__search--item {
		width: 100%;
		margin: 24px 0 0;
	}

	.top__search--item.item--wide {
		width: 100%;
	}
}

.top__search--list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
}

@media (min-width: 960px) {
	.top__search--list {
		margin: -14px -3px 0;
	}

	.top__search--list>li {
		width: calc((100% - 3px * 6) / 3);
		margin: 14px 3px 0;
	}
}

@media only screen and (max-width: 959px) {
	.top__search--list {
		margin: -14px -3px 0;
	}

	.top__search--list>li {
		width: calc((100% - 3px * 6) / 3);
		margin: 14px 3px 0;
	}
}

@media only screen and (max-width: 767px) {
	.top__search--list {
		margin: -14px -3px 0;
	}

	.top__search--list>li {
		width: calc((100% - 3px * 6) / 3);
		margin: 14px 3px 0;
	}
}

.top__search--list>li>.btn {
	margin-top: 0;
}
.top__search--list>li>.btn>* {
	font-feature-settings: 'palt';
	font-size: 16px;
	line-height: 1.4;
}
.top__search--list>li>.btn>*:focus,
.top__search--list>li>.btn>*:hover {
	border-color: #ffc400;
	background: linear-gradient(to bottom, #ffc400, #fe7c49);
	color: #fff;
	font-feature-settings: 'palt';
}
@media only screen and (max-width: 959px) {
	.top__search--list>li>.btn>* {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.top__search--list>li>.btn>* {
		font-size: 14px;
	}
}



.top__search--form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
}

@media (min-width: 960px) {
	.top__search--form {
		margin: -46px -18px 0;
	}

	.top__search--form_item {
		width: calc((100% - 18px * 6) / 3);
		margin: 46px 18px 0;
	}

	.top__search--form_item.item--wide {
		width: calc(100% - 18px * 2);
	}
}

@media only screen and (max-width: 959px) {
	.top__search--form {
		margin: -46px -18px 0;
	}

	.top__search--form_item {
		width: calc((100% - 18px * 6) / 3);
		margin: 46px 18px 0;
	}

	.top__search--form_item.item--wide {
		width: calc(100% - 18px * 2);
	}
}

@media only screen and (max-width: 767px) {
	.top__search--form {
		margin: 0;
	}

	.top__search--form_item {
		width: 100%;
		margin: 0;
	}

	.top__search--form_item+.top__search--form_item {
		margin-top: 24px;
	}

	.top__search--form_item.item--wide {
		width: 100%;
	}
}

.top__search--form_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: flex-end;
}

.top__search--form_item>* {
	width: 100%;
}

.top__search--form_item_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 24px;
}

.top__search--form_item_title>em {
	color: var(--site-c-main);
}

@media only screen and (max-width: 959px) {
	.top__search--form_item_title {
		font-size: 14px;
		margin: 0 0 14px;
	}
}

@media only screen and (max-width: 767px) {
	.top__search--form_item_title {
		font-size: 14px;
		margin: 0 0 14px;
	}
}

.top__search .select {
	display: block;
	max-width: 640px;
}

.top__search .select>select {
	border-color: #fff;
	background-color: #fff;
	color: inherit;
	font-weight: 600;
	width: 100%;
	height: 100px;
	padding-left: 1.5em;
}

@media only screen and (max-width: 959px) {
	.top__search .select {
		max-width: 440px;
	}

	.top__search .select>select {}
}

@media only screen and (max-width: 767px) {
	.top__search .select {
		max-width: none;
	}

	.top__search .select>select {
		height: 56px;
	}
}


/**
 * top result
**/
.top__result {
	background: var(--site-c-main);
	color: #fff;
}

.top__result-head {
	margin: 0 0 56px;
	position: relative;
}

.top__result-head_ttl {
	text-align: center;
	position: relative;
	z-index: 1;
}

.top__result-head_ttl::before {
	content: '';
	display: block;
	background-image: url("../images/top-joblist__bg.png");
	background-repeat: no-repeat;
	background-position: center 3%;
	background-size: 46% auto;
	width: 256px;
	height: 256px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 50%);
}

.top__result-head_ttl::after {
	content: '';
	display: block;
	border-top: solid 2px;
	width: 4em;
	margin: 2em auto 0;
	position: relative;
	z-index: 5;
}

.top__result-head_ttl>small {
	display: block;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05ex;
	position: relative;
	z-index: 5;
}

.top__result-head_ttl>span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05ex;
	margin: 2em 0 0;
	position: relative;
	z-index: 5;
}

@media only screen and (max-width: 959px) {
	.top__result-head_ttl>small {
		font-size: 56px;
	}

	.top__result-head_ttl>span {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.top__result-head_ttl>small {
		font-size: 24px;
	}

	.top__result-head_ttl>span {
		font-size: 14px;
	}
}

.top__result-head_link.btn,
.top__result-head_link {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	margin: 0;
}

@media only screen and (max-width: 959px) {

	.top__result-head_link.btn,
	.top__result-head_link {
		width: 180px;
	}
}

@media only screen and (max-width: 767px) {

	.top__result-head_link.btn,
	.top__result-head_link {
		width: 96px;
	}

	.top__result-head_link.btn a {
		height: 56px;
	}
}

.top__result .result__name {
	display: none;
}

.top__result .result__rate {
	display: none;
}

.top__result .result__eval {
	display: none;
}

.top__result .result__txt {
	display: none;
}

.slick-initialized a.slick-slide {
	margin: 40px 20px 0;
}

.slick-prev {
	z-index: 10;
}

.slick-next {
	z-index: 10;
}

@media only screen and (max-width: 767px) {
	.slick-prev {
		left: -7px;
	}

	.slick-next {
		right: -7px;
	}
}

/**
 * top knowledge
**/
.top__knowledge {}

.top__knowledge--list.knowledge__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	margin: -40px -20px 0;
}

@media (min-width: 960px) {

	.top__knowledge--list.knowledge__list {
		margin: -40px -20px 0;
	}

	/* 1st 2nd list item size */
	.top__knowledge--list .knowledge__item:nth-child(1),
	.top__knowledge--list .knowledge__item:nth-child(2) {
		width: calc((100% - 20px * 4) / 2);
		margin: 40px 20px 0;
	}

	/* other list item size */
	.top__knowledge--list .knowledge__item {
		width: calc((100% - 20px * 8) / 4);
		margin: 40px 20px 0;
	}

	/* 1st 2nd image aspect ratio */
	.top__knowledge--list .knowledge__item:nth-child(1) .knowledge__img::before {
		padding: 75% 0 0;
	}

	.top__knowledge--list .knowledge__item:nth-child(2) .knowledge__img::before {
		padding: 75% 0 0;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	.top__knowledge--list.knowledge__list {
		margin: -24px -8px 0;
	}

	/* 1st list item size */
	.top__knowledge--list .knowledge__item:nth-child(1) {
		width: calc(100% - 8px * 2);
		margin: 24px 8px 0;
	}

	/* other list item size */
	.top__knowledge--list .knowledge__item {
		width: calc((100% - 8px * 6) / 3);
		margin: 24px 8px 0;
	}

	/* 1st 2nd image aspect ratio */
	.top__knowledge--list .knowledge__item:nth-child(1) .knowledge__img::before {
		padding: 75% 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.top__knowledge--list.knowledge__list {
		margin: -16px -8px 0;
	}

	.top__knowledge--list .knowledge__item {
		width: calc((100% - 8px * 4) / 2);
		margin: 16px 8px 0;
	}
}





/**
 * top news
**/
.top__news {}

.top__news--list {}

.top__news--list>li>a,
.top__news--list>li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.top__news--list>*+li {
	margin-top: 20px;
}

.top__news--list>li>a {
	width: 100%;
}

.top__news--list>li>a:hover {
	text-decoration: underline;
}

.top__news--list>li time {
	display: block;
	font-size: 16px;
	line-height: 2;
	width: 120px;
}

.top__news--list>li p {
	display: block;
	font-size: 16px;
	line-height: 2;
	width: calc(100% - 120px);
}

@media only screen and (max-width: 959px) {
	.top__news--list>li time {
		font-size: 14px;
		width: 96px;
	}

	.top__news--list>li p {
		font-size: 14px;
		width: calc(100% - 96px);
	}
}

@media only screen and (max-width: 767px) {
	.top__news--list>li time {
		font-size: 12px;
		width: 96px;
	}

	.top__news--list>li p {
		font-size: 12px;
		width: calc(100% - 96px);
	}
}


/**
 * top banner
**/
.top__bnr {
	padding: 0 0 160px;
}

@media only screen and (max-width: 767px) {
	.top__bnr {
		padding: 0 0 80px;
	}
}

.top__bnr-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.top__bnr-box>* {
	width: 100%;
}

.top__bnr-box>*+* {
	margin-top: 16px;
}

.top__bnr-box a {
	display: block;
	max-width: 970px;
}
