/* update style */

/* #f4f4f4 */
.m-contractors {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.m-contractors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  z-index: -1;
  margin-left: calc(-50vw + 50% - 0px);
}
.m-contractors .m-contractors__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
}
.m-contractors .m-contractors__inner .m-contractors__item {
  font-size: 14px;
  line-height: 24px;
}
.m-contractors .m-contractors__inner .m-contractors__item .m-contractors__title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 510px;
  font-weight: bold;
  padding-left: 32px;
}
.m-contractors .m-contractors__inner .m-contractors__item figure {
  text-align: center;
}
.m-contractors .m-contractors__inner .m-contractors__item .m-contractors__icon {
  padding-top: 3px;
  position: relative;
}
.m-contractors .m-contractors__inner .m-contractors__item .m-contractors__icon:before {
  content: "";
  position: absolute;
  background: url("../images/common/icon_megaphone.svg") no-repeat;
  width: 22px;
  height: 22px;
  left: -32px;
}
.m-contractors .m-contractors__inner .m-contractors__item p {
  margin-bottom: 30px;
  max-width: 517px;
}
.m-contractors .m-contractors__inner .m-contractors__item p a {
  color: #006438;
  text-decoration: underline;
}
.m-contractors .m-contractors__inner .m-contractors__item p a:hover {
  text-decoration: none;
}
.m-contractors .m-contractors__inner .m-contractors__btn {
  max-width: 320px;
}
.m-contractors .m-contractors__inner .m-contractors__btn a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.48px;
  padding: 12px 48px 12px 12px;
  border: solid 1px #212121;
  width: 100%;
  text-align: center;
  position: relative;
  background: #fff;
}
.m-contractors .m-contractors__inner .m-contractors__btn a::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 50px;
  top: 0;
  right: 0;
  background: url("../images/common/icon_arrow_half.svg") no-repeat center center;
}
.m-contractors .m-contractors__inner .m-contractors__btn a:hover {
  color: #006438;
  border-color: #006438;
}
.m-contractors .m-contractors__inner .m-contractors__btn a:hover::before{
  background-image: url("../images/common/icon_arrow_half_hover.svg");
}

@media screen and (min-width: 768px) {
  .m-contractors .m-contractors__inner .m-contractors__item .m-contractors__title {
    display: none;
  }
  .m-contractors .m-contractors__inner .m-contractors__item h2.m-contractors__title {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .m-contractors {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-contractors .m-contractors__inner {
    flex-direction: column;
    gap: 20px;
  }
  .m-contractors .m-contractors__inner .m-contractors__item {
    width: 100%;
  }
  .m-contractors .m-contractors__inner .m-contractors__item .m-contractors__title {
    display: flex;
    max-width: 100%;
  }
  .m-contractors .m-contractors__inner .m-contractors__item h2.m-contractors__title {
    display: none;
  }
  .m-contractors .m-contractors__inner .m-contractors__item figure img {
    height: auto;
  }
  .m-contractors .m-contractors__inner .m-contractors__item p {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .m-contractors .m-contractors__inner .m-contractors__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .m-contractors .m-contractors__inner .m-contractors__btn {
    max-width: 100%;
  }
}

/* contentsRelatedList */
.m-related .m-contentsRelatedList .m-contentsRelatedList__item .m-contentsRelatedList__item--thumb img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  max-width: 333px;
  max-height: 187px;
}
.m-related .m-newsList .m-newsList__item .m-newsList__item--thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.m-related.newsRelated-new .m-newsList .m-newsList__item .m-newsList__item--thumb img {
  aspect-ratio: 3 / 2;
}

/* Embed Youtube */
@media screen and (min-width: 768px) {
  .m-kumimachiIntro .embed-video{
    margin-top:40px;
  }
  .m-kumimachiIntro .embed-video iframe{
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .m-kumimachiIntro{
    margin-bottom: 60px;
  }
  .m-kumimachiIntro .embed-video{
    margin-top:24px;
  }
}
.m-kumimachiIntro .embed-video iframe{
  width: 640px;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width:100%;
}

/* about child */
.m-about__block .text-group {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.m-about__block .text-group .text-block {
  flex: 1;
  line-height: 1.5;
}

.m-about__block .text-box {
  background-color: #f4f4f4;
  padding: 16px;
  flex: 1;
  line-height: 1.5;
}

.m-about__block .item-dt {
  word-break: break-all;
  letter-spacing: -0.2px;
}

.m-about__block .text-box .item {
  display: grid;
  grid-template-columns: 54px 1fr;
  margin-top: 8px;
}

.m-about__block .text-link {
  text-decoration: underline;
}

.m-about__block .text-link:hover {
  text-decoration: none;
}
.m-about__block div .text-mt-small:not(:last-child) {
  margin-bottom: 12px;
}

.m-about__block .text-mb-medium {
  margin-bottom: 40px;
}

.m-about-edlp .m-about__block:first-of-type, .m-about-spacing .m-about-module .m-about__block:first-of-type {
  margin-top: 40px;
}

.m-about__block .image-float-unset {
  float: unset;
}

.m-about-sports .m-about__posts {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}
.m-about-sports .m-about__posts .m-title {
  text-align: center;
  font-size: 23px;
}
.m-about-sports .m-about__posts .m-about__posts_post {
  margin-top: 30px;
}
.m-about-sports .m-about__posts .m-about__posts_post .item {
  display: flex;
  gap: 15px;
}
.m-about-sports .m-about__posts .m-about__posts_post .item > .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.m-about-sports .m-about__posts .m-about__posts_post .item .info h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.m-about-sports .m-about__posts .m-about__posts_post .item .info dl {
  font-size: 13px;
  display: inline-flex;
  flex-wrap: wrap;
}
.m-about-sports .m-about__posts .m-about__posts_post .item .info dt {
  color: #777777;
}
.m-about-sports .m-about__posts .m-about__posts_post .item .info dd {
  font-size: 11px;
  border: 0;
  background-color: #ffffff;
  min-width: 54px;
  text-align: center;
  margin-left: 7px;
  color: #000000;
  padding: 2px 5px;
  margin-bottom: 2px;
}
.m-about-sports .m-about__posts .m-about__posts_post .item figure img {
  width: 120px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.text-link-dot {
  position: relative;
  padding-left: 13px;
  display: inline-flex;
}
.text-link-dot::before {
  content: "・";
  position: absolute;
  left: 0;
}
.m-about-sports .m-about_margin {
  margin-bottom: 60px;
}
.m-about-sports .m-about_margin-md {
  margin-bottom: 40px;
}
.m-about-sports .m-timeline {
  margin-top: 45px;
}
.m-about-sports .m-about-group {
  background-color: #f4f4f4;
  font-size: 14px;
  text-align: center;
  padding: 20px 25px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.m-about-sports .m-about-group .text {
  line-height: 26px;
}
.m-about-sports .m-about-group .buttons a {
  min-width: 295px;
  min-height: 50px;
  background-color: #006438;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
  letter-spacing: 0.48px;
  margin: 20px 10px 0;
  font-weight: bold;
}

.m-about-sports .m-about-group .buttons a:hover {
  position: relative;
}
.m-about-sports .m-about-group .buttons a::after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  right: 20px;
}

.m-about-sports .m-about__block-content figure + .text:last-child {
 margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-about__block .text-box .item {
    margin-top: 12px;
  }
  .m-about__block .text-box .text-mt-large {
    margin-top: 32px;
  }
  .m-about__block div .text-mt-small:not(:last-child) {
    margin-bottom: 8px;
  }
  .m-about-sports .m-about__posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-about-sports .m-about__posts .m-about__posts_post {
    display: flex;
    gap: 40px 20px;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .m-about-sports .m-about__posts .m-about__posts_post .item {
    width: calc((100% - 20px) / 2);
  }
  .m-about-sports .m-about__posts .m-about__posts_post .item figure img {
    width: 150px;
  }
  .m-about-sports .m-about__posts .m-about__posts_post .item .info dd {
    margin-left: 10px;
  }
  .m-about-sports .m-about_margin {
    margin-bottom: 80px;
  }
  .m-about-sports .m-about_margin-md {
    margin-bottom: 60px;
  }
  .m-about-sports .m-timeline {
    margin-top: 100px;
  }
  .m-about-sports .m-about-group {
    padding: 40px 25px;
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .m-about-sports .m-about-group .buttons a {
    margin: 20px 10px 0;
  }
  .m-about-sports .m-about-group .buttons a:hover {
    opacity: .7;
  }
  .m-about-sports .m-about__block .text-group .text:last-child {
    margin-bottom: 0;
  }
  .m-about-sports .m-about__posts .m-about__posts_post .item .info h4 {
    -webkit-line-clamp: 3;
  }
  .m-about-sports .m-timeline dt {
    padding-bottom: 20px;
  }
  .m-beisiaCompany__note{
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-about__block .item-dt {
    padding-bottom: 4px;
  }
  .m-about__block .m-about__block-content .text-group:last-child .image {
    margin-bottom: 0;
  }
  .m-about-sports .m-about__posts .m-about__posts_post .item:first-child {
    border-top: 1px solid #ccc;
  }
  .m-about-sports .m-about__posts .m-about__posts_post .item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  .text-link-dot + .text-link-dot {
    margin-top: 8px;
  }
  .m-about-sports .m-about__block-content .image + .text {
    margin-top: 20px;
  }
  .m-about-sports .m-timeline dd {
    padding-bottom: 20px;
  }
}

.is-xs {
  display: none;
}
@media screen and (max-width: 414px) {
  .is-xs {
    display: block;
  }
  .m-titleLine span {
    width: 100%;
  }
  .m-about-sports .m-about-group .buttons a {
    margin: 20px 0 0;
  }
}
.m-about-sports  .m-timeline__content .desctiption{
  max-width: 724px;
}
.m-banner__copyright{
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px){
  .m-banner__copyright{
    right: 8px;
    bottom: 8px;
  }
  .m-beisiaCompany__note{
    margin-top: 31px;
  }
}
.m-beisiaCompany__note p{
  font-size: 14px;
  line-height: 24px;;
}

/* 6-12-2025 */
.m-beisiaCompany__item-year {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.m-beisiaCompany__business {
  justify-content: unset;
  gap: 37px;
  @media screen and (max-width: 767px) {
    gap: 0;
  }
}

.m-beisiaCompany__grSolution {
  color: #006f72;
}

.m-beisiaIntro-inner {
  display: flex;
  margin-left: 6.388vw;
  gap: unset;

  @media screen and (max-width: 767px) {
    margin-left: unset;
  }
}

.m-beisiaIntro__thumb {
  margin-right: 26px;
  width: 361px;
  @media screen and (max-width: 767px) {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 273px;
  }
}

.m-beisiaCompany__business-list li a {
  text-decoration: underline;
}

.m-headline.t-kumimachi-brand:before {
  content: "KUMIMACHI KUMIMACHI KUMIMACHI KUMIMACHI"; 
}

.m-about-numbers .m-numbers__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 48px;
  padding-bottom: 100px;
}
.m-about-numbers .m-numbers__list .m-numbers__item {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #006438;
  padding: 35px 0 15px;
  opacity: 0;
  transition: all 5s linear;
}
.m-about-numbers .m-numbers__list .m-numbers__item.is-appear {
  animation: numbersFadeUp 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0s;
}
.m-about-numbers .m-numbers__list .m-numbers__item.is-appear:nth-child(even) {
  animation-delay: 0.2s;
}

@keyframes numbersFadeUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.m-about-numbers .m-numbers__list .m-numbers__item h2 {
  color: #050505;
  font-size: 30px;
  line-height: 30px;
}
.m-about-numbers .m-numbers__list .m-numbers__item p:not([class]):not(:last-child) {
  color: #979797;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 25px;
}
.m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__data {
  line-height: 1;
  margin-top: 10px;
}
.m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__count {
  color: #006438;
  font-size: 96px;
  font-weight: 700;
}
.m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__count.g-spacing-5 {
  letter-spacing: -5px;
}
.m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__data span:not(.m-numbers__count):not(.m-numbers__comma) {
  font-size: 30px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
}
.m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__data span:not(.m-numbers__count):not(.m-numbers__comma):not(:last-child):nth-of-type(2) {
  padding-right: 5px;
  padding-left: 2px;
}
.m-about-numbers .m-numbers__list .m-numbers__item p:last-child {
  color: #212121;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  margin-top: 39px;
}
.m-about-numbers .m-numbers__list .m-numbers__item figure {
  margin-top: 35px;
  min-height: 155px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__comma {
  color: #006438;
  font-size: 76px;
  font-weight: 700;
}

@media screen and (max-width: 1440px) {
  .m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__count {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .m-about-numbers .m-numbers__list .m-numbers__item {
    padding: 28px 17px 24px;
  }
  .m-about-numbers .m-numbers__list .m-numbers__item h2 {
    font-size: 26px;
  }
  .m-about-numbers .m-numbers__list .m-numbers__item p:not([class]):not(:last-child) {
    font-size: 18px;
    margin-top: 10px;
  }
  .m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__count {
    font-size: 60px;
  }
  .m-about-numbers .m-numbers__list .m-numbers__item p:last-child {
    margin-top: 34px;
  }
  .m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__data span:not(.m-numbers__count):not(.m-numbers__comma) {
    font-size: 20px;
  }
  .m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__comma {
    font-size: calc(0.79 * 66px);
  }
}

@media screen and (max-width: 767px)  {
  .m-about-numbers .m-numbers__list {
    grid-template-columns: 1fr;
    padding-top: 37px;
    padding-bottom: 80px;
  }
  .m-about-numbers .m-numbers__list .m-numbers__item {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-about-numbers .m-numbers__list .m-numbers__item figure {
    margin-top: 30px;
  }
  .m-about-numbers .m-numbers__list .m-numbers__item .m-numbers__data span:not(.m-numbers__count):not(.m-numbers__comma):not(:last-child):nth-of-type(2) {
    padding-right: 2px;
  }
}

@media screen and (min-width: 1025px) {
  .m-about-numbers .m-numbers__list .m-numbers__item p:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Update header nav */
@media screen and (min-width: 1080px) and (max-width: 1300px) {
  .m-header__thumbMenu {
    width: 45%;
  }
  .m-header__navMenu > ul > li {
    min-width: unset;
  }
  .m-header__navMenu > ul > li > a {
    padding: 12px 15px;
  }
  .m-header__thumbMenu .m-header__thumbMenu-img {
    height: 100%;
  }
  .m-header__thumbMenu .m-header__thumbMenu-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1180px) {
  .m-header__thumbMenu .m-header__thumbMenu-img img {
    object-fit: fill;
  }
}
@media screen and (max-width: 1600px) {
  .m-header .m-header__subMenu .m-header__boxMenu.js-navItem-long .m-header__navMenu > ul {
    border-right: 0;
  }
}
.m-listDotSmall > li > .m-listNote{
  padding-left: 13px;
}