@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
}

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

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
}

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
}


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

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

.l-footer {
    padding: 0;
}

.m-footerNav {
    padding: 3rem 0;
    text-align: center
}

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

.m-footerNav__list li a {
    padding: 3rem 2rem;
    display: block;
    color: #202020
}

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

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

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

.m-sticky__inner {
    width: 100%;
    padding: 1rem 2rem;
}

.m-stickyLine {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-cv01 {
    position: relative;
}

.m-cv02 {
    position: relative;
}


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

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

.m-headerLogo {
    width: 34rem;
    padding: 2rem 1.5rem 2rem 2rem;
}

.btnheadcv {
    padding: 1.5rem 2rem 1.5rem 0;
}

.margin-bottom-30 {
    margin-bottom: 3rem;
}

/*
CTA Button Style
*/
.m-ctaButton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 68rem;
    min-height: 10.5rem;
    margin: 0 auto;
    background: linear-gradient(180deg, #4ce237 0%, #30b91d 100%);
    border-radius: 100vh;
    padding: 1.5rem 2rem;
    text-align: center;
    color: #fff;
    box-shadow: 0 0.6rem 0 #219612, 0 1rem 2rem rgba(0, 0, 0, 0.2);
    text-decoration: none;
    line-height: 1.3;
    transition: all 0.2s ease;
    position: relative;
    top: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.m-ctaButton:active {
    top: 0.6rem;
    box-shadow: 0 0 0 #219612, 0 0 0 rgba(0, 0, 0, 0);
}

.m-ctaButton__text1 {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.m-ctaButton__text2 {
    display: block;
    font-size: 3.8rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Header Modifier */
.m-ctaButton--header {
    max-width: 35rem;
    min-height: 7.6rem;
    padding: 1rem 2rem;
    box-shadow: 0 0.4rem 0 #219612, 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.m-ctaButton--header .m-ctaButton__text1 {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.m-ctaButton--header .m-ctaButton__text2 {
    font-size: 2.5rem;
}

@media screen and (max-width: 740px) {
    .m-ctaButton {
        max-width: 90vw;
        min-height: 15vw;
        padding: 2.5vw 4vw;
        box-shadow: 0 0.8vw 0 #219612, 0 1.5vw 3vw rgba(0, 0, 0, 0.2);
    }

    .m-ctaButton:active {
        top: 0.8vw;
    }

    .m-ctaButton__text1 {
        font-size: 5.13513514vw;
        white-space: nowrap;
    }

    .m-ctaButton__text2 {
        font-size: 5.13513514vw;
        white-space: nowrap;
    }

    /* Header Modifier Mobile */
    .m-ctaButton--header {
        min-height: 12vw;
        padding: 1vw 1.5vw;
        box-shadow: 0 0.6vw 0 #219612, 0 1vw 2vw rgba(0, 0, 0, 0.1);
    }

    .m-ctaButton--header .m-ctaButton__text1 {
        white-space: normal;
    }

    .m-ctaButton--header .m-ctaButton__text2 {
        white-space: normal;
    }
}