@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #2a3f34;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline-offset: 4px;
}

ul,
ol {
  list-style-type: none;
}

.header {
  background: #c9d2c0;
}
.header__inner {
  padding: 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 16px;
  }
}
.header__logo {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 90px;
  }
}
.header__logo a {
  transition: opacity 0.3s;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__nav-list {
  display: flex;
}
.header__nav-list > li + li {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .header__nav-list > li + li {
    margin-left: 16px;
  }
}
.header__nav-list > li a {
  text-decoration: none;
  font-size: 1.125rem;
  padding: 18px;
  color: #2a3f34;
  font-weight: bold;
  transition:
    background-color 0.3s,
    color 0.3s;
}
@media screen and (max-width: 768px) {
  .header__nav-list > li a {
    font-size: 0.875rem;
    padding: 8px;
  }
}
.header__nav-list > li a:hover {
  background-color: #2a3f34;
  color: #e0e0e0;
}

.footer {
  background: #c9d2c0;
}
.footer__inner {
  padding: 16px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.d-i {
  display: inline !important;
}

.d-none {
  display: none !important;
}

/*flex*/
.d-flex {
  display: flex;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sp-d-b {
    display: block !important;
  }
  .sp-d-ib {
    display: inline-block !important;
  }
  .sp-d-i {
    display: inline !important;
  }
  .sp-d-none {
    display: none !important;
  }
}
.m-sm {
  margin: 8px;
}

.m-m {
  margin: 16px;
}

.m-lg {
  margin: 24px;
}

.m-xl {
  margin: 48px;
}

.m-xxl {
  margin: 64px;
}

.m-xxxl {
  margin: 180px;
}

.mt-sm {
  margin-top: 8px;
}

.mt-m {
  margin-top: 16px;
}

.mt-lg {
  margin-top: 24px;
}

.mt-xl {
  margin-top: 48px;
}

.mt-xxl {
  margin-top: 64px;
}

.mt-xxxl {
  margin-top: 180px;
}

.mb-sm {
  margin-bottom: 8px;
}

.mb-m {
  margin-bottom: 16px;
}

.mb-lg {
  margin-bottom: 24px;
}

.mb-xl {
  margin-bottom: 48px;
}

.mb-xxl {
  margin-bottom: 64px;
}

.mb-xxxl {
  margin-bottom: 180px;
}

.mr-sm {
  margin-right: 8px;
}

.mr-m {
  margin-right: 16px;
}

.mr-lg {
  margin-right: 24px;
}

.mr-xl {
  margin-right: 48px;
}

.mr-xxl {
  margin-right: 64px;
}

.mr-xxxl {
  margin-right: 180px;
}

.ml-sm {
  margin-left: 8px;
}

.ml-m {
  margin-left: 16px;
}

.ml-lg {
  margin-left: 24px;
}

.ml-xl {
  margin-left: 48px;
}

.ml-xxl {
  margin-left: 64px;
}

.ml-xxxl {
  margin-left: 180px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .ml-pc-5 {
    margin-left: 5px !important;
  }
  .mr-pc-5 {
    margin-right: 5px !important;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
}
.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
}
.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
}
.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
}
.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
}
.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 768px) {
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
}
.p-sm {
  padding: 8px !important;
}

.p-m {
  padding: 16px !important;
}

.p-lg {
  padding: 24px !important;
}

.p-xl {
  padding: 48px !important;
}

.p-xxl {
  padding: 64px !important;
}

.p-xxxl {
  padding: 180px !important;
}

.pt-sm {
  padding-top: 8px !important;
}

.pt-m {
  padding-top: 16px !important;
}

.pt-lg {
  padding-top: 24px !important;
}

.pt-xl {
  padding-top: 48px !important;
}

.pt-xxl {
  padding-top: 64px !important;
}

.pt-xxxl {
  padding-top: 180px !important;
}

.pb-sm {
  padding-bottom: 8px !important;
}

.pb-m {
  padding-bottom: 16px !important;
}

.pb-lg {
  padding-bottom: 24px !important;
}

.pb-xl {
  padding-bottom: 48px !important;
}

.pb-xxl {
  padding-bottom: 64px !important;
}

.pb-xxxl {
  padding-bottom: 180px !important;
}

.pr-sm {
  padding-right: 8px !important;
}

.pr-m {
  padding-right: 16px !important;
}

.pr-lg {
  padding-right: 24px !important;
}

.pr-xl {
  padding-right: 48px !important;
}

.pr-xxl {
  padding-right: 64px !important;
}

.pr-xxxl {
  padding-right: 180px !important;
}

.pl-sm {
  padding-left: 8px !important;
}

.pl-m {
  padding-left: 16px !important;
}

.pl-lg {
  padding-left: 24px !important;
}

.pl-xl {
  padding-left: 48px !important;
}

.pl-xxl {
  padding-left: 64px !important;
}

.pl-xxxl {
  padding-left: 180px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.w-sp {
  width: 390px;
}

.w-tab {
  width: 768px;
}

.w-ms {
  width: 940px;
}

.w-m {
  width: 1040px;
}

.w-lg {
  width: 1240px;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.fw-b {
  font-weight: bold;
}

.text + .text {
  margin-top: 16px;
}

.name {
  font-family: "BIZ UDPGothic", serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .name {
    font-size: 1.5rem;
  }
}
.name__ruby {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .name__ruby {
    font-size: 0.875rem;
  }
}

.blockquote {
  background: #ccc;
  padding: 20px;
  max-width: 900px;
  margin-inline: auto;
  line-height: 1.8;
}

.mv__inner {
  position: relative;
}
.mv__heading {
  position: absolute;
  top: 50%;
  left: 10.42vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv__heading {
    left: 20px;
  }
}
.mv__heading-text {
  font-family: "BIZ UDPGothic", serif;
  font-weight: 700;
}
.mv__heading-text:first-child {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .mv__heading-text:first-child {
    font-size: 1.5rem;
  }
}
.mv__heading-text:last-child {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .mv__heading-text:last-child {
    font-size: 2rem;
  }
}

.section {
  background: #c9d2c0;
}
.section__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding: 48px 20px;
  }
}
.section.bg-white {
  background: #e0e0e0;
}

.primary-heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 3rem;
  font-family: "BIZ UDPGothic", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .primary-heading {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

.secondary-heading {
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-family: "BIZ UDPGothic", serif;
  font-weight: 700;
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .secondary-heading {
    font-size: 1.125rem;
    padding-left: 32px;
  }
}
.secondary-heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: -6px;
  top: 1em;
  left: 0;
  width: 32px;
  height: 6px;
  background: #8c6a2f;
}
@media screen and (max-width: 768px) {
  .secondary-heading::before {
    margin-top: -4px;
    width: 24px;
    height: 4px;
  }
}

.tertiary-heading {
  position: relative;
  padding-left: 16px;
  font-size: 1.25rem;
}
.tertiary-heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: -2px;
  top: 0.5em;
  left: 0;
  width: 4px;
  height: 1em;
  background: #8c6a2f;
}
.flex-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex-box {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .flex-box__item:last-child {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .flex-box.flex-box--profile .flex-box__item:last-child {
    max-width: 530px;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .flex-box.flex-box--profile .flex-box__item:last-child {
    margin-top: 24px;
    text-align: center;
  }
}

.link-button {
  display: flex;
  background-color: #165dd1;
  color: #e0e0e0;
  border: 2px solid #165dd1;
  max-width: 240px;
  width: 100%;
  padding: 16px;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  transition:
    color 0.3s,
    background-color 0.3s;
}
.link-button.w-lg {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .link-button.w-lg {
    min-width: 300px;
  }
}
.link-button .blank-icon {
  transition: filter 0.3s;
}
.link-button:hover {
  color: #165dd1;
  background-color: #e0e0e0;
}
.link-button:hover .blank-icon {
  filter: brightness(0) saturate(100%) invert(26%) sepia(90%) saturate(1516%) hue-rotate(204deg) brightness(92%) contrast(105%);
}

.button-list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .button-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .button-list__item + .button-list__item {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .button-list__item + .button-list__item {
    margin-top: 24px;
  }
}
.button-list__item .link-button {
  height: 100%;
  align-items: center;
}

.text-link {
  color: #2a3f34;
  font-weight: bold;
}
.text-link:hover {
  text-decoration: none;
}

.blank-icon {
  max-width: 1em;
  margin-left: 8px;
  vertical-align: middle;
}

.disc-list > li {
  position: relative;
  padding-left: 1.5em;
}
.disc-list > li::before {
  content: "";
  position: absolute;
  margin-top: 3px;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #2a3f34;
}
.disc-list > li + li {
  margin-top: 8px;
}

.works-list > li {
  overflow: hidden;
}
.works-list > li + li {
  margin-top: 80px;
}
.works-list__link {
  color: #2a3f34;
}
@media screen and (min-width: 768px) {
  .works-list__link:hover {
    text-decoration: none;
  }
  .works-list__link:hover .works-list__hover {
    transform: translateX(0%);
  }
}
.works-list__image {
  position: relative;
  text-align: center;
  border: 1px solid #2a3f34;
}
.works-list__description {
  margin-top: 16px;
}
.works-list__text {
  margin-top: 16px;
}
.works-list__hover {
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform ease-out 0.3s;
}
.works-list__hover-text {
  color: #e0e0e0;
  font-size: 1.5rem;
  position: relative;
}
.works-list__hover-text::after {
  content: "";
  position: absolute;
  margin-top: -2px;
  top: 0.5em;
  right: -48px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 24px;
  aspect-ratio: 1;
  background-color: #e0e0e0;
}

.tag-list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .tag-list {
    flex-wrap: wrap;
  }
}
.tag-list__item {
  font-size: 0.875rem;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #2a3f34;
  border-radius: 8px;
  padding: 2px 10px;
}

.numbered-list {
  list-style-type: decimal;
  padding-left: 20px;
}
.numbered-list > li + li {
  margin-top: 8px;
}
html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
