@charset "UTF-8";
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  color: #454444;
  letter-spacing: 0;
  background: #fff none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
*::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection,
*::selection,
*::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}
.oh-open {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .tel_link {
    pointer-events: none;
  }
  #wrapper {
    min-width: 1100px;
  }
  .w1000 {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
.inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}
/* ------ option ------ */
.fc_red {
  color: #ac0000;
}
/*================ header ================*/
#header {
}
.header__in {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.hlogo {
  width: 317px;
}
/* ------ option ------ */
.blockttl {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  line-height: 1.724137931;
}
/* ------ option ------ */
.blockttl2 {
  color: #363535;
  font-size: 47px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 85px;
}
/*================ blockttl3/こんな人に ================*/
.blockttl3 {
  background: #454444;
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 55px 0 53px;
  position: relative;
}
.blockttl3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #454444 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
/*================ footer ================*/
#footer {
  background: #ac0000;
  text-align: center;
  color: rgba(255, 255, 255, 0.56);
  padding: 10px;
}

@media screen and (max-width: 767px) {
  /*================ SP ================*/
  html,
  body {
    font-size: 13px;
    line-height: 1.6;
  }
  .oh-open {
    overflow: hidden;
  }
  /*================ 内部パーツ ================*/
  .blockttl {
    font-size: 18px;
  }
  /* ------ option ------ */
  .blockttl2 {
    font-size: 28px;
    margin-bottom: 55px;
  }
  /* ------ option ------ */
  .blockttl3 {
    font-size: 26px;
    padding: 28px 0 34px;
  }
  .blockttl3::after {
    border-width: 20px 25px 0 25px;
    bottom: -20px;
  }
}
