.formContact .linkContact span.btn {
    background-color: #0A395B;
    padding: 10px 0 10px;
    width: 178px;
    display: block;
	margin: 0 auto;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: Meiryo, sans-serif;
    font-size: 18px;
    line-height: 1;
	position:relative;
}
.btn .btn-hidden{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	opacity:0;
	cursor:pointer;
}
div.wpcf7-validation-errors{
	border:1px solid #b94a48 !important;
	color:#b94a48 !important;
}
div.wpcf7-validation-errors *{
	color:#b94a48 !important;
}


.page-numbers.current{
	background:rgba(179, 179, 179, 0.3);
}
@media screen and (max-width: 780px){
	.contentNews .listNews li:nth-child(2) {
		    padding-top: 0 !important;
			padding-bottom:0 !important;
	}
}

span#service{
	position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
}	
a[onclick]{
	cursor:pointer;
}
div.wpcf7 .ajax-loader{
	position:absolute;
}

span.pl-separator{
	margin: 0 5px;
}
.section-top-entry .form-contact .wpcf7-text.hidden{
  display: none;
}

.page-recruit .section-top-entry .form-contact .row-btn{
  position: relative;
}
.page-recruit span.wpcf7-not-valid-tip{
  font-size:0.9em;
}

.section-top-entry .row-btn {
  width: 169px;
  position: relative;
  margin: 0 auto
}

.page-recruit div.wpcf7 .ajax-loader {
  top: 0;
	margin-left: 0;
	background: #1B99A9;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	visibility: visible;
	display: none;
	z-index: 10;
}
.page-recruit div.wpcf7 .ajax-loader.is-active {
	display: block;
}

.page-recruit div.wpcf7 .ajax-loader:before,
.page-recruit div.wpcf7 .ajax-loader span:before,
.page-recruit div.wpcf7 .ajax-loader span:after {
	position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    z-index: 2;
    margin-top: 2px;
}
.page-recruit div.wpcf7 .ajax-loader > span {
	display: block;
	width: 100%;
	height: inherit;
	position: relative;
}

.page-recruit div.wpcf7 .ajax-loader:before {
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation-delay: .15s;
}
.page-recruit div.wpcf7 .ajax-loader span:before {
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: -22px;
}
.page-recruit div.wpcf7 .ajax-loader span:after {
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: 22px;
    animation-delay: .3s;
}

@-webkit-keyframes ball {
	from {
	    -webkit-transform: translateY(0) scaleY(.8);
	}
	to {
	    -webkit-transform: translateY(-10px);
	}
}
@keyframes ball { 
	from {
		transform: translateY(0) scaleY(.8);
	}
	to {
		transform: translateY(-10px);
	}
}

@media (max-width: 780px) {
	.section-top-entry .row-btn {
		width: 100px;
	}	
	.page-recruit div.wpcf7 .ajax-loader {
		width: 100%;
		height: 100%;
	}
	.page-recruit div.wpcf7 .ajax-loader:before,
	.page-recruit div.wpcf7 .ajax-loader span:before,
	.page-recruit div.wpcf7 .ajax-loader span:after {
		width: 8px;
		height: 8px
	}
	.page-recruit div.wpcf7 .ajax-loader span:before {
	    margin-left: -16px;
	}
	.page-recruit div.wpcf7 .ajax-loader span:after {
	    margin-left: 16px;
	}
}


.h3-large {
  font-size: 30px;
  padding-bottom: 35px;
  line-height: 1.3;
}

@media (max-width: 780px) {
  .h3-large {
    font-size: 16px;
    padding-bottom: 25px;
    text-align: center;
    line-height: 1.5;
  }
}

.page-recruit .joblist-text strong {
  margin-bottom: 5px;
  font-size: 16px;
  color: #4db7e2;
  font-weight: 500;
}

@media (max-width: 780px) {
  .page-recruit .joblist-text strong {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  .long-headline {
    text-align: left;
    padding: 0 1em;
  }
}

.youtube-background iframe {
	transition: opacity 500ms ease-in-out;
	transition-delay: 250ms;
}

@media (max-width: 780px) {
  #partner ul li img { width:100% }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #000000;
}

.grecaptcha-badge { visibility: hidden; }
.grecaptcha-notice { font-size: x-small; }
.grecaptcha-notice a { color: white; text-decoration:none; }