.tile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.tile_inner {
  width: 50%;
  padding: 2.19vw;
}
@media screen and (max-width: 767px) {
  .tile_inner {
    width: 100%;
  }
}
.tile.text-r:after, .tile.text-l:before {
  content: "";
  display: block;
  width: 50%;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .tile.text-r:after, .tile.text-l:before {
    width: 100%;
    padding-top: 100%;
  }
}

.oath {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .oath {
    width: calc(100% + 8vw);
    margin-left: -4vw;
    margin-bottom: 44px;
  }
}
.oath_head:after {
  background-image: url(/wp-content/themes/SBI/assets/images/challenge/img1.jpg);
}
.oath_head .tile_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.oath_head h2 {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(3.2rem, 2.5vw, 4.8rem);
  color: #707070;
}
@media screen and (max-width: 767px) {
  .oath_head h2 {
    text-align: center;
    margin-bottom: 34px;
  }
}
.oath_head h2 .en {
  display: inline-block;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .oath_head h2 .en {
    margin-bottom: 28px;
  }
}
.oath_head h2 .ja {
  line-height: 1;
}
.oath_content {
  font-size: 2.4rem;
}
.oath_content:before {
  background-image: url(/wp-content/themes/SBI/assets/images/challenge/img2.jpg);
}
@media screen and (max-width: 767px) {
  .oath_content.text-l::before {
    background-image: none;
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .oath_content.text-l::after {
    content: "";
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
    background-image: url(/wp-content/themes/SBI/assets/images/challenge/img2.jpg);
  }
}
@media screen and (max-width: 767px) {
  .oath_content .tile_inner {
    padding: 30px 4vw 40px;
  }
}
.oath_content p {
  line-height: 2;
}

.signify {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .signify {
    margin-bottom: 42px;
  }
}
.signify h2 {
  margin-bottom: 45px;
  text-align: center;
  font-size: clamp(2.4rem, 2.08vw, 4rem);
  color: #707070;
}
@media screen and (max-width: 767px) {
  .signify h2 {
    text-align: left;
    margin-bottom: 22px;
  }
}
.signify_list {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #707070;
}
@media screen and (max-width: 767px) {
  .signify_list {
    flex-direction: column;
    border: none;
  }
}
.signify_item {
  width: 25%;
  padding: 30px 24px 20px;
  border-right: solid 1px #707070;
}
@media screen and (max-width: 767px) {
  .signify_item {
    width: 100%;
    border-right: none;
    padding: 0 6px 0;
    margin-bottom: 34px;
  }
  .signify_item:last-child {
    margin-bottom: 0;
  }
}
.signify_item:last-child {
  border: 0;
}
.signify_item h3 {
  margin-bottom: 20px;
  border-bottom: 2px solid #004892;
  line-height: 1.5;
  font-size: clamp(2rem, 1.67vw, 3.2rem);
  text-align: center;
  color: #004892;
}
@media screen and (max-width: 767px) {
  .signify_item h3 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .signify_item p {
    line-height: 1.5;
    color: #707070;
  }
}

@media screen and (max-width: 767px) {
  .thought {
    width: calc(100% + 8vw);
    margin-left: -4vw;
    /*margin-bottom: 44px;*/
  }
}
@media screen and (max-width: 767px) {
  .thought .tile_inner {
    padding: 40px 4vw;
    color: #707070;
  }
}
.thought_head {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  color: #707070;
}
.thought_head:before {
  background-image: url(/wp-content/themes/SBI/assets/images/challenge/img3.jpg);
}
.thought_head .tile_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .thought_head .tile_inner {
    align-items: center;
    justify-content: flex-start;
    min-height: 100vw;
    padding: 0 16px;
  }
}
.thought_head h2 {
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .thought_head h2 {
    font-size: 3.2rem;
  }
}
.thought_head p {
  line-height: 2.21;
  font-size: clamp(1.6rem, 1.46vw, 2.8rem);
  font-weight: bold;
}
.thought_content1:after {
  background-image: url(/wp-content/themes/SBI/assets/images/challenge/img4.jpg);
}
@media screen and (max-width: 767px) {
  .thought_content1.text-r::after {
    background-image: none;
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .thought_content1.text-r::before {
    content: "";
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
    background-image: url(/wp-content/themes/SBI/assets/images/challenge/img4.jpg);
  }
}
.thought_content2:before {
  background-image: url(/wp-content/themes/SBI/assets/images/challenge/img5.jpg);
}
@media screen and (max-width: 767px) {
  .thought_content2 .tile_inner {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=challenge.css.map */
