@charset "utf-8";
.lcl-lead__item:not(:last-child) {
    margin-right: auto;
}

.pmain01__ttl-wrap::before {
    width: 426.5px;
    height: 214.5px;
    background-image: url(../img/ttl_bg.png);
    top: -40px;
}

.pmain01__sub-ttl {
    width: 96.5px;
}

.pmain01__img {
    width: 317px;
    height: 350px;
}

.lcl-lead {
    /*
    padding-bottom: 70px;
    */
    padding-bottom: 160px;
}

.lcl-lead__ttl {
    color: #4169e1;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    font-family: 'Kaisei Decol', serif;
}

.lcl-lead__txt {
    font-size: 17px;
    text-align: center;
    font-family: 'Kiwi Maru', serif;
}

.lcl-lead__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.lcl-lead__item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 20px;
}

.lcl-lead__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ff7f41;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 0 15px 30px;
    letter-spacing: 0.05em;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    line-height: 1.5;
}

.lcl-lead__link::after {
    content: '\f105';
    font-family: fontawesome;
    display: block;
    position: absolute;
    height: 1em;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    font-size: 20px;
}

.lcl-lead__item-img {
    width: 70px;
}

.lcl-lead__item-txt {
    width: calc(100% - 100px);
    padding-left: 10px;
}

@media screen and (min-width: 768px) {
    .lcl-lead__link:hover {
        background-color: #493930;
    }
}

@media screen and (max-width: 767px) {
    .pmain01__ttl-wrap::before {
        width: 213.5px;
        height: 107.5px;
        top: -10px;
    }
    .pmain01__sub-ttl {
        width: 48.5px;
    }
    .pmain01__img {
        width: 158px;
        height: 174px;
    }
    .lcl-lead {
        padding: 30px 20px 40px;
    }
    .lcl-lead__ttl {
        font-size: 19px;
        text-align: left;
        line-height: 1.6;
    }
    .lcl-lead__txt {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        text-align: left;
    }
    .lcl-lead__list {
        display: block;
        margin-top: 25px;
    }
    .lcl-lead__item {
        width: 100%;
        margin-bottom: 10px;
    }
    .lcl-lead__link {
        border-radius: 5px;
        font-size: 16px;
        padding: 7px 0 7px 20px;
    }
    .lcl-lead__link::after {
        right: 15px;
    }
    .lcl-lead__item-img {
        width: 65px;
    }
    .lcl-lead__item-txt {
        width: calc(100% - 90px);
        padding-left: 15px;
    }
}


/* concept erea */

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.content-wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 50px;
    margin-top: 35px;
}

.flex-cocept {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#home-mainvisual {
    height: 100%;
}

#home-mainvisual .wrap {
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
    top: 0;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.cocept-in-box {
    position: relative;
    margin-bottom: 30px;
}

.cocept-in-box img {
    border-radius: 100vh;
    vertical-align: middle;
    border-style: none;
}

.cocept-in-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255, 0.5);
    color: #000;
    border-radius: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

@media screen and (min-width: 768px) {
    #home-mainvisual {
        height: 700px;
    }
    #home-mainvisual .wrap {
        top: -6rem;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

#home-mainvisual .mv_title {
    max-width: 50%;
    position: absolute;
    right: 5.5%;
    bottom: 2.5%;
}

@media screen and (min-width: 768px) {
    #home-mainvisual .mv_title {
        max-width: 50%;
        position: absolute;
        right: 2.5%;
        bottom: 2.5%;
    }
}

#home-mainvisual .mv_title h1 {
    font-size: 3.15rem;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

#home-mainvisual .mv_title img {
    vertical-align: middle;
    border-style: none;
}

#home-point .bg {
    max-width: 680px;
    position: relative;
    background-color: #ffff99;
    border-radius: 15px;
    padding: 45px 15px 30px;
}

#home-point .box {
    text-align: center;
    margin: 0 auto;
}

#home-point .box img {
    vertical-align: middle;
    border-style: none;
}

#home-point .title-center {
    color: #01B3C4;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 1em;
}

#home-point h2 {
    margin-bottom: .5rem;
    line-height: 1.2;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    #home-point h2 {
        font-size: 1.85rem;
    }
}


/*--------------------------------------------------------------
/* slick
---------------------------------------------------------------*/

.mv_slider {
    background-color: #fff;
    margin: 0 15px;
}

.sliderArea {
    max-width: 100%;
    margin: 0 auto;
}

.sliderArea.w300 {
    max-width: 300px;
}

.slick-slide {
    margin: 0 5px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

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

.slick-slide {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-prev {
    left: -5px;
    width: 0;
    height: 0;
}

.slick-next {
    right: 15px;
    width: 0;
    height: 0;
}

@media screen and (min-width: 768px) {
    .slick-slide {
        margin: 0;
    }
    .mv_slider {
        margin: 0;
    }
}