@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;
}

/* ----------------------------------------
company　会社概要
----------------------------------------*/
/* line 11, company.scss */
#company_page .content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 11, company.scss */
  #company_page .content {
    width: 100%;
  }
}

/* line 23, company.scss */
#company_page .content a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  /* line 23, company.scss */
  #company_page .content a {
    font-size: 13px;
  }
}
/* line 29, company.scss */
#company_page .content table.info {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  /* line 29, company.scss */
  #company_page .content table.info {
    margin-bottom: 15vw;
  }
}
/* line 35, company.scss */
#company_page .content table.info th, #company_page .content table.info td {
  padding: 20px;
  text-align: left;
  background: #E5E5E5;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  /* line 35, company.scss */
  #company_page .content table.info th, #company_page .content table.info td {
    padding: 10px;
    font-size: 13px;
  }
}
/* line 45, company.scss */
#company_page .content table.info th {
  width: 200px;
  background: #323232;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  /* line 45, company.scss */
  #company_page .content table.info th {
    width: 120px;
  }
}
/* line 56, company.scss */
#company_page .content .list_tit {
  margin-bottom: 20px;
}
/* line 58, company.scss */
#company_page .content .list_tit .tit {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 58, company.scss */
  #company_page .content .list_tit .tit {
    font-size: 20px;
  }
}
/* line 67, company.scss */
#company_page .content ul.year {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  /* line 67, company.scss */
  #company_page .content ul.year {
    margin-bottom: 15vw;
  }
}
/* line 72, company.scss */
#company_page .content ul.year li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  border-bottom: solid 1px #323232;
}
@media screen and (max-width: 768px) {
  /* line 72, company.scss */
  #company_page .content ul.year li {
    margin-bottom: 10px;
    padding: 10px;
  }
}
/* line 83, company.scss */
#company_page .content ul.year span {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  /* line 83, company.scss */
  #company_page .content ul.year span {
    font-size: 13px;
  }
}
/* line 89, company.scss */
#company_page .content ul.year li span:first-child {
  width: 200px;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 89, company.scss */
  #company_page .content ul.year li span:first-child {
    width: 100px;
  }
}
/* line 97, company.scss */
#company_page .content .bl_map {
  width: 100%;
  height: 500px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  /* line 97, company.scss */
  #company_page .content .bl_map {
    height: 70vw;
    margin-bottom: 15vw;
  }
}
/* line 105, company.scss */
#company_page .content .bl_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
