@charset "UTF-8";
.pankzu {
  margin: 0 auto;
  max-width: 1240px;
}
.pankzu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}
.pankzu__item {
  position: relative;
  font-size: 10px;
  color: #c1c1c1;
  padding: 0 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  white-space: normal;
  min-width: 0;
  flex-shrink: 1;
  text-align: center;
  line-height: 1.45;
}
.pankzu__item a {
  color: #c1c1c1;
  text-decoration: none;
  transition: color 0.2s;
}
.pankzu__item a:hover {
  color: #bfa046;
}
.pankzu__item::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #bfa046;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.pankzu__item:last-child::after {
  display: none;
}
.pankzu__item:last-child {
  white-space: normal;
  min-width: 0;
  flex-shrink: 1;
  text-align: left;
  word-break: break-all;
}

.firstview {
  padding: 0 3%;
}
.firstview__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 6% 0;
  align-items: center;
  text-align: center;
}
.firstview__inner h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .firstview__inner h1 {
    font-size: 24px;
    margin-bottom: 10px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.firstview__inner p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .firstview__inner p {
    font-size: 12px;
    line-height: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.firstview .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .firstview {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .firstview .sp-only {
    display: block;
  }
}

.career-sections {
  padding: 4% 3%;
  background-color: #F0EBE9;
}
@media screen and (max-width: 768px) {
  .career-sections {
    padding: 8% 3%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-sections__inner {
  padding: 0 6%;
  max-width: 1240px;
  background-color: #fff;
  border-radius: 16px;
  margin: 0 auto;
}
.career-sections__inner-box {
  max-width: 1024px;
  margin: 0 auto;
  padding: 4% 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .career-sections__inner-box {
    padding: 8% 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-sections__title {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 2em;
}
.career-sections__icon {
  width: 64px;
  height: auto;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .career-sections__icon {
    width: 48px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-sections__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  position: relative;
}
.career-sections__ja {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-style: normal;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .career-sections__ja {
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-sections__en {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-style: normal;
  font-size: 24px;
  color: #bfa046;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .career-sections__en {
    font-size: 16px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-sections__en::before {
  content: "";
  position: absolute;
  bottom: 20%;
  right: -50%;
  width: 40%;
  height: 2px;
  background: #bfa046;
}

.career-sections__list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-top: 2em;
}

.career-sections__item {
  background: #fff;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: none;
  padding: 2em 1.5em 1em 1.5em;
  position: relative;
}
.career-sections__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .career-sections__item {
    padding: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.career-sections__item-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 20px;
  color: #bfa046;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0 0 1em 0;
  padding-bottom: 0.2em;
  position: relative;
  display: block;
  line-height: 1.5;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .career-sections__item-title {
    font-size: clamp(16px, 1.5vw, 18px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-sections__item-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #bfa046 0%, #bfa046 30%, #f3f0eb 30%, #f3f0eb 100%);
  border-radius: 2px;
  z-index: 1;
}

.career-sections__item-number {
  display: inline-block;
  background: #bfa046;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .career-sections__item-number {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-right: 8px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.career-sections__item-content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #222;
  margin: 0;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .career-sections__item-content {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-sections__item-content h3 {
  font-size: clamp(12px, 1.5vw, 14px) !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.career-sections__item-content h3 span {
  font-size: clamp(12px, 1.5vw, 14px) !important;
}
.career-sections__item-content p {
  margin: 0 0 1em 0;
  line-height: 1.25rem;
}
.career-sections__item-content p small {
  font-size: 0.5rem;
}
.career-sections__item-content p:last-child {
  margin-bottom: 0;
}
.career-sections__item-content ul {
  margin-bottom: 20px;
}
.career-sections__item-content ul li {
  font-size: clamp(12px, 1.5vw, 12px);
  list-style: disc;
  list-style-position: inside;
  line-height: 24px;
  margin-left: 3%;
}
.career-sections__item-content ul li span {
  font-size: clamp(10px, 1.5vw, 10px);
}
.career-sections__item-content ol {
  margin-bottom: 20px;
}
.career-sections__item-content ol li {
  font-size: clamp(12px, 1.5vw, 12px);
  list-style: numbers;
  list-style-position: inside;
  line-height: 24px;
  margin-left: 3%;
}
.career-sections__item-content ol li span {
  font-size: clamp(10px, 1.5vw, 10px);
}

.career-checklist {
  margin: 0;
}

.career-checklist__item {
  margin-bottom: 1em;
  border: solid 1px #bfa046;
  padding: 2rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 60px;
}
.career-checklist__item:last-child {
  margin-bottom: 0;
}

.career-checklist__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  color: #bfa046;
  margin: 0 0 0.5em 0;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: solid 1px #bfa046;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .career-checklist__item-title {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-checklist__item-title::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../image/carrer-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.career-checklist__item-content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: clamp(12px, 1.5vw, 15px);
  color: #222;
  margin: 0;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .career-checklist__item-content {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-checklist__item-content p {
  margin: 0 0 1em 0;
  line-height: 1.5rem;
  font-size: clamp(12px, 1.5vw, 14px);
}
.career-checklist__item-content p:last-child {
  margin-bottom: 0;
}

.career-bullet-list {
  margin: 0;
  padding-left: 1.5em;
}

.career-bullet-list__item {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #222;
  margin: 0 0 0.5em 0;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .career-bullet-list__item {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-bullet-list__item:last-child {
  margin-bottom: 0;
}
.career-bullet-list__item p {
  margin: 0 0 1em 0;
}
.career-bullet-list__item p:last-child {
  margin-bottom: 0;
}

.career-numbered-list {
  margin: 0;
  padding-left: 1.5em;
}

.career-numbered-list__item {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #222;
  margin: 0 0 0.5em 0;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .career-numbered-list__item {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-numbered-list__item:last-child {
  margin-bottom: 0;
}
.career-numbered-list__item p {
  margin: 0 0 1em 0;
}
.career-numbered-list__item p:last-child {
  margin-bottom: 0;
}

.career-single {
  padding: 2% 0;
}

.career-detail-header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 6% 0;
  align-items: center;
  text-align: center;
}

.career-detail-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin: 0 0 1em 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .career-detail-title {
    font-size: clamp(16px, 1.5vw, 24px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.career-detail-meta span {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .career-detail-meta span {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.career-detail-content {
  margin-bottom: 3em;
}

.career-additional-content {
  margin-top: 2em;
  padding: 2em;
  background: #f9f9f9;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .career-additional-content {
    padding: 1em;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.career-detail-footer {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #eee;
}

.career-apply-section {
  text-align: center;
  margin-bottom: 2em;
}

.career-apply-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 768px) {
  .career-apply-title {
    font-size: 18px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.career-apply-description {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #666;
  margin: 0 0 1.5em 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .career-apply-description {
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.career-apply-btn {
  display: inline-block;
  background: #bfa046;
  color: #fff;
  padding: 1em 2em;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .career-apply-btn {
    padding: 0.8em 1.5em;
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.career-apply-btn:hover {
  background: #a68a3a;
  color: #fff;
}

.career-navigation {
  text-align: center;
}

.career-back-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #bfa046;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.career-back-btn:hover {
  color: #a68a3a;
}

.form-btn a {
  background-color: #2D2D2D;
  width: 40%;
  padding: 3% 0;
  margin: 5% auto;
  color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/cta-arrow-w.svg);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: clamp(12px, 1.25vw, 16px);
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .form-btn a {
    width: 80%;
    margin-top: 10%;
    padding: 5% 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.price-table-section {
  padding: 4% 3%;
  background-color: #F0EBE9;
}
@media screen and (max-width: 768px) {
  .price-table-section {
    padding: 8% 3%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table-section .price-table-section__inner {
  padding: 0 6%;
  background-color: #fff;
  border-radius: 16px;
  margin: 0 auto;
}
.price-table-section .price-table-section__inner .price-table-section__inner-box {
  max-width: 940px;
  margin: 0 auto;
  padding: 4% 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .price-table-section .price-table-section__inner .price-table-section__inner-box {
    padding: 8% 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table-section .price-table__title {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
.price-table-section .price-table__title .price-table__icon {
  width: 64px;
  height: auto;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .price-table-section .price-table__title .price-table__icon {
    width: 48px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table-section .price-table__title .price-table__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  position: relative;
}
.price-table-section .price-table__title .price-table__texts .price-table__ja {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-style: normal;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .price-table-section .price-table__title .price-table__texts .price-table__ja {
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table-section .price-table__title .price-table__texts .price-table__en {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-style: normal;
  font-size: 24px;
  color: #bfa046;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .price-table-section .price-table__title .price-table__texts .price-table__en {
    font-size: 16px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table-section .price-table__title .price-table__texts .price-table__en::before {
  content: "";
  position: absolute;
  bottom: 20%;
  right: -50%;
  width: 40%;
  height: 2px;
  background: #bfa046;
}
.price-table-section .price-table__title .price-table__line {
  display: inline-block;
  height: 2px;
  background: #bfa046;
  width: 50px;
  margin-left: 1.5em;
  flex-shrink: 0;
}
.price-table-section .price-table-list {
  border-bottom: solid 1px #eeeeee;
}
@media (max-width: 1024px) {
  .price-table-section .price-table-list {
    overflow-x: scroll;
  }
}

.price-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding-bottom: 1em;
}

.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .price-table {
    width: auto;
    min-width: -moz-max-content;
    min-width: max-content;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table th, .price-table td {
  padding: 1.2em 1em;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  border: 1px solid #eeeeee;
}
.price-table th {
  background: #bfa046;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.price-table td {
  border-bottom: none !important;
}
.price-table td:last-child:not([rowspan]) {
  max-width: 100%;
}
.price-table .special {
  display: block;
  width: 75px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 1em;
  background: #e75699;
  color: #FFF;
  padding: 8px 6px;
  border-radius: 6px;
}
.price-table .price-table__subject {
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  width: 330px;
  background-color: #fffef6;
}
.price-table .price-table__subject small {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .price-table .price-table__subject {
    width: 160px;
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .price-table .price-table__subject small {
    font-size: 8px;
  }
}
.price-table .price-table__count {
  width: 100px;
  text-align: center;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .price-table .price-table__count {
    width: 80px;
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table .price-table__price {
  text-align: right;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .price-table .price-table__price {
    width: 120px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table .price-table__price {
  flex-direction: column;
  text-align: right;
  max-width: none;
}
.price-table .price-table__price .price-table__price-ex {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .price-table .price-table__price .price-table__price-ex {
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table .price-table__price .price-table__price-in {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .price-table .price-table__price .price-table__price-in {
    font-size: 8px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-table .price-table__description {
  border-left: none;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  width: 200px;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .price-table .price-table__description {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .price-table .price-table__description:only-child, .price-table .price-table__description:last-child:not(.price-table__subject):not(.price-table__count):not(.price-table__price) {
    max-width: auto;
    padding-right: 1em;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.price-table-scroll-hint {
  display: none;
  align-items: center;
  color: #bfa046;
  font-size: 13px;
  margin-bottom: 0.5em;
  gap: 0.5em;
}
.price-table-scroll-hint svg {
  animation: hint-move 1.2s infinite alternate;
}
@keyframes hint-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}

@media (max-width: 1024px) {
  .price-table-scroll-hint {
    display: flex;
  }
}
/* 料金表グループ用のスタイル */
.price-group-section {
  margin-bottom: 60px;
}
.price-group-section__title {
  font-size: 21px;
  padding-left: 10px;
  border-left: 4px solid #bfa046;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price-group-section__title {
    font-size: 18px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.price-category-section {
  margin-bottom: 30px;
}
.price-category-section__title {
  font-size: 18px;
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px solid #bfa046;
  line-height: 1.2;
  background: none;
  border: none;
  border-bottom: 1px solid #bfa046;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-family: inherit;
  color: black;
}
.price-category-section__title:hover {
  background-color: #f9f9f9;
}
.price-category-section__title.is-active {
  border-bottom-color: #bfa046;
  color: black;
}
@media screen and (max-width: 768px) {
  .price-category-section__title {
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-category-section__content {
  display: none;
  padding: 20px 0;
}
.price-category-section__content.is-open {
  display: block;
}

.accordion-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.price-category-section__title.is-active .accordion-arrow {
  transform: rotate(90deg);
}

.price-category-notes {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff8f8;
  border-radius: 6px;
  border: 1px solid #f0e3e3;
  color: #eb7474;
  font-size: 0.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .price-category-notes {
    font-size: 0.7rem;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.price-category-notes li {
  margin-top: 0.7em;
}
.price-category-notes li:last-child {
  margin-top: 0;
}

.nav {
  padding-bottom: 60px;
}

.nav__arrow {
  width: 20px;
  height: 20px;
  top: 20px;
  transform: rotate(90deg) scaleY(-1);
}
@media screen and (max-width: 768px) {
  .nav__arrow {
    top: 20px;
    width: 12px;
    height: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}