@charset "utf-8";

/* -----------------------------------------------
    TOP
----------------------------------------------- */
.navbar-header {
    display: none;
}

.siteHeader {
    background: transparent;
}

.siteContent {
    padding-bottom: 0;
}

.sideSection,
.mainSection {
    margin: 0;
}

/*  TOP スライドショー
------------------------------*/

.home .site-body {
    padding-top: 1rem;
}

.mv {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 10vw;
}

.mv_bg::after {
    content: "";
    display: block;
    width: 80vw;
    height: 30vw;
    background-color: #F0EDDF;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    z-index: 0;
    bottom: -2vw;
    left: 0;
}

.mv .mv_slider .slick-slide {
    margin-inline: 12px;
}

.mv .mv_slider img {
    border-radius: 30px;
}

.mv .mv_txt {
    position: absolute;
    z-index: 1;
    width: 30vw;
    min-width: 300px;
    bottom: 4vw;
    left: 8vw;
}

@media screen and (max-width: 768px) {
    .mv_bg::after {
        border-top-right-radius: 2vw;
        border-bottom-right-radius: 2vw;
    }

    .mv .mv_slider .slick-slide {
        margin-inline: 1vw;
    }

    .mv .mv_slider img {
        border-radius: 2vw;
    }

    .mv .mv_txt {
        width: 50vw;
        min-width: auto;
        left: 4vw;
    }

}


/* キャッチコピー部分
============================ */

.main_lead {
    margin-bottom: 30px;
}

.top-sectiontitle {
    padding: 0;
    height: auto;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .main_lead {
        margin-bottom: 20px;
    }

    .top-sectiontitle {
        font-size: 18px;

    }
}

/* sp end */


/*  TOP
------------------------------*/

.company_ps {
    font-size: 14px;
}

.blog-section,
.news-section {
    background: #fff;
}

.box_border.prof_wrap {
    border: solid 3px #D4AF61;
}

.box_border.news-section {
    border: solid 3px #DB4C39;
}

.box_border.blog-section {
    border: solid 3px #84A53F;
}

.box_border p {
    margin: 0;
    padding: 0;
}

.name {
    font-size: 24px;
    font-weight: bold;
}

.name span {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #b3b3b3;
    padding-left: 1em;
    font-weight: normal;
}

.prof_img {
    margin-bottom: 1em;
}

.prof_img img {
    border-radius: 10px;
}

.news-list-wrap a {
    text-decoration: none;
}

.news-list {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.news-list dt,
.news-list dd {
    padding-left: 0;
}

.news-thum {
    float: left;
    width: 35%;
    padding-right: 10px;
}

.news-thum img {
    border-radius: 10px;
}

.news-date,
.news-title {}

.news-date {
    text-align: right;
}

.news-more {
    text-align: right;
}

.news-more a {
    position: relative;
    display: block;
    padding-right: 30px;
    font-size: 14px;
}

.news-more a::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;

    background: url(../images/common/arrow_line01.svg) center center no-repeat;
    width: 17px;
    height: 10px;
    background-size: contain;
    transition: all .5s;
}

.news-more a:hover {
    text-decoration: none;
}

.news-more a:hover::after {
    animation: arrow .5s;
}

@keyframes arrow {
    100% {
        transform: rotateX(360deg);
    }
}

@media screen and (min-width: 768px) {

    .news-section,
    .blog-section {
        height: calc(100% - 70px);
    }
}

/* tablet end */



@media screen and (min-width: 992px) {
    .prof_wrap {
        /* max-width: 800px; */
        /* margin: 0 auto; */
    }
}

/* laptop end */



/* Opening画面 */

.op_container {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.op_inner {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.op_logo {
    width: 300px;
    margin: 0 auto 20px;
}

.op_text {
    color: #956134;
    font-size: 16px;
    text-align: center;
}

.op_ber {
    background-color: #956134;
    margin-top: 5px;
    width: 0%;
    height: 2px;
    position: relative;
}

.op_ber:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D1D1D1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/* ------------------------------------- */