@charset "utf-8";
.question {
  margin-top: 7.8vw;
}
.conceptCatch .text {
  padding: 13vw 3.9vw;
}
.answer {
  padding-bottom: 14.3vw;
}
.threeValues {
  padding: 7.8vw 0 14.3vw;
}
.threeValuesInner h2 {
  padding-bottom: 6.5vw;
}
.threeValues h2 span {
  margin-top: 10px;
  display: block;
}
.threeValues h2 span + span {
  letter-spacing: 0.08rem;
}
.threeValuesInner .img {
  padding: 10.4vw 5.2vw;
}

.conceptInner .text {
  margin-top: 10.4vw;
  line-height: 2.3;
}
.conceptInner h2 img {
  width: auto;
  height: auto;
}
.concept .sup__text {
  padding-right: 5px;
}
/*▼錦糸町で追加*/
.osbLink {
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  border-bottom-style: solid;
  border-width: 2px;
}
/*▲錦糸町で追加*/
@media screen and (max-width: 767px) {
  .question .text img {
    width: auto;
    height: 67.08vw;
  }
  .answer .text img {
    width: auto;
    height: 67.5vw;
  }
}
@media screen and (min-width: 768px) {
  .conceptCatchInner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .conceptCatchInner {
    position: relative;
    padding-top: 277px;
  }
  .conceptCatchInner .img {
    position: absolute;
    width: 826px;
    top: 80px;
    z-index: 10;
  }
  .question .conceptCatchInner .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .question .conceptCatchInner .text img {
    width: 289px;
  }
  .question .conceptCatchInner .img {
    right: 0;
  }
  .answer {
    margin-top: 90px;
  }
  .answer .conceptCatchInner .text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
  }
  .answer .conceptCatchInner .text img {
    width: 260px;
  }
  .answer .conceptCatchInner .img {
    left: 0;
  }
  .concept > .img img {
    width: 100%;
    height: auto;
  }
  .conceptInner {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.8vw;
  }
  .conceptCatchInner .text {
    width: 423px;
    padding: 80px 60px;
  }
  .conceptCatchBg {
    height: 390px;
  }
  .threeValues {
    padding: 152px 0;
  }
  .threeValuesInner h2 {
    padding-bottom: 60px;
  }
  .threeValuesInner .img {
    padding: 85px 83px 100px;
  }
  .conceptInner h2 img {
    height: auto;
  }
  .conceptInner .text {
    margin-top: 75px;
  }
  .concept .sup__text {
    padding-right: 8px;
  }
}

/* 2024.01.16追加 */

.goodTitleFlex {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.goodTitleFlex img {
  width: 150px;
}
.pT75--sp {
  padding-top: 75px;
}
.pB__90--sp {
  padding-bottom: 90px;
}
.goodInner {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 50px;
}
.goodFlex {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
}
.goodText {
  line-height: 2;
  width: 100%;
  margin-bottom: 20px;
}
.pT__10 {
  padding-top: 10px;
}
.conceptInner img {
  width: 100%;
}
.mT__30--sp {
  margin-top: 30px;
}
.concept_backImg {
  width: 100%;
}

.concept_backImg img {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .goodTitleFlex {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .goodTitleFlex img {
    width: 200px;
  }
  .goodFlex {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 40px;
  }
  .goodText {
    line-height: 2;
    width: 50%;
  }
  .goodInner {
    max-width: 1200px;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .pT75--sp {
    padding-top: initial;
  }
  .pB__120--pc {
    padding-bottom: 120px;
  }
  .mT__50 {
    margin-top: 50px;
  }
  .conceptInner img {
    width: 75%;
  }
}
