@charset "UTF-8";

/* ---------- ---------- ----------
    :: index ::

01. Section
02. Heading Lv2
    |- 02-1. Heading Lv2 : plain
    |- 02-2. Heading Lv2 : light
03. Tile Link Pack
04. Text Link Pack
05. News Index Pack
06. Carousel

---------- ---------- ---------- */


/* ---------- ---------- ----------
:: for large screen ::
@media only screen and (min-width: 1025px) {
}
:: for medium screen ::
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media only screen and (max-width: 640px) {
}
---------- ---------- ---------- */





/* 01. Section
---------- ---------- ---------- */
.corp-top-Section .l-Section__inner {
    max-width: 1366px;
}
.corp-top-Section--last .l-Section__inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
    .corp-top-Section--last {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .corp-top-Section--last {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 640px) {
    .corp-top-Section--last {
        margin-bottom: 26px;
    }
}





/* 02. Heading Lv2
---------- ---------- ---------- */
/* 02-1. Heading Lv2 : plain
---------- ---------- */
.corp-top-headingLv2.l-HeadingTitle--h2 {
    border: none;
}
.corp-top-headingLv2 .l-HeadingTitle__titleBlock__titleBox__title {
    margin-bottom: 0;
}
.corp-top-headingLv2 .l-HeadingTitle__h2 {
    position: relative;
    line-height: 1.6;
    text-align: center;
}
@media only screen and (min-width: 1025px) {
    .corp-top-headingLv2.l-HeadingTitle--h2 {
        margin-top: 30px;
        margin-bottom: 8px;
    }
    .corp-top-headingLv2 .l-HeadingTitle__h2 {
        font-size: 26px;
    }
    .corp-top-headingLv2 .l-HeadingTitle__h2 .cmn-richtext {
        margin-bottom: 20px;
        display: block;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .corp-top-headingLv2.l-HeadingTitle--h2 {
        margin-top: 30px;
        margin-bottom: 8px;
    }
    .corp-top-headingLv2 .l-HeadingTitle__h2 {
        font-size: 26px;
    }
    .corp-top-headingLv2 .l-HeadingTitle__h2 .cmn-richtext {
        margin-bottom: 16px;
        display: block;
    }
}
@media only screen and (max-width: 640px) {
    .corp-top-headingLv2.l-HeadingTitle--h2 {
        margin-top: 26px;
        margin-bottom: 6px;
    }
    .corp-top-headingLv2 .l-HeadingTitle__h2 {
        font-size: 22px;
    }
    .corp-top-headingLv2 .l-HeadingTitle__h2 .cmn-richtext {
        margin-bottom: 10px;
        display: block;
    }
}





/* 03. Tile Link Pack
---------- ---------- ---------- */
.corp-top-tileLink .l-TileLinkVUnit {
    padding: 0;
    border-width: 0;
}
/* lead Block */
.corp-top-tileLink .l-TileLinkVUnit__leadBlock {
    margin-right: 30px;
    margin-left: 30px;
}
/* lead Block - title */
.corp-top-tileLink .l-TileLinkVUnit__leadBlock__title {
    text-align: center;
}
.corp-top-tileLink .l-Text {
    padding-right: 20px;
    display: inline-block;
    position: relative;
    line-height: 1.4;
    font-family: "LinotypeUnivers530-BasicMedium", sans-serif;
}
.corp-top-tileLink .l-Text:after {
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1em;
    height: 1.3em;
    vertical-align: middle;
    content: "\e006";
    color: #00a582;
    font-family: 'icomoon';
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1025px) {
    /* image Block */
    .corp-top-tileLink .l-TileLinkVUnit__imageBlock {
        margin-bottom: 15px;
    }
    /* lead Block - title */
    .corp-top-tileLink .l-TileLinkVUnit__leadBlock__title {
        margin-bottom: 30px;
    }
    .corp-top-tileLink .l-Text {
        font-size: 18px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    /* image Block */
    .corp-top-tileLink .l-TileLinkVUnit__imageBlock {
        margin-bottom: 15px;
    }
    /* lead Block - title */
    .corp-top-tileLink .l-TileLinkVUnit__leadBlock__title {
        margin-bottom: 15px;
    }
    .corp-top-tileLink .l-Text {
        line-height: 1.4;
    }
}
@media only screen and (max-width: 640px) {
    /* image Block */
    .corp-top-tileLink .l-TileLinkVUnit__imageBlock {
        margin-bottom: 10px;
    }
    /* lead Block - title */
    .corp-top-tileLink .l-TileLinkVUnit__leadBlock__title {
        margin-bottom: 20px;
    }
    .corp-top-tileLink .l-Text {
        line-height: 1.4;
    }
}





/* 04. Text Link Pack
---------- ---------- ---------- */
.corp-top-textLink .l-TextLinkP__list__item {
    border-color: #ddd;
    border-style: solid;
}
.corp-top-textLink .l-TextLinkP__list__item:last-child {
    border-width: 0;
}
.corp-top-textLink .l-TextLinkUnit__link {
    display: block;
    font-family: "LinotypeUnivers530-BasicMedium", sans-serif;
}
.corp-top-textLink .l-TextLinkUnit__link > .cmn-richtext:hover,
.corp-top-textLink .l-TextLinkUnit__link > .cmn-richtext:focus,
.corp-top-textLink .l-TextLinkUnit__link > .cmn-richtext:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
@media only screen and (min-width: 1025px) {
    .corp-top-textLink .l-TextLinkP__list {
        margin-bottom: -14px !important;
        text-align: center;
    }
    .corp-top-textLink .l-TextLinkP__list__item {
        margin-right: 14px;
        margin-bottom: 14px;
        padding-right: 20px !important;
        border-width: 0 1px 0 0;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .corp-top-textLink .l-TextLinkP__list {
        margin-bottom: -14px !important;
        text-align: center;
    }
    .corp-top-textLink .l-TextLinkP__list__item {
        margin-right: 14px;
        margin-bottom: 14px;
        padding-right: 20px !important;
        border-width: 0 1px 0 0;
    }
}
@media only screen and (max-width: 640px) {
    .corp-top-textLink .l-TextLinkP__list__item {
        padding: 20px 15px 20px 20px !important;
        border-width: 0 0 1px;
        display: block;
    }
}



/* 06. Carousel
---------- ---------- ---------- */
.corp-top-Carousel .l-FullwidthVisualsCarouselUnit__image {
    height: auto !important;
}
.corp-top-Carousel .l-FullwidthVisualsCarouselP__prevArrow ,
.corp-top-Carousel .l-FullwidthVisualsCarouselP__nextArrow {
    margin-top: auto;
    margin-bottom: auto;
    top: 0 !important;
    bottom: 0;
    height: 53px;
    box-sizing: border-box;
}

.corp-top-Carousel .l-FullwidthVisualsCarouselUnit__image__info {
    padding: 0;
    position: static;
}
.corp-top-Carousel .l-FullwidthVisualsCarouselUnit__info__main {
    width: 100%;
}
.corp-top-Carousel .l-Image {
    margin: 0;
}
.corp-top-Carousel .l-Image .l-Image__img img {
    height: auto;
}
.corp-top-Carousel .l-FullwidthVisualsCarouselUnit__info {
    display: none;
}
.corp-top-Carousel .l-FullwidthVisualsCarouselP__nav {
    margin: 0;
}