@charset "UTF-8";

/*------------------------------------------------------------------------------
	SHIZUOKA TELECASTING Co.,Ltd.  - Local CSS
	URL: http://www.sut-tv.com/
	Date: 2010-06-09
	Copyright (C) SHIZUOKA TELECASTING Co.,Ltd.  All Rights Reserved.
------------------------------------------------------------------------------*/

/*==============================================================
　body.recruit2021 : 採用ページ共通
===============================================================*/

.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.sp {
	display:none !important;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main p,
#main ul,
#main li,
#main dt,
#main dd,
#main a,
#main th,
#main td {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body.recruit2021 #main .btn {
	transition:all .5s;
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-style:italic;
	letter-spacing:2px;
	text-decoration:none;
	padding: 20px 40px;
	box-sizing: border-box;
	background:#06758f;
	border-radius:30px;
	clear:both;
}
body.recruit2021 #main .btn:hover {
	background:#5acce6;
}
body.recruit2021 #main .btn_l {
	display: block;
    width: 355px;
    margin: auto;
	font-size:21px;
	letter-spacing:4px;
	padding: 15px 0;
	text-align: center;
}
body.recruit2021 #main .btn_blue {
	background:#35b3d1;
	border-radius: inherit !important;
}
body.recruit2021 #main a {
	display:block;
	text-decoration:none;
}
body.recruit2021 #main .date,
body#recruit2021Index #main #blogArea li strong {
	color:#8f9a9e;
	margin-bottom:7px;
}
body.recruit2021 #main .title {
	color:#28c5f3;
	padding-left: 17px;
	letter-spacing:2px;
	font-weight:bold;
	background:url(../../recruit/img/ico/ico_arrow_b.png) no-repeat left center;
}
body.recruit2021 #main .phoL {
	float:left;
}
body.recruit2021 #main .phoR {
	float:right;
}
body.recruit2021 #main dl {
	display:table;
}
body.recruit2021 #main dl dt,
body.recruit2021 #main dl dd {
	display:table-cell;
}
body.recruit2021 .toTop,
body.recruit2021 #sub {
	display:none;
}
body.recruit2021 .innerWrap {
	width:980px;
	margin:auto;
}
body.recruit2021 #wrapper {
	width:100%;
}
body.recruit2021 #header {
	width:980px;
	margin: auto;
}
body.recruit2021 #main {
	margin:0;
}
body.recruit2021 #main table {
	width:100%;
	box-shadow: 6px 6px 0 rgba(40,197,243,0.4);
}
body.recruit2021 #main th,
body.recruit2021 #main td {
	padding:10px 10px;
	line-height: 1.8;
	font-size: 16px;
}
body.recruit2021 #main tr:nth-of-type(odd) th,
body.recruit2021 #main tr:nth-of-type(odd) td {
	background: #F0FAFF;
}
body.recruit2021 #main tr:nth-of-type(even) th,
body.recruit2021 #main tr:nth-of-type(even) td {
	padding:10px 10px;
	line-height: 1.8;
	background: #dbeffa;
}
body.recruit2021 #main td a {
	display:inline-block;
}

body.recruit2021 #main #hdContainer {
	position:relative;
}
body.recruit2021 #main #recNavArea {
	left:0;
	bottom:0;
	width: 100%;
}
body.recruit2021 #main #recNavArea .hdBtn {
	text-align:right;
	font-size: 0;
	float: right;
}
body.recruit2021 #main #recNavArea .hdBtn .btn {
	transition:all .5s;
	border-radius:30px 0 0 30px;
}
body.recruit2021 #main #recNavArea .hdBtn .btn.btn_blue:hover {
	background:#94e3f6;
}
body.recruit2021 #main #recNavArea .hdBtn.fixed {
	position: fixed;
	top: -30px;
	right: -30px;
	text-align: center;
    line-height: 200px;
	font-size: 18px;
	font-weight: bold;
}
body.recruit2021 #main #recNavArea .hdBtn.fixed .btn {
	width: 200px;
	height: 200px;
	padding: 0 !important;
	border-radius: 50%;
}
body.recruit2021 #main #recNavArea #recNav {
	overflow:hidden;
	clear:both;
	padding-left: 395px;
	background:#fff600;
}
body.recruit2021 #main #recNavArea #recNav li {
	float:left;
}
body.recruit2021 #main #recNavArea #recNav li:first-child {
	display: none;
}
body.recruit2021 #main #recNavArea #recNav li a {
	transition:all .4s;
	display:block;
	color:#00c1ff;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	padding: 25px 12px;
	letter-spacing:2px;
}
body.recruit2021 #main #recNavArea #recNav li a:hover {
	color:#06758f;
}

/* #peopleArea : てれしずの人たち
----------------------------------------------------*/
body.recruit2021 #main #peopleArea {
	margin: auto;
	padding:50px 0 45px;
	text-align:center;
}
body.recruit2021 #main #peopleArea .secInner {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
body.recruit2021 #main .peopleBox {
	position:relative;
	overflow: hidden;
	width:169px;
	height:169px;
	border-radius:50%;
	margin:0 20px;
	margin-bottom:40px;
	cursor:pointer;
}
body.recruit2021 #main .peopleBox a::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:50%;
	background:rgba(0,0,0,0.7);
	overflow:hidden;
}
body.recruit2021 .peopleBox a {
	position: relative;
	display:block;
	text-decoration:none;
	width:169px;
	height:169px;
}
body.recruit2021 .peopleBox img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}
body.recruit2021 .peopleBox .txtBox {
	padding-top: 70px;
} 
body.recruit2021 .peopleBox .position,
body.recruit2021 .peopleBox .name{
	position:relative;
	z-index:1;
	letter-spacing: 0;
	color:#fff;
	text-align: center;
}
body.recruit2021 .peopleBox .position {
	margin-bottom:8px;
}
body.recruit2021 .peopleBox .name {
	font-size:18px;
	font-weight:bold;
}

/*オーバーレイ*/
body.recruit2021 .peopleBox a::after,
body.recruit2021 .peopleBox .position,
body.recruit2021 .peopleBox .name {
	opacity: 0;
	display: none;
}
body.recruit2021 .peopleBox:hover a::after,
body.recruit2021 .peopleBox:hover .position,
body.recruit2021 .peopleBox:hover .name {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: show;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: show;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: show;
}
@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

/*==============================================================
　body:not(#recruit2021Index) : 下階層共通
===============================================================*/

body:not(#recruit2021Index) #main h2 {
	font-size:45px;
	font-style: italic;
	line-height:1.5;
	letter-spacing:6px;
	color:#19b7ee;
	text-align:center;
	margin-bottom:50px;
}
body:not(#recruit2021Index) #main h3 {
	font-size:30px;
	font-style: italic;
	color:#19b7ee;
	letter-spacing:4px;
	margin-bottom:35px;
}
body:not(#recruit2021Index) #main h4 {
	font-size:20px;
	margin-bottom:25px;
	padding: 15px;
    border-radius: 10px;
	color:#28c5f3;
    background: #fff600;
}
body:not(#recruit2021Index) #main #hdContainer {
	margin-top: -31px;
	margin-bottom: 95px;
	padding-top: 31px;
	background:#00afec;
}
body:not(#recruit2021Index) #main #recTitle {
	background:url(../../recruit/img/title/tl_people_bg.jpg) no-repeat center;
	background-size:cover;
}
body:not(#recruit2021Index) #main #recTitle span {
	display:block;
}
body:not(#recruit2021Index) #main .hdBtn {
	position:absolute;
	bottom:-45px;
	right:0;
}
body:not(#recruit2021Index) #main #recNavArea .hdBtn .btn {
	padding: 20px 50px;
}
body:not(#recruit2021Index) #main #recNavArea .hdBtn .btn + a {
	display:none;
}
body:not(#recruit2021Index) #main #recNavArea #recNav {
	padding-left:0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
/*
body:not(#recruit2021Index) #main #recNavArea #recNav li a {
	padding:35px 45px;
}
*/
body:not(#recruit2021Index) #main .peopleNav {
	padding:20px 0;
	background:#e7f8fd;
}
body:not(#recruit2021Index) #main .peopleNav > div {
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
/*    justify-content: flex-end;*/
}
body:not(#recruit2021Index) #main .peopleNav .listBtn {
	display:block;
	color:#fff;
	font-size:16px;
	text-align:center;
	width: 69px;
    height: 69px;
	background:#19b7ee;
	border-radius:50%;
	line-height:69px;
}
body:not(#recruit2021Index) #main .peopleNav ul {
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
body:not(#recruit2021Index) #main .peopleNav li {
	overflow:hidden;
	width: 69px;
    height: 69px;
	border-radius: 50%;
	margin-left:20px;
}
body:not(#recruit2021Index) #main .peopleNav .listBtn:hover,
body:not(#recruit2021Index) #main .peopleNav li:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: transform .5s linear;
}
body:not(#recruit2021Index) #main .peopleNav li img {
	width:100%;
	height:auto;
}
body:not(#recruit2021Index) #hdContainer h1 {
	overflow:hidden;
	font-size:36px;
	padding:10px 0;
	padding-left: 30px;
    box-sizing: border-box;
	color:#fff;
	letter-spacing:3px;
	line-height: 84px;
}
body:not(#recruit2021Index) #hdContainer h1 img {
	float:right;
	vertical-align:middle;
}
body:not(#recruit2021Index) #main .btn {
	padding:20px 35px;
}

/*==============================================================
　body#recruit2021Index : トップページ
===============================================================*/

body#recruit2021Index #main {
	margin-top: -31px;
}
body#recruit2021Index #main #headline {
	display:none;
}
body#recruit2021Index #main h1,
body#recruit2021Index #main .mainCopy,
body#recruit2021Index #main #infoArea,
body#recruit2021Index #main #recNavArea {
	position:absolute;
	z-index:1;
}
body#recruit2021Index #main h1 {
	left:0;
	bottom:0;
	z-index:2;
}
body#recruit2021Index #main h1 span {
	display:block;
	background:#fff;
	border-radius:50%;
	width:400px;
	height:400px;
	margin-bottom: -135px;
	margin-left: -10px;
	line-height:400px;
}
body#recruit2021Index #main .mainCopy {
	top: 45%;
    left: 36%;
	font-size:50px;
	font-style:italic;
	font-feature-settings : "palt";
	/*font-family: "Noto Sans Japanese";*/
	color:#00bfec;
	letter-spacing:8px;
	line-height:1.5;
	display:none;
	text-shadow: #fff 2px 2px 3px, #fff -2px 2px 3px,#fff 2px -2px 3px, #fff -2px -2px 3px;
}
.jaticker-cursor {
	font-weight: bold;
	display:none !important;
	visibility: visible !important;
}
.jaticker-input {
	color: #00bfec;
	/*text-decoration: underline;*/
}
/*.jaticker-convert {
	color: black;
	background-color: cyan;
}*/

body#recruit2021Index #main h1 img {
	display: block;
    margin: auto;
	padding-top: 105px;
}
body#recruit2021Index #main h2 {
	margin-bottom:35px;
	text-align:center;
	font-size:18px;
	font-style:italic;
	color:#00c1ff;
	letter-spacing:3px;
}
body#recruit2021Index #main h2 img {
	display:block;
	margin: 0 auto 20px;
}
body#recruit2021Index #main h3,
body#recruit2021Index #main h3 {
	margin-bottom:15px;
	text-align:left;
}
body#recruit2021Index #main #infoArea {
	left:0;
	top:0;
	width: 100%;
    padding: 50px 0 20px;
	background:rgba(0,175,236,0.9);
}
body#recruit2021Index #main #infoArea dl dt,
body#recruit2021Index #main #infoArea dl dd {
	color:#fff;
	letter-spacing:2px;
}
body#recruit2021Index #main #infoArea dl dt {
	width: 100px;
	color:#fff600;
}
body#recruit2021Index #main #infoArea dl dd a {
	color:#fff;
}

/* #blogArea : テレしず採用担当ブログ
----------------------------------------------------*/
body#recruit2021Index #main #blogArea {
	clear:both;
	background:#e7f8fd;
	padding: 50px 0;
}
body#recruit2021Index #main #blogArea .secInner {
}
body#recruit2021Index #main #blogArea h2 {
	text-align:center;
	margin-top: 50px;
}    
body#recruit2021Index #main #blogArea h2 img {
	margin-top: -41px;
}
body#recruit2021Index #main #blogArea ul {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom:40px;
}
body#recruit2021Index #main #blogArea li {
	transition:all .4s;
	width:465px;
	margin:0 19px 35px;
	padding:0 6px 6px 0;
	padding:20px;
	background:#fff;
	box-sizing:border-box;
	box-shadow: 6px 6px 0 rgba(40,197,243,0.4);
}
body#recruit2021Index #main #blogArea li a {
	font-size: 18px;
	display:block;
	color: #28c5f3;
	padding-left: 17px;
	background:url(../../recruit/img/ico/ico_arrow_b.png) no-repeat left center;
}
body#recruit2021Index #main #blogArea li strong {
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
	font-weight: normal;
}
body#recruit2021Index #main #blogArea li:hover {
	box-shadow: 2px 2px 0 rgba(40,197,243,0.4);
}


/* #requirementsArea : 募集要項・待遇等
----------------------------------------------------*/
body#recruit2021Index #main #requirementsArea .innerWrap,
body#recruit2021Index #main #faqArea .innerWrap {
	padding:30px 0 20px;
}
body#recruit2021Index #main #requirementsArea {
	background:#28c5f3;
}
body#recruit2021Index #main #requirementsArea .innerWrap {
	transition:all .4s;
	background-image:url(../../recruit/img/bg_requirements.png),url(../../recruit/img/ico/ico_arrow_w.png);
	background-repeat:no-repeat;
	background-position:87% bottom,98% center;
}
body#recruit2021Index #main #requirementsArea a:hover .innerWrap {
	background-position:87% bottom,100% center;
}
body#recruit2021Index #main #requirementsArea dt,
body#recruit2021Index #main #requirementsArea dd {
	font-size:16px;
	font-weight:bold;
}
body#recruit2021Index #main #requirementsArea dt {
	color:#28c5f3;
	width:105px;
	background:#fff;
	margin-right:15px;
	padding:7px 0;
	border-radius:30px;
	text-align:center;
}
body#recruit2021Index #main #requirementsArea dd {
	font-size:17px;
	color:#2a2a2a;
	padding-left:20px;
}

/* #faqArea : よくある質問
----------------------------------------------------*/
body#recruit2021Index #main #faqArea {
	background:#fff600;
}
body#recruit2021Index #main #faqArea .innerWrap {
	transition:all .4s;
	background-image:url(../../recruit/img/bg_faq.png),url(../../recruit/img/ico/ico_arrow_b_l.png);
	background-repeat:no-repeat;
	background-position:91% bottom,98% center;
	background-size:auto 100%,auto;
}
body#recruit2021Index #main #faqArea a:hover .innerWrap {
	background-position:91% bottom,100% center;
}
body#recruit2021Index #main #faqArea p {
	font-size:18px;
	color:#2a2a2a;
	font-weight: bold;
}
body#recruit2021Index #main #faqArea p span {
	color:#28c5f3;
    margin-right: 10px;
}

/* #messageArea : 2017年入社の人たち
----------------------------------------------------*/
body#recruit2021Index #main #messageArea {
	padding:50px 0;
}
body#recruit2021Index #main #messageArea ul {
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body#recruit2021Index #main #messageArea li {
	overflow: hidden;
	width:272px;
	height:272px;
	margin: 0 30px 80px;
	border-radius:50%;
	background:#28c5f3;
}
body#recruit2021Index #main #messageArea li img,
body#graIndex #main  #peopleArea li img {
	transition:all 1.0s;
}
body#recruit2021Index #main #messageArea li:nth-child(even) {
	background:#fff600;
}
body#recruit2021Index #main #messageArea li:nth-child(3n) {
	margin-right:0;
}
body#recruit2021Index #main #messageArea li a {
	width:272px;
	height:272px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
	align-items:center;
}
body#graIndex #main  #peopleArea li:hover img,
body#recruit2021Index #main #messageArea li:hover:nth-child(n+2) img {
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}


/* .recruit2021 : スライダー
----------------------------------------------------*/
body.recruit2021 .bx-wrapper,
body.recruit2021 .bx-viewport {
	width:100% !important;
	overflow:hidden !important;
	border:none;
	box-shadow: none;
	left: 0;
	background:none;
}
body.recruit2021 .bx-wrapper {
	margin-bottom: 0;
}
body.recruit2021 .bx-wrapper .bx-pager,
body.recruit2021 .bx-pager-item {
	margin:0 2px;
}
body.recruit2021 #sliderArea {
	overflow:hidden !important;
	width: 100%;
}
body.recruit2021 #sliderArea li {
	width:100% !important;
}
body.recruit2021 #sliderArea li img {
	width:100% !important;
	height:auto !important;
}
body.recruit2021 #sliderArea .bx-pager {
	position:absolute;
	width:200px;
	margin:auto;
	left: 0;
    right: 0;
	bottom: 17%;
	z-index: 2;
}
body.recruit2021 #sliderArea .bx-pager a {
	border:solid 1px #737373;
	background:#fff;
}
body.recruit2021 #sliderArea .bx-pager .active {
	background:#737373;
}


/* .asideArea : フッターバナー
----------------------------------------------------*/
body.recruit2021 .asideArea {
	padding:50px 0;
	background:#e7edee;
}
body.recruit2021 .asideArea .innerWrap {
	width:1040px !important;
	position:relative;
}
body.recruit2021 .asideArea .bx-wrapper {
	max-width: 1040px !important;
}
body.recruit2021 .asideArea .bx-viewport {
	width:930px !important;
	margin: auto;
	z-index: 9999;
}
body.recruit2021 .asideArea .ftSlider {
    position: absolute;
    top: 0;
}
body.recruit2021 .asideArea .ftSlider li {
/*
	width:312px !important;
	margin-right:10px;
*/
}
body.recruit2021 .asideArea .bx-controls {
	position:absolute;
	width: 100%;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	z-index: 0;
}
body.recruit2021 .asideArea .bx-prev,
body.recruit2021 .asideArea .bx-next {
	width:36px;
	height:36px;
}
body.recruit2021 .asideArea .bx-prev {
	left:0;
	background:url(../../recruit/img/ico/btn_prev.png) no-repeat left center;
}
body.recruit2021 .asideArea .bx-next {
	right:0;
	background:url(../../recruit/img/ico/btn_next.png) no-repeat left center;
}

/*==============================================================
　body#recrecruitment : 募集要項・待遇等
===============================================================*/

#recrecruitment #hdContainer h1 img {
    width: 52%;
    height: auto;
	margin-top: 13px;
}
#recrecruitment #main .section {
	margin-bottom:80px;
}

/*==============================================================
　body#staIndex : テレしずの人たち
===============================================================*/

body#staIndex #main .section:not(#peopleArea) p {
	font-size:18px;
	color:#7b7b7b;
	line-height:1.8;
}
body#staIndex #main .innerWrap div img + br,
body#staIndex #main .innerWrap div img + br + br {
	display:none;
}
body#staIndex #main h2 {
	font-size: 45px;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 6px;
    color: #19b7ee;
    text-align: center;
	
	margin-bottom:50px;
}
body#staIndex #main h2.topLine span {
    display: block;
    margin-top: -100px;
}

body#staIndex #main #tab1{
	clear:both;
}
body#staIndex #main #tab4 h2,
body#staIndex #main #tab1 h2 {
	margin-bottom:30px;
}
body#staIndex #main h3 {
	font-size: 30px;
    font-style: italic;
    color: #19b7ee;
    letter-spacing: 4px;
    margin-bottom: 35px;
	font-weight:normal;
}
body#staIndex #main .section {
	padding:65px 0;
}
body#staIndex #main .section
body#staIndex #main .section p {
	margin-bottom:20px;
}
body#staIndex #main .section .leftBox,
body#staIndex #main .section .rightBox {
	width:700px;
	overflow:hidden;
}
body#staIndex #main .section .leftBox {
	float:left;
}
body#staIndex #main .section .rightBox {
	float:right;
}
body#staIndex #main #leadArea.section .name {
	font-size:36px;
	color:#06758f;
}
body#staIndex #main #leadArea.section .name .area {
	font-size:20px;
	margin-right:15px;
}
body#staIndex #main #leadArea {
	margin-bottom:130px;
	padding:0;
}
body#staIndex #main #leadArea h2 {
	text-align:left;
	letter-spacing:0;
	margin-bottom:25px;
}
body#staIndex #main #leadArea .profile {
	float:right;
	text-align:center;
}
body#staIndex #main #leadArea .profile p{
	font-size:170%;
}
body#staIndex #main #leadArea .profile p span{
	display:block;
	font-size:80%;
	line-height:1.2;
}
body#staIndex #main #leadArea .profilePhoto {
	border-radius:50%;
	margin-bottom:20px;
}
body#staIndex #main div[id^="tab"] p {
	width:650px;
}

body#staIndex #main div[id^="tab"] p.noPhoto {
	width:100%;
}

body#staIndex #main #tab1 {
	background:#e7f8fd;
}
body#staIndex #main #tab5 img,
body#staIndex #main #tab4 p,
body#staIndex #main #tab3 p,
body#staIndex #main #tab2 img,
body#staIndex #main #tab1 p {
	float:left;
}
body#staIndex #main #tab5 p,
body#staIndex #main #tab4 img,
body#staIndex #main #tab3 img,
body#staIndex #main #tab2 p,
body#staIndex #main #tab1 img {
	float:right;
}
body#staIndex #main #tab2 {
	padding-bottom:0;
}
body#staIndex #main #tab2 .jobBox:first-of-type {
	margin-bottom:100px;
}
body#staIndex #main #tab3 h2 {
	display:none;
}
body#staIndex #main #tab4 {
	background:#e7f8fd;
}
body#staIndex #main #tab5 {
	padding:0 0 65px;
	background:#00c5ff;
}
body#staIndex #main #tab5 .innerWrap {
	padding: 65px 0;
	background:#00c5ff;
}
body#staIndex #main #tab5 h2 {
	/*font-size:20px;*/
	color:#fff;
	margin-bottom:80px;
	padding-top: 110px;
	background:url(../../recruit/staff/img/tl_message.png) no-repeat top center;
}
body#staIndex #main #tab5 h3 {
/*
	width:650px;
	float:right;
*/
	text-align: center;
	font-style: italic !important;
}
body#staIndex #main #tab5 h3 img {
	display:block;
	margin: auto;
	margin-bottom:20px;
}
/*body#staIndex #main div.section div {
	overflow:hidden;
}*/
body#staIndex #main #tab5 div img {
/*	margin-top:-70px;*/
}
body#staIndex #main #tab5 h3,
body#staIndex #main #tab5 p {
	color:#fff !important;
	font-style:normal;
}
body#staIndex #main #peopleArea h2 {
	font-size:25px;
	margin-bottom:70px;
}

/*==============================================================
　body#graIndex : 2017年入社の人たち
===============================================================*/

body#graIndex #main .peopleNav li {
	background:#fff;
}
body#graIndex #main .peopleNav li a {
	text-align:center;
}
body#graIndex #main .peopleNav li img {
	width: 70%;
}
body#graIndex #main .peopleNav .leadTxt {
    margin-right: auto;
	font-size:17px;
	color:#06758f;
	font-weight:bold;
	line-height: 1.5;
}
body#graIndex #main #faqArea .leftBox {
	float:left;
}
body#graIndex #main #faqArea .leftBox .photo {
	width:260px;
	height:260px;
	border:solid 20px #fff600;
	border-radius:50%;
	box-sizing:border-box;
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items:center;
	margin-bottom:10px;
}
body#graIndex #main #faqArea .leftBox h2.name span {
	font-size:40px;
}
body#graIndex #main #faqArea .rightBox {
	float:right;
	width:625px;
}
body#graIndex #main #faqArea ul {
	margin-top:20px;
}
body#graIndex #main #faqArea li:not(:last-child) {
}
body#graIndex #main #faqArea li a {
	transition: .3s;
	position:relative;
	display:block;
	font-size:20px;
	color:#28c5f3;
	padding: 15px 0 15px 35px;
	background: url(../../recruit/graduate/img/ico_arrow.png) no-repeat left center;
}
body#graIndex #main #faqArea li a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #28c5f3;
	opacity: 0;
	transition: .3s;
}
body#graIndex #main #faqArea li a:hover::after {
	bottom: 0;
	opacity: 1;
}
body#graIndex #main #faqArea li a:hover {
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.05);
	}
}
@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}
body#graIndex #main .section .innerWrap {
	padding:75px 0 60px;
	background-position:left top;
	background-repeat:no-repeat;
}
body#graIndex #main .section:nth-of-type(odd) {
	background: #e7f8fd;
}
body#graIndex #main .section:last-of-type {
	margin-bottom:70px;
	background: #00c5ff;
}
body#graIndex #main .section:last-of-type p,
body#graIndex #main .section:last-of-type h3 {
	color:#fff;
}
body#graIndex #main .section h3 {
	margin-bottom:25px;
}
body#graIndex #main .section h3 + p {
	font-size:18px;
	color:#7b7b7b;
	line-height:1.8;
}
body#graIndex #main .section:first-of-type .innerWrap {
	background-image:url(../../recruit/graduate/img/txt_sec01.png);
}
body#graIndex #main .section:nth-of-type(2) .innerWrap {
	background-image:url(../../recruit/graduate/img/txt_sec02.png);
}
body#graIndex #main .section:nth-of-type(3) .innerWrap {
	background-image:url(../../recruit/graduate/img/txt_sec03.png);
}
body#graIndex #main .section:nth-of-type(4) .innerWrap {
	background-image:url(../../recruit/graduate/img/txt_sec04.png);
}
body#graIndex #main .section:nth-of-type(5) .innerWrap {
	background-image:url(../../recruit/graduate/img/txt_sec05.png);
}
body#graIndex #main .section:nth-of-type(6) .innerWrap {
	background-image:url(../../recruit/graduate/img/txt_sec06.png);
}
body#graIndex #main #contentsArea .btn {
	margin-bottom:40px;
}
body#graIndex #main #peopleArea h3 {
	font-size:25px;
	margin-bottom:55px;
}
body#graIndex #main  #peopleArea ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom:50px;
}
body#graIndex #main  #peopleArea li {
	width:140px;
	height:140px;
	border-radius:50%;
	overflow:hidden;
	margin: 0 15px;
}
body#graIndex #main  #peopleArea li:nth-child(odd) {
	background:#fff600;
}
body#graIndex #main  #peopleArea li:nth-child(even) {
	background:#28c5f3;
}
body#graIndex #main  #peopleArea li {
	margin-top:8px;
}
body#graIndex #main  #peopleArea li img {
	margin-top:8px;
    width: 63%;
    height: auto;
}

/*==============================================================
　body#reccompany : 会社概要
===============================================================*/

body#reccompany #main .section {
	margin-bottom:80px;
}
body#reccompany #main #companyArea table {
	width:780px;
	float:right;
}

/*==============================================================
　body#recfaq : よくある質問
===============================================================*/

body#recfaq #main .section h3 {
	text-align:center;
}
body#recfaq #main .section {
	margin-bottom:80px;
}
body#recfaq #main .section .leadTxt {
	text-align:center;
	font-size:18px;
	line-height:2.2;
	margin-bottom:50px;
}
body#recfaq #main .section .leadTxt a {
	display:inline-block;
	margin:0 7px;
	padding:1px 10px;
	border-radius:5px;
	background: #fff600;
}
body#recfaq #main .faqBox {
	margin-bottom:50px;
}
body#recfaq #main dl {
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
}
body#recfaq #main dl dt,
body#recfaq #main dl dd {
    display: block;
	line-height:1.8;
}
body#recfaq #main dl dt:hover {
	cursor:pointer;
}
body#recfaq #main dl dt {
	font-size:18px;
	margin-bottom:10px;
	padding: 20px 20px 20px 70px;
	border:solid 1px #8ad7e9;
	border-radius: 5px;
	background:url(../../recruit/img/ico/ico_qustion.png) no-repeat 15px center #e7f8fd;
}
body#recfaq #main dl dd {
	font-size:16px;
	margin-bottom:10px;
	padding: 20px 20px 20px 70px;
	background:url(../../recruit/img/ico/ico_answer.png) no-repeat 15px center;
}

body#recfaq #main dt p,
body#recfaq #main dt span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
body#recfaq #main dt p {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-bottom: 0;
}
body#recfaq #main dt span {
	position: absolute;
    left: 6px;
    width: 60%;
	height: 2px;
    background-color: #06758f;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
body#recfaq #main dt span:nth-of-type(1) {
    top: 17px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
body#recfaq #main dt span:nth-of-type(2) {
    top: 17px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
body#recfaq #main dt.active span:nth-of-type(1) {
	display:none;
}
body#recfaq #main dt.active span:nth-of-type(2) {
	top: 17px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*==============================================================
　body#newIndex : 更新情報
===============================================================*/

body#newIndex #main .section{
	width:880px;
	padding:50px;
	margin:0 auto 100px;
	border:10px solid #fff600;
	box-sizing:border-box;
}

body#newIndex #main .section h2{
	background:none;
	width:100%;
	font-size:25px;
	padding:0 0 30px;
	text-align:left;
	height:auto;
}
body#newIndex #main .section h2 strong{
	display:block;
	font-size:60%;
}

body#newIndex #main .section p{
	line-height:1.5;
	font-size:16px;
}

/*==============================================================
　メディアクエリ : 768-1220
===============================================================*/

@media screen and (min-width:768px) and ( max-width:1350px) {
	
	body#recruit2021Index #main h1 span {
		width: 320px;
		height: 320px;
		margin-bottom: -100px;
	}
	body#recruit2021Index #main h1 img {
		width: 85%;
		height: auto;
	}
	body.recruit2021 #main #recNavArea #recNav {
		padding-left: 310px;
	}
	body.recruit2021 #main #recNavArea #recNav li a {
		font-size: 15px;
		padding: 25px 9px;
	}
	body.recruit2021 #main #recNavArea #recNav li:last-child a {
		padding-right: 0;
	}
	
}
@media screen and (max-width:1125px) {
	
	body#recruit2021Index #main .mainCopy {
		top: 36%;
	}
	body.recruit2021 #sliderArea .bx-pager {
		bottom: 20%;
	}
	body#recruit2021Index #main h1 span {
		width: 230px;
		height: 230px;
		margin-bottom: -82px;
	}
	body#recruit2021Index #main h1 img {
		padding-top: 60px;
	}
	body.recruit2021 #main #recNavArea #recNav {
		padding-left: 220px;
	}
	body.recruit2021 #main #recNavArea #recNav li a {
		padding: 25px 4px;
	}
	
}
@media screen and (max-width:980px) {
	
	body.recruit2021 #sliderArea .bx-pager {
		display: none;
	}
	
}

/*--EOF-----------------------------------------------------------------------*/
