@charset "utf-8";
/* /////////////////////////////
      TOP
///////////////////////////// */




#wrap {
  /* display: none; */
  overflow-x: hidden;
}
#loader-bg {
  /* display: none; */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 10000;
}
#loader {
  /* display: none; */
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10001;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  position: absolute;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
@media screen and (min-width:768px) {
#main-slider-area{position: relative;padding-top: 70px;padding-left: 70px;padding-right: 70px; margin-bottom: 80px;}
#main-slider-area #bx-slide{max-width: 1800px;margin: 0 auto;}
#main-slider-area #bx-slide ul li img{width: 100%;height: auto;}
#main-slider-area .scroll{z-index: 9999;bottom: 14%!important;}
#main-slider-area .sns-link{margin: 50px 0 0 50px;}
#main-slider-area .bx-pager{bottom: -70px;}
	
	
	
	
	
.swiper-pagination{ width: 400px; bottom: 28px; left: 38%; margin: 0 auto;}
.swiper-pagination-bullet-active { opacity: 1; background: #333!important;}
.swiper-pagination-bullet{ margin-right: 10px; }


.bnr-set-list{
  width: 660px;
  margin: 0 auto 64px;
  display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.bnr-set .btn-common::after{
  display: none;
}
.bnr-set .btn-common span{
position: static;
}
.bnr-set-list li{
  width: 310px;
  margin-right: 20px;
}

  #n-news .flex-001 {
    width: 900px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  #n-news .flex-001 .box-l {
    width: 280px;
  }
  #n-news .flex-001 .box-r {
    width: 620px;
  }
  #n-news .btn-common span, #n-news .btn-common::after {
    width: 160px;
  }
  #n-news .barlow {
    font-size: 48px;
    letter-spacing: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #n-news ul {
    padding-right: 18px;
    padding-bottom: 10px;
    height: 260px;
    overflow-y: scroll;
  }
  #n-news ul li {
    border-bottom: 1px dotted;
    padding: 10px 0 24px;
    margin-bottom: 10px;
  }
  #n-news ul li a {
    display: block;
  }
  #n-news ul li:nth-child(2) {
    margin-bottom: 0;
  }
  #n-news ul li:last-child {
    display: none;
  }
  #n-news .date {
    font-size: 12px;
    color: #666666;
  }
  #n-news .cat {
    margin-left: 16px;
    font-size: 12px;
    width: 120px;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    background-color: #707070;
    padding: 5px 0;
    border: 1px solid #9A9A9A;
  }
  #n-news h3 {
    font-size: 14px;
    line-height: 2.2;
  }
  #n-news .column figure {
    width: 100px;
    height: 100px;
  }
  #n-news .column .txt {
    width: calc(100% - 115px);
  }
  .mv {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  .mv .mv-slide{
    margin: 70px 0 0 0;  }

  .mv .mv-slide li {
    position: relative;
    width: 100%;
    height: 93vh;
    transition: .3s;
    margin: 0 auto;
  }

.swiper-button-prev,
.swiper-button-next{    margin: -22px 0 0 0 !important;}


  .mv .mv-slide li a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  a.scroll {
    position: absolute;
    left: 50%;
    bottom: 100px;
    color: #fff;
    transform: translateX(-50%);
    padding-top: 40px;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
  }
  a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 14px;
    height: 30px;
    transform: translateX(-50%);
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  a.scroll span::before {
    position: absolute;
    top: 5px;
    left: 50%;
    content: '';
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 15px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 15px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mv .sns-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 26px 30px;
    background-color: #fff;
    z-index: 1;
  }
  .mv .sns-link a {
    font-weight: 500;
    text-decoration: underline;
  }
  .mv-bnr {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 2;
    display: none;
  }
  /* about */
  .about {
    padding: 110px 0 130px;
  }
  /* philosophy */
  .philosophy {
    padding: 64px 0 102px;
    background-color: #212121;
  }
  .philosophy-ttl {
    margin-bottom: 54px;
  }
  .philosophy .slider {
    position: relative;
    margin: 0 auto;
    width: 1160px;
  }
  .philosophy .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
  }
  .philosophy .slider .swiper-slide {
    background-color: #000;
    padding: 80px 90px;
    box-shadow: 10px 10px #707070;
    display: flex;
    justify-content: space-between;
  }
  .philosophy .slider .txt-box {
    width: 510px;
  }
  .philosophy .slider-thumbnail {
    width: 800px;
    margin: 60px auto 0;
  }
  .philosophy .slider-thumbnail .swiper-wrapper {
    transform: unset !important;
    width: 580px;
    margin: 0 auto;
  }
  .swiper-slide2 {
    width: 160px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
  }
  .swiper-slide2 p {
    margin-top: 8px;
      font-size: 13px;
      line-height: 1.6;
  }
  .philosophy .slider-thumbnail .swiper-slide {
    width: 120px !important;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
  }
  .philosophy .slider-thumbnail .swiper-slide:hover {
    opacity: 0.7;
  }
  .philosophy .slider-thumbnail .swiper-slide p {
    margin-top: 10px;
  }
  .philosophy .swiper-button-next:after, .philosophy .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    width: 42px;
    height: 72px;
    background: url(../img/common/arrow-right.svg) center / cover;
  }
  .philosophy .swiper-button-prev:after, .philosophy .swiper-container-rtl .swiper-button-next:after {
    content: "";
    width: 42px;
    height: 72px;
    background: url(../img/common/arrow-left.svg) center / cover;
  }
  .philosophy .swiper-button-prev, .philosophy .swiper-container-rtl .swiper-button-next {
    left: -10px;
    width: auto;
  }
  .philosophy .swiper-button-next, .philosophy .swiper-container-rtl .swiper-button-prev {
    right: -10px;
    width: auto;
  }
  /* event */
  .event {
    padding: 106px 0 0px;
  }
  .event-list::after {
    content: "";
    display: block;
    width: 340px;
  }
  .event-list li {
    width: 340px;
  }
  .event-list li a {
    display: block;
  }
  .event-list figure {
    margin-bottom: 30px;
  }
  .event-list h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .event-list .status {
    box-sizing: border-box;
    display: flex;
    margin-bottom: 10px;
  }
  .event-list .status p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    text-align: center;
    width: 80px;
    border: 1px solid;
    padding: 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .event-list .status p.bl-none {
    border-left: 0;
  }
  .event-list .status p.icon {
    background-color: #666;
  }
  .event-list dl {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dotted;
    font-size: 14px;
    line-height: 1.4;
  }
  .event-list dt {
    width: 64px;
    padding-left: 6px;
    box-sizing: border-box;
  }
  .event-list dd {
    width: calc(100% - 64px);
  }
  /* works */
  .works {
    padding: 106px 0 130px;
  }
  .works-box {
    display: flex;
    justify-content: space-between;
  }
  .works-box .first-box {
    max-width: 660px;
    width: 47.2%;
  }
  #f-box {
    position: absolute;
    width: 100%;
    transition: 0s;
    margin-bottom: 40px;
  }
  .works-box .first-box figure {
    position: relative;
    width: 100%;
max-height: 80vh;
    min-height: 40vw;
  }
  .works-box .works-list {
    max-width: 660px;
    width: 47.2%;
  }
  .works-box .works-list li {
    max-width: 300px;
    width: 45.6%;
    margin-bottom: 40px;
  }
  .works-box .works-list li figure {
    position: relative;
    width: 100%;
    height: 340px;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: .3s;
  }
  .works-box .first-box a:hover, .works-box .works-list li a:hover {
    opacity: 1;
  }
  .works-box .first-box a:hover figure, .works-box .works-list li a:hover figure {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .works-box .works-list li a:hover figure::after, .works-box .first-box a:hover figure::after {
    opacity: 0.6;
  }
  .works-box h3 {
    font-size: 14px;
    line-height: 2.2;
    margin-top: 10px;
  }
  .works-box a {
    display: block;
  }
  /* news column */
  .news-column {
    display: flex;
    justify-content: space-between;
    padding: 66px 0 110px;
  }
  .news-column .btn-common span, .news-column .btn-common::after {
    width: 160px;
  }
  .news-column .column {
    width: 980px;
    margin: 0 auto;
  }
  .news-column ul {
    /* padding-right: 18px; */
    padding-bottom: 10px;
    padding-left: 51px;
    padding-right: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-column ul li {
    width: 440px;
    min-height: 134px;
    border-bottom: 1px dotted;
    padding: 10px 0 12px;
    margin-bottom: 9px;
    padding-left: 6px;
  }
  .news-column ul li a {
    display: block;
  }
  .news-column ul li:nth-child(2) {}
  .news-column .date {
    font-size: 12px;
    color: #666666;
    padding-top: 16px;
  }
  .news-column .cat {
    margin-left: 16px;
    font-size: 12px;
    width: 120px;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    background-color: #F2F2F2;
    padding: 5px 0;
    border: 1px solid #9A9A9A;
  }
  .news-column h3 {
    font-size: 14px;
    line-height: 2.2;
  }
  .news-column .column figure {
    width: 100px;
    height: 100px;
  }
  .news-column .column .txt {
    width: calc(100% - 115px);
  }
  #column .btn-common {
    right: 24px;
  }
  .n-ttl-01 {
    margin-left: 58px;
    letter-spacing: 6px;
  }
  .column .btn-common {
    right: 39px;
  }
  /* staff */
  .staff {
    background: url(../img/top/staff-bg.jpg) center / cover;
    padding: 52px 0 95px;
  }
  .staff .swiper-button-next:after, .staff .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    width: 42px;
    height: 72px;
    margin: 0 0 0 300px;
    background: url(../img/common/arrow-right.svg) center / cover;
  }
  .staff .swiper-button-prev:after, .staff .swiper-container-rtl .swiper-button-next:after {
    content: "";
    width: 42px;
    height: 72px;
    background: url(../img/common/arrow-left.svg) center / cover;
  }
  .staff .swiper-button-prev, .staff .swiper-container-rtl .swiper-button-next {
    left: -50px;
    width: auto;
  }
  .staff .swiper-button-next, .staff .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    width: auto;
  }
  .staff .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .staff .swiper-slide::before {
    content: "";
    display: block;
    width: 245px;
    order: 100;
  }
  .staff .swiper-slide::after {
    content: "";
    display: block;
    width: 245px;
  }
  .staff .swiper-slide li {
    width: 245px;
    margin-bottom: 40px;
    background: url(../img/common/btn-arrow.svg) right center / contain no-repeat;
    background-size: 18px;
    background-position: calc(100% - 18px) calc(100% - 18px);
    background-color: #fff;
    transition: .3s;
  }
  .staff .swiper-slide li:hover {
    background-position: calc(100% - 12px) calc(100% - 18px);
  }
  .staff li a {
    display: block;
  }
  .staff li .txt-box {
    padding: 18px 15px;
    background-color: #fff;
  }
  .staff li h3 {
    margin-bottom: 15px;
    color: #000;
  }
  .staff li .yakushoku {
    font-size: 12px;
    color: #666666;
  }
  /* modelhouse */
  .modelhouse {
    padding: 160px 0 72px;
  }
  .modelhouse .inner {
    max-width: 1230px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .modelhouse .ttl-box {
    margin-bottom: 48px;
padding-left: 110px;
  }

  .modelhouse .ttl-box h2 {text-align: center;
       margin: 0 auto 30px auto;padding: 0 50px 0 0;
  }

  .modelhouse .img-box {
    width: 1000px; text-align: center;
  }
  .modelhouse .img-box p{  }
  .modelhouse .place {
    width: 660px;
    margin: 35px auto;
    font-size: 14px;
  }
  /* contact */
  .top-contact .inner {
    padding: 262px 0 106px;
    text-align: center;
    color: #fff;
    background: url(../img/top/contact-bg.jpg) center / cover;
  }
  .top-contact .contact-btn a {
    position: relative;
  }
  .n-bg-box {
    background: url(../img/top/n-bnr-bg.png);
    background-position: 0 0px;
    width: 1120px;
    /* height: 190px; */
    margin: 0 auto;
    color: #000000;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    top: 0px;
    left: -20px;
  }
  .top-contact .contact-btn a {
    background-image: url(../img/common/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: 844px 85px;
    padding: 75px 341px 5px 315px;
    display: block;
    height: 190px;
    background-size: 28px;
  }
  .top-contact .contact-btn a:hover {
    background-position: 864px 85px;
  }
  .introduction {
    position: relative;
    padding: 0px 95px 0px;
    bottom: -64px;
  }
  .introduction::after {
    position: absolute;
    content: "";
    width: calc(100% - 150px);
    height: 460px;
    top: -45px;
    left: 0;
    background-color: #fff;
  }
  .introduction::before {
    position: absolute;
    content: "";
    width: calc(100% - 150px);
    height: 460px;
    bottom: 0;
    right: 0;
    background-color: #F7F8F8;
  }
  .introduction .intro-wrap {
    position: relative;
    z-index: 1;
    max-width: 1700px;
    margin: 0 auto;
  }
  .introduction .ttl {
    position: relative;
    padding-bottom: 73px;
    padding-top: 52px;
  }
  .introduction .ttl>figure {
    position: absolute;
    top: 9px;
    left: 85px;
  }
  .introduction .ttl p {
    color: #000000;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 3.2px;
    line-height: 40px;
    text-align: center;
  }
  .introduction .ttl span {
    background-image: url(../img/common/deco-maru.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    padding-top: 17px;
  }
  .intro-list {
    background: linear-gradient(180deg, #fff 0%, #fff 235px, #f7f8f8 406px, #f7f8f8 100%);
    padding-bottom: 90px;
    padding-left: 50px;
    padding-right: 50px;
    color: #000;
  }
  .intro-list li {
    max-width: 520px;
    width: calc(33.3333% - (40px / 3));
    background: url(../img/common/btn-arrow.svg) right center / contain no-repeat;
    background-size: 18px;
    background-position: calc(100% - 30px) calc(100% - 30px);
    background-color: #fff;
    transition: .3s;
  }
  .intro-list li:hover {
    background-position: calc(100% - 24px) calc(100% - 30px);
  }
  .intro-list li a {
    display: block;
  }
  .intro-list li figure {
    width: 100%;
    height: 300px;
  }
  .intro-list li:first-child figure {
    background: url(../img/top/intro-img01.jpg) center / cover
  }
  .intro-list li:nth-child(2) figure {
    background: url(../img/top/intro-img02.jpg) center / cover
  }
  .intro-list li:nth-child(3) figure {
    background: url(../img/top/intro-img03.jpg) center / cover
  }
  .intro-list li .txt-box {
    padding: 40px 30px 42px;
  }
  .intro-list li .txt-box h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
  }
  .intro-list li .txt-box .tag {
    margin-left: 16px;
    font-size: 12px;
    width: 120px;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    background-color: #F2F2F2;
    padding: 5px 0;
    border: 1px solid #9A9A9A;
  }
  .intro-list li .txt-box p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 2.2;
  }
  .n-ttl-02 {
    margin-bottom: 8px;
    letter-spacing: 5px;
  }
  .n-txt-01 {
    margin-bottom: 54px;
  }
  /* insta-fb */
  .insta-fb {
    padding: 95px 0 160px;
  }
  .insta-fb .inst-pic {
    margin-bottom: 40px;
  }
  .insta-fb h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .insta-fb h2 span {
    margin-right: 25px;
  }
  .insta-fb .instagram, .insta-fb .facebook {
    width: 440px;
  }
  .insta-fb .instagram li, .insta-fb .facebook p {
    margin-bottom: 40px;
  }
  .insta-fb .logicmagazine {
    position: relative;
    width: 100%;
    margin-top: 90px;
    display: block;
    border: 1px solid;
    color: #000;
  }
  .insta-fb .link-out::before {
    right: 20px;
    bottom: 20px;
  }
  .insta-fb .link-out::after {
    right: 16px;
    bottom: 16px;
  }
  .insta-fb .logicmagazine figure {
    z-index: 1;
  }
  .insta-fb .logicmagazine .txt{
    position: absolute;    top: 62px;
    left: 60px; z-index: 5;
  }

.insta-fb .logicmagazine figure img{
  width: 100%;
}



  /* bnr-list */
  .bnr-list {
    margin-bottom: 100px;
  }
  .bnr-list>ul {
    width: 1060px;
    margin: 0 auto;
  }
  .bnr-list li {
    width: 246px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
  }
  .bnr-list li a {
    display: block;
    height: 82px;
    border: 1px solid #000;
    position: relative;
    margin-bottom: 18px;
  }
  .bnr-list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    width: 100%;
    text-align: center;
  }
  /* logic-architecture */
  .logic-architecture {
    padding: 70px 80px;
    background-color: #212121;
  }
  .logic-architecture .txt-box {
    width: 780px;
    margin-left: auto;
  }
  .bnr-list2 {
    margin: 0 auto 80px;
  }
  .bnr-list2 p{
    text-align: center;
    font-size: 14px;
  }
  .bnr-list2 img{
    margin: 30px auto;
    border:  1px solid #000;
  }
}
@media screen and (min-width: 766px) and (max-width: 1600px) {
  .introduction .ttl p {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
#main-slider-area{position: relative;padding-top: 25vw;}
#main-slider-area #bx-slide{}
#main-slider-area .scroll{z-index: 9999;bottom: 7%!important;}
#main-slider-area .sns-link{width: 39%;margin: 20vw auto 0;text-align: center;}
#main-slider-area .bx-pager{bottom: -10vw;}
	
	

  .bnr-set{

  }

  .bnr-set-list{
    width: 84vw;
    margin: 0 auto;
    display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
  .bnr-set .btn-common::after{
    display: none;
  }
  .bnr-set .btn-common span{
  position: static;
  }
  .bnr-set-list li{
    width: 100%;
    margin-bottom: 2vw;
  }


  
.swiper-pagination{ width: 100%; }
.swiper-pagination-bullet-active { opacity: 1; background: #333!important;}
.swiper-pagination-bullet{ margin-right: 4vw; }

  .sp-img {
    position: absolute;
    width: 10vw;
    left: 2vw;
    top: -3vw;
  }
  .insta-fb .inst-pic {
    margin-bottom: 8.2vw;
  }
  #n-news {
    padding: 15vw 5% 25vw;
  }
  #n-news .news {
    margin-bottom: 25vw;
  }
  #n-news .btn-common {
    max-width: 40vw;
  }
  #n-news .ttl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5vw;
  }
  #n-news h2 {
    padding-left: 2.5vw;
    font-size: 8.937vw;
    letter-spacing: 1.208vw;
    padding-top: 1.208vw;
  }
  #n-news .btn-common span, #n-news .btn-common::after {
    width: 36vw;
    text-align: left;
  }
  #n-news .news, #n-news .column {
    width: 100%;
  }
  #n-news ul li {
    border-bottom: 1px dotted;
    padding: 2.5vw 0 8vw;
    margin-bottom: 2.5vw;
  }
  #n-news ul li:nth-child(n + 4) {
    display: none;
  }
  #n-news ul li a {
    display: block;
  }
  #n-news ul li:last-child {
    margin-bottom: 0;
  }
  #n-news .date {
    font-size: 3vw;
    color: #666666;
  }
  #n-news .cat {
    margin-left: 2.8vw;
    font-size: 3vw;
    width: 30vw;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    background-color: #707070;
    padding: 1.25vw 0;
    border: 1px solid #9A9A9A;
  }
  #n-news h3 {
    font-size: 3.382vw;
    line-height: 1.8;
  }
  #n-news .column figure {
    width: 25vw;
    height: 25vw;
  }
  #n-news .column .txt {
    width: calc(100% - 28vw);
  }
  .mv {
    position: relative;
  }

  .mv .mv-slide{ margin: 26vw 0 0 0; }

  .mv .mv-slide li {
    position: relative;
    width: 100%;
    height: 73vh;
  }
  .mv .mv-slide li a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .mv-bnr .sp {
    display: inline-block;
  }
  .mv-bnr {
    display: block;
    width: 88%;
    margin: 0 auto;
    text-align: center;
    display: none;
  }

  .mv .sns-link {
width: 100%;
    margin: 0 auto;
    padding: 13vw 0 0 28vw;  }

  .mv .sns-link a {  }


  .sf-link {
    padding: 7.6vw 0 3vw;
  }
  .sf-link p {
    font-size: 4.6vw;
    line-height: 1.8;
  }
  .sf-link .special-site {
    position: relative;
    display: inline-block;
    padding: 0 7.5vw 1.2vw;
    margin-top: 6.25vw;
    font-size: 3.382vw;
    color: #707070;
    font-weight: 500;
  }
  /* about */
  .about {
    padding: 15vw 0 30vw;
  }
  .about h2 {
    margin-bottom: 6.25vw;
  }
  .about h3 {
    margin-bottom: 12.5vw;
  }
  .about .pic {
    position: relative;
    left: -6vw;
    margin-bottom: 10vw;
  }
  .about .pic img {
    max-width: 100vw;
    width: 100vw;
  }
  /* philosophy */
  .philosophy {
    padding: 15vw 0 8vw;
    background-color: #212121;
  }
  .philosophy .w-1160 {
    padding: 0 3%;
  }
  .philosophy-ttl {
    margin-bottom: 10vw;
    justify-content: center;
  }
  .philosophy-ttl h2 {
    margin-bottom: 7vw;
  }
  .philosophy .slider {
    position: relative;
    margin: 0 auto;
    width: 94%;
  }
  .philosophy .swiper-container {
    width: 77.295vw;
    margin: 0 auto;
    overflow: visible;
    z-index: 1;
  }
  .philosophy .swiper-container .swiper-slide2 {
    width: 24.155vw;
    margin-right: 2.415vw;
    text-align: center;
    font-size: 3.382vw;
    cursor: pointer;
    transition: .3s;
  }
  .philosophy .swiper-container .swiper-slide2:nth-child(3n) {
    margin-right: 0px;
  }
  .philosophy .swiper-container .swiper-slide2 p {
    margin-top: 1.932vw;
    font-size: 3vw;
    line-height: 1.6;
  }

  .philosophy .slider .swiper-slide {
    background-color: #000;
    padding: 0;
    height: auto;
  }
  .philosophy .slider .txt-box {
    padding: 12.5vw 6.2vw 10vw;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .philosophy .slider .txt-box a {
    margin-top: auto;
  }
  .philosophy .slider .txt-box .num {
    width: 100%;
    margin-bottom: 5vw;
  }
  .philosophy .slider .txt-box h2 {
    margin-bottom: 5vw;
  }
  .philosophy .slider .txt-box .pic {
    max-width: 62.5vw;
    margin: 0 auto 6.25vw;
  }
  .philosophy .slider-thumbnail {
    margin: 15vw auto 0;
  }
  .philosophy .slider-thumbnail .swiper-wrapper {
    transform: unset !important
  }
  .philosophy .slider-thumbnail .swiper-slide {
    width: 25vw !important;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.382vw;
    margin: 0px 1.25vw 5vw;
    cursor: pointer;
    transition: .3s;
  }
  .philosophy .slider-thumbnail .swiper-slide:hover {
    opacity: 0.7;
  }
  .philosophy .slider-thumbnail .swiper-slide p {
    margin-top: 2.5vw;
  }
  .philosophy .swiper-button-next:after, .philosophy .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    width: 5vw;
    height: 8.7vw;
    background: url(../img/common/arrow-right.svg) center / cover;
  }
  .philosophy .swiper-button-prev:after, .philosophy .swiper-container-rtl .swiper-button-next:after {
    content: "";
    width: 5vw;
    height: 8.7vw;
    background: url(../img/common/arrow-left.svg) center / cover;
  }
  .philosophy .swiper-button-prev, .philosophy .swiper-container-rtl .swiper-button-next {
    top: 44%;
    left: 1.2vw;
    width: auto;
  }
  .philosophy .swiper-button-next, .philosophy .swiper-container-rtl .swiper-button-prev {
    top: 44%;
    right: 1.2vw;
    width: auto;
  }
  /* event */
  .event {
    padding: 17.5vw 0 26vw;
  }
  .event .w-1100 {
    padding: 0 8%;
  }
  .event-list li {
    width: 100%;
    margin-bottom: 15vw;
  }
  .event-list li a {
    display: block;
  }
  .event-list li:last-child {
    margin-bottom: 0;
  }
  .event-list figure {
    margin-bottom: 5vw;
  }
  .event-list figure img {
    width: 100%;
  }
  .event-list h3 {
    font-size: 3.865vw;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 5vw;
  }
  .event-list .status {
    box-sizing: border-box;
    display: flex;
    margin-bottom: 2.5vw;
  }
  .event-list .status p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.382vw;
    text-align: center;
    width: 20vw;
    padding: 1.4vw 0;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .event-list .status p.bl-none {
    border-left: 0;
  }
  .event-list .status p.icon {
    background-color: #666;
  }
  .event-list dl {
    display: flex;
    padding: 2.5vw 0;
    border-bottom: 1px dotted;
    font-size: 3.382vw;
    line-height: 1.4;
  }
  .event-list dt {
    width: 15vw;
    padding-left: 1.4vw;
    box-sizing: border-box;
  }
  .event-list dd {
    width: calc(100% - 15vw);
  }
  /* works */
  .works {
    padding: 15vw 0 22.5vw;
  }
  .works-box .first-box {
    display: none;
  }
  .works .w-1400 {
    padding: 0;
  }
  .works-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .works-box .works-list {
    width: 100%;
    padding: 0 5%;
  }
  .works-box .first-box {
    width: 100%;
    padding: 0;
  }
  .works-box .first-box figure {
    width: 100%;
    height: 101vw;
  }
  .works-box .first-box .txt-box {
    padding: 0 5%;
    margin-bottom: 17.5vw;
  }
  .works-box .works-list li {
    width: 45.6%;
    margin-bottom: 17.5vw;
  }
  .works-box .works-list li a {
    display: block;
  }
  .works-box .works-list li figure {
    width: 100%;
    height: 44vw;
  }
  .works-box h3 {
    font-size: 3.382vw;
    line-height: 2.2;
    margin-top: 2.5vw;
  }
  .works-box a {
    display: block;
  }
  /* news column */
  .news-column {
    padding: 15vw 5% 25vw;
  }
  .news-column .news {
    margin-bottom: 25vw;
  }
  .news-column .btn-common {
    max-width: 40vw;
  }
  .news-column .ttl {
    margin-bottom: 5vw;
  }
  .news-column h2 {
    padding-left: 2.5vw;
  }
  .news-column .btn-common span, .news-column .btn-common::after {
    width: 36vw;
  }
  .news-column .news, .news-column .column {
    width: 100%;
  }
  .news-column ul li {
    min-height: 34vw;
    border-bottom: 1px dotted;
    padding: 2.5vw 0;
    margin-bottom: 2.5vw;
  }
  .news-column ul li a {
    display: block;
  }
  .news-column ul li:last-child {
    margin-bottom: 0;
  }
  .news-column .date {
    font-size: 3vw;
    color: #666666;
  }
  .news-column .cat {
    margin-left: 2.8vw;
    font-size: 3vw;
    width: 30vw;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    background-color: #F2F2F2;
    padding: 1.25vw 0;
    border: 1px solid #9A9A9A;
  }
  .news-column h3 {
    font-size: 3.382vw;
    line-height: 1.8;
  }
  .news-column .column figure {
    width: 25vw;
    height: 25vw;
  }
  .news-column .column .txt {
    width: calc(100% - 28vw);
  }
  /* staff */
  .staff {
    background: url(../img/top/staff-bg.jpg) center / cover;
    padding: 10vw 0 28vw;
  }
  .staff .swiper-button-prev, .staff .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .staff .swiper-button-next, .staff .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .staff .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .staff .swiper-slide li {
    width: calc(50% - 2vw);
    margin-bottom: 3rem;
    background: url(../img/common/btn-arrow02.svg) right center / contain no-repeat;
    background-size: 4.4vw;
    background-position: calc(100% - 2.4vw) calc(100% - 3vw);
    background-color: #fff;
  }
  .staffslider {
    margin-bottom: 5vw;
  }
  .staff li a {
    display: block;
  }
  .staff li .txt-box {
    padding: 3vw;
    background-color: #fff;
  }
  .staff li h3 {
    font-size: 3vw;
    margin-bottom: 2.75vw;
    color: #000;
  }
  .staff li .yakushoku {
    font-size: 2.5vw;
    color: #666666;
  }
  /* modelhouse */
  .modelhouse {
    padding: 32vw 0 18vw;
  }
  .modelhouse h2 {
    width: 100%;
    padding: 0 5%;
    text-align: center;
    margin-bottom: 10vw;
  }
  .modelhouse .ttl-box {
    margin-bottom: 12vw;
  }
  .modelhouse .img-box {
    width: 100%;
  }
  .modelhouse .img-box p{  }
  .modelhouse .img-box p img{ width: 100%; }
  .modelhouse .img-box p:nth-child(2){
    margin-right: 0;
  }

  .modelhouse .place {
    margin: 5vw auto 15vw;
    font-size: 3vw;
    line-height: 1.9;
    display: block;
  }
  .modelhouse .txt-box {
    padding: 0 5%;
  }
  .modelhouse .txt-box .font24 {
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: left;
  }
  /* contact */
  .top-contact .inner {
    padding: 22.5vw 0 16vw;
    text-align: center;
    color: #fff;
    background: url(../img/top/contact-bg.jpg) center / cover;
    position: relative;
    top: -10vw;
  }
  .top-contact .w-1100 {
    padding: 0 4%;
  }
  .top-contact .contact-btn a {
    width: 100%;
    height: 30vw;
    padding: 7.2vw 0;
    text-align: center;
    font-size: 3.865vw;
    line-height: 4.8vw;
    position: relative;
  }
  .top-contact .contact-btn a:first-child {
    border: 1px solid #fff;
    font-weight: 500;
    margin-bottom: 7.5vw;
  }
  .top-contact .contact-btn a:first-child p:first-child {
    margin-bottom: 3.7vw;
  }
  .top-contact .contact-btn a:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFC211;
    background: url(../img/common/btn-arrow.svg) right center / contain no-repeat;
    background-size: 4.4vw;
    background-position: calc(100% - 6vw) calc(100% - 4.2vw);
    background-color: #FFC211;
    color: #000;
  }
  .top-contact .person {
    display: none !important;
  }
  .introduction {
    position: relative;
    padding: 5vw 0 10vw;
    z-index: 10;
    color: #000;
  }
  .introduction::after {
    position: absolute;
    content: "";
    width: 94%;
    height: calc(100% - 12.5vw);
    top: -7.5vw;
    left: 0;
    background-color: #fff;
  }
  .introduction::before {
    position: absolute;
    content: "";
    width: 94%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #F7F8F8;
  }
  .introduction .intro-wrap {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  .introduction .ttl {
    margin-bottom: 7.5vw;
    padding: 0 5%;
  }
  .introduction .ttl p {
    font-size: 3.865vw;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
  }
  .introduction .ttl span {
    background-image: url(../img/common/deco-maru.png);
    background-repeat: no-repeat;
    background-position: center 1.932vw;
    background-size: 0.966vw;
    padding-top: 2.657vw;
  }
  .intro-list {
    width: 95.169vw;
    margin-left: auto;
    background-image: url(../img/top/n-bg-02-b.jpg), url(../img/top/n-bg-02-m.jpg);
    background-repeat: no-repeat, repeat;
    background-position: left bottom, 0 0;
    background-size: 100%, 100%;
  }
  .intro-list li {
    width: 72.464vw;
    margin: 0 auto;
    background: url(../img/common/btn-arrow.svg) right center / contain no-repeat;
    background-size: 4.4vw;
    background-position: calc(100% - 3vw) calc(100% - 3vw);
    background-color: #fff;
    margin-bottom: 10vw;
  }
  .intro-list li a {
    display: block;
  }
  .intro-list li:last-child {
    margin-bottom: 0;
  }
  .intro-list li figure {
    width: 100%;
    height: 50vw;
  }
  .intro-list li:first-child figure {
    background: url(../img/top/intro-img01.jpg) center / cover
  }
  .intro-list li:nth-child(2) figure {
    background: url(../img/top/intro-img02.jpg) center / cover
  }
  .intro-list li:nth-child(3) figure {
    background: url(../img/top/intro-img03.jpg) center / cover
  }
  .intro-list li .txt-box {
    padding: 7vw 0 15vw;
  }
  .intro-list li .txt-box h3 {
    font-size: 4.348vw;
    line-height: 1.3;
    font-weight: bold;
  }
  .intro-list li .txt-box .tag {
    margin-left: 2.8vw;
    font-size: 3vw;
    width: 30vw;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    background-color: #F2F2F2;
    padding: 1.2vw 0;
    border: 1px solid #9A9A9A;
  }
  .intro-list li .txt-box p {
    margin-top: 4.4vw;
    font-size: 3.382vw;
    line-height: 2.2;
  }
  /* insta-fb */
  .insta-fb {
    padding: 20vw 0 13.8vw;
  }
  .insta-fb h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-bottom: 10vw;
  }
  .insta-fb h2 span {
    margin-right: 5vw;
  }
  .insta-fb .instagram, .insta-fb .facebook {
    width: 100%;
  }
  .insta-fb .instagram {
    margin-bottom: 20vw;
  }
  .insta-fb .instagram li {
    width: calc(50% - 1.7vw);
    margin-bottom: 3.4vw;
  }
  .insta-fb .instagram li img, .insta-fb .facebook p img {
    width: 100%;
  }
  .insta-fb .facebook p, .insta-fb .instagram li:last-child {
    margin-bottom: 8.2vw;
  }
  .insta-fb .logicmagazine {
    width: 100%;
    margin-top: 37.5vw;
    display: block;
    padding: 3.8vw 0;
    text-align: center;
    color: #000;
    background-color: #fff;
  }
  .insta-fb .link-out::before {
    right: 2.3vw;
    bottom: 5.8vw;
  }
  .insta-fb .link-out::after {
    right: 1.6vw;
    bottom: 5vw;
  }
  .insta-fb .logicmagazine figure {
    margin-bottom: 2.5vw;
  }
  /* bnr-list */
  .bnr-list {
    margin-bottom: 10vw;
  }
  .bnr-list>ul li:nth-child(3) {
  }
  .bnr-list li {
    width: calc(50% - 2.5vw);
    text-align: center;
    font-size: 3vw;
    line-height: 1.8;
    margin-bottom: 7.5vw;
  }
  .bnr-list li:first-child img {
    width: 100%;
  }
  .bnr-list li:nth-child(2) img {
    width: 100%;
  }
  .bnr-list li:nth-child(3) img {
    width: 100%;
  }
  .bnr-list li:nth-child(4) img {
  }
  .bnr-list li a {
    display: block;
    height: 20vw;
    border: 1px solid #000;
    position: relative;
    margin-bottom: 2.4vw;
  }
  .bnr-list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    width: 100%;
    text-align: center;
  }
  /* logic-architecture */
  .logic-architecture {
    padding: 21.25vw 0 22.5vw;
    background-color: #212121;
  }
  .logic-architecture .w-1100 {
    justify-content: flex-start;
  }
  .logic-architecture .txt-box {
    width: 100%;
    margin-top: 6.3vw;
  }
  .bnr-list2 {
    margin: 0 auto 20vw;
  }
  .bnr-list2 p{
    font-size: 3.2vw;
    text-align: center;
  }
  .bnr-list2 img{
    margin: 5vw auto;
    border:  1px solid #000;
  }
}


@media screen and (min-width:768px) and ( max-width:1410px) {

.about .w-1160{max-width: 1110px;}
.philosophy .w-1160{max-width: 1110px;padding: 0 10px 0 0;}
.philosophy .slider .swiper-slide{ padding: 80px 80px;}

}


.bnr-list__banner{
  display: block;
  width: 100%;
  text-align: center;
  border: solid 1px;
  padding: 16px 0;
  cursor: pointer;
  font-size: 87.5%;
  max-width: 640px;
  margin: 0 auto;
}

.js-index-modal-box{
  display: none;
}
.js-index-modal-con{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background-color: rgba(0,0,0,.5);
}
.js-index-modal-closebtn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.js-index-modal-closebtn:before,
.js-index-modal-closebtn:after{
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.js-index-modal-closebtn:after{
  transform: rotate(45deg);
  margin: 0px 0 0 -34px;
}
.js-index-modal-con iframe{
  background-color: #fff;
  width: min(781px,90vw);
  height: 370px;
}