@charset "utf-8";

/*--------------------------------------------------------------
Business
----------------------------------------------------------------*/
.p-titleArea:before {
  background: url("/recruit/newgraduate/assets/img/business/business/mv_01.jpg") no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
  .p-titleArea:before {
    background: url("/recruit/newgraduate/assets/img/business/business/mv_01-sp.jpg") no-repeat center center / cover;
  }
}

/* - section
----------------------------------------------*/
.pg-section {
  position: relative;
}

.pg-section_inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pg-section_inner {
    padding: 0 0;
  }
}

.c-business_title {
  font-weight: 700;
  font-size: 3.0rem;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-business_title > span {
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  padding: 0 12px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid #3C3C3C;
}

.c-business_text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 40px auto 0 auto;
}

.c-business_text p {
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-business_title {
    font-size: 1.75rem;
    letter-spacing: 0.2em;
    display: block;
    width: 76%;
    margin: 0 auto;
  }

  .c-business_title > span {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-right: none;
    border-bottom: 1px solid #3C3C3C;
  }

  .c-business_text {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: left;
    width: 76%;
    margin: 18px auto 0 auto;
  }

  .c-business_text p {
    text-align: left;
    display: block;
  }
}

/* - section/model
----------------------------------------------*/
.pg-section-model {
  padding: 170px 0 120px 0;
  background: #EDE4DC;
  position: relative;
}

.pg-section-model .pg-section_container {
  margin: 60px 0 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pg-section-model {
    padding: 50px 0 60px 0;
  }

  .pg-section-model .pg-section_img {
    width: 84%;
    max-width: 600px;
    margin: 15px auto 0 auto;
  }

  .pg-section-model .pg-section_container {
    margin: 0 0 0 0;
  }
}

/* - section/global
----------------------------------------------*/
.pg-section-global {
  padding: 110px 0 100px 0;
  position: relative;
}

.pg-section-global .pg-section_container {
  margin: 25px 0 0 0;
}

@media screen and (max-width: 768px) {
  .pg-section-global {
    padding: 50px 0 70px 0;
  }

  .pg-section-global:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("/recruit/newgraduate/assets/img/business/business/item_global/bg_map_01.png") no-repeat center top 240px / 94.4% auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
  }

  .pg-section-global .pg-section_container {
    margin: 20px 0 0 0;
  }
}

/* - section/adv
----------------------------------------------*/
.pg-section-adv {
  padding: 110px 0 150px 0;
  background: #EDE4DC;
  position: relative;
}

.pg-section-adv .pg-section_container {
  margin: 45px 0 0 0;
}

@media screen and (max-width: 768px) {
  .pg-section-adv {
    padding: 50px 0 50px 0;
  }

  .pg-section-adv .pg-section_container {
    margin: 30px 0 0 0;
  }
}

/* - model
----------------------------------------------*/
.pg-model_container {
  max-width: 948px;
  margin: 0 auto;
  position: relative;
}

.pg-model_container:before {
  content: '';
  display: block;
  padding-top: calc(437/948 * 100%);
}

@media screen and (max-width: 768px) {
  .pg-model_container:before {
    content: none;
  }
}

.pg-model_text {
  font-weight: bold;
  color: #00A0A0;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .pg-model_text {
    font-size: 1.25rem;
    line-height: 2;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 8%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

.pg-model_item_wrap {
  width: 100%;
  height: 100%;
  background: url("/recruit/newgraduate/assets/img/business/business/item_model/bg_list_01.png") no-repeat center center / 92.8270% auto;
  position: absolute;
  top: 0;
  left: 0;
}

.pg-model_item {
  width: calc(106/948 * 100%);
  position: absolute;
}

.pg-model_item:nth-child(1) {
  top: calc(44/437 * 100%);
  left: calc(132/948 * 100%);
}

.pg-model_item:nth-child(2) {
  top: calc(10/437 * 100%);
  left: calc(317/948 * 100%);
}

.pg-model_item:nth-child(3) {
  top: calc(10/437 * 100%);
  right: calc(317/948 * 100%);
}

.pg-model_item:nth-child(4) {
  top: calc(44/437 * 100%);
  right: calc(132/948 * 100%);
}

.pg-model_item:nth-child(5) {
  top: calc(163/437 * 100%);
  right: 0;
}

.pg-model_item:nth-child(6) {
  top: calc(273/437 * 100%);
  right: calc(132/948 * 100%);
}

.pg-model_item:nth-child(7) {
  top: calc(312/437 * 100%);
  right: calc(317/948 * 100%);
}

.pg-model_item:nth-child(8) {
  top: calc(312/437 * 100%);
  left: calc(317/948 * 100%);
}

.pg-model_item:nth-child(9) {
  top: calc(273/437 * 100%);
  left: calc(132/948 * 100%);
}

.pg-model_item:nth-child(10) {
  top: calc(163/437 * 100%);
  left: 0;
}

@media screen and (max-width: 768px) {
  .pg-model_item_wrap {
    width: calc(560/750 * 100%);
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background: none;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .pg-model_item {
    width: 23.33%;
    margin: 40px 5% 0 5%;
    position: relative;
    top: auto!important;
    left: auto!important;
    bottom: auto!important;
    right: auto!important;
  }

  .pg-model_item:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .pg-model_item {
    width: 38%;
    margin: 40px 6% 0 6%;
  }
}

.pg-model_btn {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.pg-model_btn_icon {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -13px;
  left: 0;
}

.pg-model_btn_icon ._more {
  font-weight: bold;
  color: #00A0A0;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  display: block;
  width: 64%;
  min-width: 58px;
  height: 20px;
  border: 2px solid #00A0A0;
  background: #fff;
  padding: 1px 0 0 20%;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 20%;
}

.pg-model_btn_icon ._arrow {
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #00A0A0;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translate(0, -50%);
}

.pg-model_btn_icon ._arrow:before,
.pg-model_btn_icon ._arrow:after {
  content: '';
  width: 50%;
  height: 2px;
  background: #00A0A0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pg-model_btn_icon ._arrow:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* hover */
.pg-model_btn_icon ._arrow,
.pg-model_btn_icon ._arrow:before,
.pg-model_btn_icon ._arrow:after {
  transition: all 300ms;
}

.device-pc .pg-model_btn:hover ._arrow {
  background: #00A0A0;
  border-color: #fff;
}

.device-pc .pg-model_btn:hover ._arrow:before,
.device-pc .pg-model_btn:hover ._arrow:after {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .pg-model_btn_icon ._arrow {
    width: 24px;
    height: 24px;
  }
}

.pg-modelDetail {
  display: block;
  padding: 100px 30px 100px 30px;
  position: relative;
}

.pg-modelDetail_title {
  font-weight: 500;
  color: #fff;
  font-size: 2.8rem;
  line-height: 72px;
  letter-spacing: 0.05em;
  display: inline-block;
  height: 72px;
  background: #00A0A0;
  padding: 0 30px;
  border-radius: 0 0 7px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.pg-modelDetail_title ._icon {
  display: inline-block;
  padding-left: 70px;
  position: relative;
}

.pg-modelDetail_title ._icon:before {
  content: '';
  display: block;
  width: 62px;
  height: 100%;
  background: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_01.svg") no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 0;
}

#modelDetail-1 .pg-modelDetail_title ._icon:nth-of-type(1):before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_01.svg");
}

#modelDetail-1 .pg-modelDetail_title ._icon:nth-of-type(2):before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_02.svg");
}

#modelDetail-3 .pg-modelDetail_title ._icon:before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_03.svg");
}

#modelDetail-4 .pg-modelDetail_title ._icon:before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_04.svg");
}

#modelDetail-5 .pg-modelDetail_title ._icon:before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_05.svg");
}

#modelDetail-6 .pg-modelDetail_title ._icon:before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_06.svg");
}

#modelDetail-7 .pg-modelDetail_title ._icon:before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_07.svg");
}

#modelDetail-8 .pg-modelDetail_title ._icon:before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_08.svg");
}

#modelDetail-9 .pg-modelDetail_title ._icon:before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_09.svg");
}

#modelDetail-10 .pg-modelDetail_title ._icon:before {
  background-image: url("/recruit/newgraduate/assets/img/business/business/item_model/icon_model_10.svg");
}

.pg-modelDetail_title-2 {
  font-weight: 500;
  color: #00A0A0;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 25px 0;
}

.pg-modelDetail_text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}

.pg-modelDetailBox {
  background: #fff;
  padding: 35px 30px 35px 30px;
  border-radius: 7px;
  margin: 30px 0 0 0;
}

.pg-modelDetailBox + .pg-modelDetailBox {
  margin: 35px 0 0 0;
}

.pg-modelDetailBox_title {
  width: 136px;
  margin: 0 0 30px 0;
}

.pg-modelDetailBox_title-2 {
  font-weight: bold;
  color: #00A0A0;
  font-size: 2.0rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 0 0 35px;
  margin: 40px 0 0 0;
  position: relative;
}

.pg-modelDetailBox_title + .pg-modelDetailBox_title-2 {
  margin-top: 0;
}

.pg-modelDetailBox_title-2 ._num {
  font-size: 90%;
  letter-spacing: 0.2em;
  display: inline-block;
  transform: scaleX(1.02);
  position: absolute;
  top: 0.15em;
  left: 0;
}

.pg-modelDetailBox_text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  margin: 20px 0 0 0;
}

.pg-modelDetailBox_imgs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 0 0;
}

.pg-modelDetailBox_imgs > * {
  width: 48.4%;
}

.pg-modelDetailBox_imgs-b > * {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pg-modelDetail {
    padding: 72px 6% 80px 6%;
  }

  .pg-modelDetail_title {
    font-size: 2.0rem;
    line-height: 55px;
    letter-spacing: 0.02em;
    height: 55px;
    padding: 0 15px 0 10px;
    border-radius: 0 0 5px 0;
  }

  .pg-modelDetail_title ._icon {
    padding-left: 42px;
  }

  .pg-modelDetail_title ._icon:before {
    width: 40px;
  }

  .pg-modelDetail_title-2 {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin: 0 0 20px 0;
  }

  .pg-modelDetail_text {
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 0.02em;
  }

  .pg-modelDetailBox {
    padding: 30px 6% 20px 6%;
    border-radius: 4px;
    margin: 30px 0 0 0;
  }

  .pg-modelDetailBox + .pg-modelDetailBox {
    margin: 30px 0 0 0;
  }

  .pg-modelDetailBox_title {
    width: 90px;
    margin: 0 0 22px 0;
  }

  .pg-modelDetailBox_title-2 {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding: 0 0 0 30px;
    margin: 22px 0 0 0;
  }

  .pg-modelDetailBox_title + .pg-modelDetailBox_title-2 {
    margin-top: 0;
  }

  .pg-modelDetailBox_title-2 ._num {
    font-size: 90%;
    letter-spacing: 0.2em;
  }

  .pg-modelDetailBox_text {
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 0.02em;
    margin: 13px 0 0 0;
  }

  .pg-modelDetailBox_imgs {
    display: block;
    margin: 20px 0 0 0;
  }

  .pg-modelDetailBox_imgs > * {
    display: block;
    width: 100%;
  }

  .pg-modelDetailBox_imgs > * + * {
    margin: 20px 0 0 0;
  }

  .pg-modelDetailBox_imgs-b > * {
    width: 100%;
  }
}

/* - global
----------------------------------------------*/
.pg-global_container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.pg-global_container:before {
  content: '';
  display: block;
  padding-top: calc(554/1120 * 100%);
}

@media screen and (max-width: 768px) {
  .pg-global_container:before {
    content: none;
  }
}

.pg-global_comment {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 72px;
  background: #fff;
  border: 2px solid #00A0A0;
  border-radius: 7px;
  position: absolute;
  bottom: calc(40/554 * 100%);
  left: calc(615/1120 * 100%);
  z-index: 1;
}

.pg-global_comment p {
  font-weight: 500;
  color: #00A0A0;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .pg-global_comment {
    display: none;
  }
}

.pg-global_comment p > span {
  display: inline-block;
  padding-left: 38px;
  position: relative;
}

.pg-global_comment p ._arrow {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #00A0A0;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pg-global_comment p ._arrow:before,
.pg-global_comment p ._arrow:after {
  content: '';
  width: 50%;
  height: 2px;
  background: #00A0A0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pg-global_comment p ._arrow:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pg-global_item_wrap {
  width: 100%;
  height: 100%;
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/bg_map_01.png") no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 0;
}

.pg-global_item {}

.pg-global_item:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #00A0A0;
  border-radius: 50%;
  position: absolute;
}

.pg-global_item.type-chn:after {
  top: calc(234/554 * 100%);
  left: calc(408/1120 * 100%);
}

.pg-global_item.type-kor:after {
  top: calc(230/554 * 100%);
  left: calc(428/1120 * 100%);
}

.pg-global_item.type-vnm:after {
  top: calc(280/554 * 100%);
  left: calc(362/1120 * 100%);
}

.pg-global_item.type-twn:after {
  top: calc(280/554 * 100%);
  left: calc(410/1120 * 100%);
}

.pg-global_item.type-tha:after {
  top: calc(307/554 * 100%);
  left: calc(350/1120 * 100%);
}

.pg-global_item.type-mys:after {
  top: calc(340/554 * 100%);
  left: calc(355/1120 * 100%);
}

.pg-global_item.type-sgp:after {
  top: calc(350/554 * 100%);
  left: calc(362/1120 * 100%);
}

.pg-global_item.type-easia:after {
  top: calc(372/554 * 100%);
  left: calc(365/1120 * 100%);
}

.pg-global_item.type-usa:after {
  top: calc(224/554 * 100%);
  left: calc(808/1120 * 100%);
}

@media screen and (max-width: 768px) {
  .pg-global_item_wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 480px;
    margin: 0 auto;
    height: auto;
    background: none;
    position: relative;
    top: auto;
    left: auto;
  }

  .pg-global_item {
    width: 130px;
    margin: 20px 15px;
  }

  .pg-global_item:after {
    content: none;
  }
}

@media screen and (max-width: 480px) {
  .pg-global_item_wrap {
    width: 320px;
  }
}

.pg-global_btn {
  font-weight: 500;
  color: #00A0A0;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(128/1120 * 100%);
  height: calc(42/554 * 100%);
  position: absolute;
  transform-origin: right bottom;
}

.pg-global_btn:before {
  content: '';
  display: block;
  height: 400%;
  position: absolute;
  pointer-events: none;
}

.pg-global_btn ._text {
  display: none;
}

.pg-global_btn ._arrow {
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #00A0A0;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
}

.pg-global_btn.type-chn ._arrow,
.pg-global_btn.type-vnm ._arrow,
.pg-global_btn.type-tha ._arrow,
.pg-global_btn.type-mys ._arrow,
.pg-global_btn.type-easia ._arrow {
  top: -13px;
  left: -13px;
}

.pg-global_btn.type-kor ._arrow,
.pg-global_btn.type-twn ._arrow,
.pg-global_btn.type-sgp ._arrow,
.pg-global_btn.type-usa ._arrow {
  top: -13px;
  right: -13px;
}

.pg-global_btn ._arrow:before,
.pg-global_btn ._arrow:after {
  content: '';
  width: 50%;
  height: 2px;
  background: #00A0A0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pg-global_btn ._arrow:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* hover */
.pg-global_btn ._arrow,
.pg-global_btn ._arrow:before,
.pg-global_btn ._arrow:after {
  transition: all 300ms;
}

.device-pc .pg-global_btn:hover ._arrow {
  background: #00A0A0;
  border-color: #fff;
}

.device-pc .pg-global_btn:hover ._arrow:before,
.device-pc .pg-global_btn:hover ._arrow:after {
  background: #fff;
}

/* */
.pg-global_btn.type-chn {
  width: calc(128/1120 * 100%);
  top: calc(169/554 * 100%);
  left: calc(242/1120 * 100%);
}

.pg-global_btn.type-chn:before {
  width: calc(168/128 * 100%);
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/balloon_chn.png") no-repeat left top / 100% auto;
  top: 0;
  left: 0;
}

.pg-global_btn.type-kor {
  width: calc(128/1120 * 100%);
  top: calc(141/554 * 100%);
  left: calc(453/1120 * 100%);
  transform-origin: left bottom;
}

.pg-global_btn.type-kor:before {
  width: calc(146/128 * 100%);
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/balloon_kor.png") no-repeat right top / 100% auto;
  top: 0;
  right: 0;
}

.pg-global_btn.type-vnm {
  width: calc(142/1120 * 100%);
  top: calc(236/554 * 100%);
  left: calc(180/1120 * 100%);
}

.pg-global_btn.type-vnm:before {
  width: calc(187/142 * 100%);
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/balloon_vnm.png") no-repeat left top / 100% auto;
  top: 0;
  left: 0;
}

.pg-global_btn.type-twn {
  width: calc(128/1120 * 100%);
  top: calc(245/554 * 100%);
  left: calc(458/1120 * 100%);
  transform-origin: left bottom;
}

.pg-global_btn.type-twn:before {
  width: calc(170/128 * 100%);
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/balloon_twn.png") no-repeat right top / 100% auto;
  top: 0;
  right: 0;
}

.pg-global_btn.type-tha {
  width: calc(128/1120 * 100%);
  top: calc(312/554 * 100%);
  left: calc(188/1120 * 100%);
  transform-origin: right top;
}

.pg-global_btn.type-tha:before {
  width: calc(168/128 * 100%);
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/balloon_tha.png") no-repeat left bottom / 100% auto;
  bottom: 0;
  left: 0;
}

.pg-global_btn.type-mys {
  width: calc(172/1120 * 100%);
  top: calc(374/554 * 100%);
  left: calc(151/1120 * 100%);
  transform-origin: right top;
}

.pg-global_btn.type-mys:before {
  width: calc(211/172 * 100%);
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/balloon_mys.png") no-repeat left bottom / 100% auto;
  bottom: 0;
  left: 0;
}

.pg-global_btn.type-sgp {
  width: calc(182/1120 * 100%);
  top: calc(383/554 * 100%);
  left: calc(401/1120 * 100%);
  transform-origin: left top;
}

.pg-global_btn.type-sgp:before {
  width: calc(214/182 * 100%);
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/balloon_sgp.png") no-repeat right bottom / 100% auto;
  bottom: 0;
  right: 0;
}

.pg-global_btn.type-easia {
  width: calc(212/1120 * 100%);
  top: calc(440/554 * 100%);
  left: calc(138/1120 * 100%);
  transform-origin: right top;
}

.pg-global_btn.type-easia:before {
  width: calc(232/212 * 100%);
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/balloon_easia.png") no-repeat left bottom / 100% auto;
  bottom: 0;
  left: 0;
}

.pg-global_btn.type-usa {
  width: calc(128/1120 * 100%);
  top: calc(248/554 * 100%);
  left: calc(850/1120 * 100%);
  transform-origin: left top;
}

.pg-global_btn.type-usa:before {
  width: calc(164/128 * 100%);
  background: url("/recruit/newgraduate/assets/img/business/business/item_global/balloon_usa.png") no-repeat right bottom / 100% auto;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .pg-global_btn {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%!important;
    height: 38px;
    background: #fff;
    border: 2px solid #00A0A0;
    border-radius: 5px;
    position: relative;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
    transform-origin: center center!important;
  }

  .pg-global_btn:before {
    content: none;
  }

  .pg-global_btn ._text {
    display: block;
  }

  .pg-global_btn ._arrow {
    width: 24px;
    height: 24px;
    top: -12px!important;
    right: -12px!important;
    left: auto!important;
    bottom: auto!important;
  }
}

.pg-globalDetail {
  display: block;
  background: #fff;
  padding: 0 0 100px 0;
  position: relative;
}

* + .pg-globalDetail_img {
  margin: 60px 0 0 0;
}

.pg-globalDetail_title {
  font-weight: 700;
  color: #00A0A0;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 0 30px;
  margin: 20px 0 0 0;
}

.pg-globalDetail_store {
  display: inline-block;
  font-size: 1.7rem;
  text-indent: 1em;
}

.pg-globalDetail_title > span {
  display: inline-block;
  padding: 0 0 0 0.7em;
  margin: 0.3em 0 0 0.6em;
  position: relative;
}

.pg-globalDetail_title > span:before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #00A0A0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.pg-globalDetail_text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  padding: 0 30px;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .pg-globalDetail {
    padding: 0 0 70px 0;
  }

  * + .pg-globalDetail_img {
    margin: 30px 0 0 0;
  }

  .pg-globalDetail_title {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    padding: 0 8%;
    margin: 20px 0 0 0;
  }

  .pg-globalDetail_store {
  font-size: 1.2rem;
}

  .pg-globalDetail_title > span:before {
    height: 18px;
  }

  .pg-globalDetail_text {
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 0.02em;
    padding: 0 8%;
    margin: 15px 0 0 0;
  }
}

/* - adv
----------------------------------------------*/
.pg-box-adv {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.pg-box-adv + .pg-box-adv {
  margin-top: 60px;
}

.pg-box-adv_title {
  font-weight: 500;
  color: #fff;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  display: inline-block;
  background: #00A0A0;
  padding: 10px 25px;
  border-radius: 6px 6px 0 0;
}

.pg-box-adv_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  background: #fff;
  position: relative;
}

.pg-box-adv_column {
  width: 60%;
}

.pg-box-adv ._text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.pg-box-adv.type-01 .pg-box-adv_img {
  width: 36%;
  margin: 0 3% 0 0;
}

.pg-box-adv.type-02 .pg-box-adv_img {
  width: 26.2%;
  margin: 0 8% 0 0;
}

.pg-box-adv.type-03 .pg-box-adv_img {
  width: 40%;
  margin: 0 2% 0 0;
}

.pg-box-adv.type-03 .pg-box-adv_column {
  width: 58%;
}

@media screen and (max-width: 768px) {
  .pg-box-adv {
    width: 76%;
    margin: 0 auto;
  }

  .pg-box-adv + .pg-box-adv {
    margin-top: 45px;
  }

  .pg-box-adv_title {
    font-weight: 500;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    padding: 10px 10px;
    border-radius: 3px 3px 0 0;
  }

  .pg-box-adv_container {
    display: block;
    padding: 15px 20px 25px 20px;
  }

  .pg-box-adv_column {
    width: 100%;
  }

  .pg-box-adv ._text {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
  }

  .pg-box-adv.type-01 .pg-box-adv_img {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .pg-box-adv.type-02 .pg-box-adv_img {
    width: 88%;
    margin: 20px auto 0 auto;
  }

  .pg-box-adv.type-03 .pg-box-adv_img {
    width: 100%;
    margin: 10px auto 0 auto;
  }

  .pg-box-adv.type-03 .pg-box-adv_column {
    width: 100%;
  }
}

/* - il
----------------------------------------------*/
.pg-il-1_1 {
  width: calc(70/1000 * 100%);
  transform: scale(-1, 1);
  top: -90px;
  left: -4%;
}

.pg-il-1_2 {
  width: calc(143/1000 * 100%);
  top: 160px;
  right: -12%;
}

.pg-il-1_3 {
  width: calc(155/1000 * 100%);
  transform: scale(1, -1);
  bottom: -45px;
  right: -6%;
}

.pg-il-1_11,
.pg-il-1_12,
.pg-il-1_13,
.pg-il-1_14 {
  display: none;
}

.pg-il-2_1 {
  width: calc(78/1000 * 100%);
  bottom: -50px;
  right: -6%;
}

.pg-il-2_2 {
  display: none;
}

.pg-il-3_1 {
  width: calc(446/1000 * 100%);
  transform: scale(-1, 1);
  top: -280px;
  left: -25%;
}

.pg-il-3_2 {
  width: calc(180/1000 * 100%);
  bottom: -130px;
  right: -10%;
}

.pg-il-3_3,
.pg-il-3_4,
.pg-il-3_11,
.pg-il-3_12 {
  display: none;
}

@media screen and (max-width: 768px) {
  .pg-il-1_1 {
    width: 35px;
    top: -60px;
    left: 2%;
  }

  .pg-il-1_2 {
    width: 65px;
    top: -15px;
    right: 0;
  }

  .pg-il-1_3 {
    width: 77px;
    top: -70px;
    transform: scale(-1, -1);
    bottom: auto;
    right: -10%;
  }

  .pg-il-1_11 {
    display: block;
    width: 48px;
    top: 230px;
    left: 3%;
  }

  .pg-il-1_12 {
    display: block;
    width: 68px;
    top: 360px;
    right: 0;
  }

  .pg-il-1_13 {
    display: block;
    width: 65px;
    top: 530px;
    left: 0;
  }

  .pg-il-1_14 {
    display: block;
    width: 70px;
    transform: scale(-1, 1);
    bottom: 110px;
    right: -8%;
  }

  .pg-il-2_1 {
    display: none;
  }

  .pg-il-2_2 {
    display: block;
    width: 76px;
    transform: scale(1, -1);
    top: -65px;
    right: 8%;
  }

  .pg-il-3_1 {
    width: 168px;
    top: -120px;
    left: -10%;
    right: auto;
  }

  .pg-il-3_2 {
    display: none;
  }

  .pg-il-3_3 {
    display: block;
    width: 73px;
    bottom: -50px;
    left: -4%;
  }

  .pg-il-3_4 {
    display: block;
    width: 46px;
    bottom: -60px;
    left: 10%;
  }

  .pg-il-3_11 {
    display: block;
    width: 90px;
    transform: scale(-1, 1);
    bottom: -57px;
    right: -85px;
  }

  .pg-il-3_12 {
    display: block;
    width: 52px;
    bottom: -60px;
    left: -35px;
  }
}
