/* ------------------------------------------
  sec_page_ttl
------------------------------------------ */
.sec_page_ttl .container {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0;
  width: 90%;
}

.sec_page_ttl .page_ttl_wrap {
  border: 2px solid #000;
  border-radius: 32px;
}

.sec_page_ttl .page_ttl_wrap .inner {
  align-items: center;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  text-align: center;
}

.sec_page_ttl .page_ttl_wrap .inner .page_ttl {
  border-radius: 30px;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 2.187rem;
  line-height: calc(42/35);
}


@media screen and (max-width: 767px) {
  .sec_page_ttl .container {
    width: calc(100% - 30px);
  }

  .sec_page_ttl .page_ttl_wrap {
    border: 1px solid #000;
    border-radius: 30px;
  }

  .sec_page_ttl .page_ttl_wrap .inner {
    border-radius: 28px;
    flex-direction: column;
    padding: 60px 0 50px;
  }

  .sec_page_ttl .page_ttl_wrap .inner .page_ttl {
    font-size: 1.562rem;
    line-height: calc(30/25);
  }
}

/* ------------------------------------------
  sec_access01
------------------------------------------ */
.sec_access_wrap {
  margin-top: 67px;
}

.sec_ttl_wrap.deco {
  position: relative;
}

.sec_ttl_wrap.deco::before {
  background-color: #000;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.sec_ttl_wrap.deco .sec_ttl {
  background-color: #fff;
  display: table;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 auto;
  padding: 0 15px;
}

.sec_access01 .sec_access01_map {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.sec_access01 .sec_access01_map .img {
  width: 45.5%;
}

@media screen and (max-width: 767px) {
  .sec_access_wrap {
    margin-top: 30px;
  }

  .sec_ttl_wrap.deco .sec_ttl {
    font-size: 1.062rem;
    padding: 0 10px;
    text-align: center;
  }

  .sec_access01 .sec_access01_map {
    flex-direction: column;
    gap: 30px 0;
    margin-top: 25px;
  }

  .sec_access01 .sec_access01_map .img {
    width: auto;
  }
}

/* ------------------------------------------
  sec_access02
------------------------------------------ */
.sec_access02 {
  margin-top: 75px;
}

.sec_ttl_wrap.icon {
  align-items: center;
  display: flex;
}

.sec_access02 .sec_ttl_wrap.icon .icon {
  width: 48px;
}

.sec_ttl_wrap.icon .sec_ttl {
  border-bottom: 1px solid #707070;
  color: #000;
  flex-grow: 1;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.562rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 6px;
  padding-bottom: 6px;
}

.sec_access02 .flex, .sec_access03 .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
}

.sec_access02 .flex .img, .sec_access03 .flex .img {
  width: 45.5%;
}

.sec_access02 .flex .text, .sec_access03 .flex .text {
  width: 50%;
}

.sec_access02 .flex .text .text_item .text_item_ttl, .sec_access03 .flex .text .text_item .text_item_ttl {
  background-color: #f8f8e7;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 48px;
  text-align: center;
}

.sec_access02 .flex .text .text_item + .text_item, .sec_access03 .flex .text .text_item + .text_item {
  margin-top: 22px;
}


.sec_access02 .flex .text .text_item .text_item_detail, .sec_access03 .flex .text .text_item .text_item_detail {
  margin-top: 17px;
}

.sec_access02 .flex .text .text_item .text_item_detail .text_item_detail_ttl, .sec_access03 .flex .text .text_item .text_item_detail .text_item_detail_ttl {
  font-weight: bold;
  line-height: calc(32/16);
}

.sec_access02 .flex .text .text_item .text_item_detail p, .sec_access03 .flex .text .text_item .text_item_detail p {
  line-height: calc(32/16);
}


@media screen and (max-width: 767px) {
  .sec_access02 {
    margin-top: 40px;
  }

  .sec_access02 .sec_ttl_wrap.icon .icon {
    width: 34px;
  }

  .sec_ttl_wrap.icon .sec_ttl {
    font-size: 1.312rem;
    margin-left: 4px;
    padding-bottom: 4px;
  }

  .sec_access02 .flex, .sec_access03 .flex {
    flex-direction: column;
    margin-top: 63px;
  }

  .sec_access02 .flex .img, .sec_access03 .flex .img {
    width: auto;
  }

  .sec_access02 .flex .text, .sec_access03 .flex .text {
    width: auto;
  }

  .sec_access02 .flex .text .text_item .text_item_ttl, .sec_access03 .flex .text .text_item .text_item_ttl {
    font-size: 1.062rem;
    line-height: 38px;
  }

  .sec_access02 .flex .text .text_item .text_item_detail, .sec_access03 .flex .text .text_item .text_item_detail {
    margin-top: 10px;
  }
}



/* ------------------------------------------
  sec_access03
------------------------------------------ */
.sec_access03 {
  margin-top: 64px;
}

.sec_access03 .sec_ttl_wrap.icon .icon {
  width: 38px;
}

.sec_access03 .flex {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec_access03 {
    margin-top: 40px;
  }

  .sec_access03 .sec_ttl_wrap.icon .icon {
    width: 27px;
  }

  .sec_access03 .flex {
    margin-top: 30px;
  }
}

/* ------------------------------------------
  sec_access04
------------------------------------------ */
.sec_access04 {
  margin-top: 63px;
}

.sec_access04 .sec_ttl_wrap.icon .icon {
  width: 50px;
}

.sec_access04 .btn_archive_link a::after {
  background: url(../images/access/icon_arrow_link_access.svg) center / contain no-repeat;
  height: 18px;
  width: 18px;
}

.sec_access04 .btn_archive_link {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .sec_access04 {
    margin-top: 40px;
  }

  .sec_access04 .sec_ttl_wrap.icon .icon {
    width: 35px;
  }

  .sec_access04 .btn_archive_link {
    margin-top: 35px;
  }
}


/* ------------------------------------------
  sec_access05
------------------------------------------ */
.sec_access05 {
  margin-top: 104px;
}

.sec_access05 .sec_ttl_wrap.icon .icon {
  width: 48px;
}

.sec_access05 .sec_access05_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 49px;
  row-gap: 45px;
}

.sec_access05 .sec_access05_list_item {
  width: 48.2%;
}

.sec_access05 .sec_access05_list_item_ttl {
  background-color: #f8f8e7;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

.sec_access05 .sec_access05_list_item_link_list {
  column-gap: 62px;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.sec_access05 .sec_access05_list_item_link_list_item {
  align-items: center;
  display: flex;
  font-weight: bold;
}

.sec_access05 .sec_access05_list_item_link_list_item::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 24px;
  margin-right: 4px;
  width: 24px;
}

.sec_access05 .sec_access05_list_item_link_list_item.time::before {
  background-image: url(../images/access/icon_access_time.svg);
}
.sec_access05 .sec_access05_list_item_link_list_item.fee::before {
  background-image: url(../images/access/icon_access_fee.svg);
}

.sec_access05_list_item_link a {
  background-color: #000;
  background-image: url(../images/common/icon_arrow_url.svg);
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 6px 9px;
  border-radius: 10px;
  color: #fff;
  display: table;
  font-size: .75rem;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .sec_access05 {
    margin-top: 40px;
  }

  .sec_access05 .sec_ttl_wrap.icon .icon {
    width: 34px;
  }

  .sec_access05 .sec_access05_item_list {
    flex-direction: column;
    gap: 35px 0;
    justify-content: space-between;
    margin-top: 30px;
  }

  .sec_access05 .sec_access05_list_item {
    width: auto;
  }

  .sec_access05 .sec_access05_list_item_ttl {
    font-size: 1.062rem;
    line-height: 1.4;
    padding: 8px 10px;
  }

  .sec_access05 .sec_access05_list_item_link_list {
    column-gap: 30px;
  }

  .sec_access05 .sec_access05_list_item_link_list_item {
    align-items: center;
    display: flex;
  }

  .sec_access05 .sec_access05_list_item_link_list_item::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
}
/* ------------------------------------------
  sec_access06
------------------------------------------ */
.sec_access06 {
  margin-top: 104px;
}

.sec_access06 .sec_ttl_wrap.icon .icon {
  width: 48px;
}

.sec_access06 .sec_access06_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 49px;
  row-gap: 45px;
}

.sec_access06 .sec_access06_list_item {
  width: 48.2%;
}

.sec_access06 .sec_access06_list_item_ttl {
  background-color: #f8f8e7;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

.sec_access06 .sec_access06_list_item_link_list {
  align-items: center;
  column-gap: 62px;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.sec_access06 .sec_access06_list_item_link_list_item {
  align-items: center;
  display: flex;
  font-weight: bold;
}

.sec_access06 .sec_access06_list_item_link_list_item::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 24px;
  margin-right: 4px;
  width: 24px;
}

/* .sec_access06 .sec_access05_list_item_link_list_item.time::before {
  background-image: url(../images/access/icon_access_time.svg);
}
.sec_access06 .sec_access05_list_item_link_list_item.fee::before {
  background-image: url(../images/access/icon_access_fee.svg);
} */

.sec_access06_list_item_link a {
  background-color: #000;
  background-image: url(../images/common/icon_arrow_url.svg);
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 6px 9px;
  border-radius: 10px;
  color: #fff;
  display: table;
  font-size: .75rem;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .sec_access06 {
    margin-top: 40px;
  }

  .sec_access06 .sec_ttl_wrap.icon .icon {
    width: 34px;
  }

  .sec_access06 .sec_access06_item_list {
    flex-direction: column;
    gap: 35px 0;
    justify-content: space-between;
    margin-top: 30px;
  }

  .sec_access06 .sec_access06_list_item {
    width: auto;
  }

  .sec_access06 .sec_access06_list_item_ttl {
    font-size: 1.062rem;
    line-height: 1.4;
    padding: 8px 10px;
  }

  .sec_access06 .sec_access06_list_item_link_list {
    column-gap: 30px;
  }

  .sec_access06 .sec_access06_list_item_link_list_item {
    align-items: center;
    display: flex;
  }

  .sec_access06 .sec_access06_list_item_link_list_item::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
}
/* ------------------------------------------
  sec_access07
------------------------------------------ */
.sec_access07 {
  margin-top: 104px;
}

.sec_access07 .sec_ttl_wrap.icon .icon {
  width: 48px;
}

.sec_access07 .sec_access07_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 49px;
  row-gap: 45px;
}

.sec_access07 .sec_access07_list_item {
  width: 48.2%;
}

.sec_access07 .sec_access07_list_item_ttl {
  background-color: #f8f8e7;
  font-family: 'Shippori Mincho', sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

.sec_access07 .sec_access07_list_item_link_list {
  align-items: center;
  column-gap: 62px;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.sec_access07 .sec_access07_list_item_link_list_item {
  align-items: center;
  display: flex;
  font-weight: bold;
}

.sec_access07 .sec_access07_list_item_link_list_item::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 24px;
  margin-right: 4px;
  width: 24px;
}
.sec_access07_list_item_link a {
  background-color: #000;
  background-image: url(../images/common/icon_arrow_url.svg);
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 6px 9px;
  border-radius: 10px;
  color: #fff;
  display: table;
  font-size: .75rem;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .sec_access07 {
    margin-top: 40px;
  }

  .sec_access07 .sec_ttl_wrap.icon .icon {
    width: 34px;
  }

  .sec_access07 .sec_access05_item_list {
    flex-direction: column;
    gap: 35px 0;
    justify-content: space-between;
    margin-top: 30px;
  }

  .sec_access07 .sec_access05_list_item {
    width: auto;
  }

  .sec_access07 .sec_access07_list_item_ttl {
    font-size: 1.062rem;
    line-height: 1.4;
    padding: 8px 10px;
  }

  .sec_access07 .sec_access07_list_item_link_list {
    column-gap: 30px;
  }

  .sec_access07 .sec_access07_list_item_link_list_item {
    align-items: center;
    display: flex;
  }

  .sec_access07 .sec_access07_list_item_link_list_item::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
  .sec_access07 .sec_access07_list_item {
    width: 100%;
  }
}
