/* ----------------------------------------------------------------
	トップページmvのテスト
-----------------------------------------------------------------*/
.force-full-screen {
  background-image: url(./images/pv-kv@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-caption {
  max-width: 900px;
}

.slider-caption .kv__text {
  letter-spacing: 4.5px;
  font-size: 1.2rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .force-full-screen {
    background-image: url(./images/ipad_kv@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (max-width: 767.98px) {
  .force-full-screen {
    background-image: url(./images/sp_kv@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .slider-caption .kv__text {
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 2;
  }
}

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
::selection {
  background: #373EF8;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #373EF8; /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #373EF8; /* Safari */
  color: #fff;
  text-shadow: none;
}


/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
#logo {
  width: 180px;
  height: 76px;
}

#logo a {
  margin: 6px auto;
  width: 180px;
}

#logo a img {
  width: 100%;
  height: auto;
}
.footer-logo {
  width: 190px;
  margin: 0 auto;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
  height: auto;
}

/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
.section {
  background-color: #fff;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
  line-height: 2.4;
  color: #000;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 100;
}

a {
	text-decoration: none;
  color: #373EF8;
}

.text-dec-underline {
  text-decoration: underline;
}

.a-white {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1.4px;
  line-height: 1.625;
}

.text-blue {
  color: #373EF8;
  text-shadow: none;
}

.text-navy {
  color: #001383;
}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 600;
	line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: noto-sans-cjk-jp, sans-serif;
	font-style: normal;
  font-weight: 100;
}


h2 {
  line-height: 1.5;
}

h3 {
  font-size: 1.875rem;
  letter-spacing: 2.7px;
  line-height: 1.96;
  font-weight: bold;

}

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #001383; }

/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
.container-read {
  margin-bottom: 140px;
}

.business-title {
  padding-top: 60px;
}

/* ----------------------------------------------------------------
	Heading Styles
-----------------------------------------------------------------*/

/* Heading Block - with Subtitle
-----------------------------------------------------------------*/
.heading-block h1 {
  font-size: 2.7rem;
  color: #001383;
  line-height: 1.9;
  letter-spacing: 7.2px;
}

.heading-block h2 {
  font-size: 2.875rem;
}

.heading-block > span:not(.before-heading) {
	margin-top: 3rem;
	color: #000;
}

.heading-block h2 > span {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

.heading-block:after {
  content: none;
}

.heading-block h2 + span { 
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: 0.4px;
}

.Aboutus-page .heading-block h2,
.business-page .heading-block h2,
.Recruit-page .heading-block h2,
.Interview-page .heading-block h2 {
  color: #001383;
  letter-spacing: 9px;
  line-height: 1.6;
}

.business-page .heading-block,
.Aboutus-page .read .heading-block,
.Recruit-page .heading-block,
.Interview-page .heading-block {
  margin-bottom: 100px;
}

.Business-desc-page .heading-block h2 {
  position: relative;
  padding-bottom: 3rem;
  color: #001383;
  letter-spacing: 9px;
  text-transform: none;
}

.Business-desc-page .heading-block h2::after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #001383;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

.Top-page .business-title .heading-block h2,
.Aboutus-page .heading-block h3,
.Business-desc-page .heading-block h3,
.History-page .heading-block h2,
.Recruit-page .heading-block h3,
.People-page .heading-block h2,
.Interview-page .people-block .heading-block h2,
.people .people_heading-block h2{
  font-size: 2.5rem;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #000;
}

.people .people_heading-block h2 {
  color: #fff;
}

.Interview-page .people-block .heading-block {
  margin-bottom: 50px;
}

.Interview-page .Interview-section .heading-block h3 {
  font-size: 2rem;
  line-height: 1.6;
  color: #001383;
}

.Message-page .Interview-section .heading-block h3 {
  font-size: 2.3rem;
  line-height: 1.6;
  color: #001383;
}

.Interview-page .Interview-section .heading-block {
  margin: 20px 0 50px;
}

#content .heading-block .heading-block__label {
  display: block;
  margin-top: 0;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #001383;
}

#content .people .heading-block .heading-block__label {
  margin-bottom: 0;
  color: #fff;
}





/* Justify Border Title
-----------------------------------------------------------------*/
.Recruit-page .heading-block.fancy-title {
	margin-bottom: 2rem;
}

/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
#content p {
  font-size: 1rem;
  font-weight: 500;
  /*line-height: 2.4;*/
  line-height: 2;
  letter-spacing: 0.4px;
}

.content-wrap {
	padding: 80px 0 200px;
}

.Recruit-page .content-wrap {
  padding: 80px 0 0px;
  margin-bottom: 80px;
}

.Thanks-page .container {
  padding: 80px 0 100px;
}

.Top-page .content-wrap {
  padding: 80px 0 100px;
}

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/
#header,
#header-wrap,
#logo img {
  height: 76px;
}

#primary-menu ul li > a {
  padding: 27px 15px;
  color: #001383;
}

#primary-menu ul li:hover > a { 
  color: #000000;
}

/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
.button {
  height: 47px;
  line-height: 47px;
  background-color: #373EF8;
  text-shadow: none;
  padding: 0 56px;
  margin: 0;
}

.button.button-circle {
  border-radius: 24px;
}

.button.button-white {
  width: 68%;
  height: 59px;
  line-height: 59px;
  border-radius: 30px;
  background-color: #fff;
  color: #001383;
}

.button.button-border {
  position: relative;
  width: 275px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #373EF8;
  border-radius: 30px;
  color: #373EF8;
}

.button.button-border::before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 40px;
  margin: -29px 1rem 0 0;
  display: inline-block;
}

.button.button-border:not(.button-fill):hover {
  color: #fff;
  background-color: #373EF8;
  text-decoration: none;
  text-shadow: none;
  transition: all .2s ease-in-out;
}

.button.button-border-white {
  position: relative;
  max-width: 275px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: #fff;
}

.button.button-border-white::before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 40px;
  margin: -29px 1rem 0 0;
  display: inline-block;
}

.button.button-border-white:hover {
  background-color: #fff;
  color: #373EF8;
  text-decoration: none;
  text-shadow: none;
  transition: all .2s ease-in-out;
}

button:hover {
  text-shadow: none;
}

.button.entry-button {
  max-width: 275px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  margin-top: 3rem;
}

.button.entry-button:hover {
  background: #001383;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.button-blue:hover {
  background: #001383;
  text-decoration: none;
  transition: all .2s ease-in-out;
} 

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#footer {
  background-color: #fff;
  border-top: 0;
}

/* Contact/Entry */
.footer-button {
  padding: 140px 60px;
}

.footer-button.is-contact {
  background-image: url(/images/bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-button.is-entry {
  background-image: url(/images/bg-entry.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-button .button:hover {
  opacity: 0.8;
  transition: all .2s ease-in-out;
  text-shadow: none;
  text-decoration: none;
}

/* widgets-wrap */
#footer .footer-widgets-wrap {
  padding: 60px 0 40px;
}

.footer-logo-area {
  margin-bottom: 60px;
}

.footer-logo-area:hover {
  opacity: .8;
  transition: all .2s ease-in-out;
}

.footer-nav {
  display: flex;
}

.footer-nav .footer-nav__list {
  margin-right: 2rem;
}

.widget_links li a {
  background: no-repeat;
  color: #001383;
}

.widget_links li a:hover {
  text-decoration: none;
  color: #001383;
  opacity: .8;
  transition: all .2s ease-in-out;
}

/* SNS */
.sns-btn {
  width: 180px;
  padding: 12px 12px;
}

.sns-btn:hover {
  text-decoration: none;
  color: #001383;
  opacity: .8;
  transition: all .2s ease-in-out;
}

.sns-btn.facebook {
  margin: auto;
  background-color: #E3E9F1;
}

.fa-facebook-square {
  font-size: 24px;
  color: #001383;
}

.fa-twitter {
  font-size: 24px;
  color: #001383;
}

.fa-file {
  font-size: 24px;
  color: #001383;
}

.sns-btn__text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  color: #001383;
  margin-bottom: 0;
  text-align: center;
}

#copyrights {
  padding: 15px 0;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
}

#copyrights br {
  display: none;
}

#gotoTop:hover {
  background-color: #373EF8;
}


/* ----------------------------------------------------------------
	Business
-----------------------------------------------------------------*/
.business-detail {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.business-card {
  position: relative;
  width: 100%;
}

.business-card:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: all .2s ease-in-out;
}

.business-card:hover p {
  color: #fff;
}

.business-card p {
  margin-bottom: 10px;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
}

.business-card h3 {
  margin-bottom: 10px;
}

.business-card-01 {
  background: URL(/images/new-business.jpg);
  background-size: cover;
  background-position: 50%;
}

.business-card-02 {
  background: URL(/images/bnr-construction.jpg);
  background-size: cover;
  background-position: 50%;
}

.business-card-03 {
  background: URL(/images/bnr-realestate.jpg);
  background-size: cover;
  background-position: 50%;
}

.business-card-04 {
  background: URL(/images/it.jpg);
  background-size: cover;
  background-position: 50%;
}

.business-card-05 {
  background: URL(/images/new-business.jpg);
  background-size: cover;
  background-position: 50%;
}

.business-card::after {
  content: '';
  background-color: rgba(0,17,110,.45);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.business-card p,
.business-card h3,
.business-card a {
  position: relative;
  z-index: 1;
}

.business-card a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------
	導線 People
-----------------------------------------------------------------*/
.Interview-page .people_content {
    margin-top: 0;
  }

.people_heading-block {
  padding: 150px 0;
}

.Recruit-page .people > .heading-block {
  margin-bottom: 50px;
}

.people_content {
  margin-top: -7%;
}

.team {
  color: #000;
}

.team:hover {
  text-decoration: none;
}

.team-title p {
  font-size: 0.875rem;
  letter-spacing: 2.1px;
}

.team-title h3 {
  font-size: 1.875rem;
  letter-spacing: 3.6px;
  color: #001383;
}

.team-detail {
  list-style: none;
  font-size: 0.9375rem;
  letter-spacing: 1.3px;
  line-height: 1.6;
}


/* ----------------------------------------------------------------
	導線 Data
-----------------------------------------------------------------*/
.Recruit-page .data {
  margin-top: 200px;
}

.data__title {
  font-size: 1.25rem;
  font-weight: 700;
}

.data__img {
  margin: 4rem auto;
  max-width: 332px;
  min-width: 240px;
}


/* ----------------------------------------------------------------
	導線 Topmessage
-----------------------------------------------------------------*/
.Recruit-page .topmessage {
  margin-top: 150px;
}

.topmessage {
  background-position: 100% center !important;
}

.topmessage-content__title {
  font-size: 1rem;
}

#content .topmessage-content__catch {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
}

.topmessage-content__name {
  font-size: 1rem;
  line-height: 1.6;
}

/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
.breadcrumb {
	position: relative;
	width: auto;
	padding: 0;
  font-size: 12px;
  margin-top: 1rem;
}

.breadcrumb a:hover {
  color: #373EF8;
}

.PageHeader-title__text {
  padding-left: 5%;
}

.PageHeader-title__text h1,
.PageHeader-title__text span,
.PageHeader-title__text div {
  color: #001383;
}

/* 事業内容詳細ページのヘッダータイトル */
.PageHeader-title__text span {
  font-family: trajan-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1875rem;
  letter-spacing: 1.7px;
}

.PageHeader-title__text h1 {
  font-size: 3.5rem;
  letter-spacing: 9px;
  line-height: 1.03;
  font-weight: 700;
  margin: 2rem 0 2.5rem;
}

.PageHeader-title__text div > p {
  font-size: 1rem;
  letter-spacing: 0.4px;
  font-weight: bold;
}

/*.PageHeader-title__logo {
  width: 100px;
}*/

.PageHeader-title__img {
  position: relative;
}

.PageHeader-title__img::after {
  content: '';
  background-color: rgba(0,17,110,.13);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 15px;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/
#page-title.page-title-parallax {
  background-position: right !important;
}

#page-title.page-title-dark span {
  color: rgba(255,255,255,1);
}

#page-title.page-title-parallax h1 {
  font-family: alegreya-sans, sans-serif;
  font-style: normal;
  font-weight: bold;
}

#page-title.page-title-parallax.business-page span,
#page-title.page-title-parallax.History-page span,
#page-title.page-title-parallax.Recruit-page span,
#page-title.page-title-parallax.People-page span,
#page-title.page-title-parallax.Interview-page span,
#page-title.page-title-parallax.Data-page span,
#page-title.page-title-parallax.Message-page span,
#page-title.page-title-parallax.contact-page span,
#page-title.page-title-parallax.page-entry span,
#page-title.page-title-parallax.page-privacy span {
  font-size: 1rem;
  letter-spacing: 1.9px;
}

#page-title.page-title-parallax.business-page h1,
#page-title.page-title-parallax.History-page h1,
#page-title.page-title-parallax.Recruit-page h1,
#page-title.page-title-parallax.People-page h1,
#page-title.page-title-parallax.Interview-page h1,
#page-title.page-title-parallax.Data-page h1,
#page-title.page-title-parallax.contact-page h1,
#page-title.page-title-parallax.page-entry h1,
#page-title.page-title-parallax.page-privacy h1 {
  font-size: 4.9rem;
  letter-spacing: 20px;
}

#page-title.page-title-parallax.Message-page h1 {
  font-size: 3.5rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 6px;
}


/* ----------------------------------------------------------------
	下層ページ aboutus
-----------------------------------------------------------------*/


.officer-photo p {
  font-size: 0.875rem;
  font-weight: 400;
}

.officer-photo p > span {
  font-size: 1.25rem;
  font-weight: 500;
}

.officer-profile p {
  font-weight: 500;
}


/* ----------------------------------------------------------------
	business-page
-----------------------------------------------------------------*/
.business-page .read {
  font-weight: bold;
  margin-bottom: 130px;
}

.business-page .business-card {
  padding: 110px 60px;
}

/* ----------------------------------------------------------------
	下層ページ Business-desc-page
-----------------------------------------------------------------*/
.Business-desc-page .people_heading-block h2::after {
  content: none;
}

.Aboutus-page .heading-block h3 > span,
.People-page .heading-block h2 > span,
.Interview-page .people-block .heading-block h2 > span {
    display: block;
    font-family: trajan-sans-pro, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 1px;
}

.Business-desc-page .heading-block p,
.Aboutus-page .heading-block p,
.People-page .heading-block p {
  margin-top: 3rem;
}

.block-h3 {
  margin: 200px 0 100px;
}

.business-box-Wrap.maxWidth {
  max-width: 1470px;
}

.business-box {
  position: relative;
}

#content .business-box p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.7;
  background-color: rgba(255,255,255,.8);
  padding: 1.5rem 1rem;
}

.Business-desc-page .read p {
  text-align: center;
  font-weight: bold;
}




/* ----------------------------------------------------------------
	下層ページ recruit
-----------------------------------------------------------------*/
.fancy-title.title-bottom-border h4 {
  font-size: 1.5rem;
  letter-spacing: 0.7px;
  border-bottom: 0;
  color: #001383;
}

.col_one_third img {
  margin-bottom: 1.5rem;
}


/* ----------------------------------------------------------------
	table
-----------------------------------------------------------------*/
.z-table__heading {
  margin-bottom: 70px;
}

.z-table__row__desc ul {
  padding-left: 1rem;
}

.z-table h4 {
    padding: 0 15px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.7;
    color: #001383;
  }

/* ----------------------------------------------------------------
	Guidance
-----------------------------------------------------------------*/
.Guidance {
  margin-top: 90px;
}

.Guidance__title {
  font-size: 1.2rem;
  letter-spacing: 2.3px;
  font-weight: 500;
}

#content .Guidance__slogan {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 16px;
}

#content .Guidance__slogan br {
  display: none;
}

#content .Guidance__misson,
#content .Guidance__bision {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 5.4px;
  line-height: 1.43;
}

#content .Guidance__value {
  line-height: 2.4;
}


/* ----------------------------------------------------------------
	組織図
-----------------------------------------------------------------*/
.Organization-chart {
  margin-bottom: 250px;
}

/* ----------------------------------------------------------------
	導線 History
-----------------------------------------------------------------*/
.history-area .heading-block p {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 4.6px;
}

.history-area .heading-block h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
}

/* ----------------------------------------------------------------
	下層ページ people
-----------------------------------------------------------------*/
.people-card {
  width: 100%;
  position: relative;
  padding: 50px;
}

.people-card:hover {
  opacity: 0.9;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.people-card-01 {
  background: URL(/images/bnr-interview-01.jpg);
  background-size: cover;
  background-position: 50%;
}

.people-card-02 {
  background: URL(/images/bg-interview02.jpg);
  background-size: cover;
  background-position: 50%;
}

.people-card-03 {
  background: URL(/images/bnr-interview-03.jpg);
  background-size: cover;
  background-position: 50%;
}

.people-card-04 {
  background: URL(/images/bnr-interview-04.jpg);
  background-size: cover;
  background-position: 50%;
}

.people-card__title__number {
  color: #001383;
  font-weight: 700;
}

.people-card__title__text {
  color: #001383;
  font-size: 2rem;
  letter-spacing: 3px;
  line-height: 1.9;
}

.people-card__year {
  color: #000;
  font-weight: 700;
  line-height: 1.6;
}

#content .people-card__name {
  color: #000;
  font-size: 1.56rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.6;
}

.people-card__department {
  color: #000;
  font-weight: 700;
  list-style-type: none;
  line-height: 1.64;
}

.people-card::after {
  content: '';
  background-color: rgba(0,17,110,.13);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* ----------------------------------------------------------------
	Interview-page
-----------------------------------------------------------------*/
#page-title.Interview-page.page-title-parallax h1 {
  font-size: 3.5rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 6px;
}

#page-title .Interview-page__head_textbox span {
  font-size: 0.9375rem;
  font-weight: 500;
}

.Interview-page__head_textbox p {
  font-size: 2.25rem;
  line-height: 1.6;
  font-weight: 500;
}

.Interview-page__head_textbox ul {
  list-style-type: none;
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 500;
}

#content .Interview-content p {
  font-size: 1.125rem;
  letter-spacing: 0.6px;
  line-height: 2;
}

.Interview-img-flued {
  max-width: 1470px;
}

.Interview-img-flued img {
  margin: 0 auto;
}

.Interview-section {
  max-width: 850px;
  margin-bottom: 7.5rem;
}

.Interview-section__right {
  padding-left: 2rem;
}

.employee__box {
  position: relative;
  padding: 5.625rem 0;
}

.employee__box::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #373EF8;
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
}

.employee__img {
  padding-left: 0;
}

.employee__text {
  max-width: 524px;
}

.employee__text__year {
  font-size: 0.9375rem;
  font-weight: 500;
}

#content .employee .employee__text .employee__text__name {
  font-size: 2.25rem;
  line-height: 1.6;
}

.employee__text__list {
  margin-bottom: 1rem;
  list-style-type: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

#content .employee .employee__text__overview {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

/* ----------------------------------------------------------------
	下層ページ data
-----------------------------------------------------------------*/
.graph {
  border: 9px solid #373EF8;
}

.graph__title {
  border-bottom: 5px solid #373EF8;
}

.graph__title > div {
  font-size: 1.5rem;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 3px;
  color: #373EF8;
  padding: 60px 0 60px;
}

.graph__data__left {
  padding: 50px;
  border-right: 5px solid #373EF8;
}

.graph__data__right,
.graph__data__right-top,
.graph__data__right-bottom {
  padding: 50px;
}

.graph__data,
.graph__data__right-top {
  border-bottom: 5px solid #373EF8;
}

.graph__data:last-child {
  border-bottom: none;
}

.graph-founding img {
  max-width: 312px;
}

.graph-group img {
  max-width: 318px;
}

.graph-gender img {
  max-width: 386px;
}

.graph-sales img {
  max-width: 417px;
}

.graph-joining img {
  max-width: 416px;
}

.graph-age img {
  max-width: 449px;
}

.graph-occupation img {
  max-width: 462px;
}

.graph-recruit img {
  max-width: 427px;
}

.graph-turnover img {
  max-width: 254px;
}

.graph-oertime img {
  max-width: 337px;
}

.graph-wear img {
  max-width: 454px;
}

/* ----------------------------------------------------------------
	下層ページ history
-----------------------------------------------------------------*/
.history-wrap {
  position: relative;
}

.history-wrap::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E3E9F1;
  position: absolute;
  bottom: -170px;
  right: 50%;
  z-index: 0;
}

.history {
  position: relative;
  margin-bottom: 170px;
}

#content.History-page .container,
#content.History-page .container-fluid .founder__box {
  z-index: 5;
}


.history__content {
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.history__headline__year span {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}

.history__headline__yearImg {
  width: 208px;
}

.history__headline__year div {
  position: relative;
}

.history__headline__year div::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #373EF8;
  border-radius: 5px;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-left: -5px;
}

#content p.history__headline__read {
  max-width: 573px;
  line-height: 2;
}

.history-title span {
  font-size: 1rem;
  letter-spacing: 1.6px;
  line-height: 1.6875rem;
}

#content .history-title p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #001383;
  letter-spacing: 0.7px;
  line-height: 2;
}

.history-img__caption {
  font-weight: 500;
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1rem;
}

.pickup-wrap {
  margin-top: 102px;
}

.pickup {
  position: relative;
}

.pickup__text-circle {
  position: absolute;
  top: -30%;
  left: -40%;
  background: #373EF8;
  color: #fff;
  border-radius: 155px;
  width: 270px;
  height: 270px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.pickup-wrap.is-scooter {
  margin-top: 0;
  margin-bottom: 135px;
  max-width: 322px;
}

.pickup-wrap.is-scooter .pickup__text-circle {
  top: auto;
  left: auto;
  bottom: -130px;
  right: -150px;
}

.pickup-wrap.is-map {
  max-width: 322px;
  margin-left: 130px;
}

.history-img.img-center {
  max-width: 472px;
}

/* 創業者 */
.founder__box {
  padding: 4rem 0;
}

.founder__box::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #373EF8;
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
}

.founder__img {
  padding-left: 0;
}

#content .founder__text {
  max-width: 600px;
}

#content .founder__text__degree {
  font-size: 0.9375rem;
  font-weight: 500;
}

#content .founder__text__name {
  font-size: 2.25rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.6px;
}

#content .founder__text__overview {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

/* ----------------------------------------------------------------
	privacypolicy
-----------------------------------------------------------------*/
.privacypolicy-page .container {
  max-width: 960px;
}

.privacypolicy-page .heading-block h2 {
  font-size: 2rem;
}

.privacypolicy-page ul {
  list-style-type: none;
}

.privacypolicy-page ul li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.4px;
}




/* ----------------------------------------------------------------
  googlemap
  .googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
-----------------------------------------------------------------*/

#content .Guidance__slogan {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 22px;
}

#content .Guidance__misson,
#content .Guidance__bision {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 5.4px;
  line-height: 1.43;
}

.button.button-border {
  position: relative;
  width: 275px;
  height: 60px;
  line-height: 54px;
  border: 2px solid #373EF8;
  border-radius: 30px;
  color: #373EF8;
  padding-top: -7px;
}

.button.button-border::before {
  font-family: “Font Awesome 5 Free”;
  content: ‘\f054’;
  font-weight: 900;
  position: absolute;
  top: 53%;
  left: 40px;
  margin: -29px 1rem 0 0;
  display: inline-block;
}

/* ----------------------------------------------------------------
	facebook
-----------------------------------------------------------------*/

.fb-box {
  margin-top: 11rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;

  /*width: 360px;*/
}

/*._2p3a {
  margin-left: auto;
  margin-right: auto;
}*/

/* ----------------------------------------------------------------
	Top MV テキスト
-----------------------------------------------------------------*/
.mv-textarea {
  width: 100% !important;
  left: 0 !important;
  padding: 0 !important;
}

.mv-textarea__intro {
  font-family: noto-sans-cjk-jp, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  letter-spacing: 4.5px !important;
  line-height: 1.6 !important;
  max-width: 100% !important;
  padding: 2rem !important;
}

.mv-textarea__copy {
  max-width: 1133px !important;
  width: 100% !important;
  padding: 0 2rem !important;
}

.mv-textarea__copy img {
  width: 100% !important;
}

/* ----------------------------------------------------------------
	Thanks-page
-----------------------------------------------------------------*/
.Thanks-page__text {
  margin-bottom: 50px;
  max-width: 960px;
}

/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
@media (min-width: 1200px) {
	.graph { 
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1199.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #primary-menu ul li > a {
    padding: 27px 10px;
    letter-spacing: 1px;
  }

}

@media (max-width: 991.98px) {

  /* Page Title - Parallax Background */
  #page-title.page-title-parallax {
    padding: 164px 0 !important;
  }

  #page-title.Interview-page.page-title-parallax {
    padding: 60px 0 40px !important;
  }

  #page-title.Interview-page.page-title-parallax h1 {
    font-size: 2.5rem;
    line-height: 1.6;
  }

  .Interview-page__head_textbox p {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 2px;
  }


  #logo {
    height: 76px;
  }

  #primary-menu-trigger {
    top: 15px;
  }

  .footer-button {
    padding: 80px 60px;
  }

  .button.button-white {
    width: 100%;
  }

  .footer-nav {
    flex-direction: column;
  }

  .sns-btn.facebook {
    margin-top: 3rem;
  }

  /* Heading Styles */
  .Aboutus-page .heading-block h2,
  .business-page .heading-block h2,
  .Recruit-page .heading-block h2,
  .Interview-page .heading-block h2 {
    font-size: 2rem;
    letter-spacing: 6px;
    line-height: 1.4;
  }

  .business-page .heading-block,
  .Aboutus-page .read .heading-block,
  .Recruit-page .heading-block,
  .Interview-page .heading-block {
    margin-bottom: 60px;
  }

  .Business-desc-page .heading-block h2 {
    padding-bottom: 2rem;
    font-size: 2rem;
    letter-spacing: 6px;
  }

  .Business-desc-page .heading-block h2::after {
    width: 80px;
    height: 4px;
    margin-left: -40px;
  }

  .Top-page .business-title .heading-block h2,
  .heading-block h2,
  .Aboutus-page .heading-block h3,
  .Business-desc-page .heading-block h3,
  .History-page .heading-block h2,
  .Recruit-page .heading-block h3,
  .People-page .heading-block h2,
  .Recruit-page .people .people_heading-block h2,
  .Message-page .Interview-section .heading-block h3,
  .Interview-page .Interview-section .heading-block h3,
  .Interview-page .people-block .heading-block h2 {
    font-size: 1.6rem;
    text-transform: none;
  }

  .Interview-page .Interview-section .heading-block {
    margin: 20px 0 30px;
  }

  #content .heading-block .heading-block__label {
    font-size: 0.9rem;
  }

  .Top-page .people .people_heading-block h2,
  .Business-desc-page .heading-block.people_heading-block h2 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }

  .block-h3 {
    margin: 100px 0 50px;
  }

  /* table */
  .z-table__heading {
    margin-bottom: 0;
    padding: 0;
  }

  .z-table__heading h4 {
    padding: 0;
    font-size: 1.3rem;
  }

  .z-table__heading h4 br {
    display: none;
  }

  .z-table__row {
    padding: 10px 0;
  }

  .z-table__row__title,
  .z-table__row__desc {
    padding: 0;
  }

  /* 下層ページ data */
  .graph__data__left {
    padding: 30px;
    border-right: 0;
    border-bottom: 5px solid #373EF8;
  }
  .graph__data__right,
  .graph__data__right-top,
  .graph__data__right-bottom {
    padding: 30px;
  }

  .graph-founding,
  .graph-group {
    padding: 50px;
  }

  .graph-oertime {
    padding: 40px;
  }

  .graph-turnover {
    padding: 50px 70px;
  }

  /* Business-desc-page */
  #content .business-box p {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  /* 下層ページ history */
  .pickup-wrap.is-map {
    margin-left: 100px;
  }

  .pickup__text-circle {
    width: 200px;
    height: 200px;
    top: -40%;
    left: -40%;
    line-height: 1.6;
  }

  .pickup-wrap.is-scooter {
    margin-right: 100px;
  }

  .pickup-wrap.is-scooter .pickup__text-circle {
    bottom: -40%;
    right: -40%;
  }

  /* 導線 People */
  .section.people {
    margin-top: 70px;
    padding-top: 0;
  }

  /* people-page */
  .People-page__bnrarea {
    max-width: 650px;
  }

  .people-card {
    padding: 20px;
  }

  .people-card-01,
  .people-card-04 {
    background-position: 70%;
  }

  .people-card__title__text {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 1.6;
  }

  /* Interview-page */
  .Interview-section {
    margin-bottom: 5rem;
  }

  .Interview-section__right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .employee__box {
    padding: 2rem 0;
  }

  .employee__box::before {
    width: 100%;
  }

  .employee__img {
    margin-bottom: 1rem;
    padding-left: 15px;
  }

  .employee__text {
    width: 100%;
    max-width: 100%;
  }

  #content .employee .employee__text .employee__text__name {
    font-weight: 700;
  }

  /* headermenu button */
  #primary-menu ul > li > .button {
    margin-bottom: 2rem !important;
  }

  /* Thanks-page */
  .Thanks-page .heading-block,
  .Thanks-page .Thanks-page__text {
    max-width: 600px;
  }

  /* 導線 History */
  #content .topmessage-content__catch {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* Business-desc-page */
  .PageHeader-title__text h1 {
    font-size: 2.5rem;
  }

  /* 導線 People */
  .people_content {
    margin-top: -10%;
  }

  .Interview-page .people_content {
    margin-top: 0;
  }

  .team-desc.team-desc-bg {
    padding: 10px 0;
  }

  .team-title {
    padding-top: 0;
  }

  #content .team-title__year,
  .team-detail {
    font-size: 0.875rem;
  }

  .team-title .team-title__name {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }

  /* Aboutus-page */
  .officer-photo {
    text-align: center;
  }

  .officer-profile {
    text-align: center;
  }

  .officer-profile > p {
    text-align: left;
  }

}

@media (max-width: 767.98px) {
  /* Logo */
  #logo a {
    margin: 12px auto;
    width: 150px;
  }

  /* テストkv */
  .sp-kv {
    position: relative;
    z-index: 0;
  }

  .sp-kv__copy {
    position: absolute;
    top: 50%;
    z-index: 5;
  }

  .sp-kv__text {
    position: absolute;
    top: 50%;
  }


  /* Content */
  #content p {
    font-size: 0.9375rem;
  }

  /* Top MV テキスト */
  .mv-textarea__intro {
    font-size: 1rem !important;
    padding: 0 2rem !important;
  }

  .Recruit-page .content-wrap {
    margin-bottom: 80px;
  }

  /* Page Title - Parallax Background */
  #page-title.page-title-parallax {
    background-position: 70% 50% !important;
    padding: 100px 0 !important;
  }

  #page-title.Interview-page.page-title-parallax {
    padding: 25px 0 !important;
  }

  #page-title.Interview-page .container {
    padding: 0 20px !important;
  }

  #page-title.Interview-page .container h1 {
    line-height: 1.5;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }

  #page-title.page-title-parallax.business-page h1,
  #page-title.page-title-parallax.History-page h1,
  #page-title.page-title-parallax.Recruit-page h1,
  #page-title.page-title-parallax.People-page h1,
  #page-title.page-title-parallax.contact-page h1,
  #page-title.page-title-parallax.page-entry h1,
  #page-title.page-title-parallax.page-privacy h1 {
    font-size: 3rem;
    letter-spacing: 5px;
  }

  #page-title.page-title-parallax.Interview-page h1 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 1rem;
  }

  #page-title.page-title-parallax.Message-page h1 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    text-align: left;
  }

  #page-title.page-title-parallax.Interview-page p {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
  }

  #page-title.page-title-parallax.Interview-page span,
  #page-title.page-title-parallax.Interview-page ul {
    text-align: left;
    line-height: 1.6;
  }

  .history {
    margin-bottom: 100px;
  }

  /* Content */
  .Top-page .content-wrap {
    padding: 0px 0 70px;
  }

  .business-page .content-wrap,
  .Business-desc-page .content-wrap,
  .History-page .content-wrap,
  .Interview-page .content-wrap {
    padding: 0px 0 100px;
  }

  .Thanks-page .container {
    padding: 30px 0 100px;
  }

  .Recruit-page .content-wrap {
    padding: 0px 0 0px;
  }

  .People-page .content-wrap {
    padding: 0px 0 100px;
  }

  .Data-page .content-wrap {
    padding-bottom: 100px;
  }

  .Message-page .content-wrap.Interview-content {
    padding: 0px 0 100px;
  }

  /* Heading Styles */
  .business-page .heading-block h2 > br,
  .Aboutus-page .read .heading-block h2 > br {
    display: none;
  }

  .heading-block h1 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }

  .Business-desc-page .read p {
    text-align: left;
    font-weight: normal;
  }

  #content .Interview-content p {
    font-size: 0.9375rem;
    font-weight: normal;
    letter-spacing: 0.4px;
  }

  #content .Business-desc-page .heading-block p {
    line-height: 2;
    font-weight: normal;
  }

  .Business-desc-page .heading-block p > br,
  .Aboutus-page .heading-block p > br {
    display: none;
  }

  .container-read {
    margin-bottom: 60px;
  }

  .business-title {
    padding-top: 0;
  }

  .business-card {
    padding: 3rem 1rem;
  }

  .business-card h3 {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 2px;
  }

  .fancy-title.title-bottom-border h4 {
    font-size: 1.3rem;
  }

  #content .col_one_third > p {
    line-height: 1.8;
  }

  .PageHeader-title__text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .PageHeader-title .PageHeader-title__company {
    display: none !important;
  }

  .Guidance {
    margin-top: 0;
  }

  #content .Guidance__slogan {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 10px;
    text-align: left;
  }

  #content .Guidance__slogan br {
    display: inline-block;
  }

  .Guidance__title {
    display: block;
    font-size: 1rem;
    text-align: left;
  }

  #content .Guidance__misson,
  #content .Guidance__bision {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }

  #content .Guidance__value {
    text-align: left;
    letter-spacing: 0;
    font-size: 0.8rem;
  }

  /* 組織図
  -----------------------------------------------------------------*/
  .Organization-chart {
    padding: 0 !important;
    margin-bottom: 120px;
  }

  /* people-page */
  .people-card {
    padding: 30px 25px;
  }

  .people-card-01 {
    background-position: 60%;
  }

  .people-card-04 {
    background-position: 66%;
  }

  .people-card__title__text,
  .people-card-01 .people-card__title__text,
  .people-card-04 .people-card__title__text {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }

  #content .people-card__name {
    font-size: 1.25rem;
  }

  .Interview-section {
    margin-bottom: 3rem;
  }

  .Interview-section__right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .Interview-section__right.is-topmessage {
    margin-top: 3rem;
  }

  .Interview-section h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 2rem;
  }

  

  

  #content .employee .employee__text .employee__text__name {
    font-size: 1.6rem;
    font-weight: 700;
  }

  #content .employee .employee__text__overview {
    line-height: 1.6;
  }

  /* Aboutus-page */
  .officer-photo {
    text-align: center;
  }

  .companyLogo {
    margin-bottom: 2rem;
  }

  /* history */
  .founder__box::before {
    width: 100%;
  }

  .founder__img {
    margin-bottom: 1rem;
    padding-left: 15px;
  }

  #content .founder__text__name {
    font-size: 1.6rem;
  }

  .pickup-wrap.is-map {
    margin: 6rem 0 3rem;
  }

  .pickup-wrap.is-scooter {
    margin: 0 0 9rem;
  }

  .pickup__img {
    padding-left: 20%;
  }

  .pickup-wrap.is-scooter .pickup__img {
    padding-right: 20%;
    padding-left: 0;
  }

  .pickup-wrap.is-scooter .pickup__text-circle {
    right: 0;
    bottom: -40%;
  }

  .pickup__text-circle {
    left: 0%;
    top: -40%;
    padding: 25px;
    width: 180px;
    height: 180px;
    line-height: 1.6;
  }

  /* business-page */
  .business-page .read {
    margin-bottom: 100px;
  }

  .business-page .business-card {
    padding: 3rem 1rem;
  }

  /* Business-desc-page */
  .PageHeader-title__text span {
    font-size: 1rem;
  }

  .PageHeader-title__text h1 {
    font-size: 2.5rem;
    letter-spacing: 5px;
    margin: 0.5rem 0 1rem;
  }

  /* privacypolicy */
  .privacypolicy-page .content-wrap {
    padding: 0 0 100px;
  }

  .privacypolicy-page .heading-block h2 {
    font-size: 1.6rem;
  }

  /* 導線 People */
  .people_heading-block {
    padding: 70px 0;
  }

  .people_content {
    margin-top: 0;
  }

  .people_content .row .col-md-3 {
    position: relative;
    margin-bottom: 1rem !important;
  }

  .team-desc.team-desc-bg {
    position: absolute;
    bottom: 0;
    padding: 0.5rem 1rem;
    background: rgba(255,255,255,0);
  }

  .team-title {
    padding-top: 0;
  }

  #content .team-title__year {
    font-size: 0.8125rem;
    line-height: 1.6;
  }

  .team-title .team-title__name {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .team-detail {
    display: none;
  }

  .people_content .button-border {
    margin-top: 2rem;
  }

  /* 導線 Data */
  .Recruit-page .data {
    margin-top: 100px;
  }

  .data .col-padding {
    padding: 40px;
  }

  .data__img {
    width: 240px;
  }

  /* 導線 Topmessage */
  .topmessage {
    background-position: 70% center !important;
  }

  .topmessage .container {
    padding-left: 20px !important;
    padding-right: 10px !important;
  }

  .Recruit-page .topmessage {
    margin-top: 100px;
  }

  .topmessage-content__title {
    line-height: 1.6;
  }

  #content .topmessage-content__catch {
    margin-bottom: 1rem !important;
    padding: 5px 10px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .topmessage-content__name {
    line-height: 1.4;
  }

  .heading-block > span:not(.before-heading) {
    margin-top: 0;
  }

  /* 導線 History */
  .history-area {
    padding: 70px 0!important;
  }

  .history-area .heading-block h3 {
    font-size: 1.1rem;
    letter-spacing: 1.6px;
    margin-bottom: 1.5rem;
  }

  /* Footer */
  #copyrights br {
    display: inline;
  }

  /* Thanks-page */

  /* Buttons */
  .button.button-border {
    width: 100%;
  }

  /* facebook */
  .fb-box {
    margin-top: 9rem;
  }

  /* Data*/
  .graph-note {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

/* eスポーツの導線追加
  -----------------------------------------------------------------*/

a.wave-button {
  background-color: #00AFD8;
  height: 180px;
  width: auto;
  border-radius: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 8px solid #dfdfdf;
}

a.wave-button:hover {
margin-top: 4px;
background: #00AFD8;
border-bottom: 4px solid #dfdfdf;
opacity: 0.85;
}

.fa-angle-right {
  color: black;
  font-size: 40px;
}

.fa-position-right {
  position: absolute;
  top: calc(60% - .5em);
  right: 8rem;
}

@media (max-width: 575.98px) {
  a.wave-button img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .fa-angle-right {
    visibility: hidden;
  }
}