@charset "utf-8";

html {
font-size: 62.5%;
}
body {
font-family:'Lato','Noto Sans JP',"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
line-height: 1.75;
box-sizing: border-box;
scroll-behavior: smooth;
}
img {
width: 100%;
height: auto;
vertical-align: bottom;
}
:root {
--text-color:#482607;
--main-color:#FF7A59;
--accent-color:#5993FF;
--bg-color:#FFF;
--font-size-sec-ttl:40px;
--font-size-ttl:24px;
--font-size-normal:16px;
--font-size-small:14px;
}
.mv_header {
width: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 100;
line-height: 1;
} 
.col {
display: flex;
align-items: center;
justify-content: space-between;
}
.mv_header-inner {
width: 100%;
padding: 18px 24px;
background-color: var(--bg-color);
}
.gnav {
font-size: var(--font-size-normal);
color: var(--text-color);
font-weight: 700;
}
.gnav_list {
display: flex;
align-items: center;
}
.gnav_listItem {
margin-left: 16px;
}
.mv_logo img {
max-width: 220px;
}
.mv_2 {
padding-top: 84px;
}
.mv_achieve {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
max-width: 1150px;
margin: 0 auto;
}
.mv_inner{
padding-top: 45px;
background: url(//ageru-career.com/wp-content/themes/ageru-career-media/lp2/assets/img/mv_bg.png) no-repeat ;
background-size: cover;
}
.fv_btn {
position: absolute;
top: 80%;
left: 45%;
}
.strength {
padding: 70px 56px;
} 
.strength_ttl {
max-width: 574px;
margin: 0 auto 110px ;
}
.strength_list {
width: 100%;
max-width: 1090px;
margin: 0 auto;
}
.strength_listItem {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 100px;
}
.strength_listItem:nth-of-type(2) {
position: relative;
}
.strength_listItem img {
max-width: 465px;
}
.strength_txtBpx {
width: 48%;
max-width:600px;
margin-right: 32px;
font-size: var(--font-size-normal);
color: var(--text-color);
}
.strength_txtBpx p {
margin-top: 12px;
}
.strength_sub-ttl {
font-size: 34px;
line-height: 1.35;
color: var(--main-color);
font-weight: 700;
}
.strength_sub-ttl  span{
font-size: 40px;
color: var(--accent-color);
}
.nav_cta_btn {
position: relative;
display: block;
border-radius: 60px;
text-align: center;
box-shadow: 0 2px 6px rgba(125,55,4,0.26);
line-height: 1.4;
font-weight: 700;
letter-spacing: 0.08em;
padding: 14px;
font-size: 1.5rem;
background-color: #F73F42;
color: var(--bg-color);
}
.cta_btn {
width: 100%;
max-width: 400px;
margin: 0 auto;
}
.cta_btn_txt {
display: block;
position: relative;
z-index: 2;
width: max-content;
margin: 0 auto -13px;
background-color: var(--bg-color);
border-radius: 30px;
line-height: 1;
letter-spacing: 0.05em;
font-weight: 700;
padding: 10px 34px;
border: 2px solid #333;
color: #F73F42;
font-size: var(--font-size-small);
}
.cta_btn_txt span {
color: #333;
}
.cta_btn a {
position: relative;
display: block;
border-radius: 60px;
text-align: center;
box-shadow: 0 2px 6px rgba(125,55,4,0.26);
line-height: 1.4;
font-weight: 700;
letter-spacing: 0.08em;
padding: 30px 80px;
font-size: 1.8rem;
background-color: #F73F42;
color: var(--bg-color);
transition: 0.5s;
}
.cta_btn a:hover{
background-color: #eb262a;
transition: 0.5s;
}
.achieve {
width: 100%;
max-width: 760px;
margin: 24px auto 96px auto;
}
.worrie {
padding-bottom: 56px;
}
.ttl_worrie {
text-align: center;
}
.ttl_worrie p {
font-size:var(--font-size-sec-ttl);
color: var(--text-color);
font-weight: 700;
letter-spacing: 0.1em;
}
.ttl_worrie h2 {
font-size:var(--font-size-sec-ttl);
color: var(--text-color);
font-weight: 700;
letter-spacing: 0.1em;
}
.ttl_worrie span {
position: relative;
display: inline-block;
color: var(--text-color);
font-size: var(--font-size-ttl);
letter-spacing: 0.2em;
margin: 0 auto;
font-weight: 600;
}
.ttl_worrie span::after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 3px;
background-color: #482607;
border-radius: 10px;
}
.worrie_list {
margin-top: 46px;
display: flex; 
justify-content: space-between;
width: 100%;
max-width: 1072px;
}
.worrie_listItem {
width: 32%;
max-width: 336px;
line-height: 1.6;
text-align: center;
}
.worrie_listItem img {
position: relative;
max-width: 118px;
margin-top: 30px;
}
.worrie_txt {
padding: 25px 0;
background-color: #EEF4FF;
border-radius: 16px;
color: var(--text-color);
font-size: var(--font-size-small);
font-weight: 700;
display: flex;
justify-content: center;
align-items: end;
}
.worrie_ball {
position: relative;
}
.worrie_ball::after {
content: "";
position: absolute;
top: 80px;
left: 160px;
display: block;
width: 50px;
height: 50px;
background: url(//ageru-career.com/wp-content/themes/ageru-career-media/lp2/assets/img/worrie_ball.png) no-repeat top right / contain ;
}
.worrie_txt span {
color: var(--accent-color);
}
.solution {
position: relative;
padding: 106px 0 65px 0 ;
background-color: #FFB27C;
}
.solution::before {
content: "";
position: absolute;
top: -1px;
left: 50%;
transform: translateX(-50%);
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 65px 225px 0 225px;
border-color: #fff transparent transparent transparent;
}
.solution_ttl {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 16px;
}
.solution_ttl img {
max-width: 365px;
}
.solution_ttl p {
margin: 16px 0 0 4px;
color: var(--bg-color);
font-size: 28px;
font-weight: 700;
letter-spacing: 0.02em;
}
.solution_ttl span {
font-size: 24px;
}
.solution_txt {
width: 100%;
max-width: 800px;
margin: 0 auto 20px auto; 
text-align: center;
}
.solution_txt p {
display: inline-block;
font-size: 32px;
text-align: center;
padding: 10px 16px;
color: #333;
text-align: center;
background-color: var(--bg-color);
font-weight: 700;
margin-bottom: 16px;
border-radius: 8px;
}
.sec_ttl {
text-align: center;
color: var(--text-color);
font-size: var(--font-size-sec-ttl);
font-weight: bold;
line-height: 1.1;
}
.sec_ttl span{
color: var(--text-color);
font-size: 16px;
}
.sec_inner {
width: 100%;
max-width: 1150px;
padding: 0 30px;
margin: 0 auto ;
}
.faq_list {
position: relative;
z-index: 2;
width: 100%;
padding: 4%;
border-radius: 20px;
background-color: var(--bg-color);
box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
font-size: var(--font-size-small);
font-weight: 400;
}
.faq_listItem {
width: 100%;
margin-top: 32px;
color: var(--text-color);
background-color: var(--main-color);
border: 2px solid #FF7A59;
border-radius: 24px;
}
.faq_listItem:first-child{
margin-top: 0;
}
.faq_listItem dd {
background-color: var(--bg-color);
padding: 20px;
border-radius: 0 0 24px 24px; 
}
.faq-q {
font-weight: 700;
padding: 24px; 
color: var(--bg-color);
}
.faq-q::before {
content: "Q";
display: inline-block;
font-size: 24px;
padding-right: 16px;
}
.flow_2 {
padding: 70px 0;
background-color: #FFFEFA;
}
.flow_list {
width: 100%;
max-width: 848px;
margin: 0 auto;
counter-reset: number;
}
.flow_listItem {
position: relative;
z-index: 5;
display: flex;
justify-content: center;
align-items: flex-start;
margin-top: 52px;
}
.flow_listItem:nth-last-of-type(n+2):before {
content: "";
position: absolute;
bottom: -15%;
left: 37px;
z-index: 1;
display: block;
width: 0;
height: calc(100% - 78px - 20px);
border-right: 2px dotted #3C2C25;
}
.step {
margin-right: 24px;
}
.flow_listItem .step::before {
counter-increment: number 1;
content: "STEP " counter(number, decimal-leading-zero);
display: block;
font-size: 1.3rem;
font-weight: 700;
color: var(--main-color);
text-align: center;
}
.step-icon {
display: flex;
justify-content: center;
align-items: center;
width: 64px;
height: 64px;
background-color: var(--main-color);
border-radius: 50%;
box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
}
.step-icon img{
width: 100%;
max-width: 35px;
}
.flow_listItem_content{
width: calc(100% - 78px);
}
.flow_list_ttl {
color: var(--text-color);
font-weight: 600;
font-size: var(--font-size-ttl);
margin-bottom: 8px;
}
.flow_list_txtBox {
font-size: var(--font-size-small);
padding: 20px 16px;
background-color: #F7F5F0;
border-radius: 16px;
box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
}
.voice_2 {
padding: 35px 0 70px 0;
background-color: #FFB27C
}
.voice_list {
width: 100%;
max-width: 1250px;
display: flex;
gap: 24px;
justify-content: center;
align-items: center;
margin: 0 auto;
margin-bottom: 72px;
margin-top: 48px;
}
.voice_listItem img {
max-width: 350px;
}
.faq {
padding: 70px 0;
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/lp2/assets//img/faq_bg.png);
}
.faq p {
text-align: center;
color: var(--text-color);
font-size: var(--font-size-normal);
letter-spacing: .1em;
margin-top: 32px;
margin-bottom: 32px;
}
.footer {
padding: 35px 30px 16px 30px;
background-color: #F5F5F5;
}
.footer_logo {
width: 100%;
max-width: 255px;
margin: 0 auto;
margin-bottom: 40px;
}
.company_content {
margin-bottom: 16px;
}
.footer_inner {
width: 100%;
max-width: 450px;
margin: 0 auto;
}
.company_list dt {
min-width: 100px;
font-size: 1.5rem;
color: #000;
font-weight: 700;
}
.company_list dd {
font-size: 1.5rem;
font-size: 400;
}
.company_block {
display: flex;
padding: 15px 0;
border-bottom: 2px solid #AEAEAE;
}
.company_block:first-child{
padding: 0 0 15px 0;
}
.footer__copy {
text-align: center;
font-size: 12px;
color: #262262;
opacity: 0.5;
}
.front-page .contact::before {
display: none;
}
.front-page .contact {
padding: 70px 0;
}
.footer::before {
display: none;
}
.form__btn {
text-align: center;
}
.sp_block { 
display: none;
}
@media not all and (min-width:1150px){
.fv_btn {
top: 80%;
left: 45%;
}
}
@media not all and (min-width:900px){
.fv_btn {
}
.cta_btn {
width: 100%;
max-width: 360px;
margin: 0 auto;
}
.cta_btn_txt {
display: block;
position: relative;
z-index: 2;
width: max-content;
margin: 0 auto -13px;
background-color: var(--bg-color);
border-radius: 30px;
line-height: 1;
letter-spacing: 0.05em;
font-weight: 700;
padding: 8px 17px;
border: 2px solid #333;
color: #F73F42;
font-size: var(--font-size-small);
}
.cta_btn a {
position: relative;
display: block;
border-radius: 60px;
text-align: center;
box-shadow: 0 2px 6px rgba(125,55,4,0.26);
line-height: 1.4;
font-weight: 700;
letter-spacing: 0.08em;
padding: 20px 40px;
font-size: 1.8rem;
background-color: #F73F42;
color: var(--bg-color);
}
}
@media not all and (min-width:768px){
.sec_inner {
width: 100%;
max-width: 1150px;
padding: 0 30px;
margin: 0 auto ;
}
.ttl_worrie h2 {
font-size: 32px;
}
.ttl_worrie span {
font-size: 18px;
} 
.achieve {
padding:  0 30px;
}
.solution {
padding: 106px 30px 65px;
}
.solution_ttl {
display: block;
justify-content: center;
align-items: center;
margin-bottom: 16px;
text-align: center;
}
.solution_ttl p {
line-height: 1.2;
}
.solution_txt {
margin-top: 16px;
}
.solution::before {
content: "";
position: absolute;
top: -1px;
left: 50%;
transform: translateX(-50%);
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 55px 195px 0 195px;
border-color: #fff transparent transparent transparent;
}
.worrie_list {
display: block; 
width: 100%;
max-width: 650px;
margin: 56px auto 0;
}
.worrie_listItem {
position: relative;
width: 80%;
max-width: 1000px;
min-width: 107px;
height: auto;
margin: 40px auto 0 0;
padding: 15px 24px;
line-height: 1.6;
text-align: center;
}
.worrie_listItem:nth-last-of-type(2) {
margin: 40px 0 0 auto;
}
.worrie_listItem img {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 25%;
max-width: 120px;
margin-top: 0px;
}
.worrie_listItem:nth-of-type(2) img {
left: 0;
}
.worrie_txt {
padding: 25px 0;
background-color: #EEF4FF;
border-radius: 16px;
color: var(--text-color);
font-size: var(--font-size-normal);
font-weight: 700;
display: flex;
justify-content: center;
align-items: end;
}
.worrie_ball {
position: relative;
}
.worrie_ball::after {
content: none;
position: absolute;
top: 80px;
left: 160px;
display: block;
width: 50px;
height: 50px;
background: url(//ageru-career.com/wp-content/themes/ageru-career-media/lp2/assets/img/worrie_ball.png) no-repeat top right / contain ;
}
.strength {
padding: 40px 32px;
} 
.strength_ttl {
max-width: 480px;
margin: 0 auto 48px ;
}
.strength_list {
width: 100%;
max-width: 1090px;
margin: 0 auto;
}
.strength_listItem {
flex-direction: column;
justify-content: space-between;
align-items: center;
gap: 24px;
margin-bottom: 40px;
}
.strength_listItem:nth-of-type(2) {
position: relative;
}
.strength_listItem img {
margin-right: auto;
max-width: 600px;
text-align: center;
} .strength_listItem:last-child {
margin-bottom: 64px;
}
.strength_txtBpx {
width: 100%;
max-width: 560px;
margin-right:0px;
font-size: var(--font-size-normal);
color: var(--text-color);
}
.strength_txtBpx p {
margin-top: 12px;
}
.strength_sub-ttl {
font-size: 34px;
line-height: 1.35;
color: var(--main-color);
font-weight: 700;
}
.strength_sub-ttl  span{
font-size: 40px;
color: var(--accent-color);
}
.voice_2 {
padding: 35px 0 70px 0;
background-color: #FFB27C
}
.voice_list {
width: 100%;
max-width: 1250px;
flex-direction: column;
gap: 24px;
justify-content: center;
align-items: center;
margin: 0 auto;
margin-bottom: 72px;
}
.voice_listItem img {
max-width: 400px;
}
.top-cta-tel_sp {
display: block;
}
.sp_none {
display: none;
}
.mv_achieve .sp_none {
display: block;
}
.cta_btn1 {
margin-top: 24px;
}
.front-page .contact {
padding: 40px 30px;
}
.front-page .contact__content {
padding: 40px 0;
}
.front-page .contact__text {
margin-top: 8px;
}
.mv_inner {
padding-top: 40px;
}
.mv_achieve .fv_btn {
top: 78%;
left: 40%;
}
.mv_achieve .cta_btn {
max-width: 300px;
}
.mv_achieve .cta_btn a {
font-size: 1.5rem;
padding: 16px 24px;
}
}
@media not all and (min-width:600px){
.cta_btn_txt {
padding: 4px 12px;
font-size: 1.1rem;
}
.mv_achieve .cta_btn {
max-width: 250px;
}
}
@media not all and (min-width:450px){
.mv_achieve .sp_none {
display: none;
}
.sec_inner {
padding: 0 16px;
}
.sec_ttl {
font-size: 32px;
}
.cta_btn a {
padding: 24px 24px;
}
.cta_btn_txt {
font-size: 1.2rem;
padding: 12px 24px;
}
.mv_inner {
padding-top: 10px;
}
.achieve {
padding: 0 16px;
margin: 24px auto 48px;
}
.faq-q::before {
content: "Q";
display: inline-block;
font-size: 18px;
padding-right: 8px;
}
.ttl_worrie h2 {
font-size: 24px;
}
.ttl_worrie span {
font-size: 14px;
} 
.worrie_list {
display: block; 
width: 100%;
max-width: 650px;
margin: 32px auto 0;
}
.worrie_listItem {
position: relative;
width: 80%;
max-width: 1000px;
min-width: 107px;
height: auto;
margin: 40px auto 0 0;
padding: 15px 24px;
line-height: 1.6;
text-align: center;
}
.worrie_listItem:nth-last-of-type(2) {
margin: 40px 0 0 auto;
}
.worrie_listItem img {
position: absolute;
top: 50%;
right: -12%;
transform: translateY(-50%);
width: 25%;
max-width: 120px;
margin-top: 0px;
}
.worrie_listItem:nth-of-type(2) img {
left: -12%;
}
.worrie_txt {
padding: 20px 0;
background-color: #EEF4FF;
border-radius: 16px;
color: var(--text-color);
font-size: var(--font-size-small);
font-weight: 700;
display: flex;
justify-content: center;
align-items: end;
}
.solution {
padding: 72px 16px 56px;
}
.solution_txt {
margin-top: 24px;
}
.solution_txt p {
font-size: 18px;
}
.solution_ttl {
display: block;
justify-content: center;
align-items: center;
margin-bottom: 16px;
text-align: center;
}
.solution_ttl img {
max-width: 240px;
}
.solution_ttl p {
margin: 16px 0 0 4px;
color: var(--bg-color);
font-size: 28px;
font-weight: 700;
letter-spacing: 0.02em;
text-align: center;
line-height: 0;
}
.solution::before {
content: "";
position: absolute;
top: -1px;
left: 50%;
transform: translateX(-50%);
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 35px 165px 0 165px;
border-color: #fff transparent transparent transparent;
}
.solution_ttl span {
font-size: 24px;
}
.sp_block {
display: block;
}
.strength {
padding: 40px 16px;
}
.strength_sub-ttl {
font-size: 28px;
line-height: 1.35;
color: var(--main-color);
font-weight: 700;
}
.strength_listItem:last-child {
margin-bottom: 40px;
}
.flow_2 {
padding: 40px 0;
}
.flow_list_ttl {
font-size: 20px;
}
.flow_listItem {
margin-top: 40px;
}
.flow_list_txtBox {
padding: 16px 12px;
}
.voice_2 {
padding: 35px 0px  ;
background-color: #FFB27C
}
.voice_list {
margin-bottom: 42px;
}
.faq {
padding: 40px 0;
}
.faq_list {
padding: 12px;
}
.faq p {
font-size: var(--font-size-small);
margin-bottom: 16px;
}
.faq-q {
padding: 16px;
}
.faq_listItem dd {
padding: 16px;
}
.front-page .contact {
padding: 40px 16px;
}
.front-page .contact__content {
padding: 24px 0;
}
.footer {
padding: 35px 16px;
}
.cta_btn {
max-width: 230px;
}
.cta_btn_txt {
display: block;
position: relative;
z-index: 2;
width: max-content;
margin: 0 auto -13px;
background-color: var(--bg-color);
border-radius: 30px;
line-height: 1;
letter-spacing: 0.05em;
font-weight: 700;
padding: 8px 17px;
border: 2px solid #333;
color: #F73F42;
font-size: 10px;
}
.cta_btn a {
position: relative;
display: block;
border-radius: 60px;
text-align: center;
box-shadow: 0 2px 6px rgba(125,55,4,0.26);
line-height: 1.4;
font-weight: 700;
letter-spacing: 0.08em;
padding: 16px 14px;
font-size: 1.6rem;
background-color: #F73F42;
color: var(--bg-color);
}
}
@media not all and (min-width:375px){
.solution::before {
content: "";
position: absolute;
top: -1px;
left: 50%;
transform: translateX(-50%);
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 35px 135px 0 135px;
border-color: #fff transparent transparent transparent;
}
}