@charset "UTF-8";

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

.l-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-sec-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.c-sec-title>h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-sec-title--en {
  font-size: 8rem;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .025em;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: .1;
}

.c-sec-title::after {
  display: block;
  content: '';
  width: calc(64px * 1.4);
  height: calc(9px * 1.4);
  background: url('../../icon/parts-sec.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 14px;
}

section:not(.fv) {
  padding: 100px 0;
}

main {
  font-size: 1.6rem;
}

p {
  text-align: justify;
}

.shape-bg {
  overflow: hidden;
}

main {
  overflow: initial;
}

.link-btn {
  width: 100%;
  max-width: 320px;
  height: 80px;
}

.c-link {
  width: 100%;
  max-width: 320px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vh;
  background-color: #b2daff;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.cta-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-mid .c-link {
  font-size: 2.4rem;
  max-width: 420px;
  background: linear-gradient(45deg, #9DD0FF 0%, #ffd6b2 100%);
  color: #fff;
}

.related-link {
  font-size: 1.4rem;
}

.related-link p {
  text-align: right;
}

.related-link p a {
  text-decoration: underline;
}

/*--------------------------------------------------
fv
--------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
}

.fv .l-inner {
  padding: 150px 0 100px 0;
  margin: 0 auto;
}

.fv-ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.fv-ttl>h1 {
  font-size: 1.6rem;
  order: 2;
}

.fv-ttl>img {
  width: 100%;
  order: 1;
}

.fv-container {
  width: 60%;
}

.toc-fv {
  width: 65%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px 40px;
  background: rgba(255, 255, 255, .8);
  border-radius: 50vh;
  box-shadow: rgba(81, 110, 139, 0.1) 0px 8px 24px;
}

.toc-fv>ul {
  list-style: none;
  font-weight: 700;
}

.toc-fv>ul>li {
  display: flex;
  align-items: center;
}

.toc-fv>ul>li::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #eee;
  margin-right: 5px;
}

.breadcrumb-wrapper {
  margin-top: 30px;
}

.breadcrumb {
  font-size: 1.2rem;

}

.breadcrumb-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}

.breadcrumb-list::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url('/icon/logo-nyancos.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumb-list__item a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  padding: 0 10px;
  color: #ccc;
}

/*--------------------------------------------------
for-enterprise
--------------------------------------------------*/
.points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 60px;
}

.points-item {
  width: 19.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, .6);
  padding: 40px 14px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: rgba(81, 110, 139, 0.1) 0px 8px 24px;
}

.point-item__img {
  width: 30%;
  margin: 0 auto 14px auto;
}

.point-desc__ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.point-desc__sub {
  font-size: 1.6rem;
}

.l-col--point {
  position: relative;
  margin-bottom: 80px;
}

.point-img {
  position: sticky;
  top: 0;
  left: 0;
  width: 45%;
  height: 100vh;
  background: #ccc;
}

.point-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point-detail {
  width: 48%;
}

.point-detail__img {
  width: 100%;
  margin: 0 auto;
}

.point-detail:nth-of-type(n+3) {
  margin-top: 80px;
}

.point-detail__ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.point-detail__ttl::before {
  display: block;
  content: '';
  width: 44px;
  height: 44px;
  background: url('../img/top/bubble-blue.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  flex-shrink: 0;
}

.point-desc__sub {
  text-align: center;
}

.point-detail__txt>p:not(:last-of-type) {
  margin-bottom: 14px;
}

.point-summary {
  width: 95%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
}

.point-summary__img {
  width: 140px;
  margin-right: 40px;
  flex-shrink: 0;
}

.point-summary__desc {
  padding: 20px 40px;
  box-sizing: border-box;
  background: #EAF3FF;
  border-radius: 10px;
  position: relative;
}

.point-summary__desc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #EAF3FF;
}

/*--------------------------------------------------
works
--------------------------------------------------*/
.works {
  background: rgba(241, 243, 244, .5);
}

.works__lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.works__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 60px;
}

.works__item {
  width: 100%;
}

.works__item:not(:last-of-type) {
  margin-bottom: 80px;
}

/* PC=2カラム、SP=縦積み（読みやすさ＆厚み両立） */
.work-card__inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.work-card__figure {
  flex: 0 0 44%;
  overflow: hidden;
  margin-right: 5%;
}

.work-card__figure picture {
  aspect-ratio: 16/9;
}

.work-card__caption {
  font-size: 1.2rem;
  text-align: right;
}

.work-card__body {
  flex: 1;
  min-width: 0;
  padding: 20px 0;
}

.work-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-card__title {
  padding-bottom: 10px;
  margin-bottom: 14px;
  font-size: 2.2rem;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}

.work-card__title>span {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 5px;
}

.work-card__catch {
  font-size: 1.8rem;
  font-weight: 700;
}

.work-card__desc {
  margin-bottom: 14px;
  font-size: 1.6rem;
}

.work-card__feat {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
  font-weight: 700;
}

.work-card__feat li+li::before {
  display: inline-block;
  content: '/';
  padding: 0 8px;
}

.work-card__links {
  width: 100%;
  max-width: 400px;
  height: 48px;
}

.work-card__links>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #C4D2D8;
  border-radius: 6px;
  font-weight: 700;
}

/*--------------------------------------------------
flow
--------------------------------------------------*/

.flow__list {
  counter-reset: step;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  list-style: none;
}

.flow__item {
  width: 49%;
  min-height: 216px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px 30px;
}

.flow__item:nth-of-type(n+3) {
  margin-top: 24px;
}

.flow__head {
  display: flex;
  align-items: center;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 6px;
}

.flow__num {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  margin-right: 5px;
}

.flow__title {
  font-size: 1.6rem;
  margin: 0;
}

.flow__desc {
  margin: .25rem 0 0;
  line-height: 1.8;
}

.cta-mid {
  margin-top: 28px;
  text-align: center;
}

.cta-mid__text {
  margin-bottom: 12px;
}

/*--------------------------------------------------
faq
--------------------------------------------------*/
#faq {
  background: rgba(241, 243, 244, .5);
}

.sec-faq .l-inner {
  width: 80%;
  margin: 0 auto;
}

.faq__question {
  font-weight: 700;
  padding: 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, .8);
  line-height: 1.6;
  border-radius: 50vh;
  font-size: 1.8rem;
}

.faq__question::before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  background: url('../../icon/q.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-right: 10px;
}

.faq__question:not(:last-of-type) {
  margin-bottom: 20px;
}

.faq__icon {
  width: 36px;
  flex-shrink: 0;
  margin-left: auto;
}

.faq__answer {
  display: none;
  padding: 14px 30px 50px 30px;
  box-sizing: border-box;
}

.answer-lead {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}

.answer-lead::before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  background: url('../../icon/a.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-right: 10px;
}

.osaka-summary-link {
  margin: 0 auto;
  padding-top: 80px;
}

.osaka-summary-link p {
  text-align: right;
  font-size: 1.4rem;
}

.osaka-summary-link a {
  text-decoration: underline
}

@media (max-width: 1280px) {
  .fv-container {
    width: 70%;
  }
}

@media (max-width: 1200px) {
  .fv-container {
    width: 70%;
  }

  .points {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .points-item {
    width: 32%;
  }

  .points-item:nth-of-type(n+4) {
    margin-top: 14px;
  }

  .points-item:nth-of-type(4) {
    margin-left: 17%;
  }

  .points-item:nth-of-type(5) {
    margin-right: 17%;
  }
}

@media (max-width: 1024px) {
  .fv-container {
    width: 85%;
    margin: 0 auto;
  }

  .toc-fv {
    width: 90%;
  }

  .toc-fv>ul {
    width: initial;
    flex-direction: row;
    border: none;
  }

  .toc-fv>ul>li>a {
    color: #545454;
    padding: 0 14px;
  }

  .breadcrumb {
    width: auto;
    padding: 0;
  }

  .breadcrumb-list {
    margin-left: auto;
  }

  .work-card__inner {
    flex-direction: column;
  }

  .work-card__figure {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .points {
    width: 100%;
    overflow: hidden;
  }

  .point-inner {
    flex-direction: column;
  }

  .point-detail {
    width: 100%;
  }

  .point-detail__img {
    margin-left: 10%;
  }
}

@media (max-width: 787px) {
  .toc-fv>ul {
    flex-wrap: wrap;
  }

  .toc-fv>ul>li {
    width: auto;
  }

  .toc-fv>ul>li>a {
    padding: 8px 10px;
    box-sizing: border-box;
  }
}

@media (max-width: 680px) {
  .points-item {
    width: 49%;
  }

  .points-item:nth-of-type(n+3) {
    margin-top: 14px;
  }

  .points-item:nth-of-type(4) {
    margin-left: initial;
  }

  .points-item:nth-of-type(5) {
    margin-right: initial;
  }

  .point-summary__img {
    width: 80px;
    margin-right: 24px;
  }

  .flow__item {
    width: 100%;
  }

  .flow__item:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .sec-faq .l-inner {
    width: 90%;
  }
}

@media (max-width: 481px) {
  .c-sec-title>h2 {
    font-size: 2rem;
  }

  .cta-mid__text {
    width: 85%;
    margin: 0 auto 10px auto;
    text-align: center;
  }

  .cta-mid .c-link {
    font-size: 1.8rem;
  }

  .related-link p {
    text-align: justify;
  }

  .fv .l-inner {
    padding: 100px 0 30px 0;
    margin: 0 auto;
  }

  .c-lead--fv {
    font-size: 1.4rem;
  }

  .toc-fv>ul {
    padding-bottom: 0;
  }

  .toc-fv>ul>li:first-child {
    width: 100%;
  }

  .toc-fv>ul>li:nth-of-type(n+2) {
    width: 50%;
  }

  .toc-fv>ul>li>a {
    font-size: 1.2rem;
  }

  .breadcrumb-list {
    justify-content: flex-end;
  }

  .l-col--point {
    margin-bottom: 60px;
  }

  .points-item {
    padding: 30px 10px;
  }

  .point-desc__ttl {
    font-size: 1.6rem;
  }

  .point-desc__sub {
    font-size: 1.3rem;
  }

  .point-desc__sub br {
    display: none;
  }

  .point-detail__ttl::before {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
  }

  .point-detail__ttl>h3 {
    font-size: 1.8rem;
  }

  .point-detail__txt {
    font-size: 1.4rem;
  }

  .point-summary {
    flex-direction: column;
    align-items: flex-end;
  }

  .point-summary__img {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .point-summary__desc {
    font-size: 1.4rem;
    padding: 20px 24px;
  }

  .point-summary__desc::before {
    content: "";
    position: absolute;
    top: -12px;
    left: initial;
    right: 20px;
    margin-left: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #EAF3FF;
  }

  .works__lead {
    font-size: 1.6rem;
    text-align: justify;
  }

  .works__list {
    margin-bottom: 20px;
  }

  .work-card__title {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
  }

  .work-card__body {
    padding-top: 0;
  }

  .work-card__desc {
    font-size: 1.4rem;
  }

  .work-card__desc br {
    display: none;
  }

  .work-card__feat {
    font-size: 1.4rem;
  }

  .flow__desc {
    font-size: 1.4rem;
  }

  .faq__question {
    padding: 14px;
    font-size: 1.6rem;
  }

  .answer-lead {
    font-size: 1.5rem;
  }

  .answer-txt {
    font-size: 1.4rem;
  }

  .osaka-summary-link {
    padding-top: 20px;
  }

  .osaka-summary-link p {
    font-size: 1.2rem;
  }

  .osaka-summary-link p br {
    display: none;
  }
}