@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;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", serif;
  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;
  }
}
@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;
    width: 61.25rem;
    padding: 0.75rem 0;
  }
  .header h1 {
    width: 13.125rem;
  }
  .header-phone {
    width: 15.1875rem;
  }
}
@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;
    width: 43.125rem;
  }
  .header h1 {
    width: 13.8125rem;
  }
  .header-phone {
    width: 6.25rem;
    margin: 0 -1.875rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-bg {
    padding: 2.9375rem 0 3.25rem;
    background: #164b92;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    padding: 2.3125rem 0;
    background: #164b92;
    color: #ffffff;
    font-weight: 300;
    font-size: 0.75rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) {
  .fv-inner {
    width: 61.25rem;
  }
  .fv-bg {
    padding: 4.6875rem 0 4.375rem;
    background: url("../images/fv-bg.webp") no-repeat center/cover;
  }
  .fv-band {
    width: 31.125rem;
    margin: 0 0 1.5rem;
    padding: 1.25rem 0;
    background: url("../images/fv-band.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .fv h2 {
    width: 30.75rem;
    margin: 0 0 1.4375rem;
  }
  .fv-date {
    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;
    gap: 1.5625rem;
    margin: 0 0 0 1.25rem;
  }
  .fv-date-txt {
    color: #282728;
    font-size: 2.125rem;
    letter-spacing: 0.02em;
  }
  .fv-date-arrow {
    width: 2.8125rem;
  }
  .fv-zero {
    width: 31.5625rem;
    margin: 0 0 0 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv-bg {
    padding: 3.75rem 0 18.75rem;
    background: url("../images/fv-bg-sp.webp") no-repeat center/cover;
  }
  .fv-band {
    width: 100%;
    margin: 0 0 2.4375rem;
    padding: 1.25rem 0;
    background: url("../images/fv-band-sp.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 2.125rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .fv h2 {
    margin: 0 0 1.3125rem;
  }
  .fv-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
  }
  .fv-date-txt {
    color: #282728;
    font-size: 2.125rem;
    letter-spacing: 0.02em;
  }
  .fv-date-arrow {
    width: 2.8125rem;
  }
  .fv-zero {
    width: 46.875rem;
    margin: 0 0 0 -1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .simulation {
    position: relative;
    z-index: 5;
    margin: -5rem 0 0;
  }
  .simulation-bg {
    padding: 5.5625rem 0 5.75rem;
    background: url("../images/simulation-mist.webp") no-repeat top/cover;
  }
  .simulation h2 {
    width: 57.1875rem;
    margin: 0 auto 2.5rem;
  }
  .simulation-box {
    padding: 1.875rem 2.375rem 2.8125rem;
    background: #ffffff;
  }
  .simulation-box-step01 {
    margin: 0 0 2.75rem;
  }
  .simulation-box-step {
    margin: 0 0 1.25rem;
  }
  .simulation-box-wrap {
    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;
  }
  .simulation-box-category {
    margin: 0 0 0.625rem;
    color: #282728;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-system-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.875rem;
    height: 13.5625rem;
    margin: 0 0 0.9375rem;
    border: 1px solid #ebebeb;
  }
  .simulation-box-system-img img {
    width: auto;
    max-width: 16.875rem;
    max-height: 13.5625rem;
  }
  .simulation-box-model-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.875rem;
    height: 13.5625rem;
    margin: 0 0 0.9375rem;
    border: 1px solid #ebebeb;
  }
  .simulation-box-model-img img {
    width: auto;
    max-width: 16.875rem;
    max-height: 13.5625rem;
  }
  .simulation-box-horsepower-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.875rem;
    height: 13.5625rem;
    margin: 0 0 0.9375rem;
  }
  .simulation-box-horsepower-img img {
    width: auto;
    max-width: 16.875rem;
    max-height: 13.5625rem;
  }
  .simulation-box-model_year-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.875rem;
    height: 13.5625rem;
    margin: 0 0 0.9375rem;
  }
  .simulation-box-model_year-img img {
    width: auto;
    max-width: 16.875rem;
    max-height: 13.5625rem;
  }
  .simulation-box-selectbox {
    position: relative;
  }
  .simulation-box-selectbox::before, .simulation-box-selectbox::after {
    position: absolute;
    right: 0.9375rem;
    width: 0.58125rem;
    height: 0.5rem;
    background-color: #535353;
    content: "";
    pointer-events: none;
  }
  .simulation-box-selectbox::before {
    top: 0.0625rem;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .simulation-box-selectbox::after {
    bottom: 0.0625rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .simulation-box-selectbox select {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 16.875rem;
    padding: 1.0625rem 0 1.0625rem 0.9375rem;
    border-radius: 0.625rem;
    border: 1px solid #a7a7a7;
    color: #282728;
    background: #ffffff;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-selectbox02 {
    position: relative;
  }
  .simulation-box-selectbox02::before, .simulation-box-selectbox02::after {
    position: absolute;
    right: 0.9375rem;
    width: 0.58125rem;
    height: 0.5rem;
    background-color: #535353;
    content: "";
    pointer-events: none;
  }
  .simulation-box-selectbox02::before {
    top: 0.0625rem;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .simulation-box-selectbox02::after {
    bottom: 0.0625rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .simulation-box-selectbox02 select {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 13.75rem;
    padding: 1.125rem 0 1rem 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid #a7a7a7;
    color: #282728;
    background: #ffffff;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-subttl {
    margin: 1.0625rem 0 0.625rem;
    color: #164b92;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-close {
    cursor: pointer;
    width: 4.625rem;
    margin: 0.6875rem 0 0 auto;
    padding: 0.6875rem 0;
    background: #eeeeee;
    border: 1px solid #a7a7a7;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .simulation-box-add {
    cursor: pointer;
    position: relative;
    width: 14.8125rem;
    margin: 3.5625rem 0 0;
    padding: 1rem 0 1.0625rem 3.375rem;
    border-radius: 0.625rem;
    background: #164b92;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-add::before {
    content: "";
    position: absolute;
    top: 1.375rem;
    left: 1.375rem;
    width: 0.9375rem;
    height: 0.25rem;
    background: #ffffff;
  }
  .simulation-box-add::after {
    content: "";
    position: absolute;
    top: 1.03125rem;
    left: 1.71875rem;
    width: 0.25rem;
    height: 0.9375rem;
    background: #ffffff;
  }
  .simulation-box-success {
    position: relative;
    z-index: 5;
    cursor: pointer;
    width: 37.5rem;
    margin: 2.0625rem auto 0;
  }
  .simulation-result {
    margin: 5rem 0 0 6.25rem;
  }
  .simulation-result-wrap {
    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;
  }
  .simulation-result-ttl {
    width: 5rem;
    margin: 0 0.8125rem 0 0;
    color: #282728;
    font-weight: 600;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    text-align: right;
  }
  .simulation-result-current {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 36.0625rem;
    height: 3.75rem;
    background: #1c539d;
  }
  .simulation-result-current::before {
    content: "";
    position: absolute;
    top: -1.25rem;
    left: 0;
    width: 2px;
    height: 16.875rem;
    border-left: 2px dotted #000000;
  }
  .simulation-result-current::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 15.5rem;
    border-right: 2px dotted #000000;
  }
  .simulation-result-current-relative {
    width: 37.5rem;
  }
  .simulation-result-current-price {
    position: absolute;
    top: -1.875rem;
    width: 100%;
    color: #1c539d;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
  }
  .simulation-result-current-price span {
    font-size: 1.5rem;
  }
  .simulation-result-current-txt {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .simulation-result-current-electricity {
    color: #1c539d;
    font-weight: 600;
    font-size: 1.5625rem;
  }
  .simulation-result-current-electricity span {
    font-size: 2.5rem;
  }
  .simulation-result-arrow {
    width: 6.25rem;
    height: 4.8125rem;
    margin: 0 0 0 43.125rem;
    padding: 0.3125rem 0 0;
    background: url("../images/simulation-result-arrow.webp") no-repeat center/cover;
    color: #1c539d;
    font-weight: bold;
    font-size: 1.3125rem;
    text-align: center;
  }
  .simulation-result-arrow .mini {
    font-size: 0.875rem;
  }
  .simulation-result-arrow .per {
    font-size: 1.0625rem;
  }
  .simulation-result-arrow .num {
    font-size: 2.3125rem;
  }
  .simulation-result-proposals-relative {
    width: 37.5rem;
  }
  .simulation-result-proposals {
    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: 36.0625rem;
  }
  .simulation-result-proposals-electricity {
    color: #ff5d01;
    font-weight: 600;
    font-size: 2.1875rem;
  }
  .simulation-result-proposals-electricity span {
    font-size: 3.125rem;
  }
  .simulation-result-proposal01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 11.4375rem;
    height: 3.75rem;
    background: #1c539d;
  }
  .simulation-result-proposal01-price {
    position: absolute;
    top: -1.875rem;
    width: 100%;
    color: #1c539d;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
  }
  .simulation-result-proposal01-price span {
    font-size: 1.5rem;
  }
  .simulation-result-proposal01-txt {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .simulation-result-proposal02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 22.5rem;
    height: 3.75rem;
    background: #1285cd;
  }
  .simulation-result-proposal02::before {
    content: "";
    position: absolute;
    bottom: -2.8125rem;
    right: 0;
    width: 2px;
    height: 11.5625rem;
    border-right: 2px dotted #000000;
  }
  .simulation-result-proposal02-price {
    position: absolute;
    top: -1.875rem;
    width: 100%;
    color: #1285cd;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
  }
  .simulation-result-proposal02-price span {
    font-size: 1.5rem;
  }
  .simulation-result-proposal02-txt {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .simulation-result-possible {
    margin: 3.125rem 0 0 36.5625rem;
    width: 8.5rem;
    color: #ff5d01;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.2;
  }
  .simulation-result-possible .num {
    font-size: 1.75rem;
  }
  .simulation-result-possible .mini {
    font-size: 1.25rem;
  }
  .simulation-result-txt {
    position: relative;
    width: 50.625rem;
    margin: 1.9375rem auto 0;
    color: #282728;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcff00));
    background: linear-gradient(transparent 60%, #fcff00 60%);
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .simulation-result-txt::before {
    content: "";
    position: absolute;
    top: 0.9375rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 2rem;
    background: url("../images/simulation-result-txt-deco.webp") no-repeat center/cover;
    -webkit-transform: rotate(302deg);
            transform: rotate(302deg);
  }
  .simulation-result-txt::after {
    content: "";
    position: absolute;
    top: 0.9375rem;
    right: -1.875rem;
    width: 1.25rem;
    height: 2rem;
    background: url("../images/simulation-result-txt-deco.webp") no-repeat center/cover;
  }
  .simulation-result-txt .mini {
    font-size: 1.625rem;
  }
  .simulation-result-txt .blue {
    color: #1285cd;
    font-size: 1.625rem;
  }
  .simulation-result-txt .num {
    font-size: 2.75rem;
  }
  .simulation-bottom-ttl {
    width: 55.3125rem;
    margin: -19.375rem auto -20rem;
  }
  .simulation-bottom-wrap {
    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;
    width: 56rem;
    margin: 0 auto;
    padding: 2.3125rem 2.8125rem 2.8125rem 2.4375rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfce3));
    background: linear-gradient(to bottom, #ffffff, #fcfce3);
  }
  .simulation-bottom-phone {
    width: 25.6875rem;
  }
  .simulation-bottom-contact {
    width: 27.4375rem;
  }
  .simulation-bottom-staff {
    position: absolute;
    bottom: -12.5rem;
    left: -4.375rem;
    width: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .simulation {
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin: -3.125rem 0 0;
  }
  .simulation-bg {
    padding: 5rem 0;
    background: url("../images/simulation-mist-sp.webp") no-repeat top/cover;
  }
  .simulation h2 {
    width: 40.0625rem;
    margin: 0 auto 3.375rem;
  }
  .simulation-box {
    padding: 2.5rem 2.5rem 4.4375rem;
    background: #ffffff;
  }
  .simulation-box-step01 {
    margin: 0 0 5.3125rem;
  }
  .simulation-box-step {
    margin: 0 0 2.4375rem;
  }
  .simulation-box-wrap-relative {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 1.875rem;
  }
  .simulation-box-category {
    margin: 0 0 1.25rem;
    color: #282728;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-system-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 12.5rem;
    height: 9.375rem;
    margin: 0 0 0.9375rem;
    border: 1px solid #ebebeb;
  }
  .simulation-box-system-img img {
    width: auto;
    max-width: 12.5rem;
    max-height: 9.375rem;
  }
  .simulation-box-model-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 12.5rem;
    height: 9.375rem;
    margin: 0 0 0.9375rem;
    border: 1px solid #ebebeb;
  }
  .simulation-box-model-img img {
    width: auto;
    max-width: 12.5rem;
    max-height: 9.375rem;
  }
  .simulation-box-horsepower-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 12.5rem;
    height: 9.375rem;
    margin: 0 0 0.9375rem;
  }
  .simulation-box-horsepower-img img {
    width: auto;
    max-width: 12.5rem;
    max-height: 9.375rem;
  }
  .simulation-box-model_year-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 12.5rem;
    height: 9.375rem;
    margin: 0 0 0.9375rem;
  }
  .simulation-box-model_year-img img {
    width: auto;
    max-width: 12.5rem;
    max-height: 9.375rem;
  }
  .simulation-box-selectbox {
    position: relative;
    margin: 2.5rem 0 0;
  }
  .simulation-box-selectbox::before, .simulation-box-selectbox::after {
    position: absolute;
    right: 0.9375rem;
    width: 0.58125rem;
    height: 0.5rem;
    background-color: #535353;
    content: "";
    pointer-events: none;
  }
  .simulation-box-selectbox::before {
    top: 2rem;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .simulation-box-selectbox::after {
    bottom: 2rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .simulation-box-selectbox select {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 24.0625rem;
    padding: 1.75rem 0 1.8125rem 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid #a7a7a7;
    color: #282728;
    background: #ffffff;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-selectbox.diff select {
    width: 100%;
    padding: 1.1875rem 0 1.25rem 1.3125rem;
    margin: 0 0 1.9375rem;
  }
  .simulation-box-selectbox.diff::before, .simulation-box-selectbox.diff::after {
    position: absolute;
    right: 2.5rem;
    width: 0.58125rem;
    height: 0.5rem;
    background-color: #535353;
    content: "";
    pointer-events: none;
  }
  .simulation-box-selectbox.diff::before {
    top: 0rem;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .simulation-box-selectbox.diff::after {
    bottom: 0rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .simulation-box-selectbox02 {
    position: relative;
  }
  .simulation-box-selectbox02::before, .simulation-box-selectbox02::after {
    position: absolute;
    right: 0.9375rem;
    width: 0.58125rem;
    height: 0.5rem;
    background-color: #535353;
    content: "";
    pointer-events: none;
  }
  .simulation-box-selectbox02::before {
    top: 0.0625rem;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .simulation-box-selectbox02::after {
    bottom: 0.0625rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .simulation-box-selectbox02 select {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 1.1875rem 0 1.25rem 1.3125rem;
    margin: 0 0 1.9375rem;
    border-radius: 0.625rem;
    border: 1px solid #a7a7a7;
    background: #ffffff;
    color: #282728;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-subttl {
    margin: 1.0625rem 0 1.875rem;
    color: #164b92;
    font-weight: 600;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-close {
    cursor: pointer;
    width: 7.5rem;
    margin: 0 0 0 auto;
    padding: 0.6875rem 0;
    background: #eeeeee;
    border: 1px solid #a7a7a7;
    font-size: 1.3125rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .simulation-box-add {
    cursor: pointer;
    position: relative;
    width: 23rem;
    margin: 2.5625rem auto 0;
    padding: 1.5625rem 0 1.5rem 8.25rem;
    border-radius: 0.625rem;
    background: #164b92;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
  }
  .simulation-box-add::before {
    content: "";
    position: absolute;
    top: 2.0625rem;
    left: 5.625rem;
    width: 0.9375rem;
    height: 0.25rem;
    background: #ffffff;
  }
  .simulation-box-add::after {
    content: "";
    position: absolute;
    top: 1.75rem;
    left: 6rem;
    width: 0.25rem;
    height: 0.9375rem;
    background: #ffffff;
  }
  .simulation-box-success {
    position: relative;
    z-index: 5;
    cursor: pointer;
    margin: 2.3125rem auto 0;
  }
  .simulation-result {
    margin: 3.75rem 0 0 0;
  }
  .simulation-result-wrap {
    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;
  }
  .simulation-result-ttl {
    width: 100%;
    margin: 0 0 2.875rem;
    color: #282728;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .simulation-result-ttl.diff {
    margin: 0 0 2.875rem;
  }
  .simulation-result-current {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 28.0625rem;
    height: 2.875rem;
    background: #1c539d;
  }
  .simulation-result-current::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 11.875rem;
    border-right: 1px dotted #000000;
  }
  .simulation-result-current-relative {
    width: 28.4375rem;
  }
  .simulation-result-current-price {
    position: absolute;
    top: -1.875rem;
    width: 100%;
    color: #1c539d;
    font-weight: 600;
    font-size: 1.4375rem;
    text-align: center;
  }
  .simulation-result-current-price span {
    font-size: 1.5625rem;
  }
  .simulation-result-current-txt {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .simulation-result-current-electricity {
    margin: 0 0 0 0.625rem;
    color: #1c539d;
    font-weight: 600;
    font-size: 1.5625rem;
  }
  .simulation-result-current-electricity span {
    font-size: 2.5rem;
  }
  .simulation-result-arrow {
    width: 8.4375rem;
    height: 5rem;
    margin: 0.625rem 0.9375rem -3.75rem auto;
    padding: 0.3125rem 0 0;
    background: url("../images/simulation-result-arrow-sp.webp") no-repeat center/cover;
    color: #1c539d;
    font-weight: bold;
    font-size: 1.3125rem;
    text-align: center;
  }
  .simulation-result-arrow .mini {
    font-size: 0.875rem;
  }
  .simulation-result-arrow .per {
    font-size: 1.0625rem;
  }
  .simulation-result-arrow .num {
    font-size: 2.375rem;
  }
  .simulation-result-proposals-relative {
    width: 28.4375rem;
  }
  .simulation-result-proposals {
    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: 28.0625rem;
  }
  .simulation-result-proposals-electricity {
    color: #ff5d01;
    font-weight: 600;
    font-size: 1.875rem;
  }
  .simulation-result-proposals-electricity span {
    font-size: 3rem;
  }
  .simulation-result-proposal01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 8.875rem;
    height: 2.8125rem;
    background: #1c539d;
  }
  .simulation-result-proposal01-price {
    position: absolute;
    top: -1.875rem;
    width: 100%;
    color: #1c539d;
    font-weight: 600;
    font-size: 1.4375rem;
    text-align: center;
  }
  .simulation-result-proposal01-price span {
    font-size: 1.5625rem;
  }
  .simulation-result-proposal01-txt {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .simulation-result-proposal02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 17.75rem;
    height: 2.8125rem;
    background: #1285cd;
  }
  .simulation-result-proposal02::before {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: 0;
    width: 2px;
    height: 9.375rem;
    border-right: 1px dotted #000000;
  }
  .simulation-result-proposal02-price {
    position: absolute;
    top: -1.875rem;
    width: 100%;
    color: #1285cd;
    font-weight: 600;
    font-size: 1.4375rem;
    text-align: center;
  }
  .simulation-result-proposal02-price span {
    font-size: 1.5625rem;
  }
  .simulation-result-proposal02-txt {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
  .simulation-result-possible {
    margin: 0 0 0 22.5rem;
    width: 8.5rem;
    color: #ff5d01;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.2;
  }
  .simulation-result-possible .num {
    font-size: 1.8125rem;
  }
  .simulation-result-possible .mini {
    font-size: 1.25rem;
  }
  .simulation-result-txt {
    position: relative;
    margin: 3.6875rem auto 0;
    color: #282728;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .simulation-result-txt::before {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: -1.875rem;
    width: 2.5rem;
    height: 3.75rem;
    background: url("../images/simulation-result-txt-deco.webp") no-repeat center/cover;
    -webkit-transform: rotate(302deg);
            transform: rotate(302deg);
  }
  .simulation-result-txt::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: -1.875rem;
    width: 2.5rem;
    height: 3.75rem;
    background: url("../images/simulation-result-txt-deco.webp") no-repeat center/cover;
  }
  .simulation-result-txt .mini {
    font-size: 1.9375rem;
  }
  .simulation-result-txt .blue {
    color: #1285cd;
    font-size: 2.125rem;
  }
  .simulation-result-txt .num {
    font-size: 3.75rem;
  }
  .simulation-result-txt .line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcff00));
    background: linear-gradient(transparent 60%, #fcff00 60%);
  }
  .simulation-bottom-ttl {
    width: 43.75rem;
    margin: 0 0 0 1.25rem;
  }
  .simulation-bottom-wrap {
    padding: 3.75rem 2.5rem 3.75rem 2.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfce3));
    background: linear-gradient(to bottom, #ffffff, #fcfce3);
  }
  .simulation-bottom-phone {
    margin: 2.625rem 0 1.25rem;
  }
  .simulation-bottom-time {
    color: #282728;
    font-weight: 300;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .ratio-bg {
    padding: 5.1875rem 0 0;
    background: #e7f7fb;
  }
  .ratio-top {
    width: 17.75rem;
    margin: 0 auto 1.5rem;
  }
  .ratio h2 {
    width: 50.6875rem;
    margin: 0 auto 2.375rem;
  }
  .ratio-gpaph {
    width: 69.875rem;
    margin: 0 0 -0.125rem -1.5625rem;
  }
  .ratio-bg02 {
    position: relative;
    padding: 5rem 0 0;
    background: url("../images/ratio-bg02.webp") no-repeat center/cover;
  }
  .ratio-bg02::before {
    content: "";
    position: absolute;
    top: -1.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 14.375rem;
    height: 4.25rem;
    background: url("../images/ratio-bg02-arrow.webp") no-repeat center/cover;
  }
  .ratio-bottom {
    width: 61.25rem;
    margin: 0 auto;
  }
  .ratio-bottom-top {
    width: 57.8125rem;
    margin: 0 auto 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .ratio-bg {
    padding: 5rem 0 0;
    background: #e7f7fb;
  }
  .ratio-top {
    width: 17.75rem;
    margin: 0 auto 1.5rem;
  }
  .ratio h2 {
    width: 41.875rem;
    margin: 0 auto 1.9375rem;
  }
  .ratio-gpaph {
    width: 45rem;
    margin: 0 0 0 -1.875rem;
  }
  .ratio-bg02 {
    position: relative;
    z-index: 5;
    margin: -3.75rem 0 0;
    padding: 5.875rem 0 0;
    background: url("../images/ratio-bg02-sp.webp") no-repeat center/cover;
  }
  .ratio-bg02::before {
    content: "";
    position: absolute;
    top: -1.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 14.375rem;
    height: 4.25rem;
    background: url("../images/ratio-bg02-arrow.webp") no-repeat center/cover;
  }
  .ratio-bottom {
    width: 45rem;
    margin: 0 -1.875rem 0 0;
  }
  .ratio-bottom-top {
    width: 42.5rem;
    margin: 0 auto 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .trouble {
    position: relative;
    z-index: 5;
  }
  .trouble-bg {
    padding: 8rem 0 4.6875rem;
    background: #f0f7f8;
  }
  .trouble h2 {
    position: relative;
    z-index: 5;
    width: 50.3125rem;
    margin: 0 auto;
  }
  .trouble-content {
    width: 68.25rem;
    margin: -1.125rem 0 0 10.625rem;
  }
  .trouble-box {
    width: 58.75rem;
    margin: -1.875rem auto 0;
    padding: 3.25rem 0 2.8125rem;
    background: #ffffff;
    border: 0.1875rem solid #39639a;
  }
  .trouble-box-ttl {
    width: 61.25rem;
    margin: -5rem auto 0;
  }
  .trouble-box-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50.625rem;
    margin: 0 auto 2.9375rem;
  }
  .trouble-box-table-left {
    width: 25rem;
  }
  .trouble-box-table-leftTxt {
    position: relative;
    padding: 1.6875rem 0 1.75rem 4.5625rem;
    color: #282728;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  .trouble-box-table-leftTxt::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 2.125rem;
    width: 1.5rem;
    height: 1.375rem;
    background: url("../images/trouble-box-table-check.webp") no-repeat center/cover;
  }
  .trouble-box-table-leftTxt.diff {
    padding: 2.8125rem 0 2.5rem 4.5625rem;
  }
  .trouble-box-table-leftTxt.diff::before {
    top: 3.125rem;
  }
  .trouble-box-table-right {
    width: 25rem;
    margin: 0 0 0 -0.625rem;
    border: 0.625rem solid #0b3e82;
    border-radius: 0.625rem;
  }
  .trouble-box-table-rightTxt {
    position: relative;
    padding: 1.6875rem 0 1.75rem 4.5625rem;
    color: #1c539d;
    border-bottom: 1px solid #707070;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  .trouble-box-table-rightTxt::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 2.125rem;
    width: 1.5rem;
    height: 1.375rem;
    background: url("../images/trouble-box-table-check02.webp") no-repeat center/cover;
  }
  .trouble-box-subttl {
    width: 56.75rem;
    margin: 0 0 2.1875rem;
  }
  .trouble-box-wrap {
    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;
    margin: 0 3.75rem;
  }
  .trouble-box-wrap-txt {
    color: #282728;
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.72;
  }
  .trouble-box-wrap-img {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .trouble {
    position: relative;
    z-index: 5;
  }
  .trouble-bg {
    padding: 6.25rem 0;
    background: #f0f7f8;
  }
  .trouble h2 {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0 auto 1.25rem;
  }
  .trouble-content {
    width: 100%;
  }
  .trouble-box {
    margin: -0.9375rem 0 0;
    padding: 2.4375rem 1.875rem 3.875rem;
    background: #ffffff;
    border: 0.1875rem solid #39639a;
  }
  .trouble-box-ttl {
    width: 45.625rem;
    margin: -5rem 0 0 -1.25rem;
  }
  .trouble-box-table {
    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 auto 1.25rem;
  }
  .trouble-box-table-left {
    width: 9.375rem;
  }
  .trouble-box-table-leftTxt {
    position: relative;
    padding: 1.6875rem 0 1.75rem 4.5625rem;
    color: #282728;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  .trouble-box-table-leftTxt::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 2.125rem;
    width: 1.5rem;
    height: 1.375rem;
    background: url("../images/trouble-box-table-check.webp") no-repeat center/cover;
  }
  .trouble-box-table-leftTxt.diff {
    padding: 2.8125rem 0 2.5rem 4.5625rem;
  }
  .trouble-box-table-leftTxt.diff::before {
    top: 3.125rem;
  }
  .trouble-box-table-right {
    width: 25rem;
    margin: 0 0 0 -0.625rem;
    border: 0.625rem solid #0b3e82;
    border-radius: 0.625rem;
  }
  .trouble-box-table-rightTxt {
    position: relative;
    padding: 1.6875rem 0 1.75rem 4.5625rem;
    color: #1c539d;
    border-bottom: 1px solid #707070;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  .trouble-box-table-rightTxt::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 2.125rem;
    width: 1.5rem;
    height: 1.375rem;
    background: url("../images/trouble-box-table-check02.webp") no-repeat center/cover;
  }
  .trouble-box-table-txts {
    width: 29.375rem;
    border-right: 1px solid #707070;
  }
  .trouble-box-table-txt01 {
    position: relative;
    padding: 0.6875rem 0 0.75rem 4.25rem;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    color: #282728;
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .trouble-box-table-txt01::before {
    content: "";
    position: absolute;
    top: 1.3125rem;
    left: 1.9375rem;
    width: 1.5rem;
    height: 1.375rem;
    background: url("../images/trouble-box-table-txt01-check.webp") no-repeat center/cover;
  }
  .trouble-box-table-txt01.diff {
    padding: 0.6875rem 0 3.4375rem 4.25rem;
  }
  .trouble-box-table-txt02 {
    position: relative;
    padding: 0.75rem 0 0.75rem 4.25rem;
    border-bottom: 1px solid #707070;
    color: #1c539d;
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .trouble-box-table-txt02::before {
    content: "";
    position: absolute;
    top: 1.3125rem;
    left: 1.9375rem;
    width: 1.5rem;
    height: 1.375rem;
    background: url("../images/trouble-box-table-txt02-check.webp") no-repeat center/cover;
  }
  .trouble-box-subttl {
    margin: 3.75rem 0 1.5625rem;
  }
  .trouble-box-wrap {
    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;
    margin: 0 0.75rem;
  }
  .trouble-box-wrap-txt {
    margin: 0 0 2.5rem;
    color: #282728;
    font-weight: 300;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    line-height: 1.76;
  }
  .trouble-box-wrap-img {
    width: 38.125rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .cta {
    overflow: hidden;
  }
  .cta-bg {
    padding: 1.8125rem 0 6rem;
    background: url("../images/cta-bg.webp") no-repeat top/cover;
  }
  .cta-ttl {
    width: 55.625rem;
    margin: 0 auto 1.875rem;
  }
  .cta-wrap {
    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;
    width: 56rem;
    margin: 0 auto;
    padding: 2.3125rem 2.8125rem 2.8125rem 2.4375rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfce3));
    background: linear-gradient(to bottom, #ffffff, #fcfce3);
  }
  .cta-phone {
    width: 25.6875rem;
  }
  .cta-contact {
    width: 27.4375rem;
  }
  .cta-staff {
    position: absolute;
    bottom: -12.5rem;
    left: -4.375rem;
    width: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-bg {
    overflow: hidden;
    padding: 0 0 6rem;
    background: #1988cf;
  }
  .cta-ttl {
    width: 43.75rem;
    margin: -1.875rem 0 0 1.25rem;
  }
  .cta-wrap {
    padding: 3.75rem 2.5rem 3.75rem 2.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfce3));
    background: linear-gradient(to bottom, #ffffff, #fcfce3);
  }
  .cta-phone {
    margin: 2.625rem 0 1.25rem;
  }
  .cta-time {
    color: #282728;
    font-weight: 300;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .assurance-bg {
    padding: 3.9375rem 0 6.0625rem;
    background: url("../images/assurance-bg.webp") no-repeat center/cover;
  }
  .assurance-top {
    width: 12.875rem;
    margin: 0 auto 0.5rem;
  }
  .assurance-box {
    width: 61.25rem;
    margin: 0 auto;
    padding: 2.9375rem 0 2.125rem;
    background: url("../images/assurance-box-bg.webp") no-repeat top/contain #ffffff;
  }
  .assurance-subttl {
    width: 41.9375rem;
    margin: 0 auto 1.125rem;
  }
  .assurance h2 {
    width: 63.125rem;
    margin: 0 0 1.375rem -0.9375rem;
  }
  .assurance-wrap {
    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;
    margin: 0 3.25rem;
  }
  .assurance-wrap-merit {
    position: relative;
    width: 25.8125rem;
    margin: 0 0 2.5rem;
    padding: 1.4375rem 0 1.6875rem;
    border-radius: 0.625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffffe), to(#fcfce4));
    background: linear-gradient(to bottom, #fffffe, #fcfce4);
    border: 0.375rem solid #ebe8e8;
  }
  .assurance-wrap-merit.diff {
    padding: 1.4375rem 0 1.25rem;
  }
  .assurance-wrap-merit-num {
    position: absolute;
    top: -1.875rem;
    left: -1.25rem;
    width: 6rem;
  }
  .assurance-wrap-merit-ttl {
    width: 14.8125rem;
    margin: 0 auto 1.1875rem;
  }
  .assurance-wrap-merit-ttl.diff {
    width: 13.4375rem;
  }
  .assurance-wrap-merit-ttl.diff02 {
    width: 15.6875rem;
  }
  .assurance-wrap-merit-txt {
    color: #282728;
    font-weight: 600;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .assurance-wrap-merit-txt span {
    font-weight: 300;
    font-size: 0.875rem;
  }
  .assurance-middle-band {
    margin: 0 0 1.5rem;
  }
  .assurance-bottom {
    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;
    margin: 0 1.6875rem;
  }
  .assurance-bottom-box {
    width: 13.75rem;
    padding: 1.8125rem 0 0;
    background: url("../images/assurance-bottom-box-bg.webp") no-repeat center/cover;
  }
  .assurance-bottom-box.diff {
    padding: 2.6875rem 0 0;
  }
  .assurance-bottom-box-ttl {
    color: #1c539d;
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.27;
  }
  .assurance-bottom-box-img {
    width: 3.5625rem;
    margin: 1rem auto 0.75rem;
  }
  .assurance-bottom-box-img02 {
    width: 3.1875rem;
    margin: 1.75rem auto 0.625rem;
  }
  .assurance-bottom-box-img03 {
    width: 3.875rem;
    margin: 1.625rem auto 0.5625rem;
  }
  .assurance-bottom-box-img04 {
    width: 3.5625rem;
    margin: 0.8125rem auto;
  }
  .assurance-bottom-box-txt {
    height: 7.875rem;
    margin: 0 0.625rem 0.625rem;
    padding: 1.125rem 0.875rem 0 1rem;
    background: #ffffff;
    color: #282728;
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.92;
  }
}
@media screen and (max-width: 767px) {
  .assurance-bg {
    padding: 6.25rem 0;
    background: url("../images/assurance-bg-sp.webp") no-repeat center/cover;
  }
  .assurance-top {
    width: 13.125rem;
    margin: 0 auto 2rem;
  }
  .assurance-box {
    padding: 3.4375rem 0 1.875rem;
    background: url("../images/assurance-box-bg-sp.webp") no-repeat top/contain #ffffff;
  }
  .assurance-subttl {
    width: 38.125rem;
    margin: 0 auto 2.5625rem;
  }
  .assurance h2 {
    width: 45rem;
    margin: 0 0 4.0625rem -0.9375rem;
  }
  .assurance-wrap {
    margin: 0 0 3.75rem;
  }
  .assurance-wrap-merit {
    position: relative;
    width: 38.125rem;
    margin: 0 auto 2.5rem;
    padding: 2.1875rem 0 2.1875rem;
    border-radius: 0.625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffffe), to(#fcfce4));
    background: linear-gradient(to bottom, #fffffe, #fcfce4);
    border: 0.375rem solid #ebe8e8;
  }
  .assurance-wrap-merit.diff {
    padding: 1.4375rem 0 1.25rem;
  }
  .assurance-wrap-merit-num {
    position: absolute;
    top: -1.875rem;
    left: -1.875rem;
    width: 5.9375rem;
  }
  .assurance-wrap-merit-ttl {
    width: 28.75rem;
    margin: 0 auto 1.5625rem;
  }
  .assurance-wrap-merit-ttl.diff {
    width: 26.0625rem;
  }
  .assurance-wrap-merit-ttl.diff02 {
    width: 22.5625rem;
  }
  .assurance-wrap-merit-txt {
    color: #282728;
    font-weight: 600;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.46;
  }
  .assurance-wrap-merit-txt span {
    font-weight: 300;
    font-size: 1.25rem;
  }
  .assurance-middle-band {
    margin: 0 0 2.5rem;
  }
  .assurance-bottom {
    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;
    margin: 0 1.875rem;
  }
  .assurance-bottom-box {
    width: 18.75rem;
    padding: 1.8125rem 0 0;
    margin: 0 0 1.875rem;
    background: url("../images/assurance-bottom-box-bg-sp.webp") no-repeat center/cover;
  }
  .assurance-bottom-box.diff {
    padding: 2.6875rem 0 0;
  }
  .assurance-bottom-box.diff-sp {
    padding: 1.8125rem 0 0;
  }
  .assurance-bottom-box-ttl {
    color: #1c539d;
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.43;
  }
  .assurance-bottom-box-img {
    width: 2.5rem;
    margin: 0.3125rem auto 0.6875rem;
  }
  .assurance-bottom-box-img02 {
    width: 1.875rem;
    margin: 1.6875rem auto 1.125rem;
  }
  .assurance-bottom-box-img03 {
    width: 2.375rem;
    margin: 1.25rem auto 0.6875rem;
  }
  .assurance-bottom-box-img04 {
    width: 2.5rem;
    margin: 1.25rem auto 0.75rem;
  }
  .assurance-bottom-box-txt {
    height: 12.6875rem;
    margin: 0 1.25rem 1.3125rem;
    padding: 1.125rem 0.875rem 0 1rem;
    background: #ffffff;
    color: #282728;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .assurance-bottom-box-txt.diff {
    height: 10.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .dialog {
    overflow: hidden;
  }
  .dialog-bg {
    padding: 2.75rem 0 6rem;
    background: #1285cd;
  }
  .dialog-box {
    width: 61.25rem;
    margin: -5rem auto 0;
    padding: 6.25rem 0 2.875rem;
    background: #ffffff;
  }
  .dialog-box-qa {
    width: 15.625rem;
    margin: 0 auto;
  }
  .dialog-box-img.open {
    width: 57.5rem;
    margin: 0 auto 2.5rem;
  }
  .dialog-box-btn {
    position: relative;
    z-index: 5;
    width: 29.125rem;
    margin: -3.75rem auto 0;
    padding: 0.75rem 0;
    border-radius: 2.5rem;
    background: #035596;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .dialog-box-btn::before {
    content: "";
    position: absolute;
    top: 1.375rem;
    right: 8.75rem;
    width: 1rem;
    height: 0.25rem;
    background: #ffffff;
  }
  .dialog-box-btn::after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 9.125rem;
    width: 0.25rem;
    height: 1rem;
    background: #ffffff;
  }
  .dialog-box-btn.open {
    margin: 0 auto;
  }
  .dialog-box-btn.open::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dialog {
    overflow: hidden;
  }
  .dialog-bg {
    padding: 3.75rem 0 6.25rem;
    background: #1285cd;
  }
  .dialog-box {
    margin: -5rem auto 0;
    padding: 8rem 0 3.9375rem;
    background: #ffffff;
  }
  .dialog-box-qa {
    width: 14.75rem;
    margin: 0 auto;
  }
  .dialog-box-img {
    width: 43.125rem;
    margin: 0 auto;
  }
  .dialog-box-img.open {
    width: 39.375rem;
    margin: 0 auto 2.5rem;
  }
  .dialog-box-btn {
    position: relative;
    z-index: 5;
    width: 20.6875rem;
    margin: -3.75rem auto 0;
    padding: 1.125rem 0 1.125rem 8.4375rem;
    border-radius: 2.5rem;
    background: #035596;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
  .dialog-box-btn::before {
    content: "";
    position: absolute;
    top: 2.0625rem;
    right: 8.625rem;
    width: 1rem;
    height: 0.25rem;
    background: #ffffff;
  }
  .dialog-box-btn::after {
    content: "";
    position: absolute;
    top: 1.7rem;
    right: 9rem;
    width: 0.25rem;
    height: 1rem;
    background: #ffffff;
  }
  .dialog-box-btn.open {
    width: 17.875rem;
    padding: 1.125rem 0 1.125rem 11.25rem;
    margin: 0 auto;
  }
  .dialog-box-btn.open::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .faq-inner {
    padding: 5.625rem 0 1.875rem;
  }
  .faq h2 {
    width: 22.1875rem;
    margin: 0 auto 1.6875rem;
  }
  .faq-top {
    margin: 0 0 3.3125rem;
    color: #282728;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.12em;
  }
  .faq-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;
    width: 61.25rem;
    margin: 0 auto;
  }
  .faq-item {
    width: 28.75rem;
    margin: 0 0 3.4375rem;
  }
  .faq-item-question {
    cursor: pointer;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#01599a), to(#0a3f83));
    background: linear-gradient(to bottom, #01599a, #0a3f83);
    border-radius: 0.625rem;
  }
  .faq-item-wrap {
    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.4375rem 0;
  }
  .faq-item-q {
    position: relative;
    width: 1.125rem;
    margin: 0 3.4375rem 0 1.8125rem;
  }
  .faq-item-q::after {
    content: "";
    position: absolute;
    top: -0.9375rem;
    right: -1.6875rem;
    width: 1px;
    height: 3.75rem;
    background: #ffffff;
  }
  .faq-item-qtext {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.556;
  }
  .faq-item .btn {
    position: absolute;
    top: 50%;
    right: 1.9375rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 1rem;
    height: 0.25rem;
    background: #fff;
  }
  .faq-item .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0.25rem;
    height: 1rem;
    background: #fff;
  }
  .faq-item .btn.open::after {
    display: none;
  }
  .faq-item-answer {
    display: none;
    padding: 1.25rem 1.25rem 0 1.875rem;
  }
  .faq-item-answer-wrap {
    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;
  }
  .faq-item-a {
    width: 0.9375rem;
    margin: 0.625rem 0 0;
  }
  .faq-item-atext {
    width: 23.4375rem;
    color: #282728;
    font-size: 1rem;
    letter-spacing: 0.12em;
    line-height: 1.813;
  }
  .faq-item-atext span {
    color: #ff5d01;
  }
}
@media screen and (max-width: 767px) {
  .faq-inner {
    padding: 6.25rem 0 3.125rem;
  }
  .faq h2 {
    width: 29.0625rem;
    margin: 0 auto 2.1875rem;
  }
  .faq-top {
    margin: 0 0 3.4375rem;
    color: #282728;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1.575;
  }
  .faq-item {
    margin: 0 0 3.125rem;
  }
  .faq-item-question {
    cursor: pointer;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#01599a), to(#0a3f83));
    background: linear-gradient(to bottom, #01599a, #0a3f83);
    border-radius: 0.625rem;
  }
  .faq-item-wrap {
    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.4375rem 0;
  }
  .faq-item-q {
    position: relative;
    width: 1.4375rem;
    margin: 0 3.4375rem 0 1.8125rem;
  }
  .faq-item-q::after {
    content: "";
    position: absolute;
    top: -0.9375rem;
    right: -1.6875rem;
    width: 1px;
    height: 3.75rem;
    background: #ffffff;
  }
  .faq-item-qtext {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.46;
  }
  .faq-item .btn {
    position: absolute;
    top: 50%;
    right: 1.9375rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 1rem;
    height: 0.25rem;
    background: #fff;
  }
  .faq-item .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0.25rem;
    height: 1rem;
    background: #fff;
  }
  .faq-item .btn.open::after {
    display: none;
  }
  .faq-item-answer {
    display: none;
    padding: 1.25rem 1.25rem 0 1.875rem;
  }
  .faq-item-answer-wrap {
    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;
  }
  .faq-item-a {
    width: 1.3125rem;
    margin: 0.625rem 0 0;
  }
  .faq-item-atext {
    width: 38.125rem;
    color: #282728;
    font-weight: 300;
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
    line-height: 1.46;
  }
  .faq-item-atext span {
    color: #ff5d01;
  }
}
@media screen and (min-width: 768px) {
  .case-bg {
    padding: 6.25rem 0 1.3125rem;
    background: #e7f7fb;
  }
  .case h2 {
    width: 21.5625rem;
    margin: 0 auto 3.75rem;
  }
  .case-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;
    width: 61.25rem;
    margin: 0 auto;
  }
  .case-item {
    width: 28.75rem;
    margin: 0 0 3.875rem;
  }
  .case-item-ttls {
    padding: 1.125rem 0 0.75rem 1.5rem;
    background: #2593d9;
  }
  .case-item-ttls-name {
    margin: 0 0 0.5625rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .case-item-ttls-infos {
    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;
  }
  .case-item-ttls-info {
    margin: 0 0.4375rem 0 0;
    padding: 0.375rem 0.625rem;
    border-radius: 2.5rem;
    background: #1c539d;
    color: #ffffff;
    font-weight: 300;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
  .case-item-img {
    margin: 0 0 1rem;
  }
  .case-item-voice {
    margin: 0 0 0.875rem;
    padding: 1rem 0 1rem 0.875rem;
    border-left: 3px solid #164b92;
    border-bottom: 1px solid #164b92;
    color: #164b92;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.06em;
  }
  .case-item-txt {
    margin: 0 0 0.875rem;
    color: #282728;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.75;
  }
  .case-item-model {
    margin: 0 0 0.625rem;
    padding: 1.125rem 0 1.125rem 1.1875rem;
    background: #ffffff;
    color: #282728;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .case-item-model span {
    color: #899eba;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .case-bg {
    padding: 6.25rem 0 0.5rem;
    background: #e7f7fb;
  }
  .case h2 {
    width: 28.125rem;
    margin: 0 auto 3rem;
  }
  .case-item {
    margin: 0 0 3.875rem;
  }
  .case-item-ttls {
    padding: 1.625rem 0 1.125rem 2.3125rem;
    background: #2593d9;
  }
  .case-item-ttls-name {
    margin: 0 0 0.8125rem;
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .case-item-ttls-infos {
    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;
  }
  .case-item-ttls-info {
    margin: 0 0.625rem 0 0;
    padding: 0.5rem 1.125rem;
    border-radius: 2.5rem;
    background: #1c539d;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .case-item-img {
    margin: 0 0 1.375rem;
  }
  .case-item-voice {
    margin: 0 0 1.25rem;
    padding: 1.4375rem 0 1.4375rem 1.25rem;
    border-left: 3px solid #164b92;
    border-bottom: 1px solid #164b92;
    color: #164b92;
    font-weight: 600;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
  }
  .case-item-txt {
    margin: 0 0 0.875rem;
    color: #282728;
    font-weight: 300;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .case-item-model {
    margin: 0 0 0.9375rem;
    padding: 1.625rem 0 1.625rem 1.75rem;
    background: #ffffff;
    color: #282728;
    font-weight: 300;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
  }
  .case-item-model span {
    color: #899eba;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .step-bg {
    padding: 4.125rem 0 1.25rem;
    background: url("../images/step-bg.webp") no-repeat center/cover;
  }
  .step h2 {
    width: 61.25rem;
    margin: 0 auto 1.6875rem;
  }
  .step-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;
    width: 61.25rem;
    margin: 0 auto;
  }
  .step-item {
    width: 19.375rem;
    margin: 0 0 2.8125rem;
  }
  .step-item-num {
    margin: 0 0 1.0625rem;
    padding: 0.8125rem 0 0.8125rem 0.9375rem;
    background: -webkit-gradient(linear, left top, right top, from(#005d9e), to(#0b3e82));
    background: linear-gradient(to right, #005d9e, #0b3e82);
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .step-item-num.diff {
    background: -webkit-gradient(linear, left top, right top, from(#2d99dd), to(#1285cd));
    background: linear-gradient(to right, #2d99dd, #1285cd);
  }
  .step-item-ttl {
    position: relative;
    margin: 0 0 0.875rem;
    color: #164b92;
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
  }
  .step-item-ttl::before {
    content: "";
    position: absolute;
    top: -0.625rem;
    left: -0.3125rem;
    border-left: 0.4375rem solid transparent;
    border-right: 0.4375rem solid transparent;
    border-top: 0.4375rem solid #035597; /* 三角形の色を設定 */
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .step-item-ttl.diff {
    color: #1285cd;
  }
  .step-item-ttl.diff::before {
    border-top: 0.4375rem solid #2895da; /* 三角形の色を設定 */
  }
  .step-item-img {
    margin: 0 0 0.9375rem;
  }
  .step-item-txt {
    color: #282728;
    font-weight: 300;
    font-size: 0.90625rem;
    letter-spacing: 0.06em;
    line-height: 1.83;
  }
  .step-item-txt span {
    color: #ff5d01;
  }
}
@media screen and (max-width: 767px) {
  .step-bg {
    padding: 3.8125rem 0 2.1875rem;
    background: url("../images/step-bg-sp.webp") no-repeat center/cover;
  }
  .step h2 {
    width: 43.75rem;
    margin: 0 0 1.875rem -0.9375rem;
  }
  .step-item {
    margin: 0 0 3.9375rem;
  }
  .step-item-num {
    margin: 0 0 1.75rem;
    padding: 1.0625rem 0 1.0625rem 1.4375rem;
    background: -webkit-gradient(linear, left top, right top, from(#005d9e), to(#0b3e82));
    background: linear-gradient(to right, #005d9e, #0b3e82);
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .step-item-num.diff {
    background: -webkit-gradient(linear, left top, right top, from(#2d99dd), to(#1285cd));
    background: linear-gradient(to right, #2d99dd, #1285cd);
  }
  .step-item-wrap {
    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;
  }
  .step-item-ttl {
    position: relative;
    margin: 0 0 0.875rem;
    padding: 0 0 0 1.4375rem;
    color: #164b92;
    font-weight: 600;
    font-size: 1.75rem;
  }
  .step-item-ttl::before {
    content: "";
    position: absolute;
    top: -0.625rem;
    left: -0.3125rem;
    border-left: 0.4375rem solid transparent;
    border-right: 0.4375rem solid transparent;
    border-top: 0.4375rem solid #035597; /* 三角形の色を設定 */
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .step-item-ttl.diff {
    color: #1285cd;
  }
  .step-item-ttl.diff::before {
    border-top: 0.4375rem solid #2895da; /* 三角形の色を設定 */
  }
  .step-item-img {
    width: 19.375rem;
  }
  .step-item-txt {
    width: 22.5rem;
    color: #282728;
    font-weight: 300;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    line-height: 1.385;
  }
  .step-item-txt span {
    color: #ff5d01;
  }
}
@media screen and (min-width: 768px) {
  .overview-bg {
    padding: 5.6875rem 0 6.3125rem;
    background: #1285cd;
  }
  .overview h2 {
    margin: 0 0 3.4375rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.875rem;
    text-align: center;
  }
  .overview-box {
    position: relative;
    width: 54.875rem;
    margin: 0 auto;
    padding: 2.5625rem 0 2.5rem 6.375rem;
    background: #ffffff;
  }
  .overview-box::before {
    content: "";
    position: absolute;
    top: 2.8125rem;
    left: 12.8125rem;
    width: 1px;
    height: 14.6875rem;
    background: #1285cd;
  }
  .overview-box::after {
    content: "";
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #1285cd;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .overview-box-wrap {
    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 1.875rem;
  }
  .overview-box-wrap.diff {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .overview-box-category {
    width: 5.125rem;
    margin: 0 2.9375rem 0 0;
    color: #333333;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.12em;
    text-align: right;
  }
  .overview-box-txt {
    color: #333333;
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.12em;
    line-height: 1.61;
  }
  .overview-img {
    position: absolute;
    top: 2.8125rem;
    right: -1.25rem;
    width: 14.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .overview-bg {
    padding: 6.25rem 0 6.3125rem;
    background: #1285cd;
  }
  .overview h2 {
    margin: 0 0 3.75rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 3.5rem;
    text-align: center;
  }
  .overview-box {
    position: relative;
    padding: 6.1875rem 0 12.5rem 2.4375rem;
    background: #ffffff;
  }
  .overview-box::before {
    content: "";
    position: absolute;
    top: 5.625rem;
    left: 11.875rem;
    width: 1px;
    height: 23.125rem;
    background: #1285cd;
  }
  .overview-box::after {
    content: "";
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #1285cd;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .overview-box-wrap {
    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 2.5rem;
  }
  .overview-box-wrap.diff {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .overview-box-category {
    width: 8.125rem;
    margin: 0 3.125rem 0 0;
    color: #333333;
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: 0.12em;
    text-align: right;
  }
  .overview-box-txt {
    color: #333333;
    font-weight: 300;
    font-size: 1.75rem;
    letter-spacing: 0.12em;
    line-height: 1.32;
  }
  .overview-img {
    position: absolute;
    bottom: -1.875rem;
    right: 0.625rem;
    width: 14.4375rem;
  }
}

.hidden-phone .header-phone, .hidden-phone .simulation-bottom-phone, .hidden-phone .simulation-bottom-time, .hidden-phone .cta-phone, .hidden-phone .cta-time {
  display: none;
}

.hidden-phone .simulation-bottom-wrap, .hidden-phone .cta-wrap {
  display: flex;
  justify-content: center;
}
