@charset "UTF-8";
* {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','Noto Sans JP', sans-serif;
    line-height: 1.3em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    scroll-padding: 65px;
}

body {
    position: relative;
    margin: auto;
    padding: 0;
}

ul {
    margin: auto;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}

.block p.text {
    margin-bottom: 1.3rem;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 14px 19px 7px;
    background: #FFF;
    border-bottom: 4px solid #1A005D;
    box-shadow: 0 4px 0 #8EC300;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

header > div {
    display: flex;
    flex-direction: column;
    position: relative;
}

header > div.blog {
    margin-top: 0;
    margin-bottom: 0;
}

header > div.blog a {
    padding-bottom: 0;
}

header > div > a {
    position: relative;
    line-height: 0;
}

header > div > a img {
    position: relative;
    width: 111px;
}

header h1, header p.slogan {
    font-size: 10px;
    margin: 7px 0 3px;
    color: #363F75;
    font-weight: normal;
}

header input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
    display: none;
}
header > ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #EEE;
    display: block;
    z-index: 10;
    transform: translateX(-100%);
    transition-duration: 0.5s;
}

header ul.gnav {
    overflow-y: auto;
}

header > ul > li {
    position: relative;
}
header > ul > li a, header > ul > li > label {
    position: relative;
    padding: 30px;
    font-size: 3vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: block;
}
header > ul > li > label + a {
    display: none;
}
header > ul > li > ul {
    position: relative;
    max-height: 0;
    background: #FFF;
    display: block;
    overflow-y: hidden;
    transition: max-height 0.3s ease-in;
}
header > ul > li > ul > li a {
    padding: 20px;
    font-size: 2.6vw;
}
header > ul > li > input:checked + label {
    background: #DDD;
}
header > ul > li > input:checked ~ ul {
    max-height: 850px;
}
header > ul li.cta {
    width: calc(100% - 60px);
    margin: 0 auto 15px;
}
header > ul li.cta a {
    padding: 20px;
    background-color: #2b2b68;
    color: #FFF;
    border-radius: 5px;
}
header > ul li.cta a:hover {
    background-color: #9191B9;
}
header > ul li.cta a::before {
    content: url("../img/cv-icon.svg");
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
header > #menuSwitch:checked + ul {
    transform: translateX(0);
}
header > .toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #669;
    z-index: 20;
}
header > .toggle span {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    width: 30px;
    height: 2px;
    background: #FFF;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
header > .toggle span:first-child {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
header > .toggle span:last-child {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
header > #menuSwitch:checked ~ .toggle span:first-child {
    -webkit-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0);
}
header > #menuSwitch:checked ~ .toggle span:nth-child(2) {
    opacity: 0;
}
header > #menuSwitch:checked ~ .toggle span:last-child {
    -webkit-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0);
}

.headline {
    position: relative;
    padding: 25% 5% 20%;
    color: #FFF;
    text-align: center;
    background-size: cover;
    background-position: center center;
}
.headline h2.theme {
    display: block;
    position: relative;
    width: 90%;
    margin: auto auto 40px;
    padding: 0;
    font-size: 10vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px #000;
    word-break: keep-all;
    background: none;
    filter: none;
}
.headline p {
    position: relative;
    width: 90%;
    margin: auto;
    padding: 20px 0;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

section img {
    width: 100%;
    margin: auto;
}

section ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    list-style: disc;
}

section ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

section ul li {
    text-align: left;
    margin-left: 2em;
    line-height: 1.7rem;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

section ol li {
    text-align: left;
    line-height: 1.7rem;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.block {
    position: relative;
    padding: 15% 5% 15%;
}
.block h2 {
    position: relative;
    width: 90%;
    margin: auto auto 15px;
    color: #363f75;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
}
.block > p {
    position: relative;
    margin: auto;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.block > a.contact {
    position: relative;
    margin: 50px auto auto;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    background-color: #2b2b68;
    border-radius: 5px;
    display: inline-block;
}
.block > a.contact:hover {
    background-color: #9191B9;
}
a.store:hover {
    background-color: #9191B9;
}
.block > a.contact::before {
    content: url("../img/cv-icon.svg");
    position: relative;
    top: 2px;
    width: 20px;
    margin-right: 10px;
    display: inline-block;
}

.block > div.storeLink {
    box-shadow: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

a.store,
div.storeLink > a.store {
    position: relative;
    margin: 50px auto auto;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    background-color: #2b2b68;
    border-radius: 5px;
    display: inline-block;
}
a.store::before,
div.storeLink > a.store::before {
    content: url("../img/store-icon.svg");
    position: relative;
    top: 2px;
    width: 20px;
    margin-right: 10px;
    display: inline-block;
}
.banner {
    position: relative;
    padding: 50px 5%;
    color: #FFF;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner > anchor {
    position: relative;
    margin-top: -115px;
    padding-top: 115px;
    display: block;
}
.banner > div {
    position: relative;
    width: 100%;
    margin: auto;
}
.banner h2 {
    position: relative;
    margin: auto auto 15px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.banner p {
    position: relative;
    margin: auto;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.banner img {
    position: relative;
    width: 60%;
}

.revealBanner {
    clip-path: inset(0);
    overflow: hidden;
    position: relative;
}

.revealBanner h1 {
    font-size: 40px;
}

.revealBanner {
    background-attachment: fixed;
}
.reveal {
    /* transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease; */
}
.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

footer {
    position: relative;
    margin: 20px auto auto;
    padding: 20px 0 40px;
    text-align: center;
    border-top: 4px solid #1A005D;
    box-shadow: 0 -4px 0 #8EC300;
}
footer p {
    position: relative;
    margin: auto;
    padding: 0;
    font-size: 10px;
}
footer p a {
    position: relative;
    color: #000;
}
footer img {
    position: relative;
    width: 200px;
    margin: 25px auto;
}

.min-top {
    padding: 0 5% 15%;
}

#toc {
    list-style: none;
}
#toc li {
    margin-left: 0;
    line-height: 1.3em;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    header {
        padding: 15px 15px 7px;
    }

    header > div.blog {
        top: 0;
    }

    header > div.blog a {
        padding-bottom: 0;
    }

    header > ul {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        margin: 0;
        background: transparent;
        display: flex;
        transform: translateX(0);
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }

    header ul.gnav {
        overflow-y: visible;
    }

    header > ul > li > a {
        padding: 0 10px;
        font-size: 14px;
    }
    header > ul > li > ul > li a {
        font-size: 14px;
        white-space: nowrap;
    }
    header > ul > li > label {
        display: none;
    }
    header > ul > li > label + a {
        display: block;
    }
    header > ul > li > ul {
        position: absolute;
        top: 30px;
        left: 50%;
        border: 1px solid transparent;
        transform: translateX(-50%);
    }
    header > ul > li > ul > li {
        transition: background-color 0.3s ease-in;
    }
    header > ul > li > ul > li:hover {
        background-color: #EEE;
    }
    header > ul > li:hover ul {
        max-height: 850px;
        border: 1px solid #EEE;
    }
    header > ul li.cta {
        width: auto;
        margin: auto;
    }
    header > ul li.cta a {
        margin-left: 20px;
        padding: 10px 20px;
    }
    header > .toggle {
        display: none;
    }

    .headline {
        padding: 150px 2.5%;
    }
    .headline h2.theme {
        width: auto;
        font-size: 50px;
    }

    .block {
        padding: 100px 2.5%;
        background-color: #ffffff;
    }

    .banner {
        padding: 50px 2.5%;
    }

    footer {
        background-color: #ffffff;
    }

    footer p {
        font-size: 14px;
    }
    .min-top {
        padding: 0 calc((100% - 1200px) / 2) 5%;
    }
    #toc li {
        font-size: 17px;
    }
    /*section ul li {*/
    /*    font-size: 17px;*/
    /*}*/
    /*section ol li {*/
    /*    font-size: 17px;*/
    /*}*/
}

@media only screen and (min-width: 1201px) {
    :root {
        scroll-padding: 69px;
    }

    header {
        padding: 11px 100px 11px;
    }

    header > div {
        top: 6px;
    }

    header > div.blog {
        top: 6px;
    }

    header > div.blog a {
        padding-bottom: 0;
    }

    header ul.gnav {
        overflow-y: visible;
    }

    header > ul > li > a {
        padding: 0 15px;
    }

    .headline {
        padding: 150px calc((100% - 1200px) / 2);
    }
    .headline p {
        font-size: 17px;
    }

    .block {
        padding: 100px calc((100% - 1200px) / 2);
    }
    .block h2 {
        width: auto;
        margin-bottom: 30px;
        font-size: 28px;
    }
    .block > p {
        font-size: 17px;
    }

    .banner {
        padding: 30px calc((100% - 1200px) / 2);
        display: flex;
    }
    .banner > div {
        width: 590px;
        text-align: left;
        display: inline-block;
    }
    .banner h2 {
        margin: auto auto 20px;
        font-size: 50px;
    }
    .banner p {
        font-size: 17px;
    }
    .banner img {
        width: 610px;
    }
    .min-top {
        padding: 0 calc((100% - 1200px) / 2) 100px;
    }
}

section .reference {
    margin: 0 5% 30px;
    border-color: #363F75;
    border: 1px solid;
    padding: 14px 24px;
    cursor: pointer;
}

section .reference > span {
    float: left;
    margin: -22px 0;
    background: white;
    padding: 0 10px;
    font-size: 12px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #363F75;
    font-weight: bold;
}

section .reference > span::before {
    content: "\f0a4";
    font-family: "Font Awesome 6 Free";
    font-weight: 300;
    margin-right: 5px;
}

section .reference p {
    text-align: left;
    font-size: 12px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #2E2E33;
    margin-bottom: 6px;
}

section .reference .reference_title {
    margin-top: 5px;
    font-size: 14px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #2b2b68;
    font-weight: bold;
    text-decoration: underline;
}

section .reference:hover .reference_title {
    color: #2E2E33;
    text-decoration: none;
}

section .reference img {
    width: 100px;
}

section .reference .reference_text {
    width: calc(100% - 120px);
    margin-left: 20px;
}

@media only screen and (max-width: 769px) {
    section .reference {
        margin: 0 0 20px;
        padding: 21px 16px;
    }
    section .reference > span {
        margin: -30px 0;
    }

    section .reference_desc {
        display: none;
    }
}
