/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767px) {
  .l-contents .img-flex .col3 {
    margin-top: 0;
    margin-bottom: 4vw;
    width: 100%;
  }
}

.awards-list__grid {
  margin-top: 50px;
  border: 2px solid #bb871a;
  border-radius: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid {
    margin-top: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .awards-list__grid {
    margin-top: 13.3333333333vw;
  }
}
.awards-list__grid-head {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: double 6px #bb871a;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-head {
    padding: 0.8620689655vw 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .awards-list__grid-head {
    padding: 10px 20px;
  }
}
.awards-list__grid-head h2 {
  margin: 0;
  padding: 0;
  border-left: none;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #a17524;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-head h2 {
    font-size: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .awards-list__grid-head h2 {
    font-size: 20px;
  }
}
.awards-list__grid-head h2::before {
  margin-right: 0.5em;
  position: static;
  content: "";
  display: block;
  width: 70px;
  height: 97px;
  background: url(../images/company/logo_awards.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-head h2::before {
    width: 6.0344827586vw;
    height: 8.3620689655vw;
  }
}
@media (max-width: 767px) {
  .awards-list__grid-head h2::before {
    width: 56px;
    height: 62px;
  }
}
.awards-list__grid-head h2 span {
  padding-left: 2em;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-head h2 span {
    font-size: 1.0344827586vw;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-head h2 span {
    font-size: 1.0344827586vw;
  }
}
.awards-list__grid-item {
  padding: 10px 30px 20px 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  border-bottom: 2px solid #bb871a;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item {
    padding: 0.8620689655vw 2.5862068966vw 1.724137931vw 0;
    grid-template-columns: 12.9310344828vw 1fr;
  }
}
@media (max-width: 767px) {
  .awards-list__grid-item {
    padding: 10px 20px 20px;
    display: block;
  }
}
.awards-list__grid-item:last-child {
  border-bottom: none;
}
.awards-list__grid-item .grid-row3 {
  grid-row: 1/3;
}
.awards-list__grid-item .grid-col {
  padding: 0.5em 10px 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col {
    padding: 0.5em 0.8620689655vw 0;
    grid-template-columns: 12.0689655172vw 1fr;
  }
}
@media (max-width: 767px) {
  .awards-list__grid-item .grid-col {
    padding: 0.5em 0 0;
    grid-template-columns: 100px 1fr;
  }
}
.awards-list__grid-item .grid-col.border-bottom {
  padding-bottom: 10px;
  border-bottom: 2px solid #f2f0f0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col.border-bottom {
    padding-bottom: 0.8620689655vw;
  }
}
.awards-list__grid-item .grid-col.grandprix {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f2f0f0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col.grandprix {
    padding-bottom: 1.724137931vw;
    margin-bottom: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  .awards-list__grid-item .grid-col.grandprix {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.awards-list__grid-item .grid-col.grandprix dt {
  color: #a17524;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col.grandprix dt {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .awards-list__grid-item .grid-col.grandprix dt {
    font-size: 14px;
  }
}
.awards-list__grid-item .grid-col dt {
  font-weight: 600;
  color: #848484;
  line-height: 1.5;
}
.awards-list__grid-item .grid-col dt.small {
  font-size: 12px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col dt.small {
    font-size: 1.0344827586vw;
  }
}
.awards-list__grid-item .grid-col dd {
  font-weight: 500;
}
.awards-list__grid-item .grid-col2 {
  padding: 10px 10px 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col2 {
    padding: 0.8620689655vw 0.8620689655vw 0;
    grid-template-columns: 8.6206896552vw 1fr;
  }
}
@media (max-width: 767px) {
  .awards-list__grid-item .grid-col2 {
    padding: 10px 0 0;
    display: block;
  }
}
.awards-list__grid-item .grid-col2 > div {
  font-weight: 600;
  color: #848484;
}
.awards-list__grid-item .grid-col2.grandprix {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f2f0f0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col2.grandprix {
    padding-bottom: 1.724137931vw;
    margin-bottom: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  .awards-list__grid-item .grid-col2.grandprix {
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.awards-list__grid-item .grid-col2.grandprix > div {
  color: #a17524;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col2.grandprix > div {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col2.grandprix > div {
    font-size: 1.3793103448vw;
  }
}
.awards-list__grid-item .grid-col2 .grid-col {
  padding: 0;
  grid-template-columns: 120px 1fr;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col2 .grid-col {
    grid-template-columns: 10.3448275862vw 1fr;
  }
}
.awards-list__grid-item .grid-col2 .grid-col dt {
  font-size: 12px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list__grid-item .grid-col2 .grid-col dt {
    font-size: 1.0344827586vw;
  }
}
.awards-list-year {
  font-size: 28px;
  font-weight: 600;
  color: #a17524;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .awards-list-year {
    font-size: 2.4137931034vw;
  }
}
@media (max-width: 767px) {
  .awards-list-year {
    padding-left: 0;
    justify-content: left;
  }
}

.company-kurumin .box-flex {
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .company-kurumin .box-flex {
    display: block;
  }
}
.company-kurumin .col-logo {
  width: 300px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-kurumin .col-logo {
    width: 25.8620689655vw;
  }
}
@media (max-width: 767px) {
  .company-kurumin .col-logo {
    width: 100%;
  }
}
.company-kurumin .col-logo img {
  width: 190px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-kurumin .col-logo img {
    width: 16.3793103448vw;
  }
}
@media (max-width: 767px) {
  .company-kurumin .col-logo img {
    margin-bottom: 0;
  }
}
.company-kurumin .col-text {
  width: auto;
}
@media (max-width: 767px) {
  .company-kurumin .col-text {
    margin-top: 1em;
  }
}

.company-voice-toggleBtn,
.ikuboss-voice-toggleBtn {
  margin: 40px auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #005fde;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice-toggleBtn,
  .ikuboss-voice-toggleBtn {
    margin: 3.4482758621vw auto;
    padding: 0 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .company-voice-toggleBtn,
  .ikuboss-voice-toggleBtn {
    padding: 0 7px;
    margin: 0 auto 5.3333333333vw;
    border-bottom: 1px solid #005fde;
  }
}
.company-voice-toggleBtn li,
.ikuboss-voice-toggleBtn li {
  width: calc(50% - 10px);
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice-toggleBtn li,
  .ikuboss-voice-toggleBtn li {
    width: calc(50% - 0.8620689655vw);
  }
}
.company-voice-toggleBtn li a,
.company-voice-toggleBtn li span,
.ikuboss-voice-toggleBtn li a,
.ikuboss-voice-toggleBtn li span {
  margin-bottom: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #005fde;
  background: #005fde;
  border-bottom: none;
  cursor: pointer;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice-toggleBtn li a,
  .company-voice-toggleBtn li span,
  .ikuboss-voice-toggleBtn li a,
  .ikuboss-voice-toggleBtn li span {
    height: 6.4655172414vw;
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .company-voice-toggleBtn li a,
  .company-voice-toggleBtn li span,
  .ikuboss-voice-toggleBtn li a,
  .ikuboss-voice-toggleBtn li span {
    height: 38px;
    font-size: 12px;
    border: 1px solid #005fde;
    border-bottom: none;
    margin-bottom: -1px;
  }
}
.company-voice-toggleBtn li.current span,
.ikuboss-voice-toggleBtn li.current span {
  background: #fff;
  color: #005fde;
  cursor: auto;
}
.company-voice__caution,
.ikuboss-voice__caution {
  margin: 20px 0 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__caution,
  .ikuboss-voice__caution {
    margin: 1.724137931vw 0 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .company-voice__caution,
  .ikuboss-voice__caution {
    margin: 10px 0 20px;
  }
}
.company-voice__caution li,
.ikuboss-voice__caution li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__caution li,
  .ikuboss-voice__caution li {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .company-voice__caution li,
  .ikuboss-voice__caution li {
    font-size: 12px;
  }
}
.company-voice__caution li.title,
.ikuboss-voice__caution li.title {
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__caution li.title,
  .ikuboss-voice__caution li.title {
    margin-top: 2.5862068966vw;
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .company-voice__caution li.title,
  .ikuboss-voice__caution li.title {
    margin-top: 15px;
    font-size: 14px;
  }
}
.company-voice__caution li.red,
.ikuboss-voice__caution li.red {
  color: #ff0000;
}
.company-voice__search, .company-voice__create,
.ikuboss-voice__search,
.ikuboss-voice__create {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__search, .company-voice__create,
  .ikuboss-voice__search,
  .ikuboss-voice__create {
    margin-bottom: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .company-voice__search, .company-voice__create,
  .ikuboss-voice__search,
  .ikuboss-voice__create {
    margin-bottom: 20px;
  }
}
.company-voice__search .error, .company-voice__create .error,
.ikuboss-voice__search .error,
.ikuboss-voice__create .error {
  color: #ff0000;
}
.company-voice__search.conf img, .company-voice__create.conf img,
.ikuboss-voice__search.conf img,
.ikuboss-voice__create.conf img {
  margin-bottom: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__search.conf img, .company-voice__create.conf img,
  .ikuboss-voice__search.conf img,
  .ikuboss-voice__create.conf img {
    margin-bottom: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .company-voice__search.conf img, .company-voice__create.conf img,
  .ikuboss-voice__search.conf img,
  .ikuboss-voice__create.conf img {
    margin-bottom: 10px;
  }
}
.company-voice__additionalFile,
.ikuboss-voice__additionalFile {
  margin-top: 1em;
  border: 1px solid #dadada;
  padding: 1em 20px;
  background-color: #fafafa;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__additionalFile,
  .ikuboss-voice__additionalFile {
    padding: 1em 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .company-voice__additionalFile,
  .ikuboss-voice__additionalFile {
    padding: 1em 10px;
  }
}
.company-voice__agreement,
.ikuboss-voice__agreement {
  padding-top: 20px;
  border-top: 1px solid #dadada;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__agreement,
  .ikuboss-voice__agreement {
    padding-top: 1.724137931vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .company-voice__agreement,
  .ikuboss-voice__agreement {
    font-size: 12px;
  }
}
.company-voice__agreement > a,
.ikuboss-voice__agreement > a {
  color: #005fde;
}
.company-voice__agreement__terms,
.ikuboss-voice__agreement__terms {
  margin: 40px 0;
  padding: 30px;
  border: 1px solid #dadada;
  font-size: 13px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__agreement__terms,
  .ikuboss-voice__agreement__terms {
    margin: 3.4482758621vw 0;
    padding: 2.5862068966vw;
    font-size: 1.1206896552vw;
  }
}
@media (max-width: 767px) {
  .company-voice__agreement__terms,
  .ikuboss-voice__agreement__terms {
    margin: 30px 0;
    padding: 20px;
    font-size: 12px;
  }
}
.company-voice__agreement__terms ul li,
.ikuboss-voice__agreement__terms ul li {
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.company-voice__agreement__terms .agree_check,
.ikuboss-voice__agreement__terms .agree_check {
  margin: 30px auto 0;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__agreement__terms .agree_check,
  .ikuboss-voice__agreement__terms .agree_check {
    margin: 2.5862068966vw auto 0;
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .company-voice__agreement__terms .agree_check,
  .ikuboss-voice__agreement__terms .agree_check {
    margin: 20px auto 0;
    font-size: 13px;
  }
}
.company-voice__agreement__terms .agree_check input[type=checkbox],
.ikuboss-voice__agreement__terms .agree_check input[type=checkbox] {
  margin-right: 0.5em;
}
.company-voice__btn,
.ikuboss-voice__btn {
  text-align: center;
  margin: 20px 0 70px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__btn,
  .ikuboss-voice__btn {
    margin: 1.724137931vw 0 6.0344827586vw;
  }
}
@media (max-width: 767px) {
  .company-voice__btn,
  .ikuboss-voice__btn {
    margin: 10px 0 40px;
  }
}
.company-voice__result,
.ikuboss-voice__result {
  margin: 10px 0 0 0;
}
.company-voice__result .result-item,
.ikuboss-voice__result .result-item {
  margin-bottom: 30px;
  background-color: #edf2fd;
  border: 2px solid #005fde;
  border-radius: 15px;
  padding: 30px 30px 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item,
  .ikuboss-voice__result .result-item {
    margin-bottom: 2.5862068966vw;
    border-radius: 1.2931034483vw;
    padding: 2.5862068966vw 2.5862068966vw 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item,
  .ikuboss-voice__result .result-item {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px 20px 15px;
  }
}
.company-voice__result .result-item-head,
.ikuboss-voice__result .result-item-head {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item-head,
  .ikuboss-voice__result .result-item-head {
    margin-bottom: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item-head,
  .ikuboss-voice__result .result-item-head {
    margin-bottom: 2.6666666667vw;
    flex-wrap: wrap;
  }
}
.company-voice__result .result-item-logo,
.ikuboss-voice__result .result-item-logo {
  width: 200px;
  max-height: 150px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item-logo,
  .ikuboss-voice__result .result-item-logo {
    width: 17.2413793103vw;
    max-height: 12.9310344828vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item-logo,
  .ikuboss-voice__result .result-item-logo {
    margin: 5.3333333333vw auto;
    width: 42.6666666667vw;
    max-height: 26.6666666667vw;
  }
}
.company-voice__result .result-item-logo img,
.ikuboss-voice__result .result-item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.company-voice__result .result-item-images,
.ikuboss-voice__result .result-item-images {
  margin: 50px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item-images,
  .ikuboss-voice__result .result-item-images {
    margin: 4.3103448276vw auto 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item-images,
  .ikuboss-voice__result .result-item-images {
    margin: 8vw auto 5.3333333333vw;
  }
}
.company-voice__result .result-item-images li,
.ikuboss-voice__result .result-item-images li {
  margin-bottom: 20px;
  width: calc(50% - 10px);
  max-height: 280px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item-images li,
  .ikuboss-voice__result .result-item-images li {
    margin-bottom: 1.724137931vw;
    width: calc(50% - 0.8620689655vw);
    max-height: 24.1379310345vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item-images li,
  .ikuboss-voice__result .result-item-images li {
    margin-bottom: 2.6666666667vw;
    width: calc(50% - 5px);
    max-height: 42.6666666667vw;
  }
}
.company-voice__result .result-item-images li img,
.ikuboss-voice__result .result-item-images li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.company-voice__result .result-item-images li:nth-child(2n),
.ikuboss-voice__result .result-item-images li:nth-child(2n) {
  margin-left: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item-images li:nth-child(2n),
  .ikuboss-voice__result .result-item-images li:nth-child(2n) {
    margin-left: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item-images li:nth-child(2n),
  .ikuboss-voice__result .result-item-images li:nth-child(2n) {
    margin-left: 10px;
  }
}
.company-voice__result .result-item .title,
.ikuboss-voice__result .result-item .title {
  margin-right: 1em;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item .title,
  .ikuboss-voice__result .result-item .title {
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item .title,
  .ikuboss-voice__result .result-item .title {
    margin-bottom: 0 !important;
    margin-right: 0;
    font-size: 16px;
  }
}
.company-voice__result .result-item .title span,
.ikuboss-voice__result .result-item .title span {
  display: block;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item .title span,
  .ikuboss-voice__result .result-item .title span {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item .title span,
  .ikuboss-voice__result .result-item .title span {
    font-size: 14px;
  }
}
.company-voice__result .result-item .display-name,
.ikuboss-voice__result .result-item .display-name {
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #005fde;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item .display-name,
  .ikuboss-voice__result .result-item .display-name {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item .display-name,
  .ikuboss-voice__result .result-item .display-name {
    margin-bottom: 1em;
    font-size: 14px;
  }
}
.company-voice__result .result-item .date,
.ikuboss-voice__result .result-item .date {
  margin-top: 2em;
  text-align: right;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__result .result-item .date,
  .ikuboss-voice__result .result-item .date {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .company-voice__result .result-item .date,
  .ikuboss-voice__result .result-item .date {
    font-size: 11px;
  }
}
.company-voice__past,
.ikuboss-voice__past {
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__past,
  .ikuboss-voice__past {
    margin-bottom: 3.4482758621vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .company-voice__past,
  .ikuboss-voice__past {
    margin-bottom: 5.3333333333vw;
    font-size: 10px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-voice__past img,
  .ikuboss-voice__past img {
    width: 43.1034482759vw;
  }
}
@media (max-width: 767px) {
  .company-voice__past img,
  .ikuboss-voice__past img {
    width: 66.6666666667vw;
  }
}

.company-region {
  /* @include _breakpoints.scss */
  /* break point media query */
  /* Image Layouts
  ---------------------------------------- */
  /* imgBox */
  /* ++++++++++++++++++++++++++++++++++++++++

  	Sub Page

  ++++++++++++++++++++++++++++++++++++++++ */
  /* ----------------------------------------
  	movie
  ---------------------------------------- */
  /* ----------------------------------------
  	last-child
  ---------------------------------------- */
  /* ----------------------------------------
  	clearfix
  ---------------------------------------- */
  /* ++++++++++++++++++++++++++++++++++++++++

  	/company/region/ for Smart Devices

  ++++++++++++++++++++++++++++++++++++++++ */
  /* ++++++++++++++++++++++++++++++++++++++++

  /company/region/198/

  ++++++++++++++++++++++++++++++++++++++++ */
  /* imgBox2 */
}
.company-region__search {
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region__search {
    margin-bottom: 3.4482758621vw;
    padding-top: 1.724137931vw;
  }
}
.company-region__btn {
  text-align: center;
  margin: 25px 0 80px 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region__btn {
    margin: 2.1551724138vw 0 6.8965517241vw 0;
  }
}
@media (max-width: 767px) {
  .company-region__btn {
    margin: 3.3333333333vw 0 10.6666666667vw;
  }
}
.company-region .newsList {
  margin-top: 40px;
  padding-top: 20px;
  border-top: solid 1px #dadada;
  display: grid;
  grid-template-columns: 125px 1fr;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .newsList {
    margin-top: 3.4482758621vw;
    padding-top: 1.724137931vw;
    grid-template-columns: 10.775862069vw 1fr;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .company-region .newsList {
    margin-top: 5.3333333333vw;
    padding-top: 2.6666666667vw;
    display: block;
    font-size: 12px;
  }
}
.company-region .newsList dt {
  margin-bottom: 20px;
  border-bottom: solid 1px #dadada;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .newsList dt {
    margin-bottom: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .company-region .newsList dt {
    margin-bottom: 2.6666666667vw;
    border-bottom: none;
  }
}
.company-region .newsList dt span {
  padding-bottom: 2px;
  display: block;
  width: 94px;
  line-height: 16px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  background: #c11920;
  color: #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .newsList dt span {
    margin-top: 0.8620689655vw;
    width: 8.1034482759vw;
    line-height: 1.3793103448vw;
    font-size: 1.0344827586vw;
  }
}
@media (max-width: 767px) {
  .company-region .newsList dt span {
    margin-top: 0;
    font-size: 10px;
  }
}
.company-region .newsList dt.boss span {
  background: #feae07;
}
.company-region .newsList dt.both span:last-child {
  margin-top: 2px;
  background: #feae07;
}
.company-region .newsList dd {
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #dadada;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .newsList dd {
    margin-bottom: 1.724137931vw;
    padding: 0 0 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .company-region .newsList dd {
    margin-bottom: 2.6666666667vw;
    padding: 0 0 2.6666666667vw;
  }
}
.company-region .newsList dd h3 {
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .newsList dd h3 {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .company-region .newsList dd h3 {
    font-size: 14px;
  }
}
.company-region-fileInputBox {
  margin-bottom: 1em;
}
.company-region-fileInputBox input[type=file] {
  margin-bottom: 0;
}
.company-region .submit {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 50px;
  border-radius: 5px;
  display: block;
  background: linear-gradient(#ffffff, #f5f5f5);
  width: 347px;
  height: 50px;
  border: 0;
  text-indent: 0px;
  cursor: pointer;
  color: #005fde;
  border: 1px solid #005fde;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .submit {
    margin-top: 1.724137931vw;
    font-size: 1.724137931vw;
    line-height: 4.3103448276vw;
    border-radius: 0.4310344828vw;
    width: 29.9137931034vw;
    height: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .company-region .submit {
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
  }
}
.company-region .submit:hover {
  background: #005fde;
  color: #fff;
}
.company-region h3 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region h3 {
    margin-bottom: 0.4310344828vw;
    font-size: 1.724137931vw;
  }
}
.company-region h3.subtitle {
  margin-bottom: 20px;
  padding-left: 7px;
  border-left: solid 7px;
  color: #313131;
  font-size: 18px;
  border-color: #4b7ee8;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region h3.subtitle {
    margin-bottom: 1.724137931vw;
    font-size: 1.5517241379vw;
  }
}
.company-region .date {
  margin-bottom: 20px;
  text-align: right;
}
.company-region article a {
  color: #4b7ee8;
}
.company-region article p {
  margin-bottom: 25px !important;
}
.company-region figcaption {
  margin: 5px auto 0;
}
.company-region .imgList {
  margin-bottom: 40px;
  text-align: center;
}
.company-region p + .imgList {
  margin-top: 35px;
}
.company-region .imgList + p {
  margin-top: -5px;
}
.company-region .imgList + .imgList {
  margin-top: -20px;
}
.company-region .imgList:last-child {
  margin-bottom: 0;
}
.company-region .imgList img,
.company-region .imgList li {
  display: inline-block;
  max-width: 530px;
  margin: 0 5px;
  vertical-align: top;
}
.company-region .imgList figcaption ul {
  margin-left: -5px;
  white-space: nowrap;
}
.company-region .imgList figcaption li {
  white-space: normal;
  text-align: left;
}
.company-region .imgList.col2 img,
.company-region .imgList.col2 li {
  width: 260px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .imgList.col2 img,
  .company-region .imgList.col2 li {
    width: 22.4137931034vw;
  }
}
.company-region .imgList.col2 figcaption {
  width: 530px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .imgList.col2 figcaption {
    width: 45.6896551724vw;
  }
}
.company-region .imgList.col3 img,
.company-region .imgList.col3 li {
  width: 200px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .imgList.col3 img,
  .company-region .imgList.col3 li {
    width: 17.2413793103vw;
  }
}
.company-region .imgList.col3 figcaption {
  width: 620px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .company-region .imgList.col3 figcaption {
    width: 53.4482758621vw;
  }
}
.company-region .imgList.fullSize img {
  width: auto;
  max-width: 100%;
}
.company-region .imgList figcaption.fullSize {
  width: auto;
  text-align: left;
}
.company-region .imgBox {
  margin-bottom: 40px;
}
.company-region .imgBox:last-child {
  margin-bottom: 0;
}
.company-region .imgBox > div {
  float: left;
  width: 470px;
}
.company-region .imgBox > figure {
  float: right;
  width: 220px;
}
.company-region .imgBox > figure img {
  margin-top: 20px;
}
.company-region .imgBox > figure figcaption + img {
  margin-top: 15px;
}
.company-region .imgBox > figure img:first-child {
  margin-top: 0;
}
.company-region .pageNav {
  margin-bottom: 60px;
  padding: 7px 20px;
  background: #f7f7f7;
  line-height: 1;
  text-align: right;
}
.company-region .pageNav a {
  margin-left: 20px;
  color: #4b7ee8;
  line-height: 1;
}
.company-region .pageNav .list {
  margin-right: 10px;
}
.company-region .pageNav .prev + .next {
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #313131;
}
@media (max-width: 767px) {
  .company-region {
    /* Image Layouts
    ---------------------------------------- */
    /* imgBox */
    /* pageNav
    ---------------------------------------- */
  }
  .company-region h3.subtitle {
    margin-bottom: 10px;
    padding-left: 4px;
    border-left-width: 4px;
    font-size: 14px;
  }
  .company-region article p {
    margin: 0 auto 15px !important;
  }
  .company-region .imgList {
    width: 93.75%;
    margin: 0 auto 20px;
  }
  .company-region section .imgList {
    width: 100%;
  }
  .company-region p + .imgList {
    margin-top: 20px;
  }
  .company-region .imgList + p {
    margin-top: 0;
  }
  .company-region .imgList + .imgList {
    margin-top: 0;
  }
  .company-region .imgList img,
  .company-region .imgList li {
    max-width: 100%;
    margin: 0;
  }
  .company-region .imgList figcaption ul {
    margin-left: 0;
  }
  .company-region .imgList.col2 img,
  .company-region .imgList.col2 li {
    width: 48.5%;
  }
  .company-region .imgList.col3 img,
  .company-region .imgList.col3 li {
    width: 32%;
  }
  .company-region .imgList.col4 img,
  .company-region .imgList.col4 li {
    width: 23.5%;
  }
  .company-region .imgList img + img,
  .company-region .imgList img + a,
  .company-region .imgList a + img,
  .company-region .imgList a + a,
  .company-region .imgList li + li {
    margin-left: 2%;
  }
  .company-region .imgList.col2 figcaption,
  .company-region .imgList.col3 figcaption,
  .company-region .imgList.col4 figcaption {
    width: auto;
  }
  .company-region .imgBox {
    margin-bottom: 20px;
  }
  .company-region .imgBox > div,
  .company-region .imgBox > figure {
    float: none;
    width: auto;
  }
  .company-region .imgBox > figure {
    text-align: center;
  }
  .company-region .imgBox > div + figure,
  .company-region .imgBox > figure + div {
    margin-top: 10px;
  }
  .company-region .pageNav {
    margin-bottom: 30px;
  }
  .company-region section + .pageNav {
    margin-top: 0;
  }
  .company-region #searchResult .pageNav {
    margin-top: 30px;
  }
}
.company-region .pageNav {
  padding: 7px 20px;
  background: #f7f7f7;
  line-height: 1;
  text-align: right;
}
.company-region .pageNav a {
  margin-left: 20px;
  color: #009bc7;
  line-height: 1;
}
.company-region .pageNav .list {
  margin-right: 10px;
}
.company-region .pageNav .prev + .next {
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #313131;
}
.company-region h5.subtitle {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
}
.company-region .date {
  margin-bottom: 20px;
  text-align: right;
}
.company-region .date time {
  margin-right: 1em;
}
.company-region .table {
  width: 600px;
  margin-bottom: 20px;
  border: solid 1px;
  text-align: center;
  font-size: 14px;
}
.company-region .table tr {
  border-bottom: solid 1px;
}
.company-region .table tr td:first-of-type {
  width: 90px;
}
.company-region .table tr td:nth-of-type(n + 2) {
  text-align: left;
}
.company-region .table tr:last-child {
  border-bottom: none;
}
.company-region .table td {
  border-right: solid 1px;
  padding: 8px 5px;
}
.company-region .table td:last-child {
  border-right: none;
}
.company-region .table.table73 tr td:first-of-type {
  width: 300px;
}
.company-region .table.table73 tr td:nth-of-type(2) {
  width: 300px;
  text-align: center;
}
.company-region .table2 {
  width: 720px;
}
.company-region .table_style01 {
  margin: auto;
}
.company-region .table_style01 th {
  background: #b6e4ff;
  border-right: solid 1px #000;
}
.company-region .table_style01 tr td:first-of-type {
  width: 90px;
  background: #fff6b3;
}
.company-region .table_style01 + .table-comment {
  max-width: 600px;
  margin: auto;
}
.company-region #half {
  margin: 0 auto 20px;
}
.company-region #half tr td:first-of-type {
  width: 50%;
}
.company-region #half tr td:nth-of-type(n + 2) {
  text-align: center;
}
.company-region #half tr:first-child {
  background-color: #eee;
}
.company-region .half {
  margin: 0 auto 20px;
}
.company-region .half tr td:first-of-type {
  width: 50%;
}
.company-region .half tr td:nth-of-type(n + 2) {
  text-align: center;
}
.company-region .half tr:first-child {
  background-color: #eee;
}
.company-region .threePart tr td {
  width: 33%;
}
.company-region .threePart tr:first-child {
  background-color: #eee;
}
.company-region .tdLeft th {
  text-align: center !important;
  border: 1px solid #000;
  font-weight: normal;
}
.company-region .tdLeft td {
  text-align: left !important;
  padding: 15px;
}
.company-region .space1 {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.company-region .ikb_space1 {
  display: inline-block;
  padding-left: 1em;
}
.company-region .indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.company-region .center {
  text-align: center;
}
.company-region .schedule dt {
  position: absolute;
  width: 6em;
}
.company-region .schedule dd {
  padding-left: 7em;
}
.company-region .schedule.em2-5 dt {
  width: 2.5em;
}
.company-region .schedule.em2-5 dd {
  padding-left: 3em;
}
.company-region .schedule.em3 dt {
  width: 3em;
}
.company-region .schedule.em3 dd {
  padding-left: 4em;
}
.company-region .schedule.em3.no_space dd {
  padding-left: 3em;
}
.company-region .schedule.em4 dt {
  width: 4em;
}
.company-region .schedule.em4 dd {
  padding-left: 4em;
}
.company-region .schedule.em7 dt {
  width: 7em;
}
.company-region .schedule.em7 dd {
  padding-left: 8em;
}
.company-region .schedule.em9 dt {
  width: 9em;
}
.company-region .schedule.em9 dd {
  padding-left: 10em;
}
.company-region .schedule.em11 dt {
  width: 11em;
}
.company-region .schedule.em11 dd {
  padding-left: 12em;
}
.company-region .space1_3 {
  display: inline-block;
  padding-left: 3em;
  text-indent: -3em;
}
.company-region .space3 {
  padding-left: 3em;
  text-indent: -3em;
}
.company-region .space4 {
  display: inline-block;
  padding-left: 3.8em;
  text-indent: -3.8em;
}
.company-region .space5 {
  display: inline-block;
  padding-left: 5em;
  text-indent: -5em;
}
.company-region .space5_2 {
  display: inline-block;
  padding-left: 8em;
  text-indent: -5em;
}
.company-region .underline {
  text-decoration: underline;
}
.company-region .imgList.col2 img.w-auto {
  width: 150px;
  margin-right: 116px;
  margin-left: 7px;
}
.company-region .big_img img {
  max-width: 660px;
}
.company-region .imgList.col2 .region129_img {
  width: 290px;
  margin: 0 18px;
}
.company-region .red {
  color: #ff0000;
}
.company-region .align_right {
  text-align: right;
}
.company-region .align_center {
  text-align: center;
}
.company-region .imgBox.smallImg > div {
  width: 520px;
}
.company-region .imgBox.smallImg2 > div {
  width: 480px;
}
.company-region .imgBox.smallImg > figure {
  float: right;
  width: 200px;
}
.company-region img.border {
  border: solid 1px #ccc;
}
.company-region h5 {
  font-size: 15px;
}
.company-region .movieWrap {
  width: 600px;
  margin: 40px auto;
}
.company-region .pageNav:last-child,
.company-region section .movieWrap:last-child {
  margin-bottom: 0;
}
.company-region .clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.company-region .clearfix {
  min-height: 1px;
}
.company-region * html .clearfix {
  height: 1px;
  /*\*/ /*/
overflow: hidden;
height: auto;
/**/
}
@media (max-width: 767px) {
  .company-region {
    /* ++++++++++++++++++++++++++++++++++++++++

      Sub Page

    ++++++++++++++++++++++++++++++++++++++++ */
    /* ----------------------------------------
      movie
    ---------------------------------------- */
    /* Break Point */
  }
  .company-region .pconly {
    display: none;
  }
  .company-region .imgBox.smallImg2 > div {
    width: 100%;
  }
  .company-region .pageNav {
    padding: 7px 3.125%;
  }
  .company-region .pageNav a {
    margin-left: 10px;
  }
  .company-region .pageNav .list {
    margin-right: 5px;
  }
  .company-region .table {
    width: auto;
    margin-bottom: 10%;
    border: solid 1px;
    text-align: center;
  }
  .company-region .table tr {
    border-bottom: solid 1px;
  }
  .company-region .table tr:last-child {
    border-bottom: none;
  }
  .company-region .table tr td:first-of-type {
    width: 22%;
  }
  .company-region .table tr td:nth-of-type(2) {
    text-align: left;
  }
  .company-region .table tr:last-child {
    border-bottom: none;
  }
  .company-region .table td {
    width: auto;
    border-right: solid 1px;
    padding: 8px 5px;
  }
  .company-region .table td:last-child {
    border-right: none;
  }
  .company-region .table_style01 {
    width: 100%;
  }
  .company-region .space3 {
    padding-left: 0;
    text-indent: 0;
  }
  .company-region .imgList.col2 img.w-auto {
    width: 49%;
    margin: 0;
  }
  .company-region .schedule dt {
    position: relative;
    width: auto;
  }
  .company-region .schedule dd {
    padding-left: 0;
  }
  .company-region .schedule.em2-5 dt {
    width: auto;
  }
  .company-region .schedule.em2-5 dd {
    padding-left: 0;
  }
  .company-region .schedule.em3 dt {
    width: auto;
  }
  .company-region .schedule.em3 dd {
    padding-left: 0;
    margin-bottom: 0.5em;
  }
  .company-region .schedule.em3.no_space dd {
    padding-left: 0;
  }
  .company-region .schedule.em4 dt {
    width: auto;
  }
  .company-region .schedule.em4 dd {
    padding-left: 0;
  }
  .company-region .schedule.em7 dt {
    width: auto;
  }
  .company-region .schedule.em7 dd {
    padding-left: 0;
  }
  .company-region .schedule.em9 dt {
    width: auto;
  }
  .company-region .schedule.em9 dd {
    padding-left: 0;
  }
  .company-region .schedule.em11 dt {
    width: auto;
  }
  .company-region .schedule.em11 dd {
    padding-left: 0;
  }
  .company-region .big_img img {
    max-width: 100%;
  }
  .company-region .imgList.col2 .region129_img {
    width: 48%;
    margin: 0;
  }
  .company-region .imgBox.smallImg > div {
    width: 70%;
    float: left;
  }
  .company-region .imgBox.smallImg > figure {
    float: right;
    width: 25%;
  }
  .company-region .movieWrap {
    width: 100%;
    margin: 20px auto;
  }
}
.company-region .imgBox2 {
  margin-bottom: 40px;
}
.company-region .imgBox2:last-child {
  margin-bottom: 0;
}
.company-region .imgBox2 > div {
  float: right;
  width: 470px;
}
.company-region .imgBox2 > figure {
  float: left;
  width: 220px;
}
.company-region .imgBox2 > figure img {
  margin-top: 20px;
}
.company-region .imgBox2 > figure figcaption + img {
  margin-top: 15px;
}
.company-region .imgBox2 > figure img:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .company-region {
    /* imgBox2 */
    /* Break Point */
  }
  .company-region .imgBox2 {
    margin-bottom: 20px;
  }
  .company-region .imgBox2 > div,
  .company-region .imgBox2 > figure {
    float: none;
    width: auto;
  }
  .company-region .imgBox2 > figure {
    text-align: center;
  }
  .company-region .imgBox2 > div + figure,
  .company-region .imgBox2 > figure + div {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=sourcemaps/company.css.map */
