@charset "UTF-8";
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
#business-partner,
div#contact,
div#strength {
  margin-top: min(18vw, 150px);
}

.show-sp {
  display: none;
}

.sec-title {
  font-size: min(7vw,38px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}

.sec-title div {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.sec-title div:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f6ab00;
  left: 0;
  top: 1.9em;
  display: block;
  position: absolute;
}

.sec-title span {
  font-size: min(5vw, 22px);
  display: block;
  color: #e8311f;
}

/* ------------------------------------------------------------
会社案内
------------------------------------------------------------ */
#greeting .image {
  margin-top: 15px;
  text-align: right;
}

#greeting .image img {
  width: 200px;
}

/* ------------------------------------------------------------
about-company  about-shareholder
------------------------------------------------------------ */
.page-sub-title.have-img {
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.page-sub-title.have-img img {
  max-height: .7em;
  max-width: 100%;
  width: auto;
}

table {
  width: 100%;
}

table br.sp {
  display: none;
}

table td,
table th {
  border: 1px solid #b0b0b0;
  padding: 7px 40px;
  vertical-align: middle;
}

table th {
  background: #f5f4eb;
}

table th.p-mark {
  height: 150px;
  text-align: center;
}

table th.p-mark a {
  display: inline-block;
  width: 100px;
}

#about-company,
#about-shareholder {
  margin-top: 80px;
}

/* ------------------------------------------------------------
business-partner
------------------------------------------------------------ */
#business-partner ul.partner-list {
  border-bottom: 1px dotted #b0b0b0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: square;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 2em;
}

#business-partner ul.partner-list + p {
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

/* ------------------------------------------------------------
法人様向け
------------------------------------------------------------ */
.corporate-business .breadcrumbs ul {
  margin: 10px 0;
}

.corporate-business #first-img {
  height: 467px;
  margin-bottom: 100px;
  overflow: hidden;
  background-size: cover !important;
}

.corporate-business #first-img.denki {
  background: url(../img/corporate-business-denki-first-img.webp) 50% 50%;
}

.corporate-business #first-img.hw {
  background: url(../img/corporate-business-hw-first-img.webp) 50% 50%;
}

.corporate-business #first-img .catch-copy {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  letter-spacing: 3px;
  width: 100%;
  align-items: flex-start;
}

.corporate-business #first-img .catch-copy p {
  padding-left: 20px;
  display: inline;
  background: rgba(0, 0, 0, 0.7);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
  padding-right: min(8%, 30px);
}

.corporate-business #first-img .catch-copy span {
  color: #ffd200;
}

.corporate-business + #footer {
  margin-top: 0;
}

.corporate-business .service {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: min(7vw, 50px) min(7vw, 60px);
  margin-bottom: 50px;
}

.corporate-business .service div {
  width: min(37vw, 190px);
  height: min(37vw, 190px);
  text-align: center;
  font-size: min(4.5vw, 20px);
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.corporate-business .service div img {
  width: auto;
  height: min(22vw, 110px);
  opacity: 1;
}

.corporate-business .service div span {
  line-height: 1.2;
}

.corporate-business .service div:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  left: -4.5px;
  top: -4.5px;
  border-radius: 5px;
  z-index: -1;
}

.corporate-business .service div:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  left: 4.5px;
  top: 4.5px;
  border-radius: 5px;
  z-index: -1;
}

.corporate-business .service div.icon1:before, .corporate-business .service div.icon1:after {
  background-color: #fff7db;
}

.corporate-business .service div.icon2:before, .corporate-business .service div.icon2:after {
  background-color: #edf9fe;
}

.corporate-business .service div.icon3:before, .corporate-business .service div.icon3:after {
  background-color: #f1feec;
}

.corporate-business .service div.icon4:before, .corporate-business .service div.icon4:after {
  background-color: #ecf6ff;
}

.corporate-business .service div.icon5:before, .corporate-business .service div.icon5:after {
  background-color: #fff1e8;
}

.corporate-business .service div.icon6:before, .corporate-business .service div.icon6:after {
  background-color: #f4f4ff;
}

p.page-sub-title.lay {
  border-bottom: 7px solid #e48702;
  border-left: 0;
  display: inline-block;
  font-weight: bold;
  min-height: 50px;
  padding-left: 0;
}

p.page-sub-title.lay:before {
  bottom: -7px;
  height: 7px;
  left: unset;
  left: 0;
  width: 40px;
}

.bk-gray {
  background: #f5f4eb;
}

div#strength {
  padding: min(18vw, 150px) 0;
}

div#strength .strength-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div#strength .strength-points .strength-point {
  background: #fff;
  box-shadow: 2px 4px 7px rgba(0, 55, 85, 0.38);
  margin-bottom: 30px;
  padding: 50px;
  text-align: center;
  width: 31.5%;
}

div#strength .strength-points .strength-point:not(:nth-of-type(3), :last-of-type) {
  margin-right: 2.5%;
}

div#strength .strength-points .strength-point img {
  height: 100px;
  width: auto;
}

div#strength .strength-points .strength-point article {
  text-align: justify;
}

div#strength .strength-points .strength-point strong {
  color: #ad5541;
  font-size: 30px;
  font-weight: bold;
}

div#strength .strength-points .strength-point p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
}

div#strength .strength-points .strength-point.achievement {
  position: relative;
}

div#strength .strength-points .strength-point.achievement:after {
  bottom: -4em;
  content: "※1…22年12月～23年2月における1ヶ月あたりの平均\A※2…21年10月現在";
  font-size: 12px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  text-align: left;
  white-space: pre;
}

div#contact {
  padding: min(18vw, 100px) 0;
}

div#contact .inner {
  display: flex;
  justify-content: space-between;
}

div#contact .contact-info {
  width: 55%;
}

div#contact .contact-info h2 {
  font-size: min(8vw, 38px);
  font-weight: bold;
  line-height: 1;
  border-bottom: 7px solid #e48702;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 40px;
}

div#contact .contact-info h2 span {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
}

div#contact .contact-info h2:before {
  background: #e8311f;
  bottom: -6px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  height: 7px;
  width: 40px;
}

div#contact .contact-info article {
  margin-bottom: 20px;
}

div#contact .contact-info img {
  width: auto;
  max-width: 50%;
}

div#contact .contact-way {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

div#contact .contact-way a {
  background: #fff;
  border: 2px solid #b0d399;
  font-size: min(8vw, 38px);
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

div#contact .contact-way div {
  background: #fff;
  border: 2px solid #b0d399;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

div#contact .contact-way span.contact-text {
  background: #b0d399;
  border-radius: 50px;
  color: #fff;
  font-size: min(6vw, 30px);
  padding: 7px 15px;
}

div#contact .contact-way span.contact-num {
  align-items: center;
  display: flex;
  justify-content: center;
}

div#contact .contact-way span.contact-num img {
  height: auto;
  margin-right: 15px;
  width: 37px;
}

div#contact .contact-way span.contact-num img.mail_icon {
  padding: 20px 0;
}

div#contact .contact-way span.contact-num img.mail_address {
  margin-right: 0;
  padding: 20px 0;
  width: calc(85% - 37px);
}

/* ------------------------------------------------------------
レスポンシブ対応
------------------------------------------------------------ */
@media screen and (max-width: 1080px) {
  /* ------------------------------------------------------------
    法人様向け
    ------------------------------------------------------------ */
  .corporate-business #first-img .catch-copy p:nth-of-type(2) {
    line-height: 1.7;
  }
  div#strength .strength-points .strength-point {
    margin-right: 4% !important;
    width: 48%;
  }
  div#strength .strength-points .strength-point:nth-of-type(2), div#strength .strength-points .strength-point:nth-of-type(4), div#strength .strength-points .strength-point:last-of-type {
    margin-right: 0 !important;
  }
  .show-sp {
    display: unset;
  }
}

@media screen and (max-width: 768px) {
  #about-shareholder,
  #about-company {
    font-size: 16px;
  }
  #about-shareholder table th,
  #about-shareholder table td,
  #about-company table th,
  #about-company table td {
    padding: 7px 10px;
  }
  #business-partner ul.partner-list {
    grid-template-columns: 1fr;
  }
  /* ------------------------------------------------------------
    法人様向け
    ------------------------------------------------------------ */
  div#contact .inner {
    flex-direction: column;
    gap: 30px;
  }
  div#contact .inner .contact-info {
    width: 100%;
  }
  div#contact .inner .contact-way a,
  div#contact .inner .contact-way div {
    line-height: 2;
    max-width: 550px;
    width: 100%;
    margin: auto;
  }
  .corporate-business #first-img .catch-copy {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 650px) {
  div#strength .strength-points .strength-point:last-of-type {
    width: 100% !important;
  }
}

@media screen and (max-width: 540px) {
  .corporate-business #first-img {
    background-size: cover;
    height: 315px;
  }
  .corporate-business #first-img .catch-copy {
    font-size: 7vw;
  }
  div#strength .strength-points .strength-point {
    margin-right: 0 !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 414px) {
  .sec-title {
    margin-bottom: 35px;
  }
  #about-shareholder table br.sp,
  #about-company table br.sp {
    display: block;
  }
  #about-shareholder table th,
  #about-shareholder table td,
  #about-company table th,
  #about-company table td {
    line-height: 1.5;
    min-width: 6em;
  }
  #about-shareholder table th.p-mark a,
  #about-shareholder table td.p-mark a,
  #about-company table th.p-mark a,
  #about-company table td.p-mark a {
    width: 70px;
  }
}
