@charset "utf-8";

/* レイアウトのためのCSS */
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    margin: -80px 0 0 0;
}

@media screen and (max-width:768px) {
    body {
        font-size: 0.8rem;
    }
}

* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

/* font-family */

#splash-logo,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer {
    font-family: 'Futura', 'Helvetica';
    letter-spacing: 0.1em;
    font-weight: 300;
}

/* splash */

#splash-logo {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    width: 150px;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before {
    background: #1C7BD2;
}


@media screen and (max-width:990px) {
    #pc-nav {
        display: none;
    }
}

/* heading */

h1 {
    text-transform: uppercase;
    font-size: 1rem;
    /* position: absolute;
    top: 40%;
    left: 5%; */
    line-height: 1;
    letter-spacing: 0.2em;
}

.h1 {
    color: #000;
    font-family: 'Helvetica';
}

@media screen and (max-width:550px) {
    h1 {
        font-size: 1.2rem;
        top: 32%;
    }
}


h1 span {
    display: block;
}

h2 {
    font-size: 3rem;
}

section {
    margin: 0 0 100px;
}

@media screen and (max-width:768px) {

    h2 {
        font-size: 2rem;
    }
}

/* lead */

/* main-area */

#main-area {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

.sp_only {
    display: none;
}

/* about */

#about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width:768px) {
    #about {
        margin: 0 0 50px 0;
    }

}

#about .img {
    width: 40%;
    min-height: 590px;
    background: url("../img/about_img.jpg") no-repeat center;
    background-size: cover;
}

#about .content {
    width: 50%;
}

@media screen and (max-width:768px) {
    #about .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 50px 0;
    }

    #about .content {
        width: 100%;
        text-align: left;
    }
}

#about h2 {
    color: #1C7BD2;
    margin: 0 0 30px 0;
}

#about p {
    line-height: 2;
    margin: 0 0 30px 0;
}

#about .vision-lead {
    position: relative;
    color: #1C7BD2;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
    #about .vision-lead {
        font-size: 1rem;
    }

}

#about .vision-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    background: #1C7BD2;
    width: 12em;
    height: 3px;
}

/* plan */

.plan_list {
    display: flex;
    justify-content: space-around;
}

.plan_list li {
    width: 30%;
    padding: 3.4rem 3rem;
    text-align: center;
}

.plan_list .light {
    background-color: #98C9F5;
}

.plan_list .standard {
    background-color: #75AFE4;
}

.plan_list .location {
    background-color: #EFCA6B;
}

.plan_list .en {
    font-size: 1.9rem;
    line-height: 32px;
}

.plan_list .ja {
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 60px;
    position: relative;
}

.plan_list .ja::after {
    position: absolute;
    content: '';
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #333;
}

.plan_list .price {
    font-size: 32px;
    font-weight: 700;
}

.plan_list .tax {
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 0 5px;
}

.section_lead {
    margin: 0 0 40px;
}

.plan_ticket {
    width: 70%;
    margin: 0 auto;
}

/* flow */
.flow_list .container {
    background-color: #eee;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 40px 60px;
}

.flow_list .inner {
    display: flex;
    align-items: center;
}

.flow_list .icon {
    margin: 0 40px;
}

/* works */
#works .works_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#works .works_wrap li {
    width: 30%;
    margin: 0 0 30px;
}

/* blog */
#blog .blog_wrap {
    background-color: #eee;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 20px;
}

#blog .blog_wrap li {
    padding: 10px 0;
    margin: 0 0 10px;
    font-weight: 700;
}

#blog .blog_wrap li a {
    border-bottom: 1px solid #b4b4b4;
    transition: .3s;
    display: inline-block;
    padding: 0 0 20px;
}

#blog .blog_wrap li a:hover {
    color: #286bd7;
    transition: .3s;
}

/* faq */

#faq {
    margin: 0 0 200px 0;
}

#faq h2,
#faq .section_lead {
    text-align: center;
}

#faq h2 span.bgLRextend::before {
    background: #1C7BD2;
}

@media screen and (max-width:550px) {
    #faq {
        margin: 0 0 100px 0;
    }

    #faq h2 {
        margin: 0 0 50px 0;
    }

    .faq-bg,
    .faq-bg::after {
        height: 20vh;
    }
}

/* footer */

#footer {
    padding: 100px 0 0;
    border-top: 1px solid #333;
    text-align: center;
    background: #fff;
    position: relative;
    text-transform: uppercase;
}

#footer small {
    color: #888;
}

.footer_inner {
    max-width: 350px;
    margin: 0 auto 50px;
}

.line_link a {
    border: 1px solid #000;
    padding: 12px 40px;
    display: block;
    font-family: Helvetica;
}

.line_link .line {
    font-size: 1.5rem;
    font-weight: 700;
}

@media screen and (max-width:768px) {
    #header {
        padding: 0 5px;
    }

    #header .inner {
        display: flex;
        width: 50%;
    }

    .h1 {
        font-size: .7rem;
    }

    #top-main .pc_only {
        display: none;
    }

    #top-main {
        width: 100%;
        height: auto;
    }

    .plan_list {
        display: block;
    }

    .plan_list li {
        width: 80%;
        padding: 2rem;
        text-align: center;
        margin: 0 auto 40px;
    }

    .plan_list .en {
        font-size: 1.2rem;
    }

    .plan_list .ja {
        font-size: 14px;
    }

    .plan_list .price {
        font-size: 28px;
    }

    #about {
        display: flex;
        flex-direction: column-reverse;
    }

    #about h2 {
        margin: 0 0 10px 0;
    }

    .flow_list .inner {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .flow_list .container {
        padding: 40px;
    }

    .num {
        width: 30%;
    }

    .flow_list .icon {
        margin: 20px 0 20px 0;
        width: 16%;
    }

    .footer_inner {
        display: block;
    }

    .footer-logo {
        width: 50%;
        margin: 0 auto;
    }

    .line_link {
        margin: 60px auto;
        width: 80%;
    }

    #g-nav ul {
        width: 100%;
    }

    .bgextend {
        animation-name: bgextendAnimeBase;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        position: relative;
        opacity: 0;
        display: inline-block;
    }

    .sp_only {
        display: block;
    }

    #header .inner .logo_wrap a {
        width: 160px;
    }

    body {
        margin: -70px 0 0 0;
    }

    #works .works_wrap li {
        width: 48%;
        margin: 0 0 7px;
    }

    .plan_ticket {
        width: 100%;
        margin: 0 auto;
    }

    #blog .blog_wrap {
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px;
    }
}
