/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.sup {
  font-size: 10px;
}

.nclt .fv-content {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .nclt .fv-content {
    height: 70vh;
  }
}
.nclt .fv-content-img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/fv.jpg");
}
.nclt .fv-content-img .caption {
  position: absolute;
  left: 10px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
  text-align: left;
}
@media (min-width: 768px) {
  .nclt .fv-content-img .caption {
    left: none;
    right: 25px;
    text-align: right;
  }
}
.nclt .fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .nclt .fv-content-img {
    background-image: url("../img/special/fv.jpg");
  }
}
.nclt .fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.nclt .fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .nclt .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.nclt .fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .nclt .fv-content-title-img {
    max-width: 100%;
  }
}
.nclt .fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .nclt .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.nclt .fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .nclt .fv-content .scroll {
    bottom: 0;
  }
}
.nclt .fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}
@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}
.nclt .sec01 {
  padding: 70px 15px;
  position: relative;
}
.nclt .sec01:before {
  content: "";
  width: 70vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 175, 236, 0.1);
  transform: translate(-25%, -70%);
}
.nclt .sec01-img {
  position: relative;
}
.nclt .sec01-img-caption {
  margin-top: 5px;
  font-size: 10px;
  color: #666;
}
.nclt .sec01-img-caption_inset {
  position: absolute;
  inset: auto 10px 10px auto;
  font-size: 10px;
  color: #fff;
  -webkit-text-stroke: 2px #666;
  text-stroke: 2px #666;
  paint-order: stroke;
}
.nclt .sec01-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .nclt .sec01-title {
    flex-direction: row;
    max-width: 900px;
    justify-content: space-between;
    margin-inline: auto;
    padding-bottom: 70px;
    gap: 30px;
  }
}
.nclt .sec01-title .logo {
  max-width: 700px;
}
@media (min-width: 768px) {
  .nclt .sec01-title .logo {
    max-width: 365px;
  }
}
.nclt .sec01-title .text {
  font-weight: 900;
  font-size: 18px;
}
@media (min-width: 768px) {
  .nclt .sec01-title .text {
    font-size: 30px;
  }
}
.nclt .sec01-inner {
  max-width: 800px;
  margin: 0 auto;
  padding-inline: 15px;
}
.nclt .sec01-summary {
  padding: 15px;
  background: rgba(0, 175, 236, 0.1);
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .nclt .sec01-summary {
    padding: 30px;
  }
}
.nclt .sec01-summary .box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.nclt .sec01-summary .box-hr {
  margin: 5px 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.nclt .sec01-summary .box .text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .nclt .sec01-summary .box .text {
    font-size: 16px;
  }
}
.nclt .sec01-summary .box .text-small {
  font-size: 12px;
}
.nclt .sec02 {
  padding: 0 15px 30px;
}
.nclt .sec02-wrap {
  max-width: 1000px;
  margin-inline: auto;
}
.nclt .sec02-title {
  font-size: clamp(1.063rem, 0.842rem + 0.98vw, 1.625rem);
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
.nclt .sec02-text {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
}
.nclt .sec02-text .yellow-marker {
  background: #fff6a8;
}
.nclt .sec02-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .nclt .sec02-flex {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
  }
}
.nclt .sec02-caption {
  padding-block: 10px;
  font-size: 10px;
  color: #666;
  text-align: left;
}
@media (min-width: 768px) {
  .nclt .sec02-caption {
    margin-block: 20px;
    text-align: center;
  }
}
.nclt .sec03 {
  padding-block: 40px 50px;
}
@media (min-width: 768px) {
  .nclt .sec03 {
    padding-block: 80px 100px;
  }
}
.nclt .sec03-wrap {
  max-width: 1000px;
  margin-inline: auto;
}
.nclt .sec03-title {
  font-size: clamp(1.063rem, 0.842rem + 0.98vw, 1.625rem);
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
.nclt .sec03-subtitle {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.603rem + 0.65vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
  background-color: #ccd3d9;
}
@media (min-width: 768px) {
  .nclt .sec03-subtitle {
    height: 65px;
  }
}
.nclt .sec03-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}
.nclt .sec03-linetitle {
  font-size: clamp(1rem, 0.951rem + 0.22vw, 1.125rem);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-block: 25px;
}
@media (min-width: 768px) {
  .nclt .sec03-linetitle {
    margin-block: 50px;
  }
}
.nclt .sec03-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .nclt .sec03-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.nclt .sec03-col-title {
  font-size: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  line-height: 1.8;
}
.nclt .sec03-col-caption {
  text-align: right;
  font-size: 10px;
  color: #666;
}
.nclt .sec03-img {
  position: relative;
}
.nclt .sec03-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.nclt .sec03-img-caption_inset.white {
  color: #fff;
}
.nclt .sec03-caption {
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
.nclt .sec04-subtitle {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.603rem + 0.65vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
  background-color: #ccd3d9;
}
@media (min-width: 768px) {
  .nclt .sec04-subtitle {
    height: 65px;
  }
}
.nclt .sec04-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}
.nclt .sec04-linetitle {
  font-size: clamp(1rem, 0.951rem + 0.22vw, 1.125rem);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-block: 25px 15px;
}
@media (min-width: 768px) {
  .nclt .sec04-linetitle {
    margin-block: 50px 15px;
  }
}
.nclt .sec04-text {
  text-align: center;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
}
.nclt .sec04-sr {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding-block: 30px;
}
.nclt .sec04-sr-img {
  padding-block: 15px;
}
.nclt .sec04-sr-text {
  font-size: clamp(0.938rem, 0.864rem + 0.33vw, 1.125rem);
}
.nclt .sec04-item01 {
  margin-bottom: 20px;
}
.nclt .sec04-item02 {
  margin-bottom: 50px;
}
.nclt .sec04-item03 {
  margin-bottom: 40px;
}
.nclt .sec04-item03 .sec04-flex {
  margin-bottom: 30px;
}
.nclt .sec04-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .nclt .sec04-flex {
    flex-direction: row;
  }
}
.nclt .sec04-flex.between {
  justify-content: space-between;
}
.nclt .sec04-flex .nisumu {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (min-width: 768px) {
  .nclt .sec04-flex .nisumu {
    width: 60%;
  }
}
.nclt .sec04-flex .nisumu-col {
  width: calc(75% - 5px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nclt .sec04-flex .nisumu-caption {
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
.nclt .sec04-flex .nisumu-caption .text-right {
  text-align: right;
}
.nclt .sec04-flex.mansion {
  margin-block: 25px 10px;
}
@media (min-width: 768px) {
  .nclt .sec04-flex.mansion {
    margin-block: 50px 20px;
    justify-content: space-between;
  }
}
.nclt .sec04 .blue, .nclt .sec04 .gold {
  position: relative;
  padding-left: 20px;
}
.nclt .sec04 .blue:before, .nclt .sec04 .gold:before {
  content: "";
  width: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  height: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: clamp(0.375rem, 0.326rem + 0.22vw, 0.5rem);
}
.nclt .sec04 .blue:before {
  background: #5ac3dc;
}
.nclt .sec04 .gold:before {
  background: #a0916e;
}
.nclt .sec04 .nisumu-img {
  width: 25%;
}
.nclt .sec04-col {
  margin-bottom: 15px;
}
.nclt .sec04-col-img {
  position: relative;
}
.nclt .sec04-col-img-caption {
  font-size: 10px;
  color: #666;
}
.nclt .sec04-col-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.nclt .sec04-col-title {
  font-size: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  line-height: 1.8;
}
.nclt .sec04-col-caption {
  font-size: 10px;
  color: #666;
}
.nclt .sec04-col-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.nclt .sec04-col-caption_inset.white {
  color: #fff;
}
.nclt .sec04-col-box {
  width: 100%;
  padding: 1em;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
  line-height: 1.8;
  background-color: #d8f1f7;
}
@media (min-width: 768px) {
  .nclt .sec04-col-box {
    width: 288px;
  }
}
@media (min-width: 768px) {
  .nclt .sec04 .col-01 {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .nclt .sec04 .col-03 {
    align-self: center;
  }
}
.nclt .sec04 .col-03 .sec04-col-title {
  margin-bottom: 10px;
}
.nclt .sec04-img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.nclt .sec04-img-caption {
  font-size: 10px;
  color: #666;
}
.nclt .sec04-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.nclt .sec04-img-caption_inset.white {
  color: #fff;
}
.nclt .sec04-etc {
  padding-block: 15px;
  text-align: right;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
}
.nclt .sec04-caption {
  font-size: 10px;
  color: #666;
}
.nclt .sec04-caption.text-right {
  text-align: right;
}
.nclt .sec04-caption.text-center {
  text-align: center;
}
.nclt .sec05 {
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .nclt .sec05 {
    padding-bottom: 70px;
  }
}
.nclt .sec05-subtitle {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.603rem + 0.65vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
  background-color: #ccd3d9;
}
@media (min-width: 768px) {
  .nclt .sec05-subtitle {
    height: 65px;
  }
}
.nclt .sec05-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}
.nclt .sec05-linetitle {
  font-size: clamp(1rem, 0.951rem + 0.22vw, 1.125rem);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-block: 25px 15px;
}
@media (min-width: 768px) {
  .nclt .sec05-linetitle {
    margin-block: 50px 15px;
  }
}
.nclt .sec05-text {
  text-align: center;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
  line-height: 1.5;
}
.nclt .sec05-sr {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .nclt .sec05-sr {
    gap: 30px;
  }
}
.nclt .sec05-sr-img {
  padding-block: 15px;
}
.nclt .sec05-sr-text {
  font-size: clamp(0.938rem, 0.864rem + 0.33vw, 1.125rem);
  line-height: 1.5;
}
.nclt .sec05-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .nclt .sec05-flex {
    flex-direction: row;
    margin-top: 40px;
  }
}
.nclt .sec05-flex.between {
  justify-content: space-between;
}
.nclt .sec05 .blue, .nclt .sec05 .gold {
  position: relative;
  padding-left: 20px;
}
.nclt .sec05 .blue:before, .nclt .sec05 .gold:before {
  content: "";
  width: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  height: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: clamp(0.375rem, 0.326rem + 0.22vw, 0.5rem);
}
.nclt .sec05 .blue:before {
  background: #5ac3dc;
}
.nclt .sec05 .gold:before {
  background: #a0916e;
}
.nclt .sec05-col-img {
  position: relative;
}
.nclt .sec05-col-img-caption {
  font-size: 10px;
  color: #666;
}
.nclt .sec05-col-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.nclt .sec05-col-title {
  margin-top: 5px;
  font-size: clamp(0.75rem, 0.652rem + 0.43vw, 1rem);
}
.nclt .sec05-col-caption {
  font-size: 10px;
  color: #666;
}
.nclt .sec05-col-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.nclt .sec05-col-caption_inset.white {
  color: #fff;
}
.nclt .sec05-img {
  position: relative;
}
.nclt .sec05-img-caption {
  font-size: 10px;
  color: #666;
}
.nclt .sec05-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #666;
}
.nclt .sec05-img-caption_inset.white {
  color: #fff;
}
.nclt .sec05-etc {
  text-align: right;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
}
.nclt .sec05-caption {
  margin-top: 40px;
  font-size: 10px;
  color: #666;
}
.nclt .sec05-caption.text-right {
  text-align: right;
}
.nclt .sec05-caption.text-center {
  text-align: center;
}
.nclt .sec06-subtitle {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.603rem + 0.65vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
  background-color: #ccd3d9;
}
@media (min-width: 768px) {
  .nclt .sec06-subtitle {
    height: 65px;
  }
}
.nclt .sec06-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}
.nclt .sec06-text {
  margin-top: 30px;
  text-align: center;
  font-size: clamp(0.813rem, 0.739rem + 0.33vw, 1rem);
}
.nclt .sec06-caption {
  margin-block: 10px 30px;
  font-size: 10px;
  color: #666;
}
@media (min-width: 768px) {
  .nclt .sec06-caption {
    margin-block: 20px 60px;
  }
}
.nclt .sec06-caption.text-center {
  text-align: center;
}
.nclt .sec06-item {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .nclt .sec06-item {
    margin-bottom: 90px;
  }
}
.nclt .sec06-item-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
  font-size: clamp(1rem, 0.951rem + 0.22vw, 1.125rem);
  font-weight: bold;
}
@media (min-width: 768px) {
  .nclt .sec06-item-title {
    margin-top: 25px;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
  }
}
.nclt .sec06-img {
  position: relative;
}
.nclt .sec06-img-caption {
  font-size: 10px;
  color: #666;
}
.nclt .sec06-img-caption_inset {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #fff;
}
.nclt .sec06-link {
  display: flex;
  justify-content: center;
  margin-block: 35px;
}
@media (min-width: 768px) {
  .nclt .sec06-link {
    margin-block: 70px;
  }
}
.nclt .sec06-link .std-btn {
  border-color: #0073d2;
  color: #0073d2;
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}/*# sourceMappingURL=nclt.css.map */