@charset "UTF-8";
/* UTF-8 用（Sass は非ASCIIを含む出力でのみ @charset を付与） */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#careerPath2026 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  font-feature-settings: "halt" on;
  padding-bottom: 32px;
}
#careerPath2026 a:hover img {
  opacity: 1;
}
#careerPath2026 * {
  box-sizing: border-box;
}
#careerPath2026 p {
  padding-bottom: 0;
}
#careerPath2026 .center {
  text-align: center;
}
#careerPath2026 .mb12 {
  margin-bottom: 8px !important;
}
#careerPath2026 .mb32 {
  margin-bottom: 24px !important;
}
#careerPath2026 .mb40 {
  margin-bottom: 32px !important;
}
#careerPath2026 .mb64 {
  margin-bottom: 48px !important;
}
#careerPath2026 .mb80 {
  margin-bottom: 56px !important;
}
#careerPath2026 .mb158 {
  margin-bottom: 80px !important;
}
#careerPath2026 .pt64 {
  padding-top: 48px !important;
}
#careerPath2026 .pt80 {
  padding-top: 56px !important;
}
#careerPath2026 .pt120 {
  padding-top: 80px !important;
}
#careerPath2026 .pt151 {
  padding-top: 80px !important;
}
#careerPath2026 .pt158 {
  padding-top: 80px !important;
}
#careerPath2026 .pb80 {
  padding-bottom: 56px !important;
}
#careerPath2026 .container {
  padding: 0 16px;
}
#careerPath2026 .mainInner {
  padding: 48px 0 64px;
  background: #F1F5F7;
}
#careerPath2026 .mainText {
  line-height: 2;
  font-feature-settings: initial;
  text-align: left;
}
#careerPath2026 .mainProfile {
  border: 2px solid #222;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 24px;
  max-width: 750px;
  margin: auto;
  text-align: center;
}
#careerPath2026 .mainProfileTitle {
  position: absolute;
  top: -30px;
  left: -20px;
}
#careerPath2026 .mainProfileImg {
  width: 120px;
  background: #F1F5F7;
  border-radius: 50%;
  margin: 0 auto 12px;
}
#careerPath2026 .mainProfileText {
  text-align: left;
}
#careerPath2026 .mainProfileName {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
#careerPath2026 .mainProfileName span {
  font-size: 14px;
}
#careerPath2026 .mainProfileDesc {
  font-size: 13px;
}
#careerPath2026 .mainNav {
  display: flex;
  gap: 24px 12px;
  flex-wrap: wrap;
}
#careerPath2026 .mainNav li {
  position: relative;
  width: calc((100% - 24px) / 3);
}
#careerPath2026 .mainNav li:nth-of-type(4), #careerPath2026 .mainNav li:nth-of-type(5) {
  width: calc((100% - 12px) / 2);
}
#careerPath2026 .mainNav li a {
  display: block;
  background: #fff;
  border: 2px solid #222;
  border-radius: 10px;
  padding: 12px 0 24px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
#careerPath2026 .mainNav li a:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  background: url(../img/nav_arrow.png) center center no-repeat;
  background-size: contain;
  transition: 0.3s;
}
#careerPath2026 .mainNav li a:hover {
  color: #646edd;
}
#careerPath2026 .mainNav li a:hover:before {
  transform: translateX(-50%) translateY(calc(50% + 4px));
}
#careerPath2026 .mainNav li a:hover img {
  opacity: 1;
}
#careerPath2026 .mainNav li a p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
  font-weight: 700;
}
#careerPath2026 .mainNav li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #9B97FF;
  border-radius: 10px;
}
#careerPath2026 .cont {
  background: url(../img/bg.png) left top #CDCBFF;
  background-size: 26px;
}
#careerPath2026 .contTitle span {
  padding: 12px 7px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  background: linear-gradient(0deg, transparent 0%, transparent 10%, #00CCD0 10%, #00CCD0 90%, transparent 90%, transparent 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#careerPath2026 .contTitle--small span {
  font-size: 22px;
}
#careerPath2026 .contSubTitle {
  font-size: 24px;
  font-weight: 700;
}
#careerPath2026 .contSubTitle .contSubTitleInner {
  position: relative;
}
#careerPath2026 .contSubTitle .contSubTitleInner .contSubTitleImg {
  position: absolute;
  top: -60px;
  left: -24px;
  width: 148px;
}
#careerPath2026 .contSubTitle .contSubTitleInner span {
  padding-bottom: 12px;
  background-image: repeating-linear-gradient(90deg, #222, #222 4px, transparent 4px, transparent 8px);
  background-position: left bottom 4px;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
#careerPath2026 .contTalk dt, #careerPath2026 .contTalk dd {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
#careerPath2026 .contTalk dt .contTalkText, #careerPath2026 .contTalk dd .contTalkText {
  background: #fff;
  border: 2px solid #222;
  border-radius: 40px;
  max-width: 592px;
  padding: 16px 20px;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#careerPath2026 .contTalk dt .contTalkText strong, #careerPath2026 .contTalk dd .contTalkText strong {
  background: #FFED94;
}
#careerPath2026 .contTalk dt .contTalkText ol, #careerPath2026 .contTalk dd .contTalkText ol {
  list-style: decimal;
  padding-left: 1em;
  margin-top: 1.8em;
}
#careerPath2026 .contTalk dt .contTalkText ol li, #careerPath2026 .contTalk dd .contTalkText ol li {
  list-style-type: decimal;
  font-weight: 700;
}
#careerPath2026 .contTalk dt .contTalkText ol li:not(:last-child), #careerPath2026 .contTalk dd .contTalkText ol li:not(:last-child) {
  margin-bottom: 8px;
}
#careerPath2026 .contTalk dt .contTalkText ol li p, #careerPath2026 .contTalk dd .contTalkText ol li p {
  font-weight: 400;
}
#careerPath2026 .contTalk dt .contTalkFukidashi, #careerPath2026 .contTalk dd .contTalkFukidashi {
  position: relative;
  flex: 1;
  letter-spacing: 0.02em;
}
#careerPath2026 .contTalk dt .contTalkFukidashi:after, #careerPath2026 .contTalk dd .contTalkFukidashi:after {
  content: "";
  width: 100%;
  height: calc(100% - 6px);
  position: absolute;
  top: 6px;
  left: 0;
  background: #9B97FF;
  border-radius: 40px;
}
#careerPath2026 .contTalk dt .contTalkIcon, #careerPath2026 .contTalk dd .contTalkIcon {
  width: 64px;
}
#careerPath2026 .contTalk dt {
  margin-left: -12px;
}
#careerPath2026 .contTalk dt .contTalkText {
  border-bottom-left-radius: 0;
}
#careerPath2026 .contTalk dt .contTalkFukidashi:after {
  border-bottom-left-radius: 0;
  left: -6px;
}
#careerPath2026 .contTalk dd {
  justify-content: flex-end;
  margin-right: -12px;
}
#careerPath2026 .contTalk dd .contTalkIcon {
  order: 2;
}
#careerPath2026 .contTalk dd .contTalkText {
  border-bottom-right-radius: 0;
}
#careerPath2026 .contTalk dd .contTalkFukidashi:after {
  border-bottom-right-radius: 0;
  left: 6px;
}
#careerPath2026 .contAttention {
  border: 2px solid #222;
  background: #fff;
  padding: 8px;
  position: relative;
}
#careerPath2026 .contAttention .contAttentionTitle {
  position: absolute;
  top: -20px;
  left: -24px;
  width: 118px;
}
#careerPath2026 .contAttention .contAttentionInner {
  background: #FFF479;
  word-break: keep-all;
}
#careerPath2026 .contAttention .contAttentionInner p {
  padding: 20px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
#careerPath2026 #cont06 .contSubTitleImg {
  top: -44px;
  width: 100px;
}
#careerPath2026 .schoolWrapper {
  background: #00CCD0;
}
#careerPath2026 .schoolWrapper .schoolListTitle {
  position: relative;
}
#careerPath2026 .schoolWrapper .schoolListTitle:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#careerPath2026 .schoolWrapper .schoolListTitle span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  background: #00CCD0;
  padding: 0 12px;
}
#careerPath2026 .schoolWrapper a {
  text-decoration: none;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
  display: block;
  transition: 0.3s;
  background: #fff;
}
#careerPath2026 .schoolWrapper a .schoolName {
  font-size: 13px;
}
#careerPath2026 .schoolWrapper a .schoolName strong {
  font-weight: 700;
}
#careerPath2026 .schoolWrapper a .schoolLink {
  font-size: 11px;
  font-weight: 700;
}
#careerPath2026 .schoolWrapper a .schoolLink span {
  position: relative;
}
#careerPath2026 .schoolWrapper a .schoolLink span:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../img/nav_arrow.png) center center no-repeat;
  background-size: contain;
  transform: translateY(calc(-50% + 1px)) translateX(calc(100% + 4px)) rotate(-90deg);
  transition: 0.3s;
}
#careerPath2026 .schoolWrapper a:hover {
  color: #222;
  transform: translateY(-4px);
}
#careerPath2026 .schoolWrapper a:hover .schoolName {
  color: #222;
}
#careerPath2026 .schoolWrapper a:hover .schoolLink {
  color: #222;
}
#careerPath2026 .schoolWrapper a:hover .schoolLink span:before {
  transform: translateY(calc(-50% + 1px)) translateX(calc(100% + 8px)) rotate(-90deg);
}
#careerPath2026 .schoolList {
  display: flex;
  gap: 12px 12px;
  flex-wrap: wrap;
}
#careerPath2026 .schoolList li {
  width: calc((100% - 12px) / 2);
}
#careerPath2026 .schoolList li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#careerPath2026 .schoolList li img {
  width: 100%;
}
#careerPath2026 .schoolList li .schoolText {
  padding: 12px 12px 20px;
}
#careerPath2026 .schoolItem {
  max-width: 832px;
  margin: auto;
}
#careerPath2026 .schoolItem a {
  align-items: center;
}
#careerPath2026 .schoolItem a .schoolText {
  padding: 16px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#careerPath2026 .schoolItem a .schoolName strong {
  font-size: 15px;
  line-height: 2em;
}

#careerPath2026.sanko {
  padding-top: 40px;
}
#careerPath2026.sanko .sankoList:last-child .sankoItem:last-child {
  margin-bottom: 0;
}
#careerPath2026.sanko .sankoItem {
  margin-bottom: 48px;
}
#careerPath2026.sanko .sankoTitle {
  margin-bottom: 20px;
}
#careerPath2026.sanko .sankoTitle a {
  width: 100%;
  background: #FFE979;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 45px 12px 56px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  min-height: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
#careerPath2026.sanko .sankoTitle a:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background: url(../img/links_ico_healthcare.png) center center no-repeat;
  background-size: contain;
}
#careerPath2026.sanko .sankoTitle a:after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 16px;
  background: url(../img/links_ico_arrow1.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
#careerPath2026.sanko .sankoTitle a:hover {
  color: #6613E9;
}
#careerPath2026.sanko .sankoTitle a:hover:after {
  transform: translateY(-50%) translateX(4px);
}
#careerPath2026.sanko .sankoTitle--healthcare a:before {
  background-image: url(../img/links_ico_healthcare.png);
}
#careerPath2026.sanko .sankoTitle--kindergarten a:before {
  background-image: url(../img/links_ico_kindergarten.png);
}
#careerPath2026.sanko .sankoTitle--sports a:before {
  background-image: url(../img/links_ico_sports.png);
}
#careerPath2026.sanko .sankoTitle--makeup a:before {
  background-image: url(../img/links_ico_makeup.png);
}
#careerPath2026.sanko .sankoTitle--wedding a:before {
  background-image: url(../img/links_ico_wedding.png);
}
#careerPath2026.sanko .sankoTitle--cake a:before {
  background-image: url(../img/links_ico_cake.png);
}
#careerPath2026.sanko .sankoTitle--cooking a:before {
  background-image: url(../img/links_ico_cooking.png);
}
#careerPath2026.sanko .sankoTitle--it a:before {
  background-image: url(../img/links_ico_it.png);
}
#careerPath2026.sanko .sankoTitle--nursing a:before {
  background-image: url(../img/links_ico_nursing.png);
}
#careerPath2026.sanko .sankoTitle--geriatrics a:before {
  background-image: url(../img/links_ico_geriatrics.png);
}
#careerPath2026.sanko .sankoSchoolList li {
  line-height: 1;
}
#careerPath2026.sanko .sankoSchoolList li:not(:last-child) {
  margin-bottom: 16px;
}
#careerPath2026.sanko .sankoSchoolList li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 1.5;
  transition: 0.3s;
}
#careerPath2026.sanko .sankoSchoolList li a:before, #careerPath2026.sanko .sankoSchoolList li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
#careerPath2026.sanko .sankoSchoolList li a:before {
  width: 18px;
  height: 18px;
  background: url(../img/links_ico_arrow2.png) center center no-repeat;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(-2px);
}
#careerPath2026.sanko .sankoSchoolList li a:after {
  width: 13px;
  height: 13px;
  background: url(../img/links_ico_blank.png) center center no-repeat;
  background-size: contain;
  margin-left: 6px;
  transform: translateY(-2px);
}
#careerPath2026.sanko .sankoSchoolList li a:hover {
  color: #00CCD0;
}
#careerPath2026.sanko .sankoSchoolList li a:hover:before {
  transform: translateY(-2px) translateX(4px);
}

@keyframes popup {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  75% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup_large {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  75% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#careerPath2026 .mainImg {
  opacity: 0;
}
#careerPath2026 .mainImg.careerPathAnimation--show {
  animation: fadeIn 0.3s forwards;
}
#careerPath2026 .mainTitle {
  opacity: 0;
  transform: translateY(20px);
}
#careerPath2026 .mainTitle.careerPathAnimation--show {
  animation: fadeInUp 0.3s forwards;
}
#careerPath2026 .mainText {
  position: relative;
}
#careerPath2026 .mainText:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #F1F5F7;
  transition: 0.5s;
}
#careerPath2026 .mainText.careerPathAnimation--show:before {
  width: 0;
}
#careerPath2026 .mainProfile {
  opacity: 0;
}
#careerPath2026 .mainProfile .mainProfileTitle {
  opacity: 0;
  transform: scale(0.6);
}
#careerPath2026 .mainProfile.careerPathAnimation--show {
  animation: fadeIn 0.3s forwards;
}
#careerPath2026 .mainProfile.careerPathAnimation--show .mainProfileTitle {
  animation: popup_large 0.3s cubic-bezier(0.17, 0.89, 0.32, 1.49) 0.3s forwards;
}
#careerPath2026 .mainNav {
  opacity: 0;
  transform: translateY(20px);
}
#careerPath2026 .mainNav.careerPathAnimation--show {
  animation: fadeInUp 0.3s forwards;
}
#careerPath2026 .contTitle {
  opacity: 0;
  transform: translateY(20px);
}
#careerPath2026 .contTitle.careerPathAnimation--show {
  animation: fadeInUp 0.3s forwards;
}
#careerPath2026 .contSubTitle {
  opacity: 0;
}
#careerPath2026 .contSubTitle .contSubTitleImg {
  opacity: 0;
  transform: scale(0.6);
}
#careerPath2026 .contSubTitle.careerPathAnimation--show {
  animation: fadeIn 0.3s forwards;
}
#careerPath2026 .contSubTitle.careerPathAnimation--show .contSubTitleImg {
  animation: popup_large 0.3s cubic-bezier(0.17, 0.89, 0.32, 1.49) 0.1s forwards;
}
#careerPath2026 .contTalk dt,
#careerPath2026 .contTalk dd {
  opacity: 0;
  transform: scale(0.8);
  transition: 0.3s;
}
#careerPath2026 .contTalk dt.careerPathAnimation--show,
#careerPath2026 .contTalk dd.careerPathAnimation--show {
  opacity: 1;
  transform: scale(1);
}
#careerPath2026 .contTalk dt {
  transform-origin: bottom left;
}
#careerPath2026 .contTalk dd {
  transform-origin: bottom right;
}
#careerPath2026 .contIllust {
  opacity: 0;
}
#careerPath2026 .contIllust.careerPathAnimation--show {
  animation: fadeIn 0.3s forwards;
}
#careerPath2026 .contAttention {
  opacity: 0;
  transform: scale(0.8);
}
#careerPath2026 .contAttention.careerPathAnimation--show {
  animation: popup 0.3s cubic-bezier(0.17, 0.89, 0.32, 1.49) forwards;
}
#careerPath2026 .schoolWrapper {
  opacity: 0;
  transform: translateY(20px);
}
#careerPath2026 .schoolWrapper.careerPathAnimation--show {
  animation: fadeInUp 0.3s forwards;
}
