@charset "utf-8";
html {
    font-size: 62.5%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
body {
    background: #fff;
    color: #222;
    font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    line-height: 1.85;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
a {
    display: block;
    color: #222;
    max-width: 100%;
    max-height: 100%;
    text-decoration: none;
    outline: none;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0;
}
p {
    text-align: justify;
    line-height: 1.75;
}
p + p {
    margin-top: 1em;
}
/*===================================
section
===================================*/
.section {
    padding-bottom: clamp(70px, 9vw, 100px);
    padding-top: clamp(70px, 9vw, 100px);
}
.section:not(._bg) + .section:not(._bg) {
    padding-top: 0px;
}
.section-describe {
    width: min(100%, 800px);
    margin: 0 auto;
}
.section-describe ._title {
    line-height: 1.3;
    font-size: 32px;
}
.section-describe ._title br {
    display: none;
}
.section-describe ._discrib {
    margin-top: 20px;
    font-size: 18px;
}
._bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}
/* img */
.bg-img01 {
    background: url(../img/mv.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
/* bg bg mask */
.bg-mask {
    position: relative;
}
.bg-mask::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.bg-mask > * {
    position: relative;
    z-index: 1;
}
.bg-mask-blk::after {
    background-color: rgba(0, 0, 0, .8);
}
.bg-mask-wht::after {
    background-color: rgba(255, 255, 255, .9);
}
/* bg color */
.bg-color01 {
    background: #f9f9f9;
}
.bg-color02 {
    background: #92a185;
}
.bg-color03 {
    background: #f0f0f0;
}
.bg-color04 {
    background: #5e6756;
}
@media screen and (min-width: 767px) {
    .section-describe {
        text-align: center;
    }
    .section-describe ._title br {
        display: block;
    }
    .section-describe ._discrib {
        text-align: center;
    }
}
/*===================================
wrap
===================================*/
._inner {
    width: min(92%, 1200px);
    margin: 0 auto;
}
._container + ._container {
    margin-top: 50px;
}
._box + ._box {
    margin-top: 30px;
}
._box-child + ._box-child {
    margin-top: 20px;
}
/*===================================
flexbox
===================================*/
.f {
    display: flex;
    flex-direction: column;
}
.sp100 {
    width: 100% !important;
}
/* reserve */
.f._reserve-sp {
    flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
    .f._row {
        flex-direction: row;
    }
    .f._row-reserve {
        flex-direction: row-reverse;
    }
}
/*===================================
font
===================================*/
.en {
    font-family: 'Frank Ruhl Libre', serif;
    letter-spacing: .2em;
}
.font01 {
    font-family: 'Shippori Mincho B1', serif;
}
.font02 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.font03 {
    font-family: 'Zen Kurenaido', sans-serif;
}
/*===================================
heading
===================================*/
.scm-head {}
.scm-head + * {
    margin-top: 60px;
}
.cnt-head {}
.cnt-head + * {
    margin-top: 40px;
}
.box-head {}
.box-head + * {
    margin-top: 20px;
}
/* heading size */
.heading-lv1 {
    font-size: clamp(32px, 5vw, 36px);
    min-height: 0vw;
}
.heading-lv2 {
    font-size: clamp(24px, 5vw, 32px);
    min-height: 0vw;
}
.heading-lv3 {
    font-size: clamp(18.72px, 5vw, 24px);
    min-height: 0vw;
}
.heading-lv4 {
    font-size: clamp(16px, 5vw, 18.72px);
    min-height: 0vw;
}
.heading-lv5 {
    font-size: clamp(13.28px, 5vw, 16px);
    min-height: 0vw;
}
.heading-lv6 {
    font-size: clamp(10.72px, 5vw, 13.28px);
    min-height: 0vw;
}
/* heading style */
.heading01 {
    position: relative;
    padding: 1.5rem;
    text-align: center;
}
.heading01:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #92a185;
}
.heading01 span {
    display: block;
    color: #ccc;
    font-size: .5em;
}
/*===================================
btn
===================================*/
/* btn wrap */
.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
* + .btns {
    margin-top: 50px;
}
/* btn base */
.btn {
    border-radius: 100vh;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    padding: 1.5rem 4rem;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
}
/* btn type */
.btn-type01 {
    background: #545454;
    border-radius: 100vh;
    color: #fff;
    width: min(100%, 300px);
}
.btn-type01:hover {
    background: #92a185;
}
/*===================================
list
===================================*/
.list-item + .list-item {
    margin-top: 10px;
}
.list._bdd .list-item + .list-item {
    border-top: 1px dashed;
}
/*===================================
header
===================================*/
/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    transition: .3s;
    z-index: 999;
}
#header.fixed {
    width: min(100%, 100%);
    background: #5e6756;
    box-shadow: 0px 0px 20px rgb(51 51 51 / 15%);
}
#header.fixed .header-container {
    width: min(100%, 100%);
}
#header .logo {
    padding: 4%;
}
#header .logo img {
    width: 80px;
}
@media screen and (min-width: 960px) {
    #header.fixed {
        height: 80px;
        display: flex;
        align-items: center;
    }
    #header .logo {
        top: 0;
        z-index: 9999;
    }
    #header.fixed #nav {
        justify-content: flex-end;
    }
}
#header.UpMove {
    position: fixed;
    width: 100%;
    animation: HeadUpAnime 0.5s forwards;
}
@keyframes HeadUpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}
#header.DownMove {
    position: fixed;
    width: 100%;
    animation: HeadDownAnime 0.5s forwards;
}
@keyframes HeadDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*===================================
hamburger menu
===================================*/
.nav-openbtn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 80px;
    height: 80px;
    z-index: 9999;
}
.nav-openbtn .openbtn {
    transition: all .4s;
}
.nav-openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 20px;
    height: 1px;
    width: 40px;
    background: #fff;
    z-index: 999999;
}
.nav-openbtn span:nth-of-type(1) {
    top: 32px;
}
.nav-openbtn span:nth-of-type(2) {
    top: 42px;
}
.nav-openbtn.active span:nth-of-type(1) {
    top: 40px;
    left: 30px;
    transform: rotate(45deg);
    width: 30%;
}
.nav-openbtn.active span:nth-of-type(2) {
    top: 40px;
    left: 30px;
    transform: rotate(-45deg);
    width: 30%;
}
@media screen and (min-width:960px) {
    .nav-openbtn {
        display: none;
    }
}
/*===================================
nav
===================================*/
#nav {
    position: absolute;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: .5s all;
    z-index: 999;
}
#nav.panelactive {
    right: 0;
    z-index: 999;
}
#nav.panelactive #nav-list {}
#nav #menu-list {
    background: rgb(0 0 0 / .95);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: scroll;
}
#nav #menu-list li + li {
    margin-top: 30px;
}
#nav #menu-list li a {
    color: #fff;
    font-size: 16px;
    transition: all .3s;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.5;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
#nav #menu-list li a span {
    display: block;
    font-size: .5em;
    text-align: center;
    letter-spacing: 2px;
    color: #ccc;
}
#nav .sns_link ._list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#nav #menu-list li.sns_link ._list li + li {
    padding: 4%;
    margin: 0;
}
#nav .sns_link ._list li a img {
    width: 30px;
}
@media screen and (min-width:767px) {
    #nav #menu-list li a {
        font-size: 21px;
    }
}
@media screen and (min-width:960px) {
    #nav {
        display: flex;
        justify-content: center;
        left: 0;
        height: 80px;
    }
    #nav #menu-list {
        flex-direction: row;
        align-items: center;
        gap: 30px;
        height: 80px;
        background: none;
        margin-top: 100px;
        overflow: unset;
    }
    #header.fixed #nav #menu-list {
        margin-top: 0;
    }
    #nav #menu-list .sns_link ._list {
        display: none;
    }
    #nav #menu-list li + li {
        margin-top: 0;
    }
    #nav #menu-list li a {
        font-size: 16px;
    }
}
/*===================================
main
===================================*/
#main {
    overflow: hidden;
}
/*===================================
footer
===================================*/
#footer {
    background: #5e6756;
}
#footer ._inner {
    width: min(92%, 1200px);
}
#footer .footer_logo {
    padding-top: 50px;
}
#footer .footer_logo img {
    margin: 0 auto;
}
#footer .footer-link .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 50px;
}
#footer .footer-link .list li {
    width: calc((100% - 20px) / 2);
}
#footer .footer-link .list li a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 0;
    letter-spacing: .1em;
}
#footer .footer-link .list li a span {
    display: block;
    color: #ccc;
    font-size: .5em;
}
#footer .sns_link .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}
#footer .sns_link .list .list-item {
    margin-top: 0;
}
#footer .sns_link img {
    width: 30px;
    height: auto;
}
#footer small {
    font-size: 10px;
    padding: 20px 0;
    display: block;
    text-align: center;
    color: #fff;
    border-top: 1px solid #92a185;
}
@media (min-width: 767px) {
    #footer .footer_logo img {
        margin: 0;
        padding-left: 4%
    }
    #footer .footer-link .list {
        flex-wrap: wrap;
        flex-direction: row;
        width: min(100%, 800px);
        margin: 50px auto;
    }
    #footer .footer-link .list li {
        width: calc((100% - 60px) / 3);
    }
    #footer .sns_link .list {
        justify-content: flex-start;
        padding: 4%;
    }
}
@media (min-width: 960px) {
    #footer .footer_logo img {
        margin: 0 auto;
        padding: 0;
    }
    #footer .footer-link .list li {
        width: calc((100% - 100px) / 4);
    }
    #footer .sns_link .list {
        justify-content: center;
    }
}
/*===================================
page top
===================================*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5e6756;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    transition: all 0.3s;
}
#page-top a:hover {
    color: #92a185;
    background: #fff;
    transform: translateY(-5px);
}
#page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}
#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}