@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.titl01_wrap {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .titl01_wrap {
    margin-bottom: 60px;
  }
}
.titl01_wrap .titl01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 800px) {
  .titl01_wrap .titl01 {
    font-size: 3.6rem;
  }
}

section h3 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.65;
  text-align: center;
}
@media (max-width: 800px) {
  section h3 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
section h3 + p {
  width: 84%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 800px) {
  section h3 + p {
    width: 100%;
    font-size: 1.5rem;
  }
}
section h3 + .bc_txts {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 800px) {
  section h3 + .bc_txts {
    font-size: 1.5rem;
  }
}
section .ttl_pic {
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  section .ttl_pic {
    margin-bottom: 30px;
  }
}
section .cont_wrap > .txt h4 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 800px) {
  section .cont_wrap > .txt h4 {
    font-size: 1.8rem;
  }
}
section .cont_wrap > .txt h5 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.77;
}
@media (max-width: 800px) {
  section .cont_wrap > .txt h5 {
    font-size: 1.8rem;
  }
}
section .cont_wrap > .txt h5 span {
  color: #a58b56;
}
section .cont_wrap > .txt > .f_yumin {
  font-size: 1.6rem;
  line-height: 1;
  color: #a58b56;
}
@media (max-width: 800px) {
  section .cont_wrap > .txt > .f_yumin {
    font-size: 1.5rem;
  }
}
section .pic_scroll .scroll_icon,
section .pic_scroll .scroll_bg {
  display: none;
}
@media (max-width: 480px) {
  section .pic_scroll {
    overflow-x: scroll;
    white-space: nowrap;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }
  section .pic_scroll::-webkit-scrollbar {
    display: none;
  }
  section .pic_scroll .scroll_icon,
  section .pic_scroll .scroll_icon_bg {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 5.5%;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
  }
  section .pic_scroll .scroll_icon.scroll_hide,
  section .pic_scroll .scroll_icon_bg.scroll_hide {
    opacity: 0;
  }
  section .pic_scroll .scroll_icon_bg {
    background: #b5b5b6;
    mix-blend-mode: multiply;
    border-radius: 28px;
  }
}

.sec01 {
  margin-bottom: 160px;
}
@media (max-width: 800px) {
  .sec01 {
    margin-bottom: 100px;
  }
}
.sec01 .ttl_pic {
  padding-top: 40px;
}
.sec01 .cont_wrap {
  position: relative;
}
.sec01 .cont_wrap .list_wrap {
  position: relative;
  margin-top: 45px;
  margin-left: 15px;
  padding-left: 15px;
  padding-bottom: 105px;
}
@media (max-width: 800px) {
  .sec01 .cont_wrap .list_wrap {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.sec01 .cont_wrap .list_wrap .barTtoB {
  width: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec01 .cont_wrap .list_wrap ul li + li {
  margin-top: 24px;
}
@media (max-width: 800px) {
  .sec01 .cont_wrap .list_wrap ul li + li {
    margin-top: 18px;
  }
}
.sec01 .cont_wrap .list_wrap ul li p {
  line-height: 1;
}
.sec01 .cont_wrap .list_wrap ul li p:not(.f_yumin) {
  margin-bottom: 12px;
  font-size: 2rem;
}
@media (max-width: 800px) {
  .sec01 .cont_wrap .list_wrap ul li p:not(.f_yumin) {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.sec01 .cont_wrap .list_wrap ul li p:not(.f_yumin) span:not(.cap) {
  color: #a58b56;
}
.sec01 .cont_wrap .list_wrap ul li p.f_yumin {
  color: #a58b56;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.sec01 .cont_wrap .pic_wrap {
  width: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 960px) {
  .sec01 .cont_wrap .pic_wrap {
    width: 75%;
  }
}
.sec01 .pic_wrap {
  width: 89%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .sec01 .pic_wrap {
    width: 100%;
  }
  .sec01 .pic_wrap .capNbg {
    right: 5.5%;
  }
}
@media (max-width: 480px) {
  .sec01 .pic_scroll .pic {
    width: 712px;
    padding: 0 20px;
  }
  .sec01 .pic_scroll .scroll_icon,
  .sec01 .pic_scroll .scroll_icon_bg {
    top: 10px;
  }
}

.sec02 {
  margin-bottom: 200px;
}
@media (max-width: 800px) {
  .sec02 {
    margin-bottom: 80px;
  }
}
.sec02 > .bc_txts {
  max-width: 632px;
}
.sec02 .cont_wrap {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .sec02 .cont_wrap {
    margin-top: 40px;
  }
}
.sec02 .cont_wrap ul {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}
@media (max-width: 800px) {
  .sec02 .cont_wrap ul {
    margin-bottom: 40px;
    position: relative;
    top: auto;
    left: auto;
  }
}
.sec02 .cont_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.sec02 .cont_wrap ul li + li {
  margin-top: 22px;
}
.sec02 .cont_wrap ul li .icon {
  width: 40px;
}
.sec02 .cont_wrap ul li .txt p {
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 800px) {
  .sec02 .cont_wrap ul li .txt p {
    font-size: 1.8rem;
  }
}
.sec02 .cont_wrap ul li .txt p span {
  color: #a58b56;
}
.sec02 .cont_wrap ul li .txt p + p {
  margin-top: 10px;
}
.sec02 .cont_wrap ul li .txt p.f_yumin {
  font-size: 1.2rem;
}
.sec02 .cont_wrap .pic_wrap .arrow {
  position: absolute;
  width: 18px;
  right: 16px;
  bottom: 25px;
}
.sec02 .cont_wrap .pic_wrap .capNbg {
  right: 8px;
  bottom: 3px;
}
.sec02 > .pic_wrap {
  width: 89%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .sec02 > .pic_wrap .pic_scroll .pic {
    width: 675px;
  }
  .sec02 > .pic_wrap .pic_scroll .scroll_icon,
  .sec02 > .pic_wrap .pic_scroll .scroll_icon_bg {
    top: 0;
  }
}
.sec02 > .pic_wrap .arrow {
  position: absolute;
  width: 15px;
  right: 10px;
  bottom: 22px;
}
@media (max-width: 480px) {
  .sec02 > .pic_wrap {
    width: 100%;
  }
  .sec02 > .pic_wrap .arrow {
    right: calc(5.5% + 10px);
  }
  .sec02 > .pic_wrap .capNbg {
    right: 5.5%;
  }
}

.sec03 {
  margin-bottom: 200px;
}
@media (max-width: 800px) {
  .sec03 {
    margin-bottom: 80px;
  }
}
.sec03 .cont_wrap .pic_wrap {
  margin-top: 45px;
}
@media (max-width: 800px) {
  .sec03 .cont_wrap .pic_wrap {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .sec03 .cont_wrap .pic_wrap {
    display: none;
  }
}
.sec03 .cont_wrap:last-child {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .sec03 .cont_wrap:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px 0;
  }
}
.sec03 .cont_wrap:last-child .txt {
  width: 51.25%;
}
.sec03 .cont_wrap:last-child .txt h5 {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .sec03 .cont_wrap:last-child .txt {
    width: 100%;
  }
  .sec03 .cont_wrap:last-child .txt .cap {
    font-size: 1.2rem;
  }
}
.sec03 .cont_wrap:last-child .pic {
  width: 48.75%;
}
@media (max-width: 800px) {
  .sec03 .cont_wrap:last-child .pic {
    width: 100%;
  }
}
.sec03 .cont_wrap:last-child .scaleIn_wrap {
  width: 48.75%;
}
@media (max-width: 800px) {
  .sec03 .cont_wrap:last-child .scaleIn_wrap {
    width: 100%;
  }
}
.sec03 .cont_wrap:last-child .scaleIn_wrap .pic {
  width: 100%;
}
.sec03 .pic_wrap_sp {
  display: none;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .sec03 .pic_wrap_sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .sec03 .pic_wrap_sp .pic_scroll .pic {
    width: 980px;
    padding: 0 20px;
  }
  .sec03 .pic_wrap_sp .pic_scroll .scroll_icon,
  .sec03 .pic_wrap_sp .pic_scroll .scroll_icon_bg {
    top: 0;
    left: auto;
    right: 5.5%;
  }
}

.sec04 .pic_3_wrap,
.sec05 .pic_3_wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .sec04 .pic_3_wrap,
  .sec05 .pic_3_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px 2.5%;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  .sec04 .pic_3_wrap,
  .sec05 .pic_3_wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px 0;
  }
}
.sec04 .pic_3_wrap .scaleIn_wrap,
.sec05 .pic_3_wrap .scaleIn_wrap {
  width: 31.66%;
}
@media (max-width: 800px) {
  .sec04 .pic_3_wrap .scaleIn_wrap,
  .sec05 .pic_3_wrap .scaleIn_wrap {
    width: 46%;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  .sec04 .pic_3_wrap .scaleIn_wrap,
  .sec05 .pic_3_wrap .scaleIn_wrap {
    width: 304px;
  }
}
.sec04 .pic_3_wrap .scaleIn_wrap .cap,
.sec05 .pic_3_wrap .scaleIn_wrap .cap {
  text-align: right;
}

.sec04 {
  margin-bottom: 200px;
}
@media (max-width: 800px) {
  .sec04 {
    margin-bottom: 80px;
  }
}
.sec04 .cont_wrap .pic_wrap {
  position: relative;
  margin-top: 45px;
}
@media (max-width: 800px) {
  .sec04 .cont_wrap .pic_wrap {
    margin-top: 30px;
  }
}
.sec04 .cont_wrap .pic_wrap .pic {
  width: 77.9%;
  margin-right: 11%;
  margin-left: auto;
}
@media (max-width: 800px) {
  .sec04 .cont_wrap .pic_wrap .pic {
    width: 100%;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  .sec04 .cont_wrap .pic_wrap .pic {
    display: none;
  }
}
.sec04 .cont_wrap .pic_wrap .pic .capNbg {
  bottom: 60px;
}
.sec04 .cont_wrap .pic_wrap .pic .arrow {
  position: absolute;
  width: 18px;
  right: 10px;
  bottom: 82px;
}
.sec04 .cont_wrap .pic_wrap ul {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 800px) {
  .sec04 .cont_wrap .pic_wrap ul {
    position: static;
    margin-bottom: 40px;
  }
}
.sec04 .cont_wrap .pic_wrap ul li + li {
  margin-top: 25px;
}
.sec04 .cont_wrap .pic_wrap ul li p {
  line-height: 1;
}
.sec04 .cont_wrap .pic_wrap ul li p + .f_yumin {
  margin-top: 10px;
}
.sec04 .cont_wrap .pic_wrap ul li p:not(.f_yumin) {
  font-size: 2rem;
}
@media (max-width: 800px) {
  .sec04 .cont_wrap .pic_wrap ul li p:not(.f_yumin) {
    font-size: 1.8rem;
  }
}
.sec04 .cont_wrap .pic_wrap ul li p:not(.f_yumin) span {
  color: #a58b56;
}
.sec04 .cont_wrap .pic_wrap ul li p.f_yumin {
  font-size: 1.2rem;
}
.sec04 .cont_wrap .pic_wrap ul li p.f_yumin + p {
  margin-top: 8px;
}
.sec04 .pic_wrap_sp {
  display: none;
}
@media (max-width: 480px) {
  .sec04 .pic_wrap_sp {
    display: block;
  }
}
.sec04 .pic_wrap_sp .pic_scroll .pic {
  width: 414px;
  padding: 0 20px;
}
.sec04 .pic_wrap_sp .capNbg {
  right: 5.5%;
  bottom: 28px;
}
.sec04 .pic_wrap_sp .arrow {
  position: absolute;
  width: 15px;
  right: calc(5.5% + 10px);
  bottom: 50px;
}

.sec05 .cont_wrap > p {
  width: 550px;
  margin-top: 45px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 800px) {
  .sec05 .cont_wrap > p {
    width: 100%;
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
.sec05 .pic_scroll_wrap {
  width: 67.38%;
  max-width: 876px;
  margin: 45px auto 0;
}
@media (max-width: 800px) {
  .sec05 .pic_scroll_wrap {
    width: 89%;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  .sec05 .pic_scroll_wrap {
    width: 100%;
  }
  .sec05 .pic_scroll_wrap .pic {
    width: 714px;
    padding: 0 20px;
  }
  .sec05 .pic_scroll_wrap .pic .capNbg {
    right: 5.5%;
  }
}
.sec05 .pic_scroll_wrap .arrow {
  position: absolute;
  width: 18px;
  right: 10px;
  bottom: 22px;
}
@media (max-width: 480px) {
  .sec05 .pic_scroll_wrap .arrow {
    width: 15px;
    right: calc(5.5% + 10px);
  }
}
.sec05 .cap.inner {
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}/*# sourceMappingURL=access.css.map */