.wrap {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px
}

@media screen and (max-width: 374px) {
    .wrap {
        padding: 0 20px
    }
}

.ttl-shared span {
    display: block;
    line-height: 1;
    letter-spacing: .1em
}

.ttl-shared span.en {
    color: #e2e2e2;
    font-size: 128.33px;
    font-weight: 300
}

.ttl-shared span.jp {
    position: relative;
    z-index: 1;
    margin-top: -45px;
    color: #626262;
    font-size: 36px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .ttl-shared span.en {
        font-size: 55px
    }

    .ttl-shared span.jp {
        margin-top: -18px;
        font-size: 18.04px
    }
}

.btn-shared a {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #626262;
    border-radius: 95px;
    padding: 19px 40px 22px 33px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
    letter-spacing: 0
}

.btn-shared a::before {
    content: "";
    position: absolute;
    background: #92bf4f;
    width: 10px;
    height: 9px;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.btn-shared a:hover {
    opacity: .8
}

.btn-shared.type-2 {
    width: auto
}

.btn-shared.type-2 a {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff
}

.btn-shared.type-2 a::before {
    background: url("../img/icons/icon_link.svg") no-repeat center/100%;
    width: 13px;
    height: 13px;
    right: 24px;
    -webkit-clip-path: unset;
    clip-path: unset
}

@media screen and (max-width: 767px) {
    .btn-shared a {
        font-size: 16px
    }

    .btn-shared a::before {
        width: 7px;
        height: 10px;
        right: 25px
    }

    .btn-shared.type-2 a::before {
        width: 9px;
        height: 9px
    }
}

@media screen and (max-width: 374px) {
    .btn-shared a {
        padding-right: 30px;
        padding-left: 30px
    }

    .btn-shared a::before {
        right: 20px
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #fff;
    color: #92bf4f;
    padding: 20px 33px;
    transition: .3s
}

#header .logo {
    display: block
}

#header .logo a {
    text-align: center;
    display: block;
    transition: .3s
}

#header .logo a span {
    display: block;
    line-height: 1
}

#header .logo a span.jp {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0
}

#header .logo a span.en {
    margin-top: 9px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .14em
}

#header #menu-toggle {
    flex: 1;
    max-width: 655px
}

#header #menu-toggle .nav-list {
    display: flex;
    justify-content: space-between;
    gap: 10px
}

#header #menu-toggle .nav-list li a {
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0;
    transition: .3s
}

#header #menu-toggle .nav-list li a:hover {
    opacity: .8
}

@media screen and (max-width: 767px) {
    #header {
        position: absolute;
        display: block;
        padding: 19px 0 19px 21px
    }

    #header .logo {
        width: -moz-fit-content;
        width: fit-content
    }

    #header .logo a span.jp {
        font-size: 26.18px
    }

    #header .logo a span.en {
        margin-top: 8px;
        font-size: 9.82px
    }

    #header #menu-toggle {
        position: fixed;
        inset: 0;
        overflow-y: auto;
        opacity: 0;
        pointer-events: none;
        max-width: unset;
        background: url("../img/shared/menu_togg_deco.png") no-repeat left top/calc(100% - 70px), linear-gradient(180deg, rgb(148, 196, 77) 0%, rgb(191, 207, 72) 100%);
        transition: .3s
    }

    #header #menu-toggle .nav-list {
        padding: 87px 17.5px;
        display: block
    }

    #header #menu-toggle .nav-list li a {
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        background: #fff;
        color: #626262;
        border-bottom: 1px solid #e7e7dc;
        padding-left: 40px;
        font-size: 16px;
        line-height: 64px;
        font-weight: 500;
        letter-spacing: .02em
    }

    #header #menu-toggle .nav-list li a::before {
        content: "";
        position: absolute;
        background: #80b200;
        width: 8px;
        height: 9px;
        top: calc(50% + 1px);
        left: 25px;
        transform: translateY(-50%);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%)
    }
}

@media screen and (max-width: 767px) {
    #hamburger {
        position: fixed;
        top: 0;
        right: 0;
        width: 70px;
        height: 70px;
        z-index: 1000;
        background: rgba(186, 186, 186, .7);
        display: flex !important;
        justify-content: center;
        align-items: center
    }

    #hamburger .inner {
        position: relative;
        width: 32px;
        height: 21px
    }

    #hamburger .inner span {
        position: absolute;
        left: 0;
        display: block;
        background: #fff;
        width: 100%;
        height: 3px;
        transition: .3s
    }

    #hamburger .inner span:nth-child(1) {
        top: 0
    }

    #hamburger .inner span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%)
    }

    #hamburger .inner span:nth-child(3) {
        bottom: 0;
        width: calc(100% - 10px)
    }

    #hamburger.active .inner span:nth-child(1) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(30deg)
    }

    #hamburger.active .inner span:nth-child(3) {
        opacity: 0
    }

    #hamburger.active .inner span:nth-child(2) {
        bottom: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-30deg)
    }
}

#menu .ttl {
    background: linear-gradient(90deg, rgb(114, 177, 21) 0%, rgb(175, 198, 1) 100%);
    padding: 30px 0 21px
}

#menu .ttl h2 {
    position: relative
}

#menu .ttl h2 span {
    text-align: center;
    display: block;
    color: #fff;
    line-height: 1;
    letter-spacing: .1em
}

#menu .ttl h2 span.en {
    opacity: .2;
    font-size: 128.33px;
    font-weight: 300
}

#menu .ttl h2 span.jp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 36px;
    font-weight: 500
}

#menu .group-link1 {
    display: flex;
    justify-content: space-between;
    row-gap: 1px
}

#menu .group-link1 li {
    width: 25%
}

#menu .group-link1 li+li {
    padding-left: 1px
}

#menu .group-link1 li a {
    display: block;
    position: relative;
    z-index: 1;
    min-height: 342px;
    padding: 42px 10px 20px;
}

#menu .group-link1 li a .bg {
    position: absolute;
    inset: 0;
    z-index: -1
}

#menu .group-link1 li a .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#menu .group-link1 li a .inner {
    color: #fff;
    max-width: 258px;
    margin: 0 auto
}

#menu .group-link1 li a .inner h3 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 41px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .05em
}

#menu .group-link1 li a .inner h3:after {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow03.svg") no-repeat center/100%;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

#menu .group-link1 li a .inner .txt {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: .05em
}

#menu .group-link2 {
    display: flex;
    justify-content: space-between;
    row-gap: 1px;
    margin-top: 1px
}

#menu .group-link2 li {
    width: 25%
}

#menu .group-link2 li+li {
    padding-left: 1px
}

#menu .group-link2 li:nth-child(even) a {
    background: #e6e6e6
}

#menu .group-link2 li:nth-child(odd) a {
    background: #efefef
}

#menu .group-link2 li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 50px 0 28px;
    height: 118px
}

#menu .group-link2 li a::before {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow03.svg") no-repeat center/100%;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

#menu .group-link2 li a .txt {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: .05em
}

#menu .group-link2 li a .txt small {
    margin-left: -9px;
    font-size: 18px;
    letter-spacing: -0.05em
}

#menu .group-link2 li a .txt span {
    letter-spacing: -0.05em
}

#menu .group-link2 li a:hover {
    opacity: .8
}

@media screen and (min-width: 768px)and (max-width: 1366px) {
    #menu .group-link2 li a {
        gap: 10px;
        padding: 0 50px 0 20px
    }

    #menu .group-link2 li a .txt {
        font-size: 20px
    }

    #menu .group-link2 li a .txt small {
        margin-left: -9px;
        font-size: 16px
    }

    #menu .group-link2 li:nth-child(1) a .icon {
        width: 55px
    }

    #menu .group-link2 li:nth-child(2) a .icon {
        width: 55px
    }

    #menu .group-link2 li:nth-child(3) a .icon {
        width: 51px
    }

    #menu .group-link2 li:nth-child(4) a .icon {
        width: 61px
    }
}

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

    #menu .group-link1,
    #menu .group-link2 {
        flex-wrap: wrap
    }

    #menu .group-link1 li,
    #menu .group-link2 li {
        width: 50%
    }

    #menu .group-link1 li:nth-child(3),
    #menu .group-link2 li:nth-child(3) {
        padding-left: 0
    }
}

@media screen and (max-width: 767px) {
    #menu .ttl {
        padding: 20px 0 19px
    }

    #menu .ttl h2 span.en {
        font-size: 75px
    }

    #menu .ttl h2 span.jp {
        font-size: 25.04px
    }

    #menu .group-link1 {
        flex-direction: column
    }

    #menu .group-link1 li {
        width: 100%
    }

    #menu .group-link1 li+li {
        padding-left: 0
    }

    #menu .group-link1 li a {
        min-height: 207px;
        padding: 30px
    }

    #menu .group-link1 li a .inner {
        max-width: unset
    }

    #menu .group-link2 {
        flex-direction: column
    }

    #menu .group-link2 li {
        width: 100%
    }

    #menu .group-link2 li+li {
        padding-left: 0
    }

    #menu .group-link2 li a {
        padding: 0 50px 0 32px;
        height: 107px
    }

    #menu .group-link2 li a::before {
        right: 18px
    }

    #menu .group-link2 li:nth-child(1) a .icon {
        width: 48px
    }

    #menu .group-link2 li:nth-child(2) a .icon {
        width: 48px
    }

    #menu .group-link2 li:nth-child(3) a .icon {
        width: 46px
    }

    #menu .group-link2 li:nth-child(4) a .icon {
        width: 50px
    }
}

#slider .item {
    width: 423px
}

@media screen and (max-width: 767px) {
    #slider .item {
        width: 278px
    }
}

#contact {
    background: url("../img/shared/contact_bg.jpg") no-repeat center/cover;
    padding: 51px 0 74px
}

#contact h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: .1em
}

#contact .group-link {
    display: flex;
    justify-content: space-between;
    margin-top: 19px
}

#contact .group-link li {
    width: 31.4814814815%
}

#contact .group-link li a {
    display: block
}

#contact .group-link li a img {
    display: block
}

@media screen and (max-width: 768px) {
    #contact {
        background-image: url("../img/shared/contact_bg_sp.jpg");
        padding: 36px 0 33px
    }

    #contact h2 {
        font-size: 26px;
        line-height: 35px
    }

    #contact .group-link {
        flex-direction: column;
        gap: 7px;
        margin-top: 26px
    }

    #contact .group-link li {
        width: 100%
    }
}

#footer {
    background: #fff
}

#footer .top {
    padding: 67px 0 94px
}

#footer .top .group-link {
    display: flex;
    justify-content: center;
    gap: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 65px
}

#footer .top .group-link li {
    width: 31.4814814815%
}

#footer .top .group-link li a {
    display: block
}

#footer .top .group-link li a img {
    display: block
}

#footer .top .logo {
    width: 279px;
    margin: 62px auto 0
}

#footer .top .logo a {
    display: block
}

#footer .top .info {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-top: 28px;
    font-size: 14px;
    line-height: 22px
}

#footer .top .info a {
    text-decoration: underline
}

#footer .bot {
    font-family: "Noto Sans JP", sans-serif;
    background: #92bf4f;
    color: #fff;
    padding-bottom: 70px;
    font-size: 12px;
    line-height: 50px
}

#footer .bot .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#footer .bot .group-link {
    display: flex;
    gap: 26px
}

#footer .bot .group-link li a {
    display: block
}

#footer .bot .group-link li a:hover {
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    #footer .top {
        padding: 37px 0
    }

    #footer .top .group-link {
        flex-direction: column;
        gap: 12px;
        padding: 0 18.5px 37px
    }

    #footer .top .group-link li {
        width: 100%
    }

    #footer .top .logo {
        width: 205px;
        margin-top: 37px
    }

    #footer .top .info {
        margin-top: 19px;
        font-size: 10.28px;
        line-height: 16.4px
    }

    #footer .bot {
        text-align: center;
        padding: 16px 0 103px;
        line-height: 25px
    }

    #footer .bot .wrap {
        flex-direction: column;
        gap: 7px
    }

    #footer .bot address {
        order: 2;
        margin-top: 0px
    }

    #footer .bot .group-link {
        order: 1;
        display: block
    }
}

#fixed-btn {
    font-family: "Zen Old Mincho", serif;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000
}

#fixed-btn ul {
    display: flex;
    gap: 10px
}

#fixed-btn ul li a:hover {
    opacity: .8
}

#fixed-btn ul li a {
    display: block;
}

#fixed-btn ul li a img {
    height: 50px;
    width: auto;
}

#fixed-btn ul li:last-child {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 36px;
}

@media screen and (max-width: 767px) {
    #fixed-btn {
        justify-content: space-between;
        left: 5px;
        bottom: 5px;
        right: 5px
    }

    #fixed-btn ul {
        gap: 5px
    }

    #fixed-btn ul li a img {
        height: auto;
        width: auto;
    }
	
	#fixed-btn ul li:last-child {
		bottom: 10vw;
	}
}

@media screen and (max-width: 767px) {
    .navOpen #header .logo {
        position: fixed;
        top: 19px;
        left: 21px;
        z-index: 999
    }

    .navOpen #fixed-btn ul li:nth-child(4) {
        display: none
    }
}