/*
Theme Name: 株式会社アイピーシー様 コーポレートサイト
Theme URI: テーマのURLを記入します
Author: テーマの作者（組織名）を記入します
Author URI: テーマの作者のURLを記入します
Description: ここにテーマの説明文を記入します
Version: 1.0
*/

@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
    text-decoration: none;
    cursor: pointer;
}
body{
    font-size: 1.6rem;
    line-height: 1.68;
    color: #505050;
    /* font-family: 'NotoSansCJKjp', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; */
    font-family: "Noto Sans JP", sans-serif;;
    word-break: break-word;
    font-weight: 400;
    position: relative;
}
.NotoSansCJKjp{
    /* font-family: 'NotoSansCJKjp', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; */
    font-family: "Noto Sans JP", sans-serif;
}
.RobotoSlab{
    font-family: "Roboto Slab", serif;
}
/* .PlusJakartaSans{
    font-family: 'PlusJakartaSans', sans-serif;
} */
.PlusJakartaSans {
    font-family: "Plus Jakarta Sans", sans-serif;
}
/*remove highlight color touch on mobile*/
input,textarea,button,select,div,a,span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, input, div, select, textarea, img, button {
    outline: none;
}
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    box-shadow: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
button {
    font-family: inherit;
    cursor: pointer;
}
img {
    width /***/: auto;
    height: auto;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    pointer-events: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.hover:hover{
    transition: all .3s;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.container {
    margin: 0 auto;
    max-width: 1174px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.anchor-link{
    position: relative;
    /* top: -98px; */
    top: -60px;
    display: block;
    line-height: 0;
}
.wrapper{
    position: relative;
    z-index: 1;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.hdn{
    display: none;
}
.no-cursor{
    cursor: auto !important;
}
b, strong{
    font-weight: 700;
}
.img-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
@media(max-width: 750px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .anchor-link{
        top: -60px;
    }
}
.scrolldown {
    position: absolute;
    bottom: 18px;
    right: 56px;
    z-index: 2;
    margin-left: -1px;
}
.scrolldown img {
    padding: 0;
    position: relative;
    width: 8px;
    right: -32px;
    top: 5px;
}
.scrolldown:before {
    content: "";
    position: absolute;
    top: 46px;
    left: 23px;
    width: 6px;
    height:6px;
    border-radius: 50%;
    background: #f0e76e;
    animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
    box-shadow: 0px 0px 3px rgb(12, 19, 51, 0.7);
    z-index: 10;
}
.scrolldown:after {
    content: "";
    position: absolute;
    background: url('../img/home/scroll.png') no-repeat;
    background-position: center;
    background-size: cover;
    top: 0px;
    left: 25px;
    width: 1px;
    height: 65px;
}
@keyframes circlemove{
    0%{top: 0px;}
    100%{top: 65px;}
}
@keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
}
@media(max-width: 576px){
    .scrolldown{
        bottom: 5px;
    }
}
/*
==============================================================
========================== Animation =========================
==============================================================
*/
@-webkit-keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@-webkit-keyframes backgroundIMG{
    0% {opacity: 0;}
    20% {opacity: 0.2;}
    40% {opacity: 0.4;}
    60% {opacity: 0.6;}
    80% {opacity: 0.8;}
    100% {opacity: 1; }
}
@keyframes backgroundIMG {
    0% {opacity: 0;}
    20% {opacity: 0.2;}
    40% {opacity: 0.4;}
    60% {opacity: 0.6;}
    80% {opacity: 0.8;}
    100% {opacity: 1;}
}
@-webkit-keyframes aniFade {
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}
@keyframes aniFade {
  0% {opacity: 0.5;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadezoom {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}
@keyframes fadezoom {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}
.fade-in {
    opacity: 0;
    filter: blur(4px) brightness(105%);
    transition: opacity 2s ease, filter 2s ease;
}
.fade-in.is-view {
    opacity: 1;
    filter: blur(0) brightness(100%);
}
.fade-up {
    opacity: 0;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    filter: blur(4px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-up.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-down {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-down.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-left {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-left.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-right {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-right.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.zoom-in {
    opacity: 0;
    overflow: hidden;
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-in.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.zoom-out {
    opacity: 0;
    overflow: hidden;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-out.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.roll-left {
    position: relative;
    overflow: hidden;
}
.roll-left img {
    opacity: 0;
    transition: opacity 1.5s ease .5s;
}
.roll-left:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f0ebe4;
}
.roll-left.is-view img {
    opacity: 1;
}
.roll-left.is-view:after {
    animation: rollLeft 1.5s ease;
}
@keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
@-webkit-keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
.roll-right {
    position: relative;
    overflow: hidden;
}
.roll-right img {
    opacity: 0;
    transition: opacity 1.5s ease .5s;
}
.roll-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #3a6531;
}
.roll-right.is-view img {
    opacity: 1;
}
.roll-right.is-view:after {
    animation: rollRight 1.5s ease;
}
@keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@-webkit-keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@-webkit-keyframes aniFade {
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}
@keyframes aniFade {
  0% {opacity: 0.5;}
  100% {opacity: 1;}
}
@media (min-width: 768px) {
    .delay1 {
        transition-delay: .4s;
    }
    .delay2 {
        transition-delay: .6s;
    }
    .delay3 {
        transition-delay: .8s;
    }
    .delay4 {
        transition-delay: 1.2s;
    }
}
/*
==============================================================
========================= End Animation ======================
==============================================================
*/
/*
==============================================================
============================ Common ==========================
==============================================================
*/
#pagetop {
    width: 60px;
    height: 60px;
    bottom: 65px;
    right: 20px;
    position: fixed;
    z-index: 900;
    cursor: pointer;
    z-index: 1000;
    display: none;
    transition: .3s;
    background: #256440;
    border: 1px solid #fff;
    text-align: center;
    color: #F8F5F2;
    line-height: 1.4;
    font-size: 1.2rem;
    padding-top: 18px;
    font-family: "Roboto Slab", serif;
}
#pagetop::after, 
#pagetop::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -21px;
    transition: .2s;
}
#pagetop::before  {
    margin-top: -17px; 
}
@media(hover:hover){
    #pagetop:hover::after {
        top: 40%;
    }
    #pagetop:hover::before {
        top: 40%;
    }
}
@media(hover:none){
    #pagetop:active::after {
        top: 40%;
    }
}
.lb-pc{
    display: block;
}
.hdn-pc{
    display: none;
}
.lb-sp{
    display: none;
}
.mt-1 {
    margin-top: 0.5em;
}
@media(max-width: 750px){
    .lb-sp{
        display: block;
    }
    .hdn-pc{
        display: block;
    }
    .lb-pc{
        display: none;
    }
    .hdn-sp{
        display: none !important;
    }
    #pagetop {
        width: 46px;
        height: 46px;
        font-size: 1rem;
        padding-top: 12px;
    }
    #pagetop::after, #pagetop::before {
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -17px;
    }
    #pagetop::before {
        margin-top: -14px;
    }
}
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
======================= hamburger menu =======================
==============================================================
*/
.hamburger-menu {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 35px;
    height: 22px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1000001;
    display: none;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 100%;
    height: 1px;
    border-radius: 50vh;
}
.hamburger-menu .bar {
    position: relative;
    transform: translateY(10px);
    background:#fff;
    transition: all 0ms 300ms;
    display: block;
}
.hamburger-menu .bar.active {
    background: none; 
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background:#fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.active .bar{
    background: none !important;
}
.hamburger-menu.active .bar::before,
.hamburger-menu.active .bar::after{
    top: 0;
    bottom: 0;
}
.hamburger-menu.active .bar:before {
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.hamburger-menu.active .bar:after {
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
@media(max-width: 860px){
    .hamburger-menu{
        display: block;
    }
    header .hamburger-menu .bar,
    header .hamburger-menu .bar:before,
    header .hamburger-menu .bar::after {
        background: #256440;
    }
    .home-wp header .hamburger-menu .bar,
    .home-wp header .hamburger-menu .bar:before,
    .home-wp header .hamburger-menu .bar::after {
        background: #fff;
    }
    header.open-menu .hamburger-menu .bar,
    header.open-menu .hamburger-menu .bar:before,
    header.open-menu .hamburger-menu .bar::after {
        background: #fff;
    }
}
.home-wp.fixed-nav header .hamburger-menu .bar,
.home-wp.fixed-nav header .hamburger-menu .bar:before,
.home-wp.fixed-nav header .hamburger-menu .bar::after {
    background: #256440;
}
/*
==============================================================
====================== End hamburger menu ====================
==============================================================
*/
/*
==============================================================
============================ Header ==========================
==============================================================
*/
header{
    position: fixed;
    z-index: 1000;
    padding: 14px 0 14px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
}
.fixed-nav header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); */
    /* -webkit-animation: aniHeaderMenu .5s ease forwards;
            animation: aniHeaderMenu .5s ease forwards; */
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
            background: #fff;
}
.fixed-nav header
.home-wp.fixed-nav header {
    background: #fff;
}
.home-wp.fixed-nav header a {
    color: #256440 !important;
}
.home-wp.fixed-nav  header .header-contact .btn a {
    color: #F8F5F2 !important;
    background: #256440;
    border: 1px solid #256440;
}
.home-wp.fixed-nav  header.open-menu .header-contact .btn a {
    color: #256440 !important;
    background: #F8F5F2;
    border: 1px solid #F8F5F2;
}
.home-wp.fixed-nav  header .header-contact .btn a:hover {
    color: #256440 !important;
    background: #F8F5F2;
}
.home-wp.fixed-nav header .header-contact .tel {
    color: #256440;
}
.home-wp.fixed-nav header {
    background: #fff;
}
.home-wp header {
    background: linear-gradient(to bottom, rgb(83, 71, 65), rgba(128,128,128, 0));
    transition: .5s;
}
header .container {
    max-width: 1320px;
}
header .header-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .header-inner{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
header .header-contact {
    display: flex;
    align-items: center;
    color: #F8F5F2;
    padding-top: 10px;
}
header .header-contact .tel {
    font-size: 1.7rem;
    font-weight: 500;
    margin-right: 15px;
    color: #256440;
}
.home-wp header .header-contact .tel {
    color: #F8F5F2;
}
header .header-contact .tel a {
    font-size: 2.1rem;
    transition: .3s;
    color: #256440;
}
.home-wp header .header-contact .tel a {
    color: #F8F5F2;
}
header .header-contact .tel a:hover {
    opacity: .7;
}
header .header-contact .btn a{
    color: #F8F5F2;
    background: #256440;
    display: inline-block !important;
    position: relative;
    font-size: 2.0rem;
    line-height: 1;
    letter-spacing: .06em !important;
    border-radius: 50vh;
    min-width: 170px;
    font-weight: 600;
    text-align: center;
    transition: .3s;
    padding: 11px 0 !important;
    border: 1px solid #256440;
}
.home-wp header .header-contact .btn a {
    color: #256440;
    background: #F8F5F2;
    border: 1px solid #F8F5F2;
}
.home-wp header .header-contact .btn a:hover {
    background: #256440;
    color: #F8F5F2;
    border: 1px solid #256440;
}
header .header-contact .btn a:hover {
    color: #256440;
    background: #F8F5F2;
}
header .header-contact a {
    color: #F8F5F2;
    font-family: "Roboto Slab", serif;
}
.home-wp  header .header-contact a {
    color: #256440;
}
header .logo{
    display: flex;
}
header .logo img{
    width: 100px;
}
header .txt-header{
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0px 0 0px;
    position: relative;
    bottom: 15px;
    max-width: 48%;
}
header .nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 22px;
}
header .nav ul{
    display: block;
    width: 100%;
}
header .nav ul li{
    display: inline-block;
    position: relative;
}
header .nav ul li.lb-sp {
    display: none;
}
header .nav ul.languages li:first-child {
    position: relative;
}
header .nav ul.languages li a {
    font-size: 1.2rem
}
header .nav ul.languages li:first-child::after {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background: #256440;
    right: -1px;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
}
.home-wp header .nav ul.languages li:first-child::after{
    background: #fff
}
header .nav ul.above{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
}
header .nav ul li a{
    color: initial;
    transition: 0.2s;
    font-size: 1.5rem;
    color: #256440;
}
.home-wp .header .nav ul li a {
    color: #F8F5F2;
}
header .nav ul.above li a{
    padding: 5px 25px 0 25px;
    display: block;
}
header .nav ul.above li:first-child a{
    padding-left: 0;
}
header .nav ul li{
    padding: 4px 10px;
    position: relative;
}
header .nav ul li:first-child{
    padding-left: 0;
}
header .nav ul li:last-child{
    padding-right: 0;
}
header .nav ul li a{
    font-weight: 400;
    display: block;
    line-height: 1.38;
    padding-bottom: 0;
    position: relative;
}
header .above form input[type="text"] {
    height: 38px;
    width: 180px;
    padding: 0 0 0 15px;
    outline: none;
    border: none;
    font-size: 1.6rem;
    border-radius: 50vh;
    border: 1px solid #ccc;
    color: #ccc;
    margin-left: 5px;
}
header .above form input[type="text"]::placeholder{
    color: #ccc;
}
header .above form input[type="submit"] {
    background: url(../img/ic-search.svg) no-repeat center / contain;
    background-size: 20px;
    color: #F8F5F2;
    background-color: #505050;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 1rem;
    margin-left: 2px;
    border: none;
    outline: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}
header .above form{
    display: flex;
    align-items: center;
}
header .nav ul li a:hover {
    opacity: .5;
}
header .nav ul li .sub-item {
    display: none;
}
@media(hover:hover){
    header .nav ul li:hover a::before{
        width: 30px;
    }
    header .above form input[type="submit"]:hover{
        /* background-color: #3d81cc; */
        opacity: .7;
    }
}
@media(hover:none){
    header .nav ul li:active a::before{
        width: 30px;
    }
    header .above form input[type="submit"]:active{
        background-color: #3d81cc;
    }
}
@media(max-width: 1100px){
    header .header-contact .tel {
        font-size: 1.5rem;
        margin-right: 15px;
    }
    header .header-contact .tel a {
        font-size: 1.8rem;
    }
    header .header-contact .btn a {
        font-size: 1.8rem;
        min-width: 160px;
        padding: 8px 20px !important;
    }
    header .nav ul li a {
        font-size: 1.4rem;
    }
    header .nav ul li a {
        font-size: 1.2rem;
    }
    header .nav ul li {
        padding: 2px 8px;
        position: relative;
    }
    header .logo img {
        width: 80px;
    }
    header .nav {
        padding-left: 15px;
    }
}
@media(max-width: 860px){
    header .nav {
        display: none;
    }
    header .header-contact .tel {
        display: none;
    }
    header .header-contact {
        padding-top: 0;
        padding-right: 57px;
    }
    header {
        padding: 10px 0;
    }
    header .logo img {
        width: 70px;
    }
    header {
        background: #fff;
    }
    header .header-contact .btn a {
        font-size: 1.4rem;
        min-width: 130px;
        padding: 8px 20px !important;
    }
    header .header-contact .btn a i {
        margin-right: 3px;
    }
    .hamburger-menu {
        margin-top: -11px;
    }
    header.open-menu {
        background: #256440;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    header .nav {
        display: none;
        position: fixed;
        right: 0;
        top: 60px;
        bottom: 0;
        width: 100%;
        transition: .6s;
        z-index: 1000;
        padding: 0;
        padding: 15px 25px;
        overflow-y: auto;
        z-index: 10;
    }
    header.open-menu .nav {
        display: block;
    }
    header .nav ul.languages {
        display: none;
    }
    header .nav ul li a {
        font-size: 1.5rem;
        line-height: 1;
        color: #F8F5F2;
    }
    header .nav ul li {
        position: relative;
        width: 100%;
        line-height: 1;
        display: block;
        font-size: 1.5rem;
        position: relative;
        padding: 0;
    }
    header .nav ul li a {
        position: relative;
        border-bottom: 1px solid #fff;
        padding: 17px 10px 17px !important;
        line-height: 1;
        display: block;
    }
    header .nav ul li a::before,
    header .nav ul li a::after {
        content: "";
        position: absolute;
    }
    header .nav ul li.lb-sp {
        display: block;
    }
    header .nav ul li a::before {
        width: 10px !important;
        height: 1px;
        background: #fff;
        top: 50%;
        right: 12px;
    }
    header .nav ul li a::after {
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        right: 11px;
        top: 50%;
        margin-top: -3px;
    }
    header .nav ul li .sub-item {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
        width: auto;
        padding: 10px;
    }
    header .nav ul li .sub-item li a::before,
    header .nav ul li .sub-item li a::after {
        display: none;
    }
    header .nav ul li .sub-item li {
        border-bottom: unset;
        width: 33.33%;
        padding: 5px;
    }
    header .nav ul li .sub-item li .inner {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        transition: .3s;
    }
    header .nav ul li .sub-item li .inner a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        border-bottom: 0;
    }
    header .nav ul li .sub-item li .inner:hover {
        opacity: .7;
    }
    header .nav ul li .sub-item li .inner .img {
        width: 60px;
        height: 60px;
    }
    header .nav ul li .sub-item li .inner h3 {
        flex: 1;
        text-align: center;
        color: #256440;
        font-size: 1.4rem;
        line-height: 1;
        letter-spacing: 0.08em;
        font-weight: 500;
    }
    header .nav ul li .sub-item li a {
        position: absolute;
        padding: 0 !important;
    }
    header .header-contact .btn a {
        color: #256440;
        background: #fff;
    }
    .home-wp.fixed-nav header.open-menu {
        background: #256440;
    }
    .home-wp.fixed-nav header a {
        color: #fff !important;
    }
    .fixed-nav .hamburger-menu .bar,
    .fixed-nav .hamburger-menu .bar::after,
    .fixed-nav .hamburger-menu .bar:before {
        background: #256440
    }
    .fixed-nav header.open-menu .hamburger-menu .bar, 
    .fixed-nav header.open-menu .hamburger-menu .bar:before, 
    .fixed-nav header.open-menu .hamburger-menu .bar::after{
        background: #fff;
    }
}
@media(max-width: 576px){
    header .nav ul li .sub-item li {
        width: 50%;
    }
}
@media(max-width: 360px){
    header .nav ul li .sub-item li {
        width: 100%;
    }
}
/*
==============================================================
========================= End header =========================
==============================================================
*/
/*
==============================================================
============================= Footer =========================
==============================================================
*/
footer{
    padding-top: 45px;
    background: #256440;
    color: #F8F5F2;
}
.home footer{
    border-top: 0px;
}
footer .info .logo-box a {
    display: inline-block;
}
footer a{
    color: #F8F5F2;
}
footer .logo img{
    width: 340px;
}
footer .info {
    width: 50%;
}
footer .footer-nav{
    flex: 1;
    margin: 0 -14px;
}
footer .info .contact{
    padding-top: 12px;
    font-size: 1.4rem;
    line-height: 1.7;
}
footer .info .contact .client img {
    max-width: 190px;
}
footer .info .contact .client {
    padding-top: 35px;
}
footer .info .contact .client p {
    padding-top: 22px;
}
footer .info .contact a {
    transition: .3s;
    display: inline-block;
    pointer-events: none;   
    cursor: not-allowed;
}
/* footer .info .contact a:hover {
    opacity: .7;
} */
footer .info .contact .client a {
    pointer-events: unset;   
    cursor: pointer;
}
footer .info .contact .client p a {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}
footer .info .contact .client a:hover{
    opacity: .7;
}
footer .info .contact .btn-box{
    padding-top: 18px;
}
footer .footer-inner{
    display: flex;
    flex-wrap: wrap;
}
footer .footer-inner .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 440px;
}
footer .footer-inner .footer-nav ul li{
    width: 50%;
    padding: 0 14px 20px;
}
footer .footer-inner .footer-nav ul li a{
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    transition: .3s;
    padding-right: 20px;
    letter-spacing: 0.08em;
}
footer .footer-inner .footer-nav ul li a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 2px;
}
footer .ipc {
    position: relative;
    /* background-color: rgba(255,255,255, 0.1); */
    margin-top: 50px;
    /* border-radius: 4px; */
    border-top: 1px solid #FFF;
}
footer .ipc .items {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 10px 0;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
}
footer .ipc .items .item {
    padding: 6px;
}
footer .ipc .items .item img {
    width: 100%;
    border-radius: 4px;
}
footer .ipc .items .item a {
    display: block;
    transition: .3s;
}
footer .ipc .items .item a:hover {
    opacity: .7;
}
footer .ipc .items .item {
    width: 18%;
}
footer .footer-inner .footer-nav ul li a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
}
footer .container {
    max-width: 1234px !important;
}
@media(hover:hover){
    footer .footer-inner .footer-nav ul li a:hover{
        opacity: .7;
    }
}
@media(hover:none){
    footer .footer-inner .footer-nav ul li a:active{
        opacity: .7;
    }
}
footer .footer-inner .footer-nav ul li ul{
    display: block;
    padding-top: 10px;
}
footer .footer-inner .footer-nav ul li ul li a{
    font-size: 1.2rem;
    font-weight: 400;
    border-bottom: unset;
    line-height: 1.7;
    position: relative;
}
footer .footer-inner .footer-nav ul li.w100 {
    width: 100%;
}
footer .footer-inner .footer-nav ul li.w100 ul {
    margin: 0 -9px;
}
footer .footer-inner .footer-nav ul li.w100 li {
    padding: 9px;
}
footer .footer-inner .footer-nav ul li.w100 ul li a {
    position: relative;
    padding-top: 100%;
    display: block;
}
footer .footer-inner .footer-nav ul li.w100 ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
footer .footer-inner .footer-nav ul li.w100 ul li a .txt {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}
footer .footer-inner .footer-nav ul li ul li a::before,
footer .footer-inner .footer-nav ul li ul li a::after {
    display: none;
}
footer .footer-inner .footer-nav ul li ul {
    display: flex;
    flex-wrap: wrap;
}
footer .footer-inner .footer-nav ul li ul li {
    width: 33.33%;
    padding: 0;
}
footer .copy-right{
    font-size: 1.2rem;
    padding-top: 55px;
    padding-bottom: 25px;
    line-height: 1.4;
}
footer .contact .count{
    width: 112px;
    padding-left: 14px;
}
footer .info .contact .btn-box{
    display: flex;
    justify-content: left;
    align-items: center;
}
@media(max-width:1024px){
    footer .footer-nav{
        padding-left: 35px;
    }
    footer .footer-inner .footer-nav ul li ul{
        margin: 0;
    }
}
@media(max-width:960px){
    footer .logo img{
        width: 200px;
    }
    footer .info .contact .btn-box .btn{
        min-width: 100px;
    }
    footer .footer-nav {
        padding-left: 20px;
    }
}
@media(max-width:860px){
    footer .footer-inner .footer-nav ul li{
        width: 50%;
        padding-bottom: 15px;
    }
}
@media(max-width:750px){
    footer .info{
        width: 100%;
        border-right: unset;
        padding-top: 15px;
    }
    footer .footer-inner .footer-nav ul li{
        width: 50%;
        padding: 0 0 25px;
    }
    footer .footer-nav{
        flex: auto;
        padding-left: 0;
    }
    footer .footer-inner .footer-nav ul {
        margin: 0;
        padding: 0;
    }
    footer .info .contact{
        text-align: center;
    }
    footer .logo-box{
        text-align: center;
    }
    footer .logo-box .logo img{
        width: 250px;
    }
    footer .contact .count{
        width: 118px;
        padding-left: 18px;
    }
    footer .copy-right{
        padding-top: 30px;
        line-height: 2;
    }
    footer .info .contact .btn-box{
        justify-content: center;
    }
    footer .footer-nav{
        margin: 0;
    }
    footer .info .contact .btn-box .btn{
        min-width: 140px;
    }
    footer .info .contact .client {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .info .contact .client a {
        width: 50%;
        text-align: right;
    }
    footer .info .contact .client a img {
        max-width: 150px;
    }
    footer .info .contact .client p {
        padding-top: 0;
        width: 50%;
        text-align: left;
    }
    footer .footer-nav {
        max-width: 310px;
        margin: 0 auto;
        padding-top: 35px;
    }
    footer .footer-inner .footer-nav ul li.w100 ul li a .txt {
        font-size: 1.4rem;
    }
    footer .footer-inner .footer-nav ul li.w100 li {
        padding: 6px;
    }
    footer .footer-inner .footer-nav ul li.w100 ul {
        margin: 0 -6px;
    }
    footer .footer-inner .footer-nav ul li a {
        font-size: 1.5rem;
    }
    footer .footer-inner .footer-nav ul li {
        padding-bottom: 15px;
    }
    footer .ipc {
        margin-top: 30px;
    }
    footer .ipc .items {
        max-width: 322px;
        flex-wrap: wrap;
        padding: 20px 0 10px 0;
        justify-content: flex-start;
    }
    footer .ipc .items .item {
        width: 50%;
    }
}
@media(max-width:374px){
    footer .info .contact .client p a {
        padding-left: 20px;
        font-size: 1rem;
    }
}
/*
==============================================================
=========================== End Footer =======================
==============================================================
*/