@charset "utf-8";


/*=============================

common
47px → 32px
25px → 18px

=============================*/
:root {
	--page-font-size42: 42px;
	--page-font-size32: 32px;
	--page-font-size25: 18px;
}
.page-fv {
	height: 560px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.page-fv:before {
    content: '';
    display: block;
    background-color: #F4F4F4;
    clip-path: polygon(0% 0%, 200px 0%, 0% 100%);
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.page-fv-bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.page-title {
    width: 100%;
    max-width: 400px;
    padding: 40px 0 40px 25px;
    position: absolute;
    top: 70px;
    z-index: 2;
}
.page-title:before {
	content: '';
	width: 0;
	height: 6px;
	background: var(--sub-color);
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
	position: absolute;
	left: 20px;
	bottom: 0;
}
.page-title:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 348px 100%, 0 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.page-title h2 {
	font-size: var(--page-font-size32);
	font-weight: 400;
}
.page-title p {
    color: var(--sub-color);
    font-size: var(--page-font-size18);
    font-weight: 500;
    line-height: 1;
    margin-top: 5px;
    font-family: var(--font-en);
}
.page-title.animated:before {
	width: 200px;
}

.page-leadtext {
	padding-left: 80px;
}

/* page-box */
.page-box {
	margin-bottom: 70px;
}
.page-box-title {
	margin-bottom: 70px;
}
.page-box-title h3 {
    font-size: var(--page-font-size42);
    font-weight: 400;
    padding: 15px 0 15px 80px;
    margin-bottom: 40px;
    position: relative;
}
.page-box-title h3:before {
    content: '';
    width: 10px;
    height: 100%;
    background-color: var(--sub-color);
    transform: skewX(-25deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
}
.page-box-title p {
	padding-left: 80px;
}

.page-full-img {
	text-align: center;
    margin-bottom: 80px;
}

.page-subbox {
	margin-bottom: 80px;
}
.page-subbox-title {
	font-size: var(--page-font-size32);
	font-weight: 400;
	text-align: center;
    margin-bottom: 80px;
}
.page-subbox-title span {
	display: inline-block;
	color: #fff;
	padding: 10px 50px;
	position: relative;
	z-index: 1;
}
.page-subbox-title span:after {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--main-color);
	transform: skewX(-25deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}


/* page imgtext */
.page-imgtext {
	display: flex;
	justify-content: space-between;
}
.page-imgtext .img {
	width: 50%;
	text-align: center;
}
.page-imgtext .text {
	width: 45%;
}
.page-imgtext.-re {
	flex-direction: row-reverse;
}

/* page before after */
.page-ba-wrap {
    padding: 50px 0;
    background: #F4F4F4;
    position: relative;
    z-index: 10;
}
.page-ba-wrap-in {
    display: flex;
    justify-content: space-between;
}
.page-ba {
	width: calc(50% - 40px);
	text-align: center;
	position: relative;
}
.page-ba-before:after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 40px solid var(--sub-color);
    border-right: 0;
    position: absolute;
    right: -62px;
    top: calc(40% - 20px);
}
.page-ba p {
    display: inline-block;
    font-size: 20px;
    padding: 10px 0;
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.page-ba p:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;;
	transform: skewX(-25deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* page-box-image */
.page-box-image {
	margin-bottom: 50px;
	position: relative;
}
.page-box-image.has-bg:after {
	content: '';
	width: 200vw;
	height: 350px;
	background: #C2CF6E;
	position: absolute;
	left: -50vw;
	top: calc(50% - 175px);
	z-index: -1;
}
.page-box-image.has-bg.has-image-h:after {
    top: auto;
    bottom: 27%;
}
.page-box-image-top {
    margin-bottom: 50px;
	position: relative;
	z-index: 10;
}
.page-box-image-w img {
	width: 70% 
}
.page-box-image-h img {
	width: 40% 
}
.page-box-image-btm {
	position: relative;
	z-index: 10;
}
.page-box-image-g {
    display: flex;
}
.page-box-image-g img {
    width: 40%;
}
.page-box-image-g.page-box-image-btm {
    justify-content: end;
}

.page-box-image-text {
    color: #E5E5E5;
    font-size: 180px;
    font-family: var(--font-en);
    font-weight: 600;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
}



/* page-num-imgtext */
.page-num-imgtext__list >li {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.page-num-imgtext__list >li:last-child {
	margin-bottom: 0;
}
.page-num-imgtext__list >li .img {
	width: 50%;
}
.page-num-imgtext__list >li .text {
	width: 45%;
}
.page-num-imgtext__list >li .text .text-in {
	display: flex;
	align-items: center;
}
.page-num-imgtext__list >li .text .text-in .num {
	color: var(--sub-color);
	font-size: 130px;
	font-weight: 400;
	font-family: var(--font-en);
	margin-right: 10px;
	line-height: 1;
}
.page-num-imgtext__list >li .text .text-in h4 {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.page-num-imgtext__list >li:nth-child(odd) {
	flex-direction: row-reverse;
}


/* flex-img__list */
.flex-img__list {
	display: flex;
}
.flex-img__list >li {
	width: 50%;
}
.flex-img__list >li img {
	width: 100%;
}



@media (max-width: 815px) {

	:root {
		--page-font-size42: 24px;
		--page-font-size32: 18px;
		--page-font-size25: 16px;
	}

	.page-fv {
		height: auto;
	}
	.page-fv:before {
		display: none;
	}
	.page-title {
		max-width: 100%;
		position: relative;
		top: auto;
	}
	.page-title:after {
		display: none;
	}
	.page-fv-bg {
		height: 200px;
		position: relative;
	}
	.page-leadtext {
		padding-left: 0;
	}

/* page-box */
	.page-box {
		margin-bottom: 50px;
	}
	.page-box-title {
		margin-bottom: 40px;
	}
	.page-box-title h3 {
		padding: 15px 0 15px 45px;
		margin-bottom: 25px;
	}
	.page-box-title h3:before {
		left: 0px;
	}
	.page-box-title p {
		padding-left: 0;
	}

	.page-subbox {
		margin-bottom: 50px;
	}
	.page-subbox-title {
		margin-bottom: 40px;
	}
	.page-subbox-title span {
		display: block;
		padding: 10px 30px;
	}
	.page-subbox-title span:after {
		transform: skewX(-15deg);
	}

	.page-full-img {
		margin-bottom: 50px;
	}

/* page-imgtext */
	.page-imgtext {
		display: block;
	}
	.page-imgtext .img {
		width: 100%;
		margin-bottom: 20px;
	}
	.page-imgtext .text {
		width: 100%;
	}

/* page-box-image */
	.page-box-image-text {
		font-size: 90px;
		bottom: -80px;
	}
	.page-box-image {
		text-align: center;
	}
	.page-box-image.has-bg:after {
		height: 150px;
		top: calc(50% - 75px);
	}
	.page-box-image.has-bg.has-image-h:after {
		bottom: 25%;
	}
	.page-box-image-top {
		margin-bottom: 20px;
	}

	.page-box-image-w img {
		width: 100%;
	}
	.page-box-image-h img {
		width: 70%;
	}

/* page-ba */
	.page-ba-wrap {
		padding: 25px 0;
	}
	.page-ba-wrap-in {
		display: block;
	}
	.page-ba {
		width: 100%;
	}
	.page-ba-before {
		margin-bottom: 100px;
	}
	.page-ba-before:after {
		right: calc(50% - 20px);
		top: auto;
		bottom: -70px;
		transform: rotate(90deg);
	}
	.page-ba p {
		font-size: 16px;
	}

/* page-num-imgtext */
	.page-num-imgtext__list >li {
		display: block;
		margin-bottom: 50px;
	}
	.page-num-imgtext__list >li:last-child {
		margin-bottom: 0;
	}
	.page-num-imgtext__list >li .text {
		width: 100%;
		margin-bottom: 20px;
	}
	.page-num-imgtext__list >li .text .text-in .num {
		font-size: 60px;
	}
	.page-num-imgtext__list >li .text .text-in h4 {
		font-size: 18px;
	}
	.page-num-imgtext__list >li .img {
		width: 100%;
		text-align: center;
	}

/*  */
	.flex-img__list {
		display: block;
	}
	.flex-img__list >li {
		width: 100%;
		text-align: center;
	}

}


/* ----------------
company
----------------- */
.company-info {
	width: 100%;
	border-collapse: collapse;
	line-height: 2;
}
.company-info th {
    width: 150px;
    padding: 30px 0;
    text-align: left;
    vertical-align: top;
    border-bottom: solid 1px #AAA7A7;
	position: relative;
}
.company-info th:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #AAA7A7;
    position: absolute;
    bottom: 0;
    left: 0;
}
.company-info td {
	padding: 30px 0 30px 30px;
	border-bottom: solid 1px #AAA7A7;
}


@media (max-width: 815px) {

	.company-info th {
		width: 100px;
		padding: 20px 0;
	}
	.company-info th:after {
		height: 4px;
	}
	.company-info td {
		padding: 20px 0 20px 20px;
	}

}


/* ----------------
urban-maintenance-management
----------------- */
.urban-maintenance-management-info h3 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 60px;
}
.urban-maintenance-management-info h4 {
	font-size: 42px;
	text-align: center;
	color: var(--main-color);
}
.urban-m-m-info-in .box {
	width: calc(50% - 60px);
	padding: 50px;
	border: solid 10px var(--main-color);
    border-radius: 50px;
}
.urban-m-m-info-in .box p {
	font-size: 28px;
	font-weight: 600;
}
.urban-m-m-info-in {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 70px;
}
.urban-m-m-info-in:after {
	content: '';
    width: 100px;
	height: 50px;
	background: url("../img/pages/urban-maintenance-management/arrow.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 25px);
}

.urban-maintenance-management-image {
	position: relative;
	z-index: 1;
    margin-top: 160px;
}
.urban-maintenance-management-image:after {
	content: '';
	width: 100%;
	height: 140%;
	background: url("../img/pages/urban-maintenance-management/urban-maintenance-management_13.webp") no-repeat center;
	background-size: contain;
	position: absolute;
    top: -20%;
    left: 0;
}
.urban-m-m-image-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    position: relative;
    z-index: 1;
}
.urban-m-m-image-in:after {
	content: '';
	width: 200vw;
    height: 70%;
	background: rgba(244,244,244,0.5);
	position: absolute;
	top: 15%;
	left: -50vw;
	z-index: -1;
}
.urban-m-m-image-in .img {
	width: 210px;
}
.urban-m-m-image-in .text {
	width: calc(100% - 250px);
}


@media (max-width: 815px) {

	.urban-maintenance-management-info h3 {
		font-size: 18px;
		margin-bottom: 40px;
		line-height: 2;
	}
	.urban-maintenance-management-info h4 {
		font-size: 15px;
		line-height: 2;
	}
	.urban-m-m-info-in {
		display: block;
	}
	.urban-m-m-info-in:after {
		display: none;
	}
	.urban-m-m-info-in .box {
		width: 100%;
		padding: 20px;
		border: solid 5px var(--main-color);
		border-radius: 20px;
		margin-bottom: 50px;
	}
	.urban-m-m-info-in .box:first-child {
		margin-bottom: 80px;
		position: relative;
	}
	.urban-m-m-info-in .box:first-child:after {
		content: '';
		width: 54px;
		height: 40px;
		background: url("../img/pages/urban-maintenance-management/arrow.png") no-repeat center;
		background-size: contain;
		position: absolute;
		left: calc(50% - 27px);
		bottom:  -65px;
		transform: rotate(90deg);
	}
	.urban-m-m-info-in .box p {
		font-size: 16px;
	}

	.urban-maintenance-management-image {
		margin-top: 100px;
	}
	.urban-m-m-image-in {
		padding-left: 0;
	}
	.urban-m-m-image-in .img {
		width: 40%;
	}
	.urban-m-m-image-in .text {
		width: 55%;
		font-size: 13px;
	}

}


/* ----------------
recruit
----------------- */
.recruit-catch {
    text-align: center;
}
.recruit-intro {
    background: #F4F4F4;
	overflow: hidden;
}
.recruit-intro-in {
    padding: 60px 0 60px 100px;
    margin-left: 50%;
}
.recruit-intro-in p:not(:last-child) {
	margin-bottom: 60px;
}
.recruit-intro-bg {
    width: 50%;
    height: 0;
    padding-top: 100%;
    background: url("../img/pages/recruit/recruit_intro.webp") no-repeat center right 30%;
    background-size: cover;
    position: absolute;
    right: 50%;
    top: 0;
}

.recruit-image {
    display: flex;
}
#greeting {
	padding-bottom: 0;
}
#greeting .page-fv {
    height: 400px;
    background: #F4F4F4;
}
#greeting .page-fv:before {
	display: none;
}
#greeting .page-title {
    top: 50%;
    transform: translateY(-50%);
}
.greeting-text {
    margin-top: -70px;
    position: relative;
    z-index: 10;
}
.greeting-text p {
    line-height: 4;
}
.greeting-name {
    text-align: right;
    margin-top: 30px;
}
.greeting-name-in {
    display: inline-block;
    text-align: left;
}
.greeting-name-in h3 {
    font-size: 18px;
    font-weight: 400;
}

.interview-catch {
    text-align: center;
    background: var(--main-color);
    padding: 100px 0;
}

.interview-member {
	position: relative;
}
.interview-member h2 {
    color: #707070;
    padding-left: 100px;
    font-size: 120px;
    font-weight: 400;
    font-family: var(--font-en);
    transform: rotate(90deg);
    transform-origin: left bottom;
    position: absolute;
    left: 0px;
    top: -140px;
}
.interview-member h2:after {
	content: '';
    width: 100%;
    height: 200px;
	background: var(--sub-color);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
    position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.interview-member-in {
	padding-left: 150px;
}
.interview-member__list >li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.interview-member__list >li:last-child {
	margin-bottom: 0;
}
.interview-member__list >li .img {
	width: 40%;
	text-align: center;
	background: #F4F4F4;
    height: 100%;
    padding-bottom: 20px;
}
.interview-member__list >li .interview-member-name {
	margin-top: 15px;
	font-size: 28px;
}
.interview-member__list >li .interview-member-history {
	margin-top: 10px;
}
.interview-member__list >li .info {
	width: 60%;
}
.interview__list >li:not(:last-child) {
	margin-bottom: 30px;
}
.interview__list >li h4 {
	font-size: 20px;
	padding-left: 30px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px;
}
.interview__list >li p {
	padding-left: 30px;
}

.interview-member__list >li:last-child {
	margin-bottom: 0;
	
}


.interview-charge-in {
    padding-right: 55%;
    position: relative;
}
.interview-charge-bg {
    max-width: 70%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.interview-charge-name {
    font-size: 24px;
    width: 350px;
    color: #fff;
    position: relative;
    padding: 20px 0;
    margin-bottom: 50px;
}
.interview-charge-name:after {
    content: '';
    width: 500px;
    height: 100%;
    background: var(--main-color);
    clip-path: polygon(0 0, 100% 0, 440px 100%, 0 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.interview-charge-name span {
    font-size: 18px;
}

.recruit-schedule__list >li {
    border: solid 8px var(--main-color);
    border-radius: 10000px;
    position: relative;
	margin-bottom: 120px;
}
.recruit-schedule__list >li:before {
    content: '';
    width: calc(100% + 20px);
    height: 20px;
    background: #fff;
    position: absolute;
    left: -10px;
    top: calc(50% - 10px);
}
.recruit-schedule__list >li:not(:last-child):after {
	content: '';
    width: 18px;
    height: 83px;
	background: url("../img/pages/recruit/schedule_arrow.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: calc( 50% - 9px);
	bottom: -110px;
}
.recruit-schedule__list >li:last-child {
	margin-bottom: 0;
}
.recruit-schedule-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px 10px 10px;
	position: relative;
	z-index: 1;
}
.recruit-schedule-in .icon-time {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-time.icon-time0800 {
	background-image: url("../img/pages/recruit/time0800.png");
}
.icon-time.icon-time0830 {
	background-image: url("../img/pages/recruit/time0830.png");
}
.icon-time.icon-time0900 {
	background-image: url("../img/pages/recruit/time0900.png");
}
.icon-time.icon-time1200 {
	background-image: url("../img/pages/recruit/time1200.png");
}
.icon-time.icon-time1300 {
	background-image: url("../img/pages/recruit/time1300.png");
}
.icon-time.icon-time1630 {
	background-image: url("../img/pages/recruit/time1630.png");
}
.icon-time.icon-time1700 {
	background-image: url("../img/pages/recruit/time1700.png");
}
.icon-time.icon-time1730 {
	background-image: url("../img/pages/recruit/time1730.png");
}
.recruit-schedule-in .time {
	width: 100px;
	font-size: 30px;
	font-weight: 500;
	font-family: var(--font-en);
}
.recruit-schedule-in p {
	font-size: 20px;
	width: calc( 100% - 210px);
}

.about-company-catch {
    background: #F3F3F3;
    padding: 60px 0;
	margin-bottom: 120px;
	text-align: center;
}
.about-company-catch .pos {
    width: 300px;
    position: absolute;
    right: 0;
    top: 20%;
}
.about-company-data__list {
    display: flex;
    flex-wrap: wrap;
}
.about-company-data__list >li {
	width: 48%;
	margin: 0 0 4% 4%;
	padding: 40px;
	background: #F3F3F3;
}
.about-company-data__list >li:nth-child(2n+1) {
	margin-left: 0;
}
.about-company-data__list h3 {
    font-size: 24px;
	text-align: center;
    margin-bottom: 30px;
}
.about-company-data__list .data {
	background: #fff;
	padding: 50px 20px;
	text-align: center;
}
.about-company-data__list .data .data-main {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}
.about-company-data__list .data .data-main span {
    font-size: 150%;
    font-weight: 900;
    color: #1C7EC5;
}
.about-company-data__list .data .data-main span.color2 {
	color: #F25427;
}
.about-company-data__list .data .data-sub {
}

.about-company-data__list.-full {
    display: block;
}
.about-company-data__list.-full >li {
    width: 100%;
	margin: 0;
}
.about-company-data__list.-full .data {
    padding: 30px;
	font-size: 20px;
	text-align: left;
}

.recruitment-info table {
	width: 100%;
	border-collapse: collapse;
	line-height: 2;
}
.recruitment-info table tr:not(:last-child) {
    border-bottom: solid 1px var(--sub-color);
}
.recruitment-info table th {
    width: 150px;
    padding: 30px 0;
    text-align: left;
    vertical-align: top;
	position: relative;
}
.recruitment-info table tr:not(:last-child) th:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: var(--sub-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.recruitment-info table td {
	padding: 30px 0 30px 100px;
}

.to-entry {
    text-align: center;
    margin-top: 100px;
}
.to-entry a {
	font-size: 18px;
    color: #fff;
    display: block;
    border: solid 1px var(--sub-color);
    width: 100%;
    border-radius: 1000px;
    padding: 15px 30px;
	background: var(--main-color);
    position: relative;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.to-entry a i {
	width: 12px;
	height: 12px;
	background: #fff;
    border-radius: 1000px;
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.to-entry a:hover {
	color: #fff;
	background: var(--base-color);
}



@media (max-width: 815px) {

	.recruit-intro-bg {
		width: 100%;
		height: auto;
		padding-top: 0;
		background: none;
		position: relative;
		right: auto;
		top: auto;
	}
	.recruit-intro-bg img {
		max-width: calc(100% + 50px);
		margin-left: -25px;
	}
	.recruit-intro-in {
		padding: 40px 0;
		margin-left: 0;
	}
	.recruit-intro-in p:not(:last-child) {
		margin-bottom: 30px;
	}

	#greeting .page-fv {
		height: 260px;
	}
	#greeting .page-title {
		max-width: 300px;
	}
	#greeting .page-title:after {
		display: block;
        clip-path: polygon(0 0, 100% 0, 250px 100%, 0 100%);
    }
	.greeting-text {
		margin-top: -50px;
	}
	.greeting-text p {
		line-height: 3;
	}
	.greeting-name-in h3 {
		font-size: 14px;
		margin-left: -20px;
	}
	.greeting-name-in img {
		width: 150px;
	}

	.interview-catch {
		padding: 30px 0;
	}
	.interview-member h2 {
		padding-left: 40px;
		font-size: 50px;
		top: -72px;
	}
	.interview-member h2:after {
		height: 50px;
		left: 15px;
		top: 15px;
	}
	.interview-member-in {
		padding-left: 0;
	}
	.interview-member__list >li {
		display: block;
		margin-bottom: 50px;
	}
	.interview-member__list >li .img {
		width: 100%;
		max-width: 230px;
		height: auto;
		padding-bottom: 20px;
		margin: 0 auto 40px;
	}
	.interview-member__list >li .interview-member-name {
		font-size: 20px;
	}
	.interview-member__list >li .interview-member-history {
		margin-top: 5px;
		font-size: 12px;
	}
	.interview-member__list >li .info {
		width: 100%;
	}
	.interview__list >li h4 {
		font-size: 16px;
		padding-left: 0;
	}
	.interview__list >li p {
		padding-left: 0;
	}

	.interview-charge-name {
		font-size: 20px;
		width: 35%;
		padding: 10px 0 10px 20px;
		margin-bottom: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.interview-charge-name:after {
		clip-path: polygon(0 0, 100% 0, 465px 100%, 0 100%);
	}
	.interview-charge-name span {
		font-size: 14px;
	}
	.interview-charge-in {
		padding-right: 0;
		margin-top: 30px;
	    position: initial;
	}

	.interview-charge-bg {
		max-width: 100%;
		position: relative;
		right: 0;
		top: 0;
	}
	.interview-charge-bg img {
		max-width: calc(100% + 50px);
		margin-left: -25px;
	}

	.recruit-schedule__list >li {
		border: solid 4px var(--main-color);
		margin-bottom: 70px;
	}
	.recruit-schedule__list >li:last-child {
		margin-bottom: 0;
	}
	.recruit-schedule__list >li:not(:last-child):after {
		width: 10px;
		height: 47px;
		left: calc(50% - 5px);
		bottom: -67px;
	}
	.recruit-schedule-in .icon-time {
		width: 50px;
		height: 50px;
	}
	.recruit-schedule-in .time {
		width: 50px;
		font-size: 16px;
	}
	.recruit-schedule-in p {
        font-size: 11px;
        width: calc(100% - 100px);
        line-height: 1.6;
    }


	.about-company-catch {
		padding: 30px;
		margin-bottom: 70px;
	}
	.about-company-catch .pos {
		width: 120px;
		right: -30px;
		top: 40%;
	}
	.about-company-data__list >li {
		padding: 20px;
	}
	.about-company-data__list h3 {
		font-size: 11px;
		margin-bottom: 15px;
        white-space: nowrap;
	}
	.about-company-data__list .data {
		padding: 30px 10px;
		text-align: center;
	}
	.about-company-data__list .data .data-main {
		font-size: 18px;
	}
	.about-company-data__list .data .data-sub {
		font-size: 10px;
		margin-top: 5px;
	}
	.about-company-data__list.-full .data {
		padding: 20px;
		font-size: 12px;
	}

	.recruitment-info table th {
		width: 110px;
	}
	.recruitment-info table td {
		padding: 30px 0 30px 30px;
	}

	.to-entry {
		margin-top: 20px;
	}

}



/* ----------------
contact
----------------- */
.contact-form-item {
    margin-bottom: 50px;
}
.form-item {
	font-weight: 500;
    margin-bottom: 10px;
}
.hissu {
	color: #FF0000;
}
.cmn-input,
.cmn-input-s,
.cmn-input-m,
.cmn-select,
.cmn-select-s,
.cmn-select-s1,
.cmn-select-s2,
.cmn-select-m,
.cmn-textarea {
    width: 100%;
	font-size: 16px;
    border: solid 1px #ccc;
    background: #fff;
}

.cmn-input {
    height: 50px;
    text-indent: 10px;
}
.cmn-input-s {
    width: 40%;
    height: 50px;
    text-indent: 10px;
}
.cmn-input-m {
    width: 60%;
    height: 50px;
    text-indent: 10px;
}
.cmn-select {
    height: 50px;
}
.cmn-select-s {
	width: 10%;
    height: 50px;
}
.cmn-select-m {
	width: 50%;
    height: 50px;
}
.cmn-textarea {
    height: 200px;
    padding: 10px;
}
.contact-form-item ::placeholder{
  color:#ccc
}
.contact-form-item .wpcf7-list-item {
    margin: 0 0 20px 20px;
}

#btn-send {
	font-size: 18px;
    color: var(--base-color);
    display: block;
    border: solid 1px #9B9B9B;
    width: 100%;
    border-radius: 1000px;
    padding: 15px 30px;
	background: #fff;
    position: relative;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#btn-send i {
	width: 12px;
	height: 12px;
	background:var(--base-color);
    border-radius: 1000px;
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#btn-send:hover {
	color: #fff;
	background:var(--base-color);
}
#btn-send:hover i {
	background: #fff;
}



@media (max-width: 815px) {

    #btn-send {
        font-size: 14px;
    }


}



/* ----------------
recruit-contact
----------------- */

.recruit-contact-form table {
    width: 100%;
    border-collapse: collapse;
    line-height: 2;
	margin-bottom: 50px;
}
.recruit-contact-form table th {
    width: 240px;
    text-align: left;
    vertical-align: top;
    padding: 25px 0;
}
.recruit-contact-form table td {
    padding: 25px 0;
}
.recruit-contact-form table tr:not(:last-of-type) {
    border-bottom: solid 1px var(--sub-color);
}
.recruit-contact-form .cmn-input,
.recruit-contact-form .cmn-input-s,
.recruit-contact-form .cmn-input-m,
.recruit-contact-form .cmn-select,
.recruit-contact-form .cmn-select-s,
.recruit-contact-form .cmn-select-s1,
.recruit-contact-form .cmn-select-s2,
.recruit-contact-form .cmn-select-m,
.recruit-contact-form .cmn-textarea {
    background: #E3E3E3;
}
.r-contact-form-in.-flex,
.r-contact-form-time {
    display: flex;
    align-items: center;
}
.r-contact-form-in .title {
    margin-right: 20px;
}
.r-contact-form-time .box {
    width: 100px;
}
.r-contact-form-in + .r-contact-form-in {
    margin-top: 15px;
}
.r-motive-radio .wpcf7-list-item {
    display: block;
    margin: 0;
}
.recruit-contact-form .wpcf7-list-item.first {
	margin-left: 0;
}



@media (max-width: 815px) {


	.recruit-contact-form table th {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.recruit-contact-form table td {
		padding: 0 0 20px;
		display: block;
		width: 100%;
	}
	.r-contact-form-in .title {
		margin-right: 0;
		width: 5em;
	}
	.r-contact-form-time .box {
		width: 60px;
	}
	.recruit-contact-form .cmn-input-m {
		width: 100%;
	}

}



/* ----------------
sitemap
----------------- */
.sitemap__list a {
	color: var(--base-color);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sitemap__list a:hover {
	color: var(--main-color);
}
.sitemap__list li:before {
    content: '-';
    margin-right: 10px;
}
.sitemap__list >li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}
.sitemap__list >li ul >li  {
	margin-top: 10px;
	margin-left: 20px;
}


/* ----------------
privacy-policy
----------------- */
.privacy-policy-box h3,
.privacy-policy-box h4,
.privacy-policy-box h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.privacy-policy-box h5 {
    font-weight: 400;
}
.privacy-policy__list >li {
    margin-bottom: 30px;
}
.privacy-policy-sub {
    margin-top: 30px;
}


@media (max-width: 815px) {

	.privacy-policy-box h3,
	.privacy-policy-box h4,
	.privacy-policy-box h5 {
		font-size: 16px;
	}

}




