body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

@media screen and (max-width:768px) {
    body {
        font-size: 0.8rem;
    }
}

* {
    box-sizing: border-box;
}

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

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

.br-sp {
    display: none;
}

@media (max-width: 540px) {
    .br-sp {
        display: block;
    }
}

/* splash */

#splash-logo {
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #008000;
}

/* g-nav */

#g-nav.panelactive li:last-child a {
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #fff;
    white-space: nowrap;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before {
    background: #008000;
}


@media screen and (max-width:1024px) {
    #pc-nav {
        display: none;
    }
}

.pc-nav li:not(:last-child) {
    padding-right: 20px;
}

.pc-nav .has-child li {
    padding-right: 0px;
}

h1 {
    position: absolute;
    top: 20%;
    left: 1%;
}

@media screen and (max-width:1025px) {
    h1 {
        position: absolute;
        top: 25%;
        left: 1%;
    }
}

/*==================================================
スライダーのためのcss
===================================*/
.wrapper p {
    position: absolute;
    z-index: 2;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 2px 2px 6px #008000;
    bottom: 10%;
    left: 5%;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width:768px) {
    .wrapper p {
        font-size: 1.8rem;
    }
}

.wrapper {
    position: relative;
}

/*slider*/

.t_slider {
    position: relative;
    z-index: 1;
    height: 100vh;
}


/*　背景画像設定　*/
.slider-item01 {
    background: url(../img/top1.png);
}

.slider-item02 {
    background: url(../img/top2.png);
}

.slider-item03 {
    background: url(../img/top3.png);
}

.slider-item {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.t_slider .slick-prev,
.t_slider .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 25px;
    width: 25px;
}

.t_slider .slick-prev {
    left: 2.5%;
    transform: rotate(-135deg);
}

.t_slider .slick-next {
    right: 2.5%;
    transform: rotate(45deg);
}


.t_slider .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
}

.t_slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.t_slider .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.t_slider .slick-dots .slick-active button {
    background: #333;
}


/* heading */

.h_nav {
    display: flex;
    align-items: center;
}

.logo {
    width: 60%;
}

h2 {
    text-transform: uppercase;
    font-size: 3rem;
}

@media screen and (max-width:1025px) {
    .logo {
        width: 45%;
    }
}

@media screen and (max-width:1024px) {
    .h_nav {
        margin-left: 100px;
    }
}

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

    h2 {
        font-size: 2rem;
    }
}

.top-lead span.bgLRextend::before {
    background: #333;
}

@media screen and (max-width:550px) {
    .top-lead {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:380px) {
    .top-lead {
        font-size: 1.8rem;
    }
}

/* main-area */

#main-area {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

/* topics */

#topics {
    border-left: 3px solid #000;
    padding: 0 0 0 20px;
}

@media screen and (max-width:768px) {
    #topics {
        margin: 0 0 100px 0;
    }
}

#topics h2 {
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before {
    background: #333;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
}

/* About us */

#vision {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
    #vision {
        margin: 0 0 100px 0;
    }

}

#vision .img {
    width: 40%;
    min-height: 590px;
    background: url("../img/pict01.jpg") no-repeat center;
    background-size: cover;
}

#vision .content {
    width: 50%;
    text-align: right;
}

@media screen and (max-width:768px) {
    #vision .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 50px 0;
    }

    #vision .content {
        width: 100%;
        text-align: left;
    }
}

#vision h2 {
    color: #008000;
    margin: 0 0 30px 0;
}

#vision p {
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision .vision-lead {
    position: relative;
    color: #008000;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
    #vision .vision-lead {
        font-size: 1rem;
    }

}

#vision .vision-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #008000;
    width: 12em;
    height: 3px;
}

/* service */

#service h2 {
    text-align: center;
    margin: 0 0 100px 0;
    color: #008000;
}

@media screen and (max-width:550px) {
    #service h2 {
        margin: 0 0 50px 0;
    }
}

#service .service-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 300px 0;
}

@media screen and (max-width:768px) {
    #service .service-area {
        margin: 0 0 200px 0;
    }
}

@media screen and (max-width:590px) {
    #service .service-area {
        margin: 0 0 50px 0;
    }

}

#service .service-area::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 23em;
    background: #f3f3f3;
    right: 10%;
    top: 20%;
    z-index: -1;
}


#service .service-area:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}


#service .service-area .img {
    width: 50%;
}

#service .service-area .content {
    width: 40%;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 150px;
}

@media screen and (max-width:768px) {
    #service .service-area .content {
        width: 47%;
        top: 100px;
    }
}

@media screen and (max-width:590px) {
    #service .service-area .img {
        width: 100%;
        z-index: 2;
    }

    #service .service-area .content {
        width: 100%;
        top: -10px;
        animation: none;
        opacity: 1;
        z-index: 1;
    }
}

#service .service-area .content-area {
    padding: 40px;
}

#service .service-area .content-area h3 {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#service .service-area .content-area h3 span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#service .service-area .content-area p {
    margin: 0 0 30px 0;
}

#service .btn {
    text-align: right;
}

/* News */

#about {
    margin: 0 0 300px 0;
}

@media screen and (max-width:768px) {
    #about {
        margin: 0 0 100px 0;
    }

}

#about h2 {
    text-align: center;
    margin: 0 0 100px 0;
}

@media screen and (max-width:550px) {
    #about h2 {
        margin: 0 0 50px 0;
    }
}


#about .about-list {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    overflow-y: scroll;
    height: 600px;
    border: solid 2px #eee;
    padding: 40px 20px;
}

#about .about-list li {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

#about .about-list dt {
    width: 20%;
    padding: 0 0 0 40px;
    border-left-color: #008000;
    padding-left: 10px;
    border-left-width: 2px;
    border-left-style: solid;
    margin-bottom: 10px;
}


#about .about-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#about .about-list::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 0 0 4px #aaa inset;
}

#about .about-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #008000;
}


@media screen and (max-width:590px) {

    #about .about-list {
        width: 100%;
    }

    #about .about-list dl {
        flex-direction: column;
    }

    #about .about-list dt {
        padding: 0 0 0 10px;
        clear: left;
        float: left;
        width: 35%;
    }

    #about .about-list dd {
        margin-left: 5%;
    }
}

#about .about-list dd {
    width: 80%;
}

#about .about-list dl dd a {
    position: relative;
}

#about .about-list dl dd a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #008000;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

#about .about-list dl dd a:hover::after {
    visibility: visible;
    bottom: 12px;
    opacity: 1;
}


/* Insert */

.Insert-bg {
    position: relative;
    height: 55vh;
    background: url("../img/pict07.jpg") no-repeat center;
    background-size: cover;
    margin: 0 0 200px 25%;
}

.Insert-bg::after {
    content: '';
    position: absolute;
    top: 20%;
    left: -32%;
    width: 100%;
    height: 55vh;
    background: #f3f3f3;
    z-index: -1;
}

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

    .Insert-bg,
    .Insert-bg::after {
        height: 35vh;
    }
}

@media screen and (max-width:550px) {
    .Insert-bg {
        margin: 0 0 100px 25%;
    }

    .Insert-bg,
    .Insert-bg::after {
        height: 20vh;
    }
}

/*----BG_area---- */

#BG_area {
    padding: 120px 0;
}

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

    #BG_area {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}


/*----footer---- */


.pmark_box img {
    width: 50%;
}

@media screen and (max-width:280px) {
    .pmark_box img {
        width: 100%;
    }
}

.icon_box {
    width: 75%;
    display: inline-flex;
    align-items: center;
}

.insta_box a {
    color: #fff;
}

.insta_btn3 {
    color: #FFF;
    border-radius: 14px;
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    font-size: 10px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration: none;
}

.insta_btn3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn3 div {
    position: relative;
    top: 10%;
    color: #fff;
}

.insta_btn3 .fa-instagram {
    font-size: 50px;
    color: #fff;
    position: relative;
    display: inline-block;
    position: relative;
    transition: .5s
}

.insta_btn3 .fa-instagram:hover {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}


#footer {
    position: relative;
    margin-top: 40px;
    color: #808080;
    background: #e5e5e5;
    font-size: 1.0em;
}

#footer a {
    text-decoration: none;
    color: #333;
}

#footer a img {
    width: 70%;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .primary {
    padding: 40px 0px;
    width: 90%;
    margin: 0 auto;
}

#footer .primary .flex {
    display: flex;
}

#footer .primary .flex .left {
    width: 40%;
}

#footer .primary .flex .right {
    display: flex;
    width: 60%;
    justify-content: flex-end;
}

#footer .secondary {
    /*display: flex;*/
    padding: 0 20px;
    background: #fff;
    color: rgb(0, 128, 0);
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #footer {
        font-size: 1.2em;
    }

    #footer .primary {
        padding: 20px 20px;
        background: #e5e5e5;
    }

    #footer .primary .flex {
        display: block;
    }

    #footer .primary .flex .left {
        width: 100%;
    }

    #footer .primary .flex .right {
        width: 100%;
        display: block;
    }
}

/* logo */

#footer .logo {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
}



/* address */

.address {
    margin: 10px 0 0;
    padding: 0;
}

.address a {
    color: #808080 !important;
}

@media screen and (max-width: 1024px) {
    .address {
        /*font-size: 12px;*/
    }
}

/* navi */

.navi-section {
    display: flex;
    flex-direction: column;
    /* width: 35%; */
}

.navi-section:not(:last-child) {
    margin-right: 80px;
}

#footer .parent {
    margin: 0 0 16px 0;
    padding: 0;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 16px;
}

#footer .parent::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #555;
}

#footer .navi {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

#footer .navi li {
    margin: 8px 0 0 0;
    padding: 0;
}

#footer .navi li:first-child {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .navi-section {
        display: block;
        width: 100%;
        margin: 40px 0 0;
    }

    #footer .parent {
        /*font-size: 12px;*/
        margin: 0 0 10px;
    }

    #footer .navi {
        /*font-size: 12px;*/
        padding-bottom: 10px;
        border-bottom: 1px solid #444;
    }

    #footer .navi li {
        border-top: 1px solid #444;
        padding-top: 10px;
        margin-top: 10px;
        /*font-size: 12px;*/
    }
}

/* sns-navi */

#footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
}

#footer .sns-navi {
    display: flex;
    margin-top: 20px;
    padding: 0;
    font-size: 20px;
}

.insta_box:first-child {
    margin-right: 30px;
}

#footer .sns-navi li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    #footer .sns-navi {
        margin: 20px 0 0;
        padding: 0;
    }

    #footer .sns-navi li {
        margin: 0 20px 0 0;
        padding: 0;
        font-size: 18px;
    }
}

/* sitenavi */

#footer .sitenavi {
    width: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .sitenavi li {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
}

#footer .sitenavi li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    #footer .sitenavi {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
}

/* copyright */

#footer .copyright {
    width: 100%;
    text-align: center;
}
