.p-logo-sns__logo.p-logo-sns__logo_jhm {
  display: none;
}
* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fadeTop {
  animation-name: fadeTopAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateX(50px);
}

@keyframes fadeTopAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRightAnime {
  0% {
      opacity: 0;
      transform: translateX(50px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

.l-header.fixed-header {
  display: block !important;
}

.mv {
  position: relative; 
  background-color: var(--mv_bg);
  z-index: 0;
  aspect-ratio: 1366 / 768;
}
.mv .mv_bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.mv .wrapper {
  display: flex;
  justify-content: space-between;
  width: calc(1299 / 1366 * 100%);
  margin-inline: auto;
  position: relative;
  height: 100%;
  padding-top: calc(81 / 1366 * 100vw);
}
.mv .star1 {
  position: absolute;
  top: 85px;
  left: 0;
  width: 85px;
  z-index: 1;
}
.mv .star2 {
  position: absolute;
  bottom: -27px;
  right: 47px;
  width: 85px;
  z-index: 1;
}
.mv .img {
  position: absolute;
  aspect-ratio: 1299 / 811;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}

.professional_sec {
  padding-top: clamp(56px, calc(210 / 1366 * 100vw), 210px);
  background: var(--bg_gradation);
}
.professional_sec .container {
  position: relative;
  z-index: 0;
  &::before {
    content: "";
    display: block;
    background-color: #FDF8BC;
    z-index: -1;
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
  }
}
.professional_sec .wrapper {
  padding-top: clamp(56px, calc(88 / 1366 * 100vw), 88px);
  padding-bottom: clamp(0px, calc(36 / 1366 * 100vw), 36px);
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(40 / 1366 * 100vw), 40px) min(calc(48 / 1366 * 100vw), 48px);
}
.professional_sec .wrapper .box {
  flex: 1;
}
.professional_sec .wrapper .sub_mds {
  margin-bottom: 22px;
  img {
    height: 22px;
    width: auto;
  }
}
.professional_sec .wrapper .box .txt {
  margin-top: 1.4rem;
  margin-bottom: 0;
  font-size: 16px;
  line-height: calc(27 / 16);
  font-weight: 500;
}

.bg_wrapper {
  background: var(--bg_gradation);
  position: relative;
  z-index: 0;
}
.bg_content {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.pick_up {
  padding-top: clamp(24px, calc(84 / 1366 * 100vw), 84px);
}

.timetable {
  padding-top: clamp(56px, calc(171 / 1366 * 100vw), 171px);
}
.timetable .wrapper {
  margin-top: 24px;
}
.timetable .mds {
  display: flex;
  align-items: center;
  gap: 11px;
}
.timetable .mds img {
  width: 16px;
}
.timetable .caution {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
  margin-bottom: 0;
}

.voice_sec {
  padding-top: clamp(56px, calc(162 / 1366 * 100vw), 162px);
  padding-bottom: clamp(56px, calc(210 / 1366 * 100vw), 210px);
}
.voice_sec .sec_ttl {
  max-width: 317px;
  margin-inline: auto;
  margin-bottom: 12px;
}
.voice_sec .box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 18px;
}
.voice_sec .textarea {
  padding: clamp(24px, calc(44 / 1366 * 100vw), 44px) clamp(24px, calc(80 / 1366 * 100vw), 80px) clamp(24px, calc(36 / 1366 * 100vw), 36px) 0;
  width: calc(746 / 1160 * 100%);
  margin-left: auto;
}
.voice_sec .wrapper .box .mds {
  margin-bottom: 24px;
  font-size: 26px;
  color: var(--voice_mds);
  font-weight: 700;
  line-height: calc(37 / 26);
}
.voice_sec .wrapper .box .txt {
  line-height: calc(32 / 18);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
}
.voice_sec .info {
  font-size: 14px;
}
.voice_sec .info .name {
  font-weight: 500;
  font-size: 24px;
}
.voice_sec .info .miss {
  font-weight: 500;
}
.voice_sec .img {
  width: calc(356 / 1160 * 100%);
  position: absolute;
  bottom: 0;
  left: calc(55 / 1160 * 100%);
}

.qualifications {
  padding-top: clamp(56px, calc(196 / 1366 * 100vw), 196px);
  padding-bottom: clamp(56px, calc(132 / 1366 * 100vw), 132px);
}
.qualifications .content {
  position: relative;
  z-index: 0;
}
.qualifications .bubble {
  position: absolute;
  top: clamp(-52px, calc(-52 / 1366 * 100vw), 0px);
  left: clamp(-63px, calc(-63 / 1366 * 100vw), 0px);
  width: min(calc(252 / 1366 * 100vw), 252px);
  z-index: 1;
}

.cta_sec {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12.5rem;
}
.cta_sec .mds {
  max-width: 705px;
  margin-right: auto;
  margin-left: auto;
}
.cta_sec .wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.cta_sec .wrapper a {
  display: block;
  flex: 0 0 48%;
}
.cta_sec .point {
  position: absolute;
  top: 0;
  right: 0;
  width: 25rem;
}

@media screen and (max-width: 1366px) {
  .amazing_sec .wrapper .left p {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .qualifications .bubble {
    left: 10px;
  }
}

@media (max-width: 768px) {
  .mv::before {
    display: none;
  }
  .mv .wrapper .ttl {
    max-width: 400px;
  }
  .professional_sec .wrapper .box .sub_mds {
    font-size: 16px;
  }
  .professional_sec .wrapper .box .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .voice_sec .wrapper .box .mds {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .voice_sec .wrapper .box .txt {
    margin-bottom: 0;
    font-size: 14px;
  }
  .qualifications .mds {
    line-height: 1.5;
  }
  .qualifications .wrapper {
    padding-bottom: 0;
  }
  .qualifications .wrapper .sp_block .img {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .qualifications .wrapper .top_block {
    display: block;
  }
  .qualifications .wrapper .top_block .right {
    display: none;
  }
  .qualifications .wrapper .bottom_block .sub_wrapper {
    flex-wrap: wrap;
  }
  .qualifications .wrapper .bottom_block .sub_wrapper .box {
    flex: 0 0 50%;
  }
  .qualifications .wrapper .bottom_block .sub_wrapper .box:nth-child(n+3) {
    margin-top: 2rem;
  }
  .cta_sec .mds {
    max-width: 420px;
  }
  .qualifications .wrapper .bottom_block {
    margin-top: 3rem;
  }
}

@media (max-width: 480px) {
  .mv {
    aspect-ratio: auto;
  }
  .mv .wrapper {
    display: none;
  }
  .mv .sp_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .professional_sec .sub_mds{
    margin-bottom: 8px;
  }
  .professional_sec .wrapper {
    justify-content: space-between;
    row-gap: 24px;
    padding-bottom: 56px;
  }
  .professional_sec .wrapper .box {
    flex: auto;
    width: 48%;
  }
  .timetable .wrapper {
    overflow: scroll;
  }
  .timetable .mds {
    font-size: 24px;
  }
  .timetable .wrapper .table_img {
    width: 870px;
  }
  .timetable .caution {
    text-align: left;
    font-size: 10px;
  }
  .voice_sec {
    position: relative;
  }
  .voice_sec .box {
    position: static;
  }
  .voice_sec .textarea {
    width: 100%;
    padding: 32px 20px;
  }
  .voice_sec .img {
    right: 0;
    left: auto;
  }
  .qualifications .content {
    border: 1px solid var(--qualifications_color);
    border-radius: 18px;
    padding: 16px;
    position: relative;
  }
  .qualifications .content::before {
    content: "";
    display: block;
    background-color: var(--qualifications_color);
    inset: 0;
    border-radius: 18px;
    position: absolute;
    z-index: -1;
    opacity: .1;
  }
}