body {
  font-family: "Sawarabi Mincho";
  background-color: #000;
  color: #fff;
  font-size: 13px;
  min-height: 100vh;
}

/*--------------------------
// common
--------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

a,
a:link {
  color: #654805;
  text-decoration: underline;
}

a:hover {
  color: #d54c07;
}

a[href^="tel:"] {
  color: #fff !important;
  text-decoration: none;
}

.table {
  display: table;
  width: 100%;
}
.table dl {
  display: table-row;
}
.table dt,
.table dd {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #999;
}

.inr {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
}

.ttl {
  text-align: center;
  margin-bottom: 50px;
}
.ttl h3 {
  font-size: 2.2em;
  letter-spacing: 3px;
}

.btn a {
  text-align: center;
  border-radius: 4px;
  color: #fff;
  padding: 13px;
  display: block;
  background: rgb(30, 31, 1);
  background: linear-gradient(311deg, rgb(62, 64, 40) 59%, rgb(90, 99, 1) 100%);
  border-bottom: 2px solid #000;
  text-decoration: none;
}
.btn a:hover {
  opacity: 0.8;
}

.map {
  margin-top: 20px;
}
.map iframe {
  height: 320px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%) contrast(120%);
}

h4.catch {
  text-align: center;
  font-size: 1.2em;
}

/*--------------------------
// form
--------------------------*/
form ::placeholder {
  font-size: 9px;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form textarea {
  background-color: #f1f1f1;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  color: #000;
}
form input[type=radio] + label {
  padding-left: 5px;
}
form button[type=submit],
form button[type=button] {
  color: #000;
  border-radius: 3px;
  padding: 10px 20px;
  min-width: 300px;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  cursor: pointer;
}
form button[type=submit]:hover,
form button[type=button]:hover {
  opacity: 0.8;
}
form button[type=button]#send {
  background: rgb(83, 83, 1);
  background: linear-gradient(15deg, rgb(83, 83, 1) 59%, rgb(126, 126, 11) 100%);
  background-color: #52601e;
  color: #fff;
  padding: 15px 15px;
}
form button[type=button]#back {
  background-color: #333;
  color: #fff;
  margin-top: 10px;
}

/*--------------------------
// header
--------------------------*/
header {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  padding: 10px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
header h1 {
  width: 230px;
}
header dl {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #fff;
}
header dl dt {
  font-size: 0.9em;
}
header dl dd {
  font-size: 1.8em;
  font-weight: bold;
}
header dl dd a {
  color: #fff;
  text-decoration: none !important;
  color: inherit !important;
  text-decoration: none !important;
}
header .contact_btn {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  width: 40px;
}

/*--------------------------
// main
--------------------------*/
main {
  position: relative;
}
main .txt {
  width: 600px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 2;
  text-align: center;
}
main .txt h2 {
  letter-spacing: 2px;
  font-size: 1.7em;
  margin-bottom: 10px;
  position: relative;
}
main .txt h2::before {
  width: 300px;
  height: 300px;
  content: "";
  position: absolute;
  left: -120px;
  top: -160px;
  background: url("../images/logo.svg") no-repeat left center;
  opacity: 0.1;
  z-index: 2;
}
main .txt p {
  line-height: 2em;
}
main .video {
  width: 100%;
  height: 100%;
  position: relative;
}
main::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
}

/*--------------------------
// service_sec
--------------------------*/
.service_sec ul.service_list {
  padding: 40px 0;
}
.service_sec ul.service_list li .main {
  position: relative;
  display: flex;
}
.service_sec ul.service_list li .main .img {
  width: 70%;
}
.service_sec ul.service_list li .main .img .caption {
  margin-top: 10px;
  font-size: 0.8em;
}
.service_sec ul.service_list li .main .info {
  background: rgb(235, 235, 234);
  background: linear-gradient(15deg, rgb(235, 235, 234) 59%, rgb(255, 255, 255) 100%);
  width: 38%;
  position: absolute;
  top: 5%;
  right: 0;
  background-color: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #000;
  font-family: "M PLUS Rounded 1c";
  z-index: 10;
}
.service_sec ul.service_list li .main .info figure {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.service_sec ul.service_list li .main .info .table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.service_sec ul.service_list li .main .info .table dl {
  border-bottom: 1px solid #000;
}
.service_sec ul.service_list li .main .info .table dt {
  width: 25%;
  text-align: center;
}
.service_sec ul.service_list li .main .info .table dd {
  padding: 10px;
}

/*--------------------------
// company_sec
--------------------------*/
.company_sec .table,
.contact_sec .table {
  width: 70%;
  margin: 0 auto;
}
.company_sec .table dl,
.contact_sec .table dl {
  display: table-row;
}
.company_sec .table dt,
.contact_sec .table dt {
  width: 25%;
  text-align: center;
}
.company_sec .table dd,
.contact_sec .table dd {
  width: 75%;
  padding: 12px;
}
.company_sec .table dd table,
.contact_sec .table dd table {
  text-align: left;
}
.company_sec .table dd table th,
.contact_sec .table dd table th {
  padding-right: 1.5em;
}
.company_sec .table dd ol,
.contact_sec .table dd ol {
  padding-left: 1em;
}
.company_sec .table dd ol li,
.contact_sec .table dd ol li {
  list-style: decimal;
}

/*--------------------------
// contact_sec
--------------------------*/
.contact_sec form {
  margin-top: 40px;
}
.contact_sec form ul li:not(:last-child) {
  padding-bottom: 5px;
}
.contact_sec form .require {
  display: block;
  background-color: #5d5404;
  font-size: 8px;
  width: 30px;
  margin: 3px auto 0 auto;
  line-height: 1;
  padding: 2px;
}
.contact_sec form.confirm dt,
.contact_sec form.confirm dd {
  padding: 15px 0;
}
.contact_sec .complete {
  text-align: center;
}
.contact_sec .complete h4 {
  color: #a9b092;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.contact_sec .complete dl dt {
  font-size: 1.1em;
  margin-bottom: 3px;
}

/*--------------------------
// footer
--------------------------*/
footer {
  border-top: 1px solid #52601e;
  background: url("../images/footer_bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
footer .logo img {
  width: 140px;
  margin: 20px auto;
}
footer .logo dl dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
}
footer .logo dl dd {
  font-size: 12px;
}
footer .copyright {
  margin-top: 60px;
  text-align: center;
  font-size: 10px;
}

@media screen and (max-width: 1080px) {
  /*--------------------------
  // common
  --------------------------*/
  .inr {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 780px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*--------------------------
  // common
  --------------------------*/
  .inr {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .inline_center {
    display: inline;
    text-align: center;
  }
  .btn a {
    padding: 20px 13px;
    font-size: 1rem;
  }
  h4.catch {
    font-size: 1em;
  }
  /*--------------------------
  // header
  --------------------------*/
  header {
    padding: 10px 10px;
  }
  header h1 {
    width: 30%;
  }
  header dl {
    border-left: 1px solid #999;
  }
  header dl dt {
    font-size: 0.7em;
  }
  header dl dd {
    font-size: 1.1em;
  }
  /*--------------------------
  // main
  --------------------------*/
  main .txt {
    width: 90%;
    top: 40%;
  }
  main .txt h2 {
    letter-spacing: 1px;
    font-size: 1.5em;
  }
  main .txt h2::before {
    width: 50%;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: -70px;
    opacity: 0.2;
  }
  main .txt p {
    font-size: 0.9em;
  }
  /*--------------------------
  // service_sec
  --------------------------*/
  .service_sec ul.service_list {
    padding: 40px 0 10px;
  }
  .service_sec ul.service_list li {
    padding: 0 2%;
  }
  .service_sec ul.service_list li .main {
    position: relative;
    display: block;
  }
  .service_sec ul.service_list li .main .img {
    width: 90%;
    margin: 0 auto;
  }
  .service_sec ul.service_list li .main .img .caption {
    text-align: center;
    margin-top: 5px;
    font-size: 0.7em;
  }
  .service_sec ul.service_list li .main .info {
    margin-top: 30px;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    padding: 40px 10px;
    border-radius: 2px;
    background: rgb(235, 235, 234);
    background: linear-gradient(15deg, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 100%);
  }
  .service_sec ul.service_list li .main .info::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    top: -20px;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
  }
  .service_sec ul.service_list li .main .info figure {
    width: 50%;
  }
  /*--------------------------
  // company_sec
  --------------------------*/
  .company_sec .table,
  .contact_sec .table {
    width: 100%;
    display: block;
  }
  .company_sec .table dl,
  .contact_sec .table dl {
    display: block;
  }
  .company_sec .table dt,
  .company_sec .table dd,
  .contact_sec .table dt,
  .contact_sec .table dd {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .company_sec .table dt,
  .contact_sec .table dt {
    padding-top: 10px;
    border: none;
  }
  .company_sec .table dd,
  .contact_sec .table dd {
    text-align: center;
    border-bottom: 1px dashed #999;
  }
  .company_sec .table dd table,
  .contact_sec .table dd table {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
  .company_sec .table dd ol,
  .contact_sec .table dd ol {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
  /*--------------------------
  // footer
  --------------------------*/
  footer {
    padding-top: 50px;
  }
  footer .logo img {
    width: 100px;
  }
  footer .copyright {
    margin-top: 60px;
    text-align: center;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
  .ttl {
    margin-bottom: 30px;
  }
  .ttl h3 {
    font-size: 1.7em;
  }
  .ttl p {
    font-size: 8px;
  }
  h4.catch {
    font-size: 0.9em;
  }
  .btn a {
    padding: 15px 0;
    font-size: 1em;
  }
  /*--------------------------
  // header
  --------------------------*/
  header {
    padding: 10px 10px;
  }
  header dl {
    padding-left: 10px;
    margin-left: 10px;
  }
  header dl dd {
    font-size: 1.1em;
    font-weight: bold;
  }
  header dl dd a {
    color: #fff;
  }
  header .contact_btn {
    right: 10px;
    width: 30px;
  }
  /*--------------------------
  // contact_sec
  --------------------------*/
  .contact_sec .table {
    width: 100%;
  }
  .contact_sec .table dt,
  .contact_sec .table dd {
    width: 100%;
  }
  .contact_sec .table dt {
    padding-top: 10px;
    border: none;
  }
  .contact_sec .table dd {
    text-align: center;
    border-bottom: 1px dashed #999;
    box-sizing: border-box;
  }
}