@charset "utf-8";


/* ### スライドショーまで ### */
#container_pr {
	width: 100%;
	text-align: center;
	position: relative;
}
.prlogo {
	position: absolute;
	top: 2%;
	left: 9%;
	z-index: 10;
}
.prslider {
	position: relative;
	z-index: 3;
}

/*スライドの高さを指定　overflow: hidden;を入れる*/
.slider {
	width: 100%;
	height: 700px;
	overflow: hidden;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
/*スライドは背景画像にする*/
.slider-img {
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 700px !important;
}
 
/*スライド画像を指定*/
.slider-img-01 {
	background-image: url(../images/pr_topimg01.png);
	background-position: 20% center;
}
.slider-img-02 {
	background-image: url(../images/pr_topimg02.png);
	background-position: 30% center;
}
.slider-img-03 {
	background-image: url(../images/pr_topimg03.png);
	background-position: 40% center;
}
.slider-img-04 {
	background-image: url(../images/pr_topimg04.png);
	background-position: 15% center;
}
.slider-img-05 {
	background-image: url(../images/pr_topimg05.png);
	background-position: 75% center;
}
.slider-img-06 {
	background-image: url(../images/pr_topimg06.png);
	background-position: 60% center;
}
.slick-list {
	width: 100%;
}
.slick-dots {
	bottom: 20px !important;
}
/* アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}

.prchach {
	position: absolute;
	margin-top: -20em;
	background: #fff;
	z-index: 4;
}
.prchach h1 {
	padding-left: 4em;
	padding-right: 0.3em;
}

/* ▼表示領域が750px未満の場合 */
@media screen and (max-width: 749px) {
   .prlogo { left:0; }
   .prlogo img { width:200px; }
   .slider { height:450px; }
   .slider-img { height:450px !important; }
   .prchach { margin-top:-13em; }
   .prchach h1 { font-size:20px; padding-left:1em; }
}



/* ### スライドショー下 ### */
.pr_obi {
	background-image: url(../images/top_pr_back5.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	margin-top: -30px;
	padding: 4em 1em 4em 1em;
}
.pr_place {
	width: 80%;
	background: #fceff1;
	margin: 0 auto;
	text-align: left;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 3px 4px 2px #a0a0a0;
	position: relative;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 115%;
}
.pr_place th {
	padding: 3% 4%;
}
.pr_place h3 {
	padding-left: 0.6em;
	border-left: 10px solid #f00082;
	margin-bottom: 0.5em;
}
.p_ph3 {
	font-size: 133%;
}
.pr_place p {
	color: #575757;
}
.pp_a {
	background: #f00082;
	padding: 0.2em 1em 0.4em 1em;
	border-radius: 20px;
	color: #fff !important;
}
.pp_a:hover {
	color: #fcc4dc !important;
	text-decoration: none;
}
.pr_place img {
	position: relative;
	z-index: 4;
	margin-top: -3.2em;
	right: 0;
}

/* ▼表示領域が830px未満の場合 */
@media screen and (max-width: 829px) {
   .pr_place tr, .pr_place th, .pr_place td { display:block; }
   .pr_place { width:92%; }
   .pr_place td { text-align:right; padding-right:0.3em; }
   .pr_place img { width:250px; margin-top:-14em; }
}
/* ▼表示領域が600px未満の場合 */
@media screen and (max-width: 599px) {
   .pr_place img { width:40%; margin-top:-9em; }
}
/* ▼表示領域が600px未満の場合 */
@media screen and (max-width: 479px) {
   .pr_place img { display:none; }
   .pr_place td { padding-bottom:8px; }
}



/* ### 正社員/パート情報 ### */
.recruit_info {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 6em;
	background-image: url(../images/top_pr_back3.png);
	background-position: center bottom;
	background-repeat:repeat-x;
}
.ribox {
	width: 50%;
	text-align: center;
	color: #fff;
	transition: transform 0.5s ease;
}
.ribox:hover {
	transform: scale(1.1);
}
.ribox h2 {
	padding: 1em 0.2em;
}
.ri_seisha {
	background: #f23a64;
}
.ri_part {
	background: #fa77ad;
}



/* ### 先生の声/パピーナHPリンク ### */
.pr_voice {
	float: left;
	width: 48%;
	padding: 1%;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
.pr_voice:hover {
	opacity: 0.7;
	filter: alpha(opacity=50);
}
@media only screen and (max-width: 600px) {
  .pr_voice { width:90%; padding:1% 5%;}
  .recruit_info { flex-direction:column; }
  .ribox { width:100%; }
  .ri_part { margin-top:1em; }
}



/* ### お問い合わせ部分 ### */
.toppr_entry {
	width: 40%;
	text-align: center;
	background: #f00082;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.2em;
	border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 849px) {
  .toppr_entry { text-align:left; padding-left:2em;}
}

