@charset "utf-8";

/*-- 

content_kv

====================================================== --*/


/*-- content_kv --*/

#content_kv h1 {
    max-width: 100rem;
    margin: 0 auto;
}


/* tb */

@media screen and (max-width:1000px) {
    #content_kv {}
}


/* sp */

@media screen and (max-width:750px) {
    #content_kv {}
}


/*-- 

content_detail

====================================================== --*/


/*-- content_detail --*/

#content_detail {
    margin-top: 1.8rem;
    padding: 0 0 9.5rem 0;
}

#content_detail .content_inner {
    padding: 0;
    max-width: 100%;
}

#content_detail .catch_copy {
    font-size: 3.4rem;
    line-height: 1.6;
    text-align: center;
}

#content_detail .content_width_inner {
    position: relative;
    max-width: 75rem;
    z-index: 100;
}

#content_detail .desc {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 2rem auto 0;
    text-align: center;
}

#content_detail .btn01 {
    margin-top: 4rem;
}

#content_detail .illust {
    max-width: 89.3rem;
    width: 95%;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}


/* sp */

@media screen and (max-width:750px) {
    #content_detail {
        margin-top: 2.9rem;
        padding: 0 0 2.7rem 0;
    }
    #content_detail .catch_copy {
        font-size: 2rem;
        line-height: 1.5;
    }
    #content_detail .desc {
        text-align: left;
    }
    #content_detail .desc {
        margin-top: 1.3rem;
        line-height: 1.9;
    }
    #content_detail .btn01 {
        margin-top: 2.5rem;
    }
    #content_detail .illust {
        display: none;
    }
}


/*-- 

content_program

====================================================== --*/


/*-- program_head --*/

#content_program .program_head {
    padding-bottom: 6.5rem;
}

#content_program .program_head .desc {
    margin-top: 3rem;
    line-height: 1.9;
}

#content_program .program_head .program_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5rem;
    margin-top: 3.5rem;
    position: relative;
}

#content_program .program_head .program_detail_item {
    max-width: 47.5rem;
}

#content_program .program_head .program_plus {
    content: "";
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(../img/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* sp */

@media screen and (max-width:750px) {
    #content_program .program_head {
        padding-bottom: 2.5rem;
    }
    #content_program .program_head .headline02 ._main {
        text-align: left;
    }
    #content_program .program_head .desc {
        margin-top: 2rem;
    }
    #content_program .program_head .program_detail {
        flex-direction: column;
        row-gap: 4rem;
        margin-top: 2.5rem;
    }
}


/*-- program_body --*/

#content_program .program_body {
    padding: 4.5rem 0 10rem;
}

#content_program .program_body .headline03 {
    display: flex;
    justify-content: center;
    position: relative;
}

#content_program .program_body .title_line01,
#content_program .program_body .title_line02 {
    position: relative;
}

#content_program .program_body .title_line01::before,
#content_program .program_body .title_line01::after,
#content_program .program_body .title_line02::before,
#content_program .program_body .title_line02::after {
    content: "";
    display: block;
    background: var(--c-black);
    width: 0.3rem;
    position: absolute;
}

#content_program .program_body .title_line01::before,
#content_program .program_body .title_line01::after {
    height: 9rem;
    bottom: 0.1rem;
}

#content_program .program_body .title_line01::before {
    left: -4rem;
    transform: rotate(-22deg);
}

#content_program .program_body .title_line01::after {
    right: -4rem;
    transform: rotate(22deg);
}

#content_program .program_body .title_line02::before,
#content_program .program_body .title_line02::after {
    height: 6.6rem;
    bottom: -1.2rem;
}

#content_program .program_body .title_line02::before {
    left: -3.5rem;
    transform: rotate(-28deg);
}

#content_program .program_body .title_line02::after {
    right: -3.5rem;
    transform: rotate(28deg);
}


/* sp */

@media screen and (max-width:750px) {
    #content_program .program_body {
        padding: 3rem 0;
    }
    #content_program .program_body .title_line01::before,
    #content_program .program_body .title_line01::after,
    #content_program .program_body .title_line02::before,
    #content_program .program_body .title_line02::after {
        display: none;
    }
}


/*-- program_how --*/

#content_program .how_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 4rem;
    column-gap: 5.6rem;
}

#content_program .how_item {
    background: var(--c-white);
    border: 3px solid var(--c-black);
    box-shadow: 2px 2px 0 var(--c-black);
    border-radius: 1.9rem;
    padding: 2.4rem 3.5rem 3rem;
    max-width: 47rem;
    width: 100%;
    position: relative;
}

#content_program .how_item .icon_clip {
    max-width: 5.7rem;
    position: absolute;
    top: -1.9rem;
    right: 4rem;
}

#content_program .how_item ._title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    text-align: left;
    z-index: 100;
}

#content_program .how_item ._title span {
    position: relative;
    text-align: left;
}

#content_program .how_item ._title span::after {
    content: "";
    display: inline;
    width: 100%;
    height: 1rem;
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    z-index: -1;
}

#content_program .how_item ._title span.line_yellow-light::after {
    background: var(--c-yellow-light);
}

#content_program .how_item ._title span.line_pink-light::after {
    background: var(--c-pink-light);
}

#content_program .how_item ._desc {
    line-height: 1.85;
    margin-top: 1.3rem;
}


/* tb */

@media screen and (max-width:1000px) {
    #content_program .how_item .icon_clip {
        max-width: 4rem;
        top: -2.5rem;
        right: 2rem;
    }
}


/* sp */

@media screen and (max-width:750px) {
    #content_program .how_wrap {
        flex-direction: column;
        row-gap: 2.5rem;
        margin-top: 2rem;
    }
    #content_program .how_item {
        max-width: 100%;
        padding: 2.7rem 2.3rem;
    }
    #content_program .how_item .icon_clip {
        top: -2rem;
    }
}


/*-- program_recommend --*/

#content_program .program_recommend {
    margin-top: 8rem;
}

#content_program .recommend_wrap {
    max-width: 75rem;
    margin: 3rem auto 0;
}

#content_program .recommend_box {
    background: var(--c-white);
    border: 2px solid var(--c-black);
    box-shadow: 2px 2px 0 var(--c-black);
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    padding: 0.2rem 2rem 0.5rem 0;
    margin-top: 3rem;
}

#content_program .recommend_box:first-child {
    margin-top: 0;
}

#content_program .recommend_box ._num {
    color: var(--c-blue);
    font-size: 6rem;
    text-align: center;
    display: block;
    max-width: 13rem;
    width: 100%;
    position: relative;
    top: -0.2rem;
    -webkit-text-stroke: 2px var(--c-black);
}

#content_program .recommend_box ._text {
    padding-right: 2rem;
    max-width: 62rem;
    width: 100%;
}

#content_program .recommend_box ._text ._title {
    font-size: 2rem;
    line-height: 1.6;
}

#content_program .recommend_box ._text ._desc {
    line-height: 1.6;
    margin-top: 0.5rem;
}

#content_program .btn01 {
    margin-top: 7rem;
}


/* sp */

@media screen and (max-width:750px) {
    #content_program .program_recommend {
        margin-top: 5rem;
    }
    #content_program .recommend_wrap {
        margin-top: 2rem;
    }
    #content_program .recommend_box {
        display: block;
        padding: 1rem 2.3rem 2rem;
        margin-top: 2rem;
    }
    #content_program .recommend_box ._num {
        font-size: 6rem;
        line-height: 1;
        text-align: center;
        max-width: 100%;
        top: 0;
        margin-right: 0;
    }
    #content_program .recommend_box ._text {
        padding-right: 0;
    }
    #content_program .recommend_box ._text ._title {
        margin-top: 1.3rem;
        line-height: 1.4;
    }
    #content_program .recommend_box ._text ._desc {
        margin-top: 0.7rem;
    }
    #content_program .btn01 {
        margin-top: 4rem;
    }
}


/*-- 

content_overview

====================================================== --*/


/*-- content_overview --*/

#content_overview {
    padding-bottom: 3rem;
}

#content_overview .content_width_inner {
    max-width: 100rem;
}

#content_overview .overview_detail {
    margin-top: 2.5rem;
}

#content_overview .overview_detail p {
    line-height: 1.6;
}

#content_overview .overview_detail p strong {
    color: var(--c-red);
    font-size: 2.2rem;
    font-weight: 800;
    display: inline-block;
    text-align: left;
}

#content_overview .overview_detail p ._note {
    display: inline-block;
    margin-left: 1.5rem;
}

#content_overview .detail_list dt {
    float: left;
    position: relative;
    line-height: 1.7;
}

#content_overview .detail_list dt::before {
    content: "●";
    display: inline-block;
    margin-right: 0.3rem;
}

#content_overview .detail_list dt::after {
    content: " ： ";
}

#content_overview .detail_list dd {
    margin: 0 0 0.3rem 8.7rem;
    line-height: 1.7;
}

#content_overview .note {
    margin-top: 3rem;
}

#content_overview .note li {
    line-height: 1.8;
    margin-bottom: 0.2rem;
}

#content_overview .schedule {
    display: flex;
    justify-content: space-between;
    column-gap: 5rem;
    margin-top: 3.7rem;
}

#content_overview .schedule_item {
    max-width: 47.5rem;
    width: 100%;
}

#content_overview .schedule_item ._title {
    color: var(--c-navy);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.4;
}

#content_overview .schedule_item ._date {
    margin-top: 1rem;
}

#content_overview .schedule_item ._date li {
    line-height: 1.9;
}


/* sp */

@media screen and (max-width:750px) {
    #content_overview .overview_detail {
        margin-top: 3rem;
    }
    #content_overview .overview_detail p ._note {
        margin-left: 0;
    }
    #content_overview .detail_list dt {
        width: auto;
        float: none;
    }
    #content_overview .detail_list dt::after {
        display: none;
    }
    #content_overview .detail_list dd {
        margin: 0 0 0.3rem 0;
        line-height: 1.6;
    }
    #content_overview .note {
        margin-top: 1.5rem;
    }
    #content_overview .note li {
        line-height: 1.6;
    }
    #content_overview .schedule {
        flex-direction: column;
        row-gap: 2rem;
    }
    #content_overview .schedule_item ._title {
        font-size: 1.8rem;
    }
}


/*-- 

content_intern

====================================================== --*/


/*-- content_intern --*/

#content_intern {
    padding: 7rem 0 4rem;
}

#content_intern .content_width_inner {
    max-width: 100rem;
}

#content_intern .headline_wrap_inner {
    margin: 0 auto;
}

#content_intern .read {
    font-size: 3.4rem;
    line-height: 1.6;
    text-align: center;
    margin-top: 3rem;
}

#content_intern .message {
    margin-top: 5rem;
}

#content_intern .message_item {
    display: flex;
    column-gap: 3.5rem;
    margin-top: 3rem;
}

#content_intern .message_item:first-child {
    margin-top: 0;
}

#content_intern .message_item ._image {
    max-width: 30%;
}

#content_intern .message_item ._text-area {
    max-width: 66.5%;
    display: flex;
    flex-direction: column;
    column-gap: 3.5rem;
}

#content_intern .message_item ._text-area h3 a {
    color: var(--c-navy);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.4;
}

#content_intern .message_item ._text {
    max-width: 100%;
    line-height: 1.9;
    margin-top: 1rem;
}

#content_intern .message_item ._text {
    max-width: 100%;
    line-height: 1.9;
    margin-top: 1rem;
}

#content_intern .message_item ._text span {
    font-weight: 700;
}

#content_intern .message+.btn01 {
    margin-top: 6rem;
}

#content_intern .box_wrap .box_title {
    font-size: 2.8rem;
    border-bottom: 1px solid var(--c-black);
    line-height: 1;
    padding-bottom: 2rem;
}


/* tb */

@media screen and (max-width:1000px) {
    #content_intern .read {
        padding: 0 3rem;
    }
}


/* sp */

@media screen and (max-width:750px) {
    #content_intern {
        padding: 0 0 3rem 0;
    }
    #content_intern .read {
        font-size: 2rem;
        line-height: 1.5;
        margin-top: 1.5rem;
        padding: 0 1.8rem;
    }
    #content_intern .message {
        margin-top: 2rem;
    }
    #content_intern .message_item {
        flex-direction: column;
        row-gap: 1rem;
        margin-top: 3rem;
    }
    #content_intern .message_item ._image {
        max-width: 100%;
    }
    #content_intern .message_item ._text {
        max-width: 100%;
    }
    #content_intern .message+.btn01 {
        margin-top: 4rem;
    }
    #content_intern .box_wrap .box_title {
        font-size: 2rem;
        text-align: center;
        padding-bottom: 1.5rem;
    }
    #content_intern .message_item ._text-area {
        max-width: 100%;
        column-gap: 3.5rem;
    }
    #content_intern .message_item ._text-area h3 a {
        font-size: 1.8rem;
    }
}


/* .box_wrap.-operation */

#content_intern .box_wrap.-operation {
    margin-top: 6rem;
}

#content_intern .box_wrap.-operation .detail {
    margin-top: 3rem;
}

#content_intern .box_wrap.-operation .detail .detail_box {
    display: flex;
}

#content_intern .box_wrap.-operation .detail .detail_box.-logo {
    align-items: center;
    margin-bottom: 3.5rem;
}

#content_intern .box_wrap.-operation .detail .detail_box.-logo ._title {
    font-size: 1.6rem;
    font-weight: 800;
    width: 6em;
}

#content_intern .box_wrap.-operation .detail .detail_box.-contact {
    margin-bottom: 0;
}

#content_intern .box_wrap.-operation .detail .detail_box.-contact ._title {
    font-size: 1.6rem;
    font-weight: 800;
    width: 8em;
}

#content_intern .box_wrap.-operation .detail .detail_box.-logo ._image {
    display: flex;
    align-items: center;
    column-gap: 4rem;
}

#content_intern .box_wrap.-operation .detail .detail_box.-logo ._image img {
    display: block;
    max-width: 25rem;
}

#content_intern .box_wrap.-operation .detail+.note {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 2.5rem;
}


/* sp */

@media screen and (max-width:750px) {
    #content_intern .box_wrap.-operation .detail {
        margin-top: 2rem;
    }
    #content_intern .box_wrap.-operation .detail .detail_box {
        display: block;
    }
    #content_intern .box_wrap.-operation .detail .detail_box.-logo {
        margin-bottom: 2.5rem;
    }
    #content_intern .box_wrap.-operation .detail .detail_box.-logo ._title {
        text-align: center;
        width: 100%;
    }
    #content_intern .box_wrap.-operation .detail .detail_box.-logo ._image {
        flex-direction: column;
        row-gap: 2rem;
        margin-top: 0.5rem;
    }
    #content_intern .box_wrap.-operation .detail .detail_box.-contact ._title {
        text-align: left;
    }
    #content_intern .box_wrap.-operation .detail .detail_box.-contact ._text .note {
        line-height: 1.6;
        display: block;
    }
    #content_intern .box_wrap.-operation .detail+.note {
        margin-top: 1.5rem;
    }
}


/* .box_wrap.-links */

#content_intern .box_wrap.-links {
    margin-top: 8rem;
}

#content_intern .box_wrap.-links .bnr {
    margin-top: 3rem;
}

#content_intern .box_wrap.-links .title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.5;
    margin-top: 1.5rem;
}

#content_intern .box_wrap.-links .desc {
    line-height: 1.6;
    margin-top: 1.7rem;
}

#content_intern .box_wrap.-links .text_link {
    margin-top: 1.5rem;
}

#content_intern .box_wrap.-links .text_link a {
    color: var(--c-blue);
    font-size: 2rem;
    font-weight: 800;
}


/* sp */

@media screen and (max-width:750px) {
    #content_intern .box_wrap.-links .text_link {
        margin-top: 0.5rem;
    }
}


/*-- 

content_doon

====================================================== --*/


/*-- content_doon --*/

#content_doon {
    padding: 0;
}

#content_doon .content_width {
    padding: 5rem 3rem 3.5rem 3rem;
    position: relative;
}

#content_doon .content_width::after {
    content: "";
    display: block;
    background: var(--c-orange-grade);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#content_doon .content_width_inner {
    background: var(--c-white);
    border-radius: 1.2rem;
    max-width: 100rem;
    padding: 4rem 5.5rem 3rem;
}

#content_doon .title {
    text-align: center;
}

#content_doon h3 {
    font-size: 3rem;
    margin-top: 2.5rem;
    letter-spacing: 0.1em;
}

#content_doon .desc {
    line-height: 1.8;
}

#content_doon .line {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

#content_doon .line ._text ._arrow {
    width: 54.7rem;
}

#content_doon .line ._text ._arrow a {
    color: var(--c-white);
    background-color: var(--c-green);
    border-radius: 0 999rem 999rem 0;
    box-shadow: 0 3px 6px #00000016;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.2rem;
    padding: 2.5rem 0;
    width: 100%;
    text-decoration: none;
}

#content_doon .line ._text ._arrow span {
    letter-spacing: 0.08em;
    line-height: 1;
}

#content_doon .line ._text ._arrow .main {
    font-size: 5.8rem;
}

#content_doon .line ._text ._arrow .sub {
    font-size: 2.6rem;
}

#content_doon .line ._text ._id {
    display: flex;
    justify-content: center;
    margin-top: 2.8rem;
}

#content_doon .line ._text ._id span {
    display: block;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.05em;
}

#content_doon .line ._text ._id span::after {
    content: "";
    display: block;
    background: var(--c-green);
    border-radius: 999rem;
    width: 100%;
    height: 0.475rem;
    position: relative;
    top: 0.9rem;
}

#content_doon .line ._image {
    width: 30rem;
}


/* tb */

@media screen and (max-width:1000px) {
    #content_doon .content_width_inner {
        padding: 4rem 4.5rem 3rem;
    }
    #content_doon .line ._text {
        width: 67%;
    }
    #content_doon .line ._image {
        width: 30%;
    }
    #content_doon .line ._text ._arrow {
        width: 100%;
    }
    #content_doon .line ._text ._arrow span {
        letter-spacing: 0.04em;
    }
    #content_doon .line ._text ._arrow .main {
        font-size: 4.6rem;
    }
    #content_doon .line ._text ._arrow .sub {
        font-size: 2.2rem;
    }
    #content_doon .line ._text ._id span {
        font-size: 2.4rem;
    }
}


/* sp */

@media screen and (max-width:750px) {
    #content_doon .content_width {
        padding: 4rem 0 3.5rem 0;
    }
    #content_doon .content_width_inner {
        border-radius: 0.7rem;
        margin-left: 1.3rem;
        margin-right: 1.3rem;
        padding: 3rem;
    }
    #content_doon .title img {
        max-width: 26.8rem;
        width: 100%;
    }
    #content_doon h3 {
        font-size: 2.4rem;
        margin-top: 2.2rem;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 1.3rem;
    }
    #content_doon .line {
        display: block;
        margin-top: 2rem;
    }
    #content_doon .line ._text {
        width: 100%;
    }
    #content_doon .line ._text ._arrow {
        width: 108%;
        padding: 1.2rem 0 2rem 0;
        margin-left: -4%;
    }
    #content_doon .line ._text ._arrow a {
        display: block;
        text-align: center;
    }
    #content_doon .line ._text ._arrow span {
        display: block;
        margin-left: -4%;
        letter-spacing: 0.08em;
    }
    #content_doon .line ._text ._arrow .main {
        font-size: 5.4rem;
    }
    #content_doon .line ._text ._arrow .sub {
        font-size: 1.7rem;
    }
    #content_doon .line ._text ._id {
        margin-top: 1.5rem;
    }
    #content_doon .line ._text ._id span {
        font-size: 2.6rem;
    }
    #content_doon .line ._image {
        width: 103%;
        margin-left: -1.5%;
        margin-top: 2.2rem;
    }
}