@charset "utf-8";


/* 【SP】ウィンドウ幅が480px以下の場合に適用するCSS */
@media screen and (max-width: 480px) {

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/* 動画再生
=======================================================================*/
.movie_play_box {
}
.movie_play_box a {
	background:url(../img/main/arrow_btn_01.png) no-repeat scroll 95% center #64addd;
	background-size:7px auto;
    color: #fff !important;
    padding: 5px 25px 5px 20px;
    vertical-align: 5px;
    display: block;
    border-radius: 100px;
    margin: 15px auto;
    text-align: center;
    width: 70%;
    font-size: 1.2em;
}
.popup #contents p.w01 a.inline {
	background:url(../img/main/arrow_btn_01.png) no-repeat scroll 95% center #64addd;
	background-size:7px auto;
    color: #fff;
    font-size: 0.7em;
    padding: 0px 25px 0 20px;
    vertical-align: 5px;
    display: inline-block;
    border-radius: 100px;
    margin: 0 0 0 15px;
}


/* ====================================================================================
社員紹介
=======================================================================================*/

.staff_all .st_all{
	position: relative;
	display: inline-block;
	/* height: 550px; */
	width: 100%;
  }

.staff_all .st_all img{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.staff_all .st_all img{
	transition:all 0.5s linear;
}

.staff_all .stb {
	font-size:15px;
	background-size: auto 100% !important;
	background-repeat:no-repeat !important;
	background-position:0 0 !important;
}
#staff_area .staff_all {
	margin:20px 0 40px 0;
}
.staff_box ul {
	font-size: 0;
}
.staff_box ul li{
	display:inline-block;
	width:100%;
}
.staff_box ul li:nth-child(even){
	margin-right:0;
}
.staff_box ul li div:first-child {
  background-position:50%;
  background-size:contain;
  background-repeat:no-repeat;
}
.staff_box ul li img{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.staff_box ul li .stb {
	font-size:15px;
}
.staff_box ul .text {
    font-size: 15px;
	margin: 5px 0 30px 0;
}
.staff_box ul .text .name{
	font-size:19px;
	line-height: 1;
}



/* ====================================================================================
プライバシーポリシー
=======================================================================================*/
.pp .title_02 {
	text-align: left;
    padding: 5px 15px;
    font-size: 1em;
	margin-bottom:10px;
}
.pp .title_04{
	text-align: left;
    padding: 0;
    font-size: 1em;
}
.pp .list {
	margin: 10px 0;
}
.pp .list li{
	border-left: 2px solid #ccc;
    padding: 0 0 0 10px;
    margin: 0 0 15px 20px;
    line-height: 1.3;
}
.pp .list {
}
.pp .pp_contact {
	margin: 30px 0 0 0;
    border: 1px solid #ccc;
    padding: 15px 30px;
}

.sitemap .list_01 > li {
	border-bottom: 1px solid #361c31;
    margin: 40px 0 20px 0;
}
.sitemap .list_01 > li:before{
	display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0.5em;
    height: 0.5em;
    background: #361c31;
    border-radius: 50%;
    margin-right: 8px;
}
.sitemap .list_02 > li:before{
	display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0.3em;
    height: 0.3em;
    background: #64addd;
    border-radius: 50%;
    margin-right: 8px;
}
.sitemap .list_02 {
    margin: 20px 0 0 20px;
}
.sitemap .list_03 > li:before{
	display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0.2em;
    height: 0.2em;
    background: #ccc;
    border-radius: 50%;
    margin-right: 8px;
}
.sitemap .list_03 {
	margin: 0 0 0 40px;
}
.sitemap .list_04 {
	font-size:0.9em;
	margin: 0 0 0 60px;
}
.sitemap a{
	text-decoration: underline !important;
}



/* ====================================================================================
お問い合わせ
=======================================================================================*/
.form .mv_second {
	background:url(../img/form/mv.jpg) no-repeat scroll center 0;
	background-size: auto 100%;
    height: 120px;
}

.step {
	margin: -20px 0 20px 0;
}
form .description {
    padding: 5px 3%;
	line-height: 1.5;
}

.description{
	margin: 40px auto;
    padding: 15px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

form .Inputarea {
	margin: 0 0 20px 0;
	border: none;
}
.Inputleft,
.Inputright {
    display: inline-block;
	vertical-align: top;
}
form .Inputleft {
    width: 100%;
    padding: 0;
    background: no-repeat;
}
form .Inputright {
    padding: 15px 0;
    background: no-repeat;
    width: 100%;
}
.Inputleft .title {
	border-left: 3px solid #361c31;
    line-height: 1;
    padding: 3px 8px;
    margin: 5px 0 0 0;
}
.Inputleft label {
    line-height: 1.3;
}

/* 必須項目数メッセージ */
.message {
	background-color: rgba(255,255,255,0.7);
	width: 160px;
	height: auto;
	padding: 10px 3px;
	text-align: center;
	position: fixed;
	bottom:20px;
	left: 20px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	border-radius:5px;
	z-index:10000;
	color:#444444;
	border:solid 1px #CCCCCC;
}
.message span{
    font-size: 30px !important;
    color: #CC0000;
    line-height: 1.2;
    margin: 0 5px 0 15px;
}

.thanks_01 {
	font-size:1.1em;
	font-weight:600;
	text-align:center;
	margin:30px 0;
}

/* text */
input:focus,textarea:focus{
	background:#F7EBCA;
}
.Inputright div input[type="text"],.Inputright div input[type="tel"],.Inputright div input[type="email"]{
	width:90%;
	font-size:16px;
	padding:7px 8px;
	border-radius:4px;
	border:solid 1px #CCCCCC;
}
#name,#kana,#tel,#tel2{ width:50%; }
#zip,#family,#plan,#income{ width:25%; }
#add1,#add2,#add3,#mail,#mail_con{ width:75%; }
#zaiseki1,#zaiseki3 {
	width:15%;
    margin: 5px 10px;
}
#zaiseki2,#zaiseki4 {
	width:10%;
	margin: 0 10px;
}
 
/* 一括チェックリスト */
.check_area {
}
.check_area .set_title{
	border-bottom: 2px solid #ccc;
    padding: 0 0 10px 0;
    margin: 30px 0 10px;
}
.check_area .set_title span {
	font-weight: bold;
}
.check_area dl {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.check_area dl dt{
	width: 100%;
}
.check_area dl dd{
	display: inline-block;
    width: 100%;
    font-size: 0.9em;
}
.check_area dd .Checklist li{
	display: inline-block;
    width: 32%;
    margin: 0;
}
form .Checklist {
	padding: 0 0 4px 0;
}
form .Checklist li {
	width: 100%;
    float: none;
}

/* ====================================================================================
採用情報
=======================================================================================*/
.recruit .mv_second {
	background:url(../img/recruit/mv.jpg) no-repeat scroll center 0;
	background-size: auto 100%;
    height: 120px;
}

.recruit_img {
	margin: 50px 0 0 0;
}
.recruit_img .flot_img {
	display: none;
}
.recruit_img .text p{
	font-size:1.2em;
	line-height:2;
	text-align:left;
}
.recruit_img .text {
}
.recruit_img .bnr {
	text-align:center;
}
.recruit_img .bnr a,
.recruit_img .movie a{
	display: inline-block;
}
.recruit_img .movie {
	margin:30px 0;
	display: inline-block;
}

/* submit [input] */
form #Submit {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 40px 0;
}
form #SubmitConfirm {
	text-align: center;
    margin: 70px 0 0 0;
    display: inline-block;
    width: 100%;
}
form #Submit div.SubmitBtn {
    background: #EAEAEA;
    border-radius: 1000px;
    font-size: 18px;
	color:#AEAEAE;
	z-index:9;
    width: 100%;
	border: none;
	margin: 0;
	padding: 10px 0;
}
form #Submit input.SubmitBtn,
form #SubmitConfirm input.SubmitBtn{
    background: url(../img/main/arrow_btn_01.png) ,-webkit-linear-gradient(0deg, #64addd, #95cced);
	background:-ms-linear-gradient(0deg, #64addd, #95cced); /* IE */
    background-repeat: no-repeat;
    background-position: 98% center;
    border-radius: 1000px;
    font-size: 18px;
    color: #FFFFFF;
    z-index: 10;
	width: 100%;
	border: none;
	line-height: 1;
    margin: -100px 0 0 0;
    padding: 20px 0;
    vertical-align: 45px;
}






form #SubmitConfirm .SubmitBtn_min {
    border-radius: 100px;
    font-size: 13px;
    background: #F4F4F4;
    margin: 0 auto;
    display: block;
    transition: background 0.5s,color 0.5s;
    cursor: pointer;
    padding: 5px 25px;
}

video {
	width: 330px;
	height: 250px;
}


/* ====================================================================================
会社案内
=======================================================================================*/

.corporat .mv_second,
.corporatemap .mv_second {
	background:url(../img/corporat/mv.jpg) no-repeat scroll center 0;
	background-size: auto 100%;
    height: 120px;
}
.corporatemap .map_img {
	text-align:center;
    margin: 10px 0 0;
}

.ceo {
	margin: 0 0 50px 0;
}
.ceo .fR {
	float: none;
    padding: 0 20% 10px;
}
.ceo .fL {
}
.ceo .name {
	margin:15px 0 0 0;
}


/* ====================================================================================
事業実績
=======================================================================================*/

.results .mv_second {
	background:url(../img/results/mv.jpg) no-repeat scroll center 0;
	background-size: auto 100%;
    height: 120px;
}


/* ====================================================================================
事業案内
=======================================================================================*/

.business #sec_01 .text_r_01 .fR{
	float:none;
}
.business #sec_01 .text_r_01 .fL{
	float:none;
}

.business .mv_second {
	background:url(../img/business/mv.jpg) no-repeat scroll center 0;
	background-size: auto 100%;
    height: 120px;
}


.text_list {
	font-size:0.9em;
	vertical-align:middle;
	margin:30px 0;
}
.text_list th {
	background: #D2E4F0;
	padding:5px 10px;
	text-align:center;
	font-weight:bold;
	white-space: nowrap;
	border:2px solid #fff;
}
.text_list tr {
	border-bottom:1px dashed #ccc;
}
.text_list tr:nth-child(even) {
	background:rgba(0,0,0,0.05);
}
.text_list td{
    padding: 5px;
    vertical-align: top;
    line-height: 1.5;
}
.business .exam_logo {
	width: 50%;
    margin: 40px 0 0 0;
}


/* ページリンク
=======================================================================*/
.link_list {
	padding: 0 5%;
}
.link_list li{
	    display: inline-block;
    margin: 0 0 5px 0;
    width: 100%;
}


.link_list a span {
	background:url(../img/main/arrow_btn_02.png) no-repeat scroll 95% center;
	background-size:10px auto;
	line-height: 1.5;
    font-size: 13px;
	width: 85%;
    padding: 0 10% 0 5%;
    height: 55px;
	text-shadow:1px 1px 0 #000;
	font-weight:bold;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}


.link_list a {
	background:#361c31;
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: block;
	border-radius:5px;
	color:#fff !important;
}
.link_list a:before {
	content: '';
	opacity: 0.2;/*半透明カラーの透明度*/
	z-index: -1;/*重なり順序を一番下にしておく*/
	position: absolute;
	transition: all 0.5s ease-in-out;
	
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
}
.link_list a:hover:before,
.active01 li:nth-child(1) a:before,
.active02 li:nth-child(2) a:before,
.active03 li:nth-child(3) a:before,
.active04 li:nth-child(4) a:before,
.active05 li:nth-child(5) a:before,
.active06 li:nth-child(6) a:before,
.active07 li:nth-child(7) a:before,
.active08 li:nth-child(8) a:before,
.active09 li:nth-child(9) a:before,
.active10 li:nth-child(10) a:before {
	opacity: 0.8;/*半透明カラーの透明度*/
	
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
}

.link_list li:nth-child(1) a:before {
	background:url(../img/menu/link_img_01.jpg) no-repeat scroll center center;
	background-size:cover;
}
.link_list li:nth-child(2) a:before {
	background:url(../img/menu/link_img_02.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(3) a:before {
	background:url(../img/menu/link_img_03.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(4) a:before {
	background:url(../img/menu/link_img_04.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(5) a:before {
	background:url(../img/menu/link_img_05.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(6) a:before {
	background:url(../img/menu/link_img_06.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(7) a:before {
	background:url(../img/menu/link_img_07.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(8) a:before {
	background:url(../img/menu/link_img_08.jpg) no-repeat scroll center center #000;
	background-size:cover;
}
.link_list li:nth-child(9) a:before {
	background:url(../img/menu/link_img_09.jpg) no-repeat scroll center center #000;
	background-size:cover;
}


.link_list li:nth-child(2n){
	margin-right:0;
}
.secondlink {
}

.link_list2 {
	font-size: 0;
    margin: 10px 0 10px 0;
}
.link_list2 li{
	display: inline-block;
    margin: 0 0 15px 0;
    width: 100%;
}
.link_list2 a{
	background:url(../img/main/arrow_btn_01.png) no-repeat scroll 95% center #806A7C;
	background-size: 10px auto;
    line-height: 1.5;
    font-size: 14px;
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    display: inline-block;
}
.link_list2 li:nth-child(2){
	margin-right:0;
}
.link_list2 a.active {
	background:url(../img/main/arrow_btn_01.png) no-repeat scroll 95% center #361c31;
	background-size: 10px auto;
}


.link_list3 {
	font-size:0;
}
.link_list3 li {
	display: inline-block;
    margin: 0 0 10px 0;
    width: 100%;
}
.link_list3 a {
	background: url(../img/main/arrow_btn_02.png) no-repeat scroll 95% center ;
	background-size:12px auto;
    line-height: 1.4;
    font-size: 13px;
    width: 90%;
    padding: 0 5%;
    height: 50px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	border: 1px solid #E0E0E0;
    border-radius: 5px;
}
.link_list3 a:hover {
	background: url(../img/main/arrow_btn_02.png) no-repeat scroll 95% center #F3F3F3;
	background-size:12px auto;
}


.page_link_list {
	font-size:0;
}
.page_link_list li {
	margin: 10px 2% 10px 0;
    width: 100%;
}
.page_link_list li:nth-child(3n) {
    margin-right: 0;
}
.page_link_list a {
	background: url(../img/main/arrow_btn_02.png) no-repeat scroll 95% center #361c31;
    background-size: 13px auto;
    line-height: 1.5;
    font-size: 15px;
    width: 90%;
    padding: 0 5%;
    height: 55px;
    font-weight: bold;
        display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	color:#fff !important;
	border-radius: 5px;
}
.page_link_list a:hover,
.active01 .page_link_list li:nth-child(1) a,
.active02 .page_link_list li:nth-child(2) a,
.active03 .page_link_list li:nth-child(3) a{
	filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}


/* map -----------------*/
.map {
	margin: 40px 0;
}
.map .map_list {
	font-size:0;
	margin: 20px 0;
}
.map .map_list .box{
	font-size: 16px;
}
.map .map_list .box > div {
	margin:20px 0;
}
.map .map_list .box:last-child{
	margin-right:0;
}
.map .map_list .age_01 .title,
.age_01 b{
	background:#00a0e9;
}
.map .map_list .age_02 .title,
.age_02 b{
	background:#0068b7;
}
.map .map_list .age_03 .title,
.age_03 b{
	background:#009944;
}
.map .map_list .age_04 .title,
.age_04 b{
	background:#ee7800;
}
.map .map_list .age_05 .title,
.age_05 b{
	background:#e60039;
}
.map .map_list .age_06 .title,
.age_06 b{
	background:#920783;
}
.map .map_list .age_07 .title,
.age_07 b{
	background:#1d2088;
}
.map .map_list .age_08 .title,
.age_08 b{
	background:#00adb0;
}
.map .map_list .age_09 .title,
.age_09 b{
	background:#8fc31f;
}
.map .map_list .age_10 .title,
.age_10 b{
	background:#e95389!important;
}
.map .map_list .age_11 .title,
.age_11 b{
	background:#8F6D46!important;
}
.map .map_list .age_11 .title,
.age_12 b{
	background:#361c31!important;
}

.map .map_list .title {
    text-align: center;
    color: #fff;
    border-radius: 999px;
}
.map .map_list b,
.exam_list2 b{
	border-radius: 999px;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 2;
    font-size: 0.9em;
    float: left;
}
.map .map_list li p {
	padding: 0 0 0 30px;
    line-height: 1;
}
.map .map_list li span{
	font-size: 0.7em;
}
.map .map_list li{
	line-height: 1;
    margin: 10px 0 0 0;
}


.exam_list2 {
}
.exam_list2 .box {
	display: inline-block;
    font-size: 13px;
    margin: 20px 0;
	width: 100%;
}
.exam_list2 .box:nth-child(3n) {
	margin-right:0;
}
.exam_list2 .box:nth-last-child(-n+3){
	margin-bottom:0;
}
.exam_list2 .img{
	background: #EBEBEB;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 200px;
}
.exam_list2 .img img{
	height:100%;
	width: auto;
}
.exam_list2 .title_set {
	margin: 15px 0 5px 0;
}
.exam_list2 .title_set b{
	float:left;
}
.exam_list2 .title_set p{
    line-height: 1.3;
    padding: 0 0 0 40px;
    font-size: 1.6em;
}
.exam_list2 a .title_set p{
	text-decoration: underline !important;
}
.exam_list2 .title_set p:hover{
	text-decoration:none !important;
}
.exam_list2 .title_set p span{
	font-size: 0.7em;
}

table.table_exam {
	border-collapse: inherit;
    border-spacing: 0 3px;
	width:100%;
	margin: 25px 0;
	font-size: 0.8em;
}
table.table_exam th{
	background:#b3d5fc;
    min-width: 80px;
    text-align: center;
    vertical-align: middle;
	font-weight: bold;
}
table.table_exam th.title {
	background: #4274AD;
	color:#fff;
}
table.table_exam td{
	border-bottom:1px solid #b3d5fc;
	padding: 8px 5px 8px 10px;
    line-height: 1.3;
    vertical-align: middle;
}

.table_pickup {
	margin: 20px 0 0 0;
    border-collapse: inherit;
    border-spacing: 0 5px;
	width: 100%;
}
.table_pickup th {
	background: #e48100;
    width:25%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
	line-height: 1.1;
    padding: 5px 10px;
}
.table_pickup td{
	background: #fff;
    padding: 5px 10px;
    line-height: 1.4;
    font-size: 0.8em;
    vertical-align: middle;
	border-bottom:1px solid #e48100;
}


.ms_box {
    margin: 0 0 40px;
}
.ms_box .table_exam{
	width:100%;
}
.ms_box:last-child {
	margin-bottom:0;
}
.ms_box .data {
	margin:30px 0 0;
	font-size: 14px;
}
.ms_box .data .fL{
	float:none;
	width:100%;
	margin: 0 0 20px 0;
}
.ms_box .data .fR{
	float: none;
    width: 100%;
}
.ms_box .data .btn {
    margin: 30px 0 0 0;
}


.ms_img_r .img{
	margin: 20px 50px;
}
.ms_img_r .img.sp-max{
	margin:20px 0;
}
.ms_img_r .data p{
}

.text_r_01 .fL {
}


/* .pickup
=======================================================================*/
.pickup {
	background: #FFEDD7;
    border-radius: 10px;
    padding: 20px 5%;
    margin: 20px 0;
}
.pickup .main_title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 20px 0;
    color: #e48100;
	line-height: 1.5;
}
.pickup .main_title img{
	margin:0 0 15px;
}
.pickup .main_title span{
	font-size:0.8em;
}
.pickup .title {
	background:#e48100;
	padding:5px;
	text-align:center;
	color:#fff;
	font-weight:500;
}
.pickup .fL {
	float: none;
}
.pickup .fR {
	float: none;
    text-align: center;
	margin:20px 0;
}
.pickup .fR img{
	width:80%;
}

.btn2 a{
	background:url(../img/main/arrow_btn_01.png) ,-webkit-linear-gradient(0deg, #e48100, #f4b461) !important;
	background:url(../img/main/arrow_btn_01.png) ,-ms-linear-gradient(0deg, #64addd, #95cced) !important; /* IE */
	background-repeat: no-repeat !important;
	background-position: 95% center !important;
}

.pickup .title,
.pickup02 .title {
	background: #e48100;
    color: #fff;
    padding: 2px 0;
    border-radius: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 15px;
}

.table_pickup02 {
	margin: 15px 0 0 0;
	border-collapse: initial;
    border-spacing: 0 6px;
	width: 100%;
}
.table_pickup02 th,
.table_pickup02 td {
	font-size:0.9em;
}
.table_pickup02 .title2 th{
    text-align: center;
    width: 96%;
}
.table_pickup02 th{
	background: #e48100;
    color: #fff;
    width: 12%;
    padding: 4px 2%;
	vertical-align: middle;
}
.table_pickup02 td{
	background: #fff;
	border-bottom: 1px solid #e48100;
    padding: 5px 2%;
    line-height: 1.5;
}


.pickup02 {
	background:#FFEDD7;
	padding: 20px;
    border-radius: 5px;
	font-size:0;

}
.pickup02 .box {
    background: #fff;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin: 20px 0 0 0;
    border-radius: 5px;
}
.pickup02 .box:last-child {
	margin-right:0;
}
.pickup02 .sub {
	border-bottom: 1px dashed #ccc;
    text-align: center;
    padding: 2px 0 5px;
}
.pickup02 span {
	color: #e48100;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 0 5px;
}

.table_pickup02 {
	width: 92%;
    margin: 4%;
}
.table_pickup02 .tit th{
	background:#e48100;
	text-align:center;
	color:#fff;
	width: 100%;
}
.table_pickup02 .tex {
	border-bottom: 1px dotted #ccc;
}
.table_pickup02 .tex:last-child {
	border-bottom:none;
}
.table_pickup02 .tex th,
.table_pickup02 .tex td {
	line-height:1.4;
	vertical-align:middle;
	padding:2px 3px;
}
.table_pickup02 .tex th {
	font-weight:bold;
	white-space: nowrap;
}
.table_pickup02 .tex td {
	font-size: 0.9em;
}


.pickup03 {
	background:#FFEDD7;
	padding: 20px 30px;
    border-radius: 5px;
	margin: 50px 0 0 0;
}
.pickup03 .title_set {
	text-align:center;
	margin: 10px 0 0 0;
}
.pickup03 .title_set img{
	width: 50%;
}
.pickup03 .title_set .title {
	line-height: 0.2;
	color:#e48100;
}
.pickup03 .title_set .title span{
	font-size: 2em;
    font-weight: bold;
}
.pickup03 .title_set .sub {
    font-weight: 600;
    color: #e48100;
    margin: 20px 0;
    font-size: 1.2em;
    line-height: 1.3;
}


/* 分割02
=======================================================================*/
.box02 {
	font-size:0;
}
.box02 table{
	font-size: 14px;
}
.box02 .box{
	display: inline-block;
    width: 100%;
}
.box02 .box:nth-child(2){
	margin-right:0;
}


/* タブ切り替え
=======================================================================*/
.tabs {
	font-size:0;
}
.tabs .tab_content {
	border-top:3px solid #64addd;
    margin: 0;
}
.tab_item {
	background: #EBF7FF;
    line-height: 1.5;
    font-size: 12px;
    width: 23%;
    display: inline-block;
    padding: 13px 0;
    border-radius: 5px;
    text-align: center;
    margin: 0 2% 10px 0;
    cursor: pointer;
}
.tabs label:nth-child(14) {
	margin-right:0;
}
.tab_item:hover {
	background:#D9ECF9;
}
input[name="tab_item"] {display: none;}
.tab_content {
	display: none;
	font-size: 15px;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content{
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #64addd;
color: #fff;
cursor:auto;
}
.tabs .tab_content .red {
    background: #e48100;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0 0 5px 0;
}
.tabs .tab_content li {
    width: 100%;
    margin: 0 0 20px 0;
}
.tabs .tab_content li .img img {
    width: 125%;
}

.tab_content h4.title {
	background: #64addd;
    text-align: center;
    color: #fff;
    padding: 2px 0;
    margin: 10px 0 0 0;
    width: 100%;
}
.tab_content .title2 {
	border-bottom:2px solid #361c31;
    margin: 10px 0;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
}
.tabs .tab_content li a {
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 3%;
}
.tab_content li .text .title {
	font-size: 0.9em;
    margin: 0 0 5px 0;
}
.tab_content li .text {
    font-size: 1em;
    padding: 0 5px 0 5px;
}
.tab_content li a .img {
	float: left;
    overflow: hidden;
    width: 30%;
    height: 100px !important;
}
.tab_content li a .img img {
	width: 125%;
	height:auto !important;
}
.tab_content li a .text {
    float: right;
        width: 66%;
    padding: 0;
}


/* special
=======================================================================*/
.special {
	text-align:center;
	font-size:1.2em;
	color:#fff;
	margin: 20px 0;
}
.special p{
	background: #e48100;
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.7;
    border-radius: 5px;
    font-size: 0.7em;
}
.special p span{
	font-size:1.4em;
	font-weight: bold;
	line-height: 1.4;
}


/* ====================================================================================
企業理念
=======================================================================================*/
.mv_second {
    padding: 60px 0 0 0;
}
.philosophy .mv_second {
	background:url(../img/philosophy/mv.jpg) no-repeat scroll center 0;
	background-size: auto 100%;
    height: 120px;
}
.mv_second .main_title {
	padding: 30px 0 0 0;
}
.mv_second .main_title .en {
	font-size: 1.8em;
}

.path {
	font-size: 0.7em;
    text-align: center;
    margin: 10px 0;
}
.path li {
	display:inline-block;
}
.path a {
	background:url(../img/main/arrow_path.png) no-repeat scroll 100% center;
	padding: 0 10px 0 0;
    margin: 0 3px 0 0;
	font-size: 0.9em;
	text-decoration:underline !important;
}
.path a:hover {
	text-decoration:none !important;
}
.path .home a{
	color:#64addd !important;
}

.philosophy .img_l {
	margin: 0 0 30px;
}
.philosophy .img_l .img img{
	width:60%;
}



/* ====================================================================================
トップページ
=======================================================================================*/
.px_img_01 {
	background:url(../img/top/img_01.jpg);
	background-size: cover;
	height: 300px;
	width:100%;
}

.toppage .exam_list {
	overflow: hidden;
}
.exam_list .slick-list {
	width:90%;
	margin:0 auto;
}
.exam_list li a {
	background:url(../img/main/arrow_03.png) no-repeat scroll right bottom;
    display: inline-block;
    width: 100%;
}
.toppage .exam_list li a {
	min-height: 300px;
}
.exam_list .slick-prev,
.exam_list .slick-next {
}
.exam_list .slick-prev {
	left: -10px !important;
}
.exam_list .slick-next {
    right: -10px !important;
}
.exam_list .few {
    padding: 0 10px;
}
.exam_list .few li .box {
    width: 100%;
    margin: 10px 0;
    background: #F8F6F7;
}
.exam_list li .box{
	background: #fff;
	box-shadow: 0 0 10px rgba(54,28,49,0.1);
	display: inline-block;
        width: 95%;
    margin: 0 0 10px 0;
	vertical-align: top;
}
.exam_list li .img{

}
.exam_list .few li .img {
	overflow: hidden;
	width: 100%;
	height: 60vw;
	/*height: 170px;*/
	display: flex;
	align-items: center;
}
.exam_list .few li .img img{
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.exam_list li .img img{
	width: 110%;
}
.exam_list .text {
    font-size: 0.8em;
    padding: 0 5px 10px 5px;
	min-height: 180px;
}
.exam_list .text .sold_out {
	color:#FF0004;
	font-weight:bold;
	margin:5px 0 -15px 0;
}
.exam_list .text .title{
	text-decoration: underline;
    margin: 10px 0 5px 0;
	font-size:1.2em;
	line-height: 1.5;
}
.exam_list .text .title:hover{
	text-decoration:none;
}
.exam_list .text dl{
	font-size: 0.8em;
}
.exam_list .text dl dt,
.exam_list .text dl dd {
	line-height: 1.7;
}
.exam_list .text dl dt{
	float: left;
	color:#1fa2d1;
}
.exam_list .text dl dd{
	padding: 0 0 0 30px;
}

.exam_list::-webkit-scrollbar,
.tab_content::-webkit-scrollbar{
  width: 5px;
}
.exam_list::-webkit-scrollbar-track,
.tab_content::-webkit-scrollbar-track{
  background: #F3F3F3;
  border: none;
}
.exam_list::-webkit-scrollbar-thumb,
.tab_content::-webkit-scrollbar-thumb{
  background: #ddd;
  box-shadow: none;
}

.exam_list .title_02 {
	margin: 0 2% 30px;
}
.updatedDate {
	text-align: center;
    font-size: 0.7em;
    color: #bbb;
    margin: 10px 0 0 0;
}
.business .updatedDate {
	margin: 15px 0 0 0;
}


.staff_toppage {
	background:url(../img/top/img_02.jpg);
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	padding: 40px 0 10px;
}

.top_exam_logo {
	width:50%;
	margin:20px 0 0 0;
}



/* ====================================================================================
PC共通パーツ
=======================================================================================*/

/* float
=======================================================================*/
.img_l .img {
	text-align:center;
}

/* btn
=======================================================================*/
.btn {
	text-align: center;
	    margin: 20px 0;
}
.main .btn a {
	width: 80%;
}
.btn a {
	background:url(../img/main/arrow_btn_01.png) ,-webkit-linear-gradient(0deg, #64addd, #95cced);
	background:url(../img/main/arrow_btn_01.png) ,-ms-linear-gradient(0deg, #64addd, #95cced); /* IE */
    background-repeat: no-repeat;
    background-position: 95% center;
    color: #fff !important;
    padding: 15px 10%;
    width: 70%;
    display: inline-block;
    border-radius: 999px;
    line-height: 1.4;
	font-size: 1.1em;
}

/* split
=======================================================================*/

.split-2 {
	margin: 0 0 50px;
}
.split-2 .fL,
.split-2  .fR {
	float: none;
}

.toppage #sec_01 .text2 b{
	font-weight:bold;
	width: 45px;
    display: inline-block;
    text-align: center;
}
.toppage #sec_01 .text2 span {
	color: #64addd;
    font-weight: bold;
    margin: 0 10px 0 0;
    font-size: 1.1em;
}


/* mv
=======================================================================*/
.toppage .mv .img_01 .img_text {
	top: 40px;
    left: 13%;
    width: 250px;
}
.mv .slick-list {
    padding: 60px 0 0 0 !important;
}
.img_01 {
    position: relative;
}

header {
	display:none;
}
.mv{
    width: 100%;
	margin: 0 0 20px 0;
}
.mv .slick-list{
	z-index: -1;
}
.mv .w{
	margin:0 !important;
}
.mv li {
	height:250px !important;
	overflow: hidden;
}
.slick-prev, .slick-next {
	width: 25px !important;
    height: 25px !important;
	background-size: 7px auto !important;
}
.mv .slick-prev {
    left: 0 !important;
}
.mv .slick-next {
    right: 0 !important;
}
.bg_img img {
	bottom:0;
    left: 0;
	width:100%;
}


/* footer
=======================================================================*/
footer {
	background:#361c31;
	text-align:center;
	position:relative;
	margin: 100px 0 0 0;
}
footer li,
footer a {
	display:inline-block;
	color:#fff !important;
	text-decoration:underline !important;
    margin: 0 3px;
}
footer a:hover{
	text-decoration:none !important;
}
footer ul {
	padding: 30px 0 30px;
    color: #fff;
    font-size: 0.7em;
}
footer .copy {
	font-size:0.7em;
	    padding: 20px 0 10px;
	color:#8f7c8b;
}
footer #page-top2 {
	position: absolute;
	left: 6%;
    top: -38px;
}

.footer_bnr {
    background: rgba(0,0,0,0.2);
    font-size: 0;
    padding: 20px 0 40px 0;
    margin: 40px 0 -110px 0;
}
.footer_bnr ul {
}
.footer_bnr ul li{
	display:inline-block;
}
.footer_bnr ul li a{
	display:inline-block;
}
.footer_bnr .bnr_3set {
	text-align: center;
}
.footer_bnr .bnr_3set li{
	width: 32%;
    margin: 0 2% 20px 0;
}
.footer_bnr .bnr_3set li:last-child{
	margin-right:0;
}
.footer_bnr .bnr_2set {
	text-align: center;
}
.footer_bnr .bnr_2set li{
	width: 49%;
    margin: 0 2% 20px 0;
}
.footer_bnr .bnr_2set li:last-child{
	margin-right:0;
}


/* header
=====================================*/
#rwdMenuWrap #switchBtnArea {
	width: 100%;
	height: 60px;
	/*background:url(../img/main/logo_01sp.png) no-repeat scroll center 0 #361c31;*/
	background:url(../img/main/20th_logo.png) no-repeat scroll center 0 #361c31;
	background-size: auto 85%;
  background-position:50%;
	position: relative;
}

#rwdMenuWrap #switchBtnArea #switchBtn {

	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background: #000;
	position: absolute;
	border-radius: 2px;
}

#rwdMenuWrap #reqBtn,
#rwdMenuWrap #resBtn{
	display: inline-block;
	width: 50%;
}
#rwdMenuWrap #reqBtn a,
#rwdMenuWrap #resBtn a{
	color:#fff;
	width: 88%;
	padding:5px 0;
}

.spBtn {
	position: absolute;
	top: 60px;
	width: 100%;
	text-align:center;
}
.spBtn a{
	text-decoration:none;
}

#rwdMenuWrap #reqBtn a{
	background:url(../img/arrow_w_03.png) no-repeat scroll 95% center #504341;
	display: inline-block;
}
#rwdMenuWrap #resBtn a{
	background:url(../img/arrow_w_03.png) no-repeat scroll 95% center #921500;
	display: inline-block;
}
#rwdMenuWrap ul li a span{
	display:none;
}


/* second common
=====================================*/
#content {
	margin-top:100px;
}
#content .w{
	padding:0 3%;
}
.top_text {
	color:#fff;
	font-size:1.2em;
	padding:40px 0;
	text-align: center;
	margin: 0 0 5px 0;
}

/* ====================================================================================
【SP】共通パーツ
=======================================================================================*/


/* title
=======================================================================*/

.main_title {
	text-align:center;
}
.main_title img {
	width:30%;
	margin: 0 0 15px 0;
}
.main_title .en {
	font-weight:bold;
	font-family: 'Work Sans', sans-serif;
    font-size: 1.5em;
    letter-spacing: 5px;
	margin: 0 0 0 0;
    display: inline-block;
	line-height: 1;

	color: #64addd;
	background: -webkit-linear-gradient(0deg, #64addd, #95cced);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main_title .jp {
	color:#64addd;
	font-size:1.5em;
}


.title_01 {
	text-align: center;
    font-size: 1.2em;
    border-bottom: 4px double #64addd;
    padding: 10px 0;
    font-weight: 500;
    margin: 0 0 30px;
    line-height: 1.5;
	color: #64addd;
}
.title_01 span{
	font-size: 0.6em;
}
.title_01 span.sp_red {
    background: #e48100;
    border-radius: 3px;
    color: #fff;
    padding: 2px 11px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.9;
}

.title_02 {
	background: #ece7eb;
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
    margin: 30px 0 20px;
    line-height: 1.4;
}

.title_03 {
	background: #361c31;
    padding: 10px 15px;
    margin: 30px 0 20px;
    text-align: left;
    color: #fff;
    line-height: 1.3;
}

.title_04 {
	border-bottom:1px solid #361c31;
    padding: 5px 15px;
    margin: 30px 0 20px;
    font-size: 1.1em;
	text-align:center;
}


/* ページトップ
=====================================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    text-decoration: none;
    width: 40px;
    height: 30px;
    padding-top: 10px;
	line-height:1.2;
    text-align: center;
    display: block;
    border-radius: 100px;
	background:#361c31;
	
filter:alpha(opacity=10);
-moz-opacity: 0.1;
opacity: 0.1;
}
#page-top a:hover {
	filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
#page-top a img{
	width:50%;
}


/* common
======================================*/
.pc {
	display:none !important;
}
img{
	width:100%;
}
/* 基本リンクスタイル*/
a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #aaa; text-decoration:none;}
a:active {color: #333;text-decoration: none;}
/*a:current {color: #333;text-decoration: none;}*/
.w {
	margin:0 2%;
}

.main {
	padding: 20px 3%;
}


/* 【SP】ヘッダーメニュー
=====================================*/
#menuList {
	display: none;
}

#rwdMenuWrap {
	width: 100%;
	position:fixed;
	height:60px;
	z-index:900;
}

#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {top:10px;transform: rotate(0);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {top:18px;transform: scale(1);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {bottom:10px;transform: rotate(0);}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:18px;transform: rotate(-45deg);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:18px;transform: rotate(45deg);}

#rwdMenuWrap ul {
	width: 100%;
	display: none;
	background:#EBEBEB;
}

#rwdMenuWrap ul li {
	width: 49%;
	display: inline-block;
	/*width: 100%;
	display:inline;*/
	/*border-bottom: #aaa 1px solid;*/
}

#rwdMenuWrap ul li a {
	padding: 15px 20px;
	text-align: left;
	display: block;
	background: #ebebeb;
	position: relative;
}

#rwdMenuWrap ul li a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #b0b0b0;
	border-right: 2px solid #b0b0b0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#rwdMenuWrap ul li.nocon {/* 未コンテンツ */
display:none;
}

#rwdMenuWrap ul li.new span {  font-size:11px; font-weight:bold; color:#C7000A; padding:0 0 25px 5px;}



}
/* 【SP】ウィンドウ幅が480px以下の場合に適用するCSS */

@media screen and (max-width:768px){
  /* Plus Css */
  .anchor { margin-top:-60px; padding-top:80px; }
  .anchor2 { margin-top:-60px; padding-top:60px; }
  .anchor3 { margin-top:-60px; padding-top:40px; }
  .link_list4 {}
  .link_list4 ul { margin-bottom:20px; }
  .link_list4 ul li { margin-bottom:15px; }
  .link_list4 ul li:last-child { margin-bottom:0px; }
  .link_list4 ul li a { 
    background: url(../img/main/arrow_btn_01.png) no-repeat scroll 95% center #806A7C;
    background-size: 10px auto;
    line-height: 1.5;
    font-size: 14px;
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    display: inline-block;
  }
  .link_list4 ul li a.active { 
    background: url(../img/main/arrow_btn_01.png) no-repeat scroll 95% center #361c31;
    background-size: 10px auto;
  }  
  
}

@media screen and (max-width:480px){
  /*slide*/
  .slick-list {/* padding: 60px 0 0 0 !important; */}
  .slick-next { right:0!important }
  .slick-prev { left:0!important }
  
  .slider .slide-item {
    height:250px!important;
    overflow:hidden;
  }
  .slider .slide-item img {
    height:100%;
    object-fit:cover;
  }
  .slider .slide-item img.img_text {
    /* top: 40px; */
    left: 13%;
    width: 250px;
    height:auto;
  }  
}