@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.wrapper {
  padding-top: 9.6rem;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: black;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.en {
  font-family: open-sans, sans-serif;
}

.cursive {
  font-family: blithe, sans-serif;
}

.proxima {
  font-family: "proxima-nova", sans-serif;
}

img {
  height: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .sp__only {
    display: none;
  }
}

.pc__only {
  display: none;
}
@media (min-width: 1024px) {
  .pc__only {
    display: unset;
  }
}

.bold {
  font-weight: 700;
}

.spacer__x {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 1024px) {
  .spacer__x {
    padding-right: calc((100vw - 960px) / 2);
    padding-left: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1024px) {
  .spacer__x--720 {
    padding-right: calc((100vw - 720px) / 2);
    padding-left: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 1024px) {
  .spacer__x--560 {
    padding-right: calc((100vw - 560px) / 2);
    padding-left: calc((100vw - 560px) / 2);
  }
}

.spacer__top {
  padding-top: 5.6rem;
}
@media (min-width: 1024px) {
  .spacer__top {
    padding-top: 9rem;
  }
}

.spacer__pageTop {
  padding-top: 12rem;
}

@media (min-width: 1024px) {
  .spacer__top--56 {
    padding-top: 6.4rem;
  }
}

header {
  background-color: white;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 64px;
}
header .logo {
  width: 60px;
}
header nav {
  display: grid;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10.4rem;
  width: 0;
}
@media (min-width: 1024px) {
  header nav {
    width: max-content;
    position: unset;
    background-color: unset;
    padding-top: 0;
  }
}
header nav ul {
  display: grid;
}
@media (min-width: 1024px) {
  header nav ul {
    display: flex;
    flex-direction: ro;
  }
}
header nav ul li {
  border-top: 2px solid white;
  padding-left: 2.4rem;
  padding-top: 1.6rem;
}
@media (min-width: 1024px) {
  header nav ul li {
    padding: 0;
    border: 0;
  }
}
header nav ul li a {
  color: white;
  font-size: 1.6rem;
  line-height: 160%;
}
@media (min-width: 1024px) {
  header nav ul li a {
    color: black;
  }
}
header nav ul .nav__link--page {
  padding-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  header nav ul .nav__link--page {
    padding-bottom: 0;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  header nav ul .nav__link--page:last-child {
    padding-left: 2rem;
    border-left: 1px solid black;
  }
}
header nav ul .nav__link--page:last-child a {
  display: flex;
  align-items: center;
  flex-direction: row;
}
header nav ul .nav__link--page:last-child a .contact__img {
  display: none;
}
@media (min-width: 1024px) {
  header nav ul .nav__link--page:last-child a .contact__img {
    width: 22px;
    align-items: center;
    display: flex;
    margin-right: 0.8rem;
  }
}
header .nav__active {
  width: 156px;
}
header .burger {
  display: grid;
  gap: 0.8rem;
  height: max-content;
  z-index: 101;
}
@media (min-width: 1024px) {
  header .burger {
    display: none;
  }
}
header .burger__line {
  height: 2px;
  width: 25px;
  background-color: black;
  transition: 0.2s ease-in-out;
}
header .burger .line-1_active {
  transform: rotate(45deg) translate(9px, 10px);
  transition: 0.2s ease-in-out;
  background-color: white;
}
header .burger .line-2_active {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
header .burger .line-3_active {
  transform: rotate(-45deg) translate(4px, -6px);
  background-color: white;
  transition: 0.2s ease-in-out;
}

.title__wrapper {
  position: relative;
  width: max-content;
}

.title__section {
  display: grid;
  gap: 1.2rem;
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 5.6rem;
}
@media (min-width: 1024px) {
  .title__section {
    gap: 0.8rem;
    padding-bottom: 2.4rem;
  }
}
.title__section--h {
  font-size: 3.2rem;
  line-height: 100%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .title__section--h {
    font-size: 4.8rem;
  }
}
.title__section--p {
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .title__section--p {
    font-size: 2rem;
  }
}
.title__section--cover {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.title__section--white h3,
.title__section--white p {
  color: white;
}
.title__section--white .title__section--cover {
  background-color: white;
}

.title__wrapper--alignCenter {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: unset;
}
.title__wrapper--alignCenter .title__section--h,
.title__wrapper--alignCenter .title__section--text {
  text-align: center;
}

.title__wrapper--column {
  width: 100%;
}
@media (min-width: 1024px) {
  .title__wrapper--column {
    width: max-content;
  }
}

.title__section--anime {
  overflow: hidden;
}

.title__section--sm {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .title__section--sm {
    margin-bottom: 3.2rem;
  }
}
.title__section--sm .title__section--h,
.title__section--sm .title__section--text {
  text-align: left;
}

.title__section--sm::after {
  display: none;
}

.title__section::after {
  position: absolute;
  content: "";
  background-color: black;
  height: 1px;
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title__wrapper--contact {
  justify-content: center;
  margin: 0 auto;
  width: unset;
}
@media (min-width: 1024px) {
  .title__wrapper--contact h3,
  .title__wrapper--contact p {
    text-align: left;
  }
}

.banner__contact {
  background-color: black;
  padding-bottom: 5.6rem;
  margin-top: 5.6rem;
  display: grid;
}
@media (min-width: 1024px) {
  .banner__contact {
    padding-bottom: 9.6rem;
    margin-top: 8.8rem;
    grid-template-columns: 1fr 540px;
    grid-template-rows: max-content max-content;
    column-gap: 6rem;
    row-gap: 3.2rem;
  }
}
.banner__contact p,
.banner__contact h3 {
  color: white;
}
@media (min-width: 1024px) {
  .banner__contact .title__wrapper--contact {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .banner__contact .title__wrapper--contact .title__section {
    margin-bottom: 0;
  }
}
.banner__contact--text {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: -0.8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .banner__contact--text {
    grid-area: 2/1/3/2;
    font-size: 2.4rem;
    text-align: left;
  }
}
.banner__contact--btn {
  display: block;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: 64px;
  align-items: center;
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .banner__contact--btn {
    grid-area: 1/2/3/3;
    height: 88px;
    font-size: 2rem;
  }
}
.banner__contact--btn .img {
  width: 21px;
  margin-right: 0.8rem;
  padding-top: 2px;
}

footer {
  margin-bottom: 4.8rem;
}
@media (min-width: 1024px) {
  footer {
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 5.6rem;
  }
}
footer .footer__header {
  display: grid;
}
@media (min-width: 1024px) {
  footer .footer__header {
    grid-template-rows: repeat(4, max-content);
  }
}
footer .footer__header--img {
  width: 80px;
}
footer .footer__header--title {
  font-size: 2rem;
  line-height: 160%;
  margin-top: 2rem;
  font-weight: 600;
}
footer .footer__header--text {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  footer .footer__header--text {
    font-size: 1.6rem;
  }
}
footer .footer__header a {
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  footer .footer__header a {
    font-size: 1.6rem;
  }
}
footer .footer__body {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 3.2rem;
  margin-top: 4.8rem;
}
@media (min-width: 1024px) {
  footer .footer__body {
    gap: 4rem;
    align-self: flex-end;
  }
}
footer .footer__body--menu {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  footer .footer__body--menu {
    gap: 4rem;
  }
}
footer .footer__body--menu .single__menu a {
  font-size: 2rem;
  line-height: 160%;
  font-weight: 600;
}
footer .footer__body--btn {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 160%;
  padding: 1.2rem 2rem;
  height: max-content;
}
@media (min-width: 1024px) {
  footer .footer__body--btn {
    font-size: 2rem;
    padding: 1.6rem 2.4rem;
    width: max-content;
  }
}
footer .footer__body--btn .img {
  width: 22px;
  margin-right: 0.8rem;
  padding-top: 2px;
}

.primary__btn {
  background-color: black;
  color: white;
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: 600;
  position: relative;
  padding: 2rem;
  text-align: center;
  display: block;
}
@media (min-width: 1024px) {
  .primary__btn {
    font-size: 1.6rem;
  }
}

.primary__btn::after {
  content: url("../img/icon/arrow__white.svg");
  position: absolute;
  top: 32%;
  right: 5.6rem;
  display: inline-block;
  width: 32px;
  height: 7px;
}
@media (min-width: 1024px) {
  .primary__btn::after {
    right: 2rem;
    top: 40%;
    transform: translateY(-50%);
  }
}

.primary__btn--side {
  margin: 0 1.6rem;
}
@media (min-width: 1024px) {
  .primary__btn--side {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 calc((100% - 280px) / 2);
    width: 280px;
    height: 88px;
  }
}

.single__column {
  display: grid;
}
.single__column--img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  background-color: #f2f2f2;
}
.single__column--img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.single__column .cat__cnt {
  justify-content: flex-start;
  margin-bottom: 0;
}
.single__column .cat__cnt .single__cat {
  margin-top: 0.8rem;
  width: max-content;
}
.single__column--title {
  font-size: 1.4rem;
  line-height: 150%;
  margin-top: 0.4rem;
}

.single__column--white p {
  color: white;
}

.pagination__cnt {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  margin-left: -0.8rem;
}
.pagination__cnt span,
.pagination__cnt a {
  font-size: 1.4rem;
  margin-left: 0.8rem;
}
.pagination__cnt .current {
  border-bottom: 1px solid black;
}

.addLetter {
  position: relative;
}

.addLetter::before {
  position: absolute;
  font-size: 4rem;
  font-weight: bold;
  line-height: 160%;
  font-family: blithe, sans-serif;
  transform: rotate(-14deg);
  z-index: 3;
}
@media (min-width: 1024px) {
  .addLetter::before {
    font-size: 7.2rem;
  }
}

.addLetter--topAbout::before {
  content: "Column";
  color: #828282;
  left: -2.4rem;
  bottom: -2.4rem;
}
@media (min-width: 1024px) {
  .addLetter--topAbout::before {
    bottom: unset;
    top: -4rem;
    left: -12.4rem;
  }
}

.addLetter--topProfile::before {
  content: "About";
  color: black;
  right: -0.8rem;
  bottom: -2.4rem;
}
@media (min-width: 1024px) {
  .addLetter--topProfile::before {
    right: -4.4rem;
    bottom: -4rem;
  }
}

.single__cat {
  font-size: 1.2rem;
  line-height: 100%;
  margin-top: 1.2rem;
  border-bottom: 1px solid black;
  position: relative;
  padding-bottom: 0.4rem;
  margin-right: 1.2rem;
}

.single__cat::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background-color: black;
}

.single__cat:last-child {
  margin-right: 0;
}

.company__cnt {
  display: grid;
}
.company__cnt tr {
  border-top: 1px solid black;
  display: grid;
  grid-template-rows: repeat(2, max-content);
}
@media (min-width: 1024px) {
  .company__cnt tr {
    grid-template-columns: 160px 1fr;
    border: 0;
  }
}
.company__cnt tr th {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 160%;
  background-color: #f2f2f2;
  padding: 1.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .company__cnt tr th {
    padding: 2.8rem;
    border-top: 1px solid black;
  }
}
.company__cnt tr td {
  font-size: 1.6rem;
  padding: 2rem 0.8rem;
  line-height: 160%;
  text-align: center;
}
@media (min-width: 1024px) {
  .company__cnt tr td {
    padding: 2.8rem;
    border-top: 1px solid #cccccc;
    text-align: left;
  }
}
.company__cnt .single__company:last-child {
  border-bottom: 1px solid black;
}
@media (min-width: 1024px) {
  .company__cnt .single__company:last-child {
    border: 0;
  }
}
@media (min-width: 1024px) {
  .company__cnt .single__company:last-child th {
    border-bottom: 1px solid black;
  }
}
@media (min-width: 1024px) {
  .company__cnt .single__company:last-child td {
    text-wrap: nowrap;
    border-bottom: 1px solid #cccccc;
  }
}

@media (min-width: 1024px) {
  .terms__cnt {
    padding-left: calc((100vw - 385px) / 2);
    padding-right: calc((100vw - 385px) / 2);
  }
}
.terms__cnt tbody {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .terms__cnt tbody {
    gap: 3.2rem;
  }
}
.terms__cnt tbody .single__terms {
  display: grid;
  gap: 0.8rem;
}
.terms__cnt tbody .single__terms th {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}
.terms__cnt tbody .single__terms td {
  font-size: 1.6rem;
  line-height: 160%;
}

@media (min-width: 1024px) {
  .privacy__cnt {
    padding-left: calc((100vw - 560px) / 2);
    padding-right: calc((100vw - 560px) / 2);
  }
}

@media (min-width: 1024px) {
  .contact__cnt {
    padding-right: calc((100vw - 640px) / 2);
    padding-left: calc((100vw - 640px) / 2);
  }
}
.contact__cnt--text {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .contact__cnt--text {
    font-size: 2rem;
    text-align: center;
  }
}
.contact__cnt--form {
  margin-top: 5.6rem;
}
@media (min-width: 1024px) {
  .contact__cnt--form {
    margin-top: 7.2rem;
  }
}
.contact__cnt--form .wpcf7-form {
  display: grid;
  gap: 2.4rem;
}
.contact__cnt--form .wpcf7-form .contact-box {
  display: grid;
  gap: 0.4rem;
}
.contact__cnt--form .wpcf7-form .contact-box label {
  font-size: 1.6rem;
  font-weight: 600;
}
.contact__cnt--form .wpcf7-form .contact-box .wpcf7-text,
.contact__cnt--form .wpcf7-form .contact-box .wpcf7-textarea {
  width: 100%;
  padding: 0.8rem;
}
.contact__cnt--form .wpcf7-form .contact-box .wpcf7-text {
  height: 45px;
  border: 1px solid #939393;
  border-radius: 0;
}
.contact__cnt--form .wpcf7-form .contact-box .wpcf7-textarea {
  height: 200px;
}
.contact__cnt--form .wpcf7-form .contact-submit {
  position: relative;
  display: flex;
  justify-content: center;
}
.contact__cnt--form .wpcf7-form .contact-submit p {
  width: 100%;
}
@media (min-width: 1024px) {
  .contact__cnt--form .wpcf7-form .contact-submit p {
    width: 280px;
  }
}
.contact__cnt--form .wpcf7-form .contact-submit .wpcf7-submit {
  padding: 2rem;
  background-color: black;
  font-size: 1.4rem;
  color: white;
  width: calc(100% - 3.2rem);
  margin: 0 1.6rem;
  margin-top: 3.2rem;
  border: 0;
}
@media (min-width: 1024px) {
  .contact__cnt--form .wpcf7-form .contact-submit .wpcf7-submit {
    width: 280px;
    height: 88px;
    margin: 0;
    margin-top: 6.4rem;
  }
}
.contact__cnt--form .wpcf7-form .contact-submit::after {
  position: absolute;
  content: "";
  background-image: url("../img/icon/arrow__white.svg");
  display: inline-block;
  top: 50%;
  right: 5.6rem;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .contact__cnt--form .wpcf7-form .contact-submit::after {
    top: 59%;
    right: calc((100% - 280px) / 2);
  }
}

.works__link {
  display: grid;
  gap: 0.8rem;
}
@media (min-width: 1024px) {
  .works__link {
    grid-template-columns: 200px 200px;
    gap: 1.6rem;
    justify-content: center;
  }
}
.works__img {
  margin-top: 5.6rem;
}
.works__img--cnt {
  display: grid;
}

.works__img--cnt {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .works__img--cnt {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.4rem;
  }
}
.works__img--cnt .single__worksImg {
  background-color: #f2f2f2;
  height: 230px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.works__img--cnt .single__worksImg img {
  height: 100%;
  width: auto;
}

.works__video--cnt {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .works__video--cnt {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.4rem;
  }
}
.works__video--cnt .single__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.columns__cnt {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .columns__cnt {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.6rem;
    row-gap: 3.2rem;
  }
}

.about__cnt {
  display: grid;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .about__cnt {
    grid-template-columns: 400px 1fr;
    column-gap: 2.4rem;
  }
}
.about__cnt--img {
  height: 260px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .about__cnt--img {
    height: unset;
    grid-area: 2/1/3/2;
  }
}
.about__cnt--text {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 210%;
}
@media (min-width: 1024px) {
  .about__cnt--text {
    margin: 0;
    grid-area: 2/2/3/3;
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .about__cnt--reverse .title__wrapper {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 1024px) {
  .about__cnt--reverse {
    grid-template-columns: 1fr 400px;
  }
}
@media (min-width: 1024px) {
  .about__cnt--reverse .about__cnt--img {
    grid-area: 2/2/3/3;
  }
}
@media (min-width: 1024px) {
  .about__cnt--reverse .about__cnt--text {
    grid-area: 2/1/3/2;
  }
}

.cat__cnt {
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .single__columns {
    padding-left: calc((100% - 560px) / 2);
    padding-right: calc((100% - 560px) / 2);
  }
}
.single__columns--header .img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9; /* 縦横比を16:9に */
  object-fit: cover; /* coverを指定しないと画像の縦横比が崩れる */
  background-color: #f2f2f2;
  overflow: hidden;
}
.single__columns--header .img img {
  height: 100%;
  width: auto;
}
.single__columns--header .date {
  font-size: 1.4rem;
  margin-top: 3.2rem;
}
.single__columns--header .cat__cnt {
  justify-content: flex-start;
}
.single__columns--header .title {
  font-size: 1.6rem;
  margin-top: 0.8rem;
}
@media (min-width: 1024px) {
  .single__columns--header .title {
    font-size: 2rem;
  }
}
.single__columns--body h1 {
  font-size: 4rem;
  font-weight: 600;
}
.single__columns--body h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
.single__columns--body h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.single__columns--body h4 {
  font-size: 2.4rem;
  font-weight: 600;
}
.single__columns--body h5 {
  font-size: 2rem;
  font-weight: 600;
}
.single__columns--body h6 {
  font-size: 1.8rem;
  font-weight: 600;
}
.single__columns--body p,
.single__columns--body li {
  font-size: 1.6rem;
  line-height: 210%;
}

.message {
  background-image: url("../img/about/message.jpg");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  background-position: 50% 70%;
  margin-top: 5.6rem;
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}
@media (min-width: 1024px) {
  .message {
    margin-top: 9.6rem;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.message .title__section--p {
  text-align: center;
}
.message .message--text {
  font-size: 1.6rem;
  text-align: center;
  color: white;
  line-height: 175%;
}
@media (min-width: 1024px) {
  .message .message--text {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .service {
    display: grid;
    column-gap: 3.2rem;
    grid-template-columns: 1fr 490px;
  }
}
.service .title__wrapper .title__section {
  margin: 0;
}
.service .about__cnt--text {
  margin-top: -0.8rem;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .service .about__cnt--text {
    grid-area: 2/1/3/2;
    font-size: 1.4rem;
  }
}
.service__cnt {
  margin-top: 1.6rem;
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .service__cnt {
    grid-area: 2/2/3/3;
  }
}
.service__cnt .single__service {
  background-color: black;
  padding: 1.6rem 1.2rem;
}
.service__cnt .single__service p {
  color: white;
}
.service__cnt .single__service .single__service--title {
  font-size: 2.4rem;
  line-height: 100%;
  position: relative;
}
.service__cnt .single__service .single__service--title::before {
  position: absolute;
  content: "";
  background-color: white;
  height: 1px;
  width: 56px;
  bottom: -1.6rem;
  z-index: 2;
}
.service__cnt .single__service .single__service--text {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  line-height: 175%;
}

@media (min-width: 1024px) {
  .strength .title__wrapper {
    grid-area: 1/1/2/2;
  }
}

.fv {
  padding-top: 6.4rem;
}
.fv video {
  width: 100%;
}

.sv {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .sv {
    gap: 3.2rem;
  }
}
.sv h3,
.sv p {
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: bold;
}
.sv__title {
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  .sv__title {
    font-size: 3.2rem;
  }
}
.sv__text {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .sv__text {
    font-size: 1.8rem;
  }
}

.topService {
  display: grid;
  position: relative;
  margin-top: 5.6rem;
  padding-bottom: 5.6rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .topService {
    margin-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.topService__group {
  background-color: white;
  display: grid;
  gap: 5.6rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .topService__group {
    gap: 8rem;
  }
}
@media (min-width: 1024px) {
  .topService__group .topService__cnt--content {
    display: grid;
    grid-template-columns: 576px 1fr;
    align-items: center;
  }
}
.topService__group .topService__cnt--content .texts {
  padding: 1.6rem 1.2rem;
}
@media (min-width: 1024px) {
  .topService__group .topService__cnt--content .texts {
    padding: 3.2rem 2.4rem;
    grid-area: 1/1/2/2;
  }
}
.topService__group .topService__cnt--content .texts .title {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 150%;
}
.topService__group .topService__cnt--content .texts .text {
  font-size: 1.6rem;
  margin-top: 3.2rem;
  line-height: 210%;
}
.topService__group .topService__cnt--content .texts .primary__btn {
  margin-top: 1.6rem;
}
@media (min-width: 1024px) {
  .topService__group .topService__cnt--content .texts .primary__btn {
    margin-top: 3.2rem;
  }
}

.topService::after {
  content: "";
  background-color: #f2f2f2;
  height: 100%;
  width: 90%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -100;
}
@media (min-width: 1024px) {
  .topService::after {
    width: 75vw;
  }
}

.topWorks .works__video--cnt {
  margin-top: 2.4rem;
}
.topWorks .primary__btn {
  margin-top: 2.4rem;
}
@media (min-width: 1024px) {
  .topWorks .primary__btn {
    width: 280px;
    margin-top: 3.2rem;
  }
}

.topAbout {
  margin-top: 5.6rem;
  padding-bottom: 5.6rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .topAbout {
    margin-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.topAbout .topColumn__cnt {
  margin-left: -1.6rem;
  background-color: black;
  overflow-x: scroll;
  width: calc(100% + 3.2rem);
  padding: 1.6rem;
}
@media (min-width: 1024px) {
  .topAbout .topColumn__cnt {
    margin-left: 0;
    width: calc(100% + (100vw - 960px) / 2);
  }
}
.topAbout .topColumn__cnt--carousel {
  width: max-content;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(5, 300px);
  grid-template-rows: repeat(2, max-content);
}
@media (min-width: 1024px) {
  .topAbout .topColumn__cnt--carousel {
    grid-template-columns: repeat(10, max-content);
    grid-template-rows: max-content;
  }
}
@media (min-width: 1024px) {
  .topAbout .topColumn__cnt--carousel .single__column {
    width: 300px;
  }
}
.topAbout .primary__btn {
  margin-top: 2.4rem;
}
@media (min-width: 1024px) {
  .topAbout .primary__btn {
    margin-top: 3.2rem;
  }
}
.topAbout .topProfile {
  margin-top: 5.6rem;
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .topAbout .topProfile {
    margin-top: 7.2rem;
    grid-template-columns: 1fr 385px;
    align-items: center;
    gap: 0;
  }
}
.topAbout .topProfile__img {
  margin-right: 2.4rem;
  margin-left: 2.4rem;
  position: relative;
}
@media (min-width: 1024px) {
  .topAbout .topProfile__img {
    margin-left: 0;
  }
}
.topAbout .topProfile__cnt {
  margin-top: 2rem;
  background-color: white;
  padding: 1.6rem 0.8rem;
}
@media (min-width: 1024px) {
  .topAbout .topProfile__cnt {
    margin-top: 0;
    padding: 3.2rem;
    margin-left: 8rem;
    grid-area: 1/1/2/2;
  }
}
.topAbout .topProfile__cnt .primary__btn {
  margin-top: 5.6rem;
}
@media (min-width: 1024px) {
  .topAbout .topProfile__cnt .primary__btn {
    margin-left: 0;
  }
}

.topAbout::after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 7.2rem;
  z-index: -100;
}
@media (min-width: 1024px) {
  .topAbout::after {
    left: calc((100% - 960px) / 2);
  }
}/*# sourceMappingURL=main.css.map */