@charset "utf-8";

.btn01 {
	background: linear-gradient(90deg,#FF2769,#D92376);
}

.orangeBtn {
	background: white;
	border: solid 5px #FF6221;
	color: #FF6221;
}
/* ----------------------------------------

mv

---------------------------------------- */
#mv {
	position: relative;
	background: linear-gradient(90deg,#F0F8FF,#B9DCFA);
}
#mv #mv_bg img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}
#mv .mv_inner {
	position: relative;
	padding: 3rem 0;
}
.mv_btn {
	width: 44%;
	position: absolute;
	bottom: 5rem;
	left: 20px;
	text-align: center;
}
.mv_btn .btn01 {
	width: 100%;
	padding: 2.5rem;
}
.mv_btn_text  {
	margin-top: 1rem;
}
@media screen and (max-width:1200px) and (min-width:768px){
	.mv_btn {
		bottom:	4vw;
	}
	.mv_btn .btn01 {
		font-size: 3vw;
		padding: 2.083vw;
	}
	.mv_btn_text {
		font-size: 2vw;
	}
}
@media screen and (max-width:767px){
	#mv .mv_inner {
		padding: 10px 30px 40px;
	}
	.mv_btn {
		width:auto;
		position: static;
		margin-top: 4rem;
	}
}

/* ----------------------------------------

group

---------------------------------------- */
/* groupList
------------------------------- */
#group {
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-color: white;
}
#group .secTitle {
	text-align: center;
	margin-bottom: 4.5rem;
}
#group .groupList > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -5rem;
	margin-top: -5rem;
}
#group .groupList > ul > li {
	width: calc((100% / 5 ) - 5rem);
	margin-left: 5rem;
	margin-top: 5rem;
}
@media only screen and (max-width: 767px){
	#group .groupList > ul {
		margin-left: -10px;
		margin-top: -20px;
	}
	#group .groupList > ul > li {
		width: calc((100% / 3 ) - 10px);
		margin-left: 10px;
		margin-top: 20px;
	}
}

/* ----------------------------------------

about

---------------------------------------- */
#about  {
	padding: 9rem 0;
	background: #F7FBFF;
}
#about .secTitle .main {
	margin: 4rem 0;
}
/* about_conts01
------------------------------- */
#about .sub {
	display: inline-block;
}
#about_conts01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#about_conts01 > .textArea {
	width: 50%;
}
#about_conts01 > .imgArea {
	width: 48%;
	padding: 0 5rem;
}
@media only screen and (max-width: 767px){
	#about_conts01 {
		display: block;
	}
	#about_conts01 > .textArea {
		width: auto;
		margin-bottom: 5rem;
	}
	#about_conts01 > .imgArea {
		width: auto;
	}
}
/* ----------------------------------------

merit

---------------------------------------- */
#merit  {
	padding: 9rem 0;
	background: #FFFFFF;
}
#merit .secTitle .main {
	margin: 4rem 0;
}
/* merit_conts01
------------------------------- */
#merit_conts01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#merit .sub {
	display: inline-block;
}
#merit_conts01 > .textArea {
	width: 50%;
}
#merit_conts01 > .imgArea {
	width: 48%;
	padding: 0 5rem;
}
@media only screen and (max-width: 767px){
	#merit_conts01 {
		display: block;
	}
	#merit_conts01 > .textArea {
		width: auto;
		margin-bottom: 5rem;
	}
	#merit_conts01 > .imgArea {
		width: auto;
	}
}


/* ----------------------------------------

voice

---------------------------------------- */
#voice {
	padding-bottom: 10rem;
}
#voice .title02 {
	font-size: 3rem;
}
#voice .tab {
	text-align: center;
	padding-bottom: 5rem;
}
#voice .tab img {
	width: 20%;
}
#voice .secTitle {
	margin-bottom: 3rem;
	line-height: 1.7em;
}
/* voiceList
------------------------------- */
#voiceList .colWrap {
	margin-top: -4rem;
	margin-left: -4rem;
	overflow: visible;
}
#voiceList .colWrap > * {
	margin-top: 4rem;
	margin-left: 4rem;
}
#voiceList .col02 > * { width: calc(50% - 4rem); }
#voiceList > ul > li {
	background-color: #fff;
	padding: 5rem;
	border: solid 2px #182B77;
	border-radius: 22px;
}
#voiceList .title {
	text-align: center;
	margin-bottom: 2rem;
}
#voiceList hr {
	color: #182B77;
	width: 90%;
	margin-bottom: 2rem;
}
#voiceList .detail {
	display: flex;
	font-weight: bold;
}
#voiceList .lead {
	margin-bottom: 2rem;
}
#voiceList .detail .imgArea {
	width: 22%;
}
#voiceList .detail .textArea {
	width: 78%;
}
#voiceList .detail .textArea .textItem {
	position: relative;
	padding-left: 4rem;
}
#voiceList .detail .textArea .check {
	position: absolute;
	width: 2.8rem;
	height: 2.8rem;
	left: 0;
	line-height: 1.8rem;
}
#voiceList .detail .textArea .check img {
	width: 100%;
}
#voiceList .detail .textArea .description {
	font-size: 2.3rem;
	line-height: 1.5em;
	margin-bottom: 1rem;
}
#voiceList .checkList > li {
	font-size: 1.4rem;
	line-height: 1.85;
	position: relative;
	padding-left: 2rem;
	background-image: url(../img/top/icon-check.svg);
	background-repeat: no-repeat;
	background-position: top .5em left;
	background-size: 1.6rem;
}
#voiceList .underLine {
	font-weight: bold;
	background: linear-gradient(to top ,#FFFBD6 10px,transparent 10px);
}
#voiceList .profile {
	font-size: 1.4rem;
	line-height: 1.85;
	margin-top: 3rem;
}
/* voiceList col01
------------------------------- */
#voiceList .colWrap.col02 {
	margin-top: 0;
}
#voiceList .col01 >  li {
	display: flex;
}
#voiceList .col01 .imgArea {
	width: calc(50% - 5rem);
	margin-right: 5rem;
}
#voiceList .col01 .textArea {
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.85;
}
#voiceList .col01 .btnUnit {
	margin-top: 3rem;
}
#voiceList .col01 .btn01 {
	max-width: 36rem;
	width: 100%;
}
@media only screen and (max-width: 767px){


	#voiceList .spcolClear { display: block; }
	#voiceList .spcolClear  > * { width: auto; }
	#voiceList .work {
		display: block;
	}
	#voiceList .work p.cat{
		width: 140px;
	}
	#voiceList .work p br {
		display: none;
	}
	#voiceList .checkList > li,
	#voiceList .profile {
		font-size: 12px;
	}
	/* voiceList col01
	------------------------------- */
	#voiceList .colWrap.col02 {
		margin-top: 0;
	}
	#voiceList .col01 >  li {
		display: block;
	}
	#voiceList .col01 .imgArea {
		width: auto;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	#voiceList .col01 .textArea {
		width:auto;
		font-size: 12px;
	}
}

/* ----------------------------------------

difference

---------------------------------------- */
#difference  {
	padding: 9rem 0;
	background: #FFFFFF;
}
#difference .secTitle .main {
	margin: 4rem 0;
}
/* difference_conts01
------------------------------- */
#difference_conts01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#difference .secTitle {
	margin-bottom: 4rem;
}
#difference .secTitle img {
	width: 12rem;
}
#difference .sub {
	display: inline-block;
}
#difference_conts01 > .textArea {
	width: 50%;
}
#difference_conts01 > .imgArea {
	width: 48%;
	padding: 0 5rem;
}
@media only screen and (max-width: 767px){
	#difference_conts01 {
		display: block;
	}
	#difference_conts01 > .textArea {
		width: auto;
		margin-bottom: 5rem;
	}
	#difference_conts01 > .imgArea {
		width: auto;
	}
}

/* ----------------------------------------

flow

---------------------------------------- */
#flow {
	padding: 10rem 0;
	background: #F7FBFF;
}
#flow .secTitle {
	text-align: center;
	margin-bottom: 3rem;
}
#flow .secTitle .title02 {
	width: 50%;
	border-top: solid 6px #182B77;
	padding: 3rem 0;
	margin: 0 auto;
}
/* flow_conts01
------------------------------- */
#flow_conts01_list .titleArea {
	text-align: center;
	margin-bottom: 2rem;
}
#flow_conts01_list .titleArea .num {
	font-family: 'Roboto', sans-serif;
}
#flow_conts01_list.colWrap {
	text-align: center;
	margin-top: -40px;
	margin-left: -40px;
}
#flow_conts01_list.colWrap > * {
	margin-top: 40px;
	margin-left: 40px;
}
#flow_conts01_list.col04 > * { width: calc(25% - 40px); }
#flow_conts01_list .imgArea {
	position: relative;
	margin-bottom: 5.5rem;
}
#flow_conts01_list .imgArea:before {
	content: "";
	width: 1.7rem;
	height: 40px;
	background: url(../../img/common/arw_right.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translate(50%,-50%);
}
#flow_conts01_list li:last-child .imgArea:before {
	display: none;
}
#flow_conts01_list .imgArea:after {
	content: "";
	width: 2px;
	height: 3rem;
	background: #172A87;
	position: absolute;
	left: 50%;
	bottom: -1rem;
	transform: translate(-50%,100%);
}
#flow_conts01_list .textArea {
	text-align: left;
}
#flow_conts01_list .textArea .btn01 {
	width: 100%;
	font-size: 2.4rem;
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px){
	/* flow_conts01
	------------------------------- */
	#flow_conts01_list.spcolClear { display: block; }
	#flow_conts01_list.spcolClear  > * { width: auto; }
	#flow_conts01_list li {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
	}
	#flow_conts01_list .titleArea {
		width: 100%;
		margin-bottom: 10px;
	}

	#flow_conts01_list .imgArea {
		width: 50%;
	}
	#flow_conts01_list .textArea {
		width: 50%;
	}
	#flow_conts01_list .imgArea {
		padding-right: 2rem;
		margin-bottom: 0;
	}

	#flow_conts01_list .imgArea:after,
	#flow_conts01_list .imgArea:before {
		display: none;
	}
	#flow_conts01_list li:before {
		content: "";
		width: 40px;
		height: 1.7rem;;
		background: url(../../img/common/arw_down.svg) center no-repeat;
		background-size: contain;
		position: absolute;
		left: 50%;
		bottom: -20px;
		transform: translate(-50%,50%);
	}
	#flow_conts01_list .textArea .btn01 {
		padding-left: 1em;
		padding-right: 1em;
	}
}

/* ----------------------------------------

assessment

---------------------------------------- */
#assessment {
	padding: 10rem 0;
	overflow: hidden;
}
#assessment .secTitle {
	color: #fff
}
#assessment .secTitle .title01 {
	margin-bottom: 3rem;
}
#assessment .whitebase {
	background-color: #fff;
	border-radius: 3.6rem;
	padding-top: 7rem;
	padding-bottom: 7rem;
	margin-bottom: 6rem;
	position: relative;
	text-align: center;
}
#assessment .whitebase .btn-area {
	display: flex;
	margin-top: 2rem;
}
#assessment .whitebase .btn {
	width: 50%;
	text-align: center;
}
#assessment .whitebase .btn a {
	width: 85%;
	height: 100%;
}
#assessment .whitebase .btn a.btn01 {
	padding: 15px 0.5em;
}
#assessment .whitebase .btn .title02 {
	font-size: 3rem;
}
#assessment .whitebase .btn .title03 {
	font-size: 2rem;
}
@media only screen and (max-width: 767px){
	#assessment .whitebase {
		padding: 3rem 3rem 17rem 3rem;
	}
	#assessment .whitebase a.btn01 {
		width: 100%;
		padding: 15px 0.5rem;
	}
	#assessment .rbf-btn {
		position: absolute;
		top: 43%;
		left: 3rem;
		width: 70%;
	}
	#assessment .pt-btn {
		position: absolute;
		bottom: 5rem;
		right: 3rem;
		width: 70%;
	}
}
@media only screen and (max-width: 450px) {
	#assessment .whitebase a.btn01 {
		font-size: 1.7rem;
	}
	#assessment .rbf-btn {
		top: 41%;
	}
}

/* ----------------------------------------

contact

---------------------------------------- */
#contact {
	padding: 10rem 0;
}
#contact .contact_conts {
	padding: 0 10%;
	position: relative;
	display: flex;
	align-items: center;
}
#contact .contact_conts .imgArea {
	width: 30%;
	text-align: right;
}
#contact .contact_conts .textArea {
	width: 70%;
	text-align: center;
}
#contact .btnUnit  {
	margin-top: 3rem;
}
#contact .btnUnit .btn01 {
	padding: 3rem 2em;
}
@media only screen and (max-width: 767px){
	#contact .contact_conts {
		display: block;
	}
	#contact .contact_conts .imgArea {
		width: 100%;
		text-align: center;
	}
	#contact .contact_conts .textArea {
		width: 100%;
	}
	#contact .btnUnit .btn01 {
		padding: 3rem 1em;
		width: 100%;
	}
}
/* ----------------------------------------

news

---------------------------------------- */
#news {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: #EBF6FF;
}
#news .secTitle {
	margin-bottom: 4rem;
}
/* newsList
------------------------------- */
#newsList {
	margin-bottom: 2rem;
}
#newsList li {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#newsList li:nth-of-type(even) {
	background-color: #F8F9FB;
}
#newsList a {
	display: block;
}
#newsList .newsList_inner {
	display: flex;
}
#newsList .date  {
	min-width: 7em;
	margin-right: 5.6rem;
}

.newsList_undrbtn {
	text-align: right;
}
.newsList_undrbtn a {
	padding-right: 2.6rem;
	position: relative;
}
.newsList_undrbtn a:before {
	content: "";
	width: 1.1rem;
	height: 2rem;
	background: url(../../img/common/arw_right_white.svg) center right no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px){
	#newsList .newsList_inner {
		display: block;
	}
}
