/* =========================================
base
========================================= */
body {
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

figure {
    line-height: 0;
}

img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.sp {
    display: none;
}

.pc {
    display: inline;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.item {
    margin-top: 15px;
}


.bg1 {
    background: #ded6fe;
}

.bg2 {
    background-image: linear-gradient(180deg, #ded6fe, #cff4fd);
}

.bg3 {
    background: #e3f7fe;
}

.bg4 {
    background: #f6eaff;
}
/* =========================================
header
========================================= */
.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    position: relative;
    padding: 10px 0;
}



/* =========================================
main
========================================= */
/* hero */
.hero {
    background: url(../images/main.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 83%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.contents {
    /* margin-bottom: 100px; */
    padding: 40px 0;
}

.contents.mb0 {
    margin-bottom: 0;
}

.mb30 {
    margin-bottom: 30px;
}

.pt30 {
    padding: 30px 0;
}

.contents.pb0 {
    padding-bottom: 0;;
}
.contents.pt0 {
    padding-top: 0;;
}

.item {
    margin-top: 30px;
}

/* hero */
.hero img {
    width: 100%;
}


/* btnBox */
.btnBox {
    width: 100%;
    text-align: center;
    font-size: 120%;
    padding-top: 40px;

}

.btnBox-qr {
    background: url("../images/bg-qr.png");
    margin-top: 50px;
    padding: 40px 0;
}

.btnBox .inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.btnBox .item {
    text-align: center;
    margin-top: 0;
}

.btnBox .item p {
    margin-bottom: 10px;
}

.btnBox .item.wide {
    text-align: center;
}

@media screen and (max-width:900px) {
.btnBox .inner {
    width: 90%;
}
}
/* =========================================
footer
========================================= */

.footer .contact {
    background: #082d68;
    padding: 40px 0;
}

.footer .contact p {
    text-align: center;
}

.footer .other-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .other-head .text>.lead {
    color: #013591;
    font-size: 1.56rem;
    font-weight: bold;
    font-feature-settings: "palt";
}

.footer .other-head .text>.arrow {
    margin-left: -50px;
}

.footer .other-head .text p {
    text-align: center;
}

.footer .contact {
    font-size: 0;
}

.footer .btnBox01 {
    margin-top: 7px;
}

.footer .footer-btn {
    margin: 0 20px;
}

.footer .commonBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbdbdb;
    width: 100%;
    padding: 5px 0;
}
.sol {
    top: 0px;
    left: 113px;
    z-index: 9;
    width: 100px;
}
.gudetama {
    top: -37px;
    right: 260px;
    width: 85%;
}

@media screen and (max-width:1400px) {
    .hero {
        background: url(../images/main_s.jpg) no-repeat;
        background-size: cover;
        padding-bottom: 101%;
    }
}

@media screen and (max-width:900px) {


    .hero {
        background-size: cover;
    }

    .btnBox {
        width: 100%;
        font-size: 80%;
    }

    .btnBox .item {
        width: 48%;
    }

    .btnBox .item.wide {
        width: 100%;
        margin-top: 15px;
    }

    .btnBox a {
        width: 48%;
    }

    .btnBox-qr {
        margin-top: 30px;
    }

    .other .inner {
        max-width: 95%;
    }

    .other .box>.text {
        font-size: 1.875em;
    }

    .other .other-note {
        display: block;
    }

    .other .box:not(:last-child) {
        margin-bottom: 30px;
    }

    .footer .other-head .text>.lead {
        font-size: 1.5625em;
    }

    .footer .other-head .text>.arrow img {
        width: 37px;
    }

    .btnBox01 .item>.btn>p {
        padding-bottom: 5px;
    }

    .btnBox01 .body-lead span {
        margin-left: 5px;
    }
}

@media screen and (max-width:600px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .header {
        padding-top: 10px;
    }

    .contents {
        padding: 20px 0;
    }

    .logo-page {
        width: 124px;
    }

    .logo-gudetama {
        width: 138px;
    }

    .btnBox01 .lead {
        font-size: 3vw;
    }

    .btnBox01 .lead span {
        font-size: 5vw;
    }

    .btnBox01 .body-lead {
        font-size: 3vw;
    }

    .btnBox01 .body-lead span {
        width: 10px;
    }

    .btnBox01 .body {
        margin-top: 30px;
        padding: 10px;
    }

    .btnBox01 .item>.btn>p {
        font-size: 0.6rem;
        text-align: center;
    }

    .footer .other-head .text>.lead {
        font-size: 5vw;
    }

    .footer .commonBtn {
        height: 90px;
    }

    .footer .other-head .text>.lead {
        font-size: 4vw;
    }

    .footer .btnBox02 .applink,
    .footer .btnBox02 .pclink {
        width: 150px;
    }
}

