@charset "utf-8";

html{
    overflow-x: hidden;
}
a{
    transition: all .3s;
    cursor: pointer;
}
img{
    -webkit-backface-visibility: hidden;
    width: 100%;
    object-fit: contain;
}
body{
    overflow-x: hidden;
    line-height: 145%;
    transition: all .3s;
}
/* for iOS */
input,select,textarea {
    border-radius: 0;
    -webkit-appearance: none;
    line-height: normal;
    background: transparent;
}


@media screen and (min-width:768px) and (max-width:1023px) {
    html {
        font-size: calc(10px * 0.9);
    }
}
@media screen and (min-width:768px) {
    .pc{display: block;}
    .sp{display: none !important;}
}

@media screen and (max-width:767px) {
    .pc{display: none !important;}
    .sp{display: block;}
}

/* ***************************
********** common **********
*************************** */

/* ************* title ************* */
.ttl_blu{
    color: #2A558F;
    font-size: 7.2862rem;
    line-height: 125%;
    margin-bottom: 40px; 
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .ttl_blu{
        font-size: 6.5rem;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .ttl_blu{
        font-size: 5.5rem;
    }
}
@media screen and (max-width:767px) {
    .ttl_blu{
        font-size: 3.8rem;
        margin-bottom: 30px;
    }
}
.ttl_w{
    color: #fff;
    font-size: 7.2862rem;
    line-height: 125%;
    margin-bottom: 40px; 
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .ttl_w{
        font-size: 6.5rem;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .ttl_w{
        font-size: 5.5rem;
    }
}
@media screen and (max-width:767px) {
    .ttl_w{
        font-size: 4rem;
        margin-bottom: 30px;
    }
}
.subttl_blu{
    color: #000;
    font-size: 1.65rem;
    line-height: 145%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.subttl_blu::before{
    content: "";
    width: 3px;
    height: 16px;
    background: #2A558F;
    margin-right: 20px;
    display: flex;
}
@media screen and (max-width:767px) {
    .subttl_blu{
        margin-bottom: 12px;
        font-size: 1.4rem;
    }
    .subttl_blu::before{
        margin-right: 12px;
    }
}
.subttl_w{
    color: #fff;
    font-size: 1.65rem;
    line-height: 145%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.subttl_w::before{
    content: "";
    width: 3px;
    height: 16px;
    background: #fff;
    margin-right: 20px;
    display: flex;
}
@media screen and (max-width:767px) {
    .subttl_w{
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
}
.under_ttl___p{
    font-size: 1.8rem;
    color: #fff;
    line-height: 165%;
    margin-bottom: 15px;
    letter-spacing: 0.2rem;
}
.under_ttl___h2{
    font-size: 4rem;
    color: #fff;
    line-height: 165%;
    letter-spacing: 0.5rem;
    margin-bottom: 35px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .under_ttl___p{
        font-size: 1.4rem;
    }
    .under_ttl___h2{
        font-size: 3rem;
        letter-spacing: 0.2rem;
        margin-bottom: 25px;
    }
}
@media screen and (max-width:767px) {
    .under_ttl___p{
        font-size: 1.3rem;
        margin-bottom: 0px;
        letter-spacing: inherit;
    }
    .under_ttl___h2{
        font-size: 2.2rem;
        margin-bottom: 15px;
        letter-spacing: inherit;
    }
}

/* ************* page_sec_ttl ************* */
.page_sec_ttl{
    padding: 140px 100px 70px 100px;
}
.page_sec_ttl_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.page_sec_ttl p{
    color: #2A558F;
    font-size: 1.8rem;
    line-height: 125%;
    letter-spacing: 0.1rem;
    margin-bottom: 15px;
}
.page_sec_ttl h2{
    color: #000;
    font-size: 4rem;
    line-height: 145%;
    letter-spacing: 0.4rem;
}
.page_sec_ttl .link_c_blu{
    margin-bottom: 0px;
}
.page_sec_ttl .link_c_blu p{
    margin-bottom: 0px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .page_sec_ttl{
        padding: 100px 50px 50px 50px;
    }
    .page_sec_ttl h2{
        font-size: 3rem;
    }
}
@media screen and (max-width:767px) {
    .page_sec_ttl{
        padding: 50px 25px 25px 25px;
    }
    .page_sec_ttl_flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .page_sec_ttl_flex_left{
        margin-bottom: 20px;
    }
    .page_sec_ttl p{
        font-size: 1.4rem;
        margin-bottom: 10px;
        letter-spacing: 0.08rem;
    }
    .page_sec_ttl h2{
        font-size: 2.2rem;
        letter-spacing: 0.2rem;
    }
}


/* ************* txt ************* */
.txt26{
    color: #000;
    font-size: 2.6rem;
    line-height: 185%;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .txt26{
        font-size: 2.2rem;
    }
}
@media screen and (max-width:767px) {
    .txt26{
        font-size: 1.6rem;
        line-height: 165%;
    }
}
.txt22{
    color: #000;
    font-size: 2.2rem;
    line-height: 185%;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .txt22{
        font-size: 2rem;
    }
}
@media screen and (max-width:767px) {
    .txt22{
        font-size: 1.8rem;
        line-height: 165%;
    }
}
.txt22 > span{
    font-size: 1.6rem;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .txt22 > span{
        font-size: 14rem;
    }
}
@media screen and (max-width:767px) {
    .txt22 > span{
        font-size: 1.4rem;
    }
}
.txt18{
    color: #000;
    font-size: 1.8rem;
    line-height: 205%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .txt18{
        font-size: 1.6rem;
    }
}
@media screen and (max-width:767px) {
    .txt18{
        font-size: 1.4rem;
        line-height: 185%;
    }
}

/* ************* hr ************* */
.page__hr{
    border-top: solid 1px rgba(0,0,0,0.2);
    border-bottom: none;
    height: 0px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* ************* link ************* */
.link_blu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: fit-content;
}
.link_blu p{
    color: #000;
    font-size: 1.5rem;
    line-height: 145%;
    padding-right: 25px;
    transition: all .3s;
    position: relative;
}
.link_blu p::after{
    content: "";
    background: #618ECC;
    position: absolute;
    transition: all .3s;
    width: 0%;
    height: 1px;
    bottom: -5px;
    left: 0px;
}
.link_blu span{
    width: 15.75px;
    height: 10.83px;
    display: flex;
    position: absolute;
    right: 0px;
    top: calc(50% - 5.415px);
    transition: all .3s;
}
.link_blu:hover {
    opacity: 1;
}
.link_blu:hover p{
    color: #618ECC; 
}
.link_blu:hover p::after{
    width: calc(100% - 25px);
}
.link_blu:hover span{
    right: -5px;
    opacity: 0.6;
}

/* link_c */

@-webkit-keyframes arrowSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes arrowSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media screen and (max-width:767px) {
    .link_blu p{
        color: #000;
        font-size: 1.3rem;
        line-height: 145%;
        letter-spacing: 0.05rem;
        padding-right: 18px;
        text-wrap: nowrap;
    }
    .link_blu span{
        width: 11px;
        height: 10px;
        top: calc(50% - 5px);
    }
}
.link_c_w{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    width: fit-content;
}
.link_c_w span{
    width: 45px;
    height: 45px;
    display: flex;
    margin-right: 20px;
    border: solid 1px #fff;
    border-radius: 22.5px;
    align-items: center;
    position: relative;
    transition: all .3s;
}
.link_c_w span svg{
    width: 15.75px;
    height: 10.5px;
    position: absolute;
    left: calc(50% - 7.875px);
    transition: all .3s;
}
.link_c_w p{
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 145%;
    transition: all .3s;
    position: relative;
}
.link_c_w:hover span{
    background: #fff;
}
.link_c_w p::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    background: #fff;
    display: flex;
    transition: all .3s;
}
.link_c_w:hover p::after{
    width: 100%;
}
.link_c_w:hover span svg{
    -webkit-animation: arrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
        animation: arrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}
.link_c_w span svg path{
    transition: all .3s;
}
.link_c_w:hover span svg path{
    fill: #2A558F;
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .link_c_w span{
        width: 42px;
        height: 42px;
    }
    .link_c_w p{
        font-size: 1.6rem;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .link_c_w span{
        width: 34px;
        height: 34px;
        margin-right: 15px;
    }
    .link_c_w p{
        font-size: 1.6rem;
    }
}
@media screen and (max-width:767px) {
    .link_c_w{
        margin-bottom: 20px;
    }
    .link_c_w span{
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }
    .link_c_w span svg{
        width: 12px;
        height: 8.25px;
        left: calc(50% - 6px);
    }
    .link_c_w p{
        font-size: 1.5rem;
    }
}

.link_c_blu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    width: fit-content;
}
.link_c_blu span{
    width: 45px;
    height: 45px;
    display: flex;
    margin-right: 20px;
    border: solid 1px #2A558F;
    border-radius: 22.5px;
    align-items: center;
    position: relative;
    transition: all .3s;
}
.link_c_blu span svg{
    width: 15.75px;
    height: 10.5px;
    position: absolute;
    left: calc(50% - 7.875px);
    transition: all .3s;
}
.link_c_blu p{
    color: #2A558F;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 145%;
    transition: all .3s;
    position: relative;
}
.link_c_blu p::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    background: #2A558F;
    display: flex;
    transition: all .3s;
}
.link_c_blu:hover p::after{
    width: 100%;
}
.link_c_blu:hover span{
    background: #2A558F;
}
.link_c_blu:hover span svg{
    -webkit-animation: arrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
        animation: arrowSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}
.link_c_blu span svg path{
    transition: all .3s;
}
.link_c_blu:hover span svg path{
    fill: #fff;
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .link_c_blu span{
        width: 42px;
        height: 42px;
    }
    .link_c_blu p{
        font-size: 1.6rem;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .link_c_blu span{
        width: 34px;
        height: 34px;
        margin-right: 15px;
    }
    .link_c_blu p{
        font-size: 1.6rem;
    }
}
@media screen and (max-width:767px) {
    .link_c_blu{
        margin-bottom: 20px;
    }
    .link_c_blu span{
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }
    .link_c_blu span svg{
        width: 12px;
        height: 8.25px;
        left: calc(50% - 6px);
    }
    .link_c_blu p{
        font-size: 1.5rem;
    }
}

/* ************* breadcrumb ************* */
.breadcrumb{
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
    padding: 40px 100px;
    overflow-y: scroll;
}
.breadcrumb__ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.breadcrumb__ul li{
    position: relative;
    padding-right: 60px;
    text-wrap: nowrap;
}
.breadcrumb__ul li::after{
    content: "";
    background-image: url(../img/bc_arrow.svg);
    background-repeat: no-repeat;
    width: 6.799px;
    height: 9.992px;
    display: flex;
    position: absolute;
    right: 28px;
    top: calc(50% - 4.996px);
    background-size: contain;
}
.breadcrumb__ul li:last-child{
    padding-right: 0px;
}
.breadcrumb__ul li:last-child::after{
    content: none;
}
.breadcrumb__ul li a{
    color: #2A558F;
    font-size: 1.4rem;
    line-height: 145%;
    position: relative;
    white-space: nowrap;
}
.breadcrumb__ul li a::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #2A558F;
    display: flex;
    transition: all .3s;
}
.breadcrumb__ul li a:hover::after{
    width: 100%;
}
.breadcrumb__ul span{
    color: #000;
    font-size: 1.4rem;
    line-height: 145%;
    white-space: nowrap;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .breadcrumb{
        padding: 30px 50px;
    }
}

@media screen and (max-width:767px) {
    .breadcrumb{
        padding: 17px 25px;
    }
    .breadcrumb__ul li{
        position: relative;
        padding-right: 30px;
    }
    .breadcrumb__ul li::after{
        width: 4px;
        height: 6.128px;
        right: 12px;
        top: calc(50% - 3.064px);
    }
    .breadcrumb__ul li a{
        font-size: 1.1rem;
    }
    .breadcrumb__ul span{
        font-size: 1.1rem;
    }
}

/* ************* page_title_1 ************* */
.page_title_1{
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
    padding: 190px 100px 37px 100px;
}
.page_title_1 .ttl_blu{
    margin-bottom: 0px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .page_title_1{
        padding: 120px 50px 37px 50px;
    }
    .page_title_1 .ttl_blu{
        font-size: 6.4rem;
    }
}
@media screen and (max-width:767px) {
    .page_title_1{
        padding: 87px 25px 20px 25px;
    }
    .page_title_1 .ttl_blu{
        font-size: 3.4rem;
        letter-spacing: 0.15rem;
    }
}

/* ************* page_title_2 ************* */
.page_title_2{
    position: relative;
}
.page_title_2_bg{
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
    width: 100%;
    height: 225px;
    position: absolute;
    top: -79px;
    left: 0px;
}
.page_title_2_inner{
    width: calc(100% - 100px);
    height: 308px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-left: 100px;
    margin-top: 79px;
}
.page_title_2_inner_txt{
    position: absolute;
    bottom: 50px;
    left: 60px;
}
.page_title_2_inner_txt h2{
    margin-bottom: 0px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .page_title_2_vacuum .page_title_2_inner{
        width: calc(100% - 50px);
        margin-left: 50px;
    }
    .page_title_2_inner{
        margin-top: 50px;
        height: 260px;
        margin-left: 50px;
        width: calc(100% - 50px);
    }
}
@media screen and (max-width:767px) {
    .page_title_2_bg{
        display: none;
    }
    .page_title_2_inner{
        width: 100%;
        height: 170px;
        margin-left: 0px;
        margin-top: 50px;
    }
    .page_title_2_inner_txt{
        bottom: 28px;
        left: 25px;
    }
}
.page_title_2_sales .page_title_2_inner{
    background-image: url(../img/sales_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_sales .page_title_2_inner{
        background-image: url(../img/sales_ttl_img_sp.jpg);
    }
}
.page_title_2_service .page_title_2_inner{
    background-image: url(../img/service_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_service .page_title_2_inner{
        background-image: url(../img/service_ttl_img_sp.jpg);
    }
}
.page_title_2_vacuum .page_title_2_inner{
    background-image: url(../img/vacuum_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_vacuum .page_title_2_inner{
        background-image: url(../img/vacuum_ttl_img_sp.jpg);
    }
}
.page_title_2_analysis .page_title_2_inner{
    background-image: url(../img/analysis_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_analysis .page_title_2_inner{
        background-image: url(../img/analysis_ttl_img_sp.jpg);
    }
}

.page_title_2_optics_precision .page_title_2_inner{
    background-image: url(../img/optics_precision_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_optics_precision .page_title_2_inner{
        background-image: url(../img/optics_precision_ttl_img_sp.jpg);
    }
}

.page_title_2_environment .page_title_2_inner{
    background-image: url(../img/environment_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_environment .page_title_2_inner{
        background-image: url(../img/environment_ttl_img_sp.jpg);
    }
}

.page_title_2_control_devices .page_title_2_inner{
    background-image: url(../img/control_devices_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_control_devices .page_title_2_inner{
        background-image: url(../img/control_devices_ttl_img_sp.jpg);
    }
}

.page_title_2_electronic_measurement .page_title_2_inner{
    background-image: url(../img/electronic_measurement_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_electronic_measurement .page_title_2_inner{
        background-image: url(../img/electronic_measurement_ttl_img_sp.jpg);
    }
}

.page_title_2_used .page_title_2_inner{
    background-image: url(../img/used_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_used .page_title_2_inner{
        background-image: url(../img/used_ttl_img_sp.jpg);
    }
}

.page_title_2_other .page_title_2_inner{
    background-image: url(../img/used_ttl_img_pc.jpg);
}
@media screen and (max-width:767px) {
    .page_title_2_other .page_title_2_inner{
        background-image: url(../img/used_ttl_img_sp.jpg);
    }
}
/* ************* page_concept ************* */
.page_concept{
    padding: 140px 100px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page_concept h2{
    color: #000;
    text-align: center;
    font-size: 4.8762rem;
    line-height: 205%;
    letter-spacing: 0.5rem;
}
.page_concept__h2_blu{
    color: #2A558F;
}
.page_concept__h2_blu_b{
    font-size: 6.04rem;
    color: #2A558F;
}
.page_concept h3{
    color: #000;
    text-align: center;
    font-size: 3.3524rem;
    line-height: 205%;
    letter-spacing: 0.35rem;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .page_concept{
        padding: 100px 50px 100px;
    }
    .page_concept h2{
        font-size: 4.5rem;
    }
    .page_concept__h2_blu_b{
        font-size: 5.5rem;
    }
    .page_concept h3{
        font-size: 3rem;
        letter-spacing: 0.3rem;
    }
}
@media screen and (max-width:767px) {
    .page_concept{
        padding: 50px 25px;
    }
    .page_concept h2{
        font-size:2.4rem;
        letter-spacing: 0.35rem;
    }
    .page_concept__h2_blu_b{
        font-size: 3rem;
    }
    .page_concept h3{
        font-size: 1.8rem;
        letter-spacing: 0.25rem;
        line-height: 175%;
    }
}
/* ************* page_txtblk ************* */
.page_txtblk{
    padding: 0 100px 50px 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.page_txtblk_left h3{
    margin-bottom: 0px;
}
.page_txtblk_right{
    width: 66.6666%;
}
.page_txtblk_right p{
    margin-bottom: 0px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .page_txtblk{
        padding: 0 50px 50px 50px;
    }
}
@media screen and (max-width:767px) {
    .page_txtblk{
        padding: 0 25px 25px 25px;
        flex-direction: column;
    }
    .page_txtblk_left h3{
        margin-bottom: 10px;
    }
    .page_txtblk_right{
        width: 100%;
    }
}

/* ************* page_img ************* */
.page_img{
    padding: 0 100px 140px 100px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .page_img{
        padding: 0 50px 100px 50px;
    }
}
@media screen and (max-width:767px) {
    .page_img{
        padding: 0 25px 50px 25px;
    }
}


/* ***************************
********** header **********
*************************** */
header{
    position: fixed;
    width: 100%;
    z-index: 10;
}
.header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}
.header_inner.scrolled{
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
}
.header_inner h1{
    margin-left: 25px;
}
.header_inner h1 a{
    width: 228px;
    display: flex;
}
.header_inner.scrolled h1{
    margin-left: 20px;
}
.header_inner.scrolled h1 a{
    width: 180px;
}
.header_right_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #2A558F;
}
.header_right_menu__li{
    display: flex;
}
.header_right_menu__li a{
    background: #2A558F;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 145%;
    padding: 30px 20px;
    transition: all .3s;
}
.scrolled .header_right_menu__li a{
    padding: 15px 20px;
}
.header_right_menu__li > a:hover{
    background: #1A4073;
    opacity: 0.6;
}
.header_spmenu{
    display: none;
}
@media screen and (max-width:1023px) {
    header{
        min-width: unset;
        position: relative;
        position: fixed;
    }
    .header_inner{
        width: 100%;
        background: #fff;
    }
    .header_left{
        display: flex;
        align-items: baseline;
        width: auto;
    }
    .header_right_menu{
        display: none;
    }
    .header_inner h1 {
        margin-left: 10px;
    }
    .header_inner.scrolled h1 {
        margin-left: 10px;
    }
    .header_inner h1 a{
        width: 156px;
    }
    .header_inner.scrolled h1 a{
        width: 156px;
    }
    .header_spmenu{
        display: block;
    }
    .header_spmenu_btn{
        background: #2A558F;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_spmenu_btn span{
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_spmenu_btn.close span img.icon_menu{
        display: none;
    }
    .header_spmenu_btn span img.icon_close{
        display: none;
    }
    .header_spmenu_btn.close span img.icon_close{
        display: inline;
    }
    .header_spmenu_list{
        position: fixed;
        top: 50px;
        left: 0px;
        z-index: 30;
        align-items: flex-start;
        justify-content: center;
        height: 0;
        opacity: 0;
        transition: all .5s ease;
        overflow: hidden;
        display: flex;
        width: auto;
    }
    .header_spmenu_list.open{
        opacity: 1;
        height: calc(100vh - 50px);
    }
    .header_spmenu_list_bg{
        background: url(../img/nz_bg.png);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .header_spmenu_list_close{
        position: absolute;
        right: 0px;
        top: -50px;
        width: 50px;
        height: 50px;
        background: #2A558F;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_spmenu_list_close span{
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_spmenu_list_inner{
        position: relative;
        padding: 40px 25px;
    }
    .header_spmenu_list_inner .footer_right_inner_clm{
        position: relative;
        margin-bottom: 52px;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 12px;
        width: calc(100vw - 62px);
    }
    .header_spmenu_list_inner .footer_right_inner_clm::after{
        content: "";
        position: absolute;
        width: calc(100vw - 50px);
        background: #000;
        opacity: 0.2;
        display: flex;
        left: 0px;
        height: 1px;
        bottom: -25px;
    }
    .header_spmenu_list_inner .footer_right_inner_clm:last-child::after{
        content: none;
    }
    .header_spmenu_list_inner .footer_right_inner_clm_ttllnk{
        width: 50%;
        margin-bottom: 14px;
        font-size: 1.3rem;
        width: fit-content;
    }
    .header_spmenu_list_inner .footer_right_inner_clm_ttllnk.last{
        margin-bottom: 0px;
    }
    .header_spmenu_list_inner .footer_right_inner_clm_ttllnk::before{
        left: -12px;
    }
    .header_spmenu_list_inner .footer_right_inner_clm__ul{
        margin-left: -12px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(100vw - 50px);
    }
    .header_spmenu_list_inner .footer_right_inner_clm__ul li{
        width: 50%;
        margin-bottom: 10px;
    }

}
/* ***************************
********** megadrop **********
*************************** */
.magedrop{
    height: 0;
    opacity: 0;
    transition: all .5s ease;
    overflow: hidden;
    pointer-events: none;
    position: relative;
}
.magedrop.open {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events:inherit;
}
.megadrop_wrapper{
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 200px);
    position: fixed;
    top: 79px;
    right: 0px;
    padding: 80px 100px;
    z-index: 1;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.scrolled .megadrop_wrapper{
    top: 46.95px;
}
.megadrop_inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.megadrop_inner_left{
    width: 31.8181%;
}
.megadrop_inner_left h2{
    margin-bottom: 20px;
}
.megadrop_inner_left p{
    font-size: 3.6rem;
}
.megadrop_inner_right{
    width: 73.3333%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mega_business_box{
    display: flex;
    overflow: hidden;
    width: 47.7272%;
    background: transparent !important;
    padding: 0 !important;
    flex-direction: column;
    transition: all .3s;
}
.mega_pro_box{
    width: 30.2272%;
    margin-bottom: 30px;
}
.mega_pro_box.last{
    margin-bottom: 0px;
}
.mega_business_box:hover{
    opacity: 1;
}
.mega_business_box span{
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.mega_business_box span img{
    transition: all .3s;
}
.mega_business_box:hover span img{
    transform: scale(1.1);
    opacity: 0.7;
}
.mega_business_box p{
    color: #000;
    font-size: 1.5rem;
    line-height: 145%;
    letter-spacing: 0.1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .3s;
}
.mega_business_box p::after{
    content: "";
    background-image: url(../img/arrow_blu.svg);
    width: 14.25px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    margin-left: 10px;
    transition: all .3s;
}
.mega_business_box:hover p{
    color: #2A558F;
}
.mega_business_box:hover p::after{
    margin-left: 15px;
}

.mega_business_box_sub{
    width: 100%;
    border-top: solid 1px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30px;
    margin-top: 40px;
}
.mega_business_box_sub a{
    width: auto;
    margin-right: 40px;
    transition: all .3s;
}
.mega_business_box_sub a:hover{
    margin-right: 35px;
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .megadrop_wrapper{
        width: calc(100% - 100px);
        padding: 80px 50px;
    }
    .megadrop_inner_left p{
        font-size: 3.4rem;
        letter-spacing: 0.2rem;
    }
    .megadrop_inner_left{
        width: 35%;
    }
    .megadrop_inner_right{
        width: 65%;
    }

}

/* ***************************
********** fixed_cta **********
*************************** */
.fixed_cta{
    position: fixed;
    right: 0px;
    bottom: 60px;
    z-index: 100;
}
.fixed_cta_btn{
    background: #12A0BF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 18px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}
.fixed_cta_btn:last-child{
    margin-bottom: 0px;
}
.fixed_cta_btn::after{
    content: "";
    background:#00748D;
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0%;
    width: 100%;
    z-index: 0;
    transition: all .3s;
}

.fixed_cta_btn:hover::after{
    height: 100%;
}
.fixed_cta_btn p{
    font-size: 1.4rem;
    color: #fff;
    line-height: 125%;
    letter-spacing: 0.4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; 
    z-index: 1;
    position: relative;
    transition: all .3s;
}
.fixed_cta_btn:hover p{
    opacity: 0.6;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .fixed_cta_btn{
        padding: 30px 13px;
    }
}
@media screen and (max-width:767px) {
    .fixed_cta{
        right: 0px;
        bottom: 0px;
        background: url(../img/nz_bg.png);
        background-repeat: repeat;
        background-size: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 20px);
        padding: 8px 10px;
    }
    .fixed_cta_btn{
        padding: 12px 0px;
        margin-bottom: 0px;
        width: calc(50% - 5px);
    }
    .fixed_cta_btn p{
        font-size: 1.3rem;
        letter-spacing: inherit;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb; 
    }
}

#page{
    overflow: hidden;
}
/* ***************************
********** top_main **********
*************************** */
.top_main{
    z-index: 0;
    margin-bottom: 0px !important;
    min-height: 550px;
    position: relative;
    /* background: #1A4073; */
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
}
.top_main .slider-item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:2){
    .top_main .slider-item{
        height: 80vh;
    }
}
.top_main .slider-item .slider_bg{
    width: 100%;
    height: 100%;
}
.top_main .slider-item .slider_bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.top_main .slick-slide .slider_bg img {
    transform-origin: center top;
    transform: scale(1.05);
    transition: 6s ease-out;
    transition-delay: 1s;
}
.top_main .slick-slide.slick-active .slider_bg img {
    transform: scale(1.0);
    transition-delay: 0s;
}
.top_main .slider-item .slider_grid{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    opacity: 0.6;
}
.top_main .slider-item .slider_grid img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slider_txt_v1{
    position: absolute;
    bottom: 100px;
    left: 100px;
}
.slider_txt_v1 p{
    font-size: 3.2rem;
    color: #fff;
    line-height: 165%;
    letter-spacing: 0.5rem;
    margin-bottom: 10px;
}
.slider_txt_v1 h2{
    font-size: 4.3rem;
    color: #fff;
    line-height: 165%;
    letter-spacing: 0.5rem;
}
.slider_txt_v2{
    position: absolute;
    bottom: 100px;
    left: 100px;
}
.slider_txt_v2 p{
    font-size: 1.8rem;
    color: #fff;
    line-height: 165%;
    margin-bottom: 15px;
}
.slider_txt_v2 h2{
    font-size: 4rem;
    color: #fff;
    line-height: 165%;
    letter-spacing: 0.5rem;
    margin-bottom: 35px;
}
.slider_txt_v2 .link_c_w{
    margin-bottom: 0px;
}
.slider_txt_v2 .link_c_w p{
    margin-bottom: 0px;
}
.slider_txt_v2_tate{
    position: absolute;
    top: 145px;
    right: 80px;
}
.slider_txt_v2_tate p{
    font-size: 2rem;
    color: #fff;
    line-height: 205%;
    letter-spacing: 0.4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.slider_txt_v1,.slider_txt_v2{
    opacity: 0;
    transition: all .3s;
    transition-delay: .2s;
}
.slick-current .slider_txt_v1,.slick-current .slider_txt_v2{
    opacity: 1;
}
.slider_txt_v2_tate{
    opacity: 0;
    transition: all .3s;
    transition-delay: .3s;
}
.slick-current .slider_txt_v2_tate{
    opacity: 1;
}
.slide_dots{
    position: absolute;
    bottom: 100px;
    right: 120px;
}
.slick-dots{
    display: flex;
    align-items: center;
}
.slide_dots button{
    text-indent: -9999px;
    width: 15px;
    height: 3px;
    border: none;
    opacity: 0.4;
    background: #000;
    padding: 0;
    display: flex;
    margin-left: 10px;
    transition: all .3s;
}
.slide_dots .slick-active button{
    width: 40px;
    background: #fff;
    opacity: 1;
}
.slide_dots button:hover{
    opacity: 0.2;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .top_main .slider-item{
        height: 90vh;
    }
    .top_main .slider-item .slider_bg{
        height: 90vh;
    }
    .slider_txt_v2_tate {
        position: absolute;
        top: 100px;
        right: 50px;
    }
    .slider_txt_v1 {
        position: absolute;
        bottom: 100px;
        left: 50px;
    }
    .slider_txt_v1 p{
        font-size: 2.6rem;
        letter-spacing: 0.2rem;
        margin-bottom: 5px;
    }
    .slider_txt_v1 h2{
        font-size: 4rem;
        letter-spacing: 0.3rem;
    }
    .slider_txt_v2 {
        position: absolute;
        bottom: 100px;
        left: 50px;
    }
    .slide_dots{
        bottom: 100px;
        right: 80px;
    }
    .slide_dots button{
        width: 15px;
    }
    .slide_dots .slick-active button{
        width: 30px;
    }
}

@media screen and (max-width:767px) {
    .top_main{
        margin-top: 50px;
        height: calc(80vh - 50px);
        min-height: 450px;
    }
    .top_main .slider{
        height: 100%;
    }
    .top_main .slick-list,.top_main .slick-track{
        height: 100%;
    }
    .top_main .slider-item{
        height: 100%;
    }
    .slider_txt_v1{
        bottom: 50px;
        left: 25px;
    }
    .slider_txt_v1 p{
        font-size: 1.6rem;
        letter-spacing: inherit;
    }
    .slider_txt_v1 h2{
        font-size: 2.6rem;
        letter-spacing: inherit;
    }
    .slider_txt_v2{
        bottom: 50px;
        left: 25px;
    }
    .slider_txt_v2 p{
        font-size: 1.4rem;
        margin-bottom: 5px;
        letter-spacing: inherit;
    }
    .slider_txt_v2 h2{
        font-size: 2.8rem;
        margin-bottom: 15px;
        letter-spacing: inherit;
    }
    .slider_txt_v2_tate{
        top: 40px;
        right: 25px;
    }
    .slider_txt_v2_tate p{
        font-size: 1.4rem;
        line-height: 185%;
        letter-spacing: 0.4rem; 
    }
    .slide_dots{
        bottom: 30px;
        right: 25px;
    }
    .slide_dots button{
        width: 10px;
        height: 2px;
    }
    .slide_dots .slick-active button{
        width: 20px;
    }
}

/* ***************************
********** top_news **********
*************************** */
.top_news{
    padding: 35px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_news_ttl p{
    color: #2A558F;
    font-size: 3rem;
    line-height: 125%;
}
.slider_news_container{
    width: calc(100% - 300px);
}
.slider_news__li a{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 5px;
    margin-top: 5px;
}
.slider_news__li a span{
    color: #000;
    font-size: 1.5rem;
    line-height: 145%;
    margin-right: 25px;
}
.slider_news__li a p{
    color: #2A558F;
    font-size: 1.5rem;
    line-height: 145%;
    position: relative;
    transition: all .3s;
}
.slider_news__li a p::after{
    content: "";
    background: #2A558F;
    position: absolute;
    transition: all .3s;
    width: 0%;
    height: 1px;
    bottom: -5px;
    left: 0px;
}
.slider_news__li a:hover p{
    opacity: 0.6;
}
.slider_news__li a:hover p::after{
    width: 100%;
    opacity: 0.6;
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .top_news{
        padding: 35px 50px;
    }
}

@media screen and (max-width:767px) {
    .top_news{
        padding: 40px 25px;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .top_news_ttl{
        margin-bottom: 15px;
    }
    .top_news_ttl p{
        font-size: 2.6rem;
    }
    .slider_news_container{
        width: 100%;
    }
    .slider_news__li a{
        flex-direction: column;
    }
    .slider_news__li a span{
        font-size: 1.4rem;
        margin-bottom: 8px;
        margin-right: 0px;
    }
    .slider_news__li a p{
        font-size: 1.4rem;
        line-height: 165%;
    }
    .top_news .link_blu{
        position: absolute;
        top: 44px;
        right: 25px;
    }
}

/* ***************************
********** top_goal **********
*************************** */
.top_goal{
    padding: 140px 100px 140px 100px;
    background-image: url(../img/top_goal_bg.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
}
.goal_txt30{
    color: #000;
    font-size: 3rem;
    font-weight: 600;
    line-height: 185%;
    margin-bottom: 45px;
}
.goal_cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.goal_cont_box{
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.goal_cont_box span{
    display: flex;
    margin-bottom: 15px;
}
.goal_cont_box p{
    position: relative;
    padding-left: 15px;
    color: #000;
    font-size: 1.5rem;
    line-height: 145%;
}
.goal_cont_box p::before{
    content: "";
    width: 5px;
    height: 5px;
    background: #2A558F;
    position: absolute;
    top: 8px;
    left: 0px;
}
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
.goal_txt_wrapper{
    position: absolute;
    bottom: -40px;
    left: -100px;
}
.goal_txt_inner{
    display: flex;
    overflow: hidden;
    opacity: 0.6;
}
.goal_txt{
    width: 120vw;
    display: flex;
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
    padding-left: 5vw;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .top_goal{
        padding: 100px 50px 100px 50px;
    }
    .goal_txt30 br{
        display: none;
    }
    .goal_cont_box{
        width: 48%;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:767px) {
    .top_goal{
        padding: 50px 25px 60px 25px;
        background-position: top center;
        background-image: url(../img/top_goal_bg_sp.jpg);
    }
    .goal_txt30{
        font-size: 1.6rem;
        margin-bottom: 30px;
        letter-spacing: 0.05rem;
        padding-top: 10px;
    }
    .goal_cont{
        flex-direction: column;
    }
    .goal_cont_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .goal_cont_box:last-child{
        margin-bottom: 0px;
    }
    .goal_cont_box span{
        margin-bottom: 10px;
    }
    .goal_cont_box p{
        font-size: 1.3rem;
    }
    .goal_txt_wrapper{
        left: -25px;
    }
    .goal_txt{
        width: 250vw;
    }
}
/* ***************************
********** top_business **********
*************************** */
.top_business{
    padding: 140px 0 140px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    position: relative;
}
.top_business::before{
    content: "";
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.top_business::after{
    content: "";
    background: rgba(0,0,0,0.2);
    height: 1px;
    width: calc(100% - 200px);
    bottom: 0px;
    display: block;
    position: absolute;
    left: 100px;
}
.top_business_left .link_c_blu:last-child{
    margin-bottom: 0px;
}
.top_business_right{
    width: 60%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .top_business{
        padding: 140px 0 100px 50px;
    }
    .top_business::after{
        width: calc(100% - 100px);
        left: 50px;
    }
}
@media screen and (max-width:767px) {
    .top_business{
        padding: 90px 0 50px 25px;
        flex-direction: column;
        align-items: flex-start;
    }
    .top_business::before{
        height: 80%;
    }
    .top_business::after{
        width: calc(100% - 50px);
        left: 25px;
    }
    .top_business_left{
        margin-bottom: 40px;
    }
    .top_business_right{
        width: 100%;
    }
}

/* ***************************
********** top_product **********
*************************** */
.top_product_upper{
    display: flex;
    padding: 140px 100px 0 100px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}
.top_product_upper_left .ttl_blu{
    margin-bottom: -25px;
}
.top_product_upper_right .link_c_blu:last-child{
    margin-bottom: 0px;
}
.top_product_lower{
    background-image: url(../img/product_bg_pc.jpg);
    background-size: cover;
    background-position: center;
}
.top_product_lower_upper{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.top_product_lower_upper__a{
    width: 33.3333%;
    height: 295px;
    background: rgba(255,255,255,0.3);
    transition: all .3s;
    position: relative;
}
.top_product_lower_upper__a:hover{
    opacity: 1;
}
.top_product_lower_upper__a:nth-child(1){
    border-bottom: solid 1px rgba(0,0,0,0.2);
    border-right: solid 1px rgba(0,0,0,0.2);
    width: calc(33.3333% - 1px);
}
.top_product_lower_upper__a:nth-child(2){
    border-bottom: solid 1px rgba(0,0,0,0.2);
    border-right: solid 1px rgba(0,0,0,0.2);
    width: calc(33.3333% - 1px);
}
.top_product_lower_upper__a:nth-child(3){
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.top_product_lower_upper__a:nth-child(4){
    border-right: solid 1px rgba(0,0,0,0.2);
    border-bottom: solid 1px rgba(0,0,0,0.2);
    width: calc(33.3333% - 1px);
}
.top_product_lower_upper__a:nth-child(5){
    border-right: solid 1px rgba(0,0,0,0.2);
    border-bottom: solid 1px rgba(0,0,0,0.2);
    width: calc(33.3333% - 1px);
}
.top_product_lower_upper__a:nth-child(6){
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.top_product_lower_upper__a::after{
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    background-size: cover;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .3s;
    z-index: 0;
    align-items: baseline;
    justify-content: center;
}
.top_product_lower_upper__a:hover::after{
    opacity: 1;
}
.top_product_lower_upper__a:nth-child(1)::after{
    background-image: url(../img/product_hover01.jpg);
}
.top_product_lower_upper__a:nth-child(2)::after{
    background-image: url(../img/product_hover02.jpg);
}
.top_product_lower_upper__a:nth-child(3)::after{
    background-image: url(../img/product_hover03.jpg);
}
.top_product_lower_upper__a:nth-child(4)::after{
    background-image: url(../img/product_hover04.jpg);
}
.top_product_lower_upper__a:nth-child(5)::after{
    background-image: url(../img/product_hover05.jpg);
}
.top_product_lower_upper__a:nth-child(6)::after{
    background-image: url(../img/product_hover06.jpg);
}
.top_product_lower_upper__a_txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 1;
}
.top_product_lower_upper__a_txt p{
    color: #2A558F;
    font-size: 1.8rem;
    line-height: 125%;
    letter-spacing: 0.15rem;
    margin-bottom: 15px;
    text-align: left;
}
.top_product_lower_upper__a_txt h3{
    color: #000;
    font-size: 2.4rem;
    line-height: 145%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .3s;
}
.top_product_lower_upper__a_txt h3::after{
    content: "";
    display: block;
    background-image: url(../img/arrow_blu.svg);
    width: 14.25px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
    transition: all .3s;
}
.top_product_lower_lower{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.top_product_lower_lower__a{
    width: 50%;
    height: 210px;
    transition: all .3s;
    position: relative;
    background: rgba(255,255,255,0.3);
}
.top_product_lower_lower__a:nth-child(1){
    border-right: solid 1px rgba(0,0,0,0.2);
    width: calc(50% - 1px);
}
.top_product_lower_lower__a:hover{
    background: rgba(255,255,255,0.8);
    opacity: 1;
}
.top_product_lower_upper__a:hover .top_product_lower_upper__a_txt h3,
.top_product_lower_lower__a:hover .top_product_lower_upper__a_txt h3{
    color: #2A558F;
}
.top_product_lower_upper__a:hover .top_product_lower_upper__a_txt h3::after,.top_product_lower_lower__a:hover .top_product_lower_upper__a_txt h3::after{
    margin-left: 20px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .top_product_upper{
        display: flex;
        padding: 100px 50px 0 50px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width:767px) {
    .top_product_upper{
        padding: 50px 25px 0 25px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .top_product_upper_left{
        margin-bottom: 30px;
    }
    .top_product_upper_left .ttl_blu{
        margin-bottom: 0px;
    }
    .top_product_lower{
        background-image: url(../img/product_bg_sp.jpg);
    }
    .top_product_lower_upper__a{
        width: 50%;
        height: 188px;
    }
    .top_product_lower_upper__a:nth-child(1){
        width: calc(50% - 1px);
        border-bottom: solid 1px rgba(0,0,0,0.2);
    }
    .top_product_lower_upper__a:nth-child(2){
        border-bottom: solid 1px rgba(0,0,0,0.2);
        border-right: none;
        width: 50%;
    }
    .top_product_lower_upper__a:nth-child(3){
        width: calc(50% - 1px);
        border-bottom: solid 1px rgba(0,0,0,0.2);
        border-right: solid 1px rgba(0,0,0,0.2);
    }
    .top_product_lower_upper__a:nth-child(4){
        border-bottom: solid 1px rgba(0,0,0,0.2);
        border-right: none;
        width: 50%;
    }
    .top_product_lower_upper__a:nth-child(5){
        width: calc(50% - 1px);
        border-bottom: solid 1px rgba(0,0,0,0.2);
    }
    .top_product_lower_upper__a:nth-child(6){
        border-bottom: solid 1px rgba(0,0,0,0.2);
        border-right: none;
        width: 50%;
    }
    .top_product_lower_upper__a_txt{
        bottom: 20px;
        left: 20px;
    }
    .top_product_lower_upper__a_txt p{
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    .top_product_lower_upper__a_txt h3{
        font-size: 1.6rem;
    }
    .top_product_lower_upper__a_txt h3::after{
        width: 9.5px;
        height: 6px;
        margin-left: 10px;
    }
    .top_product_lower_lower__a{
        height: 188px;
    }
    
}
/* ***************************
********** top_showroom **********
*************************** */
.top_showroom{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 140px 100px 140px 0;
    background: #2A558F;
}
.top_showroom_left{
    width: 50%;
    margin-right: 120px;
}
.top_showroom__p{
    color: #FFF;
    font-size: 1.8rem;
    line-height: 205%;
    margin-bottom: 55px;
}
.top_showroom_right .link_c_w{
    margin-bottom: 0px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .top_showroom{
        padding: 100px 50px 100px 0;
        background: #2A558F;
    }
}
@media screen and (max-width:767px) {
    .top_showroom{
        flex-direction: column-reverse;
        padding: 50px 25px 50px 25px;
        align-items: flex-start;
    }
    .top_showroom_left{
        width: calc(100% + 25px);
        margin-right: 0px;
        margin-left: -25px; 
    }
    .top_showroom_right{
        margin-bottom: 50px;
    }
    .top_showroom__p{
        font-size: 1.3rem;
        line-height: 185%;
        margin-bottom: 30px;
    }
    .top_showroom_right .link_c_w{
        margin-bottom: 0px;
    }
}
/* ***************************
********** top_about **********
*************************** */
.top_about{
    overflow: hidden;
}
.top_about_upper{
    padding: 140px 100px 0px 100px;
}
.top_about_lower{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_about_lower_box{
    display: flex;
    flex-direction: column;
    background-image: url(../img/nz_bg.png);
    width: 50%;
}
.top_about_lower_box:nth-child(1){
    background-image: url(../img/nz_bg_bk.png);
}
.top_about_lower_box:hover{
    background: #2A558F;
}
.top_about_lower_box_img span{
    width: 100%;
    overflow: hidden;
    display: flex;
    height: 236px;
}
.top_about_lower_box_img img{
    transition: all .3s;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
}
.top_about_lower_box_img:hover img{
    transform: scale(1.1);
}
.top_about_lower_box_txt{
    padding: 50px 0px 50px 50px;
}
.top_about_lower_box_txt p{
    color: #2A558F;
    font-size: 1.8rem;
    line-height: 125%;
    letter-spacing: 0.15rem;
    margin-bottom: 15px;
    transition: all .3s;
}
.top_about_lower_box:hover .top_about_lower_box_txt p{
    color: #fff;
}
.top_about_lower_box_txt h3{
    color: #000;
    font-size: 2.4rem;
    line-height: 145%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .3s;
}
.top_about_lower_box_txt h3::after{
    content: "";
    display: block;
    background-image: url(../img/arrow_blu.svg);
    width: 14.25px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
    transition: all .3s;
}
.top_about_lower_box:hover .top_about_lower_box_txt h3{
    color: #fff;
}
.top_about_lower_box:hover .top_about_lower_box_txt h3::after{
    background-image: url(../img/arrow_w.svg);
    margin-left: 20px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .top_about_upper{
        padding: 100px 50px 0px 50px;
    }
}
@media screen and (max-width:767px) {
    .top_about_upper{
        padding: 50px 25px 0px 25px;
    }
    .top_about_lower{
        display: flex;
        flex-direction: column;
    }
    .top_about_lower_box{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .top_about_lower_box_img span{
        height: 48vw;
    }
    .top_about_lower_box_txt{
        padding: 20px 0px 20px 25px;
    }
    .top_about_lower_box_txt p{
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    .top_about_lower_box_txt h3{
        font-size: 1.6rem;
    }
    .top_about_lower_box_txt h3::after{
        width: 9.5px;
        height: 6px;
        margin-left: 10px;
    }
}

/* ***************************
********** business **********
*************************** */
.business_block{
    background-size: cover;
    padding: 140px 100px;
    position: relative;
    display: flex;
    align-items: center;
}
.business_block01{
    background-image: url(../img/business_img01_pc.jpg);
    justify-content: flex-end;
}
.business_block02{
    background-image: url(../img/business_img02_pc.jpg);
    justify-content: flex-start;
}
.business_block_inner{
    width: 500px;
}
.business_block__p{
    color: #FFF;
    font-size: 2.6rem;
    line-height: 205%;
    margin-bottom: 50px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .business_block{
        padding: 100px 50px;
    }
    .business_block_inner{
        width: 50%;
    }
    .business_block__p{
        font-size: 2.2rem;
    }
}
@media screen and (max-width:767px) {
    .business_block{
        padding: 50px 25px;
        justify-content: flex-start;
    }
    .business_block01{
        background-image: url(../img/business_img01_sp.jpg);
    }
    .business_block02{
        background-image: url(../img/business_img02_sp.jpg);
    }
    .business_block_inner{
        width: 100%;
    }
    .business_block__p{
        color: #FFF;
        font-size: 1.5rem;
        line-height: 185%;
    }
}

/* ***************************
********** sales **********
*************************** */
.sales_block{
    border-top: solid 1px rgba(0,0,0,0.2);
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
    width: calc(100% - 200px);
}
.sales_block_last{
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.sales_block_left{
    position: relative;
}
.sales_block_left h3{
    position: relative;
    margin-bottom: 0px;
    padding-left: 40px;
}
.sales_block_left_num{
    position: absolute;
    color: #2A558F;
    font-size: 1.4rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
    top: 0px;
    left: 0px;
}
.sales_block_right{
    width: 58%;
}
.sales_subtxt{
    padding: 10px 100px 140px 100px;
}
.sales_subtxt p{
    color: #000;
    text-align: right;
    font-size: 1.4rem;
    line-height: 225%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .sales_block{
        width: calc(100% - 100px);
    }
    .sales_subtxt{
        padding: 10px 50px 100px 50px;
    }
}
@media screen and (max-width:767px) {
    .page_concept h3.page_concept_sales__h3{
        font-size: 1.6rem;
    }
    .sales_block{
        padding: 50px 0px;
        flex-direction: column;
        width: calc(100% - 50px);
        align-items: flex-start;
    }
    .sales_block_left h3{
        position: relative;
        padding-left: 0px;
        margin-bottom: 15px;
        font-size: 2rem;
    }
    .sales_block_left_num{
        position: relative;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .sales_block_right{
        width: 100%;
    }
    .sales_subtxt{
        padding: 10px 25px 50px 26px;
    }
    .sales_subtxt p{
        font-size: 1.2rem;
    }
}

/* ***************************
********** service **********
*************************** */
.service_blk{
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 140px 100px;
}
.service_blk:nth-child(2n){
    flex-direction: row-reverse;
}
.service_blk:nth-child(2n) .service_blk_txt ul li{
    text-align: left;
}
.service_blk_01{
    background-image: url(../img/service_page_img01_pc.jpg);
}
.service_blk_02{
    background-image: url(../img/service_page_img02_pc.jpg);
}
.service_blk_03{
    background-image: url(../img/service_page_img03_pc.jpg);
}
.service_blk_04{
    background-image: url(../img/service_page_img04_pc.jpg);
}
.service_blk_05{
    background-image: url(../img/service_page_img05_pc.jpg);
}
.service_blk_ttl{
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 480px;
    height: 270px;
}
.service_blk_ttl h4{
    color: #2A558F;
    text-align: center;
    font-size: 2.6rem;
    line-height: 205%;
    letter-spacing: 0.3rem;
}
.service_blk_ttl p{
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.2rem;
}
.service_blk_txt ul li{
    color: #FFF;
    text-align: right;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.2rem;
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .service_blk_ttl{
        width: 45%;
    }
    .service_blk_ttl h4{
        font-size: 2rem;
    }
    .service_blk_ttl p{
        font-size: 1.5rem;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .service_blk{
        padding: 100px 50px;
    }
    .service_blk_ttl{
        width: 45%;
    }
    .service_blk_ttl h4{
        font-size: 2rem;
    }
    .service_blk_ttl p{
        font-size: 1.5rem;
    }
}
@media screen and (max-width:767px) {
    .service_blk{
        flex-direction: column;
        justify-content: center;
        padding: 50px 25px;
        align-items: flex-start;
    }
    .service_blk:nth-child(2n){
        flex-direction: column;
    }
    .service_blk:nth-child(2n) .service_blk_txt ul li{
        text-align: left;
    }
    .service_blk_01{
        background-image: url(../img/service_page_img01_sp.jpg);
    }
    .service_blk_02{
        background-image: url(../img/service_page_img02_sp.jpg);
    }
    .service_blk_03{
        background-image: url(../img/service_page_img03_sp.jpg);
    }
    .service_blk_04{
        background-image: url(../img/service_page_img04_sp.jpg);
    }
    .service_blk_05{
        background-image: url(../img/service_page_img05_sp.jpg);
    }
    .service_blk_ttl{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 30px 0;
    }
    .service_blk_ttl h4{
        font-size: 1.8rem;
        letter-spacing: 0.2rem;
    }
    .service_blk_ttl p{
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
        line-height: 205%;
    }
    .service_blk_txt ul li{
        text-align: left;
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
    }
}

/* ***************************
********** product **********
*************************** */
.product_link_wrapper{
    padding: 140px 100px 140px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_link{
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}
.product_link:last-child{
    margin-bottom: 0px;
}
.product_link:nth-last-child(2){
    margin-bottom: 0px;
}
.product_link_upper{
    background-image: url(../img/nz_bg.png);
}
.product_link_upper > span{
    overflow: hidden;
    display: flex;
}
.product_link_upper > span > img{
    transition: all .3s;
}
.product_link_upper:hover > span > img{
    transform: scale(1.1);
    opacity: 0.7;
}
.product_link_upper_footer{
    padding: 40px 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: all .3s;
}
.product_link_upper:hover .product_link_upper_footer{
    background: #2A558F;
}
.product_link_upper_footer_left p{
    color: #2A558F;
    font-size: 1.6rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
    transition: all .3s;
}
.product_link_upper:hover .product_link_upper_footer p{
    color: #fff;
}
.product_link_upper_footer_left h3{
    color: #000;
    font-size: 2.7rem;
    line-height: 100%;
    letter-spacing: 0.3rem;
    transition: all .3s;
}
.product_link_upper:hover .product_link_upper_footer h3{
    color: #fff;
}
.product_link_upper:hover{}

.product_link_upper:hover .link_blu{
    opacity: 1;
}
.product_link_upper:hover .link_blu p{
    color: #fff; 
}
.product_link_upper:hover .link_blu p::after{
    width: calc(100% - 25px);
    background: #fff;
}
.product_link_upper:hover .link_blu span{
    right: -5px;
    opacity: 1;
}
.product_link_upper:hover .link_blu span svg path{
    fill: #fff;
}
.product_link_lower{
    padding: 30px 0 0;
}
.product_link_lower ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_link_lower ul li{
    width: 48%;
    margin-bottom: 12px;
}
.product_link_lower ul li a,.product_link_lower ul li span{
    color: #2A558F;
    font-size: 1.6rem;
    line-height: 165%;
    letter-spacing: 0.1rem;
    padding-left: 20px;
    position: relative;
    display: flex;
    position: relative;
    width: fit-content;
}
.product_link_lower ul li a::before,.product_link_lower ul li span::before{
    content: "";
    width: 8px;
    height: 8px;
    background: #2A558F;
    position: absolute;
    top: 9px;
    left: 0px;
    display: flex;
}
.product_link_lower ul li a::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 20px;
    background: #2A558F;
    display: flex;
    transition: all .3s;
}
.product_link_lower ul li a:hover::after{
    width: calc(100% - 20px);
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .product_link_wrapper{
        padding: 100px 50px 100px 50px;
    }
    .product_link_lower ul li a,.product_link_lower ul li span{
        font-size: 1.5rem;
        padding-left: 15px;
    }
    .product_link_lower ul li a::before,.product_link_lower ul li span::before{
        width: 6px;
        height: 6px;
    }
    .product_link_upper_footer{
        padding: 30px;
    }
    .product_link_upper_footer_left p{
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .product_link_upper_footer_left h3{
        font-size: 2.2rem;
    }
}
@media screen and (max-width:767px) {
    .product_link_wrapper{
        padding: 50px 25px 50px 25px;
        flex-direction: column;
    }
    .product_link{
        width: 100%;
        margin-bottom: 30px;
    }
    .product_link:last-child{
        margin-bottom: 0px;
    }
    .product_link:nth-last-child(2){
        margin-bottom: 30px;
    }
    .product_link_upper{
        background-image: url(../img/nz_bg.png);
    }
    .product_link_upper_footer{
        padding: 20px;
    }
    .product_link_upper_footer_left p{
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 155%;
    }
    .product_link_upper_footer_left h3{
        font-size: 1.6rem;
    }
    .product_link_lower{
        padding: 15px 0 0;
    }
    .product_link_lower ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product_link_lower ul li{
        width: 48%;
        margin-bottom: 10px;
    }
    .product_link_lower ul li a,.product_link_lower ul li span{
        font-size: 1.3rem;
        padding-left: 13px;
        line-height: 145%;
        margin-bottom: 0px;
    }
    .product_link_lower ul li a::before,.product_link_lower ul li span::before{
        width: 5px;
        height: 5px;
        top: 7px;
    }
}
.product_link_sub_wrapper{
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product_link_sub_wrapper a{
    margin-right: 50px;
}
@media screen and (min-width:768px) and (max-width:1023px) {}
@media screen and (max-width:767px) {
    .product_link_sub_wrapper{
        padding-top: 40px;
    }
    .product_link_sub_wrapper a {
        margin-right: 40px;
    }
}
.product_main_c{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 100px 105px 100px;
}
.product_main_c_block{
    width: 17.5%;
    margin-right: 2.916%;
    margin-bottom: 35px;
}
.product_main_c_block:nth-child(5n){
    margin-right: 0%;
}
.product_main_c_block span{
    display: flex;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 10px;
}
.product_main_c_block p{
    color: #000;
    font-size: 1.5rem;
    line-height: 145%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .product_main_c{
        padding: 0 50px 50px 50px;
    }
    .product_main_c_block{
        width: 23%;
        margin-right: 2.6666%;
    }
    .product_main_c_block:nth-child(5n){
        margin-right: 2.6666%;
    }
    .product_main_c_block:nth-child(4n){
        margin-right: 0%;
    }
}
@media screen and (max-width:767px) {
    .product_main_c{
        padding: 0 25px 30px 25px;
    }
    .product_main_c_block{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .product_main_c_block:nth-child(5n){
        margin-right: 4%;
    }
    .product_main_c_block:nth-child(2n){
        margin-right: 0%;
    }
    .product_main_c_block span{
        margin-bottom: 8px;
    }
    .product_main_c_block p{
        font-size: 1.3rem;
    }
}

/* ***************************
********** p_category **********
*************************** */
.p_category_blk_wrapper{
    padding: 100px 100px 140px 100px;
}
.p_category_blk{
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    align-items: stretch;
}
.p_category_blk_left{
    background: #2A558F;
    padding: 50px;
    width: 33.3333%;
}
.p_category_blk_left h2{
    color: #FFF;
    font-size: 2.6rem;
    line-height: 165%;
    letter-spacing: 0.3rem;
    margin-bottom: 25px;
}
.p_category_blk_left .link_c_w{
    margin-bottom: 0px;
}
.p_category_blk_right{
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    width: calc(100% - 33.3333%);
    padding: 50px 60px 50px 52px;
}
.p_category_blk_right_used{
    width: 100%;
}
.p_category_blk_right_ttl{
    color: #000;
    font-size: 1.5rem;
    line-height: 145%;
    letter-spacing: 0.2rem;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    display: flex;
    padding-bottom: 20px;
}
.p_category_blk_right_list{
    padding: 20px 0 0;
}
.p_category_blk_right_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.p_category_blk_right_list ul li{
    position: relative;
    width: calc(31% - 15px);
    margin-right: 3.5%;
    padding-left: 15px;
    margin-bottom: 8px;
}
.p_category_blk_right_used .p_category_blk_right_list ul li{
    width: calc(23% - 15px);
    margin-right: 2.6666%;
}
.p_category_blk_right_list ul li:nth-child(3n){
    margin-right: 0%;
}
.p_category_blk_right_used .p_category_blk_right_list ul li:nth-child(3n){
    margin-right: 2.6666%;
}
.p_category_blk_right_used .p_category_blk_right_list ul li:nth-child(4n){
    margin-right: 0%;
}
.p_category_blk_right_list ul li::before{
    content: "";
    display: flex;
    width: 6px;
    height: 6px;
    background: #2A558F;
    position: absolute;
    top: 8px;
    left: 0px;
}
.p_category_blk_right_list ul li a,.p_category_blk_right_list ul li p{
    color: #2A558F;
    font-size: 1.4rem;
    line-height: 165%;
    letter-spacing: 0.1rem;
    position: relative;
    display: flex;
    width: fit-content;
}
.p_category_blk_right_list ul li a::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #2A558F;
    display: flex;
    transition: all .3s;
}
.p_category_blk_right_list ul li a:hover::after{
    width: 100%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .p_category_blk_wrapper{
        padding: 50px 50px 100px 50px;
    }
    .p_category_blk_left{
        padding: 40px;
    }
    .p_category_blk_right{
        padding: 40px;
    }
}
@media screen and (max-width:767px) {
    .p_category_blk_wrapper{
        padding: 50px 25px;
    }
    .p_category_blk{
        flex-direction: column;
        margin: 0 auto 30px;
    }
    .p_category_blk_left{
        padding: 25px;
        width: calc(100% - 50px);
    }
    .p_category_blk_left h2{
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .p_category_blk_right{
        width: calc(100% - 50px);
        padding: 25px 25px 15px;
    }
    .p_category_blk_right_ttl{
        padding-bottom: 10px;
    }
    .p_category_blk_right_list ul li{
        width: calc(47% - 15px);
        margin-right: 6%;
    }
    .p_category_blk_right_used .p_category_blk_right_list ul li{
        width: calc(47% - 15px);
        margin-right: 6%;
    }
    .p_category_blk_right_list ul li:nth-child(3n){
        margin-right: 6%;
    }
    .p_category_blk_right_list ul li:nth-child(2n){
        margin-right: 0%;
    }
    .p_category_blk_right_used .p_category_blk_right_list ul li:nth-child(3n){
        margin-right: 6%;
    }
    .p_category_blk_right_used .p_category_blk_right_list ul li:nth-child(2n){
        margin-right: 0%;
    }
    .p_category_blk_right_list ul li::before{
        top: 8px;
    }
    .p_category_blk_right_list ul li a,.p_category_blk_right_list ul li p{
        font-size: 1.3rem;
    }
}

/* ***************************
********** archive **********
*************************** */
.archive_header{
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
    padding: 160px 100px 40px 100px;
    margin-bottom: 100px;
}
.archive_header__h2{
    position: relative;
    color: #000;
    font-size: 3.4rem;
    letter-spacing: 0.3rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: calc(100% - 300px);
    line-height: 165%;
}
.archive_header__h2::before{
    content: "";
    width: 6px;
    height: 30px;
    background: #2A558F;
    display: flex;
    margin-right: 30px;
    top: 15px;
    position: relative;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .archive_header{
        padding: 120px 50px 40px 50px;
        margin-bottom: 50px;
    }
    .archive_header__h2{
        max-width: calc(100% - 260px);
    }
    .archive_header__h2::before{
        top: 12px;
    }
}
@media screen and (max-width:767px) {
    .archive_header{
        padding: 80px 25px 25px 25px;
        margin-bottom: 0px;
    }
    .archive_header__h2{
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
        max-width: none;
        align-items: center;
    }
    .archive_header__h2::before{
        content: "";
        width: 3px;
        height: 22px;
        margin-right: 14px;
        top: auto;
    }
}
.archive_wrapper{
    display: flex;
    padding: 0 100px 140px 100px;
    justify-content: space-between;
}
.archive_left{
    width: 69.5%;
}
.archive_right{
    width: 21.7857%;
    position: absolute;
    top: 130px;
    right: 100px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .archive_wrapper{
        padding: 0 50px 100px 50px;
    }
    .archive_right{
        top: 120px;
        right: 50px;
    }
}
@media screen and (max-width:767px) {
    .archive_wrapper{
        padding: 0;
        flex-direction: column;
    }
    .archive_left{
        padding: 50px 0px;
        width: 100%;
    }
    .archive_right{
        width: calc(100% - 50px);
        background-image: url(../img/nz_bg_bk.png);
        background-repeat: repeat;
        padding: 40px 25px;
        position: relative;
        top: auto;
        right: auto;
    }
}
.archive_wrapper_other{
    margin-top: 100px;
}
.archive_wrapper_other .archive_left{
    width: 100%;
}
@media screen and (max-width:767px) {
    .archive_wrapper_other{
        margin-top: 0px;
    }
}
.sidebar_header{
    border-top: solid 3px #2A558F;
    border-bottom: solid 1px rgba(42, 85, 143, 0.5);
    height: 135px;
    background: #FFF;
    position: relative;
}
.sidebar_header_txt{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.sidebar_header_txt p{
    color: #2A558F;
    font-size: 1.6rem;
    line-height: 125%;
    letter-spacing: 0.1rem;
    margin-bottom: 2px;
}
.sidebar_header_txt h2{
    color: #000;
    font-size: 2.2rem;
    line-height: 205%;
    letter-spacing: 0.3rem;
}
.sidebar_category__ul{
    background: #fff;
}
.sidebar_category__ul li{
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    position: relative;
}
.sidebar_category__ul li a{
    padding: 16px 60px 16px 30px;
    color: #2A558F;
    font-size: 1.5rem;
    line-height: 145%;
    letter-spacing: 0.1rem;
    display: flex;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.sidebar_category__ul li.current a{
    color: #000;
    pointer-events:none;
}
.sidebar_category__ul li a::after{
    content: "";
    background-image: url(../img/arrow_blu.svg);
    width: 14.25px;
    height: 9px;
    display: flex;
    position: absolute;
    right: 30px;
    top: calc(50% - 4.5px);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
}
.sidebar_category__ul li.current a::after{
    content: none;
}
.sidebar_category__ul li a::before{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #2A558F;
    display: flex;
    transition: all .3s;
    z-index: -1;
}
.sidebar_category__ul li a:hover::before{
    width: 100%;
}
.sidebar_category__ul li a:hover{
    color: #fff;
}
.sidebar_category__ul li a:hover::after{
    background-image: url(../img/arrow_w.svg);
}
@media screen and (max-width:767px) {
    .sidebar_header{
        margin-top: 0px;
    }
}
.archive_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
.archive_box_left{
    width: 55.0898%;
}
.archive_box_left_ttl{
    display: flex;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.archive_box_left_ttl h3{
    color: #2A558F;
    font-size: 2.6rem;
    line-height: 165%;
    letter-spacing: 0.3rem;
    transition: all .3s;
}
.archive_box_left_ttl h3:hover{
    opacity: 0.6;
}
.archive_box_left p{
    color: #000;
    font-size: 1.5rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
}
.archive_box_right{
    width: 38.3233%;
}
.archive_box_right_img{
    border: solid 1px rgba(0,0,0,0.2);
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
}
.archive_box_right_img img{
    transition: all .3s;
}
.archive_box_right_img img:hover{
    transform: scale(1.1);
}
.archive_box_right_makername{
    color: #000;
    font-size: 1.2rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
}
.archive_box_right_makername span{
    color: #2A558F;
}
@media screen and (max-width:767px) {
    .archive_box{
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
        padding-bottom: 50px;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .archive_box_left{
        width: calc(100% - 50px);
        margin: 0 auto 15px;
    }
    .archive_box_left_ttl h3{
        font-size: 1.8rem;
    }
    .archive_box_left p{
        font-size: 1.3rem;
    }
    .archive_box_right{
        width: calc(100% - 50px);
        margin: 0 auto;
    }
    .archive_box_right_makername{
        font-size: 1.2rem;
    }
}
.navigation.pagination h2{
    display: none;
}
.navigation.pagination .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation.pagination .nav-links .page-numbers{
    background-image: url(../img/nz_bg.png);
    width: 45px;
    height: 45px;
    background-repeat: repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A558F;
    font-size: 1.6rem;
    line-height: 165%;
    letter-spacing: 0;
    margin-right: 10px;
    transition: all 0s;
}
.navigation.pagination .nav-links a.page-numbers:hover{
    border-bottom: solid 1px #2A558F;
    opacity: 1;
}
.navigation.pagination .nav-links .page-numbers:last-child{
    margin-right: 0px;
}
.navigation.pagination .nav-links .prev{
    text-indent: -9999px;
    margin-right: 20px;
}
.navigation.pagination .nav-links .prev::before{
    content: "";
    background-image: url(../img/navi_arrow_prev.svg);
    width: 6.25px;
    height: 11.5px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
}
.navigation.pagination .nav-links .next{
    text-indent: -9999px;
    margin-left: 10px;
}
.navigation.pagination .nav-links .next::before{
    content: "";
    background-image: url(../img/navi_arrow_next.svg);
    width: 6.25px;
    height: 11.5px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
}
.navigation.pagination .nav-links .current{
    background: #2A558F;
    color: #fff;
}
@media screen and (max-width:767px) {
    .navigation.pagination .nav-links .page-numbers{
        width: 35px;
        height: 35px;
        margin-right: 5px;
        font-size: 1.6rem;
    }
    .navigation.pagination .nav-links .prev{
        margin-right: 20px;
    }
    .navigation.pagination .nav-links .prev::before{
        width: 5.25px;
        height: 10.5px;
    }
    .navigation.pagination .nav-links .next{
        margin-left: 15px;
    }
    .navigation.pagination .nav-links .next::before{
        width: 5.25px;
        height: 10.5px;
    }
}



/* ***************************
********** maker **********
*************************** */
.maker{
    padding: 80px 100px 140px 100px;
}
.main_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 4px #2A558F;
}
.maker .main_tab__li{
    display: flex;
    width: calc(50% - 10px);
}
.maker .main_tab__li a{
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    color: #000;
    font-size: 1.8rem;
    line-height: 145%;
    letter-spacing: 0.2rem;
}
.maker .main_tab__li.active a{
    background: #2A558F;
    color: #FFF;
}

/*エリアの表示非表示と形状*/
.maker .area {
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
}
/*areaにis-activeというクラスがついた時の形状*/
.maker .area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width:767px) {
    .maker{
        padding: 50px 25px;
    }
    .main_tab{
        border-bottom: solid 2px #2A558F;
    }
    .maker .main_tab__li{
        width: calc(50% - 6px);
    }
    .maker .main_tab__li a{
        padding: 10px 0;
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }
}

.main_area{
    padding: 60px 0 0 0;
}
.sub_tab{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.sub_tab li{
    width: 15.8333%;
    margin-right: 0.83333%;
    margin-bottom: 10px;
}
.sub_tab li:nth-child(6n){
    margin-right: 0px;
}
.sub_tab li a{
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A558F;
    font-size: 1.4rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    padding: 6px 0;
}
.sub_tab li.active a{
    background: #2A558F;
    color: #FFF;
}
@media screen and (max-width:767px) {
    .main_area{
        padding: 20px 0 0 0;
    }
    .sub_tab{
        margin-bottom: 20px;
    }
    .sub_tab li{
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .sub_tab li:nth-child(2n){
        margin-right: 0px;
    }
    .sub_tab li a{
        font-size: 1.3rem;
        padding: 5px 0;
    }
}
.area_list__h3{
    color: #2A558F;
    font-size: 2rem;
    font-weight: 600;
    line-height: 205%;
    letter-spacing: 0.3rem;
    margin-bottom: 15px;
}
.area_list_ttl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
}
.area_list_ttl_span{
    padding: 15px 20px;
    color: #000;
    font-size: 1.4rem;
    line-height: 145%;
    letter-spacing: 0.1rem;
}
.area_list_ttl_span:nth-child(1){
    width: calc(30% - 40px);
}
.area_list_ttl_span:nth-child(2){
    width: calc(70% - 40px);
}
.area_list_cont{
    display: flex;
    flex-direction: column;
}
.area_list_cont li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.area_list_cont li span{
    padding: 15px 20px;
    font-size: 1.4rem;
    line-height: 165%;
    letter-spacing: 0.1rem;
}
.area_list_cont li span:nth-child(1){
    width: calc(30% - 40px);
    color: #2A558F;
}
.area_list_cont li span:nth-child(1) a{
    color: #2A558F;
    position: relative;
}
.area_list_cont li span:nth-child(1) a::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #2A558F;
    display: flex;
    transition: all .3s;
}
.area_list_cont li span:nth-child(1) a:hover::after{
    width: 100%;
}
.area_list_cont li span:nth-child(2){
    width: calc(70% - 40px);
    color: #000;
}
@media screen and (max-width:767px) {
    .area_list__h3{
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
        margin-bottom: 10px;
    }
    .area_list_ttl{
        display: none;
    }
    .area_list_cont li{
        flex-direction: column;
        padding: 15px 0;
    }
    .area_list_cont li:first-child{
        border-top: solid 1px rgba(0, 0, 0, 0.2);
    }
    .area_list_cont li span{
        padding: 10px;
        font-size: 1.3rem;
    }
    .area_list_cont li span:nth-child(1){
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }
    .area_list_cont li span:nth-child(2){
        width: 100%;
        padding: 0;
    }
}
/* ***************************
********** company_main **********
*************************** */
.company_main{
    padding: 80px 100px 140px 100px;
}
.company_main_img{
    display: flex;
    margin-bottom: 100px;
}
.company_main_txt{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 80px;
}
.company_main_txt:last-child{
    margin-bottom: 0px;
}
.company_main_txt_left{
    width: 26.6666%;
}
.company_main_txt_left p{
    color: #2A558F;
    font-size: 4.2rem;
    line-height: 185%;
    letter-spacing: 0.3rem;
}
.company_main_txt_left h3{
    color: #000;
    font-size: 1.8rem;
    line-height: 145%;
    letter-spacing: 0.1rem;
}
.company_main_txt_right{
    width: calc(100% - 26.6666%);
}
.company_main_txt_right h4{
    color: #000;
    font-size: 3.3524rem;
    line-height: 205%;
    letter-spacing: 0.3rem;
}
.company_main_txt_right p{
    color: #000;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .company_main{
        padding: 80px 50px 100px 50px;
    }
    .company_main_txt_left p{
        font-size: 3.6rem;
    }
    .company_main_txt_left h3{
        font-size: 1.6rem;
    }
    .company_main_txt_right h4 {
        font-size: 3rem;
    }
}
@media screen and (max-width:767px) {
    .company_main{
        padding: 50px 25px;
    }
    .company_main_img{
        margin-bottom: 40px;
    }
    .company_main_txt{
        margin-bottom: 60px;
        flex-direction: column;
    }
    .company_main_txt:last-child{
        margin-bottom: 0px;
    }
    .company_main_txt_left{
        width: 100%;
    }
    .company_main_txt_left p{
        font-size: 2.4rem;
        line-height: 145%;
    }
    .company_main_txt_left h3{
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .company_main_txt_right{
        width: 100%;
    }
    .company_main_txt_right h4{
        font-size: 2rem;
        margin-bottom: 10px;
        letter-spacing: 0.2rem;
    }
    .company_main_txt_right p{
        font-size: 1.4rem;
        line-height: 185%;
    }
}
.company_message{
    padding: 0 100px 140px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.company_message__p{
    color: #000;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
.company_message__prof{
    background: url(../img/nz_bg.png);
    background-repeat: repeat;
    display: flex;
    width: 580px;
    height: 197px;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-top: 60px;
}
.company_message__prof_left{
    padding: 0 0 32px 50px;
}
.company_message__prof_left__p01{
    color: #000;
    font-size: 1.6rem;
    line-height: 165%;
    letter-spacing: 0.1rem;
}
.company_message__prof_left__p02{
    color: #000;
    font-size: 2.2rem;
    line-height: 185%;
    letter-spacing: 0.2rem;
}
.company_message__prof_right{
    position: absolute;
    width: 244px;
    display: flex;
    bottom: 0px;
    right: 40px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .company_message{
        padding: 0 50px 100px 50px;
    }
}
@media screen and (max-width:767px) {
    .company_message{
        padding: 0 25px 50px 25px;
    }
    .company_message__p{
        font-size: 1.4rem;
        line-height: 185%;
        letter-spacing: 0.1rem;
    }
    .company_message__prof{
        width: 100%;
        height: 100px;
    }
    .company_message__prof_left{
        padding: 0 0 13px 20px;
    }
    .company_message__prof_left__p01{
        font-size: 1.2rem;
    }
    .company_message__prof_left__p02{
        font-size: 1.4rem;
    }
    .company_message__prof_right{
        width: 120px;
        right: 20px;
    }
}
.overview{
    padding: 0 100px 140px 100px;
}
.overview_list li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding: 30px 0;
}
.overview_list li span p{
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
.overview_list li span p a{
    color: #2A558F;
}
.overview_list li span p a:hover{
    text-decoration: underline;
    opacity: 1;
}
.overview_list li span p a.pdf_link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.overview_list li span p a.pdf_link span{
    display: flex;
    width: 22px;
    margin-right: 8px;
}
.overview_list li span:nth-child(1){
    width: 20.4166%;
}
.overview_list li span:nth-child(1) p{
    color: #2A558F !important;
    margin-bottom: 5px;
}
.overview_list li span:nth-child(2){
    color: #000;
    width: 76.25%;
}
.overview_list_sub{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    width: 100% !important;
}
.overview_list_sub_left{
    width: 147px;
    margin-right: 25px;
}
.overview_list_sub_right{
    width: calc(100% - 172px);
    padding-bottom: 25px;
}
.overview_list_sub_right p{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .overview{
        padding: 0 50px 100px 50px;
    }
}
@media screen and (max-width:767px) {
    .overview{
        padding: 0 25px 50px 25px;
    }
    .overview_list li{
        flex-direction: column;
    }
    .overview_list li span p{
        font-size: 1.4rem;
        line-height: 165%;
    }
    .overview_list li span p a{
        text-decoration: underline;
    }
    .overview_list li span p a.pdf_link{
        margin-bottom: 10px;
    }
    .overview_list li span p a.pdf_link span{
        width: 16px;
        margin-right: 5px;
    }
    .overview_list li span:nth-child(1){
        width: 100%;
        margin-bottom: 5px;
    }
    .overview_list li span:nth-child(1) p{
        font-size: 1.6rem;
    }
    .overview_list li span:nth-child(2){
        width: 100%;
    }
    .overview_list_sub{
        margin-top: 10px;
    }
    .overview_list_sub_left{
        width: 100px;
        margin-right: 20px;
    }
    .overview_list_sub_right{
        width: calc(100% - 120px);
        padding-bottom: 15px;
    }
    .overview_list_sub_right p{
        font-size: 1.2rem !important;
    }
}
.about_offices{
    padding: 0 100px 140px 100px;
}
.about_offices_blk{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding: 60px 0;
}
.about_offices_blk_leftcenter{
    width: 66.6666%;
}
.about_offices_blk_leftcenter_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}
.about_offices_blk_leftcenter_inner.last{
    margin-bottom: 0px;
}
.about_offices_blk_left{
    width: 21.6666%;
}
.about_offices_blk_leftcenter_inner .about_offices_blk_left{
    width: 32.5%;
}
.about_offices_blk_left p{
    color: #000;
    font-size: 2.6rem;
    line-height: 205%;
    letter-spacing: 0.2rem;
}
.about_offices_blk_center{
    width: 43%;
}
.about_offices_blk_leftcenter_inner .about_offices_blk_center{
    width: 64.5%;
}
.about_offices_blk_center > p{
    color: #000;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}

.about_offices_blk_right{
    width: 31.6666%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .about_offices{
        padding: 0 50px 100px 50px;
    }
}
@media screen and (max-width:767px) {
    .about_offices{
        padding: 0 25px 50px 25px;
    }
    .about_offices_blk{
        flex-direction: column;
        padding: 30px 0;
    }
    .about_offices_blk_leftcenter{
        width: 100%;
    }
    .about_offices_blk_leftcenter_inner{
        flex-direction: column;
        margin-bottom: 10px;
    }
    .about_offices_blk_leftcenter_inner.last{
        margin-bottom: 0px;
    }
    .about_offices_blk_left{
        width: 100%;
        margin-bottom: 10px;
    }
    .about_offices_blk_leftcenter_inner .about_offices_blk_left{
        width: 100%;
    }
    .about_offices_blk_left p{
        font-size: 2rem;
        line-height: 165%;
        letter-spacing: 0.2rem;
    }
    .about_offices_blk_center{
        width: 100%;
        margin-bottom: 40px;
    }
    .about_offices_blk_leftcenter_inner .about_offices_blk_center{
        width: 100%;
    }
    .about_offices_blk_center > p{
        font-size: 1.4rem;
        line-height: 185%;
        margin-bottom: 10px;
    }
    .about_offices_blk_right{
        width: 100%;
    }
}
.about_history .overview_list li span p{
    color: #000;
}

.about_group{
    padding: 0 100px 140px 100px;
}
.about_group__p{
    margin-bottom: 60px;
}
.about_group_img{
    width: 100%;
    display: flex;
    background-image: url(../img/nz_bg.png);
    background-repeat: repeat;
    padding: 70px 0;
}
.about_group_img a{
    transition: all .2s;
}
.about_group_img a:hover{
    opacity: 0.6;
}
.about_group_img_inner{
    width: 83.33333333%;
    margin: 0 auto;
}
.about_group_img_inner__span{
    display: flex;
    width: 100%;
}
.about_group_img_inner__span_line{
    width: 78%;
    margin: 0 auto;
    display: flex;
}
.about_group_img_inner_under{
    display: flex;
    justify-content: space-between;
}
.about_group_img_inner__span01{
    display: flex;
    width: 22%;
}
.about_group_img_inner__a02{
    display: flex;
    width: 22%;
}
.about_group_img_inner__a03{
    display: flex;
    width: 22%;
}
.about_group_img_inner__a04{
    display: flex;
    width: 22%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .about_group{
        padding: 0 50px 100px 50px;
    }
    .about_group__p{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:767px) {
    .about_group{
        padding: 0 25px 50px 25px;
    }
    .about_group__p{
        margin-bottom: 30px;
    }
    .about_group_img{
        padding: 8vw 0;
    }
    .about_group_img_inner{
        width: 76vw;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 10.4vw;
    }
    .about_group_img_inner__span{
    }
    .about_group_img_inner__span_line{
        display: flex;
        width: 5.333333333vw;
        margin: 0 0 0 5.333333333vw;
    }
    .about_group_img_inner_under{
        position: absolute;
        flex-direction: column;
        bottom: 0px;
        right: 0px;
    }
    .about_group_img_inner__span01{
        width: 65.33333333vw;
        margin-bottom: 5.333333333vw;
    }
    .about_group_img_inner__a02{
        width: 65.33333333vw;
        margin-bottom: 5.333333333vw;
    }
    .about_group_img_inner__a03{
        width: 65.33333333vw;
        margin-bottom: 5.333333333vw;
    }
    .about_group_img_inner__a04{
        width: 65.33333333vw;
    }
}
.news_category__ul{
    padding: 80px 100px 70px 100px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.news_category__ul li{
    background: url(../img/nz_bg.png);
    width: 15.8333%;
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    margin-right: 1%;
    margin-bottom: 10px;
}
.news_category__ul li:nth-child(6n){
    margin-right: 0%;
}
.news_category__ul li a{
    color: #2A558F;
    text-align: center;
    font-size: 1.3rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
.news_category__ul li a:hover{
    opacity: 0.6;
}
.news_category__ul li.current{
    background:#2A558F;
}
.news_category__ul li.current a{
    color: #fff;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .news_category__ul{
        padding: 40px 50px 30px 50px;
    }
}
@media screen and (max-width:767px) {
    .news_category__ul{
        padding: 40px 25px;
    }
    .news_category__ul li{
        width: calc(50% - 12px);
        padding: 5px 0;
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .news_category__ul li:nth-child(2n){
        margin-right: 0px;
    }
    .news_category__ul li a{
        font-size: 1.3rem;
        line-height: 225%;
        letter-spacing: 0.1rem;
    }
}
.news_archive_wrapper{
    padding-bottom: 140px;
}
.news_archive_box{
    padding: 0 100px 0px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px 8%;
    margin-bottom: 80px;
}
.news_archive_one{
    width: 28%;
    display: flex;
    flex-direction: column;
}
.news_archive_one a:hover{
    opacity: 0.6;
}
.news_archive_one_img{
    display: flex;
    width: 100%;
    height: 235px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news_archive_one_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_archive_one h3{
    color: #2A558F;
    font-size: 1.8rem;
    line-height: 165%;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
}
.news_archive_one_txt{
    color: #000;
    font-size: 1.4rem;
    line-height: 185%;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}
.news_archive_one_lower{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding-top: 20px;
}
.news_archive_term{
    display: flex;
    justify-content: flex-start;
    gap: 0px 5px;
    flex-wrap: wrap;
}
.news_archive_term a{
    color: #2A558F;
    font-size: 1.4rem;
    line-height: 185%;
    letter-spacing: 0.1rem;
}
.news_archive_time{
    color: #000;
    font-size: 1.4rem;
    line-height: 185%;
    letter-spacing: 0.1rem;
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .news_archive_one_img{
        height: 200px;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .news_archive_box{
        padding: 0 50px 0px 50px;
        gap: 50px 8%;
        margin-bottom: 50px;
    }
    .news_archive_one{
        width: 46%;
    }
    .news_archive_one:nth-child(2n){
        margin-right: 0%;
    }
    .news_archive_wrapper{
        padding-bottom: 100px;
    }
}
@media screen and (max-width:767px) {
    .news_archive_wrapper{
        padding-bottom: 50px;
    }
    .news_archive_box{
        padding: 0 25px 0px 25px;
        flex-direction: column;
        gap: 50px 8%;
        margin-bottom: 50px;
    }
    .news_archive_one{
        width: 100%;
    }
    .news_archive_one h3{
        font-size: 1.6rem;
    }
    .news_archive_one_txt{
        font-size: 1.3rem;
    }
}
.news_termname{
    padding: 80px 100px 0px 100px;
}
.news_termname p{
    color: #2A558F;
    font-size: 2rem;
    line-height: 185%;
    letter-spacing: 0.2rem;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: 10px;
}
@media screen and (max-width:767px) {
    .news_termname{
        padding: 50px 25px 0px 25px;
    }
    .news_termname p{
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
        padding-bottom: 5px;
    }
}
.news_single_title{
    background: url(../img/nz_bg.png);
    background-repeat: repeat;
    padding: 130px 100px 40px 100px;
}
.news_single_title_inner{
    width: 69.5833%;
    position: relative;
}
.news_single_title_inner_span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15px;
}
.news_single_title_inner_span p{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    margin-right: 30px;
}
.news_single_title_inner_span a{
    color: #2A558F;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    margin-right: 20px;
}
.news_single_title_inner h1{
    color: #2A558F;
    font-size: 3.2rem;
    line-height: 185%;
    letter-spacing: 0.3rem;
}
.news_single_wrapper{
    padding: 60px 100px 140px 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.single_left{
    width: 69.5833%;
}
.single_left section{
    margin-bottom: 60px;
}
.single_left img{
    width: fit-content;
    max-width: 100%;
    vertical-align: top;
}
.single_left img.size-full{
    height: auto;
    width: 100%;
}
.single_left img.size-medium{
    width: 50%;
    height: auto;
}
.single_left img.size-thumbnail{
    width: 33.3333%;
    height: auto;
}
.single_left h1{
    color: #000;
    font-size: 3rem;
    line-height: 205%;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
}
.single_left h2{
    color: #000;
    font-size: 2.6rem;
    line-height: 205%;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
}
.single_left h3{
    color: #000;
    font-size: 2.2rem;
    line-height: 205%;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
}
.single_left h4{
    color: #000;
    font-size: 2rem;
    line-height: 205%;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
    position: relative;
    text-indent: 20px;
}
.single_left h4::before{
    content: "";
    display: flex;
    width: 10px;
    height: 10px;
    background: #2A558F;
    position: absolute;
    top: 16px;
}
.single_left h5{
    color: #000;
    font-size: 1.8rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
    margin-bottom: 15px;
    position: relative;
    text-indent: 20px;
}
.single_left h5::before{
    content: "";
    display: flex;
    width: 10px;
    height: 2px;
    background: #2A558F;
    position: absolute;
    top: 18px;
}
.single_left h6{
    color: #000;
    font-size: 1.6rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
    margin-bottom: 15px;
    position: relative;
    text-indent: 14px;
}
.single_left h6::before{
    content: "";
    display: flex;
    width: 6px;
    height: 2px;
    background: #2A558F;
    position: absolute;
    top: 16px;
}
.single_left p{
    color: #000;
    font-size: 1.6rem;
    line-height: 185%;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
    word-break: break-all !important;
}
.single_left a{
    color: #2A558F !important;
    text-decoration: underline !important;
    word-break: break-all !important;
}
.single_left a:hover{
    opacity: 0.6;
}
.single_left figcaption{
    color: #000;
    font-size: 1.2rem;
    line-height: 165%;
    letter-spacing: 0.1rem;
    margin-top: 5px;
    opacity: 0.6;
}
.single_left .link_c_blu{
    justify-content: center;
    text-decoration: none !important;
}
.single_left .link_c_blu img{
    margin: 0;
}
.single_left .link_c_blu p{
    margin-bottom: 0px;
}
.single_left .form_box_left{
    width: 35.3293%;
}
.single_left .form_box_right{
    width: 62.2754%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .news_single_title{
        padding: 120px 50px 40px 50px;
    }
    .news_single_wrapper{
        padding: 60px 50px 100px 50px;
    }
    .single_left .mw_wp_form_input .form_box{
        flex-direction: column;
    }
    .single_left .form_box_left{
        width: 100%;
        margin-bottom: 10px;
    }
    .single_left .form_box_right{
        width: 100%;
    }
    .single_left .form_box_right_inner .form_box_right_txt{
        margin-bottom: 0px;
    }
    .single_left .form_box_right p{
        margin-bottom: 0px;
    }
}
@media screen and (max-width:767px) {
    .news_single_title{
        padding: 80px 25px 25px 25px;
    }
    .news_single_title_inner{
        width: 100%;
    }
    .news_single_title_inner_span{
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    .news_single_title_inner_span p{
        font-size: 1.2rem;
        margin-right: 20px;
    }
    .news_single_title_inner_span a{
        font-size: 1.3rem;
        margin-right: 10px;
    }
    .news_single_title_inner h1{
        font-size: 1.8rem;
        letter-spacing: 0.2rem;
    }
    .news_single_wrapper{
        padding: 0;
        flex-direction: column;
    }
    .single_left{
        width: calc(100% - 50px);
        padding: 40px 25px 40px 25px;
    }
    .single_left img{
        height: auto;
    }
    .single_left h1{
        font-size: 2.2rem;
        margin-bottom: 8px;
    }
    .single_left h2{
        font-size: 2rem;
        margin-bottom: 8px;
        letter-spacing: 0.2rem;
    }
    .single_left h3{
        font-size: 1.8rem;
        margin-bottom: 8px;
    }
    .single_left h4{
        font-size: 1.6rem;
        margin-bottom: 8px;
        text-indent: 10px;
    }
    .single_left h4::before{
        width: 5px;
        height: 5px;
        top: 13px;
    }
    .single_left h5{
        font-size: 1.4rem;
        margin-bottom: 8px;
        text-indent: 10px;
    }
    .single_left h5::before{
        width: 5px;
        height: 2px;
        top: 13px;
    }
    .single_left h6{
        font-size: 1.3rem;
        margin-bottom: 8px;
        text-indent: 10px;
    }
    .single_left h6::before{
        top: 12px;
    }
    .single_left p{
        font-size: 1.3rem;
        margin-bottom: 40px;
    }
    .single_left figcaption{
        font-size: 1.1rem;
    }
    .single_left .link_c_blu{
        justify-content: center;
    }
    .single_left .link_c_blu img{
        margin: 0;
    }
    .single_left .link_c_blu p{
        margin-bottom: 0px;
        font-size: 1.5rem;
    }
    .single_left .form_box_left{
        width: 100%;
    }
    .single_left .form_box_right{
        width: 100%;
    }
    .single_left .form_box_right_inner .form_box_right_txt{
        margin-bottom: 0px;
    } 
}

/* ***************************
********** p_single **********
*************************** */
.p_news_single_title_inner .news_single_title_inner_span{
    width: 42.5149%;
}
.p_news_single_title_inner h1{
    width: 42.5149%;
}
.p_single_mainimg{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    display: flex;
    border: solid 1px rgba(0,0,0,0.2);
    max-width: 400px;
    overflow: hidden;
    max-height: 250px;
}
.p_single_mainimg img{
    object-fit: cover;
}
.p_single_anc{
    display: flex;
    justify-content: flex-start;
}
.p_single_spec__ul{
    margin-bottom: 60px;
}
.p_single_spec__ul li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}
.p_single_spec__ul li:first-child{
    border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.p_single_spec__ul li span{
    color: #000;
    font-size: 1.4rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
.p_single_spec__ul li span:nth-child(1){
    width: 23.9520%;
}
.p_single_spec__ul li span:nth-child(2){
    width: 73.0538%;
}
.p_single_cont{
    border-bottom: solid 1px rgba(0,0,0,0.2);
    margin-bottom: 50px;
}
.p_single_wrapper .page__hr{
    margin-top: 140px;
}
.p_single_wrapper .page_sec_ttl{
    padding: 140px 0 80px 0;
    margin-bottom: 0px;
}
.p_single_wrapper .page_sec_ttl p{
    color: #2A558F;
    font-size: 1.8rem;
    line-height: 125%;
    letter-spacing: 0.1rem;
    margin-bottom: 15px;
}
.p_single_wrapper .page_sec_ttl h2{
    color: #000;
    font-size: 4rem;
    line-height: 145%;
    letter-spacing: 0.4rem;
}
.form_api{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}
.form_api p{
    margin-bottom: 0px;
    width: 23.3333%;
    color: #000;
    font-size: 1.6rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
}
.form_api .form_box_right input[type="text"]{
    pointer-events: none;
    background: rgba(0,0,0,0.03);
    border: none;
    padding: 10px 20px;
    width: calc(100% - 40px);
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    color: #666;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .p_single_wrapper .page_sec_ttl{
        padding: 100px 0 40px 0;
    }
    .p_single_wrapper .page__hr{
        margin-top: 100px;
    }
    .p_single_wrapper .page_sec_ttl h2{
        font-size: 3rem;
        letter-spacing: 0.2rem;
    }
}
@media screen and (max-width:767px) {
    .p_news_single_title_inner .news_single_title_inner_span{
        width: 100%;
    }
    .p_news_single_title_inner h1{
        width: 100%;
        margin-bottom: 20px;
    }
    .p_single_mainimg{
        position: relative;
        width: 100%;
        max-width: none;
        max-height: none;
    }
    .p_single_spec__ul{
        margin-bottom: 20px;
    }
    .p_single_cont{
        margin-bottom: 30px;
    }
    .p_single_wrapper .page__hr{
        margin-top: 50px;
    }
    .p_single_wrapper .page_sec_ttl{
        padding: 50px 0 30px 0;
        margin: 0px;
    }
    .p_single_wrapper .page_sec_ttl p{
        font-size: 1.3rem;
        margin-bottom: 10px;    
    }
    .p_single_wrapper .page_sec_ttl h2{
        font-size: 2rem;
        margin-bottom: 8px;
        letter-spacing: 0.2rem;
    }
    .form_api .form_box_right input[type="text"]{
        font-size: 1.4rem;
    }
}


/* ***************************
********** privacy **********
*************************** */
.sec_privacy{
    padding: 60px 100px 140px 100px;
}
.sec_privacy_blk{
    margin-bottom: 60px;
}
.sec_privacy .txt22{
    margin-bottom: 18px;
}
.privacy__ul01{
    padding-left: 30px;
}
.sec_privacy_blk p{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
}
.privacy__ul01 li{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    list-style-type: disc;
    margin-bottom: 10px;
}
.privacy__ul01.num li{
    list-style-type: decimal;
}
.privacy__ul02{
    padding-left: 30px;
}
.privacy__ul02 li{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    list-style-type: decimal;
    margin-bottom: 10px;
}
.sec_privacy_blk .signature{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 30px;
}
.sec_privacy_blk .signature > span{
    display: flex;
    width: 280px;
}
.sec_privacy_blk .signature > .signature_txt{
    display: flex;
}
.sec_privacy_blk .signature_txt > p{
    margin-bottom: 0;
    font-size: 16px;
    bottom: 15px;
    position: relative;
}
.sec_privacy_blk .signature_txt > p span{
    font-size: 22px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .sec_privacy{
        padding: 60px 50px 100px 50px;
    }
}
@media screen and (max-width:767px) {
    .sec_privacy{
        padding: 50px 25px 50px 25px;
    }
    .sec_privacy_blk{
        margin-bottom: 40px;
    }
    .sec_privacy .txt22{
        margin-bottom: 8px;
    }
    .sec_privacy_blk p{
        font-size: 1.3rem;
        line-height: 185%;
        margin-bottom: 10px;
    }
    .privacy__ul01{
        padding-left: 20px;
    }
    .privacy__ul01 li{
        font-size: 1.3rem;
        line-height: 185%;
        margin-bottom: 10px;
    }
    .privacy__ul02{
        padding-left: 20px;
    }
    .privacy__ul02 li{
        font-size: 1.3rem;
        line-height: 185%;
        margin-bottom: 10px;
    }
    .sec_privacy_blk .signature{
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }
    .sec_privacy_blk .signature > span{
        width: 200px;
    }
    .sec_privacy_blk .signature_txt > p{
        font-size: 14px;
        bottom: 0px;
    }
    .sec_privacy_blk .signature_txt > p span{
        font-size: 18px;
    }
}

/* ***************************
********** contact **********
*************************** */

.contact_form_wrapper{
    padding: 80px 100px 140px 100px;
}
.contact_form_wrapper table{
    width: 100%;
}
.contact_form_wrapper tbody{
    width: 100%;
}
.form_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.form_box p{
    margin-bottom: 0;
}
.form_box_left{
    width: 23.3333%;
    margin-top: 1.4rem;
}
.form_box_left label{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
.form_box_left label span{
    font-size: 1.6rem;
    line-height: 165%;
    letter-spacing: 0.1rem;
    padding: 0px 10px;
    display: flex;
    margin-right: 10px;
    margin-top: 5px;
}
.form_box_left label span.required{
    background: #2A558F;
    color: #fff;
}
.form_box_left label span.optional{
    background: url(../img/nz_bg.png);
    background-repeat: repeat;
    color: #000;
}
.form_box_right{
    width: 73.3333%;
}
.form_box_right_inner{
    margin-bottom: 20px;
}
.form_box_right_inner:last-child{
    margin-bottom: 0px;
}
.form_box_right_inner .form__span{
    display: flex;
}
.form_box_right_inner .form__span p{
    color: #000;
    font-size: 2rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    margin-right: 5px;
    margin-bottom: 0px;
}
.form_box_right_inner .form_box_right_txt{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
.form_box_right .mwform-tel-field{
    font-size: 1.6rem;
}
.form_box_right_subtxt{
    color: #000;
    font-size: 1.2rem;
    line-height: 185%;
    letter-spacing: 0.1rem;
    padding-left: 12px;
    text-indent: -12px;
    margin-top: 5px;
    margin-bottom: 0px !important;
}
.form_box_right input[type="text"]{
    color: #000;
    font-size: 1.6rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
    padding: 5px 20px;
    width: calc(100% - 40px);
    border: solid 1px rgba(0,0,0,0.5);
    height: fit-content;
}
.form_box_right input[type="text"].p-postal-code{
    width: calc(40% - 40px);
}
.form_box_right input[type="email"]{
    color: #000;
    font-size: 1.6rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
    padding: 5px 20px;
    width: calc(100% - 40px);
    border: solid 1px rgba(0,0,0,0.5);
}
.form_box_right textarea{
    color: #000;
    font-size: 1.6rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
    padding: 5px 20px;
    width: calc(100% - 40px);
    border: solid 1px rgba(0,0,0,0.5);
}
.form_box_right select{
    color: #000;
    font-size: 1.6rem;
    line-height: 205%;
    letter-spacing: 0.1rem;
    padding: 5px 20px;
    width: 40%;
    border: solid 1px rgba(0,0,0,0.5);
    background: url(../img/arrow_down.svg) no-repeat right 12px center / 34px auto;
}
.form_box_right .form__span.radio{
    display: flex;
    flex-direction: column;
}
.form_box_right .form__span .mwform-radio-field-text{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
.mw_wp_form .form_box_right .form__span .horizontal-item + .horizontal-item {
    margin-left: 0px;
    margin-top: 10px;
}
.form_box_right input[type="radio"]:before {
    content: '';
    background: url(../img/radio_img.svg);
    background-position: top;
    background-size: cover;
    border-radius: 0%;
    display: flex;
    width: 28px;
    height: 28px;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
}
.form_box_right input[type="radio"]:checked:before {
    background-position: bottom;
}
.form_privacy_check input[type="checkbox"]:before {
    content: '';
    background: url(../img/checkbox_img.svg);
    background-position: top;
    background-size: cover;
    border-radius: 0%;
    display: flex;
    width: 25px;
    height: 25px;
    position: relative;
    top: -0.2em;
    margin-right: 0px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
}
.form_privacy_check input[type="checkbox"]:checked:before {
    background-position: bottom;
    height: 25px;
}
.form_privacy_txt{
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    line-height: 185%;
    letter-spacing: 0.1rem;
}
.form_privacy_txt a{
    color: #2A558F;
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
}
.form_privacy_txt a::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #2A558F;
    display: flex;
    transition: all .3s;
}
.form_privacy_txt a:hover::after{
    width: 100%;
}
.form_privacy_txt a::before{
    content: "";
    background-image: url(../img/icon_blank.svg);
    width: 17px;
    height: 14px;
    display: flex;
    position: absolute;
    right: 0px;
    top: calc(50% - 7px);
    background-size: contain;
    background-repeat: no-repeat;
}
.form_privacy_check{
    width: fit-content;
    margin: 20px auto;
}
.form_privacy_check .mwform-checkbox-field-text{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
.form_submit_wrapper button[type="submit"],.form_submit_wrapper_mailmag,.form_submit_wrapper button[type="button"]{
    width: 400px;
    height: auto;
    border: none;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2A558F;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer;
    z-index: 1;
    transition: all .3s;
    padding: 25px 0;
}
.form_submit_wrapper_mailmag{
    padding: 0;
}
.form_submit_wrapper button[type="submit"]::before,.form_submit_wrapper_mailmag::before,.form_submit_wrapper input[type="button"]::before{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #1A4073;
    display: flex;
    transition: all .3s;
    z-index: -1;
}
.form_submit_wrapper button[type="submit"]:hover::before,.form_submit_wrapper_mailmag:hover::before,.form_submit_wrapper input[type="button"]:hover::before{
    width: 100%;
}
.form_submit_wrapper button[type="submit"]::after,.form_submit_wrapper_mailmag::after,.form_submit_wrapper input[type="button"]::after{
    content: "";
    background-image: url(../img/arrow_w.svg);
    width: 14.25px;
    height: 9px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 4.5px);
    transition: all .3s;
}
.form_submit_wrapper button[type="submit"]:hover::after,.form_submit_wrapper_mailmag:hover::after,.form_submit_wrapper input[type="button"]:hover::after{
    right: 15px;
    opacity: 0.6;
}
.form_submit_wrapper button[type="submit"]:hover,.form_submit_wrapper_mailmag:hover,.form_submit_wrapper input[type="button"]:hover{
    opacity: 1;
    color: rgba(255,255,255,0.6);
}
.form_submit_wrapper input[type="submit"]{
    background: transparent;
    border: none;
    font-size: 1.6rem;
    color: #fff;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 30px;
}
.form_submit_wrapper:hover input[type="submit"]{
    color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .contact_form_wrapper{
        padding: 80px 50px 100px 50px;
    }
}
@media screen and (max-width:767px) {
    .contact_form_wrapper{
        padding: 50px 25px 50px 25px;
    }
    .form_box{
        flex-direction: column;
        margin-bottom: 22px;
        padding-bottom: 30px;
    }
    .form_box_left{
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .form_box_left label{
        font-size: 1.4rem;
    }
    .form_box_left label span{
        font-size: 1.4rem;
    }
    .form_box_right{
        width: 100%;
    }
    .form_box_right_inner{
        margin-bottom: 10px;
    }
    .form_box_right_inner .form_box_right_txt{
        font-size: 1.4rem;
    }
    .form_box_right input[type="text"]{
        font-size: 1.6rem;
    }
    .form_box_right input[type="text"].p-postal-code{
        font-size: 1.6rem;
    }
    .form_box_right input[type="email"]{
        font-size: 1.6rem;
    }
    .form_box_right textarea{
        font-size: 1.6rem;
    }
    .form_box_right select{
        width: 100%;
        font-size: 1.6rem;
        background: url(../img/arrow_down.svg) no-repeat right 10px center / 24px auto;
    }
    .form_box_right .form__span.radio{
        font-size: 1.4rem;
    }
    .form_box_right .form__span .mwform-radio-field-text{
        font-size: 1.4rem;
    }
    .form_box_right input[type="radio"]:before {
        margin-right: 0em;
        width: 18px;
        height: 18px;
    }
    .form_privacy_txt{
        font-size: 1.2rem;
    }
    .form_privacy_txt a::before{
        width: 15px;
        height: 12px;
        top: calc(50% - 6px);
    }
    .form_privacy_check input[type="checkbox"]:before{
        width: 16px;
        height: 16px !important;
        overflow: hidden;
        display: flex;
    }
    .form_privacy_check .mwform-checkbox-field-text{
        font-size: 1.4rem;
    }
    .form_submit_wrapper button[type="submit"],.form_submit_wrapper_mailmag,.form_submit_wrapper button[type="button"]{
        width: auto;
        padding: 0;
    }
    .form_submit_wrapper button[type="submit"],.form_submit_wrapper input[type="submit"],.form_submit_wrapper button[type="button"]{
        padding: 20px;
        width: 100%;
    }
}
.p_single_wrapper .input_but{
    display: none !important;
}
/* confirm */
.mw_wp_form_preview .form_box_right .form__span{
    font-size: 1.6rem;
    padding: 20px 20px;
    display: flex;
    background: rgba(0,0,0,0.03);
    line-height: 165%;
}
.mw_wp_form_preview .form_box_right_inner .form__span p{
    line-height: 125%;
}
.mw_wp_form .form_box_right .error,.mw_wp_form .error {
    font-size: 1.4rem !important;
    color: #B70000 !important;
    display: block;
    margin: 10px 0;
}
.mw_wp_form_preview .form_privacy_check{
    font-size: 1.6rem;
}
.form_submitback button[type="submit"],.form_submitback button[type="button"]{
    background: url(../img/nz_bg.png);
    background-repeat: repeat;
    color: #000;
    margin: 30px auto 0;
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.form_submitback button[type="submit"]::before,.form_submitback button[type="button"]::before{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #dddddd;
    display: flex;
    transition: all .3s;
    z-index: -1;
}
.form_submitback button[type="submit"]:hover::before,.form_submitback button[type="button"]:hover::before{
    width: 100%;
}
.form_submitback button[type="submit"]::after,.form_submitback button[type="button"]::after{
    content: "";
    background-image: url(../img/arrow_back.svg);
    width: 14.25px;
    height: 9px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: calc(50% - 4.5px);
    transition: all .3s;
}
.form_submitback button[type="submit"]:hover::after,.form_submitback button[type="button"]:hover::after{
    left: 15px;
    opacity: 0.6;
}
.form_submitback button[type="submit"]:hover,.form_submitback button[type="button"]:hover{
    opacity: 1;
    color: rgba(0,0,0,0.6);
}
@media screen and (max-width:767px) {
    .mw_wp_form_preview .form_box_right .form__span{
        font-size: 1.4rem;
        padding: 10px 20px;
    }
}

/* thanks */
.mw_wp_form_complete h2{
    color: #000;
    font-size: 2.2rem;
    line-height: 185%;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
}
.mw_wp_form_complete p{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    list-style-type: disc;
    margin-bottom: 40px;
}
.mw_wp_form_complete .link_c_blu p{
    margin-bottom: 0px;
}
@media screen and (max-width:767px) {
    .mw_wp_form_complete h2{
        font-size: 1.8rem;
        line-height: 165%;
    }
    .mw_wp_form_complete p{
        font-size: 1.3rem;
        line-height: 185%;
        margin-bottom: 20px;
    }
}
/* ***************************
********** showroom **********
*************************** */

.showroom_slider_wrapper{
    padding: 80px 100px 0px 100px;
}
.showroom_slider_inner{
    position: relative;
}
.showroom_slide_arrrows{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.showroom_slide_arrrows button{
    width: 34px;
    height: 72px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    background: rgba(0,0,0,0.3);
}
.showroom_slide_arrrows button.slick-prev{
    top: calc(50% - 52.5px);
    left: 0px;
}
.showroom_slide_arrrows button.slick-prev::after{
    content: "";
    background: url(../img/sr_slider_prev.svg);
    width: 8px;
    height: 23px;
    background-size:contain;
    background-repeat:no-repeat;
    display: flex;
    position: absolute;
    top: calc(50% - 12.5px);
    left: calc(50% - 4px);
}
.showroom_slide_arrrows button.slick-next{
    top: calc(50% - 52.5px);
    right: 0px;
}
.showroom_slide_arrrows button.slick-next::after{
    content: "";
    background: url(../img/sr_slider_next.svg);
    width: 8px;
    height: 23px;
    background-size:contain;
    background-repeat:no-repeat;
    display: flex;
    position: absolute;
    top: calc(50% - 12.5px);
    left: calc(50% - 4px);
}
.showroom_slide_dots{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.showroom_slide_dots .slick-dots li button{
    border: none;
    text-indent: -9999px;
    margin: 0 5px;
    height: 3px;
    width: 15px;
    background-color: rgba(0,0,0,0.4);
}
.showroom_slide_dots .slick-dots li.slick-active button{
    background-color: #2A558F;
    width: 40px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .showroom_slider_wrapper{
        padding: 80px 50px 0px 50px;
    }
}
@media screen and (max-width:767px) {
    .showroom_slider_wrapper{
        padding: 50px 25px 0px 25px;
    }
    .showroom_slide_arrrows button{
        width: 20px;
        height: 50px;
    }
    .showroom_slide_arrrows button.slick-prev{
        top: calc(50% - 34px);
        left: 0px;
    }
    .showroom_slide_arrrows button.slick-prev::after{
        width: 5.941px;
        height: 16.53px;
        top: calc(50% - 8.265px);
        left: calc(50% - 2.9705px);
    }
    .showroom_slide_arrrows button.slick-next{
        top: calc(50% - 34px);
        right: 0px;
    }
    .showroom_slide_arrrows button.slick-next::after{
        width: 5.941px;
        height: 16.53px;
        top: calc(50% - 8.265px);
        right: calc(50% - 2.9705px);
    }
    .showroom_slide_dots{
        margin-top: 15px;
    }
}
.showroom_concept{
    padding: 70px 100px 50px;
}
.showroom_concept_subtxt{
    padding: 0 100px 100px;
}
.showroom_concept_subtxt p{
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
@media screen and (max-width:1279px) {
    .showroom_concept_subtxt p{
        text-align: left;
    }
    .showroom_concept_subtxt p br{
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .showroom_concept_subtxt{
        padding: 0 50px 100px;
    }
    .showroom_concept_subtxt p{
        font-size: 1.6rem;
    }
}
@media screen and (max-width:767px) {
    .showroom_concept{
        padding: 40px 25px 30px;
    }
    .showroom_concept_subtxt{
        padding: 0 25px 40px;
    }
    .showroom_concept_subtxt p{
        color: #000;
        text-align: left;
        font-size: 1.4rem;
        line-height: 185%;
        letter-spacing: 0.1rem;
    }
}

.showroom_mainimg{
    padding: 0 100px 140px;
}
.showroom_mainimg_inner{
    display: flex;
    justify-content: space-between;
}
.showroom_mainimg_big{
    width: 58.3333%;
    display: flex;
}
.showroom_mainimg_small_wrapper{
    width: 41.6666%;
    display: flex;
    flex-direction: column;
}
.showroom_mainimg_small{
    display: flex;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .showroom_mainimg{
        padding: 0 50px 100px;
    }
}
@media screen and (max-width:767px) {
    .showroom_mainimg{
        padding: 0 25px 50px;
    }
    .showroom_mainimg_inner{
        width: 100%;
        flex-direction: column;
    }
    .showroom_mainimg_big{
        width: 100%;
    }
    .showroom_mainimg_small_wrapper{
        flex-direction: row;
        width: 100%;
    }
}
.showroom_txt_wrapper{
    padding: 0 100px 140px;
}
.showroom_txt{
    display: flex;
    justify-content: space-between;
}
.showroom_txt_left{
    width: 36.6666%;
}
.showroom_txt_right{
    width: 58.3333%;
}
.showroom_txt_right__div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}
.showroom_txt_right h4{
    color: #000;
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    margin-right: 10px;
    line-height: 185%;
}
.showroom_txt_right__div > span{
    color: #2A558F;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.4px;
    display: flex;
    border: 1px solid #2A558F;
    width: fit-content;
    padding: 5px 8px;
}
.showroom_txt_right h3{
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.showroom_txt_right p{
    color: #000;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
}
.showroom_txt_right_detail{
    margin-bottom: 40px;
}
.showroom_txt_right_detail.last{
    margin-bottom: 0px;
}
.showroom_txt_right_detail > h5{
    color: #2A558F;
    font-size: 2rem;
    font-weight: 600;
    line-height: 205%;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.showroom_txt_right_detail_inner{
    background: #FAFAFA;
    padding: 25px 30px;
}
.showroom_txt_right_detail_inner li{
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.showroom_txt_right_detail_inner li span:first-child{
    color: #2A558F;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 185%;
    letter-spacing: 1.4px;
    width: 25%;
    display: flex;
}
.showroom_txt_right_detail_inner li span:last-child{
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 185%;
    letter-spacing: 1.4px;
    width: 70%;
    display: flex;
}
.showroom_txt_right_detail_inner li:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.showroom_txt_right_appli > h5{
    color: #2A558F;
    font-size: 2rem;
    font-weight: 600;
    line-height: 205%;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.showroom_txt_right_appli > p{
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 185%;
    letter-spacing: 1.4px;
    margin-bottom: 0px;
}
.showroom_txt_hr{
    margin: 80px 0;
    border-top: solid 1px rgba(0,0,0,0.2);
    border-bottom: none;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .showroom_txt_wrapper{
        padding: 0 50px 100px;
    }
    .showroom_txt_right h4{
        font-size: 2.2rem;
    }
    .showroom_txt_right p{
        font-size: 1.5rem;
    }
}
@media screen and (max-width:767px) {
    .showroom_txt_wrapper{
        padding: 0 25px 50px;
    }
    .showroom_txt{
        flex-direction: column;
    }
    .showroom_txt_left{
        width: 100%;
        margin-bottom: 20px;
    }
    .showroom_txt_right{
        width: 100%;
    }
    .showroom_txt_right h4{
        color: #000;
        font-size: 2rem;
        line-height: 165%;
        letter-spacing: 0.1rem;
    }
    .showroom_txt_right__div.rock{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .showroom_txt_right__div.rock > h4{
        margin-bottom: 3px;
    }
    .showroom_txt_right__div.rock > span{
        margin-bottom: 5px;
    }
    .showroom_txt_right__div > span{
        font-size: 1.2rem;
        padding: 4px 7px;
    }
    .showroom_txt_right h3{
        font-size: 1.4rem;
    }
    .showroom_txt_right p{
        color: #000;
        font-size: 1.4rem;
        line-height: 185%;
        letter-spacing: 0.1rem;
        margin-bottom: 20px;
    }
    .showroom_txt_right_detail{
        margin-bottom: 30px;
    }
    .showroom_txt_right_detail > h5{
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .showroom_txt_right_detail_inner{
        background: #FAFAFA;
        padding: 20px;
    }
    .showroom_txt_right_detail_inner li{
        flex-direction: column;
    }
    .showroom_txt_right_detail_inner li span:first-child{
        width: 100%;
    }
    .showroom_txt_right_detail_inner li span:last-child{
        width: 100%;
    }
    .showroom_txt_right_appli > h5{
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .showroom_txt_right_appli > p{
        font-weight: 400;
        margin-bottom: 0px;
    }
    .showroom_txt_hr{
        margin: 50px 0;
    }
}
.showroom_access{
    padding: 0 100px 140px;
}
.showroom_access_txt{
    color: #000;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    margin-bottom: 50px;
}
.showroom_access_box{
    display: flex;
    justify-content: space-between;
}
.showroom_access_box_left{
    width: 31.6666%;
}
.showroom_access_box_right{
    width: 62.5%;
}
.showroom_access_box_right h4{
    color: #000;
    font-size: 2.6rem;
    line-height: 205%;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
}
.showroom_access_box_right h4 span{
    color: #000;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
}
.showroom_access_box_right > p{
    color: #000;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .showroom_access{
        padding: 0 50px 100px;
    }
}
@media screen and (max-width:767px) {
    .showroom_access{
        padding: 0px 25px 50px;
    }
    .showroom_access_txt{
        font-size: 1.4rem;
        margin-bottom: 30px;
        line-height: 185%;
    }
    .showroom_access_box{
        flex-direction: column;
    }
    .showroom_access_box_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .showroom_access_box_right{
        width: 100%;
    }
    .showroom_access_box_right h4{
        font-size: 2rem;
        line-height: 125%;
    }
    .showroom_access_box_right h4 span{
        font-size: 1.4rem;
    }
    .showroom_access_box_right > p{
        font-size: 1.4rem;
        line-height: 205%;
    }
}
.showroom_cta{
    display: flex;
    padding: 0 100px 140px;
    align-items: center;
    justify-content: center;
}
.showroom_cta a{
    width: 520px;
    height: 80px;
    background: #2A558F;
    display: flex;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    position: relative;
    z-index: 1;
}
.showroom_cta a:hover{
    color: rgba(255, 255, 255, 0.6);
}
.showroom_cta a::after{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #1A4073;
    display: flex;
    transition: all .3s;
    z-index: -1;
}
.showroom_cta a:hover::after{
    width: 100%;
}
@media screen and (max-width:767px) {
    .showroom_cta{
        padding: 0 25px 50px;
    }
    .showroom_cta a{
        width: 100%;
        height: 60px;
        font-size: 1.6rem;
    }
}

/* ***************************
********** 404 **********
*************************** */
.notfound{
    padding: 0 100px 140px;
}
.notfound_nomb{
    padding-bottom: 0px;
}
.notfound__p{
    color: #000;
    text-align: left;
    font-size: 1.6rem;
    line-height: 225%;
    letter-spacing: 0.1rem;
    margin-bottom: 50px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .notfound{
        padding: 0 50px 100px;
    }
}
@media screen and (max-width:767px) {
    .notfound{
        padding: 50px 25px;
    }
    .notfound__p{
        font-size: 1.4rem;
        line-height: 205%;
        margin-bottom: 15px;
    }
}

/* ***************************
********** footer_contact **********
*************************** */
.footer_contact{
    background: #12A0BF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 65px 12% 70px 7%;
    overflow: hidden;
}
.footer_contact_ttl{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 23px;
}
.footer_contact_ttl h3{
    font-size: 3rem;
    color: #FFF;
    line-height: 125%;
    margin-right: 30px;
}
.footer_contact_ttl p{
    color: #FFF;
    font-size: 1.5rem;
    line-height: 145%;
}
.footer_contact__p{
    color: #FFF;
    font-size: 1.8rem;
    line-height: 175%;
}
.footer_contact_right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer_contact_right .link_c_w:last-child{
    margin-bottom: 0px;
}
.footer_contact_right .link_c_w:hover span svg path{
    fill: #12A0BF;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .footer_contact{
        padding: 65px 70px 70px 50px;
    }
}
@media screen and (max-width:767px) {
    .footer_contact{
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 25px 50px 25px;
    }
    .footer_contact_left{
        margin-bottom: 30px;
    }
    .footer_contact_ttl{
        margin-bottom: 15px;
    }
    .footer_contact_ttl h3{
        font-size: 2.6rem;
    }
    .footer_contact_ttl p{
        font-size: 1.4rem;
    }
    .footer_contact__p{
        font-size: 1.3rem;
    }
}


/* ***************************
********** footer **********
*************************** */
.footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 10% 100px 7%;
}
.footer_left_inner__h2 a{
    width: 280px;
    margin-bottom: 32px;
    display: flex; 
}
.footer_left_inner__info{
    margin-bottom: 40px;
}
.footer_left_inner__info p{
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 185%;
    margin-bottom: 25px;
}
.footer_left_inner__info p:last-child{
    margin-bottom: 0px;
}
.footer_left_inner_siteinfo_link{
    display: flex;
    justify-content: flex-start;
    gap: 6px 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.footer_left_inner__siteinfo a{
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 185%;
    position: relative;
    width: fit-content;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: flex;
}
.footer_left_inner__siteinfo a::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    display: flex;
    transition: all .3s;
}
.footer_left_inner__siteinfo a:hover::after{
    width: 100%;
}
.footer_left_inner__siteinfo p{
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 185%;
}

.footer_right_inner{
    display: flex;
    justify-content: right;
    align-items: flex-start;
    min-width: 580px;
}
.footer_right_inner_clm{
    flex-direction: column;
    display: flex;
    padding-left: 17px;
    margin-right: 75px;
}
.footer_right_inner_clm:last-child{
    margin-right: 0px;
}
.footer_right_inner_clm_ttllnk{
    position: relative;
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 145%;
    margin-bottom: 17px;
    position: relative;
    width: fit-content;
}
.footer_right_inner_clm_ttllnk::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #2A558F;
    left: -17px;
    top: calc(50% - 2.5px);
}
.footer_right_inner_clm_ttllnk::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    display: flex;
    transition: all .3s;
}
.footer_right_inner_clm_ttllnk:hover::after{
    width: 100%;
}
.footer_right_inner_clm__ul li{
    margin-bottom: 12px;
}
.footer_right_inner_clm__ul li:last-child{
    margin-bottom: 0px;
}
.footer_right_inner_clm__ul li a{
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 165%;
    width: fit-content;
    position: relative;
}
.footer_right_inner_clm__ul li a::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    display: flex;
    transition: all .3s;
}
.footer_right_inner_clm__ul li a:hover::after{
    width: 100%;
}
.footer_right_inner_clm__ul_last{}
.footer_right_inner_clm__ul_last li{
    margin-bottom: 17px;
}
@media screen and (max-width:1160px){
    .footer_right_inner_clm{
        margin-right: 45px;
    }
    .footer_left_inner__siteinfo p{
        font-size: 1rem;
    }
} 
@media screen and (min-width:768px) and (max-width:1023px) {
    .footer{
        padding: 80px 7% 80px 5%;
    }
    .footer_right_inner{
        min-width: unset;
    }
    .footer_left_inner__h2 a{
        width: 200px;
    }
    .footer_left{
        width: 30%;
    }
    .footer_right{
        width: 68%;
    }
    .footer_right_inner_clm{
        margin-right: 25px;
    }
    .footer_left_inner_siteinfo_link{
        gap: 6px 16px;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .footer_left_inner__siteinfo a{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width:767px) {
    .footer{
        flex-direction: column-reverse;
        padding: 40px 25px;
        margin-bottom: 60px;
    }
    .footer_left_inner__h2 a{
        width: 80%; 
    }
    .footer_left_inner__info{
        margin-bottom: 30px;
    }
    .footer_left_inner__info p{
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .footer_left_inner_siteinfo_link{
        flex-direction: column;
        gap: 6px;
        margin-bottom: 24px;
    }
    .footer_left_inner__siteinfo a{
        font-size: 1.2rem;
        padding-bottom: 0px;
        display: flex;
        margin-bottom: 0px;
    }
    .footer_left_inner__siteinfo p{
        font-size: 1rem;
        letter-spacing: 0.02rem;
    }
    .footer_right_inner{
        flex-direction: column;
    }
    .footer_right_inner_clm{
        position: relative;
        margin-bottom: 52px;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 12px;
        width: calc(100vw - 62px);
    }
    .footer_right_inner_clm::after{
        content: "";
        position: absolute;
        width: calc(100vw - 50px);
        background: #000;
        opacity: 0.2;
        display: flex;
        left: 0px;
        height: 1px;
        bottom: -25px;
    }
    .footer_right_inner_clm:last-child::after{
        content: none;
    }
    .footer_right_inner_clm_ttllnk{
        width: 50%;
        margin-bottom: 14px;
        font-size: 1.3rem;
        display: flex;
        width: fit-content;
    }
    .footer_right_inner_clm_ttllnk.last{
        margin-bottom: 0px;
    }
    .footer_right_inner_clm_ttllnk::before{
        left: -12px;
    }
    .footer_right_inner_clm__ul{
        margin-left: -12px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(100vw - 50px);
    }
    .footer_right_inner_clm__ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .footer_right_inner_clm__ul_last{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .footer_right_inner_clm__ul_last li{
        width: 50%;
        margin-bottom: 0px;
    }
}
.footer_left_inner__sns{
    margin-bottom: 40px;
}
.footer_left_inner__sns > a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer_left_inner__sns > a span{
    display: flex;
    width: 23px;
    margin-right: 14px;
}
.footer_left_inner__sns > a p{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 185%;
    letter-spacing: 1.6px;
    position: relative;
}
.footer_left_inner__sns > a p::after{
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    display: flex;
    transition: all .3s;
}
.footer_left_inner__sns > a:hover p::after{
    width: 100%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
}
@media screen and (max-width:767px) {
    .footer_left_inner__sns > a span{
        width: 18px;
        margin-right: 12px;
    }
    .footer_left_inner__sns > a p{
        font-size: 12px;
    }
}