/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    color: #20272e;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 100%;
    font-smoothing: antialiased;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: antialiased;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul, ol {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #CC0000;
}

a:hover {
    color: #CC0000;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

img {
    vertical-align: bottom;
    line-height: 1.0;
}

button {
    line-height: 1.0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/*--------------------------- Header Area */

.header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.header::after {
    clear: both;
    content: "";
    display: block;
}

.header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header .logo img {
    height: 36px;
}

@media only screen and (min-width: 1024px) {
    .header {
        height: 100px;
    }

    .header .logo img {
        height: 46px;
    }
}

.header .logo, .header .trigger {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .logo {
    left: 5%;
}

.header .logo a, .header .logo img {
    display: block;
}

.header .trigger {
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #25283D;
    font-weight: bold;
    right: 0;
}

.header .trigger span {
    display: table-cell;
    vertical-align: middle;
}

.header .trigger em, .header .trigger em::after, .header .trigger em::before {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #25283D;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header .trigger em {
    margin: 6px auto;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.header .trigger em::before, .header .trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.header .trigger em::before {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.header .trigger em::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

@media only screen and (min-width: 1024px) {
    .header .trigger {
        display: none;
    }
}

.header.nav-open .trigger em {
    background-color: rgba(255, 255, 255, 0);
}

.header.nav-open .trigger em::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header.nav-open .trigger em::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_first {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%;
}

.nav_first>ul {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}

.nav_first>ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    color: #25283D;
    font-size: 14px;
    border-top: 1px solid #f2f2f2;
}

.nav_first>ul a:hover, .nav_first>ul a.active {
    color: #CC0000;
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    .nav_first {
        display: table;
    }

    .nav_first>ul {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        width: auto;
        top: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .nav_first>ul::after {
        clear: both;
        content: "";
        display: block;
    }

    .nav_first>ul li {
        display: inline-block;
        float: left;
        margin-right: .8em;
    }

    .nav_first>ul li a:after {
        content: "/";
        color: #ccc;
        padding-left: .8em;
    }

    .nav_first>ul li:last-child a:after {
        content: none;
    }

    .nav_first>ul li:last-of-type {
        margin-right: 0;
    }

    .nav_first>ul a {
        height: auto;
        line-height: normal;
        padding: 0;
        border: none;
    }
}

.nav-open .nav_first ul, .nav_first ul:target {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .nav-open .nav_first ul, .nav_first ul:target {
        display: table-cell;
    }
}


/*--------------------------- kv Area */
.kv {
    padding: 160px 0 80px;
    box-sizing: border-box;
    background: url(../images/kv.jpg) no-repeat;
    background-size: cover;
}

.kv .content {
    position: relative;
    z-index: 1;
}

.kv h1 {
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #030543;
}

.kv .tags span {
    position: relative;
    padding: 1rem 0;
    font-weight: bold;
    margin-bottom: 30px;
}

.kv .tags span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#ea5304), to(#cee0ac));
    background-image: -webkit-linear-gradient(left, #ea5304 0%, #cee0ac 100%);
    background-image: linear-gradient(to right, #ea5304 0%, #cee0ac 100%);
}

.kv .tags i {
    padding-right: 1.5em;
}

.kv .message {
    font-size: 1.6rem;
    font-weight: bold;
    color: #777;
    margin: 30px 0;
}

.kv .small_message {
    font-size: 12px;
    margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
    .kv {
        padding: 100px 0 120px;
        text-align: center;
    }
}

/*--------------------------- Information Area */

.information {
    background: #0a2d88;
    padding: 30px 0;
    border-top: 1px solid #fff;
    color: #fff;
}

.information a {
    color: #fff;
}

/*--------------------------- Wrapper Common Area */
@media only screen and (min-width: 1024px) {

    .sec1 .wrapper,
    .sec2 .wrapper,
    .sec3 .wrapper,
    .sec4 .wrapper,
    .sec5 .wrapper {
        width: 1180px;
        margin: 0 auto;
    }
}



/*--------------------------- sec1 Area */

.sec1 {
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
    padding-bottom: calc(10vw + 80px);
    position: relative;
    overflow: hidden;
}

.sec1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #fff;
    border-left: 100vw solid transparent;
}

.sec1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #fff;
    border-right: 100vw solid transparent;
}

.sec1 .content {
    padding: 60px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 9px;
    position: relative;
    -webkit-box-shadow: 0 0.4rem 1rem 0 rgb(0 0 0 / 16%);
    box-shadow: 0 0.4rem 1rem 0 rgb(0 0 0 / 16%);
    background: #fff;
    position: relative;
}

.sec1 .content:before {
    content: "";
    display: block;
    background: #0a2d88;
    border-radius: 3px;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

.sec1 .content .band {
    position: absolute;
    top: 20px;
    right: 0;
}

.sec1 .content .band span {
    position: relative;
    display: inline-block;
    padding: .5rem 1rem .5rem 2rem;
    color: #fff;
    border-radius: 100vh 0 0 100vh;
    background: #0a2d88;
    font-weight: bold;
}

.sec1 .content .band span:before {
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
    width: 14px;
    height: 14px;
    content: '';
    border-radius: 50%;
    background: #fff;
}

.sec1 h2 {
    padding: 30px 0 60px;
    text-align: center;
    font-size: 40px;
    line-height: 1.6;
    font-weight: bold;
    color: #030543;
}

.sec1 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #030543;
    margin-bottom: 1em;
}

.sec1 img {
    height: 140px;
    margin-bottom: 30px;
}

/*--------------------------- sec2 Area */

.sec2 {
    margin-bottom: 120px;
    padding: 80px 0 80px;
    background: #E3F1FC;
    line-height: 1.8;
}

.sec2 .title {
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 48px;
    color: #030543;
}

.sec2 h2 {
    font-size: 24px;
    font-weight: bold;
    color: #030543;
    margin-bottom: 15px;
}

.sec2 .img-cover {
    position: relative;
    height: 100%;
}

.sec2 img {
    position: absolute;
    bottom: -80px;
}

/*--------------------------- sec3 Area */

.sec3 .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 10rem;
    line-height: 1.8;
}

.sec3 .content .feature {
    font-size: 2.2rem;
    color: #fff;
    display: flex;
    justify-content: center;
}

.sec3 .content .feature.left {
    padding: 1.2rem 8rem 1.2rem 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.sec3 .content .feature.right {
    padding: 1.2rem 0 1.2rem 8rem;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.sec3 .content .feature span {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: 0.5rem;
    margin-right: 1.5rem;
}

.sec3 .content .feature.left span:before {
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 50%;
    background: #fff;
}

.sec3 .content .feature.right span:before {
    position: absolute;
    top: calc(50% - 7px);
    left: 30px;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 50%;
    background: #fff;
}

.sec3 .content .feature:after {
    color: #fff;
    border-radius: 100vh;
    background: #3895E2;
    font-weight: bold;
    width: 999rem;
    height: 6.3rem;
    background-size: auto 8.3rem;
    padding: 0.5rem 1rem 0.5rem 2rem;
}

.sec3 .content .feature.left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.sec3 .content .feature.right:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.sec3 h3 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 2rem;
    color: #030543;
}

.sec3 .merit {
    padding: 30px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
}

.sec3 .merit ul li {
    list-style-type: disc;
    margin-left: 1em;
    padding-top: .5em;
}

.sec3 .merit span {
    font-weight: bold;
}

.sec3 .img-cover {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0.4rem 1rem 0 rgb(0 0 0 / 16%);
    box-shadow: 0 0.4rem 1rem 0 rgb(0 0 0 / 16%);
}

.sec3 .zoomIn {
    animation-name: zoomInAnime;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.6);
    }

    to {
        transform: scale(1);
    }
}

/*--------------------------- sec4 Area */

.sec4 {
    margin-top: 120px;
    margin-bottom: 120px;
    padding-top: 80px;
    background: url(../images/sec4-bg.jpg);
    box-sizing: border-box;
    background-size: cover;
    line-height: 1.8;
    text-align: center;
}

.sec4 .content {
    padding: 0 0 60px;
    width: 100%;
    position: relative;
    line-height: 1.8;
}

.sec4 h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #3895E2;
}

.sec4 h3 {
    color: #030543;
    font-size: 24px;
    padding-bottom: 60px;
}

.sec4 .effect {
    text-align: center;
    padding-bottom: 80px;
}

.sec4 .effect ul li {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #fff;
    font-size: 14px;
}

.sec4 .effect ul li div {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.sec4 .effect img {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.sec4 .effect .size {
    font-size: 40px;
    font-weight: bold;
    color: #3895E2;
}

.sec4 .blockquote {
    font-size: 14px;
    color: #666;
    margin-top: 30px;
}

/*--------------------------- sec5 Area */

.sec5 {
    margin-bottom: 120px;
    font-size: 14px;
    text-align: justify;
}

.sec5 h2 {
    text-align: center;
    margin: 30px;
    line-height: 1.6;
}

.sec5 img {
    padding-bottom: 15px;
    height: 60px;
    margin: 0 auto;
    display: block;
}

.sec5 .content {
    padding: 15px;
}

.sec5 a {
    color: #222;
}

.sec5 a:hover {
    text-decoration: none;
    columns: #222;
}







/*--------------------------- parts Area */
.blue {
    color: #3895E2;
}

.sub-title {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 8px;
    text-align: center;
    margin-top: 80px;
    color: #030543;
}

.sub-title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #0a2d88;
}

.sub-title span {
    font-size: 18px;
    display: block;
}


@media only screen and (min-width: 1024px) {
    .kv .button a {
        width: 374px;
    }

    .sec2 .button a {
        width: 374px;
        margin-top: 30px;
    }
}

.button a {
    padding: 20px 0px 20px 60px;
    color: #fff;
    border: 1px solid #CC0000;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#CC0000), to(#F20000));
    background-image: -webkit-linear-gradient(left, #CC0000 30%, #F20000 100%);
    background-image: linear-gradient(to right, #CC0000 30%, #F20000 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    font-weight: bold;
}

.sec2 .button a {
    border: 1px solid #030543;
    background-image: -webkit-gradient(linear, left top, right top, from(#030543), to(#0c0f5e));
    background-image: -webkit-linear-gradient(left, #030543 30%, #0c0f5e 100%);
    background-image: linear-gradient(to right, #030543 30%, #0c0f5e 100%);
}

.button a:before {
    border-right: 1px solid #fff;
    width: 78px;
    height: 100%
}

.button a i {
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 0;
    color: #fff
}

.button a:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    color: #fff;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

.button a:hover i {
    opacity: 1;
    color: #f2d263
}

.btn, a.btn {
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em
}

a.btn_cover {
    position: relative
}

a.btn_cover:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

/*--------------------------- Others Area */

@media only screen and (max-width: 1023px) {
    .none {
        display: none;
    }
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb120 {
    margin-bottom: 120px;
}

.txt_j {
    text-align: justify;
    text-justify: inter-ideograph;
}

.txt_c {
    text-align: center;
}

.underline {
    background: linear-gradient(transparent 78%, #3895E2 78%);
}

/*--------------------------- Corporate Area */

.footer {
    width: 100%;
    background-color: #e0e0e0;
}

.footer .nav {
    position: relative;
    font-size: 13px;
    max-width: 1200px;
    padding: 25px 0;
    margin: 0 auto;
    display: inherit;
}

.footer .nav ul {
    text-align: center;
}

.footer .nav ul li {
    display: inline-block;
}

.footer .nav ul li a {
    padding-left: 16px;
    padding-right: 11px;
    border-left: 1px solid #000;
    text-decoration: none;
    color: #000;
}

.footer .nav ul li .first {
    padding-left: 0;
    border-left: none;
}

.footer .nav ul li .last {
    padding-right: 0;
}

.footer .nav ul li br {
    display: none;
}

.footer .nav .group-logo {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.footer .nav .group-logo img {
    width: auto;
    height: 30px;
}

.footer .copy {
    padding: 12px 0;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background-color: #424242;
    line-height: 26px;
}

@media screen and (max-width: 1359px) {
    .footer .nav ul {
        text-align: center;
    }

    .footer .nav .group-logo {
        position: static;
        text-align: center;
        padding: 10px 0 0;
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .footer .nav {
        width: 100%;
        padding: 0;
    }

    .footer .nav ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .footer .nav ul li {
        float: left;
        display: block;
        width: 50%;
        font-size: 14px;
        border-bottom: 2px solid #ccc;
    }

    .footer .nav ul li a {
        height: 5em;
        display: block;
        padding: 1.5em 1em 1.5em 0;
        border: none;
        line-height: 2em;
        text-align: center;
        position: relative;
        background-image: url("https://www.marubeni-sys.com/app/wp-content/themes/marubeni/img/sp/footer_allow.png");
        background-repeat: no-repeat;
        background-position: 90% center;
    }

    .footer .nav ul li a.first, .footer .nav ul li a.last {
        padding: 1.5em 1em 1.5em 0;
    }

    .footer .nav ul li:nth-of-type(even) {
        border-left: 2px solid #ccc;
    }

    .footer .nav ul li:nth-of-type(2) a, .footer .nav ul li:nth-of-type(3) a, .footer .nav ul li:nth-of-type(5) a {
        line-height: 1.2em;
    }

    .footer .nav ul li br {
        display: block;
    }

    .footer .nav .group-logo {
        margin: 0;
    }

    .footer .nav .group-logo img {
        width: auto;
        height: 30px;
        margin: 15px 0;
    }
}


@media only screen and (max-width: 768px) {
    .kv h1 {
        font-size: 20px;
    }
.kv .tags span {
    font-size: 14px;
}

.kv .message {
    font-size: 16px;
}

.kv .btn {
    width: 100%;
}
.sec1 h2 {
font-size: 20px;
}

.sec2 .title {
font-size: 20px;
margin-bottom: 30px;
}

.sec2 h2 {
    font-size: 18px;
    text-align: center;
}

.sec2 .img-cover {
    position: inherit;
}
.sec2 img {
    position: inherit;
}

.sec2 .button a {
    width: 100%;
    margin-top: 30px;
}

.sec3 h3 {
    font-size: 20px;
}

.sec3 .content .feature {
    font-size: 1.4rem;
}

.sec3 .content .feature.left {
    padding: 1rem 8rem 1rem 0;
}

.sec3 .content .feature.right {
    padding: 1rem 0 1rem 8rem;
}

.sec3 .content .feature:after {
height: 4.7rem;
}

.sec3 .content .feature.left span:before,
.sec3 .content .feature.right span:before {
    top:calc(50% - 12px);
}

.sec3 .merit {
    margin-bottom: 30px;
}

.effect {
    display: none;
}
.sec4 h2 {
    font-size: 20px;
}

}
