@charset "UTF-8";
/*---------------------------------------

    WEB FONTS

---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
/*------------------------------------------------------

    レスポンシブ対応用
    _mixins.scss

------------------------------------------------------*/
/*---------------------------------------

    BASE

---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #000;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Roboto", serif;
}

.kiwi {
  font-family: "Kiwi Maru", serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1.12em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
}

.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.scroll-mt,
section {
  scroll-margin-top: 110px;
}

.w100 {
  width: 100%;
}

.mt-50 {
  margin-top: clamp(25px, 14.2857142857px + 2.9761904762vw, 50px) !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}

.arrow-link {
  position: relative;
  display: block;
}

.arrow-link::after {
  position: absolute;
  top: 50%;
  right: -28px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #727272;
  border-right: 4px solid #727272;
  rotate: 45deg;
  translate: 0 -50%;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 940px;
}
@media (max-width: 576px) {
  .container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 576px) {
  .container--p40 {
    width: calc(100% - 60px);
  }
}

.d-pc {
  display: inline-block;
}

.d-sp {
  display: none;
}

/*---------------------------------------

    PARTS

---------------------------------------*/
/**/
.c-inner-block {
  display: flex;
}

/**/
.c-flex {
  display: flex;
  align-items: center;
}

/**/
.c-arrow {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-color: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-left: 10px;
}

/**/
.c-more-link {
  color: #000;
  font-weight: 700;
  border-radius: 15px 0 0 15px;
  padding: 15px 100px 15px 30px;
}

/**/
.c-page-header {
  padding: 118px 0 0;
  height: 800px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-page-header {
    padding-top: 130px;
    min-height: auto;
  }
}
.c-page-header--interview-single {
  overflow: visible;
  height: 850px;
}
@media (max-width: 576px) {
  .c-page-header--interview-single {
    height: auto;
  }
}
.c-page-header--recruit {
  margin-bottom: 30px;
}
.c-page-header--talk-session {
  height: auto;
}
.c-page-header__inner {
  position: relative;
  height: 682px;
}
@media (max-width: 576px) {
  .c-page-header__inner {
    height: calc(100vh - 130px);
  }
}
.c-page-header__inner.no-relative {
  position: inherit;
}
.c-page-header__inner--ceo {
  height: auto;
  position: inherit;
}
@media (max-width: 576px) {
  .c-page-header__inner--talk-session {
    height: auto;
  }
}
@media (max-width: 576px) {
  .c-page-header__inner--interview-single {
    height: auto;
  }
}
@media (max-width: 576px) {
  .c-page-header__inner--recruit {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.c-page-header__inner--interview-single {
  height: auto;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .c-page-header__inner--interview-single {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .c-page-header__inner--graphs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .c-page-header__inner--about {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .c-page-header__inner--recruiter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .c-page-header__inner--work, .c-page-header__inner--culture {
    display: flex;
    flex-direction: column;
  }
}
.c-page-header__inner--entry {
  height: 320px;
}
@media (max-width: 576px) {
  .c-page-header__inner--entry {
    height: 420px;
  }
}
.c-page-header__header {
  position: sticky;
  z-index: 1;
}
.c-page-header__en-title {
  color: #fff;
  font-size: 5.625rem;
  font-size: clamp(50px, 32.8571428571px + 4.7619047619vw, 90px);
  font-weight: 900;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1;
  margin-bottom: 10px;
}
.c-page-header__ja-title {
  font-size: 2.5rem;
  font-size: clamp(20px, 11.4285714286px + 2.380952381vw, 40px);
  font-weight: 700;
}
.c-page-header__copy {
  width: 310px;
  margin-top: 137px;
  margin-left: 50px;
}
@media (max-width: 576px) {
  .c-page-header__copy {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .c-page-header__copy--recruit {
    order: 3;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .c-page-header__copy--graphs {
    order: 3;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .c-page-header__copy--work {
    width: 100%;
    margin-top: 34px;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .c-page-header__copy--about {
    order: 3;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .c-page-header__copy--internship {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .c-page-header__copy--faq {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .c-page-header__copy--work, .c-page-header__copy--culture {
    order: 3;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.c-page-header__copy--entry {
  width: 310px;
  margin-top: 10px;
  margin-left: 50px;
}
@media (max-width: 576px) {
  .c-page-header__copy--entry {
    width: auto;
    margin-top: 20px;
    margin-left: 25px;
  }
}
.c-page-header__description {
  font-size: 1.4375rem;
  font-size: clamp(20px, 18.7142857143px + 0.3571428571vw, 23px);
  font-weight: 700;
}
.c-page-header__image {
  position: absolute;
  top: 75%;
  right: 0;
  translate: 0 -50%;
}
.c-page-header__image--ceo {
  top: auto;
  bottom: -8%;
  right: -8%;
  translate: 0 0;
  width: 58%;
}
@media (max-width: 768px) {
  .c-page-header__image--ceo {
    bottom: -8%;
    right: -15%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .c-page-header__image--ceo {
    top: auto;
    bottom: -5%;
    right: -15%;
    width: 94%;
  }
}
.c-page-header__image--talk-session {
  top: auto;
  bottom: 0%;
  translate: 0 0;
  right: -6%;
  width: 52%;
}
@media (max-width: 576px) {
  .c-page-header__image--talk-session {
    position: inherit;
    text-align: right;
    margin-bottom: 20px;
    translate: 20px 0;
    width: 80%;
  }
  .c-page-header__image--talk-session img {
    width: 90%;
  }
}
.c-page-header__image--about {
  top: 50%;
  right: -14%;
  width: 82%;
}
.c-page-header__image--about img {
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .c-page-header__image--about {
    width: 100%;
    position: inherit;
    top: auto;
    right: auto;
    translate: inherit;
  }
}
.c-page-header__image--graphs {
  top: auto;
  bottom: 40px;
  translate: 0 0;
  right: -56px;
  width: 75%;
}
@media (max-width: 576px) {
  .c-page-header__image--graphs {
    position: inherit;
    top: auto;
    bottom: 0;
    right: auto;
    translate: inherit;
    order: 2;
    width: 100%;
    margin: 40px 0;
  }
}
.c-page-header__image--faq, .c-page-header__image--recruit, .c-page-header__image--internship {
  top: 50%;
  right: -13%;
  width: 80%;
}
.c-page-header__image--faq img, .c-page-header__image--recruit img, .c-page-header__image--internship img {
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .c-page-header__image--faq, .c-page-header__image--recruit, .c-page-header__image--internship {
    position: inherit;
    top: auto;
    right: auto;
    translate: inherit;
    width: 100%;
    margin: 40px 0;
  }
}
.c-page-header__image--interview {
  top: auto;
  bottom: 0;
  right: -13%;
  translate: 0 0;
  width: clamp(1000px, 922.8571428571px + 21.4285714286vw, 1180px);
  text-align: right;
}
@media (max-width: 576px) {
  .c-page-header__image--interview {
    width: 107%;
    right: -5%;
  }
}
.c-page-header__image--interview img {
  max-width: inherit;
  width: 100%;
}
.c-page-header__image--culture {
  top: 50%;
  right: -120px;
  width: 80%;
}
.c-page-header__image--culture img {
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .c-page-header__image--culture {
    top: auto;
    right: auto;
    translate: 0 0;
    width: 100%;
    position: inherit;
    margin: 40px 0;
  }
}
.c-page-header__image--work {
  top: 50%;
  right: -12%;
  width: 80%;
}
.c-page-header__image--work img {
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .c-page-header__image--work {
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    translate: 0 0;
    position: inherit;
    margin: 40px 0;
  }
}
.c-page-header__image--recruiter {
  top: 50%;
  right: 12%;
  width: 20%;
}
@media (max-width: 576px) {
  .c-page-header__image--recruiter {
    position: inherit;
    top: auto;
    right: auto;
    translate: inherit;
    width: 30%;
    margin: 0 auto;
  }
}
.c-page-header__message {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .c-page-header__message {
    margin-top: 20px;
  }
}
.c-page-header__message--talk-session {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .c-page-header__message--recruiter {
    margin-top: 0;
  }
}
.c-page-header__message-title {
  font-size: 3.4375rem;
  font-size: clamp(30px, 19.2857142857px + 2.9761904762vw, 55px);
  font-weight: 900;
  line-height: 1.4;
  margin-left: 30px;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
.c-page-header__message-title--talk-session {
  margin-bottom: 20px;
  font-size: clamp(30px, 19.2857142857px + 2.9761904762vw, 55px);
}
@media (max-width: 576px) {
  .c-page-header__message-title--talk-session {
    margin-left: 0;
  }
}
.c-page-header__message-title--ceo {
  font-size: clamp(28px, 18.5714285714px + 2.619047619vw, 50px);
}
@media (max-width: 576px) {
  .c-page-header__message-title--ceo {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.c-page-header__message-title--recruiter {
  font-size: clamp(30px, 21.4285714286px + 2.380952381vw, 50px);
}
@media (max-width: 576px) {
  .c-page-header__message-title--recruiter {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.c-page-header__message-text {
  font-size: 2.125rem;
  font-size: clamp(20px, 14px + 1.6666666667vw, 34px);
  font-weight: 700;
  line-height: 1.4;
  margin-left: 30px;
}
@media (max-width: 576px) {
  .c-page-header__message-text {
    margin-left: 0;
  }
}
.c-page-header__message-text--talk-session {
  width: 390px;
  font-size: 1.25rem;
  font-weight: inherit;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .c-page-header__message-text--talk-session {
    width: 100%;
    margin-bottom: 20px;
    order: 3;
  }
}
@media (max-width: 576px) {
  .c-page-header__message-text--recruiter {
    margin: 20px 0 70px;
  }
}
.c-page-header--interview-senior, .c-page-header--work, .c-page-header--recruit, .c-page-header--culture, .c-page-header--internship, .c-page-header--faq, .c-page-header--entry {
  background-color: #7dc9f6;
}
.c-page-header--talk-session, .c-page-header--interview-younger, .c-page-header--interview {
  background-color: #fcce90;
}
.c-page-header--ceo-message {
  background-color: #9bb4f7;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.c-page-header--recruiter {
  background-color: #fce890;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .c-page-header--recruiter {
    height: auto;
  }
}
.c-page-header--culture {
  margin-bottom: 30px;
}
.c-page-header--graphs {
  background-color: #fce890;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .c-page-header--graphs {
    margin-bottom: 30px;
  }
}
.c-page-header--about {
  background-color: #fce890;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .c-page-header--about {
    margin-bottom: 30px;
  }
}
.c-page-header--entry {
  height: 439px;
}
.c-page-header--entry .c-page-header__image {
  top: auto;
  bottom: 50px;
  translate: 0;
}
@media (max-width: 576px) {
  .c-page-header--entry {
    height: 600px;
  }
  .c-page-header--entry .c-page-header__image {
    bottom: -25px;
  }
}

.c-interview-header__position {
  display: flex;
  align-items: center;
  gap: clamp(15px, 10.2857142857px + 1.3095238095vw, 26px);
  margin-top: clamp(30px, 23.1428571429px + 1.9047619048vw, 46px);
  margin-bottom: clamp(20px, 14.4285714286px + 1.5476190476vw, 33px);
}
.c-interview-header__position-label {
  font-size: 1.8125rem;
  font-size: clamp(17px, 11.8571428571px + 1.4285714286vw, 29px);
  font-weight: 700;
  border-radius: 20px;
  line-height: 1;
  padding: clamp(8px, 2.4285714286px + 1.5476190476vw, 21px) clamp(8px, 2.4285714286px + 1.5476190476vw, 21px);
  width: clamp(59px, 41.4285714286px + 4.880952381vw, 100px);
  height: clamp(59px, 41.4285714286px + 4.880952381vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-interview-header__position-label--tokyo, .c-interview-header__position-label--sapporo, .c-interview-header__position-label--osaka {
  background-repeat: no-repeat;
  background-position: center;
}
.c-interview-header__position-label--tokyo {
  background-image: url("../../recruit/images/icon-tokyo_yellow.svg");
  background-size: 53%;
}
.c-interview-header__position-label--osaka {
  background-image: url("../../recruit/images/icon-osaka_yellow.svg");
  background-size: 80%;
}
.c-interview-header__position-label--sapporo {
  background-image: url("../../recruit/images/icon-sapporo_yellow.svg");
  background-size: 75%;
}
.c-interview-header__position-value {
  font-size: 2.125rem;
  font-size: clamp(20px, 14px + 1.6666666667vw, 34px);
  font-weight: 700;
  line-height: 1.4;
}
.c-interview-header__position-value p {
  font-size: clamp(16px, 12.1428571429px + 1.0714285714vw, 25px);
}
.c-interview-header__position--young .c-interview-header__position-label {
  background-color: #fff;
  color: #000;
}
.c-interview-header__position--senior .c-interview-header__position-label {
  background-color: #000;
  color: #fff;
}

.c-interview-header__employee {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 45%;
}
@media (max-width: 576px) {
  .c-interview-header__employee {
    position: inherit;
    translate: inherit;
    top: auto;
    right: auto;
    width: 100%;
    width: 78%;
    margin: 0 auto;
  }
}
.c-interview-header__employee-inner {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 89px;
}
.c-interview-header__employee-txt h3 {
  writing-mode: vertical-rl;
  font-size: 2.6875rem;
  font-size: clamp(26px, 18.7142857143px + 2.0238095238vw, 43px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.c-interview-header__employee-txt h3 .long-note {
  rotate: 90deg;
  translate: 9px 8px;
}
.c-interview-header__employee-txt h3 .brackets-start {
  translate: 40px 14px;
  transform: scale(-1, 1);
}
@media (max-width: 576px) {
  .c-interview-header__employee-txt h3 .brackets-start {
    translate: 30px 14px;
  }
}
.c-interview-header__employee-txt h3 .brackets-end {
  translate: -40px -14px;
  transform: scale(-1, 1);
}
@media (max-width: 576px) {
  .c-interview-header__employee-txt h3 .brackets-end {
    translate: -30px -14px;
  }
}
.c-interview-header__employee-txt h3 .num {
  text-orientation: upright;
}
.c-interview-header__employee-txt--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
}
.c-interview-header__employee-txt--left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
}
.c-interview-header__employee-image {
  text-align: center;
}
@media (max-width: 576px) {
  .c-interview-header__employee-image img {
    width: 60%;
    height: auto;
  }
}

.c-interview-header__flow {
  position: relative;
  border-radius: 20px;
  margin-left: 40px;
  padding: 0 15px 15px;
  display: inline-block;
}
@media (max-width: 576px) {
  .c-interview-header__flow {
    margin: 30px 0;
  }
}
.c-interview-header__flow h4 {
  white-space: nowrap;
}
.c-interview-header__flow h4 span {
  display: block;
  margin-bottom: 10px;
}
.c-interview-header__flow h4 span.en {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  line-height: 0.8;
  text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
}
@media (max-width: 576px) {
  .c-interview-header__flow h4 span.en {
    line-height: 0.7;
  }
}
.c-interview-header__flow h4 span.ja {
  font-size: 1.125rem;
  font-weight: 700;
}
.c-interview-header__flow--young {
  background-color: #fff0b4;
}
.c-interview-header__flow--senior {
  background-color: #dbeaf4;
}

.c-interview-header__time {
  position: relative;
}
.c-interview-header__time::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 69px;
  translate: 0 0;
  width: 1px;
  height: 87%;
  background-color: #000;
}
@media (max-width: 576px) {
  .c-interview-header__time::after {
    left: 66px;
  }
}
.c-interview-header__time div {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.c-interview-header__time div dt,
.c-interview-header__time div dd {
  font-size: 1.125rem;
  font-size: clamp(15px, 13.7142857143px + 0.3571428571vw, 18px);
  font-weight: 700;
}
.c-interview-header__time div dt {
  width: 50px;
  position: relative;
  text-align: right;
}
.c-interview-header__time div dt::before {
  content: "●";
  position: absolute;
  top: 5px;
  right: -25px;
  font-size: 0.6875rem;
  color: #000;
}
@media (max-width: 576px) {
  .c-interview-header__time div dt::before {
    right: -22px;
  }
}
.c-interview-header__time div dd {
  width: calc(100% - 90px);
}

/**/
.c-anker-link__list {
  display: flex;
  justify-content: center;
}
.c-anker-link__item {
  font-size: 1.0625rem;
  font-size: clamp(14px, 12.7142857143px + 0.3571428571vw, 17px);
  font-weight: 900;
}
.c-anker-link__item a {
  background-color: #000;
  color: #fff;
  padding: 22px 15px;
}
@media (max-width: 576px) {
  .c-anker-link__item a {
    padding: 10px 10px;
  }
}
.c-anker-link__item a.active {
  color: #f2a53e;
}
.c-anker-link__item a:hover {
  background-color: #333;
  color: #fce890;
}
.c-anker-link__item:first-child a {
  border-radius: 20px 0 0 20px;
  padding-left: 30px;
}
@media (max-width: 576px) {
  .c-anker-link__item:first-child a {
    border-radius: 20px 0 0 20px;
    padding: 10px 10px 10px 20px;
  }
}
.c-anker-link__item:last-child a {
  border-radius: 0 20px 20px 0;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .c-anker-link__item:last-child a {
    border-radius: 0 20px 20px 0;
    padding: 10px 20px 10px 10px;
  }
}
.c-anker-link--fixed {
  position: fixed;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  z-index: 10;
}
@media (max-width: 576px) {
  .c-anker-link--fixed {
    position: inherit;
    translate: inherit;
  }
}
.c-anker-link--fixed .c-anker-link__list {
  flex-direction: column;
}
@media (max-width: 576px) {
  .c-anker-link--fixed .c-anker-link__list {
    flex-direction: row;
  }
}
.c-anker-link--fixed .c-anker-link__item a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 7px 22px;
}
@media (max-width: 576px) {
  .c-anker-link--fixed .c-anker-link__item a {
    writing-mode: inherit;
    padding: 10px 10px;
  }
}
.c-anker-link--fixed .c-anker-link__item:first-child a {
  border-radius: 20px 20px 0 0;
  padding: 30px 22px 7px;
}
@media (max-width: 576px) {
  .c-anker-link--fixed .c-anker-link__item:first-child a {
    border-radius: 20px 0 0 20px;
    padding: 10px 10px 10px 20px;
  }
}
.c-anker-link--fixed .c-anker-link__item:last-child a {
  border-radius: 0 0 20px 20px;
  padding: 7px 22px 30px;
}
@media (max-width: 576px) {
  .c-anker-link--fixed .c-anker-link__item:last-child a {
    border-radius: 0 20px 20px 0;
    padding: 10px 20px 10px 10px;
  }
}
.c-anker-link--recruit {
  width: 100%;
  margin-bottom: 20px;
}
.c-anker-link--graph {
  width: 100%;
  margin-bottom: 30px;
}
.c-anker-link--about {
  width: 100%;
  margin: 20px 0;
}
.c-anker-link--culture {
  width: 100%;
}

/**/
@media (max-width: 576px) {
  .c-section-header__title {
    padding-left: 12px;
  }
}
@media (max-width: 576px) {
  .c-section-header__title--internship {
    padding-left: 0;
  }
}
.c-section-header__en {
  color: #fff;
  font-size: 3.75rem;
  font-size: clamp(38px, 28.5714285714px + 2.619047619vw, 60px);
  font-weight: 900;
  margin-right: 6px;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  text-transform: uppercase;
}
.c-section-header__en--yellow {
  color: #fce890;
}
.c-section-header__en--blue {
  color: #7dc9f6;
}
@media (max-width: 576px) {
  .c-section-header__en {
    line-height: 0.75;
    margin-bottom: 10px;
  }
}
.c-section-header__ja {
  font-size: 1.5625rem;
  font-size: clamp(20px, 17.8571428571px + 0.5952380952vw, 25px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-section-header__ja {
    display: block;
  }
}
@media (max-width: 576px) {
  .c-section-header__ja {
    margin: 10px 0;
  }
}
.c-section-header__description {
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .c-section-header__description {
    font-size: 16px;
  }
}

/**/
@media (max-width: 576px) {
  .c-employee-slider {
    margin-bottom: -70px;
  }
}
.c-employee-slider__header, .c-employee-slider__body {
  background-color: #fcce90;
}
@media (max-width: 576px) {
  .c-employee-slider__header, .c-employee-slider__body {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.c-employee-slider__header {
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-top: 1px;
}
@media (max-width: 576px) {
  .c-employee-slider__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 20px;
  }
}
.c-employee-slider__en-title {
  font-size: 4.0625rem;
  font-size: clamp(50px, 43.5714285714px + 1.7857142857vw, 65px);
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.7;
}
.c-employee-slider__ja-title {
  font-size: 1.5625rem;
  font-size: clamp(20px, 17.8571428571px + 0.5952380952vw, 25px);
  font-weight: 700;
}
.c-employee-slider__description {
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .c-employee-slider__description {
    font-size: 16px;
  }
}
.c-employee-slider__body {
  position: relative;
}
.c-employee-slider__body .c-view-link {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
@media (max-width: 576px) {
  .c-employee-slider__body .c-view-link {
    right: 20px;
  }
}
.c-employee-slider__body .c-view-link a {
  color: #000;
}
.c-employee-slider__swiper {
  margin-bottom: 34px;
}
.c-employee-slider__swiper .swiper-wrapper {
  align-items: center;
}
.c-employee-slider .swiper-slide {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #fde890;
  padding: 20px 0;
}
.c-employee-slider .swiper-slide img {
  width: 100%;
  height: auto;
}
.c-employee-slider .swiper-slide img.pose01 {
  display: block;
  font-weight: 900;
}
.c-employee-slider .swiper-slide img.pose02 {
  display: none;
}
.c-employee-slider .swiper-slide:hover img.pose01 {
  display: none;
}
.c-employee-slider .swiper-slide:hover img.pose02 {
  display: block;
}
.c-employee-slider .swiper-slide-active img.pose01 {
  display: none;
}
.c-employee-slider .swiper-slide-active img.pose02 {
  display: block;
}
.c-employee-slider .swiper-slide--current {
  background-color: rgba(255, 255, 255, 0.2);
}
.c-employee-slider__box {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.c-employee-slider__title {
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  font-size: clamp(18px, 17.1428571429px + 0.2380952381vw, 20px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 1px 1px 0px #fce890, -1px 1px 0px #fce890, 1px -1px 0px #fce890, -1px -1px 0px #fce890, 1px 0px 0px #fce890, 0px 1px 0px #fce890, -1px 0px 0px #fce890, 0px -1px 0px #fce890;
}
.c-employee-slider__title .long-note {
  rotate: 90deg;
  translate: 4px 3px;
}
.c-employee-slider__title .brackets-start {
  translate: 22px 7px;
  transform: scale(-1, 1);
}
.c-employee-slider__title .brackets-end {
  translate: -22px -7px;
  transform: scale(-1, 1);
}
.c-employee-slider__title .num {
  text-orientation: upright;
}
.c-employee-slider__title--border-none {
  text-shadow: none;
}
.c-employee-slider__title--blue {
  text-shadow: 1px 1px 0px #dbeaf4, -1px 1px 0px #dbeaf4, 1px -1px 0px #dbeaf4, -1px -1px 0px #dbeaf4, 1px 0px 0px #dbeaf4, 0px 1px 0px #dbeaf4, -1px 0px 0px #dbeaf4, 0px -1px 0px #dbeaf4;
}
.c-employee-slider__left, .c-employee-slider__right {
  position: absolute;
}
.c-employee-slider__left {
  bottom: 0px;
  left: 40px;
}
.c-employee-slider__right {
  top: 10px;
  right: 40px;
}
@media (max-width: 576px) {
  .c-employee-slider__right {
    top: 0;
  }
}
.c-employee-slider__center {
  width: 100%;
}
.c-employee-slider__position {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 10px;
}
.c-employee-slider__position-label {
  font-size: 1.0625rem;
  font-size: clamp(14px, 13.1428571429px + 0.2380952381vw, 16px);
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  border-radius: 15px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-employee-slider__position-label--tokyo, .c-employee-slider__position-label--sapporo, .c-employee-slider__position-label--osaka {
  background-repeat: no-repeat;
  background-position: center;
}
.c-employee-slider__position-label--tokyo {
  background-image: url("../../recruit/images/icon-tokyo_orange.png");
  background-size: 56%;
}
.c-employee-slider__position-label--sapporo {
  background-image: url("../../recruit/images/icon-sapporo_orange.png");
  background-size: 75%;
}
.c-employee-slider__position-label--osaka {
  background-image: url("../../recruit/images/icon-osaka_orange.png");
  background-size: 80%;
}
.c-employee-slider__position-label--senior {
  background-color: #000;
  color: #fff;
}
.c-employee-slider__position-value {
  width: auto;
}
.c-employee-slider__position-value p {
  font-size: 1.25rem;
  font-size: clamp(14px, 12.2857142857px + 0.4761904762vw, 18px);
  font-weight: 700;
  line-height: 1.4;
}
.c-employee-slider__pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-bottom: 36px;
  text-align: center;
}
@media (max-width: 576px) {
  .c-employee-slider__pagination {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
.c-employee-slider__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  vertical-align: top;
  background-color: #fff;
}
.c-employee-slider__pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.c-switch-btn-link {
  position: relative;
}
.c-switch-btn-link::after, .c-switch-btn-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity 0.3s ease-in-out;
}
.c-switch-btn-link::after {
  background-image: url("../../recruit/images/arrow-right_white.svg");
  opacity: 1;
  z-index: 2;
}
.c-switch-btn-link::before {
  background-image: url("../../recruit/images/arrow-right_black.svg");
  opacity: 0;
  z-index: 1;
}
.c-switch-btn-link:hover::after {
  opacity: 0;
}
.c-switch-btn-link:hover::before {
  opacity: 1;
  z-index: 3;
}

.c-switch-btn-blank-link {
  position: relative;
}
.c-switch-btn-blank-link::after, .c-switch-btn-blank-link::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity 0.3s ease-in-out;
}
.c-switch-btn-blank-link::after {
  background-image: url("../../recruit/images/blank-link-white.svg");
  opacity: 1;
  z-index: 2;
}
.c-switch-btn-blank-link::before {
  background-image: url("../../recruit/images/blank-link-black.svg");
  opacity: 0;
  z-index: 1;
}
.c-switch-btn-blank-link:hover::after {
  opacity: 0;
}
.c-switch-btn-blank-link:hover::before {
  opacity: 1;
  z-index: 3;
}

/**/
.c-page-link {
  padding-top: 30px;
  overflow: hidden;
}
.c-page-link__block {
  width: 475px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .c-page-link__block {
    width: 100%;
  }
}
.c-page-link__block--fullsize {
  width: 100%;
}
.c-page-link__a--talksession {
  background-color: #fdc77f;
}
.c-page-link__a--ceo-message {
  background-color: #9bb4f7;
}
.c-page-link__a--recruiter {
  background-color: #fde890;
}
.c-page-link__a--internship {
  background-color: #7dcbf4;
}
.c-page-link__a--question {
  background-color: #fcce90;
}
.c-page-link__a--senior {
  background-color: #dbeaf4;
}
.c-page-link__inner {
  position: relative;
}
.c-page-link__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}
@media (max-width: 576px) {
  .c-page-link__image {
    right: 8%;
    width: 56%;
  }
}
.c-page-link__image img {
  width: 100%;
  height: auto;
}
.c-page-link__image--talksession {
  width: 45%;
  right: 11%;
}
.c-page-link__image--talksession-p-about {
  width: 45%;
  right: 10%;
}
@media (max-width: 576px) {
  .c-page-link__image--talksession-p-about {
    right: 0% !important;
    width: 50% !important;
  }
}
.c-page-link__image--ceo {
  width: 52%;
  right: 20px;
}
@media (max-width: 576px) {
  .c-page-link__image--ceo {
    width: 66%;
    right: 5px;
  }
}
.c-page-link__image--ceo-p-about {
  width: 52%;
  right: 2%;
  bottom: -6%;
}
@media (max-width: 576px) {
  .c-page-link__image--ceo-p-about {
    right: -5% !important;
    width: 56% !important;
    bottom: 1%;
  }
}
.c-page-link__image--ceo-p-home {
  width: 31%;
  bottom: -7%;
}
.c-page-link__image--ceo-p-interview {
  width: 35%;
  right: 58px;
  bottom: -45px;
}
.c-page-link__image--recruiter {
  width: 56%;
}
.c-page-link__image--recruiter-p-recruit {
  width: 41%;
  right: 0%;
}
.c-page-link__en-title {
  color: #fff;
  font-size: 3.75rem;
  font-size: clamp(45px, 38.5714285714px + 1.7857142857vw, 60px);
  font-weight: 900;
  line-height: 0.8;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
.c-page-link__ja-title {
  font-size: 1.5625rem;
  font-size: clamp(20px, 17.8571428571px + 0.5952380952vw, 25px);
  font-weight: 700;
  padding: 16px 0 20px 30px;
}
@media (max-width: 576px) {
  .c-page-link__ja-title {
    padding: 16px 0 25px 10px;
  }
}
.c-page-link__ceo-name {
  font-size: 20px;
  font-weight: 700;
  margin: -24px 0 0 30px;
}
.c-page-link__copy {
  font-size: 18px;
  margin-left: 30px;
}
.c-page-link__copy--ceo {
  width: 184px;
  margin-top: 11px;
}
.c-page-link__copy--talksession {
  width: 175px;
  margin-bottom: 18px;
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .c-page-link__copy--talksession {
    font-size: 16px;
  }
}
.c-page-link__copy--senior {
  font-size: 1.25rem;
  font-weight: 700;
}

/**/
.c-btn-link--big {
  position: relative;
  padding: 20px 30px;
  padding: clamp(13px, 10px + 0.8333333333vw, 20px) clamp(10px, 1.4285714286px + 2.380952381vw, 30px);
  background-color: #fce890;
  border-radius: 20px;
  box-shadow: 0 5px 0 #fcce90;
  transition: 0.2s all;
}
.c-btn-link--big:hover {
  transform: translateY(5px);
  box-shadow: none;
  opacity: 0.9;
}
.c-btn-link--big__inner {
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .c-btn-link--big__inner {
    align-items: center;
    gap: 10px;
  }
}
.c-btn-link--big__image {
  width: 102px;
}
@media (max-width: 576px) {
  .c-btn-link--big__image {
    width: 78px;
  }
}
.c-btn-link--big__text {
  width: calc(100% - 122px);
}
@media (max-width: 576px) {
  .c-btn-link--big__text {
    width: calc(100% - 88px);
  }
}
.c-btn-link--big__title {
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  font-size: 2.1875rem;
  font-size: clamp(20px, 13.5714285714px + 1.7857142857vw, 35px);
  font-weight: 900;
}
.c-btn-link--big__subtitle {
  text-align: right;
  font-size: clamp(16px, 14.2857142857px + 0.4761904762vw, 20px);
  font-weight: 500;
  margin-top: -10px;
}
@media (max-width: 576px) {
  .c-btn-link--big__subtitle {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 0;
  }
}
.c-btn-link--big__subtitle img {
  margin-left: 30px;
}
@media (max-width: 576px) {
  .c-btn-link--big__subtitle img {
    width: clamp(20px, 15.2857142857px + 1.3095238095vw, 31px);
    height: auto;
    margin-left: auto;
  }
}
.c-btn-link--big__text {
  text-align: right;
}
@media (max-width: 576px) {
  .c-btn-link--big__text {
    text-align: left;
  }
}

.c-btn-link--nomal,
.c-btn-link--banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 65px;
  background-color: #fce890;
  border-radius: 20px;
  box-shadow: 0 5px 0 #fcce90;
  transition: 0.2s all;
  font-weight: 500;
}
.c-btn-link--nomal .link-banner,
.c-btn-link--banner .link-banner {
  width: 190px;
  height: auto;
}
.c-btn-link--nomal--blue,
.c-btn-link--banner--blue {
  background-color: #7dc9f6;
  box-shadow: 0 5px 0 #67a5cb;
}
.c-btn-link--nomal--yellow,
.c-btn-link--banner--yellow {
  background-color: #fce890;
  box-shadow: 0 5px 0 #fcce90;
}
.c-btn-link--nomal:hover,
.c-btn-link--banner:hover {
  transform: translateY(5px);
  box-shadow: none;
  opacity: 0.9;
}
.c-btn-link--nomal .c-link-icon,
.c-btn-link--banner .c-link-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
}
.c-btn-link--nomal--no-link,
.c-btn-link--banner--no-link {
  background-color: #d6d6d6;
  box-shadow: none;
}
.c-btn-link--nomal--no-link:hover,
.c-btn-link--banner--no-link:hover {
  transform: translateY(0) !important;
  opacity: 1;
}

.c-btn-link--banner {
  background-color: #fff;
  border: 2px solid #fcce90;
  box-shadow: 0 3px 0 #fcce90;
}

/**/
.c-tab {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.c-tab__label {
  background-color: #fff;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  border: 2px solid #333;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  margin-right: 10px;
  width: 150px;
  height: 66px;
  order: -1;
  padding: 16px 0;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
@media (max-width: 576px) {
  .c-tab__label {
    width: 23%;
    margin-right: 5px;
  }
}
.c-tab__label--tokyo-orange {
  background-image: url("../../recruit/images/icon-tokyo_orange.png");
  background-repeat: no-repeat;
  background-position: center;
}
.c-tab__label--sapporo-orange {
  background-image: url("../../recruit/images/icon-sapporo_orange.png");
  background-repeat: no-repeat;
  background-position: center;
}
.c-tab__label--osaka-orange {
  background-image: url("../../recruit/images/icon-osaka_orange.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0;
}
.c-tab__label--tokyo-blue {
  background-image: url("../../recruit/images/icon-tokyo_blue.png");
  background-repeat: no-repeat;
  background-position: center;
}
.c-tab__label--sapporo-blue {
  background-image: url("../../recruit/images/icon-sapporo_blue.png");
  background-repeat: no-repeat;
  background-position: center;
}
.c-tab__label--osaka-blue {
  background-image: url("../../recruit/images/icon-osaka_blue.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0;
}
.c-tab__label:hover {
  background: #f3f3f3;
}
.c-tab__switch {
  display: none;
}
.c-tab__content {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  width: 100%;
}
@media (max-width: 576px) {
  .c-tab__content {
    padding: 0;
  }
}
.c-tab .c-tab__switch:checked ~ .c-tab__label::after {
  transform: translateX(-100%);
}
.c-tab .c-tab__switch:checked + .c-tab__label::after {
  opacity: 1;
  transform: translateX(0);
}
.c-tab .c-tab__switch:checked + .c-tab__label + .c-tab__content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}
@media (max-width: 576px) {
  .c-tab .c-tab__switch:checked + .c-tab__label + .c-tab__content {
    padding-top: 2px;
  }
}
.c-tab .c-tab__switch:checked ~ .c-tab__content {
  transform: translateX(30%);
}
.c-tab--new .c-tab__switch:checked + .c-tab__label {
  background-color: #fcce90;
}
.c-tab--mid .c-tab__switch:checked + .c-tab__label {
  background-color: #7dc9f6;
}

/**/
.c-recruit-detail__header {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 20px 30px;
}
@media (max-width: 576px) {
  .c-recruit-detail__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px;
  }
}
.c-recruit-detail__title {
  font-size: 1.25rem;
  font-weight: 700;
}
.c-recruit-detail__subtitle {
  font-size: 1.25rem;
  font-weight: 500;
}
.c-recruit-detail__body {
  margin-bottom: 30px;
}
.c-recruit-detail__list-inner {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  margin-top: 1px;
}
@media (max-width: 576px) {
  .c-recruit-detail__list-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-recruit-detail__list-label, .c-recruit-detail__list-text {
  font-size: 1.25rem;
  font-size: clamp(15px, 12.8571428571px + 0.5952380952vw, 20px);
  padding: 20px 30px;
}
.c-recruit-detail__list-label {
  font-weight: 700;
  width: 18%;
}
@media (max-width: 576px) {
  .c-recruit-detail__list-label {
    width: 100%;
    padding: 20px 10px 10px;
  }
}
.c-recruit-detail__list-label--no-border {
  position: relative;
}
.c-recruit-detail__list-label--no-border::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.c-recruit-detail__list-text {
  position: relative;
  font-weight: 500;
  width: 82%;
}
@media (max-width: 576px) {
  .c-recruit-detail__list-text {
    width: 100%;
    padding: 0 10px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.c-recruit-detail__list-text .c-map-link {
  position: absolute;
  top: 50%;
  right: 50px;
  translate: 0 -50%;
}
@media (max-width: 576px) {
  .c-recruit-detail__list-text .c-map-link--internship {
    position: inherit;
    top: 0;
    right: 0;
    background-size: 35px;
    height: 35px;
    padding-right: 40px;
    translate: 0 0;
  }
}

/**/
.c-map-link {
  background-image: url("../../recruit/images/ex-link-w.svg");
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 50px;
  padding-right: 60px;
}
.c-map-link__label {
  font-size: 1.25rem;
  font-size: clamp(12px, 8.5714285714px + 0.9523809524vw, 20px);
  font-weight: 700;
  text-align: right;
}
@media (max-width: 576px) {
  .c-map-link__label {
    line-height: 1.2;
    padding-top: 5px;
  }
}
.c-map-link:hover {
  background-image: url("../../recruit/images/ex-link-b.svg");
}

/**/
.c-view-link__a {
  background-image: url("../../recruit/images/arrow-right_white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px;
  line-height: 40px;
  color: #fff;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 2px 60px 2px 20px;
  border-radius: 100vmax;
}
.c-view-link__a:hover {
  background-color: #000;
  color: #fff !important;
  background-image: url("../../recruit/images/arrow-right_black.svg");
}
.c-view-link__a--ex {
  background-image: url("../../recruit/images/ex-link-w.svg");
}
.c-view-link__a--ex:hover {
  background-image: url("../../recruit/images/ex-link-b.svg");
}

/*---------------------------------------

    ANIME

---------------------------------------*/
.is-anime__fuwafuwa01 {
  animation: fuwafuwa01 2.5s ease-in-out infinite alternate-reverse;
}

@keyframes fuwafuwa01 {
  0% {
    transform: translate(-0.5%, 0.5%);
  }
  100% {
    transform: translate(0.5%, -0.5%);
  }
}
.is-anime__fuwafuwa02 {
  animation: fuwafuwa02 2s ease-in-out infinite alternate-reverse;
}

@keyframes fuwafuwa02 {
  0% {
    transform: translate(0.5%, -0.5%);
  }
  100% {
    transform: translate(-0.5%, 0.5%);
  }
}
.box {
  width: 150px;
  height: 150px;
  background-color: steelblue;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  border-radius: 10px;
  transform: scale(0);
  transition: transform 0.5s ease-out;
  opacity: 0;
}

/**/
.scale-up {
  transform: scale(0);
  transform-origin: center center; /* 中心から拡大 */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}

.scale-up.show {
  transform: scale(1);
  opacity: 1;
}

/*anim*/
/* フェードイン */
.anim--fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 右からスライドイン */
.anim--slidein-right.is-animated {
  animation: slideInRight 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideInRight {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/* 左からスライドイン */
.anim--slidein-left.is-animated {
  animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/* ズームイン */
.anim--zoom-in.is-animated {
  animation: zoomIn 1s ease-out forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 汎用 */
.is_active {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease;
}

/* 画面に入った時のクラス */
.is_visible {
  opacity: 1;
  transform: none;
}

/* LINE CHAT風 */
.lineImg {
  opacity: 0;
  transform: translateY(100px); /* 初期位置：画面下 */
}

.lineImg.is_visible {
  opacity: 1;
  animation: poyopoyo 0.4s ease-out 0s;
  animation-fill-mode: both; /* アニメ後も元の位置に */
}

.lineTxt {
  opacity: 0;
  transform: translateY(100px); /* 初期位置：画面下 */
}

.lineTxt.is_visible {
  opacity: 1;
  animation: poyopoyo 0.4s ease-out 0.2s;
  animation-fill-mode: both; /* アニメ後も元の位置に */
}

@keyframes poyopoyo {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(5px);
  }
  80% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}

/* 表示されたらふわっと上がって表示 */
.is_visible.fadeUp {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------------

    TYPE WRITER

---------------------------------------*/
.typeWriter > span {
  border-right: 2px solid #333;
  animation: caret 1s steps(1) infinite;
  padding-right: 10px;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}
/*---------------------------------------

    HEADER

---------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 17px 0 17px 30px;
  z-index: 9999;
  transition: background-color 0.5s ease;
}
.header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
}
.header .c-flex {
  justify-content: space-between;
}
.header__logo {
  z-index: 100;
}
.header__site-name a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header__site-name a:hover {
  text-decoration: none;
}
.header__site-logomark {
  width: clamp(90px, 47.1428571429px + 11.9047619048vw, 190px);
  height: auto;
}
.header__site-description {
  font-weight: 700;
  line-height: 1.4;
  padding-left: 58px;
  font-size: clamp(10px, 8.2857142857px + 0.4761904762vw, 14px);
  padding-left: clamp(27px, 13.7142857143px + 3.6904761905vw, 58px);
}
.header__pc-nav-lists {
  background-color: #333;
  border-radius: 20px 0 0 20px;
}
.header__pc-nav-item {
  position: relative;
}
.header__pc-nav-item a {
  cursor: pointer;
  background-color: #333;
  color: #fff;
  padding: 20px 14px;
  font-size: clamp(0.6875rem, -0.5625rem + 2vw, 0.9375rem);
  font-weight: 700;
  border: 2px solid #333;
}
.header__pc-nav-item a:hover {
  background-color: #000;
  color: #fce890;
}
.header__pc-nav-item:first-child a {
  padding-left: 30px;
  border-radius: 20px 0 0 20px;
}
.header__pc-nav-item:nth-child(4) a {
  padding-right: 30px;
}
.header__pc-nav-item--recruit a {
  background-color: #fff;
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
  border: 2px solid #000;
  border-radius: 20px 0 0 20px;
}
.header__pc-nav-item--recruit a:hover {
  background-color: #eee;
  color: #000;
}
.header__pc-nav-item--entry a, .header__pc-nav-item--internship a {
  background-color: #faf1c8;
  color: #000;
  margin-left: -15px;
  padding-left: 30px;
  padding-right: 30px;
  border: 2px solid #000;
  border-radius: 20px 0 0 20px;
}
.header__pc-nav-item--entry a:hover, .header__pc-nav-item--internship a:hover {
  background-color: #eee;
  color: #000;
}
.header__pc-nav-item--has-dropdown::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  translate: -50% 0;
  width: 14px;
  height: 8px;
  background-image: url("../../recruit/images/arrow-down_white.svg");
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.header__pc-nav-item--has-dropdown:hover::after {
  background-image: url("../../recruit/images/arrow-down_yellow.svg");
}
.header__pc-nav-item--has-dropdown.header__pc-nav-item--recruit::after {
  background-image: url("../../recruit/images/arrow-down_black.svg");
}

/* サブメニュー */
.header__pc-submenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.header__pc-submenu li {
  font-size: 1.0625rem;
}
.header__pc-submenu li a {
  background-color: transparent;
  color: #333;
  border: none;
  display: block;
  padding: 2px 15px;
  background: #fff;
  white-space: nowrap;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  border-radius: 0;
}
.header__pc-submenu li a:hover {
  background: #f5f5f5;
  color: #000;
}
.header__pc-submenu li:first-child a {
  padding-top: 10px;
}
.header__pc-submenu li:last-child a {
  padding-bottom: 10px;
  border-radius: 0 0 20px 20px;
  border-bottom: 2px solid #333;
}

/* ホバー時にサブメニューを表示 */
.header__pc-nav-item--has-dropdown:hover .header__pc-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*---------------------------------------

    TABLET ＆ SP
    FULLSCREEN MENU

---------------------------------------*/
.sp-btn {
  display: none;
  position: fixed;
  z-index: 100;
  top: 17px;
  right: 18px;
}
.sp-btn__inner {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

/* entry btn */
.sp-entry-btn__inner {
  display: flex;
  gap: 5px;
}
.sp-entry-btn a {
  padding-top: 14px;
}
.sp-entry-btn a span {
  background-color: #faf1c8;
  border: 2px solid #000;
  border-radius: 20px;
  color: #000;
  font-size: 10px;
  line-height: 17px;
  font-weight: 700;
  padding: 0px 5px;
}
.sp-entry-btn a span:hover {
  background-color: #fce890;
}

/* hamburger */
.hamburger-btn {
  position: relative;
}

.hamburger {
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
}

.hamburger span {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 65%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 25%;
}

.hamburger span:nth-child(2) {
  top: 40%;
}

.hamburger p {
  position: absolute;
  top: 45%;
  left: 50%;
  translate: -50% 0;
  font-size: 0.625rem;
  font-weight: 900;
  white-space: nowrap;
  transition: all 0.3s;
}

.hamburger.active {
  background-color: #000;
}

.hamburger.active span {
  background-color: #fff;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.hamburger.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
}

.hamburger.active p {
  opacity: 0;
  transform: translateY(100%);
}

/* fullscreen nav */
.fullscreen-overlay {
  display: none;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.fullscreen-menu {
  margin-top: 65px;
  padding: 20px;
  /* Safari対応　デフォルトの三角形アイコン非表示 */
  /* アイコンの三角矢印 */
  /* アコーディオン表示の際に回転する */
}
.fullscreen-menu .menu-block {
  margin-bottom: 5px;
}
.fullscreen-menu .menu-block--yellow {
  background-color: #fce890;
}
.fullscreen-menu .menu-block--blue {
  background-color: #7dcaf4;
}
.fullscreen-menu .menu-block--orange {
  background-color: #fcce90;
}
.fullscreen-menu .menu-block__title {
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-weight: 900;
  padding: 10px 10px;
}
.fullscreen-menu .menu-block .menu-item a {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  background-image: url("../../recruit/images/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}
.fullscreen-menu .menu-block a.arrow-right {
  background-image: url("../../recruit/images/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px;
}
.fullscreen-menu .other-links {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-right: -30px;
}
.fullscreen-menu .other-links__item a {
  border: 2px solid #000;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
  font-weight: 900;
  background-image: url("../../recruit/images/ex-link.svg");
  background-repeat: no-repeat;
  background-size: 19px;
  padding: 7px 20px 7px 15px;
}
.fullscreen-menu .other-links__item:first-child {
  width: 55%;
}
.fullscreen-menu .other-links__item:first-child a {
  background-position: right 20px center;
}
.fullscreen-menu .other-links__item:last-child {
  width: 45%;
  position: sticky;
  z-index: 1;
  translate: -10px 0;
}
.fullscreen-menu .other-links__item:last-child a {
  background-color: #fce890;
  background-position: right 12px center;
}
.fullscreen-menu details summary::-webkit-details-marker {
  display: none;
}
.fullscreen-menu .icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
}
.fullscreen-menu .icon::before,
.fullscreen-menu .icon::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
  transition: all 0.5s;
}
.fullscreen-menu .icon::before {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 90deg;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.fullscreen-menu .icon::after {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 0deg;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.fullscreen-menu details {
  transform: all 0.3s;
}
.fullscreen-menu details[open] {
  padding-bottom: 4px;
}
.fullscreen-menu details[open] .icon {
  background-color: #000;
}
.fullscreen-menu details[open] .icon::before {
  rotate: 180deg;
  background-color: #fff;
}
.fullscreen-menu details[open] .icon::after {
  opacity: 0;
  rotate: 180deg;
  background-color: #fff;
}

.fullscreen-overlay.visible {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  overflow-x: hidden;
}

/*---------------------------------------

    HERO

---------------------------------------*/
.hero {
  position: relative;
  background-color: #7dccf4;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 576px) {
  .hero {
    height: 100vh;
  }
}
.hero .container {
  position: sticky;
  z-index: 1;
}
@media (max-width: 576px) {
  .hero .container {
    height: 100%;
  }
}
.hero__inner {
  margin-top: 130px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .hero__txt {
    order: 2;
    margin: 5% 0;
  }
}
.hero__catch-copy {
  font-size: clamp(36px, 24.4285714286px + 3.2142857143vw, 63px);
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
.hero__svg-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 106%;
  max-width: 1300px;
  height: 100%;
}
@media (max-width: 1024px) {
  .hero__svg-wrap {
    width: 110%;
  }
}
@media (max-width: 992px) {
  .hero__svg-wrap {
    width: 125%;
  }
}
@media (max-width: 768px) {
  .hero__svg-wrap {
    width: 150%;
  }
}
.hero__svg-path {
  width: 100%;
  height: 100%;
}
.hero__speech {
  position: absolute;
  width: 226px;
  height: 138px;
  z-index: 3;
  pointer-events: all;
  transition: all 0.1s;
}
@media (max-width: 576px) {
  .hero__speech {
    translate: 0 0;
    position: absolute;
    bottom: 68%;
    left: -12%;
  }
}
.hero__speech a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: clamp(180px, 160.2857142857px + 5.4761904762vw, 226px);
  height: clamp(100px, 94.8571428571px + 1.4285714286vw, 112px);
  background-color: #fce890;
  border-radius: 50%;
  transition: all 0.2s;
}
.hero__speech a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: auto;
  right: 26px;
  width: 45px;
  height: 74px;
  rotate: -59deg;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fce890;
  z-index: -1;
}
.hero__speech a:hover {
  scale: 1.05;
}
.hero__speech--boy {
  top: -50%;
  left: -9%;
  rotate: -12deg;
}
@media (max-width: 992px) {
  .hero__speech--boy {
    top: -60%;
  }
}
@media (max-width: 768px) {
  .hero__speech--boy {
    top: -90%;
    left: -20%;
  }
}
.hero__speech--boy a::after {
  bottom: -22px;
  left: 19%;
  rotate: -20deg;
}
.hero__speech--girl {
  top: -5%;
  left: 15%;
  rotate: 4deg;
}
@media (max-width: 768px) {
  .hero__speech--girl {
    top: -18%;
    left: -2%;
  }
}
@media (max-width: 576px) {
  .hero__speech--girl {
    top: -18%;
    left: -12%;
  }
}
.hero__speech--girl a::after {
  bottom: 8px;
  right: 0px;
  rotate: -86deg;
}
.hero__speech p {
  text-align: center;
  font-size: 1.3125rem;
  font-size: clamp(16px, 13.8571428571px + 0.5952380952vw, 21px);
  font-weight: 700;
  line-height: 1.4;
}
.hero__speech p:last-child {
  position: relative;
  display: block;
}
.hero__speech p:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  width: 8px;
  height: 16px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000;
}
.hero__boy {
  width: 50%;
  margin-top: 160px;
}
@media (max-width: 576px) {
  .hero__boy {
    order: 3;
    width: 260px;
    margin: 0 auto;
    translate: 0 88%;
  }
}
.hero__girl {
  position: absolute;
  width: 54%;
  top: 7%;
  right: -8%;
}
@media (max-width: 768px) {
  .hero__girl {
    top: 30%;
  }
}
@media (max-width: 576px) {
  .hero__girl {
    order: 1;
    position: inherit;
    margin-left: auto;
    width: 260px;
  }
}
.hero__boy .boy-inner, .hero__girl .girl-inner {
  position: relative;
}
.hero .boy-img {
  position: sticky;
  z-index: 1;
  width: 100%;
  height: auto;
  animation: boyBody 2s infinite ease-in-out;
}
@keyframes boyBody {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(1deg);
  }
}
.hero .boy-arm {
  position: absolute;
  width: 40%;
  top: 14%;
  left: 13%;
  z-index: 1;
  transform-origin: left bottom;
  animation: boyArm 1.6s infinite ease-in-out;
}
@keyframes boyArm {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-2deg);
  }
}
.hero .boy-pc {
  position: absolute;
  width: 45%;
  top: -55%;
  right: 31%;
  animation: boyPc 2s infinite ease-in-out;
}
@keyframes boyPc {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
}
.hero .girl-img {
  position: sticky;
  z-index: 1;
  width: 100%;
  height: auto;
  animation: girlBody 1.9s infinite ease-in-out;
}
@keyframes girlBody {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-1deg);
  }
}
.hero .girl-arm {
  position: absolute;
  width: 24%;
  top: 52%;
  right: 18%;
  z-index: 1;
  transform-origin: right bottom;
  animation: girlArm 1.7s infinite ease-in-out;
}
.hero .girl-pc {
  position: absolute;
  width: 100%;
  top: -8%;
  right: -1%;
  z-index: 1;
}
@keyframes girlArm {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-3deg);
  }
}
.hero .catch-copy {
  font-size: 63px;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 576px) {
  .hero .catch-copy {
    font-size: 10.5vw;
    top: 38%;
    left: 5%;
  }
}

/*---------------------------------------

    PAGE - WORK

---------------------------------------*/
.p-work-place {
  padding-bottom: 22px;
}

.p-work-place__content {
  margin: 30px 0 48px;
}
.p-work-place__content--osaka {
  margin: 30px 0 0;
}
.p-work-place__content .swiper {
  max-width: 720px;
  margin: auto;
}
.p-work-place__content .swiper-main {
  overflow: visible;
}
.p-work-place__content .swiper-thumb {
  padding-top: 8px;
}
.p-work-place__content .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.p-work-place__content .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.p-work-place__content .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}
.p-work-place__content .swiper-button-prev,
.p-work-place__content .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.p-work-place__content .swiper-button-prev {
  right: calc(100% + 30px);
}
.p-work-place__content .swiper-button-next {
  left: calc(100% + 30px);
}
.p-work-place__content .swiper-scrollbar {
  position: relative;
  margin-top: 15px;
}
.p-work-place__content .swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #eee;
}
.p-work-place__content .swiper-scrollbar-drag {
  height: 20px;
  padding: 8px 0;
  cursor: pointer;
  background-clip: content-box;
}
.p-work-place__content .swiper-scrollbar-drag:active {
  opacity: 0.8;
}
.p-work-place__content .swiper-scrollbar--yellow::after {
  background-color: #fff8d8;
}
.p-work-place__content .swiper-scrollbar--yellow .swiper-scrollbar-drag {
  background-color: #fce890;
}
.p-work-place__content .swiper-scrollbar--blue::after {
  background-color: #cee5f2;
}
.p-work-place__content .swiper-scrollbar--blue .swiper-scrollbar-drag {
  background-color: #7dc9f6;
}
.p-work-place__content .slide {
  display: block;
  overflow: hidden;
}
.p-work-place__content .slide-media {
  padding-top: 62.5%;
}
.p-work-place__content .slide-media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-work-place__content .slide-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 0 22px;
}
.p-work-place__content .thumb-media {
  padding-top: 100%;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer;
}
.p-work-place__content .thumb-media img {
  height: calc(100% + 8px);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translateY(-8px);
}
.p-work-place__content .thumb-media:hover {
  transform: translateY(-8px);
}
.p-work-place__content .thumb-media:hover img {
  transform: translateY(0);
}
.p-work-place__content .swiper-slide-thumb-active {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 0.3;
}
.p-work-place__content .swiper-slide-thumb-active .thumb-media {
  transform: translateY(-8px);
}
.p-work-place__content .swiper-slide-thumb-active .thumb-media img {
  transform: translateY(0);
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
}

.swiper-button-prev::after {
  margin-left: 30px;
}

.swiper-button-next::after {
  margin-right: 30px;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

/*---------------------------------------

    HOME

---------------------------------------*/
.home-footer {
  margin-top: 0;
}

.p-home-info {
  background-color: #333;
  margin-bottom: 30px;
}
.p-home-info .c-section-header__en {
  font-size: 3.5rem;
  font-size: clamp(44px, 38.8571428571px + 1.4285714286vw, 56px);
}
.p-home-info .c-section-header__ja {
  color: #fff;
  display: block;
}
.p-home-info__inner {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
@media (max-width: 576px) {
  .p-home-info__inner {
    flex-direction: column;
  }
}
.p-home-info__header {
  width: 48%;
}
@media (max-width: 576px) {
  .p-home-info__header {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-home-info__header .c-section-header__title {
    padding-left: 0;
  }
}
.p-home-info__remark {
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .p-home-info__remark {
    margin-bottom: 20px;
  }
}
.p-home-info__body {
  position: relative;
  width: 50%;
  padding-right: 38px;
}
@media (max-width: 576px) {
  .p-home-info__body {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .p-home-info__body ul {
    margin-bottom: 10px;
  }
}
.p-home-info__body ul li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.p-home-info__body .c-view-link {
  margin-top: 20px;
  text-align: right;
}
.p-home-info__body .c-view-link a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.p-home-card {
  margin-bottom: 10px;
}
.p-home-card__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 576px) {
  .p-home-card__inner {
    flex-direction: column;
  }
}
.p-home-card__item {
  width: calc(33.3333333333% - 10px);
  background-color: #fce890;
}
@media (max-width: 576px) {
  .p-home-card__item {
    width: 100%;
  }
}
.p-home-card__item:nth-child(2) {
  background-color: #7dccf4;
}
@media (max-width: 576px) {
  .p-home-card .c-section-header__title {
    padding-left: 0;
  }
}
.p-home-card .c-section-header__en {
  line-height: 0.8;
  font-size: 3.75rem;
  font-size: clamp(45px, 38.5714285714px + 1.7857142857vw, 60px);
}
.p-home-card .c-section-header__ja {
  display: block;
  margin: 10px 0 20px;
  padding: 0 10px;
  font-size: 1.5625rem;
  font-size: clamp(20px, 17.8571428571px + 0.5952380952vw, 25px);
}
.p-home-card .c-section-header__description {
  padding: 0 10px;
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .p-home-card .c-section-header__description {
    margin-top: 30px;
    font-size: 16px;
  }
}
.p-home-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .p-home-card__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    padding: 0;
  }
}
.p-home-card a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 576px) {
  .p-home-card a {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .p-home-card a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 0;
    background-image: url("../../recruit/images/arrow-right_white.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.p-home-card a .c-section-header {
  flex-grow: 1;
}
.p-home-card a .c-section-header__ja {
  position: relative;
}
.p-home-card a .c-section-header__ja::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  z-index: 0;
  background-image: url("../../recruit/images/arrow-right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .p-home-card a .c-section-header__ja::after {
    content: none;
  }
}
.p-home-card a:hover .c-section-header__ja::after {
  background-image: url("../../recruit/images/arrow-right_black.svg");
}

@media (max-width: 576px) {
  .c-employee-slider--home {
    margin-bottom: 10px;
  }
}
.c-employee-slider--home .c-employee-slider__header {
  flex-wrap: wrap;
}
.c-employee-slider--home .c-employee-slider__en-title {
  line-height: 0.75;
}
@media (max-width: 576px) {
  .c-employee-slider--home .c-employee-slider__en-title {
    margin-left: -12px;
  }
}
.c-employee-slider--home .c-employee-slider__description {
  width: 100%;
  margin-left: 20px;
}
@media (max-width: 576px) {
  .c-employee-slider--home .c-employee-slider__description {
    margin-left: 0;
  }
}
.c-employee-slider--home .c-employee-slider__body {
  padding-top: 5px;
}
.c-employee-slider--home .swiper-slide {
  scale: 0.9;
  opacity: 0.9;
}
.c-employee-slider--home .swiper-slide img {
  width: 100%;
  height: auto;
}
.c-employee-slider--home .swiper-slide img.pose01 {
  display: block;
}
.c-employee-slider--home .swiper-slide img.pose02 {
  display: none;
}
.c-employee-slider--home .c-employee-slider__box {
  position: relative;
}
.c-employee-slider--home .swiper-slide-active {
  scale: 1;
  background-color: #faf1c8;
}
.c-employee-slider--home .swiper-slide-active img.pose01 {
  display: none;
}
.c-employee-slider--home .swiper-slide-active img.pose02 {
  display: block;
}

.p-home-links {
  padding-bottom: 70px;
}
.p-home-links__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.p-home-links .c-page-link {
  padding: 0;
  width: calc(50% - 5px);
}
.p-home-links .c-page-link__inner {
  min-height: 277px;
}
.p-home-links .c-page-link__block {
  width: 100%;
}

.p-home-careerstep {
  margin-top: 20px;
}
.p-home-careerstep__wrap {
  background-color: #7dc9f6;
}
.p-home-careerstep .c-section-header__title {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .p-home-careerstep .c-section-header__title {
    padding-left: 0;
  }
}
.p-home-careerstep .c-section-header__en {
  line-height: 0.8;
}
@media (max-width: 576px) {
  .p-home-careerstep .c-section-header__en {
    line-height: 0.9;
  }
}
@media (max-width: 576px) {
  .p-home-careerstep .c-section-header__ja {
    padding-left: 20px;
  }
}
.p-home-careerstep .c-section-header__description {
  margin-left: 20px;
}
.p-home-careerstep__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 20px 30px;
}
@media (max-width: 576px) {
  .p-home-careerstep__inner {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.p-home-careerstep .c-page-link {
  width: calc(50% - 10px);
}
@media (max-width: 576px) {
  .p-home-careerstep .c-page-link {
    width: 100%;
    padding-top: 0;
  }
}
.p-home-careerstep .c-page-link__block {
  width: 100%;
}
.p-home-careerstep .c-employee-slider__position {
  justify-content: flex-start;
  padding: 20px 20px 30px;
}
.p-home-careerstep .c-page-link__copy {
  padding-bottom: 30px;
  position: sticky;
  z-index: 1;
  text-shadow: 1px 1px 0px #dbeaf4, -1px 1px 0px #dbeaf4, 1px -1px 0px #dbeaf4, -1px -1px 0px #dbeaf4, 1px 0px 0px #dbeaf4, 0px 1px 0px #dbeaf4, -1px 0px 0px #dbeaf4, 0px -1px 0px #dbeaf4;
}
@media (max-width: 576px) {
  .p-home-careerstep .c-page-link__copy {
    width: 87%;
    margin-left: 20px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .p-home-careerstep .c-page-link__image {
    right: -5%;
    width: 45%;
  }
}

.p-home-message-link {
  margin-top: 10px;
}
.p-home-message-link .c-page-link__en-title {
  line-height: 0.8;
}
@media (max-width: 576px) {
  .p-home-message-link .c-page-link__en-title {
    line-height: 0.85;
  }
}
.p-home-message-link .c-page-link {
  padding-top: 0;
}
@media (max-width: 576px) {
  .p-home-message-link .c-switch-btn-link::before, .p-home-message-link .c-switch-btn-link::after {
    content: "" !important;
  }
}
.p-home-message-link .c-page-link__block {
  width: 100%;
}
.p-home-message-link .c-page-link__image {
  right: 30px;
}
.p-home-message-link .c-page-link__text {
  position: relative;
}
@media (max-width: 576px) {
  .p-home-message-link .c-page-link__text {
    display: flex;
    flex-direction: column;
  }
}
.p-home-message-link .c-page-link__ja-title {
  padding: 16px 0 10px 30px;
}
@media (max-width: 576px) {
  .p-home-message-link .c-page-link__ja-title {
    padding: 10px 10px;
  }
}
.p-home-message-link .c-page-link__copy--ceo {
  width: auto;
  margin-top: 0;
  margin-left: 80px;
  font-size: 1.5625rem;
  font-size: clamp(16px, 12.1428571429px + 1.0714285714vw, 25px);
  font-weight: 700;
}
@media (max-width: 576px) {
  .p-home-message-link .c-page-link__copy--ceo {
    margin-left: 10px;
    margin-bottom: 20px;
    order: 4;
    width: 50%;
    font-weight: normal;
  }
}
.p-home-message-link .c-page-link__ceo-name {
  margin-top: 20px;
  margin-left: 80px;
  padding: 0 0 30px;
  font-size: clamp(17px, 15.7142857143px + 0.3571428571vw, 20px);
}
@media (max-width: 576px) {
  .p-home-message-link .c-page-link__ceo-name {
    margin-top: 0;
    margin-left: 10px;
    padding-bottom: 10px;
    order: 3;
  }
}
.p-home-message-link .c-view-link__a {
  position: absolute;
  bottom: 13%;
  right: 39%;
  width: auto;
  height: 50px;
  line-height: 46px;
  background-size: 50px;
  padding-right: 60px;
  color: #000;
  z-index: 1;
}
@media (max-width: 576px) {
  .p-home-message-link .c-view-link__a {
    bottom: 10px;
    right: 10px;
  }
}
.p-home-message-link .c-page-link__a:hover .c-view-link__a {
  background-color: #000;
  color: #fff !important;
  background-image: url("../../recruit/images/arrow-right_black02.svg");
}
@media (max-width: 576px) {
  .p-home-message-link .c-page-link__a:hover .c-view-link__a {
    color: transparent;
  }
}
@media (max-width: 576px) {
  .p-home-message-link .c-page-link__image {
    width: 56%;
    right: -5%;
    bottom: -4%;
  }
}

.p-home-talk-recruiter-link {
  margin-top: 10px;
}
.p-home-talk-recruiter-link__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 576px) {
  .p-home-talk-recruiter-link__inner {
    flex-direction: column;
  }
}
.p-home-talk-recruiter-link .c-page-link__en-title {
  line-height: 0.8;
}
@media (max-width: 576px) {
  .p-home-talk-recruiter-link .c-page-link__en-title {
    line-height: 0.85;
  }
}
.p-home-talk-recruiter-link .c-page-link {
  padding-top: 0;
  width: calc(50% - 10px);
  min-height: 266px;
  flex: 1;
  display: flex;
}
@media (max-width: 576px) {
  .p-home-talk-recruiter-link .c-page-link {
    width: 100%;
    min-height: 230px;
  }
}
.p-home-talk-recruiter-link .c-page-link__a {
  width: 100%;
}
.p-home-talk-recruiter-link .c-page-link__block {
  width: 100%;
  display: flex;
  flex: 1;
}
.p-home-talk-recruiter-link .c-page-link__inner {
  height: 100%;
}
.p-home-talk-recruiter-link .c-page-link__ja-title {
  padding: 10px 0 15px 10px;
}
.p-home-talk-recruiter-link .c-page-link__text {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.p-home-talk-recruiter-link .c-page-link__copy {
  flex: 1;
  width: auto;
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .p-home-talk-recruiter-link .c-page-link__copy {
    margin-left: 10px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-home-talk-recruiter-link .c-page-link__image--talksession {
    width: 48%;
    right: 0;
  }
}
@media (max-width: 576px) {
  .p-home-talk-recruiter-link .c-page-link__image--recruiter {
    right: -4%;
    width: 46%;
  }
}

.p-home-recruit-link {
  margin-top: 10px;
}
.p-home-recruit-link .c-page-link__a {
  background-color: #7dcbf4;
  width: 100%;
}
.p-home-recruit-link .c-switch-btn-link::after,
.p-home-recruit-link .c-switch-btn-link::before {
  bottom: 19%;
  right: 59%;
}
@media (max-width: 576px) {
  .p-home-recruit-link .c-switch-btn-link::after,
  .p-home-recruit-link .c-switch-btn-link::before {
    bottom: 10px;
    right: 10px;
  }
}
.p-home-recruit-link__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .p-home-recruit-link__inner {
    flex-direction: column;
  }
}
.p-home-recruit-link__txt {
  width: 48%;
}
@media (max-width: 576px) {
  .p-home-recruit-link__txt {
    width: 100%;
  }
}
.p-home-recruit-link__img {
  width: 48%;
  padding-right: 45px;
}
@media (max-width: 576px) {
  .p-home-recruit-link__img {
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .p-home-recruit-link .c-section-header__title {
    padding-left: 0;
  }
}
.p-home-recruit-link .c-section-header__en {
  line-height: 0.8;
}
@media (max-width: 576px) {
  .p-home-recruit-link .c-section-header__en {
    line-height: 0.9;
  }
}
.p-home-recruit-link .c-section-header__ja {
  display: block;
  margin-top: 20px;
  margin-left: 40px;
}
@media (max-width: 576px) {
  .p-home-recruit-link .c-section-header__ja {
    margin: 10px;
  }
}
.p-home-recruit-link .c-section-header__description {
  margin-top: 20px;
  margin-left: 40px;
}
@media (max-width: 576px) {
  .p-home-recruit-link .c-section-header__description {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 50%;
  }
}

.p-home-process {
  margin-top: 10px;
  margin-bottom: -20px;
  /* スマホ以外ではスライダーの要素を横並び */
}
.p-home-process .c-page-link__a {
  background-color: #fee890;
}
.p-home-process .c-switch-btn-link::after,
.p-home-process .c-switch-btn-link::before {
  bottom: auto;
  top: 20px;
  right: 30px;
}
.p-home-process__header {
  margin-bottom: 40px;
}
.p-home-process .c-section-header__title {
  padding-left: 0;
}
.p-home-process .c-section-header__en {
  line-height: 0.8;
}
.p-home-process .c-section-header__ja {
  margin: 10px 10px 20px;
}
.p-home-process .c-section-header__description {
  margin: 10px;
}
.p-home-process__body {
  padding: 20px;
  overflow: hidden;
}
.p-home-process .swiper-container {
  width: 100%;
}
.p-home-process .swiper-slide {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}
.p-home-process .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 20px;
  background-color: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.p-home-process .swiper-slide:last-child::after {
  content: none;
}
.p-home-process .p-home-process__slider-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.p-home-process .p-home-process__slider-badge {
  translate: -10px -10px;
}
.p-home-process .p-home-process__slider-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 20px;
  min-height: 80px;
}
.p-home-process .p-home-process__slider-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.p-home-process .p-home-process__slider-list-item {
  width: 100%;
  background-color: #454493;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 601px) {
  .p-home-process .swiper-wrapper {
    display: flex;
    gap: 20px;
  }
  .p-home-process .swiper-slide {
    width: calc(20% - 20px);
    height: auto;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
@media (max-width: 576px) {
  .p-home-process .p-home-process__pagination {
    display: flex;
    gap: 10px;
    height: 15px;
    margin-top: 20px;
  }
  .p-home-process .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
  }
  .p-home-process .swiper-pagination-bullet-active {
    background-color: #000;
  }
}

/*---------------------------------------

    PAGE - INTERVIEW
    # younger
    # senior
    # ceo
    # talksession
    # recruiter

---------------------------------------*/
.p-employee-info {
  padding: 50px 0 0;
}
@media (max-width: 576px) {
  .p-employee-info {
    padding: 30px 0 0;
  }
}
.p-employee-info--career {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .p-employee-info--career {
    margin-bottom: 0;
  }
}
.p-employee-info__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 40px;
}
@media (max-width: 576px) {
  .p-employee-info__inner {
    flex-direction: column;
    padding: 0;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .p-employee-info__image {
    width: 100%;
  }
}
.p-employee-info__image img {
  border-radius: 20px;
}
.p-employee-info__text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 576px) {
  .p-employee-info__text {
    width: 100%;
    gap: 10px;
  }
}
.p-employee-info__text p {
  font-size: clamp(18px, 17.1428571429px + 0.2380952381vw, 20px);
  font-weight: 500;
}
.p-employee-info__text p strong {
  font-size: clamp(22px, 20.7142857143px + 0.3571428571vw, 25px);
  font-weight: 700;
}

.p-interview-block {
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .p-interview-block {
    padding-bottom: 40px;
  }
}
.p-interview-block--career {
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .p-interview-block--career {
    padding-bottom: 0;
  }
}
.p-interview-block__header--younger {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .p-interview-block__header--younger {
    margin-top: 30px;
  }
}
.p-interview-block__header--younger h2 {
  display: inline-block;
  border-bottom: 2px solid #ffa700;
  font-size: 2.1875rem;
  font-size: clamp(18px, 10.7142857143px + 2.0238095238vw, 35px);
  padding-bottom: 5px;
  font-weight: 500;
}
.p-interview-block__header--younger h2 em {
  color: #ffa700;
  font-size: 2.8125rem;
  font-size: clamp(28px, 20.7142857143px + 2.0238095238vw, 45px);
}
.p-interview-block__header--senior, .p-interview-block__header--ceo {
  margin-bottom: 20px;
}
.p-interview-block__header--senior h2, .p-interview-block__header--ceo h2 {
  font-size: 1.875rem;
  font-size: clamp(26px, 24.2857142857px + 0.4761904762vw, 30px);
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-interview-block__header--senior {
    margin-top: 30px;
  }
}
.p-interview-block__header--senior h2 {
  color: #178dd0;
}
.p-interview-block__header--ceo h2 {
  color: #608afa;
}
.p-interview-block__header--talk-session {
  margin-bottom: 20px;
}
.p-interview-block__header--talk-session h2 {
  color: #178dd0;
  font-size: clamp(25px, 22.8571428571px + 0.5952380952vw, 30px);
}
.p-interview-block__header--recruiter {
  margin-bottom: 20px;
}
.p-interview-block__header--recruiter h2 {
  color: #f2a53e;
}
.p-interview-block__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .p-interview-block__body {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-interview-block__body--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .p-interview-block__body--reverse {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-interview-block__body--fullsize {
  flex-direction: column;
  gap: 20px;
}
.p-interview-block__body--no-column {
  display: block;
  margin-top: 20px;
}
.p-interview-block__body--no-column .p-talksession-content {
  width: 100%;
}
@media (max-width: 576px) {
  .p-interview-block__body--reverse--recruiter, .p-interview-block__body--recruiter {
    flex-direction: column;
  }
}
.p-interview-block__image {
  width: 41%;
}
@media (max-width: 576px) {
  .p-interview-block__image {
    width: 100%;
  }
}
.p-interview-block__image img {
  width: 100%;
  height: auto;
}
.p-interview-block__image--fullsize {
  width: 100%;
}
@media (max-width: 576px) {
  .p-interview-block__image--right {
    text-align: right;
  }
}
@media (max-width: 576px) {
  .p-interview-block__image--right img {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .p-interview-block__image--left {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .p-interview-block__image--left img {
    width: 90%;
  }
}
.p-interview-block__comment {
  width: 55%;
  position: relative;
  background-color: #fee890;
  border-radius: 20px;
  padding: 25px;
}
@media (max-width: 576px) {
  .p-interview-block__comment {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-interview-block__comment::after {
  content: "";
  position: absolute;
  top: 160px;
  left: -28px;
  width: 29px;
  height: 48px;
  background-color: #fee890;
  clip-path: polygon(100% 25%, 0 0, 100% 100%);
}
@media (max-width: 576px) {
  .p-interview-block__comment::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -28px;
    left: auto;
    right: 76px;
    width: 48px;
    height: 29px;
    background-color: #fee890;
    clip-path: polygon(25% 0, 0% 100%, 100% 0);
  }
}
.p-interview-block__comment p {
  font-size: 1.25rem;
}
.p-interview-block__comment--reverse::after {
  right: -28px;
  left: auto;
  clip-path: polygon(100% 0, 0 25%, 0 100%);
}
@media (max-width: 576px) {
  .p-interview-block__comment--reverse::after {
    right: auto;
    left: 76px;
    clip-path: polygon(0 0, 100% 100%, 75% 0);
  }
}
.p-interview-block__comment--senior {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 576px) {
  .p-interview-block__comment--senior {
    margin-bottom: 20px;
  }
}
.p-interview-block__comment--senior::after {
  content: none;
}
.p-interview-block__comment--ceo {
  background-color: transparent;
  color: #000;
  padding: 0;
}
.p-interview-block__comment--ceo::after {
  content: none;
}
.p-interview-block__comment--fullsize {
  width: 100%;
}
.p-interview-block__comment--recruiter {
  background-color: transparent;
  color: #000;
  padding: 0;
}
@media (max-width: 576px) {
  .p-interview-block__comment--recruiter {
    margin: 10px 0;
  }
}
.p-interview-block__comment--recruiter::after {
  content: none;
}
.p-interview-block__note {
  text-align: right;
  margin: 20px 0 8px;
}
@media (max-width: 576px) {
  .p-interview-block__note {
    margin: 20px 0 45px;
  }
}
.p-interview-block__boss-comment {
  background-color: #dbeaf4;
  margin-top: 43px;
  padding: 20px 20px;
  border-radius: 20px;
}
.p-interview-block__boss-comment h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-interview-block__boss-comment p {
  font-size: 1.25rem;
}

.p-interview-other .c-switch-btn-link {
  overflow: hidden;
}
.p-interview-other__inner {
  background-color: #7dc9f6;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .p-interview-other__inner {
    flex-direction: column;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 40px;
    margin-bottom: -38px;
  }
}
.p-interview-other__header {
  width: 37%;
}
@media (max-width: 576px) {
  .p-interview-other__header {
    width: 100%;
    padding-left: 20px;
  }
}
.p-interview-other__en-title {
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 0.8;
  margin-bottom: 10px;
}
.p-interview-other__ja-title {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .p-interview-other__ja-title {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.p-interview-other__text {
  font-size: 1.125rem;
  margin-left: 20px;
}
@media (max-width: 576px) {
  .p-interview-other__text {
    margin-left: 0;
  }
}
.p-interview-other__card {
  position: relative;
  width: 50%;
  padding: 30px 70px 30px 0;
}
@media (max-width: 576px) {
  .p-interview-other__card {
    width: 100%;
    padding: 20px;
  }
}
.p-interview-other__card-inner {
  display: flex;
  background-color: #dbeaf4;
}
.p-interview-other__card-text {
  padding: 20px;
  position: sticky;
  z-index: 1;
}
.p-interview-other__card-position {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.p-interview-other__card-position-label {
  background-color: #000;
  border-radius: 20px;
  padding: 13px;
}
.p-interview-other__card-position-label p {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
}
.p-interview-other__card-position-value p {
  font-size: 1.25rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 1px 1px 0px #dbeaf4, -1px 1px 0px #dbeaf4, 1px -1px 0px #dbeaf4, -1px -1px 0px #dbeaf4, 1px 0px 0px #dbeaf4, 0px 1px 0px #dbeaf4, -1px 0px 0px #dbeaf4, 0px -1px 0px #dbeaf4;
}
.p-interview-other__card-copy h5 {
  font-size: 1.25rem;
  font-weight: 700;
  text-shadow: 1px 1px 0px #dbeaf4, -1px 1px 0px #dbeaf4, 1px -1px 0px #dbeaf4, -1px -1px 0px #dbeaf4, 1px 0px 0px #dbeaf4, 0px 1px 0px #dbeaf4, -1px 0px 0px #dbeaf4, 0px -1px 0px #dbeaf4;
}
.p-interview-other__card-image img {
  width: 171px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 576px) {
  .p-interview-other__card-image img {
    width: 50%;
    right: -8%;
  }
}
.p-interview-other__card-image .c-switch-link {
  position: absolute;
  bottom: 0;
  right: 0;
}

/**/
.p-talksession-member {
  padding: 50px 0;
}
@media (max-width: 576px) {
  .p-talksession-member {
    padding: 50px 0 30px;
  }
}
.p-talksession-member__header {
  margin-bottom: 20px;
}
.p-talksession-member__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .p-talksession-member__item {
    width: calc(33.3333333333% - 20px);
  }
}
.p-talksession-member__sep {
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .p-talksession-member__sep {
    width: 16px;
    padding-bottom: 6px;
  }
}
.p-talksession-member__position {
  font-size: 1.125rem;
  font-size: clamp(13px, 10.8571428571px + 0.5952380952vw, 18px);
  font-weight: 700;
}
@media (max-width: 576px) {
  .p-talksession-member__position {
    white-space: nowrap;
  }
}
.p-talksession-member__name {
  color: #f2a53e;
  font-size: 2.25rem;
  font-size: clamp(18px, 10.2857142857px + 2.1428571429vw, 36px);
  font-weight: 700;
}
@media (max-width: 576px) {
  .p-talksession-member__name {
    text-align: center;
  }
}
.p-talksession-content {
  width: 55%;
}
@media (max-width: 576px) {
  .p-talksession-content {
    width: 100%;
  }
}
.p-talksession-content__theme {
  color: #f2a53e;
  font-size: 1.4375rem;
  font-size: clamp(21px, 20.1428571429px + 0.2380952381vw, 23px);
  font-weight: 900;
  margin-bottom: 20px;
}
.p-talksession-content__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .p-talksession-content__inner {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.p-talksession-content__speaker {
  width: 55px;
}
@media (max-width: 576px) {
  .p-talksession-content__speaker {
    width: 100%;
  }
}
.p-talksession-content__speaker-name {
  color: #f2a53e;
  font-size: 1.25rem;
  font-weight: 900;
}
.p-talksession-content__statement {
  width: calc(100% - 70px);
}
@media (max-width: 576px) {
  .p-talksession-content__statement {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-talksession-content__statement-text {
  font-size: 1.25rem;
}

/**/
@media (max-width: 576px) {
  .p-recruiter-enty--recruiter {
    margin-top: 20px;
  }
}

/*---------------------------------------

    QUESTION

---------------------------------------*/
.p-question-content {
  padding: 50px 0 0;
}
.p-question-content__toggle {
  display: none;
}
.p-question-content__faq {
  position: relative;
  margin-bottom: 20px;
}
.p-question-content__faq:nth-child(even) .p-question-content__question {
  background-color: #fce890;
}
.p-question-content__faq:nth-child(even) .p-question-content__answer {
  border-color: #fce890;
}
.p-question-content__faq:nth-child(even) .p-question-content__a-number {
  color: #fce890;
}
.p-question-content__question, .p-question-content__answer {
  transform: translateZ(0);
  transition: all 0.3s;
}
.p-question-content__question {
  position: relative;
  background-color: #7dc9f6;
  color: #333;
  display: flex;
  gap: 25px;
  padding-right: 60px;
}
@media (max-width: 576px) {
  .p-question-content__question {
    gap: 30px;
    padding-right: 40px;
  }
}
.p-question-content__question::after {
  content: "";
  position: absolute;
  top: 15px;
  right: clamp(10px, 1.4285714286px + 2.380952381vw, 30px);
  transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
  width: clamp(20px, 15.7142857143px + 1.1904761905vw, 30px);
  height: clamp(20px, 15.7142857143px + 1.1904761905vw, 30px);
  background-image: url("../../recruit/images/question/cross.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.p-question-content__answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  border: 1px solid #7dc9f6;
  padding: 0 20px 0 65px;
}
.p-question-content__q-number {
  font-size: 4.0625rem;
  font-size: clamp(30px, 15px + 4.1666666667vw, 65px);
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.8;
  white-space: nowrap;
}
.p-question-content__title {
  font-size: clamp(17px, 15.7142857143px + 0.3571428571vw, 20px);
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: clamp(8px, 5px + 0.8333333333vw, 15px) 0;
}
.p-question-content__toggle:checked + .p-question-content__question + .p-question-content__answer {
  max-height: 1400px;
  padding: 20px 20px 20px 65px;
}
@media (max-width: 576px) {
  .p-question-content__toggle:checked + .p-question-content__question + .p-question-content__answer {
    padding: 10px 10px 10px 40px;
  }
}
.p-question-content__toggle:checked + .p-question-content__question:after {
  background-image: url("../../recruit/images/question/border.svg");
  transform: rotate(180deg);
}
.p-question-content__a-number {
  position: absolute;
  top: -27px;
  left: 0;
  font-size: 4.0625rem;
  font-size: clamp(30px, 15px + 4.1666666667vw, 65px);
  font-weight: 900;
  color: #7dc9f6;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
@media (max-width: 576px) {
  .p-question-content__a-number {
    top: -11px;
    left: 2px;
  }
}
.p-question-content__a-text {
  font-size: clamp(17px, 15.7142857143px + 0.3571428571vw, 20px);
  font-weight: 500;
}
.p-question-content__a-linkbox {
  text-align: right;
  margin-top: clamp(0px, -4.2857142857px + 1.1904761905vw, 10px);
}
.p-question-content__a-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background-image: url("../../recruit/images/arrow-right_white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 50px;
  padding-right: 60px;
}
.p-question-content__a-link:hover {
  background-image: url("../../recruit/images/arrow-right_black.svg");
}

/*---------------------------------------

    ABOUT US

---------------------------------------*/
.p-about-pagelinks {
  padding-bottom: 70px;
}
@media (max-width: 576px) {
  .p-about-pagelinks {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.p-about-pagelinks__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 576px) {
  .p-about-pagelinks__inner {
    flex-direction: column;
  }
}
.p-about-pagelinks .c-page-link {
  padding: 0;
  width: calc(50% - 5px);
}
@media (max-width: 576px) {
  .p-about-pagelinks .c-page-link {
    width: 100%;
  }
}
.p-about-pagelinks .c-page-link__inner {
  min-height: 277px;
}
@media (max-width: 576px) {
  .p-about-pagelinks .c-page-link__inner {
    min-height: auto;
    padding-bottom: 20px;
  }
}
.p-about-pagelinks .c-page-link__block {
  width: 100%;
}
.p-about-pagelinks .c-page-link .c-page-link__ceo-name {
  font-size: clamp(17px, 15.7142857143px + 0.3571428571vw, 20px);
}
@media (max-width: 576px) {
  .p-about-pagelinks .c-page-link .c-page-link__ceo-name {
    margin-left: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 576px) {
  .p-about-pagelinks .c-page-link .c-page-link__copy--talksession,
  .p-about-pagelinks .c-page-link .c-page-link__copy--ceo {
    width: 50%;
    margin-left: 10px;
    line-height: 1.5;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-about-pagelinks .c-page-link .c-page-link__image {
    right: -3%;
    width: 52%;
  }
}

.p-about-kms {
  background-color: #7dc9f6;
  padding: 0 0 50px;
}
.p-about-kms .c-section-header {
  margin-bottom: 30px;
}
.p-about-kms .c-section-header__en {
  line-height: 0.8;
}
@media (max-width: 576px) {
  .p-about-kms .c-section-header__title {
    padding-left: 0;
  }
}
.p-about-kms__content {
  background-color: #fff;
  padding: 20px;
}
.p-about-kms__content p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-about-kms__content p:last-child {
  margin-bottom: 0;
}

.p-about-profile {
  background-color: #fce890;
  margin-bottom: -70px;
  padding: 0 0 50px;
}
@media (max-width: 576px) {
  .p-about-profile {
    margin-bottom: -40px;
  }
}
.p-about-profile__title {
  font-size: 1.5625rem;
  font-size: clamp(20px, 17.8571428571px + 0.5952380952vw, 25px);
  font-weight: 700;
  margin-bottom: 10px;
}
.p-about-profile__title--02 {
  margin-bottom: 0;
}
.p-about-profile .c-section-header {
  margin-bottom: 30px;
}
.p-about-profile .c-section-header__en {
  line-height: 0.8;
}
@media (max-width: 576px) {
  .p-about-profile .c-section-header__title {
    padding-left: 0;
  }
}
.p-about-profile__philosophy, .p-about-profile__info {
  background-color: #fff;
  padding: 20px;
}
.p-about-profile__philosophy p, .p-about-profile__info p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-about-profile__philosophy p:last-child, .p-about-profile__info p:last-child {
  margin-bottom: 0;
}
.p-about-profile__philosophy {
  margin-bottom: 10px;
}
.p-about-profile__info-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .p-about-profile__info-item {
    flex-direction: column;
    gap: 10px;
  }
}
.p-about-profile__info-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 40px);
  height: 1px;
  background-color: #fce890;
}
.p-about-profile__info-item:last-child {
  padding-bottom: 0;
}
.p-about-profile__info-item:last-child::after {
  content: none;
}
.p-about-profile__info-label, .p-about-profile__info--cont {
  font-size: clamp(17px, 15.7142857143px + 0.3571428571vw, 20px);
}
.p-about-profile__info-label {
  width: 14%;
  font-weight: 700;
}
@media (max-width: 576px) {
  .p-about-profile__info-label {
    width: 100%;
  }
}
.p-about-profile__info-cont {
  width: 86%;
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-about-profile__info-cont {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
  }
}
.p-about-profile__info-cont a {
  position: relative;
}
@media (max-width: 576px) {
  .p-about-profile__info-cont a {
    position: inherit;
    display: inherit;
  }
}
.p-about-profile__info-icon {
  margin-left: 20px;
}
@media (max-width: 576px) {
  .p-about-profile__info-icon {
    display: block;
    margin-left: 0;
    text-align: right;
  }
}
@media (max-width: 576px) {
  .p-about-profile__info-icon img {
    width: 16px;
  }
}
.p-about-profile__g-map__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media (max-width: 576px) {
  .p-about-profile__g-map__list {
    flex-direction: column;
  }
}
.p-about-profile__g-map__item .c-section-header {
  margin-bottom: 6px;
}
.p-about-profile__g-map__item .c-section-header__en {
  font-size: 2.8125rem;
  font-size: clamp(32px, 26.4285714286px + 1.5476190476vw, 45px);
}
.p-about-profile__g-map__item .c-section-header__ja {
  font-size: 1.25rem;
  font-size: clamp(18px, 17.1428571429px + 0.2380952381vw, 20px);
  translate: 0 5px;
}
.p-about-profile__g-map__item address {
  font-size: 1.25rem;
  font-size: clamp(17px, 15.7142857143px + 0.3571428571vw, 20px);
  font-weight: 500;
  margin-bottom: 20px;
}
.p-about-profile__g-map__item .c-section-header__title {
  display: flex;
  align-items: flex-end;
}
.p-about-profile__g-map__item--fullsize {
  width: 100%;
}
@media (max-width: 576px) {
  .p-about-profile__g-map__item--fullsize {
    margin-top: 10px;
  }
}
.p-about-profile__g-map__item--fullsize .p-about-profile__g-map__place iframe {
  aspect-ratio: 3/1;
  max-width: 1000px;
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .p-about-profile__g-map__item--fullsize .p-about-profile__g-map__place iframe {
    aspect-ratio: 4/3;
  }
}
.p-about-profile__g-map__item--halfsize {
  width: calc(50% - 12px);
}
@media (max-width: 576px) {
  .p-about-profile__g-map__item--halfsize {
    width: 100%;
  }
}
.p-about-profile__g-map__item--halfsize .p-about-profile__g-map__place iframe {
  aspect-ratio: 3/2;
  max-width: 1000px;
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .p-about-profile__g-map__item--halfsize .p-about-profile__g-map__place iframe {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 576px) {
  .p-about-profile__history {
    margin-top: 10px;
  }
}
.p-about-profile__history .year-list {
  display: flex;
  flex-wrap: wrap;
}
.p-about-profile__history .year-list .year {
  font-size: 1.5625rem;
  font-size: clamp(20px, 17.8571428571px + 0.5952380952vw, 25px);
  font-weight: 700;
  color: #fea590;
  width: 11%;
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .year {
    width: 100%;
    font-size: 16px;
  }
}
.p-about-profile__history .year-list .year-cont {
  width: 89%;
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .year-cont {
    padding-bottom: 10px;
    width: 100%;
  }
}
.p-about-profile__history .year-list .month-list {
  display: flex;
  flex-direction: column;
  line-height: 2;
}
.p-about-profile__history .year-list .month-list .month-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .month-list .month-box {
    align-items: center;
  }
}
.p-about-profile__history .year-list .month-list .month-label,
.p-about-profile__history .year-list .month-list .month-cont {
  font-size: clamp(13px, 10px + 0.8333333333vw, 20px);
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .month-list .month-label,
  .p-about-profile__history .year-list .month-list .month-cont {
    line-height: 1.8;
  }
}
.p-about-profile__history .year-list .month-list .month-label {
  width: 43px;
  text-align: right;
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .month-list .month-label {
    width: 16%;
  }
}
.p-about-profile__history .year-list .month-list .month-cont {
  position: relative;
  padding-left: 41px;
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .month-list .month-cont {
    width: 84%;
  }
}
.p-about-profile__history .year-list .month-list .month-cont::before, .p-about-profile__history .year-list .month-list .month-cont::after {
  content: "";
  position: absolute;
  background-color: #fea590;
}
.p-about-profile__history .year-list .month-list .month-cont::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 50%;
  left: 15px;
  translate: 0 -50%;
}
.p-about-profile__history .year-list .month-list .month-cont::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 20px;
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .month-list .month-cont::after {
    height: 180px;
  }
}
.p-about-profile__history .year-list .month-list .month-cont--first:after {
  top: 20px;
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .month-list .month-cont--last3::after {
    height: 80px;
  }
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .month-list .month-cont--last2::after {
    height: 110px;
  }
}
@media (max-width: 576px) {
  .p-about-profile__history .year-list .month-list .month-cont--last::after {
    height: 80px;
  }
}

/*---------------------------------------

    CULTURE

---------------------------------------*/
.p-culture-office {
  margin: 50px 0 70px;
}
@media (max-width: 576px) {
  .p-culture-office {
    margin: 30px 0 40px;
  }
}
.p-culture-office--office {
  margin: 50px 0;
}
.p-culture-office a {
  background-color: #fce890;
  padding-bottom: 20px;
}
.p-culture-office .c-section-header__title {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .p-culture-office .c-section-header__title {
    padding-left: 0;
  }
}
.p-culture-office .c-section-header__en {
  line-height: 0.8;
}
@media (max-width: 768px) {
  .p-culture-office .c-section-header__ja {
    margin-left: 10px;
  }
}
.p-culture-office .c-section-header__description {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .p-culture-office .c-section-header__description {
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .p-culture-office .c-section-header__description {
    width: 70%;
  }
}

.p-about-benefit {
  padding: 0 0 10px;
}
@media (max-width: 576px) {
  .p-about-benefit {
    padding: 0 0 20px;
  }
}
@media (max-width: 576px) {
  .p-about-benefit .c-section-header__title {
    padding-left: 0;
  }
}
.p-about-benefit__card {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .p-about-benefit__card {
    flex-direction: column;
  }
}
.p-about-benefit__card-item {
  width: calc(33.3333333333% - 10px);
  padding: 20px;
  background-color: #fce890;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .p-about-benefit__card-item {
    width: 100%;
  }
}
.p-about-benefit__card-item:nth-child(even) {
  background-color: #7dc9f6;
}
.p-about-benefit__card-title {
  font-size: 1.5625rem;
  font-size: clamp(1.125rem, 0.347rem + 1.62vw, 1.563rem);
  font-weight: 700;
  margin-bottom: 10px;
  flex-grow: 1;
}
.p-about-benefit__card-text {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  margin-bottom: 20px;
  flex-grow: 1;
}
@media (max-width: 576px) {
  .p-about-benefit__card img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
.p-about-benefit__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  gap: 10px;
}
.p-about-benefit__list-item {
  width: calc(20% - 10px);
  background-color: #7dc9f6;
  font-size: 20px;
  font-size: clamp(12px, 8.5714285714px + 0.9523809524vw, 20px);
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 92px;
}
@media (max-width: 576px) {
  .p-about-benefit__list-item {
    width: calc(33.3333333333% - 10px);
  }
}
.p-about-benefit__list-item:nth-child(even) {
  background-color: #fce890;
}
.p-about-benefit__club {
  background-color: #7dc9f6;
  padding: 20px;
}
.p-about-benefit__club-header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .p-about-benefit__club-header {
    flex-direction: column;
  }
}
.p-about-benefit__club-title {
  font-size: 1.5625rem;
  font-size: clamp(1.125rem, 0.347rem + 1.62vw, 1.563rem);
  font-weight: 700;
}
.p-about-benefit__club-text {
  font-size: clamp(16px, 15.1428571429px + 0.2380952381vw, 18px);
}
.p-about-benefit__club-body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .p-about-benefit__club-body {
    flex-wrap: wrap;
  }
}
.p-about-benefit__club-body figure {
  width: calc(25% - 20px);
}
@media (max-width: 576px) {
  .p-about-benefit__club-body figure {
    width: calc(50% - 20px);
  }
}
.p-about-benefit__club-body figure img {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .p-about-benefit__club-body figure img {
    margin-bottom: 0;
  }
}
.p-about-benefit__club-body figcaption {
  font-size: 1.25rem;
  font-size: clamp(12px, 8.5714285714px + 0.9523809524vw, 20px);
  font-weight: 700;
}
@media (max-width: 576px) {
  .p-about-benefit__club-body figcaption {
    margin-bottom: 10px;
  }
}

.p-about-training {
  padding: 56px 0 10px;
}
@media (max-width: 576px) {
  .p-about-training {
    padding: 40px 0 10px;
  }
}
@media (max-width: 576px) {
  .p-about-training .c-section-header__title {
    padding-left: 0;
  }
}
.p-about-training__body {
  margin-top: clamp(10px, -3.7142857143px + 3.8095238095vw, 42px);
}
.p-about-training__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-about-training__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.p-about-training__inner--border {
  margin: 30px 0;
  padding: clamp(25px, 22.8571428571px + 0.5952380952vw, 30px) 0;
  border-top: 1px solid #fcce90;
  border-bottom: 1px solid #fcce90;
}
.p-about-training__badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fcce90;
}
.p-about-training__badge::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  translate: 0 -50%;
  width: 16px;
  height: 19px;
  background-color: #fcce90;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 768px) {
  .p-about-training__badge::after {
    top: auto;
    bottom: -15px;
    right: 50%;
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
  }
}
.p-about-training__badge h4 {
  font-size: 1.5625rem;
}
.p-about-training__description, .p-about-training__list {
  width: calc(100% - 240px);
}
@media (max-width: 768px) {
  .p-about-training__description, .p-about-training__list {
    width: 100%;
  }
}
.p-about-training__description p {
  font-size: clamp(18px, 17.1428571429px + 0.2380952381vw, 20px);
}
.p-about-training__description--flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-about-training__description--flex {
    flex-direction: column;
    gap: 20px;
  }
}
.p-about-training__description-text {
  width: 400px;
}
@media (max-width: 768px) {
  .p-about-training__description-text {
    width: 100%;
  }
}
.p-about-training__description-image {
  width: 287px;
}
@media (max-width: 768px) {
  .p-about-training__description-image {
    width: 100%;
    text-align: center;
  }
}
.p-about-training__description-image img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about-training__description-image img {
    width: 90%;
    height: auto;
  }
}
.p-about-training__flow {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-about-training__flow {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
.p-about-training__flow-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  display: flex;
  flex-direction: column;
  gap: 11px;
  background-color: #fce890;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-about-training__flow-item {
    width: 90%;
  }
}
.p-about-training__flow-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  translate: 0 -50%;
  width: 10px;
  height: 19px;
  background-color: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 768px) {
  .p-about-training__flow-item::after {
    top: -30px;
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
  }
}
.p-about-training__flow-item:first-child::after {
  content: none;
}
.p-about-training__flow-item h5 {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 700;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-about-training__flow-item h5 span {
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100vmax;
  margin-bottom: 11px;
  padding: 1px 15px;
}
.p-about-training__flow-item p {
  font-size: 1.25rem;
  flex-grow: 1;
}
.p-about-training__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.p-about-training__list-item {
  width: calc(33.3333333333% - 10px);
  background-color: #7dccf4;
  height: 95px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5625rem;
  font-size: clamp(1rem, 2.08vw, 1.563rem);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 576px) {
  .p-about-training__list-item {
    width: calc(50% - 5px);
  }
}

/*---------------------------------------

    GRAPHS

---------------------------------------*/
@media (max-width: 576px) {
  .p-graph-number {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .p-graph-number .c-section-header__title {
    padding-left: 0;
  }
}

.p-graph__content {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .p-graph__content {
    margin-top: 30px;
  }
}
.p-graph__content--number {
  margin-bottom: 37px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 576px) {
  .p-graph__content--number {
    flex-direction: column;
  }
}
.p-graph__content--voice {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 576px) {
  .p-graph__content--voice {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-graph__item {
  border-radius: 20px;
  overflow: hidden;
}
.p-graph__item--number {
  background-color: #7dc9f6;
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 16px 20px;
}
@media (max-width: 576px) {
  .p-graph__item--number {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.p-graph__item--voice {
  background-color: #fce890;
  padding: 0 16px;
}
@media (max-width: 576px) {
  .p-graph__item--voice {
    padding: 0 7px;
  }
}
.p-graph__item--voice:nth-child(1) {
  grid-area: 1/1/3/3;
}
.p-graph__item--voice:nth-child(2) {
  grid-area: 1/3/2/5;
}
.p-graph__item--voice:nth-child(3) {
  grid-area: 2/3/3/5;
}
.p-graph__item--voice:nth-child(4) {
  grid-area: 3/1/5/2;
}
.p-graph__item--voice:nth-child(5) {
  grid-area: 3/2/5/3;
}
.p-graph__item--voice:nth-child(6) {
  grid-area: 3/3/5/5;
}
.p-graph__item--voice:nth-child(7) {
  grid-area: 5/1/7/3;
}
.p-graph__item--voice:nth-child(8) {
  grid-area: 5/3/6/5;
}
.p-graph__item--voice:nth-child(9) {
  grid-area: 6/3/7/5;
}
.p-graph__item--voice:nth-child(10) {
  grid-area: 7/1/8/3;
}
.p-graph__item--voice:nth-child(11) {
  grid-area: 7/3/8/5;
}
@media (max-width: 576px) {
  .p-graph__item--voice:nth-child(1), .p-graph__item--voice:nth-child(2), .p-graph__item--voice:nth-child(3), .p-graph__item--voice:nth-child(6), .p-graph__item--voice:nth-child(7), .p-graph__item--voice:nth-child(8), .p-graph__item--voice:nth-child(9), .p-graph__item--voice:nth-child(10), .p-graph__item--voice:nth-child(11) {
    width: 100%;
  }
  .p-graph__item--voice:nth-child(4), .p-graph__item--voice:nth-child(5) {
    width: calc(50% - 10px);
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .p-graph__item--voice:nth-child(4), .p-graph__item--voice:nth-child(5) {
    width: calc(50% - 5px);
  }
}
.p-graph__item--voice .p-graph__item-number {
  white-space: nowrap;
}
.p-graph__item-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-graph__item-number {
  font-size: 6.25rem;
  font-size: clamp(60px, 42.8571428571px + 4.7619047619vw, 100px);
  font-weight: 700;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  color: #fff;
  line-height: 0.8;
}
.p-graph__item-title {
  font-size: 1.5625rem;
  font-size: clamp(18px, 15px + 0.8333333333vw, 25px);
  font-weight: 700;
}
.p-graph__item-text {
  font-size: 1.125rem;
  padding: 0 10px;
}
@media (max-width: 576px) {
  .p-graph__item-text {
    padding: 0;
  }
}

.p-graph__item-shape--01 {
  position: relative;
}
.p-graph__item-shape--01 .man-container {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  width: 100%;
  gap: 11px 0;
  padding: 25px 20px 20px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--01 .man-container {
    padding: 10px 0 20px;
  }
}
.p-graph__item-shape--01 .man-container .man-icon {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.1s ease, transform 0.1s ease;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.p-graph__item-shape--01 .man-container .man-icon.visible {
  opacity: 1;
  transform: translateY(0);
}
.p-graph__item-shape--01 .final-message {
  position: relative;
  opacity: 0;
  transform: translateY(20px) scale(0.5);
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: #fce890;
  border-radius: 100vmax;
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  padding: 12px 36px 10px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--01 .final-message {
    margin-left: 0;
    padding: 12px 1.8em 10px;
    text-align: center;
  }
}
.p-graph__item-shape--01 .final-message::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 68px;
  width: 16px;
  height: 12px;
  clip-path: polygon(40% 0, 0% 100%, 100% 0);
  background-color: #fce890;
}
.p-graph__item-shape--01 .final-message__label {
  position: absolute;
  top: 14%;
  right: 25%;
  font-size: 0.9375rem;
  font-size: clamp(12px, 10.7142857143px + 0.3571428571vw, 15px);
}
.p-graph__item-shape--01 .final-message__value {
  font-size: 4.8125rem;
  font-size: clamp(68px, 64.1428571429px + 1.0714285714vw, 77px);
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.8;
}
.p-graph__item-shape--01 .final-message__value small {
  font-size: 47px;
  font-size: clamp(40px, 37px + 0.8333333333vw, 47px);
  font-weight: 700;
  letter-spacing: 5px;
}
.p-graph__item-shape--01 .final-message.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.p-graph__item-shape--01 .p-graph__item01-inner {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .p-graph__item-shape--01 .p-graph__item01-inner {
    flex-direction: column;
    padding: 0;
    justify-content: center;
  }
}
.p-graph__item-shape--01 .p-graph__item01-note {
  font-size: clamp(16px, 15.1428571429px + 0.2380952381vw, 18px);
}
.p-graph__item-shape--02 .gender-ratio {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding: 23px 0 50px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--02 .gender-ratio {
    padding: 20px 0;
  }
}
.p-graph__item-shape--02 .gender-ratio__image {
  width: 30%;
}
.p-graph__item-shape--02 .gender-ratio__value {
  padding-bottom: 10px;
  display: flex;
}
@media (max-width: 576px) {
  .p-graph__item-shape--02 .gender-ratio__value {
    gap: 20px;
    align-items: flex-end;
  }
}
.p-graph__item-shape--02 .gender-ratio__value-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-graph__item-shape--02 .gender-ratio__value-label {
  font-size: 0.9375rem;
  font-size: clamp(12px, 10.7142857143px + 0.3571428571vw, 15px);
  white-space: nowrap;
}
.p-graph__item-shape--02 .gender-ratio__value-unit {
  font-size: 3rem;
  font-size: clamp(32px, 25.1428571429px + 1.9047619048vw, 48px);
  font-weight: 700;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  color: #fff;
  line-height: 0.8;
}
.p-graph__item-shape--02 .gender-ratio__num {
  font-size: 5.0625rem;
  font-size: clamp(50px, 36.7142857143px + 3.6904761905vw, 81px);
  font-weight: 700;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.8;
  white-space: nowrap;
}
.p-graph__item-shape--02 .gender-ratio__num--man {
  color: #454493;
}
.p-graph__item-shape--02 .gender-ratio__num--woman {
  color: #fea590;
}
.p-graph__item-shape--03 .paid-leave {
  text-align: center;
  padding: 80px 0 40px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--03 .paid-leave {
    padding-bottom: 20px;
  }
}
.p-graph__item-shape--03 .paid-leave__value {
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
.p-graph__item-shape--03 .paid-leave__num {
  font-size: 10.375rem;
  font-size: clamp(110px, 86px + 6.6666666667vw, 166px);
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 0.8;
}
.p-graph__item-shape--03 .paid-leave__unit {
  position: relative;
  font-size: 5.625rem;
  font-size: clamp(71px, 62.8571428571px + 2.2619047619vw, 90px);
}
.p-graph__item-shape--03 .paid-leave__unit img {
  position: absolute;
  top: -86px;
  right: 11px;
  width: clamp(110px, 82.5714285714px + 7.619047619vw, 174px);
  height: auto;
  max-width: initial;
}
@media (max-width: 576px) {
  .p-graph__item-shape--03 .paid-leave__unit img {
    top: -57px;
  }
}
.p-graph__item-shape--03 .paid-leave__note {
  font-size: 1.1875rem;
  font-size: clamp(15px, 13.2857142857px + 0.4761904762vw, 19px);
  margin-top: -20px;
}
.p-graph__item-shape--04 .over-time {
  position: relative;
  text-align: center;
  padding: 0 0 40px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--04 .over-time {
    padding-bottom: 20px;
  }
}
.p-graph__item-shape--04 .over-time__text {
  position: absolute;
  top: 52%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
}
.p-graph__item-shape--04 .over-time__value {
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  white-space: nowrap;
}
.p-graph__item-shape--04 .over-time__num {
  font-size: 4.5625rem;
  font-size: clamp(62px, 57.2857142857px + 1.3095238095vw, 73px);
  font-weight: 700;
  width: 146px;
  line-height: 0.8;
}
.p-graph__item-shape--04 .over-time__unit {
  font-size: 2.4375rem;
  font-size: clamp(32px, 29px + 0.8333333333vw, 39px);
}
@media (max-width: 576px) {
  .p-graph__item-shape--04 .over-time__img {
    width: 77%;
  }
}
.p-graph__item-shape--05 .academics {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 40px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--05 .academics {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .p-graph__item-shape--05 .academics__image {
    width: 85%;
  }
}
.p-graph__item-shape--05 .academics__text {
  display: flex;
  justify-content: space-between;
  width: 95%;
}
.p-graph__item-shape--05 .academics__value {
  display: flex;
}
.p-graph__item-shape--05 .academics__value-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-graph__item-shape--05 .academics__value-num {
  font-size: 5.0625rem;
  font-size: clamp(66px, 59.5714285714px + 1.7857142857vw, 81px);
  font-weight: 700;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.8;
}
.p-graph__item-shape--05 .academics__value-num--humanities {
  color: #fcce90;
}
.p-graph__item-shape--05 .academics__value-num--science {
  color: #fce890;
}
.p-graph__item-shape--05 .academics__value-label {
  font-size: 0.9375rem;
}
.p-graph__item-shape--05 .academics__value-unit {
  font-size: 3rem;
  font-size: clamp(38px, 33.7142857143px + 1.1904761905vw, 48px);
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.8;
}
.p-graph__item-shape--06 .location {
  position: relative;
}
.p-graph__item-shape--06 .location__image {
  text-align: center;
}
.p-graph__item-shape--06 .location__image img {
  margin: 0 auto;
}
@media (max-width: 576px) {
  .p-graph__item-shape--06 .location__image img {
    width: 90%;
  }
}
.p-graph__item-shape--06 .location__value {
  position: absolute;
  display: flex;
}
.p-graph__item-shape--06 .location__value-right {
  position: relative;
  text-align: center;
}
.p-graph__item-shape--06 .location__value-right img {
  position: absolute;
  max-width: -moz-fit-content;
  max-width: fit-content;
  top: -29px;
  right: 2px;
}
.p-graph__item-shape--06 .location__value-num {
  font-size: 5.0625rem;
  font-size: clamp(56px, 45.2857142857px + 2.9761904762vw, 81px);
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  width: 93px;
  line-height: 0.8;
  position: sticky;
  z-index: 1;
}
@media (max-width: 576px) {
  .p-graph__item-shape--06 .location__value-num {
    width: auto;
    line-height: 1;
  }
}
.p-graph__item-shape--06 .location__value-label {
  font-size: 0.9375rem;
  font-weight: 700;
  position: sticky;
  z-index: 1;
}
.p-graph__item-shape--06 .location__value-unit {
  font-size: 2.5rem;
  font-size: clamp(25px, 18.5714285714px + 1.7857142857vw, 40px);
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.8;
  position: sticky;
  z-index: 1;
}
.p-graph__item-shape--06 .location__value--tokyo {
  top: 72%;
  left: 56%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--06 .location__value--tokyo {
    top: 71%;
    left: 50%;
  }
}
.p-graph__item-shape--06 .location__value--tokyo .location__value-num {
  width: 140px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--06 .location__value--tokyo .location__value-num {
    width: auto;
  }
}
.p-graph__item-shape--06 .location__value--osaka {
  top: 33%;
  left: 10%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--06 .location__value--osaka {
    top: 42%;
    left: 0%;
  }
}
.p-graph__item-shape--06 .location__value--sapporo {
  top: -7%;
  left: 27%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--06 .location__value--sapporo {
    top: 2%;
    left: 30%;
  }
}
.p-graph__item-shape--07 .average-age {
  padding: 0 0 36px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--07 .average-age {
    padding-bottom: 20px;
  }
}
.p-graph__item-shape--07 .average-age__img {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--07 .average-age__img img {
    width: 76%;
  }
}
.p-graph__item-shape--07 .average-age__value {
  position: absolute;
  top: 18%;
  left: 50%;
  translate: -50% 0;
  font-size: 5.6875rem;
  font-size: clamp(60px, 46.7142857143px + 3.6904761905vw, 91px);
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.8;
}
@media (max-width: 576px) {
  .p-graph__item-shape--07 .average-age__value {
    top: 20%;
  }
}
.p-graph__item-shape--07 .average-age__unit {
  position: absolute;
  bottom: -3%;
  right: 5%;
  font-size: 2.3125rem;
  font-size: clamp(30px, 27px + 0.8333333333vw, 37px);
}
@media (max-width: 576px) {
  .p-graph__item-shape--07 .average-age__unit {
    bottom: 1%;
    right: 1%;
  }
}
.p-graph__item-shape--07 .average-age__note {
  text-align: center;
  font-size: 1.1875rem;
  font-size: clamp(15px, 13.2857142857px + 0.4761904762vw, 19px);
}
.p-graph__item-shape--08 .first-order {
  position: relative;
  text-align: center;
}
@media (max-width: 576px) {
  .p-graph__item-shape--08 .first-order {
    margin-bottom: -40px;
  }
}
.p-graph__item-shape--08 .first-order__img {
  position: absolute;
  top: -3%;
  right: 14%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--08 .first-order__img {
    right: 11%;
    width: 25%;
  }
}
.p-graph__item-shape--08 .first-order__value-num {
  font-size: 12.375rem;
  font-size: clamp(155px, 136.5714285714px + 5.119047619vw, 198px);
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
.p-graph__item-shape--08 .first-order__value-unit {
  font-size: 7.125rem;
  font-size: clamp(88px, 76.8571428571px + 3.0952380952vw, 114px);
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
.p-graph__item-shape--09 .bar-chart {
  position: relative;
  margin: 20px 0;
}
.p-graph__item-shape--09 .bar-chart__deco01 {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--09 .bar-chart__deco01 {
    width: 40%;
  }
}
.p-graph__item-shape--09 .bar-chart .bar-container {
  position: relative;
  width: 100%;
  padding: clamp(5px, 2.8571428571px + 0.5952380952vw, 10px) 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-graph__item-shape--09 .bar-chart .bar-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 162px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media (max-width: 576px) {
  .p-graph__item-shape--09 .bar-chart .bar-container::after {
    left: 36%;
  }
}
.p-graph__item-shape--09 .bar-chart .bar-container .bar-label {
  font-size: 1.25rem;
  font-size: clamp(14px, 11.4285714286px + 0.7142857143vw, 20px);
  font-weight: 500;
  text-align: right;
  width: 152px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--09 .bar-chart .bar-container .bar-label {
    width: 33%;
  }
}
.p-graph__item-shape--09 .bar-chart .bar-container .bar {
  height: clamp(29px, 24.2857142857px + 1.3095238095vw, 40px);
  background-color: #000;
  width: 0;
  transition: width 0.5s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  max-width: 270px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--09 .bar-chart .bar-container .bar {
    max-width: 60%;
  }
}
.p-graph__item-shape--09 .bar-chart .bar-container .count {
  color: white;
  font-size: clamp(13px, 10px + 0.8333333333vw, 20px);
  font-weight: 700;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
.p-graph__item-shape--09 .bar-chart .bar-container:first-child .bar-label {
  position: relative;
  font-size: 1.5625rem;
  font-size: clamp(17px, 13.5714285714px + 0.9523809524vw, 25px);
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
}
.p-graph__item-shape--09 .bar-chart .bar-container:first-child .bar-label .bar-chart__deco02 {
  position: absolute;
  top: -20px;
  left: 10px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--09 .bar-chart .bar-container:first-child .bar-label .bar-chart__deco02 {
    top: -18px;
    left: 8px;
    width: 25%;
  }
}
.p-graph__item-shape--09 .bar-chart .bar-container:first-child .count {
  font-size: 1.875rem;
  font-size: clamp(21px, 17.1428571429px + 1.0714285714vw, 30px);
}
.p-graph__item-shape--09 .bar-chart .bar-container:first-child .bar {
  background-color: #7dc9f6;
  border: 1px solid #000;
}
.p-graph__item-shape--09 .bar-chart .bar-container.visible {
  opacity: 1;
  transform: translateY(0);
}
.p-graph__item-shape--10 .support {
  position: relative;
}
@media (max-width: 576px) {
  .p-graph__item-shape--10 .support {
    margin: 10px 0 20px;
  }
}
.p-graph__item-shape--10 .support__img {
  width: 80%;
  margin: 0 auto;
}
.p-graph__item-shape--10 .support__txt {
  position: absolute;
  top: 57%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.p-graph__item-shape--10 .support__txt h5 {
  font-size: 1.125rem;
  font-size: clamp(15px, 13.7142857143px + 0.3571428571vw, 18px);
  font-weight: 700;
  margin-bottom: 36%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--10 .support__txt {
    top: 61%;
  }
  .p-graph__item-shape--10 .support__txt h5 {
    margin-bottom: 38%;
  }
}
.p-graph__item-shape--10 .support__value {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% -50%;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.8;
  text-align: center;
}
.p-graph__item-shape--10 .support__value-num {
  font-size: 4.4375rem;
  font-size: clamp(51px, 42.4285714286px + 2.380952381vw, 71px);
}
.p-graph__item-shape--10 .support__value-unit {
  font-size: 2.5rem;
  font-size: clamp(29px, 24.2857142857px + 1.3095238095vw, 40px);
}
.p-graph__item-shape--10 .communication {
  position: relative;
  margin-top: -10px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--10 .communication {
    margin: 0 0 20px;
  }
}
.p-graph__item-shape--10 .communication__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}
.p-graph__item-shape--10 .communication__txt-right h5 {
  font-size: 1.125rem;
  font-size: clamp(15px, 13.7142857143px + 0.3571428571vw, 18px);
  font-weight: 700;
  margin-bottom: 2px;
}
.p-graph__item-shape--10 .communication__txt-remark {
  position: absolute;
  bottom: -68px;
  left: clamp(60px, 47.1428571429px + 3.5714285714vw, 90px);
  width: 100%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--10 .communication__txt-remark {
    bottom: -40px;
  }
}
.p-graph__item-shape--10 .communication__txt-remark p {
  font-size: 1.125rem;
  font-size: clamp(14px, 12.2857142857px + 0.4761904762vw, 18px);
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-graph__item-shape--10 .communication__txt-remark p {
    line-height: 1.2;
  }
}
.p-graph__item-shape--10 .communication__value {
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 0.8;
  text-align: center;
}
.p-graph__item-shape--10 .communication__value--first .communication__value-num {
  font-size: 1.875rem;
  font-size: clamp(27px, 25.7142857143px + 0.3571428571vw, 30px);
}
.p-graph__item-shape--10 .communication__value--first .communication__value-unit {
  font-size: 1.0625rem;
  font-size: clamp(15px, 14.1428571429px + 0.2380952381vw, 17px);
}
.p-graph__item-shape--10 .communication__value--last .communication__value-num {
  font-size: 2.9375rem;
  font-size: clamp(34px, 28.4285714286px + 1.5476190476vw, 47px);
}
.p-graph__item-shape--10 .communication__value--last .communication__value-unit {
  font-size: 1.6875rem;
  font-size: clamp(19px, 15.5714285714px + 0.9523809524vw, 27px);
}
.p-graph__item-shape--11 .work-life-balance {
  position: relative;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--11 .work-life-balance {
    margin-bottom: 20px;
  }
}
.p-graph__item-shape--11 .work-life-balance__txt {
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
}
.p-graph__item-shape--11 .work-life-balance__txt h5 {
  font-size: 1.25rem;
  font-size: clamp(15px, 12.8571428571px + 0.5952380952vw, 20px);
  font-weight: 500;
}
.p-graph__item-shape--11 .work-life-balance__value {
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1.2;
}
.p-graph__item-shape--11 .work-life-balance__value-num {
  font-size: 4.4375rem;
  font-size: clamp(51px, 42.4285714286px + 2.380952381vw, 71px);
}
.p-graph__item-shape--11 .work-life-balance__value-unit {
  font-size: 2.5rem;
  font-size: clamp(29px, 24.2857142857px + 1.3095238095vw, 40px);
}
.p-graph__item-shape--12 .impression {
  margin: 10px 0 15px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression {
    margin: 15px 0 20px;
  }
}
.p-graph__item-shape--12 .impression__item {
  text-align: center;
}
.p-graph__item-shape--12 .impression__item--01 {
  margin-bottom: 37px;
}
.p-graph__item-shape--12 .impression__item--02 {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression__item--02 {
    margin-bottom: 10px;
  }
}
.p-graph__item-shape--12 .impression__item--03 {
  display: flex;
  flex-direction: row;
  margin-bottom: 22px;
}
.p-graph__item-shape--12 .impression__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #333;
  border-radius: 50%;
  margin: 0 auto;
}
.p-graph__item-shape--12 .impression__box h5 {
  font-size: 1.125rem;
  font-size: clamp(15px, 13.7142857143px + 0.3571428571vw, 18px);
  font-weight: 400;
}
.p-graph__item-shape--12 .impression__box h5 strong {
  font-weight: 700;
}
.p-graph__item-shape--12 .impression__box--01 {
  width: clamp(140px, 120.2857142857px + 5.4761904762vw, 186px);
  height: clamp(140px, 120.2857142857px + 5.4761904762vw, 186px);
  background-color: #7dc9f6;
}
.p-graph__item-shape--12 .impression__box--02 {
  position: relative;
  width: clamp(72px, 55.7142857143px + 4.5238095238vw, 110px);
  height: clamp(72px, 55.7142857143px + 4.5238095238vw, 110px);
  background-color: #67a5cb;
}
.p-graph__item-shape--12 .impression__box--03 {
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #9bb4f7;
  margin-right: 0;
}
.p-graph__item-shape--12 .impression__value01 {
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1.2;
}
.p-graph__item-shape--12 .impression__value01 .impression__value-num {
  font-size: 4rem;
  font-size: clamp(45px, 36.8571428571px + 2.2619047619vw, 64px);
}
.p-graph__item-shape--12 .impression__value01 .impression__value-unit {
  font-size: 2.375rem;
}
.p-graph__item-shape--12 .impression__value02 {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1.2;
}
.p-graph__item-shape--12 .impression__value02 .impression__value-num {
  font-size: 2.8125rem;
  font-size: clamp(31px, 25px + 1.6666666667vw, 45px);
}
.p-graph__item-shape--12 .impression__value02 .impression__value-unit {
  font-size: 1.625rem;
  font-size: clamp(17px, 13.1428571429px + 1.0714285714vw, 26px);
}
.p-graph__item-shape--12 .impression__value03 {
  position: absolute;
  top: -50px;
  left: 50%;
  translate: -50% 0;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression__value03 {
    top: -35px;
  }
}
.p-graph__item-shape--12 .impression__value03 .impression__value-num {
  font-size: 2.625rem;
  font-size: clamp(28px, 22px + 1.6666666667vw, 42px);
}
.p-graph__item-shape--12 .impression__value03 .impression__value-unit {
  font-size: 2.375rem;
  font-size: clamp(16px, 6.5714285714px + 2.619047619vw, 38px);
}
.p-graph__item-shape--12 .impression__value04 {
  position: absolute;
  bottom: -5px;
  right: 0;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1.2;
}
.p-graph__item-shape--12 .impression__value04 .impression__value-num {
  font-size: 2.375rem;
  font-size: clamp(20px, 14.8571428571px + 1.4285714286vw, 32px);
}
.p-graph__item-shape--12 .impression__value04 .impression__value-unit {
  font-size: 2.125rem;
  font-size: clamp(16px, 12.5714285714px + 0.9523809524vw, 24px);
}
.p-graph__item-shape--12 .impression__copy {
  position: relative;
  z-index: 1;
}
.p-graph__item-shape--12 .impression__copy p {
  font-size: 0.9375rem;
  font-size: clamp(13px, 12.1428571429px + 0.2380952381vw, 15px);
  text-align: left;
  white-space: nowrap;
}
.p-graph__item-shape--12 .impression__copy--02 {
  width: 87px;
  translate: -15px -30px;
}
.p-graph__item-shape--12 .impression__copy--02 p {
  padding-left: 2em;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression__copy--02 {
    translate: -37px -38px;
    width: 38%;
  }
}
.p-graph__item-shape--12 .impression__copy--03 {
  width: 140px;
  translate: 15px 20px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression__copy--03 {
    width: 50%;
    translate: 15px 20px;
  }
}
.p-graph__item-shape--12 .impression__copy--03 p {
  text-align: right;
  position: relative;
  left: -20px;
  width: 92px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression__copy--03 p {
    translate: -8px -5px;
  }
}
.p-graph__item-shape--12 .impression__copy--04 {
  display: flex;
  width: 95%;
  translate: 15px 5px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression__copy--04 {
    translate: 15px 5px;
  }
}
.p-graph__item-shape--12 .impression__copy--04 p {
  padding-right: 1em;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression__copy--04 p {
    translate: -6px -2px;
    padding-right: 0.5em;
  }
}
.p-graph__item-shape--12 .impression__copy-deco02 {
  position: absolute;
  top: 50px;
  left: 5px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression__copy-deco02 {
    left: 20px;
  }
}
.p-graph__item-shape--12 .impression__copy-deco03 {
  position: absolute;
  top: 0;
  right: -4px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--12 .impression__copy-deco03 {
    right: -38px;
  }
}
.p-graph__item-shape--13 .important {
  margin: 20px 0 0;
  display: grid;
  grid-template-rows: 40% 39% 21%;
  grid-template-columns: 73px 1fr;
}
@media (max-width: 576px) {
  .p-graph__item-shape--13 .important {
    margin: 20px 8px;
    grid-template-columns: 57px 1fr;
  }
}
.p-graph__item-shape--13 .important h5 {
  font-size: 1.125rem;
  font-size: clamp(13px, 11.7142857143px + 0.3571428571vw, 16px);
  font-weight: 400;
}
.p-graph__item-shape--13 .important__item--01 {
  grid-row: 1/4;
  grid-column: 1/2;
}
.p-graph__item-shape--13 .important__item--01 img {
  width: 100%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--13 .important__item--01 img {
    width: 57px;
  }
}
.p-graph__item-shape--13 .important__item--02 {
  grid-row: 1/2;
  grid-column: 2/3;
  text-align: right;
  position: relative;
  transition-delay: 0.6s;
}
.p-graph__item-shape--13 .important__item--02 img {
  position: absolute;
  left: 0;
  bottom: 35%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--13 .important__item--02 img {
    width: 65%;
  }
}
.p-graph__item-shape--13 .important__item--03 {
  grid-row: 2/3;
  grid-column: 2/3;
  text-align: right;
  position: relative;
  transition-delay: 0.4s;
}
.p-graph__item-shape--13 .important__item--03 img {
  position: absolute;
  left: 0;
  bottom: 18%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--13 .important__item--03 img {
    width: 65%;
  }
}
.p-graph__item-shape--13 .important__item--04 {
  grid-row: 3/4;
  grid-column: 2/3;
  text-align: right;
  position: relative;
}
.p-graph__item-shape--13 .important__item--04 img {
  position: absolute;
  left: 0;
  bottom: 45%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--13 .important__item--04 img {
    width: 30%;
    bottom: 36%;
  }
}
.p-graph__item-shape--13 .important__value01 {
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1.2;
}
.p-graph__item-shape--13 .important__value01 .important__value-num {
  font-size: 2.625rem;
  font-size: clamp(28px, 22px + 1.6666666667vw, 42px);
}
.p-graph__item-shape--13 .important__value01 .important__value-unit {
  font-size: 1.5625rem;
  font-size: clamp(16px, 12.1428571429px + 1.0714285714vw, 25px);
}
.p-graph__item-shape--13 .important__value02 {
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1.2;
}
.p-graph__item-shape--13 .important__value02 .important__value-num {
  font-size: 2.375rem;
  font-size: clamp(24px, 21.8571428571px + 0.5952380952vw, 29px);
}
.p-graph__item-shape--13 .important__value02 .important__value-unit {
  font-size: 2.125rem;
  font-size: clamp(15px, 14.1428571429px + 0.2380952381vw, 17px);
}
@media (max-width: 576px) {
  .p-graph__item-shape--13 .important__value02 {
    margin-top: 5px;
  }
}
.p-graph__item-shape--13 .coopetition__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
}
.p-graph__item-shape--13 .coopetition__item h5 {
  font-size: 1.125rem;
  font-size: clamp(14px, 12.2857142857px + 0.4761904762vw, 18px);
  font-weight: 500;
}
.p-graph__item-shape--13 .coopetition__item h5 em {
  font-size: 1.25rem;
  font-size: clamp(15px, 12.8571428571px + 0.5952380952vw, 20px);
  font-weight: 700;
}
@media (max-width: 576px) {
  .p-graph__item-shape--13 .coopetition__item img {
    width: 30%;
  }
}
.p-graph__item-shape--13 .coopetition__item--01 {
  width: clamp(180px, 157.2857142857px + 6.3095238095vw, 233px);
  height: clamp(180px, 157.2857142857px + 6.3095238095vw, 233px);
  background-color: #fcce90;
  translate: 20px 8px;
  position: sticky;
  z-index: 1;
}
@media (max-width: 576px) {
  .p-graph__item-shape--13 .coopetition__item--01 {
    translate: -12px 8px;
  }
}
.p-graph__item-shape--13 .coopetition__item--01 h5 em {
  color: #ed6b00;
}
.p-graph__item-shape--13 .coopetition__item--02 {
  width: clamp(170px, 152.4285714286px + 4.880952381vw, 211px);
  height: clamp(170px, 152.4285714286px + 4.880952381vw, 211px);
  background-color: #b3dbf5;
  translate: -40px -12px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--13 .coopetition__item--02 {
    translate: -32px 0px;
  }
}
.p-graph__item-shape--13 .coopetition__item--02 h5 em {
  color: #0093e5;
}
.p-graph__item-shape--13 .coopetition__value {
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1.2;
}
.p-graph__item-shape--13 .coopetition__value-num {
  font-size: 3rem;
  font-size: clamp(34px, 28px + 1.6666666667vw, 48px);
}
.p-graph__item-shape--13 .coopetition__value-unit {
  font-size: 1.75rem;
  font-size: clamp(19px, 15.1428571429px + 1.0714285714vw, 28px);
}
.p-graph__item-shape--14 .guess {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--14 .guess {
    margin-top: 0;
  }
}
.p-graph__item-shape--14 .guess__man {
  position: relative;
}
@media (max-width: 576px) {
  .p-graph__item-shape--14 .guess__man {
    bottom: -40px;
  }
}
.p-graph__item-shape--14 .guess__man .bubble-deco {
  position: absolute;
}
.p-graph__item-shape--14 .guess__man .bubble-deco01 {
  top: 21%;
  right: 47%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--14 .guess__man .bubble-deco01 {
    top: 25%;
    right: 32%;
  }
}
.p-graph__item-shape--14 .guess__man .bubble-deco02 {
  top: 14%;
  right: 38%;
  transition-delay: 0.1s;
}
@media (max-width: 576px) {
  .p-graph__item-shape--14 .guess__man .bubble-deco02 {
    top: 18%;
    right: 23%;
  }
}
.p-graph__item-shape--14 .guess__man .bubble-deco03 {
  top: 3%;
  right: 28%;
  transition-delay: 0.2s;
}
@media (max-width: 576px) {
  .p-graph__item-shape--14 .guess__man .bubble-deco03 {
    top: 6.5%;
    right: 13%;
  }
}
.p-graph__item-shape--14 .guess__bubble {
  position: relative;
  text-align: center;
}
.p-graph__item-shape--14 .guess__bubble-img {
  display: inline-block;
}
.p-graph__item-shape--14 .guess__bubble-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-graph__item-shape--14 .guess__bubble-rank {
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  line-height: 1.4;
  font-weight: 700;
}
.p-graph__item-shape--14 .guess__bubble-title {
  font-size: 1.25rem;
  font-size: clamp(17px, 15.7142857143px + 0.3571428571vw, 20px);
  font-weight: 500;
  white-space: nowrap;
}
.p-graph__item-shape--14 .guess__bubble--01 {
  transition-delay: 0.3s;
  margin-bottom: 10px;
  position: sticky;
  z-index: 5;
}
@media (max-width: 576px) {
  .p-graph__item-shape--14 .guess__bubble--01 {
    translate: 5px 26px;
  }
}
.p-graph__item-shape--14 .guess__bubble--01 .guess__bubble-rank {
  font-size: 3rem;
  font-size: clamp(41px, 38px + 0.8333333333vw, 48px);
}
.p-graph__item-shape--14 .guess__bubble--02 {
  transition-delay: 0.4s;
  position: absolute;
  top: 5%;
  right: 2%;
  z-index: 4;
}
.p-graph__item-shape--14 .guess__bubble--02 .guess__bubble-rank {
  font-size: 1.875rem;
  font-size: clamp(25px, 22.8571428571px + 0.5952380952vw, 30px);
  position: relative;
  left: -27px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--14 .guess__bubble--02 {
    width: 50%;
    top: 10%;
    right: 0;
  }
}
.p-graph__item-shape--14 .guess__bubble--03 {
  transition-delay: 0.5s;
  translate: -64px 42px;
  position: sticky;
  z-index: 3;
}
@media (max-width: 576px) {
  .p-graph__item-shape--14 .guess__bubble--03 {
    translate: -16px 26px;
  }
}
.p-graph__item-shape--14 .guess__bubble--03 .guess__bubble-txt {
  top: 55%;
}
.p-graph__item-shape--14 .guess__bubble--03 .guess__bubble-rank {
  font-size: 1.875rem;
  font-size: clamp(25px, 22.8571428571px + 0.5952380952vw, 30px);
  position: relative;
  left: -27px;
}
.p-graph__item-shape--14 .guess__bubble--04 {
  transition-delay: 0.6s;
  translate: 27px -30px;
  position: sticky;
  z-index: 2;
}
@media (max-width: 576px) {
  .p-graph__item-shape--14 .guess__bubble--04 {
    translate: 27px -20px;
  }
  .p-graph__item-shape--14 .guess__bubble--04 img {
    margin: 10px 0;
    width: 70%;
  }
}
.p-graph__item-shape--15 .rewarding {
  position: relative;
  text-align: center;
  margin-top: 10%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--15 .rewarding {
    margin: 0 15px 20px;
  }
}
.p-graph__item-shape--15 .rewarding__chart {
  width: 93%;
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-around;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .p-graph__item-shape--15 .rewarding__chart {
    width: 98%;
    font-size: 1rem;
    font-size: clamp(13px, 12.1428571429px + 0.2380952381vw, 15px);
  }
}
.p-graph__item-shape--15 .rewarding__item {
  width: 30%;
  writing-mode: vertical-rl;
  color: #ED6B00;
  display: flex;
  align-items: center;
}
.p-graph__item-shape--15 .rewarding__item p {
  text-align: left;
}
.p-graph__item-shape--15 .rewarding__item--01 p {
  padding-top: 2em;
  position: relative;
}
.p-graph__item-shape--15 .rewarding__item--01 p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 35px;
  height: 20px;
  background: url("../../recruit/images/graphs/voice07-img02.svg");
  background-size: cover;
}
.p-graph__item-shape--15 .rewarding__item--02 {
  order: -1;
  padding-top: 50px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--15 .rewarding__item--02 {
    padding-top: 40px;
  }
}
.p-graph__item-shape--15 .rewarding__item--03 {
  padding-top: 65px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--15 .rewarding__item--03 {
    padding-top: 50px;
  }
}
.p-graph__item-shape--16 .consultation {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .p-graph__item-shape--16 .consultation {
    position: relative;
    margin: 0 0 10px;
  }
}
@media (max-width: 576px) {
  .p-graph__item-shape--16 .consultation__img {
    position: absolute;
    top: 15%;
    left: 0;
    width: 35%;
  }
}
.p-graph__item-shape--16 .consultation__img img {
  translate: 0 25px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--16 .consultation__img img {
    translate: inherit;
  }
}
@media (max-width: 576px) {
  .p-graph__item-shape--16 .consultation__txt {
    width: 100%;
  }
}
.p-graph__item-shape--16 .consultation__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.p-graph__item-shape--16 .consultation__label {
  font-size: 1.125rem;
  font-size: clamp(14px, 12.2857142857px + 0.4761904762vw, 18px);
  font-weight: 500;
}
@media (max-width: 576px) {
  .p-graph__item-shape--16 .consultation__label {
    text-align: right;
  }
}
.p-graph__item-shape--16 .consultation__value {
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  font-weight: 700;
  min-width: 85px;
  text-align: right;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .p-graph__item-shape--16 .consultation__value {
    min-width: 70px;
    line-height: 1.5;
  }
}
.p-graph__item-shape--16 .consultation__value-num1 {
  font-size: 3.125rem;
  font-size: clamp(45px, 42.8571428571px + 0.5952380952vw, 50px);
}
.p-graph__item-shape--16 .consultation__value-unit1 {
  font-size: 2.25rem;
  font-size: clamp(30px, 27.4285714286px + 0.7142857143vw, 36px);
}
.p-graph__item-shape--16 .consultation__value-num2 {
  font-size: 2.5rem;
  font-size: clamp(38px, 37.1428571429px + 0.2380952381vw, 40px);
}
.p-graph__item-shape--16 .consultation__value-unit2 {
  font-size: 1.5625rem;
  font-size: clamp(20px, 17.8571428571px + 0.5952380952vw, 25px);
}
.p-graph__item-shape--16 .consultation__value-num3 {
  font-size: 1.875rem;
  font-size: clamp(28px, 27.1428571429px + 0.2380952381vw, 30px);
}
.p-graph__item-shape--16 .consultation__value-unit3 {
  font-size: 1.0625rem;
  font-size: clamp(14px, 12.7142857143px + 0.3571428571vw, 17px);
}
.p-graph__item-shape--17 .assign {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--17 .assign {
    margin-bottom: 20px;
  }
}
.p-graph__item-shape--17 .assign::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #000;
  z-index: 0;
}
.p-graph__item-shape--17 .assign__label {
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.2;
}
.p-graph__item-shape--17 .assign__value {
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.4;
}
.p-graph__item-shape--17 .assign__item {
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-graph__item-shape--17 .assign__item--01 {
  background-color: #86cef8;
  width: clamp(76px, 62.2857142857px + 3.8095238095vw, 108px);
  height: clamp(76px, 62.2857142857px + 3.8095238095vw, 108px);
}
.p-graph__item-shape--17 .assign__item--01 .assign__label {
  font-size: 1.125rem;
  font-size: clamp(13px, 10.8571428571px + 0.5952380952vw, 18px);
}
.p-graph__item-shape--17 .assign__item--01 .assign__value-num {
  font-size: 2.0625rem;
  font-size: clamp(26px, 23px + 0.8333333333vw, 33px);
}
.p-graph__item-shape--17 .assign__item--01 .assign__value-unit {
  font-size: 1.3125rem;
  font-size: clamp(15px, 12.4285714286px + 0.7142857143vw, 21px);
}
.p-graph__item-shape--17 .assign__item--02 {
  background-color: #5bbcf5;
  width: clamp(100px, 80.7142857143px + 5.3571428571vw, 145px);
  height: clamp(100px, 80.7142857143px + 5.3571428571vw, 145px);
}
.p-graph__item-shape--17 .assign__item--02 .assign__label {
  font-size: 1.125rem;
  font-size: clamp(15px, 13.7142857143px + 0.3571428571vw, 18px);
}
.p-graph__item-shape--17 .assign__item--02 .assign__value-num {
  font-size: 2.75rem;
  font-size: clamp(35px, 31.1428571429px + 1.0714285714vw, 44px);
}
.p-graph__item-shape--17 .assign__item--02 .assign__value-unit {
  font-size: 1.5625rem;
  font-size: clamp(18px, 15px + 0.8333333333vw, 25px);
}
.p-graph__item-shape--17 .assign__item--03 {
  background-color: #bee0f4;
  width: clamp(68px, 61.5714285714px + 1.7857142857vw, 83px);
  height: clamp(68px, 61.5714285714px + 1.7857142857vw, 83px);
}
.p-graph__item-shape--17 .assign__item--03 .assign__label {
  font-size: 0.9375rem;
  font-size: clamp(12px, 10.7142857143px + 0.3571428571vw, 15px);
}
.p-graph__item-shape--17 .assign__item--03 .assign__value {
  position: absolute;
  top: -40px;
  left: 50%;
  translate: -50% 0;
}
.p-graph__item-shape--17 .assign__item--03 .assign__value-num {
  font-size: 1.8125rem;
}
.p-graph__item-shape--17 .assign__item--03 .assign__value-unit {
  font-size: 1.0625rem;
  font-size: clamp(16px, 15.5714285714px + 0.119047619vw, 17px);
}
.p-graph__item-shape--17 .assign__item--04 {
  background-color: #dde9f2;
  width: 21px;
  height: 21px;
}
.p-graph__item-shape--17 .assign__item--04 .assign__label {
  font-size: 0.9375rem;
  font-size: clamp(11px, 9.2857142857px + 0.4761904762vw, 15px);
  position: absolute;
  top: 25px;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 576px) {
  .p-graph__item-shape--17 .assign__item--04 .assign__label {
    left: 90%;
  }
}
.p-graph__item-shape--17 .assign__item--04 .assign__value {
  position: absolute;
  top: -40px;
  left: 50%;
  translate: -50% 0;
}
.p-graph__item-shape--17 .assign__item--04 .assign__value-num {
  font-size: 1.875rem;
  font-size: clamp(23px, 20px + 0.8333333333vw, 30px);
}
.p-graph__item-shape--17 .assign__item--04 .assign__value-unit {
  font-size: 1.0625rem;
  font-size: clamp(14px, 12.7142857143px + 0.3571428571vw, 17px);
}
.p-graph__item-shape--18 .over-hour {
  margin: 25px 0 35px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--18 .over-hour {
    margin: 20px 10px;
  }
}
.p-graph__item-shape--18 .over-hour__chart {
  position: relative;
  text-align: center;
}
.p-graph__item-shape--18 .over-hour__chart img {
  margin: 0 auto;
}
.p-graph__item-shape--18 .over-hour__item {
  position: absolute;
}
.p-graph__item-shape--18 .over-hour__item--01 {
  top: 9%;
  right: 16%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--18 .over-hour__item--01 {
    top: 8%;
  }
}
.p-graph__item-shape--18 .over-hour__item--02 {
  bottom: 24%;
  right: 11%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--18 .over-hour__item--02 {
    bottom: 23%;
    right: 14%;
  }
}
.p-graph__item-shape--18 .over-hour__item--03 {
  bottom: 34%;
  left: 13%;
}
@media (max-width: 576px) {
  .p-graph__item-shape--18 .over-hour__item--03 {
    bottom: 33%;
    left: 15%;
  }
}
.p-graph__item-shape--18 .over-hour__item--04 {
  top: -5%;
  left: 1%;
}
.p-graph__item-shape--18 .over-hour__item--04 img {
  position: absolute;
  top: 10px;
  right: -32px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--18 .over-hour__item--04 img {
    width: 29%;
    top: 19px;
    right: -17px;
  }
}
.p-graph__item-shape--18 .over-hour__label {
  font-size: 1.125rem;
  font-size: clamp(12px, 9.4285714286px + 0.7142857143vw, 18px);
  font-weight: 500;
}
.p-graph__item-shape--18 .over-hour__value {
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  font-weight: 700;
  line-height: 1.2;
}
.p-graph__item-shape--18 .over-hour__value-num {
  font-size: 3.375rem;
  font-size: clamp(32px, 22.5714285714px + 2.619047619vw, 54px);
}
.p-graph__item-shape--18 .over-hour__value-unit {
  font-size: 1.8125rem;
  font-size: clamp(19px, 14.7142857143px + 1.1904761905vw, 29px);
}
.p-graph__item-shape--19 .teamwork {
  position: relative;
  padding-top: 35%;
  margin-top: 20px;
}
.p-graph__item-shape--19 .teamwork-img {
  margin: 25px auto 0;
  display: block;
}
.p-graph__item-shape--19 .teamwork__dialogue {
  position: absolute;
  text-align: center;
  font-size: 0.9em;
  width: 38%;
}
.p-graph__item-shape--19 .teamwork__dialogue-img {
  display: inline-block;
}
.p-graph__item-shape--19 .teamwork__dialogue-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-graph__item-shape--19 .teamwork__dialogue-title {
  font-size: 1.0625rem;
  font-size: clamp(15px, 14.1428571429px + 0.2380952381vw, 17px);
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .p-graph__item-shape--19 .teamwork__dialogue-title {
    font-size: clamp(13px, 11.7142857143px + 0.3571428571vw, 16px);
  }
}
.p-graph__item-shape--19 .teamwork__dialogue--01 {
  transition-delay: 0.3s;
  margin-bottom: 10px;
  top: 20%;
  left: -1.5%;
  z-index: 5;
}
.p-graph__item-shape--19 .teamwork__dialogue--01 .teamwork__dialogue-txt {
  padding-top: 10px;
}
@media (max-width: 576px) {
  .p-graph__item-shape--19 .teamwork__dialogue--01 {
    left: 0;
  }
}
.p-graph__item-shape--19 .teamwork__dialogue--02 {
  top: -2%;
  left: 31%;
  transition-delay: 0.4s;
  z-index: 4;
}
.p-graph__item-shape--19 .teamwork__dialogue--03 {
  top: 20%;
  right: -1.5%;
  transition-delay: 0.5s;
  z-index: 3;
}
@media (max-width: 576px) {
  .p-graph__item-shape--19 .teamwork__dialogue--03 {
    right: 0;
  }
}
.p-graph__item-shape--19 .teamwork__dialogue--04 {
  width: 28%;
  top: -8%;
  right: 0;
  transition-delay: 0.6s;
  z-index: 2;
}
@media (max-width: 576px) {
  .p-graph__item-shape--19 .teamwork__dialogue--04 {
    right: 0;
  }
}
.p-graph__item-shape--19 .teamwork__dialogue--04 .bubble-deco {
  position: absolute;
  bottom: -29px;
  left: -12px;
}
.p-graph__item-shape--19 .teamwork__value {
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  font-weight: 700;
  line-height: 1.2;
}
.p-graph__item-shape--19 .teamwork__value-num {
  font-size: 2.5rem;
  font-size: clamp(36px, 34.2857142857px + 0.4761904762vw, 40px);
}
.p-graph__item-shape--19 .teamwork__value-unit {
  font-size: 1.4375rem;
  font-size: clamp(19px, 17.2857142857px + 0.4761904762vw, 23px);
}
@media (max-width: 576px) {
  .p-graph__item-shape--19 .teamwork__value-num {
    font-size: 2.5rem;
    font-size: clamp(25px, 23.7142857143px + 0.3571428571vw, 28px);
  }
  .p-graph__item-shape--19 .teamwork__value-unit {
    font-size: 1.8125rem;
    font-size: clamp(14px, 13.1428571429px + 0.2380952381vw, 16px);
  }
}

/*---------------------------------------

    RECRUIT

---------------------------------------*/
.p-recruit-ex-links {
  padding: 50px 0;
}
@media (max-width: 576px) {
  .p-recruit-ex-links {
    padding: 30px 0 50px;
  }
}
.p-recruit-ex-links__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-recruit-ex-links__inner--col3, .p-recruit-ex-links__inner--col2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .p-recruit-ex-links__inner--col3, .p-recruit-ex-links__inner--col2 {
    flex-direction: column;
    padding: 0;
  }
}
.p-recruit-ex-links__inner--col3 .p-recruit-ex-links__link {
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 576px) {
  .p-recruit-ex-links__inner--col3 .p-recruit-ex-links__link {
    width: 90%;
    margin: 0 auto;
  }
}
.p-recruit-ex-links__inner--col2 .p-recruit-ex-links__link {
  width: calc(50% - 10px);
}
@media (max-width: 576px) {
  .p-recruit-ex-links__inner--col2 .p-recruit-ex-links__link {
    width: 100%;
  }
}
.p-recruit-ex-links__label {
  font-size: 1.25rem;
  font-size: clamp(16px, 14.2857142857px + 0.4761904762vw, 20px);
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .p-recruit-ex-links__label {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.p-recruit-anker {
  margin: 0 0 30px;
}
.p-recruit-anker__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .p-recruit-anker__inner {
    flex-direction: column;
    padding: 0;
  }
}
.p-recruit-anker__link {
  width: calc(50% - 10px);
}
@media (max-width: 576px) {
  .p-recruit-anker__link {
    width: 100%;
  }
}
.p-recruit-anker__link .c-btn-link--nomal {
  background-color: #fff;
  box-shadow: 0 5px 0 #fce890;
  font-size: 1.25rem;
  font-size: 16px;
  font-weight: 500;
}
.p-recruit-anker__link .c-btn-link--nomal:hover {
  transform: translateY(5px);
  box-shadow: none;
  opacity: 0.9;
}
@media (max-width: 576px) {
  .p-recruit-anker__link .c-link-icon {
    right: 8px;
  }
}

.p-recruit-btn {
  background-color: #fff;
  margin-top: 1px;
  padding: 20px 0 25px;
}
@media (max-width: 576px) {
  .p-recruit-btn {
    padding: 20px 10px;
  }
}
.p-recruit-btn .c-btn-link--nomal {
  width: 440px;
  margin: 0 auto;
  font-size: clamp(15px, 12.8571428571px + 0.5952380952vw, 20px);
  font-weight: 500;
  gap: 10px;
}
@media (max-width: 576px) {
  .p-recruit-btn .c-btn-link--nomal {
    width: 100%;
    gap: 10px;
  }
}
.p-recruit-btn .c-btn-link--nomal.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .p-recruit-btn .c-btn-link--nomal .c-link-icon {
    position: inherit;
    top: auto;
    right: auto;
    translate: inherit;
    width: 20px;
    height: auto;
  }
}
.p-recruit-btn .c-btn-link--nomal.orange {
  background-color: #fcce90;
  box-shadow: 0 5px 0 #fce890;
}
.p-recruit-btn .c-btn-link--nomal.blue {
  background-color: #7dc9f6;
  box-shadow: 0 5px 0 #dbeaf4;
}
.p-recruit-btn .c-btn-link--nomal:hover {
  transform: translateY(5px);
  box-shadow: none;
  opacity: 0.9;
}

#anker01,
#anker02 {
  scroll-margin-top: 120px;
}
@media (max-width: 576px) {
  #anker01,
  #anker02 {
    scroll-margin-top: 100px;
  }
}

.p-recruit-new,
.p-recruit-mid {
  position: relative;
  overflow: hidden;
}
.p-recruit-new::before,
.p-recruit-mid::before {
  content: "";
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: calc(100% - 66px);
}
.p-recruit-new .c-section-header__title,
.p-recruit-mid .c-section-header__title {
  line-height: 0.8;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .p-recruit-new .c-section-header__title,
  .p-recruit-mid .c-section-header__title {
    padding-left: 0;
  }
}
.p-recruit-new .c-section-header__ja,
.p-recruit-mid .c-section-header__ja {
  font-weight: 700;
}

.p-recruit-new {
  margin-bottom: 30px;
}
.p-recruit-new::before {
  background-color: #fcce90;
}

.p-recruit-mid {
  margin-bottom: 60px;
}
.p-recruit-mid::before {
  background-color: #7dc9f6;
}

.p-recruit-process__body {
  margin-top: 30px;
}
.p-recruit-process__item {
  position: relative;
  background-color: #fce890;
  border-radius: 20px;
  padding: 20px 94px;
}
@media (max-width: 576px) {
  .p-recruit-process__item {
    padding: 20px;
  }
}
.p-recruit-process__item-badge {
  position: absolute;
  top: -10px;
  left: -10px;
}
.p-recruit-process__item-header {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 576px) {
  .p-recruit-process__item-header {
    position: relative;
    flex-direction: column;
    gap: 16px;
  }
}
.p-recruit-process__item-title {
  font-size: 1.5625rem;
  font-weight: 700;
}
.p-recruit-process__item-icon {
  position: absolute;
  top: 30%;
  left: 20%;
  translate: 0 -50%;
}
@media (max-width: 576px) {
  .p-recruit-process__item-icon {
    top: 40%;
    left: 70%;
  }
}
.p-recruit-process__item-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 10px 0 -10px;
}
@media (max-width: 576px) {
  .p-recruit-process__item-subtitle {
    margin: 10px 0 0;
  }
}
.p-recruit-process__item-ul {
  display: flex;
  gap: 10px;
}
.p-recruit-process__item-li {
  background-color: #fff;
  font-size: 1.5rem;
  font-size: clamp(20px, 18.2857142857px + 0.4761904762vw, 24px);
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 576px) {
  .p-recruit-process__item-li {
    line-height: 1.2;
  }
}
.p-recruit-process__item-text {
  margin-top: 20px;
  font-size: 1.25rem;
  font-size: clamp(18px, 17.1428571429px + 0.2380952381vw, 20px);
}
@media (max-width: 576px) {
  .p-recruit-process__item-text {
    margin-top: 10px;
  }
}
.p-recruit-process__sep {
  text-align: center;
  padding: 14px;
}

.p-recruit-pagelink {
  margin-top: 52px;
}
.p-recruit-pagelink__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 576px) {
  .p-recruit-pagelink__inner {
    flex-direction: column;
  }
}
.p-recruit-pagelink .c-page-link {
  padding: 0;
  width: calc(50% - 5px);
}
@media (max-width: 576px) {
  .p-recruit-pagelink .c-page-link {
    width: 100%;
  }
}
.p-recruit-pagelink .c-page-link__inner {
  padding-bottom: 20px;
}
.p-recruit-pagelink .c-page-link__block {
  width: 100%;
}
.p-recruit-pagelink .c-page-link__ja-title {
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .p-recruit-pagelink .c-page-link__copy {
    margin-left: 10px;
    font-size: clamp(16px, 15.1428571429px + 0.2380952381vw, 18px);
  }
}
@media (max-width: 576px) {
  .p-recruit-pagelink .c-page-link__copy--recruiter {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .p-recruit-pagelink .c-page-link__copy--internship,
  .p-recruit-pagelink .c-page-link__copy--questoin {
    width: 100%;
  }
}
.p-recruit-pagelink .c-page-link__a--recruiter,
.p-recruit-pagelink .c-page-link__a--internship {
  min-height: 222px;
}
@media (max-width: 576px) {
  .p-recruit-pagelink .c-page-link__a--recruiter,
  .p-recruit-pagelink .c-page-link__a--internship {
    min-height: auto;
  }
}
.p-recruit-pagelink .c-page-link--fullsize {
  width: 100%;
}
@media (max-width: 576px) {
  .p-recruit-pagelink .c-page-link__image {
    right: 0%;
    width: 50%;
    width: 45%;
  }
}
/*---------------------------------------

    INTERNSHIP

---------------------------------------*/
.p-internship-program {
  padding: 35px 0 60px;
}
.p-internship-program .c-section-header {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .p-internship-program .c-section-header {
    margin-bottom: 10px;
  }
}
.p-internship-program__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffa700;
}
@media (max-width: 576px) {
  .p-internship-program__block {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.p-internship-program__block:last-child {
  border-bottom: none;
}
@media (max-width: 576px) {
  .p-internship-program__block:last-child {
    border-bottom: 1px solid #ffa700;
  }
}
.p-internship-program__label {
  width: 24%;
}
@media (max-width: 576px) {
  .p-internship-program__label {
    width: 100%;
  }
}
.p-internship-program__title {
  font-size: 1.5625rem;
  font-size: clamp(20px, 17.8571428571px + 0.5952380952vw, 25px);
  font-weight: 700;
  padding-top: 5px;
}
@media (max-width: 576px) {
  .p-internship-program__title {
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.p-internship-program__links {
  width: 76%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 576px) {
  .p-internship-program__links {
    width: 100%;
    flex-direction: column;
  }
}
.p-internship-program__link {
  width: 100%;
}
.p-internship-program__link--col2 {
  width: calc(50% - 10px);
}
@media (max-width: 576px) {
  .p-internship-program__link--col2 {
    width: 100%;
  }
}
.p-internship-program__link .c-btn-link--nomal {
  font-size: 1.25rem;
  font-size: clamp(18px, 17.1428571429px + 0.2380952381vw, 20px);
  font-weight: 500;
  padding: clamp(10px, 6.5714285714px + 0.9523809524vw, 18px) 0;
  height: 100%;
}
@media (max-width: 576px) {
  .p-internship-program__link .c-btn-link--nomal {
    text-align: center;
    line-height: 1.3;
  }
}
.p-internship-program__link .c-btn-link--nomal .c-link-icon {
  right: 20px;
}

.p-program-section {
  padding-bottom: 10px;
}
.p-program-section:last-child {
  margin-bottom: -70px;
}
.p-program-section--yellow {
  background-color: #fce890;
}
.p-program-section--blue {
  background-color: #7dc9f6;
}
.p-program-section .c-section-header__title {
  line-height: 0.9;
  margin-bottom: 30px;
}
.p-program-section article {
  margin-bottom: 50px;
}

/*---------------------------------------

    INTERVIEW TOP

---------------------------------------*/
.c-page-header--interview .anim--slidein-right {
  animation: interviewMvSlideInRight 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
@media (max-width: 576px) {
  .c-page-header--interview .anim--slidein-right {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    right: 0;
  }
}

@keyframes interviewMvSlideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.p-interview-younger {
  margin: 50px 0 10px;
}
@media (max-width: 576px) {
  .p-interview-younger {
    margin: 30px 0 10px;
  }
}
.p-interview-younger__wrap {
  background-color: #fcce90;
}
.p-interview-younger .c-section-header__title {
  line-height: 1;
  translate: 0 -6px;
}
@media (max-width: 576px) {
  .p-interview-younger .c-section-header__title {
    line-height: 2;
    translate: 0 2px;
  }
}
@media (max-width: 576px) {
  .p-interview-younger .c-section-header__ja {
    margin: 0;
  }
}
.p-interview-younger .c-section-header__description {
  margin-left: 40px;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .p-interview-younger .c-section-header__description {
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.p-interview-younger .c-employee-slider {
  padding: 30px 38px;
}
@media (max-width: 768px) {
  .p-interview-younger .c-employee-slider {
    padding: 30px 0;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .p-interview-younger .c-employee-slider {
    margin-bottom: 0;
  }
}
.p-interview-younger .young-slider {
  margin-bottom: 0;
}
.p-interview-younger .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-interview-younger .swiper-wrapper {
    gap: 0;
  }
}
.p-interview-younger .swiper-slide {
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 768px) {
  .p-interview-younger .swiper-slide {
    scale: 0.9;
    filter: brightness(0.8);
    opacity: 0.5;
  }
}
.p-interview-younger .swiper-slide--current {
  background-color: #fde890;
}
@media (max-width: 768px) {
  .p-interview-younger .swiper-slide-active {
    scale: 1;
    filter: brightness(1);
    opacity: 1;
  }
}
.p-interview-younger .young-slider__pagination {
  display: none;
}
@media (max-width: 768px) {
  .p-interview-younger .young-slider__pagination {
    position: relative;
    bottom: -30px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-interview-younger .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
}

.p-interview-senior {
  margin-bottom: 30px;
}
.p-interview-senior__wrap {
  background-color: #7dc9f6;
  display: flex;
  justify-content: space-between;
  padding-right: 38px;
}
@media (max-width: 768px) {
  .p-interview-senior__wrap {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .p-interview-senior__wrap {
    flex-direction: column;
  }
}
.p-interview-senior .c-section-header {
  width: 33%;
}
@media (max-width: 576px) {
  .p-interview-senior .c-section-header {
    width: 100%;
  }
}
.p-interview-senior .c-section-header__title {
  display: flex;
  flex-direction: column;
  line-height: 0.8;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-interview-senior .c-section-header__title {
    gap: 0;
    margin-bottom: 10px;
    translate: 0 2px;
  }
}
.p-interview-senior .c-section-header__ja,
.p-interview-senior .c-section-header__description {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .p-interview-senior .c-section-header__ja,
  .p-interview-senior .c-section-header__description {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .p-interview-senior .c-section-header__ja {
    margin-left: 0px;
  }
}
.p-interview-senior .c-employee-slider {
  width: 63%;
  padding-top: 30px;
}
@media (max-width: 576px) {
  .p-interview-senior .c-employee-slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
  }
}
.p-interview-senior .c-employee-slider__body {
  background-color: #7dc9f6;
}
.p-interview-senior .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-interview-senior .swiper-wrapper {
    gap: 0;
  }
}
.p-interview-senior .swiper-slide {
  width: calc(50% - 10px);
  background-color: #dbeaf4;
}
@media (max-width: 768px) {
  .p-interview-senior .swiper-slide {
    scale: 0.9;
    filter: brightness(0.8);
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .p-interview-senior .swiper-slide-active {
    scale: 1;
    filter: brightness(1);
    opacity: 1;
  }
}
.p-interview-senior .c-employee-slider__pagination {
  display: none;
}
@media (max-width: 768px) {
  .p-interview-senior .c-employee-slider__pagination {
    position: relative;
    bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.p-interview-pagelinks__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.p-interview-pagelinks__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-interview-pagelinks__inner {
    flex-direction: column;
  }
}
.p-interview-pagelinks .c-page-link {
  padding: 0;
  width: calc(50% - 5px);
}
@media (max-width: 768px) {
  .p-interview-pagelinks .c-page-link {
    width: 100%;
  }
}
.p-interview-pagelinks .c-page-link__inner {
  min-height: 134px;
}
@media (max-width: 576px) {
  .p-interview-pagelinks .c-page-link__inner {
    min-height: auto;
  }
}
.p-interview-pagelinks .c-page-link__block {
  width: 100%;
}

/*---------------------------------------

    HOME FV

---------------------------------------*/
.p-fv {
  position: relative;
  height: 300vh; /* スクロール距離を長くする */
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-fv__wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-fv__wrap img {
  position: absolute;
  width: 50vw; /* 画面幅に応じたサイズ */
  max-width: 400px;
}

#personB {
  opacity: 0;
}

/*---------------------------------------

    entry

---------------------------------------*/
.p-entry-pagelinks {
  padding-bottom: 70px;
}
.p-entry-pagelinks .container {
  max-width: 960px;
}
@media (max-width: 576px) {
  .p-entry-pagelinks {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.p-entry-pagelinks__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .p-entry-pagelinks__inner {
    flex-direction: column;
  }
}
.p-entry-pagelinks .c-section-header__title {
  line-height: 0.8;
}
.p-entry-pagelinks .c-section-header__title .c-section-header__en {
  font-size: 4.1rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .p-entry-pagelinks .c-section-header__title {
    padding-left: 1px;
  }
  .p-entry-pagelinks .c-section-header__title .c-section-header__en {
    font-size: 3rem;
  }
}
.p-entry-pagelinks .c-page-link {
  padding: 0;
  width: calc(50% - 5px);
}
@media (max-width: 576px) {
  .p-entry-pagelinks .c-page-link {
    width: 100%;
  }
}
.p-entry-pagelinks .c-page-link__block {
  width: 100%;
  position: relative;
}
.p-entry-pagelinks .c-page-link__block__inner {
  min-height: 277px;
}
@media (max-width: 576px) {
  .p-entry-pagelinks .c-page-link__block__inner {
    min-height: 250px;
  }
}
.p-entry-pagelinks .c-page-link .c-page-link-copy {
  font-weight: 700;
  margin-top: 18px;
}
.p-entry-pagelinks .c-page-link .c-page-link-copy span {
  font-size: 24px;
}
.p-entry-pagelinks .c-page-link .c-page-link-copy p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .p-entry-pagelinks .c-page-link .c-page-link-copy {
    margin-top: 22px;
    line-height: 1.4;
  }
  .p-entry-pagelinks .c-page-link .c-page-link-copy p {
    margin-top: 10px;
    font-size: 16px;
  }
}
.p-entry-pagelinks .c-page-link--thisyear {
  background: #fcce90 url("../../recruit/images/man.png") no-repeat left 3px bottom 17px;
  background-size: 60% auto;
}
.p-entry-pagelinks .c-page-link--thisyear .c-page-link-copy {
  padding: 0 2% 0 53%;
}
@media (max-width: 576px) {
  .p-entry-pagelinks .c-page-link--thisyear {
    background-position: left bottom 20px;
    background-size: 64% auto;
  }
  .p-entry-pagelinks .c-page-link--thisyear .c-page-link-copy {
    padding: 0 0 0 48%;
  }
}
.p-entry-pagelinks .c-page-link--thisyear.closed {
  background: #DBDCDC url("../../recruit/images/man_closed.png") no-repeat left 3px bottom 17px;
  background-size: 60% auto;
}
.p-entry-pagelinks .c-page-link--nextyear {
  background: #9bb4f7 url("../../recruit/images/woman.png") no-repeat right -6px bottom -10px;
  background-size: 60% auto;
}
.p-entry-pagelinks .c-page-link--nextyear .c-page-link-copy {
  padding: 0 39% 0 8.5%;
}
@media (max-width: 576px) {
  .p-entry-pagelinks .c-page-link--nextyear {
    background-position: right center;
    background-size: 64% auto;
  }
  .p-entry-pagelinks .c-page-link--nextyear .c-page-link-copy {
    padding: 50px 41% 0 8%;
  }
}
.p-entry-pagelinks .c-page-link--nextyear.closed {
  background: #DBEAF4 url("../../recruit/images/woman_closed.png") no-repeat right -6px bottom 5px;
  background-size: 60% auto;
}
@media (max-width: 576px) {
  .p-entry-pagelinks .c-page-link--nextyear.closed {
    background-position: right center;
    background-size: 64% auto;
  }
}
.p-entry-pagelinks .c-page-link .closed .c-page-link-copy {
  color: #707070;
}
.p-entry-pagelinks .c-page-link .closed-text,
.p-entry-pagelinks .c-page-link .soon-text {
  color: #fff;
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  position: absolute;
  right: 20px;
  bottom: 20px;
  letter-spacing: 0.02em;
}
.p-entry-pagelinks .c-page-link .closed-text {
  font-size: 34px;
  font-weight: 200;
}
.p-entry-pagelinks .c-page-link .soon-text {
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
  bottom: 24px;
}

/*---------------------------------------

    FOOTER

---------------------------------------*/
.footer {
  background-color: #333;
  color: #fff;
  margin-top: clamp(35px, 20px + 4.1666666667vw, 70px);
  padding: 40px 0 26px;
}
.footer__nav {
  margin-bottom: 84px;
  display: flex;
  justify-content: space-between;
}
.footer__nav-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__nav-lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__nav-item a {
  color: #fff;
  font-size: clamp(12px, 10.7142857143px + 0.3571428571vw, 15px);
  font-weight: 500;
}
.footer__nav-item a:hover {
  color: #faf1c8;
}
.footer__nav-title {
  font-size: clamp(16px, 13px + 0.8333333333vw, 23px);
}
.footer__nav-title a {
  color: #fff;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__copyright {
  font-size: 0.8125rem;
  font-weight: 100;
}

/*---------------------------------------

    PAGE TOP BTN

---------------------------------------*/
.page-top-btn {
  position: fixed;
  bottom: 4%;
  right: 0;
  opacity: 0;
  transform: translateX(150%);
  transition: opacity 0.4s ease-out, transform 0.5s;
  z-index: 1000;
}
.page-top-btn a {
  background-color: #faf1c8;
  color: #000;
  padding: 4px 20px;
  border: 2px solid #000;
  border-right: none;
  border-radius: 10px 0 0 10px;
  font-size: clamp(14px, 12.2857142857px + 0.4761904762vw, 18px);
  line-height: 1.2;
  font-weight: 700;
}
.page-top-btn a:hover {
  background-color: #eee;
}
.page-top-btn.show {
  opacity: 1;
  transform: translateX(0);
}

/*---------------------------------------

    RESPO / PC FIRST

---------------------------------------*/
@media (max-width: 1000px) {
  .header__pc-nav {
    display: none;
  }
  .fullscreen-overlay,
  .sp-btn {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .d-pc {
    display: none;
  }
  .d-sp {
    display: inline-block;
  }
  .footer__nav {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .footer__nav-box {
    display: flex;
    flex-direction: row;
    gap: 0 20px;
  }
  .footer__nav-lists {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px 20px;
  }
  .footer__nav-item {
    float: right;
  }
  .footer__nav-item a {
    font-size: 0.875rem;
  }
  .footer__nav-title {
    font-size: 1rem;
    min-width: 45%;
  }
}
@media (max-width: 390px) {
  .d-sp {
    display: inline-block;
  }
  .header {
    padding: 17px 22px;
  }
  .header__site-name a {
    gap: 1px;
  }
  .header__site-description {
    font-weight: 500;
  }
  .header__logo {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */