@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: -apple-system, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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

li {
  list-style: none inside;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, div, p, th, td, dl, dt, dd, ul, ol, li {
  color: #444;
  font-size: 1.6rem;
  line-height: 1.5;
}

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

a:link {
  color: #08F;
  text-decoration: none;
}

a:visited {
  color: #08F;
  text-decoration: none;
}

a:hover {
  color: #00839D;
  text-decoration: none;
}

a:active {
  color: #00839D;
  text-decoration: none;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 4.5rem;
}

.mb-7 {
  margin-bottom: 6rem;
}

.mb-8 {
  margin-bottom: 7.5rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10.5rem;
}

.font-10 {
  font-size: 1rem;
}

.font-12 {
  font-size: 1.2rem;
}

.font-14 {
  font-size: 1.4rem;
}

.text-red {
  color: #FF4D6B;
}

.btn-animation {
  transition: 0.3s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.btn-animation:hover {
  box-shadow: 2px 8px 8px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.linkto-faq {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 24px;
  position: relative;
  font-size: 1.6rem;
}
.linkto-faq::before {
  background-color: #fff;
  content: "FAQ";
  color: #00B4CB;
  font-size: 2.6rem;
  font-weight: bold;
  left: 18px;
  padding: 3px 10px;
  position: absolute;
  top: -26px;
}

.text-sm .breadcrumbs li {
  font-size: 1.2rem;
  color: #888888;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .br-sptab {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tab {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .br-tab {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .br-pc {
    display: block;
  }
}

.external-link::after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media screen and (min-width: 960px) {
  html {
    scroll-padding-top: 100px;
  }
}

.pagenation-sp {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) {
  .pagenation-sp {
    display: none;
  }
}

.pagenation-sp a {
  display: block;
  background-color: #00B4CB;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
}

.pagenation-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pagenation-pc {
    display: block;
    margin-bottom: 80px;
    text-align: center;
    font-size: 0;
  }
  .pagenation-pc a, .pagenation-pc span {
    padding: 10px 14px;
    border: 1px solid #00B4CB;
    border-radius: 5px;
    margin: 0 2px;
    font-size: 15px;
  }
  .pagenation-pc a {
    background-color: #fff;
    color: #00B4CB;
    text-decoration: none;
  }
  .pagenation-pc a:hover {
    background-color: #00B4CB;
    color: #fff;
  }
  .pagenation-pc span {
    background-color: #00B4CB;
    color: #fff;
  }
}

.sns-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-box ul li {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 10px;
}
.sns-box ul li:last-of-type {
  margin-right: 0;
}
.sns-box ul .sns-facebook {
  background-color: #1877f2;
  border: 1px solid #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-box ul .sns-facebook i {
  color: #fff;
}
.sns-box ul .sns-twitter {
  background-color: #1DA1F2;
  border: 1px solid #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-box ul .sns-twitter i {
  color: #fff;
}
.sns-box ul .sns-hatena {
  background-color: #5279E7;
  border: 1px solid #5279E7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}

.project-list {
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1040px) {
  .project-list {
    width: 1136px;
    margin: 0 auto 128px;
    padding-top: 120px;
  }
  .project-list .big-midashi {
    margin-bottom: 40px;
  }
  .project-list .h-lead {
    margin-bottom: 40px;
  }
}
.project-list h1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .project-list h1 {
    margin-top: 30px;
    margin-bottom: 64px;
  }
}

.about-project-main {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1040px) {
  .about-project-main {
    width: 100%;
  }
}

.project-box {
  margin-bottom: 24px;
}
@media screen and (min-width: 1040px) {
  .project-box {
    padding: 0 36px;
  }
}

.page-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-contents::after {
    content: "";
    display: block;
    width: 48%;
    height: 0;
  }
}
@media screen and (min-width: 960px) {
  .page-contents::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
}
.page-contents .one-box {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-contents .one-box {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .page-contents .one-box {
    width: 31%;
  }
}
.page-contents .one-box a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 100%;
}
.page-contents .project-img-box {
  position: relative;
  border-top-right-radius: 4px;
  width: 100%;
  padding-top: 55.5%;
  overflow: hidden;
}
.page-contents .project-img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  border-top-right-radius: 4px;
  vertical-align: bottom;
  object-fit: cover;
}
.page-contents .project-img-box .status {
  position: absolute;
  width: auto;
  top: 4px;
  left: 8px;
}
.page-contents .project-img-box .status .imgIco {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 9px;
}
@media screen and (min-width: 768px) {
  .page-contents .project-img-box .status .imgIco {
    font-size: 1.6rem;
    padding: 8px 18px;
  }
}
@media screen and (min-width: 960px) {
  .page-contents .project-img-box .status .imgIco {
    font-size: 1.2rem;
    padding: 4px 9px;
  }
}
.page-contents .project-img-box .status .imgIco-raise-before {
  background-color: #00B4CB;
}
.page-contents .project-img-box .status .imgIco-raising {
  background-color: #FF4D6B;
}
.page-contents .project-img-box .status .imgIco-raise-end {
  background-color: #00839D;
}
.page-contents .project-img-box .status .imgIco-invest-end {
  background-color: #c00;
}
.page-contents .project-img-box .status .imgIco-return-expired {
  background-color: #00839D;
}
.page-contents .project-img-box .status .imgIco-retaurnrd-before {
  background-color: #00839D;
}
.page-contents .project-img-box .status .imgIco-invest-reject {
  background-color: #444;
}
.page-contents .project-img-box .notice-title {
  display: flex;
  height: 4.1em;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  padding: 16px;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.page-contents .project-img-box .remain-time .td-4 span,
.page-contents .project-img-box .remain-time .td-5 span {
  font-weight: bold;
  line-height: 1.2;
}
.page-contents .project-img-box .comingsoon-text {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  padding: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
.page-contents .ico-bukken {
  display: flex;
  justify-content: center;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
.page-contents .ico-bukken p {
  position: relative;
  background: #00839D;
  display: inline-block;
  height: 24px;
  color: #fff;
  line-height: 24px;
  margin: 0 8px;
  padding: 0 14px 0 0;
  text-decoration: none;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page-contents .ico-bukken p {
    font-size: 1.4rem;
    padding: 8px 10px 0 0;
    height: 30px;
    line-height: 10px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 960px) {
  .page-contents .ico-bukken p {
    font-size: 1.2rem;
    padding: 0 8px 0 0;
    height: 24px;
    line-height: 24px;
    margin: 0 6px;
  }
}
.page-contents .ico-bukken p::before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 8px solid #00839D;
  content: "";
  display: block;
  margin-left: -8px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .page-contents .ico-bukken p::before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 0;
  }
}
@media screen and (min-width: 960px) {
  .page-contents .ico-bukken p::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 0;
  }
}
.page-contents .ico-bukken p.shareholders {
  background: #FF4D6B;
}
.page-contents .ico-bukken p.shareholders::before {
  border-right: 8px solid #FF4D6B;
}
.page-contents .ico-bukken p .fa-circle::before {
  font-size: 0.8rem;
  vertical-align: 10%;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .page-contents .ico-bukken p .fa-circle::before {
    margin-right: 6px;
    vertical-align: 30%;
  }
}
@media screen and (min-width: 960px) {
  .page-contents .ico-bukken p .fa-circle::before {
    margin-right: 6px;
    vertical-align: 18%;
  }
}
.page-contents .project-name-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.4em;
  padding: 16px;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  line-height: 1.6;
}
.page-contents .project-detail-box table {
  width: 100%;
}
.page-contents .project-detail-box table th {
  width: 44%;
  max-width: 148px;
  padding: 4px 4px 4px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
  font-weight: normal;
  word-wrap: break-word;
  background-color: #f5fcfc;
  line-height: 1.2;
}
.page-contents .project-detail-box table th span {
  font-size: 1.2rem;
}
.page-contents .project-detail-box table td {
  width: 56%;
  max-width: 188px;
  padding: 4px 4px 4px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  vertical-align: middle;
  word-wrap: break-word;
}
.page-contents .project-detail-box table td dl {
  display: flex;
}
.page-contents .project-detail-box table td dl dt, .page-contents .project-detail-box table td dl dd {
  font-size: 1.4rem;
  font-weight: normal;
}
.page-contents .project-detail-box table td span.font-large {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.page-contents .project-detail-box table td span.font-small {
  font-size: 1.6rem;
  font-weight: bold;
}
.page-contents .project-detail-box table tr.app-period td {
  font-size: 1.3rem;
}
.page-contents .project-detail-box table tr.app-period td span {
  display: inline-block;
}
.page-contents .project-detail-box table tr.remain-time th {
  padding: 0;
}
.page-contents .project-detail-box table tr.remain-time td {
  padding: 0;
}
.page-contents .project-detail-box table tr.remain-time table {
  height: 64px;
}
.page-contents .project-detail-box table tr.remain-time table tr td {
  padding: 5px 0;
}
.page-contents .project-detail-box table tr.remain-time table tr td span {
  font-size: 1.1rem;
}
.page-contents .project-detail-box table tr.remain-time table tr .td-01 {
  border-right: 1px solid #ccc;
  border-bottom: 0;
  width: 50%;
  text-align: center;
}
.page-contents .project-detail-box table tr.remain-time table tr .td-01 br {
  display: block;
}
.page-contents .project-detail-box table tr.remain-time table tr .td-02 {
  border-bottom: 1px solid #ccc;
  width: 50%;
  text-align: center;
}
.page-contents .project-detail-box table tr.remain-time table tr .td-03 {
  border-bottom: 0;
  text-align: center;
}
.page-contents .project-detail-box table tr.remain-time table tr .td-04 {
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  padding-left: 10px;
}
@media screen and (min-width: 960px) {
  .page-contents .project-detail-box table tr.remain-time table tr .td-04 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1040px) {
  .page-contents .project-detail-box table tr.remain-time table tr .td-04 {
    padding-left: 10px;
  }
}
.page-contents .project-detail-box table tr.remain-time table tr .td-05 {
  border-bottom: 0;
  white-space: nowrap;
  padding-left: 10px;
}
@media screen and (min-width: 960px) {
  .page-contents .project-detail-box table tr.remain-time table tr .td-05 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1040px) {
  .page-contents .project-detail-box table tr.remain-time table tr .td-05 {
    padding-left: 10px;
  }
}
.page-contents .total-number {
  padding: 8px 16px 0;
}
.page-contents .total-number dl {
  display: flex;
  align-items: center;
}
.page-contents .total-number dl dt {
  font-size: 1.4rem;
  font-weight: normal;
  margin-right: 4px;
}
.page-contents .total-number dl dd {
  font-size: 1.6rem;
}
.page-contents .total-number p {
  font-size: 1.4rem;
}
.page-contents .progress-wrap {
  padding: 0 16px;
}
.page-contents .progress-wrap .progress {
  height: 2rem;
  border-radius: 1rem;
}
.page-contents .progress-wrap .progress .progress-bar {
  background-color: #00839D;
  font-size: 1.2rem;
}
.page-contents .progress-wrap .progress .progress-bar-over {
  background-color: #FF4D6B;
}
.page-contents .total-amount-ti {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.page-contents .total-amount-ti p {
  font-size: 1.4rem;
}
.page-contents .total-amount-num {
  padding: 0 16px 8px;
  text-align: right;
  font-size: 3rem;
  font-weight: bold;
}
.page-contents .total-amount-num span {
  font-size: 1.4rem;
}

.ver-unlogin {
  width: 70%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 960px) {
  .ver-unlogin {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px auto 48px;
  }
}
.ver-unlogin a {
  position: relative;
  display: block;
  margin-bottom: 16px;
  border-radius: 4px;
  text-align: center;
  padding: 16px 24px 16px 8px;
}
@media screen and (min-width: 960px) {
  .ver-unlogin a {
    font-size: 2.2rem;
  }
}
.ver-unlogin a .fa-arrow-circle-right {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
.ver-unlogin .btn-register {
  position: relative;
}
.ver-unlogin .btn-register a {
  background-color: #FF4D6B;
  border: 1px solid #FF4D6B;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .ver-unlogin .btn-register a {
    width: 388px;
    padding: 20px 0;
    margin-right: 16px;
  }
}
.ver-unlogin .btn-register .img_registration-time {
  width: 180px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.ver-unlogin .btn-register .img_registration-time img {
  width: 100%;
  height: auto;
}
.ver-unlogin .btn-start-guide a {
  background-color: #fff;
  border: 1px solid #00B4CB;
  color: #00B4CB;
}
@media screen and (min-width: 960px) {
  .ver-unlogin .btn-start-guide a {
    width: 388px;
    padding: 36px 0;
    margin-right: 16px;
  }
}

.ver-login-notinvestor {
  width: 70%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 960px) {
  .ver-login-notinvestor {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px auto 48px;
  }
}
.ver-login-notinvestor a {
  position: relative;
  display: block;
  margin-bottom: 16px;
  border-radius: 4px;
  text-align: center;
  padding: 16px 24px 16px 8px;
}
@media screen and (min-width: 960px) {
  .ver-login-notinvestor a {
    font-size: 2.2rem;
  }
}
.ver-login-notinvestor a .fa-arrow-circle-right {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0, -50%);
}
.ver-login-notinvestor .ver-login-notinvestor-01 a {
  background-color: #00B4CB;
  border: 1px solid #00B4CB;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .ver-login-notinvestor .ver-login-notinvestor-01 a {
    width: 388px;
    padding: 36px 0;
    margin-right: 16px;
  }
}
.ver-login-notinvestor .ver-login-notinvestor-02 a {
  background-color: #fff;
  border: 1px solid #00B4CB;
  color: #00B4CB;
}
@media screen and (min-width: 960px) {
  .ver-login-notinvestor .ver-login-notinvestor-02 a {
    width: 388px;
    padding: 36px 0;
    margin-right: 16px;
  }
}

.sns-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-box ul li {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 10px;
}
.sns-box ul li:last-of-type {
  margin-right: 0;
}
.sns-box ul .sns-facebook {
  background-color: #1877f2;
  border: 1px solid #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-box ul .sns-facebook i {
  color: #fff;
}
.sns-box ul .sns-twitter {
  background-color: #000;
  border: 1px solid #000;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-box ul .sns-twitter i {
  color: #fff;
}/*# sourceMappingURL=project_01.css.map */