/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans", sans-serif;
}
input {
  font-family: "Noto Sans", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  background-color: #EAEAEA;
  opacity: 0;
  transition: 2s;
}
body.on{
    opacity: 1;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.smt{
    scroll-margin-top: 150px;
}
header{
    padding: 19px 3%;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}
header.down{
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
}
header.pc{
    z-index: 999;
}
header.sp{
    display: none;
}
header.pc h1{
    width: 208px;
}
header.pc nav{
    background-color: #fff;
    padding: 22px 42px;
    width: fit-content;
    border-radius: 40px;
    transition: .3s;
}
header.down nav{
    background-color: transparent;
}
header.pc nav ul{
    align-items: center;
}
header.pc nav ul li{
    margin-right: 60px;
}
header.pc nav ul li:last-child{
    margin-right: 0;
}
header.pc nav ul li a{
    font-weight: 600;
    transition: .3s;
}
header.pc nav ul li:hover a{
    color: #0089D2;
}
header.pc nav ul li.contactBtn{
    width: 155px;
    height: 44px;
    background-color: #0089D2;
    border: 1px solid #0089D2;
    border-radius: 42px;
    transition: .3s;
}
header.pc nav ul li.contactBtn:hover{
    background-color: #fff;
}
header.pc nav ul li.contactBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}
header.pc nav ul li.contactBtn:hover a{
    color: #0089D2;
}
header.pc nav ul li.contactBtn a .icon{
    width: 18px;
    height: 14px;
    background: url('/wp-content/themes/a/img/icon_mail.svg') no-repeat center;
    background-size: contain;
    display: block;
    margin-right: 8px;
}
header.pc nav ul li.contactBtn:hover a .icon{
    background: url('/wp-content/themes/a/img/icon_mail_b.svg') no-repeat center;
}
.topPage .mainVisual{
    position: relative;
    margin-bottom: 140px;
}
.topPage .mainVisual .js-lottie02.sp{
    display: none;
}
.topPage .mainVisual .newPost{
    display: block;
    width: fit-content;
    position: absolute;
    bottom: 42px;
    left: 3%;
    border-bottom: 1px solid #000;
    transition: .3s;
}
.topPage .mainVisual .newPost .postDate{
    margin-bottom: 13px;
    align-items: center;
}
.topPage .mainVisual .newPost .date{
    font-size: 15px;
    font-weight: 600;
    margin-right: 21px;
}
.topPage .mainVisual .newPost .catName{
    padding: 4px 14px;
    font-size: 11px;
    font-weight: 600;color: #fff;
    background-color: #0089D2;
    border-radius: 42px;
}
.topPage .mainVisual .newPost .postTit{
    font-size: 15px;
    font-weight: 600;
}
.topPage .mainVisual .newPost:hover{
    opacity: 0.6;
}
.scroll {
  position: absolute;
  right: 3%;
  bottom: 10%;
  writing-mode: vertical-rl;
}
.scroll span{
    font-size: 14px;
    font-weight: 700;
    color: #0089D2;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #0089D2;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.topPage .topBlock1{
    padding-top: 133px;
    position: relative;
    margin-bottom: 58px;
}
.topPage .topBlock1 .effect1{
    position: absolute;
    top: 0;
    right: 20%;
    width: 311px;
}
.tit1{
    font-size: 68px;
    font-weight: 700;
    color: #0089D2;
}
.tit1 span{
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.topPage .topBlock1 .box1Wrap{
    width: 90%;
    max-width: 1632px;
    margin: 0 auto 16px;
}
.topPage .topBlock1 .box1Wrap .tit1{
    margin-bottom: 162px;
}
.topPage .topBlock1 .box1Wrap .box1{
    align-items: center;
}
.topPage .topBlock1 .box1Wrap .box1 .imgBox{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 15% 0 10%;
    box-sizing: border-box;
}
.topPage .topBlock1 .box1Wrap .box1 .txtBox{
    width: 50%;
    transition-delay: .5s;  
}
.topPage .topBlock1 .box1Wrap .box1 .txtBox p{
    font-weight: 500;
}
.topPage .topBlock1 .box1Wrap .box1 .txtBox p:nth-child(1){
    margin-bottom: 79px;
}
.topPage .topBlock1 .box1Wrap .box1 .txtBox p:nth-child(2){
    margin-bottom: 45px;
}
.topPage .topBlock1 .box1Wrap .box1 .txtBox p:nth-child(3){
    margin-bottom: 76px;
}
.topPage .topBlock1 .box1Wrap .box1 .txtBox p:nth-child(4){
    margin-bottom: 63px;
}
.topPage .topBlock1 .box1Wrap .box1 .txtBox p.ceo{
    width: fit-content;
    margin: 0 0 0 auto;
}
.topPage .topBlock1 .effect2{
    width: 90%;
    margin-left: 3%;
}
.topPage .topBlock2{
    width: 90%;
    max-width: 1632px;
    margin: 0 auto 174px;
}
.topPage .topBlock2 .tit1{
    margin-bottom: 132px;
}
.topPage .topBlock2 .topBlock2Inner{
    display: none;
}
.topPage .topBlock3{
    width: 90%;
    max-width: 1632px;
    margin: 0 auto 223px;
} 
.topPage .topBlock3 .tit1{
    margin-bottom: 160px;
}
.topPage .topBlock3 .companyDetailWrap{
    justify-content: space-between;
}
.topPage .topBlock3 .companyDetailWrap .companyDetail{
    width: 48%;
}
.topPage .topBlock3 .companyDetailWrap .companyDetail.nenergy img{
    display: block;
    width: 210px;
    margin-bottom: 76px;
}
.topPage .topBlock3 .companyDetailWrap .companyDetail.nagano img{
    display: block;
    width: 228px;
    margin-bottom: 79px;
}
.topPage .topBlock3 .companyDetailWrap .companyDetail li{
    padding: 55px 0 53px;
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
}
.topPage .topBlock3 .companyDetailWrap .companyDetail li:first-child{
    border-top: 1px solid #D5D5D5;
}
.topPage .topBlock3 .companyDetailWrap .companyDetail li .title{
    font-weight: 600;
    width: 30%;
}
.topPage .topBlock3 .companyDetailWrap .companyDetail li .text{
    font-weight: 600;
    width: 70%;
}
.topPage .topBlock3 .companyDetailWrap .companyDetail li .text a{
    font-weight: 600;
}
.topPage .topBlock3 .companyDetailWrap .companyDetail li .text a:hover{
    opacity: 0.6;
}
.topPage .topBlock4{
    display: flex;
    width: 90%;
    max-width: 1632px;
    margin: 0 auto 168px;
}
.topPage .topBlock4 .tit1{
    width: 30%;
}
.topPage .topBlock4 .postListWrap{
    width: 70%;
    padding-top: 50px;
}
.postList{
    margin-bottom: 52px;
}
.postList li{
    border-bottom: 1px solid #D5D5D5;
}
.postList li a{
    padding: 55px 0 53px;
    align-items: center;
    justify-content: space-between;
}
.postList li:first-child a{
    padding-top: 0;
}
.postList li a .postDateWrap .date{
    font-weight: 600;
    margin-right: 60px;
    transition: .3s;
}
.postList li:hover a .postDateWrap .date{
    color: #0089D2;
}
.postList li a .postDateWrap .catName{
    padding: 4px 16px;
    border-radius: 42px;
    background-color: #0089D2;
    border: 1px solid #0089D2;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-right: 49px;
    transition: .3s;
}
.postList li:hover a .postDateWrap .catName{
    background-color: #fff;
    color: #0089D2;
}
.postList li a .postDateWrap h3,
.postList li a .postDateWrap h2{
    font-weight: 600;
    transition: .3s;
}
.postList li:hover a .postDateWrap h3,
.postList li:hover a .postDateWrap h2{
    color: #0089D2;
}

.postList li a .icon{
    width: 18px;
    height: 19px;
    background: url('/wp-content/themes/a/img/arrow_r_b.svg') no-repeat center;
    background-size: contain;
    display: block;
}
.topPage .topBlock4 .postListWrap .txtLink{
    display: flex;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    margin: 0 0 0 auto;
}
.topPage .topBlock4 .postListWrap .txtLink .icon{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #0089D2;
    border: 1px solid #0089D2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 41px;
    transition: .3s;
}
.topPage .topBlock4 .postListWrap .txtLink:hover .icon{
    background-color: #fff;
}
.topPage .topBlock4 .postListWrap .txtLink .icon span{
    width: 17px;
    height: 18px;
    background: url('/wp-content/themes/a/img/arrow_r_w.svg') no-repeat center;
    background-size: contain;
}
.topPage .topBlock4 .postListWrap .txtLink:hover .icon span{
    background: url('/wp-content/themes/a/img/arrow_r_b.svg') no-repeat center;
    background-size: contain;
}
.topPage .contact{
    padding: 77px 5% 122px;
    background: linear-gradient(90deg, #0089d2 0%, #4ec2ff 100%);
    transition: background 0.6s;
    background-size: 200% 100%;
    background-position: left center;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 209px;
}
.topPage .contact:hover {
    background-position: right center;
}
.topPage .contact .txtBox .tit1{
    color: #fff;
    margin-bottom: 98px;
}
.topPage .contact .txtBox .tit1 span{
    color: #fff;
}
.topPage .contact .txtBox .note{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 120px;
}
.topPage .contact .txtBox .telBox a{
    display: flex;
    align-items: center;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.topPage .contact .txtBox .telBox a span{
    display: block;
    padding: 2px 14px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #0089D2;
    margin-right: 23px;
}
.topPage .contact .txtBox .telBox .open{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.topPage .contact .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #fff;
    width: 116px;
    height: 116px;
    border-radius: 50%;
}
.topPage .contact .icon:hover{
    background-color: #0089D2;
}
.topPage .contact .icon span{
    width: 27px;
    height: 29px;
    background: url('/wp-content/themes/a/img/arrow_r_b.svg') no-repeat center;
    background-size: contain;
}
.topPage .contact .icon:hover span{
    background: url('/wp-content/themes/a/img/arrow_r_w.svg') no-repeat center;
    background-size: contain;
}
.subPage{
    padding-top: 205px;
}
.subPage .pankuzu,
.subPage .pankuzu a{
    font-size: 12px;
    font-weight: 600;
}
.subPage .pankuzu{
    margin-left: 5%;
}
.categoryPage .pankuzu{
    margin-bottom: 130px;
}
.categoryPage .categoryContent{
    width: 90%;
    max-width: 1634px;
    margin: 0 auto 173px;
}
.categoryPage .categoryContent .tit1{
    margin-bottom: 119px;
}
.categoryPage .categoryContent .categoryContainer .selectCat{
    width: 30%;
}
.categoryPage .categoryContent .categoryContainer .selectCat li{
    margin-bottom: 13px;
}
.categoryPage .categoryContent .categoryContainer .selectCat li:last-child{
    margin-bottom: 0;
}
.categoryPage .categoryContent .categoryContainer .selectCat li a{
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: .3s;
}
.categoryPage .categoryContent .categoryContainer .selectCat li:hover a{
    color: #0089D2;
}
.categoryPage .categoryContent .categoryContainer .selectCat li a span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    margin-right: 15px;
}
.categoryPage .categoryContent .categoryContainer .selectCat li.active a span{
    background-color: #0089D2;
}
.categoryPage .categoryContent .categoryContainer .postListWrap{
    width: 70%;
}
.categoryPage .categoryContent .categoryContainer .postListWrap .pagination{
    display: flex;
    margin-bottom: 127px;
}
.categoryPage .categoryContent .categoryContainer .postListWrap .pagination .page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border: 1px Solid #C1C1C1;
    color: #C1C1C1;
    margin-right: 5px;
    font-weight: 600;
}
.categoryPage .categoryContent .categoryContainer .postListWrap .pagination .page-numbers.current{
    color: #000;
    border-color: #000;
}
.categoryPage .categoryContent .categoryContainer .postListWrap .pagination .page-numbers:last-child{
    margin-right: 0;
}
.topLink{
    width: 90%;
    max-width: 361px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #000000;
    margin: 0 auto;
    transition: .3s;
}
.topLink:hover{
    background-color: #0089D2;
    border-color: transparent;
    color: #fff;
}
.singlePage .pankuzu{
    margin-bottom: 114px;
}
.singlePage .singleContainer{
    width: 90%;
    max-width: 990px;
    margin: 0 auto 202px;
}
.singlePage .singleContainer h1{
    font-size: 37px;
    font-weight: 700;
    color: #0089D2;
    margin-bottom: 15px;
}
.singlePage .singleContainer .postData{
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 66px;
}
.singlePage .singleContainer .postData span{
    display: block;
    padding: 4px 15px;
    background-color: #0089D2;
    border-radius: 42px;
    color: #fff;
    font-weight: 600;
    margin-left: 27px;
}
.singlePage .singleContainer .thumb{
    display: block;
    width: 100%;
    margin-bottom: 83px;
}
.singlePage .singleContainer .contentWrap{
    padding-bottom: 126px;
    border-bottom: 1px solid #707070;
    margin-bottom: 55px;
}
.singlePage .singleContainer .contentWrap h2{
    font-size: 28px;
    font-weight: 700;
    color: #0089D2;
}
.singlePage .singleContainer .listLink{
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 126px;
}
.singlePage .singleContainer .listLink .icon{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0089D2;
    border:1px solid #0089D2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-right: 24px;
    transition: .3s;
}
.singlePage .singleContainer .listLink:hover .icon{
    background-color: #fff;
}
.singlePage .singleContainer .listLink .icon span{
    width: 10px;
    height: 10px;
    background: url('/wp-content/themes/a/img/arrow_r_w.svg') no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
}
.singlePage .singleContainer .listLink:hover .icon span{
    background: url('/wp-content/themes/a/img/arrow_r_b.svg') no-repeat center;
    background-size: contain;
}
.privacyPage{
    margin-bottom: 224px;
}
.privacyPage .pankuzu{
    margin-bottom: 130px;
}
.privacyPage .privacyContainer{
    width: 90%;
    max-width: 1634px;
    margin: 0 auto 163px;
}
.privacyPage .privacyContainer .tit1{
    margin-bottom: 155px;
}
.privacyPage .privacyContainer .note{
    font-weight: 500;
}
.privacyPage .privacyContainer > .note{
    margin-bottom: 115px;
}
.privacyPage .privacyContainer .box1{
    margin-bottom: 115px;
}
.privacyPage .privacyContainer .box1:last-child{
    margin-bottom: 0;
}
.privacyPage .privacyContainer .box1 h3{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 38px;
}
footer{
    padding: 0 3% 64px;
}
footer .logo{
    width: 850px;
    display: block;
    margin-bottom: 41px;
}
footer .footerBlock1{
    justify-content: space-between;
    align-items: center;
    padding-top: 43px;
    border-top: 1px solid #707070;
    margin-bottom: 37px;
}
footer .footerBlock1 .nav li{
    margin-right: 60px;
}
footer .footerBlock1 .nav li:last-child{
    margin-right: 0;
}
footer .footerBlock1 .nav li a{
    font-weight: 600;
    transition: .3s;
}
footer .footerBlock1 .nav li a .icon{
    display: none;
}
footer .footerBlock1 .nav li:hover a{
    color: #0089D2;
}
footer .footerBlock1 .copy{
    font-weight: 600;
}
footer .copy.sp{
    display: none;
}
footer .footerLinks a{
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 32px;
}
footer .footerLinks a:last-child{
    margin-right: 0;
}
footer .footerLinks a:hover{
    opacity: 0.6;
}
.notFoundTxt{
    font-size: 20px;
    font-weight: 700;
}
@media (width < 1440px){
    footer .footerBlock1 .copy.pc{
        display: none;
    }
    footer .copy.sp{
        display: block;
        font-size: 10px;
        font-weight: 600;
    }
    footer .footerLinks{
        margin-bottom: 30px;
    }
}
@media (width < 1200px){
    header.pc{
        display: none;
    }
    header.sp{
        display: flex;
        padding: 13px 4%;
        width: 100%;
        box-sizing: border-box;
        z-index: 997;
    }
    header.sp h1{
        width: 157px
    }
    header.sp .hbMenuWrap{
        width: 44px;
        height: 44px;
    }
    header.sp .hbMenuWrap .hbMenuBtn{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        position: relative;
        z-index: 999;
        background-color: #fff;
        border-radius: 50%;
    }
    header.sp .hbMenuWrap .hbMenuBtn span{
        width: 30px;
        height: 2px;
        background-color: #0089D2;
        display: block;
        transition: .3s;
        margin-bottom: 6px;
        transition: .3s;
    }
    header.sp .hbMenuWrap .hbMenuBtn span:last-child{
        margin-bottom: 0;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(1){
        transform: rotate(30deg);
        margin-bottom: -2px;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(2){
        display: none;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(3){
        transform: rotate(-30deg);
    }
    header.sp .hbMenuWrap .hbMenu{
        width: 100%;
        height: 100vh;
        background-color: #0089D2;
        position: fixed;
        top: 0;
        left: 100%;
        transition: .3s;
        padding: 18px 3% 48px;
        box-sizing: border-box;
        overflow-y: scroll;
    }
    header.sp .hbMenuWrap .hbMenu .titTxt{
        font-size: 48px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 41px;
    }
    header.sp .hbMenuWrap .hbMenu nav{
        margin-bottom: 33px;
    }
    header.sp .hbMenuWrap .hbMenu nav li{
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    header.sp .hbMenuWrap .hbMenu nav li a{
        display: flex;
        padding: 15px 0;
        font-weight: 600;
        color: #fff;
        justify-content: space-between;
        align-items: center;
    }
    header.sp .hbMenuWrap .hbMenu nav li a .icon{
        display: block;
        width: 14px;
        height: 14px;
        background: url('/wp-content/themes/a/img/arrow_r_w.svg') no-repeat center;
        background-size: contain;
    }
    header.sp .hbMenuWrap .hbMenu .contactBtn{
        width: 100%;
        height: 59px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #fff;
        color: #0089D2;
        font-weight: 600;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
    header.sp .hbMenuWrap .hbMenu .subLink{
        margin-bottom: 30px;
    }
    header.sp .hbMenuWrap .hbMenu .subLink a{
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    header.sp .hbMenuWrap .hbMenu .subLink a:last-child{
        margin-bottom: 0;
    }
    header.sp .hbMenuWrap .hbMenu .copy{
        font-size: 10px;
        font-weight: 600;
        color: #fff;
    }
    header.sp .hbMenuWrap.on .hbMenu{
        left: 0;
    }
    .topPage .topBlock3 .companyDetailWrap{
        flex-direction: column;
    }
    .topPage .topBlock3 .companyDetailWrap .companyDetail{
        width: 100%;
    }
    .topPage .topBlock3 .companyDetailWrap .companyDetail.nenergy{
        margin-bottom: 90px;
    }
    .topPage .topBlock4{
        flex-direction: column;
    }
    .topPage .topBlock4 .tit1{
        width: 100%;
        margin-bottom: 40px;
    }
    .topPage .topBlock4 .postListWrap{
        width: 100%;
        padding-top: 0;
    }
    footer .logo{
        width: 80%;
    }
    .categoryPage .categoryContent .categoryContainer{
        flex-direction: column;
    }
    .categoryPage .categoryContent .categoryContainer .selectCat{
        display: flex;
        width: 100%;
        margin-bottom: 40px;
    }
    .categoryPage .categoryContent .categoryContainer .postListWrap{
        width: 100%;    
    }
    .categoryPage .categoryContent .categoryContainer .selectCat{
        flex-wrap: wrap;
    }
    .categoryPage .categoryContent .categoryContainer .selectCat li{
        margin-right: 10px;
    }
    .categoryPage .categoryContent .categoryContainer .selectCat li a{
        white-space: nowrap;
    }
}
@media (width < 1000px){
    .topPage .mainVisual .js-lottie01.pc{
        display: none;
    }
    .topPage .mainVisual{
        width: 100%;
        height: 100vh;
    }
    .topPage .mainVisual .js-lottie02.sp{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .topPage .topBlock1 .box1Wrap .box1{
        flex-direction: column;
    }
    .topPage .topBlock1 .box1Wrap .box1 .imgBox{
        padding: 0;
        width: 80%;
        margin: 0 auto 69px;
    } 
    .topPage .topBlock1 .box1Wrap .box1 .txtBox{
        width: 100%;
        transition-delay: 0s;
    }
    .topPage .topBlock1 .effect1{
        width: 177px;
        right: 5%;
    }
}
@media (width < 820px){
    .tit1{
        font-size: 48px;
    }
    .topPage .mainVisual .newPost{
        bottom: 30px;
    }
    footer .footerBlock1{
        padding-top: 0;
    }
    footer .footerBlock1 .nav{
        flex-direction: column;
        width: 100%;
    }
    footer .footerBlock1 .nav li{
        border-bottom: 1px solid #D5D5D5;
        margin-right: 0;
    }
    footer .footerBlock1 .nav li a{
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
    }
    footer .footerBlock1 .nav li a .icon{
        display: block;
        width: 14px;
        height: 15px;
        background: url('/wp-content/themes/a/img/arrow_r_b.svg') no-repeat center;
        background-size: contain;
    }
    .topPage .mainVisual{
        margin-bottom: 24px;
    }
    .topPage .topBlock1{
        margin-bottom: 48px;
    }
    .topPage .topBlock1 .box1Wrap .tit1{
        margin-bottom: 84px;
    }
    .topPage .topBlock1 .box1Wrap .box1 .txtBox p{
        font-size: 15px;
    }
    .topPage .topBlock2{
        margin-bottom: 31px;
    }
    .topPage .topBlock2 .tit1{
        margin-bottom: 57px;
    }
    .topPage .topBlock2 > img.pc{
        display: none;
    }
    .topPage .topBlock2 .topBlock2Inner{
        display: block;
    }
    .topPage .topBlock2 .topBlock2Inner h3{
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 43px;
        color: #0089D2;
    }
    .topPage .topBlock2 .topBlock2Inner .note{
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 35px;
    }
    .topPage .topBlock2 .topBlock2Inner img.sdgs{
        display: block;
        margin-bottom: 60px;
    }
    .topPage .topBlock3{
        margin-bottom: 125px;
    }
    .topPage .topBlock3 .tit1{
        margin-bottom: 97px;
    }
    .topPage .topBlock3 .companyDetailWrap .companyDetail.nenergy img{
        width: 186px;
        margin-bottom: 34px;
    }
    .topPage .topBlock3 .companyDetailWrap .companyDetail li{
        flex-flow: column;
        align-items: flex-start;
        padding: 28px 0;
    }
    .topPage .topBlock3 .companyDetailWrap .companyDetail li .title{
        width: 100%;
        margin-bottom: 6px;
        font-weight: 700;
    }
    .topPage .topBlock3 .companyDetailWrap .companyDetail li .text{
        width: 100%;
        font-size: 15px;
    }
    .topPage .topBlock3 .companyDetailWrap .companyDetail.nagano img{
        width: 176px;
        margin-bottom: 30px;
    }
    .topPage .topBlock4{
        margin-bottom: 90px;
    }
    .postDateWrap {
        flex-wrap: wrap;
    }
    .postList li a .postDateWrap h3, .postList li a .postDateWrap h2{
        width: 100%;
        margin-top: 4px;
    }
    .postList li a .postDateWrap .date{
        margin-right: 15px;
    }
    .postList li a{
        padding: 49px 0 45px;
    }
    .postList li:first-child a{
        padding-top: 49px;
        border-top: 1px solid #D5D5D5;
    }
    .topPage .contact{
        padding: 70px 5% 48px;
        background: linear-gradient(#0089d2 0%, #4ec2ff 100%);
    }
    .topPage .contact{
        flex-flow: column;
        margin-bottom: 89px;
    }
    .topPage .contact .txtBox{
        margin-bottom: 29px;
    }
    .topPage .contact .txtBox .tit1{
        margin-bottom: 52px;
    }
    .topPage .contact .txtBox .note{
        margin-bottom: 47px;
        font-size: 16px;
    }
    .topPage .contact .icon{
        width: 73px;
        height: 73px;
    }
    footer .footerLinks{
        flex-direction: column;
    }
    footer .footerLinks a{
        margin-right: 0;
        margin-bottom: 8px;
    }
    footer .footerLinks a:last-child{
        margin-bottom: 0;
    }
    .subPage{
        padding-top: 100px;
    }
    .categoryPage .pankuzu{
        margin-bottom: 80px;
    }
    .categoryPage .categoryContent{
        margin-bottom: 80px;
    }
    .categoryPage .categoryContent .tit1{
        margin-bottom: 40px;
    }
    .categoryPage .categoryContent .categoryContainer .selectCat li a{
        font-size: 14px;
    }
    .singlePage .pankuzu{
        margin-bottom: 80px;
    }
    .singlePage .singleContainer{
        margin-bottom: 80px;
    }
    .singlePage .singleContainer .postData{
        margin-bottom: 40px;
    }
    .singlePage .singleContainer .thumb{
        margin-bottom: 40px;
    }
    .singlePage .singleContainer .contentWrap h2{
        font-size: 20px;
    }
    .singlePage .singleContainer .contentWrap p{
        font-size: 14px;
    }
    .singlePage .singleContainer .contentWrap{
        padding-bottom: 80px;
    }
    .singlePage .singleContainer .listLink{
        margin-bottom: 80px;
    }
    .privacyPage{
        margin-bottom: 80px;
    }
    .privacyPage .pankuzu{
        margin-bottom: 80px;
    }
    .privacyPage .privacyContainer .tit1{
        margin-bottom: 80px;
    }
    .privacyPage .privacyContainer > .note{
        margin-bottom: 80px;
    }
    .privacyPage .privacyContainer .box1{
        margin-bottom: 60px;
    }
    .privacyPage .privacyContainer .box1 h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .privacyPage .privacyContainer .note{
        font-size: 14px;
    }
    .privacyPage .privacyContainer{
        margin-bottom: 80px;
    }
}