@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/
.home .l-content,
.home.page .one-col .l-content__main{
    width: 100%!important;
}
.mv{
    position: relative;
    text-align: center;
}
.p-mv__inner{
    background-size:cover;
    background-image:url("/wp-content/themes/emanon-premium-child/images/mv-sp.png");
    position: relative;
    height: 397px;
    background-position: 50% 50%;
	margin-top:210px;
}
@media screen and (min-width: 560px) {
	.p-mv__inner{
		height: 897px;
		margin-top:200px;
		background-image:url("/wp-content/themes/emanon-premium-child/images/mv.png");
	}
}
.p-mv__block{
	    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: -210px;
}
@media screen and (min-width: 560px) {
	.p-mv__block{
		top: -200px;
	}
}
.wrap{
    max-width:1232px;
    width: 100%;
    padding:0px 16px;
    margin:0 auto;
}
.p-mv__headline{
    font-size: 24px;
	color:#000261;
}
@media screen and (min-width: 560px) {
	.p-mv__headline{
		font-size: 48px;
	}
}
.p-mv__headline span{
    display: block;
	max-width:80%;
	margin:0 auto;
}
@media screen and (min-width: 560px) {
	.p-mv__headline span{
		max-width:100%;
	}
}
.p-mv__catch{
    font-size:16px;
	color:#000261;
	font-weight:bold;
	margin-bottom:20px;
}
@media screen and (min-width: 560px) {
	.p-mv__catch{
		font-size:20px;
	}
}
.sp-br{
    display: block;
}
@media screen and (min-width: 560px) {
    .sp-br{
        display: none;
    }
}
.p-mv__button-inner{
    display:none;
}
@media screen and (min-width: 560px) {
	.p-mv__button-inner{
		max-width: 590px;
    margin: 0 auto;
		display:block;
	}
}
.p-common__col2{
    margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
.p-common__inner{
    display: flex;
    justify-content: space-between;
}
.p-common__col2{
    flex:0 0 48.5%;
    max-width: 48.5%;
    margin-bottom: 0px;
}
}
.p-common__link{
    border-radius: 4px;
    height: 56px;
    line-height: 56px;
    color:#fff;
    background-color: #23B642;
	border:1px solid #23B642;
    font-size:16px;
	display:block;
	max-width:280px;
	width:100%;
	margin:0 auto;
	font-weight:bold;
	transition:.3s;
}
.p-common__link:hover{
	background-color: #fff;
	color:#23B642;
}
.u-common__link02{
    background-color:#EAAC2F;
	border:1px solid #EAAC2F;
}
.u-common__link02:hover{
	color:#EAAC2F;
	background-color:#fff;
}
.p-mv__bg{
    padding:10px 0px 40px;
    background: linear-gradient(149deg, rgba(0,165,207,1) 0%, rgba(0,2,97,1) 100%);
}
@media screen and (min-width: 560px) {
	.p-mv__bg{
		padding:0px 0px 70px;
	}
}
.u-mv__link-inner{
    position: relative;
    margin-top:-70px;
}
.u-mv__under-hrbase,
.u-mv__under-hrbasepro{
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .4);
    position: relative;
    border-radius: 8px;
    text-align: center;
	padding-bottom:30px;
	margin-bottom:30px;
}
/* @media screen and (min-width: 560px) {
	.u-mv__under-hrbase{
		margin-bottom:0px;
	}
} */
.u-mv__under-hrbase::before,
.u-mv__under-hrbasepro::before{
	content:'';
    height: 8px;
    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    margin:0 auto;
    text-align: center;
    max-width: 70%;
    width: 100%;
    background-color: #23B642;
}
@media screen and (min-width: 560px) {
	.u-mv__under-hrbase::before,
	.u-mv__under-hrbasepro::before{
		max-width: 490px;
	}
}
.u-mv__under-hrbasepro::before{
    background-color: #EAAC2F;
}
.p-link__headline{
    font-size:28px;
    color:#000261;
    margin: 0px 0px 20px;
    border-bottom:1px solid #CCCCDF;
    padding-bottom: 20px;
	padding-top:30px;
}
.p-link__body{
    font-size:20px;
    font-weight: bold;
}
.p-link__logo{
    margin-bottom: 15px;
}
.p-common__headline{
    text-align: center;
    color: #000261;
	margin-bottom:40px;
}
.p-common__en-title{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
}
.p-common__jp-title{
    font-size:32px;
    line-height: 1.5;
    font-weight: bold;
}
.p-origin__body{
    font-size: 16px;
    margin-bottom: 40px;
	color:#000261;
}
/***HRbaseへようこそ***/
.welcome{
	padding:100px 0px;
}
.p-welcome__block{
	margin-bottom:30px;
}
@media screen and (min-width: 560px) {
.p-welcome__block{
	flex:0 0 54.3%;
	max-width:54.3%;
	margin-bottom:0px;
}
	.p-welcome__image{
		flex:0 0 40%;
	max-width:40%;
	}
}
.p-welcome__headline{
	font-size:32px;
	color:#000261;
	position:relative;
	margin-bottom:30px;
	padding-bottom:30px;
}
@media screen and (min-width: 560px) {
	.p-welcome__headline{
		font-size:48px;
	}
}
.p-welcome__headline::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:46px;
	height:4px;
	background:#B3B3D0;
}
.p-welcome__body{
	font-weight:bold;
	color:#111827;
	font-size:20px;
	margin-bottom:15px;
}
@media screen and (min-width: 560px) {
	.p-welcome__body{
		font-size:24px;
	}
}
/***HRbaseへようこそおわり***/
/***ステップバーデザイン***/
.step-wrap3 {
    counter-reset: count;
    margin: 2em 0;
    position: relative;
}
.step-content3 {
    padding: 1.3em 0 .3em 1em;
    margin: 0 0 1em 1em;
    position: relative;
    border-top: solid 2px #ddd;
}
.step-content3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -10px;
    border-style: solid;
    border-width: 17px 8px 0 8px;
    border-color: #ddd transparent transparent transparent;
}
.step-content3::after {
    content: "";
    display: block;
    height: calc(100% - 36px);
    border-left: dashed 4px #ddd;
    position: absolute;
    top: 16px;
    left: -4px;
}
.step-label3 {
    padding: 3px 20px 3px 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: -20px;
    background: #6ab5a5;
    border-radius: 20px;
    box-shadow: 5px 0px 0 #fff;
    z-index: 1;
}
.step-label3::after {
    counter-increment: count;
    content: counter(count);
    position: relative;
    left: .3em;
}
.step-title3 {
    font-weight: bold;
    font-size: 120%;
}
.step-body3 {
    margin-top: .5em;
    padding: 0 0 1em;
}
.step-wrap3 > :last-child {
    box-shadow: 5px 7px 0 -5px #ddd;
}
.step-wrap3 > :last-child::before, .step-wrap3 > :last-child::after {
    display: none;
}
/***ステップバーデザインおわり***/

/***フッターあたりのグラデーションエリア***/
.l-footer__area{
    background: linear-gradient(149deg, rgba(0,165,207,1) 0%, rgba(0,2,97,1) 100%);
    padding:40px 0px;
}
@media screen and (min-width: 560px) {
	.l-footer__area{
		padding:100px 0px;
	}
}
.p-footer__link-area{
    border:1px solid #fff;
    border-radius: 8px;
    color:#fff;
	text-align:center;
	padding:30px;
}
.p-footer__title{
    font-weight: bold;
    position: relative;
    border-left:8px solid #23B642;
    padding-left: 10px;
    line-height: 1 !important;
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
	.p-footer__title{
		font-size: 30px;
	}
}
ul li{
	list-style-type:none;
}
.u-pro__title{
    border-color:#EAAC2F;
}
.p-footer__body{
    font-size:20px;
	padding:0px 16px;
	    line-height: 1.3 !important;
    font-weight: bold;
    margin: 30px 0px;
}
@media screen and (min-width: 560px) {
	.p-footer__body{
		font-size:32px;
	}
}
.p-footer__logo{
	max-width:180px;
	margin:0 auto;
}
@media screen and (min-width: 560px) {
	.p-footer__logo{
		max-width:240px;
	}
}
/***フッターあたりのグラデーションエリアおわり***/

/***流れ***/
.nya-step-container {
display: flex;
flex-direction: column;
position: relative;
gap: 40px;
	max-width:1032px;
	width:100%;
	margin:0 auto;
	padding:0px 16px;
}

.nya-step {
display: flex;
align-items: flex-start;
position: relative;
}

.nya-step-number {
background-color: #333581;
color: #fff;
width: 16px;
height: 16px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 12px;
font-weight: bold;
text-align: center;
position: relative;
box-sizing: border-box;
flex-shrink: 0;
z-index: 1;
border-radius:50%;
	    margin-top: 10px;
}
.nya-step::before {
border-left: 2px dashed #B3B3D0;
    content: "";
    display: block;
    height: 200%;
    left: 7px;
    top: 15px;
    position: absolute;
    width: 0;
    z-index: 0;
}
.nya-step__calendar{
	color:#333581;
	font-weight:bold;
	margin:0px!important;
}
.nya-step:last-child::before {
height: 0;
}
.nya-step__type{
	border-radius:4px;
	background-color:#23B642;
	color:#fff;
	max-width:96px;
	width:100%;
	text-align:center;
	height:21px;
	line-height:21px;
	margin:0px 25px 0px 15px;
	font-size:12px;
	font-weight:bold;
}
.nya-step__body{
	font-size:16px;
}
@media screen and (min-width: 560px) {
.nya-step__body{
	font-size:18px;
}
}
.u-type__orange{
	background-color:#EAAC2F;
}
.nya-step-content{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	align-items:baseline;
	margin-left:5px;
}
@media screen and (min-width: 560px) {
	.nya-step-content{
		margin-left:0px;
	}
}
.p-origin__inner{
	background-color:#F1F1F7;
	padding:55px 0px;
}
/***流れおわり***/
/***アニメーション***/
.fadein {
    opacity: 0;
    transition: opacity 1.4s, transform 0.8s;
    transform: translateY(20px); /* 最初の位置を下にずらす */
}

.fadein.scrollin {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻す */
}
/***アニメーションおわり***/