@charset "UTF-8";
#l-header .l-header__inner__mobile{
  position: relative!important;
}
@media screen and (min-width: 737px) {
  .wrapper {
    min-width: 1100px;
  }
}

.robocomContainer {
  color: #35363B;
  font-size: 16px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.02em;
}

.mv {
  background: url("/jp/philanthropy/shougakuseirobocon/assets/img/mv_img.jpg") no-repeat center top/cover;
  padding-block: 151px 149px;
}
@media screen and (max-width: 736px) {
  .mv {
    background-image: url("/jp/philanthropy/shougakuseirobocon/assets/img/mv_img_sp.jpg");
    padding-block: 139px 137px;
  }
}
.mv__title {
  text-align: center;
}
.mv__title img {
  width: 506px;
}
@media screen and (max-width: 736px) {
  .mv__title img {
    width: 336px;
  }
}

.intro {
  margin-top: 74px;
  padding-bottom: 118px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .intro {
    margin-top: 34px;
    padding-bottom: 78px;
  }
}
.intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #CCCCCC;
}
@media screen and (min-width: 737px) {
  .intro:before {
    left: 50%;
    transform: translateX(-50%);
    width: 1080px;
  }
}
@media screen and (max-width: 736px) {
  .intro:before {
    left: 15px;
    right: 15px;
  }
}
.intro__txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 737px) {
  .intro__txt {
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .intro__txt {
    text-align: left;
  }
}
.intro__img {
  margin-top: 37px;
}
@media screen and (min-width: 737px) {
  .intro__img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 820px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 736px) {
  .intro__img {
    margin-top: 22px;
  }
}
@media screen and (min-width: 737px) {
  .intro__img .img {
    width: 390px;
  }
}
@media screen and (max-width: 736px) {
  .intro__img .img:not(:last-child) {
    margin-bottom: 14px;
  }
}
.intro__img .img img {
  border-radius: 8px;
}
.intro__img .img figcaption {
  margin-top: 11px;
  line-height: 1.75;
}
@media screen and (min-width: 737px) {
  .intro__img .img figcaption {
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .intro__img .img figcaption {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.7142857143;
    text-align: left;
  }
}

.report {
  background-color: #F6F6F6;
  padding-block: 61px;
  margin-top: 119px;
}
@media screen and (max-width: 736px) {
  .report {
    margin-top: 80px;
  }
}
@media screen and (min-width: 737px) {
  .report .inner {
    width: 1016px;
  }
}
.report__title {
  text-align: center;
  font-size: 24px;
}
.report__img {
  margin-top: 21px;
}
@media screen and (min-width: 737px) {
  .report__img {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 737px) {
  .report__img .item {
    width: 488px;
  }
}
@media screen and (max-width: 736px) {
  .report__img .item:not(:last-child) {
    margin-bottom: 21px;
  }
}
.report__img .item__link {
  display: block;
}
.report__img .item__img img {
  border-radius: 8px;
}
.report__img .item__caption {
  text-align: center;
  margin-top: 14px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  .report__img .item__caption {
    margin-top: 6px;
  }
}
.report__img .item__caption:after {
  content: "";
  border: solid #222222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin-left: 10px;
  transform: rotate(-45deg);
}

.school {
  margin-top: 118px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .school {
    margin-top: 77px;
    padding-bottom: 81px;
  }
}
.school:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #CCCCCC;
}
@media screen and (min-width: 737px) {
  .school:before {
    left: 50%;
    transform: translateX(-50%);
    width: 1080px;
  }
}
@media screen and (max-width: 736px) {
  .school:before {
    left: 15px;
    right: 15px;
  }
}
.school__title {
  text-align: center;
  font-size: 24px;
}
.school__desc {
  line-height: 1.75;
  margin-top: 54px;
}
@media screen and (min-width: 737px) {
  .school__desc {
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .school__desc {
    margin-top: 22px;
    text-align: left;
  }
}
.school__img {
  margin-top: 39px;
}
@media screen and (min-width: 737px) {
  .school__img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 820px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 736px) {
  .school__img {
    margin-top: 22px;
  }
}
@media screen and (min-width: 737px) {
  .school__img .img {
    width: 390px;
  }
}
@media screen and (max-width: 736px) {
  .school__img .img:not(:last-child) {
    margin-bottom: 15px;
  }
}
.school__img .img img {
  border-radius: 8px;
}

.technology {
  margin-top: 117px;
  padding-bottom: 120px;
}
@media screen and (max-width: 736px) {
  .technology {
    margin-top: 77px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 737px) {
  .technology .inner {
    width: 820px;
  }
}
.technology__title {
  text-align: center;
  font-size: 24px;
}
.technology__desc {
  line-height: 1.75;
  margin-top: 55px;
}
@media screen and (min-width: 737px) {
  .technology__desc {
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .technology__desc {
    margin-top: 14px;
    text-align: left;
  }
}
.technology__img {
  margin-top: 38px;
}
@media screen and (min-width: 737px) {
  .technology__img {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 736px) {
  .technology__img {
    margin-top: 22px;
  }
}
@media screen and (min-width: 737px) {
  .technology__img .img {
    width: 390px;
  }
}
@media screen and (max-width: 736px) {
  .technology__img .img:not(:last-child) {
    margin-bottom: 20px;
  }
}
.technology__img .img img {
  border-radius: 8px;
}
@media screen and (max-width: 736px) {
  .technology__img .img img {
    border-radius: 4px;
  }
}
.technology__banner {
  margin-top: 64px;
}
@media screen and (max-width: 736px) {
  .technology__banner {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */