


.contents_wrapper {
    width: 1200px;
    margin: 0px auto;
}
ul.bnList li.list {
    width: 15%;
    margin-right: 6.2%;
    line-height: 0;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(205, 208, 212);
    border-image: initial;
}
ul.bnList li.list:nth-child(4n) {
    margin-right: 6.2%;
}
ul.bnList li.list:nth-child(5n) {
    margin-right: 0px;
}
@media only screen and (max-width: 767px) {
section p {
    font-size:16px;
}

.flexCenter ul li{
font-size:16px;
}

.ftrInfo .ftrCompany, .ftrInfo .ftrMail {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
font-size:16px;
}
.contents_wrapper,
.partsBtmcontents {
    width: 375px;
}
ul.bnList li.list{
width: 48%;
    margin: 0 4% 20px 0;
}
ul.bnList li.list:nth-child(4n) {
    margin-right: 0;
}
}


@media only screen  and (max-width: 768px){
header nav.gnav ul {
    width: 100%;
}
.greetingCEO {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 580px;
    overflow: hidden;
    margin-bottom: 30px;
}

.greetingCEO .greetingCEOTx {
    max-width: 100%;
    margin: 0 auto;
padding:10px;
}
.greetingEmployee {
    max-width: 100%;
    margin: 0 auto;
}
.contents_wrapper {
    max-width:100%;
    margin: 0 auto;
}


}




/* 2026-05-19 CTA polish */
.caseCtaBox,
.serviceInlineCta {
  max-width: 960px;
  margin: 42px auto 18px;
  padding: 34px 28px 32px;
  border: 1px solid #d6eaf5;
  border-top: 5px solid #00AAEA;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 70, 120, 0.08);
  text-align: center;
  box-sizing: border-box;
}

.caseCtaLead,
.serviceInlineCtaLead {
  margin: 0 0 10px;
  color: #102a8c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.caseCtaText,
.serviceInlineCtaText {
  max-width: 760px;
  margin: 0 auto 22px;
  color: #333;
  line-height: 1.9;
  text-align: center;
}

.caseCtaBtn,
.serviceInlineCtaBtn {
  margin: 0;
  text-align: center;
}

.caseCtaBtn a,
.serviceInlineCtaBtn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 54px;
  padding: 14px 34px;
  border-radius: 50px;
  background: #00AAEA;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 24%);
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.caseCtaBtn a::after,
.serviceInlineCtaBtn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.caseCtaBtn a:hover,
.serviceInlineCtaBtn a:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

@media only screen and (max-width: 768px) {
  .caseCtaBox,
  .serviceInlineCta {
    width: calc(100% - 32px);
    margin: 30px auto 14px;
    padding: 26px 18px 24px;
  }

  .caseCtaLead,
  .serviceInlineCtaLead {
    font-size: 19px;
  }

  .caseCtaText,
  .serviceInlineCtaText {
    text-align: left;
  }

  .caseCtaBtn a,
  .serviceInlineCtaBtn a {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
    font-size: 16px;
  }
}
