* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #2A2A2A;
  box-sizing: border-box; }

body {
  max-width: 620px;
  margin: auto; }

img {
  width: 100%;
  vertical-align: middle;
  display: block; }

.container {
  width: 100%;
  padding-inline: 23px;
  margin-inline: auto; }

.cta {
  width: 269px;
  height: 54px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
  background-color: #E1AD5B;
  margin-inline: auto;
  letter-spacing: 0.06em; }

.section-title {
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 27px; }
  .section-title.jp {
    font-size: 16px;
    color: #272727;
    font-weight: 900;
    position: relative;
    padding-top: 10px; }
    .section-title.jp::before {
      content: "";
      width: 42px;
      height: 4px;
      border-radius: 2px;
      background-color: #E1AD5B;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .section-title.en {
    font-size: 9px;
    color: #E1AD5B;
    font-weight: 500; }
.section-sub-title {
  line-height: 27px;
  letter-spacing: 0.01em; }
  .section-sub-title.jp {
    font-size: 19px;
    font-weight: 900;
    color: #000;
    margin-bottom: 13px; }
    .section-sub-title.jp span {
      color: #E1AD5B; }
  .section-sub-title.en {
    font-size: 9px;
    color: #E1AD5B;
    font-weight: 500;
    margin-bottom: 7px; }
  .section-sub-title img {
    height: 17px;
    width: auto;
    display: inline-block;
    position: relative;
    top: -1px; }
.section-description {
  font-size: 10px;
  font-weight: 500;
  line-height: 192%;
  margin-bottom: 21px; }

.header {
  width: calc(100% - 26px);
  position: fixed;
  background-color: #FFF;
  border-radius: 8px;
  top: 9px;
  left: 13px;
  z-index: 2;
  padding: 0 12px;
  box-shadow: 0 4px 4px 0 #0000001F; }
  .header-wrapper {
    align-items: center;
    display: flex;
    height: 48px; }
  .header .logo {
    width: 78px; }
  .header .cta {
    width: 108px;
    height: 30px;
    font-size: 12px;
    margin-inline: auto 14px; }
  .header #hamburger {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative; }
    .header #hamburger span {
      transition: all .3s;
      position: absolute;
      height: 3px;
      background-color: #E1AD5B;
      width: 100%;
      border-radius: 4px; }
      .header #hamburger span:nth-of-type(1) {
        top: 1px; }
      .header #hamburger span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%); }
      .header #hamburger span:nth-of-type(3) {
        bottom: 1px; }
    .header #hamburger.open span:nth-of-type(1) {
      top: 50%;
      transform: translateY(-50%) rotate(-50deg); }
    .header #hamburger.open span:nth-of-type(2) {
      opacity: 0; }
    .header #hamburger.open span:nth-of-type(3) {
      top: 50%;
      transform: translateY(-50%) rotate(50deg); }
  .header nav #header-menu {
    list-style: none;
    display: none;
    padding-block: 12px; }
    .header nav #header-menu li a {
      display: block;
      text-align: center;
      font-size: 14px;
      font-weight: 900;
      color: #272727;
      text-decoration: none;
      letter-spacing: 0.01em;
      line-height: 27px;
      padding-block: 8px; }
      .header nav #header-menu li a span {
        display: block;
        color: #E1AD5B;
        font-size: 9px;
        font-weight: 500;
        line-height: 1; }

.hero {
  position: relative; }
  .hero-img {
    width: 100%; }
  .hero-body {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hero-body__title, .hero-body__description {
      color: #FFF;
      text-align: center;
      font-weight: 700; }
    .hero-body__title {
      font-size: 24px;
      line-height: 35px;
      margin-bottom: 17px; }
    .hero-body__description {
      font-size: 10px;
      line-height: 192%;
      margin-bottom: 44px;
      letter-spacing: 0.06em; }

.portfolio {
  background-color: #FFF;
  padding-block: 29px 23px;
  overflow: hidden;
  margin-bottom: 24px; }
  .portfolio .container {
    padding: 0; }
  .portfolio-slider__upper {
    margin-block: 12px; }
  .portfolio-logo {
    width: 97px !important;
    height: 47px; }

.bottlenects {
  padding-block: 30px;
  background: #2D333C08; }
  .bottlenects .theme {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 34px; }
    .bottlenects .theme-box {
      padding: 15px 18px;
      border-radius: 4px;
      background: linear-gradient(90deg, #4C5764 0%, #6C7178 56.73%, #4C5764 100%); }
      .bottlenects .theme-box h2,
      .bottlenects .theme-box p {
        color: #FFF; }
      .bottlenects .theme-box h2 {
        font-weight: 700;
        font-size: 11px;
        line-height: 27px; }
      .bottlenects .theme-box p {
        font-size: 10px;
        line-height: 13px;
        font-weight: 400; }
    .bottlenects .theme-text {
      font-size: 13px;
      line-height: 27px;
      font-weight: 700;
      text-align: center; }
      .bottlenects .theme-text span {
        background-color: #E1AD5B;
        color: #FFF;
        font-size: 17px;
        line-height: 27px;
        letter-spacing: 0.01em;
        font-weight: 700;
        display: inline-flex;
        padding: 1px 6px 2px;
        align-items: center;
        justify-content: center; }
        .bottlenects .theme-text span img {
          height: 14px;
          width: auto;
          display: inline-block;
          margin-top: 1px; }
        .bottlenects .theme-text span:first-of-type {
          margin-block: 7px; }

.features {
  padding-block: 26px 35px; }
  .features h2 {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #676D75; }
  .features .strengths {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 32px; }
  .features .strength-box {
    box-shadow: 0 4px 4px 0 #0000001F;
    padding: 18px 15px 27px 16px;
    border-radius: 4px; }
    .features .strength-box:nth-of-type(1) .strength-img {
      width: 97px; }
    .features .strength-box:nth-of-type(2) .strength-img {
      width: 80px; }
    .features .strength-box:nth-of-type(3) .strength-img {
      width: 108px; }
  .features .strength-img {
    margin: 0 auto 20px; }
  .features .strength-text__en {
    font-size: 7px;
    line-height: 27px;
    letter-spacing: 0.01em;
    font-weight: 500;
    color: #676D75;
    margin-bottom: 6px; }
  .features .strength-text__description {
    font-weight: 500;
    font-size: 10px;
    line-height: 192%; }
  .features .what h3 {
    text-align: center;
    margin-bottom: 40px; }
    .features .what h3 span {
      font-size: 13px;
      font-weight: 700;
      line-height: 27px;
      display: inline-block;
      color: #272727;
      padding: 12px;
      border-block: solid 1px #E7E7E7; }
  .features .what-wrapper {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 25px; }
  .features .what-box__label {
    width: 119px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14.5px;
    color: #FFF;
    font-size: 9px;
    line-height: 192%;
    font-weight: 700;
    margin-bottom: 6px; }
  .features .what-box__text {
    color: #272727;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 9px; }
    .features .what-box__text span {
      background: linear-gradient(transparent 50%, #E1AD5B1A 50%); }
  .features .what-box__img {
    padding: 13px 8px;
    box-shadow: 0 4px 4px 0 #0000001F;
    border-radius: 4px; }
  .features .what-box:nth-of-type(1) .what-box__label {
    background-color: #111; }
  .features .what-box:nth-of-type(2) .what-box__label {
    background-color: #E1AD5B; }
    .features .what-box:nth-of-type(2) .what-box__label img {
      height: 14px;
      width: auto; }
  .features-text {
    font-size: 13px;
    line-height: 27px;
    font-weight: 700;
    text-align: center; }
    .features-text span {
      color: #E1AD5B;
      font-size: 16px;
      line-height: 27px;
      letter-spacing: 0.01em;
      font-weight: 700;
      display: inline-flex;
      padding: 1px 6px 2px;
      align-items: center;
      justify-content: center; }
      .features-text span:first-of-type {
        margin-top: 7px; }

.skillset {
  background: #2D333C08;
  padding-block: 30px; }
  .skillset .skills {
    gap: 13px;
    display: flex;
    flex-direction: column; }
  .skillset .skill {
    border: solid 1px #676D75;
    border-radius: 4px;
    padding: 18px 15px; }
    .skillset .skill h2 {
      font-size: 17px;
      line-height: 27px;
      letter-spacing: 0.01em;
      font-weight: 700;
      color: #676D75;
      margin-bottom: 6px; }
    .skillset .skill ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 6px; }
      .skillset .skill ul li {
        font-size: 10px;
        font-weight: 500;
        line-height: 192%;
        position: relative;
        padding-left: 18px; }
        .skillset .skill ul li::before, .skillset .skill ul li::after {
          content: "";
          top: calc(50% + 1px);
          position: absolute;
          transform: translateY(-50%); }
        .skillset .skill ul li::before {
          width: 7px;
          height: 5px;
          background-size: cover;
          left: 2px;
          background-image: url("./../img/skill/icon_check_white.png");
          z-index: 1; }
        .skillset .skill ul li::after {
          content: "";
          width: 12px;
          height: 12px;
          background-color: #676D75;
          left: 0;
          border-radius: 50%; }

.comparison {
  background: #2D333C08;
  padding-bottom: 30px; }

.example {
  padding-block: 35px 45px; }
  .example .container {
    padding: 0; }
  .example .slick-prev, .example .slick-next {
    position: absolute;
    top: 50%;
    background: #0000000F;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1; }
    .example .slick-prev.slick-disabled, .example .slick-next.slick-disabled {
      display: none !important; }
    .example .slick-prev img, .example .slick-next img {
      width: 7px; }
  .example .slick-prev {
    left: calc(23px - 14px);
    transform: scaleX(-1) translateY(-50%); }
  .example .slick-next {
    right: calc(23px - 14px);
    transform: translateY(-50%); }
  .example-slider {
    position: relative; }
    .example-slider .slick-list {
      padding-left: 23px;
      padding-bottom: 10px; }
    .example-slider__upper .example-box__header .label {
      background-color: #E1AD5B;
      width: 63px; }
    .example-slider__upper .example-box__header .name {
      color: #E1AD5B; }
    .example-slider__upper .example-box__body ul li::before {
      background-image: url("./../img/example/icon_check_yellow.png"); }
    .example-slider__upper .example-box__footer p {
      color: #E1AD5B; }
    .example-slider__under .example-box__header .label {
      background-color: #676D75;
      width: 82px; }
    .example-slider__under .example-box__header .name {
      color: #676D75; }
    .example-slider__under .example-box__body ul li::before {
      background-image: url("./../img/example/icon_check_black.png"); }
    .example-slider__under .example-box__footer p {
      color: #676D75; }
  .example-box {
    box-shadow: 0 4px 4px 0 #00000021;
    border-radius: 4px;
    padding: 14px 17px;
    margin-right: 23px; }
    .example-box__header .label {
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 500;
      line-height: 192%;
      border-radius: 8px;
      margin-bottom: 4px; }
    .example-box__header .name {
      font-weight: 700;
      font-size: 15px;
      line-height: 27px;
      letter-spacing: 0.01em;
      margin-bottom: 12px; }
    .example-box__body .title,
    .example-box__body .description {
      line-height: 192%;
      font-size: 10px; }
    .example-box__body .title {
      font-weight: 700;
      margin-bottom: 4px; }
    .example-box__body .description {
      font-weight: 500;
      margin-bottom: 6px; }
    .example-box__body ul {
      list-style: none; }
      .example-box__body ul li {
        font-weight: 500;
        line-height: 192%;
        font-size: 10px;
        padding-left: 15px;
        position: relative; }
        .example-box__body ul li::before {
          content: "";
          width: 7px;
          height: 5px;
          background-size: cover;
          position: absolute;
          top: 8px;
          left: 0; }
    .example-box__footer {
      margin-top: 15px;
      border-top: #E7E7E7 solid 1px;
      padding-top: 12px; }
      .example-box__footer p {
        font-weight: 700;
        font-size: 10px;
        line-height: 17px;
        letter-spacing: 0.01em;
        text-align: center; }

.flow {
  padding-bottom: 43px; }
  .flow .steps {
    display: flex;
    flex-direction: column; }
  .flow .step {
    display: flex;
    padding-bottom: 20px;
    position: relative; }
    .flow .step::before {
      content: "";
      background-color: #E1AD5B;
      width: 2px;
      height: 100%;
      position: absolute;
      left: 29px;
      top: 0; }
    .flow .step-icon {
      width: 59px;
      min-width: 59px;
      height: 59px;
      background-color: #E1AD5B;
      color: #FFF;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 700;
      line-height: 27px;
      letter-spacing: 0.01em;
      margin-right: 12px;
      position: relative;
      z-index: 1; }
    .flow .step-text {
      margin-top: 16px; }
      .flow .step-text h2 {
        font-weight: 700;
        font-size: 12px;
        line-height: 27px;
        color: #272727;
        margin-bottom: 17px; }
      .flow .step-text__box {
        background-color: #FFF;
        box-shadow: 0 4px 4px 0 #00000021;
        border-radius: 4px;
        padding: 10px 6px 11px 14px;
        overflow: hidden;
        position: relative; }
        .flow .step-text__box::before {
          content: "";
          width: 3px;
          height: 100%;
          background-color: #E1AD5B;
          position: absolute;
          left: 0;
          top: 0; }
        .flow .step-text__box .title,
        .flow .step-text__box .description {
          font-size: 10px;
          line-height: 192%; }
        .flow .step-text__box .title {
          font-weight: 700;
          margin-bottom: 4px; }
        .flow .step-text__box .description {
          font-weight: 500; }
    .flow .step.no {
      position: relative;
      text-align: center;
      display: block;
      padding-bottom: 30px;
      background-color: #FFF; }
      .flow .step.no::before {
        height: 30px;
        top: unset;
        bottom: 0; }
      .flow .step.no::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #E7E7E7;
        top: calc(50% - 15px);
        left: 0;
        transform: translateY(-50%); }
      .flow .step.no .no-text {
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0.01em;
        color: #272727;
        position: relative;
        z-index: 1;
        background-color: #FFF;
        padding-inline: 20px; }
        .flow .step.no .no-text span {
          color: #E1AD5B; }
    .flow .step:nth-of-type(3) {
      padding-bottom: 30px; }
    .flow .step:last-of-type::before {
      display: none; }

.fee {
  background: #2D333C08;
  padding-block: 33px 34px; }
  .fee-boxes {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 13px; }
  .fee-box {
    box-shadow: 0 4px 4px 0 #00000021;
    border-radius: 4px;
    height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .fee-box .label {
      font-size: 10px;
      line-height: 27px;
      font-weight: 700;
      letter-spacing: 0.01em;
      text-align: center;
      margin-bottom: 4px; }
    .fee-box .value {
      text-align: center; }
      .fee-box .value .num,
      .fee-box .value .other {
        letter-spacing: 0.01em;
        line-height: 27px; }
      .fee-box .value .num {
        font-weight: 900;
        color: #676D75;
        font-size: 26px; }
      .fee-box .value .other {
        font-weight: 700;
        font-size: 14px; }
  .fee .notes {
    font-weight: 500;
    font-size: 10px;
    line-height: 171%;
    color: #949494; }

.consultation {
  padding-block: 33px 47px;
  background: linear-gradient(90deg, #4C5764 0%, #6C7178 56.73%, #4C5764 100%); }
  .consultation h1,
  .consultation .description,
  .consultation .cta-text {
    color: #FFF;
    text-align: center; }
  .consultation h1 {
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.09em;
    font-weight: 900;
    margin-bottom: 13px; }
  .consultation .description {
    font-weight: 500;
    font-size: 10px;
    line-height: 171%;
    margin-bottom: 23px; }
  .consultation .cta-text {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 33px; }
  .consultation .cta {
    font-size: 12px; }

.footer {
  padding-block: 33px 21px;
  text-align: center; }
  .footer .logo {
    display: block;
    width: 78px;
    margin: auto auto 13px; }
  .footer .copy {
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 171%;
    color: #939393; }

/*# sourceMappingURL=style.css.map */
