@import url('./reset.css');
@import url('../js/mediaelement-4.2.16/mediaelementplayer.min.css');

/*==============================*/
/* common */
/*==============================*/
html {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body {
    line-height: 2;
    letter-spacing: 1px;
}
p {
    color: #4d4d4d;
}
img {
    width: 100%;
}
.emphasized {
    color: #ffff43;
}

/* responsive */
.pc {
     display: block !important;
}
.sp {
     display: none !important;
}
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

/*==============================*/
/* mv */
/*==============================*/
#mv {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/img_pc_hero@2x.jpg") no-repeat bottom;
    background-size: cover !important;
    -ms-box-shadow: 0px -160px 80px -80px #000 inset;
    -moz-box-shadow: 0px -160px 80px -80px #000 inset;
    -webkit-box-shadow: 0px -160px 80px -80px #000 inset;
    -o-box-shadow: 0px -160px 80px -80px #000 inset;
    box-shadow: 0px -160px 80px -80px #000 inset;
}
#mv .logo img {
    position: absolute;
    width: 160px;
    top: 6%;
    left: 10%;
}
#mv .title img {
    position: absolute;
    width: 70%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#mv .text {
    position: absolute;
    width: 50%;
    bottom: calc(3% + 35px);
    right: 0;
    left: 0;
    margin: 0 auto;
}
#mv .message {
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    #mv .logo img {
        width: 160px;
    }    #mv {
        background: url("../img/img_sp_hero@2x.jpg") no-repeat center;
    }
    #mv .title img {
        width: 90%;
        top: 35%;
    }
    #mv .text {
        width: 80%;
        bottom: calc(5% + 12px);
    }
    #mv .message {
        position: absolute;
        bottom: 12px;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
}

/*==============================*/
/* intro */
/*==============================*/
#intro {
    max-width: 1280px;
    margin: 0 auto;
}
#intro > div {
    padding: 6% 10%;
}
#intro p {
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 960px) {
    #intro .pc {
        display: none !important;
    }
    #intro .sp {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
    #intro > div {
        padding: 40px 5%;
    }
    #intro p {
        font-size: 16px;
    }
}

/*==============================*/
/* main */
/*==============================*/
#main > div:first-child {
    background-color: #e4e4e4;
}
#main > div > div {
    max-width: 1280px;
    margin: 0 auto;
}
#main > div > div > div {
    padding: 6% 18%;
}
#main p {
    font-weight: bold;
    font-size: 18px;
    padding: 0 4px;
}
#main h2 {
    padding: 10px 10px 50px;
    text-align: center;
}
#main h2 img {
    max-width: 600px;
}
#main h3 {
    margin: 40px 0 20px;
    border-bottom: 5px solid #b1b1b1;
}
#main h3 img {
    width: 80%;
    max-width: 800px;
    margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
    #main p.pc {
        display: none !important;
    }
    #main p.sp {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
    #main > div > div > div {
        padding: 40px 5%;
    }
    #main h2 {
        padding-bottom: 20px;
    }
    #main p {
        font-size: 16px;
    }
}

/*==============================*/
/* speakers */
/*==============================*/
#speakers {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 8% 6%;
    display: flex;
    justify-content: space-between;
}
#speakers > div {
    width: 45%;
    padding: 2%;
    background-color: #4d4d4d;
}
#speakers h5 {
    padding: 2% 0;
    font-size: 18px;
}
#speakers p {
    color: #fff;
}
#speakers h5 small {
    display: block;
    font-size: 1rem;
    font-weight: lighter;
}
#speakers span {
    display: block;
    margin-top: 2rem;
}
@media screen and (max-width: 960px) {
    #speakers .pc {
        display: none !important;
    }
    #speakers .sp {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
    #speakers {
        display: block;
        padding: 0 5%;
    }
    #speakers > div {
        width: 90%;
        padding: 5%;
        margin-bottom: 5%;
    }
}

/*==============================*/
/* inquiry */
/*==============================*/
#inquiry {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 6%;
    text-align: center;
}
#inquiry img {
    width: 40%;
    max-width: 700px;
}
#inquiry h2 img {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
#inquiry span {
    display: inline-block;
    margin: 20px 0 30px;
    font-size: 1.45rem;
    font-weight: lighter;
}
@media screen and (max-width: 750px) {
    #inquiry {
        padding: 20px 5% 60px;
    }
    #inquiry img {
        width: 80%;
    }
    #inquiry span {
        margin: 10px 0 30px;
        font-size: 12px;
    }
}

/*==============================*/
/* present */
/*==============================*/
#present {
    background: url("../img/bg_catalog@2x.jpg") no-repeat bottom left;
    background-size: cover;
    padding: 4%;
    text-align: center;
}
#present > div {
    max-width: 1280px;
    margin: 0 auto;
}
#present p {
    margin: 30px 0 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#present img {
    width: 40%;
    max-width: 700px;
}
@media screen and (max-width: 750px) {
    #present {
        padding: 40px 5%;
    }
    #present p {
        font-size: 15px;
        text-align: left;
    }
    #present img {
        width: 80%;
    }
}

/*==============================*/
/* info */
/*==============================*/
#info {
    max-width: 1280px;
    margin: 0 auto;
    padding: 6% 6% 0;
    text-align: center;
}
#info img {
    width: 200px;
}
#info > div:last-child {
    margin: 6% 0 1%;
    font-weight: lighter;
}
@media screen and (max-width: 960px) {
    #info .pc {
        display: none !important;
    }
    #info .sp {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
    #info {
        padding: 40px 5%;
    }
    #info > div:first-child {
        margin: 50px auto 100px;
    }
    #info img {
        width: 180px;
    }
    #info > div:last-child {
        margin-top: 6%;
    }
}



/*==============================*/
/* header */
/*==============================*/

header{
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 100;
}
main{
    padding-top: 120px;
}
h1{
    text-align: center;
    width: 100%;
    height: 75px;
    background-color: #f6bdc0;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 18pt;
}
header .header-line{
    width: 100%;
    height:5px;
    border-width: 0;
	background-image: -webkit-linear-gradient(left,
	#c3d82d 0% 10%,#fad809 10% 20%,#f6bdc0 20% 30%,#80cde4 30% 40%,#b7b6b6 40% 50%,#c3d82d 50% 60%,#fad809 60% 70%,#f6bdc0 70% 80%,#80cde4 80% 90%,#b7b6b6 90% 100%);
	background-image:         linear-gradient(left,
	#c3d82d 0% 10%,#fad809 10% 20%,#f6bdc0 20% 30%,#80cde4 30% 40%,#b7b6b6 40% 50%,#c3d82d 50% 60%,#fad809 60% 70%,#f6bdc0 70% 80%,#80cde4 80% 90%,#b7b6b6 90% 100%);
	background-size: 100% 5px;
}
#pageTopTitle{
	height:95px;
	width: 100%;
}
.pagelogin_TopTitle{
	height:auto;
	width: 100%;
}
.pagelogin_TopTitle h1 {
	background-color: #f1f2f3;
    line-height: 1.6em;
}

#breadTxt{
	height:30px;
	width: 100%;
}

.menu-btn {
    position: fixed;
    top: 40px;
    right: 40px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 900;
    background-color: #e8e8e8;
    border-radius: 50%;
    padding: 0;
}

.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 10px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
    left: 10px;
}
.menu-btn span:before {
    top: 13px;
}
.menu-btn span:after {
    top: 17px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 13px;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 120px;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 800;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 0px 10px 0;
    background-color: #FFF;
    height: 100vh;
}
.menu-content ul li {
    list-style: none;
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#3f3f3f;
    text-decoration: none;
    padding: 9px 15px 10px 55px;
    position: relative;
}
.menu-content ul li a::before {
    content:url(../img/icon-menu.png);
    width: 33px;
    height: 33px;
    position: absolute;
    left: 8px;
    top: 7px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
    top:120px;
}
.menu-content h1{
    position: relative;
    padding: 26px;
    line-height: 3rem;
    height: 43px;
}
.menu-content h1 span{
    left: 0;
    top: 10px;
    position: absolute;
    font-size: 10pt;
    right: 0;
}
.header-logo {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
}
.header-logo img{
    max-width: 300px;
    width: 50%;
    padding-left: 5%;
}
/*==============================*/
/* パンくず */
/*==============================*/

.breadcrumb {
    width: 90%;
    max-width: 1000px;
    color: rgb(0, 0, 0);
    margin: 5px auto;
  }
  .breadcrumb a {
    text-decoration: none;
    color: #9c9c9c;
  }
  .breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #7986CB;
  }
  .breadcrumb li::before {
    content: '›';
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #000000;
  }
  .breadcrumb li:last-child::before {
    content: normal;
  }
/*==============================*/
/* main content */
/*==============================*/
main{
    display: block;
}
.content1{
    width:90%;
    max-width: 1000px;
    margin: 20px auto;
}
.pageLogin_content1{
    width:90%;
    max-width: 400px;
    margin: 20px auto;
}

.lessonPanel {
	display: flex;
	flex-wrap: wrap;
    max-width: 1000px;
    margin: 10px auto;
}
/* 子要素(アイテム) */
.lessonPanel a {
	color: #fff;
    padding: 0px 5px 30px;
    font-size: 30pt;
    line-height: 35pt;
    text-decoration: none;
    margin: 0 auto;
}
.lessonTxt{
    height: 50px;
    margin-top: -7px;
    padding-left: 47%;
    position: relative;
}
.lessonTxt::before{
    content: url(../img/lesson_hyoka.png);
    position:absolute;
    top:3px;
    left:5px;
}
.lessonTxt::after {
    content: url(../img/icon_arrow.png);
    position:absolute;
    top: -5px;
    right: 12px;
  }
.barRed{
    background-color: #d7002e;
}
.barBlue{
    background-color: #00859b;
}
.barGreen{
    background-color: #009c6b;
}
.barYellow{
    background-color: #f7bd00;
}
.barSky{
    background-color: #3CC2B6;
}
.barRed02{
    background-color: #E72E26;
}
.barPurple{
    background-color: #7F539F;
}
.barSkin{
    background-color: #FBC092;
}
.barLime{
    background-color: #B3D453;
}
.barOrange{
    background-color: #F26E35;
}
.barGray{
    background-color: #666666;
}

/*==============================*/
/* 自己評価 */
/*==============================*/
.evaluationBox {
    max-width: 110px;
    width: 90%;
    border: 1px solid #cdcdcd;
    font-size: 18pt;
    margin: 25px auto 35px;
    padding: 10px 90px 10px 30px;
    font-weight: 700;
    border-radius: 5px;
    position: relative;
}
.evaluationCircle{
    position: absolute;
    right:20px;
    top: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f6bdc0;
    text-align: center;
}
.evaluationTxt {
    width: 90%;
    max-width: 500px;
    margin: 5px auto;
}
.evaluationInput {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    max-width: 500px;
    margin: 5px auto;
    border: 1px solid #666666;
  }
  #evaluationInputA, #evaluationInputA, #evaluationInputA {
      background-color: #FFFFFF;
  }
  .evaluationInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
  }
  
  .evaluationInput:hover{
    background: rgba(0,0,0,.05) !important;
  }
  
  .evaluationInput-Input:focus + .evaluationInput-DummyInput{
    border: dashed 2px #333333;
  }
  .evaluationInput-Input:checked + .evaluationInput-DummyInput {
    background: #333333;
  }
    .evaluationInput-Input:checked + .evaluationInput {
    background: #8a4545;
  }
  .evaluationInput-Input:checked + .evaluationInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
  }
  .evaluationInput-Input:checked + .evaluationInput-DummyInput::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
  }
  .evaluationInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 30px;
    border: solid 1px #000;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }
  .evaluationInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    padding-left: 2em;
    text-indent: -1.9em;
  }
/*==============================*/
/* footer */
/*==============================*/
footer {
    text-align: center;
    background: #f1f2f3;
    color: rgb(32, 32, 32);
    padding: 30px;
    letter-spacing: 0;
}
.footerMenu {
    max-width: 1000px;
    margin: 10px auto;
    text-align: center;
    position: relative;
}
.footerMenu ul {
    list-style: none;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.footerMenu ul li {
    padding: 2px 15px 2px 5px;
}
.footerMenu ul li a{
	color: rgb(63, 63, 63);
    padding: 0px 5px 30px;
    font-size: 10pt;
    line-height: 10pt;
    text-decoration: none;
    position: relative;
}
.footerMenu ul li a::after{
    content: url(../img/icon_book.png);
    position: absolute;
    top: 3px;
    right: -12px;
}
	#page_top{
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    right: 0;
	    bottom: 45px;
	    background: #FFFFFF;
	    border-radius: 50%;
	    border: 1px solid #cdcdcd;
	    cursor: pointer;
	}
	#page_top #btn_top{
	  position: relative;
	  display: block;
	  width: 50px;
	  height: 50px;
	  text-decoration: none;
	}
	#page_top #btn_top::before{
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    content: '\f0d8';
	    font-size: 25px;
	    color: #333333;
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: -28px;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    margin: auto;
	    text-align: center;
	}

@media screen and (max-width: 750px) {
    footer {
        padding: 10px;
        font-size: 12px;
    }
}
h2{
    padding: 0.2rem 1rem;
    border-left: 5px solid #80cde4;
}
.centerBlock{
    margin: 15px auto;
    text-align: center;
}
#sublitButton{
    background-color: #333333;
    border: solid 1px #333333;
    border-radius: 3px;
    color: #FFF;
    margin: 10px auto;
    width: 60%;
    max-width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;

}
.buttonBlock {
    margin: 40px auto;
    height: 50px;
    text-align: center;

}
#backButton{
    background-color: #333333;
    border: solid 1px #333333;
    border-radius: 3px;
    color: #FFF;
    margin: 10px auto;
    width: 60%;
    max-width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    padding-left: 50px;
    cursor: pointer;
    text-decoration: none;
}
#loginid, #password{
	width: 90%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #a2a2a2;
}
#l_loginid, #l_password{
    width: 90%;
    float: left;
}
.pageLogin_content1 .group{
	padding: 10px 0 20px;
}
/*==============================*/
/* header */
/*==============================*/

@media screen and (max-width: 750px) {
    header{
        height: 70px;
    }
	.header-logo {
	    height: 64px;
	}
    .header-logo img {
        max-width: 150px;
        width: 50%;
        padding-left: 5%;
    }
    header .header-line{
        width: 100%;
        height:5px;
        border-width: 0;
        background-image: -webkit-linear-gradient(left,
        #c3d82d 0% 20%,#fad809 20% 40%,#f6bdc0 40% 60%,#80cde4 60% 80%,#b7b6b6 80% 100%);
        background-image:         linear-gradient(left,
        #c3d82d 0% 20%,#fad809 20% 40%,#f6bdc0 40% 60%,#80cde4 60% 80%,#b7b6b6 80% 100%);
        background-size: 100% 5px;
    }
    .evaluationInput-LabelText {
        margin-left: 12px;
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .menu-btn {
        top: 20px;
        right: 20px;
    }
    main {
        padding-top: 68px;
    }

    .menu-content {
        font-size: 20pt;
	    top: 70px;
    }
    .menu-content h1{
		width: calc(100% - 52px);
		height: 40px;
		padding: 26px;
		top: 0;
    }
    #menu-btn-check:checked ~ .menu-content {
		position: absolute;
	    font-size: 20pt;
	    top: 70px;
    }
    #menu-btn-check:checked ~ .menu-content h1 span{
        left: 0;/*メニューを画面内へ*/
        top:0;
        position: absolute;
    }

	#page_top {
	    bottom: 25px;
	}
}

.content1 iframe{
    width: 100%;
    height: 50vw;
    max-height: 560px;
}
@media screen and (max-width: 499px) {
	.lessonPanel a {
	    width: 45%;
	}
	.lessonBox {
	    width: 45%;
	}
	
}