@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Layout
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Layout
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */


/* ======================================================
 * PC
====================================================== */

@media print,
screen and (min-width: 768px) {
    /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
    /* ------------------------------------------------------
   * Layout
  ------------------------------------------------------ */
    .container[data-wide="true"] {
        max-width: 100%;
        padding: 0;
    }
    body.is-inactive-search .assist-search {
        display: none !important;
    }
    .AssistClone .footer-assist .assist_buttons>li.type-search>a {
        /* opacity: 0; */
        opacity: 1.0;
    }
    /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
    /* ----- home-movie ----- */
    .home-movie {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        padding-top: 39.06%;
        background-image: url(/under-files/img/home_movie_im01.jpg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        z-index: -1;
    }
    .home-movie video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    /* ----- home-background ----- */
    .home-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    /* ----- home-hero-slider ----- */
    .home-hero-slider {
        position: relative;
        background-color: #fff;
    }
    .home-hero-slider .slider_item>a {
        outline: none;
    }
    .home-hero-slider .slider_item>a:hover {
        opacity: .7;
    }
    .home-hero-slider .slider_button {
        position: absolute;
        bottom: 26px;
        left: 20px;
        width: 20px;
        height: 22px;
        text-indent: -9999px;
        cursor: pointer;
        z-index: 1;
    }
    .home-hero-slider .slider_button.type-pause {
        background: url(/under-files/img/home_hero_pause_ic01.png) no-repeat;
        background-position: center center;
    }
    .home-hero-slider .slider_button.type-play {
        background: url(/under-files/img/home_hero_play_ic01.png) no-repeat;
        background-position: center center;
    }
    .home-hero-slider .slick-arrow {
        position: absolute;
        top: 50%;
        width: 34px;
        height: 66px;
        margin-top: -39px;
        padding: 0;
        border: none;
        text-indent: -9999px;
        -webkit-transition: opacity .2s ease-out 0s;
        transition: opacity .2s ease-out 0s;
        outline: none;
        cursor: pointer;
        z-index: 1;
    }
    .home-hero-slider .slick-arrow:hover {
        opacity: .7;
    }
    .home-hero-slider .slick-arrow.slick-prev {
        left: 60px;
        background: url(/under-files/img/home_hero_arrow_ic01.png) no-repeat;
    }
    .home-hero-slider .slick-arrow.slick-next {
        right: 60px;
        background: url(/under-files/img/home_hero_arrow_ic02.png) no-repeat;
    }
    .home-hero-slider .slider_dots {
        position: absolute;
        /* left: 50%; */
        bottom: 4.5%;
        /* width: 180px;
    margin-left: -90px; */
        text-align: center;
        z-index: 1;
        left: 0;
        right: 0;
        margin: auto;
    }
    .home-hero-slider .slick-dots {
        display: flex;
        align-items: center;
    }
    .home-hero-slider .slick-dots>li {
        width: 12px;
        height: 12px;
    }
    .home-hero-slider .slick-dots>li+li {
        margin-left: 30px;
    }
    .home-hero-slider .slick-dots>li>button {
        width: 100%;
        height: 100%;
        display: block;
        padding: 0;
        background-color: #ccc;
        border: 1px solid #fff;
        border-radius: 50%;
        text-indent: -9999px;
        outline: none;
        cursor: pointer;
    }
    .home-hero-slider .slick-dots>li.slick-active>button {
        background-color: #EB2E28;
    }
    /* ----- home_main_visual ----- */
    .home_main_visual {
        background-color: #fff;
    }
    .home_main_visual>.block {
        display: block;
    }
    .home_main_visual>a:hover {
        opacity: .7;
    }
    /* ----- home-contents ----- */
    .home-contents {
        position: relative;
        z-index: 1;
    }
    /* ----- home-layout ----- */
    .home-layout {
        position: relative;
        overflow: hidden;
    }
    .home-layout-v2 .home_search {
        max-width: 1028px;
        margin: 0 auto;
        padding: 0 0 45px;
    }
    .home-layout .home_movie {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 39.06%;
    }
    .home-layout .home_movie video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .home-layout .home_button {
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0;
        width: 15px;
        height: 20px;
        margin: 0 0 20px 20px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0 0;
        border: none;
        text-align: left;
        text-indent: -9999em;
        outline: none;
        cursor: pointer;
        appearance: none;
    }
    .home-layout .home_button.type-pause {
        background-image: url(/under-files/img/home_movie_bt02.png);
    }
    .home-layout .home_button.type-play {
        background-image: url(/under-files/img/home_movie_bt01.png);
    }
    /* v2 */
    .home-layout-v2 {
        background-color: #ffffff;
    }
    .home-layout-v2 .home_inner {
        padding: 45px 60px;
    }
    .home-layout-v2 .home_column {
        display: flex;
        margin: 40px 0 0;
    }
    .home-layout-v2 .home_column>.column_heading {
        white-space: nowrap;
    }
    .home-layout-v2 .home_column>.column_news {
        position: relative;
        flex: 1;
        margin: 0 0 0 30px;
        padding: 0 0 0 30px;
    }
    .home-layout-v2 .home_column>.column_news::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 20px;
        margin-top: -10px;
        background-color: #ccc;
    }
    .home-layout-v2 .home_column_2 {
        display: flex;
        margin: 40px 0 0;
        padding: 0 0 15px;
        border-bottom: 1px solid #999;
    }
    .home-layout-v2 .home_column_2>.column_heading {
        white-space: nowrap;
    }
    .home-layout-v2 .home_column_2>.column_news {
        flex: 1;
        padding: 0 0 0 30px;
    }
    .home-layout-v2 .home_heading {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.1;
    }
    .home-layout-v2 .home_heading a:after {
        content: "";
        position: relative;
        top: -2px;
        right: 2px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 0 0 10px;
        border-top: 1px solid #EB2E28;
        border-right: 1px solid #EB2E28;
        vertical-align: middle;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .home-layout-v2 .home_heading_2 {
        position: relative;
        padding: 0 0 0 60px;
        color: #000;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.1;
    }
    .home-layout-v2 .home_heading_2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background-image: url(/under-files/img/home_important_ic01.png);
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .home-layout-v2 .home_news .news_detail {
        display: flex;
        align-items: center;
    }
    .home-layout-v2 .home_news .news_detail>.news_data {
        font-size: 1.7rem;
        font-weight: normal;
        white-space: nowrap;
    }
    .home-layout-v2 .home_news .news_detail>.news_title {
        flex: 1;
        padding: 0 0 0 20px;
        font-size: 2.0rem;
    }
    .home-layout-v2 .home_news a[class*="a-"] .news_detail>.news_title::after {
        content: "";
        right: 0;
        margin: 0 0 0 8px;
        border: none;
        display: inline-block;
        background-image: url(/common-files/img/cmn_sprite_ic01.png);
        background-repeat: no-repeat;
        vertical-align: middle;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .home-layout-v2 .home_news a.a-blank .news_detail>.news_title::after {
        width: 12px;
        height: 10px;
        background-position: 0px -80px;
    }
    .home-layout-v2 .home_news a.a-pdf .news_detail>.news_title::after {
        width: 15px;
        height: 15px;
        background-position: 0px -120px;
    }
    .home-layout-v2 .home_news_2 a {
        color: #000;
    }
    .home-layout-v2 .home_news_2 .news_detail {
        display: flex;
        align-items: center;
        font-weight: 700;
    }
    .home-layout-v2 .home_news_2 .news_detail>.news_data {
        width: 9.5em;
        font-size: 1.7rem;
        white-space: nowrap;
    }
    .home-layout-v2 .home_news_2 .news_detail>.news_title {
        flex: 1;
        font-size: 2.0rem;
    }
    .home-layout-v2 .home_news_2 a[class*="a-"] .news_detail>.news_title::after {
        content: "";
        right: 0;
        margin: 0 0 0 8px;
        border: none;
        display: inline-block;
        background-image: url(/common-files/img/cmn_sprite_ic01.png);
        background-repeat: no-repeat;
        vertical-align: middle;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .home-layout-v2 .home_news_2 a.a-blank .news_detail>.news_title::after {
        width: 12px;
        height: 10px;
        background-position: 0px -80px;
    }
    .home-layout-v2 .home_news_2 a.a-pdf .news_detail>.news_title::after {
        width: 15px;
        height: 15px;
        background-position: 0px -120px;
    }
    .home-layout-v2 .home_frame {
        padding: 25px 30px;
        background-color: #fff7f8;
        color: #000;
        font-size: 2.0rem;
        font-weight: 700;
    }
    /* v3 */
    .home-layout-v3 {
        background-color: #fff;
        border-top: 1px solid #ccc;
    }
    .home-layout-v3 .home_inner {
        padding: 100px 0 0;
        border-top: 1px solid #e1e1e3;
    }
    .home-layout-v3 .home_inner_2 {
        width: 100%;
        padding: 0 9.37%;
        box-sizing: border-box;
    }
    .home-layout-v3 .home_heading {
        padding: 0 60px 80px;
        font-size: 6.0rem;
        line-height: 1.1;
        text-align: center;
    }
    .home-layout-v3 .home_heading_2 {
        font-size: 2.4rem;
    }
    .home-layout-v3 .home_link.type01 .home_heading_2 {
        color: #fff;
        text-shadow: 1px 1px 1px #ccc;
    }
    .home-layout-v3 .home_link.type02 .home_heading_2 {
        color: #333;
    }
    .home-layout-v3 .home_column {
        display: flex;
        flex-flow: row wrap;
    }
    .home-layout-v3 .home_column>.column_button {
        width: calc(100% / 3);
        background-color: #fff;
    }
    [data-browser="ie11"] .home-layout-v3 .home_column>.column_button {
        width: calc(100% / 3 - 0.1px);
    }
    [data-browser="edge"] .home-layout-v3 .home_column>.column_button {
        width: calc(100% / 3 - 0.1px);
    }
    .home-layout-v3 .home_column>.column_button:nth-child(n+4) {
        margin-top: 10px;
    }
    .home-layout-v3 .home_column_2 {
        position: relative;
    }
    .home-layout-v3 .home_flex_wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
    }
    .home-layout-v3 .home_flex_wrapper>.home_flex_outer {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .home-layout-v3 .home_flex_wrapper>.home_flex_outer>.home_flex_inner {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 100%;
    }
    .home-layout-v3 .home_link {
        position: relative;
        display: block;
    }
    .home-layout-v3 .home_link::before {
        content: "";
        position: absolute;
        right: 15px;
        bottom: 15px;
        width: 23px;
        height: 23px;
        border-top: 2px solid #EB2E28;
        border-right: 2px solid #EB2E28;
        vertical-align: middle;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
    }
    .home-layout-v3 .home_text {
        font-size: 1.6rem;
    }
    .home-layout-v3 .home_image img {
        width: 100%;
        transition: all .2s ease-out 0s;
    }
    .home-layout-v3 .home_link:hover .column_image img {
        opacity: .7;
    }
    /* v4 */
    .home-layout-v4 .home_heading {
        padding: 100px 60px;
        background-color: rgba(30, 36, 49, .3);
        color: #fff;
        font-size: 6.0rem;
        line-height: 1.1;
        text-align: center;
    }
    .home-layout-v4 .home_column {
        display: flex;
    }
    .home-layout-v4 .home_column>[class*="column_item"] {
        position: relative;
        width: 50%;
        background-color: #ffffff;
        overflow: hidden;
    }
    .home-layout-v4 .home_frame>.block {
        position: relative;
        display: block;
        cursor: pointer;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        overflow: hidden;
    }
    .home-layout-v4 .home_frame>.block::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 0px solid #fff;
        -webkit-transition-property: border-width;
        transition-property: border-width;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        z-index: 1;
        content: "";
    }
    .home-layout-v4 .home_frame>.block:hover::before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-width: 10px;
    }
    .home-layout-v4 .home_detail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }
    .home-layout-v4 .home_image img {
        width: 100%;
    }
    .home-layout-v4 .home_title {
        font-size: 3.6rem;
        line-height: 1.1;
        text-align: center;
        color: #fff;
    }
    .home-layout-v4 .home_text {
        margin: .8em 0 0;
        font-size: 1.8rem;
        line-height: 1.25;
        text-align: center;
        color: #fff;
    }
    /* v5 */
    .home-layout-v5 {
        background-color: #fff;
    }
    .home-layout-v5 .home_inner_2 {
        width: 100%;
        padding: 0 9.37%;
        box-sizing: border-box;
    }
    .home-layout-v5 .home_heading {
        padding: 120px 60px 80px;
        background-color: #ffffff;
        font-size: 6.0rem;
        line-height: 1.1;
        text-align: center;
    }
    .home-layout-v5 .home_heading_2 {
        font-size: 2.4rem;
    }
    .home-layout-v5 .home_link.type01 .home_heading_2 {
        color: #fff;
        text-shadow: 1px 1px 1px #ccc;
    }
    .home-layout-v5 .home_link.type02 .home_heading_2 {
        color: #333;
    }
    .home-layout-v5 .home_column {
        display: flex;
    }
    .home-layout-v5 .home_column>.column_button {
        width: calc(100% / 3);
        background-color: #fff;
    }
    [data-browser="ie11"] .home-layout-v5 .home_column>.column_button {
        width: calc(100% / 3 - 0.1px);
    }
    [data-browser="edge"] .home-layout-v5 .home_column>.column_button {
        width: calc(100% / 3 - 0.1px);
    }
    .home-layout-v5 .home_column_2 {
        position: relative;
    }
    .home-layout-v5 .home_flex_wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
    }
    .home-layout-v5 .home_flex_wrapper>.home_flex_outer {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .home-layout-v5 .home_flex_wrapper>.home_flex_outer>.home_flex_inner {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 100%;
    }
    .home-layout-v5 .home_link {
        position: relative;
        display: block;
    }
    .home-layout-v5 .home_link::before {
        content: "";
        position: absolute;
        right: 15px;
        bottom: 15px;
        width: 23px;
        height: 23px;
        border-top: 2px solid #EB2E28;
        border-right: 2px solid #EB2E28;
        vertical-align: middle;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
    }
    .home-layout-v5 .home_text {
        font-size: 1.6rem;
    }
    .home-layout-v5 .home_image img {
        width: 100%;
        transition: all .2s ease-out 0s;
    }
    .home-layout-v5 .home_link:hover .column_image img {
        opacity: .7;
    }
    /* v6 */
    .home-layout-v6 {
        background-color: #fff;
    }
    .home-layout-v6 .home_inner {
        padding: 120px 60px 170px;
    }
    .home-layout-v6 .home_inner_2 {
        max-width: 1200px;
        margin: 80px auto 0;
    }
    .home-layout-v6 .home_inner_2>*:first-child {
        margin-top: 0;
    }
    .home-layout-v6 .home_heading {
        font-size: 6.0rem;
        line-height: 1.1;
        text-align: center;
    }
    .home-layout-v6 .home_button {
        margin: 30px 0 0;
    }
    .home-layout-v6 .home_button>li>a {
        min-width: 46.66%;
        padding: 20px;
        background-color: #666;
        font-size: 2.2rem;
    }
    .home-layout-v6 .home_button>li>a:hover {
        background-color: #555;
    }
    /* v7 */
    .home-layout-v7 .home_heading {
        padding: 100px 60px;
        background-color: rgba(30, 36, 49, .3);
        color: #fff;
        font-size: 6.0rem;
        line-height: 1.1;
        text-align: center;
    }
    /* v8 */
    .home-layout-v8 {
        background-color: #fff;
    }
    .home-layout-v8 .home_inner {
        padding: 100px 60px 0;
    }
    .home-layout-v8 .home_inner_2 {
        margin: 80px auto 0;
        max-width: 1200px;
    }
    .home-layout-v8 .home_inner_2>*:first-child {
        margin-top: 0;
    }
    .home-layout-v8 .home_heading {
        font-size: 6.0rem;
        line-height: 1.1;
        text-align: center;
    }
    /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }
}


/* ======================================================
 * PC Media Queries
====================================================== */

@media screen and (min-width: 1921px) {}

@media screen and (min-width: 768px) and (max-width: 1920px) {}

@media screen and (min-width: 768px) and (max-width: 1536px) {}

@media screen and (min-width: 768px) and (max-width: 1366px) {}

@media screen and (min-width: 768px) and (max-width: 1280px) {}

@media screen and (min-width: 768px) and (max-width: 1200px) {}

@media screen and (min-width: 768px) and (max-width: 1112px) {}

@media screen and (min-width: 768px) and (max-width: 1080px) {}

@media screen and (min-width: 768px) and (max-width: 1024px) {}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .home-layout-v2 .home_inner {
        padding: 40px;
    }
    .home-layout-v3 .home_inner {
        padding: 75px 0 0;
    }
    .home-layout-v3 .home_heading {
        padding: 0 40px 60px;
    }
    .home-layout-v4 .home_heading {
        padding: 75px 40px;
    }
    .home-layout-v5 .home_heading {
        padding: 80px 40px 60px;
    }
    .home-layout-v6 .home_inner {
        padding: 80px 40px 170px;
    }
    .home-layout-v6 .home_inner_2 {
        margin-top: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 896px) {}

@media screen and (min-width: 768px) and (max-width: 834px) {}

@media screen and (min-width: 768px) and (max-width: 812px) {}


/* ======================================================
 * SP
====================================================== */

@media only screen and (max-width: 767px) {
    /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
    /* ------------------------------------------------------
   * Layout
  ------------------------------------------------------ */
    .container[data-wide="true"] {
        padding-bottom: 0;
    }
    .AssistClone .footer-assist .assist_buttons>li.type-search>a {
        /* opacity: 0; */
        opacity: 1;
    }
    /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
    /* ----- home-movie ----- */
    .home-movie {
        height: 0;
        margin: 0 -15px;
        padding-top: 56.26%;
        background-image: url(/under-files/img/home_movie_im01-r2x.jpg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
    }
    .home-movie video {
        display: none;
    }
    /* ----- home-background ----- */
    .home-background {
        display: none;
    }
    /* ----- home-hero-slider ----- */
    .home-hero-slider {
        position: relative;
        margin: 0 -15px;
        padding-bottom: 30px;
        background-color: #fff;
    }
    .home-hero-slider .slider_item>a {
        outline: none;
    }
    .home-hero-slider .slider_button {
        position: absolute;
        bottom: 4px;
        left: 15px;
        width: 17px;
        height: 21px;
        text-indent: -9999px;
        cursor: pointer;
        z-index: 1;
    }
    .home-hero-slider .slider_button.type-pause {
        background: url(/under-files/img/home_hero_pause_ic01-r2x.png) no-repeat;
        background-size: 17px auto;
        background-position: center center;
    }
    .home-hero-slider .slider_button.type-play {
        background: url(/under-files/img/home_hero_play_ic01-r2x.png) no-repeat;
        background-size: 17px auto;
        background-position: center center;
    }
    .home-hero-slider .slick-arrow {
        position: absolute;
        top: 50%;
        width: 30px;
        height: 50px;
        margin-top: -25px;
        padding: 0;
        border: none;
        text-indent: -9999px;
        outline: none;
        cursor: pointer;
        z-index: 1;
    }
    .home-hero-slider .slick-arrow.slick-prev {
        left: 0;
        background: url(/under-files/img/home_hero_arrow_ic01-r2x.png) no-repeat;
        background-size: 11px auto;
        background-position: center left 15px;
    }
    .home-hero-slider .slick-arrow.slick-next {
        right: 0;
        background: url(/under-files/img/home_hero_arrow_ic02-r2x.png) no-repeat;
        background-size: 11px auto;
        background-position: center right 15px;
    }
    .home-hero-slider .slider_dots {
        position: absolute;
        left: 0;
        bottom: 9px;
        width: 100%;
    }
    .home-hero-slider .slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-hero-slider .slick-dots>li {
        width: 12px;
        height: 12px;
    }
    .home-hero-slider .slick-dots>li+li {
        margin-left: 30px;
    }
    @media screen and (max-width: 425px) {
        .home-hero-slider .slick-dots>li+li {
            margin-left: 15px !important;
        }
    }
    .home-hero-slider .slick-dots>li>button {
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #ccc;
        border: 1px solid #fff;
        border-radius: 50%;
        text-indent: -9999px;
        outline: none;
        cursor: pointer;
    }
    .home-hero-slider .slick-dots>li.slick-active>button {
        background-color: #EB2E28;
    }
    /* ----- home_main_visual ----- */
    .home_main_visual {
        margin: 0 -15px;
        background-color: #fff;
    }
    .home_main_visual>.block {
        display: block;
    }
    /* ----- home-layout ----- */
    .home-layout {
        position: relative;
    }
    .home-layout-v2 .home_search {
        padding: 0 0 20px;
    }
    .home-layout .home_movie {
        display: none;
    }
    .home-layout .home_button {
        display: none;
    }
    /* v2 */
    .home-layout-v2 {
        margin: 20px 0 0;
    }
    .home-layout-v2 .home_column {
        margin: 20px 0 0;
    }
    .home-layout-v2 .home_column>.column_news {
        margin: 5px 0 0;
    }
    .home-layout-v2 .home_column_2 {
        margin: 20px 0 0;
        padding: 0 0 15px;
        border-bottom: 2px solid #ccc;
    }
    .home-layout-v2 .home_column_2>.column_news {
        margin: 5px 0 0;
        padding: 0 0 0 30px;
    }
    .home-layout-v2 .home_column_2>.column_news:first-child {
        margin-top: 0;
    }
    .home-layout-v2 .home_frame {
        padding: 10px 15px;
        background-color: #fff7f8;
        color: #000;
        font-weight: 700;
    }
    .home-layout-v2 .home_heading {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.1;
    }
    .home-layout-v2 .home_heading a:after {
        content: "";
        position: relative;
        top: -2px;
        right: 2px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 0 0 10px;
        border-top: 1px solid #EB2E28;
        border-right: 1px solid #EB2E28;
        vertical-align: middle;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .home-layout-v2 .home_heading_2 {
        position: relative;
        padding: 0 0 0 30px;
        color: #000;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.1;
    }
    .home-layout-v2 .home_heading_2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background-image: url(/under-files/img/home_important_ic01.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%;
    }
    .home-layout-v2 .home_news .news_detail>.news_data {
        font-size: 1.1rem;
    }
    .home-layout-v2 .home_news a[class*="a-"] .news_detail>.news_title::after {
        content: "";
        right: 0;
        margin: 0 0 0 6px;
        border: none;
        display: inline-block;
        background-image: url(/common-files/img/cmn_sprite_ic01-r2x.png);
        background-repeat: no-repeat;
        background-size: 600px 600px;
        vertical-align: middle;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .home-layout-v2 .home_news a.a-blank .news_detail>.news_title::after {
        width: 10px;
        height: 9px;
        background-position: 0px -100px;
    }
    .home-layout-v2 .home_news a.a-pdf .news_detail>.news_title::after {
        width: 14px;
        height: 14px;
        background-position: 0px -150px;
    }
    .home-layout-v2 .home_news_2 a {
        color: #000;
        text-decoration: none;
    }
    .home-layout-v2 .home_news_2 a[class*="a-"] .news_detail>.news_title::after {
        content: "";
        right: 0;
        margin: 0 0 0 6px;
        border: none;
        display: inline-block;
        background-image: url(/common-files/img/cmn_sprite_ic01-r2x.png);
        background-repeat: no-repeat;
        background-size: 600px 600px;
        vertical-align: middle;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .home-layout-v2 .home_news_2 a.a-blank .news_detail>.news_title::after {
        width: 10px;
        height: 9px;
        background-position: 0px -100px;
    }
    .home-layout-v2 .home_news_2 a.a-pdf .news_detail>.news_title::after {
        width: 14px;
        height: 14px;
        background-position: 0px -150px;
    }
    .home-layout-v2 .home_news_2 .news_detail>.news_data {
        font-size: 1.1rem;
    }
    /* v3 */
    .home-layout-v3 {
        margin: 60px 0 0;
    }
    .home-layout-v3 .home_heading {
        font-size: 2.4rem;
        line-height: 1.1;
        text-align: center;
    }
    .home-layout-v3 .home_column {
        margin: 30px -15px 0;
        border-top: 1px solid #cccc;
    }
    .home-layout-v3 .home_column>.column_button {
        border-bottom: 1px solid #cccc;
    }
    .home-layout-v3 .home_column_2 {
        display: flex;
        align-items: center;
    }
    .home-layout-v3 .home_column_2>.column_image {
        width: 33.33%;
    }
    .home-layout-v3 .home_column_2>.column_text {
        flex: 1;
        padding: 5px 29px 5px 20px;
    }
    .home-layout-v3 .home_link {
        position: relative;
        display: block;
        text-decoration: none;
    }
    .home-layout-v3 .home_link::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 10px;
        height: 10px;
        margin-top: -7px;
        border-top: 1px solid #EB2E28;
        border-right: 1px solid #EB2E28;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* v4 */
    .home-layout-v4 {
        margin: 50px 0 0;
    }
    .home-layout-v4 .home_heading {
        font-size: 2.4rem;
        text-align: center;
    }
    .home-layout-v4 .home_column {
        margin: 20px -15px 0;
    }
    .home-layout-v4 .home_column>[class*="column_item"] {
        position: relative;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .home-layout-v4 .home_frame {
        position: relative;
    }
    .home-layout-v4 .home_detail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-layout-v4 .home_image img {
        width: 100%;
    }
    .home-layout-v4 .home_title {
        font-size: 2.4rem;
        line-height: 1.1;
        text-align: center;
        color: #fff;
    }
    .home-layout-v4 .home_text {
        margin: .8em 0 0;
        line-height: 1.42;
        text-align: center;
        color: #fff;
    }
    /* v5 */
    .home-layout-v5 {
        margin: 50px 0 0;
    }
    .home-layout-v5 .home_heading {
        font-size: 2.4rem;
        line-height: 1.1;
        text-align: center;
    }
    .home-layout-v5 .home_column {
        margin: 30px -15px 0;
        border-top: 1px solid #cccc;
    }
    .home-layout-v5 .home_column>.column_button {
        border-bottom: 1px solid #cccc;
    }
    .home-layout-v5 .home_column>.column_link {
        padding: 20px 15px 25px;
        background-color: #f7f7fa;
    }
    .home-layout-v5 .home_column_2 {
        display: flex;
        align-items: center;
    }
    .home-layout-v5 .home_column_2>.column_image {
        width: 33.33%;
    }
    .home-layout-v5 .home_column_2>.column_text {
        flex: 1;
        padding: 5px 29px 5px 20px;
    }
    .home-layout-v5 .home_link {
        position: relative;
        display: block;
        text-decoration: none;
    }
    .home-layout-v5 .home_link::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 10px;
        height: 10px;
        margin-top: -7px;
        border-top: 1px solid #EB2E28;
        border-right: 1px solid #EB2E28;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* v6 */
    .home-layout-v6 {
        margin: 50px 0 0;
    }
    .home-layout-v6 .home_inner {
        padding: 0 0 120px;
        background-color: #fff;
    }
    .home-layout-v6 .home_heading {
        font-size: 2.4rem;
        line-height: 1.1;
        text-align: center;
    }
    .home-layout-v6 .home_inner_2 {
        margin: 25px 0 0;
    }
    .home-layout-v6 .home_inner_2> :first-child {
        margin-top: 0;
    }
    .home-layout-v6 .home_button {
        margin-top: 15px;
    }
    .home-layout-v6 .home_button>li>a {
        background-color: #666;
    }
    /* v7 */
    .home-layout-v7 {
        margin: 50px 0 0;
    }
    .home-layout-v7 .home_heading {
        font-size: 2.4rem;
        line-height: 1.1;
        text-align: center;
    }
    /* v8 */
    .home-layout-v8 {
        margin: 50px 0 0;
    }
    .home-layout-v8 .home_heading {
        font-size: 2.4rem;
        line-height: 1.1;
        text-align: center;
    }
    /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
    .clearfix::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 {}


/* ------- */


/* HIDE UNTIL API CALL IS SUCCESSFUL */

.home_slider {
    display: none;
}

.home-hero-slider .slider_button {
    z-index: 100 !important;
}

.home-hero-slider .slick-dots {
    justify-content: center;
}

.home_inner .container {
    padding-bottom: 0px;
}

.home-tile-container {
    padding-top: 80px;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .home-tile-container {
        padding-top: 0px;
        margin-top: 30px !important;
    }
}

.home_column {
    flex-wrap: nowrap;
}

.home_column .home_text {
    padding-left: 1em;
    padding-right: 1em;
}

.home-mobility-container {
    padding-bottom: 60px !important;
}

.home-bottom-container {
    padding-bottom: 100px !important;
    background-color: white;
}

.home-video-container {
    margin-top: 2.5em !important;
}