@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.jinzai__wrapper {
  -webkit-padding-before: 32px;
          padding-block-start: 32px;
}
@media screen and (min-width: 768px) {
  .jinzai__wrapper {
    -webkit-padding-before: 86px;
            padding-block-start: 86px;
  }
}
.jinzai__inner {
  padding-inline: 16px;
  max-width: 1232px;
  margin-inline: auto;
}
.jinzai__overview {
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
}
@media screen and (min-width: 768px) {
  .jinzai__overview {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
.jinzai__bg-blue {
  background-color: #d9f6fa;
  padding-inline: 16px;
  padding-block: 24px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .jinzai__bg-blue {
    padding-block: 96px;
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
.jinzai__white-section {
  background-color: #fff;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 16px;
  padding-block: 36px;
  border-radius: 20px;
}
.jinzai__white-section + .jinzai__white-section {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (min-width: 768px) {
  .jinzai__white-section {
    padding-block: 96px;
  }
  .jinzai__white-section + .jinzai__white-section {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
.jinzai__white-inner {
  background-color: #fff;
  max-width: 880px;
  margin-inline: auto;
}
.jinzai__small-section {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (min-width: 768px) {
  .jinzai__small-section {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.jinzai .heading-level2 {
  font-size: 4.8rem;
  letter-spacing: 6px;
  color: #05c3de;
  text-align: center;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (min-width: 768px) {
  .jinzai .heading-level2 {
    font-size: 12rem;
    letter-spacing: 16px;
    -webkit-margin-after: 64px;
            margin-block-end: 64px;
  }
}
.jinzai .heading-level3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  padding: 16px 24px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  background-color: #05c3de;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .jinzai .heading-level3 {
    font-size: 4.8rem;
    letter-spacing: 6px;
    padding-block: 32px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
.jinzai .heading-level4 {
  font-size: 2.4rem;
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.jinzai .heading-level4 span {
  display: block;
  font-size: 1.6rem;
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}
.jinzai .heading-level4::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.jinzai .heading-level4.-blue::after {
  background-color: #05c3de;
}
.jinzai .heading-level4.-orange::after {
  background-color: #e17000;
}
.jinzai .heading-level4.-green::after {
  background-color: #05c980;
}
@media screen and (min-width: 768px) {
  .jinzai .heading-level4 {
    font-size: 4rem;
    -webkit-padding-after: 32px;
            padding-block-end: 32px;
  }
  .jinzai .heading-level4 span {
    font-size: 3.2rem;
  }
  .jinzai .heading-level4::after {
    width: 160px;
  }
}
.jinzai .heading-level5 {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (min-width: 768px) {
  .jinzai .heading-level5 {
    font-size: 2.2rem;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}
.jinzai .lead-text {
  line-height: 1.4;
  text-align: center;
}
.jinzai .lead-text.-small {
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-align: left;
}
.jinzai .lead-text.-small + .lead-text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .jinzai .lead-text {
    font-size: 3.2rem;
    letter-spacing: 6px;
    line-height: 1.6;
  }
  .jinzai .lead-text.-small {
    font-size: 1.8rem;
    text-align: center;
  }
  .jinzai .lead-text.-small + .lead-text {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.jinzai .text-box {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .jinzai .text-box {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.jinzai .table-box {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: scroll;
}
.jinzai .table-box__table {
  width: 880px;
}
.jinzai .table-box__table tr:nth-child(odd) {
  background-color: #d9f6fa;
}
.jinzai .table-box__table td {
  padding-block: 6px;
  padding-inline: 24px 0;
}
.jinzai .table-box__table td:nth-child(2) {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .jinzai .table-box {
    overflow-x: auto;
  }
}
.jinzai .icon-tag {
  display: inline-block;
  padding: 8px;
  border-radius: 8px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #05c3de;
}
.jinzai .note-list {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.jinzai .note-list li {
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  position: relative;
}
.jinzai .note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.jinzai .note-list li + li {
  -webkit-margin-before: 2px;
          margin-block-start: 2px;
}
@media screen and (min-width: 768px) {
  .jinzai .note-list {
    font-size: 1.4rem;
    line-height: 1.3;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
  .jinzai .note-list li + li {
    -webkit-margin-before: 6px;
            margin-block-start: 6px;
  }
}
.jinzai .yellow-button {
  display: block;
  width: 83.2797427653%;
  color: #000;
  background-color: #f5dc3b;
  padding: 16px 34px 18px 16px;
  margin-inline: auto;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
  background-image: url(/setouchi-palette/assets/img/common/icon/icon-circle-arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 10px center;
  transition: 0.3s;
}
.jinzai .yellow-button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .jinzai .yellow-button {
    width: 432px;
    padding: 28px 52px 28px 24px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    font-size: 1.6rem;
    background-size: 30px auto;
    background-position: right 22px center;
  }
  .jinzai .yellow-button + .yellow-button {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.jinzai .yellow-button[target=_blank] span {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  background-image: url(/setouchi-palette/assets/img/common/icon/icon-blank-black.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right center;
}
.jinzai .yellow-button[href$=".pdf"] span {
  -webkit-padding-end: 22px;
          padding-inline-end: 22px;
  background-image: url(/setouchi-palette/assets/img/common/icon/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right center;
}
.jinzai .column-three {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .jinzai .column-three {
    flex-direction: row;
    justify-content: space-between;
    width: 960px;
    gap: 24px;
    -webkit-margin-before: 82px;
            margin-block-start: 82px;
  }
}
.jinzai .column-three__item {
  position: relative;
}
.jinzai .column-four {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.jinzai .column-four__item {
  width: calc(50% - 12px);
}
@media screen and (min-width: 768px) {
  .jinzai .column-four {
    gap: 36px 24px;
    margin-inline: auto;
  }
  .jinzai .column-four__item {
    width: calc(25% - 18px);
  }
}
.jinzai .card-box__image img {
  width: 100%;
}
.jinzai .card-box__text {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (min-width: 768px) {
  .jinzai .card-box__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.jinzai .circle-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 284px;
  min-height: 284px;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.jinzai .circle-content::before {
  content: "";
  display: block;
  width: 284px;
  height: 284px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jinzai .circle-content.-blue {
  border: solid 1px #05c3de;
}
.jinzai .circle-content.-blue::before {
  border: solid 8px #d9f6fa;
  outline: double 1px #05c3de;
}
.jinzai .circle-content.-blue dt {
  color: #05c3de;
}
.jinzai .circle-content.-orange {
  border: solid 1px #e17000;
}
.jinzai .circle-content.-orange::before {
  border: solid 8px #fcf2e3;
  outline: double 1px #e17000;
}
.jinzai .circle-content.-orange dt {
  color: #e17000;
}
.jinzai .circle-content.-green {
  border: solid 1px #05c980;
}
.jinzai .circle-content.-green::before {
  border: solid 8px #dbf8ed;
  outline: double 1px #05c980;
}
.jinzai .circle-content.-green dt {
  color: #05c980;
}
.jinzai .circle-content dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 3px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (min-width: 768px) {
  .jinzai .circle-content dt {
    font-size: 2.2rem;
    line-height: 1.5;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.jinzai .circle-content dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .jinzai .circle-content dd {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
.jinzai .icon-recruitment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 2;
}
.jinzai .icon-recruitment.-blue {
  background-color: #05c3de;
}
.jinzai .recruitment-box {
  padding: 36px 16px 16px;
  border: 4px solid #05c3de;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.jinzai .recruitment-box__heading {
  display: inline-block;
  min-width: 166px;
  font-size: 2rem;
  color: #fff;
  padding: 8px 16px;
  background-color: #05c3de;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.jinzai .recruitment-box__text {
  line-height: 1.6;
}
.jinzai .recruitment-box__text p.-big {
  font-size: 1.6rem;
}
.jinzai .recruitment-box__text p.-small {
  font-size: 1.4rem;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
@media screen and (min-width: 768px) {
  .jinzai .recruitment-box {
    padding: 40px 48px;
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
  .jinzai .recruitment-box__heading {
    font-size: 2.2rem;
    padding: 14px 16px;
    top: -25px;
  }
  .jinzai .recruitment-box__text {
    line-height: 1.6;
  }
  .jinzai .recruitment-box__text p.-big {
    font-size: 1.8rem;
  }
  .jinzai .recruitment-box__text p.-small {
    font-size: 1.6rem;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
