.top-main {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	max-height: 900px;
	position: relative;
	background: #F4F3EE;
	box-sizing: border-box;
	padding: 0 0;
	overflow: hidden;
}
.hometown {
	width: 1100px;
	height: 620px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	margin-top: 116px;
}
.hometown .mc {
	position: absolute;
	left: 5%;
	top: -80px;
	z-index: 10;
}
.hometown .mc p:nth-child(1) {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-size: 60px;
	color: #B60355;
	font-weight: 800;
	transition-delay: 1s;
}
.hometown .mc p:nth-child(2) {
	font-size: 24px;
	line-height: 1em;
	letter-spacing: .1em;
	color: #B60355;
	font-weight: 600;
	transition-delay: 1.5s;
}
.town-animation {
	position: absolute;
	width: 1100px;
	height: 620px;
	left: 0;
	top: 0;
}
.town-animation .base {
	position: absolute;
	z-index: 1;
}
.town-animation .town {
	position: absolute;
	z-index: 5;
}
.town-animation .mt {
	position: absolute;
	z-index: 3;
}
.town-animation .balloon {
	position: absolute;
	z-index: 6;
}
.town-animation .airplane {
	position: absolute;
	z-index: 6;
}
.town-animation .cloud01,
.town-animation .cloud03 {
	position: absolute;
	z-index: 2;
	width: 1100px;
	height: 620px;
	background: url("../img/image2024/cloud01.png") no-repeat center center;
	background-size: contain;
}
.town-animation .cloud02,
.town-animation .cloud04 {
	position: absolute;
	z-index: 4;
	width: 1100px;
	height: 620px;
	background: url("../img/image2024/cloud02.png")no-repeat center center;
	background-size: contain;
}

.town-animation .base {
	width: 98%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.town-animation .town {
	width: 85%;
	bottom: 5%;
	left: 8%;
}
.town-animation .mt {
	width: 27%;
	top: -4%;
	left: 42%;
}
.town-animation .balloon {
	width: 7%;
	top: 20%;
	left: 5%;
	animation: balloon 4s linear infinite;
}
.town-animation .airplane {
	width: 15%;
	top: 2%;
	right: 12%;
	animation: airplane 6s linear infinite;
}
.town-animation .cloud01 {
	top: 0;
	left: 0;
	animation: cloudmove 100s -50s linear infinite;
}
.town-animation .cloud02 {
	top: -5%;
	left: 0;
	animation: cloudmove 100s -50s linear infinite;
}
.town-animation .cloud03 {
	top: 0;
	left: 0;
	animation: cloudmove 100s 0s linear infinite;
}
.town-animation .cloud04 {
	top: -5%;
	left: 0;
	animation: cloudmove 100s 0s linear infinite;
}

@keyframes cloudmove {
	0% {left: -120%}
	100% {left: 150%}
}

@keyframes balloon {
	0% {top: calc(20% + 10px)}
	50% {top: calc(20% + 0px)}
	100% {top: calc(20% + 10px)}
}
@keyframes airplane {
	0% {top: calc(2% + 0px)}
	50% {top: calc(2% + 5px)}
	100% {top: calc(2% + 0px)}
}

.top-main-copy {
	background: #F4F3EE;
	padding-bottom: 100px;
}
.top-main-copy .contents {
	width: 90%;
	margin: 0 auto;
	max-width: 980px;
}
.top-main-copy .mc {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #B60355;
	line-height: 3em;
	padding-bottom: 80px;
	padding-top: 80px;
}
.top-main-copy .mc ~ .btn2 {
	max-width: 400px;
}


@media screen and (min-width: 601px) and (max-width: 900px) {
	
}


@media screen and (max-width: 1000px) {
	.top-main {
		width: 100%;
		height: 100vh;
		min-height: 550px;
		max-height: 600px;
	}
	.hometown .mc {
		position: absolute;
		left: 10%;
		top: -120px;
		z-index: 10;
	}
	.hometown {
		transform: translate(-50%,-50%) scale(.6);
	}
	.top-main-copy .mc {
		text-align: center;
		font-size: 16px;
		line-height: 3em;
		padding-bottom: 80px;
	}
	.top-main-copy .mc ~ .btn2 {
		max-width: 300px;
	}
}
@media screen and (max-width: 600px) {
	.top-main {
		width: 100%;
		height: 100vh;
		min-height: 500px;
		max-height: 550px;
	}
	.hometown .mc {
		position: absolute;
		left: 25%;
		top: -180px;
		z-index: 10;
	}
	.hometown {
		top: 60%;
		transform: translate(-50%,-50%) scale(.5);
		margin-top: 0px;
	}
	.top-main-copy .mc {
		text-align: center;
		font-size: min(4vw,16px);
		line-height: 2.4em;
		padding-bottom: 80px;
	}
	.top-main-copy .mc ~ .btn2 {
		max-width: 300px;
	}
	.town-animation .balloon {
		width: 7%;
		top: 10%;
		left: 22%;
		animation: balloon2 4s linear infinite;
	}
	.town-animation .airplane {
		width: 15%;
		top: 2%;
		right: 18%;
		animation: airplane 6s linear infinite;
	}
}

@keyframes balloon2 {
	0% {top: calc(10% + 10px)}
	50% {top: calc(10% + 0px)}
	100% {top: calc(10% + 10px)}
}





.top .bx-ttl {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 30px;
}
.top .bx-ttl .jp {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	position: relative;
	padding: 85px 0 0;
}
.top .bx-ttl .en {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 80px;
	z-index: -1;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: .1;
	white-space: nowrap;
}

.top-bnr .bx-ttl p {
	color: #FFF;
}
.top-bnr {
	padding: 50px 0 80px;
	background: #B60355;
}
.top-bnr .contents {
	width: 90%;
	margin: 0 auto;
	max-width: 980px;
}
.top-bnr ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	position: relative;
	background: #B60355;
}
.top-bnr ul li .image {
	width: 50%;
	transition: all .5s;
}
.top-bnr ul li .txt {
	width: 50%;
	position: relative;
	background: #FFF url("../img/bg01.png") no-repeat center center;
	background-size: 1300px auto;
	padding: 0 50px;
	box-sizing: border-box;
}
.top-bnr ul li .txt .txtbx {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.top-bnr ul li:nth-child(2) .image {
	order: 2;
}
.top-bnr ul li:nth-child(2) .txt {
	order: 1;
}
.top-bnr ul li .txt .txtbx p:nth-of-type(1) {
	color: #B60355;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	padding-bottom: 20px;
}
.top-bnr ul li .txt .txtbx p:nth-of-type(2) {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}
.top .abox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: block;
}
.top-bnr ul li .txt:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("../img/image2024/arrow-red.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	right: 30px;
	bottom: 30px;
	z-index: 2;
	transition: all .4s;
}
.top-bnr ul li:hover .image {
	opacity: .9;
}
.top-bnr ul li:hover .txt:before {
	opacity: 0;
}
.top-bnr ul li .txt:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("../img/image2024/arrow-yellow2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}

.top-sort .bx-ttl p {
	color: #B60355;
}
.top-sort {
	padding: 50px 0 80px;
	background-color: #fff;
}
.top-sort .contents {
	width: 90%;
	margin: 0 auto;
	max-width: 980px;
}

.filter-button-group {
	position: relative;
	margin-bottom: 30px;
}
.button-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.button-group p {
	position: absolute;
	left: 0;
	font-weight: 600;
}
.button-group .button,
.button-reset {
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	padding: 12px 30px;
	width: auto;
	display: inline-block;
	border-radius: 3px;
	margin: 0 10px 20px;
	cursor: pointer;
	transition: all 0.3s;
	background: #fff;
}
.filter01 .button.is-checked {
	background: #B60355;
	color: #FFF;
}
.filter01 .button {
	border: solid 2px #B60355;
	color: #B60355;
}
.interview-menu {
	width: 102%;
	position: relative;
	left: -1%;
	padding-bottom: 0;
}
.content-menu {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
	margin-top: 20px;
}
.content-menu li {
	width: 30.33%;
	min-height: 200px;
	margin: 0 1.5% 30px;
	border-radius: 10px;
	position: relative;
	background: #FFF;
	overflow: hidden;
}
.content-menu li:before {
	position: absolute;
	width: 30px;
	height: 100%;
	right: 0;
	top: 0;
	content: "";
	z-index: 2
}
.content-menu li.bgc01:before,
.content-menu li.bgc01 .txt:before {
	background: #B60055;
}
.content-menu li.bgc02:before,
.content-menu li.bgc02 .txt:before {
	background: #EB9100;
}
.content-menu li.bgc03:before,
.content-menu li.bgc03 .txt:before {
	background: #5CAFB4;
}
.content-menu li.bgc04:before,
.content-menu li.bgc04 .txt:before {
	background: #D63D8D;
}
.content-menu li.bgc05:before,
.content-menu li.bgc05 .txt:before {
	background: #B59A43;
}
.content-menu li.bgc06:before,
.content-menu li.bgc06 .txt:before {
	background: #74B118;
}
.content-menu li.bgc07:before,
.content-menu li.bgc07 .txt:before {
	background: #5B48A5;
}
.content-menu li.bgc08:before,
.content-menu li.bgc08 .txt:before {
	background: #DB5F61;
}
.content-menu li:after {
	width: 10px;
	height: 17px;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../img/image2024/white-arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: 3;
}
.content-menu li .txt {
	opacity: 0;
	transition: all .5s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.content-menu li .txt p {
	color: #FFF;
	font-size: 20px;
	padding: 0 20px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	font-weight: 500;
	line-height: 1.4em;
}
.content-menu li .bg {
	position: relative;
	z-index: 1;
}
.content-menu li .txt:before {
	width: 0;
	height: 100%;
	z-index: 2;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	opacity: .8;
	transition: all .3s;
}
.content-menu li:hover .txt:before {
	width: 100%;
}
.content-menu li:hover .txt {
	opacity: 1;
}



@media screen and (min-width: 601px) and (max-width: 900px) {}


@media screen and (max-width: 1000px) {
	.top .bx-ttl .jp {
		text-align: center;
		font-size: 26px;
		font-weight: 600;
		position: relative;
		padding: 50px 0 0;
	}
	.top .bx-ttl .en {
		font-family: 'Barlow', sans-serif;
		font-style: italic;
		font-weight: 800;
		font-size: 50px;
		z-index: -1;
		text-align: center;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		opacity: .4;
	}
	.top-bnr {
		padding: 50px 0 80px;
		background: #B60355;
	}
	.top-bnr .contents {
		width: 90%;
		margin: 0 auto;
		max-width: 980px;
	}
	.top-bnr ul li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
		position: relative;
		background: #B60355;
	}
	.top-bnr ul li .image {
		width: 50%;
		transition: all .5s;
	}
	.top-bnr ul li .txt {
		width: 50%;
		position: relative;
		background: #FFF url("../img/bg01.png") no-repeat center center;
		background-size: 1300px auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.top-bnr ul li .txt .txtbx {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.top-bnr ul li:nth-child(2) .image {
		order: 2;
	}
	.top-bnr ul li:nth-child(2) .txt {
		order: 1;
	}
	.top-bnr ul li .txt .txtbx p:nth-of-type(1) {
		color: #B60355;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4em;
		padding-bottom: 20px;
	}
	.top-bnr ul li .txt .txtbx p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 500;
		line-height: 1.6em;
	}
	.top .abox {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		display: block;
	}
	.top-bnr ul li .txt:before {
		width: 30px;
		height: 30px;
		right: 10px;
		bottom: 10px;
		z-index: 2;
	}
	.top-bnr ul li .txt:after {
		width: 30px;
		height: 30px;
		right: 10px;
		bottom: 10px;
		z-index: 1;
	}

	.top-sort {
		padding: 50px 0 80px;
	}
	.top-sort .contents {
		width: 90%;
		margin: 0 auto;
		max-width: 980px;
	}
	.filter-button-group {
		position: relative;
		margin-bottom: 30px;
	}
	.button-group {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
	}
	.button-group p {
		position: absolute;
		left: 0;
		font-weight: 600;
	}
	.button-group .button,
	.button-reset {
		font-size: 15px;
		font-weight: 600;
		line-height: 1em;
		padding: 6px 20px;
		width: auto;
		display: inline-block;
		border-radius: 3px;
		margin: 0 5px 10px;
		cursor: pointer;
		transition: all 0.3s;
		background: #fff;
	}
	.filter01 .button.is-checked {
		background: #B60355;
		color: #FFF;
	}
	.filter01 .button {
		border: solid 2px #B60355;
		color: #B60355;
	}
	.interview-menu {
		width: 102%;
		position: relative;
		left: -1%;
		padding-bottom: 0;
	}
	.content-menu {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 0;
		margin-top: 20px;
	}
	.content-menu li {
		width: 48%;
		min-height: 200px;
		margin: 0 1% 20px;
		border-radius: 10px;
		position: relative;
		background: #FFF;
		overflow: hidden;
	}
	.content-menu li:before {
		position: absolute;
		width: 30px;
		height: 50%;
		right: 0;
		top: 50%;
		content: "";
		z-index: 2
	}
	.content-menu li:after {
		width: 10px;
		height: 17px;
		content: "";
		position: absolute;
		right: 10px;
		top: 75%;
		transform: translateY(-50%);
		background-image: url("../img/image2024/white-arrow.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		z-index: 3;
	}
	.content-menu li .txt {
		opacity: 1;
		transition: all .5s;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.content-menu li .txt p {
		color: #FFF;
		font-size: 16px;
		padding: 0 20px;
		position: relative;
		top: 75%;
		transform: translateY(-50%);
		z-index: 2;
		font-weight: 500;
		line-height: 1.4em;
	}
	.content-menu li .bg {
		position: relative;
		z-index: 1;
	}
	.content-menu li .txt:before {
		width: 100%;
		height: 50%;
		z-index: 2;
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		opacity: .7;
		transition: all .3s;
	}
}
@media screen and (max-width: 600px) {
	.top .bx-ttl .jp {
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		position: relative;
		padding: 27px 0 0;
	}
	.top .bx-ttl .en {
		font-family: 'Barlow', sans-serif;
		font-style: italic;
		font-weight: 800;
		font-size: 30px;
		z-index: -1;
		text-align: center;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		opacity: .4;
	}
	.top-bnr {
		padding: 30px 0 50px;
		background: #B60355;
	}
	.top-bnr .contents {
		width: 90%;
		margin: 0 auto;
		max-width: 980px;
	}
	.top-bnr ul li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px;
		position: relative;
		background: #B60355;
	}
	.top-bnr ul li .image {
		width: 100%;
		transition: all .5s;
	}
	.top-bnr ul li .txt {
		width: 100%;
		position: relative;
		background: #FFF url("../img/bg01.png") no-repeat center center;
		background-size: 1300px auto;
		padding: 40px 20px;
		box-sizing: border-box;
	}
	.top-bnr ul li .txt .txtbx {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.top-bnr ul li:nth-child(2) .image {
		order: 1;
	}
	.top-bnr ul li:nth-child(2) .txt {
		order: 2;
	}
	.top-bnr ul li .txt .txtbx p:nth-of-type(1) {
		color: #B60355;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4em;
		padding-bottom: 10px;
	}
	.top-bnr ul li .txt .txtbx p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 500;
		line-height: 1.6em;
	}
	.top .abox {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		display: block;
	}
	.top-bnr ul li .txt:before {
		width: 30px;
		height: 30px;
		right: 10px;
		bottom: 10px;
		z-index: 2;
	}
	.top-bnr ul li .txt:after {
		width: 30px;
		height: 30px;
		right: 10px;
		bottom: 10px;
		z-index: 1;
	}
	

	.top-sort {
		padding: 50px 0 80px;
	}
	.top-sort .contents {
		width: 90%;
		margin: 0 auto;
		max-width: 980px;
	}
	.filter-button-group {
		position: relative;
		margin-bottom: 30px;
	}
	.button-group {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
	}
	.button-group p {
		position: absolute;
		left: 0;
		font-weight: 600;
	}
	.button-group .button,
	.button-reset {
		font-size: 13px;
		font-weight: 600;
		line-height: 1em;
		padding: 4px 6px;
		width: auto;
		display: inline-block;
		border-radius: 3px;
		margin: 0 3px 6px;
		cursor: pointer;
		transition: all 0.3s;
		background: #fff;
	}
	.filter01 .button.is-checked {
		background: #B60355;
		color: #FFF;
	}
	.filter01 .button {
		border: solid 2px #B60355;
		color: #B60355;
	}
	.interview-menu {
		width: 102%;
		position: relative;
		left: -1%;
		padding-bottom: 0;
	}
	.content-menu {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 0;
		margin-top: 20px;
	}
	.content-menu li {
		width: 100%;
		height: 120px;
		margin: 0 0 15px;
		border-radius: 10px;
		position: relative;
		background: #FFF;
		overflow: hidden;
	}
	.content-menu li:before {
		position: absolute;
		width: 30px;
		height: 30%;
		right: 0;
		top: 70%;
		content: "";
		z-index: 2
	}
	.content-menu li:after {
		width: 10px;
		height: 17px;
		content: "";
		position: absolute;
		right: 10px;
		top: 85%;
		transform: translateY(-50%);
		background-image: url("../img/image2024/white-arrow.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		z-index: 3;
	}
	.content-menu li .txt {
		opacity: 1;
		transition: all .5s;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.content-menu li .txt p {
		color: #FFF;
		font-size: 14px;
		padding: 0 20px;
		position: relative;
		top: 85%;
		transform: translateY(-50%);
		z-index: 2;
		font-weight: 500;
		line-height: 1.4em;
	}
	.content-menu li .bg {
		position: relative;
		z-index: 1;
	}
	.content-menu li:last-of-type .bg img{
		position: absolute;
		transform: translateY(-10%);
	}
	.content-menu li .txt:before {
		width: 100%;
		height: 30%;
		z-index: 2;
		content: "";
		position: absolute;
		left: 0;
		top: 70%;
		opacity: .7;
		transition: all .3s;
	}
}

.internship-btn {
	width: 200px;
	position: fixed;
	right: 0;
	bottom: -11px;
	z-index: 100;
}
.top-info .bx-ttl p {
	color: #B60355;
}
.top-info {
	padding: 50px 0 80px;
	background-color: #F4F3EE;
}
.top-info ul {
	display: flex;
	flex-wrap: wrap;
}
.top-info li{
	padding: 0 4% 0 0;
	width: calc((100% - 8%) / 3);
	text-align: center;
}
.top-info li:last-of-type{
	padding-right: 0;
}
.top-info li a{
	padding: 50px 0;
	display: block;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
	background-color: #B60355;
	font-size: 25px;
	line-height: 1.2em;
transition-property: background-color;/*変化させたいプロパティを指定*/
transition-duration: 0.2s;/*要素が変化するまでの時間を指定*/
}
.top-info li:nth-of-type(2) a{
	background-color: #CF6193;
}
.top-info li:nth-of-type(3) a{
	background-color: #E9C3D1;
	color: #B60355;
}
.top-info li a img{
	width: 18px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding-left: 6px;
}
.top-info li a:hover{
	background-color: #FEDC5E;
	color: #B60355;
}
.top-info .contents {
	width: 90%;
	margin: 0 auto;
	max-width: 980px;
}
@media screen and (max-width: 1000px) {
		.top-info {
		padding: 50px 0 80px;
	}
	.top-info .contents {
		width: 90%;
		margin: 0 auto;
		max-width: 980px;
	}
	.top-info ul{
		display: block;
	}
	.top-info li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.top-info li a{
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	.internship-btn {
		width: 120px;
		position: fixed;
		right: 0;
		bottom: -7px;
	}
		.top-info {
		padding: 50px 0 80px;
	}
	.top-info .contents {
		width: 90%;
		margin: 0 auto;
		max-width: 980px;
	}
	.top-info ul{
		display: block;
	}
	.top-info li{
		width: 100%;
		margin-right: 0;
	}
}
