@charset "UTF-8";

body#index {
	height: 100%;
}

/* loader */
#loader {
	width: 250px;
	height: 250px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -125px;
	z-index: 10002;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10001;
}

/* header */

/* logo_area */
.logo {
	text-align: center;
	padding: 64px 0 0 0;
	max-width: 850px;
	margin: 0 auto;
}

/* btn_area */
.btn_area {
    margin-top: 30px;
    position: relative;
    min-height: 651px;
    background: url(../images/bg_index.jpg) no-repeat center top;
}

.btn_area_in {
    text-align: center;
    padding: 20px 0 0;
    margin-top: 180px;
}

#enter {
	width: 580px;
	height: 82px;
	margin: 0 auto;
	position: absolute;
	bottom: -120px;
	left: 50%;
	right: 50%;
	margin-left: -290px;
}

#enter a {
	display: block;
	height: 82px;
	padding: 5px 0 0;
	line-height: 0;
}

#enter span {
	font-size: 36px;
	letter-spacing: 0.02em;
}

/* leave */
#leave {
    text-align: center;
    margin-bottom: 17px;
}


/* index_txt */
.index_txt {
    text-align: center;
    margin: 20px 0 11px;
}

/* banner_area */
.banner_area ul {
	text-align: center;
	margin: 48px auto;
	max-width: 472px;
}

.banner_area ul li {
	display: inline-block;
	margin: 0 2px 5px;
}

/* footer */
footer {
	margin-top: 100px;
	padding: 0;
	background: none;
}

footer .ban {
	text-align: center;
	font-size: 12px;
}

#copyright {
	text-align: center;
	padding: 0 0 20px;
}

#copyright small,
#copyright small a {
	font-size: 12px;
	color: inherit;
}

#official_enter {
    margin: 30px auto 20px;
    background-color: #ffbcd4;
    width: 580px;
    height: 82px;
}
#official_enter a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height:  100%;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.02em;
 }
.recruit_enter {
	margin: 40px auto 0;
	width: 580px;
	height: 82px;
	display: flex;
 }
.recruit_enter .ladies_recruit {
	margin-right: 20px;
	width: calc((100% - 20px)/2);
	height: 82px;
}
.recruit_enter .mens_recruit {
	width: calc((100% - 20px)/2);
	height: 82px;
}
.recruit_enter .ladies_recruit a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height:  100%;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.02em;
	background-color: #ff5ac2;
	text-align: center;
}
.recruit_enter .mens_recruit a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height:  100%;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.02em;
	background-color: #57c7f8;
	text-align: center;
}
.okinitalk_banner {
    margin: 20px auto 40px;
    width: 270px;
    height: 159px;
}
.custom_banner ul {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.custom_banner ul li {
	margin: 5px;
}

.groupohp {
    margin: 40px auto;
    text-align: center;
    background: #fff;
    padding: 10px;
    width: 1310px;
}
.groupohp a {
    display: inline-block;
    margin: 4px;
    vertical-align: top;
    text-decoration: none;
    font-size: 0.8rem;
    color: #f84c9d;
}
.groupohp .grouplogo {
    display: inline-block;
    width: 223px;
    margin: -6px 4px 6px;
}
.groupohp p {
    margin: 0px;
    margin-bottom: -30px;
}
.groupohp a img {
    display: block;
    border: 1px solid #f84c9d;
  width: 223px;
    height: 128px;
}

.groupohp p::after {
    display: inline-block;
    /*content: url(../images/d_kaikin2.png);*/
    content:" ";
    width: 90px;
    height: 30px;
    z-index: 100;
    position: relative;
    top: -25px;
    left: -70px;
}

.link-grid {
    display: flex
;
    flex-wrap: wrap;
    gap: 0px;
    align-items: flex-start;
}
.link-grid .main {
  flex: 0 0 auto;
}
.link-grid .sub {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.link-grid .sub a img {
  height: 30px;
  width: auto;
}
.link-grid .main a img {
  height: 60px;
  width: auto;
}

.banner_area {
    width: 413px;
    margin-left: auto;
    margin-right: auto;
}