@charset "utf-8";


/* ==================================================================
    ideal.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents section .lv3.title._l {
    margin-bottom: 30px;
}
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contents .buttonStyle.light-blue {
    max-width: 348px;
    margin: 60px auto 0;
}
    .contents .buttonStyle.light-blue a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }
    .contents .buttonStyle.light-blue a:hover {
        opacity: 1;
    }

/* --------------------------------
   □  accent
-------------------------------- */
#ideal .accent {
    background-image: url(../../images/ideal/accent_pc.jpg);
}
#ideal .accent .heading {
    text-transform: capitalize;
    margin-bottom: 20px;
}
    #ideal .accent .heading .logo {
        margin-bottom: 80px;
    }

/* --------------------------------
   □  intro
-------------------------------- */
#intro .inner {
    max-width: 988px;
    margin: auto;
}
#intro .lv4 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 25px;
}
#intro p.text {
    margin-bottom: 0;
}

/* ◆ acd-check
---------------------------- */
#intro .acd-check {
    display: none
}
#intro .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
#intro .acd-label {
    max-width: 348px;
    width: 100%;
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 17px 32px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    color: #002C6E;
    background-color: #fff;
    border: 1px solid #002C6E;
    border-radius: 40px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    transition: all 300ms 0s ease;
    margin: 30px auto 0;
    cursor: pointer;
}
    #intro .acd-label:hover{
            opacity: 0.7;
        }
#intro .acd-content {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    margin-left: -1em;
}
#intro .acd-content .boxArea {
    padding: 50px 4%;
    margin: auto;
}
#intro .acd-content .boxArea ul li {
    font-size: 1.5rem;;
    padding-right: 1em;
    margin-bottom: 5px;
}

/* --------------------------------
   □  about
-------------------------------- */
#about .inner:not(:first-of-type) {
    padding-top: 100px;
}
#about .inner:not(:last-of-type) {
    padding-bottom: 100px;
    border-bottom: 1px solid #CFCFCF;
}
#about .flexbox.col2 figure {
    width: 52%;
}
#about .flexbox.col2 .txtArea {
    width: 42%;
}
#about ul.list {
    margin-top: 60px;
}
#about ul.list li dd.lv4 {
    font-size: 2rem;
    margin-bottom: 0;
}
#about .movie {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    z-index: 9;
}
    #about .movie video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* --------------------------------
   □  report
-------------------------------- */

/* --------------------------------
   □  linkbtn
-------------------------------- */
#linkbtn {
    padding-top: 100px;
}


@media (max-width: 1600px) and (min-width: 768px) {
}


@media (max-width: 1400px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
}


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


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }

    .contents .buttonStyle.light-blue {
        max-width: 280px;
        margin-top: 30px;
    }
        .contents .buttonStyle.light-blue a {
            font-size: 1.4rem;
            padding: 12px;
        }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #ideal .accent {
        background-image: url(../../images/ideal/accent_sp.jpg);
    }
    #ideal .accent .txtArea {
        position: absolute;
        top: 4%;
        right: 4%;
        transform: none;
        -webkit-transform: none;
    }
        #ideal .accent .logo {
            zoom: 0.4;
            margin-bottom: 50px;
        }

    /* --------------------------------
       □  intro
    -------------------------------- */
    #intro .acd-check:checked + .acd-label + .acd-content {
        margin-top: 20px;
    }
    #intro .acd-content .boxArea {
        padding: 30px 4%;
    }
    #intro .acd-content .boxArea ul li {
        font-size: 1.4rem;;
    }

    /* --------------------------------
       □  about
    -------------------------------- */
    #about .inner:not(:first-of-type) {
        padding-top: 60px;
    }
    #about .inner:not(:last-of-type) {
        padding-bottom: 60px;
    }
    #about .flexbox.col2 .txtArea {
            margin-bottom: 20px;
    }
    #about ul.list {
        margin-top: 30px;
    }
    #about ul.list li {
        width: 48%;
    }
        #about ul.list li dd.lv4 {
            font-size: 1.8rem;
        }
        #about ul.list li dd.text._s {
            font-size: 1.3rem;
            line-height: 1.5;
            margin-bottom: 0;
        }
    #about .movie {
        width: 100%;
        height: auto;
        padding-top: 124%;
    }

    /* --------------------------------
       □  report
    -------------------------------- */

    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn {
        padding-top: 60px;
    }

}