@charset "UTF-8";
html.is-resizing,
html.is-resizing *,
html.is-resizing *::before,
html.is-resizing *::after {
  transition: none !important;
  animation-duration: 0s !important;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tb {
  display: none;
}
@media (max-width: 960px) {
  .tb {
    display: block !important;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.sp_s {
  display: none;
}
@media (max-width: 375px) {
  .sp_s {
    display: block !important;
  }
}

.nodata {
  width: 100%;
  text-align: center;
}

.align--center {
  text-align: center;
}

small {
  font-size: 0.88em;
}

sup {
  font-size: 0.7em;
}

body {
  background: #fff;
  overflow-x: hidden;
}
main {
  display: block;
}

.pic {
  width: 100%;
  height: auto;
}

.site-wrap {
  overflow: clip();
  position: relative;
  z-index: 100;
}

.ff--kaku {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Zen Kaku Gothic New", sans-serif;
}

.btn--circle {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 0 0 auto;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .btn--circle {
    border: solid 1px #000;
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 769px) {
  .btn--circle {
    cursor: pointer;
  }
  .btn--circle:hover {
    box-shadow: 0px 0px 0px 100px #192fb7 inset;
    border: solid 2px #192fb7;
    color: #fff !important;
  }
  .btn--circle:hover .icon-arrow {
    background: #fff;
    width: 60px;
  }
  .btn--circle:hover .icon-arrow::after {
    background: #fff;
  }
}
@media (min-width: 769px) {
  .btn--circle .icon-arrow {
    transition: all ease 0.4s;
  }
}
.btn--circle .icon-arrow {
  width: 45px;
  height: 2px;
}
@media (max-width: 768px) {
  .btn--circle .icon-arrow {
    width: 32px;
    height: 1px;
  }
}
.btn--circle .icon-arrow {
  background: #000;
  position: absolute;
  left: 38%;
  bottom: 18%;
}
@media (min-width: 769px) {
  .btn--circle .icon-arrow::after {
    transition: all ease 0.4s;
  }
}
.btn--circle .icon-arrow::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
}
@media (max-width: 768px) {
  .btn--circle .icon-arrow::after {
    width: 10px;
    height: 1px;
  }
}
.btn--circle .icon-arrow::after {
  background: #000;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transform-origin: right center 0;
}

.site-main {
  position: relative;
}

.btn-backtotop {
  width: 50px;
  height: 50px;
  background: #192fb7;
  position: absolute;
  right: 100px;
}
@media (max-width: 768px) {
  .btn-backtotop {
    right: 25px;
  }
}
.btn-backtotop {
  bottom: 0;
  z-index: 100;
  transform: translateY(50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .btn-backtotop {
    cursor: pointer;
  }
  .btn-backtotop:hover {
    transform: translateY(50%) scale(1.2);
  }
}

.wave-blue {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  transform: scaleY(0.2) translateY(2px) translateX(0%);
  transform-origin: bottom center 0;
}
.wave-blue.anime-active {
  transition: 1s all ease;
  transform: scaleY(1) translateY(2px) translateX(0%);
}

.wave-blue svg {
  display: block;
  width: 100%;
  height: clamp(80px, 12vw, 180px);
}

.wave-blue path {
  fill: #0d7ade;
}

.cont-nav {
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .cont-nav {
    max-width: 560px;
    margin: auto;
  }
}

.btn--s01 {
  background: #01296D;
  color: #fff;
  width: fit-content;
  margin: auto;
  padding: 0px 70px;
  height: 80px;
  font-weight: 700;
  font-size: min(1.9879518072vw, 33px);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .btn--s01 {
    padding: 0px 20px;
    height: 3em;
    font-size: 1.25rem;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .btn--s01 {
    transition: 0.2s all ease;
  }
}
@media (min-width: 769px) {
  .btn--s01 {
    cursor: pointer;
  }
  .btn--s01:hover {
    background: #0d7ade;
  }
}

.btn--entry {
  display: block;
  font-size: 0.9375rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  background: #00FF31;
  width: 238px;
}
@media (min-width: 769px) {
  .btn--entry {
    transition: 0.2s all ease;
  }
}
@media (min-width: 769px) {
  .btn--entry {
    cursor: pointer;
  }
  .btn--entry:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .btn--entry {
    width: 100%;
    padding: 0 5px;
  }
}

.sect__inner {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .sect__inner {
    padding: 0 0px;
  }
}
.sect.bg-gray {
  background: #E5E5E5;
}
.sect__w1600 {
  max-width: 1660px;
  margin: auto;
}
.sect__title {
  display: flex;
  flex-direction: column;
}
.sect__title span {
  font-size: min(1.8072289157vw, 30px);
  color: #01296D;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sect__title span {
    font-size: 1.25rem;
  }
}
.sect__title strong {
  font-size: min(3.7951807229vw, 63px);
  color: #2683C7;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .sect__title strong {
    font-size: 2rem;
  }
}

.voice-photo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-grow: 1;
}
.voice-photo__in {
  position: relative;
  width: min(345px, 100%);
  container-type: inline-size;
}

.voice-badge {
  position: absolute;
  z-index: 2;
  left: 15.5%;
  bottom: 0;
  margin-bottom: 62.55%;
  color: #fff;
  line-height: 1.2;
  pointer-events: none;
  white-space: nowrap;
}
.voice-badge span {
  display: block;
  color: #DBC8AC;
  font-weight: 600;
  font-size: 4.93cqw;
}
.voice-badge strong {
  display: block;
  font-weight: 800;
  font-size: 7.54cqw;
}
.voice-badge--gold {
  left: 11%;
}
.voice-badge--gold span {
  color: #967007;
  font-size: 4.35cqw;
}
.voice-badge--gold strong {
  font-size: 6.67cqw;
}
.voice-badge--home {
  margin-bottom: 61.95%;
}

.senpai-card {
  flex: 0 0 43.7%;
  display: flex;
  flex-direction: column;
  position: relative;
  container-type: inline-size;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .senpai-card {
    flex: 0 0 300px;
  }
}
@media (max-width: 768px) {
  .senpai-card {
    flex: none;
    width: min(100%, 360px);
    margin: 0 auto;
  }
}
.senpai-card .voice-photo__in {
  width: 82.2%;
  transition: 0.4s all linear(0, 0.009 1.4%, 0.032 2.8%, 0.131 6%, 0.265 9.1%, 0.675 17.6%, 0.88 22.8%, 0.953 25.2%, 1.014 27.7%, 1.062 30.3%, 1.094 32.9%, 1.121 37.2%, 1.121 42.2%, 1.102 46.7%, 1.019 61.2%, 0.989 71.5%, 0.985 81.1%, 1);
}
@media (min-width: 769px) {
  .senpai-card:hover .voice-photo__in {
    transform: scale(1.05);
  }
}
.senpai-card figcaption {
  margin-top: -70px;
  background: #fff;
  border-radius: 60px;
  display: block;
  height: 187px;
  padding: 80px 34px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .senpai-card figcaption {
    border-radius: 40px;
    height: 173px;
    padding: 80px 24px 0;
  }
}
@media (max-width: 768px) {
  .senpai-card figcaption > div {
    padding-right: 48px;
  }
}
.senpai-card figcaption > div strong {
  display: block;
  font-size: 1.1875rem;
  font-weight: 600;
}
@supports (font-size: 1cqw) {
  .senpai-card figcaption > div strong {
    white-space: nowrap;
    font-size: clamp(13px, (100cqw - 68px) / 13.5, 19px);
  }
}
@media (max-width: 768px) {
  .senpai-card figcaption > div strong {
    font-size: 1rem;
  }
}
.senpai-card figcaption > div strong.fc--green {
  color: #86B72D;
}
.senpai-card figcaption > div strong.fc--purple {
  color: #935390;
}
.senpai-card figcaption > div span {
  font-weight: 400;
  font-size: min(0.8333333333vw, 16px);
  color: #1A1311;
}
@media (max-width: 768px) {
  .senpai-card figcaption > div span {
    font-size: 0.875rem;
  }
}
.senpai-card figcaption > div p {
  font-size: min(0.8333333333vw, 16px);
  font-weight: 500;
  color: #1A1311;
}
@media (max-width: 768px) {
  .senpai-card figcaption > div p {
    font-size: 0.875rem;
  }
}
.senpai-card figcaption .icon {
  width: 60px;
  height: 60px;
  background: #F4BD48;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
@media (max-width: 768px) {
  .senpai-card figcaption .icon {
    width: 45px;
    height: 45px;
    right: 24px;
    bottom: 24px;
  }
}
.senpai-card figcaption .icon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #fff;
  border-right: 0;
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .senpai-card figcaption .icon::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fff;
  }
}

@keyframes anime-pop-up {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
animation
--------------------------------------------------------------*/
@keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*[data-a=tra-fade-up] {
  opacity: 0 !important;
  transform: translateY(30px) !important;
}
*[data-a=tra-fade-up].anime-active {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

@keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-left {
  0% {
    transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
*[data-a=fade-txt] span {
  transition: all 0.3s cubic-bezier(0.14, 0.26, 0.44, 1.26);
  display: inline-block;
  opacity: 0;
  transform: translate(0, 0.6em);
}
*[data-a=fade-txt].anime-active span {
  opacity: 1;
  transform: translate(0px, 0px);
}

*[data-a=fade-txt-left] {
  opacity: 0;
}
*[data-a=fade-txt-left] span {
  transition: all 0.3s ease;
  display: inline-block;
  opacity: 0;
  transform: translate(2em, 0em);
}
*[data-a=fade-txt-left].anime-active {
  opacity: 1;
}
*[data-a=fade-txt-left].anime-active span {
  opacity: 1;
  transform: translate(0px, 0px);
}

*[data-a=pop-up] {
  transform: scale(0);
}

*[data-a=fade-in] {
  opacity: 0;
  animation-timing-function: ease-out;
}

*[data-a=fade-up] {
  opacity: 0;
  animation-timing-function: ease-out;
}

*[data-a=fade-left] {
  opacity: 0;
}

*[data-a=zoom-up] {
  opacity: 0;
}

@keyframes anime-zoom-up {
  0% {
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes anime-zoom-up-out {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
}
*[data-a=slide-right] {
  clip-path: inset(0 100% 0 0);
  position: relative;
  transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-right].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-left] {
  clip-path: inset(0 0% 0 100%);
  position: relative;
  transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-left].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-mask] {
  width: fit-content;
  display: block;
  position: relative;
  text-indent: 102%;
  overflow: hidden;
  white-space: nowrap;
}
*[data-a=slide-mask]::before {
  content: "";
  width: 0%;
  height: 110%;
  position: absolute;
  left: 0;
  top: -5%;
  background: #01296D;
}
*[data-a=slide-mask].anime-active::before {
  animation: anime-sm-mask 1s infinite;
  animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  z-index: 2;
}

.anime-slide-mask {
  animation: anime-sm-txt 1s infinite;
  animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

*[data-a=slide-mask-b] {
  width: fit-content;
  display: block;
  position: relative;
  text-indent: 102%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 0 10px;
  margin: 0 0 -10px;
}
*[data-a=slide-mask-b]::before {
  content: "";
  width: 0%;
  height: 110%;
  position: absolute;
  left: 0;
  top: -5%;
  background: #419CE0;
}

.anime-slide-mask-b::before {
  animation: anime-sm-mask 1s infinite;
  animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  z-index: 2;
}

.anime-slide-mask-b {
  animation: anime-sm-txt 1s infinite;
  animation-timing-function: cubic-bezier(0, 0.74, 0.33, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@media (max-width: 768px) {
  *[data-a=slide-mask],
  *[data-a=slide-mask-b] {
    max-width: 100%;
    white-space: normal;
    text-indent: 0;
    visibility: hidden;
  }
  *[data-a=slide-mask]::before,
  *[data-a=slide-mask-b]::before {
    visibility: visible;
  }
  .anime-slide-mask,
  .anime-slide-mask-b {
    animation-name: anime-sm-txt-sp;
  }
}
@keyframes anime-sm-txt-sp {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  51% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes anime-sm-txt {
  0% {
    text-indent: 102%;
  }
  50% {
    text-indent: 102%;
  }
  51% {
    text-indent: 0%;
  }
  100% {
    text-indent: 0%;
  }
}
@keyframes anime-sm-mask {
  0% {
    width: 0%;
    left: 0;
    right: auto;
  }
  50% {
    width: 102%;
    left: 0;
    right: auto;
  }
  51% {
    width: 102%;
    left: auto;
    right: -2%;
    text-indent: 0%;
  }
  100% {
    width: 0%;
    left: auto;
    right: -2%;
  }
}
.site-header {
  height: 60px;
  position: sticky;
  top: 0;
  left: 0;
  background: #00296D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .site-header {
    height: 40px;
    padding: 0 0 0 15px;
  }
}
@media (max-width: 768px) {
  .site-header h1 {
    width: 30%;
    max-width: 115px;
  }
  .site-header h1 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 100%;
}
.site-header__nav .btn--entry {
  height: 100%;
}
@media (max-width: 768px) {
  .site-header__nav {
    gap: 0px;
  }
}
.site-header__nav * {
  display: block;
  font-size: 0.9375rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .site-header__nav * {
    letter-spacing: 0em;
    font-size: 1.0625rem;
    padding: 0 12px;
  }
}
.site-header__nav button {
  width: 140px;
  background: #91D1FF;
}
@media (min-width: 769px) {
  .site-header__nav button {
    transition: 0.2s all ease;
  }
}
@media (min-width: 769px) {
  .site-header__nav button {
    cursor: pointer;
  }
  .site-header__nav button:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .site-header__nav button {
    width: 100%;
    padding: 0 12px;
  }
}

@keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}
@keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    transform: translateY(-50%);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
.global-nav {
  pointer-events: none;
  width: 500px;
  height: fit-content;
  max-height: calc(100vh - 70px);
  background: #FFF;
  position: absolute;
  overflow-y: auto;
  right: 0;
  top: 50px;
  opacity: 0;
  z-index: 40000;
  padding: 10px 30px;
  transition: 0.6s all ease;
  border: solid 1px #91D1FF;
}
@media (max-width: 768px) {
  .global-nav {
    z-index: 1000;
    width: 100%;
    top: 48px;
    transform: translateY(-8px);
  }
}
.global-nav.open {
  pointer-events: all;
  opacity: 1;
}
.global-nav--up {
  top: auto;
  bottom: calc(100% - 9px);
}
.global-nav__main {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .global-nav__main {
    padding: 10px 0;
  }
}
.global-nav__main li {
  width: 100%;
}
.global-nav__main li a {
  width: 100%;
  color: #000;
  font-size: min(1.8072289157vw, 30px);
  display: flex;
  flex-direction: column;
  border-bottom: solid 2px #fff;
  padding: 10px 0 10px 25px;
  position: relative;
}
@media (min-width: 769px) {
  .global-nav__main li a {
    cursor: pointer;
  }
  .global-nav__main li a:hover {
    color: #2683C7;
  }
  .global-nav__main li a:hover::after {
    left: 3px;
  }
  .global-nav__main li a:hover {
    transition: 0.2s all ease;
  }
}
.global-nav__main li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #2683C7;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 23px;
  transition: 0.1s all ease;
}
.global-nav__main li a span {
  font-size: min(1.4457831325vw, 24px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .global-nav__main li a {
    padding: 7px 0 7px 25px;
  }
  .global-nav__main li a::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .global-nav__main li a span {
    font-size: 0.9375rem;
  }
}

.global-nav-mask {
  width: 100%;
  height: 100%;
  z-index: 32000;
  background: #192fb7;
  position: fixed;
  left: 0;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .global-nav-mask {
    transition: all 0.6s ease;
  }
}
@media (max-width: 768px) {
  .global-nav-mask {
    display: none;
  }
}
.global-nav-mask.active {
  opacity: 0.2;
  pointer-events: all;
}

.time-nav__info {
  transform: scale(0) translateY(100%);
  transform-origin: center 30% 0;
}
.time-nav__info.active {
  transition: all 2s linear(0, 0.009 0.6%, 0.04 1.3%, 0.167 2.8%, 0.841 7.9%, 1.079 10.1%, 1.224 12.2%, 1.263 13.2%, 1.284 14.3%, 1.285 15.6%, 1.261 17%, 1.212 18.6%, 1.056 22.6%, 0.99 24.6%, 0.939 26.9%, 0.918 29.2%, 0.925 32%, 1.002 39.5%, 1.023 44%, 0.993 58.8%, 1.002 73.4%, 1);
  transform: scale(1) translateY(100%);
}
.time-nav__info.hide {
  transition: 0.4s all ease;
  opacity: 0;
}
.time-nav__info {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  background: #192fb7;
  border-radius: 50px;
  height: 37px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .time-nav__info {
    bottom: -2px;
    height: 20px;
    font-size: 0.625rem;
  }
}
.time-nav__info::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 16px solid #192fb7;
  border-top: 0;
}
@media (max-width: 768px) {
  .time-nav__info::after {
    top: -8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 10px solid #192fb7;
  }
}
.time-nav {
  width: 185px;
  height: 60px;
  position: fixed;
  top: 5px;
  right: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 32000;
}
@media (max-width: 768px) {
  .time-nav {
    z-index: 43000;
    transition: 0.6s all ease;
  }
  .time-nav.switchHeader {
    top: -100px;
  }
}
@media (max-width: 768px) {
  .time-nav {
    right: 60px;
    width: 131px;
    height: 50px;
    top: 0px;
  }
}
.time-nav img {
  pointer-events: none;
}

body.touch.is-landscape .global-nav {
  padding: 50px 40px 0 40px;
}

@media (min-width: 769px) {
  body:not(.touch) .btn-time:not(.active):hover::after {
    box-shadow: 0px 0px 0px 3px #192fb7;
  }
}

.btn-time {
  cursor: pointer;
  width: 52px;
  height: 52px;
  background: #efefef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 2s linear(0, 0.009 0.6%, 0.04 1.3%, 0.167 2.8%, 0.841 7.9%, 1.079 10.1%, 1.224 12.2%, 1.263 13.2%, 1.284 14.3%, 1.285 15.6%, 1.261 17%, 1.212 18.6%, 1.056 22.6%, 0.99 24.6%, 0.939 26.9%, 0.918 29.2%, 0.925 32%, 1.002 39.5%, 1.023 44%, 0.993 58.8%, 1.002 73.4%, 1);
  transform: scale(0);
}
.btn-time.open {
  transform: scale(1);
}
@media (max-width: 768px) {
  .btn-time {
    width: 37px;
    height: 37px;
  }
  .btn-time img {
    transform: scale(0.7);
    height: auto;
  }
}
.btn-time--morning {
  transition-delay: 0;
  background: #d6ffdd;
  border: solid 3px #d6ffdd;
}
.btn-time--afternoon {
  transition-delay: 0.2s;
  background: #ffefc9;
  border: solid 3px #ffefc9;
}
.btn-time--night {
  transition-delay: 0.4s;
  background: #ebdbff;
  border: solid 3px #ebdbff;
}
.btn-time::after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s all ease;
}
.btn-time.active::after {
  box-shadow: 0px 0px 0px 3px #192fb7;
}
.btn-time.active {
  pointer-events: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  background: #C7E8FF;
}
.site-footer__cont {
  padding: 30px 90px;
  display: grid;
  grid-template-columns: 542fr 460fr 640fr;
  grid-template-rows: 1fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1400px) {
  .site-footer__cont {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .site-footer__cont {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
}
.site-footer__company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-footer__company-logo a {
    max-width: 560px;
    width: 70%;
  }
  .site-footer__company-logo img {
    width: 100%;
    display: block;
    margin: auto;
  }
}
.site-footer__site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-footer__site-logo a {
    max-width: 560px;
    width: 40%;
  }
  .site-footer__site-logo img {
    width: 100%;
    display: block;
    margin: auto;
  }
}
.site-footer__copyright {
  text-align: center;
  color: #fff;
  background: #01296D;
  font-size: min(1.2048192771vw, 20px);
  font-weight: 500;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .site-footer__copyright {
    font-size: 0.625rem;
  }
}
.site-footer__nav ul {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  justify-content: start;
  column-gap: 80px;
  row-gap: 10px;
}
@media (max-width: 1400px) {
  .site-footer__nav ul {
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
}
.site-footer__nav a {
  width: fit-content;
  margin: auto;
  font-size: min(1.2048192771vw, 20px);
  font-weight: 500;
  color: #2683C7;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .site-footer__nav a {
    display: block;
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .site-footer__nav a {
    cursor: pointer;
  }
  .site-footer__nav a:hover {
    text-decoration: underline;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

picture {
  display: block;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  /*
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","Noto Sans JP", sans-serif;
  */
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
body.noscroll {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

p {
  line-height: 1.5;
}

ol, ul, menu, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
input[type=tel],
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}
input[type=text]:focus:not(:focus-visible),
input[type=email]:focus:not(:focus-visible),
input[type=password]:focus:not(:focus-visible),
input[type=submit]:focus:not(:focus-visible),
input[type=reset]:focus:not(:focus-visible),
input[type=tel]:focus:not(:focus-visible),
button:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

ul li {
  margin-bottom: 0;
}

/* ===== 数字で見るAIT（Chart.js）===== */
.cont-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cont-chart {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}

.cont-chart__item {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cont-chart__item {
    width: 100%;
  }
}

.chart-donut {
  position: relative;
  width: 24vw;
  max-width: 100%;
}
@media (max-width: 768px) {
  .chart-donut {
    width: 80%;
    max-width: 560px;
  }
}
.chart-donut__ring {
  position: relative;
  z-index: 1;
}
.chart-donut canvas {
  width: 100% !important;
  height: auto !important;
}
.chart-donut__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  white-space: nowrap;
  font-size: min(3.313253012vw, 55px);
}
@media (max-width: 768px) {
  .chart-donut__center {
    font-size: 1.5rem;
  }
}
.chart-donut__legend li {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #535353;
  white-space: nowrap;
  font-size: min(1.2048192771vw, 20px);
  z-index: 100;
}
@media (max-width: 768px) {
  .chart-donut__legend li {
    font-size: 1rem;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}
.chart-donut__legend li:first-child {
  left: 5%;
}
.chart-donut__legend li:last-child {
  left: 95%;
}

.cont-chart__item--num {
  flex-direction: column;
  align-items: center;
}

.chart-num {
  text-align: center;
}
.chart-num__box {
  width: 16vw;
  height: 16vw;
  margin: 0 auto;
  border: 15px solid #B395BF;
  border-radius: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .chart-num__box {
    width: 60vw;
    height: 60vw;
    max-width: 560px;
    max-height: 560px;
    aspect-ratio: 1/1;
  }
}
.chart-num__box strong {
  font-weight: 700;
  color: #B395BF;
  font-size: min(6.0240963855vw, 100px);
}
@media (max-width: 768px) {
  .chart-num__box strong {
    font-size: 5rem;
  }
}
.chart-num__box span {
  font-weight: 700;
  color: #DECDE5;
  margin-top: 8px;
  font-size: min(3.313253012vw, 55px);
}
@media (max-width: 768px) {
  .chart-num__box span {
    font-size: 1.875rem;
  }
}
.chart-num__label {
  margin: 20px 0 0;
  font-weight: 700;
  color: #333;
  font-size: min(3.313253012vw, 55px);
  line-height: 1;
}
@media (max-width: 768px) {
  .chart-num__label {
    font-size: 1.25rem;
  }
}
.chart-num__label small {
  display: block;
  font-weight: 400;
  margin-top: 6px;
  font-size: min(1.8072289157vw, 30px);
}
@media (max-width: 768px) {
  .chart-num__label small {
    font-size: 0.75rem;
  }
}

.site-splash {
  height: calc(100vh - 60px);
}
@media (max-aspect-ratio: 3/5) {
  .site-splash {
    height: auto;
    aspect-ratio: 16/16;
  }
}
.site-splash {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .site-splash {
    height: auto;
    aspect-ratio: 393/399;
  }
}
.site-splash__img {
  position: absolute;
  left: 58%;
  bottom: 0;
  z-index: 10;
  width: fit-content;
  transform: translateX(-50%);
}
@media (max-width: 1920px) {
  .site-splash__img {
    left: 65%;
  }
}
@media (min-width: 1921px) and (max-height: 950px) {
  .site-splash__img {
    left: 70%;
  }
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__img {
    left: 55%;
  }
}
@media (max-width: 768px) {
  .site-splash__img {
    left: auto;
    right: -10%;
    transform: translateX(0%);
  }
}
.site-splash__img img {
  width: auto;
  max-width: 915px;
  max-height: 80vh;
}
@media (max-width: 1920px) {
  .site-splash__img img {
    max-height: auto;
    max-width: 55vw;
  }
}
.site-splash__side {
  max-width: 410px;
  width: 37vh;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
@media (max-width: 1920px) {
  .site-splash__side {
    max-width: 20vw;
  }
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__side {
    max-width: 30vw;
  }
}
@media (max-width: 768px) {
  .site-splash__side {
    display: none;
  }
}
.site-splash__side ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5vh;
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__side ul {
    gap: 20px;
  }
}
.site-splash__side ul li a {
  display: block;
  transition: 0.4s all linear(0, 0.009 1.4%, 0.032 2.8%, 0.131 6%, 0.265 9.1%, 0.675 17.6%, 0.88 22.8%, 0.953 25.2%, 1.014 27.7%, 1.062 30.3%, 1.094 32.9%, 1.121 37.2%, 1.121 42.2%, 1.102 46.7%, 1.019 61.2%, 0.989 71.5%, 0.985 81.1%, 1);
}
@media (min-width: 769px) {
  .site-splash__side ul li a {
    cursor: pointer;
  }
  .site-splash__side ul li a:hover {
    transform: scale(1.1);
  }
}
.site-splash__side img {
  max-height: 36vh;
  width: auto;
  max-width: 318px;
}
@media (max-width: 1920px) {
  .site-splash__side img {
    max-width: 16vw;
  }
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__side img {
    max-width: 90%;
    display: block;
    margin: auto;
  }
}
.site-splash__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.site-splash__bg * {
  width: 100%;
  height: 100%;
}
.site-splash__bg img {
  object-fit: cover;
}
.site-splash__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  padding-top: 5vh;
  align-items: flex-end;
  flex-direction: column;
  gap: 3vh;
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text {
    gap: 14px;
  }
}
@media (min-height: 1100px) {
  .site-splash__text {
    padding-top: 10vh;
  }
}
@media (max-width: 768px) {
  .site-splash__text {
    padding-top: 30px;
  }
}
.site-splash__text .splash-logo {
  position: relative;
  width: calc(100% - 223px);
  padding-top: 5vh;
}
@media (max-width: 1920px) {
  .site-splash__text .splash-logo {
    width: calc(100% - 10vw);
  }
  .site-splash__text .splash-logo img {
    width: 20vw;
  }
}
@media (max-width: 1920px) and (max-height: 620px) {
  .site-splash__text .splash-logo img {
    width: 40vh;
  }
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text .splash-logo {
    padding-top: 20px;
  }
  .site-splash__text .splash-logo img {
    width: 25vw;
  }
}
@media (max-width: 768px) {
  .site-splash__text .splash-logo img {
    width: 35vw;
  }
}
.site-splash__text .splash-text {
  position: relative;
  display: grid;
  grid-template-columns: auto 0fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 20px;
  transition: 0.6s all ease;
}
.site-splash__text .splash-text strong {
  font-weight: 900;
  position: relative;
  z-index: 1;
  text-shadow: 3px 6px 6px rgba(255, 255, 255, 0.8);
}
.site-splash__text .splash-text__en {
  font-size: 1.6em;
  position: absolute;
  width: 90%;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.35);
  line-height: 0.8;
  font-weight: 900;
  z-index: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .site-splash__text .splash-text__en {
    font-size: 1.2em;
  }
}
.site-splash__text .splash-text__arrow {
  position: relative;
  width: 100%;
}
.site-splash__text .splash-text__arrow::after {
  content: "";
  width: calc(100% - 60px);
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text .splash-text__arrow::after {
    width: calc(100% - 30px);
  }
}
.site-splash__text .splash-text__arrow::after {
  height: 20px;
  background: #2583C8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text .splash-text__arrow::after {
    height: 10px;
  }
}
.site-splash__text .splash-text__arrow::before {
  z-index: 3;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-right: 60px solid #2583c8;
  border-left: 0;
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text .splash-text__arrow::before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 30px solid #2583c8;
  }
}
.site-splash__text .splash-text__arrow--02::after {
  background: #419CE0;
}
.site-splash__text .splash-text__arrow--02::before {
  border-right: 60px solid #419CE0;
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text .splash-text__arrow--02::before {
    border-right: 30px solid #419CE0;
  }
}
.site-splash__text .splash-text__arrow--03::after {
  background: #68B6EF;
}
.site-splash__text .splash-text__arrow--03::before {
  border-right: 60px solid #68B6EF;
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text .splash-text__arrow--03::before {
    border-right: 30px solid #68B6EF;
  }
}
.site-splash__text .splash-text--01 .splash-text__en {
  top: 30%;
}
@media (max-width: 768px) {
  .site-splash__text .splash-text--01 .splash-text__en {
    right: 0px;
    top: -0.6em;
  }
}
.site-splash__text .splash-text--01 {
  width: calc(100% - 65px);
}
@media (max-width: 1920px) {
  .site-splash__text .splash-text--01 {
    width: calc(100% - 3vw);
  }
}
.site-splash__text .splash-text--01 {
  font-size: min(7.2289156627vw, 120px);
}
@media (max-width: 1920px) {
  .site-splash__text .splash-text--01 {
    font-size: 5.7vw;
  }
}
@media (max-width: 1920px) and (max-height: 745px) {
  .site-splash__text .splash-text--01 {
    font-size: min(5.7vw, 13vh);
  }
}
@media (max-width: 1920px) and (max-height: 620px) {
  .site-splash__text .splash-text--01 {
    font-size: min(5.7vw, 13vh);
  }
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text .splash-text--01 {
    font-size: min(8.4337349398vw, 140px);
  }
}
@media (max-width: 768px) {
  .site-splash__text .splash-text--01 {
    font-size: 8vw;
  }
}
.site-splash__text .splash-text--01 strong span {
  font-size: 1.14em;
}
.site-splash__text .splash-text--02 .splash-text__en {
  top: 30%;
}
@media (max-width: 768px) {
  .site-splash__text .splash-text--02 .splash-text__en {
    right: 0px;
    top: -0.6em;
  }
}
.site-splash__text .splash-text--02 {
  width: calc(100% - 100px);
}
@media (max-width: 1920px) {
  .site-splash__text .splash-text--02 {
    width: calc(100% - 5vw);
  }
}
.site-splash__text .splash-text--02 {
  font-size: min(6.9277108434vw, 115px);
}
@media (max-width: 1920px) {
  .site-splash__text .splash-text--02 {
    font-size: 5.5vw;
  }
}
@media (max-width: 1920px) and (max-height: 745px) {
  .site-splash__text .splash-text--02 {
    font-size: min(5.5vw, 12vh);
  }
}
@media (max-width: 1920px) and (max-height: 620px) {
  .site-splash__text .splash-text--02 {
    font-size: 12vh;
    font-size: min(5.5vw, 12vh);
  }
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text .splash-text--02 {
    font-size: min(8.4337349398vw, 140px);
  }
}
@media (max-width: 768px) {
  .site-splash__text .splash-text--02 {
    font-size: 7.3vw;
  }
}
.site-splash__text .splash-text--02 strong span {
  font-size: 1.15em;
}
.site-splash__text .splash-text--03 {
  width: calc(100% - 75px);
}
@media (max-width: 1920px) {
  .site-splash__text .splash-text--03 {
    width: calc(100% - 4vw);
  }
}
.site-splash__text .splash-text--03 {
  font-size: min(5.6626506024vw, 94px);
}
@media (max-width: 1920px) {
  .site-splash__text .splash-text--03 {
    font-size: 5vw;
  }
}
@media (max-width: 1920px) and (max-height: 745px) {
  .site-splash__text .splash-text--03 {
    font-size: min(5vw, 11vh);
  }
}
@media (max-width: 1920px) and (max-height: 620px) {
  .site-splash__text .splash-text--03 {
    font-size: 11vh;
    font-size: min(5vw, 11vh);
  }
}
@media (max-aspect-ratio: 3/5) {
  .site-splash__text .splash-text--03 {
    font-size: min(8.4337349398vw, 140px);
  }
}
@media (max-width: 768px) {
  .site-splash__text .splash-text--03 {
    font-size: 7.3vw;
  }
}
.site-splash__text .splash-text--03 strong span {
  font-size: 1.14em;
}
.site-splash__text .splash-text--03 .splash-text__en {
  top: 120%;
}
.site-splash__text .splash-text.anime-active {
  grid-template-columns: auto 1fr;
}

.parts-point {
  display: flex;
  align-items: center;
  gap: 45px;
  font-weight: 700;
}
@media (max-aspect-ratio: 3/5) {
  .parts-point {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .parts-point {
    justify-content: center;
  }
}
.parts-point > div {
  font-weight: 700;
  font-size: min(2.4096385542vw, 40px);
  color: #fff;
  border-radius: 20px;
  background: #D60000;
  border: solid 8px #fff;
  padding: 0 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .parts-point > div {
    font-size: 1.125rem;
  }
}
@media (max-aspect-ratio: 3/5) {
  .parts-point > div {
    border: solid 4px #fff;
  }
}
.parts-point > span {
  font-size: min(3.7951807229vw, 63px);
  color: #2683C7;
}
@media (max-width: 768px) {
  .parts-point > span {
    font-size: 1.25rem;
  }
}

.sect--school__title {
  padding: 30px 0;
}
.sect--school__title h2 {
  text-align: center;
  color: #01296D;
  font-size: min(4.7vw, 70px);
}
@media (max-width: 768px) {
  .sect--school__title h2 {
    font-size: 1.875rem;
  }
}
.sect--school__title h2 span {
  font-size: 1.2em;
}
.sect--school__title {
  position: relative;
}
.sect--school__title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 55px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -54px;
}
@media (max-width: 768px) {
  .sect--school__title::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #ffffff;
    bottom: -19px;
  }
}
.sect--school__point {
  background: #E5E5E5;
  padding: 80px 30px;
}
@media (max-width: 768px) {
  .sect--school__point {
    padding: 45px 20px;
  }
}
.sect--school__point > div {
  max-width: 1540px;
  margin: auto;
}
.sect--school__point > div p {
  margin: 20px 0 0 1.3em;
  letter-spacing: -0.01em;
  font-size: 4.0625rem;
  color: #01296D;
  line-height: 1.2;
  font-size: min(4vw, 65px);
}
@media (max-width: 768px) {
  .sect--school__point > div p {
    margin: 30px 0 0 0;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.6;
  }
}
.sect--school__point > div p span {
  font-size: 1.13em;
}
.sect--school .cont-school-info {
  background: #F4F4F4;
  padding: 100px 30px 0;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--school .cont-school-info {
    padding: 45px 20px 20px;
  }
}
.sect--school .cont-school-info__inner {
  max-width: 1700px;
  margin: auto;
  display: grid;
  grid-template-columns: 645fr 1031fr;
  grid-template-rows: auto auto;
  gap: 40px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .sect--school .cont-school-info__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 40px;
    max-width: 560px;
    margin: auto;
  }
}
.sect--school .cont-school-info__inner .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sect--school .cont-school-info__img {
  grid-column: 1;
  grid-row: 1/span 2;
  padding-left: 90px;
  position: relative;
}
@media (max-width: 1180px) {
  .sect--school .cont-school-info__img {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .sect--school .cont-school-info__img {
    grid-column: 1;
    grid-row: 2;
    padding-left: 0px;
    max-width: 560px;
    margin: auto;
  }
  .sect--school .cont-school-info__img .img {
    margin: auto;
  }
  .sect--school .cont-school-info__img .img .logo img {
    display: block;
    max-width: 60%;
    margin: auto;
  }
  .sect--school .cont-school-info__img .img picture:nth-child(2) img {
    display: block;
    max-width: 50%;
    margin: auto;
  }
}
.sect--school .cont-school-info__img p {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  position: absolute;
  letter-spacing: 0em;
  left: 0;
  bottom: 10px;
  color: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 768px) {
  .sect--school .cont-school-info__img p {
    font-size: 0.75rem;
    bottom: -10px;
  }
}
.sect--school .cont-school-info__title {
  grid-column: 2;
  grid-row: 1;
  font-size: min(3.3vw, 40px);
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .sect--school .cont-school-info__title {
    margin-bottom: 3vw;
  }
}
@media (max-width: 768px) {
  .sect--school .cont-school-info__title {
    font-size: 1.25rem;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.sect--school .cont-school-info__title em {
  color: #01296D;
}
.sect--school .cont-school-info__title strong {
  display: block;
  font-size: min(5.2409638554vw, 87px);
  line-height: 1.1;
}
@media (max-width: 1730px) {
  .sect--school .cont-school-info__title strong {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .sect--school .cont-school-info__title strong {
    font-size: 1.875rem;
  }
}
.sect--school .cont-school-info__title span {
  font-size: 1.15em;
}
.sect--school .cont-school-info__title span.num {
  font-size: 1.5em;
  color: #2683C7;
}
.sect--school .cont-school-info__text {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 45px;
}
@media (max-width: 1180px) {
  .sect--school .cont-school-info__text {
    gap: 3.4vw;
  }
}
@media (max-width: 768px) {
  .sect--school .cont-school-info__text {
    gap: 50px;
    grid-column: 1;
    grid-row: 3;
  }
}
.sect--school .cont-school-info__text .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  max-width: 80%;
}
@media (max-width: 1180px) {
  .sect--school .cont-school-info__text .text {
    gap: 5vw;
  }
}
@media (max-width: 768px) {
  .sect--school .cont-school-info__text .text {
    max-width: 100%;
  }
}
.sect--school .cont-school-info__text .text {
  margin: auto;
}
@media (max-width: 768px) {
  .sect--school .cont-school-info .cont-nav {
    margin: 0;
  }
}
.sect--roadmap {
  padding: 70px 0 110px;
}
@media (max-width: 768px) {
  .sect--roadmap {
    padding: 60px 20px 60px;
  }
}
.sect--roadmap .cont-roadmap {
  position: relative;
}
.sect--roadmap .cont-roadmap .line-01 {
  content: "";
  width: 20px;
  height: calc(100% - 53px);
  background: linear-gradient(180deg, rgb(37, 131, 200) 0%, rgb(199, 232, 255) 100%);
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  left: 27%;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap .line-01 {
    width: 10px;
    height: 100%;
    left: 21%;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap .line-01 {
    width: 8px;
    left: 45px;
  }
}
.sect--roadmap .cont-roadmap .line-01::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 56px solid rgb(199, 232, 255);
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -56px;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap .line-01::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 28px solid rgb(199, 232, 255);
    bottom: -28px;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap .line-01::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid rgb(199, 232, 255);
    bottom: -20px;
  }
}
.sect--roadmap .cont-roadmap .line-02 {
  content: "";
  width: 20px;
  height: calc(100% - 53px);
  background: linear-gradient(180deg, #DD0D0D 0%, #FFC7C7 100%);
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  right: 50px;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap .line-02 {
    width: 10px;
    height: 100%;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap .line-02 {
    right: 12px;
  }
}
.sect--roadmap .cont-roadmap .line-02::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 56px solid #FFC7C7;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -56px;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap .line-02::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 28px solid #FFC7C7;
    bottom: -28px;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap .line-02::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #FFC7C7;
    bottom: -20px;
  }
}
.sect--roadmap .cont-roadmap {
  margin-top: 80px;
  margin-bottom: 110px;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap {
    margin-top: 40px;
  }
}
.sect--roadmap .cont-roadmap__flow {
  position: relative;
  padding: 0 120px 0 10px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap__flow {
    padding: 0 60px 0 10px;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap__flow {
    padding: 0 40px 0 0px;
  }
}
.sect--roadmap .cont-roadmap__icon {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 10px;
  top: -10px;
  background: #D60000;
  border-radius: 50%;
  font-size: min(1.9879518072vw, 33px);
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.sect--roadmap .cont-roadmap__icon span {
  font-size: min(2.7710843373vw, 46px);
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap__icon {
    top: -6px;
    width: 60px;
    height: 60px;
    font-size: 1.125rem;
  }
  .sect--roadmap .cont-roadmap__icon span {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap__icon {
    top: -4px;
    right: 0px;
    width: 46px;
    height: 46px;
    font-size: 0.875rem;
  }
  .sect--roadmap .cont-roadmap__icon span {
    font-size: 0.875rem;
  }
}
.sect--roadmap .cont-roadmap dl {
  display: grid;
  grid-template-columns: 315fr 838fr;
  grid-template-rows: auto;
  gap: 120px;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap dl {
    gap: 40px;
    grid-template-columns: 215fr 838fr;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl {
    grid-template-columns: 40px 1fr;
    gap: 20px;
  }
}
.sect--roadmap .cont-roadmap dl dt strong {
  display: block;
  font-size: min(3.3734939759vw, 56px);
  width: calc(100% - 50px);
  background: #2683C7;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  line-height: 1;
  position: relative;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap dl dt strong {
    height: 48px;
    width: calc(100% - 20px);
    font-size: min(2.4096385542vw, 40px);
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dt strong {
    width: 25px;
    padding: 10px 5px;
    font-size: 1rem;
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0px;
    line-height: 1.2;
  }
}
.sect--roadmap .cont-roadmap dl dt strong span {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dt strong span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }
}
.sect--roadmap .cont-roadmap dl dt strong::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 56px solid #2683C7;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap dl dt strong::after {
    right: -20px;
    border-left: 26px solid #2683C7;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dt strong::after {
    right: -9px;
    top: 20px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #2683C7;
  }
}
.sect--roadmap .cont-roadmap dl dd {
  font-size: min(1.8072289157vw, 30px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dd {
    font-size: 0.875rem;
  }
}
.sect--roadmap .cont-roadmap dl dd > strong {
  display: block;
  width: 100%;
  height: 96px;
  background: #E5E5E5;
  display: flex;
  align-items: center;
  padding: 0 25px;
  font-size: min(2.5301204819vw, 42px);
  letter-spacing: 0.1em;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap dl dd > strong {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dd > strong {
    padding: 5px 15px;
    height: auto;
    font-size: 1.125rem;
  }
}
.sect--roadmap .cont-roadmap dl dd .mt-30 {
  margin-top: 30px;
}
.sect--roadmap .cont-roadmap dl dd > div {
  padding: 0 0 0 25px;
}
@media (max-width: 1180px) {
  .sect--roadmap .cont-roadmap dl dd > div {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dd > div {
    padding: 0 0 20px 0;
  }
}
.sect--roadmap .cont-roadmap dl dd .mt--1 {
  margin-top: -1em;
}
.sect--roadmap .cont-roadmap dl dd .fc-blue {
  color: #2683C7;
}
.sect--roadmap .cont-roadmap dl dd .ta-right {
  margin-top: 12px;
  text-align: right;
}
.sect--roadmap .cont-roadmap dl dd ul {
  list-style: "・";
  padding-left: 1em;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dd ul {
    margin: 15px 0;
  }
}
.sect--roadmap .cont-roadmap dl dd p {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dd p {
    margin: 15px 0;
  }
}
.sect--roadmap .cont-roadmap dl dd .col-2 {
  display: grid;
  grid-template-columns: 510fr 283fr;
  grid-template-rows: 1fr;
  gap: 5px;
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dd .col-2 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 5px;
  }
}
.sect--roadmap .cont-roadmap dl dd .col-2 .img-skill {
  width: 100%;
  margin-top: 25%;
}
@media (max-width: 768px) {
  .sect--roadmap .cont-roadmap dl dd .col-2 .img-skill {
    margin-top: 0;
    width: 70%;
    display: block;
    margin: auto;
  }
}
.sect--voice {
  background: #C7E8FF;
  overflow: hidden;
  padding-bottom: 57px;
}
@media (max-width: 768px) {
  .sect--voice {
    padding-bottom: 60px;
  }
}
.sect--voice .cont-nav {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .sect--voice .cont-nav {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.sect--voice__title {
  font-size: 14.6vw;
  width: 104%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -10%);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sect--voice .splide {
    max-width: 560px;
    margin: auto;
  }
}
.sect--voice .splide__track {
  overflow: visible;
}
.sect--voice .splide__slide {
  position: relative;
  display: flex;
}
.sect--voice .splide__slide a {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .sect--voice .splide__slide a {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .sect--voice .splide__slide a {
    cursor: pointer;
  }
  .sect--voice .splide__slide a:hover figure .voice-photo__in {
    transform: scale(1.05);
  }
  .sect--voice .splide__slide a:hover figure picture img.img06 {
    transform: scale(1.05) translateX(10px);
  }
  .sect--voice .splide__slide a:hover figure picture img.img08 {
    transform: scale(1.05) translateX(-30px);
  }
}
.sect--voice .splide__slide figure {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.sect--voice .splide__slide figure .voice-photo__in {
  transition: 0.4s all linear(0, 0.009 1.4%, 0.032 2.8%, 0.131 6%, 0.265 9.1%, 0.675 17.6%, 0.88 22.8%, 0.953 25.2%, 1.014 27.7%, 1.062 30.3%, 1.094 32.9%, 1.121 37.2%, 1.121 42.2%, 1.102 46.7%, 1.019 61.2%, 0.989 71.5%, 0.985 81.1%, 1);
}
.sect--voice .splide__slide figure picture {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-grow: 1;
}
.sect--voice .splide__slide figure picture img {
  transition: 0.4s all linear(0, 0.009 1.4%, 0.032 2.8%, 0.131 6%, 0.265 9.1%, 0.675 17.6%, 0.88 22.8%, 0.953 25.2%, 1.014 27.7%, 1.062 30.3%, 1.094 32.9%, 1.121 37.2%, 1.121 42.2%, 1.102 46.7%, 1.019 61.2%, 0.989 71.5%, 0.985 81.1%, 1);
}
.sect--voice .splide__slide figure picture img.img06 {
  transform: translateX(10px);
}
.sect--voice .splide__slide figure picture img.img08 {
  transform: translateX(-30px);
}
.sect--voice .splide__slide figcaption {
  width: 355px;
  margin-top: -70px;
  background: #fff;
  border-radius: 60px;
  display: block;
  height: 187px;
  padding: 80px 34px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sect--voice .splide__slide figcaption {
    border-radius: 40px;
    height: 173px;
    padding: 80px 24px 0;
    width: 100%;
    line-height: 1.4;
  }
}
.sect--voice .splide__slide figcaption > div strong {
  display: block;
  font-size: 1.1875rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .sect--voice .splide__slide figcaption > div strong {
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  .sect--voice .splide__slide figcaption > div strong {
    font-size: 0.875rem;
  }
}
.sect--voice .splide__slide figcaption > div strong.fc--green {
  color: #86B72D;
}
.sect--voice .splide__slide figcaption > div strong.fc--purple {
  color: #935390;
}
.sect--voice .splide__slide figcaption > div span {
  font-weight: 400;
  font-size: 1rem;
  color: #1A1311;
}
@media (max-width: 768px) {
  .sect--voice .splide__slide figcaption > div span {
    font-size: 0.875rem;
  }
}
.sect--voice .splide__slide figcaption > div p {
  font-size: 1rem;
  font-weight: 500;
  color: #1A1311;
}
@media (max-width: 768px) {
  .sect--voice .splide__slide figcaption > div p {
    font-size: 0.75rem;
  }
}
@media (max-width: 360px) {
  .sect--voice .splide__slide figcaption > div p {
    font-size: 0.6875rem;
  }
}
.sect--voice .splide__slide figcaption .icon {
  width: 60px;
  height: 60px;
  background: #F4BD48;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
@media (max-width: 768px) {
  .sect--voice .splide__slide figcaption .icon {
    width: 35px;
    height: 35px;
    bottom: 60px;
    z-index: 2;
  }
}
.sect--voice .splide__slide figcaption .icon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #fff;
  border-right: 0;
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .sect--voice .splide__slide figcaption .icon::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
  }
}
.sect--voice__scrollbar {
  position: relative;
  z-index: 3;
  width: 86%;
  max-width: 1100px;
  height: 15px;
  margin: 60px auto 0;
  background: #fff;
  border: solid 5px #fff;
  cursor: pointer;
  touch-action: none;
}
@media (max-width: 768px) {
  .sect--voice__scrollbar {
    margin: 40px auto 0;
  }
}
.sect--voice__scrollbar .bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 8px;
  margin-top: -4px;
  background: #F4BD48;
  border-radius: 999px;
  cursor: grab;
  will-change: transform;
}
.sect--voice__scrollbar .bar:active {
  cursor: grabbing;
}
@media (max-aspect-ratio: 3/5) {
  .sect--voice__scrollbar {
    width: 90%;
  }
  .sect--voice__scrollbar .bar {
    width: 80px;
  }
}
.sect--system {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sect--system {
    padding: 60px 0 60px;
  }
}
.sect--system .cont-system {
  max-width: 1920px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 70px;
}
.sect--system .cont-system figure {
  display: grid;
  grid-template-columns: 753fr 1044fr;
  grid-template-rows: 1fr;
  gap: 0 36px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .sect--system .cont-system figure {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 26px;
    padding-right: 20px;
  }
}
.sect--system .cont-system__main {
  margin-top: 20px;
  width: fit-content;
}
@media (max-width: 768px) {
  .sect--system .cont-system__main {
    max-width: 560px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding-left: 20px;
  }
}
@media (max-width: 1850px) {
  .sect--system .cont-system__main .parts-point {
    gap: 2vw;
  }
  .sect--system .cont-system__main .parts-point > div {
    font-size: min(1.8072289157vw, 30px);
  }
  .sect--system .cont-system__main .parts-point span {
    font-size: min(3.0120481928vw, 50px);
  }
}
@media (max-width: 1850px) and (max-width: 768px) {
  .sect--system .cont-system__main .parts-point {
    justify-content: start;
  }
  .sect--system .cont-system__main .parts-point > div {
    font-size: 1.125rem;
  }
  .sect--system .cont-system__main .parts-point span {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .sect--system .cont-system__img {
    padding-left: 20px;
  }
}
.sect--system .cont-system__img img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.sect--system .cont-system__text {
  padding-left: 2em;
  padding-right: 100px;
}
@media (max-width: 1850px) {
  .sect--system .cont-system__text {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .sect--system .cont-system__text {
    margin-top: 20px;
    padding-left: 0em;
  }
}
.sect--system .cont-system__text strong {
  display: block;
  font-size: min(4.3975903614vw, 73px);
  color: #01296D;
}
@media (max-width: 1850px) {
  .sect--system .cont-system__text strong {
    font-size: min(3.6144578313vw, 60px);
  }
}
@media (max-width: 768px) {
  .sect--system .cont-system__text strong {
    font-size: 1.75rem;
  }
}
.sect--system .cont-system__text strong small {
  color: #535353;
}
.sect--system .cont-system__text small {
  margin-left: 0.4em;
  font-size: min(1.2048192771vw, 20px);
}
@media (max-width: 1850px) {
  .sect--system .cont-system__text small {
    font-size: min(0.9638554217vw, 16px);
  }
}
@media (max-width: 768px) {
  .sect--system .cont-system__text small {
    display: block;
    font-size: 0.75rem;
    margin-left: 0em;
    padding-left: 2.4em;
  }
}
.sect--system .cont-system__text small.block {
  display: block;
}
.sect--system .cont-system__text p {
  font-size: min(3.6144578313vw, 60px);
}
@media (max-width: 1850px) {
  .sect--system .cont-system__text p {
    font-size: min(3.0120481928vw, 50px);
  }
}
@media (max-width: 768px) {
  .sect--system .cont-system__text p {
    font-size: 1.125rem;
    margin: 20px 0;
  }
}
.sect--system .cont-system__text p {
  padding-left: 1.5em;
  color: #535353;
}
@media (max-width: 768px) {
  .sect--system .cont-system__text p small {
    margin-left: 0em;
    padding-left: 0em;
  }
}
.sect--system .cont-system__nav {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sect--system .cont-system__nav {
    margin-top: 40px;
  }
}
.sect--system .cont-system__nav a {
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .sect--system .cont-system__nav a {
    margin: auto;
  }
}
.sect--chart {
  padding: 0px 0 80px;
}
@media (max-width: 768px) {
  .sect--chart {
    padding: 0 20px 60px;
  }
  .sect--chart .cont-nav {
    margin-top: 50px !important;
  }
}
.sect--faq {
  background: #DECDE5;
  padding: 95px 0 80px;
}
@media (max-width: 768px) {
  .sect--faq {
    padding: 60px 20px;
  }
}
.sect--faq .cont-nav {
  margin-top: 115px;
}
@media (max-width: 768px) {
  .sect--faq .cont-nav {
    margin-top: 50px;
  }
}
.sect--faq .sect__title strong {
  color: #fff;
}
@media (max-width: 768px) {
  .sect--faq .cont--faq {
    max-width: 560px;
    margin: auto;
  }
}
.sect--faq .cont--faq ul {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 90px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .sect--faq .cont--faq ul {
    gap: 55px;
    margin-top: 45px;
    padding: 0px;
  }
}
.sect--faq .cont--faq ul li dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 30px;
}
.sect--faq .cont--faq ul li dl dt {
  gap: 25px;
  line-height: 1;
  position: relative;
}
.sect--faq .cont--faq ul li dl dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 29px solid #fff;
  border-bottom: 0;
  position: absolute;
  left: 62px;
  bottom: -20px;
}
.sect--faq .cont--faq ul li dl dt span {
  font-size: min(8.9156626506vw, 148px);
  position: absolute;
  z-index: 2;
  color: #B395BF;
  transform: translateY(-30%);
  left: 20px;
  top: 0;
}
@media (max-width: 768px) {
  .sect--faq .cont--faq ul li dl dt span {
    transform: translateY(-40%);
    left: 10px;
    font-size: 2.5rem;
  }
}
.sect--faq .cont--faq ul li dl dt p {
  background: #fff;
  font-size: min(2.7108433735vw, 45px);
  padding: 20px 20px 20px 165px;
  border-radius: 25px;
  color: #B395BF;
  display: block;
  width: 100%;
}
@media (max-width: 1660px) {
  .sect--faq .cont--faq ul li dl dt p {
    padding: 20px 20px 20px 10vw;
  }
}
@media (max-width: 768px) {
  .sect--faq .cont--faq ul li dl dt p {
    font-size: 1rem;
    padding: 15px 15px 15px 52px;
  }
}
.sect--faq .cont--faq ul li dl dd {
  padding: 0;
  font-size: min(2.4096385542vw, 40px);
  color: #fff;
  border: solid 5px #fff;
  border-radius: 25px;
  padding: 50px 70px;
  position: relative;
}
@media (max-width: 768px) {
  .sect--faq .cont--faq ul li dl dd {
    border-radius: 20px;
    padding: 30px 30px;
    border: solid 3px #fff;
    font-size: 1rem;
  }
}
.sect--faq .cont--faq ul li dl dd p {
  font-weight: 500;
  color: #000;
}
.sect--faq .cont--faq ul li dl dd span {
  position: absolute;
  font-size: min(8.9156626506vw, 148px);
  right: 0;
  bottom: 0px;
  transform: translateY(43%);
}
@media (max-width: 768px) {
  .sect--faq .cont--faq ul li dl dd span {
    font-size: 2.5rem;
    transform: translateY(42%);
  }
}
.sect--recruit {
  padding: 93px 0;
}
@media (max-width: 768px) {
  .sect--recruit {
    padding: 60px 20px;
  }
}
.sect--recruit .tags {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .sect--recruit .tags {
    margin-top: 0;
  }
}
.sect--recruit .cont-recruit {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .sect--recruit .cont-recruit {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sect--recruit .cont-recruit > ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 50px;
  }
}
.sect--recruit .cont-recruit > ul > li {
  display: grid;
  grid-template-columns: 517fr 1064fr;
  grid-template-rows: auto;
  gap: 52px;
}
@media (max-width: 768px) {
  .sect--recruit .cont-recruit > ul > li {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
}
.sect--recruit .cont-recruit__main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
}
.sect--recruit .cont-recruit__main .tags {
  margin-top: 0em;
}
.sect--recruit .cont-recruit__main h3 {
  font-size: min(2.5903614458vw, 43px);
  color: #01296D;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .sect--recruit .cont-recruit__main h3 {
    font-size: 1.25rem;
  }
}
.sect--recruit .cont-recruit__main .cont-nav {
  text-align: right;
  margin: 15px 0 0 auto;
}
@media (max-width: 768px) {
  .sect--recruit .cont-recruit__main .cont-nav {
    margin: 0;
  }
}
.sect--recruit .cont-recruit__main .cont-nav a {
  margin: 0 0 0 auto;
}
.sect--recruit .cont-recruit__main .btn--entry {
  font-size: min(1.2048192771vw, 20px);
}
@media (max-width: 768px) {
  .sect--recruit .cont-recruit__main .btn--entry {
    font-size: 1rem;
  }
}
.sect--news {
  padding: 80px 0 75px;
}
@media (max-width: 768px) {
  .sect--news {
    padding: 60px 20px;
  }
}
.sect--news .cont--news {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .sect--news .cont--news {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .sect--news .cont--news {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sect--news .cont--news ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 58px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sect--news .cont--news ul {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 40px;
  }
}
@media (min-width: 769px) {
  .sect--news .cont--news ul a {
    cursor: pointer;
  }
  .sect--news .cont--news ul a:hover img {
    transform: scale(1.05);
  }
}
.sect--news .cont--news ul figure {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
}
.sect--news .cont--news ul figure .cont-news__thumb {
  overflow: hidden;
}
.sect--news .cont--news ul figure img {
  width: 100%;
  aspect-ratio: 470/330;
  object-fit: cover;
}
@media (min-width: 769px) {
  .sect--news .cont--news ul figure img {
    transition: 0.3s all ease;
  }
}
.sect--news .cont--news ul figure h3 {
  font-size: min(1.3855421687vw, 23px);
  font-weight: 500;
  color: #01296D;
}
@media (max-width: 768px) {
  .sect--news .cont--news ul figure h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.sect--news .cont--news ul figure p {
  font-size: min(1.3855421687vw, 23px);
  font-weight: 300;
  color: #2683C7;
}
@media (max-width: 768px) {
  .sect--news .cont--news ul figure p {
    font-size: 0.9375rem;
  }
}
.sect--about-us .cont--about-us {
  display: grid;
  grid-template-columns: 730fr 1190fr;
  grid-template-rows: 1fr;
  gap: 55px;
}
@media (max-width: 768px) {
  .sect--about-us .cont--about-us {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0px;
  }
}
.sect--about-us .cont--about-us__img * {
  width: 100%;
  height: 100%;
}
.sect--about-us .cont--about-us__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect--about-us .cont--about-us__text {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 70px;
}
@media (max-width: 768px) {
  .sect--about-us .cont--about-us__text {
    max-width: 560px;
    margin: auto;
    padding: 40px 20px 60px;
    gap: 50px;
  }
}
.sect--about-us .cont--about-us__table dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: auto;
  gap: 10px 30px;
}
@media (max-width: 768px) {
  .sect--about-us .cont--about-us__table dl {
    grid-template-columns: 80px 1fr;
  }
}
.sect--about-us .cont--about-us__table dl dt {
  text-align: right;
  font-size: min(1.5662650602vw, 26px);
  font-weight: 500;
  position: relative;
}
@media (max-width: 768px) {
  .sect--about-us .cont--about-us__table dl dt {
    font-size: 0.9375rem;
  }
}
.sect--about-us .cont--about-us__table dl dt::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background: #535353;
}
.sect--about-us .cont--about-us__table dl dd {
  font-size: min(1.5662650602vw, 26px);
}
@media (max-width: 768px) {
  .sect--about-us .cont--about-us__table dl dd {
    font-size: 0.9375rem;
  }
}
.sect--about-us .cont--about-us__table dl dd {
  font-weight: 500;
  color: #535353;
}
.sect--about-us .cont--about-us .cont-nav {
  margin: 0;
}

.recuruit-table {
  gap: 8px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.recuruit-table dl {
  display: grid;
  grid-template-columns: 210px 1fr;
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .recuruit-table dl {
    grid-template-columns: 100px 1fr;
  }
}
.recuruit-table dl dt {
  padding: 0.15em 18px;
  color: #01296D;
  font-size: min(1.5662650602vw, 26px);
  font-weight: 400;
  background: #C7E8FF;
}
@media (max-width: 768px) {
  .recuruit-table dl dt {
    padding: 0.5em 8px;
    font-size: 0.9375rem;
  }
}
.recuruit-table dl dd {
  font-size: min(1.265060241vw, 21px);
  font-weight: 400;
  padding: 0.4em 18px;
  border: solid 1px #C7E8FF;
  color: #535353;
}
@media (max-width: 768px) {
  .recuruit-table dl dd {
    font-size: 0.875rem;
    padding: 0.5em 8px;
  }
}

.has-tags {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  gap: 75px;
}
@media (max-width: 768px) {
  .has-tags {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }
}

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  .tags {
    gap: 5px;
  }
}
.tags li {
  border: solid 2px #2683C7;
  white-space: nowrap;
  height: auto;
  padding: 5px 15px;
  color: #2683C7;
  font-size: min(1.5662650602vw, 26px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tags li button {
  color: #2683C7;
}
@media (max-width: 768px) {
  .tags li {
    font-size: 0.875rem;
    height: 2.4em;
    padding: 0 10px;
  }
}
.tags li:has(.tg-btn.active) {
  background: #2683C7;
  color: #fff;
}
.tags li:has(.tg-btn.active) button,
.tags li:has(.tg-btn.active) .tg-btn {
  color: #fff;
}
.tags--s li {
  font-size: 1.0625rem;
  height: 38px;
}

@supports (zoom: calc(700px / 1660px)) {
  @media (min-width: 769px) {
    #home {
      --home-zoom: calc(clamp(700px, 80vw, 1290px) / 1660px);
    }
    #home .sect--school .sect__inner {
      width: 1920px;
      margin: auto;
      zoom: var(--home-zoom);
    }
    #home .sect--school__point > div {
      width: 1540px;
      margin: auto;
      zoom: var(--home-zoom);
    }
    #home .cont-school-info__inner {
      width: 1700px;
      margin: auto;
      zoom: var(--home-zoom);
    }
    #home .sect__w1600 {
      width: 1660px;
      margin: auto;
      zoom: var(--home-zoom);
    }
    #home .sect--voice__title {
      width: 1996.8px;
      font-size: 280.32px;
      zoom: var(--home-zoom);
    }
    #home .sect--voice .cont-nav {
      width: 1920px;
      zoom: var(--home-zoom);
    }
    #home .sect--chart .cont-nav {
      width: 1920px;
      zoom: var(--home-zoom);
    }
    #home .sect--faq > .cont-nav {
      width: 1920px;
      zoom: var(--home-zoom);
    }
    #home .cont-system {
      width: 1920px;
      margin: auto;
      zoom: var(--home-zoom);
    }
    #home .cont--about-us {
      width: 1920px;
      margin: auto;
      zoom: var(--home-zoom);
    }
    #home .sect--school__title h2 {
      font-size: 70px;
    }
    #home .sect--school__point > div p {
      font-size: 65px;
    }
    #home .cont-school-info__img {
      padding-left: 90px;
    }
    #home .cont-school-info__title {
      font-size: 40px;
      margin-bottom: 40px;
    }
    #home .cont-school-info__title strong {
      font-size: 87px;
      white-space: normal;
    }
    #home .cont-school-info__text {
      gap: 60px;
    }
    #home .cont-school-info__text .text {
      gap: 70px;
    }
    #home .cont-school-info__img p {
      font-size: 20px;
    }
    #home .cont-roadmap {
      margin-bottom: 110px;
    }
    #home .cont-roadmap__flow {
      padding: 0 120px 0 10px;
    }
    #home .cont-roadmap__icon {
      top: -10px;
      width: 120px;
      height: 120px;
      font-size: 33px;
    }
    #home .cont-roadmap__icon span {
      font-size: 46px;
    }
    #home .cont-roadmap dl {
      gap: 120px;
      grid-template-columns: 315fr 838fr;
    }
    #home .cont-roadmap dl dt strong {
      height: 96px;
      width: calc(100% - 50px);
      font-size: 56px;
    }
    #home .cont-roadmap dl dt strong::after {
      right: -50px;
      border-left: 56px solid #2683C7;
    }
    #home .cont-roadmap dl dd {
      font-size: 30px;
    }
    #home .cont-roadmap dl dd > strong {
      height: 96px;
      font-size: 42px;
    }
    #home .cont-roadmap dl dd > div {
      padding: 0 0 0 25px;
    }
    #home .parts-point {
      gap: 45px;
    }
    #home .parts-point > div {
      font-size: 40px;
    }
    #home .parts-point span {
      font-size: 63px;
    }
    #home .cont-system__text {
      padding-right: 100px;
    }
    #home .cont-system__text strong {
      font-size: 73px;
    }
    #home .cont-system__text small {
      font-size: 20px;
    }
    #home .cont-system__text p {
      font-size: 60px;
    }
    #home .chart-donut {
      width: 460.8px;
    }
    #home .chart-donut__center {
      font-size: 55px;
    }
    #home .chart-donut__legend li {
      font-size: 20px;
    }
    #home .chart-num__box {
      width: 307.2px;
      height: 307.2px;
    }
    #home .chart-num__box strong {
      font-size: 100px;
    }
    #home .chart-num__box span {
      font-size: 55px;
    }
    #home .chart-num__label {
      font-size: 55px;
    }
    #home .chart-num__label small {
      font-size: 30px;
    }
    #home .cont--faq dl dt span {
      font-size: 148px;
    }
    #home .cont--faq dl dt p {
      font-size: 45px;
      padding-left: 165px;
    }
    #home .cont--faq dl dd {
      font-size: 40px;
    }
    #home .cont--faq dl dd span {
      font-size: 148px;
    }
    #home .cont-recruit__main h3 {
      font-size: 43px;
    }
    #home .cont-recruit__main .btn--entry {
      font-size: 20px;
    }
    #home .cont--about-us__table dt,
    #home .cont--about-us__table dd {
      font-size: 26px;
    }
  }
}
@supports (zoom: calc(700px / 1660px)) {
  @media (min-width: 769px) {
    #faq {
      --faq-zoom: calc(clamp(700px, 80vw, 1290px) / 1660px);
    }
    #faq .sect__w1600 {
      width: 1660px;
      margin: auto;
      zoom: var(--faq-zoom);
    }
    #faq .sect__title span {
      font-size: 30px;
    }
    #faq .sect__title strong {
      font-size: 63px;
    }
    #faq .cont--faq dl dt span {
      font-size: 148px;
    }
    #faq .cont--faq dl dt p {
      font-size: 45px;
      padding-left: 165px;
    }
    #faq .cont--faq dl dd {
      font-size: 40px;
    }
    #faq .cont--faq dl dd span {
      font-size: 148px;
    }
  }
}
/*--------------------------------------------------------------
FAQ / SAIYOU NEWS 下層ページ（タスク0030）
--------------------------------------------------------------*/
.cont-news__date {
  display: block;
  font-size: min(1.0843373494vw, 18px);
  font-weight: 500;
  color: #2683C7;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cont-news__date {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}

/*--------------------------------------------------------------
newsページ①: 一覧スライダー（voiceページと同じ横スクロール構成）
--------------------------------------------------------------*/
.sect--news-slider {
  overflow: hidden;
  padding: 80px 0 75px;
}
@media (max-width: 768px) {
  .sect--news-slider {
    padding: 60px 20px;
  }
}
.sect--news-slider .splide {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .sect--news-slider .splide {
    margin-top: 45px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sect--news-slider__scrollbar {
  position: relative;
  z-index: 3;
  width: 86%;
  max-width: 1100px;
  height: 15px;
  margin: 60px auto 0;
  background: #fff;
  border: solid 5px #fff;
  cursor: pointer;
  touch-action: none;
}
@media (max-width: 768px) {
  .sect--news-slider__scrollbar {
    margin: 40px auto 0;
  }
}
.sect--news-slider__scrollbar .bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 8px;
  margin-top: -4px;
  background: #2683C7;
  border-radius: 999px;
  cursor: grab;
  will-change: transform;
}
.sect--news-slider__scrollbar .bar:active {
  cursor: grabbing;
}
@media (max-aspect-ratio: 3/5) {
  .sect--news-slider__scrollbar {
    width: 90%;
  }
  .sect--news-slider__scrollbar .bar {
    width: 80px;
  }
}

.splide-news .splide__track {
  overflow: visible;
}
.splide-news figure {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
}
.splide-news .cont-news__thumb {
  overflow: hidden;
}
.splide-news img {
  width: 100%;
  aspect-ratio: 470/330;
  object-fit: cover;
}
.splide-news h3 {
  font-size: min(1.3855421687vw, 23px);
  font-weight: 500;
  color: #01296D;
}
.splide-news p {
  font-size: min(1.3855421687vw, 23px);
  font-weight: 300;
  color: #2683C7;
}
@media (min-width: 769px) {
  .splide-news a {
    cursor: pointer;
  }
  .splide-news a img {
    transition: 0.3s all ease;
  }
  .splide-news a:hover img {
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .splide-news h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .splide-news p {
    font-size: 0.9375rem;
  }
}

/*--------------------------------------------------------------
newsページ②: 記事詳細（白背景。JS切替: /assets/js/news.js）
--------------------------------------------------------------*/
.sect--news-detail {
  padding: 90px 0 100px;
}
@media (max-width: 768px) {
  .sect--news-detail {
    padding: 60px 20px;
  }
}

.news-article {
  max-width: 1160px;
  margin: auto;
  transition: opacity 0.25s;
}
.news-article.is-switching {
  opacity: 0;
}
@media (max-width: 768px) {
  .news-article {
    max-width: 560px;
  }
}
.news-article__header {
  border-bottom: solid 3px #DECDE5;
  padding-bottom: 30px;
}
.news-article__header .cont-news__date {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .news-article__header {
    padding-bottom: 20px;
  }
  .news-article__header .cont-news__date {
    margin-bottom: 10px;
  }
}
.news-article__title {
  font-size: min(2.4096385542vw, 40px);
  font-weight: 500;
  color: #01296D;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .news-article__title {
    font-size: 1.375rem;
  }
}
.news-article__thumb {
  margin-top: 50px;
  text-align: center;
}
.news-article__thumb img {
  width: 100%;
  max-width: 760px;
  height: auto;
}
@media (max-width: 768px) {
  .news-article__thumb {
    margin-top: 30px;
  }
}
.news-article__body {
  margin-top: 50px;
  font-size: min(1.2048192771vw, 20px);
  font-weight: 400;
  line-height: 2;
}
.news-article__body p + p {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .news-article__body {
    margin-top: 30px;
    font-size: 1rem;
  }
}
.news-article__pager {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .news-article__pager {
    gap: 20px;
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
newsページ③: バックナンバー
--------------------------------------------------------------*/
.sect--news-backnumber {
  padding: 80px 0 100px;
}
@media (max-width: 768px) {
  .sect--news-backnumber {
    padding: 60px 20px;
  }
}

.news-backnumber {
  max-width: 1160px;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .news-backnumber {
    max-width: 560px;
    margin-top: 45px;
  }
}
.news-backnumber li {
  border-bottom: solid 1px #B4B4B4;
}
.news-backnumber li:first-child {
  border-top: solid 1px #B4B4B4;
}
.news-backnumber a {
  display: flex;
  align-items: baseline;
  gap: 45px;
  padding: 25px 15px;
}
.news-backnumber a time {
  font-size: min(1.0843373494vw, 18px);
  font-weight: 500;
  color: #2683C7;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.news-backnumber a span {
  font-size: min(1.2048192771vw, 20px);
  font-weight: 400;
  color: #01296D;
}
@media (min-width: 769px) {
  .news-backnumber a {
    cursor: pointer;
  }
  .news-backnumber a:hover {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .news-backnumber a {
    flex-direction: column;
    gap: 6px;
    padding: 15px 5px;
  }
  .news-backnumber a time {
    font-size: 0.875rem;
  }
  .news-backnumber a span {
    font-size: 1rem;
  }
}

/* ============================================
   会社案内ページ（/company/）
   ============================================ */
.sect--company-about .cont-company-about {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sect--company-about .cont-company-about {
    flex-direction: column;
  }
}
.sect--company-about .cont-company-about__img {
  width: 46%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sect--company-about .cont-company-about__img {
    width: 100%;
  }
}
.sect--company-about .cont-company-about__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.sect--company-about .cont-company-about__main {
  flex: 1;
  min-width: 0;
  padding: 60px 6.5% 80px 2%;
}
@media (max-width: 768px) {
  .sect--company-about .cont-company-about__main {
    width: 100%;
    padding: 40px 20px 50px;
  }
}
.sect--company-about .company-info {
  margin-top: 55px;
  color: #535353;
  font-weight: 500;
  font-size: min(1.5662650602vw, 26px);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sect--company-about .company-info {
    margin-top: 30px;
    font-size: 0.875rem;
  }
}
.sect--company-about .company-info__table {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 2.5em;
}
@media (max-width: 768px) {
  .sect--company-about .company-info__table {
    margin-left: 0;
  }
}
.sect--company-about .company-info__table > div {
  display: flex;
}
.sect--company-about .company-info__table dt {
  min-width: 4em;
  text-align: right;
  white-space: nowrap;
}
.sect--company-about .company-info__table dt::after {
  content: "｜";
}
.sect--company-about .company-info__table dd {
  flex: 1;
  min-width: 0;
}
.sect--company-about .company-info__office {
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .sect--company-about .company-info__office {
    margin: 35px 0 0;
  }
}
.sect--company-about .company-info__office span::after {
  content: "｜";
}
.sect--company-about .company-info__map {
  margin: 8px 0 0 6.1em;
  max-width: 537px;
}
@media (max-width: 768px) {
  .sect--company-about .company-info__map {
    margin: 10px 0 0;
    max-width: 100%;
  }
}
.sect--company-about .company-info__map img {
  width: 100%;
  height: auto;
  display: block;
}
.sect--company-about .company-info__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.sect--company-about .company-info__map--hq {
  aspect-ratio: 537/294;
}
.sect--company-about .company-info__map--yokohama {
  aspect-ratio: 534/258;
}
.sect--company-about .company-info__map--shizuoka {
  aspect-ratio: 537/220;
}

.sect--chart-page {
  padding: 110px 30px 150px;
}
@media (min-width: 769px) {
  .sect--chart-page {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .sect--chart-page {
    padding: 60px 20px 80px;
  }
}
.sect--chart-page .cont-chart--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  row-gap: 110px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .sect--chart-page .cont-chart--grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
  }
}
.sect--chart-page .chart-donut {
  width: 18.6vw;
}
@media (max-width: 768px) {
  .sect--chart-page .chart-donut {
    width: 80%;
    max-width: 560px;
  }
}
.sect--chart-page .chart-num__box {
  width: 13.2vw;
  height: 14.1vw;
  border-radius: 40px;
  border-width: 8px;
}
@media (max-width: 768px) {
  .sect--chart-page .chart-num__box {
    width: 60vw;
    height: 60vw;
    max-width: 560px;
    max-height: 560px;
  }
}

.chart-donut__center small {
  display: block;
  font-weight: 400;
  font-size: min(1.8072289157vw, 30px);
}
@media (max-width: 768px) {
  .chart-donut__center small {
    font-size: 0.75rem;
  }
}

.chart-donut--age .chart-donut__legend li:nth-child(1) {
  left: 100%;
  top: 50%;
}
.chart-donut--age .chart-donut__legend li:nth-child(2) {
  left: 50%;
  top: 88%;
}
.chart-donut--age .chart-donut__legend li:nth-child(3) {
  left: 0%;
  top: 50%;
}
.chart-donut--age .chart-donut__legend li:nth-child(4) {
  left: 28%;
  top: 10%;
}

@supports (zoom: calc(700px / 1660px)) {
  @media (min-width: 769px) {
    #company {
      --company-zoom: calc(clamp(700px, 80vw, 1290px) / 1660px);
    }
    #company .sect__w1600 {
      width: 1660px;
      margin: auto;
      zoom: var(--company-zoom);
    }
    #company .cont-company-about {
      width: 1920px;
      margin: auto;
      zoom: var(--company-zoom);
    }
    #company .sect__title span {
      font-size: 30px;
    }
    #company .sect__title strong {
      font-size: 63px;
    }
    #company .company-info {
      font-size: 26px;
    }
    #company .chart-donut {
      width: 357.12px;
    }
    #company .chart-donut__center {
      font-size: 55px;
    }
    #company .chart-donut__center small {
      font-size: 30px;
    }
    #company .cont-chart--grid > .cont-chart__item:first-child .chart-donut__center {
      font-size: 44px;
    }
    #company .chart-donut__legend li {
      font-size: 20px;
    }
    #company .chart-num__box {
      width: 253.44px;
      height: 270.72px;
    }
    #company .chart-num__box strong {
      font-size: 100px;
    }
    #company .chart-num__box span {
      font-size: 55px;
    }
    #company .chart-num__label {
      font-size: 55px;
    }
    #company .chart-num__label small {
      font-size: 30px;
    }
  }
}
/* ============================================
   社員の声ページ（/voice/）
   ============================================ */
.sect--voice-detail {
  background: #fff;
  padding-top: 130px;
  padding-right: min(120px, 6.25vw);
  padding-bottom: 63px;
  padding-left: min(120px, 6.25vw);
}
@media (max-width: 768px) {
  .sect--voice-detail {
    padding-top: 90px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
}

.voice-detail {
  --vd-theme-color: #CEA41A;
  --vd-theme-bg: #FAF4E3;
  --vd-label-color: #86B72D;
}
.voice-detail[data-theme=green] {
  --vd-theme-color: #86B72D;
  --vd-theme-bg: #F3F7E7;
  --vd-label-color: #86B72D;
}
.voice-detail[data-theme=purple] {
  --vd-theme-color: #935390;
  --vd-theme-bg: #F5EEF4;
  --vd-label-color: #935390;
}
.voice-detail {
  max-width: 1627px;
  margin: 0 auto;
  padding: 60px 5% 70px;
}
@media (max-width: 768px) {
  .voice-detail {
    padding: 30px 20px 40px;
  }
}
.voice-detail {
  transition: opacity 0.25s;
}
.voice-detail.is-switching {
  opacity: 0;
}
.voice-detail__profile {
  display: flex;
  align-items: flex-start;
  gap: 7.6%;
}
@media (max-width: 768px) {
  .voice-detail__profile {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}
.voice-detail__photo {
  flex: 0 0 35.3%;
  position: relative;
  aspect-ratio: 574/882;
  align-self: flex-start;
  overflow: hidden;
  border-bottom-left-radius: 25.4% 20.4%;
  border-bottom-right-radius: 25.4% 20.4%;
  margin-left: 11%;
  margin-top: calc(min(100vw, 1660px) * (-0.114458 + var(--vd-photo-mt-scale, 0)));
}
@media (max-width: 768px) {
  .voice-detail__photo {
    flex: none;
    width: min(100%, 460px);
    margin-top: calc(-110px + var(--vd-photo-mt, 0px) * 0.5);
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.voice-detail__photo picture {
  position: absolute;
  inset: 0;
  -webkit-mask-image: url(../images/voice/voice_02_photo_mask.svg?v=260717);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../images/voice/voice_02_photo_mask.svg?v=260717);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.voice-detail__photo .bg {
  position: absolute;
  left: 3.1%;
  top: 15.8%;
  width: 94.9%;
  height: auto;
}
.voice-detail__photo .photo {
  position: absolute;
  left: 2.1%;
  top: 3.5%;
  width: 94.8%;
  height: auto;
}
.voice-detail__photo .photo.photo--fit {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--vd-photo-w, 94.8%);
  max-width: none;
}
.voice-detail__body {
  flex: 1;
}
.voice-detail__en {
  display: inline-block;
  font-size: min(2.4096385542vw, 40px);
  font-weight: 600;
  color: var(--vd-theme-color);
}
@media (max-width: 768px) {
  .voice-detail__en {
    font-size: 1.5rem;
  }
}
.voice-detail__position {
  display: block;
  margin-top: 10px;
  font-size: min(1.8072289157vw, 30px);
  font-weight: 600;
  color: var(--vd-theme-color);
}
@media (max-width: 768px) {
  .voice-detail__position {
    margin-top: 6px;
    font-size: 1.125rem;
  }
}
.voice-detail__name {
  margin-top: 8px;
  font-size: min(3.0120481928vw, 50px);
  font-weight: 700;
  color: #01296D;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .voice-detail__name {
    font-size: 1.875rem;
  }
}
.voice-detail__name span {
  font-size: min(1.8072289157vw, 30px);
  margin-left: 1em;
}
@media (max-width: 768px) {
  .voice-detail__name span {
    margin-left: 0.75em;
    font-size: 1rem;
  }
}
.voice-detail__job {
  margin-top: 6px;
  font-size: min(1.4457831325vw, 24px);
  font-weight: 700;
  color: #01296D;
}
@media (max-width: 768px) {
  .voice-detail__job {
    font-size: 1rem;
  }
}
.voice-detail__job[hidden] {
  display: none;
}
.voice-detail__qa dt {
  font-size: min(2.1686746988vw, 36px);
  font-weight: 600;
  color: var(--vd-label-color);
}
@media (max-width: 768px) {
  .voice-detail__qa dt {
    font-size: 1.25rem;
  }
}
.voice-detail__qa dd {
  font-size: min(1.4457831325vw, 24px);
  font-weight: 500;
  color: #535353;
}
@media (max-width: 768px) {
  .voice-detail__qa dd {
    font-size: 0.9375rem;
  }
}
.voice-detail__qa-card dt {
  position: relative;
  z-index: 2;
  width: fit-content;
  background: #fff;
  border: 2px solid var(--vd-theme-color);
  border-radius: 10px;
  padding: 16px 32px;
}
@media (max-width: 768px) {
  .voice-detail__qa-card dt {
    padding: 10px 18px;
    border-radius: 8px;
  }
}
.voice-detail__qa-card dd {
  margin-top: -40px;
  margin-left: 30px;
  padding: 58px 5% 34px;
  background: var(--vd-theme-bg);
  border: 1px solid var(--vd-theme-color);
  border-radius: 25px;
}
@media (max-width: 768px) {
  .voice-detail__qa-card dd {
    margin-top: -22px;
    margin-left: 16px;
    padding: 32px 20px 24px;
    border-radius: 20px;
  }
}
.voice-detail__lead {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .voice-detail__lead {
    margin-top: 24px;
  }
}
.voice-detail__lead[hidden] {
  display: none;
}
.voice-detail__lead dt {
  font-size: min(1.8072289157vw, 30px);
  font-weight: 600;
  color: var(--vd-label-color);
}
@media (max-width: 768px) {
  .voice-detail__lead dt {
    font-size: 1.125rem;
  }
}
.voice-detail__lead dd {
  font-size: min(1.8072289157vw, 30px);
  font-weight: 500;
  color: #535353;
  margin-top: 10px;
  padding-left: 29px;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .voice-detail__lead dd {
    margin-top: 6px;
    padding-left: 16px;
    font-size: 1rem;
  }
}
.voice-detail__second {
  display: flex;
  align-items: flex-start;
  gap: 2.5%;
  margin-top: 72px;
}
@media (max-width: 768px) {
  .voice-detail__second {
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
  }
}
.voice-detail__second .voice-detail__qa-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
@media (max-width: 768px) {
  .voice-detail__second .voice-detail__qa-list {
    flex: none;
    width: 100%;
    gap: 20px;
  }
}
.voice-detail__photo2 {
  flex: 0 0 38.2%;
}
.voice-detail__photo2[hidden] {
  display: none;
}
@media (max-width: 768px) {
  .voice-detail__photo2 {
    flex: none;
    width: min(100%, 460px);
    margin: 0 auto;
  }
}
.voice-detail__photo2 img {
  width: 100%;
  height: auto;
}
.voice-detail__pager {
  display: flex;
  justify-content: center;
  gap: 52px;
  margin-top: 109px;
}
@media (max-width: 768px) {
  .voice-detail__pager {
    gap: 20px;
    margin-top: 50px;
  }
}

.btn-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 250px;
  height: 82px;
  font-size: min(1.9879518072vw, 33px);
  font-weight: 800;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .btn-pager {
    gap: 10px;
    width: 160px;
    height: 60px;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .btn-pager {
    cursor: pointer;
  }
  .btn-pager:hover {
    opacity: 0.7;
  }
}
.btn-pager .tri {
  width: 0;
  height: 0;
  border-style: solid;
}
.btn-pager--back {
  background: #fff;
  border: 3px solid #2683C7;
  color: #2683C7;
}
.btn-pager--back .tri {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 9px solid #2683C7;
  border-left: 0;
}
.btn-pager--next {
  background: #2683C7;
  color: #fff;
}
.btn-pager--next .tri {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
}

@supports (zoom: calc(700px / 1660px)) {
  @media (min-width: 769px) {
    #voice {
      --voice-zoom: calc(clamp(700px, 80vw, 1290px) / 1660px);
    }
    #voice .sect--voice__title {
      width: 1996.8px;
      font-size: 280.32px;
      zoom: var(--voice-zoom);
    }
    #voice .voice-detail {
      width: 1627px;
      margin: 0 auto;
      zoom: var(--voice-zoom);
      padding: 60px 84px 70px;
    }
    #voice .voice-detail__photo {
      margin-top: calc(1660px * (-0.114458 + var(--vd-photo-mt-scale, 0)));
    }
    #voice .voice-detail__en {
      font-size: 40px;
    }
    #voice .voice-detail__position {
      font-size: 30px;
    }
    #voice .voice-detail__name {
      font-size: 50px;
    }
    #voice .voice-detail__name span {
      font-size: 30px;
    }
    #voice .voice-detail__job {
      font-size: 24px;
    }
    #voice .voice-detail__qa dt {
      font-size: 36px;
    }
    #voice .voice-detail__qa dd {
      font-size: 24px;
    }
    #voice .voice-detail__lead dt {
      font-size: 30px;
    }
    #voice .voice-detail__lead dd {
      font-size: 30px;
    }
    #voice .btn-pager {
      font-size: 33px;
    }
  }
}
/* ============================================
   未経験でもIT開発エンジニアになれるページ（/school/）
   ============================================ */
.school-mv {
  position: relative;
}
.school-mv__photo {
  width: 100%;
  height: auto;
  display: block;
}
.school-mv__balloon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.7%;
  aspect-ratio: 206/69;
  background: #fff;
  border-radius: 100vh;
  font-size: min(1.3541666667vw, 26px);
  font-weight: 600;
  color: #2683C7;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .school-mv__balloon {
    width: auto;
    aspect-ratio: auto;
    padding: 3px 9px;
    font-size: 0.625rem;
  }
}
.school-mv__balloon::after {
  content: "";
  position: absolute;
  top: 96%;
  width: 0;
  height: 0;
  border-style: solid;
}
@media (max-width: 768px) {
  .school-mv__balloon::after {
    border-left-width: 2px !important;
    border-right-width: 8px !important;
    border-top-width: 12px !important;
  }
}
.school-mv__balloon--01 {
  left: 26.8%;
  top: 3%;
}
.school-mv__balloon--01::after {
  left: 58%;
  border-left: 3px solid transparent;
  border-right: 17px solid transparent;
  border-top: 26px solid #fff;
}
.school-mv__balloon--02 {
  left: 45.7%;
  top: 10.5%;
}
.school-mv__balloon--02::after {
  left: 58%;
  border-left: 3px solid transparent;
  border-right: 17px solid transparent;
  border-top: 26px solid #fff;
}
.school-mv__balloon--03 {
  left: 75.4%;
  top: 4.8%;
  width: 12.6%;
  aspect-ratio: 242/69;
}
.school-mv__balloon--03::after {
  left: 52%;
  border-left: 17px solid transparent;
  border-right: 3px solid transparent;
  border-top: 26px solid #fff;
}
.school-mv__title {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-text-stroke: 10px #fff;
  paint-order: stroke;
  text-align: center;
}
@media (max-width: 768px) {
  .school-mv__title {
    -webkit-text-stroke: 5px #fff;
  }
}
.school-mv__title .line01 {
  font-size: min(3.4375vw, 66px);
}
.school-mv__title .line01 em {
  font-style: normal;
  font-size: min(4.1145833333vw, 79px);
}
.school-mv__title .line02 {
  font-size: min(3.4375vw, 66px);
}
.school-mv__title .line02 em {
  font-style: normal;
  font-size: min(4.7916666667vw, 92px);
}
.school-mv__title .fc--blue {
  color: #2683C7;
}

.school-intro {
  padding: 64px 0 48px;
}
@media (max-width: 768px) {
  .school-intro {
    padding: 40px 20px 30px;
  }
}
.school-intro__lead {
  margin-top: 32px;
  font-size: min(3.125vw, 60px);
  font-weight: 700;
  color: #01296D;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .school-intro__lead {
    margin-top: 20px;
    font-size: 1.25rem;
  }
}
.school-intro__lead picture {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
}
.school-intro__lead picture img {
  width: auto;
  height: 1.35em;
  vertical-align: middle;
}

.school-study {
  position: relative;
  padding: 44px 0;
}
@media (max-width: 768px) {
  .school-study {
    padding: 0 20px;
  }
}
.school-study__band {
  background: #E5E5E5;
  padding: 53px 5% 53px 41.5%;
  min-height: 357px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .school-study__band {
    padding: 30px 20px;
    min-height: 0;
  }
}
.school-study__note {
  font-size: min(1.8229166667vw, 35px);
  font-weight: 600;
  color: #2683C7;
  text-align: center;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .school-study__note {
    font-size: 1rem;
  }
}
.school-study__note em {
  font-style: normal;
  font-size: min(2.8645833333vw, 55px);
}
@media (max-width: 768px) {
  .school-study__note em {
    font-size: 1.5rem;
  }
}
.school-study__catch {
  margin-top: 5px;
  font-size: min(4.53125vw, 87px);
  font-weight: 700;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .school-study__catch {
    font-size: 1.75rem;
    white-space: normal;
  }
}
.school-study__catch em {
  font-style: normal;
  font-size: min(6.09375vw, 117px);
  color: #2683C7;
}
@media (max-width: 768px) {
  .school-study__catch em {
    font-size: 2.375rem;
  }
}
.school-study__photo {
  position: absolute;
  left: max(-9.2%, -176.64px);
  top: 0;
  width: min(47.8%, 917.76px);
}
@media (max-width: 768px) {
  .school-study__photo {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
.school-study__photo img {
  width: 100%;
  height: auto;
  border-radius: 9.59%/15.96%;
}
.school-study__photo[data-a=slide-right] {
  position: absolute;
  clip-path: inset(0 calc(75% - 1px) 0 25%);
}
@media (max-width: 768px) {
  .school-study__photo[data-a=slide-right] {
    position: static;
  }
}
.school-study__photo[data-a=slide-right].anime-active {
  clip-path: inset(0 0 0 0);
}

.school-roadmap {
  padding: 84px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .school-roadmap {
    padding: 50px 20px 0;
  }
}

.roadmap {
  position: relative;
  margin-top: 62px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .roadmap {
    margin-top: 30px;
    padding: 0 20px 50px;
  }
}
.roadmap__line {
  position: absolute;
  top: 0;
  bottom: 130px;
  width: 20px;
  transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .roadmap__line {
    width: 10px;
  }
}
@media (max-width: 768px) {
  .roadmap__line {
    width: 8px;
    bottom: 30px;
    transform: none;
  }
}
.roadmap__line::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
@media (max-width: 1180px) {
  .roadmap__line::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
  }
}
@media (max-width: 768px) {
  .roadmap__line::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}
.roadmap__line--blue {
  left: calc(28.7% + 30px);
  background: linear-gradient(180deg, #2683C7 0%, #C6E7FE 100%);
}
@media (max-width: 768px) {
  .roadmap__line--blue {
    left: 0;
  }
}
.roadmap__line--blue::after {
  border-top: 56px solid #C6E7FE;
}
@media (max-width: 1180px) {
  .roadmap__line--blue::after {
    border-top: 28px solid #C6E7FE;
  }
}
@media (max-width: 768px) {
  .roadmap__line--blue::after {
    border-top: 20px solid #C6E7FE;
  }
}
.roadmap__line--red {
  left: calc(85.7% + 30px);
  background: linear-gradient(180deg, #DE1616 0%, #FEC5C5 100%);
}
@media (max-width: 768px) {
  .roadmap__line--red {
    left: auto;
    right: 0;
  }
}
.roadmap__line--red::after {
  border-top: 56px solid #FEC5C5;
}
@media (max-width: 1180px) {
  .roadmap__line--red::after {
    border-top: 28px solid #FEC5C5;
  }
}
@media (max-width: 768px) {
  .roadmap__line--red::after {
    border-top: 20px solid #FEC5C5;
  }
}
.roadmap__step {
  position: relative;
  padding-left: 34.2%;
}
@media (max-width: 768px) {
  .roadmap__step {
    padding-left: 0;
  }
}
.roadmap__step + .roadmap__step {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .roadmap__step + .roadmap__step {
    margin-top: 50px;
  }
}
.roadmap__work + .roadmap__step {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .roadmap__work + .roadmap__step {
    margin-top: 50px;
  }
}
.roadmap__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 21.4%;
  min-height: 97px;
  background: #2683C7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .roadmap__label {
    position: static;
    width: auto;
    max-width: 220px;
    min-height: 0;
    padding: 8px 24px;
    margin-bottom: 16px;
  }
}
.roadmap__label::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 45px solid #2683C7;
}
@media (max-width: 768px) {
  .roadmap__label::after {
    display: none;
  }
}
.roadmap__label span {
  font-size: min(2.34375vw, 45px);
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .roadmap__label span {
    font-size: 1.125rem;
  }
}
.roadmap__label span em {
  font-style: normal;
  font-size: min(2.9166666667vw, 56px);
}
@media (max-width: 768px) {
  .roadmap__label span em {
    font-size: 1.375rem;
  }
}
.roadmap__body {
  width: 76.7%;
}
@media (max-width: 768px) {
  .roadmap__body {
    width: 100%;
  }
}
.roadmap__heading {
  background: #E5E5E5;
  padding: 17px 26px;
  font-size: min(2.1875vw, 42px);
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .roadmap__heading {
    padding: 10px 16px;
    font-size: 1.25rem;
  }
}
.roadmap__ccpro {
  margin: 45px 0 0 36px;
}
@media (max-width: 768px) {
  .roadmap__ccpro {
    margin: 24px 0 0;
  }
}
.roadmap__ccpro img {
  width: 480px;
  max-width: 80%;
  height: auto;
}
.roadmap__cols {
  position: relative;
  margin-top: 39px;
}
@media (max-width: 768px) {
  .roadmap__cols {
    margin-top: 20px;
  }
}
.roadmap__txt {
  margin: 54px 0 0 36px;
  font-size: min(1.5625vw, 30px);
  font-weight: 600;
  color: #000;
  line-height: 1.67;
}
@media (max-width: 768px) {
  .roadmap__txt {
    margin: 16px 0 0;
    font-size: 0.9375rem;
  }
}
.roadmap__txt p + p {
  margin-top: 1.3em;
}
.roadmap__txt p + .roadmap__list {
  margin-top: 1.3em;
}
.roadmap__cols .roadmap__txt {
  margin: 0 0 0 36px;
  width: 63%;
}
@media (max-width: 768px) {
  .roadmap__cols .roadmap__txt {
    margin: 0;
    width: 100%;
  }
}
.roadmap__tech {
  position: absolute;
  right: 0;
  top: -53px;
  width: 33.8%;
  margin: 0;
}
@media (max-width: 768px) {
  .roadmap__tech {
    position: static;
    width: 60%;
    margin: 20px auto 0;
  }
}
.roadmap__tech img {
  width: 100%;
  height: auto;
}
.roadmap__list {
  padding-left: 44px;
}
@media (max-width: 768px) {
  .roadmap__list {
    padding-left: 16px;
  }
}
.roadmap__rank {
  margin-top: 8px;
  font-size: min(1.5625vw, 30px);
  font-weight: 600;
  color: #2683C7;
  text-align: right;
}
@media (max-width: 768px) {
  .roadmap__rank {
    font-size: 0.9375rem;
  }
}
.roadmap__badge {
  position: absolute;
  left: 84%;
  top: -12px;
  z-index: 2;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #D60000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: min(1.71875vw, 33px);
  font-weight: 800;
  color: #fff;
  line-height: 1.36;
}
@media (max-width: 768px) {
  .roadmap__badge {
    left: auto;
    right: 0;
    top: -10px;
    width: 64px;
    height: 64px;
    font-size: 0.875rem;
  }
}
.roadmap__work {
  display: flex;
  align-items: flex-start;
  margin-top: 106px;
  padding-left: 14%;
}
@media (max-width: 768px) {
  .roadmap__work {
    flex-direction: column;
    margin-top: 50px;
    padding-left: 0;
  }
}
.roadmap__balloon {
  flex: 0 0 18.5%;
  padding: 30px 10px;
  background: #fff;
  border: 3px solid #5B9FD4;
  border-radius: 24px;
  font-size: min(1.5625vw, 30px);
  font-weight: 600;
  color: #2683C7;
  text-align: center;
  line-height: 1.7;
  position: relative;
}
@media (max-width: 768px) {
  .roadmap__balloon {
    flex: none;
    display: inline-block;
    padding: 12px 20px;
    font-size: 0.9375rem;
    margin-bottom: 16px;
  }
}
.roadmap__balloon::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 24%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 40px solid #5B9FD4;
}
@media (max-width: 768px) {
  .roadmap__balloon::before {
    left: 45%;
    top: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #5B9FD4;
    border-bottom: 0;
  }
}
.roadmap__balloon::after {
  content: "";
  position: absolute;
  left: 99%;
  top: 26%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 35px solid #fff;
}
@media (max-width: 768px) {
  .roadmap__balloon::after {
    left: calc(45% + 2px);
    top: calc(100% - 4px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #fff;
    border-bottom: 0;
  }
}
.roadmap__work-body {
  flex: 1;
  max-width: 52%;
  margin-left: max(5.5%, 66px);
}
@media (max-width: 768px) {
  .roadmap__work-body {
    flex: none;
    max-width: none;
    margin-left: 0;
  }
}
.roadmap__work-title {
  font-size: min(3.28125vw, 63px);
  font-weight: 700;
  color: #2683C7;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .roadmap__work-title {
    font-size: 1.5rem;
  }
}
.roadmap__work-img {
  margin-top: 0;
}
.roadmap__work-img img,
.roadmap__work-img video {
  width: 100%;
  max-width: 720px;
  height: auto;
  border: 1px solid #C9C9C9;
  display: block;
}
.roadmap__book {
  position: absolute;
  right: -16.7%;
  top: 10px;
  width: 43.5%;
}
@media (max-width: 768px) {
  .roadmap__book {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
.roadmap__book img {
  width: 100%;
  height: auto;
  border-radius: 9.83%/16.92%;
}

.school-senpai {
  background: #DECDE5;
  padding: 41px 0 120px;
}
@media (max-width: 768px) {
  .school-senpai {
    padding: 40px 20px 60px;
  }
}

.senpai-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 4%;
  margin-top: 70px;
}
@media (max-width: 1280px) {
  .senpai-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .senpai-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.senpai-list > li {
  display: flex;
  align-items: stretch;
  gap: 9.8%;
}
@media (max-width: 768px) {
  .senpai-list > li {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .senpai-list > li {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .senpai-list > li .senpai-card {
    justify-self: end;
    width: 300px;
  }
  .senpai-list > li .senpai-questions {
    justify-self: start;
  }
}
.senpai-list > li > a {
  display: contents;
  color: inherit;
  text-decoration: none;
}

.senpai-questions {
  flex: 1;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .senpai-questions {
    padding-top: 0;
    text-align: center;
  }
}
.senpai-questions > li {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .senpai-questions > li {
    margin-bottom: 16px;
  }
}
.senpai-questions > li:last-child {
  margin-bottom: 0;
}
.senpai-questions__q {
  display: block;
  font-size: min(0.9375vw, 18px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .senpai-questions__q {
    font-size: 0.8125rem;
  }
}
.senpai-questions__q.fc--green {
  color: #01296D;
}
.senpai-questions__q.fc--purple {
  color: #01296D;
}
.senpai-questions__a {
  font-size: min(1.5625vw, 30px);
  font-weight: 700;
  color: #4A4A4A;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .senpai-questions__a {
    font-size: 1rem;
  }
}

@supports (zoom: calc(700px / 1660px)) {
  @media (min-width: 769px) {
    #school {
      --school-zoom: calc(clamp(700px, 80vw, 1290px) / 1660px);
      --school-zoom-study: min(var(--school-zoom), calc((50vw - 32px) / 1136.64px));
    }
    #school .school-intro .sect__inner,
    #school .school-roadmap .sect__inner,
    #school .school-senpai .sect__inner {
      width: 1660px;
      margin: auto;
      zoom: var(--school-zoom);
    }
    #school .school-intro__lead {
      font-size: 60px;
    }
    #school .roadmap__line {
      width: 20px;
    }
    #school .roadmap__line::after {
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
    }
    #school .roadmap__line--blue::after {
      border-top: 56px solid #C6E7FE;
    }
    #school .roadmap__line--red::after {
      border-top: 56px solid #FEC5C5;
    }
    #school .roadmap__label span {
      font-size: 45px;
    }
    #school .roadmap__label span em {
      font-size: 56px;
    }
    #school .roadmap__heading {
      font-size: 42px;
    }
    #school .roadmap__txt {
      font-size: 30px;
    }
    #school .roadmap__rank {
      font-size: 30px;
    }
    #school .roadmap__badge {
      font-size: 33px;
    }
    #school .roadmap__balloon {
      font-size: 30px;
    }
    #school .roadmap__work-title {
      font-size: 63px;
    }
    #school .senpai-questions__q {
      font-size: 18px;
    }
    #school .senpai-questions__a {
      font-size: 30px;
    }
    #school .sect__title span {
      font-size: 30px;
    }
    #school .sect__title strong {
      font-size: 63px;
    }
    #school .senpai-list {
      grid-template-columns: 1fr 1fr;
    }
    #school .senpai-list > li {
      display: flex;
    }
    #school .senpai-card {
      flex: 0 0 43.7%;
    }
    #school .senpai-card figcaption > div span,
    #school .senpai-card figcaption > div p {
      font-size: 16px;
    }
    #school .school-study {
      padding-top: calc(44px * var(--school-zoom-study));
      padding-bottom: calc(44px * var(--school-zoom-study));
    }
    #school .school-study__band {
      padding-left: calc(50% - 163.2px * var(--school-zoom-study));
      padding-right: calc(50% - 864px * var(--school-zoom-study));
      padding-top: calc(53px * var(--school-zoom-study));
      padding-bottom: calc(53px * var(--school-zoom-study));
      min-height: calc(357px * var(--school-zoom-study));
    }
    #school .school-study__note {
      font-size: calc(35px * var(--school-zoom-study));
    }
    #school .school-study__note em {
      font-size: calc(55px * var(--school-zoom-study));
    }
    #school .school-study__catch {
      margin-top: calc(5px * var(--school-zoom-study));
      font-size: calc(87px * var(--school-zoom-study));
    }
    #school .school-study__catch em {
      font-size: calc(117px * var(--school-zoom-study));
    }
    #school .school-study__photo {
      left: calc(50% - 1136.64px * var(--school-zoom-study));
      width: calc(917.76px * var(--school-zoom-study));
    }
    #school .roadmap__book {
      right: max(-16.7%, 800px + (32px - 50vw) / var(--school-zoom));
    }
  }
}
/* ============================================
   働きやすい環境を整える制度ページ（/support/）
   ============================================ */
.sect--support-hero .support-hero {
  position: relative;
  display: flex;
}
.sect--support-hero .support-hero__img {
  overflow: hidden;
}
.sect--support-hero .support-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.sect--support-hero .support-hero__img--l {
  width: 52.3%;
}
.sect--support-hero .support-hero__img--r {
  width: 47.7%;
  position: relative;
}
.sect--support-hero .support-hero__img--r img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .sect--support-hero .support-hero {
    flex-direction: column;
  }
  .sect--support-hero .support-hero__img--l, .sect--support-hero .support-hero__img--r {
    width: 100%;
    height: 50vw;
  }
}
.sect--support-hero .support-hero__title {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  width: max-content;
  font-weight: 700;
  font-size: min(3.6144578313vw, 60px);
  line-height: 1.2;
  white-space: nowrap;
  -webkit-text-stroke: 0.22em #fff;
  paint-order: stroke;
}
@media (max-width: 768px) {
  .sect--support-hero .support-hero__title {
    font-size: 1.375rem;
  }
}
.sect--support-hero .support-hero__title em {
  font-size: 1.32em;
  font-style: normal;
}
.sect--support-hero .support-hero__title .fc-blue {
  color: #2683C7;
}
.sect--support-hero .support-hero__title .fc-black {
  color: #1A1311;
}

.sect--support-lead {
  padding: 96px 0 22px;
}
@media (max-width: 768px) {
  .sect--support-lead {
    padding: 50px 0 30px;
  }
}
.sect--support-lead .support-lead {
  margin-top: 50px;
  text-align: center;
  color: #01296D;
  font-weight: 600;
  font-size: min(3.0120481928vw, 50px);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sect--support-lead .support-lead {
    margin-top: 25px;
    padding: 0 20px;
    font-size: 1.125rem;
  }
}
.sect--support-lead .support-lead em {
  font-style: normal;
  font-size: min(3.6144578313vw, 60px);
}
@media (max-width: 768px) {
  .sect--support-lead .support-lead em {
    font-size: 1.375rem;
  }
}

@media (max-width: 768px) {
  .sect--support-lead .sect__inner,
  .sect--support-work .sect__inner,
  .sect--support-life .sect__inner,
  .sect--support-voice .sect__inner {
    padding: 0 20px;
  }
}

.sect--support-work {
  background: #C7E8FF;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .sect--support-work {
    padding-top: 50px;
  }
}

.sect--support-life {
  padding: 82px 0 42px;
}
@media (max-width: 768px) {
  .sect--support-life {
    padding: 50px 0 30px;
  }
}

.support-band {
  position: relative;
  margin-top: 41px;
}
@media (max-width: 768px) {
  .support-band {
    margin-top: 30px;
  }
}
.support-band::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10.3%;
  bottom: 8.8%;
  background: #E5E5E5;
}
@media (max-width: 768px) {
  .support-band::before {
    display: none;
  }
}
.support-band + .support-band {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .support-band + .support-band {
    margin-top: 40px;
  }
}
.support-band__img {
  position: relative;
  width: 43.2%;
}
@media (max-width: 768px) {
  .support-band__img {
    width: 100%;
    padding: 0 20px;
  }
}
.support-band__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .support-band__img img {
    border-radius: 20px;
  }
}
.support-band__body {
  position: absolute;
  left: 45.8%;
  right: 2.6%;
  top: 10.3%;
  bottom: 8.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .support-band__body {
    position: static;
    background: #E5E5E5;
    padding: 25px 20px 30px;
  }
}
.support-band__title {
  color: #01296D;
  font-weight: 700;
  font-size: min(4.2168674699vw, 70px);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .support-band__title {
    font-size: 1.5rem;
  }
}
.support-band__title small {
  font-weight: 700;
  font-size: min(1.2048192771vw, 20px);
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .support-band__title small {
    font-size: 0.6875rem;
  }
}
.support-band__txt {
  margin: min(1.0843373494vw, 18px) 0 0 5.5%;
  color: #535353;
  font-weight: 700;
  font-size: min(3.1325301205vw, 52px);
  line-height: 1.45;
}
@media (max-width: 768px) {
  .support-band__txt {
    margin: 12px 0 0;
    font-size: 1.125rem;
  }
}
.support-band__txt--lg {
  font-size: min(3.6144578313vw, 60px);
  line-height: 1.35;
}
@media (max-width: 768px) {
  .support-band__txt--lg {
    font-size: 1.1875rem;
  }
}
.support-band__txt small {
  font-weight: 700;
  font-size: min(1.2048192771vw, 20px);
  margin-left: 0.75em;
}
@media (max-width: 768px) {
  .support-band__txt small {
    font-size: 0.6875rem;
  }
}
.support-band__note {
  margin: min(1.2048192771vw, 20px) 0 0 5.5%;
  color: #535353;
  font-weight: 700;
  font-size: min(1.0843373494vw, 18px);
}
@media (max-width: 768px) {
  .support-band__note {
    margin: 10px 0 0;
    font-size: 0.6875rem;
  }
}

.support-case {
  background: #fff;
  margin-top: 0;
  padding: 91px 9.6% 191px;
}
@media (max-width: 768px) {
  .support-case {
    padding: 40px 20px 60px;
  }
}
.support-case + .support-band {
  margin-top: min(-140px, -7.3vw);
}
@media (max-width: 768px) {
  .support-case + .support-band {
    margin-top: 0;
  }
}
.support-case > li {
  display: grid;
  grid-template-columns: 22.4% 10.1% 1fr;
  gap: 0 3%;
  align-items: center;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .support-case > li {
    grid-template-columns: auto 1fr;
    gap: 0 15px;
    padding: 20px 0;
  }
}
.support-case > li:first-child {
  padding-top: 0;
}
.support-case > li:last-child {
  padding-bottom: 0;
}
.support-case > li + li {
  border-top: 1px solid #707070;
}
.support-case__label {
  text-align: right;
  color: #B395BF;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .support-case__label {
    order: 2;
    text-align: left;
    align-self: center;
  }
}
.support-case__label strong {
  display: block;
  font-weight: 700;
  font-size: min(4.3975903614vw, 73px);
}
@media (max-width: 768px) {
  .support-case__label strong {
    display: inline;
    font-size: 1.25rem;
  }
}
.support-case__label span {
  display: block;
  font-weight: 700;
  font-size: min(3.6144578313vw, 60px);
}
@media (max-width: 768px) {
  .support-case__label span {
    display: inline;
    margin-left: 0.5em;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .support-case__icon {
    order: 1;
    width: 70px;
  }
}
.support-case__icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .support-case__body {
    order: 3;
    grid-column: 1/-1;
    margin-top: 12px;
  }
}
.support-case__body strong {
  display: block;
  color: #B395BF;
  font-weight: 700;
  font-size: min(4.3975903614vw, 73px);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .support-case__body strong {
    font-size: 1.5rem;
  }
}
.support-case__body p {
  margin-top: 10px;
  color: #535353;
  font-weight: 600;
  font-size: min(2.2891566265vw, 38px);
  line-height: 1.35;
}
@media (max-width: 768px) {
  .support-case__body p {
    margin-top: 6px;
    font-size: 0.9375rem;
  }
}

.support-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  max-width: 1702px;
  margin: 86px auto 0;
  padding: 0 30px 62px;
}
@media (max-width: 768px) {
  .support-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 560px;
    margin-top: 40px;
    padding: 0 20px 50px;
  }
}
.support-cards figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .support-cards figure img {
    border-radius: 20px;
  }
}
.support-cards h3 {
  margin-top: 41px;
  color: #01296D;
  font-weight: 700;
  font-size: min(3.313253012vw, 55px);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .support-cards h3 {
    margin-top: 18px;
    font-size: 1.375rem;
  }
}
.support-cards p {
  margin: 8px 0 0 1.7em;
  color: #535353;
  font-weight: 700;
  font-size: min(2.7108433735vw, 45px);
  line-height: 1.3;
}
@media (max-width: 768px) {
  .support-cards p {
    margin-top: 5px;
    font-size: 1.0625rem;
  }
}

.support-welfare {
  padding: 80px 30px 0;
}
@media (max-width: 768px) {
  .support-welfare {
    padding: 40px 20px 0;
  }
}
.support-welfare__title {
  color: #01296D;
  font-weight: 700;
  font-size: min(4.3975903614vw, 73px);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .support-welfare__title {
    font-size: 1.5rem;
  }
}
.support-welfare__list {
  margin: 40px 0 0 6.4%;
  color: #535353;
  font-weight: 700;
  font-size: min(3.6144578313vw, 60px);
  line-height: 1.35;
}
@media (max-width: 768px) {
  .support-welfare__list {
    margin: 20px 0 0;
    font-size: 1.0625rem;
  }
}
.support-welfare__list > li {
  margin-top: 0.35em;
}
.support-welfare__list > li::before {
  content: "・";
}
.support-welfare__list > li small {
  font-size: min(2.4096385542vw, 40px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .support-welfare__list > li small {
    font-size: 0.8125rem;
  }
}

.sect--support-voice {
  background: #DECDE5;
  padding: 41px 0 80px;
}
.sect--support-voice .sect__title strong {
  font-size: 3.9375rem;
}
.sect--support-voice .sect__title strong[data-a=slide-mask-b] {
  max-width: 100%;
  white-space: normal;
  text-indent: 0;
  visibility: hidden;
}
.sect--support-voice .sect__title strong[data-a=slide-mask-b]::before {
  visibility: visible;
}
.sect--support-voice .sect__title strong[data-a=slide-mask-b].anime-slide-mask-b {
  animation-name: anime-sm-txt-sp;
}
@media (max-width: 768px) {
  .sect--support-voice {
    padding: 40px 0 50px;
  }
  .sect--support-voice .sect__title strong {
    font-size: 2rem;
  }
}
.sect--support-voice .support-voice {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .sect--support-voice .support-voice {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .sect--support-voice .support-voice {
    flex-direction: column;
    gap: 40px;
    margin-top: 25px;
  }
}
.sect--support-voice .support-voice__item {
  display: flex;
  gap: 3%;
  flex: 1;
}
@media (max-width: 768px) {
  .sect--support-voice .support-voice__item {
    flex-direction: column;
    gap: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .sect--support-voice .support-voice__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sect--support-voice .support-voice__item .senpai-card {
    justify-self: end;
    width: 300px;
  }
  .sect--support-voice .support-voice__item .support-voice__txt {
    justify-self: start;
  }
}
.sect--support-voice .support-voice__item > a {
  display: contents;
  color: inherit;
  text-decoration: none;
}
.sect--support-voice .support-voice__txt {
  flex: 1;
  min-width: 0;
  padding-top: 130px;
  color: #4A4A4A;
  font-weight: 600;
  font-size: min(1.8072289157vw, 30px);
  line-height: 2.33;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sect--support-voice .support-voice__txt {
    padding-top: 0;
    font-size: 0.9375rem;
    line-height: 1.8;
    white-space: normal;
    text-align: center;
  }
}
.sect--support-voice .support-voice__subtitle {
  display: block;
  font-size: min(2.2891566265vw, 38px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}
.sect--support-voice .support-voice__subtitle.fc--purple {
  color: #01296D;
}
.sect--support-voice .support-voice__subtitle.fc--green {
  color: #01296D;
}
@media (max-width: 768px) {
  .sect--support-voice .support-voice__subtitle {
    font-size: 1.0625rem;
    margin-bottom: 8px;
  }
}

@supports (zoom: calc(700px / 1660px)) {
  @media (min-width: 769px) {
    #support {
      --support-zoom: calc(clamp(700px, 80vw, 1290px) / 1660px);
    }
    #support .sect--support-lead .sect__inner,
    #support .sect--support-work .sect__inner,
    #support .sect--support-life .sect__inner,
    #support .sect--support-voice .sect__inner,
    #support .support-welfare {
      width: 1660px;
      margin: auto;
      zoom: var(--support-zoom);
    }
    #support .support-band,
    #support .support-case {
      width: 1920px;
      margin-left: auto;
      margin-right: auto;
      zoom: var(--support-zoom);
    }
    #support .support-band::before {
      left: calc((100% - 100vw / var(--support-zoom)) / 2);
      right: auto;
      width: calc(100vw / var(--support-zoom));
    }
    #support .support-cards {
      width: 1702px;
      zoom: var(--support-zoom);
    }
    #support .support-lead {
      font-size: 50px;
    }
    #support .support-lead em {
      font-size: 60px;
    }
    #support .support-band__title {
      font-size: 70px;
    }
    #support .support-band__title small {
      font-size: 20px;
    }
    #support .support-band__txt {
      margin-top: 18px;
      font-size: 52px;
    }
    #support .support-band__txt--lg {
      font-size: 60px;
    }
    #support .support-band__txt small {
      font-size: 20px;
    }
    #support .support-band__note {
      margin-top: 20px;
      font-size: 18px;
    }
    #support .support-case + .support-band {
      margin-top: -126px;
    }
    #support .support-case__label strong {
      font-size: 73px;
    }
    #support .support-case__label span {
      font-size: 60px;
    }
    #support .support-case__body strong {
      font-size: 73px;
    }
    #support .support-case__body p {
      font-size: 38px;
    }
    #support .support-cards h3 {
      font-size: 55px;
    }
    #support .support-cards p {
      font-size: 45px;
    }
    #support .support-welfare__title {
      font-size: 73px;
    }
    #support .support-welfare__list {
      font-size: 60px;
    }
    #support .support-welfare__list > li small {
      font-size: 40px;
    }
    #support .support-voice__txt {
      font-size: 30px;
    }
    #support .support-voice__subtitle {
      font-size: 38px;
    }
    #support .sect__title span {
      font-size: 30px;
    }
    #support .sect__title strong {
      font-size: 63px;
    }
    #support .senpai-card figcaption > div span,
    #support .senpai-card figcaption > div p {
      font-size: 16px;
    }
    #support .support-voice {
      flex-direction: row;
      gap: 4%;
    }
    #support .support-voice__item {
      display: flex;
    }
    #support .senpai-card {
      flex: 0 0 43.7%;
    }
  }
}
