@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#newgraduate, section#midcareer {
  width: 100%;
  padding: 184px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#newgraduate .hero, section#midcareer .hero {
  width: calc(100% - 136px);
  margin-bottom: 64px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#newgraduate .hero.on, section#midcareer .hero.on {
  clip-path: inset(0 0 0 0);
}
section#newgraduate .hero.on + .lead, section#midcareer .hero.on + .lead {
  clip-path: inset(0 0 0 0);
}
section#newgraduate .hero .inner, section#midcareer .hero .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
section#newgraduate .hero .inner h2, section#midcareer .hero .inner h2 {
  background-color: #FFF;
  padding: 0 8px 8px 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#newgraduate .hero .inner h2 span, section#midcareer .hero .inner h2 span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .hero .inner .photo, section#midcareer .hero .inner .photo {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 490px 100%, 490px calc(100% - 65px), 0 calc(100% - 65px));
}
section#newgraduate .hero .inner .text, section#midcareer .hero .inner .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 136px);
  margin-top: -4.4rem;
  gap: 24px 0;
  position: relative;
}
section#newgraduate .hero .inner .text h3, section#midcareer .hero .inner .text h3 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .hero .inner .text p, section#midcareer .hero .inner .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
}
section#newgraduate .hero .inner .text p:last-child, section#midcareer .hero .inner .text p:last-child {
  text-align: right;
}
section#newgraduate .courses, section#midcareer .courses {
  width: calc(100% - 136px);
  margin-bottom: 96px;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#newgraduate .courses.on, section#midcareer .courses.on {
  opacity: 1;
}
section#newgraduate .courses h3, section#midcareer .courses h3 {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
section#newgraduate .courses h3::after, section#midcareer .courses h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #5ad0c0, #0059b8);
  border-radius: 3px 0 0 3px;
  position: relative;
  display: block;
}
section#newgraduate .courses h3 span, section#midcareer .courses h3 span {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  display: inline-block;
}
section#newgraduate .courses .inner, section#midcareer .courses .inner {
  width: calc(100% - 136px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 40px;
}
section#newgraduate .courses .inner .course > dl, section#midcareer .courses .inner .course > dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#newgraduate .courses .inner .course > dl > dt, section#midcareer .courses .inner .course > dl > dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-image: url(../../common/images/bg_tt.png);
  padding: 8px;
  margin-bottom: 8px;
}
section#newgraduate .courses .inner .course > dl > dd, section#midcareer .courses .inner .course > dl > dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .courses .inner .course > dl > dd:not(:last-child), section#midcareer .courses .inner .course > dl > dd:not(:last-child) {
  margin-bottom: 16px;
}
section#newgraduate .courses .inner .course > dl > dd > dl dt, section#midcareer .courses .inner .course > dl > dd > dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .courses .inner .course > dl > dd > dl dt:not(:last-child), section#midcareer .courses .inner .course > dl > dd > dl dt:not(:last-child) {
  margin-bottom: 8px;
}
section#newgraduate .courses .inner .course > dl > dd > dl dd, section#midcareer .courses .inner .course > dl > dd > dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
section#newgraduate .courses .inner .course > dl > dd > dl dd::before, section#midcareer .courses .inner .course > dl > dd > dl dd::before {
  content: "・";
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
}
section#newgraduate .courses .inner .course > dl > dd > dl dd span, section#midcareer .courses .inner .course > dl > dd > dl dd span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .list, section#midcareer .list {
  width: calc(100% - 136px);
  margin-bottom: 96px;
  position: relative;
}
section#newgraduate .list.career h3, section#midcareer .list.career h3 {
  margin-bottom: 16px;
}
section#newgraduate .list.career h3::after, section#midcareer .list.career h3::after {
  content: none;
}
section#newgraduate .list.career h3 span, section#midcareer .list.career h3 span {
  margin-bottom: 0px;
}
section#newgraduate .list h3, section#midcareer .list h3 {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#newgraduate .list h3.on, section#midcareer .list h3.on {
  clip-path: inset(0 0 0 0);
}
section#newgraduate .list h3::after, section#midcareer .list h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #5ad0c0, #0059b8);
  border-radius: 3px 0 0 3px;
  position: relative;
  display: block;
}
section#newgraduate .list h3 span, section#midcareer .list h3 span {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  display: inline-block;
}
section#newgraduate .list h3 + p, section#midcareer .list h3 + p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 40px;
}
section#newgraduate .list ul.tab, section#midcareer .list ul.tab {
  width: calc(100% - 136px);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 2x;
  margin-bottom: 40px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#newgraduate .list ul.tab.on, section#midcareer .list ul.tab.on {
  opacity: 1;
}
section#newgraduate .list ul.tab li, section#midcareer .list ul.tab li {
  width: calc((100% - 6px) / 4);
  height: 40px;
  background-color: #27a7a6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
}
section#newgraduate .list ul.tab li.active, section#midcareer .list ul.tab li.active {
  background-color: #5ad0c0;
}
section#newgraduate .list ul.tab li.active::after, section#midcareer .list ul.tab li.active::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../common/images/arrow_maru.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  transform: rotate(90deg);
  display: block;
}
section#newgraduate .list ul.tab li span, section#midcareer .list ul.tab li span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .list .listwrap, section#midcareer .list .listwrap {
  width: calc(100% - 136px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#newgraduate .list .listwrap.on, section#midcareer .list .listwrap.on {
  opacity: 1;
}
section#newgraduate .list .listwrap > div, section#midcareer .list .listwrap > div {
  width: 100%;
  display: none;
}
section#newgraduate .list .listwrap > div.active, section#midcareer .list .listwrap > div.active {
  display: block;
}
section#newgraduate .list .listwrap > div table, section#midcareer .list .listwrap > div table {
  width: 100%;
}
section#newgraduate .list table, section#midcareer .list table {
  text-align: left;
  width: calc(100% - 136px);
}
section#newgraduate .list table tbody, section#midcareer .list table tbody {
  width: 100%;
}
section#newgraduate .list table tbody tr, section#midcareer .list table tbody tr {
  width: 100%;
}
section#newgraduate .list table tbody tr:nth-child(odd) th, section#newgraduate .list table tbody tr:nth-child(odd) td, section#midcareer .list table tbody tr:nth-child(odd) th, section#midcareer .list table tbody tr:nth-child(odd) td {
  background-color: rgba(0, 102, 153, 0.1);
}
section#newgraduate .list table tbody tr th, section#midcareer .list table tbody tr th {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 20%;
  padding: 16px;
}
section#newgraduate .list table tbody tr td, section#midcareer .list table tbody tr td {
  width: 80%;
  padding: 16px;
}
section#newgraduate .list table tbody tr td p, section#midcareer .list table tbody tr td p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .list table tbody tr td p:not(:last-child), section#midcareer .list table tbody tr td p:not(:last-child) {
  margin-bottom: 8px;
}
section#newgraduate .list table tbody tr td p.jname, section#midcareer .list table tbody tr td p.jname {
  font-weight: 500;
}
section#newgraduate .list table tbody tr td p.notice, section#midcareer .list table tbody tr td p.notice {
  font-size: 1.4rem;
}
section#newgraduate .flow, section#midcareer .flow {
  width: calc(100% - 136px);
  margin-bottom: 96px;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#newgraduate .flow.on, section#midcareer .flow.on {
  opacity: 1;
}
section#newgraduate .flow h3, section#midcareer .flow h3 {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
section#newgraduate .flow h3::after, section#midcareer .flow h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #5ad0c0, #0059b8);
  border-radius: 3px 0 0 3px;
  position: relative;
  display: block;
}
section#newgraduate .flow h3 span, section#midcareer .flow h3 span {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  display: inline-block;
}
section#newgraduate .flow .pack, section#midcareer .flow .pack {
  width: 100%;
}
section#newgraduate .flow .pack:not(:last-child), section#midcareer .flow .pack:not(:last-child) {
  margin-bottom: 48px;
}
section#newgraduate .flow .pack .inner, section#midcareer .flow .pack .inner {
  width: calc(100% - 136px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
section#newgraduate .flow .pack .inner.career, section#midcareer .flow .pack .inner.career {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
section#newgraduate .flow .pack .inner.career dl:not(:first-child), section#midcareer .flow .pack .inner.career dl:not(:first-child) {
  margin-left: 64px;
}
section#newgraduate .flow .pack .inner.career dl dt, section#midcareer .flow .pack .inner.career dl dt {
  padding: 10px 20px;
}
section#newgraduate .flow .pack .inner.career dl dd, section#midcareer .flow .pack .inner.career dl dd {
  margin-left: 64px;
}
section#newgraduate .flow .pack .inner.career > div, section#midcareer .flow .pack .inner.career > div {
  margin-left: 64px;
}
section#newgraduate .flow .pack .inner dl, section#midcareer .flow .pack .inner dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#newgraduate .flow .pack .inner dl:not(:first-child), section#midcareer .flow .pack .inner dl:not(:first-child) {
  margin-left: 32px;
}
section#newgraduate .flow .pack .inner dl dt, section#midcareer .flow .pack .inner dl dt {
  background-color: #005398;
  height: 300px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#newgraduate .flow .pack .inner dl dt > span, section#midcareer .flow .pack .inner dl dt > span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
}
section#newgraduate .flow .pack .inner dl dd, section#midcareer .flow .pack .inner dl dd {
  width: 50px;
  height: 75px;
  background-color: #668cc1;
  margin-left: 32px;
  clip-path: polygon(50% 30%, 50% 0, 100% 50%, 50% 100%, 50% 70%, 0 71%, 0 30%);
}
section#newgraduate .flow .pack .inner > div, section#midcareer .flow .pack .inner > div {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 80px;
  padding: 10px;
  margin-left: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #27a7a6;
}
section#newgraduate .flow .info, section#midcareer .flow .info {
  width: calc(100% - 136px);
  background-color: rgba(0, 102, 153, 0.1);
  padding: 24px;
  border-radius: 8px;
  position: relative;
}
section#newgraduate .flow .info .text, section#midcareer .flow .info .text {
  text-align: left;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #000000;
}
section#newgraduate .flow .info .text p, section#midcareer .flow .info .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .flow .info .where, section#midcareer .flow .info .where {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#newgraduate .flow .info .where dl, section#midcareer .flow .info .where dl {
  text-align: left;
  width: calc(50% - 12px);
}
section#newgraduate .flow .info .where dl dt, section#midcareer .flow .info .where dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .flow .info .where dl dd, section#midcareer .flow .info .where dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#newgraduate .flow .info .where dl dd a, section#midcareer .flow .info .where dl dd a {
  color: #000000;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
section#newgraduate .flow .info .where dl dd a:hover, section#midcareer .flow .info .where dl dd a:hover {
  color: #00acec;
}
section#newgraduate .flow .info .inner, section#midcareer .flow .info .inner {
  width: calc(100% - 136px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
section#newgraduate .flow .info .inner.career, section#midcareer .flow .info .inner.career {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
section#newgraduate .flow .info .inner.career dl:not(:first-child), section#midcareer .flow .info .inner.career dl:not(:first-child) {
  margin-left: 64px;
}
section#newgraduate .flow .info .inner.career dl dt, section#midcareer .flow .info .inner.career dl dt {
  padding: 10px 20px;
}
section#newgraduate .flow .info .inner.career dl dd, section#midcareer .flow .info .inner.career dl dd {
  margin-left: 64px;
}
section#newgraduate .flow .info .inner.career > div, section#midcareer .flow .info .inner.career > div {
  margin-left: 64px;
}
section#newgraduate .flow .info .inner dl, section#midcareer .flow .info .inner dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#newgraduate .flow .info .inner dl:not(:first-child), section#midcareer .flow .info .inner dl:not(:first-child) {
  margin-left: 32px;
}
section#newgraduate .flow .info .inner dl dt, section#midcareer .flow .info .inner dl dt {
  background-color: #005398;
  height: 300px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#newgraduate .flow .info .inner dl dt > span, section#midcareer .flow .info .inner dl dt > span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
}
section#newgraduate .flow .info .inner dl dd, section#midcareer .flow .info .inner dl dd {
  width: 50px;
  height: 75px;
  background-color: #668cc1;
  margin-left: 32px;
  clip-path: polygon(50% 30%, 50% 0, 100% 50%, 50% 100%, 50% 70%, 0 71%, 0 30%);
}
section#newgraduate .flow .info .inner > div, section#midcareer .flow .info .inner > div {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 80px;
  padding: 10px;
  margin-left: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #27a7a6;
}
section#newgraduate .list {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#newgraduate .list.on {
  opacity: 1;
}
section#midcareer {
  position: relative;
}
section#midcareer::before {
  content: "";
  width: 100%;
  height: 50vh;
  background: linear-gradient(to bottom, rgba(0, 140, 193, 0.2), #FFF);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
section#midcareer .hero .inner h2 {
  background-color: transparent;
  padding: 0px;
  position: relative;
  top: auto;
  left: auto;
}
section#midcareer .hero .inner h2 span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#faq {
  width: 100%;
  padding: 184px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
section#faq::before {
  content: "";
  width: 100%;
  height: 50vh;
  background: linear-gradient(to bottom, rgba(0, 102, 153, 0.2), #FFF);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
section#faq .hero {
  width: calc(100% - 136px);
  margin-bottom: 64px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#faq .hero.on {
  clip-path: inset(0 0 0 0);
}
section#faq .hero.on + .lead {
  clip-path: inset(0 0 0 0);
}
section#faq .hero .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
section#faq .hero .inner h2 span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#faq .faq {
  text-align: left;
  width: calc(100% - 136px);
  margin-bottom: 96px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#faq .faq h3 {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#faq .faq h3.on {
  clip-path: inset(0 0 0 0);
}
section#faq .faq h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #5ad0c0, #0059b8);
  border-radius: 3px 0 0 3px;
  position: relative;
  display: block;
}
section#faq .faq h3 span {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  display: inline-block;
}
section#faq .faq h4 {
  background: linear-gradient(to right, #0081cc, #0059b8);
  padding: 4px 16px;
  margin-bottom: 24px;
  border-radius: 16px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#faq .faq h4.on {
  opacity: 1;
}
section#faq .faq h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
  position: relative;
}
section#faq .faq .qa {
  text-align: left;
  width: calc(100% - 136px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#faq .faq .qa.on {
  opacity: 1;
}
section#faq .faq .qa:not(:last-child) {
  margin-bottom: 80px;
}
section#faq .faq .qa dl {
  width: 100%;
}
section#faq .faq .qa dl:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #ebebe2;
}
section#faq .faq .qa dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 16px;
}
section#faq .faq .qa dl dt span:nth-child(1) {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #005398;
  border-radius: 20px;
}
section#faq .faq .qa dl dt span:nth-child(2) {
  color: #005398;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(100% - 40px - 16px);
}
section#faq .faq .qa dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 16px;
}
section#faq .faq .qa dl dd span:nth-child(1) {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #27a7a6;
  border-radius: 20px;
}
section#faq .faq .qa dl dd span:nth-child(2) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(100% - 40px - 16px);
  padding: 4px 0 0 0;
}
section#faq .faq .qa dl dd span a {
  color: #0081cc;
  transition: all 0.25s ease-in 0s;
}
section#faq .faq .qa dl dd span a:hover {
  color: #00acec;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#newgraduate, section#midcareer {
    padding: 92px 0 0 0;
  }
  section#newgraduate .hero, section#midcareer .hero {
    width: calc(100% - 16px);
    margin-bottom: 32px;
  }
  section#newgraduate .hero .inner h2, section#midcareer .hero .inner h2 {
    background-color: #FFF;
    padding: 0 4px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  section#newgraduate .hero .inner h2::before, section#midcareer .hero .inner h2::before {
    width: 31px;
    height: 20px;
  }
  section#newgraduate .hero .inner h2 span, section#midcareer .hero .inner h2 span {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    order: 1;
  }
  section#newgraduate .hero .inner h2 span:nth-child(2), section#midcareer .hero .inner h2 span:nth-child(2) {
    font-weight: 600;
    order: 3;
  }
  section#newgraduate .hero .inner .photo, section#midcareer .hero .inner .photo {
    margin-bottom: 24px;
    clip-path: none;
  }
  section#newgraduate .hero .inner .text, section#midcareer .hero .inner .text {
    width: calc(100% - 16px);
    margin-top: 0px;
    gap: 16px 0;
    position: relative;
  }
  section#newgraduate .hero .inner .text h3, section#midcareer .hero .inner .text h3 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .hero .inner .text p, section#midcareer .hero .inner .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .courses, section#midcareer .courses {
    width: calc(100% - 16px);
    margin-bottom: 48px;
  }
  section#newgraduate .courses h3, section#midcareer .courses h3 {
    margin-bottom: 24px;
  }
  section#newgraduate .courses h3::after, section#midcareer .courses h3::after {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #5ad0c0, #0059b8);
    border-radius: 3px 0 0 3px;
    position: relative;
    display: block;
  }
  section#newgraduate .courses h3 span, section#midcareer .courses h3 span {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
    display: inline-block;
  }
  section#newgraduate .courses .inner, section#midcareer .courses .inner {
    width: calc(100% - 16px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  section#newgraduate .courses .inner .course > dl > dt, section#midcareer .courses .inner .course > dl > dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 8px;
    margin-bottom: 8px;
  }
  section#newgraduate .courses .inner .course > dl > dd, section#midcareer .courses .inner .course > dl > dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .courses .inner .course > dl > dd:not(:last-child), section#midcareer .courses .inner .course > dl > dd:not(:last-child) {
    margin-bottom: 8px;
  }
  section#newgraduate .courses .inner .course > dl > dd > dl dt, section#midcareer .courses .inner .course > dl > dd > dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .courses .inner .course > dl > dd > dl dt:not(:last-child), section#midcareer .courses .inner .course > dl > dd > dl dt:not(:last-child) {
    margin-bottom: 4px;
  }
  section#newgraduate .courses .inner .course > dl > dd > dl dd, section#midcareer .courses .inner .course > dl > dd > dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 4px;
  }
  section#newgraduate .courses .inner .course > dl > dd > dl dd::before, section#midcareer .courses .inner .course > dl > dd > dl dd::before {
    content: "・";
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: inline-block;
  }
  section#newgraduate .courses .inner .course > dl > dd > dl dd span, section#midcareer .courses .inner .course > dl > dd > dl dd span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .list, section#midcareer .list {
    width: calc(100% - 16px);
    margin-bottom: 48px;
  }
  section#newgraduate .list.career h3, section#midcareer .list.career h3 {
    margin-bottom: 16px;
  }
  section#newgraduate .list.career h3::after, section#midcareer .list.career h3::after {
    content: none;
  }
  section#newgraduate .list.career h3 span, section#midcareer .list.career h3 span {
    margin-bottom: 0px;
  }
  section#newgraduate .list h3, section#midcareer .list h3 {
    text-align: left;
    width: 100%;
    margin-bottom: 24px;
  }
  section#newgraduate .list h3::after, section#midcareer .list h3::after {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #5ad0c0, #0059b8);
    border-radius: 3px 0 0 3px;
    position: relative;
    display: block;
  }
  section#newgraduate .list h3 span, section#midcareer .list h3 span {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
    display: inline-block;
  }
  section#newgraduate .list h3 + p, section#midcareer .list h3 + p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding-right: 16px;
    margin-bottom: 24px;
  }
  section#newgraduate .list ul.tab, section#midcareer .list ul.tab {
    width: calc(100% - 16px);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 2px;
    margin-bottom: 24px;
    overflow: hidden;
  }
  section#newgraduate .list ul.tab li, section#midcareer .list ul.tab li {
    width: calc((100% - 2px) / 2);
    height: 40px;
    background-color: #27a7a6;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  section#newgraduate .list ul.tab li.active, section#midcareer .list ul.tab li.active {
    background-color: #5ad0c0;
  }
  section#newgraduate .list ul.tab li span, section#midcareer .list ul.tab li span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .list .listwrap, section#midcareer .list .listwrap {
    width: calc(100% - 16px);
  }
  section#newgraduate .list .listwrap > div, section#midcareer .list .listwrap > div {
    width: 100%;
    display: none;
  }
  section#newgraduate .list .listwrap > div.active, section#midcareer .list .listwrap > div.active {
    display: block;
  }
  section#newgraduate .list .listwrap > div table, section#midcareer .list .listwrap > div table {
    width: 100%;
  }
  section#newgraduate .list table, section#midcareer .list table {
    text-align: left;
    width: calc(100% - 16px);
  }
  section#newgraduate .list table tbody, section#midcareer .list table tbody {
    width: 100%;
  }
  section#newgraduate .list table tbody tr, section#midcareer .list table tbody tr {
    width: 100%;
  }
  section#newgraduate .list table tbody tr:nth-child(odd) th, section#newgraduate .list table tbody tr:nth-child(odd) td, section#midcareer .list table tbody tr:nth-child(odd) th, section#midcareer .list table tbody tr:nth-child(odd) td {
    background-color: rgba(0, 102, 153, 0.1);
  }
  section#newgraduate .list table tbody tr th, section#midcareer .list table tbody tr th {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 30%;
    padding: 8px;
  }
  section#newgraduate .list table tbody tr td, section#midcareer .list table tbody tr td {
    width: 70%;
    padding: 8px;
  }
  section#newgraduate .list table tbody tr td p, section#midcareer .list table tbody tr td p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .list table tbody tr td p:not(:last-child), section#midcareer .list table tbody tr td p:not(:last-child) {
    margin-bottom: 4px;
  }
  section#newgraduate .list table tbody tr td p.jname, section#midcareer .list table tbody tr td p.jname {
    font-weight: 500;
  }
  section#newgraduate .list table tbody tr td p.notice, section#midcareer .list table tbody tr td p.notice {
    font-size: 1.2rem;
  }
  section#newgraduate .flow, section#midcareer .flow {
    width: calc(100% - 16px);
    margin-bottom: 48px;
  }
  section#newgraduate .flow h3, section#midcareer .flow h3 {
    margin-bottom: 24px;
  }
  section#newgraduate .flow h3 span, section#midcareer .flow h3 span {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
    display: inline-block;
  }
  section#newgraduate .flow .pack, section#midcareer .flow .pack {
    width: 100%;
  }
  section#newgraduate .flow .pack:not(:last-child), section#midcareer .flow .pack:not(:last-child) {
    margin-bottom: 48px;
  }
  section#newgraduate .flow .pack .inner, section#midcareer .flow .pack .inner {
    width: calc(100% - 16px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#newgraduate .flow .pack .inner.career, section#midcareer .flow .pack .inner.career {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  section#newgraduate .flow .pack .inner.career dl:not(:first-child), section#midcareer .flow .pack .inner.career dl:not(:first-child) {
    margin-left: 0px;
  }
  section#newgraduate .flow .pack .inner.career dl dt, section#midcareer .flow .pack .inner.career dl dt {
    padding: 10px 20px;
  }
  section#newgraduate .flow .pack .inner.career dl dd, section#midcareer .flow .pack .inner.career dl dd {
    margin-left: 0px;
  }
  section#newgraduate .flow .pack .inner.career > div, section#midcareer .flow .pack .inner.career > div {
    margin-left: 0px;
  }
  section#newgraduate .flow .pack .inner dl, section#midcareer .flow .pack .inner dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#newgraduate .flow .pack .inner dl:not(:first-child), section#midcareer .flow .pack .inner dl:not(:first-child) {
    margin-left: 0px;
  }
  section#newgraduate .flow .pack .inner dl:not(:last-child), section#midcareer .flow .pack .inner dl:not(:last-child) {
    margin-bottom: 16px;
  }
  section#newgraduate .flow .pack .inner dl dt, section#midcareer .flow .pack .inner dl dt {
    background-color: #005398;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#newgraduate .flow .pack .inner dl dt > span, section#midcareer .flow .pack .inner dl dt > span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-feature-settings: "pkna";
  }
  section#newgraduate .flow .pack .inner dl dd, section#midcareer .flow .pack .inner dl dd {
    width: 60px;
    height: 40px;
    margin: 0px;
    clip-path: polygon(30% 0, 70% 0, 70% 65%, 100% 65%, 50% 100%, 0 65%, 30% 65%);
  }
  section#newgraduate .flow .pack .inner > div, section#midcareer .flow .pack .inner > div {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    padding: 10px;
    margin-left: 0px;
  }
  section#newgraduate .flow .info, section#midcareer .flow .info {
    width: calc(100% - 16px);
    padding: 16px;
    border-radius: 8px;
  }
  section#newgraduate .flow .info .text, section#midcareer .flow .info .text {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  section#newgraduate .flow .info .text p, section#midcareer .flow .info .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .flow .info .where, section#midcareer .flow .info .where {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#newgraduate .flow .info .where dl, section#midcareer .flow .info .where dl {
    text-align: left;
    width: 100%;
  }
  section#newgraduate .flow .info .where dl dt, section#midcareer .flow .info .where dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .flow .info .where dl dd, section#midcareer .flow .info .where dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#newgraduate .flow .info .where dl dd a, section#midcareer .flow .info .where dl dd a {
    color: #000000;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  section#newgraduate .flow .info .where dl dd a:hover, section#midcareer .flow .info .where dl dd a:hover {
    color: #00acec;
  }
  section#newgraduate .flow .info .inner, section#midcareer .flow .info .inner {
    width: calc(100% - 136px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  section#newgraduate .flow .info .inner.career, section#midcareer .flow .info .inner.career {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  section#newgraduate .flow .info .inner.career dl:not(:first-child), section#midcareer .flow .info .inner.career dl:not(:first-child) {
    margin-left: 64px;
  }
  section#newgraduate .flow .info .inner.career dl dt, section#midcareer .flow .info .inner.career dl dt {
    padding: 10px 20px;
  }
  section#newgraduate .flow .info .inner.career dl dd, section#midcareer .flow .info .inner.career dl dd {
    margin-left: 64px;
  }
  section#newgraduate .flow .info .inner.career > div, section#midcareer .flow .info .inner.career > div {
    margin-left: 64px;
  }
  section#newgraduate .flow .info .inner dl, section#midcareer .flow .info .inner dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#newgraduate .flow .info .inner dl:not(:first-child), section#midcareer .flow .info .inner dl:not(:first-child) {
    margin-left: 32px;
  }
  section#newgraduate .flow .info .inner dl dt, section#midcareer .flow .info .inner dl dt {
    background-color: #005398;
    height: 300px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#newgraduate .flow .info .inner dl dt > span, section#midcareer .flow .info .inner dl dt > span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: "pkna";
  }
  section#newgraduate .flow .info .inner dl dd, section#midcareer .flow .info .inner dl dd {
    width: 50px;
    height: 75px;
    background-color: #668cc1;
    margin-left: 32px;
    clip-path: polygon(50% 30%, 50% 0, 100% 50%, 50% 100%, 50% 70%, 0 71%, 0 30%);
  }
  section#newgraduate .flow .info .inner > div, section#midcareer .flow .info .inner > div {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 80px;
    padding: 10px;
    margin-left: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #27a7a6;
  }
  section#midcareer {
    position: relative;
  }
  section#midcareer::before {
    content: "";
    width: 100%;
    height: 50vh;
    background: linear-gradient(to bottom, rgba(0, 140, 193, 0.2), #FFF);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  section#midcareer .hero .inner h2 {
    background-color: transparent;
    padding: 0px;
    position: relative;
    top: auto;
    left: auto;
  }
  section#midcareer .hero .inner h2 span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#faq {
    width: 100%;
    padding: 92px 0 0 0;
  }
  section#faq .hero {
    width: calc(100% - 16px);
    margin-bottom: 32px;
  }
  section#faq .hero .inner h2 span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#faq .faq {
    width: calc(100% - 16px);
    margin-bottom: 48px;
  }
  section#faq .faq h3 {
    margin-bottom: 24px;
  }
  section#faq .faq h3::after {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #5ad0c0, #0059b8);
    border-radius: 3px 0 0 3px;
    position: relative;
    display: block;
  }
  section#faq .faq h3 span {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
    display: inline-block;
  }
  section#faq .faq h4 {
    padding: 4px 8px;
    margin-bottom: 16px;
    border-radius: 16px;
  }
  section#faq .faq h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#faq .faq .qa {
    width: calc(100% - 16px);
  }
  section#faq .faq .qa:not(:last-child) {
    margin-bottom: 40px;
  }
  section#faq .faq .qa dl:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  section#faq .faq .qa dl dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    margin-bottom: 16px;
  }
  section#faq .faq .qa dl dt span:nth-child(1) {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
  section#faq .faq .qa dl dt span:nth-child(2) {
    color: #005398;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 1.35;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 32px - 8px);
  }
  section#faq .faq .qa dl dd {
    gap: 0 8px;
  }
  section#faq .faq .qa dl dd span:nth-child(1) {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
  section#faq .faq .qa dl dd span:nth-child(2) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 32px - 8px);
    padding: 0px 0 0 0;
  }
  section#faq .faq .qa dl dd span a {
    color: #0081cc;
    transition: all 0.25s ease-in 0s;
  }
  section#faq .faq .qa dl dd span a:hover {
    color: #00acec;
  }
}

/*# sourceMappingURL=style_info.css.map */
