@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    border: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, picture, section { display: block; }
ul { list-style: none; }
ol {
    list-style: decimal;
    list-style-position: outside;
}
li > ul, li > ol {
    margin-left: 1.5em;
    margin-bottom: 0;
}
del { text-decoration: line-through; }
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
table td, table th { word-wrap: break-word; }
input, select { vertical-align: middle; }
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}
iframe { vertical-align: bottom; }
svg { max-width: 100%; }

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
hr {
    height: 1px;
    background-color: #ccc;
    border: 0;
    margin-bottom: 25px;
    box-sizing: content-box;
    overflow: visible;
}

a {
    background-color: transparent;
    text-decoration: none;
}
a:not([class]) {
    color: #000;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a:not([class]):hover { color: #999; }

small { font-size: 80%; }
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }
embed, iframe, object { max-width: 100%; }

/* Clearings */
.clear:before, .clear:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .site-header:after, .site-content:after { clear: both; }


/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
body {
    position: relative;
    color: #6a6a6a;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
/*
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
*/
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}
#content {
    position: relative;
    overflow-x: hidden;
}
.content_inner {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}
p { margin-bottom: 25px; }
@media only screen and (min-width: 1300px) {
}
@media only screen and (min-width: 768px) {
    #content.scrolled { margin-top: 75px; }
}
@media only screen and (max-width: 767px) {
    body { font-size: 13px; }
    #content { margin-top: 60px; }
    p { margin-bottom: 5%; }
}


/*--------------------------------------------------------------
  Common
 --------------------------------------------------------------*/
.c-bg-gray { background-color: #f7f7f7; }
.center { text-align: center; }
.bold { font-weight: 700; }
.small { font-size: 80%; }

/* Sectionタイトル */
.c-title {
    position: relative;
/*    font-family: 'Oswald', sans-serif;*/
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center;
}
.c-title::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #6A6A6A;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .c-title {
        font-size: 26px;
        margin-bottom: 8%;
        padding-bottom: 3%;
    }
    .c-title::after { width: 23px; }
}

/* リード文 */
.c-page-lead {
    max-width: 750px;
/*    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;*/
    font-size: 21px;
    font-weight: 400;
    line-height: 2;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .c-page-lead {
        font-size: 18px;
        padding: 8% 0;
    }
}

/* Appダウンロード */
.c-dl-list {
    display: flex;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
}
.c-dl-list li { width: 47.2%; }
.c-dl-list li a { transition: 0.3s; }
.c-dl-list li a:hover { opacity: 0.7; }
@media only screen and (max-width: 767px) {
    .c-dl-list {
        width: 90%;
        max-width: auto;
        margin-bottom: 8%;
    }
}

/* 画像マウスオーバー */
a img.hover { transition: 0.3s; }
a img.hover:hover { opacity: 0.7; }

/* Alignments */
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignleft:after { clear: both; }
.alignright {
    float: right;
    margin-left: 1.5em;
}
.alignright:after { clear: both; }
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.underline { text-decoration: underline; }

span.br { display: block; }
span.pc-br { display: inline; }
@media only screen and (min-width: 896px) {
    span.pc-br { display: block; }
}

.pc-content { display: none !important; }
.sp-content { display: block !important; }
@media only screen and (min-width: 768px) {
    .pc-content { display: block !important; }
    .sp-content { display: none !important; }
}


/*--------------------------------------------------------------
  Header
 --------------------------------------------------------------*/
header {
    background: #fff url(../images/bg.png) center top no-repeat;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}
header.top { background-color: transparent; }
.container-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

/* 共通ナビ */
header .logo {
    position: relative;
    z-index: 999;
}
@media only screen and (min-width: 768px) {
    header {
        background-size: 100% 8px;
        padding: 18px 20px 0 20px;
    }
    header.scrolled {
        background-color: #fff;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    }
    header .logo { width: 175px; }
    .global-nav ul {
        display: flex;
        padding-top: 7px;
    }
    .global-nav ul li {
        position: relative;
        font-size: 12px;
        margin-left: 25px;
    }
    .global-nav ul li a {
        color: #6a6a6a;
        text-decoration: none;
    }
    .global-nav ul li a:hover { color: #999; }

    .header_trigger { display: none; }
}
@media only screen and (max-width: 767px) {
    header {
        position: fixed;
        height: 60px;
        background-size: 100% 5px;
        padding: 15px 0 0 0;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    }
    header.top { background-color: #fff; }
    header .logo {
        width: 160px;
        margin: 0 auto;
    }
    .global-nav {
        position: fixed;
        color: #6a6a6a;
        width: 100%;
        height: 100%;
/*        height: 100vh;*/
        background: #fff url(../images/bg.png) center top no-repeat;
        background-size: 100% 5px;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
/*        padding: 80px 0 30px 0;*/
        padding: 60px 0 30px 0;
        top: 0;
        left: 0;
        transition: all 0.4s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }
    .menu-is-open .global-nav {
        opacity: 1;
        visibility: visible;
    }
    .global-nav ul { border-top: 1px solid #b7b7b7; }
    .global-nav li {
        border-bottom: 1px solid #b7b7b7;
        margin: 0 30px;
    }
    .global-nav li a {
        position: relative;
        display: block;
        color: #6a6a6a;
        font-size: 16px;
        line-height: 1.8;
        border: none;
        padding: 20px 0;
        text-decoration: none;
    }
    .global-nav li a::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 1px #acacac;
        border-right: solid 1px #acacac;
        top: 45%;
        right: 10px;
        transform: rotate(45deg);
    }

    /* ハンバーガーメニュー */
    .header_trigger {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        background-color: transparent;
        top: 10px;
        left: 5%;
        cursor: pointer;
        z-index: 999;
    }
    .header_trigger span {
        position: absolute;
        display: block;
        width: 32px;
        height: 2px;
        background-color: #6a6a6a;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        will-change: opacity;
    }
    .menu-is-open .header_trigger span { background-color: transparent; }
    .header_trigger span::after,
    .header_trigger span::before {
        position: absolute;
        display: block;
        content: " ";
        width: 32px;
        height: 2px;
        background-color: #6a6a6a;
        top: 50%;
        left: 0;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        will-change: transform;
    }
    .menu-is-open .header_trigger span::after,
    .menu-is-open .header_trigger span::before {
        margin-top: 0;
    }
    .header_trigger span::before { margin-top: -11px; }
    .menu-is-open .header_trigger span::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header_trigger span::after { margin-top: 9px; }
    .menu-is-open .header_trigger span::after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}


/*--------------------------------------------------------------
  Footer
 --------------------------------------------------------------*/
footer {
    position: relative;
    font-size: 12px;
    background: url(../images/bg.png) center bottom no-repeat;
    background-size: 100% 8px;
    border-top: 1px solid #f0f0f0;
    padding: 25px 20px 18px;
    text-align: center;
}
footer .content_inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-bottom: 0;
}
footer ul.ft-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
footer ul.ft-nav li { margin: 0 20px; }
footer .ft-nav a {
    position: relative;
    color: #6a6a6a;
    font-size: 12px;
    padding-left: 12px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
footer .ft-nav a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 11px;
    background: url(../images/arrow.svg) center center no-repeat;
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-47%);
    
}
footer .ft-nav a:hover { color: #999; }

footer .ft-logo { margin-bottom: 20px; }
footer .ft-logo img { width: 175px; }

footer .copyright { margin-bottom: 0; }

@media only screen and (max-width: 767px) {
    footer {
        font-size: 10px;
        background-size: 100% 5px;
        padding: 5% 5% 15px;
    }
    footer .ft-logo { margin-bottom: 4%; }
    footer .ft-logo img { width: 120px; }
}


/*--------------------------------------------------------------
  トップページ
 --------------------------------------------------------------*/
.main_visual {
    position: relative;
    margin-bottom: 0;
    padding: 90px 0 100px;
    text-align: center;
    z-index: 2;
}
.main_visual > * { opacity: 0; }
.main_visual h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 60px;
}
.main_visual h1 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
.main_visual h1 img {
    width: 268px;
    margin-top: 40px;
}
.main_visual .txt_lead {
    font-size: 20px;
    margin-bottom: 70px;
}
.main_visual div p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.main_visual div p span { margin: 0 10px; }
@media only screen and (max-width: 767px) {
    .main_visual { padding: 15% 0 8%; }
    .main_visual h1 {
        font-size: 23px;
        margin-bottom: 12%;
    }
    .main_visual h1 span { font-size: 17px; }
    .main_visual h1 img {
        width: 50%;
        margin-top: 8%;
    }
    .main_visual .txt_lead {
        font-size: 17px;
        margin-bottom: 14%;
    }
    .main_visual div p {
        font-size: 16px;
        margin-bottom: 3%;
    }
}

/* スライド */
.p-top-slide {
    position: relative;
    margin-bottom: 100px;
}
.p-top-slide ul {
    display: block;
    z-index: 1;
}
.p-top-slide .slick_photo li { margin: 0 25px; }
.p-top-slide .slick_photo li img { width: 230px; height: 470px; }
@media only screen and (max-width: 768px) {
    .p-top-slide { margin-bottom: 15%; }
    .p-top-slide .slick_photo li { margin: 0 10px; }
    .p-top-slide .slick_photo li img { width: 180px; height: 368px; }
}
@media only screen and (max-width: 640px) {
/*    .p-top-slide .slick_photo li img { width: 110px; height: 225px; }*/
}

/* ABOUT */
.p-app-about {
    background: url(../images/bg_about.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0 70px;
    text-align: center;
}
.p-app-about h2 {
    color: #333;
    text-shadow: 0 0 3px #fff;
}
.p-app-about h2::after {
    box-shadow: 1px 1px 3px 0 #fff;
}
.p-app-about p {
    color: #333;
    line-height: 2.4;
    text-shadow: 0 0 3px #fff;
}
@media only screen and (max-width: 767px) {
    .p-app-about { padding: 10% 0 5%; }
    .p-app-about h2 {
        color: #333;
        text-shadow: 2px 2px 3px #fff;
    }
    .p-app-about h2::after {
        box-shadow: 1px 1px 3px 0 #fff;
    }
    .p-app-about p {
        color: #333;
        line-height: 2.4;
        text-shadow: 2px 2px 3px #fff;
    }
}

/* FEATURE */
.p-app-feature { padding: 120px 0 100px; }
.p-app-feature dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    margin: 0 auto 120px;
}
.p-app-feature dl.odd {
    flex-direction: row-reverse;
    margin-bottom: 80px;
}
.p-app-feature dl dt { width: 30%; }
.p-app-feature dl dd {
    width: 58%;
    margin-left: 40px;
}
.p-app-feature dl.odd dd { margin: 0 40px 0 0; } 
.p-app-feature dl dd h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 15px;
}

.p-app-feature .point-card {
    max-width: 750px;
    margin: 0 auto 60px;
    padding: 40px;
}
.p-app-feature .point-card h4 {
    position: relative;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 40px;
}
.p-app-feature .point-card h4::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 26px;
    background: url(../images/ico_notes.png) left top no-repeat;
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.p-app-feature .point-card ul {
    border-bottom: 1px dashed #707070;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.p-app-feature .point-card p { margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .p-app-feature { padding: 15% 0 18%; }
    .p-app-feature dl {
        flex-direction: column;
        margin-bottom: 20%;
    }
    .p-app-feature dl.odd {
        flex-direction: column; 
        margin-bottom: 12%;
    }
    .p-app-feature dl dt {
        width: 55%;
        text-align: center;
    }
    .p-app-feature dl dd {
        width: 100%;
        margin: 0;
    }
    .p-app-feature dl.odd dd { margin: 0; } 
    .p-app-feature dl dd h3 { font-size: 18px; }
    .p-app-feature dl dd p { margin-bottom: 10%; }

    .p-app-feature .point-card {
        margin-bottom: 15%;
        padding: 6% 8%;
    }
    .p-app-feature .point-card h4 {
        font-size: 18px;
        padding-left: 35px;
    }
    .p-app-feature .point-card h4::before {
        width: 26px;
        height: 23px;
    }
    .p-app-feature .point-card ul {
        margin-bottom: 5%;
        padding-bottom: 5%;
    }
}


/*--------------------------------------------------------------
   規約＆プライバシーポリシー
 --------------------------------------------------------------*/
.page_title {
    position: relative;
    margin-bottom: 0;
    padding: 90px 0 70px;
    text-align: center;
    z-index: 2;
}
.page_title h1 {
    font-size: 25px;
    line-height: 1.38;
}

.p-app-terms {
    font-size: 13px;
    margin-bottom: 100px;
}
.p-app-terms .mb0 { margin-bottom: 0; }
.p-app-terms p.date { text-align: right; }
.p-app-terms dl dt { font-weight: 700; }
.p-app-terms dl dd ul { margin: 0 0 25px 0; }
.p-app-terms dl dd ul.space { margin-left: 1em; }
.p-app-terms dl dd ul.list_brackets {
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.p-app-terms dl dd ul.list_num {
    padding-left: 1em;
    text-indent: -1em;
}
.p-app-terms dl dd a { color: #6a6a6a; }
@media only screen and (max-width: 767px) {
    .page_title { padding: 15% 0 8%; }
    .page_title h1 { font-size: 18px; }

    .p-app-terms {
        font-size: 12px;
        margin-bottom: 15%;
    }
    .p-app-terms dl dd ul { margin-bottom: 5%; }
}
