@charset "UTF-8";
#page_title {
  background-image: url(../images01/promise/mv_bg_pc.jpg);
}

h2.stitle {
  font-family: "Zen Old Mincho", "Noto Serif", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.promise_box {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  border-top: 2px solid #000;
}
@media screen and (max-width: 1400px) {
  .promise_box {
    max-width: none;
    width: 71.4vw;
    margin-top: 5.7vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box {
    width: 86.7%;
    margin-top: 5.3vw;
  }
}
.promise_box .promise_block {
  border-bottom: 2px solid #000;
}
.promise_box .promise_block .title_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .title_box {
    display: block;
  }
}
.promise_box .promise_block .title_box .title_img {
  width: 70%;
  order: 2;
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .title_box .title_img {
    width: 100%;
  }
}
.promise_box .promise_block .title_box .txt_box {
  order: 1;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f4efec;
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .title_box .txt_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 6.3vw;
    padding-bottom: 6.3vw;
    padding-left: 4.1vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .title_box .txt_box .txt_block {
    width: 68vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.promise_box .promise_block .title_box .txt_box .no {
  font-size: 60px;
  text-align: center;
  font-weight: 400;
  line-height: 1em;
  font-family: "Noto Serif", sans-serif;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .promise_box .promise_block .title_box .txt_box .no {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .title_box .txt_box .no {
    font-size: 9.7vw;
    padding-right: 3.3vw;
  }
}
.promise_box .promise_block .title_box .txt_box .title {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
  margin-top: 0.7em;
}
@media screen and (max-width: 1400px) {
  .promise_box .promise_block .title_box .txt_box .title {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .title_box .txt_box .title {
    font-size: 2.9vw;
    margin-top: 0;
    letter-spacing: 0.2em;
  }
}
.promise_box .promise_block .title_box .txt_box .circle {
  width: 42px;
  height: 42px;
  margin-top: 30px;
  border-radius: 50%;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .promise_box .promise_block .title_box .txt_box .circle {
    width: 3vw;
    height: 3vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .title_box .txt_box .circle {
    width: 7.1vw;
    height: 7.1vw;
    margin-top: 0;
  }
}
.promise_box .promise_block .title_box .txt_box .circle::before, .promise_box .promise_block .title_box .txt_box .circle::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .promise_box .promise_block .title_box .txt_box .circle::before, .promise_box .promise_block .title_box .txt_box .circle::after {
    width: 0.9vw;
    height: 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .title_box .txt_box .circle::before, .promise_box .promise_block .title_box .txt_box .circle::after {
    width: 2vw;
    height: 0.1vw;
  }
}
.promise_box .promise_block .title_box .txt_box .circle::before {
  transform: translate(-50%, -50%);
}
.promise_box .promise_block .title_box .txt_box .circle::after {
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) rotate(90deg);
}
.promise_box .promise_block .title_box.active .txt_box .circle::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.promise_box .promise_block .detail_box {
  display: none;
}
.promise_box .promise_block .detail_box .detail_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .detail_box .detail_content {
    display: block;
    padding-top: 6.7vw;
    padding-left: 3.1vw;
    padding-right: 3.1vw;
  }
}
.promise_box .promise_block .detail_box .detail_content .img_box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .detail_box .detail_content .img_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.promise_box .promise_block .detail_box .detail_content .img_box .catch_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .detail_box .detail_content .img_box .catch_sp {
    width: 55.2%;
    display: inline-block;
    font-size: 3.3vw;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .detail_box .detail_content .img_box .img01 {
    display: block;
    width: 44.8%;
  }
}
.promise_box .promise_block .detail_box .detail_content .txt_box {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
}
@media screen and (max-width: 1400px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box {
    padding-left: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box {
    width: 100%;
    padding-left: 0;
    padding-top: 4.8vw;
    padding-bottom: 10.8vw;
  }
}
.promise_box .promise_block .detail_box .detail_content .txt_box .catch_pc {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1400px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box .catch_pc {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box .catch_pc {
    display: none;
  }
}
.promise_box .promise_block .detail_box .detail_content .txt_box .txt01 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box .txt01 {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box .txt01 {
    font-size: 2.7vw;
    line-height: 1.7em;
  }
}
.promise_box .promise_block .detail_box .detail_content .txt_box .btn01 {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box .btn01 {
    margin-top: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box .btn01 {
    margin-top: 3.7vw;
    text-align: right;
  }
}
.promise_box .promise_block .detail_box .detail_content .txt_box .btn01 a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  background-color: #595757;
  padding: 0.2em 70px 0.3em 1em;
  background-image: url(../images01/promise/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 38px auto;
}
@media screen and (max-width: 1400px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box .btn01 a {
    font-size: 0.9vw;
    padding: 0.2em 5vw 0.3em 1em;
    background-position: right 0.9vw center;
    background-size: 2.7vw auto;
  }
}
@media screen and (max-width: 768px) {
  .promise_box .promise_block .detail_box .detail_content .txt_box .btn01 a {
    font-size: 2.9vw;
    padding: 0.2em 20vw 0.3em 1.1em;
    background-position: right 4vw center;
    background-size: 11.3vw auto;
  }
}
.promise_box .promise_block .detail_box .detail_content .txt_box .btn01 a.no_link {
  opacity: 0.5;
  pointer-events: none;
}
.promise_box .image_txt01, .promise_box .image_txt02 {
  position: relative;
}
.promise_box .image_txt01::before, .promise_box .image_txt02::before {
  content: "image";
  position: absolute;
  right: 0.8em;
  bottom: 0.1em;
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .promise_box .image_txt01::before, .promise_box .image_txt02::before {
    font-size: 0.7vw;
  }
}
.promise_box .image_txt02::before {
  color: #fff;
}

/*---------------------------
アニメーション用CSS
-----------------------------*//*# sourceMappingURL=style_promise.css.map */