@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body main {
  font-size: 0.86rem;
  line-height: 1.8em;
}
body main .page_title_sct .page_title_inner img {
  height: 300px;
}
body main #about_sct,
body main #organization_sct,
body main #strengths_sct,
body main #msg_sct,
body main #company_sct {
  padding-top: 30px;
  margin-top: -30px;
}
body main #about_sct {
  background-image: url(../img/red_back.svg);
  background-position: top -6vw right -116vw;
  background-repeat: no-repeat;
  background-size: 130vw;
}
@media screen and (max-width: 768px) {
  body main #about_sct {
    background-position: top 0vw right -116vw;
  }
}
@media screen and (max-width: 768px) {
  body main #about_sct {
    background-position: top 5vw right -116vw;
  }
}
@media screen and (max-width: 480px) {
  body main #about_sct {
    background-position: top 20vw right -116vw;
  }
}
body main #about_sct .job_img {
  margin: 0 auto;
  padding-top: 3rem;
  display: block;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  body main #about_sct .job_img.job_pc {
    display: none;
  }
}
body main #about_sct .job_img.job_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  body main #about_sct .job_img.job_sp {
    display: block;
  }
}
body main #about_sct .about_stc {
  padding-top: 3rem;
  font-weight: normal;
  line-height: 2;
}
body main #about_sct p + .about_stc {
  padding-top: 1rem;
}
body main #about_sct .abs_img {
  padding-top: 4rem;
  display: block;
  margin: 0 auto;
  width: 90vw;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  body main #about_sct .abs_img {
    width: 100%;
  }
}
body main #organization_sct {
  background-image: url(../img/red_back.svg);
  background-position: top 11vw right -17vw;
  background-repeat: no-repeat;
  background-size: 130vw;
}
@media screen and (max-width: 768px) {
  body main #organization_sct {
    background-position: top 23vw right -17vw;
  }
}
@media screen and (max-width: 480px) {
  body main #organization_sct {
    background-position: top 48vw right -17vw;
  }
}
body main #organization_sct img {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  body main #organization_sct img.organization_pc {
    display: none;
  }
}
body main #organization_sct img.organization_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  body main #organization_sct img.organization_sp {
    display: block;
  }
}
body main #strengths_sct {
  padding-bottom: 1rem;
}
body main #strengths_sct h3 {
  color: #961F24;
  font-size: 1.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  body main #strengths_sct h3 {
    font-size: 1.1rem;
  }
}
body main #strengths_sct h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: #961F24 solid 7px;
  border-radius: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  body main #strengths_sct h3::before {
    width: 16px;
    height: 16px;
  }
}
body main #strengths_sct h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  body main #strengths_sct h3 br {
    display: inline;
  }
}
body main #strengths_sct .system_ctn {
  margin-top: 2rem;
  padding: 1.5rem 3rem;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  border: 5px solid #EEEEEE;
  border-radius: 10px;
  background: white;
}
@media screen and (max-width: 768px) {
  body main #strengths_sct .system_ctn {
    padding: 2rem 3rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  body main #strengths_sct .system_ctn {
    padding: 2rem 1rem;
    gap: 2rem;
  }
}
body main #strengths_sct .system_ctn h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 768px) {
  body main #strengths_sct .system_ctn h4 {
    font-size: 1.2rem;
  }
}
body main #msg_sct {
  padding-bottom: 2rem;
  background-image: url(../img/red_back.svg);
  background-position: top 7vw right -17vw;
  background-repeat: no-repeat;
  background-size: 130vw;
}
@media screen and (max-width: 768px) {
  body main #msg_sct {
    background-position: top 12vw right -17vw;
  }
}
@media screen and (max-width: 480px) {
  body main #msg_sct {
    background-position: top 35vw right -17vw;
  }
}
body main #msg_sct .s_inner {
  position: relative;
}
body main #msg_sct .s_inner .msg_stc {
  margin-top: 2rem;
  background: #F2F2F2;
  padding: 3rem 10rem 3rem 3rem;
  border-radius: 10px;
  width: 70%;
}
@media screen and (max-width: 1080px) {
  body main #msg_sct .s_inner .msg_stc {
    padding: 3rem 7rem 3rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  body main #msg_sct .s_inner .msg_stc {
    padding: 2rem 2rem 5rem 2rem;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  body main #msg_sct .s_inner .msg_stc {
    padding: 1.5rem 1rem 10rem;
    width: 100%;
  }
}
body main #msg_sct .s_inner .msg_stc .name {
  padding-top: 1rem;
  font-size: 2rem;
  font-family: uddigikyokasho-pro, sans-serif;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body main #msg_sct .s_inner .msg_stc .name {
    text-align: left;
  }
}
body main #msg_sct .s_inner img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 40%;
}
@media screen and (max-width: 768px) {
  body main #msg_sct .s_inner img {
    width: 50%;
    position: initial;
    margin-left: auto;
    margin-top: -130px;
  }
}
@media screen and (max-width: 480px) {
  body main #msg_sct .s_inner img {
    width: 80%;
  }
}
body main #company_sct {
  padding-bottom: 6rem;
}
body main #company_sct table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #CCCCCC;
  font-size: 0.8rem;
}
body main #company_sct table tr th {
  padding: 1rem 0;
  text-align: center;
  width: 30%;
  background: #F8f8f8;
  border-collapse: collapse;
  border-bottom: 1px solid #CCCCCC;
}
body main #company_sct table tr td {
  width: 70%;
  padding: 1rem 0 1rem 1rem;
  border-bottom: 1px solid #CCCCCC;
}/*# sourceMappingURL=page-company.css.map */