@charset "utf-8";

@media screen and (min-width: 769px) {
  .-sp {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .-pc {
    display: none!important;
  }
}


main {
  padding-top: 60px;
}

.-content {
  margin: 0 auto;
  position: relative;
  width: var(--pc-width);
}

.-head {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 24px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: calc(43*100vw/375);
  }

  .-content {
    width: var(--sp-width);
  }

  .-head {
    font-size: calc(24*100vw/375);
    margin: 0 0 calc(20*100vw/375);
  }
}


.-linkText {
    color: var(--sub-text);
    text-decoration: underline;
}


.page_title {
  font-size: 48px;
  margin: 64px 0 40px;
}

.page_subTitle {
  font-size: 32px;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .page_title {
    font-size: calc(32*100vw/375);
    margin: calc(64*100vw/375) 0 calc(40*100vw/375);
  }

  .page_subTitle {
    font-size: calc(24*100vw/375);
    margin: 0 0 calc(20*100vw/375);
  }
}


.btnarea {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px;
}

.-button {
  border: 1px solid;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  width: 260px;
}

.-solo {
  margin: 0 calc(50% - 210px) 4px;
  width: 420px;
}

.-more,
.-right,
.-left {
  position: relative;
}

.-more::after {
  border: 8px solid;
  content: '';
  display: block;
  height: 0;
  margin: 4px 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 0;
}

.-left::after {
  border: 8px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 0;
}

.-right::after {
  border: 8px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 -8px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 0;
}

@media screen and (max-width: 768px) {
  .btnarea {
    gap: calc(20*100vw/375);
    margin: calc(40*100vw/375) auto;
  }

  .btnarea .-button {
    font-size: var(--main-size);
    margin: auto;
    padding: calc(13.5*100vw/375) 0;
    width: calc(255*100vw/375);
  }

  .btnarea .-button.-solo {
    width: 100%;
  }

  .btnarea.-spreverse {
      flex-direction: column-reverse;
  }

  .-more::after {
    border-width: 1.7vw;
    margin: calc(4*100vw/375) 0 0;
    right: calc(14*100vw/375);
  }
}


.sticky_apply {
  border-radius: 50%;
  display: block;
  height: 230px;
  padding: 50px 0 0;
  text-align: center;
  width: 230px;
}

.sticky {
  bottom: 40px;
  display: flex;
  flex-direction: row-reverse;
  height: 230px;
  max-width: 1720px;
  margin: 0 auto 20px;
  position: fixed;
  right: 0;
  z-index: 10;
}

.sticky_apply .-image {
  margin: 0 auto;
  width: 100px;
}

.sticky_apply .-text {
  font-size: 20px;
  font-weight: bold;
  margin: 24px 0 0;
}

@media screen and (max-width: 768px) {
  .sticky {
    bottom: calc(20*100vw/375);
    height: calc(126*100vw/375);
    margin: 0 auto calc(20*100vw/375);
    max-width: var(--sp-width);
  }

  .sticky_apply {
    height: calc(126*100vw/375);
    padding: calc(22*100vw/375) 0 0;
    width: calc(126*100vw/375);
  }

  .sticky_apply .-image {
    width: calc(61*100vw/375);
  }

  .sticky_apply .-text {
    font-size: var(--sub-size);
    font-weight: 500;
    margin: calc(10*100vw/375) 0 0;
  }
}


.g-footer_breadCrumb {
  border-bottom: solid 1px #DADDE3;
  border-top: solid 1px #DADDE3;
}

ul.g-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--sub-size);
  line-height: 1.5;
  margin: auto;
  padding: 10px 20px;
}

ul.g-breadcrumb li{
  display: flex;
  padding: 5px 0;
}

ul.g-breadcrumb li::after {
  content: "/";
  display: block;
  margin: 0 5px;
}

ul.g-breadcrumb li:last-child::after {
  display: none;
}


@media screen and (max-width: 768px) {
  ul.g-breadcrumb {
    padding: calc(2*100vw/375) calc(20*100vw/375);
    width: 100%;
  }

  ul.g-breadcrumb li{
    padding: calc(5*100vw/375) 0;
    word-break: break-all;
  }

  ul.g-breadcrumb li::after {
    margin: 0 calc(5*100vw/375);
  }
}


nav.ecPager {
  padding-top: 122px;
}

 ul.pageList {
  display: flex;
  justify-content: center;
}

ul.pageList li {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 4px 4px 8px 0px #dadde3;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 50px;
}

ul.pageList li.leader {
  box-shadow: none;
  background: transparent;
}

ul.pageList li a {
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

ul.pageList li.active {
  background-color: #D52423;
  box-shadow: none;
  color: #fff;
}

ul.pageList li + li {
  margin-left: 10px;
}

ul.pageList li.prev + li {
  margin-left: 0;
}

ul.pageList li.lead {
  background-color: transparent;
  box-shadow: none;
}

ul.pageList li.next,ul.pageList li.prev {
  box-shadow: none;
  background-color: transparent;
  position: relative;
}

ul.pageList li.next {
  margin-left: 30px;
}

ul.pageList li.prev {
  margin-right: 30px;
}

ul.pageList li.next a::after {
  content: '';
  display: inline-block;
  top: 50%;
  right: 50%;
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #3C3C3C;
  width: 0;
  height: 0;
  transform: translateY(-50%);
}

ul.pageList li.prev a::after {
  content: '';
  display: inline-block;
  top: 50%;
  left: 50%;
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #3C3C3C;
  width: 0;
  height: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  nav.ecPager {
    padding-top: calc(64* 100vw / 375);
  }
  
  ul.pageList li {
    border-radius: calc(5*100vw/375);
    box-shadow: calc(4*100vw/375) calc(4*100vw/375) calc(8*100vw/375) 0px #dadde3;
    font-size: calc(12*100vw/375);
    height: calc(40*100vw/375);
    width: calc(40*100vw/375);
  }
  
  ul.pageList li a {
    font-size: calc(12*100vw/375);
    min-width: 100%;
  }
  
  ul.pageList li + li {
    margin-left: calc(8*100vw/375);
  }
  
  ul.pageList li.next a::after {
    content: '';
    border-width: calc(8*100vw/375) 0 calc(8*100vw/375) calc(8*100vw/375);
  }
  
  ul.pageList li.prev a::after {
    content: '';
    border-width: calc(8*100vw/375) calc(8*100vw/375) calc(8*100vw/375) 0;
  }
}