@charset "utf-8";

/* ---------- fv ---------- */

.fv {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background-image: url(../img/fv.png);
	background-position: center;
	background-size: cover;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	padding: 0.5em;
	background-color: #fff;
	/* text-align: center; */
	font-size: 1.6rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.fv {
		height: auto;
		background-image: none;
	}

	.fv_img {
		width: 100%;
		height: auto;
	}

	.fv_text {
		font-size: 2rem;
	}

	.fukidashi_1 {
		position: absolute;
		top: 21%;
		left: 20%;
		width: 26%;
	}

	.fukidashi_2 {
		position: absolute;
		top: 21%;
		right: 15%;
		width: 24%;
	}

	.fukidashi_3 {
		position: absolute;
		top: 36%;
		left: 4%;
		width: 20%;
	}

	.fukidashi_4 {
		position: absolute;
		top: 38%;
		right: 2%;
		width: 24%;
	}

	.fukidashi_5 {
		position: absolute;
		top: 63%;
		left: 15%;
		width: 24%;
	}

	.fukidashi_6 {
		position: absolute;
		top: 64%;
		right: 16%;
		width: 24%;
	}
}

@media screen and (min-width: 1024px) {
	.fv_text {
		font-size: 2.6rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		font-size: 3.7rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		font-size: 4.9rem;
	}
}

/* ---------- エリア1 ---------- */

.area_1 {
	padding: 8% 4%;
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1920px) {}

/* ----- 導入 ----- */

.introduction {}

.introduction_headline {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 1px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.introduction_headline::after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 99.4%;
	height: 4px;
	background-color: #000;
}

.introduction_text_1,
.introduction_text_2 {
	width: fit-content;
	margin: 8% auto 0;
	text-align: center;
	line-height: 2;
}

.introduction_text_1 {
	font-weight: 700;
}

.introduction_text_2 {
	position: relative;
	font-size: 1.4rem;
	font-weight: 700;
}

.introduction_text_2::after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 95%;
	height: 3px;
	background-color: #000;
}

.introduction_text_2_child_1 {
	font-size: 1em;
}

.introduction_text_2_child_2 {
	font-size: 1.1em;
}

.introduction_underline_y {
	display: inline;
	background: linear-gradient(transparent 80%, #ECFFB3 0%);
}

@media screen and (min-width: 768px) {
	.area_1 {
		position: relative;
		overflow: hidden;
	}

	.logo_2 {
		position: absolute;
        top: 25px;
        left: -100px;
        width: 60%;
	}

	.work_img {
		position: absolute;
        top: 865px;
        right: -100px;
        width: 33%;
	}

	.introduction_headline {
		font-size: 4.6rem;
	}

	.introduction_headline::after {
		bottom: 6px;
		width: 99.4%;
		height: 6px;
	}

	.introduction_text_1, .introduction_text_2 {
		margin: 6% auto 0;
	}

	.introduction_text_1 {
		font-size: 1.4rem;
		line-height: 2.5;
	}

	.introduction_text_2 {
		font-size: 2rem;
	}

	.introduction_text_2::after {
		height: 4px;
		bottom: 8px;
	}
}

@media screen and (min-width: 1024px) {
	.logo_2 {
		left: -140px;
	}

	.work_img {
        top: 1090px;
        right: -140px;
        width: 35%;
    }

	.introduction_headline {
		font-size: 6rem;
	}

	.introduction_headline::after {
		bottom: 8px;
		width: 99.4%;
		height: 7px;
	}

	.introduction_text_1 {
		font-size: 1.7rem;
	}

	.introduction_text_2 {
		font-size: 2.6rem;
	}

	.introduction_text_2::after {
		bottom: 10px;
	}
}

@media screen and (min-width: 1440px) {
	.logo_2 {
		top: 45px;
        left: -175px;
		width: 55%;
	}

	.work_img {
        top: 1600px;
        right: -190px;
        width: 35%;
    }

	.introduction_headline {
		font-size: 8.8rem;
	}

	.introduction_headline::after {
		bottom: 13px;
		width: 99.4%;
		height: 9px;
	}

	.introduction_text_1 {
		font-size: 2.6rem;
	}

	.introduction_text_2 {
		font-size: 3.8rem;
	}

	.introduction_text_2::after {
		height: 6px;
		bottom: 16px;
	}
}

@media screen and (min-width: 1920px) {
	.logo_2 {
		top: 70px;
		left: -240px;
		width: 60%;
	}

	.introduction_headline {
		font-size: 11rem;
	}

	.introduction_headline::after {
		bottom: 14px;
		width: 99.4%;
		height: 12px;
	}

	.introduction_text_1 {
		font-size: 3.2rem;
		line-height: 2.5;
	}

	.introduction_text_2 {
		font-size: 4.8rem;
	}

	.introduction_text_2::after {
		height: 8px;
	}

	.work_img {
        top: 2060px;
        right: -290px;
        width: 38%;
    }
}

/* ----- 業務内容 ----- */

.work {
	padding: 24% 0 0;
}

.work_headline {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
}

.work_text {
	width: fit-content;
	margin: 6% auto 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.work_text_2_child {
	font-size: 1.3em;
	font-weight: 700;
}

.work_underline_y {
	display: inline;
	background: linear-gradient(transparent 80%, #ECFFB3 0%);
}

@media screen and (min-width: 768px) {
	.work {
		padding: 16% 0 0;
	}

	.work_text {
		margin: 3% auto 0;
	}

	.work_headline {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1024px) {
	.work_headline {
		font-size: 2.2rem;
	}

	.work_text {
		line-height: 2;
	}
}

@media screen and (min-width: 1440px) {
	.work_headline {
		font-size: 3rem;
	}

	.work_text {
		margin: 3% auto 0;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1920px) {
	.work_headline {
		font-size: 4rem;
	}

	.work_text {
		font-size: 2.2rem;
	}
}

/* ----- サポート ----- */

.support {
	padding: 20% 0 0;
}

.support_headline {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #E2C14A;
}

.support_headline_sub {
	display: block;
	width: fit-content;
	margin: 2% auto 0;
	text-align: center;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", serif;
	color: #000;
}

.support_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin: 12% auto 0;
}

.support_flex_item {
	width: calc((100% - 8px) / 2);
	padding: 0.5em 0;
	border: 2px #000 solid;
	background-image: url(../img/bg_gradation_1.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.support {
		padding: 16% 0 0;
	}

	.support_headline {
		font-size: 1.4rem;
	}

	.support_headline_sub {
		font-size: 1.8rem;
	}

	.support_flex {
		margin: 6% 0 0;
	}

	.support_flex_item {
		position: relative;
		padding: 1.5em 0;
	}

	.support_flex_item_text {
		position: relative;
		font-size: 1.2rem;
		z-index: 1;
	}

	.support_flex_item_bg_text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 2em;
		font-weight: 700;
		color: #fff;
	}
}

@media screen and (min-width: 1024px) {
	.support_headline {
		font-size: 1.6rem;
	}

	.support_headline_sub {
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 1440px) {
	.support {
		padding: 12% 0 0;
	}

	.support_headline {
		font-size: 2rem;
	}

	.support_headline_sub {
		font-size: 3rem;
	}

	.support_flex {
		gap: 16px;
	}

	.support_flex_item_text {
		font-size: 1.6rem;
	}

	.support_flex_item {
		width: calc((100% - 16px) / 2);
		padding: 2em;
		border: 3px #000 solid;
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1920px) {
	.support_headline {
		font-size: 2.8rem;
		font-weight: 700;
	}

	.support_headline_sub {
		font-family: "Noto Sans JP", serif;
		font-size: 4rem;
	}

	.support_flex_item {
		border: 5px #000 solid;
	}

	.support_flex_item_text {
		font-size: 2.4rem;
	}

	.support_flex_item_bg_text {
		font-size: 3em;
	}
}

/* ---------- エリア2 ---------- */

.area_2 {
	padding: 8% 4% 24%;
	background-image: url(../img/bg_human_resources.png);
	background-position: bottom;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}

.human_resources_headline {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
}

.human_resources_flex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin: 12% auto 0;
}

.human_resources_flex_item {
	width: 100%;
	padding: 1em 0;
	text-align: center;
	border: 2px #000 solid;
	background-image: url(../img/bg_gradation_2.png);
	background-position: center;
	background-size: cover;
	font-weight: 700;
	line-height: 1.5;
}

.human_resources_storong_p {
	color: #FF668C;
}

@media screen and (min-width: 768px) {
	.area_2 {
		padding: 6% 4% 24%;
	}

	.human_resources_headline {
		font-size: 1.8rem;
	}

	.human_resources_flex {
		flex-direction: row;
		gap: 16px;
		margin: 8% auto 0;
	}

	.human_resources_flex_item {
		width: calc((100% - 32px) / 3);
		padding: 2.4em 0;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1024px) {
	.human_resources_headline {
		font-size: 2.2rem;
	}

	.human_resources_flex {
		gap: 36px;
	}

	.human_resources_flex_item {
		width: calc((100% - 72px) / 3);
		padding: 3em 0;
	}
}

@media screen and (min-width: 1440px) {
	.human_resources_headline {
		font-size: 3rem;
	}

	.human_resources_flex {
		margin: 6% auto 0;
	}

	.human_resources_flex {
		gap: 48px;
	}

	.human_resources_flex_item {
		width: calc((100% - 96px) / 3);
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1920px) {
	.human_resources_headline {
		font-size: 4rem;
	}

	.human_resources_flex {
		gap: 96px;
	}

	.human_resources_flex_item {
		width: calc((100% - 192px) / 3);
		border: 5px #000 solid;
		font-size: 2.2rem;
		line-height: 1.5;
	}
}

/* ---------- エリア3 ---------- */

.area_3 {
	padding: 0 4% 8%;
	background-color: #F3EDE1;
}

.bg_w {
	width: 100%;
	margin: 0 auto;
	padding: 12% 0 8%;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.bg_w {
		position: relative;
	}

	.bg_w_bg_text {
		position: absolute;
		top: 680px;
		left: -160px;
		transform: rotate(90deg);
		display: block;
		font-size: 4.2rem;
		font-weight: 700;
		color: #F3E9C3;
	}
}

@media screen and (min-width: 1024px) {
	.bg_w_bg_text {
		top: 880px;
        left: -180px;
        font-size: 4.6rem;
	}
}

@media screen and (min-width: 1440px) {
	.bg_w_bg_text {
		top: 1240px;
		left: -240px;
		font-size: 6.4rem;
	}
}

@media screen and (min-width: 1920px) {
	.bg_w_bg_text {
		top: 1570px;
		left: -310px;
		font-size: 8rem;
	}
}

/* ----- 動画 ----- */

.movie {
	margin-top: -25%;
	padding-top: 10%;
	background-color: #fff;
}

.movie_headline {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
}

.movie_text {
	width: fit-content;
	margin: 8% auto 0;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
}

.movie_underline_g {
	display: inline;
	background: linear-gradient(transparent 80%, #ECFFB3 0%);
}

.iframe-wrap {
	position: relative;
	width: 80%;
	margin: 12% auto 0;
	aspect-ratio: 16 / 9;
	border: 1px #000 solid;
}

.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.movie {
		margin-top: -25%;
		padding-top: 10%;
		background-color: #fff;
	}

	.movie_headline {
		font-size: 1.8rem;
	}

	.movie_text {
		line-height: 2;
	}

	.iframe-wrap {
		width: 70%;
		height: auto;
	}
}

@media screen and (min-width: 1024px) {
	.movie_headline {
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 1440px) {
	.movie_headline {
		font-size: 3rem;
	}

	.movie_text {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1920px) {
	.movie_headline {
		font-size: 4rem;
	}

	.movie_text {
		font-size: 2.2rem;
	}
}

/* ----- 特徴 ----- */

.feature {
	padding: 24% 4% 0;
}

.feature_headline {
	width: fit-content;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 700;
}

.feature_point {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 64px;
	width: 100%;
	margin: 24% auto 0;
}

.feature_point_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 100%;
	margin: 0 auto 0;
	width: 100%;
}

.feature_point_item_headline {
	width: 100%;
}

.feature_point_item_headline img {
	width: 80px;
}

.feature_point_item_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 100%;
	margin: 0 auto 0;
	width: 100%;
}

.feature_point_item_content_textarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 100%;
	margin: 0 auto 0;
	width: 100%;
}

.feature_point_item_content_textarea_headline {
	width: 100%;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 2;
}

.feature_point_item_content_textarea_text {
	width: 100%;
	font-weight: 700;
	line-height: 1.5;
}

.feature_point_item_content_img {
	width: 100%;
}

.feature_time {
	margin: 20% auto 0;
}

.feature_time_headline {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.5;
}

.feature_time_text {
	margin: 6% auto 0;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.feature_time {
		margin: 24% auto 0;
	}

	.feature {
		padding: 24% 8% 0;
	}

	.feature_headline {
		font-size: 1.8rem;
	}

	.feature_point {
		margin: 8% auto 0;
	}

	.feature_point_item_headline img {
		width: 90px;
	}

	.feature_point_item_headline_2 {
		text-align: left;
		width: 57%;
		margin: 0 0 0 auto;
	}

	.feature_point_item_content {
		flex-direction: row;
		align-items: flex-start;
	}

	.feature_point_item_content_2 {
		flex-direction: row-reverse;
	}

	.feature_point_item_content_textarea {
		width: 60%;
	}

	.feature_point_item_content_textarea_headline {
		font-size: 1.4rem;
	}

	.feature_point_item_content_img {
		width: 40%;
	}

	.feature_time {
		margin: 12% auto 0;
	}

	.feature_time_headline {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1024px) {
	.feature_headline {
		font-size: 2.2rem;
	}

	.feature_point_item_headline_2 {
		width: 58%;
	}
}

@media screen and (min-width: 1440px) {
	.feature_headline {
		font-size: 3rem;
	}

	.feature_point_item_headline {
		font-size: 1.2rem;
	}

	.feature_point_item_headline img {
		width: 130px;
	}

	.feature_point_item_headline_2 {
		width: 55.5%;
	}

	.feature_point_item_content {
		gap: 48px;
	}

	.feature_point_item_content_textarea {
		width: 60%;
	}

	.feature_point_item_content_textarea_headline {
		font-size: 2.2rem;
	}

	.feature_point_item_content_textarea_text {
		font-size: 1.2rem;
	}

	.feature_point_item_content_img {
		width: 40%;
	}

	.feature_time_headline {
		font-size: 2.2rem;
	}

	.feature_time_text {
		margin: 3% auto 0;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.feature {
		padding: 20% 8% 0;
	}

	.feature_headline {
		font-size: 4rem;
	}

	.feature_point_item_headline {
		
	}

	.feature_point_item_headline_2 {
		width: 53.5%;
	}

	.feature_point_item_content {
		gap: 96px;
	}

	.feature_point_item_content_textarea {
		width: 60%;
	}

	.feature_point_item_content_textarea_headline {
		font-size: 2.4rem;
	}

	.feature_point_item_content_textarea_text {
		font-size: 1.2rem;
		line-height: 2;
	}

	.feature_point_item_content_img {
		width: 40%;
	}

	.feature_time_headline {
		font-size: 2.4rem;
	}

	.feature_time_text {
		font-size: 1.2rem;
		line-height: 2;
	}
}

/* ----- 募集要項 ----- */

.recruit {
	padding: 24% 4% 0;
}

.recruit_headline {
	width: fit-content;
	margin: 0 auto 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.company_table {
    width: 100%;
    margin: 6% auto 0;
    font-size: 1rem;
}

.company_table th,
.company_table td {
    display: block;
    padding: 0.5em;
    border: 0;
	line-height: 1.5;
}

.company_table th {
	font-weight: 700;
	background-color: #DAEEF2;
}

.company_table td {
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.recruit {
		padding: 16% 8% 0;
	}

	.recruit_headline {
		font-weight: 700;
	}

	.company_table th,
	.company_table td {
        display: table-cell;
        padding: 1em;
        border: 0;
        border: 1px solid #DCE4E5;
    }

	.company_table th {
		width: 35%;
	}

	.company_table td {
		width: 65%;
	}
}

@media screen and (min-width: 1024px) {
	.company_table th {
		width: 25%;
	}

	.company_table td {
		width: 75%;
	}
}

@media screen and (min-width: 1440px) {
	.recruit_headline {
		font-size: 1.8rem;
	}

	.company_table {
		margin: 4% auto 0;
	}

	.company_table th,
	.company_table td {
		font-size: 1.4rem;
	}

	.company_table th {
		width: 25%;
	}

	.company_table td {
		width: 75%;
	}
}

@media screen and (min-width: 1920px) {
	.recruit_headline {
		font-size: 2rem;
	}

	.company_table th,
	.company_table td {
		padding: 1.5em;
		font-size: 1.6rem;
	}

	.company_table th {
		width: 20%;
	}

	.company_table td {
		width: 80%;
	}
}

/* ---------- エリア4 ---------- */

.area_4 {
	background-color: #fff;
}

.entry {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background-image: url(../img/entry.png);
	background-position: center;
	background-size: cover;
}

.entry_img {
	width: 100%;
}

.entry_content_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.entry_headline {
	width: 80%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
}

.entry_underline {
	display: inline;
	background: linear-gradient(transparent 80%, #ECFFB3 0%);
}

.entry_link {
	display: block;
	width: 50%;
	margin: 4% auto 0;
	padding: 0.5em 0;
	border-radius: 4px;
	background-color: #000;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
}

.entry_link:hover {
	background: linear-gradient(to right, #E2C14A, #C18C17);
}

.entry_link_sub {
	display: block;
	width: fit-content;
	margin: 0.2em auto 0;
	text-align: center;
	font-size: 0.5em;
}

@media screen and (min-width: 768px) {
	.entry {
		height: auto;
		background-image: none;
	}

	.entry_headline {
		width: fit-content;
		font-size: 1.8rem;
		line-height: 2;
	}

	.entry_link {
		width: 45%;
		padding: 1em 0;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1024px) {
	.entry_headline {
		font-size: 2.2rem;
	}

	.entry_link {
		width: 40%;
		padding: 1.2em 0;
	}
}

@media screen and (min-width: 1440px) {
	.entry_headline {
		font-size: 3rem;
	}

	.entry_link {
		width: 40%;
		padding: 1.5em 0;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1920px) {
	.entry_headline {
		font-size: 4rem;
	}

	.entry_link {
		padding: 1.2em 0;
		font-size: 3rem;
	}
}
