.Grid {
  display: flex;
}

.Grid.-contentCenter {
  justify-content: center;
}

.Grid.-spc2 {
  gap: 16px;
}

.Grid.-alignCenter {
  align-items: center;
}

.Grid.-contentCenter {
  justify-content: center;
}

.Grid.-spColumn {
  flex-direction: column;
}

/* hero section */
body.reprint_top .hero {
  position: relative;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: url('../img/FV.png') no-repeat center/cover;
}

/* hero-left-panel */
.hero .left-panel {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  gap: 0.5vh;
}

.hero .left-panel .badge-rate {
  gap: 8px;
  margin: 0 auto;
  justify-content: center;
}

.hero .ribbon {
  display: block;
  margin: 10px 0 25px;
}

.hero .hero-button {
  margin-top: 0 !important;
}

.body.reprint_top .hero .p-mv__triangle-deco {
  position: absolute;
  left: 0;
  bottom: 0;
}

body.reprint_top .hero-greet {
  font-size: clamp(1.2rem, 1.3vw, 1.3vw);
  line-height: clamp(1.5rem, 1.5vw, 1.5vw);
  margin-bottom: 12px;
  font-weight: 500;
  color: #141821;
}

body.reprint_top .hero-desc {
  font-size: clamp(1.2rem, 1.3vw, 1.3vw);
  line-height: 2rem;
  font-weight: 500;
  color: #141821;
}

body.reprint_top .p-mv__ttl,
body.reprint_top .gold {
  font-weight: 700;
  font-size: clamp(32px, 3vw, 3vw);
  line-height: clamp(38px, 4vw, 4vw);
}

/* hero-right-panel */
.hero .right-panel {
  display: flex;
  align-items: end;
}

.hero .hero-image {
  width: 100%;
  padding-top: 50px;
  min-height: 450px;
  object-fit: cover;
}

.hero .hero-image-mobile {
  display: none;
}

/* Mobile Squares */
.mobile-squares {
  display: none;
}

.mobile-squares .squares-gold {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(270deg, #887D22 0%, #AA9B1E 50%, #887D22 100%);
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
}

.main-ttl {
  width: 100%;
}

.swiper-slide {
  margin: 0;
}

.check-blue-title {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.check-blue-title p {
  font-family: "Noto Serif JP";
  font-weight: 500;
}

.check-blue-title img {
  margin-top: 5px;
}

.align-center {
  align-items: center;
}

.width-box {
  width: 100% !important;
}

.width-box p.s10 {
  text-align: left;
  line-height: 17px;
}

.biz-programs {
  padding: 0 7.8% 5vh;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.biz-programs .caption {
  line-height: 1.3;
  font-size: 1rem;
  text-align: center;
  margin: 10px 0;
}

.biz-programs .program-logo {
  width: 100%;
  padding: 0 10px 20px;
  height: 50px;
}

.biz-programs .program-1 {
  border-bottom: 2px solid #1287cd;
}

.biz-programs .program-1 .caption {
  color: #1287cd;
}

.biz-programs .program-2 {
  border-bottom: 2px solid #D14271;
}

.biz-programs .program-2 .caption {
  color: #D14271;
}

.biz-programs .program-3 {
  border-bottom: 2px solid #8cc63f;
}

.biz-programs .program-3 .caption {
  color: #8cc63f;
}

.biz-programs .program-4 {
  border-bottom: 2px solid #fbb034;
}

.biz-programs .program-4 .caption {
  color: #fbb034;
}

body.reprint_top .reason-box.forth .lessons-card .txt-area__contents .price {
  justify-content: end;
}

body.reprint_top .reason-box.forth .lessons-card .txt-area__ttl {
  text-align: right;
}

section#faq {
  padding: 50px 20px;
}

/* Bizmatesが選ばれる理由1 */
body.reprint_top .reason-box .box-ttl .pict-txt {
  font-size: 24px;
  font-weight: 600;
}

body.reprint_top .reason-box .box-ttl .pict-number {
  font-weight: 500;
  text-align: right;
  font-family: Noto Serif JP;
  font-size: 80px;
  display: block;
  margin-top: 70px;
  margin-right: 28px;
  line-height: 1;
}

body.reprint_top .reason-box .box-ttl .pict-txt .slash {
  height: 231px;
  transform: rotate(31deg);
}

.reason-2-section-2__subtext__container {
  display: inline;
  background: linear-gradient(#ffffff 0 0) 0 0 / 100% 100% no-repeat;
  box-decoration-break: clone;
  line-height: 2.5 !important;
}

.reason-2-section-2__subtext__container {
  display: inline;
  background: linear-gradient(#ffffff 0 0) 0 0 / 100% 100% no-repeat;
  box-decoration-break: clone;
  line-height: 2.5 !important;
}

body.reprint_top .txt-area h3.list-item__ttl {
  font-family: "Noto Serif JP";
}

body.reprint_top h4 {
  font-family: "Noto Serif JP";
}



/* new adjustments */
@media screen and (max-width: 1160px) {
  body.reprint_top main.l-main {
    padding-top: 0 !important;
  }

  .swiper-wrapper {
    gap: 10px;
  }

}

@media screen and (max-width: 986px) {
  .floating-circles {
    display: none;
  }

  .mobile-squares {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0 20px;
    margin: 30px 0;
  }

  body.reprint_top .reason-box .box-ttl .pict-txt {
    font-size: 24px;
    font-weight: 600;
  }

  body.reprint_top .reason-box .box-ttl .pict-txt .slash {
    top: 0;
    height: 92px;
    left: 132px;
    -webkit-transform: rotate(25deg);
    transform: rotate(30.8deg);
  }

  body.reprint_top .reason-box .box-ttl .pict-number {
    font-size: 40px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 959px) {

  .main-box .box-lists {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
  }

  .main-box .list-item {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  .main-box .list-item a {
    flex-direction: row;
    gap: 0;
  }

  .main-box .upper-area {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    width: 70px;
    display: flex;
  }

  .main-box .upper-area__number {
    font-size: 20px;
    height: 132px;
    position: relative;
    color: #fff;
  }

  .upper-area__number span {
    top: 7px;
    height: 40px;
    left: 28px;
    width: 1px;
    background: #fff;
    position: absolute;
    z-index: 1;
    transform-origin: 100% 0;
  }

  .main-box .list-item .txt-area {
    margin: 0 12px;
    flex: 1;
  }

  .main-box .list-item__ttl {
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #fff;
  }

  .main-box .txt-lists {
    padding: 10px 10px 0 8px;
    background-color: #fff;
    margin-bottom: 0;
    height: auto;
    height: 81px !important;
  }

  .recruitment .p-processList__item {
    height: 200px;
    font-size: 14px;
    color: #26455C;
    font-family: YuMincho;
    font-weight: 500;
  }

  .p-processList>li {
    padding-top: 28px !important;
    height: 222px !important;
  }

  .ToggleList__main p {
    color: #7F8288
  }

  .reason-2-section-2-contents {
    flex-direction: column !important;
  }

  .box-contents .contents-ttl {
    align-items: flex-start !important;
  }

  .box-contents .contents-ttl figure {
    margin-top: -8px !important;
  }

  .annotation {
    margin-bottom: 0px !important;
  }

  .reason-2-section-2-contents__left {
    margin: 0px !important;
  }

  .biz-programs .caption {
    font-size: 12px;
    font-family: Noto Serif JP;
  }



}

@media screen and (max-width: 765px) {
  body.reprint_top .hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero .right-panel {
    justify-content: center;
    align-items: center;
    padding: 0 20px 30px;
  }

  .hero .left-panel {
    padding-bottom: 0;
  }

  .hero .hero-image {
    display: none;
  }

  .hero .hero-image-mobile {
    display: block;
    width: 100%;
    object-fit: cover;
    /* mask-image: linear-gradient(to bottom, black 70%, transparent 100%); */
  }

  .mobile-squares .squares-gold {
    font-size: 12px;
  }

  .hero .left-panel .p-mainvisual__button {
    order: 4;
    margin-bottom: 15px;
  }

  .hero .left-panel .ribbon {
    order: 7;
  }

  .hero .left-panel .badge-rate {
    order: 5;
  }

  .swiper-wrapper {
    align-items: center;
    flex-direction: row;
  }

  .biz-programs {
    padding: 0% 12px 5vh;
    grid-template-columns: repeat(2, 1fr);
  }

  body.reprint_top .oth-programs-list .lists-item {
    flex-direction: column;
    /* align-items: center; */
  }

  body.reprint_top .oth-programs-list .item-ttl {
    width: 100% !important;
  }

  body.reprint_top .oth-programs-list .btn__view-more {
    margin: 0 auto 40px;
  }

  body.reprint_top .reason-box.third .other .lists-item.third .btn__view-more {
    margin: 0 auto 0px;
  }
}

@media screen and (max-width: 600px) {
  .swiper-wrapper .Card.-typeB {
    margin: 0 auto 20px;
  }

  @media screen and (max-width: 400px) {
  .main-box .txt-lists {
    height: 92px !important;
  }
  }
}

section#faq {
  padding: 120px 40px;
}
section#faq .button.-fill {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  section#faq {
    padding: 72px 16px;
  }
  section#faq .button.-fill {
    margin-top: 48px;
  }
}
/* button */
.button.-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  width: 100%;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 100px;
  max-width: 240px;
  height: 64px;
  border: 1px solid #0087D2;
  color: #0087D2;
  transition: background-color .3s;
  position: relative;
}
.button.-fill:hover{
  background-color: #E7F3FA;
}
.button.-fill:hover::before{
  right: 12px;
  transition: all .3s ease;
}
.button.-fill::before{
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  width: 25px;
  height: 25px;
  font-family:"Material Symbols Outlined";
  content: " \eaaa";
  transform: translateY(-50%);
  pointer-events: none;
  color: #0087D2;
  line-height: 1;
  font-variation-settings:
  'FILL' 1,
  'wght' 300,
  'GRAD' 0,
  'opsz' 20;
  font-size: 25px;
  font-weight: 300;
}
.button.-fill.-login {
  max-width: 160px;
  height: 48px;
}
.button.-fill.-login::before{
  display: none;
}
.button.-fill.-login:hover > span span {
  right: -28px;
  transition: all .3s ease;
}
.button.-fill.-login > span {
  width: 88px;
  margin-right: 24px;
  text-align: center;
  position: relative;
  span {
    position: absolute;
    right: -24px;
    bottom: 0;
  }
}
.button.-fill::before{
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  width: 25px;
  height: 25px;
  font-family:"Material Symbols Outlined";
  content: " \eaaa";
  transform: translateY(-50%);
  pointer-events: none;
  color: #0087D2;
  line-height: 1;
  font-variation-settings:
  'FILL' 1,
  'wght' 300,
  'GRAD' 0,
  'opsz' 20;
  font-size: 25px;
  font-weight: 300;
}

/* header */
header .logo.flex.-gap16 {
  align-items: center;
}
body.reprint_top .siteHeader_main>.flex .tagline_txt {
  font-size: 10px;
  height: max-content !important;
}
/* logo_area */
section#logo_area {
  background: #fff;
}
section#logo_area .head_txt {
  padding: 16px 8px;
  background:#0087D2;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-family: "Noto Sans JP";
}
section#logo_area .head_txt span.pc {
  display: block;
}
section#logo_area .head_txt span.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  section#logo_area .head_txt {
    font-size: 18px;
  }
  section#logo_area .head_txt span.pc {
    display: none;
  }
  section#logo_area .head_txt span.sp {
    display: block;
  }
}
.floating-circles {
  bottom: 128px;
}