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

/*===============
下層ページの共通CSS
===============*/
#header {
	display: none;
}
#link,#movie{
	margin: 0 auto;
}
#link ul {
	display: flex;
}
#link ul li:first-of-type {
	margin-right: 30px;
}
#link .btnline {
	margin-top: 40px;
}
#footer {
	text-align: center;
	padding: 10px 0;
	background: #333;
	color: #fff;
	font-size: 1rem;
}
@media screen and (max-width:768px){
	#link,#movie{
		width: calc(100% - 40px);
		padding-bottom: 50px;
	}
}
@media screen and (min-width:769px){
	#link,#movie{
		padding-bottom: 100px;
	}
}
@media (min-width:769px) and (max-width:1024px){
	#link,#movie {
		width: 750px;
	}
}
@media screen and (min-width:1025px){
	#link,#movie {
		width: 1000px;
	}
}


/*===============
ネイルのCSS
===============*/
#nail h2 {
	text-align: center;
	font-size: 2.8rem;
}
#nail h3 {
	font-size: 2rem;
	margin-bottom: 20px;
}
.nail_menu img {
	height: auto;
}
.menulist dl {
	display: flex;
	justify-content: space-between;
}
.menulist dt {
	padding-right: 20px;
}
.menulist dl:not(:last-child),
.nail_info dl:not(:last-child) {
	padding-bottom: 20px;
}
.nail_info {
	margin: 0 auto;
}
.nail_info dl {
	display: flex;
}
.nail_info dt {
	width: 80px;
}
.nail_info dd {
	width: calc(100% - 80px);
}
@media screen and (max-width:768px){
	#nail h2 {
		margin-top: 100px;
	}
	.nail_menu {
		width: calc(100% - 40px);
		margin: 50px auto 0;
	}
	.menulist {
		padding: 20px;
	}
	.nail_info {
		padding: 50px 0;
	}
	.nailinfo_txt {
		padding: 20px;
	}
	.nailinfo_pc {
		display: none;
	}
	#nail #link {
		padding-bottom: 50px;
	}
}
@media screen and (min-width:769px){
	#nail h2 {
		margin-top: 150px;
	}
	.nail_menu {
		margin: 100px auto 0;
		display:-webkit-flex;
		display: flex;
		align-items: flex-start;
		align-items: flex-end;
	}
	.hand .menulist,
	.foot .menulist,
	.art .menulist {
		order: 1;
	}
	.handcourse .menulist,
	.footcourse .menulist {
		order: 2;
	}
	.hand img,
	.foot img,
	.art img {
		order: 2;
	}
	.handcourse img,
	.footcourse img {
		order: 1;
	}
	.nail_info {
		padding: 100px 0;
		display:-webkit-flex;
		display: flex;
		align-items: flex-start;
		align-items: flex-end;
	}
	.nail_info img {
		margin-right: 50px;
	}
	.nailinfo_mb {
		display: none;
	}
	#nail #link {
		padding-bottom: 100px;
	}
}
@media (min-width:769px) and (max-width:1024px){
	.nail_menu,.nail_info {
		width: 750px;
	}
	.menulist {
		width: 350px;
	}
	.nail_menu img {
		width: 400px;
	}
	.hand .menu_list,
	.foot .menu_list,
	.art .menu_list {
		margin-right: 50px;
	}
	.handcourse .menu_list,
	.footcourse .menu_list {
		margin-left: 50px;
	}
	.nail_info img {
		width: 300px;
	}
	.nailinfo_txt {
		width: 400px;
	}
}
@media screen and (min-width:1025px){
	.nail_menu,.nail_info {
		width: 1000px;
	}
	.menulist {
		width: 350px;
	}
	.nail_menu img {
		width: 550px;
	}
	.hand .menulist,
	.foot .menulist,
	.art .menulist {
		margin-right: 100px;
	}
	.handcourse .menulist,
	.footcourse .menulist {
		margin-left: 100px;
	}
	.nail_info img {
		width: 350px;
	}
	.nailinfo_txt {
		width: 600px;
	}
}


/*===============
リクルートのCSS
===============*/
.rc_head {
	width: 100%;
	background: url("../img/recruit/headbg.jpg") no-repeat center center;
	background-size: cover;
}
.rc_head h2 {
	color: #fff;
	font-size: 2.8rem;
}
#recruit h3 {
	margin-bottom: 20px;
}
#recruit .ttl_en {
	font-size: 2rem;
}
#recruit .ttl_jp {
	display: block;
	color: #6da6c6;
}
#recruit .ttl_jp::before {
	content: '・';
	color: #6da6c6;
}
#recruit h4 {
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.rc_inr,.rc_movie {
	margin: 0 auto;
}
.rc_msg p:not(:last-of-type) {
	margin-bottom: 15px;
}
.aofamily ul{
	margin-top: 20px;
	background: #f7f7f7;
}
.aofamily .btnline {
	text-align: right;
}
.af_detail {
	margin-top: 20px;
}
.welfare ol li {
	border-top: 1px solid #ddd;
}
.welfare ol li p {
	color: #444;
}
.wf_msg {
	margin-top: 20px;
}
#recruit #movie h3,
#recruit #link h3 {
	font-size: 2rem;
}
@media screen and (max-width:768px){
	.rc_head {
		padding: 100px 0;
		margin-bottom: 50px;
	}
	.rc_head h2 {
		text-align: center;
	}
	.rc_inr {
		width: calc(100% - 40px);
		padding-bottom: 50px;
	}
	.rc_msg p br,
	.aofamily h3 + p br {
		display: none;
	}
	.aofamily ul {
		padding: 20px;
	}
	.aofamily ul li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.welfare ol li {
		padding: 20px 0;
	}
	.welfare ol li:last-of-type {
		border-bottom: 1px solid #ddd;
	}
	.mv_wrap {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
	.mv_wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width:769px){
	.rc_head {
		padding: 130px 0;
		margin-bottom: 100px;
	}
	.rc_head h2 {
		margin: 0 auto;
	}
	.rc_inr {
		padding-bottom: 100px;
	}
	
	.aofamily ul,.welfare ol {
		display:-webkit-flex;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.aofamily ul {
		padding: 5%;
	}
	.aofamily li {
		width: 47.5%;
	}
	.aofamily li:nth-child(odd) {
		margin-right: 5%;
	}
	.aofamily li:nth-child(1),
	.aofamily li:nth-child(2) {
		margin-bottom: 5%;
	}
	
	.welfare ol li {
		padding: 2% 0;
	}
	.welfare ol li:nth-of-type(10),
	.welfare ol li:nth-of-type(11){
		border-bottom: 1px solid #ddd;
	}
}
@media (min-width:769px) and (max-width:1024px){
	.rc_head h2 ,.rc_inr {
		width: 750px;
	}
	.welfare ol li {
		width: 47.5%;
	}
	.welfare ol li:nth-child(odd) {
		margin-right: 5%;
	}
}
@media screen and (min-width:1025px){
	.rc_head h2 ,.rc_inr {
		width: 1000px;
	}
	.welfare ol li {
		width: 30%;
	}
	.welfare ol li:not(:nth-of-type(3n)) {
		margin-right: 5%;
	}
	.welfare ol li:nth-of-type(9){
		border-bottom: 1px solid #ddd;
	}
}


/*===============
キッズラボページのCSS
===============*/
#kidslabo {
/*	font-size: 1.4rem;*/
	width: calc(100% - 40px);
	margin: 0 auto;
	font-family: "Noto Sans JP" , sans-serif;
}
#kidslabo h3 {
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-style: normal;
}
.kl_head {
	text-align: center;
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-style: normal;
}
.klinr {
	margin: 0 auto;
}
.kl_point {
	background: #e4f4ec;
}
.kl_point h2 {
	text-align: center;
}
.kl_point ul {
	display:-webkit-flex;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.kl_sec_inr h3 {
	margin-bottom: 20px;
}
.kl_sec_inr h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
.kl_sec_inr p:not(:last-of-type) {
	margin-bottom: 5px;
}
.kl_sec1 {
	position: relative;
}
.kl_sec1_img1 {
	aspect-ratio: 3 / 2;
	background: url("../img/kidslabo/img1.jpg") no-repeat center center;
	background-size: cover;
}
.kl_sec1_img2 {
	aspect-ratio: 2 / 3;
	background: url("../img/kidslabo/img2.jpg") no-repeat center center;
	background-size: cover;
/*	margin-left: auto;*/
	position: absolute;
	right: 0;
}
.kl_sec2_img {
	background: url("../img/kidslabo/img3.jpg") no-repeat center center;
	background-size: cover;
}
.kl_sec3_img {
	background: url("../img/kidslabo/img4.jpg") no-repeat center center;
	background-size: cover;
}

.kl_link {
	display: flex;
	margin-top: 20px;
}
.kl_link li:first-of-type {
	margin-right: 20px;
}
.btnpush {
position: relative;
display: inline-block;
text-align: center;
background: transparent;
border-radius: 25px;
border: solid 1px #333;
outline: none;
transition: all 0.2s ease;
}
.btnpush span {
position: relative;
z-index: 2;
display: block;
padding: 10px 30px;
background:#fff;
border-radius: 25px;
color:#333;
transition: all 0.3s ease;
}
.btnpush::before {
content:"";
position: absolute;
z-index: -1;
top:4px;
left:0;
width: 100%;
height: 100%;
border-radius: 25px;
background-color: #333;
}
.btnpush:hover{
border-color:transparent; 
}
.btnpush:hover span {
background-color: #333;
color: #fff;
transform: translateY(4px);
}
.kl_support .iconimg {
	margin: 0 auto;
}
.kl_support h3,.kl_support p {
	margin-top: 20px;
}
.kl_support h3,.kl_support p {
	text-align: center;
}
.kl_support p{
	margin-bottom: 20px;
}
.kl_support .btnpush,.kl_sponsor .btnpush {
  left: 50%;
  transform: translateX(-50%);
}
.kl_sponsor h3,.kl_sponsor p {
	text-align: center;
}
.kl_sponsor p {
	margin: 5px 0 20px;
}
.kl_sponsor ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	border-top: 1px solid #ddd;
	padding: 20px 0;
}
.kl_sponsor ul:nth-of-type(1),
.kl_sponsor ul:nth-of-type(5) {
	font-size: 1.8rem;
}
.kl_sponsor ul:nth-of-type(2) {
	font-size: 1.6rem;
}
.kl_sponsor ul:nth-of-type(3) {
	font-size: 1.4rem;
}
.kl_sponsor ul:nth-of-type(4) {
	font-size: 1.2rem;
}
.kl_sponsor ul li::after {
	content: '様';
	font-size: 1rem;
	margin-left: 2px;
}
.kl_sponsor .btnline {
	text-align: center;
	margin-top: 40px;
	font-family: "classico-urw", sans-serif, "Noto Sans JP" , sans-serif;
}

/*==================================================
スライダーのためのcss
===================================*/
.kl_slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}


@media screen and (max-width:768px){
	#kidslabo h2,#kidslabo h3 {
		font-size: 1.6rem;
	}
	.kl_point,.kl_detail section,.kl_support,.kl_slider,.kl_sponsor {
		margin-bottom: 50px;
	}
	.kl_head {
		padding: 150px 0 80px;
	}
	.kl_head h1 {
		width: 300px;
		margin: 10px auto 0;
	}
	.kl_point {
		padding-bottom: 20px;
	}
	.kl_point .klinr {
		width: 90%;
	}
	.kl_point figure img {
		margin-top: -50px;
	}
	.kl_point h2 {
		margin-top: 5%;
	}
	.kl_point li {
		width: 47.5%;
		margin-top: 5%;
	}
	.kl_point li:nth-child(odd) {
		margin-right: 5%;
	}
	.kl_sec_inr {
		margin-top: 20px;
	}
	.kl_sec_inr p br {
		display: none;
	}
	.kl_sec1_img1 {
		width: 65%;
	}
	.kl_sec1_img2 {
		width: 30%;
		top: 50px;
	}
	.kl_sec2_img::before {
		content: '';
		background: red;
	}
	.kl_sec2_img {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.kl_sec3_img {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.kl_support .iconimg {
		width: 60px;
	}
	.kl_sponsor li {
		width: 50%;
	}
	.kl_sponsor ul li:not(:last-of-type){
		margin-bottom: 10px;
	}
}

@media screen and (min-width:769px){
	#kidslabo h2,#kidslabo h3 {
		font-size: 2rem;
	}
	.kl_point,.kl_detail section,.kl_support,.kl_slider,.kl_sponsor {
		margin-bottom: 100px;
	}
	.klinr {
		width: 90%;
	}
	.kl_head {
		padding: 200px 0;
	}
	.kl_head p {
		font-size: 2rem;
	}
	.kl_head h1 {
		width: 500px;
		margin: 20px auto 0;
	}
	.kl_point {
		padding-bottom: 50px;
	}
	.kl_point figure img {
		margin-top: -150px;
	}
	.kl_point h2 {
		margin-top: 50px;
	}
	.kl_point li {
		width: 22%;
		margin-top: 50px;
	}
	.kl_point li:not(:last-of-type) {
		margin-right: 4%;
	}
	
	.kl_sec1 .kl_sec_inr {
		margin-top: 50px;
	}
	.kl_sec1_img1 {
		width: 55%;
	}
	.kl_sec1_img2 {
		width: 35%;
		top: 150px;
	}
	.kl_sec2,.kl_sec3 {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.kl_sec2 .kl_sec_inr,
	.kl_sec3 .kl_sec_inr {
		width: 45%;
	}
	.kl_sec2_img {
		width: 50%;
		margin-right: 5%;
		aspect-ratio: 3 / 2;
	}
	.kl_sec3 .kl_sec_inr {
		order: 1;
	}
	.kl_sec3_img {
		order: 2;
		width: 50%;
		margin-left: 5%;
		aspect-ratio: 3 / 2;
	}
	.kl_support .iconimg {
		width: 80px;
	}
	.kl_sponsor ul {
		width: 750px;
		margin: 0 auto;
	}
	.kl_sponsor li{
		width: 25%;
	}
	.kl_sponsor ul li:not(:last-of-type){
		margin-bottom: 10px;
	}
}
