@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%;
  font-size: 62.5%;
}
body {
  height: 100%;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.8rem;
}
img {
  width: 100%;
  height: auto;
  border: none;
}
.clear {
  float: none;
  clear: both;
}
section {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.bg__gr {
  background: #f2f2f2;
}
button:focus {
  outline:0;
}
.no {
  font-family: serif;
}
.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;
}

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

  /*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;
  }

  /*sec__02*/
  .catch2 {
    font-size: 60px;
    display: flex;
    align-items: center; /* 垂直中心 */
  }
  .catch2:after {
    border-top: 2px solid;
    content: "";
    width: 260px; /* 線の長さ */
  }
  .catch2:after {
    margin-left: 30px; /* 文字の左隣 */
  }
  .sec__02 p {
    font-size: 30px;
    padding: 40px 0px 200px 0px;
  }

  /*sec__03*/
  .catch3 {
    font-size: 60px;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: flex-end;
  }
  .catch3:before {
    border-top: 2px solid;
    content: "";
    width: 260px; /* 線の長さ */
  }
  .catch3:before {
    margin-right: 30px; /* 文字の右隣 */
  }
  .sec__03 p {
    font-size: 30px;
    padding: 40px 0px 200px 0px;
  }

  /*sec__04*/
  .sec__04 h2 {
    text-align: center;
    font-size: 60px;
  }
  .sec__04 p {
    text-align: center;
    font-size: 24px;
    padding: 40px 0px;
  }
  .service__box {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 1px 1px 3px #ccc;
    text-align: center;
  }
  .line {
    border-right: #ccc 0.5px solid;
    border-left: #ccc 0.5px solid;
  }
  .nomber {
    color: #008f3a;
    font-size: 40px;
    padding: 40px 0px;
  }
  .service {
    height: 60px;
    font-size: 20px;
  }
  .modal__btn {
    width: 50%;
    background: #008f3a;
    color: #fff;
    margin: 40px 0px;
    outline: none;
  }
  .modal__btn:hover {
    color: #fff;
  }
  .modal__btn:visited {
    color: #fff;
  }
  .modal__btn:active {
    color: #fff;
  }
  .modal__btn:focus {
    outline: none;
  }
  .modal-content {
    padding: 20px 40px;
    margin: 200px auto 0px -190px;
    text-align: left;
    width: 980px;
  }
  .modal-header {
    padding-left: 0px;
    font-size: 22px;
  }
  .modal-body {
    padding: 20px 0px;
  }

  /*sec__05*/
  .sec__05 p {
    font-size: 24px;
    padding: 40px 0px 0px 0px;
  }
  .sec__05 .logo {
    width: 280px;
    margin: 0px auto;
    padding-top: 60px;
  }
  .co__name {
    text-align: center;
    font-size: 26px;
    padding-top: 40px;
  }
  .about__box {
    background: #fff;
    border-radius: 8px;
    padding: 60px 80px;
    box-shadow: 1px 1px 3px #ccc;
    margin-top: 60px;
  }
  .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;
  }

  /*sec__05*/
  .mailform {
    width: 640px;
    padding: 40px;
    margin: 0px auto;
  }
  .mailform dt {
    font-weight: normal;
  }
  .mailform h2 {
    text-align: center;
    font-size: 60px;
    padding-bottom: 60px;
  }
  .mailform input {
    border-radius: 5px;
    border: none;
    margin: 10px 0px 30px 0px;
    padding: 5px;
  }
  .mailform .wide {
    width: 100%;
  }
  .mailform textarea {
    width: 100%;
    border-radius: 5px;
    border: none;
    margin: 10px 0px 30px 0px;
    padding: 5px;
  }
  #form_submit_button {
    background: #008f3a;
    font-weight: bold;
    color: #fff;
    width: 160px;
    margin: 0px auto;
  }
  .pp__btn {
    color: #008f3a;
    font-weight: bold;
  }
  .copyright {
    padding: 30px 0px;
    text-align: center;
  }
  .thanks {
    width: 640px;
    margin: 0px auto;
    padding: 60px;
    background: #f2f2f2;
    border-radius: 5px;
  }
  .thanks__btn {
    width: 200px;
    display:block;
    margin: 40px auto;
    background: #008f3a;
    color: #fff;
  }
}

@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: 220px 25px 220px 25px;
  }
  .sec__01 .logo {
    width: 240px;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .sec__01 h1 {
    font-size: 70px;
    padding: 0px 0px 40px 0px;
  }
  .sec__01 p {
    font-size: 28px;
  }

  /*sec__02*/
  .catch2 {
    font-size: 40px;
    display: flex;
    align-items: center; /* 垂直中心 */
  }
  .catch2:after {
    border-top: 2px solid;
    content: "";
    width: 80px; /* 線の長さ */
  }
  .catch2:after {
    margin-left: 20px; /* 文字の左隣 */
  }
  .sec__02 p {
    font-size: 28px;
    padding: 40px 0px 200px 0px;
  }

  /*sec__03*/
  .catch3 {
    font-size: 40px;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: flex-end;
  }
  .catch3:before {
    border-top: 2px solid;
    content: "";
    width: 80px; /* 線の長さ */
  }
  .catch3:before {
    margin-right: 20px; /* 文字の右隣 */
  }
  .sec__03 p {
    font-size: 28px;
    padding: 40px 0px 200px 0px;
  }

  /*sec__04*/
  .sec__04 h2 {
    text-align: center;
    font-size: 40px;
  }
  .sec__04 p {
    text-align: center;
    font-size: 24px;
    padding: 40px 0px;
  }
  .service__box {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 1px 1px 3px #ccc;
    text-align: center;
  }
  .service__box .in__box {
    border-top: 1px solid #ccc;
  }
  .no__line {
    border: none!important;
  }
  .nomber {
    color: #008f3a;
    font-size: 40px;
    padding: 60px 0px;
  }
  .service {
    font-size: 28px;
  }
  .modal__btn {
    width: 50%;
    background: #008f3a;
    color: #fff;
    margin: 60px 0px;
    outline: none;
  }
  .modal__btn:hover {
    color: #fff;
  }
  .modal__btn:visited {
    color: #fff;
  }
  .modal__btn:active {
    color: #fff;
  }
  .modal__btn:focus {
    outline: none;
  }
  .modal-content {
    padding: 20px 40px;
    margin-top: 200px;
    text-align: left;
  }
  .modal-header {
    padding-left: 0px;
    font-size: 22px;
  }
  .modal-body {
    padding: 20px 0px;
  }

  /*sec__05*/
  .sec__05 p {
    font-size: 24px;
    padding: 40px 0px 0px 0px;
  }
  .sec__05 .logo {
    width: 280px;
    margin: 0px auto;
    padding-top: 60px;
  }
  .co__name {
    text-align: center;
    font-size: 26px;
    padding-top: 40px;
  }
  .about__box {
    background: #fff;
    border-radius: 8px;
    padding: 60px 20px;
    box-shadow: 1px 1px 3px #ccc;
    margin-top: 60px;
  }
  .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;
  }

  /*sec__05*/
  .mailform {
    margin: 0px auto;
  }
  .mailform dt {
    font-weight: normal;
  }
  .mailform h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 60px;
  }
  .mailform input {
    border-radius: 5px;
    border: none;
    margin: 10px 0px 30px 0px;
    padding: 5px;
  }
  .mailform .wide {
    width: 100%;
  }
  .mailform textarea {
    width: 100%;
    border-radius: 5px;
    border: none;
    margin: 10px 0px 30px 0px;
    padding: 5px;
  }
  #form_submit_button {
    background: #008f3a;
    font-weight: bold;
    color: #fff;
    width: 100%;
  }
  .pp {
    padding-bottom: 30px;
  }
  .pp label {
    float: left;
  }
  .pp__btn {
    color: #008f3a;
    font-weight: bold;
  }
  .copyright {
    padding: 30px 0px;
    text-align: center;
  }
  .thanks__btn {
    width: 200px;
    display:block;
    margin: 40px auto;
    background: #008f3a;
    color: #fff;
  }
}