@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap');

:root {
	--stack: #080717;
	--red: #D9404B;
	--white:#fff;
	--yellow: #FAB62E;
	--orange: #FF896C;
	scroll-behavior: smooth;
  }
*, h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	box-sizing: border-box;
	
}



a:visited,a:active,a::after{
	background: transparent !important;
}

a:hover{
	text-decoration: none;
}

body{
	background:#fff;
	color:var(--stack);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}

img.responsive{
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

h2{
	font-size: 3.5em;
	font-weight: 800;
	line-height: 1.5em;
}

h3{
	font-size: 2.25em;
	font-weight: 800;
}

h4{
	font-size: 2em;
	
}

h5{
	font-size: 1.25em;
    line-height: 1.5em;
}

.mobile-display{
	display: none;
}

.desktop-display{
	display: block;
}

.red{
	color:var(--red);
}

.yellow{
	color:var(--yellow);
}

.orange{
	color:var(--orange)
}




.img-responsive{
	margin: 0 auto;
}

main{
	width: 1355px;
	max-width: 100%;
	
	margin: 0 auto;
	overflow-x: hidden;
}
.navbar-nav {
float: right;
}

.navbar {
    position: relative;
    min-height: unset;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.nav.navbar-nav li {
    color: #fff;
    padding-left: 2px;
    padding: 0;
    border: none;
    margin: 0 ;
}

.nav.navbar-nav li:hover, .nav.navbar-nav li:hover a{
	background: transparent;
	color:var(--red);
}

.nav.navbar-nav li a {
    padding: 0;
	margin:10px;
}

.nav.navbar-nav .active {
    background:var(--red);
    border-radius: 5px;
	
}

.nav.navbar-nav .active a{
	color:var(--white);
}

.nav.navbar-nav .active:hover{
	background: var(--red);
	color:var(--white);
}

.nav.navbar-nav .active:hover a{
	color: #fff;
}

/*table style*/
#rateplan table{
	margin-top:50px;
	border:2px solid #D6D6D6;
	/* display: table; */
}

#rateplan table thead tr, #rateplan table thead tr th, #rateplan table tr td, #rateplan table tr th {
	text-align: center;
	border:2px solid #D6D6D6;
	padding: 20px 0;
	vertical-align: middle;
}

#rateplan table thead tr th:nth-child(2){
	background:#e6cbb7 ;
}

#rateplan table thead tr th:nth-child(3){
	background:#d8ab8a ;
}

#rateplan table thead tr th:nth-child(5){
	background:#e0e0e0 ;
}

#rateplan table thead tr th:nth-child(6){
	background:#f2db7b ;
}

#rateplan table tr td {
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 20px 0;
}

#rateplan table tr td small {
    font-size: 0.6666666666666666em;
    font-family: 'Noto Sans JP', sans-serif;
    text-indent: -5px;
    display: inline-block;
}

#rateplan table thead tr th span {
    font-size: 0.8125em;
    display: block;
    margin: 0;
    float: unset;
    font-weight: 400;
}

#rateplan table thead tr th strong{
	font-weight: 800;
}

#rateplan table thead tr th:nth-child(4){
	position: relative;
	border:4px solid var(--red);
	border-top:transparent;
	border-bottom:2px solid #D6D6D6;
	
}

#rateplan table tr td:nth-child(4){
	border:4px solid var(--red);
	border-top:transparent;
	border-bottom:2px solid #D6D6D6;
	
}

.last{
	border-bottom:4px solid var(--red) !important;
}

.highlight {
    position: absolute;
    left: -4px;
    right: 0;
    top: -22px;
    background: var(--red);
    color: var(--white);
    padding: 3px 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    box-sizing: content-box;
    max-width: 100%;
}

#rateplan table thead tr th.diag-content span {
    font-size: inherit;
    font-weight: inherit;
}

.diagonal {
    border-bottom: 2px solid #d6d6d6;
    width: 111%;
    transform: rotate(24deg);
    transform-origin: 95px -24px;
}

.diag-content{
	position: relative;
	font-size:0.875em;
}

.diag-content .left{
	left: 10px;
	bottom:20px;
	position: absolute;

}

.diag-content .right {
    right: 10px;
    top: 20px;
    position: absolute;
}


































/*table style end*/


header{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:1rem;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
	width: 1200px;
	max-width: 100%;
	border-radius: 10px;
	margin: 17px auto 0;
	padding:20px !important;
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	background: var(--white);
	z-index: 2;
}


header.stick-header {
   
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto;
    padding:10px 20px;
	transition: .5s;
	top:-1px;
	z-index: 3;
}

header .item{
	flex: 20%;
	text-align: left;
}

header .item:last-child {
    flex: 80%;
    text-align: right;
}

header .item ul{
	display: inline;
}

header .item ul li{
	display: inline-block;
	margin:10px;
}

header .item ul li a{
	 color:var(--stack);
	 font-weight: bold;
}

.hero{
	background: url('../image/hero-bg.png') no-repeat top center;
	/* min-height: 100vh; */
}

.hero h5 span{
	font-weight: inherit;
	font-size: inherit;
}

.d-none{
	display: none !important;
}

/*burger*/
.navbar-toggle{
	display: none !important;
}

div#bsDrawer a{
	color:var(--stack) !important;
	
}
button#bsDrawerToggle .icon-bar {

    background: var(--stack);
}

div#bsDrawer .fixed {
    width: 100%;
}

a#bsDrawerClose {
	font-family: 'Noto Sans JP', sans-serif;
    float: right;
    font-size: 33px;
    margin: 0;
    padding: 0;
    color: #070615!important;
    font-weight: unset;
    border-radius: unset;
    background: transparent;
    width: unset;
    height: unset;
    text-align: unset;
    line-height: 20px;
}


div#bsDrawer .nav-mobile {
    display: flex !important;
    justify-content: start;
    align-items: start;
    margin: 20px 0 30px;
}

div#bsDrawer .nav-mobile ul{
	flex: 1 !important;
}

div#bsDrawer .nav-mobile ul li a{
	font-weight: bold;
}

div#bsDrawer .nav-mobile ul li span {
    font-size: 21px;
    color: #727272;
    padding-right: 10px;
}

#bsDrawer h3{
	margin-bottom: 20px;
}

.button-image{
	background:var(--red);
	display: block;
}


.wrapper{
	max-width: 100%;
	width: 1120px;
	margin:0 auto;
}

.tagline {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    min-height: 900px;
}

.tagline .item{
	flex: 1;
}

.tagline h2{
	margin:0;
}

.tagline h1{
	font-size: 4em;
	color:var(--stack);
	font-weight: bolder !important;
	margin:20px 0;
	padding:0;
	line-height:1.3em;
}

.tagline h1 span{
	display: block;
	font-weight: inherit;
	font-size: inherit;
}

.boxes{
	display: flex;
	justify-content: center;
	gap:20px;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.boxes .item{
	flex:1 !important;
	border:2px solid #D6D6D6;
	border-radius: 10px;
	padding:20px;
	background: #fff;
}

.boxes .square-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	text-align: center;
	margin:0 auto;
	align-items: center;
	
}

.boxes .square-box img{
	margin-bottom: 10px;
}

.boxes .square-box small{
	font-size: 0.6875em;
}

.boxes .square-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.25em;
    font-weight: bold;
    color: var(--red);
    margin: 0px;
    line-height: 0.8em;
}

.boxes .square-box h3 span{
	font-size:0.3333333333333333em;
	color:var(--stack);
	font-weight: bold;
	margin-left: -8px;
}

.btn-submit a{
	background:var(--red);
	padding:20px;
	font-size: 1.25em;
	color:var(--white);
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 10px;
}

.btn-submit a:hover{
	text-decoration: unset;
}

.btn-submit span{
	background:var(--red);
	padding:20px;
	font-size: 1.25em;
	color:var(--white);
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 10px;
}

.btn-submit:hover a {
    color: var(--white);
    opacity: 0.8;
    text-decoration: unset;
}

.btn-submit a img{
	float: right;
}

#scrollpoint li.active a{
	color:var(--red);

}

/*sec-1*/
.sec-1-inner{
	display: flex;
	justify-content: center;

}

.service1 {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    text-align: left;
}


.service1 h2{
	color:var(--stack);
	
}

.service1 h2 span{
	font-weight: inherit;
	display: block;
	font-size: inherit;
}

.service1 h5 {
    margin-bottom: 12px;
}


.service1 .services{
	margin-top:50px;
	position: relative;
}

.service1 .services h5 {
    position: absolute;
    bottom: 60px;
    background: #fff;
    padding: 10px;
    display: inline-block;
    font-weight: 700;
}

.service1 .services h5:nth-child(2){
	bottom:110px;
}

.service1 .business h5 {
	border:2px solid #6E83DE;
}

.service1 .travel h5 {
	border:2px solid #ED5757;
}

.service1 .friend h5 {
	border:2px solid #FF8864;
}


/*sec-2*/

.sec-2{
	background: url('../image/service-2.png') no-repeat top right;
	min-height: 700px;
}

.sec-2-inner{
	display: flex;
	justify-content: start;
	align-items: center;
	text-align: left;
	
}

.sec-2-inner .item{
	flex: 1;
}

.sec-2-inner h2 span{
	display: block;
	font-size: inherit;
	font-weight: inherit;
}


/*sec-3*/
.sec-3-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3em;
}

.sec-3-inner .item{
	flex:45%;
	margin-top:50px;
}

.sec-3-inner h4{
	font-weight: bold;
	background: #FFDF6F;
	display: inline-block;
	padding:10px;
	
}

.sec-3-inner h4.green{
	background: #9FED8D;
}

.sec-3-inner h4.pink{
	background: #FFC3CC;
}

.sec-3-inner h4:nth-child(2){
	display: table;
}

.sec-3-inner p{
	margin-top:20px;
	font-weight: bold;
}

.sec-3-inner a{
	color:#AA7600;
}

.sec-3-inner a.green{
	color:#22B400;
}

.sec-3-inner a.pink{
	color:#E8536B;
}



/*sec-4*/
.sec-4{
	margin-top:180px;
}

.sec-4 span{
	font-size: inherit;
	font-weight: inherit;
}

.sec-4 h2{
	margin-bottom: 75px;
}

.sec-4-inner{
	display: flex;
	flex-wrap:wrap ;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

.sec-4-inner .item{
	flex:50%;
	padding:50px;
	background:var(--red);
}

.diamond-shape {
    background: var(--stack);
    height: 50px;
    text-align: center;
    transform: rotate(45deg);
    width: 50px;
    border-radius: 4px;
    margin-bottom: 25px;
    margin-top: 11px;
}

  .item-count {
    color: #fff;
    display: table-cell;

    transform: rotate(-45deg);
    line-height: 50px;

    text-align: center;
    font-size: 0.6875em;
    padding: 0px 5px;
}

.title h4 {
    display: flex;
    gap: 20px;
    text-align: left;
    font-weight: 800;
    /* line-height: 1.6em; */
    align-items: flex-start;
}

.title p{
	text-align: left;
	margin-top: 10px;
}

.sec-4-inner .item:nth-child(1){
	background:#95DBFD;
}

.sec-4-inner .item:nth-child(2){
	background:#F88B8B;

}

.sec-4-inner .item:nth-child(3){
	background: #FFB27C;
}

.sec-4-inner .item:nth-child(4){
	background: #9EF28F;
}

.sec-4-inner .item:nth-child(5) {
    text-align: center;
    background: #FFF793;
    justify-content: center;
    display: flex;
    align-items: center;
}

.sec-4-inner .item:nth-child(5) .title h4{
    text-align: center;
    justify-content: center;

}

.sec-4-inner .item:nth-child(5) .title p{
	text-align: center;
}

.sec-4-inner .item img{
	margin-top:20px;
}

.sec-4-inner .brand-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    width: 80%;
    padding: 30px;
    margin: 20px auto 0;
}

.sec-4-inner .brand-logo-wrap img{
	margin:0;
}

.sec-4-inner .brand-logo-wrap .col{
	flex:22%;
}


.sec-5{
	background: url('../image/lesson-bg.jpg') no-repeat top center;
}

.sec-5 h2 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 70px;
    display: inline-block;
    text-align: left;
	margin:100px 0 50px;
}

.sec-5 h2 span:first-child{
	border:2px solid var(--stack);
	background: var(--white);
	padding:2px 10px;
	font-weight: inherit;
}

.sec-5 h2 span:last-child{
	display: block;
	border:2px solid #272CAA;
	background: var(--white);
	padding:2px 10px;
	font-weight: inherit;
	color:#272CAA;
}


.sec-5 .lesson-box{
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.sec-5 .lesson-box:last-child .item:nth-child(1){
	flex:55%;
	background: #fff;
	padding:30px;
	margin:0px 0 50px;
}

.sec-5 .lesson-box .item:nth-child(2){
	flex:45%;
}

.sec-5 .lesson-box .lesson-content{
	display: flex;
	justify-content: start;
	align-items: center;
	text-align: left;
	margin-bottom: 20px;
	gap:15px
}

.sec-5 .lesson-box .lesson-content h5 {
    font-weight: bold;
    margin-bottom: 7px;
}

.sec-5 .lesson-box .lesson-content:last-child{
	margin-bottom: 0;
}

.sec-5 .lesson-box .lesson-content .items:first-child {
    flex: 15%;
}

.sec-5 .lesson-box .lesson-content .items:last-child {
    flex: 85%;
}

.sec-5 .lesson-box:last-child{
	margin-bottom: 50px;;
}


/*sec6*/

.sec-6{
	margin:180px 0;
}
.sec-6-inner {
    display: flex;
    justify-content: center;

    gap: 4em;
    text-align: left;
}

.sec-6-inner h3{
	color:var(--red);
	font-size: 2.5em;
	margin-bottom: 20px;
	font-weight: 900;
}

.sec-6-inner h3 strong {
    font-size: 72px;
    font-weight: 600;
    color: var(--white);
    text-shadow: rgb(217, 64, 75) 3px 0px 0px, rgb(217, 64, 75) 2.83487px 0.981584px 0px, rgb(217, 64, 75) 2.35766px 1.85511px 0px, rgb(217, 64, 75) 1.62091px 2.52441px 0px, rgb(217, 64, 75) 0.705713px 2.91581px 0px, rgb(217, 64, 75) -0.287171px 2.98622px 0px, rgb(217, 64, 75) -1.24844px 2.72789px 0px, rgb(217, 64, 75) -2.07227px 2.16926px 0px, rgb(217, 64, 75) -2.66798px 1.37182px 0px, rgb(217, 64, 75) -2.96998px 0.42336px 0px, rgb(217, 64, 75) -2.94502px -0.571704px 0px, rgb(217, 64, 75) -2.59586px -1.50383px 0px, rgb(217, 64, 75) -1.96093px -2.27041px 0px, rgb(217, 64, 75) -1.11013px -2.78704px 0px, rgb(217, 64, 75) -0.137119px -2.99686px 0px, rgb(217, 64, 75) 0.850987px -2.87677px 0px, rgb(217, 64, 75) 1.74541px -2.43999px 0px, rgb(217, 64, 75) 2.44769px -1.73459px 0px, rgb(217, 64, 75) 2.88051px -0.838247px 0px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
}

.sec-6-inner h3 span{
	font-weight: inherit;
	font-size: inherit;
	color:var(--stack);

}

.sec-6-inner h3 span.block{
	display: block;
}

.sec-6-inner .item{
	flex:1;
}

.original-text{
	display: flex;
	justify-content: center;
 
	flex-wrap: wrap;
	gap:1em;
}

.original-text .item{
	flex: 1;
}

.sec-6-inner p{
	font-weight: 600;
}

.original-text p span{
	color:var(--red);
}


.sec-7 h2{
	font-size: 5em;
	color:#D6D6D6;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

.sec-7-boxes .box-content .titles h5{
	font-size: 1.5em;
}

.sec-7 .sec-7-inner h2{
	font-family: 'Noto Sans JP', sans-serif !important;
}


.sec-7-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	margin-top: 20px;
	gap:10px;
}

.sec-7-inner h2 {
    color: var(--stack);
    font-size: 3.5em;
    line-height: 1.2em;
    margin-top: 20px;
}

.sec-7-inner h2 span{
	font-size: inherit;
	font-weight: inherit;
	display: block;
	line-height: 1.2em;
}

.sec-7-inner h5{
	font-weight: 900;
}

.sec-7-inner h5 span.yellow{
	background: var(--yellow);
	padding:5px;
	color:var(--white);
	font-weight: inherit;
}

.sec-7-inner h5 span.orange{
	background: var(--orange);
	padding:5px;
	color:var(--white);
	font-weight: inherit;
}

.sec7-boxes{
	display: flex;
	justify-content: center;
	text-align: left;
	margin:50px 0;
	gap:1em;
}

.sec7-boxes .item{
	color:var(--stack);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	;
	flex: 1;
}

.sec7-boxes .yellow{
	border:1px solid var(--yellow);
}

.sec7-boxes h5{
	font-weight: bold;
}

.sec7-boxes .orange{
	border:1px solid var(--orange);
	;
}

.sec7-boxes .yellow .titles,.sec7-boxes .orange .titles{
	background: var(--yellow);
	color:var(--white);
	padding:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}

.sec7-boxes .orange .titles{
	background: var(--orange) !important;

}



.sec7-boxes .box-content{
	display: flex;
	justify-content: center;
	text-align: left;
	align-items: center;
	gap:1em;
	margin-bottom:30px;
}

.sec7-boxes .yellow .content-text, .sec7-boxes .orange .content-text{
	padding:20px;
}

.sec7-boxes .content-text .small-box {
    height: 13px;
    width: 13px;
    background-color: var(--yellow);
    display: inline-block;
}

.sec7-boxes .content-text .small-box.orange-box {

    background-color: var(--orange) !important;

}

.sec7-boxes .box-content .items:first-child {
    flex: 15%;
    align-self: center;
    text-align: center;
}

.sec7-boxes .box-content .items:last-child{
	flex:85%;
}


/*sec8*/
.sec-8{
	margin:180px 0 ;
}

.sec-8 h2{
	margin-bottom:50px;
}

.sec-9 {
	margin-bottom:180px;
}
  


.sec-9 h4{
	font-size: 1.375em;
  }

  .sec-9 h4 span{
	font-size:0.7272727272727273em;
	display: block;
	font-weight: inherit;
  }



.slick-slider {
    margin: 50px 0;
}

.slick-carousel .item {
	padding: 30px;

	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	text-align: left;

}

.active .item, .slick-center {
	opacity: 1 !important;
	/* transform: scale(1);
	 */
  }



 .slick-carousel .item img{
	width: unset;
	border-radius: 50%;
  }

  .slick-carousel .item .profile{
	display: flex;
	justify-content: start;
	text-align: left;
	gap:1em;
	align-items: center;
	margin-bottom: 20px;
  }

  .slick-carousel .item .profile img{
	flex:1;
	max-width: 85px
  }

  .slick-carousel .item .profile h4{
	flex:2;
  }



  .slick-dots li button:before {
    font-size: 13px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: unset;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--red);
}

.slick-prev {
    position: absolute;
    left: -1px;
    top: 39%;
	z-index: 2;
}

.slick-prev:before {
    content: url('../image/arrow-left-solid.svg');
	opacity: 1;

}

.slick-next:before {
    content: url('../image/arrow-right-solid.svg');
	opacity: 1;
}

.slick-next {
    position: absolute;
    right: 82px;
    top: 39%;
    z-index: 2;
}

.slick-prev:hover, .slick-next:hover{
	opacity: 0.4;
}
/* the slides */
.slick-slide {
	margin: 0 20px !important;
	height: auto; 
}

/* the parent */
.slick-list {
	/* margin: 0 -50px !important; */
	overflow: unset !important;
}
.slick-dots{
	bottom: -40px;
}


  .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  




.sec-10{
	margin:180px 0 ;
}

.sec-10 h4 {
    margin-bottom: 20px;
    font-weight: 800;
}

.sec-10-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 30px 70px;
    background: var(--red);
    border-radius: 5px;
    gap: 2em;
}

.sec-10-inner .item{
	flex: 1;
}

 .sec-10-inner h4{
	color:var(--white);
	margin:10px 0px;
}

.sec-10-inner .item:last-child {
    flex: 1;
	text-align: right;
    
}

.sec-10-inner .tag{
	position: relative;
}

.sec-10-inner .tag h2 {
    font-size: 2.75em;
    color: var(--white);
    font-weight: 800;
    line-height: 2em;
}

.sec-10-inner .tag h2 span:first-child {
    font-size: 2.590909090909091em;
    font-weight: inherit;
    position: relative;
    top: 4px;
}

.sec-10-inner .tag h2 span:last-child{
	font-size: 1.3181818181818181em;
	font-weight: inherit;
}

.sec-10-inner .tag small {
    font-size: 0.938em;
    color: var(--white);
    font-weight: 800;
    position: absolute;
    left: 80px;
    top: 24px;
}

.sec-14-inner .tag small {
    top: 20px;
    margin: 0;
 
}

.btn-submit.btn-2 span{
	background: var(--white) !important;
	color:var(--red);
	font-weight: 800;
	margin-top: 20px;
}


.sec-11{
	margin:180px 0;
}

.sec-11 h2 span{
	font-weight: inherit;
	font-size: inherit;
}

.sec-12-inner h2, .sec-13-inner h2, .sec-11 h2, .sec-9 h2, .sec-7 h2 {
    margin-bottom: 50px;
}

.sec-11-inner{
	display: flex;
	justify-content: center;
	text-align: left;
	gap:1.5em;
	margin-top:30px;
}

.sec-11-inner .item {
    flex: 1;
    border: 2px solid #D6D6D6;
    padding: 40px 15px 20px;
    border-radius: 10px;
    position: relative;
}

.sec-11-inner .item::after {
    content: url('../image/arrow.svg');
    display: block;
    top: 50%;
    position: absolute;
    right: -20px;
}

.sec-11-inner .item:last-child:after{
	content:"";
	display: none;
} 

.sec-11-inner .title {
    display: flex;
    /* justify-content: center; */
    gap: 1em;
    flex-direction: column;

	
}

.sec-11-inner .title img{
   margin:0 auto;
}

.sec-11-inner .title h5{
	font-weight: 800;
	text-align: left;
	margin:20px 0;
}

.title h5 span{
	color:var(--red);
	font-weight: inherit;
	font-size: inherit;
}


.sec-12-inner{
	margin:180px 0;
}

.sec-12-inner p{
	text-align: left;
	font-size: 1.125em;
}

.sec-12-inner span {
    float: right;
    margin-right: 0;
}

.sec-12-inner .wrap {
    margin-top: 60px;
    background: #F7F7F7;
    padding: 40px;
}



.sec-13-inner{
	margin:180px 0;
}


.sec-13-inner .wrap{
	border:2px solid #D6D6D6;
	padding:20px 40px;
	border-radius: 10px;
}

.sec-13-inner .sheet{
	text-align: left;
}

.sec-13-inner .sheet h5 {
    font-weight: 800;
    margin: 20px 0;
	display: flex;
    gap: 1em;
    align-items: center;
}

.sec-13-inner .sheet p {
    display: flex;
    gap: 1em;
    align-items: center;
}

.sec-13-inner .sheet h5 span{
	color:var(--red);
	font-weight: inherit;
	font-size: 1.2em;
}

.sec-13-inner .sheet p span{
	color:var(--red);
	font-weight: 800;
	font-size: 1.5em;
}




.sec-14 h4{
	margin-bottom: 50px;
	font-weight: 800;
}


.sec-14-inner .sec-10-inner {
    position: relative;
    padding: 30px 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sec-14-inner .sec-10-inner img {
    position: absolute;
    top: -60px;
    right: 50px;
}

.sec-14-inner {
	border:2px solid var(--red);
	border-radius: 10px;	
}

.sec-14-inner h4{
	margin-bottom: 0;
}

.sec-14-inner h4 span {
    font-size: inherit;
    font-weight: inherit;
}

.sec-14-inner small{
	margin:10px 0;
	display: block;
}

form {
    padding: 50px 0;
	border-radius: 10px;
}



form > div{
	position: relative;
	padding:20px 80px;
}

.label-text {
	display: flex;
	justify-content: space-between;
}

.label-text label{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.label-text label:last-child{
	font-weight: normal;
}

.form-group{
	margin-bottom: 0px;
}

.form-group input[type='email'], .form-group input[type='text']{
	height: 56px;
	background: #F7F7F7;
	border:1px solid #D6D6D6;
	padding: 0 20px;	
}

.form-group small{
	text-align: left;
	display: block;
}

.wrapper-button {
    margin: 0 auto;
    width: 55%;
    text-align: left;
    padding: 0 0 20px;
}

.wrapper-button small{
	margin-bottom: 20px;
	display: block;
}


.scroll-top {

    cursor: pointer;
    position: absolute;

    right: 0;
    bottom: 0;
    opacity: 1;
    padding: 0;
}

.scroll-top:hover{
	opacity: 0.3;
}

.scroll-top img{
	transform: rotate(270deg) !important;
	
}

section#scroll-top {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.follow-banner {
    position: fixed;
    bottom: -2px;
    right: -26px;
    z-index: 2;
    opacity: 1;
}

.follow-banner:hover{
	opacity: 0.3;
}

.follow-banner.active{
	display: block;
}

.follow-banner{
	display: none;
}


footer {
    background: #fff !important;
    text-align: left;
    padding: 50px;
	max-width: 100% !important;
	width: 100% !important;
}

footer a{
	padding-right: 20px;
}



/*media*/
@media only screen and (max-width: 1200px) {

	.wrapper{
		padding:0 10px;
	}

	.navbar-nav {
		position: unset;
		padding: 0;
		float: right !important;
	}



	.nav.navbar-nav li a {
		font-size: 0.9em;
		margin:6px;
	}

	.sec-10-inner, .sec-14-inner .sec-10-inner {
		padding: 20px 30px;
	}


  }

  @media only screen and (max-width: 1136px) {
	.original-text {
		gap: 5px;
	}
	.sec-6-inner{
		gap:5px;
	}



	
  }

  @media only screen and (max-width: 1080px) {
	header .item ul li a{
		font-size:14px
	}
	.tagline .item:first-child {
		flex: 60%;
	}

	.tagline .item:last-child {
		flex: 40%;
	}
	
	html {

		overflow-x: visible;
	}

	.sec-10-inner .tag h2 span:last-child {
		font-size: 40px;
		font-weight: inherit;
	}

	.sec-10-inner .tag h2 {
		font-size: 2.1em;
	}

	.sec-10-inner .tag h2 span:first-child {
		font-size: 2em;
		font-weight: inherit;
		position: relative;
		top: 4px;
	}

	.sec-10-inner .tag small {
		font-size: 0.938em;
		color: var(--white);
		font-weight: 800;
		position: absolute;
		left: 47px;
		top: 6px;
	}
	
	.sec-10-inner .tag small {
		left: 55px;
		top: 5px;
	}

	.sec-14-inner .sec-10-inner img {

		width: 300px;
	}

  }

  @media only screen and (max-width: 991px) {
	 h1{
		font-size: 3.125em;
	}
  h2{
	font-size:2.625em ;
  }

  h4{
	font-size: 1.5em;
  }

  h5{
	font-size: 1em;
  }

  .nav.navbar-nav{
	display: none;
  }

  .nav.navbar-nav {
    display: none;
}

.nav-mobile .nav.navbar-nav, .navbar-toggle{
	display: block !important;
}

.nav-mobile .navbar-nav > li {
    float: unset !important;
}
#bsDrawer .nav-mobile .navbar-nav > li.active a {
    color: #fff !important;
    padding-bottom: 3px;
}

#bsDrawer .nav-mobile .navbar-nav > li.active span{
	color: #fff !important;

}


#bsDrawer ul li {
    margin-left: 60px !important;
}

.tagline h1{
	font-size:3em;
}

	header{
		padding:10px !important;
	}
	header .item ul li a{
		font-size:14px
	}


	.navi{
		display: none !important;
	}



	.sec-11-inner {
		flex-wrap: wrap;
	}
	.sec-11-inner .item{
		flex:45%;
	}



	.sec-2-inner .item:first-child{
		background: rgba(255, 255, 255, 0.5);
	}


	.hero h5 span{
		display: block;	}

		.boxes{
			gap:10px;
		}

		.boxes .item {
			padding: 0px 0 5px;
		}

		.service1 .services h5 {
			bottom: 65px;
		}

		.item-count {
			line-height: 49px;
			padding: 0 10px;
			/* text-align: center; */
		}

		.sec-7 h2 {
			font-size: 4em;
			line-height: 60px;
		}


		.services.business.desktop-display h5:last-child span {
			display: inline-block;
		}

		.btn-submit span {
			padding: 15px 10px;
		}

		.boxes .square-box{
			padding:10px 0;
		}

  }


  @media only screen and (max-width: 768px) {
	h5 {
		font-size: 1em;
	}

	.hero {
		background: url(../image/hero-bg-mobile.png) no-repeat 80% 0/ 110%;
	}

		.sec-5 h2 {
			font-size: 2em;
			font-size: 20px !important;
			margin: 40px 0 50px !important;
			line-height: 60px;
			float: left;
		}

		.sec-5 h2 span:last-child {
			line-height: 40px;
		}

		.sec-5 .lesson-box:last-child .item:nth-child(1) {
			flex: 100%;
			border-radius: 10px;
		}

		.sec-6-inner h3 span.block {
			display: inline;
		}

		.sec-7 h2 {
			font-size: 2em;
		}

		.sec7-boxes .titles h5{
				font-weight: 900;
				font-size: 1.14em;

		}


	
		/*table*/

		#rateplan table {
			display: grid;
			grid-template-columns: min-content min-content;
			grid-template-rows: auto auto;
			grid-template-areas: "head body";
			overflow: scroll;
			border: none;
			padding: 0 17px;
		}


		#rateplan table thead {
			grid-area: head;
		  }
		  #rateplan table tbody {
			grid-area: body;
		  }

		  /* .vertical thead {
			display: flex;
			flex-shrink: 0;
			min-width: min-content;
		  } */
		  #rateplan table tbody {
			  display: flex;
		  }

		  #rateplan table tr {
			display: flex;
			flex-direction: column;
			min-width: min-content;
			flex-shrink: 0;
			width: 140px;
		  }

		  #rateplan table td, #rateplan table th {
			display: block;
			
		  }
		

		  #rateplan table tr th {
			min-height: 72px;
			
		  }


		  #rateplan table thead tr {
			padding: 0;	
		}

		#rateplan table thead tr th {
			min-height: 56px;
		}

		  #rateplan table thead tr, #rateplan table thead tr th, #rateplan table tr td, #rateplan table tr th {
			border: 1px solid #d6d6d6;
		}

		#rateplan table tr td, #rateplan table tr th {
			padding: 15px 0;
		}

		#rateplan table thead tr th:nth-child(1) {
			min-height: 71px;
		}

		#rateplan table thead tr th:nth-child(2), 	#rateplan table thead tr th:nth-child(3), 	#rateplan table thead tr th:nth-child(4) , 	#rateplan table thead tr th:nth-child(5), 	#rateplan table thead tr th:nth-child(6){
			padding: 12px 0;
		}

		#rateplan table tr td:nth-child(4) {
			border-top: 4px solid var(--red);
			border-right: 1px solid #d6d6d6;
			border-left: transparent;
			border-bottom: 4px solid var(--red);
		}

		.last{
			border-right:4px solid var(--red) !important;
		}

		#rateplan table thead tr th:nth-child(4) {
			border-top: 4px solid var(--red);
			border-right: transparent;
			border-bottom: 4px solid var(--red);
			min-height: 66px;
			padding: 11.5px 0;
		}

		#rateplan table thead tr th{
			border-right: transparent;
		}
		  
		.highlight {
			
			left: -20px;
			right: unset;
			top: -4px;
			padding: 5px 0px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
			width: unset;
			box-sizing: content-box;
			max-width: 100%;
			writing-mode: vertical-rl;
			text-orientation: upright;
			height: 58px;
		}

		.diagonal {
			width: 113%;
			transform: rotate(26.5deg);
			transform-origin: 46px -12px;
		}

		.follow-banner img{
			width: 200px;
		}

		.follow-banner {
			right: -15px;
		}
		
		#rateplan table thead tr th:nth-child(3), #rateplan .line  {
			border-bottom: transparent;
			
		}

		#rateplan .line1 {
			border-top: transparent;
		}

  }

  
  @media only screen and (max-width: 742px) {
	body{
		font-size: 14px;
	}
	

	h1{
		font-size: 2.857142857142857em !important;
	}
	h2{
		font-size: 2.2857142857142856em !important;
	}
	h3{
		font-size: 1.4285714285714286em !important;
	}

	header{
		width: 95%;
	}
	
	.service1 h2 {
		line-height: 1.4em;
		font-size: 32px !important;
	}

	.desktop-display{
		display: none;
	}

	.mobile-display{
		display: block;
	}

	.tagline {
		align-items: flex-end;
		margin-bottom: 100px;
		min-height:740px;
	}

	.tagline .item:first-child{
		flex: 1;
	}

	.tagline .item:last-child{
		flex: 0;
	}

	.sec-1-inner {
		display: inline-block;

	}

	.services.business img, .services.friend img  {
		width: 75%;
		left: 40px;
		position: relative;
		bottom: -20px;
	}

	.services.travel img {
		width: 75%;
		position: relative;
		right:40px;
		bottom: -20px;
	}


	.service1 .travel h5, .service1 .travel h5:nth-child(2){
		right: 0px;
	}
	
	.sec-2-inner {
		display: block;
		
	}

	.sec-2-inner .item:first-child{
		background: transparent;
	}

	.sec-2 {
		background: url('../image/service-2.png') no-repeat bottom left/ 100%;
		min-height: 670px;
	}

	.sec-3{
		margin-top:50px;
	}

	.sec-3-inner .item {
		flex: 100%;
		margin-top: 50px;
	}

	.sec-3-inner .item:first-child {
		order: 2;
		margin-top: -30px;
	}

	.sec-3-inner .item:nth-child(2) {
		order: 1;
	}

	.sec-3-inner .item:nth-child(3) {
		order: 3;
		margin-top: -10px;
	}
	.sec-3-inner .item:nth-child(4) {
		order: 4;
		margin-top: -30px;
	}

	.sec-3-inner .item:nth-child(5) {
		order: 6;
		margin-top: -30px;
	}
	.sec-3-inner .item:nth-child(6) {
		order: 5;
		margin-top: -10px;
	}


	.sec-4 {
		margin-top: 100px;
	}

	.sec-4 h2 {
		margin-bottom: 25px;
	}

	.sec-4-inner .item {
		flex: 100%;
		padding:20px;
	}

	.sec-4-inner .brand-logo-wrap {
		width: 100%;
		padding: 10px;
	}

	.sec-4-inner .brand-logo-wrap .col {
		flex: 50%;
	}

	.sec-5 {
		background: url('../image/lesson-bg.jpg') no-repeat top right/ 100%;
	}

	.sec-5 .lesson-box .item{
		flex:100%;
	}

	.sec-5 .lesson-box .item:nth-child(2) {
		flex: 0;
	}

	.sec-6{
		margin: 0 0 100px;
	}

	.sec-6-inner {
		display: block;
	}

	.sec-6-inner h3{
		text-align: center;
	}

	.sec-6-inner h3 strong {
		font-size: 40px;
	}

	.sec-6-inner h3 span.block {
		display: block;
	}

	.sec-7 h2 {
		line-height: 34px;
		font-size: 22px !important;
		font-weight: 900 !important;
		margin-bottom: 0;
	}

	.sec-7-inner {
		display: block;
		margin: 20px;
		text-align: center;
	}

	.sec-7-inner h2{
		font-size: 32px !important;
	}

	.sec-7-inner  .item {
		margin: 10px 0;
	}

	.sec7-boxes {
		display: block;
		margin:20px 0;
	}

	.sec7-boxes .item{
		margin-bottom: 10px;
	}

	.sec7-boxes .box-content {
		display: block;
	}

	.sec7-boxes .box-content  img{
		margin-bottom: 10px;
	}

	.sec7-boxes .box-content .items p strong{
		text-align: center;
		display: block;
	}

	.sec-8 {
		margin: 100px 0;
	}

	.slick-carousel .item .profile {
		display: block;
	}

	.slick-list {
		/* margin: 0 -50px !important; */
		margin: 0 10px !important;
		overflow: hidden !important;
	}

	.slick-slide {
		margin: 0 10px !important;
	}

	.slick-carousel .item {
		padding: 5px 20px;
	}
	.slick-dots li button:before{
		font-size: 10px;
	}

	.sec-10, .sec-11, .sec-12-inner, .sec-13-inner {
		margin: 100px 0;
	}
	
	.sec-11-inner .item::after {
		content: url('../image/arrow-down.svg');
		display: block;
		top: 99%;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 50%;
		
	}

	.sec-11-inner {
		display: flex;
		flex-direction: column;
	}

	.sec-14-inner .sec-10-inner {
			position: unset;
		padding: 0;
		 border-bottom-left-radius: 0;
		 border-bottom-right-radius: 0;
	}

	.sec-14-inner {
		border:unset;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.wrapper-button {
		width: 100%;
	}

	.form-group {
		margin-bottom: 0px;
		padding: 0;
	}
	.sec-14-inner img {
		background: #d53e49;
	}

	.sec-14-inner .mobile-display{
		background: #d53e49;
	}



	header#header img {
    width: 125px;
    height: 100%;
}

.services.business.mobile-display h5 {
	border: 2px solid #ED5757;
	font-size: 16px;
}

.services.travel.mobile-display h5 {
	border: 2px solid #6E83DE;
	font-size: 16px;
}

.services.friend h5 {
	font-size: 16px;
	position: relative;
	top:-78px
}

.services.friend h5:last-child {
    top: -92px !important;
    display: block;
    width: 210px;
    max-width: 100%;
}

.services.business.mobile-display h5:last-child {
    bottom: 29px;
}

.services.travel.mobile-display h5:last-child{
	bottom:29px;
}

.service1 .services h5 {
    padding: 5px;

}

.sec-14-inner .sec-10-inner img {
    position: absolute;
    top: -105px;
    right: -60px;
}

.service1 .services h5:nth-child(2) {
    bottom: 101px;
}

.wraps h5:first-child {
	bottom: 137px;
}

.wraps h5:last-child {
    bottom: 65px !important;
}

  }


  @media only screen and (max-width: 600px) {
  .boxes .square-box small {
    font-size: 0.643em;
    line-height: 16px;
    margin-bottom: 10px;
	}

	.boxes .square-box h3 span {
		margin-left: 0;
		font-size: 12px;
	}

	.boxes .square-box img {
		margin-bottom: 0px;
		width: 24px;
	}

	.service1 .services h5:nth-child(2) {
		bottom: 101px;
	}

	.sec-5 {
		background: url('../image/lesson-bg.jpg') #A8A5A0 no-repeat top right/ 110%;
	}

	.sec-13-inner .wrap {
		border: 2px solid #D6D6D6;
		padding: 20px;
		border-radius: 10px;
	}

	.sec-5 .lesson-box .lesson-content {
		display: inline-block;
		margin-bottom: 5px;
	}

	.lesson-content img {
		float: left;
		padding: 3px;
		width: 24px;
	}

	.sec-5 .lesson-box .lesson-content h5 {
		margin-left: 30px;
	}

	.original-text img {
		width: 115px;
	}

	.btn-submit a {

		font-size: 1em;

	}

	.sec-4-inner .item img {
		width: 220px;
	}


	footer a{
		display: block;
	}

	.slick-list {
		/* margin: 0 -50px !important; */
	
		overflow: hidden !important;
	}


	.slick-prev:hover:before, .slick-next:hover:before{
		opacity: 1 !important;
	}
	.sec-12-inner span {
		margin-right: 0;
	}

	footer a{
		padding-right: 0px;
	}

	.boxes {
		gap: 3px;
		margin-bottom: 20px;
	}


	
	.sec-12-inner .wrap {
		padding: 20px;
	}

	.boxes .square-box h3 {
		font-size: 1.715em !important;
	}

	.tagline h1 {
		margin: 10px 0;

	}

	

	.service1 .services{
		margin-top: 0;
	}

	.sec-2-inner h2{
		font-size: 1.7142857142857142em !important;
		line-height: 1.5em;
	}

	.sec-3-inner h4 {
		padding: 10px;
		font-size: 20px;
		font-weight: 900;
	}

	.sec-3-inner p {
		display: inline;
		position: relative;
		top: 20px;
	}

	.title h4{
		font-size: 21px;
		align-items: center;
	}

	.diamond-shape {
		margin-top: 29px;
	}
	.sec-4-inner .item:nth-child(5) .title h4 {
		text-align: left;
		 justify-content: start;
	}

	.sec-4-inner .item:nth-child(5) .title p{
		text-align: left;
	}

	.sec-5 h2 span:last-child {

		width: 189px;
	}
	
	.slick-prev:before {
		content: url('../image/arrow-left-solid-small.svg');
		opacity: 1;
	
	}

	.slick-next:before {
		content: url('../image/arrow-right-solid-small.svg');
		opacity: 1;
	
	}

	.slick-prev {
		left: -40px;
		
	}

	.slick-next {
		position: absolute;
		right: 42px;
		top: 34%;
		z-index: 2;
	}

	.sec-11 h2 span{
		display: block;
		line-height: 40px;
	}

	.sec-11-inner .title {
		flex-direction: row;
		align-items: center;
	}

	.sec-11-inner .item {
		padding: 10px 20px 20px;
	}

	.sec-11-inner .title h5 {
		font-size: 18px;
	}

	.sec-12-inner span {
		float: left;
	}

	.sec-14 .wrapper{
		padding:0;
	}

	.sec-14 h4 {
		margin-bottom: 20px;
		line-height: 30px;
	}


	.sec-14 h4 span{
		display: block;
	}

	form {
		padding: 20px 20px;
		border-radius: 10px;
	}

	.form-group{
		margin-bottom: 10px;
	}

	footer {
		padding: 50px 20px;
	}

	.text{text-align: left;}



  }



