@charset "utf-8";
:root {--main-color: #004ea8;}
:root {--sub-color: #1696d5;}
:root {--accent-color: linear-gradient(#ffbe40 , #f4a307);}
:root {--text-color: #1f1f1f;}

:root {--text-font: "noto-sans-cjk-jp", sans-serif;}
:root {--main-font: "fot-tsukuardgothic-std", sans-serif;}
:root {--sub-font: "lato", sans-serif;}
:root {--sub02-font: 'Cabin', sans-serif;}
:root {--title-font: "toppan-bunkyu-midashi-go-std", sans-serif;}

section{
    display: block;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.inner{
    width: 90%;
    max-width: 930px;
	position: relative;
	margin: 0 auto;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.bg{
	background: #f8fcff;
}
@media screen and (max-width: 820px) {
    section{
        padding: 40px 0;
    }
    p{
        font-size: 14px;
    }
}
.title{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: var(--main-color);
    margin: 0 0 40px;
}
.title span{
    display: block;
    font-family: var(--sub-font);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: var(--sub-color);
    margin: 0 0 10px;
}
.title + p{
    text-align: center;
    margin: -20px 0 60px;
}
.title02{
    width: 280px;
    font-family: var(--main-font);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--main-color);
    padding: 0 0 15px;
    border-bottom: solid 1px #cccccc;
    margin: 0 auto 30px;
    position: relative;
}
.title02 span{
    width: fit-content;
    padding: 0 0 15px;
    border-bottom: solid 3px var(--main-color);
    margin: 0 auto;
    position: relative;
    bottom: 1px;
}
/**/
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 540px;
    height: 75px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #FFF;
    border-radius: 4px;
    background: var(--accent-color);
    margin: 0 auto;
    position: relative;
}
.btn.mail::before{
    display: block;
    content: "";
    width: 21px;
    height: 16px;
    background: center / contain no-repeat url("../img/icon-mail01.svg");
    margin: 0 10px 0 0;
}
.btn.mail::after{
    display: block;
    content: "";
    width: 6px;
    height: 15px;
    background: center / contain no-repeat url("../img/icon-arrow.svg");
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
    .title{
        font-size: 20px;
        margin: 0 0 20px;
    }
    .title span{
        margin: 0 0 10px;
    }
    .btn{
		justify-content: center;
        font-size: 16px;
		height: 65px;
        padding: 0 20px;
        border-radius: 5px;
    }
}
@media screen and (max-width: 520px) {
}
/*==================================================================================================*/
/*header-*/
header{
	width: 100%;
	position: relative;
}
header h1{
	width: 144px;
	position: absolute;
	top: 100px;
	right: 100px;
	z-index: 1;
}
header h1 a{
	display: block;
}
@media screen and (max-width: 820px) {
	header{
		padding: 30px 0 0;
	}
	header h1{
		width: 120px;
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media screen and (max-width: 520px) {
	header h1{
		width: 72px;
	}
}
/*==================================================================================================*/
/*fv-*/
.fv {
	padding: 120px 0 0;
}
.fv .inner{
	width: 92%;
	max-width: 1250px;
	z-index: 1;
}
.fv h2{
	width: calc( 100% - 250px );
	max-width: 784px;
}
.fvSlider{
	margin: -20px 0 0;
}
.fvSlider li{
	padding: 0 3px;
}
.fvSlider li.sp_res820{
	display: none;
}
@media screen and (max-width: 820px) {
	.fv {
		padding: 30px 0 0;
	}
	.fv h2{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.fvSlider{
		margin: -15px 0 0;
	}
	.fvSlider li{
		padding: 0 2px;
	}
	.fvSlider li.sp_res820{
		display: block;
	}
	.fvSlider li.pc_res820{
		display: none;
	}
}
/*==================================================================================================*/
/*message-*/
.message{
	padding: 30px 0 75px;
}
.message .inner{
	max-width: 1190px;
	justify-content: flex-end;
    align-items: flex-end;
	flex-direction: row-reverse;
}
.message h2 span:nth-child(1){
	display: flex;
	align-items: center;
	font-family: var(--sub-font);
	font-size: 10px;
	letter-spacing: 0.18em;
	color: #4f4f4f;
	margin: 0 0 0 15px;
	position: relative;
}
.message h2 span:nth-child(1)::before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1696d5;
    margin: 0 0 4px 0;
}
.message h2{
	width: fit-content;
	font-family: var(--title-font);
	font-size: 48px;
	line-height: 1.4;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: var(--main-color);
	position: absolute;
	top: 30px;
	right: 0;
}
.message h2 span:nth-child(2){
	position: relative;
	top: -30px;
}
.message h2 span:nth-child(3){
	position: relative;
	top: -50px;
}
.message img{
	width: calc(100% - 480px);
	max-width: 660px;
	border-radius: 5px;
	position: relative;
	left: -78px;
}
.message p{
	width: fit-content;
	max-width: 315px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2.4;
	margin: 0 0 30px;
	position: relative;
	left: -20px;
}
@media screen and (max-width: 1140px) {
	.message .inner{
		max-width: 520px;
	}
	.message img{
		width: 100%;
		left: 0;
	}
	.message p{
		left: 0;
		margin: 0 0 160px;
	}
}
@media screen and (max-width: 820px) {
	.message{
		padding: 30px 0 50px;
		border-bottom: solid 1px #eee;
	}
	.message .inner{
		width: 95%;
		max-width: 520px;
	}
	.message h2 span:nth-child(1){
		margin: 0 0 10px;
	}
	.message h2 span:nth-child(1)::before{
		margin: 0 4px 0 0 ;
	}
	.message h2{
		width: 80%;
		font-size: 30px;
		writing-mode: inherit;
		position: relative;
		top: 0;
		margin: 0 auto 15px;
	}
	.message h2 span:nth-child(2){
		top: 0;
	}
	.message h2 span:nth-child(3){
		top: 0;
	}
	.message img{
		left: 0;
	}
	.message p{
		width: 80%;
		max-width: 80%;
		font-size: 14px;
		left: 0;
		margin: 0 auto 30px;
	}
}
/*==================================================================================================*/
/*service-*/
.service{
	padding: 80px 0;
	border-top: solid 1px #eee;
}
.service .inner{
	max-width: 1160px;
	justify-content: flex-start;
}
.sliderBox{
	width: 50%;
	max-width: 565px;
}
.sliderBox .serviceSlider li{
	padding-top: 10%;
}
.sliderBox .serviceThumbnail li{
	padding-top: 3%;
}
.sliderBox .serviceThumbnail li img{
	padding: 0 1px;
}
.service .textBox{
	width: calc( 50% - 40px );
	max-width: 493px;
	margin: 0 0 0 40px;
}
.service .textBox h3{
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 25px;
}
.service .textBox h3 span{
	display: block;
	font-size: 76px;
	text-align: right;
	color: var(--main-color);
}
.service .textBox p{
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin: 0 0 30px;
}
.service .textBox a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	font-size: 13px;
	color: #FFF;
	border-radius: 20px;
	background: #383838;
	transition: .5s;
	opacity: 1;
}
.service .textBox a::after{
	display: inline-block;
	content: "";
	width: 9.7px;
	height: 9.7px;
	background: center / contain no-repeat url("../img/icon-link-white.svg");
	margin: 0 0 0 6px;
}
.service .textBox a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 1000px) {
	.service{
		padding: 30px 0;
	}
	.service .inner{
		justify-content: center;
	}
	.service .title + p{
		letter-spacing: 0.04em;
		margin: -10px auto 20px;
	}
	.service .sliderBox{
		width: 100%;
		margin: 0 0 20px;
	}
	.service .textBox{
		width: 100%;
		margin: 0;
	}
	.service .textBox h3{
		font-size: 43px;
		margin: 0 0 15px;
	}
	.service .textBox h3 span{
		font-size: 52px;
	}
	.service .textBox p{
		font-size: 14px;
	}
	.service .textBox a{
		width: 100%;
		height: 60px;
		font-size: 15px;
		border-radius: 30px;
	}
}
@media screen and (max-width: 820px) {
	.service .inner{
		max-width: 520px;
	}
}
/**/
.couse{
	margin: 100px 0 60px;
}
.couse h3{
	display: flex;
	align-items: center;
	font-family: var(--sub-font);
	font-size: 10px;
	color: #4f4f4f;
	margin: 0 0 15px;
}
.couse h3::before{
	display: inline-block;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #1696d5;
	margin: 0 4px 0 0;
}
.couse ul li{
	width: 48%;
	max-width: 544px;
	margin: 0 0 40px;
}
.couse ul li .img{
	width: 210px;
	padding-top: 28%;
	border-radius: 3px;
}
.couse ul li .img + div{
	width: calc( 100% - 230px );
	max-width: 312px;
}
.couse ul li h4{
	font-family: var(--sub-font);
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 0 0 20px;
}
.couse ul li h4 span{
	display: block;
	font-size: 13px;
	color: #1696d5;
	margin: 10px 0 0;
}
.couse ul li p{
	font-size: 14px;
}
.couse ul li h4 a{
	display: inline-block;
	position: relative;
	transition: .5s;
	opacity: 1;
}
.couse ul li h4 a:hover{
	opacity: 0.8;
}
.couse ul li h4 a::before{
	display: block;
	content: "";
	width: 0;
	height: 1px;
	background: #000;
	transition: .5s;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.couse ul li h4 a:hover::before{
	width: calc( 100% + 15px );
}
.couse ul li h4 a::after{
	display: inline-block;
	content: "";
	width: 9.7px;
	height: 9.7px;
	background: center / contain no-repeat url("../img/icon-link-black.svg");
	position: absolute;
	top: 7px;
	right: -12px;
}
@media screen and (max-width: 1000px) {
	.couse h3{
		max-width: 544px;
		margin: 0 auto 15px;
	}
	.couse ul{
		justify-content: center;
	}
	.couse ul li{
		width: 100%;
		margin: 0 0 25px;
	}
}
@media screen and (max-width: 820px) {
	.couse{
		margin: 60px 0 60px;
	}
	.couse ul li .img{
		width: 100%;
		padding-top: 48%;
		margin: 0 0 10px;
	}
	.couse ul li .img + div{
		width: 100%;
		max-width: 100%;
	}
	.couse ul li h4{
		font-size: 20px;
		margin: 0 0 5px;
	}
}
.serviceBox{
	padding: 60px 0;
	border: solid 1px #d4efff;
	border-radius: 5px;
	background: #f8fcff;
	margin: 0 auto 40px;
	position: relative;
}
.serviceBox h3{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 48px;
	font-size: 21px;
	font-weight: 500;
	color: var(--main-color);
	border: solid 2px #004ea8;
	border-radius: 3px;
	background: #FFF;
	position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.serviceBox ul li{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 33%;
	max-width: 384px;
}
.serviceBox ul li:not(:last-child){
	border-right: solid 1px #d4efff;
}
.serviceBox ul li div{
	width: 176px;
	height: 176px;
	margin: 0 0 30px;
	position: relative;
}
.serviceBox ul li div img{
	border-radius: 50%;
	position: relative;
}
.serviceBox ul li div::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(-90deg , #0087ff , #005de8);
	opacity: 0.3;
	position: absolute;
	top: 7px;
	left: 8px;
}
.serviceBox ul li h4{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-align: center;
	margin: 0 0 17px;
}
.serviceBox ul li h4 span{
	display: block;
	font-family: var(--sub-font);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: var(--main-color);
	margin: 0 0 8px;
}
.serviceBox ul li p{
	width: 254px;
	font-size: 14px;
}
@media screen and (max-width: 820px) {
	.serviceBox{
		padding: 60px 0 25px;
		margin: 0 0 20px;
	}
	.serviceBox h3{
		width: 280px;
		height: 45px;
		font-size: 18px;
		top: -24px;
	}
	.serviceBox ul li{
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	.serviceBox ul li:not(:last-child){
		border-right: none;
	}
	.serviceBox ul li div{
		width: 151px;
		height: 151px;
		margin: 0 0 15px;
	}
	.serviceBox ul li div::before{
		top: 5px;
		left: 6px;
	}
	.serviceBox ul li h4{
		font-size: 18px;
		margin: 0 0 10px;
	}
	.serviceBox ul li p{
		width: 100%;
		font-size: 13px;
		text-align: center;
	}
}
/**/
.snsBox{
	padding: 50px 70px;
	border-radius: 5px;
	background: #fbfbfb;
}
.snsBox h3{
	width: fit-content;
	font-size: 21px;
	font-weight: 600;
	color: var(--main-color);
	padding: 0 0 0 30px;
	position: relative;
}
.snsBox h3 span{
	display: block;
	font-size: var(--sub-font);
	font-size: 13px;
	font-weight: 400;
	color: var(--sub-color);
	margin: 0 0 7px;
}
.snsBox h3::before,
.snsBox h3::after{
	display: inline-block;
	content: "";
	width: 22.7px;
	height: 22.7px;
	background: center / contain no-repeat url("../img/logo-mark.svg");
	position: absolute;
	bottom: -1.5px;
	left: 0;
}
.snsBox h3::after{
	display: none;
}
.snsBox ul{
	width: calc( 100% - 340px );
	max-width: 598px;
}
.btnsns{
	width: 49%;
	max-width: 280px;
}
.btnsns a{
	display: flex;
	align-items: center;
	height: 60px;
	font-family: var(--sub-font);
	font-size: 15px;
	letter-spacing: 0.06em;
	padding: 0 12px;
	border: solid 1px #000;
	border-radius: 30px;
	background: #FFF;
	position: relative;
	transition: .5s;
	opacity: 1;
}
.btnsns a:hover{
	opacity: 0.5;
}
.btnsns a::before{
	display: inline-block;
	content: "";
	width: 36px;
	height: 36px;
	background: center / contain no-repeat url("../img/icon-instagram.svg");
	margin: 0 15px 0 0;
}
.btnsns:nth-child(2) a::before{
	background: center / contain no-repeat url("../img/icon-facebook.svg");
}
.btnsns a::after{
	display: inline-block;
	content: "›";
	position: absolute;
    top: 13px;
    right: 20px;
}
@media screen and (max-width: 1000px) {
	.snsBox{
		max-width: 520px;
		justify-content: center;
		padding: 30px 0;
	}
	.snsBox h3{
		font-size: 18px;
		padding: 0;
		margin: 0 auto 30px;
	}
	.snsBox h3 span{
		text-align: center;
	}
	.snsBox h3::before,
	.snsBox h3::after{
		width: 20px;
		height: 20px;
		position: absolute;
		bottom: -1.5px;
		left: -23px;
	}
	.snsBox h3::after{
		display: block;
		left: auto;
		right: -23px;
	}
	.snsBox ul{
		width: 280px;
		justify-content: center;
	}
	.btnsns{
		width: 100%;
	}
	.btnsns:nth-child(1){
		margin: 0 0 15px;
	}
}
/*==================================================================================================*/
/*-*/
.online{
	border-top: solid 1px #eeeeee;
}
.online .inner{
	max-width: 1150px;
}
.online .title{
	font-size: 26px;
}
.online ul{
	margin: 0 0 60px;
}
.online ul li{
	width: 32%;
	max-width: 350px;
	position: relative;
}
.online ul li p:nth-child(1){
	display: flex;
	align-items: center;
	width: fit-content;
	height: 30px;
	font-size: 13px;
	color: #FFF;
	padding: 0 10px;
	border-radius: 0 0 10px 0;
	background: rgba(22,150,213,0.79);
	position: absolute;
	top: 0;
	left: 0;
}
.online ul li img{
	margin: 0 0 20px;
}
.online ul li h4{
	font-family: var(--sub-font);
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 0 0 20px;
}
.online ul li h4 span{
	display: block;
	font-family: var(--text-font);
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #1696d5;
	margin: 10px 0 0;
}
.online ul li h4 a{
	display: inline-block;
	position: relative;
	transition: .5s;
	opacity: 1;
}
.online ul li h4 a:hover{
	opacity: .8;
}
.online ul li h4 a::before{
	display: block;
	content: "";
	width: 0;
	height: 1px;
	background: #000;
	transition: .5s;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.online ul li h4 a:hover::before{
	width: calc( 100% + 15px );
}
.online ul li h4 a::after{
	display: inline-block;
	content: "";
	width: 9.7px;
	height: 9.7px;
	background: center / contain no-repeat url("../img/icon-link-black.svg");
	position: absolute;
	top: 7px;
	right: -12px;
}
.online ul li p:last-child{
	font-size: 14px;
}
@media screen and (max-width: 1000px) {
	.online .inner{
		max-width: 520px;
	}
	.online .title{
		font-size: 24px;
	}
	.online ul{
		margin: 0;
	}
	.online ul li{
		width: 100%;
		max-width: 100%;
		margin: 0 0 30px;
	}
	.online ul li img{
		margin: 0 0 15px;
	}
	.online ul li h4{
		font-size: 20px;
		margin: 0 0 13px;
	}
}
.forSchool{
	padding: 44px 0;
	border: solid 1px #ececec;
	background: #fafafa;
	position: relative;
}
.forSchool::before{
	display: block;
	content: "";
	border-bottom: 26px solid transparent;
	border-left: 50px solid var(--main-color);
	position: absolute;
	top: 0;
	left: 0;
}
.forSchool .inner{
	max-width: 1010px;
}
.forSchool img{
	width: 375px;
}
.forSchool img + div{
	width: calc( 100% - 395px );
	max-width: 570px;
}
.forSchool p:nth-child(1){
	display: flex;
	align-items: center;
	width: fit-content;
	height: 33px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 15px;
	border: solid 1px var(--main-color);
	background: #FFF;
	margin: 0 0 20px;
}
.forSchool h3{
	font-size: 36px;
	font-weight: 600;
	color: var(--main-color);
	margin: 0 0 20px;
}
.forSchool h3 span{
	font-size: 30px;
}
.forSchool h3 span:nth-child(2){
	font-size: 28px;
	letter-spacing: 0.1em;
	padding: 0 0 3px;
	margin: 0 0 0 10px;
}
.forSchool p:nth-child(3){
	font-size: 14px;
	letter-spacing: 0.06em;
	margin: 0 0 25px;
}
.forSchool a{
	font-family: var(--sub-font);
	font-size: 16px;
	letter-spacing: 0.04em;
	position: relative;
	transition: .5s;
	opacity: 1;
}
.forSchool a:hover{
	opacity: .5;
}
.forSchool a::before{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--text-color);
	position: absolute;
	bottom: 0;
	left: 0;
}
.forSchool a::after{
	display: inline-block;
	content: "";
	width: 9.7px;
	height: 9.7px;
	background: center / contain no-repeat url("../img/icon-link-black.svg");
	position: absolute;
	bottom: 5px;
	right: -15px;
}
@media screen and (max-width: 1000px) {
	.forSchool{
		padding: 35px 0;
	}
	.forSchool img{
		width: 100%;
		margin: 0 0 20px;
	}
	.forSchool img + div{
		width: 100%;
	}
	.forSchool p:nth-child(1){
		height: 27px;
		font-size: 14px;
		margin: 0 auto 15px;
	}
	.forSchool h3{
		font-size: 32px;
		text-align: center;
		margin: 0 0 15px;
	}
	.forSchool h3 span:nth-child(2){
		font-size: 26px;
	}
	.forSchool p:nth-child(3){
		margin: 0 0 15px;
	}
	.forSchool a{
		font-size: 15px;
	}
}
@media screen and (max-width: 520px) {
	.forSchool img{
		max-width: 300px;
	}
}
/*==================================================================================================*/
/*about-*/
.about{
	padding: 70px 0 130px;
}
.about::before{
	display: block;
	content: "";
	width: 90%;
	max-width: 1150px;
	height: 512px;
	background: #FFF;
	position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
}
.about .inner{
	max-width: 940px;
}
.about h2 + img{
	width: 200px;
}
.about h2 + img + img{
	width: calc( 100% - 220px );
	max-width: 671px;
}

@media screen and (max-width: 820px) {
	.about{
		padding: 40px 0;
	}
	.about .inner{
		max-width: 520px;
	}
	.about::before{
		width: 100%;
		height: 1110px;
		bottom: 290px;
	}
	.about .title{
		font-size: 24px;
	}
	.about h2 + img{
		width: 131px;
		margin: 0 0 30px;
	}
	.about h2 + img + img + img{
		width: 322px;
		margin: 0 0 45px;
	}
}
@media screen and (max-width: 520px) {
	.about .inner{
		justify-content: center;
	}
	.about h2 + img + img + img{
		margin: 0 0 75px;
	}
}
/**/
.about ul{
	margin: 120px 0 30px;
}
.about ul li{
	width: 31%;
	max-width: 250px;
	position: relative;
}
.about ul li p:nth-child(1){
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: fit-content;
	font-size: 18px;
	font-weight: bold;
	text-orientation: upright;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFF;
	padding: 10px 0;
	background: #000;
	position: absolute;
	top: -25px;
	right: -12px;
}
.about ul li p:nth-child(1) span{
	-ms-writing-mode: inherit;
	writing-mode: horizontal-tb;
	position: relative;
	right: -2px;
	margin: -5px 0;
}
.about ul li img{
	margin: 0 0 20px;
}
.about ul li h4{
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
	margin: 0 0 20px;
}
.about ul li h4 span{
	display: block;
	font-family: var(--sub-font);
	font-size: 13px;
	font-weight: 400;
	color: #004ea8;
	margin: 0 0 10px;
}
.about ul li p:last-child{
	font-size: 14px;
}
@media screen and (max-width: 820px) {
	.about ul{
		margin: 0 0 20px;
	}
	.about ul li{
		width: 100%;
		max-width: 100%;
		margin: 0 0 40px;
	}
	.about ul li p:nth-child(1){
		width: 36px;
		font-size: 14px;
		padding: 4px 0;
		top: -14px;
		right: 14px;
	}
	.about ul li h4{
		font-size: 20px;
		margin: 0 0 15px;
	}
}
.about ul + div{
	padding: 20px 0;
	border: solid 1px var(--main-color);
}
.about ul + div .inner{
	max-width: 813px;
}
.about ul + div .inner h3{
	width: fit-content;
	font-size: 18px;
	font-weight: 600;
	color: var(--main-color);
}
.about ul + div .inner p{
	width: calc( 100% - 240px );
	max-width: 510px;
	font-size: 15px;
	letter-spacing: 0.14em;
}
@media screen and (max-width: 820px) {
	.about ul + div .inner{
		max-width: 813px;
	}
	.about ul + div .inner h3{
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}
	.about ul + div .inner p{
		width: 100%;
		font-size: 14px;
	}
}
/*==================================================================================================*/
/*group-*/
.group{
	padding: 100px 0;
}
.group .inner{
	max-width: 1140px;
}
.group .title {
	display: flex;
	align-items: center;
	font-size: 18px;
}
.group .title span{
	display: inline-block;
	margin: 0 0 0 8px;
}
.group .title::before{
	display: inline-block;
	content: "";
	width: 22.7px;
	height: 22.7px;
	background: center / contain no-repeat url("../img/logo-mark.svg");
	margin: 0 7px 0 0 ;
}
.group ul li{
	width: 49%;
	max-width: 560px;
	border: solid 1px #cccccc;
}
.group ul li img{
	width: 180px;
}
.group ul li img + div{
	width: calc( 100% - 180px );
	padding: 0 20px;
}
.group ul li h4{
	font-family: var(--sub-font);
	font-size: 18px;
	letter-spacing: 0.04em;
	margin: 0 0 13px;
}
.group ul li p{
	font-size: 14px;
	letter-spacing: 0.04em;
	margin: 0 0 13px;
}
.group ul li p:nth-child(2){
	font-family: var(--sub-font);
	margin: 0 0 5px;
}
.group ul li p::before{
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	background: center / contain no-repeat url("../img/icon-point02.svg");
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}
.group ul li p:nth-child(3)::before{
	background: center / contain no-repeat url("../img/icon-earth.svg");
}
.btngroup{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 35px;
	font-size: 13px;
	letter-spacing: 0;
	color: #FFF;
	border-radius: 20px;
	background: #222222;
	transition: .5s;
	opacity: 1;
}
.btngroup:hover{
	opacity: .5;
}
.btngroup::after{
	display: inline-block;
	content: "";
	width: 9.7px;
	height: 9.7px;
	background: center / contain no-repeat url("../img/icon-link-white.svg");
	margin: 0 0 0 5px;
}
li:nth-child(2) .btngroup{
	color: var(--text-color);
	background: #e5e5e5;
}
li:nth-child(2) .btngroup::before,
li:nth-child(2) .btngroup::after{
	display: none;
}
@media screen and (max-width: 1200px) {
	.group .inner{
		max-width: 520px;
	}
	.group ul li{
		width: 100%;
	}
	.group ul li:nth-child(1){
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 820px) {
	.group{
		padding: 64px 0 50px;
	}
	.group ul li img{
		width: 100%;
	}
	.group ul li img + div{
		width: 100%;
		padding: 20px;
	}
	.btngroup{
		width: 280px;
		height: 55px;
		font-size: 15px;
		border-radius: 30px;
	}
	.btngroup::after{
		width: 13px;
		height: 13px;
	}
}
/*==================================================================================================*/
/*footer-*/
footer{
	background: #004ea8;
	position: relative;
}
footer a,footer p,footer small{
	color: #FFFFFF;
}
footer a{
	transition: .5s;
	opacity: 1;
}
footer a:hover{
	opacity: .5;
}
footer .inner{
	align-items: normal;
	max-width: 1026px;
	padding: 60px 0 200px;
}
footer h2{
	width: 100%;
	margin: 0 auto 60px;
}
footer img{
	display: block;
	width: 260px;
	margin: 0 auto;
}
.ftLeft{
	width: 289px;
}
.ftLeft li{
	padding: 20px;
	background: #004d99;
}
.ftLeft li:nth-child(1){
	margin: 0 0 20px;
}
.ftLeft li p{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
}
.ftLeft li p:nth-child(3){
	font-size: 14px;
	font-weight: 400;
}
.ftLeft li a{
	font-family: "Cabin";
	font-size: 13px;
	text-decoration: underline;
}
.ftLeft li a::before{
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	background: center / contain no-repeat url("../img/icon-arrow01.svg");
	margin: 0 5px 0 0;
}
.ftRight{
	width: calc( 100% - 310px );
	max-width: 620px;
	position: relative;
}
.ftRight ul{
	width: 48%;
	max-width: 280px;
}
.ftRight ul li{
	margin: 0 0 20px;
}
.ftRight ul li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 14px;
	padding: 0 20px;
	border: solid 1px #FFF;
}
.btncontact{
	display: block;
	width: 100%;
	font-size: 20px;
	padding: 0 0 10px;
	border-bottom: solid 1px #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}
.btncontact::before{
	display: inline-block;
	content: "";
	width: 24px;
	height: 18px;
	background: center / contain no-repeat url("../img/icon-mail02.svg");
	margin: 0 10px 0 0;
}
.btncontact::after{
	display: inline-block;
	content: "";
	width: 36px;
	height: 36px;
	background: center / contain no-repeat url("../img/icon-arrow02.svg");
	position: absolute;
	right: 0;
	bottom: 8px;
}
/**/
.ftLast{
	width: 100%;
	height: 40px;
	padding: 0 50px;
	background: #222222;
}
.ftLast a{
	width: fit-content;
	font-size: 12px;
}
.ftLast small{
	width: fit-content;
	font-size: 10px;
}
@media screen and (max-width: 960px) {
	footer .inner{
		max-width: 620px;
	}
	.ftLeft,
	.ftRight{
		width: 100%;
	}
	.ftLeft{
		margin: 0 0 35px;
	}
	.btncontact{
		font-size: 18px;
		margin: 40px 0 0;
		position: relative;
	}
}
@media screen and (max-width: 820px) {
	footer .inner{
		padding: 60px 0 90px;
	}
	footer h2{
		margin: 0 0 35px;
	}
	footer img{
		width: 190px;
	}
	
	.ftLeft li {
		padding: 15px 25px
	}
	.ftLeft li:nth-child(1){
		margin: 0 0 15px;
	}
	.ftRight ul li a{
		height: 54px;
	}
	/**/
	.ftLast{
		height: 100px;
		padding: 15px 0;
	}
	.ftLast a{
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
	.ftLast small{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 520px) {
	footer .inner{
		max-width: 290px;
	}
	.ftRight ul{
		width: 100%;
	}
}