<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

p {
    font-feature-settings: "palt";
}

a {
    text-decoration: none;
    color: white;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

a.btn-border {
    border-radius: 0;
}

a.btn-border:before,
a.btn-border:after {
    position: absolute;
    width: 0%;
    height: 1px;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    background: rgb(0, 0, 0);
}

a.btn-border:before {
    top: 0;
    left: 0;
}

a.btn-border:after {
    right: 0;
    bottom: 0;
}

a.btn-border:hover:before,
a.btn-border:hover:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    background: rgb(255, 255, 255);
}

.btn,
a.btn,
button.btn {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-radius: 0rem;
}

body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

li {
    text-indent: 0em;
    padding: 10px;
}

ul {
    padding: 0px;
    margin: 0px;
}

t-black {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.8;
    text-align: justify;
    color: #383838;
}

h1 {
    font-size: 1.15rem;
    color: white;
    background-color: #0062ff;
    padding: 0.5em;
    border-radius: 5em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}

h2 {
    font-size: 1.25rem;
    text-align: center;
    color: white;
    background: #00778b;
    padding: 0.5em;
    margin-bottom: 40px;
}

h3 {
    font-size: 1.25rem;
    text-align: center;
    color: white;
    background: #088208;
}

/* pc1-----------------------------------------------*/
/* navigation-------------------------*/

.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0.6%;
}

.page-header {
    display: flex;
    justify-content: space-between;
}

.page-header-1 {
    display: flex;
    justify-content: center;
}

.main-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 1.05rem;
    text-transform: uppercase;
    list-style: none;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-nav li {
    margin: 0px;
    padding: 0px;
}

.nav-bg {
    background-color: #1b1b1b;
    width: 100%;
}

.logo-f {
    padding: 20px 0px 0px 30px;
}


/* Top-image-------------------------*/
.bg {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../img/top-img3.jpg);
    height: 550px;
}

.bg-b {
    background-color: rgb(0, 0, 0);
    width: 100%;
}

.bg-w {
    background-color: rgb(255, 255, 255);
    width: 100%;
}

.bg-b1 {
    background-color: #000000;
    width: 100%;
}


/*　title-area-------------------------*/
.title-area {
    display: flex;
    justify-content: center;
}

.title {
    padding: 20px 10px 20px 10px;
    margin-top: 120px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0.6%;
    color: white;
}

.title-2 {
    margin-top: 130px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0.6%;
}

.title-2 p {
    font-size: 4.0rem;
    font-weight: bold;
    font-feature-settings: "palt";
    color: #383838;
}

.title p {
    font-size: 4.0rem;
    font-weight: bold;
    font-feature-settings: "palt";
    color: white;
}


/*　sub-title-area-------------------------*/
.sub-title {
    padding: 20px 10px 20px 10px;
    margin-top: 10px;
    margin-bottom: 35px;
    padding: 0.6%;
}

.sub-title p2 {
    color: #fff;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    border-bottom: solid #fff 1px;
    padding-bottom: 10px;
}

/*　contents-area1-------------------------*/
.contents-area1 {
    display: flex;
    margin: 0px auto;
    padding: 0.6%;
    width: 960px;
    margin-bottom: 70px;
}

.contents-area1-sub {
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    padding: 0.6%;
    width: 960px;
    margin-bottom: 0px;
}

.boxA {
    width: 440px;
    padding: 10px;
}

.boxA p {
    font-size: 1.1rem;
    color: white;
    line-height: 2.2;
}

.contents-area1 p {
    font-size: 1.15rem;
    line-height: 2.2;
}

.area1-img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 820px;
    margin: 0 auto;
}

set-text {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*　contents-area2-------------------------*/
.contents-area2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px auto;
    padding: 0.6%;
    width: 960px;
    margin-bottom: 15px;
}

.boxB-all {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.boxB {
    width: 480px;
    padding: 10px 10px 10px 10px;
}

.boxB p {
    font-size: 1.1rem;
    color: white;
    line-height: 2.2;
}

.boxC {
    width: 420px;
    padding: 20px;
    margin-top: 40px;
    background-color: #00778b;
}

heading-1 {
    font-size: 2rem;
    color: white;
    font-weight: bold;
    text-align: center;
}

heading-2 {
    font-size: 1.15rem;
    color: white;
    font-weight: bold;
    text-align: center;
}

heading-3 {
    display: block;
    margin-top: 15px;
    font-size: 1rem;
    color: white;
}


/*　offer-area-------------------------*/
.offer-area {
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 10px;
}

.offer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    width: 920px;
    border-bottom: solid 2px white;
}

.offer p {
    color: white;
    font-weight: 900;
    font-size: 2.4rem;
}

.offer-box1 {
    padding: 10px 0px 10px 0px;
}

.offer-box1 p {
    color: white;
    font-weight: 900;
    font-size: 2.4rem;
}

.offer-box2 {
    padding: 10px;
    margin-left: 20px;
    background-color: rgb(66, 66, 66);
}

.offer-box2 p {
    color: rgb(238, 238, 238);
    font-weight: 900;
    font-size: 1.2rem;
}

.offer-sub {
    margin: 0 auto;
    margin-top: 0px;
    padding: 0px 10px 0px 18px;
    width: 960px;
}

.offer-sub p {
    color: white;
}

.offer-sub p1 {
    color: white;
    font-weight: bold;
    font-size: 1.35rem;
}


/*　flm-top-------------------------*/
.flm-top {
    display: flex;
    align-items: center;
    width: 960px;
    padding: 0.6%;
    margin: 0 auto;
}

.flm-top-1 {
    display: flex;
    justify-content: space-between;
    width: 920px;
    padding-bottom: 80px;
    margin: 0 auto;
}

.flm-box {
    width: 480px;
    padding: 10px;
}

.flm-box p {
    font-size: 1.1rem;
    color: white;
    line-height: 2.2;
}

.flm-box-1 {
    max-width: 660px;
    padding: 0px 10px 10px 10px;
}

.flm-box-1 p {
    color: white;
}

.flm-box-2 {
    width: 480px;
    padding: 10px;
}

.flm-box-up {
    padding: 10px 0px 20px 0px;
}

.flm-box-under {
    padding: 0px 0px 0px 0px;
}

.flm-box-under p {
    color: white;
}

.flm-box-under p1 {
    color: white;
    font-size: 1.25rem;
}



/*　area-boxB-top-------------------------*/
.area-boxB-top {
    padding: 10px;
    width: 880px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 40px;
}

.area-boxB-top p {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: justify;
    font-weight: 800;
    color: white;
}

.area-boxB-top p1 {
    font-size: 3.6rem;
    font-weight: 900;
    color: white;
}

.area-boxB {
    padding: 10px 10px 10px 10px;
    width: 880px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 100px;
}

.area-boxB p {
    padding: 0px 0px 0px 0px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: justify;
    font-weight: 800;
    color: white;
}

.area-boxB p1 {
    font-size: 3.6rem;
    font-weight: 900;
    color: white;
    padding: 0px 0px 0px 0px;
}

.area-boxC {
    width: 960px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.area-boxC-photo {
    width: 90%;
    margin: 0 auto;
}

.big-font p {
    font-size: 10rem;
    font-weight: 900;
}

.bg-1 {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../img/image-1.jpg);
    height: 500px;
    width: 450px;
}

/*　topic-box-------------------------*/
.topic-box {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 25px;
}

.topic-boxA {
    padding-top: 20px;
    width: 960px;
}

.topic-boxA p {
    font-size: 1.7rem;
    color: white;
}

.topic-boxA p1 {
    font-size: 1.2rem;
    color: white;
    font-weight: 100;
}

.topic-boxB {
    color: white;
    margin: 0;
    padding: 5px;
    width: 480px;
    text-align: justify;
}


/*　storage-box-------------------------*/
.storage-box-all {
    display: flex;
    justify-content: center;
}

/*　storage-title-------------------------*/
.storage-title {
    padding: 5px;
    text-align: center;
}

.storage-title p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #383838;
}

/*　storage-boxA-------------------------*/
.storage-box1 {
    display: flex;
    align-items: flex-start;
    width: 900px;
}

.storageA1 {
    padding: 5px;
    margin: 0 auto;
}

.storageA2 {
    padding: 5px;
    margin: 0 auto;
}

/*　storage-boxB-------------------------*/
.storage-box2 {
    display: flex;
    width: 960px;
    align-items: flex-start;
}

.storageB1 {
    padding: 5px;
    margin: 0 auto;
}

.storageB2 {
    padding: 5px;
    margin: 0 auto;
}

annotation-t {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    color: #383838;
    font-feature-settings: "palt";
}

/*　storage-boxA-------------------------*/
.area-storageA {
    padding: 10px;
    margin: 0 auto;
    width: 880px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.area-storageA p {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: justify;
    font-weight: 800;
    color: #383838;
}

.area-storageA p1 {
    font-size: 3.6rem;
    font-weight: 900;
    color: #383838;
}


/*　information-area-------------------------*/
.information-area1 {
    display: flex;
    padding-top: 60px;
    padding-bottom: 0px;
    width: 860px;
    margin: 0 auto;
}

.information-area2 {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 860px;
    margin: 0 auto;
}

.information-area3 {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.area3-box-l {
    display: flex;
    flex-direction: column;
    width: 330px;
    height: 300px;
}

.area3-box-r {
    display: flex;
    flex-direction: column;
    width: 330px;
    padding-left: 40px;
}

.contact-box-01 {
    width: 330px;
    height: 270px;
    padding: 5px;
    margin: 0 auto;
}

.contact-box-02 {
    width: 330px;
    height: 190px;
    padding: 5px;
    margin: 0 auto;
}

.con-box02 {
    width: 330px;
    padding: 8px 0px 5px 3px;
    font-size: 1.08rem;
    margin: 0 auto;
}

.con-box02 a {
    display: inline-block;
    border-bottom: 1px dotted #d1d1d1;
    width: 115px;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .con-box02 {
        padding-left: 10px;
        border-bottom: 1px dotted#d1d1d1;
    }

    /* IE11 */
}



.info-logo {
    display: flex;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
    width: 400px;
}

.info-logo1 {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 40px 20px 40px;
    width: 860px;
}

.info-box1 {
    padding: 0px;
}

.addr-box1 {
    padding: 10px;
    width: 300px;
    color: rgb(255, 255, 255);
    padding-bottom: 60px;
    margin-left: 50px;
}

.addr-box2 {
    padding: 10px;
    width: 300px;
    color: rgb(255, 255, 255);
    padding-bottom: 60px;
}

#company-text {
    font-size: 1.15rem;
    margin-bottom: 10px;
    font-weight: bold;
}

#contact-text {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.under-bar-w {
    border: 1px solid rgb(255, 255, 255);
    width: 630px;
}

/*　pamphlet-------------------------*/
.pamphlet {
    text-align: center;
    width: 860;
    margin: 0 auto;
    padding: 30px;
    color: rgb(255, 255, 255);
}

.btn-gradient-radius {
    font-weight: bold;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 25px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-image: linear-gradient(180deg, #ffffff 0%, #cecece 100%);
    transition: 4s;
}

.btn-gradient-radius:hover {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(180deg, #414141 0%, #242424 100%);
    transition: 4s;
}











/* タブレット
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
------------------------------------------------------------------------*/
@media (max-width: 900px) {

    /* tablet-------------------------*/
    .wrapper {
        max-width: 100%;
        margin: 0 auto;
        padding: 0.6%;
    }

    h1 {
        font-size: 0.9rem;
        color: white;
        background-color: #0062ff;
        padding: 0.5em;
        border-radius: 5em;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    html {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 62.5%;
    }

    a.btn-border {
        border-radius: 0;
    }

    a.btn-border:before,
    a.btn-border:after {
        position: absolute;
        width: 0%;
        height: 1px;
        content: "";
        -webkit-transition: all .3s;
        transition: all .3s;
        background: rgb(0, 0, 0);
    }

    a.btn-border:before {
        top: 0;
        left: 0;
    }

    a.btn-border:after {
        right: 0;
        bottom: 0;
    }

    a.btn-border:hover:before,
    a.btn-border:hover:after {
        position: absolute;
        width: 100%;
        height: 1px;
        content: "";
        -webkit-transition: all .3s;
        transition: all .3s;
        background: rgb(255, 255, 255);
    }

    .btn,
    a.btn,
    button.btn {
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 0.9rem 0.9rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #ffffff;
        border-radius: 0rem;
    }

    h1 {
        font-size: 1rem;
        color: white;
        background-color: #0062ff;
        padding: 0.5em;
        border-radius: 5em;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    
    h2 {
        font-size: 1rem;
        text-align: center;
        color: white;
        background: #00778b;
        padding: 0.5em;
        margin-bottom: 40px;
    }
    
    h3 {
        font-size: 1rem;
        text-align: center;
        color: white;
        background: #088208;
    }

    .image-box {
        width: 100%;
        margin: 0 auto;
    }

    .page-header {
        display: flex;
        justify-content: space-between;
    }

    .page-header-1 {
        display: flex;
        justify-content: space-between;
    }

    .main-nav {
        display: flex;
        justify-content: flex-end;
        font-size: 1.15rem;
        text-transform: uppercase;
        list-style: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-nav li {
        margin-left: 10px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .main-nav a {
        color: white;
    }

    .main-nav a:hover {
        color: rgb(255, 255, 255);
    }

    .nav-bg {
        background-color: #111111;
        width: 100%;
    }

    .logo-f {
        padding: 40px 0px 0px 0px;
    }



    /*　offer-area-------------------------*/
    .offer-area {
        display: flex;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .offer {
        margin: 0 auto;
        width: 80%;
        border-bottom: solid 2px white;
    }

    .offer p {
        color: white;
        font-weight: 900;
        font-size: 2.4rem;
    }

    .offer-sub {
        padding: 0px;
        margin: 0 auto;
        margin-top: 20px;
        width: 80%;
    }

    .offer-sub p {
        color: white;
    }


    .offer-sub p1 {
        color: white;
        font-size: 1.25rem;
    }


    /*　flm-top-------------------------*/
    .flm-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
    }

    .flm-top-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 80%;
        padding-bottom: 10px;
        margin: 0 auto;
    }

    .flm-box {
        width: 80%;
        padding: 10px;
        margin: 0 auto;
    }

    .flm-box p {
        font-size: 1.1rem;
        color: white;
        line-height: 2.2;
    }

    .flm-box-1 {
        width: 80%;
        padding: 10px 10px 10px 10px;
        margin: 0 auto;
    }

    .flm-box-1 p {
        color: white;
    }

    .flm-box-2 {
        display: flex;
        flex-direction: column;
        width: 80%;
        padding: 10px;
        margin: 0 auto;
    }

    .flm-box-up {
        padding: 10px 0px 20px 0px;
    }

    .flm-box-under {
        padding: 0px 0px 0px 0px;
    }

    .flm-box-under p {
        color: white;
    }

    .flm-box-under p1 {
        color: white;
        font-size: 1.25rem;
    }



    /*　contents-area2-------------------------*/
    .contents-area2 {
        display: flex;
        flex-direction: column;
        margin: 0px auto;
        padding: 0.6%;
        width: 700px;
        margin-bottom: 15px;
    }

    .boxB-all {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .boxB {
        width: 80%;
        margin: 0 auto;
        padding: 10px 10px 10px 10px;
    }

    .boxB p {
        font-size: 1.1rem;
        color: white;
        line-height: 2.2;
    }

    .boxC {
        width: 100%;
        padding: 20px;
        background-color: #00778b;
    }

    heading-1 {
        font-size: 2rem;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    heading-2 {
        font-size: 1.15rem;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    heading-3 {
        display: block;
        margin-top: 15px;
        font-size: 1rem;
        color: white;
    }


    /*　offer-area-------------------------*/
    .offer-area {
        display: flex;
        justify-content: flex-start;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .offer {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
        width: 80%;
        border-bottom: solid 2px white;
    }

    .offer p {
        color: white;
        font-weight: 900;
        font-size: 2.4rem;
    }

    .offer-box1 {
        padding: 10px 0px 10px 0px;
    }

    .offer-box1 p {
        color: white;
        font-weight: 900;
        font-size: 2.4rem;
    }

    .offer-box2 {
        padding: 10px;
        margin-left: 20px;
        background-color: rgb(66, 66, 66);
    }

    .offer-box2 p {
        color: rgb(238, 238, 238);
        font-weight: 900;
        font-size: 1.2rem;
    }

    .offer-sub {
        margin: 0 auto;
        margin-top: 0px;
        padding: 0px 10px 0px 18px;
        width: 85%;
    }

    .offer-sub p {
        color: white;
    }

    .offer-sub p1 {
        color: white;
        font-weight: bold;
        font-size: 1.35rem;
    }



    .contents-area1-sub {
        display: flex;
        flex-direction: column;
        margin: 0px auto;
        padding: 0.6%;
        width: 100%;
        margin-bottom: 0px;
    }

    .boxA {
        width: 90%;
        margin: 0 auto;
        padding: 10px 20px 10px 20px;
    }

    .boxA p {
        font-size: 1.1rem;
        color: white;
        line-height: 2.2;
    }

    .contents-area1 p {
        font-size: 1.15rem;
        line-height: 2.2;
    }

    .area1-img {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 820px;
        margin: 0 auto;
    }

    set-text {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }



    /*　information-area-------------------------*/
    .information-area1 {
        display: flex;
        padding-top: 60px;
        padding-bottom: 0px;
        width: 100%;
        margin: 0 auto;
    }

    .information-area2 {
        display: flex;
        padding-top: 0px;
        padding-bottom: 60px;
        width: 860px;
        margin: 0 auto;
    }

    .information-area3 {
        display: flex;
        justify-content: center;
        padding-bottom: 60px;
        width: 100%;
    }

    .area3-box-l {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .area3-box-r {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0px;
    }

    .contact-box-01 {
        width: 300px;
        height: 270px;
        padding: 5px;
        margin: 0 auto;
    }

    .contact-box-02 {
        width: 300px;
        height: 180px;
        padding: 5px;
        margin: 0 auto;
    }

    .con-box02 {
        width: 300px;
        padding: 0px 0px 0px 3px;
        color: white;
        font-size: 1.08rem;
        margin: 0 auto;
    }

    .con-box02 a {
        display: inline-block;
        border-bottom: 1px dotted #d1d1d1;
        width: 140px;
    }



    .info-logo {
        display: flex;
        justify-content: center;
        padding: 50px 0px 20px 0px;
        margin: 0 auto;
        width: 400px;
    }

    .info-logo1 {
        display: flex;
        justify-content: center;
        align-content: flex-start;
        padding: 20px 40px 20px 40px;
        width: 100%;
    }

    .info-box1 {
        padding: 10px;
    }

}











/* スマホ
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
------------------------------------------------------------------------*/
@media (max-width: 450px) {

    /* mobile-------------------------*/
    .wrapper {
        max-width: 100%;
        padding: 0.8%;
    }

    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    html {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 62.5%;
    }

    a.btn-border {
        border-radius: 0;
    }

    a.btn-border:before,
    a.btn-border:after {
        position: absolute;
        width: 0%;
        height: 1px;
        content: "";
        -webkit-transition: all .3s;
        transition: all .3s;
        background: rgb(0, 0, 0);
    }

    a.btn-border:before {
        top: 0;
        left: 0;
    }

    a.btn-border:after {
        right: 0;
        bottom: 0;
    }

    a.btn-border:hover:before,
    a.btn-border:hover:after {
        position: absolute;
        width: 100%;
        height: 1px;
        content: "";
        -webkit-transition: all .3s;
        transition: all .3s;
        background: rgb(255, 255, 255);
    }

    .btn,
    a.btn,
    button.btn {
        font-size: 0.7rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 0px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #ffffff;
        border-radius: 0rem;
    }

    h1 {
        font-size: 0.9rem;
        color: white;
        background-color: #0062ff;
        padding: 0.5em;
        border-radius: 5em;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    
    h2 {
        font-size: 0.9rem;
        text-align: center;
        color: white;
        background: #00778b;
        padding: 0.5em;
        margin-bottom: 40px;
    }
    
    h3 {
        font-size: 0.9rem;
        text-align: center;
        color: white;
        background: #088208;
    }


    .image-box {
        width: 100%;
        margin: 0 auto;
    }

    .bg-b {
        background-color: rgb(70, 70, 70);
        width: 100%;
    }

    /* Top-image-------------------------*/
    .bg {
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .bg-b {
        background-color: black;
        width: 100%;
    }

    .page-header {
        display: flex;
        justify-content: space-between;
    }

    .page-header-1 {
        display: flex;
        flex-direction: column;
    }

    .main-nav {
        display: flex;
        justify-content: center;
        font-size: 0.9rem;
        text-transform: uppercase;
        list-style: none;

    }

    .main-nav li {
        margin: 0 auto;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 10px;
    }


    .main-nav a {
        color: white;
    }

    .main-nav a:hover {
        color: dimgrey;
    }

    .nav-bg {
        background-color: #111111;
        width: 100%;
    }

    .logo-f-box {
        margin: 0 auto;
    }

    .logo-f {
        width: 100%;
        padding:
            30px 0px 0px 0px;
    }


    /*　title-area-------------------------*/
    .title-area {
        display: flex;
        justify-content: center;
    }

    .title {
        padding: 10px 20px 10px 20px;
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: justify;
        color: white;
    }

    .title p {
        font-size: 2.0rem;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 120%;
        text-align: left;
    }

    .title-2 {
        margin-top: 10px;
        margin-bottom: 60px;
        text-align: center;
        padding: 0.6%;
    }

    .title-2 p {
        font-size: 2.6rem;
        text-align: left;
        font-weight: bold;
        font-feature-settings: "palt";
        color: black;
    }

    /*　sub-title-area-------------------------*/
    .sub-title {
        padding: 20px 10px 20px 10px;
        margin-top: 10px;
        margin-bottom: 35px;
        padding: 0.6%;
    }

    .sub-title p2 {
        color: #fff;
        font-size: 1.6rem;
        font-feature-settings: "palt";
        border-bottom: solid #fff 1px;
        padding-bottom: 10px;
    }

    /*　contents-area-------------------------*/
    .contents-area1 {
        display: flex;
        flex-direction: column;
        padding: 0.6%;
        padding-top: 40px;
    }

    .contents-area1-sub {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        padding: 0.6%;
        width: 100%;
        margin-bottom: 0px;
    }

    .contents-area1 p {
        font-size: 1.15rem;
        line-height: 2.2;
    }

    .area-big-img {
        width: 90%;
        padding: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .area-boxA {
        padding: 10px 25px 10px 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        margin: 0 auto;
    }

    .area-boxA p {
        font-size: 1.4rem;
        color: white;
        line-height: 2.2;
    }

    .area-boxA p1 {
        font-size: 2.1rem;
        font-weight: 900;
        color: white;
    }

    .boxA {
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px 10px 20px;
    }

    .boxA p {
        font-size: 1.05rem;
        color: white;
        line-height: 1.9;
    }

    .boxB {
        width: 100%;
        padding: 5px 5px 5px 5px;
    }

    /*　contents-area2-------------------------*/
    .contents-area2 {
        display: flex;
        margin: 0px auto;
        padding: 0.6%;
        width: 100%;
        margin-bottom: 15px;
    }

    .boxB-all {
        display: flex;
        margin: 0 auto;
    }

    .boxB {
        width: 90%;
        padding: 10px 20px 10px 20px;
    }

    .boxB p {
        font-size: 1.1rem;
        color: white;
        line-height: 2.2;
    }

    .boxC {
        width: 90%;
        margin: 0 auto;
        padding: 10px;
        background-color: #00778b;
    }

    heading-1 {
        font-size: 1.5rem;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    heading-2 {
        font-size: 0.9rem;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    heading-3 {
        display: block;
        margin-top: 15px;
        font-size: 0.8rem;
        color: white;
    }

    /*　offer-area-------------------------*/
    .offer-area {
        display: flex;
        flex-direction: column;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .offer {
        margin: 0 auto;
        padding: 20px;
        width: 90%;
        border-bottom: solid 2px white;
    }

    .offer p {
        color: white;
        font-weight: 900;
        font-size: 1.4rem;
    }

    .offer-sub {
        margin: 0 auto;
        margin-top: 20px;
        width: 90%;
        text-align: center;
        padding: 0px 20px 0px 20px;
    }

    .offer-sub p1 {
        color: white;
        font-weight: 900;
        font-size: 1.15rem;
    }


    /*　flm-top-------------------------*/
    .flm-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
    }

    .flm-box {
        width: 90%;
        padding: 10px;
        margin: 0 auto;
    }

    .flm-box p {
        font-size: 1.1rem;
        color: white;
        line-height: 2.2;
    }

    .flm-box-1 {
        width: 90%;
        padding: 10px 10px 10px 10px;
        margin: 0 auto;
    }

    .flm-box-1 p {
        color: white;
    }

    .flm-box-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0px;
        margin: 0 auto;
    }

    .flm-box-up {
        padding: 10px 0px 20px 0px;
    }

    .flm-box-under {
        width: 90%;
        padding: 0px 0px 0px 0px;
    }

    .flm-box-under p {
        color: white;
    }

    .flm-box-under p1 {
        color: white;
        font-size: 1.25rem;
    }




    /*　lineup-are-------------------------*/
    .lineup-area {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .lineup {
        padding-top: 20px;
        margin: 0 auto;
        width: 95%;
    }

    .lineup p {
        color: white;
        text-align: center;
        font-weight: 900;
        font-size: 2.4rem;
        border-bottom: solid 2px white;
        padding-left: 15px;
        padding-right: 15px;
    }

    .lineup p1 {
        display: block;
        margin-top: 40px;
        font-size: 1.0rem;
        padding-left: 15px;
        padding-right: 15px;
        color: white;
    }

    .lineup p2 {
        display: block;
        margin-top: 20px;
        font-size: 1.0rem;
        padding-left: 15px;
        padding-right: 15px;
        color: white;
    }

    /*　area-boxB-top-------------------------*/
    .area-boxB-top {
        padding: 15px;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .area-boxB-top p {
        padding: 15px;
        font-size: 1.6rem;
        line-height: 1.6;
        text-align: justify;
        font-weight: 800;
        color: white;
    }

    .area-boxB-top p1 {
        text-align: center;
        padding: 15px;
        font-size: 2.6rem;
        font-weight: 900;
        color: white;
    }

    /*　area-boxB-------------------------*/
    .area-boxB {
        padding: 10px 20px 10px 20px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .area-boxB p {
        padding: 30px 0px 10px 0px;
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: 800;
        color: white;
    }

    .area-boxB p1 {
        text-align: center;
        padding: 10px 0px 10px 0px;
        line-height: 1.2;
        font-size: 2.8rem;
        font-weight: 900;
        color: white;
    }

    .area-boxC {
        width: 100%;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .big-font p {
        font-size: 10rem;
        font-weight: 900;
    }

    .bg-1 {
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        background-image: url(../img/image-1.jpg);
        height: 500px;
        width: 450px;
    }


    /*　topic-box-------------------------*/
    .topic-box {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .topic-boxA {
        padding-top: 20px;
        width: 100%;
    }

    .topic-boxA p {
        font-size: 1.7rem;
        padding: 0px;
        color: white;
    }

    .topic-boxA p1 {
        font-size: 1.2rem;
        padding: 0px;
        color: white;
        font-weight: 100;
    }

    .topic-boxB {
        color: white;
        margin: 0;
        padding: 5px;
        width: 480px;
        text-align: justify;
    }



    /*　storage-box-------------------------*/
    .storage-box-all {
        display: flex;
        justify-content: center;
    }

    /*　storage-title-------------------------*/
    .storage-title {
        padding: 5px;
        text-align: center;
    }

    .storage-title p {
        padding-top: 20px;
        font-size: 1.2rem;
        font-weight: 800;
        color: #383838;
    }

    /*　storage-boxA-------------------------*/
    .storage-box1 {
        display: flex;
        flex-direction: column;
        width: 900px;
    }

    .storageA1 {
        padding: 5px;
        margin: 0 auto;
    }

    .storageA2 {
        padding: 5px;
        margin: 0 auto;
    }

    /*　storage-boxB-------------------------*/
    .storage-box2 {
        display: flex;
        flex-direction: column;
        width: 900px;
    }

    .storageB1 {
        padding: 5px;
        margin: 0 auto;
    }

    .storageB2 {
        padding: 5px;
        margin: 0 auto;
    }

    annotation-t {
        display: flex;
        justify-content: center;
        font-size: 1rem;
        color: #383838;
    }

    /*　storage-boxA-------------------------*/
    .area-storageA {
        padding: 10px 20px 10px 20px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .area-storageA p {
        padding: 10px 0px 10px 0px;
        font-size: 1.5rem;
        line-height: 1.6;
        font-weight: 800;
        color: #383838;
        text-align: left;
    }

    .area-storageA p1 {
        padding: 10px 0px 10px 0px;
        font-size: 2.3rem;
        font-weight: 900;
        color: #383838;
        font-feature-settings: "palt";
    }


    /*　information-area-------------------------*/
    .information-area1 {
        display: flex;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        margin: 0 auto;
    }

    .information-area2 {
        display: flex;
        padding-top: 0px;
        padding-bottom: 60px;
        width: 100%;
        margin: 0 auto;
    }

    .info-logo {
        padding: 35px 0px 20px 0px;
        margin: 0 auto;
        width: 50%;
    }


    .info-logo1 {
        display: flex;
        justify-content: center;
        align-content: flex-start;
        padding: 20px 0px 20px 0px;
        width: 100%;
    }

    .info-box1 {
        padding: 0px;
    }

    .information-area3 {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        padding-bottom: 10px;
    }

    .area3-box-l {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding-bottom: 30px;
        width: 100%;
    }

    .area3-box-r {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding-bottom: 30px;
        padding-top: 30px;
        width: 100%;
    }

    .contact-box-01 {
        width: 80%;
        margin: 0 auto;
    }

    .contact-box-01 img{
        width: 100%;
    }

    .contact-box-02 {
        width: 80%;
        margin: 0 auto;
    }

    .con-box02 {
        padding: 20px 0px 0px 3px;
        width: 80%;
        text-align: left;
        color: white;
        font-size: 1rem;
    }

    .con-box02 a {
        display: inline-block;
        border-bottom: 1px dotted #d1d1d1;
        width: 134px;
    }


    .under-bar-w {
        border: 0px solid rgb(255, 255, 255);
    }


    .bg-b1 {
        background-color: #000000;
        width: 100%;
        margin: 0 auto;
    }


    .addr-box1 {
        padding: 0px 20px 20px 20px;
        width: 100%;
        color: rgb(255, 255, 255);
        font-size: 0.9rem;
        padding-bottom: 25px;
        margin-left: 0px;
    }

    .addr-box2 {
        padding: 0px 20px 20px 20px;
        width: 100%;
        color: rgb(255, 255, 255);
        font-size: 0.9rem;
        padding-bottom: 25px;
        margin-left: 0px;
    }

    .telLink {
        pointer-events: none;
    }

}</pre></body></html>