@charset "utf-8";
/*
Theme Name: KANARU NHK RECRUIT 2016
Theme URI: http://kanaru.com/
Description: 2016.06 NEW
Author: 株式会社カナル
Author URI: http://kanaru.com/
Version: 0.1.0
*/

/*Background Scale Animation*/
* {
	margin: 0;
	padding: 0;
}
html,body {
	min-height: 100%;
	text-align: justify;
}
body {
	/*font-family: 'Lora', serif;*/
	/*font-family: 'Cardo', serif;*/
	font-family: sans-serif;
}
.scale-bg {
	background: url(bkg_top.jpg) no-repeat top center;
	background-size: 100%;
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	*/
	text-align: center;
	position: fixed;
	width: 100%;
	padding-bottom: 50vh;


	/*-webkit-transition: background-size .15s ease-out;*/
	/*transition: background-size .15s ease-out;*/


	/*-webkit-filter: blur(15px);*/
	/*filter: blur(15px);*/
}
/*recaptcha*/
#recaptcha { margin-top: 15px; }
h1 {
	font-family: 'Cormorant SC','Josefin Slab', serif;
	font-weight: normal;
	font-size: 100px;
	color: #FFFFFF;
	position: absolute;
	top: 376px;
	line-height: .65;
}
/*
h1 {
	font-family: 'Cormorant SC','Josefin Slab', serif;
	font-size: 49px;
	color: #2b351e;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 200px;
}
*/
h2 {
	font-weight: bold;
	color: #46A0A4;
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

h3 {
	font-weight: bold;
	color: #46A0A4;
	font-size: 15px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.bd {
	font-weight: bold;
	color: #AD3335;
}

i{
	color: #46A0A4;
}
/*nav*/
#nav_logo {
	font-family: 'Cormorant SC','Josefin Slab', serif;
	font-size: 2em;
}
.paradeiser a { color: #FFFFFF; }

.lh_wide { line-height: 3em; }

.contents {
	font-size: 14px;
	position: relative;
	top: 50vh;
	margin: 0 auto;
	background: #fff;
}
.in-block {
	max-width: 1060px;
	margin: 0 auto;
}
.inner { margin-bottom: 50px; }
.bk_gray {
	background: #F6F6F6;
	padding: 60px 0;
}
a {
	color: #a0a99c;
}
a:hover {
	text-decoration: none;
}
section {
	margin-bottom: 1.5em;
}
@media print, screen and (max-width: 767px) {
	.scale-bg {
		padding-bottom: 330px ;
	}
	h1 {
		top: 150px;
		font-size: 70px;
	}
	.contents {
		top: 290px;
	}
	.in-block { margin: 10px; }
}

/*huwatto*/
#animation {
	margin: 50px 0;
	font-size: 40px;
	font-weight: bold;
	color: #ff0000;
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*flex*/
.flex-grow-2 {
	-webkit-flex-grow:2;
	flex-grow:2;
}
.flex-item1 { order: 1; }
.flex-item2 { order: 2; }

/*コンテンツ*/
#title-sp { display: none; }
@media screen and (max-width: 767px) {
	#title-sp { display: inline; }
	#title-pc { display: none; }
}

#top_content { padding: 100px 0; }
#point-wrap { margin-top: 80px; }
#point-wrap .flex-item { padding: 0px 20px; }
#tag {
	color: #fff;
	margin-bottom: 40px;
}
#tag .flex-item {
	background: #48A0A4;
	padding: 5px 0;
	letter-spacing: 5px;
	border-radius: 5px;
	font-weight: bold;
}
#point li {
	margin-bottom: 30px;
}
#point li div{ padding-left: 30px; }
#about {
	text-align: center;
	background: #ffffff;
	margin-top: 60px;
}
#c_president { margin-bottom: 15px; }
section { margin-bottom: 100px; }


#recruit_bk {
	background: #FFFFFF;
	padding: 10px;
	font-size: 1.3em;
	line-height: 2em;
	color: #46A0A4;
	font-weight: bold;
}
#work div.flex-item {
	background: #ffffff;
	padding: 10px;
}
.work_inner {
	padding: 0 10px;
	line-height: 2em;
}
#work h2 {
	text-align: center;
	margin: 15px auto;
	font-weight: normal;
}
#overtime { margin-top: 30px; }

#ask h2 {
	background: url('img/bkg_jinzai.jpg') no-repeat right #ffffff;
	background-size: contain;
	padding: 60px 0;
	text-align: center;
}
#ask ul{
	font-size: 25px;
	margin: 0 20px;
}
#ask ul li {
	position: relative;
	padding: 30px 20px 10px 20px;
	border-bottom: 7px solid #676767;
}
#ask ul li::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 7px;
	background-color: #46A0A4;
}
#welcome {
	margin-top: 40px;
}
#together {
	background: url('img/bkg_together.jpg') no-repeat center;
	margin-top: 60px;
}
#together img { padding: 60px; }

#treatment {
	margin-top: 60px;
}
#treatment .flex .flex-item,
#salary,
#time,
#women {
	border: 1px solid #676767;
	padding: 20px 5px;
	margin: 5px;
}
#salary h4 {
	text-align: center;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
#salary div#model .flex-item {
	border: 1px solid #cccccc;
}
#treatment div#time .flex-item,
#treatment div#women .flex-item {
	border: none;
	padding: 0;
}
#treatment h3 {
	background: #676767;
	color: #FFFFFF;
	padding: 10px;
}
img#time02 {
	margin: 0;
	text-align: right;
}
#time_inner {
	background: #F6F6F6;
	padding: 15px;
	margin: 20px auto;
}
img#img_women {
	max-height: 300px;
	width: auto;
}
div.st {
	font-weight: bold;
	font-size: 20px;
	color: #AD3335;
	border-bottom: 5px solid #F6F6F6;
	padding-bottom: 15px;
}
.t_content {
	margin-top: 20px;
}
#treatment table {
	width: 99%;
	margin: 30px 5px;
	padding-right: 10px;
}
#treatment table tr { border-right: 1px solid #686868; }
#treatment table tr:nth-child(odd),
#treatment table tr:first-child {
    border-top: 1px solid #686868;
    border-bottom: 1px solid #686868;
}

#treatment table th {
	padding: 15px 0 15px 15px;
    width: 150px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    background: #686868;
    border-bottom: 1px solid #ffffff;
}
#treatment table td { padding:  15px; }
#model .flex-item div {
	text-align: center;
}
#model h4 {
	font-size: 1.2em;
	text-align: left;
	margin-top: 0px;
}
.m-in {
	margin-top: 10px;
}

#appeal { margin-top: 30px; }
#appeal ul.flex li.flex-item {
	border: 1px solid #46A0A4;
	background: #46A0A4;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 5px;
}
#appeal ul.flex li.flex-item i {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#entry { margin-bottom: 70px; }
#entry #tel a {
	font-size: 2em;
	font-weight: bold;
	color: #c00;
}
#tel-sp span { display: none; }
@media screen and (max-width: 767px) {
	#tel-sp span { display: inline; }
}

footer { padding-bottom: 100px; }
footer table { width: 100% }
footer table tr {
	border-top: 1px solid #686868;
	border-bottom: 1px solid #686868;
}
footer table tr th {
	padding: 10px;
	font-weight: bold;
}
footer table tr td {
	padding: 10px;
}

/*モーダルウィンドウ*/
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}
