@charset "UTF-8";
/* =====================================================================


  


===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
/* =====================================================================
	Commonly Styles
===================================================================== */
[hidden] {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.no-clearfix:after {
    content: none;
}

.sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.no-sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.onscript {
    display: none;
}

html.js .onscript {
    display: block;
}

.text p, .text ul, .text ol, .text dl, .text figure {
    margin-bottom: 1.7em;
}

.text p:last-child, .text ul:last-child, .text ol:last-child, .text dl:last-child, .text figure:last-child {
    margin-bottom: 0;
}

.text a,
.text a:link {
    text-decoration: underline;
    color: #014099;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: color, background-color, opacity, -webkit-transform;
    transition-property: color, background-color, opacity, -webkit-transform;
    transition-property: color, background-color, opacity, transform;
    transition-property: color, background-color, opacity, transform, -webkit-transform;
}

.text a:hover,
.text a:link:hover {
    text-decoration: none;
    opacity: 0.7;
}

.text a[target="_blank"]:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    background: url("../img/icon_blank_blu.svg") no-repeat center;
    background-size: contain;
    width: 1em;
    height: 1em;
    margin-left: 0.4em;
}

.text a[target="_blank"].image:after, .text a[target="_blank"].noicon:after {
    content: none;
}

.text a.dfn {
    font-size: 0.75em;
    vertical-align: super;
    text-decoration: none;
    margin: 0 0.25em;
}

.text .contentsBox__linkImg a {
    color: #333;
}

.text .border {
    display: inline-block;
    outline: 1px solid #bbc2c9;
}

.text .text-left {
    text-align: left;
}

.text .text-right {
    text-align: right;
}

.text .text-center {
    text-align: center;
}

.text small {
    font-size: 0.875em;
}

.notes {
    margin: 2em 0;
    border: 1px solid #ccc;
    padding: 0.875em 1em;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .notes {
        border-width: 1px 0;
        padding: 0.875em 1px;
    }
}

.notes small {
    font-size: 0.875em;
    color: #757575;
}

body.no-lang-en .langNav__item[data-lang="en"],
body.no-lang-ja .langNav__item[data-lang="ja"] {
    display: none;
}

.innovationPage .contentsBox__title__topics {
    background-color: #0068b7;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1em;
    padding: .3em 0 .3em .7em;
    line-height: 1.4;
    font-weight: bold;
}

/*2019.10.24 add*/
.popup-youtube__btn {
    position: absolute;
    bottom: 18%;
    right: 5%;
    width: 12%;
}

/*.innovationPage .keyVisual {
    padding-top: 0;
    background-color: #fff;
}
.keyVisual__movie {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.innovationPage .keyVisual__titleBox {
    margin: 30px auto 0;
}
.keyVisual__txtBg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 18%;
    background-color: #0068b7;
}*/
@media only screen and (max-width: 767px) {
    .innovationPage .contentsBox__title__topics {
        font-size: 12px;
        font-size: calc(0.75rem + 16 * (100vw - 320px) / 448);
        padding: 1.5em 5.55556%;
        margin-bottom: 5%;
    }
    .topics__inner {
        padding: 0 5.55556%;
    }
    /*2019.10.24 add*/
    .popup-youtube__btn {
        top: 5%;
        bottom: auto;
        right: 5%;
        left: auto;
        width: 25%;
    }
    /*.innovationPage .keyVisual {
    padding-top: 0;
}*/
}

/* ---------------------------------------------
*   magnific-popup
--------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1042;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1043;
    width: 100%;
    height: 100%;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    z-index: 1045;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    z-index: 1044;
    margin-top: -0.8em;
    width: auto;
    color: #CCC;
    text-align: center;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    z-index: 1046;
    display: block;
    overflow: visible;
    padding: 0;
    outline: none;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 18px 10px;
    width: 44px;
    height: 44px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    line-height: 44px;
    opacity: 0.65;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -6px;
    padding-right: 6px;
    width: 100%;
    color: #FFF;
    text-align: right;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    white-space: nowrap;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    opacity: 0.65;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-top: 35px;
    margin-left: 35px;
    width: 0;
    height: 0;
    border: medium inset transparent;
    content: '';
}

.mfp-arrow:after {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    margin-left: 31px;
    border-right: 17px solid #FFF;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    margin-left: 39px;
    border-left: 17px solid #FFF;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    max-width: 900px;
    width: 100%;
    line-height: 0;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
    height: 0;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0 40px;
    max-width: 100%;
    width: auto;
    height: auto;
    line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    background: #444;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: '';
}

.mfp-figure small {
    display: block;
    color: #BDBDBD;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -36px;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    padding-right: 36px;
    color: #F3F3F3;
    text-align: left;
    word-wrap: break-word;
    line-height: 18px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, 0.6);
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }
    .mfp-img-mobile .mfp-close {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        width: 35px;
        height: 35px;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        line-height: 35px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-right: 6px;
        padding-left: 6px;
    }
}

/*  mfp-wrap
--------------------------------------------- */
.mfp-wrap {
    left: 50%;
    margin-right: auto;
    margin-left: auto;
    /*    max-width: 768px;*/
    max-width: 1000px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mfp-wrap .mfp-content {
    overflow-y: auto;
    max-height: 600px;
}

@media screen and (max-width: 767px) {
    .mfp-wrap .mfp-content {
        max-height: 300px;
    }
}

/*  button.mfp-close, button.mfp-arrow
--------------------------------------------- */
button.mfp-close {
    display: none;
}

@media screen and (max-width: 767px) {
    .mfp-close-btn-in .mfp-close {
        display: none;
    }
}

/*  popup
--------------------------------------------- */
.top_slide .mfp-close {
    display: block;
    top: 12%;
    right: 5%;
    width: 154px;
    height: 50px;
    background-image: url(/assets/img/btn_movie_close.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    .top_slide .mfp-close {
        top: 30%;
        right: 5%;
        left: auto;
        width: 24.0625vw;
        height: 7.8125vw;
    }
}

.top_slide .mfp-content {
    overflow: hidden;
    max-width: inherit;
    width: 90%;
}

.innovationPage .main {
    margin-bottom: 100px;
}

.innovationPage .mainHeading {
    margin-bottom: 0;
}

.innovationPage .keyVisual {
    background-color: #0068b7;
    padding-bottom: 40px;
    margin-bottom: 60px;
    padding-top: 48.61111%;
    position: relative;
}

.innovationPage .keyVisual--s {
    padding-top: 37.5%;
}

.innovationPage .keyVisual__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.innovationPage .keyVisual__inner img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.innovationPage .keyVisual__titleBox {
    position: relative;
    margin: -90px auto 0;
    z-index: 1;
}

.innovationPage .keyVisual__titleBox:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0%;
    right: 50%;
    margin-right: -480px;
    background-color: #fff;
    position: absolute;
}

.innovationPage .keyVisual__titleBox__inner {
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 60px 40px;
    position: relative;
}

.innovationPage .keyVisual__category {
    background-color: #0068b7;
    color: #fff;
    padding: .5em 1.5em;
    border-radius: 2.5em;
    line-height: 1.4;
    display: inline-block;
    font-size: 0.88rem;
    margin-bottom: .8em;
    margin-right: .5em;
}

.innovationPage .keyVisual__category2 {
    background-color: #0068b7;
    color: #fff;
    padding: .4em 1em;
    line-height: 1.4;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: .8em;
}

.innovationPage .keyVisual__category3 {
    padding: .3em 1em;
    line-height: 1.4;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 1em;
    font-weight: bold;
    position: relative;
    border-bottom: solid 4px #0068b7;
}

.innovationPage .keyVisual__category-G {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: .5em;
}

.innovationPage .keyVisual__categoryNum {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: .5em;
    display: inline-block;
    color: #0068b7;
    position: relative;
    top: 0.2em;
}

.innovationPage .keyVisual__mainTitle {
    font-size: 2.63rem;
    line-height: 1.2;
    font-weight: bold;
    color: #0068b7;
    margin-bottom: .2em;
}

.innovationPage .keyVisual__mainTitle > small {
    display: block;
    margin-bottom: 0.3em;
    font-size: 1.25rem;
    line-height: 1.5;
}

.innovationPage .keyVisual__mainLead {
    font-size: 1.25rem;
    line-height: 1.4;
}

.innovationPage .keyVisual__nameBox {
    max-width: 900px;
    margin: 0 auto;
    padding: 35px 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
}

.innovationPage .keyVisual__nameBox__title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .5em;
}

.innovationPage .keyVisual__nameBox__txt {
    font-size: 1.13rem;
    line-height: 1.6;
}

.innovationPage .logoBox {
    margin: -20px auto 60px;
}

.innovationPage .logoBox__item {
    max-width: 300px;
    margin: 0 auto;
}

.innovationPage .logoBox__item img {
    width: 100%;
    height: auto;
}

.innovationPage .leadBox {
    position: relative;
    max-width: 900px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 40px;
}

.innovationPage .leadBox__txt {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2em;
}

.innovationPage .leadBox__txt:last-child {
    margin-bottom: 0;
}

.innovationPage .leadImgBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.innovationPage .leadImgBox .leadBox__txt {
    width: 70%;
}

.innovationPage .leadImgBox .leadBox__img img {
    width: 200px;
}

.innovationPage .contentsBox {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 90px;
}

.innovationPage .contentsBox__header {
    position: relative;
    padding: 35px 0;
    margin-bottom: 90px;
}

.innovationPage .contentsBox__header:before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #e6e6e6;
    margin-top: 50px;
    margin-bottom: -50px;
}

.innovationPage .contentsBox__header:after {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #0068b7;
    margin-left: -490px;
}

.innovationPage .contentsBox:nth-child(odd) .contentsBox__header:before {
    left: 0;
    right: 50%;
    margin-right: -480px;
}

.innovationPage .contentsBox:nth-child(odd) .contentsBox__header:after {
    left: 50%;
    right: 0;
    margin-left: -480px;
}

.innovationPage .contentsBox:nth-child(even) .contentsBox__header:before {
    left: 50%;
    right: 0;
    margin-left: -480px;
}

.innovationPage .contentsBox:nth-child(even) .contentsBox__header:after {
    left: 0;
    right: 50%;
    margin-right: -480px;
}

.innovationPage .contentsInSection {
    margin-bottom: 80px;
}

.innovationPage .contentsInSection:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__title {
    font-size: 2.25rem;
    font-weight: bold;
    max-width: 900px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 60px 0;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.innovationPage .contentsBox__sTitle, .innovationPage .dialogueSection__title {
    text-align: left;
    font-size: 1.75rem;
    color: #0068b7;
    font-weight: bold;
    border-top: solid 2px #0068b7;
    padding: 1.2em 0;
    line-height: 1.4;
    font-weight: bold;
}

.innovationPage .contentsBox__inner {
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.innovationPage .contentsBox__inner:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__txt {
    font-size: 1rem;
    line-height: 1.8;
    position: relative;
    margin-bottom: 2em;
}

.innovationPage .contentsBox__txt:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__txt strong {
    font-weight: bold;
}

.innovationPage .contentsBox__txt a {
    color: #014099;
}

.innovationPage .contentsBox__dl {
    font-size: 1rem;
    line-height: 1.8;
    position: relative;
    margin-bottom: 2em;
}

.innovationPage .contentsBox__dl:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__dt {
    font-size: 1rem;
    line-height: 1.8;
    position: relative;
    margin-bottom: .5em;
    font-weight: bold;
    position: relative;
    padding-left: 2.2em;
}

.innovationPage .contentsBox__dt:before {
    content: "";
    width: 1.8em;
    height: 2px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    position: absolute;
    top: .7em;
    left: 0;
}

.innovationPage .contentsBox__dd {
    font-size: 1rem;
    line-height: 1.8;
    position: relative;
    margin-bottom: 2em;
    padding-left: 2.2em;
}

.innovationPage .contentsBox__dd:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__dd strong {
    font-weight: bold;
}

.innovationPage .contentsBox__dd a {
    color: #014099;
}

.innovationPage .contentsBox__dd span {
    font-size: 1.2em;
    font-weight: bold;
}

.innovationPage .contentsBox__note {
    font-size: 0.88rem;
    line-height: 1.8;
    position: relative;
    margin-bottom: 2em;
}

.innovationPage .contentsBox__note:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__exp {
    font-size: 1rem;
    line-height: 1.8;
    position: relative;
    margin-bottom: 3em;
    background-color: #e6e6e6;
    padding: 2.5641% 2.2em;
    overflow: hidden;
}

.innovationPage .contentsBox__exp:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__exp__title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .3em;
}

.innovationPage .contentsBox__exp__img {
    width: 38.88889%;
    float: right;
}

.innovationPage .contentsBox__exp__img img {
    width: 100%;
    height: auto;
}

.innovationPage .contentsBox__exp__txtBox {
    width: 57.63889%;
    float: left;
}

.innovationPage .contentsMov {
    margin-bottom: 2.5em;
}

.innovationPage .contentsMov:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__txt + .contentsMov {
    margin-top: 3em;
}

.innovationPage .contentsBox__movie {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
    padding-top: 0;
}

.innovationPage .contentsBox__movie img {
    width: 100%;
    height: auto;
}

.innovationPage .movie__btn {
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.innovationPage .movie__btn:hover {
    opacity: .7;
}

.innovationPage .movie__btn iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.innovationPage .movie__btn.after {
    padding-top: 56.25%;
}

.innovationPage .movie__btn.after:hover {
    opacity: 1;
}

.innovationPage .contentsBox__img {
    margin-bottom: 2.5em;
}

.innovationPage .contentsBox__img > img {
    width: 100%;
    height: auto;
}

.innovationPage .contentsBox__img > picture img {
    width: 100%;
    height: auto;
}

.innovationPage .contentsBox__img:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__imgs {
    margin-bottom: 1.5em;
}

.innovationPage .contentsBox__txt + .contentsBox__img,
.innovationPage .contentsBox__txt + .contentsBox__imgs {
    margin-top: 3em;
}

.innovationPage .contentsBox__img--s {
    max-width: 600px;
    margin: 0 auto 2.5em;
}

.innovationPage .contentsBox__img--s img {
    width: 100%;
    height: auto;
}

.innovationPage .contentsBox__img--s:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__img--ss {
    max-width: 250px;
    margin: 0 auto 2.5em;
}

.innovationPage .contentsBox__img--ss img {
    width: 100%;
    height: auto;
}

.innovationPage .contentsBox__img--ss:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__linkImg {
    max-width: 600px;
    margin: 3em auto 2.5em;
}

.innovationPage .contentsBox__linkImg a > img {
    width: 100%;
    height: auto;
}

.innovationPage .contentsBox__linkImg:last-child {
    margin-bottom: 0;
}

.innovationPage .contentsBox__linkImg a {
    display: block;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.innovationPage .contentsBox__linkImg a:hover {
    opacity: .8;
}

.innovationPage .contentsBox__linkImg a[target="_blank"] .contentsBox__linkImg__txt:after {
    display: none;
}

.innovationPage .contentsBox__linkImg a[target="_blank"] .contentsBox__linkImg__txt .u-blankIcon {
    position: absolute;
    right: 5%;
    top: 50%;
    width: auto;
    margin-top: -.5em;
}

.innovationPage .contentsBox__linkImg__txt {
    font-size: 1.13rem;
    display: block;
    padding: .8em 1em;
    position: relative;
}

.innovationPage .contentsBox__linkImg__txt:after {
    content: "";
    width: .4em;
    height: .4em;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    top: 50%;
    margin-top: -.28em;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}

.innovationPage .contentsBox__txt + .contentsBox__img--s {
    margin-top: 3em;
}

.innovationPage .contentsBox__caption {
    margin-top: 1em;
    font-size: 0.88rem;
}

.innovationPage .contentsBox__caption a {
    color: #014099;
}

.innovationPage .contentsBox__caption__small {
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
}

.innovationPage .contentsBox__imgs > .contentsBox__caption {
    margin-bottom: 1em;
}

.innovationPage .contents__columnBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.5em;
}

.innovationPage .contents__columnBox:last-child {
    margin-bottom: 0;
}

.innovationPage .contents__columnBox__item {
    width: 48.71795%;
    margin-bottom: 1.5em;
}

.innovationPage .contentsBox__txtWrap {
    background-color: #eee;
    padding: 3%;
}

.innovationPage .contentsBox__emphasis {
    display: block;
    font-weight: bold;
    line-height: 1.7;
    text-decoration: underline;
}

.innovationPage .topicsBox {
    background-color: #e6e6e6;
}

.innovationPage .topicsBox__title {
    background-color: #0068b7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: .5em 2.2em;
}

.innovationPage .memberSection {
    max-width: 900px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 100px;
}

.innovationPage .memberSection__title {
    text-align: center;
    font-size: 1.13rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.innovationPage .memberSection__title:before {
    content: "";
    position: absolute;
    height: 1px;
    margin-top: 2px;
    top: 50%;
    left: 0;
    right: 0;
    background-color: #7d7d7d;
}

.innovationPage .memberSection__title span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 1em;
}

.innovationPage .memberSection__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.innovationPage .memberSection__list__item {
    width: 20.45455%;
    max-width: 170px;
    text-align: center;
}

.innovationPage .memberSection__list__img {
    text-align: center;
    margin-bottom: 5%;
    border-radius: 50%;
    overflow: hidden;
    line-height: 10px;
}

.innovationPage .memberSection__list__img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.innovationPage .memberSection__list__name {
    text-align: center;
    font-size: 0.88rem;
    line-height: 1.4;
    font-weight: bold;
}

.innovationPage .memberSection__list__name span {
    font-weight: normal;
    color: #828282;
    font-size: .9em;
}

.innovationPage .memberSection__list__belong {
    font-size: 0.88rem;
    line-height: 1.4;
    text-align: left;
    display: inline-block;
}

.innovationPage .actionMenberSection__list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.innovationPage .actionMenberSection__list__img {
    margin-right: 30px;
}

.innovationPage .actionMenberSection__list__wrap {
    margin-top: 20px;
}

.innovationPage .actionMenberSection__list__name {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
}

.innovationPage .actionMenberSection__list__belong {
    font-size: 0.88rem;
    line-height: 1.4;
}

.innovationPage .dialogueSection {
    margin-bottom: 60px;
}

.innovationPage .dialogueSection__inner {
    max-width: 900px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 80px;
}

.innovationPage .dialogueSection__inner:last-child {
    margin-bottom: 0;
}

.innovationPage .dialogueSection__txt {
    font-size: 1rem;
    line-height: 1.8;
    position: relative;
    padding-left: 150px;
    margin-bottom: 2em;
    min-height: 115px;
}

.innovationPage .dialogueSection__txt:last-child {
    margin-bottom: 0;
}

.innovationPage .dialogueSection__txt strong {
    font-weight: bold;
}

.innovationPage .dialogueSection__talkerImg {
    width: 115px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    line-height: 10px;
}

.innovationPage .dialogueSection__talkerImg img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.innovationPage .dialogueSection__talker {
    font-weight: bold;
    padding-right: 1em;
}

.innovationPage .dialogueSection__photo {
    position: relative;
}

.innovationPage .dialogueSection__photo:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #0068b7;
    padding-bottom: 280px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 280px;
}

.innovationPage .dialogueSection__photo__inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.innovationPage .dialogueSection__photo__inner img {
    width: 100%;
    height: auto;
}

.innovationPage .dialogueSection__photo__txt {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 5px;
    font-size: .8em;
}

.innovationPage .resultSection {
    background-color: #0068b7;
    color: #fff;
    margin-bottom: 90px;
}

.innovationPage .resultSection__inner {
    max-width: 900px;
    padding: 50px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
}

.innovationPage .resultSection__category {
    color: #0068b7;
    background-color: #fff;
    padding: .5em 1.5em;
    border-radius: 2.5em;
    line-height: 1.4;
    display: inline-block;
    font-size: 0.88rem;
    margin-bottom: .8em;
    margin-right: .5em;
    font-weight: bold;
}

.innovationPage .resultSection__categoryNum {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: .5em;
    display: inline-block;
    color: #fff;
    position: relative;
    top: .2em;
}

.innovationPage .resultSection__title {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: .5em;
}

.innovationPage .resultSection__titleNum {
    -webkit-text-fill-color: #0068b7;
    -webkit-text-stroke: 1.5px #fff;
    font-style: normal;
}

.innovationPage .resultSection__titleNum span {
    font-size: 1.4em;
}

@media all and (-ms-high-contrast: none) {
    .innovationPage .resultSection__titleNum {
        color: #0068b7;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
}

.innovationPage .resultSection__txt {
    font-size: 1.13rem;
    line-height: 1.8;
}

.innovationPage .relatedInfo {
    background-color: #eee;
    margin-bottom: 90px;
}

.innovationPage .relatedInfo__inner {
    max-width: 1180px;
    padding: 40px 50px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
}

.innovationPage .relatedInfo__title {
    text-align: center;
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 1em;
}

.innovationPage .profBox {
    background-color: #fff;
    margin-bottom: 50px;
}

.innovationPage .profBox__columnBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.innovationPage .profBox__columnBox .profBox__dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 47%;
}

.innovationPage .profBox__columnBox .profBox__link {
    margin-top: auto;
}

.innovationPage .profBox__columnBox .profBox__link a {
    min-width: auto;
    width: 75%;
}

.innovationPage .profBox__inner {
    position: relative;
    max-width: 1180px;
    padding: 0 50px 50px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.innovationPage .profBox__dl {
    max-width: 520px;
    margin: 0 auto;
}

.innovationPage .profBox__dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
}

.innovationPage .profBox__img {
    overflow: hidden;
    border-radius: 50%;
    width: 150px;
    display: block;
    font-size: 1rem;
    margin-right: 2em;
}

.innovationPage .profBox__img img {
    width: 100%;
    height: auto;
}

.innovationPage .profBox__title {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
}

.innovationPage .profBox__txt {
    font-size: 1rem;
    margin-bottom: 1.5em;
}

.innovationPage .profBox__link {
    text-align: center;
}

.innovationPage .contentsBox__profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.innovationPage .profileSection__imgBox {
    width: 40%;
}

.innovationPage .profileSection__imgBox img {
    width: 100%;
    height: auto;
}

.innovationPage .profileSection__txtBox {
    padding-left: 4%;
}

.innovationPage .profileSection__name {
    font-size: 1.38rem;
    font-weight: bold;
    margin-bottom: .5em;
}

.innovationPage .profileSection__name span {
    color: #0068b7;
}

.innovationPage .profileSection__name span.pl {
    padding-left: 1em;
}

.innovationPage .profileList {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.innovationPage .profileList__dt {
    float: left;
    clear: left;
    font-weight: bold;
}

.innovationPage .search__title {
    padding: 40px 0 80px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #0068b7;
}

.innovationPage .searchBox {
    max-width: 1280px;
    margin: 0 auto 100px;
    background: #e6e6e6;
}

.innovationPage .searchBox .articleList {
    padding-bottom: 30px;
}

.innovationPage .searchBox .articleList__item a {
    background-color: #fff;
}

.innovationPage .searchBox__inner {
    position: relative;
    top: -50px;
    max-width: 1180px;
    padding: 0 50px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
}

.innovationSearch .footer-keywordArea {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .dialogueSection__photo {
        padding-left: 3.57143%;
        padding-right: 3.57143%;
    }
    .dialogueSection__photo__txt {
        padding-left: 3.57143%;
        padding-right: 3.57143%;
    }
}

@media only screen and (max-width: 1200px) {
    .innovationPage .keyVisual__titleBox {
        margin-top: -5.83333%;
    }
    .innovationPage .keyVisual__titleBox:before {
        right: 4.16667%;
        margin-right: 0;
    }
    .innovationPage .leadBox {
        padding-left: 8.33333%;
        padding-right: 8.33333%;
    }
    .innovationPage .contentsBox:nth-child(odd) .contentsBox__header:before {
        right: 4.16667%;
        margin-right: 0;
    }
    .innovationPage .contentsBox:nth-child(odd) .contentsBox__header:after {
        left: 4.16667%;
        margin-left: 0;
    }
    .innovationPage .contentsBox:nth-child(even) .contentsBox__header:before {
        left: 4.16667%;
        margin-left: 0;
    }
    .innovationPage .contentsBox:nth-child(even) .contentsBox__header:after {
        right: 4.16667%;
        margin-right: 0;
    }
    .innovationPage .memberSection {
        padding-left: 8.33333%;
        padding-right: 8.33333%;
    }
    .innovationPage .dialogueSection__inner {
        padding-left: 8.33333%;
        padding-right: 8.33333%;
    }
    .innovationPage .relatedInfo__inner {
        padding-left: 4.16667%;
        padding-right: 4.16667%;
    }
    .innovationPage .searchBox .articleList {
        padding-bottom: 1.66667%;
    }
    .innovationPage .search__title {
        padding: 3.33333% 0 6.66667%;
    }
    .innovationPage .searchBox__inner {
        top: -4.16667vw;
        padding: 0 4.16667% 1.25%;
    }
}

@media only screen and (max-width: 767px) {
    .innovationPage .main {
        margin-bottom: 15.625%;
    }
    .innovationPage .keyVisual {
        padding-bottom: 6.25%;
        margin-bottom: 7.8125%;
        padding-top: 64.0625%;
    }
    .innovationPage .keyVisual--s {
        padding-top: 48.75%;
    }
    .innovationPage .keyVisual__titleBox {
        margin-top: -4.6875%;
    }
    .innovationPage .keyVisual__titleBox__inner {
        width: auto;
        max-width: 100%;
        margin-right: 6.25%;
        padding: 4.6875% 6.25% 4.6875% 6.25%;
        background-color: #fff;
        position: relative;
    }
    .innovationPage .keyVisual__category {
        font-size: 10px;
        font-size: calc(0.625rem + 4 * (100vw - 320px) / 448);
    }
    .innovationPage .keyVisual__category2 {
        font-size: 11px;
        font-size: calc(0.6875rem + 5 * (100vw - 320px) / 448);
    }
    .innovationPage .keyVisual__category3 {
        font-size: 11px;
        font-size: calc(0.6875rem + 5 * (100vw - 320px) / 448);
        border-width: 3px;
    }
    .innovationPage .keyVisual__category-G {
        font-size: 16px;
        font-size: calc(1rem + 16 * (100vw - 320px) / 448);
    }
    .innovationPage .keyVisual__categoryNum {
        font-size: 18px;
        font-size: calc(1.125rem + 14 * (100vw - 320px) / 448);
    }
    .innovationPage .keyVisual__mainTitle {
        font-size: 16px;
        font-size: calc(1rem + 16 * (100vw - 320px) / 448);
        line-height: 1.4;
    }
    .innovationPage .keyVisual__mainTitle:last-child {
        margin-bottom: .6em;
    }
    .innovationPage .keyVisual__mainTitle > small {
        font-size: 12px;
        font-size: calc(0.75rem + 8 * (100vw - 320px) / 448);
    }
    .innovationPage .keyVisual__mainLead {
        font-size: 12px;
        font-size: calc(0.75rem + 8 * (100vw - 320px) / 448);
    }
    .innovationPage .keyVisual__nameBox {
        padding: 5.46875% 6.25% 0;
    }
    .innovationPage .keyVisual__nameBox__title {
        font-size: 16px;
        font-size: calc(1rem + 4 * (100vw - 320px) / 448);
        margin-bottom: .3em;
    }
    .innovationPage .keyVisual__nameBox__txt {
        font-size: 14px;
        font-size: calc(0.875rem + 4 * (100vw - 320px) / 448);
    }
    .innovationPage .logoBox {
        margin: -3.125% auto 7.8125%;
    }
    .innovationPage .logoBox__item {
        max-width: 252px;
        width: 43.4375%;
    }
    .innovationPage .leadBox {
        padding-left: 6.25%;
        padding-right: 6.25%;
        margin: 0 auto 6.25%;
    }
    .innovationPage .leadBox__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
    }
    .innovationPage .leadImgBox {
        display: block;
    }
    .innovationPage .leadImgBox .leadBox__txt {
        width: 100%;
    }
    .innovationPage .leadImgBox .leadBox__img {
        width: 60%;
        margin: 0 auto;
    }
    .innovationPage .leadImgBox .leadBox__img img {
        width: 100%;
    }
    .innovationPage .contentsBox {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 12.5%;
    }
    .innovationPage .contentsBox__header {
        position: relative;
        padding: 4.6875% 0;
        margin-bottom: 9.375%;
    }
    .innovationPage .contentsBox__header:before {
        margin-top: 4.6875%;
        margin-bottom: -4.6875%;
    }
    .innovationPage .contentsBox:nth-child(odd) .contentsBox__header:before {
        right: 3.125%;
    }
    .innovationPage .contentsBox:nth-child(odd) .contentsBox__header:after {
        left: 3.125%;
    }
    .innovationPage .contentsBox:nth-child(even) .contentsBox__header:before {
        left: 3.125%;
        margin-left: 0;
    }
    .innovationPage .contentsBox:nth-child(even) .contentsBox__header:after {
        right: 3.125%;
    }
    .innovationPage .contentsInSection {
        margin-bottom: 12.5%;
    }
    .innovationPage .contentsInSection:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__title {
        font-size: 12px;
        font-size: calc(0.75rem + 24 * (100vw - 320px) / 448);
        padding: 0 7.8125% 0;
    }
    .innovationPage .contentsBox__sTitle, .innovationPage .dialogueSection__title {
        font-size: 12px;
        font-size: calc(0.75rem + 16 * (100vw - 320px) / 448);
        padding: 1.5em 5.55556%;
        margin: 0 -5.55556%;
    }
    .innovationPage .contentsBox__inner {
        padding: 0 7.8125% 0;
        margin: 0 auto 9.375%;
    }
    .innovationPage .contentsBox__inner:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        margin-bottom: 1.5em;
    }
    .innovationPage .contentsBox__txt:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__dl {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        margin: 0 -5.55556% 1.5em;
    }
    .innovationPage .contentsBox__dl:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__dt {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        padding-left: 5%;
        padding-right: 5%;
    }
    .innovationPage .contentsBox__dt:before {
        width: 4.16667%;
        height: 1px;
        top: .8em;
        margin-top: -1px;
    }
    .innovationPage .contentsBox__dd {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        padding-left: 5%;
        padding-right: 5%;
    }
    .innovationPage .contentsBox__dd:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__dd strong {
        font-weight: bold;
    }
    .innovationPage .contentsBox__note {
        font-size: 0.88rem;
        font-size: 11px;
        font-size: calc(0.6875rem + 3 * (100vw - 320px) / 448);
        line-height: 1.8;
        position: relative;
        margin-bottom: 2em;
    }
    .innovationPage .contentsBox__note:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__exp {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        margin: 0 -5.55556% 1.5em;
        padding: 3.7037% 5.55556% 5.55556%;
    }
    .innovationPage .contentsBox__exp:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__exp__title {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
    }
    .innovationPage .contentsBox__exp__img {
        width: auto;
        float: none;
        margin-bottom: 1.5em;
    }
    .innovationPage .contentsBox__exp__img:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__exp__txtBox {
        width: auto;
        float: none;
        margin-bottom: 1.5em;
    }
    .innovationPage .contentsBox__exp__txtBox:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsMov {
        margin: 0 -5.55556% 1.5em;
    }
    .innovationPage .contentsMov:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__txt + .contentsMov {
        margin-top: 2em;
    }
    .innovationPage .contentsBox__movie {
        margin: 0 -5.55556%;
    }
    .innovationPage .contentsBox__img {
        margin: 0 -5.55556% 1.5em;
    }
    .innovationPage .contentsBox__img:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__imgs {
        margin-bottom: 1em;
    }
    .innovationPage .contentsBox__txt + .contentsBox__img,
    .innovationPage .contentsBox__txt + .contentsBox__imgs {
        margin-top: 2em;
    }
    .innovationPage .contentsBox__img--s {
        margin: 0 -5.55556% 1.5em;
        max-width: none;
        text-align: center;
    }
    .innovationPage .contentsBox__img--s img {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
    .innovationPage .contentsBox__img--s:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__txt + .contentsBox__img--s {
        margin-top: 1.2em;
    }
    .innovationPage .contentsBox__linkImg {
        margin: 1.5em -5.55556% 1.5em;
        max-width: none;
        text-align: center;
    }
    .innovationPage .contentsBox__linkImg img {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
    .innovationPage .contentsBox__linkImg img.u-blankIcon {
        width: auto;
    }
    .innovationPage .contentsBox__linkImg:last-child {
        margin-bottom: 0;
    }
    .innovationPage .contentsBox__linkImg__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 448);
        padding: .8em 1em;
        text-align: left;
    }
    .innovationPage .contentsBox__caption {
        margin: 1em 5.55556% 0;
        font-size: 10px;
        font-size: calc(0.625rem + 4 * (100vw - 320px) / 448);
    }
    .innovationPage .contentsBox__caption__small {
        margin: 0.5em 5.55556% 0;
    }
    .innovationPage .contentsBox__imgs > .contentsBox__caption {
        margin: 1em 0;
    }
    .innovationPage .contents__columnBox {
        display: block;
        margin-bottom: 0;
    }
    .innovationPage .contents__columnBox__item {
        width: auto;
        margin-bottom: 7.40741%;
    }
    .innovationPage .contentsBox__txtWrap {
        padding: 5%;
    }
    .innovationPage .topicsBox__title {
        margin: 0 -5.55556%;
    }
    .innovationPage .memberSection {
        padding-left: 6.25%;
        padding-right: 6.25%;
        margin: 0 auto 6.25%;
    }
    .innovationPage .memberSection__title {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 448);
        margin-bottom: 7.14286%;
    }
    .innovationPage .memberSection__title:before {
        content: "";
        position: absolute;
        height: 1px;
        margin-top: 2px;
        top: 50%;
        left: 0;
        right: 0;
        background-color: #7d7d7d;
    }
    .innovationPage .memberSection__title span {
        position: relative;
        display: inline-block;
        background-color: #fff;
        padding: 0 1em;
    }
    .innovationPage .memberSection__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .innovationPage .memberSection__list__item {
        width: 50%;
        max-width: 100%;
        margin-bottom: 7.40741%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 1.85185%;
    }
    .innovationPage .memberSection__list__img {
        text-align: center;
        margin: 0 11.11111% 5%;
    }
    .innovationPage .memberSection__list__name {
        font-size: 11px;
        font-size: calc(0.6875rem + 3 * (100vw - 320px) / 448);
    }
    .innovationPage .memberSection__list__belong {
        font-size: 10px;
        font-size: calc(0.625rem + 4 * (100vw - 320px) / 448);
        margin: 0 1em;
    }
    .innovationPage .actionMenberSection__list__img {
        width: 30%;
    }
    .innovationPage .actionMenberSection__list__img img {
        width: 100%;
        height: auto;
    }
    .innovationPage .actionMenberSection__list__wrap {
        width: 70%;
    }
    .innovationPage .dialogueSection {
        margin-bottom: 9.375%;
    }
    .innovationPage .dialogueSection__inner {
        padding-left: 6.25%;
        padding-right: 6.25%;
        margin: 0 auto 9.375%;
    }
    .innovationPage .dialogueSection__inner:last-child {
        margin-bottom: 0;
    }
    .innovationPage .dialogueSection__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        margin-bottom: 2em;
        min-height: 0;
        padding-left: 0;
    }
    .innovationPage .dialogueSection__txt:last-child {
        margin-bottom: 0;
    }
    .innovationPage .dialogueSection__txt strong {
        font-weight: bold;
    }
    .innovationPage .dialogueSection__talkerImg {
        display: none;
    }
    .innovationPage .dialogueSection__photo {
        padding-left: 3.125%;
        padding-right: 3.125%;
    }
    .innovationPage .dialogueSection__photo:before {
        height: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        padding-bottom: 0;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        max-height: none;
        margin-top: 5.46875%;
        margin-bottom: 5.46875%;
    }
    .innovationPage .dialogueSection__photo__txt {
        padding-left: 3.125%;
        padding-right: 3.125%;
        margin-top: 0.78125%;
        font-size: 10px;
        font-size: calc(0.625rem + 4 * (100vw - 320px) / 448);
    }
    .innovationPage .resultSection {
        background-color: #0068b7;
        color: #fff;
        margin-bottom: 14.0625%;
    }
    .innovationPage .resultSection__inner {
        padding: 6.25% 6.25% 7.8125%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
    }
    .innovationPage .resultSection__category {
        font-size: 10px;
        font-size: calc(0.625rem + 4 * (100vw - 320px) / 448);
    }
    .innovationPage .resultSection__categoryNum {
        font-size: 18px;
        font-size: calc(1.125rem + 14 * (100vw - 320px) / 448);
    }
    .innovationPage .resultSection__title {
        font-size: 16px;
        font-size: calc(1rem + 16 * (100vw - 320px) / 448);
    }
    .innovationPage .resultSection__titleNum {
        -webkit-text-stroke: 1px #fff;
    }
    .innovationPage .resultSection__titleNum span {
        font-size: 1.6em;
    }
    .innovationPage .resultSection__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 448);
    }
    .innovationPage .relatedInfo {
        background-color: #eee;
        margin-bottom: 14.0625%;
    }
    .innovationPage .relatedInfo__inner {
        padding: 6.25% 4.6875% 7.8125%;
    }
    .innovationPage .relatedInfo__title {
        font-size: 15px;
        font-size: calc(0.9375rem + 7 * (100vw - 320px) / 448);
        margin-bottom: .8em;
        line-height: 1.4;
    }
    .innovationPage .profBox {
        margin-bottom: 7.8125%;
    }
    .innovationPage .profBox__columnBox {
        display: block;
    }
    .innovationPage .profBox__columnBox .profBox__dl {
        display: block;
        width: 100%;
    }
    .innovationPage .profBox__columnBox .profBox__dl:first-child {
        margin-bottom: 10%;
    }
    .innovationPage .profBox__inner {
        padding: 0 6.25% 6.25%;
    }
    .innovationPage .profBox__dl {
        max-width: 520px;
        margin: 0 auto;
    }
    .innovationPage .profBox__dt {
        padding-bottom: 3.57143%;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
            -ms-flex-pack: start;
                justify-content: start;
        padding-left: 8.92857%;
    }
    .innovationPage .profBox__img {
        width: 29.41176%;
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        margin-right: 2em;
    }
    .innovationPage .profBox__title {
        font-size: 12px;
        font-size: calc(0.75rem + 8 * (100vw - 320px) / 448);
    }
    .innovationPage .profBox__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
        margin-bottom: 1.8em;
    }
    .innovationPage .profBox__link {
        text-align: center;
    }
    .innovationPage .contentsBox__profile {
        display: block;
    }
    .innovationPage .profileSection__imgBox {
        width: 100%;
    }
    .innovationPage .profileSection__txtBox {
        padding-left: 0;
    }
    .innovationPage .profileSection__txtBox .m-btn-type2 a {
        width: 100%;
    }
    .innovationPage .profileSection__name {
        font-size: 16px;
        font-size: calc(1rem + 4 * (100vw - 320px) / 448);
    }
    .innovationPage .profileList {
        font-size: 12px;
        font-size: calc(0.75rem + 4 * (100vw - 320px) / 448);
    }
    .innovationPage .search__title {
        font-size: 20px;
        font-size: calc(1.25rem + 12 * (100vw - 320px) / 448);
        padding: 4.6875% 0 7.8125%;
    }
    .innovationPage .searchBox {
        margin-bottom: 10.9375%;
        background: linear-gradient(#fff 0%, #fff 70px, #e6e6e6 70px, #e6e6e6 100%);
    }
    .innovationPage .searchBox__inner {
        top: 0;
        padding: 0 3.125% 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

/* Change Directories in Innovation */
#links + .otherLink > .cat-8 {
    margin-top: 80px;
}

.cat-8 .articleCategory__menu {
    margin: 0 -5px 20px;
}

.cat-8 .articleCategory__menu__item {
    margin-bottom: 10px;
    padding: 0 5px;
    font-size: 1.125em;
}

[lang="ja"] .cat-8 .articleCategory__menu__item {
    font-size: 1.25em;
}

@media only screen and (max-width: 767px) {
    .cat-8 .articleCategory__menu__item {
        font-size: 2.5vw !important;
        font-size: calc(0.75rem + 8 * (100vw - 320px) / 448) !important;
    }
}

.cat-8 .articleCategory__menu__item.all_items {
    margin-right: 75%;
}

@media only screen and (max-width: 767px) {
    .cat-8 .articleCategory__menu__item.all_items {
        margin-right: 50%;
    }
}

.cat-8 .articleCategory__menu__item a {
    padding: 0.8em 0.4em;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .cat-8 .articleCategory__menu__item a {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cat-8 .articleCategory__menu__item a span {
        height: 3em;
    }
}

@media (max-width: 480px) {
    .cat-8 .articleCategory__menu__item a span {
        height: 42px;
    }
}

.cat-8 .articleCategory__menu__item a.is-selected:after {
    border-width: 6px 10px 0;
    margin-left: -10px;
    bottom: auto;
    top: 100%;
}

@media only screen and (max-width: 767px) {
    .cat-8 .articleList__items {
        padding-top: 8.33333%;
        border-top: 3px solid #0068b7;
    }
}

.cat-5-2 .articleCategory__menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.cat-5-2 .articleCategory__menu.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.cat-5-2 .articleCategory__menu__item {
    width: 20%;
}

.cat-5-2 .articleCategory__menu__item.all_items {
    margin-right: 0;
}

.articleList__copy {
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #0068b7;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
    .articleList__copy {
        margin-bottom: 20px;
    }
}

.articleList__copy:empty {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .articleList__copy:empty {
        margin-bottom: 10px;
    }
}

.articleList__scroll {
    position: relative;
    height: 64px;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .articleList__scroll {
        height: 48px;
        margin-bottom: 10px;
    }
}

.articleList__scroll span {
    display: none;
}

.no-icon .articleList__scroll {
    display: none;
}

.articleList__scroll:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    background: url("../img/icon_mouse.png") no-repeat center;
    background-size: contain;
    width: 32px;
    height: 64px;
    position: absolute;
    top: auto;
    left: 50%;
    margin-left: -16px;
    margin-bottom: 10px;
    -webkit-animation: move_scroll_icon 1.6s ease-in-out infinite;
            animation: move_scroll_icon 1.6s ease-in-out infinite;
}

@media only screen and (max-width: 767px) {
    .articleList__scroll:after {
        width: 24px;
        height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .articleList__scroll:after {
        margin-left: -12px;
        margin-bottom: 10px;
    }
}

.no-icon .articleList__scroll:after {
    content: none;
    -webkit-animation: none;
            animation: none;
}

@-webkit-keyframes move_scroll_icon {
    0% {
        bottom: 5px;
    }
    50% {
        bottom: 0px;
    }
    100% {
        bottom: 5px;
    }
}

@keyframes move_scroll_icon {
    0% {
        bottom: 5px;
    }
    50% {
        bottom: 0px;
    }
    100% {
        bottom: 5px;
    }
}

/* R&D - 2020 TECHNOLOGIES */
.rdSpecial {
    width: 100%;
    margin-bottom: 60px;
}

.rdSpecial img {
    width: 100%;
    height: auto;
}

.rdSpecial a:hover img,
.rdSpecial a:focus img {
    opacity: 0.8;
}

#rd-banner {
    background: #0068B7;
    margin-top: 100px;
    height: 18rem;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    #rd-banner {
        margin-top: 2rem;
        margin-bottom: 6rem;
    }
}

#rd-banner .contentsBox__inner {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    margin-left: 4rem;
}

@media (max-width: 480px) {
    #rd-banner .contentsBox__inner {
        margin-left: 2rem;
    }
}

#rd-banner img {
    display: block;
    position: absolute;
    right: -7%;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 480px) {
    #rd-banner img {
        right: -30%;
    }
}

@media (max-width: 480px) {
    #rd-banner .info-link {
        padding-left: 0;
        margin-top: 0;
    }
}

#rd-banner .info-link a {
    margin-top: 0;
    padding-left: 0;
    position: relative;
    z-index: 1;
    font-size: 2.75rem;
    font-weight: 100;
    font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 480px) {
    #rd-banner .info-link a {
        font-size: 1.75rem;
    }
}

#rd-banner .info-link span {
    display: block;
    font-size: 1.2rem;
    -webkit-transition: all 0.1s 0s ease-in-out;
    transition: all 0.1s 0s ease-in-out;
}

@media (max-width: 480px) {
    #rd-banner .info-link span {
        font-size: 0.875rem;
    }
}

#rd-banner .info-link a {
    display: inline-block;
    color: white;
    text-decoration: none;
}

#rd-banner .info-link a:hover {
    opacity: 0.7;
}

#rd-banner .info-link .u-blankIcon {
    vertical-align: text-top;
    position: static;
    font-size: 16px;
    margin-left: 0.5rem;
    /*margin-top: -2px;*/
    display: inline;
}




/* 20211216追加 */
/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
   position: fixed;
   right: 0;
   bottom: 0;
   display: none;
   width: 80px;
   z-index: 10000;
}

@media screen and (max-width: 750px) {
   .footer-pagetop {
      width: 10.66667vw;
   }

   .js-search-open .footer-pagetop {
      display: none !important;
   }
}

.footer-pagetop.js-pagetop--absolute {
   position: absolute;
}

.footer-pagetop__link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   -ms-flex-align: center;
   height: 80px;
   background-color: #db3d23;
   -webkit-transition: opacity 300ms;
   transition: opacity 300ms;

   -webkit-box-pack: center;
   justify-content: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   align-items: center;
}

.footer-pagetop__link:hover {
   opacity: 0.8;
}

.footer-iframe {
   position: relative;
}

@media screen and (max-width: 750px) {
   .footer-pagetop__link {
      padding-top: 2vw;
      height: 10.66667vw;
   }
}

.footer-pagetop__link img {
   width: 16px;
}

@media screen and (max-width: 750px) {
   .footer-pagetop__link img {
      width: 2.13333vw;
   }
}