@charset "utf-8";
/*
Theme Name:株式会社エイジェックADプロモーション
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/

/*============================
Reset CSS
============================*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	letter-spacing: 0.5px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section {display: block;}

nav,
ul {
	list-style: none;
}

a {
	color: #333;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	transition: .3s;
}

del {
	text-decoration: line-through;
} 

table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	border: 0;   
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

ul { 
	letter-spacing: -0.5em;
	list-style-type: none;
}

li { 
	letter-spacing: normal;
	list-style-type: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: normal; 
}

figure {
	margin: 0!important;
}

img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

.grecaptcha-badge { visibility: hidden; }

/*============================
共通スタイル
============================*/
html,body {
	color: #333;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	letter-spacing: .05em;
}
/* ----- コンテンツ幅 -----*/
.ly_wrap {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.ly_wrap.ly_wrap_mini {
	max-width: 1080px;
}
@media screen and (max-width: 767px) {
	.ly_wrap {
		padding: 0 15px;
	}
}
/* ----- 改行 -----*/
.p_br {
	display: block;
}
.m_br {
	display: inline;
}
.pad_br {
	display: inline;
}
@media screen and (max-width: 1023px) {
	.pad_br {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p_br {
		display: inline;
	}	
	.m_br {
		display: block;
	}
}
br.pad_br,
br.m_br{
	display: none;
}

@media screen and (max-width: 1023px) {
	br.pad_br {
		display: block;
	}
	br.p_br1023 {
		display: none;
	}		
}
@media screen and (max-width: 767px) {
	br.p_br {
		display: none;
	}	
	br.m_br {
		display: block;
	}
}
/* ----- PC/MO　表示切替え -----*/
.m_block {
	display: none;
}
@media screen and (max-width: 767px) {
	.m_block {
		display: block;
	}	
	.p_block {
		display: none;
	}
}
/* ----- コンテンツのpadding -----*/
.bl_sect {
    padding: 100px 0;
}

.bl_sect__top {
    padding: 100px 0 0;
}

.bl_sect__bottom {
    padding:0 0 100px;
}
@media screen and (max-width: 1023px){
	.bl_sect {
    	padding: 60px 0;
	}	
	.bl_sect__top {
    	padding: 60px 0 0;
	}	
	.bl_sect__bottom {
    	padding: 0 0 60px;
	}
}
@media screen and (max-width: 767px){
	.bl_sect {
    	padding: 40px 0;
	}	
	.bl_sect__top {
    	padding: 40px 0 0;
	}	
	.bl_sect__bottom {
    	padding: 0 0 40px;
	}
}
/* ----- Flex（上下中央配置） -----*/
.ly_flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
	height: 100%;
	z-index: 100;
}
/* ----- クリアフィックス -----*/
.c-fix:after {
	clear: both;
	content: " ";
	display: block;
}
/* ----- 背景色 -----*/
.el_bg__white {
	background: #fff;
}
.el_bg__white_tp {
	background: #ffffffd9;
}
.el_bg__blue {
	background: #034B9E;
}
/* ----- aタグ -----*/
a.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid;
	color: #004aed;
	margin: 0 5px;
}
a.underline:hover {
	color: #00a1e9;
}
/* ----- タイトル -----*/
.el_lv2Heading {
	text-align: center;
	margin: 0 0 50px;
}
.el_lv2Heading.el_lv2Heading__left {
	text-align: left;
}
.el_lv2Heading .ja {
	display: block;
	font-size: 1.125rem;
}
.el_lv2Heading .en {
	color: #034B9E;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-size: 3.25rem;
}
.el_lv2Heading.el_lv2Heading__white .ja,
.el_lv2Heading.el_lv2Heading__white .en {
	color: #fff;
}
@media screen and (max-width: 1023px) {
	.el_lv2Heading .en {
    	font-size: 2.25rem;
	}
}
@media screen and (max-width: 767px) {
	.el_lv2Heading {
		margin: 0 0 30px;
	}	
	.el_lv2Heading .ja {
    	font-size: .9375rem;
	}	
	.el_lv2Heading .en {
		font-size: 1.5rem;
	}
}
/* ----- ボタン -----*/
.el_more a {
	position: relative;
	display: block;
	padding: 20px 30px;
	border-radius: 50px;
	border: 1px solid #034B9E;
	font-size: 1.125rem;
	font-weight: 600;
	color: #034B9E;
	background: #fff;
}
.el_more a:hover {
	color: #fff;
	background: #034B9E;	
}
.el_more_icon {
	content: url(images/icon-arrow.png);
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: .3s;
}
.el_more a:hover .el_more_icon {
	content: url(images/icon-arrow-hover.png);
	right: 40px;
}
.el_btn {
	position: relative;
	max-width: 500px;
}
.el_btn a {
    line-height: 50px;
    display: block;
    font-size: .875rem;
    padding: 10px 30px;
    font-weight: 600;
    letter-spacing: .1em;
}
.el_btn.el_btn_green a {
    background: #41B468;
    color: #fff;
    border: 1px solid #41B468;
    margin: 0 0 20px;
}
.el_btn.el_btn_green a:hover {
    background: #fff;
    color: #41B468;
}
/* ----- 矢印 -----*/
.el_arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    color: #000;
    line-height: 1;
    display: inline-block;
	transform: translateY(-50%);
	transition: .3s;
}
.el_arrow.el_arrow__white {
    color: #fff;	
}
.el_arrow.el_arrow__bule {
    color: #034B9E;
}
.el_arrow span {
	content:'';
	position: relative;
	display: block;
	width: 12px;
	height: 1.5px;
	background: #000;
	border-radius: 9999px;
}
.el_arrow span::before,
.el_arrow span::after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 1px;
    background: #000;
    transform-origin: calc(100% - .5px) 50%;
    border-radius: 9999px;
}
.el_arrow.el_arrow__white span,
.el_arrow.el_arrow__white span::before,
.el_arrow.el_arrow__white span::after {
	background: #fff;	
}
.el_arrow.el_arrow__bule span,
.el_arrow.el_arrow__bule span::before,
.el_arrow.el_arrow__bule span::after {
	background: #034B9E;
}
.el_arrow span::before {
  transform: rotate(45deg);
}
.el_arrow span::after {
  transform: rotate(-45deg);
}
.el_btn a:hover .el_arrow {
	right: 40px;
}
.el_btn.el_btn_green a:hover .el_arrow.el_arrow__white span,
.el_btn.el_btn_green a:hover .el_arrow.el_arrow__white span::before,
.el_btn.el_btn_green a:hover .el_arrow.el_arrow__white span::after {
    background: #41B468;
}
/*============================
アニメーション
============================*/
.fuwat {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}

@media screen and (max-width: 600px) {
	.fuwat {
  		transition: all .5s;
	}
}

/* ----- 画像ホバー -----*/
figure {
	margin: 0 !important;
}

figure.zoom {
	overflow: hidden;
}

figure.zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

figure.zoom:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.fadeIn{
animation-name: fadeInAnime;
animation-duration:12s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.flipLeftTop{
animation-name: flipLeftTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
 	opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
	opacity: 1;
  }
}

.flipRightTop{
animation-name: flipRightTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }
  to {
   transform: translate(0,1) rotate(0deg);
	opacity: 1;
  }
}

.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }
  to {
    transform: scale(1);
	opacity: 1;
  }
}

.fadeUpTrigger,
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

/*------- 上下に動く -------*/
.fuwafuwa-1{
  animation: fuwa1 7s linear infinite;
}
@keyframes fuwa1 {
 	0% { transform: translateY(0) }
	25% { transform: translateY(-7px) }
	50% { transform: translateY(-14px) }
	75% { transform: translateY(-7px) }
 	100% { transform: translateY(0) }
}
.fuwafuwa-2{
  animation: fuwa2 8s linear infinite;
}
@keyframes fuwa2 {
 	0% { transform: translateY(-7px) }
	12.5% { transform: translateY(-12px) }
	25% { transform: translateY(-16px) }
	50% { transform: translateY(-12px) }
	62.5% { transform: translateY(-7px) }
	75% { transform: translateY(0) }
 	100% { transform: translateY(-7px) }
}
.fuwafuwa-3{
  animation: fuwa3 7s linear infinite;
}
@keyframes fuwa3 {
 	0% { transform: translateY(-11px) }
	25% { transform: translateY(-7px) }
	50% { transform: translateY(0) }
	75% { transform: translateY(-7px) }
 	100% { transform: translateY(-11px) }
}
.fuwafuwa-4{
  animation: fuwa4 9s linear infinite;
}
@keyframes fuwa4 {
 	0% { transform: translateY(0) }
	12.5% { transform: translateY(-6px) }
	25% { transform: translateY(-12px) }
	50% { transform: translateY(-18px) }
	62.5% { transform: translateY(-12px) }
	75% { transform: translateY(-6px) }
 	100% { transform: translateY(0) }
}
/*------- 左右にに動く -------*/
.yurayura{
  animation: yura 2s linear infinite;
}
@keyframes yura {
 	0% { transform: translateX(0) }
	25% { transform: translateX(-7px) }
	50% { transform: translateX(-14px) }
	75% { transform: translateX(-7px) }
 	100% { transform: translateX(0) }
}
/*============================
header
============================*/
.ly_header {
	width: 100%;
 	position:absolute;
	height: 70px;
	top: 0;
	left: 0;
	box-sizing: border-box;
	text-align: left;
	z-index: 1000;
}
.bl_panel{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.bl_panel_inner {
	position: relative;
	width: 100%;
	height: 100%;
    background-image: url(images/bg-panel.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: all 0.5s;
	overflow-y: auto;
}
.bl_panel_cont {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 100px;
    padding: 0 30px;
}
.bl_nav.pc {
	position: absolute;
	top: 0;
	right: 50%;
	line-height: 1;
	transform: translateX(50%);
}
.bl_nav.pc li {
	display: inline-block;
	vertical-align: middle;
	line-height: 70px;
	margin: 0 0 0 auto;
	padding: 0 14px 0;
}
.ly_header .bl_nav.pc li a {
	letter-spacing: .1em;
	font-weight: 500;
	display: block;
	font-size: .875rem;
}
.ly_header .bl_nav.pc li a:hover {
	color: #034B9E;
}
.ly_header .bl_logo {
	position: absolute;
    width: 403px;
    top: 18px;
    left: 30px;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 10px;
    align-items: center;
}
.ly_header .bl_logo img {
	display: block;
}
.bl_top_btn {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	position: absolute;
	top: 10px;
	right: 120px;
	text-align: center;
}
.bl_top_btn_box a {
	line-height: 50px;
	display: block;
	font-size: .875rem;
	padding: 0 20px;
	font-weight: 600;
}
.bl_top_btn_box.hp_shin a {
	background: #41B468;
	color: #fff;
	border: 1px solid #41B468;
}
.bl_top_btn_box.hp_entry a {
	background: #EF287C;
	color: #fff;
	border: 1px solid #EF287C;
}
.bl_top_btn_box.hp_come a {
	color: #034B9E;
	border: 1px solid #034B9E;
}
.bl_panel_btn {
	text-align: center;
	margin: 30px 0 0;
}
.bl_top_btn_box {
	position: relative;
}
.bl_panel_btn .bl_top_btn_box a {
	font-size: 1rem;
	margin: 0 0 10px;
}
.bl_top_btn_box .el_arrow {
	right: 15px;
}
.bl_panel_logo.hp_om {
	max-width: 300px;
}
.bl_panel_logo.hp_agk {
	max-width: 210px;
	margin: 12px 0 0;
}
.bl_panel_nav {
	border-top: 1px solid #1EA2DD;	
}
.bl_panel_nav_ttl {
	padding: 14px 0;
	border-bottom: 1px solid #1EA2DD;
}
.bl_panel_nav_ttl .hp_en {
	font-family: "Barlow", sans-serif;
	color: #1EA2DD;
	font-size: .875rem;
}
.bl_panel_nav_ttl .hp_ja {
	font-size: 1.125rem;
}
.bl_panel_nav_ttl {
	position: relative;
}
.bl_panel_nav_ttl ul {
	margin: 3px 0 0 19px;
}
.bl_panel_nav_ttl ul li a {
	padding: 3px 0;
	display: block;
	position: relative;
}
.bl_panel_nav_ttl ul li a:before {
	content: '';
	width: 6px;
	height: 1px;
	background: #1EA2DD;
	position: absolute;
	top: 50%;
	left: -18px;
	transform: translateY(-50%);
}
.bl_panel_nav_ttl ul li a:hover,
.bl_panel_nav_ttl a:hover {
	color: #065ABA;
}
@media screen and (max-width: 1700px) {
	.bl_top_btn_box a {
    	padding: 0 5px;
	    font-size: .75rem;
	}
}
@media screen and (max-width: 1350px) {
	.bl_top_btn {
		display: none;
	}
	.bl_nav.pc {
    	right: 100px;
    	transform: none;
	}
}
@media screen and (max-width: 1200px) {
	.bl_nav.pc {
		display: none;
	}
	.bl_panel_cont {
    	gap: 60px;
	}
}
@media screen and (max-width: 767px) {
	.ly_header {
		height: 60px;
	}
	.ly_header .bl_logo {
		width: 242px;
        top: 21px;
        left: 15px;
        position: fixed;
        display: block;
		z-index: 100;
	}
	.hp_agk {
		display: none;
	}
	.bl_nav.mo {
		width: auto;
		display: inline-block;
	}
	.bl_panel_cont {
    	display: block;
		padding: 60px 20px;
	}
	.bl_panel_logo {
		display: none;
	}
	.bl_top_btn_box a {
    	line-height: 42px;
	}
	.bl_panel_btn {
    	margin: 0;
	}
	.bl_panel_inner.ly_flex {
		display: block;
	}
	.bl_panel_nav_ttl .el_arrow {
    	right: 0;
	}
	.bl_panel_nav_ttl ul li a {
    	font-size: .9375rem;
	}
}
/* ----- MENU Button -----*/
.bl_nav_menu {
	position: fixed;
	top: 0;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 99;
}
.bl_nav_menu div {
	position: relative;
}
.bl_nav_menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50px;
	background: #000;
	left: 0;
}
.bl_nav_menu span:nth-child(1) {
	top: 15px;
}
.bl_nav_menu span:nth-child(2) {
	top: 23px;
}
.bl_nav_menu span:nth-child(3) {
	top: 31px;
}
.bl_nav_menu p {
    position: absolute;
    top: 34px;
    font-size: .875rem;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    left: 7px;
    color: #000;
}
@media screen and (max-width: 1200px) {
	.bl_nav_menu{
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.bl_nav_menu {
		width: 50px;
		height: 50px;
		right: 15px;
	}
}
/* ----- close Button -----*/
.bl_close {
	position: fixed;
    top: 18px;
    right: 37px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	z-index: 999;
}
.bl_close div {
	position: relative;
}
.bl_close span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	left: 0;
}
.bl_close span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.bl_close span:nth-child(2) {
	width: 0;
	left: 50%;
}
.bl_close span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
@media screen and (max-width: 767px) {
	.bl_close {
    	top: 15px;
    	right: 15px;
	}
}
/*============================
footer
============================*/
.ly_footer {
	padding: 100px 0 150px;
	background: #F0F4F7;
}
.bl_footer_cont {
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 240px;
    align-items: center;
}
.bl_footer_navi ul li {
	display: inline-block;
	padding: 0 36px;
    line-height: 1.8em;
    font-size: .9375rem;
}
.bl_footer_navi ul li:not(:last-child) {
	border-right: 1px solid #CECDCD;
}
.bl_footer_navi ul li:first-child {
	padding: 0 36px 0 0;
}
.bl_footer_navi ul li:last-child {
	padding: 0 0 0 36px;
}
.bl_footer_navi ul li a:hover {
	color: #034B9E;
}
.bl_footer_copy {
	margin: 30px 0 0;
	font-size: .875rem;
}
.bl_footer_sIer {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 30px;	
	align-items: center;
	margin: 30px 0 0;
}
.bl_footer_sIer_txt p {
	font-size: .875rem;
}
@media screen and (max-width: 1279px){
	.bl_footer_cont {
    	grid-template-columns: 300px 1fr;
    	gap: 60px;
	}
}
@media screen and (max-width: 1023px){
	.ly_footer {
    	padding: 60px 0 110px;
	}
	.bl_footer_cont {
   		display: block;
	}
	.bl_footer_prof {
		margin: 0 0 50px;
        text-align: center;
	}
}
@media screen and (max-width: 1023px){
	.bl_footer_navi ul li:first-child,
	.bl_footer_navi ul li:last-child {
    	padding: 0;
	}
	.bl_footer_navi ul li {
    	display: block;
    	text-align: center;
	}
	.bl_footer_navi ul li:not(:last-child) {
    	border-right: none;
	}
	.bl_footer_prof {
        margin: 0 0 30px;
    }
	.bl_footer_copy {
    	margin: 10px 0 0;
	}
	.bl_footer_sIer {
    	display: block;
	}
	.bl_footer_sIer_img {
		max-width: 180px;
		margin: 0 auto 15px;
	}
}
/*============================
ページトップボタン
============================*/
.bl_pageTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 69px;
    background: #1EA2DD;
    z-index: 999;
}

.bl_pageTop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

.bl_pageTop a::before {
    font-family: FontAwesome;
    content: '\f106';
    font-size: 40px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    line-height: 48px;
}

@media screen and (max-width: 767px) {
	.ly_footer_navi li,
	.ly_footer_link li {
    	margin: 0 0 5px;
	}
	.bl_pageTop {
    	width: 40px;
    	height: 40px;
    	bottom: 54px;
	}
	.bl_pageTop a {
    	width: 40px;
    	height: 40px;
	}
	.bl_pageTop a::before {
    	font-size: 34px;
    	width: 40px;
    	height: 40px;
    	line-height: 38px;
	}
}

/*============================
ページ下部固定ボタン
============================*/
.cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 12px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.cta a {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 0;
    color: #fff;
    display: block;
    width: 30%;
    margin: 0 1%;
    max-width: 300px;
}
.potential_cta {
    background: #41B468;
    border: solid 1px #41B468;
}
.potential_cta:hover {
    background: #fff;
    color: #41B468;
}
.career_cta {
    background: #EF287C;
    border: solid 1px #EF287C;
}
.career_cta:hover {
    background: #fff;
    color: #EF287C;
}
.new_cta {
    background: #000;
    border: solid 1px #fff;
}
.new_cta:hover {
    background: #fff;
    color: #000;
}
@media screen and (max-width: 1080px) {
    .cta {
       padding: 2% 1%;
    }
    .cta a {
        font-size: .75rem;
        padding: 10px 0;
        width: 32%;
        margin: 0 1%;
    }
}