@charset "UTF-8";
.top body {
    line-height: 2;
}
/*===== SP & iPad =====*/
@media screen and (max-width: 767px) {
	.top body {
	    line-height: 1.5;
	}
}
/*-------------- mainvisual --------------*/
.top .mainvisual {
	background: none;
	margin: 0 0 20px;
}
.top .mainvisual ul li img {
	width: 100%;
	height: auto;
	mix-blend-mode: normal;
	opacity: 1;
}
.top .mainvisual ul > li:not(:first-child) {
	display: none;
}
/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
	.top .mainvisual {
		margin: 62px auto 40px;
	}
}


/*-------------- main_nav --------------*/
.top .main_nav {
	width: 480px;
	display: none;
	margin: 0 auto;
}
.top .main_nav .pic_menu {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 2px #222;
	border-bottom: solid 2px #222;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.top .main_nav .pic_menu li {
	width: calc(100% / 2);
	border-bottom: solid 1px #222;
	box-sizing: border-box;
}
.top .main_nav .pic_menu li:nth-child(odd) {
	border-right: solid 1px #222;
}
.top .main_nav .pic_menu li:last-child,
.top .main_nav .pic_menu li:nth-last-child(2) {
	border-bottom: none;
}
.top .main_nav .pic_menu li a {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	padding: 20px 0 20px 30px;
	box-sizing: border-box;
}
.top .main_nav .pic_menu li a > div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.top .main_nav .pic_menu li a .en {
	color: #222;
	font-size: 10px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	letter-spacing: 0.03em;
	margin-top: 8px;
}
.top .main_nav .pic_menu_sub {
    width: 350px;
	margin: 0 auto;
}
.top .main_nav .pic_menu_sub li a {
	display: flex;
    align-items: center;
	gap: 20px;
	color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
	text-decoration: none;
    background: #333 url(/~mixmax/images/202507/icon/arrow01-r-w.svg) no-repeat center right 20px;
    background-size: 8px auto;
    padding: 18px 30px 18px 30px;
	box-sizing: border-box;
}
.top .main_nav .pic_menu_sub li a > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.top .main_nav .pic_menu_sub li a .en {
    font-size: 10px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: 8px;
}
/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
	.top .main_nav {
		display: block;
	}
	.top .main_nav .pic_menu_sub {
		margin: 0 auto;
	}
	@media screen and (max-width: 767px) {
		.top .main_nav {
			width: 90%;
			display: block;
		}
		.top .main_nav .pic_menu {
			margin-bottom: 15px;
		}
		.top .main_nav .pic_menu li a,
		.top .main_nav .pic_menu_sub li a {
		    gap: 8px;
		    font-size: 1em;
		    padding: 12px;
		}
		.top .main_nav .pic_menu li a img,
		.top .main_nav .pic_menu_sub li a img {
			width: 35px;
			height: auto;
		}
		.top .main_nav .pic_menu_sub {
		    width: 70%;
		}
	}
}


/*-------------- main --------------*/
.top main h2 {
	position: relative;
	padding: 0;
	margin-bottom: 40px;
}
.top main h2,
.top main h2 a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
}
.top main h2 .en,
.top main h2 a .en {
	display: inline-block;
	font-size: 48px;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.top main h2.second .en,
.top main h2.second a .en {
	color: #fff;
	-webkit-text-stroke: 1px #111;
}
.top main h2::after {
	display: none;
}
.top main h3 {

}
.top main h4 {

}

.top main .catch {

}
.top main section {
	padding: 70px 0 80px;
}
.top main .adjust_group.second {
	background: url(/~mixmax/images/202507/bg01.jpg) repeat;
}
.top main .adjust_group.second::before {
	width: 250px;
	height: 192px;
	top: 0;
	right: 0;
	background: url(/~mixmax/images/202507/bg-shadow-r.png),url(/~mixmax/images/202507/bg01.jpg);
	background-repeat: no-repeat;
	background-blend-mode: multiply,normal;
	opacity: 0.7;
}
.top main .adjust_group.second::after {
	width: 250px;
	height: 186px;
	bottom: 0;
	left: 0;
	background: url(/~mixmax/images/202507/bg-shadow-l.png),url(/~mixmax/images/202507/bg01.jpg);
	background-repeat: no-repeat;
	background-blend-mode: multiply,normal;
	opacity: 0.7;
}
/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
	@media screen and (max-width: 767px) {
		.top main h2 {
			margin-bottom: 30px;
		}
		.top main h2,
		.top main h2 a {
			font-size: 1em;
		}
		.top main h2 .en,
		.top main h2 a .en {
			font-size: 2.5rem;
			margin-bottom: 5px;
		}
		.top main section {
			padding: 45px 0 50px;
		}
	}
}


/*-------------- pickup --------------*/
.top #pickup {
	padding: 60px 0 80px;
}
.top #pickup h2 {
	margin-bottom: 20px;
}
.top #pickup h2 .en {
	font-size: 32px;
}
.top #pickup ul li img {
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
	border-radius: 20px;
}
/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
	@media screen and (max-width: 767px) {
		.top #pickup {
			padding: 50px 0;
		}
	}
}


/*-------------- service --------------*/
.top #service ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.top #service ul li {
	width: calc((100% - 20px) / 2);
}
.top #service ul li img {
	width: 100%;
	height: auto;
}
.top #service ul li:last-child {
	width: 100%;
}
/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
	@media screen and (max-width: 767px) {
		.top #service ul {
			gap: 10px;
		}
		.top #service ul li {
			width: calc((100% - 10px) / 2);
		}
	}
}


/*-------------- concept --------------*/
.top #concept {
	background: url(/~mixmax/images/202507/bg02.jpg) repeat;
	padding: 120px 0 80px;
	box-sizing: border-box;
}
.top #concept .inner {
	text-align: right;
}
.top #concept h2 {
	margin: 0 0 155px 30px;
}
.top #concept h2 a {
	position: relative;
	text-align: left;
	z-index: 10;
}
.top #concept .image_wrap {
	position: absolute;
	top: -120px;
	right: -45px;
}
.top #concept .btn01 {
	display: inline-block;
	position: relative;
	text-align: left;
	z-index: 10;
}
.top #concept .btn01 a {
	max-width: 100%;
	min-width: 0;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.8;
	text-decoration: none;
	border-bottom: solid 2px #111;
	background: url(/~mixmax/images/202507/icon/arrow02-r-bk.svg) no-repeat top 30% right;
	background-size: 40px auto;
	padding: 0 60px 25px 0;
	box-sizing: border-box;
}
/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
	@media screen and (max-width: 767px) {
		.top #concept {
			background: url(/~mixmax/images/202507/bg02.jpg) repeat;
			padding: 120px 0 50px;
		}
		.top #concept h2 {
			margin: 0 0 60px 18px;
		}
		.top #concept .image_wrap {
			width: 80%;
			position: absolute;
			top: -120px;
			right: -32px;
		}
		.top #concept .image_wrap img {
			width: 100%;
			height: auto;
		}
		.top #concept .btn01 {
			margin-right: 0;
		}
		.top #concept .btn01 a {
			font-size: 1em;
			line-height: 1.5;
			background: url(/~mixmax/images/202507/icon/arrow02-r-bk.svg) no-repeat top 30% right;
			background-size: 30px auto;
			padding: 0 50px 10px 0;
		}
	}
}


/*-------------- recruit --------------*/
.top #recruit {
	padding: 70px 0;
}
.top #recruit .inner {
	text-align: right;
}
.top #recruit .wrap {
	position: relative;
	margin-bottom: 25px; 
}
.top #recruit .wrap .catch {
	position: absolute;
	bottom: 38px;
	left: 45px;
	color: #fff;
	font-size: 18px;
	margin: 0;
}
.top #recruit .wrap .catch span {
	display: inline-block;
	background: #000;
	padding: 0 15px 2px 12px;
	box-sizing: border-box;
}
.top #recruit .wrap .catch span:nth-child(1) {
	margin-bottom: 5px;
}
.top #recruit .wrap {
	position: relative;
	left: -40px;
}
.top #recruit .wrap .image_wrap {
	display: flex;
	gap: 10px;
}
.top #recruit .wrap .image_wrap > div {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.top #recruit .btn01 {
	display: inline-block;
	position: relative;
	text-align: left;
	z-index: 10;
}
.top #recruit .btn01 a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	text-decoration: none;
	border-bottom: solid 2px #111;
	background: url(/~mixmax/images/202507/icon/arrow02-r-bk.svg) no-repeat top right;
	background-size: 40px auto;
	padding: 8px 150px 25px 0;
	box-sizing: border-box;
}
/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
	@media screen and (max-width: 767px) {
		.top #recruit {
			padding: 45px 0 50px;
		}
		.top #recruit .wrap {
			width: calc(100% + 6%);
			left: -6%;
		}
		.top #recruit .wrap img {
			height: auto;
		}
		.top #recruit .wrap .image_wrap img {
			width: calc(60% - 20px);
		}
		.top #recruit .wrap .image_wrap > div {
			justify-content: space-between;
		}
		.top #recruit .wrap .image_wrap > div img {
			width: 100%;
		}
		.top #recruit .wrap .catch {
			bottom: 5%;
			left: 5%;
			font-size: 1em;
		}
		.top #recruit .wrap .catch span {
			padding: 2px 8px 2px 8px;
		}
		.top #recruit .wrap .catch span:nth-child(1) {
			margin-bottom: 5px;
		}
		.top #recruit .btn01 a {
			max-width: 100%;
			font-size: 1em;
			line-height: 1.5;
			background: url(/~mixmax/images/202507/icon/arrow02-r-bk.svg) no-repeat top 30% right;
			background-size: 30px auto;
			padding: 10px 50px 15px 0;
		}
	}
}


/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
	@media screen and (max-width: 767px) {

	}
}


/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
	@media screen and (max-width: 767px) {

	}
}


/*--------------  --------------*/
/*===== SP & iPad =====*/
@media screen and (max-width: 1200px) {
}
