﻿@charset "UTF-8";

/* **************************************************************

m-carousel

************************************************************** */
.m-hero {
    min-width: 320px;
}
.m-hero_inner,
.m-nav-local_panel .m-nav-local_list {
    margin: 0 auto;
    max-width: 1200px;
}
.js-carousel_panel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.js-carousel_panel-list>div.is-hide,
.js-carousel_panel-list>li.is-hide {
    display: none;
}
.js-carousel_panel-list>div img,
.js-carousel_panel-list>li img {
    pointer-events: none;
}
.js-carousel_panel-list.is-active {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.js-carousel_panel-list.is-active>div,
.js-carousel_panel-list.is-active>li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.js-carousel_pause:not(.is-active),
.js-carousel_play:not(.is-active) {
    display: none;
}
.js-carousel-hero:not(.carousel),
.js-carousel-index:not(.carousel),
.js-carousel:not(.carousel) {
    padding-bottom: 52px;
}
.js-carousel-hero:not(.carousel) .js-carousel_control,
.js-carousel-index:not(.carousel) .js-carousel_control,
.js-carousel:not(.carousel) .js-carousel_control {
    display: none;
}
.carousel.is-animation .js-carousel_panel-list {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.carousel:not(.is-built) .js-carousel_control {
    display: none;
}
.carousel_counter {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.carousel_number {
    vertical-align: baseline;
}
.carousel_number.current {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 5px;
    line-height: 1.1;
}
.carousel_number.max {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 5px;
    line-height: 1.14;
}
.carousel_indicator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    position: relative;
    width: 100px;
}
.carousel_indicator:after,
.carousel_indicator:before {
    border-top: 0 solid #007FA5;
    content: "";
    display: block;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100px;
    z-index: 1;
}
.carousel_indicator:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.is-grow .carousel_indicator:before {
    border-top-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.is-shrink .carousel_indicator:after {
    border-top-width: 4px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.carousel_indicator>li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 0;
    position: relative;
}
.carousel_indicator>li:after,
.carousel_indicator>li:before {
    content: "";
    display: block;
    width: 100%;
}
.carousel_indicator>li:before {
    border-top: 1px solid #007FA5;
}
.carousel_indicator>li:after {
    border-top: 4px solid #007FA5;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.carousel_indicator>li>span {
    position: absolute;
    top: 50%;
}
.carousel_indicator>li[aria-current]:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.carousel_indicator>li[aria-current]~li:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.carousel_indicator>li.is-hide {
    display: none;
}
.is-grow .carousel_indicator>li:not(:first-child):after,
.is-shrink .carousel_indicator>li:not(:first-child):after {
    border-top-width: 0;
}
.m-hero {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 260px;
    overflow: hidden;
    padding: 25px 24px;
    position: relative;
}
.m-hero_inner {
    width: 100%;
}
.m-hero_inner> :first-child {
    margin-top: 0;
}
.m-hero_inner> :first-child.m-list-label {
    margin-top: -10px;
}
.m-hero_inner> :first-child.m-list-label.square {
    margin-top: -10px;
}
@media print,
screen and (min-width: 769px) {
    .m-hero_inner> :first-child.m-list-label {
        margin-top: -14px;
    }
    .m-hero_inner> :first-child.m-list-label.square {
        margin-top: -8px;
    }
}
.m-hero_inner> :first-child.m-link-list.horizontal {
    margin-top: -10px;
}
.m-hero_inner> :first-child.m-link-list.horizontal-right {
    margin-top: -10px;
}
.m-hero_inner> :first-child.m-form-layout {
    margin-top: -10px;
}
.m-hero_inner> :last-child {
    margin-bottom: 0;
}
.m-hero_image {
    height: 100%;
    left: 0;
    z-index: -1;
}
.m-hero_image,
.m-hero_image img {
    position: absolute;
    top: 0;
    width: 100%;
}
.m-hero_image img {
    height: auto;
    max-width: inherit;
    right: 0;
}
.m-hero_heading {
    font-size: 22px;
    font-size: 1.375rem;
}
.m-hero_heading,
.m-hero_text {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.m-hero_text {
    margin-top: 20px;
}
.m-hero.corporate {
    margin-top: 10px;
    min-height: 308px;
}
.m-hero.corporate .m-hero_heading {
    color: #c01;
}
.m-hero.corporate .m-hero_image {
    background-color: #f8f8f8;
}
.m-hero.corporate .m-hero_image img {
    bottom: 0;
    max-height: 308px;
    top: auto;
    width: auto;
}
@media print,
screen and (min-width: 769px) {
    .m-hero {
        min-height: 350px;
        padding: 40px 30px;
    }
    .m-hero_inner {
        padding: 0 40px;
    }
    .m-hero_image img {
        height: 100%;
        width: auto;
    }
    .m-hero_heading {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .m-hero.corporate {
        margin-top: 10px;
        min-height: 350px;
    }
    .m-hero.corporate .m-hero_image img {
        bottom: 0;
        max-height: 100%;
        top: auto;
    }
}
@media print,
screen and (min-width: 1025px) and (max-width: 1200px) {
    .m-hero.corporate .m-hero_image img {
        right: -150px;
    }
}
@media print,
screen and (min-width: 769px) and (max-width: 1024px) {
    .m-hero.corporate .m-hero_image img {
        right: -250px;
    }
}


.m-carousel-hero_panel-list>li img,
.m-carousel_panel-list>li img {
    width: 100%;
}
.m-carousel-hero_panel-list>li>a,
.m-carousel_panel-list>li>a {
    display: block;
}
.m-carousel-hero_panel-list>li a:focus,
.m-carousel_panel-list>li a:focus {
    outline: 1px solid #000;
    outline-offset: -1px;
}
.m-carousel-hero_control-wrap,
.m-carousel-index_control-wrap,
.m-carousel_control-wrap {
    padding: 0 15px;
}
.m-carousel-hero_control,
.m-carousel-index_control,
.m-carousel_control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.m-carousel-hero_nav,
.m-carousel-index_nav,
.m-carousel_nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
}
.m-carousel-hero_nav>li+li,
.m-carousel-index_nav>li+li,
.m-carousel_nav>li+li {
    margin-left: 5px;
}
.m-carousel-hero_button,
.m-carousel-index_button,
.m-carousel_button {
    margin-left: 15px;
}
.m-carousel-hero_next,
.m-carousel-hero_pause,
.m-carousel-hero_play,
.m-carousel-hero_prev,
.m-carousel-index_next,
.m-carousel-index_pause,
.m-carousel-index_play,
.m-carousel-index_prev,
.m-carousel_next,
.m-carousel_pause,
.m-carousel_play,
.m-carousel_prev {
    display: block;
    font-size: 0;
    height: 28px;
    width: 28px;
}
.m-carousel-hero_next,
.m-carousel-hero_prev,
.m-carousel-index_next,
.m-carousel-index_prev,
.m-carousel_next,
.m-carousel_prev {
    background-color: transparent;
    border: 0;
    position: relative;
}
.m-carousel-hero_next:after,
.m-carousel-hero_prev:after,
.m-carousel-index_next:after,
.m-carousel-index_prev:after,
.m-carousel_next:after,
.m-carousel_prev:after {
    border-bottom: 2px solid #007FA5;
    border-left-width: 0;
    border-right: 2px solid #007FA5;
    border-top-width: 0;
    content: "";
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    width: 12px;
}
.m-carousel-hero_prev:after,
.m-carousel-index_prev:after,
.m-carousel_prev:after {
    left: 12px;
}
.m-carousel-hero_next:after,
.m-carousel-index_next:after,
.m-carousel_next:after {
    right: 12px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.m-carousel-hero_pause,
.m-carousel-hero_play,
.m-carousel-index_pause,
.m-carousel-index_play,
.m-carousel_pause,
.m-carousel_play {
    background-color: #fff;
    border: 1px solid #007FA5;
    border-radius: 2px;
    padding: 0;
    position: relative;
}
.m-carousel-hero_pause:after,
.m-carousel-hero_pause:before,
.m-carousel-index_pause:after,
.m-carousel-index_pause:before,
.m-carousel_pause:after,
.m-carousel_pause:before {
    background-color: #007FA5;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
}
.m-carousel-hero_pause:before,
.m-carousel-index_pause:before,
.m-carousel_pause:before {
    left: 8px;
}
.m-carousel-hero_pause:after,
.m-carousel-index_pause:after,
.m-carousel_pause:after {
    right: 8px;
}
.m-carousel-hero_play:before,
.m-carousel-index_play:before,
.m-carousel_play:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #007FA5;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m-carousel {
    margin: 30px auto 0;
    max-width: 600px;
}
.m-carousel_slider {
    overflow: hidden;
}
.m-carousel_control {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.m-carousel-hero {
    margin-bottom: 20px;
    overflow: hidden;
}
.m-carousel-hero_slider {
    margin: 0 auto;
    max-width: 1200px;
}
.m-carousel-hero_control {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.m-carousel-hero:not(.carousel) .m-carousel-hero_panel-list {
    position: relative;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    width: 100% !important;
}
.m-carousel-hero:not(.carousel) .m-carousel-hero_panel-list:before {
    content: "";
    display: block;
    padding-top: 94.66667%;
    width: 100%;
}
.m-carousel-hero .m-carousel-hero_panel-list>li img {
    vertical-align: text-top;
}
.m-carousel-hero:not(.carousel) .m-carousel-hero_panel-list>li {
    left: 0;
    position: absolute;
    top: 0;
}
.m-carousel-hero:not(.carousel) .m-carousel-hero_panel-list>li:not(:first-child) {
    display: none;
}
@media print,
screen and (min-width: 415px) {
    .m-carousel-hero:not(.carousel) .m-carousel-hero_panel-list:before {
        padding-top: 31.66667%;
    }
}
.m-carousel-index {
    margin-top: 30px;
}
.m-carousel-index_control-wrap {
    padding: 0;
}
.m-carousel-index_slider {
    overflow: hidden;
}
.m-carousel-index_content> :first-child {
    margin-top: 0;
}
.m-carousel-index .carousel_indicator {
    width: 130px;
}
.m-carousel-index .carousel_indicator:after,
.m-carousel-index .carousel_indicator:before {
    width: 130px;
}
.m-carousel-index_nav {
    margin-left: auto;
}
.m-carousel-index_nav>li+li {
    margin-left: 35px;
}
.m-carousel-index_next:after,
.m-carousel-index_prev:after {
    border-bottom-width: 3px;
    border-right-width: 3px;
    height: 17px;
    width: 17px;
}
@media print,
screen and (min-width: 769px) {
    .m-carousel-hero .carousel_indicator,
    .m-carousel-index .carousel_indicator,
    .m-carousel .carousel_indicator {
        width: 200px;
    }
    .m-carousel-hero .carousel_indicator:after,
    .m-carousel-hero .carousel_indicator:before,
    .m-carousel-index .carousel_indicator:after,
    .m-carousel-index .carousel_indicator:before,
    .m-carousel .carousel_indicator:after,
    .m-carousel .carousel_indicator:before {
        width: 200px;
    }
    .m-carousel-hero_nav,
    .m-carousel-index_nav,
    .m-carousel_nav {
        margin-left: 40px;
    }
    .m-carousel-hero_nav>li+li,
    .m-carousel-index_nav>li+li,
    .m-carousel_nav>li+li {
        margin-left: 30px;
    }
    .m-carousel-hero_button,
    .m-carousel-index_button,
    .m-carousel_button {
        margin-left: 40px;
    }
    .m-carousel {
        margin-top: 40px;
    }
    .m-carousel-hero {
        margin-bottom: 20px;
    }
    .m-carousel-hero_control {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .m-carousel-index {
        margin-top: 40px;
    }
    .m-carousel-index_control {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 767px) {
    header.global .sp_header nav.global .sub_group.single li {
        width: 100%;
        float: none;
    }
    header.global .sp_header .search_block .input {
        font-size: 16px;
        transform: scale(1.0);
    }

}
.article{
    margin-bottom: 0;
}
footer{
    margin-top: 0;
}