/* ================================================================================
	@SP BreakPoint 320px and 767px
================================================================================ */
/* ================================================================================
	1:Hero Element CSS
================================================================================ */
#content {
  padding-bottom: 0;
}

#hero-block {
  position: relative;
  z-index: 1;
}
#hero-block li {
  position: relative;
}
#hero-block .hero-catch h2 {
  padding: 20px 10px 0;
  text-align: center;
}
#hero-block .hero-catch h2 img.sp {
  display: inline-block;
}
#hero-block .hero-catch .catch {
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}
#hero-block .bx-wrapper {
  position: static;
}
#hero-block .bx-has-controls-direction {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}
#hero-block .bx-controls-direction {
  display: none;
}
#hero-block .bx-wrapper .bx-pager {
  padding-top: 0;
}
#hero-block .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #111111;
}
#hero-block .bx-wrapper .bx-pager.bx-default-pager a:hover, #hero-block .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00C0F4;
}

/* ================================================================================
	@Tablet BreakPoint 768px
================================================================================ */
@media screen and (min-width: 768px) {
  #hero-slide .item {
    position: relative;
    top: 0;
    overflow: hidden;
    max-height: 779px;
  }
  #hero-slide img {
    width: 100%;
  }

  #hero-block .hero-catch {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    z-index: 10;
  }
  #hero-block .hero-catch h2 {
    padding: 0;
  }
  #hero-block .hero-catch h2 img.pc {
    display: inline-block;
  }
  #hero-block .hero-catch .catch.pc {
    margin-top: 30px;
  }
  #hero-block .bx-pager {
    display: none;
  }
  #hero-block .video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 543px;
    margin: 0;
    padding: 0;
  }
  #hero-block .video-wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #hero-block .v {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
/* ================================================================================
	@PC BreakPoint 1024px
================================================================================ */
@media screen and (min-width: 1024px) {
  #hero-block .hero-catch {
    bottom: 80px;
  }
}
/* ================================================================================
	2:Group List CSS
================================================================================ */
#content {
  margin-top: 40px;
  padding: 20px 10px 0;
}

.group-bt h2 {
  font-size: 1.6rem;
  color: #0390D5;
  text-align: center;
}

#group-list {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 0 0 30px;
}
#group-list .group {
  margin-top: 20px;
}
#group-list .row:first-child .group:first-child {
  margin-top: 0;
}
#group-list .group h3 {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #CFD2D2;
  padding-bottom: 10px;
  font-size: 1.4rem;
  color: #0390D5;
}
#group-list .group h3 a {
  color: #0390D5;
}
#group-list .group h3 .toggle {
  position: absolute;
  top: 52%;
  right: 10px;
  z-index: 10;
  display: block;
  margin-top: -10px;
  cursor: pointer;
}
#group-list .group h3 .toggle::before {
  content: "";
  right: 43px;
  top: 34%;
  display: block;
  width: 4px;
  height: 13px;
  transform: rotate(90deg);
  background: #0390D5;
}
#group-list .group h3 .toggle::after {
  content: "";
  right: 43px;
  top: 20px;
  display: block;
  width: 4px;
  height: 13px;
  margin-top: -13px;
  background: #0390D5;
}
#group-list .group h3 .toggle.active::after {
  background-color: transparent;
}
#group-list .group p {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #212121;
  line-height: 1.6;
}
#group-list .group p a {
  color: #333;
}
#group-list .group ul {
  overflow: hidden;
  margin-top: 10px;
}
#group-list .group li {
  float: left;
  margin-right: 10px;
  color: #212121;
}
#group-list .group li:last-child {
  margin-right: 0;
}
#group-list .group li:last-child a {
  margin-right: 0;
}
#group-list .group li a {
  margin-right: 10px;
  font-size: 1.3rem;
  color: #212121;
}

/* ================================================================================
	@Tablet BreakPoint 768px
================================================================================ */
@media screen and (min-width: 768px) {
  #wrap #content {
    margin-top: 0;
    padding: 40px 0 90px;
  }

  .group-bt h2 {
    font-size: 2.8rem;
  }

  #group-list {
    margin: 0 auto;
    padding: 20px 20px 0;
  }
  #group-list .row {
    overflow: hidden;
    margin-top: 20px;
  }
  #group-list .row:first-of-type {
    margin-top: 0;
  }
  #group-list .row .group {
    float: left;
    width: 33%;
    margin-top: 0;
    padding-left: 30px;
  }
  #group-list .row .group:first-child {
    padding-left: 0;
  }
  #group-list .row .group h3 {
    padding-right: 20px;
    padding-bottom: 0;
  }
  #group-list .group p a, #group-list .group li a {
    font-size: 1.1rem;
    color: #333;
  }
}
/* ================================================================================
	@PC BreakPoint 1024px
================================================================================ */
@media screen and (min-width: 1024px) {
  #group-list {
    padding: 20px 0 0;
  }
}
