@charset "UTF-8";
/* Top CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  body {
    background: url(../images/top/top_bg_wire.jpg) center -76px no-repeat;
  }

  #mv {
    width: 100%;
    min-width: 1100px;
    margin: 0 auto;
    border-bottom: solid 1px #dddcdc;
  }
  #mv #mv_slide {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
  }
  #mv #mv_slide ul {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #mv #mv_slide ul li {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
  }
  #mv #mv_slide ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #mv #mv_slide ul li.current {
    left: 0;
  }
  #mv #mv_slide .news {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  #mv #mv_slide .news dl {
    width: 1100px;
    margin: 0 auto;
    display: table;
  }
  #mv #mv_slide .news dl dt {
    width: 122px;
    padding: 0 30px 0 10px;
    font-size: 1.3rem;
    color: #c7292b;
    vertical-align: middle;
    display: table-cell;
  }
  #mv #mv_slide .news dl dd {
    font-size: 1.3rem;
    color: #000;
    vertical-align: middle;
    display: table-cell;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  #mv #mv_slide .news dl dd span {
    padding: 10px 0 0 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
  }
  #mv #mv_slide .news dl dd span:hover {
    animation-play-state: paused;
    cursor: default;
  }
  #mv #mv_slide .news dl dd.more {
    width: 75px;
    text-align: center;
    border-left: solid 1px rgba(0, 0, 0, 0.5);
  }
  #mv #mv_slide .news dl dd.more:hover {
    border-left-color: #cc3d3e;
  }
  #mv #mv_slide .news dl dd.more a {
    width: 100%;
    display: block;
    padding: 9px 0;
    text-decoration: none;
  }
  #mv #mv_slide .news dl dd.more a:hover {
    background-color: #cc3d3e;
    color: #fff;
  }
  #mv #mv_slide .ui {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mv #mv_slide .ui.left {
    left: 10%;
  }
  #mv #mv_slide .ui.right {
    right: 10%;
  }
  #mv #mv_slide .ui:hover {
    opacity: .8;
  }
  #mv #mv_thumbs {
    width: 805px;
    height: 110px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    position: relative;
  }
  #mv #mv_thumbs .inner {
    width: 688px;
    margin: 0 auto;
    height: 70px;
    position: relative;
    overflow: hidden;
  }
  #mv #mv_thumbs .inner ul {
    margin: 0 auto;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
  }
  #mv #mv_thumbs .inner ul li {
    width: 164px;
    height: 70px;
    margin: 0 4px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    opacity: .5;
  }
  #mv #mv_thumbs .inner ul li img {
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #mv #mv_thumbs .inner ul li.current, #mv #mv_thumbs .inner ul li:hover {
    opacity: 1;
  }
  #mv #mv_thumbs .inner ul li.current img, #mv #mv_thumbs .inner ul li:hover img {
    border: solid 1px #cc3d3e;
  }
  #mv #mv_thumbs .ui {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mv #mv_thumbs .ui.right {
    right: 0;
  }
  #mv #mv_thumbs .ui:hover {
    opacity: .8;
  }

  #topics {
    padding: 60px 0 40px 0;
    border-bottom: solid 1px #dddcdc;
  }
  #topics .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    align-content: start;
  }
  #topics .list li {
    width: 245px;
    margin-bottom: 30px;
  }
  #topics .list li a {
    display: block;
    text-decoration: none;
  }
  #topics .list li a figure {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
  }
  #topics .list li a figure img {
    width: 100%;
    height: auto;
    border: solid 1px #e6e6e6;
  }
  #topics .list li a h3 {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 0;
  }
  #topics .list li a p {
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.428;
  }
  #topics .list li a:hover {
    opacity: .8;
  }
  #topics .list::after {
    content: "";
    display: block;
    width: 48%;
  }

  #news_blog {
    border-bottom: solid 1px #dddcdc;
  }
  #news_blog .common_inner {
    display: flex;
  }
  #news_blog .common_inner .btn_common {
    margin-bottom: 0;
  }

  #news {
    width: 750px;
    padding: 65px 0;
    margin: 0 auto;
  }
  #news .list {
    margin: 0 auto 20px auto;
  }
  #news .list li {
    display: block;
    border-top: dotted 1px #bfbfbf;
  }
  #news .list li:last-child {
    border-bottom: dotted 1px #bfbfbf;
  }
  #news .list li a {
    position: relative;
    padding: 10px 0;
    display: block;
    text-decoration: none;
  }
  #news .list li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background: url('../images/common/arrow.svg');;
    background-size: 100%;
    transition: all linear 200ms;
  }
  #news .list li a .head {
    margin-bottom: 8px;
  }
  #news .list li a .head span {
    padding: 3px 0;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #cc3d3e;
    border-radius: 4px;
  }
  #news .list li a .head span.product {
    background-color: #008dbf;
  }
  #news .list li a .head span.media {
    background-color: #ff982b;
  }
  #news .list li a .head span.event {
    background-color: #8aa523;
  }
  #news .list li a .title {
    font-size: 1.4rem;
    line-height: 1.333;
  }
  #news .list li a:hover .title {
    color: #c7292b;
    text-decoration: underline;
  }
  #news .list::-webkit-scrollbar {
    width: 5px;
    background: #e9e9e0;
  }
  #news .list::-webkit-scrollbar-thumb {
    background: #cc3d3e;
  }

  #blog {
    width: 50%;
    padding: 45px 0 45px 30px;
  }
  #blog .list {
    height: 130px;
    padding-right: 15px;
    margin: 0 auto 20px auto;
    overflow-y: scroll;
  }
  #blog .list li {
    display: block;
    border-top: dotted 1px #bfbfbf;
  }
  #blog .list li:last-child {
    border-bottom: dotted 1px #bfbfbf;
  }
  #blog .list li a {
    padding: 10px 0;
    display: flex;
    text-decoration: none;
  }
  #blog .list li a figure {
    width: 150px;
  }
  #blog .list li a figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  #blog .list li a div {
    padding-left: 10px;
  }
  #blog .list li a div .head {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  #blog .list li a div .title {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.333;
    font-weight: bold;
  }
  #blog .list li a div .excerpt {
    font-size: 1.4rem;
    line-height: 1.333;
  }
  #blog .list li a:hover .title {
    color: #c7292b;
    text-decoration: underline;
  }
  #blog .list::-webkit-scrollbar {
    width: 5px;
    background: #e9e9e0;
  }
  #blog .list::-webkit-scrollbar-thumb {
    background: #cc3d3e;
  }

  #product {
    padding: 95px 0 40px 0;
    border-bottom: solid 1px #dddcdc;
  }
  #product .stitle {
    font-size: 3.6rem;
  }
  #product .lead {
    margin: 0 auto 70px auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  #product .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    align-content: start;
  }
  #product .list > li {
    width: 260px;
  }
  #product .list > li .box {
    width: 260px;
    min-height: 280px;
    margin-bottom: 30px;
    padding: 0;
    background-color: #efefe1;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    transition: width 300ms ease-in-out;
  }
  #product .list > li .box .core {
    width: 260px;
    min-height: 280px;
    display: block;
    padding: 1px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #efefe1;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
  }
  #product .list > li .box .core figure {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
  }
  #product .list > li .box .core figure img {
    width: 100%;
    height: auto;
  }
  #product .list > li .box .core h3 {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px 15px 10px 15px;
    text-align: center;
    line-height: 1.333;
  }
  #product .list > li .box .core .caps {
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.428;
    padding: 0 15px;
  }
  #product .list > li .box .core .btn_common {
    width: 230px;
    padding: 0;
    margin-top: 20px;
    display: none;
  }
  #product .list > li .box .core .btn_common a:link {
    background-color: #fff;
  }
  #product .list > li .box .core .btn_common a:link:hover {
    background-color: #cc3d3e;
    color: #fff;
  }
  #product .list > li .box .core:hover {
    opacity: .8;
  }
  #product .list > li .box .core:after {
    content: '';
    background-image: url(../images/common/icon_arrow_red.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #product .list > li .items {
    width: 840px;
    padding: 5px 10px;
    margin: 0 0 0 260px;
    display: none;
  }
  #product .list > li .items ul {
    display: flex;
    flex-wrap: wrap;
  }
  #product .list > li .items ul li {
    width: 205px;
  }
  #product .list > li .items ul li:nth-child(n+5) {
    border-top: dotted 1px #d2d2d2;
  }
  #product .list > li .items ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
  }
  #product .list > li .items ul li a .thumb {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 4px;
  }
  #product .list > li .items ul li a .thumb img {
    width: 100%;
    height: auto;
  }
  #product .list > li .items ul li a p {
    width: 161px;
    padding: 0 5px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #product .list > li .btn_close {
    width: 1100px;
    background-color: #cc3d3e;
    text-align: center;
    padding: 10px 0;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0 0 4px 4px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #product .list > li .btn_close:hover {
    opacity: .8;
  }
  #product .list > li.hide {
    width: 0;
    overflow: hidden;
    display: none;
  }
  #product .list > li.on {
    width: 100%;
    z-index: 2;
  }
  #product .list > li.on .box {
    width: 100%;
    min-height: 335px;
    padding-bottom: 50px;
  }
  #product .list > li.on .box .core:hover {
    opacity: 1;
  }
  #product .list > li.on .box .core:after {
    content: none;
  }
  #product .list > li.on .box .items {
    display: block;
  }
  #product .list > li.on .box .btn_common {
    display: block;
  }
  #product .list > li.on .box .btn_close {
    display: block;
  }
  #product .list::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  #product .list::after {
    content: "";
    display: block;
    width: 23%;
  }
  #product .btn_product {
    width: 200px;
  }
  #product .btn_product a {
    width: 200px;
    padding: 20px 0;
  }

  #company {
    height: 730px;
    padding: 100px 0 0 0;
    background: url(../images/top/company_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  #company .stitle {
    font-size: 3.6rem;
  }
  #company .lead {
    margin: 0 auto 70px auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  #company .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #company .list li {
    width: 170px;
    height: 170px;
  }
  #company .list li a {
    width: 170px;
    height: 170px;
    background-color: #fff;
    border-radius: 4px;
    display: block;
    text-decoration: none;
  }
  #company .list li a figure {
    height: 135px;
    line-height: 135px;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
  }
  #company .list li a figure img {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
  }
  #company .list li a p {
    font-size: 1.6rem;
    text-align: center;
  }
  #company .list li a:hover {
    background-color: #cc3d3e;
  }
  #company .list li a:hover figure img {
    filter: brightness(1000);
  }
  #company .list li a:hover p {
    color: #fff;
  }
  #company .list li.message a figure img {
    width: 55px;
  }
  #company .list li.principle a figure img {
    width: 58px;
  }
  #company .list li.history a figure img {
    width: 48px;
  }
  #company .list li.aboutus a figure img {
    width: 49px;
  }
  #company .list li.access a figure img {
    width: 43px;
  }
  #company .list li.recruit a figure img {
    width: 46px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #mv {
    width: 100%;
    margin: 0 auto;
  }
  #mv #mv_slide {
    position: relative;
    width: 100%;
    height: 0;
    padding: 66.67% 0 0 0;
    overflow: hidden;
  }
  #mv #mv_slide ul {
    width: 100%;
    height: 0;
    padding: 66.67% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv #mv_slide ul li {
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
  }
  #mv #mv_slide ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding: 66.67% 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #mv #mv_slide ul li.current {
    left: 0;
  }
  #mv #mv_slide .news {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  #mv #mv_slide .news dl {
    width: 100%;
    margin: 0 auto;
    display: table;
  }
  #mv #mv_slide .news dl dt {
    width: 80px;
    padding: 0;
    font-size: 1.0rem;
    color: #c7292b;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
  }
  #mv #mv_slide .news dl dd {
    font-size: 1.0rem;
    color: #000;
    vertical-align: middle;
    display: table-cell;
    white-space: nowrap;
    position: relative;
  }
  #mv #mv_slide .news dl dd.entry {
    overflow: hidden;
    display: table-cell;
  }
  #mv #mv_slide .news dl dd.entry span {
    padding: 0;
    line-height: 28px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 20s;
    animation-iteration-count: infinite;
  }
  #mv #mv_slide .news dl dd.entry span:hover {
    animation-play-state: paused;
    cursor: default;
  }
  #mv #mv_slide .news dl dd.more {
    width: 60px;
    text-align: center;
    border-left: solid 1px rgba(0, 0, 0, 0.5);
  }
  #mv #mv_slide .news dl dd.more:hover {
    border-left-color: #cc3d3e;
  }
  #mv #mv_slide .news dl dd.more a {
    width: 100%;
    display: block;
    padding: 9px 0;
    text-decoration: none;
  }
  #mv #mv_slide .news dl dd.more a:hover {
    background-color: #cc3d3e;
    color: #fff;
  }
  #mv #mv_thumbs {
    width: 100%;
    height: 110px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    position: relative;
  }
  #mv #mv_thumbs .inner {
    width: 280px;
    margin: 0 auto;
    height: 70px;
    position: relative;
    overflow: hidden;
  }
  #mv #mv_thumbs .inner ul {
    margin: 0 auto;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
  }
  #mv #mv_thumbs .inner ul li {
    width: 130px;
    height: 60px;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    opacity: .5;
  }
  #mv #mv_thumbs .inner ul li img {
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #mv #mv_thumbs .inner ul li.current, #mv #mv_thumbs .inner ul li:hover {
    opacity: 1;
  }
  #mv #mv_thumbs .inner ul li.current img, #mv #mv_thumbs .inner ul li:hover img {
    border: solid 1px #cc3d3e;
  }
  #mv #mv_thumbs .ui {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mv #mv_thumbs .ui.left {
    left: 4%;
  }
  #mv #mv_thumbs .ui.right {
    right: 4%;
  }
  #mv #mv_thumbs .ui:hover {
    opacity: .8;
  }

  #topics {
    padding: 60px 0 40px 0;
  }
  #topics .common_inner {
    padding: 0 4%;
  }
  #topics .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #topics .list li {
    width: 48.6%;
    margin-bottom: 20px;
  }
  #topics .list li a {
    display: block;
    text-decoration: none;
  }
  #topics .list li a figure {
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
  }
  #topics .list li a figure img {
    width: 100%;
    height: auto;
  }
  #topics .list li a h3 {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 0;
  }
  #topics .list li a p {
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.428;
  }
  #topics .list li a:hover {
    opacity: .8;
  }

  #news_blog .common_inner {
    padding: 0;
  }

  #news .list {
    margin: 0 auto 20px auto;
  }
  #news .list li {
    display: block;
    border-top: dotted 1px #bfbfbf;
  }
  #news .list li:last-child {
    border-bottom: dotted 1px #bfbfbf;
  }
  #news .list li a {
    padding: 15px 8% 15px 4%;
    display: block;
    text-decoration: none;
    position: relative;
  }
  
  #news .list li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    background: url('../images/common/arrow.svg');
    background-size: 100%;
    transition: all linear 200ms;
  }
  #news .list li a .head {
    margin-bottom: 8px;
  }
  #news .list li a .head span {
    padding: 3px 0;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #cc3d3e;
    border-radius: 4px;
  }
  #news .list li a .head span.product {
    background-color: #008dbf;
  }
  #news .list li a .head span.media {
    background-color: #ff982b;
  }
  #news .list li a .head span.event {
    background-color: #8aa523;
  }
  #news .list li a .title {
    font-size: 1.4rem;
    line-height: 1.333;
  }
  #news .list li a:hover .title {
    color: #c7292b;
    text-decoration: underline;
  }
  #news .list li:nth-child(n + 4) {
    display: none;
  }
  #news .btn_common {
    padding: 0 4%;
  }

  #blog .list {
    margin: 0 auto 20px auto;
    border-bottom: dotted 1px #bfbfbf;
  }
  #blog .list li {
    display: block;
    border-top: dotted 1px #bfbfbf;
  }
  #blog .list li:nth-child(n + 3) {
    display: none;
  }
  #blog .list li a {
    padding: 15px 8% 15px 4%;
    display: flex;
    text-decoration: none;
    position: relative;
  }
  #blog .list li a:after {
    content: '▶';
    font-size: 12px;
    width: 12px;
    height: 12px;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    color: #cc3d3e;
  }
  #blog .list li a figure {
    width: 180px;
  }
  #blog .list li a figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  #blog .list li a div {
    padding-left: 10px;
  }
  #blog .list li a div .head {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }
  #blog .list li a div .title {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.333;
    font-weight: bold;
  }
  #blog .list li a div .excerpt {
    font-size: 1.4rem;
    line-height: 1.333;
  }
  #blog .list li a:hover .title {
    color: #c7292b;
    text-decoration: underline;
  }
  #blog .list li:nth-child(n + 2) {
    display: none;
  }
  #blog .btn_common {
    padding: 0 4%;
  }

  #product {
    padding: 40px 0 40px 0;
    border-bottom: solid 1px #dddcdc;
  }
  #product .common_inner {
    padding: 0 4%;
  }
  #product .lead {
    margin: 0 auto 25px auto;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.875;
  }
  #product .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    align-content: start;
  }
  #product .list > li {
    width: 48.6%;
    margin-bottom: 10px;
  }
  #product .list > li .box {
    width: 100%;
    padding: 1px 1px 30px 1px;
    background-color: #efefe1;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: width 300ms ease-in-out;
  }
  #product .list > li .box .core figure {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-radius: 4px;
  }
  #product .list > li .box .core figure img {
    width: 100%;
    height: auto;
  }
  #product .list > li .box .core h3 {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    line-height: 1.333;
  }
  #product .list > li .box .core .caps {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.428;
    padding: 0 10px;
  }
  #product .list > li .box .core .btn_common {
    margin: 10px auto 20px auto;
    padding: 0 10px;
    display: none;
  }
  #product .list > li .box .core .btn_common a:link {
    background-color: #fff;
  }
  #product .list > li .box .core .btn_common a:hover {
    background-color: #cc3d3e;
  }
  #product .list > li .box .core:after {
    content: '';
    background-image: url(../images/common/icon_arrow_red.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #product .list > li .items {
    width: 100%;
    padding: 5px 10px;
    display: none;
  }
  #product .list > li .items ul {
    display: flex;
    flex-wrap: wrap;
  }
  #product .list > li .items ul li {
    width: 50%;
  }
  #product .list > li .items ul li:nth-child(n+3) {
    border-top: dotted 1px #d2d2d2;
  }
  #product .list > li .items ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
  }
  #product .list > li .items ul li a .thumb {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 4px;
  }
  #product .list > li .items ul li a .thumb img {
    width: 100%;
    height: auto;
  }
  #product .list > li .items ul li a p {
    width: calc(100% - 44px);
    padding: 0 5px;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  #product .list > li .btn_close {
    width: 100%;
    background-color: #cc3d3e;
    text-align: center;
    padding: 10px 0;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0 0 4px 4px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #product .list > li .btn_close:hover {
    opacity: .8;
  }
  #product .list > li .btn_close_sp {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
  #product .list > li.hide {
    display: none;
  }
  #product .list > li.on {
    width: 100%;
    z-index: 2;
  }
  #product .list > li.on .box {
    width: 100%;
    min-height: 300px;
    padding-bottom: 50px;
  }
  #product .list > li.on .box .core {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #product .list > li.on .box .core figure {
    width: 48.55%;
  }
  #product .list > li.on .box .core h3 {
    width: 51.45%;
    padding-right: 25px;
    text-align: left;
  }
  #product .list > li.on .box .core .caps {
    padding-top: 10px;
    width: 100%;
  }
  #product .list > li.on .box .core .btn_common {
    display: block;
  }
  #product .list > li.on .box .core:after {
    content: none;
  }
  #product .list > li.on .box .items {
    display: block;
  }
  #product .list > li.on .box .btn_close {
    display: block;
  }
  #product .list > li.on .box .btn_close_sp {
    display: block;
  }
  #product .list::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  #product .list::after {
    content: "";
    display: block;
    width: 23%;
  }
  #product .btn_product {
    width: 100%;
    margin-top: 20px;
  }
  #product .btn_product a {
    padding: 20px 0;
  }

  #company {
    padding: 12.6% 0 40.6% 0;
    background: url(../images/sp/top/sp_company_bg.jpg) center bottom no-repeat;
    background-size: cover;
  }
  #company .common_inner {
    padding: 0 4%;
  }
  #company .lead {
    margin: 0 auto 30px auto;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.875;
  }
  #company .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #company .list li {
    width: 31.9%;
    min-height: 110px;
    margin-bottom: 8px;
  }
  #company .list li a {
    width: 100%;
    height: 100%;
    padding: 18% 0 0 0;
    background-color: #fff;
    border-radius: 4px;
    display: block;
    text-decoration: none;
  }
  #company .list li a figure {
    min-height: 60px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
  }
  #company .list li a figure img {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
  }
  #company .list li a p {
    font-size: 1.2rem;
    text-align: center;
  }
  #company .list li a:hover {
    background-color: #cc3d3e;
  }
  #company .list li a:hover figure img {
    filter: brightness(1000);
  }
  #company .list li a:hover p {
    color: #fff;
  }
  #company .list li.message a figure img {
    width: 39px;
  }
  #company .list li.principle a figure img {
    width: 40px;
  }
  #company .list li.history a figure img {
    width: 35px;
  }
  #company .list li.aboutus a figure img {
    width: 34px;
  }
  #company .list li.access a figure img {
    width: 32px;
  }
  #company .list li.recruit a figure img {
    width: 46px;
  }
}
@keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    left: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
