@charset "UTF-8";
/* line 103, _setting/_mixin.scss */
input,
button,
select,
textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #ffffff;
  font: inherit;
  box-shadow: none;
}

/* line 122, _setting/_mixin.scss */
input:focus,
button:focus,
select:focus {
  background: #ffffff;
}

/* line 127, _setting/_mixin.scss */
form input::placeholder {
  color: #999999;
}

/* line 130, _setting/_mixin.scss */
:placeholder-shown {
  color: #323232;
}

/* line 131, _setting/_mixin.scss */
::-webkit-input-placeholder {
  color: #323232;
}

/* line 132, _setting/_mixin.scss */
:-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 133, _setting/_mixin.scss */
::-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 134, _setting/_mixin.scss */
:-ms-input-placeholder {
  color: #323232;
}

/* line 135, _setting/_mixin.scss */
select::-ms-expand {
  display: none;
}

/* line 136, _setting/_mixin.scss */
input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=search],
input[type=number],
input[type=password],
textarea {
  width: 100%;
  color: #000000;
  border: 1px solid #323232;
  border-radius: 3px;
  padding: 5px 10px;
  background: #ffffff;
}
@media screen and (max-width: 640px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 15px;
  }
}
@media screen and (max-width: 320px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 10px;
  }
}
/* line 156, _setting/_mixin.scss */
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
textarea:active,
textarea:focus {
  background-color: #ffffff;
}

/* line 173, _setting/_mixin.scss */
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=date]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  background: #ffffff;
}

/* line 182, _setting/_mixin.scss */
input[type=button],
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}

/* ----------------------------------------
technology・設備紹介
----------------------------------------*/
/* line 10, technology.scss */
#technology_page p {
  line-height: 1.8;
}

/* line 14, technology.scss */
#technology_page .bl_lead {
  width: 100%;
  background: #E5E5E5;
  padding: 30px 60px 25px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  /* line 14, technology.scss */
  #technology_page .bl_lead {
    padding: 2.5vw;
    margin-bottom: 15vw;
  }
}
/* line 23, technology.scss */
#technology_page .bl_lead .bl_tit {
  background: #323232;
  padding: 10px;
  border-bottom: solid 5px #00af8f;
  max-width: 600px;
  margin: 0 auto 10px;
}
/* line 30, technology.scss */
#technology_page .bl_lead .bl_tit .tit {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 30, technology.scss */
  #technology_page .bl_lead .bl_tit .tit {
    font-size: 4vw;
  }
}
/* line 40, technology.scss */
#technology_page .bl_lead .txt_box {
  background: #ffffff;
  padding: 20px 40px;
}
@media screen and (max-width: 640px) {
  /* line 40, technology.scss */
  #technology_page .bl_lead .txt_box {
    padding: 2.5vw;
  }
}

/* line 51, technology.scss */
#technology_page .technology_list {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 51, technology.scss */
  #technology_page .technology_list {
    width: 100%;
  }
}

/* line 61, technology.scss */
#technology_page .technology_list .list_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  /* line 61, technology.scss */
  #technology_page .technology_list .list_box {
    margin-bottom: 10vw;
  }
}
/* line 67, technology.scss */
#technology_page .technology_list .list_tit {
  background: #323232;
  padding: 10px 0 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  /* line 67, technology.scss */
  #technology_page .technology_list .list_tit {
    margin-bottom: 3vw;
  }
}
/* line 74, technology.scss */
#technology_page .technology_list .list_tit .tit {
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  /* line 74, technology.scss */
  #technology_page .technology_list .list_tit .tit {
    font-size: 14px;
  }
}
/* line 82, technology.scss */
#technology_page .technology_list .list_tit .tit span {
  font-size: 24px;
  color: #ffffff;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  /* line 82, technology.scss */
  #technology_page .technology_list .list_tit .tit span {
    font-size: 18px;
  }
}
/* line 93, technology.scss */
#technology_page .technology_list figure {
  margin-bottom: 10px;
}
/* line 96, technology.scss */
#technology_page .technology_list .txt_box {
  border: solid 1px #323232;
  padding: 10px;
  display: flex;
}
/* line 100, technology.scss */
#technology_page .technology_list .txt_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}
/* line 106, technology.scss */
#technology_page .technology_list .txt_box ul li {
  margin: 10px;
  width: 200px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  /* line 106, technology.scss */
  #technology_page .technology_list .txt_box ul li {
    width: 100%;
  }
}
/* line 114, technology.scss */
#technology_page .technology_list .txt_box ul li span {
  display: block;
}
/* line 117, technology.scss */
#technology_page .technology_list .txt_box ul li span:first-child:before {
  content: "■";
}
