@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
  color: #8E90BC;
  font-family: "brother-1816",'Noto Sans JP',sans-serif;
}

body.page-template-default {
  background-color: #F5F5F5;
  padding-top: 90px;
}

.img-wrapper {
  width: 100%;
}

.img-wrapper img {
  width: 100%;
}

.navbar {
  background-color: transparent!important;
  padding-top: 30px;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.navbar.fixed-top {
  background-color: #ffffffF2!important;
  left: 0;
  padding-bottom: 22px;
  padding-top: 22px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

.navbar > .container-fluid {
  padding: 0 50px;
}

.navbar-nav {
  font-size: 15px;
  letter-spacing: 0.1em;
}

.navbar-expand-md .navbar-nav .nav-link {
  -webkit-transition: opacity .25s ease-out;
     -moz-transition: opacity .25s ease-out;
      -ms-transition: opacity .25s ease-out;
       -o-transition: opacity .25s ease-out;
          transition: opacity .25s ease-out;
  color: #fff;
  opacity: 1;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  opacity: .8;
}

.navbar-expand-md.fixed-top .navbar-nav .nav-link {
  color: #8E90BC;
}

.navbar-expand-md.fixed-top .navbar-nav .nav-link.nav-contact {
  background-color: #8E90BC;
  color: #fff;
  margin-left: 2.5em;
}

.heading-kv {
  /*background-image: url(../img/img-key-visual.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 900px;
  position: relative;
}

.kv-text {
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
}

#about {
  background-image: url(../img/bg-gradiation-peach.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  /*color: #8E90BC;*/
  padding: 185px 0;
  text-align: center;
}

#about .lead {
  font-size: 40px;
  margin-bottom: 45px;
}

#about .lead img {
  max-width: 100%;
}

#about .description p {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 2.2;
}

#projects {
  margin-top: -90px;
  padding:150px 0 50px;
}

.section-title {
  font-size: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 46px;
  text-align: center;
}

.list-project-item {
  padding: 50px;
}

.list-project-item + .list-project-item {
  margin-top: 50px;
}

.list-project-item .project-item-info {
  font-size: 15px;
  letter-spacing: 0.15em;
  /*padding-top: 52px;*/
}

.list-project-item .project-item-info .title {
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.08;
  /*padding-top: 12px;*/
}

.list-project-item .project-item-info .sub-title {
  font-weight: bold;
  line-height: 22px;
  margin-top: 15px;
}

.list-project-item .project-item-info .description {
  font-family: 'Noto Sans JP',sans-serif;
  line-height: 2.1333333;
  padding: 39px 0 23px;
}

.btn-project {
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 19px 66px;
}

.btn-project:hover {
  opacity: .9;
}

.btn-project.is_newtab .fas {
  font-size: smaller;
  font-weight: bold;
  margin-left: 2px;
  margin-top: 6px;
  vertical-align: text-top;
}

#partners {
  margin-top: -90px;
  padding-top: 90px;
}

.partners-inner-wrapper {
  background-color: #F5F5F5;
  padding: 60px 0 64px;
}
.partners-inner {
    background-color: #fff;
    text-align: center;
    padding: 60px 0 20px;
}
.partners-inner > b {
  display: inline-block;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.15em;
}
.partners-inner ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 40px 50px;
}
.partners-inner ul.supporter {
    justify-content: center;
    padding: 0 140px 50px;
}
.partners-inner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  text-align: center;
  padding: 20px 2.5%;
}
.partners-inner ul li img {
  max-width: 100%;
  height: auto;
}
.front-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 840px;
  padding: 8px 20px 25px;
  z-index: 90;
}
.front-banner .close {
  position: absolute;
  top: 0;
  right: 11px;
  display: block;
  width: 29px;
  height: 29px;
  background-image: url(../img/banner/close-bnr.svg);
  background-size: contain;
  z-index: 100;
  cursor: pointer;
  filter: drop-shadow(0 0 6px rgba(0,0,0,.16));
}
.front-banner img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 2px rgba(0,0,0,.16);
}

.front-banner .sp {
  display: none;
}

footer {
  background-color: #B2B3D1;
  color: #fff;
  padding: 70px 50px 60px;
}

footer .list-title {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.875;
  margin-bottom: 43px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #FDF2F1;
}

.footer-menu-link {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 3;
  text-decoration: none;
}

.sns-wrapper {
  font-size: 26px;
}

.sns-wrapper a + a {
  margin-left: 10px;
}

.copyright {
  color: #EFEFF5;
  font-size: 10px;
  font-weight: 300;
  margin-top: 197px;
  text-align: right;
}

.copyright a {
  color: #fff;
}

.totop {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 4px 19px;
}

.page-template > .container {
  max-width: 760px;
}

.page-title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.page-title.center {
    text-align: center;
}

.attention {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2.3;
  margin-bottom: 60px;
}

.page-template-default .page-template {
  padding-bottom: 80px;
  padding-top: 82px;
}

.wpcf7-form label {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.57;
  width: 100%;
}

.wpcf7-form p {
  margin-bottom: 1.375em;
}

.wpcf7-form input {
  border: none;
  height: 45px;
  padding: 0 12px;
  width: 100%;
}

.wpcf7-form textarea {
  color: #333;
  line-height: 1.4;
  padding: 8px 12px;
}

.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.wpcf7-form-control-wrap.family-name,
.wpcf7-form-control-wrap.first-name,
.wpcf7-form-control-wrap.kana-family-name,
.wpcf7-form-control-wrap.kana-first-name {
  width: 50%;
}

.wpcf7-form-control-wrap.family-name,
.wpcf7-form-control-wrap.kana-family-name {
  padding-right: 4px;
}

.wpcf7-form-control-wrap.first-name,
.wpcf7-form-control-wrap.kana-first-name {
  padding-left: 4px;
}

.wpcf7-select {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border: none;
  color: #333;
  height: 45px;
  padding: 0 12px;
  position: relative;
  width: 100%;
}

.inquiry-type,
.inquiry-project {
  position: relative;
}

.inquiry-type:after,
.inquiry-project:after,
.trigger:after {
  background-image: url(../img/arrow-down.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 45px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 0;
  width: 12px;
  z-index: 100;
}

.wpcf7-textarea {
  border: none;
  height: 220px;
  width: 100%;
}

.submit-wrapper {
  margin-top: 66px;
  text-align: right;
}

.submit-wrapper input {
  float: right;
  height: 60px;
  width: 300px;
}

.submit-wrapper span,
.submit-wrapper span a {
  color: #8E90BC;
  font-size: 13px;
}

.submit-wrapper span.agreement {
  float: right;
  line-height: 60px;
  margin-right: 1em;
}

.submit-wrapper span.agreement a {
  margin: 0 .5em;
}

.wpcf7-form input.wpcf7-not-valid {
  border: 3px solid #F1BEA2;
}

.wpcf7-not-valid-tip {
  font-size: 14px!important;
  letter-spacing: 0.05em!important;
  line-height: 2.57!important;
}

.wpcf7-not-valid-tip:before {
  content: '\f06a';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.wpcf7-submit {
  -webkit-transition: background-color .25s ease-out;
     -moz-transition: background-color .25s ease-out;
      -ms-transition: background-color .25s ease-out;
       -o-transition: background-color .25s ease-out;
          transition: background-color .25s ease-out;
  background-color: #B2B3D1;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.wpcf7-submit:hover {
  background-color: #8e90bc;
}

dl {
  letter-spacing: 0.05em;
}

dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 2px;
}

dd {
  font-size: 13px;
  line-height: 2.3;
}

dd + dt {
  margin-top: 34px;
}

.img-scroll {
  bottom: -43px;
  height: 149px;
  position: absolute;
  right: 50px;
  width: 16px;
}

.content-complete {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2.3;
}

.content-complete .btn-wrapper {
  margin-top: 52px;
}

.btn-back2home {
  background-color: #B2B3D1;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.15em;
  height: 60px;
  line-height: 48px;
  max-width: 300px;
  width: 100%;
}

.btn-back2home:hover {
  color: #fff;
}

/* シングル投稿 */
@media all and (min-width: 1160px) {
  .sp {
    display: none;
  }
  .more {
    text-align: center;
    margin: 0;
    line-height: 1em;
  }
  .more a {
    display: inline-block;
    width: 400px;
    padding: 1em;
    background-color: #8E90BC;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }
  .front-media {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .front-media .title,
  .front-media .media-more {
    position: absolute;
    width: 25%;
    margin: 0;
  }
  .front-media .title img,
  .front-media .media-more img {
    width: 100%;
  }
  .front-media .title {
    top: 0;
    left: 0;
  }
  .front-media .media-more {
    bottom: 0;
    right: 0;
  }
  .front-media #sb_instagram {
    width: 100%;
  }
  .front-media #sbi_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .front-media #sbi_images::before {
    content: "";
    display: block;
    width: 25%;
  }
  .front-media .sbi_item {
    display: inline-block;
    width: 25%;
  }
  .front-media .sbi-screenreader {
    display: none;
  }
  .front-media .sbi_photo {
    display: block;
    width: 100%;
    height: auto !important;
  }
  .front-media .sbi_photo svg {
    display: none;
  }
  .archive-news {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding: 130px 0 130px;
  }
  .archive-news h2 {
    margin-bottom: 95px;
    text-align: center;
    font-size: 30px;
  }
  .front-news {
    padding: 90px 0;
    background-color: #F5F5F5;
  }
  .front-news h2 {
    position: absolute;
    top: -.5em;
    left: 0;
  }
  .news-wrapper {
    width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-wrapper .item {
    width: 260px;
    margin-bottom: 50px;
  }
  .news-wrapper .item:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  .news-wrapper .item a {
    color: #8E90BC;
    text-decoration: none;
  }
  .news-wrapper .item a h3 {
    font-size: 15px;
    line-height: 1.75em;
    margin: 1.25em 0 1em;
  }
  .news-wrapper .item a p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
  }
  .single {
    letter-spacing: .1em;
    padding-bottom: 130px;
  }
  .single img {
    max-width: 100%;
    height: auto;
  }
  .single .page-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 1160px;
    height: 160px;
    margin: 0 auto 70px;
    font-size: 22px;
    font-weight: 500;
    color: #EE8074;
  }
  .single.page .content {
    width: 1400px;
  }
  .single.page .content .wysiwyg,
  .single.page .content .box {
    width: 760px;
  }
  .single.page .content .single-footer-sns {
    width: 760px;
    margin: 50px auto;
  }
  .single .single-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1400px;
    margin: 0 auto 100px;
    padding-top: 120px;
  }
  .single .single-title-wrapper > img {
    width: 700px;
    height: auto;
  }
  .single .single-title-wrapper .single-title {
    position: relative;
    display: block;
    width: 700px;
    background-color: #B2B3D1;
    color: #fff;
    padding: 100px;
  }
  .single .single-title-wrapper .single-title h1 {
    margin: 0;
    font-size: 24px;
    line-height: 2em;
  }
  .single .single-title-wrapper .single-title .date {
    font-size: 16px;
    margin: 5px 0 0;
  }
  .single .single-title-wrapper .backarchive {
    position: absolute;
    bottom: 100px;
    left: 100px;
    display: inline-block;
    font-size: 14px;
    padding-left: 90px;
    background-image: url(../img/single/arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    color: #fff;
  }
  .single .single-title-wrapper .single-sns {
    position: absolute;
    bottom: 100px;
    right: 100px;
    color: #7F3424;
    list-style: none;
    margin: 0;
  }
  .single .single-title-wrapper .single-sns li {
    display: inline-block;
    width: 30px;
    margin-right: 6px;
  }
  .single .content {
    width: 760px;
    margin: 0 auto;
    padding: 0;
  }
  .single .single-footer-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px 0;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
  }
  .single .single-footer-sns p {
    margin: 0 30px 0 0;
    color: #8E90BC;
  }
  .single .single-footer-sns ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .single .single-footer-sns ul li:not(:last-child) {
    margin-right: 6px;
  }
  .single .single-footer-sns ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
  }
  .single .single-footer-sns ul li a img {
    width: 24px;
  }
  .single-nav {
    position: relative;
    width: 1160px;
    height: 50px;
    text-align: center;
    margin: 80px auto 0;
    background-color: #F5F5F5;
  }
  .single-nav a,
  .single-nav span {
    display: block;
    margin: 0;
    color: #8E90BC;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    text-decoration: none;
  }
  .single-nav .prev,
  .single-nav .next {
    position: absolute;
    top: 0;
    color: #fff;
    width: 290px;
    height: 50px;
    margin: 0;
    background-color: #CCCCCC;
  }
  .single-nav .prev a,
  .single-nav .next a {
    background-color: #B2B3D1;
    color: #fff;
  }
  .single-nav .prev {
    left: 0;
  }
  .single-nav .next {
    right: 0;
  }
  .wp-pagenavi {
    position: relative;
    height: 50px;
    text-align: center;
    margin: 80px auto 0;
    background-color: #F5F5F5;
  }
  .wp-pagenavi::before, .wp-pagenavi::after {
    position: absolute;
    top: 0;
    color: #fff;
    width: 290px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-decoration: none;
    background-color: #CCCCCC;
    z-index: 0;
  }
  .wp-pagenavi::before {
    left: 0;
    content: "PREV";
  }
  .wp-pagenavi::after {
    right: 0;
    content: "NEXT";
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0 .5em;
    color: #8E90BC;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    color: #fff;
    width: 290px;
    height: 50px;
    margin: 0;
    text-decoration: none;
    background-color: #EE8074;
    z-index: 1;
  }
  .wp-pagenavi a.previouspostslink {
    left: 0;
  }
  .wp-pagenavi a.nextpostslink {
    right: 0;
  }
  .page-about {
    width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    color: #666;
    line-height: 1.75em;
  }
  .page-about:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-col {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #666;
  }
  .about-col:last-child {
    border-bottom: none;
  }
  .about-col p,
  .about-col ul {
    margin: 0;
  }
  .about-col a {
    text-decoration: none;
    color: #666;
  }
  .about-col a:hover {
    color: #8E90BC;
  }
  .about-col .left {
    width: 30%;
    font-size: 13px;
    font-weight: bold;
  }
  .about-col .left.full {
    width: 100%;
  }
  .about-col .left.small {
    font-weight: normal;
  }
  .about-col .left.mb {
    margin-bottom: 20px;
  }
  .about-col .right {
    width: 70%;
    font-size: 13px;
  }
  .about-col .right.mb {
    margin-bottom: 20px;
  }
  .about-col .right ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }
  .single-footer-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 760px;
    margin: 50px auto;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    background-color: transparent;
    color: #8E90BC;
  }
  .single-footer-sns p {
    margin: 0 30px 0 0;
  }
  .single-footer-sns ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .single-footer-sns ul li:not(:last-child) {
    margin-right: 6px;
  }
  .single-footer-sns ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
  }
  .single-footer-sns ul li a img {
    width: 24px;
  }
}
@media screen and (max-width: 1159px) {
  .pc {
    display: none;
  }
  .more {
    text-align: center;
    margin: 0;
    line-height: 1em;
  }
  .more a {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    padding: 1em;
    background-color: #8E90BC;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }
  .front-media {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .front-media img {
    width: 100%;
  }
  .front-media .title,
  .front-media .media-more {
    position: absolute;
    width: 50%;
    margin: 0;
  }
  .front-media #sb_instagram {
    width: 100%;
  }
  .front-media .title img,
  .front-media .media-more img {
    width: 100%;
  }
  .front-media .title {
    top: 0;
    left: 0;
  }
  .front-media .media-more {
    bottom: 0;
    right: 0;
  }
  .front-media #sbi_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .front-media #sbi_images::before {
    content: "";
    display: block;
    width: 50%;
  }
  .front-media .sbi_item {
    display: inline-block;
    width: 50%;
  }
  .front-media .sbi-screenreader {
    display: none;
  }
  .front-media .sbi_photo {
    display: block;
    width: 100%;
    height: auto !important;
  }
  .front-media .sbi_photo svg {
    display: none;
  }
  .archive-news {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0 100px;
  }
  .archive-news h2 {
    margin-bottom: 40px;
    text-align: center;
  }
  .front-news {
    padding: 40px 0;
    background-color: #F5F5F5;
  }
  .front-news h2 {
    position: absolute;
    top: -.5em;
    left: 0;
  }
  .front-news .more {
    margin-top: 20px;
  }
  .news-wrapper {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 4vw;
  }
  .news-wrapper .item {
    width: 47.5%;
    max-width: 260px;
    margin-bottom: 24px;
    margin-right: 5%;
  }
  .news-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .news-wrapper .item:nth-child(2n) {
    margin-right: 0;
  }
  .news-wrapper .item a {
    color: #8E90BC;
    text-decoration: none;
  }
  .news-wrapper .item a h3 {
    font-size: 14px;
    line-height: 1.75em;
    margin: 1.25em 0 1em;
  }
  .news-wrapper .item a p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
  }
  .single {
    letter-spacing: .1em;
    padding: 0 0 70px;
  }
  .single img {
    max-width: 100%;
    height: auto;
  }
  .single.page {
    padding-top: 110px;
  }
  .single .page-title-wrapper {
    width: 100%;
    margin: 0 auto 50px;
    font-weight: 500;
    color: #EE8074;
    text-align: center;
  }
  .single .single-title-wrapper {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
    padding-top: 120px;
  }
  .single .single-title-wrapper > img {
    width: 100%;
    max-width: 700px;
    height: auto;
  }
  .single .single-title-wrapper .single-title {
    position: relative;
    display: block;
    width: 100%;
    background-color: #B2B3D1;
    color: #fff;
    margin: 0 auto;
    padding: 50px 4vw 70px;
    text-align: left;
  }
  .single .single-title-wrapper .single-title h1 {
    margin: 0 0 50px;
    font-size: 18px;
    line-height: 2em;
  }
  .single .single-title-wrapper .single-title .date {
    font-size: 16px;
    margin: 5px 0 0;
  }
  .single .single-title-wrapper .backarchive {
    position: absolute;
    bottom: 20px;
    left: 4vw;
    display: inline-block;
    font-size: 14px;
    padding-left: 90px;
    background-image: url(../img/single/arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    color: #fff;
  }
  .single .single-title-wrapper .single-sns {
    position: absolute;
    bottom: 70px;
    right: 4vw;
    color: #7F3424;
    list-style: none;
    margin: 0;
    text-align: right;
  }
  .single .single-title-wrapper .single-sns li {
    display: inline-block;
    width: 30px;
    margin-right: 6px;
  }
  .single .content {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .page-about {
    max-width: 92%;
    margin: 0 auto 40px;
    padding: 20px 4vw 40px;
    background-color: #fff;
    color: #666;
    line-height: 1.5em;
  }
  .about-col {
    padding: 30px 0;
    border-bottom: 1px solid #666;
  }
  .about-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .about-col p,
  .about-col ul {
    margin: 0;
  }
  .about-col a {
    text-decoration: none;
    color: #666;
  }
  .about-col .left {
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
  }
  .about-col .left.full {
    width: 100%;
  }
  .about-col .left.small {
    font-weight: normal;
    margin-top: 30px;
  }
  .about-col .left.mb {
    margin-bottom: 20px;
  }
  .about-col .right {
    font-size: 13px;
  }
  .about-col .right.mb {
    margin-bottom: 20px;
  }
  .about-col .right ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }
  .about-col .right ul li {
    margin-bottom: .75em;
  }
  .single .single-footer-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
  }
  .single .single-footer-sns p {
    margin: 0 30px 0 0;
    color: #8E90BC;
  }
  .single .single-footer-sns ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .single .single-footer-sns ul li:not(:last-child) {
    margin-right: 6px;
  }
  .single .single-footer-sns ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
  }
  .single .single-footer-sns ul li a img {
    width: 24px;
  }
  .single-nav {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 80px auto 0;
    background-color: #F5F5F5;
  }
  .single-nav a,
  .single-nav span {
    display: block;
    margin: 0;
    color: #8E90BC;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    text-decoration: none;
  }
  .single-nav .prev,
  .single-nav .next {
    position: absolute;
    top: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: #CCCCCC;
  }
  .single-nav .prev a,
  .single-nav .next a {
    background-color: #B2B3D1;
    color: #fff;
  }
  .single-nav .prev {
    left: 0;
  }
  .single-nav .next {
    right: 0;
  }
  .wp-pagenavi {
    position: relative;
    height: 50px;
    text-align: center;
    margin: 60px auto 0;
    background-color: #F5F5F5;
  }
  .wp-pagenavi::before, .wp-pagenavi::after {
    position: absolute;
    top: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-decoration: none;
    font-size: 12px;
    background-color: #CCCCCC;
    z-index: 0;
  }
  .wp-pagenavi::before {
    left: 0;
    content: "PREV";
  }
  .wp-pagenavi::after {
    right: 0;
    content: "NEXT";
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0 .5em;
    color: #EE8074;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: 0;
    text-decoration: none;
    font-size: 12px;
    z-index: 1;
    background-color: #EE8074;
  }
  .wp-pagenavi a.previouspostslink {
    left: 0;
  }
  .wp-pagenavi a.nextpostslink {
    right: 0;
  }
  .single-footer-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 760px;
    margin: 0 0 20px;
    padding: 0 4vw;
    font-weight: 500;
    font-size: 15px;
    background-color: transparent;
    color: #8E90BC;
  }
  .single-footer-sns p {
    margin: 0 30px 0 0;
  }
  .single-footer-sns ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .single-footer-sns ul li:not(:last-child) {
    margin-right: 6px;
  }
  .single-footer-sns ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
  }
  .single-footer-sns ul li a img {
    width: 24px;
  }
}
@media (max-width: 886px){
  .sns-wrapper {
    font-size: 20px;
  }
}

@media (max-width: 830px){
  .navbar > .container-fluid {
    padding: 0 25px;
  }

  .navbar-brand img {
    width: 140px;
  }

  footer {
    padding: 70px 25px 60px;
  }
}

@media (max-width: 767px){
  .navbar {
    padding-top: 38px;
  }

  .navbar.fixed-top {
    background-color: transparent!important;
    padding-top: 42px;
  }

  .navbar > .container-fluid {
    padding: 0 25px;
  }

  .navbar-toggler {
    padding: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-collapse {
    background-color: #B2B3D1;
    height: 100vh;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100vw;
  }

  .navbar-nav {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    position: absolute;
    /*top: 50%;*/
    top: calc(50% - 50px);
    width: 100%;
  }

  li.nav-item {
    padding: 17px 0;
  }

  .navbar-expand-md.fixed-top .navbar-nav .nav-link {
    color: #fff;
  }

  .navbar-expand-md.fixed-top .navbar-nav .nav-link.nav-contact {
    background-color: transparent;
    margin-left: 0;
  }

  .heading-kv {
    background-position: 7% center;
    height: calc(100vh - 100px);
  }

  .kv-text {
    max-width: 76%;
  }

  #about {
    margin-top: -30px;
    padding-bottom: 69px;
    padding-top: 118px;
  }

  #about .lead {
    font-size: 20px;
    margin-bottom: 30px;
  }

  #about .lead img {
    max-width: 76%;
  }

  #about .description p {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.1666666;
  }

  .section-title {
    font-size: 20px;
  }

  .list-project-item {
    padding: 33px;
  }

  .list-project-item .project-item-info {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-top: 24px;
  }

  .list-project-item .project-item-info .title {
    font-size: 36px;
  }

  .list-project-item .project-item-info .sub-title {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .list-project-item .project-item-info .description {
    padding-top: 12px;
  }

  .btn-project {
    font-size: 13px;
    padding: 15px;
    width: 100%;
  }

  .list-project-item + .list-project-item {
    margin-top: 16px;
  }

  #projects {
    margin-top: -75px;
    padding: 125px 0 0;
  }

  #partners {
    margin-top: -75px;
    padding-top: 75px;
  }

  .partners-inner-wrapper {
    margin-top: 0;
    padding: 50px 0 16px;
  }
  .partners-inner {
    background-color: #fff;
    text-align: center;
    padding: 50px 0 16px;
  }
  .partners-inner > b {
    font-size: 18px;
  }
  .partners-inner ul {
    margin: 0 auto;
    padding: 0 10px 40px;
  }
  .partners-inner ul.supporter {
    padding: 0 60px 40px;
  }
  .partners-inner ul li {
    width: 50%;
    padding: 15px 3%;
  }

  footer {
    padding: 49px 25px 40px;
  }

  .footer-logo {
    margin-bottom: 44px;
    width: 121px;
  }

  footer .list-title {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .footer-menu-link {
    font-size: 10px;
  }

  .list-footer-menu {
    line-height: 36px;
    margin-bottom: 0;
  }

  .copyright {
    margin-top: 60px;
    text-align: left;
  }

  .totop {
    float: right;
    margin-right: -15px;
    padding-top: 0px;
  }

  .submit-wrapper {
    text-align: center;
  }

  .submit-wrapper input {
    float: none;
    max-width: 100%;
  }

  .submit-wrapper span.agreement {
    float: none;
    line-height: 1.4;
  }

  .img-scroll {
    right: 12px;
  }

  .page-template > .container {
    padding: 0 25px;
  }

  .wpcf7-form label {
    line-height: 1.6;
    margin-bottom: 4px;
  }

  input[type="file"] {
    -webkit-appearance: none;
            appearance: none;
  }

  .page-title {
    font-size: 32px;
  }

  .front-banner {
    width: 100%;
    padding: 13px 10px 10px;
    z-index: 90;
  }
  .front-banner .sp {
    display: inline-block;
  }
  .front-banner .pc {
    display: none;
  }
  .front-banner .close {
    right: 3px;
  }
}

.collapse {
  -webkit-transition: height 0.35s ease-out;
          transition: height 0.35s ease-out;
}

.collapsing {
  height: 0!important;
}

@media (max-width: 350px){
  .list-project-item {
    padding: 33px 20px;
  }

  .btn-project {
    font-size: 12px;
    padding: 15px 10px;
  }

  .wpcf7-select {
    font-size: 13px;
  }
}

.footer-brand:hover img {
  filter: invert(15%) sepia(95%) saturate(6932%) hue-rotate(291deg) brightness(134%) contrast(101%);
}
