@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  clear: both;
  color: inherit;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* ------------------------------------------------------------
common 事業ページ共通
------------------------------------------------------------ */
.sec-title {
  font-size: min(7vw,38px);
  text-align: center;
  margin-bottom: 70px;
}

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

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

.sec-title span {
  font-weight: normal;
  font-size: min(4vw, 18px);
  display: block;
  color: #e8311f;
  line-height: 1.5;
  margin-top: 20px;
}

section:not(:last-of-type) {
  margin-bottom: min(18vw, 150px) !important;
}

.contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}

.business-fv {
  margin-bottom: min(18vw, 100px);
}

.business-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.business-info .bus-logo {
  width: min(97%, 350px);
  height: min(40vw, 220px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  padding-bottom: 20px;
}

.business-info .bus-logo img {
  width: 70%;
  height: auto;
}

.business-info .bus-detail {
  width: min(100%, 365px);
  height: min(65vw, 275px);
  min-width: 365px;
  box-shadow: 0 8px 28px #edecea;
  position: relative;
  padding: 20px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.business-info .bus-detail:before {
  content: "";
  display: block;
  width: 100%;
  height: 2em;
  background: #fff;
  position: absolute;
  top: -1.9em;
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.business-info .bus-detail .bus-name div {
  font-size: min(5.5vw, 24px);
  font-weight: bold;
}

.business-info .bus-detail .bus-name div:before {
  content: "";
  width: 14px;
  height: 1em;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.business-info .bus-detail .bus-name div.greenC:before {
  background-color: #69bc11;
}

.business-info .bus-detail .bus-name div.ikka:before {
  background-color: #ce0057;
}

.business-info .bus-detail .bus-name div.denki110:before {
  background-color: #f3c808;
}

.business-info .bus-detail .bus-name div.shuriya:before {
  background-color: #3d2718;
}

.business-info .bus-detail .bus-name div.iecook:before {
  background-color: #301706;
}

.business-info .bus-detail .bus-name div.light-blue-greenC:before {
  background-color: #00acab;
}

.business-info .bus-detail .bus-name div.iekeeping:before, .business-info .bus-detail .bus-name div.ienonaka-service:before {
  background-color: #f6ab00;
}

.business-info .bus-detail .bus-name p {
  padding-left: 1.5em;
  line-height: 1.5;
}

.business-info .bus-detail .bus-info div {
  line-height: 1.2;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 10px;
}

.business-info .bus-detail .bus-info div span {
  font-size: 14px;
}

.business-info .bus-detail .bus-info div:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../img/star_icon.webp) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.business-info .bus-detail .bus-info a {
  color: #0202ff;
  display: flex;
  align-items: center;
}

.business-info .bus-detail .bus-info a:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../img/hp_icon.webp) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

/* ------------------------------------------------------------
contact 事業ページ共通
------------------------------------------------------------ */
.contact {
  background: #f5f4eb;
  padding: min(18vw, 100px) 0;
}

.contact .inner {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.contact .inner .contact-way {
  width: 35%;
}

.contact .inner .contact-way 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;
}

.contact .inner .contact-way h2 span {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

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

.contact .inner .contact-way img {
  width: auto;
  max-height: 60px;
}

.contact .inner .contact-way .contact-text {
  font-size: min(4.5vw, 24px);
  font-weight: bold;
  line-height: 1.5;
}

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

.contact .inner .contact-phone .contact-text {
  background: #b0d399;
  border-radius: 50px;
  color: #fff;
  font-size: min(4.5vw, 24px);
  padding: 7px 15px;
}

.contact .inner .contact-phone .contact-num {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contact .inner .contact-phone .contact-num img {
  height: auto;
  margin-right: 15px;
  width: 37px;
}

.contact .inner .contact-phone .contact-num img.mail_icon {
  padding: 20px 0;
}

.contact .inner .contact-phone .contact-num img.mail_address {
  margin-right: 0;
  padding: 20px 0;
  width: calc(85% - 37px);
}

/* ------------------------------------------------------------
real-estate-x 不動産事業
------------------------------------------------------------ */
.real-estate-x {
  align-items: flex-start;
}

.real-estate-x .bubble {
  background: #f1c62b;
  font-size: min(6.5vw, 30px);
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0 min(10vw, 70px);
  border-radius: 50px;
  position: relative;
  display: inline-block;
}

.real-estate-x .bubble:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #f1c62b;
  position: absolute;
  bottom: -16px;
  left: 20px;
  clip-path: polygon(40% 0, 100% 30%, 0 100%);
}

.real-estate-x p {
  font-size: min(6.5vw, 36px);
  line-height: 1.5;
  margin: 30px 0 20px;
  font-weight: bold;
}

.real-estate-x img {
  margin: auto;
  transition: all 0.5s ease-in;
}

.real-estate-x .detail-link {
  font-size: 13px;
  color: #3f3f41;
  position: relative;
  margin-top: 50px;
  width: 100%;
  text-align: right;
  padding-right: 1.5em;
  line-height: 1;
}

.real-estate-x .detail-link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #9E9E9E;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.real-estate-x:hover img {
  transform: scale(1.1, 1.1);
}

/* ------------------------------------------------------------
emergency メンテナンス事業
------------------------------------------------------------ */
#emergency .contents {
  gap: min(7vw, 50px);
}

#emergency .contents 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;
}

#emergency .contents div img {
  width: auto;
  height: min(22vw, 110px);
  opacity: 1;
}

#emergency .contents div span {
  line-height: 1.2;
}

#emergency .contents 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;
}

#emergency .contents 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;
}

#emergency .contents div.denki-icon:before, #emergency .contents div.denki-icon:after {
  background-color: #fff7db;
}

#emergency .contents div.key-icon:before, #emergency .contents div.key-icon:after {
  background-color: #fff1e8;
}

#emergency .contents div.mushi-icon:before, #emergency .contents div.mushi-icon:after {
  background-color: #fff6ea;
}

#emergency .contents div.pc-icon:before, #emergency .contents div.pc-icon:after {
  background-color: #ecf6ff;
}

#emergency .contents div.glass-icon:before, #emergency .contents div.glass-icon:after {
  background-color: #f4f4ff;
}

/* ------------------------------------------------------------
denki-bus メンテナンス事業
------------------------------------------------------------ */
#denki-bus {
  display: flex;
  align-items: flex-start;
}

#denki-bus > div {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

#denki-bus .denki-bus-present {
  position: relative;
  width: 45%;
}

#denki-bus .denki-bus-present img {
  width: min(100%, 329px);
}

#denki-bus article {
  background: none;
  box-shadow: none;
  padding: 25px 0;
}

#denki-bus .swiper-container {
  bottom: 0;
  left: 0;
  width: 50%;
}

#denki-bus .swiper-slide {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  transform: scale(0.8);
  transition: 300ms;
}

#denki-bus .swiper-slide .electrical-photo {
  position: relative;
  transform: skewX(-8deg);
  z-index: 0;
}

#denki-bus .swiper-slide .electrical-photo img {
  height: 400px;
  transform: skewX(8deg);
  width: 345px;
}

#denki-bus .swiper-slide .electrical-photo:before {
  box-shadow: 2px 4px 7px rgba(0, 55, 85, 0.38);
  content: "";
  display: block;
  height: 100%;
  left: 9%;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 82.2%;
  z-index: -1;
}

#denki-bus .swiper-slide .electrical-photo:after {
  background: #252525;
  content: "";
  display: block;
  height: 100%;
  left: 9%;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 82.2%;
  z-index: 1;
}

#denki-bus .swiper-slide-active,
#denki-bus .swiper-slide-duplicate-active {
  opacity: 1;
  transform: scale(1);
  z-index: 999;
}

#denki-bus .swiper-slide-active .electrical-photo:after,
#denki-bus .swiper-slide-duplicate-active .electrical-photo:after {
  display: none;
}

#denki-bus .swiper-slide-next,
#denki-bus .swiper-slide-duplicate-next {
  opacity: 1;
  z-index: 99;
}

#denki-bus .swiper-slide-prev,
#denki-bus .swiper-slide-duplicate-prev {
  opacity: 1;
}

/* ------------------------------------------------------------
ikka
------------------------------------------------------------ */
#ikka .contents {
  background: #f5f4eb;
  padding: 50px 0;
  margin-top: 200px;
}

#ikka .contents > div {
  display: flex;
  justify-content: flex-end;
}

#ikka .contents > div .business-info {
  bottom: 0;
  left: 0;
  padding-bottom: 25px;
  position: absolute;
  width: 45%;
}

#ikka .contents > div .business-info .bus-detail {
  height: 180px;
}

#ikka .contents > div .ikka-bus-present {
  width: 55%;
  position: relative;
}

#ikka .contents > div .ikka-bus-present .ikka-bus-text {
  position: absolute;
  right: 0;
  top: -8em;
  font-size: 24px;
  font-weight: bold;
  max-width: 90%;
  left: 0;
}

#ikka .contents > div .ikka-bus-present .ikka-bus-text span {
  color: #f6ab00;
}

#ikka .contents > div .ikka-bus-present article {
  padding: 0 0 40px;
}

#ikka .contents > div .ikka-bus-present img {
  width: auto;
}

.youtube {
  background: #f5f4eb;
  padding: 50px 0;
}

.youtube .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.youtube .inner img {
  width: min(100%, 335px);
  transition: all 0.5s ease-in;
}

.youtube .inner .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.youtube .inner .text .bubble {
  display: flex;
  background: #fff;
  font-size: min(5.5vw, 30px);
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  color: #57c2af;
  padding: 5px min(5vw, 70px);
  border-radius: 50px;
  position: relative;
  display: inline-block;
}

.youtube .inner .text .bubble:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #fff;
  position: absolute;
  bottom: -16px;
  left: 20px;
  clip-path: polygon(40% 0, 100% 30%, 0 100%);
}

.youtube .inner .text p {
  font-size: min(7vw, 36px);
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

.youtube .inner .text .detail-link {
  font-size: 13px;
  color: #3f3f41;
  position: relative;
  margin-top: 50px;
  width: 100%;
  text-align: right;
  padding-right: 1.5em;
  line-height: 1;
}

.youtube .inner .text .detail-link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #9E9E9E;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.youtube .inner:hover img {
  transform: scale(1.1, 1.1);
}

/* ------------------------------------------------------------
レスポンシブ対応
------------------------------------------------------------ */
@media screen and (max-width: 1080px) {
  .youtube .inner {
    align-items: center;
    flex-direction: column;
  }
  #denki-bus .swiper-slide .electrical-photo img {
    height: 313px;
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .contact .inner {
    flex-direction: column;
    gap: 30px;
  }
  .contact .inner .contact-way,
  .contact .inner .contact-phone {
    width: min(100%, 500px);
    text-align: center;
    margin: auto;
  }
  #ikka .contents {
    padding: 100px 0;
    margin-top: 320px;
  }
  #ikka .contents > div {
    flex-direction: column;
    align-items: center;
  }
  #ikka .contents > div .business-info {
    width: auto;
    left: unset;
    bottom: unset;
    top: -390px;
  }
  #ikka .contents > div .business-info .bus-logo {
    height: 180px;
  }
  #ikka .contents > div .ikka-bus-present {
    width: 100%;
  }
  #ikka .contents > div .ikka-bus-present .ikka-bus-text {
    position: unset;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  #denki-bus {
    flex-direction: column-reverse;
  }
  #denki-bus .swiper-container,
  #denki-bus .denki-bus-present {
    width: 100%;
  }
  #denki-bus .denki-bus-present {
    margin-bottom: 50px;
  }
  #denki-bus article {
    padding-top: 0;
  }
  .real-estate-x {
    text-align: center;
  }
}

@media screen and (max-width: 414px) {
  .sec-title {
    margin-bottom: 35px;
  }
  .business-info .bus-logo img {
    width: 60%;
  }
  .business-info .bus-detail {
    min-width: 335px;
  }
  #denki-bus .swiper-slide .electrical-photo img {
    height: 191px;
    width: 165px;
  }
}
