/**
 * #Faq
 */
.p-faq-heading {
  background-image: url(../images/main/bg_yellow.png);
  background-repeat: repeat;
  background-size: contain;
}
.p-faq-heading__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 375/221;
  max-height: 270px;
  justify-content: center;
  align-items: center;
}
.p-faq-heading img {
  width: 99px;
  aspect-ratio: 99/78;
}
.p-faq-heading__title {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
.p-faq-content {
  background-image: url(../images/main/bg_yellow.png);
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  padding: 0 10px 140px;
}
.p-faq-content__inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  gap: 2.3rem;
}
.p-faq-content__list {
  border-radius: 15px;
  margin-bottom: 0;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.p-faq-content__list:first-child {
  margin-top: 0;
}
.p-faq-content__term {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3.2rem;
  padding: 10px 20px;
  border: none;
}
.p-faq-content__term::before, .p-faq-content__term::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #FFCC28;
}
.p-faq-content__term::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.p-faq-content__term::after {
  transition: all 0.2s ease-in-out;
}
.p-faq-content__term.is-open {
  border-bottom: 1px solid #ffcc28;
}
.p-faq-content__term.is-open::before {
  transform: rotate(180deg);
}
.p-faq-content__term.is-open::after {
  opacity: 0;
}
.p-faq-content__title {
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 5rem;
}
.p-faq-content__q {
  color: #FFCC28;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.34;
}
.p-faq-content__flex {
  display: flex;
  justify-content: flex-start;
  gap: 3.2rem;
}
.p-faq-content__a {
  color: #FFCC28;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.34;
}
.p-faq-content__desc {
  display: none;
  padding: 20px;
}
.p-faq-content__text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-faq-heading__block {
    max-width: 800px;
    margin: auto;
  }
  .p-faq-heading img {
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq-heading__block {
    max-width: 800px;
    margin: auto;
  }
  .p-faq-heading img {
    width: 140px;
  }
  .p-faq-heading__title {
    font-size: 2.2rem;
  }
  .p-faq-content {
    padding: 0 20px 140px;
  }
  .p-faq-content__inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .p-faq-content__list {
    width: 100%;
    margin: 0;
  }
  .p-faq-content__term {
    padding: 20px 60px 20px 26px;
  }
  .p-faq-content__term::before, .p-faq-content__term::after {
    width: 16px;
  }
  .p-faq-content__title {
    font-size: 2.2rem;
  }
  .p-faq-content__q {
    font-size: 3.5rem;
  }
  .p-faq-content__a {
    font-size: 3.5rem;
  }
  .p-faq-content__desc {
    padding: 30px 60px 30px 26px;
  }
  .p-faq-content__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}

/**
 * #News
 */
.p-news-archive .p-news-heading {
  background-image: url(../images/main/bg_orange.png);
  background-repeat: repeat;
  background-size: contain;
}
.p-news-archive .p-news-heading__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 375/221;
  max-height: 270px;
  justify-content: center;
  align-items: center;
}
.p-news-archive .p-news-heading img {
  width: 150px;
  aspect-ratio: 150/78;
}
.p-news-archive .p-news-heading__title {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
.p-news-archive .p-news__inner {
  padding: 0 20px 60px;
}
.p-news-archive .p-news-content {
  margin: 0;
}
.p-news-archive .p-news-area {
  margin: 0;
}
.p-news-archive .p-news-thumb {
  min-height: 130px;
}
.p-news-archive .p-news-thumb img {
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-archive .p-news .pagination {
  margin-top: 50px;
}
.p-news-archive .p-news .pagination .page-numbers {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.p-news-archive .p-news .pagination .page-numbers li {
  flex: 1;
  width: 10%;
  max-width: 40px;
}
.p-news-archive .p-news .pagination .page-numbers.current {
  color: #fff;
}
.p-news-archive .p-news .pagination a, .p-news-archive .p-news .pagination span {
  aspect-ratio: 1/1;
  padding: 8px 16px;
  border: 1px solid #ddd;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive .p-news-heading__block {
    max-width: 800px;
    margin: auto;
  }
  .p-news-archive .p-news-heading img {
    width: 190px;
  }
  .p-news-archive .p-news .pagination {
    margin-top: 50px;
  }
  .p-news-archive .p-news .pagination .page-numbers li {
    max-width: 50px;
  }
  .p-news-archive .p-news .pagination a, .p-news-archive .p-news .pagination span {
    padding: 8px 16px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-news-archive .p-news-heading__block {
    max-width: 800px;
    margin: auto;
  }
  .p-news-archive .p-news-heading img {
    width: 220px;
  }
  .p-news-archive .p-news-heading__title {
    font-size: 2.2rem;
  }
  .p-news-archive .p-news__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }
  .p-news-archive .p-news-content {
    margin: 0;
  }
  .p-news-archive .p-news .pagination {
    margin-top: 60px;
  }
  .p-news-archive .p-news .pagination .page-numbers {
    gap: 0.6rem;
  }
  .p-news-archive .p-news .pagination .page-numbers li {
    max-width: 60px;
  }
  .p-news-archive .p-news .pagination a, .p-news-archive .p-news .pagination span {
    padding: 8px 16px;
    font-size: 1.6rem;
  }
}

/**
 * #Article
 */
.p-article {
  background-image: url(../images/main/bg_orange.png);
  background-repeat: repeat;
  background-size: contain;
  color: #2b2b2b;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-bottom: 100px;
}
.p-article-heading__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 375/221;
  max-height: 270px;
  justify-content: center;
  align-items: center;
}
.p-article-heading img {
  width: 150px;
  aspect-ratio: 150/78;
}
.p-article-heading__title {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
.p-article-content {
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.p-article-content__post {
  max-width: 600px;
  margin: auto;
}
.p-article-content__header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.p-article-content__date {
  color: #f08c00;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.05em;
}
.p-article-content__title {
  color: #2b2b2b;
  font-weight: 900;
  font-size: 2rem;
}
.p-article-content__thumbnail {
  width: 100%;
}
.p-article-content__content * {
  margin-top: 1.6em;
}
.p-article-content__content h2 {
  display: block;
  color: #2b2b2b;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2;
}
.p-article-content__content h3 {
  display: block;
  color: #2b2b2b;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.8;
}
.p-article-content__content h4 {
  display: block;
  color: #2b2b2b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-article-content__content figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-article-content__content figure img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
  margin: 0;
}
.p-article-content__content pre {
  font-size: 1.4rem !important;
}
.p-article-related-news-posts {
  margin: 100px auto 0;
}
.p-article-related-news-posts .p-news-inner {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.p-article-related-news-posts .p-news-title {
  border-bottom: 1px solid #ffcc28;
  color: #ffcc28;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
  padding-bottom: 0.2em;
}
.p-article-related-news-posts .p-news-thumb {
  min-height: 130px;
}
.p-article-related-news-posts .p-news-thumb img {
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-related-news-posts .p-news__link {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-article-heading__block {
    margin: auto;
  }
  .p-article-heading img {
    width: 190px;
  }
  .p-article-related-news-posts .p-news__list {
    padding: 0;
  }
  .p-article-related-news-posts .p-news__link {
    max-width: 611px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-article-heading__block {
    margin: auto;
  }
  .p-article-heading img {
    width: 220px;
  }
  .p-article-heading__title {
    font-size: 2.2rem;
  }
  .p-article-content {
    padding: 5rem 2rem;
  }
  .p-article-related-news-posts .p-news-inner {
    padding: 0;
  }
  .p-article-related-news-posts .p-news-title {
    padding: 0;
    font-size: 3rem;
    font-weight: bold;
    margin-left: 30px;
  }
  .p-article-related-news-posts .p-news__list {
    padding: 0;
  }
  .p-article-related-news-posts .p-news__link {
    max-width: 611px;
    width: 100%;
  }
}

/**
 * #New-graduate
 */
.p-new-graduate .p-page-kv__thumb img {
  height: 420px;
  -o-object-position: 22% -28px;
     object-position: 22% -28px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
}
.p-new-graduate .p-page-kv__heading {
  width: 90vw;
}
.p-new-graduate .p-page-kv-block {
  max-width: 293px;
}
.p-new-graduate .p-page-kv__title {
  font-weight: 800;
}
.p-new-graduate .p-page-kv__lead span {
  max-width: 650px;
  width: 100%;
  font-weight: 600;
}
.p-new-graduate-content {
  background-image: url(../images/main/bg_yellow.png);
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  padding: 100px 0 140px;
}
.p-new-graduate-content__inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  gap: 1.4em;
}
.p-new-graduate-content__list {
  border-radius: 15px;
  margin-bottom: 0;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.p-new-graduate-content__list:first-child {
  margin-top: 0;
}
.p-new-graduate-content__term {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
  padding: 2rem 5rem 2rem 2rem;
}
.p-new-graduate-content__term::before, .p-new-graduate-content__term::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #ffcc28;
  border: none;
}
.p-new-graduate-content__term::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.p-new-graduate-content__term::after {
  transition: all 0.2s ease-in-out;
}
.p-new-graduate-content__term.is-open {
  border-bottom: 1px solid #ffcc28;
}
.p-new-graduate-content__term.is-open::before {
  transform: rotate(180deg);
}
.p-new-graduate-content__term.is-open::after {
  opacity: 0;
}
.p-new-graduate-content__term-title--en {
  font-size: 1.3rem;
  font-family: "Bebas Neue", serif;
  line-height: 1.25;
  letter-spacing: 0.07em;
  color: #ffcc28;
}
.p-new-graduate-content__term-title--ja {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-new-graduate-content__inner {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
.p-new-graduate-content__info {
  display: none;
}
.p-new-graduate-content__info-inner {
  padding: 1rem 2rem;
}
.p-new-graduate-content__desc {
  border-bottom: 1px solid #ffcc28;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
}
.p-new-graduate-content__desc-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.p-new-graduate-content__desc-text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.p-new-graduate-content__table dl {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ffcc28;
  justify-content: center;
  align-items: left;
  gap: 1rem;
  padding: 2rem 0;
}
.p-new-graduate-content__table dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: left;
  width: 100%;
}
.p-new-graduate-content__table dd {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.02em;
}
.p-new-graduate-content .c-link {
  max-width: 332px;
  margin: 10px 0px 0 auto;
}
.p-new-graduate-content .c-link::after {
  background-image: url(../images/common/icon_arrow.png) !important;
}
@media screen and (min-width: 768px) {
  .p-new-graduate .p-page-kv__thumb img {
    height: 480px;
    transform: scale(1);
    -o-object-position: bottom;
       object-position: bottom;
  }
  .p-new-graduate .p-page-kv__heading {
    width: 46vw;
  }
  .p-new-graduate-content__term {
    padding: 2rem 4rem;
  }
  .p-new-graduate-content__info-inner {
    padding: 2rem 4rem;
  }
  .p-new-graduate-content__table dl {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
  }
  .p-new-graduate-content__table dt {
    width: 20%;
  }
  .p-new-graduate-content .c-link {
    margin: 20px 0px 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-new-graduate .p-page-kv__thumb img {
    height: 600px;
    transform: scale(1);
    -o-object-position: center;
       object-position: center;
  }
  .p-new-graduate .p-page-kv__heading {
    width: 63vw;
  }
  .p-new-graduate .p-page-kv-block {
    max-width: 650px;
  }
  .p-new-graduate .p-page-kv__lead {
    max-width: 952px;
    width: 53.33333333%;
  }
  .p-new-graduate-content__inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .p-new-graduate-content__list {
    width: 100%;
    margin: 0;
  }
  .p-new-graduate-content__term {
    padding: 2rem 5rem;
  }
  .p-new-graduate-content__term::before, .p-new-graduate-content__term::after {
    width: 16px;
  }
  .p-new-graduate-content__term-title--en {
    font-size: 2rem;
  }
  .p-new-graduate-content__term-title--ja {
    font-size: 2.4rem;
  }
  .p-new-graduate-content__info-inner {
    padding: 3rem 5rem;
  }
  .p-new-graduate-content__desc {
    gap: 2rem;
    padding-bottom: 2rem;
  }
  .p-new-graduate-content__desc-title {
    font-size: 2rem;
  }
  .p-new-graduate-content__desc-text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-new-graduate-content__table dt {
    font-size: 2rem;
  }
  .p-new-graduate-content__table dd {
    font-size: 1.5rem;
  }
  .p-new-graduate-content .c-link {
    margin: 30px 0px 0 auto;
  }
}

/**
 * #Mid-career
 */
.p-mid-career .p-page-kv__thumb img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
}
.p-mid-career .p-page-kv__heading {
  width: 60vw;
}
.p-mid-career .p-page-kv-block {
  max-width: 160px;
}
.p-mid-career .p-page-kv__title {
  font-weight: 800;
}
.p-mid-career .p-page-kv__lead span {
  max-width: 600px;
  width: 100%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-mid-career .p-page-kv__thumb img {
    height: 480px;
    transform: scale(1.2);
  }
  .p-mid-career .p-page-kv__heading {
    width: 45vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mid-career .p-page-kv__thumb img {
    height: 600px;
    transform: scale(1);
  }
  .p-mid-career .p-page-kv__heading {
    width: 40vw;
  }
  .p-mid-career .p-page-kv-block {
    max-width: 332px;
  }
  .p-mid-career .p-page-kv__lead {
    max-width: 952px;
    width: 53.33333333%;
  }
}
.p-mid-career-content {
  background-image: url(../images/main/bg_yellow.png);
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  padding: 100px 0 140px;
}
.p-mid-career-content__inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  gap: 1.4em;
}
.p-mid-career-content__list {
  border-radius: 15px;
  margin-bottom: 0;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.p-mid-career-content__list:first-child {
  margin-top: 0;
}
.p-mid-career-content__term {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 5rem 2rem 2rem;
  border: none;
}
.p-mid-career-content__term::before, .p-mid-career-content__term::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #ffcc28;
}
.p-mid-career-content__term::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.p-mid-career-content__term::after {
  transition: all 0.2s ease-in-out;
}
.p-mid-career-content__term.is-open {
  border-bottom: 1px solid #ffcc28;
}
.p-mid-career-content__term.is-open::before {
  transform: rotate(180deg);
}
.p-mid-career-content__term.is-open::after {
  opacity: 0;
}
.p-mid-career-content__term-title--en {
  font-size: 1.3rem;
  font-family: "Bebas Neue", serif;
  line-height: 1.25;
  letter-spacing: 0.07em;
  color: #ffcc28;
}
.p-mid-career-content__term-title--ja {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-mid-career-content__inner {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
.p-mid-career-content__info {
  display: none;
}
.p-mid-career-content__info-inner {
  padding: 1rem 2rem 2rem;
}
.p-mid-career-content__desc {
  border-bottom: 1px solid #ffcc28;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
}
.p-mid-career-content__desc-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.p-mid-career-content__desc-text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.p-mid-career-content__table dl {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ffcc28;
  justify-content: center;
  align-items: left;
  gap: 1rem;
  padding: 2rem 0;
}
.p-mid-career-content__table dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: left;
  width: 100%;
}
.p-mid-career-content__table dd {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.02em;
}
.p-mid-career-content .c-link {
  max-width: 332px;
  margin: 20px 0px 0 auto;
}
.p-mid-career-content .c-link::after {
  background-image: url(../images/common/icon_arrow.png) !important;
}
@media screen and (min-width: 768px) {
  .p-mid-career-content__term {
    padding: 2rem 4rem;
  }
  .p-mid-career-content__term-title--ja {
    font-size: 2rem;
  }
  .p-mid-career-content__info-inner {
    padding: 2rem 4rem;
  }
  .p-mid-career-content__table dl {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
  }
  .p-mid-career-content__table dt {
    width: 20%;
  }
  .p-mid-career-content .c-link {
    margin: 20px 0px 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-mid-career-content__inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .p-mid-career-content__list {
    width: 100%;
    margin: 0;
  }
  .p-mid-career-content__term {
    padding: 2rem 5rem;
  }
  .p-mid-career-content__term::before, .p-mid-career-content__term::after {
    width: 16px;
  }
  .p-mid-career-content__term-title--en {
    font-size: 2rem;
  }
  .p-mid-career-content__term-title--ja {
    font-size: 2.4rem;
  }
  .p-mid-career-content__info-inner {
    padding: 3rem 5rem;
  }
  .p-mid-career-content__desc {
    gap: 2rem;
    padding-bottom: 2rem;
  }
  .p-mid-career-content__desc-title {
    font-size: 2rem;
  }
  .p-mid-career-content__desc-text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-mid-career-content__table dt {
    font-size: 2rem;
  }
  .p-mid-career-content__table dd {
    font-size: 1.5rem;
  }
  .p-mid-career-content .c-link {
    margin: 30px 0px 0 auto;
  }
}/*# sourceMappingURL=add.css.map */