﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
/*----------------------------------------
 * Initialize */
/*---------------------------------------- */
html {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    background: url("../images/common/extra-bg.png") #222;
  }
}

body {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #222222;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    background-color: #FFF;
    max-width: 1920px;
    width: 1920px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
a:hover {
  color: #929497;
  text-decoration: none;
}
a:focus {
  color: #929497;
}

/*----------------------------------------
 *        Contact
 *---------------------------------------- */
.contact-tell,
.contact-mail,
.contact-kyuka,
.other-area {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.contact-tell .contents-wrap {
  padding: 80px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .contact-tell .contents-wrap {
    padding: 30px 16px 30px 16px;
  }
}

.contact-mail .contents-wrap {
  padding: 0 0 100px 0;
}
@media only screen and (max-width: 768px) {
  .contact-mail .contents-wrap {
    padding: 0 16px 0 16px;
  }
}

.contact-kyuka .contents-wrap {
  padding: 30px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .contact-kyuka .contents-wrap {
    padding: 30px 16px 30px 16px;
  }
}

.contact-tell--body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 40px 0 40px;
}
@media only screen and (max-width: 768px) {
  .contact-tell--body {
    display: block;
    margin: 0;
  }
}
.contact-tell--body h2 {
  min-height: 40px;
  padding: 0 30px 0 92px;
  background: url("../contact/images/index-navidial-icon-2x.png") no-repeat;
  background-size: 70px 40px;
  font-size: 2.85rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contact-tell--body h2 {
    width: 100%;
    padding: 0 0 0 52px;
    background: url("../contact/images/index-navidial-icon-sp.png") no-repeat;
    background-size: 45px 26px;
    font-size: 2.25rem;
  }
}
.contact-tell--body p {
  padding-right: 20px;
  font-size: 1.28rem;
}
@media only screen and (max-width: 768px) {
  .contact-tell--body p {
    padding-right: 0;
    font-size: 1rem;
  }
}

.contact-mail--wrap {
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .contact-mail--wrap {
    display: block;
    margin-top: 0;
  }
}
.contact-mail--wrap .contact-mail--item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-mail--wrap h2 {
  margin: 0 0 23px 0;
  font-size: 1.71rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contact-mail--wrap h2 {
    margin: 0 0 11px 0;
    font-size: 1.41rem;
  }
}
.contact-mail--wrap p {
  margin: 0 0 40px 0;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .contact-mail--wrap p {
    margin: 0 0 20px 0;
  }
}
.contact-mail--wrap .btn-regular {
  width: 304px;
  height: 60px;
  line-height: 60px;
}
@media only screen and (max-width: 768px) {
  .contact-mail--wrap .btn-regular {
    width: 100%;
    height: 50px;
    font-size: 1.08rem;
    line-height: 50px;
  }
}

.contact-mail--item {
  width: 408px;
  padding: 0 53px 0 50px;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .contact-mail--item {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 0 25px 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.contact-mail--item:nth-child(1) {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .contact-mail--item:nth-child(1) {
    padding: 0 0 25px 0;
  }
}

.contact-mail--item:nth-child(3) {
  border: none;
}

.contact-kyuka--body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 40px 0 40px;
}
@media only screen and (max-width: 768px) {
  .contact-kyuka--body {
    display: block;
    margin: 0;
  }
}
.contact-kyuka--body h2 {
  min-height: 40px;
  padding: 0 30px 0 92px;
  background-size: 70px 40px;
  font-size: 2.85rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contact-kyuka--body h2 {
    width: 100%;
    padding: 0 0 0 52px;
    background-size: 45px 26px;
    font-size: 2.25rem;
  }
}
.contact-kyuka--body p {
  padding-right: 20px;
  font-size: 1.38rem;
  color: blue;
}
@media only screen and (max-width: 768px) {
  .contact-kyuka--body p {
    padding-right: 0;
    font-size: 1rem;
  }
}


/*----------------------------------------
 *        Contact-Other
 *---------------------------------------- */
section.other-area {
  position: relative;
  z-index: 0;
  padding: 60px 0 36px 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  section.other-area {
    padding: 30px 0 15px 0;
  }
}

.other__list {
  display: -webkit-flex;
  display: flex;
  margin-right: -24px;
}
@media only screen and (max-width: 768px) {
  .other__list {
    display: block;
    margin: 0;
  }
}

.common__mediabox--btn {
  width: 384px;
  margin-right: 24px;
  margin-bottoom: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .common__mediabox--btn {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

/*----------------------------------------
 *      list
 *---------------------------------------- */
.collapse {
  display: block;
}
@media only screen and (max-width: 768px) {
  .collapse {
    display: none;
    background: #e1e1e1;
  }
}

@media only screen and (max-width: 768px) {
  .collapsing {
    background-color: #e1e1e1;
  }
}

.catalog {
  padding-top: 30px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .catalog .contents-wrap {
    padding: 0;
  }
}
.catalog .product__tokusou,
.catalog .product__tokusou2,
.catalog .product__kankyo,
.catalog .product__other {
  height: auto;
}
@media only screen and (min-width: 769px) {
  .catalog .product__tokusou,
  .catalog .product__tokusou2,
  .catalog .product__kankyo,
  .catalog .product__other {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog .product__tokusou > section:last-of-type h1,
  .catalog .product__tokusou2 > section:last-of-type h1,
  .catalog .product__kankyo > section:last-of-type h1,
  .catalog .product__other > section:last-of-type h1 {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 768px) {
  .catalog {
    padding-top: 0;
  }
}
.catalog .catalog-title {
  width: 1200px;
  margin: 0 auto 60px;
  font-size: 2.57rem;
  font-weight: bold;
  color: #e91d25;
}
@media only screen and (max-width: 768px) {
  .catalog .catalog-title {
    width: auto;
    margin: 0;
    padding: 20px 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .catalog .product__list {
    padding: 20px 8px 18px;
  }
}
.catalog .product__list--thumb {
  max-width: 228px;
  height: auto;
  padding: 0 13px;
  margin-bottom: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .catalog .product__list--thumb {
    max-width: none;
    padding: 6px 8px;
  }
}
.catalog .product__list--thumb img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .catalog .product__list .product__list--thumb:nth-child(n+6) {
    margin-top: 50px;
  }
}
.catalog .catalog-list--concrete {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.catalog .catalog-list--concrete a:first-child {
  width: 699px;
  margin-right: 30px;
  padding: 30px 180px 30px 30px;
  position: relative;
  background: url(../contact/images/list-concrete-image-2x.jpg) right 65px center no-repeat;
  background-size: 112px auto;
  border: 1px solid #222;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .catalog .catalog-list--concrete a:first-child {
    width: 100%;
    margin: 0 8px 8px;
    padding: 15px 40px 15px 15px;
    background: none;
  }
}
.catalog .catalog-list--concrete a:first-child h4 {
  margin-bottom: 12px;
  font-size: 1.14em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .catalog .catalog-list--concrete a:first-child h4 {
    margin-bottom: 8px;
  }
}
.catalog .catalog-list--concrete a:first-child p {
  margin-bottom: 31px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .catalog .catalog-list--concrete a:first-child p {
    margin-bottom: 15px;
  }
}
.catalog .catalog-list--concrete a:first-child img {
  width: 433px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .catalog .catalog-list--concrete a:first-child img {
    width: 100%;
  }
}
.catalog .catalog-list--concrete a:first-child:after {
  content: "";
  width: 12px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  background: url(../contact/images/list-concrete-arrow-2x.png) center center no-repeat;
  background-size: 12px auto;
}
@media only screen and (max-width: 768px) {
  .catalog .catalog-list--concrete a:first-child:after {
    right: 15px;
  }
}
.catalog .catalog-list--concrete a:nth-child(5n+3) {
  margin-right: 0;
}

/*----------------------------------------
 *      Kaizen
 *---------------------------------------- */
.kaizen,
.trailer {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .kaizen,
  .trailer {
    margin-bottom: 50px;
  }
}
.kaizen .contents-wrap > section,
.trailer .contents-wrap > section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .kaizen .contents-wrap > section,
  .trailer .contents-wrap > section {
    margin-bottom: 30px;
  }
}

/*----------------------------------------
 *      Trailer
 *---------------------------------------- */
.trailer a {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom: 1px solid #222;
}
.trailer a:hover {
  border-bottom-color: transparent;
}

/*----------------------------------------
 *        Form
 *---------------------------------------- */
section.contact-form {
  position: relative;
  z-index: 0;
}
section.contact-form .contents-wrap {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 768px) {
  section.contact-form .contents-wrap {
    padding: 23px 16px 50px 16px;
  }
}

.contact-form__lead {
  margin-bottom: 51px;
  font-size: 1.14rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .contact-form__lead {
    margin-bottom: 23px;
    font-size: 1rem;
  }
}
.contact-form__lead a {
  color: #036bd2;
  text-decoration: underline;
}

.contact-form--hissu {
  color: #e91d25;
}

.contact-form__form-main {
  font-size: 1.14rem;
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main {
    font-size: 1rem;
  }
}
.contact-form__form-main table {
  width: 100%;
  margin: 0 0 50px 0;
  line-height: 2.1;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main table {
    margin: 0 0 20px 0;
  }
}
.contact-form__form-main table th, .contact-form__form-main table td {
  padding: 14px 16px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main table th, .contact-form__form-main table td {
    padding: 2px 10px;
  }
}
.contact-form__form-main table th {
  width: 25%;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main table th {
    width: 100%;
  }
}
.contact-form__form-main table td {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main table td {
    padding: 9px 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main table, .contact-form__form-main tbody, .contact-form__form-main tr, .contact-form__form-main th, .contact-form__form-main td {
    display: block;
  }
}
.contact-form__form-main .contact-form--select {
  width: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #222;
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main .contact-form--select {
    width: 100%;
    border-width: 1px;
  }
}
.contact-form__form-main .contact-form--select select {
  width: 120%;
  padding: 0 13px;
  border: none;
  background-color: #fff;
  color: #222;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-form__form-main .contact-form--select:after {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  background: url("../images/common/contents-dropdown-arrow-2x.png") no-repeat;
  background-size: 16px auto;
}
.contact-form__form-main .input-group input[type="text"],
.contact-form__form-main .input-group input[type="email"],
.contact-form__form-main .input-group input[type="tel"],
.contact-form__form-main .input-group input[type="date"],
.contact-form__form-main .input-group textarea {
  border: 1px solid #222222;
  padding: 10px 12px;
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main .input-group input[type="text"],
  .contact-form__form-main .input-group input[type="email"],
  .contact-form__form-main .input-group input[type="tel"],
  .contact-form__form-main .input-group input[type="date"],
  .contact-form__form-main .input-group textarea {
    float: none;
    display: block;
  }
}
.contact-form__form-main .input-group input[type="text"]:focus,
.contact-form__form-main .input-group input[type="email"]:focus,
.contact-form__form-main .input-group input[type="tel"]:focus,
.contact-form__form-main .input-group input[type="date"]:focus,
.contact-form__form-main .input-group textarea:focus {
  background-color: #f5f5f5;
  border: 1px solid #222222;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(190, 190, 190, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(190, 190, 190, 0.6);
}
.contact-form__form-main .input-group input[type="radio"] {
  display: none;
}
.contact-form__form-main .input-group input[type="radio"] + label {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.contact-form__form-main .input-group input[type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #222;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.contact-form__form-main .input-group input[type="radio"] + label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  left: 5px;
  margin-top: -5px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: background 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.contact-form__form-main .input-group input[type="radio"]:checked + label:after {
  background-color: #222;
}
.contact-form__form-main .btn-contact-form {
  width: 100%;
  padding: 0 10px 0 10px;
  line-height: 37px;
}
.contact-form__form-main .dropdown-menu {
  width: 100%;
  margin: 0;
  border: none;
  font-size: 0.91rem;
  font-weight: bold;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main .dropdown-menu {
    top: 40px;
    width: 100%;
    padding: 0;
  }
}
.contact-form__form-main .dropdown-menu li {
  border-left: 2px solid #222;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
}
@media only screen and (max-width: 768px) {
  .contact-form__form-main .dropdown-menu li {
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
  }
}
.contact-form__form-main .dropdown-menu a {
  padding: 0 0 0 10px;
  line-height: 36px;
}
.contact-form__form-main .dropdown-menu a:hover {
  background: #222;
  color: #fff;
}

.contact-form--doui {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact-form--doui {
    margin-bottom: 24px;
  }
}
.contact-form--doui a {
  color: #036bd2;
  text-decoration: underline;
}
.contact-form--doui input[type=checkbox] {
  display: none;
}
.contact-form--doui input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.contact-form--doui input[type=checkbox] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 1px 0;
  vertical-align: middle;
  border: 2px solid #000;
}
.contact-form--doui input[type=checkbox] + label:after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  margin-top: -7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
  z-index: 2;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: opacity 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.contact-form--doui input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.contact-form--submit {
  text-align: center;
}
.contact-form--submit .btn-regular {
  margin: 0 13px 0 13px;
}
@media only screen and (max-width: 768px) {
  .contact-form--submit .btn-regular {
    width: calc(50% - 10px);
    margin: 0;
  }
}
.contact-form--submit .btn-reset {
  border-color: #929497;
  color: #929497;
}
@media only screen and (max-width: 768px) {
  .contact-form--submit .btn-reset {
    margin: 0 20px 0 0;
  }
}
.contact-form--submit .btn-reset:hover {
  color: #fff;
}
.contact-form--submit .btn-reset::after {
  background-color: #929497;
}
.contact-form--submit input[type="submit"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form--error {
  margin: 0 0 50px;
  padding: 50px;
  text-align: center;
  line-height: 1.6;
  color: #e91d25;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .contact-form--error {
    margin-bottom: 25px;
    padding: 25px;
  }
}

.contact-form__complete {
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  .contact-form__complete {
    padding: 60px 0;
  }
}

.contact-confirm--title {
  text-align: center;
  font-size: 1.43rem;
}
@media only screen and (max-width: 768px) {
  .contact-confirm--title {
    font-size: 1.25rem;
  }
}

.contact-confirm--text {
  text-align: center;
  line-height: 2;
  font-size: 1.14rem;
}
@media only screen and (max-width: 768px) {
  .contact-confirm--text {
    font-size: 1rem;
  }
}

.contact-confirm--btn {
  margin: 50px 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact-confirm--btn {
    margin-top: 30px;
  }
}
