@charset "utf-8";
/*
Theme Name: ThemeName
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #B98E31; }
a:active { text-decoration: none; color: #B98E31; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%
}

body.noscroll {
	overflow-y: hidden!important;
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	font-weight: 500;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.brSp {
	display: none;
}

.brPc {
	display: inline-block;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* header */
/* ----------------------------------- */

/* ハンバーガーメニュー */
#menuBtnWrap {
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 1000;
}

#menuBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #36acc9;
	cursor: pointer;
	width: 75px;
	height: 75px;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
}

.bar {
	width: 30px;
	height: 18px;
	position: relative;
}

/*ボタン内側*/
#menuBtn span {
	width: 100%;
	height: 1px;
	display: inline-block;
	transition: all 0.4s; /*アニメーションの設定*/
	position: absolute;
	left: 0;
	background: #FFF;
}

#menuBtn span:nth-of-type(1) {
	top: 0;
}

#menuBtn span:nth-of-type(2) {
	top: 8px;
}

#menuBtn span:nth-of-type(3) {
	top: 16px;
}

/*activeクラスが付与されると線が回転して×に*/

#menuBtn.active span:nth-of-type(1) {
	top: 8px;
	transform: rotate(-28deg);
}

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

#menuBtn.active span:nth-of-type(3) {
	top: 8px;
	transform: rotate(28deg);
}

#menu {
	width: 100%;
	height: 0;
	background: #f3f3f3 url(../../img/design-office/menu_bg.png) no-repeat right bottom;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	overflow: auto;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}

#menuIn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 90px;
}

#menu ul {
	width: 1080px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 180px 40px 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 7%;
}

#menu li {
	width: 46.5%;
	border-bottom: 1px solid #b6b5b5;
}

#menu li a {
	display: block;
	position: relative;
	padding: 25px 2.5em 25px 0;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #333333;
	transition: all 0.3s;
}

#menu li a::after {
	content: "";
	width: 1.875em;
	height: 1.875em;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff url(../../img/design-office/icon_menu.svg) no-repeat center center / 0.42em;
	border-radius: 50%;
}

#menu li a:hover {
	color: #36acc9;
}

#menu.active {
	height: 100%;
	opacity: 1;
}



/* title */
/* ----------------------------------- */
.tit1 {
	position: sticky;
	top: 10px;
	left: 0;
	font-size: 4.4rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	writing-mode: vertical-rl;
	font-family: "Zen Maru Gothic", serif;
}

.tit1::after {
	font-size: 2.4rem;
	writing-mode: vertical-rl;
	font-weight: bold;
	color: #36acc9;
	display: block;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: right;
	transform: rotate(180deg);
}

.tit2 {
	font-size: 2.6rem;
	font-family: "Zen Maru Gothic", serif;
	color: #36acc9;
}

/* btn */
/* ----------------------------------- */

/* content */
/* ----------------------------------- */
.contentWrap {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.content {
	width: 840px;
}

/* footer */
/* ----------------------------------- */
#footer {
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	top: -2px;
	text-align: center;
	color: #fff;
	background: url(../../img/design-office/contact_bg2.png) left 4% bottom no-repeat , url(../../img/design-office/contact_bg1.png) right top no-repeat , #36acc9;
	background-color: #36acc9;
}

#footer::before,
#footer::after {
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 6.329vw;
}

#footer::before {
	left: 0;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f3f3f3 50.5%) no-repeat top left / 100% 100%;
}

#footer::after {
	right: 0;
	background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #f3f3f3 50.5%) no-repeat top left/100% 100%;
}

#contact {
	padding-bottom: 50px;
}

#contact h2 {
	font-size: 3.4rem;
	font-weight: bold;
	font-family: "Zen Maru Gothic", serif;
}

#tel {
	padding-bottom: 10px;
	font-size: 5rem;
	font-family: "Afacad Flux", sans-serif;
}

#tel::before {
	content: "";
	width: 0.76em;
	height: 0.74em;
	margin-right: 10px;
	display: inline-block;
	background: url(../../img/design-office/icon_tel.svg) no-repeat center center / contain;
}

#tel a {
	color: inherit;
}

#time {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 80px;
	font-size: 2rem;
	border: 1px solid #fff;
	border-radius: 40px;
}

#time span {
	font-size: 1.8rem;
}

#copyRight {
	font-size: 1.4rem;
}

/* FV */
/* ----------------------------------- */
#fv {
	width: 100%;
	height: 55vw;
	max-height: 950px;	
	padding-bottom: 11vw;
	overflow: hidden;
	position: relative;
	background: url(../../img/design-office/fv_bg2.png) left top no-repeat , url(../../img/design-office/fv_bg1.png) right top no-repeat , #ebf4f6;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#fv::after {
	content: "";
	width: 100%;
	height: 12vw;
	background: url(../../img/design-office/bg_white.svg) center top no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#fvIn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.logo {
	padding-bottom: 20px;
	width: 430px;
	order: 2;
}

#open {
	padding-bottom: 10px;
	order: 1;
	position: relative;
	font-size: 3.4rem;
	font-weight: bold;
}

#open::before {
	content: "";
	width: 1px;
	height: 30px;
	margin-right: 10px;
	background: #000;
	display: inline-block;
	transform: rotate(-30deg);
}

#open::after {
	content: "";
	width: 1px;
	height: 30px;
	margin-left: 10px;
	background: #000;
	display: inline-block;
	transform: rotate(30deg);
}

#copy {
	padding-bottom: 20px;
	order: 3;
	font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: -0.07em;
}

#name {
	font-size: 2.2rem;
	font-weight: bold;
	order: 3;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	line-height: 1.2;
}

#name span {
	font-size: 2rem;
	letter-spacing: -0.05;
}

#fvRecruit {
	order: 4;
	width: 160px;
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 30px;
	left: -120px;
	font-size: 2.8rem;
	font-weight: bold;
	font-family: "Zen Maru Gothic", serif;
	color: #36acc9;
	background: url(../../img/design-office/badge.svg) no-repeat center center / contain;
}


/* 目指すもの */
/* ----------------------------------- */
#goal {
	padding-bottom: 11vw;
	position: relative;
}

#goal::after {
	content: "";
	width: 100%;
	height: 12vw;
	background: url(../../img/design-office/bg_blue.svg) center top no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#goal p {
	font-size: 2rem;
	padding-bottom: 2em;
	text-align: center;
	line-height: 2.2;
}

.goalTit::after {
	content: "Goal";
}

#goal .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.goalTxt {
	padding: 0 30px;
}

/* メッセージ */
/* ----------------------------------- */
#message {
	padding-bottom: 11vw;
	position: relative;
	background: url(../../img/design-office/content_bg2.png) left top 70% no-repeat , url(../../img/design-office/content_bg1.png) right top 10% no-repeat , #ebf4f6;
}

#message::after {
	content: "";
	width: 100%;
	height: 12vw;
	background: url(../../img/design-office/bg_white.svg) center top no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#message p {
	font-size: 2rem;
	padding-bottom: 1.6em;
	text-align: center;
	line-height: 1.6;
}

.messageTit::after {
	content: "Message";
}

#message .content {
	width: fit-content;
	margin-right: auto;
	margin-left: 120px;
}

#message .name {
	text-align: right;
}

#messageImg {
	padding-bottom: 40px;
	text-align: center;
}

/* 施設紹介 */
/* ----------------------------------- */
#office {
	padding-bottom: 11vw;
	position: relative;
}

#office::after {
	content: "";
	width: 100%;
	height: 12vw;
	background: url(../../img/design-office/bg_blue.svg) center top no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.officeTit::after {
	content: "Office";
}

.officeHead {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 30px;
}

.officeHead p {
	font-size: 2rem;
}

.officeImgWrap {
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	gap: 20px 7%;
}

.officeImg {
	width: 47%;
	border-radius: 15px;
	overflow: hidden;
}

.officeImg img {
	width: 100%;
}


/* 作業内容 */
/* ----------------------------------- */
#work {
	padding-bottom: 11vw;
	position: relative;
	background: url(../../img/design-office/content_bg2.png) left top 70% no-repeat , url(../../img/design-office/content_bg1.png) right top 10% no-repeat , #ebf4f6;
}

#work::after {
	content: "";
	width: 100%;
	height: 12vw;
	background: url(../../img/design-office/bg_white.svg) center top no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#work .contentWrap {
	padding-bottom: 150px;
}

.workTit::after {
	content: "Work";
}

.work {
	padding-bottom: 80px;
	display: flex;
	align-items: center;
	gap: 40px;
}

.workImg {
	width: 50%;
	flex-shrink: 0;
	border-radius: 15px;
	overflow: hidden;
}

.workImg img {
	width: 100%;
}

.workDetail .name {
	padding-bottom: 10px;
	font-size: 2.8rem;
	font-family: "Zen Maru Gothic", serif;
}

.workDetail p {
	font-size: 2rem;
	line-height: 1.6;
}

.timeScheduleHead {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 10px 30px;
}

.timeScheduleHead p {
	font-size: 1.6rem;
}


/* 事業所情報 */
/* ----------------------------------- */
#information {
	padding-bottom: 11vw;
	position: relative;
}

#information::after {
	content: "";
	width: 100%;
	height: 12vw;
	background: url(../../img/design-office/bg_gray.svg) center top no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#information .contentWrap {
	padding-bottom: 150px;
}

.informationTit::after {
	content: "Information";
}

#recruit {
	margin-bottom: 40px;
	padding: 50px;
	background-color: #ebf4f6;
	border-radius: 10px;
}

#recruit ul {
	padding-bottom: 40px;
}

.recruitList {
	display: flex;
	font-size: 2rem;
}

.recruitList + .recruitList {
	margin-top: 12px;
}

.recruitList .title {
	width: 125px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#addressWrap {
	padding: 40px;
	display: flex;
	background-color: #fff;
}

#map {
	text-align: center;
}

#addressIn {
	padding-left: 30px;
}

#addressIn .title {
	margin-bottom: 25px;
	padding: 2px 10px;
	font-size: 1.8rem;
	text-align: center;
	background-color: #ebf4f6;
}

#addressIn .name {
	padding-bottom: 10px;
	font-size: 2rem;
}

#address {
	font-size: 1.6rem;
}

#eligibilityWrap {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}

.eligibilityIn {
	width: 48%;
}

.eligibility {
	height: 100%;
	padding: 25px 25px 25px 45px;
	position: relative;
	background-color: #ebf4f6;
	border-radius: 10px;
	font-size: 2rem;
	line-height: 1.7;
}

.eligibility::before {
	content: "";
	width: 9px;
	height: 9px;
	top: 35px;
	left: 25px;
	position: absolute;
	background-color: #36acc9;
	border-radius: 50%;
}

.eligibilityIn ul {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.eligibilityIn li {
	flex: 1;
	font-feature-settings: "palt";
}


/* 会社概要 */
/* ----------------------------------- */
#outline {
	position: relative;
	background-color: #f3f3f3;
}

.outlineTit::after {
	content: "About Us";
}

#outline table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#outline th,
#outline td {
	padding: 30px 0;
	font-size: 2rem;
	text-align: left;
	border-bottom: 1px solid #b6b5b5;
}

#outline th {
	width: 190px;
	font-weight: bold;
	vertical-align: middle;
}

#outline tr:last-child th,
#outline tr:last-child td {
	border-bottom: none;
}


/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.contentWrap {
		max-width: 95%;
	}

	#fv {
		background-position: left -25% top, right -25% top;
	}

	#message {
		background-position: left -20% top 70%, right -15% top 10%;
	}
	
	#work {
		background-position: left -20% top 70%, right -15% top 10%;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* header */
	/* ----------------------------------- */

	/* title */
	/* ----------------------------------- */
	.tit1 {
		font-size: 3.6rem;
	}

	.tit1::after {
		font-size: 2.2rem;
	}

	.tit2 {
		font-size: 2.2rem;
	}

	/* btn */
	/* ----------------------------------- */

	/* content */
	/* ----------------------------------- */
	.contentWrap {
		max-width: 92%;
		padding-bottom: 60px;
	}

	.content {
		width: calc(100% - 120px);
	}

	/* footer */
	/* ----------------------------------- */
	#footer {
		padding-top: 80px;
		background-size: 36vw, 33.659vw;
	}

	#contact h2 {
		font-size: 3rem;
	}

	#tel {
		font-size: 4.5rem;
	}

	#time {
		font-size: 1.8rem;
	}

	#time span {
		font-size: 1.6rem;
	}

	/* FV */
	/* ----------------------------------- */
	#fv {
		height: 600px;
		background-size: 55.22vw, 53.268vw;
		background-position: left -15.625vw top, right -10.417vw top;
	}

	.logo {
		width: 360px;
	}

	#open {
		padding-bottom: 15px;
		font-size: 3rem;
	}

	#copy {
		font-size: 2.6rem;
	}

	#name,
	#name span {
		font-size: 2rem;
	}

	#fvRecruit {
		width: 140px;
		height: 128px;
		font-size: 2.4rem;
	}

	/* 目指すもの */
	/* ----------------------------------- */
	#goal .content {
		justify-content: center;
	}

	#goal p {
		font-size: 1.8rem;
	}

	.goalTxt {
		padding: 0;
	}

	/* メッセージ */
	/* ----------------------------------- */
	#message {
		background-size: 44.098vw, 36vw;
	}

	#message .content {
		width: calc(100% - 120px);
		margin-inline: 0;
	}

	#message p {
		font-size: 1.8rem;
	}

	/* 施設紹介 */
	/* ----------------------------------- */
	.officeHead {
		flex-direction: column;
		align-items: flex-start;
	}

	.officeHead p {
		font-size: 1.6rem;
	}

	/* 作業内容 */
	/* ----------------------------------- */
	#work {
		background-size: 44.098vw, 36vw;
	}

	#work .contentWrap {
		padding-bottom: 80px;
	}

	.work {
		padding-bottom: 60px;
		gap: 10px 30px;
	}

	.workImg {
		width: 48%;
	}

	.workDetail .name {
		font-size: 2.4rem;
	}

	.workDetail p {
		font-size: 1.6rem;
	}

	.timeScheduleHead {
		padding-bottom: 15px;
	}

	.timeScheduleHead p {
		font-size: 1.4rem;
	}

	/* 事業所情報 */
	/* ----------------------------------- */
	#information .contentWrap {
		padding-bottom: 80px;
	}

	#recruit {
		padding: 40px 30px;
	}

	.recruitList {
		font-size: 1.8rem;
	}

	#addressWrap {
		padding: 30px 20px;
	}

	#map {
		width: 50%;
	}

	#addressIn {
		padding-left: 25px;
	}

	#addressIn .title {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}

	#addressIn .name {
		font-size: 1.8rem;
	}

	.eligibility {
		padding: 20px 20px 20px 40px;
		font-size: 1.8rem;
	}

	.eligibility::before {
		top: 30px;
		left: 20px;
	}

	/* 会社概要 */
	/* ----------------------------------- */
	#outline th,
	#outline td {
		padding: 25px 0;
		font-size: 1.8rem;
	}

	#outline th {
		width: 180px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.brSp {
		display: inline-block;
	}
	
	.brPc {
		display: none;
	}
	/* header */
	/* ----------------------------------- */

	/* ハンバーガーメニュー */
	#menuBtnWrap {
		right: 15px;
		top: 15px;
	}

	#menuBtn {
		width: 50px;
		height: 50px;
	}

	.bar {
		width: 20px;
		height: 14px;
	}

	/*ボタン内側*/
	#menuBtn span:nth-of-type(1) {
		top: 0;
	}

	#menuBtn span:nth-of-type(2) {
		top: 6px;
	}

	#menuBtn span:nth-of-type(3) {
		top: 12px;
	}

	#menuBtn.active span:nth-of-type(1) {
		top: 6px;
	}

	#menuBtn.active span:nth-of-type(3) {
		top: 6px;
	}

	#menu {
		background-size: 400px;
    background-position: right bottom 10%;
	}

	#menu ul {
		padding: 100px 30px 60px;
		gap: 0;
	}

	#menu li {
		width: 100%;
	}

	#menu li a {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 1.8rem;
	}

	/* title */
	/* ----------------------------------- */
	.tit1 {
		font-size: 2.4rem;
	}

	.tit1::after {
		font-size: 1.6rem;
	}

	.tit2 {
		font-size: 1.8rem;
	}

	/* btn */
	/* ----------------------------------- */

	/* content */
	/* ----------------------------------- */
	.contentWrap {
		padding-top: 40px;
	}

	.content {
		width: calc(100% - 70px);
	}

	/* footer */
	/* ----------------------------------- */
	#footer {
		padding-bottom: 30px;
	}

	#contact {
		padding-bottom: 30px;
	}

	#contact h2 {
		font-size: 2.2rem;
	}

	#tel {
		font-size: 3.5rem;
	}

	#time {
		font-size: 1.5rem;
	}

	#time span {
		font-size: 1.4rem;
	}

	/* FV */
	/* ----------------------------------- */
	#fv {
		height: 552px;
		padding-top: 40px;
		background: url(../../img/design-office/fv_bg2_sp.png) no-repeat left top / 129px, url(../../img/design-office/fv_bg1_sp.png) no-repeat right bottom / 216px , #ebf4f6;
	}

	.logo {
		width: 217px;
	}

	#open {
		padding-bottom: 20px;
		display: flex;
		align-items: center;
		font-size: 2.3rem;
	}

	#open::before {
		height: 34px;
		margin-right: 20px;
		transform: rotate(-25deg);
	}
	
	#open::after {
		height: 34px;
		margin-left: 20px;
		transform: rotate(25deg);
	}

	#copy {
		text-align: center;
		font-size: 2.3rem;
	}

	#name {
		padding-bottom: 20px;
	}

	#name,
	#name span {
		font-size: 1.7rem;
	}

	#fvRecruit {
		width: auto;
		height: auto;
		padding: 10px 30px;
		position: static;
		font-size: 1.8rem;
		background: #fff;
		border-radius: 24px;
	}

	/* 目指すもの */
	/* ----------------------------------- */
	#goal p {
		font-size: 1.5rem;
		text-align: left;
	}

	/* メッセージ */
	/* ----------------------------------- */
	#message {
		background-position: left top 80%, right top 40%;
	}

	#message .content {
		width: calc(100% - 70px);
	}

	#messageImg {
		padding-bottom: 20px;
	}

	#message p {
		font-size: 1.5rem;
		text-align: left;
	}

	/* 施設紹介 */
	/* ----------------------------------- */
	.officeHead {
		padding-bottom: 10px;
	}

	.officeHead p {
		font-size: 1.5rem;
	}

	.officeImgWrap {
		flex-direction: column;
	}

	.officeImgWrap:last-child {
		padding-bottom: 0;
	}

	.officeImg {
		width: 100%;
	}

	/* 作業内容 */
	/* ----------------------------------- */
	#work .contentWrap {
		padding-bottom: 60px;
	}

	.work {
		padding-bottom: 40px;
		flex-direction: column;
		align-items: flex-start;
	}

	.workImg {
		width: 100%;
	}

	.workDetail .name {
		padding-bottom: 5px;
		font-size: 2rem;
	}

	.workDetail p {
		font-size: 1.5rem;
	}

	.timeScheduleHead {
		flex-direction: column;
		align-items: flex-start;
	}

	.timeScheduleHead p {
		font-size: 1.3rem;
	}

	/* 事業所情報 */
	/* ----------------------------------- */
	#information .contentWrap {
		padding-bottom: 60px;
	}

	#recruit {
		padding: 20px 15px;
	}

	#recruit ul {
		padding-bottom: 20px;
	}

	.recruitList {
		flex-direction: column;
		gap: 5px;
		font-size: 1.6rem;
	}

	#addressWrap {
		padding: 20px 15px;
		flex-direction: column;
		gap: 15px;
	}

	#map {
		width: 100%;
	}

	#addressIn {
		padding-left: 0;
	}

	#addressIn .title {
		font-size: 1.5rem;
	}

	#addressIn .name {
		font-size: 1.6rem;
	}

	#address {
		font-size: 1.5rem;
	}

	#eligibilityWrap {
		flex-direction: column;
		gap: 10px;
	}

	.eligibilityIn {
		width: 100%;
	}

	.eligibilityIn ul {
		gap: 10px;
	}

	.eligibility {
		padding: 15px 15px 15px 35px;
		font-size: 1.6rem;
	}

	.eligibility::before {
		width: 6px;
		height: 6px;
		top: 25px;
		left: 18px;
	}

	/* 会社概要 */
	/* ----------------------------------- */
	#outline th,
	#outline td {
		width: 100%;
		display: block;
		font-size: 1.6rem;
	}

	#outline th {
		padding: 15px 0px 0;
		border-bottom: none;
	}

	#outline td {
		padding: 5px 0px 15px;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
