@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainVisual {
	box-sizing: border-box;
	position: relative;
	background: url(../../image/main_visual_img.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding-left: 20px;
	overflow: hidden;
}

.mainVisual video#bgvid {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto !important;
    z-index: 0;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mainVisual p {
	max-width: 1380px;
	margin: 0 auto;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 5;
    z-index: 1000;
    position: relative;
}

.mainVisual p span {
	padding-top: 16%;
	margin-bottom: -26px;
	display: block;
	font-size: 80px;
	color: #fff003;
	letter-spacing: 30px;
	line-height: 1.2;
	font-family: 'Montserrat-ExtraBold';
}

.mainVisual .textImg {
	position: absolute;
	right: 5%;
	bottom: 20px;
}

.mainVisual02 {
	background-image: url("../../image/mv_bg.png");
	background-size: cover;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.mainVisual02 > img {
	display: block;
	margin: 0 auto;
}
.mainVisual02 > p {
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    width: 100%;
    text-align: center;
    font-size: 3.8rem;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    line-height: 1.4;
    text-shadow: 0 0 6px #333;
}
.mainVisual02 > p span {
	font-style: normal;
	font-size: 1.6rem;
	display: block;
	margin-top: 1rem;
}
.headLine02 {
	margin-bottom: 53px;
	font-size: 16px;
	text-align: center;
	line-height: 1.28;
}
.float {
    position: fixed;
    bottom: 127px;
    left: -420px;
    width: 400px;
    z-index: 99999;
    animation: float .5s 2s ease-in-out forwards;
    transition: .5s;
}
@keyframes float {
	0% {
		left: -420px;
	}
	100% {
		left: 0px;
	}
}
.float-area {
	position: relative;
}
.float-area .floating_close {
	width: 20px;
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
}
.float.on {
	animation: float_end .5s 0s ease-in-out forwards;
}
@keyframes float_end {
	0% {
		left: 0px;
	}
	100% {
		left: -420px;
	}
}
.headLine02 span {
	display: block;
	font-size: 60px;
	font-family: 'Montserrat-ExtraBold';
}

.subBox {
	width: 1115px;
	margin: 0 auto;
}

.slideUl li {
	margin-right: 75px;
}

#main .pointBox {
	padding: 64px 0 84px;
}

#main .pointBox ul li {
	margin-right: 59px;
	width: 332px;
	float: left;
}

#main .pointBox ul li:last-child {
	margin-right: 0;
}

#main .pointBox ul .title {
	font-size: 22px;
	font-weight: bold;
}

#main .pointBox ul .title span {
	font-size: 30px;
	color: #f7701b;
}

#main .pointBox ul li:last-child .title span {
	font-size: 26px;
}

#main .pointBox ul .title img {
	margin: 12px 20px 0 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

#main .pointBox ul li .imgBox {
	margin-top: -11px;
}

#main .pointBox ul li .imgBox .photo {
	margin-bottom: 28px;
}

#main .pointBox ul li .imgBox p {
	line-height: 2;
	font-weight: bold;
}
#main .reskillBox {
    padding: 73px 0 61px;
    background: url(../../image/voice_bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
#main .reskillBox .headLine02 {
	line-height: 1.6;
	font-size: 22px;
}
#main .reskillBox .headLine02 span {
	font-size: 46px;
	color: #fff;
}
#main .reskillBox .headLine02 span span {
	color: #FFF004;
	display: inline;
}
#main .reskillBox .subBox {
	padding: 30px 36px 39px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 10px;
    position: relative;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
#main .reskillBox .topText {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
#main .reskillBox .topText span {
    font-size: 24px;
    color: #f7701b;
}
#main .reskillBox .topText span.off {
    background-color: #f7701b;
	color: #fff;
	padding: 4px 10px;
	display: inline-block;
	margin: 0 4px;
}
#main .reskillBox .banner {
	width: 470px;
    margin: 0 auto 20px;
    display: block;
}
#main .reskillBox .table-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}
#main .reskillBox .table-box h3 {
	font-size: 24px;
    font-weight: bold;
	margin-bottom: 6px;
	width: 14%;
}
#main .reskillBox .table-box table {
    width: 100%;
    font-size: 16px;
    border-top: 2px solid #F7721D;
    border-left: 2px solid #F7721D;
	border-collapse: collapse;
	width: 86%;
}
#main .reskillBox table th ,
#main .reskillBox table td {
	padding: 15px;
    border-right: 2px solid #F7721D;
    border-bottom: 2px solid #F7721D;
}
#main .reskillBox table th {
	background-color: #FFF3ED;
	color: #F7721D;
}
#main .reskillBox table td span {
    font-size: 24px;
    color: #f7701b;
    font-weight: bold;
}
#main .reskillBox .fl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .reskillBox .fl .item {
	width: 48%;
	padding: 26px;
    background-color: #EFFDFE;
    border-radius: 10px;
	box-sizing: border-box;
}
#main .reskillBox .fl .item h3 {
	font-size: 20px;
    color: #00d4f3;
    font-weight: bold;
	margin-bottom: 6px;
}
#main .reskillBox .fl .item dl dt {
	float: left;
	width: 11em;
}
#main .reskillBox .fl .item dl dd {
	padding-left: 11em;
	border-bottom: 1px solid #00d4f3;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
#main .reskillBox .fl .item ul li {
    padding: 0 0 6px 24px;
	margin-bottom: 6px;
    line-height: 2;
    background: url(../../image/icon09.png) no-repeat left 0px top 6px;
    border-bottom: 1px solid #00d4f3;
    box-sizing: border-box;
}
#main .reskillBox .catch {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
#main .curriculumBox {
	padding: 59px 0 72px;
	background: url(../../image/bg01.png) no-repeat left top, url(../../image/bg02.png) no-repeat right top;
	background-color: #ADD914; 
}

#main .curriculumBox .headLine02 {
	margin-bottom: 54px;
}

#main .curriculumBox .headLine02 span {
	color: #FFF;
}

#main .curriculumBox .subBox {
	padding: 0 36px 39px;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}

#main .curriculumBox .subBox .topText {
	width: 500px;
	padding: 7px 0 7px 27px;
	position: absolute;
	left: -10px;
	top: 38px;
	background-color: #FFF001;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}

#main .curriculumBox .subBox .topText span {
	color: #f7701b;
}

#main .curriculumBox .subBox .topText:before {
	width: 10px;
	height: 10px;
	background: url(../../image/icon05.png) no-repeat left top;
	background-size: 10px 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	 
	content: ""; 
}

#main .curriculumBox .subBox .topText:after {
	width: 10px;
	height: 38px;
	background: url(../../image/icon04.png) no-repeat right top;
	background-size: 10px 38px;
	position: absolute;
	top: 0;
	right: -10px;
	 
	content: ""; 
}

#main .curriculumBox .imgBox {
	margin-bottom: 16px;
}

#main .curriculumBox .imgBox .photoBox {
	margin: -22px -19px 0 0;
	float: right;
}

#main .curriculumBox .imgBox .textBox {
	margin-top: 98px;
	width: 430px;
	float: left;
}

#main .curriculumBox .imgBox .textBox p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

#main .curriculumBox .imgBox .textBox p > span {
	display: block;
	font-size: 20px;
}

#main .curriculumBox .imgBox .textBox p > span span {
	font-size: 48px;
	color: #f7701b;
}

#main .curriculumBox .imgBox .textBox .title {
	font-size: 46px;
}

#main .curriculumBox .imgBox .textBox .photo {
	margin: 27px 0;
}

#main .curriculumBox .subBox > ul > li {
	width: 510px;
	padding: 0 31px 22px;
	float: left;
	background-color: #EFFDFE;
	border-radius: 10px;
	box-sizing: border-box;
}

#main .curriculumBox .subBox > ul > li:last-child {
	float: right;
}

#main .curriculumBox .subBox ul li .photo {
	margin-bottom: 13px;
	text-align: center;
}

#main .curriculumBox .subBox ul li .photo img {
	margin-top: -11px;
	display: inline-block;
}

#main .curriculumBox .subBox ul li p {
	margin-bottom: 6px;
	text-align: center;
	font-size: 24px;
	color: #00d4f3;
	font-weight: bold;
}

#main .curriculumBox .subBox ul li ul li {
	padding: 15px 0 14px 48px;
	line-height: 2;
	font-weight: bold;
	background: url(../../image/icon09.png) no-repeat left 10px top 20px;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}

#main .curriculumBox .subBox ul li ul li:last-child {
	border-bottom: none;
}

#main .curriculumBox .course-box {
	background-color: #FFF3ED;
    padding: 20px 40px;
	overflow: hidden;
	margin-bottom: 20px;
}

#main .curriculumBox .course-box p {
	margin-bottom: 1em;
}

#main .curriculumBox .course-box .photo {
	float: left;
}

#main .curriculumBox .course-box .price {
	float: right;
	text-align: right;
	font-weight: bold;
	margin-bottom: 0;
}

#main .curriculumBox .course-box .price span {
    font-size: 16px;
}

#main .curriculumBox .course-box .price span span {
	font-size: 40px;
    color: #f7701b;
}

#main .curriculumBox .time {
    float: right;
    background-color: #FFF;
    padding: .5em;
    color: #000;
}

#main .curriculumBox h3 {
	margin: 1.5em 0 1em;
    font-size: 2em;
	color: #f7701b;
}

#main .curriculumBox h4 {
    font-size: 1.8em;
    margin-bottom: .5em;
}

#main .curriculumBox h5 {
	float: left;
    font-size: 1.6em;
    margin-bottom: .5em;
}

#main .curriculumBox h5 span {
	padding-left: 1em;
	font-weight:normal;
	font-size: .8em;
}

#main .curriculumBox h6 {
    font-size: 1.6em;
    margin-bottom: .5em;
	color: #f7701b;
	clear: both;
}

#main .curriculumBox h7 {
    font-size: 1.2em;
    display: inline-block;
    float: left;
    margin: 0 .5em 0 0;
    font-weight: bold;
    background: #f7701b;
    padding: .7em;
    color: #fff;
}

#main .curriculumBox .course-btn {
	padding: 19px 40px 14px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #fffc16;
    text-align: center;
    line-height: 1.25;
    background: #F7711C;
    border-bottom: 8px solid #CF5001;
    border-radius: 5px;
    box-sizing: border-box;
    max-width: 500px;
    margin: 0 auto;
    transition: .3s;
	cursor: pointer;
	position: relative;
}

#main .curriculumBox .course-btn:after {
	width: 18px;
    height: 10px;
    margin-top: -5px;
    background: url("../image/icon06.png") no-repeat right top;
    background-size: 16px 8px;
    position: absolute;
    top: 54%;
    right: 10px;
    content: "";
}

#main .curriculumBox .course-btn.on:after {
    background: url(../image/icon07.png) no-repeat right top;
    background-size: 16px 8px;
}

#main .curriculumBox .course-conts {
	padding-top: 30px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    height: 0;
    position: absolute;
    z-index: -1;
}

#main .curriculumBox .course-conts.is-open {
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

#main .schoolBox {
	padding: 54px 0 85px;
	background-color: #f7f7f7;
}

#main .schoolBox .headLine02 {
	margin-bottom: 47px;
}

#main .schoolBox .topText {
	margin-bottom: 42px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

#main .schoolBox .topText span {
	font-size: 24px;
	color: #f7701b;
}

#main .schoolBox .photoList li {
	width: 50%;
	float: left;
	position: relative;
}

#main .schoolBox .photoList li span {
	position: absolute;
	right: 158px;
	top: -60px;
}

#main .schoolBox .photoList li img {
	width: 100%;
}

#main .schoolBox .imgBox {
	margin-bottom: 45px;
}

#main .schoolBox .imgBox .photoBox {
	margin: -55px 12px 0 0;
	float: right;
	position: relative;
	z-index: 1;
}

#main .schoolBox .imgBox .textBox {
	margin-top: 105px;
	width: 560px;
	float: left;
}

#main .schoolBox .imgBox .textBox p {
	line-height: 2;
	font-weight: bold;
}

#main .schoolBox .imgBox .textBox .title {
	margin-bottom: 16px;
	line-height: 1.2;
	font-size: 42px;
}

#main .schoolBox .imgBox .textBox .title > span {
	font-size: 56px;
	color: #f7701b;
}

#main .schoolBox .imgBox .textBox .title > span span {
	font-size: 70px;
}

#main .schoolBox .slideUl li {
	width: 220px;
}

#main .schoolBox .slideUl li:nth-child(2n-1) {
	padding-top: 60px;
}

#main .schoolBox .slideUl li p {
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#main .schoolBox .slideUl li p span {
	color: #f7701b;
}

#main .schoolBox .slideUl li p:before {
	width: 40px;
	height: 62px;
	background: url(../../image/icon10.png) no-repeat left top;
	background-size: 40px 62px;
	position: absolute;
	top: 0;
	left: 0;
	 
	content: ""; 
}

#main .schoolBox .slideUl li p:after {
	width: 40px;
	height: 62px;
	background: url(../../image/icon11.png) no-repeat right top;
	background-size: 40px 62px;
	position: absolute;
	top: 0;
	right: 0;
	 
	content: ""; 
}

#main .supportBox {
	padding: 74px 0 88px;
	background-color: #fff;
}

#main .supportBox .headLine02 {
	margin-bottom: 44px;
}

#main .supportBox .topText {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}

#main .supportBox .topText span {
	font-size: 24px;
	color: #f7701b;
}

#main .supportBox .comText {
	width: 1058px;
	margin: 0 auto 42px;
	padding: 13px 0 11px;
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF001;
}

#main .supportBox .comText:before {
	width: 28px;
	height: 57px;
	background: url(../../image/icon12.png) no-repeat left top;
	background-size: 28px 57px;
	position: absolute;
	top: 0;
	left: -28px;
	 
	content: ""; 
}

#main .supportBox .comText:after {
	width: 28px;
	height: 57px;
	background: url(../../image/icon13.png) no-repeat right top;
	background-size: 28px 57px;
	position: absolute;
	top: 0;
	right: -28px;
	 
	content: ""; 
}

#main .supportBox .textUl {
	width: 1002px;
	margin: 0 auto 62px;
	text-align: center;
	position: relative;
}

#main .supportBox .textUl li:last-child {
	width: 100%;
	padding: 92px 0 72px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	color: #f7701b;
	font-weight: bold;
	line-height: 1.35;
}

#main .supportBox .textUl li:last-child:before {
	width: 236px;
	height: 54px;
	margin-left: -118px;
	background: url(../../image/icon14.png) no-repeat left top;
	background-size: 236px 54px;
	position: absolute;
	top: 17px;
	left: 50%;
	 
	content: ""; 
}

#main .supportBox .textUl li:last-child:after {
	width: 236px;
	height: 54px;
	margin-left: -118px;
	background: url(../../image/icon15.png) no-repeat left top;
	background-size: 236px 54px;
	position: absolute;
	bottom: 0;
	left: 50%;
	 
	content: ""; 
}

#main .supportBox .textUl li {
	width: 410px;
	float: left;
}

#main .supportBox .textUl li:nth-child(2) {
	float: right;
}

#main .supportBox .textUl li p {
	line-height: 2;
	font-weight: bold;
}

#main .supportBox .textUl .txt {
	width: 300px;
	height: 300px;
	margin: 0 auto 25px;
	padding: 54px 0 10px;
	box-sizing: border-box;
	border-radius: 150px;
	background-color: #F7711C;
}

#main .supportBox .textUl li:nth-child(2) .txt {
	background-color: #ADD914;
}

#main .supportBox .textUl .txt p {
	margin-bottom: 13px;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2;
}

#main .supportBox .textUl .txt p span {
	margin-bottom: 10px;
	display: block;
	font-size: 30px;
}

#main .supportBox .textUl .txt p span span {
	margin-bottom: 0;
	font-size: 36px;
}

#main .supportBox .text {
	margin-bottom: 50px;
	line-height: 2;
	text-align: center;
	font-weight: bold;
}

#main .supportBox .photoList {
	width: 1115px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .supportBox .photoList li {
	width: 48%;
	margin-bottom: 24px;
}

#main .supportBox .photoList li img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}
#main .supportBox .photoList li p {
	text-align: center;
}

#main .supportBox .photoList li a {
	display: block;
	text-align: center;
	color: #f7701b;
    text-decoration: underline;
    -webkit-text-decoration-color: #f7701b;
    text-decoration-color: #f7701b;
}

#main .supportBox .photoList li .name {
	font-weight: bold;
}

#main .supportBox .photoList li a:hover img {
	opacity: 0.7;
}

#main .supportBox .skill-list {
	width: 1115px;
	margin: 0 auto;
	background-color: #f7f7f7;
    padding: 40px 60px 20px;
    box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 40px;
}

#main .supportBox .skill-list .skill-item {
	margin-bottom: 30px;
}

#main .supportBox .skill-list .skill-item h6 {
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

#main .supportBox .skill-list .skill-item h6 span {
    font-size: 30px;
    font-family: 'Montserrat-ExtraBold';
    display: inline-block;
    margin-right: 10px;
}

#main .supportBox .skill-list .skill-item .work-wrapper {
	display: flex;
	flex-wrap: wrap;
}

#main .supportBox .skill-list .skill-item .work-wrapper .work-detail {
	width: 70%;
}

#main .supportBox .skill-list .skill-item .work-wrapper .income {
	font-weight: 700;
	font-size: 24px;
}

#main .supportBox .skill-list .skill-item .work-wrapper .income span {
	font-size: 16px;
}

#main .supportBox .other-job {
	width: 1115px;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 20px 60px 40px;
    box-sizing: border-box;
    border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .supportBox .other-job .job{
	width: 48%;
}
#main .supportBox .other-job h6 {
	font-size: 18px;
	margin: 20px 0 10px;
}
#main .supportBox .other-job h6.mt0 {
	margin: 0px 0 10px;
}
#main .backupBox {
	padding: 73px 0 66px;
	/*background: url(../../image/backup_bg.jpg) no-repeat center center;*/
	background-color: #FFF004;
	background-size: cover;
	background-attachment: fixed;
}

#main .backupBox .headLine02 {
	margin-bottom: 55px;
}

#main .backupBox .headLine02 span {
	color: #111;
}

#main .backupBox > ul {
	width: 1115px;
	margin: -29px auto 0;
}

#main .backupBox > ul > li {
	width: 543px;
	padding: 32px 46px 19px;
	margin-top: 29px;
	float: left;
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}

#main .backupBox > ul > li:nth-child(2n) {
	float: right;
}

#main .backupBox > ul > li:nth-child(3) {
	padding: 32px 38px 42px;
}

#main .backupBox ul li ul {
	margin: -15px 0 23px;
}

#main .backupBox ul li ul li {
	margin: 15px 6px 0;
	float: left;
}

#main .backupBox ul li ul .liStyle {
	margin-top: 35px;
}

#main .backupBox ul li ul li a:hover img {
	opacity: 0.7;
}

#main .backupBox ul p {
	line-height: 2;
	font-weight: bold;
}

#main .backupBox .text {
	text-align: center;
}

#main .backupBox ul .title {
	margin-bottom: 24px;
	font-size: 26px;
	line-height: 1.46;
	color: #f7701b;
	text-align: center;
}

#main .backupBox .photo {
	margin-bottom: 26px;
	text-align: center;
}

#main .backupBox ul .imgBox .photoBox {
	margin-top: 7px;
	float: right;
}

#main .backupBox ul .imgBox .textBox {
	width: 196px;
	float: left;
}

#main .faqBox {
	padding: 72px 0 11px;
	background-color: #F7F7F7;
}

#main .faqBox .headLine02 {
	margin-bottom: 56px;
}

#main .faqBox .headLine02 span {
	color: #ccc;
}

#main .faqBox dt,
#main .faqBox dd {
	width: 100%;
	display: table;
}

#main .faqBox dt span,
#main .faqBox dd span {
	display: table-cell;
	vertical-align: middle;
}

#main .faqBox dt {
	padding-right: 294px;
	box-sizing: border-box;
}

#main .faqBox dt .img {
	width: 98px;
}

#main .faqBox dt .text {
	padding: 20px 25px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 5px 5px 15px #F0F0F0;
	box-sizing: border-box;
}

#main .faqBox dt .text:before {
	width: 10px;
	height: 13px;
	margin-top: -5px;
	background: url(../../image/icon20.png) no-repeat left top;
	background-size: 10px 13px;
	position: absolute;
	top: 50%;
	left: -10px;
	 
	content: ""; 
}

#main .faqBox dd {
	padding: 25px 0 62px 293px;
	box-sizing: border-box;
}

#main .faqBox dd .img {
	width: 97px;
	text-align: right;
}

#main .faqBox dd .text {
	padding: 18px 21px;
	position: relative;
	line-height: 2;
	color: #f7701b;
	font-weight: bold;
	background-color: #FFF3ED;
	border: 2px solid #F7721D;
	border-radius: 20px;
	box-shadow: 5px 5px 15px #F0F0F0;
	box-sizing: border-box;
}

#main .faqBox dd .text:before {
	width: 12px;
	height: 13px;
	margin-top: -6px;
	background: url(../../image/icon21.png) no-repeat right top;
	background-size: 12px 13px;
	position: absolute;
	top: 50%;
	right: -12px;
	 
	content: ""; 
}

#main .trialBox {
	padding-top: 56px;
	padding-bottom: 70px;
	background-color: #f7f7f7;
	margin-bottom: 70px;
}

#main .trialBox h2 {
	margin-bottom: 142px;
}

#main .trialBox .photoUl {
	margin: 0 auto;
	width: 1116px;
}

#main .trialBox .photoUl li {
	margin-right: 60px;
	width: 332px;
	float: left;
	position: relative;
}

#main .trialBox .photoUl li:last-child {
	margin-right: 0;
}

#main .trialBox .photoUl li > p {
	margin-right: -15px;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: -79px;
}

#main .trialBox .photoUl li > p img {
	margin: 0 16px -10px 0;
	vertical-align: middle;
}

#main .trialBox .photoUl li:first-child {
	padding-left: 0;
}

#main .trialBox .photoUl li .photoBox {
	margin-bottom: 28px;
}

#main .trialBox .photoUl li .textBox p {
	line-height: 2;
}

#main .trialBox .snsUl li {
	padding: 43px 0 50px;
	width: 50%;
	float: left;
	text-align: center;
	background-color: #1DA1F3;
}

#main .trialBox .snsUl li:first-child {
	background-color: #3B5999;
}

#main .trialBox .snsUl li p {
	margin-bottom: 27px;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
}

#main .trialBox .instagram {
	padding: 42px 0 43px;
	background-color: #3E729A;
}

#main .trialBox .instagram p {
	margin-bottom: 33px;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#main .trialBox .instagram li {
	padding: 0 0.75%;
	width: 11%;
	float: left;
}

#main .trialBox .instagram li img {
	width: 100%;
}

#main .trialBox .instagram li a:hover img {
	opacity: 0.7;
}

#main .blogBox {
	padding: 73px 0 61px;
	background-color: #FFF;
}

#main .blogBox .comList {
    max-width: 1115px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
	flex-wrap: wrap;
}

#main .blogBox .comList li {
	width: 31%;
}

#main .blogBox .comList li a {
	transition: .5s;
}

#main .blogBox .comList li a:hover {
	opacity: .7;
}

#main .blogBox .comList li img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
	border-radius: 10px;
}

#main .blogBox .comList li .date {
	display: block;
}

#main .blogBox .comList li .txt {
	font-weight: bold;
	font-size: 16px;
}

#main .blogBox .comList li.full {
	width: 100%;
	margin-bottom: 1.5rem;
}

#main .blogBox .comList li.full a {
	display: block;
	width: 50%;
	margin: 0 auto;
}

#main .blogBox .comList li.full a img {
	height: auto;
}

#main .voiceBox {
	padding: 73px 0 61px;
	background: url(../../image/voice_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

#main .voiceBox h2 {
	margin-bottom: 54px;
}

#main .voiceBox h2 span {
	color: #FFF;
}

#main .voiceBox ul {
	margin: -29px auto 0;
	width: 1116px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#main .voiceBox li {
	margin-top: 29px;
	width: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.1);
	border-radius: 7px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .voiceBox li p {
	padding: 0 10px;
}

#main .voiceBox li p.title {
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 8px;
}
#main .voiceBox li p.job {
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}

#main .voiceBox li .youtube {
	padding-top: 56.25%;
	position: relative;
}

#main .voiceBox li .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .voiceBox li .movie {
	width: 50%;
}
#main .voiceBox li .text {
	width: 50%;
    padding: 30px;
    box-sizing: border-box;
}
#main .voiceBox li .desc {
	font-size: 15px;
	font-weight: 500;
}
#main .voiceBox li .num {
	position: absolute;
	left: 14px;
	top: 14px;
}

#main .voiceBox li .imgBox {
	padding: 28px 25px 23px 43px;
	width: 100%;
	display: table;
	box-sizing: border-box;
}

#main .voiceBox li .imgBox .photoBox,
#main .voiceBox li .imgBox .textBox {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .voiceBox li .imgBox .photoBox {
	width: 173px;
}

#main .voiceBox li .imgBox .textBox p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
}

#main .voiceBox li .imgBox .textBox p > span {
	margin-top: 35px;
	display: block;
	font-size: 40px;
	position: relative;
	letter-spacing: -2px;
}

#main .voiceBox li .imgBox .textBox p > span:before {
	margin-left: -13px;
	width: 26px;
	height: 12px;
	background: url(../../image/voice_arw05.jpg) no-repeat;
	background-size: 26px 12px;
	position: absolute;
	top: -22px;
	left: 50%;
  
	content: ""; 
}

#main .voiceBox li .imgBox .textBox p span span {
	display: block;
	font-size: 34px;
}

#main .voiceBox li a > p {
	padding: 19px 60px 24px 25px;
	display: table;
	line-height: 2;
	border-radius: 0 0 7px 7px;
}

#main .voiceBox li a > p span {
	display: table-cell;
	vertical-align: middle;
}

#main .voiceBox li a:hover {
	opacity: 0.7;
}

#main .voiceBox li:nth-child(1) a > p {
	background: #F7F7F7 url(../../image/voice_arw01.png) no-repeat right 24px center;
}

#main .voiceBox li:nth-child(1) .imgBox .textBox p span {
	color: #FC634E;
}

#main .voiceBox li:nth-child(2) a > p {
	background: #F7F7F7 url(../../image/voice_arw02.png) no-repeat right 24px center;
}

#main .voiceBox li:nth-child(2) .imgBox .textBox p span {
	color: #3499EB;
}

#main .voiceBox li:nth-child(3) a > p {
	background: #F7F7F7 url(../../image/voice_arw03.png) no-repeat right 24px center;
}

#main .voiceBox li:nth-child(3) .imgBox .textBox p span {
	color: #8ED92D;
}

#main .voiceBox li:nth-child(4) a > p {
	background: #F7F7F7 url(../../image/voice_arw04.png) no-repeat right 24px center;
}

#main .voiceBox li:nth-child(4) .imgBox .textBox p span {
	color: #FFC600;
}

#main .voiceBox .more {
	margin-top: 30px;
}

#main .eventBox {
	padding: 74px 0 32px;
	background: url(../../image/event_bg.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

#main .eventBox h2 {
	margin-bottom: 24px;
	color: #FFF;
}

#main .eventBox .photo {
	margin: 0 auto;
	max-width: 1539px;
	text-align: center;
}

#main .eventBox .photo img {
	width: 100%;
}

#main .locationBox {
	padding-top: 59px;
	background-color: #fff;
}

#main .locationBox h2 {
	margin-bottom: 50px;
}

#main .locationBox .title {
	margin-bottom: 8px;
	color: #f7701b;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

#main .locationBox .text {
	margin-bottom: 60px;
	font-size: 14px;
	text-align: center;
	line-height: 2;
}

#main .locationBox .text span {
	margin-top: 20px;
	display: block;
	font-weight: bold;
}

#main .locationBox .map {
	height: 500px;
	position: relative;
}

#main .locationBox .map iframe {
	width: 100%;
}

#main .locationBox .map .icon {
	margin-left: -559px;
	width: 1118px;
	display: block;
	text-align: right;
	position: absolute;
	left: 50%;
	top: -38px;
}

#main .locationBox .gutters {
	padding: 53px 0 81px;
	background: #F7711C url(../../image/gutters_bg.png) no-repeat right bottom;
	background-attachment: fixed;
}

#main .locationBox .gutters ul {
	margin: -28px auto 0;
	width: 1117px;
}

#main .locationBox .gutters li {
	margin: 28px 31px 0 0;
	padding: 20px 10px 15px 16px;
	width: 230px;
	float: left;
	letter-spacing: -1px;
	background-color: #fff;
	border-radius: 5px;
}

#main .locationBox .gutters li:nth-child(4n) {
	margin-right: 0;
}

#main .locationBox .gutters li p {
	line-height: 1.7;
}

#main .locationBox .gutters li .ttl {
	margin-bottom: 14px;
	color: #f7701b;
	font-size: 20px;
	font-weight: bold;
}

#main .pc iframe {
	min-height: 200px;
}

#main .more a {
    padding: 19px 40px 14px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #fffc16;
    text-align: center;
    line-height: 1.25;
    background: #F7711C url(../image/icon04.png) no-repeat right 20px center;
    border-bottom: 8px solid #CF5001;
    border-radius: 5px;
    box-sizing: border-box;
    max-width: 500px;
    margin: 0 auto;
	transition: .3s;
}

#main .more a:hover {
	opacity: .7;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		height: 300px !important;
		background: url(../../image/sp_main_visual_img.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.mainVisual video#bgvid {
		height: 300px !important;
	}

	.mainVisual p {
		padding: 60px 0 0 15px;
		max-width: inherit;
		font-size: 16px;
	}
	
	.mainVisual p span {
		margin-bottom: -2px;
		font-size: 32px;
		letter-spacing: 13px;
		line-height: 1.2;
		padding-top: 0;
	}
	
	.mainVisual .textImg {
		right: 8px;
		bottom: 10px;
	}
	
	.mainVisual .textImg img {
		width: 100px;
	}

	.mainVisual02 {
		height: 86vw;
	}

	.mainVisual02 > p {
		font-size: 26px;
	}
	
	.mainVisual02 > p span {
		font-size: 18px;
	}
	
	.mainVisual02 > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.float {
		bottom: 54px;
		left: -420px;
		width: 320px;
		z-index: 99999;
		animation: float .5s 2s ease-in-out forwards;
		transition: .5s;
	}
	.float-area {
		position: relative;
	}
	.float-area .floating_close {
		width: 30px;
		top: -15px;
		right: -15px;
	}
	.headLine02 {
		margin-bottom: 5px;
		font-size: 12px;
	}
	
	.headLine02 span {
		font-size: 28px;
	}
	
	.subBox {
		width: auto;
	}
	
	.slideUl li {
		margin-right: 35px;
	}
	
	#main .pointBox {
		padding: 24px 15px 27px;
	}
	
	#main .pointBox ul {
		margin-top: -16px;
	}
	
	#main .pointBox ul li {
		margin: 21px 0 0;
		width: auto;
		float: none;
	}
	
	#main .pointBox ul .title {
		font-size: 13px;
	}
	
	#main .pointBox ul .title span {
		font-size: 18px;
	}
	
	#main .pointBox ul .title img {
		width: 42px;
		margin: 5px 11px 0 4px;
    }
		
	#main .pointBox ul li .imgBox {
		margin-top: -8px;
	}
	
	#main .pointBox ul li .imgBox .photo {
		width: 46.5%;
		float: left;
		margin-bottom: 0;
	}
	
	#main .pointBox ul li .imgBox .photo img {
		width: 100%;
	}
	
	#main .pointBox ul li .imgBox p {
		width: 47%;
		float: right;
		font-size: 13px;
		line-height: 1.6;
	}
	
	#main .pointBox ul li:last-child .title span {
		font-size: 13px;
	}
	#main .reskillBox {
        padding: 35px 15px 31px;
        background-size: cover;
    }
	#main .reskillBox .headLine02 span {
		font-size: 24px;
		line-height: 1.4
	}
	#main .reskillBox .headLine02 span span {
		display: block;
	}
	#main .reskillBox .headLine02 {
		font-size: 16px;
		margin-bottom: 14px;
	}
	#main .reskillBox .topText {
		font-size: 14px;
	}
	#main .reskillBox .topText span {
		font-size: 18px;
	}
	#main .reskillBox .subBox {
		padding: 30px 20px;
	}
	#main .reskillBox .banner {
		max-width: 100%;
	}
	#main .reskillBox .table-box h3 ,
	#main .reskillBox .table-box table {
		width: 100%;
	}
	#main .reskillBox .table-box h3 {
		font-size: 18px;
	}
	#main .reskillBox .table-box table th ,
	#main .reskillBox .table-box table td {
		display: block;
		width: 100%;
		font-size: 14px;
		box-sizing: border-box;
		padding: 10px;
	}
	#main .reskillBox .fl .item {
		width: 100%;
		padding: 20px;
		margin-bottom: 6px;
	}
	#main .reskillBox .catch {
		font-size: 14px;
		margin-top: 10px;
	}
	#main .curriculumBox {
		padding: 30px 15px 24px;
		background: url(../../image/bg01.png) no-repeat left top, url(../../image/bg02.png) no-repeat right top;
		background-size: 90px auto, 74px auto;
		background-color: #01D4F2;
	}
	
	#main .curriculumBox .headLine02 {
		margin-bottom: 31px;
	}
	
	#main .curriculumBox .subBox {
		padding: 48px 17px 17px;
		border-radius: 5px;
		box-shadow: 5px 5px 15px #00C4E4;
	}
	
	#main .curriculumBox .subBox .topText {
		width: 300px;
		padding: 4px 0;
		left: -5px;
		top: 15px;
		font-size: 10px;
	}
	
	#main .curriculumBox .subBox .topText:before {
		width: 5px;
		height: 5px;
		background-size: 5px 5px;
		bottom: -5px;
	}
	
	#main .curriculumBox .subBox .topText:after {
		width: 5px;
		height: 23px;
		background-size: 5px 23px;
		right: -5px;
	}
	
	#main .curriculumBox .imgBox {
		margin: 0 4px 12px;
	}
	
	#main .curriculumBox .imgBox .photoBox {
		margin: 0 0 10px;
		float: none;
		text-align: center;
	}
	
	#main .curriculumBox .imgBox .photoBox img {
		width: 81%;
	}
	
	#main .curriculumBox .imgBox .textBox {
		margin-top: 0;
		width: auto;
		float: none;
	}
	
	#main .curriculumBox .imgBox .textBox p {
		font-size: 10px;
		line-height: 1.5;
	}
	
	#main .curriculumBox .imgBox .textBox .title {
		font-size: 20px;
	}
	
	#main .curriculumBox .imgBox .textBox p > span {
		font-size: 10px;
	}
	
	#main .curriculumBox .imgBox .textBox p > span span {
		font-size: 24px;
	}
	
	#main .curriculumBox .imgBox .textBox .photo {
		margin: 6px 0 10px 2px;
	}
	
	#main .curriculumBox .imgBox .textBox .photo img {
		width: 40px;
		height: 40px;
		margin: 0 5px 5px 0;
	}
	
	#main .curriculumBox .subBox > ul {
		margin-top: -4px;
	}
	
	#main .curriculumBox .subBox > ul > li {
		margin-top: 15px;
		width: auto;
		padding: 0 15px 9px;
		float: none;
		border-radius: 5px;
	}
	
	#main .curriculumBox .subBox > ul > li:last-child {
		float: none;
	}
	
	#main .curriculumBox .subBox ul li .photo {
		margin-bottom: 5px;
	}
	
	#main .curriculumBox .subBox ul li .photo img {
		height: 29px;
		margin-top: -5px;
	}
	
	#main .curriculumBox .subBox ul li p {
		margin-bottom: 2px;
		font-size: 14px;
	}
		
	#main .curriculumBox .subBox ul li ul li {
		font-size: 11px;
		padding: 8px 0 6px 24px;
		line-height: 1.55;
		letter-spacing: -0.3px;
		background: url(../../image/icon09.png) no-repeat left 5px top 11px;
		background-size: 10px 8px;
	}
	
	#main .curriculumBox h3 {
		font-size: 20px;
	}
	
	#main .curriculumBox h4 {
		font-size: 18px;
	}	
	
	#main .curriculumBox .course-box {
		padding: 10px 15px;
	}
	
	#main .curriculumBox h5 {
		float: none;
		font-size: 16px;
	}
	
	#main .curriculumBox .time {
		margin-bottom: .5em;
	}
	
	#main .curriculumBox h6 {
	    font-size: 16px;
	}
	
	#main .curriculumBox h7 {
		font-size: 1em;
		display: block;
		float: none;
		margin: 0 0 .5em;
		font-weight: bold;
		background: #f7701b;
		padding: .5em;
		color: #fff;
	}
	
	#main .curriculumBox .course-box .photo {
		float: none;
	}		

	#main .curriculumBox .course-box .photo img {
		width: 40px;
		height: 40px;
		margin: 0 5px 5px 0;
	}

	#main .curriculumBox .course-box .price span {
		font-size: 12px;
	}	
	
	#main .curriculumBox .course-box .price span span {
		font-size: 20px;
	}	
	
	#main .curriculumBox .course-btn {
		font-size: 14px;
	}
	
	#main .schoolBox {
		padding: 18px 0 25px;
	}
	
	#main .schoolBox .headLine02 {
		margin-bottom: 17px;
	}
	
	#main .schoolBox .topText {
		margin-bottom: 22px;
		font-size: 14px;
		line-height: 1.4;
	}
	
	#main .schoolBox .topText span {
		font-size: 13px;
	}
	
	#main .schoolBox .photoList {
		margin-bottom: 21px;
	}
	
	#main .schoolBox .photoList li {
		width: 100%;
		float: none;
	}
	
	#main .schoolBox .photoList li span {
		right: 12px;
		top: -12px;
	}
	
	#main .schoolBox .photoList li span img {
		width: 126px;
	}
	
	#main .schoolBox .imgBox {
		margin-bottom: 30px;
		position: relative;
	}
	
	#main .schoolBox .imgBox .photoBox {
		margin: 0;
		float: none;
		position: absolute;
		right: 0;
		top: 50px;
	}
	
	#main .schoolBox .imgBox .photoBox img {
		width: 117px;
	}
	
	#main .schoolBox .imgBox .textBox {
		margin-top: 0;
		width: auto;
		float: none;
	}
	
	#main .schoolBox .imgBox .textBox p {
		padding: 0 125px 0 15px;
		line-height: 1.64;
		font-size: 13px;
	}
	
	#main .schoolBox .imgBox .textBox .title {
		padding-right: 48px;
		margin-bottom: 17px;
		font-size: 18px;
	}
	
	#main .schoolBox .imgBox .textBox .title > span {
		font-size: 24px;
	}
	
	#main .schoolBox .imgBox .textBox .title > span span {
		font-size: 30px;
	}
	
	#main .schoolBox .slideUl li {
		width: 110px;
	}
	
	#main .schoolBox .slideUl li:nth-child(2n-1) {
		padding-top: 34px;
	}
	
	#main .schoolBox .slideUl li img {
		width: 100%;
	}
	
	#main .schoolBox .slideUl li p {
		margin-bottom: 10px;
		font-size: 11px;
	}
	
	#main .schoolBox .slideUl li p:before {
		width: 20px;
		height:31px;
		background-size: 20px 31px;
		left: -18px;
	}
	
	#main .schoolBox .slideUl li p:after {
		width: 20px;
		height: 31px;
		background-size: 20px 31px;
		right: -18px;
	}
	
	#main .supportBox {
		padding: 27px 15px 29px;
		box-sizing: border-box;
	}
	
	#main .supportBox .headLine02 {
		margin-bottom: 24px;
	}
	
	#main .supportBox .topText {
		margin-bottom: 29px;
		font-size: 13px;
		line-height: 1.8;
	}
	
	#main .supportBox .topText span {
		font-size: 16px;
	}
	
	#main .supportBox .comText {
		width: 320px;
		margin: 0 auto 18px;
		padding: 7px 0 4px;
		font-size: 14px;
		line-height: 1.68;
	}
	
	#main .supportBox .comText:before {
		width: 14px;
		height: 55px;
		background-size: 14px 55px;
		left: -14px;
	}
	
	#main .supportBox .comText:after {
		width: 14px;
		height: 55px;
		background-size: 14px 55px;
		right: -14px;
	}
	
	#main .supportBox .comText01:before {
		height: 36px;
		background-size: 14px 36px;
	}
	
	#main .supportBox .comText01:after {
		height: 36px;
		background-size: 14px 36px;
	}
	
	#main .supportBox .textUl {
		width: 290px;
		margin: 0 auto 34px;
	}
	
	#main .supportBox .textUl li {
		width: 135px;
	}
	
	#main .supportBox .textUl li p {
		font-size: 12px;
		line-height: 1.6;
		text-align: left;
	}
	
	#main .supportBox .textUl .txt {
		width: 94px;
		height: 94px;
		margin: 0 0 15px 5px;
		padding: 17px 0 5px;
		border-radius: 47px;
	}
	
	#main .supportBox .textUl li:nth-child(2) .txt {
		margin-left: 37px;
	}
	
	#main .supportBox .textUl .txt p {
		margin-bottom: 3px;
		font-size: 7px;
		text-align: center;
	}
	
	#main .supportBox .textUl .title {
		margin-bottom: 4px;
		font-size: 13px;
		color: #f7701b;
		text-align: center;
	}
	
	#main .supportBox .textUl li:nth-child(2) .title {
		color: #add914;
	}
	
	#main .supportBox .textUl .txt p span {
		margin-bottom: 2px;
		font-size: 10px;
	}
	
	#main .supportBox .textUl .txt p span span {
		font-size: 12px;
	}
	
	#main .supportBox .textUl .txt img {
		width: 30px;
	}
	
	#main .supportBox .textUl li:last-child {
		padding: 28px 0 24px;
		font-size: 9px;
	}
	
	#main .supportBox .textUl li:last-child:before {
		width: 74px;
		height: 17px;
		margin-left: -37px;
		background-size: 74px 17px;
		top: 4px;
	}
	
	#main .supportBox .textUl li:last-child::after {
		width: 74px;
		height: 17px;
		margin-left: -37px;
		background-size: 74px 17px;
	}
	
	#main .supportBox .text {
		margin-bottom: 24px;
		line-height: 1.64;
		font-size: 12px;
	}
	
	#main .supportBox .photoList {
		margin-top: -15px;
		width: auto;
	}
	
	#main .supportBox .photoList li {
		width: 46.5%;
		margin: 15px 0 0;
		font-size: 12px;
	}
	
	#main .supportBox .photoList li img {
		width: 100%;
	}
	
	#main .supportBox .photoList li:nth-child(2n) {
		float: right;
	}
	
	#main .supportBox .skill-list {
		width: 100%;
		padding: 20px 20px 1px;
	}
	
	#main .supportBox .skill-list .skill-item h6 span {
		font-size: 20px;
	}
	
	#main .supportBox .skill-list .skill-item h6 {
		font-size: 16px;
		margin-bottom: 6px;
	}
	
	#main .supportBox .skill-list .skill-item .work-wrapper .work-detail {
		width: 100%;
	}
	
	#main .supportBox .skill-list .skill-item .work-wrapper .income {
		width: 100%;
		text-align: right;
		font-size: 20px;
	}
	
	#main .supportBox .skill-list .skill-item .work-wrapper .income span {
		font-size: 12px;
	}
	
	#main .supportBox .skill-list .skill-item {
		margin-bottom: 15px;
	}
	
	#main .supportBox .other-job {
		width: 100%;
		padding: 10px 20px 20px;
	}
	#main .supportBox .other-job .job{
		width: 100%;
	}
	#main .supportBox .other-job h6 {
		font-size: 14px;
		margin: 10px 0 5px;
	}
	#main .supportBox .other-job p {
		font-size: 12px;
	}
	
	#main .backupBox {
		padding: 28px 15px 23px;
		/*background: url(../../image/backup_bg.jpg) no-repeat center center;*/
		background-size: cover;
		box-sizing: border-box;
	}
	
	#main .backupBox .headLine02 {
		margin-bottom: 27px;
	}
	
	#main .backupBox > ul {
		width: auto;
		margin: 0;
	}
	
	#main .backupBox > ul > li {
		width: auto;
		padding: 16px 15px 10px;
		margin-top: 12px;
		float: none;
		border-radius: 5px;
	}
	
	#main .backupBox ul li ul {
		margin: -9px 0 8px 15px;
	}
	
	#main .backupBox ul li ul li {
		margin: 9px 1.5% 0;
		width: 20%;
	}
	
	#main .backupBox ul li ul li img {
		width: 100%;
	}
	
	#main .backupBox ul p {
		line-height: 1.64;
		font-size: 11px;
	}
	
	#main .backupBox ul li ul .liStyle {
		margin-top: 18px;
	}
	
	#main .backupBox > ul > li:nth-child(2n) {
		float: none;
	}
	
	#main .backupBox .photo {
		margin-bottom: 14px;
	}
	
	#main .backupBox .photo img {
		width: 190px;
	}
	
	#main .backupBox > ul > li:last-child .photo img {
		width: 103px;
	}
	
	#main .backupBox ul .title {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 1.32;
	}
	
	#main .backupBox > ul > li:nth-child(3) {
		padding: 17px 18px 20px;
	}
	
	#main .backupBox ul .imgBox .photoBox {
		margin-top: 0;
		width: 47%;
	}
	
	#main .backupBox ul .imgBox .photoBox img {
		width: 100%;
	}
	
	#main .backupBox ul .imgBox .textBox {
		width: 46%;
	}
	
	#main .faqBox {
		padding: 20px 15px 2px;
		box-sizing: border-box;
	}
	
	#main .faqBox .headLine02 {
		margin-bottom: 25px;
	}
	
	#main .faqBox dt {
		padding-right: 0;
	}
	
	#main .faqBox dt .img {
		width: 50px;
	}
	
	#main .faqBox dt .img img {
		width: 70%;
	}
	
	#main .faqBox dt .text {
		padding: 10px 13px;
		font-size: 13px;
		border-radius: 10px;
		line-height: 1.55;
	}
	
	#main .faqBox dt .text:before {
		width: 5px;
		height: 7px;
		margin-top: -5px;
		background-size: 5px 7px;
		left: -5px;
	}
	
	#main .faqBox dd {
		padding: 15px 0 25px;
	}
	
	#main .faqBox dd .text {
		padding: 10px 13px;
		line-height: 1.55;
		font-size: 13px;
		border: 1px solid #F7721D;
		border-radius: 10px;
	}
	
	#main .faqBox dd .img {
		width: 50px;
	}
	
	#main .faqBox dd .img img {
		width: 70%;
	}
	
	#main .faqBox dd .text:before {
		width: 6px;
		height: 7px;
		background-size: 6px 7px;
		right: -6px;
	}
		
	#main .trialBox {
		padding-top: 18px;
		padding-bottom: 18px;
		margin-bottom: 0;
	}
	
	#main .trialBox h2 {
		margin-bottom: 20px;
	}
	
	#main .trialBox .photoUl {
		margin-bottom: 9px;
		padding: 0 15px;
		width: auto;
	}
	
	#main .trialBox .photoUl li {
		margin-right: 0;
		padding-bottom: 13px;
		width: auto;
		float: none;
		overflow: hidden;
	}
	
	#main .trialBox .photoUl li > p {
		margin-left: 4px;
		font-size: 14px;
		position: static;
		top: inherit;
		left: inherit;
	}
	
	#main .trialBox .photoUl li > p img {
		margin: 0 10px -5px 0;
		width: 42px;
	}
	
	#main .trialBox .photoUl li .photoBox {
		width: 46.5%;
		float: left;
	}
	
	#main .trialBox .photoUl li .photoBox > img {
		width: 100%;
	}
	
	#main .trialBox .photoUl li .textBox {
		margin-top: -3px;
		width: 47%;
		float: right;
	}
	
	#main .trialBox .photoUl li .textBox p {
		font-size: 13px;
		line-height: 1.6;
	}
	
	#main .trialBox .snsUl li {
		padding: 17px 35px 25px;
		width: auto;
		float: none;
	}
	
	#main .trialBox .snsUl li p {
		margin-bottom: 13px;
		font-size: 14px;
	}
	
	#main .trialBox .snsUl li img {
		width: 100%;
	}
	
	#main .trialBox .instagram {
		padding: 18px 0 21px;
	}
	
	#main .trialBox .instagram p {
		margin-bottom: 13px;
		font-size: 14px;
	}
	
	#main .trialBox .instagram ul {
		margin: 0 16px;
	}
	
	#main .trialBox .instagram li {
		padding: 0 1% 2%;
		width: 23%;
	}
	
	#main .blogBox {
		padding: 35px 15px 31px;
	}

	#main .blogBox h2 {
		margin-bottom: 20px;
	}
	
	#main .blogBox .comList {
		flex-wrap: wrap;
		margin-bottom: -20px;
	}

	#main .blogBox .comList li {
		width: 80%;
		margin: 0 auto 20px;
	}
	
	#main .blogBox .comList li.full a {
		width: 100%;
	}

	#main .blogBox .comList li .date {
		font-size: 11px;
	}

	#main .blogBox .comList li .txt {
		font-size: 13px;
	}

	#main .voiceBox {
		padding: 35px 15px 31px;
		background-size: cover;
	}
	
	#main .voiceBox h2 {
		margin-bottom: 32px;
	}
	
	#main .voiceBox ul {
		margin-top: -10px;
		width: auto;
	}
	
	#main .voiceBox li {
		margin-top: 10px;
		width: 100%;
		height: auto;
		border-radius: 5px;
		flex-wrap: wrap;
	}

	#main .voiceBox li .movie ,
	#main .voiceBox li .text {
		width: 100%;
	}

	#main .voiceBox li .text {
		padding: 1rem;
	}

	#main .voiceBox li .desc {
		font-size: 14px;
	}

	#main .voiceBox li .youtube {
		padding-top: 56.25%;
		position: relative;
	}
	
	#main .voiceBox li .youtube iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#main .voiceBox li p.title {
		font-size: 16px;
	}
	#main .voiceBox li p.job {
		font-size: 12px;
	}

	#main .voiceBox li .num {
		left: 7px;
		top: 5px;
	}
	
	#main .voiceBox li .num img {
		width: 28px;
	}
	
	#main .voiceBox li .imgBox {
		padding: 15px 5px 10px 26px;
	}
	
	#main .voiceBox li .imgBox .photoBox {
		width: 33%;
	}
	
	#main .voiceBox li .imgBox .photoBox img {
		width: 100%;
	}
	
	#main .voiceBox li .imgBox .textBox p {
		font-size: 10px;
	}
	
	#main .voiceBox li .imgBox .textBox p > span {
		margin-top: 20px;
		font-size: 20px;
	}
	
	#main .voiceBox li .imgBox .textBox p > span:before {
		margin-left: -7px;
		width: 13px;
		height: 6px;
		top: -12px;
		background-size: 13px 6px;
	}
	
	#main .voiceBox li:nth-child(4) .imgBox .textBox p span span {
		font-size: 18px;
	}
	
	#main .voiceBox li a > p {
		padding: 10px 40px 10px 17px;
		font-size: 10px;
		line-height: 1.6;
		border-radius: 0 0 5px 5px;
		background-size: 7px auto !important;
	}
	
	#main .voiceBox li:nth-child(1) a > p {
		background: #F7F7F7 url(../../image/voice_arw01.png) no-repeat right 11px center;
	}
	
	
	#main .voiceBox li:nth-child(2) a > p {
		background: #F7F7F7 url(../../image/voice_arw02.png) no-repeat right 11px center;
	}
	
	
	#main .voiceBox li:nth-child(3) a > p {
		background: #F7F7F7 url(../../image/voice_arw03.png) no-repeat right 11px center;
	}
	
	#main .voiceBox li:nth-child(4) a > p {
		background: #F7F7F7 url(../../image/voice_arw04.png) no-repeat right 11px center;
	}
	
	#main .eventBox {
		padding: 45px 4px 21px;
	}
	
	#main .eventBox h2 {
		margin-bottom: 15px;
	}
	
	#main .eventBox .photo img {
		width: 100%;
	}
	
	#main .locationBox {
		padding-top: 24px;
	}
	
	#main .locationBox h2 {
		margin-bottom: 24px;
	}
	
	#main .locationBox .title {
		margin-bottom: 7px;
		font-size: 15px;
	}
	
	#main .locationBox .text {
		margin-bottom: 37px;
		font-size: 11px;
		line-height: 1.7;
	}
	
	#main .locationBox .text span {
		margin-top: 10px;
	}
	
	#main .locationBox .map {
		height: 250px;
	}
	
	#main .locationBox .map iframe {
		height: 250px;
	}
	
	#main .locationBox .map .icon {
		margin-left: 0;
		width: 100%;
		left: inherit;
		right: 9px;
	}
	
	#main .locationBox .map .icon img {
		width: 76px;
	}
	
	#main .locationBox .gutters {
		padding: 15px 15px 29px;
		background-size: 270px auto;
	}
	
	#main .locationBox .gutters ul {
		margin-top: -9px;
		width: auto;
	}
	
	#main .locationBox .gutters li {
		margin: 9px 0 0;
		padding: 10px;
		width: auto;
		float: none;
		border-radius: 2px;
	}
	
	#main .locationBox .gutters li p {
		font-size: 10px;
		line-height: 1.6;
	}
	
	#main .locationBox .gutters li .ttl {
		margin-bottom: 5px;
		font-size: 12px;
	}	
	
	#main .more a{
		font-size: 14px;
		max-width: 90%;
		padding: 10px 0 6px 51px;
		background-size: 6px 10px;
	}
	#main .supportBox .more a,
	#main .blogBox .more a,
	#main .voiceBox .more a,
	#main .eventBox .more a{
		padding: 10px 0;
		margin-top: 20px;
	}
}

@media all and (min-width: 340px) and (max-width: 767px) {
	#main .schoolBox .imgBox {
		margin-bottom: 50px;
	}

}

@media all and (min-width: 519px) and (max-width: 767px) {
	#main .schoolBox .imgBox {
		margin-bottom: 60px;
	}

}