/* color #71bf54 */

@charset "utf-8";
/*-------------------------------
	フォント設定
-------------------------------*/



/*-------------------------------
	基本設定
-------------------------------*/

* {
    box-sizing: border-box;
    word-wrap: break-word;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
    transition: .4s;
}

table {
    width:100%;
    font-size: 16px;
    margin: 20px 0;
}

table tr {
    border-bottom: 1px solid #999;
}
table tr.empty{
    border-bottom: 0px solid #999;
}
table tr.empty th,
table tr.empty td{
    opacity:0;
}

table .noline{
    border-style:none;
}
table.noline th,
table.noline td{
    vertical-align: middle;
}

table tr:first-child {
    border-top: 1px solid #999;
}



table th {
    padding: 10px 0;
    color: #000;
    text-align: center;
}

table td {
    padding: 10px;
    color:#777;
}
*/
input, textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1em;
}

/*-------------------------------
	パーツ
-------------------------------*/
/*
.sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
*/



.inner {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .inner {
        width: 100%;
        margin: 0 auto;
    }
}

.sec__title {
    font-size: 40px;
    width: 500px;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    /*font-weight:900;*/
}

.sec__title:before, .sec__title:after {
    content: "";
    height: 5px;
    flex-grow: 1;
    background-color: #71bf54;
}

.sec__title:before {
    margin-right: 1rem;
}

.sec__title:after {
    margin-left: 1rem;
}

.sec__subtitle {
    padding-bottom: 80px;
    font-size: 24px;
    text-align: center;
    /*font-weight:700;*/
}

/*-----　ボタン-------*/
button{
    /*font-weight:700;*/
}
.btn {
    font-size: 16px;
    border: 1px solid;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.btn1 {
    /*margin-top: 60px;*/
    margin: 60px auto 0;
    width: 300px;
    line-height: 60px;
    border-radius: 30px;
    border: 1px solid #71bf54;
    background: #71bf54;
    color: #fff;
    transition: .4s;
    position: relative;
    text-align: center;
    display: block;
}

.btn1:hover {
    color: #71bf54;
    background: #fff;
    transition: .4s;
}

.btn1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.btn1::after {
    content: "▶";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%);
}

.btn2 {
    margin-top: 24px;
    width: 150px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    transition: .4s;
    position: relative;
}

.btn2:hover {
    color: #333333;
    background: #fff;
    transition: .4s;
}

.btn3 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 280px;
    font-size: 24px;
    line-height: 80px;
    /*font-weight: bold;*/
    border: 1px solid #71bf54;
    background-color: #71bf54;
    color: #fff;
    transition: .4s;
    position: relative;
}

.btn4 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 280px;
    font-size: 24px;
    line-height: 80px;
    /*font-weight: bold;*/
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    transition: .4s;
    position: relative;
}



/*-------------------------------
	メインビジュアル
-------------------------------*/

.mainvisual {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#product .mainvisual{
    background-size:contain;
}

/*.
    mainvisual::before {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    filter: brightness(0.3);
}
*/

.mv__title {
    width: 100%;
    font-size: 60px;
    /*letter-spacing: 2rem;*/
    text-align: center;
    color: #fff;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    font-style: italic;
    /*font-weight: 700;*/
}

/*-------------------------------
	sec2
-------------------------------*/

.sec2 {
    background-image: url("../images/common/bg_nav.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.menu {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.menu__item img {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}

/*-------------------------------
	sec-sns
-------------------------------*/

.sec-sns {
    background-image: url("../images/common/bg_sns.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.sns__area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns__item {
    padding: 20px;
    width: 300px;
    text-align: center;
}

.sns__img-wrapper {
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-twitter {
    width: 62px;
}

.logo-facebook {
    width: 239px;
}

.logo-instagram {
    width: 196px;
}

.logo-youtube {
    width: 170px;
}

.sns-account {
    font-size: 24px;
    color: #fff;
    /*font-weight: bold;*/
}

.preparation {
    color: #fff;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

/*-------------------------------
	contact
-------------------------------*/

.sec-contact {
    color: #fff;
    background: url("../images/common/bg_contact.png") no-repeat;
    background-size: cover;
    position: relative;
}

.sec-contact::before {
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.tel__img-wrapper {
    width: 540px;
    margin: 0 auto;
}

.sec-contact .sec__title {
    width: 500px;
}

.sec-contact .sec__title:before, .sec-contact .sec__title:after {
    content: "";
    height: 5px;
    flex-grow: 1;
    background-color: #fff;
}

.sec-contact .sec__title:before {
    margin-right: 1rem;
}

.sec-contact .sec__title:after {
    margin-left: 1rem;
}

.sec-contact .sec__desc {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
}

/*-------------------------------
	sidebar
-------------------------------*/

.side {
    width: 300px;
   /* font-weight:500;*/
}

.side__title {
    display: flex;
}

.side .card__img {
    height: 100%;
    object-fit: cover;
}

.side .card__img:hover {
    transform: scale(1.1, 1.1);
    transition: .75s;
}

.logo {
    margin-top: 3px;
    width: 27px;
    height: 28px;
}

.side__category, .side__new, .side__archive {
    padding-bottom: 30px;
}

.side__category .side__name, .side__new .side__name, .side__archive .side__name {
    font-size: 20px;
    padding-left: 5px;
    color: #333333;
    /*font-weight:700;*/
}

.hr {
    margin-top: 13px;
    margin-bottom: 15px;
    width: 100%;
    height: 2px;
    border: none;
}

.side__category hr {
    background-color: #71bf54;
}

.side__category li {
    line-height: 2.1;
    position: relative;
    padding-left: 15px;
}

.side__category li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #71bf54;
    border-radius: 50%;
}
.side__category a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
    display:block;
}

.side__new {
    color: #71bf54;
}

.side__new hr {
    background-color: #71bf54;
}

.side__new-media {
    display: flex;
    margin-bottom: 15px;
}

.side__new-media:last-child {
    margin-bottom: 0;
}

.side__new-media .card__outer {
    max-width: 146px;
    min-width: 146px;
    height: auto;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #71bf54;
    box-sizing: border-box;
}

.side__new-media .card__img-wrapper {
    height: 100px;
    overflow: hidden;
}

.side__new-media .card__img-wrapper img {
    width: 100%;
    height: 100%;
}

.side__new-media .card__img-wrapper img:hover {
    transform: scale(1.2);
    transition: 0.3s;
}

.side__new-media .card__info {
    padding-top: 10px;
    padding-left: 13px;
    display: flex;
    flex-direction: column;
}

.side__new-media .card__date {
    font-size: 12px;
    color: #737373;
}

.side__new-media .card__text {
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
    color: #737373;
    line-height: 1.5;
    height: 60px;
}

.sice__archive {
    color: #71bf54;
}

.side__archive .side__name {
    color: #71bf54;
}

.side__archive hr {
    background-color: #71bf54;
}

.archive-nav__item {
    font-size: 13px;
    border: 1px solid #71bf54;
    padding: 18px 27px 21px 27px;
}

.space {
    display: flex;
    justify-content: space-between;
}

/*-------------------------------
	フッター
-------------------------------*/
/*
footer {
    background-color: #71bf54;
    color: #fff;
    text-align: center;
}

.f_logo {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f_logo .logo__title-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.f_logo .logo {
    margin-right: 8px;
    width: 72px;
    height: 57px;
}

.f_logo .logo__title {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 1;
    font-weight: bold;
}

.f_logo .logo__subtitle {
    font-size: 12px;
    font-weight: bold;
}

.f_campany {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f_address {
    line-height: 2;
}

.f_tel-fax {
    line-height: 2;
}

.f_mail {
    line-height: 2;
}

.f-nav {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.f-nav__area {
    display: flex;
    justify-content: center;
}

.footer-copyright {
    display: block;
    background-color: #000;
    line-height: 5em;
}
*/
/*-------------------------------
	SP専用
-------------------------------*/

@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
        width: 100%;
    }
    /*-------------------------------
        パーツ//sp
    -------------------------------*/
    .sec {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }
    .sec.--title {
        margin-top: 10vw;
        margin-bottom: 0;
    }
    .inner {
        width: 100%;
        padding: 0 5vw;
        overflow: hidden;
    }
    .sec__title {
        font-size: 8vw;
        width: 100%;
    }
    .sec__title:before, .sec__title:after {
        content: "";
        height: 5px;
        flex-grow: 1;
        background-color: #71bf54;
    }
    .sec__title:before {
        margin-right: 1rem;
    }
    .sec__title:after {
        margin-left: 1rem;
    }
    .sec__subtitle {
        padding-bottom: 10vw;
        font-size: 6vw;
    }
    /*-----　ボタン-------*/
    .btn {
        font-size: 4vw;
    }
    .btn1 {
        margin-top: 15vw;
        width: 75vw;
        line-height: 15vw;
        border-radius: 7.5vw;
    }
    .btn2 {
        margin-top: 6vw;
        width: 36.5vw;
        line-height: 10vw;
    }
    .btn3 {
        margin-top: 5vw;
        margin-left: 5vw;
        margin-right: 5vw;
        width: 70vw;
        font-size: 6vw;
        line-height: 20vw;
    }
    .btn4 {
        margin-top: 5vw;
        margin-left: 5vw;
        margin-right: 5vw;
        width: 70vw;
        font-size: 6vw;
        line-height: 20vw;
    }
    
    /*-------------------------------
        メインビジュアル//sp
    -------------------------------*/
    .mainvisual{
        width:100%;
        height:100vw;
    }
    .mainvisual img{
        width:100%;
        height:100%;
        object-fit: cover;
    }
    /*
    .mainvisual::before {
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ' ';
        filter: brightness(0.3);
    }
    */
    .mv__title {
        width: 100%;
        font-size: 7.5vw;
        letter-spacing: 1rem;
        text-align: center;
        color: #fff;
        /*background-color: rgba(0, 0, 0, 0.5);*/
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
    }
    /*-------------------------------
        sec2//sp
    -------------------------------*/
    .sec2 {
        background-image: url("../images/common/bg_nav.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
    .menu {
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .menu__item img {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    }
    /*-------------------------------
        sec-sns//sp
    -------------------------------*/
    .sec-sns {
        background-image: url("../images/common/bg_sns.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sns__area {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sns__item {
        padding: 20px;
        width: 300px;
        text-align: center;
    }
    .sns__img-wrapper {
        height: 90px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo-twitter {
        width: 62px;
    }
    .logo-facebook {
        width: 239px;
    }
    .logo-instagram {
        width: 196px;
    }
    .logo-youtube {
        width: 170px;
    }
    .sns-account {
        font-size: 24px;
        color: #fff;
       /* font-weight: bold;*/
    }
    .preparation {
        color: #fff;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    /*-------------------------------
        contact//sp
    -------------------------------*/
    .sec-contact {
        background-position: top;
    }
    .tel__img-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .sec-contact .sec__title {
        width: 100%;
    }
    .sec-contact .sec__title:before, .sec-contact .sec__title:after {
        content: "";
        height: 0.25vw;
        flex-grow: 1;
        background-color: #fff;
    }
    .sec-contact .sec__title:before {
        margin-right: 1rem;
    }
    .sec-contact .sec__title:after {
        margin-left: 1rem;
    }
    .sec-contact .sec__desc {
        margin-top: 10vw;
        margin-bottom: 10vw;
        font-size: 4.5vw;
        text-align: left;
        display: flex;
        justify-content: center;
    }
    /*-------------------------------
        sidebar//sp
    -------------------------------*/
    .side {
        margin-top: 15vw;
        width: 100%;
    }
    .side__title {
        display: flex;
    }
    .side .card__img {
        height: 100%;
        object-fit: cover;
    }
    .side .card__img:hover {
        transform: scale(1.1, 1.1);
        transition: .75s;
    }
    .logo {
        margin-top: 3px;
        width: 27px;
        height: 28px;
    }
    .side__category, .side__new, .side__archive {
        padding-bottom: 0px;
        margin-bottom:30px;
    }
    .side__category .side__name, .side__new .side__name, .side__archive .side__name {
        font-size: 20px;
        padding-left: 5px;
        color: #333333;
    }
    .hr {
        margin-top: 13px;
        margin-bottom: 15px;
        width: 100%;
        height: 2px;
        border: none;
    }
    .side__category hr {
        background-color: #71bf54;
    }
    .side__category {
        box-sizing: content-box;
        border-top: 5vw solid #eee;
        border-right: 5vw solid #eee;
        border-left: 5vw solid #eee;
        margin-left: -5vw;
        width:100%;
        background:#eee;
    }
    .side__category li{
        position:relative;
    }
    .side__category > ul > li {
        line-height: 2.1;
        position: relative;
        padding-left: 15px;
        width: 100%;
        box-sizing: content-box;
        background:#eee;
        border: 5vw solid #eee;
        margin-left: -5vw;
        width:100%;
    }
    .side__category > ul > li{
        box-shadow: 0 0 0 1px #ddd;
    }
    
    .side__category li:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #71bf54;
        border-radius: 50%;
    }
    .side__category li::after{
        content: "\f054";
        position: absolute;
        top: 0;
        bottom:0;
        right:10px;
        margin:auto;
        font-family:"Font Awesome 5 Free";
        color: #71bf54;
        font-weight:900;
    }
    .side__category a{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:2;
        display:block;
    }
    .side__new {
        color: #71bf54;
    }
    .side__new hr {
        background-color: #71bf54;
    }
    .side__new-media {
        display: flex;
        margin-bottom: 15px;
    }
    .side__new-media:last-child {
        margin-bottom: 0;
    }
    .side__new-media .card__outer {
        max-width: 146px;
        min-width: 146px;
        height: auto;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #71bf54;
        box-sizing: border-box;
    }
    .side__new-media .card__img-wrapper {
        height: 100px;
        overflow: hidden;
    }
    .side__new-media .card__info {
        padding-top: 10px;
        padding-left: 13px;
        display: flex;
        flex-direction: column;
    }
    .side__new-media .card__date {
        font-size: 12px;
        color: #737373;
    }
    .archive-nav li{
        padding:4px 0;
    }
    .archive-nav li a{
        font-size:16px;
    }
    @media screen and (max-width: 768px) {
        .side__new-media .card__date {
            font-size: 8px
        }
    }
    .side__new-media .card__text {
        margin-top: 10px;
        overflow: hidden;
        font-size: 14px;
        color: #737373;
        line-height: 1.5;
        height: 60px;
    }
    @media screen and (max-width: 768px) {
        .side__new-media .card__text {
            font-size: 12px;
            height: 10vw;
        }
    }
    .sice__archive {
        color: #71bf54;
    }
    .side__archive .side__name {
        color: #71bf54;
    }
    .side__archive hr {
        background-color: #71bf54;
    }
    .archive-nav__item {
        font-size: 13px;
        border: 1px solid #71bf54;
        padding: 18px 27px 21px 27px;
    }
    .space {
        display: flex;
        justify-content: space-between;
    }
