/************************************
** 0 共通
************************************/

.inner {
	padding-top:15px;
	display:flex;
	justify-content:center;
	width:calc(950px ) ;}

.text_area {
	width:50%;}

.img_area {
	width:50%;
	display:flex;
	align-items:center;
	justify-content:flex-end;}

.img_area img{
	border-radius:50%;
	width:380px;
	height:380px;
	display:flex;
	align-items:center;}

h3 {
	font-weight:500;
	font-size:1.2em;
	line-height:2em;
	position:relative;
	margin:0px auto 30px auto;}

h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -10px; /* 下線の上下位置調整 */
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	width: 45px;
	height: 2px;
	background-color: #00a0da;}

h3.plain {
	margin-bottom:5px;}

h3.plain:after {
	content:none;
	margin-bottom:0px;}


/* 599px以下の場合 */
@media screen and (max-width: 599px) {

.inner {
	display:block;
	width:100%;}

.text_area {
	width:calc(100% - 60px);
	margin:auto;}

.img_area {
	width:calc(100% - 60px);
	margin:30px auto 0 auto;
	justify-content:center;}

.img_area img{
	width:100%;
	height:100% ;}

}	

/************************************
** ①イントロダクション
************************************/

#intro .career:before {
	content:"CAREER INFORMATION";}

/************************************
** ①クリップス・パートナーズについて
************************************/

#aboutus {
	background:#f7f5f2;}

#aboutus .inner {
	justify-content:space-between;}

#aboutus p {
	line-height:2.4em;}

.image {
	position:relative;}

.decorate1,
.decorate2 {
	position:absolute;
	width:25px;
	height:25px;
	background-repeat:no-repeat;}

#aboutus .decorate1 {
	background:url(../image/shape1_4.png);
	bottom:50px;
	left:20px;}

#aboutus .decorate2 {
	background:url(../image/shape2_3.png);
	bottom:20px;
	left:60px;}

.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;}



/************************************
** ②介護のお仕事への想い
************************************/

#mind .inner {
	justify-content:space-between;}

#mind p {
	line-height:2.4em;}

#mind .img_area {
	justify-content:start !important;}

#mind .decorate1 {
	background:url(../image/shape3_3.png);
	bottom:50px;
	right:20px;}

#mind .decorate2 {
	background:url(../image/shape4_2.png);
	bottom:20px;
	right:60px;}

/************************************
** ③キャリアパスについて
************************************/

#path {
	background:#f7f5f2;}

#path .lead {
	margin-bottom:70px;}

#path .inner {
	justify-content:space-between;}

#path .list {
	width:50%;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:0 auto 60px auto;}

#path ul {
	margin:30px auto 15px auto;
	display: inline-block;}

#path ul li {
	margin-bottom:15px;
	line-height:1.5em;
	text-align:left;
	text-indent: -1.2em;}

#path ul li:before {
	content:"・";
	font-weight:600;
	color:#00a0da;
	font-size:1.2em;}

#path .download {
	width:950px;
	background:#fff;
	border:3px solid #00a0da;
	border-radius:10px;
	margin:60px auto 15px auto;
	padding:30px;}

#path .download p {
	text-align:center;
	font-weight:500;}

#path .download p:after {
	display:block;
	content:url(../image/dl_arrow.png);
	margin-top:20px;}

#path .download .hvr-shrink {
	display:block;
	margin:15px auto;}

#path .download a {
	color:#00a0da;
	font-weight:600;}

#path .decorate1 {
	background:url(../image/shape2_4.png);
	bottom:50px;
	left:20px;}

#path .decorate2 {
	background:url(../image/shape3_3.png);
	bottom:20px;
	left:60px;}


/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#path .list {
	width:85%;}

#path ul {
	margin:30px 10px 15px 10px;}

#path .img_area {
	margin-bottom:60px;}

#path .download {
	width:calc(100% - 60px);
	margin:auto;}
}


/************************************
** ④応募条件
************************************/

#info .inner {
	justify-content:space-between;}

#info .lead {
	margin-bottom:60px;}

#info .left {
	width:50%;
	padding-right:30px;}

#info .right {
	width:50%;
	 padding-left:30px;}

#info h3 {
	margin-bottom:0;
	display:block;
	border-top:2px solid #00a0da;
	border-bottom:2px solid #00a0da;
	position:relative;}

#info a{
	text-decoration:none;}

#info .type1,
#info .type2  {
	display:block;
	margin:0px auto 5px auto;
	position:relative;
	bottom:3px;}

#info .type1:before {
	content:"CAREER 1";
	color:#9e9e9e;
	font-family: 'Belgrano', serif;
	font-size:0.7em;
	display:block;
	position:relative;
	top:8px;}

#info .type2:before {
	content:"CAREER 2";
	color:#9e9e9e;
	font-family: 'Belgrano', serif;
	font-size:0.7em;
	display:block;
	position:relative;
	top:8px;}

#info h3 .number {
	width:50px;
	height:50px;
	border-radius:50%;
	background:#00a0da;
	position:absolute;
	left:0;
	top: 0;
	bottom: 0;
	margin: auto;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:0.7em;
	line-height:2.5em;
	color:#fff;
	font-family: 'Belgrano', serif;}

#info dl {
	display: flex;
	flex-wrap: wrap;
	margin:30px auto;
	width:100%;
	text-align:left;}

#info dt {
    width: 30%;
	font-weight:600;
	padding:15px 0 0 15px;
	line-height:1.5em;}

#info dd {
	width:70%;
	padding:15px 0;
	line-height:1.5em;}

#info ul {
	display: inline-block;}

#info ul li {
	margin-bottom:10px;
	line-height:1.5em;
	text-align:left;
	text-indent: -1.2em;}

#info ul li:before {
	content:"・";
	font-weight:600;
	color:#00a0da;
	font-size:1.2em;}

#info ul .ast:before {
	content:"※";
	font-weight:600;
	color:#00a0da;
	font-size:0.8em;
	padding-right:4px;
	padding-left:5px;}

#info ul .ast {
	text-indent: -1.3em;
	color:#00a0da;}

#info .annotation {
	font-size:0.8em;
	display:block;}

#info .button,
#info .button2 {
	background:#00a0da;
	height:50px;
	width:92%;
	margin:15px auto 0 auto;
	border-radius:10px;
	font-weight:500;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.1em;
	position:relative;}

#info .button a,
#info .button2 a {

	display:block;}

#info .button_text{
	position:relative;
	top:0px;
	left:5px;
	width:100%;}

#info .button:after {
	content:url(../image/circle_a4.png);
	vertical-align: middle;
	position:relative;
	top:1px;
	left:-15px;}

#info .button2:after {
	content:url(../image/circle_a5.png);
	vertical-align: middle;
	position:relative;
	top:1px;
	left:-15px;}

/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#info .left {
	width:100%;
	padding-right:0;}

#info .right {
	width:100%;
	padding-left:0;
	margin-top:60px;}

#info h3 {
	width:calc(100% - 60px);}

#info dl {
	width:calc(100% - 60px);}

#info dt {
	padding:15px 0 0 0;}

#info dt {
    width: 32%;}

#info dd {
	width:68%;}

#info a{
	text-decoration:underline;
	color:#00a0da;}

#info .button,
#info .button2 {
	height:50px;
	width:calc(100% - 60px);
	margin:15px auto 0 auto;
	border-radius:10px;
	font-size:1.1em;}

}
