/***************************
 *
 * トップページ
 * ★ページ中身用★
 *
 **************************/
@media all and (max-width: 736px) {
  /*
MAIN VISUAL
*/
  .main-visual {
    height: 100%;
    height: 100vh;
    margin-bottom: -40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .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/main-visual-new-7.jpg) center center 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;
  }
  .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-sp.png) 0 0 no-repeat;
    background-size: contain;
    z-index: 10;
    left: 25px;
    bottom: 55px;
    width: 6px;
    height: 10px;
    top: auto;
  }
  .main-visual .slick-next {
    background: url(../img/main-visual-next-sp.png) 0 0 no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    z-index: 10;
    right: 55px;
    top: auto;
    bottom: 55px;
  }
  .main-visual .main-visual-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding-right: 45px;
  }
  .main-visual .main-visual-title {
    text-align: center;
    margin: -100px auto 20px;
    font-size: 45px;
    color: white;
  }
  .main-visual .main-visual-text {
    text-indent: -9999em;
    background: url(../img/main-visual-text-sp.png) center center no-repeat;
    background-size: contain;
    width: 136px;
    height: 44px;
    margin: 0 auto;
    text-indent: -9999em;
  }
  .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 .slick-dots {
    z-index: 5;
    background: white;
    bottom: 45px;
    height: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }
  .main-visual .slick-dots li {
    margin-top: 15px;
  }
  .main-visual .slick-dots li button {}
  .main-visual .slick-prev, .main-visual .slick-next, .main-visual .slick-dots {
    display: none !important;
  }
  .main-visual .slider-single-btns {
    position: absolute;
    left: 0px;
    bottom: 40px;
    margin: 0;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 60px;
    z-index: 100;
    background: white;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .main-visual .box-notice-online {
    width: 130px;
    position: absolute;
    right: 50px;
    bottom: 100px;
    z-index: 10;
  }
  .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: 11px;
    text-align: center;
    line-height: 1.444em;
  }
  .box-notice-online .box-notice-online-content .btn {
    margin: 10px auto 0;
    width: 90%;
  }
  .main-visual .box-col-slider-btns .slick-counter {
    margin: 10px 25px;
  }
  .main-visual .box-col-slider-btns.slider-single-btns .box-col-btn-prev, .main-visual .box-col-slider-btns.slider-single-btns .box-col-btn-next {
    margin-top: 12px;
  }
  .main-visual-popup {
    position: absolute;
    right: 10px;
    bottom: 90px;
  }
  .main-visual-popup > div {
    width: 100px;
    position: relative;
    margin-bottom: 10px;
  }
  .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;
  }
  @media screen and (max-height: 600px) {
    .main-visual-popup > div {
      width: 80px;
    }
  }
  /*
MAIN NEWSBAR
*/
  .main-newsbar {
    height: 80px;
    position: relative;
    margin-top: -180px;
    display: none;
  }
  .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;
    display: block;
    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: 35px;
    color: #222222;
    font-weight: 500;
    margin: 45px auto 15px;
    text-align: center;
    font-family: 'Cormorant SC', serif;
  }
  .title-main-caption {
    text-align: center;
    color: #222222;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .box-title {
    background: url(../img/bg-box-title.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 160px;
    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 15px;
  }
  .box-title .title-main-caption {
    color: white;
    margin: 0;
  }
  /*
MAIN CONCEPT
*/
  .main-concept {
    margin-top: 0px;
    padding: 105px 0 0px;
    position: relative;
    overflow: hidden;
    z-index: 3;
  }
  .main-concept .box-content {
    box-sizing: border-box;
    margin-left: 50px;
    background: rgba(238, 238, 238, 0.95);
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 25px;
    box-sizing: border-box;
  }
  .main-concept .main-concept-gray {
    position: absolute;
    left: 0;
    top: 0;
    width: 3000px;
    height: 100%;
    position: absolute;
    background: rgba(238, 238, 238, 0.95);
    display: none;
  }
  .main-concept h2 {
    font-size: 35px;
    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: 15px;
    height: 15px;
    vertical-align: middle;
  }
  .main-concept .title-up {
    position: relative;
    font-size: 15px;
    margin-bottom: 0px;
  }
  .main-concept .main-concept-pic-1 {
    position: absolute;
    left: -35px;
    top: -50px;
    width: 145px;
  }
  .main-concept p {
    position: relative;
    line-height: 2em;
    padding-right: 25px;
    font-size: 14px;
  }
  .main-concept .btn {
    margin: 15px 0 0;
  }
  .main-concept .main-concept-pic2 {
    width: 100%;
    height: 200px;
    margin: 15px 0;
    margin-left: -50px;
  }
  .main-concept .main-concept-pic2 img {
    width: 100%;
  }
  /*
MAIN BANNER
*/
  .main-banner {
    background: #eeeeee;
    padding: 35px 0px 40px;
  }
  .main-banner .slider-item {
    width: 100%;
    margin: 0 5px;
  }
  .main-banner .slick-next:before, .main-banner .slick-prev:before {
    content: none;
  }
  .main-banner .slick-prev {
    background: url(../img/main-visual-prev-sp.png) 0 0 no-repeat;
    background-size: contain;
    z-index: 10;
    left: 20px;
    bottom: -35px;
    width: 6px;
    height: 10px;
    top: auto;
  }
  .main-banner .slick-next {
    background: url(../img/main-visual-next-sp.png) 0 0 no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    z-index: 10;
    left: auto;
    right: 20px;
    top: auto;
    bottom: -35px;
  }
  .main-banner .slick-dots {
    z-index: 5;
    bottom: -50px;
    height: 40px;
    box-sizing: border-box;
  }
  .main-banner .slick-dots li {
    margin-top: 5px;
  }
  .slider-banners {
    /*
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;	
*/
  }
  .slider-banners .slider-item {
    text-align: center;
    margin: 0 auto 20px;
    width: 80%;
  }
  /*
MAIN PROLINK
*/
  .main-prolink {
    background: url(../img/bg-main-prolink.jpg) center center repeat-y;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 200px 20px 20px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
  }
  .prolink {
    position: relative;
    margin-bottom: 50px;
  }
  .prolink .prolink-pic {}
  .prolink .prolink-pic img {
    transform: none !important;
  }
  .prolink .prolink-text {
    background: rgba(34, 34, 34, 0.9);
    margin: -30px 25px 0;
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .prolink .prolink-text .prolink-title {
    text-align: center;
    color: white;
    font-size: 26px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
  .prolink .prolink-text .prolink-title-caption {
    text-align: center;
    color: white;
    font-size: 13px;
    position: relative;
    z-index: 2;
  }
  .prolink .prolink-text .btn {
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
    width: 200px;
  }
  /*
MAIN WORKS
*/
  .main-works {
    background: white;
    padding: 1px 0 45px;
    position: relative;
    overflow: hidden;
  }
  .main-works:before {
    content: "";
    display: block;
    background: #eee;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .list-works {
    margin: 5px 0 !important;
  }
  .list-works .works-wrap {
    padding: 25px 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .list-works .works {
    width: 49%;
    background: white;
    position: relative;
    margin-bottom: 10px;
  }
  .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: 5px;
    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: 12px;
    color: white;
    line-height: 2em;
  }
  .list-works .works .works-text .btn {
    width: 100%;
    margin: 5px 0 0;
  }
  .list-works .works .works-text .btn a {
    line-height: 30px;
  }
  .list-works .works .works-text .btn a:after {
    content: none;
  }
  .list-works .slick-next:before, .list-works .slick-prev:before {
    content: none;
  }
  .list-works .slick-prev {
    background: url(../img/main-visual-prev-sp.png) 0 0 no-repeat;
    background-size: contain;
    z-index: 10;
    left: 20px;
    bottom: -10px;
    width: 6px;
    height: 10px;
    top: auto;
  }
  .list-works .slick-next {
    background: url(../img/main-visual-next-sp.png) 0 0 no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    z-index: 10;
    left: auto;
    right: 20px;
    top: auto;
    bottom: -10px;
  }
  .list-works .slick-dots {
    z-index: 5;
    bottom: -25px;
    height: 40px;
    box-sizing: border-box;
  }
  .list-works .slick-dots li {
    margin-top: 5px;
  }
  .list-works .slick-dots li button {}
  .hori-wrap {
    height: 45px;
    background: white;
    margin: 30px 0 0;
  }
  .hori {
    height: 45px;
    box-sizing: border-box;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 15;
    background: white;
  }
  .hori.is-fixed + .grid {}
  .hori::-webkit-scrollbar {
    height: 1px;
  }
  .hori::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #eee;
    border-radius: 5px;
  }
  .hori::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
  }
  .list-works-cat {
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
  }
  .list-works-cat .underbar {
    display: none !important;
  }
  .list-works-cat > li {
    padding: 0 20px;
  }
  .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;
  }
  /*
MAIN SR
*/
  .main-sr {
    position: relative;
    padding: 1px 0 0;
  }
  .list-sr {
    margin-top: 25px;
    padding: 0 15px;
  }
  .list-sr .sr {
    width: 100%;
    background: white;
    box-sizing: border-box;
  }
  .list-sr .sr .sr-pic {
    height: 150px;
  }
  .list-sr .sr .sr-pic a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .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: 15px 0 5px;
    position: relative;
    z-index: 5;
  }
  .list-sr .sr .sr-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 5px;
  }
  .list-sr .sr .sr-text p {
    text-align: center;
    font-size: 13px;
    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;
    display: none;
  }
  /*
PARA
*/
  .para-1 {
    height: 200px;
    overflow: hidden;
  }
  .para-1 > .inner {
    background: url(../img/para-1.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
  }
  /*
MAIN BOTTOM BANNER
*/
  .main-bottom-banner {}
  .list-bottom-banner {}
  .list-bottom-banner > li {
    position: relative;
    height: 160px;
    width: 100%;
  }
  .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: 20px;
    margin-bottom: 10px;
  }
  .list-bottom-banner .bottom-banner-text .bottom-banner-title-caption {
    margin-bottom: 20px;
    color: white;
    text-align: center;
    font-size: 12px;
  }
  .list-bottom-banner .bottom-banner-text .btn {
    display: none;
  }
  .list-bottom-banner > li:nth-child(2) .bottom-banner-text, .list-bottom-banner > li:nth-child(4) .bottom-banner-text {
    right: auto;
    left: 0;
  }
  .list-bottom-banner .bottom-banner-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
  }
  /*
MAIN INFO
*/
  .main-info {
    background: white;
    padding: 0px 25px 50px;
  }
  .main-info .box-content > div:first-child {
    width: 100%;
  }
  .main-info .box-content > div:last-child {
    width: 100%;
    box-sizing: border-box;
  }
  .main-info .main-info-link {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .main-info .btn {
    margin: 25px 0 0;
    width: 100%;
  }
  .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 {}
  .list-tab {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-tab > li {
    /* 	margin-left: 40px; */
  }
  .list-tab > li > span {
    color: #222222;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 5px;
  }
  .list-tab > li > span:hover {
    cursor: pointer;
  }
  .list-tab > li.is-active > span {
    border-bottom: 1px solid #222;
  }
  .tab {
    display: none;
    padding: 20px;
  }
  .tab.is-active {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
  }
  /*
MAIN SERVICE
*/
  .main-sv {
    padding: 1px 0px 0 0;
  }
  .list-sv {}
  .list-sv > li {
    background: white;
    width: 100%;
    position: relative;
  }
  .list-sv > li .sv-link {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .list-sv .sv-pic {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    height: 130px;
    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-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.2);
    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: 10px 15px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: url(../img/list-sv-sep.png) right 40px no-repeat;
  }
  .list-sv .sv-title {
    font-size: 26px;
    position: relative;
    z-index: 5;
    text-align: left;
  }
  .list-sv .sv-text p {
    font-size: 13px;
    line-height: 1.733em;
    text-align: right;
  }
  /*
TICKER
*/
  .ticker {
    background: #eeeeee;
    padding: 35px 15px 35px;
  }
  .ticker a {}
  .ticker .box-content {
    padding-left: 0;
    padding-right: 0;
  }
  .ticker-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  /*
.ticker-slider .slick-track {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}
.ticker-slider .slick-track:before, .ticker-slider .slick-track:after {
	content: none;
}
*/
  /*
FA
*/
  .main-visual-fa {}
  .main-visual-first .main-visual-title-up {
    padding: 0 15px;
    line-height: 1.5em;
  }
  .main-visual.main-visual-fa .main-visual-arrow {
    bottom: 60px;
  }
  .list-anchor-fa {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto;
    border-bottom: 1px solid #222222;
  }
  .list-anchor-fa > li {
    border: 1px solid #222222;
    border-bottom: none;
    width: 100%;
    box-sizing: border-box;
  }
  .list-anchor-fa > li:last-child {}
  .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: 50px !important;
    background: url(../img/bg-main-prolink-fa.jpg) center top repeat-y;
    background-size: cover;
  }
  .main-prolink-fa .prolink-1 .prolink-pic {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .main-prolink-fa .prolink-2 .prolink-pic {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .main-prolink-fa .prolink-3 .prolink-pic {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .main-prolink-fa .prolink-1 .prolink-text {
    width: 100%;
    margin: 0;
  }
  .main-prolink-fa .prolink-2 .prolink-text {
    width: 100%;
    margin: 0;
  }
  .main-prolink-fa .prolink-3 .prolink-text {
    width: 100%;
    margin: 0;
  }
  .main-prolink-fa .prolink-3 {
    margin-bottom: 50px !important;
  }
  .prolink-first .box-content {
    padding: 0;
  }
  .box-ac {
    position: relative;
    background: white;
    margin: 0 auto;
  }
  .box-ac .ac-pic {
    float: left;
    margin-right: 15px;
    width: 150px;
  }
  .box-ac .ac-content {
    padding: 15px;
  }
  .box-ac .ac-content .ac-title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8em;
  }
  .box-ac .ac-content .ac-title .en {
    display: block;
  }
  .box-ac .ac-content p {
    font-size: 15px;
    line-height: 1.8em;
  }
  .ac-slider-thumb {
    margin: 15px auto 30px;
  }
  .ac-slider-thumb .ac-slider-thumb-item {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 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: 40px 15px 15px !important;
  }
  .fa-btn h3 {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 25px;
  }
  .fa-contact {
    background: url(../img/bg-fa-contact.jpg) center top no-repeat;
    background-size: cover;
    padding: 40px 0 40px;
  }
  .fa-contact .box-content {}
  .fa-contact h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 1.6em;
  }
  .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: 100%;
    margin-bottom: 10px;
  }
  .box-fa-contacts .box-fa-contact .fa-contact-top {
    background: white;
    padding: 25px 0 25px;
  }
  .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 {
    height: 250px;
    margin-bottom: 0;
  }
  .main-visual-online .main-visual-arrow {
    display: none;
  }
  .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 bottom 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);
  }
  .main-visual-online .mbYTP_wrapper {
    display: none !important;
  }
  .main-visual-online .main-visual-title {
    margin-bottom: 20px;
    z-index: 5;
  }
  .main-visual-online .main-visual-text-2 {
    font-size: 24px;
    margin-top: 0 !important;
    z-index: 5;
  }
  .online-intro {
    background: white;
    padding: 35px 0 35px;
  }
  .online-intro .online-intro-title {
    text-align: center;
    font-size: 20px;
    color: #222222;
    margin-bottom: 25px;
    line-height: 1.8em;
  }
  .online-intro p {
    text-align: left;
    font-size: 16px;
    color: #222222;
    line-height: 2em;
    margin-bottom: 0;
  }
  .online-intro p .under {
    text-decoration: underline;
  }
  .online-rec {
    background: #eeeeee;
    padding: 45px 0 45px;
  }
  .online-rec .online-rec-title {
    text-align: center;
    color: #333;
    font-size: 20px;
    margin: 0 0 20px;
  }
  .online-rec .cards {
    margin: 0;
  }
  .online-rec .cards .card {
    background: white;
    margin: 0;
  }
  .online-rec .cards .card img {
    width: 100%;
    max-width: 100%;
  }
  .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: 45px 0 45px;
  }
  .online-limit .online-limit-title {
    text-align: center;
    color: white;
    font-size: 20px;
    margin: 0 0 30px;
    line-height: 1.8em;
  }
  .online-limit .box-limit {
    background: white;
    padding: 15px;
  }
  .online-limit .box-limit p {
    text-align: left;
    font-size: 16px;
    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: 100%;
    margin-bottom: 10px;
  }
  .online-limit .box-limit .limit-btns .limit-btn > a {
    color: white;
    font-size: 15px;
    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: 45px;
  }
  .box-webex {
    border: 1px solid #cccccc;
    margin: 30px 0 30px;
    padding: 15px;
    position: relative;
    background: white;
  }
  .box-webex .webex-title {
    font-size: 18px;
    color: #222222;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.8em;
  }
  .box-webex p {
    font-size: 16px;
    line-height: 2em;
  }
  .box-webex .pic-webex-1 {
    display: block;
    margin: 0 auto 15px;
    width: 170px;
  }
  .box-webex .pic-webex-2 {
    width: 158px;
    display: block;
    margin: 0 auto 15px;
  }
  .list-online-flow {
    margin-bottom: 35px;
  }
  .list-online-flow > li {
    border-bottom: 1px solid #dddddd;
    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: 100%;
    margin-bottom: 15px;
  }
  .list-online-flow .online-flow-text {
    width: 100%;
  }
  .list-online-flow .online-flow-text .online-flow-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .list-online-flow .online-flow-text .online-flow-title .en {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
  }
  .list-online-flow .online-flow-text p {
    font-size: 16px;
    color: #222222;
    line-height: 2em;
  }
  .list-online-flow + p {
    font-size: 15px;
    line-height: 2em;
  }
  .online-home {
    background: #efefef;
    padding: 45px 0 45px;
    overflow: hidden;
  }
  .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: 20px;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    line-height: 1.8em;
  }
  .online-home .online-home-ama {
    display: block;
    width: 240px;
    margin: 20px auto;
    z-index: 5;
  }
  .online-home p {
    font-size: 16px;
    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: 100%;
    position: relative;
    z-index: 3;
  }
  .online-home .btn a {}
  .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: 100%;
    padding: 25px 10px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }
  .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;
    left: 50%;
    bottom: 0;
    transform: rotate(90deg);
    margin-left: -20px;
  }
  .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: 18px;
    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: 35px 15px 35px;
  }
  .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% calc(100% - 15px) 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: 15px;
  }
  .main-online .main-online-pic {
    width: 100%;
  }
  .main-online .title-en {
    text-align: left;
    margin: 0 0 10px !important;
    padding: 0;
    font-size: 30px !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: 35px;
  }
  .fa-pre .box-col-slider-btns {
    display: none;
  }
  .fa-pre .list-works .slick-dots {
    bottom: -40px;
  }
  .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 {}
  .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 {
    margin-top: 45px;
  }
  .fa-qna .box-content {
    padding-bottom: 50px;
  }
  .fa-qna .list-qna .qna-a {
    padding: 15px 0 15px;
    line-height: 2em;
  }
  .fa-works .card-title {
    line-height: 1.8em;
  }
  /*
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: 220px;
    /*
	height: 187px;
	overflow: hidden;
*/
  }
  .main-media .list-entry .entry .entry-pic img {
    width: 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: 10px auto 30px;
    padding: 0 15px;
  }
  .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: 18px;
    line-height: 1.5em;
    padding-top: 30px;
  }
  /*
MAIN RECOMMEND
*/
  .main-recom {
    background: #eeeeee;
    margin-top: 40px;
    padding: 1px 0 40px;
  }
  .main-recom .title-main {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .main-recom .title-main-caption {
    font-size: 15px;
  }
  .main-recom-slider {
    margin-top: 35px;
  }
  .main-recom-slider .recom-item {
    width: 290px;
    margin: 0 5px;
  }
  .main-recom-slider .recom-pic {
    width: 290px;
    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;
    margin-top: 30px !important;
  }
  .main-recom .box-col-slider-btns .slick-counter {
    position: relative;
    top: 5px;
  }
}