@charset "utf-8";

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?mkzbvc");
    src: url("../fonts/icomoon.eot?mkzbvc#iefix") format("embedded-opentype"),
        url("../fonts/icomoon.ttf?mkzbvc") format("truetype"),
        url("../fonts/icomoon.woff?mkzbvc") format("woff"),
        url("../fonts/icomoon.svg?mkzbvc#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-new-tab::before {
    content: "\ea7e";
}

/* ===============================
base
=============================== */

body {
    font-family: "Oswald", sans-serif, "Arial", "Noto Sans JP", sans-serif,
        "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans",
        "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 90%;
    font-weight: 300;
    line-height: 1.6em;
    color: #000;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;

}

@media screen and (min-width: 750px) {
    body {
        font-size: 100% !important;
    }
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    transform: translateY(0.1875em);
    text-decoration: none;
    /*filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;*/
}

.hoverL {
    display: block;
    position: relative;
    text-decoration: none;
}

.entry-content a[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-size: 0.9em;
    margin: 0 1%;
    font-weight: 600;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
}

h1 {
    font-size: 1em;
    text-align: center;
    text-shadow: 0 0 6px #666;
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 2.2em;
        padding: 0 1em;
    }
}

h2 {
    font-size: 2.4rem;
    font-weight: 300;
    padding: 2em 0 0 0;
    margin: 0;
    line-height: 1;
    font-family: 'Jost', sans-serif !important;
}

@media screen and (min-width: 420px) {
    h2 {
        font-size: 5em;
    }
}

/* ===============================
utility
=============================== */
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.bold {
    font-weight: 600;
}

.un-l {
    text-decoration: underline;
}

span.red {
    color: #ea5504;
}

span.blue {
    color: #3366cc;
}

.rikei {
    color: #fff;
    background: #009e96;
    padding: 2px 4px;
    margin-left: 10px;
    font-size: 0.7em;
}

.doboku {
    color: #fff;
    background: #3071b7;
    padding: 2px 4px;
    margin-left: 10px;
    font-size: 0.7em;
}

.fxs {
    font-size: 0.7em;
    font-weight: 300;
}

.fs {
    font-size: 0.9em;
}

.fm {
    font-size: 0.6em;
}

.fL {
    font-size: 1.1em;
    font-weight: 600;
}

@media screen and (min-width: 750px) {
    .fxs {
        font-size: 0.8em;
    }

    .fm {
        font-size: 1.2em;
    }

    .fL {
        font-size: 1.5em;
        font-weight: 600;
    }
}

.mt1 {
    margin-top: 1em !important;
}

.mt2 {
    margin-top: 2em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mt8 {
    margin-top: 8em !important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.mb4 {
    margin-bottom: 4em !important;
}

.mb6 {
    margin-bottom: 6em !important;
}

.al-c {
    text-align: center !important;
}

.al-l {
    text-align: left;
}

.al-r {
    text-align: right;
}

.marker {
    background-color: #fff5fc;
}

button:focus {
    outline: none;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media screen and (min-width: 910px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}


/*------------------------------
main-view
------------------------------*/
.hero_area {
    width: 100%;
    background: #0b1d4f;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100%);
}

.box {
    color: #fff;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 200px;
    font-weight: 600;
    background: rgb(255, 255, 255);
    text-align: center;
    background-size: cover;
    padding: 0;
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .box {
        min-height: 500px;
    }
}

.box-bottom {
    width: 92%;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    padding: 3% 0;
}

.box-bottom img {
    width: 30%;
}


.col_5 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 2em 0;
}

.col_5 > li {
    font-size: 0.75rem;
    border: 2px solid #000;
    font-weight: 600;
    width: 46%;
    padding: 10px 0;
    margin-bottom: 1em;
    text-align: center;
}

@media screen and (max-width: 320px) {
    .col_5 > li {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    .col_5 > li {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 992px) {
    .col_5 > li {
        width: 18%;
        font-size: 1.2rem;
    }
}

.col_5 li:nth-child(2),
.col_5 li:nth-child(4) {
    margin-right: 15px;
}

.col_5 li:last-child {
    margin-right: 0;
}

/* ===============================
section
=============================== */
section {
    width: 92%;
    height: auto;
    margin: 0 auto 10%;
    clear: both;
}

@media screen and (min-width: 930px) {
    section {
        max-width: 1040px;
    }
}

.catch {
    width: 100%;
    margin: 0 auto;
    background: #fff5fc;
    padding: 20px;
}

.catch-in {
    width: 94%;
    margin: 0 auto 6%;
    height: auto;
}

@media screen and (min-width: 930px) {
    .catch-in {
        max-width: 830px;
        margin: 5% auto;
        height: auto;
    }
}

.catch img {
    width: 278px;
    padding: 0;
}

@media screen and (min-width: 930px) {
    .catch img {
        width: 550px;
        padding: 0;
    }
}

.catch p {
    font-size: 120%;
    line-height: 1.8;
    font-weight: 500;
}

@media screen and (min-width: 930px) {
    .catch p {
        font-size: 130%;
        text-align: left;
        line-height: 2;
    }
}

.catch-txt {
    text-align: center;
    line-height: 2;
    font-size: 1em;
    font-weight: 600;
}

@media screen and (min-width: 930px) {
    .catch-txt {
        font-size: 1.2em;
    }
}

.catch-txt span {
    display: inline-block;
}

.detail {
    font-size: 0.7em;
    padding: 5px;
    background: #ffffff;
    color: #000000;
    border-radius: 12px;
    margin: 1.5em auto;
}

@media screen and (min-width: 930px) {
    .detail {
        font-size: 0.8em;
        border-radius: 24px;
        padding: 10px;
    }
}

.detail p {
    display: flex;
    font-weight: 600;
    line-height: 1.5;
    justify-content: center;
}

.section-in {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

@media screen and (min-width: 930px) {
    .section-in {
        max-width: 830px;
        margin: 0 auto;
        height: auto;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}


/* ===============================
main area
=============================== */
ul.series {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    border-bottom: 1px dotted #ccc;
    height: 33px;
    margin: 20px 0 20px 0;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
    ul.series {
        height: 49px;
        margin: 50px 0 20px 0;
    }
}

li {
    margin-right: 20px;
    font-size: 1.8em;
}

@media screen and (min-width: 750px) {
    li {
        font-size: 2.8em;
    }
}

h3 {
    background: #53c0d3;
    padding: 0 6px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 0.7em;
    margin-right: 15px;
}

@media screen and (min-width: 750px) {
    h3 {
        font-size: 1em;
        padding: 4px 10px;
    }
}

.fsr1 {
    background: #00a0e9 !important;
}

.fsr2 {
    background: #e5004f !important;
}

.fsr3 {
    background: #009e96 !important;
}

.fsr4 {
    background: #8cc66d !important;
}

.fsr5 {
    background: #0c3388 !important;
}

.fsr6 {
    background: #009944 !important;
}

.fsr7 {
    background: #a69c6f !important;
}

.fsr8 {
    background: #3071b7 !important;
}

.fsr9 {
    background: #c5c5c5 !important;
}


a.btn_06 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    background: repeating-linear-gradient(45deg, #000, #fff 1px, #000 3px, #000 2px);
    color: #000;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
}

a.btn_06 span {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 12px;
    line-height: 1.4;
    font-weight: 600;
    font-size: 80%;
    background: #fff;
    color: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    position: absolute;
    top: -6px;
    left: -6px;
    transition-duration: 0.2s;
}

@media screen and (min-width: 750px) {
    a.btn_06 span {
        font-size: 120%;
        color: #fff;
    }
}

a.btn_06:hover span {
    left: -1px;
    top: -1px;
}



/* ===============================
footer
=============================== */

#footer {
    position: relative;
    bottom: 0;
    margin-top: 50%;
    padding: 5% 0;
    background-color: #e6e6e6;
    color: #000;
}

@media screen and (min-width: 992px) {
    #footer {
        margin-top: 15%;
    }
}

.f-nav ul {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .f-nav ul {
        display: flex;
        align-items: center;
        height: 56px;
        justify-content: flex-end;
    }
}

.f-logo {
    width: 30%;
    margin: 5% auto 10%;
}

@media screen and (min-width: 992px) {
    .f-logo {
        width: 132px;
        padding: 0;
        float: left;
        margin: 0;
    }
}

.f-nav {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .f-nav {
        display: block;
        left: 55%;
        font-size: 0.8rem;
    }
}

.f-nav li {
    border-top: 0;
    border-bottom: 1px solid #000;
    padding: 5% 10px;
}

@media screen and (min-width: 992px) {
    .f-nav li {
        border-bottom: 0;
        border-right: 1px solid #000;
        padding: 0 3%;
        color: #000;
    }
}

.f-nav li a {
    text-decoration: none;
    transition-property: all;
    transition: 0.3s linear;
    color: #000 !important;
}

.f-nav li a:hover {
    color: #000;
}

@media screen and (min-width: 992px) {
    .f-nav li:last-child {
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (min-width: 992px) {
    .f-nav li:last-child {
        border-bottom: 0;
    }
}

.purpose {
    font-size: 0.6rem;
    color: #666;
    line-height: 1.2;
    padding: 5% 0;
    text-align: left;
}

.address,
.address a {
    color: #fff;
    font-size: 1em;
    text-align: left;
}

@media screen and (min-width: 992px) {

    .address,
    .address a {
        font-size: 1.2em;
    }
}

/* ===============================
pagetop
=============================== */
/*トップへ戻るボタン*/
.topBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 0;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: rgba(250, 250, 250, 0.8);
    color: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 22px;
    padding-top: 26px;
    box-sizing: border-box;
}

.topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn:hover {
    opacity: 0.7;
}

@media screen and (min-width: 992px) {
    .topBtn {
        position: fixed;
        /*固定*/
        bottom: 20px;
        /*場所を右下に移動*/
        right: 0;
        /*場所を右下に移動*/
        display: block;
        /*aタグをblock要素に変更*/
        background-color: rgba(240, 240, 240, 0.5);
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 22px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .topBtn:before {
        content: '\25B2';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .topBtn:hover {
        opacity: 0.7;
    }
}

/*------------------------------
ENTRY
------------------------------*/
.entryBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 0;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: #ccc;
    color: #222;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 50px;
    height: 80px;
    text-align: center;
    line-height: 22px;
    padding-top: 26px;
    box-sizing: border-box;
}

.entryBtn:before {
    content: '\02192';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.entryBtn:hover {
    opacity: 0.7;
}

@media screen and (min-width: 992px) {
    .entryBtn {
        position: fixed;
        /*固定*/
        bottom: 20px;
        /*場所を右下に移動*/
        right: 0;
        /*場所を右下に移動*/
        display: block;
        /*aタグをblock要素に変更*/
        background-color: #ccc;
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        width: 60px;
        height: 100px;
        text-align: center;
        line-height: 22px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .entryBtn:before {
        content: '\02192';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .entryBtn:hover {
        opacity: 0.7;
    }
}