@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #FFF;
}
body {
    position: relative;
    left: 0;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	background-color: rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	z-index: 1003!important;
	
	padding-top: 0;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header-inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
    
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.headerbg {
	background-color: rgba(0, 35, 63, 1);
}
.headerbg #header-inner {
    
}

/* cf */

#header-inner:after,#header-logo-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 30%;
	max-width: 157px;
	position: absolute;
    
    text-align: center;
	line-height: 100%;
	
    top: 40px;
	left: 5%;
	
	z-index: 5!important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.headerbg #header-logo {
	width: 30%;
	max-width: 120px;
	position: absolute;
    top: 5px;
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 170px;
	display: none;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


/*==================================================

Navi
=================================================*/

/* header menu */

/* header menu */

nav {
	width: 72%;
	max-width: 1000px;
	position: relative;
	margin: 0 0 0 auto;
}

nav > ul {
	width: 100%;
	position: relative;
	display: table;
}

nav > ul > li {
    width: 16.66%;
	display: table-cell;
	vertical-align: top;
    position: relative;
}

nav > ul > li > a {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
    font-family: "FOT-筑紫B丸ゴシック Std B";
	line-height: 160%;
	text-decoration: none;
	padding: 35px .5em 25px;
}
.headerbg nav > ul > li > a {
    padding: 25px .5em 25px;
}
nav.wf > ul > li > a {
    color: #00233f;
}
.headerbg nav.wf > ul > li > a {
    color: #FFF;
}

nav > ul > li > a br {
	display: none;
}
nav > ul > li:hover > a {
    color: #ff5343;
}

/* メインメニューのオーバーカラー */

nav > ul > li > a:hover {
	
}

nav > ul > li > ul {
	width: 190px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
    border-top: 2px solid #ff5343;
    background-color: rgba(0, 0, 0,0.9);
    
	top: 100%;
	left: 50%;
    -webkit-transform: translate(-50%, 0); 
    transform: translate(-50%, 0);
    
    z-index: 1;
}

/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	opacity: 1;
    z-index: 2;
}

/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
}

nav > ul > li > ul li a {
	width: 100%;
	display: block;
	font-size: 1.4rem;
    color: #FFF;
    font-weight: 700;
    line-height: 160%;
	text-align: left;
	text-decoration: none;
    border-top: 1px solid #333;
    background-image: url("../../images/fish_arrow_w.png");
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: auto;
	padding: 15px 1em 15px 32px;
}
nav > ul > li > ul li a:hover {
    opacity: 1;
	color: #999;
}
nav > ul > li > ul li a:hover img {
    opacity: .5;
}

/*  img */

nav > ul > li > ul li a img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.close-button {
    width: 240px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    border: 2px solid #666;
    background-color: #00243f;
    border-radius: 24px;
    margin: 40px auto 40px;
    padding: 10px 1em;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.close-button:hover {
    background-color: #00243f;
    border: 2px solid #FFF;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}


/*==================================================

contents
=================================================*/

#contents {
	width: 100%;
	position: relative;
	margin: 100px auto 160px;
	z-index: 5!important;
}
#contents-about {
	width: 100%;
	position: relative;
	margin: 0 auto 160px;
	z-index: 5!important;
}
#contents-top {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 5!important;
}
.contents-section {
	margin-top: 80px;
	position: relative;
}
.contents-section-full {
	width: 90%;
	max-width: 1400px;
	position: relative;
	margin: 80px auto 0;
}
.contents-inner {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}
.contents-item {
	width: 95%;
	max-width: 1280px;
	position: relative;
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	margin: 0 auto;
    padding: 80px 0;
}
.no-pdb {
    padding-bottom: 0;
}
.contents-item .inner {
    width: 90%;
	max-width: 1000px;
    margin: 0 auto;
}

.contents-grd {
	width: 100%;
    background: linear-gradient(90deg, #19cac3, #7d92d0);
    padding: 80px 0;
}

.fl-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	margin: 0 auto;
}

.dot-item {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../images/dot.png') repeat;
	background-size: auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.anchor-wrap {
	position: relative;
}
.anchor-item {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -120px;
	left: 0;
}


/* cf */
#contents:after,.contents-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}

/*==================================================

button
=================================================*/

/* ボタン */

.button {
	width: 90%;
	max-width: 540px;
	display: block;
	position: relative;
	cursor: pointer;
    font-family: "FOT-筑紫B丸ゴシック Std B";
	font-size: 2.4rem;
    text-align: center;
	color: #00243f;
	overflow: hidden;
	text-decoration: none;
	background-color: #FFF;
    border: 3px solid #00243f;
    margin: 80px auto 0;
	padding: 1em 1em;
}
.button:hover {
	opacity: 1;
    color: #FFF;
    background-color: #00243f;
}
.button::before {
	content:" ";
	width: 16px;
	height: 19px;
	display: block;
	position: absolute;
    background-image: url("../../images/arrow_t.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-30px, -50%); 
	transform: translate(-30px, -50%);
	z-index: 1;
	
	/* animation */
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.button:hover::before {
    background-image: url("../../images/arrow_tw.png");
	-webkit-transform: translate(-10px, -50%); 
	transform: translate(-10px, -50%);
}


.button-l {
	width: 90%;
	max-width: 600px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 2.4rem;
    text-align: center;
	color: #FFF;
	overflow: hidden;
	text-decoration: none;
	background-color: #27719f;
    border: 3px solid #27719f;
    margin: 0 auto 40px;
	padding: 1em 1em;
}
.button-l.col {
    border: 3px solid #e24e44;
    background-color: #e24e44;
}
.button-l:hover {
	opacity: 1;
    color: #27719f;
    background-color: #FFF;
}
.button-l.col:hover {
    color: #e24e44;
    background-color: #FFF;
}
.button-l::before {
	content:" ";
	width: 25px;
	height: 9px;
	display: block;
	position: absolute;
    background-image: url("../../images/arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-30px, -50%); 
	transform: translate(-30px, -50%);
	z-index: 1;
	
	/* animation */
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.button-l:hover::before {
    background-image: url("../../images/arrow_b.png");
	-webkit-transform: translate(-10px, -50%); 
	transform: translate(-10px, -50%);
}

[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*==================================================

map
=================================================*/

.map {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================================================

table
=================================================*/

.salary_header th {
    border-left: 1px solid #EEE;
}

.data-tstyle {
	width: 100%;
	background-color: #FFF;
}
.data-tstyle.ce {
	text-align: center;
}
.data-tstyle th {
	width: 20%;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	background-color: #00243f;
	border-bottom: 1px solid #EEE;
	white-space: nowrap;
	padding: 1em 2em;
}

/* 初任給の表 */
.salary_table_pc {
	width: 20%;
	color: #00243f;
	text-align: center;
	font-weight: 500;
	background-color: #EEE;
	/* border-bottom: 1px solid #00243f; */
	white-space: nowrap;
	padding: 1em 2em;
}

.salary_table_sp {
    display: none;
}

.course_name {
    width: 20%;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    background-color: #00243f;
    border-bottom: 1px solid #EEE;
    white-space: nowrap;
    padding: 1em 1.2em;
}

.two_name p {
    text-align: center;
}

.course_data {
    border-right: 1px solid #00243f;
    border-bottom: 1px solid #00243f;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
    box-sizing: border-box;
    background-color: #fff;
}

.course_data p {
    text-align: center;
}

.salary_explanation, .salary_overtime {
    font-size: 16px;
}
.salary_explanation {
    padding-bottom: 8px;
}

.data-tstyle tr:nth-of-type(odd) {
	background-color: #EEE;
}
.data-tstyle th span {
	font-size: 1.4rem;
	color: #F00;
}
.data-tstyle td {
	padding: 1em 2em;
}
.data-tstyle td ul li {
	text-indent: -1em;
    padding-left: 1em;
}
.data-tstyle td span {
	font-size: 1.4rem;
	color: #F00;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 200px;
	z-index: 1001!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop-visible {
	right: 0;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}

footer {
	width: 100%;
    position: relative;
	background-color: #FFF;
    z-index: 6!important;
}
footer .footer-top {
    margin-bottom: 40px;
    padding: 0 0 20px;
    text-align: center;
}
footer .footer-top .company-profile {
    text-align: center;
} 
footer .footer-top .company-profile a {
    text-decoration: none;
    color: #00243f;
}
footer .footer-top .company-profile a img {
    width: 40px;
}
footer .footer-bottom {
	width: 100%;
	position: relative;
    background-image: url("../../images/footer_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 40px 0;
}
footer .footer-bottom .inner {
	width: 90%;
	max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
	margin: 0 auto;
}
footer .footer-bottom .inner .footer-logo {
    width: 20%;
	max-width: 176px;
}
footer .footer-bottom .inner .footer-logo .link-b {
	width: 100%;
	display: block;
	color: #FFF;
    font-size: 1.4rem;
    line-height: 160%;
	text-align: center;
	text-decoration: none;
	background-color: #00243f;
    border: 2px solid #FFF;
    border-radius: 24px;
	margin: 20px auto;
	padding: .8em .5em;
}
footer .footer-bottom .inner .footer-logo .link-b span {
    display: inline-block;
}
footer .footer-bottom .inner .footer-logo .link-b:hover {
	opacity: 1;
	color: #00243f;
	background-color: #FFF;
}

footer .footer-bottom .inner .footer-cont {
    width: 70%;
}
footer .footer-bottom .inner .footer-entry {
    width: 100%;
    display: table;
}
footer .footer-bottom .inner .footer-entry .entry {
    width: 50%;
    position: relative;
    
    display: table-cell;
    cursor: pointer;
    font-size: 2rem;
    color: #00243f;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    text-decoration: none;
    background-color: #ffff00;
    padding: .8em 1em;
}
footer .footer-bottom .inner .footer-entry .entry .navi-site {
    width: 100%;
    visibility: hidden;
    position: absolute;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    background-color: #FFF;
    padding: 0 10px 10px;
    
    top: 100%;
    left: 0;
    
    z-index: 1;
}
footer .footer-bottom .inner .footer-entry .entry:hover .navi-site {
    visibility: visible;
}
footer .footer-bottom .inner .footer-entry .entry .navi-site li {
    width: 49%;
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #CCC;
    margin-top: 10px;
    padding: 5px 10px;
}
footer .footer-bottom .inner .footer-entry .entry .navi-site li a {
	transition: unset;
}
footer .footer-bottom .inner .footer-entry .entry .navi-site li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
footer .footer-bottom .inner .footer-entry .tel {
    width: 50%;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    background-color: #27719f;
    padding: .8em 1em;
}
footer .footer-bottom .inner .footer-entry .tel strong {
    display: inline-block;
    font-size: 3rem;
    font-weight: 500;
}
footer .footer-bottom .inner .footer-entry .tel span {
    display: inline-block;
}
footer .footer-bottom .inner .footer-entry .tel > a {
    color: #FFF;
    text-decoration: none;
}
footer .footer-bottom .inner .footer-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    padding-top: 50px;
}
footer .footer-bottom .inner .footer-menu > ul {
    margin-bottom: 20px;
    padding-right: 5%;
}
footer .footer-bottom .inner .footer-menu ul > li {
    font-size: 1.8rem;
	text-align: left;
	line-height: 160%;
	margin-bottom: 10px;
}
footer .footer-bottom .inner .footer-menu > ul > li > a {
	color: #FFF;
	text-decoration: none;
}
footer .footer-bottom .inner .footer-menu ul > li > ul {
	width: 100%;
	display: block;
    margin-top: 20px;
}
footer .footer-bottom .inner .footer-menu ul > li > ul > li {
	width: 100%;
	display: block;
	position: relative;
	line-height: 120%;
	margin-top: 5px;
}
footer .footer-bottom .inner .footer-menu ul > li > ul > li a {
    font-size: 1.4rem;
	color: #FFF;
	text-decoration: none;
}
#copyright {
    width: 90%;
	max-width: 1200px;
    position: relative;
	font-size: 1.4rem;
	color: #FFF;
	line-height: 180%;
	text-align: right;
    margin: 60px auto 0;
}
#copyright span {
    font-size: 1.4rem;
}

/* footer img */

#footer-pagetop img,.footer-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}



/*==================================================

size m
=================================================*/

@media only screen and (min-width:1px) and (max-width: 1020px) {
    
    nav > ul > li > a br {
        display: block;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		background-color: rgba(255, 255, 255, 0);
		top: 0;
		
		padding-top: 0;
	}
	#header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
        padding: 10px 0;
	}
    .headerbg #header-inner {
        padding: 10px 0;
    }
    
	#header-logo {
        width: 30%;
        max-width: 65px;
        position: absolute;
        
        text-align: left;
        line-height: 100%;
        border-radius: 0;
        box-shadow: none;
        
        top: 10px;
        left: 5%;
    }
    
	.headerbg {
		background-color: rgba(0, 35, 63, 0);
	}
    .headerbg #header-logo {
        width: 30%;
        max-width: 65px;
        position: absolute;
        top: 10px;
    }
	
    .header-spmenu {
        width: 170px;
        display: block;
        text-align: center;
        cursor: pointer;
        margin: 0 -97px 0 auto;
    }
	.side-item {
		display: none;
	}
    
    nav {
        /* モバイルメニュー幅 */
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        right: -110%;
        background-color: #00243f;
        margin: 0;
        padding: 0;
        z-index: 1003!important;

        /* animation */
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .open nav {
        right: 0;
    }

    nav > ul {
        width: 100%;
        max-width: 1000px;
        height: 100%;
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        padding: 30px 5%;
    }
    nav > ul > li {
        width: 100%;
        display: block;
        background-image: none;
        margin-bottom: 30px;
    }

    nav > ul > li > a {
        width: 100%;
        display: block;
        font-size: 1.8rem;
        line-height: 180%;
        text-align: left;
        text-decoration: none;
        color: #333;
        background-color: #FFF;
        padding: .5em 20px;

    }
    .headerbg nav > ul > li > a {
        padding: .5em 20px;
    }
    nav > ul > li > a.pict-item {
        max-width: 120px;
        background-color: transparent;
        margin: 0 auto;
        padding: .8em 0 0;
    }
    nav > ul > li > a.data-item {
        color: #FFF;
        background-color: #e24e44;
    }

    nav > ul > li > a.pict-item img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    nav > ul > li > a:hover {
        color: #999;
        opacity: 1;
    }
    nav > ul > li > a br {
        display: none;
    }

    nav > ul > li > ul {
        width: 100%;
        position: relative;
        visibility: visible;
	    opacity: 1;
        display: block;
    }

    /* サブメニュー詳細設定 */

    nav > ul > li > ul li {
        width: initial;
        width: auto;
        margin: 0;
    }
    nav > ul > li > ul li a {
        width: 100%;
        display: block;
        font-size: 1.6rem;
        color: #FFF;
        text-align: left;
        text-decoration: none;
        font-weight: 400;
        padding: 10px 1em 10px 30px;
    }

    .close-button {
        width: 240px;
        cursor: pointer;
        font-size: 1.4rem;
        line-height: 24px;
        color: #FFF;
        text-align: center;
        border: 2px solid #666;
        background-color: #00243f;
        border-radius: 24px;
        margin: 40px auto 40px;
        padding: 10px 1em;

        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .close-button:hover {
        background-color: #00243f;
        border: 2px solid #FFF;
    }
	
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	#contents {
		margin: 10% auto 20%;
	}
    #contents-about {
        margin: 0 auto 15%;
    }
	.contents-section-full {
		margin-top: 8%;
	}
	.contents-section {
		margin-top: 8%;
	}
    .contents-item {
        padding: 8% 0;
    }
    .no-pdb {
        padding-bottom: 0;
    }
    .contents-grd {
        padding: 8% 0;
    }
	.anchor-item {
		top: -80px;
	}
	.button {
        font-size: 2rem;
        margin: 8% auto 0;
        padding: 1em 1em;
    }
    
    .button-l {
        font-size: 2rem;
        margin: 0 auto 5%;
        padding: 1em 1em;
    }
	
	/*==================================================
	
	map
	==================================================*/
	
	.map {
		width: 100%;
		height: 350px;
		margin: 5% 0 0;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		border: none;
	}
	.data-tstyle th {
		width: 100%;
		display: block;
        color: #FFF;
		background-color: #00243f;
		border: none;
		padding: 1em 1em;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		border: none;
		padding: 1em 1em;
	}
	.data-tstyle tr:nth-of-type(odd) {
		background-color: transparent;
	}
	
	.list-tstyle {
        width: 100%;
        background-color: #FFF;
    }
    .list-tstyle th {
        width: 100%;
        display: block;
        color: #FFF;
        background-color: #34bbc7;
        padding: 1em 1em;
    }
    .list-tstyle td {
        width: 100%;
        display: block;
        border-left: none;
        padding: 1em 1em;
    }
    .list-tstyle tr:nth-of-type(odd) {
        background-color: #FFF;
    }


    /*==================================================
	
	初任給の表
	=================================================*/
    .salary_table_sp,
    .salary_table_sp tbody,
    .salary_table_sp tr,
    .salary_table_sp th,
    .salary_table_sp td {
        display: block;
        width: 100%;
    }

    .salary_table_pc {
        display: none;
    }

    /* 行ごとの枠 */
    .salary_table_sp tr {
        margin-bottom: 20px;
        border: 1px solid #ccc;
        padding: 5px;
        box-sizing: border-box;
    }

    /* 見出しを目立たせる */
    .salary_table_sp th {
        font-weight: bold;
        background: #00243f;
        padding: 10px;
    }

    .salary_table_sp td {
        padding: 8px 10px;
        border-top: 1px solid #ddd;
    }

    .salary_table_sp .salary_heade {
        font-weight: bold;
        margin-bottom: 4px;
        display: block;
    }
    
    .course_name p {
        text-align: center;
    }

    .salary_overtime {
        font-size: 14px;
    }
	
	/*==================================================
	
	footer
	=================================================*/
	
    .pagetop {
        bottom: 100px;
    }
	.pagetop-visible {
		right: -100px;
	}
    footer {
        width: 100%;

    }
    footer .footer-bottom {
        width: 100%;
        position: relative;
        background-image: url("../../images/footer_bg_sp.jpg");
        padding: 8% 0;
    }
    footer .footer-bottom .inner {
        display: block;
        margin: 0 auto;
    }
    
    footer .footer-bottom .inner .footer-logo {
        width: 100%;
        max-width: 240px;
        display: block;
        margin: 0 auto;
    }
    footer .footer-bottom .inner .footer-logo h1 {
        width: 120px;
        display: block;
        line-height: 100%;
        margin: 0 auto;
    }
    
    footer .footer-bottom .inner .footer-cont {
        width: 100%;
        margin-top: 5%;
    }
    footer .footer-bottom .inner .footer-entry {
        width: 100%;
        display: block;
    }
    footer .footer-bottom .inner .footer-entry .entry {
        width: 100%;
        display: block;
        cursor: auto;
        font-size: 1.8rem;
        color: #00243f;
        margin-bottom: 3%;
        padding: 1.5em 1em;
    }
    footer .footer-bottom .inner .footer-entry .entry .navi-site {
        width: 100%;
        visibility: visible;
        position: relative;
        margin-top: 20px;
        top: 0;
        left: 0;

        z-index: 1;
    }
    footer .footer-bottom .inner .footer-entry .entry:hover .navi-site {
        visibility: visible;
    }
    footer .footer-bottom .inner .footer-entry .entry .navi-site li {
        width: 49%;
        background-color: #FFF;
        border-radius: 6px;
        border: 1px solid #CCC;
        margin-top: 10px;
        padding: 5px 10px;
    }
    footer .footer-bottom .inner .footer-entry .tel {
        width: 100%;
        display: block;
        text-align: center;
        color: #FFF;
        background-color: #27719f;
        padding: .8em 1em;
    }
    footer .footer-bottom .inner .footer-entry .tel strong {
        display: inline-block;
        font-size: 3rem;
        font-weight: 500;
    }
    footer .footer-bottom .inner .footer-entry .tel span {
        display: inline-block;
    }
    
    footer .footer-bottom .inner .footer-menu {
        width: 100%;
        
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        
        padding-top: 8%;
    }
    footer .footer-bottom .inner .footer-menu > ul {
        width: 50%;
        margin-bottom: 20px;
        padding-left: 0;
    }
    footer .footer-bottom .inner .footer-menu ul > li {
        font-size: 1.4rem;
        line-height: 160%;
        margin-bottom: 10px;
    }
    footer .footer-bottom .inner .footer-menu ul > li > ul {
        margin-top: 10px;
    }
    footer .footer-bottom .inner .footer-menu ul > li > ul > li a {
        font-size: 1.2rem;
    }
    #copyright {
        font-size: 1.2rem;
        text-align: center;
        margin: 6% auto 0;
    }
    #copyright span {
        font-size: 1rem;
    }
	
}

/*==================================================

size s
==================================================*/

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	

}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	
}