@charset "utf-8";

.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 599px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */

html {
    font-size: 62.5%;
}

/*body*/

body {
    color: #333333;
    font-family: "Noto Sans Japanese", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
    background-color: #ecedee;
}

.container {
    overflow: hidden;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 18, 64, 0.5);
    background-color: #fff;
}


/*img*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/*link*/

a:link,
a:visited,
a:active {
    color: #333333;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
    outline: 0;
    opacity: 0.8;
}

/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    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;
}

.btn input:hover {
    -webkit-animation: pulsation .7s alternate infinite;
    animation: pulsation .7s alternate infinite;
}

@-webkit-keyframes pulsation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1.05);
    }
}

@keyframes pulsation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1.05);
    }
}

/* ----------------------------------------------------------
header
---------------------------------------------------------- */

.header {
    background-color: #06447d;
    padding: 10px 0;
}

.header .text {
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
}

.header .text span {
    font-size: 3.2rem;
}

/* ----------------------------------------------------------
mv
---------------------------------------------------------- */

.mv {
    background-image: url(../images/mv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    padding: 40px 0 90px;
}

.mv .text {
    text-align: center;
}

.mv .img {
    text-align: center;
    margin-top: 30px;
}

.emblem {
    text-align: center;
    margin-top: 40px;
}

/* ----------------------------------------------------------
section
---------------------------------------------------------- */
.section {
    padding: 60px 50px 0;
}

.section_last {
    padding-bottom: 60px;
}

.section .section_title {
    font-size: 4.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    padding: 15px 0;
    border-top: 4px solid #06447d;
    border-bottom: 4px solid #06447d;
}

.bold {
    font-size: 2.1rem;
    font-weight: 700;
}

.red {
    color: #b00000;
}

.marker {
    background: linear-gradient(transparent 60%, #edd100 60%);
}


/* ----------------------------------------------------------
cta01
---------------------------------------------------------- */

.cta01 {
    position: relative;
}

.section.cta01 {
    padding: 60px 50px 50px;
    background-color: #06447d;
}

.cta01 .text {
    text-align: center;
}

.cta01 .arrow {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
}

.cta01 .box {
    background-color: #fff;
    padding: 40px 30px 30px 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.cta01 .box .form .mail input {
    text-align: center;
    font-size: 1.8rem;
    padding: 15px 80px;
    box-sizing: border-box;
    background: url(../images/mail_icon.svg) no-repeat left 25px top 10px / 41px 31px, #fff;
    border: 1px solid #001240;
    width: 810px;
}

.cta01 .box .form .btn input {
    width: 810px;
    height: 92px;
    background-image: url(../images/btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0;
}

.cta01 .box .form .mail {
    text-align: center;
}

.cta01 .box .form .btn {
    text-align: center;
    margin-top: 20px;
}

.cta01 .box .notes_list {
    font-size: 1.6rem;
    margin-top: 20px;
}

.cta01 .privacy {
    font-size: 1.4rem;
    width: 600px;
    height: 100px;
    overflow-y: scroll;
    padding: 15px;
    margin: 20px auto 0;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #A1A1A1;
}


/* ----------------------------------------------------------
cta02
---------------------------------------------------------- */

.section.cta02 {
    text-align: center;
    padding: 0 50px 60px;
}

/* ----------------------------------------------------------
present
---------------------------------------------------------- */

.present .present_title {
    color: #06447d;
    font-size: 5.4rem;
    font-weight: 700;
    text-align: center;
}

.present .present_title span {
    color: #c20000;
}

.present .present_box {
    width: 800px;
    margin: 50px auto;
}

.present .present_box .title {
    color: #fff;
    font-size: 5.4rem;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    background-color: #06447d;
    border-radius: 7px 7px 0 0;
}

.present .present_box .contents {
    padding: 50px 35px;
    border: 3px solid #ecedee;
    border-top: none;
    border-radius: 0 0 7px 7px;
}

.present .present_box .contents .img {
    text-align: center;
}

.present .present_box .contents .text {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    margin-top: 30px;
}

.present .layout {
    background-color: #06447d;
    display: flex;
    justify-content: space-between;
    padding: 35px;
    border-radius: 7px;
    margin-top: 40px;
}

.present .layout .box {
    width: 400px;
    border-radius: 7px;
    background-color: #fff;
}

.present .layout .box .title {
    text-align: center;
    padding: 15px 0;
    background-color: #f2d000;
    border-radius: 7px 7px 0 0;
}

.present .layout .box .contents {
    padding: 20px 35px;
}

.present .layout .box .contents .text {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 15px;
}

.present .notes {
    text-align: center;
    margin-top: 10px;
}

/* ----------------------------------------------------------
profile
---------------------------------------------------------- */

.profile .profile_container {
    background-color: #ecedee;
    border-radius: 0 0 7px 7px;
    padding: 25px;
}

.profile .profile_title {
    color: #fff;
    text-align: center;
    font-size: 4.2rem;
    font-weight: 700;
    padding: 10px 0;
    background-color: #06447d;
    border-radius: 7px 7px 0 0;
}

.profile .box {
    background-color: #fff;
    border-radius: 7px;
    padding: 25px;
}

.profile .profile_box {
    margin-bottom: 25px;
}

.profile .box .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile .profile_box .layout .contents .catch {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
    background-color: #b00000;
    padding: 2px 15px 3px;
}

.profile .profile_box .layout .contents .name {
    font-size: 4.2rem;
    font-weight: 700;
    margin: 10px 0;
}

.profile .profile_box .layout .contents .position {
    font-size: 2.1rem;
    font-weight: 700;
    margin: 10px 0;
}

.profile .profile_box .profile_text {
    margin-top: 30px;
}

.profile .profile_box .achieve .title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-top: 40px;
}

.profile .profile_box .achieve .notes {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.profile .box .achieve .layout {
    flex-wrap: wrap;
}

.profile .box .achieve .layout .achieve_box {
    margin-bottom: 30px;
}

.profile .box .achieve .layout .achieve_box:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.profile .box .achieve .layout .achieve_box .text {
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}




/* ----------------------------------------------------------
course
---------------------------------------------------------- */

.course {
    padding-bottom: 60px;
}

.course .box {
    padding: 20px 50px 50px 50px;
    margin-bottom: 60px;
    background-color: #06447d;
    border-radius: 7px;
}

.course .box:last-of-type {
    margin: 0;
}

.course .box .title {
    text-align: center;
    padding: 15px 0;
    border-radius: 7px 7px 0 0;
}

.course .box .contents {
    padding: 40px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 7px;
}

.course .box .contents .text {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    padding: 10px 0;
}

.course .box .contents .img {
    text-align: center;
    margin: 40px 0;
}

.course .box .contents .list li {
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.course .box .contents .list li:last-of-type {
    margin-bottom: 0;
}

.course .box .contents .list li:after {
    content: url(../images/check01.svg);
    display: inline-block;
    width: 25px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 3px;
}

.course .box .contents .list li span {
    border-bottom: 1px solid #f2d000;
}

/* ----------------------------------------------------------
group02
---------------------------------------------------------- */

.group {
    padding-bottom: 60px;
}

.group_container {
    background-color: #ecedee;
    border-radius: 7px;
    padding: 50px;
}

.group .box {
    margin-bottom: 50px;
}

.group .box.box03 {
    margin-bottom: 0;
}

.group .box .title {
    color: #fff;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 7px 7px 0 0;
}

.group .box .title .layout {
    display: flex;
    align-items: center;
    justify-content: center;
}

.group .box .title .layout li:first-of-type,
.group .box .title .layout li:last-of-type {
    width: 160px;
    height: 2px;
    background-color: #fff;
}

.group .box .title .layout li:nth-of-type(2) {
    margin: 0 20px;
}

.group .box01 .title {
    background-color: #06447d;
}

.group .box02 .title {
    background-color: #727272;
}


.group .box .contents {
    padding: 35px;
    background-color: #fff;
    border-radius: 7px;
}

.group .box01 .contents .list li {
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.group .box01 .contents .list li:last-of-type {
    margin-bottom: 0;
}

.group .box01 .contents .list li:after {
    content: url(../images/check01.svg);
    display: inline-block;
    width: 25px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 3px;
}

.group .box01 .contents .list li span {
    border-bottom: 1px solid #f2d000;
}

.group .box02 .contents .list li {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    padding: 10px 10px 10px 50px;
    margin-bottom: 15px;
    background-color: #727272;
    border-radius: 5px;
}

.group .box02 .contents .list li:last-of-type {
    margin-bottom: 0;
}

.group .box02 .contents .list li:after {
    content: url(../images/check02.svg);
    display: inline-block;
    width: 25px;
    height: 27px;
    position: absolute;
    left: 15px;
    top: 13px;
}

/* ----------------------------------------------------------
recommend
---------------------------------------------------------- */

.recommend_container {
    background-color: #ecedee;
    padding: 50px 0;
}

.recommend .box {
    width: calc(100% - 100px);
    padding: 40px;
    margin: 0 auto 60px;
    background-color: #fff;
    border-radius: 7px;
    box-sizing: border-box;
}

.recommend .box:last-of-type {
    margin: 0 auto;
}

.recommend .box .label {
    text-align: center;
}

.recommend .box .contents .title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    margin-top: 10px;
}

.recommend .box .contents .img {
    text-align: center;
    padding-bottom: 40px;
    margin: 20px 0 40px;
    border-bottom: 1px solid #b2b2b2;
}

/* ----------------------------------------------------------
message
---------------------------------------------------------- */

.message {
    padding-bottom: 120px;
}

.message .name {
    text-align: right;
    margin-top: 100px;
}


/* ----------------------------------------------------------
footer
---------------------------------------------------------- */

.footer {
    padding: 25px 0;
}

.footer .link {
    display: flex;
    justify-content: center;
}

.footer .link li:first-of-type {
    margin-right: 20px;
}

.footer .link li a {
    font-size: 1.2rem;
    text-decoration: underline;
}

.footer .link li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 599px) {
    /* ----------------------------------------------------------
    Common Setting
    ---------------------------------------------------------- */

    /*body*/

    body {
        font-size: 1.4rem;
        background-color: #fff;
    }

    .inner {
        width: 95%;
        box-shadow: none;
    }

    /* ----------------------------------------------------------
    header
    ---------------------------------------------------------- */

    .header {
        padding: 5px 0;
    }

    .header .text {
        font-size: 1.4rem;
    }

    .header .text span {
        font-size: 1.8rem;
    }

    /* ----------------------------------------------------------
mv
---------------------------------------------------------- */

    .mv {
        padding: 20px 0 50px;
    }

    .mv .img {
        margin-top: 20px;
    }

    .emblem {
        margin-top: 20px;
    }

    /* ----------------------------------------------------------
    section
    ---------------------------------------------------------- */
    .section {
        padding: 6% 0 0;
    }

    .section .section_title {
        font-size: 2.4rem;
        margin-bottom: 5%;
        padding: 15px 0;
    }

    .bold {
        font-size: 1.6rem;
    }



    /* ----------------------------------------------------------
cta01
---------------------------------------------------------- */

    .section.cta01 {
        padding: 30px 5% 5%;
    }

    .cta01 .arrow {
        top: -40px;
    }

    .cta01 .arrow img {
        width: 250px;
    }

    .cta01 .box {
        padding: 20px 15px 15px 15px;
        border-radius: 10px;
        margin-top: 20px;
    }

    .cta01 .box .form .mail input {
        font-size: 1.6rem;
        padding: 5px 10px 5px 45px;
        background: url(../images/mail_icon.svg) no-repeat left 10px top 5px / 25px auto, #fff;
        border: 1px solid #001240;
        width: 100%;
    }

    .cta01 .box .form .btn input {
        width: 100%;
        height: 12vw;
    }

    .cta01 .box .form .btn {
        margin-top: 10px;
    }

    .cta01 .box .notes_list {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .cta01 .privacy {
        font-size: 1.2rem;
        width: 100%;
    }



    /* ----------------------------------------------------------
cta02
---------------------------------------------------------- */

    .section.cta02 {
        padding: 0 10px 20px;
    }

    /* ----------------------------------------------------------
    present
    ---------------------------------------------------------- */
    .present .present_title {
        font-size: 2.8rem;
    }

    .present .present_title img {
        width: 140px;
    }

    .present .present_box {
        width: 100%;
        margin: 5% auto;
    }

    .present .present_box .title {
        font-size: 2.8rem;
        padding: 10px 0;
        border-radius: 7px 7px 0 0;
    }

    .present .present_box .contents {
        padding: 20px 15px;
    }

    .present .present_box .contents .text {
        font-size: 2.1rem;
        margin-top: 20px;
    }

    .present .layout {
        display: block;
        padding: 15px;
        margin-top: 25px;
    }

    .present .layout .box {
        width: 100%;
    }

    .present .layout .box:first-of-type {
        margin-bottom: 15px;
    }

    .present .layout .box .title {
        padding: 10px 0;
    }

    .present .layout .box .title img {
        width: 100px;
    }

    .present .layout .box .contents {
        padding: 10px 15px;
    }

    .present .layout .box .contents .text {
        font-size: 1.8rem;
        margin-top: 10px;
    }

    /* ----------------------------------------------------------
    profile
    ---------------------------------------------------------- */

    .profile .profile_container {
        padding: 15px;
    }

    .profile .profile_title {
        font-size: 2.4rem;
    }

    .profile .box {
        padding: 15px;
    }

    .profile .profile_box {
        margin-bottom: 15px;
    }

    .profile .box .layout {
        display: block
    }

    .profile .profile_box .layout .img {
        text-align: center;
    }

    .profile .profile_box .layout .author_img img {
        width: 70%;
        border-radius: 50%;
        border: 1px solid #dde7e8;

    }

    .profile .profile_box .layout .contents {
        text-align: center;
        width: 100%;
    }

    .profile .profile_box .layout .contents .catch {
        font-size: 1.6rem;
    }

    .profile .profile_box .layout .contents .name {
        font-size: 2.4rem;
    }

    .profile .profile_box .layout .contents .position {
        font-size: 1.8rem;
        margin-top: 10px;
    }

    .profile .profile_box .text {
        margin-top: 20px;
    }

    .profile .profile_box .achieve .title {
        font-size: 1.8rem;
        margin-top: 30px;
    }

    .profile .profile_box .achieve .notes {
        font-size: 1.4rem;
    }

    .profile .box .achieve .layout {
        flex-wrap: wrap;
    }

    .profile .box .achieve .layout .achieve_box {
        margin-bottom: 20px;
    }

    .profile .box .achieve .layout .achieve_box:nth-of-type(3) {
        margin-bottom: 20px;
    }

    .profile .box .achieve .layout .achieve_box .text {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    /* ----------------------------------------------------------
    group
    ---------------------------------------------------------- */

    .group {
        padding-bottom: 6%;
    }

    .group_container {
        padding: 15px;
    }

    .group .box {
        margin-bottom: 5%;
    }

    .group .box .title {
        font-size: 2.1rem;
        padding: 10px;
    }

    .group .box .title .layout li:first-of-type,
    .group .box .title .layout li:last-of-type {
        width: 10%;
        height: 1px;
    }

    .group .box .title .layout li:nth-of-type(2) {
        margin: 0 10px;
    }

    .group .box .contents {
        padding: 15px;
    }

    .group .box01 .contents .list li {
        font-size: 1.8rem;
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .group .box01 .contents .list li:after {
        width: 20px;
        height: auto;
        top: 2px;
    }

    .group .box02 .contents .list {
        display: block;
    }

    .group .box02 .contents .list li {
        font-size: 2.1rem;
        padding: 10px 10px 10px 50px;
        width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .group .box02 .contents .list li:after {
        width: 25px;
        height: auto;
        left: 15px;
        top: 12px;
    }

    .group .box02 .contents .list li {
        font-size: 1.8rem;
        padding: 10px 10px 10px 45px;
    }

    .group .box02 .contents .list li:after {
        width: 20px;
        height: auto;
        position: absolute;
        left: 15px;
        top: 12px;
    }

    /* ----------------------------------------------------------
    course
    ---------------------------------------------------------- */

    .course {
        padding-bottom: 6%;
    }

    .course .box {
        margin: 0 auto 6%;
        padding: 10px 15px 15px 15px;
    }

    .course .box .title {
        padding: 10px 0;
    }

    .course .box .title img {
        width: 100px;
    }

    .course .box .contents {
        padding: 15px;
        margin-top: 10px;
    }

    .course .box .contents .text {
        font-size: 2.1rem;
    }

    .course .box .contents .img {
        margin: 20px 0;
    }

    .course .box .contents .list li {
        font-size: 1.8rem;
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .course .box .contents .list li:after {
        width: 20px;
        height: auto;
        top: 2px;
    }

    /* ----------------------------------------------------------
    recommend
    ---------------------------------------------------------- */

    .recommend_container {
        padding: 6% 0;
    }

    .recommend .box {
        width: calc(100% - 30px);
        padding: 15px;
        margin: 0 auto 6%;
    }

    .recommend .box .label img {
        width: 80px;
    }

    .recommend .box .contents .title {
        font-size: 2.1rem;
    }

    .recommend .box .contents .img {
        padding-bottom: 20px;
        margin: 10px 0 20px;
    }


    /* ----------------------------------------------------------
    message
    ---------------------------------------------------------- */

    .message {
        padding-bottom: 6%;
    }

    .message .name {
        margin-top: 10%;
    }

    .message .name img {
        width: 150px;
    }


    /* ----------------------------------------------------------
    footer
    ---------------------------------------------------------- */

    .footer {
        padding: 15px 0;
    }

    .footer .link li:first-of-type {
        margin-right: 10px;
    }
}

/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
*/