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

/*******************************
common
*******************************/
html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 65%;
	background-color: rgba(0,0,0,0.3);
	overflow: hidden;
}

#mainVisualArea {
	position: relative;
	height: 30%;
	background-color: rgba(0,0,0,0.3);
	overflow: hidden;
}

#mainVisual .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/join/images/mainProfessional01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual .bg2 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/join/images/mainProfessional02.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual .bg3 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/join/images/mainProfessional03.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisualArea .detail {
	background: url('/join/images/mainProfessional03.jpg') no-repeat 0 0 #222;
	background-size: 100%;
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
}

#mainVisual h1 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 7% 0 0;
	max-width: 71.25rem;
	text-align: center;
}

#mainVisual h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}

#mainVisualArea h1 {
    width: 96%;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: center;
}

#mainVisual h1 b,
#mainVisualArea h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}

#mainVisual a.arrow01 {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#mainVisual .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

#subnavBar {
	background: #222222;
}

#subnavBar ul {
	text-align: center;
	letter-spacing: -.4em;
}

#subnavBar ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border-left: 2px solid #3c3c3c;
}

#subnavBar ul li:last-child {
	border-right: 2px solid #3c3c3c;
}

#subnavBar ul li a {
    padding: 0 15px;
    line-height: 4rem;
    display: block;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}

#subnavBar ul li a:hover {
    color: #29a3dd;
	background: #000;
}

#subnavBar ul li.active a {
    color: #29a3dd;
	background: #000;
}

.line01 {
    background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: linear-gradient(transparent 40%, #ffdd0e 40%);
    color: #000;
    transition: 300ms ease-out;
}

.title01 {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
	margin-top: 2em;
	padding: 0.2em 0 0 0.5em;
	line-height: 1.4;
}

/*******************************
index
*******************************/
#index {
    margin: 0 auto;
    max-width: 71.25rem;
	padding: 0 0 3%;
	overflow: hidden;
}

#index h2 {
	font-weight: 700;
	line-height: 1em;
	color: #000;
	font-size: 2rem;
	padding-bottom: 0.5em;
}

#index h3 {
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	font-size: 1.4rem;
	margin-top: 4.5%;
}

#index p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0.8rem;
    text-rendering: optimizeLegibility;
}

.indexBox03 {
	overflow: hidden;
}

.indexBox03 img {
	float: right;
	width: 30%;
	margin: 1.2em 0 0 2%;
}

.indexBox03 ol {
	margin-top: 0.8em;
}

.indexBox03 ol li:not(:last-child) {
	margin-bottom: 0.8em;
}

.indexBox03 ol li dt {
	line-height: 1.4;
	font-size: 1.1em;
	font-weight: bold;
	color: #555;
}

.indexBox03 ol li dt span {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.5em;
	color: #f1860e;
	padding-right: 0.2em;
}

.indexBox03 ol li dd {
	font-size: 93%;
	color: #888;
}

#index .indexBox01 {
	display: flex;
	margin-top: 1em;
}

#index .indexBox01 h4 {
	background: #222;
	font-weight: bold;
	color: #fff;
	padding: 0.5em;
	font-size: 1.1em;
}

#index .indexBox01 h4 i {
	color: #1f8ec2;
	margin-right: 0.4em;
	font-size: 1.5em;
}

#index .indexBox01 section {
	border: 1px solid #222;
	width: 49%;
}

#index .indexBox01 p {
	padding: 0 1em 1em;
}

#index .indexBox01 section:first-child {
	margin-right: 2%;
}

.indexBox02 {
	padding: 3% 0;
	background-color: #F6F6F6;
}

.indexBox02 section {
    margin: 0 auto;
    max-width: 71.25rem;
	overflow: hidden;
}

.indexBox02 section h3 {
	font-weight: 700;
	line-height: 1em;
	color: #000;
	font-size: 1.4rem;
	margin-bottom: 1.5em;
}

/*******************************
proCourse
*******************************/
#proCourse {
    margin: 0 auto;
    max-width: 71.25rem;
	padding: 0 0 3%;
	overflow: hidden;
}

#proCourse h2 {
	font-weight: 700;
	line-height: 1em;
	color: #000;
	font-size: 2rem;
	padding-bottom: 0.5em;
	margin-top: 1.5em;
}

#proCourse table {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}

#proCourse table th,
#proCourse table td {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}

#proCourse table th {
    background: #222;
    color: #fff;
    padding: 0 0.5em 0.4em;
    font-weight: bold;
    font-size: 110%;
	text-align: left;
}

#proCourse table span {
    color: #ffdd0e;
	margin-right: 0.2em;
	font-size: 1.5em;
	opacity: 0.9;
}

#proCourse table td {
    padding: 0.8em 0.5em;
}

#proCourse table td.name {
	font-weight: bold;
	background: #f4f4f4;
}

/*******************************
welcome
*******************************/
#welcome {
    margin: 0 auto;
    max-width: 71.25rem;
	padding: 0 0 3%;
	overflow: hidden;
}

#welcome h2 {
	font-weight: 700;
	line-height: 1em;
	color: #000;
	font-size: 2rem;
	padding-bottom: 0.5em;
}

#welcome h3 {
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	font-size: 1.4rem;
	margin-top: 4.5%;
}

#welcome h4 {
	margin-top: 1.5em;
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	font-size: 1.1em;
	vertical-align: top;
	margin-right: 0.2em;
}

#welcome h4 span {
    background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: linear-gradient(transparent 40%, #ffdd0e 40%);
}

#welcome h4::before {
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.5em;
	color: #888;
	vertical-align: middle;
	margin-right: 0.2em;
}

#welcome p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0.8rem;
    text-rendering: optimizeLegibility;
}

#welcome .welcomeBox01 div {
	margin-left: 1.5em;
}

#welcome .welcomeBox01 div ul {
	margin: 1rem 0 0 1em;
}

#welcome .welcomeBox01 div ul li {
	list-style-type: disc;
}

#welcome #btnArea01 {
	text-align: center;
	margin: 1em 0;
}

#welcome #btnArea01 li {
	width: 50%;
	margin: 0 auto;
}

/*#welcome #btnArea01 li:first-child {
	margin-right: 2%;
	width: 52%;
}

#welcome #btnArea01 li:last-child {
	width: 46%;
}*/

#welcome #btnArea01 li a {
    display: block;
    padding: 0 1rem;
    font-size: 1rem;
    background-color: #29a3dd;
    color: #fff;
    transition: background-color 300ms ease-out;
	height: 4em;
	line-height: 4em;
}

/*#welcome #btnArea01 li a::after {
	content: '\f105';
	font-family: FontAwesome;
	margin-left: 0.5em;
}*/

#welcome #btnArea01 li a:hover {
    background-color: #000;
	opacity: 1.0!important;
}

#welcome #btnArea01 li a img {
	width: 36px;
	height: auto;
	vertical-align: middle;
	margin: -0.2em 0.5em 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

/*#welcome #btnArea01 li a i {
	font-size: 36px;
	margin: -0.2em 0.2em 0 0;
	vertical-align: middle;
}*/

.welcomeBox02 {
	padding: 3% 0;
	background-color: #F6F6F6;
}

.welcomeBox02 div {
    margin: 0 auto;
    max-width: 71.25rem;
	overflow: hidden;
}

.welcomeBox02 div img {
	width: 28%;
	float: left;
	margin: 0 2% 0 0;
}

.welcomeBox02 div h3 {
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	font-size: 1.4rem;
	margin-bottom: 1em;
}

.welcomeBox02 div dl {
	margin-top: 1em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

.welcomeBox02 div dl dt {
	font-weight: 700;
}

/*******************************
recruit
*******************************/
#recruit {
    margin: 0 auto;
    max-width: 71.25rem;
	padding: 0 0 3%;
	overflow: hidden;
}

#recruit h2 {
	font-weight: 700;
	line-height: 1em;
	color: #000;
	font-size: 2rem;
	padding-bottom: 0.5em;
}

#recruit h3 {
	background: #eee;
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	font-size: 1.4rem;
	margin-top: 3%;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

#recruit table {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}

#recruit table th,
#recruit table td {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: middle;
}

#recruit table th {
    background: #222;
    color: #fff;
    padding: 0.8em 0.5em;
    font-weight: bold;
    font-size: 110%;
	text-align: left;
}

#recruit table th.place {
	width: 20%;
}

#recruit table th.name {
	width: 36%;
}

#recruit table th.tell {
	width: 30%;
}

#recruit table td {
    padding: 0.8em 0.5em;
    font-weight: bold;
}

#recruit table td i {
	font-size: 3em;
	display: block;
	line-height: 0.8;
}

#recruit table td.mail,
#recruit table td.detail {
	width: 7%;
	text-align: center;
}

#recruit table td.mail a {
	font-size: 0.8em;
}

#recruit table td.detail a {
	font-size: 0.8em;
	color: #f1860e;
}

/*******************************
recruitDetail
*******************************/
#recruitDetail {
    margin: 0 auto;
    max-width: 71.25rem;
	padding: 0 0 3%;
	overflow: hidden;
}

.recruitDetailBox01 {
	position: relative;
}
#recruitDetail h2 {
	font-weight: 700;
	line-height: 1em;
	color: #000;
	font-size: 2rem;
	padding-bottom: 0.5em;
}

.recruitDetailBox01 .btn01 {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
}
.recruitDetailBox01 .btn01 a {
	display: block;
	padding: 0.6rem 0;
	border: none;
	background-color: #29a3dd;
	color: #fff;
	text-align: center;
	font-size: 85%;
}

#recruitDetail h3 {
	background: #222;
	font-weight: 700;
	line-height: 1.4em;
	color: #fff;
	font-size: 1.4rem;
	margin-top: 3%;
	padding: 0.5em;
}

#recruitDetail .txt01 {
    margin: 1em 0 0.5em;
	text-align: right;
}

#recruitDetail table {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}

#recruitDetail table th,
#recruitDetail table td {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: middle;
}

#recruitDetail table th {
    background: #eee;
    padding: 0.8em 0.5em;
	text-align: left;
	width: 25%;
}

#recruitDetail table td {
    padding: 0.8em 0.5em;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 30%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
}
