@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

ol {
    list-style: true;
    padding-left: 20px;
}

/* bodyの設定-------------- */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    overflow-x: hidden;
}

/*---------fadein-------*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* wrapperの設定--------------- */
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

/* header---------- */
header {
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
}

h1 {
    padding-left: 10%;
    box-sizing: border-box;
    height: 80px;
}

/* navの設定---------------- */
nav.global ul {
    display: flex;
    justify-content: space-between;
    margin-top: -15px;
    height: 35px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

nav.global ul li {
    display: inline-block;
    width: auto;
}

nav.global ul li a {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: bolder;
    padding: 0 20px;
    box-sizing: border-box;
}

nav.global ul li a:hover {
    color: #777;
}

/* --------page_top---------- */
#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 999;
}

#page_top a {
    width: 60px;
    height: 60px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f139';
    font-size: 50px;
    color: #008833;
}


/* main-------------------- */
main {
    padding-top: 120px;
}

figure {
    text-align: center;
}

figcaption {
    font-size: 0.9em;
    text-align: left;
    margin-top: 10px;
}

/* main-visual-------- */
.main-visual {
    background-color: #000060;
    color: #fff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 120px 0;
    position: relative;
}

.main-copy {
    width: 1000px;
    margin: 0 auto;
}

.supple {
    font-size: 1.3em;
    line-height: 2.2em;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.supple span {
    font-size: 1.25em;
    font-weight: 500;
}

.title {
    font-size: 3.4em;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    margin-top: 30px;
}

.earth {
    position: absolute;
    left: 52%;
    top: 0%;
}

/* section-------- */
section {
    margin-top: 60px;
}

h2 {
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.4em;
}

/* introduction------------- */

.introduction p {
    margin-top: 100px;
    font-size: 1.1em;
    line-height: 2.5em;
    font-weight: 600;
}

/* movie------------- */
.douga {
    padding-top: 5px;
}

.movie {
    margin: 100px auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #000;
}

.youtube {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.jstream {
    display: block;
    margin: 0 auto;
}

/* about---------- */
.about {
    padding-top: 10px;
}

.about h4 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}

.second {
    margin-top: 80px;
}

.about h3 {
    background-color: #000060;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.about p {
    line-height: 2.1em;
    margin-bottom: 25px;
}

.commentary {
    width: 470px;
    float: left;
}

.commentary p span {
    color: #008833;
    font-weight: bold;
    border-bottom: solid 1px #008833;
}

.about .kabuka {
    width: 490px;
    float: right;
}

/* features-------- */
.features {
    margin-top: 150px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #000060;
    color: #fff;
    padding: 100px 0;
    box-sizing: border-box;
}

.features h2 {
    margin-top: 20px;
}

.features img {
    float: left;
    width: 250px;
    height: auto;
}

.features h3 {
    font-size: 1.5em;
}

.features .detail {
    width: 710px;
    float: right;
}

.tokushoku {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.cover {
    text-align: right;
}

.ex {
    margin-top: 20px;
    text-align: left;
}

.link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 5em;
    border-bottom: solid 1px;
}

.link:hover {
    color: #555;
}

/* selection-------- */
.selection {
    text-align: center;
}

.three {
    display: flex;
    justify-content: space-between;
}

.three img:hover {
    opacity: 0.6;
}

.handan {
    text-align: center;
}

.point {
    margin-bottom: 30px;
}

.point img {
    border: 1px #888 solid;
    float: left;
    margin-right: 40px;
    box-sizing: border-box;
}

.point p {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 132px;
    float: left;
}

.point p span {
    color: #008833;
    border-bottom: 1px solid;
}

.caption {
    text-align: left;
    font-size: 0.9em;
    margin-top: 20px;
}

.y-caption {
    font-size: 0.85em;
    color: #f00;
}

/* interview-------------- */
.interview {
    background-color: #f5f2ee;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 100px;
    padding-bottom: 100px;
}

.interview h2 {
    padding-top: 100px;
}

.qa {
    width: 1000px;
    margin: 0 auto;
}

.specialist img {
    float: left;
    margin-right: 40px;
}

.name {
    font-weight: bold;
}

.name span {
    font-size: 1.3em;
}

.profile {
    width: 759px;
    float: right;
}

.name .pro {
    font-size: 14px;
    font-weight: normal;
}

.question {
    margin-top: 40px;
}

.question h3 {
    border-left: solid 10px #008833;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.75em;
}

.question h4 {
    text-align: center;
    font-size: 1.1em;
    margin: 20px 0;
}

.subject {
    float: left;
}

.plus {
    text-align: right;
}

.childmenu,
.childmenu2,
.childmenu3 p {
    line-height: 2em;
}

/* アコーディオン------- */
input+.childmenu {
    display: none;
}

input:checked+.childmenu {
    display: block;
}

input+.childmenu2 {
    display: none;
}

input:checked+.childmenu2 {
    display: block;
}

input+.childmenu3 {
    display: none;
}

input:checked+.childmenu3 {
    display: block;
}

.btn {
    display: none;
}

/* fund-------- */
.fund img {
    margin-top: 5px;
}

.fund h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    background-color: #777;
    color: #fff;
    padding-left: 20px;
    line-height: 2em;
    box-sizing: border-box;
}

.fund p span {
    font-weight: bold;
    color: #f00;
    border-bottom: 1px solid;
}

.fund h4 {
    margin-top: 30px;
}

.fund .right {
    margin-top: 20px;
    text-align: right;
}

/* footer-------- */
footer {
    /* width: 100%; */
    background-color: #000;
    margin-top: 60px;
    text-align: center;
    padding: 40px 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

small {
    color: #fff;
}

/* ----------PCのみ--------- */
@media screen and (min-width:769px) {}

/* ----------スマホ用---------- */
@media screen and (max-width:480px) {

    header {
        padding-top: none;
        height: 48px;
    }

    h1 {
        padding-left: 20px;
    }

    h1 img {
        width: 50%;
        height: auto;
    }

    nav.global {
        position: fixed;
    }

    nav.global ul {
        display: block;
        width: 100%;
        margin-top: 30px;
        height: 200px;
        transition: all .4s;
    }

    nav.global ul li {
        width: auto;
        display: block;
        transition: all .4s;
    }

    nav.global ul li a {
        color: #fff;
        font-size: 0.75em;
        font-weight: lighter;
        line-height: 40px;
    }

    .wrapper {
        overflow: hidden;
    }

    main {
        padding-top: 60px;
    }

    figcaption {
        font-size: 9px;
        line-height: 1.5;
    }

    .caption {
        font-size: 9px;
        line-height: 1.5;
    }

    /* main-visual-------- */
    .main-visual {
        padding: 30px;
        padding-bottom: 80px;
    }

    .main-copy {
        max-width: 90%;
        margin: 0 auto;
    }

    .supple {
        font-size: 0.725em;
        line-height: 2.2em;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .supple span {
        font-size: 1.25em;
        font-weight: 500;
    }

    .title {
        font-size: 1.9em;
        font-weight: 500;
        letter-spacing: 0.08em;
        line-height: 1.2em;
        margin-top: 15px;
    }

    .earth {
        position: absolute;
        left: 48%;
        top: 68%;
    }

    .earth img {
        width: 250px;
        height: auto;
    }

    /* introduction------------- */
    section {
        margin-top: 10px;
    }

    .introduction {
        margin-top: 60px;
    }

    .container {
        width: 95%;
        margin: 0 auto;
    }

    .introduction p {
        margin-top: 110px;
        font-size: 0.75em;
        line-height: 2.2em;
        font-weight: 500;
    }

    h2 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 0.9em;
    }

    .introduction img {
        max-width: 100%;
    }

    .introduction p img {
        margin-top: -70px;
    }

    .douga {
        padding-top: 0;
        height: 200px;
        margin-top: 50px;
    }

    .movie {
        margin: 0 auto;
    }

    .jstream {
        max-width: 100%;
        height: 200px;
    }

    .about h4 {
        font-size: 0.8em;
        margin-bottom: 10px;
    }

    .about h3 {
        font-size: 0.7em;
        padding: 10px 10px;
        margin-bottom: 10px;
    }

    .second img {
        max-width: 100%;
    }

    .second {
        margin-top: 0;
    }

    .about p {
        line-height: 1.8em;
        margin-bottom: 15px;
    }

    .commentary {
        max-width: 100%;
        float: none;
    }

    .commentary p {
        font-size: 0.75em;
    }

    .about .kabuka {
        max-width: 100%;
        float: none;
    }

    figure img {
        max-width: 100%;
        margin: 0 auto;
    }

    /* features-------- */
    .features {
        margin-top: 30px;
        padding: 10px 0;
    }

    .features img {
        float: left;
        width: 100px;
        margin-right: 10px;
    }

    .features h3 {
        font-size: 0.9em;
    }

    .features .detail {
        width: calc(100% - 115px);
        float: right;
    }

    .tokushoku {
        max-width: 95%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .cover {
        text-align: right;
    }

    .ex {
        margin-top: 10px;
        text-align: left;
        font-size: 0.7em;
    }

    .link {
        font-weight: bold;
        font-size: 0.75em;
        line-height: 3em;
        border-bottom: solid 1px;
    }

    .y-caption {
        font-size: 9px;
    }

    /* selection-------- */

    .three {
        max-width: 100%;
    }

    .three img {
        width: calc(290% / 3);
    }

    .point {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .point img {
        max-width: 140px;
        height: auto;
        margin-right: 10px;
        float: left;
        clear: both;
    }

    .point p {
        font-size: 0.8em;
        font-weight: bold;
        line-height: 23px;
        text-align: left;
    }

    .point-text {
        width: calc(100% - 150px);
        height: 67px;
        float: right;
        padding-top: 24px;
    }

    .caption {
        text-align: left;
        font-size: 9px;
        margin-top: 10px;
    }

    /* interview-------------- */
    .interview {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .interview h2 {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .qa {
        max-width: 95%;
        margin: 0 auto;
    }

    .specialist img {
        width: 120px;
        height: auto;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .name {
        font-weight: bold;
        font-size: 0.75em;
    }

    .name .pro {
        font-size: 11px;
        font-weight: normal;
    }

    .profile {
        max-width: 100%;
        font-size: 0.7em;
    }

    .question {
        margin-top: 20px;
    }

    .question h3 {
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        line-height: 1.75em;
    }

    .question p {
        font-size: 0.75em;
    }

    /* fund-------- */
    .fund h2 {
        margin-top: 30px;
    }

    .fund img {
        max-width: 100%;
    }

    .fund h3 {
        font-size: 0.7em;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 10px;
        line-height: 2em;
    }

    .fund p {
        font-size: 10px;
    }

    .fund h4 {
        margin-top: 20px;
        font-size: 0.8em;
    }

    .fund .right {
        margin-top: 10px;
    }

    /* footer-------- */
    footer {
        margin-top: 30px;
        padding: 20px 0;
    }

    small {
        font-size: 0.5em;
    }

}