@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  height: 221rem;
  border-bottom: 6rem solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 142rem;
    border-bottom: none;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 268rem;
  height: 6rem;
  background-color: #0B92D9;
  bottom: -6rem;
  left: 100rem;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 78rem;
    height: 3rem;
    left: 20rem;
    bottom: 35rem;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 20rem;
  }
}
.fv .fv__inner h1 {
  font-size: 48rem;
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #0691D9;
  font-size: 25rem;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 9rem;
  }
}

.base {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
  position: relative;
  padding-left: 20rem;
  box-sizing: border-box;
  padding-right: 20rem;
}
@media screen and (max-width: 768px) {
  .base {
    margin-top: 50rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.base .text {
  font-size: 18rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .base .text {
    display: none;
  }
}
.base .base__map {
  margin-top: 40rem;
}
.base .base__map img {
  width: 100%;
}
.base .base__map a {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .base .base__map a:hover {
    opacity: 0.7;
  }
}
.base .base__map svg .-blur {
  filter: url(#filterBlur);
}
.base .base__list .base__item {
  position: absolute;
}
.base .base__list .base__item .item__inner {
  height: inherit;
  width: inherit;
  position: relative;
  max-width: inherit;
  max-height: inherit;
}
.base .base__list .base__item a {
  transition: opacity 0.3s !important;
}
@media (hover: hover) and (pointer: fine) {
  .base .base__list .base__item a:hover {
    opacity: 0.7;
  }
}
.base .base__list .base__item::before {
  content: "";
  position: absolute;
  bottom: -17.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 35rem;
  height: 35rem;
  box-sizing: border-box;
  border: 1rem solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item::before {
    width: 4vw;
    height: 4vw;
    border: 2rem solid #fff;
    bottom: -2vw;
  }
}
.base .base__list .base__item::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 12rem;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item::after {
    width: 1.25vw;
    height: 1.25vw;
    border-right: 1rem solid #fff;
    border-bottom: 1rem solid #fff;
    bottom: -0.5vw;
  }
}
.base .base__list .base__item:nth-child(1) {
  width: 177rem;
  height: 177rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3rem solid #41A729;
  background-color: rgba(222, 242, 225, 0.44);
  top: 170rem;
  left: 20rem;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item:nth-child(1) {
    width: 25vw;
    height: 25vw;
    top: 2vw;
    left: 2vw;
  }
}
.base .base__list .base__item:nth-child(1)::before {
  background-color: #41A729;
}
.base .base__list .base__item:nth-child(1) a {
  max-width: inherit;
  max-height: inherit;
}
.base .base__list .base__item:nth-child(1) a p {
  width: 161rem;
  height: 45rem;
  border: 2rem solid #fff;
  background-color: #41A729;
  border-radius: 29rem;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item:nth-child(1) a p {
    font-size: 10rem;
    width: 24vw;
    height: 6vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .base .base__list .base__item:nth-child(1) a p {
    font-size: 14rem;
    width: 24vw;
    height: 6vw;
  }
}
.base .base__list .base__item:nth-child(2) {
  width: 197rem;
  height: 197rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3rem solid #D9B006;
  background-color: rgba(242, 239, 222, 0.44);
  top: 230rem;
  left: 230rem;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item:nth-child(2) {
    width: 27vw;
    height: 27vw;
    top: 21vw;
    left: 24vw;
  }
}
.base .base__list .base__item:nth-child(2)::before {
  background-color: #D9B006;
}
.base .base__list .base__item:nth-child(2) a {
  max-width: inherit;
  max-height: inherit;
}
.base .base__list .base__item:nth-child(2) a p {
  width: 161rem;
  height: 45rem;
  border: 2rem solid #fff;
  background-color: #D9B006;
  border-radius: 29rem;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item:nth-child(2) a p {
    font-size: 10rem;
    width: 24vw;
    height: 6vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .base .base__list .base__item:nth-child(2) a p {
    font-size: 14rem;
    width: 24vw;
    height: 6vw;
  }
}
.base .base__list .base__item:nth-child(3) {
  width: 163rem;
  height: 163rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3rem solid #0691D9;
  background-color: rgba(222, 233, 242, 0.44);
  top: 230rem;
  left: 426rem;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item:nth-child(3) {
    width: 20vw;
    height: 20vw;
    top: 0vw;
    left: 30vw;
  }
}
.base .base__list .base__item:nth-child(3)::before {
  background-color: #0891D9;
}
.base .base__list .base__item:nth-child(3) a {
  max-width: inherit;
  max-height: inherit;
}
.base .base__list .base__item:nth-child(3) a p {
  width: 151rem;
  height: 45rem;
  border: 2rem solid #fff;
  background-color: #0891D9;
  border-radius: 29rem;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item:nth-child(3) a p {
    font-size: 10rem;
    width: 24vw;
    height: 6vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .base .base__list .base__item:nth-child(3) a p {
    font-size: 14rem;
    width: 24vw;
    height: 6vw;
  }
}
.base .base__list .base__item:nth-child(4) {
  width: 177rem;
  height: 177rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3rem solid #A92647;
  background-color: rgba(242, 226, 222, 0.44);
  top: 310rem;
  right: 110rem;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item:nth-child(4) {
    width: 25vw;
    height: 25vw;
    top: 20vw;
    right: 2vw;
  }
}
.base .base__list .base__item:nth-child(4)::before {
  background-color: #C63D5F;
}
.base .base__list .base__item:nth-child(4) a {
  max-width: inherit;
  max-height: inherit;
}
.base .base__list .base__item:nth-child(4) a p {
  width: 161rem;
  height: 45rem;
  border: 2rem solid #fff;
  background-color: #A92647;
  border-radius: 29rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .base .base__list .base__item:nth-child(4) a p {
    font-size: 10rem;
    width: 24vw;
    height: 6vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .base .base__list .base__item:nth-child(4) a p {
    font-size: 14rem;
    width: 24vw;
    height: 6vw;
  }
}
.base .base__list .base__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
}

.base__detail {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .base__detail {
    padding-left: 20rem;
    padding-right: 20rem;
    padding-bottom: 100rem;
  }
}
.base__detail .title {
  text-align: center;
  margin-top: 80rem;
}
@media screen and (max-width: 768px) {
  .base__detail .title {
    margin-top: 50rem;
  }
}
.base__detail .title h3 {
  font-size: 33rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .base__detail .title h3 {
    font-size: 18rem;
  }
}
.base__detail .title h3::before {
  content: "";
  position: absolute;
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  left: 50%;
  bottom: -20rem;
  transform: translateX(-50%);
}
.base__detail .ja h6 {
  color: #0590D8;
  font-size: 26rem;
  font-weight: 600;
  margin-top: 100rem;
}
@media screen and (max-width: 768px) {
  .base__detail .ja h6 {
    text-align: center;
    font-size: 18rem;
    margin-top: 50rem;
  }
}
.base__detail .ja .detail__item {
  padding: 35rem 0;
  border-bottom: 1rem solid #BABABA;
}
.base__detail .ja .detail__item:nth-child(1) {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .base__detail .ja .detail__item:nth-child(1) {
    margin-top: 0;
  }
}
.base__detail .ja .detail__item h5 {
  font-size: 20rem;
  line-height: 47rem;
  position: relative;
  padding-left: 21rem;
}
@media screen and (max-width: 768px) {
  .base__detail .ja .detail__item h5 {
    font-size: 15rem;
  }
}
.base__detail .ja .detail__item h5::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 47rem;
  background-color: #0590D8;
  left: 0;
  top: 0;
}
.base__detail .ja .detail__item .item__content {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
  gap: 77rem;
}
@media screen and (max-width: 768px) {
  .base__detail .ja .detail__item .item__content {
    flex-direction: column;
    gap: 5rem;
  }
}
.base__detail .ja .detail__item .item__content p {
  font-size: 18rem;
}
.base__detail .ja .detail__item .item__content p:nth-child(1) {
  width: 15%;
  max-width: 170rem;
}
@media screen and (max-width: 768px) {
  .base__detail .ja .detail__item .item__content p:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .base__detail .ja .detail__item .item__content p {
    font-size: 15rem;
  }
}
.base__detail .am .detail__item {
  padding: 35rem 0;
  border-bottom: 1rem solid #BABABA;
}
.base__detail .am .detail__item:nth-child(1) {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .base__detail .am .detail__item:nth-child(1) {
    margin-top: 0;
  }
}
.base__detail .am .detail__item h5 {
  font-size: 20rem;
  line-height: 47rem;
  position: relative;
  padding-left: 21rem;
}
@media screen and (max-width: 768px) {
  .base__detail .am .detail__item h5 {
    font-size: 15rem;
  }
}
.base__detail .am .detail__item h5::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 47rem;
  background-color: #A92647;
  left: 0;
  top: 0;
}
.base__detail .am .detail__item .item__content {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
  gap: 77rem;
}
@media screen and (max-width: 768px) {
  .base__detail .am .detail__item .item__content {
    flex-direction: column;
    gap: 5rem;
  }
}
.base__detail .am .detail__item .item__content p {
  font-size: 18rem;
}
.base__detail .am .detail__item .item__content p:nth-child(1) {
  width: 10%;
  max-width: 170rem;
}
@media screen and (max-width: 768px) {
  .base__detail .am .detail__item .item__content p:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .base__detail .am .detail__item .item__content p {
    font-size: 15rem;
  }
}
.base__detail .eu .detail__item {
  padding: 35rem 0;
  border-bottom: 1rem solid #BABABA;
}
.base__detail .eu .detail__item:nth-child(1) {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .base__detail .eu .detail__item:nth-child(1) {
    margin-top: 0;
  }
}
.base__detail .eu .detail__item h5 {
  font-size: 20rem;
  line-height: 47rem;
  position: relative;
  padding-left: 21rem;
}
@media screen and (max-width: 768px) {
  .base__detail .eu .detail__item h5 {
    font-size: 15rem;
  }
}
.base__detail .eu .detail__item h5::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 47rem;
  background-color: #41A72A;
  left: 0;
  top: 0;
}
.base__detail .eu .detail__item .item__content {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
  gap: 77rem;
}
@media screen and (max-width: 768px) {
  .base__detail .eu .detail__item .item__content {
    flex-direction: column;
    gap: 5rem;
  }
}
.base__detail .eu .detail__item .item__content p {
  font-size: 18rem;
}
.base__detail .eu .detail__item .item__content p:nth-child(1) {
  width: 10%;
  max-width: 170rem;
}
@media screen and (max-width: 768px) {
  .base__detail .eu .detail__item .item__content p:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .base__detail .eu .detail__item .item__content p {
    font-size: 15rem;
  }
}
.base__detail .as .detail__item {
  padding: 35rem 0;
  border-bottom: 1rem solid #BABABA;
}
.base__detail .as .detail__item:nth-child(1) {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .base__detail .as .detail__item:nth-child(1) {
    margin-top: 0;
  }
}
.base__detail .as .detail__item h5 {
  font-size: 20rem;
  line-height: 47rem;
  position: relative;
  padding-left: 21rem;
}
@media screen and (max-width: 768px) {
  .base__detail .as .detail__item h5 {
    font-size: 15rem;
  }
}
.base__detail .as .detail__item h5::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 47rem;
  background-color: #D9B006;
  left: 0;
  top: 0;
}
.base__detail .as .detail__item .item__content {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
  gap: 77rem;
}
@media screen and (max-width: 768px) {
  .base__detail .as .detail__item .item__content {
    flex-direction: column;
    gap: 5rem;
  }
}
.base__detail .as .detail__item .item__content p {
  font-size: 18rem;
}
.base__detail .as .detail__item .item__content p:nth-child(1) {
  width: 10%;
  max-width: 170rem;
}
@media screen and (max-width: 768px) {
  .base__detail .as .detail__item .item__content p:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .base__detail .as .detail__item .item__content p {
    font-size: 15rem;
  }
}
.base__detail #japan {
  margin-top: 88rem;
}
.base__detail #japan h4 {
  padding-left: 20rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #0590D8;
  width: 100%;
  height: 47rem;
  color: #fff;
  font-weight: 600;
  font-size: 26rem;
}
@media screen and (max-width: 768px) {
  .base__detail #japan h4 {
    font-size: 15rem;
    height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .base__detail #japan {
    margin-top: -62rem;
    padding-top: 124rem;
  }
}
.base__detail #america {
  margin-top: 65rem;
}
.base__detail #america h4 {
  background-color: #A92647;
  width: 100%;
  height: 47rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20rem;
  color: #fff;
  font-weight: 600;
  font-size: 26rem;
}
@media screen and (max-width: 768px) {
  .base__detail #america h4 {
    font-size: 15rem;
    height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .base__detail #america {
    margin-top: -62rem;
    padding-top: 124rem;
  }
}
.base__detail #europe {
  margin-top: 65rem;
}
.base__detail #europe h4 {
  background-color: #41A72A;
  width: 100%;
  height: 47rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20rem;
  color: #fff;
  font-weight: 600;
  font-size: 26rem;
}
@media screen and (max-width: 768px) {
  .base__detail #europe h4 {
    font-size: 15rem;
    height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .base__detail #europe {
    margin-top: -62rem;
    padding-top: 124rem;
  }
}
.base__detail #asia {
  margin-top: 65rem;
}
.base__detail #asia h4 {
  background-color: #D9B006;
  width: 100%;
  height: 47rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20rem;
  color: #fff;
  font-weight: 600;
  font-size: 26rem;
}
@media screen and (max-width: 768px) {
  .base__detail #asia h4 {
    font-size: 15rem;
    height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .base__detail #asia {
    margin-top: -62rem;
    padding-top: 124rem;
  }
}

@media screen and (min-width: 768.1px) {
  body.en .base__detail .detail__item .item__content {
    gap: 0;
  }
}
body.en .base__detail .detail__item .item__content p:nth-child(1) {
  width: 100%;
  min-width: 200rem;
  max-width: 200rem;
  padding-right: 20rem;
}
/*# sourceMappingURL=base.css.map */