@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------
	irNav
   ------------------------------------------------------------ */
.irNav {
  background-color: rgb(249, 249, 249);
  width: 100%;
}
.irNav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.irNav__list__item {
  width: 50%;
  text-align: center;
  margin-bottom: 0;
  list-style: none;
}
.irNav__list__item__page {
  padding: 18px 10px;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  transition: color 0.2s ease 0s;
  color: #7e64c8;
  line-height: 1;
}
.irNav__list__item__page:hover {
  opacity: 0.8;
  color: #7e64c8;
}
.irNav-active,
.irNav-active:hover {
}

@media print, screen and (min-width: 40em) {
}
@media print, screen and (min-width: 64em) {
  .irNav {
  }
  .irNav__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .irNav__list__item {
    width: auto;
    margin: 0 32px;
  }
  .irNav__list__item__page {
    border: none;
    line-height: 94px;
    padding: 0;
    font-size: 18px;
  }
}

/* ------------------------------------------------------------
	about-navbar
   ------------------------------------------------------------ */

.irNav + .about-navbar .about-navbar__inner {
  height: auto;
  padding: 40px 0;
}
.irNav + .page-about__heading {
  margin-top: 60px;
}

@media print, screen and (min-width: 40em) {
  .irNav + .about-navbar .about-navbar__inner {
    height: 74px;
  }
}
@media print, screen and (min-width: 64em) {
}

/* ------------------------------------------------------------
	基本
   ------------------------------------------------------------ */
.irSection {
  margin-top: 40px;
}
.ir_H3title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
}

@media print, screen and (min-width: 40em) {
}
@media print, screen and (min-width: 64em) {
}

.ir_pcOnly {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .ir_spOnly {
    display: none;
  }
  .ir_pcOnly {
    display: block;
  }
}

/* ------------------------------------------------------------
	IRTOP
   ------------------------------------------------------------ */

/*IRTOP - 株主・投資家の皆様へ*/
.irTop_toInvestorsBtn {
  margin: 0 auto;
  max-width: 985px;
}
.irTop_toInvestorsBtn_inner {
  padding: 30px 25px 0;
}
.irTop_toInvestorsBtn_con {
}
.irTop_toInvestorsBtn_con_title {
  font-size: 1.5625rem;
  font-weight: 700;
}
.irTop_toInvestorsBtn_image {
  margin-top: 20px;
}
.irTop_toInvestorsBtn_image_img {
  width: 100%;
}
.irTop_toInvestorsBtn_con_linkText {
  color: #7e64c8;
  font-family:
    'proxima-nova', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0;
  display: inline-block;
}
.irTop_toInvestorsBtn_con_linkText:after {
  background: url('https://nulab.com/app/assets/img/pages/ir/icon_arrow_right.svg') no-repeat
    center;
  content: '';
  display: inline-block;
  height: 13px;
  margin-left: 6px;
  transition: 200ms all ease-in-out;
  vertical-align: middle;
  width: 14px;
}
.irTop_toInvestorsBtn_con_linkText:hover,
.irTop_toInvestorsBtn_con_linkText:focus {
  color: #7e64c8;
}
.irTop_toInvestorsBtn_con_linkText:hover:after {
  margin-left: 15px;
}
@media print, screen and (min-width: 40em) {
  .irTop_toInvestorsBtn {
    margin-top: 96px;
  }
  .irTop_toInvestorsBtn_inner {
    display: flex;
    border-radius: 3px;
    box-shadow: 0 10px 22px 0 rgb(36 50 66 / 8%);
    padding: 0;
  }
  .irTop_toInvestorsBtn_con {
    width: 50%;
    padding: 40px 35px 45px;
  }
  .irTop_toInvestorsBtn_con_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
  }
  .irTop_toInvestorsBtn_con_lead {
    margin-bottom: 0;
    margin-top: 33px;
  }
  .irTop_toInvestorsBtn_con_linkText {
    margin-top: 45px;
    margin-bottom: 0;
  }
  .irTop_toInvestorsBtn_image {
    width: 50%;
    background: url(https://nulab.com/app/assets/img/pages/ir/irtop_img_toinvestors.jpg)
      no-repeat left center/cover;
    margin-top: 0;
  }
  .irTop_toInvestorsBtn_image_img {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
}

/*IRTOP - IRニュース*/
.irTop_irNews {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  margin-top: 55px;
}
.irTop_irNews_title {
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
}
.eir_area_area_top_002 {
  margin-top: 30px;
}
.irTop_irNews_linkArea {
  text-align: right;
  margin-bottom: 0;
  margin-top: 30px;
  padding-right: 30px;
}
.irTop_irNews_linkArea_link {
  color: #7e64c8;
  font-family:
    'proxima-nova', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
  position: relative;
}
.irTop_irNews_linkArea_link:after {
  background: url('https://nulab.com/app/assets/img/pages/ir/icon_arrow_right.svg') no-repeat
    center;
  content: '';
  display: inline-block;
  height: 13px;
  margin-left: 6px;
  transition: 200ms all ease-in-out;
  vertical-align: middle;
  width: 14px;
  position: absolute;
  right: -20px;
  top: calc(50% - 8px);
}
.irTop_irNews_linkArea_link:hover,
.irTop_irNews_linkArea_link:focus {
  color: #7e64c8;
}
.irTop_irNews_linkArea_link:hover::after {
  right: -29px;
}
@media print, screen and (min-width: 40em) {
  .irTop_irNews {
    margin-top: 90px;
  }
  .irTop_irNews_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 64em) {
}

/*IRTOP - 個人投資家の皆様へ*/
.irTop_toIndividual {
  background: url('https://nulab.com/app/assets/img/pages/ir/irtop_librarybk.jpg') no-repeat
    center center/cover;
  padding: 50px 25px;
  text-align: center;
  color: #fff;
  margin-top: 55px;
}
.irTop_toIndividual_title {
  font-size: 1.5625rem;
  font-weight: 700;
}
.irTop_toIndividual_lead {
  margin-top: 20px;
}
.irTop_toIndividual_lead br {
  display: none;
}
.irTop_toIndividual_link {
  min-width: 135px;
  font-weight: 400;
  border-radius: 3px;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  text-transform: lowercase;
  font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  background-color: #7e67c5;
  color: #fff;
  display: inline-block;
  transition: 0.2s ease 0s;
  margin-top: 22px;
}
.irTop_toIndividual_link:active,
.irTop_toIndividual_link:hover,
.irTop_toIndividual_link:focus {
  background-color: #6e55be;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .irTop_toIndividual {
    padding: 70px 25px 60px;
  }
  .irTop_toIndividual_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }
  .irTop_toIndividual_lead {
    margin-top: 50px;
  }
  .irTop_toIndividual_lead br {
    display: block;
  }
  .irTop_toIndividual_link {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 64em) {
}

/*IRTOP - IRライブラリー*/
.irTop_library {
  background: #f9f9f9;
  padding: 50px 25px;
}
.irTop_library_title {
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
}
.irTop_library_lead {
  margin-top: 20px;
  text-align: center;
}
.irTop_library_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 40px;
}
.irTop_library_list_item {
  padding-right: 10px;
}
.irTop_library_list_item + .irTop_library_list_item {
  margin-top: 6px;
}
.irTop_library_list_item_ink {
  color: #7e64c8;
  font-family:
    'proxima-nova', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
  position: relative;
}
.irTop_library_list_item_ink:after {
  background: url('https://nulab.com/app/assets/img/pages/ir/icon_arrow_right.svg') no-repeat
    center;
  content: '';
  display: inline-block;
  height: 13px;
  transition: 200ms all ease-in-out;
  vertical-align: middle;
  width: 14px;
  position: absolute;
  right: -20px;
  top: calc(50% - 8px);
}
.irTop_library_list_item_ink:hover,
.irTop_library_list_item_ink:focus {
  color: #7e64c8;
}
.irTop_library_list_item_ink:hover::after {
  right: -29px;
}
@media print, screen and (min-width: 40em) {
  .irTop_library {
    padding: 60px 25px 94px;
  }
  .irTop_library_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }
  .irTop_library_lead {
    margin-top: 45px;
  }
  .irTop_library_list {
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }
  .irTop_library_list_item + .irTop_library_list_item {
    margin-top: 0;
    margin-left: 66px;
  }
  .irTop_library_list_item_ink {
    font-weight: normal;
  }
}
@media print, screen and (min-width: 64em) {
}

/*IRTOP - パネル*/
.irTop_irPanel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.irTop_irPanel_item {
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}
.irTop_irPanel_item_inner {
  padding: 30px 25px;
  display: block;
}
.irTop_irPanel_item_inner:hover,
.irTop_irPanel_item_inner:focus,
.irTop_irPanel_item_inner:active {
  color: inherit;
}
.irTop_irPanel_icon {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.irTop_irPanel_icon img {
  width: 100%;
}
.irTop_irPanel_title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 1.5625rem;
  font-weight: 700;
}
.irTop_irPanel_lead {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .irTop_irPanel {
    display: flex;
    max-width: 1035px;
    margin: 70px auto 0;
    padding: 0 25px;
  }
  .irTop_irPanel_item {
    width: calc(100% / 3);
    box-shadow: 0 10px 22px 0 rgb(36 50 66 / 8%);
  }
  .irTop_irPanel_item + .irTop_irPanel_item {
    margin-left: 24px;
  }
  .irTop_irPanel_item_inner {
    padding: 55px 30px 85px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .irTop_irPanel_arrow {
    position: absolute;
    display: block;
    width: 34px;
    height: 24px;
    bottom: 26px;
    right: 30px;
    transition: 200ms all ease-in-out;
  }
  .irTop_irPanel_arrow::before,
  .irTop_irPanel_arrow::after {
    content: '';
    position: absolute;
  }
  .irTop_irPanel_arrow::before {
    top: calc(50% - 2px);
    width: 100%;
    height: 2px;
    background: #7e64c8;
  }
  .irTop_irPanel_arrow::after {
    right: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #7e64c8;
    border-right: 2px solid #7e64c8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .irTop_irPanel_item_inner:hover .irTop_irPanel_arrow {
    right: 20px;
  }
  .irTop_irPanel_icon {
  }
  .irTop_irPanel_title {
    margin-top: 50px;
  }
  .irTop_irPanel_lead {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 64em) {
}

/*IRTOP - サブメニュー*/
.irTop_irSubLink {
  margin: 0 auto;
}
.irTop_irSubLink_item {
  background-color: #f9f9f9;
  padding: 30px 25px;
  border-bottom: 1px solid #ededed;
}
.irTop_irSubLink_title {
  font-weight: 700;
}
.irTop_irSubLink_list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.irTop_irSubLink_list_item_link {
  color: #7e64c8;
  font-family:
    'proxima-nova', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
  position: relative;
}
.irTop_irSubLink_list_item_link:after {
  background: url('https://nulab.com/app/assets/img/pages/ir/icon_arrow_right.svg') no-repeat
    center;
  content: '';
  display: inline-block;
  height: 13px;
  transition: 200ms all ease-in-out;
  vertical-align: middle;
  width: 14px;
  position: absolute;
  right: -20px;
  top: calc(50% - 8px);
}
.irTop_irSubLink_list_item_link:hover,
.irTop_irSubLink_list_item_link:focus {
  color: #7e64c8;
}
.irTop_irSubLink_list_item_link:hover::after {
  right: -29px;
}

.irTop_irSubLink_title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .irTop_irSubLink {
    max-width: 1010px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }
  .irTop_irSubLink_item {
    width: 48%;
    border: none;
    border-radius: 3px;
  }
  .irTop_irSubLink_list {
    margin-top: 20px;
  }
  .irTop_irSubLink_list_item + .irTop_irSubLink_list_item {
    margin-top: 5px;
  }
  .irTop_irSubLink_list_item_link {
    font-weight: normal;
  }
}
@media print, screen and (min-width: 64em) {
}

/*IRTOP - リンクボタン*/
.irTop_irlinkBtn {
  max-width: 1010px;
  margin: 0 auto 0;
  list-style: none;
  padding: 30px 25px;
}
.irTop_irlinkBtn_item + .irTop_irlinkBtn_item {
  margin-top: 10px;
}
.irTop_irlinkBtn_item_link {
  display: block;
  padding: 22px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #bdbdbd;
  border-radius: 100px;
  line-height: 1;
  position: relative;
}
.irTop_irlinkBtn_item_link:after {
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid transparent;
  border-left: 10px solid #50e3c2;
}
@media print, screen and (min-width: 40em) {
  .irTop_irlinkBtn {
    display: flex;
    margin: 70px auto 70px;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between;
  }
  .irTop_irlinkBtn_item {
    width: calc(96% / 3);
  }
  .irTop_irlinkBtn_item + .irTop_irlinkBtn_item {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
}

/* ------------------------------------------------------------
	irFaq
   ------------------------------------------------------------ */
.irFaq {
  color: #595757;
  letter-spacing: 0.1em;
}
.irFaq_question,
.irFaq_answer {
  position: relative;
}
.irFaq_question::before {
  content: 'Q';
  background: transparent;
  border: 2px solid #9891d6;
  color: #9891d6;
  padding: 1px 0 3px;
  width: 35px !important;
  height: 35px !important;
}
.irFaq_answer::before {
  content: 'A';
  background-image: linear-gradient(
    106deg,
    rgba(201, 109, 216, 0.5),
    rgba(48, 35, 174, 0.5)
  );
  padding: 2px 0;
  color: #fff;
}
.irFaq_question::before,
.irFaq_answer::before {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 20px;
  border-radius: 100%;
  vertical-align: middle;
  padding: 2px 0 0 2px;
  font-weight: bold;
  left: 0;
  position: absolute;
  margin-top: -6px;
  line-height: 30px;
}
.irFaq_question {
  min-height: 40px;
  padding: 30px 0 24px 60px;
}
.irFaq_answer {
  min-height: 40px;
  padding: 6px 0 30px 60px;
}
.irFaq_question:first-child {
  padding-top: 0;
}
.irFaq_answer + .irFaq_question {
  border-top: 1px solid #ededed;
}

/* ------------------------------------------------------------
	00.
   ------------------------------------------------------------ */

.irCalendarImg {
  margin-bottom: 20px;
}
.irCalendarImg_item {
  margin: 0 auto;
  text-align: center;
}
.irCalendarImg_item img {
  width: 100%;
  max-width: 424px;
  display: inline;
}

h3.eirHeading {
  font-size: 1.1875rem;
}

@media print, screen and (min-width: 40em) {
  h3.eirHeading {
    font-size: 1.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .irCalendarImg {
    display: flex;
    justify-content: space-around;
    width: 852px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

/* ------------------------------------------------------------
	irManagementMess
   ------------------------------------------------------------ */

.irManagementMess_photo {
  margin-bottom: 30px;
}
.irManagementMess_photo img {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .irManagementMess {
    display: flex;
  }
  .irManagementMess_photo {
    width: 40%;
    padding-right: 30px;
  }
  .irManagementMess_text {
    width: 60%;
  }
}
@media print, screen and (min-width: 64em) {
}

/* ------------------------------------------------------------
	irIndividual_flexBox
   ------------------------------------------------------------ */
.irIndividual__flexBox__text {
  margin-bottom: 0;
}
.irIndividual__flexBox__img {
  text-align: center;
  margin-top: 20px;
}
.irIndividual__flexBox__img img {
  width: 100%;
  max-width: 322px;
  display: inline;
}
.irIndividual__figure img {
  width: 100%;
}

.irIndividual__service {
  margin-top: 60px;
}

.irIndividual__service__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 32px;
  max-width: 680px;
  margin-inline: auto;
  margin-top: 24px;
}

.irIndividual__service__item__title {
  font-weight: bold;
  text-align: center;
}

.irIndividual__service__item__text {
  font-size: 14px;
}

.irIndividual__service__item__img {
  margin-bottom: 8px;
}

.irIndividual__service__item__img img {
  margin-inline: auto;
}

.irIndividual__service__list {
  counter-reset: note-counter;
  list-style: none;
  margin-top: 16px;
}

.irIndividual__service__list li {
  counter-increment: note-counter;
  text-indent: -2em;
  padding-left: 1em;
  font-size: 12px;
}

.irIndividual__service__list li::before {
  content: '注' counter(note-counter) '. ';
}

@media print, screen and (min-width: 40em) {
  .irIndividual__flexBox {
    display: flex;
  }
  .irIndividual__flexBox__img {
    width: 40%;
    padding-left: 30px;
    margin-top: 0;
  }
  .irIndividual__flexBox__text {
    width: 60%;
  }
  .irIndividual__flexBox__text.-one-column {
    width: 100%;
  }
  .irIndividual__figure {
    text-align: center;
  }
  .irIndividual__figure img {
    display: inline;
    width: auto;
  }
  .irIndividual__service__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ------------------------------------------------------------
	irGovernance__img
   ------------------------------------------------------------ */
.irGovernance__img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.irGovernance__img img {
  width: 100%;
  display: inline;
}
@media print, screen and (min-width: 40em) {
}
@media print, screen and (min-width: 64em) {
}

/* ------------------------------------------------------------
	株式情報
   ------------------------------------------------------------ */

.irStock__list {
  border-top: solid 1px #6a6a6a;
  margin-bottom: 0;
  width: 100%;
}

.irStock__list:last-child {
  border-bottom: solid 1px #6a6a6a;
}

.irStock__list__term,
.irStock__list__description {
  word-break: break-all;
}
.irStock__list__term {
  padding-bottom: 0 !important;
}
.irStock__list__description {
  padding-top: 0 !important;
  margin-top: 10px;
}

@media screen and (min-width: 40em) {
  .irStock__list {
    display: flex;
  }
  .irStock__list__term {
    width: 232px;
  }
  .irStock__list__description {
    width: calc(100% - 232px);
  }
  .irStock__list__term,
  .irStock__list__description {
    padding: 20px 0 !important;
    margin-top: 0;
  }
}
