@charset "UTF-8";
/*フォントカラー*/
/*基本的な背景色*/
/*その他ポイントカラー*/
/*テキスト用mixin*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  letter-spacing: 0;
}

body {
  width: 100%;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

main {
  width: 94%;
  height: 100%;
}

.btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  width: 18.3125rem;
  height: 3.9375rem;
  background-color: #D20B1D;
  border-radius: 3.125rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 15.625rem;
    height: 3.5rem;
  }
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #FFFFFF;
  left: 1.75rem;
}

.btn:hover span {
  color: #333333;
}

.btn:hover.btn::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background-color: #FFDA71;
}

.btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(50% - 2px);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 3.125rem;
  background-color: #FFFFFF;
  z-index: -1;
  right: 2.125rem;
}

.btn.is-btn-mouse-out.btn::before {
  -webkit-animation: btn-mouse-out 1s forwards;
          animation: btn-mouse-out 1s forwards;
}

.is-btn-mouse-out .inside__btnCircle::before {
  -webkit-animation: btn-mouse-out 1s forwards;
          animation: btn-mouse-out 1s forwards;
}

@-webkit-keyframes btn-mouse-out {
  0% {
    -webkit-transform: scale(200);
            transform: scale(200);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btn-mouse-out {
  0% {
    -webkit-transform: scale(200);
            transform: scale(200);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn__arrow::after {
  background: no-repeat center/contain url(../img/common/arrow.svg);
  width: 1.4375rem;
  height: 0.75rem;
  top: calc(50% - 3px);
  right: 1.75rem;
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
}

.btn:hover.btn::after {
  opacity: 1;
}

.btn__entry {
  width: 9.9375rem;
  height: 5.0625rem;
  background-color: #FF162B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 0;
  z-index: 1010;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn__entry {
    width: 6.25rem;
    height: 3.75rem;
    right: 3.75rem;
  }
}

.btn__entry span {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-right: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn__entry span {
    font-size: 0.8125rem;
    margin-right: 0.25rem;
  }
}

.btn__entryArrow {
  width: 1.4375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .btn__entryArrow {
    width: 1.125rem;
  }
}

@media (hover: hover) {
  .btn__entry:hover:before {
    -webkit-animation: hover-in 0.2s forwards, hover-out 0.2s 0.3s forwards;
            animation: hover-in 0.2s forwards, hover-out 0.2s 0.3s forwards;
  }
}
.btn__entry:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@-webkit-keyframes hover-in {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@keyframes hover-in {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@-webkit-keyframes hover-out {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes hover-out {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.text-wrapper {
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.section__ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section__ttl {
    font-size: 1.75rem;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.footer {
  background-image: url(../img/common/footer-illust.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 74.25rem;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .footer {
    background-image: url(../img/common/footer-illustSP.webp);
    height: 57.5rem;
  }
}

.footer__wrapper {
  max-width: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.875rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.footerNav__link {
  font-size: 1.0625rem;
  font-weight: 700;
}

.footerNav__item:not(:first-of-type) {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footerNav__item:not(:first-of-type) {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer__companyInfoWrapper {
    padding-top: 3.5rem;
  }
}

.footer__logo {
  width: 23.75rem;
  height: auto;
  display: block;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 18.375rem;
  }
}

.footer__address {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 0.8125rem;
    line-height: 1.5;
    font-weight: 500;
    padding-top: 1rem;
  }
}

.footer__tel {
  padding-top: 0.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .footer__tel {
    font-size: 0.8125rem;
    line-height: 1.5;
    font-weight: 500;
    padding-top: 0.25rem;
  }
}

.footer__corporate {
  font-size: 0.75rem;
  padding-top: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__corporate {
    padding-top: 1rem;
  }
}

.footer__copyRight {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .footer__copyRight {
    font-size: 0.625rem;
    padding-top: 1rem;
  }
}

.footer__pageTopWrapper {
  padding: 1.25rem;
  display: block;
  position: absolute;
  bottom: 45%;
  right: 16%;
  width: 9.5625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__pageTopWrapper {
    bottom: 32%;
    right: 13%;
  }
}

.footer__pageTop {
  width: 100%;
  height: 100%;
}

.nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6%;
  background-color: #D9D8D8;
  z-index: 1000;
  position: relative;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.nav__left {
  width: 34%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2.5rem 0 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .nav__left {
    padding: 0.625rem 0 0 1.25rem;
    width: 18%;
  }
}

.header__nav {
  position: absolute;
  top: 0%;
  right: -100%;
  visibility: hidden;
  width: 0;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out all;
  transition: 0.8s ease-in-out all;
  overflow: hidden;
}

.header__nav[aria-expanded=true] {
  position: fixed;
  opacity: 1;
  visibility: visible;
  background: #D9D8D8;
  height: 100vh;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 90;
  width: 100%;
  right: 0;
}

.nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.25rem 0 0 11.9375rem;
  width: 66%;
}
@media screen and (max-width: 768px) {
  .nav__items {
    width: 82%;
    padding: 6rem 0 0 0;
  }
}

.nav__itemsLeft,
.nav__itemsRight {
  width: 40%;
}

.nav__logo {
  width: 14rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .nav__logo {
    width: 11rem;
  }
}

.nav__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.nav__item:not(:first-child) {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .nav__item:not(:first-child) {
    padding-top: 0;
  }
}

.nav__link {
  padding: 1.875rem 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
  font-size: 1.25rem;
  padding: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 2rem;
  letter-spacing: inherit;
}
@media screen and (max-width: 768px) {
  .nav__link {
    font-size: 1.25rem;
  }
}
.nav__link:hover {
  color: #FFFFFF;
  background: gray;
  opacity: 0.8;
}

.nav__linkJP {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  padding-top: 0.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .nav__linkJP {
    font-size: 0.75rem;
  }
}

.nav__link:hover .nav__linkJP {
  color: #FFFFFF;
}

.header__hamburger {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 90;
  width: 100%;
  background-color: #D9D8D8;
  position: fixed;
  top: 50%;
}

.header__hamburger.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger.sp-only {
    z-index: 1010;
    top: 0;
    right: 0;
    width: 3.75rem;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    position: fixed;
  }
}

@media screen and (max-width: 768px) {
  .header__hamburger.pc-only {
    display: none;
  }
}

.hamburger {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
  height: 8.5625rem;
}
@media screen and (max-width: 768px) {
  .hamburger {
    height: 40%;
    width: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

button.hamburger[aria-expanded=true] span.hamburger__text {
  background-color: #D9D8D8;
}

.hamburger__line {
  display: block;
  position: absolute;
  background-color: #333333;
  width: 0.125rem;
  height: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    width: 0.0625rem;
    height: 100%;
  }
}

.hamburger1 .hamburger__line:nth-of-type(1) {
  left: 40%;
  top: 0;
}

.hamburger1 .hamburger__line:nth-of-type(2) {
  left: 60%;
  top: 0;
}

.hamburger.hamburger1[aria-expanded=true] span:nth-of-type(1) {
  left: 50%;
}

.hamburger.hamburger1[aria-expanded=true] span:nth-of-type(2) {
  left: 50%;
}

.hamburger2 .hamburger__line:nth-of-type(1) {
  left: 2%;
  top: 0;
}

.hamburger2 .hamburger__line:nth-of-type(2) {
  left: 2.5%;
  top: 0;
}

button.hamburger.hamburger2[aria-expanded=true] .hamburger__line:nth-of-type(1) {
  left: 2.5%;
  top: 0;
}

.hamburger__text {
  left: 0.5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  bottom: 1.25rem;
  position: absolute;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hamburger[aria-expanded=true] span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(150deg);
          transform: translateX(-50%) rotate(150deg);
}

.hamburger[aria-expanded=true] span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(-150deg);
          transform: translateX(-50%) rotate(-150deg);
}

.header {
  height: 100px;
  width: 100%;
  height: 5rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.4375rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 5.625rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 0.0625rem;
  }
}

.header__logo {
  width: 14rem;
  height: auto;
  position: absolute;
  top: 1.0625rem;
  left: 5.625rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header__logo {
    left: 1rem;
    width: 8rem;
  }
}
.header__logo a {
  width: 100%;
  height: 100%;
}
.header__logo img {
  width: 100%;
  height: 100%;
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 0 6.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
  }
}

.pageFv {
  width: 100%;
  height: 31.25rem;
  background-color: #F6F5F3;
  margin-top: -5rem;
}
@media screen and (max-width: 768px) {
  .pageFv {
    height: 15.625rem;
  }
}

.inner.pageFv__inner {
  position: relative;
  padding: 0 2.5rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .inner.pageFv__inner {
    padding: 0 0;
  }
}

.pageFv__wrapper {
  width: 100%;
  position: relative;
  top: 8%;
  overflow: hidden;
}
.pageFv__title {
  font-size: 18.125rem;
  font-weight: 700;
  white-space: nowrap;
  color: #E1E1E0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .pageFv__title {
    font-size: 6.25rem;
  }
}

.pageFv__titleJP {
  position: absolute;
  top: 6%;
  left: 8%;
  z-index: 1;
  background-color: #333333;
  color: #FFFFFF;
  padding: 0 1.125rem;
  height: 4.375rem;
  font-size: 3rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4583333333;
  letter-spacing: 0.08em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pageFv__titleJP {
    font-size: 1rem;
    height: 2.1875rem;
    line-height: 2.1875;
    top: 0;
    padding: 0 0.75rem;
  }
}

.gear {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.gear img {
  width: 1.5rem;
  height: auto;
  vertical-align: top;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .gear img {
    width: 1rem;
    margin-top: 0.25rem;
  }
}

.pageTop__illust {
  position: absolute;
  bottom: -3%;
  right: 5rem;
  z-index: 1;
  margin-left: 0;
  width: 33.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageTop__illust {
    width: 8rem;
    right: 0.75rem;
  }
}

.pageTop__illust--works {
  bottom: -12%;
  right: 9.125rem;
  width: 28.9375rem;
}
@media screen and (max-width: 768px) {
  .pageTop__illust--works {
    bottom: -9%;
    right: 0.125rem;
    width: 8.9375rem;
  }
}

.aboutUs {
  padding-top: 5rem;
}

.aboutUsTtl__wrapper {
  text-align: center;
}

.aboutUs__img {
  width: 30.9375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .aboutUs__img {
    width: 12rem;
  }
}

.aboutUs__ttl {
  padding-top: 2.125rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .aboutUs__ttl {
    font-size: 1.75rem;
    padding-top: 1rem;
  }
}

.aboutUs-text {
  padding-top: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .aboutUs-text {
    padding-top: 1.5rem;
    text-align: left;
  }
}

.message {
  margin-top: 8.375rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message {
    margin-top: 3rem;
  }
}

.message__inner {
  padding: 30.25rem 5rem 5.9375rem 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message__inner {
    padding: 15.25rem 1rem 5.9375rem 1rem;
  }
}

.message__inner:after {
  content: "";
  position: absolute;
  top: 14%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D6DF86;
  -webkit-transform: skewY(-13deg);
  transform: skewY(-13deg);
  height: 78%;
}

.message__img01 {
  position: absolute;
  top: 5.625rem;
  left: 0;
  width: 47.5625rem;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .message__img01 {
    width: 16.0625rem;
    top: 47%;
  }
}

.message__img02 {
  position: absolute;
  top: 0;
  right: 5rem;
  width: 33.8125rem;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .message__img02 {
    width: 9.375rem;
    right: 0;
    top: 45%;
    z-index: 12;
  }
}

.message__contentsWrapper {
  padding: 5rem;
  background-color: #FFFFFF;
  width: 68%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .message__contentsWrapper {
    width: 100%;
    padding: 2rem 0.9375rem;
  }
}

.message__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .message__ttl {
    font-size: 1.125rem;
    white-space: inherit;
    line-height: 1.5;
  }
}

.message__text {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 0.875rem;
    padding-top: 1rem;
    font-weight: 500;
  }
}

.message__img {
  position: absolute;
  top: 22%;
  right: 5rem;
  width: 31.9375rem;
  height: auto;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 12rem;
    top: 2.5rem;
    right: inherit;
    left: 0.9375rem;
  }
}

.message__img03 {
  position: absolute;
  top: 36%;
  right: 5rem;
  z-index: 1;
  width: 30rem;
  height: auto;
}
.message__img03 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .message__img03 {
    width: 80%;
    right: 0;
    top: 4%;
  }
}

.message__img04 {
  position: absolute;
  bottom: 20%;
  left: 5rem;
  z-index: 1;
  width: 30rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .message__img04 {
    width: 11rem;
    bottom: -3%;
    right: 2%;
    left: inherit;
  }
}

.message__contentsbottom {
  padding: 5rem;
  background-color: #FFFFFF;
  width: 66%;
  position: relative;
  margin-left: auto;
  z-index: 10;
  margin-top: 11.5625rem;
}
@media screen and (max-width: 768px) {
  .message__contentsbottom {
    width: 100%;
    padding: 2rem 0.9375rem;
  }
}

.message__illust {
  position: absolute;
  bottom: 0%;
  left: 5rem;
  z-index: 1;
  width: 18.0625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .message__illust {
    bottom: 0%;
    left: 18%;
    z-index: 11;
    width: 7rem;
  }
}

.aroundUs {
  padding-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aroundUs {
    padding-top: 3rem;
  }
}

.inner.aroundUs__inner {
  max-width: 71.875rem;
}

.aroundUs__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .aroundUs__ttl {
    font-size: 1.125rem;
  }
}

.aroundUs__text {
  padding-top: 3rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .aroundUs__text {
    padding-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.aroundUs__contents {
  padding-top: 3rem;
}
.aroundUs__contents img {
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .aroundUs__contents img {
    width: 90%;
  }
}

.aroundUs__illust {
  position: absolute;
  top: 18%;
  right: 5%;
  width: 24.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .aroundUs__illust {
    width: 9rem;
    top: 15%;
    right: 0;
  }
}

.create {
  padding-top: 8.875rem;
  padding-bottom: 14.375rem;
}
@media screen and (max-width: 768px) {
  .create {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
}

.inner.inner__create {
  text-align: center;
  position: relative;
}

.inner.inner__create::before {
  content: "";
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #A5D072;
  -webkit-transform: skewY(-13deg);
  transform: skewY(-13deg);
  height: 83%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .inner.inner__create::before {
    top: 20%;
  }
}

.create__ttlWrapper {
  text-align: center;
}

.create__ttlSup {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .create__ttlSup {
    font-size: 0.875rem;
  }
}

.create__ttlSup::before,
.create__ttlSup::after {
  content: "";
  width: 1.1875rem;
  height: 2.8125rem;
  background-size: contain;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .create__ttlSup::before,
  .create__ttlSup::after {
    width: 0.625rem;
    height: 1.5625rem;
  }
}

.create__ttlSup::before {
  background-image: url("../img/common/line-left.svg')); ?>");
  left: -6%;
}

.create__ttlSup::after {
  background-image: url("../img/common/line-right.svg')); ?>");
  right: -6%;
}

.create__ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .create__ttl {
    font-size: 1.75rem;
  }
}

.create__video {
  margin: 0 auto;
  margin-top: 2rem;
  width: 53rem;
  height: auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .create__video {
    width: 100%;
  }
}

.btn.btn__arrow.create__btn {
  margin: 0 auto;
  width: 21.25rem;
}
@media screen and (max-width: 768px) {
  .btn.btn__arrow.create__btn {
    width: 19.25rem;
  }
}

.createWorth {
  padding-top: 10.625rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .createWorth {
    padding-top: 5rem;
  }
}

.createWorth__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4464285714;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .createWorth__ttl {
    font-size: 1.5rem;
  }
}

.createWorth__text {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-top: 3.5rem;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .createWorth__text {
    padding-top: 2rem;
    font-size: 0.875rem;
  }
}

.gloval__illust {
  display: block;
  position: absolute;
  width: 34.0625rem;
  height: auto;
  bottom: -18%;
  right: 5rem;
}
@media screen and (max-width: 768px) {
  .gloval__illust {
    width: 10rem;
    right: 0.5rem;
    bottom: -11%;
  }
}

.global {
  padding-top: 6.6875rem;
  padding-bottom: 8.125rem;
  position: relative;
}

.global__img {
  position: absolute;
  top: 0;
  left: 2.5625rem;
  width: 26.0625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .global__img {
    width: 10rem;
    left: 1rem;
  }
}

.inner.inner__blobal {
  max-width: 61.25rem;
}

.global__ttlWrapper {
  text-align: center;
}

.global__ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .global__ttl {
    font-size: 1.75rem;
  }
}

.global__text {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-top: 3.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .global__text {
    padding-top: 1rem;
    font-size: 0.875rem;
  }
}

.global__china {
  padding-top: 8.125rem;
  width: 50.0625rem;
  height: auto;
  position: relative;
}
.global__china img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .global__china {
    width: 90%;
    padding-top: 3rem;
    margin: 0 auto;
  }
}

.global__china::before {
  content: "中国";
  position: absolute;
  width: 8.25rem;
  height: 8.25rem;
  display: block;
  background-color: #FFC238;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .global__china::before {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.125rem;
  }
}

.global__china::after {
  content: "アメリカ";
  position: absolute;
  top: 53%;
  right: -16%;
  width: 8.25rem;
  height: 8.25rem;
  display: block;
  background-color: #FFC238;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .global__china::after {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.75rem;
  }
}

.improve__inner {
  background-image: url(../img/actionPlan/improving-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .improve__inner {
    background-position: center 18.75rem;
    margin-top: 4rem;
    background-image: url(../img/actionPlan/improving-bgSP.webp);
  }
}

.improve__img {
  width: 52.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .improve__img {
    width: 12rem;
  }
}

.improve__subTtl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .improve__subTtl {
    font-size: 1rem;
  }
}

.section__subWrapper {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .section__subWrapper {
    padding-top: 3rem;
  }
}

.improve__subEn {
  color: #78AA21;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
}

.improve__contents {
  padding-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5rem 4.75rem 0 4.75rem;
}
@media screen and (max-width: 768px) {
  .improve__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.5rem 0.9375rem 0 0.9375rem;
  }
}

.improve__contentsLeft,
.improve__contentsMiddle {
  margin-top: 30%;
}
@media screen and (max-width: 768px) {
  .improve__contentsLeft,
  .improve__contentsMiddle {
    margin: 1rem;
    position: relative;
  }
}

.improve__card {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 8.5rem;
  height: 31rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
  z-index: 10;
  -webkit-box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
          box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
}
@media screen and (max-width: 768px) {
  .improve__card {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}

@media screen and (max-width: 768px) {
  .improve__contentsLeft::before,
  .improve__contentsMiddle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1rem 1rem 1rem;
    border-color: transparent transparent #D20B1D transparent;
    position: absolute;
    right: 50%;
    bottom: -1.6875rem;
    -webkit-transform: translate(50%) rotate(180deg);
            transform: translate(50%) rotate(180deg);
  }
}

.improve__card::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.8125rem 4.875rem 2.8125rem;
  border-color: transparent transparent #D20B1D transparent;
  position: absolute;
  right: -35%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .improve__card::after {
    border-width: 0px 1.8125rem 3.875rem 1.8125rem;
    right: -12%;
  }
}

.improve__card--join {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3;
  color: #D20B1D;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .improve__card--join {
    font-size: 1.125rem;
    margin-right: 0;
    width: 100%;
    height: 6.25rem;
  }
}

.improve__card--adequate {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-right: 9.0625rem;
}
@media screen and (max-width: 768px) {
  .improve__card--adequate {
    margin-right: 0;
    font-size: 1rem;
    width: 100%;
    height: 6.25rem;
    line-height: 1.5;
    padding: 0.9375rem;
  }
}

.improve__cardWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .improve__cardWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.improve__cardWrapper::before {
  content: "";
  background-color: #333333;
  width: 4rem;
  height: 0.0625rem;
  display: block;
  position: absolute;
  top: 50%;
  left: -15%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .improve__cardWrapper::before {
    display: none;
  }
}

.improve__cardWrapper:nth-last-of-type(2)::before {
  width: 20.5rem;
  left: -66%;
}

.improve__cardWrapper:nth-of-type(1):after {
  content: "";
  background-color: #333333;
  width: 0.0625rem;
  height: 60rem;
  display: block;
  position: absolute;
  top: 50%;
  left: -15%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .improve__cardWrapper:nth-of-type(1):after {
    display: none;
  }
}

.improve__roleCategory {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: 700;
  color: #D20B1D;
  line-height: 1.4375;
  text-align: center;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .improve__roleCategory {
    font-size: 1.5rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}

.cardRole {
  padding: 3.125rem;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
  background-image: url(../img/actionPlan/improving-icon01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
  -webkit-box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
          box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
}
@media screen and (max-width: 768px) {
  .cardRole {
    padding: 1.25rem;
    font-size: 0.875rem;
  }
}

.cardRole::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.8125rem 4.875rem 2.8125rem;
  border-color: transparent transparent #D20B1D transparent;
  position: absolute;
  right: -10%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .cardRole::after {
    right: -18%;
  }
}

@media screen and (max-width: 768px) {
  .improve__contentsRight {
    margin-top: 3.5rem;
  }
}

.improve__cardWrapper:nth-child(1) {
  margin-bottom: 4.4375rem;
}
@media screen and (max-width: 768px) {
  .improve__cardWrapper:nth-child(1) {
    margin-bottom: 1.25rem;
  }
}

.improve__cardWrapper:nth-child(2) {
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  .improve__cardWrapper:nth-child(2) {
    margin-bottom: 1.25rem;
  }
}

.improve__cardWrapper:nth-child(2) > .cardRole {
  background-image: url(../img/actionPlan/improving-icon02.svg);
}

.improve__cardWrapper:nth-child(3) > .cardRole {
  background-image: url(../img/actionPlan/improving-icon03.svg);
}

.qualification__wrapper {
  padding-top: 5.9375rem;
  padding-right: 32.9375rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .qualification__wrapper {
    padding-top: 8.125rem;
    padding-right: 0;
    margin-top: 2rem;
  }
}

.qualification__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44.0625rem;
  height: 24.8125rem;
  background-image: url("../img/actionPlan/improving-skill.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .qualification__wrapper::after {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 12rem;
  }
}

.qualification {
  padding: 3.75rem 3.75rem 5.125rem;
  width: 42rem;
  height: 27.5rem;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .qualification {
    padding: 1.5rem 1.25rem 1.5rem;
    width: 100%;
    margin-right: calc(50% - 50vw);
  }
}

.qualificationTtl {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .qualificationTtl {
    font-size: 1.125rem;
  }
}

.qualificationTtl:nth-of-type(2) {
  padding-top: 1.5rem;
}

.qualificationText {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.4705882353;
  padding-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .qualificationText {
    font-size: 0.875rem;
  }
}

.earning {
  margin-top: 8.125rem;
  padding-top: 8.125rem;
  background-color: #F6F5F3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .earning {
    margin-top: 3rem;
    padding-top: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.earning__img {
  width: 24.125rem;
  height: auto;
  margin-left: auto;
  margin-right: 4.875rem;
  display: block;
  position: absolute;
  top: -2.8125rem;
  right: 4.875rem;
}
@media screen and (max-width: 768px) {
  .earning__img {
    width: 10rem;
    top: -1.8125rem;
    margin-right: -3.5rem;
  }
}

.section__subWrapper--earning {
  padding-top: 5.5rem;
}

.earning__text {
  margin: 0 auto;
  text-align: center;
  padding-top: 3.5rem;
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .earning__text {
    padding-top: 2rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.earning__inner {
  padding-top: 3.5rem;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .earning__inner {
    padding: 3.5rem 0;
    padding-bottom: 3rem;
  }
}

.earning__contentsWrapper {
  padding: 3.75rem;
  position: relative;
  width: 100%;
  height: 27.0625rem;
  border: 0.375rem solid #D20B1D;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .earning__contentsWrapper {
    padding: 1.25rem;
    height: 100%;
  }
}

.earning__contentsTtl {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: absolute;
  width: 13.1875rem;
  height: auto;
  left: 50%;
  top: -5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  background-color: #F6F5F3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .earning__contentsTtl {
    top: -3%;
  }
}

.earning__cardsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .earning__cardsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.earning__card {
  width: 21.25rem;
  height: 21.4375rem;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 3rem 2.5rem 0 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .earning__card {
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.25rem;
  }
}

.earning__cardTtl {
  background-color: #D20B1D;
  padding: 0.375rem 0.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  border-radius: 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .earning__cardTtl {
    font-size: 1.5rem;
  }
}

.earning__cardText {
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  letter-spacing: 0.04em;
  padding-top: 2.5rem;
}

.rewards {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
  padding-top: 4rem;
  text-align: center;
}

.rewardsText {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  padding-top: 2rem;
  padding-bottom: 3.9375rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .rewardsText {
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 3rem;
  }
}

.chooseCareer {
  padding: 3.75rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .chooseCareer {
    padding: 0.9375rem;
    margin-bottom: 3rem;
  }
}

.rewardsCategory01 {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  bottom: 44%;
  right: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .rewardsCategory01 {
    font-size: 0.625rem;
    bottom: 21%;
  }
}

.rewardsCategory02 {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  bottom: 16%;
  right: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .rewardsCategory02 {
    font-size: 0.625rem;
    bottom: 8%;
  }
}

.chooseCareer-graph {
  width: 100%;
  height: auto;
  bottom: 0;
  position: absolute;
  padding-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .chooseCareer-graph {
    margin-top: 2rem;
    padding-right: 0.9375rem;
  }
}

.graph__contentWrapper {
  position: relative;
  height: 61.125rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .graph__contentWrapper {
    height: 31.25rem;
    margin-top: 1.5rem;
  }
}

.section__subWrapper--chooseCareer {
  padding-top: 0;
}

.chooseCareer__boxOuter {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  color: #3F5F09;
}
@media screen and (max-width: 768px) {
  .chooseCareer__boxOuter {
    font-size: 0.875rem;
  }
}

.chooseCareer__boxWrapper {
  position: relative;
}

.graph-arrow {
  position: absolute;
  width: 4rem;
  top: 50%;
  right: 40%;
}

.chooseCareer__box {
  padding: 1.5rem;
  border: 0.125rem solid #3F5F09;
  background-color: #F6F5F3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chooseCareer__box {
    padding: 0.3125rem;
    gap: 0.5rem;
    margin-top: 0.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.chooseCareer__box::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 46%;
  width: 5rem;
  height: 25rem;
  background-image: url("../img/actionPlan/graph-arrow.svg");
  background-size: contain; /* 必要に応じて調整 */
  background-position: center; /* 必要に応じて調整 */
  background-repeat: no-repeat;
  z-index: -1; /* 必要に応じて調整 */
}
@media screen and (max-width: 768px) {
  .chooseCareer__box::after {
    width: 3rem;
    height: 13rem;
    top: 86%;
    left: 49%;
  }
}

#choice01 .chooseCareer__box::after {
  top: 8%;
  left: 38%;
  width: 4rem;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  #choice01 .chooseCareer__box::after {
    top: -14%;
    left: 20%;
    width: 2rem;
    height: 16rem;
  }
}

#choice03 .chooseCareer__box::after {
  top: 6%;
  left: 32%;
  width: 5rem;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  #choice03 .chooseCareer__box::after {
    top: 17%;
    left: 24%;
    width: 4rem;
    height: 7rem;
  }
}

.chooseCareer__boxTtl {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #3F5F09;
}
@media screen and (max-width: 768px) {
  .chooseCareer__boxTtl {
    font-size: 0.75rem;
  }
}

.chooseCareer__boxText {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .chooseCareer__boxText {
    font-size: 0.625rem;
    padding-top: 0.25rem;
  }
}

#choice01 .career__wrapper {
  width: 8.5rem;
}
@media screen and (max-width: 768px) {
  #choice01 .career__wrapper {
    width: 5.625rem;
  }
}

#choice01.chooseCareer__boxWrapper {
  position: absolute;
  top: 33%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #choice01.chooseCareer__boxWrapper {
    top: 44%;
  }
}

#choice01 .graph-arrow {
  top: 20%;
  right: 41%;
  width: 4rem;
}

#choice02.chooseCareer__boxWrapper {
  position: absolute;
  top: 3%;
  left: 8%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #choice02.chooseCareer__boxWrapper {
    top: 0;
  }
}

#choice02 .graph-arrow {
  top: 88%;
  right: 37%;
  width: 5rem;
}

#choice03.chooseCareer__boxWrapper {
  position: absolute;
  top: 3%;
  right: 14%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #choice03.chooseCareer__boxWrapper {
    top: 44%;
    right: 0;
  }
}

#choice02 .career__wrapper:nth-of-type(1) {
  width: 8.5rem;
}
@media screen and (max-width: 768px) {
  #choice02 .career__wrapper:nth-of-type(1) {
    width: 10rem;
  }
}

#choice02 .career__wrapper:nth-of-type(2) {
  width: 18.8125rem;
}
@media screen and (max-width: 768px) {
  #choice02 .career__wrapper:nth-of-type(2) {
    width: 10rem;
  }
}

#choice03 .career__wrapper {
  width: 14.5rem;
}
@media screen and (max-width: 768px) {
  #choice03 .career__wrapper {
    width: 9rem;
  }
}

.plus-sign {
  position: absolute;
  width: 3.0625rem;
  height: 3.0625rem;
  right: -2.1875rem;
  top: 50%;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .plus-sign {
    width: 1.875rem;
    height: 1.875rem;
    right: 50%;
    top: inherit;
    z-index: 20;
    /* bottom: -64px; */
    -webkit-transform: translate(50%, 72%);
            transform: translate(50%, 72%);
  }
}

.plus-sign::before,
.plus-sign::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #D20B1D;
}

.plus-sign::before {
  top: 40%;
  left: 0%;
  position: absolute;
}

.plus-sign::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 40%;
  left: 0;
  position: absolute;
}

.benefit {
  padding-top: 2rem;
}

.benefit__img {
  width: 45.0625rem;
  height: auto;
  position: relative;
  z-index: 1;
  top: -2.25rem;
  left: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .benefit__img {
    width: 14rem;
    top: -3.25rem;
  }
}

.benefit__text {
  padding-top: 5rem;
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefit__text {
    padding-top: 3rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.benefit__contents {
  margin-top: 3.4375rem;
  max-width: 78.75rem;
  background-color: #F6F5F3;
  padding: 3.5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .benefit__contents {
    padding: 1.25rem;
    margin-top: 1rem;
  }
}

.benefit__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .benefit__cards {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem 0.5rem;
  }
}

.benefit__card {
  background-color: #FFFFFF;
  padding: 1.25rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 10.5rem;
  height: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .benefit__card {
    padding: 0.625rem 0.5rem;
    width: 5rem;
    height: 5rem;
  }
}

.benefit__cardImg {
  width: 6.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .benefit__cardImg {
    width: 3.125rem;
  }
}

.benefit__cardText {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
}
@media screen and (max-width: 768px) {
  .benefit__cardText {
    font-size: 0.625rem;
  }
}

.private {
  position: relative;
  background-color: #F6F5F3;
  margin-top: 8.125rem;
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .private {
    margin-top: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.private__img {
  width: 54.75rem;
  height: auto;
  position: absolute;
  top: -2.875rem;
  right: -1.25rem;
}
@media screen and (max-width: 768px) {
  .private__img {
    width: 19rem;
    right: 0;
    top: -0.875rem;
  }
}

.private__contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .private__contentWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3rem;
    gap: 1rem;
  }
}

.private__content {
  text-align: left;
}

.private__content .section__subWrapper {
  padding-top: 0;
}

.private__content .section__subWrapper .improve__subTtl {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .private__content .section__subWrapper .improve__subTtl {
    text-align: center;
  }
}

.dayOff-img {
  width: 37.3125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .dayOff-img {
    width: 100%;
  }
}

.privateContentTtl {
  font-size: 1.0625rem;
  color: #D20B1D;
  line-height: 2;
  font-weight: 700;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .privateContentTtl {
    padding-top: 2rem;
  }
}

.privateContentTtl:not(:first-of-type) {
  padding-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .privateContentTtl:not(:first-of-type) {
    padding-top: 2rem;
  }
}

.privateContentText {
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 1.5rem;
  max-width: 37.3125rem;
}
@media screen and (max-width: 768px) {
  .privateContentText {
    padding-top: 0.5rem;
    line-height: 1.5;
    font-size: 0.875rem;
  }
}

.private__contentWrapper--event {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .private__contentWrapper--event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.private__eventImgWrapper {
  position: relative;
  width: 36.25rem;
  height: 37rem;
}
@media screen and (max-width: 768px) {
  .private__eventImgWrapper {
    width: 100%;
    height: 22rem;
  }
}

.event-img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 21.125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .event-img01 {
    width: 12rem;
  }
}

.event-img03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20.6875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .event-img03 {
    width: 15rem;
  }
}

.environment-img {
  width: 28.8125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .environment-img {
    width: 100%;
  }
}

.map__text {
  margin: 0 auto;
  text-align: center;
  padding-top: 3.5rem;
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .map__text {
    padding-top: 2rem;
    font-size: 0.875rem;
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.map__wrapper {
  width: 100%;
  background-image: url(../img/actionPlan/map-hyogo.webp);
  height: 77.0625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42.4375rem 43.9375rem;
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .map__wrapper {
    background-image: url(../img/actionPlan/map-hyogoSP.webp);
    background-size: 18.1875rem 24.3125rem;
    height: 51.4375rem;
  }
}

.mapCard {
  width: 19.5625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.8125rem 1.4375rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .mapCard {
    width: 7.8125rem;
    padding: 0.3125rem 0.5rem;
  }
}

.map__modal {
  border: 0.0625rem solid #D9D8D8;
  border-radius: 0.625rem;
  padding: 0.625rem 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map__modal {
    padding: 0.3125rem 0.3125rem;
  }
}

.map__content {
  background-color: #FFFFFF;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .map__content {
    padding: 0.5rem;
  }
}

.map__content img {
  width: 14.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .map__content img {
    width: 5rem;
  }
}

.map-img01 {
  width: 14.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .map-img01 {
    width: 5.9375rem;
  }
}

.map__contentTtl {
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .map__contentTtl {
    font-size: 0.75rem;
  }
}

.map__contentCategory {
  font-size: 0.75rem;
  color: #D20B1D;
  display: block;
  padding-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .map__contentCategory {
    font-size: 0.625rem;
  }
}

.map__contentDescription {
  padding-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .map__contentDescription {
    font-size: 0.625rem;
  }
}

.mapNumber {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  background-color: #D20B1D;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  position: absolute;
  top: -0.9375rem;
  left: -0.9375rem;
}
@media screen and (max-width: 768px) {
  .mapNumber {
    width: 1.4375rem;
    height: 1.4375rem;
    font-size: 1.125rem;
  }
}

.mapCard01 {
  top: 0;
  left: 26%;
}
@media screen and (max-width: 768px) {
  .mapCard01 {
    top: 6%;
    left: 33%;
  }
}

.mapCard02 {
  right: 10%;
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .mapCard02 {
    right: 32%;
  }
}

.mapCard03 {
  top: 31%;
  right: 13%;
}
@media screen and (max-width: 768px) {
  .mapCard03 {
    top: 42%;
    right: -3%;
  }
}

.mapCard04 {
  bottom: 1%;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .mapCard04 {
    left: 0.25rem;
  }
}

.mapCard05 {
  bottom: 33%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .mapCard05 {
    bottom: 60%;
    left: 1%;
  }
}

.mapCard06 {
  top: 0;
  left: 1%;
}
@media screen and (max-width: 768px) {
  .mapCard06 {
    top: 39%;
    left: 1%;
  }
}

.mapCard07 {
  bottom: 2%;
  right: 34%;
}
@media screen and (max-width: 768px) {
  .mapCard07 {
    right: 0.25rem;
  }
}

.mapCard08 {
  top: 0;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .mapCard08 {
    top: 0;
    right: -1%;
  }
}

.lift-illust {
  position: absolute;
  top: 0;
  left: 52%;
  width: 13.0625rem;
  height: auto;
}

.coffee-illust {
  position: absolute;
  bottom: 30%;
  left: 3%;
  width: 10.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .coffee-illust {
    bottom: inherit;
    left: 5%;
    width: 6.25rem;
    height: auto;
    top: -1%;
  }
}

.family-illust {
  position: absolute;
  bottom: 2%;
  left: 5%;
  width: 13.1875rem;
  height: auto;
}

.cake-illust {
  position: absolute;
  bottom: 4%;
  right: 6%;
  width: 5.9375rem;
  height: auto;
}

.ski-info {
  background-color: #FFFFFF;
  padding: 2.5rem 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 2.5rem;
  margin-left: auto;
  margin-right: 6.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ski-info {
    padding: 1rem 2rem;
    width: 90%;
    margin-right: auto;
    margin-top: 1.875rem;
  }
}

.ski-info::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -19%;
  right: 44%;
  border-style: solid;
  border-width: 0 2rem 4.875rem 0.5rem;
  border-color: transparent transparent #FFFFFF transparent;
}
@media screen and (max-width: 768px) {
  .ski-info::after {
    border-width: 0 2rem 3.25rem 0.5rem;
  }
}

.ski-infoMessage {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #ABABAB;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ski-infoMessage {
    font-size: 0.875rem;
  }
}

.ski-infoMessage::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(-42deg);
          transform: translateX(-50%) skew(-42deg);
  height: 0.9375rem;
  width: 0.625rem;
  border-right: 0.0625rem solid #333;
  background-color: white;
  content: "";
}

.ski-infoMessage--red {
  color: #D20B1D;
}

.ski-infoActive {
  padding-top: 1.125rem;
  font-size: 1.5rem;
  color: #D20B1D;
  font-weight: 900;
}

.ski-infoPlace {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .ski-infoPlace {
    font-size: 0.875rem;
  }
}

.ski-illust {
  position: absolute;
  bottom: -5%;
  left: -4%;
  width: 4.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ski-illust {
    bottom: -19%;
    width: 3.25rem;
  }
}

.snowbord-illust {
  position: absolute;
  top: 8%;
  right: -11%;
  width: 6.3125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .snowbord-illust {
    top: 17%;
    right: -6%;
    width: 5.3125rem;
  }
}

.camp-illust {
  position: absolute;
  top: -12%;
  left: -36%;
  width: 13.3125rem;
  height: auto;
}

.mountain-illust {
  position: absolute;
  bottom: -7%;
  right: -7%;
  width: 11.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mountain-illust {
    bottom: -15%;
    right: -3%;
    width: 8.75rem;
  }
}

.modal2__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .modal2__ttl {
    font-size: 1.125rem;
  }
}

.modal2-info {
  border: 0.0625rem solid #D9D8D8;
  text-align: left;
  padding: 1.25rem;
  line-height: 1.5;
  margin-top: 1rem;
  border-radius: 0.625rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .modal2-info {
    width: 100%;
  }
}

.modal__link {
  margin-top: 1.5rem;
  display: block;
  font-size: 0.75rem;
  text-decoration: underline;
  word-wrap: break-word; /* テキストを折り返す */
  white-space: normal;
}

.modal__address {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  font-size: 0.75rem;
}

.entryForm {
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .entryForm {
    padding-bottom: 3.5rem;
  }
}

.entry__description {
  height: 20.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .entry__description {
    height: 14.5rem;
  }
}

.entry__descriptionText {
  margin-left: 15%;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .entry__descriptionText {
    font-size: 0.875rem;
    margin-left: 0;
    padding: 0 1.25rem;
    text-align: center;
  }
}

.entryForm {
  background-color: #F6F5F3;
}

.entryForm__ttlWrapper {
  position: relative;
  top: -1.625rem;
}
@media screen and (max-width: 768px) {
  .entryForm__ttlWrapper {
    top: 3.5rem;
  }
}

.entry__img {
  position: absolute;
  width: 41.375rem;
  height: auto;
  top: -50%;
  right: -9%;
}
@media screen and (max-width: 768px) {
  .entry__img {
    width: 10rem;
    top: -190%;
  }
}

.entryForm__wrapper {
  margin-top: 6.25rem;
  max-width: 67.5rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 6.25rem 5rem;
}
@media screen and (max-width: 768px) {
  .entryForm__wrapper {
    padding: 1.5rem 1.5rem;
  }
}

.form-row {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.form-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.0625rem solid #92CC48;
}
@media screen and (max-width: 768px) {
  .form-label {
    border-bottom: none;
  }
}

.form-label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-label-last {
  border-bottom: none;
}

.form__require {
  font-size: 0.8125rem;
  width: 2.5rem;
  height: 1.25rem;
  background-color: #D20B1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  margin-right: 0.625rem;
}

.inputWrapper {
  border-bottom: 0.0625rem solid #F6F5F3;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .inputWrapper {
    border-bottom: 0.0625rem solid #A5D072;
  }
}

.form-input {
  width: 100%;
  height: 3.75rem;
  background-color: #F7F7F7;
  border-radius: 2.5rem;
  color: #333333;
  padding: 0.2rem;
  margin: 2rem 0;
  border-bottom: 0.0625rem solid #F6F5F3;
}
@media screen and (max-width: 768px) {
  .form-input {
    margin: 1rem 0;
    height: 2.1875rem;
  }
}

.form-textarea {
  width: 100%;
  height: 22.0625rem;
  background-color: #F6F5F3;
  border-radius: 2.5rem;
  margin-top: 2rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .form-textarea {
    height: 8rem;
    margin-top: 1rem;
  }
}

textarea {
  width: 100%;
  height: 100%;
  color: #333333;
  padding: 1.25rem;
}

.btn__submit {
  color: #FFFFFF;
  padding-left: 4.25rem;
  margin: 0 auto;
  margin-top: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .btn__submit {
    margin-top: 2rem;
  }
}

.form-input p {
  display: block;
  width: 100%;
  height: 100%;
}

.form-input span {
  display: block;
  width: 100%;
  height: 100%;
}

.form-input input {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  padding: 0.25rem 1.25rem;
}

.privacyPolicy {
  padding-top: 2rem;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .privacyPolicy {
    font-size: 0.75rem;
  }
}

.privacyPolicy__link {
  color: #A5D072;
  text-decoration: underline;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  height: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}

.form-textarea p {
  width: 100%;
  height: 100%;
}

.fv {
  width: 100%;
  height: 100vh;
  position: relative;
}

.fv__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 96%;
}

.fv__wrapper {
  width: 96%;
  height: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__title {
  font-size: 7.125rem;
  text-align: center;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 2rem;
  }
}

.fv__logo {
  width: 5.5625rem;
  height: auto;
  margin-top: 1.1875rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 768px) {
  .fv__logo {
    width: 2.5rem;
  }
}

.fv__catchCopy {
  width: 33.6875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fv__catchCopy {
    width: 11rem;
  }
}

.scrollDown {
  width: 7.6875rem;
  height: auto;
  position: absolute;
  bottom: 1.5rem;
  left: 5rem;
  display: block;
  -webkit-transform-origin: 50% 58%;
          transform-origin: 50% 58%;
  -webkit-animation: rotate_anim1 1.9s infinite;
          animation: rotate_anim1 1.9s infinite;
}
@media screen and (max-width: 768px) {
  .scrollDown {
    width: 2rem;
    bottom: 5%;
    left: 44%;
  }
}

@-webkit-keyframes rotate_anim1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate_anim1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fv__bottom {
  width: 100%;
  height: 100%;
}

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

.fv__bottomContent {
  width: 100%;
  height: auto;
  padding-bottom: 8.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background: linear-gradient(-12deg, #FFFFFF 0%, #FFFFFF 32%, #A5D072 32%, #A5D072 100%);
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .fv__bottomContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 5rem;
  }
}

.fv__bottomText {
  font-size: 1.1875rem;
  color: #FFFFFF;
  line-height: 2;
  font-weight: 700;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .fv__bottomText {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 2rem;
  }
}

.fv__illust {
  width: 36.8125rem;
  height: auto;
  margin-top: 5.3125rem;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .fv__illust {
    width: 13rem;
    margin-top: 0.3125rem;
    margin-left: auto;
    margin-right: 20px;
  }
}

.scroll-upWrapper {
  position: relative;
  z-index: 1;
}

.information-btn {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .information-btn {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.information-btn__text {
  font-size: 1.5rem;
  padding-top: 3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .information-btn__text {
    font-size: 1.125rem;
    padding-top: 2rem;
  }
}

.part__imgText.information-btn-page {
  padding-top: 8.125rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part__imgText.information-btn-page {
    padding-top: 5rem;
    font-size: 1rem;
  }
}

.information-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.25rem;
}
@media screen and (max-width: 768px) {
  .information-btn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.btnWrapper__title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btnWrapper__title {
    font-size: 1.5rem;
  }
}

.btnWrapper__imgBox {
  padding: 1.125rem 2.25rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
          box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
  margin-top: 1.125rem;
  display: block;
}

.btnWrapper__img {
  width: 22.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .btnWrapper__img {
    width: 100%;
  }
}

.pageFv.infoFv {
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .pageFv.infoFv {
    height: 22rem;
  }
}

.pageFv.infoFv .pageFv__wrapper {
  top: -5%;
}
@media screen and (max-width: 768px) {
  .pageFv.infoFv .pageFv__wrapper {
    top: -10%;
  }
}

.pageFv__titleJP.pageFv__titleJP--bottom {
  top: inherit;
  bottom: -5%;
}

.pageTop__illust.pageTop__illust--info {
  bottom: -35%;
}
@media screen and (max-width: 768px) {
  .pageTop__illust.pageTop__illust--info {
    bottom: -25%;
  }
}

.schedule {
  padding-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding-top: 6.25rem;
  }
}

.section__subTtl {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .section__subTtl {
    font-size: 0.875rem;
    padding-top: 2.125rem;
  }
}

.section__subTtl::before,
.section__subTtl::after {
  content: "";
  width: 1.5625rem;
  border-top: 0.0625rem solid #D20B1D;
}
@media screen and (max-width: 768px) {
  .section__subTtl::before,
  .section__subTtl::after {
    width: 0.9375rem;
  }
}

.section__subTtl::before {
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .section__subTtl::before {
    margin-right: 0.75rem;
  }
}

.section__subTtl::after {
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .section__subTtl::after {
    margin-left: 0.75rem;
  }
}

.schedule__img {
  width: 70.6875rem;
  height: auto;
  margin: 0 auto;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .schedule__img {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.info__part {
  padding-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .info__part {
    padding-top: 6.25rem;
  }
}

.part__benefits {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .part__benefits {
    padding-top: 2rem;
  }
}

.part__benefitTtl {
  color: #D20B1D;
  font-size: 1.0625rem;
  font-weight: 500;
}

.part__benefit:nth-child(2) .part__benefitTtl {
  padding-top: 1.5rem;
}

.part__benefitText {
  padding-top: 1.25rem;
  font-size: 1.0625rem;
  font-weight: 500;
  padding-top: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .part__benefitText {
    font-size: 1rem;
  }
}

.part__jobWrapper {
  padding-top: 1.75rem;
}

.part__jobWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .part__jobWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.part__benefitText--bold {
  font-weight: 700;
}

.part__jobDescriptions {
  padding-top: 5rem;
}

.part__jobDescription {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .part__jobDescription {
    padding-top: 1.5rem;
  }
}

.part__imgWrapper {
  position: relative;
  width: 36.875rem;
  height: 19.6875rem;
}
@media screen and (max-width: 768px) {
  .part__imgWrapper {
    width: 100%;
    margin-top: 2.5rem;
    height: 20.625rem;
  }
}

.part__imgText {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.part__imgText::before,
.part__imgText::after {
  content: "";
  display: block;
  background-color: #333333;
  height: 2.8125rem;
  width: 0.125rem;
}

.part__imgText::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 1.25rem;
}

.part__imgText::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 1.25rem;
}

.parts__img01 {
  width: 21.375rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .parts__img01 {
    width: 80%;
  }
}

.parts__img02 {
  width: 18.1875rem;
  height: auto;
  position: absolute;
  top: 15%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .parts__img02 {
    width: 80%;
  }
}

.career-fv {
  width: 46.1875rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .career-fv {
    width: 70%;
  }
}

.faq {
  padding-top: 6rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 0;
    padding-bottom: 4.375rem;
  }
}

#faq .section__ttlWrapper {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  #faq .section__ttlWrapper {
    padding-bottom: 1.875rem;
  }
}

#faq .section__ttl {
  margin: 0 auto;
  font-size: 2.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #faq .section__ttl {
    font-size: 1.75rem;
  }
}

#faq .section__ttlText {
  font-size: 1rem;
}

.inner__faq {
  max-width: 68.75rem;
}

.faq__container {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .faq__container {
    padding-top: 1.875rem;
  }
}

.accordion__category {
  color: #D20B1D;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .accordion__category {
    font-size: 1rem;
  }
}

.accordion__category:not(:first-child) {
  padding-top: 2.5rem;
}

.accordion {
  width: 100%;
}
.accordion__item {
  width: 100%;
  border-radius: 0.625rem;
  padding: 1.25rem 1.875rem 1.25rem 1.125rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
          box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
}
.accordion__title {
  width: 100%;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .accordion__title {
    font-size: 0.75rem;
  }
}
.accordion__title:before, .accordion__title:after {
  content: "";
  position: absolute;
  top: 50%;
}
.accordion__title:before {
  right: 0.9375rem;
  width: 0.9375rem;
  height: 0.0625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .accordion__title:before {
    right: 0.5rem;
    width: 0.5rem;
  }
}
.accordion__title:after {
  right: 1.40625rem;
  width: 0.0625rem;
  height: 0.9375rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .accordion__title:after {
    height: 0.5rem;
    right: 0.75rem;
  }
}
.accordion__title.is-active::after {
  opacity: 0;
}
.accordion__item + .accordion__item {
  margin-top: 0.625rem;
}
.accordion__content {
  background-color: white;
  padding-top: 1.25rem;
  display: none;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.16);
  margin-top: 0.625rem;
}
.accordion__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .accordion__answer {
    font-size: 0.75rem;
  }
}

.question span,
.answer span {
  color: #D20B1D;
  font-size: 2rem;
  margin-right: 0.9375rem;
}

#faq02.faq {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #faq02.faq {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

#faq02 .section__ttlWrapper {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  #faq02 .section__ttlWrapper {
    padding-bottom: 1.875rem;
  }
}

#faq02 .section__ttl {
  margin: 0 auto;
  font-size: 2.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

#faq02 .section__ttlText {
  font-size: 1rem;
}

#faq02 .faq__container {
  padding-top: 0;
}

#faq02 .accordion {
  width: 100%;
}
#faq02 .accordion__item {
  width: 100%;
  padding: 1.25rem 1.875rem 1.25rem 1.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#faq02 .accordion__title {
  width: 100%;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid black;
  padding-bottom: 0.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #faq02 .accordion__title {
    font-size: 0.875rem;
    padding: 0.8125rem 2rem 0.8125rem 0.625rem;
    margin: 0 auto;
  }
}
#faq02 .accordion__title:before, #faq02 .accordion__title:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #333333;
}
#faq02 .accordion__title:before {
  right: -1.75rem;
  width: 0.75rem;
  height: 0.0625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #faq02 .accordion__title:before {
    right: 0.5rem;
    width: 0.5rem;
  }
}
#faq02 .accordion__title:after {
  right: -1.37rem;
  width: 0.0625rem;
  height: 0.75rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  #faq02 .accordion__title:after {
    height: 0.5rem;
    right: 0.75rem;
  }
}
#faq02 .accordion__title.is-active::after {
  opacity: 0;
}
#faq02 .accordion__item + #faq02 .accordion__item {
  margin-top: 0.625rem;
}
#faq02 .accordion__content {
  background-color: white;
  padding-top: 0.9375rem;
  display: none;
  border-top: none;
  line-height: 1.5;
  margin-top: 0;
}
#faq02 .accordion__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #faq02 .accordion__answer {
    font-size: 0.75rem;
  }
}

.question span,
.answer span {
  color: #D20B1D;
  font-size: 2rem;
  margin-right: 0.9375rem;
}

.accordion__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .accordion__item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.accordion__item__jobTitle {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #D20B1D;
  border-radius: 1.875rem;
  width: 36rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .accordion__item__jobTitle {
    font-size: 1.5rem;
    width: 100%;
  }
}

.caution {
  font-size: 0.75rem;
  font-weight: 500;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .caution {
    font-size: 0.625rem;
  }
}

#info-fv .inner.pageFv__inner {
  padding: 0;
}

.pageTop__illust--info {
  width: 21.9375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageTop__illust--info {
    width: 8rem;
  }
}

.info {
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .info {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

.info__inner {
  padding: 4rem 5rem;
  margin-top: 3.75rem;
  max-width: 75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info__inner {
    padding: 0 1.25rem;
  }
}

.info__inner::before {
  content: "";
  display: block;
  width: 13.75rem;
  height: 16.875rem;
  background-color: #D20B1D;
  z-index: -1;
  right: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .info__inner::before {
    width: 6.75rem;
    height: 10.875rem;
    top: -1.25rem;
  }
}

.info__inner::after {
  content: "";
  display: block;
  width: 13.75rem;
  height: 16.875rem;
  background-color: #D20B1D;
  z-index: -1;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .info__inner::after {
    width: 6.75rem;
    height: 10.875rem;
    bottom: -1.25rem;
  }
}

.info__wrapper {
  max-width: 57.5rem;
  padding: 5rem;
  margin: 0 auto;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .info__wrapper {
    padding: 3.5rem 0.9375rem;
  }
}

.info__contents {
  padding-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .info__contents {
    padding-top: 1.5rem;
  }
}

.info__table tr {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .info__table tr {
    gap: 0.5rem;
  }
}

.info__tableTtl {
  padding: 1rem 0 2rem 0;
  width: 25%;
  border-top: 0.0625rem solid #1F5D81;
  border-bottom: 0.0625rem solid #1F5D81;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .info__tableTtl {
    font-size: 0.875rem;
    padding: 0.5rem 0 1rem 0;
  }
}

.info__tableText {
  padding: 1rem 0 2rem 0;
  width: 83%;
  border-top: 0.0625rem solid #B4C5DE;
  border-bottom: 0.0625rem solid #B4C5DE;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__tableText {
    font-size: 0.875rem;
    padding: 0.5rem 0 1rem 0;
    line-height: 1.5;
  }
}

.flow {
  padding-top: 6.25rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.flow__inner {
  padding-top: 3.5rem;
}

.flow__contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flow__contentsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow__content {
  width: 18.4375rem;
  height: 23.75rem;
  position: relative;
  padding-right: 3.75rem;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .flow__content {
    width: 100%;
    height: 100%;
    padding-right: 0;
  }
}

.flow-bg {
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .flow-bg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 15.625rem;
    height: auto;
    left: 10%;
  }
}

.flow__step {
  width: 6.5625rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__step {
    width: 3rem;
    margin-top: 2.5rem;
  }
}

.flow__stepImg {
  width: 5rem;
  height: auto;
  display: block;
  margin: 0 auto 1.25rem auto;
}
@media screen and (max-width: 768px) {
  .flow__stepImg {
    width: 4.125rem;
    margin: 0 auto 0 auto;
  }
}

.flow__stepText {
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  width: 12.875rem;
  height: 7.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .flow__stepText {
    font-size: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 3.75rem;
    margin-top: 0.5rem;
  }
}

.flow__stepText--small {
  font-size: 0.875rem;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .flow__stepText--small {
    font-size: 0.75rem;
    display: block;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 450;
}
.modal__container {
  max-width: 56.25rem;
  width: 80%;
  height: 80%;
  position: relative;
  z-index: 500;
  background-color: #FFFFFF;
  padding: 3.75rem 4.5rem 1.25rem 4.5rem;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .modal__container {
    padding: 1rem 2.5rem 1.25rem 2.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.modal__container .modal__ttl {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modal__container .modal__ttl {
    font-size: 1.5rem;
  }
}
.modal__container .modal__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .modal__container .modal__text {
    font-size: 0.875rem;
  }
}
.modal__container img {
  display: block;
  margin: 1.25rem auto;
}
@media screen and (max-width: 768px) {
  .modal__container img {
    width: 80%;
  }
}
.modal__container .modal__handle {
  margin-left: auto;
  margin-right: 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1.25rem;
}
.modal__close {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .modal__close {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.modal__close-line {
  display: block;
  width: 2.5rem;
  height: 0.1875rem;
  background-color: #333;
}
.modal__close-line:nth-of-type(1) {
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__close-line:nth-of-type(2) {
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

#modal-3 .modal__container img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-3 .modal__container img {
    width: 80%;
  }
}

.modal-imgWrapper {
  width: 80%;
  height: 25rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-imgWrapper {
    width: 100%;
    height: 18.125rem;
  }
}

#modal-4 .modal__container,
#modal-6 .modal__container,
#modal-7 .modal__container {
  display: block;
}

#modal-4 .modal__container img,
#modal-6 .modal__container img,
#modal-7 .modal__container img {
  width: 50%;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #modal-4 .modal__container img,
  #modal-6 .modal__container img,
  #modal-7 .modal__container img {
    width: 80%;
  }
}

#modal-4 .modal__container img:first-child,
#modal-6 .modal__container img:first-child,
#modal-7 .modal__container img:first-child {
  left: 2%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  #modal-4 .modal__container img:first-child,
  #modal-6 .modal__container img:first-child,
  #modal-7 .modal__container img:first-child {
    left: 0%;
  }
}

#modal-4 .modal__container img:nth-child(2),
#modal-6 .modal__container img:nth-child(2),
#modal-7 .modal__container img:nth-child(2) {
  right: 2%;
  bottom: 0%;
}
@media screen and (max-width: 768px) {
  #modal-4 .modal__container img:nth-child(2),
  #modal-6 .modal__container img:nth-child(2),
  #modal-7 .modal__container img:nth-child(2) {
    right: 0%;
  }
}

.people {
  position: relative;
}

.people::before {
  content: "";
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D6DF86;
  -webkit-transform: skewY(-13deg);
  transform: skewY(-13deg);
  height: 69%;
  z-index: -1;
}

.people__robot {
  position: absolute;
  width: 12.4375rem;
  height: auto;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .people__robot {
    width: 3.125rem;
    top: 1.25rem;
  }
}

#peopleFv .pageTop__illust {
  width: 21.1875rem;
  height: auto;
  bottom: -11%;
}
@media screen and (max-width: 768px) {
  #peopleFv .pageTop__illust {
    width: 8rem;
  }
}

#people .peopleTtl__wrapper {
  text-align: center;
  padding-top: 5.5rem;
}

.people__img {
  width: 24.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .people__img {
    width: 12rem;
  }
}

.people__matchWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.0625rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .people__matchWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.5rem;
    gap: 1rem;
  }
}

.people__matchCard {
  padding: 2.0625rem 2.0625rem 0 2.0625rem;
  background-color: #C6605D;
  height: 14rem;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 2;
  letter-spacing: -0.05em;
  border-radius: 0.625rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .people__matchCard {
    padding: 1.75rem 0.9375rem 0 0.9375rem;
    height: 13.625rem;
  }
}

.people__matchCard::after {
  content: "";
  display: block;
  background-image: url(../img/people/match01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 7.375rem;
  height: 5.625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.people__matchCard:nth-of-type(2):after {
  background-image: url(../img/people/match02.svg);
}

.people__matchCard:nth-of-type(3):after {
  background-image: url(../img/people/match03.svg);
}

.people__matchCardNumber {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7rem;
  height: auto;
  z-index: 1;
}

.movie {
  padding-top: 11.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie {
    padding-top: 6.25rem;
  }
}

.movie__img {
  position: absolute;
  right: 3.4375rem;
  top: 4.875rem;
  width: 24.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .movie__img {
    width: 12rem;
    right: 1.25rem;
    top: 1.875rem;
  }
}

.movie__contentsWrapper {
  padding-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .movie__contentsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3rem;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .movie__content {
    text-align: center;
  }
}

.movie__contentTtl {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
}

.people__video {
  margin-top: 1.5rem;
  width: 20.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .people__video {
    width: 60%;
  }
}

.words {
  padding-top: 12.5rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .words {
    padding-top: 6.25rem;
  }
}

.words__inner {
  position: relative;
}

.words__img {
  position: absolute;
  left: 2.8125rem;
  top: 0;
  width: 27.1875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .words__img {
    width: 12rem;
    left: 1.25rem;
    top: -3.25rem;
  }
}

.words__subTtl {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  color: #FFFFFF;
  background-color: #333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  line-height: 1.4375;
  padding: 0 0.625rem;
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .words__subTtl {
    margin: 3rem auto 0 auto;
    font-size: 1.75rem;
  }
}

.words__contents {
  height: 100%;
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .words__contents {
    margin-bottom: 0;
  }
}

.interviewee__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.125rem;
  padding-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .interviewee__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .interviewee__profile {
    padding: 0 1.25rem;
  }
}

.words__content:not(:first-child) {
  padding-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .words__content:not(:first-child) {
    padding-top: 6.25rem;
  }
}

.interviewee__message {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .interviewee__message {
    font-size: 1.25rem;
    padding-top: 3rem;
  }
}

.interviewee__name {
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .interviewee__name {
    font-size: 1rem;
    text-align: right;
    padding-top: 1rem;
  }
}

.interviewee__department {
  font-size: 0.875rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .interviewee__department {
    padding-top: 0.5rem;
    text-align: right;
    font-size: 0.75rem;
  }
}

.interviewee__contents {
  margin-top: 2.4375rem;
  padding: 7.5rem 7.5rem 7.5rem 20.6875rem;
  background-color: #F6F5F3;
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .interviewee__contents {
    padding: 5rem 1.25rem 5rem 1.25rem;
    width: 100%;
    margin-top: 1rem;
  }
}

.interviewee__Img {
  width: 25.5rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .interviewee__Img {
    width: 40%;
    margin-top: -20%;
  }
}
.interviewee__Img img {
  width: 100%;
  height: 100%;
}

.interview:not(:first-child) {
  padding-top: 7.5rem;
}

.interview__num {
  font-size: 0.625rem;
  font-weight: 700;
  color: #D20B1D;
}

.interview__question {
  font-size: 2rem;
  font-weight: 700;
  color: #D20B1D;
  line-height: 1.4375;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .interview__question {
    font-size: 1.5rem;
  }
}

.interview__answer {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .interview__answer {
    font-size: 0.875rem;
    padding-top: 1rem;
    line-height: 1.5;
  }
}

.infographics {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 4.0625rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .infographics {
    padding-bottom: 3rem;
  }
}

.infografics-illust {
  position: absolute;
  right: 7.8125rem;
  top: 8%;
  right: 5%;
  z-index: 10;
  width: 13.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .infografics-illust {
    width: 5.5rem;
    top: 8%;
  }
}

.infografics__img {
  width: 42.375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .infografics__img {
    width: 10.5625rem;
  }
}

.infographics__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  max-width: 70rem;
  margin: 2.8125rem auto 3.5rem auto;
}
@media screen and (max-width: 768px) {
  .infographics__cards {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 0.5rem;
    margin: 4.25rem auto 3.5rem auto;
  }
}

.infographics__card {
  padding: 1.6875rem 1rem 1.125rem 1rem;
  width: 100%;
  height: 17rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
          box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
}
@media screen and (max-width: 768px) {
  .infographics__card {
    height: 12.5rem;
    padding: 1.25rem 0.5rem 1.125rem 0.5rem;
  }
}

.infographics__cardCategory {
  font-size: 2rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .infographics__cardCategory {
    font-size: 1rem;
  }
}

.infographics__cardCategorySmall {
  font-size: 1.0625rem;
  font-weight: 400;
  display: block;
  text-align: right;
}

.infographics__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infographics__cardIcon {
  height: auto;
  display: block;
}
.infographics__cardIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.infographics__cardYear {
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #infographics__circle.infographics__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#infographics__circle .infographics__cardIcon {
  width: 9rem;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 768px) {
  #infographics__circle .infographics__cardIcon {
    width: 3.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.625rem;
  }
}
#infographics__circle .infographics__text {
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #infographics__circle .infographics__text {
    margin-top: 0.5rem;
    text-align: center;
  }
}
#infographics__circle .infographics__text::before {
  position: absolute;
  content: "";
  display: block;
  width: 3.75rem; /* 画像の幅 */
  height: 2.3125rem; /* 画像の高さ */
  right: 0;
  top: -0.625rem;
  background-image: url("../img/common/attention.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #infographics__circle .infographics__text::before {
    width: 1.25rem; /* 画像の幅 */
    height: 0.625rem; /* 画像の高さ */
    right: 30%;
    top: 0;
  }
}

#infographics__building {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #infographics__building.infographics__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#infographics__building .infographics__cardIcon {
  width: 6.4375rem;
  margin: 1.875rem 0.4375rem 0 0;
}
@media screen and (max-width: 768px) {
  #infographics__building .infographics__cardIcon {
    width: 3.75rem;
    margin: 1.3rem auto 0 auto;
  }
}
#infographics__building .infographics__textBig {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  #infographics__building .infographics__textBig {
    font-size: 3rem;
  }
}
#infographics__building .infographics__text {
  font-size: 3rem;
  margin-top: 2.9375rem;
  margin-left: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #infographics__building .infographics__text {
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  #infographics__ratio.infographics__body,
  #infographics__ratio2.infographics__body {
    margin-top: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#infographics__ratio.infographics__body .infographics__text:nth-of-type(2),
#infographics__ratio2.infographics__body .infographics__text:nth-of-type(2) {
  padding-top: 30%;
}
@media screen and (max-width: 768px) {
  #infographics__ratio.infographics__body .infographics__text:nth-of-type(2),
  #infographics__ratio2.infographics__body .infographics__text:nth-of-type(2) {
    padding-top: 0;
  }
}

#infographics__ratio .infographics__cardIcon,
#infographics__ratio2 .infographics__cardIcon {
  width: 8.0625rem;
  margin: 1.875rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  #infographics__ratio .infographics__cardIcon,
  #infographics__ratio2 .infographics__cardIcon {
    width: 5rem;
    margin: 0 auto;
  }
}
#infographics__ratio .infographics__text,
#infographics__ratio2 .infographics__text {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #infographics__ratio .infographics__text,
  #infographics__ratio2 .infographics__text {
    font-size: 0.875rem;
    text-align: left;
  }
}
#infographics__ratio .infographics__text:nth-of-type(2),
#infographics__ratio2 .infographics__text:nth-of-type(2) {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  #infographics__ratio .infographics__text:nth-of-type(2),
  #infographics__ratio2 .infographics__text:nth-of-type(2) {
    text-align: right;
  }
}
#infographics__ratio .infographics__textBig,
#infographics__ratio2 .infographics__textBig {
  line-height: 1;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  #infographics__ratio .infographics__textBig,
  #infographics__ratio2 .infographics__textBig {
    font-size: 1.75rem;
  }
}
#infographics__ratio .infographics__cardIcon img,
#infographics__ratio2 .infographics__cardIcon img {
  width: 114%;
}
@media screen and (max-width: 768px) {
  #infographics__ratio .infographics__cardIcon img,
  #infographics__ratio2 .infographics__cardIcon img {
    width: 100%;
  }
}

#infographics__walking {
  padding-left: 2.875rem;
}
@media screen and (max-width: 768px) {
  #infographics__walking.infographics__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #infographics__walking {
    padding-left: 0;
  }
}
#infographics__walking .infographics__cardIcon {
  width: 8.25rem;
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  #infographics__walking .infographics__cardIcon {
    width: 3.75rem;
    margin: 0.8rem auto 0 auto;
  }
}
#infographics__walking .infographics__text {
  padding-top: 2.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #infographics__walking .infographics__text {
    padding-top: 0;
  }
}
#infographics__walking .infographics__textBig {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  #infographics__walking .infographics__textBig {
    font-size: 3rem;
  }
}
#infographics__walking .infographics__text::before {
  position: absolute;
  content: "";
  display: block;
  width: 3.75rem; /* 画像の幅 */
  height: 2.3125rem; /* 画像の高さ */
  left: -1.625rem;
  top: 1.4375rem;
  background-image: url("../img/common/attention.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #infographics__walking .infographics__text::before {
    width: 1.25rem; /* 画像の幅 */
    height: 0.625rem; /* 画像の高さ */
    right: 55%;
    top: 0;
    left: inherit;
  }
}

#infographics__ages {
  display: block;
}
#infographics__ages .infographics__cardIcon {
  width: 5.9375rem;
  margin: 0.3125rem 0.5rem 0 auto;
}
@media screen and (max-width: 768px) {
  #infographics__ages .infographics__cardIcon {
    width: 4rem;
    margin: 1.3rem auto 0 auto;
  }
}
#infographics__ages .infographics__text {
  margin-top: -2.5rem;
}
@media screen and (max-width: 768px) {
  #infographics__ages .infographics__text {
    margin-top: 0;
    text-align: center;
  }
}
#infographics__ages .infographics__textBig {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  #infographics__ages .infographics__textBig {
    font-size: 3rem;
  }
}

.infographics__text {
  font-size: 2.3125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .infographics__text {
    font-size: 1.125rem;
  }
}

.infographics__textBig {
  font-size: 5.8125rem;
  font-weight: 900;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .infographics__textBig {
    font-size: 2.5rem;
  }
}

#infographics .btn {
  margin: 0 auto;
}

.actionPlan {
  width: 100%;
  height: 100%;
  padding-bottom: 13.0625rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(50%, #F6F5F3));
  background-image: linear-gradient(#FFFFFF 50%, #F6F5F3 50%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .actionPlan {
    padding-bottom: 3rem;
  }
}

.actionPlan__inner {
  width: 100%;
  margin: 0;
  position: relative;
}

.actionPlan-illust {
  position: absolute;
  width: 18.0625rem;
  height: auto;
  right: 5rem;
  bottom: -17%;
}
@media screen and (max-width: 768px) {
  .actionPlan-illust {
    width: 11.0625rem;
    height: auto;
    left: 1.25rem;
    bottom: 9%;
  }
}

.actionPlan__inner::before {
  content: "";
  position: absolute;
  top: 26%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D6DF86;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
  height: 56%;
}
@media screen and (max-width: 768px) {
  .actionPlan__inner::before {
    top: 13%;
    height: 66%;
  }
}

.ttl__wrapper {
  text-align: right;
  margin-top: -3.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl__wrapper {
    margin-top: 0;
  }
}

.actionPlan-illust02 {
  margin-left: 2.25rem;
  width: 33.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .actionPlan-illust02 {
    width: 12.5rem;
  }
}

.actionPlan__img {
  width: 38.9375rem;
  height: auto;
  margin-right: -8%;
}
@media screen and (max-width: 768px) {
  .actionPlan__img {
    width: 10.1875rem;
  }
}

.actionPlan__subTtl {
  font-size: 1.5rem;
  padding-top: 2.6875rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .actionPlan__subTtl {
    font-size: 1.125rem;
    padding-top: 1rem;
  }
}

.actionPlan__subTtl::before,
.actionPlan__subTtl::after {
  content: "";
  background-color: #FF162B;
  width: 0.875rem;
  height: 0.0625rem;
  display: inline-block;
}

.actionPlan__subTtl::before {
  margin-right: 0.8125rem;
}

.actionPlan__subTtl::after {
  margin-left: 0.8125rem;
}

.actionPlan__cards {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .actionPlan__cards {
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

.actionPlan__card {
  width: 18.25rem;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.actionPlan__card img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
          box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(55, 5, 10, 0.14);
}
@media screen and (max-width: 768px) {
  .actionPlan__card {
    width: 90%;
  }
}

.actionPlan__card::before {
  position: absolute;
  content: "";
  display: block;
  width: 3.75rem; /* 画像の幅 */
  height: 2.3125rem; /* 画像の高さ */
  right: -2.25rem;
  top: -1.75rem;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
  background-image: url("../img/common/attention.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .actionPlan__card::before {
    width: 1.875rem; /* 画像の幅 */
    height: 1.125rem; /* 画像の高さ */
    right: -1.25rem;
    top: -0.75rem;
  }
}

.actionPlan__card:hover::before {
  opacity: 1;
}

.actionPlan__card:nth-of-type(1) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.actionPlan__card:nth-of-type(2) {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  margin-top: 3.75rem;
}

.actionPlan__card:nth-of-type(3) {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .actionPlan__card:nth-of-type(3) {
    margin-top: -20%;
  }
}

.actionPlan__card:nth-of-type(4) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  margin-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .actionPlan__card:nth-of-type(4) {
    margin-top: 2rem;
  }
}

.actionPlan__cardTtl {
  position: absolute;
  z-index: 10;
  right: 50%;
  bottom: 50%;
  background: white;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 14rem;
  height: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .actionPlan__cardTtl {
    width: 6.25rem;
    height: 1.5rem;
    font-size: 1rem;
    bottom: 45%;
  }
}

.actionPlan__cardTtl:nth-of-type(2) {
  bottom: 42%;
}
@media screen and (max-width: 768px) {
  .actionPlan__cardTtl:nth-of-type(2) {
    bottom: 34%;
  }
}

.actionPlan__card.is-poyo {
  -webkit-animation: poyo 0.6s;
          animation: poyo 0.6s;
}

.actionPlan__card:active {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-animation: push 0.6s;
          animation: push 0.6s;
}

@-webkit-keyframes poyo {
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  80% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@keyframes poyo {
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  80% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes push {
  10% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes push {
  10% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
#actionPlan .btn {
  margin: 6.5rem auto 0 auto;
  width: 13.25rem;
}

.top__interview {
  background-color: #F6F5F3;
  position: relative;
  margin-top: -0.3125rem;
}

#top__interview .inner__interview {
  max-width: 87.5rem;
}

#top__interview .interview__wrapper {
  background-image: url(../img/top/interview.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 40.375rem;
  margin-top: -5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top__interview .interview__wrapper {
    height: 15.625rem;
    margin-top: 0;
  }
}

#top__interview .interview__ttl {
  display: block;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 700;
  background-color: #333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 2rem;
  position: relative;
  top: 8.0625rem;
  left: 5rem;
}
@media screen and (max-width: 768px) {
  #top__interview .interview__ttl {
    top: 0.625rem;
    left: 0.625rem;
    padding: 0.25rem 1rem;
    font-size: 1.5rem;
  }
}

#top__interview .btn {
  position: absolute;
  right: 7.5rem;
  bottom: 4.8125rem;
  width: 13.25rem;
}
@media screen and (max-width: 768px) {
  #top__interview .btn {
    left: inherit;
    bottom: -30%;
    right: 0;
  }
}

#top__interview .interview__illust {
  position: absolute;
  bottom: -35%;
  left: 0;
  width: 15rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top__interview .interview__illust {
    width: 6.5rem;
    bottom: -45%;
    left: -8%;
  }
}

#top__interview .interview__img {
  position: relative;
  z-index: 10;
  width: 31.5625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top__interview .interview__img {
    width: 7.875rem;
  }
}

.to-recruit {
  background-color: #F6F5F3;
  position: relative;
  z-index: -10;
  overflow: hidden;
}

.recruit__inner {
  position: relative;
}

.recruitment-illust {
  position: absolute;
  right: 7.5rem;
  bottom: 0;
  width: 9.6875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .recruitment-illust {
    right: 1.25rem;
    bottom: 30%;
    width: 4.75rem;
  }
}

.to-recruit__ttlWrapper {
  padding-top: 23.8125rem;
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 768px) {
  .to-recruit__ttlWrapper {
    padding-top: 15.625rem;
  }
}

.to-recruit__text {
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .to-recruit__text {
    font-size: 0.875rem;
    padding-top: 1.5rem;
  }
}

#to-recruit .section__ttl::after {
  content: "";
  background-color: #FF162B;
  width: 3.5rem;
  height: 0.25rem;
  display: block;
  margin: 0.9375rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  #to-recruit .section__ttl::after {
    margin: 0.5rem auto 0 auto;
  }
}

.circleWords {
  width: 75rem;
  height: auto;
  position: absolute;
  top: -35%;
  right: 7%;
  z-index: -1;
  -webkit-animation: rotate 25s linear infinite;
          animation: rotate 25s linear infinite; /* 5秒ごとに線形に回転し続ける */
}
@media screen and (max-width: 768px) {
  .circleWords {
    width: 23rem;
    top: 0%;
    right: -4%;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 0度から開始 */
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); /* 360度まで回転 */
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 0度から開始 */
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); /* 360度まで回転 */
  }
}
.recruitment__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruitment__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruitment__btn {
  width: 50%;
  height: 24rem;
  background-color: #D9D8D8;
  font-size: 3.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruitment__btn {
    width: 100%;
    height: 9.0625rem;
    font-size: 1.75rem;
  }
}

.recruitment__btn:nth-child(2) {
  background-color: #FF162B;
  color: #FFFFFF;
}

.inside__btnCircle {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  z-index: 1;
  background-color: #FF162B;
  overflow: hidden;
  border: 0.125rem solid #FF162B;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .inside__btnCircle {
    width: 1.875rem;
    height: 1.875rem;
    right: 1.5rem;
    bottom: 1.5rem;
    border: 0.0625rem solid #FF162B;
  }
}

.inside__btnCircle--gray {
  background-color: #FFFFFF;
}

.inside__btnCircle::before {
  content: "";
  position: absolute;
  top: 43%;
  right: 39%;
  width: 1rem;
  height: 1rem;
  border-radius: 3.125rem;
  background-color: #FFFFFF;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .inside__btnCircle::before {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.recruitment__btn:hover > .inside__btnCircle::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background-color: #FFFFFF;
}

.recruitment__btn > .inside__btnCircle::before.is-btn-mouse-out {
  -webkit-animation: btn-mouse-out 1s forwards;
          animation: btn-mouse-out 1s forwards;
}

.recruitment__btn.is-grow-off {
  -webkit-animation: grow-off 3s forwards;
          animation: grow-off 3s forwards;
}

.inside__btnCircle::after {
  background: no-repeat center/contain url(../img/common/arrow-red.svg);
  width: 3.5rem;
  height: 1.8125rem;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
}
@media screen and (max-width: 768px) {
  .inside__btnCircle::after {
    width: 0.875rem;
    height: 0.4375rem;
  }
}

.recruitment__btn:hover .inside__btnCircle::after {
  opacity: 1;
}

.recruitment__btn:nth-child(2) .inside__btnCircle {
  border: 0.125rem solid #FFFFFF;
}

.recruitment__btn:nth-child(2) .inside__btnCircle::after {
  background: no-repeat center/contain url(../img/common/arrow-white.svg);
}

.recruitment__btn:nth-child(2) .inside__btnCircle::before {
  background-color: #FF162B;
}

.recruitment__btn:nth-child(2):hover > .inside__btnCircle::before {
  background-color: #FF162B;
}

@-webkit-keyframes grow-off {
  0% {
    -webkit-box-flex: 0.06;
            flex-grow: 0.06;
  }
  33.33% {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  66.67% {
    -webkit-box-flex: 0.9;
            flex-grow: 0.9;
  }
  100% {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}

@keyframes grow-off {
  0% {
    -webkit-box-flex: 0.06;
        -ms-flex-positive: 0.06;
            flex-grow: 0.06;
  }
  33.33% {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  66.67% {
    -webkit-box-flex: 0.9;
        -ms-flex-positive: 0.9;
            flex-grow: 0.9;
  }
  100% {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@-webkit-keyframes btnWidthAnimation {
  0% {
    width: 0.6; /* 初期幅 */
  }
  50% {
    width: 1; /* アニメーション中の幅 */
  }
  67% {
    -webkit-box-flex: 0.9;
            flex-grow: 0.9;
  }
  100% {
    width: 1; /* アニメーション完了後の幅 */
  }
}
@keyframes btnWidthAnimation {
  0% {
    width: 0.6; /* 初期幅 */
  }
  50% {
    width: 1; /* アニメーション中の幅 */
  }
  67% {
    -webkit-box-flex: 0.9;
        -ms-flex-positive: 0.9;
            flex-grow: 0.9;
  }
  100% {
    width: 1; /* アニメーション完了後の幅 */
  }
}
/* マウスをホバーした時のアニメーション */
@-webkit-keyframes btnWidthAnimationHover {
  0% {
    width: 160%; /* 初期幅をホバー時の最終幅に設定 */
  }
  50% {
    width: 150%;
  }
  100% {
    width: 160%;
  }
}
@keyframes btnWidthAnimationHover {
  0% {
    width: 160%; /* 初期幅をホバー時の最終幅に設定 */
  }
  50% {
    width: 150%;
  }
  100% {
    width: 160%;
  }
}
/* マウスを離した時のアニメーション */
@-webkit-keyframes btnWidthAnimationLeave {
  0% {
    width: 100%; /* 初期幅をホバー時の最終幅に設定 */
  }
  50% {
    width: 110%;
  }
  100% {
    width: 100%;
  }
}
@keyframes btnWidthAnimationLeave {
  0% {
    width: 100%; /* 初期幅をホバー時の最終幅に設定 */
  }
  50% {
    width: 110%;
  }
  100% {
    width: 100%;
  }
}
/* ホバー時のアニメーションの適用 */
.recruitment__btn:hover {
  -webkit-animation: btnWidthAnimationHover 0.3s ease-in-out forwards;
          animation: btnWidthAnimationHover 0.3s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .recruitment__btn:hover {
    -webkit-animation: none;
            animation: none;
  }
}

/* マウスを離した時のアニメーションの適用 */
.recruitment__btn:not(:hover) {
  -webkit-animation: btnWidthAnimationLeave 0.3s ease-in-out forwards;
          animation: btnWidthAnimationLeave 0.3s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .recruitment__btn:not(:hover) {
    -webkit-animation: none;
            animation: none;
  }
}

.workflow {
  padding-top: 5.5rem;
  width: 100%;
  height: 100%;
}

.workflow__img {
  width: 30.9375rem;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .workflow__img {
    width: 12rem;
  }
}

.workflow__contents {
  width: 47rem;
  height: 100%;
  margin: 0 auto;
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .workflow__contents {
    width: 100%;
  }
}

.workflow__contentsTop,
.workflow__contentsMiddle,
.workflow__contentsBottom {
  display: grid;
  grid-template-columns: 10.875rem 10.875rem 10.875rem 10.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .workflow__contentsTop,
  .workflow__contentsMiddle,
  .workflow__contentsBottom {
    grid-template-columns: 6rem 6rem;
    grid-template-rows: 6rem 6rem 6rem 6rem;
  }
}

@media screen and (max-width: 768px) {
  .gear__item:nth-of-type(1) {
    grid-area: 1/1/3/2;
  }
  .gear__item:nth-of-type(2) {
    grid-area: 2/2/4/3;
  }
  .gear__item:nth-of-type(3) {
    grid-area: 3/1/5/2;
  }
  .gear__item:nth-of-type(4) {
    grid-area: 4/2/6/3;
  }
}
.workflow__contentsMiddle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transform: translateX(2.5rem);
          transform: translateX(2.5rem);
}
@media screen and (max-width: 768px) {
  .workflow__contentsMiddle {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
  }
}

.workflow__contentsTop {
  top: -1.5rem;
}

.workflow__contentsBottom {
  top: 1.5rem;
  -webkit-transform: translate(0.25rem, 0.5rem);
          transform: translate(0.25rem, 0.5rem);
}
@media screen and (max-width: 768px) {
  .workflow__contentsBottom {
    margin-top: -1rem;
  }
}

.gear__item--intervel {
  background-image: url(../img/works/gear02--red.webp);
  width: 15rem;
  height: 15rem;
  display: block;
  background-position: center;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: -8%;
  left: -4%;
  bottom: 62%;
}
@media screen and (max-width: 768px) {
  .gear__item--intervel {
    width: 12rem;
    height: 12rem;
    left: 20%;
    bottom: 86%;
  }
}

.gear__item--intervel02 {
  right: -17%;
  top: 49%;
  left: inherit;
  bottom: inherit;
}
@media screen and (max-width: 768px) {
  .gear__item--intervel02 {
    left: 8%;
    top: 81%;
    right: inherit;
  }
}

.gear__item--intervel02 .gear__ttl {
  top: 45%;
}

.gear__item {
  background-image: url(../img/works/gear-gray.webp);
  width: 15rem;
  height: 15rem;
  display: block;
  background-position: center;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  margin-left: -8%;
}
@media screen and (max-width: 768px) {
  .gear__item {
    width: 12rem;
    height: 12rem;
  }
}

.gear__item02--gray {
  background-image: url(../img/works/gear2--gray.webp);
}

.gear__item02--red {
  background-image: url(../img/works/gear2--red.webp);
}

.gear__item--red {
  background-image: url(../img/works/gear-red.webp);
}

.gear__item--blue {
  background-image: url(../img/works/gear-blue.webp);
}

.gear__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .gear__ttl {
    font-size: 1.5rem;
  }
}

.gear__ttlFour {
  top: 45%;
  text-align: center;
}

.gear__ttl--center {
  text-align: center;
}

.gear__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 6rem 3.125rem 1.25rem 3.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .gear__link {
    font-size: 0.7rem;
    top: 46%;
  }
}

.gear__link::after {
  position: absolute;
  bottom: 10%;
  left: 27%;
  content: "";
  width: 47%;
  height: 0.0625rem;
  background-color: white;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gear__link:hover::after {
  bottom: 13%;
  opacity: 1;
}

.feature {
  padding-top: 10.3125rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(50%, #F6F5F3));
  background-image: linear-gradient(#FFFFFF 50%, #F6F5F3 50%);
  padding-bottom: 10.5rem;
}

.feature__inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 2.5rem;
}

.feature__inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D6DF86;
  -webkit-transform: skewY(-13deg);
  transform: skewY(-13deg);
  height: 100%;
}

.feature__img {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 26.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .feature__img {
    width: 12rem;
    top: 2%;
    left: 1rem;
  }
}

.feature__illust {
  position: absolute;
  top: 0;
  right: 5rem;
  width: 13.5rem;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .feature__illust {
    top: 1%;
    right: 1rem;
    width: 6.5rem;
  }
}

.feature__contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .feature__contentsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature__contentsWrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature__contentsWrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature__ttlWrapper {
  padding: 4rem;
  background-color: #FFFFFF;
  width: 68%;
  position: relative;
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .feature__ttlWrapper {
    width: 100%;
    padding: 1.25rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .feature__ttlWrapper:nth-of-type(2) {
    margin-top: 0.25rem;
  }
}

.feature__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .feature__ttl {
    white-space: inherit;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
}

.feature__text {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .feature__text {
    font-size: 0.875rem;
    padding-top: 1rem;
    font-weight: 500;
  }
}

.featureimg__01,
.featureimg__02 {
  display: block;
  width: 18.25rem;
  height: auto;
  z-index: 12;
  position: relative;
  -webkit-box-shadow: 0.125rem 0.125rem 0.875rem 0;
          box-shadow: 0.125rem 0.125rem 0.875rem 0;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  border-radius: 0.625rem;
}

@media screen and (max-width: 768px) {
  #feature .featureimg__01 {
    width: 8.25rem;
  }
}

@media screen and (max-width: 768px) {
  #feature .featureimg__02 {
    margin-top: -7%;
    margin-left: auto;
    width: 8.25rem;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #feature .featureimg__03 {
    top: -27%;
    right: 5%;
    width: 9.25rem;
    bottom: inherit;
    left: inherit;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}

.featureimg__02 {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.featureimg__03 {
  display: block;
  width: 10.0625rem;
  height: auto;
  z-index: 13;
  position: absolute;
  bottom: -9%;
  left: -2%;
  -webkit-box-shadow: 0.125rem 0.125rem 0.875rem 0;
          box-shadow: 0.125rem 0.125rem 0.875rem 0;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  border-radius: 0.625rem;
}

.career {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #F6F5F3;
}
@media screen and (max-width: 768px) {
  .career {
    padding-bottom: 3rem;
  }
}

.career__illust {
  width: 13.125rem;
  height: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -10%;
}
@media screen and (max-width: 768px) {
  .career__illust {
    width: 9.125rem;
    top: -11%;
  }
}

.career__img {
  width: 22.75rem;
  height: auto;
  position: absolute;
  z-index: 1;
  right: 2.8125rem;
  top: -10%;
}
@media screen and (max-width: 768px) {
  .career__img {
    width: 12rem;
    right: 0.4rem;
    top: -2%;
  }
}

.career__text {
  font-size: 1rem;
  padding-top: 2.5rem;
  text-align: center;
  font-weight: 500;
}

div.career__cardsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding-top: 3.5rem;
  max-width: 60.0625rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.career__cardsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.5rem;
  }
}

.career__card {
  height: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.career__cardTtl {
  color: #FFFFFF;
  background-color: #333333;
  padding: 0.4375rem 2.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .career__cardTtl {
    top: 46%;
  }
}

.career__cardImg {
  width: 100%;
  height: 17rem;
  background-color: #ECEBE9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .career__cardImg {
    height: 14rem;
  }
}

.career__cardImg img {
  width: 17.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .career__cardImg img {
    width: 14rem;
  }
}

.career__cardText {
  display: block;
  padding: 2.5rem;
  background-color: #FFFFFF;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  height: 22rem;
}
@media screen and (max-width: 768px) {
  .career__cardText {
    height: 17rem;
    font-size: 0.875rem;
  }
}

.career__cardText--red {
  color: #D20B1D;
}
/*# sourceMappingURL=style.css.map */