@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
enter,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    font-size: 16px;
    line-height: 1.0;
    color: #131313;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #010101;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    line-height: 1.5;
}

a {
    color: #509df7;
    text-decoration: underline;
}

.sp {
    display: none;
}

/*共通------------------------------------ */
#sp_menu {
    /*SP*/
    display: none;
}

#sp-menu-btn {
    /*SP*/
    display: none;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

#contents {
    margin: 0;
    padding: 0 0 40px 0;
    position: relative;
    background: #FFF;
}

.inner {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.inner_1160 {
    width: 1160px;
    margin: 0 auto;
}

.inner_1100 {
    width: 1100px;
    margin: 0 auto;
}

a img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a img:hover {
    opacity: 0.7;
}

/* アニメーション------------------------------------ */
.anime {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
}

.anime.add_anime {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

/*　見出し------------------------------------ */
.ttl_box {
    margin-bottom: 60px;
    text-align: center;
}

.ttl_box h2 {
    font-size: 32px;

}


/* ヘッダー------------------------------------ */
#header {
    width: 100%;
    height: 100px;
    background: #FFF;
}
@media screen and (max-width:768px) {
    #header .tell {
        text-align: right;
    }
    #header .tell img {
        width: 90%;
    }
}

#header .grid_cover {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* メインビジュアル------------------------------------ */
#main_visual {
    width: 100%;
    background: url("../image/main_bk.jpg") no-repeat center center;
    text-align: center;
}
@media screen and (max-width:768px) {
    #main_visual {
        background: url("../image/main_bk_sp.jpg") no-repeat;
        background-size: cover;
    }
}

#main_visual img {
    width: 100%;
    max-width: 1280px;
}

#main_buttom {
    background: url("../image/main_buttom_bk.jpg") no-repeat center center;
}

#main_buttom .present {
    padding-top: 18px;
    text-align: center;
}

#main_buttom .to_cv {
    padding: 45px 0 50px;
    text-align: center;
}
@media screen and (max-width: 1094px) {
    #main_buttom .to_cv {
        padding: 2% 0 6%;
    }
}

#main_buttom .present img {
    width: 100%;
    max-width: 1094px;
}
@media screen and (max-width: 1094px) {
    #main_buttom .present img {
        width: 95%;
    }
}

#main_buttom .to_cv img {
    width: 100%;
    max-width: 678px;
}
@media screen and (max-width: 678px) {
    #main_buttom .to_cv img {
        width: 95%;
    }
}

#about {
    width: 100%;
    background: url("../image/about_bk.jpg") no-repeat center center;
    text-align: center;
}

#about img {
    width: 100%;
/*    max-width: 1280px;*/
}






/* チェック------------------------------------ */
#check {
    text-align: center;
    padding: 100px 0 120px;
    background: url(../image/check_bk.png) no-repeat center top;
    background-size: cover;
    margin-bottom: -70px;
    position: relative;
    z-index: 2;
}

#check .check_text01 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 42px;
}

#check .check_text02 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
}

#check .check_text03 img {
    width: 100%;
}

/* 共感------------------------------------ */
#empathy {
    position: relative;
    z-index: 1;
    padding: 140px 0 90px;
    background: url(../image/empathy_bk.jpg) no-repeat center center;
    background-size: cover;
}

#empathy ul {
    margin-left: 330px;
}

#empathy ul li {
    font-size: 22px;
    line-height: 40px;
    position: relative;
    padding-left: 1.2em;
}

#empathy ul li:after {
    content: "●";
    position: absolute;
    left:0;
    top:0;
    width: 1em;
    height: 1em;
}

#empathy ul li span {
    font-weight: bold;
}

/* 5つの質問------------------------------------ */

.bk {
    background: url(../image/test_bk.gif) no-repeat center top;

}

#q5 {
    padding: 100px 0;
}

#q5 ul {
    width: 1000px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-113px);
    transform: translateX(-113px);
}

#q5 ul li:nth-child(2),
#q5 ul li:nth-child(4) {
    margin-top: 42px;
}

#q5 ul li:nth-child(1),
#q5 ul li:nth-child(5) {
    padding-top: 204px;
}

#q5 ul li:nth-child(1) {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

#q5 ul li:nth-child(5) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

#q5 .contents_box {
    margin-top: -140px;
    text-align: center;

}

#q5 .movie_box {
    width: 910px;
    padding: 33px;
    margin: 0 auto;
    text-align: center;
    background: url(../image/movie_box.png) no-repeat center center;

}

#q5 .movie_box iframe {
    width: 840px;
    height: 473px;
}


/* 特徴------------------------------------ */

#feature {
    padding-bottom: 120px;
}

#feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#feature ul li {
    margin-bottom: 22px;
}
#feature ul.anime li{
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
        opacity: 0;
    
}
#feature ul.anime.add_anime li{
     -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    
}
#feature ul.anime li:nth-child(2){
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#feature ul.anime li:nth-child(3){
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#feature ul.anime li:nth-child(4){
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#feature ul.anime li:nth-child(5){
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
#feature ul.anime li:nth-child(6){
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
#feature ul.anime li:nth-child(7){
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}


/* ターゲット------------------------------------ */
#target {
    padding-bottom: 90px;
}

#target .content_box {
    padding: 50px 0;
    margin-bottom: 90px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

#target .content_box p {
    text-align: center;
    margin-bottom: 24px;
}

#target .content_box ul {
    padding-left: 190px;

}

#target .content_box ul li {
    font-size: 22px;
    line-height: 2.0;
    color: #FFF;
    position: relative;
    padding-left: 1.2em;
}

#target .content_box ul li:after {
    content: "●";
    position: absolute;
    left:0;
    top:0;
    width: 1em;
    height: 1em;

}

#target .content_box ul li span {
    color: #f7f6a4;
}

#target .grid_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#target .grid_box:nth-child(2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #FFF;
    width: 825px;
}

#target .grid_cover p:nth-of-type(1) {
    margin-bottom: 32px;
}

#target .grid_cover p {
    color: #fff;

}

/* メディア----------------------------------- */
#media {
    padding: 100px 0;
    background: url(../image/media_bk.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#media .grid_cover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;


}

#media .grid_box {
    width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
}

#media .grid_box img {
    margin-right: 15px;
}

#media .grid_box p {
    font-size: 15px;
    color: #370402;
    line-height: 1.45;
}

#media .grid_box p span {
    margin-top: 8px;
    display: block;
    font-weight: bold;
}

/* プレゼント----------------------------------- */

#present {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 60px;

}

#present:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -36%);
    transform: translate(-50%, -36%);
    width: 100vw;
    height: 100vw;
    background: rgb(179, 124, 60);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(179, 124, 60, 1) 0%, rgba(95, 56, 21, 1) 35%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b37c3c', endColorstr='#5f3815', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/*よくある質問------------------------------------ */
#qa {
    padding: 100px 0;

}

#qa .grid_cover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#qa div {
    -ms-flex-preferred-size: 545px;
    flex-basis: 545px;

}

#qa ul {
    width: 100%;
    margin-bottom: 20px;
}

#qa ul li {
    text-align: left;
    font-size: 18px;
    color: #370402;
    position: relative;
    padding-left: 50px;
    line-height: 32px;
    margin-bottom: 12px;

}

#qa ul li:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

#qa ul li:nth-child(1):before {
    background-image: url(../image/faq_q.png);
}

#qa ul li:nth-child(2):before {
    background-image: url(../image/faq_a.png);
}


/*コンタクト------------------------------------ */
#contact {
    padding: 80px 0;
    background: #f1ebe3;
}

#contact .inner_1100 {
    width: 1100px;
    background: #FFF;
    padding: 50px;
}

#table_form {
    width: 100%;
    border: 0px #ffffff solid;
    border-collapse: separate;
    border-spacing: 10px;
    margin-bottom: 60px;
}

#table_form,
#table_form * {
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

#table_form th {
    background-color: #e4dfd5;
    text-align: left;
    font-size: 15px;
    padding: 0 15px;
/*    font-weight: bold;*/
    vertical-align: middle;
}

#table_form th span {
    background-color: #e35580;
    color: #FFF;
    padding: 0 4px;
    margin-right: 4px;
}

#table_form td {
    vertical-align: middle;
    background-color: #f8f5ee;
    padding: 15px;
    font-size: 15px;
}

#table_form td input {
    padding: 15px 20px;
    font-size: 16px;
    border: solid 2px #b0b0b0;
}

#table_form textarea {
    width: 100%;
    height: 200px;
    border: solid 2px #b0b0b0;
}

.button .att {
    margin-bottom: 25px;
    font-size: 15px;
    text-align: center;
}

.button ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button ul li {
    margin: 0 10px;
}

.button input {
    text-align: center;
    width: 200px;
    height: 50px;
    background: #c7c7c7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

.button input:hover {
    background: #509df7;

}

/*インストラクター------------------------------ */
#instructor {
    padding: 80px 0;
    background-image: url(../image/instructor_bk.png);
    background-repeat: no-repeat;
    background-position: calc((100vw - 1160px) / 2) top;
}

#instructor .ttl_box {
    text-align: left;
    margin-bottom: 55px;
}


#instructor .contents_box {
    width: 100%;
    padding-right: 60%;
    padding-bottom: 20px;
    background-image: url(../image/instructor_01.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#instructor .contents_box h3 {
    margin-bottom: 12px;
}

#instructor .contents_box p {
    margin-bottom: 50px;
    line-height: 1.7;

}

/*講座------------------------------------ */
#program {
    padding: 100px 0;
    background: url(../image/program_bk.jpg) repeat center center;
}

#program .guide {
    padding: 12px 0;
    border-radius: 25px;
    margin-bottom: 72px;
    background: #d0dfec;
    color: #0072d3;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #program .guide {
        margin-bottom: 5%;
        font-size: 13px;
    }
}

#program .grid_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#program .grid_box {
    width: 560px;
    position: relative;
    margin-bottom: 12px;
    background: #FFF;
    padding: 32px 0;
    margin-bottom: 34px;
}

#program .grid_box h3 {
    margin-bottom: 24px;
}

#program .grid_box h3 img {
    width: 100%;
}

#program .grid_box_contents {
    padding: 0 32px;
}
@media screen and (max-width: 768px) {
    #program .grid_box_contents {
        padding: 0 5%;
    }
}

#program .grid_box p {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #320702;
}

#program .grid_box ul li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}

#program .grid_box:before,
#program .grid_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 1px;

    background: rgb(177, 124, 45);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(177, 124, 45, 1)), to(rgba(201, 183, 110, 1)));
    background: linear-gradient(to right, rgba(177, 124, 45, 1) 0%, rgba(201, 183, 110, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b17c2d', endColorstr='#c9b76e', GradientType=1);
    /* IE6-9 */
}

#program .grid_box:after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -2px;
}

#program .att {
    text-align: right;
    color: #FFF;
    margin-bottom: 68px;
}

#program .caution {
    margin-top: 8px;
    color: #FFF;
    font-size: 12px;
}



/*フッター------------------------------------ */
#footer {
    width: 100%;
    padding: 50px 0 160px;
}

#footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 26px;
}

#footer ul li {
    margin: 0 24px;
}

#footer ul li a {
    color: #000;
    text-decoration: none;
}

#footer small {
    display: block;
    text-align: center;
}


/*ページトップへ------------------------------------ */
#page-top {
    position: fixed;
    z-index: 9999;
    bottom: 105px;
    right: calc((100vw - 1280px) / 2);
    width: 70px;
    height: 70px;
    background: #5f3815;
    border-radius: 50%;
    -moz-opacity: 0.7;
    opacity: 0.7;
}


#page-top a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 999;

}

#page-top a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*フォロー--------------------------------------*/
#follow {
    width: 100%;
    /*max-width: 1480px;1480*/
    background: #370402;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 998;
    text-align: center;
    padding-bottom: 12px;
}

#follow img {
    margin-top: -24px;
}


/*タブレット用--------------------------------------*/
@media screen and (max-width:1100px) {
    .inner_1160 {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }
}

@media screen and (max-width:960px) {
    
    #q5 .movie_box {
        width: 100%;
        padding: 5%;
        background: url(../image/movie_box.png) no-repeat center center;
        background-size: contain;
    }

    #q5 .movie_box iframe {
        width: 536px;
        height: 300px;
    }
    
}


/*スマートフォン用--------------------------------------*/
@media screen and (max-width:640px) {
    img {
        width: 100%;
    }

    #wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #FFF;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }



    /*action*/
    #sp-hide-area {
        width: 100%;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    #sp-hide-area.open {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%);
    }

    /* 共通------------------------------------ */
    body {
        font-size: 14px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    p {
        font-size: 14px;
    }

    .inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 2%;
        position: relative;
    }

    .inner_1160 {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .inner_1100 {
        width: 100%;
        padding: 0 4%;
        margin: 0 auto;
    }

    .ttl_box {
        margin: 0 10% 24px;

    }

    /*▼メインビジュアル*/
/*
    #main_visual {
        width: 100%;
        height: 380px;
        padding-top: 18px;
        position: relative;
    }

    #main_visual .inner p {
        width: auto;
        margin-left: auto;
        padding-left: 0;

    }

    #main_visual .inner p img {
        margin: 0 auto;

    }

    #main_visual .inner .drucker {
        position: absolute;
        bottom: -80px;
        left: 5%;
        z-index: 2;
        width: 45vw;
        max-width: 240px;
    }
    
*/

/*
    #main_buttom {
        padding: 20px 0;
    }

    #main_buttom .present {
        margin: 0 4% 20px;
    }

    #main_buttom .present img {
        width: 105%;
    }

    .to_cv {
        margin: 0 4%;
    }
*/

    /* チェック------------------------------------ */
    #check {
        padding: 16w 0 12vw;
        background: url(../image/check_bk.png) no-repeat center top;
        background-size: cover;
        margin-bottom: -70px;
        position: relative;
        z-index: 2;
    }

    #check .check_text01 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #check .check_text02 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 24px;
    }

    #check .check_text03 img {
        width: 100%;
    }

    /* 共感------------------------------------ */
    #empathy {
        position: relative;
        z-index: 1;
        padding: 16vw 0 12vw;
        background: url(../image/empathy_bk_sp.jpg) no-repeat bottom right;
        background-size: cover;
    }

    #empathy ul {
        margin-left: 0;
    }

    #empathy ul li {
        font-size: 14px;
        line-height: 1.7;
    }

    #empathy ul li span {
        font-weight: bold;
    }

    /* 5つの質問------------------------------------ */

    .bk {
        background: url(../image/test_bk.gif) no-repeat center top;
    }

    #q5 {
        padding: 10vw 0;
    }
    #q5>.inner_1160>.ttl_box{
        width: 100%;
        margin: 0 0 24px 0;
        
    }
    #q5 ul {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #q5 ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 4%;
    }

    #q5 ul li:nth-child(2),
    #q5 ul li:nth-child(4) {
        margin-top: 0;
        -webkit-transform: translateY(70%);
        transform: translateY(70%)
    }

    #q5 ul li:nth-child(1),
    #q5 ul li:nth-child(5) {
        padding-top: 0;
    }

    #q5 ul li:nth-child(1) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    #q5 ul li:nth-child(5) {#q5 .contents_box img
        -webkit-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    #q5 .contents_box {
        margin-top: 0px;
        text-align: center;
    }


    #q5 .movie_box {
        width: 100%;
        padding: 5%;
        background: url(../image/movie_box.png) no-repeat center center;
        background-size: contain;

    }

    #q5 .movie_box iframe {
        width: 320px;
        height: 182px;
    }
    
    
    /* 特徴------------------------------------ */

    #feature {
        padding-bottom: 20vw;
    }

    #feature ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #feature ul li {
        width: 48%;
        margin-bottom: 22px;
    }

    #feature ul li:nth-child(7) {
        width: 100%;
    }


    /* ターゲット------------------------------------ */
    #target {
        padding-bottom: 12vw;
    }

    #target .content_box {
        padding: 50px 0;
        margin-bottom: 10vw;
    }

    #target .content_box p {
        text-align: center;
        margin-bottom: 24px;
    }

    #target .content_box ul {
        padding-left: 0px;

    }

    #target .content_box ul li {
        font-size: 15px;
        line-height: 2.0;
        color: #FFF;
    }

    #target .grid_cover {
        display: block;
        position: relative;
    }

    #target .grid_box:nth-child(1) {
        position: absolute;
        left: 0;
        top: -12%;
        width: 30%;

    }

    #target .grid_cover p:nth-of-type(1) {
        margin-bottom: 80px;
        margin-left: 30%;
        padding-top: 12px;
        border-top: 1px solid #FFF;
    }

    #target .grid_box:nth-child(2) {
        margin-top: 40px;
        padding-top: 20px;
        border-top: none;
        width: 100%;

    }




    /* メディア----------------------------------- */
    #media {
        padding: 10vw 0;
    }

    #media .grid_cover {
        width: 100%;
        display: block;
    }

    #media .grid_box {
        width: 100%;
        margin-bottom: 24px;
    }

    #media .grid_box img {
        width: 100px;
        margin-right: 15px;
    }

    #media .grid_box p {
        font-size: 13px;

    }

    #media .grid_box p span {
        margin-top: 8px;

    }

    /* プレゼント----------------------------------- */

    #present {
        text-align: center;
        overflow: hidden;
        position: relative;
        padding: 20px;

    }

    /*よくある質問------------------------------------ */
    #qa {
        padding: 10vw 0;

    }

    #qa .grid_cover {
        width: 100%;
        display: block;
    }

    #qa div {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: auto;
    }

    #qa ul {
        width: 100%;
        margin-bottom: 20px;
    }

    #qa ul li {
        font-size: 14px;
        color: #370402;
        position: relative;
        padding-left: 50px;
        line-height: 32px;
        margin-bottom: 12px;

    }

    /*コンタクト------------------------------------ */
    #contact {
        padding: 8vw 0;
        background: #f8f5ee;
    }

    #contact .inner_1100 {
        width: 92%;
        padding: 4%;
    }


    #table_form {
        width: 100%%;
        border-spacing: 2px;
        margin-bottom: 60px;
        margin: 0;
    }

    #table_form,
    #table_form * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #table_form th {
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 8px 10px;

    }

    #contact .inner_1100 td input {
        width: 100%;
    }

    #table_form th span {
        background-color: #e35580;
        color: #FFF;
        padding: 0 4px;
        margin-right: 4px;
    }

    #table_form td {
        display: block;
        width: 100%;
        padding: 10px 0 18px;
        font-size: 13px;
        background: transparent;
    }

    #table_form td input {
        width: 100%;
        padding: 10px 0px;
        font-size: 13px;
        border: solid 2px #b0b0b0;
    }

    #table_form textarea {
        width: 100%;
        height: 200px;
    }

    .button .att {
        margin: 0 0 20px;
        font-size: 13px;
        text-align: left;
    }

    .button ul {
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .button ul li {
        margin: 0;
    }

    .button input {
        width: 38vw;
        height: 50px;
        font-size: 14px;
    }

    /*インストラクター------------------------------ */
    #instructor {
        padding: 10vw 0;
        background-image: url(../image/instructor_bk.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
    }

    #instructor .ttl_box {
        text-align: left;
        width: 55%;
        padding: 0;
        margin: 0 auto 55px 0;
    }


    #instructor .contents_box {
        width: 100%;
        padding-right: 0;
        padding-bottom: 37vw;
        background-image: url(../image/instructor_01.jpg);
        background-size: contain;
        background-position: center bottom;
    }

    #instructor .contents_box h3 {
        margin-bottom: 12px;
    }

    #instructor .contents_box p {
        margin-bottom: 24px;
        line-height: 1.7;

    }


    /*講座------------------------------------ */
    #program {
        padding: 10vw 0;
/*        background: url(../image/program_bk.gif) repeat center center;*/
    }

    #program .grid_cover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #program .grid_box {
        width: 100%;
        margin-bottom: 12px;
        padding: 12px 0;

    }

    #program .grid_box h3 {
        margin-bottom: 24px;
    }

    #program .grid_box h3 img {
        width: 100%;
    }

    #program .grid_box p {
        font-size: 14px;
        line-height: 1.7;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #320702;
    }

    #program .grid_box ul li {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.7;
    }

    #program .att {
        text-align: right;
        color: #FFF;
        margin-bottom: 68px;
    }

    #program img:nth-last-of-type(1) {
        margin-top: 20px;
    }

    #footer {
        padding: 10vw 0;
    }

    #follow {
        display: none !important;
    }

    #footer small {
        font-size: 12px;
    }


}


/* dummy */
img {
    padding: 0;
    border: none;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
}

.temp-top,
.temp-img2,
.temp-img3,
.temp-img4,
.temp-img5 {
    max-width: 1920px;
    padding: 0;
    border: none;
    margin: 0 auto;
    text-align: center;
}
.temp-top img,
.temp-img2 img,
.temp-img3 img,
.temp-img4 img,
.temp-img5 img {
    width: 100%;
}

.temp-img1 {
    position: relative;
    text-align: center;
    max-width: 1920px;
    margin: 0 auto;
}
.temp-img1 img,
.temp-img1 .btn img {
    width: 100%;
}
.temp-img1 .btn {
    position: absolute;
    left: calc(100% / 2 - 339px);
    bottom: 30px;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .temp-img1 .btn {
        position: unset;
    }
}


/* contact追加 */

.contact__table {
  width: 100%;
  margin: 0 auto 45px;
  table-layout: fixed;
}
@media screen and (max-width: 1180px) {
  .contact__table {
    margin-bottom: 5%;
  }
}

.contact__table th,
.contact__table td {
  line-height: 1.3;
  font-size: 15px;
  border: 10px solid #fafafa;
  vertical-align: middle;
    text-align: left;
}
@media screen and (max-width: 768px) {
  .contact__table th,
  .contact__table td {
    display: list-item;
    font-size: 16px;
    list-style: none;
    border: none;
  }
}
.contact__table th {
  width: 340px;
  padding: 15px 10px 15px 30px;
  background: #E4DFD5;
}
@media screen and (max-width: 768px) {
  .contact__table th {
    position: relative;
    width: 100%;
    padding: 2% 5%;
  }
}
.contact__table td {
  padding: 15px 20px;
  background: #F8F5EE;
}
@media screen and (max-width: 768px) {
  .contact__table td {
    padding: 3% 5%;
    background: none;
  }
}
.contact__table .required {
  display: inline-block;
  width: 40px;
  margin-right: 4px;
  padding: 4px 0;
  background: #E35580;
  color: #FFF;
  font-size: 0.875em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__table .required {
    width: auto;
    margin-right: 1%;
    padding: 1% 2%;
    font-size: 13px;
  }
}
.contact__table input[type="text"] {
  padding: 5px;
  border: 2px solid #B0B0B0;
}
.contact__table .long {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .contact__table .long {
    width: 100%;
  }
}
.contact__table .middle {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contact__table .middle {
    width: 100%;
  }
}
.contact__table .short {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .contact__table .short {
    width: 100%;
  }
}
.contact__table textarea {
  width: 100%;
  padding: 5px;
  resize: vertical;
  line-height: 1.2;
  border: 2px solid #B0B0B0;
}
@media screen and (max-width: 1180px) {
  .contact__table select {
    width: 100%;
  }
}
.contact__table__text {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact__table__text {
    margin: 0 5% 3%;
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
  }
}
.contact__table__text a {
  color: #000;
  text-decoration: underline;
}
.contact__table__text a:hover {
  text-decoration: none;
}