@charset "UTF-8";

/* ------------------------------
    index
------------------------------ */
.ttl_sec{
	font-style: italic;
	font-weight: 700;
	font-size: 7.0rem;
}
@media screen and (max-width: 768px) {
	.ttl_sec{
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 330px) {
	.ttl_sec{
		font-size: 2.3rem;
	}
}

/* ------------------------------
    sec_mv
------------------------------ */
.sec_mv{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1200px; /*min-width*/
	height: 750px;
	background: url(../img/index/mv_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.sec_mv .inner{
	margin: 0;
}
.sec_mv .box_ttl{
	width: 560px;
	margin: 0 0 27px 15px;
}
.sec_mv .box_ttl .ttl_copy{
	color: #0065AF;
}
.sec_mv .box_ttl .ttl_copy .parts01{
	display: block;
	width: 525px;
	margin: 0 0 0 auto;
}
.sec_mv .box_ttl .ttl_copy .parts02{
	display: block;
	margin-left: 25px;
	line-height: 0.9;
	letter-spacing: -0.02em;
}
.sec_mv .box_ttl .ttl_copy .parts02 .it{
	display: inline-block;
	vertical-align: middle;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 18.9rem;
	transform: skewX(-5deg);
}
.sec_mv .box_ttl .ttl_copy .parts02 i{
	display: inline-block;
	width: 45px;
	margin: 20px 10px 0 10px;
	vertical-align: middle;
}
.sec_mv .box_ttl .ttl_copy .parts02 .job{
	vertical-align: middle;
	font-style: italic;
	font-weight: 700;
	font-size: 14.1rem;
}
.sec_mv .box_ttl .ttl_copy .parts03{
	display: block;
	margin-left: 10px;
	padding-right: 50px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.02em;
	font-style: italic;
	font-weight: 900;
	font-size: 5.0rem;
	transform: scaleX(0.98);
}
.sec_mv .box_ttl .ttl_copy .parts03:before,
.sec_mv .box_ttl .ttl_copy .parts03:after{
	content: "";
	display: inline-block;
	width: 55px;
	height: 3px;
	margin: 0 15px 0 0;
	vertical-align: middle;
	background-color: #0065AF;
}
.sec_mv .box_ttl .ttl_copy .parts03:after{
	margin: 0 0 0 15px;
}
.sec_mv .box_ttl .ttl_logo{
	width: 324px;
	margin: 30px auto 10px;
	padding-right: 60px;
	box-sizing: content-box;
}
.sec_mv .box_ttl .sitecopy{
	padding-right: 60px;
	line-height: 1.4;
	text-align: center;
    letter-spacing: -0.07em;
	font-style: italic;
	font-weight: 700;
	font-size: 1.9rem;
	color: #0065af;
    transform: scaleX(0.95);
}
/* 20200923 add オンラインカウンセリング文言 */
.sec_mv .box_ttl .sitecopy2{
	padding-top: 10px;
	padding-right: 60px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: -0.07em;
	font-style: italic;
    font-weight: 900;
    font-size: 3.0rem;
    color: #ff6700;
	transform: scaleX(0.95);
}
.sec_mv .box_ttl .sitecopy3{
	padding-top: 30px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: -0.07em;
	font-style: italic;
    font-weight: 700;
    font-size: 1.3rem;
    color: #ff6700;
	transform: scaleX(0.95);
}
.sec_mv .list_points{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 508px;
}
.sec_mv .list_points .items_points{
	width: 150px;
	height: 150px;
	padding-top: 85px;
	background: no-repeat;
	background-size: 100% auto;
}
.sec_mv .list_points .points01{
	background-image: url(../img/index/mv_img01.png);
}
.sec_mv .list_points .points02{
	background-image: url(../img/index/mv_img02.png);
}
.sec_mv .list_points .points03{
	background-image: url(../img/index/mv_img03.png);
}
.sec_mv .list_points .items_points .txt{
	display: block;
	line-height: 1.38;
	letter-spacing: 0;
	font-style: italic;
	font-weight: 700;
	font-size: 1.25rem;
	text-align: center;
	color: #fff;
	transform: scaleX(0.95);
}

@media screen and (max-width: 768px) {
	.sec_mv{
		display: block;
		min-width: 0;
		height: 126.6vw;
		padding-top: 5%;
  		background-image: url(../img/index/mv_bg_sp.jpg);
	}
	.sec_mv .inner{
		margin: auto;
	}
	.sec_mv .box_ttl{
		width: 90%;
		margin: 0 auto;
	}
	.sec_mv .box_ttl .ttl_copy .parts01{
		width: auto;
		max-width: 350px;
		margin: auto;
	}
	.sec_mv .box_ttl .ttl_copy .parts02{
		margin-left: 0;
		text-align: center;
	}
	.sec_mv .box_ttl .ttl_copy .parts02 .it{
		font-size: 10.5rem;
	}
	.sec_mv .box_ttl .ttl_copy .parts02 i{
		width: 25px;
	}
	.sec_mv .box_ttl .ttl_copy .parts02 .job{
		font-size: 7.89rem;
	}
	.sec_mv .box_ttl .ttl_copy .parts03{
		margin-left: 0;
		padding-right: 0;
		text-align: center;
		font-size: 3.0rem;
	}
	.sec_mv .box_ttl .ttl_copy .parts03:before,
	.sec_mv .box_ttl .ttl_copy .parts03:after{
		width: 30px;
		margin-right: 5px;
	}
	.sec_mv .box_ttl .ttl_copy .parts03:after{
	  margin: 0 0 0 5px;
	}
	.sec_mv .list_points{
		width: 96%;
		margin: 4% auto 0;
	}
	.sec_mv .list_points .items_points{
		width: 27.5vw;
		height: 27.5vw;
		padding-top: 14.4vw;
	}
	.sec_mv .list_points .items_points .txt{
		letter-spacing: -0.05em;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 430px) {
	.sec_mv .list_points .items_points .txt{
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 380px) {
	.sec_mv .box_ttl .ttl_copy .parts01{
		margin: 0 0 0 auto;
	}
	.sec_mv .box_ttl .ttl_copy .parts02{
		margin-left: 10px;
		text-align: left;
	}
}
@media screen and (max-width: 360px) {
	.sec_mv .box_ttl .ttl_copy .parts02 .it{
		font-size: 8.5rem;
	}
	.sec_mv .box_ttl .ttl_copy .parts02 .job{
		font-size: 5.89rem;
	}
	.sec_mv .box_ttl .ttl_copy .parts03{
		font-size: 2.5rem;
	}
}

/* ------------------------------
    sec_welcome
------------------------------ */
.sec_welcome{
	min-width: 1200px; /*min-width*/
	padding-top: 80px;
	background-color: #0065af;
}
.sec_welcome .ttl_sec{
	margin-bottom: 180px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: -0.02em;
	font-size: 5.0rem;
	color: #fff;
}
.sec_welcome .ttl_sec .line{
	text-decoration: underline;
}
.list_welcome{
	position: relative;
	padding-bottom: 80px;
	background: url(../img/common/check_bg01.png) #fff;
}
.list_welcome .inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: auto;
}
.list_welcome:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -28px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 34.5px 0 34.5px;
	border-color: #ffffff transparent transparent transparent;
	transform: translateX(-50%);
}
.list_welcome .items_welcome{
	width: 328px;
	margin-top: -125px;
}
.list_welcome .items_welcome .img{
	margin-bottom: 15px;
}
.list_welcome .items_welcome .box_txt{
	margin-left: -28px;
	transform: skewX(-10deg);
}
.list_welcome .items_welcome .txt01{
	margin-bottom: 0.3em;
	line-height: 1.3;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 1.8rem;
	transform: skewX(10deg);
}
.list_welcome .items_welcome .txt02{
	text-align: center;
	font-style: italic;
	font-weight: 900;
	font-size: 3.0rem;
	color: #ff6700;
	transform: skewX(10deg);
}
.area_conference{
	margin: auto;
	padding: 105px 0 70px;
	background: url(../img/index/conference_bg01.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.area_conference .ttl_sec{
	margin-bottom: 25px;
}
.area_conference .txt_lead{
	margin-bottom: 70px;
	text-align: center;
	font-style: italic;
	font-weight: 900;
	font-size: 2.0rem;
	color: #fff;
}
.area_conference .box_btn .txt{
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 2.2rem;
	color: #fff;
}
.area_conference .box_btn .btn_link{
	width: 420px;
}

@media screen and (max-width: 768px) {
	.sec_welcome{
		min-width: 0;
		padding-top: 0;
	}
	.sec_welcome .ttl_sec{
		margin-bottom: 0;
		padding: 10% 0;
		line-height: 1.2;
		font-size: 2.5rem;
	}
	.list_welcome{
		padding: 7% 0;
		background-size: 700px auto;
	}
	.list_welcome .inner{
		display: block;
		width: 90.6%;
	}
	.list_welcome:after{
		bottom: -21px;
		transform: translateX(-50%) scale(0.5);
	}
	.list_welcome .items_welcome{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		width: auto;
		margin-top: 0;
	}
	.list_welcome .items_welcome + .items_welcome{
		margin-top: 5%;
	}
	.list_welcome .items_welcome .img{
		width: 48.2%;
		margin: 0 2.3% 0 0;
	}
	.list_welcome .items_welcome .box_txt{
		margin-left: 0;
	}
	.list_welcome .items_welcome .txt01{
		margin-bottom: 1em;
		line-height: 1.58;
		text-align: left;
		font-size: 1.3rem;
	}
	.list_welcome .items_welcome .txt02{
		text-align: left;
		font-size: 2.0rem;
	}
	.area_conference{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		height: 82.4vw;
		padding: 0;
		background-image: url(../img/index/conference_bg01_sp.jpg);
	}
	.area_conference .ttl_sec{
		padding: 0;
		margin-bottom: 0.7em;
	}
	.area_conference .txt_lead{
		margin-bottom: 2em;
		font-size: 1.3rem;
	}
	.area_conference .box_btn .txt{
		margin-bottom: 0.6em;
		font-size: 1.5rem;
	}
	.area_conference .box_btn .btn_link{
		width: 100%;
	}
}
@media screen and (max-width: 360px) {
	.list_welcome .items_welcome .txt01{
		font-size: 1.1rem;
	}
	.list_welcome .items_welcome .txt02{
		font-size: 1.7rem;
	}
	.area_conference .ttl_sec{
		font-size: 1.8rem;
	}
}

/* ------------------------------
    sec_campaign
------------------------------ */
.sec_campaign{
	min-width: 1200px; /*min-width*/
	padding: 55px 0 25px;
}
.list_campaign{
    opacity: 0;
}
.list_campaign.slick-initialized{
    opacity: 1
}
.list_campaign li{
	width: 580px;
	height: 150px;
	margin: 0 20px;
}
.list_campaign li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 45px;
	border: 1px solid #0065af;
}
.list_campaign li a:before{
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #ff6700 transparent;
}
.list_campaign li a:after{
	content: "";
	position: absolute;
	right: 6px;
	bottom: 5px;
	display: block;
	width: 8px;
	height: 12px;
	background: url(../img/common/ico_arrow02.svg) no-repeat;
}
.list_campaign li .ttl{
	margin-bottom: 15px;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 3.0rem;
	color: #0065af;
}
.list_campaign li .txt{
	text-align: center;
	font-size: 1.57rem;
}
.slick-dots{
    margin-top: 25px;
    text-align: center;
    font-size: 0;
}
.slick-dots li{
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.slick-dots li button{
    width: 10px;
    height: 10px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    border: 1px solid #ff6700;
    border-radius: 10px;
    cursor: pointer;
}
.slick-dots .slick-active button{
    background-color: #ff6700;
}

@media screen and (max-width: 768px) {
	.sec_campaign{
		min-width: 0;
		padding: 9.7% 0 7%;
	}
	.sec_campaign .inner{
		width: 100%;
		padding: 0 10px;
	}
	.list_campaign li{
		width: 164px;
		margin: 0 10px;
	}
	.list_campaign li a{
		padding-top: 10%;
	}
	.list_campaign li a:before{
	  border-width: 0 0 30px 30px;
	}
	.list_campaign li a:after{
		bottom: 3px;
	 	width: 5px;
		height: 9px;
	}
	.list_campaign li .ttl{
		margin-bottom: 1em;
		padding: 0 0.5em;
		line-height: 1.2;
		font-size: 1.6rem;
	}
	.list_campaign li .txt{
		padding: 0 1em;
		font-size: 1.1rem;
	}
	.slick-dots{
	    margin-top: 5%;
	}
	.slick-dots li{
	    width: 10px;
	    height: 10px;
	    margin: 0 5px;
	}
}
@media screen and (max-width: 380px) {
	.list_campaign li{
		height: 31.2vw;
	}
	.slick-dots li{
	    height: 10px;
	}
}
@media screen and (max-width: 360px) {
	.list_campaign li .ttl{
		font-size: 1.2rem;
	}
}

/* ------------------------------
    sec_curriculum
------------------------------ */
.sec_curriculum{
	min-width: 1200px; /*min-width*/
	padding: 70px 0 80px;
	overflow: hidden;
	background: url(../img/common/check_bg02.png) #141414;
}
.sec_curriculum .inner{
	position: relative;
}
.sec_curriculum .inner:before{
	content: "";
	position: absolute;
	top: 60px;
	left: 500px;
	display: block;
	width: 793px;
	height: 184px;
	background: url(../img/index/curriculum_bg01.png) no-repeat;
	background-size: 100% auto;
}
.sec_curriculum .ttl_sec{
	margin-bottom: 70px;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
}
.sec_curriculum .ttl_sec .copy{
	display: block;
	text-decoration: underline;
	font-size: 2.6rem;
}
.sec_curriculum .list_step{
	float: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 510px;
	height: 227px;
	background: url(../img/index/curriculum_bg02.png) no-repeat;
	background-size: 100% auto;
}
.sec_curriculum .list_step li{
	width: 235px;
	height: 200px;
	margin-left: 5px;
	padding-top: 64px;
	transform: skewX(-10deg);
}
.sec_curriculum .list_step li:first-child{
	margin: 28px 0 0 18px;
}
.sec_curriculum .list_step .txt_step{
	margin-bottom: 15px;
	text-align: center;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #0065af;
	font-size: 2.4rem;
	transform: skewX(10deg);
}
.sec_curriculum .list_step .ttl_step{
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 3.2rem;
	transform: skewX(10deg);
}
.sec_curriculum .box_step{
	margin-bottom: 140px;
	padding: 46px 0 0 544px;
}
.sec_curriculum .box_step .ttl{
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 700;
	font-size: 2.8rem;
	color: #fff;
}
.sec_curriculum .box_step .txt{
	line-height: 1.875;
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff;
}
.sec_curriculum .box_contents{
	clear: both;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 1200px;
	height: 240px;
	margin-bottom: 37px;
	background: url(../img/index/curriculum_bg03.png) no-repeat;
	background-size: 100% auto;
}
.sec_curriculum .btn_link + .box_contents{
	margin-top: 80px;
}
.sec_curriculum .box_contents .box_ttl{
	width: 272px;
}
.sec_curriculum .box_contents .box_ttl .ttl{
	text-align: center;
	letter-spacing: 0;
	font-style: italic;
	font-weight: 700;
	font-size: 3.2rem;
	color: #0065af;
}
.sec_curriculum .box_contents .box_ttl .ttl .copy{
	display: block;
	font-size: 1.8rem;
}
.sec_curriculum .box_contents .box_txt{
	width: 928px;
	padding: 0 40px;
	border-left: 1px solid #d9d9d9;
}
.sec_curriculum .box_contents .box_txt .txt{
	line-height: 1.64;
	font-size: 1.5rem;
}
.sec_curriculum .box_contents .box_txt .txt_block{
	display: inline-block;
	line-height: 1.64;
	vertical-align: top;
	font-size: 1.5rem;
}
.sec_curriculum .box_contents .box_txt .txt + .txt{
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dashed #bcbcbc;
}
.sec_curriculum .box_contents .box_txt .txt .att{
	font-size: 1.2rem;
}
.sec_curriculum .btn_link{
	width: 380px;
}

@media screen and (max-width: 768px) {
	.sec_curriculum{
		min-width: 0;
		padding: 9% 0 11.3%;
		background-size: 700px auto;
	}
	.sec_curriculum .inner:before{
		display: none;
	}
	.sec_curriculum .ttl_sec{
		margin-bottom: 8%;
	}
	.sec_curriculum .ttl_sec .copy{
		margin-bottom: 2.6%;
		font-size: 1.4rem;
	}
	.sec_curriculum .list_step{
		float: none;
		width: 100%;
		height: 40.4vw;
		margin-bottom: 6%;
	}
	.sec_curriculum .list_step li{
		width: 46%;
		height: 35.3vw;
		margin-left: 0;
		padding-top: 10%;
	}
	.sec_curriculum .list_step li:first-child{
		margin: 5.5% 0 0 4%;
	}
	.sec_curriculum .list_step .txt_step{
		margin-bottom: 0.8em;
		font-size: 2.1rem;
	}
	.sec_curriculum .list_step .ttl_step{
		font-size: 2.8rem;
	}
	.sec_curriculum .box_step{
		margin-bottom: 11%;
		padding: 0;
	}
	.sec_curriculum .box_step .ttl{
		margin-bottom: 1em;
		font-size: 1.8rem;
	}
	.sec_curriculum .box_step .txt{
		line-height: 1.6;
		font-size: 1.3rem;
	}
	.sec_curriculum .box_contents{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 5.7% 0 14.5%;
		padding: 3% 8.8% 4.7%;
		background-image: url(../img/index/curriculum_bg03_02_sp.png);
		background-repeat: repeat-y;
	}
	.sec_curriculum .btn_link + .box_contents{
		margin-top: 18%;
	}
	.sec_curriculum .box_contents:before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 0;
		margin-top: -4.5%;
		padding-top: 6%;
		background: url(../img/index/curriculum_bg03_01_sp.png) 50% 100% no-repeat;
		background-size: 100% auto;
	}
	.sec_curriculum .box_contents:after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 0;
		margin-bottom: -4.5%;
		padding-top: 6%;
		background: url(../img/index/curriculum_bg03_03_sp.png) 50% 0 no-repeat;
		background-size: 100% auto;
	}
	.sec_curriculum .box_contents .box_ttl{
		width: auto;
		border-bottom: 1px solid #D6D6D6;
	}
	.sec_curriculum .box_contents .box_ttl .ttl{
		margin-bottom: 7%;
		font-size: 2.1rem;
	}
	.sec_curriculum .box_contents .box_ttl .ttl .copy{
		font-size: 1.5rem;
	}
	.sec_curriculum .box_contents .box_txt{
		width: auto;
		padding: 7% 0 0;
		border-left: none;
	}
	.sec_curriculum .box_contents .box_txt .txt,
	.sec_curriculum .box_contents .box_txt .txt_block{
		font-size: 1.2rem;
	}
	.sec_curriculum .box_contents .box_txt .txt + .txt{
		margin-top: 6.6%;
		padding-top: 6.6%;
	}
	.sec_curriculum .box_contents .box_txt .txt .att{
		font-size: 1.0rem;
	}
	.sec_curriculum .btn_link{
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.sec_curriculum .list_step .txt_step{
		font-size: 1.6rem;
	}
	.sec_curriculum .list_step .ttl_step{
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 360px) {
	.sec_curriculum .ttl_sec .copy{
		font-size: 1.2rem;
	}
}

/* ------------------------------
    sec_support
------------------------------ */
.sec_support{
	min-width: 1200px; /*min-width*/
	padding: 88px 0 70px;
	overflow: hidden;
}
.sec_support .inner{
	position: relative;
}
.sec_support .inner:before{
	content: "";
	position: absolute;
	top: 47px;
	left: 305px;
	display: block;
	width: 562px;
	height: 154px;
	background: url(../img/index/support_bg02.png) no-repeat;
	background-size: 100% auto;
}
.sec_support .box-L{
	float: left;
	width: 640px;
	margin-bottom: 80px;
}
.sec_support .ttl_sec{
	margin-bottom: 50px;
	padding-left: 0.5em;
	letter-spacing: -0.05em;
	transform: scaleX(0.98);
	color: #0065af;
}
.sec_support .ttl_sec .copy{
	display: block;
	padding-left: 1em;
	text-decoration: underline;
	font-size: 2.6rem;
}
.sec_support .box-L .txt01{
	margin-bottom: 10px;
	padding-left: 0.5em;
	line-height: 1.76;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 2.9rem;
	/*transform: scaleX(0.98) skewX(-10deg);*/
}
.sec_support .box-L .txt01 .ltd{
	display: inline-block;
	margin-left: -0.5em;
}
.sec_support .box-L .txt01 em{
	font-style: normal;
	color: #ff6700;
}
.sec_support .box-L .txt02{
	margin-bottom: 0.5em;
	padding-left: 1em;
	line-height: 1.6;
	font-size: 1.8rem;
}
.sec_support .box-L .list_att li{
	padding-left: 2.5em;
	line-height: 1.8;
	text-indent: -1em;
	font-size: 1.2rem;
}
.sec_support .box-R{
	float: right;
	margin-bottom: 60px;
}
.sec_support .box-R .img{
	width: 560px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}
.sec_support .box_contents{
	clear: both;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 1200px;
	height: 310px;
	margin-bottom: 37px;
	background: url(../img/index/support_bg01.png) no-repeat;
	background-size: 100% auto;
}
.sec_support .box_contents .box_ttl{
	width: 272px;
}
.sec_support .box_contents .box_ttl .ttl{
	line-height: 1.3;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 3.2rem;
	color: #fff;
}
.sec_support .box_contents .box_ttl .ttl .copy{
	display: block;
	font-size: 2.0rem;
}
.sec_support .box_contents .box_txt{
	width: 928px;
	padding: 40px;
	border-left: 1px solid #ffffff;
}
.sec_support .box_contents .box_txt .txt{
	line-height: 1.7;
	font-size: 1.7rem;
	color: #fff;
}
.sec_support .box_contents .box_txt .list_check{
	margin-top: 13px;
}
.sec_support .box_contents .box_txt .list_check li{
	padding: 13px 0 13px 30px;
	font-size: 1.6rem;
	color: #fff;
	background: url(../img/index/ico_check01.svg) 0 50% no-repeat;
	background-size: 20px 20px;
	border-top: 1px dashed rgba(255,255,255,0.3);
}
.sec_support .btn_link{
	width: 517px;
}

@media screen and (max-width: 768px) {
	.sec_support{
		min-width: 0;
		padding: 9% 0 10%;
	}
	.sec_support .inner:before{
		display: none;
	}
	.sec_support .box-L{
		float: none;
		width: auto;
		margin-bottom: 12.7%;
	}
	.sec_support .ttl_sec{
		margin-bottom: 8%;
 		padding-left: 0;
 		text-align: center;
	}
	.sec_support .ttl_sec .copy{
		margin-bottom: 0.5em;
		padding-left: 0;
		font-size: 1.4rem;
	}
	.sec_support .box-L .txt01{
		margin-bottom: 6%;
		line-height: 1.76;
		font-size: 1.5rem;
	}
	.sec_support .box-L .txt02{
		line-height: 1.9;
		font-size: 1.2rem;
	}
	.sec_support .box-L .list_att li{
		font-size: 1.0rem;
	}
	.sec_support .box-R{
		display: none;
	}
	.sec_support .box_contents{
		position: relative;
		display: block;
		width: auto;
		height: auto;
		margin: 5.5% 0 14%;
		padding: 4.8% 8.8%;
		background-image: url(../img/index/support_bg01_02_sp.png);
		background-repeat: repeat-y;
	}
	.sec_support .box_contents:before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 0;
		margin-top: -4.5%;
		padding-top: 6%;
		background: url(../img/index/support_bg01_01_sp.png) 50% 100% no-repeat;
		background-size: 100% auto;
	}
	.sec_support .box_contents:after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 0;
		margin-bottom: -4.5%;
		padding-top: 6%;
		background: url(../img/index/support_bg01_03_sp.png) 50% 0 no-repeat;
		background-size: 100% auto;
	}
	.sec_support .box_contents .box_ttl{
		width: auto;
		border-bottom: 1px solid #fff;
	}
	.sec_support .box_contents .box_ttl .ttl{
		margin-bottom: 9.8%;
		font-size: 2.1rem;
	}
	.sec_support .box_contents .box_txt{
		width: auto;
		padding: 7% 0 0;
		border-left: none;
	}
	.sec_support .box_contents .box_txt .txt{
		line-height: 1.6;
		font-size: 1.2rem;
	}
	.sec_support .box_contents .box_txt .list_check{
		margin-top: 5.7%;
	}
	.sec_support .box_contents .box_txt .list_check li{
		padding: 15px 0 15px 28px;
		line-height: 1.5;
		font-size: 1.3rem;
		background-position-y: 15px;
	}
	.sec_support .box_contents .box_txt .list_check li:last-child{
		padding-bottom: 0;
	}
	.sec_support .btn_link{
		width: auto;
	}
	.sec_support .btn_link .link_txt{
		line-height: 1.26;
		text-align: center;
	}
}

/* ------------------------------
    sec_programming
------------------------------ */
.sec_programming{
	min-width: 1200px; /*min-width*/
	padding: 80px 0 73px;
	overflow: hidden;
	background:url(../img/common/check_bg01.png);
}
.sec_programming .inner{
	position: relative;
}
.sec_programming .inner:before{
	content: "";
	position: absolute;
	top: 60px;
	left: 720px;
	display: block;
	width: 567px;
	height: 234px;
	background: url(../img/index/programming_bg01.png) no-repeat;
	background-size: 100% auto;
}
.sec_programming .ttl_sec{
	margin-bottom: 30px;
	letter-spacing: 0;
	text-align: center;
	color: #0065af;
	transform: scaleX(0.98);
}
.sec_programming .txt{
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.8;
	font-size: 1.8rem;
}
.sec_programming .btn_link{
	width: 380px;
}

@media screen and (max-width: 768px) {
	.sec_programming{
		min-width: 0;
		padding: 8.8% 0 9%;
		background-size: 700px auto;
	}
	.sec_programming .inner:before{
		display: none;
	}
	.sec_programming .ttl_sec{
		margin-bottom: 6%;
	}
	.sec_programming .txt{
		margin-bottom: 9%;
		line-height: 1.9;
		letter-spacing: -0.02em;
		text-align: left;
		font-size: 1.2rem;
	}
	.sec_programming .btn_link{
		width: auto;
	}
}

/* ------------------------------
    sec_learn
------------------------------ */
.sec_learn{
	min-width: 1200px; /*min-width*/
	overflow: hidden;
	background-color: #0065af;
}
.sec_learn .inner{
	position: relative;
	padding: 70px 0;
}
.sec_learn .inner:before{
	content: "";
	position: absolute;
	top: 36px;
	left: -85px;
	display: block;
	width: 408px;
	height: 118px;
	background: url(../img/index/learn_bg01.png) no-repeat;
	background-size: 100% auto;
}
.sec_learn .ttl_sec{
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 0;
	font-size: 7.0rem;
	color: #fff;
	transform: scaleX(0.98);
}
.sec_learn .ttl_sec .copy{
	display: block;
	text-decoration: underline;
	font-size: 2.6rem;
}
.sec_learn .box_contents{
	clear: both;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 1200px;
	height: 231px;
	margin-bottom: 37px;
	background: url(../img/index/learn_bg02.png) no-repeat;
	background-size: 100% auto;
}
.sec_learn .box_contents .box_ttl{
	width: 272px;
}
.sec_learn .box_contents .box_ttl .ttl{
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 3.2rem;
	color: #0065af;
}
.sec_learn .box_contents .box_txt{
	width: 928px;
	padding: 0 40px;
	border-left: 1px solid #0065af;
}
.sec_learn .box_contents .box_txt .txt{
	line-height: 1.7;
	font-size: 1.5rem;
}
.sec_learn .box_contents .box_txt .list_check{
	margin-top: 13px;
	padding-right: 100px;
	font-size: 0;
	border-top: 1px dashed #bcbcbc;
}
.sec_learn .box_contents .box_txt .list_check li{
	display: inline-block;
	height: 20px;
	margin-top: 13px;
	padding-left: 30px;
	line-height: 20px;
	font-size: 1.6rem;
	background: url(../img/index/ico_check02.svg) 0 50% no-repeat;
	background-size: 20px 20px;
}
.sec_learn .box_contents .box_txt .list_check li:nth-child(3n+1){
	width: 330px;
}
.sec_learn .box_contents .box_txt .list_check li:nth-child(3n+2){
	width: 330px;
}
.sec_learn .box_contents .box_txt .list_check li:nth-child(3n){
	width: 330px;
}

.sec_learn .box_contents .box_txt .list_check li:last-child{
	width: 700px;
}

.sec_learn .btn_link{
	width: 440px;
}

@media screen and (max-width: 768px) {
	.sec_learn{
		min-width: 0;
	}
	.sec_learn .inner{
		padding: 9% 0 11%;
	}
	.sec_learn .inner:before{
		display: none;
	}
	.sec_learn .ttl_sec{
		margin-bottom: 15%;
		font-size: 2.5rem;
	}
	.sec_learn .ttl_sec .copy{
		margin-bottom: 0.5em;
		letter-spacing: -0.03em;
		font-size: 1.4rem;
	}
	.sec_learn .ttl_sec .copy .inline-block{
		text-decoration: underline;
	}
	.sec_learn .box_contents{
		position: relative;
		display: block;
		width: auto;
		height: auto;
		margin: 5.7% 0 14%;
		padding: 4.4% 8.8%;
    	background-image: url(../img/index/curriculum_bg03_02_sp.png);
    	background-repeat: repeat-y;
	}
	.sec_learn .box_contents:before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 0;
		margin-top: -4.5%;
		padding-top: 6%;
		background: url(../img/index/curriculum_bg03_01_sp.png) 50% 100% no-repeat;
		background-size: 100% auto;
	}
	.sec_learn .box_contents:after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 0;
		margin-bottom: -4.5%;
		padding-top: 6%;
		background: url(../img/index/curriculum_bg03_03_sp.png) 50% 0 no-repeat;
		background-size: 100% auto;
	}
	.sec_learn .box_contents .box_ttl{
		width: auto;
		border-bottom: 1px solid #D6D6D6;
	}
	.sec_learn .box_contents .box_ttl .ttl{
		margin-bottom: 7%;
		font-size: 2.1rem;
	}
	.sec_learn .box_contents .box_txt{
		width: auto;
		padding: 0;
		border-left: none;
	}
	.sec_learn .box_contents .box_txt .txt{
		padding-top: 7%;
		line-height: 1.6;
		font-size: 1.2rem;
	}
	.sec_learn .box_contents .box_txt .list_check{
		margin-top: 15px;
		padding-right: 0;
	}
	.sec_learn .box_contents .box_txt .list_check li{
		display: block;
		margin-top: 15px;
		padding-bottom: 15px;
		height: auto;
		padding-left: 27px;
		font-size: 1.3rem;
		background-position-y: 0;
		border-bottom: 1px dashed #bcbcbc;
	}
	.sec_learn .box_contents .box_txt .list_check li:nth-child(3n+1),
	.sec_learn .box_contents .box_txt .list_check li:nth-child(3n+2),
	.sec_learn .box_contents .box_txt .list_check li:nth-child(3n){
		width: auto;
	}
	.sec_learn .box_contents .box_txt .list_check li:last-child{
		padding-bottom: 0;
		border-bottom: none;
	}
	.sec_learn .btn_link{
		width: auto;
	}
}

/* ------------------------------
    sec_about
------------------------------ */
.sec_about .inner{
	position: relative;
	min-width: 1200px; /*min-width*/
	padding: 75px 0;
	overflow: hidden;
}
.sec_about .inner:before{
	content: "";
	position: absolute;
	top: 68px;
	right: -20px;
	display: block;
	width: 411px;
	height: 136px;
	background: url(../img/index/about_bg01.png) no-repeat;
	background-size: 100% auto;
}
.sec_about .ttl_sec{
	margin-bottom: 30px;
	line-height: 1.14;
	text-align: center;
	letter-spacing: 0;
	color: #0065af;
}
.sec_about .ttl_sec .copy{
	display: block;
	margin-bottom: 0.5em;
	text-decoration: underline;
	font-weight: 700;
	font-size: 2.6rem;
}
.sec_about .txt{
	margin-bottom: 45px;
	line-height: 1.7;
	text-align: center;
	font-size: 1.8rem;
}
.sec_about .btn_link{
	width: 500px;
}

@media screen and (max-width: 768px) {
	.sec_about .inner{
		min-width: 0;
		padding: 9% 0 10%;
	}
	.sec_about .inner:before{
		display: none;
	}
	.sec_about .ttl_sec{
		margin-bottom: 5%;
		line-height: 1.2;
	}
	.sec_about .ttl_sec .copy{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	.sec_about .txt{
		margin-bottom: 7%;
		line-height: 1.9;
		letter-spacing: -0.02em;
		text-align: left;
		font-size: 1.2rem;
	}
	.sec_about .btn_link{
		width: auto;
	}
}

/* ------------------------------
    sec_feature
------------------------------ */
.sec_feature{
	min-width: 1200px; /*min-width*/
	overflow: hidden;
	background:url(../img/common/check_bg02.png) #141414;
}
.sec_feature .inner{
	position: relative;
	padding: 95px 0 100px;
}
.sec_feature .inner:before{
	content: "";
	position: absolute;
	top: 30px;
	left: 303px;
	display: block;
	width: 600px;
	height: 155px;
	background: url(../img/index/feature_bg01.png) no-repeat;
	background-size: 100% auto;
}
.sec_feature .ttl_sec{
	margin-bottom: 70px;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
}
.sec_feature .ttl_sec .copy{
	display: block;
	text-decoration: underline;
	font-size: 2.64rem;
}
.sec_feature .list_feature{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto 48px;
}
.sec_feature .list_feature .items_feature{
	width: 366px;
	height: 330px;
}
.sec_feature .list_feature .items_feature a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	transition: transform 0.3s ease-out;
}
.sec_feature .list_feature .items_feature a:hover{
	transform: translate(-10px,-10px);
}
.sec_feature .list_feature .items_feature a:before{
	content: "";
	position: absolute;
	right: -1px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #ff6700 transparent;
}
.sec_feature .list_feature .items_feature a:after{
	content: "";
	position: absolute;
	right: 7px;
	bottom: 6px;
	display: block;
	width: 8px;
	height: 12px;
	background: url(../img/common/ico_arrow02.svg) no-repeat;
}
.sec_feature .list_feature .items_feature:nth-child(3n){
	border-right: none;
}
.sec_feature .list_feature .items_feature:nth-child(1),
.sec_feature .list_feature .items_feature:nth-child(2),
.sec_feature .list_feature .items_feature:nth-child(3){
	border-top: none;
}
.sec_feature .list_feature .items_feature .img{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 160px;
	text-align: center;
}
.sec_feature .list_feature .items_feature .img{
	max-width: 400px;
}
.sec_feature .list_feature .items_feature:nth-child(6) .img{
	bottom: 150px;
}
.sec_feature .list_feature .items_feature .ttl{
	margin-bottom: 1em;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 2.0rem;
}
.sec_feature .list_feature .items_feature .txt{
	display: inline-block;
	width: 270px;
	line-height: 2;
	text-align: left;
	font-size: 1.47rem;
}
.sec_feature .btn_link{
	width: 380px;
}

@media screen and (max-width: 768px) {
	.sec_feature{
		min-width: 0;
		background-size: 700px auto;
	}
	.sec_feature .inner{
		padding: 9% 0 11%;
	}
	.sec_feature .inner:before{
		display: none;
	}
	.sec_feature .ttl_sec{
		margin-bottom: 11%;
	}
	.sec_feature .ttl_sec .copy{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	.sec_feature .list_feature{
		width: auto;
		margin-bottom: 8%;
	}
	.sec_feature .list_feature .items_feature{
		width: 50%;
		height: auto;
	}
	.sec_feature .list_feature .items_feature a{
		padding: 40% 0 8%;
	}
	.sec_feature .list_feature .items_feature a:hover{
		transform: translate(0);
	}
	.sec_feature .list_feature .items_feature a:before{
		border-width: 0 0 30px 30px;
	}
	.sec_feature .list_feature .items_feature a:after{
		right: 5px;
		bottom: 5px;
		width: 6px;
		height: 9px;
	}
	.sec_feature .list_feature .items_feature .img,
	.sec_feature .list_feature .items_feature:nth-child(6) .img{
		left: 0;
		right: 0;
		bottom: 0;
		width: 20%;
		margin: 0 auto 30%;
	}
	.sec_feature .list_feature .items_feature:nth-child(6) .img{
		width: 23.4%;
	}
	.sec_feature .list_feature .items_feature .img img{
		width: 100%;
		max-width: 768px;
	}
	.sec_feature .list_feature .items_feature .ttl{
		line-height: 1.5;
		font-size: 1.3rem;
	}
	.sec_feature .list_feature .items_feature .txt{
		display: none;
	}
	.sec_feature .btn_link{
		width: auto;
	}
}
@media screen and (max-width: 550px) {
	.sec_feature .list_feature .items_feature .img,
	.sec_feature .list_feature .items_feature:nth-child(6) .img{
		margin-bottom: 40%;
	}
}
@media screen and (max-width: 380px) {
	.sec_feature .list_feature .items_feature a{
		padding-top: 46.6%;
	}
	.sec_feature .list_feature .items_feature{
		height: 37.3vw;
	}
	.sec_feature .list_feature .items_feature .img,
	.sec_feature .list_feature .items_feature:nth-child(6) .img{
		margin-bottom: 50%;
	}
}

@media screen and (max-width: 340px) {
	.sec_feature .list_feature .items_feature .ttl{
		font-size: 1.1rem;
	}
}

/* ------------------------------
    sec_flow
------------------------------ */
.sec_flow{
	min-width: 1200px; /*min-width*/
	overflow: hidden;
	background-color: #0065af;
}
.sec_flow .inner{
	position: relative;
	padding: 80px 0;
}
.sec_flow .inner:before{
	content: "";
	position: absolute;
	top: 110px;
	left: 618px;
	display: block;
	width: 338px;
	height: 134px;
	background: url(../img/index/flow_bg01.png) no-repeat;
	background-size: 100% auto;
}
.sec_flow .ttl_sec{
	margin-bottom: 50px;
	padding-left: 0.3em;
	letter-spacing: 0;
	color: #fff;
}
.sec_flow .txt01{
	margin-bottom: 1em;
	line-height: 1.7;
	font-size: 1.8rem;
	color: #fff;
	transform: skewX(-10deg);
}
.sec_flow .txt01 .bold{
	font-weight: 700;
}
.sec_flow .list_att{
	margin-bottom: 68px;
}
.sec_flow .list_att li{
	padding-left: 1em;
	line-height: 1.6;
	text-indent: -1em;
	font-size: 1.18rem;
	color: #fff;
}
.sec_flow .list_flow{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.sec_flow .list_flow .items_flow{
	position: relative;
	width: 220px;
	height: 228px;
	margin-left: -15px;
	padding: 52px 15px 0;
	background: url(../img/index/flow_bg02.png) 50% 0 no-repeat;
	background-size: 100% auto;
}
.sec_flow .list_flow .flow02{
	margin-top: -37px;
}
.sec_flow .list_flow .flow03{
	margin-top: -80px;
}
.sec_flow .list_flow .flow04{
	margin-top: -117px;
}
.sec_flow .list_flow .flow05{
	margin-top: -160px;
}
.sec_flow .list_flow .flow06{
	margin-top: -197px;
}
.sec_flow .list_flow .items_flow .num{
	margin-bottom: 22px;
	text-align: center;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 2.24rem;
	color: #0065af;
}
.sec_flow .list_flow .items_flow .img{
	text-align: center;
}
.sec_flow .list_flow .items_flow .txt{
	position: absolute;
	top: 215px;
	left: 0;
	width: 100%;
	line-height: 1.37;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 1.625rem;
	color: #fff;
}
.sec_flow .list_flow .box_copy{
	position: absolute;
    right: 20px;
    bottom: -120px;
	width: 1161px;
	height: 282px;
	background: url(../img/index/flow_bg03.png) no-repeat;
	background-size: 100% auto;
}
.sec_flow .list_flow .box_copy .txt{
	position: absolute;
	top: 87px;
	right: 37px;
	font-style: italic;
	font-weight: 700;
	font-size: 3.0rem;
	color: #ff6700;
	transform: rotate(-10deg);
}
.sec_flow .btn_link{
	width: 380px;
}

@media screen and (max-width: 768px) {
	.sec_flow{
		min-width: 0;
	}
	.sec_flow .inner{
		padding: 10% 0 12%;
	}
	.sec_flow .inner:before{
		display: none;
	}
	.sec_flow .ttl_sec{
		margin-bottom: 8.8%;
		padding-left: 0;
		text-align: center;
	}
	.sec_flow .txt01,
	.sec_flow .txt01 .bold{
		margin-bottom: 5.8%;
		text-align: center;
		font-weight: 900;
		font-size: 1.3rem;
	}
	.sec_flow .list_att{
		margin-bottom: 5%;
	}
	.sec_flow .list_att li{
		line-height: 1.5;
		font-size: 1.0rem;
	}
	.sec_flow .list_att li + li{
		margin-top: 0.85em;
	}
	.sec_flow .list_flow{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.sec_flow .list_flow .items_flow{
		width: 50%;
		height: 64vw;
		margin: 0 -5px 3%;
		padding: 13% 0 0;
		background-position-y: 0;
		background-size: 108% auto;
	}
	.sec_flow .list_flow .flow02,
	.sec_flow .list_flow .flow03,
	.sec_flow .list_flow .flow04,
	.sec_flow .list_flow .flow05,
	.sec_flow .list_flow .flow06{
		margin-top: 0;
	}
	.sec_flow .list_flow .items_flow .num{
		margin-bottom: 0.9em;
		font-size: 2.5rem;
	}
	.sec_flow .list_flow .items_flow .img{
		width: 35%;
		margin: auto;
	}
	.sec_flow .list_flow .items_flow.flow01 .img{
		padding-left: 4%;
	}
	.sec_flow .list_flow .items_flow .img img{
		width: 100%;
		max-width: 768px;
	}
	.sec_flow .list_flow .items_flow .txt{
		top: 0;
		margin-top: 110%;
		line-height: 1.3;
		font-size: 1.8rem;
	}
	.sec_flow .list_flow .box_copy{
		display: none;
	}
	.sec_flow .btn_link{
		width: auto;
	}
}
@media screen and (max-width: 380px) {
	.sec_flow .list_flow .items_flow .num{
		font-size: 1.932rem;
	}
	.sec_flow .list_flow .items_flow .txt{
		font-size: 1.3rem;
	}
	.sec_flow .list_flow .items_flow .img{
		width: 30%;
	}
}

/* ------------------------------
    sec_voice
------------------------------ */
.sec_voice{
	position: relative;
	padding: 85px 0 155px;
	overflow: hidden;
}
.sec_voice:before{
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	display: block;
	width: 355px;
	height: 109px;
	margin-left: -420px;
	background: url(../img/index/voice_bg01.png) no-repeat;
	background-size: 100% auto;
	transform: translateX(-50%);
}
.sec_voice .ttl_sec{
	margin-bottom: 74px;
	text-align: center;
	letter-spacing: 0;
	color: #0065af;
}
.sec_voice .ttl_sec .copy{
	display: block;
	text-decoration: underline;
	font-size: 2.6rem;
}
.sec_voice .box_voice{
	opacity: 0;
	width: 1300px;
}
.sec_voice .voice_reverse{
	width: 1200px; /*min-width*/
	margin-left: -100px;
}
.sec_voice .box_voice *{
	outline: none;
}
.sec_voice .box_voice.slick-initialized{
    opacity: 1
}
.sec_voice .box_voice .item-voice{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.sec_voice .box_voice + .box_voice{
	margin-top: 75px;
}
.sec_voice .box_voice .box_txt{
	width: 500px;
	padding-right: 100px;
}
.sec_voice .voice_reverse .box_txt{
	order: 2;
	padding: 0 0 0 100px;
}
.sec_voice .box_voice .box_txt .num{
	margin-bottom: -95px;
	padding-left: 410px;
	line-height: 1;
	font-family: 'BrushScriptStd';
	font-size: 6.0rem;
	transform: rotate(-7.49deg);
}
.sec_voice .voice_reverse .box_txt .num{
	margin-bottom: -45px;
	padding-left: 310px;
}
.sec_voice .box_voice .box_txt .num .chara{
	display: block;
	margin-left: -0.8em;
	font-size: 1.8rem;
}
.sec_voice .box_voice .box_txt .txt_parson{
	display: inline-block;
	margin: 0 0 25px 20px;
	padding-bottom: 3px;
	font-style: italic;
	font-weight: 700;
	font-size: 1.8rem;
	color: #0065af;
	border-bottom: 2px solid #0065af;
}
.sec_voice .box_voice .box_txt .txt_course{
	margin: 0 0 1.2em 15px;
	font-style: italic;
	font-size: 1.2rem;
}
.sec_voice .box_voice .box_txt .txt_name{
	margin: 0 0 1em 5px;
	font-style: italic;
	font-weight: 700;
	font-size: 2.64rem;
}
.sec_voice .box_voice .box_txt .txt_name .small{
	font-size: 1.58rem;
}
.sec_voice .box_voice .box_txt .txt{
	margin-bottom: 45px;
	line-height: 2.2;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.4rem;
}
.sec_voice .box_voice .box_txt .btn_link{
	width: 230px;
	height: 46px;
	line-height: 46px;
	margin-left: 0;
}
.sec_voice .box_voice .box_txt .btn_link:after{
	right: 13px;
	width: 5px;
	height: 10px;
}
.sec_voice .box_voice .box_txt .btn_link .link_txt{
	font-size: 1.7rem;
}
.sec_voice .box_voice .box_img{
	position: relative;
	width: 800px;
	padding-bottom: 60px;
}
.sec_voice .voice_reverse .box_img{
	order: 1;
}
.sec_voice .box_voice .box_img:before{
	content: "";
	position: absolute;
	top: 0;
	left: -43px;
	width: 417px;
	height: 581px;
	background: url(../img/index/voice_bg02.png) no-repeat;
	background-size: 100% auto;
	z-index: -1;
}
.sec_voice .voice_reverse .box_img:before{
	left: auto;
	right: -43px;
}
.sec_voice .box_voice .slick-arrow{
    position: absolute;
	left: 50%;
    bottom: 90px;
    width: 5px;
    height: 9px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/common/ico_arrow03.svg) no-repeat;
    border: none;
    cursor: pointer;
    z-index: 200;
	transform: translateX(-50%);
}
.sec_voice .box_voice .slick-prev{
	left: 50%;
	margin-left: -130px;
    transform: scale(-1) translateX(-50%);
}
.sec_voice .box_voice .slick-next{
	margin-left: 0;
}
.sec_voice .voice_reverse .slick-prev{
	margin-left: -43px;
}
.sec_voice .voice_reverse .slick-next{
	margin-left: 87px;
}
.sec_voice .box_voice .slick-counter{
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 180px;
	height: 70px;
	margin-left: -60px;
	line-height: 70px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	color: #808080;
	background-color: #fff;
	z-index: 100;
	transform: translateX(-50%);
}
.sec_voice .voice_reverse .slick-counter{
	margin-left: 27px;
}
.sec_voice .box_voice .slick-counter .bar{
	display: inline-block;
	width: 8px;
	height: 1px;
	margin: 0 15px;
	vertical-align: middle;
	background-color: #808080;
}
.sec_voice .box_voice .slick-counter .total{
	color: #000;
}

@media screen and (max-width: 768px) {
	.sec_voice{
		padding: 10% 0 0;
	}
	.sec_voice .inner{
		width: 100%;
	}
	.sec_voice:before{
		display: none;
	}
	.sec_voice .ttl_sec{
		margin-bottom: 10%;
	}
	.sec_voice .ttl_sec .copy{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	.sec_voice .box_voice,
	.sec_voice .voice_reverse{
		width: auto;
		margin-left: 0;
		padding-bottom: 10%;
	}
	.sec_voice .box_voice + .box_voice{
		margin-top: 0;
	}
	.sec_voice .box_voice .item-voice{
		flex-wrap: wrap;
		background: url(../img/index/voice_bg02_sp.png) 100% 0 no-repeat;
		background-size: 55.6% auto;
	}
	.sec_voice .voice_reverse .item-voice{
		background-position-x: 0;
	}
	.sec_voice .box_voice .box_txt,
	.sec_voice .voice_reverse .box_txt{
		order: 2;
		width: 90.6%;
		padding: 5.8% 0 0 0;
		margin: auto;
	}
	.sec_voice .box_voice .box_txt .num{
		display: none;
	}
	.sec_voice .box_voice .box_txt .txt_parson{
		margin: 0 0 1em;
		font-size: 1.4rem;
	}
	.sec_voice .box_voice .box_txt .txt_course{
		margin: 0 0 1.5em;
		font-size: 1.1rem;
	}
	.sec_voice .box_voice .box_txt .txt_name{
		margin: 0 0 1.5em;
		font-size: 1.8rem;
	}
	.sec_voice .box_voice .box_txt .txt_name .small{
		font-size: 1.1rem;
	}
	.sec_voice .box_voice .box_txt .txt{
		display: none;
	}
	.sec_voice .box_voice .box_txt .btn_link{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.sec_voice .box_voice .box_img{
		order: 1;
		width: 100%;
		padding: 0 4.8% 0 0;
	}
	.sec_voice .voice_reverse .box_img{
		padding: 0 0 0 4.8%;
	}
	.sec_voice .box_voice .box_img:before{
		display: none;
	}
	.sec_voice .box_voice .slick-arrow{
		top: 0;
		bottom: auto;
		width: 4px;
		height: 6px;
		margin: calc( 62% - 27px ) 0 0;
		transform: translateX(0);
	}
	.sec_voice .box_voice .slick-prev{
		left: 0;
		margin-left: calc( 68.9% - 4.7vw);
	    transform: scale(-1);
	}
	.sec_voice .box_voice .slick-next{
		left: auto;
		right: 0;
		margin-right: calc( 5% + 4.7vw);
	}
	.sec_voice .voice_reverse .slick-prev{
		left: 0;
		right: auto;
		margin-left: calc( 5% + 4.7vw);
	}
	.sec_voice .voice_reverse .slick-next{
		left: auto;
		right: 0;
		margin-right: calc( 68.9% - 4.7vw);
	}
	.sec_voice .box_voice .slick-counter{
		top: 0;
		bottom: auto;
		left: auto;
		right: 4.7vw;
		width: 37.7%;
		height: 50px;
		margin: calc( 62% - 50px ) 0 0;
		line-height: 53px;
		font-size: 1.07rem;
		transform: translateX(0);
	}
	.sec_voice .voice_reverse .slick-counter{
		left: 4.7vw;
		right: auto;
	}
	.sec_voice .box_voice .slick-counter .bar{
		width: 6px;
		margin: -2px 10px 0;
	}
}

/* ------------------------------
    sec_corporation
------------------------------ */
.sec_corporation{
	padding: 95px 0 130px;
	overflow: hidden;
	background:url(../img/common/check_bg02.png) #141414;
}
.sec_corporation .inner{
	position: relative;
}
.sec_corporation .inner:before{
	content: "";
	position: absolute;
	top: 50px;
	left: 500px;
	display: block;
	width: 827px;
	height: 178px;
	background: url(../img/index/corporation_bg.png) no-repeat;
	background-size: 100% auto;
}
.sec_corporation .ttl_sec{
	margin-bottom: 70px;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.sec_corporation .ttl_sec .copy{
	display: block;
	text-decoration: underline;
	text-align: center;
	font-size: 2.6rem;
}
.sec_corporation .list_bnr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec_corporation .list_bnr li{
	width: 580px;
	height: 130px;
}
.sec_corporation .list_bnr .large{
	width: 100%;
	margin-top: 40px;
}
.sec_corporation .list_bnr li a{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: #960030;
}
.sec_corporation .list_bnr li i{
	position: absolute;
	top: 50%;
	left: 36px;
	display: block;
	transform: translateY(-50%);
}
.sec_corporation .list_bnr .bnr01 i{
	width: 67px;
}
.sec_corporation .list_bnr .bnr02 i{
	width: 64px;
}
.sec_corporation .list_bnr .bnr03 i{
	width: 66px;
}
.sec_corporation .list_bnr li .link_txt{
	padding-left: 40px;
	font-weight: 700;
	font-size: 2.6rem;
	color: #fff;
}
.sec_corporation .list_bnr .bnr02 .link_txt{
	padding-left: 60px;
}

@media screen and (max-width: 768px) {
	.sec_corporation{
		padding: 10% 0 12%;
		background-size: 700px auto;
	}
	.sec_corporation .inner:before{
		display: none;
	}
	.sec_corporation .ttl_sec{
		margin-bottom: 10%;
	}
	.sec_corporation .ttl_sec .copy{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	.sec_corporation .list_bnr li{
		width: 48.2%;
		height: 36vw;
	}
	.sec_corporation .list_bnr .large{
		height: 26.6vw;
		margin-top: 3.6%;
	}
	.sec_corporation .list_bnr .bnr01 a,
	.sec_corporation .list_bnr .bnr02 a{
		flex-direction: column;
	}
	.sec_corporation .list_bnr .bnr03 a{
		justify-content: flex-start;
	}
	.sec_corporation .list_bnr .bnr01 i,
	.sec_corporation .list_bnr .bnr02 i{
		position: static;
		margin: 0 auto 10%;
		transform: translateY(0);
	}
	.sec_corporation .list_bnr .bnr01 i{
		width: 30%;
	}
	.sec_corporation .list_bnr .bnr02 i{
		width: 26.2%;
	}
	.sec_corporation .list_bnr .bnr03 i{
		width: 14.8%;
		left: 8%;
	}
	.sec_corporation .list_bnr li .link_txt{
		width: 100%;
		padding-left: 0;
		line-height: 1.46;
		text-align: center;
		font-size: 2.0rem;
	}
	.sec_corporation .list_bnr .bnr02 .link_txt{
		padding-left: 0;
	}
	.sec_corporation .list_bnr .bnr03 .link_txt{
		padding-left: 35%;
		text-align: left;
		font-size: 2.3rem;
	}
}
@media screen and (max-width: 380px) {
	.sec_corporation .list_bnr li .link_txt{
		font-size: 1.3rem;
	}
	.sec_corporation .list_bnr .bnr03 .link_txt{
		padding-left: 28%;
		font-size: 1.55rem;
	}
}

/* ------------------------------
    sec_info
------------------------------ */
.sec_info .inner{
	position: relative;
	padding: 80px 0;
}
.sec_info .inner:after{
	content: "";
	position: absolute;
	top: 36px;
	left: 196px;
	display: block;
	width: 346px;
	height: 206px;
	background: url(../img/index/info_bg01.png) no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}
.sec_info .ttl_sec{
	margin-bottom: 50px;
	text-align: center;
	color: #0065af;
}
.sec_info .list_tab{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 0 auto 47px;
}
.sec_info .list_tab li{
	width: 100px;
	height: 30px;
	margin: 0 3px;
	background-color: #CCE0EF;
	border-radius: 30px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease-out;
}
.sec_info .list_tab li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	text-align: center;
	font-style: italic;
	font-size: 1.6rem;
}
.sec_info .list_tab li:hover,
.sec_info .list_tab .current{
	background : #0065AF;
	box-shadow: none;
}
.sec_info .list_tab li:hover a,
.sec_info .list_tab .current a{
	color: #fff;
}
.sec_info .list_tab .current a{
	pointer-events: none;
}
.sec_info .list_tab li a:after{
	transition: all 0.3s ease-out;
}
.sec_info .list_tab li a:hover:after,
.sec_info .list_tab .current a:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #0065AF transparent transparent transparent;
	transform: translateX(-50%);
}
.sec_info .box_tab{
	display: none;
}
.sec_info .box_tab.current{
	display: block;
	margin-bottom: 15px;
}
.sec_info .box_tab .items_info{
	float: right;
	width: 618px;
}
.sec_info .box_tab .items_info:nth-child(3){
	margin-top: 40px;
}
.sec_info .box_tab .items_info a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_info .box_tab .items_info .img{
	position: relative;
	width: 275px;
	overflow:hidden;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.sec_info .box_tab .items_info .box_txt{
	width: 310px;
}
.sec_info .box_tab .items_info .date{
	margin-bottom: 20px;
	font-style: italic;
	font-size: 1.422rem;
	color: #0065af;
}
.sec_info .box_tab .items_info .date .roboto{
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 500;
}
.sec_info .box_tab .items_info .ttl{
	margin-bottom: 15px;
	line-height: 1.83;
	font-style: italic;
	font-weight: 700;
	font-size: 1.8rem;
}
.sec_info .box_tab .items_info .txt{
	line-height: 2;
	font-size: 1.4rem;
}
.sec_info .box_tab .items_info.large,
.sec_info .box_tab .items_info:nth-child(1){
	float: left;
	width: 540px;
}
.sec_info .box_tab .items_info:nth-child(4){
	display: none;
}
.sec_info .box_tab .items_info.large a,
.sec_info .box_tab .items_info:nth-child(1) a{
	flex-direction: column;
	align-items: flex-start;
}
.sec_info .box_tab .items_info.large .img,
.sec_info .box_tab .items_info:nth-child(1) .img{
	width: 540px;
	margin-bottom: 20px;
}
.sec_info .btn_link{
	width: 380px;
}

@media screen and (max-width: 768px) {
	.sec_info .inner{
		padding: 9.7% 0;
	}
	.sec_info .inner:after{
		display: none;
	}
	.sec_info .ttl_sec{
		margin-bottom: 8.8%;
	}
	.sec_info .list_tab{
		margin-bottom: 8.8%;
	}
	.sec_info .list_tab li{
		width: 23.6%;
		height: 6.4vw;
	}
	.sec_info .list_tab li a{
		line-height: 6.4vw;
		font-size: 1.3rem;
	}
	.sec_info .box_tab.current{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.sec_info .box_tab:after{
		display: none;
	}
	.sec_info .box_tab .items_info,
	.sec_info .box_tab .items_info.large,
	.sec_info .box_tab .items_info:nth-child(1),
	.sec_info .box_tab .items_info:nth-child(3){
		margin: 0 0 7%;
		float: none;
		width: 48.2%;
	}
	.sec_info .box_tab .items_info:nth-child(4){
		display: block;
	}
	.sec_info .box_tab .items_info a{
		display: block;
	}
	.sec_info .box_tab .items_info .img,
	.sec_info .box_tab .items_info.large .img,
	.sec_info .box_tab .items_info:nth-child(1) .img{
		width: auto;
		margin-bottom: 8%;
		box-shadow: none;
	}
	.sec_info .box_tab .items_info .box_txt{
		width: auto;
	}
	.sec_info .box_tab .items_info .date{
		margin-bottom: 1em;
		font-size: 1.1rem;
	}
	.sec_info .box_tab .items_info .ttl{
		margin-bottom: 0;
		line-height: 1.6;
		letter-spacing: -0.02em;
		font-size: 1.2rem;
	}
	.sec_info .box_tab .items_info .txt{
		display: none;
	}
	.sec_info .btn_link{
		width: 100%;
	}
}
