@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
.p-top-mv {
  margin: 24px auto 0;
  max-width: 1240px;
  width: 100%;
}
.p-top-mv__slider__item {
  border-radius: 24px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}
.p-top-mv .u-slick-wrap {
  position: relative;
  padding-bottom: 40px;
}
.p-top-mv .u-slick-wrap .slick-list {
  overflow: visible;
}
.p-top-mv .u-slick-wrap .slick-btn-prev,
.p-top-mv .u-slick-wrap .slick-btn-next {
  top: calc(50% - 20px);
}
.p-top-mv .u-slick-wrap .slick-btn-prev {
  left: 0;
}
.p-top-mv .u-slick-wrap .slick-btn-next {
  right: 0;
}
.p-top-mv .u-slick-wrap .slick-dots {
  bottom: 18px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 32.2580645161%;
}

.p-top-information {
  display: flex;
}
.p-top-information__header {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  width: 238px;
}
.p-top-information__header__hd {
  font-size: 1.75rem;
  font-weight: 700;
}
.p-top-information__header__btn-more {
  margin-top: 24px;
}
.p-top-information__header::after {
  background: #F5F5F5;
  border-radius: 0 24px 24px 0;
  content: "";
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.p-top-information__items {
  margin-left: 80px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.p-top-information__items .c-information-card {
  margin-top: 24px;
}
.p-top-information__items .c-information-card:first-child {
  margin-top: 0;
}

.p-top-business {
  background-color: #EEF8F9;
  margin-top: 40px;
  padding-bottom: 120px;
  padding-top: 120px;
}
.p-top-business__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-top-business__header::after {
  background: #01B0C4;
  content: "";
  display: block;
  height: 188px;
  height: calc(100% + 120px + 20px);
  left: -50px;
  position: absolute;
  top: -120px;
  width: 10px;
}
.p-top-business__header__hd {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7142857143em;
}
.p-top-business__header__btn-more {
  flex-shrink: 0;
  margin-left: 24px;
}
.p-top-business__items {
  display: flex;
  margin-bottom: -88px;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 40px;
}
.p-top-business__items.slick-initialized {
  margin-bottom: 0;
  display: block;
}
.p-top-business__items__item {
  margin-left: 12px;
  margin-right: 12px;
}
.p-top-business .u-slick-wrap {
  position: relative;
  padding-bottom: 88px;
}
.p-top-business .u-slick-wrap .slick-list {
  overflow: visible;
}
.p-top-business .u-slick-wrap .slick-btn-prev {
  bottom: 0;
  right: 88px;
  top: auto;
  transform: translate(0%, 0%) scale(-1, 1);
}
.p-top-business .u-slick-wrap .slick-btn-next {
  bottom: 0;
  right: 0;
  top: auto;
  transform: translate(0%, 0%);
}
.p-top-business .u-slick-wrap .slick-dots {
  bottom: 30px;
  right: 192px;
  position: absolute;
  width: 400px;
}
.p-top-business__btn-more {
  display: none;
}

.p-top-news {
  background-color: #fff;
  padding-bottom: 120px;
  padding-top: 120px;
}
.p-top-news__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-top-news__header__hd {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7142857143em;
}
.p-top-news__header__btn-more {
  flex-shrink: 0;
  margin-left: 24px;
}
.p-top-news__items {
  display: flex;
  margin-bottom: -88px;
  margin-top: 40px;
}
.p-top-news__items.slick-initialized {
  margin-bottom: 0;
  display: block;
}
.p-top-news .u-slick-wrap {
  position: relative;
}
.p-top-news .u-slick-wrap .slick-list {
  overflow: visible;
}
.p-top-news .u-slick-wrap .slick-btn-prev {
  bottom: 0;
  right: 88px;
  top: auto;
  transform: translate(0%, 0%) scale(-1, 1);
}
.p-top-news .u-slick-wrap .slick-btn-next {
  bottom: 0;
  right: 0;
  top: auto;
  transform: translate(0%, 0%);
}
.p-top-news .u-slick-wrap .slick-dots {
  bottom: 30px;
  right: 192px;
  position: absolute;
  width: 400px;
}
.p-top-news__btn-more {
  display: none;
}

.p-top-onsale {
  background-color: #EEF8F9;
  padding-bottom: 120px;
  padding-top: 120px;
}
.p-top-onsale__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-top-onsale__header::after {
  background: #01B0C4;
  content: "";
  display: block;
  height: 188px;
  height: calc(100% + 120px + 20px);
  left: -50px;
  position: absolute;
  top: -120px;
  width: 10px;
}
.p-top-onsale__header__hd {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7142857143em;
}
.p-top-onsale__header__btn-more {
  flex-shrink: 0;
  margin-left: 24px;
}
.p-top-onsale .p-post-items {
  margin-bottom: -88px;
  margin-top: 40px;
}
.p-top-onsale .p-post-items.slick-initialized {
  margin-bottom: 0;
  display: block;
}
.p-top-onsale .u-slick-wrap {
  position: relative;
}
.p-top-onsale .u-slick-wrap .slick-list {
  overflow: visible;
}
.p-top-onsale .u-slick-wrap .slick-btn-prev {
  bottom: 0;
  right: 88px;
  top: auto;
  transform: translate(0%, 0%) scale(-1, 1);
}
.p-top-onsale .u-slick-wrap .slick-btn-next {
  bottom: 0;
  right: 0;
  top: auto;
  transform: translate(0%, 0%);
}
.p-top-onsale .u-slick-wrap .slick-dots {
  bottom: 30px;
  right: 192px;
  position: absolute;
  width: 400px;
}
.p-top-onsale__btn-more {
  display: none;
}

.p-top-case {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.p-top-case__hd {
  align-items: center;
  display: flex;
  height: 106px;
  flex-direction: column;
  justify-content: space-around;
  line-height: 1;
  margin-bottom: 40px;
}
.p-top-case__hd span {
  font-weight: 700;
}
.p-top-case__hd span:nth-child(1) {
  font-size: 1.25rem;
}
.p-top-case__hd span:nth-child(2) {
  font-size: 1.75rem;
}
.p-top-case__hd span:nth-child(3) {
  font-size: 1.25rem;
}
.p-top-case__col {
  padding: 64px 40px 72px;
  position: relative;
  width: 48.3333333333%;
}
.p-top-case__col::after {
  background: #E5E5E5;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.p-top-case__col__contents {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-top-case__col__contents figure {
  width: 39.8%;
}
.p-top-case__col__contents figure img {
  width: 100%;
}
.p-top-case__col__contents__content {
  font-size: 1rem;
  line-height: 2;
  margin-top: 24px;
  width: 52.2%;
}
.p-top-case__col iframe {
  aspect-ratio: 16/9;
  border: none;
  display: block;
  width: 100%;
}
.p-top-case__col:nth-child(1)::after {
  border-radius: 0 40px 40px 0;
  right: 0;
}
.p-top-case__col:nth-child(1) .p-top-case__hd span:nth-child(1) {
  padding-left: 1.3em;
  padding-right: 1.3em;
  position: relative;
}
.p-top-case__col:nth-child(1) .p-top-case__hd span:nth-child(1)::before, .p-top-case__col:nth-child(1) .p-top-case__hd span:nth-child(1)::after {
  background: #01B0C4;
  content: "";
  display: block;
  height: 1.1em;
  position: absolute;
  top: 50%;
  width: 2px;
}
.p-top-case__col:nth-child(1) .p-top-case__hd span:nth-child(1)::before {
  left: 0;
  transform: translate(0, -50%) rotate(-27deg);
}
.p-top-case__col:nth-child(1) .p-top-case__hd span:nth-child(1)::after {
  right: 0;
  transform: translate(0, -50%) rotate(27deg);
}
.p-top-case__col:nth-child(2)::after {
  border-radius: 40px 0 0 40px;
  left: 0;
}
.p-top-case__btn-download {
  margin-top: 24px;
}
.p-top-case__btn-download span {
  font-size: 0.75rem;
}

.p-top-download {
  align-items: center;
  background-color: #E0E2D4;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 280px;
  justify-content: center;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.p-top-download__txt-01 {
  background-color: #326191;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 48px;
  padding-left: 32px;
  padding-right: 32px;
}
.p-top-download__txt-02 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.25em;
}
.p-top-download__txt-02 > span:nth-child(1) {
  position: relative;
}
.p-top-download__txt-02 > span:nth-child(1) span {
  font-size: 0.5em;
  font-weight: 500;
  left: 50%;
  letter-spacing: 1.5em;
  position: absolute;
  text-indent: 1.5em;
  top: 0;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.p-top-download__txt-02 > span:nth-child(2) {
  margin-left: 1em;
}
.p-top-download__txt-03 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 24px;
}
.p-top-download__hover {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.p-top-download__hover span:nth-child(1) {
  font-size: 2.5rem;
}
.p-top-download__hover span:nth-child(2) {
  font-size: 2rem;
}
.p-top-download:hover .p-top-download__hover {
  opacity: 1;
}
@media screen and (min-width: 768px){
  .p-top-news__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2%;
  }
  .p-top-news__items__item {
    margin-bottom: 2%;
    margin-right: 2%;
    width: 49%;
  }
  .p-top-news__items__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 984px){
  .p-top-news__items__item {
    margin-bottom: 0;
    width: 23.5%;
  }
  .p-top-news__items__item:nth-child(2n) {
    margin-right: 2%;
  }
  .p-top-news__items__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1272px){
  .p-top-mv__slider__item {
    border-radius: 1.8867924528vw;
    margin-left: 2.5157232704vw;
    margin-right: 2.5157232704vw;
  }
  .p-top-mv .u-slick-wrap .slick-btn-prev {
    left: 2.5157232704vw;
  }
  .p-top-mv .u-slick-wrap .slick-btn-next {
    right: 2.5157232704vw;
  }
  .p-top-information__items {
    margin-left: 6.6666666667%;
    padding-bottom: 3.3333333333%;
    padding-top: 3.3333333333%;
  }
}
@media screen and (max-width: 1200px){
  .p-top-case {
    align-items: center;
    flex-direction: column;
  }
  .p-top-case__col {
    width: 580px;
  }
  .p-top-case__col:nth-child(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px){
  .p-top-mv {
    margin-top: 0;
  }
  .p-top-mv__slider__item {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .p-top-mv .u-slick-wrap .slick-btn-prev,
  .p-top-mv .u-slick-wrap .slick-btn-next {
    border-radius: 16px 0 0 16px;
    height: 64px;
    width: 40px;
  }
  .p-top-mv .u-slick-wrap .slick-btn-prev {
    left: 0;
    transform: translate(0%, -50%) scale(-1, 1);
  }
  .p-top-mv .u-slick-wrap .slick-btn-next {
    right: 0;
    transform: translate(0%, -50%);
  }
  .p-top-mv .u-slick-wrap .slick-dots {
    width: 82.9333333333%;
  }
  .p-top-information {
    flex-direction: column;
  }
  .p-top-information__header {
    align-items: baseline;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-top: 16px;
    width: 100%;
  }
  .p-top-information__header__hd {
    font-size: 24px;
  }
  .p-top-information__header__btn-more {
    margin-top: 0;
  }
  .p-top-information__header::after {
    border-radius: 0 16px 16px 0;
  }
  .p-top-information__items {
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 24px;
  }
  .p-top-business {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-top-business__header::after {
    height: calc(100% + 40px + 12px);
    left: -16px;
    top: -40px;
    width: 6px;
  }
  .p-top-business__header__hd {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .p-top-business__header__btn-more {
    display: none;
  }
  .p-top-business__items {
    margin-bottom: -80px;
    margin-top: 24px;
  }
  .p-top-business .u-slick-wrap {
    padding-bottom: 80px;
  }
  .p-top-business .u-slick-wrap .slick-btn-prev {
    right: 80px;
  }
  .p-top-business .u-slick-wrap .slick-dots {
    right: 168px;
    width: calc(100% - 168px);
  }
  .p-top-business__btn-more {
    display: block;
    margin-top: 24px;
    text-align: center;
  }
  .p-top-news {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-top-news__header__hd {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .p-top-news__header__btn-more {
    display: none;
  }
  .p-top-news__items {
    margin-bottom: -80px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 24px;
  }
  .p-top-news__items__item {
    margin-left: 12px;
    margin-right: 12px;
  }
  .p-top-news .u-slick-wrap {
    padding-bottom: 80px;
  }
  .p-top-news .u-slick-wrap .slick-btn-prev {
    right: 80px;
  }
  .p-top-news .u-slick-wrap .slick-dots {
    right: 168px;
    width: calc(100% - 168px);
  }
  .p-top-news__btn-more {
    display: block;
    margin-top: 24px;
    text-align: center;
  }
  .p-top-onsale {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-top-onsale__header::after {
    height: calc(100% + 40px + 12px);
    left: -16px;
    top: -40px;
    width: 6px;
  }
  .p-top-onsale__header__hd {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .p-top-onsale__header__btn-more {
    display: none;
  }
  .p-top-onsale .p-post-items {
    margin-bottom: -80px;
  }
  .p-top-onsale .u-slick-wrap {
    padding-bottom: 80px;
  }
  .p-top-onsale .u-slick-wrap .slick-btn-prev {
    right: 80px;
  }
  .p-top-onsale .u-slick-wrap .slick-dots {
    right: 168px;
    width: calc(100% - 168px);
  }
  .p-top-onsale__btn-more {
    display: block;
    margin-top: 24px;
    text-align: center;
  }
  .p-top-case {
    margin-top: 40px;
  }
  .p-top-case__hd {
    height: 82px;
    margin-bottom: 24px;
  }
  .p-top-case__hd span:nth-child(1) {
    font-size: 1.0625rem;
  }
  .p-top-case__hd span:nth-child(2) {
    font-size: 1.1875rem;
  }
  .p-top-case__hd span:nth-child(3) {
    font-size: 0.875rem;
  }
  .p-top-case__col {
    padding: 24px 24px 40px;
    width: 100%;
  }
  .p-top-case__col__contents {
    flex-direction: column;
  }
  .p-top-case__col__contents figure {
    width: 53.0666666667vw;
  }
  .p-top-case__col__contents__content {
    font-size: 0.875rem;
    text-align: center;
    width: 100%;
  }
  .p-top-case__col:nth-child(1) {
    padding-left: 0;
  }
  .p-top-case__col:nth-child(1)::after {
    border-radius: 0 16px 16px 0;
  }
  .p-top-case__col:nth-child(2) {
    margin-top: 16px;
    padding-right: 0;
  }
  .p-top-case__col:nth-child(2)::after {
    border-radius: 16px 0 0 16px;
  }
  .p-top-download {
    border-radius: 16px;
    height: 269px;
    margin-top: 16px;
  }
  .p-top-download__txt-02 {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.625rem;
    margin-top: 45px;
  }
  .p-top-download__txt-02 > span:nth-child(1) span {
    font-size: 0.8125rem;
  }
  .p-top-download__txt-02 > span:nth-child(2) {
    margin-left: 0;
  }
  .p-top-download__hover span:nth-child(1) {
    font-size: 1.625rem;
  }
  .p-top-download__hover span:nth-child(2) {
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=../map/top.css.map */
