@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * タイトル                                     *
 *                                              *
 * ────────────────────── */

.title {
    width: 100%;
    height: 56.0rem;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.title#index {
    background: url("../../image/about/bg-title.jpg") no-repeat center center / cover;
    z-index: 1;
}
.title#keyword {
    background: url("../../image/about/keyword/bg-title.jpg") no-repeat center center / cover;
    z-index: 1;
}
.title .inner {
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 120.0rem;
    margin: 0 auto 14.0rem;
}

.title p.maskimage {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
}
.title svg.bg {
    width: 100%;
    height: 100%;
}

#title-keyword {
    margin: 0 auto 14.0rem;
}
#title-keyword .inner {
    text-align: center;
    width: 100%;
    max-width: 120.0rem;
    margin: 0 auto;
}
#title-keyword .inner h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 8.0rem;
    color: #008dd7;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    margin-bottom: 1.0rem;
}
#title-keyword .inner p.ja {
    font-size: 2.0rem;
    font-weight: 500;
    color: #777;
    margin-bottom: 6.0rem;
}
#title-keyword .inner p.txt {
    font-size: 1.6rem;
    line-height: 2;
}

/* ────────────────────── *
 *                                              *
 * キーワード一覧                               *
 *                                              *
 * ────────────────────── */

#keyword-list {
    position: relative;
}
#keyword-list .inner {
    width: 114.0rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#keyword-list .inner .keyword {
    width: 36.0rem;
    margin-bottom: 6.0rem;
    border-radius: 0.8rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0, 0.2);
    position: relative;
}
#keyword-list .inner .keyword a {
    color: #fff;
    display: block;
}
#keyword-list .inner .keyword p.image img {
    border-radius: 0.8rem;
}
#keyword-list .inner .keyword p.num {
    font-family: "Bebas Neue", sans-serif;
    font-size: 6.0rem;
    color: #000;
    padding: 0 1.0rem;
    border-bottom: 0.2rem solid #000;
    position: absolute;
    left: -0.5rem;
    top: -2.0rem;
}
#keyword-list .inner .keyword p.en {
    font-size: 1.4rem;
    color: #000;
    text-align: right;
    position: absolute;
    right: 0;
    top: -2.0rem;
}
#keyword-list .inner .keyword p.body {
    font-size: 2.0rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
}
#keyword-list .inner .keyword p.body em {
    font-weight: 900;
    font-feature-settings: "palt" 1;
    font-size: 4.8rem;
    font-style: normal;
}
#keyword-list .inner .keyword p.body em span.light {
    font-weight: 300;
}

/* 02 */
#keyword-list .inner .keyword:nth-of-type(2) p.body em {
    font-feature-settings: "palt" 1;
}

/* 05 */
#keyword-list .inner .keyword:nth-of-type(5) p.body em {
    font-feature-settings: "palt" 1;
    letter-spacing: -0.05em;
}

/* 04 */
#keyword-list .inner .keyword:nth-of-type(4) p.en {
    display: inline-block;
    transform: scaleX(0.88);
    transform-origin: right;
}

#keyword-list .inner .keyword p.click {
    font-size: 2.0rem;
    line-height: 3.8rem;
    font-weight: 700;
    color: #fff;
    background : -moz-linear-gradient(18.67% -73.68% -45deg,rgba(128, 192, 233, 1) 0%,rgba(0, 140, 214, 1) 100%);
    background : -webkit-linear-gradient(-45deg, rgba(128, 192, 233, 1) 0%, rgba(0, 140, 214, 1) 100%);
    background : -webkit-gradient(linear,18.67% -73.68% ,81.33% 173.68% ,color-stop(0,rgba(128, 192, 233, 1) ),color-stop(1,rgba(0, 140, 214, 1) ));
    background : linear-gradient(135deg, rgba(128, 192, 233, 1) 0%, rgba(0, 140, 214, 1) 100%);
    text-align: center;
    width: 15.0rem;
    height: 3.8rem;
    position: absolute;
    left: 50%;
    bottom: 4.0rem;
    border-radius: 3.8rem;
    transform: translateX(-50%);
}
#keyword-list .inner .keyword p.click:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 0.6rem;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

/* 飾り文字 */
.letter ul li {
    position: absolute;
}
.letter.keyword ul li:nth-child(1) {
    width: 41.6rem;
    right: 2.0rem;
    top: -27.0rem;
    z-index: -1;
}
.letter.keyword ul li:nth-child(2) {
    width: 34.0rem;
    left: 0;
    top: 15.0rem;
    z-index: -1;
}
.letter.keyword ul li:nth-child(3) {
    width: 30.4rem;
    right: 10.0rem;
    bottom: 3.0rem;
    z-index: -1;
}

/* ────────────────────── *
 *                                              *
 * モーダル                                     *
 *                                              *
 * ────────────────────── */

.iziModal {
    box-shadow: none;
    max-width: 98.0rem!important;
}
.iziModal-wrap {
    max-width: 98.0rem;
    box-sizing: border-box;
}
.iziModal .flex {
    border-radius: 0.8rem;
    box-shadow: 0 0 1.0rem rgba(0,0,0, 0.15);
    min-height: 46.0rem;
    padding: 5.0rem 10.0rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.iziModal .flex:after {
    content: "";
    font-family: "Bebas Neue", sans-serif;
    font-size: 16.0rem;
    color: rgba(128, 193, 234, 0.3);
    letter-spacing: -0.02em;
    position: absolute;
    right: 0;
    bottom: -3.0rem;
    z-index: -1;
}
.iziModal .flex .head {
    width: 61.0rem;
    margin-left: auto;
    position: relative;
    flex-shrink: 0;
}
.iziModal .flex .head dl dt {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #004da0;
    text-align: center;
    margin-bottom: 2.0rem;
}
.iziModal .flex .head dl dt em {
    font-size: 4.5rem;
    font-weight: 900;
    font-style: normal;
}
.iziModal .flex .head dl dt em span.light {
    font-weight: 300;
}
.iziModal .flex .head dl dd {
    font-size: 1.5rem;
    line-height: 1.86;
    text-align: justify;
}
.iziModal .flex .head dl dd span.notice {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #494949;
    display: block;
    margin-top: 1.0rem;
}
.iziModal .flex .head p.btn {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin: 3.0rem auto 0;
}
.iziModal .flex .head p.btn a {
    color: #fff;
    background: #004da0;
    display: inline-block;
    padding: 1.0rem 4.5rem 1.0rem 2.0rem;
    position: relative;
}
.iziModal .flex .head p.btn a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 0.6rem;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.modaal-close {
    display: none;
}
.iziModal p.btn-close {
    width: 8.4rem;
    position: absolute;
    right: 0;
    top: -3.0rem;
    cursor: pointer;
}


/* 01 */
.iziModal#modal-01 .flex {
    background: url("../../image/about/keyword/bg-keyword-01.jpg") no-repeat center left / cover;
}
.iziModal#modal-01 .flex:after {
    content: "01";
}
.iziModal#modal-01 .flex dl dt em {
    font-size: 5.6rem;
}

/* 02 */
.iziModal#modal-02 .flex {
    background: url("../../image/about/keyword/bg-keyword-02.jpg") no-repeat center left / cover;
}
.iziModal#modal-02 .flex:after {
    content: "02";
}
.iziModal#modal-02 .flex dl dt em {
    font-size: 5.6rem;
}
.iziModal#modal-02 .flex p.image {
    width: 8.2rem;
    position: absolute;
    right: -4.0rem;
    top: -2.0rem;
}

/* 03 */
.iziModal#modal-03 .flex {
    background: url("../../image/about/keyword/bg-keyword-03.jpg") no-repeat center left / cover;
}
.iziModal#modal-03 .flex:after {
    content: "03";
}

/* 04 */
.iziModal#modal-04 .flex {
    background: url("../../image/about/keyword/bg-keyword-04.jpg") no-repeat center left / cover;
}
.iziModal#modal-04 .flex:after {
    content: "04";
}

/* 05 */
.iziModal#modal-05 .flex {
    background: url("../../image/about/keyword/bg-keyword-05.jpg") no-repeat center left / cover;
}
.iziModal#modal-05 .flex:after {
    content: "05";
}

/* 06 */
.iziModal#modal-06 .flex {
    background: url("../../image/about/keyword/bg-keyword-06.jpg") no-repeat center left / cover;
}
.iziModal#modal-06 .flex:after {
    content: "06";
}

/* 07 */
.iziModal#modal-07 .flex {
    background: url("../../image/about/keyword/bg-keyword-07.jpg") no-repeat center left / cover;
}
.iziModal#modal-07 .flex:after {
    content: "07";
}

/* 08 */
.iziModal#modal-08 .flex {
    background: url("../../image/about/keyword/bg-keyword-08.jpg") no-repeat center left / cover;
}
.iziModal#modal-08 .flex:after {
    content: "08";
}

/* 09 */
.iziModal#modal-09 .flex {
    background: url("../../image/about/keyword/bg-keyword-09.jpg") no-repeat center left / cover;
}
.iziModal#modal-09 .flex:after {
    content: "09";
}

.iziModal-navigate > button {
    width: 9.2rem;
    height: 9.2rem;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
.iziModal-navigate-prev {
    background: url("../../image/about/keyword/btn-prev.png") no-repeat center center / cover;
    left: calc(50% + 4.6rem);
}
.iziModal-navigate-next {
    background: url("../../image/about/keyword/btn-next.png") no-repeat center center / cover;
    right: calc(50% + 4.6rem);
}

/* ────────────────────── *
 *                                              *
 * 次のコンテンツ                               *
 *                                              *
 * ────────────────────── */

#next {
    background: rgb(128,193,234);
    background: -moz-linear-gradient(-45deg, rgba(128,193,234,1) 0%, rgba(0,141,215,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(128,193,234,1) 0%, rgba(0,141,215,1) 100%);
    background: linear-gradient(-45deg, rgba(128,193,234,1) 0%, rgba(0,141,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c1ea",endColorstr="#008dd7",GradientType=1);
    padding: 10.0rem 0 18.0rem;
    position: relative;
    z-index: 2;
}
#next .inner {
    width: 80.0rem;
    margin: 0 auto;
}
#next .inner p.title-next {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.8rem;
    color: #fff;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 auto 6.0rem;
}
#next .inner .pagelink {
    position: relative;
}
#next .inner .pagelink a {
    color: #fff;
    display: block;
}
#next .inner .pagelink p.image {
    overflow: hidden;
    position: relative;
}
#next .inner .pagelink p.image img {
    transition: transform .3s;
}
#next .inner .pagelink a:hover p.image img {
    transform: scale3d(1.05, 1.05, 1);
}
#next .inner .pagelink dl.parent {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#next .inner .pagelink dl.parent dt {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}
#next .inner .pagelink dl.parent dd {
    font-size: 1.8rem;
    font-weight: 700;
}
#next .inner .pagelink dl.child {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#next .inner .pagelink dl.child dt {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    background: #80c1ea;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 0.8rem 2.0rem 0.5rem;
    margin: 0 auto 2.0rem;
}
#next .inner .pagelink dl.child dd {
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 700;
}
#next .inner .pagelink p.txt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
}

/* ────────────────────── *
 *                                              *
 * 奥村組について                               *
 *                                              *
 * ────────────────────── */

#aboutus {
    padding-bottom: 14.0rem;
    position: relative;
}
#aboutus .data {
    background: #fff;
    width: 112.0rem;
    padding: 10.0rem;
    margin: 0 auto 6.0rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.15);
}
#aboutus .data:nth-of-type(2) {
    margin: 0 auto 17.0rem;
}
#aboutus .data h2 {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 4.0rem;
}
#aboutus .data #field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#aboutus .data #field .field-item {
    width: 28.5rem;
}
#aboutus .data #field .field-item dl dt {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 1.0rem;
    margin-bottom: 2.5rem;
}
#aboutus .data #field .field-item:nth-of-type(1) dl dt {
    background: #20afc3;
}
#aboutus .data #field .field-item:nth-of-type(2) dl dt {
    background: #5bbca2;
}
#aboutus .data #field .field-item:nth-of-type(3) dl dt {
    background: #e89112;
}
#aboutus .data #field .field-item dl dd {
    font-size: 1.5rem;
    line-height: 1.66;
    text-align: justify;
}
#aboutus .data #field .field-item dl dd p.image {
    margin-bottom: 2.5rem;
}
#aboutus .data p#graph {
    text-align: center;
    width: 70.0rem;
    margin: 0 auto;
}

/* ────────────────────── *
 *                                              *
 * 奥村組の技術力                               *
 *                                              *
 * ────────────────────── */

#aboutus #power h2 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 4.0rem;
}
#aboutus #power p.txt {
    font-size: 1.6rem;
    line-height: 2.1875;
    text-align: center;
    margin: 0 auto 6.0rem;
}

/* タブ切り替え */
#aboutus #power ul.tab {
    font-size: 2.0rem;
    font-weight: 700;
    width: 109.0rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#aboutus #power ul.tab.under {
    margin: 0 auto 14.0rem;
}
#aboutus #power ul.tab li {
    width: 26.5rem;
}
#aboutus #power ul.tab li a {
    color: #fff;
    background: #69b2e3;
    height: 7.0rem;
    padding: 0 1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .5s;
}
#aboutus #power ul.tab li a:not(.active):hover {
    background: rgba(23, 96, 172, 0.75);
}
#aboutus #power ul.tab li a.active {
    background: #1760ac;
}

/* 詳しく知りたいボタン */
#aboutus #power #more {
    text-align: center;
    width: 48.0rem;
    margin: 0 auto;
}
#aboutus #power #more a {
    display: block;
    padding: 2.5rem 0;
    border: 2px solid #1184c8;
    border-radius: 5.0rem;
    position: relative;
    transition: all .5s;
}
#aboutus #power #more a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6rem 0 0.6rem 0.8rem;
    border-color: transparent transparent transparent #1185c8;
    position: absolute;
    right: 4.0rem;
    top: 50%;
    transform: translateY(-50%);
}
#aboutus #power #more dl dt {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1184c8;
    margin-bottom: 1.0rem;
}
#aboutus #power #more dl dd {
    font-size: 1.3rem;
    font-weight: 500;
    color: #767676;
}
#aboutus #power #more a:hover {
    color: #fff;
    background: #1184c8;
}
#aboutus #power #more a:hover dl dt {
    color: #fff;
}
#aboutus #power #more a:hover dl dd {
    color: #fff;
}
#aboutus #power #more a:hover:after {
    border-color: transparent transparent transparent #fff;
}

/* スライダー */
#aboutus #power .slick-container {
    width: 130.0rem;
    margin: 0 auto;
    border: 0.5rem solid #1760ac;
}
#aboutus #power .slick-container .slick-slide {
    font-size: 1.5rem;
    line-height: 2;
    background: #fff;
    padding: 9.0rem;
}
#aboutus #power .slick-container .slick-slide h3 {
    font-size: 4.8rem;
    line-height: 1;
    color: #484949;
    text-align: center;
    padding-bottom: 2.0rem;
    margin: 0 auto 9.0rem;
    border-bottom: 2px solid #7eb9df;
}
#aboutus #power .slick-container .slick-slide p.description {
    font-size: 2.0rem;
    color: #1184c8;
    text-align: center;
    margin: -6.0rem auto 6.0rem;
}
#aboutus #power .slick-container .slick-slide h4 {
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 500;
    padding-bottom: 1.0rem;
    margin-bottom: 4.0rem;
    position: relative;
}
#aboutus #power .slick-container .slick-slide h4:after {
    content: "";
    background: #7eb9df;
    width: 5.0rem;
    height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
#aboutus #power .slick-container .slick-slide p.catch {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
    color: #1184c8;
    text-align: center;
    display: inline-block;
    min-width: 15.0rem;
    padding: 1.0rem 2.0rem;
    margin-bottom: 2.0rem;
    border: 2px solid #1184c8;
    border-radius: 4.0rem;
    box-sizing: border-box;
}
#aboutus #power .slick-container .slick-slide > p.body {
    text-align: justify;
    margin-bottom: 4.0rem;
}
#aboutus #power .slick-container .slick-slide > p.image#different {
    width: 60.0rem;
    margin: 0 auto 18.0rem;
}
#aboutus #power .slick-container .slick-slide .flex {
    margin: 0 auto 9.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#aboutus #power .slick-container .slick-slide .flex.mb0 {
    margin: 0 auto;
}
#aboutus #power .slick-container .slick-slide .flex ul.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#aboutus #power .slick-container .slick-slide .flex ul.image li {
    width: 25.0rem;
}
#aboutus #power .slick-container .slick-slide .flex p.image span.caption,
#aboutus #power .slick-container .slick-slide .flex ul.image li span.caption {
    font-size: 1.6rem;
    text-align: center;
    display: block;
    padding-top: 1.0rem;
}
#aboutus #power .slick-container .slick-slide .flex p.body {
    text-align: justify;
}
#aboutus #power .slick-container .slick-slide .flex p.image + p.body {
    margin-top: 3.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem {
    margin-bottom: 5.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem.w500 {
    width: 50.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem.w540 {
    width: 54.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem.w810 {
    width: 81.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem.w270 {
    width: 27.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#bridge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#bridge p.image {
    width: 50.6rem;
    margin: 0 auto;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#tbm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#honeycomb-01 p.image img {
    width: 58.0rem;
    max-width: none;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#honeycomb-02 p.body {
    padding-left: 6.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem #menshin-channel {
    background: #e7f3f9;
    padding: 3.5rem;
    margin-top: 5.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem #menshin-channel p#qr {
    width: 10.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem #menshin-channel dl {
    width: 34.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem #menshin-channel dl dt {
    font-size: 1.8rem;
    line-height: 1.38;
    font-weight: 700;
    color: #1184c8;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem #menshin-channel dl dd {
    font-size: 1.5rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem #menshin-channel dl dd a {
    color: #1b1b1b;
    text-decoration: underline;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem #menshin-channel p#banner {
    width: 100%;
    margin-top: 3.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#labo {
    padding-bottom: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#labo a {
    text-align: center;
    display: block;
    width: 100%;
    padding: 3.5rem 0;
    border: 2px solid #1184c8;
    border-radius: 5.0rem;
    box-sizing: border-box;
    transition: background .5s;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#labo a:hover {
    background: rgba(17, 132, 200, 0.1);
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#labo a dl dt {
    font-size: 2.2rem;
    line-height: 1.7;
    font-weight: 700;
    color: #1184c8;
    margin-bottom: 2.0rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#labo a dl dt span {
    position: relative;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#labo a dl dt span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6rem 0 0.6rem 0.7rem;
    border-color: transparent transparent transparent #1184c8;
    position: absolute;
    right: -2.0rem;
    bottom: 0.8rem;
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#labo a dl dd {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 500;
    color: #767676;
}
#aboutus #power .slick-container .slick-slide #okumura-kikai {
    background: #e7f3f9;
    padding: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#aboutus #power .slick-container .slick-slide #okumura-kikai dl {
    width: 68.0rem;
}
#aboutus #power .slick-container .slick-slide #okumura-kikai dl dt {
    font-size: 2.4rem;
    font-weight: 500;
    color: #1184c8;
    margin-bottom: 1.5rem;
}
#aboutus #power .slick-container .slick-slide #okumura-kikai dl dd {
    font-size: 1.6rem;
    line-height: 2.1875;
    text-align: justify;
}
#aboutus #power .slick-container .slick-slide #okumura-kikai p.image {
    width: 24.0rem;
}
#aboutus #power .slick-container .slick-slide #okumura-kikai p.image span.caption {
    font-size: 1.4rem;
    color: #767676;
    text-align: right;
    display: block;
    padding-top: 0.5rem;
}

#aboutus #power .slick-container .slick-slide #seismic-isolation {
    background: #e7f3f9;
    padding: 5.0rem;
    margin: 0 auto 20.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation p.image {
    width: 48.0rem;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail {
    width: 47.0rem;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail h5 {
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 4.0rem;
    overflow: hidden;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail h5 span {
    display: inline-block;
    position: relative;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail h5 span:after {
    content: "";
    background: #000;
    width: 47.0rem;
    height: 1px;
    position: absolute;
    left: calc(100% + 2.0rem);
    top: 50%;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail ul {
    font-size: 1.6rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail ul li {
    width: 22.0rem;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail ul li:nth-child(-n+2) {
    margin-bottom: 3.0rem;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail ul li img {
    margin-bottom: 1.0rem;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail ul li span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #fff;
    background: #000;
    text-align: center;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
    border-radius: 50%;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail ul li:nth-child(1) span {
    background: #f8831b;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail ul li:nth-child(2) span {
    background: #2ca8e8;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail ul li:nth-child(3) span {
    background: #e2150e;
}
#aboutus #power .slick-container .slick-slide #seismic-isolation .detail ul li:nth-child(4) span {
    background: #f838b0;
}
#aboutus #power .slick-container .slick-slide p#txt-experiment {
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 5.0rem;
    position: relative;
}
#aboutus #power .slick-container .slick-slide p#txt-experiment:before {
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}
#aboutus #power .slick-container .slick-slide p#txt-experiment span {
    background: #fff;
    display: inline-block;
    padding: 1.0rem 2.0rem;
    position: relative;
    z-index: 1;
}
#aboutus #power .slick-container .slick-slide ul#image-experiment {
    font-size: 1.6rem;
    text-align: center;
    width: 98.0rem;
    margin: 1.0rem auto 7.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#aboutus #power .slick-container .slick-slide ul#image-experiment li {
    width: 54.0rem;
}
#aboutus #power .slick-container .slick-slide dl#history {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 auto 5.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#aboutus #power .slick-container .slick-slide dl#history dt {
    width: 14.0rem;
    position: relative;
}
#aboutus #power .slick-container .slick-slide dl#history dt:before {
    content: "";
    background: #d1d1d1;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}
#aboutus #power .slick-container .slick-slide dl#history dt span {
    background: #fff;
    display: inline-block;
    padding-right: 1.5rem;
    position: relative;
    z-index: 1;
}
#aboutus #power .slick-container .slick-slide dl#history dd {
    width: calc(100% - 15.0rem);
}
#aboutus #power .slick-container .slick-slide .flex .flexitem#abenoharukas p.body {
    margin-bottom: 5.0rem;
}

.op-in {
    opacity: 0;
    transition: opacity 1s;
}
.op-in.showin {
    opacity: 1;
}

/* 飾り文字 */
.letter ul li {
    position: absolute;
    overflow: hidden;
}
.letter.index ul li:nth-child(1) {
    width: 41.6rem;
    right: 3.0rem;
    top: -37.0rem;
    z-index: -1;
}
.letter.index ul li:nth-child(2) {
    width: 87.6rem;
    left: -53.0rem;
    top: 13.0rem;
    z-index: -1;
}
.letter.index ul li:nth-child(3) {
    width: 30.4rem;
    right: 10.0rem;
    top: 93.0rem;
    z-index: -1;
}
.letter.index ul li:nth-child(4) {
    width: 119.6rem;
    right: 0;
    top: 260.0rem;
    z-index: -1;
}
.letter.index ul li:nth-child(4) img {
    position: relative;
    right: -6.0rem;
}
.letter.index ul li:nth-child(5) {
    width: 68.6rem;
    left: -44.0rem;
    bottom: -8.0rem;
    z-index: -1;
}
