@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
html, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transition: 0.2s;
}
html:hover, a:hover {
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  background: url("../../img/common/bg-tile.png");
}

html, body {
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: 100;
  margin: 0;
  line-height: 1.5;
}

ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  height: auto;
  padding: 2em;
  position: relative;
}

header .ttl {
  background-color: #C90028;
  text-align: center;
  padding: 0.5rem 20px;
  margin: 0 0 1em;
}
header h1 {
  text-align: center;
  padding: 2rem 0;
}
header h1 img {
  padding: 0 2rem;
  box-sizing: border-box;
}
header .sp {
  display: none;
}

.contents {
  margin: 50px 0;
}
.contents .ttl {
  width: calc(100% - 40px);
  max-width: 900px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 0.25em 0 0.5rem;
  margin: auto;
  border-radius: 1.5em;
  position: relative;
  margin-bottom: 40px;
}
.contents .ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #37c802 transparent transparent transparent;
}

.ma6 p {
  background-color: #f09192;
}

.ma6 img {
  border: solid 3px #f09192;
}

.ma5 p {
  background-color: #f5a200;
}

.ma5 img {
  border: solid 3px #f5a200;
}

.ma4 p {
  background-color: #5bc2d9;
}

.ma4 img {
  border: solid 3px #5bc2d9;
}

.ma3 p {
  background-color: #9dc814;
}

.ma3 img {
  border: solid 3px #9dc814;
}

.report {
  margin-top: 25px;
}
.report .ttl {
  margin-bottom: 60px;
}
.report .icon {
  text-align: center;
  margin: 0 auto;
}
.report .icon img {
  filter: saturate(125%) brightness(110%);
  transform: translateZ(0);
  border-radius: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.report .icon figure {
  text-align: center;
  margin-bottom: 0.5rem;
}
.report .icon p {
  max-width: 280px;
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 1em;
  border-radius: 2em;
}
.report .icon p span {
  display: inline-block;
}
.report .inner {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 2rem auto;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.report .inner dl {
  margin-bottom: 1em;
}
.report .inner dl:last-child {
  margin-bottom: 0;
}
.report .inner dt {
  font-weight: bold;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 2em;
  font-size: 15px;
}
.report .inner dt.heading {
  background-color: #f5a200;
}
.report .inner dt.robot {
  background-color: #9dc814;
}
.report .inner dt.painting {
  background-color: #42bdd8;
}
.report .inner dt.assembly {
  background-color: #f09192;
}
.report .inner dd {
  padding: 1em 2em;
}
.report .return {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.report .return a {
  font-size: 20px;
  font-weight: bold;
  color: #003c7e;
}
.report .return a:before {
  content: "\f060";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 1px;
  margin-right: 0.5em;
}

@media screen and (max-width: 1300px) {
  .contents .ttl {
    font-size: calc(18px + 12 * (100vw - 320px) / 980);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  header h1:before, header h1:after {
    content: none;
  }
  header .sp {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
  .container {
    padding: 0.5em;
    background: none;
  }
  header h1 {
    padding: 1rem 0;
  }
  header .sp {
    max-width: 200px;
    margin: 1rem auto 1.5rem;
  }
  .contents {
    margin: 30px 0;
  }
  .contents .ttl {
    margin-bottom: 30px;
  }
  .report {
    margin: 15px 0 50px;
  }
  .report .ttl {
    margin-bottom: 60px;
  }
  .report .icon {
    max-width: 240px;
    margin: auto;
  }
  .report .icon figure {
    width: 60px;
    margin: 0 auto;
  }
  .report .icon p {
    font-size: 14px;
    text-align: center;
    margin-top: 0.75em;
  }
  .report .inner {
    padding: 1.5em 1rem;
    border-radius: 1em;
  }
  .report .inner dt {
    padding: 0.5em 1em;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .report .inner dd {
    padding: 1em;
    line-height: 1.5;
  }
  .report .return a {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */