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

/*----------------------------*/
/*-----------基本-------------*/
/*----------------------------*/
body {
	margin:0 auto;
	padding:0;
    font-size: 14px;
	font-family:"Lato","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration:none;
	color:#000;
}
img {
	max-width:100%;
}
a:hover img {
	opacity:0.5;
}
ul,li {
	list-style:none;
	margin:0 auto;
	padding:0;
}
h1,h2,h3,h4,h5,p {
	margin:0 auto;
	line-height:1.8em;
	width:95%;
}
.both {
	clear:both;
}
.pconly {
	display:none;
}

/*-------------------------------------*/
/*-------------------ぱんくず-----------*/
/*----------------------------------------*/
#pan {
	width:100%;
	background:#E2E1E1;
	padding:5px 0;
	font-size:14px;
	color:#666;
}
.inner {
	width:100%;
	margin:0 auto;
	clear:both;
}

#pan h1 {
	font-size:14px;
	float:left;
    padding-top: 3px;
    font-weight: normal;
}
#pan a:after {
	content:" > ";
	padding-left:10px;
}
#pan a {
	float:left;
	padding-right:10px;
}
#pan .pconly {
	display:none;
}

/*---------------------------------------*/
/*--------------header-------------------*/
/*---------------------------------------*/
header {
	background:RGBa(255,255,255,0.92);
	width:100%;
	position: absolute;
}
.head_inner {
	width:100%;
	margin:0 auto;
}
.logo {
    text-align: left;
    padding: 7px 15px;
    width: 61%;
    float: left;
    position: relative;
    z-index: 1000;
}

.logo img {
    width: 31%;
}
.logo a:after {
	content:"シゴトー企画事務所";
position: absolute;
    top: 25px;
    color: #e85200;
    font-size: 20px;
}
.logo a.sponly {
	display:block;
}

.right_facebook {
	float:right;
	margin-top:74px;
}

/*-----------ハンバーガーメニュー--------*/
nav{
    width: 100%;
    height: 70px;
    position: absolute;
}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 70px;
 padding: 0 1em;
 float: right;
  z-index:1000000000000000000000000000000000;

}

.navbar_toggle{
 z-index:1000000000000000000000000000000000;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 30px;
 background: #e85200;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
  background: #fff;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
   background: #fff;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
   background: #fff;
}

.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:100000000;
 width:100%;
    background: #fff;
    position: absolute;
    height: 2000px;
}
.menu ul li{
    width: 90%;
    margin: 0 0;
 border-bottom: 1px solid #CCC;
}
/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}
.head_nav li:first-child {
background: #e85200;
    color: #FFF;
    padding: 0;
	font-size: 20px;
	width:100%;
	margin:0 auto;
}
.head_nav li img {
    width: 20%;
    padding: 7px 15px;
	vertical-align:middle;
}
.head_nav li:first-child:after {
    content: "シゴトー企画事務所";
    position: absolute;
    top: 25px;
    color: #fff;
    font-size: 20px;
	float:none;
    transform: scale(1,1);
}
.head_nav li a:after {
	content:"＞　";
	float:right;
    transform: scale(0.8, 1.5);
}
.head_nav li a {
	display:block;
	 padding: 2em;
}
/*---------------------------------------*/
/*---------------footer------------------*/
/*---------------------------------------*/
footer {
	background:#e2e2e2;
	width:100%;
	margin:40px auto 0;
	padding:10px 0 40px;
	font-size:12px;
}
footer .wrap {
	margin-bottom:50px;
	width:100%;
}


footer .copy {
	text-align:center;
	color:#c8c8c8;
}


.footnav li {
	text-align:center;
	border-bottom:1px solid #b3b3b3;
}
.footnav li a,
.footnav_long li a  {
	color:#959595;
	display:block;
	padding:10px 0;
}
.footnav li a:hover,
.footnav_long li a:hover {
	color:#333;
}
.footnav_long li:first-child {
	width:100%;
}
.footnav_long li {
	width:50%;
	float:left;
}
	
.footbox,
.footbox_last {
    width: 18%;
    margin-right: 5%;
    float: left;
height: 245px;
}
.footbox_last {
	margin-right:0;
}
.footnav_long {
	width:30%;
	float:left;
	margin-right:5%;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 47px;
	z-index:1000;
}

.pagetop a:hover {
    opacity: 0.7;
}


/*ボックス全体*/
.accbox,
.tkk_linenew_qr {
    margin: 10px 0;
    padding: 0;
	width:100%;
}

/*ラベル*/
.accbox label {
    display: block;
    padding: 20px 0 20px 50px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 120%;
    width: 84%;
    margin: 0 auto;
    text-align: left;
}

/*アイコンを表示*/
.accbox label:after {
	position:absolute;
	content:"＋";
	right:50px;
	margin-top:-6px;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:after {
		position:absolute;
			content:"✕";
	right:50px;
	margin-top:-6px;
}


/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}
.accbox label.line_step1 {
    background-size: contain;
}
.accbox label.line_step2 {
    background-size: contain;
}
.accbox label.line_step3 {
    background-size: contain;
}

.grad-item {
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;

  content: "";
}
input[type="checkbox"].grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.tll_linenew_wrap h3 {
	color:red;
	font-size:120%;
	margin:20px auto 0;
}



/*--------------------------------------*/
/*--------------index-------------------*/
/*--------------------------------------*/

.main {
	background:url(/img/index/mainimg_sp.jpg) center #fabe00 no-repeat;
	width:100%;
    background-size: 480px;
}

.main div {
width: 100%;
    margin: 0 auto;
    color: #FFF;
    font-size: 30px;
text-shadow:1px -1px 27px #000000,-1px 1px 34px #000000;
    padding: 265px 0 111px;
    letter-spacing: 4px;
    font-weight: 500;
}
.main p span {
	padding:0 7px;
}
.main h1 {
font-size: 53%;
    font-weight: normal;

    letter-spacing: 3px;
}
/*-------------------------------*/
.ind1 {
	background:url(/img/index/c1_bg.jpg) repeat-x right;
	height:420px;
	width:100%;
	color:#FFF;
	position:relative;
	text-align:center;
}
.bkbg {
	width:100%;
	background:rgba(0,0,0,0.8);
	height:120px;
}
.bkbg h2 {
    padding: 20px 0 0px;
    font-size: 22px;
    letter-spacing: 2px;
}
.bkbg div {
width: 100%;
    margin: 0 0 0 auto;
}
.ind1 .brobg {
    background: #947538;
    width: 75%;
    margin: -20px auto 20px;
    padding: 50px 20px;
}

.brobg h3 {
    font-size: 16px;
    letter-spacing: 1px;
}
.brobg h5 {
margin: 0 auto 15px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}
.ind1 .hr {
    margin: 15px auto 15px -112px;
}

/*--------------------------------------*/

.ind2 {
	width:95%;
	margin:120px auto;
}
.ind2 .box_lt {
	width:48%;
	float:left;
}
.ind2 .box_rt {
	width:48%;
	float:right;
}
.box_lt img,
.box_rt img {
	position: relative;
}
.boxttl {
	position: absolute;
    z-index: 1;
}
.boxttl {
	color:#FFF;
    font-size: 12px;
    padding: 5px 7px;
}
.ind2 .box_lt .boxttl {
	background:#10b9af;
}
.ind2 .box_rt .boxttl {
	background:#e6571b;
}

.linkbtn {
	width:450px;
	margin:30px auto;
	text-align:center;
	position: relative;
    padding: 10px 0;
}
.linkbtn a {
	color:#fff;
	background: #e85200;
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:0px;
	border:1px solid #e85200;
    padding: 19px 0;
}
.linkbtn a:after {
	content:"＞　";
	float:right;
    transform: scale(0.8, 1.5);
}
.linkbtn a:hover {
	color:#e85200;
	border:1px solid #e85200;
	background:#FFF;
}
.center {
	text-align:center;
}
/*------------------------------*/
.ind3  {
	background:#f7f7f7;
	width:100%;
	padding:40px 0;
	color:#696969;

}
.ind3 .box_lt .boxttl {
	background:#1073b9;
}
.ind3 .box_rt .boxttl {
	background:#00790a;
}
.ind3 h5 {
	text-align:center;
	font-size:22px;
	color:#000;
    line-height: 1.2em;
text-shadow: 0px 0px 0 #000;
}
.ind3 p.center {
	margin-bottom:20px;
}
.ind3 p {
	padding-bottom:20px;
}
.ind3 .both {
	margin-bottom:20px;
}
/*-slider-*/

.sponly .swiper-button-prev {
    width: 45px;
    height: 80px;
    background: #e85200;
    color: #FFF;
    border-radius: 0 80px 80px 0;
	left:0;
}
.sponly .swiper-button-prev:after {
content: "＜";
    float: left;
    transform: scale(0.8, 1.5);
    padding-top: 16px;
    font-size: 23px;
    padding-left: 3px;
}
.sponly .swiper-button-next {
    width: 45px;
    height: 80px;
    background: #e85200;
    color: #FFF;
    border-radius:80px 0 0  80px;
	right:0;
}
.sponly .swiper-button-next:after {
content: "＞";
    float: right;
    transform: scale(0.8, 1.5);
    padding-top: 16px;
    font-size: 23px;
    padding-right: 3px;
}
.swiper-slide img {
	width:95%;
	margin-left:2.5%;
}
.swiper-slide .boxttl {
	margin-left:2.5%;
}



/*------------------*/
.ind4 {
	background:#2a3f5e;
	width:100%;
	padding:80px 0;
	color:#FFF;
}
.ind4 h5 {
	text-align:center;
	font-size:22px;
    line-height: 1.2em;
text-shadow: 0px 0px 0 #fff;
}
.ind4 p.center {
	margin-bottom:20px;
}

/*----------------------*/
.ind5 {
	padding:60px 0;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.sns_right {
	width:80%;
	margin:50px auto 20px;
}
.sns_left {
	width:80%;
	margin:0 auto;

}
.ind5 h5 {
	text-align:center;
	font-size:22px;
	color:#000;
    line-height: 1.2em;
text-shadow: 0px 0px 0 #000;
}
.sns_left h5 {
	display:none;
}
.ind5 .brobg {
    background: #947538;
    width: 80%;
    margin: 30px auto;
    padding: 70px 50px;
	float: none;
	color:#FFF;
	position:relative;
}

.ind5 .wrap {
	position:relative;
	z-index:1;
}
.ind5_bg {
background: #f7f7f7;
    border: 1px solid #e85200;
    border-bottom: none;
    position: absolute;
    width: 83%;
    height: 420px;
    right: -2px;
    top: 43px;
    z-index: -10;
}


.ind5_h5right {
width: 48px;
    height: 1px;
    background: #e85200;
    position: absolute;
    top: 335px;
}
.ind5_fbrt {
    background: #f7f7f7;
    border: 1px solid #e85200;
    border-top: none;
    position: absolute;
    width: 49%;
    height: 420px;
    right: -2px;
    bottom: 185px;
    z-index: -10;
}
.ind5_fbtop {
    background: #fff;
    border: 1px solid #e85200;
    border-top: none;
    position: absolute;
    width: 49%;
    height: 420px;
    left: -2px;
    bottom: -70px;
    z-index: -10;
}
/*---------------*/
.ind6 {
	background:url(/img/index/c1_bg.jpg) repeat-x left bottom;
	height:700px;
	width:100%;
	color:#FFF;
	position:relative;
}
.ind6 .inner {
	background-color:rgba(0,0,0,0.8);
	height:700px;
	width:100%;
}
.ind6 .wrap {
	padding:40px 0;
}
.ind6 img {
	width:95%;
	margin-left:2.5%;
}
.ind6 h5 {
	text-align:center;
	font-size:22px;
    line-height: 1.2em;
text-shadow: 0px 0px 0 #fff;
}
.ind6 .box_lt p {
	text-align:center;
	padding-bottom:40px
}

.ind6 .linkbtn a {
	border:1px solid #FFF;
	background:none;
}
.ind6 .linkbtn a:hover {
	background:#FFF;
	border:1px solid #e85200;
}
.ind6 .box_rt {
	padding:10px 0;
}
.ind6 .box_rt p {
	margin-bottom:25px;
}
.ind6 .box_rt h5 {
	display:none;
}
/*-------------*/
.ind7 {
	width:100%;
	margin:50px auto 80px;
	text-align:center;

}
.ind7 h5 {
	font-size:22px;
    line-height: 1.2em;
	color:#000;
text-shadow: 0px 0px 0 #000;
}
.ind7 p.center {
	color:#696969;
	font-weight:normal;
}
.ind7 p {
	color:#e85200;
	font-weight:bold;
	margin-bottom:25px;
	width: 69%;
}
.ind7 .box_rt {
	margin-top:60px;
}
.ind7 .box_rt .linkbtn a {
	background:#ff9c00;
	border:1px solid #ff9c00;
}
.ind7 .box_rt .linkbtn a:hover {
	background:#fff;
	border:1px solid #ff9c00;
	color:#ff9c00;	
}


/*-------------------------------------*/
/*-----------------wpslider------------*/
/*----------------------------------*/
.btn {
    margin: 20px auto 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    background: #959595;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    text-indent: 0px;
    padding: 8px 0;
}
.btn:after {
	content:"＞　";
	float:right;
    transform: scale(0.8, 1.5);
}
.btn:hover {
	color:#000;
	background:#dbdbdb;
}
.wpbox {
	background:#FFF;
}

.wpimg {
    height: 155px;
    overflow: hidden;
	width:100%;
	background:#959595;
}
.wpimg img {
    width: 110%;
}
.tag {
	position:absolute;
	font-size:11px;
	padding:1px 10px;
	color:#FFF;
}
.tag:before {
	content:"#";
}
.tag.world {
	background:#1073b9;
}
.tag.tv {
	background:#8ec449;
}
.tag.laugh {
	background:#ea212d;
}

.tag.radio {
	background:#ea267a;
}
.tag.manga {
	background:#662d91;
}
.tag.movie {
	background:#00790a;
}
.tag.sports {
	background:#f19ec2;
}
.tag.web {
	background:#e85200;
}
.tag.ooh {
	background:#10b9af;
}



.wpbox h5,
.wpbox p {
	width:88%;
	margin:0 auto;
	font-size:13px;
	text-align:left;
}
.wpbox h5 {
	margin:20px auto 10px;
	text-decoration:underline;
	font-weight:bold;
	height:44px;
	overflow:hidden;
}
.wpbox p {
    height: 4.7em;
    overflow: hidden;
    margin-bottom: 30px;
}

.ind4 .sp-horizontal .sp-previous-arrow {
	width: 45px;
    height: 80px;
    background: #e85200;
    color: #FFF;
    border-radius: 0 80px 80px 0;
    left: 0;
}
.ind4 .sp-horizontal .sp-previous-arrow:after {
    content: "＜";
    float: left;
    transform: scale(0.8, 1.5);
    font-size: 23px;
    padding-left: 3px;
    background-color: #e85200;
    left: 0;
    top: 21px;
}
.ind4 .sp-horizontal .sp-previous-arrow:before {
	width:0%;
	height:0%;
}
.ind4 .sp-horizontal .sp-next-arrow {
	width: 45px;
    height: 80px;
    background: #e85200;
    color: #FFF;
    border-radius: 0 80px 80px 0;
    right: 0;
}
.ind4 .sp-horizontal .sp-next-arrow:after {
    content: "＜";
    float: right;
    transform: scale(0.8, 1.5);
    font-size: 23px;
    /* padding-left: 3px; */
    background-color: #e85200;
    right: 0px;
    left: 4px;
    top: 26px;
}
.ind4 .sp-horizontal .sp-next-arrow:before {
	width:0%;
	height:0%;
}

/*------------------------radio------------*/

.mclist {
	width:100%;
	margin:20px auto;
}
.mclist li {
	width:50%;
	float:left;
	text-align:center;
}
.mclist li img {
	width:70%;
}

.radiotube {
	width:90%;
	margin:20px auto;
}
.radiotube li {
	width:100%;
	margin:10px auto;
}
.radiotube li p {
	padding:0;
}
.radiotube iframe {
	width:100%
}


/*---------------------------------baseball--------*/
#baseball h4 {
	width:100%;
	text-align:center;
	margin:0 auto;
	background:#E2E2E2;
	padding:5px 0;
	font-size:16px;
}
#baseball .wrap {
	padding-top:50px;
}
#baseball ul.bsbl_link {
	width:90%;
	margin:30px auto;
}
#baseball ul.bsbl_link li {
	background:#e85200;
	border:1px solid #e85200;
	width:100%;
	margin:10px auto;
	text-align:center;
}
#baseball ul.bsbl_link li:nth-child(even) {
	background:#FF9C01;
	border:1px solid #FF9C01;
}
#baseball ul.bsbl_link li a:hover {
	color:#e85200;
	border:1px solid #e85200;
	background:#FFF;
}
#baseball ul.bsbl_link li a {
	color:#FFF;
	padding:20px 0;
	display:block;
}

#baseball ul.bsbl_link li a:after {
	content:"＞　";
	float:right;
    transform: scale(0.8, 1.5);
}

#baseball table {
	width:95%;
	margin:20px auto;
	border-right:1px solid #888;
	border-left:1px solid #888;
	border-bottom:1px solid #888;
}
#baseball th {
	padding:10px 0;
	background:#888;
	color:#FFF;
}
#baseball th,
#baseball td {
	border-top:1px solid #888;

		display:block;
}
#baseball td {
	padding:10px;
	float:left;
	height:20px;
}
#baseball tr:nth-child(odd) td {
	background:#f2f2f2;
}
#baseball td:first-child {
	width:20%;
}
#baseball td:nth-child(2) { 
width:70.9%;
}
#baseball td:first-child,
#baseball tr:nth-child(odd) td:first-child {
	background:#ddd;
	text-align:center;
	border-right:dotted 1px #888;
}
#baseball p {
	text-align:center;
	margin-bottom:30px;
}
#baseball .main {
background: url(http://www.shigoto.co.jp/newsworks/wp-content/uploads/2018/09/sportsmain_sp.jpg) no-repeat #959595;
    background-size: cover;}


/*----------------------------------------*/
/*-----------------------------------------*/
.wbg p a.olink {
    text-align: center;
    width: 100%;
    background: #e85200;
    color: #FFF;
    padding: 10px 0;
    border-radius: 5px;
    text-decoration: none;
	border: 1px solid #e85200;
    display: block;
}
.wbg p a.olink:hover {
    background: #fff;
    color: #e85200;
}
.wbg p a.olink:before {
	content: "";
}