@charset "UTF-8";
body {
  padding-top: 0;
}
@media print, screen and (min-width: 1025px) {
  body {
    padding-top: 0;
  }
}

.l-header {
  background-color: transparent;
}
.l-header.scrolled {
  background-color: #fff;
}
@media print, screen and (min-width: 1025px) {
  .l-header.scrolled .anchor-links a {
    color: #000;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header .anchor-links a {
    color: #fff;
  }
}
.l-header .logo h1 {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 1025px) {
  .l-header .logo h1 {
    font-size: 2.2rem;
  }
}

.l-main {
  padding-top: 0;
}
@media print, screen and (min-width: 780px) {
  .l-main {
    padding-top: 0;
  }
}

.sec_mv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 66px 0 52px;
  width: 100%;
  height: 100dvh;
  min-height: 745px;
}
@media print, screen and (min-width: 780px) {
  .sec_mv {
    padding: 81px 0 139px;
    min-height: 767px;
  }
}
.sec_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  z-index: 1;
}
.sec_mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media print, screen and (min-width: 780px) {
  .sec_mv::after {
    background: rgba(0, 0, 0, 0.15);
  }
}
.sec_mv .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 3;
  padding-top: 10.6040268456dvh;
  height: 100%;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .l-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
    padding-top: 0;
    width: 100%;
    height: auto;
  }
}
.sec_mv .text {
  padding: 0 8px;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .text {
    padding: 0;
  }
}
.sec_mv .text strong {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .text strong {
    font-size: 4.8rem;
    line-height: 1.8;
  }
}
.sec_mv .text p {
  margin-top: 28px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .text p {
    margin-top: 33px;
    font-size: 2.8rem;
  }
}
.sec_mv .text p span {
  color: #da0808;
}
.sec_mv .text a {
  display: block;
  margin-top: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .text a {
    margin-top: 56px;
  }
}
@media not all and (hover: none) {
  .sec_mv .text a:hover img {
    opacity: 0.8;
  }
}
.sec_mv .text a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec_mv .salary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 298px;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary {
    width: 398px;
  }
}
.sec_mv .salary .tab-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px;
}
.sec_mv .salary .tab-buttons button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  background: #f8dede;
  border: none;
  border-radius: 8px 8px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #da0808;
  cursor: pointer;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary .tab-buttons button {
    font-size: 1.8rem;
  }
}
.sec_mv .salary .tab-buttons button.is-active {
  padding: 12px 10px;
  background: #fff;
  color: #000;
}
.sec_mv .salary .tab-buttons button[disabled] {
  cursor: default;
  pointer-events: none;
}
@media not all and (hover: none) {
  .sec_mv .salary .tab-buttons button:hover:not(.is-active), .sec_mv .salary .tab-buttons button:hover:disabled {
    opacity: 1;
  }
}
.sec_mv .salary .tab-content {
  display: none;
}
.sec_mv .salary .tab-content.is-active {
  display: block;
}
.sec_mv .salary-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.sec_mv .salary-list a {
  display: block;
  position: relative;
  padding: 0 42px 0 16px;
  background: rgba(239, 240, 241, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary-list a {
    padding: 0 60px 0 24px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.sec_mv .salary-list a:last-child {
  border-radius: 0 0 8px 8px;
}
.sec_mv .salary-list a::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 17px;
  height: 17px;
  background-color: #da0808;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
  transition: all 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary-list a::after {
    right: 22px;
    width: 20px;
    height: 20px;
  }
}
@media not all and (hover: none) {
  .sec_mv .salary-list a:hover {
    opacity: 0.7;
  }
}
.sec_mv .salary-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 48px;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary-list dl {
    min-height: 72px;
  }
}
.sec_mv .salary-list dt {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #000;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary-list dt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary-list dt span {
    font-size: 1.4rem;
  }
}
.sec_mv .salary-list dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary-list dd {
    font-size: 1.6rem;
  }
}
.sec_mv .salary-list dd span {
  display: inline-block;
  position: relative;
  top: -0.2em;
  font-weight: 900;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary-list dd span {
    font-size: 2.4rem;
  }
}
.sec_mv .salary-list dd i {
  display: inline-block;
  font: normal 600 2.4rem/0.9 "Heebo", monospace;
  color: #000;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .sec_mv .salary-list dd i {
    font-size: 3.2rem;
  }
}

.sec_news {
  padding: 80px 0;
  background: #f7f7f7;
}
@media print, screen and (min-width: 780px) {
  .sec_news {
    padding: 100px 0;
  }
}
.sec_news .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media print, screen and (min-width: 780px) {
  .sec_news .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 96px;
  }
}
.sec_news .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
@media print, screen and (min-width: 780px) {
  .sec_news .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
    width: 202px;
  }
}
.sec_news .title h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_news .title h2 {
    font-size: 4.8rem;
  }
}
.sec_news .title p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .sec_news .title p {
    font-size: 1.8rem;
  }
}
.sec_news .news-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: #da0808;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_news .news-link {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.sec_news .news-link::after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="5" viewBox="0 0 20 5"%3E%3Cpath fill="%23da0808" d="M19.3 4.87H0v-1h16.7L13.28.74l.34-.37.34-.37z"/%3E%3C/svg%3E') no-repeat center center/contain;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="5" viewBox="0 0 20 5"%3E%3Cpath fill="%23da0808" d="M19.3 4.87H0v-1h16.7L13.28.74l.34-.37.34-.37z"/%3E%3C/svg%3E') no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_news .news-link::after {
    width: 20px;
    height: 5px;
  }
}
@media not all and (hover: none) {
  .sec_news .news-link:hover {
    opacity: 0.7;
  }
}

.sec_data {
  padding: 80px 0 120px;
}
@media print, screen and (min-width: 780px) {
  .sec_data {
    padding: 120px 0 250px;
  }
}
.sec_data h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
  margin: 0 0 48px;
}
@media print, screen and (min-width: 780px) {
  .sec_data h2 {
    font-size: 4.8rem;
    margin-bottom: 64px;
  }
}
.sec_data .data-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 780px) {
  .sec_data .data-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    margin-bottom: 78px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1440px) {
  .sec_data .data-grid {
    grid-template-columns: 844px 1fr;
  }
}
.sec_data .data-employees {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 16px 32px;
  border: 2px solid #da0808;
  border-radius: 16px;
  background: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_data .data-employees {
    padding: 24px;
  }
}
.sec_data .data-employees h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
}
@media print, screen and (min-width: 780px) {
  .sec_data .data-employees h3 {
    font-size: 2.4rem;
  }
}
.sec_data .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width: 780px) {
  .sec_data .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_data .inner {
    gap: 40px;
  }
}
.sec_data .chart {
  position: relative;
  margin: 8px auto 0;
  width: 154px;
  height: 154px;
  background: no-repeat center center/contain;
}
@media print, screen and (min-width: 780px) {
  .sec_data .chart {
    margin: 12px 0 0;
    width: 220px;
    height: 220px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_data .chart {
    width: 260px;
    height: 260px;
  }
}
.sec_data .chart .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  white-space: nowrap;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_data .chart .number {
    font-size: 3.2rem;
  }
}
.sec_data .chart .number i {
  display: inline-block;
  font: normal 600 4.2rem/1 "Heebo", monospace;
}
@media print, screen and (min-width: 780px) {
  .sec_data .chart .number i {
    font-size: 8rem;
  }
}
.sec_data .employees-list {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 6px 0;
  padding: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .sec_data .employees-list {
    gap: 6px 0;
    grid-template-columns: 1fr auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec_data .employees-list {
    gap: 12px 0;
    grid-template-columns: 1fr auto auto;
  }
}
.sec_data .employees-list li {
  display: contents;
}
.sec_data .employees-list li[data-color=sales] .label::before {
  background: #f24822;
}
.sec_data .employees-list li[data-color=production] .label::before {
  background: #ffa629;
}
.sec_data .employees-list li[data-color=warehouse] .label::before {
  background: #ffcd29;
}
.sec_data .employees-list li[data-color=office] .label::before {
  background: #14ae5c;
}
.sec_data .employees-list li[data-color=aquaculture] .label::before {
  background: #0d99ff;
}
.sec_data .employees-list li[data-color=transfer] .label::before {
  background: #9747FF;
}
.sec_data .employees-list .label {
  position: relative;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_data .employees-list .label {
    grid-column: 1/-1;
    margin-top: 6px;
    padding-right: 0;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec_data .employees-list .label {
    grid-column: auto;
    margin-top: 0;
    padding-right: 16px;
  }
}
.sec_data .employees-list .label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.sec_data .employees-list .value, .sec_data .employees-list .percentage {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_data .employees-list .value, .sec_data .employees-list .percentage {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec_data .employees-list .value, .sec_data .employees-list .percentage {
    text-align: right;
  }
}
.sec_data .employees-list .value {
  padding-right: 12px;
}
@media print, screen and (min-width: 780px) {
  .sec_data .employees-list .value {
    padding-left: 26px;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec_data .employees-list .value {
    padding-left: 0;
  }
}
.sec_data .data-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
@media print, screen and (min-width: 780px) {
  .sec_data .data-stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.sec_data .stat-card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 16px;
  border: 2px solid #da0808;
  border-radius: 16px;
  background: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_data .stat-card {
    padding: 24px;
  }
}
.sec_data .stat-card.sales .stat-value::before {
  background-image: url("../img/page/icon-sales.svg");
}
.sec_data .stat-card.founding .stat-value::before {
  background-image: url("../img/page/icon-building.svg");
}
.sec_data .stat-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_data .stat-card h3 {
    font-size: 2.4rem;
  }
}
.sec_data .stat-card em {
  display: block;
  margin-top: 10px;
  color: #da0808;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 780px) {
  .sec_data .stat-card em {
    font-size: 1.8rem;
  }
}
.sec_data .stat-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: #da0808;
}
@media print, screen and (min-width: 780px) {
  .sec_data .stat-value {
    font-size: 3.2rem;
  }
}
.sec_data .stat-value::before {
  content: "";
  display: block;
  margin: 8px auto;
  width: 100%;
  min-width: 32px;
  height: 32px;
  background: no-repeat center center/contain;
}
@media print, screen and (min-width: 780px) {
  .sec_data .stat-value::before {
    margin: 12px auto;
    min-width: 48px;
    height: 48px;
  }
}
.sec_data .stat-value i {
  display: inline-block;
  font: normal 600 4.2rem/1 "Heebo", monospace;
}
@media print, screen and (min-width: 780px) {
  .sec_data .stat-value i {
    font-size: 8rem;
  }
}
.sec_data .company-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
@media print, screen and (min-width: 780px) {
  .sec_data .company-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    margin-bottom: 78px;
  }
}
.sec_data .company-info .image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media print, screen and (min-width: 780px) {
  .sec_data .company-info .image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 48.203125%;
    max-width: 617px;
  }
}
.sec_data .company-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_data .company-details h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
  margin: 0 0 40px;
}
@media print, screen and (min-width: 780px) {
  .sec_data .company-details h3 {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
}
.sec_data .company-details .logo {
  margin: 0 4px;
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
}
.sec_data table {
  margin: 0;
  width: 100%;
}
.sec_data table tr:first-child th, .sec_data table tr:first-child td {
  padding-top: 0;
}
.sec_data table th, .sec_data table td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  vertical-align: top;
}
.sec_data table th {
  padding-right: 24px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
  width: 45%;
}
@media print, screen and (min-width: 780px) {
  .sec_data table th {
    font-size: 1.6rem;
    width: 178px;
  }
}
.sec_data table td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_data table td {
    font-size: 1.6rem;
  }
}
.sec_data .naming-rights h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  margin: 0 0 16px;
}
@media print, screen and (min-width: 780px) {
  .sec_data .naming-rights h3 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 29px;
  }
}
.sec_data .naming-rights p {
  margin: 0 0 32px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_data .naming-rights p {
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
}
.sec_data .naming-rights .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media print, screen and (min-width: 780px) {
  .sec_data .naming-rights .images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.sec_data .naming-rights .images figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_data .naming-rights .images figure img {
  border-radius: 16px;
}
.sec_data .naming-rights .images figure figcaption {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000;
  text-align: left;
}
@media print, screen and (min-width: 780px) {
  .sec_data .naming-rights .images figure figcaption {
    margin-top: 24px;
    font-size: 2rem;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sec_know {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#da0808), to(#dc7209));
  background: -webkit-linear-gradient(left, #da0808 0%, #dc7209 100%);
  background: linear-gradient(90deg, #da0808 0%, #dc7209 100%);
  border-radius: 32px;
  padding: 100px 0 80px;
}
@media print, screen and (min-width: 780px) {
  .sec_know {
    padding: 160px 0;
    margin: 0;
  }
}
.sec_know .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 66px;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 1025px) {
  .sec_know .intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    margin-bottom: 91px;
  }
}
.sec_know .intro .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media print, screen and (min-width: 780px) {
  .sec_know .intro .content {
    gap: 64px;
  }
}
.sec_know .intro .content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_know .intro .content h2 {
    font-size: 4.8rem;
  }
}
.sec_know .intro .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width: 780px) {
  .sec_know .intro .text {
    gap: 32px;
  }
}
.sec_know .intro .text .catch {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_know .intro .text .catch {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
.sec_know .intro .description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.sec_know .intro .description p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_know .intro .description p {
    font-size: 2rem;
  }
}
.sec_know .intro .strength-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.sec_know .intro .strength-tags li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 780px) {
  .sec_know .intro .strength-tags li {
    font-size: 2rem;
  }
}
.sec_know .intro .image {
  position: relative;
  width: 337px;
  aspect-ratio: 673/611;
  margin: 0 auto;
}
@media print, screen and (min-width: 780px) {
  .sec_know .intro .image {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    margin: 0;
    width: auto;
    max-width: 673px;
    aspect-ratio: unset;
  }
}
@media print, screen and (min-width: 1025px) {
  .sec_know .intro .image {
    width: 52.578125%;
    max-width: 673px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.sec_know .intro .image .illust {
  width: 100%;
}
@media print, screen and (min-width: 780px) {
  .sec_know .intro .image .illust {
    position: relative;
    top: 6%;
  }
}
.sec_know .intro .image .text {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.sec_know .job-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
@media print, screen and (min-width: 1440px) {
  .sec_know .job-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_know .job-list article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 16px;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: 0;
    width: 100%;
    max-width: 1280px;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_know .job-list article {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 1440px) {
  .sec_know .job-list article {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1280px;
  }
}
@media (min-width: 1441pxpx) {
  .sec_know .job-list article {
    max-width: 1280px;
  }
}
.sec_know .job-list article:first-of-type .job-salary .position, .sec_know .job-list article:last-of-type .job-salary .position {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list article:first-of-type .job-salary .position, .sec_know .job-list article:last-of-type .job-salary .position {
    font-size: 1.6rem;
  }
}
.sec_know .job-list article:first-of-type .job-salary .condition, .sec_know .job-list article:last-of-type .job-salary .condition {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list article:first-of-type .job-salary .condition, .sec_know .job-list article:last-of-type .job-salary .condition {
    font-size: 1.2rem;
  }
}
.sec_know .job-list article[data-job=sales] h3::before {
  background-image: url("../img/page/icon-job-sales.svg");
}
.sec_know .job-list article[data-job=production] h3::before {
  background-image: url("../img/page/icon-job-production.svg");
}
.sec_know .job-list article[data-job=warehouse] h3::before {
  background-image: url("../img/page/icon-job-warehouse.svg");
}
.sec_know .job-list article[data-job=office] h3::before {
  background-image: url("../img/page/icon-job-office.svg");
}
.sec_know .job-list article[data-job=aquaculture] h3::before {
  background-image: url("../img/page/icon-job-aquaculture.svg");
}
.sec_know .job-list article[data-job=quality] h3::before {
  background-image: url("../img/page/icon-job-quality.svg");
}
.sec_know .job-list .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 48px 24px 24px;
  background: #fff;
  border-radius: 16px 0 0 0;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .content {
    gap: 36px;
    padding: 32px;
    width: calc(50% - 40px);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-radius: 16px 0 0 16px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_know .job-list .content {
    gap: 48px;
    padding: 64px;
    width: calc(50% - 80px);
  }
}
@media print, screen and (min-width: 1440px) {
  .sec_know .job-list .content {
    width: 43.3823529412%;
    max-width: 590px;
  }
}
.sec_know .job-list .content h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 12px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .content h3 {
    gap: 12px 24px;
    font-size: 3.2rem;
  }
}
.sec_know .job-list .content h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .content h3::before {
    width: 48px;
    height: 48px;
  }
}
.sec_know .job-list .content h3 span {
  font-size: 1.4rem;
  margin-left: 0;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .content h3 span {
    font-size: 2.4rem;
  }
}
.sec_know .job-list .content small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .content small {
    font-size: 1.4rem;
  }
}
.sec_know .job-list .description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .description {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.sec_know .job-list .salary {
  display: block;
  position: relative;
  padding: 8px 48px 8px 20px;
  background: #fef1f1;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .salary {
    padding: 16px 34px 16px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_know .job-list .salary {
    padding-right: 68px;
  }
}
.sec_know .job-list .salary::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 17px;
  height: 17px;
  background-color: #da0808;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
  transition: all 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .salary::after {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_know .job-list .salary::after {
    right: 22px;
  }
}
@media not all and (hover: none) {
  .sec_know .job-list .salary:hover {
    opacity: 0.8;
  }
}
.sec_know .job-list .salary dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px 0;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .salary dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_know .job-list .salary dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_know .job-list .salary dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .salary dt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_know .job-list .salary dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_know .job-list .salary dt .position {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .salary dt .position {
    font-size: 1.6rem;
  }
}
.sec_know .job-list .salary dt .condition {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .salary dt .condition {
    font-size: 1.2rem;
  }
}
.sec_know .job-list .salary dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #da0808;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .salary dd {
    font-size: 1.6rem;
  }
}
.sec_know .job-list .salary dd span {
  display: inline-block;
  position: relative;
  top: -0.2em;
  font-weight: 900;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .salary dd span {
    font-size: 2.4rem;
  }
}
.sec_know .job-list .salary dd i {
  display: inline-block;
  font: normal 600 2.4rem/0.9 "Heebo", monospace;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .salary dd i {
    font-size: 3.2rem;
  }
}
.sec_know .job-list .image {
  width: 100%;
  height: 262px;
  overflow: hidden;
  border-radius: 0 0 0 16px;
}
@media print, screen and (min-width: 780px) {
  .sec_know .job-list .image {
    width: 50%;
    height: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-radius: 0;
  }
}
@media print, screen and (min-width: 1440px) {
  .sec_know .job-list .image {
    width: 56.6176470588%;
    max-width: 770px;
  }
}
.sec_know .job-list .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_activity {
  background: -webkit-gradient(linear, left top, right top, from(#ffe6e6), to(#ffe7d5));
  background: -webkit-linear-gradient(left, #ffe6e6 0%, #ffe7d5 100%);
  background: linear-gradient(90deg, #ffe6e6 0%, #ffe7d5 100%);
  margin-top: -32px;
  padding: 120px 0 80px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity {
    padding: 184px 0 144px;
  }
}
.sec_activity h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
  margin: 0 0 48px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity h2 {
    font-size: 4.8rem;
    margin-bottom: 64px;
  }
}
.sec_activity .intro {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000;
  margin-bottom: 48px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .intro {
    font-size: 2rem;
    margin-bottom: 64px;
  }
}
.sec_activity .activity-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .activity-list {
    gap: 64px;
  }
}
.sec_activity .activity-list .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 3;
  padding: 0 8px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .activity-list .text {
    gap: 12px;
  }
}
.sec_activity .activity-list .text h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .activity-list .text h3 {
    font-size: 2.4rem;
  }
}
.sec_activity .activity-list .text p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .activity-list .text p {
    font-size: 1.5rem;
  }
}
.sec_activity .activity-list figure {
  position: relative;
  width: 100%;
  border: 4px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.12);
}
@media print, screen and (min-width: 780px) {
  .sec_activity .activity-list figure {
    border-width: 8px;
  }
}
.sec_activity .activity-list img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_activity .photo-double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .photo-double {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 34px;
  }
}
.sec_activity .photo-double article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .photo-double article {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 40px;
  }
}
.sec_activity .photo-double .images {
  position: relative;
}
.sec_activity .photo-double figure.main {
  z-index: 2;
  width: 65.9217877095%;
  border-width: 3px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .photo-double figure.main {
    width: 75%;
    max-width: 412px;
    border-width: 8px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_activity .photo-double figure.main {
    width: auto;
  }
}
.sec_activity .photo-double figure.sub {
  position: absolute;
  right: 0;
  bottom: -36px;
  z-index: 1;
  width: 50.5586592179%;
  border-width: 3px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .photo-double figure.sub {
    left: auto;
    right: 0;
    bottom: -79px;
    width: 50%;
    max-width: 330px;
    border-width: 8px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_activity .photo-double figure.sub {
    width: auto;
  }
}
.sec_activity .photo-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .photo-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 34px;
  }
}
.sec_activity .photo-single article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 780px) {
  .sec_activity .photo-single article {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 24px;
  }
}

.sec_guideline {
  padding: 80px 0 153px;
  background: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline {
    padding: 120px 0 184px;
  }
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .l-container {
    position: relative;
  }
}
.sec_guideline h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
  margin: 0 0 48px;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline h2 {
    font-size: 4.8rem;
    margin-bottom: 64px;
  }
}
.sec_guideline .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 40px;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_guideline .wrapper {
    gap: 80px;
  }
}
.sec_guideline .menu {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  margin-left: -16px;
  width: calc(100% + 32px);
  background: #f5f5f5;
  padding: 12px 16px;
  z-index: 10;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .menu {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
    position: relative;
    background: transparent;
    padding: 0;
    margin-left: 0;
    width: 200px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_guideline .menu {
    width: 256px;
  }
}
.sec_guideline .menu .menu-label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #7f7a73;
  margin: 0 0 4px;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .menu .menu-label {
    display: none;
  }
}
.sec_guideline .menu .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .menu .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 81px;
    gap: 24px;
  }
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .menu .menu-list li {
    border-bottom: 1px solid #d1d1d1;
  }
}
.sec_guideline .menu .menu-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  padding: 0;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .menu .menu-list a {
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 16px;
  }
}
.sec_guideline .menu .menu-list a.active {
  color: #da0808;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .menu .menu-list a::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #da0808;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
            mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media not all and (hover: none) {
  .sec_guideline .menu .menu-list a:hover {
    color: #da0808;
  }
  .sec_guideline .menu .menu-list a:hover::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sec_guideline .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .content {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 0;
    min-width: 0;
  }
}
.sec_guideline article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline article {
    gap: 32px;
  }
}
.sec_guideline h3 {
  background: #fff5f5;
  border-left: 4px solid #da0808;
  padding: 8px 16px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline h3 {
    padding: 8px 24px;
    font-size: 2rem;
  }
}
.sec_guideline table {
  width: 100%;
  border-collapse: collapse;
}
.sec_guideline table tr {
  border-bottom: 1px solid #e1e1e1;
}
.sec_guideline table th, .sec_guideline table td {
  padding: 16px 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: left;
  vertical-align: top;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline table th, .sec_guideline table td {
    font-size: 1.6rem;
  }
}
.sec_guideline table th {
  padding-right: 16px;
  width: 96px;
  font-weight: 600;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline table th {
    padding-right: 24px;
    width: 158px;
  }
}
.sec_guideline table td {
  font-weight: 400;
}
.sec_guideline table td p + p {
  margin-top: 0;
}
.sec_guideline table td ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.sec_guideline table td ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  text-align: left;
}
.sec_guideline table td ul li::before {
  content: "・";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sec_guideline table .salary-list,
.sec_guideline table .job-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec_guideline table .salary-list div,
.sec_guideline table .job-list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
}
.sec_guideline table .salary-list dt,
.sec_guideline table .job-list dt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline table .salary-list dt,
  .sec_guideline table .job-list dt {
    font-size: 1.6rem;
  }
}
.sec_guideline table .salary-list dd,
.sec_guideline table .job-list dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
  text-align: right;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline table .salary-list dd,
  .sec_guideline table .job-list dd {
    font-size: 1.6rem;
  }
}
.sec_guideline table .job-list {
  gap: 16px;
}
.sec_guideline table .job-list div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline table .job-list div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.sec_guideline table .job-list dt {
  font-weight: 700;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline table .job-list dt {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.sec_guideline .guideline-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  margin: 0 auto;
  padding: 8px 24px 8px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #da0808;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .guideline-button {
    font-weight: 700;
    font-size: 1.5rem;
  }
}
.sec_guideline .guideline-button::after {
  content: "";
  right: 24px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_guideline .guideline-button::after {
    width: 20px;
    height: 20px;
  }
}
@media not all and (hover: none) {
  .sec_guideline .guideline-button:hover {
    opacity: 0.8;
  }
}

.sec_contact {
  position: relative;
  padding: 0 8px 24px;
  background: #da0808;
  border-radius: 32px 32px 0 0;
}
@media print, screen and (min-width: 780px) {
  .sec_contact {
    padding: 0 0 80px;
  }
}
.sec_contact .l-container {
  position: relative;
}
.sec_contact .badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: -28px;
  padding: 4px 24px;
  min-width: 294px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 44px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #da0808;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .badge {
    top: -50px;
    padding: 4px 100px;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}
.sec_contact .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-bottom: 48px;
  padding-top: 104px;
}
@media print, screen and (min-width: 1180px) {
  .sec_contact .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    margin-bottom: 64px;
    padding-top: 120px;
  }
}
.sec_contact .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .header {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.sec_contact .header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (min-width: 1180px) {
  .sec_contact .header h2 {
    font-size: 3.4rem;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_contact .header h2 {
    font-size: 4.8rem;
  }
}
.sec_contact .header p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .header p {
    font-size: 1.8rem;
  }
}
.sec_contact .message {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .message {
    font-size: 1.8rem;
  }
}
.sec_contact .message p + p {
  margin-top: 0;
}
.sec_contact .message p strong {
  font-size: 1.8rem;
  font-weight: 600;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .message p strong {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_contact .message p strong {
    font-size: 2.4rem;
  }
}
.sec_contact .message .emphasis {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .message .emphasis {
    font-size: 2.1rem;
    letter-spacing: inherit;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_contact .message .emphasis {
    font-size: 2.4rem;
  }
}
.sec_contact .contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 16px 14px 32px;
  background: #9c0707;
  border-radius: 16px;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .contact-box {
    gap: 41px;
    padding: 40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_contact .contact-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_contact .contact-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #da0808;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .contact-button {
    padding: 16px 32px 16px 40px;
    font-size: 2.4rem;
    width: 544px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media not all and (hover: none) {
  .sec_contact .contact-button:hover {
    opacity: 0.8;
  }
}
.sec_contact .contact-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #da0808;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23000" d="m10 0 .324.005a10 10 0 1 1-.648 0zm.613 5.21a1 1 0 0 0-1.32 1.497L11.584 9H6l-.117.007A1 1 0 0 0 6 11h5.584l-2.291 2.293-.083.094a1 1 0 0 0 1.497 1.32l4-4 .073-.082.064-.089.062-.113.044-.11.03-.112.017-.126L15 10l-.007-.118-.029-.148-.035-.105-.054-.113-.071-.111a1 1 0 0 0-.097-.112l-4-4z"/%3E%3C/svg%3E') no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_contact .contact-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 0 16px;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .contact-tel {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.sec_contact .contact-tel p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .contact-tel p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.sec_contact .contact-tel .tel-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .contact-tel .tel-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 12px;
  }
}
.sec_contact .contact-tel .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 8px 0 4px;
  padding: 4px 0;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .contact-tel .number {
    margin: 0;
    padding: 0;
    border: 0 none;
    gap: 16px;
    font-size: 2.4rem;
  }
}
@media not all and (hover: none) {
  .sec_contact .contact-tel .number {
    pointer-events: none;
  }
}
.sec_contact .contact-tel .number::before {
  content: "";
  width: 17px;
  height: 17px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"%3E%3Cpath d="M2 0h4l2 5-2.5 1.5a11 11 0 0 0 5 5L12 9l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 0 2a2 2 0 0 1 2-2" fill="%23fff"/%3E%3C/svg%3E') no-repeat center center/contain;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"%3E%3Cpath d="M2 0h4l2 5-2.5 1.5a11 11 0 0 0 5 5L12 9l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 0 2a2 2 0 0 1 2-2" fill="%23fff"/%3E%3C/svg%3E') no-repeat center center/contain;
}
.sec_contact .contact-tel .hours {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .contact-tel .hours {
    font-size: 1.5rem;
  }
}
.sec_contact .contact-tel small {
  display: block;
  margin-top: 8px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 780px) {
  .sec_contact .contact-tel small {
    font-size: 1.3rem;
  }
}
.sec_contact::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 279px;
  height: 280px;
  background-image: url("../img/logo.svg");
  background-size: contain;
  background-position: 24px -26px;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.35;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
@media print, screen and (min-width: 780px) {
  .sec_contact::before {
    width: 458px;
    height: 461px;
    background-position: 40px -43px;
  }
}