@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-Medium_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-Bold_subset.woff") format("woff");
}
@media (min-width: 375px) {
  body {
    /* 375px以上 */
  }
}
@media (min-width: 601px) {
  body {
    /* WordPress601px以上 */
  }
}
@media (min-width: 783px) {
  body {
    /* WordPress783px以上 */
  }
}
@media (min-width: 768px) {
  body {
    /* タブレット以上 */
  }
}
@media (min-width: 769px) {
  body {
    /* 769px以上用 */
  }
}
@media (min-width: 1024px) {
  body {
    /* タブレットPro以上用 */
  }
}
@media (min-width: 1200px) {
  body {
    /* PC（サイトのコンテンツ幅）以上 */
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  33.3333% {
    transform: translateX(-100%);
  }
  33.3334% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  66.6666% {
    transform: translateX(-200%);
  }
  66.6667% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  99.9%, to {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 464.9568;
    stroke-dashoffset: 464.9568;
  }
  99.9%, to {
    stroke-dasharray: 464.9568;
    stroke-dashoffset: 0;
  }
}
@keyframes circle02 {
  0% {
    stroke-dasharray: 238.7616;
    stroke-dashoffset: 238.7616;
  }
  99.9%, to {
    stroke-dasharray: 238.7616;
    stroke-dashoffset: 0;
  }
}
@keyframes fade-large {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(50%, -50%);
  }
  50.1% {
    opacity: 0;
    transform: translate(-70%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes fade-large-static {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(50%);
  }
  50.1% {
    opacity: 0;
    transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 1;
    transform: translate(-50%, 0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  50.1% {
    transform: translate(-50%, 80%) rotate(-90deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) rotate(-90deg);
  }
}
@keyframes fade-down {
  0% {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
  }
  50% {
    opacity: 0;
    transform: translateY(20%) rotate(90deg);
  }
  50.1% {
    transform: translateY(-150%) rotate(90deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
  }
}
@keyframes fade-large_45deg {
  0% {
    opacity: 1;
    transform: translate(0, -50%) rotate(-45deg);
  }
  50% {
    opacity: 0;
    transform: translate(50%, -100%) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    transform: translate(-70%, 20%) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%) rotate(-45deg);
  }
}
@keyframes fade-small {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(40%, -50%);
  }
  50.1% {
    transform: translate(-40%, -50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes fade-top-right {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg);
  }
  50% {
    opacity: 0;
    transform: translate(40%, -60%) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, 75%) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes border_hover {
  0% {
    width: 0;
  }
  99.9%, to {
    width: 100%;
  }
}
body {
  margin: 0;
  padding: 0;
}

#series-wrap h1,
.panai-series-kv h1,
#about h1,
#supervisor h1,
#service h1,
#seminar h1,
#document h1,
#contact h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  background-color: transparent;
}
#series-wrap h2,
.panai-series-kv h2,
#about h2,
#supervisor h2,
#service h2,
#seminar h2,
#document h2,
#contact h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 0 !important;
  margin: 0;
  letter-spacing: 0.2vw;
  background-color: transparent;
}
#series-wrap p,
.panai-series-kv p,
#about p,
#supervisor p,
#service p,
#seminar p,
#document p,
#contact p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  background-color: transparent;
}
#series-wrap .strong,
.panai-series-kv .strong,
#about .strong,
#supervisor .strong,
#service .strong,
#seminar .strong,
#document .strong,
#contact .strong {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  background-color: transparent;
}

@keyframes AnimationTitle {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.series-wrap {
  background-color: #f6f9f9;
  width: 100%;
}

#campaign,
#about,
#supervisor,
#service,
#seminar,
#document,
#contact {
  max-width: 1320px;
  padding: 60px 60px;
  margin: 0 auto;
}

.pc-only {
  display: block;
}

.mb-only {
  display: none;
}

.button_wrap {
  padding: 120px 0px;
}

#series-wrap {
  padding-bottom: 0px;
}

.panai-series-kv {
  width: 100%;
  background-image: linear-gradient(90deg, rgba(108, 39, 255, 0.07), rgba(35, 90, 255, 0.07) 50%, rgba(15, 153, 255, 0.07));
}
.panai-series-kv .global_inner {
  display: flex;
  max-width: 1320px;
  justify-content: space-between;
  padding: 100px 60px 80px 60px;
  align-items: end;
}
.panai-series-kv .copy {
  font-size: 5.35vw !important;
  line-height: 1.48;
  letter-spacing: 0.5vw;
  margin-bottom: 20px;
}
.panai-series-kv .copy .none {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  animation: flow 1s forwards 1s;
}
.panai-series-kv .copy .cur {
  letter-spacing: -0.1vw;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  animation: flow 1s forwards 2s;
}
.panai-series-kv .copy .grad-animation {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  animation: flow 1s forwards 3s, AnimationTitle 5s ease infinite;
}
.panai-series-kv h1 {
  max-width: 280px;
}
.panai-series-kv h1 img {
  width: 20vw;
}

@keyframes flow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AnimationTitle {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#about .inner-wrap {
  padding: 60px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5.7vw;
}
#about .inner-wrap img.meaning {
  flex-basis: 48%;
  width: 48%;
  margin-left: -20px;
}
#about .inner-wrap .parag-wrap {
  width: 45%;
}
#about .inner-wrap.bridge {
  gap: 0;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
#about .inner-wrap.bridge .left {
  width: 42%;
}
#about .inner-wrap.bridge .bridge-border {
  flex-grow: 1;
}
#about .inner-wrap.bridge .bridge-border .border {
  margin-top: 142px;
  background-image: linear-gradient(90deg, #00CAFF 0%, #235AFF 50%, #8018FF 100%);
  height: 1px;
  margin-right: 8px;
}
#about .inner-wrap.bridge .parag-wrap {
  flex-basis: 45%;
}
#about .inner-wrap.bridge .parag-wrap .grad-box {
  background-color: #fff;
  padding: 16px;
  border: 1px solid;
  border-image: linear-gradient(to right, #6C27FF, #235AFF, #0F99FF) 1;
  margin-top: 80px;
  margin-bottom: 40px;
}
#about .inner-wrap.bridge .parag-wrap .grad-box .strong {
  margin-bottom: 4px;
}

#supervisor {
  position: relative;
}
#supervisor .supervisor-area-wrapper {
  width: 64%;
  margin-top: 36px;
}
#supervisor .supervisor-area-wrapper .supervisor-wrap {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
#supervisor .supervisor-area-wrapper .supervisor-wrap img {
  width: 225px;
}
#supervisor .supervisor-area-wrapper .supervisor-wrap .parag-wrap {
  margin-top: 40px;
}
#supervisor::before {
  content: "";
  position: absolute;
  top: -7vw;
  right: 10vw;
  background: url("../images/service/panai-series/bg01.svg") no-repeat;
  background-size: contain;
  width: 17.14vw;
  height: 17.14vw;
  max-width: 259px;
}
#supervisor::after {
  content: "";
  position: absolute;
  top: 200px;
  right: 0vw;
  background: url("../images/service/panai-series/bg02.svg") no-repeat;
  background-size: contain;
  width: 21.42vw;
  height: 28vw;
  max-width: 300px;
}

#service {
  position: relative;
}
#service .anchor-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  gap: 16px;
}
#service .anchor-wrap .anchor-block {
  display: inline-block;
  width: 33%;
  background-color: #ffffff;
  box-shadow: 7px 7px 10px 0px rgba(134, 134, 134, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  padding-bottom: 40px;
  gap: 12px;
  position: relative;
}
#service .anchor-wrap .anchor-block p {
  color: #000000;
}
#service .anchor-wrap .anchor-block img {
  position: relative;
}
#service .anchor-wrap .anchor-block img.entry {
  width: 214px;
}
#service .anchor-wrap .anchor-block img.career {
  width: 237px;
}
#service .anchor-wrap .anchor-block img.pmi {
  width: 195px;
}
#service .anchor-wrap .anchor-block::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 14px;
  height: 14px;
  display: block;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
#service .anchor-wrap .anchor-block.entry:hover {
  outline: 4px solid #236DFF;
  outline-offset: -4px;
  box-shadow: 7px 7px 10px 0px rgba(134, 134, 134, 0);
}
#service .anchor-wrap .anchor-block.entry::after {
  border-color: #236DFF transparent transparent transparent;
}
#service .anchor-wrap .anchor-block.career:hover {
  outline: 4px solid #00BCDC;
  outline-offset: -4px;
  box-shadow: 7px 7px 10px 0px rgba(134, 134, 134, 0);
}
#service .anchor-wrap .anchor-block.career::after {
  border-color: #00BCDC transparent transparent transparent;
}
#service .anchor-wrap .anchor-block.pmi:hover {
  outline: 4px solid #6E3BFF;
  outline-offset: -4px;
  box-shadow: 7px 7px 10px 0px rgba(134, 134, 134, 0);
}
#service .anchor-wrap .anchor-block.pmi::after {
  border-color: #6E3BFF transparent transparent transparent;
}
#service .service-wrap {
  margin: 80px auto;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 7px 7px 10px 0px rgba(134, 134, 134, 0.25);
  padding: 60px 0;
}
#service .service-wrap.pmi {
  margin-bottom: unset;
}
#service .service-wrap .outline {
  display: flex;
  justify-content: flex-start;
  gap: 5.7vw;
  align-items: end;
  margin-right: 60px;
}
#service .service-wrap .outline .left .logo-box .logo-inner {
  padding-left: 60px;
  border-bottom: 1px solid;
  width: fit-content;
}
#service .service-wrap .outline .left .logo-box .logo-inner .strong {
  font-size: 14px;
  margin-bottom: 12px;
}
#service .service-wrap .outline .left .logo-box .logo-inner.entry {
  border-color: #236DFF;
}
#service .service-wrap .outline .left .logo-box .logo-inner.entry img {
  width: 225px;
  padding-bottom: 12px;
}
#service .service-wrap .outline .left .logo-box .logo-inner.career {
  border-color: #00BCDC;
}
#service .service-wrap .outline .left .logo-box .logo-inner.career img {
  width: 300px;
  padding-bottom: 12px;
}
#service .service-wrap .outline .left .logo-box .logo-inner.pmi {
  border-color: #6E3BFF;
}
#service .service-wrap .outline .left .logo-box .logo-inner.pmi .pmi-logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: flex-start;
  gap: 4px;
  padding-bottom: 12px;
}
#service .service-wrap .outline .left .logo-box .logo-inner.pmi .pmi-logo small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  flex-shrink: 0;
}
#service .service-wrap .outline .left .logo-box .logo-inner.pmi img {
  width: 225px;
  padding-bottom: 0;
}
#service .service-wrap .outline .left .logo-box .catch {
  margin-top: 72px;
  padding-left: 60px;
  width: fit-content;
}
#service .service-wrap .outline .left .logo-box .catch p {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  display: inline-block;
}
#service .service-wrap .outline .left .logo-box .catch p span {
  color: #000000;
  font-size: 18px;
  display: block;
  letter-spacing: 0.15vw;
}
#service .service-wrap .outline .left .logo-box .catch.entry {
  color: #236DFF;
}
#service .service-wrap .outline .left .logo-box .catch.career {
  color: #00BCDC;
}
#service .service-wrap .outline .left .logo-box .catch.pmi {
  color: #6E3BFF;
}
#service .service-wrap .outline .right {
  margin: 0 auto;
  width: 52%;
}
#service .service-wrap .outline .right div {
  width: fit-content;
}
#service .service-wrap .image-area {
  padding: 80px 60px 60px 60px;
}
#service .service-wrap .button-area {
  text-align: center;
  padding: 40px 40px;
}
#service .service-wrap .button-area a {
  padding: 12px 24px;
  border-radius: 24px;
}
#service .service-wrap .button-area.entry a {
  color: #2A5EC5;
  border: 1px solid #2A5EC5;
}
#service .service-wrap .button-area.entry a:hover {
  color: #ffffff;
  background-color: #236DFF;
}
#service .service-wrap .button-area.career a {
  color: #00BCDC;
  border: 1px solid #00BCDC;
}
#service .service-wrap .button-area.career a:hover {
  color: #ffffff;
  background-color: #00BCDC;
}
#service .service-wrap .button-area.pmi a {
  color: #6E3BFF;
  border: 1px solid #6E3BFF;
}
#service .service-wrap .button-area.pmi a:hover {
  color: #ffffff;
  background-color: #6E3BFF;
}

#contact {
  margin-bottom: 200px;
  position: relative;
}
#contact .contact-area-wrapper {
  margin-top: 36px;
}
#contact .contact-area-wrapper > p {
  margin-bottom: 36px;
}
#contact::after {
  content: "";
  position: absolute;
  bottom: unset;
  left: 2vw;
  background: url("../images/service/panai-series/bg03.svg") no-repeat;
  background-size: contain;
  width: 12vw;
  height: 14.5vw;
}

#seminar {
  position: relative;
  margin-top: 100px;
}
#seminar::before {
  content: "";
  position: absolute;
  top: -200px;
  right: 0px;
  background: url("../images/service/panai-series/bg04.svg") no-repeat;
  background-size: contain;
  width: 16vw;
  height: 19vw;
}
#seminar::after {
  content: "";
  position: absolute;
  top: 240px;
  left: -5vw;
  background: url("../images/service/panai-series/bg05.svg") no-repeat;
  background-size: contain;
  width: 8.42vw;
  height: 24vw;
}
#seminar .seminar-wrap {
  position: relative;
  z-index: 2;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
#seminar .seminar-wrap article {
  background-color: #fff;
  width: 32%;
  display: block;
}
#seminar .seminar-wrap article a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 6px;
  border: 1px solid #ffffff;
}
#seminar .seminar-wrap article a:hover {
  border-color: unset;
  border-image: linear-gradient(to right, #6C27FF, #235AFF, #0F99FF) 1;
}
#seminar .seminar-wrap article a img {
  width: 100%;
}
#seminar .seminar-wrap article a .info-area {
  padding: 10px 10px;
}
#seminar .seminar-wrap article a .info-area .tag {
  background-color: #2A5EC5;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  padding: 2px 6px;
}
#seminar .seminar-wrap article a .info-area .title {
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 4px 0;
  font-weight: 500;
}
#seminar .seminar-wrap article a .info-area .date {
  font-size: 14px;
  color: #000000;
  letter-spacing: 2px;
}
#seminar .seminar-wrap article a .info-area .date > p {
  display: inline;
}

#document {
  position: relative;
}
#document .document-wrap {
  position: relative;
  z-index: 2;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
#document .document-wrap article {
  background-color: #fff;
  width: 32%;
  display: block;
}
#document .document-wrap article a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 6px;
  border: 1px solid #ffffff;
}
#document .document-wrap article a:hover {
  border-color: unset;
  border-image: linear-gradient(to right, #6C27FF, #235AFF, #0F99FF) 1;
}
#document .document-wrap article a img {
  width: 100%;
}
#document .document-wrap article a .info-area {
  padding: 10px 10px;
}
#document .document-wrap article a .info-area .category {
  background-color: #6C27FF;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  padding: 2px 6px;
}
#document .document-wrap article a .info-area .title {
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 4px 0;
  font-weight: 500;
}
#document .document-wrap article a .info-area .type {
  font-size: 14px;
  color: #000000;
  letter-spacing: 2px;
}

#seminar .button-area, #document .button-area, #contact .button-area {
  width: 100%;
  text-align: center;
  padding: 60px 40px 0px 40px;
}
#seminar .button-area a, #document .button-area a, #contact .button-area a {
  padding: 12px 24px;
  border-radius: 24px;
}
#seminar .button-area.plain a, #document .button-area.plain a, #contact .button-area.plain a {
  color: #2A5EC5;
  border: 1px solid #2A5EC5;
}
#seminar .button-area.plain a:hover, #document .button-area.plain a:hover, #contact .button-area.plain a:hover {
  color: #ffffff;
  background-color: #236DFF;
}

#entry .info-area {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
#entry .info-area img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .mb-only {
    display: block;
  }
  #series-wrap h2,
  .panai-series-kv h2,
  #about h2,
  #supervisor h2,
  #service h2,
  #seminar h2,
  #document h2,
  #contact h2 {
    font-size: 4vw;
    letter-spacing: 0.2vw;
    text-align: center;
  }
  #series-wrap p,
  .panai-series-kv p,
  #about p,
  #supervisor p,
  #service p,
  #seminar p,
  #document p,
  #contact p {
    font-size: 15px;
  }
  #campaign,
  #about,
  #supervisor,
  #service,
  #seminar,
  #document,
  #contact {
    max-width: unset;
    width: 90%;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 0px;
    margin: 0 auto;
  }
  .panai-series-kv {
    height: 86svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .panai-series-kv .global_inner {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 0 0px;
    width: 90%;
    height: 59svh;
  }
  .panai-series-kv .global_inner .copy {
    font-size: 10vw !important;
  }
  .panai-series-kv h1 {
    max-width: unset;
    width: 100%;
    text-align: center;
  }
  .panai-series-kv h1 img {
    width: 75%;
  }
  #about .inner-wrap {
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    gap: 10vw;
  }
  #about .inner-wrap img.meaning {
    width: 100%;
    margin: 0 auto;
  }
  #about .inner-wrap .parag-wrap {
    width: 100%;
  }
  #about .inner-wrap.bridge {
    padding-top: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #about .inner-wrap.bridge .left {
    order: 3;
    width: 100%;
  }
  #about .inner-wrap.bridge .left p {
    margin-top: 40px;
  }
  #about .inner-wrap.bridge .bridge-border {
    order: 2;
  }
  #about .inner-wrap.bridge .bridge-border .border {
    width: 2px;
    height: 6.47svh;
    margin-top: 0;
    background-image: linear-gradient(180deg, #00CAFF 0%, #235AFF 50%, #8018FF 100%);
  }
  #about .inner-wrap.bridge .parag-wrap {
    order: 1;
  }
  #about .inner-wrap.bridge .parag-wrap .grad-box {
    margin-top: 0;
    margin-bottom: 0;
  }
  #about .inner-wrap.bridge .parag-wrap .grad-box .strong {
    font-size: 4.8vw;
    letter-spacing: 0.5vw;
  }
  #supervisor::before, #supervisor::after {
    content: unset;
  }
  #supervisor .supervisor-area-wrapper {
    width: 100%;
  }
  #supervisor .supervisor-area-wrapper .supervisor-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #service .anchor-wrap {
    display: flex;
    flex-direction: column;
  }
  #service .anchor-wrap .anchor-block {
    width: 100%;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 20px;
  }
  #service .anchor-wrap .anchor-block p {
    color: #000000;
    font-size: 14px;
  }
  #service .anchor-wrap .anchor-block img {
    position: relative;
  }
  #service .anchor-wrap .anchor-block img.entry {
    width: 38%;
  }
  #service .anchor-wrap .anchor-block img.career {
    width: 42%;
  }
  #service .anchor-wrap .anchor-block img.pmi {
    width: 35%;
  }
  #service .anchor-wrap .anchor-block::after {
    bottom: calc(50% - 5px);
    transform: translateY(50%);
    left: unset;
    right: 4vw;
  }
  #service .inner-wrap .service-wrap {
    margin-top: 40px;
    padding-top: 0;
  }
  #service .inner-wrap .service-wrap .outline {
    flex-direction: column;
    margin-right: 0;
    width: 90%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #service .inner-wrap .service-wrap .outline .left {
    margin-top: 40px;
    width: 100%;
  }
  #service .inner-wrap .service-wrap .outline .left .logo-box .logo-inner {
    padding-left: 0;
  }
  #service .inner-wrap .service-wrap .outline .left .logo-box .logo-inner .strong {
    font-size: 3.33vw;
  }
  #service .inner-wrap .service-wrap .outline .left .logo-box .logo-inner.career img {
    width: 68.26vw;
  }
  #service .inner-wrap .service-wrap .outline .left .logo-box .logo-inner.pmi .pmi-logo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #service .inner-wrap .service-wrap .outline .left .logo-box .catch {
    padding-left: 0;
    margin-top: 40px;
  }
  #service .inner-wrap .service-wrap .outline .left .logo-box .catch p {
    font-size: 5.33vw;
  }
  #service .inner-wrap .service-wrap .outline .left .logo-box .catch p span {
    font-size: 3.2vw;
    margin-bottom: 4px;
  }
  #service .inner-wrap .service-wrap .outline .right {
    width: 100%;
  }
  #service .inner-wrap .service-wrap .image-area {
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only .box {
    background-color: #2A5EC5;
    padding: 4px;
    margin-bottom: 16px;
    position: relative;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only .box p {
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only .box::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: calc(50% - 10px);
    border: 10px solid transparent;
    border-top: 10px solid #2A5EC5;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only.career .box {
    background-color: #00BCDC;
    padding: 4px;
    margin-top: 40px;
    position: relative;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only.career .box p {
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only.career .box::after {
    content: unset;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only.career .box::before {
    content: "";
    position: absolute;
    top: -24px;
    right: calc(50% - 10px);
    border: 10px solid transparent;
    border-top: 10px solid #00BCDC;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only .scr-box {
    width: 100%;
    height: auto;
    overflow: scroll;
    padding-top: 12px;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only .scr-box.entry img {
    max-width: unset;
    width: 682px;
    padding-bottom: 4px;
  }
  #service .inner-wrap .service-wrap .image-area .mb-only .scr-box.career img {
    max-width: unset;
    width: 698px;
    padding-bottom: 4px;
  }
  #service .inner-wrap .service-wrap .button-area {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #service .inner-wrap .service-wrap .button-area a {
    font-size: 3.5vw;
  }
  #service .inner-wrap .service-wrap.pmi {
    margin-bottom: 0;
  }
  #service .inner-wrap .service-wrap.pmi .image-area .mb-only .pmi-box .box1 {
    background-color: #F3EFFF;
    text-align: center;
    padding: 8px 16px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  #service .inner-wrap .service-wrap.pmi .image-area .mb-only .pmi-box .box1::after {
    content: "";
    position: absolute;
    bottom: -36px;
    right: calc(50% - 10px);
    border: 10px solid transparent;
    border-top: 10px solid #4D20CF;
  }
  #service .inner-wrap .service-wrap.pmi .image-area .mb-only .pmi-box .box2 {
    background-color: #FFEA4A;
    text-align: center;
    padding: 8px 16px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  #service .inner-wrap .service-wrap.pmi .image-area .mb-only .pmi-box .box3 {
    margin-bottom: 40px;
    padding-left: 24px;
    position: relative;
  }
  #service .inner-wrap .service-wrap.pmi .image-area .mb-only .pmi-box .box3::after {
    content: "";
    position: absolute;
    bottom: -33px;
    right: calc(50% - 10px);
    border: 10px solid transparent;
    border-top: 10px solid #4D20CF;
  }
  #service .inner-wrap .service-wrap.pmi .image-area .mb-only .pmi-box .box3 li {
    list-style-type: disc;
  }
  #service .inner-wrap .service-wrap.pmi .image-area .mb-only .pmi-box .box4 {
    background-color: #4D20CF;
    text-align: center;
    padding: 8px 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
  }
  #service::after {
    content: unset;
  }
  #seminar .seminar-wrap {
    margin-top: 40px;
    flex-direction: column;
  }
  #seminar .seminar-wrap article {
    width: 100%;
    margin-bottom: 20px;
  }
  #seminar::before {
    content: unset;
  }
  #seminar::after {
    content: unset;
  }
  #seminar .button-area {
    padding-top: 20px;
    font-size: 3.5vw;
  }
  #document .document-wrap {
    margin-top: 40px;
    flex-direction: column;
  }
  #document .document-wrap article {
    width: 100%;
    margin-bottom: 20px;
  }
  #document .button-area {
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 3.5vw;
  }
  #contact {
    margin-bottom: unset;
    position: relative;
  }
  #contact .contact-area-wrapper {
    margin-top: 40px;
  }
  #contact .contact-area-wrapper > p {
    margin-bottom: 36px;
  }
  #contact .button-area {
    padding: 40px 0;
    font-size: 3.5vw;
  }
  #contact::after {
    content: unset;
  }
  #entry .info-area {
    padding-bottom: 40px;
  }
  #entry .info-area img {
    width: 100%;
  }
}/*# sourceMappingURL=panai-series.css.map */