@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A->Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
    ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
    margin
    hide
    module
    page
    ========================================================== */
/* ==========================================================
*
*   margin
*
========================================================== */
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 738px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.78125vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.5625vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2.34375vw !important;
    }
    .mgt-sp--20 {
        margin-top: 3.125vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.90625vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4.6875vw !important;
    }
    .mgt-sp--35 {
        margin-top: 5.46875vw !important;
    }
    .mgt-sp--40 {
        margin-top: 6.25vw !important;
    }
    .mgt-sp--45 {
        margin-top: 7.03125vw !important;
    }
    .mgt-sp--50 {
        margin-top: 7.8125vw !important;
    }
    .mgt-sp--55 {
        margin-top: 8.59375vw !important;
    }
    .mgt-sp--60 {
        margin-top: 9.375vw !important;
    }
    .mgt-sp--65 {
        margin-top: 10.15625vw !important;
    }
    .mgt-sp--70 {
        margin-top: 10.9375vw !important;
    }
    .mgt-sp--75 {
        margin-top: 11.71875vw !important;
    }
    .mgt-sp--80 {
        margin-top: 12.5vw !important;
    }
    .mgt-sp--85 {
        margin-top: 13.28125vw !important;
    }
    .mgt-sp--90 {
        margin-top: 14.0625vw !important;
    }
    .mgt-sp--95 {
        margin-top: 14.84375vw !important;
    }
    .mgt-sp--100 {
        margin-top: 15.625vw !important;
    }
    .mgt-sp--105 {
        margin-top: 16.40625vw !important;
    }
    .mgt-sp--110 {
        margin-top: 17.1875vw !important;
    }
    .mgt-sp--115 {
        margin-top: 17.96875vw !important;
    }
    .mgt-sp--120 {
        margin-top: 18.75vw !important;
    }
    .mgt-sp--125 {
        margin-top: 19.53125vw !important;
    }
    .mgt-sp--130 {
        margin-top: 20.3125vw !important;
    }
    .mgt-sp--135 {
        margin-top: 21.09375vw !important;
    }
    .mgt-sp--140 {
        margin-top: 21.875vw !important;
    }
    .mgt-sp--145 {
        margin-top: 22.65625vw !important;
    }
    .mgt-sp--150 {
        margin-top: 23.4375vw !important;
    }
    .mgt-sp--155 {
        margin-top: 24.21875vw !important;
    }
    .mgt-sp--160 {
        margin-top: 25vw !important;
    }
    .mgt-sp--165 {
        margin-top: 25.78125vw !important;
    }
    .mgt-sp--170 {
        margin-top: 26.5625vw !important;
    }
    .mgt-sp--175 {
        margin-top: 27.34375vw !important;
    }
    .mgt-sp--180 {
        margin-top: 28.125vw !important;
    }
    .mgt-sp--185 {
        margin-top: 28.90625vw !important;
    }
    .mgt-sp--190 {
        margin-top: 29.6875vw !important;
    }
    .mgt-sp--195 {
        margin-top: 30.46875vw !important;
    }
    .mgt-sp--200 {
        margin-top: 31.25vw !important;
    }
    .mgt-sp--205 {
        margin-top: 32.03125vw !important;
    }
    .mgt-sp--210 {
        margin-top: 32.8125vw !important;
    }
    .mgt-sp--215 {
        margin-top: 33.59375vw !important;
    }
    .mgt-sp--220 {
        margin-top: 34.375vw !important;
    }
    .mgt-sp--225 {
        margin-top: 35.15625vw !important;
    }
    .mgt-sp--230 {
        margin-top: 35.9375vw !important;
    }
    .mgt-sp--235 {
        margin-top: 36.71875vw !important;
    }
    .mgt-sp--240 {
        margin-top: 37.5vw !important;
    }
    .mgt-sp--245 {
        margin-top: 38.28125vw !important;
    }
    .mgt-sp--250 {
        margin-top: 39.0625vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 738px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.78125vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.5625vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2.34375vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 3.125vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.90625vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4.6875vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 5.46875vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 6.25vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 7.03125vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 7.8125vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 8.59375vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 9.375vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 10.15625vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 10.9375vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 11.71875vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 12.5vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 13.28125vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 14.0625vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 14.84375vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 15.625vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 16.40625vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 17.1875vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 17.96875vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 18.75vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 19.53125vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 20.3125vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 21.09375vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 21.875vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 22.65625vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 23.4375vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 24.21875vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 25vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 25.78125vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 26.5625vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 27.34375vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 28.125vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 28.90625vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 29.6875vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 30.46875vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 31.25vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 32.03125vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 32.8125vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 33.59375vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 34.375vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 35.15625vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 35.9375vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 36.71875vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 37.5vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 38.28125vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 39.0625vw !important;
    }
}

/* ==========================================================
*
*   hide
*
========================================================== */
@media screen and (min-width: 739px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 738px) {
    .sp-hide {
        display: none !important;
    }
}

/* ==========================================================
*
*   module
*
========================================================== */


/* ---------------------------------------------
*   page-title
--------------------------------------------- */
.page-title {
    margin-bottom: 22px;
    padding-top: 17px;
    text-align: right;
}

@media screen and (max-width: 738px) {
    .page-title {
        margin-bottom: 0;
        padding: 20px;
        width: 13.75vw;
    }
}

.page-title--kokorozashi {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1040px;
}

@media screen and (max-width: 738px) {
    .page-title--kokorozashi {
        margin-left: initial;
        width: 16.40625vw;
    }
}

.page-title--index {
    margin-bottom: 0;
    padding-top: 63px;
    padding-right: 60px;
}

@media screen and (max-width: 738px) {
    .page-title--index {
        padding: 70px 0 30px;
    }
}

.page-title--ayumi {
    margin-bottom: 10px;
}

.page-title__link {
    position: relative;
    z-index: 10;
}

/* ---------------------------------------------
*   Section
--------------------------------------------- */
.Section {
    padding: 0;
}

/* ---------------------------------------------
*   pagetop
--------------------------------------------- */
.pagetop {
    position: fixed;
    right: 85px;
    bottom: 30px;
    display: none;
}

@media screen and (max-width: 738px) {
    .pagetop {
        right: 5px;
        bottom: 80px;
    }
}

.pagetop .pagetop__link {
    position: relative;
    display: block;
    color: #333;
    letter-spacing: 0.1em;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .pagetop .pagetop__link {
        font-size: 12px;
    }
}

.pagetop .pagetop__link:before {
    position: absolute;
    top: -12px;
    left: 50%;
    display: block;
    width: 12px;
    height: 7px;
    background: url(/michinori/img/common/icon_pagetop.png) 0 0 no-repeat;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pagetop .pagetop__link--kokorozashi, .pagetop .pagetop__link--index {
    color: #fff;
}

.pagetop .pagetop__link--kokorozashi:before, .pagetop .pagetop__link--index:before {
    width: 15px;
    height: 9px;
    background: url(/michinori/img/common/icon_pagetop_white.png) 0 0 no-repeat;
}

.pagetop.js-relative {
    position: absolute;
    top: -40px;
    bottom: auto;
}

.pagetop--index.js-relative, .pagetop--deai.js-relative, .pagetop--kokorozashi.js-relative {
    top: -100px;
}

/* ---------------------------------------------
*   move-section
--------------------------------------------- */
.move-section {
    margin-right: auto;
    margin-left: auto;
    padding: 27px 0 50px;
    width: 51px;
    height: 27px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.move-section:hover {
    opacity: 0.8;
}

.move-section--index {
    margin-bottom: 42px;
    padding: 0;
}

.move-section__link {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/michinori/img/common/icon_arrow2.png) center center no-repeat;
}

/* ---------------------------------------------
*   detail-wrap
--------------------------------------------- */
.detail-wrap {
    width: 622px;
}

@media screen and (max-width: 738px) {
    .detail-wrap {
        width: auto;
    }
}

/* ---------------------------------------------
*   detail-section
--------------------------------------------- */
.detail-section {
    margin-bottom: 62px;
}

@media screen and (max-width: 738px) {
    .detail-section {
        margin-bottom: 7.8125vw;
    }
}

.detail-section--noyori {
    margin-bottom: 110px;
}

@media screen and (max-width: 738px) {
    .detail-section--noyori {
        margin-bottom: 12.5vw;
    }
}

.detail-section__container {
    position: relative;
}

@media screen and (max-width: 738px) {
    .detail-section__container {
        padding: 0 20px;
    }
}

.detail-section .detail-section__heading {
    padding: 8px 0;
    width: 622px;
    color: #fff;
    text-align: center;
    font-size: 1.71429rem;
}

@media screen and (max-width: 738px) {
    .detail-section .detail-section__heading {
        margin-bottom: 6.25vw;
        width: auto;
        font-size: 2.14286rem;
    }
}

.detail-section .detail-section__heading--orange {
    background-color: #ff9900;
}

.detail-section .detail-section__heading--blue {
    background-color: #3399cc;
}

.detail-section .detail-section__heading--green {
    background-color: #669933;
}

.detail-section .detail-section__heading--brown {
    background-color: #996633;
}

.detail-section .detail-section__heading--purple {
    background-color: #666699;
}

.detail-section .detail-section__heading-small {
    font-size: 1.28571rem;
}

.detail-section .detail-section__heading--border {
    margin-bottom: 40px;
    padding-left: 12px;
    width: initial;
    border-left: 10px solid #ff9900;
    background-color: initial;
    color: #333;
    text-align: left;
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .detail-section .detail-section__heading--border {
        margin-bottom: 6.25vw;
        margin-left: 20px;
        font-size: 1.85714rem;
    }
}

.detail-section__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 376px;
}

@media screen and (max-width: 738px) {
    .detail-section__img {
        position: static;
        margin-bottom: 1.5625vw;
        width: auto;
        text-align: center;
    }
}

.detail-section__img--noyori {
    top: 6px;
}

@media screen and (max-width: 738px) {
    .detail-section__img--noyori {
        position: static;
        margin-bottom: 12.5vw;
    }
}

.detail-section__img-text {
    margin-bottom: 30px;
    padding-top: 5px;
    font-size: 0.85714rem;
    line-height: 1.7;
}

@media screen and (max-width: 738px) {
    .detail-section__img-text {
        margin-bottom: 6.25vw;
        text-align: left;
        font-size: 1.57143rem;
    }
}

.detail-section__img-text:last-child {
    margin-bottom: 0;
    padding-top: 0;
}

.detail-section__img-small {
    display: inline-block;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .detail-section__img-small {
        font-size: 1.42857rem;
    }
}

.detail-section__img-large {
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .detail-section__img-large {
        font-size: 1.85714rem;
    }
}

.detail-section__name {
    margin: 30px 0 35px 190px;
    width: 255px;
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 738px) {
    .detail-section__name {
        margin: 0 0 4.6875vw 0;
        width: auto;
        text-align: center;
    }
}

.detail-section__name-upper {
    display: block;
    font-size: 1.71429rem;
}

@media screen and (max-width: 738px) {
    .detail-section__name-upper {
        font-size: 1.85714rem;
    }
}

.detail-section__name-lower {
    font-size: 2.57143rem;
}

@media screen and (max-width: 738px) {
    .detail-section__name-lower {
        font-size: 2.57143rem;
    }
}

.detail-section__name-small {
    font-size: 1.28571rem;
}

.detail-section__content {
    width: 622px;
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .detail-section__content {
        width: auto;
    }
}

.detail-section__content-head {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}

@media screen and (max-width: 738px) {
    .detail-section__content-head {
        margin-top: 1.5625vw;
        margin-bottom: 3.125vw;
        font-size: 1.85714rem;
    }
}

.detail-section__content-text {
    margin-bottom: 40px;
    line-height: 1.8;
}

@media screen and (max-width: 738px) {
    .detail-section__content-text {
        margin-bottom: 4.6875vw;
        font-size: 1.57143rem;
    }
}

.detail-section__content-detail {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.5rem;
}

@media screen and (max-width: 738px) {
    .detail-section__content-detail {
        margin-bottom: 3.125vw;
        font-size: 1.78571rem;
    }
}

.detail-section .detail-section__link-url {
    display: inline-block;
    color: #cc0000;
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .detail-section .detail-section__link-url {
        font-size: 1.57143rem;
    }
}

.detail-section .detail-section__link-url:hover {
    text-decoration: none;
}

.detail-section__link .detail-section__link-here {
    color: #cc0000;
}

/* ---------------------------------------------
*   sub
--------------------------------------------- */
.sub {
    min-width: initial;
}

/* ---------------------------------------------
*   cboxOverlay
--------------------------------------------- */
#cboxOverlay {
    background-color: #000;
    opacity: 0.6;
}

/* ---------------------------------------------
*   interviewsub-wrap
--------------------------------------------- */
.interviewsub-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 57px 60px 32px;
    width: 870px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .interviewsub-wrap {
        display: block;
        padding: 20px;
        width: auto;
    }
}

.interviewsub-wrap--hurusato {
    padding-bottom: 110px;
}

/*  kateisub-section
--------------------------------------------- */
@media screen and (max-width: 738px) {
    .interviewsub-section {
        margin-bottom: 3.125vw;
    }
}

.interviewsub-section__container {
    width: 432px;
}

@media screen and (max-width: 738px) {
    .interviewsub-section__container {
        width: auto;
    }
}

.interviewsub-section__container--nyuusyou {
    width: auto;
}

.interviewsub-section__name {
    font-size: 1.71429rem;
}

@media screen and (max-width: 738px) {
    .interviewsub-section__name {
        font-size: 2.57143rem;
    }
}

.interviewsub-section__name--nyuusyou {
    margin-bottom: 20px;
}

@media screen and (max-width: 738px) {
    .interviewsub-section__name--nyuusyou {
        margin-bottom: 2.34375vw;
    }
}

.interviewsub-section__name-small {
    display: block;
    margin-bottom: 30px;
}

@media screen and (max-width: 738px) {
    .interviewsub-section__name-small {
        margin-bottom: 3.125vw;
        font-size: 1.64286rem;
    }
}

.interviewsub-section__content-lead {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .interviewsub-section__content-lead {
        margin-bottom: 3.125vw;
        font-size: 2.14286rem;
    }
}

.interviewsub-section__content-text {
    line-height: 1.8;
}

@media screen and (max-width: 738px) {
    .interviewsub-section__content-text {
        font-size: 2rem;
    }
}

.interviewsub-section__text-small {
    display: block;
    margin-top: 40px;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .interviewsub-section__text-small {
        margin-top: 6.25vw;
        font-size: 1.71429rem;
    }
}

/*  sub-close
--------------------------------------------- */
.sub-close {
    position: fixed;
    bottom: 15px;
    left: 80px;
}

@media screen and (max-width: 738px) {
    .sub-close {
        position: static;
        margin-bottom: 10px;
        margin-left: 20px;
    }
}

.sub-close .sub-close__link {
    color: #5b6cfc;
    text-decoration: underline;
}

@media screen and (max-width: 738px) {
    .sub-close .sub-close__link {
        font-size: 2.14286rem;
    }
}

.sub-close .sub-close__link:hover {
    text-decoration: none;
}

/*  interviewsub-img
--------------------------------------------- */
.interviewsub-img__box {
    margin-bottom: 60px;
}

@media screen and (max-width: 738px) {
    .interviewsub-img__box {
        margin-bottom: 4.6875vw;
        text-align: center;
    }
}

/* ---------------------------------------------
*   movie-section
--------------------------------------------- */
.movie-section {
    margin-right: auto;
    margin-bottom: 135px;
    margin-left: auto;
    width: 636px;
}

@media screen and (max-width: 738px) {
    .movie-section {
        margin-bottom: 15.625vw;
        padding: 0 20px;
        width: auto;
    }
}

.movie-section__head {
    margin-bottom: 10px;
}

@media screen and (max-width: 738px) {
    .movie-section__head-text {
        display: inline-block;
        margin-bottom: 10px;
    }
}

.movie-section__caption {
    display: block;
    padding-left: 73px;
}

@media screen and (max-width: 738px) {
    .movie-section__caption {
        padding-left: 0;
    }
}

.movie-section__mark {
    display: inline-block;
    padding: 3px 12px;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    font-size: 0.85714rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.movie-section__movie {
    position: relative;
    padding-top: 390px;
    width: 100%;
}

@media screen and (max-width: 738px) {
    .movie-section__movie {
        padding-top: 60.9375vw;
    }
}

.movie-section__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------
*   flick-page
--------------------------------------------- */
.flick-page {
    position: relative;
    padding-bottom: 50px;
}

@media screen and (max-width: 738px) {
    .flick-page {
        padding-bottom: 21.875vw;
        font-size: 1.28571rem;
    }
}

.flick-page:before {
    position: absolute;
    bottom: 56%;
    left: 50%;
    display: block;
    width: 2px;
    height: 24px;
    background-color: #afafaf;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
    .flick-page:before {
        top: 0;
        bottom: initial;
        height: 7.8125vw;
    }
}

.flick-page__text-left {
    position: absolute;
    left: 22%;
    display: block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.flick-page__text-left:hover {
    opacity: 0.8;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left {
        top: 7%;
        left: 4%;
        font-size: 1.28571rem;
    }
}

.flick-page__text-left:before {
    display: inline-block;
    margin-right: 65px;
    padding-bottom: 2px;
    width: 8px;
    height: 14px;
    background: url(/michinori/img/common/icon_flick_left.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left:before {
        margin-right: 2.34375vw;
        padding-bottom: 0;
        width: 1.25vw;
        height: 2.1875vw;
        background-size: cover;
        vertical-align: initial;
    }
}

.flick-page__text-left--juryousya {
    left: 26%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--juryousya {
        left: 13%;
    }
}

.flick-page__text-left--bbs {
    left: 26%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--bbs {
        left: 13%;
    }
}

.flick-page__text-left--sakubun {
    left: 32%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--sakubun {
        left: 25%;
    }
}

.flick-page__text-left--takao {
    left: 25%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--takao {
        left: 17%;
    }
}

.flick-page__text-left--kankyou {
    left: 29%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--kankyou {
        left: 15%;
    }
}

.flick-page__text-left--kikou {
    left: 36%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--kikou {
        left: 25%;
    }
}

.flick-page__text-left--kikou2 {
    left: 27%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--kikou2 {
        left: 12%;
    }
}

.flick-page__text-left--asean {
    left: 27%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--asean {
        left: 10%;
    }
}

.flick-page__text-right {
    position: absolute;
    left: 50%;
    display: block;
    padding-left: 28px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.flick-page__text-right:hover {
    opacity: 0.8;
}

@media screen and (max-width: 738px) {
    .flick-page__text-right {
        top: 7%;
        left: 55%;
        padding-left: 0;
        font-size: 1.28571rem;
    }
}

.flick-page__text-right:after {
    display: inline-block;
    margin-left: 65px;
    padding-bottom: 2px;
    width: 8px;
    height: 14px;
    background: url(/michinori/img/common/icon_flick_right.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

@media screen and (max-width: 738px) {
    .flick-page__text-right:after {
        margin-left: 1.5625vw;
        padding-bottom: 0;
        width: 1.25vw;
        height: 2.1875vw;
        background-size: cover;
        vertical-align: initial;
    }
}

@media screen and (max-width: 738px) {
    .flick-page__text-right--kankyou {
        left: 53%;
        text-indent: -1em;
    }
}

/* ---------------------------------------------
*   page-list
--------------------------------------------- */
.page-list {
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    width: 1040px;
}

@media screen and (max-width: 738px) {
    .page-list {
        width: auto;
    }
}

.page-list__list-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 34px;
    width: 193px;
    border: solid 1px #666;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .page-list__list-item {
        display: block;
        margin-right: 0;
        width: 100%;
        border-top: 1px solid #fff;
    }
}

.page-list__list-item:last-child {
    margin-right: 0;
}

.page-list .page-list__link {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 1.14286rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.page-list .page-list__link:hover {
    opacity: 0.8;
}

.page-list .page-list__link:hover {
    opacity: 0.6;
}

.page-list .page-list__link--active {
    opacity: 0.6;
}

@media screen and (max-width: 738px) {
    .page-list .page-list__link {
        display: block;
        padding: 25px 0;
        color: #fff;
        text-align: center;
        font-size: 1.85714rem;
    }
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   index-unique1
--------------------------------------------- */
.index-unique1 {
    position: relative;
    z-index: 99;
}

/* ---------------------------------------------
*   index-unique2
--------------------------------------------- */
.index-unique2 {
    z-index: 99;
}

/*  index-head
--------------------------------------------- */
.index-head {
    position: relative;
    margin-top: -50px;
    margin-right: auto;
    margin-bottom: 42px;
    margin-left: auto;
    width: 1216px;
    height: 690px;
    background: url(/michinori/img/index/bg_head.png) 0 0 no-repeat;
}

@media screen and (max-width: 738px) {
    .index-head {
        margin-top: initial;
        margin-bottom: 20.3125vw;
        padding: 0 20px;
        width: auto;
        height: 108.375vw;
        background: url(/michinori/img/sp/index_bg_head.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.index-head__wrap {
    position: absolute;
    left: -1000px;
}

@media screen and (max-width: 738px) {
    .index-head__wrap {
        position: static;
    }
}

.index-head__title {
    margin-top: 24px;
    margin-bottom: 20px;
    -webkit-transition: all .8s;
    transition: all .8s;
}

@media screen and (max-width: 738px) {
    .index-head__title {
        display: block;
        margin-top: 3.125vw;
        margin-bottom: 6.25vw;
        text-align: center;
    }
}

@media screen and (max-width: 738px) {
    .index-head__lead {
        position: static;
        display: block;
        margin-left: 0;
    }
}

.index-head__lead-head {
    letter-spacing: 0.03em;
    color: #fff;
    font-weight: bold;
    font-size: 2.57266rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 738px) {
    .index-head__lead-head {
        display: block;
        margin-bottom: 3vw;
        font-size: 2.87266rem;
    }
}

.index-head__lead-text {
    color: #fff;
    line-height: 1.8;
    text-shadow: 2px 1px 1px #000;
    font-size: 1.47266rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 738px) {
    .index-head__lead-text {
        display: block;
        width: 68.5vw;
        overflow: hidden;
        height: 0;
        padding-top: 73.375vw;
        background: url(/michinori/img/sp/text_sp.png) 0 0 no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

.index-head__lead-small {
    display: inline-block;
    line-height: 1;
    border-bottom: solid 1px #fff;
}

.index-head__lead-small:hover {
    border-bottom: none;
}

.index-head__logo {
    position: absolute;
    right: 110px;
    bottom: 20px;
}

@media screen and (max-width: 738px) {
    .index-head__logo {
        width: 17.34375vw;
        right: 20px;
        bottom: -30px;
    }
}

.index-head__animation {
    position: absolute;
}

@media screen and (max-width: 738px) {
    .index-head__animation {
        position: static;
    }
}

.index-head__animation1 {
    top: -400px;
    right: 290px;
    width: 280px;
    background: url(/michinori/img/index/img_index1.png) 0 0 no-repeat;
}

.index-head__animation2 {
    top: -400px;
    right: 135px;
}

.index-head__animation3 {
    top: -400px;
    right: 115px;
}

.index-head__animation4 {
    top: -400px;
    right: 265px;
}

/*  index-list
--------------------------------------------- */
.index-list {
    margin-bottom: 35px;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

@media screen and (max-width: 738px) {
    .index-list {
        opacity: 1;
        -webkit-transform: initial;
        transform: initial;
    }
}

.index-list--fadeinup {
    opacity: 1.0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.index-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-right: auto;
    margin-left: auto;
    width: 970px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .index-list__box {
        display: block;
        padding: 0 20px;
        width: auto;
    }
}

.index-list__item {
    width: 248px;
}

@media screen and (max-width: 738px) {
    .index-list__item {
        margin-bottom: 6.25vw;
        width: auto;
    }
}

.index-list .index-list__link {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.index-list .index-list__link:hover .index-list__large {
    color: #cc0000;
}

.index-list__large {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: solid 3px #cc0000;
    font-size: 2.14286rem;
    -webkit-transition: all .8s;
    transition: all .8s;
}

@media screen and (max-width: 738px) {
    .index-list__large {
        font-size: 2.42857rem;
    }
}

.index-list__large:after {
    display: inline-block;
    margin-left: 15px;
    width: 12px;
    height: 21px;
    background: url(/michinori/img/index/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
}

@media screen and (max-width: 738px) {
    .index-list__large:after {
        width: 1.875vw;
        height: 3.28125vw;
        background-size: cover;
    }
}

.index-list__small {
    display: block;
    font-size: 1.28571rem;
    line-height: 1.5;
}

@media screen and (max-width: 738px) {
    .index-list__small {
        font-size: 1.71429rem;
    }
}

/*  reference-movie
--------------------------------------------- */
.reference-movie {
    margin-bottom: 62px;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .reference-movie {
        margin-bottom: 12.5vw;
        padding: 0 20px;
    }
}

.reference-movie__text {
    display: block;
    color: #fff;
}

@media screen and (max-width: 738px) {
    .reference-movie__text {
        font-size: 1.42857rem;
    }
}

.reference-movie .reference-movie__link {
    color: #ff0000;
    text-decoration: underline;
}

@media screen and (max-width: 738px) {
    .reference-movie .reference-movie__link {
        font-size: 1.28571rem;
    }
}

.reference-movie .reference-movie__link:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   index-section
--------------------------------------------- */
.index-section {
    background: radial-gradient(ellipse at 700px 600px, #b6c0c0 0, #c3ebeb -50%, #333636 56%, #000 100%);
}

@media screen and (max-width: 738px) {
    .index-section {
        padding-bottom: 10px;
    }
}

.index-section__container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 65px;
    width: 1040px;
}

@media screen and (max-width: 738px) {
    .index-section__container {
        margin-bottom: 18.75vw;
        padding: 40px 20px 0;
        width: auto;
    }
}

.index-section__upper {
    margin-bottom: 120px;
    color: #fff;
    text-align: center;
    font-size: 2.57143rem;
}

@media screen and (max-width: 738px) {
    .index-section__upper {
        margin-bottom: 4.6875vw;
        font-size: 2.14286rem;
    }
}

.index-section__upper-heading {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
}

@media screen and (max-width: 738px) {
    .index-section__upper-heading {
        display: block;
    }
}

.index-section__upper-heading--active {
    opacity: 1;
}

.index-section__content {
    position: absolute;
    left: -3000px;
    width: 690px;
    color: #fff;
}

@media screen and (max-width: 738px) {
    .index-section__content {
        position: static;
        width: auto;
    }
}

.index-section__content-wrap {
    position: relative;
    margin-bottom: 50px;
    height: 830px;
    background: url(/michinori/img/index/bg_lower.png) bottom right no-repeat;
}

@media screen and (max-width: 738px) {
    .index-section__content-wrap {
        display: block;
        margin-bottom: 0;
        height: auto;
        background: none;
    }
}

.index-section__content-head {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 2rem;
}

@media screen and (max-width: 738px) {
    .index-section__content-head {
        font-size: 2.14286rem;
    }
}

.index-section__text {
    font-size: 1.28571rem;
    line-height: 1.8;
}

.index-section__paragraph {
    margin-bottom: 50px;
}

@media screen and (max-width: 738px) {
    .index-section__paragraph {
        font-size: 1.57143rem;
    }
}

.index-section__paragraph:last-child {
    margin-bottom: 0;
}

.index-section__img {
    position: absolute;
    right: -2000px;
}

@media screen and (max-width: 738px) {
    .index-section__img {
        position: static;
        margin-bottom: 30px;
        text-align: center;
    }
}

/* ---------------------------------------------
*   page-head
--------------------------------------------- */
@media screen and (max-width: 738px) {
    .page-head {
        margin-bottom: 6.25vw;
        padding: 0 20px;
    }
}

.page-head__text {
    width: 568px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    border-bottom: 1px solid #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 738px) {
    .page-head__text {
        width: 75vw;
        letter-spacing: 0;
    }
}

.page-head__text-large {
    display: block;
    margin-bottom: 5px;
    font-size: 4.28571rem;
}

@media screen and (max-width: 738px) {
    .page-head__text-large {
        font-size: 4rem;
    }
}

.page-head__text-small {
    display: block;
    font-size: 2.28571rem;
}

@media screen and (max-width: 738px) {
    .page-head__text-small {
        font-size: 2rem;
    }
}

/* ---------------------------------------------
*   upper-wrap
--------------------------------------------- */
.upper-wrap {
    margin-bottom: 32px;
}

@media screen and (max-width: 738px) {
    .upper-wrap {
        margin-bottom: 6.25vw;
        padding: 0 20px;
    }
}

.upper-wrap__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 30px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .upper-wrap__container {
        display: block;
    }
}

@media screen and (max-width: 738px) {
    .upper-wrap__img {
        margin-bottom: 3.125vw;
        text-align: center;
    }
}

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

.upper-wrap__content-text {
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .upper-wrap__content-text {
        font-size: 1.71429rem;
    }
}

/* ---------------------------------------------
*   lower-wrap
--------------------------------------------- */
.lower-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 30px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .lower-wrap {
        margin-bottom: 0;
    }
}

.lower-wrap--bg {
    height: 862px;
    background: url(/michinori/img/deai/bg_lower.png) 0 0 no-repeat;
}

/*  page-nav
--------------------------------------------- */
.page-nav {
    width: 330px;
}

@media screen and (max-width: 738px) {
    .page-nav {
        margin-right: auto;
        margin-bottom: 6.25vw;
        margin-left: auto;
        width: 90%;
    }
}

.page-nav--center {
    margin-right: auto;
    margin-left: auto;
}

.page-nav__head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 18px;
    height: 73px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;

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

@media screen and (max-width: 738px) {
    .page-nav__head {
        display: block;
        padding: 1.5625vw 0;
        height: auto;
        font-size: 1.71429rem;
    }
}

.page-nav__head--yellow {
    background-color: #f6bc47;
}

.page-nav__head--brown {
    background-color: #af7b4e;
}

.page-nav__head--blue {
    background-color: #3399cc;
}

.page-nav__head--green {
    background-color: #3d753d;
}

.page-nav__head--purple {
    background-color: #906fa5;
}

.page-nav__item {
    margin-bottom: 15px;
}

.page-nav .page-nav__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-nav .page-nav__link:hover {
    opacity: 0.8;
}

.page-nav .page-nav__link-text {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0 0 25px;
    color: #cc0000;
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .page-nav .page-nav__link-text {
        font-size: 1.57143rem;
        line-height: 1.8;
    }
}

.page-nav .page-nav__link-text--small {
    font-size: 1rem;
}

@media screen and (max-width: 738px) {
    .page-nav .page-nav__link-text--small {
        font-size: 1.42857rem;
    }
}

.page-nav .page-nav__link-text:after {
    position: absolute;
    right: 0;
    bottom: 45px;
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
}

@media screen and (max-width: 738px) {
    .page-nav .page-nav__link-text:after {
        bottom: initial;
    }
}

.page-nav .page-nav__link-text--row {
    padding: 50px 0 0 25px;
}

.page-nav .page-nav__link-text--row:after {
    bottom: 52px;
}

/* ---------------------------------------------
*   lower-logo
--------------------------------------------- */
.lower-logo {
    margin-top: -195px;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .lower-logo {
        margin-bottom: 7.8125vw;
    }
}

/* ---------------------------------------------
*   scholarship-wrap
--------------------------------------------- */
.scholarship-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 0;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .scholarship-wrap {
        display: block;
    }
}

.scholarship-wrap .detail-section__name {
    width: auto;
    margin-left: 0;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .scholarship-wrap .detail-img {
        text-align: center;
    }
}

.scholarship-wrap .detail-img__box {
    margin-bottom: 12px;
}

@media screen and (max-width: 738px) {
    .scholarship-wrap .detail-img__box {
        margin-bottom: 4.6875vw;
    }
}

.scholarship-wrap .detail-img__box-text {
    text-align: left;
    margin-top: 5px;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .scholarship-wrap .detail-img__box-text {
        text-align: left;
        font-size: 1.42857rem;
    }
}

/* ---------------------------------------------
*   movie-section
--------------------------------------------- */
@media screen and (max-width: 738px) {
    .movie-section {
        margin-bottom: 12.5vw;
    }
}

.movie-section__movie-lower {
    margin-top: 8px;
}

/* ---------------------------------------------
*   detail-section
--------------------------------------------- */
.detail-section__img1 {
    margin-bottom: 5px;
}

@media screen and (max-width: 738px) {
    .detail-section__img1 {
        margin-bottom: 1.5625vw;
        text-align: center;
    }
}

/* ---------------------------------------------
*   movie-section--suzuki
--------------------------------------------- */
.movie-section--suzuki {
    margin-right: 0;
    margin-bottom: 160px;
    margin-left: 0;
    width: auto;
}

@media screen and (max-width: 738px) {
    .movie-section--suzuki {
        margin-bottom: 12.5vw;
    }
}

.movie-section--suzuki .movie-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: end;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 738px) {
    .movie-section--suzuki .movie-section__box {
        width: 100%;
    }
}

.movie-section--suzuki .movie-section__movie {
    margin-bottom: 12px;
    padding-top: 380px;
    width: 620px;
}

@media screen and (max-width: 738px) {
    .movie-section--suzuki .movie-section__movie {
        padding-top: 59.375vw;
        width: auto;
    }
}

.movie-section--suzuki .movie-section__content {
    margin-bottom: 28px;
    width: 378px;
}

@media screen and (max-width: 738px) {
    .movie-section--suzuki .movie-section__content {
        width: auto;
    }
}

.movie-section--suzuki .movie-section__content-upper {
    margin-bottom: 10px;
}

.movie-section--suzuki .movie-section__content-prof {
    display: block;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .movie-section--suzuki .movie-section__content-prof {
        font-size: 1.28571rem;
    }
}

.movie-section--suzuki .movie-section__content-name {
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .movie-section--suzuki .movie-section__content-name {
        font-size: 1.85714rem;
    }
}

.movie-section--suzuki .movie-section__content-small {
    font-size: 0.85714rem;
}

.movie-section--suzuki .movie-section__content-text {
    font-size: 0.85714rem;
    line-height: 1.7;
}

@media screen and (max-width: 738px) {
    .movie-section--suzuki .movie-section__content-text {
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   juryousya-wrap
--------------------------------------------- */
.juryousya-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 120px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .juryousya-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

/* ---------------------------------------------
*   detail-section--juryousya
--------------------------------------------- */
.detail-section--juryousya {
    margin-bottom: 44px;
}

.detail-section--juryousya .detail-section__subheading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 20px;
    background-color: #dfdede;
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .detail-section--juryousya .detail-section__subheading {
        font-size: 1.85714rem;
    }
}

.detail-section--juryousya .detail-section__result {
    padding: 35px 0 32px;
}

@media screen and (max-width: 738px) {
    .detail-section--juryousya .detail-section__result {
        padding: 3.125vw 0 3.125vw;
    }
}

.detail-section--juryousya .detail-section__result-bold {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .detail-section--juryousya .detail-section__result-bold {
        font-size: 1.71429rem;
    }
}

.detail-section--juryousya .detail-section__result-intro {
    display: block;
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .detail-section--juryousya .detail-section__result-intro {
        font-size: 1.71429rem;
    }
}

.detail-section--juryousya .detail-section__name {
    margin-left: 0;
    width: auto;
    text-align: center;
}

.detail-section--juryousya .detail-section__name-large {
    font-size: 2.57143rem;
}

.detail-section--juryousya .detail-section__content-detail {
    color: #6c6c6c;
    font-weight: bold;
    font-size: 1.5rem;
}

.detail-section--juryousya .detail-section__content-text {
    margin-top: 45px;
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .detail-section--juryousya .detail-section__content-text {
        margin-top: 0;
    }
}

.detail-section--juryousya .detail-section__content-text:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 738px) {
    .detail-section--juryousya .detail-section__content-text {
        font-size: 1.57143rem;
    }
}

.detail-section--juryousya .detail-section__content-text--mod {
    margin-top: 0;
}

@media screen and (max-width: 738px) {
    .detail-section--juryousya .detail-section__link-text {
        font-size: 1.57143rem;
    }
}

.detail-section--juryousya .detail-section__link-url {
    text-decoration: none;
}

@media screen and (max-width: 738px) {
    .detail-section--juryousya .detail-section__link-url {
        font-size: 1.57143rem;
    }
}

.detail-section--juryousya .detail-section__link-url:after {
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}


/* ---------------------------------------------
*   detail-img
--------------------------------------------- */
@media screen and (max-width: 738px) {
    .detail-img {
        padding: 0 20px;
    }
}

.detail-img__box {
    margin-bottom: 60px;
}

@media screen and (max-width: 738px) {
    .detail-img__box {
        text-align: center;
    }
}

@media screen and (max-width: 738px) {
    .detail-img__box:last-child {
        margin-bottom: 12.5vw;
    }
}

@media screen and (max-width: 738px) {
    .detail-img__box {
        margin-bottom: 4.6875vw;
    }
}

.detail-img__text {
    margin-top: 5px;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .detail-img__text {
        text-align: left;
        font-size: 1.28571rem;
    }
}

/* ---------------------------------------------
*   next-top
--------------------------------------------- */
.next-top {
    margin-right: auto;
    margin-left: auto;
    width: 1040px;
}

/* ---------------------------------------------
*   page-title
--------------------------------------------- */
.page-title--next {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1040px;
}

@media screen and (max-width: 738px) {
    .page-title--next {
        width: 13.75vw;;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
}

/* ---------------------------------------------
*   next-visual
--------------------------------------------- */
.next-visual {
    margin-right: auto;
    margin-bottom: 42px;
    margin-left: auto;
    width: 1040px;
}

@media screen and (max-width: 738px) {
    .next-visual {
        margin-top: 12.5vw;
        margin-bottom: 6.25vw;
        width: auto;
    }
}

/* ---------------------------------------------
*   section-wrap
--------------------------------------------- */
.section-wrap {
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 738px) {
    .section-wrap {
        padding-top: 0;
    }
}

/*  next-section
--------------------------------------------- */
.next-section__heading {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 20px 0;
    width: 492px;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .next-section__heading {
        padding: 10px 0;
        width: auto;
        font-size: 1.71429rem;
    }
}

.next-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-right: auto;
    margin-left: auto;
    width: 1040px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .next-section__container {
        display: block;
        width: auto;
    }
}

.next-section__box {
    width: 325px;
}

@media screen and (max-width: 738px) {
    .next-section__box {
        width: auto;
    }
}

@media screen and (max-width: 738px) {
    .next-section__img img {
        width: 100%;
    }
}

.next-section__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 0 10px;
    height: 232px;
}

/*not using 'next-section__list-item--head' */
.next-section__list {
    padding: 30px 5px 0 10px;
}

@media screen and (max-width: 738px) {
    .next-section__list {
        padding: 3.125vw;
        width: auto;
        height: auto;
    }
		
		/*not using 'next-section__list-item--head' */
		.next-section__list {
		padding: 6.25vw 3.125vw 3.125vw;
		}
}

.next-section__list--blue {
    background-color: #d5f6fc;
}

.next-section__list--pink {
    background-color: #fdece9;
}

.next-section__list--green {
    background-color: #ebfad7;
}

.next-section__list-item {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .next-section__list-item {
        margin-bottom: 3.125vw;
        font-size: 2rem;
    }
}

.next-section__list-item--head {
    margin-top: 35px;
    margin-bottom: 20px;
}

@media screen and (max-width: 738px) {
    .next-section__list-item--head {
        margin-top: 0;
        margin-bottom: 1.5625vw;
    }
}

.next-section__list-item--head:first-child {
    margin-top: 20px;
}

.next-section .next-section__link {
    color: #cc0000;
    font-weight: normal;
    font-size: 1.28571rem;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.next-section .next-section__link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 738px) {
    .next-section .next-section__link {
        font-size: 1.71429rem;
    }
}

.next-section .next-section__link:after {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 14px;
    background: url(/michinori/img/next/icon_arrow_red.png) 0 0 no-repeat;
    background-size: contain;
    content: "";
}

@media screen and (max-width: 738px) {
    .next-section .next-section__link:after {
        width: 1.5625vw;
        height: 2.1875vw;
        background-size: contain;
    }
}

/* ---------------------------------------------
*   detail-section--tegami
--------------------------------------------- */
.detail-section--tegami {
    margin-bottom: 210px;
}

@media screen and (max-width: 738px) {
    .detail-section--tegami {
        margin-bottom: 15.625vw;
    }
}

.detail-section--tegami .detail-section__content-detail {
    margin-bottom: 18px;
}

.detail-section--tegami .detail-section__heading-small {
    color: #fff;
}

@media screen and (max-width: 738px) {
    .detail-section--tegami .detail-section__heading-small {
        letter-spacing: -0.1em;
        font-size: 1.42857rem;
    }
}

.detail-section--tegami .detail-section__img {
    margin-top: 100px;
    text-align: right;
}

@media screen and (max-width: 738px) {
    .detail-section--tegami .detail-section__img {
        margin-top: 7.8125vw;
    }
}

.detail-section--tegami .detail-section__glass {
    display: inline-block;
    margin-top: 10px;
}

/* ---------------------------------------------
*   hanzai-wrap
--------------------------------------------- */
.hanzai-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 105px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .hanzai-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

.hanzai-wrap .detail-section__name {
    width: auto;
    text-align: center;
    margin-left: 0;
}

.hanzai-wrap .detail-img--hanzai {
    margin-top: 58px;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .hanzai-wrap .detail-img--hanzai {
        margin-top: 4.6875vw;
    }
}

.hanzai-wrap .detail-img__box-text {
    text-align: left;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .hanzai-wrap .detail-img__box-text {
        text-align: left;
        font-size: 1.42857rem;
    }
}

.hanzai-wrap .detail-section__heading-small {
    color: #fff;
}

@media screen and (max-width: 738px) {
    .hanzai-wrap .detail-section__heading-small {
        font-size: 1.28571rem;
    }
}

.hanzai-wrap .detail-section__content-detail {
    margin-bottom: 10px;
}

@media screen and (max-width: 738px) {
    .hanzai-wrap .detail-section__content-detail {
        margin-bottom: 1.25vw;
    }
}

.hanzai-wrap .detail-section__link-text {
    display: block;
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .hanzai-wrap .detail-section__link-text {
        font-size: 1.57143rem;
    }
}

@media screen and (max-width: 738px) {
    .hanzai-wrap .detail-section__link-url {
        font-size: 1.57143rem;
    }
}

.hanzai-wrap .detail-section__link-url:after {
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

.hanzai-wrap .detail-section__glass {
    display: inline-block;
    margin-top: 10px;
}

.hanzai-wrap .detail-img__box-modal {
    text-align: right;
}

.flick-page__text-left--hanzai {
    left: 30%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--hanzai {
        left: 20%;
    }
}

/* ---------------------------------------------
*   bbs-wrap
--------------------------------------------- */
.bbs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 105px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .bbs-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

.bbs-wrap .detail-section__heading-small {
    color: #fff;
}

@media screen and (max-width: 738px) {
    .bbs-wrap .detail-section__heading-small {
        font-size: 1.35714rem;
    }
}

.bbs-wrap .detail-section__name {
    margin-left: 0;
    width: auto;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .bbs-wrap .detail-section__name {
        letter-spacing: -0.15em
    }
}

.bbs-wrap .detail-img--bbs {
    width: 376px;
}

@media screen and (max-width: 738px) {
    .bbs-wrap .detail-img--bbs {
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }
}

.bbs-wrap .detail-img--bbs .detail-img__text {
    font-size: 0.85714rem;
    line-height: 1.6;
}

@media screen and (max-width: 738px) {
    .bbs-wrap .detail-img--bbs .detail-img__text {
        text-align: left;
        font-size: 1.42857rem;
    }
}

.bbs-wrap .detail-img--bbs .detail-img__text-large {
    display: block;
    margin-bottom: 5px;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .bbs-wrap .detail-img--bbs .detail-img__text-large {
        font-size: 1.71429rem;
    }
}

.bbs-wrap .detail-section__link-url:after {
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

/* ---------------------------------------------
*   kenkyuu-wrap
--------------------------------------------- */
.kenkyuu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 180px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .kenkyuu-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

.kenkyuu-wrap .detail-section__name {
    width: auto;
    text-align: center;
    margin-left: 0;
}

.kenkyuu-wrap .detail-img {
    margin-top: 58px;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .kenkyuu-wrap .detail-img {
        margin-top: 4.6875vw;
    }
}

.kenkyuu-wrap .detail-img__box-text {
    text-align: left;
    margin-top: 5px;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .kenkyuu-wrap .detail-img__box-text {
        font-size: 1.42857rem;
    }
}

.kenkyuu-wrap .detail-section__link {
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .kenkyuu-wrap .detail-section__link {
        font-size: 1.42857rem;
    }
}

.kenkyuu-wrap .detail-section__link-text {
    line-height: 1.8;
}

@media screen and (max-width: 738px) {
    .kenkyuu-wrap .detail-section__link-text {
        font-size: 1.57143rem;
    }
}

.kenkyuu-wrap .detail-section__link-url:after {
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

@media screen and (max-width: 738px) {
    .kenkyuu-wrap .detail-section__link-url:after {
        margin-left: 1.25vw;
        width: 1.09375vw;
        height: 2.03125vw;
        background-size: cover;
    }
}

/* ---------------------------------------------
*   kankyousyou-wrap
--------------------------------------------- */
.kankyousyou-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 47px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .kankyousyou-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

.kankyousyou-wrap .detail-section {
    margin-bottom: 30px;
}

@media screen and (max-width: 738px) {
    .kankyousyou-wrap .detail-wrap {
        margin-bottom: 5vw;
    }
}

.kankyousyou-wrap .detail-section__name {
    width: auto;
    margin-left: 0;
    text-align: center;
}

.kankyousyou-wrap .detail-section__content-text {
    margin-bottom: 35px;
}

@media screen and (max-width: 738px) {
    .kankyousyou-wrap .detail-section__content-text {
        margin-bottom: 4.6875vw;
    }
}

.kankyousyou-wrap .detail-img {
    width: 375px;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .kankyousyou-wrap .detail-img {
        width: auto;
    }
}

.kankyousyou-wrap .detail-img__box-text {
    margin-top: 5px;
    text-align: left;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .kankyousyou-wrap .detail-img__box-text {
        text-align: left;
        font-size: 1.42857rem;
    }
}

.kankyousyou-wrap .detail-img__box-text--pad {
    padding-left: 60px;
}

@media screen and (max-width: 738px) {
    .kankyousyou-wrap .detail-img__box-text--pad {
        padding-left: 0;
    }
}

.kankyousyou-wrap .detail-section__link {
    font-size: 1.14286rem;
    line-height: 1.7;
}

@media screen and (max-width: 738px) {
    .kankyousyou-wrap .detail-section__link {
        padding: 0 20px;
    }
}

@media screen and (max-width: 738px) {
    .kankyousyou-wrap .detail-section__link-text {
        font-size: 1.57143rem;
    }
}

.kankyousyou-wrap .detail-section__link-url {
    color: #cc0000;
    text-decoration: none;
}

@media screen and (max-width: 738px) {
    .kankyousyou-wrap .detail-section__link-url {
        font-size: 1.57143rem;
    }
}

.kankyousyou-wrap .detail-section__link-url:after {
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

/* ---------------------------------------------
*   award-box
--------------------------------------------- */
@media screen and (max-width: 738px) {
    .award-box {
        padding: 0 20px;
    }
}

.award-box__head {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .award-box__head {
        font-size: 1.85714rem;
    }
}

.award-box__head-small {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 738px) {
    .award-box__head-small {
        font-size: 1.71429rem;
    }
}

.award-box__list {
    margin-bottom: 42px;
}

@media screen and (max-width: 738px) {
    .award-box__list {
        margin-bottom: 6.25vw;
    }
}

.award-box__list-item {
    padding-left: 3.2em;
    text-indent: -3.2em;
    line-height: 2;
}

@media screen and (max-width: 738px) {
    .award-box__list-item {
        font-size: 1.42857rem;
    }
}

.flick-page__text-left--kankyou {
    left: 29%;
}

@media screen and (max-width: 738px) {
    .flick-page__text-left--kankyou {
        left: 15%;
    }
}

@media screen and (max-width: 738px) {
    .flick-page__text-right--kankyou {
        left: 61%;
        text-indent: -1em;
    }
}

/* ---------------------------------------------
*   kikou-wrap
--------------------------------------------- */
.kikou-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 100px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .kikou-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

.kikou-wrap .detail-section__name {
    margin-left: 0;
    width: auto;
    text-align: center;
}

.kikou-wrap .detail-section__name-upper {
    display: inline-block;
}

@media screen and (max-width: 738px) {
    .kikou-wrap .detail-section__name-upper {
        display: block;
    }
}

.kikou-wrap .detail-img {
    margin-top: 35px;
}

@media screen and (max-width: 738px) {
    .kikou-wrap .detail-img {
        margin-top: 0;
    }
}

.kikou-wrap .detail-img__box {
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .kikou-wrap .detail-img__box {
        margin-bottom: 4.6875vw;
    }
}

.kikou-wrap .detail-img__box--center {
    text-align: center;
}

.kikou-wrap .detail-img__box-text {
    text-align: left;
    margin-top: 5px;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .kikou-wrap .detail-img__box-text {
        font-size: 1.42857rem;
    }
}

.kikou-wrap .detail-section__content {
    margin-bottom: 95px;
}

@media screen and (max-width: 738px) {
    .kikou-wrap .detail-section__content {
        margin-bottom: 7.8125vw;
    }
}

.kikou-wrap .detail-section__link {
    margin-bottom: 40px;
    font-size: 1.14286rem;
    line-height: 2;
}

@media screen and (max-width: 738px) {
    .kikou-wrap .detail-section__link-text {
        font-size: 1.57143rem;
    }
}

@media screen and (max-width: 738px) {
    .kikou-wrap .detail-section__link-url {
        font-size: 1.57143rem;
    }
}

.kikou-wrap .detail-section__link-url:after {
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

@media screen and (max-width: 738px) {
    .kikou-wrap .detail-section__link-url:after {
        margin-left: 5px;
        width: 1.09375vw;
        height: 2.03125vw;
        background-size: cover;
    }
}

/* ---------------------------------------------
*   katei-wrap
--------------------------------------------- */
.katei-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 100px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .katei-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

.katei-wrap .detail-section {
    margin-bottom: 30px;
}

.katei-wrap .detail-section__container {
    position: static;
}

.katei-wrap .detail-section__name {
    margin-left: 0;
    width: auto;
    text-align: center;
}

.katei-wrap .detail-img__box {
    margin-bottom: 12px;
    text-align: right;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-img__box {
        text-align: center;
    }
}

.katei-wrap .detail-img__box-text {
    text-align: left;
    margin-top: 5px;
    font-size: 0.85714rem;
}

.katei-wrap .detail-section__content-text:nth-of-type(3) {
    margin-bottom: 25px;
}

.katei-wrap .detail-section__special {
    padding: 40px 0 20px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-section__special {
        margin-bottom: 4.6875vw;
        padding: 0 0 1.5625vw;
    }
}

.katei-wrap .detail-section__special:last-child {
    border-bottom: 7px solid #ccc;
}

.katei-wrap .detail-section__special-head {
    margin-bottom: 30px;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-section__special-head {
        margin-bottom: 3.125vw;
    }
}

.katei-wrap .detail-section__special-img {
    position: absolute;
    right: 0;
    margin-top: -42px;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-section__special-img {
        position: static;
        margin-top: 0;
        margin-bottom: 3.125vw;
        text-align: center;
    }
}

.katei-wrap .detail-section__special-img--mgt {
    margin-top: 0;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-section__special-img--mgt {
        margin-top: 0;
    }
}

.katei-wrap .detail-section__special-name {
    font-size: 1.71429rem;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-section__special-name {
        font-size: 2rem;
    }
}

.katei-wrap .detail-section__special-intro {
    display: block;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-section__special-intro {
        font-size: 1.57143rem;
    }
}

.katei-wrap .detail-section__special-text {
    margin-bottom: 20px;
    line-height: 1.8;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-section__special-text {
        font-size: 1.42857rem;
    }
}

.katei-wrap .detail-section__special-lead {
    display: block;
    font-weight: bold;
}

.katei-wrap .detail-section__subheading {
    padding: 10px 0;
    background-color: #ccc;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-section__subheading {
        margin-bottom: 4.6875vw;
        padding: 8px 0;
        font-size: 1.85714rem;
    }
}

.katei-wrap .detail-section__more {
    text-align: right;
}

.katei-wrap .detail-section__more-link {
    outline: none;
    color: #cc0000;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.katei-wrap .detail-section__more-link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 738px) {
    .katei-wrap .detail-section__more-link {
        font-size: 1.42857rem;
    }
}

.katei-wrap .detail-section__more-link:after {
    display: inline-block;
    margin-left: 18px;
    padding-bottom: 3px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

/* ---------------------------------------------
*   takao-wrap
--------------------------------------------- */
.takao-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 105px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .takao-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

.takao-wrap .detail-section__name {
    margin-left: 0;
    width: auto;
    text-align: center;
}

.takao-wrap .detail-img {
    width: 374px;
}

@media screen and (max-width: 738px) {
    .takao-wrap .detail-img {
        width: auto;
    }
}

.takao-wrap .detail-img__box-text {
    margin-top: 5px;
    text-align: left;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .takao-wrap .detail-img__box-text {
        font-size: 1.42857rem;
    }
}

.takao-wrap .detail-img--takao {
    margin-top: 58px;
    text-align: center;
}

.takao-wrap .detail-section__link-text {
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .takao-wrap .detail-section__link-text {
        font-size: 1.57143rem;
    }
}

.takao-wrap .detail-section__link-url {
    letter-spacing: 0.02em;
}

@media screen and (max-width: 738px) {
    .takao-wrap .detail-section__link-url {
        font-size: 1.57143rem;
    }
}

.takao-wrap .detail-section__link-url:after {
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

@media screen and (max-width: 738px) {
    .takao-wrap .detail-section__link-url:after {
        margin-left: 5px;
    }
}

/* ---------------------------------------------
*   sakubun-wrap
--------------------------------------------- */
.sakubun-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 100px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

.sakubun-wrap .detail-section {
    margin-bottom: 140px;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section {
        margin-bottom: 7.8125vw;
    }
}

.sakubun-wrap .detail-section--contest {
    padding-bottom: 20px;
    border-bottom: 7px solid #ccc;
}

.sakubun-wrap .detail-section__text-under {
    text-decoration: underline;
}

.sakubun-wrap .detail-section__container {
    position: static;
}

.sakubun-wrap .detail-section__name {
    margin-left: 0;
    width: auto;
    text-align: center;
}

.sakubun-wrap .detail-img {
    width: 377px;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-img {
        width: auto;
    }
}

.sakubun-wrap .detail-img__box {
    margin-bottom: 40px;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-img__box {
        margin-bottom: 6.25vw;
    }
}

.sakubun-wrap .detail-img__box:nth-of-type(3) {
    margin-top: 141px;
    margin-bottom: 0;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-img__box:nth-of-type(3) {
        margin-top: 0;
    }
}

.sakubun-wrap .detail-img__box-text {
    margin-top: 5px;
    text-align: left;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-img__box-text {
        font-size: 1.42857rem;
    }
}

.sakubun-wrap .detail-section__link-text {
    font-size: 1.14286rem;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section__link-text {
        margin-bottom: 1.5625vw;
        font-size: 1.57143rem;
    }
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section__link-text {
        font-size: 1.57143rem;
    }
}

.sakubun-wrap .detail-section__link-url:after {
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section__link-url:after {
        margin-left: 1.5625vw;
        width: 1.09375vw;
        height: 2.03125vw;
        background-size: cover;
    }
}

.sakubun-wrap .detail-section__subheading {
    padding: 10px 0;
    background-color: #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section__subheading {
        font-size: 1.85714rem;
    }
}

.sakubun-wrap .detail-section__contest {
    padding: 42px 0 0 25px;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section__contest {
        padding: 3.125vw 0 0 1.5625vw;
    }
}

.sakubun-wrap .detail-section__contest-head {
    margin-bottom: 15px;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section__contest-head {
        margin-bottom: 3.125vw;
    }
}

.sakubun-wrap .detail-section__contest-intro {
    font-size: 1.71429rem;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section__contest-intro {
        font-size: 1.71429rem;
    }
}

.sakubun-wrap .detail-section__contest-text {
    line-height: 1.9;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section__contest-text {
        margin-bottom: 3.125vw;
        font-size: 1.42857rem;
    }
}

.sakubun-wrap .detail-section__more {
    text-align: right;
}

.sakubun-wrap .detail-section__more-link {
    color: #cc0000;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.sakubun-wrap .detail-section__more-link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 738px) {
    .sakubun-wrap .detail-section__more-link {
        font-size: 1.42857rem;
    }
}

.sakubun-wrap .detail-section__more-link:after {
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 13px;
    background: url(/michinori/img/deai/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    vertical-align: middle;
}

/* ---------------------------------------------
*   s-kikou-wrap
--------------------------------------------- */
.s-kikou-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 0;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .s-kikou-wrap {
        display: block;
    }
}

.s-kikou-wrap .detail-section__name {
    width: auto;
    margin-left: 0;
    text-align: center;
}

.s-kikou-wrap .detail-section__content-kikou {
    font-size: 0.85714rem;
    line-height: 1.8;
}

@media screen and (max-width: 738px) {
    .s-kikou-wrap .detail-section__content-kikou {
        font-size: 1.14286rem;
    }
}

.s-kikou-wrap .detail-section__content-kikou--block {
    display: block;
}

.s-kikou-wrap .detail-section__content-kikou:nth-child(5) {
    display: block;
    margin-bottom: 35px;
}

.s-kikou-wrap .detail-section__content-text:nth-child(4) {
    margin-bottom: 8px;
}

.s-kikou-wrap .detail-img {
    margin-bottom: 12px;
}

.s-kikou-wrap .detail-img__box {
    margin-bottom: 30px;
}

@media screen and (max-width: 738px) {
    .s-kikou-wrap .detail-img__box {
        font-size: 1.14286rem;
    }
}

.s-kikou-wrap .detail-img__box-text {
    margin-top: 5px;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .s-kikou-wrap .detail-img__box-text {
        text-align: left;
        font-size: 1.42857rem;
    }
}

@media screen and (max-width: 738px) {
    .s-kikou-wrap .detail-img {
        margin-bottom: 3.125vw;
        text-align: center;
    }
}

/* ---------------------------------------------
*   asean-wrap
--------------------------------------------- */
.asean-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .asean-wrap {
        display: block;
        margin-bottom: 12.5vw;
    }
}

.asean-wrap .detail-section__name {
    width: auto;
    margin-left: 0;
    text-align: center;
}

.asean-wrap .detail-img {
    width: 377px;
}

@media screen and (max-width: 738px) {
    .asean-wrap .detail-img {
        width: auto;
        text-align: center;
    }
}

.asean-wrap .detail-img__box {
    margin-bottom: 30px;
}

.asean-wrap .detail-img__box-text {
    text-align: left;
    margin-top: 5px;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .asean-wrap .detail-img__box-text {
        font-size: 1.14286rem;
    }
}

@media screen and (max-width: 738px) {
    .asean-wrap .detail-img__box {
        margin-bottom: 4.6875vw;
    }
}

.asean-wrap .detail-section {
    margin-bottom: 75px;
}

.asean-wrap .detail-section__content-detail {
    letter-spacing: -0.02em;
}

.asean-wrap .detail-section__content-text:nth-child(4) {
    margin-bottom: 20px;
}

@media screen and (max-width: 738px) {
    .asean-wrap .detail-section__content-text:nth-child(4) {
        margin-bottom: 3.90625vw;
    }
}

.asean-wrap .detail-section__asean-graph {
    margin-top: 8px;
}

@media screen and (max-width: 738px) {
    .asean-wrap .detail-section__asean-graph {
        margin-top: 0;
    }
}

/* ---------------------------------------------
*   bg-top
--------------------------------------------- */
.bg-top {
    margin-right: auto;
    margin-left: auto;
    width: 1040px;
    background: url(/michinori/img/kokorozashi/img_paper.png) right 0 no-repeat;
}

@media screen and (max-width: 738px) {
    .bg-top {
        width: auto;
    }
}

/*  page-heading
--------------------------------------------- */
.page-heading {
    margin-bottom: 70px;
}

@media screen and (max-width: 738px) {
    .page-heading {
        margin-bottom: 7.8125vw;
    }
}

.page-heading__box {
    overflow: hidden;
    padding-top: 287px;
    height: 0;
    background: url(/michinori/img/kokorozashi/text_heading.png) 0 0 no-repeat;
}

@media screen and (max-width: 738px) {
    .page-heading__box {
        padding-top: 44.84375vw;
        background-position: center;
        background-size: auto 100%;
    }
}

/*  pioneer-wrap
--------------------------------------------- */
.pioneer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    margin-bottom: 80px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .pioneer-wrap {
        display: block;
        margin-bottom: 12.5vw;
        padding: 0 20px;
    }
}

/*  pioneer-section
--------------------------------------------- */
.pioneer-section {
    width: 33.333%;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .pioneer-section {
        margin-right: auto;
        margin-bottom: 4.6875vw;
        margin-left: auto;
        width: 80%;
    }
}

.pioneer-section__upper {
    padding: 15px 0 20px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

@media screen and (max-width: 738px) {
    .pioneer-section__upper--bgw {
        background-color: #fff;
    }
}

.pioneer-section__upper-head {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.71429rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 738px) {
    .pioneer-section__upper-head {
        margin-bottom: 4.6875vw;
        font-size: 2.14286rem;
    }
}

.pioneer-section__upper-half {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 1.28571rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 738px) {
    .pioneer-section__upper-half {
        margin-bottom: 3.125vw;
        font-size: 1.71429rem;
    }
}

.pioneer-section__upper-name {
    font-weight: bold;
    font-size: 2.14286rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 738px) {
    .pioneer-section__upper-name {
        font-size: 2.14286rem;
    }
}

.pioneer-section__upper-small {
    display: block;
    font-weight: normal;
    font-size: 1rem;
}

@media screen and (max-width: 738px) {
    .pioneer-section__upper-small {
        font-size: 1.57143rem;
    }
}

.pioneer-section__lower img {
    width: 100%;
    height: 437px;
}

@media screen and (max-width: 738px) {
    .pioneer-section__lower img {
        height: auto;
    }
}

.pioneer-section__detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 32px;
    width: 145px;
    border: solid 1px #fff;
    text-align: left;
}

@media screen and (max-width: 738px) {
    .pioneer-section__detail {
        margin-top: 4.6875vw;
        padding-left: 0;
        width: 39.0625vw;
        text-align: center;
    }
}

.pioneer-section__detail .pioneer-section__detail-link {
    position: relative;
    display: block;
    padding: 5px 0;
    width: 100%;
    color: #fff;
    font-size: 0.85714rem;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.pioneer-section__detail .pioneer-section__detail-link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 738px) {
    .pioneer-section__detail .pioneer-section__detail-link {
        padding: 7px 0;
        font-size: 1.42857rem;
    }
}

.pioneer-section__detail .pioneer-section__detail-link:after {
    position: absolute;
    top: 50%;
    right: 32px;
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(/michinori/img/kokorozashi/icon_arrow1.png) 0 0 no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 738px) {
    .pioneer-section__detail .pioneer-section__detail-link:after {
        right: 10%;
    }
}

/* ---------------------------------------------
*   kokorozashi-section
--------------------------------------------- */
.kokorozashi-section {
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: radial-gradient(ellipse at 800px 600px, #b6c0c0 0, #c3ebeb -50%, #333636 55%, #000 70%);
}

@media screen and (max-width: 738px) {
    .kokorozashi-section {
        margin-bottom: 7.8125vw;
    }
}

.kokorozashi-section--1 {
    background: radial-gradient(ellipse at 800px 600px, #b6c0c0 0, #c3ebeb -50%, #333636 55%, #000 90%);
}

.kokorozashi-section__container {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0 60px;
    width: 1040px;
    color: #fff;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__container {
        padding: 20px 20px;
        width: auto;
    }
}

.kokorozashi-section__container--second {
    padding-bottom: 0;
}

.kokorozashi-section__container--third {
    padding-bottom: 120px;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__container--third {
        padding-bottom: 0;
    }
}

.kokorozashi-section__upper {
    margin-bottom: 80px;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__upper {
        margin-bottom: 7.8125vw;
    }
}

.kokorozashi-section__upper-heading {
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    width: 345px;
    background-color: #ff0000;
    color: #fff;
    font-size: 1.71429rem;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__upper-heading {
        padding: 8px;
        width: 53.90625vw;
        font-size: 2.14286rem;
    }
}

.kokorozashi-section__upper-lead {
    font-size: 2.57143rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__upper-lead {
        font-size: 2.28571rem;
    }
}

.kokorozashi-section__box {
    width: 705px;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__box {
        margin-bottom: 4.6875vw;
        width: auto;
    }
}

.kokorozashi-section__content {
    margin-bottom: 80px;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__content {
        margin-bottom: 6.25vw;
    }
}

.kokorozashi-section__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__content-wrap {
        display: block;
    }
}

.kokorozashi-section__content-head {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.71429rem;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__content-head {
        font-size: 1.71429rem;
    }
}

.kokorozashi-section__text {
    font-size: 1.28571rem;
    line-height: 1.6;
}

.kokorozashi-section__text-large {
    margin-bottom: 25px;
    padding: 10px 0;
    padding-left: 12px;
    border: solid 1px #fff;
    font-weight: bold;
    font-size: 1.71429rem;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__text-large {
        margin-bottom: 3.125vw;
        padding: 1.09375vw;
        font-size: 1.42857rem;
    }
}

.kokorozashi-section__paragraph {
    margin-bottom: 40px;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__paragraph {
        margin-bottom: 6.25vw;
        font-size: 1.42857rem;
    }
}

.kokorozashi-section__lower {
    margin-bottom: 25px;
    background-color: #6c7575;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__lower {
        margin-bottom: 3.125vw;
    }
}

.kokorozashi-section__lower-third {
    position: relative;
    background: none;
}

.kokorozashi-section__lower-third:before {
    position: absolute;
    bottom: 40%;
    left: 50%;
    display: block;
    width: 70px;
    height: 61px;
    background: url(/michinori/img/kokorozashi/icon_arrow3.png) 0 0 no-repeat;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__lower-third:before {
        bottom: 40%;
        width: 10.9375vw;
        height: 9.53125vw;
        background-size: cover;
    }
}

.kokorozashi-section__lower-left, .kokorozashi-section__lower-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 22px 32px;
    width: 315px;
    background-color: #778181;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__lower-left, .kokorozashi-section__lower-right {
        padding: 10px;
        width: 45%;
    }
}

.kokorozashi-section__lower-center {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 22px 32px;
    background-color: #778181;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__lower-center {
        padding: 10px;
    }
}

.kokorozashi-section__lower-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px 25px 20px;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__lower-inner {
        padding: 20px;
    }
}

.kokorozashi-section__lower-inner--third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 117px;
    padding: 0;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__lower-inner--third {
        margin-bottom: 25vw;
    }
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__lower-text {
        font-size: 1.28571rem;
    }
}

.kokorozashi-section__lower-large {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__lower-large {
        font-size: 1.5rem;
    }
}

.kokorozashi-section__head {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__head {
        margin-bottom: 1.5625vw;
        font-size: 1.57143rem;
    }
}

.kokorozashi-section__img-box {
    margin-bottom: 25px;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section__img-box {
        margin-bottom: 9.375vw;
        text-align: center;
    }
}

.kokorozashi-section .kokorozashi-section__link {
    padding-bottom: 3px;
    text-align: center;
}

.kokorozashi-section .kokorozashi-section__link--second {
    margin-bottom: 50px;
    padding-right: 70px;
    text-align: right;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section .kokorozashi-section__link--second {
        padding-right: 30px;
    }
}

.kokorozashi-section .kokorozashi-section__link--third {
    padding-right: 70px;
    text-align: right;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section .kokorozashi-section__link--third {
        padding-right: 30px;
    }
}

.kokorozashi-section .kokorozashi-section__link-text {
    position: relative;
    display: inline-block;
    color: #ff0000;
    text-decoration: underline;
}

@media screen and (max-width: 738px) {
    .kokorozashi-section .kokorozashi-section__link-text {
        font-size: 1.28571rem;
    }
}

.kokorozashi-section .kokorozashi-section__link-text:after {
    position: absolute;
    top: 50%;
    right: -25px;
    display: inline-block;
    width: 8px;
    height: 15px;
    background: url(/michinori/img/kokorozashi/icon_arrow_red.png) 0 0 no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.kokorozashi-section .kokorozashi-section__link-text:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   section-chronology
--------------------------------------------- */
.section-chronology {
    margin-bottom: 76px;
}

@media screen and (max-width: 738px) {
    .section-chronology {
        margin-bottom: 7.8125vw;
        padding: 0 10px;
        white-space: nowrap;
    }
}

.section-chronology td, .section-chronology th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    font-size: 0.85714rem;
}

@media screen and (max-width: 738px) {
    .section-chronology td, .section-chronology th {
        font-size: 1.42857rem;
    }
}

.section-chronology th {
    text-align: center;
}

.section-chronology td {
    padding: 12px;
    vertical-align: top;
}

.section-chronology__table {
    width: 100%;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    table-layout: fixed;
}

@media screen and (max-width: 738px) {
    .section-chronology__table {
        width: auto;
    }
}

@media screen and (max-width: 738px) {
    .section-chronology__table-wrap {
        overflow-x: scroll;
    }
}

.section-chronology__heading {
    margin-bottom: 15px;
    font-size: 1.28571rem;
}

@media screen and (max-width: 738px) {
    .section-chronology__heading {
        font-size: 1.85714rem;
    }
}

.section-chronology__head, .section-chronology__year, .section-chronology__era {
    background: url(/michinori/img/ayumi/bg_gray.png) 0 0;
}

.section-chronology__head {
    padding: 5px 6px;
    width: 100px;
    font-weight: bold;
}

.section-chronology__head--yellow {
    width: 157px;
    background: url(/michinori/img/ayumi/bg_yellow.png) 0 0;
}

@media screen and (max-width: 738px) {
    .section-chronology__head--yellow {
        width: auto;
    }
}

.section-chronology__head--blue {
    padding: 0;
    width: 310px;
    background: url(/michinori/img/ayumi/bg_blue.png) 0 0;
}

.section-chronology__head--red {
    width: 157px;
    background: url(/michinori/img/ayumi/bg_red.png) 0 0;
}

.section-chronology__head--green {
    width: 155px;
    background: url(/michinori/img/ayumi/bg_green.png) 0 0;
}

.section-chronology__head--purple {
    width: 156px;
    background: url(/michinori/img/ayumi/bg_purple.png) 0 0;
}

.section-chronology__year {
    padding-top: 10px;
    width: 70px;
    vertical-align: top;
}

.section-chronology__era {
    padding-top: 10px;
    width: 30px;
    vertical-align: top;
}

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

.section-chronology__bold {
    font-weight: bold;
}

.section-chronology__bold--center {
    padding-left: 15px;
}

.section-chronology .section-chronology__link {
    border-bottom: 1px solid #cc0000;
    color: #cc0000;
}

.section-chronology .section-chronology__link:hover {
    border-bottom: none;
}
