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

/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif !important;
  background: #fff;
  color: #000;
  font-size: 17px;
  background-color: #fff;
  word-break: break-all;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:vis

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.pc {
    display: block;
}
.sp {
	display: none;
}
b{
	font-weight: bold;
}
.fcR{
	color: #e70000;
	font-weight: bold;
}
.fcY{
	color: #ffed31;
	font-weight: bold;
}
.taC{
	text-align: center;
}
.fsS {
    font-size: 14px;
}
.anno {
    font-size: 10px;
    text-align: right;
    color: #fff;
    padding-right: 16%;
}
h1 {
    margin: 0;
}
h2 {
    margin: 0;
}
@media screen and (max-width:740px){
html {
    overflow-x: hidden;
    overflow-y: scroll; -webkit-overflow-scrolling: touch
}
.pc {
    display: none;
}
.sp {
    display: block;
}
	
p{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
}
.anno {
    padding-right: 0;
}
}

body{
    margin: 0 auto;
    /*max-width: 1920px;*/
}
img{
    display: block;
    width: 100%;
	vertical-align: middle;
}
p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
@media screen and (min-width:740px) {
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

/* ヘッダー */
.header {
    padding: 0.5% 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 900px;
    width: 70%;
    margin: 0 auto;
}
.logo {
    width: 25%;
}
.header_flex {
    display: flex;
    gap: 5px;
    width: 55%;
    align-items: center;
    justify-content: flex-end;
}
.header_btn img {
    height: 60px;
}

@media (max-width: 767px) {
    .header {
        padding: 2%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .logo {
        width: 40%;
    }
    .header_flex {
        display: flex;
        gap: 5px;
        width: 55%;
        align-items: center;
    }
    .header_btn {
        width: 80%;
    }
    .header_btn img {
        height: 100%;
    }
    
}


/*ヘッダーハンバーガーメニュー*/

.hamburger {
    font-size: 24px;
    cursor: pointer;
    display: block;
    background-color: #ff4e00;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    position: relative;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    right: 10px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}
.hamburger span:nth-child(1) {
    top: 15px;
}
.hamburger span:nth-child(2) {
    top: 28px;
}
.hamburger span:nth-child(3) {
    top: 41px;
}

@media(max-width: 767px) {
    .hamburger {
        font-size: 24px;
        cursor: pointer;
        display: block;
        background-color: #ff4e00;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        position: relative;
    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        right: 5px;
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        border-radius: 5px;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 19px;
    }
    .hamburger span:nth-child(3) {
        top: 28px;
    }
    
}


/* メニューを非表示 */
.nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 30%;
    background: #fff;
    z-index: 100;
}

.nav-menu ul {
list-style: none;
margin: 0;
padding: 0;
}

.nav-menu li {
border-top: 1px solid #f0f0f0;
}

.nav-menu a {
display: block;
padding: 1rem;
color: #ff4e00;
text-decoration: none;
}

.nav-menu a:hover {
background: #f0f0f0;
}

/* メニューが表示される時 */
.nav-menu.active {
display: block;
}

@media (max-width: 767px) {
    .nav-menu  {
        width: 50%;
    }
}

/* FV */
.fv {
    background-image: url(../img/fv_bg.jpg);
    background-size: cover;
}
.fv .pc img{
    width: 65%;
    margin: 0 auto;
    padding-top: 2%;
}
.fv_present {
    padding: 0 15%;
    margin: 0 auto;
    background-color: #1cb43b;
}
.fv_present img {
    margin: 0 auto;
    max-width: 1100px;
}


/*漫画コンテンツ*/
.comic {
    background-color: #e8ffc6;
    padding: 3%;
}

.comic_inner {
    display: flex;
    max-width: 900px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 1%;
    flex-direction: row-reverse;
}
.comic img {
    margin: 0 auto;
    margin-bottom: 2%;
    width: 48%;
}
@media (max-width: 767px) {
    .comic {
        padding: 5%;
    }
    .comic_inner {
        display: block;
    }
    .comic img {
        margin-bottom: 3%;
        width: 100%;
    }
}

/* お任せ下さい */
.support {
    position: relative;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e8ffc6;
    background-image: url(../img/support_bg_pc.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}
.support img {
    max-width: 900px;
    margin: 0 auto;
}
.support .pc img {
    padding: 0% 0 14%;
}
.nayami {
    position: static;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .support {
        padding: 35% 5% 17%;
        background-color: #e8ffc6;
        background-image: url(../img/support_bg_sp.png);
        background-position: center;
        background-size: cover;
        overflow: hidden; 
        z-index: -1;
    }
    .nayami {
        position: absolute;
        width: 100%;
        top: 0px;
        right: 0;
    }
}


/* プレゼントのチャンス */
.present {
    margin-top: -10%;
    background-image: url(../img/present_bg_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.present_inner {
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 5%;
}
@media (max-width: 767px) {
    .present {
        margin-top: -12%;
    }
}

/* CTAエリア */
.cta_area {
    position: relative;
}
.cta_bubble {
    position: absolute;
    top: 11%;
    left: 34%;
    width: 20%;
    animation: blink 1.0s ease-in-out infinite alternate;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.cta_area_in {
    position: absolute;
    top: 56%;
    left: 50%;
    width: 70%;
    display: flex;
    transform: translateX(-50%);
    gap: 4px;
    max-width: 900px;
}
.cta_flex {
    display: flex;
    margin-top: 2px;
    gap: 4px;
}
@media (max-width: 767px) {
    .present {
        margin-top: -12%;
    }
    .cta_area_in {
        position: absolute;
        top: 40%;
        width: 90%;
        display: flex;
        flex-direction: column;
    }
    .cta_bubble {
        top: 9%;
        left: 11%;
        width: 54%;
    }
}

/* 強み */
.merits {
    background-image: url(../img/merits_bg_pc.jpg);
    background-size: cover;
    padding-bottom: 3%;
}
.merits_inner {
    display: flex;
    max-width: 900px;
    width: 70%;
    flex-wrap: wrap;
    margin: 3% auto 0;
    justify-content: center;
    gap: 1%;
}
.merits_inner img {
    width: 32%;
    padding-bottom: 1%;
}
@media (max-width: 767px) {
    .merits {
        background-image: url(../img/merits_bg_sp.jpg);
        background-size: cover;
    }
    .merits_inner {
        display: block;
       padding: 5% 3%;
       width: 100%;
    }
    .merits_inner img {
        width: 100%;
    }
}


/* ご利用者様の声 */
.voice {
    background-color: #ffeeda;
    padding-bottom: 2%;
}
.voice_ttl {
    padding: 2% 36% 3% 38%;
}
.voice_txt {
    position: absolute;
    width: 65%;
    font-size: 18px;
    top: 35%;
    left: 17%;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .voice {
        background-color: #ffeeda;
        padding-bottom: 5%;
    }
    .voice_ttl {
        padding: 7% 8% 10% 10%;
    }
    .voice_txt {
        position: absolute;
        width: 65%;
        font-size: 14px;
        top: 35%;
        left: 17%;
        line-height: 1.6;
    }
}


/* ご紹介求人一覧 */
.work {
    background-color: #e8ffc6;
    padding-bottom: 4%;
    overflow-x: hidden;
}
.work_ttl {
    padding: 3% 37% 1%;
}

@media (max-width: 767px) {
    .work {
        padding-bottom: 5%;
    }
    .work_ttl {
        padding: 10% 10% 10%;
    }
}

/* スライダー */
.slide_contents {
    position: relative;
    width: 500px !important; 
}
.slide_contents img {
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .slide_contents {
        position: relative;
        width: 360px !important; 
    }
    .slide_contents img {
        width: 100%;
    }
}

/* 徹底比較 */
.compare {
    background-color: #e8ffc6;
}

.pc .compare_inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 2% 0 5%;
}

@media (max-width: 767px) {
    .compare_inner {
    display: flex;
    overflow-x: auto;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    padding: 10% 5% 15%;
}
}


.table-header {
    position: sticky;
    left: 0;
    z-index: 10;
    width: 28%;
    flex-shrink: 0;
}

.table-header img {
    display: block;
    width: 100%;
}

.table-container {
    overflow-x: auto;
}

.table-container img {
    display: block;
    width: 217%;
}

/* どんな寮？ */
.dormitory {
    margin-top: -2%;
    overflow: hidden;
}

.domitory_inner {
    padding: 0 0 3%;
    background-color: #1cb43b;
}
.domitory_inner {
    width: 100%;
    margin: 0 auto;
}
.domitory_inner_flex {
    display: flex;
    width: 70%;
    margin: 0 auto;
    max-width: 900px;
}
.domitory_inner img {
    width: 33%;
}
.dormitory_ex {
    background-color: #1cb43b;
}
.dormitory_ex_ttl {
    padding: 0 0 2%;
    width: 40%;
    margin: 0 auto;
}
.dormitory_ex_slider {
    padding-bottom: 2%;
}
@media (max-width: 767px) {
    .dormitory {
        margin-top: -5%;
    }
    .domitory_inner {
        width: 100%;
        padding: 0 3% 5%;
    }
    .domitory_inner img {
        width: 100%;
    }
    .dormitory_ex_ttl {
        width: 100%;
        padding: 4%;
    }
    .dormitory_ex_slider {
        padding-bottom: 4%;
    }
}


/* LINE3ステップ */
.line {
    background-color: #e8ffc6;
}
.line_ttl {
    margin-bottom: 0;
}
.line_inner {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 3%;
}
@media(max-width: 767px) {
    .line_inner {
        padding: 5% 3%;
        padding-bottom: 8%;
    }
    .line_ttl {
        margin-bottom: 0;
    }
}


/* よくある質問 */
.qanda {
    background-color: #fffdc6;
    padding-bottom: 6%;
}
.qanda_ttl {
    padding: 3% 38%;
}

@media (max-width:767px) {
    .qanda {
        padding-bottom: 0;
    }
    .qanda_ttl {
        padding: 10% 15%;
    }
}
.cp_qa {
    max-width: 900px;
    margin: auto;
    padding: 0 0;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 3% 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	  font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 2.5em;
    cursor: pointer;
    text-indent: 1em;
    background: #ff4e00;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    padding-right: 3em;
}
.cp_qa .cp_actab label::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
    margin-left: -2em;
    padding-right: 2.5em;
    position: absolute;
    top: 21px;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
}
/* 右側に＋を表示 */
.cp_qa .cp_actab label::after {
    content: "＋";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3em;
    color: #fff;
    transition: all 0.2s;
}
/* 開いている時は－に切り替え */
.cp_qa .cp_actab input:checked ~ label::after {
    content: "－";
}
.cp_qa .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
}
.cp_actab-content img{
	width: 25px;
    height: 25px;
}
.a_item{
	margin: 1.5em 0.6em 1.3em 0;
}

.qa_flex {
    display: flex;
    gap: 5%;
}
.qa_flex p {
    font-size: 14px;
}
.qa_company {
    width: 25%;
}
.qa_company p {
    background-color: #626262;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 3%;
}
.qa_soku {
    width: 25%;
}
.qa_soku p {
    background-color: #1cb43b;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 3%;
}
.qa_txt {
    width: 65%;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	background: #fff;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
@media screen and (max-width:640px){
	.cp_qa .cp_actab label::after {
		content: "＋";
		position: absolute;
		right: 1em;
		top: 50%;
		transform: translateY(-50%);
		font-size: 1.3em;
		color: #fff;
		transition: all 0.2s;
	}
	.cp_qa .cp_actab input:checked ~ label::after {
		content: "－";
	}
	.qa h2 {
    width: 200px;
    padding: 45px 0 25px;
    }
    .cp_qa {
        padding: 0 3% 10%;
    }
    .cp_qa .cp_actab label {
    font-size: 16px;
    }
    .cp_qa .cp_actab label::before {
    width: 35px;
    height: 35px;
    margin-left: -2.5em;
    padding-right: 2.5em;
    top: 50%;
        transform: translate(0,-50%);
    }
    .cp_qa .cp_actab label {
        padding-left: 4em;
        text-indent: 0em;
        }
	.cp_qa .cp_actab .cp_actab-content{
		padding: 0 0 0.5em 1em;
	}
}


/* お問い合わせフォーム */
.contact {
    background-color: #e8ffc6;
    padding-bottom: 4%;
}

.contact_ttl {
    padding: 4% 30% 1%;
}
.contact_txt p{
    font-size: 15px;
    text-align: center;
    margin-bottom: 4%;
}

@media (max-width: 767px) {
    .contact_ttl {
        padding: 10% 15% 2%;
    }
    .contact_txt p{
        font-size: 14px;
        text-align: center;
        margin-bottom: 10%;
    }
}

.shadow_blue_box {
    padding: 40px 5% 40px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    margin: 0 5%;
    border-radius: 5px;
    max-width: 700px;
    margin: 0 5%;
    box-sizing: border-box;
    margin: 0 auto;
    width: 90%;
}
.required {
    position: relative;
}
.form_box tr {
    margin-bottom: 3%;
}
.form_box th, .form_box td {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    padding: 0;
}
.form_box .required:before {
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    content: '必須';
    height: 1.2em;
    margin: auto;
    padding: 0 1%;
    background-color: #E30000;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}
.form_box input[type=tel], .form_box input[type=email], .form_box input[type=text], .form_box textarea {
    width: 100%;
    padding: 0.6em 1em;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    font-size: clamp(1.125rem, 1.045rem + 0.17vw, 1.25rem);
    font-weight: 500;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5%;
}
.submit_btn {
    text-align: center;
}
.submit_btn input[type=submit] {
    width: 30%;
    margin: 5% auto;
    padding: 0.67em 1.7em;
    background-color: #1cb43b;
    border-radius: 10px;
    min-height: 0vw;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
}

@media (max-width: 767px) {
    .submit_btn input[type=submit] {
        width: 60%;
    }
}
/* フッター */
footer {
    background-color: #1cb43b;
    padding: 2%;
}
footer p {
    font-size: 12px;
    color: #fff; 
    text-align: center;
}
footer a {
    color: #fff;
}
@media (max-width:767px) {
    footer {
        padding: 10%;
    }
}
/* 追従ボタン */
.floating_btn {
    position: fixed;
    /* background-color: #1cb43b; */
    width: 30%;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none; /* 最初は非表示 */
}
.floating_btn img {
    padding: 3%;
}
@media (max-width:767px) {
    .floating_btn {
        width: 100%;
    }
}
/* プライバシーポリシー */
#privacy .content-main {
    background-color: #e8ffc6;
    padding-bottom: 10px;
}
#privacy h2 {
    color: #1cb43b;
    padding-top: 8%;
    font-size: 30px;
    margin-top: 0;
    text-align: center;
}
#privacy .inner {
    margin: 5% auto 10%;
    padding: 2% 4% 2%;
    overflow-wrap: break-word;
    background-color: #fff;
    width: 86%;
    border-radius: 5px; 
}
#privacy .inner dl {
    font-size: 14px;
    width: 100%;
    padding: 3% 0;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt {
    color: #222;
    margin-bottom: 5px;
}
#privacy .inner dd {
    margin-left: 0;
    font-weight: light;
    font-family: "Noto Sans Japanese", sans-serif !important;
}


/* フォーム */
#wrapper {
    width: 100%;
    padding: 0 0 0 0;
    overflow: hidden;
    color: #222;
    background: #fff;
}
#wrapper {
    /* max-width: 1400px; */
    margin: auto;
    letter-spacing: 1px;
}
#content {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 15px 30px 100px;
}
#wrapper.steps #content {
    background-color: #ffffff;
    width: 90%;
    margin: 40px auto;
    border-radius: 5px;
}
#wrapper.steps {
    background-color: #e8ffc6;
    margin: 0 auto;
    width: 100%;
}
#wrapper.steps h2 {
    padding: 20px 0 5px;
    margin-top: 0;
}
.form_tbl {
    width: 700px;
    margin: 0 auto;
    padding: 2% 5%;
    border-radius: 10px;
}
.submitbtn {
    text-align: center;
    margin-top: 20px;
}

input[type=submit] {
    -webkit-appearance: none;
    width: auto !important;
    padding: 10px 50px 10px 50px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #1cb43b;
    border: none;
    border-radius: 50px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 20px;
    font-weight: bold;
}
.form_tbl th {
    display: block;
    width: 100%;
    /* border: none !important; */
    color: #313131;
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
    border-left: 4px solid #1cb43b;
    padding: 2px 10px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .form_tbl {
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 640px) {
    #wrapper h2 {
        padding: 40px 0 40px;
        color: #1cb43b;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center;
        font-size: 35px;
        line-height: 1.2;
        /* background: #194f8c; */
    }
}
@media (max-width: 767px) {
    input[type=submit] {
        padding: 10px 20px 10px 20px;
    }
    #wrapper h2 {
        padding: 40px 0 40px;
        color: #1cb43b;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center;
        font-size: 30px;
        line-height: 1.2;
    }
}


 /*プライバシー*/
 #privacy .content-main{
    background-color: #FFF0E2;
    padding-bottom: 10px;
}
#privacy h2{
    color: #ec5300;
    padding-top: 8%;
    font-size: clamp(1.625rem, 1.40rem + 1vw, 3.063rem);
}
#privacy .inner {
    margin: 5% auto 10%;
    padding: 0 4%;
    overflow-wrap: break-word;
    background-color: #fff;
    width: 86%;
    border-radius: 5px;
}
#privacy .inner dl {
    font-size: inherit;
    width: 100%;
    padding: 3% 0;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt {
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}


/* スライダー */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

@media (max-width:767px) {
    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }
}
/* Dots */
.slick-dotted.slick-slider
{
    padding-bottom: 1%;
}

.slick-dots
{
    position: absolute;
    bottom: 3%;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slider .slick-prev {
    background-image: url(../img/toggle_l_ore.png);
    background-size: cover;
    left: 33%;
    z-index: 999;
}

.slider .slick-next {
    background-image: url(../img/toggle_r_ore.png);
    background-size: cover;
    right: 34%;
    z-index: 999;
}

.slider .slick-slide {
    transform: scale(0.8);
    transition: all .5s;
    opacity: 0.3;
}
.slider .slick-center {
    transform: scale(0.9);
    transition: all .5s;
    opacity: 1;
}

@media (max-width: 767px) {
    .slider .slick-prev {
        left: 4%;
    }
    .slider .slick-next {
        right: 4%;
    }
}

.slider02 .slick-prev  {
    background-image: url(../img/toggle_l_gre.png);
    background-size: cover;
    left: 33%;
    z-index: 999;
}

.slider02 .slick-next {
    background-image: url(../img/toggle_r_gre.png);
    background-size: cover;
    right: 34%;
    z-index: 999;
}

.slider02 .slick-slide {
    transform: scale(0.8);
    transition: all .5s;
    opacity: 0.3;
}
.slider02 .slick-center {
    transform: scale(0.9);
    transition: all .5s;
    opacity: 1;
}
@media (max-width: 767px) {
    .slider02 .slick-prev {
        left: 4%;
    }
    .slider02 .slick-next {
        right: 4%;
    }
}

.dormitory_ex_slider .slick-slide {
    transform: scale(0.7);
    transition: all .5s;
    opacity: 0.3;
}
.dormitory_ex_slider .slick-center {
    transform: scale(0.9);
    transition: all .5s;
    opacity: 1;
}


.slick-prev:before, .slick-next:before {
    color: transparent;
}