@charset "UTF-8";

/* Base
----------------------------------------------- */
@import url("top.css");
@import url("lower.css");

:root {
	--main-color: #005299;
	--sub-color: #0097e8;
	--base-font-color: #1a1a1a;
	--font-color: #005299;
	--white: #ffffff;
	--black: #000000;
	--bg-primary-color: #0097e8;
	--bg-secondary-color: #005299;
	--bg-header-color: #ffffff;
	--primary-font-set: "Noto Sans JP", sans-serif;
	--en-font-set: "Roboto", sans-serif;
	--font-weight-Light: 300;
	--font-weight-Regular: 400;
	--font-weight-Medium: 500;
	--font-weight-Bold: 700;
	--font-weight-Black: 900;
}

html {
	min-width: 320px;
	font-size: 62.5%;
}

html,
body {
	overflow-x: hidden;
}

body {
	margin: 0;
	line-height: 1.8;
	letter-spacing: 0.07em;
	color: var(--main-color);
	font-size: 3.2vw;
	font-family: var(--primary-font-set);
	font-weight: var(--font-weight-Regular);
	width: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

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

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

p {
	text-align: justify;
}

strong {
	font-weight: var(--font-weight-Bold);
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}

/*clearfix*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.toparrow {
    position: fixed; 
    bottom: 30px; 
    right: 20px; 
    opacity: 0; 
    transition: opacity 0.3s ease-in-out; 
    z-index: 1000; 
}

.toparrow.show {
    opacity: 1; 
	z-index: 70;
}

/* header
----------------------------------------------- */
.l-header__inner {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 80px;
	margin: 3%;
	position: fixed;
	top: 0;
	left: 0;
	width: 92%;
	background-color: #fff;
	z-index: 100;
}

.l-header__inner__logo img {
	width: 160px;
	margin: 0;
	padding: 0;
}

/* navigation
----------------------------------------------- */
/*----ナビPC------*/

.pc-nav {
	display: none;
}

/*----ナビsp------*/

.sp-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
	background-color: #0097e8;
	z-index: 300;
	background-image: url(../images/rec_logo.svg);
	background-repeat: no-repeat;
	background-size: 600px;
	background-position: right 165px;
	overflow-y: auto;
}


.sp-aco {
	font-size: 20px;
	text-align: center;


	.acco-top{
		position: relative;
		cursor: pointer;

		&:before {
			position: absolute;
			content: "";
			display: block;
			width: 12px;
			height: 2px;
			background-color: #fff;
			right: 30px;
			top: 16%;
			transform: translate(0, -50%);
		}

		&:after {
			position: absolute;
			content: "";
			display: block;
			width: 12px;
			height: 2px;
			background-color: #fff;
			right: 30px;
			top: 16%;
			transform: translate(0, -50%) rotate(90deg);
		}
	}
}

.sp-aco:first-child {
	margin-top: 40px;
}

.sp-aco__logo {
	margin-bottom: 40px;
}

.sp-aco__logo{
	height: 110px;
    padding: 30px 40px 0px 60px;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.nav-title, .acco-top{
	height: 90px;
    padding: 0px 40px 0px 60px;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.nav-title a, .acco-top a{
	color: #fff;
	padding: 5px 0 10px 0;
	margin-right: 50px;
	text-decoration: none;
}

.nav-title__con {
	margin-top: 5vw;
	text-align: center;
}

.nav-title__con a {
	border: 1.5px solid #fff;
	text-align: center;
	border-radius: 10px;
	padding: 15px 60px;
	color: var(--white);
}

/*バツ印線１*/
.sp-nav .close::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	/* height: 1px; */
	height: 0.0625em;
	background: #fff;
	transform: rotate(45deg);
	margin: 16px 0 0 140px;
}

/*バツ印線2*/
.sp-nav .close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	/* height: 1px; */
	height: 0.0625em;
	background: #fff;
	transform: rotate(-45deg);
	margin: 16px 0 0 140px;
}

/*アコーディオン*/
.sp-aco {
	display: block;
	font-size: 4.26vw;
	color: #fff;
}

.acco-cont{
	background-color:rgba(255, 255, 255, 0.5); 
    height: 60px;
    display: none;
    height: 60px;
    padding: 15px 40px 15px 60px;
    position: relative;
    cursor: pointer;
    text-align: left;
	font-size: 18px;
	font-weight: var(--font-weight-Medium);
}

.acco-cont a{
	color:var(--bg-primary-color);
    text-decoration: none;
    margin: 0 auto;
    font-size: 16px;
	font-weight: var(--font-weight-Medium);
    text-align: left;
}

/*-----ナビゲーション --ハンバーガー -------*/
button {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	border: 0;
	background: transparent;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

.btn {
	position: absolute;
	top: 30px;
	right: 19px;
	width: 45px;
	height: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	z-index: 400;
}

/***** 上のバーガー線 *****/

/***** バーガー線 *****/
.btn-line {
	width: 30px;
	height: 1.5px;
	background-color: #333;
	position: relative;
	display: block;
	transition: .2s;
}

.btn-1 {
	height: 1.3px;
	background-color: black; 
	display: block; 
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
	position: absolute;
	transition: .5s;
}

.btn-line.open {
	transition: .5s;
}

.btn-line.open:first-child {
	transform: rotate(-45deg);
	transform-origin: 80% 20%;
	background-color: #fff;
}

.btn-line.open:last-child {
	transform: rotate(45deg);
	transform-origin: 77% 40%;
	background-color: #fff;
}


/* layout
----------------------------------------------- */
.c-pc_break {
	display: none;
}

.c-block {
	display: block !important;
	margin: 0 !important;
}

.c-center {
	text-align: center !important;
}

.c-center_sp {
	text-align: center;
}

.c-left {
	text-align: left !important;
}

.c-right {
	text-align: right !important;
}

.l-center {
	display: grid;
	place-content: center;
}

.sp_mb00 {
	margin-bottom: 0 !important;
}

.sp_mb05 {
	margin-bottom: 1.33vw !important
}

.sp_mb10 {
	margin-bottom: 2.66vw !important
}

.sp_mb20 {
	margin-bottom: 5.33vw !important;
}

.sp_mb30 {
	margin-bottom: 8vw !important;
}

.sp_mb40 {
	margin-bottom: 10.66vw !important;
}

.sp_mb50 {
	margin-bottom: 13.33vw !important;
}

.sp_mb60 {
	margin-bottom: 16vw !important;
}

.sp_mb70 {
	margin-bottom: 18.66vw !important;
}

.sp_mb80 {
	margin-bottom: 21.33vw !important;
}

.sp_mb90 {
	margin-bottom: 24vw !important;
}

.sp_mb100 {
	margin-bottom: 26.66vw !important;
}

.sp_mb110 {
	margin-bottom: 29.33vw !important;
}

.sp_mb120 {
	margin-bottom: 32vw !important;
}

.pb00 {
	padding-bottom: 0 !important;
}


.no_border {
	text-decoration: none;
}


/* コンテナ */
.l-lower {
	padding-top: 10.66vw;
}

.l-container {
	padding: 0 20px;
}

.l-inner,
.l-mid-inner {
	width: 100%;
	color: var(--base-font-color);
}

main {
	background: var(--white);
}

/* 見出し */
.c-title--head {
	font-size: 10.133vw;
	text-align: left;
	line-height: 1.2;
	color: var(--font-color);
}

.c-title--head__en {
	font-size: 11.2vw;
	font-family: var(--en-font-set);
	font-weight: var(--font-weight-Medium);
	color: var(--bg-secondary-color);
	line-height: 0.5;
	text-align: left;
	position: relative;
	z-index: 20;
}

.c-title--head__sub {
	font-size: 3.2vw;
	font-family: var(--en-font-set);
	color: var(--bg-secondary-color);
	text-align: left;
	line-height: 1.2;
	padding-left: 5px;
}

.c-title--head__en_sv {
	color: var(--white);
}

.c-title--head__en_sv span {
	color: var(--white);
}

.c-title--head__sub__ja {
	font-size: 8.533vw;
}

.c-title--head__third {
	font-size: 6.4vw;
	font-family: var(--primary-font-set);
	text-align: center;
	line-height: 1.2;
}

.c-title--head__lower {
	font-size: 8vw;
	color: var(--main-color);
	font-weight: var(--font-weight-Bold);
	padding: 7.66vw 0 12.66vw;

	span {
		font-size: 3.2vw;
		display: block;
		margin-bottom: -10px;
	}
}

.c-title--head__lower_en {
	font-family: var(--en-font-set);
}

.c-caption {
	font-size: 2.66vw !important;
}

.c-tiny_text {
	font-size: 3.2vw;

	span {
		font-size: 2.66vw;
	}
}

.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/* footer
----------------------------------------------- */
.l-footer__logo {
	width: 36vw;
	margin: 0 auto;
}

.c-footer_nav {
	margin: 0 auto;
	width: 85%;
}

.menu {
	display: flex;
	justify-content: center;
}

.menu01 li a,
.menu05 li a {
	color: var(--white);
	font-size: 16px;
}

.menu01 li a,
.menu05 li a {
	font-weight: var(--font-weight-Bold);
}

.c-footer_nav__title {
	list-style: none;
	text-align: center;
	display: block;
	padding-right: 14px;
	margin-bottom: 5px;
}

.menu01{
	margin-bottom: 20px;
}

.menu05 .c-footer_nav__title {
	padding:0px;
}

.menu02 li a,
.menu03 li a,
.menu04 li a {
	color: var(--white);
	font-size: 14px;
}

.menu05 {
	list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin: 0 auto 20px;
}


.menu06 li a {
	color: var(--white);
	font-size: 12px;
}

.l-footer__pv {
	width: 15%;
	margin: 10px auto;
	padding-bottom: 10px;
}

.l-copyright {
	color: var(--white);
	font-size: 2.66vw;
	padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {

	/* common ip
	----------------------------------------------- */
	.toparrow {
		width: 10%;
		margin-left: 85%;
	}


	/* 見出し ip
	----------------------------------------------- */
	.c-title--head__en {
		font-size: 64px;
	}

	.c-title--head__sub {
		font-size: 16px;
	}

	/* header  ip
	----------------------------------------------- */
	.l-header__inner__logo {
		margin-bottom: 5px;

		a {
			font-size: 0;
			line-height: 0;	
			}
	}

	.btn {
		top:35px;
	}

	/* footer  ip
	----------------------------------------------- */
	.l-footer {
		padding-top: 100px;
		background-image: url('../images/footer_blue_mi.svg');
	}

	.l-footer__logo {
		width: 200px;
	}

	.menu01 .c-footer_nav__title {
		margin-bottom: 10px;
	}
	
	.menu01 li a,
	.menu05 li a {
		font-size: 18px;
	}

	.menu01 li a,
	.menu05 li a {
		font-weight: var(--font-weight-Bold);
	}

	.menu02 li a,
	.menu03 li a,
	.menu04 li a {
		font-size: 14px;
	}

	.l-footer__pv {
		width: 5%;
	}

	.l-copyright {
		font-size: 10px;
	}
}

@media only screen and (min-width: 1024px) {
	/* base
	----------------------------------------------- */

	body {
		font-size: 1.6rem;
	}

	.col1 {
		width: 5.9829%;
	}

	.col2 {
		width: 14.5299%;
	}

	.col3 {
		width: 23.0769%;
	}

	.col4 {
		width: 31.6239%;
	}

	.col5 {
		width: 40.1709%;
	}

	.col6 {
		width: 48.7179%;
	}

	.col7 {
		width: 57.2649%;
	}

	.col8 {
		width: 65.8119%;
	}

	.col9 {
		width: 74.3589%;
	}

	.col10 {
		width: 82.9059%;
	}

	.col11 {
		width: 91.4529%;
	}

	.col12 {
		width: 100%;
	}


	/* header   pc
----------------------------------------------- */

	.c-title--head {
		font-weight: 600;
		font-size: 80px;
		letter-spacing: 0.1em;
		color: #005299;
		font-family: var(--en-font-set);
		text-align: left;
		line-height: 40px;
		margin-top: 60px;
	}

	.c-title--head__sub {
		color: #005299;
		font-size: 22px;
		margin-bottom: 60px;
		letter-spacing: 0.1em;
	}

	.hamburger-menu,
	.l-header__nav {
		display: none;
	}

	.pc-nav {
		display: flex;
	}

	.sp-nav {
		display: none;
	}

	#navControl {
		display: none;
	}


	/* navigation   pc
----------------------------------------------- */
	#header {
		position: rerlative;
		padding: 0px;
	}

	.l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%; 
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 47%;
    transform: translateX(-50%);
    z-index: 100; 
    background-color: white; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.l-header__inner__logo img {
    width: 	170px;
}

.pc-nav {
    font-weight: 600;
    font-family: var(--primary-font-set);
    color: var(--base-font-color);
}

.pc-nav>ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-nav>ul>li {
    margin-right: 2.5em;
    white-space: nowrap; 
}

.pc-nav>ul>li:last-child {
    margin-right: 0; 
}

.pc-nav>ul>li:hover {
    color: #005299;
    background-color: #ffffff;
}

.pc-nav>ul>li:hover>a {
    color: #005299;
}

.pc-nav>ul>li:hover .menu {
    max-height: 9999px;
    opacity: 1;
}

.pc-nav>ul>li>a {
    display: block;
    padding: 10px 0px; 
    transition: all .2s ease-in;
    color: var(--base-font-color);
    line-height: 1.5; 
}

.pc-nav>ul>li:nth-child(5){
		margin-left: 30px;
}

.pc-nav ul .menu_cont a {
    background-color: #005299;
    border-radius: 80px;
    color: #fff;
		padding: 12px 50px;
    margin-top: 0; 
    display: inline-block; 
		font-size: 14px;
		font-weight: 600;
}

.pc-nav ul .menu_cont:hover a {
    color: rgba(255, 255, 255, 0.5);
}

.pc-nav>ul .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 65%;
    transform: translateX(-50%);
    background-color: var(--white);
    border-radius: 0px 0px 10px 10px;
    z-index: 10;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    width: 650px;
    min-width: 200px;
    white-space: normal; 
}

.pc-nav>ul .menu .menu_inner {
    text-align: left;
    margin: 10px 0px;
    display: inline-block;
    vertical-align: top;
    width: auto; 
}

.pc-nav>ul .menu .menu_inner:first-child {
		margin-left: -10px;
}

.pc-nav>ul .menu .menu_inner li {
    display: block;
    margin: 0.5em 0; 
    transition: transform 0.2s linear;
}

.pc-nav>ul .menu .menu_inner li:hover {
    transform: translateX(10px);
}

.pc-nav>ul .menu a {
    display: block;
    color: #005299;
    padding: 5px 0px 5px 30px; 
}

.list-link {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.list-link::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/pcnav_arrow_b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%; 
    left: 0;
    transform: translateY(-50%); 
}

	/* layout
----------------------------------------------- */

	.sp_mb05 {
		margin-bottom: 0 !important;
	}

	.sp_mb10 {
		margin-bottom: 0 !important;
	}

	.sp_mb20 {
		margin-bottom: 0 !important;
	}

	.sp_mb30 {
		margin-bottom: 0 !important;
	}

	.sp_mb40 {
		margin-bottom: 0 !important;
	}

	.sp_mb50 {
		margin-bottom: 0 !important;
	}

	.sp_mb60 {
		margin-bottom: 0 !important;
	}

	.sp_mb70 {
		margin-bottom: 0 !important;
	}

	.sp_mb80 {
		margin-bottom: 0 !important;
	}

	.sp_mb90 {
		margin-bottom: 0 !important;
	}

	.sp_mb100 {
		margin-bottom: 0 !important;
	}

	.sp_mb110 {
		margin-bottom: 0 !important;
	}

	.sp_mb120 {
		margin-bottom: 0 !important;
	}

	.mb00 {
		margin-bottom: 0 !important;
	}

	.mb10 {
		margin-bottom: 10px !important;
	}

	.mb20 {
		margin-bottom: 20px !important;
	}

	.mb30 {
		margin-bottom: 30px !important;
	}

	.mb40 {
		margin-bottom: 40px !important;
	}

	.mb50 {
		margin-bottom: 50px !important;
	}

	.mb60 {
		margin-bottom: 60px !important;
	}

	.mb70 {
		margin-bottom: 70px !important;
	}

	.mb80 {
		margin-bottom: 80px !important;
	}

	.mb90 {
		margin-bottom: 90px !important;
	}

	.mb100 {
		margin-bottom: 100px !important;
	}

	.mb110 {
		margin-bottom: 110px !important;
	}

	.mb120 {
		margin-bottom: 120px !important;
	}

	.mb130 {
		margin-bottom: 130px !important;
	}

	.mb140 {
		margin-bottom: 140px !important;
	}

	.mb160 {
		margin-bottom: 160px !important;
	}

	.mb170 {
		margin-bottom: 170px !important;
	}

	.ml01 {
		margin-left: 60px !important;
	}

	.mr00 {
		margin-right: 0 !important;
	}

	.mr10 {
		margin-right: 10px !important;
	}

	.mr20 {
		margin-right: 20px !important;
	}

	.mr30 {
		margin-right: 30px !important;
	}

	.mr40 {
		margin-right: 40px !important;
	}

	.mr50 {
		margin-right: 50px !important;
	}

	.mr60 {
		margin-right: 60px !important;
	}

	.mpr01 {
		margin-right: 30px !important;
		padding-right: 30px !important;
	}

	.c-pc_break {
		display: inline;
	}

	.c-sp_break {
		display: none !important;
	}

	.sp_display {
		display: none;
	}

	.pc_display {
		display: none;
	}

	.sp_display02 {
		display: none;
	}



	/* コンテナ */
	.l-lower {
		padding-top: 40px;
	}

	.l-inner {
		max-width: 1370px;
	}

	.l-container {
		padding: 0 30px;
	}

	.l-container-ful {
		padding: 0;
	}

	.l-inner {
		margin: 0 auto;
	}

	.l-mid-inner {
		width: 90%;
		max-width: 1370px;
		margin: 0 auto;
	}

	.l-small_inner {
		max-width: 800px;
	}

	.l-add_padding {
		padding: 60px 20px;
	}

	/* 見出し */
	.c-title--head {
		font-size: 62px;
		text-align: left;

		span {
			font-size: 4.26vw;
		}
	}

	.c-title--head__en {
		font-size: 82px;
	}

	.c-title--head__sub {
		font-size: 22px;
		text-align: left;

		span {
			font-size: 3.73vw;
		}
	}

	.c-title--head__sub__ja {
		font-size: 11.2vw;
	}

	.c-title--head__third {
		font-size: 6.4vw;
		text-align: left;
	}

	.c-title--head__lower {
		font-size: 54px;
		padding: 165px 0 130px;

		span {
			font-size: 4.8vw;
		}
	}



	.c-caption {
		font-size: 12px !important;
		text-align: center;
	}



	.c-btn a {
		font-size: 1.6rem;
		height: 60px;
		width: 280px;
	}


	.c-btn_top a {
		width: 312px;
	}

	.c-btn_l a {
		font-size: 15px;
		width: 194px;
		height: 38px;
	}

	.c-btn_xl a {
		width: 412px;
		height: 80px;
	}

	.c-btn_recruit a {
		font-size: 16px;
	}

	.c-comfirm_btn_box {
		display: flex;
		gap: 40px;
		justify-content: center;
	}

	.c-btn_comfirm a {
		width: 323px;
		font-size: 16px;
	}


	.c-text_btn a {
		font-size: 18px;
		height: 26px;

		span {
			padding-bottom: 3px;
		}
	}

	.c-text_btn a::before {
		background-size: 46px;
		width: 46px;
		height: 46px;
		margin-right: 15px;
	}

	.c-text_btn_s a {
		font-size: 16px;
	}

	.c-text_btn_s a::before {
		background-size: 24px;
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.c-text_btn_nav a {
		font-size: 18px;
	}

	.c-text_btn_nav a::before {
		background: url(../images/page_nav.png) no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	/* common pc
    ---------------------------------------------- */
	.r-mark {
		width: 600px;
		height: 505px;
		top: -3px
	}

	.sub_title {
		padding-top: 255px;
	}

	.toparrow {
		width: 70px;
		margin-left: 90%;
	}

	
	/* footer   pc
	----------------------------------------------- */
	.l-footer__logo {
		width: 180px;
	}

	.c-footer_nav__title {
		list-style: none;
		text-align: center;
		display: block;
		padding-right: 30px;
		margin-bottom: 10px;
	}

	.menu {
		margin-left: 20px;
	}

	.menu05 {
		list-style: none;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		width: 36%;
		margin: 0 auto;
	}
	

	.menu01 li a,
	.menu05 li a {
		font-size: 16px;
	}

	.menu02 li a,
	.menu03 li a,
	.menu04 li a {
		font-size: 14px;
	}

	.l-footer__pv {
		width: 3%;
		margin: 20px auto;
	}	

	.l-copyright {
		font-size: 10px;
	}

}

	/* lower
	----------------------------------------------- */

	/* 電話番号無効化
    ---------------------------------------------- */

	@media (min-width: 751px) {
		a[href*="tel:"] {
			pointer-events: none;
			cursor: default;
			text-decoration: none;
		}
	}
