<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: inherit;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
}

@font-face {
  font-family: "源ノ角ゴシック";
  src: url("../fonts/SourceHanSans-Normal.otf") format("opentype");
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: "源ノ角ゴシック";
  word-break: break-all;
}

img {
  vertical-align: top;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  a {
    cursor: pointer;
  }
}
/*==============================================================================
font-family
============================================================================= */
.montserrat {
  font-family: "Montserrat", sans-serif;
}

@font-face {
  font-family: "A1MinchoStd";
  src: url("../fonts/A-OTF-A1MinchoStd-Bold.otf") format("opentype");
}
.a1 {
  font-family: "A1MinchoStd";
}

@font-face {
  font-family: "源ノ角ゴシックBold";
  src: url("../fonts/SourceHanSans-Bold.otf") format("opentype");
}
.genkaku-b {
  font-family: "源ノ角ゴシックBold";
}

.genkaku {
  font-family: "源ノ角ゴシック";
}

@media screen and (min-width: 768px) {
  .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 0 0;
  }
  .navigation-link {
    margin: 0 1.125rem 0 0;
    padding: 0 0 0.3125rem;
    color: #010101;
    border-bottom: 0.0625rem solid #dadedd;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  .navigation-arrow {
    width: 0.3125rem;
    margin: 0 1.25rem 0 0;
  }
  .navigation-now {
    padding: 0 0 0.3125rem;
    color: #010101;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.875rem 0 0;
  }
  .navigation-link {
    margin: 0 1.25rem 0 0;
    padding: 0 0 0.3125rem;
    color: #010101;
    border-bottom: 0.0625rem solid #dadedd;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
  .navigation-arrow {
    width: 0.5625rem;
    margin: 0 1.25rem 0 0;
  }
  .navigation-now {
    padding: 0 0 0.3125rem;
    color: #010101;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 16.4375rem;
  }
  .header-btn {
    width: 6.25rem;
    margin: 0 -1.875rem 0 0;
  }
  .header-nav {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 6.25rem;
    left: 0;
    -webkit-transform: translatex(120%);
            transform: translatex(120%);
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: opacity 1s ease, -webkit-transform 0.5s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 1s ease;
    transition: transform 0.5s ease, opacity 1s ease, -webkit-transform 0.5s ease;
    pointer-events: none;
    z-index: 10;
    visibility: hidden;
  }
  .header-nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    transition: opacity 1s ease, -webkit-transform 0.5s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 1s ease;
    transition: transform 0.5s ease, opacity 1s ease, -webkit-transform 0.5s ease;
    pointer-events: all;
    visibility: visible;
  }
  .header-nav-inner {
    padding: 7.5rem 0 0;
  }
  .header-nav-category {
    margin: 0 0 2.8125rem 5rem;
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
  }
  .header-nav-btn {
    position: relative;
    width: 26.75rem;
    margin: 6.25rem auto 0;
    padding: 3.25rem 0 2.9375rem 9.5rem;
    background: url("../images/header-nav-btn.webp") no-repeat center/contain;
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
  }
  .header-nav-btn::after {
    content: "";
    position: absolute;
    top: 3.75rem;
    right: 9.6875rem;
    width: 3.125rem;
    height: 0.625rem;
    background: url("../images/concept-link-arrow.webp") no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 13.1875rem;
  }
  .header-btn {
    width: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    padding: 1.8125rem 0 7.4375rem;
    background: url("../images/electric/electric-bg.webp") no-repeat center/cover;
  }
  .fv-categorys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 4.6875rem;
  }
  .fv-categorys a {
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .fv-categorys a:nth-child(1) {
    margin: 0 4.4375rem 0 0;
  }
  .fv-categorys a:nth-child(2), .fv-categorys a:nth-child(3) {
    margin: 0 2.8125rem 0 0;
  }
  .fv-categorys a:nth-child(4) {
    margin: 0 4rem 0 0;
  }
  .fv h1 {
    position: relative;
    margin: 0 0 2.5625rem;
    font-weight: 300;
    font-size: 3.75rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .fv-txt {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .intro-inner {
    padding: 7.8125rem 0 10rem;
  }
  .intro-top {
    margin: 0 0 1rem;
    color: #00aacc;
    font-weight: 300;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
  .intro h2 {
    margin: 0 0 3.5rem;
    color: #030303;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .intro-main{
    position: relative;
  }
  .intro-main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.3rem;
    height: 76.875rem;
    background: url("../images/electric/intro-arrow.webp") no-repeat center / cover;
  }
  .intro-txt01 {
    margin: 0 0 7.93rem;
    color: #030303;
    font-size: 1rem;
    line-height: 1.87;
    letter-spacing: 0.1em;
  }
  .intro-ttls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 0 3.75rem;
  }
  
  .intro-num01 {
    width: 5.3125rem;
    margin: 0 3.125rem 0 0;
  }
  
  .intro-ttl {
    color: #00aacc;
    font-weight: bold;
    font-size: 2.125rem;
    letter-spacing: 0.1em;
  }
  
  .intro-img01 {
    width: 37.9375rem;
    margin: 1.9375rem 0 3.18rem 6.5rem;
  }
  
  .intro-num02 {
    width: 6.5625rem;
    margin: 0 1.9375rem 0 0;
  }
  
  .intro-img02 {
    width: 37.9375rem;
    margin: 1.8125rem 0 4.93rem 6.5rem;
  }
  
  .intro-num03 {
    width: 6.5625rem;
    margin: 0 1.75rem 0 0;
  }
  
  .intro-img03 {
    width: 17.3125rem;
    margin: 1rem 0 1.875rem 17.875rem;
  }
  
  .intro-num04 {
    width: 6.4375rem;
    margin: 0 2rem 0 0;
  }
  
  .intro-reason {
    margin: 4.875rem 0 0;
    padding: 2.375rem 0 2.8125rem 7.75rem;
    border-radius: 2.5rem;
    background: #f5f8f7;
  }
  
  .intro-reason-ttl {
    margin: 0 0 2.375rem;
    color: #030303;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
  
  .intro-reason-txt {
    position: relative;
    padding: 0 0 0 2.8125rem;
    color: #030303;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .intro-reason-txt::before{
    content: '';
    position: absolute;
    top: 0;
    left: .5rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url("../images/electric/intro-check.webp") no-repeat center / cover;
  }
  
  .merit-inner {
    padding: 0 0 1.25rem;
  }
  .merit h2 {
    margin: 0 0 3.8125rem;
    color: #0d0d0d;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
  .merit-top {
    margin: 0 0 4.375rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .merit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .merit-item {
    width: 35rem;
    margin: 0 0 5rem;
  }
  .merit-item-ttls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 26.25rem;
    margin: 0 0 1.25rem;
    padding: 0.8125rem 0 0.8125rem 1.1875rem;
    border-radius: 0.3125rem;
    background: #00aacc;
    color: #ffffff;
  }
  .merit-item-num {
    margin: 0 1.4375rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
  .merit-item-num span {
    font-size: 1.375rem;
  }
  .merit-item-ttl {
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .merit-item-txt {
    margin: 0 0 0.9375rem;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.875;
  }
  .merit-item-txt02 {
    margin: 3.8125rem 0 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 2.12;
  }
  .merit-item:nth-child(2) .merit-item-ttls {
    width: 25rem;
  }
  .merit-item:nth-child(3) .merit-item-ttls {
    width: 25.625rem;
  }
  .implement-inner {
    padding: 0 0 9.375rem;
  }
  .implement h2 {
    margin: 0 0 4rem;
    color: #0d0d0d;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
  .implement-txt {
    margin: 0 0 2.3125rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .implement-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0.625rem;
    padding: 2.5rem 0 2.1875rem 2.3125rem;
    background: #f5f8f7;
    border-radius: 1.875rem;
  }
  .implement-item-num {
    width: 2.8125rem;
    margin: 0 3.75rem 0 0;
  }
  .implement-item-ttl {
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .implement-item-ttl .blue {
    color: #00aacc;
  }
  .implement-item-ttl .red {
    color: #ff0000;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv-bg {
    padding: 6.25rem 0;
    background: url("../images/electric/electric-bg-sp.webp") no-repeat center/cover;
  }
  .fv h1 {
    position: relative;
    margin: 0 0 1.25rem 1.875rem;
    font-weight: 300;
    font-size: 3.7rem;
    letter-spacing: 0.1em;
  }
  .fv h1 span {
    padding: 0 0.9375rem;
    background: #ffffff;
    line-height: 1.4;
  }
  .fv-txt {
    margin: 0 0 0 3.125rem;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
  }
  .intro-inner {
    padding: 6.25rem 0 7.8125rem;
  }
  .intro-top {
    margin: 0 0 2.1875rem;
    color: #00aacc;
    font-weight: 300;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .intro h2 {
    margin: 0 0 3.5rem;
    color: #030303;
    font-size: 3.125rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .intro-txt01 {
    margin: 0 0 6.75rem;
    color: #030303;
    font-size: 1.625rem;
    line-height: 1.76;
    letter-spacing: 0.06em;
  }

  .intro-ttls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .intro-num01 {
    width: 5.3125rem;
    margin: .7rem 2.75rem 0 0;
  }
  
  .intro-ttl {
    color: #00aacc;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    line-height: 1.444;
  }
  
  .intro-img01 {
    margin: 2.1875rem 0 5.125rem;
  }
  
  .intro-num02 {
    width: 6.5625rem;
    margin: .7rem 1.6875rem 0 0;
  }
  
  .intro-img02 {
    margin: 1.9375rem 0 4.9375rem;
  }
  
  .intro-num03 {
    width: 6.6875rem;
    margin: .7rem 1.375rem 0 0;
  }
  
  .intro-img03 {
    width: 17.0625rem;
    margin: 3.75rem 0 1.25rem 12.8125rem;
  }
  
  .intro-num04 {
    width: 6.4375rem;
    margin: .7rem 1.625rem 0 0;
  }
  
  .intro-reason {
    margin: 5rem 0 0;
    padding: 2.5rem 3.5rem 3.125rem 7.5rem;
    border-radius: 2.5rem;
    background: #f5f8f7;
  }
  
  .intro-reason-ttl {
    margin: 0 0 2.1875rem;
    color: #030303;
    font-weight: bold;
    font-size: 2.375rem;
    letter-spacing: 0.1em;
  }
  
  .intro-reason-txt {
    position: relative;
    color: #030303;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    line-height: 1.68;
  }
  .intro-reason-txt::before{
    content: '';
    position: absolute;
    top: 1rem;
    left: -5rem;
    width: 2.875rem;
    height: 2.875rem;
    background: url("../images/electric/intro-check.webp") no-repeat center / cover;
  }

  .merit-inner {
    padding: 0 0 12.5rem;
  }
  .merit h2 {
    margin: 0 0 3.125rem;
    color: #0d0d0d;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.62;
  }
  .merit-top {
    margin: 0 1.25rem 4.375rem 0;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.76;
  }
  .merit-item {
    margin: 0 0 5rem;
  }
  .merit-item-ttls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 39.3125rem;
    margin: 0 0 2.1875rem;
    padding: 1.125rem 0 1.125rem 1.1875rem;
    border-radius: 0.3125rem;
    background: #00aacc;
    color: #ffffff;
  }
  .merit-item-num {
    margin: 0 1.4375rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .merit-item-num span {
    font-size: 2rem;
  }
  .merit-item-ttl {
    color: #ffffff;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
  }
  .merit-item-txt {
    margin: 0 0.625rem 1.5625rem 0;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.76;
  }
  .merit-item-txt02 {
    position: absolute;
    bottom: 6.875rem;
    left: 0;
    margin: 3.8125rem 0 0;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    line-height: 1.76;
  }
  .merit-item:nth-child(2) .merit-item-ttls {
    width: 36.875rem;
  }
  .implement-inner {
    padding: 0 0 9.375rem;
  }
  .implement h2 {
    margin: 0 0 3.625rem;
    color: #0d0d0d;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
  .implement-txt {
    margin: 0 0 2.3125rem;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
  }
  .implement-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0.625rem;
    padding: 1.6875rem 0 1.625rem 1.875rem;
    background: #f5f8f7;
    border-radius: 1.875rem;
  }
  .implement-item:nth-child(2) .implement-item-num {
    margin: 0 1.875rem 0 0;
  }
  .implement-item-num {
    width: 4.6875rem;
    margin: 0 3.375rem 0 0;
  }
  .implement-item-ttl {
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.6;
  }
  .implement-item-ttl .blue {
    color: #00aacc;
  }
  .implement-item-ttl .red {
    color: #ff0000;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-bg01 {
    padding: 6.25rem 0;
    background: url("../images/footer-bg01-sp.webp") no-repeat center/cover;
  }
  .footer h2 {
    margin: 0 0 2.625rem;
    color: #ffffff;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .footer-contact {
    position: relative;
    width: 39.375rem;
    margin: 0 auto;
    padding: 2.3125rem 0;
    color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcffff), to(#dffaff));
    background: linear-gradient(to bottom, #fcffff, #dffaff);
    border-radius: 3.125rem;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .footer-contact::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 7.0625rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #ff7800;
    border-radius: 50%;
  }
  .footer-contact::after {
    content: "";
    position: absolute;
    top: 2.8125rem;
    right: 6.875rem;
    width: 1.875rem;
    height: 0.625rem;
    background: url("../images/footer-contact-arrow.webp") no-repeat center/contain;
  }
  .footer-bg02 {
    padding: 5.0625rem 0 11.875rem;
    background: #80a4b2;
  }
  .footer-inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 auto;
  }
  .footer-logo {
    position: absolute;
    bottom: -7.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 16.4375rem;
    margin: 0 19.75rem 0 0;
  }
  .footer-categories {
    margin: 0 0 0 1.875rem;
  }
  .footer-category {
    margin: 0 0 2.0625rem;
    color: #ffffff;
    font-weight: bold;
    font-family: "源ノ角ゴシックBold";
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .footer-category-mini {
    margin: 0 0 1.125rem 0.9375rem;
    color: #ffffff;
    font-size: 1.375rem;
    letter-spacing: 0.08em;
  }
  .footer-category-contact {
    width: 21.8125rem;
    margin: 3.125rem 0 0;
    padding: 1.1875rem 0;
    background: #ff7800;
    border-radius: 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .footer-bg03 {
    padding: 2.375rem 0;
    background: #6e96a5;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg01 {
    padding: 3.75rem 0 4.375rem;
    background: url("../images/footer-bg01.webp") no-repeat center/cover;
  }
  .footer h2 {
    margin: 0 0 3.1875rem;
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .footer-contact {
    position: relative;
    width: 43.75rem;
    margin: 0 auto;
    padding: 2.5rem 0;
    color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcffff), to(#dffaff));
    background: linear-gradient(to bottom, #fcffff, #dffaff);
    border-radius: 3.125rem;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .footer-contact::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 10.5rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #ff7800;
    border-radius: 50%;
  }
  .footer-contact::after {
    content: "";
    position: absolute;
    top: 2.8125rem;
    right: 10.625rem;
    width: 1.875rem;
    height: 0.625rem;
    background: url("../images/footer-contact-arrow.webp") no-repeat center/contain;
  }
  .footer-bg02 {
    padding: 3.75rem 0;
    background: #80a4b2;
  }
  .footer-inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 62.5rem;
    margin: 0 auto;
  }
  .footer-logo {
    width: 13.1875rem;
    margin: 5.625rem 19.75rem 0 0;
  }
  .footer-categories {
    margin: 0 2.9375rem 0 0;
  }
  .footer-category {
    margin: 0 0 1.4375rem;
    color: #ffffff;
    font-family: "源ノ角ゴシックBold";
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
  .footer-category-mini {
    margin: 0 0 0.9375rem 0.9375rem;
    color: #ffffff;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
  }
  .footer-category-contact {
    width: 13.8125rem;
    margin: 2.5rem 0 0;
    padding: 0.875rem 0;
    background: #ff7800;
    border-radius: 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .footer-bg03 {
    padding: 2.375rem 0;
    background: #6e96a5;
    color: #ffffff;
    font-weight: 300;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
}</pre></body></html>