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

.pc {
  display: none;
}

.emphasis {
  font-weight: bold;
}

picture,
img {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

main {
  padding-bottom: 0;
}

.concernTheme__inner {
  margin: 0 auto;
  padding: 11.4285714286vw 0;
  width: 85.7142857143vw;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .concernTheme__inner {
    width: 85.3333333333vw;
    padding: 26.6666666667vw 0;
  }
}
.concernTheme h2 {
  font-weight: bold;
  font-size: 2.8571428571vw;
}
@media screen and (max-width: 768px) {
  .concernTheme h2 {
    font-size: 7.4666666667vw;
    line-height: 1.3;
  }
}
.concernTheme .contentWrap {
  padding-top: 10vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concernTheme .contentWrap {
    padding-top: 21.3333333333vw;
  }
}
.concernTheme .balloon {
  display: block;
  width: 22.4285714286vw;
  position: absolute;
  top: 2.8571428571vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .concernTheme .balloon {
    width: 48vw;
    top: 10.6666666667vw;
  }
}
.concernTheme .content + .content {
  margin-top: 4.2857142857vw;
}
@media screen and (max-width: 768px) {
  .concernTheme .content + .content {
    margin-top: 16vw;
  }
}
.concernTheme .content h3 {
  font-weight: bold;
  font-size: 2vw;
  position: relative;
  padding-left: 3.1428571429vw;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .concernTheme .content h3 {
    font-size: 5.3333333333vw;
    padding-left: 10.1333333333vw;
  }
}
.concernTheme .content h3::before {
  content: "";
  width: 2.5714285714vw;
  height: 2.5714285714vw;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .concernTheme .content h3::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.concernTheme .content .list {
  margin-top: 2.1428571429vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5714285714vw 0;
}
@media screen and (max-width: 768px) {
  .concernTheme .content .list {
    gap: 8vw 0;
    margin-top: 5.3333333333vw;
  }
}
.concernTheme .content .list::after {
  content: "";
  width: 27.1428571429vw;
}
@media screen and (max-width: 768px) {
  .concernTheme .content .list::after {
    display: none;
  }
}
.concernTheme .content .item {
  width: 27.1428571429vw;
}
@media screen and (max-width: 768px) {
  .concernTheme .content .item {
    width: 100%;
  }
}
.concernTheme .content .item p {
  font-size: 1.4285714286vw;
  margin-top: 0.5714285714vw;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .concernTheme .content .item p {
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.concernTheme .content .item p.note {
  text-align: right;
  font-size: 0.8571428571vw;
  margin-top: 0.2857142857vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .concernTheme .content .item p.note {
    font-size: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}
.concernTheme .content .item span {
  display: inline-block;
  padding: 4px 8px;
  margin-top: 1vw;
  background-color: #000;
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .concernTheme .content .item span {
    font-size: 3.2vw;
    margin-top: 3.7333333333vw;
  }
}
.concernTheme .content .item.none {
  display: none;
}
.concernTheme .content01 h3::before {
  background-image: url(../img/concernTheme_h3_circle01.svg);
}
.concernTheme .content02 h3::before {
  background-image: url(../img/concernTheme_h3_circle02.svg);
}
.concernTheme .content03 h3::before {
  background-image: url(../img/concernTheme_h3_circle03.svg);
}
.concernTheme .content04 h3::before {
  background-image: url(../img/concernTheme_h3_circle04.svg);
}
.concernTheme .content05 h3::before {
  background-image: url(../img/concernTheme_h3_circle05.svg);
}
.concernTheme .content06 h3::before {
  background-image: url(../img/concernTheme_h3_circle06.svg);
}
.concernTheme .content07 h3::before {
  background-image: url(../img/concernTheme_h3_circle07.svg);
}/*# sourceMappingURL=style.css.map */