@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --headerPc: 110px;
  --headerSp: 80px;
}

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  line-height: 1.45;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  font-size: 16px;
  background-color: #FBF5EC;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.7;
}

address {
  font-style: unset;
}

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

.l-footer {
  padding: 80px 0 0;
  border-top: 10px solid #F29700;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFB732), to(rgba(255, 183, 50, 0.5)));
  background: linear-gradient(0deg, #FFB732 0%, rgba(255, 183, 50, 0.5) 100%);
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8%;
  margin: 0 auto;
  padding: 0 24px;
}

.l-footerCompanyArea {
  width: 50%;
}

.l-footerCompanyArea__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.l-footerNavArea {
  width: 50%;
}

.l-footerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 0;
}

.l-footerLogo__link {
  display: block;
  color: #333;
}

.l-footerLogo__link.l-footerLogo__link--corp {
  margin-top: 16px;
}
.l-footerLogo__link.l-footerLogo__link--corp::after {
  content: "";
  display: block;
  width: 22px;
  height: 19px;
  background-image: url("/wp-content/themes/ssk/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 16px;
  vertical-align: -5px;
}

.l-footerLogo__image {
  width: 140px;
  margin: 0 auto;
}

.l-footerLogo__text {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.l-footerLogo__text__word {
  display: inline-block;
}

.l-footerAddress__inner {
  margin-top: 16px;
}

.l-footerAddress__postCode,
.l-footerAddress__text {
  display: block;
  color: #333;
}

.l-footerAddress__text {
  font-size: 18px;
}

.l-footerAddress__tel {
  display: block;
  font-size: 18px;
  color: #333;
}

.l-footerBanner {
  margin-top: 16px;
}

.l-footerSnsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 47px;
  margin: 24px auto 0;
  max-width: 360px;
}

.l-footerSnsList__item {
  max-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  text-align: center;
}

.l-footerSnsList__link {
  display: block;
  font-size: 12px;
}

.l-footerSnsList__image {
  margin: 0 auto 4px;
  width: 37px;
  padding: 0 10px;
  min-width: 37px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l-footerMenu {
  width: 100%;
}

.l-footerMenu__item + .l-footerMenu__item {
  margin-top: 24px;
}

.l-footerMenu__link {
  display: block;
  color: #343746;
  font-size: 18px;
  font-weight: bold;
}

.l-footerMenu__link::before {
  content: "";
  display: block;
  height: 10px;
  width: calc(5px * tan(60deg));
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #333;
  display: inline-block;
  margin-right: 6px;
  vertical-align: 2px;
}

.l-footerMoreMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 8px;
  padding-left: 30px;
}

.l-footerMoreMenu__link {
  color: #343746;
  font-size: 18px;
}
.l-footerMoreMenu__link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  margin-right: 12px;
  background-color: #333;
  vertical-align: 5px;
}

.l-footerCopyright {
  display: block;
  margin-top: 160px;
  padding-bottom: 30px;
  font-size: 12px;
  color: #333;
  text-align: center;
}

.l-footer__corpBanner {
  display: block;
  margin-top: 32px;
  max-width: 352px;
}

@media (max-width: 768px) {
  .l-footer {
    padding-top: 60px;
  }
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 40px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .l-footerLogo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .l-footerLogo__text {
    margin-top: 8px;
  }
  .l-footerCompanyArea {
    width: 100%;
    max-width: unset;
  }
  .l-footerCompanyArea__inner {
    margin-inline: auto;
  }
  .l-footerLogo__link {
    margin-inline: auto;
  }
  .l-footerAddress {
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
  }
  .l-footerAddress__text {
    padding-left: 0;
  }
  .l-footerAddress__tel {
    padding-left: 0;
  }
  .l-footerBanner {
    margin-top: 32px;
  }
  .l-footerBanner__link {
    display: block;
    margin: 0 auto;
    width: 320px;
  }
  .l-footerSnsList {
    margin-top: 24px;
    padding: 0 24px;
  }
  .l-footerSnsList__image {
    padding: 0 4px;
  }
  .l-footerNavArea {
    width: 84%;
  }
  .l-footerMenu {
    margin-top: 80px;
  }
  .l-footerMenu__item + .l-footerMenu__item {
    margin-top: 16px;
  }
  .l-footerMenu__link {
    font-size: 16px;
  }
  .l-footerMoreMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 24px;
    margin-top: 16px;
  }
  .l-footerMoreMenu__link {
    font-size: 16px;
  }
  .l-footerCopyright {
    margin-top: 35px;
    padding-bottom: 20px;
  }
  .l-footer__corpBanner {
    margin-top: 80px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.l-header__inner {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 180px 24px 30px;
  min-height: 100px;
  background-color: #FBF5EC;
}

.l-headerLogo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.l-headerLogo {
  font-size: 24px;
  font-weight: bold;
}

.l-headerLogo__image {
  margin-right: 15px;
  width: 50px;
  min-width: 40px;
}

.l-headerLogo__subText {
  display: block;
  margin-top: 2px;
  padding: 0 10px 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  background: #E3F6A5;
  border-radius: 10px;
  border: 1px solid #333;
}

.l-headerGnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 0 64px;
}

.l-headerMenu {
  position: absolute;
  right: 180px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
}
.l-headerMenu .l-headerMenu__item {
  padding-bottom: 24px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.l-headerMenu .l-headerMenu__item .l-headerMoreMenu {
  position: absolute;
  top: 80%;
  width: 150px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #FBF5EC;
}
.l-headerMenu .l-headerMenu__item .l-headerMoreMenu__link {
  display: block;
  color: #333;
}
.l-headerMenu .l-headerMenu__item .l-headerMoreMenu .l-headerMoreMenu__item {
  line-height: 3;
  padding-left: 10px;
}
.l-headerMenu .l-headerMenu__item .l-headerMoreMenu .l-headerMoreMenu__item:hover {
  background-color: #F2C49C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-headerMenu .l-headerMenu__item:first-of-type {
  padding-left: 16px;
}
.l-headerMenu .l-headerMenu__item::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #FFCBBE;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-headerMenu .l-headerMenu__item:hover::after {
  width: 100%;
}
.l-headerMenu .l-headerMenu__item__link {
  color: #333;
}
.l-headerMenu .l-headerMenu__item__link {
  font-size: clamp(12px, 1.1111111111vw, 16px);
}
.l-headerMenu .l-headerMenu__item__link::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/ssk/img/icon_news.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-inline: auto;
  margin-bottom: 2px;
}
.l-headerMenu .l-headerMenu__item__link.l-headerMenu__item__link--about::before {
  background-image: url("/wp-content/themes/ssk/img/icon_about.svg");
}
.l-headerMenu .l-headerMenu__item__link.l-headerMenu__item__link--appeal::before {
  background-image: url("/wp-content/themes/ssk/img/icon_appeal.svg");
}
.l-headerMenu .l-headerMenu__item__link.l-headerMenu__item__link--staff::before {
  background-image: url("/wp-content/themes/ssk/img/icon_staff.svg");
}
.l-headerMenu .l-headerMenu__item__link.l-headerMenu__item__link--chart::before {
  background-image: url("/wp-content/themes/ssk/img/icon_chart.svg");
}
.l-headerMenu .l-headerMenu__item__link.l-headerMenu__item__link--recruit::before {
  background-image: url("/wp-content/themes/ssk/img/icon_recruit.svg");
}

.l-headerMoreMenu {
  visibility: hidden;
  opacity: 0;
}

.l-headerMenu__item--about:hover .l-headerMoreMenu, .l-headerMenu__item--appeal:hover .l-headerMoreMenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-headerContactLink {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F2C49C;
  min-height: 140px;
}
.l-headerContactLink .l-headerContactLink__inner {
  display: block;
  padding: 34px 16px 27px;
  width: 140px;
  height: 140px;
  color: #333;
  font-size: 18px;
  background-color: var(--headerFooterColor);
}
.l-headerContactLink .l-headerContactLink__inner::after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 42px;
  height: 42px;
  background-color: #333;
  -webkit-mask-image: url("/wp-content/themes/ssk/img/icon_mail.svg");
          mask-image: url("/wp-content/themes/ssk/img/icon_mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-headerContactLink .l-headerHumbContactLink__text,
.l-headerContactLink .l-headerHumbContactLink__subText {
  display: block;
  text-align: center;
  font-weight: bold;
}
.l-headerContactLink .l-headerHumbContactLink__text {
  font-weight: bold;
  line-height: 1;
}
.l-headerContactLink .l-headerHumbContactLink__subText {
  margin-top: 4px;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

.l-headerHumbButton {
  position: relative;
  display: none;
  width: 28px;
  height: 18px;
}
.l-headerHumbButton::before, .l-headerHumbButton::after,
.l-headerHumbButton .l-headerHumbButton__line {
  position: absolute;
  right: 0;
  display: block;
  height: 2px;
  background-color: #F2C49C;
}
.l-headerHumbButton::before, .l-headerHumbButton::after {
  content: "";
}
.l-headerHumbButton::before {
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 28px;
}
.l-headerHumbButton::after {
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 12px;
}
.l-headerHumbButton .l-headerHumbButton__line {
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-headerHumbGnav {
  padding: 0;
  width: 100%;
  height: 0;
  background-color: #FBF5EC;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-headerHumbGnav .l-headerHumbGnav__inner {
  padding: 50px 0 70px;
}
.l-headerHumbGnav .p-contactPanel {
  margin-top: 40px;
}
.l-headerHumbGnav .p-contactPanel .p-contactPanel__title {
  margin-bottom: 0;
  color: var(--headerFooterColor);
  font-size: 16px;
}
.l-headerHumbGnav .p-contactPanel .p-contactPanel__lead {
  display: none;
}
.l-headerHumbGnav .p-contactPanel .p-contactPanel__tel {
  color: var(--headerFooterColor);
  font-size: 32px;
  font-weight: bold;
}
.l-headerHumbGnav .p-contactPanel .p-contactPanel__tel::before {
  width: 24px;
  height: 24px;
}
.l-headerHumbGnav .p-contactPanel .p-contactPanel__reception {
  margin-bottom: 0;
  color: var(--headerFooterColor);
  font-size: 16px;
}

.l-headerHumbMenu {
  padding: 6px 0;
}
.l-headerHumbMenu .l-headerHumbMenu__item {
  border-bottom: 1px solid #ccc;
}
.l-headerHumbMenu .l-headerHumbMenu__item.l-headerHumbMenu__item--more {
  padding: 12px 0;
}
.l-headerHumbMenu .l-headerHumbMenu__link {
  display: block;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.l-headerHumbMenu .l-headerHumbMenu__link::before {
  content: "";
  display: block;
  height: 10px;
  width: calc(5px * tan(60deg));
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #333;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 1px;
}
.l-headerHumbMenu .l-headerHumbMenu__link .l-headerHumbMenu__link__text {
  display: inline-block;
}
.l-headerHumbMenu .l-headerHumbMenu__link .l-headerHumbMenu__link__text::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #FFCBBE;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-headerHumbMenu .l-headerHumbMenu__link .l-headerHumbMenu__link__text:hover::after {
  width: 100%;
}

.l-headerHumbMoreMenu {
  padding: 0 0 16px 23px;
}
.l-headerHumbMoreMenu .l-headerHumbMoreMenu__item + .l-headerHumbMoreMenu__item {
  margin-top: 6px;
}
.l-headerHumbMoreMenu .l-headerHumbMoreMenu__link {
  color: #333;
}
.l-headerHumbMoreMenu .l-headerHumbMoreMenu__link::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1px;
  margin-right: 8px;
  background-color: #333;
  vertical-align: super;
}

.l-headerHumbOverlay {
  position: fixed;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.l-headerHumbContactLink {
  display: block;
  margin: 64px auto 0;
  padding: 22px;
  max-width: 217px;
  min-height: 62px;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 1px solid var(--headerFooterColor);
  border-radius: 2px;
  background-color: #F2C49C;
}

body:has(.is-open.l-header) {
  position: fixed;
  width: 100%;
}

.is-open.l-header .l-headerHumbButton {
  display: block;
  background-color: #FBF5EC;
}
.is-open.l-header .l-headerHumbButton::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 28px;
}
.is-open.l-header .l-headerHumbButton::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 28px;
}
.is-open.l-header .l-headerHumbButton .l-headerHumbButton__line {
  display: none;
}

.is-open .l-headerHumbGnav {
  padding: 0 16px;
  height: calc(100svh - 61px);
  max-height: 704px;
  opacity: 1;
  visibility: visible;
}

.is-open .l-headerHumbOverlay {
  width: 100%;
  height: 100%;
  opacity: 1;
}

@media (max-width: 1120px) {
  .l-header__inner {
    padding-right: 30px;
  }
  .l-headerGnav {
    display: none;
  }
  .l-headerHumbButton {
    display: block;
  }
}
@media (max-width: 768px) {
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 21px;
    min-height: unset;
  }
  .l-headerLogo__link {
    padding-bottom: 0;
    font-size: 14px;
  }
  .l-headerLogo__image {
    margin-right: 4px;
    width: 30px;
    min-width: 29px;
  }
  .l-headerLogo__subText {
    font-size: 10px;
  }
  .l-headerGnav {
    display: none;
  }
  .l-headerHumbButton {
    display: block;
  }
}
.l-floatingArea {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.c-toTopButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px 0;
  width: 50px;
  height: 50px;
  margin-inline: auto 8px;
  margin-bottom: 8px;
  color: #333;
  font-size: 10px;
  border-radius: 50%;
  background-color: #E3F6A5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.is-show.c-toTopButton {
  opacity: 0.8;
  visibility: visible;
}

.c-toTopButton::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 768px) {
  .p-closingVisual {
    height: 550px;
  }
}

.p-closingVisual__photoList {
  position: relative;
  top: 30%;
}
@media (max-width: 768px) {
  .p-closingVisual__photoList {
    top: unset;
    overflow: hidden;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .p-closingVisual__photo {
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: 0;
    translate: calc(-50% - 150px);
    width: 1440px;
  }
}

.p-closingVisual__unit {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  width: 76.39%;
}
@media (max-width: 768px) {
  .p-closingVisual__unit {
    translate: -50% calc(-50% - 80px);
    width: 100%;
  }
}

.p-closingbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .p-closingbutton {
    display: none;
  }
}

.p-closingbuttonsp {
  display: none;
}
@media (max-width: 768px) {
  .p-closingbuttonsp {
    display: block;
    padding: 0 35px;
  }
}

.p-closing__text {
  font-size: 40px;
}
@media (max-width: 768px) {
  .p-closing__text {
    margin: 0 auto;
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-closing__text__line {
  text-align: center;
  margin-bottom: 8.18%;
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: bold;
  text-shadow: 0px 3px 0px rgba(255, 255, 255, 0.4509803922);
}
@media (max-width: 768px) {
  .p-closing__text__line {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 60px;
    text-align: left;
  }
}

.p-closingentrybutton {
  width: 44.55%;
  margin: 0 auto;
  background-color: #F5F6A0;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .p-closingentrybutton {
    width: 305px;
  }
}

.p-closingentry__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 98px;
  width: 100%;
  color: #333333;
  font-size: clamp(16px, 1.6666666667vw, 24px);
}
@media (max-width: 768px) {
  .p-closingentry__text {
    height: 60px;
    font-size: 16px;
  }
}
.p-closingentry__text::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #FFCBBE;
  -webkit-mask-image: url("/wp-content/themes/ssk/img/icon_mail.svg");
          mask-image: url("/wp-content/themes/ssk/img/icon_mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 10px;
  width: 10.2%;
  height: auto;
  aspect-ratio: 1;
  background-size: contain;
}

.p-saiyobutton {
  width: 44.55%;
  background-color: #F5F6A0;
  margin: 0 auto;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .p-saiyobutton {
    width: 305px;
    margin-bottom: 20px;
  }
}

.p-saiyobutton__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 48px;
  color: #333333;
  font-size: clamp(16px, 1.6666666667vw, 24px);
}
.p-saiyobutton__text::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #E3F6A5;
  -webkit-mask-image: url("/wp-content/themes/ssk/img/icon_recruit.svg");
          mask-image: url("/wp-content/themes/ssk/img/icon_recruit.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 10px;
  margin-right: 10px;
  width: 12.8%;
  height: auto;
  aspect-ratio: 1;
  background-size: contain;
  background-color: #b5d54f;
}
@media (max-width: 768px) {
  .p-saiyobutton__text::before {
    width: 14.8%;
  }
}
@media (max-width: 768px) {
  .p-saiyobutton__text {
    height: 60px;
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .u-mtPc20 {
    margin-top: 20px !important;
  }
  .u-mtPc40 {
    margin-top: 40px !important;
  }
  .u-mtPc60 {
    margin-top: 60px !important;
  }
  .u-mtPc80 {
    margin-top: 80px !important;
  }
  .u-mtPc100 {
    margin-top: 100px !important;
  }
  .u-mtPc120 {
    margin-top: 120px !important;
  }
  .u-mtPc140 {
    margin-top: 140px !important;
  }
  .u-mtPc160 {
    margin-top: 160px !important;
  }
  .u-mtPc90 {
    margin-top: 90px !important;
  }
  .u-fzPc10 {
    font-size: 10px !important;
  }
  .u-fzPc12 {
    font-size: 12px !important;
  }
  .u-fzPc14 {
    font-size: 14px !important;
  }
  .u-fzPc16 {
    font-size: 16px !important;
  }
  .u-fzPc18 {
    font-size: 18px !important;
  }
  .u-fzPc20 {
    font-size: 20px !important;
  }
  .u-fzPc22 {
    font-size: 22px !important;
  }
  .u-fzPc24 {
    font-size: 24px !important;
  }
  .u-fzPc26 {
    font-size: 26px !important;
  }
  .u-fzPc28 {
    font-size: 28px !important;
  }
  .u-fzPc30 {
    font-size: 30px !important;
  }
  .u-fzPc32 {
    font-size: 32px !important;
  }
  .u-fzPc34 {
    font-size: 34px !important;
  }
  .u-fzPc36 {
    font-size: 36px !important;
  }
  .u-fzPc38 {
    font-size: 38px !important;
  }
  .u-fzPc40 {
    font-size: 40px !important;
  }
  .u-fzPc42 {
    font-size: 42px !important;
  }
  .u-fzPc44 {
    font-size: 44px !important;
  }
  .u-fzPc46 {
    font-size: 46px !important;
  }
  .u-fzPc48 {
    font-size: 48px !important;
  }
  .u-fzPc50 {
    font-size: 50px !important;
  }
  .u-fzPc52 {
    font-size: 52px !important;
  }
  .u-fzPc54 {
    font-size: 54px !important;
  }
  .u-fzPc56 {
    font-size: 56px !important;
  }
  .u-fzPc58 {
    font-size: 58px !important;
  }
  .u-fzPc60 {
    font-size: 60px !important;
  }
  .u-fzPc72 {
    font-size: 72px !important;
  }
  .u-fzPc74 {
    font-size: 74px !important;
  }
  .u-fzPc76 {
    font-size: 76px !important;
  }
  .u-fzPc78 {
    font-size: 78px !important;
  }
  .u-fzPc80 {
    font-size: 80px !important;
  }
}
@media (max-width: 768px) {
  .u-mtSp20 {
    margin-top: 20px !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
  }
  .u-fzSp10 {
    font-size: 10px !important;
  }
  .u-fzSp12 {
    font-size: 12px !important;
  }
  .u-fzSp14 {
    font-size: 14px !important;
  }
  .u-fzSp16 {
    font-size: 16px !important;
  }
  .u-fzSp18 {
    font-size: 18px !important;
  }
  .u-fzSp20 {
    font-size: 20px !important;
  }
  .u-fzSp22 {
    font-size: 22px !important;
  }
  .u-fzSp24 {
    font-size: 24px !important;
  }
  .u-fzSp26 {
    font-size: 26px !important;
  }
  .u-fzSp28 {
    font-size: 28px !important;
  }
  .u-fzSp30 {
    font-size: 30px !important;
  }
  .u-fzSp32 {
    font-size: 32px !important;
  }
  .u-fzSp34 {
    font-size: 34px !important;
  }
  .u-fzSp36 {
    font-size: 36px !important;
  }
  .u-fzSp38 {
    font-size: 38px !important;
  }
  .u-fzSp40 {
    font-size: 40px !important;
  }
  .u-fzSp42 {
    font-size: 42px !important;
  }
  .u-fzSp44 {
    font-size: 44px !important;
  }
  .u-fzSp46 {
    font-size: 46px !important;
  }
  .u-fzSp48 {
    font-size: 48px !important;
  }
  .u-fzSp50 {
    font-size: 50px !important;
  }
  .u-fzSp52 {
    font-size: 52px !important;
  }
  .u-fzSp54 {
    font-size: 54px !important;
  }
  .u-fzSp56 {
    font-size: 56px !important;
  }
  .u-fzSp58 {
    font-size: 58px !important;
  }
  .u-fzSp60 {
    font-size: 60px !important;
  }
  .u-fzSp72 {
    font-size: 72px !important;
  }
  .u-fzSp74 {
    font-size: 74px !important;
  }
  .u-fzSp76 {
    font-size: 76px !important;
  }
  .u-fzSp78 {
    font-size: 78px !important;
  }
  .u-fzSp80 {
    font-size: 80px !important;
  }
}
.u-tcWhite {
  color: #fff !important;
}

.u-tcBlack {
  color: #333 !important;
}

.u-tac {
  text-align: center !important;
}

.u-bgcBlue {
  background-color: var(--corpColor) !important;
}

.u-breakSp {
  display: none;
}

@media (max-width: 768px) {
  .u-breakPc {
    display: none;
  }
  .u-breakSp {
    display: block;
  }
}
.p-mainVisual {
  position: relative;
  height: 100vh;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-mainVisual {
    padding-top: 60px;
    height: 488px;
  }
}

.p-mainVisual__photoList {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .p-mainVisual__photoList {
    overflow: hidden;
  }
}

.p-mainVisual__photo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.6/1;
}
.p-mainVisual__photo.p-mainVisual__photo--2 {
  -o-object-position: 28%;
     object-position: 28%;
}
.p-mainVisual__photo.p-mainVisual__photo--3 {
  -o-object-position: 28%;
     object-position: 28%;
}
.p-mainVisual__photo.p-mainVisual__photo--4 {
  -o-object-position: 28%;
     object-position: 28%;
}
.p-mainVisual__photo.p-mainVisual__photo--5 {
  -o-object-position: 28%;
     object-position: 28%;
}
@media (max-width: 768px) {
  .p-mainVisual__photo {
    position: absolute;
    top: 0;
    left: -174px;
    width: min(200%, 942px);
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
    aspect-ratio: unset;
  }
}

.p-mainVisual__text {
  position: absolute;
  left: 2%;
  bottom: 60px;
  z-index: 2;
  max-width: 802px;
  color: #FFFFFF;
  font-size: clamp(24px, 2.7777777778vw, 40px);
  font-weight: bold;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .p-mainVisual__text {
    left: unset;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}

.p-mainVisual__text__line {
  display: block;
  padding: 4px 0px 0px 62px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-mainVisual__text__line.p-mainVisual__text__line--break {
  display: inline-block;
  padding-left: 0;
}
.p-mainVisual__text__line + .p-mainVisual__text__line {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-mainVisual__text__line {
    padding: 0 0 0 20px;
  }
  .p-mainVisual__text__line + .p-mainVisual__text__line {
    margin-top: 0;
  }
}

.p-mainbutton {
  position: absolute;
  width: 31.25%;
  right: 0;
  bottom: 110px;
}
@media (max-width: 768px) {
  .p-mainbutton {
    display: none;
  }
}

.p-mainbutton.p-mainbutton--sp {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .p-mainbutton.p-mainbutton--sp {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px 20px 24px;
    background-color: rgba(245, 246, 160, 0.8);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .p-mainbutton.p-mainbutton--sp.is-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

.p-appealbutton {
  width: 93%;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-appealbutton {
    width: 100%;
  }
}

.p-entryButtonUnit {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-entryButtonUnit {
    width: 40%;
    margin-top: 0;
  }
}

.p-mainButtonUnit {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-mainButtonUnit {
    width: 60%;
    margin-top: 0;
  }
}

.p-mainVisual__label {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (max-width: 768px) {
  .p-mainVisual__label__image {
    max-width: 180px;
    margin-inline: auto;
  }
}

.p-mainentrybutton {
  position: absolute;
  top: 77%;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66.8%;
  background-color: #F2C49C;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .p-mainentrybutton {
    position: static;
    width: 110px;
    margin-top: -16px;
    margin-inline: auto;
  }
}

.p-entry__text {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  color: #333333;
  font-size: 40px;
}
.p-entry__text.ShadowButton {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .p-entry__text {
    height: 74px;
    font-size: 14px;
    font-weight: bold;
  }
}
.p-entry__text::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: #FFF;
  -webkit-mask-image: url("/wp-content/themes/ssk/img/icon_mail.png");
          mask-image: url("/wp-content/themes/ssk/img/icon_mail.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 44%;
          mask-size: 44%;
}

.p-entry__text__inline {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-Section {
  padding: 100px 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-newsSection {
  padding: 100px 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-newsSection {
    padding: 120px 32px 80px;
  }
}

.p-benefitSection {
  padding: 100px 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E3F6A5;
}
@media (max-width: 768px) {
  .p-benefitSection {
    padding: 80px 10px;
  }
}

.p-staffSection {
  padding: 100px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFCBBE;
}
@media (max-width: 768px) {
  .p-staffSection {
    padding: 80px 10px;
  }
}

.p-aboutSection {
  padding: 100px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2C49C;
}
@media (max-width: 768px) {
  .p-aboutSection {
    padding: 80px 10px;
  }
}

.p-mainVisual__box {
  background-color: rgba(244, 244, 22, 0.6);
  position: absolute;
  width: 200px;
  height: 20px;
  top: 109%;
  left: 45%;
}

.p-mainVisualBox__text {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-titleSpeechbubble {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  width: 183px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .p-titleSpeechbubble {
    width: 146px;
  }
}

.p-newsList {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-newsList__title {
  background-color: #FFCBBE;
}

.p-news__item {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .p-news__item {
    margin-top: 10px;
  }
}

.p-newsList__title {
  margin-right: 20px;
  padding: 0 4px;
}

.p-newsText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333;
}

@media (max-width: 768px) {
  .p-aboutList__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-aboutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-aboutList {
    display: none;
  }
}

.p-aboutListsp {
  display: none;
}
@media (max-width: 768px) {
  .p-aboutListsp {
    display: block;
  }
}

@media (max-width: 768px) {
  .p-aboutList__itemsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 12px 24px;
  }
}

.p-aboutPic {
  max-width: 330px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .p-aboutPic {
    width: calc(50% - 12px);
    max-width: 280px;
    min-width: unset;
  }
}

.p-aboutList__itemMiddle {
  max-width: 440px;
  padding: 0 20px 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-aboutList__itemMiddle {
    padding: 0 0 20px;
  }
}

.p-aboutPic1 {
  max-width: 330px;
  min-width: 200px;
  margin-bottom: 80px;
}

.p-appealList {
  margin: 0 auto;
  max-width: 1100px;
}

.p-interviewPanel__item {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-interviewPanel__item {
    margin-bottom: 30px;
  }
}

.p-interviewPanel__item:last-child {
  margin-bottom: 0;
}

.p-staffPanel {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-staffPanel {
    display: none;
  }
}

.p-staffPanelsp {
  display: none;
}
@media (max-width: 768px) {
  .p-staffPanelsp {
    display: block;
    max-width: 96%;
    margin-inline: auto;
  }
}

.p-staffPanel__item {
  position: relative;
  width: 22.22vw;
}
.p-staffPanel__item + .p-staffPanel__item {
  margin-left: 2.08vw;
}
@media (max-width: 768px) {
  .p-staffPanel__item {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-staffPanel__item + .p-staffPanel__item {
    margin-top: 20px;
  }
}

.p-staffPanel__item:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .p-staffPanel__image {
    width: 100%;
    max-width: 100%;
  }
}

.slick-next, .slick-prev {
  z-index: 10;
  background: #FFFFFF;
  padding: 25px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .slick-next, .slick-prev {
    padding: 18px;
  }
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  color: #333;
  background: #FFFFFF;
  font-weight: 900;
  font-size: 30px;
}
@media (max-width: 768px) {
  .slick-prev:before, .slick-next:before {
    font-size: 24px;
  }
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #FFFFFF;
}

.slick-prev:before {
  content: "<";
  top: 8px;
  right: 17px;
}
@media (max-width: 768px) {
  .slick-prev:before {
    top: 4px;
    right: 13px;
  }
}

.slick-next:before {
  content: ">";
  top: 8px;
  right: 14px;
}
@media (max-width: 768px) {
  .slick-next:before {
    top: 4px;
    right: 10px;
  }
}

.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.dots-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.dots-class li {
  width: 2.23%;
  aspect-ratio: 1;
  background-color: #D9D9D9;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (max-width: 768px) {
  .dots-class li {
    width: 8px;
    height: 8px;
    margin-right: 4px;
  }
}

.dots-class li.slick-active {
  background-color: #000000;
}

.dots-class li:hover {
  background-color: #000000;
}

.dots-class li:last-child {
  margin-right: 0;
}

.p-sectionTitleNews {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 46px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F5F6A0));
  background: linear-gradient(transparent 50%, #F5F6A0 50%);
}
@media (max-width: 768px) {
  .p-sectionTitleNews {
    padding: 0 22px;
    font-size: 32px;
  }
}

.p-sectionTitle {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-sectionTitle {
    font-size: 32px;
  }
}
.p-sectionTitle span {
  font-size: 36px;
  font-weight: lighter;
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-sectionTitle span {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.p-sectionTitle__item {
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-sectionTitle__item {
    margin-top: 5px;
    margin-bottom: 32px;
    font-size: 10px;
  }
}

.p-section {
  padding: 0 16px 210px;
}

.p-section:has(.mw_wp_form_confirm) {
  padding-bottom: 250px;
}

.p-moreLink {
  margin-top: 80px;
}

.p-interviewPanel + .p-moreLink {
  margin-top: 64px;
}

.p-moreLink {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-moreLink {
    margin-top: 40px;
  }
}

.p-interviewPanel + .p-moreLink {
  margin-top: 64px;
}

.p-moreLink__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 48px;
  max-width: 229px;
  min-height: 53px;
  background-color: #333333;
  color: #FFFFFF;
  font-size: 18px;
}
.p-moreLink__text::after {
  content: "";
  display: block;
  width: 17px;
  height: 23px;
  background-color: #fff;
  -webkit-mask-image: url("/wp-content/themes/ssk/img/polygon.png");
          mask-image: url("/wp-content/themes/ssk/img/polygon.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .p-moreLink__text::after {
    width: 12px;
    height: 17px;
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .p-moreLink__text {
    width: 187px;
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }
}

.p-mainchartbutton {
  position: relative;
  z-index: 10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  width: 93.5%;
  background-color: #FFCBBE;
  color: #333;
  font-size: 18px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .p-mainchartbutton {
    margin-inline: auto;
  }
}

.p-chart__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  color: #333333;
  font-size: 24px;
}
.p-chart__text.ShadowButton {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-chart__text::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #333;
  -webkit-mask-image: url("/wp-content/themes/ssk/img/icon_chart.svg");
          mask-image: url("/wp-content/themes/ssk/img/icon_chart.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 16px;
}
.p-chart__text::after {
  content: "";
  display: block;
  height: 31px;
  width: calc(15.5px * tan(60deg));
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #333;
  height: 24px;
  width: calc(12px * tan(60deg));
  margin-left: 16px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .p-chart__text {
    height: 36px;
    font-size: 14px;
  }
  .p-chart__text::before {
    width: 14px;
    margin-right: 8px;
  }
  .p-chart__text::after {
    height: 12px;
    width: calc(6px * tan(60deg));
    margin-left: 4px;
  }
}

.p-chartbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
  margin-inline: auto;
  max-width: 611px;
  background-color: #E3F6A5;
  color: #333333;
  border: 2px solid #333;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .p-chartbutton {
    margin-top: 20px;
    width: 100%;
    max-width: 355px;
    border-radius: 20px;
  }
}

.p-chartLink__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 198px;
  color: #333333;
  font-size: 40px;
}
.p-chartLink__text::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-color: #333;
  -webkit-mask-image: url("/wp-content/themes/ssk/img/icon_chart.svg");
          mask-image: url("/wp-content/themes/ssk/img/icon_chart.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 23px;
}
@media (max-width: 768px) {
  .p-chartLink__text {
    height: 94px;
    font-size: 24px;
  }
}

.p-saiyoicon {
  width: 30px;
}

.p-entryicon {
  width: 30px;
}

.p-interviewSection {
  padding: 100px 24px;
}

.p-interviewPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 126px auto 0;
  max-width: 1100px;
}

.p-interviewPanel__item {
  position: relative;
  width: 33.3333333333%;
}
.p-interviewPanel__item.p-interviewPanel__item--full {
  width: 100%;
}

.p-interviewPanel__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
  color: #fff;
}
.p-interviewPanel__link + .p-interviewPanel__link:hover {
  opacity: 1;
}

.p-interviewPanel__textArea {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 3;
  padding-bottom: 11px;
}

.p-interviewPanel__title {
  padding: 8px 8px 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.p-interviewPanel__title + .p-interviewPanel__title {
  margin-top: 8px;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .p-interviewPanel__title {
    font-size: 10px;
  }
}

.p-interviewPanel__text {
  padding-left: 16px;
  max-width: 320px;
  min-height: 52px;
  font-size: 28px;
  color: #fff;
  text-align: right;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-interviewPanel__text {
    min-height: unset;
    font-size: 16px;
  }
}

.p-interviewPanel__item.p-interviewPanel__item--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-interviewPanel__item.p-interviewPanel__item--full .p-interviewPanel__image--sp {
  display: none;
}

.p-interviewPanelFull__textArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-interviewPanelFull__title__main {
  display: block;
  font-size: 36px;
  font-weight: lighter;
  text-align: center;
}
@media (max-width: 768px) {
  .p-interviewPanelFull__title__main {
    font-size: 16px;
  }
}

.p-interviewPanelFull__title__sub {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.p-interviewPanelFull__text {
  margin-top: min(2.778vw, 40px);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.p-entrybutton {
  position: absolute;
  right: 8.75%;
  bottom: -84px;
  width: 14.444%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-entrybutton:hover {
  opacity: 1;
  -webkit-transform: translate(10px, 5px);
          transform: translate(10px, 5px);
}