@media all and (min-width: 768px) {
  .-sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .-pc {
    display: none !important;
  }
}
#contents {
  width: 100%;
}

#contents-body .section.breadcrumb {
  display: none;
}

#contents-body {
  padding: 0;
}
#contents-body .section h3.title {
  display: none;
}
#contents-body .section {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #contents-body .section {
    margin-left: 0;
    margin-right: 0;
  }
}

.global-footer {
  margin-top: 0;
}

div[data-component=footer-nav] {
  display: none;
}

@media all and (max-width: 767px) {
  .m-commonHeader .m-commonHeader-nav .m-commonHeader-nav-menu {
    overflow: hidden;
    text-indent: -9999px;
  }
}

:root {
  --font-en:'Avenir',"Lato",'Helvetica Neue','Helvetica','Arial';
  --color-green:#4D8D90;
  --ease:cubic-bezier(0.19, 1, 0.22, 1);
  --pageC-red:#eb0a1e;
}

.pageWrp {
  margin: 0 auto 100px;
  max-width: 1312px;
}

.kv {
  display: block;
  position: relative;
  height: 600px;
}
@media all and (max-width: 767px) {
  .kv {
    height: 100vw;
  }
}
.kv__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.kv__img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.kv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv__txtarea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}
.kv__txtarea .ttl {
  line-height: normal;
  white-space: nowrap;
  font-size: 40px;
}
@media all and (max-width: 767px) {
  .kv__txtarea .ttl {
    font-size: 5.3333333333vw;
  }
}
.kv__txtarea .copy {
  line-height: normal;
  margin-top: 0.7em;
  font-size: 22px;
}
@media all and (max-width: 767px) {
  .kv__txtarea .copy {
    font-size: 4.2666666667vw;
  }
}

.itemList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 40px 0 0;
  gap: 15px;
}
@media screen and (max-width: 1312px) {
  .itemList {
    grid-template-columns: repeat(2, 1fr);
    padding: 48px 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .itemList {
    grid-template-columns: repeat(1, 1fr);
    padding: 24px 24px 0;
  }
}
.itemList .item {
  border: 1px solid #d3d3d3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 30px 20px;
}
.itemList .item__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65px;
  gap: 15px;
}
.itemList .item__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 35px;
  height: 35px;
}
.itemList .item__ico img {
  width: 100%;
}
.itemList .item__ttl {
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
}
.itemList .item__txt {
  margin-bottom: 1.5em !important;
}
.itemList .item__btn {
  margin-top: 25px;
}
.itemList .item__btn a {
  font-weight: bold;
  display: block;
  text-decoration: none !important;
  border: solid 1px var(--pageC-red);
  text-align: center;
  color: var(--pageC-red);
  padding: 0.5em 0;
  transition: all 0.2s;
}
.itemList .item__btn a:hover {
  opacity: 0.7;
}
.itemList .item__btn a.-red {
  background: var(--pageC-red);
  color: #fff;
}

.global-footer__sns,
.global-footer-col.global-footer-col-sns {
  display: none;
}/*# sourceMappingURL=style.css.map */