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

/*--- 募集情報ページ 先輩の声 --- */
div.order-flame{
	-webkit-justify-content: center;/*左右中央寄せ*/
	justify-content: center;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: center;/*上下中央寄せ*/
	align-items: center;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0 0 30px 0;
	
}
div.order{
	width: 40%;
	text-align: center;
	border: 2px solid #000;
	margin: 0 10px;
	
}
div.order:hover{
	background: #E6E8EC;
	
}
/*ここからモーダル用*/
.js-modal__bg {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.js-modal__main {
  z-index: 998;
    position: fixed;
    width: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    margin-top: 0px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 0px;
    overflow: hidden;
}
.js-modal__btn {
  cursor: pointer;
	padding: 20px 0;
}
.js-modal__btn--close {
  background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 10000;
    width: 36pt;
    height: 36pt;
    border-radius: 50%;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.js-modal__btn--close:before{
  content:"";
  width: 20px;
  height: 20px;
  border-right:2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top:21px;
  left:6px;
}
.js-modal__btn--close:after{
  content:"";
  width: 20px;
  height: 20px;
  border-right:2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top:7px;
  left:7px;
}

.pop-text{
	width: 75%;
	margin: 20px auto;
	
}
p.pop-department{
	font-size: 24px;
	border-bottom: 1px solid #000;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	
}
.square{
    counter-reset: list-counter;
    list-style: none;
    float:left;
}
.square li{
    margin: 1.5em 0;
	text-align: left;
}
.square li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 1em;
    height: 1em;
    padding: 4px 10px 14px 10px;
    margin-right: 1em;
    border: .25em solid #ccc;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    
}
.chumon {
	background: #ccc;
	color: #fff;
	border-radius: 30px;
}
.chumon a{
	display: block;
	padding: 10px 20px;
}
.pc-tel{
	display: none;
}
@media print, screen and (min-width : 768px) {
/*--- 募集情報ページ 先輩の声 --- */
div.order-flame{
}
div.order{
	width: 45%;
	margin: 0 20px 40px 20px;
	font-size: 20px;
	border-radius: 90px;
	
}
.js-modal__main {
  z-index: 998;
    position: fixed;
    width: 28%;
    height: 68%;
    left: 50%;
    top: 50%;
    margin-top: 0px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 0px 0px;
    overflow: hidden;
}
.js-modal__btn--close {
    right: 20px;
    top: 20px;
    width: 44pt;
    height: 44pt;
}
.js-modal__btn--close:before{
  content:"";
  width: 20px;
  height: 20px;
  top:26px;
  left:10px;
}
.js-modal__btn--close:after{
  content:"";
  width: 20px;
  height: 20px;
  border-right:2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top:12px;
  left:10px;
}
	
.pop-department{
	font-size: 18px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	
}
.chumon{
	border-radius: 60px;
}
.chumon a{
	padding: 10px 20px;
}		
.pc-tel {
	display: block;
	font-size: 30px;
}	
}
