@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
:root {
    --font-en: 'Josefin Sans';
}
/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
    color: var(--sub-txt);
/* text-transform: uppercase; */
}

.c-headline-001__ja {
	font-weight: 700;
	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-row"] {
	border-color: var(--primary-border);
}

.single-post_recruit .m-header-001 {
	background: rgba(255, 255, 255, .5);
}

.m-header-001__btn-link-txt {
    color: var(--sub-txt);
}

.m-kv-001 {
	margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
	.m-kv-001 {
		margin-top: -52px; /* SPヘッダーの高さ */
	}
}

/* 見出し下の余白設定 */
.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;
}

@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;
	}
}

.m-header-001__logo {
	padding: 4px 40px;
}

@media screen and (max-width: 767px) {
	.m-header-001__logo {
		padding: 4px 15px;
	}
}

.m-header-001__logo-link-img {
	max-height: 67px;
}

@media screen and (max-width: 767px) {
	.m-header-001__logo-link-img {
		max-height: 44px;
	}
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
	padding: 80px 20px;
    background: #f4e0fb !important;
}

@media screen and (max-width: 767px) {
	.m-jobs-001 {
		padding: 40px 20px;
	}
}

.m-jobs-001__list-item-detail-ttl {
	background: var(--primary);
	color: var(--sub-txt);
}

.m-jobs-001__list-item-detail-desc {
	color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
	.m-jobs-001__content-desc {
		text-align: left;
	}
}

.m-jobs-001__list {
	padding: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
    .m-jobs-001__list-item {
        padding-top: 0;
    }
}

.m-jobs-001__list-item:last-child {
	padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
	align-items: center;
}

.m-jobs-001__list-item-figure {
	min-height: 490px;
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
	.m-jobs-001__list-item-figure {
		min-height: auto;
        border-radius: 10px;
	}
}

.m-jobs-001__list-item-detail {
	width: 40%;
	margin: 0 0 0 3%;
	padding: 40px 40px 40px 0px;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item-detail {
	width: 45%;
	margin: 0;
	padding: 40px 0% 40px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.m-jobs-001__list-item-detail {
		padding: 20px 3% 40px 15px;
	}
}

@media screen and (max-width: 767px) {
	.m-jobs-001__list-item-detail {
		width: 100%;
		margin: 0 0 0 0%;
		padding: 20px 0;
	}
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
	margin: 0 3% 0 0;
	padding: 40px 0px 40px 40px;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
	margin: 0;
	padding: 40px 40px 40px 0%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
		padding: 20px 40px 40px 0%;
	}
}

@media screen and (max-width: 767px) {
	.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
		margin: 0;
		padding: 20px 0;
	}
}

.m-jobs-001__list-item-detail-ttl {
	padding: 0 10px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}

/* IE対応 */
_:-ms-fullscreen,
:root .m-jobs-001__list-item-detail-ttl {
	padding-top: 8px;
}

@media screen and (max-width: 767px) {
	.m-jobs-001__list-item-detail-ttl {
		margin: 0 0 10px;
		padding: 2px 10px;
		font-size: 2rem;
	}
}

.m-jobs-001__list-item-detail-desc {
	font-weight: 500;
	text-align: justify;
}

/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
	.m-jobs-001__list-item-inner,
	.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
		flex-direction: column;
	}
	.m-jobs-001__list-item-figure {
		width: 100%;
		min-height: 440px; /*適宜変更*/
	}
	.m-jobs-001__list-item-detail {
		width: 100%;
		margin: 0;
		padding: 20px 0px;
	}
	.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
		padding: 20px 0px;
	}
	.m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.m-jobs-001__list-item-figure {
		min-height: auto;
	}
}



/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
	padding: 80px 20px;
    background: #fff2e0 !important;
}

.m-jobs-005__list-item-detail {
/* background: #d6be0e; */
color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
	.m-jobs-005 {
		padding: 40px 20px;
	}
}

.m-jobs-005__content-images-figure-img {
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .m-jobs-005__content-images-figure-img {
        border-radius: 10px;
    }
}

.m-jobs-005__content-ttl {
	font-size: 3rem;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.m-jobs-005__content-ttl {
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 1025px) {
	.m-jobs-005__list > * {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1024px) {
	.m-jobs-005__list-item:last-child {
		padding-bottom: 0;
	}
}

.m-jobs-005__content-desc {
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.m-jobs-005__content-desc {
		text-align: left;
	}
}

.m-jobs-005__list-item,
.m-jobs-005__list-item-inner {
	display: flex;
}

.m-jobs-005__list-item-detail-job {
	font-weight: 600;
	line-height: 1.4;
}

.m-jobs-005__list-item-detail-ttl {
	margin-top: 24px;
	font-weight: 500;
	font-size: 25px;
	font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
	.m-jobs-005__list-item-detail-ttl {
		font-size: 18px;
		font-size: 1.8rem;
		margin-top: 20px;
	}
}

@media screen and (max-width: 374px) {
	.m-jobs-005__list-item-detail-ttl {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/* -------------------------------------------
1日の仕事の流れ 002
------------------------------------------- */
.m-schedule-002 {
/* background: #000 !important; */
}

.m-schedule-002__list-item-time::before {
	background: var(--sub-txt);
	left: -8px;
}

.m-schedule-002__list-item-time-txt {
	color: var(--sub-txt);
}

.m-schedule-002__list-item-time::after {
	border: 2px solid var(--sub-txt);
	background: #fff;
}

.m-schedule-002__list-item-content {
	background: #ffe6c5;
}

.m-schedule-002__list-item-ttl {
	font-weight: 700;
	color: var(--sub-txt);
}

@media screen and (max-width: 767px){
	.m-schedule-002__list-item-ttl {
		font-size: 1.4rem;
	}
}

.m-schedule-002__list-item-desc {
    padding-bottom: 0;
}

.m-schedule-002__list-item-desc-txt {
	color: var(--sub-txt);
}

.m-schedule-002__list::after {
	background: var(--sub-txt);
}

.m-schedule-002__list-item-figure {
    max-width: 620px;
}

.m-schedule-002__list-item-figure-img {
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .m-schedule-002__list-item-figure-img {
        border-radius: 10px;
    }
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
/* 色調整 */
.m-about-004 {
background: #fff2e0 !important;
}

.m-about-004__headline-txt {
	color: var(--sub-txt);
}

.m-about-004__desc-txt {
/* color: #fff; */
}

/* その他 */
.m-about-004 {
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.m-about-004 {
		padding: 40px 0;
	}
}

.m-about-004__figure-img {
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .m-about-004__figure-img {
        border-radius: 10px;
    }
}

.m-about-004__detail {
	padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
	.m-about-004__detail {
		padding: 20px 20px 0;
	}
}

@media screen and (max-width: 320px) {
	.m-about-004__detail {
		padding: 20px 10px 0;
	}
}

.m-about-004__headline {
	margin-bottom: 30px;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.m-about-004__headline {
		margin-bottom: 20px;
	}
}

.m-about-004__headline:only-child {
	margin-bottom: 0;
}

.m-about-004__headline + .m-about-004__desc {
	margin-top: -2px;
}

.m-about-004__desc-txt {
	padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
	.m-about-004__desc-txt {
		padding-top: 24px;
		text-align: left;
	}
}

.m-about-004__desc-txt:first-child {
	padding-top: 0;
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
/* 色調整 */
.m-message-004 {
/* background: #000 !important; */
}

.m-message-004::before {
background: #f4e0fb;
}

.m-message-004__headline-txt {
/* color: var(--primary); */
}

.m-message-004__desc-txt {
/* color: #fff; */
}

/* その他 */
.m-message-004 {
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.m-message-004 {
		padding: 20px 0 40px;
	}
}

.m-message-004::before {
	top: 0;
	max-height: 45vw;
}

.m-message-004__figure-img {
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .m-message-004__figure-img {
        border-radius: 10px;
    }
}

.m-message-004__detail {
	padding-bottom: 0;
}

.m-message-004__headline {
	margin-bottom:40px;
}

@media screen and (max-width: 767px) {
	.m-message-004__headline {
		margin-bottom: 20px;
	}
}

.m-message-004__headline:only-child {
	margin-bottom: 0;
}

.m-message-004__headline + .m-message-004__desc {
	margin-top: -2px;
}

.m-message-004__desc-txt {
	padding: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
	.m-message-004__desc-txt {
		text-align: left;
		padding-bottom: 24px;
	}
}

.m-message-004__desc-txt:first-child {
	padding-top: 0;
}

.m-message-004__desc-txt:last-child {
	padding-bottom: 0;
}

/* -------------------------------------------
1日の仕事の流れ 005
------------------------------------------- */
.m-schedule-005__list-item-inner {
	background: #ffe1ec;
}

.m-schedule-005__list-item-time {
	background: #dcb2fc;
    color: var(--sub-txt);
}

.m-schedule-005__list-item:last-child{
	padding-bottom: 0;
}

.m-schedule-005 {
	padding: 80px 0;
/* background: #eee !important; */
}

@media screen and (max-width: 767px) {
	.m-schedule-005 {
		padding: 40px 0;
	}
}

.m-schedule-005 .c-headline-001 {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.m-schedule-005__list-item {
		padding: 18px 20px;
	}
}

.m-schedule-005__list-item:first-child {
	padding: 20px 24px 24px 24px;
}

@media screen and (max-width: 767px) {
	.m-schedule-005__list-item:first-child {
		padding: 24px 20px 20px 20px;
	}
}

.m-schedule-005__list-item:last-child{
	padding-bottom: 0;
}

.m-schedule-005__list-item-inner {
/* background: #e5f3e8; */
}

.m-schedule-005__list-item-figure-img {
	max-width: 580px;
    border-radius: 16px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .m-schedule-005__list-item-figure-img {
        border-radius: 10px;
    }
}

/* -------------------------------------------
インタビュー 002
------------------------------------------- */
/* 色調整 */
.m-interview-002 {
    background: #f4e0fb !important;
}
.m-interview-002__contents-section-detail-ttl {
	color: var(--sub-txt);
	border-bottom: solid 1px var(--sub-txt);
}

.m-interview-002__contents-section-detail-intro {
    color: var(--sub-txt);
}

/* その他 */
.m-interview-002 {
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.m-interview-002 {
		padding: 40px 0;
	}
}

.m-interview-002__nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.m-interview-002__nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.m-interview-002__nav-item-btn {
	display: flex;
	flex-direction: column;
}

.m-interview-002__nav-item-ttl {
    border-color: var(--sub-txt);
}

.m-interview-002__nav-item-btn.is-active .m-interview-002__nav-item-ttl {
    border-color: var(--primary);
}

.m-interview-002__nav-item-figure {
	min-height: 1px; /* for IE */
}

.m-interview-002__nav-item-ttl {
	flex: 1 0 auto;
    color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
	.m-interview-002__contents {
		margin-top: 35px;
	}
}

@media screen and (max-width: 767px) {
	.m-interview-002__contents-section:last-child {
		margin: 0 -20px;
	}
}

.m-interview-002__contents-section-detail-content-txt {
    margin-bottom: 0;
}

.m-interview-002__contents-section-figure + .m-interview-002__contents-section-detail {
	margin-top: -60px;
}

.m-interview-002__contents-section-detail-ttl {
	font-weight: 700;
	font-size: 20px;
	font-size: 2rem;
}

@media screen and (max-width: 374px) {
	.m-interview-002__contents-section-detail-ttl {
		font-size: 28px;
		font-size: 1.8rem;
	}
}

.m-interview-002__contents-section-figure-img {
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .m-interview-002__contents-section-figure-img {
        border-radius: 10px;
    }
}

.m-interview-002__contents-card {
    color: var(--sub-txt);
}

.m-interview-002__contents-card-content::before {
    border-color: var(--sub-txt);
}

.m-interview-002__contents-card-content::after {
    background: var(--sub-txt);
}


.m-interview-002__contents-section-detail-content-txt-block {
    font-weight: 500;
}

.m-require-002__detail-ttl {
    color: var(--sub-txt);
}

.m-require-002__detail-ttl {
    font-weight: 700;
}

.m-require-002__detail-desc {
    font-weight: 500;
}

.m-require-002__entry-btn {
    color: var(--sub-txt);
}

.m-footer-001__copyright {
    color: var(--sub-txt);
}

.g-pagetop-btn::after {
    border-color: var(--sub-txt);
}

.m-footer-001 {
    background: #f4e0fb;
}

.sp320 {
    display: none;
}

@media screen and (max-width: 374px) {
    .sp320 {
        display: block;
    }
}