.access_top {
  width: 1120px;
  margin: 78px auto 10px;
}
.access_top img {
  display: block;
  max-width: 100%;
}
.access_top .access_acc {
  display: block;
  position: relative;
}
.access_top .access_acc .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 202px;
  padding-left: 175px;
}
.access_top .access_acc .btn_acc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 210px;
  height: 26px;
  padding-bottom: 2px;
  border: 1px solid #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.access_top .access_acc .btn_acc:hover {
  opacity: 0.8;
}
.access_top .access_acc .btn_acc:after {
  display: block;
  position: relative;
  top: 2px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-image: url(../../img/access/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s;
  pointer-events: none;
  content: "";
  transform: rotate(180deg);
}
.access_top .access_acc .btn_acc.active:after {
  transform: rotate(0deg);
}

.tag {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 143px;
  height: 116px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.access_main {
  display: none;
  padding: 50px;
  background-color: #F5F5F5;
}
.access_main em, .access_main strong, .access_main small {
  font-style: normal;
}
.access_main .access_main_txt {
  font-size: 18px;
  line-height: 1.8;
}
.access_main .access_list_wrapper {
  margin-top: 60px;
}
.access_main .access_list {
  display: flex;
  position: relative;
}
.access_main .access_list:first-child .tag {
  right: -1px;
  text-align: right;
  padding: 9px 11px;
  background-image: url(../../img/access/bg_red01.webp);
}
.access_main .access_list:nth-child(2) .tag {
  left: -1px;
  text-align: left;
  padding: 17px 17px;
  background-image: url(../../img/access/bg_gold01.webp);
}
.access_main .access_list:nth-child(3) .tag {
  right: -1px;
  text-align: right;
  padding: 9px 11px;
  background-image: url(../../img/access/bg_gold02.webp);
}
.access_main .access_list + .access_list {
  margin-top: 30px;
}
.access_main .img {
  width: 600px;
}
.access_main .txt {
  width: calc(100% - 600px);
  padding-top: 20px;
  background-color: #fff;
}
.access_main .txt_bottom {
  padding: 0 52px;
}
.access_main .txt_bottom p {
  margin-top: 12px;
  font-size: 12px;
}
.access_main .btnWrapper.center {
  margin-top: 13px;
}
.access_main .btnWrapper.center a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  border: 1px solid #036ea8;
}
.access_main h2 {
  text-align: center;
}
.access_main h2 em {
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #BBA170;
}
.access_main h2 strong {
  display: block;
  margin-top: 2px;
  font-weight: 600;
  font-size: 24px;
}
.access_main .accessItem__Tag {
  position: relative;
  top: 0;
  margin-top: 7px;
}

@media screen and (max-width: 979px) {
  .access_top {
    width: 100%;
    margin: 0 auto 1.3333vw;
  }
  .access_top .access_acc .txt {
    display: flex;
    justify-content: center;
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: unset;
    padding-left: unset;
    padding-bottom: 6.5333vw;
  }
  .access_top .access_acc .btn_acc {
    width: 45.7333vw;
    height: 5.4666vw;
    padding-bottom: 0.2666vw;
    border-radius: 0.8vw;
    font-size: 3.2vw;
    transition: 0.3s;
  }
  .access_top .access_acc .btn_acc:after {
    top: 0.2666vw;
    width: 1.8666vw;
    height: 1.8666vw;
    margin-left: 1.3333vw;
  }
  .tag {
    position: absolute;
    top: 0;
    width: 25.7333vw;
    height: 20.8vw;
    font-size: 3.6vw;
    text-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
    line-height: 1.2;
  }
  .access_main {
    padding: 6.6666vw;
  }
  .access_main .access_main_txt {
    font-size: 3.7333vw;
    line-height: 1.8;
  }
  .access_main .access_list_wrapper {
    margin-top: 18.6666vw;
  }
  .access_main .access_list {
    display: block;
    background-color: #fff;
  }
  .access_main .access_list:first-child .tag {
    padding: 1.8666vw 2.1333vw;
  }
  .access_main .access_list:nth-child(2) .tag {
    left: unset;
    right: 0;
    text-align: right;
    padding: 3.7333vw 2.1333vw;
    background-image: url(../../img/access/bg_gold02.webp);
  }
  .access_main .access_list:nth-child(3) .tag {
    padding: 1.8666vw 2.1333vw;
  }
  .access_main .btn-sub::after {
    transform: translateX(-102%);
  }
  .access_main .access_list + .access_list {
    margin-top: 3.3333vw;
  }
  .access_main .img {
    width: 100%;
  }
  .access_main .txt {
    width: 100%;
    padding: 6.6666vw 0;
    background-color: #fff;
  }
  .access_main .txt_bottom {
    padding: 0 5.3333vw;
  }
  .access_main .txt_bottom .img {
    margin-top: 3.3333vw;
  }
  .access_main .txt_bottom p {
    margin-top: 3.3333vw;
    font-size: 3.7333vw;
  }
  .access_main .btnWrapper.center {
    padding: 0 6vw;
    margin-top: 5.7333vw;
  }
  .access_main .btnWrapper.center a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.7333vw;
    border: 1px solid #036ea8;
    font-size: 2.6666vw;
  }
  .access_main h2 em {
    font-size: 3.0666vw;
  }
  .access_main h2 strong {
    margin-top: 0.2666vw;
    font-size: 7.7333vw;
  }
  .access_main .accessItem__Tag {
    position: relative;
    top: 0;
    margin-top: 2.4vw;
  }
}
.tag.tag01 {
  right: -1px;
  text-align: right;
  padding: 9px 11px;
  background-image: url(../../img/access/bg_red01.webp);
}
.tag.tag02 {
  right: -1px;
  text-align: right;
  padding: 9px 11px;
  background-image: url(../../img/access/bg_gold02.webp);
}
.tag.tag03 {
  right: -1px;
  text-align: right;
  padding: 20px 12px;
  background-image: url(../../img/access/bg_gold02.webp);
}

@media screen and (max-width: 979px) {
  .tag {
    width: 19.0666vw;
    height: 15.3333vw;
    font-size: 2.6666vw;
    text-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
  .tag.tag01 {
    padding: 1.2vw 1.4666vw;
  }
  .tag.tag02 {
    padding: 1.2vw 1.4666vw;
  }
  .tag.tag03 {
    padding: 2.6666vw 1.6vw;
  }
}
@media screen and (min-width: 980px) {
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .for_pc {
    display: none !important;
  }
}/*# sourceMappingURL=access.css.map */