@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap&subset=japanese");
body#top {
  background-color: #EB5C01;
}

@keyframes anim-loop1 {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim-loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes anim-loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
@keyframes anim-r-loop1 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes anim-r-loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes anim-r-loop3 {
  0% {
    transform: translateX(-300%);
  }
  to {
    transform: translateX(0%);
  }
}
.l-index-mv__a-wrapper, .l-index-mv__d-wrapper {
  background-color: #EB5C01;
}
.l-index-mv__d-wrapper {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-index-mv__d-wrapper {
    position: relative;
  }
}
.l-index-mv__a-inner {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 1360px) {
  .l-index-mv__a-inner {
    padding: 60px 20px 150px;
  }
}
@media screen and (max-width: 768px) {
  .l-index-mv__a-inner {
    max-width: 600px;
    padding: 40px 20px 100px;
  }
}
@media screen and (max-width: 500px) {
  .l-index-mv__a-inner {
    padding: 10.66666vw 20px 58.66666vw;
  }
}
.l-index-mv__d-inner {
  padding: 100px 20px 200px;
}
@media screen and (max-width: 768px) {
  .l-index-mv__d-inner {
    padding: 60px 20px 120px;
  }
}
@media screen and (max-width: 320px) {
  .l-index-mv__d-inner {
    padding-bottom: 60px;
  }
}

.p-index-mv__ttl {
  position: relative;
  z-index: 1;
  padding-left: 115px;
}
@media (max-width: 1180px) {
  .p-index-mv__ttl {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p-index-mv__ttl {
    padding-left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p-index-mv__ttl {
    padding-left: 5px;
  }
}
@media screen and (max-width: 320px) {
  .p-index-mv__ttl {
    padding-left: 0;
  }
}
.p-index-mv__ttl .parts {
  position: relative;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 10.8rem;
  font-weight: bold;
  letter-spacing: 25px;
  line-height: 1.3;
  display: block;
}
@media (max-width: 1180px) {
  .p-index-mv__ttl .parts {
    font-size: 9rem;
    letter-spacing: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-index-mv__ttl .parts {
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-index-mv__ttl .parts {
    font-size: 5rem;
    letter-spacing: 12px;
  }
}
@media screen and (max-width: 500px) {
  .p-index-mv__ttl .parts {
    font-size: 13.3333vw;
    letter-spacing: 0.75vw;
    line-height: 1.6;
  }
}
.p-index-mv__ttl .parts .h, .p-index-mv__ttl .parts .o {
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.p-index-mv__ttl .parts .h::before, .p-index-mv__ttl .parts .o::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EB5C01;
  position: absolute;
  top: 0;
  left: 0;
}
.p-index-mv__ttl .parts .h {
  letter-spacing: 0;
  margin-right: 25px;
}
@media (max-width: 1180px) {
  .p-index-mv__ttl .parts .h {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-mv__ttl .parts .h {
    margin-right: 12px;
  }
}
@media screen and (max-width: 500px) {
  .p-index-mv__ttl .parts .h {
    margin-right: 0.75vw;
  }
}
.p-index-mv__ttl .parts .h::before {
  transition: 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.p-index-mv__ttl .parts .o::before {
  transition: 0.6s cubic-bezier(0.14, 0.59, 0.57, 1);
}
.p-index-mv__ttl.is-act .parts .h::before {
  top: 100%;
}
.p-index-mv__ttl.is-act .parts .o::before {
  left: 100%;
  transition-delay: 0.5s;
}
.p-index-mv__catch {
  width: 493px;
  position: absolute;
  bottom: 75px;
  right: 85px;
  overflow: hidden;
}
@media (max-width: 1360px) {
  .p-index-mv__catch {
    right: 40px;
  }
}
@media (max-width: 1180px) {
  .p-index-mv__catch {
    width: 400px;
    bottom: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-mv__catch {
    width: 217px;
  }
}
@media screen and (max-width: 500px) {
  .p-index-mv__catch {
    width: 57.866666vw;
    bottom: 32vw;
    right: 12vw;
  }
}
.p-index-mv__catch::before {
  content: "";
  width: 135%;
  height: 100%;
  background-color: #eb5c01;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom;
  transform: rotate(-20deg) translate3d(0, 0, 0);
  transition: 0.5s ease;
}
.p-index-mv__catch.is-act::before {
  transform: rotate(-20deg) translate3d(85%, 0, 0);
}
.p-index-mv__button {
  background-color: #fff;
  border: #fff solid 1px;
}
.p-index-mv__button::after {
  border-color: #EB5C01;
}
.p-index-mv__button span {
  color: #EB5C01 !important;
}
@media screen and (min-width: 769px) {
  .p-index-mv__button:hover {
    background-color: #EB5C01;
  }
  .p-index-mv__button:hover::after {
    border-color: #fff;
  }
  .p-index-mv__button:hover span {
    color: #fff !important;
  }
}
.p-index-mv__scr {
  width: 2px;
  height: 80px;
  margin: auto;
  background-color: #FFA27C;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1360px) {
  .p-index-mv__scr {
    left: 20px;
  }
}
@keyframes scrPos {
  0% {
    height: 0px;
    top: -5px;
  }
  20% {
    height: 30px;
  }
  20.05% {
    height: 30px;
  }
  70% {
    height: 60px;
    top: 90px;
  }
  100% {
    height: 90px;
    top: 90px;
  }
}
.p-index-mv__scr::after {
  content: "";
  width: 2px;
  height: 0px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: scrPos;
  animation-duration: 2.85s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.l-index__section-wrapper {
  background-color: #F8F8F8;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
.l-index__section.sect2 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-index__section.sect2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-index__section.sect2 .l-inner {
    width: 100%;
  }
  .l-index__section.sect2 .l-column__wrapper {
    flex-wrap: nowrap;
  }
  .l-index__section.sect2 .l-column__item {
    margin-bottom: 0;
    padding: 0 10px;
  }
}
.l-index__section.sect3 {
  background-image: url(/assets/img/index/sect3_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0 125px;
}
@media screen and (max-width: 500px) {
  .l-index__section.sect3 {
    background-image: url(/assets/img/index/sect3_bg_sp.jpg);
    padding: 150px 0 60px;
  }
}
@media (max-width: 880px) {
  .l-index__section.sect3 .p-ttl__article {
    display: block;
  }
}
.l-index__section.sect4 {
  background-color: #191919;
}
.l-index__column1 {
  width: 100%;
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin: auto;
}
@media (max-width: 880px) {
  .l-index__column1 {
    display: block;
  }
}
.l-index__column1-d {
  width: 510px;
}
@media (max-width: 880px) {
  .l-index__column1-d {
    width: 100%;
  }
}
.l-index__column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .l-index__column2 {
    display: block;
    margin-bottom: 40px;
  }
}
.l-index__column2-block {
  width: calc((100% - 120px) / 2);
}
@media screen and (max-width: 1024px) {
  .l-index__column2-block {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .l-index__column2-block {
    width: 100%;
  }
  .l-index__column2-block:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
.l-index__slide-list {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media (max-width: 1060px) {
  .l-index__slide-list {
    display: block;
  }
}
.l-index__slide-list.c1 {
  justify-content: center;
}
.l-index__slide-list.c2 {
  justify-content: space-between;
}
.l-index__slide-item {
  width: 100%;
  max-width: 490px;
}
@media (max-width: 1060px) {
  .l-index__slide-item {
    margin: auto;
  }
  .l-index__slide-item + .l-index__slide-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-index__slide-item {
    margin-top: 20px;
  }
}
.l-index__bnr-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
.l-index__bnr-wrapper.c4, .l-index__bnr-wrapper.c3 {
  max-width: 1200px;
}
.l-index__bnr-wrapper.c4 .p-index__bnr-item {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 1240px) {
  .l-index__bnr-wrapper.c4 .p-index__bnr-item {
    width: calc((100% - 20px) / 2);
  }
  .l-index__bnr-wrapper.c4 .p-index__bnr-item:nth-of-type(-n+2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-index__bnr-wrapper.c4 .p-index__bnr-item {
    width: 100%;
  }
  .l-index__bnr-wrapper.c4 .p-index__bnr-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.l-index__bnr-wrapper.c3 .p-index__bnr-item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1024px) {
  .l-index__bnr-wrapper.c3 .p-index__bnr-item {
    width: calc((100% - 20px) / 2);
  }
  .l-index__bnr-wrapper.c3 .p-index__bnr-item:nth-of-type(-n+2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-index__bnr-wrapper.c3 .p-index__bnr-item {
    width: 100%;
  }
  .l-index__bnr-wrapper.c3 .p-index__bnr-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.l-index__bnr-wrapper.c1 {
  max-width: 385px;
  justify-content: center;
}
.l-index__bnr-wrapper.c1 .p-index__bnr-item {
  width: 100%;
}
.l-index__bnr-wrapper.c2 {
  max-width: 795px;
}
.l-index__bnr-wrapper.c2 .p-index__bnr-item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .l-index__bnr-wrapper.c2 .p-index__bnr-item {
    width: 100%;
  }
  .l-index__bnr-wrapper.c2 .p-index__bnr-item:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
.l-index__brands-wrapper {
  width: 100vw;
  height: 150px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
.l-index__brands-wrapper + .l-index__brands-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-index__brands-wrapper + .l-index__brands-wrapper {
    margin-top: 20px;
  }
}
.l-index__brands-wrapper:hover .l-index__brands-inner {
  animation-play-state: paused !important;
}
.l-index__brands-inner {
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
.l-index__brands-inner.t:nth-of-type(1) {
  animation: anim-loop1 180s linear infinite;
}
.l-index__brands-inner.t:nth-of-type(2) {
  animation: anim-loop2 180s -120s linear infinite;
}
.l-index__brands-inner.t:nth-of-type(3) {
  animation: anim-loop3 180s -60s linear infinite;
}
.l-index__brands-inner.b:nth-of-type(1) {
  animation: anim-r-loop1 180s linear infinite;
}
.l-index__brands-inner.b:nth-of-type(2) {
  animation: anim-r-loop2 180s -120s linear infinite;
}
.l-index__brands-inner.b:nth-of-type(3) {
  animation: anim-r-loop3 180s -60s linear infinite;
}

.p-index__lead, .p-index__txt {
  color: #fff;
}
.p-index__lead.c, .p-index__txt.c {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p-index__lead.sm-l, .p-index__txt.sm-l {
    text-align: left !important;
  }
}
.p-index__lead {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-index__lead {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-index__lead.sm {
    font-size: 5.33333vw;
  }
}
@media (max-width: 900px) {
  .p-index__lead .d-md-block {
    display: block !important;
  }
}
.p-index__txt {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-index__txt {
    font-size: 1.4rem;
  }
}
.p-index__txt.l {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-index__txt.l {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-index__txt.sm {
    font-size: 3.733333vw;
  }
}
@media screen and (max-width: 320px) {
  .p-index__txt.sm {
    font-size: 3.466666vw;
  }
}
@media (max-width: 900px) {
  .p-index__txt .d-md-block {
    display: block !important;
  }
}
.p-index__brands-item {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-index__brands-item {
    margin: 0 10px;
  }
}
.p-index__brands-item a {
  width: 173px;
  height: 150px;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-index__brands-item a::after {
  content: "";
  width: 110%;
  height: 110%;
  border: #F8F8F8 solid 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.75s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-index__brands-item a::after {
    content: none;
  }
}
.p-index__brands-item a img {
  width: auto;
  height: 100%;
  transition: 0.75s ease;
}
@media screen and (min-width: 769px) {
  .p-index__brands-item a:hover::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transition: 0.5s ease;
  }
  .p-index__brands-item a:hover img {
    transform: scale(1.02);
  }
}
@media all and (-ms-high-contrast: none) {
  .p-index__brands-item a:hover::after {
    width: 100%;
    height: 100%;
  }
}
.p-index__slide-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-index__slide-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-index__slide-ttl.w {
  color: #fff;
}
.p-index__bnr-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  transition: 0.75s ease;
}
.p-index__bnr-bg.entry1 {
  background-image: url(/assets/img/index/entry_bnr1.jpg);
}
@media (max-width: 1240px) {
  .p-index__bnr-bg.entry1 {
    background-image: url(/assets/img/index/entry_bnr1_sp.jpg);
  }
}
.p-index__bnr-bg.entry2 {
  background-image: url(/assets/img/index/entry_bnr2.jpg);
}
@media (max-width: 1240px) {
  .p-index__bnr-bg.entry2 {
    background-image: url(/assets/img/index/entry_bnr2_sp.jpg);
  }
}
.p-index__bnr-bg.entry3 {
  background-image: url(/assets/img/index/entry_bnr3.jpg);
}
@media (max-width: 1240px) {
  .p-index__bnr-bg.entry3 {
    background-image: url(/assets/img/index/entry_bnr3_sp.jpg);
  }
}
.p-index__bnr-bg.entry4 {
  background-image: url(/assets/img/index/entry_bnr4.jpg);
}
@media (max-width: 1240px) {
  .p-index__bnr-bg.entry4 {
    background-image: url(/assets/img/index/entry_bnr4_sp.jpg);
  }
}
.p-index__bnr-bg.store1 {
  background-image: url(/assets/img/index/store_bnr1.jpg);
}
.p-index__bnr-bg.store2 {
  background-image: url(/assets/img/index/store_bnr2.jpg);
}
.p-index__bnr-item {
  background-color: #191919;
  overflow: hidden;
  position: relative;
}
.p-index__bnr-item a {
  display: flex;
  align-items: center;
  padding: 0 25px;
  position: relative;
}
.p-index__bnr-item a.m {
  height: 185px;
}
@media screen and (max-width: 768px) {
  .p-index__bnr-item a.m {
    height: 110px;
  }
}
.p-index__bnr-item a.l {
  height: 220px;
}
@media screen and (max-width: 768px) {
  .p-index__bnr-item a.l {
    height: 190px;
  }
}
.p-index__bnr-item a::before {
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid 12px;
  transform: translate(-50%, -50%);
  transition: 0.75s ease;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-index__bnr-item a::before {
    content: none;
  }
}
.p-index__bnr-item a.b::before {
  border-color: #191919;
}
.p-index__bnr-item a.o::before {
  border-color: #EB5C01;
}
.p-index__bnr-item a.brank::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/icon/ico_blank_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-index__bnr-item a:hover::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transition: 0.5s ease;
  }
  .p-index__bnr-item a:hover .p-index__bnr-bg {
    transform: scale(1.02);
  }
}
@media all and (-ms-high-contrast: none) {
  .p-index__bnr-item a:hover::before {
    width: 100%;
    height: 100%;
  }
}
.p-index__bnr-heading {
  position: relative;
  z-index: 2;
}
.p-index__bnr-head, .p-index__bnr-txt {
  color: #fff;
  line-height: 1;
  margin-top: 0;
}
.p-index__bnr-head {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__bnr-head {
    font-size: 1.6rem;
  }
}
.p-index__bnr-head::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-index__bnr-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-index__bnr-txt {
    font-size: 1.2rem;
  }
}
.p-index__company-head {
  width: 115px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-index__company-head {
    font-size: 1.4rem;
  }
}
.p-index__company-data__item {
  display: flex;
  flex-wrap: wrap;
}
.p-index__company-data__item:not(:last-child) {
  border-bottom: #CECECE dashed 1px;
  padding-bottom: 20px;
}
.p-index__company-data__item:not(:nth-of-type(1)) {
  padding-top: 20px;
}
.p-index__company-detail {
  width: calc(100% - 115px);
  font-size: 1.6rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-index__company-detail {
    font-size: 1.4rem;
  }
}
.p-index__company-detail .p {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-index__company-detail .p {
    line-height: 1.5;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 320px) {
  .p-index__company-detail .p {
    display: block;
  }
  .p-index__company-detail .p:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .p-index__company-detail .p span {
    display: block;
  }
}
.p-index__company-detail .p span:nth-of-type(1) {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .p-index__company-detail .p span:nth-of-type(1) {
    width: 115px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 320px) {
  .p-index__company-detail .p span:nth-of-type(1) {
    width: 100%;
  }
}
.p-index__company-detail .p span:nth-of-type(2) {
  width: calc(100% - 190px);
}
@media screen and (max-width: 768px) {
  .p-index__company-detail .p span:nth-of-type(2) {
    width: calc(100% - 115px);
  }
}
@media screen and (max-width: 320px) {
  .p-index__company-detail .p span:nth-of-type(2) {
    width: 100%;
  }
}
.p-index__access-map {
  border: #CECECE solid 1px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-index__access-map {
    margin-bottom: 20px;
  }
}
.p-index__access-list__item {
  text-indent: -1em;
  padding-left: 1em;
}
.p-index__access-txt {
  font-size: 1.6rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-index__access-txt {
    font-size: 1.4rem;
  }
}
.p-index__access-data {
  display: flex;
  flex-wrap: wrap;
}
.p-index__access-data__item {
  width: 50%;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-index__access-data__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-index__access-data__item {
    font-size: 1.4rem;
  }
}
.p-index__access-data__item:nth-of-type(1) {
  border-right: #CECECE dashed 1px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .p-index__access-data__item:nth-of-type(1) {
    border-right: none;
    border-bottom: #CECECE dashed 1px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.p-index__access-data__item:nth-of-type(2) {
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .p-index__access-data__item:nth-of-type(2) {
    padding-left: 0;
    padding-top: 20px;
  }
}