/*
Theme Name: zeminor
Theme URI: 
Description: zeminor original wordpress theme
Version: 1.7
*/
@charset "UTF-8";




body {
  // PC用の横幅を指定
  min-width: 840px;
}



/*PCの場合*/

.sp { display:none!important; }
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.pc { display:none!important; }
.sp { display:block!important; }
}






/* wrap */

.mv {
  position: relative;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
}

/* text */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mv_h1 {
    font-family: Roboto;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 50px;
    text-align: center;
    color: #fff;
}


.header-girl {
    position: absolute;
    bottom: -122px;
    right: 70px;
    z-index: 10;
}


#concept {
    background-image: url(./images/top/BGblue.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    padding: 192px 0 60px;
    position: relative;
}

#concept h1 ,#contents h1,#question h1,#contact h1,#company h1{
    font-size: 32px;
    position: relative;
    bottom: 94px;
}

#concept h2 ,#contents h2,#question h2,#contact h2,#company h2{
    font-size: 32px;
    position: relative;
    bottom: 32px;
}

#concept p ,#contents p,#question p, #contact p, #company p{
    font-size: 16px;
    line-height: 3;
}


.img1 {
    position: absolute;
    right: 80px;
    bottom: 139px;
}

.img2 {
    position: absolute;
    left: 80px;
    bottom: -60px;
    z-index: 20;
}

.img3 {
    position: absolute;
    right: 50px;
    bottom: 10px;
}



#contents {
    background-image: url(./images/top/BGgreen.png);
    background-repeat: no-repeat;
    background-size: 58% auto;
    padding: 192px 0 0px;
    background-position: right;
    position: relative;
}



.contents_box{
margin: auto 56%;
    width: 600px;
    display: block;
}

#question {
    background-image: url(./images/top/BGpink.png);
    background-repeat: no-repeat;
    background-size: 66% auto;
    padding: 0px 0 250px;
    /* height: 580px; */
    position: relative;
}


.question_box{
    padding-top: 200px;
}

#contact a{
    color: #2c2c2c;
    font-size: 32px;
    font-weight: 700;
}

.phone {
    width: 30px;
    padding-bottom: 6px;
}
section .btn {
    font-size: 18px;
    color: #fff;
    background-color: #2c2c2c;
    padding: 10px 30px 10px 55px;
    margin-top: 37px;
    display: block;
    width: 150px;
    box-sizing: unset;
    border: solid 1px #2c2c2c;
}



#contact .btn {
    width: 416px;
    margin: 48px auto;
    color: #fff;
    font-size: 20px;
    padding: 40px;
    font-weight: 100;
}


.btn-contact {
    width: 35%;
    height: 30px;
    align-items: center;
    margin: auto;
}


.bg {
    background-image: url(./images/top/BG-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 192px 0 292px;
    text-align: center;
    margin-top: 70px;
}

#company {
    padding: 330px 0 0;
}


#company .btn {
    margin: auto;
}


/*投稿ページ*/

.lesson{
padding: 200px 0;
margin: auto;
width: 840px;
}

.movie iframe{
    width:840px;
    height:515px;
}

.fst_catch p{
    font-weight: bold;
    font-size: 40px;
    margin: 60px 0;
}

.explanation p{
   font-size: 24px; 
}


.btn3{
    font-size: 18px;
    color: #2c2c2c;
    background-color: #f0f0f1;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 30px auto;
    text-align: center;
    padding: 10px 30px 10px 30px;
    border: solid 1px #2c2c2c;
}



.mv_course{

    background-image: url(./images/concept/headervisual-kari.png);
    width: 100%;
    background-size: cover;
    height: 500px;
    position: relative;
    top: 0;

}
.title_course {
    width: 555px;
    position: absolute;
    top: 37%;
    left: 20%;
}

#course{
    background-color: #F8FAFA;
}

.lesson .btn {
    font-size: 18px;
    color: #fff;
    background-color: #2c2c2c;
    padding: 10px 30px 10px 55px;
    margin-top: 37px;
    display: block;
    width: 150px;
    box-sizing: unset;
    border: solid 1px #2c2c2c;
}

.lesson .btn:hover{
    background-color: #2c2c2c00;
    border: solid 1px #2c2c2c;
    color: #2c2c2c;
    transition: 0.5s;
}

.lesson .btn:hover span.arrow2 {
    color: #2c2c2c;
}

.lesson .btn:hover span.arrow2::before {
    border-bottom: 1px solid #2c2c2c;
}
.lesson .btn:hover span.arrow2::after{
    border: solid 1px #2c2c2c;
}



/*タクソノミー*/

ul.gallery {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /*gap: 20px;*/
    margin: auto;
    padding: 0% 0% 20%;
    justify-content: space-between;
}


li.gallery-box figure{
    width: 265px;
}

li.gallery-box figure h2{
    font-size: 20px;
    margin-top: 24px;
}

figure .gallery-box-inner{
    min-height: 50px;
}


figure .btn3{
    font-size: 18px;
    color: #fff;
    background-color: #2c2c2c;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 0 auto 30px;
    text-align: center;
    padding: 10px 30px 10px 30px;
    border: solid 1px #2c2c2c;
}


#postWrap {
    padding: 192px 0;
}

#postWrap h1 {
    font-size: 40px;
    line-height: 2;
}

#postWrap p {
    font-size: 24px;
    line-height: 2;
    margin: 80px 0;
}


/*SP*/
@media screen and (max-width: 769px) {



.mv {
	height: 500px;
}

.mv_h1 {
    font-size: 31px;
    line-height: 1.8;
    text-align: left;
    padding-top: 10%;
}


video{
    position: absolute;
    left: -50%;
    width: 250%;
}


#concept, #contents {
     background-size: 150% auto;
     background-position: top;
     padding: 40px 0 60px;
}
	
#concept h1, #contents h1,  
#question h1, #contact h1, #company h1, #company h1 {
    text-align: center;
    font-size: 24px;
    margin: 40px auto auto;
}

#concept h2, #contents h2,  
#question h2, #contact h2, #company h2, #company h2 {
    text-align: center;
    font-size: 24px;
    padding: 20px 0px 0px;
}

#concept p, #contents p, #question p, #company p {
    font-size: 100%;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin: 24px auto;
    }

#contact p {
	font-size: 14px;
	margin: 10px;
}



.contact_box {
    font-size: 20%;
}

.img1 {
    position: relative;
    bottom: 24px;
    left: auto;
    right: auto;
    max-width: 80%;

}

.header-girl {
    right: 12px;
    max-width: 30%;
    bottom: -13%;
}

.title{
    max-width: 74%;
    margin: auto;
}


section .btn {
    margin: 37px auto;
}



.contents_box{
    margin: 0;
    width: auto;
    display: block;
}

#contents .title{
    margin: 10px auto 0px;
}

.img2 {
    position: relative;
    left: auto;
    right: auto;
    bottom: 0px;
    max-width: 80%;
}

#question {
	background-size: 170% auto;
	padding-bottom: 0px;
}

.question_box {
    padding-top: 60px;
}

.img3 {
    position: initial;
    max-width: 70%;
    }

.bg {
    background-image: url(./images/top/BG-top-sp.png);
    padding-top: 60px;
    padding-bottom: 160px;
}


#contact .btn {
    width: 45%;
    padding: 38px 20px;
    margin: auto;
    font-size: 16px;
}

#company {
	padding: 10% 0 0;
}


.company_box{
    padding: 18% 0 0;
}

section .btn {
	padding: 2.5% 0% 2.5% 10%;
    font-size: 100%;
}


/*投稿ページ*/
.mv_course {
    height: 60vh;
}

.title_course {
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 74%;
}

.lesson {
    padding: 70px 0;
    margin: auto;
    width: 90%;
}
.movie iframe {
    width: 100%;
    height: 190px;
    display: block;
    max-height: 230px;
}

.fst_catch p {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
}

.explanation p {
    font-size: 14px;
}


}




