@charset "Shift_JIS";
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
body {
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯", "MS PGothic", sans-serif;
  color: #404040;
}
a.c-linkCard {
  -webkit-box-shadow: 0px 5px 18px rgba(0,0,0,0.078);
          box-shadow: 0px 5px 18px rgba(0,0,0,0.078);
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a.c-linkCard {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard {
    border-radius: 25px;
  }
}
@media screen and (min-width: 768px) {
  a.c-linkCard:hover .img img {
    opacity: 1;
    height: 105%;
  }
  a.c-linkCard:hover .ttl span,
  a.c-linkCard:hover .ttl2 span {
    opacity: 0.5;
  }
}
a.c-linkCard .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  a.c-linkCard .img {
    aspect-ratio: 374/215;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard .img {
    aspect-ratio: 343/186;
  }
}
a.c-linkCard .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a.c-linkCard .ttl,
a.c-linkCard .ttl2 {
  background: #fff;
  padding: 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
a.c-linkCard .ttl span,
a.c-linkCard .ttl2 span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
a.c-linkCard .ttl span.u-sp,
a.c-linkCard .ttl2 span.u-sp {
  line-height: 1.4;
}
a.c-linkCard .ttl:after,
a.c-linkCard .ttl2:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: '';
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
  background-image: url("../../img/km_index/icon_arrow_right_red.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.c-linkCard.is-ptn-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  a.c-linkCard.is-ptn-2 {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-2 {
    height: 170px;
  }
}
@media screen and (min-width: 768px) {
  a.c-linkCard.is-ptn-2 .img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-2 .img {
    width: 145px;
    aspect-ratio: 145/170;
  }
}
a.c-linkCard.is-ptn-2 .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  a.c-linkCard.is-ptn-2 .ttl {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-2 .ttl {
    padding: 0 14px;
  }
}
a.c-linkCard.is-ptn-2 .ttl span {
  font-size: 18px;
}
a.c-linkCard.is-ptn-2 .ttl:after {
  top: unset;
  right: 15px;
  bottom: 20px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 768px) {
  a.c-linkCard.is-ptn-2 .ttl:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-2 .ttl:after {
    width: 38px;
    height: 38px;
  }
}
a.c-linkCard.is-ptn-3:hover {
  opacity: 1;
  color: inherit;
}
a.c-linkCard.is-ptn-3:hover .ttl span,
a.c-linkCard.is-ptn-3:hover .ttl2 span {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a.c-linkCard.is-ptn-3 .img {
    aspect-ratio: 455/337;
    height: 337px;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-3 .img {
    aspect-ratio: 343/186;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-3 .ttl,
  a.c-linkCard.is-ptn-3 .ttl2 {
    padding: 23px 25px;
  }
}
a.c-linkCard.is-ptn-3 .ttl:hover span,
a.c-linkCard.is-ptn-3 .ttl2:hover span {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-3 .ttl span,
  a.c-linkCard.is-ptn-3 .ttl2 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-3 .ttl:after,
  a.c-linkCard.is-ptn-3 .ttl2:after {
    width: 38px;
    height: 38px;
  }
}
a.c-linkCard.is-ptn-3 .ttl2 {
  position: relative;
}
a.c-linkCard.is-ptn-3 .ttl2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 30px);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #ccc));
  background-image: linear-gradient(to right, transparent 0%, transparent 50%, #ccc 50%);
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  a.c-linkCard.is-ptn-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
  }
}
@media screen and (min-width: 768px) {
  a.c-linkCard.is-ptn-4 .img {
    width: 480px;
  }
}
a.c-linkCard.is-ptn-4 .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-4 .ttl {
    padding: 23px 25px;
  }
}
@media screen and (min-width: 768px) {
  a.c-linkCard.is-ptn-4 .ttl:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-4 .ttl:after {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  a.c-linkCard.is-ptn-4 .ttl span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .index-currentNews-area {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .index-currentNews-area {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .index-currentNews-area .index-area-inner {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .index-currentNews-area .index-area-inner {
    width: auto;
    margin-inline: 16px;
  }
}
.index-currentNews-area .index-area-ttl {
  margin-bottom: 40px;
}
.index-currentNews-area .news-release-list a.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-top: 1px dashed #ccc;
}
@media screen and (min-width: 768px) {
  .index-currentNews-area .news-release-list a.item {
    padding: 18px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .index-currentNews-area .news-release-list a.item {
    padding: 22px 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-currentNews-area .news-release-list a.item:last-child {
  border-bottom: 1px dashed #ccc;
}
.index-currentNews-area .news-release-list a.item:hover {
  opacity: 0.8;
}
.index-currentNews-area .news-release-list a.item .gp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.index-currentNews-area .news-release-list a.item .gp .date {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .index-currentNews-area .news-release-list a.item .gp .date {
    width: 7em;
  }
}
.index-currentNews-area .news-release-list a.item .gp .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-currentNews-area .news-release-list a.item .gp .label img {
  height: 26px;
}
.index-currentNews-area .news-release-list a.item .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .index-currentNews-area .km-link-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-currentNews-area .km-link-btn {
    margin-top: 50px;
  }
}
.index-corpinfo-area {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .index-corpinfo-area {
    padding: 80px 0 100px;
    background: linear-gradient(122deg, #f7f7f7 47%, #fff 47%);
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area {
    padding: 70px 16px;
    background: linear-gradient(134deg, #f7f7f7 23%, #fff 23%, #fff 62%, #f7f7f7 62%);
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area .index-area-inner {
    margin: 0;
  }
}
.index-corpinfo-area .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .index-corpinfo-area .top {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .index-corpinfo-area .top a.c-linkCard {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area .top a.c-linkCard {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .index-corpinfo-area .top a.c-linkCard .img {
    aspect-ratio: 450/235;
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area .top a.c-linkCard .img {
    aspect-ratio: 343/196;
  }
}
@media screen and (min-width: 768px) {
  .index-corpinfo-area .top a.c-linkCard .ttl {
    padding: 26px 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area .top a.c-linkCard .ttl {
    padding: 21px 25px;
  }
}
.index-corpinfo-area .top .u-sp {
  width: 100%;
}
.index-corpinfo-area .top .links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .index-corpinfo-area .top .links {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area .top .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .index-corpinfo-area .top .links .gp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}
.index-corpinfo-area .top .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .index-corpinfo-area .top .links a {
    font-size: 16px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area .top .links a {
    font-size: 15px;
    gap: 8px;
  }
  .index-corpinfo-area .top .links a:nth-child(even) {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
.index-corpinfo-area .top .links a:hover {
  opacity: 0.8;
}
.index-corpinfo-area .top .links a:after {
  content: '';
  display: block;
  aspect-ratio: 1/1;
  background-image: url("../../img/km_index/icon_arrow_right_small_red.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .index-corpinfo-area .top .links a:after {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area .top .links a:after {
    width: 10px;
  }
}
@media screen and (min-width: 768px) {
  .index-corpinfo-area .grid {
    margin-top: 65px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 39px;
  }
}
@media screen and (max-width: 767px) {
  .index-corpinfo-area .grid {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
@media screen and (min-width: 768px) {
  .index-news-area {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .index-news-area {
    padding: 70px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .index-news-area .index-area-inner {
    width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .index-news-area .index-area-inner {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .index-news-area .index-area-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-news-area .index-area-ttl {
    margin-bottom: 40px;
  }
}
.index-news-area .news-release-list a.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-top: 1px dashed #ccc;
}
@media screen and (min-width: 768px) {
  .index-news-area .news-release-list a.item {
    padding: 18px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .index-news-area .news-release-list a.item {
    padding: 22px 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-news-area .news-release-list a.item:last-child {
  border-bottom: 1px dashed #ccc;
}
.index-news-area .news-release-list a.item:hover {
  opacity: 0.8;
}
.index-news-area .news-release-list a.item .gp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.index-news-area .news-release-list a.item .gp .date {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .index-news-area .news-release-list a.item .gp .date {
    width: 7em;
  }
}
.index-news-area .news-release-list a.item .gp .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-news-area .news-release-list a.item .gp .label img {
  height: 26px;
}
.index-news-area .news-release-list a.item .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: justify;
}
.index-news-area .news-release-list a.item .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  word-break: break-all;
}
.index-news-area .area-tab {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .index-news-area .area-tab .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-news-area .area-tab .tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.index-news-area .area-tab .tabs .tab {
  background: #ccc;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .index-news-area .area-tab .tabs .tab {
    padding: 18px 50px 14px;
    border-radius: 10px 10px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .index-news-area .area-tab .tabs .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px;
    border-radius: 6px;
    text-align: center;
    line-height: 1.2;
    max-height: 46px;
  }
}
@media screen and (min-width: 768px) {
  .index-news-area .area-tab .tabs .tab:hover {
    opacity: 0.8;
  }
}
.index-news-area .area-tab .tabs .tab:nth-child(1).is-active {
  background: #e12b23;
}
.index-news-area .area-tab .tabs .tab:nth-child(2).is-active {
  background: #ed605a;
}
.index-news-area .area-tab .tabs .tab:nth-child(3).is-active {
  background: #10458b;
}
.index-news-area .area-tab .tabs .tab:nth-child(4).is-active {
  background: #4aba29;
}
.index-news-area .area-tab .tabs .tab:nth-child(5).is-active {
  background: #f7ac00;
}
.index-news-area .area-tab .tabs .tab:nth-child(6).is-active {
  background: #46bac9;
}
.index-news-area .area-tab .tabs-content {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .index-news-area .area-tab .tabs-content {
    padding: 50px;
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.161);
            box-shadow: 0px 0px 7px rgba(0,0,0,0.161);
    border-radius: 0px 0px 30px 30px;
    border-top: 4px solid #e12b23;
  }
  .index-news-area .area-tab .tabs-content:has(.content:nth-child(1).is-active) {
    border-top-color: #e12b23;
  }
  .index-news-area .area-tab .tabs-content:has(.content:nth-child(2).is-active) {
    border-top-color: #ed605a;
  }
  .index-news-area .area-tab .tabs-content:has(.content:nth-child(3).is-active) {
    border-top-color: #10458b;
  }
  .index-news-area .area-tab .tabs-content:has(.content:nth-child(4).is-active) {
    border-top-color: #4aba29;
  }
  .index-news-area .area-tab .tabs-content:has(.content:nth-child(5).is-active) {
    border-top-color: #f7ac00;
  }
  .index-news-area .area-tab .tabs-content:has(.content:nth-child(6).is-active) {
    border-top-color: #46bac9;
  }
}
@media screen and (max-width: 767px) {
  .index-news-area .area-tab .tabs-content {
    margin-top: 40px;
  }
}
.index-news-area .area-tab .tabs-content .content {
  display: none;
}
.index-news-area .area-tab .tabs-content .content.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .index-news-area .area-tab .tabs-content .content .km-link-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-news-area .area-tab .tabs-content .content .km-link-btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .index-inquiry-area {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-inquiry-area {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .index-inquiry-area .cont-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .index-inquiry-area .cont-wrapper .inquiry-box {
    margin: 0;
  }
}

/*# sourceMappingURL=index.css.map */
