@charset "UTF-8";

/* Repeatable Patterns
----------------------------------------------------*/

*{
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}


body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Midashi Go MB31", sans-serif;
    font-weight:700;
    letter-spacing: 0.04rem;
    color: #000;
    background: #fff;
    line-height: 1;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}

.main_container{
    position: relative;
    overflow: hidden;
}

/* print setting */
@media print {
    html {
        font-size: 38%;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}

html.is-scroll-prevent {
    height: 100%;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-out
}

a:hover{
    text-decoration: underline;
}

a img, a svg {
    transition: 0.3s ease-out;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

img {
    width: 100%;
    height: auto;
    max-width: none !important;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    font-weight: inherit;
}

svg{
    fill: currentcolor;
}

ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    transition: 0.3s ease-out;
    cursor: pointer;
    color: #000;
    border: none;
}

.display_none{
    display: none;
}

.wrapper {
    width:  calc(980 / 1280 * 100%);
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.sub_wrapper{
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*テキスト*/
.maru{
    font-family: 'Shuei NijimiMGo B', sans-serif;
    font-weight: normal;
    letter-spacing: 0.05rem;
}

.midashigo{
    font-family: "Midashi Go MB31", sans-serif;
    font-weight: normal;
    letter-spacing: 0.05rem;
}

.text_01{
    font-size: 2.1rem;
    line-height: 1.75;
    text-align: justify;
}

.text_01 + .text_01{
    margin-top: 3.6rem;
}

.text_02{
    font-size: 2rem;
    line-height: 1.55;
    text-align: justify;
}

.text_03{
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: justify;
}

.text_03 + .text_03{
    margin-top: 2.4rem;
}

.hover_color:hover img{
    filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(255deg) brightness(95%) contrast(87%);
}

/*リンク*/
.link_button{
    position: relative;
    width: 100%;
    margin: 6rem auto 0;
    display: block;
    cursor: pointer;
}

.link_button img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    transition: 0.5s ease-in-out;
}

.link_button .normal{
    opacity: 1;
}

.link_button .hover{
    opacity: 0;
}

.link_button:hover .normal{
    opacity: 0;
}

.link_button:hover .hover{
    opacity: 1;
}


/*fadein*/
.fadein {
    opacity: 0;
    transition: 1000ms ease-in;
}

.fadein.scrollin {
    opacity: 1;
}

@media print {
    .fadein {
        opacity: 1;
    }
}

/* Header
----------------------------------------------------*/

.header_container {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 99;
    top:0;
    left:0;
    padding-top: 4.8rem;
    padding-bottom: 5.2rem;
    display: none;
}

.is-fixed.header_container{
    display: block;
    position: fixed;
    animation: show-in .5s ease-in 0s;
}

@keyframes show-in{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.header_inner{
    justify-content: space-between;
    align-items: center;
}

.header_logo{
    width: 33.6rem;
}

.header_nav{
    width: calc(100% - 33.6rem);
}

.header_nav_list{
    justify-content: flex-end;
    align-items: center;
}

.header_nav_item + .header_nav_item{
    margin-left: 3.2rem;
}

.nav-why{
    width: 4.7rem;
    margin-bottom: -.5rem;
}

.nav-what{
    width: 5.5rem;
}

.nav-who{
    width: 4.7rem;
}

.nav-voice{
    width: 6rem;
}

.nav-faq{
    width: 5rem;
    margin-bottom: -.3rem;
}

.link_note{
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 25%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link_note img{
    width: 43%;
}

.link_note:hover{
    background: #666666;
}

.fixed_contact_link{
    position: fixed;
    top: 0;
    right: 0;
    width: 9vw;
    max-width: 13rem;
    padding-top: 5.2rem;
    padding-bottom: 6.2rem;
    background: #009C99;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border-bottom-left-radius: 6rem;
}

.fixed_contact_link img{
    width: 54%;
}

.fixed_contact_link:hover{
    background: #008780;
}

/* トップページ
----------------------------------------------------*/

/*ファーストビジュアル*/
.fv_container{
    position: relative;
}

.fv_slider {
    width: 100%;
    height: 100vh;
    height: 100svh;
}

.fv_logo{
    position: absolute;
    width: 20%;
    max-width: 30rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(58deg) brightness(107%) contrast(100%);
    z-index: 9;
}

.animation_scroll {
    position: absolute;
    right: 7vw;
    bottom: 5rem;
    z-index: 9;
}

.animation_scroll span {
    width: 2px;
    height: 6.8rem;
    background: #fff;
    display: block;
    animation: scroll 1.6s cubic-bezier(1, 0, 0, 1) infinite;
    border-radius: 100vmax;
    margin-bottom: 1.5rem;
    margin-left: .3rem;
}

.animation_scroll span::after{
    content: '';
    position: absolute;
    bottom: -0.2rem;
    right: -0.4rem;
    width: 2px;
    height: 1.4rem;
    display: block;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 100vmax;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.animation_scroll img{
    width: 1.4rem;
    margin-right: 1rem;
}

/*イントロダクション*/
.intro_container{
    padding-top: 20rem;
    padding-bottom: 14rem;
}

.intro_heading{
    width: 64rem;
    margin: 0 auto 11rem;
}

.intro_text{
    word-break: keep-all;
    font-size: 2.1rem;
    line-height: 2.2;
    letter-spacing: 0.075rem;
    text-align: center;
}

/*Why*/
.why_container{
    padding-top: 10rem;
    padding-bottom: 12rem;
    background: #eff7f8;
}

.why_heading{
    width: 55rem;
    margin: 0 auto 5.2rem;
}

.why_item{
    justify-content: space-between;
    align-items: center;
}

.why_item + .why_item{
    margin-top: 3.6rem;
}

.why_text{
    width: 55%;
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: justify;
    color: #009c99;
}

.why_kadai{
    width: 37%;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.8rem;
    line-height: 1.3;
    color: #009c99;
    text-align: center;
    position: relative;
}

.why_kadai::before{
    left: 0;
}

.why_kadai::after{
    right: 0;
    transform: scale(-1, 1);
}

.why_kadai::before,
.why_kadai::after{
    background-image: url(img/kakko.svg);
    background-size: cover;
    width: 3.113rem;
    height: 6.3rem;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: invert(32%) sepia(88%) saturate(1227%) hue-rotate(149deg) brightness(105%) contrast(100%);
}

.why_summary{
    margin-top: 9rem;
    position: relative;
    background: #fff;
    border: 3px #009c99 solid;
    padding: 4rem 4.4rem;
    border-radius: 3.4rem;
}

.why_summary::before{
    content: url(img/why_fukidashi_pc.svg);
    position: absolute;
    width: 3.6rem;
    height: 3.2rem;
    display: block;
    top: -3.1rem;
    left: 0;
    right: 0;
    margin: auto;
}

.why_summary::after{
    content: "";
    position: absolute;
    width: 3.6rem;
    height: .4rem;
    background: #fff;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.why_summary_text{
    font-size: 2.1rem;
    line-height: 1.9;
    letter-spacing: 0;
    color: #009c99;
    text-align: justify;
}

/*What*/
.what_container{
    padding-top: 12rem;
}

.what_inner{
    flex-direction: row-reverse;
    justify-content: space-between;
}

.what_inner + .what_inner{
    margin-top: 14rem;
}

.what_heading{
    width: 15%;
}

.what_body{
    width: 64%;
}

.what_body_img{
    margin-bottom: 6rem;
}

.what_slider{
    margin-top: 14rem;
}

.what_slide img,
.voice_slide img{
    width: 33.333vw;
}

/*プログラム*/

.program_container {
    background: #eef7fc;
    padding-top: 10rem;
    padding-bottom: 12rem;
    margin-top: -.3rem;
}

.program_heading{
    width: 75%;
    margin: 0 auto 10rem;
}

.program_item{
    justify-content: space-between;
    align-items: center;
}

.program_item + .program_item{
    margin-top: 10rem;
}

.program_item:nth-child(even){
    flex-direction: row-reverse;
}

.program_item_img{
    width: 46vw;
}

.program_item:nth-child(odd) .program_item_img{
    margin-left: calc(50% - 50vw);
}

.program_item:nth-child(even) .program_item_img{
    margin-left: auto;
    margin-right: calc(50% - 50vw);
}

.program_item_body{
    width: 43%;
}

.program_item_heading{
    align-items: center;
    margin-bottom: 5rem;
}

.program_item_heading_no{
    width: 8.2rem;
    filter: invert(27%) sepia(74%) saturate(1771%) hue-rotate(186deg) brightness(93%) contrast(101%);
}

.program_item_heading_text{
    width: calc(100% - 8.2rem);
    padding-left: 1.6rem;
    color: #0068b7;
    font-size: 3rem;
    line-height: 1.25;
}

.program_item_text{
    margin-left: 6%;
}

/*What*/

.workshop_container {
    padding-top: 10rem;
    padding-bottom: 12rem;
}

.workshop_heading{
    width: 75%;
    margin: 0 auto 10rem;
}

.workshop_item{
    align-items: center;
}

.workshop_item + .workshop_item{
    margin-top: 7.2rem;
}

.workshop_item_body{
    width: 75%;
    padding-right: 5%;
}

.workshop_item_heading{
    align-items: center;
    margin-bottom: 3rem;
}

.workshop_item_heading_no{
    width: 8rem;
    filter: invert(32%) sepia(88%) saturate(1227%) hue-rotate(149deg) brightness(105%) contrast(100%);
}

.workshop_item_heading_text{
    width: calc(100% - 8rem);
    padding-left: 2.2rem;
    color: #009c99;
    font-size: 3.2rem;
    line-height: 1.25;
    letter-spacing: 0.01rem;
}

.workshop_item_inner{
    width: 55%;
}

.workshop_item_title{
    width: 8rem;
}

.workshop_item_title img{
    width: 30%;
    margin: auto;
    display: block;
}

.workshop_item_pp{
    width: calc(100% - 8rem);
    padding-left: 2.2rem;
}

.workshop_item_position{
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 4rem;
}

.workshop_item:last-child .workshop_item_position{
    margin-bottom: 2.6rem;
}

.workshop_item_name{
    font-size: 3.4rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
}

.workshop_item_name span{
    font-size: 60%;
}

.workshop_item_text{
    width: 45%;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: justify;
}

.workshop_item_img{
    width: 25%;
}

.who_slide img{
    width: 50vw;
}

/*コーディネーター＆ファシリテーター*/

.professional_container{
    padding-top: 10rem;
    margin-bottom: 12rem;
    position: relative;
}

.professional_heading{
    width: 63%;
    margin: 0 auto 8rem;
}

.professional_text{
    text-align: center;
    margin-bottom: 8.8rem;
}

.professional_list{
    justify-content: space-between;
}

.professional_item{
    width: 45%;
    align-items: center;
}

.professional_item:not(:last-child){
    margin-bottom: 5rem;
}

.professional_item_body{
    width: calc(100% - 17rem);
    padding-right: 1.2rem;
}

.professional_item_position{
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: 3rem;
}

.professional_item:nth-child(2) .professional_item_position,
.professional_item:nth-child(3) .professional_item_position{
    margin-bottom: 4.2rem;
}

.professional_item_name{
    font-size: 3.3rem;
    line-height: 1.25;
    letter-spacing: .18rem;
    color: #0068b7;
}

.professional_item_img{
    width: 17rem;
}

.professional_musuhi{
    position: absolute;
    right: 0;
    bottom: 5rem;
    width: 28rem;
}

/*Voice*/
.voice_main{
    padding-top: 10rem;
    padding-bottom: 12rem;
    background: #f4f1eb;
}

.voice_heading{
    width: 51%;
    margin: 0 auto 6.4rem;
}

.voice_text{
    text-align: center;
    margin-bottom: 7rem;
}

.voice_list{
    justify-content: space-between;
}

.voice_item{
    width: 31%;
    background: #fff;
    position: relative;
}

.voice_item_link{
    padding: 2.4rem 2.4rem 8rem;
    display: block;
}

.voice_item_link:hover{
    text-decoration: none;
    box-shadow: 0px 0px 15px -9px #777;
}

.voice_item_body{
    margin-top: 2.4rem;
    margin-bottom: 2rem;
}

.voice_item_title{
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: justify;
}

.voice_item_pp{
    margin-top: 1.8rem;
    padding-top: 2.2rem;
    position: relative;
}

.voice_item_pp::before{
    position: absolute;
    width: 2.5rem;
    height: .15rem;
    content: "";
    display: block;
    background: #000;
    top: 0;
    left: 0;
}

.voice_item_company{
    font-size: 1.9rem;
    padding-bottom: 1rem;
}

.voice_item_pp_inner{
    align-items: center;
}

.voice_item_position{
    font-size: 1.5rem;
    padding-right: .8rem;
}

.voice_item_name{
    font-size: 2.5rem;
    letter-spacing: .18rem;
}

.voice_item_button{
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    right: 2.4rem;
    border: 2px solid #000;
    background: #fff;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .15rem;
    display: block;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-radius: .4rem;
    transition: 0.3s ease-out;
}

.voice_item_button:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}

/*モーダル*/

.md-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.7);
    z-index: 9999;
}

.md-contents{
    display: none;
    position: fixed;
    width: 70%;
    max-width: 820px;
    height: 90vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    overflow: auto;
    overscroll-behavior-y: contain;
}

.md-contents::-webkit-scrollbar{
    display: none;
}

.md-inner{
    padding: 6% 6%;
    background: #fff;
    height: auto;
}

.md-xmark {
    position: absolute;
    top: 1.6rem;
    right: 2rem;
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    z-index: 10000;
}

.md-xmark span {
    height: auto;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
}

.md-xmark span:nth-of-type(1) {
    transform: rotate(-45deg);
}

.md-xmark span:nth-of-type(2) {
    transform:  rotate(45deg);
}

.voice_article_header{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.8rem;
}

.voice_article_header_img{
    width: 47%;
}

.voice_article_header_body{
    width: 47%;
}

.voice_article_title{
    font-size: 2.3rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: justify;
    color: #009c99;
}

.voice_article_pp{
    margin-top: 2.5rem;
    padding-top: 2.8rem;
    border-top: 2px solid;
}

.voice_article_company {
    font-size: 2.1rem;
    line-height: 1.4;
    padding-bottom: 1rem;
}

.voice_article_pp_inner {
    align-items: center;
}

.voice_article_pp_inner + .voice_article_pp_inner{
    margin-top: .6rem;
}

.voice_article_position{
    font-size: 1.6rem;
    padding-right: .8rem;
}

.voice_article_name{
    font-size: 2.7rem;
    letter-spacing: .18rem;
}

.voice_article_name span{
    font-size: 78%;
}

.voice_article_heading{
    color: #009c99;
}

.voice_article_heading + .voice_article_text{
    margin-bottom: 0;
}

.voice_article_text + .voice_article_heading{
    margin-top: 4rem;
}

.modal_bottom_close{
    aspect-ratio: 720 / 66;
}

/*プログラム詳細*/

.detail_container{
    padding-top: 10rem;
    margin-bottom: 12rem;
}

.detail_heading{
    width: 52%;
    margin: 0 auto 6rem;
}

.detail_inner + .detail_inner {
    margin-top: 3.8rem;
    padding-top: 3.8rem;
    position: relative;
}

.detail_inner + .detail_inner::before {
    position: absolute;
    width: 3.5rem;
    height: .2rem;
    content: "";
    display: block;
    background: #000;
    top: 0;
    left: 0;
}

.detail_sub_heading{
    color: #009c99;
    margin-bottom: 2.8rem;
}

.detail_sub_heading + *{
    margin-top: 0 !important;
}

.detail_target_item{
    padding-left: 1.4rem;
    position: relative;
    line-height: 1.5;
}

.detail_target_item::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
}

.detail_schedule_item + .detail_schedule_item{
    margin-top: 3rem;
}

.detail_schedule_title{
    font-size: 2.6rem;
    line-height: 1.3;
    text-align: justify;
    color: #009c99;
    position: relative;
}

.detail_schedule_item:not(.detail_schedule_pia) .detail_schedule_title{
    padding-left: 3.6rem;
}

.detail_schedule_title::before{
    position: absolute;
    top: 0;
    left: 0;
}

.detail_schedule-1 .detail_schedule_title::before{
    content: "1.";
}
.detail_schedule-2 .detail_schedule_title::before{
    content: "2.";
}
.detail_schedule-3 .detail_schedule_title::before{
    content: "3.";
}
.detail_schedule-4 .detail_schedule_title::before{
    content: "4.";
}
.detail_schedule-5 .detail_schedule_title::before{
    content: "5.";
}
.detail_schedule-6 .detail_schedule_title::before{
    content: "6.";
}
.detail_schedule-7 .detail_schedule_title::before{
    content: "7.";
}

.detail_schedule_pia{
    margin-left: 3rem;
    margin-bottom: 3.8rem;
}

.detail_schedule_text{
    text-align: left;
    margin-top: .6rem;
}

.schedule_date{
    color: #009c99;
}

.schedule_note{
    font-size: 84%;
}

.detail_schedule_memo{
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: justify;
    margin-top: 1rem;
}

.detail_tokuten{
    margin-top: 4.8rem;
    color: #009c99;
}

.detail_tokuten_memo{
    margin-top: 3.6rem;
}

.detail_contact{
    margin-top: 8rem !important;
}

.detail_contact_link{
    aspect-ratio: 820 / 100;
}

.detail_number{
    margin-bottom: 4rem;
    border-bottom: 2px dashed #009c99;
}

.deatail_number_text{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/*FAQ*/

.faq_container{
    background: #ececec;
    padding-top: 10rem;
    padding-bottom: 12rem;
}

.faq_heading{
    width: 44%;
    margin: 0 auto 6rem;
}

.faq_list_item{
    background: #fff;
    color: #0068b7;
    padding: 2% 3.4% 2% 2.4%;
    transition: 0.1s ease-out;
    cursor: pointer;
}

.faq_list_item:hover{
    box-shadow: 0px 0px 15px -9px #777;
}

.faq_list_item + .faq_list_item{
    margin-top: .8rem;
}

.question_title {
    position: relative;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    transition: 0.3s ease-out;
}

.question_title::before{
    position: absolute;
    left: 0;
    top: .3rem;
    content: "";
    display: block;
    width: 3.3rem;
    height: 3.2rem;
    background: url(img/faq_q.svg);
    background-size: cover;
}

.question_title::after {
    position: absolute;
    right: 0;
    top: 0.3rem;
    margin: auto;
    content: "";
    display: block;
    width: 3rem;
    height: 2.78rem;
    transition: 0.4s ease-out;
    background: url(img/faq_arrow.svg);
    background-size: cover;
}

.is-open .question_title::after {
    transform: rotate(180deg);
}

.question_title:hover {
    cursor: pointer;
}

.question_answer {
    display: none;
    position: relative;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    margin-top: 1.4rem;
    margin-bottom: 1rem;
}

.is-open .question_answer {
    display: block;
}

/* Footer
----------------------------------------------------*/

.main_footer{
    margin-top: 8rem;
    padding-bottom: 7rem;
}

.footer_logo{
    width: 18%;
    display: block;
    margin: auto;
}

.footer_copyright{
    padding-top: 6rem;
    width: 35%;
    display: block;
    margin: auto;
}

/*----------------------------------------------------

PCのみ

----------------------------------------------------*/

@media screen and (min-width: 900px) {
    .display_sp {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1070px) {
    html {
        font-size: 56%;
    }

    .why_summary::before{
        top: -3.1rem;
    }

}
@media screen and (max-width: 1069px) and (min-width: 1000px) {
    html {
        font-size: 53%;
    }

    .fixed_contact_link{
        width: 8.6vw;
        padding-top: 4rem;
        padding-bottom: 5rem;
    }

    .header_container{
        padding-top: 3.6rem;
        padding-bottom: 4.6rem;
    }
    
    .program_item_body {
        width: 46%;
    }
    
    .why_summary::before{
        top: -3.1rem;
    }
}

@media screen and (max-width: 999px) and (min-width: 900px) {
    html {
        font-size: 50%;
    }

    .wrapper{
        width: 84%;
    }

    .sub_wrapper{
        width: 88%;
    }
    
    .fixed_contact_link{
        width: 6.4vw;
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
    
    .header_container{
        padding-top: 3.2rem;
        padding-bottom: 4rem;
    }
    
    .program_item_body {
        width: 46%;
    }
    
    .why_summary::before{
        top: -3.1rem;
    }

}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


@media screen and (max-width: 899px) {

    body {
        position: relative;
        background-image: none;
    }

    .wrapper {
        width: 100%;
        max-width: 60rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 6%;
        padding-right: 6%;
    }

    .display_pc {
        display: none !important;
    }

    .sub_wrapper{
        width: 100%;
    }

    /*テキスト*/
    .text_01{
        font-size: 1.6rem;
        line-height: 1.7;
    }

    .text_01 + .text_01{
        margin-top: 2.8rem;
    }

    .text_02{
        font-size: 1.8rem;
        line-height: 1.55;
    }

    .text_03{
        font-size: 1.6rem;
        line-height: 1.55;
    }

    .text_03 + .text_03{
        margin-top: 2rem;
    }

    /*リンク*/
    .link_button{
        margin: 4rem auto 0;
    }

    /* Header
    ----------------------------------------------------*/

    .bottom_nav{
        position: fixed;
        bottom: 2.4svh;
        left: 6%;
        align-items: center;
        z-index: 100;
        transition: 0.3s ease-out;
    }
    
    .is-hidden.bottom_nav {
        visibility: hidden;
        opacity: 0;
    }
    
    .bottom_nav a{
        background: #009C99;
        justify-content: center;
        align-items: center;
        border-radius: 1rem;
        height: 4.6rem;
    }
    
    .bottom_nav a:hover{
        background: #008780;
    }
    
    .bottom_nav_note{
        width: 4.6rem;
        margin-right: 1rem;
    }
    
    .bottom_nav_note img{
        width: 1.8rem;
    }
    
    .bottom_nav_contact{
        width: 10.8rem;
    }

    .bottom_nav_contact img{
        width: 7.4rem;
    }


    /* トップページ
    ----------------------------------------------------*/

    /*ファーストビジュアル*/
    .fv_logo{
        width: 47%;
        max-width: 25rem;
        top: 48%;
    }

    .animation_scroll {
        right: 7%;
        bottom: 5svh;
    }

    .animation_scroll span::after{
        right: -0.3rem;
        width: 2px;
        height: 1.2rem;
    }

    .animation_scroll img{
        width: 1.3rem;
    }

    /*イントロダクション*/
    .intro_container{
        padding-top: 6rem;
        padding-bottom: 7rem;
    }
    
    .intro_logo{
        width: 76%;
        margin: 0 auto 7.2rem;
    }

    .intro_heading{
        width: 100%;
        margin: 0 auto 7.2rem;
    }

    .intro_text{
        font-size: 1.6rem;
        line-height: 1.75;
        letter-spacing: 0;
    }

    /*Why*/
    .why_container{
        padding-top: 7rem;
        padding-bottom: 8rem;
    }

    .why_heading{
        width: 90%;
        margin: 0 auto 2.4rem;
    }
    
    .why_item{
        justify-content: center;
    }

    .why_item + .why_item{
        margin-top: 5rem;
    }

    .why_text{
        width: 90%;
        font-size: 1.8rem;
    }

    .why_kadai{
        width: 64%;
        margin-top: 2.2rem;
        padding-left: 4%;
        padding-right: 4%;
        font-size: 2.3rem;
    }

    .why_kadai::before,
    .why_kadai::after{
        width: 2.61rem;
        height: 5.35rem;
    }

    .why_summary{
        margin: 6rem auto 0;
        width: 90%;
        border: 2px #009c99 solid;
        padding: 2.4rem 5.8%;
        border-radius: 2.8rem;
    }

    .why_summary::before{
        content: url(img/why_fukidashi_sp.svg);
        width: 1.7rem;
        height: 2.4rem;
        top: -1.4rem;
    }

    .why_summary_text{
        font-size: 1.6rem;
    }

    /*What*/
    .what_container{
        padding-top: 6rem;
    }

    .what_inner{
        flex-direction: column;
    }

    .what_inner + .what_inner{
        margin-top: 4rem;
    }

    .what_heading{
        width: 100%;
        margin-bottom: 3.6rem;
    }
    
    .what_inner:first-child .what_heading{
        width: 48%;
    }
    
    .what_inner:last-child .what_heading{
        width: 98%;
    }

    .what_body{
        width: 100%;
    }

    .what_body_img{
        margin-bottom: 4rem;
    }

    .what_slider{
        margin-top: 8rem;
    }

    /*プログラム*/

    .program_container {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .program_heading{
        width: 98%;
        margin: 0 auto 4.8rem;
    }
    
    .program_item{
        display: block;
    }

    .program_item + .program_item{
        margin-top: 4.8rem;
    }

    .program_item:nth-child(even){
        flex-direction: column;
    }

    .program_item_img{
        width: 85vw;
        margin-bottom: 3.6rem;
    }

    .program_item_body{
        width: 90%;
        margin: auto;
    }

    .program_item_heading{
        margin-bottom: 3.2rem;
    }

    .program_item_heading_no{
        width: 6rem;
    }

    .program_item_heading_text{
        width: calc(100% - 6rem);
        padding-left: 1.3rem;
        font-size: 2.5rem;
    }
    
    .program_item_text{
        width: 88%;
        margin: auto;
    }

    /*What*/

    .workshop_container {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .workshop_heading{
        width: 98%;
        margin: 0 auto 4.8rem;
    }

    .workshop_item + .workshop_item{
        margin-top: 4.4rem;
    }

    .workshop_item_body{
        width: 100%;
        padding-right: 0;
    }

    .workshop_item_heading{
        align-items: center;
        margin-bottom: 2.6rem;
    }

    .workshop_item_heading_no{
        width: 6.8rem;
    }

    .workshop_item_heading_text{
        width: calc(100% - 7rem);
        padding-left: 1.4rem;
        font-size: 2.5rem;
        letter-spacing: 0.005rem;
    }
    
    .workshop_item_inner {
        width: 100%;
        margin-bottom: 2.4rem;
    }

    .workshop_item_title{
        width: 4.3rem;
        padding-left: 2.6rem;
    }

    .workshop_item_title img{
        width: 100%;
    }

    .workshop_item_pp{
        width: calc(100% - 31% - 4.3rem);
        padding-left: 5%;
        padding-right: 3%;
    }

    .workshop_item_position{
        font-size: 1.3rem;
        margin-bottom: 1.6rem;
    }

    .workshop_item:last-child .workshop_item_position{
        margin-bottom: 1.2rem;
    }

    .workshop_item_name{
        font-size: 2.8rem;
    }

    .workshop_item_text{
        width: 100%;
        padding-left: 2.4rem;
    }

    .workshop_item_img{
        width: 31%;
    }

    /*コーディネーター＆ファシリテーター*/

    .professional_container{
        padding-top: 7rem;
        margin-bottom: 7rem;
    }

    .professional_heading{
        width: 100%;
        margin: 0 auto 6rem;
    }

    .professional_text{
        margin-bottom: 6rem;
    }

    .professional_item{
        width: 100%;
    }

    .professional_item:not(:last-child){
        margin-bottom: 2.8rem;
    }

    .professional_item_body{
        width: 60%;
        padding-right: 0;
    }

    .professional_item_position{
        font-size: 1.5rem;
        margin-bottom: 2.8rem;
    }

    .professional_item:nth-child(2) .professional_item_position,
    .professional_item:nth-child(3) .professional_item_position{
        margin-bottom: 4rem;
    }

    .professional_item_name{
        font-size: 2.7rem;
    }

    .professional_item_img{
        width: 40%;
    }

    .professional_musuhi{
        position: relative;
        margin: 7rem auto 0;
        display: block;
        width: 70%;
        right: unset;
        bottom: unset;
    }

    /*Voice*/
    .voice_main{
        padding-top: 7rem;
        padding-bottom: 8rem;
    }

    .voice_heading{
        width: 98%;
        margin: 0 auto 4rem;
    }

    .voice_text{
        margin-bottom: 4rem;
    }
    
    .voice_list{
        justify-content: center;
    }

    .voice_item{
        width: 90%;
    }
    
    .voice_item + .voice_item{
        margin-top: 4rem;
    }
    
    .voice_item_title{
        font-size: 1.9rem;
    }

    .voice_item_link{
        padding: 7% 7% 8.8rem;
    }
    
    .voice_item_button{
        bottom: 3rem;
        left: 7%;
        right: 7%;
        font-size: 2rem;
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }

    /*モーダル*/
    
    .md-contents{
        width: 90%;
        max-width: 50rem;
        height: 90vh;
        height: 95svh;
    }

    .md-inner{
        padding: 4.8rem 6%;
    }

    .md-xmark {
        top: 1.2rem;
        right: 1.4rem;
    }

    .voice_article_header{
        margin-bottom: 4.8rem;
    }

    .voice_article_header_img{
        width: 100%;
        margin-bottom: 2.4rem;
    }

    .voice_article_header_body{
        width: 100%;
    }

    .voice_article_title{
        font-size: 2.1rem;
    }

    .voice_article_pp{
        margin-top: 2.2rem;
        padding-top: 2.5rem;
        border-top: .15rem solid;
    }

    .voice_article_company {
        font-size: 1.9rem;
        padding-bottom: .8rem;
    }

    .voice_article_pp_inner + .voice_article_pp_inner{
        margin-top: .6rem;
    }

    .voice_article_position{
        font-size: 1.5rem;
    }

    .voice_article_name{
        font-size: 2.4rem;
    }
    
    .voice_article_text + .voice_article_heading{
        margin-top: 3.6rem;
    }

    .modal_bottom_close{
        aspect-ratio: 400 / 66;
    }

    /*プログラム詳細*/

    .detail_container{
        padding-top: 6rem;
        margin-bottom: 7rem;
    }

    .detail_heading{
        width: 73%;
        margin: 0 auto 4rem;
    }

    .detail_inner + .detail_inner {
        margin-top: 4rem;
        padding-top: 4rem;
    }

    .detail_sub_heading{
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .detail_target_list{
        font-size: 1.9rem;
    }

    .detail_schedule_item + .detail_schedule_item{
        margin-top: 2.8rem;
    }

    .detail_schedule_title{
        font-size: 2.1rem;
    }

    .detail_schedule_item:not(.detail_schedule_pia) .detail_schedule_title{
        padding-left: 2.8rem;
    }

    .detail_schedule_pia{
        margin-left: 2.6rem;
        margin-bottom: 3.6rem;
    }

    .detail_schedule_text{
        font-size: 1.6rem;
        letter-spacing: 0.01rem;
        margin-top: .4rem;
    }

    .detail_schedule_memo{
        font-size: 1.3rem;
        margin-top: .8rem;
    }

    .detail_tokuten{
        margin-top: 4rem;
    }

    .detail_tokuten_memo{
        font-size: 1.6rem;
        margin-top: 4rem;
    }

    .detail_contact{
        margin-top: 5rem !important;
    }

    .detail_contact_link{
        margin: 2rem auto 0;
        aspect-ratio: 400 / 66;
    }

    .deatail_number{
        margin-bottom: 0;
    }

    .deatail_number_text{
        width: 84%;
        margin: 3rem auto 2.4rem;
        display: block;
    }

    /*FAQ*/

    .faq_container{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .faq_heading{
        width: 63%;
        margin: 0 auto 4rem;
    }

    .faq_list_item{
        padding: 4% 4.6% 4% 3.6%;
    }

    .faq_list_item + .faq_list_item{
        margin-top: .6rem;
    }

    .question_title {
        padding-left: 4rem;
        padding-right: 3rem;
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .question_title::before{
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2.7rem;
        height: 2.6rem;
    }

    .question_title::after {
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2.6rem;
        height: 2.4rem;
    }

    .question_answer {
        padding-left: 4rem;
        padding-right: 3rem;
        margin-top: 1.4rem;
        margin-bottom: .6rem;
    }

    /* Footer
    ----------------------------------------------------*/

    .main_footer{
        margin-top: 4rem;
        padding-bottom: 4rem;
    }

    .footer_logo{
        width: 25%;
    }

    .footer_copyright{
        padding-top: 3rem;
        width: 48%;
    }

}

@media print,
    screen and (max-width: 379px) {
        html {
            font-size: 56%;
        }
}