@charset "UTF-8";
body.item.index .item-menu-lists {
  row-gap: 57px;
  justify-content: center;
  column-gap: 4px;
}
@media print, screen and (min-width: 769px) {
  body.item.index .item-menu-lists {
    margin-top: 60px;
    max-width: 640px;
  }
  body.item.index .item-menu-lists > * {
    width: 24.53125%;
  }
}
@media screen and (max-width: 768px) {
  body.item.index .item-menu-lists {
    margin-top: 50px;
  }
  body.item.index .item-menu-lists li {
    width: calc((100% - 12px) / 4);
  }
}
body.item.index .item-menu-lists li a {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  body.item.index .sp-content-wrap {
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 80px;
  }
}
body.item.level-3 .contents-wrap > p {
  padding-left: 4px;
  padding-right: 1%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.item.level-3 .contents-wrap > p {
    text-indent: 4px;
  }
}
body.item.level-3 .main-contents .std-section .content > p.text {
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  body.item.level-3 .main-contents .std-section {
    margin-top: 39px;
  }
}
@media screen and (max-width: 768px) {
  body.item.level-3 .main-contents .std-section {
    margin-top: 26px;
  }
}
body.item.level-3 .main-contents .std-section ._center {
  text-align: center;
}
body.item.level-3 .main-contents .std-section .item_img {
  margin-left: auto;
  margin-right: auto;
}
body.item.level-3 .main-contents .std-section .item_img._max {
  max-width: 406px;
}
body.item.level-3 .main-contents .std-section .block_img {
  display: flex;
  flex-wrap: wrap;
}
body.item.level-3 .main-contents .std-section .block_img > * {
  width: 100%;
}
body.item.level-3 .main-contents .std-section .credit {
  font-size: 0.75rem;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 769px) {
  body.item.level-3 .main-contents .std-section .caption {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.item.level-3 .main-contents .std-section .caption {
    margin-top: 8px;
  }
}
body.item.level-3 .main-contents .std-section .caption._left {
  text-align: left;
}
body.item.level-3 .main-contents .r-link {
  text-align: right;
}
body.item.level-3 .main-contents .r-link a {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  body.item.level-3 .main-contents .r-link {
    margin-top: 29px;
  }
  body.item.level-3 .main-contents .r-link a {
    text-decoration: underline;
    color: #06F;
    text-decoration-color: #000;
  }
  body.item.level-3 .main-contents .r-link a:hover {
    color: #3CF;
  }
}
@media screen and (max-width: 768px) {
  body.item.level-3 .main-contents .r-link {
    margin-top: 26px;
  }
  body.item.level-3 .main-contents .r-link a {
    font-weight: 700;
    color: #2489ce;
    text-decoration: underline;
  }
}
body.item.level-3 .main-contents .b-box {
  width: 95%;
  border: solid 1px #ccc;
  border-radius: 5px;
}
body.item.level-3 .main-contents .b-box .title {
  padding: 10px;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(#56b6ff, #3cabff);
  border-radius: 4px 4px 0 0;
}
body.item.level-3 .main-contents .b-box .b-box-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  body.item.level-3 .main-contents .b-box {
    margin: 29px auto 20px;
  }
  body.item.level-3 .main-contents .b-box .title {
    font-size: 0.89375rem;
  }
  body.item.level-3 .main-contents .b-box .b-box-content {
    column-gap: 2.6%;
    padding: 10px 2.5% 16px;
  }
  body.item.level-3 .main-contents .b-box .b-box-content .img {
    width: 28.2031%;
  }
  body.item.level-3 .main-contents .b-box .b-box-content .text {
    width: 69.1969%;
  }
}
@media screen and (max-width: 768px) {
  body.item.level-3 .main-contents .b-box {
    margin: 26px auto 20px;
  }
  body.item.level-3 .main-contents .b-box .title {
    font-size: 1.1rem;
  }
  body.item.level-3 .main-contents .b-box .b-box-content {
    column-gap: 4.45px;
    padding: 10px 2.5% 13px;
  }
  body.item.level-3 .main-contents .b-box .b-box-content .img {
    width: 30%;
  }
  body.item.level-3 .main-contents .b-box .b-box-content .text {
    width: calc(70% - 4.45px);
  }
}
body.item.food .main-contents .std-title.type-3 {
  font-size: 1.1375rem;
}
@media print, screen and (min-width: 769px) {
  body.item.food .main-contents .r-link a {
    color: #06c;
  }
  body.item.food .main-contents .item_img {
    max-width: 480px;
  }
}
body.item.logistics .main-contents .contents-wrap > p, body.item.houzai .main-contents .contents-wrap > p {
  font-size: inherit;
  padding-left: 0;
}
body.item.logistics .main-contents .block_img, body.item.houzai .main-contents .block_img {
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  body.item.logistics .main-contents .sec02 .block_img > div:last-child, body.item.houzai .main-contents .sec02 .block_img > div:last-child {
    width: 100%;
  }
  body.item.logistics .main-contents .sec02 .block_img > div:last-child p, body.item.houzai .main-contents .sec02 .block_img > div:last-child p {
    width: calc(50% - 7.5px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  body.item.logistics .main-contents .sec02 .block_img > div:last-child p, body.item.houzai .main-contents .sec02 .block_img > div:last-child p {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  body.item.logistics .main-contents .std-section .block_img, body.item.houzai .main-contents .std-section .block_img {
    margin-top: 31.5px;
    max-width: 618px;
    margin-left: auto;
    margin-right: auto;
    gap: 7.5px;
  }
  body.item.logistics .main-contents .std-section .block_img > *, body.item.houzai .main-contents .std-section .block_img > * {
    width: calc(50% - 7.5px);
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  body.item.logistics .main-contents .std-section .block_img, body.item.houzai .main-contents .std-section .block_img {
    margin-top: 27px;
    flex-direction: column;
    max-width: 300px;
    row-gap: 3px;
  }
}
body.item.housing .contents-wrap > p {
  font-size: inherit;
  padding-left: 0;
}
@media print, screen and (min-width: 769px) {
  body.item.housing .main-contents .std-section .block_img {
    margin-top: 31.5px;
    margin-left: auto;
    margin-right: auto;
    border-left: 4px solid #fff;
    column-gap: 4px;
  }
  body.item.housing .main-contents .std-section .block_img > * {
    width: calc(50% - 2px);
  }
}
@media screen and (max-width: 768px) {
  body.item.housing .main-contents .std-section.sec01 .block_img {
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    max-width: 330px;
    row-gap: 3px;
  }
}
body.item.housing .std-section.sec02 .item_img {
  max-width: 264px;
}
body.item.housing .std-section.sec03 .item_img {
  max-width: 357px;
}
body.item.housing .std-section.sec04 .block_img {
  align-items: flex-end;
}
body.item.housing .std-section.sec04 .block_img p:nth-child(1) {
  max-width: 294px;
}
body.item.housing .std-section.sec04 .block_img p:nth-child(2) {
  max-width: 185px;
}
body.item.housing .std-section.sec04 .block_img p:nth-child(3) {
  max-width: 92px;
}
body.item.housing .std-section.sec05 .item_img {
  max-width: 173px;
}
body.item.vehicle .contents-wrap > p, body.item.car .contents-wrap > p {
  font-size: 1rem;
  padding-left: 0;
  text-indent: 0;
}
body.item.vehicle .item_img, body.item.car .item_img {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body.item.vehicle .parts-lists, body.item.car .parts-lists {
  max-width: 639px;
}
body.item.vehicle .parts-lists .part, body.item.car .parts-lists .part {
  width: 100%;
}
body.item.vehicle .parts-lists .part_title,
body.item.vehicle .parts-lists .part_caption,
body.item.vehicle .parts-lists .part_img, body.item.car .parts-lists .part_title,
body.item.car .parts-lists .part_caption,
body.item.car .parts-lists .part_img {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
body.item.vehicle .parts-lists .part_title > *,
body.item.vehicle .parts-lists .part_caption > *,
body.item.vehicle .parts-lists .part_img > *, body.item.car .parts-lists .part_title > *,
body.item.car .parts-lists .part_caption > *,
body.item.car .parts-lists .part_img > * {
  max-width: 300px;
}
body.item.vehicle .parts-lists .part_title .title, body.item.car .parts-lists .part_title .title {
  width: 100%;
  max-width: 300px;
  font-size: 0.875rem;
  font-weight: 700;
}
body.item.vehicle .parts-lists .part_caption .caption, body.item.car .parts-lists .part_caption .caption {
  font-size: 0.875rem;
}
body.item.vehicle .parts-lists .part_caption .caption.small, body.item.car .parts-lists .part_caption .caption.small {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  body.item.vehicle .part_title > *,
  body.item.vehicle .part_caption > *,
  body.item.vehicle .part_img > *, body.item.car .part_title > *,
  body.item.car .part_caption > *,
  body.item.car .part_img > * {
    width: 49%;
  }
  body.item.vehicle .item_img, body.item.car .item_img {
    margin-top: 53px;
  }
  body.item.vehicle .parts-lists, body.item.car .parts-lists {
    margin-top: 36px;
    border-left: 2px solid #fff;
  }
  body.item.vehicle .parts-lists .part + .part, body.item.car .parts-lists .part + .part {
    margin-top: 28px;
  }
  body.item.vehicle .parts-lists .title, body.item.car .parts-lists .title {
    margin-bottom: 3px;
  }
  body.item.vehicle .parts-lists .caption, body.item.car .parts-lists .caption {
    margin-top: 9px;
  }
}
@media screen and (max-width: 768px) {
  body.item.vehicle .contents-wrap > div, body.item.vehicle .contents-wrap > p, body.item.car .contents-wrap > div, body.item.car .contents-wrap > p {
    padding-left: 1%;
    padding-right: 1%;
  }
  body.item.vehicle .item_img, body.item.car .item_img {
    margin-top: 47px;
  }
  body.item.vehicle .parts-lists, body.item.car .parts-lists {
    margin-top: 29px;
  }
  body.item.vehicle .parts-lists .part + .part, body.item.car .parts-lists .part + .part {
    margin-top: 37px;
  }
  body.item.vehicle .parts-lists .part_img .img + .img, body.item.car .parts-lists .part_img .img + .img {
    margin-top: 3px;
  }
  body.item.vehicle .parts-lists .part_title,
  body.item.vehicle .parts-lists .part_caption,
  body.item.vehicle .parts-lists .part_img, body.item.car .parts-lists .part_title,
  body.item.car .parts-lists .part_caption,
  body.item.car .parts-lists .part_img {
    flex-direction: column;
  }
  body.item.vehicle .parts-lists .part_caption, body.item.car .parts-lists .part_caption {
    margin-top: 3px;
  }
}
body.item.life_science .contents-wrap > p {
  font-size: inherit;
}
body.item.life_science .contents-wrap .std-title.type-4 {
  color: #5e5747;
}
body.item.life_science .caption {
  font-family: メイリオ, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
  font-size: 0.875rem;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  body.item.life_science .item_img {
    max-width: 450px;
  }
  body.item.life_science .r-link {
    font-size: 0.875rem;
  }
  body.item.life_science .r-link a {
    color: #06c;
  }
  body.item.life_science .r-link a:hover {
    color: #3cf;
  }
  body.item.life_science .block_img {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 31.5px;
    max-width: 605px;
    margin-left: auto;
    margin-right: auto;
    border-left: 3px solid #fff;
    row-gap: 8px;
    column-gap: 5px;
  }
  body.item.life_science .block_img > p:nth-child(odd) {
    max-width: 294px;
    width: 49% !important;
  }
  body.item.life_science .block_img > p:nth-child(even) {
    max-width: 301px;
    width: 49% !important;
  }
  body.item.life_science .block_img > p:nth-child(6) {
    text-align: center;
  }
  body.item.life_science .block_img > p:nth-child(6) img {
    max-width: 142px;
    aspect-ratio: 142/166;
  }
}
@media screen and (max-width: 768px) {
  body.item.life_science .use-case {
    margin-top: 38px;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: #0995ff;
    font-weight: 700;
    color: #000;
  }
  body.item.life_science .std-title.type-4 {
    color: #000 !important;
  }
  body.item.life_science .r-link {
    font-size: 0.875rem;
  }
  body.item.life_science .caption {
    line-height: 1.2;
  }
  body.item.life_science .block_img {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
  body.item.life_science .block_img > p {
    max-width: 301px;
  }
  body.item.life_science .block_img > p + p {
    margin-top: 3px;
  }
  body.item.life_science .block_img > p:nth-child(6) {
    text-align: center;
  }
  body.item.life_science .block_img > p:nth-child(6) img {
    max-width: 142px;
    aspect-ratio: 142/166;
  }
}
body.item.public_works .contents-wrap .std-title.type-3 {
  font-size: 1.1375rem;
}
@media print, screen and (min-width: 769px) {
  body.item.public_works .contents-wrap .r-link a {
    color: #06f;
  }
  body.item.public_works .contents-wrap .r-link a:hover {
    color: #3cf;
  }
}
@media screen and (max-width: 768px) {
  body.item.public_works .contents-wrap .r-link a {
    color: #06c;
  }
  body.item.public_works .contents-wrap .r-link a:hover {
    color: #3CF;
  }
}
body.item.public_works .contents-wrap > p {
  font-size: inherit;
  padding-left: 0;
}
body.item.public_works .block_img {
  justify-content: space-between;
}
body.item.public_works .block_img > p:nth-child(2) img {
  width: auto;
  aspect-ratio: 480/169;
}
@media print, screen and (min-width: 769px) {
  body.item.public_works .block_img {
    margin-top: 48px;
    max-width: 648px;
  }
  body.item.public_works .block_img > p:nth-child(1) {
    max-width: 34.7222222222%;
  }
  body.item.public_works .block_img > p:nth-child(2) {
    max-width: 61.5740740741%;
    text-align: left;
  }
  body.item.public_works .block_img > p:nth-child(2) img {
    max-height: 140.16px;
  }
  body.item.public_works .item_img {
    max-width: 305px;
  }
}
@media screen and (max-width: 768px) {
  body.item.public_works .block_img {
    margin-top: 37px;
    max-width: 655px;
    flex-direction: column;
  }
  body.item.public_works .block_img > p {
    width: 100%;
  }
  body.item.public_works .block_img > p:nth-child(1) {
    max-width: 213px;
    margin-bottom: 3px;
  }
  body.item.public_works .block_img > p:nth-child(2) {
    max-width: 415px;
    margin-bottom: 3px;
  }
  body.item.public_works .item_img {
    max-width: 310px;
  }
}
body.item.building .contents-wrap > p {
  font-size: inherit;
  padding-left: 0;
}
body.item.building .block_img {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  body.item.building .std-title.type-3 {
    font-size: 1.1375rem;
  }
  body.item.building .sec01 .block_img {
    max-width: 379px;
    column-gap: 20px;
  }
  body.item.building .sec01 .block_img > p:nth-child(1) {
    max-width: 187px;
  }
  body.item.building .sec01 .block_img > p:nth-child(2) {
    max-width: 172px;
  }
  body.item.building .sec02 .item_img {
    max-width: 236px;
  }
  body.item.building .sec03 .item_img {
    max-width: 273px;
  }
  body.item.building .sec04 .item_img {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  body.item.building .sec01 .block_img {
    width: 100%;
    max-width: 219px;
    row-gap: 4px;
  }
  body.item.building .sec01 .block_img p:first-child {
    max-width: 178px;
    margin-left: auto;
    margin-right: auto;
  }
  body.item.building .sec02 .item_img {
    width: 100%;
    max-width: 236px;
  }
  body.item.building .sec03 .item_img {
    width: 100%;
    max-width: 273px;
  }
}
/*# sourceMappingURL=style.css.map */