@charset "utf-8";

/* CSS Document */
body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

div.l-wrapper{
    overflow-x: hidden;
}

/* fonts */
/* 
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 100 – 900;
font-style: normal;
*/

/*
font-family: "Ropa Sans", serif;
font-weight: 400;
font-style: normal;
*/


/* GSAP */
.fade-in,
.mv__img--title,
.mv__img--phone,
.mv__download,
.feature__img--point,
.feature__img--phone,
.feature__img--present {
    opacity: 0;
}


/*================================
common
================================*/
/* --------------
text
-------------- */
p {
    font-size: 14px;
    line-height: 1.8em;
}

.section-header {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.section-header span {
    display: block;
    margin-bottom: 0.5em;
    text-align: center;
    font-family: "Ropa Sans", serif;
    font-weight: 500;
    font-size: 0.6em;
    letter-spacing: 0.1em;
}

.section-header--white {
    color: #013977;
}

.section-header--sub {
    font-size: 18px;
    color: #013977;
    font-weight: 900;
}

.section-header--sub span {
    display: block;
    width: 60px;
    margin-bottom: 0.5em;
    font-size: 0.6em;
    color: #fff;
    font-weight: 600;
    background-color: #0867db;
    padding: 0.5em 1em;
    border-radius: 5px;
    text-align: center;
}


/* --------------
button
-------------- */
a.btn {
    position: relative;
    display: inline-block;
    /* min-width: 200px; */
    padding: 1em 3em 1em 2em;
    border-radius: 5px;
    background-color: #013977;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s;
}

a.btn::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    width: 1em;
    height: 1em;
    background: url(../images_2025/arrow_white.svg) no-repeat center/auto 100%;
}

a.btn:hover {
    background-color: #0867db;
}

a.btn--external {
    font-size: 14px;
}

a.btn--external::after {
    background: url(../images_2025/icon_link.svg) no-repeat center/100%;
}

a.btn--anchor {
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 2em 1em 1em;
}

a.btn--anchor::after {
    width: 0.8em;
    height: 0.8em;
    transform: rotate(90deg);
}


/* --------------
background
-------------- */
.dots {
    background-image: radial-gradient(circle, #5a88f620 1px, transparent 1px);
    background-position: 0 0;
    background-size: 20px 20px;
}

.dots--blue {
    position: relative;
    background: rgb(0, 180, 250);
    background: linear-gradient(90deg, rgba(0, 180, 250, 1) 0%, rgba(0, 83, 183, 1) 100%);
}

.dots--blue::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #ffffff20 1px, transparent 1px);
    background-position: 0 0;
    background-size: 20px 20px;
}


/*================================
header
================================*/
#header {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

#header img {
    display: block;
    width: 40vw;
}


/*================================
mv
================================*/
#mv {
    background-color: rgb(221, 242, 252);
}

div.mv__inner {
    position: relative;
    width: 100%;
    height: 150vw;
    background: url(../images_2025/mv_bg_sp.png) no-repeat top/cover;
}

img.mv__img--title {
    position: absolute;
    top: 10vw;
    left: 3vw;
    width: 70vw;
}

img.mv__img--phone {
    position: absolute;
    bottom: 13vw;
    right: 0;
    margin: auto;
    width: 70vw;
}


div.mv__download {
    display: inline-block;
    width: 55vw;
    position: absolute;
    bottom: -10vw;
    left: 0;
    padding: 4vw;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(12, 122, 224, 0.5);
    text-align: center;
}

div.mv__download>*+* {
    margin-top: 10px;
}

img.mv__download-header {
    display: block;
    width: 80%;
    margin: 0 auto;
}

div.mv__download-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

div.mv__download-links a {
    display: block;
    width: 46%;
}

div.mv__download-links a:nth-child(2) {
    width: 40%;
}

div.mv__download-links a img {
    display: block;
    width: 100%;
}

div.mv__download a#android-link img,
div.mv__download a#ios-link img {
    display: block;
    width: 80%;
    margin: 0 auto;
}



/*================================
feature
================================*/
#feature {
    width: 100%;
    padding: 80px 0 60px;
    background: rgb(221, 242, 252);
    background: linear-gradient(180deg, rgba(221, 242, 252, 1) 0%, rgba(187, 230, 249, 1) 100%);

}

div.feature__inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

img.feature__img--phone {
    display: block;
    width: 100%;
    margin: -30px auto -30px;
}

.feature__img--point {
    display: block;
    width: 100%;
}

.feature__img--present {
    display: block;
    width: 100%;
}

.feature__img--point img,
.feature__img--present img {
    display: block;
    width: 100%;
}


/*================================
howto
================================*/
#howto {
    position: relative;
    width: 100%;
    padding-top: 60px;
}

#howto::before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: clamp(400px, 30vw, 500px);
    background-image: radial-gradient(circle, #ffffff20 1px, transparent 1px);
    background-position: 0 0;
    background-size: 20px 20px;
    z-index: 2;
}

#howto::after {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: clamp(400px, 30vw, 500px);
    background: rgb(0, 180, 250);
    background: linear-gradient(90deg, rgba(0, 180, 250, 1) 0%, rgba(0, 83, 183, 1) 100%);
    z-index: 1;
}

div.howto__inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}

div.howto__inner>*+* {
    margin-top: 32px;
}

div.howto__list>*+* {
    margin-top: 20px;
}

div.howto__list-item {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 40px rgba(12, 122, 224, 0.3);
}

div.howto__list-item img {
    display: block;
    width: 100%;
}

div.howto__list-item-inner {
    width: 100%;
    padding: 20px;
}

div.howto__list-item-inner>*+* {
    margin-top: 16px;
}

div.howto__list-item-inner span {
    position: relative;
    padding-left: 1em;
    font-family: "Ropa Sans", serif;
    font-weight: 500;
    font-size: 13px;
    color: #013977;
}

div.howto__list-item-inner span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    width: 0.5em;
    height: 0.5em;
    background-color: #013977;
}

div.howto__list-item-inner h3 {
    font-weight: 900;
    font-size: 18px;
    color: #013977;
}

div.howto__list-item-inner p {
    font-size: 13px;
    line-height: 1.8em;
}

div.howto__list-item-inner p br{
    display: none;
}


/*================================
present
================================*/
#present {
    position: relative;
    width: 100%;
    padding: 80px 0 60px;
}

h2.section-header--present {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #013977;
}

/* --------------
loop slider
-------------- */
div.loop-slider {
    width: 100%;
    height: 100px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 150s;
}

div.loop-slider--right {
    margin-top: 20px;
    background-image: url("../images_2025/present_top_20250520.png");
    animation-name: slider--right;
}

div.loop-slider--left {
    background-image: url("../images_2025/present_bottom_20250520.png");
    animation-name: slider--left;
}

@keyframes slider--right {
    100% {
        background-position: -10000px 0;
    }
}

@keyframes slider--left {
    100% {
        background-position: 10000px 0;
    }
}


/*================================
info-news
================================*/
#info-news {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: rgb(221, 242, 252);
    background: linear-gradient(180deg, rgba(221, 242, 252, 1) 0%, rgba(187, 230, 249, 1) 100%);
}

/* --------------
info
-------------- */
div.info {
    width: 90%;
    margin: 0 auto;
    padding: 32px 20px 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 40px rgba(12, 122, 224, 0.5);
}

div.info>*+* {
    margin-top: 24px;
}

div.info__list>*+* {
    margin-top: 10px;
}

div.info__list a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* aspect-ratio: 2 / 1; */
    background-color: #fff;
    padding: 32px 20px;
    border-radius: 15px;
    font-size: 16px;
    color: #013977;
    font-weight: 600;
    transition: 0.2s;
}

div.info__list a::after {
    position: absolute;
    bottom: 12px;
    right: 12px;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images_2025/arrow_blue.svg) no-repeat top/100%;
}

div.info__list a:hover {
    transform: scale(0.98);
    background-color: #ddf2fc;
}


/* --------------
news
-------------- */
div.news {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    text-align: center;
}

div.news>*+* {
    margin-top: 32px;
}

div.news--subpage{
    padding-top: 0;
}

div.news__item {
    padding: 24px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 40px rgba(12, 122, 224, 0.5);
    text-align: left;
}

div.news__item>*+* {
    margin-top: 10px;
}

span.news__date {
    color: #013977;
    font-size: 15px;
    font-family: "Ropa Sans", serif;
}

h3.news__title {
    font-size: 16px;
    font-weight: 600;
}

p.news__content {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}


/*================================
cta-download
================================*/
#cta-download {
    position: relative;
    width: 100%;
    padding: 60px 0 100px;
}

img.cta-download__separator {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
}

div.cta-download__inner {
    width: 90%;
    margin: 0 auto;
}

div.cta-download__content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}

div.cta-download__content>*+* {
    margin-top: 40px;
}

h2.section-header--cta-download {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

div.cta-download__app-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

div.cta-download__app-title img {
    width: 50px;
}

div.cta-download__app-title h3 {
    font-size: 16px;
    color: #fff;
}

div.cta-download__app-title h3 span {
    display: block;
    font-size: 0.8em;
}

div.cta-download__links {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
}

div.cta-download__links a {
    display: block;
    width: 50%;
}

div.cta-download__links a:nth-child(2) {
    width: 42%;
}

div.cta-download__links a img {
    display: block;
    width: 100%;
}

a#cta-android-link img,
a#cta-ios-link img {
    position: relative;
    display: block;
    width: 60%;
    margin: 0 auto;
}

img.cta-download__img--phone {
    position: absolute;
    bottom: -60px;
    right: 20px;
    display: block;
    width: 32vw;
    z-index: 2;
}


/*================================
attention
================================*/
#attention {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

div.attention__inner {
    width: 90%;
    margin: 0 auto;
}

div.attention__inner>*+* {
    margin-top: 16px;
}

div.attention__inner h2 {
    font-size: 18px;
}

div.attention__inner ul>*+* {
    margin-top: 0.5em;
}

div.attention__inner ul li {
    position: relative;
    padding-left: 1em;
    font-size: 13px;
}

div.attention__inner ul li::after {
    position: absolute;
    content: '';
    top: 0.5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
}

p.attention__copyright {
    display: block;
    margin-top: 40px;
    font-size: 10px;
    line-height: 1.8em;
}


/*================================
footer
================================*/
#footer {
    position: relative;
    width: 100%;
    padding: 60px 0 32px;
    border-top: 1px solid #ddd;
}

div.footer__inner {
    width: 90%;
    margin: 0 auto;
}

div.footer__inner>*+*,
div.footer__content>*+* {
    margin-top: 32px;
}

img.footer-logo {
    display: block;
    width: 60%;
}

p.footer__outline{
    font-size: 12px;
}

p.copyright {
    display: block;
    width: 90%;
    margin: 60px auto 0;
    font-size: 8px;
    color: #808080;
}


/*================================================================
subpage
================================================================*/
/*================================
common
================================*/
/* --------------
sub-header
-------------- */
div.sub-header__inner {
    padding: 60px 0;
}

.back-top {
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

/*================================
faq
================================*/
/* --------------
faq-guide
-------------- */
#faq-guide{
    width: 100%;
    padding-top: 60px;
}

div.faq-guide__inner{
    width: 90%;
    margin: 0 auto;
    padding: 32px 20px;
    background: rgb(221, 242, 252);
    background: linear-gradient(180deg, rgba(221, 242, 252, 1) 0%, rgba(187, 230, 249, 1) 100%);
    border-radius: 20px;
    text-align: center;
}

div.faq-guide__inner>*+*{
    margin-top: 16px;
}

div.faq-guide__inner h2{
    display: inline-block;
}

/* --------------
faq-nav
-------------- */
#faq-nav {
    width: 100%;
    padding-top: 60px;
}

div.faq-nav__inner{
    width: 90%;
    margin: 0 auto;
}

div.faq-nav__inner>*+* {
    margin-top: 10px;
}

div.faq-nav__inner a {
    width: 100%;
}


/* --------------
faq__list
-------------- */
#faq {
    width: 100%;
    padding-bottom: 60px;
}

div.faq__inner {
    width: 90%;
    margin: 0 auto;
}

div.faq__list {
    padding-top: 60px;
}

div.faq__list>*+* {
    margin-top: 16px;
}

details.details--faq summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5em 3em;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

details.details--faq summary:hover {
    background-color: #ddf2fc;
}

details summary::-webkit-details-marker {
    display: none;
}

details.details--faq summary::after {
    position: absolute;
    right: 1em;
    width: 1.3em;
    height: 1.3em;
    background: url(../images_2025/arrow_blue.svg) no-repeat top/100%;
    content: '';
    rotate: 90deg;
    transition: rotate .3s;
}

details.details--faq[open] summary::after {
    rotate: -90deg;
}

details.details--faq summary::before {
    position: absolute;
    content: 'Q';
    left: 0.8em;
    font-family: "Ropa Sans", serif;
    font-size: 18px;
    color: #013977;
}

details.details--faq p {
    position: relative;
    display: block;
    padding: 1.5em 3em;
    background-color: #eff9fd;
}

details.details--faq p::before {
    position: absolute;
    content: 'A';
    left: 0.8em;
    font-family: "Ropa Sans", serif;
    font-weight: 600;
    font-size: 18px;
    color: #ec432d;
}

details.details--faq p a {
    text-decoration: underline;
    color: #ec432d;
}

details.details--faq p a:hover {
    opacity: 0.7;
}

/*================================
news-sub
================================*/
#news-sub{
    width: 100%;
    padding: 60px 0;
    background: rgb(221, 242, 252);
    background: linear-gradient(180deg, rgba(221, 242, 252, 1) 0%, rgba(187, 230, 249, 1) 100%);
}

div.news__list {
    width: 90%;
    margin: 0 auto;
}

div.news__list>*+* {
    margin-top: 20px;
}


/*================================
help
================================*/
#help {
    width: 100%;
    padding: 60px 0;
}

div.help__inner {
    width: 90%;
    margin: 0 auto;
}

div.help__inner>*+* {
    margin-top: 60px;
}

div.help__content>*+* {
    margin-top: 16px;
}

div.help__content--outline {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.help__img img{
    display: block;
    width: 100%;
    margin: 16px auto 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.help__img--step img{
    margin: 0 auto;
}

div.help__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

div.help__content-inner {
    padding: 32px 20px 20px;
    background-color: #ddf2fc;
    border-radius: 10px;
}

div.help__content-inner>*+* {
    margin-top: 32px;
}

div.help__content-inner h3 {
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    color: #013977;
}

div.help__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3vw;
}

div.help__list-item {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(12, 122, 224, 0.5);
    border-radius: 20px;
}

div.help__list-item>*+* {
    margin-top: 16px;
}

div.help__list-item h4 {
    padding-bottom: 16px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

div.help__list-item--step h4 {
    display: inline-block;
    margin-bottom: 16px;
    padding: 0.1em 0.5em;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Ropa Sans", serif;
    color: #fff;
    background-color: #0867db;
    border-bottom: none;
}

div.help__list-item p {
    font-size: 13px;
    line-height: 1.8em;
}

div.help__links a {
    width: 100%;
    min-width: 0;
}