.main {
	padding-top: 9.6rem;
	padding-bottom: 20rem;
	overflow: hidden;
}

.__sp {
	display: none;
}

.background {
	background-image: url(../img/recruit/keyvisual_img_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.news__title,
.work__title,
.flow__title,
.offering__title {
	font-size: 2.7rem;
	padding-left: 1.3rem;
	font-weight: normal;
	border-left: 0.5rem solid #E95295;
	margin-bottom: 2rem;
	font-family: "Shippori Mincho", serif;
}

.form a {
	width: 4.8rem;
	height: 20.8rem;
	background-color: #E95295;
	color: white;
	font-size: 1.6rem;
	border-radius: 2rem 0 0 2rem;
	padding: 2.4rem 1.3rem;
	position: fixed;
	top: 38rem;
	right: 0;
	writing-mode: vertical-rl;
	z-index: 1000;
}

/* ヒーローセクション */
.herosection {
	font-family: "Shippori Mincho", serif;
	display: flex;
	gap: 5.6rem;
	margin-bottom: 16rem;
	padding-bottom: 10rem;
	padding-right: 12rem;
	justify-content: center;

}

.herosection__img-box {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;

}

.herosection__img-1 img {
	width: 60rem;
	height: 40rem;
	border-radius: 0 0.8rem 0.8rem 0;
}

.herosection__img-2 img {
	width: 40rem;
	height: 30rem;
	border-radius: 0 0.8rem 0.8rem 0;
}

.herosection__img-3 img {
	width: 19rem;
	height: 30rem;
	border-radius: 0.8rem;
}

.herosection__text-box {
	padding-top: 7.8rem;
}

.herosection__title {
	font-family: "LINE Seed JP", sans-serif;
	font-size: 1.8rem;
	color: #E95295;
	margin-bottom: 0.8rem;
	font-weight: normal;
}

.herosection__text-top {
	font-size: 3.6rem;
	margin-bottom: 3rem;
	font-weight: normal;
}

.herosection__text {
	font-size: 1.8rem;
}

/* ニュース */
.news {
	width: 104rem;
	margin: 0 auto;
	margin-bottom: 16rem;
}

.news__title {
	font-size: 2.7rem;
	padding-left: 1.3rem;
	border-left: 0.5rem solid #E95295;
	margin-bottom: 2rem;
}
.news__box{
	width:102.6rem;
}
.news__box li{
	margin-bottom:2.5rem;
}
.news__box-title{
	font-size:2rem;
	font-family:"Shippori Mincho",sans-serif;
	font-weight:bold;
	margin-bottom:0.8rem;
}
.news__box-text{
	font-size:1.8rem;
	font-family:"LINE Seed JP", sans-serif;
}
.news__list {
	font-family: "LINE Seed JP", sans-serif;
}

.news__list li {

	border-top: 0.1rem solid #CCCCCC;
	font-size: 1.8rem;
	padding: 2.8rem 1rem;
}

.news__list li a {
	display: flex;
	gap: 5.7rem;
}

.news__list:last-child {
	border-bottom: 0.1rem solid #CCCCCC;
}

.news__date {
	font-size: 1.8rem;
	display: block;

}

.news__text {
	width: 78rem;
}

/* 働く人 */
.work {
	width: 104rem;
	margin: 0 auto;
	margin-bottom: 16rem;
	font-family: "Shippori Mincho", serif;
}

.work__box {
	width: 104rem;
	height: 40rem;
	background-color: white;
	margin-bottom: 3rem;
	display: flex;
	gap: 6.3rem;
	border-radius: 0.8rem;
	box-shadow: 0rem 0.3rem 0.6rem #00000029;
	padding: 1.5rem 4rem 4rem;
}

.work__img-box:last-child {
	margin-bottom: 0;
}

.work__img-title {
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 5.9rem;
}

.work__img {
	width: 20rem;
	height: 20rem;
	border-radius: 50%;
}

.work__img img {
	display: block;
	border-radius: 50%;

}

.work__text-box {
	padding-top: 4.4rem;
}

.work__text-top {
	font-size: 2.4rem;
	color: #E95295;
	margin-bottom: 2rem;
}

.work__text-bottom {
	font-size: 1.8rem;

}

.work__img-title img {
	width: 1rem;
	height: 1rem;
	position: relative;
	top: 1.3rem;
	right: 1rem;
}
.work__text-margin{
	margin-bottom:2rem;
	display:block;
}
/* youtube埋め込み */
.youtube{
	width:104rem;
	margin:0 auto 16rem;
}
.youtube__content{
	width:34.5rem;
	aspect-ratio:9/16;
	height:auto;
}
/* 1日の流れ */
.flow {
	width: 104rem;
	margin: 0 auto;
	margin-bottom: 16rem;
	position: relative;
}

.flow__btn-box {
	display: flex;
	gap: 3rem;
	margin-bottom: 2.6rem;
}

.flow__btn {
	width: 19.7rem;
	height: 5.2rem;
	color: white;
	font-size: 2rem;
	padding: 1.2rem 1.8rem;
	border-radius: 3.2rem;
	font-family: "LINE Seed JP", sans-serif;
	cursor: pointer;
	opacity: 0.7;
}

.flow__btn--active {
	opacity: 1;
}

.flow__btn img {
	height: 3.4rem;
	margin-left: 1.9rem;
	width: auto;
	position: relative;
	top: -0.3rem;
}

.flow__btn-1 {
	background-color: #DE8158;
}

.flow__btn-2 {
	background-color: #4081C3;
}

.flow__text-1,
.flow__text-2 {
	display: none;
}

.flow__text--active {
	display: block;
}

.flow__list {
	display: flex;
	gap: 5.3rem;
	align-items: start;
	font-family: "LINE Seed JP", sans-serif;
	margin-bottom: 5.4rem;
	margin-left: 2rem;
	position: relative;
}

.flow__item-time {
	font-size: 1.8rem;
	padding-top: 0.5rem;
	position: relative;
}

.flow__text-1 .flow__list:not(:last-child)::before,
.flow__text-2 .flow__list:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 2.2rem;
	left: 8.3rem;
	width: 0.1rem;
	height: calc(100% + 5.4rem);
	background-color: #707070;
}

.flow__text-1 .flow__item-time::after {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	background-color: #DE8158;
	border-radius: 50%;
	position: relative;
	left: 7.8rem;
	top: -1.7rem;
}

.flow__text-2 .flow__item-time::after {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	background-color: #4081C3;
	border-radius: 50%;
	position: relative;
	left: 7.8rem;
	top: -1.7rem;
}

.flow__item-title {
	font-size: 2.4rem;
	margin-bottom: 0.6rem;
	font-weight: normal;
}

.flow__item-text {
	font-size: 1.8rem;
}

.flow__img-1 {
	position: absolute;
	top: 20rem;
	right: 1rem;
}

.flow__img-2 {
	position: absolute;
	top: 45.1rem;
	right: -2rem;
}

.flow__img-3 {
	position: absolute;
	top: 70.5rem;
	right: 13.7rem;
}

.flow__img-1 img,
.flow__img-2 img,
.flow__img-3 img {
	width: 20rem;
	height: 15rem;
	border-radius: 0.4rem;
}

/* 募集要項 */
.offering {
	padding: 10rem 0;
	width: 104rem;
	margin: 0 auto;
	margin-bottom: 16rem;
}



.offering__btn-box {
	width: min(104rem, calc(100% - 4rem));
	margin: 0 auto 3.2rem;
	display: flex;
	gap: 1.2rem;
	flex-wrap: wrap;
}

.offering__btn {
	appearance: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	color: #534741;
	font-family: "LINE Seed JP", sans-serif;
	font-size: 1.8rem;
	line-height: 1;
	width: 21rem;
	height: 4.6rem;
	padding: 0;
	border-radius: 0.8rem;
	cursor: pointer;
	box-shadow: inset 0rem 0.2rem 0.2rem #00000029;
}

.offering__btn-prefix,
.offering__btn-label {
	display: inline-block;
}

.offering__btn--active {
	color: #fff;
}

.offering__btn1.offering__btn--active {
	background-color: #DC6B76;
}

.offering__btn2.offering__btn--active {
	background-color: #F394CD;
}

.offering__btn3.offering__btn--active {
	background-color: #44B1A8;
}

.offering__panel {
	display: none;
}

.offering__panel--active {
	display: block;
}

.offering__count {
	width: min(104rem, calc(100% - 4rem));
	margin: 0 auto 2.4rem;
	font-family: "LINE Seed JP", sans-serif;
	font-size: 1.8rem;
	color: #534741;
}

.offering__count-num {
	margin: 0 0.4rem;
	font-size: 3.6rem;
	font-weight: normal;
}

.offering__count-style {
	font-size: 1.8rem;
}

.offering__job {
	width: min(104rem, calc(100% - 4rem));
	margin: 0 auto 4rem;
}

.offering__job-toggle {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0.6rem 1.6rem;
	border: none;
	background: transparent;
	cursor: default;
	pointer-events: none;
}

.offering__job-title {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-family: "LINE Seed JP", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	color: #45c4c0;
	line-height: 1.5;
	text-align: center;
	white-space: pre-line;
	overflow-wrap: anywhere;
	word-break: normal;
}

.offering__panel--ogura .offering__count-num,
.offering__panel--ogura .offering__count-style,
.offering__panel--ogura .offering__job-title {
	color: #DC6B76;
}

.offering__panel--ogura .offering__accordion-icon {
	background-color: #DC6B76;
}

.offering__panel--yasuragi .offering__count-num,
.offering__panel--yasuragi .offering__count-style,
.offering__panel--yasuragi .offering__job-title {
	color: #F394CD;
}

.offering__panel--yasuragi .offering__accordion-icon {
	background-color: #F394CD;
}

.offering__panel--komaki .offering__count-num,
.offering__panel--komaki .offering__count-style,
.offering__panel--komaki .offering__job-title {
	color: #44B1A8;
}

.offering__panel--komaki .offering__accordion-icon {
	background-color: #44B1A8;
}

.offering__job-body[hidden] {
	display: none;
}

.offering__list {
	display: grid;
	grid-template-columns: 18rem 1fr;
	column-gap: 3.2rem;
	padding: 2rem 2.4rem;
	align-items: start;
}

.offering__job .offering__list:first-of-type {
	border-top: 0.1rem solid #d9d2cf;
}

.offering__job .offering__list+.offering__list {
	border-top: 0.1rem solid #d9d2cf;
}

.offering__job .offering__list:last-of-type {
	border-bottom: 0.1rem solid #d9d2cf;
}

.offering__item-title {
	font-family: "LINE Seed JP", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #534741;
}

.offering__accordion-icon {
	display: none;
	position: relative;
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #45c4c0;
}

.offering__accordion-icon::before,
.offering__accordion-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.2rem;
	height: 0.2rem;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.offering__accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.offering__job-toggle--active .offering__accordion-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.offering__item-text {
	font-family: "LINE Seed JP", sans-serif;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #534741;
}

/* お問い合わせ */
.contact {
	width: 104rem;
	margin: 0 auto;
	scroll-margin-top: 10rem;
}

.contact__title {
	font-size: 2.7rem;
	font-weight: normal;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 2rem;
	text-align: center;
}

.contact__text {
	font-family: "Shippori Mincho", serif;
	font-size: 1.8rem;
	width: 70rem;
	margin: 0 auto 4rem;
}

.contact form {
	width: fit-content;
	margin: 0 auto;
}

.contact__form {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
	font-size: 1.8rem;
	font-weight: 400;
	font-family: "LINE Seed JP", sans-serif;
}

.contact form .contact__text {
	display: flex;
	gap: 5.8rem;
	width: auto;
	margin: 0;
	font-family: "LINE Seed JP", sans-serif;
}

.contact form .contact__text input {
	background-color: #FFFFFF;
	border: 0.1rem solid #CCCCCC;
	width: 47.5rem;
	height: 5rem;
	align-items: center;
	padding-inline: 1.5rem;
}

.contact__label {
	width: 15rem;
	display: flex;
	align-items: start;
}

.contact__form input {
	appearance: auto;
}

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	align-items: center;
	gap: 6.7rem;
}

.contact__radio-btns {
	display: flex;
	gap: 5.8rem;
}

.contact__radio-btns input {
	accent-color: #E95295;
	inline-size: 1.6rem;
	block-size: 1.6rem;
	border-color: #E95295;
}

.wpcf7-list-item {
	margin: 0;
}

.contact--textarea textarea {
	width: 47.5rem;
	height: 21.8rem;
	resize: none;
	overflow-x: auto;
	border: 0.1rem solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 1.5rem;
}

.contact__submit {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
}

.contact__submit input {
	background-color: #ECAE50;
	color: #FFFFFF;
	width: 15.1rem;
	height: 5rem;
	border-radius: 0.8rem;
}

.wpcf7-spinner {
	display: none;
}

@media screen and (max-width:699.98px) {

	/* 共通 */
	.main {
		padding: 7.8rem 1.5rem 20rem;
	}

	.news__title,
	.work__title,
	.flow__title,
	.offering__title {
		font-size: 2.4rem;
		padding-left: 1.3rem;
		font-weight: normal;
		border-left: 0.5rem solid #E95295;
		margin-bottom: 2rem;
		font-family: "Shippori Mincho", serif;
	}

	.__sp {
		display: block;
	}

	.__pc {
		display: none;
	}

	.background {
		background-size: cover;
	}

	.form {
		width: 100%;
		height: 7rem;
		background-color: #FEF4F4;
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 50;
	}

	.form a {
		width: 20.5rem;
		height: 5rem;
		border-radius: 0.8rem;
		font-size: 1.6rem;
		writing-mode: horizontal-tb;
		position: static;
		padding: 1.4rem;
		text-align: center;
	}

	/* 応募フォーム */

	/* ヒーローセクション */
	.herosection {
		flex-direction: column-reverse;
		padding: 0;

	}

	.herosection__text {
		line-height: calc(32 / 16);
	}

	.herosection__text-margin {
		margin-bottom: 2rem;
	}

	.herosection__img-1 img {
		width: 34.5rem;
		height: 23rem;
		border-radius: 0.8rem;
	}

	.herosection__img-2 img {
		border-radius: 0.8rem;
		width: 23rem;
		height: 18rem;
	}

	.herosection__img-3 img {
		width: 10.5rem;
		height: 18rem;
		border-radius: 0.8rem;
	}

	/* ニュース */
	.news {
		width: auto;
	}

	.news__list li a {
		flex-direction: column;
		gap: 1rem;
	}

	.news__date {
		font-size: 1.4rem;
	}

	.news__text {
		font-size: 1.6rem;
		width: auto;
	}
	.news__box {
		width:auto;
	}

	/* 働く人 */
	.work {
		width: auto;
	}

	.work__box {
		width: 34.5rem;
		height: auto;
		flex-direction: column;
		padding: 3rem 1.5rem;
		gap: 2rem;
	}

	.work__img-title {
		margin-left: 1rem;
		margin-bottom: 1.5rem;
	}

	.work__img {
		margin: 0 auto;
	}

	.work__img img {
		margin: 0 auto;
	}

	.work__text-top {
		font-size: 2rem;
	}

	.work__text-bottom {
		font-size: 1.6rem;
		line-height: calc(24 / 16);
	}

	/* youtube埋め込み */
	.youtube{
		width:auto;
	}
	.youtube__content{
		width:100%;

	}
	/* 1日の流れ */
	.flow {
		width: auto;
	}

	.flow__btn {
		width: 17rem;
		height: 5.2rem;
		font-size: 1.6rem;
		padding-top: 1.4rem;
	}

	.flow__btn img {
		margin-left: 0.5rem;
	}

	.flow__btn-box {
		gap: 0.5rem;
	}

	.flow__list {
		margin-left: 0;
	}

	.flow__text-1 .flow__item-time::after,
	.flow__text-2 .flow__item-time::after {
		left: 7.8rem;
	}

	.flow__item-time {
		font-size: 1.6rem;
	}

	.flow__item-title {
		font-size: 2rem;
	}

	.flow__item-text {
		font-size: 1.8rem;
	}

	.flow__img-1 {
		width: 12rem;
		height: 9rem;
		border-radius: 0.4rem;
		position: static;
	}

	.flow__img-2 {
		width: 12rem;
		height: 9rem;
		border-radius: 0.4rem;
		position: static;
	}

	.flow__img-3 {

		border-radius: 0.4rem;
		position: static;
	}

	.flow__img-1 img {
		width: 12rem;
		height: 9rem;
	}

	.flow__img-2 img {
		width: 12rem;
		height: 9rem;
	}

	.flow__img-3 img {
		width: 12rem;
		height: 9rem;
	}

	/* 募集要項 */
	.offering {
		width: auto;
		padding-bottom: 0;
	}

	.offering__btn-prefix {
		display: none;
	}

	.offering__btn-box {
		width: auto;
		gap: 0;
	}

	.offering__btn {
		width: 11.5rem;
		height: 4rem;
		padding: 0;
		font-size: 1.4rem;
	}

	.offering__count {
		font-size: 1.6rem;
	}

	.offering__count-num {
		font-size: 3.2rem;
	}

	.offering__count-style {
		font-size: 1.6rem;
	}

	.offering__job-title {
		font-size: 2rem;
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.offering__job-toggle {
		justify-content: space-between;
		padding: 0;
		cursor: pointer;
		pointer-events: auto;
	}

	.offering__accordion-icon {
		display: block;
	}

	.offering__job {
		width: 100%;

	}

	.offering__list {
		grid-template-columns: 1fr;
		row-gap: 1rem;
		padding: 1.3rem 1rem;

	}

	.offering__item-title {
		font-size: 1.6rem;
	}

	.offering__item-text {
		font-size: 1.6rem;
	}

	.offering__job-toggle {
		margin-bottom: 2rem;
	}

	/* お問い合わせ */
	.contact {
		width: auto;
	}

	.contact__title {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}

	.contact__text {
		font-size: 1.6rem;
		width: auto;
	}

	.contact__radio-btns {
		flex-direction: column;
		gap: 1.2rem;
	}

	.contact form .contact__text {
		flex-direction: column;
		gap: 1.2rem;
	}

	.contact form .contact__text input {
		width: 32.5rem;
	}

	.contact--textarea textarea {
		width: 32.5rem;
	}
}
