.hero {
  height: 666px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    padding-top: 138px;
  }
}

.hero__inner {
  max-width: 1166px;
  padding: 0 1.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero__inner {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 1024px) {
  .hero__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: relative;
  }
}

.hero__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 3rem;
    position: relative;
    z-index: 1;
    width: 416px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title {
    text-align: left;
    font-size: 4vw;
    width: 30vw;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero__title img {
    width: 100%;
  }
}
.hero__title span {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .hero__title.is-fixed {
    position: fixed;
  }
}

.hero__title-border {
  position: relative;
}
.hero__title-border::after {
  content: "";
  display: block;
  width: calc(100% + 16px);
  height: 10px;
  background-color: #fffce5;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.hero__title-blue {
  color: #0072a6;
}

.hero__copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: url(../images/top/bg_hero_copy.png) center top/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 74px 0 12px;
  margin: -32px 0 16px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .hero__copy {
    background: url(../images/top/bg_hero_copy.png) center top/344px no-repeat;
    width: 344px;
    height: 324px;
    position: absolute;
    right: -124px;
    z-index: -1;
    padding: 64px 84px 60px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero__copy {
    right: -72px;
    left: 65vw;
  }
}
.hero__copy.is-positioning {
  -webkit-animation: downAnime 0.5s forwards;
          animation: downAnime 0.5s forwards;
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
@-webkit-keyframes downAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes downAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .hero__copy.is-fixed {
    position: fixed;
  }
}

.hero__copy-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.25rem;
  color: #0072a6;
}
@media screen and (min-width: 768px) {
  .hero__copy-text {
    font-size: 1.5rem;
  }
}
.hero__copy-text span {
  display: block;
}

.hero__image {
  position: fixed;
  top: 364px;
  right: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hero__image {
    top: 580px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__image {
    text-align: right;
    top: 264px;
    right: 5vw;
    left: initial;
  }
}
@media screen and (min-width: 1400px) {
  .hero__image {
    right: 192px;
  }
}
.hero__image.is-fixed {
  position: fixed;
  z-index: 0;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

@media screen and (min-width: 1024px) {
  .hero__image-inner {
    width: 60vw;
    max-width: 768px;
  }
}
.hero__image-inner img {
  width: 100%;
}

.hero__image-anime {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__message {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 8.9432525635px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8.9432525635px 0px rgba(0, 0, 0, 0.1);
  max-width: 510px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  padding: 15px 12px 12px 8px;
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
@media screen and (min-width: 768px) {
  .hero__message {
    padding: 26px 21px 22px 13px;
    position: absolute;
    bottom: 45px;
    left: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__message {
    bottom: 24px;
  }
}
.hero__message.is-upmove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hero__message-body {
  display: grid;
  grid-template-columns: 65px auto;
  gap: 4px 0;
}
@media screen and (min-width: 768px) {
  .hero__message-body {
    gap: 8px 0;
  }
}

.hero__message-title {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.8;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .hero__message-title {
    font-size: 1.25rem;
  }
}

.hero__message-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  grid-column: 2/3;
  grid-row: 2/3;
}

.hero__message-image {
  grid-column: 1/2;
  grid-row: 1/3;
}

.intro {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 3.5rem 0;
  }
}

.intro__inner {
  max-width: 1084px;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro__inner {
    padding: 0 5vw;
  }
}

.intro__lead-text {
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .intro__lead-text {
    font-size: 3rem;
    line-height: normal;
  }
}
.intro__lead-text span {
  display: inline-block;
}
.intro__lead-text + .intro__lead-text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .intro__lead-text + .intro__lead-text {
    margin-top: 0;
  }
}

.about {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 0 48px;
}
@media screen and (min-width: 1024px) {
  .about {
    padding: 200px 0 240px;
  }
}

.about__head {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about__head {
    margin-bottom: 1.5rem;
  }
}

.about__heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about__heading-inner {
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .about__heading-inner span {
    display: block;
  }
}

.about__heading-icon {
  width: 32px;
}
@media screen and (min-width: 768px) {
  .about__heading-icon {
    width: 52px;
  }
}

.about__heading {
  font-size: 1.25rem;
  line-height: normal;
  color: #00364f;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__heading {
    font-size: 2rem;
  }
}
.about__heading span {
  display: inline-block;
}

.about__head-text {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .about__head-text {
    font-size: 1rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .about__head-text span {
    display: block;
  }
}

.about__contents {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .about__contents {
    padding: 4rem 0;
  }
}

.about__contents-list {
  counter-reset: aboutNumber;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .about__contents-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.about__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .about__item {
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 500;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.about__item::before {
  content: "";
  display: inline-block;
  font-weight: 600;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  counter-increment: aboutNumber;
  content: counter(aboutNumber, decimal-leading-zero);
  color: #afb5b8;
}
@media screen and (min-width: 768px) {
  .about__item::before {
    margin-right: 24px;
  }
}
.about__item span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .about__item span {
    margin-right: 20px;
  }
}
.about__item strong {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #0072a6;
  background-color: #fff;
  width: 138px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0072a6;
  padding: 2px 32px;
}
@media screen and (min-width: 768px) {
  .about__item strong {
    font-size: 1.5rem;
    line-height: normal;
  }
}
.about__item + .about__item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__item + .about__item {
    margin-top: 2rem;
  }
}

.about__contents-text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__contents-text {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about__contents-text span {
    display: block;
  }
}
.about__contents-text strong {
  color: #0072a6;
}

.about__button {
  text-align: left;
  margin-top: 24px;
}

.menu__item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #0072a6;
}
@media screen and (min-width: 768px) {
  .menu__item {
    padding: 5rem 0 8.875rem;
  }
}

.menu__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 1.5rem;
}

.menu__heading-icon {
  width: 32px;
}

.menu__heading-icon--seo {
  width: 53px;
}

.menu__heading-icon--web {
  width: 52px;
}

.menu__item-name {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .menu__item-name {
    font-size: 2rem;
  }
}

.menu__item-copy {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .menu__item-copy {
    font-size: 2rem;
  }
}

.menu__item-text {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .menu__item-text {
    font-size: 1rem;
  }
}

.no-code {
  max-width: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border-radius: 7px;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .no-code {
    gap: 0;
    padding: 2rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .no-code {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(rgba(244, 244, 244, 0)));
    background: linear-gradient(180deg, #f5f5f5 0%, rgba(244, 244, 244, 0) 100%);
  }
}

.no-code__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .no-code__list {
    margin-bottom: 0.875rem;
  }
}

.no-code__item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 39px;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .no-code__item {
    font-size: 1.25rem;
  }
}

.no-code__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  color: #00364f;
}
@media screen and (min-width: 768px) {
  .no-code__title {
    font-size: 1.5rem;
  }
}

.no-code__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .no-code__text {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.no-code__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #0072a6;
}
@media screen and (min-width: 768px) {
  .no-code__link {
    font-size: 1.5rem;
    text-align: right;
  }
}
.no-code__link a {
  color: inherit;
  text-decoration: none;
}
.no-code__link a:hover {
  opacity: 0.7;
}

.free-distribution {
  color: #fff;
  background: url(../images/top/bg_paper-sp.png) center 64px/132px no-repeat, #0072a6;
  padding: 200px 0 64px;
}
@media screen and (min-width: 768px) {
  .free-distribution {
    background: url(../images/top/bg_paper-pc.png) right 56px top 128px/334px no-repeat, #0072a6;
    padding: 128px 0 128px;
  }
}

.free-distribution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .free-distribution__inner {
    gap: 32px;
  }
}

.free-distribution__head {
  text-align: center;
}

.free-distribution__copy {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .free-distribution__copy {
    font-size: 1.375rem;
  }
}

.free-distribution__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .free-distribution__title {
    font-size: 2rem;
  }
}
.free-distribution__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .free-distribution__title span {
    display: inline;
  }
}

.free-distribution__main {
  text-align: center;
}

.free-distribution__text {
  display: inline-block;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .free-distribution__text {
    margin-bottom: 32px;
  }
}

.free-distribution__button--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .free-distribution__button--pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .free-distribution__button--sp {
    display: none;
  }
}

.faq {
  background-color: rgba(243, 243, 243, 0.8);
  padding: 64px 0 24px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 240px 0 0;
  }
}

.faq__item {
  margin-left: -6px;
  margin-right: 6px;
}
.faq__item + .faq__item {
  margin-top: 66px;
}

.faq__item-question {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  background-color: #00364f;
  border-radius: 30px;
  display: inline-block;
  max-width: 308px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 25px;
}
@media screen and (min-width: 768px) {
  .faq__item-question {
    font-size: 1.5rem;
    border-radius: 100px;
    max-width: initial;
    padding: 32px 64px;
  }
}
@media screen and (min-width: 768px) {
  .faq__item-question span {
    display: block;
  }
}

.faq__item-answer {
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .faq__item-answer {
    margin-top: -16px;
    margin-left: 64px;
  }
}

.cta {
  background-color: #f3f3f3;
  padding: 65px 0;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 240px 0;
  }
}

.cta__head {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 56px auto;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .cta__head {
    grid-template-columns: 88px auto;
    padding-bottom: 0;
  }
}

.cta__title-icon {
  width: 56px;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (min-width: 768px) {
  .cta__title-icon {
    width: 88px;
  }
}

.cta__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0072a6;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 2rem;
  }
}
.cta__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .cta__title span {
    display: inline-block;
  }
}
.cta__title .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta__title .pc-only {
    display: inline-block;
  }
}

.cta__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0072a6;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 1.5rem;
  }
}

.cta__button {
  text-align: center;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 32px;
  }
}

.header.is-transparent {
  background-color: transparent;
}

.main {
  position: relative;
  z-index: 0;
  padding: 0;
}

.cta {
  background-color: rgba(243, 243, 243, 0.8);
}/*# sourceMappingURL=top.css.map */