@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* requirements */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body #requirements.group_requirements .common_inner .tabs {
  /* 視覚的に非表示（visually-hidden） */
}
body #requirements.group_requirements .common_inner .tabs .tab-labels {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  body #requirements.group_requirements .common_inner .tabs .tab-labels {
    flex-wrap: wrap;
  }
}
body #requirements.group_requirements .common_inner .tabs .tab-labels .tab-label {
  font-size: 1.6rem;
  color: var(--gray_text);
  text-align: center;
  padding-bottom: 1.5rem;
  cursor: pointer;
  border-bottom: 1px solid var(--gray);
  transition: all 0.3s;
  width: 25%;
}
@media screen and (max-width: 768px) {
  body #requirements.group_requirements .common_inner .tabs .tab-labels .tab-label {
    font-size: 1.45rem;
    width: 50%;
  }
  body #requirements.group_requirements .common_inner .tabs .tab-labels .tab-label:nth-of-type(n+3) {
    margin-top: 1.5rem;
  }
}
body #requirements.group_requirements .common_inner .tabs .tab-labels .tab-label:hover {
  opacity: 0.6;
}
body #requirements.group_requirements .common_inner .tabs .tab-labels .tab-label .tab-jp {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
body #requirements.group_requirements .common_inner .tabs .tab-labels .tab-label .tab-jp::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-25%);
  width: 1.2rem;
  height: 0.8rem;
  background: url("../../common/img/gray_bottom_arrow.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  body #requirements.group_requirements .common_inner .tabs .tab-labels .tab-label .tab-jp::after {
    right: -1.4rem;
    width: 0.9rem;
    height: 0.6rem;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* selection */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#selection {
  padding-top: var(--section_con_padding);
}
#selection .common_inner .common_tilte .en,
#selection .common_inner .common_tilte h2 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #selection .common_inner .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
#selection .common_inner .wrapper .item {
  position: relative;
  width: 27.5rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item:not(:nth-last-of-type(1)) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item {
    width: 100%;
    height: auto;
  }
}
#selection .common_inner .wrapper .item .item_inner {
  width: 27.5rem;
  height: 23.9rem;
  padding: 4.3rem 0;
  background-color: var(--bk_light_blue);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item .item_inner {
    width: 100%;
    height: 27.8rem;
  }
}
#selection .common_inner .wrapper .item:nth-child(-n+3)::after {
  content: "";
  position: absolute;
  bottom: 57%;
  right: -0.2rem;
  width: 2.9rem;
  height: 2.9rem;
  transform: translate(100%);
  border-radius: 100%;
  background: url("../../common/img/blue_arrow.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item:nth-child(-n+3)::after {
    bottom: -4.9rem;
    right: 47%;
    transform: rotate(90deg) translateX(-50%);
  }
}
#selection .common_inner .wrapper .item .en {
  display: block;
  font-size: 1.5rem;
  color: var(--blue);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item .en {
    font-size: 2rem;
  }
}
#selection .common_inner .wrapper .item h3 {
  font-size: 2.8rem;
  padding: 1.4rem 0 2rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #selection .common_inner .wrapper .item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item h3 {
    font-size: 3rem;
    line-height: 3.2rem;
    padding: 2rem 0 2rem 0;
  }
}
#selection .common_inner .wrapper .item p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#selection .common_inner .wrapper .item p .sub {
  display: block;
  font-size: 1.2rem;
}
#selection .common_inner .wrapper .item ul {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item ul {
    margin-left: 6rem;
  }
}
#selection .common_inner .wrapper .item ul li {
  display: flex;
  font-size: 1.4rem;
  padding-bottom: 1rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item ul li {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
#selection .common_inner .wrapper .item ul li:nth-child(-n+2) {
  position: relative;
  padding-left: 1.2rem;
}
#selection .common_inner .wrapper .item ul li:nth-child(-n+2)::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: var(--blue);
}
#selection .common_inner .wrapper .item ul li:nth-child(3) {
  font-size: 1.4rem;
}
#selection .common_inner .wrapper .item ul .list_sub {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item ul .list_sub {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
#selection .common_inner .wrapper .item .sub_item {
  display: block;
  font-size: 1.2rem;
  line-height: 1.9rem;
  padding-top: 1rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item .sub_item {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
#selection .common_inner .wrapper .end .item_inner {
  background-color: var(--blue);
}
#selection .common_inner .wrapper .end .en {
  color: var(--white);
}
#selection .common_inner .wrapper .end h3 {
  color: var(--white);
}
#selection .common_inner .wrapper .end p {
  color: var(--white);
}/*# sourceMappingURL=compile.css.map */