@charset "UTF-8";
@media print, screen and (min-width: 751px) {
  /* -----------------------------------------------------------------------------
  
  	TOP page
    
  ----------------------------------------------------------------------------- */
  header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  #wrapper {
    background: #efefef;
  }
  /* news
  ---------------------------------------------*/
  #news {
    position: relative;
    padding: 0;
    margin-top: -150px;
  }
  #news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 180%;
    margin: 12% -10% 0;
    background: #efefef;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
  }
  #news .inner {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    top: 50px;
    margin: -150px auto 0;
    margin: 0 auto;
    padding: 0 0 30px;
    position: relative;
    z-index: 2;
  }
  #news .bnrWrap ul {
    font-size: 0;
    text-align: center;
  }
  #news .bnrWrap ul li {
    display: inline-block;
    width: 31.66%;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  #news .bnrWrap ul li + li {
    margin: 0 0 0 2.51%;
  }
  #news .bnrWrap ul li a {
    display: block;
  }
  #news .bnrWrap ul li img {
    width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news .bnrWrap .bx-wrapper {
    display: none;
  }
  #news .newsWrap, #news .informationWrap {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  #news .newsWrap .ttl, #news .informationWrap .ttl {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
  }
  #news .newsWrap .ttl h2, #news .informationWrap .ttl h2 {
    font-size: 2.6rem;
    display: inline-block;
  }
  #news .newsWrap .ttl .more, #news .informationWrap .ttl .more {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 4px;
  }
  #news .newsWrap .ttl .more li, #news .informationWrap .ttl .more li {
    float: left;
    padding-left: 18px;
    margin-left: 20px;
  }
  #news .newsWrap .ttl .more li.rss, #news .informationWrap .ttl .more li.rss {
    background: url(../common/img/sp/icon_rss.png) no-repeat left center;
    background-size: 12px;
  }
  #news .newsWrap .ttl .more li.list, #news .informationWrap .ttl .more li.list {
    padding-left: 15px;
    background: url(../common/img/sp/icon_arrow_r.png) no-repeat left center;
    background-size: 7px;
  }
  #news .newsWrap .ttl .more li a, #news .informationWrap .ttl .more li a {
    font-size: 1.3rem;
  }
  #news .newsWrap .ttl .more li a:hover, #news .informationWrap .ttl .more li a:hover {
    text-decoration: underline;
  }
  #news .newsWrap .ttl .tab, #news .informationWrap .ttl .tab {
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  #news .newsWrap .ttl .tab li, #news .informationWrap .ttl .tab li {
    float: left;
    padding: 0 15px;
    margin: 0 3px;
    text-align: center;
    line-height: 33px;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
  }
  #news .newsWrap .ttl .tab li.active, #news .informationWrap .ttl .tab li.active {
    color: #e60012;
  }
  #news .newsWrap .ttl .tab li.active:after, #news .informationWrap .ttl .tab li.active:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #e60012;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #news .newsWrap .newsList, #news .informationWrap .newsList {
    padding: 30px;
    min-height: 166px;
    box-sizing: border-box;
  }
  #news .newsWrap .newsList .newsBox, #news .informationWrap .newsList .newsBox {
    display: none;
  }
  #news .newsWrap .newsList .newsBox.active, #news .informationWrap .newsList .newsBox.active {
    display: block;
  }
  #news .newsWrap .newsList .newsBox ul li, #news .informationWrap .newsList .newsBox ul li {
    position: relative;
  }
  #news .newsWrap .newsList .newsBox ul li + li, #news .informationWrap .newsList .newsBox ul li + li {
    margin-top: 20px;
  }
  #news .newsWrap .newsList .newsBox ul li span, #news .informationWrap .newsList .newsBox ul li span {
    font-size: 1.4rem;
    display: inline-block;
  }
  #news .newsWrap .newsList .newsBox ul li .date, #news .informationWrap .newsList .newsBox ul li .date {
    color: #666;
    width: 220px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #news .newsWrap .newsList .newsBox ul li .date .tag, #news .informationWrap .newsList .newsBox ul li .date .tag {
    width: 100px;
    margin-left: 20px;
    text-align: center;
    background: #666;
    font-size: 1.2rem;
    color: #fff;
  }
  #news .newsWrap .newsList .newsBox ul li a, #news .informationWrap .newsList .newsBox ul li a {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 220px;
  }
  #news .newsWrap .newsList .newsBox ul li a:hover, #news .informationWrap .newsList .newsBox ul li a:hover {
    color: #e60012;
    text-decoration: underline;
  }
  #news .newsWrap {
    margin-top: 30px;
  }
  #news .informationWrap {
    margin-top: 10px;
    position: relative;
    padding: 0 70px 0 40px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #news .informationWrap h2 {
    font-size: 1.5rem;
    color: #e60012;
    display: inline-block;
    padding-left: 35px;
    background: url(../common/img/icon_caution.png) no-repeat left center;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 40px;
  }
  #news .informationWrap .btnAcd {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 14px;
    height: 14px;
    background: url(../common/img/icon_plus_g.png) no-repeat;
    cursor: pointer;
  }
  #news .informationWrap.active .btnAcd {
    background: url(../common/img/icon_minus_g.png) no-repeat;
  }
  #news .informationWrap .ttlInfo {
    padding: 19px 0;
    font-size: 1.4rem;
  }
  #news .informationWrap .ttlInfo .date {
    color: #666;
    display: inline-block;
    margin-right: 18px;
    position: absolute;
  }
  #news .informationWrap .ttlInfo a {
    display: inline-block;
    margin-left: 90px;
  }
  #news .informationWrap .ttlInfo a:hover {
    color: #e60012;
    text-decoration: underline;
  }
  #news .informationWrap > .ttlInfo {
    margin-left: 180px;
  }
  #news .informationWrap ul {
    margin-left: 180px;
    margin-bottom: 20px;
    display: none;
  }
  #news .informationWrap ul li {
    font-size: 1.4rem;
  }
  #news .informationWrap ul li div {
    margin-bottom: 15px;
  }
  #news .informationWrap ul li div p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  /* insight
  ---------------------------------------------*/
  #insight {
    position: relative;
    padding: 80px 0;
    margin-bottom: -120px;
  }
  #insight:before {
    content: '';
    position: absolute;
    top: -19.5%;
    left: 0;
    width: 120%;
    height: 55%;
    margin: 12% -10% 0;
    background: url(../img/bg_insight.png) no-repeat center 8%, url(../img/bg_red.png) repeat center top;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    z-index: 1;
  }
  #insight .inner {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: -20px auto 0;
    padding: 10% 0 120px;
    position: relative;
    z-index: 2;
  }
  #insight .inner .ttlWrap {
    position: relative;
  }
  #insight .inner h2 {
    color: #fff;
    font-size: 6rem;
    text-align: center;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, "sans-serif";
    position: relative;
    z-index: 2;
  }
  #insight .inner .lead {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
  }
  #insight .inner ul {
    margin: 0 -0.81%;
  }
  #insight .inner ul li {
    width: 23.36%;
    float: left;
    margin: 0 0.81% 30px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  }
  #insight .inner ul li a .figure {
    position: relative;
  }
  #insight .inner ul li a .figure figure {
    overflow: hidden;
  }
  #insight .inner ul li a .figure figure img {
    width: 100%;
  }
  #insight .inner ul li a .figure .label {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    background: #222;
    font-size: 1.1rem;
    padding: 0 10px;
  }
  #insight .inner ul li a .text {
    background: #fff;
    font-size: 1.4rem;
    padding: 16px 20px;
    height: 75px;
    box-sizing: border-box;
  }
  #insight .inner .btn {
    margin: 10px auto;
  }
  /* introduce
  ---------------------------------------------*/
  #introduce {
    position: relative;
    padding: 0;
    margin-top: -150px;
    padding-bottom: 6%;
  }
  #introduce .inner {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
  }
  #introduce .inner p:not(:last-child) {
    margin-bottom: 30px;
  }
  /* business
  ---------------------------------------------*/
  #business {
    position: relative;
    padding: 4% 0 10%;
  }
  #business:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 38.8%;
    margin: 0 -10%;
    background: url(../img/bg_insight.png) no-repeat bottom 50px left calc(60vw - 600px), url(../img/bg_red.png) repeat center top;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
  }
  #business .inner {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
    position: relative;
    z-index: 2;
  }
  #business .listCol4 li a {
    position: relative;
    display: block;
  }
  #business .listCol4 li a:hover .scale img {
    transform: scale(1.1);
  }
  #business .listCol4 li a:hover span {
    text-decoration: none;
  }
  #business .listCol4 li a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: #ffffff;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 10px 20px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 30%), rgba(255, 255, 255, 0%));
  }
  /* company
  ---------------------------------------------*/
  #company {
    background: #ffffff;
    margin: -16% 0 0;
    padding: 16% 0 100px;
  }
  #company table th {
    width: 22.5%;
  }
  #company .gmap {
    width: 100%;
    margin-top: 15px;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  #company .gmap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  /* contentsLink
  ---------------------------------------------*/
  #contentsLink .inner {
    width: 100%;
    max-width: 1360px;
    padding-bottom: 100px;
    background: #fff;
  }
  #contentsLink .inner > ul {
    background: #fff;
    display: table;
  }
  #contentsLink .inner > ul > li {
    width: 50%;
    display: table-cell;
  }
  #contentsLink .inner > ul > li a:hover .scale img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #contentsLink .inner > ul > li .figure {
    position: relative;
  }
  #contentsLink .inner > ul > li .figure figure img {
    width: 100%;
    vertical-align: middle;
  }
  #contentsLink .inner > ul > li .figure p {
    position: absolute;
    bottom: 25px;
    left: 27px;
    color: #fff;
    font-size: 1.4rem;
  }
  #contentsLink .inner > ul > li .figure p b {
    font-size: 2.4rem;
    display: block;
    font-weight: 400;
  }
  #contentsLink .inner > ul > li ul.linkGroup {
    display: block !important;
    padding: 30px;
  }
  /* movie
  ---------------------------------------------*/
  #message {
    position: relative;
    padding: 60px 0;
    margin-top: -65px;
  }
  #message:before {
    content: '';
    position: absolute;
    top: -19.5%;
    left: 0;
    width: 120%;
    height: 90%;
    margin: 12% -10% 0;
    background: url(../img/bg_logo.png) no-repeat center -6%, url(../img/bg_red.png) repeat left top;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
  }
  #message .inner {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 120px;
    position: relative;
    top: -20px;
    z-index: 2;
  }
  #message .inner .ttlWrap {
    width: 38.333%;
    padding: 80px 0 33px;
    text-align: center;
    color: #fff;
  }
  #message .inner .ttlWrap h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 40px;
  }
  #message .inner .ttlWrap h2 b {
    font-size: 6rem;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, "sans-serif";
    display: block;
    position: relative;
    z-index: 2;
  }
  #message .inner .ttlWrap .lead {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  #message .inner .ttlWrap .lead + p {
    font-size: 1.4rem;
  }
  #message .inner .portrait {
    width: 55.833%;
    position: absolute;
    top: 0;
    right: 15px;
  }
  #message .inner .portrait img {
    width: 100%;
  }
  #message .inner .portrait video {
    width: 100%;
  }
  #message .inner .btnWrap {
    width: 38.333%;
    margin-bottom: 30px;
  }
  #message .inner .btnWrap .btn {
    margin: 0 auto;
  }
  /* contnetsLink
  ---------------------------------------------*/
  #pickup .inner {
    padding: 40px 0 80px;
  }
  #pickup .inner .ttlCenter01 {
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
  }
  #pickup .inner .listCol4 li a span.blank:after {
    content: "";
    width: 9px;
    height: 8px;
    background: url(../common/img/icon_blank02.png);
    display: inline-block;
    margin-left: 5px;
  }
  #pickup .inner .bnrSlider {
    margin-top: 50px;
  }
  #pickup .inner .bnrSlider ul li a img {
    border: 1px solid #ddd;
  }
  .bx-wrapper .bx-viewport {
    background: none;
  }
  .bx-wrapper .bx-prev {
    width: 16px !important;
    height: 28px !important;
    top: 50% !important;
    left: -35px;
    margin-top: -14px;
    background: url(../common/img/icon_arrow_prev_b.png) no-repeat;
  }
  .bx-wrapper .bx-next {
    width: 16px !important;
    height: 28px !important;
    top: 50% !important;
    right: -35px;
    margin-top: -14px;
    background: url(../common/img/icon_arrow_next_b.png) no-repeat;
  }
}
@media screen and (min-width: 951px) {
  #introduce:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 125%;
    margin: 0 -10%;
    background: #ffffff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
  }
  #company .sitemap {
    display: flex;
    align-items: center;
  }
  #company .sitemap .box {
    width: 220px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    text-align: center;
    position: relative;
    flex-shrink: 0;
  }
  #company .sitemap .box.-top {
    background: #FAFAFA;
    margin-bottom: 80px;
  }
  #company .sitemap .box:not(.-top):before,
  #company .sitemap .box:after {
    border-bottom: 1px solid #DDDDDD;
    top: 50%;
    position: absolute;
    width: 40px;
    content: '';
  }
  #company .sitemap .box:before {
    left: -41px;
  }
  #company .sitemap .box:after {
    right: -41px;
  }
  #company .sitemap .wrapper {
    margin-left: 40px;
  }
  #company .sitemap .group {
    position: relative;
    padding-left: 80px;
    padding-bottom: 25px;
  }
  #company .sitemap .group:not(:last-child) {
    margin-bottom: 40px;
  }
  #company .sitemap .group:first-child:before,
  #company .sitemap .group:last-child:before {
    position: absolute;
    border-right: 1px solid #DDDDDD;
    left: 0;
    content: '';
  }
  #company .sitemap .group:first-child:before {
    top: calc(50% + 5px);
    height: calc(50% + 40px);
  }
  #company .sitemap .group:last-child:before {
    bottom: calc(50% - 5px);
    height: 50%;
    z-index: 1;
  }
  #company .sitemap .group:after {
    position: absolute;
    border-top: 1px solid #DDDDDD;
    left: 0;
    content: '';
    top: calc(50% + 3px);
    width: 80px;
  }
  #company .sitemap .group .heading {
    margin-left: 40px;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
  #company .sitemap .links {
    padding-left: 40px;
  }
  #company .sitemap .links li {
    position: relative;
    padding-left: 10px;
  }
  #company .sitemap .links li:not(:last-child) {
    margin-bottom: 18px;
  }
  #company .sitemap .links li:before,
  #company .sitemap .links li:not(:last-child):after {
    position: absolute;
    top: 12px;
    left: -40px;
    content: '';
  }
  #company .sitemap .links li:before {
    width: 40px;
    border-bottom: 1px solid #DDDDDD;
  }
  #company .sitemap .links li:not(:last-child):after {
    height: calc(100% + 18px);
    border-right: 1px solid #DDDDDD;
  }
}
@media print, screen and (max-width: 1240px) {
  #message .inner .portrait {
    top: 0;
    right: 15px;
  }
  #pickup .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pickup .inner .bnrSlider {
    margin: 50px 30px 0;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1240px) {
  section .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media print, screen and (max-width: 950px) {
  #news .newsWrap .ttl {
    padding: 20px 20px 20px 30px;
  }
  #news .newsWrap .ttl .tab {
    right: 15px;
  }
  #news .newsWrap .ttl .tab li {
    min-width: inherit;
    padding: 0 8px;
  }
  #message .inner .ttlWrap {
    padding-top: 0;
  }
}
/* -----------------------------------------------------------------------------
  
  	MV
    
  ----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
  /* mv
  ---------------------------------------------*/
  #mv {
    position: relative;
    width: 100%;
    height: 860px;
    /* background: #000; */
  }
  #mv #bgVideo {
    position: absolute;
    right: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 105%;
    z-index: 1;
    transform: translate(50%, -50%);
  }
  #mv .video-btn {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 2;
  }
  #mv #mvImg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
  }
  #mv .mvWrap {
    opacity: 0;
    transition: .3s;
  }
  #mv .mvWrap.show {
    opacity: 1;
  }
  #mv .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
  }
  #news {
    margin-top: -125px;
  }
}
@media print, screen and (min-width: 951px) and (max-width: 1240px) {
  #mv {
    height: auto;
    padding-bottom: 56%;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 950px) {
  #mv {
    position: relative;
    height: auto;
  }
  #mv #bgVideo {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
  #mv img.sp {
    width: 100%;
    display: block !important;
  }
  #news {
    margin-top: -130px;
  }
}
@media print, screen and (min-width: 1241px) and (max-width: 1500px) {
  #mv {
    height: 0;
    padding-bottom: 58%;
  }
  #mv #bgVideo {
    min-height: 104%;
  }
}
@media print, screen and (min-width: 1501px) {
  #mv #bgVideo {
    min-height: 106%;
  }
}
/* -----------------------------------------------------------------------------
  
  Additional correction
    
  ----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
  #news .newsWrap .newsList .newsBox ul li, #news .informationWrap .newsList .newsBox ul li {
    position: relative;
    font-size: 1.4rem;
    padding-left: 220px;
  }
  #news .newsWrap .newsList .newsBox ul li a, #news .informationWrap .newsList .newsBox ul li a {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 0;
  }
  #news .informationWrap .ttlInfo {
    padding: 19px 0;
    font-size: 1.4rem;
    padding-left: 90px;
    position: relative;
  }
  #news .informationWrap .ttlInfo .date {
    color: #666;
    display: inline-block;
    margin-right: 18px;
    /* float: left; */
    position: absolute;
    left: 0;
  }
  #news .informationWrap .ttlInfo a {
    display: inline-block;
    margin-left: 0;
  }
  #news .informationWrap.ir .ttlInfo {
    padding-left: 0;
  }
  #news .informationWrap.ir h2 {
    color: #1e1572;
    background: none;
    left: 0;
  }
}