@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Lusitana);
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url('/font/SourceHanSerifJP-SB-sub.woff') format('opentype'),
         url('/font/SourceHanSerifJP-SB-sub.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('/font/SourceHanSerifJP-B-sub.woff') format('opentype'),
         url('/font/SourceHanSerifJP-B-sub.otf') format('opentype');
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
h1,h2,h3,h4,h5,h6 { font-family:inherit;font-size:100%;font-weight:normal; }
address,em,i { font-style:normal; }
table { border-collapse:collapse;border-spacing:0; }
th { font-weight:normal;text-align:left; }
legend { display:none; }
img,fieldset { border:0; }
li { list-style-type:none; }
article, aside, dialog, figure, figcaption, footer, header,hgroup, nav, section, main { display:block;margin:0;padding:0; }
html { background-color:transparent;overflow-y:scroll; }
input,textarea { outline:none; }
input,select { vertical-align:middle; }
object,embed { vertical-align:top; }

img { background:transparent;border-style:none;font-size:0;line-height:0;vertical-align:baseline; }
a { background-color:transparent;-webkit-text-decoration-skip:objects;vertical-align:baseline; }
a:active,a:hover { outline:none;outline-width:0; }
b,strong { font-weight:700;vertical-align:baseline; }
span,em,i { vertical-align:baseline; }
small { font-size: 80%;vertical-align:baseline; }
.clearfix:after { clear:both;content:'';display:block;height:0; }
.clear { clear:both; }
.none { display:none; }
html,body {
    background-color: #FFF;
    color: #222;
    font-family: "FOT-筑紫ゴシック Pr5 R", 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    line-height: 2.14;
    word-wrap: break-word;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*-webkit-font-smoothing: antialiased;*/
}
html {
    font-size:10px;
    font-size:62.5%;
}
body {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    margin: 0;
    opacity: 0;
    animation: fadeIn 1s cubic-bezier(.645, .045, .355, 1) 0.6s forwards;
}
a,a:link,a:visited,a:active {
    color: #666;
    outline: none;
    text-decoration: none;
}
a:hover,a:focus {
    color: #666;
    text-decoration: underline;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}


.font01 {
    font-family: 'Noto Serif Japanese';
}
.font02 {
    font-family: "FOT-筑紫ゴシック Pro B";
}
.font03 {
    font-family: 'Lusitana', serif;
}
.font04 {
    font-family: "FOT-筑紫明朝 Pr6 M";
}
.font05 {
    font-family: "FOT-筑紫明朝 Pr6 R";
}
.font06 {
    font-family: "FOT-筑紫明朝 Pr6 L";
}
.font07 {
    font-family: "FOT-筑紫ゴシック Pr5 D";
}
.font08 {
    font-family: "FOT-筑紫ゴシック Pr5 M";
}
.font09 {
    font-family: "FOT-筑紫明朝 Pr6 RB";
}
.font10 {
    font-family: "丸明オールド StdN R";
}

/*ヘッダー*/
.header {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
.site-ttl {
    align-items: center;
    background-color: #FFF;
    bottom: 0;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
}
.site-ttl span {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .1em;
}
.site-ttl strong {
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: .1em;
    position: relative;
    top: -.1em;
}
.site-desc {
    align-items: center;
    background-color: #FFF;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 60px;
}
.site-copy {
    align-items: center;
    background-color: #FFF;
    bottom: 0;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
}
.site-desc div,
.site-copy div {
    letter-spacing: .1em;
    line-height: 1;
    width: 16px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.site-desc .num,
.site-copy .num {
    display: inline-block;
    letter-spacing: 0;
    padding: 2px 0;
    transform: rotate(-90deg) translate(2px,0);
}
.ie .site-desc .num,
.ie .site-copy .num {
    display: inline-block;
    letter-spacing: 0;
    padding: 2px 0;
    transform: rotate(-90deg) translate(-6px,0);
}
.home.ie .site-desc .num,
.home.ie .site-copy .num {
    transform: none;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
}
.site-copy > div > span:nth-child(1) {
    margin-bottom: -10px;
}
.site-copy > div > span:nth-child(3) {
    margin-top: -5px;
}
.site-tag {
    align-items: center;
    bottom: 60px;
    color: #FFF;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 0;
    letter-spacing: .1em;
    position: fixed;
    right: 0;
}
.site-tag span {
    font-size: 13px;
    font-size: 1.3rem;
}
.site-main-copy {
    bottom: 160px;
    color: #FFF;
    font-feature-settings: "palt";
    letter-spacing: .5em;
    position: fixed;
    right: 160px;
    text-align: right;
}
.site-main-copy span {
    display: block;
    font-size: 27px;
    font-size: 2.7rem;
    white-space: nowrap;
}
.site-main-copy em {
    display: block;
    font-size: 40px;
    font-size: 4.0rem;
    white-space: nowrap;
}
.site-main-copy2 {
    /* background-color: #0071bc; */
    /* background-color: #008899; */
    background-color: #29559d;
    box-sizing: border-box;
    bottom: 82px;
    color: #FFF;
    display: flex;
    flex-direction: row-reverse;
    font-size: 13px;
    font-size: 1.3rem;
    height: 130px;
    justify-content: space-between;
    left: 82px;
    padding: 1.5rem 2.25rem 0;
    position: fixed;
    width: 130px;
}
.site-main-copy2 span {
    display: block;
    letter-spacing: 0.05rem;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.site-nav {
    background-color: #FFF;
    height: 60px;
    left: 59px;
    position: fixed;
    right: 59px;
    top: 0;
}
.site-nav .nav-list {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
}
.site-nav .nav-list li {
    margin: 0 15px;
}
.site-nav .nav-list a {
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    transition: color .4s;
}
.site-nav .nav-list a:hover,
.home .site-nav .nav-list .nav01 a,
.page-about .site-nav .nav-list .nav02 a,
.post-type-archive-construction .site-nav .nav-list .nav03 a,
.single-construction .site-nav .nav-list .nav03 a,
.page-outline .site-nav .nav-list .nav04 a,
.post-type-archive-news .site-nav .nav-list .nav05 a {
    color: #b2b2b2;
}




/* @-webkit-keyframes lineInVertical {
    0% {
        transform: scale(1,0);
        transform-origin: top;
    }
    100% {
        transform: scale(1,1);
        transform-origin: top;
    }
}





@keyframes lineInVertical {
    0% {
        transform: scale(1,0);
        transform-origin: top;
    }
    100% {
        transform: scale(1,1);
        transform-origin: top;
    }
} */
/* @-webkit-keyframes lineOutVertical {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1,0);
        transform-origin: bottom;
    }
}
@keyframes lineOutVertical {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1,0);
        transform-origin: bottom;
    }
} */

@-webkit-keyframes lineInHorizontal {
    0% {
        transform: scale(0,1);
        transform-origin: top;
    }
    100% {
        transform: scale(1,1);
        transform-origin: top;
    }
}

@keyframes lineInHorizontal {
    0% {
        transform: scale(0,1);
        transform-origin: top;
    }
    100% {
        transform: scale(1,1);
        transform-origin: top;
    }
}
@-webkit-keyframes lineOutHorizontal {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(0,1);
        transform-origin: bottom;
    }
}
@keyframes lineOutHorizontal {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(0,1);
        transform-origin: bottom;
    }
}

.sp-menu-btn {
    cursor: pointer;
    display: none;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 40px;
    z-index: 1000;
}
.sp-menu-btn .line {
    background-color: #FFF;
    display: block;
    height: 2px;
    overflow: hidden;
    position: absolute;
    width: 28px;
}
.sp-menu-btn .line:nth-child(1) {
    left: 5px;
    top: 8px;
    transform: rotate(0);
    transform-origin: -2px center;
    transition: transform .3s;
    will-change: transform;
}
.sp-menu-btn .line:nth-child(2) {
    left: 5px;
    opacity: 1;
    top: 19px;
    transition: opacity .3s,transform .3s;
    transform: translateX(0);
}
.sp-menu-btn .line:nth-child(3) {
    left: 5px;
    top: 30px;
    transform: rotate(0);
    transform-origin: -1px center;
    transition: transform .3s;
    will-change: transform;
}

.menu-opened .sp-menu-btn .line:nth-child(1) {
    transform: rotate(45deg);
}
.menu-opened .sp-menu-btn .line:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
}
.menu-opened .sp-menu-btn .line:nth-child(3) {
    transform: rotate(-45deg);
}



.js .container {
    /* opacity: 0; */
    /* transition: opacity .4s; */
}
.js .home .container {
    /* transition: opacity .8s; */
}
.js .loaded .container {
    opacity: 1;
}
.js .site-catch {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1.5s ease 1s, transform 1.5s ease 1s;
    transition-delay: 2.5s;
}
.js .loaded .site-catch {
    opacity: 1;
    transform: translateX(0);
}

/* .fix-contents {
    position: relative;
    z-index: 1000;
} */
.fix-contents {
    position: fixed;
    z-index: 1000;
}

/*ホーム*/
.home .container-head {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
.home .container-head .bg {
    background-image: url(../img/top/bg-visual.jpg);
    background-position: center top;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: matrix(1,0,0,1,0,0);
    transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-catch-wrap {
    align-items: center;
    box-sizing: border-box;
    bottom: 60px;
    color: #FFF;
    display: flex;
    left: 120px;
    letter-spacing: .1em;
    padding-bottom: 80px;
    position: fixed;
    top: 60px;
    transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none
}
.nothome .site-ttl {
    display: none;
}
.site-ttl-en {
    margin-bottom: 30px;
}
.site-ttl-en strong {
    display: block;
    font-size: 60px;
    font-size: 6.0rem;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
}
.site-ttl-en span {
    display: block;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.4;
}

/*追加*/
.site-ttl-en-100 {
    margin-bottom: 10px;
}
.site-ttl-en-100 strong {
    display: block;
    font-size: 42px;
     background-color: #29559d;
    width: fit-content;
    padding: 4px 7px 0 10px;
    margin-bottom: 15px;
}
.site-ttl-en-100 span {
    font-size: 18px;
     background-color: #29559d;
    width: fit-content;
    padding: 2px 7px 0 10px;
}

.scroll {
    bottom: 0;
    cursor: pointer;
    height: 150px;
    position: fixed;
    right: 14px;
    width: 31px;
}
.scroll-wheel {
    -webkit-animation: sdb 2s infinite;
            animation: sdb 2s infinite;
    background-color: #c8c8c8;
    border-radius: 5px;
    height: 32px;
    left: 11px;
    position: absolute;
    top: 5px;
    width: 9px;
}
@-webkit-keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 34px);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 34px);
  }
}
@-webkit-keyframes sdb2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 15px);
  }
}
@keyframes sdb2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 15px);
  }
}
.scroll-txt {
    bottom: 22px;
    position: absolute;
    right: 4px;
}
.scroll::before {
    background-color: #c8c8c8;
    content: "";
    display: block;
    height: 100%;
    left: 15px;
    position: absolute;
    top: 0;
    width: 1px;
}
.show-content {
    /* background-color: rgba(0,40,0,.5); */
    /* background-color: rgba(0,136,153,0.5); */
    background-color:rgba(41,85,157,0.5);
    color: #FFF;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(530px);
    width: 530px;
    will-change: transform;
    z-index: 2;
}

.show-content.slide-in {
    transform: translateX(0);
    transition: transform 1s cubic-bezier(.645, .045, .355, 1);
}
.show-content.slide-out {
    transform: translateX(530px);
    transition: transform .6s cubic-bezier(.645, .045, .355, 1);
}
.show-content .u-inner {
    bottom: 60px;
    align-items: center;
    display: flex;
    left: 60px;
    position: absolute;
    right: 120px;
    top: 60px;
}
.home .container-body {
    background-color: rgba(0,40,0,.5);
    position: absolute;
    right: 0;
    top: 110vh;
    width: 530px;
}
.home-content {
    color: #FFF;
    height: 50vh;
    margin: 0;
    padding: 0 0 50vh;
    position: relative;
}
.home-content .u-inner {
    bottom: 60px;
    align-items: center;
    display: flex;
    left: 60px;
    position: absolute;
    right: 120px;
    top: 60px;
}
.home .flex-inner {
    width: 100%;
}
.home .hdr {
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: .05em;
    margin-bottom: .4em;
}
.home .u-txt {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1.72;
}
.home figure {
    margin-bottom: .8em;
    position: relative;
}
.home figure img {
    vertical-align: bottom;
}
.home figcaption {
    background-color: rgba(0,0,0,.8);
    bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    left: 0;
    letter-spacing: .05em;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.home .btn-wrap {
    margin-top: 1.6em;
    text-align: right;
}
.home .btn {
    border: 1px solid #FFF;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    padding: 1px 14px 3px;
    position: relative;
    text-decoration: none;
}
.home .show-content .btn span {
    position: relative;
    z-index: 1;
}
.home .btn::before {
    background-color: rgba(0,0,0,.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: .4s;
    width: 100%;
}
.home .btn:hover::before {
    transform: scaleX(1);
}
.home .copyright {
    bottom: 0;
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: .05em;
    padding: 12px 15px;
    position: absolute;
    right: -60px;
}
.home-list li:nth-child(n+2) {
    margin-top: 20px;
}
.home-list a {
    color: #FFF;
    display: block;
    padding: 0 0 0 120px;
    min-height: 100px;
    position: relative;
    text-decoration: none;
}
.home-list .img-data {
    left: 0;
    position: absolute;
    top: 0;
}
.home-list time {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: .4em;
}
.home-list .label-wrap {
    margin-bottom: .2em;
}
.home-list .label {
    background-color: rgba(255,255,255,.8);
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: .4em;
    padding: 3px 5px 4px;
}
.home-list .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
}
.home-list .ttl span {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}
.home-list .ttl span::after {
    background-color: #FFF;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    transform: scale(0);
    transition: transform .4s;
}
.home-list a:hover .ttl span::after {
    transform: scale(1);
}

.home-nav {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 68px;
    top: 0;
    z-index: 100;
}
.home-nav li {
    margin: 8px 0;
}
.home-nav a {
    background-color: #FFF;
    border: 1px solid #FFF;
    display: block;
    height: 7px;
    width: 7px;
}
.home-nav a:hover,
.home-nav li.active a {
    background-color: #000;
}
/*ホーム_追加*/
.home .container-head .bg-video {
    background-color: #333;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: matrix(1,0,0,1,0,0);
    /* transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1); */
}



/*下層共通*/
.breadcrumb {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1.2em 0;
    text-align: left;
}
.breadcrumb ol > * {
    color: #333;
    display: inline;
}
.breadcrumb a {
    color: #333;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #888;
    text-decoration: underline;
}
.breadcrumb-list:nth-child(n+2)::before {
    color: #555;
    content: "\e904";
    display: inline-block;
    font-family: 'icomoon';
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    top: 1px;
}
.wrapper {
    background-color: #f0f5f5;
    overflow: hidden;
}
.nothome .container {
    padding: 60px 0 120px;
}
.page-outline.nothome .container {
    padding: 60px 0 0;
}
.nothome .u-inner {
    margin: 0 auto;
    width: 1040px;
}
.nothome .copyright {
    color: #b2b2b2;
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: .05em;
    padding: 30px 0 16px;
    text-align: center;
}
.page-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: .05em;
    margin-bottom: 2em;
    padding: .6em 0;
    text-align: center;
}

.nothome .content {
    margin-bottom: 5em;
}



.c-hdr {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: .1em;
    text-align: center;
}
.hdr-en {
    color: #b2b2b2;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    margin-bottom: 2.2em;
    padding-bottom: 35px;
    position: relative;
    text-align: center;
}
.hdr-en::after {
    background-color: #b2b2b2;
    bottom: 0;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    position: absolute;
    width: 1px;
}



/*水谷協力推進会について*/
.col-left {
    float: left;
}
.col-right {
    float: right;
}
.page-about .block {
    margin-bottom: 3.2em;
}
.page-about .block01 .col-txt {
    width: 420px;
}
.page-about .block02 .col-img img {
    margin-right: 10px;
}
.page-about .block02 .col-txt {
    width: 360px;
}
.page-about .block03 .col-txt {
    width: 570px;
}
.blc-hdr {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em;
}
.c-txt {
    margin-bottom: 1.2em;
}

.page-about .btn-wrap {
    margin-top: 1em;
    text-align: right;
}
.page-about .btn {
    background-color: #000;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    padding: 2px 14px 4px;
    text-decoration: none;
}
.c-lead {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1.5em;
    text-align: center;
}

.schedule-list {
    position: relative;
}
.schedule-list::before {
    background-color: #000;
    bottom: 4px;
    content: "";
    left: 6px;
    position: absolute;
    top: 8px;
    width: 1px;
}
.schedule-list dt {
    padding-left: 38px;
    position: relative;
}
.schedule-list dt::before {
    background-color: #f0f5f5;
    border: 2px solid #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 9px;
}
.schedule-list > *:nth-child(n+2) {
    margin-top: 1.8em;
}
.schedule-list dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.72;
    padding-left: 56px;
    position: relative;
}
.schedule-list dd::before {
    background-color: #b2b2b2;
    bottom: 4px;
    content: "";
    left: 40px;
    position: absolute;
    top: 6px;
    width: 3px;
}
.schedule-list .col-txt {
    float: left;
    width: 365px;
}
.schedule-list .col-img {
    float: right;
    margin: -5px;
    width: 560px;
}
.schedule-list .col-img img {
    float: left;
    margin: 5px;
}
.schedule-list dd li {
    padding-left: 1.3em;
    position: relative;
}
.schedule-list dd li::before {
    background-color: #b2b2b2;
    border-radius: 50%;
    content: "";
    display: block;
    height: .9em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-.4em);
    width: .9em;
}

.gallery-pics-wrap {
    margin: 80px 0;
}
.gallery-pics {
    display: flex;
}
.gallery-pics li {
    flex: 1;
}
.gallery-pics li:not(:last-child) {
    margin-right: 10px;
}
.gallery-pics li img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.activity-list {
    margin: 0 -10px;
}
.activity-list li {
    float: left;
    margin: 0 10px;
    text-align: center;
    width: 240px;
}
.activity-list figcaption span {
    display: block;
}

/*--追加--*/
.about-slide {
    max-width: 550px;
    width: 100%;
}
.about-js-slide {
    opacity: 1;
	transition: .4s;
}
.about.block01 {
    display: -webkit-flex; 
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.about .slick-prev {
    left: 10px;
    z-index: 99;
}
.about .slick-next {
    right: 10px;
    z-index: 99;
}

/*-------*/






.construction-list {
    margin: -15px -30px;
}
.construction-list li {
    float: left;
    margin: 15px 30px;
    width: 300px;
}
.construction-list li a {
    background-color: transparent;
    color: #000;
    display: block;
    opacity: 1;
    text-decoration: none;
    transition: opacity .4s;
}
.construction-list li a:hover {
    opacity: .6
}
.construction-list li a img {
    vertical-align: bottom;
    transition: opacity .4s;
}
.construction-list li a .pic-default {
    background-color: #e6e6e6;
    background-image: url(/img/common/default-thumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 140px 140px;
}
.construction-list li a .pic-default img {
    opacity: 0;
}
.construction-list .company {
    margin: .5em 0 .2em;
    font-size: 13px;
    font-size: 1.3rem;
}
.construction-list .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
}





.construction-head {
    margin-bottom: 1.1em;
    padding-left: 16px;
    position: relative;
}
.construction-head::before {
    background-color: #000;
    bottom: 3px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 6px;
    width: 5px;
}
.c-hdr02 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: .2em;
}
.hdr-company {
    font-size: 13px;
    margin-left: .3em;
}

.construction-slide .slick-prev {
    left: 10px;
    z-index: 100;
}
.construction-slide .slick-next {
    right: 10px;
    z-index: 100;
}
.construction-slide .slick-dots {
    bottom: 10px;
}
.construction-slide .slick-dots li {
    margin: 0 2px;
}
.construction-slide .slick-dots li button::before {
    color: #FFF;
    font-size: 12px;
    opacity: 1;
}
.construction-slide .slick-dots li.slick-active button::before {
    color: #b2b2b2;
}
.construction-slide.slick-slider {
    margin-bottom: 40px;
}
.construction-body {
    margin-bottom: 40px;
}
.construction-tbl {
    border-top: 1px solid #FFF;
    font-size: 14px;
    width: 100%;
}
.construction-tbl th {
    border-bottom: 1px solid #FFF;
    padding: .8em 0;
    vertical-align: top;
    width: 30%;
}
.construction-tbl td {
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
    width: 70%;
}
.construction-tbl td a {
    color: #008a00;
    text-decoration: underline;
}
.c-hdr03 {
    background-color: #000;
    border-radius: 5px;
    color: #FFF;
    margin-bottom: .7em;
    padding: .5em 0;
    text-align: center;
}

#video {
    display: none;
}
.movie-wrap {
    height: auto;
    margin-bottom: 80px;
    position: relative;
}
.movie-wrap::before {
    content: "";
    display: block;
    padding-top: 36.8%;
    position: relative;
}
.movie-wrap-inner {
    left: 60px;
    position: absolute;
    right: 60px;
    top: 0;
}
/*.movie-wrap-inner::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}*/
/*#outline-movie {
    pointer-events: none;
}*/

.outline-list {
    border-top: 1px solid #e6e6e6;
}
.outline-list li {
    border-bottom: 1px solid #e6e6e6;
}

.outline-list li a {
    color: #000;
    display: block;
    padding: .7em 0;
    position: relative;
    text-decoration: none;
    transition: background .4s;
}
.outline-list li a:hover {
    background-color: #FFF;
}
.outline-list li a .num {
    float: left;
    padding: 0 .8em;
    width: 2.5em;
}
.outline-list li a .ttl {
    float: left;
}
.outline-list li a .company {
    float: right;
    padding: 0 .5em;
    width: 400px;
}
.outline-list li a i:before {
    color: #b2b2b2;
    content: "\e900";
    display: inline-block;
    font-family: 'icomoon';
    font-size: 30px;
    font-size: 3.0rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-5px,-50%);
    transition: transform .4s;
}
.outline-list li a:hover i:before {
    transform: translate(0,-50%);
}
.map-wrap {
    padding: 0 60px;
}
#map01 {
    height: 720px;
}

.constList {
    background-color: #000;
    border: 1px solid #b2b2b2;
    color: #FFF;
    cursor: pointer;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}
.constList:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 10px solid #b2b2b2;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 30px;
    width: 0;
}
.constList:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 8px solid #000;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: 30px;
    width: 0;
}
.constList span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    top: 4px;
}
.constList.active {
    background-color: #254bb6;
    z-index: 10;
}
.constList.active:after {
    border-top: 8px solid #254bb6;
}
.constList.current {
    /*background-color: #5A589B;*/
    background-color: #2C2954;
    z-index: 10;
}
.constList.current:after {
    /*border-top: 8px solid #5A589B;*/
    border-top: 8px solid #2C2954;
}



.archive-blog li {
    color: #000;
    border-bottom: 1px solid #FFF;
    padding: 20px 0;
}
.archive-blog .txt-data {
    float: left;
    width: 340px;
}
.archive-blog .img-data {
    float: right;
    width: 300px;
}

.archive-blog .img-data .movie-data-wrap video {
    height: auto;
    width: 100%;
}


.archive-blog .img-data a {
    display: block;
    position: relative;
}
.archive-blog .img-data a::before {
    background-color: #FFF;
    bottom: 17px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 10px;
    transition: transform .4s;
    width: 17px;
    z-index: 2;
}
.archive-blog .img-data a::after {
    background-color: #FFF;
    bottom: 10px;
    content: "";
    display: block;
    height: 17px;
    position: absolute;
    right: 17px;
    transition: transform .4s;
    width: 3px;
    z-index: 2;
}
.archive-blog .img-data a .bg-thumb {
    display: block;
    background-position: center center;
    background-size: cover;
}
.archive-blog .img-data a .bg-thumb::before {
    content: "";
    display: block;
    padding-top: 66.67%;
}
.archive-blog .img-data a img {
    display: none;
    opacity: 1;
    /*transition: opacity .4s;*/
}
.archive-blog .img-data a:hover img {
    opacity: 0.6;
}

.archive-blog .img-data a:hover::before {
    transform: rotate(90deg);
}
.archive-blog .img-data a:hover::after {
    transform: rotate(90deg);
}
.archive-blog .img-data img {
    vertical-align: bottom;
}
.archive-blog time {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: .5em;
}
.archive-blog .label-wrap time {
    display: inline-block;
}
.archive-blog .label-wrap {
    margin-bottom: .4em;
}
.archive-blog .label-time {
    background-color: #FFF;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: .4em;
    padding: 3px 5px 4px;
}
.archive-blog .label-company {
    background-color: #333;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: .4em;
    padding: 3px 5px 4px;
}
.archive-blog .blog-ttl {
    line-height: 1.3;
    margin-bottom: 1em;
}
.archive-blog .blog-content {
    font-size: 14px;
    font-size: 1.4rem;
}


#fancybox-overlay {
    background-color: transparent !important;
}
#fancybox-wrap {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
    padding: 0 10px 0 0;
}
#fancybox-close {
    background: none;
    right: 7px;
    top: 18px;
    transform: rotate(0deg);
    transition: transform .4s;
}
#fancybox-close:hover {
    transform: rotate(-90deg);
}

#fancybox-close::before {
    background-color: #FFF;
    content: "";
    display: block;
    height: 28px;
    left: 13px;
    position: absolute;
    transform: rotate(45deg);
    top: 0px;
    width: 3px;
}
#fancybox-close::after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 28px;
    left: 13px;
    position: absolute;
    transform: rotate(-45deg);
    top: 0px;
    width: 3px;
}

#fancybox-content {
    border-width: 10px !important
}
#fancybox-bg-ne,
#fancybox-bg-nw,
#fancybox-bg-se,
#fancybox-bg-sw,
#fancybox-left-ico,
#fancybox-loading div,
#fancybox-right-ico {
    background-image: none;
}
#fancybox-bg-n,
#fancybox-bg-s {
    background-image: none;
}
#fancybox-bg-e,
#fancybox-bg-w {
    background-image: none;
}

/*お知らせ一覧*/
.archive-content .main {
    float: left;
    width: 660px;
}
.archive-content .main > .noposts {
    padding: 1rem 0;
    text-align: center;
}
.archive-content .side {
    float: right;
    width: 316px;
}
.news-list {
    border-top: 1px solid #e6e6e6;
}
.news-list li {
    border-bottom: 1px solid #e6e6e6;
}
.news-list a {
    background-color: transparent;
    color: #000;
    display: block;
    padding: 20px 40px 20px 170px;
    min-height: 130px;
    position: relative;
    text-decoration: none;
    transition: background .4s;
}
.news-list a:hover {
    background-color: #FFF;
}
.news-list .img-data {
    left: 20px;
    position: absolute;
    top: 20px;
}
.news-list time {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    line-height: 1;
    margin-bottom: .4em;
}
.news-list .excerpt {
    color: #969696;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list .label-wrap {
    margin-bottom: .4em;
}
.news-list .label {
    background-color: #FFF;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: .4em;
    padding: 3px 5px 4px;
}
.news-list .ttl {
    line-height: 1.3;
    margin-bottom: .6em;
}
.news-list a::after {
    color: #b2b2b2;
    content: "\e900";
    display: inline-block;
    font-family: 'icomoon';
    font-size: 30px;
    font-size: 3.0rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-5px,-50%);
    transition: transform .4s;
}
.news-list a:hover::after {
    transform: translate(0,-50%);
}
.side-widget-wrap {
    background-color: #FFF;
    margin-bottom: 30px;
    padding: 20px;
}
.side-widget-wrap2 {
    margin-bottom: 30px;
}
.side-widget-wrap3 {
    background-color: #FFF;
    padding: 20px;
}
.side-widget-wrap2 a {
    background-color: #FFF;
    color: #000;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: .75rem 0;
    text-align: center;
    text-decoration: none;
    transition: all .4s
}
.side-widget-wrap2 li + li {
    margin-top: 1px;
}
.side-widget-wrap2 a:hover {
    background-color: #254bb6;
    color: #FFF;
    display: block;
}
.side-search-wrap {
    background-color: #FFF;
    margin-bottom: 30px;
}
.side-widget + .side-widget {
    margin-top: 2em;
}
.side-widget .noposts {
    font-size: 13px;
    font-size: 1.3rem;
}
.searchform-inner {
    padding-right: 40px;
    position: relative;
}
.searchform input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    height: 40px;
    padding: 10px;
    width: 100%;
}
.searchform input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -200%;
    top: 0;
    width: 40px;
    z-index: 100;
}
.searchform-inner::after {
    background-color: #b2b2b2;
    color: #FFF;
    content: "\f002";
    font-family: "icomoon";
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: rotate3d(0,1,0,180deg);
    top: 0;
    width: 40px;
}


.ttl-widget {
    line-height: 1.2;
    margin-bottom: .7em;
    padding-left: 15px;
    position: relative;
}
.ttl-widget::before {
    background-color: #254bb6;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 2px;
    width: 5px;
}
.side-widget li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: .4em 0 .4em 1.2em;
    position: relative;
}
.side-widget li::before {
    background-color: #b2b2b2;
    border-radius: 50%;
    content: "";
    display: block;
    height: .9em;
    left: .1em;
    position: absolute;
    top: .6em;
    width: .9em;
}
.side-widget li a {
    color: #000;
}
.side-widget li a:hover {
    color: #254bb6;
}
.lead-widget {
    color: #254bb6;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: .9em;
}
.btn-gearthpro {
    display: block;
    margin-bottom: 20px;
}
.btn-gearthpro img {
    opacity: 1;
    transition: opacity .4s;
}
.btn-gearthpro:hover img {
    opacity: .6;
}


.pagenavi {
    margin-top: 30px;
    padding: 20px 0;
    position: relative;
    text-align: right;
}
.pagenavi .page-numbers {
    background-color: #FFF;
    border: 1px solid #333;
    color: #777;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 10px;
    margin: 0 1px;
    min-width: 15px;
    text-align: center;
    text-decoration: none;
    transition: background .4s, border .4s;
}
.pagenavi .page-numbers i {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    top: -1px;
}
.pagenavi .page-numbers.prev i {
    left: -3px;
}
.pagenavi .page-numbers.next i {
    right: -3px;
}
.pagenavi a.page-numbers:hover {
    background-color: #d3dbf0;
    color: #555;
}
.pagenavi span.page-numbers {
    background-color: #b2b2b2;
    color: #FFF;
}
.side-widget .select-wrap {
    background-color: #FFF;
    border: 1px solid #b2b2b2;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    padding: 8px 0;
    position: relative;
    vertical-align: middle;
}
.side-widget .select-wrap:before {
    color: #b2b2b2;
    content: "\e902";
    display: block;
    font: normal normal normal 22px/16px icomoon;
    position: absolute;
    right: 12px;
    top: 10px;
}
.side-widget .select-wrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 4px 40px 4px 12px;
    position: relative;
    width: 100%;
}
.side-widget .select-wrap select::-ms-expand {
    display: none;
}
.entry-head {
    margin-bottom: 2em;
}
.entry-head time {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: .4em;
}
.entry-head .label-wrap {
    margin-bottom: .4em;
}
.entry-head .label {
    background-color: #FFF;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: .4em;
    padding: 3px 5px 4px;
}
.entry-head .ttl {
    font-size: 20px;
    font-size: 2.0rem;
}

.entry-body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
}
.entry-body p {
    clear: both;
    margin: 0 0 20px;
}
.entry-body img {
    box-sizing: border-box;
    height: auto;
    max-height: 900px;
    max-width: 100%;
    width: auto;
}
.entry-body iframe {
    border: 1px solid #ddd;
    box-sizing: border-box;
    max-height: 900px;
    max-width: 658px;
    padding: 2px;
}
.entry-body > div {
    margin-bottom: 1em;
}
.entry-body img.alignleft,
.entry-body div.alignleft {
    float: left;
    margin: 0;
}
.entry-body img.alignright,
.entry-body div.alignright {
    float: right;
    margin: 0;
}
.entry-body div.alignleft {
    text-align: left;
}
.entry-body div.alignright {
    text-align: right;
}
.entry-body em {
    font-style: italic;
}
.entry-body .wp-caption {
    max-width: 644px;
}
.entry-body p.wp-caption-text {
    display: none;
    font-size: 80%;
    font-weight: bold;
    margin: 0;
    padding: 2px 0;
    overflow: auto;
    text-align: left;
}
.entry-body div.alignright p.wp-caption-text {
    padding-left: 10px;
}
.entry-body a {
    color: #254bb6;
    text-decoration: underline;
}
.entry-body table {
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    margin: 0 0 20px;
    max-width: 100%;
}
.entry-body th,
.entry-body td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 10px 12px;
}
.entry-body th {
    background-color: #910015;
}
.entry-body td {
    background-color: #FBDFDC;
}
.entry-body td.align-c {
    text-align: center;
}
.single-navi {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5em;
    text-align: center;
}
.single-navi > div {
    color: #b2b2b2;
    display: inline-block;
    margin: 0 2em;
    font-weight: 600;
}
.single-navi > .list-wrap {
    margin: 0 5px;
}
.single-navi > .prev-wrap > * {
    border-radius: 28px 0 0 28px;
}
.single-navi > .next-wrap > * {
    border-radius: 0 28px 28px 0;
}
.single-navi > div > div i {
    color: #ddd;
}
.single-navi > div > a {
    color: #000;
    text-decoration: none;
}
.single-navi i {
    display: block;
    font-size: 30px;
}
.single-navi a i {
    color: #b2b2b2;
}
.single-navi a:hover i {
    color: #000;
}
.single-navi > div > div i {
    color: #ddd;
}
.construction-list li:nth-child(2n+1) {
    clear: left;
}