/***************************
 *
 * トップページ
 * ★ページ中身用★
 *
 **************************/
@media all and (min-width: 737px) {
  /*
MAIN VISUAL
*/
  .main-visual {
    height: 100%;
    height: 100vh;
    margin-bottom: -100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .main-visual.main-visual-index {}
  .main-visual .main-visual-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .main-visual .main-visual-slide .slide-item {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: relative;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-1:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-new-1.jpg) center center no-repeat;
    background-size: cover;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-2:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-new-2.jpg) center center no-repeat;
    background-size: cover;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-3:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-new-3.jpg) center center no-repeat;
    background-size: cover;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-4:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-new-4-n.jpg) center center no-repeat;
    background-size: cover;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-5:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-new-5.jpg) center center no-repeat;
    background-size: cover;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-6:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-new-6.jpg) center center no-repeat;
    background-size: cover;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-7:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/tomino_2.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .main-visual .main-visual-slide .slide-item:before {
    transform: scale(1);
    transition-duration: 10s;
  }
  .main-visual .main-visual-slide .slide-item.slick-active:before {
    transform: scale(1.2);
    transition-duration: 10s;
    transition-delay: 3s;
  }
  .main-visual .main-visual-slide .slide-item.reset-animation:before {
    transform: scale(1);
    transition-duration: 0s;
  }
  .main-visual .main-visual-slide .slide-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.5);
  }
  .main-visual .slick-next:before, .main-visual .slick-prev:before {
    content: none;
  }
  .main-visual .slick-prev {
    background: url(../img/main-visual-prev.png) 0 0 no-repeat;
    background-size: contain;
    width: 18px 15px;
    z-index: 10;
    left: 25px;
  }
  .main-visual .slick-next {
    background: url(../img/main-visual-next.png) 0 0 no-repeat;
    background-size: contain;
    width: 18px 15px;
    z-index: 10;
    right: 25px;
  }
  .main-visual .main-visual-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .main-visual .main-visual-title {
    text-align: center;
    margin: -100px auto 20px;
    font-size: 80px;
    color: white;
  }
  .main-visual .main-visual-text {
    text-indent: -9999em;
    background: url(../img/main-visual-text.png) center center no-repeat;
    background-size: contain;
    width: 478px;
    height: 14px;
    margin: 0 auto;
  }
  .main-visual .box-notice {
    position: absolute;
    right: 20px;
    bottom: 180px;
    width: 150px;
  }
  .main-visual .box-notice .box-notice-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../img/box-notice-close.png) center center no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
  }
  .main-visual .box-notice .box-notice-close:hover {
    cursor: pointer;
  }
  .main-visual .main-visual-arrow {
    position: absolute;
    left: 50%;
    bottom: 160px;
    transform: translate(-50%, 0);
    width: 7px;
    z-index: 10;
  }
  .main-visual .main-visual-arrow a {
    display: block;
  }
  .main-visual .main-visual-arrow a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .main-visual .slider-single-btns {
    position: absolute;
    right: 100px;
    bottom: 60px;
    margin: 0;
    z-index: 90;
  }
  .main-visual .box-col-slider-btns .slick-counter {
    margin: 5px 45px;
  }
  .main-visual .box-notice-online {
    width: 260px;
    position: absolute;
    right: 120px;
    bottom: 130px;
  }
  .box-notice-online .box-notice-online-pic {
    width: 100%;
  }
  .box-notice-online .box-notice-online-content {
    background: white;
    padding: 15px 0 15px;
  }
  .box-notice-online .box-notice-online-content p {
    font-size: 18px;
    text-align: center;
    line-height: 1.444em;
  }
  .box-notice-online .box-notice-online-content .btn {
    margin: 10px auto 0;
    width: 180px;
  }
  .main-visual .loading-mov {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  .main-visual-popup {
    position: absolute;
    right: 20px;
    z-index: 10;
    bottom: 110px;
  }
  .main-visual-popup > div {
    width: 150px;
    position: relative;
    margin-bottom: 10px;
  }
  @media all and (max-height: 900px) {
    .main-visual-popup > div {
      width: 120px;
    }
  }
  @media all and (max-height: 768px) {
    .main-visual-popup > div {
      width: 100px;
    }
  }
  @media all and (max-height: 682px) {
    .main-visual-popup > div {
      width: 80px;
    }
  }
  .main-visual-popup > div > a {
    display: block;
  }
  .main-visual-popup > div > a:hover {
    opacity: 0.8;
  }
  .main-visual-popup > div .item-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../img/item-close.png) center center no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
  }
  .main-visual-popup > div .item-close:hover {
    cursor: pointer;
  }
  .main-visual-popup > .item-row {
    position: absolute;
    right: 160px;
    bottom: 0;
  }
  /*
MAIN NEWSBAR
*/
  .main-newsbar {
    height: 80px;
    position: relative;
    margin-top: -180px;
  }
  .main-newsbar * {
    color: white;
  }
  .main-newsbar .title-newsbar {
    position: absolute;
    left: 24px;
    top: 0;
    font-size: 26px;
    line-height: 80px;
    color: white;
  }
  .main-newsbar .newsbar-slider {}
  .main-newsbar .newsbar-slider .newsbar-slider-item {
    line-height: 82px;
    position: relative;
    padding-left: 240px;
  }
  .main-newsbar .newsbar-slider .newsbar-slider-item .newsbar-time {
    position: absolute;
    left: 130px;
    top: 0;
    font-size: 15px;
  }
  .main-newsbar .newsbar-slider .newsbar-slider-item .newsbar-cat {
    position: absolute;
    left: 220px;
    top: 0;
    display: none;
  }
  .main-newsbar .newsbar-slider .newsbar-slider-item .newsbar-cat a {
    border: 1px solid white;
    font-size: 12px;
    padding: 3px 10px;
  }
  .main-newsbar .newsbar-slider .newsbar-slider-item .newsbar-cat a:hover {
    color: #222;
    background: white;
    text-decoration: none;
  }
  .main-newsbar .newsbar-slider .newsbar-slider-item .newsbar-title {}
  .main-newsbar .newsbar-slider .newsbar-slider-item .newsbar-title a {
    font-size: 15px;
    position: relative;
  }
  .main-newsbar .newsbar-slider .newsbar-slider-item .newsbar-title a:after {
    content: none;
    display: block;
    background: url(../img/newsbar-link.png) center center no-repeat;
    background-size: 7px 11px;
    width: 7px;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 24px;
  }
  .main-newsbar .slick-prev {
    left: 0;
    top: 30px;
    z-index: 5;
    display: none !important;
  }
  .main-newsbar .slick-prev:before {
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    content: "▲";
    font-size: 9px;
  }
  .main-newsbar .slick-next {
    left: 0;
    top: 43px;
    display: none !important;
  }
  .main-newsbar .slick-next:before {
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    content: "▼";
    font-size: 9px;
  }
  /*
MAIN
*/
  .title-main {
    font-size: 60px;
    color: #222222;
    font-weight: 500;
    margin: 90px auto 30px;
    text-align: center;
    font-family: 'Cormorant SC', serif;
  }
  .title-main-caption {
    text-align: center;
    color: #222222;
    font-size: 15px;
    margin-bottom: 40px;
  }
  .box-title {
    background: url(../img/bg-box-title.jpg) center center no-repeat;
    background-size: cover;
    height: 280px;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .box-title .title-main {
    color: white;
    margin: 0 0 25px;
  }
  .box-title .title-main-caption {
    color: white;
    margin: 0;
  }
  /*
MAIN CONCEPT
*/
  .main-concept {
    margin-top: 0px;
    padding: 200px 0 0px;
    position: relative;
    overflow: hidden;
    z-index: 3;
  }
  .main-concept .box-content {
    box-sizing: border-box;
    padding-left: 70px;
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .main-concept .main-concept-gray {
    position: absolute;
    left: 0;
    top: 0;
    width: 3000px;
    height: 100%;
    position: absolute;
    background: rgba(238, 238, 238, 0.95);
  }
  .main-concept h2 {
    font-size: 64px;
    color: #222222;
    line-height: 1.1em;
    margin: 0px auto 5px;
    text-align: left;
    position: relative;
  }
  .main-concept h2 .x {
    text-indent: -9999em;
    display: inline-block;
    background: url(../img/x.png) center center no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    vertical-align: middle;
  }
  .main-concept .title-up {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .main-concept .main-concept-pic-1 {
    position: absolute;
    left: -50px;
    top: -90px;
    width: 290px;
  }
  .main-concept p {
    position: relative;
    line-height: 2.66em;
  }
  .main-concept .btn {
    margin: 35px 0 0;
  }
  .main-concept .main-concept-pic2 {
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0;
    top: -85px;
  }
  .main-concept .main-concept-pic2 img {
    width: 400px;
    height: 520px;
  }
  /*
MAIN BANNER
*/
  .main-banner {
    background: #eeeeee;
    padding: 90px 0 90px;
  }
  .main-banner .main-banner-header {
    position: relative;
  }
  .main-banner .main-banner-header .title-main {
    margin: 0 10px 35px 0;
    display: inline-block;
    font-size: 50px;
  }
  .main-banner .main-banner-header .title-main-caption {
    margin: 0;
    display: inline-block;
    font-size: 15px;
  }
  .main-banner .main-banner-header .btn {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .main-banner .slider-item {
    width: 320px;
    margin: 0 15px;
  }
  .main-banner .slick-next:before, .main-banner .slick-prev:before {
    content: none;
  }
  .main-banner .slick-prev {
    background: url(../img/main-banner-prev.png) 0 0 no-repeat;
    background-size: contain;
    width: 41px;
    height: 6px;
    z-index: 10;
    left: -60px;
  }
  .main-banner .slick-next {
    background: url(../img/main-banner-next.png) 0 0 no-repeat;
    background-size: contain;
    width: 41px;
    height: 6px;
    z-index: 10;
    right: -60px;
  }
  .slider-banners {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .slider-banners .slider-item {
    width: 320px;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .slider-banners .slider-item a:hover {
    opacity: 0.5;
  }
  .slider-banners .slider-item:nth-child(3n) {
    margin-right: 0;
  }
  /*
MAIN PROLINK
*/
  .main-prolink {
    background: url(../img/bg-main-prolink.jpg) center center repeat-y;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 230px 0 20px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
  }
  .main-prolink .title-main-prolink {
    text-indent: -9999em;
    background: url(../img/title-main-prolink.png) center center no-repeat;
    background-size: contain;
    width: 375px;
    height: 60px;
    margin: 0 auto 40px;
  }
  .main-prolink .title-main-prolink + p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0 auto 120px;
  }
  .prolink {
    height: 400px;
    position: relative;
    margin-bottom: 100px;
  }
  .prolink .prolink-pic {
    position: absolute;
    left: 0;
    top: -50px;
    width: 700px;
    height: 350px;
  }
  .prolink .prolink-pic img {}
  .prolink .prolink-text {
    background: rgba(34, 34, 34, 0.9);
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .prolink .prolink-text .prolink-title {
    text-align: center;
    color: white;
    font-size: 40px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
  .prolink .prolink-text .prolink-title-caption {
    text-align: center;
    color: white;
    font-size: 15px;
    position: relative;
    z-index: 2;
  }
  .prolink .prolink-text .btn {
    margin: 40px auto 0;
    position: relative;
    z-index: 2;
  }
  .prolink:nth-child(2n) .prolink-text {
    right: auto;
    left: 0;
  }
  .prolink:nth-child(2n) .prolink-pic {
    left: auto;
    right: 0;
  }
  /*
MAIN WORKS
*/
  .main-works {
    background: white;
    padding: 1px 0 125px;
    position: relative;
    overflow: hidden;
  }
  .main-works:before {
    content: "";
    display: block;
    background: #eee;
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .list-works {}
  .list-works .works {
    width: 350px;
    margin-left: -1px;
    background: white;
    position: relative;
  }
  .list-works .works .works-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
  }
  .list-works .works .works-pic {
    position: relative;
    overflow: hidden;
  }
  .list-works .works .works-pic p.new {
    text-align: center;
    color: white !important;
    font-size: 12px;
    width: 50px;
    line-height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(34, 34, 34, 0.9);
  }
  .list-works .works .works-link:hover + .works-pic {}
  .list-works .works .works-link:hover + .works-pic img {
    transform: scale(1.2);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .list-works .works .works-pic img {}
  .list-works .works .works-text {
    background: rgba(34, 34, 34, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 55px 55px;
    opacity: 0;
  }
  .list-works .works:hover .works-text {
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 5;
  }
  .list-works .works .works-text p {
    font-size: 16px;
    color: white;
    line-height: 2em;
  }
  .list-works .slick-next:before, .list-works .slick-prev:before {
    content: none;
  }
  .list-works .slick-prev {
    background: url(../img/main-visual-prev-2.png) 0 0 no-repeat;
    background-size: contain;
    /*
	width: 18px;
	height: 15px;
*/
    z-index: 10;
    left: 50%;
    top: auto !important;
    bottom: -80px;
    transform: translate(-50%, 0%);
  }
  .list-works .slick-next {
    background: url(../img/main-visual-next-2.png) 0 0 no-repeat;
    background-size: contain;
    /*
	width: 18px;
	height: 15px;
*/
    z-index: 10;
    right: auto;
    left: 50%;
    top: auto !important;
    bottom: -80px;
    margin-left: 70px !important;
    transform: translate(-50%, 0%);
  }
  .list-works-cat {
    position: absolute;
    right: 115px;
    bottom: 100px;
  }
  .list-works-cat > li {
    margin-right: 30px;
  }
  .list-works-cat > li > a, .list-works-cat > li > span {
    color: #222222;
    font-size: 15px;
  }
  .list-works-cat > li > span:hover {
    cursor: pointer;
  }
  /*.list-works-cat > li:first-child a, .list-works-cat > li:first-child span {
	border-bottom: 1px solid #222;
	display: inline-block;
	padding: 0 0 5px;
}*/
  .list-works-cat > li:nth-of-type(1) ~ .underbar {
    left: 0;
    width: 35px;
    background: #222;
  }
  .list-works-cat > li:nth-of-type(1):hover ~ .underbar {
    left: 0;
    width: 35px;
    background: #222;
  }
  .list-works-cat > li:nth-of-type(2):hover ~ .underbar {
    left: 65px;
    width: 110px;
    background: #222;
  }
  .list-works-cat > li:nth-of-type(3):hover ~ .underbar {
    left: 205px;
    width: 140px;
    height: 1px;
    background: #222;
  }
  .list-works-cat > li:nth-of-type(4):hover ~ .underbar {
    left: 380px;
    width: 40px;
    height: 1px;
    background: #222;
  }
  /*
MAIN SR
*/
  .main-sr {
    position: relative;
    padding: 1px 0px 0 0;
  }
  .list-sr {}
  .list-sr .sr {
    width: 33.3333%;
    background: white;
    box-sizing: border-box;
    position: relative;
  }
  .list-sr .sr .sr-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: block;
  }
  .list-sr .sr .sr-link:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .list-sr .sr .sr-pic {
    height: 300px;
  }
  .list-sr .sr .sr-pic a {
    display: block;
  }
  .list-sr .sr .sr-pic a:hover {
    opacity: 0.6;
  }
  .list-sr .sr .sr-pic-1 {
    background: url(../img/pic-sr-1.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-sr .sr .sr-pic-2 {
    background: url(../img/pic-sr-2.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-sr .sr .sr-pic-3 {
    background: url(../img/pic-sr-3.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-sr .sr .sr-text {
    padding: 60px 0 100px;
    background: url(../img/list-sr-border.png) right center no-repeat;
    position: relative;
    z-index: 5;
  }
  .list-sr .sr:nth-child(3n) .sr-text {
    background: none;
  }
  .list-sr .sr .sr-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 15px;
  }
  .list-sr .sr .sr-title .ff-serif-normal {
    font-size: 40px;
  }
  .list-sr .sr .sr-text p {
    text-align: center;
    font-size: 15px;
    line-height: 1.733em;
    margin-bottom: 15px;
  }
  .list-sr .sr .sr-title-caption {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .list-sr .sr .sr-text .btn {
    margin: 0 auto 0;
  }
  /*
PARA
*/
  .para-1 {
    height: 300px;
    overflow: hidden;
  }
  .para-1 > .inner {
    background: url(../img/para-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  /*
MAIN BOTTOM BANNER
*/
  .main-bottom-banner {
    /* 	padding-right: 100px; */
  }
  .list-bottom-banner {}
  .list-bottom-banner > li {
    position: relative;
    height: 400px;
    width: 50%;
  }
  .list-bottom-banner .bottom-banner-pic {
    background: url(../img/bottom-banner-1.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .list-bottom-banner .bottom-banner-pic.bottom-banner-pic-2 {
    background: url(../img/bottom-banner-2.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-bottom-banner .bottom-banner-pic.bottom-banner-pic-3 {
    background: url(../img/bottom-banner-3.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-bottom-banner .bottom-banner-pic.bottom-banner-pic-4 {
    background: url(../img/bottom-banner-4.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-bottom-banner .bottom-banner-text {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: rgba(51, 51, 51, 0.9);
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .list-bottom-banner .bottom-banner-text .bottom-banner-title {
    text-align: center;
    color: white;
    font-size: 40px;
    margin-bottom: 15px;
  }
  .list-bottom-banner .bottom-banner-text .bottom-banner-title-caption {
    margin-bottom: 20px;
    color: white;
    text-align: center;
    font-size: 15px;
  }
  .list-bottom-banner .bottom-banner-text .btn {}
  .list-bottom-banner > li:nth-child(3) .bottom-banner-text, .list-bottom-banner > li:nth-child(4) .bottom-banner-text {
    right: auto;
    left: 0;
  }
  /*
MAIN INFO
*/
  .main-info {
    background: white;
    padding: 110px 0 110px;
  }
  .main-info .box-content > div:first-child {
    width: 280px;
  }
  .main-info .box-content > div:last-child {
    width: 720px;
    padding-left: 30px;
    box-sizing: border-box;
    border-left: 1px solid #dddddd;
  }
  .main-info .title-main {
    color: #222222;
    text-align: left;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-info .title-main-caption {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 80px;
  }
  .main-info .main-info-link {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .main-info .btn {
    margin: 0;
  }
  .main-info .box-white {
    border: 1px solid #eee;
    background: rgba(255, 255, 255, 0.95);
    margin: 40px 0 0;
    padding: 40px 50px 40px;
  }
  .main-info .list-info {}
  /*
MAIN SERVICE
*/
  .main-sv {
    padding: 1px 0px 0 0;
  }
  .list-sv {}
  .list-sv > li {
    background: white;
    width: 20%;
    position: relative;
  }
  .list-sv .sv-pic {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .list-sv .sv-pic:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .list-sv .sv-pic:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
  }
  .list-sv .sv-pic.sv-pic-1:before {
    background: url(../img/pic-sv-1-2.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-sv .sv-pic.sv-pic-2:before {
    background: url(../img/pic-sv-1-2-2.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-sv .sv-pic.sv-pic-3:before {
    background: url(../img/pic-sv-3.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-sv .sv-pic.sv-pic-4:before {
    background: url(../img/pic-sv-4.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-sv .sv-pic.sv-pic-5:before {
    background: url(../img/pic-sv-5.jpg) center center no-repeat;
    background-size: cover;
  }
  .list-sv .sv-link-box {
    background: rgba(34, 34, 34, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 55px 5px;
    opacity: 0;
  }
  .list-sv .sv-pic:hover .sv-link-box {
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 5;
  }
  .list-sv .sv-link-box .btn {
    width: 100%;
    max-width: 170px;
  }
  .list-sv .sv-link-box p {
    text-align: center;
    color: white;
  }
  .list-sv .sv-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
  }
  .list-sv .sv-link:hover + .sv-pic:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .list-sv .sv-text {
    padding: 40px 15px 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    background: url(../img/list-sv-sep.png) right 40px no-repeat;
  }
  .list-sv > li:nth-child(4n) .sv-text {
    background: none;
  }
  .list-sv .sv-title {
    font-size: 36px;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .list-sv .sv-text p {
    font-size: 15px;
    line-height: 1.733em;
    text-align: center;
  }
  /*
TICKER
*/
  .ticker {
    background: #eeeeee;
    padding: 125px 0 125px;
  }
  .ticker a {
    margin-right: 20px;
  }
  .ticker .slick-next {
    right: -5px;
  }
  .ticker .slick-next:before {
    color: black;
  }
  .ticker .slick-prev:before {
    color: black;
  }
  /*
FA
*/
  .list-anchor-fa {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px auto;
  }
  .list-anchor-fa > li {
    border: 1px solid #222222;
    border-right: none;
    width: 33.333333%;
    box-sizing: border-box;
  }
  .list-anchor-fa > li:last-child {
    border-right: 1px solid #222;
  }
  .list-anchor-fa > li > a {
    display: block;
    color: #222;
    text-align: center;
    line-height: 66px;
  }
  .list-anchor-fa > li > a:hover {
    text-decoration: none;
    background: #222;
    color: white;
  }
  .main-prolink-fa {
    margin: 0 !important;
    padding-top: 200px !important;
    background: url(../img/bg-main-prolink-fa.jpg) center top repeat-y;
    background-size: cover;
  }
  .main-prolink-fa .prolink-1 .prolink-pic {
    width: 1200px;
    height: 400px;
  }
  .main-prolink-fa .prolink-2 .prolink-pic {
    width: 1200px;
    height: 400px;
  }
  .main-prolink-fa .prolink-3 .prolink-pic {
    width: 1200px;
    height: 400px;
  }
  .main-prolink-fa .prolink-1 .prolink-text {
    width: 700px;
    height: auto;
  }
  .main-prolink-fa .prolink-2 .prolink-text {
    width: 700px;
    height: auto;
  }
  .main-prolink-fa .prolink-3 .prolink-text {
    width: 700px;
    height: auto;
  }
  .main-prolink-fa .prolink-3 {
    margin-bottom: 100px !important;
  }
  .box-ac {
    position: relative;
    min-height: 350px;
    padding-left: 340px;
    background: white;
    width: 800px;
    margin: 0 auto;
  }
  .box-ac .ac-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 350px;
  }
  .box-ac .ac-content {
    padding: 40px 0 0;
  }
  .box-ac .ac-content .ac-title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .box-ac .ac-content p {
    font-size: 15px;
    line-height: 2.4em;
  }
  .ac-slider-thumb {
    margin: 50px auto;
  }
  .ac-slider-thumb .ac-slider-thumb-item {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 20px 0 0;
    position: relative;
  }
  .ac-slider-thumb .ac-slider-thumb-item img {
    transform: scale(1);
  }
  .ac-slider-thumb .ac-slider-thumb-item.slick-active {
    position: relative;
  }
  .ac-slider-thumb .ac-slider-thumb-item.slick-current:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.5);
  }
  .ac-slider-thumb .slick-next:before, .ac-slider-thumb .slick-prev:before {
    content: none;
  }
  .ac-slider-thumb .slick-prev {
    background: url(../img/main-banner-prev.png) 0 0 no-repeat;
    background-size: contain;
    width: 41px;
    height: 6px;
    z-index: 10;
    left: -60px;
  }
  .ac-slider-thumb .slick-next {
    background: url(../img/main-banner-next.png) 0 0 no-repeat;
    background-size: contain;
    width: 41px;
    height: 6px;
    z-index: 10;
    right: -60px;
  }
  .ac-slider-2 .box-ac {
    background: #fafafa;
  }
  .fa-btn {
    padding: 90px 0 55px !important;
  }
  .fa-btn h3 {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .fa-contact {
    background: url(../img/bg-fa-contact.jpg) center top no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
  }
  .fa-contact .box-content {
    width: 850px;
  }
  .fa-contact h3 {
    text-align: center;
    color: white;
    font-size: 24px;
    margin-bottom: 60px;
  }
  .box-fa-contacts {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box-fa-contacts .box-fa-contact {
    width: 400px;
  }
  .box-fa-contacts .box-fa-contact .fa-contact-top {
    background: white;
    padding: 45px 0 45px;
  }
  .box-fa-contacts .box-fa-contact .fa-contact-top p {
    text-align: center;
    font-size: 15px;
  }
  .box-fa-contacts .box-fa-contact .fa-contact-top p.en {
    font-size: 40px;
    text-align: center;
  }
  .box-fa-contacts .box-fa-contact .btn {
    width: 100%;
    margin: 0;
  }
  .box-fa-contacts .box-fa-contact .btn a {
    font-size: 18px;
  }
  .box-fa-contacts .box-fa-contact .btn a i {
    margin-right: 10px;
    font-size: 1.1em;
  }
  /*
ONLINE MEETING
*/
  .main-visual-online {
    margin-top: 100px;
    width: 100%;
    /*
	width: calc(100vw - 100px);
	height: calc(100vh - 200px);
*/
    margin-bottom: 0;
    /* 	margin-bottom: -200px; */
  }
  .main-visual-online .main-visual-arrow {
    bottom: 100px;
  }
  .main-visual-online:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-new-7.jpg) center center no-repeat;
    background-size: cover;
  }
  .main-visual-online:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.5);
  }
  #iframe_youtube {}
  .main-visual-online .main-visual-title {
    margin-bottom: 30px;
    z-index: 5;
  }
  .main-visual-online .main-visual-text-2 {
    font-size: 24px !important;
    margin-top: 0 !important;
    z-index: 5;
  }
  .online-intro {
    background: white;
    padding: 85px 0 85px;
  }
  .online-intro .online-intro-title {
    text-align: center;
    font-size: 30px;
    color: #222222;
    margin-bottom: 25px;
  }
  .online-intro p {
    text-align: center;
    font-size: 16px;
    color: #222222;
    line-height: 2.777em;
    margin-bottom: 0;
  }
  .online-intro p .under {
    text-decoration: underline;
  }
  .online-rec {
    background: #eeeeee;
    padding: 85px 0 100px;
  }
  .online-rec .online-rec-title {
    text-align: center;
    color: #333;
    font-size: 30px;
    margin: 0 0 40px;
  }
  .online-rec .cards {
    margin: 0;
  }
  .online-rec .cards .card {
    background: white;
    margin: 0;
  }
  .online-rec .cards .card .card-title {
    text-align: center;
    line-height: 1.545em;
  }
  .online-rec .cards .card .card-content {
    margin: 20px auto 20px;
  }
  .online-limit {
    background: url(../img/bg-online-limit.jpg) center center no-repeat;
    background-size: cover;
    padding: 85px 0 85px;
  }
  .online-limit .online-limit-title {
    text-align: center;
    color: white;
    font-size: 30px;
    margin: 0 0 60px;
  }
  .online-limit .box-limit {
    background: white;
    padding: 45px 75px 45px;
  }
  .online-limit .box-limit p {
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
  }
  .online-limit .box-limit .limit-btns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto;
  }
  .online-limit .box-limit .limit-btns .limit-btn {
    width: 410px;
  }
  .online-limit .box-limit .limit-btns .limit-btn > a {
    color: white;
    font-size: 20px;
    background: #265a8a;
    line-height: 56px;
    display: block;
    text-align: center;
  }
  .online-limit .box-limit .limit-btns .limit-btn-2 > a {
    background: #b37d20;
  }
  .online-limit .box-limit .limit-btns .limit-btn > a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .online-limit .box-limit p.online-limit-notice {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
  }
  .online-flow {
    padding-bottom: 85px;
  }
  .box-webex {
    border: 1px solid #cccccc;
    margin: 60px 0 60px;
    padding: 50px 50px 50px 250px;
    position: relative;
    background: white;
  }
  .box-webex .webex-title {
    font-size: 26px;
    color: #222222;
    text-align: left;
    margin-bottom: 15px;
  }
  .box-webex p {
    font-size: 16px;
    line-height: 2.25em;
  }
  .box-webex .pic-webex-1 {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 170px;
  }
  .box-webex .pic-webex-2 {
    width: 158px;
    display: block;
    margin-bottom: 15px;
  }
  .list-online-flow {
    margin-bottom: 35px;
  }
  .list-online-flow > li {
    padding: 50px 0 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list-online-flow .online-flow-pic {
    width: 500px;
  }
  .list-online-flow .online-flow-text {
    width: 470px;
  }
  .list-online-flow .online-flow-text .online-flow-title {
    margin-bottom: 25px;
    font-size: 28px;
  }
  .list-online-flow .online-flow-text .online-flow-title .en {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
  }
  .list-online-flow .online-flow-text p {
    font-size: 16px;
    color: #222222;
    line-height: 2.25em;
  }
  .list-online-flow + p {
    font-size: 15px;
    line-height: 2em;
  }
  .online-home {
    background: #efefef;
    padding: 60px 0 70px;
    margin-bottom: 30px;
  }
  .online-home .box-content {
    position: relative;
  }
  .online-home .box-content:after {
    content: "";
    display: block;
    background: url(../img/bg-online-home.png) right bottom no-repeat;
    background-size: 824px 550px;
    position: absolute;
    right: -230px;
    bottom: -70px;
    width: 824px;
    height: 550px;
  }
  .online-home .online-home-title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.5em;
    z-index: 3;
  }
  .online-home .online-home-ama {
    position: absolute;
    width: 240px;
    left: 520px;
    top: -100px;
    z-index: 5;
  }
  .online-home p {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
  }
  .online-home p + p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #888888;
  }
  .online-home .btn {
    margin: 0;
    width: 400px;
    position: relative;
    z-index: 3;
  }
  .online-home .btn a {
    font-size: 20px;
  }
  .online-how {
    padding-bottom: 85px;
  }
  .online-how .list-online-how {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px auto 0;
  }
  .online-how .list-online-how > li {
    width: 25%;
    padding: 10px 25px 0;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
    position: relative;
  }
  .online-how .list-online-how > li:last-child {
    border-right: none;
  }
  .online-how .list-online-how > li:after {
    content: "";
    display: block;
    background: url(../img/list-online-how-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 41px;
    height: 6px;
    position: absolute;
    right: -20px;
    top: 38%;
  }
  .online-how .list-online-how > li:last-child:after {
    content: none;
  }
  .online-how .list-online-how .online-how-pic {
    width: 48px;
    margin: 0 auto;
  }
  .online-how .list-online-how .online-how-title {
    text-align: center;
    font-size: 22px;
    height: 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.36em;
    margin: 15px auto;
  }
  .online-how .list-online-how p {
    font-size: 16px;
    line-height: 1.875em;
  }
  .main-online {
    background: url(../img/bg-main-online.jpg) center center no-repeat;
    background-size: cover;
    padding: 70px 0 70px;
  }
  .main-online .main-online-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(../img/list-online-how-arrow.png) 95% 80px no-repeat;
    background-size: 41px 6px;
  }
  .main-online .main-online-link:hover + .main-online-pic {
    opacity: 0.5;
  }
  .main-online .box-content {
    background: white;
    position: relative;
    box-sizing: border-box;
    padding: 40px 40px 40px 380px;
    height: 260px;
  }
  .main-online .main-online-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
  }
  .main-online .title-en {
    text-align: left;
    margin: 0 0 10px !important;
    padding: 0;
    font-size: 40px !important;
  }
  .main-online .title-en-caption {
    text-align: left;
    margin: 0 0 20px;
  }
  .main-online p {
    margin: 0;
    line-height: 2em;
  }
  /*
FIRST CLASS ARCHITECT
*/
  .main-visual-fa .box-col-slider-btns {
    display: none;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-fa-1:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-fa-1.jpg) center center no-repeat;
    background-size: cover;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-fa-2:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-fa-2.jpg) center center no-repeat;
    background-size: cover;
  }
  .main-visual .main-visual-slide .slide-item.slide-item-fa-3:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-visual-fa-3.jpg) center center no-repeat;
    background-size: cover;
  }
  .fa-pre {
    position: relative;
    background: white;
    padding-bottom: 125px;
  }
  .fa-pre:before {
    content: "";
    display: block;
    background: #eeeeee;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
  .fa-works .box-content {
    border-bottom: 1px solid #dddddd;
  }
  .slider-pre .works {
    width: 500px;
  }
  .slider-pre .works-pic {
    border: 1px solid #eeeeee;
  }
  .slider-pre .slick-prev, .slider-pre .slick-next {
    display: none !important;
  }
  .fa-pre .box-col-slider-btns.slider-single-btns .box-col-btn-prev, .fa-pre .box-col-slider-btns.slider-single-btns .box-col-btn-next {
    margin-top: 3px;
  }
  .fa-pre .slider-single-btns {
    width: 1000px;
    margin-top: 45px;
  }
  .fa-qna .box-content {
    width: 800px;
    padding-bottom: 50px;
  }
  .fa-qna .list-qna .qna-a {
    padding: 15px 0 15px;
    line-height: 2em;
  }
  /*
MAIN MEDIA
*/
  .main-media {}
  .main-media .main-media-header {
    position: relative;
    margin-bottom: 20px;
  }
  .main-media .main-media-header .title-en {
    text-align: left;
    display: inline-block;
    margin: 0;
    margin-right: 30px;
  }
  .main-media .main-media-header .title-en-caption {
    text-align: left;
    display: inline-block;
    margin: 0;
  }
  .main-media .main-media-header .btn {
    position: absolute;
    right: 0;
    top: 85px;
    margin: 0;
  }
  .main-media .main-media-content {}
  .main-media .list-entry {}
  .main-media .list-entry .entry {}
  .main-media .list-entry .entry .entry-pic {
    height: 187px;
    overflow: hidden;
  }
  .main-media .list-entry .entry .entry-pic img {
    width: 100%;
    height: 100%;
  }
  .main-media .list-entry .entry .entry-pic img:last-child {
    display: none;
  }
  .main-media .list-entry .entry:last-child .entry-content {
    border: none;
  }
  .main-media .list-entry .entry .entry-content {
    margin: 30px auto 10px;
    padding: 0 20px;
    min-height: 70px;
  }
  .main-media .list-entry .entry .entry-content .entry-info {
    margin-bottom: 10px;
  }
  .main-media .list-entry .entry .entry-content .entry-cat {
    display: inline-block;
    position: relative;
    z-index: 5;
  }
  .main-media .list-entry .entry .entry-content .entry-cat:after {
    content: "|";
    font-size: 15px;
    color: #cccccc;
    margin-right: 5px;
    margin-left: 5px;
  }
  .main-media .list-entry .entry .entry-content .entry-cat a {
    color: #222;
    background: none;
    display: inline;
    font-size: 15px;
    padding: 0;
  }
  .main-media .list-entry .entry .entry-content .entry-time {
    display: inline-block;
    font-size: 15px;
  }
  .main-media .list-entry .entry .entry-content .entry-title {
    min-height: inherit;
    font-size: 20px;
    line-height: 1.5em;
  }
  /*
MAIN RECOMMEND
*/
  .main-recom {
    background: #eeeeee;
    padding: 1px 0 70px;
    margin-top: 80px;
  }
  .main-recom-mt0 {
    margin-top: 0;
  }
  .main-recom .title-main {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .main-recom .title-main-caption {
    font-size: 18px;
  }
  .main-recom-slider {}
  .main-recom-slider .recom-item {
    width: 478px;
    margin: 0 26px;
  }
  .main-recom-slider .recom-pic {
    width: 478px;
    margin: 0 auto;
  }
  .main-recom-slider .recom-pic:hover {
    opacity: 0.7;
  }
  .main-recom .slider-single-btns-recom {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-recom .box-col-slider-btns .slick-counter {
    position: relative;
    top: 5px;
  }
}
/* NP21 FIX BANNER */
#fixed-banner {
  position: fixed;
  z-index: 9998;
  width: 200px;
  right: 20px;
  bottom: 100px;
}
.l-banner {
  display: none;
  width: 100%;
  padding: 3em 0;
}
.l-banner__image {
  max-width: 705px;
  width: calc(100% - 20px - 20px);
  margin: 0 auto;
}
.l-banner__image.is-works {
  width: calc(100% - 10px);
}
@media screen and (max-width: 737px) {
  #fixed-banner {
    display: none;
  }
  .l-banner {
    display: block;
  }
}