@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

picture {
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #fff;
}

@font-face {
  font-family: " Roboto ";
  src: url("../font/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf");
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
html {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

html {
  background-color: #000;
}

main {
  overflow: hidden;
}

section {
  position: relative;
}

.header-movie {
  width: 100%;
  overflow: hidden;
}

.header-movie video {
  width: 100vw;
  height: auto;
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 78.125rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.penkiTrigger {
  transform: translateY(-8%) scale(0.8);
  opacity: 0;
  filter: blur(5px);
}

.penkiTrigger.active {
  animation-name: animetionpenki;
  animation-duration: 0.25s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes animetionpenki {
  0% {
    opacity: 0;
    transform: translateY(-8%) scale(0.8);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1);
    filter: blur(0px);
  }
}
.fadeinTrigger {
  opacity: 0;
  transform: scale(1.5);
}

.fadeinTrigger.active {
  animation-name: animetionfadein;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes animetionfadein {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes draw {
  from {
    background: conic-gradient(#fa5000 0% 0%);
  }
  to {
    background: conic-gradient(#fa5000 0% 100%);
  }
}
.pie-graph svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .pie-graph svg {
    width: 29.25rem;
    height: 29.25rem;
  }
}

.js-segment {
  fill: none;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.pie-segment {
  fill: none;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dasharray 1s linear, stroke-dashoffset 1s linear;
}

.pie-fill {
  stroke-width: 24;
}

.pie-stroke {
  stroke-width: 20;
}

.pie-segment20 {
  stroke-opacity: 1;
}

.pie-segment30 {
  stroke-opacity: 0.85;
}

.pie-segment40 {
  stroke-opacity: 0.7;
}

.pie-segment50 {
  stroke-opacity: 0.55;
}

.section-title {
  position: relative;
  z-index: 2;
}
.section-title h2 {
  font-family: " Roboto ";
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.9;
  opacity: 0.4;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 12.5rem;
  }
}

.message {
  padding: 1rem 0 1.875rem;
  background: linear-gradient(30deg, #0081cc, #000000);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .message {
    z-index: 0;
    padding: 0 0 4.375rem;
    background: initial;
  }
}

@media screen and (min-width: 768px) {
  .message .section-title {
    width: 100%;
    text-align: right;
  }
}

.message .section-acssent {
  top: -2.125rem;
  right: -6.875rem;
  width: 16.5rem;
}
@media screen and (min-width: 768px) {
  .message .section-acssent {
    top: -1rem;
    right: -11.875rem;
    width: 33.125rem;
  }
}

.message-img {
  margin-top: 1rem;
  width: 100%;
  position: relative;
  height: 100%;
  max-width: 34.375rem;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .message-img {
    margin: 0;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .message-img picture {
    height: 100%;
    width: 100%;
  }
}

.message-img img {
  width: 32.8125rem;
}
@media screen and (min-width: 768px) {
  .message-img img {
    width: 100%;
    height: 100%;
  }
}

.message-name {
  bottom: 1.875rem;
  right: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .message-name {
    font-size: 1.25rem;
    line-height: 1.75;
    text-align: right;
  }
}

.message-name span {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .message-name span {
    font-size: 2.0625rem;
    line-height: 1.7272727273;
  }
}

.message-texts {
  margin-top: 0.25rem;
  padding: 0 1.75rem 0 2.5rem;
  max-width: 34.375rem;
  margin: 0.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .message-texts {
    padding: 0 3.75rem 0 0;
    width: 100%;
    max-width: 58.5rem;
    margin: 0;
    margin-top: 3rem;
    margin-left: auto;
    position: relative;
  }
}

.message-texts .title {
  font-size: 1.25rem;
  line-height: 1.6818181818;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .message-texts .title {
    font-size: 1.5625rem;
    line-height: 1.44;
  }
}

.message-texts .text {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 2.2142857143;
}
@media screen and (min-width: 768px) {
  .message-texts .text {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 2.4;
  }
}

.info {
  overflow: hidden;
  padding: 3rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .info {
    padding: 26.25rem 0 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .info .section-title {
    position: absolute;
    top: 0;
    left: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .info .section-title h2 {
    font-size: 13.75rem;
    line-height: 1;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}

.info-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2.5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .info-img {
    top: 0;
    width: 100%;
  }
}

.info-img img {
  width: 31rem;
  transform: translateX(-6rem);
}
@media screen and (min-width: 768px) {
  .info-img img {
    width: 100%;
    max-width: 77.5rem;
    margin-left: auto;
    transform: initial;
  }
}

.info .section-acssent {
  top: 1.25rem;
  right: -3.5rem;
  width: 15.25rem;
}
@media screen and (min-width: 768px) {
  .info .section-acssent {
    right: initial;
    top: 1.625rem;
    left: 5.375rem;
    width: 30.625rem;
  }
}

.info-contents {
  padding: 0 1.5625rem;
  max-width: 25rem;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .info-contents {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto 0;
  }
}

.info-contents__top--r,
.info-contents__btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .info-contents__top--r,
  .info-contents__btm {
    gap: 3.125rem;
  }
}

.info-contents__top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .info-contents__top {
    flex-direction: row;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .info-contents__top--l {
    width: 100%;
    max-width: 46.875rem;
  }
}

@media screen and (min-width: 768px) {
  .info-contents__top--r {
    width: 100%;
    max-width: 21.875rem;
  }
}

.info-contents__btm {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .info-contents__btm {
    margin-top: 3.125rem;
  }
}

.info-box {
  width: calc(50% - 0.625rem);
  border: 1px solid #fff;
  padding: 0.5rem 0 1rem;
  height: auto;
  aspect-ratio: 150/116;
}
@media screen and (min-width: 768px) {
  .info-box {
    width: calc((100% - 6.25rem) / 3);
    max-width: 21.875rem;
    padding: 1rem 0 2.375rem;
    aspect-ratio: 350/270;
  }
}

.info-contents__top--l .info-box:nth-of-type(1) {
  width: 100%;
  aspect-ratio: initial;
}
@media screen and (min-width: 768px) {
  .info-contents__top--l .info-box:nth-of-type(1) {
    max-width: 46.875rem;
    aspect-ratio: 750/590;
  }
}

@media screen and (min-width: 768px) {
  .info-contents__top--r .info-box {
    width: 100%;
    max-width: 21.875rem;
  }
}

.info-box__label {
  font-size: 0.7rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .info-box__label {
    font-size: 1.5rem;
    line-height: 1.2857142857;
    padding-left: 1.875rem;
  }
}

.info-box__num {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .info-box__num {
    margin-top: 1.625rem;
  }
}

.info-box__num .gradetion-font {
  text-align: center;
  font-family: " Roboto ";
  font-weight: 700;
  font-size: 3.625rem;
  letter-spacing: -0.025em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .info-box__num .gradetion-font {
    font-size: 8.75rem;
  }
}

.info-box2 .info-box__num,
.info-box5 .info-box__num,
.info-box6 .info-box__num {
  padding-right: 0.75rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .info-box2 .info-box__num,
  .info-box5 .info-box__num,
  .info-box6 .info-box__num {
    margin-top: 5.125rem;
  }
}

.info-box2 .info-box__num .gradetion-font,
.info-box5 .info-box__num .gradetion-font,
.info-box6 .info-box__num .gradetion-font {
  font-size: 2.25rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .info-box2 .info-box__num .gradetion-font,
  .info-box5 .info-box__num .gradetion-font,
  .info-box6 .info-box__num .gradetion-font {
    font-size: 5.625rem;
    padding-right: 0;
  }
}

.info-box__num .num-text {
  position: relative;
}
.info-box__num .num-text .tanni {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .info-box__num .num-text .tanni {
    font-size: 1.875rem;
  }
}

.info-box2 .info-box__num .num-text .tanni,
.info-box5 .info-box__num .num-text .tanni,
.info-box6 .info-box__num .num-text .tanni {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 80%);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .info-box2 .info-box__num .num-text .tanni,
  .info-box5 .info-box__num .num-text .tanni,
  .info-box6 .info-box__num .num-text .tanni {
    transform: translate(0%, 100%);
    font-size: 1.875rem;
    line-height: 1;
  }
}

.info-box__num .num-text .month {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-90%);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .info-box__num .num-text .month {
    font-size: 1.875rem;
  }
}

.info-box__num .num-text .total {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .info-box__num .num-text .total {
    font-size: 1.875rem;
  }
}

.info-box__icon {
  top: 0.75rem;
  right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .info-box__icon {
    top: 1rem;
    right: 1.25rem;
  }
}

.info-box1 .info-box__icon {
  width: 3.5rem;
}
@media screen and (min-width: 768px) {
  .info-box1 .info-box__icon {
    width: 5rem;
  }
}

.info-box2 .info-box__icon {
  width: 4.625rem;
}
@media screen and (min-width: 768px) {
  .info-box2 .info-box__icon {
    width: 10.875rem;
  }
}

.info-box3 .info-box__icon {
  width: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .info-box3 .info-box__icon {
    width: 13.75rem;
  }
}

.info-box4 .info-box__icon {
  width: 3.5rem;
}
@media screen and (min-width: 768px) {
  .info-box4 .info-box__icon {
    width: 8.125rem;
  }
}

.info-box5 .info-box__icon {
  width: 2.875rem;
}
@media screen and (min-width: 768px) {
  .info-box5 .info-box__icon {
    width: 6.5rem;
  }
}

.info-box6 .info-box__icon {
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .info-box6 .info-box__icon {
    width: 8.75rem;
  }
}

.info-box7 .info-box__icon {
  width: 2.75rem;
}
@media screen and (min-width: 768px) {
  .info-box7 .info-box__icon {
    width: 6.375rem;
  }
}

.info-box8 .info-box__icon {
  width: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .info-box8 .info-box__icon {
    width: 12.5rem;
  }
}

.info-box__graph {
  width: 13.625rem;
  margin: 0rem auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info-box__graph {
    width: 29.375rem;
  }
}

.info-box__graph--num {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .info-box__graph--num {
    font-size: 2.5rem;
  }
}

.info-box__graph--num span {
  font-weight: 700;
  font-family: " Roboto ";
  font-size: 1.875rem;
  letter-spacing: -0.01em;
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .info-box__graph--num span {
    font-size: 4.375rem;
  }
}

.info-box__graph--num .js-count {
  display: inline;
}

.info-box__graph--num.years20 {
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .info-box__graph--num.years20 {
    top: 23%;
    right: 1.25rem;
    transform: translateY(0%);
  }
}

.info-box__graph--num.years30 {
  bottom: 0.75rem;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .info-box__graph--num.years30 {
    bottom: 1.125rem;
  }
}

.info-box__graph--num.years40 {
  top: 5.875rem;
  left: -2.5rem;
}
@media screen and (min-width: 768px) {
  .info-box__graph--num.years40 {
    top: 11.25rem;
    left: -4.375rem;
  }
}

.info-box__graph--num.years50 {
  top: 1rem;
  left: 0.5rem;
}
.lifeplan {
  padding: 0.625rem 0 16.25rem;
}
@media screen and (min-width: 768px) {
  .lifeplan {
    padding: 8.125rem 0 9.0625rem;
  }
}

.lifeplan-img {
  width: 100%;
  position: absolute;
  top: 0rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .lifeplan-img {
    top: 0;
    width: 100%;
  }
}

.lifeplan-img img {
  width: 31rem;
}
@media screen and (min-width: 768px) {
  .lifeplan-img img {
    width: 100%;
    max-width: 77.5rem;
  }
}

.lifeplan .section-acssent {
  top: 1.375rem;
  right: -0.5rem;
  width: 17.75rem;
}
@media screen and (min-width: 768px) {
  .lifeplan .section-acssent {
    right: initial;
    top: 13.25rem;
    right: -3rem;
    width: 35.5rem;
  }
}

@media screen and (min-width: 768px) {
  .lifeplan .section-title {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .lifeplan .section-title h2 {
    font-size: 15rem;
  }
}

.lifeplan-contents {
  padding: 0 1.875rem;
  position: relative;
  z-index: 2;
  margin: 4.75rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .lifeplan-contents {
    width: 100%;
    margin: 6.125rem auto 0;
    max-width: 78.125rem;
    padding: 0 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .lifeplan-contents__item {
    display: flex;
    align-items: flex-start;
  }
}

.lifeplan-contents__item:nth-child(n+2) {
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .lifeplan-contents__item:nth-child(n+2) {
    margin-top: 5rem;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .lifeplan-contents__item:nth-child(2n+1) {
    max-width: 56.25rem;
  }
}

@media screen and (min-width: 768px) {
  .lifeplan-contents__item:nth-child(2n) {
    max-width: 53.125rem;
    margin-left: auto;
  }
}

.lifeplan-contents__item--img {
  padding: 0 0.9375rem 0.9375rem 0;
  width: 15rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lifeplan-contents__item--img {
    padding: 0 1.25rem 1.25rem 0;
    width: 20.625rem;
    margin: 3rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .lifeplan-contents__item:nth-child(2n+1) .lifeplan-contents__item--img {
    margin-right: -5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .lifeplan-contents__item:nth-child(2n) .lifeplan-contents__item--img {
    margin-left: -5rem;
  }
}

.lifeplan-contents__item--img img {
  position: relative;
  z-index: 2;
}

.lifeplan-contents__item--img::after {
  content: "";
  display: block;
  width: calc(100% - 0.9375rem);
  height: calc(100% - 0.9375rem);
  background-color: #bb0e38;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .lifeplan-contents__item--img::after {
    width: calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
  }
}

.lifeplan-contents__item--text {
  border: 2px solid #fff;
  padding: 1.375rem 1.25rem 1.5rem 1.875rem;
  font-size: 0.8125rem;
  line-height: 2.4615384615;
  letter-spacing: 0.05em;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .lifeplan-contents__item--text {
    width: 100%;
    max-width: 37.5rem;
    padding: 2rem 2rem 2rem 7.5rem;
    margin-top: 0;
    font-size: 1rem;
    line-height: 2.1176470588;
  }
}

@media screen and (min-width: 768px) {
  .lifeplan-contents__item:nth-child(2n) .lifeplan-contents__item--text {
    padding: 2rem 6.25rem 2rem 4.5rem;
  }
}

.lifeplan-subtitle {
  position: absolute;
  bottom: -0.625rem;
  left: 0rem;
  width: 100%;
  max-width: 24.625rem;
}
@media screen and (min-width: 768px) {
  .lifeplan-subtitle {
    bottom: -7.5rem;
    left: -1.25rem;
    max-width: 50.75rem;
  }
}

.careerstep {
  padding: 1.5rem 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .careerstep {
    padding: 9.125rem 0 10.375rem;
  }
}

.careerstep-img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 39.4375rem;
}
@media screen and (min-width: 768px) {
  .careerstep-img {
    top: 0;
    width: 100%;
  }
}

.careerstep-img img {
  width: 39.4375rem;
}
@media screen and (min-width: 768px) {
  .careerstep-img img {
    width: 100%;
    max-width: 77.5rem;
    margin-left: auto;
  }
}

.careerstep .section-acssent {
  top: 5.125rem;
  right: 0rem;
  width: 15.375rem;
}
@media screen and (min-width: 768px) {
  .careerstep .section-acssent {
    right: initial;
    top: 15.125rem;
    right: initial;
    left: -6.5rem;
    width: 30.75rem;
  }
}

.careerstep-contents {
  max-width: 74.0625rem;
  padding: 17.5rem 1.875rem 0;
  position: relative;
  z-index: 5;
  overflow-x: auto;
  align-items: flex-start;
  gap: 1.625rem;
  margin-top: -16.875rem;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .careerstep-contents {
    width: 100%;
    max-width: 81.25rem;
    padding: 11.875rem 1.5625rem 0;
    gap: 1.875rem;
    overflow-x: initial;
    margin: -16.875rem auto 0;
  }
}

/*Google Chrome、Safariへの対応*/
.careerstep-contents::-webkit-scrollbar {
  display: none;
}

.careerstep-contents__item {
  position: relative;
  z-index: 2;
  width: 16.3125rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .careerstep-contents__item {
    width: calc((100% - 5.625rem) / 4);
  }
}

.careerstep-contents__item:nth-of-type(1) {
  margin-top: 6.625rem;
}
@media screen and (min-width: 768px) {
  .careerstep-contents__item:nth-of-type(1) {
    margin-top: 19.375rem;
  }
}

.careerstep-contents__item:nth-of-type(2) {
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .careerstep-contents__item:nth-of-type(2) {
    margin-top: 16.25rem;
  }
}

.careerstep-contents__item:nth-of-type(3) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .careerstep-contents__item:nth-of-type(3) {
    margin-top: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .careerstep-contents__item:nth-of-type(4) {
    margin-top: 11.5rem;
  }
}

.careerstep-contents__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70.3125rem;
  z-index: 0;
}
.interview {
  padding: 1.25rem 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .interview {
    padding: 22.8125rem 0 12.5rem;
  }
}

.interview-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .interview-img {
    top: 0;
    width: 100%;
  }
}

.interview-img img {
  width: 31rem;
}
@media screen and (min-width: 768px) {
  .interview-img img {
    width: 100%;
    max-width: 77.5rem;
  }
}

.interview .section-acssent {
  top: 1.5rem;
  right: -4.75rem;
  width: 21.25rem;
}
@media screen and (min-width: 768px) {
  .interview .section-acssent {
    right: initial;
    top: 6rem;
    right: 2.875rem;
    width: 42.5rem;
  }
}

@media screen and (min-width: 768px) {
  .interview .section-title {
    position: absolute;
    top: 0;
    right: -1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .interview .section-title h2 {
    line-height: 1;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}

.interview-contents {
  padding: 0 1.75rem;
  margin: 5rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .interview-contents {
    padding: 0 3.75rem 0 4.6875rem;
    margin: 0 auto;
    max-width: 90rem;
  }
}
@media screen and (min-width: 1024px) {
  .interview-contents {
    padding: 0 7.5rem 0 9.375rem;
  }
}

.interview-contents__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interview-contents__item {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .interview-contents__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.interview-contents__item:nth-child(n+2) {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .interview-contents__item:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.interview-contents__item--movie {
  padding: 0 0.625rem 0.625rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .interview-contents__item--movie {
    padding: 0 1.25rem 1.25rem 0;
    width: 100%;
    max-width: 41.875rem;
  }
}

.interview-contents__item--movie::after {
  content: "";
  display: block;
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  background-color: #8dc73f;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .interview-contents__item--movie::after {
    width: calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
  }
}

.interview-contents__item--movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 308/190;
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .interview-contents__item--movie iframe {
    aspect-ratio: 650/400;
  }
}

.interview-contents__item--texts {
  text-align: center;
  padding: 0.75rem 0 0.625rem;
  border-bottom: 2px solid #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interview-contents__item--texts {
    padding: 0rem 0.5rem 1rem 1rem;
    text-align: left;
    margin-top: 13.125rem;
    max-width: 23.125rem;
  }
}

@media screen and (min-width: 768px) {
  .interview-contents__item:nth-child(2n) .interview-contents__item--texts {
    padding: 0rem 1rem 1rem 0.5rem;
    margin-top: 3.125rem;
  }
}

.interview-contents__item--texts .title {
  color: #8dc73f;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .interview-contents__item--texts .title {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}

.interview-contents__item--texts .text {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .interview-contents__item--texts .text {
    font-size: 1.0625rem;
    line-height: 1.8823529412;
    margin-top: 0.625rem;
  }
}

.brand {
  padding: 1.625rem 0 20.25rem;
}
@media screen and (min-width: 768px) {
  .brand {
    padding: 8rem 0 11.25rem;
  }
}

.brand-img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .brand-img {
    top: 0;
    width: 100%;
  }
}

.brand-img img {
  width: 31rem;
}
@media screen and (min-width: 768px) {
  .brand-img img {
    width: 100%;
    max-width: 77.5rem;
    margin-left: auto;
  }
}

.brand .section-acssent {
  top: -0.75rem;
  right: -0.625rem;
  width: 19.5625rem;
}
@media screen and (min-width: 768px) {
  .brand .section-acssent {
    right: initial;
    top: 4.375rem;
    right: initial;
    left: -1.875rem;
    width: 43.5rem;
  }
}

.brand-contents {
  margin-top: 2rem;
  margin: 2rem auto 0;
  max-width: 28.125rem;
  padding: 0 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .brand-contents {
    width: 100%;
    max-width: 75rem;
    padding: 0 1.5625rem;
    margin: 1.5rem auto 0;
    gap: 4.75rem 3.125rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5.625rem;
  }
}

.brand-contents__group {
  position: relative;
}
@media screen and (min-width: 768px) {
  .brand-contents__group {
    width: 100%;
    max-width: 21.875rem;
  }
}

@media screen and (min-width: 768px) {
  .brand-contents__group.top-group {
    max-width: initial;
  }
}

.brand-contents__group--title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .brand-contents__group--title {
    font-size: 1.875rem;
    line-height: 1.7333333333;
  }
}

.brand-contents__group--list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .brand-contents__group--list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.125rem;
  }
}

.brand-contents__group--list li {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .brand-contents__group--list li {
    max-width: 21.875rem;
  }
}

.brand-contents__group--list li p {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0%);
  z-index: 2;
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .brand-contents__group--list li p {
    font-size: 1.375rem;
    line-height: 1.7272727273;
  }
}

@media screen and (min-width: 768px) {
  .brand-contents__group--list li img {
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .brand-contents__group--list li a:hover img {
    transform: scale(1.2);
  }
}

.brand-contents__group--list li:hover a {
  opacity: 1;
}

.brand-contents__btn {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .brand-contents__btn {
    flex-direction: row;
  }
}

.brand-contents__btn .btn {
  width: 90%;
  border: 2px solid #fff;
  border-radius: 1.875rem;
  overflow: hidden;
  max-width: 18.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand-contents__btn .btn {
    width: 100%;
    max-width: initial;
  }
}

.brand-contents__btn .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.625rem 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .brand-contents__btn .btn a {
    font-size: 1rem;
    padding: 0.75rem 0.5rem;
  }
}

.brand-contents__btn .btn a:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}

.brand-subtitle {
  position: absolute;
  bottom: 0.625rem;
  right: 0.8125rem;
  width: 100%;
  max-width: 19.625rem;
}
@media screen and (min-width: 768px) {
  .brand-subtitle {
    bottom: 15.75rem;
    right: -0.625rem;
    max-width: 39.25rem;
  }
}

.recruit {
  padding: 0.625rem 0 5.625rem;
}
@media screen and (min-width: 768px) {
  .recruit {
    padding: 7.5rem 0 12rem;
  }
}

.recruit-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recruit-img {
    top: 0;
    width: 100%;
  }
}

.recruit-img img {
  width: 31rem;
}
@media screen and (min-width: 768px) {
  .recruit-img img {
    width: 100%;
    max-width: 77.5rem;
  }
}

.recruit .section-acssent {
  top: 2.5rem;
  right: -2.875rem;
  width: 13.9375rem;
}
@media screen and (min-width: 768px) {
  .recruit .section-acssent {
    right: initial;
    top: 14.375rem;
    right: -6.25rem;
    width: 27.875rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit .section-title h2 {
    line-height: 1;
    text-align: right;
  }
}

.recruit .section-title p {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.025em;
  text-align: right;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .recruit .section-title p {
    font-size: 6.25rem;
  }
}

.recruit-contents {
  padding: 0 2.375rem;
  margin: 2.25rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .recruit-contents {
    width: 100%;
    max-width: 81.25rem;
    padding: 0 1.5625rem;
    margin: 0rem auto 0;
    display: flex;
    align-items: flex-start;
    gap: 4.5rem;
  }
}

.recruit-contents__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit-contents__item {
    transition: 0.3s;
    width: 100%;
  }
}

.recruit-contents__item:hover a {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .recruit-contents__item:hover {
    transform: scale(1.2);
  }
}

.recruit-contents__item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-contents__item:nth-child(n+2) {
    margin-top: 6.25rem;
  }
}

.recruit-contents__item--texts {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.25rem;
  width: 100%;
}
.recruit-contents__item--texts .texts-wrap {
  position: relative;
  z-index: 1;
}

.recruit-contents__item--texts p {
  font-weight: 600;
  font-size: 2.75rem;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  color: #ff9900;
}
.recruit-contents__item--texts p span {
  font-size: 1.75rem;
  display: block;
}
.recruit-contents__item--texts h3 {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.company {
  padding: 0.75rem 0 11.875rem;
}
@media screen and (min-width: 768px) {
  .company {
    padding: 12.5rem 0 3.75rem;
  }
}

.company-img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-img {
    top: 0;
    width: 100%;
  }
}

.company-img img {
  width: 31rem;
}
@media screen and (min-width: 768px) {
  .company-img img {
    width: 100%;
    max-width: 77.5rem;
    margin-left: auto;
  }
}

.company .section-acssent {
  top: 1.5625rem;
  right: -0.75rem;
  width: 14.375rem;
}
@media screen and (min-width: 768px) {
  .company .section-acssent {
    top: 41.25rem;
    right: initial;
    left: -2.25rem;
    width: 27.875rem;
  }
}

@media screen and (min-width: 768px) {
  .company .section-title {
    position: absolute;
    top: 0;
    left: -1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .company .section-title h2 {
    line-height: 1;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}

.company-contents {
  padding: 0 2.375rem;
  position: relative;
  margin: 9.375rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .company-contents {
    width: 100%;
    max-width: 78.125rem;
    padding: 0 1.5625rem;
    margin: 0;
    margin-left: 11.25rem;
  }
}

.company-contents table,
.company-contents tbody {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-contents table,
  .company-contents tbody {
    max-width: 50rem;
  }
}

@media screen and (min-width: 768px) {
  .company-contents table {
    margin-left: 10rem;
    margin-right: auto;
  }
}

.company-contents table tr {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fff;
  padding: 0.75rem 0.25rem 0.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-contents table tr {
    flex-direction: row;
    padding: 0.75rem 2.5rem;
  }
}

.company-contents table tr:last-child {
  border-bottom: 1px solid #fff;
}

.company-contents table tr th,
.company-contents table tr td {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .company-contents table tr th,
  .company-contents table tr td {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}

.company-contents table tr th {
  color: #9fa0a0;
}
@media screen and (min-width: 768px) {
  .company-contents table tr th {
    width: 6.25rem;
  }
}

.company-contents table tr td a {
  color: #0000ff;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .company-contents table tr td {
    width: calc(100% - 6.25rem);
  }
}

.company-contents__btm {
  width: 100%;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .company-contents__btm {
    max-width: 50rem;
    margin: 2.25rem auto 0 10rem;
  }
}

.company-contents__btm iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .company-contents__btm iframe {
    aspect-ratio: 800/303;
  }
}

.company-subtitle {
  margin-top: 0.875rem;
  padding-left: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-subtitle {
    margin-top: 1.75rem;
    font-size: 5.625rem;
    max-width: 78.125rem;
    margin-left: auto;
  }
}

.company-subtitle span {
  font-size: 1.375rem;
  line-height: 1.7307692308;
}
@media screen and (min-width: 768px) {
  .company-subtitle span {
    font-size: 4.5rem;
  }
}

.company-subtitle .fadeinTrigger {
  display: inline-block;
  background: linear-gradient(-90deg, #f3ad4d, #ffed8f);
  background: -webkit-linear-gradient(180deg, #f3ad4d, #ffed8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.gradetion-font {
  display: inline-block;
  background: linear-gradient(90deg, #fb501f, #7d0f00);
  background: -webkit-linear-gradient(0deg, #fb501f, #7d0f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*# sourceMappingURL=style.css.map */
