@charset "UTF-8";
/* CSS Document */

section.area{
    background: #00a7ac;
}

section.area.white{
    background: #ffffff;
}
section.area.gray{
    background: #333f48;
	color: #fff;
}
section.area.eme{
    background: #e0f4f5;
}
section{
	box-sizing: border-box;
	padding: 6rem 2rem;
	position: relative;
}
.side_title{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1.5em;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    margin-right: 0%;
    display: block;
    z-index: 1;
    height: 1em;
    line-height: 1;
}
.inner{
	max-width: 1160px;
	margin: auto;
}

h3.texttilte{
    font-size: 4rem;
    margin: auto;
    text-align: center;
	font-weight: 900;
}
#topmainimage{
	padding: 0;
}
#news{
	padding: 0;
background: linear-gradient(to right,  #333f48 0%,#333f48 50%,#000000 50%,#000000 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#news .inner{
	display: flex;
	align-items: stretch;
	background-color: #000;
}
#news .left{
	padding: 2rem;
	display: flex;
	align-items: center;
    background: #333f48;
	flex-shrink: 0;
	width: 22rem;
    max-width: 18%;
    box-sizing: border-box;
}
#news .right{
	padding: 2rem;
	padding-left: 3rem;
	box-sizing: border-box;
	background-color: #000;
	flex-shrink: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	color: #fff;
	gap: 2rem;
}
#news .right .news_list{
	width: 100%;
	display: flex;
	flex-direction: column;
}
#news .right .news_list li{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap:2rem;
	border-top: solid 1px #333f48;
	padding-top: 1rem;
	margin-top: 1rem;
}
#news .right .news_list li:first-child{
	padding-top: 0rem;
	margin-top: 0rem;
	border: none;
}
#news .right .news_list li .list_btn_g{
    width: 8rem;
    flex-shrink: 0;
	text-align: center;
}
.news_title{
	margin: 0;
	margin: auto;
	width: 22rem;
}
.news_title img{
	max-width: 10rem;
	width: 100%;
	display: block;
	margin: auto;
	max-width: 10rem;
}


@media screen and (max-width: 767px){
#news .inner {
	flex-direction: column;
    padding: 5rem 20px;
}
	#news .left{
		background-color: #000;
    padding: 0;
		padding-bottom: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 3rem;
	}	
.news_title img {
        width: 12rem;
	max-width: 100%;
	}
#news .right {
	padding: 0;
	}
}
#news h4{
	font-size: 1.6rem;
}
#news a:active,
#news a:visited,
#news a:link,
#news a:hover{
	text-decoration:none;
	color:#ffff;
}

.topmainimage_side a:active,
.topmainimage_side a:visited,
.topmainimage_side a:link,
.topmainimage_side a:hover{
	text-decoration:none;
	color:#ffff;
}

.topmainimage_side .text1{
	font-size: 3rem;
	margin-bottom: 0.5rem;
	font-weight: 900;
}
.topmainimage_side .text2{
	font-size: 1.7rem;
	margin-bottom: 3rem;
}
.topmainimage_side{
	padding: 5rem 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
    background: #333f48;
	color: #fff;
}
	
.topmainimage_side_btn{
}
.topmainimage_side_btn{
	display: flex;
	flex-direction: column;
	gap:1rem;
	font-size: 1rem;
	margin-bottom: 0.8rem;
}
.topmainimage_side_btn a{
	    width: 100%;
    display: flex;
    position: relative;
    text-align: left;
    font-size: 1.4vw;
    font-size: 1.2vw;
    font-weight: 700;
    justify-content: center;
    justify-content: flex-start;
    background-color: #606970;
    border: solid 1px #fff;
    /* min-height: 6.2rem; */
    line-height: 1.5;
    align-items: center;
    box-sizing: border-box;
    padding: 1vw 3vw;
    min-width: 290px;
}
.topmainimage_side_btn a:before,
.topmainimage_side_btn a:after{
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	background-color: #fff;
}
.topmainimage_side_btn a:before{
	top: 0;
	left: 0;
}
.topmainimage_side_btn a:after{
	bottom: 0;
	right:0;
}
.topmainimage_side_btn a .arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.3rem;
    height: 1.2rem;
    width: 1.2rem;
    margin: auto;
    display: block;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    transform: rotate(45deg);	
}
.topmainimage_side_btn2{
	width: 100%;
    min-width: 290px;
    padding: 1vw 3vw;
	display: flex;
	position: relative;
	text-align: center;
	font-size: 1.4vw;
	justify-content: center;
	background-color: #000;
	color: #fff;
	
	line-height: 1.5;
	align-items: center;
    box-sizing: border-box;
}

    #about .inner {
        display: flex;
		gap: 4rem;
		flex-direction: column;
}
#about .left img{
    width: 80%;
	margin: auto;
}
#about .right h3{
	margin-bottom: 4rem;
}
#about .right .text1{
	font-size: 2.8rem;
	font-weight: 900;
}
#feautures{
	padding: 0;
	color: #fff;
}
#feautures h2{
	margin: auto;
	max-width: 720px;
	width: 100%;
}
#feautures .moyou{
	padding: 0 2rem;
	height: 116px;
	width: 100%;
    background-image: url(../images/moyou.svg);
	background-repeat: repeat;
	background-size: auto 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

@media screen and (max-width: 767px){
#feautures .moyou{
	padding: 2rem;
    height: calc(-1vw + 8rem);
}
#feautures .moyou_title{
	padding: 4rem 2rem;
	height: auto;
	background-size: auto 50%;
}
	
#feautures h2 {
    margin: auto;
    width: 70%;
    max-width: 420px;
}
}
#feautures > ul{
	padding: 0 2rem;
	margin: auto;
	max-width: 1140px;
}
.point_box > li{
		padding: 4rem 0; 
		border-top: solid 1px #fff;
	display: flex;
	flex-direction: column;
	gap:4rem;
}
	.point_box > li:last-child{
		border-bottom: solid 1px #fff;
	}

.point_title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:2rem;
	margin-bottom: 4rem;
	color: #fff;
}
.point_title img{
	display: block;
	width: 12rem;
    max-width: 22vw;
}
.point_box h3{
	font-size: 4rem;
	font-weight: 700;
}
.point_box .text1{
	font-size: 2rem;
	font-weight: 700;
}
.point_box .right{
	display: flex;
	align-items: center;
	justify-content: center;
}
.point_box .right img{
	display: block;
}
.point2 .right img{
	width:65%;
}
.point3 .right img{
	width:75%;
}

#lesson_list h3{
	color: #fff;
    margin-bottom: 1rem;
}
#lesson_list .text1{
	font-size: 2.4rem;
	margin-bottom: 5rem;
	text-align: center;
}
.lesson_list {
	max-width: 500px;
	margin: auto;
}
.lesson_list h4{
	font-size: 2.2rem;
    margin-bottom: 1rem;
}
.lesson_list h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    background: #00a7ac;
    padding: 5px 10px;
}
.lesson_list ul{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	column-gap: 20px;
	margin: auto;
	justify-content: center;
	margin-bottom: 6rem;
}
.lesson_list ul:last-child{
	margin-bottom: 0;
}
.lesson_list li{
	width: 100%;
}
.lesson_list li a{
	border: solid 1px #fff;
	width: 100%;
	padding: 1.5rem;
	display: flex;
	gap:1.5rem;
    box-sizing: border-box;
	font-size: 1.4rem;
	transition: 1s;
}
.lesson_list li a:hover{
	color: #333f48;
	background-color: #fff;
}
.lesson_list li a .left{
	width: 7rem;
    flex-shrink: 0;
}
.lesson_list li a .left .thumb{
	width: 100%;
	padding-top: 100%;
	height: 0;
	background-position: center;
	background-size: cover;
}
.lesson_list li a h5{
	font-size: 1.8rem;
}
.lesson_list li a h5 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 140%;
}
.lesson_list li a .right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 1.2rem;
}

.lesson_list a:active,
.lesson_list a:visited,
.lesson_list a:link,
.lesson_list a:hover{
	text-decoration:none;
	color:#ffff;
}

@media screen and (min-width: 801px){
	
	.lesson_list{
		max-width: 770px;
	}
.lesson_list ul{
	justify-content: flex-start;
	}
.lesson_list li{
	width: calc(50% - 10px );
}
}
@media screen and (min-width: 1201px){
	
	.lesson_list{
		max-width: 1140px;
	}
.lesson_list li{
	width: calc(33.33% - 20px * 2 / 3);
}
}


#serviceflow h3{
    margin-bottom: 6rem;
	color: #00a7ac;
}
#serviceflow ul{
	margin: auto;
	max-width: 1160px;
}
#serviceflow li{
	position: relative;
	margin-bottom: 4rem;
}
#serviceflow li:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -2.8rem;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1.5rem solid rgba(0, 0, 0, 1);
    border-left: 2rem solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 2rem solid transparent;
}
#serviceflow li:last-child{
	margin-bottom: 0;
}
#serviceflow li:last-child:after{
	display: none;
}
	#serviceflow .left{
		padding: 1.5em 3rem;
		align-items: center;
		background-color: #00a7ac;
		justify-content: center;
		color: #fff;
		flex-shrink: 0;
	}
#serviceflow .right{
	width: 100%;
	flex-shrink: 1;
		padding: 1.5em 3rem;
	background-color: #ccedee;
	box-sizing: border-box;
    display: flex;
    align-items: center;
}
	#serviceflow h4{
		font-size: 2.4rem;
		text-align: center;
		font-weight: 700;
		line-height: 1.2;
}
#serviceflow .left img{
	width: 5.4rem;
	height: auto;
	display: block;
}


@media screen and (min-width: 768px){
	
	#serviceflow h4{
		width: 4em;
	}
	#serviceflow li{
		display: flex;
		align-items: stretch;
	}
	#serviceflow .left{
		width: 240px;
		box-sizing: border-box;
		display: flex;
		justify-content:space-between;
		border-radius: 2rem 0 0 2rem;
	}
	#serviceflow .right{
	border-radius:0 2rem 2rem 0;
	}
}
@media screen and (max-width: 767px){
	#serviceflow .left{
		border-radius: 1rem 1rem 0 0;
		box-sizing: border-box;
		display: flex;
		justify-content:center;
		gap:2rem;
    padding: 1em 0rem;
	}
	#serviceflow .left br{
		display: none;
	}
	#serviceflow .right{
	border-radius:0 0 1rem 1rem ;
    padding: 1em 2rem;
	}
}



#guide h3{
    margin-bottom: 6rem;
	color: #00a7ac;
	margin-bottom: 6rem;
}
.guide_btns{
}
.guide_btn1{
}
.guide_btn2{
}
#guide .wp-block-buttons{
	margin-bottom: 6rem;
}
#guide .wp-block-button__link{
	margin-bottom: 0;
}
#guide table{
	max-width: 1160px;
	margin: auto;
	border: solid 1px #00a7ac;
	border-bottom: 0;
	border-right: 0;
	background-color: #fff;
} 

#guide table td{
	font-size: 1.6rem;
	border: solid 1px #00a7ac;
	border-top: 0;
	border-left: 0;
	box-sizing: border-box;
	padding: 0.5rem 1rem;
    line-height: 1.5em;
}
#guide table td:first-child{
	background-color: #b0e4e5;
	width: 180px;
	vertical-align: middle;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px){
#guide table,
	#guide table tbody,
	#guide table tr,
	#guide table td,
#guide table td:first-child{
		display: block;
		width: 100%;
	}
	#guide table td:first-child{
		text-align: center;
	}
}
#faq,
#faq .faq_list a,
#faq .faq_list a:link,
#faq .faq_list a:visited,
#faq .faq_list a:active,
#faq .faq_list a:hover{
	color: #fff;
}
#faq h3{
	margin-bottom: 6rem;
	color: #fff;
}
.faq_list li{
	border-top: solid 1px #fff;
	margin-bottom: 0;
}
.faq_a {
    padding: 2rem 1rem;
}
#corp .inner{
	margin: auto;
	max-width: 1160px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	gap:4rem;
}
#corp .left{
	width: 100%;
}
#corp .left iframe{
	max-width: 100%;
	width: 100%;
}
#corp .right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
#corp h2{
	font-size: 2rem;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 1rem;
}
#corp h2 strong{
	font-size: 3rem;
	font-weight: 700;
}
#corp .btn_g{
	justify-content: center;
	margin: 0;
}
@media screen and (min-width: 850px){
	
#topmainimage{
	display: flex;
	align-items: stretch;
}
#topmainimage .left{
	width: 100%;
	flex-shrink: 1;
}	
.topmainimage_side_btn a{
    max-width: 24em;
}
.topmainimage_side .text1{
	font-size: 2vw;
}
.topmainimage_side .text2{
	font-size: 1.2vw;
}
	@media screen and (max-width: 1000px){
.topmainimage_side_btn a{
	font-size: 1.6vw;
}
.topmainimage_side .text1{
	font-size: 3rem;
}
.topmainimage_side .text2{
	font-size: 1.6vw;
}
	}
@media screen and (max-width: 1250px){
	#topmainimage .left{
        position: relative;
	overflow: hidden;
	}
	#topmainimage .left h1{
		
		
		
	}
}
.topmainimage_side{
	flex-shrink: 0;
	
    
	padding: 3rem 3vw;
}
#about .inner{
	display: flex;
	gap:4rem;
	flex-direction: row;
	}
#about .left{
	width: calc(42% - 4rem);
	flex-shrink: 0;
}
#about .left img{
	max-width: 37rem;
	width: 100%;
}
#about .right{
	width: 100%;
	flex-shrink: 1;
}
	.point_box > li{
	display: flex;
		gap:2rem;
		align-items: center;
		flex-direction: row;
	}
	.point_box > li > div.left{
		width: calc(52% - 0rem);
	}
	.point_box > li > div.right{
		width: calc(48% - 2rem);
	}
	
	
#corp .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	gap:5rem;
}
	#corp .inner > div{
		width: calc(50% - 2.5rem) ;
	}
	#corp .btn_g {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 850px){
	.topmainimage_side_btn {
    width: 100%;
        
		box-sizing: border-box;
	}.topmainimage_side_btn a {
		width: 100%;
        font-size:1.6rem;
        padding: 2vw 3vw;
	}
	.topmainimage_side_btn a br{
		display: none;
	}
    .topmainimage_side_btn2{
        width: 100%;
        font-size:1.6rem;
        padding: 15px;
        padding: 2vw 3vw;
    }
}

@media screen and (max-width: 500px){
#news .left {
	background-color: #000;
	border-right: solid 1px #000;
	}
#news .right {
    justify-content: space-between;
	}
	.list_btn_g {
		font-size: 1.2rem;
	}
#news h4 {
    font-size: 1.4rem;
}
h3.texttilte {
    font-size: 2.6rem;
	}
	.point_box h3 {
		font-size: min(2.8rem , 6vw);
	}
#about .right .text1 {
    font-size: 2rem;
    font-weight: 900;
	}
	#lesson_list .text1 {
		font-size: 1.8rem;
	}
	
}