@charset "UTF-8";
html{overflow-x:hidden;}
main{display:block}
body{
    margin:0;
	font-family: "Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif,sans-serif;
    font-size:16px;
    max-width:2500px;
    overflow-x: hidden;
}
.height-15{height:15px;width:100%;}
.height-30{height:30px;width:100%;}
.height-50{height:50px;width:100%;}
.height-75{height:75px;width:100%;}
.height-100{height:100px;width:100%;}
.height-150{height:150px;width:100%;}
hr{margin:0;}
.br-768{display:none;}
.c-wrapper-fluid{
    width:100%;
    max-width:2500px;
    margin:0 auto;
}
.c-wrapper-width{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.c-wrapper-fluid-width{
    width:100%;
    max-width:1500px;
    margin:0 auto;
}
.TOP_IMAGE{
    width:100%;
    max-width:2500px;
    max-height:100vh;
    object-fit: cover;
}
.TOP_IMAGE_SP{
    display:none;
}
.LINK_BANNER_LG{
    display:block;
}
.LINK_BANNER_SP{
    display:none;
}
.c-header{
    width:100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.c-header__wrapper.scroll__top{
    position:fixed;
    display:flex;
    background:#fff;
    border-radius: 50px;
    width:55%;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    opacity: .8;
    padding: 10px 20px;
    z-index: 1;
    box-shadow: 0px 0px 20px gray;
}
.c-header__wrapper.scroll__down{
    position:fixed;
    display:flex;
    background:#fff;
    width:100%;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    padding: 10px 20px;
    z-index: 100;
    box-shadow: 0px 5px 15px gray
}
.c-header__wrapper .c-header__logo{
    width:7%;
}
.c-header__wrapper .c-header__menu{
    width:90%;
    text-align:center;
}
.c-header__wrapper{
    max-width:2500px;
}
.c-header__menu{
    font-size:27px;
}
.c-header__menu{
    display:flex;
    gap:25px;
    justify-content:center;
}
.c-header__menu a{
    text-decoration: none;
    color: #2b5e35;
    font-weight: bold;
}
.c-header__menu a:hover{
    color:#032f0c;
}
.UNIQUE_LOGO{
    width:80px;
}
.TOP_h1{
    position: absolute;
    font-size: 80px;
    color: #fff;
    top: 35%;
    left: 50%;
}
/*@import url(https://fonts.googleapis.com/css?family=Hind:700);*/

@media screen and (max-width:1800px){
    .c-header__wrapper.scroll__top{
        width:60%;
    }
}
@media screen and (max-width:1500px){
    .c-header__wrapper.scroll__top{
        width:80%;
    }
}
@media screen and (max-width:1280px){
    .c-header__wrapper.scroll__top{
        width:90%;
    }
    .c-header__menu {
        font-size: 23px;
        gap:10px;
    }
}
.TOP_h1 span {
  opacity:0;
  animation: blur 1.5s 1;
  animation-fill-mode:forwards;
  text-shadow: 0 0 5px #eee;
}
.TOP_h1 span:nth-child(1) {
  animation-delay: 1.1s;
  animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(2) {
  animation-delay: 1.2s;
  animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(3) {
  animation-delay: 1.3s;
  animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(4) {
  animation-delay: 1.4s;
  animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(5) {
  animation-delay: 1.5s;
  animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(6) {
  animation-delay: 1.6s;
  animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(7) {
  animation-delay: 1.7s;
  animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(8) {
    animation-delay: 1.8s;
    animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(9) {
    animation-delay: 1.9s;
    animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(10) {
    animation-delay: 2.0s;
    animation-fill-mode:forwards;
}
.TOP_h1 span:nth-child(11) {
    animation-delay: 2.1s;
}
.TOP_h1 span:nth-child(12) {
    animation-delay: 2.2s;
}
.TOP_h1 span:nth-child(13) {
    animation-delay: 2.3s;
}
@keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  20%   {text-shadow:  0 0 90px #fff;}
  40%   {opacity: 1;}
  70%   {text-shadow:  0 0 0px #fff;}
  90%   {text-shadow:  0 0 0px #fff;}
  100%  {opacity: 1;text-shadow:  0 0 5px #eee;}
}

.link__banner{
    animation-name: b_animation;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
.link__banner:hover{
    cursor:pointer;
}
@keyframes b_animation {
    0%, 40%, 55%, 65%, 80% {
        transform: scale(1.0);
    }
    50%, 60% {
        transform: scale(0.98);
    }
}
.Banner_h1{
    position: absolute;
    font-size: 60px;
    color: #2b5e35;
    margin-top: 155px;
    width:100%;
    text-align:center;
}
.UNIQUE_LEAF_01{
    width: 220px;
    position: absolute;
    margin-top: -175px;
    right: 5%;
}
.UNIQUE_LEAF_02{
    width: 170px;
    position: absolute;
    margin-top: 940px;
    left: 5%;
}
.hr__green{
    border:solid 20px #2b5e35;
}
.hr__white{
    border:solid 20px #fff;
}

.c-company__wrapper{
    background:#e5f5cb;
    display: flex;
    flex-direction: column;
}
.c-company__w{
    display: flex;
    flex-direction: row;
    gap:50px;
    justify-content: space-around;
    color:#2b5e35;
}
.company_h1{
    font-size: 180px;
    color: #fff;
    text-align: center;
    opacity: .8;
    margin: 50px auto;
}
.c-company__l{
    background:#fff;
    border-radius: 50%;
    width: 450px;
    height: 450px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.c-company__r{
    display:flex;
    flex-direction: column;
    justify-content: center;
    gap:30px;
}
.c-company__r li{
    list-style:none;
    font-size: 30px;
    font-weight:bold;
}
.btn__area{
    display:flex;
    justify-content: center;
    align-items: center;
}
.btn{
    text-decoration:none;
}
.btn-green01{
    background:linear-gradient(45deg, #006934,#45844f, #006934);
    border:solid 3px #006934;
    color:#fff;
    font-weight:bold;
    font-size:23px;
    border-radius: 15px;
    padding: 25px 45px;
}
.btn-green01:hover{
    background:linear-gradient(45deg,#45844f, #006934,#45844f);
    border:solid 3px #45844f;
    color: #e2e2e2;
}
.btn-green02{
    background:linear-gradient(45deg, #006934,#45844f, #006934);
    border:solid 3px #006934;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    border-radius: 15px;
    padding: 10px 30px;
}
.btn-green02:hover{
    background:linear-gradient(45deg,#45844f, #006934,#45844f);
    border:solid 3px #45844f;
    color: #e2e2e2;
}
.company-link{
    margin-left:30px;   
}
.NEWS_TITLE{
    width:40%;
    margin-left: 100px;
}
.c-news__wrapper{
    background:#8dc556;
    color:#fff;
    padding: 50px 0 300px 0;
    margin: 0 0 -240px 0;
}
.c-news__wrapper ul{
    display:flex;
    flex-direction: row;
    gap:50px;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size:30px;
    list-style: none;
    margin-block-start: 0em;
    padding-inline-start: 0px;
}
.c-news__wrapper ul li{
    width:80%;
    text-align:left;
}
.c-news__wrapper ul li a{
    text-decoration:none;
    color:#fff;
}
.c-news__wrapper ul li a span{
    margin-left:50px;
}
.c-news__wrapper ul li:hover{
    margin-left:50px;
    font-weight:bold;
}
.dot{
    width:100%;
    border: dashed 2px #fff;
}
.footer_area{
    border-radius: 50% 50% 0% 0% / 20% 20% 10% 10%;
    background: linear-gradient(45deg, #014321,#2b5e35,#34773e, #2b5e35,#014321);
    position: relative;
    padding: 80px 15px 20px 15px;
    z-index:0;
    height:280px;
}
.footer__wrapper{
    display:flex;
    color:#fff;
    height: 240px;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.UNIQUE_LOGO_FOOTER{
    width:22%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    max-width:425px;
}
.UNIQUE_LEAF_footer{
    width: 220px;
    position: absolute;
    right: 5%;
    z-index:1;
    margin-top: -155px;
}
.footer_contact{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size:27px;
}
.footer_contact div:first-child{
    display:flex;
    flex-direction:column;
    gap:30px;
    justify-content: center;
}
.footer_contact div:last-child{
    display:flex;
    flex-direction:column;
    justify-content: center;
}
.footer_contact div:last-child h3{
    margin:0;
}
.address{
    font-size:20px;
}
.footer_contact div:first-child a{
    text-decoration:none;
    color:#fff;
}
.footer_contact div:first-child a i{
    margin-right:15px;
    font-size:33px;
}
.footer_area h4{
    text-align:center;
    margin:0;
    color:#fff;
    font-size:20px;
}
.company_wrapper h1 {
    color: #2b5e35;
    font-size: 35px;
    line-height: 2.5em;
    letter-spacing: .1em;
    text-align: center;
    width: 100%;
    max-width: 1200px;
}
.c-company-profile__wrapper{
    background:#8dc556;
    color:#fff;
    padding: 100px 0 300px 0;
    margin: 0 0 -150px 0;
}
.c-company-profile__wrapper h1{
    font-size: 40px;
    text-align: center;
    margin-bottom: 100px;
    letter-spacing: 10px;
}
.c-company-profile__wrapper dl{
    display:flex;
    flex-direction: row;
    gap:35px;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size:25px;
}
.c-company-profile__wrapper dl dt{
    width:30%;
    text-align:right;
}
.c-company-profile__wrapper dl dd{
    width:60%;
}
.c-company-profile__wrapper dl dd li{
    list-style:none;
}

.UNIQUE_LEAF_COMPANY_01{
    width: 250px;
    position: absolute;
    right: 15%;
    z-index: 1;
    transform: rotate(180deg);
    margin-top:-100px;
}
.UNIQUE_LEAF_COMPANY_02{
    width: 250px;
    position: absolute;
    left: 15%;
    z-index: 1;
    margin-top:-100px;
}
.c-wrapper-company{
    background-image:url(../img/UNIQUE_LOGO_COMPANY.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size:60%;
}
.contract_title{
    text-align: center;
    color: #2b5e35;
    margin: 80px auto;
    font-size: 35px;
}

.c-contact__input input[type="text"],.c-contact__input textarea{
    width:100%;
    border:solid 1px #ccc;
    border-radius:5px;
    padding: 10px 15px;
    font-size: 25px;
}
.home_no{
    border:solid 1px #ccc;
    border-radius:5px;
    padding: 10px 15px;
    font-size: 18px;
}
.c-contact__input input[type="radio"],.c-contact__input input[type="checkbox"]{
    transform:scale(2.0);
    margin-right:15px;
    accent-color: #2b5e35;
}
.c-contact__input{
    display:flex;
    flex-direction:row;
    gap:25px;
    margin-left: 15px;
}
.c-contact_column h3{
    font-size:23px;
}
.c-contact_wrapper p.top{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 80px auto 50px;
    line-height: 2.0em;
}
.c-contact_wrapper p.bottom{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 30px;
    line-height: 2.0em;
}
.c-contact_wrapper > div{
    display:flex;
    flex-direction:column;
    gap:15px;
}
.c-contact__input label{
    font-size:20px;
}
.c-type__hidden{
    margin-top:30px;
    font-size:18px;
    margin-left: 15px;
}
.required{
    color:#f00;
    margin-left:15px;
    font-size:15px;
}
.c-contact_wrapper .btn__area{
    margin-top:50px;
}
.c-contact__unit-privacy {
    height: 150px;
    padding: 14px 25px 16px;
    font-size: 0.8rem;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    overflow-y: scroll;
}
.errmsg{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    color:#f00;
}
.c-contact__conf{
    width:70%;
    font-size: 20px;
}
.contact_conf__wrapper .c-contact_column{
    border-bottom:solid 1px #ddd;
    padding:20px 0 20px 100px;
    display: flex;
    flex-direction: row;
    gap:100px;
    align-items: center;
}
.contact_conf__wrapper .c-contact_column h3{
    width:30%;
}
.btn__area_conf{
    display:flex;
    flex-direction:row;
    margin-top:80px;
    justify-content:center;
    gap:50px;
}
.btn__area_conf .btn:first-child{
    width:300px;
}
.btn__area_proc{
    display:flex;
    flex-direction:row;
    margin-top:80px;
    justify-content:center;
    gap:50px;
}
.newslist__wrapper{
    background:#e5f5cb;
    margin-bottom: -100px;
}
.newslist__area{
    padding: 0 150px 100px 100px;
    border: solid 5px #2b5e35;
    border-radius: 25px;
    background: rgb(255,255,255,.5);
    margin-bottom: 150px;
}
.news-date-label {
    position: relative;
    --sevice-label-width: 360px;
    margin:65px -30px 40px -30px;
}
.news-date-label:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: calc(100% - var(--sevice-label-width) - var(--service-label-border-margin));
    height: 2px;
    --service-label-border-margin: 15px;
    margin-left: var(--service-label-border-margin);
    background-color: #2b5e35;
}
.news-date-label span {
    display: inline-block;
    width: var(--sevice-label-width);
    padding: 10px 20px 15px;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #2b5e35;
    border-radius: 60px;
}
.news_img_area {
    margin-top: 20px;
    width: 100%;
}
.newslist__title{
    color: #2b5e35;
    font-size: 6em;
    letter-spacing: 2px;
    text-align:center;
    margin:0 auto 60px;
}

@media screen and (max-width:1800px){
    .TOP_h1{
        font-size: 70px;
        top: 350px;
    }
}
@media screen and (max-width:1500px){
    .TOP_h1{
        font-size: 55px;
        top: 300px;
    }
    .UNIQUE_LEAF_01{
        right:0%;
    }
    .UNIQUE_LEAF_02{
        left:0%;
    }
}
@media screen and (max-width:1280px){
    .TOP_h1{
        font-size: 45px;
        top: 250px;
    }
    .Banner_h1{
        font-size: 50px;
        margin-top: 145px;
    }
    .UNIQUE_LEAF_01{
        right:0%;
        width:200px;
        margin-top: -155px;
    }
    .UNIQUE_LEAF_02{
        width:150px;
        margin-top: 833px
    }
    .company_h1 {
        font-size: 145px;
    }
    .c-company__l {
        width: 360px;
        height: 360px;
    }
    .NEWS_TITLE{
        width:55%;
    }
    .c-news__wrapper ul{
        font-size:25px;
    }
}
@media screen and (max-width:992px){
    .TOP_h1{
        font-size: 35px;
        top: 210px;
    }
    .Banner_h1{
        font-size: 43px;
        margin-top:100px;
    }
    .UNIQUE_LEAF_01{
        width:180px;
        margin-top: -142px;
    }
    .UNIQUE_LEAF_02{
        width:140px;
        margin-top: 777px
    }
    .btn-green01{
        font-size:21px;
    }
    .hr__green {
        border: solid 16px #2b5e35;
    }
    .company_h1 {
        font-size: 120px;
    }
    .c-company__l {
        width: 100%;
        height: 100px;
        border-radius: 0;
    }
    .c-company__w {
        flex-direction: column;
        align-items: center;
    }
    .NEWS_TITLE{
        width:65%;
    }
}
@media screen and (max-width:768px){
    .br-768{
        display:block;
    }
    .btn-green01{
        font-size:20px;
        padding: 20px 40px;
    }
    .TOP_IMAGE{
        display:none;
    }
    .TOP_IMAGE_SP{
        display:block;
        height:80vh;
        width: 100%;
        object-fit: cover;
    }
    .link__banner{
        width: 90%;
        margin: 0 auto;
    }
    .LINK_BANNER_LG{
        display:none;
    }
    .LINK_BANNER_SP{
        display:block;
    }
    .TOP_h1 {
        font-size: 45px;
        top: 35%;
        left: 0;
        width: 100%;
        text-align: right;
        line-height: 2em;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .Banner_h1{
        font-size: 43px;
        margin-top:188px;
    }
    .UNIQUE_LEAF_01{
        width:160px;
        margin-top: -123px;
    }
    .UNIQUE_LEAF_02{
        width: 125px;
        margin-top: 630px;
    }
    .hr__white {
        border:solid 10px #fff;
    }
    .company_h1 {
        font-size: 90px;
    }
    .c-company__r{
        gap:20px;
    }
    .c-company__r li {
        font-size: 22px;
    }
    .c-company__l {
        height: 80px;
        font-size: 15px;
    }
    .NEWS_TITLE{
        width:70%;
    }
    .c-news__wrapper ul{
        font-size:22px;
    }
    .dot{
        width:90%;
        border: dashed 1px #fff;
    }
    .c-news__wrapper ul{
        gap:40px;
    }
}
@media screen and (max-width:575px){
    .height-100{
        height:75px;
    }
    .TOP_IMAGE_SP{
        height:80vh;
    }
    .btn-green01{
        font-size:17px;
        padding:15px 35px;
    }
    .TOP_h1 {
        font-size: 30px;
        left:-5%;
    }
    .Banner_h1{
        font-size: 28px;
        margin-top:118px;
    }
    .UNIQUE_LEAF_01{
        width: 115px;
        margin-top: -82px;
    }
    .UNIQUE_LEAF_02{
        width: 95px;
        margin-top: 560px;
    }
    .company_h1 {
        font-size: 70px;
    }
    .c-company__r li {
        font-size: 17px;
    }
    .c-company__l {
        height: 70px;
        font-size: 13px;
    }
    .NEWS_TITLE{
        width:80%;
        margin-left:50px;
    }
    .c-news__wrapper ul li a span{
        margin-left:0;
        display:block;
        font-size: 0.9em;
    }
    .c-news__wrapper ul{
        gap:30px;
        font-size:19px;
    }
}
@media screen and (max-width:400px){
    .company_h1 {
        font-size: 60px;
    }
}
/************************ COMPANY ************************/
.TOP_IMAGE_CP{
    width:100%;
    max-width:2500px;
    height:195px;
}
@media screen and (max-width:1500px){
    .UNIQUE_LEAF_COMPANY_01{
        right:7%;
        width:230px;
    }
    .UNIQUE_LEAF_COMPANY_02{
        left:7%;
        width:230px;
    }
}
@media screen and (max-width:1280px){
    .company_wrapper h1{
        font-size:28px;
    }
    .UNIQUE_LEAF_COMPANY_01{
        right:5%;
        width:190px;
    }
    .UNIQUE_LEAF_COMPANY_02{
        left:5%;
        width:190px;
    }
    .company_wrapper{
        text-align:center;
    }
    .COMPANY_TITLE{
        width:80%;
    }
    .company-link {
        display: block;
        margin-left: 0px;
        width: 35%;
        text-align: center;
        margin-top: 10px;
    }
    .c-company-profile__wrapper{
        padding:80px 0 300px 0;
    }
    .c-company-profile__wrapper h1{
        font-size:35px;
        margin-bottom:80px;
    }
    .c-company-profile__wrapper dl{
        font-size:23px;
    }
}
@media screen and (max-width:992px){
    .company_wrapper h1{
        font-size:22px;
    }
    .UNIQUE_LEAF_COMPANY_01{
        width:170px;
    }
    .UNIQUE_LEAF_COMPANY_02{
        width:170px;
    }
    .company-link{
        width:50%;
    }
    .c-company-profile__wrapper dl dt{
        width:20%;
    }
    .c-company-profile__wrapper dl dd{
        width:70%;
    }
}
@media screen and (max-width:768px){
    .TOP_IMAGE_CP{
        height:110px;
    }
    .company_wrapper h1{
        font-size:18px;
    }
    .UNIQUE_LEAF_COMPANY_01{
        right:0;
        width:150px;
    }
    .UNIQUE_LEAF_COMPANY_02{
        left:0;
        width:150px;
        margin-top: -68px;
    }
    .c-company-profile__wrapper h1{
        font-size:25px;
        margin-bottom:40px;
    }
    .c-company-profile__wrapper{
        padding: 50px 20px 300px 20px;
    }
    .c-company-profile__wrapper dl{
        flex-direction:column;
        gap:15px;
        font-size:20px;
    }
    .c-company-profile__wrapper dl dd{
        width:100%;
        text-align:center;
        margin-left:0;
    }
    .c-company-profile__wrapper dl dt{
        width:100%;
        text-align: center;
        font-size:18px;
    }
    .company-link{
        margin: 10px auto 0;
    }
}
@media screen and (max-width:575px){
    .company_wrapper h1{
        font-size:15px;
        letter-spacing: 0;
    }
    .UNIQUE_LEAF_COMPANY_01{
        right:0;
        width:130px;
    }
    .UNIQUE_LEAF_COMPANY_02{
        left:0;
        width:130px;
        margin-top: -33px;
    }
    .c-company-profile__wrapper dl{
        font-size:17px;
    }
    .c-company-profile__wrapper dl dt{
        font-size:15px;
    }
    .company-link{
        font-size:13px;
    }
}

/************************ NEWS ************************/
.news_img_area .file_img{
    width:60%;
}
@media screen and (max-width:1280px){
    .newslist__title{
        font-size:5em;
    }
    .newslist__area{
        width:80%;
        margin: 0 auto 150px;
        padding:0 60px 100px 60px;
    }
    .news-date-label span{
        font-size:1.5rem;
    }
    .news-date-label:after{
        width: calc(95% - var(--sevice-label-width) - var(--service-label-border-margin));
    }
}
@media screen and (max-width:992px){
    .newslist__title {
        font-size: 4em;
    }
    .news-date-label{
        --sevice-label-width: 300px;
    }
    .news-date-label span {
        font-size: 1.2rem;
    }
    .newslist__area h1{
        font-size:26px;
    }
}
@media screen and (max-width:768px){
    .newslist__title {
        font-size: 3em;
    }
    .news-date-label {
        --sevice-label-width: 230px;
    }
    .newslist__area p{
        font-size:0.9em;
    }
    .newslist__area{
        width:70%;
    }
    .news_img_area .file_img{
        width:80%;
    }
}
@media screen and (max-width:575px){
    .newslist__title{
        font-size:2.5em;
    }
    .news-date-label span {
        font-size: 1.0rem;
    }
    .news-date-label {
        --sevice-label-width: 140px;
        margin: 65px 0px 40px 0px;
    }
    .news-date-label:after {
        width: calc(90% - var(--sevice-label-width) - var(--service-label-border-margin));
    }
    .newslist__area{
        width:80%;
        padding: 0 20px 100px 20px;
    }
    .newslist__area h1 {
        font-size: 23px;
    }
    .news_img_area a span{
        font-size:.9em;
    }
    .news_img_area .file_img{
        width:100%;
    }
}
/************************ FOOTER  ************************/
@media screen and (max-width:1500px){
    .footer_contact {
        justify-content: center;
        font-size: 24px;
        gap: 50px;
    }
    .footer_area{
        padding: 50px 15px 20px 15px;
    }
}
@media screen and (max-width:1280px){
    .footer_contact {
        justify-content: center;
        font-size: 20px;
        gap: 50px;
    }

    .footer_area h4{
        font-size:15px;
    }
    .footer_contact div:first-child a i{
        font-size:28px;
    }
    .footer_area{
        padding: 40px 15px 20px 15px;
        height: 240px;
    }
    .UNIQUE_LEAF_footer{
        width:190px;
        margin-top: -133px;
    }
    .footer__wrapper{
        height:210px;
    }
    .UNIQUE_LEAF_footer{
        right:1%;
    }
}
@media screen and (max-width:992px){
    .footer_area{
        padding: 15px 15px 0px 15px;
    }
    .footer__wrapper{
        height:190px;
    }
    .footer_contact {
        font-size: 18px;
        gap: 20px;
    }
    .address {
        font-size:17px;
    }
    .UNIQUE_LEAF_footer {
        width: 170px;
        margin-top: -118px;
    }
}
@media screen and (max-width:768px){
    .footer_contact{
        flex-direction: column-reverse;
        gap:30px;
        align-items: center;
        width:100%;
        font-size:17px;
    }
    .address{
        font-size:15px;
        margin:0;
    }
    .footer__wrapper{
        height:230px;
    }
    .footer_area{
        height: 260px;
    }
    .footer_contact div:first-child{
        gap:7px;
    }
    .footer_contact div:first-child a i {
        font-size: 20px;
    }
    .UNIQUE_LOGO_FOOTER{
        width:30%;
        max-width:220px;
    }
    .UNIQUE_LEAF_footer {
        width: 160px;
        margin-top: -108px;
        right:0;
    }
}
@media screen and (max-width:575px){
    .footer_contact{
        gap:15px;
        font-size:16px;
    }
    .address{
        font-size:14px;
        margin:0;
    }
    .footer_area h4{
        font-size:12px;
    }
    .UNIQUE_LOGO_FOOTER{
        width:35%;
        left:-30px;
    }
    .footer__wrapper {
        height: 215px;
    }
    .UNIQUE_LEAF_footer {
        width: 115px;
        margin-top: -75px;
    }
    .footer_contact div:first-child a i{
        margin-right:10px;
    }
}
/************************ MENU  ************************/
.sp_menu{display:none;}
@media screen and (max-width:768px){
    .c-header__wrapper.scroll__top, .c-header__wrapper.scroll__down{
        display:none;
    }
    .sp_menu{
        display:block;
    }
    .menu-btn {
        position: fixed;
        top: 20px;
        right: 20px;
        display: flex;
        height: 65px;
        width: 65px;
        justify-content: center;
        align-items: center;
        z-index: 110;
        background-color: #2b5e35;
        border-radius: 50%;
        border: solid 1px #fff;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        display: none;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        background-color: #2b5e35;
    }
    .menu-content ul {
        padding: 100px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 18px;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 30px;
        position: relative;
        font-weight: bold;
    }
    .menu-content ul li a::before {
        content: "";
        width: 15px;
        height: 15px;
        border-top: solid 3px #ffffff;
        border-right: solid 3px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 45px;
        top: 35px;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 101;
        background-color: #2b5e35;
        transition: all 0.5s;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;
    }
}
/************************ MENU  ************************/
