@charset "utf-8";

/* ---------------------------------------- 
 - casual_recruit
---------------------------------------- */
#casual_recruit {
	padding-top: 0;
	color: #543F32;
	line-height: 1.7;
}

#casual_recruit .rec_ttl_area .ttl {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.2rem;
	color: #000000;
	text-align: left;
}
#casual_recruit .rec_ttl_area .ttl span {
	font-size: 80%;
}
#casual_recruit .rec_ttl_area .ttl .en {
	font-family: "Noto Sans JP", sans-serif;
	color: #ED7A9B;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 10px;
}
#casual_recruit .rec_ttl_area .txt {
	color: #000000;
	margin-top: 20px;
}

@media screen and (max-width : 768px) {
	#casual_recruit {
	}
	#casual_recruit .rec_ttl_area .ttl {
		font-size: 2.6rem;
	}
	#casual_recruit .rec_ttl_area .ttl span {
		font-size: 60%;
	}
	#casual_recruit .rec_ttl_area .ttl .en {
		font-size: 1.0rem;
		margin-bottom: 5px;
	}
	#casual_recruit .rec_ttl_area .txt {
	}
	
}

/* ---------------------------------------- 
 - header (LP specific)
---------------------------------------- */
#header {
	position: static;
}
#header .inner {
	width: 100%;
	height: 890px;
	position: relative;
}
#header .logo {
	height: 160px;
	width: 100%;
	padding-left: 3%;
	display: flex;
	align-items: center;
}
#header .logo img {
	width: 317px;
	max-width: 30%;
}
#header .img_area {
	width: 100%;
	position: absolute;
	top: 160px;
	left: 0;
}
#header .img_area .img {
	width: 1180px;
	max-width: 100%;
}
#header .ill_bird02 {
	position: absolute;
	width: 350px;
	bottom: -180px;
	left: -30px;
}
#header .ttl_area {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#header .txt_box {
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 0 0 0 45px;
	position: relative;
}
#header .txt_box::before {
	content: "";
	display: block;
	width: 11px;
	height: 100%;
	background: linear-gradient(#F7B400 20.66%, #AEDBF1 20.66%);
	position: absolute;
	top: 0;
	right: 0;
}
#header .ttl_box {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 100%;
	height: auto;
	padding: 70px 60px 10px;
}
#header .ttl {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-left: 20px;
}
#header .txt {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 2.0;
}
#header .ill_bird01 {
	width: 120px;
	position: absolute;
	right: 20px;
	bottom: -40px;
}
#header .catch_list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 30px 20px;
	width: 455px;
}
#header .catch_item {
	width: 200px;
	height: 200px;
	background-image: url(../img/casual_recruit/catch_item.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	color: #ED7A9B;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.45;
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#header .catch_txt {
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}

@media screen and (max-width : 768px) {
	#header {
		position: relative;
	}
	#header .inner {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		position: static;
		height: auto;
	}
	#header .logo {
		height: 60px;
	}
	#header .logo img {
		max-width: 45%;
	}
	#header .img_area {
		position: relative;
		margin-top: -30px;
		top: 0;
	}
	#header .img_area .img img {
	}
	#header .ill_bird02 {
		width: 130px;
		bottom: -70px;
	}
	#header .ttl_area {
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
		width: 100%;
		padding-left: 3%;
	}
	#header .txt_box {
		width: auto;
		display: flex;
		flex-direction: column;
		align-self: flex-end;
	}
	#header .ttl_box {
		padding: 30px 30px 10px;
		width: 280px;
	}
	#header .ttl {
		font-size: 2.6rem;
		margin-left: 10px;
	}
	#header .txt {
		font-size: 1.3rem;
		height: 25em;
	}
	#header .ill_bird01 {
		bottom: 10px;
	}
	#header .catch_list {
		position: absolute;
		left: 3%;
		bottom: 30px;
		flex-direction: column;
		padding: 0;
		flex: 1;
		width: 120px;
	}
	#header .catch_item {
		font-size: 1.2rem;
		width: 110px;
		height: 110px;
	}
	#header .catch_txt {
		font-size: 0.8rem;
		line-height: 1.3;
		width: 80%;
	}
}

/* ---------------------------------------- 
 - cta01
---------------------------------------- */
#cta01 {
	padding: 0 3%;
}
#cta01 .inner {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 200px;
}
#cta01 .ttl {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.2rem;
	letter-spacing: 0.03em;
	text-align: center;
}
#cta01 .txt {
	text-align: center;
	font-size: 1.8rem;
	margin-top: 30px;
	margin-bottom: 25px;
}
#casual_recruit .btn a {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	letter-spacing: 0.01em;
	background-color: #ED7A9B;
	color: #FFFFFF;
	width: 450px;
	max-width: 90%;
	height: 70px;
	position: relative;
}
#casual_recruit .btn a::after {
	content: "";
	display: block;
	width: 17px;
	height: 14px;
	background-image: url(../img/casual_recruit/arrow_white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 20px;
}

@media screen and (max-width : 768px) {
	#cta01 {
		padding: 0 6%;
	}
	#cta01 .inner {
		padding-top: 70px;
		padding-bottom: 100px;
	}
	#cta01 .ttl {
		font-size: 2.4rem;
	}
	#cta01 .txt {
		font-size: 1.6rem;
		text-align: left;
	}
	#cta01 .btn a {
		font-size: 2.0rem;
		height: 50px;
	}
}

/* ---------------------------------------- 
 - benefits
---------------------------------------- */
#benefits {
	padding: 0 3%;
	background-image: url(../img/casual_recruit/benefits_bg.jpg);
	background-position: top right;
	background-size: 85% 90%;
	background-repeat: no-repeat;
	overflow: hidden;
}
#benefits .inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 120px;
}

/* environment */
#benefits .environment {
}
#benefits .environment .rec_ttl_area {
	width: 35%;
}
#benefits .environment .rec_ttl_area .txt {
	padding-right: 10%;
}
#benefits .environment_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 95px;
}
#benefits .environment_item {
	width: 31%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
#benefits .environment_item:nth-child(2) {
	margin-top: -150px;
}
#benefits .environment_item:nth-child(3) {
	margin-top: -300px;
}
#benefits .environment_item .img img {
	border-radius: 4px;
}
#benefits .environment_item .txt_box {
	padding: 30px 40px 40px;
}
#benefits .environment_item .ttl {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	text-align: left;
	line-height: 1.4;
}
#benefits .environment_item .txt {
	margin-top: 20px;
}

/* dormitory */
#benefits .dormitory {
}
#benefits .dormitory .rec_ttl_area {
	width: 50%;
	margin-left: 50%;
}
#benefits .dormitory .notes_list {
	color: #000000;
	display: flex;
	font-size: 1.2rem;
	column-gap: 1em;
	flex-wrap: wrap;
	margin-top: 1em;
}
#benefits .dormitory .notes_list li {
}
#benefits .dormitory_img {
	margin-top: 35px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
}
#benefits .dormitory_img .img {
	width: 300px;
	padding: 0 5px;
}

@media screen and (max-width : 768px) {
	#benefits {
		padding: 0 6%;
		background-size: 85% 95%;
	}
	#benefits .inner {
		padding-top: 70px;
	}
	#benefits .environment {
	}
	#benefits .environment .rec_ttl_area {
		width: 100%;
	}
	#benefits .environment .rec_ttl_area .txt {
		padding-right: 0;
	}
	#benefits .environment .environment_list {
		margin-top: 30px;
		flex-direction: column;
		gap: 20px;
		align-items: center;
		justify-content: flex-start;
	}
	#benefits .environment_item {
		width: 100%;
		display: block;
	}
	#benefits .environment_item:nth-child(2) {
		margin-top: 0;
	}
	#benefits .environment_item:nth-child(3) {
		margin-top: 0;
	}
	#benefits .environment_item .txt_box {
		padding: 20px;
	}
	#benefits .environment_item .ttl {
		font-size: 2.0rem;
	}
	#benefits .environment_item .txt {
		margin-top: 10px;
	}
	
	#benefits .dormitory {
		margin-top: 50px;
	}
	#benefits .dormitory .rec_ttl_area {
		width: 100%;
		margin-left: 0%;
	}
	#benefits .dormitory_img {
	}
}

/* ---------------------------------------- 
 - workstyle
---------------------------------------- */
#workstyle {
	padding: 0 3%;
	overflow: hidden;
}
#workstyle .inner {
	padding-top: 220px;
}
#workstyle .rec_ttl_area {
}
#workstyle .rec_ttl_area .ttl,
#workstyle .rec_ttl_area .txt {
	text-align: center;
}
#workstyle .workstyle_list {
	background-color: #AEDBF1;
	margin: 50px -4% 0;
}
#workstyle .workstyle_list .inner {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 55px;
	padding-top: 100px;
	padding-bottom: 95px;
}
#workstyle .workstyle_item {
	display: flex;
	justify-content: space-between;
}
#workstyle .workstyle_item .img_area {
	width: 35%;
	z-index: 1;
	margin-top: -23px;
}
#workstyle .workstyle_item .img_area img {
	border-radius: 4px;
}
#workstyle .workstyle_item .txt_area {
	width: 76%;
	margin-left: -11%;
	padding: 4% 4% 4% 15%;
	background-color: #FFFFFF;
}
#workstyle .workstyle_item .ttl {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	text-align: left;
}
#workstyle .workstyle_item .txt {
	margin-top: 30px;
}
#workstyle .btn {
	background-color: #AEDBF1;
	background-image: url(../img/casual_recruit/workstyle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin: 0 -4%;
	width: 108%;
	aspect-ratio: 2800 / 1556;
}
#workstyle .btn a {
	margin-top: 0;
}

@media screen and (max-width : 768px) {
	#workstyle {
		padding: 0 6%;
	}
	#workstyle .inner {
		padding-top: 100px;
	}
	#workstyle .rec_ttl_area .ttl,
	#workstyle .rec_ttl_area .txt {
		text-align: left;
	}
	
	#workstyle .workstyle_list {
		padding: 0 6%;
		margin: 50px -7% 0;
	}
	#workstyle .workstyle_list .inner {
		gap: 25px;
		padding-top: 50px;
		padding-bottom: 25px;
	}
	#workstyle .workstyle_item {
		flex-direction: column;
	}
	#workstyle .workstyle_item .img_area {
		width: 100%;
		margin-top: 0;
	}
	#workstyle .workstyle_item .txt_area {
		width: 100%;
		margin-left: 0;
		padding: 20px;
	}
	#workstyle .workstyle_item .ttl {
		font-size: 2.0rem;
	}
	#workstyle .workstyle_item .txt {
		margin-top: 15px;
	}
	#workstyle .btn {
		padding: 0 6%;
		margin: 0px -7%;
		width: 114%;
		background-size: contain;
		aspect-ratio: 2800 / 2000;
	}
	#workstyle .btn a {
		font-size: 2.0rem;
		height: 50px;
	}
}

/* ---------------------------------------- 
 - about
---------------------------------------- */
#about {
	padding: 0 3%;
}
#about .inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 150px;
}
#about .txt_area {
	width: 55%;
}
#about .txt_area .ttl {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
}
#about .txt_area .txt {
	margin-top: 30px;
}
#about .main_txt_box {
	margin-bottom: 60px;
}
#about .main_txt_box .ttl {
	font-size: 5.6rem;
	line-height: 1.4;
}
#about .txt_box {
	padding-top: 60px;
	border-top: 0.5px solid #543F32;
}
#about .txt_box .ttl {
	font-size: 3.2rem;
}
#about .txt {
}
#about .img_area {
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 7%;
}

@media screen and (max-width : 768px) {
	#about {
		padding: 0 6%;
	}
	#about .inner {
		flex-direction: column;
		padding-top: 80px;
		padding-bottom: 50px;
		gap: 20px;
	}
	#about .txt_area {
		width: 100%;
	}
	#about .main_txt_box {
		margin-bottom: 30px;
	}
	#about .main_txt_box .ttl {
		font-size: 2.8rem;
	}
	#about .txt_box {
		padding-top: 30px;
	}
	#about .txt_box .ttl {
		font-size: 2.2rem;
	}
	#about .txt_area .txt {
		margin-top: 20px;
		line-height: 2.0;
	}
	#about .img_area {
		margin-left: 0;
	}
	#about .img_area img {
		object-fit: cover;
		height: 290px;
	}
}

/* ---------------------------------------- 
 - form_area
---------------------------------------- */
#form_area {
	padding: 0 3%;
	background-image: url(../img/casual_recruit/form_area_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
#form_area .inner {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding-top: 160px;
	padding-bottom: 160px;
}
#form_area h2.ttl {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.2rem;
	color: #000000;
	text-align: center;
}
#form_area .txt {
	color: #000000;
	margin-top: 15px;
	text-align: center;
}
#form_area .form_area {
	max-width: 600px;
	margin: 50px auto;
}
#form_area .form_item {
}
#form_area .form_item .ttl {
}
#form_area .form_item .ttl span {
}
#form_area .form_item .rice_txt {
	font-size: 80%;
	margin-top: 10px;
	line-height: 1.3;
}
#form_area .form_item .input {
}
#form_area .form_item .input input {
	background-color: #FFFFFF;
}
#form_area .form_item .input textarea {
	background-color: #FFFFFF;
}
#form_area input::placeholder,
#form_area textarea::placeholder {
	color: #b8b8b8;
	font-size: 1.4rem;
	opacity: 1;
}
#form_area .form_checkbox-name:before {
	border: 1px solid #000000;
	border-radius: 0;
	background-color: #FFFFFF;
}

#form_area .form_checkbox {
}
#form_area .form_btn {
}
#form_area .form_btn button {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	letter-spacing: 0.01em;
	background-color: #ED7A9B;
	color: #FFFFFF;
	width: 450px;
	max-width: 90%;
	height: 70px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 35px;
	margin: 0 auto;
}
#form_area .form_btn button::after {
	content: "";
	display: block;
	width: 17px;
	height: 14px;
	background-image: url(../img/casual_recruit/arrow_white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 20px;
}
#casual_recruit #form_area .mw_wp_form_preview .form_area .input {
	background-color: #fafdfe;
}

@media screen and (max-width : 768px) {
	#form_area {
		padding: 0 6%;
	}
	#form_area .inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#form_area h2.ttl {
		font-size: 2.2rem;
	}
	#form_area .from_box {
	}
	#form_area .form_item {
	}
	#form_area .form_btn button {
		font-size: 2.0rem;
		height: 50px;
	}
}

/* ---------------------------------------- 
 - footer (LP specific)
---------------------------------------- */
#footer {
	background: unset;
	border-top: 0.5px solid #857166;
	padding: 0 3%;
}
#footer .inner {
	padding: 50px 0;
	flex-direction: row;
	width: 1220px;
	max-width: 100%;
}
#footer .txt_area {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#footer .logo {
}
#footer .logo img {
	max-width: 305px;
}
#footer .info {
	line-height: 1.6;
	margin-bottom: 20px;
}
#footer .info .notes {
	font-size: 80%;
}
#footer .info a {
	font-size: 80%;
	text-decoration: underline;
}
#footer .copy {
	font-size: 1.0rem;;
}
#footer .bnr_area {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	row-gap: 25px;
}
#footer .bnr_item {
}
#footer .bnr_item a {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: flex;
	flex-direction: column;
	width: 380px;
	height: 120px;
	color: #FFFFFF;
	font-size: 2.4rem;
	line-height: 1.4;
	border-radius: 6px;
	padding: 3% 8%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#footer .bnr_item a::after {
	display: block;
	content: "";
	width: 54px;
	height: 27px;
	background-image: url(../img/casual_recruit/arrow_pink.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	border: 1px solid #ED7A9B;
	border-radius: 20px;
	align-self: flex-end;
}
#footer .bnr_item.bnr_colony a {
	background-image: url(../img/casual_recruit/bnr_colony.jpg);
}
#footer .bnr_item.bnr_ig a {
	background-image: url(../img/casual_recruit/bnr_ig.jpg);
}
#footer .bnr_item.bnr_ig a img {
	display: inline-block;
	width: 23px;
	margin-right: 0.3em;
}

@media screen and (max-width : 768px) {
	#footer {
		padding: 0 6%;
	}
	#footer .inner {
		flex-direction: column;
		row-gap: 20px;
	}
	#footer .txt_area {
		gap: 15px;
		align-items: flex-start;
	}
	#footer .logo img {
		max-width: 250px;
	}
	#footer .bnr_area {
		align-items: center;
	}
	#footer .bnr_item {
	}
	#footer .bnr_item a {
		width: 340px;
		height: 100px;
		font-size: 1.8rem;
		padding: 3% 6%;
	}
}




