@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/Oswald-Medium.ttf") format("truetype");
}
@keyframes line-right {
  0% {
    background-position: 0%;
  }
  to {
    background-position: -200%;
  }
}
@keyframes line-bottom {
  0% {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% -200%;
  }
}
.product__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .product__inner {
    padding: 0 20px;
  }
}

.suggestion__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .suggestion__inner {
    padding: 0 20px;
  }
}

.message__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .message__inner {
    padding: 0 20px;
  }
}

.group__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .group__inner {
    padding: 0 20px;
  }
}

.company__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .company__inner {
    padding: 0 20px;
  }
}

.access__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .access__inner {
    padding: 0 20px;
  }
}

.content__title {
  margin-inline: auto;
}
.content__title--lineup {
  width: 100%;
  max-width: 86.69px;
}
.content__title--our-strengths {
  width: 100%;
  max-width: 172.17px;
}
@media screen and (max-width: 767px) {
  .content__title--our-strengths {
    max-width: 140px;
  }
}
.content__title--company-profile {
  width: 100%;
  max-width: 232.95px;
}
@media screen and (max-width: 767px) {
  .content__title--company-profile {
    max-width: 136px;
  }
}
.content__title--access {
  width: 100%;
  max-width: 90.66px;
}
.content__title > img {
  width: 100%;
  height: auto;
  display: block;
}

.first {
  width: 100%;
  background: no-repeat center/cover url(/img/top-mv01-pc.webp);
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .first {
    background: no-repeat top center/770px auto url(/img/top-mv01-sp.webp);
    padding: 0 34px;
  }
}
.first__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 170px 0 115px;
}
@media screen and (max-width: 767px) {
  .first__inner {
    padding: 123px 0 84px;
  }
}
.first__heading {
  display: block;
  width: 100%;
  max-width: 391px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .first__heading {
    width: 80%;
    max-width: 230px;
    margin-bottom: 70px;
  }
}
.first__heading > img {
  display: block;
  width: 100%;
}
.first__sentence {
  width: 100%;
  max-width: 684px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 auto 0.35em;
  padding: 15px 27px 20px;
}
@media screen and (max-width: 767px) {
  .first__sentence {
    font-size: 16px;
    max-width: 566px;
  }
}
.first__sentence:last-of-type {
  margin-bottom: 0;
}

.kimitex-heading-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kimitex-heading-box {
    padding-top: 72%;
  }
}
@media screen and (max-width: 767px) {
  .kimitex-heading-box--product {
    padding-top: 0;
  }
}
.kimitex-heading-box--product .kimitex-heading-box__image {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .kimitex-heading-box--product .kimitex-heading-box__image {
    width: 50%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
    position: relative;
  }
}
.kimitex-heading-box__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.kimitex-heading-box__heading-text-image {
  display: block;
  width: auto;
  height: 75px;
  transform: translateY(-24%);
}
@media screen and (max-width: 767px) {
  .kimitex-heading-box__heading-text-image {
    height: 65px;
    transform: unset;
  }
}
.kimitex-heading-box__heading-text-image--3row {
  height: 131px;
  transform: translateY(-18%);
}
@media screen and (max-width: 767px) {
  .kimitex-heading-box__heading-text-image--3row {
    height: 152px;
    transform: translateY(-5%);
  }
}
.kimitex-heading-box__image {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kimitex-heading-box__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.kimitex-subheading {
  width: 100%;
}
.kimitex-subheading__text-image {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kimitex-subheading__text-image {
    height: 26px;
  }
}
.access .kimitex-subheading__text-image {
  height: 22px;
}
@media screen and (max-width: 767px) {
  .access .kimitex-subheading__text-image {
    height: 18px;
  }
}

.kimitex-subheading__text {
  display: block;
  width: 100%;
  color: #014099;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.kimitex-subheading__text--access {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .kimitex-subheading__text--access {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .kimitex-subheading__text {
    font-size: 22px;
  }
}

.product {
  width: 100%;
  margin-bottom: 0;
}
.product__inner {
  padding-top: 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product__inner::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 8px;
  background-color: #014099;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .product__inner::before {
    width: calc(100% - 40px);
    height: 6px;
  }
}
.product__subheading {
  display: block;
  width: 100%;
  color: #014099;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .product__subheading {
    font-size: 19px;
    margin-bottom: 0px;
    font-weight: bold;
  }
}
.product__list-image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.product__and-more-text {
  display: block;
  width: 100%;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .product__and-more-text {
    margin-top: 25px;
  }
}
.product__and-more-text > img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .product__and-more-text > img {
    padding-bottom: 40px;
  }
}

.product-lineup-text {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.product__lineup-wrap {
  background-color: #ecf7fc;
  padding-top: 30px;
}

.product__lineup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 20px;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .product__lineup {
    justify-content: flex-start;
    max-width: 410px;
    margin: 0 auto;
  }
}

.product__lineup-contents {
  position: relative;
  width: calc(20% - 8px);
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .product__lineup-contents {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media screen and (max-width: 575px) {
  .product__lineup-contents {
    width: calc(50% - 5px);
  }
}
.product__lineup-contents:has(.product__lineup-link:hover) {
  opacity: 0.85;
}
.product__lineup-contents > img {
  width: 100%;
  height: auto;
}

.product__lineup-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 559px) {
  .product__lineup-contents-wrap {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .product__lineup-contents-img {
    max-width: 100%;
  }
}

.suggestion {
  width: 100%;
}

.suggestion__inner {
  padding-top: 85px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .suggestion__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.suggestion__inner::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 8px;
  background-color: #014099;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .suggestion__inner::before {
    width: calc(100% - 40px);
    height: 6px;
  }
}

.suggestion-top-text {
  font-size: 24px;
  color: #01328c;
  font-weight: normal;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .suggestion-top-text {
    font-size: 20px;
  }
}

.suggestion-top-text-bold {
  font-weight: bold;
}

.suggestion__contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .suggestion__contents-wrap {
    margin-top: 20px;
  }
}

.suggestion__contents-item {
  max-width: 400px;
  margin-bottom: 70px;
}
@media (max-width: 919px) {
  .suggestion__contents-item {
    margin: 0 auto 20px;
  }
}

.suggestion__contents-title {
  color: #01328c;
  text-align: center;
  margin: 10px 0 8px;
  letter-spacing: 0.023em;
}
@media screen and (max-width: 767px) {
  .suggestion__contents-title {
    margin: 20px 0 5px;
  }
}

.suggestion-item-img {
  max-width: 100%;
}

.suggestion-item-text {
  line-height: 1.8;
  margin-top: 10px;
}

.message {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.message .kimitex-subheading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .message .kimitex-subheading {
    margin-bottom: 20px;
  }
}
.message__sentence {
  width: 100%;
  max-width: 725px;
  color: #555555;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.9;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .message__sentence {
    font-size: 16px;
  }
}

.group {
  width: 100%;
}

.company {
  width: 100%;
}
.company .kimitex-subheading {
  width: auto;
  min-width: 269px;
}
@media screen and (max-width: 767px) {
  .company .kimitex-subheading {
    width: 100%;
  }
}
.company .kimitex-outline-list {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company .kimitex-outline-list {
    width: 100%;
    margin-top: 10px;
  }
}
.company__inner {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 85px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.company__inner::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 8px;
  background-color: #014099;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company__inner::before {
    width: calc(100% - 40px);
    height: 6px;
  }
}

.company-logo__img-wrap {
  margin-top: 48px;
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
}
.company-logo__img-wrap > img {
  width: 100%;
  height: auto;
}

.kimitex-outline__wrap {
  margin-top: 45px;
}

.access {
  width: 100%;
}
.access .kimitex-subheading {
  width: auto;
  min-width: 269px;
}
@media screen and (max-width: 767px) {
  .access .kimitex-subheading {
    width: 100%;
  }
}
.access .kimitex-outline-list {
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .access .kimitex-outline-list {
    width: 100%;
  }
}
.access__inner {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 85px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.access__inner::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 8px;
  background-color: #014099;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .access__inner::before {
    width: calc(100% - 40px);
    height: 6px;
  }
}

.access__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #014099;
  letter-spacing: 0.023em;
}
@media screen and (max-width: 767px) {
  .access__title {
    font-size: 30px;
  }
}

.access-mail {
  width: 114px;
  display: block;
}
.access-mail > img {
  width: 100%;
  height: auto;
}

.access-place {
  height: 30px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access-place--chiba {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .access-place {
    height: clamp(25px, 3.9113428944vw, 30px);
  }
}

.access-place-chiba-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .access-place-chiba-sp {
    display: block;
    height: 67px;
    margin: 0 auto;
  }
}

.access-place__container {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .access-place__container {
    margin-top: 45px;
  }
}

.access-place__wrapper {
  border-top: solid 1px #b2c5e0;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 70px;
  max-width: 850px;
}
.access-place__wrapper:last-child {
  padding-bottom: 0;
}

.access-place__contents {
  display: flex;
  justify-content: flex-start;
  gap: 36px;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .access-place__contents {
    display: block;
  }
}

.access-contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: 7px;
}

.access-address {
  margin-bottom: 9px;
}

.access-title {
  color: #014099;
  font-weight: normal;
  margin-right: 5px;
  letter-spacing: 0.023em;
}

.access-access {
  margin-bottom: 10px;
}
.access-access--osaka {
  margin-bottom: 20px;
}

.access-bldg-img {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .access-bldg-img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.access-info {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access-info {
    max-width: 500px;
    margin: 25px auto 0;
  }
}

.access-gmap {
  padding-top: 50px;
  width: 640px;
  margin: 0 auto;
}

.kimitex-outline-list {
  width: 100%;
}
.kimitex-outline-list__li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  border-bottom: solid 1px #014099;
  padding: 15px 0;
}
.kimitex-outline-list__li:first-of-type {
  padding-top: 15px;
  border-top: solid 1px #014099;
}
.kimitex-outline-list__li > dt {
  width: 250px;
  color: #014099;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  letter-spacing: 0.023em;
}
@media screen and (max-width: 767px) {
  .kimitex-outline-list__li > dt {
    width: 145px;
    font-size: 15px;
  }
}
.kimitex-outline-list__li > dd {
  width: calc(100% - 250px);
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: 0.023em;
}
@media screen and (max-width: 767px) {
  .kimitex-outline-list__li > dd {
    width: calc(100% - 145px);
    font-size: 15px;
  }
}
.kimitex-outline-list__li > dd > h5 {
  color: #014099;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kimitex-outline-list__li > dd > h5 {
    font-size: 15px;
  }
}
.kimitex-outline-list__li-link {
  transition: all 0.15s ease-in-out 0s;
}
.kimitex-outline-list__li-link:hover {
  opacity: 0.85;
}
.kimitex-outline-list--ttl__li {
  border: none;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .kimitex-outline-list--ttl__li {
    padding-top: 35px;
  }
}
.kimitex-outline-list--ttl__li > dt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .kimitex-outline-list--ttl__li > dt {
    font-size: 16px;
  }
}
.kimitex-outline-list__nest-list {
  width: 100%;
  border-bottom: solid 1px #014099;
  margin-bottom: 25px;
  padding-bottom: 35px;
}
.kimitex-outline-list__nest-list:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.kimitex-outline-list__nest-list--pc-2col {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .kimitex-outline-list__nest-list--pc-2col {
    display: block;
  }
}
.kimitex-outline-list__nest-list--pc-2col > li {
  width: auto;
}
@media screen and (max-width: 767px) {
  .kimitex-outline-list__nest-list--pc-2col > li {
    width: 100%;
  }
}
.kimitex-outline-list__nest-list--pc-2col > li:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .kimitex-outline-list__nest-list--pc-2col > li:first-of-type {
    margin-right: 0;
  }
}
.kimitex-outline-list__nest-list > li {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.kimitex-outline-list__nest-list > li:last-of-type {
  margin-bottom: 0;
}

.access-info-b-bottom {
  border-bottom: 1px solid #b2c5e0;
  padding-bottom: 6px;
}
.access-info-b-bottom:last-child {
  padding-bottom: 10px;
}

/*mapArea
------------------------------------------------------------*/
.mapArea {
  border-bottom: 1px solid #cfd2d7;
  height: 460px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mapArea {
    height: 480px;
  }
}
/*mapCanvas
------------------------------------------------------------*/
#mapCanvas {
  position: absolute;
  height: 460px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mapCanvas {
    height: 480px;
  }
  #mapCanvas .gmnoprint {
    width: 45px !important;
    height: 55px !important;
  }
  #mapCanvas .gmnoprint img {
    width: 20px !important;
    height: 20px !important;
  }
}
#mapTokyo,
#mapOsaka,
#mapChiba {
  max-width: 640px;
  height: 400px;
  margin: 44px auto 0;
}

/*mapTabMenu
------------------------------------------------------------*/
.mapTabMenu {
  background: #FFF;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -398px;
}

@media screen and (max-width: 767px) {
  .mapTabMenu {
    left: 20px;
    right: 20px;
    margin-left: 0px;
  }
}
/*officeMenu
------------------------------------------------------------*/
.officeMenu {
  width: 800px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .officeMenu {
    width: 100%;
  }
}
.officeMenu li {
  background: #f0f1f1;
  border-right: 1px solid #cfd2d7;
  border-top: 1px solid #cfd2d7;
  font-size: 16px;
  padding: 10px 0px;
  width: 50%;
  text-align: center;
  display: block;
  color: #33373a;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .officeMenu li {
    padding: 10px 12.5px;
    font-size: 11px;
    letter-spacing: -0.05em;
  }
}
.officeMenu li:hover {
  background-color: #fff;
}

.officeMenu li:first-child {
  border-left: 1px solid #cfd2d7;
}

.officeMenu li.current {
  background-color: #fff;
}/*# sourceMappingURL=top.css.map */