@charset "utf-8";

@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url(../font/Montserrat-ExtraBold.ttf);
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url(../font/Montserrat-SemiBold.ttf);
}


body{
	font-family: Arial, sans-serif !important;
}





.tab-group{
  display: flex;
  justify-content: center;
  margin-top: 11px;
  margin-bottom: 64px;
}
.tab{
  flex-grow: 1;
  padding:5px;
  list-style:none;
  text-align:center;
  cursor:pointer;
}
.panel-group{
	height: 100%;
	background: #eee;
}
.panel{
  display:none;
}
.tab.is-active{
  color:#FFF;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}

body {
	line-height: 150%;
}
* {
	box-sizing: border-box;
}
ul li {
	list-style-type: none;
}
a:hover {
	opacity: 0.8;
}
.tab-group a:hover{
	opacity: 1;
}
a {
	text-decoration: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.disp_pc {
	display: block
}
.disp_sp {
	display: none
}
.marker_yellow_b {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.color_red {
	color: #F00;
}
.bold {
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mu10 {
	margin-bottom: 10px;
}
.mu20 {
	margin-bottom: 20px;
}
.mu30 {
	margin-bottom: 30px;
}
.mu50 {
	margin-bottom: 50px;
}
.mt38 {
	margin-top: 38px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt50 {
	padding-top: 50px;
}
.pu0 {
	padding-bottom: 0px;
}
.pu20 {
	padding-bottom: 20px;
}
.pu30 {
	padding-bottom: 30px;
}
.pu50 {
	padding-bottom: 50px;
}
.logo {
	width: 124px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 18px;
	display: block;
}
.sns {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sns ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.top_image {
	background-color: #eee;
	padding: 0px;
	margin: 0px;
}
.hero_image {
	text-align: center;
}

.btn {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn a {
	background-color: #00b0f0;
	color: white;
	font-size: 20px;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	padding: 20px 40px;
	text-align: center;
	display: block;
}

#jhschool.btn a {
	background-color: #c1272d;
	color: white;
	font-size: 20px;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	padding: 20px 40px;
	text-align: center;
	display: block;
}
.btn2 {
	width: 100%;
	max-width: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn2 a {
	background-color: #D5AE15;
	color: white;
	font-size: medium;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.section {
	margin-top: 50px;	
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.contentbox1 {
	background-color: white;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
    padding:30px 0px 50px 0px  ;
}
.contentbox1 h2 {
	font-size: 36px;
	text-align: left;
	line-height: 150%;
}
.contentbox1 .content_text1 {
	font-size: medium;
	font-weight: normal;
	line-height: 200%;
}
.contentbox1 .contentinimg {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.contentbox1 .contentinimg img {
	width: 98%;
}
.contentbox1 h3 {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	font-size: large;
	margin-top: 40px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	background-color: #eee;
	padding-left: 0px;
	padding-right: 0px;
}
.contentbox1 h4 {
	margin-top: 20px;
	color: #333;
	font-size: medium;
}

.teacher img{
	width: 100px;
}
.teachertext{
	background-color: #CBFFD0;
	background: #CBFFD0;
    padding: 20px;
	width: 100%;
	position: relative;
    background: #CBFFD0;
    padding: 20px;
    margin-left: 24px;
}

.teachertext::after{
	border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(143, 246, 255, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 22px;
    border-right-width: 22px;
    margin-top: -7px;
    border-right-color: #CBFFD0;
    right: 100%;
    top: 22%;
}

.flexbox_teacher{
	margin-top: 16px;
	display: flex;
}


.contentbox1 .column2box .flexbox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 15px;
}

.contentbox1 .column2box .flexbox .flex_li {
	display: flex;
	align-items: center;	
	width: 50%;
}
.contentbox1 .column2box .flexbox .flex_li p {
	font-size: 14px;
	width: 46%;
	padding: 2%;
}
.contentbox1 .column2box .flexbox .flex_li p:nth-child(2) {
	line-height: 150%;
	vertical-align: middle;
}

.contentbox1 .column2box .flexbox2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}
.contentbox1 .column2box .flexbox2 li {
	width: 48%;
}
.contentbox1 .column2box .flexbox3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}
.contentbox1 .column2box .flexbox3 li {
	width: 33%;
}

.greenfont{
	color: #188959;
	font-weight: bold;
	line-height: 1;
}
.redfont{
	color: #c1272d;
	font-weight: bold;
}
.contentbox1__textbox .greenfont{
	font-size: 36px;
}
.contentbox1__textbox{
	font-size: 16px;
	color:#333;
	line-height: 1.5;
	margin-bottom: 50px;
}
.contentbox1__textbox p{
	margin-bottom: 16px;
}
.big_font.greenfont,.big_font.redfont{
	font-size: 50px;
	text-align: left;
	margin: 80px 0;
	position: relative;
}
.contentbox1 .fs40{
	font-size: 40px;
}
.big_font.greenfont::after{
	content: "";
	position: absolute;
	right: 0;
	border-top: 50px solid transparent;
	border-right: 50px solid #188959;
}
.big_font.redfont::after{
	content: "";
	position: absolute;
	right: 0;
	border-top: 50px solid transparent;
	border-right: 50px solid #c1272d;
}


.flexbox01{
	display: flex;
}

.flexbox01 ul+ul{
	margin-left: 40px;
}



.sp_block {
	display: none;
}
.sp_non {
	display: block;
}
#back-top {
	position: fixed;
	bottom: 50px;
	left: 25px;
	width: 54px;
	height: 54px;
}
footer {
	display: flex;
	padding-bottom: 100px;
}
footer .logo {
	text-align: left;
	margin-left: 0;
	margin-top: 18px;
	margin-right: 130px;
}
.footer__left {
	width: 44%;
}
.footer__right {
	width: 50%;
	padding-left: 50px;
	padding-bottom: 10px;
}
.footer__right-text {
	display: flex;
}
.footer__follow {
	display: flex;
}
.footer__sns {
	margin-top: 10px;
}
.footer_sns-icon {
	display: flex;
	padding: 0 5px 0 0;
}
.footer_sns-icon img {
	padding-left: 4px;
}
.fticon_01 {
	padding-left: 4px !important;
}
.footer__button {
	display: flex;
	margin-top: 50px;
}
.footer__btn {
	padding: 10px 45px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	font-size: small;
}
.footer__btn a {
	color: #FFF;
}
.footer__text {
	margin-top: 30px;
}
.left {
	background-color: #00b050;
}
.right {
	background-color: #f79709;
	margin-left: 20px;
	padding: 10px 80px;
}
.ftr:nth-child(2) {
	margin-top: 120px;
}
.footer__right:nth-child(2) {
	margin-top: 30px;
}
.footer__right-text__item {
	width: 100px;
}
.footer__right-text__item:nth-child(2) {
	padding-left: 90px;
}
.footer__text-sp {
	display: none;
	text-align: center;
}
.fticon_05 {
	margin-top: 3px;
}
.ftr.order2 .foot_tex2 {
	padding-left: 50px;
	font-weight: bold;
}

.subtitle{
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
}

.mt4table{
	border-collapse: collapse;
	margin-top: 24px;
}

.mt4table .title td{
	background-color: #acffff;
}

.mt4table tr td{
	border: 1px solid #cecece;
	padding: 6px 40px;
	text-align: center;
}


.academy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-bottom: 50px;
}
.academy .l_academy {
	width: 30%;
	padding-right: 5%;
}
.academy .r_academy {
	width: 65%;
}
.academy .r_academy .r_a_title {
	font-size: 25px;
	font-weight: bold;
	color: #188959;
	margin-bottom: 15px;
}
.academy .r_academy .r_a_text {
	margin-bottom: 55px;
}
.academy .r_academy .mu2li {
	margin-bottom: 100px;
}
.academy .r_academy .mu3li {
	margin-bottom: 80px;
}

.academy .r_academy .mu4li {
	margin-bottom: 16px;
}

.academy .r_academy .mu6li {
	margin-bottom: 32px;
}

.academy .r_academy .r_a_text ul li {
	list-style-type: disc;
}
.academy .r_academy .ra_btn ul {
	display: flex;
	justify-content: space-between;
}
.academy .r_academy .ra_btn ul li  {
	background-color: #188959;
	color: #FFF;
	width: 48%;
	text-align: center;
}
.academy .r_academy .ra_btn ul li:nth-child(2)  {
	background-color: #23b574;
	color: #FFF;
	width: 48%;
	text-align: center;
}
#jhschool .academy .r_academy .ra_btn ul li  {
	background-color: #c1272d;
	color: #FFF;
	width: 48%;
	text-align: center;
}
#jhschool .academy .r_academy .ra_btn ul li:nth-child(2)  {
	background-color: #ed1b24;
	color: #FFF;
	width: 48%;
	text-align: center;
}
.academy .r_academy .ra_btn ul a  {
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 3%;
    padding-bottom: 3%;
}
#jhschool .academy .r_academy .r_a_title {
	font-size: 25px;
	font-weight: bold;
	color: #c1272d;
	margin-bottom: 15px;
	line-height: 1.2;
}



.font-ex-bold{
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}

.telop{
	color: white;
	background-color: #188959;
	padding-right: 32px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-right: 16px;
	font-size: 40px;
}
.green_telop{
	background-color: #188959;
}
.red_telop{
	background-color: #c1272d;
}


@media screen and (min-width: 767px){
	.trang {
		width: 80px;
	}
}




@media screen and (max-width: 767px) {

.contentbox1__textbox .greenfont {
    font-size: 22px;
}

.footer__btn{
	padding: 0px;
}
.footer__btn a{
	padding: 12px 45px;
	display: block;
	font-size: 1.1rem;
}

.academy .r_academy .ra_btn ul a  {
	padding-top: 2%;
    padding-bottom: 2%;
}


.flexbox01{
	flex-direction: column;
}
	.teacher img{
		width: 80px;
	}
#back-top {
	position: fixed;
	bottom: 8px;
	right: 4px;
	width: 40px;
	height: 40px;
}
.sp_block {
	display: block;
}
.sp_non {
	display: none;
}
.btn a {
	margin-left: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	font-size: 20px;
}
.btn2 {
	width: 100%;
	max-width: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.h_icon {
	width: 16%;
}
.brsp {
	display: block;
}

.section {
	margin-top: 30px;
}
.contentbox1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-left: 12px;
	padding-right: 12px;
}
.contentbox1 h2 {
	font-size: xx-large;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	line-height: 150%;
}
.contentbox1 .content_text1 {
	font-size: medium;
	font-weight: normal;
	line-height: 150%;
	margin-right: 1%;
	margin-left: 1%;
}

.contentbox1 .column2box .flexbox {
	display: flex;
	flex-direction: column;	
	width: 100%;
}

.flexbox01 ul+ul{
	margin-left: 0px;
	margin-top: 10px;
}
.contentbox1 .column2box .flexbox .flex_li {
	display: flex;
	width: 100%;
}
.contentbox1 .column2box .flexbox3 {
	width: 100%;
	margin-top: 15px;
}
.contentbox1 .column2box .flexbox3 li {
	width: 100%;
}
.contentbox1 .column2box .flexbox3 img {
	text-align: center;
}

.contentbox1 .column2box .flexbox3{
	flex-wrap: nowrap;
/* ここでメニューのスマホ時横ならび調整 */
}

.academy{
	flex-direction: column;
}



footer {
	flex-direction: column;
}
footer .logo {
	margin: 0 auto;
}
.footer__left {
	padding-left: 12px;
	padding-right: 12px;
}
.footer__left, .footer__right {
	width: 100%;
}
.footer__right {
	padding-left: 0;
}
.footer__sns {
	text-align: center;
}
.footer_sns-icon {
	display: block;
	margin: 0 auto;
}
.footer__follow {
	display: block;
}
.footer__text {
	display: none;
}
.footer__button {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.right {
	margin-left: 0px;
}
.footer__btn:nth-child(2) {
	margin-top: 10px;
}
.footer__right-text {
	display: block;
	text-align: center;
}
.footer__right-text__item {
	width: 100%;
}
.footer__right-text__item:nth-child(2) {
	margin-top: 30px;
}
.footer__right-text__item:nth-child(2) {
	padding-left: 0px;
}
.ftr:nth-child(2) {
	background-color: #dcdcdc;
	margin-top: 40px;
	padding: 20px 0;
}
.footer__text-sp {
	display: block;
	margin-top: 50px;
}
.footer_sns-icon:first-child {
	margin-top: 10px;
	padding-left: 10px;
}
.fticon_05 {
	margin-top: -3px;
}
.ftr.order2 .foot_tex2 {
	font-weight: bold;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}


.academy .l_academy {
	width: 60%;
}
.academy .r_academy {
	width: 100%;
	margin-top: 24px;
}
.academy .r_academy .r_a_title {
	font-size: 20px;
	font-weight: bold;
	color: #1D1566;
	margin-bottom: 5px;
}
.academy .r_academy .r_a_text {
	margin-bottom: 5px;
}
.academy .r_academy .r_a_text ul li {
	list-style-type: unset;
	margin-left: 16px;
	font-size: small;
}
.academy .r_academy .ra_btn ul {
	display: flex;
	flex-direction: column;
}
.academy .r_academy .ra_btn ul li  {
	background-color: #188959;
	color: #FFF;
	width: 100%;
	padding: 2%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 4px;
}
.academy .r_academy .ra_btn ul li:nth-child(2)  {
	background-color: #23b574;
	color: #FFF;
	width: 100%;
	padding: 2%;
	text-align: center;
}
#jhschool .academy .r_academy .ra_btn ul li  {
	background-color: #c1272d;
	color: #FFF;
	width: 100%;
	padding: 2%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 4px;
}
#jhschool .academy .r_academy .ra_btn ul li:nth-child(2)  {
	background-color: #ed1b24;
	color: #FFF;
	width: 100%;
	padding: 2%;
	text-align: center;
}
.academy .r_academy .mu2li {
	margin-bottom: 0px;
}
.academy .r_academy .mu3li {
	margin-bottom: 0px;
}
.big_font.greenfont, .big_font.redfont{
	line-height: 98%;	
	font-size: 20px;
}
.telop{
	display: block;
	font-size: 22px;
	margin-bottom: 6px;
}
.big_font.greenfont::after{
	top:93px;
	display: none;
}
.big_font.redfont::after{
	top:72px;
	display: none;
}
.big_font.greenfont, .big_font.redfont{
	margin-top: 0px;
	margin-bottom: 40px;
}

}
