@charset "UTF-8";
/* CSS Document */
@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: auto;
	}
}
html{
	height: -webkit-fill-available;
}
body{
	min-height: 100vh;
	min-height: -webkit-fill-available;
}
body{
	/* font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
	/* font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; */
	font-family: roboto, noto-sans-cjk-jp, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}
body.second{
	margin-top: 78px;
}
html,body,h1,h2,h3,h4,ul,ol,li,p,span,iframe,footer,address,h1,h2,h3,h4,h5,dl,dt,dd{
  margin: 0;
  padding:0;
}
*:focus {
	outline: none;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
/* font
------------------------------*/
.min-font{
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* link
------------------------------*/
a{
	color: #000000;
	transition : color 0.5s ease 0s;
	text-decoration: none;
}
a:focus {
    outline: none;
}
a:hover{
	text-decoration: none;
	color: #000000;
	/* opacity: .6; */
}
.underline_link{
	text-decoration: underline!important;
}

iframe{
	vertical-align: bottom;
}


/* hr
------------------------------*/
hr{
	border-top: 2px dashed #4493d0;
}

/* list
------------------------------*/
li{list-style-type: none;}

ol {
	position: relative;
	margin: 0;
	padding: 0
}
ol li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
}
ol li span {
	position: absolute;
	left: 0;
	margin: 0
}
/* color
------------------------------*/
.white{
	color: #FFF;
}
.orange{
	color: #e95412;
}
.red{
	color: #e60012;
}
.blue{
	color: #3E64BC;
}
.green{
	color: #49743F;
}
.navy{
	color:#122D6B;
}
.light-navy{
	color:#3E64BC;
}
.d-gray{
	color: #4D4D4D;
}
/* bg
------------------------------*/
/* .bg_main{
	background-image: url(../../../img/2025recruit/bg_main.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	z-index: 2;
    position: relative;
	padding-top: 30px;
} */
.bg_grada01{
	background-image: url(../../../img/2025recruit/bg_grada01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg_orange{
	background-color: #fdf5ec;
}
.bg_hoshi{
	background-image: url(../../../img/2025recruit/bg_hoshi.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg_hoshi_02{
	background-image: url(../../../img/2025recruit/bg_hoshi02_sp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.bg_hoshi_04{
	background-image: url(../../../img/2025recruit/bg_hoshi04_sp.png);
	background-repeat: no-repeat;
	background-position: 50% 10%;
	background-size: contain;
}
.bg_hoshi_05{
	background-image: url(../../../img/2025recruit/bg_hoshi05_sp.png);
	background-repeat: no-repeat;
	background-position: 50% 10%;
	background-size: contain;
}

/* section
------------------------------*/
#main_area{
	position: relative;
	z-index: 2;
	padding-top:50px;
}

#about{
	background-image: url(../../../img/2025recruit/bg_grada01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
#about::before{
	background-image: url(../../../img/2025recruit/about_top.svg);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 8.68549943%;
	background-size: cover;
	width: 100%;
	top: 0;
	content: '';
}
#about::after{
	background-image: url(../../../img/2025recruit/about_bottom.svg);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 9.09516506%;
	background-size: cover;
	width: 100%;
	bottom: 0;
	content: '';
}
#content{
	background-image: url(../../../img/2025recruit/bg_hoshi_sp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 0;
}
#event,#cm{
	background-color: rgba(247, 146, 30, 0.1);
	position: relative;
}
#event::before,#cm::before{
	background-image: url(../../../img/2025recruit/event_top.svg);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 18.13866341%;
	background-size: cover;
	width: 100%;
	top: 0;
	content: '';
}
#event::after,#cm::after{
	background-image: url(../../../img/2025recruit/event_bottom.svg);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 13.69274967%;
	background-size: cover;
	width: 100%;
	bottom: 0;
	content: '';
}

#planning,#detail{
	background-image: url(../../../img/2025recruit/bg_grada01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
#planning::before,#detail::before{
	background-image: url(../../../img/2025recruit/planning_top.svg);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 18.13866341%;
	background-size: cover;
	width: 100%;
	top: 0;
	content: '';
}
#planning::after{
	background-image: url(../../../img/2025recruit/planning_bottom.svg);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 13.69274967%;
	background-size: cover;
	width: 100%;
	bottom: 0;
	content: '';
} 
/* box
------------------------------*/
.recruit_logo{
	position: absolute;
	top: 25px;
	left: 0;
}
.recruit_logo img{
	width: 98px;
}
.explanatory_text{
	width: 450px;
	max-width: 100%;
	/* margin: 0 auto; */
}
.about_inner{
	padding: 0 0 60px;
	position: relative;
	z-index: 1;
}
.event_inner{
	padding: 0 0 100px;
	position: relative;
}
.content_inner,.planning_inner,.cm_inner,.detail_inner{
    z-index: 1;
    position: relative;
}

.about_list.left_list{
	margin-top: 56px;
}

.about_list li{
	width: 420px;
	max-width: 100%;
}
.about_list li:not(:last-child) img{
	margin-bottom: 20px;
}
.event_illust{
	width: 110px;
	max-width: 86%;
}
.round_box{
    border: 2px solid #52BBF5;
    background-color: #EEF8FE;
    border-radius: 25px;
    padding: 14px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    color: #4D4D4D;
}
.round_box h4{
	background-color: #52BBF5;
	border-radius: 100vh;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
}
.about_text{
	margin:0 auto 42px;
	width: 390px;
	max-width: 100%;
}
.about_illust{
	width: 409px;
	max-width: 100%;
}
.detail_illust{
	width: 220px;
	max-width: 100%;
}
.detail{
	width: 236px;
	margin: 38px 0;
}
.recruit_event_list li{
	padding-left:20px;
	padding-right: 20px;
}
.recruit_event_list li{
	margin-bottom: 50px;
}
.recruit_event_list li img{

	margin-bottom: 10px;
}
.recruit_event_list li p{
	font-size: 13px;
}
.recruit_event_list .text-box{
	display: block;
	text-align: center;
}
.recruit_event_list .text-box p{
	text-align: left;
	display: inline-block;
}
.book01{
	width: 204px;
}
.cm_illust{
	width: 283px;;
}
.cm_movie_list li{
	margin-bottom: 50px;
}
/* title
------------------------------*/
.tit_fukidahi img{
	width: 90%;
}
.tit_balloon{
	width: 360px;
	max-width: 95%;
	margin: 0 auto;
}
.content_inner .tit_balloon,.planning_inner .tit_balloon,.cm_inner .tit_balloon{
	width: 500px;
}
.cm01{
	width: 240px;
}
/* button
------------------------------*/
.button{
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
}

.arrow_button{
	border-bottom: 5px solid #9f000c;
	border-radius: 20px;
	background-color: #FF7D9D;
	color: #FFF;
	font-size: 33px;
	font-weight: 600;
	border: 5px solid #FFF;
	width: 740px;
	max-width: 100%;
	position: relative;
}
.arrow_button:hover {
	opacity: .7;
	color: #FFF;

}
/* .arrow_button:after{
    position: absolute;
    right: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    color: #FFF;
} */
/* footer
------------------------------*/
.svg-wave svg{
    display: block;
}
.up-wave{
    margin-bottom:-1px!important;
}

#detail::after{
	background-image: url(../../../img/2025recruit/nami_fb.svg);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 17.70443902%;
	background-size: cover;
	width: 100%;
	bottom: 0;
	content: '';
}
#detail{
	padding-bottom: 100px;
}
.footer-area{
	position: relative;
	padding:0 0 45px;
	text-align: center;
}
.footer-area h1 img{
	width: 137px;
}

@media (min-width: 768px) {
	/* box
	------------------------------*/
	.about_list li:not(:last-child) img{
		margin-bottom: 34px;
	}

	.about_list.left_list li{
		text-align: left;
	}
	.about_list li{
		text-align: right;
	}
	.content_detail{
		margin-top: -15%;
	}
	.left_list .recruit_event_list li:first-child{
		text-align: right;
	}
	.right_list .recruit_event_list{
		margin-top: -150px;
	}

	/* section
	------------------------------*/
	#main_area{
		padding-top: 30px;
	}
	#content{
		background-image: url(../../../img/2025recruit/bg_hoshi.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		padding-top: 50px;
	}
	/* bg
	------------------------------*/
	.bg_hoshi_02{
		background-image: url(../../../img/2025recruit/bg_hoshi02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.bg_hoshi_03{
		background-image: url(../../../img/2025recruit/bg_hoshi03.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	.bg_hoshi_04{
		background-image: url(../../../img/2025recruit/bg_hoshi04.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.bg_hoshi_05{
		background-image: url(../../../img/2025recruit/bg_hoshi05.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	/* title
	------------------------------*/
	.tit_fukidahi img{
		width: 400px;
		max-width: 100%;
	}
	
}

@media (max-width: 767px){
	/* section
	------------------------------*/
	#about{
		background-image: url(../../../img/2025recruit/bg_hoshi_sp.png), url(../../../img/2025recruit/bg_grada01.png);
		background-repeat: no-repeat, no-repeat;
		background-position: center,center;
		background-size: cover,cover;
	}
	/* box
	------------------------------*/
	.about_list li img{
		max-width: 80%;
	}
	.recruit_event_list li{
		text-align: center;
	}
	.tit_balloon{
		width: 100%;
	}
}
@media (min-width: 992px){
	/* box
	------------------------------*/
	.round_box h4{
		font-size: 21px;
	}
	.event_inner{
		padding: 100px 0 100px;
	}
	.content_inner{
		margin-top: -100px;
	}
	.event_inner .tit_balloon{
		position: absolute;
		top: -5%;
		right: 0;
	}
	.event_inner .tit_balloon_box p{
		display: none;
	}
	.about_list li{
		width: 163px;
		max-width: 100%;
	}
	/* title
	------------------------------*/
	#detail{
		padding-bottom: 230px;
		/* position: relative; */
	}
	.footer-area{
		padding:85px 0 85px;
	}
}
@media (max-width: 991px){
	/* box
	------------------------------*/

	/* .content_detail{
		margin-bottom: 100px;
	} */
	/* title
	------------------------------*/
	.event_inner .tit_balloon_box{
		position: relative;
		display: inline-block;
	}
	.event_inner .tit_balloon_box p{
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 87px;
	}
}
@media (min-width: 1200px){
	#about{
		margin-top: -80px;
	}
}
@media (max-width: 1199px){

}
@media (min-width: 576px){
	/* box
	------------------------------*/

	.recruit_event_list li img{
		width: 80%;
		margin-bottom: 10px;
	}
}
@media (max-width: 575px){
	/* section
	------------------------------*/	

	/* box
	------------------------------*/
	.event_inner{
		margin-top: -100px;
	}
	.content_detail{
		margin-bottom: 80px;
	} 
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* box
	------------------------------*/
    .about_inner {
        padding: 10px 0 200px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
	/* box
	------------------------------*/
	.content_inner{
		margin-top: -80px;
	}
	/* .recruit_event_list_box{
		margin-top: 120px;
	} */
	.about_list li{
		width: 120px;
		max-width: 100%;
	}

}
@media (min-width: 576px) and (max-width: 991px) {
	/* box
	------------------------------*/

}
@media (min-width: 576px) and (max-width: 767px) {
	/* title
	------------------------------*/
	/* .tit_balloon{
		max-width: 50%;
	} */
	.tit_fukidahi{
		/* max-width: 65%; */
	}
	.explanatory_text{
		max-width: 80%;
	}
	/* box
	------------------------------*/
	.recruit_event_list_box{
		margin-top: 60px;
	}

}
@media (min-width: 1200px) and (max-width: 1399px) {
	/* box
	------------------------------*/
    .about_inner {
        padding: 40px 0 200px;
    }
}

@media (min-width: 1400px){
	/* box
	------------------------------*/
    .about_inner {
        padding: 60px 0 210px;
    }
	/* .round_box{
		margin-top: 82px;
	} */
}

@media print{
}
