@charset "utf-8";

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

@media screen and (min-width: 768px){
    .pc_only{
		display: block;
	}
	.sp_only{
		display: none;
	}
}

body {
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #000;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 12px 16px;
	font-weight: 400;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.font {
	font-family: "Zen Kaku Gothic Antique", serif;
}

/* ---------- ヘッダー ---------- */

.header {
	position: fixed;
	width: 100%;
	padding: 2%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 10;
}

.header_flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 88%;
}

.header_logo {
	display: block;
	width: 50%;
	height: auto;
}

.header_logo img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.header {
		position: fixed;
		z-index: 2;
		top: 0;
		padding: 0 0 0 2%;
	}

	.header_logo {
		width: 100%;
	}

	.header_flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
	}

	.header_flex_child_1 {
		display: flex;
		align-items: center;
		width: 28%;
	}

	.header_flex_child_1 .header_logo {
		display: block;
		width: 80%;
		margin: 0 auto 0 0;
	}

	.header_flex_child_2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		width: 40%;
		padding: 24px 16px 0 0;
		font-size: 1rem;
	}

	.header_flex_child_2 li {
		position: relative;
		font-size: 0.8em;
		color: #000;
	}

	.header_flex_child_2 li:nth-of-type(1)::before {
		/* content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translate(-50%, 0%);
		display: inline-block;
		width: 12px;
		height: 12px;
		background-image: url(../img/company/triangle.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center; */
	}

	.header_flex_child_2 a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.header_flex_child_3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
		width: 20%;
		padding: 4px;
		font-size: 1rem;
		background-color: #d4edff;
	}

	.header_flex_child_3 .time {
		padding: 0 0 4px 0;
		font-size: 0.6em;
		border-bottom: 1px solid #3cadff;
	}

	.header_flex_child_3 .tell {
		display: block;
	}

	.header_flex_child_3 .tell img {
		width: auto;
		height: 1rem;
	}

	.header_flex_child_4 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 12%;
		padding: 8px;
		font-size: 1rem;
		color: #fff;
		background-color: #3cadff;
	}

	.header_flex_child_4 .recruit {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
	}

	.header_flex_child_4 .recruit img {
		display: block;
		width: 36px;
		height: auto;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1024px) {
	.header_flex_child_1 {
		width: 45%;
	}

	.header_flex_child_1 .header_logo {
		width: 50%;
	}

	.header_flex_child_2 {
		width: 30%;
	}

	.header_flex_child_3 {
		width: 15%;
		font-size: 1.1rem;
	}

	.header_flex_child_3 .time {
		font-size: 0.6em;
	}

	.header_flex_child_3 .tell img {
		height: 1.1rem;
	}

	.header_flex_child_4 {
		width: 10%;
	}
}

@media screen and (min-width: 1440px) {
	.header_flex_child_1 {
		width: 50%;
	}

	.header_flex_child_1 .header_logo {
		width: 45%;
		padding: 8px 0;
	}

	.header_flex_child_2 {
		width: 30%;
		padding: 36px 24px 0 0;
		font-size: 1.4rem;
	}

	.header_flex_child_3 {
		width: 12%;
		font-size: 1.2rem;
	}

	.header_flex_child_3 .tell img {
		height: 1.2rem;
	}

	.header_flex_child_4 {
		width: 8%;
	}
}

@media screen and (min-width: 1920px) {
	.header_flex_child_1 {
		width: 50%;
	}

	.header_flex_child_1 .header_logo {
		width: 45%;
	}

	.header_flex_child_2 {
		width: 30%;
		padding: 46px 46px 0 0;
		font-size: 1.4rem;
	}

	.header_flex_child_3 {
		width: 13%;
		font-size: 1.5rem;
	}

	.header_flex_child_3 .tell img {
		height: 1.5rem;
	}

	.header_flex_child_4 {
		width: 7%;
	}
}

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

.fv {
	position: relative;
	/* background-color: #ff7f7f; */
	background-image: url(../img/bg_1.png);
	background-size: contain;
}

.fv_title {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #000;
}

.fv_title > * {
	width: fit-content;
	border-bottom: 2px solid #3cadff;
}

.fv_title_sub {
	margin-top: 16px;
	font-size: 0.5em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	color: #3cadff;
	border: 0;
}

.fv_news {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 80%;
	padding: 16px 16px 0 16px;
	background-color: #fff;
}

.fv_news::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 16px;
	transform: translate(0%, -50%);
    display: inline-block;
    width: 20px;
    height: 6px;
    background: linear-gradient(to bottom, #c4c4c4 0%, #c4c4c4 100%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    clip-path: polygon(0 36.5%, 68.3% 36.5%, 68.3% 0, 100% 50%, 68.3% 100%, 68.3% 63.5%, 0 63.5%);
}

.fv_news_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c4c4c4;
}

@media screen and (min-width: 768px) {
	.fv_title {
		position: absolute;
		top: 60%;
		left: 45%;
		transform: translate(-50%, -50%);
		width: 65%;
		text-align: left;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.2em;
		color: #000;
	}

	.fv_title > * {
		width: fit-content;
		border-bottom: 2px solid #3cadff;
	}

	.fv_title_sub {
		margin-top: 16px;
		font-size: 0.8em;
		line-height: 1;
		letter-spacing: 0.15em;
		color: #3cadff;
		border: 0;
	}

	.fv_news {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 50%;
		padding: 16px 16px 0 16px;
		background-color: #fff;
	}

	.fv_news_inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 8px;
		padding-bottom: 16px;
		border-bottom: 1px solid #c4c4c4;
	}
}

@media screen and (min-width: 1024px) {
	.fv_title {
		position: absolute;
		top: 62%;
		left: 45%;
		transform: translate(-50%, -50%);
		width: 65%;
		text-align: left;
		font-size: 2rem;
	}

	.fv_news {
		padding: 36px 24px 0;
	}

	.fv_news::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translate(0%, -50%);
	}

	.fv_news_inner {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 8px;
		padding-bottom: 36px;
		border-bottom: 1px solid #c4c4c4;
	}

	.fv_news_date {
		display: block;
		width: 20%;
	}

	.fv_news_text {
		display: block;
		width: 70%;
	}
}

@media screen and (min-width: 1440px) {
	.fv_title {
		position: absolute;
		top: 60%;
		left: 45%;
		transform: translate(-50%, -50%);
		width: 65%;
		text-align: left;
		font-size: 2.7rem;
	}

	.fv_news {
		padding: 48px 36px 0;
	}

	.fv_news::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 36px;
		transform: translate(0%, -50%);
	}

	.fv_news_inner {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 8px;
		padding-bottom: 48px;
		border-bottom: 1px solid #c4c4c4;
	}

	.fv_news_date {
		display: block;
		width: 15%;
	}

	.fv_news_text {
		display: block;
		width: 75%;
	}
}

@media screen and (min-width: 1920px) {
	.fv_title {
		position: absolute;
		top: 60%;
		left: 45%;
		transform: translate(-50%, -50%);
		width: 65%;
		text-align: left;
		font-size: 3.5rem;
	}

	.fv_news_date {
		display: block;
		width: 10%;
	}

	.fv_news_text {
		display: block;
		width: 80%;
	}
}

/* ---------- 求人情報 ---------- */

.recruit {
	padding-top: 20%;
}

.recruit_flex {
	position: relative;
	width: 90%;
	margin: 0 auto;
	z-index: 1;
}

.recruit_text_area {
	padding: 5% 0;
	background-color: #3cadff;
	letter-spacing: 0.2em;
	color: #fff;
}

.recruit_text_area_title {
	width: 95%;
	margin: 0 auto;
	font-size: 4rem;
	text-align: center;
	color: #d4d4d4;
}

.recruit_text_area_title_sub {
	margin: 2% auto 0;
	font-size: 0.4em;
}

.recruit_text_area_text {
	width: 90%;
	margin: 5% auto 0;
	line-height: 1.5;
}

.recruit_text_area_text_1 {
	font-size: 1.3rem;
	font-weight: 700;
}

.recruit_text_area_text_2 {
	font-size: 0.8rem;
}

.recruit_link {
	position: absolute;
	bottom: -5%;
	right: 0;
	width: 90%;
	padding: 10%;
	background-color: #fff;
	text-align: center;
}

.recruit_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0%, -50%);
	display: inline-block;
	width: 20px;
	height: 6px;
	background: linear-gradient(to bottom, #000 0%, #000 100%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	clip-path: polygon(0 36.5%, 68.3% 36.5%, 68.3% 0, 100% 50%, 68.3% 100%, 68.3% 63.5%, 0 63.5%);
}

.recruit_bg {
	width: 90%;
	height: auto;
	margin: -400px 0 0 auto;
	aspect-ratio: 2 / 3;
	background-color: #d5d5d5;
}

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

@media screen and (min-width: 768px) {
	.recruit {
		padding-top: 10%;
	}

	.recruit_flex {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		width: 100%;
		margin: 0 auto;
		z-index: 1;
	}

	.recruit_text_area {
		width: 40%;
		padding: 0;
	}

	.recruit_text_area_title {
		position: relative;
		width: 100%;
		padding: 0 5%;
		font-size: 4.5rem;
		text-align: left;
		letter-spacing: 0.1em;
		z-index: 1;
	}

	.recruit_text_area_title_sub {
		position: absolute;
		bottom: 10%;
		right: -240px;
		margin: 0;
		font-size: 0.3em;
	}

	.recruit_text_area_text {
		margin: 1% auto 0;
	}

	.recruit_img_area {
		width: 60%;
	}

	.recruit_link {
        position: absolute;
        bottom: -5%;
        right: 10%;
        width: 40%;
        padding: 5%;
        background-color: #fff;
        text-align: center;
	}

	.recruit_bg {
		width: 85%;
		height: auto;
		margin: -320px 0 0 auto;
		aspect-ratio: 16 / 9;
		background-color: #d5d5d5;
	}
}

@media screen and (min-width: 1024px) {
	.recruit_text_area_title {
		padding: 0 10%;
		font-size: 6rem;
		letter-spacing: 0.1em;
	}

	.recruit_text_area_title_sub {
		position: absolute;
		bottom: 10%;
		right: -310px;
		margin: 0;
		font-size: 0.3em;
	}

	.recruit_text_area_text {
		width: 80%;
		margin: 8% auto 0;
		line-height: 1.5;
	}

	.recruit_text_area_text_1 {
		font-size: 1.4rem;
		font-weight: 700;
	}

	.recruit_text_area_text_2 {
		font-size: 0.8rem;
	}

	.recruit_img_area {
		width: 60%;
	}

	.recruit_link {
        position: absolute;
        bottom: -5%;
        right: 10%;
        width: 40%;
        padding: 5%;
        background-color: #fff;
        text-align: center;
	}

	.recruit_link::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translate(0%, -50%);
	}

	.recruit_bg {
		width: 85%;
		height: auto;
		margin: -410px 0 0 auto;
		aspect-ratio: 16 / 9;
		background-color: #d5d5d5;
	}
}

@media screen and (min-width: 1440px) {
	.recruit_text_area_title {
		padding: 0 10%;
		font-size: 8.2rem;
		letter-spacing: 0.1em;
	}

	.recruit_text_area_title_sub {
		position: absolute;
		bottom: 10%;
		right: -430px;
		margin: 0;
		font-size: 0.3em;
	}

	.recruit_text_area_text {
		width: 80%;
		margin: 12% auto 0;
		line-height: 1.5;
	}

	.recruit_text_area_text_1 {
		font-size: 1.8rem;
		font-weight: 700;
	}

	.recruit_text_area_text_2 {
		font-size: 1rem;
	}

	.recruit_img_area {
		width: 60%;
	}

	.recruit_link {
        position: absolute;
        bottom: -5%;
        right: 10%;
        width: 40%;
        padding: 5%;
        background-color: #fff;
        text-align: center;
		font-size: 1.4rem;
	}

	.recruit_link::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 36px;
		transform: translate(0%, -50%);
	}

	.recruit_bg {
		width: 85%;
		height: auto;
		margin: -580px 0 0 auto;
		aspect-ratio: 16 / 9;
		background-color: #d5d5d5;
	}
}

@media screen and (min-width: 1920px) {
	.recruit_text_area_title {
		padding: 0 10%;
		font-size: 10.8rem;
		letter-spacing: 0.1em;
	}

	.recruit_text_area_title_sub {
		position: absolute;
		bottom: 10%;
		right: -570px;
		margin: 0;
		font-size: 0.3em;
	}

	.recruit_text_area_text {
		width: 80%;
		margin: 12% auto 0;
		line-height: 1.5;
	}

	.recruit_text_area_text_1 {
		font-size: 2.4rem;
		font-weight: 700;
	}

	.recruit_text_area_text_2 {
		font-size: 1.4rem;
	}

	.recruit_img_area {
		width: 60%;
	}

	.recruit_link {
        position: absolute;
        bottom: -5%;
        right: 10%;
        width: 40%;
        padding: 5%;
        background-color: #fff;
        text-align: center;
		font-size: 1.4rem;
	}

	.recruit_link::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 36px;
		transform: translate(0%, -50%);
	}

	.recruit_bg {
		width: 85%;
		height: auto;
		margin: -760px 0 0 auto;
		aspect-ratio: 16 / 9;
		background-color: #d5d5d5;
	}
}

/* ---------- マップ ---------- */

.map {
	position: relative;
	width: 100%;
	height: 0;
	margin-top: 10%;
	padding-top: 100%;
}

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

@media screen and (min-width: 768px) {
	.map {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 25%;
	}
}

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

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

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

/* ---------- フッター ---------- */

.footer {
	color: #000;
}

.footer_flex_wrap {
	padding: 5%;
}

.footer_img {
	margin: 20% 0 0 0;
}

.footer_title {
	text-align: center;
	font-size: 1.5rem;
}

.footer_title span {
	display: block;
	font-size: 1.75em;
}

.footer_flex_1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.footer_flex_1_inner_1 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}

.footer_flex_1_inner_1 .footer_logo {
	width: 80%;
}

.footer_flex_1_inner_2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	margin: 16px 0 0 0;
	text-align: center;
	font-size: 1rem;
}

.footer_flex_1_inner_2 .tell {
	display: block;
	font-size: 1.8rem;
}

.footer_flex_1_inner_2 .tell img {
	width: auto;
	height: 1.8rem;
}

.footer_flex_2 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 80%;
	margin: 32px auto 0;
}

.footer_flex_2 > * {
	width: 80%;
	text-align: left;
}

.copyright {
	width: 100%;
	margin: 0 auto;
	padding: 2.5% 0;
	background-color: #3cadff;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.footer_flex_wrap {
		padding: 2.5% 5%;
	}

	.footer_flex_1 {
		flex-direction: row;
		justify-content: flex-start;
	}

	.footer_flex_1_inner_1 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
		width: 50%;
	}

	.footer_flex_1_inner_1 .footer_logo {
		width: 100%;
	}

	.footer_flex_1_inner_1 .logo_text {
		width: 70%;
		font-size: 1rem;
	}

	.footer_flex_1_inner_2 {
		width: 50%;
		margin: 0;
		font-size: 0.8rem;
	}

	.footer_flex_1_inner_2 .tell {
		font-size: 1rem;
	}

	.footer_flex_1_inner_2 .tell img {
		width: auto;
		height: 1rem;
	}

	.footer_flex_2 {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 36px;
		width: 100%;
	}

	.footer_flex_2 > * {
		width: fit-content;
		text-align: center;
	}
}

@media screen and (min-width: 1024px) {
	.footer_flex_1_inner_1 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
		width: 33%;
	}

	.footer_flex_1_inner_1 .footer_logo {
		width: 100%;
	}

	.footer_flex_1_inner_1 .logo_text {
		width: 70%;
		font-size: 1rem;
	}

	.footer_flex_1_inner_2 {
		width: 30%;
		margin: 0;
		font-size: 0.8rem;
	}

	.footer_flex_1_inner_2 .tell {
		font-size: 1rem;
	}

	.footer_flex_1_inner_2 .tell img {
		width: auto;
		height: 1rem;
	}
}

@media screen and (min-width: 1440px) {
	.footer_flex_1_inner_1 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
		width: 32%;
	}

	.footer_flex_1_inner_1 .footer_logo {
		width: 100%;
	}

	.footer_flex_1_inner_1 .logo_text {
		width: 70%;
		font-size: 1rem;
	}

	.footer_flex_1_inner_2 {
		width: 34%;
		margin: 0;
		font-size: 1rem;
	}

	.footer_flex_1_inner_2 .tell {
		font-size: 1.4rem;
	}

	.footer_flex_1_inner_2 .tell img {
		width: auto;
		height: 1.4rem;
	}
}

@media screen and (min-width: 1920px) {
	.footer_flex_1_inner_1 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
		width: 32%;
	}

	.footer_flex_1_inner_1 .footer_logo {
		width: 100%;
	}

	.footer_flex_1_inner_1 .logo_text {
		width: 70%;
		font-size: 1rem;
	}

	.footer_flex_1_inner_2 {
		width: 34%;
		margin: 0;
		font-size: 1.4rem;
	}

	.footer_flex_1_inner_2 .tell {
		font-size: 2rem;
	}

	.footer_flex_1_inner_2 .tell img {
		width: auto;
		height: 2rem;
	}
}