@charset "UTF-8";
.sec-container {
  box-shadow: 0 0 13px 2px rgba(0, 162, 154, 0.2);
  padding: 40px 13.98% 80px;
}
.sec-container:not(:nth-of-type(1)) {
  margin-top: 30px;
}
@media print, screen and (max-width: 1024px) {
  .sec-container {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-container {
    padding: 0;
    box-shadow: none;
  }
}

.sec-title {
  margin: 18px;
}
@media only screen and (max-width: 768px) {
  .sec-title {
    margin: 0 auto 24px;
  }
}

#access {
  margin-top: 80px;
  margin-bottom: 524px;
}
#access .line {
  font-weight: 700;
  background-image: linear-gradient(transparent 7%, #FFB400 7% 95%, transparent 95%);
  display: inline;
}
#access .sec-box {
  max-width: 143rem;
  margin: 0 auto;
}
#access .sec-box-1 {
  background: #B3EDEB;
  border-radius: 50px;
  padding: 5rem 8rem;
  text-align: center;
}
#access .sec-box-1 .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
#access .sec-box-1 .text {
  font-size: 18px;
  display: inline-block;
  text-align: left;
}
#access .sec-box-1 .map {
  height: 410px;
  margin: 16px auto;
}
#access .sec-box-1 .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access .sec-box-1 .title-bg {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  background: #00C4BB;
  margin-bottom: 8px;
}
#access .sec-box-1 .text-bg {
  background: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
}
#access .sec-box-1 .text-bg .txt {
  display: inline-block;
  text-align: left;
}
#access .sec-box-2 {
  background: #B3EDEB;
  border-radius: 50px;
  padding: 5rem 12rem 8rem;
  margin-bottom: 16px;
  text-align: center;
}
#access .sec-box-2 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}
#access .sec-box-2 .title .small {
  font-size: 21px;
}
#access .sec-box-2 .title img {
  width: 47px;
}
#access .sec-box-2 .text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
#access .sec-box-2 .text .line {
  font-size: 32px;
}
#access .sec-box-2 .box {
  background: #F5F5F5;
  font-size: 16px;
  padding: 24px 4.93%;
  margin-bottom: 8px;
}
#access .sec-box-2 .box .ta-l {
  display: inline-block;
  text-align: left;
}
#access .sec-box-2 .box a {
  text-decoration: underline;
}
#access .sec-box-2 .box .large {
  font-size: 18px;
  font-weight: 700;
}
#access .sec-box-2 .title-bg {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  background: #00C4BB;
  margin-bottom: 8px;
}
#access .sec-box-2 .list {
  counter-reset: item;
  margin-bottom: 8px;
}
#access .sec-box-2 .item {
  background: #FFF;
  display: grid;
  grid-template-columns: 175px 1fr 165px;
  gap: 0 3.79%;
  counter-increment: item;
  position: relative;
  align-items: center;
  padding: 15px 3.79%;
}
#access .sec-box-2 .item:not(:nth-of-type(1)) {
  margin-top: 10px;
}
#access .sec-box-2 .route {
  font-size: 24px;
  font-weight: 700;
  color: #00C4BB;
  padding-left: 73px;
  position: relative;
}
#access .sec-box-2 .route::before {
  content: "【" counter(item) "】";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  padding: 3px 0;
  width: 63px;
  text-align: center;
  background: #00C4BB;
}
#access .sec-box-2 .direction {
  font-size: 24px;
  line-height: 2;
  text-align: left;
}
#access .sec-box-2 .pdf-dl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  background: #00C4BB;
  border-radius: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 7px;
  white-space: nowrap;
}
#access .sec-box-2 .pdf-dl + .pdf-dl {
  margin-top: 10px;
}
#access .sec-box-2 .pdf-dl img {
  width: 28px;
}
#access .sec-box-btm {
  position: relative;
  padding-top: 119px;
}
#access .sec-box-btm::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 101px;
  background: url(../img/common/triangle.png) center/contain no-repeat;
}
#access .sec-box-btm .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  background: #C4A1EC;
  padding: 11px 20px;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 21px;
}
#access .sec-box-btm .title .icon {
  width: 35px;
  position: relative;
}
#access .sec-box-btm .title .icon::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 56px;
  right: -40px;
  top: -12px;
  background: url(../img/access/bubble.png) center/contain no-repeat;
}
#access .sec-box-btm .content {
  background: #F5F5F5;
  padding: 24px 6.39%;
}
#access .sec-box-btm .text {
  font-size: 16px;
}
#access .sec-box-btm .text .bold {
  font-weight: 700;
}
#access .sec-box-btm .image {
  width: 21.6rem;
  margin: 10px auto;
}
#access .sec-box-btm .list {
  margin: 24px auto 10px;
  counter-reset: item;
}
#access .sec-box-btm .list-item {
  font-size: 16px;
  counter-increment: item;
  position: relative;
  padding: 5px 0 5px 54px;
}
#access .sec-box-btm .list-item + .list-item {
  margin-top: 10px;
}
#access .sec-box-btm .list-item::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  text-align: center;
  background: #00C4BB;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.666;
}
#access .sec-box-btm .dots-item {
  padding-left: 1.3em;
  position: relative;
}
#access .sec-box-btm .dots-item::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
#access .sec-texts {
  text-align: center;
}
#access .sec-texts .top {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}
#access .sec-texts .text {
  font-size: 18px;
  margin-bottom: 18px;
}
#access .sec-texts .bg {
  font-size: 18px;
  font-weight: 700;
  padding: 24px 20px;
  background: #F5F5F5;
  margin-bottom: 18px;
}
#access .sec-texts .bg .txt {
  display: inline-block;
  text-align: left;
}
@media print, screen and (max-width: 1920px) {
  #access .sec-box {
    max-width: 1430px;
  }
  #access .sec-inner {
    max-width: 1030px;
  }
}
@media print, screen and (max-width: 1024px) {
  #access .sec-box-1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  #access .sec-box-2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  #access .sec-box-2 .item {
    grid-template-columns: 1fr 200px;
    gap: 4px 4vw;
  }
  #access .sec-box-2 .route {
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: left;
  }
  #access .sec-box-2 .direction {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  #access .sec-box-2 .files {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  #access .sec-box-2 .pdf-dl {
    position: relative;
    padding: 10px 36px 10px 0;
    justify-content: center;
  }
  #access .sec-box-2 .pdf-dl img {
    position: absolute;
    right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  #access {
    margin-top: 40px;
    margin-bottom: 170px;
    padding-top: 40px;
    box-shadow: 0 0 13px 2px rgba(0, 162, 154, 0.2);
  }
  #access .sec-box {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  #access .sec-box + .sec-box {
    margin-top: 24px;
  }
  #access .sec-inner {
    padding: 0;
  }
  #access .sec-border-sp {
    padding: 24px 8px 8px;
    border: 1px solid;
    -o-border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1;
       border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1;
  }
  #access .sec-box-1 {
    padding-top: 24px;
    padding-bottom: 16px;
    border-radius: 16px;
  }
  #access .sec-box-1 .title {
    margin-bottom: 16px;
    font-size: 20px;
  }
  #access .sec-box-1 .text {
    font-size: 16px;
  }
  #access .sec-box-1 .map {
    height: 270px;
  }
  #access .sec-box-1 .title-bg {
    margin-bottom: 4px;
    padding: 6px;
    font-size: 16px;
  }
  #access .sec-box-1 .text-bg {
    padding: 8px;
    font-size: 16px;
  }
  #access .sec-box-2 {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 16px;
    border-radius: 16px;
  }
  #access .sec-box-2 .title {
    font-size: 16px;
    gap: 0 8px;
  }
  #access .sec-box-2 .title .small {
    font-size: inherit;
  }
  #access .sec-box-2 .title img {
    width: 33px;
  }
  #access .sec-box-2 .text {
    margin-bottom: 16px;
    line-height: 1.5;
  }
  #access .sec-box-2 .text .line {
    font-size: 24px;
    line-height: 1.5;
  }
  #access .sec-box-2 .box {
    margin-bottom: 16px;
    padding: 8px;
  }
  #access .sec-box-2 .box:last-child {
    margin-bottom: 0;
  }
  #access .sec-box-2 .box .large {
    font-size: inherit;
  }
  #access .sec-box-2 .title-bg {
    margin-bottom: 4px;
    padding: 6px;
    font-size: 16px;
  }
  #access .sec-box-2 .item {
    grid-template-columns: 1fr 128px;
    padding: 8px;
  }
  #access .sec-box-2 .route {
    padding-left: 52px;
    font-size: 20px;
  }
  #access .sec-box-2 .route::before {
    width: 42px;
    padding: 0;
    font-size: 16px;
    line-height: 27px;
  }
  #access .sec-box-2 .direction {
    font-size: 16px;
  }
  #access .sec-box-2 .direction .u-ib {
    display: inline;
  }
  #access .sec-box-2 .pdf-dl {
    font-size: 16px;
  }
  #access .sec-box-2 .pdf-dl + .pdf-dl {
    margin-top: 8px;
  }
  #access .sec-texts .top {
    margin-bottom: 0;
    font-size: 20px;
  }
  #access .sec-texts .text {
    margin-bottom: 24px;
  }
  #access .sec-texts .bg {
    margin-bottom: 24px;
    padding: 8px;
    font-size: 16px;
  }
  #access .sec-box-btm {
    padding-top: 56px;
    padding-bottom: 40px;
    margin: 18px -8px 0;
  }
  #access .sec-box-btm::before {
    width: 40px;
    height: 39px;
  }
  #access .sec-box-btm .title {
    gap: 8px;
    margin-bottom: 4px;
    padding: 10px 0;
    font-size: 16px;
  }
  #access .sec-box-btm .title .icon {
    width: 17px;
  }
  #access .sec-box-btm .title .icon::before {
    top: -5px;
    right: -18px;
    width: 20px;
    height: 26px;
  }
  #access .sec-box-btm .content {
    padding: 8px 4vw 16px;
  }
  #access .sec-box-btm .image {
    width: 160px;
    margin: 16px auto 24px;
  }
  #access .sec-box-btm .list {
    margin: 28px auto;
  }
  #access .sec-box-btm .list-item {
    padding: 0;
  }
  #access .sec-box-btm .list-item + .list-item {
    margin-top: 16px;
  }
  #access .sec-box-btm .list-item::before {
    position: static;
    display: block;
    width: 100%;
    padding: 1px 0 3px;
    font-size: 16px;
    line-height: 1;
  }
  #access .sec-box-btm .dots-item {
    padding-left: 1em;
  }
}/*# sourceMappingURL=access.css.map */