@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Main
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Main
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .container {
    padding-top: 0;
  }
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    padding-bottom: 120px;
    background-image: url(/common/img/home_main_bg01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: rgba(255,255,255,0);
    border-bottom: none;
    box-shadow: none;
    transition: 500ms;
  }
  .Header.is-fixed {
    padding-bottom: 0;
    background-image: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px #f3f3f3;
    box-shadow: 0px 1px 0px 0px #f3f3f3;
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    margin-top: -80px;
  }
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- home-slider-layout ----- */
  .home-slider-layout {
    position: relative;
    display: block;
    margin: 0 -40px;
  }
  .home-slider-layout:not(.slick-slider) .slider_item:nth-child(n+2) {
    display: none;
  }
  .home-slider-layout .slider_item {
    vertical-align: top;
  }
  .home-slider-layout .slider_text {
    position: absolute;
    top: 23.5%;
    right: 7.5%;
    z-index: 10;
  }
  .home-slider-layout .slider-btn {
    margin-left: 20px;
  }
  .home-slider-layout .slider_interface {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
  }
  .home-slider-layout button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -9999px;
  }
  .home-slider-layout .slider-startBtn,
  .home-slider-layout .slider-stopBtn{
    width: 66px;
    height: 20px;
    position: relative;
    display: block;
    outline: none;
  }
  .home-slider-layout .slider-startBtn{
    background: #d11019;
  }
  .home-slider-layout .slider-stopBtn{
    background: #ccc;
  }
  .home-slider-layout .slider-stopBtn::before {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    border-left: 4px solid #d11019;
    border-right: 4px solid #d11019;
    content: "";
  }
  .home-slider-layout .slider-startBtn::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -4px;
    border-width: 5px 0 5px 8px;
    border-style: solid none solid solid;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
  .home-slider-layout .slider-dots {
    margin-top: 15px;
  }
  .home-slider-layout .slider-dots li {
    margin: 0 8px;
    display: inline-block;
    width: 50px;
    height: 4px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 10px;
  }
  .home-slider-layout .slider-dots li button {
    text-indent: -9999px;
  }
  .home-slider-layout .slider-dots li.slick-active {
    background-color: #d11019;
  }
  /* ----- home-info-layout ----- */
  .home-info-layout {
    display: none;
    margin: 0 -40px;
    padding: 30px 40px;
    background-color: #fff1f2;
  }
  .home-info-layout.is-active {
    display: block;
  }
  .home-info-layout > * {
    width: 1520px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-info-layout > .info_contents > .info_title {
    float: left;
    margin-right: 36px;
    font-size: 2rem;
    font-weight: 700;
    color: #d11019;
  }
  .home-info-layout > .info_contents > .info_detail {
    overflow: hidden;
  }
  .home-info-layout > .info_contents > .info_detail > *:first-child {
    margin-top: 0 !important;
  }
  .home-info-layout .info_news {
    margin-top: 1.5em;
  }
  .home-info-layout .info_news > .info_news_title .info_news_data {
    display: block;
    float: left;
    margin: .25em 15px 0 0;
    font-size: 1.6rem;
    color: #323232;
  } 
  .home-info-layout .info_news > .info_news_title .info_news_text {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    overflow: hidden;
  }
  .home-info-layout .info_news > .info_news_title .info_news_text > a {
    display: inline-block;
  }
  .home-info-layout .info_news > .info_news_title .info_news_text > a::after {
    display: inline-block;
    position: relative;
    margin-left: 10px;
  }
  .home-info-layout .info_news > .info_news_title .info_news_text > a:not(.a-blank):not(.a-pdf)::after {
    top: -.15em;
    height: 10px;
    width: 10px;
    border-top: 2px solid #d11019;
    border-right: 2px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .home-info-layout .info_news > .info_news_title .info_news_text > a.a-blank::after,
  .home-info-layout .info_news > .info_news_title .info_news_text > a.a-pdf::after {
    top: .15em;
  }
  .home-info-layout .info_news > .info_news_title .info_news_size {
    margin-left: .5em;
    font-size: 1.4rem;
  }
  .home-info-layout .info_news > .info_news_detail {
    margin-top: 0.5em;
    font-size: 1.7rem;
  }
  .home-info-layout .info_news > .info_news_detail > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- home-news-layout ----- */
  .home-news-layout {
    width: 1520px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-news-layout .news-layout .news_article .news_property {
    float: left;
    margin-right: 20px;
  }
  .home-news-layout .news-layout .news_article .news_title {
    margin-top: 0 !important;
    overflow: hidden;
  }
  .home-news-layout .news-layout .news_article .news_date,
  .home-news-layout .news-layout .news_article .news_icon {
    white-space: nowrap;
  }
  /* ----- home-pickup-layout ----- */
  .home-pickup-layout {
    display: none;
    margin: 2.5em -40px 0;
  }
  .home-pickup-layout.is-active {
    display: block;
  }
  .home-pickup-layout .pickup_heading {
    position: relative;
    text-align: center;
  }
  .home-pickup-layout .pickup_title {
    font-size: 3rem;
    font-weight: 700;
  }
  .home-pickup-layout .pickup_slider {
    position: relative;
    margin: 1.5em auto 0;
  }
  .home-pickup-layout .pickup_slider:not(.slick-slider) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-pickup-layout .pickup_slider .pickup_item {
    display: -webkit-flex !important;
    display: flex !important;
    padding: 0 1px;
    background-color: #fff;
  }
  .home-pickup-layout .pickup_slider:not(.slick-slider) .pickup_item {
    width: 25%;
  }
  .home-pickup-layout .pickup_slider .pickup_item > .block {
    width: 100%;
    background-color: #f6f7f8;
    text-decoration: none;
  }
  .home-pickup-layout .pickup_slider .pickup_item > a.block figure {
    overflow: hidden;
  }
  .home-pickup-layout .pickup_slider .pickup_item > a.block img {
    -webkit-transition: all .2s;
    transition: all .2s ;
  }
  .home-pickup-layout .pickup_slider .pickup_item > a.block:hover {
    opacity: 0.7;
    color: #333;
  }
  .home-pickup-layout .pickup_slider .pickup_item > a.block:hover img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
  }
  .home-pickup-layout .pickup_slider .pickup_item .pickup_item_detail {
    padding: 30px 2.75em;
  }
  .home-pickup-layout .pickup_slider .pickup_item .pickup_detail_data {
    font-size: 1.6rem;
    color: #656565;
  }
  .home-pickup-layout .pickup_slider .pickup_item .pickup_detail_text {
    margin-top: 0.3em;
    font-size: 2rem;
  }
  .home-pickup-layout .pickup_slider .pickup_item a.block:hover .pickup_detail_text {
    text-decoration: underline;
  }
  /* slick */
  .home-pickup-layout .pickup_slider.slick-slider {
    width: 25%;
  }
  .home-pickup-layout .pickup_slider.slick-slider > .slick-track > .slick-list {
    overflow: visible;
  }
  .home-pickup-layout .pickup_slider.slick-slider > .slick-track > .slick-list > div > div {
    display: -webkit-flex;
    display: flex;
  }
  .home-pickup-layout .pickup_slider.slick-slider > .slick-track > .slick-list .slick-slide {
    display: -webkit-flex;
    display: flex;
    float: none;
    width: 100%;
    height: auto;
  }
  .home-pickup-layout .pickup_slider.slick-slider > .slick-track > .slick-list .slick-slide > div {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .home-pickup-layout .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -38px;
  }
  .home-pickup-layout .slick-arrow.prev {
    left: -108%;
  }
  .home-pickup-layout .slick-arrow.next {
    right: -108%;
  }
  .home-pickup-layout .slick-arrow > p {
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    width: 75px;
    height: 75px;
    cursor: pointer;
  }
  .home-pickup-layout .slick-arrow > p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 22px;
    height: 40px;
    margin: -20px 0 0 -13px;
    background: url(/common/img/home_ic01.png) no-repeat 0 0;
  }
  .home-pickup-layout .slick-arrow.next > p:before {
    margin: -20px 0 0 -8px;
    background: url(/common/img/home_ic01.png) no-repeat -22px 0;
  }
  /* ----- home-about-layout ----- */
  .home-about-layout {
    position: relative;
    padding: 4.45em 40px 8.75em;
    margin: 6em -40px 0;
    z-index: 0;
    overflow: hidden;
  }
  .home-about-layout > * {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-about-layout > .about_cover >a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/common/img/home_profile_bg01_pc.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s ;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
  }
  .home-about-layout > .about_cover > a:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
  }
  .home-about-layout .about_heading {
    position: relative;
    text-align: center;
    pointer-events: none;
    z-index: 2;
  }
  .home-about-layout .about_heading .about_title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
  }
  .home-about-layout .about_heading .home-list-link {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-about-layout .about_heading .home-list-link a {
    color: #fff;
  }
  .home-about-layout .about_heading .home-list-link li a.a-all::after {
    background-position: -440px -240px;
  }
  .home-about-layout .about_wrap,
  .home-about-layout .about_wrap .about_column,
  .home-about-layout .about_wrap .about_nav_column,
  .home-about-layout .about_column .about_item_box_wrap {
    display: -webkit-flex;
    display: flex;
    z-index: 2;
  }
  .home-about-layout .about_wrap {
    margin-top: 4em;
    -webkit-align-items: flex-start; 
    align-items: flex-start; 
  }
  .home-about-layout .about_wrap .about_column {
    width: 73%;
    padding-right: 2.75em;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    pointer-events: none;
  }
  .home-about-layout .about_column .about_column_item {
    display: table;
    margin: 1.75em 0 0 36px;
    padding-bottom: 20px;
    width: calc((100% - 36px) / 2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    table-layout: fixed;
  }
  
  /* for IE11 & Edge */
  [data-browser="ie11"] .home-about-layout .about_column .about_column_item { width: calc(((100% - 36px) / 2) - 0.1px); }
  [data-browser="edge"] .home-about-layout .about_column .about_column_item { width: calc(((100% - 36px) / 2) - 0.1px); }
  
  .home-about-layout .about_column .about_column_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .home-about-layout .about_column .about_column_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .home-about-layout .about_column .about_item_image {
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: middle;
  }
  .home-about-layout .about_column .about_item_text {
    display: table-cell;
    width: 75%;
    padding-left: 1em;
    color: #fff;
    text-align: left;
    vertical-align: top;
  }
  .home-about-layout .about_column .about_text_head {
    font-size: 2rem;
    line-height: 1.2;
  }
  .home-about-layout .about_column .about_text_detail {
    font-weight: 700;
    line-height: 1.2;
  }
  [data-browser="ie11"] .home-about-layout .about_column .about_text_detail {
    padding-top: 5px;
  }
  .home-about-layout .about_column .about_detail_num {
    font-size: 7.2rem;
  }
  .home-about-layout .about_column .about_item_box .about_detail_num {
    font-size: 5.4rem;
  }
  .home-about-layout .about_column .about_detail_as1 {
    font-size: 3.6rem;
  }
  .home-about-layout .about_column .about_detail_as2 {
    font-size: 2.4rem;
  }
  .home-about-layout .about_column .about_item_box_wrap {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .home-about-layout .about_wrap .about_nav_column {
    width: 27%;
    -webkit-justify-content: center;
    justify-content: center;
  }
  [data-browser="ie11"] .home-about-layout .about_nav_column .about_column_item {
    flex: 0 1 auto;
    min-width: 1px;
  }
  .home-about-layout .about_nav_column .about_column_item a {
    display: block;
  }
  .home-about-layout .about_nav_column .about_column_item a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .home-about-layout .about_nav_column .about_column_item + .about_column_item {
    margin-left: 1px;
  }
  .home-about-layout .about_nav_column .about_item_title {
    padding: 22px 0;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
  }
  /* ----- home-product-layout ----- */
  .home-product-layout {
    width: 1520px;
    max-width: 100%;
    margin: 5em auto 0;
  }
  .home-product-layout .product_heading {
    position: relative;
    text-align: center;
  }
  .home-product-layout .product_title {
    font-size: 3rem;
    font-weight: 700;
  }
  .home-product-layout .product_heading .home-list-link {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-product-layout .product_column {
    margin-top: 3em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-product-layout .product_column .product_column_item {
    width: calc((100% - 10px) / 6);
  }
  [data-browser="ie11"] .home-product-layout .product_column .product_column_item {
    flex: 0 1 auto;
    min-width: 1px;
  }
  .home-product-layout .product_column .product_column_item + .product_column_item {
    margin-left: 2px;
  }
  .home-product-layout .product_column .product_column_item > a:hover {
    color: #333;
    text-decoration: underline;
    opacity: 0.7;
  }
  .home-product-layout .product_column .product_item_image {
    overflow: hidden;
  }
  .home-product-layout .product_column .product_item_image img {
    -webkit-transition: all .2s;
    transition: all .2s ;
  }
  .home-product-layout .product_column a:hover .product_item_image img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
  }
  .home-product-layout .product_column .product_item_title {
    padding: 20px 10px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background-color: #f6f7f8;
  }
  /* ----- home-cont-layout ----- */
  .home-cont-wrap {
    display: -webkit-flex;
    display: flex;
    margin: 6em -40px 0;
  }
  .home-cont-layout {
    width: 50%;
    overflow: hidden;
  }
  .home-cont-layout > .cont_detail {
    position: relative;
    height: 100%;
    padding: 3.75em 40px 5.5em;
    overflow: hidden;
  }
  .home-cont-layout .cont_cover a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-indent: -100%;
    white-space: nowrap;
    z-index: 0;
  }
  .home-cont-layout .cont_cover a:hover {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
  }
  .home-cont-layout.type-ir .cont_cover a {
    background: url(/common/img/home_ir_bg01_pc.jpg) no-repeat 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .home-cont-layout.type-csr .cont_cover a {
    background: url(/common/img/home_csr_bg01_pc.jpg) no-repeat 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .home-cont-layout .cont_cover a:hover {
    opacity: .8;
    text-decoration: none;
  }
  .home-cont-layout .cont_inner {
    position: relative;
    width: 620px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    pointer-events: none;
  }
  .home-cont-layout.type-ir .cont_inner {
    width: 320px;
  }
  .home-cont-layout .cont_heading {
    position: relative;
    text-align: center;
    pointer-events: none;
  }
  .home-cont-layout .cont_heading .cont_title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    pointer-events: none;
  }
  .home-cont-layout .cont_heading .home-list-link {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-cont-layout .cont_lead {
    margin-top: 1.5em;
    font-size: 2rem;
    color: #fff;
  }
  .home-cont-layout [class*="link-button"] {
    margin-top: 1em;
  }
  .home-cont-layout [class*="link-button"] a {
    width: 360px;
    max-width: 100%;
    min-width: 0;
  }
  /* ----- home-ir-layout ----- */
  .home-ir-box {
    width: 360px;
    max-width: 100%;
    margin: 1.5em auto 0;
    pointer-events: all;
  }
  /* ----- home-bnr-layout ----- */
  .home-bnr-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 1590px;
    max-width: 100%;
    margin: 5em auto 0;
  }
  .home-bnr-layout > * {
    width: calc(100% / 3);
  }
  .home-bnr-box > .bnr_box_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .home-bnr-box > .bnr_box_detail > li {
    width: 49%;
  }
  .home-bnr-box > .bnr_box_detail .block {
    position: relative;
    background-color: #e0e3f2;
  }
  .home-bnr-box > .bnr_box_detail a.block:hover {
    opacity: 0.8;
  }
  .home-bnr-box > .bnr_box_detail .bnr_box_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .home-bnr-box > .bnr_box_detail .bnr_box_image {
    padding-top: 22.5%;
    overflow: hidden;
  }
  .home-bnr-box > .bnr_box_detail a.block .bnr_box_image img {
    -webkit-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
  }
  .home-bnr-box > .bnr_box_detail a.block:hover .bnr_box_image img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
  }
  .home-bnr-box-v2 {
    padding: 0 2.75em;
  }
  .home-bnr-box-v2 > .bnr_box_title {
    margin-top: 0.6em;
    font-size: 2rem;
    font-weight: bold;
  }
  .home-bnr-box-v2 > .bnr_box_detail {
    margin: 1em -30px -1em 0;
    overflow: hidden;
  }
  .home-bnr-box-v2 > .bnr_box_detail > li {
    float: left;
    margin: 0 30px 1em 0;
  }
  .home-bnr-box-v2 > .bnr_box_detail a {
    display: block;
    line-height: 1.25;
    font-size: 1.8rem;
  }
  .home-bnr-box-v2 .bnr_box_text {
    position: relative;
    display: block;
    padding: 10px 0 10px 56px;
  }
  .home-bnr-box-v2 .bnr_box_text:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    background: url(/common/img/home_ic02.png) no-repeat 0 0;
  }
  .home-bnr-box-v2 .type-facebook .bnr_box_text:before {
    background-position: 0 0;
  }
  .home-bnr-box-v2 .type-instagram .bnr_box_text:before {
    background-position: -40px 0;
  }
  .home-bnr-box-v2 [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1.25em;
  }
  .home-bnr-box-v2 .home-sns-layout .column_item > * {
    margin-top: 0 !important;
  }
  .home-bnr-box-v2 .home-sns-layout .column_item .image-set .image_inner img {
    height: 63px
  }
  .home-bnr-box-v2 .home-sns-layout .column_item.type-linkedin .image-set .image_inner img {
    position: relative;
    left: 5px;
  }
  .home-bnr-box-v3 > .block {
    display: -webit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    background-color: #d0dbe1;
  }
  .home-bnr-box-v3 > a.block:hover {
    opacity: 0.8;
  }
  .home-bnr-box-v3 > .block .bnr_box_text {
    width: 42%;
  }
  .home-bnr-box-v3 > .block .bnr_box_image {
    width: 58%;
    overflow: hidden;
  }
  .home-bnr-box-v3 > a.block .bnr_box_image img {
    -webkit-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
  }
  .home-bnr-box-v3 > a.block:hover .bnr_box_image img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
  }
  /* ----- home-list-link ----- */
  .home-list-link {
    margin-top: 1.5em;
    text-align: right;
  }
  .home-list-link li {
    display: inline-block;
  }
  .home-list-link li + li {
    margin-left: 30px;
  }
  .home-list-link li a {
    position: relative;
    padding-left: 28px;
    font-size: 1.6rem;
  }
  .home-list-link li a:after {
    display: inline-block;
    position: absolute;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat;
    vertical-align: top;
    content: "";
  }
  .home-list-link li a.a-rss:after {
    top: 0.1em;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: -360px -240px;
  }
  .home-list-link li a.a-all:after {
    top: 0.1em;
    left: 0;
    width: 16px;
    height: 16px;
    background-position: -400px -240px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .home-info-layout > .info_contents::after,
  .home-news-layout .news-layout .news_article .news_detail::after,
  .home-info-layout .info_news > .info_news_title::after,
  .home-bnr-box-v2 > .bnr_box_detail::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .home-news-layout .news-layout .news_article .news_property {
    float: none;
    margin: 0 0 .5em;
  }
  .home-bnr-box-v2 > .bnr_box_title {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .home-bnr-box-v2 .home-sns-layout .column_item .image-set .image_inner img {
    height: 50px
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- home-slider-layout ----- */
  .contents > .home-slider-layout:first-child {
    margin: -15px -15px 0 !important;
  }
  .home-slider-layout {
    position: relative;
  }
  .home-slider-layout .slick-slide img {
    width: 100%;
  }
  .home-slider-layout .slider_item {
    vertical-align: top;
  }
  .home-slider-layout:not(.slick-slider) .slider_item:nth-child(n+2) {
    display: none;
  }
  .home-slider-layout .slider_text {
    width: 240px;
    position: absolute;
    top: 18%;
    left: 50%;
    margin-left: -120px;
    z-index: 10;
  }
  .home-slider-layout .slider-btn {
    margin-left: 20px;
  }
  .home-slider-layout .slider_interface {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
  }
  .home-slider-layout button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -9999px;
  }
  .home-slider-layout .slider-startBtn,
  .home-slider-layout .slider-stopBtn{
    width: 66px;
    height: 20px;
    position: relative;
    display: block;
    outline: none;
  }
  .home-slider-layout .slider-startBtn{
    background: #d11019;
  }
  .home-slider-layout .slider-stopBtn{
    background: #ccc;
  }
  .home-slider-layout .slider-stopBtn::before {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    border-left: 4px solid #d11019;
    border-right: 4px solid #d11019;
    content: "";
  }
  .home-slider-layout .slider-startBtn::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -4px;
    border-width: 5px 0 5px 8px;
    border-style: solid none solid solid;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
  .home-slider-layout .slider-dots {
    margin-top: 15px;
  }
  .home-slider-layout .slider-dots li {
    margin: 0 8px;
    display: inline-block;
    width: 30px;
    height: 4px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 10px;
  }
  .home-slider-layout .slider-dots li button {
    text-indent: -9999px;
    overflow: hidden;
  }
  .home-slider-layout .slider-dots li.slick-active {
    background-color: #d11019;
  }
  /* ----- home-info-layout ----- */
  .home-info-layout {
    display: none;
    margin: 0 -15px;
    padding: 20px 15px;
    background-color: #fff1f2;
  }
  .home-info-layout.is-active {
    display: block;
  }
  .home-info-layout > .info_contents > .info_title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d11019;
  }
  .home-info-layout > .info_contents > .info_detail {
    margin-top: 1em;
  }
  .home-info-layout > .info_contents > .info_detail > *:first-child {
    margin-top: 0 !important;
  }
  .home-info-layout .info_news {
    margin-top: 1rem;
  }
  .home-info-layout .info_news > .info_news_title .info_news_data {
    font-size: 1.2rem;
    color: #323232;
  } 
  .home-info-layout .info_news > .info_news_title .info_news_text {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
  }
  .home-info-layout .info_news > .info_news_title .info_news_text > a {
    display: inline-block;
  }
  .home-info-layout .info_news > .info_news_title .info_news_text > a::after {
    display: inline-block;
    position: relative;
    margin-left: 10px;
  }
  .home-info-layout .info_news > .info_news_title .info_news_text > a:not(.a-blank):not(.a-pdf)::after {
    top: -.2em;
    height: 8px;
    width: 8px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .home-info-layout .info_news > .info_news_title .info_news_text > a.a-blank::after,
  .home-info-layout .info_news > .info_news_title .info_news_text > a.a-pdf::after {
    top: .1em;
  }
  .home-info-layout .info_news > .info_news_title .info_news_size {
    margin-left: .5em;
    font-size: 1.1rem;
  }
  .home-info-layout .info_news > .info_news_detail {
    margin-top: 0.5em;
    font-size: 1.4rem;
  }
  .home-info-layout .info_news > .info_news_detail > *:first-child {
    margin-top: 0 !important;
  }
  .home-info-layout .info_news > .info_news_detail .link-text li + li {
    margin-top: 0.5em;
  }
  /* ----- home-news-layout ----- */
  .home-news-layout .news-layout .news_article .news_property {
    display: block;
  }
  .home-news-layout .news-layout .news_article .news_date,
  .home-news-layout .news-layout .news_article .news_icon {
    white-space: nowrap;
  }
  .home-news-layout .news-layout .news_article .news_date {
    display: block;
  }
  .home-news-layout .news-layout .news_article .news_date + [class*="news_icon"] {
    margin-left: 0;
  }
  /* ----- home-pickup-layout ----- */
  .home-pickup-layout {
    margin-top: 2em;
    display: none;
  }
  .home-pickup-layout.is-active {
    display: block;
  }
  .home-pickup-layout .pickup_heading {
    position: relative;
    text-align: center;
  }
  .home-pickup-layout .pickup_title {
    font-size: 2rem;
    font-weight: 700;
  }
  .home-pickup-layout .pickup_slider {
    margin: 1em -15px 0;
  }
  .home-pickup-layout .pickup_slider:not(.slick-slider) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-pickup-layout .pickup_slider .pickup_item {
    display: -webkit-flex !important;
    display: flex !important;
    padding: 0 1px;
    background-color: #fff;
  }
  .home-pickup-layout .pickup_slider .pickup_item figure img {
    width: 100%;
  }
  .home-pickup-layout .pickup_slider .pickup_item > .block {
    width: 100%;
    background-color: #f6f7f8;
    text-decoration: none;
  }
  .home-pickup-layout .pickup_item .pickup_item_detail {
    padding: 20px 15px;
  }
  .home-pickup-layout .pickup_item .pickup_detail_data {
    font-size: 1.2rem;
    color: #656565;
  }
  .home-pickup-layout .pickup_item .pickup_detail_text {
    margin-top: 0.3em;
    font-size: 1.5rem;
  }
  /* slick */
  .home-pickup-layout .pickup_slider.slick-slider > .slick-track > .slick-list {
    overflow: visible;
  }
  .home-pickup-layout .pickup_slider.slick-slider > .slick-track > .slick-list > div > div {
    display: -webkit-flex;
    display: flex;
  }
  .home-pickup-layout .pickup_slider.slick-slider > .slick-track > .slick-list .slick-slide {
    display: -webkit-flex;
    display: flex;
    float: none;
    width: 100%;
    height: auto;
  }
  .home-pickup-layout .pickup_slider.slick-slider > .slick-track > .slick-list .slick-slide > div {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }

  /* ----- home-about-layout ----- */
  .home-about-layout {
    position: relative;
    margin: 2em -15px 0;
    padding: 30px 15px 120px;
    background: url(/common/img/home_profile_bg01_sp.jpg) no-repeat 50% 100% #5283b9;
    background-size: 100% auto;
    z-index: 0;
  }
  .home-about-layout > .about_cover > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
  }
  .home-about-layout .about_wrap {
    position: relative;
    margin-top: 2em;
    z-index: 2;
    pointer-events: none;
  }
  .home-about-layout .about_heading {
    position: relative;
    text-align: center;
    pointer-events: none;
  }
  .home-about-layout .about_title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
  }
  .home-about-layout .about_heading .home-list-link {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-about-layout .about_heading .home-list-link li {
    margin-top: 0;
  }
  .home-about-layout .about_heading .home-list-link a {
    color: #fff;
  }
  .home-about-layout .about_heading .home-list-link li a.a-all::after {
    background-position: -550px -300px;
  }
  .home-about-layout .about_wrap .about_column,
  .home-about-layout .about_column .about_item_box_wrap {
    display: -webkit-flex;
    display: flex;
    pointer-events: none;
  }
  .home-about-layout .about_wrap .about_column {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    pointer-events: none;
  }
  .home-about-layout .about_column .about_column_item {
    margin: 1.5em 0 0 15px;
    padding-bottom: 15px;
    width: calc((100% - 15px) / 2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-align: center;
  }
  .home-about-layout .about_column .about_column_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .home-about-layout .about_column .about_column_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .home-about-layout .about_column .about_item_image {
    width: 60px;
    margin: 0 auto;
  }
  .home-about-layout .about_column .about_item_text {
    margin-top: 0.5em;
    color: #fff;
  }
  .home-about-layout .about_column .about_text_head {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .home-about-layout .about_column .about_text_detail {
    font-weight: 700;
    line-height: 1.2;
  }
  .home-about-layout .about_column .about_detail_num {
    font-size: 3.6rem;
  }
  .home-about-layout .about_column .about_item_box .detail_num {
    font-size: 2.5rem;
  }
  .home-about-layout .about_column .about_detail_as1 {
    font-size: 2rem;
  }
  .home-about-layout .about_column .about_detail_as2 {
    font-size: 1.4rem;
  }
  .home-about-layout .about_column .about_item_box_wrap {
    -webkit-align-items: end;
    align-items: end;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-about-layout .about_column .about_item_box_wrap .about_item_box:last-child {
    margin-left: 0.5em;
  }
  .home-about-layout .about_column .about_item_box_wrap .about_item_box:first-child .about_text_head {
    display: block;
    margin: 1em 0;
  }
  .home-about-layout .about_wrap .about_nav_column {
    position: relative;
    margin-top: 1.5em;
    pointer-events: all;
  }
  .home-about-layout .about_nav_column .about_column_item {
    text-align: center;
  }
  .home-about-layout .about_nav_column .about_column_item > a {
    display: inline-block;
  }
  .home-about-layout .about_nav_column .about_column_item + .about_column_item {
    margin-top: 1.5em;
  }
  .home-about-layout .about_nav_column .about_item_title {
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
  }
  /* ----- home-product-layout ----- */
  .home-product-layout {
    margin: 2em 0 0;
  }
  .home-product-layout .product_heading {
    position: relative;
    text-align: center;
  }
  .home-product-layout .product_title {
    font-size: 2rem;
    font-weight: 700;
  }
  .home-product-layout .product_heading .home-list-link {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-product-layout .product_heading .home-list-link li {
    margin-top: 0;
  }
  .home-product-layout .product_column {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .home-product-layout .product_column .product_column_item {
   width: calc((100% - 15px) / 2); 
    margin: 1em 0 0 15px;
  }
  .home-product-layout .product_column .product_column_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .home-product-layout .product_column .product_column_item > a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .home-product-layout .product_column .product_item_image img {
    width: 100%;
  }
  .home-product-layout .product_column .product_item_title {
    padding: 15px 10px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background-color: #f6f7f8;
  }
  /* ----- home-cont-layout ----- */
  .home-cont-wrap {
    margin: 2em -15px 0;
  }
  .home-cont-layout {
    min-height: 380px;
    display: -webkit-flex;
    display: flex;
  }
  .home-cont-layout + .home-cont-layout {
    margin-top: 2em;
  }
  .home-cont-layout > .cont_detail {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 40px 15px 80px;
  }
  .home-cont-layout .cont_cover a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 0;
  }
  .home-cont-layout.type-ir .cont_cover a {
    background: url(/common/img/home_ir_bg01_sp.jpg) no-repeat 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .home-cont-layout.type-csr .cont_cover a {
    background: url(/common/img/home_csr_bg01_sp.jpg) no-repeat 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .home-cont-layout .cont_inner {
    position: relative;
    z-index: 1;
  }
  .home-cont-layout .cont_heading {
    position: relative;
    text-align: center;
  }
  .home-cont-layout .cont_title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
  }
  .home-cont-layout .cont_heading .home-list-link {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-cont-layout .cont_heading .home-list-link a {
    color: #fff;
  }
  .home-cont-layout .cont_heading .home-list-link li {
    margin-top: 0;
  }
  .home-cont-layout .cont_heading .home-list-link li a.a-all::after {
    background-position: -550px -300px;
  }
  .home-cont-layout .cont_lead {
    margin-top: 1.2em;
    font-size: 1.4rem;
    color: #fff;
  }
  .home-cont-layout [class*="link-button"] {
    margin-top: 1em;
  }
  .home-cont-layout [class*="link-button"] a {
    min-width: 100%;
  }
  /* ----- home-ir-layout ----- */
  .home-ir-box {
    margin: 1em auto 0;
    color: #fff;
  }
  .home-ir-box .ir_box_title {
    padding: 6px 10px 4px;
    font-size: 1.44rem;
    text-align: center;
    background-color: rgba(255,255,255,0.25);
  }
  .home-ir-box .ir_box_detail {
    margin-top: 1em;
    font-size: 1.44rem;
    font-weight: bold;
    text-align: center;
  }
  .home-ir-box .ir_detail_num {
    padding: 0 5px;
    font-size: 4.32rem;
  }
  .home-ir-box .ir_detail_as1 {
    margin-right: 10px;
    font-size: 1.62rem;
  }
  .home-ir-box .ir_box_image {
    text-align: center;
  }
  .home-ir-box .ir_box_image .ir_box_caption {
    margin-top: 0.8em;
    font-size: 1.4rem;
    text-align: right;
  }
  /* ----- home-bnr-layout ----- */
  .home-bnr-layout {
    margin: 2em 0 0;
  }
  .home-bnr-layout > *:first-child {
    margin-top: 0;
  }
  .home-bnr-box {
    margin-top: 1.5em;
  }
  .home-bnr-box img {
    width: 100%;
  }
  .home-bnr-box .bnr_box_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .home-bnr-box .bnr_box_detail li {
    width: calc((100% - 15px) / 2);
  }
  .home-bnr-box .bnr_box_detail .block {
    position: relative;
    background-color: #e0e3f2;
  }
  .home-bnr-box > .bnr_box_detail .bnr_box_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .home-bnr-box > .bnr_box_detail .bnr_box_image {
    padding-top: 22.5%;
    overflow: hidden;
  }
  .home-bnr-box-v2 {
    margin-top: 1.5em;
  }
  .home-bnr-box-v2 > .bnr_box_title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .home-bnr-box-v2 > .bnr_box_detail {
    margin-top: .5em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;  
  }
  .home-bnr-box-v2 > .bnr_box_detail > li {
    width: caclc((100% - 15px) / 2);
  }
  .home-bnr-box-v2 > .bnr_box_detail a {
    display: block;
    font-size: 1.4rem;
  }
  .home-bnr-box-v2 .bnr_box_text {
    position: relative;
    display: block;
    padding: 5px 0  5px 46px;  
  }
  .home-bnr-box-v2 .bnr_box_text:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 0;
    margin-top: -15px;
    background: url(/common/img/home_ic02.png) no-repeat 0 0;
    background-size: 60px auto;
  }
  .home-bnr-box-v2 .type-facebook .bnr_box_text:before {
    background-position: 0 0;
  }
  .home-bnr-box-v2 .type-instagram .bnr_box_text:before {
    background-position: -30px 0;
  }
  .home-bnr-box-v2 .home-sns-layout .column_item > * {
    margin-top: 0 !important;
  }
  .home-bnr-box-v2 .home-sns-layout .column_item .image-set .image_inner img {
    height: 63px
  }
  .home-bnr-box-v2 .home-sns-layout .column_item.type-linkedin .image-set .image_inner img {
    position: relative;
    left: 5px;
  }
  .home-bnr-box-v3 {
    margin-top: 1.5em;
  }
  .home-bnr-box-v3 > .block {
    display: -webit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    background-color: #d0dbe1;
  }
  .home-bnr-box-v3 > .block .bnr_box_text {
    width: 42%;
  }
  .home-bnr-box-v3 > .block .bnr_box_image {
    width: 58%;
    overflow: hidden;
  }
  /* ----- home-list-link ----- */
  .home-list-link {
    text-align: right;
  }
  .home-list-link li {
    margin-top: 1em;
    display: inline-block;
  }
  .home-list-link li + li {
    margin-left: 15px;
  }
  .home-list-link li a {
    position: relative;
    padding-left: 20px;
  }
  .home-list-link li a::after {
    display: inline-block;
    content: "";
    position: absolute;
    vertical-align: top;
    background: url(/common/img/cmn_sprite_ic01-r2x.png) no-repeat;
    background-size: 600px auto;
  }
  .home-list-link li a.a-rss::after {
    top: .15em;
    left: 0;
    width: 13px;
    height: 13px;
    background-position: -450px -300px;
  }
  .home-list-link li a.a-all::after {
    top: .2em;
    left: 0;
    width: 12px;
    height: 12px;
    background-position: -500px -300px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .home-bnr-box-v2 > .bnr_box_detail::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}