#contents {
    display: none;
}

#loading_wrap {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: relative;
}

#loading {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #FFFFCA;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #00B3F0;
  font-size: 10px;
  margin: 10px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

body, input, textarea {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #171717;
}

header {
	height: 70px;
	display: flex;
	padding: 0 30px;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

#navi a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-left: 20px;
}

#header-blue {
	background: #00B3F0;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 16px 10px;
}

#main {
	background: #FFFFCA;
	text-align: center;
	padding: 80px 0 40px;
}

#main h1 {
	font-size: 60px;
	font-weight: bold;
	margin: 36px 0 60px;
	color: #00B3F0;
}

#slider-sp {
	display: none;
}

#main h1 span {
	font-size: 32px;
}

.bg-w {
	background: #ffffff;
}

.bg-y {
	background: #FFFFCA;
	/* width: 400px; */
}
.bgy_form{
	background: #F8F8F8;
	width: 400px;
}

#sec01 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
}

#sec01 .text-alea {
	max-width: 600px;
}

#sec01 h2 {
	font-size: 42px;
	font-weight: bold;
	color: #00B3F0;
	text-decoration: underline;
	line-height: 1.4;
}

#sec01 p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.8;
}

#sec02,#sec03,#sec04,#sec05 {
	padding: 80px 0 100px;
}

.movie-btn {
	display: inline-block;
	background: #00B3F0;
	color: #ffffff;
	padding: 16px 60px;
	border-radius: 10px;
	text-decoration: none;
	margin-top: 40px;
}

.movie-btn img {
	margin-right: 10px;
}

#ikkokudo {
	position: absolute;
	right: 0;
	bottom: 0;
}

#ikkokudo-sp {
	display: none;
}

.h-eng {
	font-weight: bold;
	font-size: 34px;
	color: #00B3F0;
	text-align: center;
	line-height: 1.2;
	display: block;
}

.h-eng-img-02 {
	position: absolute;
	top: 107px;
    right: -97px;
	padding: 0 20px;
}

.h-eng-img-04 {
	position: absolute;
    top: -30px;
    left: -140px;
}

.h-eng-img-05 {
    position: absolute;
    top: -50px;
    padding: 0 20px;
}

.h-eng-img-08 {
	position: absolute;
    top: -10px;
    left: -120px;
}

.position-relative {
	position: relative;
}

.h-eng span {
	font-family: 'Gelasio', serif;
	font-size: 96px;
	position: relative;
}

.h-jp {
	font-weight: bold;
	font-size: 50px;
	color: #00B3F0;
	text-align: center;
	margin-bottom: 50px;
}

.divide-wrap {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

.divide {
	width: 320px;
}

.divide h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.divide-area {
	background: #CEF3FF;
	padding: 40px 20px 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.apply-img {
	display: block;
	margin: 0 auto 20px;
}

.apply-line {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 4px #00B3F0;
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 10px;
}

.apply-txt {
	margin-top: 20px;
	line-height: 1.6;
	height: 210px;
}

.apply-btn01 {
	display: block;
	width: 100%;
	background: #00B3F0;
	padding: 16px 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-radius: 6px;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}

.apply-btn01:hover {
	opacity: 0.7;
}

.apply-btn01 img {
	margin-left: 10px;
}

.apply-btn02 {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #00B3F0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.apply-btn02 img {
	margin-left: 10px;
}

.divide .reason-h {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
}

#sec05 .divide-area {
	padding: 30px 20px;
}

.reason-img {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reason-h img {
	margin-right: 6px;
}

.reason-txt {
	font-size: 15px;
	line-height: 1.6;
	height: 220px;
}

.h-mission {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Gelasio', serif;
	color: #00B3F0;
	margin-bottom: 30px;
}

.h-mission-img {
	width: 100%;
}

#sec06 {
	width: 800px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

.mission-txt {
	font-size: 16px;
	margin-top: 20px;
	line-height: 2.4;
	color: #00B3F0;
}

#sec07 {
	max-width: 800px;
	padding: 80px 100px;
	margin: 0 auto;
}

#sec07 h2 {
	text-align: center;
	font-family: 'Gelasio', serif;
	color: #00B3F0;
	font-size: 110px;
	font-weight: bold;
}

#qa {

	max-width: 990px;
	width: 100%;
	margin-top: 40px;
}

.qa-list {
	background: #CEF3FF;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.q, .a {
	display: flex;
}

.q {
	position: relative;
}

.q dt {
	color: #00B3F0;
}

.a dt {
	color: #ffa805;
}

.qa-list dt {
	font-family: 'Gelasio', serif;
	font-size: 30px;
	font-weight: 500;
}

.qa-list dd {
	margin-left: 20px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
	line-height: 1.4;
}

.qa-list .a dd {
	font-size: 14px;
	width: 670px;
	line-height: 1.8;
}

.qa-list .qa-arrow {
	display: block;
	position: absolute;
	top: 25px;
	right: 20px;
	width: 8px;
	height: 8px;
	transform: translateX(-50%) rotate(135deg);
	border-top: 2px solid #00B3F0;
	border-right: 2px solid #00B3F0;
}

.qa-list .open {
transform: translateX(-50%) rotate(315deg);
}

.answer {
	display: none;
	margin-top: 20px;
}

.answer a {
	color: #00B3F0;
}

#sec08 {
	padding: 80px 0 100px;
}

.h-eng .h-eng-s {
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	display: inline;
}

#faces {
	display: flex;
	margin: 60px auto 0;
	flex-wrap: wrap;
	padding: 0 30px;
	justify-content: center;
	max-width: 1700px;
}

.face {
	text-align: center;
	width: 130px;
	margin: 0 10px 30px;
}

.face img {
	width: 80px;
}

.face p {
	font-size: 14px;
	margin-top: 10px;
}

#sec09 {
	padding: 80px 0 100px;
	overflow: hidden;
}

.org-txt {
	width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
}

#org-icons {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.org-icon {
	display: flex;
	flex-direction: column;
	width: 240px;
	text-align: center;
}

.org-icon img {
	margin: 0 auto;
}

.org-icon p {
	text-align: center;
	margin-top: 20px;
	line-height: 1.6;
}

#corp-overview {
	background: #F8F8F8;
	padding: 40px 0 60px;
}

.overview-table {
	/* width: 400px; */
	margin: 0 auto;
	font-size: 14px;
}

#corp-overview dl {
	display: inline;
	margin: 60px auto 0;
}

#corp-overview dt {
	float: left ;
	clear: left ;
	width: 120px ;
	border-bottom: 1px solid #d2d2d2;
	line-height: 2;
	margin-top: 10px;
}

#corp-overview dd {
	float: left ;
	border-bottom: 1px solid #d2d2d2;
	line-height: 2;
	width: 500px ;
	margin-top: 10px;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

#corp-overview .overview-ishigaki dt,#corp-overview .overview-ishigaki dd {
	height: 130px;
	line-height: 1.6;
}

.overview-ishigaki span {
	 display: block;
	 margin-bottom: 10px;
}

.overview-page span {
	display: block;
	margin-bottom: 10px;
}
#corp-overview .overview-page dt,#corp-overview .overview-page dd {
	height: 220px;
	line-height: 1.6;
}

#copyright {
	text-align: center;
	font-size: 13px;
	padding: 10px 0;
}

.org-slider .slick-dots li button{
	background: #E2E2E2;
	border-radius: 10px;
	width: 10px;
	height: 10px;
}

.slick-dots li.slick-active button {
	background: #171717;
}

.org-slider {
	margin: 40px 0 70px;
}

#sec09 .slick-dotted.slick-slider {
	margin-bottom: 80px;
}

#sec09 .slick-dots li button:before {
	display: none;
}

#sec09 .slick-dots {
	padding-top: 40px;
}

#sec09 .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
}

#form input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
}

#form {
	padding: 40px 50px 80px;
}

#form h2 {
	color: #00B3F0;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

#form .txt_points p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #d01400;
}

#form .form_line {
	text-align: left;
	max-width: 604px;
	margin: 0 auto 10px;
}

#form .form_line label {
	font-size: 10px;
	color: #333333;
	margin-right: 20px;
	font-weight: bold;
	/* line-height: 1.4; */
}

#form .form_line span {
	font-size: 8px;
	margin-left: 10px;
	color: #d01400;
	font-weight: normal
}

#form .form_line input[type="text"] {
	border: solid 1px #C6C6C6;
	width: 100%;
	height: 30px;
	font-size: 16px;
	padding: 0 10px;
	/* margin-top: 10px; */
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
}

#form .inline-radio {
	display: -webkit-box;
	display: flex;
	border-radius: 3px;
	overflow: hidden;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}

#form .inline-radio div {
	position: relative;
	margin-top: 10px;
}

#form .inline-radio.rows-2 div {
	width: 50%;
}

#form .inline-radio.rows-3 div {
	width: 33%;
}

#form .inline-radio input {
	width: 100%;
	height: 60px;
	opacity: 0;
}

#form .inline-radio label {
	position: absolute;
	top: 0;
	left: 0;
	color: #333333;
	width: calc(100% - 10px);
	height: 100%;
	background: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	pointer-events: none;
	border: 1px solid #b6b6b6;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: normal;
  }

#form .inline-radio input:checked + label {
	background: #00B3F0;
	color: #fff;
}

#form .form_line textarea {
	border: solid 1px #C6C6C6;
	width: 100%;
	height: 110px;
	font-size: 16px;
	padding: 10px;
	margin-top: 10px;
	box-sizing: border-box;
}

#form .form_submit {
	text-align: center;
	max-width: 604px;
	margin: 0 auto 40px;
}

#form .form_submit input[type="submit"] {
	text-decoration: none;
	color: #ffffff;
	background: #00B3F0;
	padding: 15px 140px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10px;
	box-sizing: border-box;
	display: inline-block;
	border: none;
}

.form-txt {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 16px;
}

.form_line div {
	margin-top: 20px;
}

#form .form_line div label {
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	padding: 0
}

#form-experience {
	display: none;
}



#form-otherplace {
	display: none;
}

.org-slider li img {
	height: 440px;
}

.ttlsp {
	display: none;
}

.ttlpc {
	display: block;
}

.imgsp {
	display: none;
}

.imgpc {
	display: block;
}

.sec-howto .step .item .img,.sec-howto2 .step .item .img {
	display: flex;
	justify-content: center;
}

/* 6/19 谷口追加 */
.certificationForm table tr td {
	vertical-align: top;
	text-align: left;
}
.certificationForm table tr td input{
	width: 50% !important;
}
.btn-border {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 2px solid #00B3F0;
	font-size: 16px;
	color: #00B3F0;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 10px;
	border-radius: 4px;
	transition: .4s;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
  }

  .btn-border:hover {
	background-color: #00B3F0;
	border: 2px solid #00B3F0;
	color: #FFF;
  }

.firstLine{
	position: relative;
}


/* 応募フォームバナー */
.contactbtn {
    background: #00B3F0;
    position: relative;
    background-image: url(../img/contact_back_04.png);
    background-repeat: no-repeat;
	background-position: left 100px top;
	margin-bottom: 15px;
}

.contactbtn .p01 {
    font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 2px 3px #808080;
	margin-bottom: 10px;
}

.contactbtn .p02 {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 3px #808080;

}

.contactbtn div {
    width: 820px;
    margin: 0 auto;
    height: 220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contactbtn a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.contactbtn div:before {
    content: "";
    display: block;
    top: 50%;
    right: calc(50% - 10px);
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(135deg);
    position: absolute;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: calc(50% - 400px);
}

.contactbtn2 {
    background: #037faa;
    position: relative;
    background-image: url(../img/contact_back_05.png);
    background-repeat: no-repeat;
    background-position: left 100px top;
    margin-bottom: 15px;
}

.contactbtn2 .p03 {
    font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 2px 3px #808080;
	margin-bottom: 10px;
}

.contactbtn2 .p04 {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 3px #808080;
    line-height: 1.5rem;
}

.contactbtn2 div {
    width: 820px;
    margin: 0 auto;
    height: 220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contactbtn2 a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.contactbtn2 div:before {
    content: "";
    display: block;
    top: 50%;
    right: calc(50% - 10px);
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(135deg);
    position: absolute;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: calc(50% - 400px);
}

.contactbtn3 {
    background: #006080;
    position: relative;
    background-image: url(../img/contact_back_02.png);
    background-repeat: no-repeat;
    background-position: left 100px top;
}

.contactbtn3 .p03 {
    font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 2px 3px #808080;
	margin-bottom: 10px;
}

.contactbtn3 .p04 {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 3px #808080;
}

.contactbtn3 div {
    width: 820px;
    margin: 0 auto;
    height: 220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contactbtn3 a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.contactbtn3 div:before {
    content: "";
    display: block;
    top: 50%;
    right: calc(50% - 10px);
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(135deg);
    position: absolute;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: calc(50% - 400px);
}
.contactbtn3 {
    background: #006080;
    position: relative;
    background-image: url(../img/contact_back_02.png);
    background-repeat: no-repeat;
    background-position: left 100px top;
}

.contactbtn4 .p03 {
    font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 2px 3px #808080;
	margin-bottom: 10px;
}

.contactbtn4 .p04 {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 3px #808080;
}

.contactbtn4 div {
    width: 820px;
    margin: 0 auto;
    height: 220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contactbtn4 a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.contactbtn4 div:before {
    content: "";
    display: block;
    top: 50%;
    right: calc(50% - 10px);
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(135deg);
    position: absolute;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: calc(50% - 400px);
}
.contactbtn4 {
    background: #006080;
    position: relative;
    background-image: url(../img/contact_back_06.png);
    background-repeat: no-repeat;
    background-position: left 100px top;
	margin-bottom:15px;
}
.detail_and_form{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content:center;
	background-color: #F8F8F8;
}

/* 10/27 e-Learning追加 */
#sec10{
    margin: 0 auto;
    padding: 80px 0 100px;
}
.eLearn_area{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.eLearn_right{
	width: 35%;
	margin-top: 40px;
	padding: 10px;
}
.eLearn_right p{
	line-height: 1.6;
	padding: 5px
}
.eLearn_right a{
	/* color: #000; */
	text-decoration: none;
	font-weight: bold;
}
.eLearn_right a:hover{
	opacity: 0.7;
}
.e_samplemovie{
	width: auto;
	max-width: 200px;
}
.minipro_regist_area{
	margin-left: 30px;
	margin-top: 10px;
}

.minipro_regist1{
	background-color: #00B3F0;
    border-radius: 5px;
    color: #fff;
    /* font-size: 25px; */
    font-weight: bold;
    padding: 10px 15px;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
	text-decoration: none;
	display: block;
}
.minipro_regist2{
	background-color: #006080;
    border-radius: 5px;
    color: #fff;
    /* font-size: 25px; */
    font-weight: bold;
    padding: 10px 15px;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
	text-decoration: none;
	display: block;
}
.e_woman{
	width: auto;
    max-width: 400px;
}
.movie_button{
	display: flex;
	align-items: stretch;
	justify-content: center;
}

@media screen and (max-width: 800px) {


    .contactbtn {
        background-position: left -20px top;
        background-size: 170px;
    }

    .contactbtn a div {
		width: auto;
        padding: 0 20px;
        height: 120px;
    }

    .contactbtn .p01 {
        font-size: 1rem;
    }

    .contactbtn .p02 {
        font-size: 0.8rem;
    }

    .contactbtn div:before {
        right: 20px;
    }

	.contactbtn2 {
        background-position: left -20px top;
        background-size: 170px;
    }

    .contactbtn2 a div {
		width: auto;
        padding: 0 20px;
        height: 120px;
    }

    .contactbtn2 .p03 {
        font-size: 1rem;
    }

    .contactbtn2 .p04 {
        font-size: 0.8rem;
    }

    .contactbtn2 div:before {
        right: 20px;
	}

  .contactbtn3 {
        background-position: left -20px top;
        background-size: 170px;
    }

    .contactbtn3 a div {
    	width: auto;
        padding: 0 20px;
        height: 120px;
    }

    .contactbtn3 .p03 {
        font-size: 1rem;
    }

    .contactbtn3 .p04 {
        font-size: 0.8rem;
    }

    .contactbtn3 div:before {
        right: 20px;
  }
	.contactbtn4 {
		background-position: left -20px top;
		background-size: 170px;
	}

	.contactbtn4 div {
		width: auto;
		padding: 0 20px;
		height: 120px;
	}

	.contactbtn4 .p03 {
		font-size: 1rem;
	}

	.contactbtn4 .p04 {
		font-size: 0.8rem;
	}

.contactbtn4 div:before {
	right: 20px;
}
	.h-eng-img-02{
		display: none;
	}

	#sec10{
		width: 90%;
		margin: 0 auto;
	}
	.eLearn_area,.minipro_regist_area{
		display: block;
		text-align: center;
		/* margin: 0 auto; */
	}
	.eLearn_right{
		width: auto;
	}
	.eLearn_right>p{
		text-align: left;
	}
	.e_woman{
		max-width: 300px;
	}
	.movie_button{
		display: block;
	}
	.eLearn_right{
		margin-top: 0;
	}
}


/* -----------------------------------------------
20201014パンくずリスト追加
-------------------------------------------------- */
.breadcrumb{
  max-width: 1000px;
  margin: 10px auto;
}

.breadcrumb ul{
  margin: 0px 5px;
}

.breadcrumb ul li{
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0px;
  display: inline;
}

.breadcrumb ul li:not(:last-child):after{
  content: ">";
  margin: 0px 5px;
}

.sub_breadcrumb{
  max-width: 1000px;
  margin: 10px auto;
  padding-top: 10px;
}

.sub_breadcrumb ul{
  margin: 0px 5px;
}

.sub_breadcrumb ul li{
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0px;
  display: inline;
}

.sub_breadcrumb ul li:not(:last-child):after{
  content: ">";
  margin: 0px 5px;
}
