/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--about a {
	background-color: rgba(255, 255, 255, .5);
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.common-arrow {
	position: relative;
	padding-bottom: 58px;
}

@media only screen and (max-width: 767px) {
	.common-arrow {
		padding-bottom: 48px;
	}
}

.common-arrow::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 16px;
	height: 48px;
	background: url('../../img/about/ico_arrow.svg') no-repeat;
	background-size: contain;
	content: '';
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.common-arrow::before {
		width: 12px;
		height: 38px;
	}
}

/*--------------------------------------------------------------------------
   #sec-about
---------------------------------------------------------------------------*/
.sec-about {
	margin-top: 55px;
	padding-bottom: 88px;
}

@media only screen and (max-width: 767px) {
	.sec-about {
		margin-top: 35px;
		padding-bottom: 70px;
	}
}

.sec-about__hdg {
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-about__hdg {
		font-size: 14px;
	}
}

.sec-about__list {
	margin-top: 28px;
}

@media only screen and (max-width: 767px) {
	.sec-about__list {
		margin-top: 24px;
	}
}

.sec-about__item {
	display: -ms-flexbox;
	display: flex;
	width: 475px;
	height: 75px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-about__item {
		width: 100%;
		max-width: 275px;
		height: 62px;
	}
}

.sec-about__item:not(:first-of-type) {
	margin-top: 28px;
}

@media only screen and (max-width: 767px) {
	.sec-about__item:not(:first-of-type) {
		margin-top: 12px;
	}
}

/*--------------------------------------------------------------------------
   #sec-function
---------------------------------------------------------------------------*/
.sec-function {
	margin-top: 38px;
	padding-bottom: 94px;
}

@media only screen and (max-width: 767px) {
	.sec-function {
		margin-top: 28px;
		padding-bottom: 54px;
	}
}

.sec-function__hdg {
	text-align: center;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-function__hdg {
		font-size: 12px;
	}
}

.sec-function__list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 48px;

	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-function__list {
		margin: 24px -14px 0;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.sec-function__item {
	display: -ms-flexbox;
	display: flex;
	width: 175px;
	height: 150px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-function__item {
		width: 130px;
		height: 112px;
		margin: 0 7px 10px 7px;
	}
}

.sec-function__item:not(:first-of-type) {
	margin-left: 24px;
}

@media only screen and (max-width: 767px) {
	.sec-function__item:not(:first-of-type) {
		margin-left: 0;
	}
}

.sec-function__txt {
	margin-top: 40px;
	text-align: center;
	line-height: 2.4;
}

@media only screen and (max-width: 767px) {
	.sec-function__txt {
		margin-top: 18px;
		text-align: left;
		line-height: 2.5;
	}
}

/*--------------------------------------------------------------------------
   #sec-characteristics
---------------------------------------------------------------------------*/
.sec-characteristics {
	margin-top: 45px;
	padding-bottom: 88px;
}

@media only screen and (max-width: 767px) {
	.sec-characteristics {
		margin-top: 38px;
		padding-bottom: 50px;
	}
}

.sec-characteristics__hdg {
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-characteristics__hdg {
		font-size: 14px;
	}
}

.sec-characteristics__list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 75px;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-characteristics__list {
		margin: 35px -30px 0;
	}
}

.sec-characteristics__item {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 150px;
	height: 125px;
	margin: 0 0 36px 24px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-characteristics__item {
		width: 88px;
		height: 76px;
		margin: 0 10px 6px 10px;
	}
	.sec-characteristics__item:nth-child(2) {
		margin-right: 25px;
	}
}

.sec-characteristics__item:first-of-type {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.sec-characteristics__item:first-of-type {
		margin-left: 25px;
	}
}

.sec-characteristics__item:nth-child(5) {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.sec-characteristics__item:nth-child(5) {
		margin-left: 10px;
	}
}

.sec-characteristics__item .num {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: -10px;
	right: -3px;
	width: 47px;
	height: 40px;
	border: 1px solid #bfbbb3;
	border-radius: 50%;
	background-color: #f9f6f1;
	text-align: center;
	font-size: 18px;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-characteristics__item .num {
		top: -2px;
		right: 1px;
		width: 28px;
		height: 25px;
		font-size: 11px;
	}
}

/*--------------------------------------------------------------------------
   #sec-field
---------------------------------------------------------------------------*/
.sec-field {
	margin-top: 45px;
}

@media only screen and (max-width: 767px) {
	.sec-field {
		margin-top: 30px;
	}
}

.sec-field__hdg {
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-field__hdg {
		font-size: 12px;
	}
}

.sec-field__list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;

	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-field__list {
		margin-top: 40px;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.sec-field__item {
	width: 170px;
	margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-field__item {
		width: 48%;
		margin: 0 0 30px;
	}
	.sec-field__item:nth-child(even) {
		margin-left: auto;
	}
}

@media only screen and (max-width: 767px) {
	.sec-field__item .img {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.sec-field__item .img img {
		width: 90%;
		height: auto;
	}
}

.sec-field__item .hdg {
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-field__item .hdg {
		font-size: 13px;
	}
}

.sec-field__item .list {
	margin-top: 20px;
}

.sec-field__item .list__item {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.sec-field__item .list__item {
		font-size: 13px;
	}
}

.sec-field__item .list__item:not(:first-of-type) {
	margin-top: 10px;
}

.sec-field__item .list__item .num {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 30px;
	height: 26px;
	margin-right: 10px;
	border: 1px solid #231815;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;
	font-size: 13px;
	line-height: 1;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.sec-field__item .list__item .num {
		width: 24px;
		height: 20px;
		font-size: 10px;
	}
}

.sec-field__item--01 .img {
	padding-top: 5px;
}

.sec-field__item--03 .img {
	padding-top: 25px;
}

/*--------------------------------------------------------------------------
   #sec-link
---------------------------------------------------------------------------*/
.sec-link {
	margin-top: 95px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-link {
		margin-top: 35px;
	}
}
