@charset "UTF-8";
/* 共通 */

.sub-title {
  margin-top: 1.5em;
  padding: .2em 1em;
  border: solid 1px #4D4D4D;
  border-radius: 5px;
  color: #4D4D4D;
  font-weight: bold;
}

.sub-title__en {
  font-size: 1.75em;
}

.sub-title__ja {
  font-size: 1.3125em;
}

.sub-title__ja::after, .sub-title__ja::before {
  content: "-";
}

/* タカタグループ */
.group-wrap {
  gap: 2em 2%;
  margin-top: 1.375em;
}

.group-box {
  -webkit-box-shadow: 5px 5px 3px rgba(4, 0, 0, 0.36);
  z-index: 1;
  position: relative;
  width: 32%;
  max-width: 317px;
  background: #fff;
  box-shadow: 5px 5px 3px rgba(4, 0, 0, 0.36);
}

a.group-box {
  color: inherit;
  text-decoration: none;
}

.group-box::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.625em;
  mix-blend-mode: multiply;
  content: "";
}

.group-box::before {
  display: block;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 34px;
  background: url(../images/icon_arrow_group.png) right bottom/contain no-repeat;
  content: "";
}

.group-box.bst::after {
  background: #009844;
}

.group-box.tts::after {
  background: #0071BC;
}

.group-box.grg::after {
  background: #4D4D4D;
}

.group-box.tstc::after {
  background: #FF0000;
}

.group-box.testa::after {
  background: #754C24;
}

.group-logo {
  padding: .8em 0;
  text-align: center;
}

.group-logo img {
  max-width: 86%;
}

.group-title, .group-text {
  width: 90%;
  margin-right: .2em;
  margin-left: auto;
}

.group-title {
  font-size: 1.125em;
}

.group-text {
  -webkit-font-feature-settings: "palt";
  padding-bottom: 1em;
  font-feature-settings: "palt";
  font-size: 0.875em;
}

.group-text .bg-text {
  padding: .1em .3em;
  background: #3E3A39;
  color: #fff;
}

@media screen and (max-width: 1540px) {
  /* 共通 */
}

@media screen and (max-width: 1260px) {
  /* 共通 */
}

@media screen and (max-width: 1024px) {
  /* 共通 */
}

@media screen and (max-width: 768px) {
  /* 共通 */
  .group-box {
    width: 48.5%;
  }
}

@media screen and (max-width: 480px) {
  /* 共通 */
  .sub-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .group-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .group-box {
    width: 100%;
  }
}
