/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
	vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
	.pc-tab {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.pc-tab {
		display: none;
	}
}

/* 要項ページ body */
.single-post_recruit {
	color: var(--sub-txt, #333);
	word-break: break-word;
	font-weight: 500;
}

.c-headline-001__en {
	font-weight: 400;
/* text-transform: uppercase; */
}

.c-headline-001__ja {
	font-weight: 500;
	line-height: 1.6;
}

.m-footer-001__copyright {
	padding: 30px 0;
	font-family: inherit;
}

@media screen and (max-width: 767px) {
	.m-footer-001__copyright {
		padding: 20px 0;
	}
}

div[class^="m-require-"][class$="__detail-ttl"] {
	font-weight: 700;
	color: var(--sub-txt);
}

div[class^="m-require-"][class$="__detail-desc"] {
	font-weight: 500;
}

.m-header-001__logo {
	padding: 18px 40px;
}

@media screen and (max-width: 767px) {
	.m-header-001__logo {
		padding: 15px;
	}
}

.m-header-001__logo-link-img {
	max-height: 34px;
}

@media screen and (max-width: 767px) {
	.m-header-001__logo-link-img {
		max-height: 24px;
	}
}

/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
background-color: transparent;
} */


/* 募集要項の罫線 */
div[class^="m-require-"][class$="__detail-row"] {
	border-color: var(--primary-border);
}

/* 見出し下の余白設定 */
.c-headline-001 {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.c-headline-001 {
		margin-bottom: 20px;
	}
}

/* 見出し後のコンテンツの上余白を削除 */
.c-headline-001 + * {
	padding-top: 0;
	margin-top: 0;
}

/* フッター */
.m-footer-001 {
	color: var(--primary, #04a1af);
	background: #e5f4fa;
}

@media screen and (max-width: 767px) {
	.c-headline-001__ja,
	[class$="__headline-txt"],
	[class$="__content-ttl"] {
		font-size: 2rem;
		letter-spacing: .2rem;
	}
}

@media screen and (max-width: 374px) {
	.c-headline-001__ja,
	[class$="__headline-txt"],
	[class$="__content-ttl"] {
		font-size: 1.8rem;
		letter-spacing: .1rem;
	}
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
/* 色調整 */
.m-about-003 {
/* background: #000 !important; */
}

.m-about-003__headline-txt {
/* color: var(--primary); */
}

.m-about-003__desc-txt {
/* color: #fff; */
}

/* その他 */
.m-about-003 {
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.m-about-003 {
		padding: 40px 0;
	}
}

.m-about-003__detail {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.m-about-003__detail {
		padding: 20px 0 0;
	}
}

.m-about-003__headline {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.m-about-003__headline {
		margin-bottom: 20px;
	}
}

.m-about-003__headline:only-child {
	margin-bottom: 0;
}

.m-about-003__headline + .m-about-003__desc {
	margin-top: -2px;
}

.m-about-003__headline-txt {
	font-weight: 700;
}

.m-about-003__desc-txt {
	padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
	.m-about-003__desc-txt {
		padding: 24px 0 0;
	}
}

.m-about-003__desc-txt:first-child {
	padding-top: 0;
}

/* -------------------------------------------
社風 002
------------------------------------------- */
.m-culture-002 {
	background: #e5f4fa !important;
}
@media screen and (max-width: 767px) {
	.m-culture-002 {
		padding: 40px 0;
	}
}

.m-culture-002 .c-headline-001__en {
	color: var(--primary);
}

@media screen and (max-width: 1024px) {
	.m-culture-002__list-item {
		padding-bottom: 18px;
	}
}

.m-culture-002__list-item:first-child {
	padding-top: 0;
}

.m-culture-002__list-item:last-child {
	padding-bottom: 0;
}

@media screen and (min-width: 1025px) {
	.m-culture-002__list-item:nth-child(2) {
		padding-top: 0;
	}
}

@media screen and (min-width: 1025px) {
	.m-culture-002__list-item:nth-child(odd):nth-last-child(2) {
		padding-bottom: 0;
	}
}

.m-culture-002__list-item-figure-img {
	vertical-align: bottom;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.m-culture-002__list-item:last-child .m-culture-002__list-item-detail {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.m-culture-002__list-item-detail {
		padding-bottom: 0;
	}
}

.m-culture-002__list-item-detail-ttl {
	border-color: var(--primary-border, #04a1af);
	border-width: 1px 0;
	font-weight: 700;
}

.m-culture-002__list-item-detail-ttl-txt {
	font-size: 2rem;
}

.m-culture-002__list-item-detail-desc {
	padding: 0;
}

/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
	padding: 80px 20px;
}

@media screen and (max-width: 767px) {
	.m-culture-003 {
		padding: 40px 20px;
	}
}

.m-culture-003__inner {
	max-width: 800px;
}

.m-culture-003 .c-headline-001__en {
/* color: #fff; */
}

.m-culture-003 .c-headline-001__ja {
/* color: #fff; */
}

.m-culture-003__list {
	padding: 0;
}

.m-culture-003__list-item {
	margin: 0;
	padding: 0 0 60px 0;
}

@media screen and (max-width: 1024px) {
	.m-culture-003__list-item {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.m-culture-003__list-item {
		padding-bottom: 30px;
	}
}

.m-culture-003__list-item:last-child {
	padding-bottom: 0;
}
.m-culture-003__list-item-figure {
	margin: 0;
}

.m-culture-003__list-item-detail {
	padding: 20px 20px 0;
}

@media screen and (max-width: 1024px) {
	.m-culture-003__list-item-detail {
		padding: 20px 0 0;
	}
}

.m-culture-003__list-item-detail-ttl {
	border: solid var(--primary-border, #dddddd);
	border-width: 0 0 1px;
	font-weight: 700;
}

.m-culture-003__list-item-detail-ttl-txt {
	font-size: 2rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.m-culture-003__list-item-detail-ttl-txt {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 320px) {
	.m-culture-003__list-item-detail-ttl-txt {
		font-size: 1.6rem;
	}
}

.m-culture-003__list-item-detail-desc-txt {
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	.m-culture-003__list-item-detail-desc-txt {
		font-size: 1.5rem;
	}
}

/* -------------------------------------------
福利厚生 001
------------------------------------------- */
/* 色調整 */
.m-welfare-001 {
	background: #e5f4fa !important;
}

.m-welfare-001 .c-headline-001__en {
/* color: var(--primary); */
}

.m-welfare-001__list-item-inner {
	border-color: var(--primary-border);
/* background: #000; */
}

.m-welfare-001__list-item-ttl-num {
/* color: var(--primary-txt); */
background: #0191cf;
font-weight: 400;
}

.m-welfare-001__list-item-ttl-txt {
/* color: var(--primary); */
}

.m-welfare-001__list-item-desc-txt {
/* color: #fff; */
}

.m-welfare-001__desc-txt {
/* color: var(--sub-txt); */
}

/* その他 */
.m-welfare-001__inner {
	max-width: 1140px;
	padding: 0 30px;
}
@media screen and (max-width: 1024px) {
	.m-welfare-001__inner {
		padding: 0 20px;
	}
}

.m-welfare-001__list{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -20px;
}

@media screen and (max-width: 1024px) {
	.m-welfare-001__list{
		margin-top: 0;
	}
}

.m-welfare-001__list-item {
	padding: 20px 10px 0;
}

@media screen and (max-width: 1024px) {
	.m-welfare-001__list-item {
		width: 100%;
		padding: 20px 0 0;
	}
}

@media screen and (max-width: 1024px) {
	.m-welfare-001__list-item:first-child {
		padding-top: 0;
	}
}

.m-welfare-001__list-item-ttl {
	margin-bottom: 20px;
}

.m-welfare-001__list-item-ttl:last-child {
	margin-bottom: 0;
}

.m-welfare-001__list-item-ttl-txt {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.m-welfare-001__list-item-ttl-txt {
		font-size: 2rem;
	}
}

.m-welfare-001__list-item-figure {
	margin-bottom: 10px;
}

.m-welfare-001__list-item-figure:last-child {
	margin-bottom: 0;
}

.m-welfare-001__list-item-desc {
	padding: 0;
}

.m-welfare-001__list-item-ttl + .m-welfare-001__list-item-desc {
	margin-top: -2px;
}

.m-welfare-001__list-item-desc-txt {
	font-size: 1.5rem;
	text-align: justify;
}

.m-welfare-001__desc {
	padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
	.m-welfare-001__desc {
		padding-top: 20px;
	}
}

.m-welfare-001__desc-txt {
	padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
	.m-welfare-001__desc-txt {
		padding: 24px 0 0;
	}
}

.m-welfare-001__desc-txt:first-child {
	padding-top: 0;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
/* 色調整 */
.m-message-003 {
/* background: #000 !important; */
}

.m-message-003__headline-txt {
/* color: var(--primary); */
}

.m-message-003__desc-txt {
/* color: #fff; */
}

/* その他 */
.m-message-003 {
	padding: 80px 20px;
}

@media screen and (max-width: 767px) {
	.m-message-003 {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 1024px) {
	.m-message-003__inner {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
}

@media screen and (max-width: 1024px) {
	.m-message-003__figure {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 1024px) {
	.m-message-003__detail {
		width: calc(100% - 20px);
		margin: -10% 0 0 20px;
	}
}

.m-message-003__headline {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.m-message-003__headline {
		margin-bottom: 20px;
	}
}

.m-message-003__headline:only-child {
	margin-bottom: 0;
}

.m-message-003__headline-txt {
	font-weight: 700;
}

.m-message-003__headline + .m-message-003__desc {
	margin-top: -2px;
}

.m-message-003__desc-txt {
	padding: 0 0 30px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.m-message-003__desc-txt {
		padding: 0 0 24px;
	}
}

.m-message-003__desc-txt:last-child {
	padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
	.m-message-003__desc-txt:last-child {
		padding-bottom: 2px;
	}
}

.m-message-003__desc:only-child .m-message-003__desc-txt:last-child {
	padding-bottom: 0;
}

.m-require-003 {
	padding-top: 20px;
}