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

@import url(layout.css);
@import url(font-awesome.min.css);


* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nw {
    white-space: nowrap;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}



html {
	overflow-w: auto;
}

body {
	padding: 0;
	margin: 0;
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}



p, ul, li, form {
	padding: 0;
	margin: 0;
	list-style: none;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
}


a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.uline {
	color: #444;
	text-decoration: none;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #666;
	
}

a.uline:hover {
	color: #000;
	text-decoration: none;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #666;
}


.res {
	content: "";
	display: block;
	clear: both;
}


/*-------------------------------------
その他共通は最下部
-------------------------------------*/



/*====================================
PC版
=====================================*/
@media (min-width: 768px) {

.pc_box {
	margin: 0;
	padding: 0;
	position: relative;
}

.pc_box:after {
	content: "";
	display: block;
	clear: both;
}

.sp_box {
	display: none;
}


body {
	font-size: 1rem;
    /*font-size: 16px;*/
	line-height: 1.76;
    margin: 110px 0 0 0;
    padding: 0;
}



/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    min-width: 1200px;
    padding: 0px;
    margin: 0 auto;
    /*background: #EEE;*/
}


.wrap {
	position: relative;
	width: 100%;
    max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	/*background: #DDD;*/
}

.wrap .nopad {
    padding: 0;
}

.row {
    width: 100%;
    position: relative;
    padding: 0;
    /*background-color: #CCC;*/
}

.row82 {
    width: 82%;
    position: relative;
    padding: 0 9%;
    /*background-color: #BBB;*/
}

.col_left00 {
	float: left;
}

.col_right00 {
	float: right;
}

.col_left01 {
	float: left;
    width: 636px;
}

.col_right01 {
	float: right;
    width: 418px;
}

.col_left02 {
	float: left;
    width: 524px;
	/*background: yellow;*/
}

.col_right02 {
	float: right;
    width: 524px;
	/*background: pink;*/
}

.col_left03 {
	float: left;
    width: 574px;
}

.col_right03 {
	float: right;
    width: 424px;
}

.col_left04 {
	float: left;
    width: 690px;
}

.col_right04 {
	float: right;
    width: 360px;
}


.row82:after,
.row:after {
	content: "";
	display: block;
	clear: both;
}

.col50_l {
    float: left;
    width: 48%;
}

.col50_r {
    width: 48%;
    float: right;
}

.col50_l img,
.col50_r img {
    width: 100%;
    height: auto;
}


.col85_l {
    float: left;
    width: 84%;
}

.col15_r {
    width: 14%;
    float: right;
}






/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;
	height: auto;*/
}



.img_center {
	width: 100%;
	text-align: center;
}

.img_right {
	float: right;
}

.img_left {
	float: left;
}






/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    line-height: 1.2;
    position: relative;
}


h1 {
    width: 100%;
}


h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

h2.pic {
    margin-left: 0px;
}

h3 {
    color: #54C3F1;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h4 {
    color: #54C3F1;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.h_line {
	border-bottom: 1px solid #333;
}



.txt_idt-01 {
	text-indent: -1rem;
}

.txt_idt-02 {
	text-indent: -2rem;
}

.txt_idt-03 {
	text-indent: -3rem;
}

.txt_lh12 {
	line-height: 1.2 !important;
}

.txt_lh14 {
	line-height: 1.4;
}

.txt_lh16 {
	line-height: 1.6;
}

.txt_lh18 {
	line-height: 1.8;
}

.txt_lh20 {
	line-height: 2.0;
}

.txt_bottom {
    position: relative;
}

#bottom span {
    position: absolute;
    top: 50%;
}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
.header_area {
    width: 100%;
    min-width: 1200px;
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: 10px 20px 12px 20px;
	background: rgba(255,255,255,0.9);
	/*background: #C8DDFD;*/
}

.header {
	width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    /*background: #A7C9FF;*/
}

.header .head_logo {
    float: left;
}

.header .head_txt {
	position: absolute;
	top: 68px;
	left: 20px;
	z-index: 10;
	font-size: 12px;
	color: #666;
}



/*------------ナビ------------*/

.header .nav_box {
    float: right;    
}

.header ul.t_nav {
    float: right;
    margin: 30px 0 0 0;
}

.header ul.t_nav li {
    float: left;
    line-height: 1.0;
    margin-top: 6px;
}

.header ul.t_nav li a {
    display: block;
    padding: 2px 12px;
    border-left: 1px solid #333;
}

.header ul.t_nav li:last-child {
    border-right: 1px solid #333;
}


.header ul.i_nav {
    clear: both;
    float: right;
    padding-top: 8px;
}

.header ul.i_nav li {
    float: left;
    margin: 0 0 0 4px;
}


.header ul.t_nav:after,
.header ul.i_nav:after {
    content: "";
    display: block;
    clear: both;
}


/*---------▼リクルート限定▼---------*/
ul.rec_nav {
	float: right;
	margin: 30px 0 0 0;
}

ul.rec_nav li {
    float: left;
    line-height: 1.0;
    margin-top: 6px;
}

ul.rec_nav li a {
    display: block;
    padding: 2px 20px;
    border-left: 1px solid #333;
}

ul.rec_nav li:last-child {
    border-right: 1px solid #333;
}

.nm_nav {
	position: absolute;
	top: 90px;
	right: 0px;
	z-index: 10;
}
/*--------▲ここまで▲--------*/


.header:after {
	content: "";
    display: block;
    clear: both;
}

.header .nav_box:after {
    content: "";
    display: block;
    clear: both;  
}



/*------------------------------------------
　フッター
-------------------------------------------*/
.footer_area {
	width: 100%;
    min-width: 1200px;
    padding: 48px 20px 14px 20px;
	/*background: #FFE0E0;*/
}

.footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	/*background: #FFBBBB;*/
}

.footer .foot_logo {
    float: left;
}

.footer ul {
    float: right;
     margin: 28px 0 0 0;
}

.footer li {
    float: left;
    line-height: 1.0;
    margin-top: 6px;
    border-left: 1px solid #333;
}

.footer li a {
    display: block;
    padding: 2px 12px;
    
}

.footer li:last-child {
    border-right: 1px solid #333;
}



/*------ ▼リクルート限定▼ ------*/
ul.rec_foot {
	float: right;
	margin: 36px 0 0 0;
}

ul.rec_foot li {
    float: left;
    line-height: 1.0;
    margin-top: 6px;
}

ul.rec_foot li a {
    display: block;
    padding: 2px 20px;
}

ul.rec_foot li:last-child {
}

ul.rec_foot:after {
    content: "";
	display: block;
	clear: both;
}

/*------ ▲ここまで▲ ------*/


.footer ul:after {
    content: "";
	display: block;
	clear: both;
}

.footer:after {
	content: "";
	display: block;
	clear: both;
}

.copyright_area {
	width: 100%;
    min-width: 1200px;
    padding: 14px 20px;
    background: #EFEFEF;

}

.copyright {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


/*------------------------------------------
　　ページのトップへ
-------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
}

.pagetop a {
	display: block;
	width: 41px;
	height: auto;
	text-decoration: none;
	border: none;
	background: none;
	opacity: 0.7;
}

.pagetop a:hover {
	display: block;
	width: 41px;
	height: auto;
	text-decoration: none;
	border: none;
	background: none;
	opacity: 1.0;
}


/*----------------------------------------------
エラー表示
----------------------------------------------*/
.error {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #DD4548;
    background: #FFFF33;
    border-radius: 4px;
    padding: 10px 20px;
}

.error p {
    font-size: 14px;
    line-height: 1.6;
    color: #C00;
}




}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media (max-width : 767px ){


.sp_box {
	margin: 0;
	padding: 0;
	position: relative;
}

.sp_box:after {
	content: "";
	display: block;
	clear: both;
}

.pc_box {
	display: none !important;
}


body {
	margin: 0.4em 0 0 0;
	/*font-size: 16px;*/
    font-size: 3.8vw;
	line-height: 1.74;
}


/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	padding: 0.6em;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0px;
	z-index: 9998;
}

#header .sp_logo {
	float: left;
    width: 60%;
    margin: 0;
	position: relative;
}

#header .sp_logo img {
	width: 100%;
    height: auto;
}

/*
#header .sp_logo .head_txt {
	position: absolute;
	bottom: -16px;
	left: 14px;
	z-index: 5;
	width: 160%;
	font-size: 10px;
	color: #666;
}
*/

/*----------------------------------------
トグルナビ
----------------------------------------*/
#disable-layer {
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
}


#header .open {
	float: right;
	width: 30%;
	font-size: 120% !important;
    font-weight: bold;
    line-height: 1.0;
	text-align: center;
    padding: 0.58rem 0 0.38rem 0;
	/*padding: 0.42em 0 0.32em 0;*/
	background: #FFF;
	display: inline-block;
	color: #333;
	border: 1px solid #999;
	text-decoration: none;
	cursor: pointer;
	margin: 0.06em 0.14em 0 0;
}

.open i {
	padding: 0 0 0 0.18em;
	color: #333;
    font-size: 130%;
    vertical-align: middle;
}


#header:after {
	content: "";
	display: block;
	clear: both;
}


#global-menu {
	margin: 4.2em 0 0 0;
	border-top: 1px solid #F0F0F0;
}

#global {
	width: 80%;
	height: 100%;
	line-height: 1.2;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 999;
	background: #FFF;
	overflow-y: auto;
}

#global a {
	color: #333;
	text-decoration: none;
}



#global-menu li {
	border-bottom: 1px solid #CCC;
}

#global-menu li ul li {
	/*border-bottom: 1px solid #CCC;*/
}



#global-menu li a {
	padding: 1em 0.8em;
	display: block;
	position: relative;
	border-bottom: none;
}

#global-menu > li > a:after {
	content: "\f054";
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
	border-bottom: none;
}

#global-menu .children { /* サブメニューの項目 */
	background: #E3E3E3;
	/*border-top: 1px solid #CCC;*/
}

#global-menu .children li { /* サブメニューのライン */
	/*border-bottom: 1px solid #CCC;*/
	border: none;
}

#global-menu .children li .trigger {
	padding: 15px 10px;
	display: block;
	position: relative;
	cursor: pointer;
}

#global-menu .children li .trigger:after {
	content: "\f078";
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .trigger.active { /* サブメニュー開いた時の項目 */
	background: #CCC;
}

#global-menu .children li .trigger.active:after {
	content: "\f077";
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .target { /* サブメニュー開いた時 */
	background: #F3F3F3;
	display: none;
}


#global-menu .children li .target.active {
	display: block;
}

#global-menu .children li .target li {
	border-top: 1px solid #CCC;
}

#global-menu .children li .target li a:after {
	content: "\f054";
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
	color: #F3F3F3;
	text-decoration: none;
}


#global-buttons a {
	color: #FFF;
}

#global-buttons .btn-1 {
	width: 48.5%;
	float: left;
}

#global-buttons .btn-2 {
	width: 48.5%;
	float: right;
}

#global-buttons .btn-1 a,
#global-buttons .btn-2 a {
	padding: 2px 10px;
	background: #000;
	border-radius: 10px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #CCC;
	text-decoration: none;
	font-size: 90%;
}


/*===========================================
transition
===========================================*/

#global,
#wrapper,
#global-menu,
.trigger,
.target,
.open {
	transition: all 0.5s ease;
}


/*===========================================
Font Awesome
===========================================*/

#global-menu > li > a:after,
#global-menu .children li a:after,
#global-menu .children li .trigger:after,
#global-menu .children li .target li a:after,
#global-pages li a:after {
	font-family: "FontAwesome";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	font-weight: normal;
	font-style: normal;
}

.target li a:before {
	content: "\f054";
	font-family: "FontAwesome";
	font: normal normal normal 14px/1 FontAwesome;
	padding-left: 18px;
	padding-right: 10px;
}

.target li a:after {
	color: #FFF;
}




/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}



.wrap {
	position: relative;
	width: 88%;
	margin: 0 auto;
	padding: 0;
	/*background: #C0D1FF;*/
}

.row {
    position: relative;
    padding: 0;
}

.row82 {
    position: relative;
    padding: 0;
}

.col_left00 {
}

.col_right00 {
}

.col_left01 {
}

.col_right01 {
}

.col_left02 {
    width: 100%;
    position: relative;
}

.col_right02 {
    width: 100%;
    position: relative;
}

.col_left03 {
    width: 100%;
    margin: 0 auto;
}

.col_right03 {
    width: 100%;
    margin: 0 auto;
}

.col_left03 img,
.col_right03 img {
    width: 70%;
    margin: 0 15%;
}

.col_left04 {
	float: left;
    width: 100%;
}

.col_right04 {
	float: right;
    width: 100%;
}

.row82:after,
.row:after {
	content: "";
	display: block;
	clear: both;
}


.col50_l {
    float: left;
    width: 48%;
}

.col50_r {
    width: 48%;
    float: right;
}

.col50_l img,
.col50_r img {
    width: 100%;
    height: auto;
}


.col85_l {
    width: 88%;
}

.col15_r {
    position: absolute;
    width: 10%;
    right: 0px;
    bottom: 0.2rem;
    z-index: 10;
}

.col15_r img {
    width: 100%;
}



/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}


.img_center {
	width: 100%;
	text-align: center;
}

.img_right {
	float: right;
}

.img_left {
	float: left;
}

.img_60 {
    width: 60%;
    height: auto;
    margin: 0 20%;
}

.img_70 {
    width: 70%;
    height: auto;
    margin: 0 15%;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    line-height: 1.28;
    position: relative;
}


h1 {
	width: 100%;
}


h2 {
    width: 100%;
    font-size: 132%;
    font-weight: bold;
    margin: 0 0 1.2rem 0;
}

h2.pic {
    margin-left: 0rem;
}


h3 {
    color: #54C3F1;
    font-size: 132%;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h4 {
    color: #54C3F1;
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.h_line {
	border-bottom: 1px solid #333;
}


.txt_idt-01 {
	text-indent: -1rem;
}

.txt_idt-02 {
	text-indent: -2rem;
}

.txt_idt-03 {
	text-indent: -3rem;
}



/*------------------------------------------
　フッター
-------------------------------------------*/
.footer_area {
	width: 100%;
    padding: 0;
    margin: 0 auto;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.footer {
    width: 90%;
    margin: 0 auto;
}

.footer .foot_logo {
    display: none;
}

.footer ul {
     margin: 0;
}

.footer li {
    line-height: 1.0;
    border-bottom: 1px solid #CCC;
    text-align: center;
}

.footer li a {
    display: block;
    padding: 0.8em 0 0.64em 0;
    
}

.footer li:last-child {
    border-bottom: none;
}




.footer ul:after {
    content: "";
	display: block;
	clear: both;
}

.footer:after {
	content: "";
	display: block;
	clear: both;
}

.copyright_area {
	width: 100%;
    padding: 0;
    background: #EFEFEF;

}

.copyright {
	width: 90%;
    margin: 0 auto;
    padding: 1.64em 0;
    text-align: center;
}

.copyright img {
	width: 70%;
    margin: 0 auto 0.6em auto;
}




/*------------------------------------------
　　ページのトップへ
-------------------------------------------*/
.pagetop {
	display: none;
}

.pagetop a {
	display: none;
}

.pagetop a:hover {
	display: none;
}


/*----------------------------------------------
エラー表示
----------------------------------------------*/
.error {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #DD4548;
    background: #FFFF33;
    border-radius: 4px;
    padding: 8px 16px;
}

.error p {
    font-size: 90%;
    line-height: 1.6;
    color: #C00;
}





}  /*  スマホ版ここまで  */




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

.blank05 {
	height: 0.5rem;
	margin: 0;
	padding: 0;
}


.blank10 {
	height: 1rem;
	margin: 0;
	padding: 0;
}

.blank15 {
	height: 1.5rem;
	margin: 0;
	padding: 0;
}


.blank20 {
	height: 2rem;
	margin: 0;
	padding: 0;
}

.blank25 {
	height: 2.5rem;
	margin: 0;
	padding: 0;
}

.blank30 {
	height: 3rem;
	margin: 0;
	padding: 0;
}

.blank40 {
	height: 4rem;
	margin: 0;
	padding: 0;
}


.blank50 {
	height: 5rem;
	margin: 0;
	padding: 0;
}

.blank60 {
	height: 6rem;
	margin: 0;
	padding: 0;
}

.blank70 {
	height: 7rem;
	margin: 0;
	padding: 0;
}


.blank80 {
	height: 8rem;
	margin: 0;
	padding: 0;
}

.blank100 {
	height: 10rem;
	margin: 0;
	padding: 0;
}




table {
	border-collapse: collapse;
}


span,
div {
	margin: 0;
	padding: 0;
}

.line_999 {
	width: 100%;
	height: 1px;
	background: #999;
	margin: 24px 0;
}


.line_000 {
	width: 100%;
	height: 1px;
	background: #000;
	margin: 40px 0;
}

.img_auto {
    width: 100%;
    height: auto;
}


/*------------ テキスト -------------*/

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.txt_black {
    color: #000;
}

.txt_red {
	color: #F00;
}

.txt_blue {
	color: #0064B0;
}

.txt_strong {
	font-weight: bold;
}

.txt_08 {
	font-size: 50%;
}

.txt_10 {
	font-size: 62.5%;
}

.txt_12 {
	font-size: 75%;
}

.txt_13 {
	font-size: 81.25%;
}

.txt_14 {
	font-size: 87.5%;
}

.txt_16 {
	font-size: 100%;
}

.txt_18 {
	font-size: 112.5%;
}

.txt_20 {
	font-size: 125%;
}

.txt_22 {
	font-size: 137.5%;
}

.txt_24 {
	font-size: 150%;
}

.txt_28 {
	font-size: 175%;
}

.txt_32 {
	font-size: 200%;
}

.txt_vm {
    vertical-align: middle;
}

.txt_cap12 {
    font-size: 12px;
    padding-bottom: 0.5rem;
}

.txt_cap14 {
    font-size: 14px;
    padding-bottom: 0.7rem
}


/*-------- パディング --------*/
.p_top05 {
	padding-top: 0.5rem;
}

.p_top10 {
	padding-top: 1rem;
}

.p_top15 {
	padding-top: 1.5rem;
}

.p_top20 {
	padding-top: 2rem;
}

.p_top25 {
	padding-top: 2.5rem;
}

.p_top30 {
	padding-top: 3rem;
}

.p_top40 {
	padding-top: 4rem;
}

.p_top50 {
	padding-top: 5rem;
}

.p_top60 {
	padding-top: 6rem;
}

.p_top70 {
	padding-top: 7rem;
}

.p_top80 {
	padding-top: 8rem;
}


.p_right05 {
	padding-right: 0.5rem;
}

.p_right10 {
	padding-right: 1rem;
}

.p_right15 {
	padding-right: 1.5rem;
}

.p_right20 {
	padding-right: 2rem;
}

.p_right25 {
	padding-right: 2.5rem;
}

.p_right30 {
	padding-right: 3rem;
}

.p_right40 {
	padding-right: 4rem;
}

.p_right50 {
	padding-right: 5rem;
}



.p_btm05 {
	padding-bottom: 0.5rem;
}

.p_btm10 {
	padding-bottom: 1rem;
}

.p_btm15 {
	padding-bottom: 1.5rem;
}

.p_btm20 {
	padding-bottom: 2rem;
}

.p_btm25 {
	padding-bottom: 2.5rem;
}

.p_btm30 {
	padding-bottom: 3rem;
}

.p_btm40 {
	padding-bottom: 4rem;
}

.p_btm50 {
	padding-bottom: 5rem;
}

.p_btm60 {
	padding-bottom: 6rem;
}

.p_btm70 {
	padding-bottom: 7rem;
}

.p_btm80 {
	padding-bottom: 8rem;
}

.p_btm90 {
	padding-bottom: 9rem;
}

.p_btm100 {
	padding-bottom: 10rem;
}




.p_left05 {
	padding-left: 0.5rem;
}

.p_left10 {
	padding-left: 1rem;
}

.p_left15 {
	padding-left: 1.5rem;
}

.p_left20 {
	padding-left: 2rem;
}

.p_left25 {
	padding-left: 2.5rem;
}

.p_left30 {
	padding-left: 3rem;
}

.p_left40 {
	padding-left: 4rem;
}

.p_left50 {
	padding-left: 5rem;
}

.p_left60 {
	padding-left: 6rem;
}

.p_left70 {
	padding-left: 7rem;
}

.p_left80 {
	padding-left: 8rem;
}

.p_left90 {
	padding-left: 9rem;
}

.p_left100 {
	padding-left: 10rem;
}


p {
	text-align: justify;
}
