@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;
}

.p-mainVisual {
  padding-top: 100px;
}
.p-mainVisual .p-mainVisual__inner {
  position: relative;
  width: 100%;
  padding-top: 34.72%;
  background-image: url("/wp-content/themes/ssk/img/mainVisual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.p-mainVisual .p-mainVisual__inner::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.p-mainVisual .p-mainVisual__inner .p-mainVisual__title {
  position: absolute;
  inset: 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;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.8rem;
  z-index: 2;
}

@media (max-width: 768px) {
  .p-mainVisual {
    padding-top: 65px;
  }
  .p-mainVisual .p-mainVisual__inner {
    width: 100%;
    height: 200px;
    padding-top: 200px;
    background-position: top;
  }
  .p-mainVisual .p-mainVisual__inner .p-mainVisual__title {
    font-size: 24px;
  }
}
@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;
  }
}

.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 (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 .p-mainVisual__inner {
  background-image: url("/wp-content/themes/ssk/img/mainVisual_about.png");
  background-position: 0 34%;
}

.p-sectionTitle {
  text-align: center;
  margin-bottom: 80px;
}

.p-sectionTitle--numbers {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-cultureSection {
  padding: 160px 0 100px;
}

.p-sectionTitle__en {
  display: inline-block;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 5px;
  margin-bottom: 11px;
  font-size: 40px;
}

.p-sectionTitle__jp {
  font-size: 38px;
  font-weight: normal;
}

.p-culture__content__lead {
  font-size: 36px;
  text-align: center;
}

.p-culture__content__text {
  font-size: 24px;
  text-align: left;
  padding: 83px 24px 120px;
  max-width: 1170px;
  margin: 0 auto;
}

.p-culture__content__subtitle {
  text-align: center;
}

.p-culture__content__subtitle__text {
  display: inline-block;
  font-size: 36px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F5F6A0));
  background: linear-gradient(transparent 60%, #F5F6A0 0%);
  padding: 0 8px 4px;
  margin-bottom: 84px;
}

.p-cultureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  gap: 55px;
}

.p-cultureList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22.91%;
  aspect-ratio: 1;
  background: #E3F6A5;
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.25);
}
.p-cultureList__item.p-cultureList__item-c01 {
  background: #E3F6A5;
}
.p-cultureList__item.p-cultureList__item-c02 {
  background: #F2C49C;
}
.p-cultureList__item.p-cultureList__item-c03 {
  background: #FFCBBE;
}

.p-cultureList__item--jp {
  font-size: clamp(20px, 2.7777777778vw, 40px);
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.p-cultureList__item--en {
  font-size: 24px;
  font-size: clamp(16px, 1.6666666667vw, 24px);
}

.unionImagetop {
  position: relative;
  background-image: url("/wp-content/themes/ssk/img/unionImagetop.png");
  background-position: center bottom;
  height: 31vw;
  background-size: 100%;
  background-repeat: no-repeat;
}

.p-numbersSection {
  padding: 59px 24px 200px;
  background: rgba(217, 217, 217, 0.4);
}

.p-sectionTitle__text {
  font-size: 24px;
  font-weight: normal;
}

.p-sectionTitle__mainText {
  font-size: 40px;
  text-align: center;
}

.p-sectionTitle__text__number {
  display: inline-block;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F2C49C));
  background: linear-gradient(transparent 60%, #F2C49C 0%);
  padding: 0 8px 2px;
}

.p-numbers__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 2.72%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin-inline: auto;
}

.p-numbers__item {
  width: calc(50% - 15px);
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-numbers__item.p-numbers__item--1 {
  width: 46.0909090909%;
}
.p-numbers__item.p-numbers__item--2 {
  width: 51.1818181818%;
}
.p-numbers__item.p-numbers__item--5 {
  width: 41.7272727273%;
}
.p-numbers__item.p-numbers__item--6 {
  width: 55.5454545455%;
}
.p-numbers__item.p-numbers__item--7 {
  width: 50.4545454545%;
}
.p-numbers__item.p-numbers__item--8 {
  width: 46.8181818182%;
}
.p-numbers__item.p-numbers__item--9 {
  width: 41.7272727273%;
}
.p-numbers__item.p-numbers__item--10 {
  width: 55.5454545455%;
}
.p-numbers__item.p-numbers__item--11 {
  width: 58.2727272727%;
}
.p-numbers__item.p-numbers__item--12 {
  width: 39%;
}
.p-numbers__item.p-numbers__item--13 {
  width: 49.0909090909%;
}
.p-numbers__item.p-numbers__item--14 {
  width: 48.1818181818%;
}

.p-numbers__item__A {
  background: #fff;
  text-align: center;
}

.sp__none {
  height: auto;
}

.p-numbers__item__title--green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 5px #E3F6A5 solid;
}

.p-numbers__item__title--orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 5px #F2C49C solid;
}

.p-numbers__item__title--pink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 5px #FFCBBE solid;
}

.p-numbers__item__number {
  padding: 30px 4.72%;
  font-size: clamp(80px, 8.3333333333vw, 120px);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-numbers__item__A {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  background: #fff;
  text-align: center;
}

.p-numbers__item__numberFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding: 30px;
}

.p-numbers__item__numberList {
  text-align: left;
}

.p-numbers__item__numberList__last {
  width: 100%;
  text-align: left;
  padding: 10px;
}

.p-numbers__contentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-numbers__contentList__item {
  width: 100%;
}
.p-numbers__contentList__item.p-numbers__contentList__item--noWrap {
  white-space: nowrap;
}

.p-numbers__contentList.p-numbers__contentList--col2 .p-numbers__contentList__item {
  width: calc(50% - 7.5px);
}

.p-numbers__contentList.p-numbers__contentList--col3 .p-numbers__contentList__item {
  width: calc(33.3333333333% - 10px);
}

.item__numberList__text {
  font-size: clamp(16px, 2.5vw, 36px);
  padding: 10px;
}

.item__number__36px {
  font-size: clamp(16px, 2.5vw, 36px);
  font-weight: lighter;
  vertical-align: top;
}

.item__number__36px--bottom {
  font-size: clamp(16px, 2.5vw, 36px);
  font-weight: lighter;
  vertical-align: 0px;
}

.item__number__36px--center {
  font-size: clamp(16px, 2.5vw, 36px);
  font-weight: lighter;
  vertical-align: 30px;
}

.item__number__18px {
  font-size: 18px;
  padding: 0 10px;
}

.p-numbers__item__numberSmalltext1 {
  font-size: 18px;
  font-weight: lighter;
}

.p-numbers__item__numberSmalltext2 {
  font-size: clamp(12px, 1.25vw, 18px);
  font-weight: lighter;
  padding: 10px;
}

@media (max-width: 768px) {
  .p-sectionTitle {
    text-align: center;
    margin-bottom: 42px;
  }
  .p-sectionTitle--numbers {
    width: 100%;
  }
  .p-cultureSection {
    padding: 160px 10px 100px;
  }
  .p-sectionTitle__en {
    font-size: 24px;
  }
  .p-sectionTitle__jp {
    font-size: 16px;
  }
  .p-culture__content__lead {
    font-size: 24px;
    text-align: left;
  }
  .p-culture__content__text {
    font-size: 14px;
    text-align: left;
    padding: 20px 0 64px;
  }
  .p-culture__content__subtitle__text {
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
  }
  .p-cultureList {
    -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;
    margin-top: 64px;
    gap: 30px;
  }
  .p-cultureList__item-c01, .p-cultureList__item-c02, .p-cultureList__item-c03 {
    width: 70%;
    max-width: 280px;
  }
  .unionImagetop {
    position: relative;
    background-image: url("/wp-content/themes/ssk/img/unionImagetop_sp.png");
    background-position: center bottom;
    height: 21vw;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .p-sectionTitle--numbers {
    top: 100%;
  }
  .p-numbersSection {
    padding: 145px 10px;
  }
  .p-numbers__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 8px;
  }
  .p-numbers__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-numbers__contentList.p-numbers__contentList--col2 .p-numbers__contentList__item,
  .p-numbers__contentList.p-numbers__contentList--col3 .p-numbers__contentList__item {
    width: 100%;
    margin-top: 10px;
  }
  .p-numbers__item {
    width: calc(50% - 15px);
    background: #fff;
    text-align: center;
  }
  .p-numbers__item.p-numbers__item--1, .p-numbers__item.p-numbers__item--2, .p-numbers__item.p-numbers__item--5, .p-numbers__item.p-numbers__item--6, .p-numbers__item.p-numbers__item--7, .p-numbers__item.p-numbers__item--8, .p-numbers__item.p-numbers__item--9, .p-numbers__item.p-numbers__item--10, .p-numbers__item.p-numbers__item--11, .p-numbers__item.p-numbers__item--12, .p-numbers__item.p-numbers__item--13, .p-numbers__item.p-numbers__item--14 {
    width: 100%;
  }
  .p-numbers__item__A {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
  }
  .p-numbers__item__numberFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp__none {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p-numbers__item__number {
    font-size: 100px;
    padding: 0;
  }
  .item__numberList__text {
    font-size: 24px;
    font-weight: normal;
  }
  .item__number__36px {
    font-size: 24px;
    font-weight: lighter;
    vertical-align: top;
  }
  .item__number__36px--bottom {
    font-size: 24px;
    font-weight: lighter;
    vertical-align: 0px;
  }
  .item__number__36px--center {
    font-size: 24px;
    font-weight: lighter;
    vertical-align: 30px;
  }
  .p-numbers__item__title--green, .p-numbers__item__title--orange, .p-numbers__item__title--pink {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 18px;
    text-align: left;
  }
  .p-cultureList__item--jp {
    font-size: 40px;
  }
  .p-numbers__item__plusIcon {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
  }
  .p-numbers__item__plusIcon::before, .p-numbers__item__plusIcon::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p-numbers__item__plusIcon::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .p-numbers__item.open .p-numbers__item__plusIcon::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .p-numbers__item.open .p-numbers__item__plusIcon::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    opacity: 0;
  }
  .p-numbers__item__A.open .p-numbers__item__plusIcon::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .p-numbers__item__A.open .p-numbers__item__plusIcon::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    opacity: 0;
  }
}