.dialog-item, .dialog-button, .firstview-content .greeting span, .firstview-content .roll .ja, .news-content dd, .about-project-item, .about-project-description, .works-project-type, .works-project-name, .works-project-scope, .works-project-description, .works-project-link, .works-project-comment, .service-title, .service-description, .contact-link, .about-description, .contact-description, .news-head, .about-head, .works-head, .service-head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-display: swap;
}

.header-title, .header-link, .firstview-content .roll .en, .firstview-content .address, .news-content dt, .about-head .en, .footer-copyright {
  font-family: "Josefin Sans", sans-serif;
  font-display: swap;
}

.firstview-content .name, .firstview-content .sns-link, .service-skill-item {
  font-family: "Zen Kaku Gothic New", "Josefin Sans", sans-serif;
  font-display: swap;
}

.news-container, .about-container, .works-container, .service-container, .contact-container {
  width: 100%;
  max-width: 77.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .news-container, .about-container, .works-container, .service-container, .contact-container {
    max-width: 75vw;
  }
}

.news-head, .about-head, .works-head, .service-head {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.about-description, .contact-description {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 28px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
body.js-scroll-lock {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}

.header-container {
  position: relative;
  width: 100%;
  padding: 31px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.header-title {
  font-size: 24px;
  font-weight: 700;
  border-radius: 6px;
  background-color: #0bceaf;
  padding: 8px 10px 0;
  color: white;
}
.header-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    column-gap: 15px;
    align-items: center;
  }
}
.header-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.header-menu-button {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4px;
  z-index: 2;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-menu-button {
    display: none;
  }
}
.header-menu-button .bar {
  width: 16px;
  height: 2px;
  background-color: #b9c0bd;
  display: block;
}

.dialog {
  width: 100%;
  max-width: 85.3333333333vw;
  height: 85.3333333333vw;
  max-height: 100%;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  border: 0;
  padding: 24px;
  margin: 0;
  overscroll-behavior: contain;
}
.dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.66);
}
.dialog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overscroll-behavior: contain;
  height: 100%;
}
.dialog-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 20px;
}
.dialog-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  position: relative;
}
.dialog-item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.dialog-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  border-radius: 6px;
  padding: 15px;
  background-color: #0bceaf;
  text-align: center;
  color: white;
}

.bg-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.bg-container-first {
  background-color: #f1f1f1;
}
.bg-container-even {
  background-color: #eaeaea;
}
.firstview-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .firstview-container {
    height: 100vh;
  }
}
.firstview-offset {
  width: 100%;
  max-width: 77.3333333333vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 18.75vw;
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (min-width: 768px) {
  .firstview-offset {
    max-width: 75vw;
    height: 33.3333333333vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 8.3333333333vw;
    padding-top: inherit;
    padding-bottom: inherit;
  }
}
.firstview-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 6px;
  align-items: center;
}
.firstview-content:first-of-type {
  order: 2;
}
@media screen and (min-width: 768px) {
  .firstview-content:first-of-type {
    order: 1;
    align-items: flex-start;
  }
}
.firstview-content:last-of-type {
  order: 1;
}
@media screen and (min-width: 768px) {
  .firstview-content:last-of-type {
    order: 2;
  }
}
.firstview-content .greeting {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .firstview-content .greeting {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
}
.firstview-content .greeting span {
  background-color: #0bceaf;
  color: white;
  padding: 10px 30px;
  border-radius: 37px 37px 37px 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1em;
}
.firstview-content .name {
  font-size: 42px;
  font-weight: 600;
  line-height: 74px;
  letter-spacing: 0.05em;
}
.firstview-content .roll {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .firstview-content .roll {
    align-items: flex-start;
  }
}
.firstview-content .roll .ja {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0.05em;
}
.firstview-content .roll .en {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .firstview-content .roll .en {
    text-align: left;
  }
}
.firstview-content .address {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #0bceaf;
}
.firstview-content .sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.firstview-content .sns-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  border-radius: 6px;
  padding: 7px 15px 10px;
  background-color: #0bceaf;
  color: white;
  border: solid 3px #0bceaf;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier();
  transition-delay: 0.1s;
}
.firstview-content .sns-link:hover {
  background-color: white;
  color: #0bceaf;
}
.firstview-image {
  width: 100%;
  max-width: 290px;
  height: 100%;
  border-radius: 50%;
  padding: 15px;
  background-color: #d3d3d3;
}

.news-container {
  display: flex;
  flex-direction: column;
  column-gap: 15.3846153846vw;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news-container {
    align-items: flex-start;
    row-gap: 3.90625vw;
  }
}
@media screen and (min-width: 1366px) {
  .news-container {
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 6.25vw;
    align-items: center;
  }
}
.news-content {
  width: 100%;
}
.news-content ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .news-content ul {
    row-gap: 30px;
  }
}
.news-content dl {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media screen and (min-width: 1024px) {
  .news-content dl {
    flex-direction: row;
    column-gap: 30px;
  }
}
.news-content dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .news-content dt {
    width: calc(20% - 15px);
  }
}
.news-content dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .news-content dd {
    width: calc(80% - 15px);
  }
}
.news-head {
  margin-bottom: 48px;
}

.about-container {
  display: flex;
  flex-direction: column;
  column-gap: 15.3846153846vw;
  align-items: center;
}
@media screen and (min-width: 1366px) {
  .about-container {
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 6.25vw;
    align-items: center;
  }
}
.about-content {
  width: 100%;
}
.about-head .en {
  font-size: 80px;
  font-weight: 100;
}
.about-project-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  background-color: #fafafa;
  padding: 30px;
  border-radius: 6px;
}
.about-project-item {
  border-radius: 6px;
  padding: 5px 10px 7px;
  font-size: 12px;
  font-weight: 600;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.about-project-item.recruit {
  background-color: #0bceaf;
  color: white;
  box-shadow: none;
}
.about-project-item.corporate {
  background-color: #4d0bce;
  color: white;
  box-shadow: none;
}
.about-project-item.other {
  background-color: #ce0b2a;
  color: white;
  box-shadow: none;
}
.about-project-item.campaign {
  background-color: #f4ca0b;
  color: white;
  box-shadow: none;
}
.about-project-item.government {
  background-color: #b9c0bd;
  color: #222;
  box-shadow: none;
}
.about-project-description {
  font-size: 12px;
  line-height: 36px;
  font-weight: 600;
  color: #444;
  margin-top: 15px;
}
.about-project-description span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 18px;
}

.works-offset {
  overflow: hidden;
}
.works-container {
  max-width: 69.3333333333vw;
}
@media screen and (min-width: 768px) {
  .works-container {
    max-width: 75vw;
  }
}
.works-container-offset {
  position: relative;
}
.works-container-offset .swiper-slide-prev,
.works-container-offset .swiper-slide-next {
  opacity: 0.25;
}
.works-container-offset .swiper-slide-active {
  opacity: 1;
}
.works-container-offset .swiper-button-next,
.works-container-offset .swiper-button-prev {
  color: #0bceaf;
}
.works-container-offset .swiper-button-next {
  right: -30px;
}
@media screen and (min-width: 768px) {
  .works-container-offset .swiper-button-next {
    right: -60px;
  }
}
.works-container-offset .swiper-button-prev {
  left: -30px;
}
@media screen and (min-width: 768px) {
  .works-container-offset .swiper-button-prev {
    left: -60px;
  }
}
.works-container-offset .swiper-pagination-bullet-active {
  background-color: #0bceaf;
}
.works-head {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 768px) {
  .works-head {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
.works-project-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8vw;
}
@media screen and (min-width: 768px) {
  .works-project-container {
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 6.25vw;
  }
}
@media screen and (min-width: 1366px) {
  .works-project-container {
    column-gap: 3.125vw;
  }
}
.works-project-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .works-project-content {
    width: calc(50% - 3.125vw);
  }
}
.works-project-image {
  width: 100%;
  border: solid 7px #d3d3d3;
}
.works-project-image-container {
  width: 100%;
  overflow: hidden;
}
.works-project-type {
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 5.6vw;
  letter-spacing: 0.05em;
  color: #0bceaf;
}
@media screen and (min-width: 768px) {
  .works-project-type {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: -15px;
  }
}
.works-project-name {
  font-weight: 600;
  font-size: 6.4vw;
  line-height: 11.2vw;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .works-project-name {
    font-size: 24px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1366px) {
  .works-project-name {
    font-size: 32px;
    line-height: 56px;
  }
}
.works-project-scope {
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 6.6666666667vw;
  letter-spacing: 0.05em;
  color: #444;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .works-project-scope {
    font-size: 14px;
    line-height: 25px;
  }
}
.works-project-scope span {
  font-weight: 600;
  padding-left: 10px;
}
.works-project-description {
  font-size: 4.8vw;
  line-height: 8.5333333333vw;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .works-project-description {
    font-size: 18px;
    line-height: 32px;
  }
}
.works-project-link {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
  background-color: #0bceaf;
  padding: 10px;
  border-radius: 24px;
  color: white;
  text-align: center;
  font-weight: 600;
  width: 100%;
  max-width: 360px;
}
@media screen and (min-width: 1366px) {
  .works-project-link {
    font-size: 14px;
    line-height: 25px;
  }
}
.works-project-comment {
  font-size: 3.2vw;
  line-height: 5.6vw;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .works-project-comment {
    font-size: 12px;
    line-height: 21px;
  }
}

.service-head {
  margin-bottom: 60px;
  text-align: center;
  color: #333;
}
.service-offset {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 8vw;
}
@media screen and (min-width: 768px) {
  .service-offset {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 4.1666666667vw;
  }
}
.service-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 15px;
  width: 100%;
  padding: 30px;
  box-shadow: 0px 6px 18px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .service-content {
    width: calc(50% - 4.1666666667vw);
  }
}
.service-icon {
  width: 100%;
  max-width: 73px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-icon {
    display: inline;
    margin: inherit;
  }
}
.service-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.05em;
  color: #444;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-title {
    text-align: left;
  }
}
.service-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #444;
}
.service-skill {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.service-skill.design .service-skill-item {
  border: solid 1px #0bceaf;
}
.service-skill.coding .service-skill-item {
  border: solid 1px #4d0bce;
}
.service-skill-item {
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.05em;
  border-radius: 6px;
  padding: 3px 10px 5px;
}

.contact-container {
  padding-top: calc(100vw - 25.8666666667vw);
  padding-bottom: calc(100vw - 25.8666666667vw);
}
@media screen and (min-width: 768px) {
  .contact-container {
    padding-top: calc(50vh - 128px);
    padding-bottom: calc(50vh - 128px);
  }
}
.contact-link {
  font-size: 4.6875vw;
  font-weight: 600;
  line-height: 8.125vw;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 75vw;
  background-color: #0bceaf;
  color: white;
  border: solid 3px #0bceaf;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-delay: 0.1s;
}
@media screen and (min-width: 768px) {
  .contact-link {
    font-size: 24px;
    line-height: 30px;
    max-width: 390px;
    padding: 30px;
  }
}
.contact-link:hover {
  color: #0bceaf;
  background-color: white;
}
.contact-link span {
  font-size: 12px;
  line-height: 21px;
}
.contact-description {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #222;
  text-align: center;
}

.footer-container {
  width: 100%;
  padding: 60px 0;
  background-color: #333;
}
.footer-copyright {
  font-size: 12px;
  text-align: center;
  color: white;
  letter-spacing: 0.05em;
}

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