@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;
}

.container {
    overflow: hidden;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}


/*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);
    }
}

/* ----------------------------------------------------------
mv
---------------------------------------------------------- */

.mv {
    background:
        url(../images/mv_bg01.png) no-repeat left calc(50% - 770px) top / contain,
        url(../images/mv_bg02.png) no-repeat left calc(50% + 770px) top / contain, #E9F6FC;
}

.mv .inner {
    padding: 40px 0 100px;
}

.mv .img {
    text-align: center;
}

.building_img {
    padding-bottom: 50px;
    width: 600px;
    margin: 0 auto;
}

@media only screen and (max-width: 599px) {
    .building_img {
        width: 100%;
        margin: 0 auto;
    }
}

/* ----------------------------------------------------------
section
---------------------------------------------------------- */
.section {
    padding: 60px 50px 0;
}

.section_last {
    padding-bottom: 60px;
}

.section .section_title {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    padding: 15px 0;
    background-color: #62B7ED;
}

.section .section_text_img {
    text-align: center;
    display: block;
    background-color: #E9F6FC;
    padding: 30px 0;
}

.bold {
    font-size: 2.1rem;
    font-weight: 700;
}

.red {
    color: #F60502;
}

.marker {
    background: linear-gradient(transparent 60%, #FFFD00 60%);
}

.section_contents ol li,
.section_contents ul li {
    padding-left: 30px;
    position: relative;
}

.section_contents ol li:first-of-type:before {
    content: url(../images/list_icon01.svg);
}

.section_contents ol li:nth-of-type(2):before {
    content: url(../images/list_icon02.svg);
}

.section_contents ol li:last-of-type:before {
    content: url(../images/list_icon03.svg);
}

.section_contents ol li:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
}

.section_contents ul li:before {
    content: url(../images/icon.svg);
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
}

.section_contents .layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section_contents .layout .img {
    margin-top: 40px;
}


/* ----------------------------------------------------------
cta01
---------------------------------------------------------- */

.cta01 {
    position: relative;
}

.section.cta01 {
    padding: 60px 50px 50px;
    background-image: url(../images/cta_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta01 .text {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
}

.cta01 .text span {
    color: #FFFD00;
}

.cta01 .form {
    width: 650px;
    margin: 30px auto 0;
}

.cta01 .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: 650px;
}

.cta01 .form .btn input {
    width: 650px;
    height: 75px;
    background-image: url(../images/btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0;
}

.cta01 .form .mail {
    text-align: center;
}

.cta01 .form .btn {
    text-align: center;
    margin-top: 20px;
}

.cta01 .notes_list {
    color: #fff;
    font-size: 1.4rem;
    width: 800px;
    margin: 30px auto 0;
}

.cta01 .privacy {
    font-size: 1.4rem;
    width: 650px;
    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: #1E3859;
    font-size: 5.4rem;
    font-weight: 700;
    text-align: center;
}

.present .present_title span {
    color: #F60502;
}

.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: #62B7ED;
    border-radius: 7px 7px 0 0;
}

.present .present_box .contents {
    padding: 50px 35px;
    border: 3px solid #F0F4F7;
    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: #62B7ED;
    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: #FFFD00;
    border-radius: 7px 7px 0 0;
}

.present .layout .box .contents {
    padding: 20px 35px;
}

.present .layout .box .contents .text {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 500;
    margin-top: 15px;
}

.present .notes {
    text-align: center;
    margin-top: 10px;
}

/* ----------------------------------------------------------
profile
---------------------------------------------------------- */

.profile .profile_container {
    background-color: #F0F4F7;
    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: #62B7ED;
    border-radius: 7px 7px 0 0;
}

.profile .box {
    background-color: #fff;
    border-radius: 7px;
    padding: 25px;
}

.profile .box .layout {
    display: flex;
    align-items: center;
}

.profile .profile_box .layout .contents {
    margin-left: 50px;
}

.profile .profile_box .layout .contents .catch {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
    background-color: #A98B53;
    padding: 2px 15px 3px;
}

.profile .profile_box .layout .contents .name {
    color: #1E3859;
    font-size: 4.2rem;
    font-weight: 700;
    margin: 10px 0;
}

.profile .profile_box .layout .contents .position {
    color: #1E3859;
    font-size: 2.1rem;
    font-weight: 700;
    margin: 10px 0;
}

.profile .profile_box .profile_text {
    margin-top: 30px;
}

.profile .profile_box .career .title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-top: 40px;
}

.profile .profile_box .achieve .title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 10px;
}

.profile .box .achieve .layout {
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile .box .achieve .layout .achieve_box {
    margin-bottom: 30px;
}

.profile .box .achieve .layout .achieve_box:last-of-type {
    margin-bottom: 0;
}

.profile .navigator_box {
    margin-top: 40px;
}

.profile .layout_container {
    display: flex;
    justify-content: center;
}

.profile .navigator_box .navigator_title {
    color: #001240;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 7px 7px 0 0;
}

.profile .navigator_box .navigator_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.profile .navigator_box .navigator_title li:first-of-type,
.profile .navigator_box .navigator_title li:last-of-type {
    width: 160px;
    height: 2px;
    background-color: #001240;
}

.profile .navigator_box .navigator_title li:nth-of-type(2) {
    margin: 0 20px;
}

.profile .navigator_box .layout .contents .name,
.profile .navigator_box .layout .contents .position {
    font-size: 1.8rem;
    font-weight: 700;
}

.profile .navigator_box .layout .contents .name {
    margin-top: 0;
}

.profile .navigator_box .layout .contents .position {
    margin: 0;
}

.profile .navigator_box .contents .list {
    font-size: 1.6rem;
    padding-top: 5px;
    border-top: 1px solid #001240;
    margin-top: 5px;
}

.profile .navigator_box .img {
    margin-right: 20px;
}

.profile .navigator_box .img img {
    border-radius: 50%;
    border: 1px solid #dde7e8;
}

.profile .navigator_box .text {
    margin-top: 30px;
}




/* ----------------------------------------------------------
course
---------------------------------------------------------- */

.course {
    padding-bottom: 60px;
}

.course .course_container {
    padding: 50px;
    background-color: #62B7ED;
    border-radius: 7px;
}

.course .course_title {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.course .box {
    padding: 20px 50px 50px 50px;
    margin-bottom: 60px;
    background-color: #fff;
    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 {
    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 #A98B53;
}

/* ----------------------------------------------------------
group02
---------------------------------------------------------- */

.group {
    padding-bottom: 60px;
}

.group_container {
    background-color: #F0F4F7;
    border-radius: 7px;
    padding: 50px;
}

.group .box {
    margin-bottom: 50px;
}

.group .box.box02 {
    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: #62B7ED;
}

.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 #A98B53;
}

.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;
}


/* ----------------------------------------------------------
get
---------------------------------------------------------- */

.get {
    padding-bottom: 60px;
}

.list_box {
    width: 900px;
    padding: 30px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 14px;
    box-sizing: border-box;
}

.list_box .title {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
}

.list_box .title span {
    position: relative;
}

.list_box .title span::before {
    content: url(../images/icon.svg);
    display: inline-block;
    width: 64px;
    height: 63px;
    position: absolute;
    left: -80px;
    top: -12px;
}

.list_box .title span::after {
    content: url(../images/icon.svg);
    display: inline-block;
    width: 64px;
    height: 63px;
    position: absolute;
    right: -80px;
    top: -12px;
}

.list_box .list {
    padding-top: 30px;
    padding-left: 80px;
}

.list_box li {
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #A98B53;
}

.list_box li:before {
    content: url(../images/check01.svg);
    display: inline-block;
    width: 29px;
    height: 31px;
    position: absolute;
    left: -40px;
    top: 2px;
}

.list_box {
    background-color: #F0F4F7;
    padding: 0;
    padding-bottom: 30px;
}

.list_box .title {
    color: #fff;
    background-color: #62B7ED;
    padding: 20px 0;
    border-radius: 14px 14px 0 0;
}

/* ----------------------------------------------------------
recommend
---------------------------------------------------------- */

.recommend_container {
    background-color: #F0F4F7;
    padding: 50px 0;
}

.recommend .section_title {
    margin-bottom: 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;
}

/* ----------------------------------------------------------
voice
---------------------------------------------------------- */

.voice .box {
    margin-bottom: 100px;
}

.voice .box:last-of-type {
    margin-bottom: 0;
}

.voice .box .voice_title {
    font-size: 3.4rem;
    font-weight: 700;
}

.voice .box .voice_title .bold {
    font-size: 3.8rem;
    font-weight: 700;
}

.voice .box .voice_name {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: right;
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #A98B53;
    margin-bottom: 50px;
}

.voice .box .movie {
    width: 600px;
    margin: 0 auto;
}

/* ----------------------------------------------------------
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;
    }

    /* ----------------------------------------------------------
mv
---------------------------------------------------------- */

    .mv {
        background: #E9F6FC;
    }

    .mv .inner {
        padding: 5% 0;
    }

    /* ----------------------------------------------------------
    section
    ---------------------------------------------------------- */
    .section {
        padding: 6% 0 0;
    }

    .section .section_title {
        font-size: 2.4rem;
        margin-bottom: 5%;
        padding: 15px 0;
    }

    .bold {
        font-size: 1.6rem;
    }

    .section_contents ol li,
    .section_contents ul li {
        padding-left: 25px;
    }

    .section_contents ol li:before {
        width: 18px;
        height: 18px;
        top: 3px;
    }

    .section_contents ul li:before {
        width: 18px;
        height: 18px;
        top: 3px;
    }



    /* ----------------------------------------------------------
cta01
---------------------------------------------------------- */

    .section.cta01 {
        padding: 20px 0;
    }

    .cta01 .text {
        font-size: 1.8rem;
    }

    .cta01 .form {
        width: 100%;
    }

    .cta01 .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 .form .btn input {
        width: 100%;
        height: 12vw;
    }

    .cta01 .form .btn {
        margin-top: 10px;
    }

    .cta01 .notes_list {
        font-size: 1.2rem;
        margin-top: 10px;
        width: 100%;
    }

    .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%;
        margin-left: 0;
        margin-top: 20px;
    }

    .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 .career .title {
        font-size: 1.8rem;
    }

    .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;
    }

    .profile .navigator_box .navigator_title {
        font-size: 2.1rem;
    }

    .profile .navigator_box .navigator_title {
        margin-bottom: 10px;
    }

    .profile .navigator_box .navigator_title li:first-of-type,
    .profile .navigator_box .navigator_title li:last-of-type {
        width: 15%;
        height: 1px;
    }

    .profile .navigator_box .navigator_title li:nth-of-type(2) {
        margin: 0 10px;
    }

    .profile .navigator_box .contents .company,
    .profile .navigator_box .contents .name {
        text-align: center;
    }

    .profile .navigator_box .contents .position {
        text-align: center;
        font-size: 1.4rem;
    }

    .profile .navigator_box .contents .list {
        text-align: center;
        font-size: 1.4rem;
    }

    .profile .navigator_box .img {
        text-align: center;
        margin-right: 0;
    }

    .profile .navigator_box .text {
        margin-top: 20px;
    }

    .profile .navigator_box .layout .layout:last-of-type {
        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 .course_container {
        padding: 10px 15px 15px 15px;
    }

    .course .course_title {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .course .box {
        margin: 0 auto 6%;
        padding: 10px 15px 15px 15px;
    }

    .course .box .title {
        padding: 10px 0 0 0;
    }

    .course .box .title img {
        width: 100px;
    }

    .course .box .contents {
        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;
    }

    /* ----------------------------------------------------------
    get
    ---------------------------------------------------------- */

    .get {
        padding-bottom: 60px;
    }

    .list_box {
        width: 100%;
        padding: 0;
        border-radius: 10px;
    }

    .list_box .title {
        font-size: 2.4rem;
    }

    .list_box .title span::before {
        content: url(../images/icon.svg);
        width: 45px;
        height: auto;
        left: 0px;
        top: 37px;
    }

    .list_box .title span::after {
        content: url(../images/icon.svg);
        width: 45px;
        height: auto;
        right: -80px;
        top: 37px;
    }

    .list_box .list {
        padding: 30px 15px 10px;
    }

    .list_box .list li {
        font-size: 1.8rem;
        margin-left: 30px;
    }

    .list_box .list li:before {
        width: 23px;
        height: auto;
        left: -30px;
        top: 0;
    }

    /* ----------------------------------------------------------
    recommend
    ---------------------------------------------------------- */

    .recommend .section_title {
        margin-bottom: 0;
    }

    .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;
    }

    /* ----------------------------------------------------------
voice
---------------------------------------------------------- */

    .voice .box {
        margin-bottom: 10%;
    }

    .voice .box .voice_title {
        font-size: 2.1rem;
    }

    .voice .box .voice_title .bold {
        font-size: 2.4rem;
    }

    .voice .box .voice_name {
        font-size: 1.8rem;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .voice .box .movie {
        width: 100%;
        margin: 0 auto;
    }


    /* ----------------------------------------------------------
    footer
    ---------------------------------------------------------- */

    .footer {
        padding: 10% 0 15px;
    }

    .footer .link li:first-of-type {
        margin-right: 10px;
    }
}

/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
*/

.yellow {
    color: #FFFD00;
}