@charset "UTF-8";
@import url(sanitize.css);

/* //////////////////////////////
Font
////////////////////////////// */

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;1,300&family=Noto+Sans+JP:wght@100..900&display=swap');

/* //////////////////////////////
Base
////////////////////////////// */

html {
    background-color: #FFF;
}
body {
    text-size-adjust: 100%;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    position: relative;
    letter-spacing: .03em;
    margin: 0;
    line-height: 1.47059;
    background-color: #FFF;
    color: #000;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
a {
    text-decoration: none;
    color: #dc143c;
    transition: all .25s ease;
    cursor: pointer;
}
a:hover, a:active {
    color: #000;
    opacity: 0.6;
    cursor: pointer;
}
::placeholder {
    color: #999;
    font-size: 1em;
}
img {
    max-width: 100%;
    height: auto;
    align-self: flex-start;
}
a img {
    transition: all .25s ease;
}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
p {
    line-height: 2;
    margin-bottom: 1em;
    letter-spacing: 0.2em;
}
h1, h2, h3, h4, th, dt {
    font-weight: 500;
}
li {
    list-style: none;
}
figure {
    margin: 0;
    padding: 0;
}
input[type="submit"], input[type="button"] {
    border-radius: 0;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
}
input, textarea {
    box-sizing: border-box;
    max-width: 100%;
}
:focus {
    outline: none;
}
@media screen and (max-width:768px) {
    body {
        font-size: 16px;
    }
    p {
        line-height: 1.5;
        margin-bottom: 1em;
        letter-spacing: 0.15em;
    }
}

/*============================
Common
============================*/

.sp {
    display: none;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
h2 {
    letter-spacing: 0.25em;
    font-size: 2rem;
    line-height: 1.6;
}
h3 {
    letter-spacing: 0.25em;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2em;
    font-weight: 300;
    letter-spacing: 0.1em;
}
span.marker {
    background: linear-gradient(transparent 70%, #EBA63B 70%);
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1.5s;
}
span.marker.on {
    background-size: 100% 100%;
}
a.button {
    display: inline-block;
    background: rgb(255, 116, 140);
    background: linear-gradient(0deg, rgba(255, 116, 140, 1) 0%, rgba(255, 154, 162, 1) 100%);
    padding: 1em 0em;
    position: relative;
    color: #FFF;
    line-height: 1;
    font-weight: bold;
    font-size: 1.6rem;
}
a.button:hover {
    box-shadow: none;
}
a.button span {
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}
a.button span i {
    width: 1.5em;
}

a.button span small {
    font-size: 100%;
}
a.button span i img {}
@media screen and (max-width:768px) {
    .sp {
        display: inherit;
    }
    .pc {
        display: none;
    }
    .inner {
        width: 100%;
        padding: 0 1em;
    }
    h2 {
        font-size: 1.6rem;
        margin-bottom: 1.5em;
    }
    h3 {
        font-size: 1.3rem;
        margin-bottom: 1.5em;
    }
    a.button {
    font-size: 1.2rem;
}

a.button span {}

a.button span i {
    width: 1.2em;
    margin-right: 0.5em;
}
    a.button::after {}
}

/*============================
#header
============================*/

#header {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    padding: 0;
    background: #FFF;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
}
#header .header-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 160px 8px 20px;
}
#header .logo {
    font-size: 1.4rem;
    font-weight: bold;
}
#header .logo a {
    display: block;
    color: #333;
}

#header .logo a small {
    display: block;
}
#header .logo a img {}
#header .global-navi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
#header .global-navi ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1em;
}
#header .global-navi ul li {
    font-weight: bold;
    font-size: 1rem;
}
#header .global-navi ul li a {
    display: block;
    padding: 0 0.5em;
    color: #333;
    font-size: 20px;
}
#header .global-navi ul.header-navi {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
#header .global-navi ul.header-navi li  {
    aspect-ratio: 1.2/1;
    height: 100%;
}
#header .global-navi ul.header-navi li a {
    display: flex;
    height: 100%;
    text-align: center;
    background: rgb(40,167,69);
    background: linear-gradient(0deg, rgba(40,167,69,1) 0%, rgba(52,199,89,1) 100%);
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

#header .global-navi ul.header-navi li:last-child a {
    background: rgb(255,116,140);
    background: linear-gradient(0deg, rgba(255,116,140,1) 0%, rgba(255,154,162,1) 100%);
}
#header .global-navi ul.header-navi li a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0 8px;
}
#header .global-navi ul.header-navi li a i img {}
#header .global-navi ul.header-navi li a small {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}
@media screen and (max-width:768px) {
    #header {
    }
    #header .header-inner {
    padding: 0;
    display: flex;
    align-items: stretch;
    }
    #header .logo {
        width: 60%;
        display: inline-block;
        font-size: 4vw;
        text-align: left;
        padding: 10px;
    }
    #header .logo a {
}

#header .logo a small {
}
    #header .logo a img {}
    #header .global-navi {
    }
    #header .global-navi ul {display: none;}
    #header .global-navi ul li {}
    #header .global-navi ul li a {
    padding: 0 0.25em;
}
    #header .global-navi ul.header-navi {
    display: flex;
}

#header .global-navi ul.header-navi li {
    aspect-ratio: auto;
}

#header .global-navi ul.header-navi li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#header .global-navi ul.header-navi li a i {display: block;}

#header .global-navi ul.header-navi li a small {
    font-size: 10px;
    width: 100%;
}
}

/*============================
#footer
============================*/

#footer {
    background: #FFF0E5;
}
#footer .footer-contents {
    padding: 3em 0 1em;
}
#footer .footer-contents ul {
    text-align: center;
    margin-bottom: 1em;
}
#footer .footer-contents ul li {
    display: inline-block;
    margin: 0 1em;
}
#footer .footer-contents ul li a {
    color: #333;
    font-size: 1rem;
    font-weight: 400;
}
#footer .footer-contents .copyright {
    text-align: center;
}
#footer .footer-contents .copyright small {}
@media screen and (max-width:768px) {
    #footer {}
    #footer .footer-contents {}
    #footer .footer-contents ul {}
    #footer .footer-contents ul li {
    display: block;
}
    #footer .footer-contents ul li a {}
    #footer .footer-contents .copyright {}
    #footer .footer-contents .copyright small {}
}

/*============================
#toggle
============================*/

#toggle {
    display: none;
}

/*============================
#menu
============================*/

#menu {
    display: none;
}
