@charset "UTF-8";



img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #000;
    transition: transform .5s;
}

.main a:hover {
    text-decoration: underline;
    color: #000;
    transition: transform .5s;
}

p {
    text-align: left;
    line-height: 1.8;
}

p + p {
    margin-top: 1em;
}

.pc-only {
    display: inherit;
}

.contact-section {
    text-align: center;
    margin: 100px auto 0;
}

.container {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.8;
}


.label-month {
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    line-height: 1;
    background: rgb(242, 240, 236);
    ;
}

.label-month_inner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.contact-section-first {
    margin-top: 50px;
}

.contact-section-first .btn-contact-small {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #e4322b;
    letter-spacing: 0.05em;
}

.contact-section-first .btn-contact-small:hover,
.contact-section .btn-contact:hover {
    text-decoration: none;
    opacity: 0.8;
}

.content {
    margin: 0 auto;
    padding: 40px 0 100px;
    font-size: 18px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    line-height: 1.8;
}

.hero {
    margin-bottom: 3em;
}

.magazin_first {
    text-align: center;
}

.magazine-ttl {
    margin-bottom: 1em;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.magazine_lead {
    width: 620px;
    max-width: 100%;
    margin: 0 auto 3em;

}

.magazine_lead p,
.topic_txt p {
    text-align: justify;
}

.topic_txt ul {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1.5rem;
    list-style: disc;
    font-weight: 600;
}

.topic_txt dl {
    margin-top: 30px;
}

.topic_txt dt {
    font-weight: bold;
}

.topic_txt dd {
    margin-bottom: 30px;
    padding-left: 1rem;
}

.topic_txt dl .topic_fig {
    margin: 1rem auto;
}

.topic-index {
    width: 620px;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 2.5rem;
    background: #f8f6e7;

}

.topic-index_ttl {
    margin-bottom: 1.2em;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.topic-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topic-list li {
    position: relative;
    margin: 5px 0;
    padding-left: 1.3em;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    list-style-type: none;
}

.topic-list li + li {
    margin-top: 0.8em;
}

.topic-list li::before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #e4322b;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.topic {
    width: 900px;
    max-width: 100%;
    margin: 8em auto 0;
    padding-top: 1em;
}

.topic_ttl {
    position: relative;
    margin-bottom: 1.5em;
    padding-left: 1.7em;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.topic_ttl::before {
    content: '';
    display: block;
    width: 1em;
    height: 0.3em;
    background: #e4322b;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.topic_fig {
    display: inline-block;
    margin-bottom: 2em;
}

.topic_fig figcaption {
    font-size: 14px;
    color: #666;
}

.banner-consulting {
    text-align: center;
    margin: 60px auto 0;
}

.slides {
    margin-top: 100px;
}

#slider li a:hover {
    text-decoration: none;
}

#slider {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: auto;
}

#slider li {
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}

#slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slider .slider_ttl {
    margin-top: 0.8em;
    line-height: 1.5;
    font-size: 15px;

}

#slider .slider_update-date {
    margin-top: 0.5em;
    line-height: 1;
    color: #666;
    font-size: 13px;
}

#slider .slick-prev:before,
#slider .slick-next:before {
    color: black;
}

#slider .slick-prev:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(-45deg);
    float: right;
}


#slider .slick-next:before {
    content: '';
    display: block;
    left: 0px !important;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

#slider .slick-prev.slick-disabled:before,
#slider .slick-next.slick-disabled:before {
    opacity: .08;
}

#gnav li.contact a { color: #e60012;}
.contact a:before {
    color: #e60012;
    height: 4px;
    border-radius: 2px;
    margin: 0 6px 0 0;
}


#copyright {
    background: #fff;
    text-align: center;
    margin-top: 120px;
    padding: 30px 0;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.topics .topic_txt a {
    color: #000;
    text-decoration: none;
    transition: transform .5s;
}

.topics a:hover {
    text-decoration: underline;
    color: #000;
    transition: transform .5s;
}

@media only screen and (max-width: 1100px) {}

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

    .topic {
        padding-left: 30px;
        padding-right: 30px;
    }

    #gnav li li p {
        color: #fff;
    }

    #gnav li:nth-of-type(1) a,
    #gnav li:nth-of-type(2) a {
        color: #fff;
    }

    #gnav > ul > li:nth-of-type(3) a {
        color: #fff !important;
    }

    #gnav > ul > li:nth-of-type(4) a {
        color: #fff !important;
    }

    #gnav > ul > li:nth-of-type(5) a {
        color: #fff !important;
    }
}


@media screen and (max-width: 414px) {
    body {
        font-size: 14px;
    }

    .main {
        padding-top: 0 !important;
    }

    .hero {
        margin-bottom: 1.8em;
    }

    .content {
        width: 100%;
        font-size: 16px;
    }

    .logo {
        width: 170px;
        height: 29px;
    }

    .label-month {
        font-size: 14px;
    }

    .content {
        padding: 0 0 0;
    }

    .magazin_first {
        padding: 0 6%;
    }

    .magazine-ttl {
        font-size: 20px;
        text-align: left;
    }

    .topics,
    .magazine-footer {
        padding-left: 6%;
        padding-right: 6%;
    }

    .topic {
        padding-left: 0px;
        padding-right: 0px;
    }

    .topic + .topic {
        margin-top: 6em;
    }

    .topic-index {
        padding: 1.5em 6%;
        margin: 0 auto 5em;
    }

    .topic-list li {
        font-size: 14px;
    }

    .topic_ttl {
        font-size: 18px;
    }


    .banner-consulting {
        margin-top: 40px;
    }

    .slides {
        margin-top: 60px;
    }

    .banner-consulting img {
        height: auto;
    }

    #copyright {
        font-size: 2.5vw;
        padding: 3vw 0;
    }

}