@charset "UTF-8";

/* =============================================
   Block: fv（First View）
   ============================================= */
.fv {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv__col {
  width: 100%;
  height: 864px;
  display: flex;
}
.fv__slogan {
  flex: 1;
  background-color: var(--color-black);
  display: flex;
  justify-content: right;
  padding-top: 180px;
}
.fv__slogan-inner,
.fv__desc-inner {
  width: 600px;
}
.fv__slogan-text {
  height: 430px;
  color: var(--color-white);
  font-size: 19rem;
  font-weight: bold;
  line-height: 1.1;
  background: url(../images/Job_from_dream.svg);
  background-size: 148px 48px;
  background-position: bottom 0px right 35px;
  background-repeat: no-repeat;
}
.fv__desc {
  flex: 1;
  display: flex;
  justify-content: left;
  padding-left: 4rem;
  padding-top: 180px;
}
.fv__desc-title {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
.fv__desc-title::after {
  position: absolute;
  content: "";
  background-color: var(--color-black);
  width: 58px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fv__desc-text {
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.fv__image {
  width: 100%;
  max-width: 1200px;
  height: 688px;
  margin-top: -200px;
  text-align: center;
  background: url(../images/black_bg.png);
  background-size: 273px 273px;
  background-position: bottom -6rem right -5rem;
  background-repeat: no-repeat;
}
.fv__image img {
  width: 100%;
  max-width: 1100px;
  height: 628px;
}

/* =============================================
   Layout: main
   ============================================= */
.main {
  width: 100vw;
  padding-top: 150px;
}
.main__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

/* =============================================
   Block: strengths（4つの強み）
   ============================================= */
.strengths {
  border-bottom: 1px solid var(--color-black);
  margin-bottom: 100px;
}
.strengths__list {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  margin: 60px 0 120px;
}
.strengths__item {
  padding: 60px 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: sticky;
  top: 89px;
  transform-origin: center top;
}
.strengths__item:nth-child(1) {
  z-index: 1;
  margin-bottom: 24px;
}
.strengths__item:nth-child(2) {
  z-index: 2;
  margin-bottom: 24px;
}
.strengths__item:nth-child(3) {
  z-index: 3;
  margin-bottom: 24px;
}
.strengths__item:nth-child(4) {
  z-index: 4;
}

/* Modifier: 背景色トーン */
.strengths__item--tone-1 {
  background-color: #d1d1d1;
}
.strengths__item--tone-2 {
  background-color: #888888;
}
.strengths__item--tone-3 {
  background-color: #5c5c5c;
}
.strengths__item--tone-4 {
  background-color: #303030;
}

.strengths__image {
  width: 100%;
  max-width: 438px;
}
.strengths__sub {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.strengths__num {
  font-size: 10rem;
  line-height: 0.7;
  color: var(--color-yellow);
}
.strengths__eng {
  font-size: 2.4rem;
  color: var(--color-white);
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.strengths__eng::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: var(--color-white);
}
.strengths__detail--light {
  color: var(--color-white);
}
.strengths__title {
  font-size: 4.6rem;
  line-height: 1;
  font-weight: bold;
  margin: 50px 0;
}
.strengths__text {
  width: 100%;
  max-width: 400px;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: justify;
}

/* =============================================
   Block: results（支援実績）
   ============================================= */
.results {
  margin-top: 80px;
  padding-bottom: 90px;
}
.results__list {
  width: 100%;
  max-width: 995px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  margin-top: 80px;
  margin-bottom: 20px;
}
.results__item {
  width: 45%;
}
.results__item:last-of-type {
  margin-top: -2rem;
}
.results__chart {
  width: 100%;
}
.results__note {
  font-size: 1.4rem;
  text-align: right;
}

/* =============================================
   Block: support（就職徹底サポート）
   ============================================= */
.support {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-yellow);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 150px 0 140px;
}
.support h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.support h3 {
  margin-bottom: 14rem;
}
.support__list {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 3rem;
}
.support__item {
  width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 9rem;
  row-gap: 3rem;
  border-radius: 240px;
}
.support__item--white {
  background-color: var(--color-white);
}
.support__item--light {
  background-color: #e9e9e9;
}
.support__item--mid {
  color: var(--color-white);
  background-color: #a6a6a6;
}
.support__item--dark {
  color: var(--color-white);
  background-color: #515151;
}
.support__num {
  font-size: 3.6rem;
  font-weight: bold;
}
.support__title {
  font-size: 4.6rem;
  font-weight: bold;
  position: relative;
}
.support__title-img {
  position: absolute;
  display: block;
  top: -10px;
  left: -26px;
}
.support__title-img img {
  width: 100%;
}
.support__image {
  width: 100%;
  max-width: 240px;
}
.support__text {
  width: 315px;
  text-align: justify;
  text-align-last: center;
}

/* =============================================
   Block: service（サービス事業）
   ============================================= */
.service {
  padding-top: 100px;
  padding-bottom: 120px;
}
.service__wrapper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 60px;
}
.service__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 5%;
}
.service__item {
  width: 50%;
  padding: 120px 0;
  display: flex;
}
.service__item--left {
  justify-content: flex-end;
  background-image: linear-gradient(to right, #e6e6e6 0%, #e6e6e6 80%, #fff 80%, #fff 100%);
}
.service__item--right {
  justify-content: flex-start;
  background-image: linear-gradient(to right, #fff 0%, #fff 22%, #e6e6e6 20%, #e6e6e6 100%);
}
.service__card {
  width: 495px;
  border: 10px solid var(--color-yellow);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  padding: 60px 0;
  background-color: var(--color-white);
}
.service__card-title {
  font-size: 4.6rem;
  font-weight: bold;
}
.service__card-image img {
  width: auto;
  height: 166px;
}
.service__card-text {
  width: 330px;
  text-align: justify;
}

/* =============================================
   Block: curriculum（学習内容）
   ============================================= */
.curriculum__slider {
  margin: 4rem 0 18rem;
}
.curriculum__slide-wrap {
  width: 100vw;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/curriculum_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.splide__pagination {
  left: 65rem;
  right: auto;
  bottom: 5.5em;
}
.curriculum__content {
  color: #fff;
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15rem 5rem;
}
.curriculum__category {
  width: 100%;
  max-width: 666px;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.curriculum__category-title {
  font-size: 4.6rem;
  font-weight: bold;
  border-left: 10px solid var(--color-white);
  padding-left: 2rem;
}
.curriculum__category-text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.curriculum__tool-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
}
.curriculum__tool-item {
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 2rem;
  width: 100%;
  max-width: 203px;
  padding: 1.4rem 0;
  text-align: center;
  font-weight: bold;
}

/* 資格円グラフ */
:root {
  --container-size: 880px;
  --radius: 330px;
  --item-size: 185px;
  --bg-circle-weight: 30px;
}
.curriculum__circle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.curriculum__circle-stage {
  position: relative;
  width: var(--container-size);
  height: var(--container-size);
  mix-blend-mode: darken;
}
.curriculum__circle-bg,
.curriculum__circle-center,
.curriculum__circle-label {
  position: absolute;
  top: 50%;
  left: 50%;
}
.curriculum__circle-bg {
  width: calc(var(--radius) * 2);
  height: calc(var(--radius) * 2);
  border: var(--bg-circle-weight) solid #e6e6e6;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.curriculum__circle-center {
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 350px;
}
.curriculum__circle-catchphrase {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
.curriculum__circle-title {
  font-size: 36px;
  font-weight: bold;
  margin: 5px 0;
}
.curriculum__circle-image {
  width: 100%;
  max-width: 315px;
  height: auto;
  margin-top: 10px;
}
.curriculum__circle-label {
  width: var(--item-size);
  height: var(--item-size);
  background-color: #fff188;
  border-radius: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding: 8px;
  box-sizing: border-box;
  --angle: calc(var(--i) * 36deg - 108deg);
  --x: calc(var(--radius) * cos(var(--angle)));
  --y: calc(var(--radius) * sin(var(--angle)));
  transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y)));
}
.curriculum__bg-text {
  width: 100vw;
  margin: 60px calc(50% - 50vw);
  display: flex;
  justify-content: center;
  font-size: 218px;
  line-height: 0.8;
  color: #e6e6e6;
  white-space: nowrap;
  overflow: hidden;
}

/* =============================================
   Block: flow（ご利用の流れ）
   ============================================= */
.flow__header {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(90deg, #cfcfcf 0%, #cfcfcf 50%, #a4a4a4 50%, #a4a4a4 100%);
  padding: 100px 0 175px;
  text-align: center;
}
.flow__list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-wrap: wrap;
}
.flow__item {
  flex-basis: 50%;
  display: flex;
}

.flow__item--step-1 {
  background-color: #cfcfcf;
  justify-content: flex-end;
}
.flow__item--step-2 {
  background-color: #a4a4a4;
  justify-content: flex-start;
}
.flow__item--step-3 {
  background-color: #747474;
  justify-content: flex-end;
  padding-bottom: 410px;
}
.flow__item--step-4 {
  background-color: #515151;
  justify-content: flex-start;
  padding-bottom: 410px;
}

.flow__item--step-1 .flow__card {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #ffef8a 0%, #ffef8a 10%, #000 10%, #000 100%) 1;
}
.flow__item--step-1 .flow__card-inner {
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, #ffef8a 0%, #ffef8a 10%, #000 10%, #000 100%) 1;
}
.flow__item--step-2 .flow__card {
  border-bottom: 1px solid;
  border-image: linear-gradient(to left, #ffef8a 0%, #ffef8a 10%, #000 10%, #000 100%) 1;
}
.flow__item--step-3 .flow__card-inner {
  border-right: 1px solid;
  border-image: linear-gradient(to top, #ffef8a 0%, #ffef8a 10%, #000 10%, #000 100%) 1;
}

.flow__card {
  width: 550px;
  height: 550px;
  background-color: #ffef8a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}
.flow__card-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}
.flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  font-size: 4.8rem;
}
.flow__item--step-1 .flow__num {
  background-color: #cfcfcf;
}
.flow__item--step-2 .flow__num {
  background-color: #a4a4a4;
}
.flow__item--step-3 .flow__num {
  background-color: #747474;
}
.flow__item--step-4 .flow__num {
  background-color: #515151;
}
.flow__title {
  font-size: 4.6rem;
  font-weight: bold;
}
.flow__text {
  width: 100%;
  max-width: 330px;
  text-align: justify;
}

/* =============================================
   Block: voice（利用者の声）
   ============================================= */
.voice {
  padding: 150px 0 0;
}
.swiper {
  width: 100%;
  max-width: 1100px;
  padding: 100px 0;
}
.swiper .swiper-wrapper {
  width: 100%;
}
.voice__slide {
  background-color: var(--color-yellow);
  transition: 0.7s;
  padding: 100px 30px 50px;
  transform: scale(0.8);
  opacity: 0.3;
  position: relative;
}
.swiper .swiper-slide-active .voice__slide {
  opacity: 1;
  transform: scale(1);
}
.voice__nav {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.swiper-pagination {
  position: static;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
}
.swiper-pagination-bullets {
  display: flex;
  align-items: center;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  position: static;
  margin-top: initial;
  margin: 0;
  color: var(--color-black);
}
.swiper-pagination-bullet-active {
  background: var(--color-black);
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}
.voice__content {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.voice__avatar {
  width: 140px;
  height: 140px;
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.voice__avatar img {
  width: 100%;
}
.voice__title {
  font-size: 2.5rem;
  font-weight: bold;
}
.voice__text {
  text-align: justify;
}
.voice__author {
  font-weight: bold;
  text-align: right;
}

/* =============================================
   Block: contact（お問い合わせ）
   ============================================= */
.contact {
  background-color: var(--color-yellow);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 110px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact__wrapper {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  row-gap: 5rem;
}
.contact__lead {
  font-size: 4.6rem;
  font-weight: bold;
}
.contact__list {
  display: flex;
  justify-content: space-between;
}
.contact__item {
  width: 514px;
  background-color: var(--color-white);
  padding: 30px 58px;
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: 5% 100%;
}
.contact__item--tel {
  background-image: url(../images/contact_illust01.png);
}
.contact__item--mail {
  background-image: url(../images/contact_illust02.png);
}
.contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.2rem;
  line-height: 1;
}
.contact__item-title {
  font-size: 2.2rem;
  font-weight: bold;
}
.contact__item-tel {
  font-size: 3.8rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 30px;
}
.contact__item-tel::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../images/phone.svg);
  width: 25px;
  height: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(9px);
}
.contact__item-btn {
  background-color: var(--color-black);
  color: var(--color-white);
  width: 284px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  position: relative;
}
.contact__item-btn::before {
  position: absolute;
  top: 26%;
  left: 8%;
  content: "";
  background-image: url(../images/contact_mail.svg);
  width: 21px;
  height: 15px;
  background-size: cover;
}
.contact__item-btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  content: url(../images/cpntact_arrow.svg);
}
.contact__item-note {
}

/* =============================================
   Block: news（お知らせ）
   ============================================= */
.news {
  padding: 7rem 0 10rem;
  border-bottom: 1px solid var(--color-black);
}
.news__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 -4rem 0;
  padding: 4rem 4rem 4rem;
  background: url(../images/black_bg-news.svg), url(../images/black_bg-news.svg);
  background-size: 235px 235px;
  background-position:
    top 0rem right 0rem,
    bottom 0rem right 60rem;
  background-repeat: no-repeat;
}
.news__content {
  width: 750px;
  background-color: #ececec;
  padding: 70px 90px;
}
.news__list {
  display: flex;
  flex-direction: column;
}
.news__item {
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.news__link {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.news__item-date {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.news__item-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.news__item-text {
  text-align: justify;
}
.news__btn {
  width: 254px;
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 500px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  display: block;
}

/* =============================================
   Block: access（事業所一覧）
   ============================================= */
.access {
  padding-top: 70px;
  border-bottom: 1px solid var(--color-black);
}
.access__wrapper {
  width: 100%;
  max-width: 1100px;
  background-color: #ececec;
  border-radius: 30px;
  padding: 80px 40px;
  margin: 4.5rem 0 10rem;
}
.access__list {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.access__item {
  background-color: var(--color-white);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 4%;
  padding: 5.5rem 4rem;
}
.access__panel--info {
  width: 46%;
}
.access__panel--map {
  width: 50%;
}
.access__tag-list {
  display: flex;
  column-gap: 1rem;
}
.access__tag-item {
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.1rem 1rem;
}
.access__name {
  font-size: 4rem;
  line-height: 1.2;
  padding: 2rem 0;
  font-weight: bold;
}
.access__data {
  display: flex;
  flex-direction: column;
}
.access__data-item {
  border-bottom: 1px solid #d7d7d7;
}
.access__data-item--address {
  border-top: 1px solid #d7d7d7;
}
.access__data-dl {
  display: flex;
  padding: 1rem 2rem;
}
.access__data-dt {
  width: 10.8rem;
}
.access__data-dd {
  word-wrap: break-word;
  flex: 1;
}
.access__panel--map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* =============================================
   Block: profile（会社概要）
   ============================================= */
.profile {
  padding-top: 70px;
}
.profile__wrapper {
  margin: 4.5rem 0 10rem;
}
.profile__list {
  display: flex;
  flex-direction: column;
}
.profile__item {
  border-bottom: 1px solid #d7d7d7;
}
.profile__item:first-of-type {
  border-top: 1px solid #d7d7d7;
}
.profile__dl {
  display: flex;
  padding: 2rem 8rem;
}
.profile__dt {
  width: 220px;
}
.profile__score-btn a {
  display: block;
  background-color: var(--color-black);
  color: var(--color-white);
  width: 280px;
  border-radius: 500px;
  text-align: center;
  padding: 10px 0;
  margin: 5rem auto 0;
  position: relative;
  font-weight: bold;
}
.profile__score-btn a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../images/pdf.svg") no-repeat;
  top: 50%;
  right: 0;
  margin: -30px 30px 0 0;
  background-size: 60px 60px;
  vertical-align: middle;
  filter: invert(1);
}

/* =============================================
   Responsive: 1024px以下
   ============================================= */
@media screen and (max-width: 1024px) {
  .fv__col {
    height: auto;
    flex-direction: column;
  }
  .fv__slogan {
    justify-content: center;
    padding: 130px 0 90px;
  }
  .fv__slogan-inner,
  .fv__desc-inner {
    width: 100%;
  }
  .fv__slogan-inner {
    display: flex;
    justify-content: center;
  }
  .fv__slogan-text {
    width: 580px;
    height: 380px;
    font-size: 16.6rem;
    text-align: center;
    background-position: bottom 5px right 14px;
  }
  .fv__image {
    max-width: 100%;
    padding: 5rem;
    height: auto;
    margin-top: 0;
    background: url(../images/black_bg-news.svg), url(../images/black_bg-news.svg);
    background-size: 160px 160px;
    background-position:
      top 0rem left 0rem,
      bottom 0rem right 0rem;
    background-repeat: no-repeat;
  }
  .fv__image img {
    max-width: 100%;
    height: 490px;
    object-fit: cover;
  }
  .fv__desc {
    padding: 80px 50px 100px;
  }
  .fv__desc-title {
    font-size: 4.4rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  .fv__desc-text {
    font-size: 2.8rem;
  }
  .strengths__item {
    padding: 60px 40px;
  }
  .strengths__image {
    max-width: 360px;
  }
  .support__list {
    padding: 0 5rem;
  }
  .support__item {
    width: 46%;
  }
  .support h3 {
    margin-bottom: 7rem;
  }
  .service__item--left {
    padding: 6rem 0 6rem 5rem;
  }
  .service__item--right {
    padding: 6rem 5rem 6rem 0;
  }
  .service__card {
    width: 100%;
    max-width: 495px;
    padding: 3rem;
  }
  .service__card-text {
    width: 100%;
  }
  .service__card-title {
    font-size: 3.8rem;
  }
  .curriculum__slider {
    width: 100vw;
    margin: 4rem calc(50% - 50vw) 8rem;
  }
  .curriculum__content {
    padding: 10rem 5rem;
    justify-content: center;
  }
  .curriculum__category {
    max-width: 100%;
  }
  .curriculum__category-text {
    font-size: 2.8rem;
  }
  .curriculum__tool-item {
    max-width: 46%;
    font-size: 2.4rem;
  }
  .splide__pagination {
    left: 0%;
    right: 0%;
    bottom: 6rem;
  }
  .curriculum__bg-text {
    font-size: 180px;
  }
  .flow__header {
    padding: 60px 0 60px;
  }
  .flow__card {
    width: 100%;
    height: 550px;
  }
  .flow__item--step-1,
  .flow__item--step-3 {
    padding-left: 5rem;
  }
  .flow__item--step-2,
  .flow__item--step-4 {
    padding-right: 5rem;
  }
  .flow__item--step-3,
  .flow__item--step-4 {
    padding-bottom: 100px;
  }
  .contact {
    padding: 9rem 3rem 9rem;
  }
  .contact__lead {
    line-height: 1.5;
  }
  .contact__list {
    flex-direction: column;
    align-items: center;
    row-gap: 5rem;
  }
  .contact__item {
    width: 80%;
  }
  .contact__item-title {
    font-size: 3rem;
  }
  .contact__item-tel {
    font-size: 6rem;
    padding: 0 0 0 50px;
  }
  .contact__item-tel::before {
    width: 40px;
    height: 40px;
    transform: translateY(11px);
  }
  .contact__item--tel,
  .contact__item--mail {
    background-size: 125px;
  }
  .contact__item-btn {
    width: 420px;
    padding: 18px 0;
  }
  .contact__item-btn::before {
    top: 33%;
    left: 9%;
    width: 28px;
    height: 20px;
  }
}

/* =============================================
   Responsive: 768px以下
   ============================================= */
@media screen and (max-width: 768px) {
  .fv__desc {
    padding: 80px 30px 100px;
  }
  .fv__image {
    padding: 3rem;
    background-position:
      top 0rem left 2rem,
      bottom 0rem right 2rem;
  }
  .fv__image img {
    max-width: 648px;
    height: 490px;
  }
  .main__wrapper {
    padding: 0 30px;
  }
  .strengths__list {
    row-gap: 0;
  }
  .strengths__item {
    flex-direction: column;
    padding: 60px 40px 80px;
    align-items: center;
    top: 60px;
    margin-bottom: -1px !important;
  }
  .strengths__sub {
    justify-content: center;
  }
  .strengths__detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .strengths__title {
    text-align: center;
    margin: 2.5rem 0;
  }
  .strengths__image {
    margin-bottom: 2.5rem;
    max-width: 480px;
  }
  .strengths__text {
    font-size: 2.8rem;
    max-width: 100%;
  }
  .results__list {
    flex-direction: column;
    row-gap: 6rem;
    align-items: center;
  }
  .results__item {
    width: 100%;
    max-width: 550px;
  }
  .results__note {
    font-size: 2.8rem;
  }
  .support__item {
    width: 555px;
    border-radius: 274px;
  }
  .support h3 {
    margin-bottom: 7rem;
  }
  .support__title-img {
    top: -21px;
    left: -37px;
  }
  .support__title {
    font-size: 5.6rem;
    line-height: 1;
  }
  .support__text {
    width: 360px;
  }
  .service__list {
    flex-direction: column;
    align-items: center;
    row-gap: 6rem;
  }
  .service__item {
    width: 100%;
  }
  .service__item--left,
  .service__item--right {
    padding: 8rem 3rem;
  }
  .service__card {
    width: 100%;
    max-width: 100%;
  }
  .service__card-text {
    width: 100%;
    padding: 0 2rem;
  }
  .curriculum__circle-wrap {
    flex-direction: column;
    align-items: center;
  }
  .curriculum__circle-stage {
    width: 100%;
    height: auto;
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    justify-items: center;
    mix-blend-mode: normal;
  }
  .curriculum__circle-catchphrase,
  .curriculum__circle-title {
    font-size: 46px;
  }
  .curriculum__circle-bg {
    display: none;
  }
  .curriculum__circle-center {
    position: static;
    transform: none;
    display: contents;
  }
  .curriculum__circle-heading {
    grid-column: 1 / -1;
    order: -1;
    text-align: center;
    width: 100%;
  }
  .curriculum__circle-image {
    display: block;
    grid-column: 1 / -1;
    order: 999;
    width: 75%;
    max-width: 100%;
    margin: 10px auto 0;
  }
  .curriculum__circle-label {
    position: static;
    transform: none;
    width: 230px;
    height: 230px;
    font-size: 2.8rem;
    order: 1;
  }
  .curriculum__bg-text {
    font-size: 140px;
  }
  .flow__header {
    padding-bottom: 8rem;
    background: #cfcfcf;
  }
  .flow__list {
    align-items: center;
  }
  .flow__item {
    flex-basis: 100%;
  }
  .flow__card {
    width: 100%;
    height: auto;
    padding: 7.5rem 0;
  }
  .flow__item--step-1,
  .flow__item--step-2,
  .flow__item--step-3,
  .flow__item--step-4 {
    justify-content: center;
    padding: 0 3rem;
  }
  .flow__item--step-1 .flow__card,
  .flow__item--step-2 .flow__card,
  .flow__item--step-3 .flow__card,
  .flow__item--step-4 .flow__card {
    border: none;
    border-image: none;
    padding: 4rem 3rem 0;
  }
  .flow__item--step-1 .flow__card-inner,
  .flow__item--step-3 .flow__card-inner {
    border-right: none;
    border-image: none;
  }
  .flow__item--step-4 {
    padding-bottom: 15rem;
  }
  .flow__item--step-3 {
    padding-bottom: 0;
  }
  .flow__card-inner {
    border: none;
    border-bottom: 1px solid var(--color-black);
    padding-bottom: 9rem;
  }
  .flow__item--step-4 .flow__card-inner {
    border: none;
  }
  .flow__text {
    width: 100%;
    max-width: 100%;
  }
  .voice {
    padding-top: 120px;
  }
  .voice__wrapper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .voice__title {
    font-size: 3.2rem;
  }
  .voice__author {
    font-size: 2.2rem;
  }
  .voice__nav {
    padding-top: 3rem;
  }
  .contact__item {
    width: 100%;
  }
  .news {
    border-bottom: none;
  }
  .news__wrapper {
    margin: 0;
    padding: 0;
    margin-top: 8rem;
    background: none;
  }
  .news__content {
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
  .news__list {
    row-gap: 4rem;
    margin-bottom: 7rem;
  }
  .news__item {
    margin-bottom: 0;
  }
  .news__item-title {
    font-size: 3.4rem;
  }
  .news__btn {
    width: 420px;
  }
  .access__wrapper {
    width: 100vw;
    margin: 70px calc(50% - 50vw) 120px;
    border-radius: 0;
    padding: 6rem 3rem;
  }
  .access__item {
    flex-direction: column;
    align-items: center;
  }
  .access__panel--info {
    width: 100%;
  }
  .access__tag-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1.5rem;
  }
  .access__tag-item {
    font-size: 2.2rem;
  }
  .access__name {
    font-size: 4.8rem;
    text-align: center;
  }
  .access__data-dt {
    width: 15.8rem;
  }
  .access__panel--map {
    padding-top: 5rem;
    width: 100%;
    height: 390px;
  }
  .profile__dl {
    padding: 2rem 0;
  }
  .profile__score-btn a {
    width: 420px;
  }
  .back-to-top {
    right: 30px;
  }
}
/* =============================================
   Responsive: 720px以下
   ============================================= */
@media screen and (max-width: 720px) {
  .contact__item {
    padding: 30px 20px;
  }
  .contact__item-title {
    font-size: 2rem;
  }
  .contact__item-tel {
    font-size: 4rem;
    padding: 0 0 0 30px;
  }
  .contact__item-tel::before {
    width: 24px;
    height: 24px;
    transform: translateY(10px);
  }
  .contact__item--tel,
  .contact__item--mail {
    background-image: none;
    align-items: center;
    justify-content: center;
  }
  .contact__item-btn {
    width: 340px;
    padding: 14px 0;
    font-size: 2rem;
  }
}

/* =============================================
   Responsive: 540px以下
   ============================================= */
@media screen and (max-width: 520px) {
  .fv__slogan-text {
    font-size: 14rem;
    width: 100%;
  }
  .fv__slogan-text {
    background-position: bottom 53px right 17px;
  }
  .curriculum__circle-label {
    width: 160px;
    height: 160px;
    font-size: 2rem;
  }
  .curriculum__circle-catchphrase,
  .curriculum__circle-title {
    font-size: 3.8rem;
  }
}
/* =============================================
   Responsive: 440px以下
   ============================================= */
@media screen and (max-width: 440px) {
  .fv__slogan-text {
    font-size: 10rem;
    height: 253px;
    background-size: 100px;
    background-position: bottom 15px right 35px;
  }
  .fv__desc {
    padding: 40px 15px 60px;
  }
  .fv__desc-title {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .fv__desc-text {
    font-size: 2.4rem;
  }
  .fv__image {
    padding: 1.5rem;
    background-position:
      top 0rem left 1.5rem,
      bottom 0rem right 1.5rem;
  }
  .fv__image img {
    max-width: 100%;
    height: 350px;
    padding: 0 1.5rem;
  }
  .main {
    padding-top: 60px;
  }
  .main__wrapper {
    padding: 0 1.5rem;
  }
  .strengths__list {
    margin: 30px 0 60px;
  }
  .strengths__item {
    padding: 30px 20px 60px;
  }
  .strengths__num {
    font-size: 6rem;
  }
  .strengths__eng {
    font-size: 1.8rem;
  }
  .strengths__title {
    font-size: 3.2rem;
  }
  .strengths__text {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .strengths__image {
    max-width: 320px;
  }
  .strengths {
    margin-bottom: 40px;
  }
  .results {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .results__item {
    width: 80%;
  }
  .results__list {
    margin-top: 40px;
    row-gap: 3rem;
  }
  .results__note {
    font-size: 1.8rem;
  }
  .support {
    padding: 60px 0 60px;
  }
  .support h3 {
    margin-bottom: 4rem;
  }
  .support__list {
    padding: 0 1.5rem;
  }
  .support__text {
    width: 100%;
    padding: 0 3rem;
  }
  .support__title {
    font-size: 4rem;
  }
  .support__num {
    font-size: 2.8rem;
  }
  .support__item {
    row-gap: 1.5rem;
  }
  .support__image {
    max-width: 180px;
  }
  .service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service__wrapper {
    margin-top: 30px;
  }
  .service__item--left,
  .service__item--right {
    padding: 3rem 1.5rem;
  }
  .service__card-title {
    font-size: 2.8rem;
  }
  .service__card-text {
    padding: 0;
  }
  .service__card {
    padding: 2rem;
    row-gap: 2rem;
  }
  .service__list {
    row-gap: 3rem;
  }
  .curriculum__content {
    padding: 4rem 1.5rem;
  }
  .curriculum__category-title {
    font-size: 3.2rem;
  }
  .curriculum__category {
    row-gap: 3rem;
  }
  .curriculum__category-text {
    font-size: 1.8rem;
  }
  .curriculum__tool-item {
    max-width: 49%;
    font-size: 1.8rem;
  }
  .curriculum__circle-catchphrase,
  .curriculum__circle-title {
    font-size: 3.2rem;
  }
  .curriculum__slider {
    margin: 4rem calc(50% - 50vw) 5rem;
  }
  .curriculum__circle-label {
    width: 140px;
    height: 140px;
    font-size: 1.8rem;
  }
  .curriculum__bg-text {
    font-size: 80px;
    margin: 30px calc(50% - 50vw);
  }
  .curriculum__circle-wrap {
    padding: 0;
  }
  .flow__header {
    padding: 30px 0 30px;
  }
  .flow__item--step-1,
  .flow__item--step-2,
  .flow__item--step-3,
  .flow__item--step-4 {
    padding: 0 1.5rem;
  }
  .flow__item--step-4 {
    padding-bottom: 6rem;
  }
  .flow__card {
    padding: 3rem 2rem 0;
  }
  .flow__card-inner {
    padding-bottom: 3rem;
    row-gap: 15px;
  }
  .flow__num {
    width: 80px;
    height: 80px;
    font-size: 3.4rem;
  }
  .flow__title {
    font-size: 3rem;
    line-height: 1;
  }
  .voice {
    padding-top: 60px;
  }
  .swiper {
    padding: 60px 0;
  }
  .voice__title {
    font-size: 2.4rem;
  }
  .voice__content {
    row-gap: 1.5rem;
  }
  .contact {
    padding: 4rem 1.5rem;
  }
  .contact__wrapper {
    margin-top: 2rem;
    row-gap: 2rem;
  }
  .contact__lead {
    font-size: 2.4rem;
  }
  .contact__item {
    padding: 2rem 2rem;
  }
  .contact__item-title {
    font-size: 1.8rem;
  }
  .contact__item-tel {
    font-size: 3rem;
    padding-left: 22px;
  }
  .contact__item--tel,
  .contact__item--mail {
    background-size: 20%;
  }
  .contact__item-tel::before {
    width: 20px;
    height: 20px;
    transform: translateY(5px);
  }
  .contact__item-btn {
    width: 260px;
    font-size: 1.6rem;
    padding-left: 2rem;
  }
  .contact__item-btn::before {
    top: 33%;
    left: 9%;
    width: 24px;
    height: 16px;
  }
  .contact__item-btn::after {
    right: 7%;
  }
  .contact__list {
    row-gap: 2rem;
  }
  .news {
    padding: 3rem 0 4rem;
  }
  .news__wrapper {
    margin-top: 3rem;
  }
  .news__item {
    padding-bottom: 30px;
  }
  .news__item-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .news__item-date {
    font-size: 2rem;
  }
  .news__link {
    row-gap: 1rem;
  }
  .news__list {
    margin-bottom: 4rem;
  }
  .news__btn {
    width: 100%;
  }
  .access {
    padding-top: 0;
  }
  .access__wrapper {
    margin: 30px calc(50% - 50vw) 60px;
    padding: 3rem 1.5rem;
  }
  .access__item {
    padding: 3rem 2rem;
  }
  .access__tag-item {
    font-size: 1.8rem;
  }
  .access__tag-list {
    row-gap: 1rem;
  }
  .access__name {
    font-size: 3.4rem;
  }
  .access__data-dl {
    padding: 1rem 0;
  }
  .access__data-dt {
    width: 10rem;
  }
  .access__panel--map {
    padding-top: 2rem;
  }
  .access__list {
    row-gap: 3rem;
  }
  .profile {
    padding-top: 30px;
  }
  .profile__dt {
    width: 140px;
  }
  .profile__score-btn a {
    width: 100%;
  }
}

/* =============================================
   Responsive: 375px以下
   ============================================= */
@media screen and (max-width: 375px) {
  .fv {
    width: 100vw;
    height: auto;
    flex-direction: column;
  }
  .fv__desc-title {
    font-size: 3.4rem;
  }
  .fv__desc-text {
    font-size: 1.8rem;
  }
  .fv__image img {
    height: 250px;
  }
  .fv__desc {
    padding: 40px 15px 40px;
  }
  .fv__slogan-text {
    background-position: bottom 15px right 13px;
  }
  .main {
    padding-top: 40px;
  }
  .strengths__title {
    font-size: 2.8rem;
  }
  .service__card-title {
    font-size: 2.4rem;
  }
  .service__card-image img {
    height: 120px;
  }
  .curriculum__category-title {
    font-size: 2.4rem;
    border-left: 5px solid var(--color-white);
  }
  .curriculum__tool-item {
    font-size: 1.4rem;
  }
  .splide__pagination {
    bottom: 2rem;
  }
  .curriculum__content {
    padding: 6rem 1.5rem;
  }
  .curriculum__circle-catchphrase,
  .curriculum__circle-title {
    font-size: 2.8rem;
  }
  .curriculum__circle-label {
    font-size: 1.4rem;
    width: 110px;
    height: 110px;
  }
  .curriculum__bg-text {
    font-size: 60px;
  }
  .flow__num {
    width: 60px;
    height: 60px;
    font-size: 2.8rem;
  }
  .flow__title {
    font-size: 2.4rem;
  }
  .voice__author {
    font-size: 1.6rem;
  }
  .contact__lead {
    font-size: 1.8rem;
  }
  .contact__item-title {
    font-size: 1.6rem;
  }
  .news__item-title {
    font-size: 2.2rem;
  }
  .access__tag-item {
    font-size: 1.4rem;
  }
  .access__name {
    font-size: 2.4rem;
  }
  .access__data {
    font-size: 1.6rem;
  }
  .access__data-dt {
    width: 9.2rem;
  }
  .profile__wrapper {
    margin: 3rem 0 6rem;
  }
  .profile__list {
    font-size: 1.6rem;
  }
  .profile__dt {
    width: 9.2rem;
  }
}
