body {
    background-color: #fff;
    font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    color: #3c3c3c;
    overflow-x: hidden;
    line-height: 1.8;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #3c3c3c;
}

li {
    list-style: none;
}

img {
    -webkit-user-drag: none;
    user-select: none;
}

/* 選択時の背景色 */
::-moz-selection {
    background-color: #66b500;
    color: white;
}

::selection {
    background-color: #66b500;
    color: white;
}

.hearder__inner__sns {
    display: flex;
}

.header__logo__rarapon img {
    width: 100%;

}

.header__logo__rarapon {
    width: 180px;
    margin: 0px 20px 0 0;
    transform: translateY(15px);
}


.hum_icon {
    position: fixed;
    right: 10px;
    z-index: 20000;
    padding: 5px;
    background: #D60000;
    border-radius: 50px;
    margin: 10px;
}

#hum {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}

.hum__g-nav {
    display: flex;
    flex-direction: column;
    margin: 50px;
}

/* Common Css must add */
.openbtn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 50px;
    height: 50px;
}

/*ボタン内側*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 23px;
}

.openbtn1 span:nth-of-type(3) {
    top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


@media screen and (min-width:1280px) {
    .hum_icon {
        display: none;
    }

    .main_visual__text__sp {
        display: none;
    }

    /* header */
    header {
        background-color: #fff;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1000;
        width: 1400px;
        margin: 0 auto;
    }

    .header__logo {
        width: 120px;
        padding: 25px;
    }

    .header__logo--img {
        width: 100%;
    }

    .header__inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .g-nav {
        display: flex;
        margin-right: 25px;
    }

    .g-nav__list {
        display: block;
    }

    .gnav__link svg {
        width: 30px;
    }

    #gnav__icon {
        width: 30px;
        margin: 0 5px 0 0;
    }

    .g-nav__link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        height: 120px;
        line-height: 120px;
        padding: 0 30px;
        transition: 0.1s;
        border-bottom: 5px solid transparent;

    }

    .g-nav__link:hover {
        color: #e60012;
        height: 120px;
        line-height: 120px;
        box-sizing: border-box;
        border-bottom: 5px solid #e60012;
        /* background-color: #f7f8f8; */
    }

    .current-page {
        border-bottom: 5px solid #3c3c3c;

    }

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


    .g-nav__sns__list {
        width: 32px;
        margin: 10px;
        transition: 0.3s;
    }

    .g-nav__sns__list img {
        width: 100%;
        transition: 0.3s;
    }

    .g-nav__sns__list:hover {
        transform: translateY(-10px);
    }

    /* profile */
    .profile__link a:visited {
        color: #3e3a39;
    }

    .profile__link a:hover {
        color: #ff0000;
    }

    /* footer */
    .footer {
        background-color: #333333;
        margin: 0px;
        width: 100%;
        font-weight: 700;
    }

    .footer__list {
        display: flex;
        justify-content: center;
        width: 1000px;
        margin: 0 auto;
    }

    .footer__list__text {
        margin: 0 30px;
        line-height: 80px;
        color: white;
        text-align: center;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .footer__text {
        margin: 0;
        line-height: 80px;
        color: white;
        text-align: center;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .footer__list__link {
        color: white;
        padding: 0 0 3px 0;
        transition: 0s;
    }

    .footer__list__link:hover {
        border-bottom: 2px solid white;
    }

    .footer__link {
        color: white;
        text-decoration: underline;
    }

    .footer__link:visited {
        color: white;
    }

    /* pankuzu */
    .pankuzu {
        width: 1400px;
        margin: 0 auto;
    }

    .pankuzu span {
        color: #888888;
        user-select: none;

    }

    .pankuzu a {
        font-size: 12px;
        margin: 20px;
        color: #888888;
        font-weight: 500;
    }

    .pankuzu a:hover {
        font-size: 12px;
        margin: 20px;
        color: #D60000;
        font-weight: 500;
    }

    /* global */
    .padding_top--5px {
        padding-top: 5px;
    }

    .padding_top--10px {
        padding-top: 10px;
    }

    .padding_top--20px {
        padding-top: 20px;
    }

    .hr_1px {
        background-color: #666666;
        width: 80%;
        margin: 0 auto;
        height: 1px;
    }

    .btn {
        width: 300px;
        height: 60px;
        border-radius: 50px;
        background-color: #46B036;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: bold;
        position: relative;
        transition: 0.3s;
        border: 3px solid #46B036;
        margin: 50px 0;
    }

    a.btn::before {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
        transform: translateY(calc(-50% - 2px)) rotate(45deg);
        width: 10px;
        height: 2px;
        background: white;
        transition: 0.3s;
        border-radius: 10px;
    }

    a.btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 50px;
        height: 2px;
        background-color: white;
        transition: 0.3s;
        border-radius: 10px;
    }

    a.btn:hover {
        background: white;
        color: #46B036;
        border: 3px solid #46B036;
        transition: 0.3s;
    }


    a.btn:hover::before {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
        transform: translateY(calc(-50% - 2px)) rotate(45deg);
        width: 10px;
        height: 2px;
        background: #46B036;
    }

    a.btn:hover::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 30px;
        height: 2px;
        background-color: #46B036;
    }

    /* フェードで表示 */

    .fadeUp {
        animation-name: fadeUpAnime;
        animation-duration: 1.5s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

    .fadeUpTrigger {
        opacity: 0;
    }

    /* トップスクロール */

    .totop__img {
        width: 100px;
        height: 100px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
    }

    .totop__img img {
        width: 100%;
    }

    /* index.html */

    #main_visual {
        width: 90%;
        height: 2500px;
        margin: 10px auto 0 auto;
        position: relative;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/main_img-2.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        border-radius: 100px 100px 0 0;
        transition: 0s;
    }

    #main_visual_fade {
        width: 100%;
        height: 2500px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/main_img-1.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        border-radius: 100px 100px 0 0;
        transition: 0.5s;
        position: absolute;
        opacity: 1;

    }

    .main_visual__text {
        padding: 50vh 0 200px 100px;
        position: absolute;
        z-index: 100;
    }

    .main_visual__text__title {
        display: inline;
        font-size: 50px;
        font-weight: 800;
        bottom: 20%;
        left: 5%;
        padding: 10px 20px;
        display: inline;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
        line-height: 2;
    }


    .main_visual__text__caption {
        width: auto;
        display: inline-block;
        font-weight: 500;
        font-size: 20px;
        line-height: 2.2;
        padding: 10px 20px;
        letter-spacing: 1px;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
        color: white;
        margin: 30px 0;

    }

    .section__1 {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .section__title {
        color: #66b500;
        font-size: 45px;
        font-weight: 700;
        margin: 0;

    }

    .section__subtitle {
        color: #333;
        font-size: 30px;
        font-weight: 700;
        margin: 0;
    }

    .section__caption {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        margin: 30px 0;

    }

    .top_section {
        width: 1000px;
        margin: 0 auto;
    }

    .section__1,
    .section__2,
    .section__3 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 200px 0 250px;
    }

    .section__img {
        width: 50%;
    }

    .section__img--1 {
        border-radius: 500px;
        overflow: hidden;
    }

    .section__img img {
        width: 100%;
    }

    .section__text {
        width: 50%;
        margin: 0 75px 0 75px
    }

}

/* タブレット・PC */
@media screen and (min-width:1024px) and (max-width:1280px) {
    .hum_icon {
        display: none;
    }

    .main_visual__text__sp {
        display: none;
    }


    /* index.html */
    /* header */
    header {
        background-color: #fff;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1000;
    }

    .header__logo {
        width: 120px;
        padding: 25px;
    }

    .header__logo--img {
        width: 100%;
    }

    .header__inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .g-nav {
        display: flex;
        margin-right: 25px;
    }

    .g-nav__list {
        display: block;
    }

    .gnav__link svg {
        width: 30px;
    }

    #gnav__icon {
        width: 30px;
        margin: 0 5px 0 0;
    }

    .g-nav__link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        height: 120px;
        line-height: 120px;
        padding: 0 30px;
        transition: 0.1s;
        border-bottom: 5px solid transparent;
    }

    .g-nav__link:hover {
        color: #e60012;
        height: 120px;
        line-height: 120px;
        box-sizing: border-box;
        border-bottom: 5px solid #e60012;
        /* background-color: #f7f8f8; */
    }

    .current-page {
        border-bottom: 5px solid #3c3c3c;

    }

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


    .g-nav__sns__list {
        width: 32px;
        margin: 10px;
        transition: 0.3s;
    }

    .g-nav__sns__list img {
        width: 100%;
        transition: 0.3s;
    }

    .g-nav__sns__list:hover {
        transform: translateY(-10px);
    }

    /* profile */
    .profile__link a:visited {
        color: #3e3a39;
    }

    .profile__link a:hover {
        color: #ff0000;
    }

    /* footer */
    .footer {
        background-color: #333333;
        margin: 0px;
        width: 100%;
        font-weight: 700;
    }

    .footer__list {
        display: flex;
        justify-content: center;
        width: 1000px;
        margin: 0 auto;
    }

    .footer__list__text {
        margin: 0 30px;
        line-height: 80px;
        color: white;
        text-align: center;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .footer__text {
        margin: 0;
        line-height: 80px;
        color: white;
        text-align: center;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .footer__list__link {
        color: white;
        padding: 0 0 3px 0;
        transition: 0s;
    }

    .footer__list__link:hover {
        border-bottom: 2px solid white;
    }

    .footer__link {
        color: white;
        text-decoration: underline;
    }

    .footer__link:visited {
        color: white;
    }

    /* pankuzu */
    .pankuzu {
        width: 1000px;
        margin: 0 auto;
    }

    .pankuzu span {
        color: #888888;
    }

    .pankuzu a {
        font-size: 12px;
        margin: 20px;
        color: #888888;
        font-weight: 500;
    }

    .pankuzu a:hover {
        font-size: 12px;
        margin: 20px;
        color: #D60000;
        font-weight: 500;
    }

    /* global */
    .padding_top--5px {
        padding-top: 5px;
    }

    .padding_top--10px {
        padding-top: 10px;
    }

    .padding_top--20px {
        padding-top: 20px;
    }

    .hr_1px {
        background-color: #666666;
        width: 80%;
        margin: 0 auto;
        height: 1px;
    }

    .btn {
        width: 300px;
        height: 60px;
        border-radius: 50px;
        background-color: #46B036;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: bold;
        position: relative;
        transition: 0.3s;
        border: 3px solid #46B036;
        margin: 50px 0;
    }

    a.btn::before {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
        transform: translateY(calc(-50% - 2px)) rotate(45deg);
        width: 10px;
        height: 2px;
        background: white;
        transition: 0.3s;
        border-radius: 10px;
    }

    a.btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 50px;
        height: 2px;
        background-color: white;
        transition: 0.3s;
        border-radius: 10px;
    }

    a.btn:hover {
        background: white;
        color: #46B036;
        border: 3px solid #46B036;
        transition: 0.3s;
    }


    a.btn:hover::before {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
        transform: translateY(calc(-50% - 2px)) rotate(45deg);
        width: 10px;
        height: 2px;
        background: #46B036;
    }

    a.btn:hover::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 30px;
        height: 2px;
        background-color: #46B036;
    }


    /* フェードで表示 */

    .fadeUp {
        animation-name: fadeUpAnime;
        animation-duration: 1.5s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

    .fadeUpTrigger {
        opacity: 0;
    }

    /* トップスクロール */

    .totop__img {
        width: 100px;
        height: 100px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
    }

    .totop__img img {
        width: 100%;
    }

    /* index.html */

    #main_visual {
        width: 90%;
        height: 2500px;
        margin: 10px auto 0 auto;
        position: relative;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/main_img-2.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        border-radius: 100px 100px 0 0;
        transition: 0s;
    }

    #main_visual_fade {
        width: 100%;
        height: 2500px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/main_img-1.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        border-radius: 100px 100px 0 0;
        transition: 0.5s;
        position: absolute;
        opacity: 1;
    }

    .main_visual__text {
        padding: 50vh 0 200px 100px;
        position: absolute;
        z-index: 100;
    }

    .main_visual__text__title {
        display: inline;
        font-size: 50px;
        font-weight: 800;
        bottom: 20%;
        left: 5%;
        padding: 10px 20px;
        display: inline;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
        line-height: 2;
    }

    .main_visual__text__caption {
        width: auto;
        display: inline-block;
        font-weight: 500;
        font-size: 20px;
        line-height: 2.2;
        padding: 10px 20px;
        letter-spacing: 1px;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
        color: white;
        margin: 30px 0;
    }

    .section__1 {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .section__title {
        color: #66b500;
        font-size: 45px;
        font-weight: 700;
        margin: 0;

    }

    .section__subtitle {
        color: #333;
        font-size: 30px;
        font-weight: 700;
        margin: 0;
    }

    .section__caption {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        margin: 30px 0;

    }

    .top_section {
        width: 1000px;
        margin: 0 auto;
    }

    .section__1,
    .section__2,
    .section__3 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 100px 0 150px;
    }

    .section__img {
        width: 50%;
        display: none;
    }

    .section__img--1 {
        border-radius: 500px;
        overflow: hidden;
    }

    .section__img img {
        width: 100%;
    }

    .section__text {
        width: 50%;
        margin: 0 75px 0 75px
    }


    /* pankuzu */
    .pankuzu {
        width: 80%;
        margin: 0 auto;
    }

    .pankuzu span {
        color: #888888;
    }

    .pankuzu a {
        font-size: 12px;
        margin: 20px;
        color: #888888;
        font-weight: 500;
    }

    .pankuzu a:hover {
        font-size: 12px;
        margin: 20px;
        color: #D60000;
        font-weight: 500;
    }

    /* global */
    .padding_top--5px {
        padding-top: 5px;
    }

    .padding_top--10px {
        padding-top: 10px;
    }

    .padding_top--20px {
        padding-top: 20px;
    }

    .hr_1px {
        background-color: #666666;
        width: 80%;
        margin: 0 auto;
        height: 1px;
    }

    .btn {
        width: 300px;
        height: 60px;
        border-radius: 50px;
        background-color: #46B036;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: bold;
        position: relative;
        transition: 0.3s;
        border: 3px solid #46B036;
        margin: 50px 0;
    }

    a.btn::before {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
        transform: translateY(calc(-50% - 2px)) rotate(45deg);
        width: 10px;
        height: 2px;
        background: white;
        transition: 0.3s;
        border-radius: 10px;
    }

    a.btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 50px;
        height: 2px;
        background-color: white;
        transition: 0.3s;
        border-radius: 10px;
    }

    a.btn:hover {
        background: white;
        color: #46B036;
        border: 3px solid #46B036;
        transition: 0.3s;
    }


    a.btn:hover::before {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
        transform: translateY(calc(-50% - 2px)) rotate(45deg);
        width: 10px;
        height: 2px;
        background: #46B036;
    }

    a.btn:hover::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 30px;
        height: 2px;
        background-color: #46B036;
    }

    /* フェードで表示 */

    .fadeUp {
        animation-name: fadeUpAnime;
        animation-duration: 1.5s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

    .fadeUpTrigger {
        opacity: 0;
    }

    /* トップスクロール */

    .totop__img {
        width: 100px;
        height: 100px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
    }

    .totop__img img {
        width: 100%;
    }
}

/* タブレット */
@media screen and (min-width:600px) and (max-width:1024px) {

    #main_visual {
        width: 90%;
        height: 50vh;
        margin: 10px auto 0 auto;
        position: relative;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/main_img-2.jpg");
        background-size: cover;
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 50px 50px 0 0;
        transition: 0s;
    }

    #main_visual_fade {
        width: 100%;
        height: 50vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/main_img-1.jpg");
        background-size: cover;
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 50px 50px 0 0;
        transition: 0.5s;
        position: absolute;
        opacity: 1;

    }

    .main_visual__text {
        padding: 50px;
        position: absolute;
        z-index: 100;
        bottom: 0;
        width: 90%;

    }

    .main_visual__text__title {
        display: inline;
        font-size: 30px;
        font-weight: 800;
        bottom: 20%;
        left: 5%;
        padding: 10px 20px;
        display: inline;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
        line-height: 2;
        width: 90%;
    }


    .main_visual__text__caption__wrap {
        display: none;
    }

    .main_visual__text__sp {
        width: 90%;
        margin: 30px auto;
    }


    .main_visual__text__caption {
        width: auto;
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        line-height: 2.2;
        padding: 10px 20px;
        letter-spacing: 1px;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
        color: #333;
        margin: 30px 0;

    }

    .section__1 {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .section__title {
        color: #66b500;
        font-size: 45px;
        font-weight: 700;
        margin: 0;

    }

    .section__subtitle {
        color: #333;
        font-size: 30px;
        font-weight: 700;
        margin: 0;
    }

    .section__caption {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        margin: 30px 0;

    }

    .top_section {
        width: 600px;
        margin: 0 auto;
    }

    .section__1,
    .section__2,
    .section__3 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 100px 0 150px;
    }

    .section__img {
        width: 50%;
        display: none;
    }

    .section__img--1 {
        border-radius: 500px;
        overflow: hidden;
    }

    .section__img img {
        width: 100%;
    }

    .section__text {
        width: 70%;
        margin: 0 75px 0 75px
    }


    /* header */
    header {
        background-color: #fff;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1000;
    }

    .header__logo {
        width: 120px;
        padding: 25px;
    }

    .header__logo--img {
        width: 100%;
    }

    .header__inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .g-nav {
        display: flex;
        margin-right: 25px;
        display: none;
    }

    .g-nav__list {
        display: block;
    }

    .gnav__link svg {
        width: 30px;
    }

    #gnav__icon {
        width: 30px;
        margin: 0 5px 0 0;
    }

    .g-nav__link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        height: 120px;
        line-height: 120px;
        padding: 0 100px;
        transition: 0.1s;
        border-bottom: 5px solid transparent;

    }

    .current-page {
        border-bottom: 5px solid #3c3c3c;

    }

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


    .g-nav__sns__list {
        width: 32px;
        margin: 10px;
        transition: 0.3s;
    }

    .g-nav__sns__list img {
        width: 100%;
        transition: 0.3s;
    }


    /* footer */
    .footer {
        background-color: #333333;
        margin: 0px;
        width: 100%;
        font-weight: 700;
    }

    .footer__list {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 600px;
        margin: 0 auto;
    }

    .footer__list__text {
        margin: 0 30px;
        line-height: 80px;
        color: white;
        text-align: center;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .footer__text {
        margin: 0;
        line-height: 80px;
        color: white;
        text-align: center;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .footer__list__link {
        color: white;
        padding: 0 0 3px 0;
        transition: 0s;
    }

    .footer__link {
        color: white;
        text-decoration: underline;
    }

    .footer__link:visited {
        color: white;
    }


    /* pankuzu */
    .pankuzu {
        width: 80%;
        margin: 0 auto;
    }

    .pankuzu span {
        color: #888888;
    }

    .pankuzu a {
        font-size: 12px;
        margin: 20px;
        color: #888888;
        font-weight: 500;
    }

    .pankuzu a:hover {
        font-size: 12px;
        margin: 20px;
        color: #D60000;
        font-weight: 500;
    }

    /* global */
    .padding_top--5px {
        padding-top: 5px;
    }

    .padding_top--10px {
        padding-top: 10px;
    }

    .padding_top--20px {
        padding-top: 20px;
    }

    .hr_1px {
        background-color: #666666;
        width: 80%;
        margin: 0 auto;
        height: 1px;
    }

    .btn {
        width: 300px;
        height: 60px;
        border-radius: 50px;
        background-color: #46B036;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: bold;
        position: relative;
        transition: 0.3s;
        border: 3px solid #46B036;
        margin: 50px 0;
    }

    a.btn::before {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
        transform: translateY(calc(-50% - 2px)) rotate(45deg);
        width: 10px;
        height: 2px;
        background: white;
        transition: 0.3s;
        border-radius: 10px;
    }

    a.btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 50px;
        height: 2px;
        background-color: white;
        transition: 0.3s;
        border-radius: 10px;
    }

    a.btn:hover {
        background: white;
        color: #46B036;
        border: 3px solid #46B036;
        transition: 0.3s;
    }

    a.btn:hover::before {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
        transform: translateY(calc(-50% - 2px)) rotate(45deg);
        width: 10px;
        height: 2px;
        background: #46B036;

    }

    a.btn:hover::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 30px;
        height: 2px;
        background-color: #46B036;
    }


    /* フェードで表示 */

    .fadeUp {
        animation-name: fadeUpAnime;
        animation-duration: 1.5s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

    .fadeUpTrigger {
        opacity: 0;
    }

    /* トップスクロール */

    .totop__img {
        width: 100px;
        height: 100px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
    }

    .totop__img img {
        width: 100%;
    }
}

/* スマートフォン */
@media screen and (max-width:600px) {

    #main_visual {
        width: 90%;
        height: 50vh;
        margin: 10px auto 0 auto;
        position: relative;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/main_img-2.jpg");
        background-position: center center;
        background-size: cover;
        border-radius: 30px 30px 0 0;
        transition: 0s;
        background-repeat: no-repeat;

    }

    #main_visual_fade {
        width: 100%;
        height: 50vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/main_img-1.jpg");
        background-position: center center;
        background-size: cover;
        border-radius: 30px 30px 0 0;
        transition: 0.5s;
        position: absolute;
        opacity: 1;
        background-repeat: no-repeat;
    }


    .main_visual__text {
        padding: 20px;
        z-index: 100;
        position: absolute;
        bottom: 0;
    }

    .main_visual__text__title {
        display: inline;
        font-size: 20px;
        font-weight: 800;
        bottom: 20%;
        left: 5%;
        padding: 5px 10px;
        display: inline;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
        line-height: 2;
    }

    .main_visual__text__caption__wrap {
        display: none;
    }

    .main_visual__text__sp {
        width: 90%;
        margin: 30px auto;
    }


    .main_visual__text__caption {
        width: auto;
        display: inline-block;
        font-weight: 700;
        font-size: 14px;
        line-height: 2.2;
        padding: 5px 10px;
        letter-spacing: 1px;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
        color: #333;
        margin: 10px 0;
    }

    .section__1 {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .section__title {
        color: #66b500;
        font-size: 25px;
        font-weight: 700;
        margin: 0;

    }

    .section__subtitle {
        color: #333;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }

    .section__caption {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        margin: 30px 0;

    }

    .top_section {
        width: 100%;
        margin: 0 auto;
    }

    .section__1,
    .section__2,
    .section__3 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 50px 0 50px;
    }

    .section__img {
        width: 50%;
        display: none;
    }

    .section__img--1 {
        border-radius: 500px;
        overflow: hidden;
    }

    .section__img img {
        width: 100%;
    }

    .section__text {
        width: 70%;
        margin: 0 20px;
    }

    .section__btn__img {
        width: 80%;
    }

    .section__btn__img img {
        width: 100%;
    }

    /* header */
    header {
        background-color: #fff;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1000;
    }

    .header__logo {
        width: 120px;
        padding: 25px;
    }

    .header__logo--img {
        width: 100%;
    }

    .header__inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__logo__rarapon img {
        width: 100%;

    }

    .header__logo__rarapon {
        width: 150px;
        margin: 0px;
        transform: translateY(10px);
    }

    .g-nav {
        display: flex;
        margin-right: 25px;
        display: none;
    }

    .g-nav__list {
        display: block;
    }

    .gnav__link svg {
        width: 30px;
    }

    #gnav__icon {
        width: 30px;
        margin: 0 5px 0 0;
    }

    .g-nav__link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        height: 120px;
        line-height: 120px;
        padding: 0 30px;
        transition: 0.1s;
        border-bottom: 5px solid transparent;

    }

    .current-page {
        border-bottom: 5px solid #3c3c3c;

    }

    .g-nav__sns {
        display: flex;
        justify-content: space-between;
        display: none;

    }

    .g-nav__sns__list {
        width: 32px;
        margin: 10px;
        transition: 0.3s;
    }

    .g-nav__sns__list img {
        width: 100%;
        transition: 0.3s;
    }

    /* pankuzu */
    .pankuzu {
        width: 80%;
        margin: 0 auto;
        display: none;
    }

    .pankuzu span {
        color: #888888;

    }

    .pankuzu a {
        font-size: 12px;
        margin: 20px;
        color: #888888;
        font-weight: 500;
    }

    .pankuzu a:hover {
        font-size: 12px;
        margin: 20px;
        color: #D60000;
        font-weight: 500;
    }

    /* global */
    .padding_top--5px {
        padding-top: 5px;
    }

    .padding_top--10px {
        padding-top: 10px;
    }

    .padding_top--20px {
        padding-top: 20px;
    }

    .hr_1px {
        background-color: #666666;
        width: 80%;
        margin: 0 auto;
        height: 1px;
    }

    .btn {
        width: 90%;
        height: 60px;
        border-radius: 50px;
        background-color: #46B036;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        position: relative;
        transition: 0.3s;
        border: 3px solid #46B036;
        margin: 20px 0;
    }

    a.btn::before {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
        transform: translateY(calc(-50% - 2px)) rotate(45deg);
        width: 10px;
        height: 2px;
        background: white;
        transition: 0.3s;
        border-radius: 10px;

    }

    a.btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 30px;
        height: 2px;
        background-color: white;
        transition: 0.3s;
        border-radius: 10px;
    }

    /* トップスクロール */
    .totop__img {
        width: 100px;
        height: 100px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
        display: none;
    }

    .totop__img img {
        width: 100%;
    }

    /* footer */
    .footer {
        background-color: #333333;
        margin: 0px;
        width: 100%;
        font-weight: 700;
    }

    .footer__list {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .footer__list__text {
        margin: 0 10px;
        line-height: 50px;
        color: white;
        text-align: center;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .footer__text {
        margin: 0;
        line-height: 80px;
        color: white;
        text-align: center;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .footer__list__link {
        color: white;
        padding: 0 0 3px 0;
        transition: 0s;
    }

    .footer__link {
        color: white;
        text-decoration: underline;
    }

    .footer__link:visited {
        color: white;
    }


    .fadeUp {
        opacity: 1;
        animation-name: nofade;

    }
}