@charset "UTF-8";
/*
Theme Name: fujikougei_recruit
Theme URl: https://officepartner.synology.me/fujikougei/cms/recruit
Author: Office Partner
Description: 株式会社フジ工芸 リクルートサイトページテーマ
*/

html {
	/* mobile viewport bug fix */
	height: -webkit-fill-available;
}

html,
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #191a19;
	background-color: #fdfffa;
	font-family: "Montserrat", "Noto Sans JP", "Helvetica Neue", Arial,
		"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	min-height: 100vh;
	/* mobile viewport bug fix */
	min-height: -webkit-fill-available;
	width: 100vw;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

p {
	padding: 0;
	margin: 0;
	margin-block-end: 0;
	margin-block-start: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #191a19;
	transition: 0.5s;
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
section {
	padding: 0;
}

/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #191a19;
	text-align: center;
}

/* Loading画像中央配置　*/
#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash-logo img {
	width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#header {
	background-color: transparent;
	position: absolute;
	z-index: 998;
	width: 100%;
}

/*===== 上部固定させるためのCSS =====*/
/* JSを使いfixedクラスが付与された際の設定 */
#header.fixed {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(46, 114, 77, 0.25);
	box-shadow: 0px 5px 5px 0px rgba(200, 200, 200, 0.5);
}
/*===== ここまで　上部固定させるためのCSS =====*/

.header__wrapper {
	width: 100%;
	height: 100px; /* 高さ指定 */
	display: flex;
	padding-left: 8.27%;
	padding-right: 2rem;
	justify-content: space-between;
	align-items: center;
}

/* ヘッダー左側 ロゴコンテナ */

.header__logocontainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.header__logocontainer img {
	vertical-align: middle;
}

.header__logo {
	display: flex;
	align-items: center;
	max-width: 240px;
	flex: 1 2.5;
	position: absolute;
	transform: translate(-50%, 0%);
	left: 50%;
}

.header__logocontainer p {
	font-weight: 600;
	vertical-align: middle;
	font-size: min(2.5vw, 20px);
}

/*--------ここから gnav （ハンバーガーメニュー）--------*/
#gnav {
	display: flex;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.display960--none {
	display: none;
}

.gnav__list {
	display: flex;
	width: 57%;
	align-items: center;
}

.gnav__item {
	flex-grow: 1;
	width: 25%;
	display: flex;
	justify-content: center;
}

ul.gnav__list li.gnav__item:last-child a.gnav__link {
	letter-spacing: 0.45em;
}

.gnav__linkbtns {
	width: 28%;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	line-height: 1.1;
}

.span--inline {
	display: none;
}

:where(nav li)::before {
	content: "";
}

.gnav__linkbtns--item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fdfdfd;
	padding: 10px;
}
.gnav__linkbtns--item h2 {
	padding-bottom: 5px;
	font-weight: 600;
}

.gnav__linkbtns--item h3 {
	font-weight: 600;
}

.gnav__linkbtns--item:nth-child(1) {
	background: linear-gradient(
		90deg,
		rgba(51, 227, 255, 1) 0%,
		rgba(16, 254, 123, 1) 35%,
		rgba(16, 254, 123, 1) 100%
	);
	width: 46%;
}

.gnav__linkbtns--item:nth-child(2) {
	background-color: #04140a;
	width: 51%;
}

.link--Entry div {
	font-size: 0.875rem;
}

a.gnav__link {
	text-align: center;
}

a.gnav__link:hover {
	opacity: 0.7;
}

a.link--Corporate {
	color: #fdfdfd;
	font-weight: 700;
}

a.link--Entry:hover {
	border-bottom: none;
	opacity: 0.5;
}

/*--------ここから カバー--------*/
.cover {
	background-image: url("../images/pc-img/background-img.png");
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
	position: relative;
	padding-bottom: 240px;
	width: 100%;
}

.cover img {
	max-height: 410px;
}

.sp_br {
	display: none;
}

.cover__overlay {
	font-family: 'Arial',sans-serif;
	width: 80%;
	display: flex;
	flex-direction: column;
	font-size: 5vw;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1px rgba(16, 254, 123, 1);
	-webkit-text-fill-color: transparent;
	line-height: 1;
	letter-spacing: 0.1em;
	position: absolute;
	z-index: 10;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.copy--mid {
	align-self: center;
	margin-top: 5%;
}

.copy--bottom {
	align-self: flex-end;
	margin-top: 5%;
}

.swiper.slider--upper {
	padding-top: 100px;
}

/*---------ここから メイン---------*/
#main__container {
	background-image: url("../images/pc-img/background-repeat.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
}

/*--------ここから メインナビ--------*/
.mnav__list {
	display: flex;
	justify-content: space-between;
	height: 80px;
	background-color: transparent;
}

.mnav__item {
	background-color: transparent;
	width: 20%;
	font-size: clamp(18px, 1.5vw, 20px);
	font-weight: 500;
	border: solid #2e724d;
	border-width: 0.5px 0 0.5px 0.5px;
	display: grid;
	place-items: center;
	align-content: center;
	padding: 20px;
}

.mnav__item:last-child {
	border-width: 0.5px 0.5px 0.5px 0.5px;
}

.mnav__item a {
	text-align: center;
	line-height: 1.1;
}
.mnav__item a div {
	letter-spacing: 0.08em;
}
.mnav__item a small {
	letter-spacing: -0.05em;
	font-weight: 400;
}

.main__nav {
	position: absolute;
	z-index: 10;
	width: 100vw;
}
.main__nav.clone-nav {
	position: fixed;
	top: -100px; /* 画面の外に表示 */
	left: 0;
	transition: all 1s;
	background-color: rgba(253 255 250);
	box-shadow: 0px 5px 5px 0px rgba(200, 200, 200, 0.5);
	z-index: 990;
}

.main__nav.clone-nav.is-fixed-nav {
	top: 0;
}

/*--------ここから メインコンテンツ--------*/
section {
	padding-bottom: 160px;
}

.section__title {
	display: flex;
	align-items: center;
}

#jobs .section__title {
	flex-direction: column;
}

#jobs .section__title--upper {
	display:flex;
	align-items: center;
	width: 100%;
}


.section__title--en {
	font-size: clamp(28px, 7vw, 80px);
	font-weight: 700;
	color: #10fe7b;
	line-height: 0.75;
	margin-right: 10px;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	text-align: end;
}

.section__title--jp {
	background: linear-gradient(
		90deg,
		rgba(51, 227, 255, 1) 0%,
		rgba(16, 254, 123, 1) 35%,
		rgba(16, 254, 123, 1) 100%
	);
	display: flex;
	align-self: flex-start;
	padding: 2vw;
	width: 20%;
	font-weight: 500;
}

#infographic .section__title,
#recruit-info .section__title {
	align-items: flex-start;
}

.section__contents {
	margin-top: 80px;
}

/*--------ここから 代表メッセージエリア--------*/
section#message {
	padding-top: 60px;
	position: relative;
}

#message__wrapper {
	position: relative;
	background-color: #2e724d;
}

#message .section__title {
	position: absolute;
	z-index: 1;
	width: 100%;
}

#message .section__contents {
	display: flex;
	padding: 80px 0;
	margin-top: 0;
}

#message__contents img {
	width: 52%;
}

.message__container {
	position: absolute;
	right: 0;
	top: 18%;
	z-index: 2;
	width: 55%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.message__catch {
	background-color: #191a19;
	color: #fdfffa;
	font-weight: 500;
	font-size: clamp(20px, 2vw, 28px);
	line-height: 1.1;
	padding: 10px 20px;
}

.message__text {
	background-color: #fdfffa;
	padding: 30px 12.5% 30px 20px;
	font-size: clamp(14px, 1.2vw, 18px);
}

/*--------ここから 仕事内容エリア--------*/
.jobs__container {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-bottom: 100px;
}

#jobs .notes {
	margin: 1% 3%;
}

#jobs .section__title p {
	display: flex;
	align-self: end;
}

.jobs02,
.jobs04 {
	flex-direction: row-reverse;
}

.jobs-img__container {
	max-width: 60%;
	aspect-ratio: 5 / 2;
	margin-bottom: 3%;
}

.jobs__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 8%;
	padding: 1% 6% 3% 6%;
	width: 40%;
	background-color: #2e724d;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fdfffa;
	height: fit-content;
}

.jobs02 .jobs__box,
.jobs04 .jobs__box {
	left: initial;
	right: 0;
	margin-left: 0;
	margin-right: 8%;
}

.jobs__number {
	font-size: clamp(32px, 7vw, 80px);
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(16, 254, 123);
}

.jobs__tag {
	font-size: clamp(20px, 2.5vw, 28px);
	padding-bottom: 20px;
	font-weight: 500;
}

.jobs__text {
	font-weight: 300;
	letter-spacing: 0.05em;
}

/*--------ここから 社員インタビューエリア--------*/
#interview .section__contents {
	position: relative;
	margin-right: 8%;
	margin-left: 8%;
}

.interview__flexcontainer {
	display: flex;
	justify-content: space-between;
}

.interview__img img {
	aspect-ratio: 5/4;
	object-fit: cover;
}
/* 
.interview--02 {
	position: absolute;
	top: 0;
	right: 0;
} */

.interview__box {
	background-color: #fdfffa;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin-bottom: 30px;
	width:48%;
}

.interview__titlebox {
	display: flex;
	position: relative;
}

.interview__number {
	background-color: #10fe7b;
	color: #fdfffa;
	font-size: clamp(50px, 7vw, 100px);
	font-weight: 700;
	width: 35%;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.interview__number p {
	color: #191a19;
	font-size: clamp(20px, 2.5vw, 28px);
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.interview__personalinfo {
	color: #fdfffa;
	background-color: #191a19;
	padding: 30px;
	width: 65%;
}

.interview__personalinfo div {
	display: flex;
	align-items: baseline;
}

.name {
	font-size: clamp(24px, 2.5vw, 28px);
	font-weight: 500;
	margin-bottom: 40px;
}

.interview__columnbox {
	display:flex;
	flex-direction: column;
	width: 48%;
	padding-top: 160px;
}

.interview__columnbox.interview--02,
.interview__columnbox.interview--03 {
	padding-tog: 0;
}

.interview__contentsbox {
	padding: 8%;
}

.interviwe__QandA {
	margin-bottom: 40px;
	font-size: clamp(16px, 1.2vw, 20px);
}

.interview__Q {
	display: flex;
	padding-bottom: 20px;
	align-items: baseline;
	color: #2e724d;
	font-weight: 500;
}

.Q--letter {
	padding-right: 20px;
	font-size: clamp(24px, 2.5vw, 28px);
}

.interview__A {
	padding-left: 40px;
}

.daily-routine {
	background-color: rgba(253, 255, 250, 0.1);
	border: 1px solid rgba(16, 254, 123); /* ボーダー */
	border-right-color: rgba(16, 254, 123, 0.2);
	border-bottom-color: rgba(16, 254, 123, 0.2);
	-webkit-backdrop-filter: blur(3px); /* ぼかしエフェクト */
	backdrop-filter: blur(3px);
	box-shadow: 0 5px 20px rgba(46, 114, 77, 0.5); /* 薄い影 */
	padding: 6%;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	margin-top: 100px;
}

.daily-routine--title {
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 20px;
}

.daily-routine__flexcontainer {
	display: flex;
	justify-content: space-evenly;
}

.time-schedule {
	margin: 0 auto 0 6em;
	padding-left: 20px;
	width: 33%;
}

.time-schedule .time {
	width: 5em;
	display: inline-block;
	margin-left: -8em;
	padding: 0 0 5px;
	margin-top: 15px;
	vertical-align: top;
	position: relative;
	text-align: right;
	word-spacing: 2px;
}

.time span {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.time-schedule .schedule_box {
	display: inline-block;
	width: 100%;
	margin-left: 6%;
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
}

.time-schedule .time::before {
	content: "";
	position: absolute;
	right: -40px;
	top: 6px;
	background: #2e724d;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}

.time::after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 2px;
	height: 180%;
	background-color: #2e724d;
	right: -35px;
	top: 11px;
}

.time.leaving::after {
	content: none;
}

.time.am--last::after {
	height: 100%;
}

ul.time-schedule.pm {
	padding-top: 20px;
}

.time.pm--first::after {
	top: -15px;
	height: 260%;
}

.schedule_box p {
	margin-left: 35px;
	white-space: nowrap;
}

/*--------ここから 数字で見るフジ工芸エリア--------*/

.infographic__wrapper {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}


/*--------ここから 募集要項エリア--------*/
.br--none {
	display: none;
}

.recruit-info__wrapper {
	margin: 0 15.625%;
	background-color: #fdfffa;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.recruit-info__container {
	padding: 60px 120px;
}

.recruit-info__title {
	font-size: clamp(18px, 1.5vw, 24px);
	text-align: center;
	margin-bottom: 20px;
}

.recruit-info__list {
	display: flex;
}

.list--item {
	font-size: clamp(16px, 1.4vw, 22px);
	font-weight: 500;
	border-bottom: 1px solid #10fe7b;
	width: 30%;
	margin-right: 4%;
	padding: 20px 0;
}

.list--detail {
	font-size: clamp(14px, 1.2vw, 18px);
	border-bottom: 1px solid rgba(25, 26, 25, 0.55);
	width: 66%;
	padding: 20px 0;
}

.list--detail.flex--row {
  display: flex;
}

.list--detail.flex--row small {
	line-height: 1.8;
}


.list--detail .inner__flexbox {
	display: flex;
}

.marker {
	background-color: #10fe7b;
	padding: 1px 5px;
}

.license {
	display: flex;
}

.license--item {
	padding-left: 20px;
	line-height: 1.6;
}

/*--------ここから フッター--------*/
.ft__wrapper {
	background-color: #191a19;
	color: #fdfffa;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 0 5px;
}

.ft__container--upper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ft__container--lower {
	width: 100%;
	margin-top: 50px;
}

.ft__nav {
	position: static;
}

.ft__nav .mnav__item {
	border: none;
}

.ft__container--upper a {
	display: flex;
	justify-content: center;
}

.ft__logo--w {
	max-width: 400px;
}


.main__nav.ft__nav a {
	color: #fdfffa;
}

.ft__corporate--info {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact {
	display: flex;
	align-items: baseline;
	line-height: 0.8;
}

.ft__sitename {
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 600;
	margin: 10px 0 30px;
}

.ft__corporate--info {
	font-size: clamp(14px, 1.2vw, 18px);
}

.ft__corporate--info .number {
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 500;
	letter-spacing: 0.05em;
}

.ft__corporate--info .number a {
  color: #fdfffa
}


.ft__copyright {
	margin-top: 40px;
	text-align: center;
}

#js-pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
	z-index: 990;
}

/**
  以下、レスポンシブ対応
**/

/* ============ ここから 1279pxまでの処理 ============ */
@media screen and (max-width: 1279px) {
	.mnav__item {
		font-size: 1rem;
	}

	/* 代表メッセージエリア */
	.message__text {
		padding: 28px 10% 28px 18px;
	}

	/* 仕事内容エリア */
	section#jobs {
		padding-bottom: 0;
	}

	/* 社員インタビューエリア */

	.daily-routine__flexcontainer {
		flex-direction: column;
		align-items: center;
	}

	.time-schedule {
		margin: 0 0 0 6em;
	}

	ul.time-schedule.pm {
		padding-top: 0;
	}

	/* 募集要項エリア */
	.list--detail .inner__flexbox {
		flex-direction: column;
		padding-left: 10px;
	}
}

/* ============ ここから 1024pxまでの処理 ============ */
@media screen and (max-width: 1024px) {
	#jobs .notes {
		margin: 1%;
		font-size: 0.875rem;
	}
}

/* ============ ここから 960pxまでの処理 ============ */
@media screen and (max-width: 960px) {
	#js-pagetop {
		right: -10px;
	}
	#js-pagetop img {
		width: 80%;
	}
	
	.header__wrapper {
		padding-left: 5%;
		padding-right: 5%;
	}

	.header__logocontainer {
		width: 67%;
		justify-content: space-between;
	}

	.header__logocontainer .gnav__linkbtns {
		display: none;
	}

	.header__logo {
		width: 31vw;
	}

	.header__logocontainer p {
		font-weight: 600;
		vertical-align: middle;
		font-size: min(2.5vw, 18px);
	}

	/* ハンバーガーメニュー */
	.Toggle {
		z-index: 1000;
		position: relative;
		/* background-color: rgba(253, 253, 253, 0.4); */
		width: 50px;
		height: 50px;
		border-radius: 50%;
		cursor: pointer;
	}

	.Toggle span {
		display: inline-block;
		position: absolute;
		width: 50%;
		left: 15px;
		border-bottom: solid 2px #10fe7b;
		-webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
		-moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
		transition: 0.35s ease-in-out; /*変化の速度を指定*/
	}

	.Toggle span:nth-child(1) {
		top: 15px;
	}

	.Toggle span:nth-child(2) {
		top: 23px;
	}

	.Toggle span:nth-child(3) {
		top: 31px;
	}

	/* 最初のspanをマイナス45度に */
	.Toggle.active span:nth-child(1) {
		top: 18px;
		left: 15px;
		transform: translateY(6px) rotate(-45deg);
		-webkit-transform: translateY(6px) rotate(-45deg);
		-moz-transform: translateY(6px) rotate(-45deg);
	}

	.Toggle.active span:nth-child(2) {
		opacity: 0; /*真ん中の線は透過*/
	}

	/* 3番目のspanを45度に */
	.Toggle.active span:nth-child(3) {
		top: 30px;
		left: 15px;
		transform: translateY(-6px) rotate(45deg);
		-webkit-transform: translateY(-6px) rotate(45deg);
		-moz-transform: translateY(-6px) rotate(45deg);
	}

	/*トグルボタンが押されたときに付与するクラス*/
	#gnav.panelactive {
		transform: translateX(0%);
	}

	/*ナビメニューのスタイルを指定*/
	#gnav {
		position: fixed; /*表示位置を固定*/
		z-index: 999; /*重ね順を変更*/
		top: 0; /*表示位置を指定*/
		left: 0; /*表示位置を指定*/
		background: #eeefee; /*背景*/
		color: #04140a; /*文字色*/
		text-align: center; /*テキスト中央揃え*/
		width: 100vw !important; /*全幅表示*/
		min-height: 100vh; /* Fallback */
        min-height: calc(var(--vh, 1vh) * 100);
		transform: translateX(100%); /*ナビを上に隠す*/
		transition: all 0.5s ease-in-out; /*アニメーションの時間を指定*/
		margin-bottom: 20px;
		flex-direction: column;
		overflow: auto;
	}

	.gnav__list {
		background: #eeefee; /*背景*/
		width: 100%;
		margin: 0 auto;
		padding: 0;
		flex-direction: column;
		position: static !important;
		left: auto !important;
		top: auto !important;
		-webkit-transform: none !important;
		transform: none !important;
		justify-content: space-between !important;
		padding-top: 15% !important;
		padding-bottom: 5%;
		overflow: auto;
	}

	.gnav__item {
		font-size: 1.1rem;
		list-style-type: none;
		padding: 0;
		width: 100% !important;
	}

	a.gnav__link {
		display: block; /*クリックできる領域を広げる*/
		padding: 0.8em 0;
		width: 100%;
	}

	.gnav__linkbtns {
		flex-direction: column;
		align-items: center;
		min-width: 180px;
		max-width: 240px;
		padding: 0 0;
		margin-bottom: 5%;
	}

	.gnav__linkbtns--item {
		width: 100%;
	}

	.gnav__linkbtns--item:nth-child(1) {
		width: 100%;
		margin-bottom: 30px;
	}

	.gnav__linkbtns--item:nth-child(2) {
		width: 100%;
	}

	.gnav__link.link--Entry,
	.gnav__link.link--Corporate {
		padding: 0.5em 0;
	}

	.span--inline {
		display: inline-block;
		width: 5px;
	}

	.display960--none {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.display960--none img.ft__logo {
		max-width: 200px;
	}

	#gnav .ft__box {
		margin-top: 5vh;
	}

	#gnav .tel {
		display: flex;
		align-items: baseline;
	}
	#gnav .tel--word {
		font-size: 1rem;
	}

	#gnav .ft__copyright {
		display: flex;
		font-size: 0.825rem;
	}

	#gnav .privacy {
		padding-left: 20px;
	}

	.cover {
		padding-bottom: 160px;
	}
	/* 代表メッセージエリア */

	.message__container {
		width: 65%;
	}

	.message__text {
		padding: 25px 8% 25px 15px;
	}

	/* 仕事内容エリア */
	.jobs__box {
		top: 20%;
		padding: 2% 4% 4%;
	}

	/* 社員インタビューエリア */
	#interview .section__contents {
		display: flex;
		flex-direction: column;
		margin-right: 3%;
		margin-left: 3%;
	}

	.interview__flexcontainer {
		flex-direction: column;
	}

	.interview__flexcontainer.interview--02 {
		flex-direction:column-reverse;
	}

	.interview__flexcontainer.interview--02,
	.interview__flexcontainer.interview--03 {
		margin-top: 60px;
	}

	.interview__flexcontainer.interview--03 .interview__box {
		margin-bottom: 0;
	}

	.interview__flexcontainer.interview--03 .interview__columnbox {
		padding-top: 0;
	}

	.interview__columnbox {
		padding-top: 10px;
		width: 100%;
	}

	.interview__box {
		width: 100%;
	}

	.interview__img img {
		aspect-ratio: 16/9;
	}

	.daily-routine {
		margin-top: 40px;
	}

	.daily-routine__flexcontainer {
		flex-direction: row;
	}




	ul.time-schedule.pm {
		padding-top: 20px;
	}

	/*　数字で見るフジ工芸エリア */
	.infographic__wrapper {
		width: 90%;
	}

	/*　募集要項エリア */
	.recruit-info__wrapper {
		margin: 0 8%;
}

/* ============ ここから 769pxまでの処理 ============ */
@media screen and (max-width: 769px) {
	.header__logo {
		transform: translate(-50%, -5%);
	}

	#js-pagetop {
	right: -20px;
	}

	#js-pagetop img {
	width: 60%;
}

	section {
		padding-bottom: 100px;
	}

	.section__title--jp {
		width: 30%;
	}

	.section__contents {
		margin-top: 30px;
	}

	.sp--none {
		display: none;
	}

	.br--none768 {
		display:block;
	}
	/* 代表メッセージエリア */
	#message .section__contents {
		flex-direction: column;
		align-items: center;
	}

	#message__contents img {
		width: 100%;
	}

	.message__container {
		width: 76%;
		left: 50%;
		top: 75%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	/* 仕事内容エリア */
	.jobs-img__container {
		max-width: 70%;
	}

	.jobs__box {
		bottom: auto;
		top: 40%;
		margin-left: 5%;
		padding: 1% 3% 3%;
		width: 55%;
	}

	.recruit-info__container {
		padding: 50px;
	}

	.ft__nav ul.mnav__list {
		flex-wrap: wrap;
		justify-content: center;
	}

	.ft__nav .mnav__item {
		width: 33.3333%;
		padding: 10px;
	}
}

@media screen and (max-width: 700px) {
	.message__container {
		width: 80%;
		top: 68%;
		}
}

@media screen and (max-width: 767px) {
	.main__nav {
	display: none;
	}
	.cover__overlay {
	font-size: 7vw;
	}

	/* 募集要項エリア */
	.license {
		flex-direction: column;
	}

	.list--detail.flex--row {
		flex-direction: column;
	}
}

/* ============ ここから 480pxまでの処理 ============ */
@media screen and (max-width: 480px) {
	.header__logo {
		transform: translate(-50%, -10%);
	}
	
	section {
		padding-bottom: 60px;
	}

	.cover {
		background-size: cover;
		padding-bottom: 30px;
	}

	.cover__overlay {
		font-size: 8.5vw;
		top: 50%;
	}

	.copy--mid, .copy--bottom {
		align-self: flex-start;
		margin-top: 10%;
	}

	.sp_br {
		display: block;
	}
	
	.header__wrapper {
		height: 72px;
	}

	.swiper.slider--upper {
		padding-top: 72px;
	}

	.section__title--jp {
		width: 36%;
	}

	.section__title--jp p {
		font-size: 0.875rem;
	}

	/* 代表メッセージエリア */

	#message .section__contents {
		padding: 40px 0;
	}

	.message__container {
		width: 80%;
		top: 60%;
	}

	.message__text {
		padding: 20px;
	}

	/* 仕事内容エリア */

	.jobs__container {
		margin-bottom: 100px;
	}

	.jobs__box {
		width: 75%;
		padding: 5%;
		top:;
	}

	.jobs__text {
		font-size: 0.875rem;
	}

	/* 社員インタビューエリア */
	.daily-routine__flexcontainer {
		flex-direction: column;
		align-items: center;
	}

	/* 数字で見るフジ工芸エリア */

	.infographic__wrapper {
		width: 94%;
	}

	/* 募集要項エリア */
	.br--none {
		display: block;
	}

	.recruit-info__container {
		padding: 20px;
	}

	.license {
		flex-direction: column;
	}

	.interview__personalinfo {
		padding: 18px;
	}

	.interview__personalinfo p {
		font-size: 0.875rem;
	}

	.interviwe__QandA {
		margin-bottom: 20px;
	}

	.interview__Q {
		margin: 0;
		padding-bottom: 10px;
	}



	.time-schedule {
		margin: 0 0 0 4em;
	}

	ul.time-schedule.pm {
		padding-top: 0;
	}


	.ft__container--lower {
		margin-top: 0;
	}

	.ft__container--upper img {
		width: 60%;
	}
	
}

/* ============ ここから 375pxまでの処理 ============ */
@media screen and (max-width: 375px) {

	#js-pagetop {
		right: -40px;
	}

	#message__contents img {
		aspect-ratio: 5/4;
		object-fit: cover;
	}
	.message__container {
		width: 90%;
	}

	.jobs-img__container {
		max-width: 90%;
	}
	
	.jobs02 .jobs__box, .jobs04 .jobs__box {
		margin-right: 5%;
	}

	#interview .section__title--en {
		width: 55%;
		padding-right: 5px;
	}

	.section__title--jp {
		width: 40%;
	}

	.interview__number p {
		left: 3%;
	}

	.daily-routine {
		padding: 5% 0;
		font-weight: 400;
	}

	.daily-routine--title {
		font-size: 1rem;
		margin-bottom: 10px;
	}

	.time-schedule .time {
		width: 4em;
	}

	.br--none.br--375 {
		display: block;
	}
	
}