@charset "UTF-8";
/* =========================================
new_graduate
========================================= */
/* =========================================
pg_mv
========================================= */
.pg_mv {
  position: relative;
  height: 670px;
  padding-top: 20px;
  background: linear-gradient(rgb(126, 205, 243), rgb(255, 255, 255));
  z-index: 2;
}
.pg_mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}

.pg_mv_inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.pg_mv_text {
  position: absolute;
  top: 107px;
  left: 39px;
}

.pg_mv_img {
  display: block;
  position: absolute;
  top: 162px;
  left: 31px;
}
.pg_mv_img figcaption {
  margin: -67px 0 0 -6px;
}

/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_mv::before {
    left: calc(50% - 960px);
    width: 1920px;
    height: 758px;
    background: url(../../img/new_graduate/mv_bg_pc.png) no-repeat 0 0/contain;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_mv {
    height: 550px;
  }
  .pg_mv::before {
    left: calc(50% - 384px);
    width: 768px;
    height: 659px;
    background: url(../../img/new_graduate/mv_bg_sp.png) no-repeat 0 0/contain;
  }
  .pg_mv_inner {
    max-width: 320px;
  }
  .pg_mv_text {
    top: 60px;
    left: 15px;
    width: 200px;
  }
  .pg_mv_img {
    display: block;
    position: absolute;
    top: 106px;
    left: 9px;
  }
  .pg_mv_img img {
    width: 307px;
  }
  .pg_mv_img figcaption {
    width: 300px;
    margin: -30px 0 0 -2px;
  }
}
/* =========================================
pg_message
========================================= */
.pg_message {
  padding: 130px 0 106px;
  background-image: repeating-linear-gradient(-28deg, rgba(239, 127, 21, 0.05), rgba(239, 127, 21, 0.05) 5px, transparent 5px, transparent 10px), linear-gradient(rgb(255, 245, 202), rgb(255, 255, 255));
}

.pg_message_inner {
  text-align: center;
}

.pg_message_header {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 49px;
  font-family: var(--font_accent);
  color: var(--color_accent);
}
.pg_message_header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 66px;
  height: 31px;
  margin: auto;
  background: url(../../img/new_graduate/message_ttl_bg.png) no-repeat 0 0/contain;
}

.pg_message_title {
  padding-left: 0.05em;
  line-height: 1.5;
  font-size: 5.2rem;
}

.pg_message_discription {
  font-size: 2rem;
}

.pg_message_text p {
  padding-left: 0.1em;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 3;
}

.pg_message_author {
  position: relative;
  margin-top: 70px;
}

.pg_message_author_text01 {
  padding-left: 0.1em;
  letter-spacing: 0.1em;
}

.pg_message_author_text02 {
  margin-top: 8px;
  padding-left: 0.15em;
  font-size: 2.7rem;
  letter-spacing: 0.15em;
}

.pg_message_author_img {
  position: absolute;
  top: -96px;
  left: calc(50% + 190px);
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_message {
    padding: 130px 15px 50px;
    background-image: repeating-linear-gradient(-38deg, rgba(239, 127, 21, 0.05), rgba(239, 127, 21, 0.05) 4px, transparent 4px, transparent 8px), linear-gradient(rgb(255, 245, 202), rgb(255, 255, 255));
  }
  .pg_message_inner {
    max-width: 320px;
    margin: 0 auto;
  }
  .pg_message_header {
    position: relative;
    margin-bottom: 44px;
    padding-bottom: 47px;
    line-height: 1.5;
  }
  .pg_message_header::after {
    width: 50px;
    height: 26px;
  }
  .pg_message_title {
    margin-bottom: 2px;
    font-size: 4rem;
  }
  .pg_message_discription {
    font-size: 1.5rem;
  }
  .pg_message_text p {
    padding-left: 0;
    margin-right: -0.1em;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
  }
  .pg_message_author {
    margin-top: 42px;
  }
  .pg_message_author_text02 {
    margin-top: 10px;
  }
  .pg_message_author_img {
    position: static;
    width: 207px;
    margin: 42px auto 0;
  }
  .pg_message_author_img img {
    position: relative;
    left: 2px;
  }
}
/* =========================================
pg_title
========================================= */
.pg_title {
  color: #fff;
}

.pg_title_en {
  display: block;
  font-family: var(--font_accent);
  font-size: 5.2rem;
}

.pg_title_ja {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_title_en {
    font-size: 4rem;
  }
  .pg_title_ja {
    font-size: 1.7rem;
  }
}
/* =========================================
pg_recruitment
========================================= */
.pg_recruitment {
  position: relative;
  background: #ffbb03 url(../../img/new_graduate/recruitment_bg_pc.png) no-repeat center 0/1920px 660px;
}

.pg_recruitment_inner {
  position: relative;
  max-width: 1200px;
  min-height: 660px;
  margin: 0 auto;
  padding: 39px 50px;
}

.pg_recruitment_img {
  position: absolute;
  right: 13px;
  bottom: 0;
  z-index: 2;
}

.pg_recruitment_item {
  width: 300px;
  height: 300px;
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: 7px 7px 0 #ff8b17;
  text-align: center;
}

.pg_recruitment_item_title {
  position: relative;
  top: -18px;
  margin-bottom: -8px;
}
.pg_recruitment_item_title .no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 21px;
  padding: 0.05em 0 0 0.25em;
  background-color: #7ed02c;
  border-radius: 100vh;
  box-shadow: 4px 4px 0 #50a014;
  font-family: var(--font_accent);
  font-size: 5.2rem;
  color: #fff;
  letter-spacing: 0;
}
.pg_recruitment_item_title .text {
  display: block;
  color: var(--color_accent);
  font-size: 2.1rem;
}

.pg_recruitment_item_icon {
  position: absolute;
  inset: 0;
  top: auto;
  margin: auto;
}

/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_recruitment_item {
    position: absolute;
  }
  .pg_recruitment_item.__item01 {
    top: 284px;
  }
  .pg_recruitment_item.__item02 {
    top: 95px;
    left: 318px;
  }
  .pg_recruitment_item.__item03 {
    top: 284px;
    left: 584px;
  }
  .pg_recruitment_item.__item04 {
    top: 95px;
    left: 850px;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_recruitment {
    position: relative;
    background: #ffbb03 url(../../img/new_graduate/recruitment_bg_sp.png) no-repeat center 0/768px 1760px;
  }
  .pg_recruitment_inner {
    max-width: 320px;
    min-height: 1760px;
    margin: 0 auto;
    padding: 38px 15px;
  }
  .pg_recruitment_img {
    left: 0;
    right: 0;
    bottom: 50px;
    width: 290px;
    margin: auto;
  }
  .pg_recruitment_item_wrap {
    margin-top: 62px;
  }
  .pg_recruitment_item {
    position: relative;
    width: 290px;
    height: 290px;
    margin: 0 auto;
  }
  .pg_recruitment_item + .pg_recruitment_item {
    margin-top: 50px;
  }
  .pg_recruitment_item_title {
    top: -18px;
    margin-bottom: -10px;
  }
  .pg_recruitment_item_title .no {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    font-size: 5rem;
  }
  .pg_recruitment_item_title .text {
    display: block;
    color: var(--color_accent);
    font-size: 2.1rem;
  }
  .pg_recruitment_item_icon {
    width: 164px;
  }
}
/* アニメーション個別設定 ---------------------------- */
.pg_recruitment_inner.md_view {
  opacity: 1;
}
.pg_recruitment_inner.md_view .pg_recruitment_item {
  opacity: 0;
  transition: opacity 0.8s;
}
.pg_recruitment_inner.md_view .pg_recruitment_img {
  opacity: 0;
  transform: translateY(70px);
}

.pg_recruitment_inner.md_view.is_view .pg_recruitment_item {
  opacity: 1;
}
.pg_recruitment_inner.md_view.is_view .pg_recruitment_item:nth-child(1) {
  transition-delay: 0s;
}
.pg_recruitment_inner.md_view.is_view .pg_recruitment_item:nth-child(2) {
  transition-delay: 0.4s;
}
.pg_recruitment_inner.md_view.is_view .pg_recruitment_item:nth-child(3) {
  transition-delay: 0.8s;
}
.pg_recruitment_inner.md_view.is_view .pg_recruitment_item:nth-child(4) {
  transition-delay: 1.2s;
}
.pg_recruitment_inner.md_view.is_view .pg_recruitment_img {
  opacity: 1;
  transition: opacity 0.5s ease, transform 1s ease;
  transition-delay: 1.6s;
  transform: translate(0, 0);
  will-change: transform, opacity;
}

/* =========================================
pg_work
========================================= */
.pg_work {
  position: relative;
  background: linear-gradient(rgb(126, 205, 243), rgb(255, 255, 255));
  z-index: 2;
}
.pg_work::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.pg_work_inner {
  position: relative;
  max-width: 1200px;
  min-height: 910px;
  margin: 0 auto;
  padding: 39px 50px;
  z-index: 2;
}

.pg_work_discription {
  margin-top: 20px;
}

.pg_works_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 310px;
  height: 80px;
  margin: 0 auto;
  padding: 0 45px 2px 0;
  border-radius: 6px;
  color: #fff;
  font-size: 2.4rem;
}
.pg_works_button::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/new_graduate/work_button_bg.svg) no-repeat 0 0/contain;
  mix-blend-mode: multiply;
}
.pg_works_button::after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  width: 53px;
  height: 53px;
  margin: auto;
}

.pg_works_button.__button01 {
  background-color: #588ece;
  transition: opacity 0.15s;
}
.pg_works_button.__button01::after {
  background: url(../../img/new_graduate/work_button_dec_01.svg) no-repeat 0 0/contain;
}

.pg_works_button.__button02 {
  background-color: #ff8b17;
}
.pg_works_button.__button02::after {
  background: url(../../img/new_graduate/work_button_dec_02.svg) no-repeat 0 0/contain;
}

/* MouseDevice設定 ------------------ */
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}
/* TouchDevice設定 ------------------ */
@media (pointer: none) {
  a:active {
    opacity: 0.8;
  }
}
/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_work::before {
    left: calc(50% - 960px);
    width: 1920px;
    height: 910px;
    background: url(../../img/new_graduate/work_bg_pc.png) no-repeat 0 0/contain;
  }
  .pg_work .pg_title_ja {
    margin-top: 10px;
  }
  .pg_works_links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pg_works_links li + li {
    margin-left: 66px;
  }
  .pg_works_img {
    display: block;
    height: 546px;
  }
  .pg_works_img img {
    position: relative;
  }
  .pg_works_img.__img01 img {
    top: 12px;
    left: -5px;
  }
  .pg_works_img.__img02 img {
    top: 13px;
    left: 26px;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_work::before {
    left: calc(50% - 384px);
    width: 768px;
    height: 1330px;
    background: url(../../img/new_graduate/work_bg_sp.png) no-repeat 0 0/contain;
  }
  .pg_work_inner {
    max-width: 320px;
    min-height: 1330px;
    margin: 0 auto;
    padding: 36px 15px;
  }
  .pg_work_discription {
    margin-top: 45px;
  }
  .pg_works_links {
    margin-top: 43px;
  }
  .pg_works_links li + li {
    margin-top: 50px;
  }
  .pg_works_img {
    display: block;
  }
  .pg_works_img img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .pg_works_img.__img01 img {
    left: 3px;
    width: 290px;
    margin-bottom: 9px;
  }
  .pg_works_img.__img02 img {
    top: 0px;
    left: -7px;
    width: 279px;
    margin-bottom: 10px;
  }
  .pg_works_button {
    width: 250px;
    height: 65px;
    padding: 0 40px 1px 0;
    font-size: 1.9rem;
  }
  .pg_works_button::after {
    right: 12px;
    width: 43px;
    height: 43px;
  }
}
/* =========================================
pg_numbers
========================================= */
/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_numbers {
    position: relative;
    background: #7ed02c url(../../img/new_graduate/numbers_bg_pc.png) no-repeat center 0/1920px 1400px;
  }
  .pg_numbers_inner {
    position: relative;
    max-width: 1200px;
    min-height: 1400px;
    margin: 0 auto;
    padding: 39px 50px;
  }
  .pg_numbers_lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 40px;
    margin-top: 49px;
  }
  .pg_numbers_list_01 {
    grid-area: 1/1/3/3;
  }
  .pg_numbers_list_02 {
    grid-area: 1/3/2/5;
  }
  .pg_numbers_list_03 {
    grid-area: 2/3/3/4;
  }
  .pg_numbers_list_04 {
    grid-area: 2/4/3/5;
  }
  .pg_numbers_list_05 {
    grid-area: 3/1/4/2;
  }
  .pg_numbers_list_06 {
    grid-area: 3/2/4/3;
  }
  .pg_numbers_list_07 {
    grid-area: 4/1/5/2;
  }
  .pg_numbers_list_08 {
    grid-area: 4/2/5/3;
  }
  .pg_numbers_list_09 {
    grid-area: 3/3/5/5;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_numbers {
    position: relative;
    background: #7ed02c url(../../img/new_graduate/numbers_bg_sp.png) no-repeat center 0/768px 1565px;
  }
  .pg_numbers_inner {
    position: relative;
    max-width: 320px;
    min-height: 1565px;
    margin: 0 auto;
    padding: 44px 15px 0;
  }
  .pg_numbers .pg_title_en {
    font-size: 2.9rem;
  }
  .pg_numbers .pg_title_ja {
    margin-top: 11px;
  }
  .pg_numbers_lists {
    margin-top: 47px;
  }
  .pg_numbers_lists li:not(:last-child) {
    margin-bottom: 24px;
  }
  .pg_numbers_list_03,
  .pg_numbers_list_07 {
    float: left;
    width: 134px;
  }
  .pg_numbers_list_04,
  .pg_numbers_list_08 {
    float: right;
    width: 134px;
  }
  .pg_numbers_list_05,
  .pg_numbers_list_09 {
    clear: both;
  }
}
/* =========================================
pg_training
========================================= */
.pg_training {
  background: linear-gradient(rgb(255, 245, 202), rgb(255, 255, 255));
}

.pg_training_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 39px 50px 102px 50px;
}

.pg_training .pg_title {
  color: var(--color_accent);
}

.pg_training_discription {
  margin: 21px 0 65px;
}

.pg_training_bl + .pg_training_bl {
  margin-top: 100px;
}

.pg_training_bl_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  padding: 2px 22px 2px calc(22px + 0.02em);
  background-color: #fff;
  border-radius: 100vh;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.pg_training_bl_title.__color_01 {
  border: 2px solid #ff8b17;
  color: #ff8b17;
}
.pg_training_bl_title.__color_02 {
  border: 2px solid #588ece;
  color: #588ece;
}

.pg_training_lists {
  margin: -4px 0 0 27px;
}
.pg_training_lists li {
  position: relative;
  padding-left: 1.3em;
}
.pg_training_lists span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: var(--color_accent);
}

.pg_training_figure {
  display: block;
  width: 1105px;
  margin: -108px 0 30px -2px;
}

.pg_training_figure_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pg_training_figure_02 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 525px;
  height: 230px;
  padding: 10px;
  border-radius: 20px;
}
.pg_training_figure_02.__color_01 {
  background-color: #588ece;
}
.pg_training_figure_02.__color_02 {
  background-color: #7ed02c;
}
.pg_training_figure_02 img {
  border-radius: 100vh;
}
.pg_training_figure_02 figcaption {
  flex: 1;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}

.pg_training_links {
  margin-top: 95px;
}
.pg_training_links a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 6px 0 6px 0.05em;
  border-radius: 100vh;
  background-color: var(--color_accent);
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  transition: opacity 0.15s;
}

/* MouseDevice設定 ------------------ */
@media (hover: hover) and (pointer: fine) {
  .pg_training_links a:hover {
    opacity: 0.8;
  }
}
/* TouchDevice設定 ------------------ */
@media (pointer: none) {
  .pg_training_links a:active {
    opacity: 0.8;
  }
}
/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_training .pg_title_ja {
    margin-top: 10px;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_training {
    background: rgb(255, 245, 202);
  }
  .pg_training_inner {
    max-width: 320px;
    margin: 0 auto;
    padding: 35px 15px 100px 15px;
  }
  .pg_training .pg_title_ja {
    margin-top: 6px;
  }
  .pg_training_discription {
    margin: 42px 0 47px;
  }
  .pg_training_bl + .pg_training_bl {
    margin-top: 52px;
  }
  .pg_training_bl_title {
    margin: 0 auto 25px;
  }
  .pg_training_lists {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -4px auto 20px;
    padding-left: 10px;
  }
  .pg_training_figure {
    width: 296px;
    margin: 0 0 25px -4px;
  }
  .pg_training_figure_column {
    display: block;
  }
  .pg_training_figure_02:not(:first-child) {
    margin-top: 25px;
  }
  .pg_training_figure_02 {
    width: 100%;
    height: 127px;
    padding: 0 6px;
    border-radius: 15px;
  }
  .pg_training_figure_02 figcaption {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .pg_training_figure_02 img {
    width: 116px;
  }
  .pg_training_links {
    margin-top: 25px;
  }
  .pg_training_links a {
    width: 100%;
    max-width: initial;
    padding: 12px 0 12px 0.05em;
    font-size: 1.5rem;
  }
}
/* =========================================
pg_employee
========================================= */
.pg_employee_item {
  width: 245px;
  height: 350px;
  padding: 36px 25px 0;
  background: url(../../img/new_graduate/employee_item_bg.svg) no-repeat 0 0/contain;
  filter: drop-shadow(7px 7px 5px rgba(5, 90, 142, 0.5));
}

.pg_employee_item_title {
  padding-left: 0.05em;
  text-align: center;
  color: var(--color_accent);
  font-size: 3rem;
  line-height: 1.3;
}

.pg_employee_item_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 176px;
}

.pg_employee_item_text {
  padding-left: 7px;
  font-size: 1.4rem;
  white-space: nowrap;
}

.pg_employee_item.__item04 .pg_employee_item_icon {
  min-height: 136px;
}

/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_employee {
    position: relative;
    background: linear-gradient(rgb(126, 205, 243), rgb(255, 255, 255));
  }
  .pg_employee::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
    width: 1920px;
    height: 800px;
    background: url(../../img/new_graduate/employee_bg_pc.png) no-repeat 0 0/contain;
  }
  .pg_employee::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 960px);
    width: 1920px;
    height: 120px;
    background: url(../../img/new_graduate/employee_bg_bottom_pc.png) no-repeat 0 0/contain;
  }
  .pg_employee_inner {
    position: relative;
    max-width: 1200px;
    min-height: 835px;
    margin: 0 auto;
    padding: 39px 50px;
    z-index: 2;
  }
  .pg_employee .pg_title_ja {
    margin-top: 9px;
  }
  .pg_employee_discription {
    margin-top: 21px;
  }
  .pg_employee_item_wrap {
    display: flex;
    justify-content: center;
    margin-top: 49px;
  }
  .pg_employee_item + .pg_employee_item {
    margin-left: 40px;
  }
  .pg_employee_item:nth-child(even) {
    margin-top: 50px;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_employee {
    position: relative;
    background: linear-gradient(rgb(126, 205, 243), rgb(255, 255, 255));
  }
  .pg_employee::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 384px);
    width: 768px;
    height: 1700px;
    background: url(../../img/new_graduate/employee_bg_sp.png) no-repeat 0 0/contain;
  }
  .pg_employee::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 384px);
    width: 768px;
    height: 113px;
    background: url(../../img/new_graduate/employee_bg_bottom_sp.png) no-repeat 0 0/contain;
  }
  .pg_employee_inner {
    position: relative;
    max-width: 320px;
    min-height: 1908px;
    margin: 0 auto;
    padding: 37px 15px;
    z-index: 2;
  }
  .pg_employee .pg_title_en {
    font-size: 3.2rem;
  }
  .pg_employee .pg_title_ja {
    margin-top: 12px;
  }
  .pg_employee_discription {
    margin-top: 42px;
  }
  .pg_employee_item_wrap {
    margin-top: 23px;
  }
  .pg_employee_item {
    margin: 0 auto;
  }
  .pg_employee_item + .pg_employee_item {
    margin-top: 25px;
  }
  .pg_employee_item.__item01 .pg_employee_item_icon img {
    width: 84px;
  }
  .pg_employee_item.__item02 .pg_employee_item_icon img {
    width: 67px;
  }
  .pg_employee_item.__item03 .pg_employee_item_icon img {
    width: 88px;
  }
  .pg_employee_item.__item04 .pg_employee_item_icon img {
    width: 105px;
  }
}
/* アニメーション個別設定 ---------------------------- */
.pg_employee_inner.md_view {
  opacity: 1;
}
.pg_employee_inner.md_view .pg_employee_item {
  opacity: 0;
  transition: opacity 0.8s;
}

.pg_employee_inner.md_view.is_view .pg_employee_item {
  opacity: 1;
}
.pg_employee_inner.md_view.is_view .pg_employee_item:nth-child(1) {
  transition-delay: 0s;
}
.pg_employee_inner.md_view.is_view .pg_employee_item:nth-child(2) {
  transition-delay: 0.4s;
}
.pg_employee_inner.md_view.is_view .pg_employee_item:nth-child(3) {
  transition-delay: 0.8s;
}
.pg_employee_inner.md_view.is_view .pg_employee_item:nth-child(4) {
  transition-delay: 1.2s;
}

/* =========================================
pg_scholarship
========================================= */
.pg_scholarship {
  position: relative;
  background: linear-gradient(rgb(243, 255, 213), rgb(255, 255, 255));
  border-top: 15px solid #7ed02c;
  border-bottom: 15px solid #7ed02c;
}

.pg_scholarship_inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  min-height: 974px;
  margin: 0 auto;
  padding: 32px 50px 0 50px;
}

.pg_scholarship .pg_title {
  color: #7ed02c;
}

.pg_scholarship .pg_title_ja {
  margin-top: 10px;
}

.pg_scholarship_discription {
  margin: 20px 0 18px;
}

.pg_scholarship_dl dt {
  margin-bottom: 5px;
}
.pg_scholarship_dl .color01 {
  color: #7ed02c;
}

.pg_scholarship_lists {
  margin-left: 1em;
}
.pg_scholarship_lists li::before {
  content: "・";
}

/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_scholarship::before {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    min-height: 974px;
    top: 0;
    left: calc(50% - 960px);
    background: url(../../img/new_graduate/scholarship_bg_pc.png) no-repeat 0 0/contain;
  }
  .pg_scholarship_illust {
    position: absolute;
    top: 50px;
    right: 70px;
    width: 265px;
    height: 248px;
    background: url(../../img/new_graduate/scholarship_illust_pc.png) no-repeat 0 0/contain;
  }
  .pg_scholarship_illust_text {
    margin-left: 65px;
    padding: 31px 0 0 0.05em;
    color: #fff;
    text-align: center;
    line-height: 1.4;
  }
  .pg_scholarship_table {
    position: relative;
    z-index: -1;
    margin: -103px 0 0 141px;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_scholarship {
    border-top: 18px solid #7ed02c;
    border-bottom: 18px solid #7ed02c;
  }
  .pg_scholarship::before {
    content: "";
    display: block;
    position: absolute;
    width: 768px;
    min-height: 1184px;
    top: 0;
    left: calc(50% - 384px);
    background: url(../../img/new_graduate/scholarship_bg_sp.png) no-repeat 0 0/contain;
  }
  .pg_scholarship_inner {
    max-width: 320px;
    min-height: 1184px;
    padding: 34px 15px 0 15px;
  }
  .pg_scholarship .pg_title_en {
    font-size: 4.1rem;
  }
  .pg_scholarship .pg_title_ja {
    margin-top: 8px;
    line-height: 1.24;
  }
  .pg_scholarship_discription {
    margin: 50px 0 18px;
  }
  .pg_scholarship_dl {
    margin-bottom: 53px;
  }
  .pg_scholarship_illust {
    width: 244px;
    height: 179px;
    margin-left: 45px;
    background: url(../../img/new_graduate/scholarship_illust_sp.png) no-repeat 0 0/contain;
  }
  .pg_scholarship_illust_text {
    margin-left: 25px;
    padding: 14px 0 0 0.05em;
    color: #fff;
    text-align: center;
    line-height: 1.3;
  }
  .pg_scholarship_table {
    position: static;
    width: 291px;
    margin: -86px 0 0 -1px;
  }
}
/* =========================================
pg_question
========================================= */
.pg_question {
  background: #ffbb03;
}

.pg_question_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 50px 102px 50px;
}

.pg_question_details_wrap {
  max-width: 1000px;
  margin: 44px auto 0;
}

.pg_question_details + .pg_question_details {
  margin-top: 49px;
}

.pg_question_summary::-webkit-details-marker {
  display: none;
}

.pg_question_summary {
  display: flex;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 100vh;
  overflow: hidden;
}
.pg_question_summary .summary_icon {
  display: flex;
  align-items: center;
  width: 62px;
  padding-left: 19px;
  background-color: var(--color_accent);
  color: #fff;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
.pg_question_summary .summary_text {
  flex: 1;
  display: block;
  padding: 12px 50px 12px 27px;
  font-size: 1.4rem;
  color: var(--color_accent);
  line-height: 1.3;
}
.pg_question_summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 24px;
  height: 12px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #ef7f15;
  border-radius: 4px;
  transition: -webkit-clip-path 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: clip-path 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: clip-path 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-clip-path 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.pg_question_details[open] .pg_question_summary::after {
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.pg_question_answer {
  overflow: hidden;
  color: #fff;
}

.pg_question_answer_inner {
  padding: 18px 70px 0 94px;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_question_inner {
    max-width: 320px;
    min-height: initial;
    padding: 40px 15px 55px 15px;
  }
  .pg_question .pg_title_en {
    font-size: 4.1rem;
  }
  .pg_question .pg_title_ja {
    margin-top: 4px;
  }
  .pg_question_details_wrap {
    max-width: 290px;
    margin: 48px auto 0;
  }
  .pg_question_details + .pg_question_details {
    margin-top: 20px;
  }
  .pg_question_summary {
    border-radius: 17px;
  }
  .pg_question_summary .summary_icon {
    width: 46px;
    padding-left: 14px;
    font-size: 1.6rem;
  }
  .pg_question_summary .summary_text {
    padding: 6px 45px 6px 13px;
  }
  .pg_question_summary::after {
    top: 11px;
    right: 13px;
    bottom: auto;
    width: 21px;
    height: 10px;
  }
  .pg_question_answer_inner {
    padding: 13px 0 0 63px;
    line-height: 1.3;
  }
}
/* =========================================
pg_job
========================================= */
.pg_job {
  position: relative;
  background: linear-gradient(rgb(126, 205, 243), rgb(255, 255, 255));
}
.pg_job::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 920px;
  background: url(../../img/new_graduate/job_bg_pc.png) no-repeat 0 0/contain;
}

.pg_job_inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 46px 50px 130px 50px;
}

.pg_job .pg_title_ja {
  margin-top: 10px;
}

.pg_job_links {
  margin-top: 50px;
}
.pg_job_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  min-height: 50px;
  margin: 0 auto;
  padding-left: 0.05em;
  border-radius: 100vh;
  background-color: var(--color_accent);
  font-size: 2.4rem;
  color: #fff;
  transition: opacity 0.15s;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_job::before {
    display: none;
  }
  .pg_job_inner {
    max-width: 320px;
    padding: 37px 15px 42px 15px;
  }
  .pg_job .pg_title_en {
    font-size: 3.9rem;
  }
  .pg_job .pg_title_ja {
    margin-top: 3px;
  }
  .pg_job_links a {
    max-width: 240px;
    min-height: 40px;
    font-size: 1.9rem;
  }
}
/* =========================================
pg_tab_wrap
========================================= */
.pg_tab_wrap {
  margin-top: 66px;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_tab_wrap {
    margin-top: 45px;
  }
}
/* =========================================
pg_tablist
========================================= */
.pg_tablist {
  display: flex;
}

.pg_tablist_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.pg_tablist_button::before {
  content: "";
  display: block;
  margin: 0 20px -7px -23px;
  opacity: 0.3;
}
.pg_tablist_button[aria-selected=true]:before {
  opacity: 1;
}

.pg_tablist_button.__service[aria-selected=false] {
  background-color: #cdddf0;
}
.pg_tablist_button.__service[aria-selected=true] {
  background-color: #588ece;
}
.pg_tablist_button.__service::before {
  width: 51px;
  height: 63px;
  background: url(../../img/new_graduate/job_icon_01.png) no-repeat 0 0/contain;
}

.pg_tablist_button.__sales[aria-selected=false] {
  background-color: #ffdcb9;
}
.pg_tablist_button.__sales[aria-selected=true] {
  background-color: var(--color_accent);
}
.pg_tablist_button.__sales::before {
  width: 49px;
  height: 61px;
  background: url(../../img/new_graduate/job_icon_02.png) no-repeat 0 0/contain;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_tablist_button {
    display: block;
    position: relative;
    height: 95px;
    border-radius: 20px 20px 0 0;
    padding-top: 58px;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-align: center;
  }
  .pg_tablist_button::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pg_tablist_button.__service::before {
    width: 41px;
    height: 51px;
  }
  .pg_tablist_button.__sales::before {
    top: 12px;
    width: 39px;
    height: 49px;
  }
}
/* =========================================
pg_tab_body
========================================= */
.pg_tab_body {
  background-color: #fff;
}

.pg_tabpanel {
  padding: 33px 46px 46px;
  background-color: #fff;
}

.pg_job_dl {
  animation: fadeInTab 0.5s;
}

.pg_job_dl_shelf {
  display: flex;
  padding: 13px 0 14px;
}

.pg_job_dt {
  display: flex;
  align-items: center;
  width: 165px;
  padding-left: 5px;
}

.pg_job_dd {
  flex: 1;
  margin-left: -0.05em;
}

.pg_tabpanel.__service {
  border: 4px solid #588ece;
}
.pg_tabpanel.__service .pg_job_dl_shelf {
  border-bottom: 1px solid #588ece;
}
.pg_tabpanel.__service .pg_job_dt {
  color: #588ece;
}

.pg_tabpanel.__sales {
  border: 4px solid var(--color_accent);
}
.pg_tabpanel.__sales .pg_job_dl_shelf {
  border-bottom: 1px solid var(--color_accent);
}
.pg_tabpanel.__sales .pg_job_dt {
  color: var(--color_accent);
}

/* fadeInTab ------------------ */
@keyframes fadeInTab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_tabpanel {
    padding: 0 15px 20px;
  }
  .pg_job_dl_shelf {
    display: block;
    padding: 11px 0 11px;
  }
  .pg_job_dl_shelf:last-child {
    border: none !important;
  }
  .pg_job_dt {
    display: block;
    width: auto;
    padding: 0 0 0 0;
  }
  .pg_job_dd {
    margin-left: 0;
  }
}
/* =========================================
pg_float_links
========================================= */
.pg_float_links {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
.pg_float_links a {
  display: block;
  transition: opacity 0.15s;
}

/* MouseDevice設定 ------------------ */
@media (hover: hover) and (pointer: fine) {
  .pg_float_links a:hover {
    opacity: 0.8;
  }
}
/* TouchDevice設定 ------------------ */
@media (pointer: none) {
  .pg_float_links a:active {
    opacity: 0.8;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_float_links {
    display: none;
  }
}