@charset "UTF-8";
@media screen and (max-width: 950px) {
  /* -----------------------------------------------------------------------------

Navigation active setting

----------------------------------------------------------------------------- */
  /* Active */
  .top #navTop > a > span {
    border-bottom: 2px solid #e60012;
  }
  #introduce:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 112%;
    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 .wrapper {
    margin-left: 20px;
    padding-top: 10px;
  }
  #company .sitemap .group {
    padding-left: 10px;
    position: relative;
  }
  #company .sitemap .group .heading {
    font-size: 1.2rem;
  }
  #company .sitemap .group:not(:last-child) {
    margin-bottom: 15px;
  }
  #company .sitemap .group:before {
    content: '';
    border-left: 1px solid #DDDDDD;
    left: 0;
    top: 0;
    position: absolute;
    height: calc(50% + 15px);
  }
  #company .sitemap .group:first-child:before {
    top: -10px;
    height: calc(100% + 30px);
    border-left: 1px solid #DDDDDD;
  }
  #company .sitemap .group:after {
    position: absolute;
    border-top: 1px solid #DDDDDD;
    left: 0;
    content: '';
    top: calc(50% + 15px);
    width: 20px;
  }
  #company .sitemap .box {
    width: 200px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    text-align: center;
    position: relative;
  }
  #company .sitemap .box.-top {
    background: #FAFAFA;
  }
  #company .sitemap .box:not(.-top):before {
    border-bottom: 1px solid #DDDDDD;
    top: 50%;
    position: absolute;
    width: 10px;
    content: '';
  }
  #company .sitemap .box:before {
    left: -11px;
  }
  #company .sitemap .links {
    margin-left: 10px;
    padding: 0;
  }
  #company .sitemap .links li {
    position: relative;
    padding-left: 20px;
  }
  #company .sitemap .links li:not(:last-child) {
    margin-bottom: 5px;
  }
  #company .sitemap .links li:before,
  #company .sitemap .links li:not(:first-child):not(:last-child):after,
  #company .sitemap .links li:first-child:after,
  #company .sitemap .links li:last-child:after {
    position: absolute;
    left: 0;
    content: '';
  }
  #company .sitemap .links li:before {
    width: 10px;
    top: 15px;
    border-bottom: 1px solid #DDDDDD;
    
  }
  #company .sitemap .links li:not(:first-child):not(:last-child):after {
    top: 0;
    height: calc(100% + 10px);
    border-right: 1px solid #DDDDDD;
    
  }
  #company .sitemap .links li:first-child:after {
    top: 15px;
    height: 100%;
    border-right: 1px solid #DDDDDD;
    
  }
  #company .sitemap .links li:last-child:after {
    top: 0;
    height: 15px;
    border-right: 1px solid #DDDDDD;
  }
}
@media screen and (max-width: 750px) {
  /* -----------------------------------------------------------------------------
  
  	TOP page
    
  ----------------------------------------------------------------------------- */
  main {
    background: #efefef;
  }
  /* mv
  ---------------------------------------------*/
  #mv {
    position: relative;
    padding-bottom: 0;
  }
  #mv #bgVideo {
    width: 100%;
  }
  #mv .video-btn {
    display: none;
  }
  #mv > img {
    width: 100%;
  }
  /* news
  ---------------------------------------------*/
  #news .inner {
    padding: 30px 0 30px;
    position: relative;
    top: 0;
  }
  #news .bnrWrap {
    padding: 0 35px;
    margin: 0 auto 40px;
    max-width: 445px;
  }
  #news .newsWrap .ttl {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0px 5px;
  }
  #news .newsWrap .ttl h2 {
    font-size: 2.4rem;
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
  }
  #news .newsWrap .ttl .more {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 4px;
  }
  #news .newsWrap .ttl .more li {
    float: left;
    padding-left: 15px;
    margin-left: 10px;
  }
  #news .newsWrap .ttl .more li.rss {
    background: url(../common/img/icon_rss.png) no-repeat left center;
  }
  #news .newsWrap .ttl .more li.list {
    padding-left: 10px;
    background: url(../common/img/sp/icon_arrow_r.png) no-repeat left center;
    background-size: 6px;
  }
  #news .newsWrap .ttl .more li a {
    font-size: 1.2rem;
  }
  #news .newsWrap .ttl .tab li {
    float: left;
    width: 13%;
    margin: 15px 0 0;
    text-align: center;
    line-height: 35px;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
    padding: 0;
  }
  #news .newsWrap .ttl .tab li:first-child {
    width: 14%;
  }
  #news .newsWrap .ttl .tab li:nth-child(2), #news .newsWrap .ttl .tab li:nth-child(4) {
    width: 22%;
  }
  #news .newsWrap .ttl .tab li:last-child {
    width: 29%;
  }
  #news .newsWrap .ttl .tab li.active {
    color: #e60012;
  }
  #news .newsWrap .ttl .tab li.active:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #e60012;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #news .newsWrap .newsList {
    padding: 15px;
    box-sizing: border-box;
  }
  #news .newsWrap .newsList .newsBox {
    display: none;
  }
  #news .newsWrap .newsList .newsBox.active {
    display: block;
  }
  #news .newsWrap .newsList .newsBox ul li {
    position: relative;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
  }
  #news .newsWrap .newsList .newsBox ul li + li {
    margin-top: 15px;
  }
  #news .newsWrap .newsList .newsBox ul li span {
    font-size: 1.4rem;
    display: inline-block;
  }
  #news .newsWrap .newsList .newsBox ul li .date {
    color: #666;
    font-size: 1.3rem;
  }
  #news .newsWrap .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 {
    font-size: 1.4rem;
    display: block;
    margin-top: 7px;
  }
  #news .newsWrap .newsList .newsBox ul li a span {
    display: inline;
  }
  #news .informationWrap {
    margin: 10px 15px;
    position: relative;
    padding: 15px 15px 0;
    box-sizing: border-box;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
  }
  #news .informationWrap h2 {
    font-size: 1.5rem;
    color: #e60012;
    background: url(../common/img/sp/icon_caution.png) no-repeat left center;
    background-size: 24px;
    padding-left: 30px;
    line-height: 30px;
  }
  #news .informationWrap.ir h2 {
    color: #1e1572;
    background: none;
    padding-left: 0;
  }
  #news .informationWrap .btnAcd {
    width: 100%;
    height: 40px;
    border-top: 1px solid #ddd;
    background: url(../common/img/sp/icon_plus_g.png) no-repeat center center;
    background-size: 14px;
  }
  #news .informationWrap.active .btnAcd {
    background: url(../common/img/sp/icon_minus_g.png) no-repeat center center;
    background-size: 14px;
  }
  #news .informationWrap .ttlInfo {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  #news .informationWrap .ttlInfo .date {
    color: #666;
    display: block;
    margin-right: 18px;
  }
  #news .informationWrap .ttlInfo a {
    display: block;
  }
  #news .informationWrap ul {
    margin-bottom: 25px;
    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 {
    padding: 60px 0 30px;
    background: url(../img/sp/bg_insight.png) no-repeat center top;
    background-size: 100%;
  }
  #insight .inner {
    box-sizing: border-box;
    position: relative;
  }
  #insight .inner .ttlWrap {
    position: relative;
  }
  #insight .inner h2 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, "sans-serif";
  }
  #insight .inner .lead {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
  }
  #insight .inner ul {
    margin: 0 10px;
  }
  #insight .inner ul li {
    width: 46%;
    float: left;
    margin: 0 2% 30px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  }
  #insight .inner ul li a {
    display: block;
  }
  #insight .inner ul li a .figure {
    position: relative;
  }
  #insight .inner ul li a .figure figure {
    overflow: hidden;
    margin-bottom: 0;
  }
  #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;
    background: #222;
    font-size: 1.0rem;
    line-height: 1.4;
    padding: 2px 8px;
  }
  #insight .inner ul li a .text {
    background: #fff;
    font-size: 1.2rem;
    padding: 10px;
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    display: block;
  }
  #insight .inner .btn {
    margin: 10px auto;
  }
  /* introduce
  ---------------------------------------------*/
  #introduce {
    position: relative;
    padding: 0;
    margin-top: -30px;
  }
  #introduce .inner {
    padding: 0 15px 10px;
    font-size: 1.4rem;
    position: relative;
    z-index: 2;
  }
  #introduce .inner p:not(:last-child) {
    margin-bottom: 16px;
  }
  /* business
  ---------------------------------------------*/
  #business {
    padding: 60px 15px 25%;
    position: relative;
  }
  #business:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 28%;
    margin: 0 -10%;
    background: url(../img/bg_insight.png) no-repeat bottom center, url(../img/bg_red.png) repeat center top;
    background-size: 75%, auto;
    -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;
    position: relative;
    z-index: 2;
  }
  #business .listCol4 li a {
    position: relative;
    display: block;
  }
  #business .listCol4 li a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    color: #ffffff;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    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% 15px 60px;
  }
  #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%;
  }
  #contentsLink .inner > ul {
    background: #fff;
  }
  #contentsLink .inner > ul > li .figure {
    position: relative;
  }
  #contentsLink .inner > ul > li .figure figure {
    margin-bottom: 0;
  }
  #contentsLink .inner > ul > li .figure figure img {
    width: 100%;
    vertical-align: middle;
  }
  #contentsLink .inner > ul > li .figure p {
    position: absolute;
    bottom: 21px;
    left: 23px;
    color: #fff;
    font-size: 1.1rem;
  }
  #contentsLink .inner > ul > li .figure p b {
    font-size: 2rem;
    display: block;
    font-weight: 400;
  }
  #contentsLink .inner > ul > li p.btnAcd02 {
    width: 100%;
    height: 45px;
    border-top: 1px solid #ddd;
    background: url(../common/img/sp/icon_plus_g.png) no-repeat center center;
    background-size: 14px;
  }
  #contentsLink .inner > ul > li p.btnAcd02.active {
    width: 90%;
    margin: 0 auto;
    background: url(../common/img/sp/icon_minus_g.png) no-repeat center center;
    background-size: 14px;
  }
  #contentsLink .inner > ul > li ul.linkGroup {
    padding: 15px;
    display: none;
  }
  #contentsLink .inner > ul > li ul.linkGroup li {
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  /* movie
  ---------------------------------------------*/
  #message {
    background: url(../img/sp/bg_movie.png) no-repeat center top;
    background-size: 100%;
  }
  #message .inner {
    padding: 60px 0 80px;
    background: url(../img/sp/bg_movie_btm.png) no-repeat center bottom;
    background-size: 100%;
  }
  #message .inner .ttlWrap {
    text-align: center;
    color: #fff;
  }
  #message .inner .ttlWrap h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #message .inner .ttlWrap h2 b {
    font-size: 4rem;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, "sans-serif";
    display: block;
    position: relative;
    z-index: 2;
  }
  #message .inner .ttlWrap .lead {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #message .inner .ttlWrap .lead + p {
    font-size: 1.3rem;
    padding: 0 15px;
  }
  #message .inner .portrait {
    margin: 25px 15px 30px;
  }
  #message .inner .portrait video {
    width: 100%;
  }
  #message .inner .portrait img {
    width: 100%;
  }
  #message .inner .btnWrap .btn {
    margin: 0 auto;
  }
  /* contnetsLink
  ---------------------------------------------*/
  #pickup .inner {
    padding: 40px 15px 30px;
  }
  #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 .bnrSliderSP {
    margin: 25px 20px 0;
  }
  .bx-wrapper .bx-viewport {
    background: none;
  }
  .bx-wrapper .bx-prev {
    width: 9px !important;
    height: 16px !important;
    top: 50% !important;
    left: -18px;
    margin-top: -8px !important;
    background: url(../common/img/icon_arrow_prev_b.png) no-repeat;
    background-size: 9px;
  }
  .bx-wrapper .bx-next {
    width: 9px !important;
    height: 16px !important;
    top: 50% !important;
    right: -18px;
    margin-top: -8px !important;
    background: url(../common/img/icon_arrow_next_b.png) no-repeat;
    background-size: 9px;
  }
}
/* -----------------------------------------------------------------------------
  
  Additional correction
    
  ----------------------------------------------------------------------------- */
@media print, screen and (max-width: 750px) {
  #news .newsWrap .newsList .newsBox ul li {
    position: relative;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
  #news .newsWrap .newsList .newsBox ul li .date {
    color: #666;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 7px;
  }
}
/* -----------------------------------------------------------------------------
  
  en
    
  ----------------------------------------------------------------------------- */
@media print, screen and (max-width: 750px) {
  #news .newsWrap .ttl .tab li:first-child {
    width: 40%;
  }
  #news .newsWrap .ttl .tab li:nth-child(2) {
    width: 25%;
  }
  #news .newsWrap .ttl .tab li:nth-child(3) {
    width: 30%;
  }
}