@charset "UTF-8";
/*
Theme Name: y-ibd3
Theme URI: 
Description: y-ibd 専用
Author: fu-mi.
Author URI: -
version: 1.0
*/
/*------------------------------------------------
	fonts styles
-------------------------------------------------*/
body { font-family: 'source-han-sans-japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', helvetica, arial, clean, sans-serif;}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
			property: value;
	}
	body {
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', helvetica, arial, clean, sans-serif;
	}
}
/*------------------------------------------------
	reset styles
--------------------------------------------------*/
li {
	list-style: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
img {
	vertical-align: top;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------------------
	reset styles
--------------------------------------------------*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------
	base styles
--------------------------------------------------*/
html {
	font-size: 62.5%;
	visibility: hidden;
}
html.wf-active {
	visibility: visible;
}
html, body {
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	color: #000;
}
p, li, a dt, dd {
	max-height: 100%;
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
}
body {
	position: relative;
	z-index: 1;
}
.section {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (min-width:960px) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.section-b {
	background-color: #F6FBFD;
}
.content {
	width: 92%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.content h2 {
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #0087D1;
	padding-left: 32px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
	background-color: #E7F1F9;
	min-height: 39px;
}
@media screen and (min-width:960px) {
	.content h2 {
		font-size: 2.0rem;
	}
}
.content h2::before {
	content: "";
	width: 7px;
	height: 24px;
	display: block;
	background-color: #0087D1;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 13px;
}
.content h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #0087D1;
	padding-bottom: 8px;
	border-bottom: 1px solid #0087D1;
	margin-top: 5.0rem;
}
.content p, .content li {
	font-size: 1.6rem;
	line-height: 1.92;
}
.content h3 + p, .content h4 + p, .content h3 + ul, .content table + p, .ymap + p {
	margin-top: 1.2rem;
}
.content p a {
	text-decoration: none;
	color: #000;
}
.content img {
	max-width: 100%;
	height: auto;
}
.header {
	width: 100%;
	height: 140px;
	border-top: 5px solid #0087D1;
}
.header > div {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.head > h1, .head > p {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head > h1 img, .head > p img {
	width: 252px;
	height: auto;
	transition: all .3s;
}
.head-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.head-left > a {
	margin-top: 12px;
}
.head-right {
	display: none;
}
@media screen and (min-width:960px) {
	.header {
		height: 120px;
	}
	.head > h1 img, .head > p img {
		width: 296px;
		height: auto;
	}
	.header > div {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	.head > h1, .head > p {
		justify-content: flex-start;
	}
	.head-left {
		flex-direction: row;
		justify-content: flex-start;
	}
	.head-left > a {
		margin-left: 30px;
		transition: all .3s;
	}
	.head-left > a:hover {
		opacity: .7;
	}
	.head-right {
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
	}
	.head-right a {
		font-size: 2.3rem;
		font-weight: bold;
		letter-spacing: .088em;
		line-height: 1;
		color: #000;
		text-decoration: none;
		margin-top: 10px;
	}
	.head-right p {
		font-size: 1.3rem;
		line-height: 1;
	}
}
.gnav {
	width: 100%;
	height: 40px;
	transition: all .3s;
}
.gnav > ul {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	border-right: 1px solid #222;
}
.gnav > ul > li {
	width: calc(100% / 6);
	position: relative;
	z-index: 1;
	border-left: 1px solid #222;
}
.gnav > ul > li > a {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	color: #222222;
	text-decoration: none;
	transition: all .3s;
}
@media screen and (min-width:960px) {
	.gnav {
		height: 60px;
	}
	.gnav, .gnav > ul, .gnav > ul > li > a {
		height: 60px;
	}
	.gnav > ul > li > a {
		font-size: 1.6rem;
	}
	.gnav > ul > li > a:hover {
		background: linear-gradient(0deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
	}
}
@media screen and (max-width:560px) {
	.gnav > ul > li:first-child {
		width: calc((100% / 6) * .8);
	}
	.gnav > ul > li:first-child img {
		width: 20px;
		height: auto;
	}
	.gnav > ul > li:not(:first-child) {
		width: calc((100% - ((100% / 6) * .8)) / 5);
	}
}
@media screen and (min-width:960px) {
	.eyecatch-section .content > div {
		width: 100%;
		height: 420px;
		background-image: url(images/top-eyecatch-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width:960px) {
	.eyecatch-section .content {
		width: 100%;
	}
	.eyecatch-section .content > div {
		width: 100%;
		padding-top: 43.75%;
		background-image: url(images/top-eyecatch-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
	}
	.eyecatch-section .content > div p img {
		width: 260px;
		height: auto;
	}
	.eyecatch-section .content > div p {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -130px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.eyecatch-section .content > div {
		background-image: url(images/top-eyecatch-bg-2x.jpg);
	}
}
#news_feed {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #0089D3;
}

.topics_list {
	border-bottom: 1px solid #0089D3;
}
.topics_list:first-child {
	
}
.topics_head {
	padding: 14px 50px 14px 0;
	position: relative;
}
.content p.date {
	font-size: 1.4rem;
	line-height: 1.78;
	letter-spacing: 0.06em;
	color: #0089D3;
}
.topics_list h4 {
	font-size: 1.6rem;
	line-height: 1.78;
	letter-spacing: 0.06em;
	color: #000;
}
.topics_head figure {
	width: 18px;
	height: 8px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	background-image: url(images/ico-arrow.svg);
	background-size: 18px auto;
}
.topics_head.active figure {
	transform: scale(1, -1);
}
.topics_head:hover {
	cursor: pointer;
}
.topics_content {
	padding: 12px 0 26px 0;
	display: none;
}
.topics_head.active + .topics_content {
	display:block;
}
.topics_content {
	margin-top: 0;
}
.topics_content p {
	font-size: 1.4rem;
	line-height: 1.78;
	letter-spacing: 0.06em;
	margin-top: 1.65em;
}
.topics_content p:first-child {margin-top: 0;}
.topics_content p strong {
	font-weight: bold;
}
.topics_content p em { font-style: italic; }
.topics_content p a {
	text-decoration: underline;
}
.topics_content p a:hover {
	text-decoration: none;
}
.topics_content p img {
	max-width: 100%;
	height: auto;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

.ajaxLoad {
	text-align: center;
	padding-top: 16px;
	position: relative;
	z-index: 1;
}
#loading {
	width: 100%;
	height: 90px;
	background-image: url(images/loading.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.btn-link {
	width: 170px;
	height: 30px;
	background-color: #0088D2;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 100%;
	letter-spacing: .15em;
	padding-left: .15em;
	text-decoration: none;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	transition: all .3s;
	background-image: url(images/ico-cross.svg);
	background-position: left 13px center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
@media screen and (min-width:960px) {
	#news_feed {
		margin-top: 34px;
	}
	.topics_head {
		padding: 16px 90px 16px 20px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.content p.date {
		font-size: 1.6rem;
		padding-right: 1.06em;
	}
	.topics_list h4 {
		font-size: 1.6rem;
	}
	.topics_head figure {
		width: 18px;
		height: 8px;
		display: block;
		position: absolute;
		right: 25px;
		top: 50%;
		margin-top: -4px;
		background-image: url(images/ico-arrow.svg);
		background-size: 18px auto;
	}
	.topics_head:hover figure {
		opacity: .7;
	}
	.topics_content {
		padding: 16px 20px 20px 20px;
	}
	.topics_content p {
		font-size: 1.6rem;
	}
	.ajaxLoad {
		padding-top: 36px;
	}
	.btn-link:hover {
		opacity: .7;
	}
}
#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 100;
	right: 10px;
	bottom: 10px;
}
#pagetop img {
	width: 100%;
	height: auto;
}
.copyright {
	width: 100%;
	height: 42px;
	background-color: #E9F3FB;
}
.copyright p {
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #008AD4;
	font-size: 1.0rem;
	letter-spacing: 0.06em;
}
@media screen and (min-width:960px) {
	#pagetop {
		width: 90px;
		height: 90px;
		position: fixed;
		z-index: 100;
		right: 10px;
		bottom: 10px;
	}
	.copyright {
		height: 120px;
	}
	.copyright p {
		height: 120px;
		font-size: 1.0rem;
	}
	.content {
		position: relative;
	}
}

.section02-box {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 32px;
}
.section02-box > div:last-child {
	width: 270px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.section02-box > div:first-child {
	margin-top: 30px;
	
}
.section02-box h3 {
	font-size: 2.0rem;
	line-height: 1.75;
	color: #000;
	margin-top: 0;
	border: none;
}
.section02-box figure {
	background-color: #fff;
	box-shadow: 0px 0px 2.58px rgba(7, 1, 2, 0.3);
	padding: 11px;
}
.section02-box figure + p {
	margin-top: 10px;
	font-size: 1.5rem;
}
@media screen and (min-width:960px) {
	.section02-box {
		flex-direction: row;
		justify-content: space-between;
		margin-top: 32px;
	}
	.section02-box > div:first-child {
		width: 600px;
	}
	.section02-box > div:last-child {
		width: 270px;
		text-align: left;
	}
	.section02-box h3 {
		font-size: 2.5rem;
	}
	.section02-box figure + p {
		margin-top: 12px;
		font-size: 1.8rem;
	}
}
.section02-box2 h4 {
	margin-top: 34px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.75;
	color: #0088D2;
	border-bottom: 1px solid #0088D2;
}
.section02-box2 ul {
	margin-top: 10px;
}
.section02-box2 li {
	font-size: 1.4rem;
}

.section03-box {
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 20px;
}
@media screen and (min-width:960px) {
	.section02-box2 li {
		font-size: 1.5rem;
	}
	.section03-box {
		padding-top: 24px;
		padding-bottom: 24px;
		padding-left: 22px;
		padding-right: 22px;
		margin-top: 50px;
	}
}
.section03-box h3 {
	margin-top: 0;
}
.section03-box h4 {
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.75;
	color: #000;
	margin-top: 1.2rem;
}
.section03-box > a {
	width: 100%;
	height: 60px;
	background-color: #0087D1;
	color:#fff;
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .2em;
	padding-left: .2em;
	text-decoration: none;
	transition: all .3s;
	background-image: url(images/ico-blank.png);
	background-repeat: no-repeat;
	background-position: right 21px center;
	background-size: 16px auto;
}
@media screen and (min-width:960px) {
	.section03-box > a {
		width: 600px;
	}
}
.section03-box > a + p {
	margin-top: 30px;
	font-size: 1.6rem;
}
.section03-box > a + p + p a {
	font-size: 2.8rem;
	letter-spacing: .088em;
	font-weight: 700;
	color: #000;
}
.section03-box2 {
	margin-top: 30px;
}
.section03-box2 iframe {
	margin-top: 56px;
}
@media screen and (max-width:960px) {
	.section03-box2 iframe {
		width: 100%;
		height: 390px;
		margin-top: 30px;
	}
}
@media screen and (min-width:960px) {
	.section03-box2 {
		margin-top: 50px;
	}
	.section03-box > a:hover {
		opacity: .7;
	}
}
.section04-box figure {
	margin-top: 20px;
}
.section04-box p {
	font-size: 1.6rem;
	font-weight: 700;
	color: #0087D1;
}
@media screen and (min-width:960px) {
	.section04-box figure {
		margin-top: 30px;
	}
	.section04-box p {
		font-size: 2.1rem;
	}
}
.section05-box {
	margin-top: 28px;
}
.section05-box > p:first-child {
	font-size: 2.0rem;
	line-height: 1.5;
}
.section05-box > p + figure {
	margin-top: 22px;
}
@media screen and (min-width:960px) {
	.section05-box > p:first-child {
		font-size: 2.5rem;
	}
}
.section05-box2 h3 {
	font-weight: 700;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.section05-box2 ul {
	margin-top: 10px;
}
.section05-box2 li {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.625;
	padding-left: 1em;
}
.section05-box2 li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
.section05-box2 p {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.625;
}
.section05-box2 p + figure {
	margin-top: 30px;
}
div + h2 {
	margin-top: 40px;
}
.section05-box3 {
	margin-top: 20px;
}
.section05-box3 p {
	font-size: 1.5rem;
}
.section05-box3 p + figure {
	margin-top: 20px;
}
@media screen and (min-width:960px) {
	div + h2 {
		margin-top: 80px;
	}
	.section05-box3 p {
		font-size: 1.6rem;
	}
	.section05-box3 p + figure {
		margin-top: 30px;
	}
}
.anker {
	position: relative;
	z-index: 1;
}
.anker > span {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.pc-only {
	display: none;
}
@media screen and (min-width:960px) {
	.pc-only {
		display: inline-block;
	}
}

.recruit-eyecatch-section > .content > div {
	width: 100%;
	height: 260px;
	background-image: url(images/recruit-eyecatch-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
@media screen and (max-width:960px) {
	.recruit-eyecatch-section > .content {
		width: 100%;
	}
	.recruit-eyecatch-section > .content > div {
		width: 100%;
		height: auto;
		padding-top: 27.8%;
		background-image: url(images/recruit-eyecatch-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.recruit-eyecatch-section > .content > div {
		background-image: url(images/recruit-eyecatch-bg-2x.jpg);
	}
}
.page-title {
	font-size: 3.4rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 600;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:960px) {
	.page-title {
		font-size: 2.4rem;
	}		
}

.recruit-p-mds {
	font-size: 2.4rem;
	font-weight: 600;
	color: #0088d2;
}
.recruit-p-mds + h2 {
	margin-top: 50px;
}
@media screen and (max-width:960px) {
	.recruit-p-mds + h2 {
		margin-top: 20px;
	}
}
.recruit01-wrap {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.recruit01-wrap + .recruit01-wrap {
	margin-top: 70px;
}
.recruit01-left {
	width: 320px;
}
.recruit01-right {
	max-width: 600px;
}
.recruit01-left p {
	font-size: 1.6rem;
	line-height: calc(27 / 16);
	margin-top: 5px;
}
@media screen and (max-width:960px) {
	.recruit01-wrap {
		margin-top: 20px;
		display: block;
		justify-content: flex-start;
		gap: 0;
	}
	.recruit01-wrap + .recruit01-wrap {
		margin-top: 30px;
	}
}
.recruit02-box {
	width: 100%;
	margin-top: 40px;
	background-color: #f5fafc;
	padding: 25px;
}
.recruit02-box h3 {
	margin-top: 0;
	font-size: 2.1rem;
	line-height: calc(26 / 21);
}
.recruit02-box ul {
	margin-top: 5px;
}
.recruit02-box li {
	font-size: 1.9rem;
	line-height: calc(28 / 19);
	font-weight: 600;
	position: relative;
	padding-left: 1em;
}
.recruit02-box li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.recruit02-box p {
	margin-top: 10px;
}
.recruit03-01-wrap > p {
	font-size: 2.1rem;
	margin-top: 30px;
}
.recruit03-01-tbl {
	margin-top: 30px;
	width: 100%;
	table-layout: auto;
}
.recruit03-01-tbl tr > * {
	border: 1px solid #9fa0a0;
	background-color: #fff;
}
.recruit03-01-tbl th {
	color: #0088d2;
	text-align: center;
	vertical-align: middle;
	font-size: 1.6rem;
	width: 21.875%;
	padding-top: 28px;
	padding-bottom: 28px;
}
.recruit03-01-tbl td {
	padding-left: 26px;
	padding-right: 26px;
	font-size: 1.6rem;
	line-height: calc(28 / 16);
	padding-top: 22px;
	padding-bottom: 22px;
}
.recruit03-01-tbl td li {
	position: relative;
	line-height: calc(28 / 16);
	padding-left: 1em;
}
.recruit03-01-tbl td li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width:560px) {
	.recruit02-box {
		margin-top: 20px;
	}
	.recruit03-01-wrap > p {
		font-size: 1.8rem;
		line-height: calc(24 / 18);
		margin-top: 20px;
	}
	.recruit03-01-tbl {
		margin-top: 20px;
	}
	.recruit03-01-tbl th,
	.recruit03-01-tbl td {
		display: block;
	}
	.recruit03-01-tbl th {
		width: 100%;
		border-bottom: none;
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: left;
		padding-left: 20px;
		background-color: #e8f2fa;
	}
	.recruit03-01-tbl td {
		padding-left: 20px;
		padding-right: 20px;
	}
	.recruit03-01-tbl tr + tr th {
		border-top: none;
	}
}

.recruit03-01-dl {
	margin-top: 40px;
}
.recruit03-01-dl > div {
	display: flex;
}
.recruit03-01-dl > div + div {
	margin-top: 60px;
	position: relative;
}
.recruit03-01-dl > div + div::before {
	content: "";
	width: 56px;
	height: 28px;
	background-color: #0088d2;
	clip-path: polygon(50% 28px, 0% 0%, 56px 0%);
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
}
.recruit03-01-dl dt {
	width: 210px;
	min-height: 120px;
	border: 1px solid #9fa0a0;
	background-color: #e8f2fa;
	font-size: 2.1rem;
	line-height: calc(30 / 21);
	font-weight: 600;
	color: #0088d2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recruit03-01-dl dd {
	width: calc(100% - 210px);
	border: 1px solid #9fa0a0;
	border-left: none;
	font-size: 1.6rem;
	line-height: calc(29 / 16);
	padding-top: 33px;
	padding-bottom: 33px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff;
}
.recruit03-01-dl + h2 {
	margin-top: 100px;
}
.recruit-form-block-wrap {
	margin-top: 30px;
}
.recruit-tel {
	margin-top: 40px;
}
.recruit-tel > a {
	font-size: 2.8rem;
	line-height: calc(34 / 28);
	letter-spacing: .08em;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
.recruit-obo {
	margin-top: 40px;
}
.recruit-form-block-wrap > p:last-of-type {
	margin-top: 50px;
}
@media screen and (max-width:560px) {
	.recruit03-01-dl > div {
		display: block;
	}
	.recruit03-01-dl dt {
		display: block;
		width: 100%;
		min-height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1.8rem;
	}
	.recruit03-01-dl dd {
		width: 100%;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		border-top: none;
		border-left: 1px solid #9fa0a0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* ==============================
Recruit Form
============================== */
.wpcf7-form-control-wrap {
 display:block;
}
.recruit-form-wrap {
	max-width: 960px;
	margin: 0 auto;
}
.recruit-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: calc(27 / 16);
	margin-bottom: 30px;
}
.recruit-table th, .recruit-table td {
	border: 1px solid #9fa0a0;
	vertical-align: top;
}
.recruit-th {
	width: 25%;
	font-size: 1.6rem;
	line-height: calc(27 / 16);
	background: #e8f2fa;
	color: #0088d2;
	text-align: left;
	padding-top: 31px;
	padding-bottom: 31px;
	padding-left: 14px;
	position: relative;
}
.recruit-td {
	font-size: 1.6rem;
	line-height: calc(27 / 16);
	background: #fff;
	padding-top: 31px;
	padding-bottom: 31px;
	padding-left: 18px;
	padding-right: 18px;
}
.recruit-required {
	background: #e60012;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	padding: 4px 14px;
	position: absolute;
	right: 15px;
	top: 34px;
}
.recruit-input {
	width: 100%;
	height: 39px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: -6px;
	margin-bottom: -6px;
}
.recruit-textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.recruit-privacy-box {
	background: #fff;
	border: 1px solid #ccc;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-y: auto;
	border-radius: 4px;
	font-size: 1.5rem;
	line-height: calc(29 / 15);
}
.recruit-privacy-box p {
	font-size: 1.5rem;
	line-height: calc(29 / 15);
}
.recruit-privacy-check {
	font-size: 1.6rem;
	line-height: calc(27 / 16);
	color: #0088d2;
}
.recruit-submit-wrap {
	text-align: center;
	margin-top: 40px;
}
.recruit-submit {
	background: #0088d2;
	color: #fff;
	font-size: 18px;
	border: none;
	padding: 18px 120px;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.recruit-br{
display:block;
}

@media screen and (max-width:960px){
	.recruit-th,
	.recruit-td {
		display: block;
		width: 100%;
	}
	.recruit-table th {
		border-bottom: none;
	}
	.recruit-table tr + tr th {
		border-top: none;
	}
	.recruit-th {
		text-align: left;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 14px;
		border-bottom: none;
		position: relative;
	}
	.recruit-required {
		top: 50%;
		transform: translateY(-50%);
	}
	.recruit-br{
		display:none;
	}
}
.home .grecaptcha-badge {
    display: none !important;
}
