/* =========================================
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;
}

.center {
    text-align: center;
}

.item {
    margin-top: 15px;
}

.bg1 {
    background: #0f499d;
}

.bg2 {
    background: url("../images/bg_special.png");
    background-size: cover;
  background-repeat: no-repeat;   
}

.bg3 {
    background: #b7deff;
}

summary {
    list-style: none;
}
.summary-sp {
    margin-top: -5px;
}



/* =========================================
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: 78%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

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

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

.item {
    margin-top: 30px;
}

.titleBox {
    line-height: 1;
    font-size: 0;
    margin-bottom: 40px;
}

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

/* btnBox */
.btnBox {
    background: url("../images/bg-btnBox.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -1px;
}

.btnBox .btn_bk {
    padding-top: 11em;
    margin-bottom: 2em;
}

.btnBox .inner {
    max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; /* 端に寄りすぎ防止（任意） */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btnBox .item {
    margin: 1em 0;
}

.btn-mt {
    margin: 1em 0;
}

/* =========================================
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 .btnBox02 {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

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

.footer .btnBox02 a:nth-child(odd) {
    margin-right: 20px;
}

.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: -31px;
    left: 105px;
    z-index: 9;
    width: 87px;
}
.gudetama {
    top: -53px;
    right: 122px;
    width: 90%;
}

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

}

@media screen and (max-width:900px) {
    .hero {
        background-size: cover;
    }


    .btnBox a {
        width: 48%;
    }

    .btnBox .btn_bk {
    padding-top: 7em;
    margin-bottom: 1em;
}

}

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

    .pc {
        display: none;
    }

    .hero {
        background-size: cover;
    }

    .header {
        padding-top: 10px;
    }

    .contents {
        padding: 20px 0;
    }

    .logo-page {
        width: 124px;
    }

    .btnBox .btn_bk {
    padding-top: 3em;
    margin-bottom: 1em;
}

    .pt20 {
        padding: 0 20px;
    }

    .summary-sp {
    margin-top: -12px;
}
}

