/* PC */

/* 全体 */

html {
    font-size: 16px;
}

body {
    font-family: 'Roboto', sans-serif;
}

/* ナビゲーション */

.custom-nav-link {
    border-radius: 9999px !important;
    background: #1962af !important;
    color: white !important;
    margin-left: 1vh !important;
}

/* メインコンテンツ */

.home-btn .nav-link {
    background: #1962af;
    color: white !important;
    padding: 20px;
    margin-right: 100px;
}

.main-content {
    margin: 5vh 10%;
}

.main-content h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 112, 192);
    text-decoration: underline;
    margin-top: 15vh;
    font-size: 3rem;
    font-weight: bold;
}

.main-content h3 {
    font-size: 2rem;
}

.title-img {
    display: flex;
    margin-top: 5vh;
    justify-content: center;
}

.title-img img {
    width: 100%;
}

.benefits-content-desktop {
    margin-top: 5vh;
}

.benefits-title {
    display: flex;
    justify-content: center;
    gap: 5%;
}

.benefits-title h3{
   width: 30%;
   text-align: center;
}

.benefits-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin-top: 5vh;
}

.benefits-img img {
    width: 30%;
}

.benefits-description{
    display: flex;
    justify-content: center;
    gap: 5%;
    margin-top: 5vh;
}

.benefits-description h4{
    width: 30%;
}

.benefits-content-mobile {
    display: flex;
    flex-direction: column;
    gap: 7.5vh;
    margin-top: 5vh;
}

.benefits-item {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.benefits-item img {
    width: 100%;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
}

.accordion h2 {
    display: block !important;
    justify-content: initial !important;
    align-items: initial !important;
    color: initial !important;
    text-decoration: none !important;
    margin-top: initial !important;
    font-size: initial !important;
}

.step-flow {
    display: flex;
    justify-content: center;
    gap: 5%;
}

.flow-container {
    display: flex;
    justify-content: center;
}

.flow-content {
    width: 100%;
}

.flow-content > h3:nth-of-type(1) {

    margin-top: 5vh;
}

.flow-content > h3:nth-of-type(2) {
    margin-top: 10vh;
}

.step-button1 {
    margin-top: 5vh;
    font-size: 1.5rem;
    width: 45%;
}

.step-button2 {
    font-size: 1.5rem;
    width: 45%;
}

.flow-description {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.flow-description-title {
    text-align: center;
    font-size: 2.5vw;
    font-weight: bold;
    color: rgb(0, 112, 192);
    margin-top: 2vh;
}

.flow-box {
    border: 2px solid #000;
    padding: 2.5vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.flow-down-arrow {
    height: 100px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.woman-ok-gesture {
    width: 30%;
}

.busy-man-working {
    width: 30%;
}

.scanning-qr-code {
    width: 30%;
}

.business-chat {
    width: 30%;
}

.woman-notification-on-pc-img {
    width: 30%;
}

.video-call {
    width: 30%
}

.flow-description-content .flow-down-arrow{
    visibility: hidden;
}

.flow-title {
    text-align: left;
    margin-bottom: 5vh;
}

.flow-description-content {
    width: 80%;
}

.step-content {
    width: 15%;
}

.flow-description > div > p, 
.flow-description > p {
    font-size: 1.5vw;
}

.flow-description > div {
    width: 65%;
}

.step-content > div > p:nth-of-type(1) {
    font-size: 2.5vw;
}

.step-content > div > p:nth-of-type(2) {
    font-size: 1.5vw;
}

.step-content > div > p:nth-of-type(3) {
    font-size: 1.5vw;
}



.option-content-description {
    text-align: center;
    margin-top: 5vh;
    font-size: 1.5rem;
}

.option-title{
    text-align: center;
    margin-top: 10vh;
    font-size: 2.5rem;
}

.option-block{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    font-size: 1.5rem;
}

.accordion {
    margin-top: 5vh;
}

/* .option-description {
    text-align: center;
} */

.option-block > div {
    width: 50%;
}

.option-block > img {
    width: 20%;
}

.contact-background {
    width: 100%;
    height: 400px;
    background-image: url(../../img/contact-background.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 10vh;
}

.contact-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-info p {
    font-weight: bold;
    color: black;
}

.contact-form-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 auto;
    background: #1962af;
}

.contact-form-link img{
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.contact-info > p:nth-of-type(1) {
    font-size: 2rem;
}

.contact-info p:nth-of-type(2) {
    font-size: 1.5rem;
}

.contact-form-link p {
    color: white;
    margin: 5px 0;
}

/* ボタン */

/* PC用 */
@media (min-width: 1024px) {

    html {
        font-size: 16px;
    }

    .step-content .flow-box {
        padding: 15px;
    }

    .benefits-content-mobile {
        display: none;
    }

}

/* タブレット */
@media (min-width: 768px) and (max-width: 1023px) {

    html {
        font-size: 14px;
    }

    .step-content .flow-box {
        padding: 10px;
    }

    .benefits-content-mobile {
        display: none;
    }

}

/* スマートフォン */
@media (max-width: 767px) {

    html {
        font-size: 8px;
    }

    .step-content .flow-box {
        padding: 5px;
    }

    .flow-title {
        margin-bottom: 0;
    }

    .benefits-content-desktop {
        display: none;
    }

}