@charset "utf-8";

:root {
--text-color:#4a7fff;
}
html {
font-size: 62.5%;
}
body {
font-family:'Lato','Noto Sans JP',"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
box-sizing: border-box;
scroll-behavior: smooth;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}
img {
width: 100%;
height: auto;
vertical-align: bottom;
}
@media not all and (min-width:768px){
}
@media not all and (min-width:600px){
}
@media not all and (min-width:450px){
}
@media not all and (min-width:375px){
} .l-stepform {
max-width: 852px;
background: #fff;
margin: 0 auto;
padding-bottom: 55px;
border-radius: 30px;
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.l-stepform__title,
.l-stepform .l-stepform__title02,
.l-stepform .l-stepform__title03,
.l-stepform .l-stepform__title04  {
color: #fff;
font-size: 17px;
font-weight: bold;
text-align: center;
padding: 15px 0 10px;
background: linear-gradient(-65deg, #d42f6e 60%, #dd416d 0);
position: relative;
border-radius: 30px 30px 0 0;
letter-spacing: 2px;
}
.l-stepform .l-stepform__title02,
.l-stepform .l-stepform__title03,
.l-stepform .l-stepform__title04 {
padding: 25px 0 20px;
}
.l-stepform .l-stepform__title h2 {
font-size: 2rem;
font-weight: 800;
display: flex;
justify-content: center;
align-items: center;
}
.l-stepform .l-stepform__title h2 {
font-size: 42px;
}
.l-stepform .l-stepform__title02 h2,
.l-stepform .l-stepform__title04 h2 {
font-size: 32px;
font-weight: 700;
text-align: left;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.l-stepform .l-stepform__title02 h2 span,
.l-stepform .l-stepform__title04 h2 span {
font-weight: bold;
}
.l-stepform .l-stepform__stepTitle {
position: relative;
background-color: #DEDEDE;
color: #333333;
font-size: 24px;
font-weight: 400;
text-align: center;
padding: 12px 0;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.l-stepform .l-stepform__stepTitle span {
font-weight: bold
}
.l-stepform .l-stepform__stepTitle p {
display: inline-block;
margin-bottom: 0;
}
.l-stepform .l-stepform__stepTitle .l-stepform__stepNumber {
position: absolute;
left: 108px;
font-weight: 700;
} .l-stepform__formarea .l-stepform__formareaInput,
.l-stepform__formarea .l-stepform__formareaInput-2,
.l-stepform__formarea .l-stepform__formareaInput03 {
position: relative;
width: 100%;
max-width: 800px;
margin:  32px auto ;
}
.l-stepform__formarea .l-stepform__formareaInput02 {
position: relative;
width: 100%;
max-width: 800px;
margin:  20px auto;
} .l-stepform__formarea .l-stepform__formareaInput span.wpcf7-list-item-label {
display: inline-block;
border: 1px solid var(--text-color);
width: 300px;
height: auto;
line-height: 60px;
text-align: center;
color: var(--text-color);
font-size: 20px;
font-weight: bold;
cursor: pointer;
border-radius: 5px;
transition: .3s;
}
.l-stepform__formarea .l-stepform__formareaInput02 span.wpcf7-list-item-label,
.l-stepform__formarea .l-stepform__formareaInput-2 span.wpcf7-list-item-label {
display: inline-block;
border: 1px solid var(--text-color);
width: 200px;
height: auto;
line-height: 60px;
text-align: center;
color: var(--text-color);
font-size: 20px;
font-weight: bold;
cursor: pointer;
border-radius: 5px;
transition: .3s;
} .l-stepform__formarea .l-stepform__formareaInput .wpcf7-form-control,
.l-stepform__formarea .l-stepform__formareaInput02 .wpcf7-form-control,
.l-stepform__formarea .l-stepform__formareaInput-2 .wpcf7-form-control {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 12px;
} .wpcf7-spinner {
display: none;
visibility: hidden;
} .wpcf7 form .wpcf7-response-output {
width: 100%;
max-width: 380px;
margin: 0 auto;
padding: 3px;
text-align: center;
color: #F73F42;
font-weight:500;
margin-top: 16px;
}
.wpcf7-list-item {
margin: 0 0 0 0;
} .l-stepform .l-stepform__submitWrap {
position: relative;
margin-bottom: 35px;
}
.l-stepform .l-stepform__submitWrap .l-stepform__return {
position: absolute;
left: 68px;
top: -10px;
}
.l-stepform .l-stepform__submitWrap .l-stepform__submit {
position: absolute;
right: 68px;
top: -10px;
}
.l-stepform__formarea .l-stepform__formareaInput label input[type="radio"]:checked + span,
.l-stepform__formarea .l-stepform__formareaInput02 label input[type="radio"]:checked + span,
.l-stepform__formarea .l-stepform__formareaInput-2 label input[type="radio"]:checked + span{
background: var(--text-color);
color: #fff; 
}
.l-stepform__formarea .l-stepform__formareaInput label span:hover,
.l-stepform__formarea .l-stepform__formareaInput02 label span:hover,
.l-stepform__formarea .l-stepform__formareaInput-2 label span:hover{
color: #fff;
background-color: var(--text-color);
}
.l-stepform .l-stepform__submitWrap .l-stepform__return input[type=button] {
display: block !important;
border: none;
background-color: #DEDEDE;
border-radius: 5px;
width: 95px;
height: 45px;
transition: .3s;
font-size: 16px;
text-align: center;
font-weight: 700;
}
.l-stepform .l-stepform__submitWrap .l-stepform__submit input[type=submit] {
border: none;
color: #fff;
background-color: var(--text-color);
border-radius: 5px;
width: 95px;
height: 45px;
transition: .3s;
font-size: 16px;
text-align: center;
font-weight: 700;
}
.l-stepform__Inputarea-first {
width: 600px;
margin: 0 auto;
display: flex;
align-items: center;
}
.l-stepform__Inputarea {
width: 600px;
margin: 0 auto;
}
.l-stepform__Inputarea-first label,
.l-stepform__Inputarea label {
font-size: 14px;
font-weight: 500;
display: inline-block;
width: 110px;
margin-top: 4px;
}
.l-stepform__Inputarea-select {
position: relative;
margin-right: 8px;
}
.l-stepform__Inputarea-select::after {
content: "";
position: absolute;
top: 17px;
right: 7px;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-top: 6px solid var(--text-color);
border-bottom: 0;
}
.l-stepform__Inputarea-first select,
.l-stepform__Inputarea select {
padding: 10px;
border: 1px solid var(--text-color);
appearance: none;
width: 92px;
font-size: 15px;
}
.l-stepform__Inputarea-first input,
.l-stepform__Inputarea input {
padding: 10px;
margin-top: 16px;
width: 80%;
border: 1px solid var(--text-color);
font-size: 15px;
}
keyframes graph {
from {background-position: 100% 0}
to {background-position: 0 0}
}
.l-stepform__privacy {
width: 100%;
max-width: 360px;
margin: 20px auto 0;
text-align: center;
font-size: 16px;
}
.l-stepform__privacy a{
color: #1f6ae4;
font-weight: 600;
line-height: 1.6;
}
.l-stepform__privacy .wpcf7-list-item {
display: flex;
justify-content: center;
align-items: center;
margin: 1rem 0 0 0;
}
.l-stepform__privacy label {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
font-size: 17px;
}
.l-stepform__privacy input {
position: relative;
width: 20px;
height: 20px;
appearance: none;
background: #FFFFFF;
border: solid 2px #808080;
border-radius: 4px;
box-shadow: 0 0 0 0 transparent;
transition-duration: 0.2s;
transition-property: background-color, border, box-shadow, color;
}
.l-stepform__privacy input::before {
position: absolute;
inset: 0;
display: block;
width: 100%;
height: 100%;
content: "";
opacity: 1;
mask-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/template-parts/stepform/images/icon.svg);
mask-repeat: no-repeat;
mask-size: contain;
background-color: #FFFFFF;
transition: opacity 0.2s;
}
.l-stepform__privacy input:checked {
background: #1f6ae4;
border-color: #1f6ae4
} .grecaptcha-badge {
opacity: 0; 
}
.sp-visit {
display: none;
}
@media not all and (min-width:768px){
.l-stepform__formarea .l-stepform__formareaInput span.wpcf7-list-item-label {
width: 250px;
height: auto;
line-height: 50px;
}
.l-stepform .l-stepform__title02 h2,
.l-stepform .l-stepform__title04 h2 {
font-size: 28px;
font-weight: 700;
text-align: left;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 0;
}
.l-stepform__Inputarea {
width: 430px;
margin: 0 auto;
margin-top: 16px;
}
.l-stepform__Inputarea input {
width: 96%;
margin-top: 8px;
}
.l-stepform__Inputarea-first {
width: 430px;
margin: 0 auto;
display: block;
align-items: center;
}
.l-stepform__Inputarea-first select,
.l-stepform__Inputarea select {
padding: 10px;
border: 1px solid var(--text-color);
appearance: none;
width: 124px;
font-size: 15px;
}
}
.l-stepform__Inputarea-wrap {
display: flex;
width: 300px;
margin:0;
margin-top: 4px;
}
.l-stepform__Inputarea-first select,
.l-stepform__Inputarea select {
padding: 10px;
border: 1px solid var(--text-color);
appearance: none;
width: 150px;
font-size: 15px;
}
@media not all and (min-width:600px){
.l-stepform .l-stepform__title h2 {
font-size: 32px;
}
.l-stepform .l-stepform__stepTitle {
font-size: 20px;
}
}
@media not all and (min-width:480px){
.l-stepform .l-stepform__title h2 {
flex-direction: column;
line-height: 1.115;
font-size: 24px;
}
.l-stepform .l-stepform__stepTitle {
padding: 12px 12px;
gap: 0px;
flex-wrap: wrap;
flex-direction: column;
}
.l-stepform .l-stepform__stepTitle p  {
font-size: 22px;
}
.l-stepform .l-stepform__stepTitle span {
font-size: 20px;
}
.l-stepform__formarea .l-stepform__formareaInput span.wpcf7-list-item-label {
width: 280px;
height: auto;
line-height: 50px;
}
.l-stepform .l-stepform__submitWrap .l-stepform__submit {
right: 20px;
top: 0;
}
.l-stepform .l-stepform__submitWrap .l-stepform__return {
left: 20px;
top: 0;
}
.l-stepform .l-stepform__title02 h2,
.l-stepform .l-stepform__title04 h2 {
font-size: 23px;
font-weight: 700;
text-align: left;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
line-height: 1.3;
gap: 0;
}
.l-stepform__formarea .l-stepform__formareaInput02 span.wpcf7-list-item-label {
width: 140px;
line-height: 50px;
font-size: 15px;
}
.l-stepform .l-stepform__submitWrap .l-stepform__submit input[type=submit],
.l-stepform .l-stepform__submitWrap .l-stepform__return input[type=button]{
width: 75px;
height: 35px;
font-size: 15px;
}
.l-stepform__formarea .l-stepform__formareaInput-2 span.wpcf7-list-item-label {
width: 140px;
line-height: 50px;
font-size: 18px;
}
.sp-visit {
display: block;
}
.l-stepform__Inputarea {
width: 300px;
margin: 0 auto;
margin-top: 16px;
}
.l-stepform__Inputarea-first input,
.l-stepform__Inputarea input {
padding: 10px;
margin-top: 4px;
width: 96%;
border: 1px solid var(--text-color);
font-size: 15px;
}
.l-stepform__Inputarea-first {
width: 300px;
margin: 0 auto;
display: block;
}
.wpcf7 form.spam .wpcf7-response-output {
position: relative;
top: 35px;
}
.l-stepform__Inputarea-first select,
.l-stepform__Inputarea select {
padding: 10px;
border: 1px solid var(--text-color);
appearance: none;
width: 90px;
font-size: 15px;
}
}
.wpcf7-f317108-o1 {
width: 115px;
}
.sp_blocklast {
display: none;
}
@media not all and (min-width:375px){
.l-iframe__wrapper {
top: -35px;
}
.l-stepform .l-stepform__title h2 {
font-size: 21px;
}
.l-stepform .l-stepform__stepTitle p {
font-size: 20px;
}
.l-stepform .l-stepform__title02 h2, .l-stepform .l-stepform__title04 h2 {
font-size: 21px;
}
.l-stepform__privacy {
font-size: 14px;
text-align: center;
}
.sp_blocklast {
display: block;
}
}