@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
  margin:  0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  height: 100%;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 1.8em;
}
img {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 10px;
}
.clear {
  float: none;
  clear: both;
}
section {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.bg__gr {
  background: #f2f2f2;
}
.bg__green {
  background: #009554;
}
button:focus {
  outline:0;
}
.link a {
  color:#000;
}
.link a:hover {
  color:#ccc;
  text-decoration: none;
  font-weight: normal;
}

a[href^="http"]:after,
a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}
a[href^="https://www.rectus.co.jp/"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}
.hcap {
  font-size: 28px;
  line-height: 80px;
}
.top_line {
  border-top: 1px dotted #ccc;
  margin-top: 40px;
}
.no_bor {
  border-style: none !important;
}

@media screen and (min-width:980px) {
  .sp {
    display: none;
  }
  section {
    max-width: 1600px;
    margin: 0px auto;
    padding: 60px 80px;
  }

  /*sec__01*/
  .sec__01 {
    max-width: 1280px;
    margin: 0px auto;
    padding: 260px 0px 260px 40px;
  }
  .sec__01 .logo {
    width: 280px;
    position: fixed;
    top: 40px;
    left: 40px;
  }
  .sec__01 h1 {
    font-size: 80px;
    padding: 0px 0px 40px 0px;
  }
  .sec__01 p {
    font-size: 36px;
  }
  .catch2 {
    font-size: 60px;
    display: flex;
    align-items: center; /* 垂直中心 */
  }
  .catch2:after {
    border-top: 2px solid;
    content: "";
    width: 260px; /* 線の長さ */
  }
  .catch2:after {
    margin-left: 30px; /* 文字の左隣 */
  }
  .catch2_w {
    font-size: 60px;
    display: flex;
    align-items: center; /* 垂直中心 */
    color: #fff;
  }
  .catch2_w:after {
    border-top: 2px solid #fff;
    content: "";
    width: 260px; /* 線の長さ */
  }
  .catch2_w:after {
    margin-left: 30px; /* 文字の左隣 */
  }

  /*sec__05*/
  .sec__05 p {
    font-size: 20px;
    padding: 40px 0px 0px 0px;
  }
  .sec__05 .logo {
    width: 280px;
    margin: 0px auto;
    padding-top: 60px;
  }
  .sec__05 .pic {
    margin-top: 40px;
  }
  .co__name {
    text-align: center;
    font-size: 26px;
    padding-top: 40px;
  }
  .about__box {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 60px 80px;
  }
  .line__top {
    border-top: 0.5px solid #ccc;
  }
  .about__box .row {
    padding: 20px 0px;
    border-bottom: 0.5px solid #ccc;
    display: flex;
    flex-wrap: wrap;
  }
  .about__box .row .col-md-9 {
    border-left: 0.5px solid #ccc;
    padding-left: 40px;
  }

  .service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }
  .service .item {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
  }
  .service h3 {
    margin: 20px 0px 4px 0px;
  }

  .features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0px;
  }
  .features .item {
    padding: 30px 30px 30px 30px;
    border-right: 1px solid #009554;
  }
  .features h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0px;
  }
  .nom {
    width: 100%;
    text-align: center;
    font-size: 80px;
    line-height: 60px;
    color: #009554;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:979px) {
  .pc {
    display: none;
  }
  section {
    max-width: 1024px;
    margin: 0px auto;
    padding: 40px 25px;
  }

  /*sec__01*/
  .sec__01 {
    margin: 0px auto;
    padding: 140px 25px 80px 25px;
  }
  .sec__01 .logo {
    width: 240px;
    margin: 0px auto;
  }
  .sec__01 .logo img {
    margin-left: -20px;
  }
  .sec__01 h1 {
    font-size: 70px;
    padding: 0px 0px 40px 0px;
  }
  .sec__01 p {
    font-size: 28px;
  }
  .catch2 {
    font-size: 40px;
    display: flex;
    align-items: center; /* 垂直中心 */
  }
  .catch2:after {
    border-top: 2px solid;
    content: "";
    width: 80px; /* 線の長さ */
  }
  .catch2:after {
    margin-left: 20px; /* 文字の左隣 */
  }
  .catch2_w {
    font-size: 40px;
    display: flex;
    align-items: center; /* 垂直中心 */
    color: #fff;
  }
  .catch2_w:after {
    border-top: 2px solid #fff;
    content: "";
    width: 80px; /* 線の長さ */
  }
  .catch2_w:after {
    margin-left: 20px; /* 文字の左隣 */
  }
  .sec__02 p {
    font-size: 28px;
    padding: 40px 0px 200px 0px;
  }

  /*sec__05*/
  .sec__05 p {
    font-size: 16px;
    padding: 40px 0px 0px 0px;
  }
  .sec__05 .logo {
    width: 280px;
    margin: 0px auto;
    padding-top: 60px;
  }
  .sec__05 .pic {
    margin-top: 30px;
  }
  .co__name {
    text-align: center;
    font-size: 26px;
    padding-top: 40px;
  }
  .about__box {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 60px 20px;
    box-shadow: 1px 1px 3px #ccc;
    margin-top: 40px;
  }
  .about__box .row {
    margin: 0px;
    padding-top: 60px;
  }
  .line__top {
    padding-top: 0px!important;
  }
  .about__box .row .col-md-3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .service {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }
  .service .item {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
  }
  .service h3 {
    margin: 20px 0px 4px 0px;
  }

  .features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0px;
  }
  .features .item {
    padding: 30px 25px 30px 25px;
  }
  .features h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0px;
  }
  .nom {
    width: 100%;
    text-align: center;
    font-size: 80px;
    line-height: 60px;
    color: #009554;
    margin-bottom: 40px;
  }
}