@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');

.description_bg {
    background-image: url(/images/lp_unsoul_2/alert_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 10px 50px;
}

.description_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    max-width: 1000px;
    margin: auto;
}

.description_image {
    max-width: 100px;
    margin-right: 20px;
    min-width: 80px;
}

.description_text {
    font-size: 10px;
    line-height: 1.3;
}

.description_text-title {
    font-size: 16px;
    line-height: 1.5;
}

.description_text-title span {
    background: linear-gradient(transparent 50%, #ffff7f 50%);
}

.youtube_movie {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.unsoul_video {
    margin: 30px 0 70px;
}

.unsoul_video p {
    text-align: center;
    margin-bottom: 3px;
}

.video_wrap {
    position: relative;
}

.video_wrap video {
    width: 100%;
}

.video_wrap .play-btn {
    display: block;
    width: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.video_wrap .play-btn.playActive {
    display:none;
}

@media screen and (max-width: 600px) {
    .description_anchor a {
        margin: 0 15px 0 30px;
        font-size: 12px;
    }
    .description_text-title {
        font-size: 14px;
    }
}

/*=============================
    メインビジュアル
=============================*/
.mainvisual {
    background-image: url(/images/lp_unsoul_2/mainvisual_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 410px;
}

.mainvisual_bg {
    background-image: url(/images/lp_unsoul_2/alert_bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0 30px;
}

.mainvisual_content {
    max-width: 800px;
    margin: auto;
}

.mainvisual_wrap {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    min-height: 410px;
}

h1.mainvisual_logo {
    text-align: center;
    margin-bottom: 20px;
    line-height: 0;
}

h1.mainvisual_logo img {
    width: 300px;
    margin-bottom: 20px;
}

h1.mainvisual_logo span {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 5px;
}

.mainvisual_image {
    width: 360px;
    position: absolute;
    right: -80px;
    bottom: -40px;
}

.mainvisual_text p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.mainvisual_text p span {
    color: #1D50A2;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 2px;
}

.mainvisual_text p span.mainvisual_small {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    letter-spacing: -2px;
}

.mainvisual_text p span span {
    font-weight: 400;
}

.mainvisual_text p span.mainvisual_bold {
    font-weight: 700;
    color: #000;
    font-family: 'Petit Formal Script', cursive;
}

.mainvisual_text p.mainvisual_text-title {
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
}

@media screen and (max-width: 980px) {
    main {
        margin-top: 60px;
    }
    .mainvisual_content {
        width: 100%;
        max-height: 80vh;
        justify-content: center;
    }
    .mainvisual_content-image {
        max-width: 270px;
    }
    h1.mainvisual_logo img {
        width: 280px;
    }
    .mainvisual_content p {
        font-size: 28px;
    }
    .mainvisual_content p span {
        font-size: 36px;
    }
    .mainvisual_content p span.mainvisual_small {
        font-size: 26px;
    }
    .mainvisual_image {
        right: 0;
        width: 350px;
    }
    .mainvisual_wrap {
        justify-content: flex-start;
        align-items: center;
    }
}

@media screen and (max-width: 800px) {
    .mainvisual {
        background-position: 30%;
    }
    .mainvisual_bg {
        background-position: inherit;
        padding: 0 10px;
    }
    .mainvisual_wrap {
        justify-content: center;
        align-items: flex-start;
        padding-top: 30px;
        min-height: 500px;
    }
    .mainvisual_text p {
        margin-bottom: 10px;
    }
    h1.mainvisual_logo img {
        width: 200px;
        margin-bottom: 15px;
    }
    h1.mainvisual_logo span {
        font-size: 30px;
    }
    .mainvisual_text p.mainvisual_text-title {
        font-size: 16px;
        text-align: center;
    }
    .mainvisual_image {
        bottom: -50px;
        width: 250px;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 450px) {
    .mainvisual_content p span {
        font-size: 30px;
    }
    .mainvisual_content p {
        font-size: 24px;
    }
    .mainvisual_content p span.mainvisual_small {
        font-size: 22px;
    }
}

/*=============================
    配車管理機能　運送YEAH!
=============================*/
.unsoulLP_section.haishaSystem h2.section_title {
    margin-top: 0;
}

.unsoulLP_section.haishaSystem {
    padding: 50px 0 0;
}

.haishaSystem .unsoulLP_content {
    margin: -100px auto 0;
    padding-top: 100px;
}

.haishaSystem_content h2::after {
    top: 125%;
}

.haishaSystem_wrap {
    background: transparent linear-gradient(0deg, #E6EEF6 70%, #F4F7FB 100%) 0% 0% no-repeat padding-box;
    padding: 30px 20px 70px;
}

.haishaSystem_text {
    line-height: 1.5;
}

.haishaSystem_inner {
    background: #fff;
    padding: 50px 50px 30px;
    max-width: 1000px;
    margin: auto;
}

.haishaSystem_inner h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 30px;
}

.haishaSystem_inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.haishaSystem_inner-wrap {
    width: 30%;
    margin: 10px 10px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.haishaSystem_inner-icon {
    max-width: 150px;
    margin: auto;
    flex-grow: 1;
}

.haishaSystem_inner span {
    background: linear-gradient(transparent 50%, #ffff7f 50%);
}

.haishaSystem_step {
    margin-bottom: 60px;
}

.haishaSystem_step h4 {
    color: #172A88;
    font-size: 20px;
    border: 3px solid #172A88;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.haishaSystem_step p {
    margin: 5px 0;
    line-height: 1.3;
}

.haishaSystem_step p span {
    background: none;
    text-decoration: underline;
    font-weight: bold;
}

.haishaSystem_step-note {
    color: #ff0000;
    font-weight: bold;
}

.haishaSystem_release {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 5px;
}

.haishaSystem p.description_text-title span {
    font-size: 12px;
    background: none;
}

.haishaSystem_wrap h5 {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #172A88;
    padding: 0 10px;
    border-left: 4px solid #172A88;
}

@media screen and (max-width: 600px) {
    .haishaSystem_inner {
        padding: 30px 15px 15px;
    }
}

/*=============================
    請求書作成
=============================*/
.invoice_content {
    margin: -80px auto 0;
    padding-top: 80px;
}

.invoice_inner {
    padding: 15px 10px 0;
    max-width: 1000px;
    margin: auto;
}

.invoice_inner h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}

.invoice_inner h3 span {
    background: linear-gradient(transparent 50%, #ffff7f 50%);
}

.invoice_flex {
    display: flex;
    justify-content: center;
}

.invoice_image {
    max-width: 370px;
}

.invoice_info {
    margin-left: 70px;
}

.invoice_info-balloon {
    border: 4px solid #F3890E;
    border-radius: 10px;
    padding: 20px;
    max-width: 600px;
    line-height: 1.3;
    position: relative;
}

.invoice_info-balloon::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 50px solid #F3890E;
    border-left: 0;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.invoice_info-box {
    margin: 30px auto 0;
    background: #E5EEFF;
    padding: 0 0 20px;
    max-width: 600px;
}

.invoice_info-title {
    background: #1A52C2;
}

.invoice_info-title p {
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
}

.invoice_info-title p span {
    color: #FFFF7F;
}

.invoice_info-box ul {
    margin: 15px 50px;
    line-height: 1.3;
}

.invoice_info-box ul li {
    list-style-type: disc;
    font-weight: bold;
}

.invoice_info-highlight {
    text-align: center;
}

.invoice_info-highlight p {
    color: #FFFF7F;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #3680EF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
}

@media screen and (max-width: 980px) {
    .invoice_flex {
        display: block;
    }
    .invoice_image {
        margin: 20px auto 50px;
    }
    .invoice_info {
        margin-left: 0;
    }
    .invoice_info-balloon {
        margin: auto;
    }
    .invoice_info-balloon::before {
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-bottom: 50px solid #F3890E;
        border-top: 0;
        top: -50px;
        left: 50%;
        transform: translateX(-130px);
    }
}

@media screen and (max-width: 600px) {
    .invoice_info-title p {
        font-size: 16px;
    }
    .invoice_info-highlight p {
        font-size: 16px;
    }
}

@media screen and (max-width: 429px) {
    .invoice_info-balloon {
        font-size: 14px;
    }
    .invoice_info-box ul {
        margin: 15px 35px;
    }
}

/*=============================
    スマホで勤怠
=============================*/
.unsoulLP_section.probe h2.section_title {
    margin-top: 0;
}

.probe .unsoulLP_content {
    margin: -80px auto 0;
    padding-top: 150px;
}

.probe_note {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 5px;
}

.probe_inner {
    padding: 15px 10px 10px;
    max-width: 1000px;
    margin: auto;
}

.probe p.description_text-title span {
    font-size: 12px;
    background: none;
}

.probe_flex {
    display: flex;
    justify-content: center;
}

.probe_container {
    margin: 0 10px;
    background: #E5EEFF;
    padding: 0;
    width: 33.33%;
    display: flex;
    flex-direction: column;
}

.probe_container h3 {
    background: #1A52C2;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.probe_container ul {
    margin: 10px 15px;
    padding-left: 20px;
    line-height: 1.3;
    flex-grow: 1;
}

.probe_container ul li {
    list-style-type: disclosure-closed;
    font-weight: bold;
}

.probe_container ul li span {
    color: #ff0000;
}

.probe_content-image {
    width: 80%;
    margin: 0 auto 10px;
    box-shadow: 5px 5px 3px 0 #0000002b
}

.probe_info {
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #3680EF;
    padding: 10px 0;
    display: inline-block;
    border-radius: 4px;
    width: 80%;
    margin: 5px auto 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.probe_info-2 {
    background: #172A88;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.probe_info-2 p {
    padding: 5px 0;
}

.probe_info-3 {
    padding: 0 25px 10px;
}

.probe_highlight {
    color: #FFFF7F;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    .probe_flex {
        display: block;
    }
    .probe_container {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 600px) {
    .probe .unsoulLP_content {
        margin: -60px auto 0;
        padding-top: 110px;
    }
}

/*=============================
    動画でわかる運SOUL(動画2つ)
=============================*/
.movie_item {
    width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 600px) {
    .movie_item {
        width: 100%;
        max-width: 100%;
    }
}

/*=============================
    運SOULで常識が変わる
=============================*/
.concept {
    padding: 50px 10px;
}

.concept_content {
    max-width: 1000px;
    margin: auto;
}

.concept_title h4  {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.concept_title h2 img {
    width: 160px;
}

.concept_title p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.concept_title p span {
    color: #1D50A2;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 2px;
}

.concept_title p span.mainvisual_small {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    letter-spacing: -2px;
}

.concept_title p span span {
    font-weight: 400;
}

.concept_title p span.mainvisual_bold {
    font-weight: 700;
    color: #333;
    font-family: 'Petit Formal Script', cursive;
}

.concept_title p.mainvisual_text-title {
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
}

.concept_image {
    margin: 0 30px;
}

@media screen and (max-width: 980px) {
    .about_image-pc {
        display: none;
    }
}

@media (min-width:981px) {
    .about_image-sp {
        display: none;
    }
}