@charset "UTF-8";
/* ==========================================================================
   index
========================================================================== */
/* --------------------------------------------------------------------------
  p-top-hero
-------------------------------------------------------------------------- */
.p-top-hero__container {
  position: relative;
  height: 137.0666666667vw;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../img/top/hero_bg_sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-top-hero__container {
    height: 870px;
    background-image: url(../img/top/hero_bg_pc@2x.jpg);
  }
}

.p-top-hero__title .p-top-hero__text--first {
  position: relative;
  top: 38%;
}
@media screen and (min-width: 768px) {
  .p-top-hero__title .p-top-hero__text--first {
    top: 47%;
  }
}
.p-top-hero__title .p-top-hero__text--first::before, .p-top-hero__title .p-top-hero__text--first::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.p-top-hero__title .p-top-hero__text--first::before {
  top: 0;
  background-color: #fff;
}
.p-top-hero__title .p-top-hero__text--first::after {
  bottom: 0;
  background-color: #fff;
}
.p-top-hero__title .p-top-hero__text--end {
  top: 44%;
}
@media screen and (min-width: 768px) {
  .p-top-hero__title .p-top-hero__text--end {
    top: 49%;
  }
}

.p-top-hero__title .p-top-hero__text--first, .p-top-hero__title .p-top-hero__text--end {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 83%;
}
@media screen and (min-width: 768px) {
  .p-top-hero__title .p-top-hero__text--first, .p-top-hero__title .p-top-hero__text--end {
    width: 803px;
  }
}
.p-top-hero__title .p-top-hero__text--first img, .p-top-hero__title .p-top-hero__text--end img {
  width: 100%;
}

.p-top-hero__photos {
  width: 100%;
}
.p-top-hero__photos picture {
  width: 100%;
}
.p-top-hero__photos img {
  width: 100%;
}

/* --------------------------------------------------------------------------
  .p-top-news
-------------------------------------------------------------------------- */
.p-top-news {
  overflow: hidden;
  padding: 10.6666666667vw 0;
  background-color: #f2e7c3;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 85px 0;
  }
}

.p-top-news__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 5.3333333333vw;
  border: 2px #d4b238 solid;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-news__content {
    width: 100%;
    padding: 25px 55px 35px;
  }
}

.p-top-news__header {
  padding-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .p-top-news__header {
    padding-bottom: 25px;
  }
}
.p-top-news__header .p-top-title {
  width: 13.0666666667vw;
  font-size: initial;
}
@media screen and (min-width: 768px) {
  .p-top-news__header .p-top-title {
    width: 101px;
  }
}
.p-top-news__header .p-top-title img {
  width: 100%;
}

.p-top-news__add-cloud::after, .p-top-news__add-cloud::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/illust/cloud@2x.png);
  width: 16.8vw;
  height: 9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-news__add-cloud::after, .p-top-news__add-cloud::before {
    width: 170px;
    height: 98px;
  }
}
.p-top-news__add-cloud::before {
  bottom: -5.3333333333vw;
  left: -1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-news__add-cloud::before {
    bottom: 0;
    left: -250px;
  }
}
.p-top-news__add-cloud::after {
  top: -6.4vw;
  right: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-news__add-cloud::after {
    top: 12px;
    right: -130px;
  }
}

.p-top-news__list {
  padding: 0.25em 0;
  line-height: 1.6;
  border-top: 1px #d4b238 solid;
}
.p-top-news__list:nth-last-of-type(1) {
  border-bottom: 1px #d4b238 solid;
}
.p-top-news__list a {
  display: block;
  position: relative;
  padding-left: 1.25em;
}
.p-top-news__list a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.0666666667vw;
  left: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #d4b238;
}
@media screen and (min-width: 768px) {
  .p-top-news__list a::before {
    top: 9px;
    width: 20px;
    height: 20px;
  }
}

/* --------------------------------------------------------------------------
  .p-top-casestudy
-------------------------------------------------------------------------- */
.p-top-casestudy {
  position: relative;
  overflow: hidden;
  padding-top: 14.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-casestudy {
    padding: 135px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__content {
    max-width: 1125px;
    margin: -125px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content {
    padding: 0 5.3333333333vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider {
    display: flex;
    flex-direction: column;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper {
  /* スライド本体 */
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper {
    order: 1;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__message {
  position: relative;
  background-color: #fff;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__message {
    transform: translateY(-90px) translateX(25px);
    width: 540px;
    padding: 30px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__message {
    width: 74.6666666667vw;
    margin-left: auto;
    padding: 2.6666666667vw 6.6666666667vw;
    margin-top: -9.3333333333vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__message .p-top-casestudy__message-title {
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__message .p-top-casestudy__message-title {
    font-size: 3.7333333333vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__message .p-top-casestudy__message-txt {
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__message .p-top-casestudy__message-txt {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__img {
    width: 600px;
    height: 380px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__img {
    width: 82.6666666667vw;
    margin-left: auto;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f4eacb;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__img::before {
    top: 65px;
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__img::before {
    top: 6.4vw;
    left: -5.3333333333vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-casestudy__box .p-top-casestudy__img img {
  width: 100%;
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button {
  border: 1px solid #dcbd47;
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button {
    margin: -30px 0 0 60px;
    width: 300px;
    height: 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button {
    width: 59.7333333333vw;
    height: 11.7333333333vw;
    margin: 8vw 8vw 2px auto;
    border-radius: 8vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a::before, .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a::before, .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a::after {
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a::before, .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a::after {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a::before {
  border-radius: 50%;
  background-color: #dcbd47;
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a::after {
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  right: 30px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .swiper-wrapper .p-top-casestudy__button a::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    right: 7.4666666667vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other {
    position: relative;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: -140px;
    margin-bottom: 160px;
    padding-right: 96px;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other {
    order: 0;
    margin-left: auto;
    margin-top: 2.6666666667vw;
    width: 33.3333333333vw;
    -moz-column-gap: 4.5333333333vw;
         column-gap: 4.5333333333vw;
    margin-right: 5.8666666667vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons .casestudy-button {
  position: relative;
  width: 39px;
  height: 39px;
  background-color: #dcbd47;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons .casestudy-button {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons .casestudy-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons .casestudy-button::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons .casestudy-button.casestudy-button-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons .casestudy-button.casestudy-button-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-buttons .casestudy-button.swiper-button-disabled {
  opacity: 0.5;
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-pagination {
  color: #000;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 24px;
  width: auto;
  /* 現在のスライド番号 */
  /* スライド総数 */
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-pagination {
    font-size: 4vw;
  }
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-pagination .swiper-pagination-current {
  color: #000;
}
.p-top-casestudy .p-top-casestudy__content .casestudy-slider .casestudy-slideer__other .casestudy-pagination .swiper-pagination-total {
  color: #000;
  font-size: 0.7em;
}
.p-top-casestudy .p-top-casestudy__bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__bg {
    width: 1600px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__bg {
    width: 100%;
  }
}
.p-top-casestudy .p-top-casestudy__bg .p-top-casestudy__bg-icon {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-top-casestudy .p-top-casestudy__bg .p-top-casestudy__bg-icon {
    top: 35%;
    left: 5%;
    width: 175px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-casestudy .p-top-casestudy__bg .p-top-casestudy__bg-icon {
    top: 5%;
    right: 22%;
    width: 17.0666666667vw;
  }
}
.p-top-casestudy .p-top-casestudy__bg .p-top-casestudy__bg-icon img {
  width: 100%;
}

/* --------------------------------------------------------------------------
  .p-top-about
-------------------------------------------------------------------------- */
.p-top-about {
  overflow: hidden;
  padding: 17.8666666667vw 0 32vw;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 90px 0 330px;
  }
}

.p-top-about__add-people01 {
  right: 0vw;
  top: -6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__add-people01 {
    right: -206px;
    top: 3px;
  }
}

.p-top-about__add-people02 {
  left: -6.6666666667vw;
  top: 24vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__add-people02 {
    left: -250px;
    top: 290px;
  }
}

.p-top-about__add-people03 {
  right: -2.6666666667vw;
  top: 68vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__add-people03 {
    right: -216px;
    top: 680px;
  }
}

.p-top-about__add-people04 {
  left: 16vw;
  top: 86.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__add-people04 {
    left: -90px;
    top: 880px;
  }
}

.p-top-about__add-people01, .p-top-about__add-people02, .p-top-about__add-people03, .p-top-about__add-people04 {
  display: block;
  position: absolute;
  z-index: 0;
  width: 25.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__add-people01, .p-top-about__add-people02, .p-top-about__add-people03, .p-top-about__add-people04 {
    width: 286px;
  }
}
.p-top-about__add-people01 img, .p-top-about__add-people02 img, .p-top-about__add-people03 img, .p-top-about__add-people04 img {
  width: 100%;
}

.p-top-about__add-illust {
  position: relative;
}
.p-top-about__add-illust::after, .p-top-about__add-illust::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-about__add-illust::before {
  top: 4vw;
  right: -2.6666666667vw;
  width: 28vw;
  height: 33.0666666667vw;
  background-image: url(../img/top/illust/apple_sp.png);
}
@media screen and (min-width: 768px) {
  .p-top-about__add-illust::before {
    top: -100px;
    right: -150px;
    width: 462px;
    height: 245px;
    background-image: url(../img/top/illust/apple_pc@2x.png);
  }
}
.p-top-about__add-illust::after {
  bottom: -37.3333333333vw;
  left: -2.4vw;
  width: 28vw;
  height: 25.3333333333vw;
  background-image: url(../img/top/illust/fish@2x.png);
}
@media screen and (min-width: 768px) {
  .p-top-about__add-illust::after {
    bottom: -555px;
    left: -230px;
    width: 283px;
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__block {
    display: flex;
    justify-content: flex-end;
  }
}
.p-top-about__block .p-top-about__block-logo {
  width: 25.6vw;
  margin: 0 auto;
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__block .p-top-about__block-logo {
    width: min(256px, 23%);
    margin: 0;
    padding-top: 54px;
  }
}
.p-top-about__block .p-top-about__block-logo img {
  width: 100%;
}
.p-top-about__block .p-top-about__block-text {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__block .p-top-about__block-text {
    padding: 10.6666666667vw 0 0;
    font-size: 3.7333333333vw;
    line-height: 2.25;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__block .p-top-about__block-text {
    padding: 0 2em 0 3em;
    text-align: left;
    line-height: 2.1;
    letter-spacing: 0.13em;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__img {
    padding-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__img {
    width: min(1600px, 100%);
    margin: 40px auto 20px;
  }
}
.p-top-about__img img {
  width: 100%;
}

.p-top-about__lists {
  max-width: 82%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-about__lists {
    max-width: 1040px;
  }
}
.p-top-about__lists .p-top-about__list:not(:nth-last-of-type(1)) {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__lists .p-top-about__list:not(:nth-last-of-type(1)) {
    margin-bottom: 55px;
  }
}
.p-top-about__lists .p-top-about__list-title {
  width: 20vw;
  padding-bottom: 1.3333333333vw;
  font-size: initial;
}
@media screen and (min-width: 768px) {
  .p-top-about__lists .p-top-about__list-title {
    width: 195px;
    padding-bottom: 10px;
  }
}
.p-top-about__lists .p-top-about__list-title img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about__lists .p-top-about__list-inner {
    text-align: center;
  }
}
.p-top-about__lists .p-top-about__list-inner--list .p-top-about__texts {
  white-space: nowrap;
}
.p-top-about__lists .p-top-about__list-inner--list .p-top-about__texts::before {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  margin-right: 10px;
  border: 0.5333333333vw #d4b238 solid;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .p-top-about__lists .p-top-about__list-inner--list .p-top-about__texts::before {
    width: 26px;
    height: 26px;
    border: 4px #d4b238 solid;
  }
}

.p-top-about__lists .p-top-about__list-inner, .p-top-about__lists .p-top-about__list-inner--list {
  padding: 1em;
  font-size: 2.9333333333vw;
  font-weight: bold;
  line-height: 1.6;
  background-color: #f2e7c3;
}
@media screen and (min-width: 768px) {
  .p-top-about__lists .p-top-about__list-inner, .p-top-about__lists .p-top-about__list-inner--list {
    padding: 1em 1.5em;
    font-size: 3.5rem;
  }
}

/* --------------------------------------------------------------------------
 .p-top-organization
-------------------------------------------------------------------------- */
.p-top-organization {
  overflow: hidden;
  position: relative;
  padding: 18.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-organization {
    overflow: hidden;
    padding: 180px 0 0;
  }
}

.p-top-organization__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 32vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/organization_bg_sp.png);
}
@media screen and (min-width: 768px) {
  .p-top-organization__bg {
    width: 100%;
    height: 300px;
    background-position: 50% 0;
    background-image: url(../img/top/organization_bg.png);
  }
}

@media screen and (max-width: 767px) {
  .p-top-organization__content {
    padding-bottom: 5.3333333333vw;
  }
}

.p-top-organization-logo {
  margin: 10.6666666667vw auto 12vw;
  width: 32vw;
}
@media screen and (min-width: 768px) {
  .p-top-organization-logo {
    width: 306px;
    margin: 0 auto 65px;
  }
}
.p-top-organization-logo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-organization__block {
    width: 66%;
    margin: 0 auto;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-organization__block {
    display: flex;
    justify-content: space-between;
  }
}
.p-top-organization__block .p-top-organization__block-inner {
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-organization__block .p-top-organization__block-inner {
    width: 40%;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .p-top-organization__block .p-top-organization__block-inner:not(:last-child) {
    padding-bottom: 26.6666666667vw;
  }
}
.p-top-organization__block .p-top-organization__block-inner .p-top-organization__block-title {
  font-size: initial;
  text-align: center;
}
.p-top-organization__block .p-top-organization__block-inner .p-top-organization__block-title img {
  width: 49.6vw;
}
@media screen and (min-width: 768px) {
  .p-top-organization__block .p-top-organization__block-inner .p-top-organization__block-title img {
    width: 371px;
  }
}
.p-top-organization__block .p-top-organization__block-texts {
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-organization__block .p-top-organization__block-texts {
    padding-top: 16px;
  }
}
.p-top-organization__block .p-top-organization__block-texts dt {
  font-size: 1.15em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-organization__block .p-top-organization__block-texts dt {
    font-size: 1.225em;
  }
}
.p-top-organization__block .p-top-organization__block-texts dd {
  padding-top: 0.5em;
}

.p-top-organization__add-cross {
  position: relative;
}
.p-top-organization__add-cross::after, .p-top-organization__add-cross::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/organization_cross@2x.svg);
}
.p-top-organization__add-cross::before {
  top: 46.9333333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 16vw;
  height: 16vw;
}
@media screen and (min-width: 768px) {
  .p-top-organization__add-cross::before {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 120px;
    height: 120px;
  }
}

.p-top-organization__text {
  background-color: #f2e7c3;
}
@media screen and (max-width: 767px) {
  .p-top-organization__text {
    width: 80%;
    margin: 0 auto;
    padding: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-organization__text {
    margin: 50px 0 230px;
    padding: 64px 75px;
    white-space: nowrap;
    letter-spacing: 0.13em;
  }
}

.p-top-organization__img picture {
  width: 100%;
}
.p-top-organization__img img {
  width: 100%;
}

/* --------------------------------------------------------------------------
  .p-top-solution
-------------------------------------------------------------------------- */
.p-top-solution {
  overflow: hidden;
  padding: 2.9333333333vw 0 16vw;
}
@media screen and (min-width: 768px) {
  .p-top-solution {
    padding: 40px 0 160px;
  }
}

.p-top-solution__maintitle {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-solution__maintitle {
    padding: 4vw 0 8vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .p-top-solution__maintitle {
    padding-top: 50px;
    letter-spacing: 0.13em;
  }
}

.p-top-solution__support {
  width: 65%;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-solution__support {
    width: 812px;
    padding-top: 90px;
  }
}

.p-top-solution__title {
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-solution__title {
    font-size: 3.3rem;
    line-height: 1.4;
  }
}

.p-top-solution__support-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-solution__support-lists .p-top-solution__support-list {
    width: 47%;
    padding-top: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-solution__support-lists .p-top-solution__support-list {
    width: 237px;
    padding-top: 50px;
    font-size: 1.9rem;
  }
}
.p-top-solution__support-lists .p-top-solution__support-list > p {
  padding-top: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-solution__support-lists .p-top-solution__support-list img {
    width: 23.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-solution__support-lists .p-top-solution__support-list img {
    width: 100%;
  }
}

.p-top-solution__advantage {
  font-weight: bold;
  background-color: #f2e7c3;
}
@media screen and (max-width: 767px) {
  .p-top-solution__advantage {
    width: 80%;
    margin: 10.6666666667vw auto 0;
    padding: 5.3333333333vw 8vw 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-solution__advantage {
    width: 812px;
    margin: 120px auto 0;
    padding: 80px 118px 90px;
  }
}
.p-top-solution__advantage .p-top-solution__advantage-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-solution__advantage .p-top-solution__advantage-lists .p-top-solution__advantage-list {
    width: 47%;
    padding-top: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-solution__advantage .p-top-solution__advantage-lists .p-top-solution__advantage-list {
    width: 50%;
    padding-top: 50px;
    font-size: 1.9rem;
  }
}
.p-top-solution__advantage .p-top-solution__advantage-lists .p-top-solution__advantage-list > p {
  padding-top: 1em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-solution__advantage .p-top-solution__advantage-lists .p-top-solution__advantage-list > p {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-solution__advantage .p-top-solution__advantage-lists .p-top-solution__advantage-list img {
    width: 23.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-solution__advantage .p-top-solution__advantage-lists .p-top-solution__advantage-list img {
    width: 237px;
  }
}

/* --------------------------------------------------------------------------
  add-cloud
-------------------------------------------------------------------------- */
.p-top-add-cloud {
  position: relative;
}
.p-top-add-cloud .p-top-add-cloud01 {
  top: 5.3333333333vw;
  right: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-add-cloud .p-top-add-cloud01 {
    top: -80px;
    right: -204px;
  }
}
.p-top-add-cloud .p-top-add-cloud02 {
  top: 17.3333333333vw;
  right: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-add-cloud .p-top-add-cloud02 {
    top: 26px;
    right: -70px;
  }
}
.p-top-add-cloud .p-top-add-cloud03 {
  top: 114.6666666667vw;
  left: 1.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-add-cloud .p-top-add-cloud03 {
    top: 820px;
    left: -255px;
  }
}
.p-top-add-cloud .p-top-add-cloud04 {
  top: 4vw;
  right: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-top-add-cloud .p-top-add-cloud04 {
    top: 0;
    right: -150px;
  }
}
.p-top-add-cloud .p-top-add-cloud05 {
  top: 34.6666666667vw;
  left: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-add-cloud .p-top-add-cloud05 {
    top: 210px;
    left: -200px;
  }
}
.p-top-add-cloud .p-top-add-cloud01, .p-top-add-cloud .p-top-add-cloud02, .p-top-add-cloud .p-top-add-cloud03, .p-top-add-cloud .p-top-add-cloud04, .p-top-add-cloud .p-top-add-cloud05 {
  display: block;
  position: absolute;
  z-index: 0;
  width: 16.8vw;
  height: 9.8666666667vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/illust/cloud_blue@2x.png);
}
@media screen and (min-width: 768px) {
  .p-top-add-cloud .p-top-add-cloud01, .p-top-add-cloud .p-top-add-cloud02, .p-top-add-cloud .p-top-add-cloud03, .p-top-add-cloud .p-top-add-cloud04, .p-top-add-cloud .p-top-add-cloud05 {
    width: 171px;
    height: 98px;
  }
}

/* --------------------------------------------------------------------------
  .p-top-contactus => 外側
-------------------------------------------------------------------------- */
/* iframe */
.p-top-contactus__iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=maps/top.css.map */