@charset "utf-8";


body{
    font-size: 62.5%;
    font-family:
    'Yu Gothic',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    sans-serif;
    line-height: 30px;
    color: #333333;
}

p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    }

img{
    max-width: 100%;
    height: auto;
}

.font-gosic{
    font-family:     
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',sans-serif;
}

.sp{
    display: none;
}
.pc{
    display: block;
}

/* メインビジュアル */
.mv {
    width: 100%;
    background-image: url(../images/mv-bg.png);
    background-size: cover;
    padding-bottom: 50px;
}

.mv .mv__inner .mv__inner--img{
    width: 75%;
    margin: 0 auto;
    max-width: 75%;
}

.mv .mv__inner .mv__inner--img h1 img{
    width: 100%;
}

.mv .mv__button{
    margin-bottom: 20px;
}

.mv .mv__button .mv__button--content{
    width: 30%;
    display: block;
    margin: 0px auto;
    text-align: center;
    height: 50px;
    font-size: 3em;
    background: #ffff00;
    border-radius: 50px;
    line-height: 52px;
    margin-top: 50px;
    font-weight: bold;
    color: #333333;
}

/* 加速する少子高齢化と人工減少 */

body h2{
    font-family: "游ゴシック", "Yu Gothic";
     font-weight: bold;
     font-size: 40px;
     color: #00b1db;
}

.section1{
    background-image: url(../images/section1-bg.png);
    font-size: 1.8em;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section1 .section1__top{
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.section1 .section1__top--title{
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
}

.section1 .section1__top--text{
    margin-bottom: 50px;

}

.section1 ul{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.section1 ul li{
    background-image: url(../images/section1-content-bg.png);
    background-size: cover;
    width: 24%;
    height: auto;
}

.section1 ul li dl dt{
    margin-top: 30px;
    margin-bottom: 15px;
    color: #00b1db;
    /* font-size: 24px; */
    font-weight: bold;
    text-align: center;
}

.section1 ul li dl dt h3{
    margin-top: 10px;
}

.section1 ul li dl dt::before{
    content: url(../images/section1-content-title-img.png);
}

.section1 ul li dl dd{
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px;
}


/* こんなお悩み抱えていませんか */
.section2{
    background-image: url(../images/section2-bg.png);
    background-size: cover;
    background-position-x: center;
    padding-bottom: 160px;
    z-index: 4;
}

.section2 .section2-title{
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

.section2 .section2-title span{
    color: #ffff00;
}

.section2 .section2-inner{
    max-width: 1200px;
    margin: 0 auto;
}


.section2 ul img{
    max-width: 100%;
}

.section2 ul span{
    color: #00b1db;
}


/* 01 */

.section2 .section2-content01{
    position: relative;
    margin-top: 50px;
}

.section2 .section2-content01-img{
    text-align: right;
}

.section2 .section2-content01-text{
    background-image: url(../images/section2-content-bg1.png);
    background-repeat: no-repeat; 
    position: absolute;   
    left: 0;
    top: 20px;
}

.section2 .section2-content01-text p{
    font-size: 24px;
    font-weight: bold;
    padding: 120px 100px 130px 30px;
    line-height: 36px;
}


/* 02 */
.section2 .section2-content02{
    position: relative;
    margin-top: 50px;
}

.section2 .section2-content02-img{
text-align: left;
}

.section2 .section2-content02-text{
    background-image: url(../images/section2-content-bg2.png);
    background-repeat: no-repeat; 
    background-size: cover;
    position: absolute;   
    right: 0;
    top: 20px;
}

.section2 .section2-content02-text p{
    font-size: 24px;
    font-weight: bold;
    padding: 120px 60px 80px 30px;
    line-height: 36px;
    margin-right: 0px;
}


/* 03 */
.section2 .section2-content03{
    position: relative;
    margin-top: 50px;
}

.section2 .section2-content03-img{
text-align: right;
}

.section2 .section2-content03-text{
    background-image: url(../images/section2-content-bg3.png);
    background-repeat: no-repeat;  
    position: absolute;   
    left: 0;
    top: 20px; 
}

.section2 .section2-content03-text p{
    font-size: 24px;
    font-weight: bold;
    padding: 120px 350px 130px 30px;
    line-height: 36px;
}



/* そのお悩み解決できます */
.section3 .section3-inner{
    width: 100%;
    margin: 50px auto 80px;  
}

.section3 h2{
    color: #000;
    text-align: center;
    font-size: 40px;
}

.section3 h2 span{
    color: #00b1db;
}

.section3 .section3-main {
    background-color: #e8e8e8;
    padding: 80px 270px;
    display: flex;
    margin-top: 50px;
    max-width: 100%;
    width: 1200px;
    box-sizing: border-box;
    margin: 50px auto 0;
}

.section3-main_list {
    margin-left: 30px;
}



.section3 .section3-main .section3-main-wrap{
    display: flex;
}

.section3 .section3-main .section3-main-wrap .section3-main-img{
    max-width: 85px;
}

.section3 .section3-main .section3-main-wrap li ul{
    width: 100%;
    display: block;
    margin: 0 0 0 auto;
}

.section3 .section3-main h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 30px;
    display: flex;
}

.section3 .section3-main .section3-list-title1::before{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 50px;/*画像の幅*/
    height: 50px;/*画像の高さ*/
    min-width: 36px;
    background-image: url(../images/section3-main-list-item1.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.section3 .section3-main .section3-list-title2::before{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 50px;/*画像の幅*/
    height: 50px;/*画像の高さ*/
    min-width: 36px;
    background-image: url(../images/section3-main-list-item2.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.section3 .section3-main .section3-list-title3::before{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 50px;/*画像の幅*/
    height: 50px;/*画像の高さ*/
    min-width: 36px;
    background-image: url(../images/section3-main-list-item3.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.section3 .section3-main .section3-list-title4::before{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 50px;/*画像の幅*/
    height: 50px;/*画像の高さ*/
    min-width: 36px;
    background-image: url(../images/section3-main-list-item4.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.section3 .section3-main .section3-list-title5::before{
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 50px;/*画像の幅*/
    height: 50px;/*画像の高さ*/
    min-width: 36px;
    background-image: url(../images/section3-main-list-item5.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.section3 .section3-main p{
    font-size: 18px;
}

/* 2020年取り組むべき採用・人事戦略を事例付で全て提言！ */

.section4 .section4-Instructor-wrap .instructor-name{
    font-size: 24px;
}

.section4{
    background-image: url(../images/section4-bg.png);
    background-size: inherit;
    padding: 80px 0;
}

.section4 p{
color: #fff;
font-size: 18px;
}

.section4 h3{
    color: #fff;
    font-size: 24px;
}

.section4 .section4-inner{
max-width: 1200px;
    margin: 0px auto;
    border:  solid 4px #00d6ff;
    padding: 30px;
    box-sizing: border-box;
}

.section4 .section4-inner .section4-seminarcontents-wrap{
    display: flex;
}


.section4 .section4-inner .section4-seminarcontents-wrap .section4-seminarcontents-title{
    background-image: url(../images/section4-seminarcontents-title-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    font-size: 20px;
    width: 22%;
    padding-top: 80px;
    padding-left: 50px;
    padding-bottom: 70px;
    padding-right: 0px;
    margin-right: 20px;
    font-family:     
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',sans-serif;
     font-weight: bold;
}

.section4 .section4-inner .section4-seminarcontents-wrap .section4-seminarcontents-list ul{
    margin-top: 20px;

}

.section4 .section4-inner .section4-seminarcontents-wrap .section4-seminarcontents-list ul li p{
    display: flex;
    margin-bottom: 10px;
    font-size: 24px;
}

.section4 .section4-inner .section4-seminarcontents-wrap .section4-seminarcontents-list ul li p::before{
    content: "";
    padding: 0px 8px;
    margin-right: 10px;
    background-color: #00d6ff;
    height: 15px;
    display: inline-block;
}


.section4 h2{
    color: #00d6ff;
    margin-bottom: 20px;
    line-height: 50px;
}

.section4 .section4-Instructor-wrap{
    background-image: url(../images/section4-Instructor-wrap-bg.png);
    background-size: cover;
    margin-top: 30px;
    padding: 25px 25px 0 40px;
    background-repeat: no-repeat;
}

.section4 .section4-Instructor-wrap h3{
    font-size: 24px;
    font-family:     
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

.section4 .section4-Instructor-wrap dl{
    display: flex;
}

.section4 .section4-Instructor-wrap dl dt{
    width: 70%;
    max-width: 100%;
}

.section4 .section4-Instructor-wrap dl dt img{
    max-width: 100%;
    height: auto;
    width: 100%;
}

.section4 .section4-Instructor-wrap dl dd{
    padding: 15px 15px 15px 40px;
    width: 360%;
    max-width: 380%;
}

.section4 .section4-Instructor-wrap dl dd p{
    margin-bottom: 10px;
    line-height: 26px;
    padding-right: 20px;
}


/* 受講者の声 */
.section5{
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.section5 h2{
    color: #000;
    border-bottom:solid 1px #29a8c9;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.section5 .section5-inner div{
    text-align: center;
    margin-bottom: 30px;
}

.section5 .section5-inner div p{
    font-size: 18px;
    padding-top: 10px;
}

.section5 ul{
    display: flex;
    flex-wrap: wrap;
}

.section5 ul li{
    width: 25%;
    background-image: url(../images/section5-contents-img.png);
    background-size: cover;
    background-position-y: center;
    font-size: 18px;
    font-family:     
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',sans-serif;
    border: 5px solid #fff;
    box-sizing: border-box;
    height: 280px;
}


.section5 ul li{
    border: 5px solid #fff;
    border-style:solid; 
    border-width: 0px 16px 16px 0px;
}

.section5 ul li:nth-child(4){
    border: 5px solid #fff;
    border-style:solid; 
    border-width: 0px 0px 16px 0px;
}

.section5 ul li:nth-child(8){
    border: 5px solid #fff;
    border-style:solid; 
    border-width: 0px 0px 16px 0px;
}

.section5 ul li p{
    padding: 50px 20px;
    
}

.section5 ul li p span{ 
    color: #29a8c9;
    font-weight: bold;
}

.section5 ul.sp{
    display: none;
}


/* セミナー開催日程 */
.section6{
    background-image: url(../images/section6-bg.png);
    background-size: cover;
    padding: 80px 0;
}

.section6 h2{
    color: #000;
    border-bottom:solid 1px #29a8c9;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.section6 .section6-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section6 .section6-inner .section6-title{
    text-align: center;
    margin-bottom: 30px;
}


.section6 .section6-inner .section6-title p{
    font-size: 18px;
    padding-top: 10px;
}


.section6 .section6-inner .section6-gaiyoutitle {
    text-align: center;
    margin-bottom: 30px;
}
.section6 .section6-inner .section6-gaiyoutitle h2 {
    text-align: center;
    margin-bottom: 30px;
}

.section6 .section6-inner .section6-gaiyoutitle td {
    border: none;
    background-color: #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
    vertical-align: middle;
    font-size: 16px;
    border-bottom: dotted 0.5px #bebebe;
    text-align: left;
    height: 50px;
    font-weight: bold;
}

.section6 .section6-inner .section6-gaiyoutitle .gaiyou-text {
    color: #29a8c9;
    padding-left: 50px;
    width: 20%;
}

.section6 .section6-inner .section6-gaiyoutitle .gaiyou-text {
    color: #29a8c9;
    padding-left: 30px;
    width: 25%;
}


/* アコーディオン */

.menu {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

label {
    display: block;
    margin: 10px 0 10px 0;
    padding :12px;
    line-height: 1;
    color :#fff;
    background: linear-gradient(-135deg,#41d8d4, #25a2bf );
    cursor :pointer;
    font-size: 16px;
    font-family:     
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',sans-serif;
    position: relative;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
    font-size: 16px;
}

#day{
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
    font-size: 16px;
}

#day a {
    display: block;
    padding: 10px;
    text-decoration: none;
    line-height: 1;
}


.menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    max-height: 3000px;
    opacity: 1;
}




/* テーブル */
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: initial;
}

th{
    background-color: #666666;
    color: #fff;
    padding-left: 15px;
    padding-top: 10px;
    height: 40px;
    font-family:     
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',sans-serif;
}

tbody tr:last-child td{
    border-bottom: none;
}

.th1{
width: 15%;
border-right: solid 1px#fff;
}

.th2{
    width: 40%;
    border-right: solid 1px#fff;
}

.th3{
    width: 15%;
    border-right: solid 1px#fff;
}

.th4{
    width: 15%;
    border-right: solid 1px#fff;
}

.th5{
    width: 15%;
}

td {
    border:solid 1px #666666;
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
    border-top: none;
    border-left: none;
    font-family:     
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',sans-serif;
    vertical-align: middle;
}

.td1{
    border-left: none;
}

.td2 span{
    color: #29a8c9;
}

.td2 span::before{
    content: url(../images/section6-mappin.png);
    margin-right: 5px;
}

.td5{
    border-right: none;
}

.td5 a{
    border-right: none;
    background-color:#f4901e;
    color: #fff;
    text-align: center ;
    border-radius: 20px;
}



/*閉じた状態の矢印描画*/
.menu label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin:auto;
  }
  /*開いた状態の矢印描画*/
  .menu input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin:auto;
  }




/* キャンセル */
.section6 .section6-cancel{
    background-color: #fff;
    margin-top: 20px;
    font-size: 16px;
    padding: 30px;
}

.section6 .section6-cancel p span{
color: #00d6ff;
font-family:     
'Hiragino Kaku Gothic ProN',
'ヒラギノ角ゴ ProN W3',
'Hiragino Kaku Gothic ProN',
'ヒラギノ角ゴ ProN W3',sans-serif;
font-weight: bold;
}



/* フッター */
footer{
    background-color: #2d445d;
    color: #fff;
    text-align: center;
    height: 50px;
    font-size: 12px;
}

footer p{
    padding-top: 10px;
}





/* スマホ・タブレット */
@media screen and (max-width: 1024px)and (min-width: 751px) {
    
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }

    /* メインビジュアル */
    .mv {
        width: 100%;
        background-image: url(../images/sp-mv-bg.png);
        background-size: cover;
        padding-bottom: 50px;
        background-position-x: center;
    }


    .mv .mv__inner .mv__inner--img{
        width: 90%;
        margin: 0 auto;
        max-width: 90%;
    }

    .mv .mv__button .mv__button--content {
        width: 90%;
        display: block;
        margin: 0px auto;
        text-align: center;
        height: 50px;
        font-size: 2.4em;
        background: #ffff00;
        border-radius: 50px;
        line-height: 52px;
        margin-top: 50px;
        font-weight: bold;
    }


    /* 加速する少子高齢化と人工減少 */
    .section1 .section1__top--title{
        text-align: center;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    .section1 .section1__top--text{
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 38px;
    }

    .section1 .section1__top {
        width: 95%;
        margin: 0 auto;
        text-align: left;
    }

    .section1 ul {
        width: 90%;
        margin: 0 auto;
        display: block;
        justify-content: space-between;
    }

    .section1 ul li {
        background-image: url(../images/section1-content-bg-sp.png);
        background-size: cover;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .section1 ul li dl dt::before {
        content: "";
    }

    .section1 ul li dl dt h3::before {
        content: url(../images/section1-content-title-img.png);
        vertical-align: middle;
        margin-right: 10px;
    }

    .section1 ul li dl dt {
        margin-top: 15px;
        margin-bottom: 15px;
        color: #00b1db;
        font-size: 24px;
        font-weight: bold;
       text-align: left;
       padding: 20px;
       padding-bottom: 0;
    }

    .section1 ul li dl dd {
    font-size: 20px;
    line-height: 38px;
    }

    .section1 ul li dl dt h3{
        margin-top: 10px;
        font-size: 28px;
    }




    /* こんなお悩み抱えていませんか？ */

    .section2 {
        background-image: url(../images/section2-bg.png);
        background-size: cover;
        background-position-x: center;
        background-color: #e8e8e8;
        padding-bottom: 130px;
    }

    .section2 ul img {
        max-width: 100%;
        width: 100%;
        min-height: 210px;
    }

    .section2 .section2-title {
        color: #fff;
        text-align: center;
        padding-top: 50px;
        font-size: 28px;
        line-height: 40px;
    }

    .section2 .section2-inner {
        width: 95%;
        margin: 0 auto;
    }

    .section2 .section2-content01-img {
        text-align: right;
        background-image: url(../images/section2-content-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
    }

    .section2 .section2-content01-text{
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        max-width: 100%;
        width: 95%;
        display: block;
        margin: -230px auto 0;
    }

    .section2 .section2-content02-img {
        text-align: right;
        background-image: url(../images/section2-content-img2.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
    }
    

    .section2 .section2-content02-text {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;        
        position: relative;
        max-width: 100%;
        width: 95%;
        display: block;
        margin: -230px auto 0;
    }

    .section2 .section2-content03-img {
        text-align: right;
        background-image: url(../images/section2-content-img3.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
    }

    .section2 .section2-content03-text {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;        
        position: relative;
        max-width: 100%;
        width: 95%;
        display: block;
        margin: -230px auto 0;
    }

    .section2 .section2-content01-text p {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 10px 130px 30px;
        line-height: 28px;
        top: 30%;
    }

    .section2 .section2-content02-text p {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 10px 130px 30px;
        line-height: 28px;
        top: 30%;
    }

    .section2 .section2-content03-text p {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 10px 130px 30px;
        line-height: 28px;
        top: 30%;
    }




/* そのお悩み解決できます */

.section3 h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
}

.section3 .section3-main .section3-main-wrap {
    display: flex;
    margin-top: 50px;
}

    .section3 .section3-inner {
        width: 100%;
        margin: 0px auto 0px;
    }

    .section3 .section3-main p {
        font-size: 16px;
        line-height: 25px;
    }

    .section3-sp-bg{
        background-color: #e8e8e8;
        padding-top: 50px;
         z-index: 3;
    }

    .section3 .section3-main {
        background-color: #e8e8e8;
        padding: 0;
        display: flex;
        margin-top: 50px;
    }

    .section3 .section3-main {
        background-color: #e8e8e8;
        padding: 0;
        display: flex;
        margin-top: 50px;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .section3 .section3-main .section3-main-wrap .section3-main-img-sp {
        height: 100%;
        width: 110px;
    }

    .section3 .section3-main h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .section3 .section3-main .section3-main-wrap li ul {
        width: 95%;
        display: block;
        margin: 0 0 0 auto;
    }


    /* セミナーコンテンツ */
    .section4 {
        background-image: url(../images/section4-bg.png);
        background-size: cover;
        padding: 40px 0;
    }

    .section4 h2 {
        color: #00d6ff;
        margin-bottom: 20px;
        line-height: 36px;
        font-size: 24px;
    }

    .section4 .section4-inner {
        width: 95%;
        margin: 0px auto;
        border: solid 4px #00d6ff;
        padding: 10px;
        box-sizing: border-box;
    }

    .section4 .section4-Instructor-wrap h3 {
        font-size: 20px;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
        text-align: center;
        margin-bottom: 15px;
    }

    .section4 .section4-Instructor-wrap {
        background-image: url(../images/section4-Instructor-wrap-bg-sp.png);
        background-size: cover;
        margin-top: 30px;
        padding: 20px 10px 10px;
        background-repeat: no-repeat;
    }

    .section4 .section4-Instructor-wrap dl dd {
        padding: 30px 0 0 50px;
    }

    .section4 .section4-Instructor-wrap dl dd {
        padding: 15px 15px 15px 40px;
        width: 190%;
        max-width: 380%;
    }
    
    .section4 p {
        color: #fff;
        font-size: 16px;
        padding: 0 10px 10px 10px;
    }

    .section4 .section4-inner .section4-seminarcontents-wrap {
        display: block;
    }

    .section4 h3 {
        color: #fff;
        font-size: 28px;
        text-align: center;
        font-family:     
        'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3',
        'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3',sans-serif;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .section4 .section4-Instructor-wrap dl dt {
        width: 100%;
        max-width: 40%;
    }

    .section4 .section4-Instructor-wrap dl dd p {
        margin-bottom: 20px;
        line-height: 20px;
        padding: 0;
    }

    .section4 .section4-Instructor-wrap dl {
        display: flex;
        width: 90%;
        margin: 0 auto;
        height: 260px;
    }

/* 受講者 */
    .section5 {
        width: 95%;
        margin: 0 auto;
        padding: 40px 0;
    }

    .section5 ul.pc{
    display: none;
}
.section5 ul.sp{
    display: block;
}

    .section5 ul li {
        width: 100%;
        background-image: none;
        background-size: cover;
        background-position-y: center;
        font-size: 16px;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
        border: 5px solid #fff;
        box-sizing: border-box;
        height: 200px;
        position: relative;
    }

    .section5 ul li:nth-child(4){
        border: 5px solid #fff;
    }
    
    .section5 ul li:nth-child(8){
        border: 5px solid #fff;
    }

    .section5 ul li img{
        width: 100%;
        min-height: 180px;
        max-height: 190px;
    }

    .section5 ul li p {
        position: absolute;
        top: 0;
        padding-top: 65px;
        padding-bottom: 0;
    }




/* 開催日程 */
    .section6 .section6-inner {
        width: 95%;
        margin: 0 auto;
    }

    .td1 {
        border-left: none;
        background-color: #666666;
        color: #fff;
        padding-left: 15px;
        padding-top: 10px;
        height: 40px;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
    }

    .td1 {
        width: 30%;
        border-right: solid 1px#fff;
    }

    .td2 {
        border-right: none;
    }

.menu ul li.sp{
    margin-top: 15px;
    
}

.section6 .section6-cancel {
    background-color: #fff;
    margin-top: 20px;
    font-size: 16px;
    padding: 15px;
}

.section6 {
    background-image: url(../images/section6-bg.png);
    background-size: cover;
    padding: 40px 0;
}


}






/* スマホ・タブレット */
@media screen and (max-width: 750px) {
    
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }

    /* メインビジュアル */
    .mv {
        width: 100%;
        background-image: url(../images/sp-mv-bg.png);
        background-size: cover;
        padding-bottom: 20px;
        background-position-x: center;
    }


    .mv .mv__inner .mv__inner--img{
        width: 90%;
        margin: 0 auto;
        max-width: 90%;
    }

    .mv .mv__button .mv__button--content {
        width: 90%;
        display: block;
        margin: 0px auto;
        text-align: center;
        height: 50px;
        font-size: 2.4em;
        background: #ffff00;
        border-radius: 50px;
        line-height: 52px;
        margin-top: 30px;
        font-weight: bold;
    }


    /* 加速する少子高齢化と人工減少 */
    .section1 {
        background-image: url(../images/section1-bg.png);
        font-size: 1.8em;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .section1 .section1__top--title{
        text-align: center;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .section1 .section1__top--text{
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 30px;
    }

    .section1 .section1__top {
        width: 95%;
        margin: 0 auto;
        text-align: left;
    }

    .section1 ul {
        width: 90%;
        margin: 0 auto;
        display: block;
        justify-content: space-between;
    }

    .section1 ul li {
        background-image: url(../images/section1-content-bg-sp.png);
        background-size: cover;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .section1 ul li dl dt::before {
        content: "";
    }

    .section1 ul li dl dt h3::before {
        content: "";
        vertical-align: middle;
        margin-right: 10px;
        background-image: url(../images/section1-content-title-img.png);
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        display: inline-block;
        }

    .section1 ul li dl dt {
        margin-top: 15px;
        margin-bottom: 15px;
        color: #00b1db;
        font-size: 24px;
        font-weight: bold;
       text-align: left;
       padding: 20px;
       padding-bottom: 0;
    }

    .section1 ul li dl dd {
    font-size: 18px;
    line-height: 30px;
    }

    .section1 ul li dl dt h3{
        margin-top: 10px;
        font-size: 24px;
    }




    /* こんなお悩み抱えていませんか？ */

    .section2 {
        background-image: url(../images/section2-bg.png);
        background-size: cover;
        background-position-x: center;
        background-color: #e8e8e8;
        padding-bottom: 130px;
    }

    .section2 ul img {
        max-width: 100%;
        width: 100%;
        min-height: 210px;
    }

    .section2 .section2-title {
        color: #fff;
        text-align: center;
        padding-top: 30px;
        font-size: 28px;
        line-height: 40px;
    }

    .section2 .section2-inner {
        width: 95%;
        margin: 0 auto;
    }

    .section2 .section2-content01-img {
        text-align: right;
        background-image: url(../images/section2-content-img.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 300px;
    }

    .section2 .section2-content01-text{
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        max-width: 100%;
        width: 95%;
        display: block;
        margin: -230px auto 0;
    }

    .section2 .section2-content02-img {
        text-align: right;
        background-image: url(../images/section2-content-img2.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 300px;
    }
    

    .section2 .section2-content02-text {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;        
        position: relative;
        max-width: 100%;
        width: 95%;
        display: block;
        margin: -230px auto 0;
    }

    .section2 .section2-content03-img {
        text-align: right;
        background-image: url(../images/section2-content-img3.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 300px;
    }

    .section2 .section2-content03-text {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;        
        position: relative;
        max-width: 100%;
        width: 95%;
        display: block;
        margin: -230px auto 0;
    }

    .section2 .section2-content01-text p {
        position: absolute;
        font-size: 18px;
        font-weight: bold;
        padding: 20px 10px 130px 30px;
        line-height: 22px;
        top: 30%;
    }

    .section2 .section2-content02-text p {
        position: absolute;
        font-size: 18px;
        font-weight: bold;
        padding: 20px 10px 130px 30px;
        line-height: 22px;
        top: 30%;
    }

    .section2 .section2-content03-text p {
        position: absolute;
        font-size: 18px;
        font-weight: bold;
        padding: 20px 10px 130px 30px;
        line-height: 22px;
        top: 30%;
    }


    .section2 .section2-content01 {
        position: relative;
        margin-top: 30px;
    }






/* そのお悩み解決できます */

.section3 h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
}

.section3 .section3-main .section3-main-wrap {
    display: flex;
    margin-top: 30px;
}

    .section3 .section3-inner {
        width: 100%;
        margin: 0px auto 0px;
    }

    .section3 .section3-main p {
        font-size: 16px;
        line-height: 25px;
    }

    .section3-sp-bg{
        background-color: #e8e8e8;
        padding-top: 30px;
         z-index: 3;
    }

    .section3 .section3-main {
        background-color: #e8e8e8;
        padding: 0;
        display: flex;
        margin-top: 50px;
    }

    .section3 .section3-main {
        background-color: #e8e8e8;
        padding: 0;
        display: flex;
        margin-top: 50px;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .section3 .section3-main .section3-main-wrap .section3-main-img-sp {
        height: 100%;
        width: 80px;
        /* width: 500px; */
        max-width: 60px;
    }

    .section3 .section3-main h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 35px;
        line-height: 22px;
    }

    .section3 .section3-main .section3-main-wrap li ul {
        width: 95%;
        display: block;
        margin: 0 0 0 auto;
    }

    .section3-main_list {
        margin-left: 0px;
    }


    /* セミナーコンテンツ */
    .section4 {
        background-image: url(../images/section4-bg.png);
        background-size: inherit;
        padding: 40px 0;
    }

    .section4 h2 {
        color: #00d6ff;
        margin-bottom: 20px;
        line-height: 36px;
        font-size: 24px;
    }

    .section4 .section4-inner {
        width: 95%;
        margin: 0px auto;
        border: solid 4px #00d6ff;
        padding: 10px;
        box-sizing: border-box;
    }

    .section4 .section4-Instructor-wrap h3 {
        font-size: 20px;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
        text-align: center;
        margin-bottom: 15px;
    }

    .section4 .section4-Instructor-wrap {
        background-image: url(../images/section4-Instructor-wrap-bg-sp.png);
        background-size: cover;
        margin-top: 30px;
        padding: 10px 10px 0;
        background-repeat: no-repeat;
    }

    .section4 .section4-Instructor-wrap dl dd {
        padding: 30px 0 0 50px;
        width: 70%;
        max-width: 380%;
    }
    
    .section4 p {
        color: #fff;
        font-size: 16px;
        padding: 0 10px 10px 10px;
    }

    .section4 .section4-inner .section4-seminarcontents-wrap {
        display: block;
    }

    .section4 h3 {
        color: #fff;
        font-size: 28px;
        text-align: center;
        font-family:     
        'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3',
        'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3',sans-serif;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .section4 .section4-Instructor-wrap dl dt {
        width: 100%;
        max-width: 40%;
    }

    .section4 .section4-Instructor-wrap dl dd p {
        margin-bottom: 10px;
        line-height: 20px;
        padding: 0;
    }

    .section4 .section4-Instructor-wrap dl {
        display: flex;
        width: 90%;
        margin: 0 auto;
        height: 230px;
    }

/* 受講者 */
    .section5 {
        width: 95%;
        margin: 0 auto;
        padding: 40px 0;
    }

    .section5 ul.pc{
    display: none;
}
.section5 ul.sp{
    display: block;
}

    .section5 ul li {
        width: 100%;
        background-image: none;
        background-size: cover;
        background-position-y: center;
        font-size: 16px;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
        border: 5px solid #fff;
        box-sizing: border-box;
        height: 200px;
        position: relative;
    }

    .section5 ul li img{
        width: 100%;
        min-height: 180px;
    }

    .section5 ul li p {
        position: absolute;
        top: 0;
        padding-top: 25px;
        padding-bottom: 0;
    }




/* 開催日程 */
    .section6 .section6-inner {
        width: 95%;
        margin: 0 auto;
    }

    .td1 {
        border-left: none;
        background-color: #666666;
        color: #fff;
        padding-left: 15px;
        padding-top: 10px;
        height: 40px;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
    }

    .td2 {
        border-right: none;
    }

.menu ul li.sp{
    margin-top: ;
    
}

.section6 .section6-cancel {
    background-color: #fff;
    margin-top: 20px;
    font-size: 16px;
    padding: 15px;
}

.section6 {
    background-image: url(../images/section6-bg.png);
    background-size: cover;
    padding: 40px 0;
}

.section6 .section6-inner .section6-title p {
    font-size: 16px;
    padding-top: 10px;
}

.td1{
    width: 30%;
    border-right: solid 1px#fff;
    }
    
    .td2{
        width: 70%;
        border-right: solid 1px#fff;
    }
    
    
    .td5{
        width: 30%;
    }

    .section6 .section6-inner .section6-gaiyoutitle .gaiyou-text {
        color: #29a8c9;
        padding-left: 30px;
        width: 45%;
    }

}







@media screen and (max-width: 583px){
    .section4 .section4-Instructor-wrap dl dd {
        padding: 20px 0 0 10px;
    }

    .section4 .section4-Instructor-wrap dl {
        display: flex;
        width: 100%;
        margin: 0 auto;
        height: 180px;
    }
}