@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500&display=swap');

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.header-logo {
	width: 180px;
}
.header-contact__btn.btn {
	padding: 5px 10px;
}

@media screen and (max-width: 374px) {
	.header-logo {
		width: 155px;
	}
	.header-contact__btn.btn {
		font-size: 1.2rem;
	}
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
	.header-inner.content-area {
		max-width: 100%;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.header-inner {
		flex-direction: row;
		padding-top: 22px;
		padding-bottom: 18px;
	}
	.header-logo {
		width: 320px;
		max-width: 100%;
		margin-bottom: 0;
	}
	.header-contact {
		width: 320px;
	}
	.header-contact__btn.btn {
		flex-direction: row;
		padding: 12px 0;
		font-size: 1.6rem;
	}
	.header-contact__btn--ico {
		margin: 0 23px 0 -15px;
		font-size: 1.8rem;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.footer-breadcrumb {
	max-width: 100%;
}
.footer-head,
.footer-body {
	margin-bottom: 30px;
}
.footer-link {
	margin-bottom: 30px;
}
.footer-link__ttl {
	display: flex;
	align-items: center;
}
.footer-link__ttl:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: -1px 10px 0 0;
	background: #fff;
}
.footer-link__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -5px;
}
.footer-link__list li {
	margin-top: 5px;
}
.footer-link__list li:not(:last-child) {
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
}
.footer-link__list li:not(:last-child):before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 58%;
	background: #454746;
}
.footer-box__logo {
	width: 260px;
	margin: 0 auto 20px;
}
.footer-box__access {
	margin-bottom: 10px;
	font-size: 1rem;
	text-align: center;
}
.footer-box__detail .footer-link__list {
	justify-content: center;
	font-size: 1.2rem;
}
.footer-box__detail {
	margin-bottom: 20px;
}
.footer-box__pmark {
	display: block;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.footer-head {
		margin-bottom: 40px;
	}
	.footer-body {
		margin-bottom: 50px;
	}
	.footer-link__ttl:before {
		width: 13px;
		height: 13px;
	}
	.footer-link__list li a:hover {
		color: #818785;
	}
	.footer-box {
		display: flex;
		align-items: flex-start;
	}
	.footer-box__detail {
		margin-right: 30px;
	}
	.footer-box__logo {
		width: 340px;
		margin: 0 0 17px;
	}
	.footer-box__access {
		margin-bottom: 7px;
		font-size: 1.4rem;
		text-align: left;
	}
	.footer-box__detail .footer-link__list {
		justify-content: flex-start;
		font-size: 1.4rem;
	}
	.footer-box__pmark {
		margin-left: 0;
	}
	.footer-foot .content-area {
		max-width: 1920px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.footer {
		margin-left: 0;
	}
	.footer-body {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 50px;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.content-area__xl {
		max-width: 1920px;
	}
	.content-area__lp {
		max-width: 1560px;
	}
} /* ----- media END ----- */
@media screen and (min-width: 992px) {
	.main {
		margin-left: 0;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	四国の企業さまへ
------------------------------------------------------------*/
/*	共通
---------------------------------------------*/
.companies-ttl {
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.companies-ttl {
		max-width: 600px;
		margin: 0 auto 50px;
	}
} /* ----- media END ----- */
@media screen and (min-width: 992px) {
	.companies-ttl {
		max-width: 680px;
		margin-bottom: 60px;
	}
} /* ----- media END ----- */

/*	メインビジュアル
---------------------------------------------*/
.companies-mv {
	height: 106.6666667vw;
	margin-bottom: -15vw;
	background: url(../img/lp/companies/companies-mv-sp.jpg) center;
	background-size: cover;
}
.companies-mv__bnr {
	margin: 0 -10px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.companies-mv {
		height: 53.7109375vw;
		margin-bottom: -7vw;
		background-image: url(../img/lp/companies/companies-mv-tb.jpg);
	}
	.companies-nav {
		background: #009b46;
	}
	.companies-nav__link {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.companies-nav__link li:not(:last-child) {
		margin-right: 40px;
	}
	.companies-nav__link li a {
		padding: 10px 0;
		color: #fff;
		font-size: 1.6rem;
	}
	.companies-nav__link li a:hover {
		color: #b5e951;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.companies-mv {
		height: 33.33333333vw;
		margin-bottom: -7vw;
		background-image: url(../img/lp/companies/companies-mv-pc.jpg);
	}
	.companies-nav__link li:not(:last-child) {
		margin-right: 60px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.companies-mv {
		margin-bottom: -80px;
	}
	.companies-mv__bnr {
		margin: 0 -15px;
	}
	.companies-nav__link li:not(:last-child) {
		margin-right: 90px;
	}
	.companies-nav__link li a {
		padding: 15px 0;
		font-size: 1.8rem;
	}
} /* ----- media END ----- */

/*	セミナー情報一覧
---------------------------------------------*/
.seminar-ttl {
	padding-bottom: .5em;
	border-bottom: 3px solid currentColor;
}
.seminar-archive {
	margin-bottom: 30px;
}
.seminar-archive__img {
	display: inline-block;
	position: relative;
}
.seminar-archive__full {
	color: #fff;
	background: #009b46;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: .5em 15px;
	font-weight: bold;
	font-size: 1.2rem;
}
.seminar-archive__content {
	margin-top: 15px;
}
.seminar-archive__ttl {
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
	.seminar-archive {
		margin-bottom: 60px;
	}
	.seminar-archive__box {
		display: flex;
		align-items: center;
	}
	.seminar-archive__img {
		width: 30%;
		transition: .6s;
	}
	.seminar-archive__full {
		font-size: 1.4rem;
	}
	.seminar-archive a:hover .seminar-archive__img {
		opacity: .7;
	}
	.seminar-archive__content {
		width: 70%;
		margin: 0 0 0 30px;
	}
	.seminar-archive__ttl {
		font-size: 2.2rem;
		transition: .6s;
	}
	.seminar-archive a:hover .seminar-archive__ttl {
		color: #009b46;
	}
} /* ----- media END ----- */

/*	悩み・解決
---------------------------------------------*/
.companies-trouble {
	position: relative;
}
.companies-trouble:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	border-style: solid;
	border-width: 100px 50vw 0 50vw;
	border-color: #fff transparent transparent transparent;
}
.companies-trouble__img {
	margin-bottom: 10px;
	text-align: center;
}
.companies-trouble__ttl {
	color: #009b46;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
}
.companies-resolution {
	padding: 160px 0 60px;
	background: #e7f1eb;
}
.companies-resolution__img {
	margin-bottom: 10px;
	text-align: center;
}
.companies-resolution__ttl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .5px;
}

@media screen and (min-width: 768px) {
	.companies-trouble:after {
		border-width: 200px 50vw 0 50vw;
	}
	.companies-resolution {
		padding-top: 260px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.companies-trouble__img {
		margin-bottom: 20px;
	}
	.companies-trouble__ttl {
		font-size: 1.8rem;
	}
	.companies-resolution {
		padding: 290px 0 90px;
	}
	.companies-resolution__img {
		margin-bottom: 20px;
	}
	.companies-resolution__ttl {
		margin-bottom: 20px;
		font-size: 2rem;
	}
} /* ----- media END ----- */

/*	特徴
---------------------------------------------*/
.companies-feature__content li {
	margin-bottom: 40px;
}
.companies-feature__detail figcaption {
	margin-bottom: 15px;
}
.companies-feature__ttl {
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.companies-feature__detail {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.companies-feature__content li:nth-child(odd) .companies-feature__detail {
		flex-direction: row-reverse;
	}
	.companies-feature__detail figcaption {
		width: calc(43% - 15px);
		margin-bottom: 0;
	}
	.companies-feature__img {
		width: calc(57% - 15px);
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.companies-feature__content li {
		margin-bottom: 60px;
	}
	.companies-feature__ttl {
		margin-bottom: 35px;
	}
} /* ----- media END ----- */

/*	レスポンスデバイス
---------------------------------------------*/
.companies-response__box {
	margin: 0 -10px;
	padding: 55px 20px 60px;
	background: url(../img/lp/companies/companies-response-bg-sp.png) center;
	background-size: cover;
}
.companies-response__ttl {
	margin-bottom: 35px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.companies-response__btn {
	flex-direction: column;
	padding: 15px;
	font-size: 1.8rem;
}
.companies-response__btn--ico {
	padding-bottom: 10px;
	font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
	.companies-response__box {
		margin: 0;
		padding: 85px 60px 90px;
		background-image: url(../img/lp/companies/companies-response-bg-pc.png);
	}
	.companies-response__ttl {
		margin-bottom: 55px;
		font-size: 2.4rem;
	}
	.companies-response__btn {
		flex-direction: row;
		max-width: 560px;
		padding: 30px;
		font-size: 2.4rem;
	}
	.companies-response__btn--ico {
		margin: 0 25px 0 -25px;
		padding-bottom: 0;
		font-size: 3.2rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1500px) {
	.companies-response .content-area {
		padding-right: 60px;
		padding-left: 60px;
	}
} /* ----- media END ----- */

/*	人材紹介システム
---------------------------------------------*/
.companies-system__ttl {
	margin-bottom: 15px;
	padding: 12px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #009b46;
}
.companies-system__performance {
	padding: 25px 20px;
	background: #e7f1eb;
}
.companies-system__performance-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.companies-system__performance-head .ttl-04 {
	margin: 0 0 0 -20px;
}
.companies-system__performance-head--info {
	color: #636564;
}
.companies-system__performance-before {
	position: relative;
	z-index: 1;
	margin-bottom: 27px;
	padding: 15px 20px;
	border: 3px solid #fff;
}
.companies-system__performance-before:before,
.companies-system__performance-before:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.companies-system__performance-before:before {
	bottom: -18px;
	width: 30px;
	height: 15px;
	background: #bae9c5;
}
.companies-system__performance-before:after {
	bottom: -38px;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #bae9c5 transparent transparent transparent;
}
.companies-system__performance-before--ttl {
	margin-bottom: 8px;
	color: #009b46;
	font-weight: 500;
	letter-spacing: 3px;
}
.companies-system__performance-before--txt {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: .5px;
}
.companies-system__performance-before--txt span {
	display: block;
	margin-top: 5px;
	font-size: 1.3rem;
}
.companies-system__performance-after {
	position: relative;
	padding: 25px 20px;
	background: #fff;
}
.companies-system__performance-after:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right 10px bottom;
}
.companies-system__performance-after--01:before {
	background-image: url(../img/lp/companies/companies-system-after-01.png);
}
.companies-system__performance-after--02:before {
	background-image: url(../img/lp/companies/companies-system-after-02.png);
}
.companies-system__performance-after--ttl {
	margin-bottom: 15px;
	color: #009b46;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 3px;
}
.companies-system__performance-after--txt {
	color: #009b46;
	font-size: 1.6rem;
	font-weight: bold;
}
.companies-system__performance-after--txt {
	font-size: 1.4rem;
}
.companies-system__generalist {
	padding: 25px 15px 20px;
	background: #e7f1eb;
}
.companies-system__generalist .ttl-04 {
	margin-left: -15px;
}
.companies-system__generalist .txt_strong{
	display: block;
	padding-bottom: 15px;
	color: #009b46;
	font-weight: bold;
}

@media screen and (max-width: 374px) {
	.companies-system__performance-after:before {
		height: 70%;
	}
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
	.companies-system__ttl {
		margin-bottom: 25px;
		font-size: 2.4rem;
	}
	.companies-system__performance-head {
		margin-bottom: 30px;
	}
	.companies-system__performance-before--txt {
		font-size: 1.8rem;
	}
	.companies-system__performance-before--txt span {
		margin-top: 0;
		font-size: 1.5rem;
	}
	.companies-system__performance-after--ttl {
		margin-bottom: 25px;
		font-size: 2rem;
	}
	.companies-system__performance-after--txt {
		font-size: 2rem;
	}
	.companies-system__performance-after--txt span{
		font-size: 1.6rem;
	}
	.companies-system__generalist {
		padding: 25px 25px 55px;
	}
	.companies-system__generalist .ttl-04 {
		margin-left: -25px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.companies-system__performance {
		padding: 30px;
	}
	.companies-system__performance-head .ttl-04 {
		margin: 0 0 0 -30px;
	}
	.companies-system__performance-before {
		padding: 15px 30px;
	}
	.companies-system__performance-after {
		padding: 35px 30px;
	}
	.companies-system__performance-after:before {
		height: calc(100% + 13px);
		background-position: right 15px bottom;
	}
} /* ----- media END ----- */

/*	オフィス
---------------------------------------------*/
.companies-office__ttl {
	margin-bottom: 10px;
	font-size: 2rem;
	text-align: center;
}
.companies-office__img {
	margin-bottom: 10px;
}
.companies-office__list figcaption {
	font-size: 1.6rem;
	text-align: center;
}
.companies-office__area {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.companies-office__ttl {
		margin-bottom: 20px;
		font-size: 3.2rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.companies-office__img {
		margin-bottom: 15px;
	}
	.companies-office__list figcaption {
		font-size: 2rem;
	}
	.companies-office__area {
		margin-bottom: 3px;
	}
} /* ----- media END ----- */