@charset "UTF-8";

/* ===================================================
.p-evolution
=================================================== */
body:has(.p-evolution) .border__full.is-1350 {
  display: none;
}

/* ===================================================
.p-evolution-home
=================================================== */
.p-evolution-home__inner {
  position: relative;
}

.p-evolution-home__subtitle {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-evolution-home__subtitle {
    font-size: 16px;
  }
}

.p-evolution-home__title {
  position: relative;
  z-index: 1;
  color: #32b8b6;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1023px) {
  .p-evolution-home__title {
    font-size: 32px;
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-evolution-home__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

/* ===================================================
.p-evolution-about
=================================================== */
.p-evolution-about__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  color: #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .p-evolution-about__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-evolution-about__text {
    font-size: 14px;
  }
}

.p-evolution-about__image {
  position: absolute;
  top: 0;
  right: -30px;
  padding-top: 190px;
  width: 489px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-evolution-about__image {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .p-evolution-about__image {
    padding-top: 40px;
    width: 180px;
    right: -10px;
  }
}

.p-evolution-about__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.p-evolution-about__image-arrow {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #3399ff;
  width: 6px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-evolution-about__image-arrow {
    width: 4px;
  }
}

.p-evolution-about__image-arrow::after {
  content: "";
  width: 50px;
  height: 50px;
  border-left: 6px solid #3399ff;
  border-bottom: 6px solid #3399ff;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-evolution-about__image-arrow::after {
    border-left: 4px solid #3399ff;
    border-bottom: 4px solid #3399ff;
    width: 36px;
    height: 36px;
    bottom: 1px;
  }
}

.p-evolution-about__image-arrow::before {
  content: "";
  width: 8px;
  height: 700px;
  background-color: #EBF3FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-evolution-about__image-arrow::before {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-evolution-about__image-arrow::before {
    height: 250px;
    width: 6px;
  }
}

.p-evolution-about__width-small {
  width: calc(100% - 489px - 10px);
}
@media screen and (max-width: 1023px) {
  .p-evolution-about__width-small {
    width: calc(100% - 330px - 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-evolution-about__width-small {
    width: calc(100% - 180px - 10px);
  }
}

.p-evolution-about__image-arrow .text {
  color: #FFF;
  font-size: 138px;
  font-weight: 500;
  white-space: nowrap;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 200px;
  left: 15px;
  transform-origin: left bottom;
}
@media screen and (max-width: 767px) {
  .p-evolution-about__image-arrow .text {
    font-size: 80px;
    bottom: auto;
    top: 650px;
    left: 100px;
  }
}

/* ===================================================
.p-evolution-contents
=================================================== */
.p-evolution-contents {
  padding-top: 50px;
  padding-bottom: 90px;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
}
@media screen and (max-width: 767px) {
  .p-evolution-contents {
    padding-bottom: 60px;
  }
}

.p-evolution-contents__list {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-evolution-contents__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-evolution-contents__list {
    flex-direction: column;
    gap: 80px;
    padding: 0 20px;
  }
}

.p-evolution-contents__item {
  position: relative;
  flex: 1;
  border-radius: 25px;
  padding: 38px 10px 105px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-evolution-contents__item {
    padding: 30px 10px 80px;
  }
}

.p-evolution-contents__item .title {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .p-evolution-contents__item .title {
    font-size: 24px;
  }
}

.p-evolution-contents__item .text {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-top: 24px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .p-evolution-contents__item .text {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 0px;
  }
}

.p-evolution-contents__item .illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}

.p-evolution-contents__item .illust img {
  width: 100%;
  height: auto;
}

.p-evolution-contents__item .illust.is-illust-01 {
  max-width: 300px;
}
.p-evolution-contents__item .illust.is-illust-02 {
  max-width: 152px;
}
.p-evolution-contents__item .illust.is-illust-03 {
  max-width: 221px;
}
@media screen and (max-width: 767px) {
  .p-evolution-contents__item .illust.is-illust-01 {
    max-width: 180px;
  }
  .p-evolution-contents__item .illust.is-illust-02 {
    max-width: 120px;
  }
  .p-evolution-contents__item .illust.is-illust-03 {
    max-width: 160px;
  }
}

.p-evolution-contents__links {
  position: relative;
  padding-top: 194px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .p-evolution-contents__links {
    padding-top: 150px;
    gap: 24px;
  }
}

.p-evolution-contents__links-plus {
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .p-evolution-contents__links-plus {
    top: 80px;
    width: 36px;
    height: 36px;
  }
}

.p-evolution-contents__links-plus::before,
.p-evolution-contents__links-plus::after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-evolution-contents__links-plus::before {
  width: 100%;
  height: 11px;
}

.p-evolution-contents__links-plus::after {
  width: 11px;
  height: 100%;
}

.p-evolution-contents__links-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 45px;
}
@media screen and (max-width: 767px) {
  .p-evolution-contents__links-row {
    gap: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* ===================================================
.page-evolutionContent
=================================================== */
/**************************************************/
.page-evolutionContent h3 {
  margin-bottom: 26px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent h3 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
}


/**************************************************/
.page-evolutionContent .content {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent .content {
    padding-bottom: 20px !important;
  }
}

/* .page-evolutionContent .breadcrumb {
  margin-bottom: 0;
}

.page-evolutionContent .breadcrumb span,
.page-evolutionContent .breadcrumb a {
  color: #000 !important;
} */

/**************************************************/
/* .page-evolutionContent .header01 {
  background-color: #fff;
  border-radius: 40px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent .header01 {
    width: calc(100% - 32px);
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
  }
}

.page-evolutionContent .header01 .sectionContainer {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600 !important;
}

.page-evolutionContent .header01__ttl {
  font-size: 20px !important;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent .header01__ttl {
    font-size: 16px !important;
  }
}

.page-evolutionContent .header01__lead {
  font-size: 20px !important;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent .header01__lead {
    font-size: 16px !important;
  }
} */

/**************************************************/
.page-evolutionContent .arrowBox {
  background-color: #fff;
  border-radius: 20px;
  border: none !important;
  margin-bottom: 32px !important;
  margin-top: 50px !important;
}

.page-evolutionContent .arrowBox::before,
.page-evolutionContent .arrowBox::after {
  content: none !important;
}

.page-evolutionContent .arrowBox__ttl {
  text-align: center;
  min-width: 150px;
  font-size: 20px;
  font-weight: 600;
  color: #000 !important;
  padding-left: 0 !important;
  padding-right: 20px !important;
  justify-content: center;
}

/**************************************************/
.page-evolutionContent .colorBox {
  position: relative;
  border-radius: 20px;
  padding-left: calc(38px + 190px) !important;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent .colorBox {
    padding-left: calc(66px + 120px) !important;
  }
}

.page-evolutionContent .colorBox .arrowBox__ttl {
  position: absolute;
  top: 50%;
  left: 38px;
  transform: translateY(-50%);
  color: #FFF !important;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent .colorBox .arrowBox__ttl {
    left: 20px;
    font-size: 16px;
  }
}

.page-evolutionContent .colorBox .colorBox__lead {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent .colorBox .colorBox__lead {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-evolutionContent .colorBox .colorBox__txt {
    font-size: 14px !important;
    margin-top: 10px;
  }
}

/**************************************************/
.page-evolutionContent .box {
  background-color: #fff;
  border-radius: 40px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent .box {
    padding: 30px 0;
    width: calc(100% - 32px);
    border-radius: 20px;
  }
}

.page-evolutionContent .box + .box {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-evolutionContent .box + .box {
    margin-top: 16px;
  }
}

.page-evolutionContent .box h3 {
  margin-top: 0 !important;
}

.page-evolutionContent .box .col2Box {
  margin-bottom: 0 !important;
}

/*.  page-id-319 only */
.page-id-3192 .white-wrapper {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .page-id-3192 .white-wrapper {
    width: calc(100% - 32px);
    border-radius: 20px;
    padding: 30px 0;
  }
}

/* ===================================================
.p-ib-map
=================================================== */
.p-ib-map {
  margin-top: 60px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .p-ib-map {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 40px;
  }
}

.p-ib-map__img {
  position: relative;
  max-width: 1458px;
  margin-left: auto;
  margin-right: auto;
}
.p-ib-map__img img {
  width: 100%;
  height: auto;
}
.p-ib-map__img .link {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  border-bottom: 2px solid transparent;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding-left: 11px;
  line-height: 20px;
  transition: color 0.3s, border-color 0.3s;
  color: #231815 !important;
  letter-spacing: -0.01em !important;
}
@media screen and (max-width: 1600px) {
  .p-ib-map__img .link {
    font-size: calc(15 / 1600 * 100vw);
    padding-left: calc(11 / 1600 * 100vw);
    line-height: calc(20 / 1600 * 100vw);
    letter-spacing: calc(-0.7 / 1600 * 100vw) !important;
  }
}
.p-ib-map__img .link:hover {
  border-color: #000;
  text-decoration: none !important;
  color: #32b8b6 !important;
}
.p-ib-map__img .link.india1 {
  top: 77.3%;
  left: 32.4%;
  width: 19.5%;
}
.p-ib-map__img .link.india2 {
  top: 80.1%;
  left: 32.4%;
  width: 23.1%;
}
.p-ib-map__img .link.indonesia {
  top: 94.3%;
  left: 67.2%;
  width: 20.0%;
}
.p-ib-map__img .link.uganda {
  top: 56.9%;
  left: 27.3%;
  width: 16.4%;
}
.p-ib-map__img .link.egypt {
  top: 41.2%;
  left: 31.6%;
  width: 18.4%;
}
.p-ib-map__img .link.taiwan {
  top: 54.6%;
  left: 85.8%;
  width: 10.2%;
}
.p-ib-map__img .link.china {
  top: 5.9%;
  left: 53.4%;
  width: 15.7%;
}
.p-ib-map__img .link.bangladesh {
  top: 69.4%;
  left: 36.1%;
  width: 20.3%;
}
.p-ib-map__img .link.philippines {
  top: 73.1%;
  left: 80.6%;
  width: 13.2%;
}
@media screen and (max-width: 1023px) {
  .p-ib-map__img .link {
    display: none;
  }
}

.p-ib-map__menus {
  flex-wrap: wrap;
  gap: 20px;
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-ib-map__menus {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .p-ib-map__menus {
    flex-direction: column;
  }
}

.p-ib-map__menu {
  width: calc(50% - 10px);
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 12px 16px;
}
@media screen and (max-width: 480px) {
  .p-ib-map__menu {
    width: 100%;
  }
}

.p-ib-map__subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.p-ib-map__subtitle .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.p-ib-map__subtitle .country {
  font-size: 18px;
  font-weight: 700;
}

.p-ib-map__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.p-ib-map__item a .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/common/icon_pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  vertical-align: sub;
}

/* ===================================================
.p-ib-main
=================================================== */
.p-ib-main {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .p-ib-main {
    display: none;
  }
}

.p-ib-main__ttl {
  color: #231815 !important;
}

.p-ib-main__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .p-ib-main__list {
    gap: 24px;
  }
}

.p-ib-main__item {
  background-color: #efefef;
  border-radius: 20px;
  padding: 36px 45px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-ib-main__item {
    border-radius: 12px;
    padding: 24px 20px;
  }
}

.p-ib-main__icon {
  width: 90.5px;
  height: 90.5px;
}
@media screen and (max-width: 767px) {
  .p-ib-main__icon {
    width: 60px;
    height: 60px;
  }
}

.p-ib-main__sublist {
  width: calc(100% - 90.5px);
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-ib-main__sublist {
    width: calc(100% - 60px);
    padding-left: 24px;
    gap: 6px;
  }
}

.p-ib-main__sublist li {
  font-size: 20px;
  font-weight: 700;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .p-ib-main__sublist li {
    font-size: 14px;
  }
}

.p-ib-main__sublist a {
  position: relative;
  color: #231815 !important;
}
.p-ib-main__sublist a .icon {
  display: inline-block;
  width: 23px;
  height: 24px;
  background-image: url("../images/common/icon_pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  .p-ib-main__sublist a .icon {
    width: 16px;
    height: 16px;
  }
}

.p-ib-main__subitem {
  position: relative;
  padding-left: 24px;
}
.p-ib-main__subitem::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-ib-main__subitem {
    padding-left: 16px;
  }
}
