@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

img {
max-width: 100%;
height: auto;
}

html,body {
height: 100%;
}



body {
    color: #242424;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

header {
    background-color: #000;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section {
    width: 1000px;
    margin: 0 auto 3rem;
}

p {
    margin-bottom: 1rem;
    line-height: 1.875rem;
}

h1 {
    color: #000;
    font-weight: 700;
    font-size: 3.75rem;
    text-align: center;
}

.logo {
    width: 220px;
    height: 80px;
    padding: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo img {
    width: 180px;
}

.navi {
    display: flex;
}

.navi li {
    padding: 0 3rem;
}

.navi li a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.mainimg {
    background-color: #000;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_img {
    background: url(img/top_img.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 3rem;
}

.ser_img {
    background: url(img/ser_img.jpg) no-repeat center center;
    background-size: cover;
}

.au_img {
    background: url(img/au_img.jpg) no-repeat center center;
    background-size: cover;
}

.pp_img {
    background: url(img/pp_img.jpg) no-repeat center center;
    background-size: cover;
}

.con_img {
    background: url(img/con_img.jpg) no-repeat center center;
    background-size: cover;
}

.lead_txt {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.2;
}

.breadcrumb {
    width: 100%;
    margin-bottom: 3rem;
    border-bottom: solid 1px #eee;
}

.breadcrumb ul {
    width: 1000px;
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
}

.breadcrumb ul li {
    font-size: 80%;
    font-weight: 700;
    margin-right: 1rem;
}

.breadcrumb ul li:after {
    color: #000;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-left: 1rem;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ul li a {
    color: #000;
    text-decoration: none;
}

.au_tbl {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #242424;
}

.au_tbl tr {
    border-bottom: solid 1px #242424;
}

.au_tbl th {
    font-weight: 700;
    background-color: #eee;
    width: 30%;
    padding: 2rem;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    border-right: dashed 1px #242424;
}

.au_tbl td {
    padding: 2rem;
    vertical-align: middle;
}

.pp_h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.pp_h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: black;
    right: -120px;
}

.pp_list {
    background-color: #eee;
    width: 94%;
    margin: 0 auto 1rem;
    padding: 2rem 2rem 2rem 3rem;
    list-style-type: disc;
    list-style-position: outside;
}

.pp_list li {
    margin-bottom: 1rem;
    line-height: 1.3;
}

.pp_list li:last-child {
    margin-bottom: 0;
}

.txt_bold {
    font-weight: 700;
}

.txt_right {
    text-align: right;
}

.service {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ser_list {
    width: 30%;
}

.ser_list li {
    margin-bottom: 1rem;
    padding: 0.7rem;
    border: solid 1px #ccc;
    border-radius: 3px;
    text-align: center;
}

.ser_list li:first-child {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 0.5rem;
    border: none;
    line-height: 1.3;
}

.fa-shopping-cart,
.fa-credit-card,
.fa-cloudsmith {
    color: #fff;
    background-color: #242424;
    font-size: 50px;
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

form {
    border-top: solid 1px #242424;
}

.form-group {
    display: flex;
    justify-content: center;
    border-left: solid 1px #242424;
    border-right: solid 1px #242424;
    border-bottom: solid 1px #242424;
}

.col-md-3,
.col-sm-4 {
    font-weight: 700;
    background-color: #eee;
    width: 30%;
    padding: 2rem;
    line-height: 1.5;
    border-right: dashed 1px #242424;
    display: flex;
    align-items: center;
}

.col-sm-6,
.col-md-7 {
    width: 70%;
    padding: 2rem;
    vertical-align: middle;
}

.label-warning {
    color: #fff;
    background-color: #f0ad4e;
    font-size: 80%;
    margin-left: 0.3rem;
    padding: 0 0.3rem;
    border-radius: 3px;
}

#input-name,
#input-mail,
#input-mail2,
.col-sm-6 input {
    font-size: 100%;
    width: 100%;
    height: 3rem;
    padding: 0 0.5rem;
}

#input-comm,
.col-sm-6 textarea {
    font-size: 100%;
    width: 100%;
    height: 6rem;
    padding: 0.5rem;
}

.btn_area {
    display: flex;
}

.btn-sp {
    color: #fff;
    background-color: #242424;
    font-size: 100%;
    font-weight: 700;
    width: 40%;
    height: 3rem;
    display: block;
    margin: 3rem auto 0;
    border: none;
    border-radius: 50px;
    letter-spacing: 0.1rem;
    cursor: pointer;
}

.btn-sp:hover {
    color: #fff;
    background-color: #69cc63;
}

.btn-default {
    color: #242424;
    background-color: #ccc;
    font-size: 100%;
    font-weight: 700;
    width: 30%;
    height: 3rem;
    display: block;
    margin: 3rem auto 0;
    border: none;
    border-radius: 50px;
    letter-spacing: 0.1rem;
    cursor: pointer;
}

.form_thx {
    padding: 2rem;
}

.form_thx p {
    color: #69cc63;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.1rem;
}

.fa-envelope {
    color: #fff;
    background-color: #69cc63;
    font-size: 50px;
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

.btn_area {
    display: flex;
}

.ser_area {
    display: flex;
    justify-content: space-between;
}

.ser_area li {
    width: 32%;
    padding: 1rem 1rem 0 1rem;
    border: solid 3px #242424;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.ser_ttl {
    font-size: 120%;
    font-weight: 700;
    margin: 0 0 1rem 1rem;
    line-height: 1.3;
}

.ser_cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6rem;
}

.ser_cate li {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    background-size: cover;
    width: 24.5%;
    height: 260px;
    margin-bottom: 0.7rem;
    line-height: 1.3;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.ser_cate01 {
    background: url(img/ser_cate01.jpg) no-repeat center 0;
}

.ser_cate02 {
    background: url(img/ser_cate02.jpg) no-repeat center 0;
}

.ser_cate03 {
    background: url(img/ser_cate03.jpg) no-repeat center 0;
}

.ser_cate04 {
    background: url(img/ser_cate04.jpg) no-repeat center 0;
}

.ser_cate05 {
    background: url(img/ser_cate05.jpg) no-repeat center 0;
}

.ser_cate06 {
    background: url(img/ser_cate06.jpg) no-repeat center 0;
}

.ser_cate07 {
    background: url(img/ser_cate07.jpg) no-repeat center 0;
}

.ser_cate08 {
    background: url(img/ser_cate08.jpg) no-repeat center 0;
}

footer {
    color: #fff;
    font-size: 80%;
    background-color: #000;
    margin-top: 6rem;
    padding: 2rem 0;
    text-align: center;
}
footer > p {
    margin: 0;
}

.img_center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}