@charset "UTF-8";
/* CSS Document */
.u-red {
  color: #D22D26;
}

.l-header-btnlist ul li:not(.m-outlink) a:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.u-anchorpoint {
  margin-top: -5rem;
  padding-top: 5rem;
}

.u-anchorpoint.m-20 {
  margin-top: -25rem;
  padding-top: 25rem;
}
@media screen and (max-width: 767px) {
  .u-anchorpoint.m-20 {
    margin-top: -10rem;
    padding-top: 10rem;
  }
}

.u-nowrap {
  white-space: nowrap;
}

/*--------------------------------------
　loading
---------------------------------------*/
.p-loading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100svh;
  width: 100%;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
.p-loading-wrap .-line {
  overflow: hidden;
  width: 0;
  background: #fff;
  -webkit-animation: loading-animation 0.3s ease-in 0.4s forwards;
          animation: loading-animation 0.3s ease-in 0.4s forwards;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-loading-wrap .-line {
    -webkit-animation: loading-animation 0.2s linear 0.2s forwards;
            animation: loading-animation 0.2s linear 0.2s forwards;
  }
}
.p-loading-wrap .-line:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #D22D26;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: loading-animation-before 0.3s linear 1s forwards;
          animation: loading-animation-before 0.3s linear 1s forwards;
}
@media screen and (max-width: 767px) {
  .p-loading-wrap .-line:before {
    -webkit-animation: loading-animation-before 0.2s linear 0.7s forwards;
            animation: loading-animation-before 0.2s linear 0.7s forwards;
  }
}
.p-loading-wrap .-line span {
  font-size: 15rem;
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-loading-wrap .-line span {
    font-size: 3.7rem;
    width: 90%;
  }
}
.p-loading-wrap .-line + .-line {
  margin-top: 1rem;
  -webkit-animation: loading-animation 0.6s ease-in 0.4s forwards;
          animation: loading-animation 0.6s ease-in 0.4s forwards;
}
@media screen and (max-width: 767px) {
  .p-loading-wrap .-line + .-line {
    -webkit-animation: loading-animation 0.2s linear 0.5s forwards;
            animation: loading-animation 0.2s linear 0.5s forwards;
  }
}
.p-loading-wrap .-line + .-line:before {
  -webkit-animation: loading-animation-before 0.3s linear 1.4s forwards;
          animation: loading-animation-before 0.3s linear 1.4s forwards;
}
@media screen and (max-width: 767px) {
  .p-loading-wrap .-line + .-line:before {
    -webkit-animation: loading-animation-before 0.2s linear 1s forwards;
            animation: loading-animation-before 0.2s linear 1s forwards;
  }
}

@-webkit-keyframes loading-animation {
  0% {
    width: 0;
  }
  to {
    width: 100vw;
  }
}

@keyframes loading-animation {
  0% {
    width: 0;
  }
  to {
    width: 100vw;
  }
}
@-webkit-keyframes loading-animation-before {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes loading-animation-before {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
/*--------------------------------------
　Main Index
---------------------------------------*/
.p-pre {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 1rem 2.5rem;
  text-align: center;
  height: 4.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-pre {
    display: block;
    padding: 0.8rem 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-pre {
    position: relative;
  }
}
.p-pre .-prettl {
  font-size: 1.2rem;
  font-weight: 900;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-pre .-prettl {
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-pre .-sponsor {
  font-size: 1.2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-pre .-sponsor {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-pre .-operation {
  font-size: 1.2rem;
  font-weight: 900;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-pre.is-off {
    display: none;
  }
}

.p-mv {
  background: #fff;
  position: relative;
  top: 4.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100vw;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv {
    position: relative;
    top: 0;
    height: auto;
  }

  .p-mv-slider,
.p-mv-grid,
.unit {
  will-change: transform;
  backface-visibility: hidden;
}
}
.p-mv-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 153/109;
  height: calc(100vh - 4.5rem);
  clip: rect(auto, auto, auto, auto);
}
@media screen and (max-width: 767px) {
  .p-mv-mask {
    aspect-ratio: auto;
    height: calc(100svh - 4.5rem);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv-mask {
    position: relative;
    height: auto;
    aspect-ratio: 375/680;
  }
}
.p-mv-wrap {
  position: fixed;
  top: 4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1145px) {
  .p-mv-wrap {
    top: calc(50% + 2rem);
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-mv-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 4.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv-wrap {
    position: static;
  }
}
.p-mv .p-mv-pc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.6% 2rem 30% 2rem 28.2% 2rem 25.4%;
  grid-template-columns: 12.6% 30% 28.2% 25.4%;
  gap: 2rem;
}
.p-mv .p-mv-pc .p-mv-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-mv .p-mv-pc .p-mv-col.m-01 {
  gap: 1.8rem 1.2rem;
}
.p-mv .p-mv-pc .p-mv-col.m-02 {
  gap: 1.9rem;
}
.p-mv .p-mv-pc .p-mv-col.m-03 {
  gap: 0.6rem;
}
.p-mv .p-mv-pc .p-mv-col.m-04 {
  gap: 0.3rem;
}
.p-mv .p-mv-pc .p-mv-col .-unit:last-child {
  height: 100%;
}
.p-mv .p-mv-pc .p-mv-col .-unit:last-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv .p-mv-pc .-unit img {
  width: 100%;
}
.p-mv .p-mv-pc .-unit.m-logo {
  padding: 1rem 0;
}
.p-mv .p-mv-pc .-unit.m-logo .logo-wrap {
  padding: 1rem 1rem 0;
}
.p-mv .p-mv-pc .-unit.m-logo .logo-catch01 {
  font-size: 2.3rem;
  font-weight: 900;
  background: #D22D26;
  color: #fff;
  text-align: center;
  padding: 1rem 0.5rem;
}
.p-mv .p-mv-pc .-unit.m-logo .logo-catch02 {
  padding-top: 2rem;
  background: url(img/line_logo.svg) no-repeat right bottom 0.8rem/100% 0.6rem;
}
.p-mv .p-mv-pc .-unit.m-logo .logo-catch02 span {
  background: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  padding: 0 1rem 0 0;
  letter-spacing: 0.1rem;
}
.p-mv .p-mv-pc .-unit.m-catch01 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 0.5rem 0;
}
.p-mv .p-mv-pc .-unit.m-catch02 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 0.2rem 0;
}
.p-mv .p-mv-pc .-unit.m-catch03 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 0.3rem 0 0.4rem 5.5rem;
  position: relative;
}
.p-mv .p-mv-pc .-unit.m-catch03:before {
  content: "";
  width: 4.5rem;
  height: 13.4rem;
  background: url(img/icn_future.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: 1rem;
  left: 0;
}
.p-mv .p-mv-pc .-unit.m-video {
  width: 100%;
  aspect-ratio: 371/267;
}
.p-mv .p-mv-pc .-unit.m-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv .p-mv-sp {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100svh - 7rem);
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp {
    height: auto;
  }
}
.p-mv .p-mv-sp .p-mv-logo {
  background: rgba(255, 255, 255, 0.82);
  width: min(calc(268 * 100vw / 375), calc(268 * (100svh - 4.5rem) / 682));
  height: min(calc(274 * 100vw / 375), calc(274 * (100svh - 4.5rem) / 682));
  position: absolute;
  left: 0;
  top: min(calc(140 * 100vw / 375), calc(140 * (100svh - 4.5rem) / 682));
  padding: min(calc(10 * 100vw / 375), calc(10 * (100svh - 4.5rem) / 682));
  z-index: 2;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-logo {
    width: 26.8rem;
    height: 27.4rem;
    top: 15.5rem;
    padding: 1rem;
  }
}
.p-mv .p-mv-sp .p-mv-logo .logo-catch01 {
  font-size: min(calc(12 * 100vw / 375), calc(12 * (100svh - 4.5rem) / 682));
  font-weight: 900;
  background: #D22D26;
  color: #fff;
  text-align: center;
  margin-bottom: min(calc(10 * 100vw / 375), calc(10 * (100svh - 4.5rem) / 682));
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-logo .logo-catch01 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.p-mv .p-mv-sp .p-mv-logo .logo-catch02 {
  margin-top: min(calc(5 * 100vw / 375), calc(5 * (100svh - 4.5rem) / 682));
  background: url(img/line_logo.svg) no-repeat right bottom min(calc(8 * 100vw / 375), calc(8 * (100svh - 4.5rem) / 682))/min(calc(102 * 100vw / 375), calc(102 * (100svh - 4.5rem) / 682)) min(calc(3 * 100vw / 375), calc(3 * (100svh - 4.5rem) / 682));
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-logo .logo-catch02 {
    margin-top: 0.5rem;
    background: url(img/line_logo.svg) no-repeat right bottom 0.8rem/10.2rem 0.3rem;
  }
}
.p-mv .p-mv-sp .p-mv-logo .logo-catch02 span {
  font-size: min(calc(15 * 100vw / 375), calc(15 * (100svh - 4.5rem) / 682));
  font-weight: 900;
  padding: 0 min(calc(10 * 100vw / 375), calc(10 * (100svh - 4.5rem) / 682)) 0 0;
  letter-spacing: min(calc(1 * 100vw / 375), calc(1 * (100svh - 4.5rem) / 682));
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-logo .logo-catch02 span {
    font-size: 1.5rem;
    padding: 0 1rem 0 0;
    letter-spacing: 0.1rem;
  }
}
.p-mv .p-mv-sp .p-mv-logo .logo-operation {
  font-size: min(calc(10 * 100vw / 375), calc(10 * (100svh - 4.5rem) / 682));
  font-weight: 900;
  line-height: 1.3;
  margin-top: min(calc(2 * 100vw / 375), calc(2 * (100svh - 4.5rem) / 682));
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-logo .logo-operation {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.p-mv .p-mv-sp .p-mv-grid .-row {
  display: -ms-grid;
  display: grid;
  gap: calc(5 * (100svh - 7rem) / 720);
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-grid .-row {
    gap: 0.5rem;
  }
}
.p-mv .p-mv-sp .p-mv-grid .-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv .p-mv-sp .p-mv-grid .-row.m-01 {
  -ms-grid-columns: calc(196 * (100svh - 7rem) / 720) calc(226 * (100svh - 7rem) / 720) calc(194 * (100svh - 7rem) / 720);
  grid-template-columns: calc(196 * (100svh - 7rem) / 720) calc(226 * (100svh - 7rem) / 720) calc(194 * (100svh - 7rem) / 720);
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-grid .-row.m-01 {
    -ms-grid-columns: 19.6rem 22.6rem 19.4rem;
    grid-template-columns: 19.6rem 22.6rem 19.4rem;
  }
}
.p-mv .p-mv-sp .p-mv-grid .-row.m-02 {
  margin: calc(5 * (100svh - 7rem) / 720) 0;
  -ms-grid-columns: calc(196 * (100svh - 7rem) / 720) calc(146 * (100svh - 7rem) / 720) calc(275 * (100svh - 7rem) / 720);
  grid-template-columns: calc(196 * (100svh - 7rem) / 720) calc(146 * (100svh - 7rem) / 720) calc(275 * (100svh - 7rem) / 720);
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-grid .-row.m-02 {
    margin: 0.5rem 0;
    -ms-grid-columns: 19.6rem 14.6rem 27.5rem;
    grid-template-columns: 19.6rem 14.6rem 27.5rem;
  }
}
.p-mv .p-mv-sp .p-mv-grid .-row.m-02 .m-merge01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/3/4;
}
.p-mv .p-mv-sp .p-mv-grid .-row.m-02 .m-merge02 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
.p-mv .p-mv-sp .p-mv-grid .-row.m-03 {
  -ms-grid-columns: calc(285 * (100svh - 7rem) / 720) calc(342 * (100svh - 7rem) / 720);
  grid-template-columns: calc(285 * (100svh - 7rem) / 720) calc(342 * (100svh - 7rem) / 720);
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-grid .-row.m-03 {
    -ms-grid-columns: 28.5rem 34.2rem;
    grid-template-columns: 28.5rem 34.2rem;
  }
}
.p-mv .p-mv-sp .p-mv-grid .-row .unit.m-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv .p-mv-sp .p-mv-grid .-row .unit.m-catch01 .txt01 {
  font-size: calc(15 * (100svh - 7rem) / 720);
  font-weight: 900;
  line-height: 1.3;
  margin: calc(3 * (100svh - 7rem) / 720) 0;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-grid .-row .unit.m-catch01 .txt01 {
    font-size: 1.5rem;
    margin: 0.3rem 0;
  }
}
.p-mv .p-mv-sp .p-mv-grid .-row .unit.m-catch01 .img img {
  -o-object-fit: none;
     object-fit: none;
}
.p-mv .p-mv-sp .p-mv-grid .-row .unit.m-catch01 .txt02 {
  font-size: calc(14 * (100svh - 7rem) / 720);
  font-weight: 900;
  line-height: 1.3;
  margin: calc(3 * (100svh - 7rem) / 720) 0;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-grid .-row .unit.m-catch01 .txt02 {
    font-size: 1.4rem;
    margin: 0.3rem 0;
  }
}
.p-mv .p-mv-sp .p-mv-grid .-row .unit.m-catch02 .txt {
  font-size: calc(14 * (100svh - 7rem) / 720);
  font-weight: 900;
  line-height: 1.3;
  padding: calc(10 * (100svh - 7rem) / 720) 0 calc(5 * (100svh - 7rem) / 720) calc(35 * (100svh - 7rem) / 720);
  position: relative;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-grid .-row .unit.m-catch02 .txt {
    font-size: 1.4rem;
    padding: 1rem 0 0.5rem 3.5rem;
  }
}
.p-mv .p-mv-sp .p-mv-grid .-row .unit.m-catch02 .txt:before {
  content: "";
  width: calc(26 * (100svh - 7rem) / 720);
  height: calc(77 * (100svh - 7rem) / 720);
  background: url(img/icn_future.svg) no-repeat center center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-mv .p-mv-sp .p-mv-grid .-row .unit.m-catch02 .txt:before {
    width: 2.6rem;
    height: 7.7rem;
  }
}
.p-mv .p-mv-sp .p-mv-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-mv .p-mv-sp .p-mv-slider .p-mv-grid {
  -webkit-animation: horizontal-animation 20s linear infinite;
          animation: horizontal-animation 20s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-mv .p-mv-sp .p-mv-slider .p-mv-grid {
    will-change: transform;
  }
}

/* スライドアニメーションの設定 */
@-webkit-keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}


.p-about {
  background: #000;
  margin-top: 100vh;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: calc(100svh - 7rem);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .p-about {
    margin-top: 0;
  }
}
.p-about-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}
.p-about-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.p-about-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-content {
  position: relative;
  z-index: 1;
}
.p-about-content .-head {
  padding: 10.5rem 0 5.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-content .-head {
    padding: 10.5rem 0 5.5rem;
  }
}
.p-about-content .-head .c-inner {
  padding: 0 0 0 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-content .-head .c-inner {
    padding: 0 5%;
  }
}
.p-about-content .-head .c-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 10.7rem;
  height: 48.3rem;
  background: url(img/txt_about_pc.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-about-content .-head .c-inner:before {
    width: 18.2rem;
    height: 4rem;
    background-image: url(img/txt_about_sp.svg);
    opacity: 0.29;
    top: -6rem;
    left: 5%;
  }
}
.p-about-content .-head .ttl {
  font-size: 4.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-head .ttl {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.p-about-content .-head .ttl .line + .line {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-head .ttl .line + .line {
    margin-top: 0.8rem;
  }
}
.p-about-content .-head .ttl .line span {
  display: inline-block;
  background: #000;
  padding: 2.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-head .ttl .line span {
    padding: 1.8rem 1rem;
  }
}
.p-about-content .-head .detail {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about-content .-head .detail {
    font-size: 1.5rem;
  }
}
.p-about-content .-head .detail p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-head .detail p + p {
    margin-top: 2rem;
  }
}
.p-about-content .-head .detail p.pc-nomgn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-about-content .-head .detail p.pc-nomgn {
    margin-top: 2rem;
  }
}
.p-about-content .-supervision {
  position: relative;
  margin: 5rem 0 9rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision {
    margin-top: 1rem;
    padding: 2rem 5.5% 6rem;
  }
}
.p-about-content .-supervision:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw + 54.3rem);
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision:before {
    width: 95%;
  }
}
.p-about-content .-supervision:after {
  content: "";
  position: absolute;
  top: 5rem;
  left: 0;
  width: calc(50vw - 55rem + 6rem);
  height: 1px;
  background: #D22D26;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision:after {
    width: 95%;
    top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .c-inner {
    padding: 0;
  }
}
.p-about-content .-supervision .wrap {
  padding: 3.8rem 50.7rem 0.1rem 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .wrap {
    padding: 2rem 0;
    text-align: center;
  }
}
.p-about-content .-supervision .wrap:before {
  content: "";
  position: absolute;
  top: -1rem;
  right: -6.1rem;
  width: 6.1rem;
  height: 63.4rem;
  background: url(img/txt_sponsored.svg) no-repeat center center/contain;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .wrap:before {
    content: none;
  }
}
.p-about-content .-supervision .headline {
  position: relative;
  background: #000;
  display: inline-block;
  line-height: 1.7;
  padding: 0 1rem 0 0;
}
.p-about-content .-supervision .headline .jp {
  font-size: 1.5rem;
  color: #fff;
  background: #D22D26;
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-right: 0.6rem;
  padding: 0 1rem 0.5rem 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .headline .jp {
    padding-bottom: 0.3rem;
  }
}
.p-about-content .-supervision .headline .en {
  color: #D22D26;
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .headline .en {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -2.5rem;
    letter-spacing: 0.05rem;
  }
}
.p-about-content .-supervision .headline .logo {
  margin: 3rem 1rem;
  display: block;
  width: 51.5rem;
  height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .headline .logo {
    width: 29.8rem;
    height: 3.7rem;
    margin: 1.5rem 0 0.5rem;
  }
}
.p-about-content .-supervision .img {
  position: absolute;
  right: 20px;
  top: 6rem;
  width: 47.7rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .img {
    width: 100%;
    margin-right: 0;
    position: static;
    margin-top: 2rem;
  }
}
.p-about-content .-supervision .img img {
  width: 100%;
}
.p-about-content .-supervision .img .caption {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .img .caption {
    padding-right: 5%;
    font-size: 0.9rem;
  }
}
.p-about-content .-supervision .img .caption a {
  color: #000000;
}
.p-about-content .-supervision .catch {
  color: #000000;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.wrap .catch.add {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .catch {
    padding-left: 0;
    padding-right: 5%;
  }
}
.p-about-content .-supervision .catch a {
  color: #D22D26;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .catch {
    text-align: left;
    font-size: 1.9rem;
    padding-left: 0;
    margin: 3rem 0 2rem;
  }
}
.p-about-content .-supervision .detail {
  color: #000000;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .detail {
    padding-left: 0;
    padding-right: 5%;
  }
}
.p-about-content .-supervision .detail p {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .detail p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-about-content .-supervision .detail p + p {
  margin-top: 3rem;
}
.p-about-content .-supervision .btn-double {
  margin: 3.5rem 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .btn-double {
    margin: 0;
  }
}
.p-about-content .-supervision .btn-double .btn-internal:after, .p-about-content .-supervision .btn-double .btn-web:after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-content .-supervision .btn-double {
    padding-left: 0;
    padding-right: 5%;
  }
  .p-about-content .-supervision .btn-double .btn-internal a, .p-about-content .-supervision .btn-double .btn-web a {
    min-height: 8.6rem;
  }
}

.p-2key {
  background: #fff;
  padding: 24rem 0 16rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-2key {
    padding: 0 0 10rem;
  }
}
.p-2key-head {
  position: relative;
  background: url(img/bg_2key_pc.jpg) no-repeat center top/100% 48.6rem;
  padding: 13.5rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-2key-head {
    background: url(img/bg_2key_sp.jpg) no-repeat center top/100% 37.8rem;
    padding: 24rem 0 7rem;
  }
}
.p-2key-head:before {
  content: "";
  position: absolute;
  top: -12rem;
  left: 0;
  width: 100%;
  height: 41rem;
  background: url(img/txt_2key_pc.svg) no-repeat center top/contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-2key-head:before {
    background-image: url(img/txt_2key_sp.svg);
    top: -3rem;
  }
}
.p-2key-head .-headline {
  position: relative;
  z-index: 3;
}
.p-2key-head .-headline .line + .line {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-2key-head .-headline .line + .line {
    margin-top: 0.7rem;
  }
}
.p-2key-head .-headline .line span {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 3rem 2rem;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-2key-head .-headline .line span {
    font-size: 2.5rem;
    padding: 1.5rem 1.5rem;
  }
}
.p-2key-head .-img {
  position: absolute;
  width: 54.2rem;
  right: 9rem;
  top: 17rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-2key-head .-img {
    width: 56%;
    right: 0;
    top: 11rem;
    overflow: hidden;
  }
}
.p-2key-head .-img img {
  width: 100%;
}
.p-2key-body .-point .point-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.p-2key-body .-point .point-head .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-2key-body .-point .point-head .-txt .ttl {
  width: 45.1rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point .point-head .-txt .ttl {
    width: 15.9rem;
    margin: 1rem 5% 0 auto;
  }
}
.p-2key-body .-point .point-head .-txt .ttl img {
  width: 100%;
}
.p-2key-body .-point .point-head .-txt .catch {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point .point-head .-txt .catch {
    padding: 0 5%;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin: -1rem 0 1.5rem 0;
  }
}
.p-2key-body .-point .point-head .-txt .catch .underline {
  font-size: 3rem;
  color: #D22D26;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point .point-head .-txt .catch .underline {
    font-size: 2.2rem;
  }
}
.p-2key-body .-point .point-head .-txt .wrap {
  display: -ms-grid;
  display: grid;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point .point-head .-txt .wrap {
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
  }
}
.p-2key-body .-point .point-head .-txt .wrap.is-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.p-2key-body .-point .point-head .-txt .wrap * {
  padding: 0;
  overflow: hidden;
  min-height: 8.5rem;
}
.p-2key-body .-point .point-head .-txt .wrap.is-open * {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point .point-head .-txt .detail {
    padding: 0 5%;
  }
}
.p-2key-body .-point .point-head .-txt .detail p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point .point-head .-txt .detail p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-2key-body .-point .point-head .-txt .detail p + p {
  margin-top: 2rem;
}
.p-2key-body .-point.m-01 .point-head {
  padding-right: calc((100vw - 110rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .point-head {
    display: block;
    padding-right: 0;
  }
}
.p-2key-body .-point.m-01 .point-head .-img {
  width: calc(66 * 1000vw / 1530);
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .point-head .-img {
    width: 25.1rem;
  }
}
.p-2key-body .-point.m-01 .point-head .-txt {
  padding: 20rem 0 4.5rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .point-head .-txt {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
.p-2key-body .-point.m-01 .typeview {
  margin-top: -2rem;
}
.p-2key-body .-point.m-01 .typeview .-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 93rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
    width: 100%;
    margin: 2rem 0 6rem;
    position: relative;
  }
  .p-2key-body .-point.m-01 .typeview .-head:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.6rem 3.6rem 0 3.6rem;
    border-color: #C7C7C7 transparent transparent transparent;
    position: absolute;
    bottom: -4.3rem;
  }
}
.p-2key-body .-point.m-01 .typeview .-head .unit {
  background: #fff;
  width: 29.5rem;
  height: 9.3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #D22D26;
  padding-right: 3rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 1;
  }
}
.p-2key-body .-point.m-01 .typeview .-head .unit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  background: url(img/icn_arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  border: 1px solid #A3A3A3;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit:after {
    background: #fff;
    border: none;
    left: 1.9rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: none;
    border: 3px solid #C7C7C7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.5rem;
    border-radius: 50%;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit .wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 1rem 1rem 1rem 4.5rem;
    gap: 1rem;
  }
}
.p-2key-body .-point.m-01 .typeview .-head .unit .name {
  font-size: 2.5rem;
  font-weight: 900;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #D22D26;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit .name {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
}
.p-2key-body .-point.m-01 .typeview .-head .unit .day {
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
  background: #000;
  color: #fff;
  padding: 0.2rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit .day {
    padding-bottom: 0.4rem;
  }
}
.p-2key-body .-point.m-01 .typeview .-head .unit .day span {
  margin-right: 1rem;
  display: inline-block;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit .day span {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit .day {
    line-height: 1.4;
    text-align: left;
    font-size: 1.6rem;
    width: 17.8rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .p-2key-body .-point.m-01 .typeview .-head .unit .day span {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit:hover {
    background: #FFE3E3;
  }
}
.p-2key-body .-point.m-01 .typeview .-head .unit.is-active {
  background: #FFE3E3;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-head .unit.is-active:after {
    background: #D22D26;
    border-color: #FFE3E3;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24.5rem 1fr 1fr 1fr 24.5rem;
  grid-template-columns: 24.5rem 1fr 1fr 1fr 24.5rem;
  margin: -1px;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit {
  border: 2px solid #C7C7C7;
  margin: 0 -2px -2px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  position: relative;
  z-index: 1;
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit.is-active {
  border: 2px solid #D22D26;
  background: #FFE3E3;
  z-index: 2;
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit.is-active .ttl {
  color: #D22D26 !important;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit.is-active {
    border: none;
    z-index: 1;
  }
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit.is-active:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 2px solid #D22D26;
    z-index: 3;
    pointer-events: none;
  }
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit.is-active .ttl {
    color: #D22D26;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  min-height: 10.8rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .ttl {
    min-height: 3.8rem;
    font-size: 1.6rem;
    padding: 0.5rem 0;
    background: #E9E9E9;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
  }
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
    background: url(img/icn_2key.svg) no-repeat center center/contain;
    z-index: 2;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .fig {
  min-height: 8.7rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .fig {
    min-height: 6rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0.5rem 1rem;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(100% + 0.3rem);
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    width: calc(100% - 1rem);
    padding: 2rem 1rem;
    min-height: 4.4rem;
    text-align: center;
  }
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0.5rem 0 0.5rem;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
    position: absolute;
    top: 100%;
    right: 0.9rem;
  }
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt.is-show {
    opacity: 1;
    pointer-events: auto;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell {
    display: inline-block;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell .tag {
  padding: 0.3rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell .tag {
    font-weight: 900;
    display: inline;
    font-size: 1.3rem;
    padding: 0;
  }
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell .tag:after {
    content: ":";
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell .data {
  font-weight: 900;
  font-size: 1.5rem;
  padding: 0.8rem 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell .data {
    display: inline;
    color: #fff;
    padding: 0;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell .data span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell .data span {
    font-size: 1.6rem;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell:nth-child(1) .tag {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell:nth-child(1) .tag {
    background: none;
    border: none;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell:nth-child(2) .tag {
  background: #f2f2f2;
  color: #000;
  border: 1px solid #C7C7C7;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit .txt .cell:nth-child(2) .tag {
    background: none;
    border: none;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(1) .ttl {
    background: #E9E9E9;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(1) .fig img {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(1) .fig img {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(1) {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(1) .txt {
    padding: 1rem 0;
  }
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(1) .txt .cell + .cell {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(2) .ttl {
    background: #B7B7B7;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(2) .fig img {
  width: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(2) .fig img {
    width: 7.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(3) .ttl {
    background: #777;
    color: #fff;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(3) .fig img {
  width: 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(3) .fig img {
    width: 9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(4) .ttl {
    background: #444;
    color: #fff;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(4) .fig img {
  width: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(4) .fig img {
    width: 11.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(5) .ttl {
    background: #000;
    color: #fff;
  }
}
.p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(5) .fig img {
  width: 22.3rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-01 .typeview .-body .grid .unit:nth-child(5) .fig img {
    width: 12.3rem;
  }
}
.p-2key-body .-point.m-02 {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-02 {
    margin-top: 5rem;
  }
}
.p-2key-body .-point.m-02 .point-head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: calc((100vw - 110rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-02 .point-head {
    display: block;
    padding-left: 0;
    position: relative;
    padding-top: 9rem;
  }
}
.p-2key-body .-point.m-02 .point-head .-img {
  width: calc(66.9 * 1000vw / 1530);
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-02 .point-head .-img {
    top: 0;
    width: 26rem;
    right: auto;
    left: 0;
  }
}
.p-2key-body .-point.m-02 .point-head .-txt {
  padding-right: calc(100% - 60.8rem);
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-02 .point-head .-txt {
    padding-right: 0;
  }
}
.p-2key-body .-point.m-02 .point-head .-txt .catch {
  font-size: 2.6rem;
  margin: 5rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-02 .point-head .-txt .catch {
    font-size: 1.8rem;
    margin: 2rem 0 3rem;
  }
}
.p-2key-body .-point.m-02 .point-head .-txt .catch .underline {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-02 .point-head .-txt .catch .underline {
    font-size: 2.2rem;
  }
}
.p-2key-body .-point.m-02 .point-head .-txt .ttl {
  width: 47.1rem;
  margin: 2.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-02 .point-head .-txt .ttl {
    width: 16.8rem;
    margin: 1rem 5% 0 auto;
  }
}
.p-2key-body .-point.m-02 .point-body .-figure {
  position: relative;
  z-index: 2;
  margin: 4rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-2key-body .-point.m-02 .point-body .-figure {
    margin: 4rem auto 0;
  }
}

.p-work {
  background: #f2f2f2;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding-bottom: 5rem;
  }
}
.p-work-head {
  position: relative;
}
.p-work-head:before {
  content: "";
  width: 45.5vw;
  height: 35.2rem;
  background: url(img/bg_workphoto.jpg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-work-head:before {
    width: 31.6rem;
    height: 16.5rem;
    z-index: 0;
    bottom: auto;
    top: 4rem;
  }
}
.p-work-head .-ttl {
  position: relative;
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .p-work-head .-ttl {
    margin-top: -4rem;
  }
}
.p-work-head .-ttl:before {
  content: "";
  position: absolute;
  right: 0;
  top: 3rem;
  width: calc(50vw + 55rem);
  height: 6.7rem;
  background: url(img/bg_workttl_pc.svg) no-repeat center center/100% auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-work-head .-ttl:before {
    width: 26.9rem;
    height: 4.8rem;
    background-image: url(img/bg_workttl_sp.svg);
    top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-work-head .-ttl .c-inner {
    padding-left: 0;
  }
}
.p-work-head .-ttl img {
  width: 75.3rem;
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-work-head .-ttl img {
    width: 22.1rem;
    margin: 0;
  }
}
.p-work-head .-img {
  position: relative;
  margin-top: -15.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-head .-img {
    margin-top: -5.2rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-work-head .-img .c-inner {
    padding: 0;
  }
}
.p-work-head .-img img {
  width: 54rem;
  margin-left: -8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-work-head .-img img {
    width: 18.3rem;
    margin: 0 0 0 auto;
    display: block;
    z-index: 3;
  }
}
.p-work-head .-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-work-head .-txt {
    position: static;
    margin-top: 3rem;
  }
}
.p-work-head .-txt .c-inner {
  padding-left: 53.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-head .-txt .c-inner {
    padding: 0 5%;
  }
}
.p-work-head .-txt .big {
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D22D26;
}
@media screen and (max-width: 767px) {
  .p-work-head .-txt .big {
    font-size: 2rem;
    padding-bottom: 0.8rem;
  }
}
.p-work-head .-txt .big span {
  color: #D22D26;
}
.p-work-head .-txt .line + .line {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-work-head .-txt .line + .line {
    margin-top: 0.8rem;
  }
}
.p-work-head .-txt .line span {
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 2.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-work-head .-txt .line span {
    padding: 1.8rem 1rem;
    font-size: 2.3rem;
    padding: 1.8rem 1rem;
  }
}
.p-work-detail {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-work-detail {
    margin-top: 3rem;
  }
}
.p-work-detail p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-work-detail p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-work-detail p + p {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-detail p + p {
    margin-top: 2rem;
  }
}

.p-interview {
  background: #fff;
  padding: 5.5rem 0 8rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding-top: 3rem;
  }
}
.p-interview-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: 0;
}
.p-interview-mask .-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.p-interview-mask .-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview-lead {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 5.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-interview-lead {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
.p-interview-lead span {
  color: #fff;
  background: #000;
  padding: 0 0.5rem;
}
.p-interview-ttl {
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 148.3rem;
}
@media screen and (max-width: 767px) {
  .p-interview-ttl {
    width: 96%;
    top: -2.5rem;
  }
}
.p-interview-ttl img {
  width: 100%;
}
.p-interview-tabs {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-interview-tabs.m-under {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-interview-tabs .-tab {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2.7rem;
  font-weight: 900;
  color: #C7C7C7;
  background: #707070;
  height: 10.6rem;
  padding: 0 3rem;
  line-height: 1.4;
  position: relative;
  width: 49.5rem;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-interview-tabs .-tab:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-tabs .-tab {
    width: 50%;
    height: 8rem;
    font-size: 1.3rem;
    padding: 0 1rem;
  }
}
.p-interview-tabs .-tab:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  width: 10.3rem;
  height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-tabs .-tab:before {
    width: 3.4rem;
    height: 2.1rem;
  }
}
.p-interview-tabs .-tab.is-current {
  font-size: 3.6rem;
  color: #fff;
  height: 13.5rem;
  width: 51rem;
}
@media screen and (max-width: 767px) {
  .p-interview-tabs .-tab.is-current {
    font-size: 1.5rem;
    height: 9.5rem;
    width: 50%;
  }
}
.p-interview-tabs .-tab.is-current:before {
  width: 12rem;
  height: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-tabs .-tab.is-current:before {
    width: 3.9rem;
    height: 3.1rem;
  }
}
.p-interview-tabs .-tab.m-01 {
  background: #E99692;
  color: #fff;
}
.p-interview-tabs .-tab.m-01:before {
  background-image: url(img/txt_no01.svg);
}
.p-interview-tabs .-tab.m-01.is-current {
  background: #D22D26;
}
.p-interview-tabs .-tab.m-02 {
  background: #707070;
  color: #C7C7C7;
}
.p-interview-tabs .-tab.m-02:before {
  background-image: url(img/txt_no02.svg);
}
.p-interview-tabs .-tab.m-02.is-current {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-interview-tabs .-tab.m-02.is-current {
    font-size: 1.3rem;
  }
}
.p-interview-content {
  position: relative;
  z-index: 2;
}
.p-interview-content .panel {
  background: #fff;
  border: 1px solid #D22D26;
  overflow: hidden;
  display: none;
}
.p-interview-content .panel.is-show {
  display: block;
}
.p-interview-content .panel .headline {
  padding: 5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .headline {
    padding: 2.5rem 0;
  }
}
.p-interview-content .panel .headline .txt {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .headline .txt {
    font-size: 1.8rem;
    padding: 0 0 0 4.2rem;
  }
}
.p-interview-content .panel .headline .icn {
  margin-left: -10rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .headline .icn {
    margin-left: -2rem;
    width: auto;
    height: 1.1rem;
  }
}
.p-interview-content .panel .interview {
  padding: 0 0 0 10rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .interview {
    padding: 0 3%;
  }
}
.p-interview-content .panel .interview:before {
  display: none;
}
.p-interview-content .panel .interview-bg {
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .interview-bg {
    top: auto;
    bottom: 0;
  }
}
.p-interview-content .panel .interview-img {
  top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .interview-img {
    top: auto;
    bottom: 0;
  }
}
.p-interview-content .panel .interview-detail .btn-link {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .interview-head:before {
    width: 30.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .interview-head .-headline {
    font-size: 1.7rem;
  }
}
.p-interview-content .panel .schedule {
  margin: 0 0 3rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .schedule {
    margin: 0;
  }
}
.p-interview-content .panel .schedule-headline {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .schedule-headline {
    margin-left: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .schedule-sliderhead {
    padding-left: 3.5rem;
  }
  .p-interview-content .panel .schedule-sliderhead .-arrows .slick-arrow {
    width: 3rem;
  }
  .p-interview-content .panel .schedule-sliderhead .-arrows .slick-arrow.slick-prev {
    left: 0.5rem;
  }
  .p-interview-content .panel .schedule-sliderhead .-arrows .slick-arrow.slick-next {
    right: 0.6rem;
  }
}
.p-interview-content .panel .schedule-slider {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .schedule-slider {
    margin-left: 0;
  }
}
.p-interview-content .panel .schedule-slider:before {
  z-index: 0;
}
.p-interview-content .panel .schedule-slider .-slide .wrap {
  width: 25.8rem;
}
.p-interview-content .panel .schedule .btn-link {
  margin: 5.5rem 8.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .schedule .btn-link {
    margin: 3rem 2rem 0 0;
  }
}
.p-interview-content .panel .faq {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq {
    margin-left: 0;
  }
}
.p-interview-content .panel .faq-headline {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-headline {
    line-height: 1;
    margin: 2rem 0 0 3.5rem;
  }
}
.p-interview-content .panel .faq-headline img {
  width: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-headline img {
    width: 6.6rem;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 0.5rem;
  }
}
.p-interview-content .panel .faq-headline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #D22D26;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-headline:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
.p-interview-content .panel .faq-subheadline {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-subheadline {
    padding-left: 3.5rem;
    font-size: 2rem;
  }
}
.p-interview-content .panel .faq-grid {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-grid {
    padding: 0 4%;
    gap: 1rem;
  }
}
.p-interview-content .panel .faq-grid + .faq-grid {
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-grid + .faq-grid {
    margin-top: 1rem;
  }
}
.p-interview-content .panel .faq-grid.m-2col {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-grid.m-2col {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-interview-content .panel .faq-grid.m-3col {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-grid.m-3col {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-interview-content .panel .faq-grid .-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-interview-content .panel .faq-grid .-unit .question {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #D22D26;
  color: #fff;
  padding: 1rem 6rem 1rem 3rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  min-height: 12rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-interview-content .panel .faq-grid .-unit .question:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-grid .-unit .question {
    min-height: auto;
    padding: 1.5rem 4rem 1.5rem 1rem;
    font-size: 1.6rem;
  }
}
.p-interview-content .panel .faq-grid .-unit .question:after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(img/icn_question_open.svg) no-repeat center center/contain;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-grid .-unit .question:after {
    right: 1rem;
  }
}
.p-interview-content .panel .faq-grid .-unit .question.is-active:after {
  background-image: url(img/icn_question_close.svg);
}
.p-interview-content .panel .faq-grid .-unit .answer {
  display: none;
  background: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-interview-content .panel .faq-grid .-unit .answer > * {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-interview-content .panel .faq-grid .-unit .answer .ttl {
  font-size: 1.8rem;
  font-weight: 900;
  padding: 2.5rem 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-grid .-unit .answer .ttl {
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 1rem;
  }
}
.p-interview-content .panel .faq-grid .-unit .answer .detail {
  padding: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .faq-grid .-unit .answer .detail {
    padding: 0 1.5rem 2rem;
    font-size: 1.1rem;
  }
}
.p-interview-content .panel .faq-grid .-unit .answer.is-open > * {
  opacity: 1;
}
.p-interview-content .panel .movie {
  margin-top: 6rem;
  position: relative;
  padding: 4rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie {
    padding-bottom: 5rem;
    margin-top: 3rem;
  }
}
.p-interview-content .panel .movie:before {
  content: "";
  width: 37rem;
  height: 9.7rem;
  background: url(img/txt_movie.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie:before {
    width: 11.6rem;
    top: -0.6rem;
  }
}
.p-interview-content .panel .movie:after {
  content: "";
  width: 100%;
  height: 35.6rem;
  background: url(img/bg_movie.jpg) no-repeat center center/cover;
  position: absolute;
  top: 15rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie:after {
    content: none;
  }
}
.p-interview-content .panel .movie-head {
  position: relative;
  padding: 3rem 25rem 0 22rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie-head {
    padding: 2rem 2rem;
    width: 27.4rem;
  }
}
.p-interview-content .panel .movie-head:before {
  content: "";
  width: 95rem;
  height: 20.7rem;
  background: #474747;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie-head:before {
    width: 100%;
    height: 100%;
  }
}
.p-interview-content .panel .movie-head .-ttl {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie-head .-ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-interview-content .panel .movie-head .-lead {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie-head .-lead {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.p-interview-content .panel .movie-body {
  position: relative;
  z-index: 3;
  text-align: center;
}
.p-interview-content .panel .movie-body .-thumbnail {
  display: block;
  width: 66.3rem;
  margin: 0 auto;
  aspect-ratio: 663/373;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie-body .-thumbnail {
    width: 90%;
    margin-top: -1rem;
  }
}
.p-interview-content .panel .movie-body .-thumbnail img {
  width: 100%;
}
.p-interview-content .panel .movie-body .-modal {
  display: none;
}
.p-interview-content .panel .movie-body .-modal iframe {
  width: 66.3rem;
  aspect-ratio: 663/373;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie-body .-modal iframe {
    width: 90%;
    margin-top: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel .movie-foot {
    margin: 0 1.5rem;
  }
  .p-interview-content .panel .movie-foot .btn-internal a, .p-interview-content .panel .movie-foot .btn-web a, .p-interview-content .panel .movie-foot .btn-tel a {
    padding-right: 5rem;
  }
}
.p-interview-content .panel > .btn-double {
  margin: 2rem auto 10rem;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel > .btn-double {
    margin: 2rem 1.5rem 8rem;
  }
  .p-interview-content .panel > .btn-double .btn-internal a, .p-interview-content .panel > .btn-double .btn-web a, .p-interview-content .panel > .btn-double .btn-tel a {
    padding-right: 5rem;
  }
}
.p-interview-content .panel.m-black {
  border: 1px solid #000;
}
.p-interview-content .panel.m-black .interview-head {
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-interview-content .panel.m-black .interview-head {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(1%, rgb(0, 0, 0)), color-stop(rgb(0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 1%, rgb(0, 0, 0) calc(100% - 9.3rem), rgba(0, 0, 0, 0) calc(100% - 9.3rem), rgba(0, 0, 0, 0) 100%);
  }
}
.p-interview-content .panel.m-black .interview-head:before {
  background-image: url(img/txt_interview_4ton.svg);
}
.p-interview-content .panel.m-black .interview-head .tags .tag {
  background: #707070;
}
.p-interview-content .panel.m-black .faq-grid .-unit .question {
  background: #000;
}
.p-interview-content .panel.m-black .faq-grid .-unit .question:after {
  background-image: url(img/icn_question_open_red.svg);
}
.p-interview-content .panel.m-black .faq-grid .-unit .question.is-active:after {
  background-image: url(img/icn_question_close_red.svg);
}
.p-interview-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: calc(50% + 3rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-family: Noto Sans JP vertical;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-interview-fixed.is-show {
  opacity: 1;
  pointer-events: auto;
}
.p-interview-fixed .-tab {
  padding: 2vh 2.5vh;
  font-size: 2vh;
  font-weight: 900;
  color: #C7C7C7;
  background: #707070;
  width: 10.6vh;
  height: 36vh;
  line-height: 1.4;
  position: relative;
  opacity: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-interview-fixed .-tab:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.p-interview-fixed .-tab .hlz {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  line-height: 1;
}
.p-interview-fixed .-tab:before {
  content: "";
  position: absolute;
  bottom: 0.2vh;
  right: 0.2vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  width: 7.5vh;
  height: 4.7vh;
}
.p-interview-fixed .-tab.is-current {
  color: #fff;
  background: #D22D26;
  opacity: 1;
}
.p-interview-fixed .-tab.m-01 {
  background: #E99692;
  color: #fff;
}
.p-interview-fixed .-tab.m-01:before {
  background-image: url(img/txt_no01.svg);
}
.p-interview-fixed .-tab.m-01.is-current {
  background: #D22D26;
}
.p-interview-fixed .-tab.m-02 {
  background: #707070;
  color: #C7C7C7;
}
.p-interview-fixed .-tab.m-02:before {
  background-image: url(img/txt_no02.svg);
}
.p-interview-fixed .-tab.m-02.is-current {
  color: #fff;
  background: #000;
}

.mfp-iframe-holder .mfp-content {
  width: 80%;
}

.mfp-close-btn-in .mfp-close {
  background: none;
}

.mfp-iframe-scaler .mfp-close {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: -4.5rem;
  right: -4.5rem;
}
.mfp-iframe-scaler .mfp-close:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-iframe-scaler .mfp-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .mfp-iframe-scaler .mfp-close {
    display: none;
  }
}

.p-qa {
  background: #fff url(img/bg_qa_pc.jpg) no-repeat left top/100% auto;
  padding-top: 25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding-top: 16rem;
    background-image: url(img/bg_qa_sp.jpg);
    background-position: left top 3rem;
  }
}
.p-qa:before {
  content: "";
  width: 17.6rem;
  height: 40rem;
  background: url(img/txt_qa.svg) no-repeat left top/contain;
  position: absolute;
  right: calc(50vw - 55rem + 3rem);
  top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-qa:before {
    width: 8.6rem;
    height: 19.4rem;
    right: 2.5rem;
    top: 7rem;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-qa-head {
    position: relative;
    z-index: 2;
  }
}
.p-qa-head .-ttl {
  font-size: 4.2rem;
  margin-bottom: 6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-qa-head .-ttl {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.p-qa-head .-ttl .line + .line {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-qa-head .-ttl .line + .line {
    margin-top: 0.8rem;
  }
}
.p-qa-head .-ttl .line span {
  display: inline-block;
  background: #000;
  padding: 2.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-qa-head .-ttl .line span {
    padding: 1.8rem 1.5rem;
  }
}
.p-qa-head .-lead {
  font-size: 1.6rem;
  margin-right: 23rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-qa-head .-lead {
    margin-right: 0;
    line-height: 1.8;
  }
}
.p-qa-body {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-qa-body {
    margin-top: 5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
.p-qa-body .c-inner {
  position: relative;
  height: 110.3rem;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner {
    height: auto;
  }
}
.p-qa-body .c-inner .-unit {
  position: absolute;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner .-unit {
    position: relative;
    padding-bottom: 4rem;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin-bottom: 2rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-qa-body .c-inner .-unit:hover {
    opacity: 1;
  }
  .p-qa-body .c-inner .-unit:hover .bg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-qa-body .c-inner .-unit:before {
  content: "";
  width: 7rem;
  height: 5.4rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: 1.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner .-unit:before {
    width: 4.5rem;
    height: 3.6rem;
    top: 0;
  }
}
.p-qa-body .c-inner .-unit .head {
  padding: 4rem 2rem 3rem;
  position: relative;
  z-index: 2;
  color: #fff;
}
.p-qa-body .c-inner .-unit .head .small {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner .-unit .head .small {
    font-size: 1.6rem;
  }
}
.p-qa-body .c-inner .-unit .head .big {
  font-size: 2.2rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner .-unit .head .big {
    font-size: 1.7rem;
  }
}
.p-qa-body .c-inner .-unit .detail {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.p-qa-body .c-inner .-unit .more {
  position: absolute;
  margin-top: 1rem;
  right: 2rem;
  bottom: 1.5rem;
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner .-unit .more {
    right: 1rem;
    bottom: 0.5rem;
  }
}
.p-qa-body .c-inner .-unit .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner .-unit .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-qa-body .c-inner .-unit.m-wide {
  width: 37.5rem;
  height: 30rem;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner .-unit.m-wide {
    width: 100%;
    height: auto;
  }
}
.p-qa-body .c-inner .-unit.m-tall {
  width: 32rem;
  height: 39rem;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner .-unit.m-tall {
    width: 100%;
    height: auto;
  }
}
.p-qa-body .c-inner .-unit.m-01 {
  left: 0;
  top: 0;
  height: 32rem;
}
.p-qa-body .c-inner .-unit.m-01:before {
  background-image: url(img/icn_qa_num01.svg);
  left: 0;
}
.p-qa-body .c-inner .-unit.m-02 {
  left: 39rem;
  top: 0;
}
.p-qa-body .c-inner .-unit.m-02:before {
  background-image: url(img/icn_qa_num02.svg);
  right: 0.5rem;
}
.p-qa-body .c-inner .-unit.m-03 {
  left: 0;
  top: 40rem;
}
.p-qa-body .c-inner .-unit.m-03:before {
  background-image: url(img/icn_qa_num03.svg);
  right: 0.5rem;
}
.p-qa-body .c-inner .-unit.m-04 {
  top: 40rem;
  left: 33.5rem;
}
.p-qa-body .c-inner .-unit.m-04:before {
  background-image: url(img/icn_qa_num04.svg);
  right: 0.5rem;
}
.p-qa-body .c-inner .-unit.m-05 {
  top: 40rem;
  right: 0;
}
.p-qa-body .c-inner .-unit.m-05:before {
  background-image: url(img/icn_qa_num05.svg);
  right: 0.5rem;
}
.p-qa-body .c-inner .-unit.m-06 {
  left: 33.5rem;
  bottom: 0;
}
.p-qa-body .c-inner .-unit.m-06:before {
  background-image: url(img/icn_qa_num06.svg);
  right: 0.5rem;
}
.p-qa-body .c-inner .-unit.m-07 {
  right: 10.5rem;
  bottom: 0;
}
.p-qa-body .c-inner .-unit.m-07:before {
  background-image: url(img/icn_qa_num07.svg);
  right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-qa-body .c-inner .-unit.m-01, .p-qa-body .c-inner .-unit.m-02, .p-qa-body .c-inner .-unit.m-03, .p-qa-body .c-inner .-unit.m-04, .p-qa-body .c-inner .-unit.m-05, .p-qa-body .c-inner .-unit.m-06, .p-qa-body .c-inner .-unit.m-07 {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .p-qa-body .c-inner .-unit.m-01:before, .p-qa-body .c-inner .-unit.m-02:before, .p-qa-body .c-inner .-unit.m-03:before, .p-qa-body .c-inner .-unit.m-04:before, .p-qa-body .c-inner .-unit.m-05:before, .p-qa-body .c-inner .-unit.m-06:before, .p-qa-body .c-inner .-unit.m-07:before {
    top: 0.5rem;
    left: 0.2rem;
    right: auto;
  }
}
.p-qa-body .c-inner .-deco {
  position: absolute;
}
.p-qa-body .c-inner .-deco.m-deco01 {
  top: 33.5rem;
  left: 0;
  width: 37.5rem;
  height: 5.4rem;
}
.p-qa-body .c-inner .-deco.m-deco02 {
  top: 0;
  right: 0;
  width: 37.5rem;
  height: 39rem;
}
.p-qa-body .c-inner .-deco.m-deco03 {
  bottom: 0;
  left: 0;
  width: 32rem;
  height: 30rem;
}
.p-qa-body .c-inner .-deco.m-deco04 {
  bottom: 0;
  right: 0;
  width: 9.1rem;
  height: 39rem;
}
@media screen and (max-width: 767px) {
  .p-qa-body .-unit:nth-of-type(n + 4) {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-qa-body.is-open .-unit:nth-of-type(n + 4) {
    max-height: 300rem;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-qa .u-spmore {
    margin-top: 0rem;
    padding-top: 1.5rem;
  }
  .p-qa .u-spmore:before {
    width: 90%;
  }
}

.eyecatch {
  background: #fff;
  padding-top: 9.3rem;
}
@media screen and (max-width: 767px) {
  .eyecatch {
    padding-top: 3rem;
  }
}
.eyecatch-slider {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.eyecatch-slider .-line {
  gap: 1rem;
}
/* .eyecatch-slider .-line + .-line {
  margin-left: 1rem;
} */
.eyecatch-slider .-line .img img {
  width: 100%;
}
/* @media screen and (min-width: 768px) {
    .eyecatch-slider > .-line > .img:first-of-type img {
        will-change: transform;
        opacity: 0.9999;
      }
  } */
.eyecatch-slider > .-line > .img:first-of-type img {
  padding-left: 1rem;
}
.eyecatch-slider.m-01 .-line {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-animation: infinity-scroll-left 40s linear infinite;
          animation: infinity-scroll-left 40s linear infinite;
}

<!-- @media screen and (min-width: 1500px) {
    .eyecatch-slider.m-01 .-line, 
    .eyecatch-slider.m-02 .-line,{
  -webkit-animation: infinity-scroll-left 40s linear infinite;
          animation: infinity-scroll-left 40s linear infinite;
}
} -->

@media screen and (max-width: 767px) {
  /* .eyecatch-slider.m-01 .-line {
    will-change: transform;
  } */
}
.eyecatch-slider.m-01 .-line .img:nth-child(5n+1) {
  width: 43.2rem;
  width: 432px;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-01 .-line .img:nth-child(5n+1) {
    width: 21rem;
  }
}
.eyecatch-slider.m-01 .-line .img:nth-child(5n+2) {
  width: 27.2rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-01 .-line .img:nth-child(5n+2) {
    width: 13rem;
  }
}
.eyecatch-slider.m-01 .-line .img:nth-child(5n+3) {
  width: 27.2rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-01 .-line .img:nth-child(5n+3) {
    width: 13rem;
  }
}
.eyecatch-slider.m-01 .-line .img:nth-child(5n+4) {
  width: 34.6rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-01 .-line .img:nth-child(5n+4) {
    width: 17rem;
  }
}
.eyecatch-slider.m-01 .-line .img:nth-child(5n+5) {
  width: 37.2rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-01 .-line .img:nth-child(5n+5) {
    width: 18rem;
  }
}
.eyecatch-slider.m-02 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-02 {
    margin-top: 1rem;
  }
}
.eyecatch-slider.m-02 .-line {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-animation: infinity-scroll-left 36s linear infinite;
          animation: infinity-scroll-left 36s linear infinite;
}
@keyframes  infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); 
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  /* .eyecatch-slider.m-02 .-line {
    will-change: transform;
  } */
}
.eyecatch-slider.m-02 .-line .img:nth-child(5n+1) {
  width: 27.2rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-02 .-line .img:nth-child(5n+1) {
    width: 13rem;
  }
}
.eyecatch-slider.m-02 .-line .img:nth-child(5n+2) {
  width: 43.2rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-02 .-line .img:nth-child(5n+2) {
    width: 21rem;
  }
}
.eyecatch-slider.m-02 .-line .img:nth-child(5n+3) {
  width: 27.2rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-02 .-line .img:nth-child(5n+3) {
    width: 13rem;
  }
}
.eyecatch-slider.m-02 .-line .img:nth-child(5n+4) {
  width: 27.2rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-02 .-line .img:nth-child(5n+4) {
    width: 13rem;
  }
}
.eyecatch-slider.m-02 .-line .img:nth-child(5n+5) {
  width: 27.2rem;
}
@media screen and (max-width: 767px) {
  .eyecatch-slider.m-02 .-line .img:nth-child(5n+5) {
    width: 13rem;
  }
}

.p-supervision {
  position: relative;
  padding-bottom: 31rem;
}
@media screen and (max-width: 767px) {
  .p-supervision {
    padding-bottom: 7.5rem;
  }
}
.p-supervision .supervision {
  background: none;
  margin: -12rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .supervision {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
}
.p-supervision .supervision:after {
  content: none;
}
.p-supervision .supervision-wrap {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-supervision .supervision-wrap {
    text-align: left;
  }
}
.p-supervision .supervision-headline {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .supervision-headline {
    font-size: 2.3rem;
  }
}
.p-supervision .supervision-headline:before {
  width: 86.1rem;
  height: 8.3rem;
  top: -10rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .supervision-headline:before {
    width: 100%;
    height: auto;
    aspect-ratio: 317/31;
    top: -5rem;
  }
}
.p-supervision .supervision-img {
  top: 0;
}
.p-supervision .supervision-detail {
  margin-top: 6rem;
}
.p-supervision .supervision-detail span.txt_bold{
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-supervision .supervision-detail {
    margin-top: 2rem;
  }
}
.p-supervision .btn-double {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .btn-double {
    margin: 0 3%;
  }
}
.p-supervision .point3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3 {
    display: block;
    margin-top: 0;
  }
}
.p-supervision .point3-head {
  margin-left: calc((100vw - 110rem) / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-head {
    margin-left: 0;
    position: relative;
    top: 0;
  }
}
.p-supervision .point3-head .icn {
  width: 21.8rem;
  height: 1.5rem;
  margin-left: 9.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-head .icn {
    margin-left: 3rem;
  }
}
.p-supervision .point3-head .icn:before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 0.1rem;
  background: #D22D26;
  left: -9.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-supervision .point3-head .headline {
  position: relative;
  padding: 2rem 0 0 9.5rem;
  font-size: 2.5rem;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-head .headline {
    padding: 1rem 0 2rem 5%;
    font-size: 2rem;
  }
}
.p-supervision .point3-head .headline span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-head .headline span {
    font-size: 2.6rem;
  }
}
.p-supervision .point3-body {
  width: 89rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 4.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-body {
    width: 100%;
    gap: 2.5rem;
  }
}
.p-supervision .point3-body .-unit {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(98%);
          transform: translateX(98%);
  opacity: 0;
}
.p-supervision .point3-body .-unit.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-body .-unit {
    -webkit-transform: translateX(98%);
            transform: translateX(98%);
  }
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-body .-unit .img {
    width: 36rem;
    height: 20.3rem;
    margin: 0 0 0 auto;
  }
  .p-supervision .point3-body .-unit .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-supervision .point3-body .-unit .txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.9rem 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-body .-unit .txt {
    position: relative;
    padding: 0 3rem;
    margin-top: -11rem;
  }
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-body .-unit .txt .num {
    width: 8rem;
  }
}
.p-supervision .point3-body .-unit .txt .ttl {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-body .-unit .txt .ttl {
    margin-top: 2.5rem;
  }
}
.p-supervision .point3-body .-unit .txt .ttl .line + .line {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-body .-unit .txt .ttl .line + .line {
    margin-top: 1.3rem;
  }
}
.p-supervision .point3-body .-unit .txt .ttl .line span {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  background: #D22D26;
  padding: 0.5rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-body .-unit .txt .ttl .line span {
    font-size: 1.8rem;
  }
}
.p-supervision .point3-body .-unit .txt .detail {
  font-size: 1.5rem;
  line-height: 1.8;
  background: #fff;
  width: 45.4rem;
  padding: 3.5rem 1rem 2rem 2rem;
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .point3-body .-unit .txt .detail {
    width: 100%;
    padding: 3rem 0;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.p-supervision .delivered {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered {
    margin-top: 3rem;
  }
}
.p-supervision .delivered .icn {
  width: 21.8rem;
  height: 1.5rem;
  margin-left: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered .icn {
    margin-left: 1rem;
  }
}
.p-supervision .delivered .icn:before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 0.1rem;
  background: #D22D26;
  left: -9.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-supervision .delivered-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-left: 8rem;
  padding-top: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered-head {
    display: block;
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.p-supervision .delivered-head .-headline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered-head .-headline {
    font-size: 2rem;
  }
}
.p-supervision .delivered-head .-headline span {
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered-head .-headline span {
    font-size: 2.6rem;
  }
}
.p-supervision .delivered-head .-lead {
  width: 71.2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered-head .-lead {
    width: 100%;
  }
}
.p-supervision .delivered-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem 1rem;
  margin-top: 3rem;
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered-body {
    padding-left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0.5rem;
  }
}
.p-supervision .delivered-body .-unit {
  background: #f2f2f2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1rem 0.6rem;
  min-height: 20rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered-body .-unit {
    width: 10.9rem;
    min-height: auto;
    padding: 1rem 0.5rem;
  }
}
.p-supervision .delivered-body .-unit .img {
  height: 10.5rem;
  max-width: 10.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered-body .-unit .img {
    height: 8.7rem;
    width: 7.9rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 auto;
    text-align: center;
  }
}
.p-supervision .delivered-body .-unit .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding: 0.6rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .delivered-body .-unit .txt {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 0;
  }
}
.p-supervision .memo {
  margin-top: 14rem;
  padding: 1.5rem 3rem 4rem;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-supervision .memo {
    margin: 5rem 5%;
    padding: 2rem 2rem 4rem;
  }
}
.p-supervision .memo:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50vw + 55rem);
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-supervision .memo:after {
    width: 100%;
  }
}
.p-supervision .memo .c-inner {
  position: relative;
  padding: 4rem 65rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .memo .c-inner {
    padding: 0;
  }
}
.p-supervision .memo .c-inner:before {
  content: "";
  width: 14.3rem;
  height: 3.9rem;
  background: url(img/txt_memo.svg) no-repeat left top/contain;
  position: absolute;
  left: -0.5rem;
  top: -1.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-supervision .memo .c-inner:before {
    width: 7.6rem;
    height: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }
}
.p-supervision .memo-ttl {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-supervision .memo-ttl {
    font-size: 1.8rem;
    text-align: center;
    padding-top: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-supervision .memo-detail {
  line-height: 2;
}
.p-supervision .memo-img {
  position: absolute;
  top: -10rem;
  right: 0;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .memo-img {
    width: 100%;
    position: static;
    margin-bottom: 1.5rem;
  }
}
.p-supervision .recruiter {
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter {
    padding-bottom: 7rem;
    margin-top: 5rem;
  }
}
.p-supervision .recruiter:before {
  content: "";
  width: 64.3rem;
  height: 43.7rem;
  background: url(img/bg_recruiter_pc.jpg) no-repeat left top/contain;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter:before {
    display: none;
  }
}
.p-supervision .recruiter-head {
  margin-left: calc((100vw - 110rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-head {
    margin-left: 0;
  }
}
.p-supervision .recruiter-head .-icn {
  margin-left: 8rem;
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  color: #D22D26;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-head .-icn {
    margin-left: 5rem;
    margin-bottom: 1.5rem;
  }
}
.p-supervision .recruiter-head .-icn .underline {
  /* text-decoration: underline; */
  font-size: 2.5rem;
}
.p-supervision .recruiter-head .-icn:before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 0.1rem;
  background: #D22D26;
  left: -9.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-supervision .recruiter-head .-headline {
  font-size: 2.5rem;
  margin: 1rem 0 3rem 8rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-head .-headline {
    margin: 0 12% 2rem;
    font-size: 2rem;
  }
}
.p-supervision .recruiter-head .-headline span {
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-head .-headline span {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.p-supervision .recruiter-subhead {
  min-height: 20.7rem;
  padding-left: calc((100vw - 110rem) / 2);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-subhead {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 18.9rem;
  }
}
.p-supervision .recruiter-subhead:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50vw + 55rem);
  height: 100%;
  background: #D22D26;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-subhead:before {
    width: 100%;
  }
}
.p-supervision .recruiter-subhead .-ttl {
  color: #fff;
  font-size: 2.6rem;
  padding-left: 2rem;
  max-width: 110rem;
}
.p-supervision .recruiter-subhead .-ttl .small {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-subhead .-ttl {
    font-size: 2rem;
    text-align: center;
    padding-left: 0;
  }
  .p-supervision .recruiter-subhead .-ttl .small {
    font-size: 1.8rem;
  }
}
.p-supervision .recruiter-subhead .-ttl span {
  display: block;
  line-height: 1.6;
}
.p-supervision .recruiter-subhead .-ttl span + span {
  margin-top: 2rem;
}
.p-supervision .recruiter-img {
  width: 36.2rem;
  position: absolute;
  right: calc((100vw - 110rem) / 2);
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-img {
    right: 0;
    position: relative;
    width: 100%;
    background: url(img/bg_recruiter_sp.jpg) no-repeat left top/cover;
    text-align: center;
  }
  .p-supervision .recruiter-img img {
    width: 21rem;
  }
}
.p-supervision .recruiter-img .name {
  background: #000;
  color: #fff;
  position: absolute;
  right: -1.5rem;
  top: 31rem;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-img .name {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -1rem;
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-supervision .recruiter-detail {
  line-height: 2;
  margin: 3rem 0 7rem calc((100vw - 110rem) / 2);
  padding-left: 2rem;
  width: 60.2rem;
}
@media screen and (max-width: 767px) {
  .p-supervision .recruiter-detail {
    margin: 3rem 0 0;
    padding: 0 5%;
    width: 100%;
  }
}
.p-supervision .recruiter .btn-double {
  margin: 2rem;
}

.p-knowledge {
  background: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-knowledge {
    background-position: left top 3rem;
  }
}
.p-knowledge:before {
  content: "";
  width: 86.4rem;
  height: 23.1rem;
  background: url(img/txt_knowledge.svg) no-repeat left top/contain;
  position: absolute;
  left: calc(50vw - 55rem);
  top: -19rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-knowledge:before {
    width: 31.6rem;
    height: 8rem;
    left: 3rem;
    top: -5.5rem;
  }
}
.p-knowledge:after {
  content: "";
  position: absolute;
  background: #f1f1f1;
  width: 100%;
  height: calc(100% - 7rem);
  bottom: 0;
  z-index: -1;
}
.p-knowledge-head {
  padding-top: 27rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-knowledge-head {
    padding-top: 15rem;
  }
}
.p-knowledge-head:before {
  content: "";
  width: 100%;
  aspect-ratio: 1530/362;
  background: url(img/bg_knowledge_pc.png) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-knowledge-head:before {
    background-image: url(img/bg_knowledge_sp.jpg);
    aspect-ratio: 375/170;
  }
}
.p-knowledge-head .-ttl {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-knowledge-head .-ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-knowledge-head .-ttl a {
  display: inline-block;
  color: #fff;
}
.p-knowledge-head .-ttl .line + .line {
  font-size: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-knowledge-head .-ttl .line + .line {
    margin-top: 1.5rem;
    font-size: 2.3rem;
  }
}
.p-knowledge-head .-ttl .line + .line span {
  position: relative;
  padding: 2.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-knowledge-head .-ttl .line + .line span {
    padding: 1.6rem 1.6rem;
  }
}
.p-knowledge-head .-ttl .line + .line span:after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(img/icn_arrow_circlered.svg) no-repeat left top/contain;
  position: absolute;
  right: -6.8rem;
  top: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-knowledge-head .-ttl .line + .line span:after {
    width: 3.5rem;
    height: 3.5rem;
    right: -4rem;
    top: calc(50% - 1.75rem);
  }
}
.p-knowledge-head .-ttl .line span {
  display: inline-block;
  background: #000;
  padding: 1.8rem 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-knowledge-head .-ttl .line span {
    padding: 1.2rem 1.5rem;
  }
}
.p-knowledge-head .-ttl .line span.m-red {
  background: #D22D26;
}
.p-knowledge-body {
  padding-bottom: 9rem;
}
.p-knowledge-body .-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-knowledge-body .-wrap {
    display: block;
  }
}
.p-knowledge-body .-unit {
  width: 54rem;
  background: #000;
  border: 1px solid #C7C7C7;
}
@media screen and (max-width: 767px) {
  .p-knowledge-body .-unit {
    width: 100%;
  }
}
.p-knowledge-body .-unit:nth-child(odd) {
  margin-top: 2.5rem;
}
.p-knowledge-body .-unit:nth-of-type(1) {
  margin-top: 7rem;
}
.p-knowledge-body .-unit:nth-of-type(4) {
  margin-top: -4.3rem;
}
@media screen and (max-width: 767px) {
  .p-knowledge-body .-unit + .-unit {
    margin-top: 2.5rem;
  }
}
.p-knowledge-body .-unit a {
  display: block;
  position: relative;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-knowledge-body .-unit a:hover {
    opacity: 1;
  }
  .p-knowledge-body .-unit a:hover .img img {
    scale: 1.1;
  }
}
.p-knowledge-body .-unit a .img {
  width: 100%;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-knowledge-body .-unit a .img {
    height: 13.8rem;
  }
}
.p-knowledge-body .-unit a .img img {
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-knowledge-body .-unit a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-knowledge-body .-unit a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 7rem);
  padding: 2rem 2rem 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-knowledge-body .-unit a .txt {
    position: static;
    width: 100%;
  }
}
.p-knowledge-body .-unit a .txt .ttl {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.6;
  position: relative;
}
.p-knowledge-body .-unit a .txt .ttl:after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(img/icn_arrow_circlered.svg) no-repeat left top/contain;
  position: absolute;
  right: -4.5rem;
  top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-knowledge-body .-unit a .txt .ttl:after {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0.5rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p-knowledge-body .-unit a .txt .ttl .small {
  font-size: 2rem;
  display: block;
}
.p-knowledge-body .-unit a .txt .ttl .red {
  color: #D22D26;
}
.p-types {
  background: #fff;
  padding: 9rem 0 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-types {
    padding: 0 0 10rem;
  }
}
.p-types-head {
  position: relative;
}
.p-types-head .c-inner {
  position: relative;
  padding-top: 17rem;
}
@media screen and (max-width: 767px) {
  .p-types-head .c-inner {
    padding: 0 5%;
  }
}
.p-types-head .c-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 66.2rem;
  height: 21.6rem;
  background: url(img/txt_type.svg) no-repeat left top/contain;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-types-head .c-inner:before {
    width: 34rem;
    height: 12.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -2rem;
  }
}
.p-types-head .-img {
  position: relative;
  z-index: 0;
}
.p-types-head .-ttl {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .p-types-head .-ttl {
    position: relative;
    top: -3rem;
    bottom: auto;
  }
}
.p-types-head .-ttl a {
  display: inline-block;
  color: #fff;
}
.p-types-head .-ttl .line + .line {
  font-size: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-types-head .-ttl .line + .line {
    margin-top: 1.5rem;
  }
}
.p-types-head .-ttl .line + .line span {
  font-size: 4rem;
  position: relative;
  padding: 2.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-types-head .-ttl .line + .line span {
    font-size: 2.3rem;
    padding: 1.6rem 1.6rem;
  }
}
.p-types-head .-ttl .line + .line span:after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(img/icn_arrow_circlered.svg) no-repeat left top/contain;
  position: absolute;
  right: -6.8rem;
  top: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-types-head .-ttl .line + .line span:after {
    width: 3.5rem;
    height: 3.5rem;
    right: -4rem;
    top: calc(50% - 1.75rem);
  }
}
.p-types-head .-ttl .line span {
  display: inline-block;
  background: #000;
  padding: 1.8rem 1.5rem;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-types-head .-ttl .line span {
    padding: 1.2rem 1.5rem;
    font-size: 1.8rem;
  }
}
.p-types-head .-ttl .line span.m-red {
  background: #D22D26;
}
@media screen and (max-width: 767px) {
  .p-types-head .-ttl .line span.m-red:after {
    content: none;
  }
}
.p-types-body {
  margin-top: 18rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-types-body {
    margin-top: 8rem;
  }
}
.p-types-body .-unit {
  padding-bottom: 3rem;
  position: relative;
}
.p-types-body .-unit:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50vw + 55rem - 0.7rem);
  height: calc(100% - 7rem);
  background: #f2f2f2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit:before {
    width: calc(100% - 2rem);
    height: calc(100% + 2rem);
  }
}
.p-types-body .-unit + .-unit {
  margin-top: 8rem;
}
.p-types-body .-unit a {
  display: block;
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-types-body .-unit a:hover {
    opacity: 1;
  }
  .p-types-body .-unit a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-types-body .-unit .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .c-inner {
    display: block;
    padding: 0 0 0 4rem;
  }
}
.p-types-body .-unit .en {
  position: absolute;
  right: -13.5rem;
  top: -1.5rem;
  z-index: 2;
  width: 35.6rem;
  height: 11.1rem;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .en {
    width: 17.8rem;
    right: 3rem;
    top: -4rem;
  }
}
.p-types-body .-unit .img {
  width: 40.4rem;
  height: 24.8rem;
  margin-top: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .img {
    width: 100%;
    height: auto;
  }
}
.p-types-body .-unit .img img {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-types-body .-unit .txt {
  margin: 0 1rem 0 5.5rem;
  padding: 0 0 2rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #D22D26;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .txt {
    position: static;
    margin: 0 2rem 0 0;
    padding: 2rem 0;
  }
}
.p-types-body .-unit .txt .num {
  position: absolute;
  left: -5.5rem;
  top: -5rem;
  z-index: 0;
  height: 8.3rem;
  z-index: -1;
}
.p-types-body .-unit .txt .num img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .txt .num {
    top: -6.5rem;
    height: 4.8rem;
    left: 2rem;
  }
}
.p-types-body .-unit .txt .ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .txt .ttl {
    font-size: 2.3rem;
    white-space: nowrap;
  }
}
.p-types-body .-unit .txt .ttl .m-small {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .txt .ttl .m-small {
    font-size: 1.8rem;
  }
}
.p-types-body .-unit .txt .ttl .m-red {
  font-size: 3.7rem;
  color: #D22D26;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .txt .ttl .m-red {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .txt .ttl:after {
    content: "";
    background: url(img/icn_arrow_circlered.svg) no-repeat left top/contain;
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    position: relative;
    top: 0.3rem;
  }
}
.p-types-body .-unit .txt .tags {
  margin: 2.5rem 0 3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .txt .tags {
    margin-bottom: 2rem;
  }
}
.p-types-body .-unit .txt .tags .tag {
  color: #fff;
  font-weight: 900;
  padding: 0.6rem 1.2rem;
  background: #707070;
  display: inline-block;
  font-size: 1.8rem;
}
.p-types-body .-unit .txt .detail {
  font-size: 1.5rem;
  line-height: 1.9;
}
.p-types-body .-unit .txt .link {
  margin-top: 1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .txt .link {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit .txt .link img {
    width: 9.9rem;
  }
}
.p-types-body .-unit:nth-of-type(2n):before {
  left: 0;
  right: auto;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit:nth-of-type(2n):before {
    left: auto;
    right: 0;
  }
}
.p-types-body .-unit:nth-of-type(2n) .c-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-types-body .-unit:nth-of-type(2n) .en {
  right: auto;
  left: -12rem;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit:nth-of-type(2n) .en {
    left: auto;
    right: 2rem;
  }
}
.p-types-body .-unit:nth-of-type(2n) .txt {
  margin: 0 4rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit:nth-of-type(2n) .txt {
    margin: 0 2rem 0 0;
  }
}
.p-types-body .-unit:nth-of-type(2n) .txt .num {
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .p-types-body .-unit:nth-of-type(2n) .txt .num {
    left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-spmore {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%);
    padding: 3rem 0;
    position: relative;
    margin-top: -3rem;
  }
  .u-spmore:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #C7C7C7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .u-spmore.is-active {
    background: none;
    margin-top: 0rem;
  }
  .u-spmore .js-more {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 10.5rem;
    height: 4.2rem;
    border: 1px solid #C7C7C7;
    padding: 0 1rem;
    margin: 0 auto;
    background: #fff;
    position: relative;
    font-size: 1.5rem;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) and (min-width: 768px) {
  .u-spmore .js-more:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .u-spmore .js-more:after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    background: url(img/icn_toc_open.svg) no-repeat center center/contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .u-spmore .js-more.is-active {
    margin-top: 0rem;
  }
  .u-spmore .js-more.is-active:after {
    background-image: url(img/icn_toc_close.svg);
  }
}
.gecko .p-interview-fixed .-tab .ff {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}



/* ================== */
/*  サマリー　　　　　*/
/* ================== */
.summary {
  position: relative;
  padding: 4rem 0 5rem;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .summary {
    margin: 0 0 2rem;
    padding: 6rem 0 4rem;
  }
}
.summary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.summary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 50vw - 10px);
  height: 100%;
  background: #FFF;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .summary:after {
    width: calc(100% + 4rem);
  }
}
.summary .summary-headline {
  color: #D22D26;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding: 0 0 0 4.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .summary .summary-headline {
    font-size: 2rem;
    padding-left: 3rem;
  }
}
.summary .summary-headline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #D22D26;
}
.summary .summary-detail {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0 0 0 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .summary .summary-detail {
    padding-left: 3rem;
  }
}
.summary .btn-double {
  margin: 0 auto;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .summary .btn-double {
    gap: 1rem;
    margin-left: 0.8rem;
  }
  .summary .btn-double .btn-internal {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .summary .btn-double .btn-web {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.summary.m-summary:before {
  right: -22rem;
  width: 60.8rem;
  height: 8.9rem;
  background: url(img/txt_summary.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .summary.m-summary:before {
    width: 22.7rem;
    height: 3.3rem;
    left: 0;
    right: 0;
    top: 2px;
    margin: 0 auto;
  }
}
.summary.m-point:before {
  width: 35.1rem;
  height: 8.9rem;
  background: url(img/txt_point.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .summary.m-point:before {
    width: 13rem;
    height: 3.3rem;
    left: 0;
    right: 0;
    top: 2px;
    margin: 0 auto;
  }
}
.summary.m-check:before {
  width: 39.5rem;
  height: 8.9rem;
  background: none;
}
@media screen and (max-width: 767px) {
  .summary.m-check:before {
    width: 14.6rem;
    height: 3.3rem;
    left: 0;
    right: 0;
    top: 2px;
    margin: 0 auto;
  }
}