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

/* 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 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  margin-top: 0 !important;
}

/* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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: -0.25em;
}

sup {
  top: -0.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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
  padding: 0;
  min-width: 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;
}

/**
 * 1. 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 */
}

/**
 * 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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.footer {
  background: #303030;
  padding: 40px 0px;
}
@media screen and (max-width: 540px) {
  .footer {
    padding: 24px 0px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px 40px 0px;
  width: 100%;
  height: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 10px;
    padding: 0 20px;
  }
}
.footer__innerItem {
  max-width: 900px;
  width: 100%;
}
.footer__innerItem .footerImg {
  width: 100%;
}
.footer .copyright {
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .footer .copyright {
    font-size: 0.75rem;
  }
}

.main-contents {
  text-align: center;
}

.wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .wrapper {
    max-width: 540px;
  }
}
.wrapper img {
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .wrapper img {
    max-width: 540px;
  }
}
.wrapper .mitsumori-smallImg {
  max-width: 40%;
}
@media screen and (max-width: 540px) {
  .wrapper .mitsumori-smallImg {
    max-width: 80%;
  }
}
.wrapper .mitsumori-normal {
  max-width: 90%;
}
.wrapper .mitsumori-around {
  max-width: 90%;
}

section {
  margin-bottom: 20px;
}

body {
  font-family: "Tsukushi Gothic";
  font-style: normal;
}

/*---スマホ時改行--*/
@media screen and (max-width: 540px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
/*---タブレット時改行--*/
@media screen and (min-width: 541px) and (max-width: 1279px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
}
/*---PC時改行--*/
@media screen and (min-width: 1280px) {
  .pc-br {
    display: block;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: none;
  }
}
.top01-img {
  width: 100%;
}

.mitsumori .mitsumori-text {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  text-align: left;
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
  font-family: var(--s-font-31a2f657);
}
@media screen and (max-width: 540px) {
  .mitsumori .mitsumori-text {
    font-size: 0.75rem;
    padding: 0 23px;
  }
}

.contents {
  margin: 20px 0;
}
@media screen and (max-width: 540px) {
  .contents .mitsumori {
    width: 90%;
  }
}
@media screen and (max-width: 540px) {
  .contents .top03-img {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
  }
}
.contents .mitsumori-text {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
  max-width: 77%;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .contents .mitsumori-text {
    font-size: 0.8125rem;
    max-width: 100%;
    padding: 0 25px;
  }
}

.moushikomi {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 540px) {
  .moushikomi {
    margin: 20px 0;
  }
}
@media screen and (max-width: 540px) {
  .moushikomi img {
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 100%;
  }
}

.contents2 {
  margin-top: 62px;
}
@media screen and (max-width: 540px) {
  .contents2 {
    margin-top: 32px;
  }
  .contents2 .top11-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    max-width: 100%;
    width: 100%;
  }
  .contents2 .top12-img {
    width: 90%;
    margin-top: 13px;
  }
}

.around-blue {
  border: 10px solid #023692;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 10px auto;
  max-width: 900px;
  width: 95%;
  padding: 25px;
}
@media screen and (max-width: 540px) {
  .around-blue {
    border: 10px solid #8bd1ed;
    padding: 10px 0;
  }
}

.custemorVoice {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 540px) {
  .custemorVoice {
    margin-top: 32px;
  }
}
@media screen and (max-width: 540px) {
  .custemorVoice .custemorVoice__inner {
    width: 100%;
  }
}

.choice {
  margin-top: 62px;
}

.faq {
  margin: 62px 10px 50px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.faq__inner {
  border: 1px solid #797979;
  border-radius: 11px;
  height: auto;
  text-align: left;
  width: 100%;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.faq p {
  font-size: 1.75rem;
  color: #333333;
  height: auto;
  line-height: 1.5;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 540px) {
  .faq p {
    font-size: 1rem;
  }
}
.faq .qaImg {
  margin-top: 6px;
  height: 2.8rem;
  width: 2.3rem;
}
@media screen and (max-width: 540px) {
  .faq .qaImg {
    margin: 0;
    width: 1.7rem;
    height: 2rem;
  }
}
.faq .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.faq .question p {
  font-weight: bold;
}
.faq .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}

.around-rightblue {
  border: 10px solid #8bd1ed;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 10px auto;
  max-width: 900px;
  width: 95%;
  padding: 25px;
}
@media screen and (max-width: 540px) {
  .around-rightblue {
    padding: 10px 0;
  }
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 240px;
  width: 28.5714285714%;
  margin-right: 10px;
}
@media screen and (max-width: 540px) {
  .swiper-slide {
    width: 28.5714285714%;
    min-width: 175px;
    margin-right: 5px;
  }
}

.swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes slideLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.company {
  margin-top: 50px;
  border: 10px solid #EEE;
  background-color: #EEE;
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .company {
    border: 10px solid #fff;
    background-color: #fff;
  }
}
.company-bg {
  background-image: url("../img/solar_battery-img/company.jpg");
  height: 500px;
  width: 100%;
  background-position-x: 98%;
  background-position-y: 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}
@media screen and (max-width: 540px) {
  .company-bg {
    height: auto;
    padding: 10px;
    width: 100%;
    height: 250px;
    max-width: 540px;
    background-position-x: 55%;
  }
}
.company__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  width: 100%;
  max-width: 80%;
}
@media screen and (max-width: 540px) {
  .company__head {
    width: 100%;
    max-width: 95%;
    padding: 10px;
  }
}
.company__head .enHead {
  color: #FFFFFF;
  font-size: 4.5rem;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0px 0px 15px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 540px) {
  .company__head .enHead {
    font-size: 2rem;
  }
}
.company__head .jpHead {
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 540px) {
  .company__head .jpHead {
    font-size: 1rem;
  }
}

.shop {
  background-color: #FFF;
  padding: 60px 0;
}
@media screen and (max-width: 540px) {
  .shop {
    padding: 60px 0 0;
  }
}
.shop__inner {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 100%;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-bottom: 80px;
  padding: 0px 30px;
}
@media screen and (max-width: 540px) {
  .shop__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 400px;
    gap: 10px;
    padding: 0px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop__inner:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.shop__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 450px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .shop__innerItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shop__innerItem .shopName {
  color: #333333;
  font-family: var(--s-font-31a2f657);
  font-size: 28px;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  margin: 0px 0px 5px 0px;
  text-align: left;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .shop__innerItem .shopName {
    font-size: 1.25rem;
    text-align: center;
  }
}
.shop__innerItem .address {
  color: #333333;
  font-family: var(--s-font-31a2f657);
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  margin: 0px;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 540px) {
  .shop__innerItem .address {
    font-size: 0.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shop__innerItem .tel {
  border-bottom: 1px solid #2852b9;
  color: #333333;
  font-family: var(--s-font-31a2f657);
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.2;
  margin: 15px 0px 0px 0px;
  padding: 2px 5px 2px;
  text-align: left;
  width: 175px;
  -webkit-transition: ease-in;
  transition: ease-in;
}
@media screen and (max-width: 540px) {
  .shop__innerItem .tel {
    font-size: 1rem;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shop__innerItem .tel:hover {
  background-color: #2852b9;
  color: #fff;
  -webkit-transition: ease-in;
  transition: ease-in;
}
.shop__inner .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 540px) {
  .shop__inner .map {
    max-width: 390px;
    width: 100%;
  }
}
.shop .lastItem {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60px;
}
@media screen and (max-width: 540px) {
  .shop .lastItem {
    margin-bottom: 10px;
  }
}