@charset "utf-8";

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

#title {
    margin: 0 auto 180px;
    position: relative;
}
#title .image img {
    width: 100%;
    max-width: none;
}

/* トップメッセージ */
#title #main-message {
    width: 100%;
    max-width: 1600px;
    height: 100%;
    position: absolute;
    bottom: -60px;
    left: 50%;
    box-sizing: border-box;
    transform: translateX(-50%);
    transition-delay: .5s;
}
#title #main-message .txt {
    width: 100%;
    max-width: 56.875%;
    height: 640px;
    padding: 100px 100px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    box-sizing: border-box;
}
#title #main-message .txt:before {
    content: "";
    background: url("../../message/image/bg-main-message.png") no-repeat center center / cover;
    width: 100%;
    height: 0;
    padding-top: 70.32967032967034%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#title #main-message h2 {
    margin-bottom: 50px;
}
#title #main-message p.en {
    font-family: "Roboto";
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    position: relative;
}
#title #main-message p.en:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    width: 320px;
    height: 1px;
    position: absolute;
    left: 200px;
    top: 13px;
}
#title #main-message p#name {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
}
#title #main-message p#name em {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
}

/* 理由 */
#title #main-reason {
    width: 100%;
    max-width: 1600px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    transition-delay: .5s;
}
#title #main-reason .txt {
    background: #ff7800;
    width: 100%;
    height: 400px;
    max-width: 39.375%;
    padding: 4.375% 3.125% 0 9.375%;
    box-sizing: border-box;
    position: relative;
}
#title #main-reason p#head {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background: #6e008c;
    width: 84.12698412698413%;
    max-width: 530px;
    padding: 15px 30px;
    letter-spacing: 0.05em;
    position: absolute;
    right: -10px;
    top: -10px;
    box-sizing: border-box;
}
#title #main-reason h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
#title #main-reason p#name {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
}
#title #main-reason p#name em {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 150%;
}

/* ────────────────────── *
 *                                              *
 * トップメッセージ                             *
 *                                              *
 * ────────────────────── */

#top-message {
    width: 100%;
    max-width: 1600px;
    padding: 0 20px 100px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
#top-message:after {
    content: "";
    background: url("../../message/image/bg-footer-message.png") no-repeat center center / cover;
    width: 920px;
    height: 620px;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: -1;
}
#top-message .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 180px;
}
#top-message .inner h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
    transition: all .5s ease-out;
    
}
#top-message .inner h3:after {
    content: "";
    background: #ff7800;
    width: 110px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: skew(-15deg);
}
#top-message .inner p.txt {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    transition: all .5s ease-out .3s;
}

/* Flexbox */
#top-message .inner.flexbox {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#top-message .inner.flexbox .image {
    width: 100%;
    max-width: 47.05882352941176%;
    flex-shrink: 0;
    position: relative;
    transition: all .5s ease-out;
}
#top-message .inner.flexbox .image:after {
    content: "";
    background: rgb(255,120,0);
    background: -moz-linear-gradient(left,  rgba(255,120,0,1) 0%, rgba(110,0,140,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,120,0,1) 0%,rgba(110,0,140,1) 100%);
    background: linear-gradient(to right,  rgba(255,120,0,1) 0%,rgba(110,0,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7800', endColorstr='#6e008c',GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: -1;
}
#top-message .inner.flexbox .body {
    width: 100%;
    max-width: 44.11764705882353%;
    flex-shrink: 0;
}
#top-message .inner.flexbox h3 {
    transition: all .5s ease-out .3s;
}
#top-message .inner.flexbox p.txt {
    transition: all .5s ease-out .6s;
}

/* ────────────────────── *
 *                                              *
 * 理由                                         *
 *                                              *
 * ────────────────────── */

#reason {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
#reason .flexbox {
    width: 100%;
    max-width: 1320px;
    padding-left: 90px;
    margin: 0 auto 240px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#reason .flexbox.reverse {
    padding-left: 0;
    padding-right: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#reason .flexbox .image {
    width: 52.03252032520326%;
    margin-top: 100px;
    position: relative;
    transition: all .5s ease-out .6s;
}
#reason .flexbox.reverse .image {
    width: 50.79365079365079%;
}
#reason .flexbox#block-02 .image {
    margin-top: -70px;
}
#reason .flexbox#block-03 .image {
    margin-top: 30px;
}
#reason .flexbox .image:after {
    content: "";
    background: #ff7800;
    width: calc(100% + 5px);
    height: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
}
#reason .flexbox.reverse .image:after {
    background: #6e008c;
}
#reason .flexbox .body {
    width: 40.65040650406504%;
}
#reason .flexbox.reverse .body {
    width: 39.682539682539684%;
}
#reason .flexbox .body h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    transition: all .5s ease-out;
}
#reason .flexbox .body h3:before {
    content: "";
    background: #ff7800;
    width: 30px;
    height: 2px;
    position: absolute;
    left: -50px;
    top: 24px;
}
#reason .flexbox.reverse .body h3:before {
    background: #6e008c;
}
#reason .flexbox .body p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    transition: all .5s ease-out .3s;
}
