@charset "UTF-8";

/* ===========================================================

  Nano Creative Company - Index PC Styles

=========================================================== */

/* -----------------------------------------------------------
  Page Header
----------------------------------------------------------- */
.contents-area {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents-area .inner {
  height: 100%;
}
.page-catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-header picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 15 / 8;
}

/* -----------------------------------------------------------
  Slick Slider Overwrite
----------------------------------------------------------- */
.slick-slider { margin: 0; }

/* -----------------------------------------------------------
  Section
----------------------------------------------------------- */

/* Section01
----------------------------------------------------------- */
.intro { padding: 90px 0 20px; }
.intro .inner { position: relative; }
.intro h2 {
  width: 868px;
  text-align: center;
  margin: 0 auto 30px;
}
.intro ul {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro ul li {
  width: 209px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 6px;
}
.intro figure { position: absolute; }
.intro figure:first-of-type {
  top: 15px;
  left: 20px;
  width: 134px;
  height: 297px;
}
.intro figure:last-of-type {
  top: 40px;
  right: 0;
  width: 209px;
  height: 232px;
}

/* Section02
----------------------------------------------------------- */
.about {
  padding: calc((130 / 1500 * 100vw) + 75px) 0 110px;
  background-color: #effbed;
}
.about::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1500 / 133;
  background: url(../images/ncc_top_sec02_arrow_w.png) no-repeat 50% 0;
  background-size: cover;
}
.about .inner { padding: 0 60px; }
.about h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(54 / 36);
  text-align: center;
  margin: 0 0 25px;
}
.about h2 span {
  position: relative;
  font-size: calc(48 / 36 * 1em);
}
.about h2 span::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 9px;
  display: inline-block;
  background-color: #fff455;
}
.about h2 + figure {
  width: 208px;
  height: auto;
  margin: 0 auto 40px;
}
.solve-it { text-align: center; }
.solve-it small {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--ncc-green);
  display: block;
}
.solve-it p {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: var(--wht);
  background-color: var(--ncc-green);
  display: inline-block;
  padding: 0 1.5em;
  margin: 15px 0 0;
}
.solve-it p::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid var(--ncc-green);
  border-bottom: 0;
}
.solve-it h3 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--ncc-green);
  width: fit-content;
  margin: 0 auto 40px;
}
.solve-it h3 span { position: relative; }
.solve-it h3 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--ncc-green);
}
.solve-it ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about .sec-title {
  width: 430px;
  height: auto;
  margin: auto;
  text-align: center;
}
.about a.bcc-btn {
  width: 300px;
  display: block;
  margin: auto;
}
.about a.bcc-btn p::before { background-color: var(--wht); }
.sst {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: var(--wht);
  border-radius: 15px;
  margin: 50px 0 0;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(46,127,6,0.07);
  -moz-box-shadow: 0px 0px 4px 2px rgba(46,127,6,0.07);
  box-shadow: 0px 0px 4px 2px rgba(46,127,6,0.07);
}
.sst dl {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 0 65px;
}
.sst dl dt {
  position: relative;
  font-size: calc(20 / 16 * 1em);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 25px;
}
.sst dl dt::before {
  content: "";
  position: absolute;
  top: -57px;
  left: -83px;
  width: 78px;
  height: 77px;
  background: url(../images/icon_check.png) no-repeat 0 0;
  background-size: cover;
}
.sst dl dd:last-of-type { margin: 40px 0 0; }
.sst dl dd p {
  line-height: calc(30 / 16);
  letter-spacing: 0.05em;
}
.sst dl dd a {
  position: relative;
  font-weight: 600;
  color: var(--ncc-green);
  letter-spacing: 0.075em;
  text-decoration: none;
  border-bottom: solid 2px var(--ncc-green);
  padding: 10px 0 10px 0.5em;
  display: inline-block;
  overflow: hidden;
  transition: ease .2s;
}
.sst dl dd a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #effbed;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scaleX(0);
  transform-origin: right top;
}
.sst dl dd a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
.sst dl dd a span {
  position: relative;
  z-index: 1;
}
.sst dl dd a span::after {
  content: "＞";
  transform: scale(0.5,1.0);
  display: inline-block;
  margin: 0 0 0 20px;
}

/* Section03
----------------------------------------------------------- */
.service { padding: 80px 0 160px; }
.service .sec-title {
  width: 350px;
  height: auto;
  margin: auto;
  text-align: center;
}
.service-unit {
  position: relative;
  display: flex;
  align-items: center;
}
.service-unit > figure {
  width: calc(800 / 1500 * 100%);
  height: auto;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
}
.service-unit > figure img {
  width: 100%;
  height: auto;
}
.service-unit .inner {
  width: calc(700 / 1500 * 100%);
  padding: 0 calc((100% - 1200px) / 2 + 60px) 0 100px;
}
.service-unit .inner h2 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}
.service-unit .inner > p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: calc(36 / 18);
  margin: 0 0 60px;
}
.service a.bcc-btn { width: 300px; }
.service a.bcc-btn p::before { background-color: var(--wht); }

/* Section04
----------------------------------------------------------- */
.news { padding: 85px 0 150px; }
.news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, rgba(171,222,23,1) 0%,rgba(78,170,33,1) 100%);
}
.news .inner {
  position: relative;
  padding: 0 60px;
}
.news .inner > figure {
  position: absolute;
  top: 85px;
  right: 60px;
  width: 212px;
  height: 161px;
}
.news .sec-title {
  width: 514px;
  height: auto;
  margin: auto;
  text-align: center;
}
.news h2 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.0;
  text-align: center;
}
.news p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
  text-align: center;
}
.news h2 + p { margin: 35px 0 0; }
.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
  margin: 35px 0 0;
}
.news-content { width: 300px; }
.news-content a { text-decoration: none; }
.news-content a figure {
  max-width: 300px;
  max-height: 200px;
  aspect-ratio: 3 / 2;
  background-color: #effbed;
  transition: all .3s;
}
.news-content a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-content a p {
  line-height: calc(24 / 16);
  text-align: left;
  color: var(--blk);
  margin: 25px 0 0;
}
.news-content a p span {
  font-size: calc(12 / 16 * 1em);
  color: #979797;
  display: block;
  margin: 0 0 15px;
}
.news-content a:hover figure { opacity: 0.7; }
.news a.bcc-btn {
  width: 300px;
  display: block;
  margin: 60px auto 0;
}
.news a.bcc-btn p::before { background-color: var(--wht); }

/* Section05
----------------------------------------------------------- */
.faq { padding: 80px 0 140px; }
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, rgba(171,222,23,1) 0%,rgba(78,170,33,1) 100%);;
}
.faq .inner {
  position: relative;
  padding: 0 60px;
}
.faq .sec-title {
  width: 145px;
  height: auto;
  margin: auto;
  text-align: center;
}
.faq h2 {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.0;
  text-align: center;
}
.faq p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
  text-align: center;
}
.faq h2 + p { margin: 35px 0 0; }
.faq-wrap {
  position: relative;
  margin: 45px 0 0;
}
.faq-wrap > figure {
  position: absolute;
  top: -140px;
  left: 20px;
  width: 200px;
  height: 140px;
}
.faq-unit {
  border-radius: 15px;
  padding: 80px 95px;
  background-color: var(--wht);
  -webkit-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.025);
  -moz-box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.025);
  box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.025);
}
.faq-unit dl:not(:first-of-type) { margin: 45px 0 0; }
.faq-unit dl dt {
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--ncc-green);
  padding: 0 0 0 45px;
  cursor: pointer;
  margin: 0 0 15px;
}
.faq-unit dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../images/icon_question.svg) no-repeat 0 0;
  background-size: cover;
}
.faq-unit dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/arrow_qa.svg) no-repeat 0 0;
  background-size: cover;
}
.faq-unit dl dt.is-active::after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 0;
}
.faq-unit dl dd {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(24 / 16);
  padding: 0 0 0 45px;
}
.faq a.bcc-btn {
  width: 300px;
  display: block;
  margin: 60px auto 0;
}
.faq a.bcc-btn p::before { background-color: var(--wht); }