@charset "utf-8";
/* CSS Document */

#recruit-page {
	width: calc(100vw - calc(100vw - 100%));
	padding: 0 7vw;
	margin: 0 auto;
	margin-top: 10vw;
}

#recruit-page-title {
	position: relative;
}

#recruit-page-title h1 {
	font-size: 12vw;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal; 
	line-height: 11vw;
	color: #27b3ba;
}

#title-accessary {
	position: absolute;
	top: 42%;
    left: 49%;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1vw;
	color: #FFFFFF;
}

#fix-flash {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index:-2;
}

#fix-flash img {
	width: 33.8vw;
}

#recruit-introduction {
	text-align: center;
	margin-top: 6vw;
	margin-bottom: 15vw;
	position: relative;
}

#mainimage01 {
	position: absolute;
	top: -8vw;
    left: -9.5vw;
	z-index: -1;
}

#mainimage01 img {
	width:30.5vw;
	border-radius: 1vw;
}

#mainimage02 {
	position: absolute;
	top: 6vw;
    left: 64vw;
	z-index: -1;
}

#mainimage02 img {
	width:30.5vw;
	border-radius: 1vw;
}

#midmind-title {
	position: absolute;
	top: 19vw;
    left: -10vw;
	z-index: 0;
}

#midmind-title img {
	width:106vw;
}

#mainimage_sp {
	display:none;
}

#midmind-title_sp {
	display:none;
}

#recruit-introduction h2 {
	font-size: 1.5vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
}

.br-rectuit_sp {
	display:none;
}

#recruit-introduction-text {
	font-size: 1vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 2vw;
	color: #000000;
	margin-top: 3vw;
}

#recruit-cap1 {
	font-size: 1vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 8vw;
}

#recruit-cap2 {
	font-size: 2.8vw;
	font-family: baker-signet-web, serif;
	font-style: normal;
	color: #FFFFFF;
}

#requirements-title {
	padding-botoom:2vw;
	border-bottom: 2px solid #27b3ba;
	position: relative;
}

#requirements-title h2 {
	font-size: 8vw;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal; 
	color: #27b3ba;
	text-align: right;
}

#title-accessary2 {
	position: absolute;
	top: 41.5%;
    left: 94.5%;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1vw;
	color: #FFFFFF;
}

#requirements-box {
	width:50%;
	margin: 0 auto;
}

.requirements-item {
	border-bottom: 2px solid #00a7ae;
	padding: 3vw 0;
	display: flex;
}

.requirements-item h3 {
	width: 20%;
	padding-right:8%;
	font-size: 1vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	text-align: right;
}

.requirements-item p {
	width: 80%;
	font-size: 1vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	line-height: 1.7vw;
	color: #000000;
}

#flow {
	margin-top:8vw;
}

#flow-title {
	padding-botoom:2vw;
	border-bottom: 2px solid #27b3ba;
	position: relative;
}

#flow-title h2 {
	font-size: 8vw;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal; 
	color: #27b3ba;
	text-align: right;
}

#title-accessary3 {
	position: absolute;
	top: 41.5%;
    left: 92.5%;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1vw;
	color: #FFFFFF;
}

#flow-box {
	width:65%;
	display: flex;
	flex-wrap: wrap;
	gap: 1vw 1vw;
	margin:0 auto;
	margin-top: 7vw;
	position: relative;
}

.flow-item {
	width: 49%;
	border: 1px solid #FFFFFF;
	border-radius: 1vw;
	padding: 2vw;
}

.flow-item-title {
	width: 100%;
	display: flex;
	align-items: center;
}

.flow-item-text {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1vw;
	margin-top: 2vw;
}

.flow-number {
	font-size: 2.5vw;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal; 
	color: #27b3ba;
}

.flow-item-title h3 {
	font-size: 1.4vw;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.9vw;
	margin-left: 5vw;
}

#arrow1 {
	position: absolute;
	top: 1vw;
    left: 25vw;
}

#arrow1 img {
	width:3.5vw;
}

#arrow2 {
	position: absolute;
	top: 12.3vw;
    left: 24.7vw;
}

#arrow2 img {
	width:4vw;
}

#arrow3 {
	position: absolute;
	top: 15.7vw;
    left: 25vw;
}

#arrow3 img {
	width:3.5vw;
}

#arrow4 {
	display: none;
}

#flow-button {
	width:100%;
	height: 6.5vw;
	background-color: #e0ede7;
	border-radius: 1vw;
	margin-top: 4.5vw;
	box-shadow: 0.2vw 0.7vw 1.3vw 0.2vw rgba(0, 0, 0, 0.22);
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
}

#flow-button a {
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1.5vw;
}

#flow-button::after {
	background: #27b3ba;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}

#flow-button p {
	font-size: 2.2vw;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #27b3ba;
	padding-bottom: 0.5vw;
	border-bottom: 1px solid #27b3ba;
}

#flow-button:hover p {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#flow-button:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

#flow-innner-button {
	margin-left: 1vw;
}

.btn1 {
        position: relative;
        overflow: hidden;
        background: #FFFFFF;
        border: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 3.5vw;
        height: 3.5vw;
}
	
.btn2 {
	display:none;
}