@charset "UTF-8";
body {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  color: #535353;
}

button {
  color: #000;
  background: transparent;
  border: none;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px 6px 30px;
  width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .button {
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__icon-path {
    fill: #baa399;
  }
  .button:hover .button__text {
    color: #baa399;
  }
}
.button--bg {
  background-color: #fff;
}
.button--bg .button__text {
  color: #baa399;
}
@media screen and (min-width: 768px) {
  .button--bg {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .button--bg:hover {
    opacity: 0.7;
  }
}
.button--border {
  border: 1px solid #fff;
}
.button--border .button__text {
  color: #fff;
}
.button--more {
  padding: 6px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #baa399;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .button--more {
    -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .button--more:hover {
    background-color: #fff;
    border-color: #baa399;
    color: #baa399;
  }
}

.button__icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button__icon-path {
  fill: #fff;
}
.button__icon-path--contact {
  fill: #baa399;
}

.button__text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}
.button__text--more {
  margin-left: 0;
}
.button__text--x {
  font-size: 18px;
  padding-left: 14px;
}

@media screen and (min-width: 768px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main {
  margin-top: 88px;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 0;
    -ms-flex-preferred-size: 79.2%;
        flex-basis: 79.2%;
  }
}

.lower-pageTop {
  padding-block: 40px;
  text-align: center;
  background: #ede3e0;
}
@media screen and (min-width: 768px) {
  .lower-pageTop {
    padding-block: 60px;
  }
}

.heading-title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .heading-title-en {
    font-size: 60px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 20px;
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    max-width: 944px;
    margin: 40px auto 0;
  }
}

.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  margin: 0 8px;
  color: #666;
}

.header {
  background-color: #baa399;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    -ms-flex-preferred-size: 20.8%;
        flex-basis: 20.8%;
    padding: 50px 20px;
  }
}

.header__container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__container {
    width: 160px;
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
}

.header__logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header__logo {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
}

.header__contents {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__contents {
    display: block;
    margin-top: 28px;
  }
}

.header__nav-item + .header__nav-item {
  margin-top: 24px;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 30px;
  right: 28px;
  width: 28px;
  height: 24px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 11px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -11px;
}
@media screen and (min-width: 768px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: rotate 0.3s ease, translate 0.3s ease;
  transition: rotate 0.3s ease, translate 0.3s ease;
}

.drawer {
  position: fixed;
  z-index: 101;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #baa399;
  overflow-y: scroll;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.drawer.js-show {
  top: 88px;
}
@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
}

.drawer__inner {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 60px 40px;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.drawer__list li a {
  color: #fff;
  font-size: 20px;
  line-height: normal;
}

.fv {
  position: relative;
}

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

.fv__contents {
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: auto;
  text-align: center;
}

.fv__heading {
  font-family: "Caveat", serif;
  color: #726151;
  font-size: clamp(3.125rem, 0.136rem + 12.76vw, 6.25rem);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .fv__heading {
    font-size: clamp(5rem, 3.571rem + 2.98vw, 6.25rem);
  }
}

.fv__desc {
  margin-top: 20px;
  color: #726151;
}
@media screen and (min-width: 768px) {
  .fv__desc {
    color: #726151;
    width: 700px;
    width: min(680px, 100%);
    padding: 20px 40px;
    margin-inline: auto;
  }
}

.fv__desc-main {
  display: block;
  font-size: clamp(1.75rem, 0.076rem + 7.14vw, 3.5rem);
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__desc-main {
    font-size: clamp(2.5rem, 1.929rem + 1.19vw, 3rem);
  }
}

.fv__desc-sub {
  display: block;
  margin-top: clamp(0.75rem, 0.272rem + 2.04vw, 1.25rem);
  font-size: clamp(0.813rem, 0.394rem + 1.79vw, 1.25rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__desc-sub {
    font-size: 20px;
  }
}

.section {
  padding: 48px 0;
}

.section__inner {
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
}

.section__head {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .section__head {
    margin-bottom: 24px;
  }
}
.section__head--center {
  text-align: center;
}

.section__head-main {
  display: block;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section__head-main {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__head-main {
    font-size: 54px;
  }
}

.section__head-sub {
  display: block;
  font-size: 11px;
}

.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
}

.section__contents {
  margin-top: 40px;
}

.service {
  background-color: #ede3e0;
}

@media screen and (min-width: 768px) {
  .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
}

.service__item + .service__item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .service__item + .service__item {
    margin-top: 0;
  }
}

.service__item-img {
  text-align: center;
  margin-bottom: 14px;
}
.service__item-img img {
  height: 60px;
}

.service__item-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.service__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.service__skill {
  margin-top: 40px;
}

.service__skill-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .service__skill-title {
    font-size: 48px;
  }
}

.service__skill-items {
  margin-top: 24px;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 28px;
}
@media screen and (min-width: 768px) {
  .service__skill-items {
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}

.service__skill-item-name {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.works__swiper-container,
.works__swiper,
.works__swiper-wrapper,
.works__swiper-slide {
  position: relative;
}

.works__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.works__btn {
  margin-top: 80px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.works__award {
  margin-top: 48px;
  position: relative;
}

.works__award-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .works__award-title {
    font-size: 48px;
  }
}

.works__award-text {
  margin-top: 24px;
  text-align: center;
}
.works__award-text a {
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.works__award-certificate {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works__award-certificate img {
    width: 40%;
  }
}

.works__award-btn {
  margin-top: 28px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  left: -12px;
}

.swiper-button-next {
  right: -12px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 30px);
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9d9d9;
  margin-inline: 5.5px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #baa399;
}

@media screen and (min-width: 768px) {
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}

.about__img {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .about__img {
    margin-bottom: 0;
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.about__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.about__text {
  font-size: 16px;
  line-height: 1.6;
}
.about__text + .about__text {
  margin-top: 1em;
}

.flow {
  background-color: #ede3e0;
}

.flow__list {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.flow__item {
  position: relative;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 46px 16px 24px;
}
.flow__item + .flow__item {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .flow__item + .flow__item {
    margin-top: 0;
  }
}

.flow__item-num {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  background-color: #baa399;
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.flow__item-img {
  margin-bottom: 24px;
  text-align: center;
}

.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.flow__item-text {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}

.message__img {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .message__img {
    margin-bottom: 0;
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.message__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .message__text-contents {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.message__text {
  font-size: 16px;
  line-height: 1.6;
}
.message__text + .message__text {
  margin-top: 1em;
}

.page-bottom {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-bottom__item {
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .page-bottom__item {
    padding: 54px 10px;
  }
}
.page-bottom__item--contact {
  background-color: #6f6f6f;
}
.page-bottom__item--twitter {
  background-color: #baa399;
}

.footer {
  text-align: center;
  padding: 10px;
}

.footer__copy {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}

/*====================
  WORKS
====================*/
.works-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.works-tabs__item {
  padding: 7px 14px;
  border: 1px solid #baa399;
  border-radius: 6px;
  background: #fff;
  color: #535353;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.works-tabs__item[aria-selected=true] {
  background: #baa399;
  color: #fff;
  pointer-events: none;
}
.works-tabs__item[aria-selected=false] {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .works-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    background-color: #ede3e0;
  }
}

.works-tabs__contents {
  margin-top: 20px;
}

.works-tabs__content-wrap {
  display: none;
}
.works-tabs__content-wrap.js-show {
  display: block;
}

.works-tabs__content {
  padding-block: 30px;
}
.works-tabs__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .works-tabs__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.card__img img {
  border-radius: 10px 10px 0 0;
}

.card__body {
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.card__category {
  display: grid;
  place-items: center;
  background: #baa399;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 3px;
}

.card__title {
  margin-top: 10px;
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.contact__head span.--must {
  position: relative;
  display: inline-block;
}
.contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  left: calc(100% + 14px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  padding: 1px 6px 2px;
  border-radius: 4px;
  background: #baa399;
  color: #fff;
  white-space: nowrap;
}

.contact__data {
  margin-top: 8px;
}

.contact__acceptance {
  text-align: center;
}
.contact__acceptance a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.contact__submit {
  margin-top: 30px;
}

input[type=text],
input[type=email],
textarea {
  border-radius: 6px;
  width: 100%;
  border: none;
  padding: 12px;
  background: #f0f0f0;
  color: #000;
  line-height: normal;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6f6f6f;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  color: #6f6f6f;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6f6f6f;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6f6f6f;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #6f6f6f;
}

textarea {
  height: 200px;
  resize: vertical;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox span {
  display: inline-block;
  line-height: normal;
  padding-left: 30px;
  position: relative;
}
.contact__data-checkbox span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
.contact__data-checkbox span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  rotate: 45deg;
  opacity: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  text-align: center;
}
.contact__submit input[type=submit] {
  display: inline-block;
  background: #000;
  background: #baa399;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  padding: 11px 63px;
}

.lower-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  -webkit-border-after: 2px solid #535353;
          border-block-end: 2px solid #535353;
}
@media screen and (min-width: 768px) {
  .lower-section__title {
    font-size: 40px;
  }
}

.works__skills {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.works__skill {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #535353;
  border-radius: 30px;
  padding: 8px 16px;
  line-height: 1;
}

.works__wrap {
  margin-top: 40px;
}
.works__image.--certificate {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .works__image.--certificate {
    width: 50%;
    margin-inline: auto;
  }
}

.works__content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.works__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  background: #baa399;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.works__data {
  margin-top: 8px;
}

.works__text {
  font-family: "Noto Sans JP", sans-serif;
}
.works__text + .works__text {
  margin-top: 8px;
}

.works__link {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
}

.works__comment {
  font-family: "Noto Sans JP", sans-serif;
}

.works__detail {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 18px;
  position: relative;
}
.works__detail::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.works__detail a {
  text-decoration: underline;
  font-weight: 700;
}
.works__detail + .works__detail {
  margin-top: 4px;
}

.thanks__text-wrap {
  margin-block: 230px;
  text-align: center;
}

.thanks__text {
  font-size: 24px;
}
.thanks__text + .thanks__text {
  margin-top: 24px;
}