html,
body,
head,
head * { 
    margin: 0 !important;
    padding: 0 !important;
}
html {
    font-family: 'Noto Sans JP',sans-serif;
    line-height: 1.6;
    color: #333;
}
header {
    position: relative;
    width: 100%;
    height: calc(100vw * (1200 / 1920));
    background-image: url(/wp-content/themes/lightning/images/job/job-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
header .header-title,
header .header-challenge {
    width: 100%;
}
header .header-title img,
header .header-challenge img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) ;
    width: 30%;
}
.page-template-page-appli header .header-title img {
    transform: translateX(-50%) translateY(-50%) rotate(-10deg);
}
header .header-challenge img {
    top: unset;
    left: unset;
    right: 0%;
    bottom: -10%;
    transform: unset;
}
h1 {
    margin: 0 !important;
    padding: 0 !important;
}
.catch {
    padding: 5rem 1rem 5rem;
    background: #46AEDC;
    color: #fff;
}
.catch p {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
}
.catch p a {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0.8rem;
    text-align: center;
    background: #e5e74f;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    transition-duration: .4s;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.catch p a:hover {
    transform: scale(1.1);
}
.feature {

}
.feature h2 {
    padding: 3rem 1rem;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    color: #46AEDC;
}
.feature ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}
.feature ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.feature-box {
    max-width: 50%;
}
.feature-box-upper {
    padding: 1.6rem;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    background: #46AEDC;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}
.feature-box-lower {
    padding: 1.6rem;
    border: 1px solid #46AEDC;
    border-radius: 0px 0px 10px 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #46AEDC;
}
.feature-feature {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}
.feature-feature p {
    padding: 2rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #707070;
}
.day {
    padding: 0rem 1rem 5rem;
    background-color: #46AEDC;
}
.day h2 {
    padding: 2rem 0rem 0rem;
    color: #fff;
}
.day-img {
    text-align: center;
}
.day-img-content {
    width: 20%;
}
.day-box {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
}
.day-box p {
    padding: 1.6rem 0rem;
}
.day-box-img01 {
    position: absolute;
    bottom: 26%;
    right: 5%;
    z-index: 2;
}
.day-box-img02 {
    position: absolute;
    bottom: 0%;
    right: 1%;
    text-align: right;
}
.day-box-img01 img,
.day-box-img02 img {
    width: 70%;
}
.appli {
    max-width: 1000px;
    margin: 0 auto;
}
.appli h2 {
    padding: 2rem 2rem 0rem;
    color: #46AEDC;
}
.appli-img {
    text-align: center;
}
.appli-img-content {
    width: 20%;
}
.appli h3 {
    margin: 0 0.5rem;
    padding: 0.5rem;
    border-bottom: 5px solid #0E9AD8;
    background: #46AEDC;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}
.appli p {
    padding: 1.6rem;
}
.appli span {
    text-decoration: underline;
}
.appli-site-url {
    text-align: center;
}
.appli-site-url a:hover {
    opacity: 0.8;
}
.appli-site-image {
    display: block;
    margin: 0 auto;
}
.flow {
    margin-top: 3rem;
    background: #46AEDC;
}
.flow h2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 2rem 0rem;
    color: #fff;
}
.flow-img {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.flow-img-content {
    width: 20%;
}
.flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.flow ul li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    margin-right: 2.6rem;
    margin-bottom: 3rem;
    padding: 3rem 0;
    background: #fff;
}
.flow ul li:last-child {
    margin-right: 0rem;
}
.flow ul li::after {
    content: "";
    position: absolute;
    right: -2rem;
    width: 0;
    height: 0;
    border-left: 20px solid #FFEE00;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 1;
}
.flow ul li:last-child::after {
    content: unset;
}
.flow ul li p {
    color: #056CC7;
    font-weight: 700;
}
.qa {
    background: #EEEEEE;
}
.qa {
    color: #46AEDC;
}
.qa h2 {
    padding: 2rem 2rem 0rem;
}
.qa .qa-img {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.qa ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}
.qa ul li {
    margin-bottom: 2rem;
}
.qa-img-content {
    width: 26%;
}
.qa ul li h3 {
    position: relative;
    border-radius: 10px 10px 0 0;
    padding: 0.6rem 0.6rem 0.6rem 2.2rem;
    background: #46AEDC;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}
.qa ul li h3::before {
    position: absolute;
    content: "Q";
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: #FFEE00;
}
.qa ul li p {
    position: relative;
    border: 1px solid #46AEDC;
    border-radius: 0 0 10px 10px;
    padding: 0.6rem 0.6rem 0.6rem 2.2rem;
    background: #fff;
    color: #707070;
    font-size: 1.2rem;
}
.qa ul li p::before {
    position: absolute;
    content: "A";
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: #46AEDC;
    font-weight: 700;
}
footer,
footer.job-footer {
    position: unset;
    padding: 3rem 0 7rem;
    text-align: center;
    background: #004B6D;
    color: #fff;
}

.page-template-page-appli footer,
.page-template-page-appli footer.job-footer {
    background: #47220D;
}
h2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
}
.float-button__wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 1rem;
    background: rgba(255,255,255,0.9);
    z-index: 100;
}
.float-button__wrap p {
    max-width: 80%;
    margin: 0 auto;
}
.float-button__wrap p a {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0.8rem;
    text-align: center;
    background: #04B881;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    transition-duration: .4s;
}
.float-button__wrap p a:hover {
    transform: scale(1.1);
}
.page-template-page-appli header,
.page-template-page-application header {
    position: relative;
    width: 100%;
    height: 300px;
    background: #46AEDC;
}
.page-template-page-appli header {
    background: #FFA7B9;
}
.page-template-page-appli header img {
    box-shadow: 5px 5px 1px rgba(255,255,255,0.4);
}
.page-template-page-appli main,
.page-template-page-application main {
    max-width: 500px;
    margin: 0 auto;
    padding: 6rem 1rem 10rem;
}
.page-template-page-application {
    background: #eee;
}
.page-template-page-appli {
    background: #fff;
}
.page-template-page-appli h2,
.page-template-page-application h2 {
    color: #056CC7;
    background-color: unset;
    border: unset;
    font-size: 3rem;
}
.page-template-page-appli h2 {
    color: #47220D;
}
.page-template-page-appli p,
.page-template-page-application p {
    margin: 0.6rem;
}
.page-template-page-appli .error,
.page-template-page-application .error {
    color: #b00;
}
span.sub {
    display: block;
    padding: 1rem 1rem 0.5rem 0;
    font-weight: 700;
    color: #46AEDC;
}
.page-template-page-appli span.sub {
    color: #47220D;
}
input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.42857143;
}
.mwform-tel-field {
    display: flex;
    justify-content: space-between;
}
.mwform-tel-field input {
    width: 30%;
}
.mwform-file-delete {
    display: none;
}
[type=button], [type=reset], [type=submit], button, .btn-primary {
    height: 70px;
    border: 1px solid #00a572;
    background: #04B881;
    color: #fff;
    font-size: 1.6rem;
}
.page-template-page-appli [type=button], [type=reset], [type=submit], button, .btn-primary {
    border: 1px solid #73B073;
    background: #73B073;
}
input[type='submit'].btn-primary {
    transition-duration: .4s;
    font-size: 2rem;
    font-weight: 700;
}
.btn-primary:hover {
    border: 1px solid #00a572;
    background: #04B881;
    transform: scale(1.1);
}
.page-template-page-appli .btn-primary:hover {
    border: 1px solid #73B073;
    background: #73B073;
}
.job-form-return {
    max-width: 80%;
    margin: 0 auto !important;
}
.job-form-return a {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0.8rem;
    text-align: center;
    background: #04B881;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    transition-duration: .4s;
}
.page-template-page-appli .job-form-return a {
    background: #73B073;
}
@media only screen and (max-width: 767px) {
    .br-none {
        display: none;
    }
    img {
        max-width: 100%;
    }
    header .header-title img {
        width: 50%;
    }
    .page-template-page-appli header .header-title img {
        width: 90%;
    }
    .catch {
        padding: 2rem 1rem 2rem;
    }
    .catch p {
        font-size: 1rem;
    }
    .appli iframe {
        width: 100%;
        height: 400px;
        padding: 0 1rem;
    }
    .feature h2 {
        padding: 3rem 1rem 0rem;
        font-size: 1.6rem;
    }
    .feature ul {
        padding-top: 0rem;
    }
    .feature ul li:nth-child(2) {
        flex-wrap: wrap-reverse;
    }
    .feature-box {
        width: 100%;
        max-width: 100%;
    }
    .feature-feature p {
        padding: 2rem 0;
        font-size: 1.2rem;
    }
    .day-box-img01,
    .day-box-img02 {
        position: unset;
        text-align: center;
    }
    .flow ul li {
        width: 90%;
        height: auto;
        min-height: 85px;
        margin-right: unset;
        padding: 1rem;
    }
    .flow ul li::after {
        right: unset;
        bottom: -2rem;
        left: 50%;
        transform: translateX(-50%);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 20px solid #FFEE00;
        border-bottom: unset;
    }
    .flow ul li p {
        width: 100%;
        text-align: center;
    }
    .flow ul li span {
        display: block;
    }
    .day-img-content {
        width: 40%;
    }
    .qa-img-content {
        width: 50%;
    }
}