@charset "UTF-8";

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

  Nano Creative Company - Service PC Styles

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

/* -----------------------------------------------------------
  Page Header
----------------------------------------------------------- */
.page-header.sub h3 { width: 350px; }

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

/* Section01
----------------------------------------------------------- */
.sec01 { padding: 120px 0 110px; }
.sec01 .inner { padding: 0 60px; }
.sec01 h2 {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: 0.05em;
  line-height: calc(60 / 40);
  text-align: center;
  margin: 0 0 50px;
}
.sec01 h2 + p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(36 / 16);
  text-align: center;
}
.flow-unit {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 90px 0 0;
}
.flow {
  position: relative;
  width: 300px;
}
.flow:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  right: -60px;
  width: 48px;
  height: 49px;
  background: url(../images/service_flow_arrow.svg) no-repeat 50% 50%;
  background-size: cover;
}
.flow h3 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.flow figure {
  width: 203px;
  height: auto;
  margin: 20px auto;
}
.flow dl dt {
  text-align: center;
  margin: 0 0 1em;
}
.flow dl dt span {
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
}
.flow dl dt span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background-color: #fff455;
}
.flow dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(28 / 16);
}

/* Section02
----------------------------------------------------------- */
.sec02 {
  height: auto;
  aspect-ratio: 1500 / 580;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/service_wave.svg);
  background-size: cover;
}
/*
.sec02 > * { grid-area: 1 / -1; }
*/
.sec02 .inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}
.sec02 h3 {
  position: relative;
  top: 1em;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec02 i.pict {
  width: 203px;
  height: auto;
}
.step p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}
.step p span {
  font-size: calc(24 / 16 * 1em);
  display: inline-block;
  margin: 0 20px 0 0;
}
.step.jp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step.jp figure { width: 715px; }
.step.os { margin: 65px 0 0; }

/* Section03
----------------------------------------------------------- */
.sec03 { padding: 105px 0 calc(125px + 95px); }
.sec03 .inner { padding: 0 60px; }
.sec03 h3 {
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 40px;
}
.sec03 h3 small {
  font-size: calc(24 / 30 * 1em);
  display: block;
}
.support-unit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px 200px 200px 200px;
  gap: 30px;
}
.support-item {
  position: relative;
  width: 340px;
  border: solid 1px var(--ncc-green);
  border-radius: 15px;
  padding: 30px;
}
.support-item.si01 {
  height: 430px;
  grid-row: 1 / 3;
}
.support-item.si08 { height: 430px; }

.support-item dl {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.support-item dl dt {
  font-size: calc(18 / 15 * 1em);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.support-item dl dd { line-height: calc(24 / 15); }

.support-item figure {
  position: absolute;
  height: auto;
}
.support-item.si01 figure {
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 178px;
}
.support-item.si02 figure {
  right: 20px;
  bottom: -15px;
  width: 145px;
}
.support-item.si03 figure {
  right: 20px;
  bottom: -15px;
  width: 116px;
}
.support-item.si04 figure {
  right: 20px;
  bottom: -15px;
  width: 101px;
}
.support-item.si05 figure {
  right: 15px;
  bottom: -15px;
  width: 124px;
}
.support-item.si06 figure {
  right: 22px;
  bottom: -15px;
  width: 126px;
}
.support-item.si07 figure {
  right: 17px;
  bottom: -17px;
  width: 120px;
}
.support-item.si08 figure {
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  width: 157px;
}
.support-item.si09 figure {
  right: 25px;
  bottom: -5px;
  width: 110px;
}
.support-item.si10 figure {
  right: 22px;
  bottom: -15px;
  width: 76px;
}

/* Section04
----------------------------------------------------------- */
.sec04 { display: grid; }
.sec04 > * { grid-area: 1 / -1; }
.sec04::before {
  content: "";
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 216px;
  height: 160px;
  background: url(../images/service_info_pict.png) no-repeat 50% 0;
  background-size: cover;
}
.sec04 figure.bg img {
  width: 100%;
  height: auto;
}
.sec04 h3 {
  position: relative;
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 85px 0 0;
}
.sec04 .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}
.info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info:last-of-type {
  flex-direction: row-reverse;
  margin: 70px 0 0;
  padding: 0 0 0 125px;
}
.info dl {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.info:first-of-type dl { padding: 0 60px 0 0; }
.info:last-of-type dl { padding: 0 0 0 40px; }
.info dl dt {
  font-size: calc(24 / 16 * 1em);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
}
.info dl dd { line-height: calc(30 / 16); }
.info figure {
  width: 246px;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width:1366px) {
  .sec04 .inner { padding: 200px 0; }
}

/* Section05
----------------------------------------------------------- */
.sec05 { padding: 0 0 125px; }
.sec05 .inner { padding: 0 60px; }
.structure {
  text-align: center;
  padding: 65px 0 45px;
  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);
}
.structure h3 span {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  line-height: calc(48 / 30);
  display: inline-block;
}
.structure h3 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 9px;
  background-color: #fff455;
  display: inline-block;
}
.structure figure {
  width: calc(700 / 1080 * 100%);
  margin: 40px auto 0;
}

/* Section06
----------------------------------------------------------- */
.sec06 { padding: 40px 0 160px; }
.sec06::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 6px;
  background: url(../images/service_partition.svg) no-repeat 50% 50%;
  background-size: cover;
}
.sec06 h3 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  line-height: calc(48 / 30);
  text-align: center;
  margin: 0 0 45px;
}

/* 比較表 */
.comparison-list {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(28 / 16);
}
.comparison-list thead th {
  text-align: left;
  padding: 0 0 15px 35px;
  border-bottom: solid 1px #e3e3e3;
}
.comparison-list tbody tr { border-bottom: solid 1px #e3e3e3; }
.comparison-list tbody th {
  font-weight: 400;
  width: 177px;
  background-color: #f8f8f8;
}
.comparison-list tbody td {
  width: calc((1080px - 177px) / 2);
  padding: 25px 0 25px 35px;
}
.comparison-list tbody td span {
  position: relative;
  font-size: calc(24 / 16 * 1em);
  width: fit-content;
  font-weight: 600;
  display: block;
}
.comparison-list tbody td span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 9px;
  background-color: #b2ff59;
  display: inline-block;
}

/* Section07
----------------------------------------------------------- */
.sec07 { padding: 50px 0 210px; }
.sec07 .inner { padding: 0 60px; }
.sec07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 6px;
  background: url(../images/service_partition.svg) no-repeat 50% 50%;
  background-size: cover;
}
.sec07 h3 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 40px;
}
.sec07 h3 span {
  position: relative;
  font-size: calc(16 / 24 * 1em);
  color: var(--wht);
  width: fit-content;
  height: 40px;
  line-height: 40px;
  display: block;
  background-color: var(--ncc-green);
  border-radius: 20px;
  padding: 0 1em;
  margin: 0 auto 12px;
}
.sec07 h3 span::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;
}

.sif-unit {
  display: grid;
  grid-template-columns: repeat(6, 160px);
  gap: 24px;
}
.sif {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px #e3e3e3;
}
.sif figure { text-align: center; }
.sif figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 1em 0 0;
}
.sif01 figure img { width: 76px; }
.sif02 figure img { width: 66px; }
.sif03 figure img { width: 54px; }
.sif04 figure img { width: 69px; }
.sif05 figure img { width: 68px; }
.sif06 figure img { width: 64px; }
.sif07 figure img { width: 57px; }
.sif08 figure img { width: 82px; }
.sif09 figure img { width: 82px; }
.sif10 figure img { width: 54px; }
.sif11 figure img { width: 68px; }
.sif12 figure img { width: 65px; }

.asterisk {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right;
  margin: 1em 0 0;
}