@charset "UTF-8";
/*================================header_top================================*/
@media  print, screen and (min-width: 768px) {
.header_top {
	width:100%;
	max-width:1920px;
	height:1070px;
	margin:0 auto;
	padding:0;
	position: relative;
	}
.header_top:after {
    content: "";
    position: absolute;
    background: url(../images/bg_header_top.jpg) no-repeat 0 0;
    background-size: contain;
    bottom: 0;
	right:50%;
	transform: translateX(960px);
    width: 1840px;
    height: 970px;
    z-index: -1;
	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
    .header_top .heading {
    position:absolute;
	top:300px;
    left: 8%; 
    z-index: 99;
    }    

.header_top h2{
	width:auto;
    /*transform: translate(496px,0);*/
	padding: 0;
	z-index:10;
	text-align:left;
    margin-bottom: 10px;
}

.header_top h2 .text{
	font-size: 40px;
    font-weight:600;
	line-height:58px;
	letter-spacing: 0.1em;
	z-index:10;
	white-space:nowrap;
	padding:0 12px 4px 20px;
	margin-bottom:7px;
	display:inline-block;
        background: #ffe907;
    color: #004da9;
}
.header_top h3{
    width: auto;
    /*transform: translate(496px,0);*/
    padding: 0;
    z-index: 10;
    text-align: right;
    display: inline;
}

.header_top h3 .text{
	font-size: 15px;
    font-weight:500;
    color: #fff;
	line-height:39px;
	letter-spacing: 0.05em;
	z-index:10;
	white-space:nowrap;
	padding:0 20px 2px;
	margin-bottom:6px;
	background:#004da9;
	display:inline-block;
}
    
 
.header_top .point{
	font-family: "Nothing You Could Do", cursive;
	width:auto;
	position:absolute;
	top:605px;
    left: 50%;
    transform: translate(-40px,0) rotate( -16deg );
	font-size: 38px;
    font-weight:400;
    color: #2fc9a3;
	line-height:1.0;
	letter-spacing: 0;
	padding: 0;
	z-index:11;
	display:inline-block;
}
@media all and (min-width: 768px) and (max-width: 1460px) {
.header_top .point{
    transform: translate(0,0) rotate( -16deg );
}
}
.header_top .mainvisual{
    width: 100%;
    height: 820px;
	position:relative;
}
.header_top .mainvisual.slider {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 1760px;
    height: 820px;
    margin: auto;
    object-fit: cover;
	z-index: 1;
}
.header_top .slider img {
	width:100%;
	height: 820px;
	margin:auto;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: 10s ease-out;
	}
.header_top .slider .slick-active img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	}
/*===============scrolldown===============*/
.scrolldown {
  /*描画位置*/
  position: absolute;
  left: 50%;
  bottom:150px;
  transform: translateX(-936px);
  width:30px;
  height: 160px;
  z-index:2;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 3s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 160px;
  }
  50% {
    bottom: 140px;
  }
  100% {
    bottom: 160px;
  }
}
/*Scrollテキストの描写*/
.scrolldown span {
  font-family: "Oswald", sans-serif;
  /*描画位置*/
  position: absolute;
  right:6px;
  bottom: 14px;
  /*テキストの形状*/
  color: #004da9;
  font-size: 13px;
  font-weight:400;
  line-height:13px;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space:nowrap;
}
/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*矢印の形状*/
  width: 30px;
  height: 1px;
  background: #004da9;
  transform: translateX(1px) skewX(0deg);
}
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0%;
  /*矢印の形状*/
  width: 1px;
  height: 160px;
  background:#004da9;
}
a.anchor,
.anchor{
    display: block;
    padding-top: 120px!important;
    margin-top: -120px!important;
    z-index:-1;
}
/*===アンカー上部に余白を持たせたい場合===*/
a.anchor.anchor_space,
.anchor.anchor_space{
    padding-top: 200px!important;
    margin-top: -200px!important;
}
}
@media  print, screen and (max-width: 767px) {
.header_top {
    width:100%;
	height:auto;
    background: url(../images/bg_header_top_sp.jpg) no-repeat right bottom;
    background-size: auto 100%;
	}

.header_top .fr{
	margin-top:0px;
	position:relative;
	}
.header_top .heading{
	width: calc(100% - 20px);
	position: absolute;
	top:70%;
    left: 50%;
    transform: translate(-50%,-13%);
	text-align:right;
	z-index:10;
	}

    
.header_top h2 .text{
    background: #ffe907;
    color: #004da9;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 7px;
}      
.header_top h3 .text{
    background: #004da9;
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
    font-size: 12px;
}
 

.header_top .point{
	font-family: "Nothing You Could Do", cursive;
	width:auto;
	position:absolute;
	top:68px;
    right:193px;
    transform: rotate( -16deg );
	font-size: 20px;
    font-weight:400;
    color: #2fc9a3;
	line-height:1.0;
	letter-spacing: 0;
	white-space:nowrap;
	padding: 0;
	z-index:11;
	display:inline-block;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5), 0px 0px 5px rgba(255, 255, 255, 0.5);
}
@media  print, screen and (max-width: 360px) {
.header_top .point{
	right:180px;
}
}
@media  print, screen and (max-width: 320px) {
.header_top .point{
	font-size: 19px;
	right:174px;
}
}
.header_top .mainvisual.slider{
	background:none;
	}
.header_top .slider img {
	width:100%;
	height: auto;
	margin:auto;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: 15s ease-out;
	}
.header_top .slider .slick-active img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	}
.header_top .mainvisual.slider{
	top: 0px;
	}
.arrowWrap_sp{
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index:2;
  padding-top: 28px;
}
.arrowWrap_sp a {
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight:400;
  text-decoration: none;
  color:#fff;
}
.arrowWrap_sp a.disabled{
    pointer-events: none;
}
.arrowWrap_sp a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  border: 1px solid rgba(255,255,255,1.0);
  border-radius: 100%;
  box-sizing: border-box;
}
.arrowWrap_sp a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 8px;
  height: 8px;
  margin: -6px 0 0 -4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.arrowWrap_sp a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 26px;
  height: 26px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 16px rgba(255,255,255,.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 16px rgba(255,255,255,.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
a.anchor,
.anchor{
    display: block;
    padding-top: 60px!important;
    margin-top: -60px!important;
　  z-index:-1;
}
/*===アンカー上部に余白を持たせたい場合===*/
a.anchor.anchor_space,
.anchor.anchor_space{
    padding-top: 90px!important;
    margin-top: -90px!important;
}
}

/*================================feature_area================================*/
#feature_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin: 0 auto;
	padding:0;
	box-sizing:border-box;
	height:1440px;
	clear:both;
	position:relative;
    background: url(../images/bg_feature.jpg) no-repeat center bottom;
    background-size: auto;
	z-index:1;
	}
#feature_area:after{
    content: "";
    position: absolute;
    background: url(../images/bg_feature_point.svg) no-repeat left top;
    background-size: contain;
    top: 220px;
	left: 0;
    width: 506px;
    height: 884px;
	z-index:0;
}
#feature_area .inner {
	width:1200px;
	height:auto;
    padding: 165px 0 0;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
	z-index:2;
}
#feature_area h2{
	position: relative;
	padding:0;
	margin:0 0 72px -4px;
	font-size:50px;
	font-weight:700;
    letter-spacing: 0.16em;
	color: #202124;
	line-height: 1.0;
	display: inline-block;
}
#feature_area h2 .text {
    font-family: "Oswald", sans-serif;
	font-size:14px;
	font-weight:500;
	color: #1558a4;
	padding: 0 0 13px 15px;
	margin:0 0 36px 4px;
	display:block;
	letter-spacing: 0.05em;
	text-shadow:none;
    position: relative;
}
#feature_area h2 .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 32px;
    background-color: #60c6b6;
    z-index: 0;
}
#feature_area h2 .text:after {
    content: '';
    display: block;
    position: absolute;
    bottom:0;
    left: 3px;
    width: 70px;
    height: 3px;
    background-color: #004da9;
    z-index: 0;
}
#feature_area h2 a{
	color:#202124;
	text-decoration:none;
	line-height:1.0;
	display: block;
}
#feature_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#feature_area h2 br{
	display:none;
}
#feature_area p {
	width:420px;
    margin:0;
    padding: 0 0 10px;
	color: #333;
    font-weight: 400;
    font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align:left;
}
#feature_area ul {
    padding: 10px;
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    gap: 10px;
    background: #fff;
	z-index:2;
}
#feature_area li{
	width: calc((100% - 10px) / 2);
	height:430px;
	margin-bottom:0;
	position: relative;
	/*background:#f8f5f1;
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));*/
	}
#feature_area li a{
	text-decoration: none;
	padding:0;
	box-sizing:border-box;
	display:flex;
	}
#feature_area a:hover{
	opacity:0.5;
	transition-duration: 0.7s;
	}
#feature_area li .inner_text{
	width:100%;
	height:180px;
	margin:0;
	padding:0 24px 28px;
	box-sizing:border-box;
	position: absolute;
    bottom: 0;
    left: 0;
	z-index:2;
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	flex-direction: column;
	/*background: linear-gradient(to bottom, #747976 0, #343434 100%);*/
	}
#feature_area li .inner_text:before {
    width: 100%;
    height: 180px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    background: -moz-linear-gradient(bottom rgba(0, 77, 169, 1.0) 0%, rgba(0, 77, 169, 1.0) 40%, transparent 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 77, 169, 1.0) 0%, rgba(0, 77, 169, 1.0) 40%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 77, 169, 1.0) 0%, rgba(0, 77, 169, 1.0) 40%, transparent 100%);
    z-index: -1;
}
#feature_area li:nth-child(2) .inner_text:before,
#feature_area li:nth-child(3) .inner_text:before{
    background: -moz-linear-gradient(bottom rgba(22, 179, 166, 1.0) 0%, rgba(22, 179, 166, 1.0) 40%, transparent 100%);
    background: -webkit-linear-gradient(bottom, rgba(22, 179, 166, 1.0) 0%, rgba(22, 179, 166, 1.0) 40%, transparent 100%);
    background: linear-gradient(to top, rgba(22, 179, 166, 1.0) 0%, rgba(22, 179, 166, 1.0) 40%, transparent 100%);
    z-index: -1;
}
#feature_area li .inner_text:after {
    position: absolute;
	left:auto;
    right: 36px;
    bottom: 36px;
    margin-top: -12px;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
	background:none;
    transform: rotate(45deg);
    opacity: 0.8;
    z-index: 2;
}
#feature_area .number{
	font-family: "Oswald", sans-serif;
    padding: 0;
	margin:0 0 12px;
    color: #ffe907;
    font-weight:400;
    font-size: 84px;
    line-height: 1.0;
    letter-spacing: 0;
}
#feature_area h3{
    padding: 0 0 0 30px;
	margin:0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
	white-space:nowrap;
    position: relative;
}
#feature_area h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 12px;
    height: 1px;
    background-color: #ffe907;
    z-index: 0;
}
#feature_area .en{
    padding: 0;
	margin-top:10px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
	display:block;
	white-space: normal;
}
#feature_area li .scale_wrap{
	margin:0;
	padding:0;
	position: relative;
	z-index:1;
	}
#feature_area li .scale_wrap img{
	width:auto;
	height:auto;
	}
@media  print, screen and (max-width: 767px) {
#feature_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
    background: url(../images/bg_feature_sp.jpg) no-repeat center bottom;
    background-size: auto 100%;
	}
#feature_area:after{
    background: url(../images/bg_feature_point.svg) no-repeat left top;
    background-size: contain;
    top: 20px;
	left: 0;
    width: 40%;
    height: 100%;
}
#feature_area .inner {
    width: calc(100% - 40px);
	height:auto;
    padding: 42px 0 40px;
    box-sizing: border-box;
	font-size:0;
}
@media  print, screen and (max-width: 320px) {
#feature_area .inner {
    width: calc(100% - 20px);
}
}
#feature_area h2{
	margin:0 15px 30px;
	font-size:28px;
	letter-spacing: 0.1em;
}
@media  print, screen and (max-width: 320px) {
#feature_area h2{
	font-size:26px;
}
}
#feature_area h2 .text {
	font-size:13px;
	padding: 0 0 10px 10px;
	margin:0 0 16px;
}
#feature_area h2 .text:before {
    width: 2px;
    height: 26px;
}
#feature_area h2 .text:after {
    left: 2px;
    width: 60px;
    height: 2px;
}
#feature_area h2 a{
	text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8);
}
#feature_area h2 br{
	display:inherit;
}
#feature_area p {
    width: 100%;
	padding:0 25px;
	color: #222;
	box-sizing:border-box;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
}
#feature_area p br{
	display:none;
}
#feature_area ul {
    padding: 8px;
    width: 100%;
    gap: 8px;
}
#feature_area li{
	width: 100%;
	height:auto;
}
#feature_area li a{
    flex-direction: column-reverse;
}   
#feature_area li .inner_text{
	width:100%;
	height:120px;
	margin:-100px 0 0;
	padding:20px 15px 24px;
    position: relative;
    bottom:auto;
    left: auto;
}    
#feature_area li .inner_text:before,
#feature_area li:nth-child(3) .inner_text:before{
    width: 100%;
    height: 100px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1.0;
    background: -moz-linear-gradient(bottom rgba(0, 77, 169, 1.0) 0%, rgba(0, 77, 169, 1.0) 27px, transparent 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 77, 169, 1.0) 0%, rgba(0, 77, 169, 1.0) 27px, transparent 100%);
    background: linear-gradient(to top, rgba(0, 77, 169, 1.0) 0%, rgba(0, 77, 169, 1.0) 27px, transparent 100%);
    z-index: -1;
}
#feature_area li:nth-child(2) .inner_text:before,
#feature_area li:nth-child(4) .inner_text:before{
    background: -moz-linear-gradient(bottom rgba(22, 179, 166, 1.0) 0%, rgba(22, 179, 166, 1.0) 27px, transparent 100%);
    background: -webkit-linear-gradient(bottom, rgba(22, 179, 166, 1.0) 0%, rgba(22, 179, 166, 1.0) 27px, transparent 100%);
    background: linear-gradient(to top, rgba(22, 179, 166, 1.0) 0%, rgba(22, 179, 166, 1.0) 27px, transparent 100%);
    z-index: -1;
}
#feature_area li .inner_text:after {
    right: 18px;
    bottom: 22px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    opacity: 0.8;
}
@media  print, screen and (max-width: 360px) {
#feature_area li .inner_text:after {
    display: none;
}
}
#feature_area .number{
    font-size: 52px;
}
#feature_area h3{
    padding: 0 0 0 18px;
    font-size: 18px;
    line-height: 1.0;
}
@media  print, screen and (max-width: 359px) {
#feature_area h3{
    font-size: 17px;
    letter-spacing: 0.04em;
}
}
#feature_area h3:after {
    top: 3px;
    left: 0px;
    width: 10px;
    height: 1px;
}
#feature_area .en {
    margin-top: 4px;
}
#feature_area li .scale_wrap{
	width:100%;
	margin:0 auto;
	padding:0;
	background: rgba(255, 255, 255, 0.2);
	text-align:center;
	}
#feature_area li .scale_wrap img{
	width:100%;
	height:auto;
	/*object-fit: cover;*/
	}
/*@media  print, screen and (max-width: 375px) {
#feature_area li .scale_wrap img{
	height:200px;
	}
}
@media  print, screen and (max-width: 320px) {
#feature_area li .scale_wrap img{
	height:180px;
	}
}*/
/*#feature_area .background_header{
width: 140%;
height:300px;
position: absolute;
bottom:0;
left:50%;
transform: translate(-50%,0);
background:url(../images/bg_feature_bottom.png) no-repeat center bottom;
background-size:100% auto;
}*/
}

/*================================lessons_area================================*/
#lessons_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin: 0 auto;
	padding:0;
	box-sizing:border-box;
	height:1330px;
	clear:both;
	position:relative;
    background: url(../images/bg_lessons.jpg) no-repeat center bottom;
    background-size: auto;
	z-index:1;
	}
#lessons_area:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    background-color: #004da9;
    z-index: 0;
}
#lessons_area:after{
    content: "";
    position: absolute;
    background: url(../images/bg_lessons_point.svg) no-repeat left top;
    background-size: contain;
    top: 94px;
	left: 50%;
    transform: translate(-50%,0);
    width: 815px;
    height: 250px;
	z-index:1;
}
#lessons_area .inner {
	width:1200px;
	height:auto;
    padding: 135px 0 0;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
	z-index:2;
    text-align: center;
}
#lessons_area h2{
	position: relative;
	padding:0;
	margin:0 0 84px;
	font-size:50px;
	font-weight:700;
    letter-spacing: 0.12em;
	color: #fff;
	line-height: 1.0;
	display: inline-block;
}
#lessons_area h2 .text {
    font-family: "Oswald", sans-serif;
	font-size:14px;
	font-weight:500;
	color: #fff;
	padding: 0 0 13px 15px;
	margin:0 0 36px;
	display:block;
	letter-spacing: 0.05em;
	text-shadow:none;
    position: relative;
}
#lessons_area h2 .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 32px;
    background-color: #60c6b6;
    z-index: 0;
}
#lessons_area h2 .text:after {
    content: '';
    display: block;
    position: absolute;
    bottom:0;
    left: 3px;
    width: 70px;
    height: 3px;
    background-color: #004da9;
    z-index: 0;
}
#lessons_area h2 a{
	color: #fff;
	text-decoration:none;
	line-height:1.0;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#lessons_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#lessons_area h2 br{
	display:none;
}
#lessons_area p {
	width:420px;
    margin:0;
    padding: 0 0 10px;
	color: #333;
    font-weight: 400;
    font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align:left;
}
#lessons_area ul {
    width: 1200px;
    padding: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    gap: 27px;
    background: #f2f6fb;
    margin-left: -80px;
	z-index:2;
}
#lessons_area li{
	width: calc((100% - 81px) / 4);
	height:350px;
	margin-bottom:0;
	position: relative;
	background:#fff;
    box-shadow: 10px 10px rgba(230, 236, 244, 1.0);
	/*filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));*/
	}
#lessons_area li:nth-child(-n+4){
	margin-bottom:24px;
	}
#lessons_area li a{
	text-decoration: none;
	padding:0;
	box-sizing:border-box;
	display:flex;
    flex-direction: column;
    align-items: flex-end;
	}
#lessons_area li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 44px;
    background-color: #ffe907;
    z-index: 0;
}
#lessons_area a:hover{
	opacity:0.5;
	transition-duration: 0.7s;
	}
#lessons_area li .inner_text{
	width:100%;
	height:110px;
	margin:0;
	padding:0 20px;
	box-sizing:border-box;
	position: relative;
	z-index:2;
	display: flex;
    align-items: center;
    justify-content: center;
	/*background: linear-gradient(to bottom, #747976 0, #343434 100%);*/
	}
#lessons_area h3{
    padding: 0;
	margin:0;
    color: #004da9;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
	white-space:nowrap;
    position: relative;
}
#lessons_area li .scale_wrap{
	margin:0;
	padding:0;
	position: relative;
	z-index:1;
	}
#lessons_area li .scale_wrap img{
	width:auto;
	height:auto;
	}
@media  print, screen and (max-width: 767px) {
#lessons_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
    background: url(../images/bg_lessons_sp.jpg) no-repeat right bottom;
    background-size: auto 100%;
	}
#lessons_area:before {
    width: 100%;
    height: 300px;
}
#lessons_area:after{
    top: 40px;
    width: 300px;
    height: 92px;
}
#lessons_area .inner {
    width: calc(100% - 40px);
	height:auto;
    padding: 42px 0 40px;
    box-sizing: border-box;
	font-size:0;
}
@media  print, screen and (max-width: 320px) {
#lessons_area .inner {
    width: calc(100% - 15px);
}
}    
#lessons_area h2{
	margin:0 15px 30px;
	font-size:28px;
	letter-spacing: 0.1em;
}
@media  print, screen and (max-width: 320px) {
#lessons_area h2{
	font-size:26px;
}
}
#lessons_area h2 .text {
	font-size:13px;
	padding: 0 0 10px 10px;
	margin:0 0 16px;
}
#lessons_area h2 .text:before {
    width: 2px;
    height: 26px;
}
#lessons_area h2 .text:after {
    left: 2px;
    width: 60px;
    height: 2px;
}
#lessons_area h2 br{
	display:inherit;
}
#lessons_area p {
    width: 100%;
	padding:0 25px;
	color: #222;
	box-sizing:border-box;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
}
#lessons_area p br{
	display:none;
}
#lessons_area ul {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    gap: 8px;
    margin-left: 0;
}
#lessons_area li,
#lessons_area li:nth-child(-n+4){
	width: calc((100% - 8px) / 2);
	height:auto;
    margin-bottom:0;
    box-shadow: 4px 4px rgba(230, 236, 244, 1.0);
}
@media  print, screen and (max-width: 360px) {
#lessons_area ul {
    padding: 5px;
    gap: 5px;
}
#lessons_area li,
#lessons_area li:nth-child(-n+4){
	width: calc((100% - 5px) / 2);
    box-shadow: 3px 3px rgba(230, 236, 244, 1.0);
}
}
#lessons_area li a{
    display: flex;
}   
#lessons_area li .inner_text{
	width:100%;
	height: 74px;
	margin:0;
	padding:10px 10px;
    flex-grow: 1;
}
 @media  print, screen and (max-width: 360px) {
#lessons_area li .inner_text{
	height: 68px;
}
}
#lessons_area h3{
    font-size: 16px;
    line-height: 1.4;
}
@media  print, screen and (max-width: 360px) {
#lessons_area h3{
    font-size: 15px;
}
}
@media  print, screen and (max-width: 320px) {
#lessons_area h3{
    font-size: 14.8px;
    letter-spacing: 0.04em;
}
}
#lessons_area h3 br.small{
	display:none!important;
}
@media  print, screen and (max-width: 420px) {
#lessons_area h3 br.small{
	display:inherit!important;
}
}
#lessons_area li .scale_wrap{
	width:100%;
    height: auto;
	margin:0 auto;
	}
#lessons_area li .scale_wrap img{
	width:100%;
	height:auto;
	/*object-fit: cover;*/
	}
/*@media  print, screen and (max-width: 375px) {
#lessons_area li .scale_wrap img{
	height:200px;
	}
}
@media  print, screen and (max-width: 320px) {
#lessons_area li .scale_wrap img{
	height:180px;
	}
}*/
}

/*================================menu_area================================*/
#menu_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	height:450px;
	clear:both;
	position:relative;
	z-index:1;
	}
#menu_area .inner {
	width: 1200px;
	height: auto;
    padding: 100px 0 0;
	margin:0 auto;
	position: relative;
	text-align:center;
	z-index:1;
}
#menu_area ul {
    padding: 0;
	margin:0 auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 1200px;
	gap: 30px;
	position: relative;
}
#menu_area li{
	width: calc((100% - 60px) / 3);
	height:160px;
	position:relative;
	overflow:hidden;
	}
#menu_area li a{
	width:100%;
    height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
	text-decoration: none;
	padding: 0;
	box-sizing:border-box;
	text-align:left;
    background: #004da9;
	}
#menu_area li a:hover{
    opacity: 0.6;
	transition-duration: 0.7s;
	}
#menu_area li .inner_text{
	width:100%;
	height:100%;
	margin:0;
	padding:0 50px;
	box-sizing:border-box;
	position: absolute;
	top: 0;
    left: 0;
	z-index:1;
	display:flex;
    align-items: center;
    background:url(../images/arrow_more_y.svg) no-repeat right 25px center;
    background-size:40px auto;
	}
#menu_area h3{
    padding: 0;
	margin:0;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.08em;
	white-space:nowrap;
}
#menu_area li .scale_wrap{
	margin:0;
	padding:0;
	position: relative;
	z-index:0;
	}
#menu_area li .scale_wrap img{
	width:auto;
	height:auto;
    opacity: 0.4;
	}
@media  print, screen and (max-width: 767px) {
#menu_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	}
#menu_area .inner {
    width: 100%;
	height:auto;
	margin:0 auto;
    padding: 30px 0 30px;
    box-sizing: border-box;
}
#menu_area ul {
    width: calc(100% - 40px);
    max-width: 300px;
	gap: 15px;
}
@media  print, screen and (max-width: 360px) {
#menu_area ul {
    width: calc(100% - 60px);
    max-width: 280px;
}
}
#menu_area li{
	width: 100%;
	height:auto;
}
#menu_area li a{
	display: flex;
	}
#menu_area li .inner_text{
	padding:0 25px;
    background:url(../images/arrow_more_y.svg) no-repeat right 20px center;
    background-size:30px auto;
	}   
#menu_area h3{
    font-size: 16px;
    line-height: 1.4;
}
@media  print, screen and (max-width: 359px) {
#menu_area h3{
    font-size: 16px;
}
}
#menu_area li .scale_wrap{
	margin:0;
	padding:0;
	position: relative;
	}
#menu_area li .scale_wrap img{
	width:100%;
	height:auto;
	}
}