@charset "UTF-8";
/* Common */
@media screen and (min-width: 769px) {
    html{scroll-padding-top: 120px;}
}

@media screen and (max-width: 768px) {
    html{scroll-padding-top: calc(13vw + 10px);}
}

.content{max-width: 1200px; margin: 0 auto; width: calc(100% - 40px);}

.exlink{color: #008DB5; text-decoration: underline; text-underline-offset: 0.2em;}
.exlink::after{font-family: 'Material Icons'; content: "\e89e"; display: inline-block; position: relative; top: 0.15em; font-weight: 400; font-size: 1.1em; line-height: 1.8; margin: 0 0.1em;}
.exlink:hover{text-decoration: none;}

/* Header */
header{position: fixed; top: 10px; left: 10px; right: 10px; height: 100px; background: #fff; border-radius: 10px; padding: 0 20px 0 40px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20); display: flex; justify-content: space-between; align-items: center; line-height: 1; z-index: 100;}

.header-left{display: flex; align-items: center;}

.site-logo a{display: flex; align-items: center;}
.site-logo span{font-size: 3.5rem; font-weight: 700; font-family: "BIZ UDPMincho"; margin: 0 0 0 30px;}

.header-link{font-size: 1.5rem; line-height: 1.4; font-weight: bold; margin: 0 0 0 30px;}
.header-link a::before{font-family: 'Material Icons'; content: "\ea50"; display: inline-block; font-weight: 400; margin: 0 3px 0 0; position: relative; top: 0.13em;}
.header-link a:hover{text-decoration: underline; text-underline-offset: 0.2em;}

@media screen and (max-width: 1000px) {
    header{padding: 0 min(3vw,20px);}
    
    .site-logo img{width: min(6.2vw,56px);}
    .site-logo span{margin: 0 0 0 min(3vw,2rem); font-size: min(3.6vw,3.5rem);}
    
    .header-link{font-size: min(1.8vw,1.5rem); margin: 0 0 0 min(4vw,2rem);}
    
    .header-logo{width: min(28vw,253px);}
}

@media screen and (max-width: 768px) {
    header{height: 13vw; border-radius: 0; top: 0; left: 0; right: 0;}
}

/* Main */
.main{padding: 0 0 80px;}
.group{margin: 0 0 80px;}

@media screen and (max-width: 768px) {
    .main{padding: 0 0 60px;}
    .group{margin: 0 0 60px;}
}

.m-tit{font-size: 3.3rem; line-height: 1.4; font-weight: bold; font-family: "BIZ UDPMincho"; border-bottom: 1px solid #4D4D4D; padding: 0 0 25px 50px; margin: 0 0 40px; position: relative;}
.m-tit::before{content: ""; background: url("../img/common/icon-leaf.svg") no-repeat center center/100% auto; width: 1em; height: 1em; position: absolute; top: 0.18em; left: 0;}

.m-tit2{font-size: 2rem; line-height: 1.7; font-weight: bold; font-family: "BIZ UDPMincho"; color: #255D40; padding: 0 0 0 33px; margin: 0 0 30px; position: relative;}
.m-tit2::before{content: ""; background: url("../img/common/icon-leaf.svg") no-repeat center center/100% auto; width: 1em; height: 1em; position: absolute; top: 0.3em; left: 0;}

@media screen and (max-width: 768px) {
    .m-tit{font-size: 2.4rem; padding: 0 0 15px 35px; margin: 0 0 25px;}
    
    .m-tit2{font-size: 1.8rem; padding: 0 0 0 27px; margin: 0 0 15px;}
}

/* Btn Link */
.btn-link{width: 100%; margin: 40px 0 0 0; text-align: right;}
.btn-link a{text-align: center; background: #255D40; border-radius: 10px; font-size: min(2.2vw,2rem); line-height: 1.5; font-weight: bold; color: #fff; border: 2px solid #255D40; box-shadow: 0 0 20px 0 rgba(37, 93, 64, 0.2); transition: .6s; font-family: "BIZ UDPMincho", serif; padding: 0.6em 1.3em; display: inline-block;}
.btn-link span::after{content: ""; width: 1.2em; height: 1.2em; margin: 0 0 0 0.7em; background: #fff; display: inline-block;
mask: url("../img/common/icon-arrow.svg") no-repeat top left/100% 100%; -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat top left/100% 100%; position: relative; top: 0.15em}

.btn-link a:hover{background: #fff; color: #255D40;}
.btn-link a:hover::after{background: #255D40;}

@media screen and (max-width: 768px) {
    .btn-link{max-width: 400px; margin: 40px auto 0;}
    .btn-link a{font-size: min(4.2vw,1.8rem); width: 100%; padding: 1em 0;}
}

/* Text Link */
.text-link {
    text-align: right; margin: 40px 0 0 0;
    & a {
        color: #255D40; font-size: 1.6rem; font-weight: bold;
        &:after {
            content: ""; display: inline-block; width: 1em; height: 1em; background: url("../img/common/icon-arrow.svg") no-repeat top left/100% 100%; position: relative; top: 0.1em; margin: 0 0 0 0.625em; 
        }
        &:hover {
            text-decoration: underline;
        }
    }
}
@media screen and (max-width:768px) {
    .text-link {
        & a {
            font-size: 1.4rem;
        }
    }
}
/* Footer */
footer{background: #DFE5E2;}

.sitemap{padding: 50px 0;}
.sitemap-item{margin: 0 0 20px; max-width: 800px;}
.sitemap-item:last-of-type{margin: 0;}
.sitemap-tit{font-size: 1.2rem; font-weight: bold; padding: 0 0 0 20px; position: relative; margin: 0 0 7px;}
.sitemap-tit::before{content: ""; width: 14px; height: 14px; position: absolute; top: 0.3em; left: 0; display: inline-block; background: #4d4d4d; mask: url("../img/common/icon-leaf.svg") no-repeat center center/100% auto; -webkit-mask: url("../img/common/icon-leaf.svg") no-repeat center center/100% auto;}

.sitemap-list{display: flex; flex-wrap: wrap;}
.sitemap-list li{margin: 0 1.5em 0 0;}
.sitemap-list a{color: #255D40; font-weight: bold;}
.sitemap-list a:hover{text-decoration: underline; text-underline-offset: 0.2em;}
.sitemap-list a::after{content: ""; display: inline-block; width: 1em; height: 1em; background: url("../img/common/icon-arrow.svg") no-repeat top left/100% 100%; position: relative; top: 0.1em; margin: 0 0 0 0.625em;}

@media screen and (max-width: 768px) {
    .sitemap{padding: 40px 0;}
}

@media screen and (max-width: 480px) {
    .sitemap-list li{margin: 0; width: 100%;}
}

.copyright{background: #fff; padding: 30px 0; text-align: center; font-size: 1.3rem; line-height: 1.5; font-weight: 400; font-family: "BIZ UDPMincho"; color: #000;}

@media screen and (max-width: 768px) {
    .copyright{font-size: 1.1rem; padding: 20px 0 60px;}
}

/* Pagetop */
#pagetop{position: fixed; bottom: 10px; right: 10px; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 10px; cursor: pointer; z-index: 30; cursor: pointer; filter: drop-shadow(0 3px 20px rgba(37, 93, 64, 0.2)); transition: .4s; text-indent: -9999px; opacity: 0; pointer-events: none;}
#pagetop::after{content: ""; width: 30px; height: 32px; display: block; background: #255D40; mask: url("../img/common/pagetop.svg") no-repeat center center/100% auto; -webkit-mask: url("../img/common/pagetop.svg") no-repeat center center/100% auto; transition: .4s;}
#pagetop:hover{background: #255D40;}
#pagetop:hover::after{background: #fff;}
#pagetop.is-show{opacity: 1; pointer-events: auto;}

@media screen and (max-width: 768px) {
    #pagetop{width: 40px; height: 40px; border-radius: 6px;}
    #pagetop::after{width: 20px; height: 22px;}
}

/* Animate */
@media screen{
    .fade-in{opacity: 0; transition: 1s ease;}
    .fade-in.is-view{opacity: 1;}
    
    .fade-right{opacity: 0; transform: translateX(10%); transition: 1s ease;}
    .fade-right.is-view{opacity: 1; transform: translateX(0);}
}