:root {
  --black:#000;
  --white:#fff;
  --mid-term-gradation:linear-gradient(131deg, #006BC9 4.55%, #009F77 101.18%);
  --headerheight:120px;
}
@media screen and (max-width:1280px) {
  :root {
    --headerheight:7.5vw;
  }
}
@media screen and (max-width:900px) {
  :root {
    --headerheight:21.3333333333vw;
  }
}

.p-mv {
  position: relative;
  display: flex;
  align-items: center;
  height: 750px;
  z-index: 10;
}
@media screen and (max-width:1280px) {
  .p-mv {
    height: 46.875vw;
  }
}
@media screen and (max-width:900px) {
  .p-mv {
    display: block;
    height: 160vw;
  }
}

.p-mv__textbox {
  text-align: center;
  padding-top: 0.5208333333vw;
  margin-left: 5.2083333333vw;
}
@media screen and (max-width:1280px) {
  .p-mv__textbox {
    padding-top: 0.625vw;
    margin-left: 4.9375vw;
  }
}
@media screen and (max-width:900px) {
  .p-mv__textbox {
    padding-top: 24vw;
    margin: auto;
  }
}

.p-mv__heading {
  width: 45.46875vw;
}
@media screen and (max-width:1280px) {
  .p-mv__heading {
    width: 47.1875vw;
  }
}
@media screen and (max-width:900px) {
  .p-mv__heading {
    width: 94.1333333333vw;
    margin: auto;
  }
}

.p-mv__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 1.9791666667vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:1280px) {
  .p-mv__text {
    margin-top: 1.9375vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-mv__text {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.mv-animation {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  max-width: 100%;
  animation-name: anime_left_to_right;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-direction: normal;
}

@keyframes anime_left_to_right {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.p-position {
  position: relative;
  padding-top: 30px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width:1280px) {
  .p-position {
    padding-top: 1.875vw;
    padding-bottom: 12.375vw;
  }
}
@media screen and (max-width:900px) {
  .p-position {
    padding-top: 40vw;
    padding-bottom: 12vw;
    overflow: initial;
  }
}
.p-position:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1920px;
  height: 1650px;
  margin: auto;
  background-image: url(../../img/position-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width:1920px) {
  .p-position:after {
    left: calc((100% - 1920px) / 2);
  }
}
@media screen and (max-width:1280px) {
  .p-position:after {
    background-image: url(../../img/position-bg02.png);
    width: 100%;
    height: 103.125vw;
    left: 0;
  }
}
@media screen and (max-width:900px) {
  .p-position:after {
    background-image: url(../../img/sp/position-bg-sp.png);
    top: auto;
    bottom: 0;
    height: 152vw;
  }
}

.p-main-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width:900px) {
  .p-main-bg {
    height: 100dvh;
  }
}
.p-main-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:900px) {
  .p-main-bg img {
    height: 100dvh;
  }
}

.p-main-img {
  position: fixed;
  top: 0;
  right: 0;
  width: 55.9895833333vw;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
  transition-delay: 0.5s;
}
.p-main-img.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
@media screen and (min-width:1921px) {
  .p-main-img {
    right: calc((100% - 1910px) / 2);
    width: 1075px;
  }
}
@media screen and (max-width:1280px) {
  .p-main-img {
    width: 55.8125vw;
  }
}
@media screen and (max-width:900px) {
  .p-main-img {
    position: absolute;
    top: -85.3333333333vw;
    width: 100%;
  }
}

.p-position__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width:1280px) {
  .p-position__inner {
    width: 75vw;
    padding: 0 1.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__inner {
    width: 80vw;
    margin: auto;
    padding: 0;
  }
}

.p-position__textarea {
  max-width: 430px;
}
@media screen and (max-width:1280px) {
  .p-position__textarea {
    max-width: initial;
    width: 26.875vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__textarea {
    width: 100%;
  }
}

.p-position__text01 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1280px) {
  .p-position__text01 {
    font-size: 2.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__text01 {
    font-size: 6.6666666667vw;
  }
}

.p-position__text02 {
  margin-top: 25px;
}
@media screen and (max-width:1280px) {
  .p-position__text02 {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__text02 {
    margin-top: 5.0666666667vw;
  }
}

.p-position__text03 {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid;
  -o-border-image: var(--mid-term-gradation) 1;
     border-image: var(--mid-term-gradation) 1;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3em;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1280px) {
  .p-position__text03 {
    margin-top: 3.75vw;
    padding-top: 3.125vw;
    font-size: 3vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__text03 {
    margin-top: 8vw;
    padding-top: 6.6666666667vw;
    font-size: 8vw;
  }
}

.p-position__text04 {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width:1280px) {
  .p-position__text04 {
    margin-top: 3.125vw;
    font-size: 1vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__text04 {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.p-position__container01 {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media screen and (max-width:1280px) {
  .p-position__container01 {
    margin-top: 7.1875vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__container01 {
    flex-direction: column;
    row-gap: 21.3333333333vw;
    margin-top: 21.3333333333vw;
  }
}

@media screen and (max-width:900px) {
  .p-position__right {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.p-position__text05 {
  visibility: hidden;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3em;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1280px) {
  .p-position__text05 {
    font-size: 2.75vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__text05 {
    font-size: 6.4vw;
  }
}

.p-position-block01 {
  padding-right: 96px;
  color: var(--white);
}
@media screen and (max-width:1280px) {
  .p-position-block01 {
    padding-right: 5.375vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block01 {
    padding-right: 0;
  }
}

.p-position-block01__text01 {
  position: relative;
  padding-left: 60px;
  font-size: 70px;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
}
@media screen and (max-width:1280px) {
  .p-position-block01__text01 {
    padding-left: 3.75vw;
    font-size: 4.375vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block01__text01 {
    padding-left: 11.7333333333vw;
    font-size: 10.6666666667vw;
  }
}
.p-position-block01__text01:before {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url(../../img/position-icon01.svg);
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width:1280px) {
  .p-position-block01__text01:before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block01__text01:before {
    width: 8vw;
    height: 8vw;
  }
}
.p-position-block01__text01 .small {
  font-size: 29px;
}
@media screen and (max-width:1280px) {
  .p-position-block01__text01 .small {
    font-size: 1.8125vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block01__text01 .small {
    font-size: 4.2666666667vw;
  }
}

.p-position-block01__text02 {
  margin-top: 5px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width:1280px) {
  .p-position-block01__text02 {
    margin-top: 0.3125vw;
    font-size: 2.75vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block01__text02 {
    margin-top: 1.3333333333vw;
    font-size: 6.4vw;
  }
}

.p-position-block02 {
  width: 100%;
  max-width: 712px;
  margin-top: 20px;
  margin-left: auto;
  color: var(--white);
}
@media screen and (max-width:1280px) {
  .p-position-block02 {
    max-width: initial;
    width: 44.5vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block02 {
    width: 69.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-position-block02__text01 {
  position: relative;
  padding-left: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Akshar", sans-serif;
}
@media screen and (max-width:1280px) {
  .p-position-block02__text01 {
    padding-left: 1.875vw;
    font-size: 1.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block02__text01 {
    padding-left: 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.p-position-block02__text01:before {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url(../../img/position-icon02.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width:1280px) {
  .p-position-block02__text01:before {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block02__text01:before {
    width: 4vw;
    height: 4vw;
  }
}
.p-position-block02__text01:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 86%;
  height: 1px;
  background-color: var(--white);
}
@media screen and (max-width:1280px) {
  .p-position-block02__text01:after {
    width: 37.75vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block02__text01:after {
    width: 51.2vw;
  }
}

.p-position-block02__text02 {
  margin-top: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:1280px) {
  .p-position-block02__text02 {
    margin-top: 0.3125vw;
    font-size: 1.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block02__text02 {
    margin-top: 0.5333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-position-block03 {
  width: 100%;
  max-width: 915px;
  margin-top: 20px;
  margin-left: auto;
  color: var(--white);
}
@media screen and (max-width:1280px) {
  .p-position-block03 {
    width: 57.1875vw;
    max-width: initial;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block03 {
    width: 74.4vw;
    margin-top: 5.3333333333vw;
  }
}

.p-position-block03__text01 {
  position: relative;
  padding-left: 26px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Akshar", sans-serif;
}
@media screen and (max-width:1280px) {
  .p-position-block03__text01 {
    padding-left: 1.625vw;
    font-size: 1.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block03__text01 {
    padding-left: 4.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-position-block03__text01:before {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url(../../img/position-icon03.svg);
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width:1280px) {
  .p-position-block03__text01:before {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block03__text01:before {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.p-position-block03__text01:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 87%;
  height: 1px;
  background-color: var(--white);
}
@media screen and (max-width:1280px) {
  .p-position-block03__text01:after {
    width: 49.6875vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block03__text01:after {
    width: 56.8vw;
  }
}

.p-position-block03__text02 {
  margin-top: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:1280px) {
  .p-position-block03__text02 {
    margin-top: 0.3125vw;
    font-size: 1.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block03__text02 {
    margin-top: 0.5333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-position-block04 {
  width: 100%;
  max-width: 784px;
  margin-top: 20px;
  color: var(--white);
}
@media screen and (max-width:1280px) {
  .p-position-block04 {
    width: 49vw;
    max-width: initial;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block04 {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-position-block04__text01 {
  position: relative;
  padding-left: 18px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Akshar", sans-serif;
}
@media screen and (max-width:1280px) {
  .p-position-block04__text01 {
    padding-left: 1.125vw;
    font-size: 1.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block04__text01 {
    padding-left: 3.2vw;
    font-size: 3.4666666667vw;
  }
}
.p-position-block04__text01 .small {
  font-size: 16px;
}
@media screen and (max-width:900px) {
  .p-position-block04__text01 .small {
    font-size: 2.1333333333vw;
  }
}
.p-position-block04__text01:before {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url(../../img/position-icon03.svg);
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width:1280px) {
  .p-position-block04__text01:before {
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block04__text01:before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.p-position-block04__text01:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 76%;
  height: 1px;
  background-color: var(--white);
}
@media screen and (max-width:1280px) {
  .p-position-block04__text01:after {
    width: 40.3125vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block04__text01:after {
    width: 56vw;
  }
}

.p-position__container02 {
  display: none;
  justify-content: space-between;
}
@media screen and (max-width:900px) {
  .p-position__container02 {
    flex-direction: column;
    row-gap: 1.8666666667vw;
  }
}

.p-position-block04__text02 {
  margin-top: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:1280px) {
  .p-position-block04__text02 {
    margin-top: 0.3125vw;
    font-size: 1.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-position-block04__text02 {
    margin-top: 0.5333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-position__mark {
  width: 350px;
  margin-top: -80px;
}
@media screen and (max-width:1280px) {
  .p-position__mark {
    width: 21.875vw;
    margin-top: -5vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__mark {
    width: 56vw;
    margin-top: 0;
  }
}

.p-position__year {
  position: absolute;
  right: max((100% - 1600px) / 2, 0px);
  bottom: 0;
  width: 232px;
  z-index: 3;
}
@media screen and (max-width:1280px) {
  .p-position__year {
    right: 0;
    width: 14.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-position__year {
    width: 24vw;
  }
}

.p-object {
  position: relative;
  z-index: 2;
}

.p-object__imgarea {
  position: relative;
}

.p-object__heading {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 600px;
}
@media screen and (max-width:1280px) {
  .p-object__heading {
    width: 37.5vw;
    height: 37.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-object__heading {
    width: 56.8vw;
    height: 56.8vw;
  }
}

.p-object__container {
  display: flex;
  height: 455px;
}
@media screen and (max-width:1280px) {
  .p-object__container {
    height: 28.4375vw;
  }
}
@media screen and (max-width:900px) {
  .p-object__container {
    height: 53.3333333333vw;
  }
}

.p-object__img01 {
  width: 50%;
  height: 455px;
}
@media screen and (max-width:1280px) {
  .p-object__img01 {
    height: 28.4375vw;
  }
}
@media screen and (max-width:900px) {
  .p-object__img01 {
    height: 53.3333333333vw;
  }
}
.p-object__img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-object__white {
  background-color: var(--white);
  padding-bottom: 130px;
}
@media screen and (max-width:1280px) {
  .p-object__white {
    padding-bottom: 8.125vw;
  }
}
@media screen and (max-width:900px) {
  .p-object__white {
    padding-bottom: 18.6666666667vw;
  }
}

.p-object__itemarea {
  position: relative;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  margin-top: -100px;
  z-index: 2;
}
@media screen and (max-width:1280px) {
  .p-object__itemarea {
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
    margin-top: -6.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-object__itemarea {
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
    margin-top: -10.1333333333vw;
  }
}

.p-object__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: var(--white);
  background: var(--mid-term-gradation);
}
@media screen and (max-width:1280px) {
  .p-object__item {
    width: 12.5vw;
    height: 12.5vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-object__item {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    font-size: 2.9333333333vw;
  }
}

.p-object__text {
  margin-top: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1280px) {
  .p-object__text {
    margin-top: 3.75vw;
    font-size: 2.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-object__text {
    margin-top: 4.5333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-region {
  position: relative;
  padding-bottom: 100px;
  z-index: 2;
}
@media screen and (max-width:1280px) {
  .p-region {
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-region {
    padding-bottom: 10.6666666667vw;
  }
}

.p-region__heading01 {
  padding-top: 160px;
  text-align: center;
}
@media screen and (max-width:1280px) {
  .p-region__heading01 {
    padding-top: 10vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__heading01 {
    padding-top: 13.3333333333vw;
  }
}
.p-region__heading01 .c-heading01 {
  margin: auto;
}

.p-region__container01 {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-top: 80px;
}
@media screen and (max-width:1280px) {
  .p-region__container01 {
    -moz-column-gap: 0.875vw;
         column-gap: 0.875vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__container01 {
    flex-direction: column;
    row-gap: 10.4vw;
    margin-top: 8vw;
  }
}

.p-region-box01 {
  width: calc((100% - 14px) / 2);
}
@media screen and (max-width:1280px) {
  .p-region-box01 {
    width: 49.5625vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box01 {
    width: 100%;
  }
}

.p-region-box01__heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.3em;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1280px) {
  .p-region-box01__heading {
    font-size: 2.125vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box01__heading {
    font-size: 4.8vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box01__heading.other {
    letter-spacing: 0.1em;
  }
}

.p-region-box01__sub {
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: normal;
  font-family: "Akshar", sans-serif;
}
@media screen and (max-width:1280px) {
  .p-region-box01__sub {
    font-size: 1.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box01__sub {
    font-size: 4.8vw;
  }
}

.p-region-box01__en {
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 272px;
  height: 98px;
  z-index: -1;
}
@media screen and (max-width:1280px) {
  .p-region-box01__en {
    width: 17vw;
    height: 6.125vw;
    top: -1.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box01__en {
    top: 0;
    bottom: auto;
    width: 28.5333333333vw;
    height: 10.4vw;
  }
}
.p-region-box01__en.fix {
  left: -50px;
  right: auto;
}
@media screen and (max-width:1280px) {
  .p-region-box01__en.fix {
    left: -3.125vw;
    top: -1.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box01__en.fix {
    top: 0;
    bottom: auto;
    left: -2.6666666667vw;
  }
}

.p-region-box01__img01, .p-region-box01__img02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 182px;
  margin-top: 16px;
}
@media screen and (max-width:1280px) {
  .p-region-box01__img01, .p-region-box01__img02 {
    height: 11.375vw;
    margin-top: 1vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box01__img01, .p-region-box01__img02 {
    height: 18.9333333333vw;
    margin-top: 1.8666666667vw;
  }
}
.p-region-box01__img01 img, .p-region-box01__img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-region-box01__cap01, .p-region-box01__cap02 {
  position: absolute;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
}
@media screen and (max-width:1280px) {
  .p-region-box01__cap01, .p-region-box01__cap02 {
    font-size: 1.875vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box01__cap01, .p-region-box01__cap02 {
    font-size: 4.2666666667vw;
  }
}

.p-region-box01__img02 {
  margin-top: 0;
}

.p-region__heading02 {
  margin-top: 196px;
}
@media screen and (max-width:1280px) {
  .p-region__heading02 {
    margin-top: 12.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__heading02 {
    margin-top: 24vw;
  }
}
.p-region__heading02 .c-heading01 {
  margin: auto;
}

.p-region__heading03, .p-region__heading04 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  margin-top: 80px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.3em;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1280px) {
  .p-region__heading03, .p-region__heading04 {
    margin-top: 5vw;
    font-size: 2.125vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__heading03, .p-region__heading04 {
    margin-top: 17.6vw;
    font-size: 4.8vw;
  }
}

.p-region__heading03__sub {
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: normal;
  font-family: "Akshar", sans-serif;
}
@media screen and (max-width:1280px) {
  .p-region__heading03__sub {
    font-size: 1.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__heading03__sub {
    font-size: 4.8vw;
  }
}

.p-region__heading03__en {
  display: block;
  position: absolute;
  top: -60px;
  left: -170px;
  width: 500px;
  height: 182px;
  z-index: -1;
}
@media screen and (max-width:1280px) {
  .p-region__heading03__en {
    top: -3.75vw;
    left: -10.625vw;
    width: 31.25vw;
    height: 11.375vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__heading03__en {
    top: -9.3333333333vw;
    left: -24vw;
    width: 72.5333333333vw;
    height: 26.1333333333vw;
  }
}

.p-region__container02 {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width:1280px) {
  .p-region__container02 {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
    margin-top: 2.8125vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__container02 {
    flex-direction: column;
    row-gap: 8vw;
    margin-top: 14.9333333333vw;
  }
}

.p-region-box02 {
  position: relative;
  width: 518px;
}
@media screen and (max-width:1280px) {
  .p-region-box02 {
    width: 32.375vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box02 {
    width: 80vw;
    margin: auto;
  }
}
.p-region-box02:before {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url(../../img/region-box02-left.svg);
  width: 12px;
  height: 138px;
  left: 0;
  top: 0;
}
@media screen and (max-width:1280px) {
  .p-region-box02:before {
    width: 0.75vw;
    height: 8.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box02:before {
    width: 2.1333333333vw;
    height: 21.6vw;
  }
}
.p-region-box02:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url(../../img/region-box02-right.svg);
  width: 12px;
  height: 138px;
  right: 0;
  top: 0;
}
@media screen and (max-width:1280px) {
  .p-region-box02:after {
    width: 0.75vw;
    height: 8.625vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box02:after {
    width: 2.1333333333vw;
    height: 21.6vw;
  }
}

.p-region-box02__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 5px;
  font-size: 30px;
  font-weight: 700;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1280px) {
  .p-region-box02__heading {
    margin-top: 0.3125vw;
    font-size: 1.875vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box02__heading {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-region-box02__text {
  margin-top: 16px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width:1280px) {
  .p-region-box02__text {
    margin-top: 1vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-box02__text {
    margin-top: 2.9333333333vw;
    font-size: 3.2vw;
  }
}

.p-region-block01, .p-region-block02 {
  display: flex;
  width: 100%;
  height: 500px;
  background-color: #060A1A;
}
@media screen and (max-width:1280px) {
  .p-region-block01, .p-region-block02 {
    height: 31.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-block01, .p-region-block02 {
    flex-direction: column-reverse;
    height: auto;
  }
}
.p-region-block01.bg02, .bg02.p-region-block02 {
  background-color: #006BC9;
}
.p-region-block01.mt, .mt.p-region-block02 {
  margin-top: 56px;
}
@media screen and (max-width:1280px) {
  .p-region-block01.mt, .mt.p-region-block02 {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-block01.mt, .mt.p-region-block02 {
    margin-top: 14.9333333333vw;
  }
}

.p-region-block01-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width:900px) {
  .p-region-block01-left {
    width: 100%;
    height: 42.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}

.p-region-block01__textarea, .p-region-block02__textarea {
  position: relative;
  color: var(--white);
}

.p-region-block01__num, .p-region-block02__num {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 500px;
  font-weight: 600;
  color: var(--white);
  opacity: 0.1;
  font-family: "Akshar", sans-serif;
}
@media screen and (max-width:1280px) {
  .p-region-block01__num, .p-region-block02__num {
    font-size: 31.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-block01__num, .p-region-block02__num {
    bottom: auto;
    top: -5.3333333333vw;
    line-height: 0.9;
    font-size: 53.3333333333vw;
  }
}

.p-region-block01__text01, .p-region-block02__text01 {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width:1280px) {
  .p-region-block01__text01, .p-region-block02__text01 {
    font-size: 1vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-block01__text01, .p-region-block02__text01 {
    font-size: 3.4666666667vw;
  }
}

.p-region-block01__heading, .p-region-block02__heading {
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media screen and (max-width:1280px) {
  .p-region-block01__heading, .p-region-block02__heading {
    margin-top: 1.25vw;
    font-size: 1.875vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-block01__heading, .p-region-block02__heading {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.p-region-block01__text02, .p-region-block02__text02 {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width:1280px) {
  .p-region-block01__text02, .p-region-block02__text02 {
    margin-top: 2.5vw;
    font-size: 1vw;
  }
}
@media screen and (max-width:900px) {
  .p-region-block01__text02, .p-region-block02__text02 {
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

.p-region-block01-right {
  width: 50%;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width:900px) {
  .p-region-block01-right {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  }
}

.p-region-block01__img, .p-region-block02__img {
  width: 100%;
  height: 100%;
}
.p-region-block01__img img, .p-region-block02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-region-block02 {
  background-color: #008558;
}
@media screen and (max-width:900px) {
  .p-region-block02 {
    flex-direction: column;
  }
}

.p-region-block02-left {
  width: 74%;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
}
@media screen and (max-width:900px) {
  .p-region-block02-left {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  }
}

.p-region-block02-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width:900px) {
  .p-region-block02-right {
    width: 100%;
    height: 42.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}

.p-region__heading04 {
  margin-top: 97px;
}
@media screen and (max-width:1280px) {
  .p-region__heading04 {
    margin-top: 6.0625vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__heading04 {
    margin-top: 15.4666666667vw;
  }
}

.p-region__heading04__en {
  display: block;
  position: absolute;
  top: -50px;
  left: -125px;
  width: 500px;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width:1280px) {
  .p-region__heading04__en {
    top: -3.125vw;
    left: -7.8125vw;
    width: 31.25vw;
    height: 12.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__heading04__en {
    top: 0vw;
    left: -17.3333333333vw;
    width: 72.2666666667vw;
    height: 26.1333333333vw;
  }
}

.p-region__text01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1280px) {
  .p-region__text01 {
    margin-top: 0.625vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__text01 {
    margin-top: 3.7333333333vw;
    line-height: 1.5;
    text-align: center;
    font-size: 3.4666666667vw;
  }
}

.p-region__logo {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width:1280px) {
  .p-region__logo {
    width: 67.5vw;
    max-width: initial;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__logo {
    width: 74.6666666667vw;
    margin-top: 7.4666666667vw;
  }
}

.p-region__text02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 60px;
  font-size: 36px;
  font-weight: 700;
  background: var(--mid-term-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1280px) {
  .p-region__text02 {
    margin-top: 3.75vw;
    font-size: 2.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-region__text02 {
    text-align: center;
    margin-top: 5.8666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}

.p-lab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1000px;
  overflow: hidden;
  background-color: #F0F0F0;
  z-index: 2;
}
@media screen and (max-width:1280px) {
  .p-lab {
    height: 62.5vw;
  }
}
@media screen and (max-width:900px) {
  .p-lab {
    width: 100%;
    height: 133.3333333333vw;
  }
}

.p-lab__bg {
  position: absolute;
  top: 20px;
  left: 0;
  width: 1920px;
  height: calc(100% - 20px);
  z-index: -1;
  background-image: url(../../img/lab-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width:1921px) {
  .p-lab__bg {
    width: 100%;
  }
}
@media screen and (max-width:1280px) {
  .p-lab__bg {
    width: 100vw;
  }
}
@media screen and (max-width:900px) {
  .p-lab__bg {
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/sp/lab-bg-sp.png);
  }
}

.p-lab__textarea {
  margin: auto;
  text-align: center;
}
@media screen and (max-width:900px) {
  .p-lab__textarea {
    width: 80vw;
  }
}

.p-lab__sub {
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.3em;
}
@media screen and (max-width:1280px) {
  .p-lab__sub {
    font-size: 1.875vw;
  }
}
@media screen and (max-width:900px) {
  .p-lab__sub {
    font-size: 4.2666666667vw;
  }
}

.p-lab__heading {
  width: 560px;
  margin-top: 20px;
}
@media screen and (max-width:1280px) {
  .p-lab__heading {
    width: 35vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width:900px) {
  .p-lab__heading {
    width: 72.8vw;
    margin-top: 2.9333333333vw;
  }
}

.p-lab__text {
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width:1280px) {
  .p-lab__text {
    margin-top: 3.125vw;
    font-size: 1vw;
  }
}
@media screen and (max-width:900px) {
  .p-lab__text {
    text-align: left;
    margin-top: 7.2vw;
    font-size: 3.4666666667vw;
  }
}

.p-lab__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 70px;
  margin: auto;
  margin-top: 50px;
  border-radius: 35px;
  font-size: 18px;
  color: white;
  background-color: #A8681F;
  transition: opacity 0.3s;
}
.p-lab__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width:1280px) {
  .p-lab__btn {
    width: 22.5vw;
    height: 4.375vw;
    margin-top: 3.125vw;
    border-radius: 2.1875vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width:900px) {
  .p-lab__btn {
    width: 69.3333333333vw;
    height: 13.3333333333vw;
    margin-top: 7.2vw;
    border-radius: 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.p-lab__btn span {
  position: relative;
  /*&:after{
      @include iconSet();

      @include bgimg("rab-btnicon","svg");

      width:14px;
      height:14px;
      top:0;
      bottom:0;
      right:-25px;
      margin:auto;

      @include mq(pad){
          width:px2vw_pad(14);
          height:px2vw_pad(14);
          right:px2vw_pad(-25);
      }

      @include mq(sp){
          width:px2vw(11);
          height:px2vw(11);
          right:px2vw(-17);
      }
  }*/
}/*# sourceMappingURL=top.css.map */