@charset "utf-8";
/*
Theme Name:株式会社エイジェック
Theme URI:https://www.agekke.co.jp/
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/
*/
/* ======================================================
/*               ++  カムバック採用  ++
   ======================================================  */
.sec-title-wrap {
	text-align: center;
	margin: 0 0 46px;
}
.sec-title-wrap h2.sec-title {
    position:  relative;
	color: #0797CC;
}
.sec-title-wrap h2.sec-title span {
	position: relative;
    margin-top: 28px;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: .1em;
}
.sec-title-wrap h2.sec-title span:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #05272B;
    position: absolute;
    left: -40px;
    top: 25px;
	transform: rotate(135deg);
}
.sec-title-wrap h2.sec-title span:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #05272B;
    position: absolute;
    right: -40px;
    top: 25px;
	transform: rotate(135deg);
}
@media screen and (max-width: 767px){
	.sec-title-wrap {
    	margin: 0 0 24px;
	}
	.sec-title-wrap h2.sec-title span {
    	font-size: 1.25rem;
    	letter-spacing: .05em;
	}
	.sec-title-wrap h2.sec-title span:before,
	.sec-title-wrap h2.sec-title span:after {
		content: none;
	}
}
.welcomeback .bg-wrap {
	position: relative;
	background-image: url(kotei_images/bg-cb.png);
    background-position: top left;
    background-repeat: repeat;
	z-index: 1;
	margin-top: 70px;
}
.welcomeback .bg-wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.8);
	z-index: -1;
}
.welcomeback .title-wrap {
	float: left;
	width: 40%;
	color: #005BAC;
	text-align: center;
}
.welcomeback .img-wrap {
	float: right;
	width: 60%;	
}
.welcomeback .title-wrap h1 {
	font-size: 2rem;
	font-weight: bold;
}
.welcomeback .title-wrap p {
	font-size: .875rem;
}
.welcomeback #footer {
	padding: 0;
}
.welcomeback .copy {
	margin: 0;
}
.welcomeback .main .box {
	text-align: center;
	position: relative;
	padding-bottom: 120px;
}
.welcomeback .main .desc {
	font-weight: bold;
	line-height: 2em;
	font-size: 1.0625rem;
}
.welcomeback .main .notes {
	font-size: .875rem;
	margin: 30px 0 0;
}
.welcomeback .text-wcb {
	display: block;
	width: 100%;
	max-width: 600px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.welcomeback .main .more {
	margin: 70px auto 0;
    text-align: center;
}
.more a span {
    position: relative;
    margin-left: 30px;
}
.more a {
    display: inline-block;
    padding: 14px 55px;
    border-radius: 30px;
    font-weight: 500;
    transition: .3s;
    color: #05272B;
    background: #85E8FA;
    font-size: .875rem;
    margin: 0 auto;
    letter-spacing: .1em;
    box-shadow: 4px 4px 0 #2C3A09;
    text-align: center;
}
.more a span::before {
    content: '';
    width: 18px;
    height: 1px;
    background: #05272B;
    position: absolute;
    left: -36px;
    top: 11px;
}
.more a span::after {
    content: '';
    width: 8px;
    height: 1px;
    background: #05272B;
    position: absolute;
    left: -26px;
    top: 8px;
    transform: rotate(-135deg);
}
.more a:hover {
    background: #2C3A09;
    color: #fff;
    box-shadow: none;
}
.more:hover a span::before,
.more:hover a span::after {
    background: #fff;	
}
.welcomeback .ratio {
	margin: 70px 0 0;
}
.welcomeback .ratio li {
	display: inline-block;
	width: 30%;
	margin: 0 5% 0 0; 
	vertical-align: top;
}
.welcomeback .ratio li:last-child {
	margin: 0;
}
.welcomeback .ratio li figure {
	border-radius: 10px;
}
.welcomeback .ratio li h2 {
	margin: 10px 0 0;
}
.welcomeback .ratio li h2 span {
	position: relative;
	font-weight: bold;
}
.welcomeback .ratio li:hover h2 span {
	color: #005bac;
}
.welcomeback .ratio li h2 span::after {
    font-family: FontAwesome;
    content: '\f0a9';
    color: #333;
    position: absolute;
	top: -2px;
    right: -24px;
    font-size: 16px;
}
.welcomeback .ratio li:hover h2 span::after {
	color: #005bac;
}
.welcomeback .group-corp {
	margin: 50px 0 0;
	padding: 60px;
	background: #0797cc0f;
	border-radius: 10px;
}
.welcomeback  .group-corp ul li {
	width: 48%;
	vertical-align: top;
	display: inline-block;
}
.welcomeback  .group-corp ul li p:not(last-of-type) {
	margin: 0 0 5px;
}
.welcomeback  .group-corp ul li:first-child {
	margin: 0 4% 0 0;
}
@media screen and (min-width: 2500px){
.welcomeback .top-wrap {
    max-width: 2000px;
    margin: 0 auto;
}
}
@media screen and (max-width: 1400px){
	.welcomeback .title-wrap h1 {
    	font-size: 1.75rem;
	}
}
@media screen and (max-width: 1023px){
	.welcomeback .title-wrap h1 {
    	font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px){
	.welcomeback .bg-wrap {
		margin-top: 60px;
		padding-bottom: 50px;
	}
	.welcomeback .title-wrap h1 {
    	font-size: 1.25rem;
	}
	.welcomeback .title-wrap,
	.welcomeback .img-wrap {
		float: none;
		width: 100%;
	}
	.welcomeback .main .box {
		text-align: left;
	}
	.welcomeback .title-wrap {
		padding: 24px 0 20px;
	}
	.welcomeback .main .box {
		padding-bottom: 60px;
	}
	.welcomeback .ratio li {
		display: block;
		width: 100%;
		margin: 0 0 20px; 
	}
	.welcomeback .ratio li:last-child {
		margin: 0;
	}
	.welcomeback .ratio {
		margin: 30px 0 0;
	}
	.welcomeback .ratio li h2 span {
		font-size: 1.25rem;
	}
	.welcomeback .ratio li h2 span::after {
		font-size: 20px;
	}
	.welcomeback .main .notes {
		margin: 20px 0 0;
	}
	.welcomeback .group-corp {
		margin: 30px 0 0;
		padding: 30px 16px;
		text-align: center;
	}
	.welcomeback  .group-corp ul li {
		width: 100%;
		display: block;
	}
	.welcomeback  .group-corp ul li p {
		margin: 0 0 5px;
		font-size: .875rem;
	}
	.welcomeback  .group-corp ul li:first-child {
		margin: 0;
	}
}