@charset "UTF-8";
html {
    overflow: auto;
}

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    overflow: hidden;
    font-weight: 500;
    margin:0; /* 変更しない */
    padding:0; /* 変更しない */
    font-size:62.5%; /* 16pxのとき */
    line-height:1.6; /* 変更しない */
}

img {
    width: 100%;
}

::-moz-selection {
    color: #445660;
    background-color: #f4b17b;
}

::selection {
    color: #445660;
    background-color: #f4b17b;
}

.hide {
    position: absolute;
    left: -100em;
    top: -100em;
}

/* =====================

  PC

===================== */

.sphead,.search_sp {
    display: none;
}

.forestry {
    position: relative;
    background: url("/img/forestry/foot-bg.jpg") no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.forestry::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1040px;
    top: 200px;
    left: -350px;
    border-right: 2440px solid #f5f5f5;
    -webkit-transform: rotate(335deg);
    transform: rotate(335deg);
    z-index: -1;
    background-attachment: fixed;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1800px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-1 {
    padding-left: 2%;
    width: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-2 {
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-2 h1 {
    margin: 0 auto;
    padding: 6% 0 8% 0;
    width: 85%;
    max-width: 600px;
}

.mainVis {
    position: relative;
    padding-top: 100%;
    width: 100%;
    background: url("/img/forestry/main.jpg") center no-repeat;
    background-size: cover;
}

.mainVis_catch {
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 80%;
}

.acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: #2d4045;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.acc-1 {
    position: relative;
    padding: 15px 55px 15px 15px;
    width: 70%;
    box-sizing: border-box;
}

.acc-1::before{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 110px 40px;
    border-color: transparent transparent #2d4045 transparent;
}

.acc-1 .tel {
    text-align: center;
    padding-bottom: 10px;
}

.acc-1 .tel_in {
    font-size: 220%;
    line-height: 1.2;
    color: #fff !important;
}

.acc-1 .tel_icon {
    display: inline-block;
    margin-right: 7px;
    width: 30px;
    vertical-align: sub;
}

.acc-1 .search {
    width: 100%;
}

.search_container {
    position: relative;
    box-sizing: border-box;
}

.search_container input[type="text"] {
    border: none !important;
    height: 2rem !important;
    width: 100% !important;
    padding: 0 38px 0 0 !important;
    box-sizing: border-box;
}

.search_container input[type="text"]:focus {
    outline: 0;
}

.search_container {
    border: 1px solid #1b292d;
    padding: 0px 5px;
    height: 2rem;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
}

.search_container input[type="image"] {
    cursor: pointer;
    border: none;
    background: #1b292d;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    outline: none;
    padding: 5px;
}

.search_container ::-webkit-input-placeholder {
    color: #1065B5;
}

.acc-2 {
    position: relative;
    width: 30%;
    min-width: 220px;
    background: #ea6f0b;
    box-sizing: border-box;
}

.acc-2::before{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 110px 40px;
    border-color: transparent transparent #ea6f0b transparent;
}

.acc-2 .inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    line-height: 1.4;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.acc-2 .inquiry a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    font-size: 240%;
}

.acc-2 .inquiry a span {
    display: block;
    font-size: 70%;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.nav_img {
    width: 40%;
}

nav {
    padding-left: 10%;
    padding-right: 5%;
    width: 62%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul {
    list-style: none;
}

nav li {
    display: block;
    padding: 3% 0;
}

nav li a {
    display: block;
    position: relative;
    padding: 10px 25px 10px 15px;
    width: 100%;
    border: solid 2px #2d4045;
    border-radius: 5px;
    text-decoration: none;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #2d4045;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

nav li a::after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    border-right: 3px solid #2d4045;
    border-bottom: 3px solid #2d4045;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav ul li a:hover{
    color: #fff;
    background: #2d4045;
}

nav ul li a:hover::after{
    content: '';
    display: inline-block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slide {
    margin: 0 auto;
    padding-top: 10%;
    width: 80%;
}

.slide_box {
    width: 100%;
    background: #b4def0;
    margin: 0 auto;
    cursor: pointer;
}

.slide_box .slick-dots {
    bottom: -45px;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slide_box .slick-arrow {
    position: absolute;
    display: block;
    width: 18px;
    cursor: pointer;
    bottom: -20px;
    z-index: 9;
}

.slick-slide img{
    width: 100%!important;
    height: auto!important;
}

.slide_box .p-main_prev {
    position: absolute;
    top: 50%;
    left: -20px;
}

.slide_box .p-main_next {
    position: absolute;
    top: 50%;
    right: -20px;
}

.nextBtn {
    position: relative;
}

.nextBtn:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 2px 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 9;
}

.prevBtn {
    position: relative;
}

.prevBtn:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 2px 0;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 9;
}

.s-main_bnr.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slide .slick-dots li.slick-active button:before {
    background: #ea6f0b;
    opacity: 1;
}

.slide .slick-dots li button:before {
    background: #445660;
    opacity: 1;
    border-radius: 0;
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 150px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.news_tit {
    display: inline-block;
    padding-bottom: 10px;
    color: #445660;
    font-size: 400%;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1;
}

.news_tit:first-letter {
    color: #ea6f0b;
}

.news_sub {
    position: relative;
    padding-left: 20px;
    font-size: 35%;
    vertical-align: middle;
}

.news_sub::before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #445660;
    top: -10px;
    left: 20px;
    z-index: 1;
}

.news_btn {
    margin-top: 30px;
    font-size: 160%;
}

.news_btn a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 35px;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    border: solid 1px #000;
    width: 50%;
    max-width: 400px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.news_btn a::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.news_btn a:hover{
    color: #fff;
    background: #2d4045;
}

.news_btn a:hover::after{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.news_in {
    padding-top: 10px;
    color: #000;
    border-top: solid 1px #949494;
    list-style: none;
}

.news_in li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    border-bottom: solid 1px #e0e0e0;
}

.news_in a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.news_in a:hover {
    text-decoration: underline;
}

.news .newsDate {
    padding-right: 30px;
    font-size: 160%;
    color: #333;
}

.news .newsTxt {
    font-size: 170%;
}

.fb {
    padding-left: 50px;
    width: 380px;
}

.fb_tit {
    position: relative;
    padding: 0 0 10px 45px;
    font-size: 240%;
    font-weight: bold;
    color: #445660;
    letter-spacing: 1px;
}

.fb_tit::before {
    position: absolute;
    content: '';
    display: block;
    background: url("/img/forestry/icon-fb.png") no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    top: 0px;
    left: 0;
    z-index: 1;
}

.fb_in {
    margin: 0 auto;
    width: 100%;
}

.fb_btn {
    margin-top: 30px;
    font-size: 160%;
}

.fb_btn a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 5px 25px;
    color: #1877f2;
    background: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    border: solid 2px #1877f2;
    max-width: 200px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.fb_btn a::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-right: 2px solid #1877f2;
    border-bottom: 2px solid #1877f2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fb_btn a:hover{
    color: #fff;
    background: #1877f2;
}

.fb_btn a:hover::after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 94%;
    max-width: 1400px;
}

.movie_in {
    width: 40%;
}

.movie_tit {
    display: inline-block;
    padding-bottom: 20px;
    color: #445660;
    font-size: 600%;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1;
}

.movie_tit:first-letter {
    color: #ea6f0b;
}

.movie_sub {
    position: relative;
    padding-left: 15px;
    font-size: 180%;
    color: #445660;
    font-weight: bold;
}

.movie_sub::before {
    position: absolute;
    content: '';
    display: block;
    margin-top: -5px;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 9px;
    border-color: transparent transparent transparent #ea6f0b;
    z-index: 1;
}

.movie_txt {
    margin: 2rem 0;
    font-size: 180%;
    line-height: 1.5;
}

.movie_txt p {
    margin: 1rem 0;
}

.movie_txt a{
    color: #0067af;
}

.movie_btn {
    font-size: 160%;
}

.movie_btn a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 35px;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    border: solid 1px #000;
    width: 50%;
    max-width: 250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.movie_btn a::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.movie_btn a:hover{
    color: #fff;
    background: #2d4045;
}

.movie_btn a:hover::after{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.movie_box {
    margin-left: 60px;
    width: 60%;
}

.movie_box .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie_box .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 160px 0 90px 0;
    width: 98%;
    max-width: 1400px;
    list-style: none;
    -ms-flex-pack: distribute;
    justify-content: center;
    flex-wrap:wrap;
}

.bnr img {
    transition: 0.3s;
}

.bnr a img:hover {
    opacity: 0.5;
}

.bnr .free_box2 {
    margin: 1rem;
}

footer {
    padding-bottom: 60px;
    text-align: center;
}

footer dl {
    color: #fff;
}

footer dt {
    font-size: 180%;
}

footer dd {
    padding: 10px 0;
    font-size: 150%;
    line-height: 1.5;
}

.about {
    padding: 20px 0;
    font-size: 250%;
    color: #fff;
    font-weight: bold;
}

.contact {
    font-size: 180%;
}

.contact a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 35px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    background: #ed7d22;
    width: 50%;
    max-width: 220px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.contact a::after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact a:hover{
    color: #fff;
    background: #2d4045;
}

.contact a:hover::after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.contact_icon {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    vertical-align: middle;
}

.copyright {
    padding: 0 0 10px 0;
    color: #fff;
    text-align: center;
    font-size: 120%;
}

/* ページトップ */

.top_scroll {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
}

#page-top {
    display: block;
    position: fixed;
    right: -250px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: solid 1px #fff;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
}

#page-top::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 20px auto 0 auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* =====================

追加

===================== */

.search .gsc-control-cse{
    background: none;
    border: none;
    padding: 0;
}

.search table.gsc-search-box td.gsc-input{
    padding: 0;
}

.gsc-input .gsc-input-box{
    padding: 0;
    border: none;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

.search .gsc-search-button{
    background-color: #1b292d;
}

.search .gsc-search-button-v2{
    padding: 5px;
    margin: 0;
    background-color: #1b292d;
    border-color: #1b292d;
}

.search .gsc-search-button-v2 svg{
    width: 23px;
    height: 23px;
}

.search .gs-title {
    text-align: left;
}

td.gssb_a img {
    display: none;
}

/* =====================

  IE

===================== */

@media all and (-ms-high-contrast: none) {
    body {
        font-family: "メイリオ", Meiryo, sans-serif;
    }
}

/* =====================

Tablet

===================== */

@media screen and (max-width: 1200px) {
    nav li a{
    font-size: 160%;
    }
    .acc-1::before,.acc-2::before{
    content: none;
    }
    .news_in li {
        display: block;
        padding: 15px 10px;
    }
    .news .newsDate {
        display: block;
        padding-bottom: 5px;
    }
}

/* =====================

Smartphone

===================== */

@media screen and (max-width: 910px) {
    .sphead,.search_sp {
        display: block;
    }
    .logo-sp{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 70%;
    z-index: 10;
    }
    .forestry {
        background-size: inherit;
    }
    .main {
        display: block;
    }
    .main-1 {
        padding-left:0;
        width: 100%;
    }
    .main-2 {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main-2 h1 {
        display: none;
    }
    .nav,
    .search_pc {
        display: none;
    }
    .acc-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .acc-1 .tel {
        padding-bottom: 0;
    }
    .acc-1 .tel_in{
    font-size: 200%;
    }
    .acc-1 .tel_icon{
    width: 23px;
    }
    .acc-2{
    min-width: 180px;
    }
    .acc-2 .inquiry a{
    font-size: 190%;
    }
    .slide {
        width: 80%;
    }
    .info {
        display: block;
        max-width: auto;
        padding: 100px 0;
    }
    .news {
        margin-top: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }
    .news_tit {
        display: block;
        padding-bottom: 20px;
        line-height: 1.2;
        text-align: center;
        font-size: 460%;
    }
    .news_sub {
        display: block;
        padding-top: 10px;
        padding-left: 0;
        font-size: 35%;
    }
    .news_sub::before {
        content: none;
    }
    .fb {
        padding-top: 80px;
        padding-left: 0;
        width: 100%;
    }
    .fb_in {
        margin: 0 auto;
        width: 100%;
        max-width: 380px;
    }
    .movie {
        display: block;
        margin: 0 auto;
        width: 94%;
        max-width: 100%;
    }
    .movie_in {
        width: 100%;
    }
    .movie_tit {
        display: block;
        padding-bottom: 0;
        font-size: 460%;
        text-align: center;
        line-height: 1.2;
        margin-block-end: 0;
    }
    .movie_sub {
        padding-left: 0;
        font-size: 160%;
        letter-spacing: -1px;
        text-align: center;
    }
    .movie_sub::before {
        content: none;
    }
    .movie_txt {
        margin: 2rem 0;
        font-size: 180%;
        line-height: 1.5;
    }
    .movie_txt p {
        margin: 1rem 0;
    }
    .movie_btn {
        font-size: 160%;
    }
    .movie_btn a {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 10px 35px;
        color: #000;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.7);
        border: solid 1px #000;
        width: 50%;
        max-width: 250px;
    }
    .movie_btn a::after {
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        right: 10px;
        margin-top: -3px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .movie_box {
        margin-top: 60px;
        margin-left: 0;
        width: 100%;
    }
    .movie_box .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .movie_box .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .bnr {
        padding: 100px 0 80px 0;
    }
    .bnr ul {
        display: block;
        width: 70%;
        max-width: auto;
    }
    .bnr li {
        width: 100%;
        margin: 1rem 0;
    }
    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 11;
        right: 10px;
        top: 10px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        text-align: center;
        background: #2d4045;

        background: #ea6f0b;
        border: 1px solid #ea6f0b;

    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 23px;
        height: 2px;
        left: 6px;
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 8px;
    }
    .hamburger span:nth-child(2) {
        top: 16px;
    }
    .hamburger span:nth-child(3) {
        top: 24px;
    }
    /* ナビ開いてる時のボタン */
    .hamburger.active {
        background: none;
    }
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #ea6f0b;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #ea6f0b;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .globalMenuSp {
        padding: 55px 0 0 0;
        position: fixed;
        top: 0;
        left: 0;
        color: #2d4045;
        background: white;
        text-align: center;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity .8s ease, visibility .8s ease;
        transition: opacity .8s ease, visibility .8s ease;
        z-index: -1;
    }
    .navSp {
        margin: 0 auto;
        padding: 10px 0;
        width: 100%;
    }
    .navSp li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        -webkit-transition: .8s all;
        transition: .8s all;
    }
    .navSp li:last-child {
        padding-bottom: 0;
    }
    .navSp li:hover {
        color: #fff;
        background: #f3b17b;
    }
    .navSp li a {
        display: block;
        color: #2d4045;
        padding: 1.5em 0;
        text-decoration: none;
        font-size: 180%;
        font-weight: bold;
    }
    /* このクラスを、jQueryで付与・削除する */
    .globalMenuSp.active {
        opacity: 100;
        z-index: 10;
    }

    .search_sp .search {
        padding: 2em;
    }

    .search_sp #___gcse_0,.search_sp .search .gsc-control-cse{
        width: 100%;
    }

    .search_sp .search td.gsc-input{
        border: solid 1px #1b292d;
    }

    td.gssb_e{
        display:none;
    }

}



/* ==========================================================================
   2025年度回収作業で追記
   ========================================================================== */
/* --------------------------------------------------------------------------
   アクセシビリティー対策
   -------------------------------------------------------------------------- */
.movie_tit, .movie_sub, .sns h2 {
    text-transform: uppercase;  /* 英単語強制大文字化 */
}

/* --------------------------------------------------------------------------
   背景
   -------------------------------------------------------------------------- */
.forestry::before {
    content: '';
    display: block;
    position: absolute;
    width: 200vw;
    height: 700px;
    top: auto;
    left: -300px;
    bottom: 1220px;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: -1;
    background-attachment: fixed;
    background-color: #ECF5FA;
}

/* --------------------------------------------------------------------------
   メニュー
   -------------------------------------------------------------------------- */
.dropdown_lists {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    color: #000;
    transform: translateX(100%);
    z-index: 2;
}
/*
.gnavi_list:hover .dropdown_lists {
    display: block;
    visibility: visible;
    opacity: 1;
    color: #000;
}
*/
.gnavi_list {
    position: relative;
}
nav li {
    margin: 3% 0;
    padding: 0;
}
.dropdown_lists li {
    margin: 0;
    padding: 0;
}
.dropdown_lists li:not(:first-child) {
  margin-top: -1px;
}
.dropdown_lists li a {
    border-radius: 0;
    border: 1px solid #2d4045;
    text-align: left;
    padding: 10px 25px 10px 30px;
    background-color: #E0E0E0;
}
.dropdown_lists li a:hover {
    background-color: #EB9C6B;
    color: #2d4045;
}
.dropdown_lists li a:hover::after {
    border-color: #2d4045;
}

/*
 * スマホ時アコーディオン化
 */
/* スマホ判定時のみスタイルを上書き */
.is-mobile .dropdown_lists {
    /* 既存の絶対配置や横移動をリセット */
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    
    /* 初期状態は非表示（JSのslideToggleで制御するため） */
    display: none;
    
    width: 100%;
    background-color: #f9f9f9; /* 任意：階層をわかりやすくする背景色 */
}

/* 親のリスト項目 */
.is-mobile .gnavi_list {
    position: relative;
    width: 100%;
}

/* リンク要素の調整 */
.is-mobile .acc_title {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    cursor: pointer;
}

/* 矢印アイコンの装飾（お好みで） */
.is-mobile .acc_title::after {
    content: '＋';
    position: absolute;
    right: 15px;
    transition: transform .3s;
}

.is-mobile .acc_title.is-active::after {
    content: 'ー';
    transform: rotate(180deg);
}

/* PC時（.is-pcがついている時）のみホバーを有効にする */
.is-pc .gnavi_list:hover .dropdown_lists {
    display: block;
    visibility: visible;
    opacity: 1;
    color: #000;
}

/* スマホ用展開時アニメーション無効 */
.is-mobile .dropdown_lists {
    transition: none !important; 
    position: static;
    transform: none;
    visibility: visible;
    opacity: 1;
    display: none; /* JSで制御 */
    width: 100%;
    overflow: hidden; /* アニメーション中の食い込み防止 */
}

/* --------------------------------------------------------------------------
   お知らせ
   -------------------------------------------------------------------------- */
.info {
    width: 100%;
    max-width: none;
}
.info_in {
    max-width: 100%;
    width: 1140px;
    margin: 0 auto;
}
@media screen and (max-width: 910px) {
    .info {
        padding: 75px 0;
    }
}

/* --------------------------------------------------------------------------
   SNSエリア
   -------------------------------------------------------------------------- */
.sns {
    padding: 0 1.5em 150px;
}
.sns_in {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}
.sns_in h2 {
    flex: 1 0 100%;
    display: inline-block;
    padding-bottom: 10px;
    color: #445660;
    font-size: 400%;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1;
    border-bottom: solid 1px #949494;
    margin: 0 0 0.5em;
}
.sns_in h2::first-letter {
    color: #ea6f0b;
}

.fb {
    flex: 0 1 calc(450px + 40px * 2 );
    background-color: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
}
.instagram {
    flex: 0 1 calc(450px + 40px * 2 );
    background-color: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
}
.instagram_tit {
    position: relative;
    padding: 0 0 10px 45px;
    font-size: 240%;
    font-weight: bold;
    color: #445660;
    letter-spacing: 1px;
}
.instagram_btn {
    margin-top: 30px;
    font-size: 160%;
}
.instagram_btn a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 5px 25px;
    color: #DC2074;
    background: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    border: solid 2px #DC2074;
    max-width: 200px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.instagram_btn a:hover {
    color: #fff;
    background: #DC2074;
}
.instagram_tit::before {
    position: absolute;
    content: '';
    display: block;
    background: url("/img/forestry/icon-instagram.png") no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    top: 0px;
    left: 0;
    z-index: 1;
}
.instagram_btn a::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-right: 2px solid #DC2074;
    border-bottom: 2px solid #DC2074;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.instagram_btn a:hover::after {
    border-color: #fff;
}

@media all and (max-width:910px){
    .sns {
        padding: 0 1.5em 75px;
    }
    .fb_in {
        margin: 0 auto;
        width: 100%;
        max-width: 450px;
        text-align: center;
    }
    .sns_in {
        gap: 0 25px;
    }
}

/* --------------------------------------------------------------------------
   トップへ戻るボタン
   -------------------------------------------------------------------------- */
#page-top {
    width: 35px;
    height: 35px;
    right: 10px !important;
}
#page-top::before {
    width: 15px;
    height: 15px;
    margin: 15px auto 0 auto;
}

/* --------------------------------------------------------------------------
   フッター
   -------------------------------------------------------------------------- */
@media all and (max-width:910px){
    .bnr {
        padding: 30px 0 10px;
    }
    .bnr .free_box2 {
        margin: 0.25rem 1rem;
    }
}