@charset "utf-8";
/*----WebFont----*/
/*--ゴシック系書体--*/
/*Noto Sans JP // font-family: 'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto%20Sans%20JP&display=swap');

/*M PLUS 1p // font-family: 'M PLUS Rounded 1c', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=M%20PLUS%20Rounded%201c&display=swap');

/* さわらびゴシック // font-family: 'Sawarabi Gothic', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Sawarabi%20Gothic&display=swap');

/*--明朝系書体--*/
/*Noto Serif JP // font-family: 'Noto Serif JP', serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto%20Serif%20JP&display=swap');

/*はんなり明朝 // font-family: 'Hannari', sans-serif; */
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');

/*さわらび明朝 // font-family: 'Sawarabi Mincho', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Sawarabi%20Mincho&display=swap');


/* CSS Document */
/* ================================================
   初期化設定
================================================ */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

caption,
th {
	text-align: left;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
abbr,
acronym,
fieldset {
	border: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

a {
	display: block;
	text-decoration: none;
	color: inherit;
	outline: none;
}

/* ================================================
   全体の構造設定
================================================ */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

header {
	width: 100%;
	position: relative;
	z-index: 50;
}

body {
	font-size: 1.4rem;
	color: #000;
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.03em;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

ul {
	list-style: none;
	margin: 0;
}

p {
	margin-block-start: 0px;
	margin-block-end: 0px;
	text-align: justify;
}

img {
	margin-bottom: 10px;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	opacity: 1;
	transition: all 0.5s ease;
	background: none;
	box-shadow: none;
	font-weight: bold;
}

.hidden {
	opacity: 0;
	transition: all 0.5s ease;
}

.hidden .main {
	display: none;
}

.scroll_nav {
	display: block;
	opacity: 1;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgb(0 0 0 / 40%);
	transition: all 0.5s ease;
}

.scroll_nav .nav_text {
	text-shadow: none !important;
	color: #000000 !important;
	transition: all 0.5s ease;
}

.scroll_nav .nav_tel {
	/* border: solid 1px #000; */
	/* margin-top: 5px; */
	/* padding: 0 15px 10px; */
	/* font-size: 1.7rem; */
	font-size: 2.0rem;
	margin-right: 0;
}

.scroll_nav .nav_tel a {
	display: flex;
	align-items: center;
}

.nav_tel .nav_telIcon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 50%;
	margin-right: 5px;
}

.nav_tel .nav_telIcon img {
	width: 20px;
	height: 20px;
	margin-bottom: 0;
}

.scroll_nav .nav_text span {
	color: #828282 !important;
	display: block;
	font-size: 1.1rem;
	text-align: center;
	line-height: 0.5;
}

/* グローバルナビ
------------------------------------------------ */
.headerinr {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 40px;
	box-sizing: border-box;
	min-height: 50px;
}


.company-name {
	margin: 5px 0;
	text-align: center;
	display: flex;
	align-items: center;
}

.company-name .logo {
	font-weight: bold;
	font-size: large;
	text-align: center;
	margin-right: 10px;
	max-width: calc(100% - 50px);
}

@media screen and (max-width: 768px) {
	.company-name .logo {
		max-width: 220px;
	}
}

.company-name .logo img {
	max-height: 50px;
	margin-bottom: 0;
}

.f_logo img {
	max-height: 50px;
	margin-bottom: 20px;
}

.navwrap {
	width: 100%;
	position: absolute;
	right: 0px;
}

.hinsta {
	width: 22px;
}

.hmakuake {
	width: 110px;
}

@media screen and (max-width: 768px) {
	.logo {
		font-size: unset;
	}
}

div.info {
	color: #FFFFFF;
	display: inline-block;
	padding: 5px 40px 5px 40px;
	border-radius: 5px;
	font-size: xx-small;
	text-align: center;
}

ul.gnav {
	display: flex;
	align-items: center;
}

ul.gnav li {
	font-size: 1.5rem;
	margin-right: 4rem;
	/* border-bottom: solid 2px #b9b9b9; */
}

ul.gnav li:last-child a {
	margin-right: 0;
}

.icon-recruit,
.icon-app,
.icon-company,
.icon-tel {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 10px
}


.icon-recruit:before,
.icon-app:before,
.icon-company:before,
.icon-tel:before {
	font-size: 2rem;
	margin-right: 5px;
}

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

	span.icon-recruit,
	span.icon-app,
	span.icon-company {
		display: flex;
		flex-direction: column;
		padding-right: 5px
	}

	span.icon-tel {
		display: flex;
		flex-direction: column;
	}

	.icon-recruit:before,
	.icon-app:before,
	.icon-company:before,
	.icon-tel:before {
		margin-right: 0px;
		margin-bottom: 5px;
	}
}

/*----コンテンツブロック　共通・共有----*/
.content {
	margin-bottom: 3.5rem;
	margin-top: -70px;
	padding: 70px 0 0 0;
}

.cb01,
.cb02,
.cb03,
.cb04,
.cb05,
.cb06,
.cb07,
.cb08,
.cb09,
.cb10,
.cb11,
.cb12,
.cb13,
.cb14,
.cb15,
.cb16,
.cb17,
.cb19,
.cb20,
.cb21,
.cb22,
.cb23,
.cb24 {
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}

.title.m-b-md {
	max-width: 1080px;
	margin: auto;
	margin-bottom: 25px;
}

.cb01 h1,
.cb02 h1,
.cb03 h1 {
	font-size: 46px;
	line-height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.cb04 h1,
.cb05 h1,
.cb06 h1 {
	font-size: 32px;
	line-height: 100%;
	box-sizing: border-box;
	max-width: 1080px;
	text-align: left;
}

.cb01 h2,
.cb02 h2,
.cb03 h2 {
	font-size: 21px;
	line-height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.cb03 h3 {
	font-size: 32px;
	line-height: 150%;
	margin: 30px auto 0;
	box-sizing: border-box;
}

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

	.cb01 h1,
	.cb02 h1,
	.cb03 h1 {
		font-size: 28px;
		line-height: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
		box-sizing: border-box;
	}

	.cb04 h1,
	.cb05 h1,
	.cb06 h1 {
		font-size: 20px;
		line-height: 100%;
		box-sizing: border-box;
		max-width: 1080px;
		text-align: left;
		padding: 0 20px;
	}

	.cb01 h2,
	.cb02 h2,
	.cb03 h2 {
		font-size: 16px;
		line-height: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.cb03 h3 {
		font-size: 20px;
		line-height: 150%;
		margin: 30px auto 0;
		box-sizing: border-box;
		text-align: center;
	}
}

.cb02 .txt-row1,
.cb03 .txt-row1 {
	max-width: 1080px;
	margin: 0 auto;
	/* font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 170%; */
	box-sizing: border-box;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.8;
	padding: 0 20px;
}


.cb04 p,
.cb07 p,
.cb11 p {
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	/* font-size: 1.4rem; */
	font-size: 1.6rem;
	/* line-height: 170%; */
	line-height: 1.8;
	letter-spacing: 0.075em;
}

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

	.cb04 p,
	.cb07 p,
	.cb11 p {
		padding: 0 20px;
	}
}

.cb07 {}

.img-row1 {
	display: block;
	max-width: 1080px;
	margin: auto;
}

.img-row1_sp {
	display: none;
}

/*----横並びコンテンツ 外側----*/
.cb04 .img-row1 {
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}

@media screen and (max-width: 768px) {
	.cb04 .img-row1 {
		display: block;
		width: 90%;
	}
}

.cb04 .img-row1::before {
	content: '';
	display: block;
	padding-top: 56.25%;
	/* 16:9 */
}

.cb04 .img-row1 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}

.cb10 .img-row1 img {
	display: block;
	vertical-align: top;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

.cb11 .img-row1 {
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}

.cb11 .img-row1::before {
	content: '';
	display: block;
	padding-top: 56.25%;
	/* 16:9 */
}

.cb11 .img-row1 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}

.wrapA-l {
	margin-bottom: 10px;
}

.cb20 .wrapA .wrapA-l {
	position: relative;
	overflow: hidden;
}

.cb20 .wrapA .wrapA-l::before {
	content: '';
	display: block;
	padding-top: 56.25%;
	/* 16:9 */
}

.cb20 .wrapA .wrapA-l img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}

.cb21 .wrapB .wrapB-r {
	position: relative;
	overflow: hidden;
}

.cb21 .wrapB .wrapB-r::before {
	content: '';
	display: block;
	padding-top: 56.25%;
	/* 16:9 */
}

.cb21 .wrapB .wrapB-r img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}

.wrapB-r {
	margin-bottom: 10px
}

.img-row2,
.img-row3 {
	display: flex;
	max-width: 1080px;
	margin: 30px auto;
	column-gap: 10px;
}

.img-row2 .row-inr {
	flex-basis: 46.5%;
	padding: 0 2rem 0 1rem;
}

.img-row2 .row-inr:first-child {
	padding: 0 1rem 0 2rem;
}

.img-row3 .row-inr {
	flex-basis: 44%;
	padding: 0 1rem 0 1rem;
}

.img-row3 .row-inr:first-child {
	padding: 0 1rem 0 2rem;
}

.img-row3 .row-inr:last-child {
	padding: 0 2rem 0 1rem;
}

@media screen and (max-width: 768px) {
	.img-row1 {
		display: none;
	}

	.img-row1_sp {
		display: block;
		padding: 0 20px;
	}

	.img-row3 {
		display: block;
	}

	.img-row2 .row-inr {
		padding: 0;
		margin-bottom: 3.5rem;
	}

	.img-row2 .row-inr:first-child {
		padding: 0;
	}

	.img-row3 .row-inr {
		padding: 0;
		margin-bottom: 3.5rem;
	}

	.img-row3 .row-inr:first-child {
		padding: 0;
	}

	.img-row3 .row-inr:last-child {
		padding: 0;
	}
}

/*----横並びコンテンツ 中身----*/
.img-row1 img {
	display: block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.img-row1 p {
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 170%;
}

.img-row1 iframe {}

.row-inr img {
	display: block;
	vertical-align: top;
	width: 100%;
	object-fit: cover;
}

.row-inr p {
	/* font-size: 1.4rem; */
	/* line-height: 170%; */
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.075em;
	padding: 5px;
}

/*----コンテンツブロック　パターン14(YouTube埋込想定)----*/
.cb14 {}

.cb14 .img-row1 {}

.cb14 .img-row1 .row-inr {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.cb14 .img-row1 .row-inr iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.cb14 .img-row1_sp .row-inr {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.cb14 .img-row1_sp .row-inr iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*----演出パターン　パララックス----*/
.simpleParallax {
	max-height: 300px;
}

/*----演出パターン　スライド画像----*/
.bx-wrapper {
	box-shadow: none !important;
	border: none !important;
}

.bx-wrapper img {
	max-width: inherit !important;
	width: 100%;
}

.slider1 {
	display: block;
}

.slider1_sp {
	display: none;
}

.slider2 {
	display: block;
}

.slider2_sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.slider1 {
		display: none;
	}

	.slider1_sp {
		display: block;
	}

	.slider2 {
		display: none;
	}

	.slider2_sp {
		display: block;
	}

	/* スマホ表示の時、外枠含めて非表示化する */
	.cb17>div:nth-child(1) {
		display: none;
	}
}

/*----演出パターン　全面GIF画像----*/
.cb18 {
	display: block;
}

.cb18_sp {
	display: none;
}

.cb18 img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.cb18 {
		display: none;
	}

	.cb18_sp {
		display: block;
	}
}

/*----演出パターン　全面YouTube背景画像----*/
#wrapper_ytPlayer {
	position: relative !important;
	padding-top: 56.25%;
	width: 100%;
}

#ytPlayerWrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*----演出パターン　左右ブロック分け----*/
.wrapA {
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	line-height: 170%;
	position: relative;
	column-gap: 25px;
	padding: 0 20px;
}

.wrapA p {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.075em;
	word-break: break-all;
}

.wrapA-l {
	width: 66%;
}

.wrapA-r {
	width: 33%;
	text-align: left;
}

.wrapB {
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	line-height: 170%;
	position: relative;
	flex-direction: row-reverse;
	column-gap: 25px;
	padding: 0 20px;
}

.wrapB p {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.075em;
}

.wrapB-r {
	width: 66%;
}

.wrapB-l {
	width: 33%;
	text-align: left;
}



.wrapA-r p span,
.wrapB-l p span {
	display: block;
	margin-top: 3rem;
}


@media screen and (max-width: 768px) {
	.cb03 .txt-row1 {
		max-width: 1080px;
		margin: 0 auto;
		letter-spacing: 1px;
		line-height: 170%;
		box-sizing: border-box;
		text-align: left;
	}

	.img-row1 {
		max-width: 1080px;
		object-fit: cover;
	}

	.img-row2,
	.img-row3 {
		display: inherit;
		object-fit: cover;
		padding: 0 20px;
	}

	.wrapA,
	.wrapB {
		display: block;
	}

	.wrapA .wrapA-l,
	.wrapB .wrapB-l {
		width: 100%;
		margin: 0 auto 10px;
	}

	.wrapA .wrapA-r,
	.wrapB .wrapB-r {
		width: 100%;
		margin: 0 auto 10px;
	}
}

/*----演出パターン　斜め線意匠----*/
.cb22 {
	position: relative;
	z-index: -10;
	margin: 0;
}

.oblique-otr {
	height: 0;
}

.oblique-otr span {
	display: table;
	width: 100%;
	height: 300px;
	transform: skewY(-10deg) translateY(0px);
	margin-top: 5vw;
}


.simpleParallax .thumbnail {
	width: 100%;
}

.simpleParallax .thumbnail_sp {
	display: none;
}

.cb23 img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.simpleParallax .thumbnail {
		display: none;
	}

	.simpleParallax .thumbnail_sp {
		width: 100%;
		display: block;
	}

	.cb23 img {
		display: none;
	}
}

/* 求人情報 */
.job_list {
	max-width: 1080px;
	/* margin: 150px auto; */
	margin: 10px auto 90px;
	padding: 0 20px;
	box-sizing: border-box;
}

.job_list ul {
	/* width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

/* .job_list ul:after {
	content: "";
	display: inline-block;
	width: 28%;
} */

.job_list ul li {
	/* width: 30%;
  border: solid #000000 1px;
  margin-bottom: 50px; */
}

.job_offer ul {
	padding-inline-start: 0px;
}

.job_name {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}

.job_inr {
	background: #FFF;
	justify-content: start;
	align-items: start;
	padding: 20px;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
}

.job_inr p {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 10px;
}

.job_btn {
	/* position: relative; */
	margin-top: auto;
	align-items: center;
	/* padding: 10px; */
	/* text-align: center; */
	/* color: #FFFFFF; */
	/* font-size: 1.4rem; */
	width: 100%;
	max-width: 190px;
	margin: 20px auto 0;
	border-radius: 25px;
	/* font-weight: bold; */
}

.job_btn a {
	position: relative;
	display: block;
	/* align-items: center; */
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4rem;
	/* max-width: 190px; */
	/* margin: 20px auto 0; */
	/* border-radius: 25px; */
	font-weight: bold;
}

.job_btn a::after {
	content: "";
	top: 40%;
	right: 10%;
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 20220720 */
.job_list__cards {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 25px;
}

.job_list__card {
	/* width: 28%; */
	border: solid #000000 1px;
	margin-bottom: 50px;
	padding: 25px 20px;
}

.job_list__title {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.job_list__image {
	position: relative;
	width: 100%;
	margin-top: 15px;
}

.job_list__image:before {
	content: "";
	display: block;
	padding-top: 65%;
}

.job_list__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	margin-bottom: 0;
}

.job_list__body {
	display: flex;
	flex-direction: column;
}

/* .job_list__body p {
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.job_list__body p:first-of-type {
	padding-bottom: 15px;
	border-bottom: 1px solid #bababa;	
}

.job_list__body p span {
	display: inline-block;
	margin-right: 10px;
	min-width: 80px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: #000000;
} */

.job_list__body table {
	margin-top: 15px;
}

.job_list__body table tr th,
.job_list__body table tr td {
	padding: 8px 0;
	font-size: 1.4rem;
	text-align: left;
	color: #000000;
	vertical-align: top;
}

.job_list__body table tr:first-child {
	border-bottom: 1px solid #bababa;
}

.job_list__body table tr th {
	padding-right: 10px;
	min-width: 75px;
	width: 30%;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.job_list__body table tr th {
		width: 20%;
		min-width: 65px;
	}
}

.job_list__body table tr td {
	font-weight: normal;
}


.job_list__tags {
	margin-top: 15px;
	display: flex !important;
	flex-wrap: wrap;
	column-gap: 10px;
	justify-content: flex-start !important;
	row-gap: 10px;
}

.job_list__tags li {
	color: #000000;
	padding: 5px;
	font-size: 1.2rem;
	border: 1px solid #636b6f;
}

@media screen and (max-width: 768px) {
	.job {
		display: block;
		width: 90%;
		margin: auto;
	}

	.job_list {
		margin-top: 10px;
	}

	#job_offer {
		width: 100%;
		margin-bottom: 30px;
	}

	.job_list ul {
		display: block;
	}

	.job_list ul li {
		/* width: 100%; */
	}

	/* 20220720 */
	.job_list__card {
		width: auto;
		max-width: 450px;
		margin: 0 auto;
		padding: 15px;
	}

	.job_list__card+.job_list__card {
		margin-top: 25px;
	}

	.job_list__head {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		column-gap: 15px;
		align-items: center;
	}

	.job_list__image {
		width: 30%;
		margin-top: 0;
		flex-shrink: 0;
	}

	.job_list__body p,
	.job_list__tags {
		margin-top: 20px;
	}

	.job_list__image:before {
		padding-top: 75%;
	}

	.job_list__body p {
		margin-top: 15px;
	}

	.job_list__tags {
		margin-top: 20px;
	}
}

/* 募集要項ページ */
.content_job {
	/* max-width: 1080px; */
	max-width: 900px;
	margin: 100px auto;
	padding: 0 25px;
}

@media screen and (max-width: 768px) {
	.content_job {
		padding: 0 20px;
	}
}

.job_offer_head div {
	line-height: 4rem;
}

.job_offer {
	margin-bottom: 100px;
}

.job_offer,
.job_form {
	/* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); */
}

.job_offer table,
.job_form table {
	width: 100%;
	border-spacing: 0;
}

.job_offer table tr th,
.job_form table tr th {
	width: 25%;
	text-align: left;
	/* border-top: 1px dotted #bababa; */
	border-top: 1px solid #bababa;
	padding: 20px 0;
	vertical-align: top;
}

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

	.job_offer table tr th,
	.job_form table tr th {
		padding: 20px 0 10px;
	}
}

.job_offer tr:nth-child(1) th,
.job_form table tr:nth-child(1) th {
	border-top: 0;
}

.job_offer table tr td,
.job_form table tr td {
	width: 75%;
	/* border-top: 1px dotted #bababa; */
	border-top: 1px solid #bababa;
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	.job_offer table tr td {
		border-top: 0;
		padding: 5px 20px 20px;
	}

	.job_form table tr td {
		border-top: 0;
		padding: 5px 5px 20px;
	}
}

.job_offer tr:nth-child(1) td {
	border-top: 0;
}

.job_form tr:nth-child(1) td {
	border-top: 0;
}

.job_offer_table th {
	/* border-right: 1px dotted #bababa; */
}

.job_offer_table th div,
.job_offer_table td {
	padding: 5px;
	font-size: 1.6rem;
}

.job_offer_table th div span {
	color: red;
	display: inline-block;
	margin-left: 5px;
	font-size: 1.2rem;
	vertical-align: top;
}

.job_offer_table th div {
	font-weight: bold;
}

.job_offer_table td textarea {
	width: -webkit-fill-available;
}

.job_offer_table td textarea,
.job_offer_table td input {
	border: 1px solid #d5d5d5;
}

.job_offer_table td label {
	margin-left: 5px;
}

.ww40 {
	width: 40%;
}

.ww80 {
	width: 80%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	padding: 5px 8px;
}

.job_offer_head {
	margin: 0;
	padding: 10px;
}

.job_offerttl {
	color: #ffffff;
	padding: 10px;
	margin: 0;
}

.job_offerimg {
	padding: 10px;
}

.job_offerimg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 0;
}

/* 20220720 */
.job_offer_title {
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
}

.job_offer_tags {
	margin-top: 15px;
}

.job_offer_tags ul {
	display: flex !important;
	flex-wrap: wrap;
	column-gap: 10px;
	justify-content: center !important;
	row-gap: 10px;
}

.job_offer_tags li {
	color: #000000;
	padding: 5px;
	font-size: 1.4rem;
	border: 1px solid #636b6f;
}

.job_offer_image {
	margin-top: 35px;
}

.job_offer_image img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.job_offer_comment {
	margin-top: 40px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.075em;
	word-break: break-all;
}

.job_offer_copy {
	margin-top: 40px;
	padding: 30px;
	background-color: #eeeeee;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.075em;
}

.job_offer_sectionTitle {
	margin-top: 60px;
	font-size: 2.0rem;
	border-left: 6px solid #333333;
	font-weight: bold;
	padding-left: 20px;
}

.job_tableWrap {
	margin-top: 30px;
	border: 1px solid #333333;
	padding: 0 30px;
}

@media screen and (max-width: 768px) {
	.job_tableWrap {
		padding: 0 20px;
	}
}

.job_form_text {
	margin-top: 20px;
	font-size: 1.6rem;
}

.job_form_text span {
	display: block;
	color: red;
	font-size: 1.4rem;
	margin-top: 10px;
}

.job_offer_minText {
	display: inline-block;
	margin-top: 5px;
	font-size: 1.4rem;
}

.job_offer_button {
	text-align: center;
	width: 100%;
	max-width: 190px;
	margin: 40px auto !important;
	border-radius: 25px;
	float: inherit !important;
}

.job_offer_button button {
	display: block;
	padding: 10px;
	text-align: center;
	color: #FFFFFF !important;
	font-size: 1.4rem;
	font-weight: bold;
	border: 0;
	background-color: inherit !important;
	width: 100%;
	border: 0 !important;
	border-radius: 25px !important;
}

.perfer_time br {
	display: none;
}

@media screen and (max-width: 768px) {
	.perfer_time br {
		display: block;
	}
}

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

	.job_offer table tr th,
	.job_form table tr th {
		display: block;
		width: auto;
	}

	.job_offer_table th {
		border-right: 0;
	}

	.job_offer tr:nth-child(1) td {
		/* border-top: 1px dotted #bababa; */
	}

	.job_offer table tr td,
	.job_form table tr td {
		display: block;
		width: auto;
		word-break: break-all;
	}
}

.button_area {
	float: right;
	margin: 20px;
}

.button_area button {
	font-size: 1.8rem;
	display: inline-block;
	border-radius: 5%;
	text-align: center;
	cursor: pointer;
	padding: 10px 15px;
	line-height: 1em;
	transition: .3s;
	background: #ffffff;
}

.button_area button:hover {
	color: #ffffff;
}

footer {
	padding: 0 40px;
	box-sizing: border-box;
	background-color: #f2f2f2;
}

.footer {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.footer {
		display: block;
	}
}

.f-company-name {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.f-company-address {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.f-company-tel {
	font-size: 1.8rem;
	font-weight: bold;
}

.f-company-info ul {
	display: flex;
	margin-bottom: 20px;
}

.f-company-info ul li {
	font-size: 1.5rem;
	margin-right: 4rem;
}

.f-company-info ul li:last-child {
	margin-right: 0;
}

.company_url {
	padding: 5px 10px;
	box-sizing: border-box;
	border: solid 1px #000000;
	text-align: center;
	font-weight: bold;
	max-width: 150px;
}

.copyright {
	text-align: right;
	font-size: smaller;
	padding-bottom: 30px;
}

.copyright a {
	display: inline;
	text-decoration: none;
	color: #636b6f;
}

.offer_lname {
	display: inline;
}

.offer_fname {
	display: inline;
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.f-company-info ul {
		display: block;
		margin-top: 15px;
	}

	.f-company-info ul li {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.f-company-info ul li:last-child {
		margin-bottom: 0;
	}

	.copyright {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.offer_lname {
		display: block;
		width: 100%;
	}

	.offer_fname {
		margin-left: 0;
		margin-top: 10px;
		display: block;
		width: 100%;
	}
}

.sp_copyright {
	white-space: nowrap;
	text-align: center;
	font-size: smaller;
	padding-bottom: 10px;
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.sp_copyright a {
	display: inline;
	text-decoration: none;
	color: #636b6f;
}

#page-top {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 5;
	display: block;
}

#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	border-radius: 50%;
}

#page-top a::before {
	content: '';
	position: absolute;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-45deg);
	width: 20px;
	height: 20px;
	top: 4px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page-top a::after {
	content: 'TOP';
	font-size: 13px;
	position: absolute;
	font-weight: bold;
	top: 35px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #fff;
}

#toJobList {
	display: none;
	position: fixed;
	left: 15px;
	bottom: 20px;
	z-index: 5;
}

#toJobList a {
	display: none;
	width: 75px;
	padding: 15px 30px;
	border-radius: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
}

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

	#toJobList,
	#toJobList a {
		display: block;
	}

	#toJobList a {
		padding: 10px 20px;
		border-radius: 35px;
		color: #fff;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
	}

	#page-top a {
		width: 50px;
		height: 50px;
	}

	#page-top a::before {
		width: 15px;
		height: 15px;
		top: 0;
	}

	#page-top a::after {
		top: 30px;
		font-size: 10px;
	}
}

/*----SPナビメニュー----*/
.sp_memu {
	display: none;
}

.drawer-open .headerinr {
	display: none;
}

.drawer-close .sp_memu .sp_munu_btn .close {
	display: none;
}

.drawer-open .sp_memu .sp_munu_btn .close {
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	position: fixed;
	right: 80%;
	top: 12px;
	margin-right: 18px;
}

.drawer-close .sp_memu .sp_munu_btn .open {
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	position: fixed;
	right: 13px;
	top: 12px;
}

.drawer-open .sp_memu .sp_munu_btn .open {
	display: none;
}

.scroll_nav .main {
	margin: 10px 0;
	display: block;
}

@media screen and (max-width: 768px) {
	.sp_memu {
		display: block;
	}

	.scroll_nav .main {
		display: none;
	}

	.headerinr {
		padding: 10px 20px;
	}
}

.sp_headerPhone {
	position: absolute;
	right: 75px;
	display: none;
}

.sp_headerPhone a {
	display: block;
	padding: 5px;
	border-radius: 50%;
}

.sp_headerPhone img {
	width: 20px;
	height: 20px;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.sp_headerPhone {
		display: block;
	}

	.sp_headerPhone a {
		width: 20px;
		height: 20px;
	}
}

.sp_contact::before {
	content: '';
	display: flex;
	margin: auto;
	width: 30px;
	height: 25px;
	background: url(https://know-company.jp/css/images/sp_mail_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	background-position: center;
}

.sp_map::before {
	content: '';
	display: flex;
	margin: auto;
	width: 30px;
	height: 25px;
	background: url(https://know-company.jp/css/images/sp_map_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	background-position: center;
}

.sp_menu_block {
	margin-bottom: 50px;
}

.header_logo_wrap_sp {
	margin-bottom: 30px;
	padding-right: 15px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_logo_wrap_sp img {
	height: 100% !important;
}

.spcon {
	margin: 20px 0;
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 1.6rem;
	text-align: left;
}

.sp_telA {
	margin-top: 15px;
	display: flex;
}

.sp_nav_logo {
	margin: 40px 0 20px;
	text-align: center;
}

.sp_nav_logo a {
	width: 160px;
	margin: 0 auto;
}

.sp_nav_logo a img {
	height: 100% !important;
}

.spnav {
	margin: 40px !important;
	text-align: left;
}

.spnav li {
	border-bottom: 1px solid #efefef;
}

.spnav li a {
	display: block;
	padding: 15px 15px;
	font-size: 1.6rem;
	position: relative;
	font-weight: bold;
}

.spnav li a span {
	font-weight: bold;
	font-size: 1.2rem;
	margin-left: 15px;
	opacity: 0.5;
}

.spnav li a:after {
	content: "";
	background: url(https://know-company.jp/css/images/arw_slim.svg) no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 10px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	z-index: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.spnav li a:hover:after {
	transform: translateX(10px);
}

.spnavB {
	margin: 40px 40px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.spnavB li {
	margin-right: 20px;
	border-bottom: solid 2px #b9b9b9;
	font-weight: bold;
}

.spnavB li:last-child {
	margin-right: 0;
}

.sp_name {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.sp_add {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.sp_tel a {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.offers_blade h1 {
	font-size: 3.2rem;
	margin-top: 105px;
	text-align: center;
}

.offers_list {
	text-align: center;
	display: inline-block;
	position: relative;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	padding-right: 20px;
	margin-bottom: 100px;
}

.offers_list a {
	display: inline;
	text-align: center;
	font-size: 2.4rem;
	margin: 50px 0;
}

.offers_list a::after {
	content: "";
	top: 25%;
	right: 2.5%;
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btnA {
	text-align: center;
	display: inline-block;
	position: relative;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 100px;
}

.btnA a {
	display: inline;
	text-align: center;
	font-size: 2.4rem;
	margin: 50px 0;
}

.btnA a::before {
	content: "";
	top: 25%;
	left: 2.5%;
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.company_list h2 {
	font-size: 2.4rem;
	margin-bottom: 50px;
}

.company_list ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: space-between;
}

.company_list ul li {
	width: 30%;
}

.center {
	text-align: center;
}

/* トップページ
------------------------------------------------ */
.wel_wrap {
	text-align: center;
	margin-top: 150px;
	margin-bottom: 150px;
}

.f_wel {
	background-color: #fff !important;
	padding-bottom: 50px;
}

.privacy {
	text-align: center;
}

/* 会社概要
------------------------------------------------ */
.content-offer {
	max-width: 1080px;
	margin: auto;
	padding: 100px 10px;
	box-sizing: border-box;
	text-align: left;
}


/* プライバシーポリシー
------------------------------------------------ */
.privacy_contents {
	max-width: 1040px;
	margin: 125px auto 0;
	padding: 0 20px;
}

.privacy_inr {
	margin-bottom: 65px;
}

.privacy_inr h2 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: solid 1px #ababab;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.privacy_inr p {
	margin-bottom: 40px;
}

.privacy_inr ul {
	margin-bottom: 40px;
}