@charset "UTF-8";

.mainVisualWrap {
	background-image: url(../img/top/img_mv_overlay.webp),url(../img/top/img_mv.webp);
	background-repeat: no-repeat;
	background-position: left center, -20vw -6vw;
	background-size: auto 100%, 120%;
}
.mainVisualWrap .inner {
    padding: 40px 0 0 0;
    width: 960px;
    height: 325px;
}
.mainVisualCampaign {
    width: 470px;
    display: inline-block;
}
.mainVisualTtl {
  /* margin-top: 40px; */
	margin-top: 100px;
	font-size: 20px;
	font-weight: bold;
}
.mainVisualTtlImg {
	width: 460px;
	margin-top: 15px;
}
.mainVisualButton {
    margin-top: 20px;
}
.mainVisualButton .button {
	background-color: #F47B36;
	color: #fff;
	width: 285px;
	height: 61px;
	font-size: 20px;
}
.mainVisualButtonSmall {
	font-size: 0.8em;
	display: block;
}
.topJobSearchWrap {
	padding-bottom: 70px;
}
.topJobSearchWrap .inner{
	width: 960px;
}
.topJobSearchTabWrap {
	display: flex;
	justify-content: space-between;
}
.topJobSearchTab {
	width: 470px;
	border-radius: 5px 5px 0 0;
	background-color: #646E76;
	color: var(--white);
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
}
.topJobSearchTab._active {
	color: var(--white);
	background-color: var(--baseColor);
}
.topJobSearch {
	background-color: var(--baseColor);
	border-radius: 0 0 5px 5px;
	padding: 30px 35px;
	display: none;
}
.topJobSearch._active {
	display: block;
}
.topJobSearchList {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -20px;
	font-size: 16px;
	font-weight: bold;
}
.topJobSearchItem {
	margin: 10px 0 0 20px;
}
.topJobSearchList2 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 8.5px;
}
.topJobSearchItem2 {
	width: 216px;
}
.topJobSearchItem2 .inputSelect {
	background-image: url(../img/icon_circle_orange_bottom.svg);
	background-size: 22px;
	padding: 0 42px 0 10px;
	height: 50px;
	border-radius: 3px;
	border: 0;
	font-weight: bold;
}
.topJobSearchItem2 .buttonModal {
	text-align: left;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-image: url(../img/icon_circle_orange_bottom.svg);
	background-size: 22px;
	padding: 0 42px 0 10px;
	height: 50px;
	border-radius: 3px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	border: 0;
}
.topJobSearchItem2 .textCut {
	color: var(--white);
}
.topJobSearchItem2 .releaseBtn {
	border: 1px solid var(--white);
	color: var(--white);
	border-radius: 50%;
	width: 20px;
	text-align: center;
	font-size: 10px;
	height: 20px;
}
.topJobSearchBottomWrap {
	margin-top: 10px;
}
.topJobSearchBottomTtl {
	font-size: 14px;
	font-weight: bold;
}
.topJobSearchBottom {
	display: flex;
	justify-content: space-between;
}
.topJobSearchBottom .inputText {
	width: 723px;
	height: 50px;
	border: 0;
	border-radius: 3px;
}
.topJobSearchBottom .button {
	width: 156px;
	height: 50px;
	border-radius: 5px;
	background-image: url(../img/icon_search2.svg);
	background-repeat: no-repeat;
	background-position: 44px center;
	padding-left: 24px;
	border: 0;
}
.topMainVisualMessageWrap {
	width: calc(100% - 552px);
	position: relative;
}
.topMainVisualMessage {
	position: absolute;
	display: none;
}
.topMainVisualMessage1 {
	padding-left: 70px;
	padding-bottom: 20px;
}
.topMainVisualMessage1 .topMainVisualMessageImg {
	width: 465px;
}
.topMainVisualMessage2 {
	padding-left: 70px;
	margin: 15px 0;
}
.topMainVisualMessage3 {
	padding-left: 70px;
	padding-top: 20px;
}
.topMainVisualMessage3 .topMainVisualMessageImg {
	width: 465px;
}
.topMainVisualMessageLink {
	position: absolute;
	right: 40px;
	bottom: 0;
	font-weight: bold;
}

.topTitle1 {
	font-size: 30px;
	font-weight: bold;
	color: #0063B1;
}
.topTitle1 .colorOrange{
	color: #F47B36;
}
.topCompany {
	padding-top: 45px;
}
.companyCarousel {
	margin: 13px auto 0;
}
.companyCarousel2 {
	margin-top: 0;
	position: relative;
	left: -150px;
	width: calc(100% + 150px);
}
.slick-slider div { transition: none; }
.topCompany .slider .slick-slide {
	margin: 0 7.5px;
	padding: 10px 0;
}
.topCompany .slick-slide div {
	width: 290px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 1px 14px rgb(0,0,0,0.09);
	border-radius: 5px;
}
.companyCarouselImg {
	max-height: 70%;
	max-width: 80%;
	width: auto !important;
}

.topAbout {
	padding: 60px 0 70px;
}
.topTitle2 {
	font-size: 35px;
	color: #0063B1;
	font-weight: bold;
	background-image: url(../img/icon_logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}
.topText {
	line-height: 2em;
}
.topAbout .topText {
	margin-top: 10px;
}
.topAboutBottom {
	margin-top: 25px;
	text-align: center;
}
.topAboutBottomTtl {
	font-size: 20px;
	font-weight: bold;
	color: #0063B1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
}
.topAboutBottomTtl::before,
.topAboutBottomTtl::after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #0063B1;
	display: block;
	transform: rotate(45deg);
}
.topAboutBottomTtl::after {
	transform: rotate(-45deg);
}
.topAboutCircleWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	gap: 0 20px;
}
.topAboutCircle {
	width: 180px;
	height: 180px;
	background-color: #EDF6FA;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 50%;
	color: #0063B1;
	font-weight: bold;
	font-size: 20px;
}
.topAboutCircleSmall{
	font-size: 16px;
}
.topAboutCircleBold{
	font-size: 33px;
	color: #F47B36;
}
.topAboutBottomNote{
	margin-top: 15px;
	font-size: 12px;
}
.topFeature {
	background-color: #EDF6FA;
	padding: 80px 0 120px;
}
.topFeature .inner{
	width: 960px;
}
.topFeatureBox {
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
}
.topFeatureBox:nth-child(n + 2) {
	margin-top: 50px;
}
.topFeatureBox:nth-child(2n+1) {
	flex-direction: row-reverse;
}
.topFeatureBoxImg {
	width: 463px;
	z-index: 1;
	position: relative;
}
.topFeatureBoxTextWrap {
	margin-top: 40px;
	width: 520px;
	height: 288px;
	background-color: #fff;
	padding: 25px 40px 0 55px;
	border-radius: 5px;
	margin-left: -20px;
}
.topFeatureBox:nth-child(2n+1) .topFeatureBoxTextWrap {
	padding: 25px 55px 0 40px;
	margin-left: 0;
	margin-right: -20px;
}
.topFeatureBoxTtl{
	font-size: 28px;
	font-weight: bold;
}
.topFeatureBoxTtl .en {
	font-size: 26px;
	color: #0063B1;
}
.topFeatureBoxTtl .num {
	font-size: 40px;
	margin-left: 0.5em;
}
.topFeatureBoxText{
	line-height: 2em;
}
.topEntry {
	background-image: url(../img/top/bg_entry_overlay.webp),url(../img/top/bg_entry.webp);
	background-repeat: no-repeat;
	background-size: cover, auto 75vw;
	height: 378px;
	padding: 80px 0 85px;
	background-position: center, center -26vw;
}
@media screen and (max-width:1280px) {
	.topEntry {
		background-size: cover;
		background-position: center;
	}
}
.topTitle3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.topEntry .topAboutBottomTtl {
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
}
.topEntry .topAboutBottomTtl::before,
.topEntry .topAboutBottomTtl::after {
	background-color: #fff;
}
.topEntryButton {
	margin-top: 10px;
	text-align: center;
}
.topEntryButton .button {
	background-color: #F47B36;
	border-radius: 5px;
	font-size: 25px;
	color: #fff;
	width: 450px;
	height: 67px;
}

.topEvent {
	padding: 90px 0 0 0;
}
.topEventTab {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 6px;
}
.topEventTab .button {
	background-color: #646E76;
	color: #fff;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	width: 188px;
	height: 65px;
	line-height: 1.2;
}
.topEventTab .button.active{
	background-color: #0063B1;
}
.topEventListWrap {
	background-color: #0063B1;
	border-radius: 0 0 5px 5px;
	padding: 40px 100px 65px 100px;
}
.topEventListWrap2 {
	display: none;
}
.topEventListWrap2.active {
	display: block;
}
.topEventList{
}
.topEventItem {
	padding: 20px;
	background-color: #fff;
}
.topEventItem:nth-child(n + 2) {
	margin-top: 15px;
}
.topEventItemArticle {
	display: flex;
	gap: 0 16px;
	align-items: flex-start;
}
.topEventItemImg {
	width: 230px;
	max-height: 140px;
	object-fit: cover;
}
.topEventItemTextWrap {
	width: calc(100% - 230px);
}
.topEventItemArticleNoImage .topEventItemTextWrap {
	width: 100%;
}
.topEventItemHeader {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}
.topEventItemHeader .icon{
}
.topEventItemHeader .text {
	color: #646E76;
}

.topEventItemTtl {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}
.topEventItemDl {
	margin-top: 10px;
	color: #646E76;
}
.topEventItemDlBlock {
	display: flex;
}
.topEventItemDt {
	display: flex;
	align-items: center;
	gap: 0 5px;
	width: 5.5em;
}
.topEventItemDtImg {
	width: 16px;
}
.topEventItemDd {
	width: calc(100% - 5.5em);
}
.topEventNone {
	color: #fff;
}
.topEventButton {
	margin-top: 25px;
	text-align: center;
}

.topEventButton .button {
	width: 280px;
	height: 65px;
	color: #fff;
	background-color: #F47B36;
	border-radius: 5px;
	font-size: 20px;
}
.topRegistCompany {
	padding: 100px 0 75px;
}
.topRegistCompany .slider2 {
	margin-top: 15px;
	position: relative;
}
.topRegistCompany .slider2 .slick-arrow {
	width: 76px;
	height: 76px;
	background-size: cover;
	top: calc(50% - 38px);
	position: absolute;
	z-index: 1;
	text-indent: -99999px;
}
.topRegistCompany .slider2 .slick-prev {
	background-image: url(../img/icon_circle_blue_left.svg);
	left: 70px;
}
.topRegistCompany .slider2 .slick-next {
	background-image: url(../img/icon_circle_blue_right.svg);
	right: 70px;
}
.topRegistCompany .slider2 .slick-slide > div {
	width: 300px;
	margin: 0 15px;
	padding: 10px 0;
}
.topRegistCompanyArticle {
	border-radius: 5px;
	box-shadow: 0px 0px 14px rgb(0,0,0,0.09);
	padding: 20px 20px 30px 20px;
	position: relative;
}
.topRegistCompanyFavorite {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../img/icon_favorite.svg);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	background-size: cover;
}
.topRegistCompanyFavorite._favoriteEnable {
	background-image: url(../img/icon_favorite_enabled.svg);
}
.topRegistCompanyImgWrap {
	text-align: center;
}
.topRegistCompanyImg {
	max-width: 60%;
	max-height: 90px;
	display: inline-block !important;
}
.topRegistCompanyIcon {
	margin-top: 15px;
}
.topRegistCompanyName {
	font-size: 25px;
	font-weight: bold;
}
.topRegistCompanyCategory {
	font-size: 14px;
	color: #A2A2A2;
}
.topRegistCompanyText{
	font-size: 14px;
}
.topButton {
	margin-top: 40px;
	text-align: center;
}
.topButton .button {
	background-color: #0063B1;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	width: 280px;
	height: 65px;
}
.topRegistCompanyButton {
	margin-top: 30px;
}

.topExprience,
.topColumn {
	padding: 75px 0 100px;
	background-color: #EDF6FA;
}
.topExprience .inner,
.topEntrySheet .inner,
.topColumn .inner {
	width: 960px;
}
.topList {
	margin-top: 25px;
	display: flex;
	gap: 0 23px;
}
.topItem {
	width: 304px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgb(0,0,0,0.09);
	padding: 30px 25px;
	border-radius: 5px;
}
.topItemExprience {
	padding: 40px 0;
	background-image: url(../img/text_overlay.webp);
	background-size: cover;
}
.topItemTtl {
	font-size: 25px;
	font-weight: bold;
}
.topItemExprience .button {
	border-radius: 5px;
	width: 100%;
	height: 52px;
	color: #fff;
	font-size: 19px;
	background-color: #F47B36;
}
.topItemExprienceLogin{
	text-align: center;
}
.topItemExprienceLogin2{
	font-size: 14px;
	text-align: center;
	margin-top: 0.5em;
}
.topEntrySheet {
	padding: 75px 0 100px;
}
.topEntrySheet .topItemExprience {
	padding: 40px 0 20px 0;
}
.topColumnList {
	margin-top: 15px;
	display: flex;
	gap: 0 30px;
}
.topColumnItem {
	width: 300px;
}
.topColumnItemCategory{
}
.topColumnItemImgWrap {
	width: 300px;
	height: 200px;
}
.topColumnItemImg{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.topColumnItemHeader {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	flex-wrap: wrap;
}
.topColumnItemTtl {
	font-size: 20px;
	margin-top: 5px;
}
.topColumnItemTime {
	color: #0063B1;
	font-weight: bold;
}
.topBanner {
	padding: 80px 0 0;
}
.topBannerList {
	display: flex;
	gap: 0 54px;
}
.topBannerItem {
	width: 453px;
}
.topBannerImg{
	border-radius: 5px;
}
.topBannerList2{
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.topBannerItem2{
	width: 310px;
}
.topBannerImg2{
	border-radius: 5px;
}
.topBanner .inner {
	width: 960px;
}

@media screen and (max-width:560px) {
	.mainVisualWrap {
		background-image: url(../img/top/img_mv_overlay_sp.webp),url(../img/top/img_mv_sp.webp);
		background-position: center -6vw, center 0;
		background-size: 100%, cover;
	}
	.mainVisualWrap .inner {
		padding: 30.36vw 0 0 0;
		width: 100%;
		height: 65vw;
	}
	.mainVisualTtl {
		font-size: 3.57vw;
		text-align: center;
		margin-top: 1.79vw;
	}
	.mainVisualCampaign {
		width: 71.43vw;
		margin: 0 auto;
		display: block;
	}
	.mainVisualTtlImg {
		width: 78.57vw;
		margin-top: 1.79vw;
	}
	.mainVisualButton {
		margin-top: 3.57vw;
		text-align: center;
	}
	.mainVisualButton .button {
		width: 78.57vw;
		height: 14.29vw;
		font-size: 4.29vw;
		border-radius: 0.89vw;
	}
	.topJobSearchWrap {
		padding-bottom: 14.29vw;
	}
	.topJobSearchWrap .inner {
		width: 100%;
		padding: 0 5.36vw;
	}
	.topJobSearchTab {
		width: 43.75vw;
		border-radius: 0.89vw 0.89vw 0 0;
		font-size: 3.57vw;
		padding: 2.68vw 0;
	}
	.topJobSearch {
		border-radius: 0 0 0.89vw 0.89vw;
		padding: 5.36vw;
		display: none;
	}
	.topJobSearchList2 {
		gap: 2.68vw 1.79vw;
	}
	.topJobSearchItem2 {
		width: 38.2vw;
	}
	.topJobSearchItem2 .inputSelect {
		background-size: 3.93vw;
		padding: 0 7.5vw 0 2.68vw;
		height: 8.93vw;
		border-radius: 0.54vw;
		font-size: 3.57vw;
	}
	.topJobSearchItem2 .buttonModal {
		background-position: calc(100% - 1.79vw) center;
		background-size: 3.93vw;
		padding: 0 7.5vw 0 2.68vw;
		height: 8.93vw;
		border-radius: 0.54vw;
		font-size: 3.57vw;
	}
	.topJobSearchBottom .inputText {
		width: 55.36vw;
		height: 10.71vw;
		border-radius: 0.54vw;
		padding: 0 2.68vw;
		font-size: 3.57vw;
	}
	.topJobSearchBottom .button {
		width: 21.43vw;
		height: 10.71vw;
		border-radius: 0.89vw;
		background-position: 3.57vw center;
		padding-left: 4.29vw;
		background-size: 4.11vw;
		font-size: 3.57vw;
	}
	.topCompany {
		padding-top: 7vw;
	}
	.topTitle1 {
		font-size: 6.07vw;
	}
	.companyCarousel {
		margin: 9.82vw auto 0;
	}
	.companyCarousel2 {
		margin-top: 0;
		left: -26.79vw;
		width: calc(100% + 26.79vw);
	}
	.topCompany .slider .slick-slide {
		margin: 0 1.34vw;
		padding: 1.79vw 0;
	}
	.topCompany .slick-slide div {
		width: 51.79vw;
		height: 13.39vw;
		box-shadow: 0vw 0.18vw 2.5vw rgb(0,0,0,0.09);
		border-radius: 0.89vw;
	}
	.topAbout {
		padding: 12.5vw 0 14.29vw;
	}
	.topTitle2 {
		font-size: 7.14vw;
		padding-top: 8.04vw;
		background-size: 8.21vw;
	}
	.topAbout .topText {
		margin-top: 3.57vw;
		font-size: 3.57vw;
	}
	.topAboutBottom {
		margin-top: 5.36vw;
	}
	.topAboutBottomTtl {
		font-size: 4.29vw;
		gap: 0 0.89vw;
	}
	.topAboutBottomTtl::before, .topAboutBottomTtl::after {
		width: 4.46vw;
		height: 0.36vw;
	}
	.topAboutCircleWrap {
		margin-top: 1.79vw;
		gap: 0 3.57vw;
	}
	.topAboutCircle {
		width: 37.5vw;
		height: 37.5vw;
		font-size: 4.29vw;
	}
	.topAboutCircleSmall {
		font-size: 3.57vw;
	}
	.topAboutBottomNote {
		margin-top: 2.68vw;
		font-size: 3.21vw;
	}
	.topFeature {
		padding: 14.29vw 0 14.29vw;
	}
	.topFeature .inner {
		width: 100%;
		padding: 0 5.36vw;
	}
	.topFeatureBox {
		margin-top: 7.14vw;
		display: block;
	}
	.topFeatureBox:nth-child(n+2) {
		margin-top: 8.93vw;
	}
	.topFeatureBoxImg {
		width: 100%;
	}
	.topFeatureBoxTextWrap {
		margin-top: 0;
		width: 100%;
		height: auto;
		padding: 5.36vw 5.36vw 5.36vw 5.36vw;
		border-radius: 0 0 0.89vw 0.89vw;
		margin-left: 0;
	}
	.topFeatureBox:nth-child(2n+1) .topFeatureBoxTextWrap {
		padding: 5.36vw;
		margin-left: 0;
		margin-right: 0;
	}
	.topFeatureBoxTtl {
		font-size: 5vw;
	}
	.topFeatureBoxTtl .en {
		font-size: 4.64vw;
	}
	.topFeatureBoxTtl .num {
		font-size: 7.14vw;
	}
	.topFeatureBoxText {
		line-height: 1.6em;
		font-size: 3.57vw;
		margin-top: 1.79vw;
	}
	.topEntry {
		background-image: url(../img/top/bg_entry_overlay.webp),url(../img/top/bg_entry_sp.webp);
		background-size: cover, cover;
		height: 83.04vw;
		padding: 14.29vw 0 14.29vw;
		background-position: center, center;
	}
	.topTitle3 {
		font-size: 6.07vw;
		line-height: 1.5;
	}
	.topEntry .topAboutBottomTtl {
		margin-top: 4.46vw;
		font-size: 3.57vw;
	}
	.topEntryButton {
		margin-top: 1.79vw;
	}
	.topEntryButton .button {
		border-radius: 0.89vw;
		width: 78.57vw;
		height: 14.29vw;
		font-size: 4.29vw;
	}
	.topEvent {
		padding: 14.29vw 0 0 0;
	}
	.topEventTab {
		margin-top: 3.57vw;
		gap: 4.46vw 2.5vw;
		flex-wrap: wrap;

	}
	.topEventTab .button {
		border-radius: 0.89vw;
		font-size: 2.86vw;
		width: 28.57vw;
		height: 10.71vw;
		position: relative;
	}
	.topEventTab .button.active::before {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 2.14vw 1.79vw 0 1.79vw;
		border-color: #0063B1 transparent transparent transparent;
		bottom: -2vw;
		left: calc(50% - 1.79vw);
		position: absolute;
	}
	.topEventListWrap {
		border-radius: 0.89vw;
		padding: 7.14vw 5.36vw;
		width: 89.29vw;
		margin: 5.36vw auto 0;
	}
	.topEventItem {
		padding: 3.57vw;
		border-radius: 0.89vw;
	}
	.topEventItemArticle {
		gap: 0 2.68vw;
	}
	.topEventItemImg {
		width: 33.04vw;
		max-height: 36vw;
	}
	.topEventItemTextWrap {
		width: calc(100% - 33.04vw);
	}
	.topEventItemArticleNoImage .topEventItemTextWrap {
		width: 100%;
	}
	.topEventItemHeader .text {
		font-size: 2.86vw;
	}
	.topEventItemTtl {
		font-size: 3.93vw;
		margin-top: 1.79vw;
	}
	.topEventItemDl {
		margin-top: 1.79vw;
		font-size: 2.86vw;
	}
	.topEventItemDlBlock {
		align-items: baseline;
		gap: 0 0.5em;
	}
	.topEventItemDt {
		gap: 0 0.89vw;
		width: 2.86vw;
	}
	.topEventItemDtImg {
		width: 2.86vw;
	}
	.topEventItemDd {
		width: calc(100% - 2.86vw);
	}
	.topEventButton {
		margin-top: 3.57vw;
	}
	.topEventButton .button {
		width: 67.86vw;
		height: 12.5vw;
		border-radius: 0.89vw;
		font-size: 4.29vw;
	}
	.topRegistCompany {
		padding: 14.29vw 0 14.29vw;
	}
	.topRegistCompany .slider2 {
		margin-top: 2.68vw;
	}
	.topRegistCompany .slider2 .slick-arrow {
		width: 12.5vw;
		height: 12.5vw;
		top: calc(50% - 6.25vw);
	}
	.topRegistCompany .slider2 .slick-prev {
		left: 3.57vw;
	}
	.topRegistCompany .slider2 .slick-next {
		right: 3.57vw;
	}
	.topRegistCompany .slider2 .slick-slide > div {
		width: 52.32vw;
		margin: 0;
		padding: 5.36vw 3.57vw;
	}
	.topRegistCompanyArticle {
		border-radius: 0.89vw;
		box-shadow: 0vw 0vw 2.5vw rgb(0,0,0,0.09);
		padding: 3.57vw 3.57vw 5.36vw 3.57vw;
	}
	.topRegistCompanyImg {
		max-height: 16.07vw;
	}
	.topRegistCompanyFavorite {
		top: 1.79vw;
		right: 1.79vw;
		width: 8.57vw;
		height: 8.57vw;
	}
	.topRegistCompanyIcon {
		margin-top: 2.68vw;
	}
	.topRegistCompanyName {
		font-size: 5vw;
	}
	.topRegistCompanyCategory {
		font-size: 3.21vw;
	}
	.topRegistCompanyText {
		margin-top: 0.89vw;
		font-size: 3.57vw;
		max-height: 16.5vw;
		overflow: hidden;
	}
	.topRegistCompanyButton {
		margin-top: 7.14vw;
	}
	.topButton .button {
		font-size: 4.29vw;
		border-radius: 0.89vw;
		width: 67.86vw;
		height: 12.5vw;
	}
	.topExprience, .topColumn {
		padding: 14.29vw 0;
	}
	.topExprience .inner, .topEntrySheet .inner, .topColumn .inner {
		width: 100%;
		padding: 0 5.36vw;
	}
	.topList {
		margin-top: 4.46vw;
		gap: 5.36vw 0;
		flex-direction: column;
	}
	.topItem {
		width: 100%;
		box-shadow: 0vw 0vw 1.79vw rgb(0,0,0,0.09);
		padding: 5.36vw;
		border-radius: 0.89vw;
	}
	.topItem .icon {
		font-size: 3.57vw;
	}
	.topItemTtl {
		font-size: 6.25vw;
	}
	.topItemExprience {
		padding: 7.14vw 0;
	}
	.topItemExprience .button {
		border-radius: 0.89vw;
		width: 100%;
		height: 14.29vw;
		font-size: 4.29vw;
	}
	.topItemExprienceLogin {
		font-size: 4.29vw;
		margin-top: 3.57vw;
	}
	.topItemExprienceLogin2 {
		font-size: 3.21vw;
		margin-top: 3.57vw;
	}
	.topItemExprienceLogin .link2 {
		padding-right: 5.36vw;
		background-size: 3.57vw;
	}
	.topEntrySheet {
		padding: 14.29vw 0;
	}
	.textAreaLine3Hidden {
		height: 4.6em;
		font-size: 3.57vw;
		margin-top: 3.57vw;
	}
	.topColumnList {
		margin-top: 4.46vw;
		gap: 7.14vw 0;
		flex-direction: column;
	}
	.topColumnItem {
		width: 100%;
	}
	.topColumnItemImgWrap {
		width: 100%;
		height: 59.46vw;
	}
	.topColumnItemHeader {
		display: flex;
		justify-content: space-between;
		margin-top: 3.57vw;
		flex-wrap: wrap;
	}
	.topColumnItemCategory .icon {
		font-size: 3.57vw;
	}
	.topColumnItemTtl {
		font-size: 5vw;
		margin-top: 1.79vw;
	}
	.topColumnItemTime {
		font-size: 3.57vw;
	}
	.topBanner {
		padding: 14.29vw 10.71vw 0;
	}
	.topBannerList {
		gap: 5.36vw 0;
		flex-direction: column;
	}
	.topBannerItem {
		width: 100%;
	}
	.topBannerList2 {
		margin-top: 5.36vw;
		flex-direction: column;
		gap: 5.36vw 0;
	}
	.topBannerItem2 {
		width: 100%;
	}
	.topBanner .inner {
		width: 100%;
	}
	.topBannerImg {
		border-radius: 0.89vw;
		width: 100%;
	}
}