/* --------------------------------- */
.guideline-contents {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(80px, 10vw, 120px);
}
.guideline-side {
  margin-block-end: clamp(20px, 3vw, 40px);
  padding: clamp(20px, 3vw, 40px);
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .guideline-side {
    grid-column: 1/3;
  }
}
.guideline-side dt {
  font-size: clamp(1rem, 0.914rem + 0.32vw, 1.25rem);
  font-weight: 700;
}
.guideline-side dd {
  font-size: clamp(0.875rem, 0.832rem + 0.16vw, 1rem);
}
.guideline-side .inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 100px;
}
@media screen and (min-width: 1024px) {
  .guideline-side .inner {
    gap: 20px;
  }
}
.guideline-side__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .guideline-side__item {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
  }
}
.guideline-side__item[data-name=occupation] .title:before {
  background-image: url(../../assets/images/common/icon_people.svg);
}
.guideline-side__item[data-name=area] .title:before {
  background-image: url(../../assets/images/common/icon_pin.svg);
}
.guideline-side__item[data-name=type] .title:before {
  background-image: url(../../assets/images/common/icon_document.svg);
}
.guideline-side .title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(1rem, 0.957rem + 0.16vw, 1.125rem);
  font-weight: 500;
  line-height: 1.2;
}
.guideline-side .title:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .guideline-side .title {
    grid-column: 1/3;
  }
}
.guideline-side ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media screen and (min-width: 1024px) {
  .guideline-side ul {
    grid-column: 3/13;
  }
}
.guideline-side li {
  position: relative;
  font-size: clamp(0.875rem, 0.832rem + 0.16vw, 1rem);
  line-height: 1.2;
}
.guideline-side li input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.guideline-side li input[type=checkbox]:checked + label:before {
  border-color: var(--accent-color);
}
.guideline-side li input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.guideline-side li label {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
}
.guideline-side li label:before, .guideline-side li label:after {
  content: "";
  display: block;
  box-sizing: border-box;
}
.guideline-side li label:before {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.guideline-side li label:after {
  width: 10px;
  height: 5px;
  border-inline-start: 2px solid var(--accent-color);
  border-block-end: 2px solid var(--accent-color);
  border-radius: 1px;
  position: absolute;
  top: calc(50% - 4px);
  left: 3px;
  z-index: 1;
  opacity: 0;
  transform: rotate3d(0, 0, -1, 45deg);
  transform-origin: center;
}
.guideline-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(80px, 10vw, 120px);
}
@media screen and (min-width: 1024px) {
  .guideline-wrapper {
    grid-column: 4/13;
  }
}
.guideline-new a {
  padding: clamp(20px, 5vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid var(--accent-color);
  border-radius: 20px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 250ms ease;
}
.guideline-new a:hover {
  background-color: rgba(0, 190, 185, 0.1);
}
.guideline-new a figure {
  width: clamp(240px, 30vw, 400px);
  margin-block-end: clamp(10px, 1vw, 20px);
}
.guideline-new a figure img {
  width: 100%;
}
.guideline-new a .inner .title {
  font-size: clamp(1.25rem, 0.992rem + 0.96vw, 2rem);
  text-align: center;
  color: var(--accent-color);
}
.guideline-new a .inner .text {
  font-size: clamp(0.875rem, 0.832rem + 0.16vw, 1rem);
  text-align: center;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 1024px) {
  .guideline-new {
    grid-column: 1/13;
  }
  .guideline-new a {
    border: 4px solid var(--accent-color);
  }
}
.guideline-section {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 40px);
}
.guideline-section__title {
  width: 100%;
  padding-block-end: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  font-weight: 500;
}
.guideline-section__title:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--accent-color);
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.guideline-section__title .jp {
  font-size: clamp(1.5rem, 1.242rem + 0.96vw, 2.25rem);
  line-height: 1.2;
}
.guideline-section__title .en {
  font-size: clamp(0.75rem, 0.664rem + 0.32vw, 1rem);
  line-height: 1.6;
  color: var(--accent-color);
}
@media screen and (min-width: 1024px) {
  .guideline-section__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
  .guideline-section__title .jp {
    line-height: 1.6;
  }
  .guideline-section__title .en {
    line-height: 2;
  }
}
.guideline-menu {
  width: 100%;
  margin-block-end: clamp(40px, 5vw, 80px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  list-style: none;
}
.guideline-menu li a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--accent-color);
  text-decoration: none;
  box-sizing: border-box;
  font-size: clamp(1rem, 0.828rem + 0.64vw, 1.5rem);
  transition: all 250ms ease;
}
@media screen and (min-width: 1024px) {
  .guideline-menu li a {
    height: 80px;
  }
}
.guideline-menu li a:hover, .guideline-menu li a.active {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.guideline-menu li:first-child a {
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .guideline-menu li:first-child a {
    border-radius: 20px 0 0 20px;
  }
}
.guideline-menu li:last-child a {
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 1024px) {
  .guideline-menu li:last-child a {
    border-radius: 0 20px 20px 0;
  }
}
.guideline-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5vw, 80px);
  list-style: none;
}
@media screen and (min-width: 1280px) {
  .guideline-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}
.guideline-list li.hide {
  display: none;
}
.guideline-list li a {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 250ms ease;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .guideline-list li a {
    padding: 40px;
    gap: 10px;
  }
}
.guideline-list li a:hover {
  background-color: rgba(0, 190, 185, 0.1);
  border: 1px solid var(--accent-color);
}
.guideline-list .category {
  height: 32px;
  display: flex;
  border: 1px solid var(--accent-color);
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: -16px;
  left: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .guideline-list .category {
    left: 40px;
  }
}
.guideline-list .category span {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-inline-end: 1px solid var(--accent-color);
  font-size: 0.875rem;
  color: var(--accent-color);
  box-sizing: border-box;
}
.guideline-list .category span:last-child {
  border-inline-end: none;
}
.guideline-list .title {
  font-size: clamp(1.25rem, 1.164rem + 0.32vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--accent-color);
}
.guideline-list .text {
  font-size: clamp(0.875rem, 0.8535rem + 0.08vw, 0.9375rem);
  line-height: 1.6;
  color: rgb(0, 0, 0);
}
.guideline-list .data {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0 10px;
  font-size: clamp(0.875rem, 0.8535rem + 0.08vw, 0.9375rem);
}
.guideline-list .data dt {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(0, 0, 0, 0.6);
}
.guideline-list .data dt:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: var(--accent-color);
  border-radius: 3px;
}
.guideline-list .data dd {
  font-size: clamp(0.9375rem, 0.916rem + 0.08vw, 1rem);
  color: rgb(0, 0, 0);
}
.guideline-detail {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 80px);
}
.guideline-detail p {
  font-size: clamp(1rem, 0.914rem + 0.32vw, 1.25rem);
}
.guideline-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(20px, 3vw, 40px);
}
.guideline-header .category {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.guideline-header .category li a {
  height: 36px;
  padding-inline: 10px;
  display: flex;
  align-items: center;
  border: 1px solid var(--accent-color);
  border-radius: 18px;
  font-size: clamp(0.875rem, 0.832rem + 0.16vw, 1rem);
  text-decoration: none;
  transition: all 250ms ease;
}
.guideline-header .category li a:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
@media screen and (min-width: 1024px) {
  .guideline-header .category li a {
    height: 48px;
    border-radius: 24px;
  }
}
.guideline-header .category span {
  display: flex;
  padding-inline: 15px;
  align-items: center;
  border-inline-end: 1px solid var(--accent-color);
  font-size: clamp(0.875rem, 0.832rem + 0.16vw, 1rem);
  color: var(--accent-color);
}
@media screen and (min-width: 1024px) {
  .guideline-header .category span {
    padding-inline: 20px;
  }
}
.guideline-header .category span:last-child {
  border-inline-end: 0;
}
.guideline-header h3 {
  font-size: clamp(2rem, 1.656rem + 1.28vw, 3rem);
  font-weight: 700;
  line-height: 1.4;
}
.guideline-table {
  border-block-end: 1px dotted rgba(0, 0, 0, 0.6);
}
.guideline-table dl {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding-block: clamp(20px, 3vw, 40px);
  border-block-start: 1px dotted rgba(0, 0, 0, 0.6);
  font-size: clamp(1rem, 0.914rem + 0.32vw, 1.25rem);
}
@media screen and (min-width: 1024px) {
  .guideline-table dl {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
}
.guideline-table dt {
  grid-column: 1/3;
  color: var(--accent-color);
}
.guideline-table dd {
  grid-column: 3/13;
}
.guideline-table .list {
  padding-inline-start: 1em;
}
.guideline-entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.guideline-entry a {
  height: clamp(60px, 5vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  border-radius: clamp(30px, 2.5vw, 50px);
  font-size: clamp(1.25rem, 1.164rem + 0.32vw, 1.5rem);
  font-weight: 700;
  text-decoration: none;
  color: var(--white-color);
  box-sizing: border-box;
  transition: all 250ms ease;
}
.guideline-entry a:hover {
  background-color: var(--white-color);
  color: var(--accent-color);
}
@media screen and (min-width: 1024px) {
  .guideline-entry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.guideline-rario {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-block-start: clamp(80px, 10vw, 120px);
}
.guideline-rario .head .title {
  font-size: clamp(1.125rem, 0.996rem + 0.48vw, 1.5rem);
  font-weight: 600;
  line-height: 1.6;
}
.guideline-rario .head span {
  font-size: clamp(0.75rem, 0.7285rem + 0.08vw, 0.8125rem);
}
.guideline-rario .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0;
  border-block-start: 1px solid rgba(0, 0, 0, 0.15);
}
.guideline-rario .list dt,
.guideline-rario .list dd {
  height: 60px;
  display: flex;
  align-items: center;
  border-block-end: 1px solid rgba(0, 0, 0, 0.15);
  font-size: clamp(0.875rem, 0.832rem + 0.16vw, 1rem);
}
.guideline-rario .list dt span,
.guideline-rario .list dd span {
  font-size: clamp(1.25rem, 1.164rem + 0.32vw, 1.5rem);
}
.guideline-rario .list dd {
  justify-content: end;
}
.guideline-rario h3 {
  margin-block-end: 20px;
  font-size: clamp(1.25rem, 1.164rem + 0.32vw, 1.5rem);
  font-weight: 600;
  text-align: center;
}
.guideline-rario table {
  width: 100%;
  border-block-start: 1px solid rgba(0, 0, 0, 0.15);
}
.guideline-rario table th,
.guideline-rario table td {
  padding-block: 10px;
  border-inline-end: 1px solid rgba(0, 0, 0, 0.15);
  border-block-end: 1px solid rgba(0, 0, 0, 0.15);
  font-size: clamp(0.875rem, 0.832rem + 0.16vw, 1rem);
  text-align: center;
}
.guideline-rario table th:last-child,
.guideline-rario table td:last-child {
  border-inline-end: 0;
}
.guideline-rario table th {
  font-weight: 400;
}
.guideline-rario span {
  display: block;
  font-size: 0.8125rem;
  text-align: end;
}
@media screen and (min-width: 1024px) {
  .guideline-rario .head {
    grid-column: 1/5;
  }
  .guideline-rario .list {
    grid-column: 6/13;
  }
  .guideline-rario br {
    display: none;
  }
}