@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


/*
Base style
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
button,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    box-sizing: border-box
}

html,
body {
    min-height: 100vh
}

html {
    font-size: 62.5%;
    overflow-y: scroll
}

body {
    font-family: "Zen Maru Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #5d5d5d;
    word-break: break-all;
    background-color: #f9f9f9;
    font-size: 2.4rem
}

@media screen and (max-width: 740px) {
    body {
        font-size: 3.2432432432vw
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

li {
    list-style: none
}

b,
em,
strong {
    font-weight: bold
}

strong {
    color: #ef3870
}

hr {
    border: none
}

a,
button {
    cursor: pointer;
    border: none;
    transition: .3s all ease
}

a {
    color: #5d5d5d;
    text-decoration: none
}

button {
    color: #5d5d5d;
    background: none
}

input,
select,
button,
textarea {
    font-family: "Zen Maru Gothic", sans-serif
}

input,
textarea {
    display: block;
    border: none
}

input::placeholder,
textarea::placeholder {
    color: #a2a2a2
}

select {
    -webkit-appearance: none
}

table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    transition: .3s all ease;
    display: block
}

@keyframes animate {
    0% {
        transform: scale(0.92)
    }

    40% {
        transform: scale(0.97)
    }

    60% {
        transform: scale(0.86)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.92)
    }
}

@keyframes btnAnime {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.06, 0.94, 1)
    }

    40% {
        transform: scale3d(0.94, 1.06, 1)
    }

    50% {
        transform: scale3d(1.04, 0.96, 1)
    }

    65% {
        transform: scale3d(0.96, 1.04, 1)
    }

    75% {
        transform: scale3d(1.02, 0.98, 1)
    }

    to {
        transform: scaleX(1)
    }
}


/*
Custom Style
*/
.l-wrapper {
    max-width: 740px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -10px 20px rgba(139, 142, 144, .2);
    background: #fff
}

@media screen and (max-width: 740px) {
    .l-wrapper {
        max-width: 100vw;
        box-shadow: 0 -1.3513513514vw 2.7027027027vw rgba(139, 142, 144, .2)
    }
}

.l-header {
    width: 100%;
    height: 129px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: #ffffff
}

@media screen and (max-width: 740px) {
    .l-header {
        height: 17.43243243vw;
    }
}

.l-footer {
    padding: 0;
}

@media screen and (max-width: 740px) {
    .l-footer {
        padding: 0;
    }
}

.m-footerNav {
    padding: 30px 0;
    text-align: center
}

.m-footerNav__list li {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: .06em
}

.m-footerNav__list li a {
    padding: 30px 20px;
    display: block;
    color: #202020
}

.m-footerNav__list li[data-view=false] {
    display: none
}

.m-footerCopy {
    padding: 30px 0;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: .05em;
    text-align: center;
    display: block;
    background-color: #0e3198;
    color: #fff;
}

@media screen and (max-width: 740px) {
    .m-footerNav {
        padding: 4.0540540541vw 0
    }

    .m-footerNav__list li {
        font-size: 2.972972973vw
    }

    .m-footerNav__list li a {
        padding: 4.0540540541vw 2.7027027027vw
    }

    .m-footerCopy {
        padding: 5.1351351351vw 0;
        font-size: 2.1621621622vw;
        border-top-width: .2702702703vw
    }
}

.m-sticky {
    width: 740px;
    margin: 0 0 0 -370px;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 10;
    overflow: hidden;
    background: #ffffff;
}

.m-sticky__inner {
    width: 100%;
    padding: 10px 20px;
}

@media screen and (max-width: 740px) {
    .m-sticky {
        width: 100vw;
        margin: 0 0 0 -50vw
    }

    .m-sticky__inner {
        padding: 1.35135135vw 2.7027027vw;
    }
}

/* .m-cvBtn {
    width: 94.285714%;
    animation-name: btnAnime;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
} */

.m-cv01 {
    position: relative;
}

.m-cv02 {
    position: relative;
}


.m-cv01 .m-cvBtn {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 494px;
}

.m-cv02 .m-cvBtn {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 538px;
}

.m-headerLogo {
    padding: 20px 15px 20px 20px;
}

.btnheadcv {
    padding: 15px 20px 15px 0;
}

@media screen and (max-width: 740px) {
    .m-headerLogo {
        width: 38.91891892vw;
        padding: 2.7027027vw 2.02702703vw 2.7027027vw 2.7027027vw;
    }

    .btnheadcv {
        width: 53.64864865vw;
        padding: 2.02702703vw 2.7027027vw 2.02702703vw 0;
    }

    .m-cv01 .m-cvBtn {
        width: 66.75675676vw;
    }

    .m-cv02 .m-cvBtn {
        width: 72.7027027vw;
    }

}