@charset "UTF-8";
/* キャッチコピー */
.cd-bg-1 {
  height: 80vh;
  background-image: url("../img/main.jpg");
}

.cd-fixed-bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.cd-fixed-bg p.catch {
  font-family: 'Crimson Text', serif;
  text-align: center;
  text-indent: 3px;
  color: #fff;
}
.cd-fixed-bg p.lead {
  font-family: 'Crimson Text', serif;
}
.cd-fixed-bg p.catchsp {
  font-family: 'Crimson Text', serif;
}
.cd-fixed-bg a {
  border-radius: 3px;
}

main .company {
  background-color: #fff;
  background-image: url("../img/bggg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: cover;
}
main .service {
  background-color: #fff;
  background-image: url("../img/bg3.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: cover;
}
main .company,
main .service {
  padding: 60px 0;
  text-align: center;
}
main .company h2,
main .service h2 {
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
main .company h3,
main .service h3 {
  color: #ff6634;
}
main .company h3:after,
main .service h3:after {
  display: block;
  width: 40px;
  height: 2px;
  content: '';
  background-color: #ff6634;
}
main .company p span,
main .service p span {
  font-size: 0.4666em;
  display: block;
  margin-top: 20px;
}
main .company a,
main .service a {
  font-size: 0.5em;
  position: relative;
  display: block;
  width: 200px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ff6634;
  color: #fff;
}
main .company a::after,
main .service a::after {
  position: absolute;
  top: 20px;
  right: 10px;
  right: 20px;
  width: 5px;
  height: 5px;
  content: '';
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
main .company a:hover::after,
main .service a:hover::after {
  right: 13px;
}
main .news {
  padding: 60px 0;
  text-align: center;
  background-color: #f6f4ed;
}
main .news h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
main .news h3 {
  margin-bottom: 60px;
  color: #ff6634;
}
main .news h3:after {
  display: block;
  width: 40px;
  height: 2px;
  margin: 40px auto 70px;
  content: '';
  background-color: #ff6634;
}
main .news a.link {
  font-size: 0.5em;
  position: relative;
  display: block;
  width: 200px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px #666 solid;
  margin: 0 auto;
  background-color: #fff;
  color: #666;
}
main .news a.link:hover {
  color: #fff;
  background-color: #666;
}
main .news a.link::after {
  position: absolute;
  top: 20px;
  right: 10px;
  right: 20px;
  width: 5px;
  height: 5px;
  content: '';
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #777;
  border-right: 2px solid #777;
}
main .news a.link:hover::after {
  right: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (min-width: 1024px) {
  .content {
    margin-left: 60%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .cd-fixed-bg {
    min-height: 30%;
  }

  .company,
  .service {
    text-align: center;
  }
  .company h2,
  .service h2 {
    font-size: 0.7em;
    text-align: center;
  }
  .company h3,
  .service h3 {
    font-size: 0.5em;
    text-align: center;
  }
  .company h3:after,
  .service h3:after {
    margin: 40px auto 70px;
  }
  .company p,
  .service p {
    text-align: center;
  }
  .company a,
  .service a {
    margin: 50px auto;
  }
}
@media screen and (min-width: 960px) {
  .inner {
    width: 1024px;
    margin: 0 auto;
  }

  .cd-fixed-bg {
    min-height: 80%;
  }
  .cd-fixed-bg p.catch {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
  .cd-fixed-bg p.lead {
    font-size: 0.6em;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
  }
  .cd-fixed-bg span {
    display: block;
    margin-top: 10px;
  }
  .cd-fixed-bg a {
    font-size: 0.5em;
    width: 200px;
    margin: 30px auto auto;
    padding: 15px 20px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #ff6634;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cd-fixed-bg a:hover {
    color: #ff6634;
    outline: 1px solid #ff6634;
    background-color: #fff;
  }

  .company,
  .service {
    padding: 60px 0;
    text-align: left;
  }
  .company h2,
  .service h2 {
    font-size: 1em;
    text-align: left;
  }
  .company h3,
  .service h3 {
    font-size: 0.6em;
    text-align: left;
  }
  .company h3:after,
  .service h3:after {
    margin: 40px 0 70px;
  }
  .company p,
  .service p {
    text-align: left;
  }
  .company a,
  .service a {
    margin: 50px 0;
  }

  .news h2 {
    font-size: 1em;
  }
  .news h3 {
    font-size: 0.6em;
  }
  .news table {
    font-size: 18px;
    margin: 0 auto 30px;
    border-collapse: collapse;
  }
  .news th {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 150px 20px 30px;
    color: #ff6634;
  }
  .news tr {
    border-top: 1px solid #e3e1d7;
  }
  .news tr:last-child {
    border-bottom: 1px solid #e3e1d7;
  }
  .news td {
    padding: 10px 20px 10px 0;
    width: 700px;
  }
  .news td a {
    line-height: 1.8em;
    font-size: 14px;
    color: #333;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news td a:hover {
    color: #ff6634;
  }
}
@media screen and (max-width: 959px) {
  .cd-fixed-bg {
    min-height: 30%;
  }
  .cd-fixed-bg p.catch {
    padding-top: 7rem;
    padding-bottom: 2rem;
    font-size: 0.9em;
    padding-right: 40px;
    padding-left: 40px;
  }
  .cd-fixed-bg p.lead {
    font-size: 0.5666em;
    color: #fff;
    text-align: center;
  }
  .cd-fixed-bg span {
    display: block;
    margin-top: 10px;
  }
  .cd-fixed-bg a {
    font-size: 0.5em;
    display: block;
    width: 200px;
    margin: 70px auto auto;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    background-color: #ff6634;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cd-fixed-bg a:hover {
    color: #ff6634;
    outline: 1px solid #ff6634;
    background-color: #fff;
  }

  .company,
  .service {
    padding: 60px 0;
    text-align: center;
  }
  .company h2,
  .service h2 {
    font-size: 0.7em;
    text-align: center;
  }
  .company h3,
  .service h3 {
    font-size: 0.5em;
    text-align: center;
  }
  .company h3:after,
  .service h3:after {
    margin: 40px auto 70px;
  }
  .company p,
  .service p {
    text-align: center;
  }
  .company a,
  .service a {
    margin: 50px auto;
  }

  .news h2 {
    font-size: 0.7em;
  }
  .news h3 {
    font-size: 0.5em;
  }
  .news table {
    font-size: 0.6em;
    margin: 0 auto 30px;
    border-collapse: collapse;
  }
  .news table th {
    font-size: 0.6em;
    font-weight: bold;
    padding: 20px 45px 20px 30px;
    color: #ff6634;
  }
  .news table tr {
    border-top: 1px solid #e3e1d7;
  }
  .news table tr:last-child {
    border-bottom: 1px solid #e3e1d7;
  }
  .news table td {
    padding: 10px 20px 10px 0;
    width: 700px;
  }
  .news table td a {
    line-height: 1.6em;
    font-size: 0.666em;
    color: #333;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news table td a:hover {
    color: #ff6634;
  }
}
@media screen and (min-width: 480px) {
  p.catchsp {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .cd-fixed-bg p.catch {
    display: none;
  }
  .cd-fixed-bg p.catchsp {
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    padding-top: 7rem;
    padding-bottom: 2rem;
    padding-right: 40px;
    padding-left: 40px;
  }
  .cd-fixed-bg p.catchsp span {
    display: block;
  }
  .cd-fixed-bg p.lead {
    font-size: 0.4666em;
    margin-bottom: 2rem;
    text-align: center;
    color: #fff;
  }
  .cd-fixed-bg span {
    display: block;
    margin-top: 10px;
  }
  .cd-fixed-bg a {
    font-size: 0.5em;
    display: block;
    width: 200px;
    margin: 20vw auto auto;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    background-color: #ff6634;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cd-fixed-bg a:hover {
    color: #ff6634;
    outline: 1px solid #ff6634;
    background-color: #fff;
  }

  .company,
  .service {
    padding: 60px 0;
    text-align: center;
  }
  .company h2,
  .service h2 {
    font-size: 0.6em;
    text-align: center;
  }
  .company h3,
  .service h3 {
    font-size: 0.4333em;
    text-align: center;
  }
  .company h3:after,
  .service h3:after {
    margin: 40px auto 70px;
  }
  .company p,
  .service p {
    font-size: 0.8em;
    text-align: center;
  }
  .company a,
  .service a {
    margin: 50px auto;
  }
}
