﻿@charset "UTF-8";
@import "base.css?v=10";

:root {
	--mcolor: #E0AE10;
	--scolor: #0180C7;
}



h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 14px;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

img {
    vertical-align: bottom;
}

a {
    color: #f58220;
}

    a:hover,
    a:active {
        color: var(--mcolor);
        text-decoration: none;
    }

    a:visited {
    }

    a img:hover {
        opacity: 0.8;
    }

    a img.no-hover:hover {
        opacity: 1;
    }

table {
    width: 100%
}

p {
    margin: 0 0 1.5em;
}

.section {
    padding: 0 0 30px;
}

    .section .section {
        padding: 0 0 10px;
    }

p, dd, td, th, li {
    line-height: 1.8em;
}

#totop {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 1000;
    margin-bottom: 0;
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.logo {
    max-height: 87px;
}

.f-link {
    text-align: center;
    padding: 30px 0 20px 0;
}

    .f-link a {
        text-decoration: none;
        color: #1744a2;
        display: inline-block;
        padding: 5px 10px;
    }

* {
    box-sizing: border-box;
}

body {
    color: #666666;
    font-family: 'Arial', sans-serif;
}

#wrapper {
    min-width: 1170px;
    overflow: hidden;
    padding-top: 98px;
}

.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
}

#header {
    padding: 5px 0;
    position: fixed;
    background: #fcfcfc;
    opacity: 0.9;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 2px solid var(--mcolor);
}

    #header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.h-right {
    display: flex;
    align-items: center;
}

#gnavi {
    display: flex;
}

    #gnavi > li {
        padding: 0 20px;
        position: relative;
    }

        #gnavi > li > a, #gnavi > li > span {
            text-decoration: none;
            padding: 20px 15px;
            text-transform: uppercase;
            font-weight: bold;
            color: #ee353b;
            color: #000;
            font-size: 13px;
            cursor: pointer;
            display: block;
        }

        #gnavi > li:hover > a, #gnavi > li:hover > span, #gnavi > li.active > a, #gnavi > li.active > span {
            color: #ec1f26;
        }

.submenu {
    position: absolute;
    min-width: 200px;
    margin-top: 5px;
    display: none;
}

    .submenu a {
        text-decoration: none;
        color: #fff;
        padding: 10px 20px;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        background: var(--mcolor);
    }

        .submenu a:hover {
            opacity: 0.8;
        }

.gnv-ico {
    display: none !important;
}

.h-search > i {
    background: var(--scolor);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.h-search {
    position: relative;
    margin-left: 20px;
}

.search-cont {
    position: absolute;
    right: 0;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    margin-top: 5px;
    display: none;
}

    .search-cont input {
        border: none;
        background: rgba(0,0,0,0.1);
        font-size: 12px;
        font-style: italic;
        padding: 7px 15px;
        border-radius: 5px;
        min-width: 200px;
        outline: none;
    }

    .search-cont button {
        border: none;
        background: none;
        position: absolute;
        right: 20px;
        top: 15px;
        color: #fff;
        outline: none;
        cursor: pointer;
    }

.box01 {
    padding: 90px 0;
}

#index:not(:has(.about_layout)) h3, #footer h3 {
    color: var(--mcolor);
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    /*margin: 0 0 15px;*/
}

.box01 .container > p, .box03 .container > p, .box04 .container > p {
    font-size: 14px;
    text-align: center;
    margin: 20px auto 40px auto;
    max-width: 800px;
}

.img3-list {
    display: flex;
    justify-content: space-between;
}

    .img3-list li {
        width: 33%;
        text-align: center;
    }

        .img3-list li a {
            display: block;
            text-decoration: none;
            position: relative;
            z-index: 0;
            padding: 15px;
        }

.tags a {
    display: inline-block;
    margin: 5px 5px;
    padding: 0px 10px;
    border: 1px solid #f7b076;
    border-radius: 5px;
    font-style: italic;
    font-size: 10pt;
    text-decoration: none;
    transition: .5s;
}

    .tags a.active, .tags a:hover {
        background: var(--mcolor);
        color: #fff;
        border: 1px solid #f7b076;
    }

    .tags a:hover {
        cursor: pointer;
    }

.b01-list {
    display: flex;
    justify-content: space-between;
}

    .b01-list li {
        width: 25%;
        text-align: center;
    }

        .b01-list li a {
            display: block;
            text-decoration: none;
            position: relative;
            z-index: 0;
            padding: 15px;
        }

            .b01-list li a:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background: rgba(245,130,32,0.05);
                transform: scale(0.5, 0.5);
                opacity: 0;
                z-index: -2;
                transition: all 0.3s ease;
            }

        .b01-list li:nth-child(2) a:after {
            background: rgba(10,165,233,0.05);
        }

        .b01-list li:nth-child(3) a:after {
            background: rgba(236,31,38,0.05);
        }

        .b01-list li:nth-child(4) a:after {
            background: rgba(0,81,116,0.05);
        }

        .b01-list li a:hover:after {
            transform: scale(1,1);
            opacity: 1;
        }

.chart figcaption:after {
    width: 144px;
    height: 144px;
    content: '';
    position: absolute;
    border: 15px solid var(--mcolor);
    left: 3px;
    top: 3px;
    z-index: -1;
    border-radius: 50%;
    box-sizing: border-box;
}

.b01-list li:nth-child(2) .chart figcaption:after {
    border-color: #0aa5e9;
}

.b01-list li:nth-child(3) .chart figcaption:after {
    border-color: #ec1f26;
}

.b01-list li:nth-child(4) .chart figcaption:after {
    border-color: #005174;
}

.chart {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 20px;
    text-align: center;
}

    .chart figcaption {
        padding: 50px 25px;
        width: 150px;
        height: 150px;
        color: #fff;
        border-radius: 100px;
        line-height: 50px;
        text-indent: -50000px;
        position: relative;
    }

    .chart img {
        position: absolute;
        max-width: 100px;
        max-height: 100px;
        background: white;
    }

.html {
    top: calc(50% - 35px);
    left: calc(50% - 33px);
}

    .html + svg .outer {
        stroke: #dbdbdb;
    }

.css {
    top: 55px;
    left: 48px;
}

    .css + svg .outer {
        stroke: #0d84ce;
    }

.javascript {
    max-width: 90px;
    max-height: 90px;
    top: 45px;
    left: 45px;
}

    .javascript + svg .outer {
        stroke: #f0e040;
    }

.node {
    width: 200px;
    height: 200px;
    top: 45px;
    left: 45px;
}

    .node + svg .outer {
        stroke: #83cd29;
    }

.chart svg {
    position: absolute;
    top: 0;
    left: 0;
}

.outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 17;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190px);
}

.b01-list a:hover .outer {
    stroke-dashoffset: 534 !important;
    -webkit-animation-play-state: paused;
}

.chart[data-percent='100'] .outer {
    stroke-dashoffset: 400;
    -webkit-animation: show100 1s;
    animation: show100 1s;
}

.chart[data-percent='75'] .outer {
    stroke-dashoffset: 133;
    -webkit-animation: show75 2s;
    animation: show75 2s;
}

.chart[data-percent='50'] .outer {
    stroke-dashoffset: 267;
    -webkit-animation: show50 2s;
    animation: show50 2s;
}

.chart[data-percent='25'] .outer {
    stroke-dashoffset: 401;
    -webkit-animation: show25 2s;
    animation: show25 2s;
}



@-webkit-keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 134;
    }
}

@keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 124;
    }
}

@-webkit-keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 267;
    }
}

@keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 267;
    }
}

@-webkit-keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 401;
    }
}

@keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }

    to {
        stroke-dashoffset: 401;
    }
}

.b01-ttl {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px;
    line-height: 1.5;
}

    .b01-ttl:after {
        content: '';
        position: absolute;
        width: 112px;
        height: 1px;
        background: var(--mcolor);
        bottom: 0;
        left: calc(50% - 56px);
    }

.b01-list li:nth-child(1) .b01-ttl {
    color: var(--mcolor);
}

.b01-list li:nth-child(2) .b01-ttl {
    color: #0aa5e9;
}

.b01-list li:nth-child(3) .b01-ttl {
    color: #ec1f26;
}

.b01-list li:nth-child(4) .b01-ttl {
    color: #005174;
}

.b01-list li:nth-child(2) .b01-ttl:after {
    background: #0aa5e9;
}

.b01-list li:nth-child(3) .b01-ttl:after {
    background: #ec1f26;
}

.b01-list li:nth-child(4) .b01-ttl:after {
    background: #005174;
}

.b01-txt {
    margin: 0;
    color: #666666;
    font-size: 13px;
    padding-top: 20px;
    line-height: 1.8;
}



.box02 {
    /*min-height: 235px;
    background: transparent;*/
    background: url(/assets/images/b02_bg.jpg) no-repeat center;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    background-attachment: fixed;
}

    .box02 p {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        margin: 0;
        text-align: center;
        color: #fff;
        padding: 30px 0;
    }

        .box02 p span {
            display: block;
            text-transform: uppercase;
            font-size: 36px;
        }

.idx-tel a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: var(--scolor);
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    position: relative;
    z-index: 0;
}

    .idx-tel a:after {
        content: '';
        position: absolute;
        z-index: -1;
        background: #003247;
        width: 2px;
        height: 100%;
        right: -2px;
        top: 2px;
    }

    .idx-tel a:before {
        content: '';
        position: absolute;
        background: #004867;
        width: 100%;
        height: 2px;
        bottom: -2px;
        left: 2px;
    }

.box03 {
    padding: 90px 0;
}

.b03-list {
    display: flex;
    flex-wrap: wrap;
}

    .b03-list li {
        width: calc(100%/3 - 20px);
        margin: 0 30px 40px 0;
        text-align: center;
    }

        .b03-list li:nth-child(3n) {
            margin-right: 0;
        }

        .b03-list li a {
            text-decoration: none;
        }

.b03-ttl {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: var(--scolor);
}

.b03-txt {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 2em;
}

.b03-img {
    position: relative;
    background: var(--mcolor);
    height: 40vh;
}

    .b03-img:after {
        content: '+';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 20px;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .b03-img img {
        transition: all 0.5s ease;
        max-width: none;
        width: 100%;
        border: 1px solid #c0c0c0;
        height: 100%;
        object-fit: cover;
    }

.b03-list li a:hover .b03-img img {
    opacity: 0.4;
}

.b03-list li a:hover .b03-img:after {
    opacity: 1;
    font-size: 40px;
}

.box04 {
    background: url('/imgW/b04_bg.png') no-repeat top center #f5f5f5;
    padding: 60px 0 30px;
}

.b04-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .b04-list li {
        display: flex;
        align-items: center;
        width: 48%;
        margin-bottom: 30px;
    }

.b04-img {
    margin: 0 10px 0 0;
    width: 75px;
}

.b04-main {
    width: calc(100% - 85px);
}

.b04-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #3b3b3b;
    margin: 0;
}

.b04-txt {
    margin: 0;
}

#footer {
    padding: 60px 0 20px 0;
    border-bottom: 10px solid #FFA500;
}

.f-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

    .f-list a {
        color: #666666;
        text-decoration: none;
    }

.f-item {
    text-align: center;
    width: 30%;
}

.f-ttl {
    font-size: 20px;
    color: #3b3b3b;
    font-weight: bold;
    margin: 0;
}

#footer h3 {
    margin: 0 0 30px;
}

.f-social {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
}

    .f-social a {
        color: #aeaeae;
        text-decoration: none;
        font-size: 33px;
        width: 63px;
        height: 63px;
        display: flex;
        border: 1px solid #aeaeae;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        margin: 0 10px;
    }

        .f-social a:nth-child(1):hover {
            color: #3B5998;
            border-color: #3B5998;
        }

        .f-social a:nth-child(2):hover {
            color: #55ACEE;
            border-color: #55ACEE;
        }

        .f-social a:nth-child(3):hover {
            color: #dd4b39;
            border-color: #dd4b39;
        }

.copyright {
    text-align: center;
    font-size: 13px;
    margin: 0;
    color: #000;
}

    .copyright a {
        color: #1744a2;
        text-decoration: none;
    }

.testA {
    stroke: red;
    stroke-dasharray: 10000;
    animation: drawIn 2.5s 1s ease-in both;
    -webkit-animation: drawIn 2.5s 1s ease-in both;
}

@keyframes drawIn {
    0% {
        stroke: transparent;
        stroke-dashoffset: 10000;
    }

    75% {
        stroke: red;
    }
}

#content {
    padding: 60px 0;
}

    #content h1,#content h2 {
        font-weight: bold;
        color: var(--mcolor);
        font-size: 36px;
    }
.breadcrum li {
    display: inline-block;
    font-size: 18px;
}

.breadcrum {
    text-align: center;
    margin: 5px 50px 80px 50px;
}

    .breadcrum a {
        text-decoration: none;
    }

        .breadcrum a:after {
            position: relative;
            content: '/';
            display: inline-block;
            margin-left: 5px;
        }

#map {
    padding: 15px 0;
}

    #map iframe {
        max-width: 100%;
    }

.banner-mobi {
    height: 630px;
}

.mainvisual {
    text-align: center;
    background: #E5E6E8;
    position: relative;
    font-family: Arial;
}

    .mainvisual .mv1 {
        position: absolute;
        top: 190px;
        left: 9%;
        font-weight: bold;
        font-size: 36pt;
        color: var(--scolor);
        animation-name: mv1;
        animation-duration: 1s;
    }

    .mainvisual .mv2 {
        position: absolute;
        top: 268px;
        left: 9%;
        font-weight: normal;
        font-size: 13pt;
        font-style: italic;
        text-transform: capitalize;
        color: var(--mcolor);
        animation-name: mv2;
        animation-duration: 1.5s;
    }

    .mainvisual .mv3 {
        position: absolute;
        top: 318px;
        left: 9.5%;
        font-weight: normal;
        font-size: 16pt;
        color: #000;
        text-align: left;
        animation-name: mv3;
        animation-duration: 4s;
    }

        .mainvisual .mv3 li {
            padding-left: 20px;
            background: url('../imgW/bullet_1.gif') no-repeat 0px 7px;
            line-height: 2;
            font-size: 14px;
            letter-spacing: 1px;
        }

            .mainvisual .mv3 li:nth-child(2n) {
                color: var(--scolor);
            }

    .mainvisual .mv4 {
        position: absolute;
        top: 70px;
        right: 9%;
        opacity: 1 !important;
        animation-name: mv4;
        animation-duration: 10s;
        animation-iteration-count: infinite;
        max-width: 500px;
        max-height: 500px
    }

@keyframes mv1 {
    0%,70% {
        top: 0px;
        opacity: 0;
    }

    100% {
        top: 190px;
        opacity: 1
    }
}

@keyframes mv2 {
    0%,50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
        left: 50%
    }

    100% {
        opacity: 1;
        left: 9%
    }
}

@keyframes mv3 {
    0%,75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mv4 {
    0%,100 {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    60%,80% {
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    70%,90% {
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

.navsp, .sp {
    display: none;
}

.pc {
    display: block;
}

.contenttext p {
    font-size: 16px;
    padding: 3px 0px 3px 10px;
    margin: 0;
}


@media (max-width:768px) {
    .mainvisual .mv1 {
        top: 45px;
        font-size: 22pt;
    }

    .mainvisual .mv2 {
        text-align: left;
        top: 105px;
        font-size: 14pt;
        line-height: 20pt;
        width: 90%;
    }

    .mainvisual .mv3 {
        top: 185px;
    }

        .mainvisual .mv3 li {
            line-height: 16pt;
            font-size: 10pt;
            background-position: 0 3px;
            letter-spacing: 0;
        }

    .mainvisual .mv4 {
        top: 90px;
        right: 6%;
        width: 28%;
    }

    @keyframes mv1 {
        0%,70% {
            top: 0px;
            opacity: 0;
        }

        100% {
            top: 27px;
            opacity: 1
        }
    }

    @keyframes mv2 {
        0%,50% {
            opacity: 0;
        }

        75% {
            opacity: 0;
            left: 50%
        }

        85% {
            opacity: 1;
            left: 3%
        }

        90% {
            opacity: 1;
            left: 7%
        }

        95% {
            opacity: 1;
            left: 3%
        }

        100% {
            opacity: 1;
            left: 7%
        }
    }

    @keyframes mv3 {
        0%,70% {
            opacity: 0;
        }

        80% {
            opacity: 1;
            top: 180px;
        }

        85% {
            top: 175px;
        }

        90% {
            top: 175px;
        }

        95%,100% {
            top: 180px;
        }
    }

    @keyframes mv4 {
        0% {
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            opacity: 0;
        }

        100% {
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            opacity: 1;
        }
    }

    #content {
        width: 100%;
        padding: 40px 3%;
    }

    .breadcrum {
        margin: 0 0 30px;
    }

    #content h1 {
        font-size: 24px;
    }

    .breadcrum li {
        font-size: 14px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    #wrapper {
        min-width: 100%;
        padding-top: 50px;
    }

    .container {
        width: 100%;
        padding: 0 3%;
    }

    #header {
        padding: 0;
        opacity: 1;
    }

        #header img {
            height: 45px;
        }

    .logo {
        width: 180px;
        position: relative;
        left: 0;
        transform: none;
        float: left;
        margin: 10px 0 0;
    }

    .h-search > i {
        width: 40px;
        height: 50px;
        border-radius: 0;
        font-size: 16px;
    }

    .menu-icon {
        width: 40px;
        height: 50px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        line-height: 1em;
        cursor: pointer;
        color: #fff;
        font-size: 13px;
        z-index: 999;
        background: var(--mcolor);
        padding: 7px;
    }

        .menu-icon span {
            display: block;
            margin: 0;
            width: 25px;
            height: 2px;
            background-color: #fff;
            -webkit-transition-duration: 0;
            -moz-transition-duration: 0;
            -ms-transition-duration: 0;
            -o-transition-duration: 0;
            transition-duration: 0;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            -ms-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
            top: 17px;
            left: 0;
            position: relative;
        }

            .menu-icon span::after, .menu-icon span::before {
                display: block;
                content: '';
                position: absolute;
                width: 25px;
                height: 2px;
                background-color: #fff;
                -webkit-transition-property: margin, -webkit-transform;
                -webkit-transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                -ms-transition-duration: 0.2s;
                -o-transition-duration: 0.2s;
                transition-duration: 0.2s;
                -webkit-transition-delay: 0.2s, 0;
                -moz-transition-delay: 0.2s, 0;
                -ms-transition-delay: 0.2s, 0;
                -o-transition-delay: 0.2s, 0;
                transition-delay: 0.2s, 0;
            }

            .menu-icon span::before {
                margin-top: -8px;
            }

            .menu-icon span::after {
                margin-top: 8px;
            }

        .menu-icon.active span {
            background-color: transparent;
        }

            .menu-icon.active span::before, .menu-icon.active span::after {
                margin-top: 0px;
                -webkit-transition-delay: 0, 0.2s;
                -moz-transition-delay: 0, 0.2s;
                -ms-transition-delay: 0, 0.2s;
                -o-transition-delay: 0, 0.2s;
                transition-delay: 0, 0.2s;
            }

            .menu-icon.active span::before {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .menu-icon.active span::after {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    #gnavi {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        top: 50px;
        background: rgba(245,130,32,1);
        height: calc(100% - 50px);
    }

        #gnavi li a, #gnavi li span {
            padding: 14px 20px;
            border-bottom: 1px solid rgba(255,255,255,0.5);
            border-radius: 0;
            color: #fff;
        }

        #gnavi > li.over > span:after {
            position: relative;
            left: 0;
            margin-left: 10px;
            border-color: #fff;
            bottom: 4px;
        }

        #gnavi li {
            float: none;
            width: 100%;
            height: auto;
            padding: 0;
        }

            #gnavi li.active a, #gnavi li:hover a {
                background: none;
            }
    .gnv-ico, .gnvsub-ico {
        width: 50px;
        height: 51px;
        position: absolute;
        background: #fff;
        right: 0;
        top: 0 !important;
        transform: none !important;
        border: none !important;
		display: block !important;
    }
	.gnv-ico:before, .gnvsub-ico:before {
        content: '';
        position: absolute;
        border: solid #000000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: calc(50% - 3px);
        top: calc(50% - 3px);
        transition: all 0.5s ease;
		
    }
    .submenu {
        position: relative;
        top: 0;
        background: #ec1f26;
        display: none;
        margin: 0;
    }

    #gnavi .submenu a {
        padding-left: 40px;
        position: relative;
    }

        #gnavi .submenu a:before {
            position: absolute;
            content: '';
            display: inline-block;
            border: solid #fff;
            border-width: 0 1px 1px 0;
            padding: 3px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 23px;
            left: 20px;
        }

    h1 {
    }

    .b01-ttl {
        font-size: 20px;
    }

    .b01-txt {
        padding-top: 0;
    }

    .search-cont {
        margin: 0;
    }

    .b01-list {
        flex-wrap: wrap;
    }

        .b01-list li {
            width: 50%;
        }

    .box02 {
        background-attachment: unset;
    }

        .box02 p:not(:last-child) {
            font-size: 20px;
            margin: 0 0 20px;
        }

        .box02 p span {
            font-size: 26px;
        }

    .box01, .box03, #footer {
        padding: 40px 0;
    }
.box01{padding-bottom:0;}
#index:not(:has(.about_layout)) h3, #footer h3 {
            font-size: 24px;
        }

        .box01 .container > p, .box03 .container > p, .box04 .container > p {
            font-size: 14px;
            text-align: center;
            margin: 0 0 20px;
        }
    .b03-img {
        height: 20vh;
    }
        .box04 {
        padding: 40px 0 10px;
    }

    .b04-ttl {
        font-size: 16px;
    }

    .f-txt {
        margin: 0;
    }

    .f-item {
        width: 32%;
    }

    .f-social a {
        font-size: 24px;
        width: 50px;
        height: 50px;
        margin: 0 5px;
    }

    .copyright {
        font-size: 13px;
    }

    .f-ttl {
        font-size: 16px;
    }

    #footer h3 {
        margin: 0 0 20px;
    }

    .b01-list li {
        width: 100%;
    }

        .b01-list li a {
            display: flex;
            flex-wrap: wrap;
        }

    .chart {
        margin: 30px 0;
        width: 50px;
    }

        .chart svg {
            display: none;
        }

    .b01-ttl {
        position: relative;
        left: 10px;
        top: 4px;
        max-width: 81%;
        text-align: left;
        max-height: 30px;
        overflow: hidden;
    }

    .b01-txt {
        max-height: 60px;
        overflow: hidden;
        display: block;
        left: 75px;
        top: 53px;
        line-height: 1.2;
        font-size: 9pt;
        text-align: left;
        position: absolute;
    }

    .b01-ttl:after {
        display: none;
    }

    .chart figcaption {
        display: none;
    }

        .chart figcaption:after {
            width: 120px;
            height: 120px;
        }

    .html {
        top: calc(50% - 21px);
        left: calc(50% - 19px);
    }

    .chart img {
        width: 40px;
        height: auto;
        background: none;
    }

    .outer {
        display: none;
    }
}

@media (max-width:640px) {
    .b03-list li {
        width: calc(50% - 15px);
    }

        .b03-list li:nth-child(3n) {
            margin-right: 30px;
        }

        .b03-list li:nth-child(2n) {
            margin-right: 0;
        }

    .b04-list li {
        width: 100%;
    }

    .b03-txt {
        display: none;
    }

    .b03-ttl {
        font-size: 13px;
        line-height: 15pt;
    }
}

@media (max-width:480px) {
    .b01-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .b03-list li {
        width: 46%;
        margin: 15px 2%;
    }

        .b03-list li:nth-child(3n) {
            margin-right: 0;
        }

    .img3-list {
        display: block;
    }

        .img3-list li {
            width: 100%;
            padding: 15px 2%;
            text-align: center;
        }

    .f-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .f-list {
        display: block;
        margin: 0;
    }
}

@media (max-width:425px) {
}


@media (max-width: 768px) {
    #wrapper {
        padding-top: 68px;
    }

    #header img {
        height: 65px;
        width: auto;
    }

    #gnavi {
        top: 80px;
    }

    .mainvisual .mv4 {
        display: none;
    }



    .mainvisual .mv3 li {
        padding-right: 15px;
        font-size: 12pt;
        padding-bottom: 10pt;
        line-height: 18pt;
        font-size: 14pt;
    }

    .img3-list li a {
        padding: 0;
    }

    .banner-mobi {
		left: 0;
        z-index: -2;
               position: absolute;
        width: 100%;
        height: 100%;
        
        top: 0;
    }
	
	
	@keyframes mv3 {
        0%,70% {
            opacity: 0;
        }

        80% {
            opacity: 1;
           
        }

        85% {
           
        }

        90% {
            
        }

        95%,100% {
         
        }
    }

    .h-search {
        display: none;
    }

    .scrollToTop {
        bottom: 65px;
        height: 30px;
        right: 9px;
        width: 30px;
        opacity: 0.4;
    }

    .zalo {
        left: 10px !important;
        opacity: 0.6;
    }

    .Phone {
        display: none !important;
    }
}
@media (max-width:480px){
	.box02 p{padding: 15px 0;}
}