@charset "UTF-8";
.recruit__header {
  position: relative;
  z-index: 100;
}
.recruit__header__inner {
  position: relative;
}
@media only screen and (max-width: 430px) {
  .recruit__header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
  }
}
.recruit__header__logo {
  position: relative;
}
.recruit__header__logo::before {
  position: absolute;
  left: -360px;
  top: -40px;
  content: "";
  z-index: 10;
  width: 350px;
  aspect-ratio: 350/157;
  /*max-width: 350px;
  height: 157px;*/
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .recruit__header__logo::before {
    left: -200px;
    width: 30vw;
  }
}
@media only screen and (max-width: 430px) {
  .recruit__header__logo::before {
    left: -80px;
    top: -50px;
    width: 40vw;
  }
}

.benefits-style__header__logo {
  max-width: 270px;
}
@media only screen and (max-width: 430px) {
  .benefits-style__header__logo {
    width: 70%;
  }
}
.benefits-style__header__logo::before {
  background-image: url(../img/recruit-content1.png);
}

.intern-style__header__logo {
  max-width: 270px;
}
@media only screen and (max-width: 430px) {
  .intern-style__header__logo {
    width: 56%;
  }
}
.intern-style__header__logo::before {
  background-image: url(../img/recruit-content3.png);
}

.requirements-style__header__logo {
  max-width: 220px;
}
@media only screen and (max-width: 430px) {
  .requirements-style__header__logo {
    width: 56%;
  }
}
.requirements-style__header__logo::before {
  background-image: url(../img/recruit-content2.png);
}

.bg-Recruit {
  background-color: var(--color-gray-light);
}

.RecruitWrapper__Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/bg-recruit.jpg);
  background-size: cover;
  height: 470px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Header {
    height: auto;
    padding: 100px 0 40px 0;
  }
}
.RecruitWrapper__Header .line {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  -webkit-animation: move 3s linear infinite alternate;
          animation: move 3s linear infinite alternate;
  pointer-events: none;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.RecruitWrapper__Header .line:nth-child(1) {
  left: 5%;
  width: 12px;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  background: var(--color-gray);
}
.RecruitWrapper__Header .line:nth-child(2) {
  left: 20%;
  width: 8px;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  background: var(--color-perple);
}
.RecruitWrapper__Header .line:nth-child(3) {
  left: 35%;
  width: 6px;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  background: var(--color-blue);
}
.RecruitWrapper__Header .line:nth-child(4) {
  left: 55%;
  width: 10px;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  background: var(--color-yellow);
}
.RecruitWrapper__Header .line:nth-child(5) {
  left: 70%;
  width: 20px;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  background: var(--color-pink);
}
.RecruitWrapper__Header .line:nth-child(6) {
  left: 85%;
  width: 10px;
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  background: var(--color-blue);
}
.RecruitWrapper__Header--Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 70%;
  position: relative;
  z-index: 10;
}
.RecruitWrapper__Header--Inner li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RecruitWrapper__Container {
  width: 1024px;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .RecruitWrapper__Container {
    width: 90%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container {
    padding: 40px 0 0 0;
  }
}
.RecruitWrapper__Container--list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list {
    margin-bottom: 40px;
  }
}
.RecruitWrapper__Container--list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  padding: 30px 30px;
  border-bottom: solid 1px var(--color-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.RecruitWrapper__Container--list ul:nth-of-type(even) {
  background-color: var(--color-white);
}
.RecruitWrapper__Container--list ul:first-of-type {
  padding-top: 0;
}
.RecruitWrapper__Container--list ul:last-of-type {
  background-color: var(--color-gray-dark);
}
.RecruitWrapper__Container--list ul:last-of-type h6 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.RecruitWrapper__Container--list ul:last-of-type div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  width: 100%;
}
.RecruitWrapper__Container--list ul:last-of-type div p:nth-of-type(1) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul:last-of-type div p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul:last-of-type div p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.RecruitWrapper__Container--list ul:last-of-type div p:nth-of-type(1) {
  border-bottom: solid 1px var(--color-white);
  padding-bottom: 16px;
}
.RecruitWrapper__Container--list ul li:nth-of-type(1) {
  width: 20%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(1) {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.RecruitWrapper__Container--list ul li:nth-of-type(1) {
  font-weight: 600;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 8px;
  }
}
.RecruitWrapper__Container--list ul li:nth-of-type(2) {
  width: 76%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(2) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(2) {
    font-size: 14px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(2) {
    width: 100%;
  }
}
.RecruitWrapper__Container--list ul li:nth-of-type(2) span.attention {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(2) span.attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(2) span.attention {
    font-size: 12px;
  }
}
.RecruitWrapper__Container--list ul li:nth-of-type(2) span.attention {
  display: block;
}
.RecruitWrapper__Container--list ul dl.annotation {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul dl.annotation {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul dl.annotation {
    font-size: 12px;
  }
}
.RecruitWrapper__Container--list ul dl dd {
  position: relative;
  padding-left: 1em;
}
.RecruitWrapper__Container--list ul dl.nakaten dd::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.RecruitWrapper__Container--list ul dl.annotation dd::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.RecruitWrapper__Container--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--btn {
    margin-bottom: 40px;
  }
}
.RecruitWrapper__Container--btn.toei {
  margin-top: 60px;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--btn.toei {
    margin-top: 40px;
  }
}
.RecruitWrapper__Container--btn a {
  background-color: var(--color-red);
  color: var(--color-white);
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--btn a {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--btn a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.RecruitWrapper__Container--btn a {
  font-weight: 600;
  /*width: 300px;*/
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vh;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--btn a {
    width: 100%;
    height: 60px;
    padding: 0;
  }
}
.RecruitWrapper__Container--btn a br {
  display: none;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--btn a br {
    display: block;
  }
}
.RecruitWrapper__Container--btn a::before {
  position: absolute;
  right: 24px;
  content: "";
  background-image: url(../../assets/img/btn-yaji01.png);
  background-size: cover;
  width: 16px;
  height: 30px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--btn a::before {
    position: absolute;
    right: 24px;
    content: "";
    background-image: url(../../assets/img/btn-yaji01.png);
    background-size: cover;
    width: 8px;
    height: 15px;
    background-repeat: no-repeat;
  }
}
.RecruitWrapper__Container--btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.RecruitWrapper__Container h3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px var(--color-black);
  margin-bottom: 40px;
}
.RecruitWrapper__Container h3 ul li:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.RecruitWrapper__Container h3 ul li:nth-of-type(1) p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h3 ul li:nth-of-type(1) p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h3 ul li:nth-of-type(1) p {
    font-size: 12px;
  }
}
.RecruitWrapper__Container h3 ul li:nth-of-type(1) p {
  font-weight: 600;
}
.RecruitWrapper__Container h3 ul li:nth-of-type(2) p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h3 ul li:nth-of-type(2) p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h3 ul li:nth-of-type(2) p {
    font-size: 14px;
  }
}
.RecruitWrapper__Container h3 ul li:nth-of-type(2) p {
  font-weight: 600;
}
.RecruitWrapper__Container h4 {
  font-size: 24px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h4 {
    font-size: 18px;
  }
}
.RecruitWrapper__Container h4 {
  letter-spacing: 0.08em;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h4 br {
    display: none;
  }
}
.RecruitWrapper__Container h4.illust01 p {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h4.illust01 p {
    width: 80px;
    top: 70px;
  }
}
.RecruitWrapper__Container h5 {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h5 {
    font-size: 18px;
  }
}
.RecruitWrapper__Container h5 {
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 24px;
  text-align: center;
  border: solid 1px var(--color-black);
  margin-bottom: 32px;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h5 {
    padding: 12px;
  }
}
.RecruitWrapper__Container h5.art {
  background-color: var(--color-pink);
}
.RecruitWrapper__Container h5.sougou {
  background-color: var(--color-yellow-green);
}
.RecruitWrapper__Container h6 {
  /*padding: 40px 0;*/
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h6 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h6 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.RecruitWrapper__Container h6 {
  font-weight: 600;
  position: relative;
  padding-left: 1.2em;
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h6 {
    margin-bottom: 20px;
  }
}
.RecruitWrapper__Container h6::before {
  position: absolute;
  content: "●";
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h6::before {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h6::before {
    font-size: 12px;
  }
}
.RecruitWrapper__Container h6::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.RecruitWrapper__Container h6.beige::before {
  color: var(--color-blue-mint-dark);
}
.RecruitWrapper__Container h6.yellow-green::before {
  color: var(--color-yellow-green);
}
.RecruitWrapper__Container h6.yellow::before {
  color: var(--color-yellow);
}
.RecruitWrapper__Container h6.perple::before {
  color: var(--color-perple);
}
.RecruitWrapper__Container h6 span {
  margin-left: 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h6 span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h6 span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h6 span {
    display: block;
    letter-spacing: 0;
    margin-left: 0px;
    line-height: 1.6;
  }
}
.RecruitWrapper__Container .employee-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 22px;
}
.RecruitWrapper__Container .employee-voice__left, .RecruitWrapper__Container .employee-voice__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 68px;
  height: 82px;
}
.RecruitWrapper__Container .employee-voice__left img, .RecruitWrapper__Container .employee-voice__right img {
  width: 100%;
  height: auto;
  display: block;
}
.RecruitWrapper__Container .employee-voice__main {
  background-color: var(--color-gray);
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.RecruitWrapper__Container .employee-voice::before {
  position: absolute;
  bottom: -22px;
  content: "";
  background-image: url(../../assets/img/voice-yaji.png);
  background-size: cover;
  width: 36px;
  height: 22px;
  right: 40%;
}
.RecruitWrapper__Container .employee-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 68px;
}

/*----------top----------*/
.bg-top {
  background-color: #ea93e9;
}

.top__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/bg-top.jpg);
  background-size: cover;
  height: 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.top__header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 70%;
  position: relative;
  z-index: 10;
}
.top__header--inner li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__container {
  width: 960px;
  margin: 0 auto;
}
.top__grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: repeat(2, 1fr); /* 2列（等幅） */
  gap: 36px; /* アイテム間の余白 */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top__grid.illust2 .parts1 {
  position: absolute;
  right: -260px;
  top: -60px;
  z-index: 10;
}
.top__grid.illust3 .parts1 {
  position: absolute;
  left: -260px;
  top: -60px;
  z-index: 10;
}
.top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.top__title.illust1 .parts1 {
  position: absolute;
  left: -100px;
  top: 0;
}
.top__title.illust4 .parts1 {
  position: absolute;
  right: -260px;
  top: -40px;
  z-index: 10;
}
.top__title--txt {
  font-size: 24px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .top__title--txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .top__title--txt {
    font-size: 18px;
  }
}
.top__title--txt {
  font-weight: 600;
}

/*----------benefits----------*/
.benefits__grid-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr); /* 2列（等幅） */
  gap: 40px; /* アイテム間の余白 */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 48px;
}
@media only screen and (max-width: 430px) {
  .benefits__grid-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.benefits__grid-2.kyoiku .benefits__grid-2--item {
  background-color: var(--color-blue-light);
  position: relative;
}
.benefits__grid-2.art .benefits__grid-2--item {
  background-color: var(--color-pink-light);
}
.benefits__grid-2.sougou .benefits__grid-2--item {
  background-color: var(--color-yellow-green-light);
}
.benefits__grid-2 .illust02 {
  position: absolute;
  left: -142px;
  bottom: -40px;
}
@media only screen and (max-width: 430px) {
  .benefits__grid-2 .illust02 {
    right: 0;
    left: auto;
    bottom: -70px;
  }
}
@media only screen and (max-width: 430px) {
  .benefits__grid-2 .illust02 img {
    width: 80px;
  }
}
.benefits__grid-2--item {
  padding: 30px;
  border: 1px solid var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media only screen and (max-width: 430px) {
  .benefits__grid-2--item {
    padding: 20px;
  }
}
.benefits__grid-2--item dt {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .benefits__grid-2--item dt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .benefits__grid-2--item dt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.benefits__grid-2--item dd {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .benefits__grid-2--item dd {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .benefits__grid-2--item dd {
    font-size: 12px;
  }
}
.benefits__grid-2--item dd {
  text-align: justify;
}
.benefits__grid-2--item dd span {
  font-size: 12px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .benefits__grid-2--item dd span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 430px) {
  .benefits__grid-2--item dd span {
    font-size: 10px;
  }
}
.benefits__grid-2--item dd span {
  display: block;
  margin-top: 4px;
}
.benefits__grid-2--voice {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 430px) {
  .benefits__grid-2--voice {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.benefits__grid-2--voice .humanvoice {
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  .benefits__grid-2--voice .humanvoice {
    margin-bottom: 0;
  }
}
.benefits__grid-2--voice .humanvoice .humanvoice__block__inner {
  margin-left: 0;
}
.benefits__employeeinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits__employeeinfo--left p:nth-of-type(1) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .benefits__employeeinfo--left p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .benefits__employeeinfo--left p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.benefits__employeeinfo--left p:nth-of-type(1) {
  font-weight: 600;
  border-bottom: solid 1px var(--color-black);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.benefits__employeeinfo--left p:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .benefits__employeeinfo--left p:nth-of-type(2) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .benefits__employeeinfo--left p:nth-of-type(2) {
    font-size: 14px;
  }
}
.benefits__employeeinfo--left p:nth-of-type(2) {
  white-space: nowrap;
}
.benefits__employeeinfo--right {
  width: 170px;
}
.benefits__voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .benefits__voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.benefits .illust03 {
  text-align: right;
}
@media only screen and (max-width: 430px) {
  .benefits .illust03 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .benefits .illust03 img {
    width: 80px;
  }
}

/*----------recruitguidelines----------*/
.recruitguidelines__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__menu {
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recruitguidelines__menu li {
  width: 23%;
  border-radius: 16px;
  border: solid 4px var(--color-white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__menu li {
    width: 48%;
    margin-bottom: 4%;
    border: solid 2px var(--color-white);
    border-radius: 12px;
  }
}
.recruitguidelines__menu li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.recruitguidelines__menu li a {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  color: var(--color-black);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .recruitguidelines__menu li a {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__menu li a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__menu li a {
    padding: 16px 0;
  }
}
.recruitguidelines__menu li a span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .recruitguidelines__menu li a span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__menu li a span {
    font-size: 14px;
  }
}
.recruitguidelines__menu li:nth-of-type(1) {
  background-color: var(--color-yellow-green);
}
.recruitguidelines__menu li:nth-of-type(2) {
  background-color: var(--color-perple);
}
.recruitguidelines__menu li:nth-of-type(3) {
  background-color: var(--color-yellow);
}
.recruitguidelines__menu li:nth-of-type(4) {
  background-color: var(--color-white);
}
.recruitguidelines__menu li:nth-of-type(4) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitguidelines__menu li:nth-of-type(4) img {
  width: 160px;
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__menu li:nth-of-type(4) img {
    width: 120px;
  }
}
.recruitguidelines__faq {
  margin: 0 auto 40px;
  border-top: solid 1px var(--color-black);
}
.recruitguidelines__faq a {
  color: var(--color-black);
  text-decoration: underline;
}
.recruitguidelines__faq a:hover {
  text-decoration: none;
}
.recruitguidelines__faq ul:nth-of-type(odd) {
  background: var(--color-white);
}
.recruitguidelines__faq ul {
  border-bottom: solid 1px var(--color-black);
}
.recruitguidelines__faq ul li p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .recruitguidelines__faq ul li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__faq ul li p {
    font-size: 15px;
    line-height: 1.8;
  }
}
.recruitguidelines__faq ul li p {
  padding-left: 2em;
  text-indent: -2em;
  text-align: justify;
  width: 90%;
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__faq ul li p {
    width: 80%;
  }
}
.recruitguidelines__faq ul li p strong {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .recruitguidelines__faq ul li p strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__faq ul li p strong {
    font-size: 18px;
  }
}
.recruitguidelines__faq ul li p strong {
  font-weight: 600;
  color: var(--color-yellow);
  margin-right: 4px;
}
.recruitguidelines__faq ul li .faq__attention {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .recruitguidelines__faq ul li .faq__attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__faq ul li .faq__attention {
    font-size: 12px;
  }
}
.recruitguidelines__faq ul li .faq__attention {
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 16px;
}
.recruitguidelines__faq ul li:nth-of-type(1) {
  cursor: pointer;
  padding: 28px 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__faq ul li:nth-of-type(1) {
    padding: 20px;
  }
}
.recruitguidelines__faq ul li:nth-of-type(1) span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: var(--color-yellow);
}
.recruitguidelines__faq ul li:nth-of-type(1).active span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruitguidelines__faq ul li:nth-of-type(2) {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .recruitguidelines__faq ul li:nth-of-type(2) {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__faq ul li:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.8;
  }
}
.recruitguidelines__faq ul li:nth-of-type(2) {
  padding: 0 28px 28px;
  display: none;
  border-radius: 0 0 8px 8px;
  line-height: 1.6;
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__faq ul li:nth-of-type(2) {
    padding: 20px;
  }
}
.recruitguidelines__faq ul li:nth-of-type(2) strong {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .recruitguidelines__faq ul li:nth-of-type(2) strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .recruitguidelines__faq ul li:nth-of-type(2) strong {
    font-size: 18px;
  }
}
.recruitguidelines__faq ul li:nth-of-type(2) strong {
  font-weight: 600;
  color: var(--color-red);
  margin-right: 4px;
}

/*----------implementation----------*/
.implementation__fukidashi {
  background-color: var(--color-blue-mint);
  padding: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 2px var(--color-black);
  margin-bottom: 60px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .implementation__fukidashi {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__fukidashi {
    font-size: 14px;
  }
}
.implementation__fukidashi {
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 430px) {
  .implementation__fukidashi {
    padding: 20px;
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 430px) and (max-width: 768px) {
  .implementation__fukidashi {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) and (max-width: 430px) {
  .implementation__fukidashi {
    font-size: 15px;
    line-height: 1.8;
  }
}
.implementation__fukidashi::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 22px 20px 0 20px;
  border-style: solid;
  border-color: var(--color-blue-mint) transparent transparent transparent;
  -webkit-filter: drop-shadow(0 3px 0 #000);
          filter: drop-shadow(0 3px 0 #000);
}
.implementation__fukidashi p {
  margin-bottom: 16px;
}
@media only screen and (max-width: 430px) {
  .implementation__fukidashi p {
    text-align: justify;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__fukidashi p br {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__fukidashi p span {
    display: block;
    text-align: justify;
    margin-bottom: 12px;
  }
}
.implementation__fukidashi p span:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 430px) {
  .implementation__fukidashi p span br {
    display: none;
  }
}
.implementation__fukidashi dl {
  background-color: var(--color-white);
  margin-bottom: 20px;
}
.implementation__fukidashi dl dt {
  padding: 16px;
  background-color: var(--color-skyblue);
}
@media only screen and (max-width: 430px) {
  .implementation__fukidashi dl dt {
    text-align: justify;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__fukidashi dl dt br {
    display: none;
  }
}
.implementation__fukidashi dl dd {
  padding: 16px;
}
.implementation__fukidashi dl dd p {
  margin-bottom: 8px;
}
.implementation__fukidashi dl dd p:last-child {
  margin-bottom: 0;
}
.implementation__list {
  margin-bottom: 60px;
}
.implementation__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  padding: 30px;
  border-bottom: solid 1px var(--color-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.implementation__list ul:first-child {
  margin-top: 20px;
}
@media only screen and (max-width: 430px) {
  .implementation__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.implementation__list ul {
  /*&:last-of-type {
  	background: none !important;
  	padding: 0;
  	box-sizing: border-box;
  	li:nth-of-type(1) {
  		padding: 30px;
  		box-sizing: border-box;
  		@media only screen and (max-width: 430px) {
  			padding: 20px;
  		}
  	}
  }*/
}
.implementation__list ul:nth-of-type(odd) {
  /*background-color: var(--color-white);*/
}
.implementation__list ul li:nth-of-type(1) {
  width: 20%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .implementation__list ul li:nth-of-type(1) {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__list ul li:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.implementation__list ul li:nth-of-type(1) {
  font-weight: 600;
}
@media only screen and (max-width: 430px) {
  .implementation__list ul li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 8px;
  }
}
.implementation__list ul li:nth-of-type(2) {
  width: 76%;
}
@media only screen and (max-width: 430px) {
  .implementation__list ul li:nth-of-type(2) {
    width: 100%;
  }
}
.implementation__list ul li:nth-of-type(2) .block1 {
  padding: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .implementation__list ul li:nth-of-type(2) .block1 {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__list ul li:nth-of-type(2) .block1 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.implementation__list ul li:nth-of-type(2) .block1 {
  font-weight: 600;
}
.implementation__list ul li:nth-of-type(2) .block1.color1 {
  background: var(--color-yellow-green-dark);
}
.implementation__list ul li:nth-of-type(2) .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-top: solid 1px var(--color-black);
}
@media only screen and (max-width: 430px) {
  .implementation__list ul li:nth-of-type(2) .block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implementation__list ul li:nth-of-type(2) .block2 .block-left {
  width: 30%;
}
@media only screen and (max-width: 430px) {
  .implementation__list ul li:nth-of-type(2) .block2 .block-left {
    width: 100%;
  }
}
.implementation__list ul li:nth-of-type(2) .block2 .block-right {
  width: 66%;
}
@media only screen and (max-width: 430px) {
  .implementation__list ul li:nth-of-type(2) .block2 .block-right {
    width: 100%;
  }
}
.implementation__list ul li:nth-of-type(2) .block2.color1 {
  background: var(--color-yellow-green-dark);
}
.implementation__list ul li:nth-of-type(2) .block2.color2 {
  background: var(--color-pink-dark);
}
.implementation__list ul li:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .implementation__list ul li:nth-of-type(2) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__list ul li:nth-of-type(2) {
    font-size: 14px;
  }
}
.implementation__list ul li:nth-of-type(2) span.attention {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .implementation__list ul li:nth-of-type(2) span.attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__list ul li:nth-of-type(2) span.attention {
    font-size: 12px;
  }
}
.implementation__list ul li:nth-of-type(2) span.attention {
  display: block;
}
.implementation__list ul dl.annotation {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .implementation__list ul dl.annotation {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__list ul dl.annotation {
    font-size: 12px;
  }
}
.implementation__list ul dl dd {
  position: relative;
  padding-left: 1em;
}
.implementation__list ul dl.nakaten dd::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.implementation__list ul dl.annotation dd::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.implementation__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  .implementation__block1 {
    row-gap: 12px;
    margin-bottom: 20px;
  }
}
.implementation__block1 p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .implementation__block1 p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__block1 p {
    font-size: 14px;
  }
}
.implementation__block1--title {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .implementation__block1--title {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__block1--title {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.implementation__block1--title {
  font-weight: 600;
}
.implementation__block1--attention {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .implementation__block1--attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__block1--attention {
    font-size: 12px;
  }
}
.implementation__block1--list {
  background-color: var(--color-blue-mint);
  padding: 24px 36px;
}
@media only screen and (max-width: 430px) {
  .implementation__block1--list {
    padding: 20px;
  }
}
.implementation__block1--list li {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .implementation__block1--list li {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__block1--list li {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
.implementation__block1--list li {
  font-weight: 600;
}
.implementation__block1--list li span {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .implementation__block1--list li span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__block1--list li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation__block1--list li span {
    display: block;
  }
}
.implementation .table-container {
  overflow-x: auto;
}
.implementation .table-container table {
  border-collapse: collapse;
  width: 100%;
  background-color: var(--color-gray-light);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .implementation .table-container table {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation .table-container table {
    font-size: 12px;
  }
}
.implementation .table-container table {
  table-layout: fixed;
}
.implementation .table-container table ul {
  padding: 0;
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.implementation .table-container table ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .implementation .table-container table ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .implementation .table-container table ul li {
    font-size: 12px;
  }
}
.implementation .table-container table ul li {
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
.implementation .table-container table th, .implementation .table-container table td {
  border: 1px solid var(--color-black);
  padding: 10px 12px;
  text-align: center;
}
.implementation .table-container table th {
  background-color: var(--color-gray-light);
  font-weight: bold;
}
.implementation .table-container table td {
  vertical-align: middle;
}
.implementation .table-container table tr:nth-child(odd) {
  background-color: var(--color-blue-mint);
}