@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	width: 100%;
}
body {
    position: relative;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: auto;
    left: 0;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

img {
    max-width: 100%;
}

.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}



/*==================================================

size m
=================================================*/

@media only screen and (min-width:1px) and (max-width: 768px) {
	
    body {
        background-size: 100% auto;
        left: 0;
    }
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}

/*==================================================

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

header {
	width: 100%;
	min-width: 100%;
  position: relative;
}

#header-inner {
	width: 100%;
	margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    position: absolute;
    z-index: 5;
}

/* header PC */

#header-logo {
	width: 100%;
	max-width: 400px;
    line-height: 100%;
    margin: 40px;
    position: absolute;
    z-index: 5;
}


.tpotitle {
 position: absolute;
 z-index: 2;
 width: 100%;
	max-width: 300px;
  left: 100px;
  bottom: 100px;
}

.mv {
  width: 100%;
  max-width: 100%;
}


/* header img */



@media only screen and (min-width:1px) and (max-width: 768px) {

    #header-logo {
	width: 52%;
	max-width: 52%;
    line-height: 100%;
    margin: 20px;
}

/* header img */


    #top-image img {
    width: 84%;
    max-width: 84%;
    }

    .tpotitle {
 position: absolute;
 z-index: 2;
 width: 70%;
	max-width: 100%;
  top: 20%;
 left: 10%;
}

    
}


/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}




p {
    color:#fff;
    text-align: center;
    font-size: 1.96rem;
    padding-bottom: 100px;
    font-weight: 400;
    line-height: 2.4;
}

@media only screen and (min-width:1px) and (max-width: 768px) {


p {
    color:#fff;
    text-align: center;
    font-size: 1.26rem;
    padding-bottom: 100px;
    font-weight: 400;
    line-height: 2.4;
}
}

/* 英語 */

#english {
  position: relative;
    background-image: url("../../img/bk_01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0 150px;
}

#english h2 {
    width: 830px;
    margin: auto;
    padding-bottom: 80px;
    
}

#english h2 img {
    margin: -80px auto 0;
}


/* 全体 */
#english .stretch-wrap {
  width: 100%;
}


@media only screen and (min-width:1px) and (max-width: 768px) {

    #english {
  position: relative;
    background-image: url("../../img/bk_01.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0 100px;
}

#english h2 {
    width: 80%;
    margin: auto;
    padding-bottom: 80px;
    
}

#english h2 img {
    margin: -70px auto 0;
}

}


/* 学び */

#manabi {
  position: relative;
    background-image: url("../../img/bk_02.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0 150px;
}

#manabi h2 {
    width: 458px;
    margin: auto;
    padding-bottom: 80px;
    
}

#manabi h2 img {
    margin: -80px auto 0;
}

@media only screen and (min-width:1px) and (max-width: 768px) {

    #manabi {
  position: relative;
    background-image: url("../../img/bk_02.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0 80px;
}
    #manabi h2 {
    width: 70%;
    margin: auto;
    padding-bottom: 0px;
}

#manabi h2 img {
    margin: -70px auto 0;
}

}

#manabi ul {
    width: 760px;
    max-width: 98%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#manabi ul li {
    width: 49%;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
    #manabi ul {
    width: 90%;
    max-width: 90%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
}

#program {
  position: relative;
    background-image: url("../../img/bk_03.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0 250px;
}

#program h2 {
    width: 598px;
    margin: auto;
    padding-bottom: 80px;
    
}

#program h2 img {
    margin: -80px auto 0;
}

@media only screen and (min-width:1px) and (max-width: 768px) {

#program {
  position: relative;
    background-image: url("../../img/bk_03.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0 100px;
}

#program h2 {
    width: 90%;
    margin: auto;
    padding-bottom: 0px;
    
}

#program h2 img {
    margin: -70px auto 0;
}

}

.programbnr {
    overflow-x: hidden;
}



.choice-nav {
    max-width: 930px;
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 40px auto;
}

.choice-nav button {
  padding: 14px 0px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: none;
}

.choice-nav button:active {
  opacity: 0.5;
}

/* スライダー */
.banner-slider {
  width: 100vw;
  overflow: hidden;
}

.banner-track {
  display: flex;
  gap: 20px;
  will-change: transform;
}

/* バナー */
.banner {
  flex: 0 0 260px;
  height: 420px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* 色 */
.blue   { }
.yellow { }
.purple { }

/* SP */
@media (max-width: 768px) {

    .choice-nav {
    max-width: 90%;
  display: flex;
  justify-content: center;
  gap: 14px 5px;
  margin: 10px auto;
}
  .banner {
    flex-basis: 190px;
    height: 310px;
  }
}


#support {
  position: relative;
    background-image: url("../../img/bk_04.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0 150px;
}

#support h2 {
    width: 514px;
    margin: auto;
    padding-bottom: 80px;
    
}

#support h2 img {
    margin: -80px auto 0;
}



@media only screen and (min-width:1px) and (max-width: 768px) {

#support {
  position: relative;
    background-image: url("../../img/bk_04.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0 50px;
}

#support h2 {
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
    
}

#support h2 img {
    margin: -70px auto 0;
}

}


#support ul {
    width: 760px;
    max-width: 98%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#support ul li {
    width: 49%;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
    #support ul {
    width: 94%;
    max-width: 94%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#support ul li {
    width: 46%;
    padding: 0 1%;
    margin: auto;
}


#support ul li:nth-child(1) {
    width: 46%;
    padding: 0 0 0 2%;
}

#support ul li:nth-child(3) {
    width: 49%;
    padding: 0;
}
}


#link {
  position: relative;
}

h4 {
    margin: auto;
    text-align: center;
    font-size: 2.86rem;
    color: #fff;
    padding: 5px 0;
    font-weight: 400;
}

p.qed {
    padding-bottom: 10px;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
h4 {
    margin: auto;
    text-align: center;
    font-size: 2.26rem;
    color: #fff;
    padding: 30px 0 10px;
    font-weight: 400;
    border-top: #EEE 1px solid;
}

p.qed {
    padding-bottom: 10px;
}
   
}

#link {
    margin: auto;
    padding: 60px 0 0;
    width: 100%;
    text-align: center;
}

#link .btn {
    margin: 60px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 800px;
}

#link .btn li {
    width: 360px;
    padding: 20px;
}

.link a:hover img {
    opacity: 0.8;
}

@media (max-width: 768px) {


#link .btn {
    margin: 20px auto 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
}

#link .btn li {
    width: 100%;
    padding: 10px 20px;
}

#link .btn li:last-child {
    width: 100%;
    padding: 40px 20px 10px;
}


}

/*==================================================

footer
=================================================*/




.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 200px;
	z-index: 1001!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop-visible {
	right: 0;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}




/* footer img */

footer img,#footer-pagetop img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}


	
	
	/*==================================================
	
	footer
	=================================================*/
	
    .pagetop {
        bottom: 100px;
    }
	.pagetop-visible {
		right: -100px;
	}
    footer {
        width: 100%;

        margin-top: 10%;
        z-index: 6!important;
        background: #004b3b;
    }

footer .footer_inner {
    
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 40px;
}


footer .footer_inner .footer_logo {
    width: 400px;
    max-width: 74%;
    margin: 10px auto ;
}

footer .footer_inner .copyright {
    width: 380px;
    max-width: 74%;
    margin: 2% auto 0;
}

@media (max-width: 768px) {
    footer .footer_inner .footer_logo {
    width: 64%;
    max-width: 64%;
    margin: 10px auto ;
}

footer .footer_inner .copyright {
    width: 64%;
    max-width: 64%;
    margin: 20px auto 0;
}
}

.footer_recruit {
    padding: 30px;
    background-color: #fff;
}

.footer_recruit img {
    width: 258px;
}

.banner-slider {
  cursor: grab;
}

.banner-slider.is-dragging {
  cursor: grabbing;
}

.banner-slider.is-dragging,
.banner-slider.is-dragging * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.banner-slider img{
    pointer-events: none;
}