@charset "UTF-8";
@keyframes loadingCircle {
  0% {
    transform: scale(0.8);
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes fade-up {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-25px);
    opacity: 0;
  }
}
@keyframes zoom-in {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce-up {
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes arrow-height--step {
  50% {
    opacity: 1;
    height: 100px;
  }
  100% {
    height: 360px;
    opacity: 1;
  }
}
@keyframes arrow-head--step {
  50% {
    top: calc(100% + 20px + 100px);
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: calc(100% + 20px + 360px);
  }
}
@keyframes arrow-height--career01 {
  50% {
    opacity: 1;
    height: 100px;
  }
  100% {
    height: 395px;
    opacity: 1;
  }
}
@keyframes arrow-head--career01 {
  50% {
    top: calc(100% + 20px + 100px);
    opacity: 1;
  }
  100% {
    top: calc(100% + 20px + 395px);
    opacity: 1;
  }
}
@keyframes arrow-height--career02 {
  50% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 165px;
    opacity: 1;
  }
}
@keyframes arrow-head--career02 {
  50% {
    top: calc(100% + 20px + 100px);
    opacity: 1;
  }
  100% {
    top: calc(100% + 20px + 165px);
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  animation: fade-in 0.8s ease-out forwards;
  animation-delay: 4.7s;
}

.fade-up {
  transform: translateY(25px);
  opacity: 0;
}
.fade-up--delay-1s {
  animation-delay: 0.6s;
}

.zoom-in {
  transform: scale(0.5);
  opacity: 0;
}

.bounce-up {
  transform: translateY(25px);
  opacity: 0;
}
.bounce-up--delay-1s {
  animation-delay: 0.6s;
}

.start.fade-up {
  animation-name: fade-up;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.start.bounce-up {
  animation-name: bounce-up;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.start.zoom-in {
  animation-name: zoom-in;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.top .top__heading__text.step-one {
  animation-delay: 1s;
}
.top .top__heading__text.step-two {
  animation-delay: 1.6s;
}
.top .sagawa_find .step-one {
  animation-delay: 2.4s;
}
.top .sagawa_find .step-two {
  animation-delay: 2.8s;
}
.top .sagawa_find .step-three {
  animation-delay: 3.6s;
}
.top .top__heading__svg svg {
  animation-delay: 4.2s !important;
}

html {
  scroll-behavior: smooth;
}

.word-wrap {
  display: inline-block;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper.fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: initial;
  align-items: center;
  padding: 20px 0;
  height: 100dvh;
  justify-content: space-between;
  pointer-events: none;
}

.btn--circle {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EA6D6D;
  transition-duration: 0.4s;
}
.btn--circle .minus {
  display: block;
}
.btn--circle.active {
  background-color: #839ED8;
}
.btn--circle.active .minus {
  display: none;
}

.link-icon {
  margin-left: 10px;
  display: inline-flex;
  width: 12px;
  height: 10px;
  border: solid 1px #ffffff;
  position: relative;
}
.link-icon::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  position: absolute;
  right: 2px;
  bottom: -4px;
}

.highlight {
  text-decoration: underline;
  text-decoration-color: #EA6D6D;
  text-underline-offset: 10px;
  text-decoration-thickness: 4px;
  white-space: nowrap;
}

@media (hover: hover) {
  .entry--circle:hover {
    background-color: #4351A2;
    color: #ffffff;
  }
  .entry--circle:hover::after {
    transform: rotate(45deg) translate(3px, -3px);
  }
  .entry--rect:hover {
    background-color: #ffffff;
    color: #EA6D6D;
  }
}
.entry {
  cursor: pointer;
  background-color: #EA6D6D;
  color: #ffffff;
  font-family: "Red Hat Display", serif;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1.95px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.25));
  will-change: transform;
  transform: translateZ(0);
}
.entry.detail {
  line-height: 0.5;
  padding-bottom: 10px;
}
.entry.detail .font-ja {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.entry--rect {
  width: 60vw;
  height: clamp(4.375rem, 3.693rem + 3.41vw, 6.25rem);
  max-width: 600px;
  min-width: 340px;
  font-size: clamp(1.063rem, 0.938rem + 0.63vw, 1.5rem);
  letter-spacing: clamp(0.212rem, 0.181rem + 0.16vw, 0.3rem);
  border-radius: 20px;
  margin: 0 auto;
  transition-duration: 0.2s;
}
.entry--circle {
  margin: 0 0 0 auto;
  font-size: clamp(0.813rem, 0.696rem + 0.48vw, 1.125rem);
  width: clamp(6.25rem, 5.739rem + 2.1vw, 7.625rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: visible;
  position: absolute;
  bottom: 5vw;
  right: 5vw;
  transition-duration: 0.2s;
}
.entry--circle::after {
  content: "";
  text-align: center;
  width: 8px;
  height: 8px;
  margin: 6px calc(50% - 6px) -6px;
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  transform: rotate(45deg);
  transition-duration: 0.2s;
}
.entry .ja {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  font-size: 10px;
  display: block;
  letter-spacing: 1px;
  margin-top: 5px;
}

img {
  vertical-align: bottom;
}

.font-en.fc-red, .font-ja.fc-red {
  color: #EA6D6D;
}
.font-en.fc-white, .font-ja.fc-white {
  color: #ffffff;
}
.font-en.fc-blue-m, .font-ja.fc-blue-m {
  color: #4351A2;
}
.font-en.fc-blue-1, .font-ja.fc-blue-1 {
  color: #839ED8;
}
.font-en.fc-blue-2, .font-ja.fc-blue-2 {
  color: #C2D8FC;
}
.font-en {
  font-family: "Red Hat Display", serif;
}
.font-en.en--heading {
  /* /欧文/＜欧文＞大タイトル */
  color: #4351A2;
  font-size: clamp(3rem, 2.257rem + 3.05vw, 5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 130%; /* 62.4px */
  letter-spacing: clamp(0.45rem, 0.364rem + 0.43vw, 0.75rem);
}
.font-en.en--sml-italic {
  /* SP/欧文/＜欧文＞小イタリック */
  color: #4351A2;
  font-family: "Red Hat Display", serif;
  text-align: center;
  font-size: clamp(0.75rem, 0.611rem + 0.57vw, 1.125rem);
  text-align: center;
  font-style: italic;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
  letter-spacing: clamp(0.15rem, 0.123rem + 0.14vw, 0.225rem);
}
.font-ja {
  font-family: "Zen Kaku Gothic New", serif;
}
.font-ja.ja--title { /* ＜和文＞大タイトル */
  color: #4351A2;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(0.875rem, 0.782rem + 0.38vw, 1.125rem);
  font-weight: 700;
  line-height: clamp(0px, 50px - (100vw - 390px) * 0.0476, 50px);
  letter-spacing: clamp(0.131rem, 0.121rem + 0.05vw, 0.169rem);
}
.font-ja.ja--heading { /* ＜和文＞大見出し */
  font-size: clamp(1.375rem, 0.957rem + 1.71vw, 2.5rem);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: clamp(0.206rem, 0.158rem + 0.24vw, 0.375rem);
}
.font-ja.ja--sub-heading { /* ＜和文＞小見出し */
  color: #4351A2;
  font-size: clamp(1.375rem, 1.189rem + 0.76vw, 1.875rem);
  font-weight: 700;
  line-height: 170%; /* 51px */
  text-align: center;
  letter-spacing: clamp(0.206rem, 0.179rem + 0.14vw, 0.281rem);
}
.font-ja.ja--main { /* ＜和文＞本文（大） */
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  font-size: clamp(1rem, 0.954rem + 0.19vw, 1.125rem);
  font-weight: 700;
  line-height: 210%;
  letter-spacing: 2.4px;
}
.font-ja.ja--mid-main { /* ＜和文＞本文（中） */
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-size: clamp(0.875rem, 0.782rem + 0.38vw, 1.125rem);
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  letter-spacing: clamp(0.087rem, 0.078rem + 0.05vw, 0.113rem);
  text-align: justify;
}
.font-ja.ja--sml-main {
  /* ＜和文＞本文（小） */
  text-align: justify;
  font-size: clamp(0.875rem, 0.852rem + 0.1vw, 0.938rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1.837rem, 1.827rem + 0.05vw, 1.875rem);
  letter-spacing: 1.4px;
}
.font-ja.ja--interview {
  color: #000000;
  /* ＜和文＞インタビュー本文 */
  font-size: 15px;
  font-weight: 500;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}
.font-note {
  color: #000000;
  /* ＜和文＞注釈 */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 20.4px */
  letter-spacing: 1.8px;
  text-align: left;
}
.font-red {
  color: #EA6D6D;
}
.font-brackets-h {
  margin-left: -10px;
}
.font-brackets-f {
  margin-right: -10px;
}

.main__nav {
  z-index: 99;
  pointer-events: visible;
  width: calc(100vw - 30px);
  max-width: 1440px;
  height: 50px;
  max-height: clamp(42.188rem, 41.226rem + 3.94vw, 43.75rem);
  background-color: #4351A2;
  border-radius: 25px;
  fill: var(--4351A2, #4351A2);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
  will-change: transform;
  overflow-y: hidden;
  transition-duration: 0.6s;
  transition-duration: 1s;
}
.main__nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 5px 16px;
  row-gap: 20px;
  transition-duration: 1s;
}
.main__nav__item.heading {
  width: 100%;
  max-height: 32px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main__nav__item .sagawa__logo {
  max-height: 50px;
  line-height: 0;
}
.main__nav__item .sagawa__logo a {
  vertical-align: middle;
  text-decoration: none;
  height: 18px;
  display: inline-block;
}
.main__nav__item .sagawa__newgrad {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #ffffff;
}
.main__nav .hamburger__btn {
  height: 16px;
  width: 16px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main__nav .hamburger__btn__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.main__nav .hamburger__lists {
  margin-top: -2px;
  overflow: hidden;
  height: 0px;
  padding-bottom: 20px;
  width: 100%;
  transition-delay: 1s;
}
.main__nav .hamburger__item {
  flex-direction: row;
  -moz-column-gap: 60px;
       column-gap: 60px;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%; /* 16.9px */
  letter-spacing: 1.95px;
}
.main__nav .hamburger__item__title {
  padding: 20px clamp(0.938rem, 0.58rem + 1.79vw, 2.188rem);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 70;
  line-height: normal;
  letter-spacing: 1.95px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main__nav .hamburger__item__title .adjustment {
  display: block;
  font-size: 13px;
  font-weight: 70;
  line-height: normal;
  letter-spacing: 1.95px;
  margin-top: 10px;
  font-style: normal;
}
.main__nav .hamburger__item__title:not(.accordion)::after {
  content: "";
  display: inline-block;
  margin: 0 10px 0 auto;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
.main__nav .hamburger__item__title .btn--circle.active {
  background-color: #ffffff;
}
.main__nav .hamburger__item__title .btn--circle.active svg path {
  stroke: #4351A2;
}
.main__nav .hamburger__item__title--en {
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.45px;
  margin-right: 20px;
}
.main__nav .hamburger__item .accordion__list {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.6s;
}
.main__nav .hamburger__item .accordion__inner {
  overflow: hidden;
}
.main__nav .hamburger__item .accordion__item {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main__nav .hamburger__item .accordion__item a {
  width: 92.5%;
  padding: 20px 35px;
}
.main__nav .hamburger__item .accordion__item::after {
  content: "";
  display: inline-block;
  margin: 0 10px 0 auto;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  margin: 0 35px 0 auto;
}
.main__nav .hamburger__item.active .accordion__list {
  grid-template-rows: 1fr;
}
.main__nav .hamburger__links__item {
  font-family: "Zen Kaku Gothic New";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 215.385% */
}
.main__nav .hamburger__links__item.link--entry {
  margin: 30px 0 20px;
}
.main__nav .hamburger__links__item.link:not(.link--entry) {
  padding: 10px 20px;
}
.main__nav .hamburger__links__item.link--coporate {
  text-align: center;
}
.main__nav.active {
  overflow-y: scroll;
  height: 100%;
}
.main__nav.active .hamburger__btn__line:first-of-type {
  transform-origin: 0 5px;
  transform: rotate(45deg);
}
.main__nav.active .hamburger__btn__line:nth-of-type(2) {
  display: none;
}
.main__nav.active .hamburger__btn__line:last-of-type {
  transform-origin: 0 -3px;
  transform: rotate(-45deg);
}
.main__nav.active .hamburger__lists {
  display: block;
  height: 100%;
}
.main__nav.active .hamburger__item {
  display: block;
}

main {
  overflow-x: hidden;
}

.section {
  width: 100%;
  padding-bottom: 60px;
  padding-top: clamp(5rem, 3.036rem + 9.82vw, 11.875rem);
  font-feature-settings: "palt" 1;
  color: #000000;
}
.section .sagawa-font {
  font-family: "Red Hat Display", serif;
  font-weight: 700;
}
.section .color-heading {
  display: inline-block;
  padding: 9px 35px 11px;
  margin: 0 auto;
  background-color: #EA6D6D;
  border-radius: 20px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.section .color-heading.blue {
  background-color: #839ED8;
}
.section__header {
  margin: 0 clamp(2.5rem, -0.714rem + 16.07vw, 13.75rem);
  margin-bottom: clamp(6.25rem, 4.464rem + 8.93vw, 12.5rem);
}
.section__header .header__title {
  display: block;
}
.section__header .header__intro {
  margin-top: clamp(4.25rem, 3.179rem + 5.36vw, 8rem);
}
.section__header .header__text {
  margin-top: clamp(1.875rem, 1.696rem + 0.89vw, 2.5rem);
}
.section .content__block__text {
  color: #4351A2;
}
.section .link__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  justify-content: center;
}
.section .link__item {
  width: 100%;
  max-width: 300px;
}
.section .link__item:first-of-type .link__item__anchor {
  font-size: 15.5px;
}
.section .link__item__badge {
  display: block;
  width: 40px;
  margin: 0 auto -20px;
  padding: 14px 0;
  background-color: #EA6D6D;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 99;
}
.section .link__item__anchor {
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 40px 1px 5px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #4351A2;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition-duration: 0.25s;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
  will-change: transform;
}
.section .link__item__anchor:hover {
  color: #ffffff;
  background-color: #4351A2;
}
.section .link__item__anchor:hover.link__item__anchor:after {
  border-color: #ffffff;
}
.section .link__item__anchor:after {
  content: "";
  display: block;
  text-align: center;
  margin: 15px auto;
  width: 10px;
  height: 10px;
  border-left: solid 2px #4351A2;
  border-bottom: solid 2px #4351A2;
  transform: rotate(-45deg);
}
.section .frame {
  width: 90%;
  max-width: 1240px;
  border-radius: 40px;
  padding: 0 clamp(1.125rem, -0.696rem + 9.11vw, 7.5rem);
  padding-top: clamp(3.75rem, 3.214rem + 2.68vw, 5.625rem);
  padding-bottom: clamp(3.75rem, 2.857rem + 4.46vw, 6.875rem);
  margin: 0 auto;
  background-color: #EA6D6D;
}
.section .frame__header__intro {
  margin-bottom: clamp(0.625rem, 0.446rem + 0.89vw, 1.25rem);
}
.section .frame__content__block {
  text-align: center;
}
.section .frame--outline {
  background-color: #ffffff;
  border: solid 3px #4351A2;
  position: relative;
}
.section .frame--outline:not(:last-of-type) {
  margin-bottom: clamp(3.75rem, 3.068rem + 3.41vw, 5.625rem);
}
.section .frame--outline__badge {
  position: absolute;
  top: clamp(-30px, -6vh, -20px);
  left: clamp(-20px, -3vw, -10px);
  display: flex;
  padding-top: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: clamp(4.375rem, 3.42rem + 4.77vw, 7rem);
  aspect-ratio: 1/1;
  border-radius: 70px;
  border: solid 3px #4351A2;
  background-color: #ffffff;
}
.section .frame--outline__badge .badge__text {
  display: block;
}
.section .flow__tab-heading__list {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.6px;
}
.section .flow__tab-heading__item {
  width: 30%;
  border-radius: 10px 10px 0 0;
  opacity: 1;
  padding: 8px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  cursor: pointer;
}
.section .flow__tab-heading__item.active {
  opacity: 1;
}
.section .flow__tab-heading__item:first-of-type {
  background-color: #C2D8FC;
}
.section .flow__tab-heading__item:nth-of-type(2) {
  background-color: #FFE4A9;
}
.section .flow__tab-heading__item:nth-of-type(3) {
  background-color: #FFD7C4;
}
.section .flow .step_inner {
  background-color: #ECEFF7;
}
.section .flow__inner {
  padding: 40px 0 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.section .flow__type__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 0 5%;
}
.section .flow__type__item {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  display: none;
}
.section .flow__type__item.active {
  display: block;
}
.section .flow__type__item::before {
  content: "";
  display: block;
  width: 130px;
  background-color: #FFE4A9;
  position: absolute;
  z-index: -1;
  left: calc(50% - 65px);
  top: calc(100% + 20px);
  height: 100px;
  opacity: 0;
}
.section .flow__type__item::after {
  content: "";
  display: block;
  width: 130px;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 30px solid #FFE4A9;
  position: absolute;
  left: calc(50% - 65px);
  opacity: 0;
  top: calc(100% + 20px + 100px);
}
.section .flow__phase__list {
  bottom: 100px;
  width: 100%;
  padding: 0 5%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  z-index: 1;
  animation-delay: 0.6s;
}
.section .flow__phase__item {
  padding: 10px 0 10px;
  background-color: #4351A2;
}
.section .flow__phase__item.red {
  background-color: #EA6D6D;
}
.section .flow__phase__item:not(.transparent) {
  display: none;
}
.section .flow__phase__item.transparent {
  opacity: 0;
}
.section .flow__phase__item.transparent:not(.active) {
  animation: fade-out 0.8s ease-out forwards;
}
.section .flow__phase__item.active {
  display: block;
}
.section .flow__phase__item.active.transparent {
  opacity: 1;
}
.section .point__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 20px;
  margin-bottom: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
}
.section .point__item__circle-graph {
  width: 240px;
  aspect-ratio: 1/1;
  background-color: #839ED8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section .point__item__text {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  letter-spacing: 2.7px;
}
.section .point__item__text .font-note {
  display: block;
  text-align: center;
  color: #ffffff;
}
.section .point__item__text .font-ja {
  color: #ffffff;
}
.section .point__item__text .font-en {
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 3.15px;
}
.section .point__item__description {
  color: var(--4351A2, #4351A2);
  font-size: 14px;
  font-weight: 500;
  line-height: 200%; /* 28px */
  text-align: justify;
  letter-spacing: 1.4px;
  margin: 20px auto 0;
  max-width: 230px;
}
.section__list {
  width: 100%;
}
.section__list__heading {
  background-color: #4351A2;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__list__heading-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 2.7px;
}
.section__list__inner {
  background-color: #ECEFF7;
}
.section__list-box {
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 240%;
  letter-spacing: 0.75px;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 80px;
       column-gap: 80px;
  padding: 28px 0 56px 5%;
}
.section__list-box__button {
  width: 100%;
  height: 50px;
  margin-top: 1px;
  background-color: #ECEFF7;
  color: #4351A2;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
}
.section__entry {
  background-color: #ECEFF7;
  margin: 0 auto;
  padding: clamp(4.063rem, 3.438rem + 3.13vw, 6.25rem) 0;
}
.section .check p {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: middle;
  color: #4351A2;
  line-height: 150%;
}
.section .checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: solid 3px #4351A2;
  margin-right: 20px;
}
.section .checkbox::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-left: 3px solid #4351A2;
  border-bottom: 3px solid #4351A2;
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
  left: 2px;
}

.top {
  width: 100vw;
  height: 100svh;
  min-height: 560px;
  max-height: 844px;
  padding: clamp(4.688rem, 4.598rem + 0.45vw, 5rem) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.top .wrapper {
  position: relative;
  align-items: center;
  height: 90%;
  width: 88vw;
  max-width: 930px;
  max-height: 650px;
}
.top .wrapper::after {
  content: "";
  overflow: hidden;
  display: block;
  width: 80vw;
  height: 80vw;
  min-width: 300px;
  min-height: 300px;
  max-width: 600px;
  max-height: 600px;
  border-radius: 50%;
  background-color: #ECEFF7;
  position: absolute;
  z-index: -1;
  animation: loadingCircle 1s ease-out forwards;
}
.top__heading {
  text-align: center;
}
.top__heading .step {
  display: inline-block;
}
.top__heading__text {
  display: block;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.161rem + 1.7vw, 2.688rem);
  letter-spacing: clamp(0.15rem, 0.116rem + 0.17vw, 0.269rem);
  line-height: 1.7;
}
.top__heading__text.sagawa_find .step:not(:last-of-type) {
  margin-right: -10px;
}
.top__heading__text.sagawa_find .step-one {
  color: #4351A2;
  font-size: clamp(1.625rem, 1.193rem + 2.16vw, 2.813rem);
}
.top__heading__text.sagawa_find .step-three {
  color: #EA6D6D;
}
.top__heading__svg svg {
  height: clamp(0.938rem, 0.67rem + 1.34vw, 1.875rem);
  margin-top: clamp(10px, 5vw, 20px);
}
.top__img__list {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}
.top__img__item {
  position: absolute;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top__img__item.step-one {
  animation-delay: 1.5s;
}
.top__img__item.step-two {
  animation-delay: 1.8s;
}
.top__img__item.step-three {
  animation-delay: 2.1s;
}
.top__img__item.step-four {
  animation-delay: 2.4s;
}
.top__img__item.step-five {
  animation-delay: 2.7s;
}
.top__img__item.step-six {
  animation-delay: 3s;
}
.top__img__item.step-seven {
  animation-delay: 3.3s;
}
.top__img__item.truck-0 {
  top: 18%;
  left: 0.5%;
}
.top__img__item.truck-0 img {
  width: 25vw;
  min-width: 120px;
  max-width: 270px;
}
.top__img__item.home {
  top: 1%;
  left: 20%;
}
.top__img__item.home img {
  width: 10vw;
  min-width: 48px;
  max-width: 80px;
}
.top__img__item.worker {
  top: 3%;
  margin: 0 42.5%;
}
.top__img__item.worker img {
  width: 28vw;
  min-width: 80px;
  max-width: 160px;
}
.top__img__item.clock {
  top: 2%;
  margin: 0 65%;
}
.top__img__item.clock img {
  width: 8vw;
  min-width: 28px;
  max-width: 56px;
}
.top__img__item.buildings {
  top: 13%;
  right: 0%;
}
.top__img__item.buildings img {
  width: 18vw;
  min-width: 76px;
  max-width: 170px;
}
.top__img__item.driver {
  bottom: 2%;
  left: 0;
}
.top__img__item.driver img {
  width: 35vw;
  min-width: 140px;
  max-width: 330px;
}
.top__img__item.truck-1 {
  bottom: 14%;
  right: 44%;
}
.top__img__item.truck-1 img {
  width: 20vw;
  min-width: 90px;
  max-width: 150px;
}
.top__img__item.box {
  bottom: 10%;
  right: 26%;
}
.top__img__item.box img {
  width: 10vw;
  min-width: 40px;
  max-width: 76px;
}
.top__img__item.deliver {
  bottom: 15%;
  right: 0%;
}
.top__img__item.deliver img {
  width: 24vw;
  min-width: 110px;
  max-width: 220px;
}

@media (min-aspect-ratio: 1/1) {
  .top {
    min-height: 700px;
  }
  .top__img__item.truck-0 {
    top: 13%;
    left: 0%;
  }
  .top__img__item.home {
    top: 1%;
    left: 28%;
  }
  .top__img__item.worker {
    top: -3%;
    margin: 0 42.5%;
  }
  .top__img__item.clock {
    top: 2%;
    margin: 0 55%;
  }
  .top__img__item.buildings {
    top: 5%;
    right: 6%;
  }
  .top__img__item.driver {
    bottom: 2%;
    left: 4%;
  }
  .top__img__item.truck-1 {
    bottom: -1%;
    right: 31%;
  }
  .top__img__item.box {
    bottom: 9%;
    right: 18%;
  }
  .top__img__item.deliver {
    bottom: 12%;
    right: 4%;
  }
}
.message {
  background-color: #4351A2;
  color: #ffffff;
  padding-top: clamp(4.375rem, 3.304rem + 5.36vw, 8.125rem);
  padding-bottom: clamp(4.375rem, 2.589rem + 8.93vw, 10.625rem);
}
.message .wrapper {
  align-items: center;
}
.message .wrapper .category {
  margin-bottom: 40px;
}
.message .wrapper .category__icon {
  display: block;
  text-align: center;
  margin-bottom: 8.5px;
}
.message .wrapper .category__title {
  font-style: italic;
  letter-spacing: 2.4px;
}
.message .wrapper .category__heading {
  display: inline-block;
  text-align: center;
  font-size: clamp(1.125rem, 0.732rem + 1.96vw, 2.5rem);
  margin-bottom: 40px;
}
.message .wrapper .category__ex {
  text-align: center;
}

@media screen and (max-width: 386px) {
  .small_br {
    display: block;
  }
}
.intern_and_career .section__header .header__title {
  font-size: clamp(2.75rem, 1.914rem + 3.43vw, 5rem);
  letter-spacing: clamp(0.25rem, 0.064rem + 0.76vw, 0.75rem);
}
.intern_and_career .section__header .header__title span.ampersand {
  font-style: normal;
}
.intern_and_career .section__header .header__sub_title {
  line-height: 240%;
}
.intern_and_career .section__header .font-note {
  display: block;
  margin-top: 10px;
}
.intern_and_career .section__content__description {
  background-color: #C2D8FC;
  padding: clamp(3.75rem, 2.679rem + 5.36vw, 7.5rem) 0;
}
.intern_and_career .section__content__description .link__list {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 40px;
}
.intern_and_career .section__content__description .link__item {
  height: 100px;
  line-height: 120%;
}
.intern_and_career .section__content__description .link__item__anchor {
  height: 100%;
}
.intern_and_career .section__content__description .link__item .seminar {
  padding: 20px 1px 5px;
  line-height: 1.5;
}
.intern_and_career .section__content__description .link__item .seminar::after {
  margin-top: 8px;
}
.intern_and_career .section__content__description .program-frames {
  display: flex;
  flex-direction: column;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  justify-content: center;
}
.intern_and_career .section__content__description .program-frames .frame {
  width: 90%;
  max-width: 1240px;
  height: 100%;
  margin: 0;
  margin-bottom: clamp(3.75rem, 3.068rem + 3.41vw, 5.625rem);
  padding: 0 clamp(1.125rem, -0.696rem + 9.11vw, 7.5rem);
  padding-top: clamp(3.75rem, 3.214rem + 2.68vw, 5.625rem);
  padding-bottom: clamp(3.125rem, 2.429rem + 2.86vw, 5rem);
}
.intern_and_career .section__content__description .program-frames .frame__header .word-wrap {
  white-space: nowrap;
  margin-left: -5px;
}
.intern_and_career .section__content__description .program-frames .frame__header__intro {
  font-size: clamp(1.375rem, 1.329rem + 0.19vw, 1.5rem);
  letter-spacing: 3.9px;
}
.intern_and_career .section__content__description .program-frames .frame__header__intro .sub {
  font-size: clamp(0.75rem, 0.611rem + 0.57vw, 1.125rem);
  line-height: 140%;
  letter-spacing: 3px;
  margin: 6px auto 0;
}
.intern_and_career .section__content__description .program-frames .frame__header p {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.intern_and_career .section__content__description .program-frames .frame__header .img {
  text-align: center;
  margin-bottom: 20px;
  min-height: 237px;
  margin-top: 20px;
}
.intern_and_career .section__content__description .program-frames .frame__header .img img {
  width: 100%;
  height: auto;
  max-width: 350px;
  max-height: 260px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.intern_and_career .section__content__description .program-frames .frame__content {
  margin-top: 20px;
  text-align: center;
}
.intern_and_career .section__content__description .program-frames .frame__content .color-heading {
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: initial;
}
.intern_and_career .section__content__description .program-frames .frame__content .desc-list li {
  margin-bottom: 25px;
}
.intern_and_career .section__content__description .program-frames .frame__content__recommend {
  margin-bottom: 10px;
}
.intern_and_career .section__content__description .program-frames .frame__content__feature .detail {
  text-align: left;
}
.intern_and_career .section__content__description .program-frames .frame__content__feature .detail li {
  margin-bottom: 20px;
}
.intern_and_career .section__content__description .program-frames .frame__content__feature .detail li::before {
  display: block;
  font-size: 15px;
  color: #4351A2;
  margin-bottom: 6px;
}
.intern_and_career .section__content__description .program-frames .frame__content__feature .detail li:last-of-type {
  margin-bottom: 0;
}
.intern_and_career .section__content__description .program-frames .frame__content__feature .detail-style::before {
  content: "［開催スタイル］";
}
.intern_and_career .section__content__description .program-frames .frame__content__feature .detail-format::before {
  content: "［開催形式］";
}
.intern_and_career .section__content__description .program-frames .frame__content__feature .detail-time::before {
  content: "［開催時間］";
}
.intern_and_career .section__content__description .program-frames .frame__content__feature .detail-fb::before {
  content: "［フィードバック］";
}
.intern_and_career .section__content__description .program-frames .frame__content__feature .detail-other::before {
  content: "［その他］";
}
.intern_and_career .section__content__description .program-frames .frame.seminar .frame__header .word-wrap {
  margin-left: 5px;
}
.intern_and_career .section__content__description .program-frames .frame.drama .title--adjustment {
  font-size: 23.5px;
  line-height: 1.25;
  margin-left: -13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.intern_and_career .section__content__description .program-frames .frame.drama .font-brackets-h {
  margin-left: -5px;
}
.intern_and_career .section__content__description .program-frames .frame.drama .font-brackets-f {
  margin-right: -5px;
}
.intern_and_career .section__content__description .program-frames .frame.vr .desc-list.check li:not(:last-of-type) {
  margin-bottom: 13px;
}
.intern_and_career .section__content__description .wrapper {
  max-width: 1240px;
}

.style .section__content__links .frame {
  display: flex;
  flex-direction: column;
}
.style .section__content__links .frame.work-at {
  margin-bottom: clamp(1.875rem, 1.161rem + 3.57vw, 4.375rem);
  background-color: #C2D8FC;
}
.style .section__content__links .frame.work-at .link__list {
  row-gap: 20px;
}
.style .section__content__links .frame.grow-with {
  margin-bottom: clamp(3.75rem, 1.964rem + 8.93vw, 10rem);
  background-color: #FFD7C4;
}
.style .section__content__links .frame.grow-with .link__list:last-of-type::after {
  display: block;
  width: 100%;
  max-width: 300px;
}
.style .section__content__links .frame.grow-with .link__item a {
  line-height: 1.8;
  margin-bottom: -30px;
}
.style .section__content__links .frame.grow-with .decoration__num {
  margin-left: -110px;
}
.style .section__content__links .frame__header {
  margin-bottom: clamp(1.875rem, 1.696rem + 0.89vw, 2.5rem);
}
.style .section__content__links .frame__header__intro {
  text-align: left;
  margin-bottom: 15px;
}
.style .section__content__links .frame__header__intro .word-wrap {
  text-wrap-mode: nowrap;
}
.style .section__content__links .frame__header .decoration {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: visible;
}
.style .section__content__links .frame__header .decoration.mid.only {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.style .section__content__links .frame__header .decoration.mid.only .font-en {
  color: #ffffff;
}
.style .section__content__links .frame__header .decoration__img {
  z-index: 99;
}
.style .section__content__links .frame__header .decoration__img img {
  width: 40vw;
  max-width: 190px;
}
.style .section__content__links .frame__header .decoration__num {
  font-size: 155px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-left: -90px;
  margin-top: -10px;
  margin-bottom: auto;
}
.style .section__content__links .frame__header .decoration__num .en--sml-italic {
  margin-left: 20px;
  color: #ffffff;
  text-align: left;
}
.style .section__content__links .frame__content {
  margin: 0 auto;
}
.style .section__content__description {
  padding: clamp(3.75rem, 2.679rem + 5.36vw, 7.5rem) 0;
}
.style .section__content__description-01 {
  background-color: #C2D8FC;
}
.style .section__content__description-01 .frame__header {
  margin-bottom: 20px;
}
.style .section__content__description-01 .training-phase .flow__tab-heading__list {
  display: flex;
}
.style .section__content__description-01 .training-phase .flow__tab-heading__item:first-of-type {
  display: flex;
  flex-direction: column;
  padding-left: 1.25%;
  padding-right: 1.25%;
}
.style .section__content__description-01 .training-phase .flow__tab-heading__item:first-of-type span {
  width: 95%;
  line-height: 120%;
}
.style .section__content__description-01 .training-phase .flow__tab-heading__item:first-of-type span:not(:last-of-type) {
  margin-bottom: 4px;
}
.style .section__content__description-01 .training-phase .flow__type__item:nth-of-type(2) .training__career__img img {
  max-height: 120px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.style .section__content__description-01 .training-phase .flow__type__item::before {
  animation: arrow-height--step 0.8s ease-out forwards;
  animation-delay: 1.2s;
}
.style .section__content__description-01 .training-phase .flow__type__item::after {
  animation: arrow-head--step 0.8s ease-out forwards;
  animation-delay: 1.2s;
}
.style .section__content__description-01 .training-phase .flow__type__item.driver .training__career__state {
  background-color: #C2D8FC;
}
.style .section__content__description-01 .training-phase .flow__type__item.driver::before {
  background-color: #C2D8FC;
}
.style .section__content__description-01 .training-phase .flow__type__item.driver::after {
  border-top: 30px solid #C2D8FC;
}
.style .section__content__description-01 .training-phase .flow__type__item.sales-delivery .training__career__state {
  background-color: #FFE4A9;
}
.style .section__content__description-01 .training-phase .flow__type__item.customer-service .training__career__state {
  background-color: #FFD7C4;
}
.style .section__content__description-01 .training-phase .flow__type__item.customer-service::before {
  background-color: #FFD7C4;
}
.style .section__content__description-01 .training-phase .flow__type__item.customer-service::after {
  border-top: 30px solid #FFD7C4;
}
.style .section__content__description-01 .training-phase .flow__type__item__inner {
  display: flex;
  flex-direction: column;
}
.style .section__content__description-01 .training-phase .flow__type__item .training__career__state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 260px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: 20px;
}
.style .section__content__description-01 .training-phase .flow__type__item .training__career__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  font-style: normal;
  font-weight: 700;
  /*21.6px 22.4px */
  line-height: clamp(1.35rem, 1.336rem + 0.07vw, 1.4rem);
  letter-spacing: clamp(0.05rem, 0.032rem + 0.09vw, 0.113rem);
}
.style .section__content__description-01 .training-phase .flow__type__item .training__career__title--driving {
  margin-bottom: 2px;
  border-radius: 20px;
  border: 2px solid #000000;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 1.95px;
}
.style .section__content__description-01 .training-phase .flow__type__item .training__career__title--note {
  font-size: 13px;
  font-weight: 700;
  line-height: 170%; /* 22.1px */
  letter-spacing: 1.95px;
}
.style .section__content__description-01 .training-phase .flow__type__item .training__career__title--note::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  margin-right: 4px;
  background-color: #000000;
  vertical-align: super;
}
.style .section__content__description-01 .training-phase .flow__type__item .training__career__title--note::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  margin-left: 4px;
  background-color: #000000;
  vertical-align: super;
}
.style .section__content__description-01 .training-phase .flow__type__item .training__career__img {
  width: 100%;
  max-width: 130px;
  text-align: center;
  overflow: hidden;
}
.style .section__content__description-01 .training-phase .flow__type__item .training__career__img img {
  max-width: 110px;
}
.style .section__content__description-01 .training-phase .flow__phase__list .bubble {
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 128px;
  margin: -20px 5% 0 auto;
  padding: 14px 15px 20px;
  background-color: #4351A2;
  position: relative;
  animation-delay: 2.2s;
  display: block;
  border-radius: 50%;
}
.style .section__content__description-01 .training-phase .flow__phase__list .bubble::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  transform: rotate(-120deg);
  left: 12px;
  bottom: 4px;
  border-width: 8px 0 4px 8px;
  border-color: transparent transparent transparent #4351A2;
}
.style .section__content__description-01 .training-phase .flow__phase__list .bubble__note {
  font-size: clamp(0.688rem, 0.634rem + 0.27vw, 0.875rem);
  font-style: normal;
  font-weight: 700;
  /* 15.4px - 25.2px */
  line-height: clamp(0.963rem, 0.788rem + 0.87vw, 1.575rem);
  letter-spacing: clamp(0.103rem, 0.095rem + 0.04vw, 0.131rem);
}
.style .section__content__description-01 .training-phase .flow__phase__list .bubble__note--num {
  font-size: clamp(1.688rem, 1.634rem + 0.27vw, 1.875rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.5px;
}
.style .section__content__description-01 .training-phase .flow__phase__item:last-of-type {
  margin-top: -30px;
  display: block;
}
.style .section__content__description-01 .driver-license .frame__header {
  margin-bottom: 50px;
}
.style .section__content__description-01 .driver-license .frame__header .font-note {
  display: block;
  margin-top: 20px;
}
.style .section__content__description-01 .driver-license .frame__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 50px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.style .section__content__description-01 .driver-license .frame__content__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  max-width: 560px;
}
.style .section__content__description-01 .driver-license .frame__content__block.license {
  animation-delay: 1s;
}
.style .section__content__description-01 .driver-license .frame__content__block.license img {
  max-width: 160px;
}
.style .section__content__description-01 .driver-license .frame__content__block.license .content__block__text {
  margin-top: -20px;
}
.style .section__content__description-01 .driver-license .frame__content__block.support {
  animation-delay: 1.4s;
  margin-top: auto;
}
.style .section__content__description-01 .driver-license .frame__content__block.support img {
  max-width: 140px;
}
.style .section__content__description-01 .driver-license .frame__content .num-of-user {
  height: 100%;
  aspect-ratio: 1/1;
  margin: auto 0;
  animation-delay: 1.5s;
}
.style .section__content__description-01 .driver-license .frame__content .font-note {
  width: 100%;
}
.style .section__content__description-01 .driver-license img {
  margin-bottom: clamp(0.313rem, 0.188rem + 0.63vw, 0.75rem);
}
.style .section__content__description-01 .driver-license .content__block__text .font-strong {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 3.9px;
}
.style .section__content__description-01 .driver-license .content__block__text .font-en {
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 1.32px;
}
.style .section__content__description-01 .work-place .frame__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 30px;
  margin-top: 30px;
}
.style .section__content__description-01 .work-place .frame__content img {
  max-width: 190px;
}
.style .section__content__description-01 .work-place .merit-list {
  text-align: left;
  margin: auto 0;
}
.style .section__content__description-01 .work-place .merit-list__item:not(:last-of-type) {
  margin-bottom: clamp(0.313rem, 0.223rem + 0.45vw, 0.625rem);
}
.style .section__content__description-01 .about-career .flow[data-office][data-office=sales-office] .flow__phase__item:not(.sales), .style .section__content__description-01 .about-career .flow[data-office][data-office=sales-office] .flow__type__item:not(.sales) {
  display: none;
}
.style .section__content__description-01 .about-career .flow[data-office][data-office=sales-office] .flow__tab-heading__item:not(.sales) {
  opacity: 0.6;
}
.style .section__content__description-01 .about-career .flow[data-office][data-office=main-office] .flow__phase__item:not(.main), .style .section__content__description-01 .about-career .flow[data-office][data-office=main-office] .flow__type__item:not(.main) {
  display: none;
}
.style .section__content__description-01 .about-career .flow[data-office][data-office=main-office] .flow__tab-heading__item:not(.main) {
  opacity: 0.6;
}
.style .section__content__description-01 .about-career .flow[data-office][data-office=group-office] .flow__phase__item:not(.group), .style .section__content__description-01 .about-career .flow[data-office][data-office=group-office] .flow__type__item:not(.group) {
  display: none;
}
.style .section__content__description-01 .about-career .flow[data-office][data-office=group-office] .flow__tab-heading__item:not(.group) {
  opacity: 0.6;
}
.style .section__content__description-01 .about-career .flow__type__item.sales::before {
  opacity: 0;
  animation: arrow-height--career01 0.8s ease-out forwards;
  animation-delay: 1s;
}
.style .section__content__description-01 .about-career .flow__type__item.sales::after {
  top: calc(100% + 20px + 100px);
  opacity: 0;
  animation: arrow-head--career01 0.8s ease-out forwards;
  animation-delay: 1s;
}
.style .section__content__description-01 .about-career .flow__type__item.main::before, .style .section__content__description-01 .about-career .flow__type__item.group::before {
  opacity: 0;
  animation: arrow-height--career02 0.8s ease-out forwards;
  animation-delay: 1s;
}
.style .section__content__description-01 .about-career .flow__type__item.main::after, .style .section__content__description-01 .about-career .flow__type__item.group::after {
  top: calc(100% + 20px + 100px);
  opacity: 0;
  animation: arrow-head--career02 0.8s ease-out forwards;
  animation-delay: 1s;
}
.style .section__content__description-01 .about-career .flow__type__item .career-type__title {
  text-align: center;
}
.style .section__content__description-01 .about-career .flow__type__item .career-type__title--num {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px; /* 357.143% */
  letter-spacing: 2.1px;
}
.style .section__content__description-01 .about-career .flow__phase__list {
  bottom: 40px;
}
.style .section__content__description-01 .about-career .flow__phase__item.list {
  width: 100%;
  background-color: #ECEFF7;
  background-color: #ffffff;
  padding: 45px 0;
}
.style .section__content__description-01 .about-career .flow__phase__item.list .department-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  color: #4351A2;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%; /* 16.8px */
  color: var(--4351A2, #4351A2);
}
.style .section__content__description-01 .about-career .flow .font-note {
  display: block;
  margin-top: 5px;
  text-align: left;
}
.style .section__content__description-02 {
  background-color: #FFD7C4;
}
.style .section__content__description-02 .frame__header {
  margin-bottom: 40px;
}
.style .section__content__description-02 .frame__header .font-note {
  margin-top: 15px;
  display: block;
}
.style .section__content__description-02 .frame__content {
  text-align: center;
}
.style .section__content__description-02 .frame__content p.sup {
  font-size: 14px;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.7px;
  text-align: left;
}
.style .section__content__description-02 .group-career .employee-voice__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 15px;
}
.style .section__content__description-02 .group-career .employee-voice__item {
  margin-top: auto;
  max-width: 270px;
}
.style .section__content__description-02 .group-career .employee-voice__item img {
  max-width: 165px;
}
.style .section__content__description-02 .group-career .employee-voice__item__voice {
  color: #4351A2;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  letter-spacing: 2.1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ECEFF7;
  width: 272px;
  height: 174px;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
}
.style .section__content__description-02 .group-career .employee-voice__item__voice p {
  margin-top: 10px;
}
.style .section__content__description-02 .group-career .employee-voice__item__voice:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  transform: rotate(-45deg);
  background-color: #ECEFF7;
  position: absolute;
  bottom: -1px;
  left: 48%;
}
.style .section__content__description-02 .enjoy-grant .sup {
  color: #4351A2;
}
.style .section__content__description-02 .enjoy-grant .lifestyle__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 20px;
  margin-bottom: clamp(1.25rem, 1.161rem + 0.45vw, 1.563rem);
}
.style .section__content__description-02 .enjoy-grant .lifestyle__item:first-of-type .lifestyle__item__img {
  animation-delay: 0.5s;
}
.style .section__content__description-02 .enjoy-grant .lifestyle__item:nth-of-type(2) .lifestyle__item__img {
  animation-delay: 0.8s;
}
.style .section__content__description-02 .enjoy-grant .lifestyle__item:last-of-type .lifestyle__item__img {
  animation-delay: 1.1s;
}
.style .section__content__description-02 .enjoy-grant .lifestyle__item__img {
  margin-bottom: 10px;
}
.style .section__content__description-02 .enjoy-grant .lifestyle__item__img img {
  max-height: 60px;
}
.style .section__content__description-02 .enjoy-grant .lifestyle__item:first-of-type {
  margin: 0 100%;
}
.style .section__content__description-02 .benefits {
  z-index: 99;
}
.style .section__content__description-02 .benefits .point__item__text .font-en.sec {
  font-size: 22px;
}
.style .section__content__description-02 .benefits .point__item__text .font-ja.day {
  font-size: 19px;
}
.style .section__content__description-02 .benefits .benefit-point__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 90px;
       column-gap: 90px;
  row-gap: 20px;
  margin-bottom: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
}
.style .section__content__description-02 .benefits .benefit-point__item {
  width: clamp(14.375rem, 13.661rem + 3.57vw, 16.875rem);
  aspect-ratio: 1/1;
  background-color: #839ED8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.style .section__content__description-02 .benefits .benefit-point__item__text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  letter-spacing: 2.7px;
}
.style .section__content__description-02 .benefits .benefit-point__item__text .font-note {
  display: block;
  text-align: center;
  color: #ffffff;
}
.style .section__content__description-02 .benefits .benefit-point__item__text .font-ja {
  color: #ffffff;
}
.style .section__content__description-02 .benefits .benefit-point__item__text .font-en {
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 3.15px;
}
.style .section__content__description-02 .benefits .benefit__list {
  width: 100%;
}
.style .section__content__description-02 .benefits .benefit__list__heading {
  background-color: #4351A2;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.style .section__content__description-02 .benefits .benefit__list__heading-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 2.7px;
}
.style .section__content__description-02 .benefits .benefit__list__inner {
  transition-duration: 0.6s;
  background-color: #ECEFF7;
  height: 210px;
  overflow: hidden;
}
.style .section__content__description-02 .benefits .benefit__list .close {
  display: none;
}
.style .section__content__description-02 .benefits .benefit__list.active .benefit__list__inner {
  height: 1272px;
}
.style .section__content__description-02 .benefits .benefit__list.active .close {
  display: block;
}
.style .section__content__description-02 .benefits .benefit__list.active .open {
  display: none;
}
.style .section__content__description-02 .benefits .benefit__list-box {
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 240%;
  letter-spacing: 0.75px;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 80px;
       column-gap: 80px;
  padding: 28px 0 56px 5%;
}
.style .section__content__description-02 .benefits .benefit__list-box__button {
  width: 100%;
  height: 50px;
  margin-top: 1px;
  display: flex;
  background-color: #ECEFF7;
  color: #4351A2;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  justify-content: center;
  align-items: center;
  letter-spacing: 2.8px;
  padding-left: calc(50% - 60px);
}
.style .section__content__description-02 .benefits .benefit__list-box__button .btn--circle {
  margin-right: 12px;
}
.style .section__content__description-02 .benefits .benefit__list-box__button .btn--circle.active {
  background-color: #4351A2;
}
.style .section__content__description-02 .benefits p.font-note {
  color: #4351A2;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 679px) {
  .style .section__content__description-01 .driver-license .frame__content__block.license, .style .section__content__description-01 .driver-license .frame__content__block.support {
    animation-delay: 0.4s;
  }
  .style .section__content__description-01 .driver-license .num-of-user {
    animation-delay: 0.4s;
  }
}
@media screen and (min-width: 875px) and (max-width: 1362px) {
  .style .section__content .frame.grow-with .link__item:last-of-type {
    margin-bottom: 50px;
  }
}
.interview .section__header .header__title {
  font-size: clamp(2.5rem, 1.786rem + 3.57vw, 5rem);
  letter-spacing: clamp(0.25rem, 0.107rem + 0.71vw, 0.75rem);
}
.interview .section__content__member {
  padding: 0 clamp(2.5rem, -0.714rem + 16.07vw, 13.75rem);
  background-color: #ECEFF7;
  padding-top: clamp(4.375rem, 3.946rem + 2.14vw, 5.875rem);
  padding-bottom: 60px;
}
.interview .section__content__member .font-note {
  color: #4351A2;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
.interview .section__content__member .member__title {
  margin-bottom: clamp(2rem, 1.554rem + 2.23vw, 3.563rem);
}
.interview .section__content__member .member__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: clamp(1.875rem, 1.232rem + 3.21vw, 4.125rem);
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-bottom: 30px;
  justify-content: center;
  align-content: flex-start;
}
.interview .section__content__member .member__item {
  display: flex;
  flex-direction: row;
  max-width: 345px;
  width: 100%;
}
.interview .section__content__member .member__item__img {
  width: 100px;
  aspect-ratio: 1/1;
}
.interview .section__content__member .member__item__img img {
  max-width: 100px;
}
.interview .section__content__member .member__item__profile {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}
.interview .section__content__faq .faq__list {
  color: #4351A2;
}
.interview .section__content__faq .faq__list:nth-last-of-type(2n) {
  background-color: #ECEFF7;
}
.interview .section__content__faq .faq__list::after {
  content: "";
  display: block;
  height: clamp(12.5rem, 8.239rem + 21.31vw, 21.875rem);
  width: 100%;
  background-color: #ECEFF7;
}
.interview .section__content__faq .faq__item {
  padding: 0 clamp(1.25rem, -2.321rem + 17.86vw, 13.75rem);
  cursor: pointer;
}
.interview .section__content__faq .faq__item__acc {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 1s;
}
.interview .section__content__faq .faq__item:hover .btn--circle {
  transform: scale(1.2);
}
.interview .section__content__faq .faq__item .accordion {
  width: 100%;
  padding: clamp(0.875rem, 0.625rem + 1.25vw, 1.75rem) 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.interview .section__content__faq .faq__item .accordion .btn--circle.active {
  background-color: #4351A2;
}
.interview .section__content__faq .faq__item .accordion__heading__inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 450px;
}
.interview .section__content__faq .faq__item .accordion__q-num {
  color: #4351A2;
  font-size: clamp(0.5rem, 0.393rem + 0.54vw, 0.875rem);
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: clamp(0.075rem, 0.059rem + 0.08vw, 0.131rem);
  margin: auto 20px 3px 0;
}
.interview .section__content__faq .faq__item .accordion__q-title {
  margin: auto 0;
}
.interview .section__content__faq .faq__item.active .faq__item__acc {
  grid-template-rows: 1fr;
}
.interview .section__content__faq .faq__item__inner {
  overflow-y: hidden;
}
.interview .section__content__faq .faq__item__inner .speak-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.interview .section__content__faq .faq__item__inner .speak-box:first-of-type {
  margin-top: clamp(1.875rem, 1.518rem + 1.79vw, 3.125rem);
}
.interview .section__content__faq .faq__item__inner .speak-box:last-of-type {
  margin-bottom: clamp(1.875rem, 1.518rem + 1.79vw, 3.125rem);
}
.interview .section__content__faq .faq__item__inner .speak-box__speaker {
  width: 28%;
  max-width: 103px;
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.interview .section__content__faq .faq__item__inner .speak-box__speaker img {
  width: 70px;
  margin-bottom: 10px;
}
.interview .section__content__faq .faq__item__inner .speak-box__speaker__name {
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.8px;
  margin-bottom: 4px;
}
.interview .section__content__faq .faq__item__inner .speak-box__speaker__profile {
  text-align: left;
  font-size: 10px;
  font-weight: 700;
  line-height: 150%; /* 15px */
}
.interview .section__content__faq .faq__item__inner .speak-box__speech-bubble {
  width: calc(72% - 20px);
  background-color: #ECEFF7;
  padding: clamp(1.25rem, 1.161rem + 0.45vw, 1.563rem);
  border-radius: 20px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.interview .section__content__faq .faq__item__inner .speak-box__speech-bubble::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  left: -16px;
  border-width: 8px 16px 8px 0; /* 左に尖った形 */
  border-color: transparent #ECEFF7 transparent transparent; /* 左に色を設定 */
}
.interview .section__content__faq .faq__item__inner .speak-box.left {
  flex-direction: row-reverse;
}
.interview .section__content__faq .faq__item__inner .speak-box.left .speak-box__speech-bubble::before {
  right: -16px;
  left: auto;
  border-width: 8px 0 8px 16px; /* 左に尖った形 */
  border-color: transparent transparent transparent #ECEFF7;
}
.interview .section__content__faq .faq__item:nth-of-type(2n) {
  background-color: #ECEFF7;
}
.interview .section__content__faq .faq__item:nth-of-type(2n) .faq__item__inner.left::before {
  border-left-color: #ffffff;
}
.interview .section__content__faq .faq__item:nth-of-type(2n) .faq__item__inner .speak-box__speech-bubble {
  background-color: #ffffff;
}
.interview .section__content__faq .faq__item:nth-of-type(2n) .faq__item__inner .speak-box__speech-bubble::before {
  border-right-color: #ffffff;
  border-left-color: #ffffff;
}

.work .section__header .font-brackets-h:first-child {
  margin-left: -13px;
}
.work .section__content .content__header__intro {
  padding-top: 90px;
  margin-bottom: clamp(3.125rem, 2.411rem + 3.57vw, 5.625rem);
}
.work .section__content__job {
  background-color: #C2D8FC;
}
.work .section__content__job .job__list {
  width: 100%;
  background-color: #C2D8FC;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: clamp(1.25rem, 0.714rem + 2.68vw, 3.125rem);
  padding-bottom: clamp(6.25rem, 6.071rem + 0.89vw, 6.875rem);
}
.work .section__content__job .job__item {
  width: 90%;
  max-width: 480px;
  padding: 35px clamp(1.563rem, 1.116rem + 2.23vw, 3.125rem);
  border-radius: 40px;
  margin: initial;
}
.work .section__content__job .job__item .color-heading {
  padding: 4px 8px 5px 12px;
  margin-bottom: 18px;
  margin: 0 10px 20px 0;
  font-size: clamp(0.75rem, 0.732rem + 0.09vw, 0.813rem);
  font-weight: 700;
  line-height: 130%; /* 16.9px */
  letter-spacing: 1.9px;
}
.work .section__content__job .job__item .using-car {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 170%; /* 20.4px */
  letter-spacing: 0.8px;
  padding-bottom: 7px;
}
.work .section__content__job .job__item__job-title {
  text-align: left;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.25rem, 1.143rem + 0.54vw, 1.625rem);
  font-weight: 700;
  line-height: clamp(2.25rem, 2.243rem + 0.04vw, 2.275rem);
  letter-spacing: clamp(0.188rem, 0.171rem + 0.08vw, 0.244rem);
  margin-bottom: 5px;
}
.work .section__content__job .job__item__job-title span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 2.25px;
  margin-left: -6px;
}
.work .section__content__job .job__item p {
  font-size: 14px;
}
.work .section__content__job .job__item :not(p, div) {
  color: #4351A2;
}
.work .section__content__sales-work {
  background-color: #FFD7C4;
  padding-bottom: clamp(3.75rem, 3.036rem + 3.57vw, 6.25rem);
}
.work .section__content__sales-work .content__header__inner {
  padding: 0 clamp(2.5rem, -0.714rem + 16.07vw, 13.75rem);
  margin: 0 auto;
}
.work .section__content__sales-work .content__header__intro {
  margin-bottom: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
}
.work .section__content__sales-work .content__header__overview {
  color: #000000;
  text-align: center;
  margin-bottom: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
  font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 51px */
  letter-spacing: clamp(0.188rem, 0.166rem + 0.11vw, 0.263rem);
  letter-spacing: 4px;
}
.work .section__content__sales-work .content__header__overview .font-brackets-f {
  display: inline-block;
}
.work .section__content__sales-work .content__header__description {
  margin: 0 auto;
  margin-bottom: clamp(2.875rem, 2.625rem + 1.25vw, 3.75rem);
  max-width: 1100px;
}
.work .section__content__sales-work .content__header .diagram {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
  padding: 0 5%;
  margin-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 7.5rem);
}
.work .section__content__sales-work .content__header .diagram__title {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
  background-color: #ffffff;
  padding: 0 clamp(0.5rem, -2.464rem + 14.82vw, 10.875rem);
  padding-top: clamp(0.5rem, 0.357rem + 0.71vw, 1rem);
  padding-bottom: clamp(0.625rem, 0.5rem + 0.63vw, 1.063rem);
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1rem, 0.768rem + 0.95vw, 1.625rem);
  font-weight: 700;
  line-height: 140%; /* 36.4px */
  letter-spacing: clamp(0.15rem, 0.123rem + 0.13vw, 0.244rem);
}
.work .section__content__sales-work .content__header .diagram__illustration {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.work .section__content__sales-work .content__header .diagram__illustration .position {
  width: 25%;
  align-items: center;
  justify-content: start;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.work .section__content__sales-work .content__header .diagram__illustration .position__img {
  max-height: 210px;
  height: auto;
  z-index: 1;
}
.work .section__content__sales-work .content__header .diagram__illustration .position__img img {
  height: 25vw;
  max-height: 150px;
}
.work .section__content__sales-work .content__header .diagram__illustration .position__name {
  max-width: 190px;
  min-width: 95px;
  width: 100%;
  border-radius: 50px;
  white-space: nowrap;
  padding: 0 clamp(0.938rem, 0.58rem + 1.79vw, 2.188rem);
  padding-top: clamp(10px, 2vw + 5px, 15px);
  padding-bottom: clamp(0.5rem, 0.179rem + 1.61vw, 1.625rem);
  color: #ffffff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(0.75rem, 0.611rem + 0.57vw, 1.125rem);
  font-weight: 700;
  line-height: 170%; /* 25.2px */
  letter-spacing: clamp(0.113rem, 0.096rem + 0.08vw, 0.169rem);
  margin-top: -10px;
}
.work .section__content__sales-work .content__header .diagram__illustration .position__name--sales {
  background-color: #839ED8;
}
.work .section__content__sales-work .content__header .diagram__illustration .position__name--customer {
  background-color: #EA6D6D;
  line-height: 3.4;
}
.work .section__content__sales-work .content__header .diagram__illustration .interaction {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.work .section__content__sales-work .content__header .diagram__illustration .interaction svg:last-of-type {
  order: 5;
}
.work .section__content__sales-work .content__header .diagram__illustration .interaction__item {
  text-align: center;
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
  position: relative;
}
.work .section__content__sales-work .content__header .diagram__illustration .interaction__item.bubble {
  line-height: 140%;
  background-color: #ffffff;
  width: 90%;
  max-width: 180px;
  min-width: 110px;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  font-size: clamp(0.625rem, 0.589rem + 0.18vw, 0.75rem);
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
}
.work .section__content__sales-work .content__header .diagram__illustration .interaction__item.bubble::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  transform: rotate(-45deg);
  background-color: #ffffff;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 10px);
}
.work .section__content__sales-work .content__header .diagram__illustration .interaction__item.solution {
  color: #000000;
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.625rem);
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: clamp(0.15rem, 0.123rem + 0.13vw, 0.244rem);
  order: 4;
}
.work .section__content__sales-work .content__main .job-type__tab-heading__list {
  width: 90%;
  max-width: 1010px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto -3px;
}
.work .section__content__sales-work .content__main .job-type__tab-heading__item {
  width: calc(50% + 10px);
  padding: 20px 9px 10px;
  text-align: center;
  font-size: 12.3px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  border: solid 3px #4351A2;
  border-radius: 40px 40px 0 0;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.work .section__content__sales-work .content__main .job-type__tab-heading__item:nth-of-type(1) {
  margin-right: -10px;
  background-color: #839ED8;
}
.work .section__content__sales-work .content__main .job-type__tab-heading__item:nth-of-type(2) {
  margin-left: -10px;
  background-color: #EA6D6D;
}
.work .section__content__sales-work .content__main .job-type__tab-heading__item.active {
  opacity: 1;
  z-index: 1;
}
.work .section__content__sales-work .content__main .job-type__tab-heading__item:not(.active) {
  opacity: 0.6;
}
.work .section__content__sales-work .content__main .job-type__details {
  border-radius: 0px 0px 40px 40px;
}
.work .section__content__sales-work .content__main .job-type__details__case {
  display: none;
}
.work .section__content__sales-work .content__main .job-type__details__case.active {
  display: block;
}
.work .section__content__sales-work .content__main .job-type__details .customer-company .company svg {
  transform: rotate(270deg);
}
.work .section__content__sales-work .content__main .job-type__details .customer-company .company .delivery {
  stroke-dasharray: 314 314;
}
.work .section__content__sales-work .content__main .job-type__details .customer-company .personal svg {
  transform: rotate(-90deg);
}
.work .section__content__sales-work .content__main .job-type__details .customer-company .personal .personal {
  stroke-dasharray: 62 628;
}
.work .section__content__sales-work .content__main .job-type__details .customer-personal .company svg {
  transform: rotate(270deg);
}
.work .section__content__sales-work .content__main .job-type__details .customer-personal .company .delivery {
  stroke-dasharray: 439 314;
}
.work .section__content__sales-work .content__main .job-type__details .customer-personal .personal svg {
  transform: rotate(-90deg);
}
.work .section__content__sales-work .content__main .job-type__details .customer-personal .personal .personal {
  stroke-dasharray: 377 628;
}
.work .section__content__sales-work .content__main .job-type__details .frame.frame--outline.pc {
  margin: 0;
  padding: 0;
  border: initial;
}
.work .section__content__sales-work .content__main .job-type__details .frame__header {
  margin-bottom: 25px;
}
.work .section__content__sales-work .content__main .job-type__details .frame__header__intro {
  font-size: clamp(1.25rem, 1.143rem + 0.54vw, 1.625rem);
}
.work .section__content__sales-work .content__main .job-type__details .frame__header p {
  font-size: 14px;
}
.work .section__content__sales-work .content__main .job-type__details .frame__header.__intro {
  text-align: left;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(1.25rem, 1.143rem + 0.54vw, 1.625rem);
  font-weight: 700;
  line-height: clamp(2.25rem, 2.243rem + 0.04vw, 2.275rem);
  letter-spacing: clamp(0.188rem, 0.171rem + 0.08vw, 0.244rem);
  margin-bottom: 5px;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio {
  text-align: center;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__title {
  font-size: 18px;
  font-weight: 700;
  line-height: clamp(1.35rem, 1.164rem + 0.93vw, 2rem);
  letter-spacing: 2.7px;
  margin-bottom: 20px;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__title .blue {
  color: #839ED8;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__title .red {
  color: #EA6D6D;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__num {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%; /* 52.8px */
  letter-spacing: 6.6px;
  width: 200px;
  height: 200px;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__num__sales_and_delivery_ratio {
  padding-left: 4px;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__num__corporation_and_personal {
  padding-right: 4px;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__graphic {
  display: block;
  margin: 0 auto;
  margin-top: -200px;
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: clamp(2.625rem, 2.054rem + 2.86vw, 4.625rem);
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__graphic.company .sales {
  stroke: #839ED8;
  fill: #4351A2;
  stroke-width: 200px;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__graphic.company .delivery {
  stroke: #EA6D6D;
  stroke-width: 200px;
  fill: none;
  stroke-dashoffset: 0;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__graphic.personal .company {
  stroke: #839ED8;
  fill: #4351A2;
  stroke-width: 200px;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__ratio .ratio__graphic.personal .personal {
  stroke: #EA6D6D;
  stroke-width: 200px;
  fill: none;
  stroke-dashoffset: 0;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__visit-num {
  text-align: center;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__visit-num .visit-num__title {
  line-height: 1.8;
}
.work .section__content__sales-work .content__main .job-type__details .frame__content__visit-num .num {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.4px;
}
.work .section__content__sales-work .content__main .job-type__details__case {
  width: 100%;
}

.about.section {
  padding-bottom: clamp(4.375rem, 1.696rem + 13.39vw, 13.75rem);
}
.about .frame__header {
  margin-bottom: 45px;
}
.about .industry-logistics--sagawa .frame__content .color-heading {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 14px;
}
.about .industry-logistics--sagawa .frame__content .font-note p:first-of-type {
  margin-bottom: 15px;
}
.about .industry-logistics--sagawa .frame__content .achievements__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 45px;
  align-items: center;
  margin-bottom: 45px;
}
.about .industry-logistics--sagawa .frame__content .achievements__item {
  min-width: 270px;
}
.about .industry-logistics--sagawa .frame__content .achievements__item:first-of-type .achievements__item__graph {
  animation-delay: 1s;
}
.about .industry-logistics--sagawa .frame__content .achievements__item:nth-of-type(2) .achievements__item__graph {
  animation-delay: 1.3s;
}
.about .industry-logistics--sagawa .frame__content .achievements__item:last-of-type .achievements__item__graph {
  animation-delay: 1.6s;
}
.about .industry-logistics--sagawa .frame__content .achievements__item__graph {
  margin: 0 auto 0;
}
.about .industry-logistics--sagawa .frame__content .achievements__item__graph img {
  width: 80%;
  max-width: 270px;
  display: block;
  margin: 0 auto;
}
.about .industry-logistics--sagawa .frame__content .achievements__item__graph:last-child img {
  max-width: 270px;
}
.about .local_involvement--sagawa {
  animation-delay: 0;
}
.about .local_involvement--sagawa .frame__content .point__item span.font-ja.ja--sub-heading {
  font-size: clamp(1.563rem, 1.47rem + 0.38vw, 1.813rem);
}
.about .local_involvement--sagawa .frame__content .point__item:last-of-type span {
  margin-top: 15px;
}
.about .intro__support {
  background-color: #ECEFF7;
  padding: 0 clamp(1.25rem, 0.071rem + 5.89vw, 5.375rem);
  padding-top: 35px;
  padding-bottom: 30px;
}
.about .intro__support__heading {
  text-align: center;
  margin-bottom: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 0.938rem);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  letter-spacing: clamp(0.044rem, 0.016rem + 0.14vw, 0.141rem);
}
.about .intro__support__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.about .intro__support__content .town-support__link {
  width: clamp(15.625rem, 11.696rem + 19.64vw, 29.375rem);
  max-width: 470px;
  height: clamp(4.375rem, 3.839rem + 2.68vw, 6.25rem);
  background-color: #4351A2;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: clamp(0.75rem, 0.607rem + 0.71vw, 1.25rem);
  transition-duration: 0.2s;
}
.about .intro__support__content .town-support__link__text {
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
  line-height: 130%;
  letter-spacing: 2.8px;
  font-weight: 700;
  margin: 0 auto;
}
.about .intro__support__content .town-support__link .link-icon {
  margin: -15px 5% 5px auto;
}
.about .intro__support__content .town-support__link:hover {
  background-color: #ffffff;
}
.about .intro__support__content .town-support__link:hover .town-support__link__text {
  color: #4351A2;
}
.about .intro__support__content .town-support__link:hover .link-icon {
  border-color: #4351A2;
}
.about .intro__support__content .town-support__link:hover .link-icon::after {
  border-color: #4351A2;
}
.about .intro__support__content .cocoro {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.about .intro__support__content .cocoro__inner {
  display: flex;
  justify-content: space-between;
}
.about .intro__support__content .cocoro__bubble {
  background-color: #ffffff;
  width: 190px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto -10px 0;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.6px;
}
.about .intro__support__content .cocoro__bubble::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  transform: rotate(50deg);
  right: 40px;
  bottom: 0px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffffff;
}
.about .intro__support__content .cocoro__profile {
  margin-top: auto;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  width: -moz-fit-content;
  width: fit-content;
  width: 132px;
  max-width: 135px;
  min-width: 127px;
}
.about .intro__support__content .cocoro__profile .cocoro__name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: clamp(0.15rem, 0.133rem + 0.07vw, 0.197rem);
  margin-top: 5px;
  white-space: nowrap;
}
.about .intro__support__content .cocoro__profile .cocoro__name .font-en {
  font-size: clamp(1rem, 0.884rem + 0.48vw, 1.313rem);
}
.about .intro__support__content .cocoro__profile .cocoro__name .font-en sup {
  font-size: 150%;
  top: initial;
  vertical-align: -webkit-baseline-middle;
}
.about .intro__support__content .cocoro__img img {
  width: 100%;
  min-width: 95px;
  max-width: 110px;
}

.footer {
  background-color: #4351A2;
}
.footer__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 94px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 130px;
       column-gap: 130px;
  row-gap: 80px;
}
.footer__inner__sagawa_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__inner .footer__inne__newgrads {
  display: block;
  font-size: 9px;
  font-weight: 600;
  line-height: 15px; /* 166.667% */
  letter-spacing: 1.8px;
  margin-top: 8px;
  white-space: nowrap;
}
.footer__nav__list {
  display: grid;
  flex-direction: row;
  grid-template-columns: repeat(3, 1fr); /* 2列にする */
  grid-template-rows: repeat(2, auto); /* 3行にする */
  gap: 20px; /* 要素間の隙間 */
  max-width: 1000px;
}
.footer__nav__item__anchor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: clamp(0.75rem, 0.679rem + 0.36vw, 1rem);
       column-gap: clamp(0.75rem, 0.679rem + 0.36vw, 1rem);
}
.footer__nav__item--en {
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.45px;
}
.footer__nav__item--ja {
  width: 100%;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.1px;
}
.footer__nav__item--ja .word-wrap {
  margin-top: 10px;
}
.footer__nav__item .nested-list__list {
  margin-top: 14px;
}
.footer__nav__item .nested-list__item {
  font-size: 13px;
  font-weight: 500;
  line-height: 26px; /* 200% */
  letter-spacing: 1.3px;
  white-space: nowrap;
}
.footer__nav__item .nested-list__item:not(:last-of-type) {
  margin-bottom: 4px;
}
.footer__nav__item .nested-list__item::before {
  content: "・";
}
.footer__nav__item.external-link {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 215.385% */
}
.footer__nav__item.external-link a {
  display: block;
}
.footer .copylight {
  display: block;
  text-align: right;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.lar.only {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .mid.only {
    display: none !important;
  }
  .lar.only {
    display: block !important;
  }
  .section .point__item__text__description {
    max-width: 230px;
  }
  .intern_and_career .section__content__description .program-frames .frame {
    min-width: 400px;
  }
  .style .section__content__links .frame__header {
    align-items: center;
  }
  .style .section__content__links .frame__header__inner {
    transform: translateZ(0);
    max-width: 720px;
    margin-left: auto;
    z-index: 1;
  }
  .style .section__content__links .frame__header__intro {
    font-size: 23px;
    font-size: clamp(1.438rem, 0.361rem + 1.68vw, 1.875rem);
    white-space: nowrap;
  }
  .style .section__content__links .frame.grow-with .frame__header .decoration {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .style .section__content__description-02 .benefits .benefit__list-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 696px;
    -moz-column-gap: clamp(3.125rem, -4.567rem + 12.02vw, 6.25rem);
         column-gap: clamp(3.125rem, -4.567rem + 12.02vw, 6.25rem);
  }
  .style .section__content__description-02 .benefits .benefit__list-box .wrap--third {
    display: contents;
  }
  .style .section__content__description-02 .benefits .benefit__list__inner {
    height: -moz-fit-content;
    height: fit-content;
  }
  .style .section__content__description-02 .enjoy-grant .frame__content p.sup {
    margin-left: -20px;
    white-space: nowrap;
    text-align: center;
  }
  .style .section__content__description-02 .enjoy-grant .frame__content .lifestyle__item {
    margin: 0;
  }
  .style .section__content__description-02 .enjoy-grant .frame__content .lifestyle__item:nth-of-type(2) {
    order: 3;
  }
  .style .section__content__description-02 .enjoy-grant .frame__content .lifestyle__item:nth-of-type(2) .lifestyle__item__img {
    animation-delay: 1.1s;
  }
  .style .section__content__description-02 .enjoy-grant .frame__content .lifestyle__item:last-of-type .lifestyle__item__img {
    animation-delay: 0.8s;
  }
  .style .section__content__description-02 .enjoy-grant .frame__content .lifestyle__item__img img {
    width: 80%;
    max-height: 100px;
  }
  .interview .section__content__member .member__list {
    margin-bottom: 80px;
  }
  .interview .section__content .font-note {
    max-width: 1100px;
    text-align: right;
  }
  .interview .section__content__faq .faq__item .accordion__heading__inner {
    flex-direction: row;
  }
  .work .section__header .font-brackets-h:first-child {
    margin-left: -16px;
  }
  .work .section__content__sales-work .content__header .diagram__illustration {
    max-width: 1180px;
    margin: 0 auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .work .section__content__sales-work .content__header .diagram__illustration .position {
    margin-top: auto;
    margin-bottom: 20px;
  }
  .work .section__content__sales-work .content__header .diagram__illustration .position__name {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .work .section__content__sales-work .content__header .diagram__illustration .position__name--customer {
    line-height: 170%;
  }
  .work .section__content__sales-work .content__header .diagram__illustration .interaction__item.bubble {
    order: 3;
    margin-top: 10px;
  }
  .work .section__content__sales-work .content__header .diagram__illustration .interaction__item.bubble::after {
    top: -1px;
    bottom: initial;
  }
  .work .section__content__sales-work .content__main .job-type__details {
    border-radius: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: clamp(1.875rem, 0.446rem + 2.98vw, 3.125rem);
         column-gap: clamp(1.875rem, 0.446rem + 2.98vw, 3.125rem);
    padding: 0;
    border: initial;
    background-color: transparent;
  }
  .work .section__content__sales-work .content__main .job-type__details .case--company {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .work .section__content__sales-work .content__main .job-type__details .case--personal {
    display: block !important;
  }
  .work .section__content__sales-work .content__main .job-type__details .frame.frame--outline.pc {
    padding: 0 50px;
    padding-top: clamp(3.75rem, 3.214rem + 2.68vw, 5.625rem);
    padding-bottom: clamp(3.75rem, 2.857rem + 4.46vw, 6.875rem);
    margin: 0 auto;
    border: solid 3px #4351A2;
  }
  .about .intro__support__content .cocoro {
    max-width: 280px;
  }
  .about .intro__support__content .cocoro__inner {
    justify-content: space-between;
  }
  .about .intro__support__content .cocoro__profile {
    margin-top: 50px;
  }
  .about .intro__support__content .cocoro__profile, .about .intro__support__content .cocoro__profile .cocoro__name {
    white-space: nowrap;
  }
  .about .intro__support__content .cocoro__bubble {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .style .section__content__description-01 .training-phase .flow__type__item::before, .style .section__content__description-01 .training-phase .flow__type__item::after {
    animation: none;
  }
  .style .section__content__description-01 .training-phase .flow__phase__item.step-four {
    transform: translateY(25px);
    opacity: 0;
  }
  .style .section__content__description-01 .training-phase .fade-up.start .flow__type__item::before {
    animation: arrow-height--step 0.8s ease-out forwards;
    animation-delay: 1.3s;
  }
  .style .section__content__description-01 .training-phase .fade-up.start .flow__type__item::after {
    animation: arrow-head--step 0.8s ease-out forwards;
    animation-delay: 1.3s;
  }
  .style .section__content__description-01 .about-career .flow__type__item.sales::before, .style .section__content__description-01 .about-career .flow__type__item.sales::after, .style .section__content__description-01 .about-career .flow__type__item.main::before, .style .section__content__description-01 .about-career .flow__type__item.main::after, .style .section__content__description-01 .about-career .flow__type__item.group::before, .style .section__content__description-01 .about-career .flow__type__item.group::after {
    animation: none;
  }
  .style .section__content__description-01 .about-career .fade-up.start .flow__type__item.sales::before {
    opacity: 0;
    animation: arrow-height--career01 0.8s ease-out forwards;
    animation-delay: 1.3s;
  }
  .style .section__content__description-01 .about-career .fade-up.start .flow__type__item.sales::after {
    top: calc(100% + 20px + 100px);
    opacity: 0;
    animation: arrow-head--career01 0.8s ease-out forwards;
    animation-delay: 1.3s;
  }
  .style .section__content__description-01 .about-career .fade-up.start .flow__type__item.main::before, .style .section__content__description-01 .about-career .fade-up.start .flow__type__item.group::before {
    opacity: 0;
    animation: arrow-height--career02 0.8s ease-out forwards;
    animation-delay: 1.3s;
  }
  .style .section__content__description-01 .about-career .fade-up.start .flow__type__item.main::after, .style .section__content__description-01 .about-career .fade-up.start .flow__type__item.group::after {
    top: calc(100% + 20px + 100px);
    opacity: 0;
    animation: arrow-head--career02 0.8s ease-out forwards;
    animation-delay: 1.3s;
  }
  .zoom-in--one, .fade-up--one, .bounce-up--one {
    animation-delay: 0.3s;
  }
  .zoom-in--two, .fade-up--two, .bounce-up--two {
    animation-delay: 0.6s;
  }
  .zoom-in--three, .fade-up--three, .bounce-up--three {
    animation-delay: 0.9s;
  }
  .zoom-in--four, .fade-up--four, .bounce-up--four {
    animation-delay: 1.2s;
  }
  .zoom-in.pc-anime-none, .fade-up.pc-anime-none, .bounce-up.pc-anime-none {
    animation: none;
    opacity: 1;
    transform: translateY(0px);
  }
  .zoom-in .step, .fade-up .step, .bounce-up .step {
    transform: translateY(25px);
    opacity: 0;
  }
  .zoom-in.start .step, .fade-up.start .step, .bounce-up.start .step {
    animation-name: fade-up;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  .zoom-in.start .step-one, .fade-up.start .step-one, .bounce-up.start .step-one {
    animation-delay: 0.3s;
  }
  .zoom-in.start .step-two, .fade-up.start .step-two, .bounce-up.start .step-two {
    animation-delay: 0.8s;
  }
  .zoom-in.start .step-four, .fade-up.start .step-four, .bounce-up.start .step-four {
    animation-name: bounce-up;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }
  .font-note {
    /* PC/和文/＜和文＞注釈 */
    font-weight: 500;
    line-height: 180%; /* 21.6px */
  }
  .main__nav.active {
    height: 50px;
  }
  .main__nav__item.heading {
    width: auto;
    padding-right: 0;
  }
  .main__nav .hamburger__btn {
    display: none;
  }
  .main__nav .hamburger__lists {
    display: block;
    width: auto;
  }
  .main__nav .hamburger__lists--main {
    display: flex;
  }
  .main__nav .hamburger__lists .accordion__list {
    display: none !important;
  }
  .main__nav .hamburger__item__title {
    font-size: 11.5px;
    letter-spacing: 1.4px;
    padding: 0 8px;
    box-shadow: none;
  }
  .main__nav .hamburger__item__title::after {
    content: none !important;
  }
  .main__nav .hamburger__item__title--en {
    display: none;
  }
  .main__nav .hamburger__item__title--en:has(.adjustment) {
    margin-right: 0;
    display: block;
  }
  .main__nav .hamburger__item__title--en:has(.adjustment) span {
    display: none;
  }
  .main__nav .hamburger__item__title--en:has(.adjustment) .adjustment {
    display: block;
    margin-top: 0;
    font-size: 11.5px;
  }
  .main__nav .hamburger__item__title .btn--circle {
    display: none;
  }
  .main__nav .hamburger__item:last-of-type .hamburger__item__title {
    padding-right: 20px;
  }
  .main__nav .hamburger__links {
    display: none;
  }
  .main__nav .accordion__list {
    display: none;
  }
  .section .flow .step_inner {
    background-color: transparent;
  }
  .section .flow__inner {
    background-color: initial;
    padding-bottom: 0;
  }
  .section .flow__tab-heading__list {
    display: none;
  }
  .section .flow__type__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .section .flow__phase__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .section .flow__phase__item:not(.bubble) {
    display: block !important;
    opacity: 1 !important;
  }
  .section .flow__phase__item:not(.bubble).transparent:not(.active) {
    animation-name: fade-up;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  .section .point__list {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .section .point__item__circle-graph {
    width: clamp(14.063rem, 7.139rem + 10.82vw, 16.875rem);
  }
  .intern_and_career .section__content__description .section__content__links {
    display: none;
  }
  .intern_and_career .section__content__description .program-frames {
    flex-direction: row;
    align-items: start;
  }
  .intern_and_career .section__content__description .program-frames .frame {
    padding-left: 25px;
    padding-right: 25px;
    width: 30%;
    min-width: 320px;
  }
  .intern_and_career .section__content__description .program-frames .frame__content .color-heading.djustment {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .intern_and_career .section__content__description .program-frames .frame__header p {
    height: clamp(240px, 270px + (100vw - 1024px) * -0.072115, 270px);
  }
  .intern_and_career .section__content__description .program-frames .frame__header .img {
    min-height: 198px;
    aspect-ratio: 4/3;
  }
  .intern_and_career .section__content__description .program-frames .frame__header .img img {
    height: 100%;
  }
  .intern_and_career .section__content__description .program-frames .frame__header__intro {
    height: 110px;
  }
  .style .section__content__links .frame__header {
    display: flex;
    flex-direction: row;
  }
  .style .section__content__links .frame.work-at .frame__header .decoration {
    margin-left: -20px;
  }
  .style .section__content__links .frame.work-at .frame__header .decoration__num {
    z-index: 999;
    margin-left: -100px;
    margin-top: -30px;
    z-index: initial;
  }
  .style .section__content__links .frame.grow-with .frame__header {
    justify-content: space-between;
  }
  .style .section__content__links .frame.grow-with .frame__header__inner {
    width: 60%;
    margin-left: -10px;
  }
  .style .section__content__links .frame.grow-with .frame__header__inner p {
    width: 117%;
  }
  .style .section__content__links .frame.grow-with .frame__header .decoration {
    order: 2;
    margin-left: -30px;
    margin-right: 0;
    margin-right: -40px;
  }
  .style .section__content__links .frame.grow-with .frame__content .link__list {
    flex-wrap: nowrap;
    margin-left: -27.5%;
    width: 155%;
    -moz-column-gap: clamp(0.906rem, -4.555rem + 8.53vw, 3.125rem);
         column-gap: clamp(0.906rem, -4.555rem + 8.53vw, 3.125rem);
  }
  .style .section__content__links .frame.grow-with .frame__content .link__list .link__item:first-of-type .link__item__anchor {
    font-size: 14.9px;
  }
  .style .section__content__description-01 .training-phase .flow .switch-one--cs {
    display: block !important;
  }
  .style .section__content__description-01 .training-phase .flow .flow__type__item {
    display: block !important;
  }
  .style .section__content__description-01 .training-phase .flow__tab-heading__list {
    display: none;
  }
  .style .section__content__description-01 .training-phase .flow__type__list {
    padding: 0;
  }
  .style .section__content__description-01 .training-phase .flow__type__item:nth-of-type(2) .training__career__img {
    max-height: 95px;
  }
  .style .section__content__description-01 .training-phase .flow__type__item:nth-of-type(2) .training__career__img img {
    width: auto;
    max-height: 100px;
  }
  .style .section__content__description-01 .training-phase .flow__type__item__item:nth-of-type(2), .style .section__content__description-01 .training-phase .flow__type__item__item:last-of-type {
    display: block;
  }
  .style .section__content__description-01 .training-phase .flow__type__item:nth-of-type(2), .style .section__content__description-01 .training-phase .flow__type__item:last-of-type {
    display: block;
  }
  .style .section__content__description-01 .training-phase .flow__type__item .training__career__state {
    width: clamp(13.125rem, 2.356rem + 16.83vw, 17.5rem);
  }
  .style .section__content__description-01 .training-phase .flow__type__item .training__career__img img {
    width: 100%;
    max-width: 100px;
  }
  .style .section__content__description-01 .training-phase .flow__type__item .training__career__title {
    font-size: 15px;
  }
  .style .section__content__description-01 .training-phase .flow__phase__item:first-of-type, .style .section__content__description-01 .training-phase .flow__phase__item:nth-of-type(3) {
    grid-column: 1/4;
  }
  .style .section__content__description-01 .training-phase .flow__phase__item:nth-of-type(2) {
    grid-column: 1;
  }
  .style .section__content__description-01 .training-phase .flow__phase__item:nth-of-type(4) {
    grid-column: 1/3;
  }
  .style .section__content__description-01 .training-phase .flow__phase__item:nth-of-type(5) {
    grid-column: 3/4;
  }
  .style .section__content__description-01 .training-phase .flow__phase__item:nth-of-type(6) { /*bubble*/
    grid-column: 2/4;
    margin: 0 auto -40px 45%;
  }
  .style .section__content__description-01 .training-phase .flow__phase__item:last-of-type {
    grid-column: 1/4;
  }
  .style .section__content__description-01 .driver-license .frame__content {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .style .section__content__description-01 .driver-license .frame__content__inner {
    width: calc(100% - 20px - 357px);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 5px;
    margin: 0;
  }
  .style .section__content__description-01 .driver-license .frame__content__block:first-of-type {
    margin-right: auto;
  }
  .style .section__content__description-01 .driver-license .frame__content__block:nth-of-type(2) {
    margin-left: auto;
    margin-right: 30px;
  }
  .style .section__content__description-01 .driver-license .frame__content .font-note {
    max-width: 357px;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
  .style .section__content__description-01 .about-career .flow__type__item {
    display: block !important;
  }
  .style .section__content__description-01 .about-career .flow__phase__list {
    grid-template-rows: repeat(6, 1fr);
  }
  .style .section__content__description-01 .about-career .flow__phase__item {
    display: block !important;
  }
  .style .section__content__description-01 .about-career .flow__phase__item:first-of-type {
    grid-column: 1/4;
  }
  .style .section__content__description-01 .about-career .flow__phase__item:nth-of-type(2) {
    grid-column: 1;
  }
  .style .section__content__description-01 .about-career .flow__phase__item:nth-of-type(n+5):nth-of-type(-n+8) {
    grid-column: 1/2;
  }
  .style .section__content__description-01 .about-career .flow__phase__item:nth-of-type(9) {
    grid-column: 2/3;
    grid-row: 3/7;
  }
  .style .section__content__description-01 .about-career .flow__phase__item:last-of-type {
    grid-column: 3/4;
    grid-row: 3/7;
  }
  .style .section__content__description-01 .about-career .flow__phase__item.list {
    background-color: #ECEFF7;
  }
  .style .section__content__description-01 .about-career .flow .font-note {
    text-align: center;
    margin-top: 25px;
  }
  .style .section__content__description-02 .enjoy-grant .lifestyle__item:first-of-type {
    margin: 0;
  }
  .style .section__content__description-02 .enjoy-grant .lifestyle__item__img img {
    max-height: 100px;
  }
  .style .section__content__description-02 .benefits .benefit__list-box {
    padding-left: 0;
    height: 480px;
  }
  .style .section__content__description-02 .benefits .benefit__list-box .wrap--third {
    display: block;
  }
  .style .section__content__description-02 .benefits .benefit__list-box .wrap--second {
    display: contents;
  }
  .style .section__content__description-02 .benefits p.font-note {
    text-align: center;
  }
  .work .section__header .font-brackets-h:first-child {
    margin-left: -19px;
  }
  .work .section__content__sales-work .content__header .diagram__illustration .interaction {
    padding: 0;
  }
  .work .section__content__sales-work .content__header .diagram__title {
    border-radius: 20px;
  }
  .work .section__content__job .job__item {
    border-radius: 20px;
  }
  .about .industry-logistics--sagawa .frame__content .achievements__list {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
  .about .industry-logistics--sagawa .frame__content .achievements__item {
    width: 30%;
    min-width: 235px;
  }
  .about .section__content .intro__support__heading {
    margin-bottom: 20px;
  }
  .about .section__content .intro__support__content {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
  .about .section__content .intro__support__content .town-support__link {
    margin: auto auto 20px 0;
    margin-right: 0;
    width: 52.5%;
    order: 2;
  }
  .about .section__content .intro__support__content .cocoro {
    margin: 0;
  }
  .about .section__content .intro__support__content .cocoro__inner {
    align-items: flex-end;
  }
  .about .section__content .intro__support__content .cocoro__bubble {
    margin-bottom: -60px;
    margin-left: -20px;
  }
  .about .section__content .intro__support__content .cocoro__bubble::after {
    transform: rotate(30deg);
    right: 5px;
    bottom: 20px;
  }
  .about .section__content .intro__support__content .cocoro__name {
    line-height: 170%;
  }
  .about .section__content .intro__support__content .cocoro__profile {
    margin-bottom: 0;
  }
  .about .section__content .intro__support__content .cocoro__img {
    max-width: 120px;
  }
}
@media screen and (min-width: 1240px) {
  .intern_and_career .section__content__description .program-frames .frame.drama .title--adjustment {
    line-height: initial;
  }
}
@media screen and (min-width: 1440px) {
  .style .section__content__description-01 .training-phase .frame__header .font-ja.ja--mid-main {
    white-space: nowrap;
  }
  .work .section__content__sales-work .content__header__overview .work_sales_wrap {
    display: none;
  }
  .footer__nav__item--ja {
    width: -moz-fit-content;
    width: fit-content;
  }
}/*# sourceMappingURL=style.css.map */