@charset "utf-8";

/**
 * リセット
 */
.content-asset ul li {
	list-style: none;
}
.content-asset h1,
.content-asset h2,
.content-asset h3,
.content-asset h4,
.content-asset h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.5;
}
.content-asset p,
.content-asset ul,
.content-asset li,
.content-asset dl {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

/**
 * 共通
 */
.recruit-body {
	max-width: 996px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.recruit-body .rec-inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 20px;
}
.recruit-body h1 {
	padding: 32px 0;
	font-size: 20px;
	text-align: center;
}
.recruit-body h2 {
	margin: 0 0 60px;
	padding: 15px 0;
	background-color: #fffae7;
	font-size: 20px;
	text-align: center;
}
.recruit-body h4 {
	margin-bottom: 30px;
	font-size: 20px;
}
.recruit-body p,
.recruit-body ul,
.recruit-body li {
	margin: 0;
	padding: 0;
}
.recruit-body a {
	transition: opacity .2s linear;
}
.recruit-body a:hover {
	opacity: 0.7;
}
/* 採用内ナビ */
.recruit-body .rec-nav {
	display: flex;
	justify-content: center;
	padding-bottom: 3px;
}
.recruit-body .rec-nav li {
	margin: 0 10px;
}
.recruit-body .rec-nav li a {
	display: block;
	position: relative;
	width: 240px;
	padding: 11px 20px 11px 7px;
	border: 1px solid #323232;
	border-width: 1px 0;
}
.recruit-body .rec-nav li a:after {
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 0;
	height: 14px;
	margin: auto 0;
	color: #000;
	font-family: "icomoon";
	font-size: 14px;
	line-height: 1;
	content: "\e906";
}
/* エントリーボタン */
.recruit-body .rec-entry ul {
	display: flex;
	justify-content: center;
	margin-top: 76px;
}
.recruit-body .rec-entry li {
	width: 200px;
	margin: 0 10px;
	text-align: center;
}
.recruit-body .rec-entry a {
	display: block;
	position: relative;
	width: 100%;
	padding: 3px 0 15px;
	border-radius: 4px;
	background-color: #ecebef;
	color: #595757;
	font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1.5px;
}
.recruit-body .rec-entry a span {
	display: block;
	position: absolute;
	bottom: 1px;
	width: 100%;
	transform: scale(0.63);
}
.recruit-body .rec-entry li span.sup {
	display: block;
	margin-top: 2px;
	padding-left: 10px;
	font-size: 11px;
}

/* キービジュアル切替 */
#rec-kv-slick {
	overflow: hidden;
	width: 462px;
	height: 308px;
	margin: 0 auto;
}

/**
 * トップ
 */
#rec-top {
	width: 760px;
	padding-top: 28px;
}
#rec-top h2 {
	margin: 66px 0 0;
	padding: 0;
	background-color: transparent;
}

/* キービジュアル */
#rec-yt {
	position: relative;
	width: 760.5px;
	height: 428px;
	margin: 0 auto;
	opacity: 0;
	transition: opacity 1s ease;
}
#rec-yt.show-yt {
	opacity: 1;
}
#rec-yt #rec-yt-p {
	width: 100%;
	height: 100%;
}
#rec-yt #rec-yt-wrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* イプサをつくる人たち */
#rec-top .recipist {
	padding-top: 2px;
}
#rec-top .recipist h2 {
	margin-bottom: 56px;
}
#rec-top .recipist p {
	margin-top: 35px;
	padding-bottom: 3px;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0;
}

/* イプサらしい働き方 */
#rec-top .working h2 {
	margin-bottom: 16px;
}
#rec-top .working ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}
#rec-top .working li {
	border: 1px solid #323232;
	border-width: 1px 0;
}
#rec-top .working li:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: 1 / 1 / 2 / 2;
}
#rec-top .working li:nth-child(2) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: 2 / 1 / 3 / 2;
}
#rec-top .working li:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: 1 / 2 / 2 / 3;
}
#rec-top .working li:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
	grid-area: 2 / 2 / 3 / 3;
}
#rec-top .working li:nth-child(2n) {
	border-top: none;
}
#rec-top .working li a {
	display: block;
	position: relative;
	padding: 11px 20px 11px 7px;
}
#rec-top .working li a:after {
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 0;
	height: 14px;
	margin: auto 0;
	color: #000;
	font-family: "icomoon";
	font-size: 14px;
	line-height: 1;
	content: "\e906";
}

/* リクルート */
#rec-top .guideline h2 {
	margin-bottom: 36px;
	font-size: 16px;
}
#rec-top .guideline ul {
	display: flex;
	justify-content: center;
}
#rec-top .guideline li {
	margin: 0 20px;
	font-size: 14px;
	text-align: center;
}
#rec-top .guideline li a {
	text-decoration: underline;
}

/**
 * イプサをつくる人たち
 */
#rec-recipist h1 {
	padding-bottom: 14px;
}
#rec-recipist h2 {
	margin-bottom: 55px;
}
#rec-recipist .lead p {
	margin: 60px 0 75px;
	text-align: center;
}
#rec-recipist section {
	margin-top: -113px;
	padding-top: 113px;
}
#rec-recipist #a-office {
	margin-bottom: -30px;
}
/* リンクリスト */
#rec-recipist .list-recipist {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 95px;
	max-width: 835px;
	margin: 0 3.2128% 151px auto;
	padding: 0 40px;
}
#rec-recipist .list-recipist li {
	width: 330px;
	height: 72px;
	margin: 0;
	font-size: 20px;
	font-feature-settings: "palt";
}
#rec-recipist .list-recipist li small {
	display: block;
	font-size: 70%;
}
#rec-recipist .list-recipist li small.l2 {
	margin-bottom: 1px;
	line-height: 1.2;
}
#rec-recipist .list-recipist li small small {
	display: inline-block;
}
#rec-recipist .list-recipist li .wide {
	letter-spacing: 1.8px;
}
#rec-recipist .list-recipist li .wide small {
	letter-spacing: 0.6px;
}
#rec-recipist .list-recipist li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	height: 100%;
	padding: 2px 0 0 95px;
}
#rec-recipist .list-recipist li a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	border-radius: 72px;
	background: no-repeat 50% 50% / contain;
	content: "";
}
#rec-recipist .list-recipist li a[href="#kaneko"]:before {
	background-image: url(../img/recipist/kaneko.jpg);
}
#rec-recipist .list-recipist li a[href="#naito"]:before {
	background-image: url(../img/recipist/naito.jpg);
}
#rec-recipist .list-recipist li a[href="#ikeya"]:before {
	background-image: url(../img/recipist/ikeya.jpg);
}
#rec-recipist .list-recipist li a[href="#yukihira"]:before {
	background-image: url(../img/recipist/yukihira.jpg);
}
#rec-recipist .list-recipist li a[href="#yi"]:before {
	background-image: url(../img/recipist/yi.jpg);
}
#rec-recipist .list-recipist li a[href="#akahane"]:before {
	background-image: url(../img/recipist/akahane.jpg);
}
#rec-recipist .list-recipist li a[href="#himuro"]:before {
	background-image: url(../img/recipist/himuro.jpg);
}
#rec-recipist .list-recipist li sup {
	font-size: 9px;
}
/* 紹介エリア */
#rec-recipist .recipist {
	max-width: 860px;
	margin: -113px auto 0;
	padding: 113px 20px 0;
}
#rec-recipist .recipist h3 {
	display: none;
}
#rec-recipist .recipist-body {
	margin-bottom: 144px;
}
#rec-recipist .recipist-body h4 {
	margin: 55px 0 34px;
	padding: 13px 0;
	border: 1px solid #ccc;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}
#rec-recipist .recipist-body p,
#rec-recipist .recipist-body dt,
#rec-recipist .recipist-body dd {
	font-size: 16px;
	font-feature-settings: "palt";
}
#rec-recipist .recipist-body p {
	margin-top: 28px;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: 1.4px;
}
#rec-recipist .recipist-body p.sup {
	font-size: 13px;
}
#rec-recipist .recipist-body sup {
	font-size: 63%;
}
/* 動画 */
#rec-recipist .recipist-body .movie {
	margin: 0 auto 60px;
	text-align: center;
}
#rec-recipist .recipist-body .movie iframe {
	vertical-align: bottom;
}
/* スケジュール */
#rec-recipist .recipist-body .schedule {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 44px;
	padding-bottom: 3px;
}
#rec-recipist .recipist-body .schedule h5 {
	flex: 0 0 100%;
}
#rec-recipist .recipist-body .schedule dl:nth-child(2n) {
	margin-right: 48px;
}
#rec-recipist .recipist-body .schedule dt,
#rec-recipist .recipist-body .schedule dd {
	margin: 8px 0 0;
	line-height: 1.25;
}
#rec-recipist .recipist-body .schedule dt {
	width: 3.1em;
	min-width: 0;
	text-align: right;
	letter-spacing: 0.5px;
}
#rec-recipist .recipist-body .schedule dd {
	padding-left: 1em;
	letter-spacing: 1px;
}
#rec-recipist .recipist-body .schedule dd small {
	font-size: 88%;
}
/* 経歴 */
#rec-recipist .recipist-body .career {
	display: flex;
	justify-content: center;
}
#rec-recipist .recipist-body .career dt,
#rec-recipist .recipist-body .career dd {
	margin: 4px 0;
	line-height: 1.25;
}
#rec-recipist .recipist-body .career dt {
	width: auto;
	min-width: 0;
}
#rec-recipist .recipist-body .career dd {
	padding-left: 1em;
	letter-spacing: 1.3px;
}

/**
 * イプサらしい働き方
 */
#rec-working section {
	padding-top: 120px;
	font-feature-settings: "palt";
}
#rec-working > section:first-of-type {
	padding-top: 0;
}
#rec-working h3 {
	max-width: 940px;
	margin: 55px auto 58px;
	padding-bottom: 7px;
	border-bottom: 1px solid #323232;
	font-size: 20px;
}
#rec-working h4 {
	margin-top: 62px;
	margin-bottom: 0;
	letter-spacing: 1.4px;
}
#rec-working h5 {
	line-height: 1.75;
}
#rec-working section p,
#rec-working section li {
	line-height: 1.75;
	letter-spacing: 1.8px;
}
#rec-working section p {
	margin-bottom: 32px;
	text-align: justify;
}
#rec-working section h2 + p {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 20px;
}
#rec-working section ul li:before {
	content: "・";
}
#rec-guideline section ul.no-bull li:before {
	content: none;
}
#rec-working .to-interview {
	margin-top: 34px;
}
#rec-working .to-interview a {
	display: block;
	position: relative;
	width: 280px;
	margin: 0 auto;
	padding: 7px 0;
	border: 1px solid #323232;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
#rec-working .to-interview a:after {
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 0;
	height: 14px;
	margin: auto 0;
	color: #000;
	font-family: "icomoon";
	font-size: 14px;
	line-height: 1;
	content: "\e906";
}
/* スライド */
#rec-working .slide-block {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 90px 36px;
}
#rec-working .slide-main {
	width: 410px;
	height: 410px;
	margin: 0;
}
#rec-working .slide-main .slick-list {
	width: 410px;
	height: 410px;
	margin: 0;
	text-align: center;
}
#rec-working .slide-main .slick-slide {
	height: 410px;
	outline: none;
}
#rec-working .slide-main.slick-initialized .slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
#rec-working .slide-nav-block {
	position: relative;
	width: 550px;
	margin-right: -5px;
}
#rec-working .slide-nav {
	margin: 0;
}
#rec-working .slide-nav .slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	text-align: center;
	cursor: pointer;
	outline: none;
	transition: opacity .2s linear;
}
#rec-working .slide-nav .slick-slide:hover {
	opacity: 0.5;
}
#rec-working .slide-nav .slick-slide.slick-current {
	opacity: 1;
	cursor: default;
}
#rec-working .slide-nav span {
	display: none;
}
#rec-working .slide-sub-nav {
	position: absolute;
	top: -70px;
	left: 0;
	width: 550px;
}
#rec-working .slide-sub-nav button {
	position: absolute;
	top: -8px;
	padding: 5px 0;
	height: 26px;
	border-radius: 0;
	background-color: transparent;
	outline: none;
}
#rec-working .slide-sub-nav button.prev {
	left: 1px;
}
#rec-working .slide-sub-nav button.next {
	right: 1px;
}
#rec-working .slide-sub-nav button:before {
	font-family: 'icomoon';
	font-size: 16px;
	line-height: 1;
	color: #000;
}
#rec-working .slide-sub-nav button.prev:before {
	content: "\e903";
}
#rec-working .slide-sub-nav button.next:before {
	content: "\e906";
}
#rec-working .slide-sub-nav p {
	margin: 0;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.4px;
}
/* 個性を重視する */
#rec-working #a-personality h2 + p {
	max-width: 800px;
}
#rec-working #a-personality .recipist-wear .slide-block {
	margin-right: 37px;
}
#rec-working #a-personality .recipist-wear > p {
	margin: 0 87px 57px;
}
/* 働く環境 */
#rec-working #a-environment h2 + p {
	margin-bottom: 63px;
	letter-spacing: 1px;
}
#rec-working #a-environment h3 {
	width: auto;
	margin: 50px 0 25px;
	border-bottom: none;
	font-size: 20px;
	text-align: center;
}
#rec-working #a-environment h3:last-of-type {
	margin-top: 70px;
}
/* 自分を充実させる */
#rec-working #a-enrichment h3 {
	margin-top: 0;
}
#rec-working #a-enrichment h4 {
	margin-top: 30px;
	margin-bottom: 2px;
	font-size: 16px;
}
#rec-working #a-enrichment p,
#rec-working #a-enrichment li {
	margin-bottom: 0;
	letter-spacing: 0.8px;
}
#rec-working #a-enrichment #a-holiday,
#rec-working #a-enrichment #a-course {
	margin-top: -52px;
	padding-top: 120px;
}
#rec-working #a-enrichment .holiday {
	position: relative;
	padding-right: 410px;
}
#rec-working #a-enrichment .holiday:after {
	position: absolute;
	right: 26px;
	bottom: 0;
	width: 316px;
	height: 188px;
	background: url(../img/working/holiday.png) no-repeat 50% 50%;
	content: "";
}
/* 子育てのサポート */
#rec-working #a-childcare {
	margin-top: -10px;
	margin-bottom: 113px;
}
#rec-working #a-childcare .rec-inner {
	position: relative;
	padding-right: 410px;
}
#rec-working #a-childcare .rec-inner:after {
	position: absolute;
	right: 72px;
	bottom: 25px;
	width: 151px;
	height: 159px;
	background: url(../img/working/kurumin.png) no-repeat 50% 50%;
	content: "";
}
#rec-working #a-childcare h3 {
	width: auto;
	margin: 28px 0 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 16px;
	line-height: 1.75;
	font-feature-settings: "palt";
}
#rec-working #a-childcare p {
	margin-bottom: 0;
	letter-spacing: 0.8px;
}
#rec-working #a-childcare p.lead {
	margin-bottom: 66px;
}
#rec-working #a-childcare p.lead:after {
	position: absolute;
	top: 20px;
	right: 50px;
	width: 198px;
	height: 229px;
	background: url(../img/working/child.png) no-repeat 50% 50%;
	content: "";
}
#rec-working #a-childcare ul {
	margin-bottom: 28px;
}
#rec-working #a-childcare li {
	letter-spacing: 0.8px;
}

/**
 * リクルート
 */
#rec-guideline section {
	padding-top: 120px;
	font-feature-settings: "palt";
}
#rec-guideline > section:first-of-type {
	padding-top: 0;
}
#rec-guideline h3,
#rec-guideline h4,
#rec-guideline h5 {
	margin-bottom: 27px;
	font-size: 16px;
	line-height: 1.75;
}
#rec-guideline section p,
#rec-guideline section li {
	line-height: 1.75;
	letter-spacing: 1.4px;
}
#rec-guideline section p {
	margin-bottom: 27px;
	text-align: justify;
}
#rec-guideline section ul li:before {
	content: "・";
}
/* 募集要項 */
#rec-guideline #a-guideline #a-career {
	margin-top: -56px;
	padding-top: 113px;
}
#rec-guideline #a-guideline h3 {
	margin: 57px 0 32px;
	font-size: 17px;
}
#rec-guideline #a-guideline #a-career h3 {
	margin-top: 0;
}
#rec-guideline #a-guideline table {
	border-collapse: collapse;
	border: 1px solid #323232;
}
#rec-guideline #a-guideline th,
#rec-guideline #a-guideline td {
	border: 1px solid #323232;
	font-size: 14px;
	line-height: 1.65;
	vertical-align: middle;
}
#rec-guideline #a-guideline th {
	width: 115px;
	padding: 8px 13px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
#rec-guideline #a-guideline .career th {
	padding: 8px 13px;
}
#rec-guideline #a-guideline td {
	padding: 8px 14px;
	letter-spacing: 0.8px;
	word-break: break-all;
}
#rec-guideline #a-guideline td h4 {
	margin: 23px 0 0;
	font-size: inherit;
	line-height: inherit;
}
#rec-guideline #a-guideline td h4:first-child {
	margin-top: 0;
}
#rec-guideline #a-guideline td p,
#rec-guideline #a-guideline td li {
	margin-bottom: 0;
	line-height: 1.65;
	letter-spacing: inherit;
}
#rec-guideline #a-guideline td ol {
	margin: 0;
}
#rec-guideline #a-guideline td p.pad {
	margin: 20px 0 6px;
}
#rec-guideline #a-guideline td ul.flow li::before {
	content: none;
}
#rec-guideline #a-guideline td ul.flow li::after {
	display: block;
	padding-left: 1em;
	line-height: 1;
	content: "▼";
}
#rec-guideline #a-guideline td ul.flow li:last-child::after {
	content: none;
}
#rec-guideline #a-guideline td small {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 1.5;
}
#rec-guideline #a-guideline td small.inline {
	display: inline;
	padding-left: 1em;
}
#rec-guideline #a-guideline td span.indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
#rec-guideline #a-guideline td dl {
	line-height: 1.65;
}
#rec-guideline #a-guideline td dt {
	float: none;
	min-width: 0;
	margin: 12px 0 0;
}
#rec-guideline #a-guideline td dt:first-child {
	margin-top: 0;
}
#rec-guideline #a-guideline td dd {
	float: none;
	margin: 0 0 0 0.5em;
	padding: 0;
}
#rec-guideline #a-guideline td dd.indent {
	padding-left: 1em;
	text-indent: -1em;
}
#rec-guideline #a-guideline td .bullet dd::before {
	content: "・";
}
#rec-guideline #a-guideline a {
	text-decoration: underline;
}
/* 研修制度 */
#rec-guideline #a-training p.lead {
	margin-bottom: 50px;
	letter-spacing: 1.8px;
}
#rec-guideline #a-training .term-wrap {
	position: relative;
}
#rec-guideline #a-training .term-wrap:after {
	position: absolute;
	top: 5px;
	right: 0;
	width: 56px;
	height: calc(100% - 40px);
	border: 1px solid #323232;
	border-bottom: none;
	content: "";
}
#rec-guideline #a-training .term-block {
	display: flex;
	justify-content: space-between;
}
#rec-guideline #a-training .term-block:last-child p:last-child {
	margin-bottom: 0;
}
#rec-guideline #a-training .term-block > div:first-child {
	width: 630px;
}
#rec-guideline #a-training .term-block h3,
#rec-guideline #a-training .term-block h4,
#rec-guideline #a-training .term-block h5 {
	letter-spacing: 1.4px;
}
#rec-guideline #a-training .term-block h3 span {
	border-bottom: 1px solid #323232;
}
#rec-guideline #a-training .term-block h5 {
	margin-bottom: 0;
}
#rec-guideline #a-training .term-block p {
	letter-spacing: 1.2px;
}
#rec-guideline #a-training .term {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	position: relative;
	width: 56px;
	padding-top: 1.5em;
	line-height: 1;
}
#rec-guideline #a-training .term-block:first-child .term,
#rec-guideline #a-training .term-block:last-child .term {
	padding-top: 0;
}
#rec-guideline #a-training .term:before,
#rec-guideline #a-training .term:after {
	position: absolute;
	bottom: -14px;
	width: 39px;
	border-bottom: 1px solid #323232;
	content: "";
}
#rec-guideline #a-training .term-block:last-child .term:before,
#rec-guideline #a-training .term-block:last-child .term:after {
	bottom: 21px;
}
#rec-guideline #a-training .term:before {
	left: -5px;
	transform: rotate(45deg);
}
#rec-guideline #a-training .term:after {
	right: -5px;
	transform: rotate(-45deg);
}
#rec-guideline #a-training .term > span {
	width: 1em;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
#rec-guideline #a-training .term > span span {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: digits;
	text-combine-upright: none;
}
#rec-guideline #a-training .term > span i {
	font-style: normal;
	vertical-align: -1.5px;
}
/* 福利厚生 */
#rec-guideline #a-benefit {
	margin-top: -8px;
}
#rec-guideline #a-benefit h3 {
	margin-bottom: 0;
}
#rec-guideline #a-benefit p,
#rec-guideline #a-benefit ul {
	margin-bottom: 27px;
	letter-spacing: 1px;
}
#rec-guideline #a-benefit li {
	letter-spacing: 0.4px;
}
#rec-guideline #a-benefit ol {
	margin: 0;
}
#rec-guideline #a-benefit ol li:nth-child(n+10) {
	margin-left: 0.68em;
}
/* Q&A */
#rec-guideline #a-faq {
	margin-top: -5px;
	margin-bottom: 113px;
}
#rec-guideline #a-faq .rec-inner {
	max-width: 800px;
}
#rec-guideline #a-faq h2 {
	letter-spacing: 2px;
}
#rec-guideline #a-faq h3 {
	margin: 54px 0 27px;
}

@media screen and (max-width: 768px) {
	/**
	 * 共通
	 */
	.recruit-body {
		max-width: none;
		margin-bottom: 60px;
	}
	.recruit-body .rec-inner {
		max-width: auto;
		padding: 0;
	}
	.recruit-body h1 {
		padding: 41px 0 45px;
		font-size: 17px;
	}
	.recruit-body h2 {
		font-size: 17px;
	}
	.recruit-body h4 {
		font-size: 17px;
	}
	.recruit-body a {
		opacity: 1 !important;
		transition: none;
	}
	/* 採用内ナビ */
	.recruit-body .rec-nav {
		flex-direction: column;
		justify-content: flex-start;
		margin: 0 22px;
		padding-bottom: 8px;
		border-top: 1px solid #323232;
	}
	.recruit-body .rec-nav li {
		margin: 0;
	}
	.recruit-body .rec-nav li a {
		width: 100%;
		padding: 12px 20px 12px 7px;
		border-top: none;
	}
	/* エントリーボタン */
	.recruit-body .rec-entry ul {
		margin: 31px 18px 0;
	}
	.recruit-body .rec-entry li {
		width: 100%;
		max-width: 161px;
		margin: 0 4px;
	}
	.recruit-body .rec-entry a {
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 8px 0 25px;
		border-radius: 7px;
		font-size: 17.5px;
	}
	.recruit-body .rec-entry a span {
		bottom: 4px;
		width: 160%;
		letter-spacing: 2px;
	}
	.recruit-body .rec-entry li span.sup {
		padding-left: 6px;
		font-size: 11px;
		letter-spacing: 0;
	}
	
	/* キービジュアル切替 */
	#rec-kv-slick {
		width: 100%;
		height: auto;
		max-height: 67vw;
	}
	#rec-kv-slick img {
		width: 100%;
		height: auto;
	}
	
	/**
	 * トップ
	 */
	#rec-top {
		width: auto;
		padding-top: 0;
	}
	#rec-top section {
		padding: 0 22px;
	}
	#rec-top h2 {
		margin-top: 55px;
		font-size: 17px;
	}
	
	/* キービジュアル */
	#rec-yt {
		overflow: hidden;
		position: relative;
		width: auto;
		height: 142.2vw;
		margin: 0;
	}
	#rec-yt #rec-yt-p {
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	
	/* キービジュアル切替 */
    #rec-top #rec-kv-slick {
		padding: 0 8px;
	}
	
	/* イプサをつくる人たち */
	#rec-top .recipist {
		padding-bottom: 40px;
	}
	#rec-top .recipist h2 {
		margin-bottom: 34px;
	}
	#rec-top .recipist p {
		margin-top: 11px;
		font-size: 14px;
	}
	
	/* イプサらしい働き方 */
	#rec-top .working {
		padding-bottom: 20px;
	}
	#rec-top .working h2 {
		margin-bottom: 34px;
	}
	#rec-top .working ul {
		display: block;
		border-top: 1px solid #323232;
	}
	#rec-top .working li {
		border-top: none;
	}
	#rec-top .working li a {
		padding: 12px 20px 12px 9px;
	}
	
	/* リクルート */
	#rec-top .guideline h2 {
		font-size: 17px;
	}
	#rec-top .guideline ul {
		flex-direction: column;
		justify-content: flex-start;
	}
	#rec-top .guideline li {
		margin: 0 0 14px;
	}
	
	/**
	 * イプサをつくる人たち
	 */
	#rec-recipist h1 {
		padding-bottom: 65px;
	}
	#rec-recipist h2 {
		margin-bottom: 42px;
	}
	#rec-recipist #a-office h2 {
		margin-bottom: 47px;
	}
	#rec-recipist .lead p {
		margin: 68px 0 43px;
		padding: 0 19px 0 29px;
		font-size: 14px;
		line-height: 1.9;
		text-align: left;
		letter-spacing: 0.4px;
	}
	#rec-recipist section {
		margin-top: -60px;
		margin-bottom: 40px;
		padding-top: 60px;
	}
	#rec-recipist section p,
	#rec-recipist section li {
		font-size: 14px;
		line-height: 1.9;
	}
	#rec-recipist #a-office {
		margin-top: -50px;
		margin-bottom: 80px;
	}
	/* リンクリスト */
	#rec-recipist .list-recipist {
		display: none;
	}
	/* 紹介エリア */
	#rec-recipist .recipist {
		max-width: none;
		margin: -60px 0 30px;
		padding: 60px 30px 0;
	}
	#rec-recipist .recipist h3 {
		display: block;
		position: relative;
		height: 60px;
		font-size: 17px;
		font-feature-settings: "palt";
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}
	#rec-recipist .recipist h3:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: 14px;
		margin: auto 0;
		font-family: "icomoon";
		font-size: 14px;
		line-height: 1;
		content: "\e904";
	}
	#rec-recipist .recipist h3.opened:after {
		content: "\e905";
	}
	#rec-recipist .recipist h3 small {
		display: block;
		font-size: 12px
	}
	#rec-recipist .recipist h3 small.l2 {
		margin: 4px 0 1px;
		line-height: 1.2;
	}
	#rec-recipist .recipist h3 small small {
		display: inline-block;
		transform: scale(0.7);
		transform-origin: 0 50%;
	}
	#rec-recipist .recipist h3 .wide {
		letter-spacing: 1.8px;
	}
	#rec-recipist .recipist h3 .wide.l2 {
		letter-spacing: 1.2px;
	}
	#rec-recipist .recipist h3 .wide small {
		letter-spacing: 0.6px;
	}
	#rec-recipist .recipist h3 sup {
		font-size: 8px;
	}
	#rec-recipist .recipist h3 > span {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		height: 100%;
		padding-left: 87px;
	}
	#rec-recipist .recipist h3 > span:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		border-radius: 60px;
		background: no-repeat 50% 50% / contain;
		content: "";
	}
	#rec-recipist #kaneko h3 > span:before {
		background-image: url(../img/recipist/kaneko.jpg);
	}
	#rec-recipist #naito h3 > span:before {
		background-image: url(../img/recipist/naito.jpg);
	}
	#rec-recipist #ikeya h3 > span:before {
		background-image: url(../img/recipist/ikeya.jpg);
	}
	#rec-recipist #yukihira h3 > span:before {
		background-image: url(../img/recipist/yukihira.jpg);
	}
	#rec-recipist #yi h3 > span:before {
		background-image: url(../img/recipist/yi.jpg);
	}
	#rec-recipist #akahane h3 > span:before {
		background-image: url(../img/recipist/akahane.jpg);
	}
	#rec-recipist #himuro h3 > span:before {
		background-image: url(../img/recipist/himuro.jpg);
	}
	#rec-recipist .recipist-body {
		display: none;
		margin-bottom: 0;
		padding: 50px 0 14px;
	}
	#rec-recipist .recipist:last-child .recipist-body {
		padding-bottom: 0;
	}
	#rec-recipist .opened + .recipist-body {
		display: block;
	}
	#rec-recipist .recipist-body h4 {
		margin: 33px 0 24px;
		padding: 16px 0;
		font-size: 17px;
		line-height: 1.35;
	}
	#rec-recipist .recipist-body h4.l2 {
		padding: 4.5px 0;
	}
	#rec-recipist .recipist-body p,
	#rec-recipist .recipist-body dt,
	#rec-recipist .recipist-body dd {
		font-size: 14px;
	}
	#rec-recipist .recipist-body p {
		margin-top: 18px;
		line-height: 1.9;
		letter-spacing: 1px;
	}
	#rec-recipist .recipist-body p.sup {
		padding-left: 1em;
		padding-bottom: 4px;
		font-size: 11px;
		line-height: 1.5;
		text-indent: -1em;
		letter-spacing: 0.8px;
	}
	#rec-recipist .recipist-body p,
	#rec-recipist .recipist-body li {
		line-height: 1.9;
	}
	#rec-recipist .recipist-body > div {
		width: auto;
		padding: 0;
	}
	/* 動画 */
	#rec-recipist .recipist-body .movie {
		overflow: hidden;
		position: relative;
		margin-bottom: 40px;
		padding-top: 66.67%;
	}
	#rec-recipist .recipist-body .movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* スケジュール */
	#rec-recipist .recipist-body .schedule {
		flex-direction: column;
		margin: 0;
		padding-bottom: 6px;
	}
	#rec-recipist .recipist-body .schedule h5 {
		font-size: 14px;
	}
	#rec-recipist .recipist-body .schedule dl:nth-child(2n) {
		margin-right: 0;
	}
	#rec-recipist .recipist-body .schedule dt,
	#rec-recipist .recipist-body .schedule dd {
		margin-top: 9.5px;
		line-height: 1.2;
	}
	#rec-recipist .recipist-body .schedule dt {
		width: 2.9em;
		letter-spacing: 0;
	}
	#rec-recipist .recipist-body .schedule dd {
		width: calc(100% - 2.9em);
		letter-spacing: 0.8px;
	}
	#rec-recipist .recipist-body .schedule dd small {
		font-size: 11px;
	}
	/* 経歴 */
	#rec-recipist .recipist-body .career dl {
		width: 100%;
	}
	#rec-recipist .recipist-body .career dt,
	#rec-recipist .recipist-body .career dd {
		line-height: 1.35;
	}
	#rec-recipist .recipist-body .career dt {
		width: 3.9em;
		white-space: nowrap;
	}
	#rec-recipist .recipist-body .career dd {
		width: calc(100% - 3.9em);
		text-align: justify;
		letter-spacing: 1px;
	}
	
	/**
	 * イプサらしい働き方
	 */
	#rec-working section {
		padding: 60px 30px 0;
	}
	#rec-working h2 {
		margin: 0 -30px 34px;
	}
	#rec-working h3 {
		max-width: none;
		margin: 42px auto 27px;
		font-size: 17px;
	}
	#rec-working h3.switch {
		position: relative;
		margin-left: -8px;
		margin-right: -8px;
		padding: 8px;
		cursor: pointer;
	}
	#rec-working h3.switch:after {
		position: absolute;
		top: 0;
		right: 7px;
		bottom: 0;
		height: 14px;
		margin: auto 0;
		font-family: "icomoon";
		font-size: 14px;
		line-height: 1;
		content: "\e904";
	}
	#rec-working h3.switch.opened:after {
		content: "\e905";
	}
	#rec-working h3.switch + div {
		display: none;
	}
	#rec-working h3.switch.opened + div {
		display: block;
	}
	#rec-working h4 {
		margin-top: 46px;
		margin-bottom: 3px;
	}
	#rec-working h5 {
		font-size: 14px;
		line-height: 1.9;
	}
	#rec-working section p,
	#rec-working section li {
		font-size: 14px;
		line-height: 1.9;
		letter-spacing: 1.2px;
	}
	#rec-working section p {
		margin-bottom: 16px;
	}
	#rec-working section h2 + p {
		max-width: none;
		padding: 0;
	}
	#rec-working .to-interview {
		margin-top: 16px;
	}
	#rec-working .to-interview a {
		width: auto;
		margin: 0 -8px;
		padding: 6px 0;
		border-radius: 6px;
	}
	/* スライド */
	#rec-working .slide-block {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 0;
	}
	#rec-working .slide-main {
		width: 100%;
		height: calc(100vw - 60px);
		margin-bottom: 30px;
	}
	#rec-working .slide-main img {
		width: auto;
		max-height: 100%;
	}
	#rec-working .slide-main .slick-list {
		width: 100%;
		height: inherit;
	}
	#rec-working .slide-main .slick-slide {
		height: inherit;
	}
	#rec-working .slide-main .slick-track {
		height: inherit;
	}
	#rec-working .slide-nav-block {
		width: calc(100% + 5px);
		margin: 0 -2.5px;
	}
	#rec-working .slide-nav .slick-slide {
		height: 59px;
		padding: 0 2.5px;
		opacity: 1 !important;
		transition: none;
	}
	#rec-working .slide-nav .slick-slide img {
		width: auto;
		max-height: 100%;
	}
	#rec-working .slide-sub-nav {
		position: static;
		width: 100%;
		margin-bottom: 29px;
	}
	#rec-working .slide-sub-nav button {
		top: -6px;
	}
	#rec-working .slide-sub-nav button.prev {
		left: 0;
	}
	#rec-working .slide-sub-nav button.next {
		right: 0;
	}
	#rec-working .slide-sub-nav button:before {
		font-size: 14px;
	}
	#rec-working .slide-sub-nav p {
		font-size: 14px;
	}
	/* 個性を重視する */
	#rec-working #a-personality {
		margin-bottom: 20px;
	}
	#rec-working #a-personality .career-step {
		margin-bottom: 58px;
	}
	#rec-working #a-personality .career-step h5 {
		margin-top: 26px;
	}
	#rec-working #a-personality .career-step ul {
		margin-bottom: 26px;
	}
	#rec-working #a-personality .career-step li {
		padding-left: 0.5em;
		text-indent: -0.5em;
	}
	#rec-working #a-personality h2 + p {
		max-width: none;
	}
	#rec-working #a-personality .recipist-wear .slide-block {
		margin-right: 0;
	}
	#rec-working #a-personality .recipist-wear .slide-main {
		height: 105vw;
	}
	#rec-working #a-personality .recipist-wear .slide-nav .slick-slide {
		height: 74px;
	}
	#rec-working #a-personality .recipist-wear > p {
		margin: 0 0 35px;
	}
	/* 働く環境 */
	#rec-working #a-environment h2 + p {
		margin-bottom: 38px;
	}
	#rec-working #a-environment h3 {
		margin: 70px 0 18px;
		font-size: 17px;
	}
	#rec-working #a-environment h3:first-of-type {
		margin-top: 0;
	}
	/* 自分を充実させる */
	#rec-working #a-enrichment h2 + p {
		margin-bottom: 7px;
		letter-spacing: 1.4px;
	}
	#rec-working #a-enrichment h4 {
		font-size: 14px;
	}
	#rec-working #a-enrichment p,
	#rec-working #a-enrichment li {
		letter-spacing: 0.6px;
	}
	#rec-working #a-enrichment #a-holiday,
	#rec-working #a-enrichment #a-course {
		margin-top: -25px;
		padding-top: 60px;
	}
	#rec-working #a-enrichment .holiday {
		padding-right: 0;
		padding-bottom: 5px;
	}
	#rec-working #a-enrichment .holiday:after {
		display: block;
		position: static;
		width: 100%;
		height: 188px;
		margin-top: 25px;
		background-image: url(../img/working/sp_holiday.png);
		background-size: 315px auto;
	}
	/* 子育てのサポート */
	#rec-working #a-childcare {
		margin-top: 15px;
		margin-bottom: 86px;
	}
	#rec-working #a-childcare .rec-inner {
		padding-right: 0;
	}
	#rec-working #a-childcare .rec-inner:after {
		display: block;
		position: static;
		width: 100%;
		height: 166px;
		margin-top: 18px;
		background-image: url(../img/working/sp_kurumin.png);
		background-size: 315px auto;
	}
	#rec-working #a-childcare h3 {
		font-size: 14px;
		line-height: 1.9;
	}
	#rec-working #a-childcare p.lead {
		margin-bottom: 39px;
	}
	#rec-working #a-childcare p.lead:after {
		display: block;
		position: static;
		width: 100%;
		height: 163px;
		margin: 35px 0 0;
		background-image: url(../img/working/sp_child.png);
		background-size: 315px auto;
	}
	
	/**
	 * リクルート
	 */
	#rec-guideline section {
		padding-top: 60px;
	}
	#rec-guideline .rec-inner {
		padding: 0 30px;
	}
	#rec-guideline h2 {
		margin-bottom: 35px;
	}
	#rec-guideline h3,
	#rec-guideline h4,
	#rec-guideline h5 {
		font-size: 14px;
		line-height: 1.9;
	}
	#rec-guideline section p,
	#rec-guideline section li {
		line-height: 1.9;
	}
	#rec-guideline section p {
		font-size: 14px;
	}
	/* 募集要項 */
	#rec-guideline #a-guideline #a-career {
		margin-top: -25px;
		padding-top: 60px;
	}
	#rec-guideline #a-guideline h3 {
		position: relative;
		margin: 35px 0 21px;
		padding-right: 15px;
		font-size: 17px;
		cursor: pointer;
	}
	#rec-guideline #a-guideline #a-graduate h3 {
		margin-bottom: 0;
	}
	#rec-guideline #a-guideline #a-graduate h3.opened {
		margin-bottom: 21px;
	}
	#rec-guideline #a-guideline h3:after {
		position: absolute;
		top: 0.6em;
		right: 0;
		height: 14px;
		font-family: "icomoon";
		font-size: 14px;
		line-height: 1;
		content: "\e904";
	}
	#rec-guideline #a-guideline h3.opened:after {
		content: "\e905";
	}
	#rec-guideline #a-guideline h3 span {
		display: block;
		font-size: 14px;
	}
	#rec-guideline #a-guideline h3 + div {
		display: none;
	}
	#rec-guideline #a-guideline h3.opened + div {
		display: table;
	}
	#rec-guideline #a-guideline h3 + div > p {
		line-height: 1.65;
	}
	#rec-guideline #a-guideline table {
		table-layout: fixed;
		margin-bottom: 80px;
	}
	#rec-guideline #a-guideline table:last-of-type {
		margin-bottom: 10px;
	}
	#rec-guideline #a-guideline th,
	#rec-guideline #a-guideline td {
		font-size: 13px;
	}
	#rec-guideline #a-guideline th {
		width: 100px;
		padding: 9px 5px;
	}
	#rec-guideline #a-guideline .career th {
		padding: 9px 5px;
	}
	#rec-guideline #a-guideline td {
		padding: 9px 14px;
		text-align: justify;
		letter-spacing: 0.4px;
	}
	#rec-guideline #a-guideline td h4 {
		margin-top: 21px;
		font-size: 13px;
		line-height: 1.65;
	}
	#rec-guideline #a-guideline td h4:first-child {
		margin-top: 7px;
	}
	#rec-guideline #a-guideline td p,
	#rec-guideline #a-guideline td li {
		font-size: 13px;
	}
	#rec-guideline #a-guideline td small {
		font-size: 9px;
		line-height: 1.7;
	}
	#rec-guideline #a-guideline td small.inline {
		letter-spacing: 0;
}
	/* 研修制度 */
	#rec-guideline #a-training h2 {
		margin-bottom: 44px;
	}
	#rec-guideline #a-training p.lead {
		margin-bottom: 18px;
		letter-spacing: 1.4px;
	}
	#rec-guideline #a-training .term-wrap:after {
		top: 0;
		height: calc(100% - 30px);
	}
	#rec-guideline #a-training .term-block:first-child {
		padding-top: 22px;
	}
	#rec-guideline #a-training .term-block:last-child .term:before,
	#rec-guideline #a-training .term-block:last-child .term:after {
		bottom: 16px;
	}
	#rec-guideline #a-training .term-block > div:first-child {
		width: auto;
		margin-right: 17px;
	}
	#rec-guideline #a-training .term-block h3,
	#rec-guideline #a-training .term-block h4,
	#rec-guideline #a-training .term-block h5 {
		font-size: 14px;
		line-height: 1.9;
	}
	#rec-guideline #a-training .term-block p {
		font-size: 14px;
		line-height: 1.9;
		letter-spacing: 1.4px;
	}
	#rec-guideline #a-training .term span {
		font-size: 14px;
	}
	/* 福利厚生 */
	#rec-guideline #a-benefit {
		margin-top: 22px;
	}
	#rec-guideline #a-benefit h2 {
		margin-bottom: 43px;
	}
	#rec-guideline #a-benefit p,
	#rec-guideline #a-benefit ul {
		letter-spacing: 0.8px;
	}
	#rec-guideline #a-benefit li {
		font-size: 14px;
		line-height: 1.9;
	}
	/* Q&A */
	#rec-guideline #a-faq {
		margin-top: 0;
		margin-bottom: 83px;
	}
	#rec-guideline #a-faq .rec-inner {
		max-width: none;
	}
	#rec-guideline #a-faq h3:first-of-type {
		margin-top: 44px;
	}
}
