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

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

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

.wrapper {
  position: relative;
}

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

picture,
figure {
  display: block;
}

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

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

body {
  position: relative;
  overflow-x: hidden;
  word-break: break-all;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  color: #333333;
}

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

/*==============================================================================
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: 2001px) {
  html {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 41.875rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 767px) {
  .fv-bg01 {
    background: #fff;
    padding: 1.5625rem 0 0 0;
    margin: 0 auto -0.1875rem;
  }
  .fv-bg02 {
    background: #f0f0f0;
    padding: 2.5625rem 0 4.0625rem;
  }
  .fv-inner01 {
    width: 42.1875rem;
  }
  .fv-inner02 {
    position: relative;
    overflow: hidden;
    width: 46.875rem;
  }
  .fv-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fv-logo {
    width: 14.625rem;
  }
  .fv-txt {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.38;
    font-weight: bold;
  }
  .fv-ttl01 {
    position: relative;
    z-index: 2;
    width: 41.875rem;
    margin: 1.4375rem auto 0;
  }
  .fv-right {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: -26.75rem;
  }
  .fv-right picture {
    width: 46.875rem;
    height: auto;
    display: block;
  }
  .fv-ttl02 {
    width: 33.375rem;
    margin: 0 auto;
  }
  .fv-inner03 {
    position: relative;
  }
  .fv-slide {
    margin: 1.875rem auto 0;
  }
  .fv .swiper-container02 {
    margin-left: 2.5rem;
    overflow: hidden;
  }
  .fv .loop-item-txt {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 0.875rem;
  }
  .fv .swiper-controls {
    position: relative;
  }
  .fv .swiper-button-next:after, .fv .swiper-button-prev:after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .fv .swiper-button-prev {
    background: url(../images/fv-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 0.75rem;
    height: 1.1875rem;
    opacity: 1;
    top: 2.6875rem;
    left: 12.0625rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .fv .swiper-button-next {
    background: url(../images/fv-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 0.75rem;
    height: 1.1875rem;
    opacity: 1;
    top: 2.6875rem;
    right: 12.0625rem;
  }
  .fv .swiper-pagination {
    position: absolute;
    bottom: 0;
    top: 0.8125rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .fv .swiper-pagination-bullet {
    background: #d9d9d9;
    opacity: 1;
    margin: 0 0.625rem !important;
    width: 0.875rem;
    height: 0.875rem;
  }
  .fv .swiper-pagination-bullet-active {
    background: #0e2947;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg01 {
    background: #fff;
    padding: 1.25rem 0 0 0;
    margin: 0 auto -0.1875rem;
  }
  .fv-bg02 {
    background: #f0f0f0;
    padding: 1.3125rem 0 1.6875rem;
  }
  .fv-inner01 {
    width: 68.75rem;
  }
  .fv-inner02 {
    position: relative;
    overflow: hidden;
    width: 125rem;
    margin: -3.375rem auto 0;
  }
  .fv-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 1.875rem;
  }
  .fv-logo {
    width: 11.0625rem;
  }
  .fv-txt {
    font-size: 1.0625rem;
    letter-spacing: 0.02em;
    font-weight: bold;
  }
  .fv-left {
    position: absolute;
    bottom: 0.125rem;
    left: -17.5rem;
    width: 65rem;
    height: 26.875rem;
    z-index: 2;
    background: url(../images/fv-left-bg.webp) no-repeat top right/65rem auto;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fv-ttl01 {
    width: 31.25rem;
    margin: -2.1875rem 5.625rem 0 auto;
  }
  .fv-right {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .fv-right picture {
    width: 125rem;
    height: auto;
    display: block;
    margin: 0 0 0 -19.875rem;
  }
  .fv-ttl02 {
    width: 21.25rem;
    margin: 0 auto;
  }
  .fv-slide {
    margin: 1.125rem auto 0;
  }
  .fv .swiper-container02 {
    margin: 0 auto;
    width: 68.75rem;
  }
  .fv .fv-slide .swiper-wrapper {
    overflow: visible;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 1.125rem auto 0;
  }
  .fv .swiper-slide {
    cursor: pointer;
  }
  .fv .loop-item-txt {
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: bold;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 2001px) {
  .fv-left {
    left: 0;
  }
  .fv-right picture {
    margin: 0 auto;
  }
}
/*==============================================================================
mock
============================================================================= */
@media screen and (max-width: 767px) {
  .mock-bg {
    background: url(../images/mock-bg_sp.webp) no-repeat center/cover;
    padding: 7rem 0 6.4375rem;
  }
  .mock-img01 {
    width: 40.625rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .mock-bg {
    background: url(../images/mock-bg.webp) no-repeat center/cover;
    padding: 3.125rem 0 4.25rem;
  }
  .mock-img01 {
    width: 49.125rem;
    margin: 0 auto;
  }
}
/*==============================================================================
media
============================================================================= */
@media screen and (max-width: 767px) {
  .media-bg {
    background: #fff;
    padding: 7.5rem 0 8.0625rem;
  }
  .media-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 1.5625rem;
    padding-left: 2.5rem;
  }
  .media-head {
    width: 3.5625rem;
  }
  .media-right {
    width: 39.6875rem;
  }
  .media-logo {
    width: 38.125rem;
  }
  .media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.875rem;
    width: 62.5rem;
    margin: 2.25rem auto 0;
  }
  .media-item:first-child {
    width: 26.25rem;
  }
  .media-item:nth-of-type(2) {
    width: 13.0625rem;
  }
  .media-item:last-child {
    width: 15.375rem;
  }
  .media-txt01 {
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1.36;
    color: #2e2e2e;
    margin: 0.875rem auto 0;
  }
  .media .simplebar-content {
    padding: 0 0 2.1875rem !important;
  }
  .media .simplebar-track.simplebar-horizontal {
    width: 36.875rem;
    height: 0.6875rem;
    bottom: -0.625rem;
    left: 46%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .media .simplebar-track {
    height: 0.6875rem;
    background: #e6e6e6;
    border-radius: 100vmax;
  }
  .media .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 0.6875rem;
  }
  .media .simplebar-scrollbar.simplebar-visible:before {
    height: 0.6875rem;
    background: #b28939;
    opacity: 1;
    bottom: 0.1875rem;
  }
  .media .simplebar-content-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .media-bg {
    background: #fff;
    padding: 3.125rem 0 2.875rem;
  }
  .media-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 62.5rem;
    margin: 0 auto;
  }
  .media-head {
    width: 2.5rem;
  }
  .media-right {
    width: 56.25rem;
  }
  .media-logo {
    width: 33.4375rem;
    margin: 0 auto;
  }
  .media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 1.6875rem auto 0;
  }
  .media-item:first-child {
    width: 25.375rem;
  }
  .media-item:nth-of-type(2) {
    width: 12.5625rem;
  }
  .media-item:last-child {
    width: 14.8125rem;
  }
  .media-txt01 {
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    line-height: 1.33;
    color: #2e2e2e;
    margin: 0.9375rem auto 0;
  }
}
/*==============================================================================
select
============================================================================= */
@media screen and (max-width: 767px) {
  .select-bg {
    background: #f6f3f1;
    padding: 7.9375rem 0 7.375rem;
  }
  .select-ttl01 {
    width: 31.25rem;
    margin: 0 auto;
  }
  .select-box-txt {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    color: #2e2e2e;
    line-height: 1.66;
    text-align: center;
    margin: 2.6875rem auto 0;
  }
  .select-box-txt .bold {
    font-weight: bold;
  }
  .select-box-txt.diff {
    margin-top: 2.8125rem;
  }
  .select-box-graph {
    width: 36.5625rem;
    margin: 3.125rem auto 0;
  }
  .select-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.0625rem 0;
    margin: 6.875rem auto 0;
  }
  .select-item-ttl {
    font-size: 2.375rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    background: #133255;
    color: #fff;
    text-align: center;
    padding: 1.9375rem 0;
  }
  .select-item-txt {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.66;
    color: #2e2e2e;
    margin: 1.75rem auto 0;
  }
  .select-item-graph01 {
    width: 31.375rem;
    margin: 1.6875rem auto 0;
  }
  .select-item-graph02 {
    width: 39.125rem;
    margin: 1.5625rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .select-bg {
    background: #f6f3f1;
    padding: 6.6875rem 0 7.375rem;
  }
  .select-ttl01 {
    width: 50.625rem;
    margin: 0 auto;
  }
  .select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 3.5625rem auto 0;
  }
  .select-box-left {
    width: 33.125rem;
  }
  .select-box-txt {
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    color: #2e2e2e;
    line-height: 1.8;
    margin-top: 0.625rem;
  }
  .select-box-txt .bold {
    font-weight: bold;
  }
  .select-box-txt.diff {
    margin-top: 2.1875rem;
  }
  .select-box-graph {
    width: 24.875rem;
    margin-right: 1.875rem;
  }
  .select-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.5rem;
    margin: 4.9375rem auto 0;
  }
  .select-item-ttl {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    background: #133255;
    color: #fff;
    text-align: center;
    padding: 1.125rem 0;
  }
  .select-item-txt {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.88;
    color: #2e2e2e;
    margin: 0.75rem auto 0;
  }
  .select-item-graph01 {
    width: 19.875rem;
    margin: 1.125rem auto 0;
  }
  .select-item-graph02 {
    width: 24.875rem;
    margin: 1.125rem auto 0;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 767px) {
  .cta-bg {
    background: url(../images/cta-bg_sp.webp) no-repeat top center/cover;
    padding: 2.0625rem 0 6.0625rem;
  }
  .cta-bg02 {
    background: url(../images/cta-bg02_sp.webp) no-repeat top center/cover;
    padding: 2.0625rem 0 6.0625rem;
  }
  .cta-head {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 26.25rem;
  }
  .cta-head .color {
    color: #b28939;
    font-size: 2rem;
  }
  .cta-head .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.875rem;
    line-height: 1.75;
    margin: 0.1875rem auto 0;
  }
  .cta-ttl01 {
    width: 30.9375rem;
    margin: 6.9375rem 0 0 0;
  }
  .cta-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.0625rem 0;
    margin: 4.8125rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .cta-bg {
    background: url(../images/cta-bg.webp) no-repeat top center/125rem auto;
    padding: 2.5rem 0 3.75rem;
  }
  .cta-bg02 {
    background: url(../images/cta-bg02.webp) no-repeat top center/125rem auto;
    padding: 2.5rem 0 3.75rem;
  }
  .cta-head {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: bold;
  }
  .cta-head .color {
    color: #b28939;
    padding-right: 2.5rem;
  }
  .cta-ttl01 {
    width: 40.875rem;
    margin: 4.9375rem 0 0 0;
  }
  .cta-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 61.875rem;
    gap: 0 2.5rem;
    margin: 2.4375rem auto 0;
  }
}
/*==============================================================================
risk
============================================================================= */
@media screen and (max-width: 767px) {
  .risk-bg01 {
    background: #fff;
    padding: 2.6875rem 0 0.875rem;
  }
  .risk-ttl01 {
    width: 41.875rem;
    margin: 0 auto;
  }
  .risk-bg02 {
    background: #eff0f0;
    padding: 4.9375rem 0 8.125rem;
  }
  .risk-ttl02 {
    width: 42.125rem;
    margin: 0 auto;
  }
  .risk-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 0.9375rem;
    width: 41.875rem;
    margin: 2.3125rem auto 0;
  }
  .risk-item {
    position: relative;
    background: url(../images/risk-illust-bg_sp.webp) no-repeat center/cover;
    padding: 2.5rem 0 9.25rem 0;
  }
  .risk-item-txt {
    font-size: 2.125rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #133255;
    text-align: center;
  }
  .risk-item-illust01 {
    position: absolute;
    bottom: -3.3125rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 10.8125rem;
  }
  .risk-item-illust02 {
    position: absolute;
    bottom: -3.25rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 7.1875rem;
  }
  .risk-item-illust03 {
    position: absolute;
    bottom: -3.3125rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 8.6875rem;
  }
  .risk-bg03 {
    background: #fff;
    padding: 4.9375rem 0 4.9375rem;
  }
  .risk-ttl03 {
    width: 38.8125rem;
    margin: 0 auto;
  }
  .risk-list02 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem 0;
    width: 27.6875rem;
    margin: 2.5rem 0 0 auto;
  }
  .risk-item02 {
    display: grid;
    place-items: center;
    background: #eff0f0;
    border-radius: 100vmax;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    color: #133255;
    text-align: center;
    padding: 1.5625rem 0;
  }
  .risk-illust04 {
    position: absolute;
    top: 5rem;
    left: -4.375rem;
    z-index: 0;
    width: 19.0625rem;
  }
  .risk-bg04 {
    background: #eff0f0;
    padding: 5rem 0 5.375rem;
  }
  .risk-ttl04 {
    width: 36.125rem;
    margin: 0 auto;
  }
  .risk-txt01 {
    position: relative;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.55;
    color: #133255;
    margin: 1.875rem 0 0 5rem;
  }
  .risk-txt01::before {
    content: "";
    position: absolute;
    top: 1.8125rem;
    left: -4.6875rem;
    background: url(../images/risk-icon.webp) no-repeat center/cover;
    width: 3.5625rem;
    height: 3.1875rem;
  }
  .risk-txt01.diff {
    margin: 2.4375rem 0 0 5rem;
  }
  .risk-illust05 {
    position: absolute;
    top: 5rem;
    right: -2.8125rem;
    z-index: 0;
    width: 16.875rem;
  }
}
@media screen and (min-width: 768px) {
  .risk-bg01 {
    background: #fff;
    padding: 2.5rem 0 0;
  }
  .risk-ttl01 {
    width: 62.5rem;
    margin: 0 auto -1.875rem;
  }
  .risk-bg02 {
    background: #eff0f0;
    padding: 3.75rem 0 4.75rem;
  }
  .risk-ttl02 {
    width: 37.625rem;
    margin: 0 auto;
  }
  .risk-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.875rem;
    width: 48.9375rem;
    margin: 1.75rem auto 0;
  }
  .risk-item {
    position: relative;
    background: url(../images/risk-illust-bg.webp) no-repeat center/cover;
    padding: 1.75rem 0 6.75rem 0;
  }
  .risk-item-txt {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    color: #133255;
    text-align: center;
  }
  .risk-item-illust01 {
    position: absolute;
    bottom: -2.4375rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 8rem;
  }
  .risk-item-illust02 {
    position: absolute;
    bottom: -2.4375rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 5.5rem;
  }
  .risk-item-illust03 {
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6.375rem;
  }
  .risk-bg03 {
    background: #fff;
    padding: 3.8125rem 0 4rem;
  }
  .risk-ttl03 {
    width: 35.1875rem;
    margin: 0 auto;
  }
  .risk-list02 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2rem;
    width: 48.75rem;
    margin: 3.625rem auto 0;
  }
  .risk-item02 {
    display: grid;
    place-items: center;
    background: #eff0f0;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    color: #133255;
    text-align: center;
    border-radius: 2.0625rem;
  }
  .risk-illust04 {
    position: absolute;
    top: 0;
    left: -1.5625rem;
    z-index: 0;
    width: 14.6875rem;
  }
  .risk-bg04 {
    background: #eff0f0;
    padding: 3.75rem 0 3.9375rem;
  }
  .risk-ttl04 {
    width: 32.6875rem;
    margin: 0 auto;
  }
  .risk-txt01 {
    position: relative;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    color: #133255;
    margin: 2.5625rem 0 0 11.25rem;
  }
  .risk-txt01::before {
    content: "";
    position: absolute;
    top: -0.3125rem;
    left: -4.375rem;
    background: url(../images/risk-icon.webp) no-repeat center/cover;
    width: 2.25rem;
    height: 2rem;
  }
  .risk-txt01.diff {
    margin: 1.625rem 0 0 11.25rem;
  }
  .risk-illust05 {
    position: absolute;
    top: -0.625rem;
    right: 0;
    z-index: 0;
    width: 12.625rem;
  }
}
/*==============================================================================
utilize
============================================================================= */
@media screen and (max-width: 767px) {
  .utilize-bg {
    background: url(../images/utilize-bg_sp.webp) no-repeat center/cover;
    padding: 6.5625rem 0 8.3125rem;
  }
  .utilize-ttl01 {
    width: 37.5625rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .utilize-bg {
    background: url(../images/utilize-bg.webp) no-repeat center/cover;
    padding: 5rem 0 4.875rem;
  }
  .utilize-ttl01 {
    width: 26.5rem;
  }
}
/*==============================================================================
compare
============================================================================= */
@media screen and (max-width: 767px) {
  .compare-bg {
    background: #f6f3f1;
    padding: 6.625rem 0 7.375rem;
  }
  .compare-ttl01 {
    font-size: 2.875rem;
    letter-spacing: 0.06em;
    line-height: 1.52;
    color: #133255;
    text-align: center;
  }
  .compare-graph {
    width: 41.8125rem;
    margin: 2.8125rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .compare-bg {
    background: #f6f3f1;
    padding: 6.0625rem 0 7.375rem;
  }
  .compare-ttl01 {
    font-size: 2.875rem;
    letter-spacing: 0.06em;
    color: #133255;
    text-align: center;
  }
  .compare-graph {
    width: 57.5rem;
    margin: 3.5625rem auto 0;
  }
}
/*==============================================================================
case
============================================================================= */
@media screen and (max-width: 767px) {
  .case-bg {
    position: relative;
    background: #fff;
    padding: 18.6875rem 0 7.5rem;
  }
  .case-illust {
    position: absolute;
    top: -20.625rem;
    left: -12.8125rem;
    width: 36.875rem;
  }
  .case-ttl01 {
    position: relative;
    z-index: 1;
    width: 30.25rem;
    margin: 0 auto;
  }
  .case-txt01 {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
    color: #133255;
    text-align: center;
    margin: 2.875rem auto 0;
  }
  .case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem 0;
    margin: 5.75rem auto 0;
  }
  .case-item {
    position: relative;
    background: #f5f5f5;
    padding: 0.9375rem;
  }
  .case-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #fff;
    width: 12.5rem;
    height: 12.5rem;
  }
  .case-item-inner {
    background: #fff;
    padding: 2.375rem 2.1875rem 2.125rem;
  }
  .case-item-num01 {
    position: absolute;
    top: -1.4375rem;
    left: 0;
    width: 6rem;
  }
  .case-item-num02 {
    position: absolute;
    top: -1.4375rem;
    left: 0;
    width: 6.75rem;
  }
  .case-item-num03 {
    position: absolute;
    top: -1.4375rem;
    left: 0;
    width: 6.5625rem;
  }
  .case-item-num04 {
    position: absolute;
    top: -1.4375rem;
    left: 0;
    width: 6.5625rem;
  }
  .case-item-img {
    position: absolute;
    top: -1.4375rem;
    right: -1.375rem;
    width: 10.6875rem;
  }
  .case-item-ttl {
    position: relative;
    z-index: 1;
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    color: #2e2e2e;
    line-height: 1.64;
    border-bottom: 0.0625rem solid #2e2e2e;
    padding-bottom: 1.625rem;
  }
  .case-item-txt {
    position: relative;
    z-index: 1;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    color: #2e2e2e;
    line-height: 1.46;
    margin: 1.9375rem auto 0;
  }
  .case .more-inline {
    display: none;
  }
  .case .case-item-txt.expanded .dots {
    display: none;
  }
  .case .btn-text {
    display: none;
  }
  .case .case-item-txt.expanded + .readmore-btn .btn-text {
    display: inline;
  }
  .case .case-item-txt.expanded + .readmore-btn .btn-img {
    display: none;
  }
  .case .readmore-btn {
    display: block;
    width: 10.0625rem;
    margin: 1.25rem auto 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .case-bg {
    position: relative;
    background: #fff;
    padding: 12.6875rem 0 6.125rem;
  }
  .case-illust {
    position: absolute;
    top: -15.75rem;
    left: -10.625rem;
    width: 32.5rem;
  }
  .case-ttl01 {
    width: 38.3125rem;
    margin: 0 auto;
  }
  .case-txt01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #133255;
    text-align: center;
    margin: 1.75rem auto 0;
  }
  .case-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.6875rem 2.5rem;
    margin: 4.9375rem auto 0;
  }
  .case-item {
    position: relative;
    background: #f5f5f5;
    padding: 0.9375rem;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .case-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #fff;
    width: 10.625rem;
    height: 10.625rem;
  }
  .case-item-inner {
    background: #fff;
    padding: 2.5rem 1.375rem 2.25rem;
  }
  .case-item-num01 {
    position: absolute;
    top: -1.125rem;
    left: 0;
    width: 5.3125rem;
  }
  .case-item-num02 {
    position: absolute;
    top: -1.125rem;
    left: 0;
    width: 5.375rem;
  }
  .case-item-num03 {
    position: absolute;
    top: -1.125rem;
    left: 0;
    width: 5.4375rem;
  }
  .case-item-num04 {
    position: absolute;
    top: -1.125rem;
    left: 0;
    width: 5.5625rem;
  }
  .case-item-img {
    position: absolute;
    top: -1.25rem;
    right: 0;
    width: 6.75rem;
  }
  .case-item-ttl {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #2e2e2e;
    line-height: 1.66;
    border-bottom: 0.0625rem solid #2e2e2e;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .case-item-txt {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #2e2e2e;
    line-height: 1.75;
  }
  .case .more-inline {
    display: none;
  }
  .case .case-item-txt.expanded .dots {
    display: none;
  }
  .case .btn-text {
    display: none;
  }
  .case .case-item-txt.expanded + .readmore-btn .btn-text {
    display: inline;
  }
  .case .case-item-txt.expanded + .readmore-btn .btn-img {
    display: none;
  }
  .case .readmore-btn {
    display: block;
    width: 7.1875rem;
    margin: 0.75rem auto 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
  }
}
/*==============================================================================
reason
============================================================================= */
@media screen and (max-width: 767px) {
  .reason-bg01 {
    background: #fff;
    padding: 7.75rem 0 4.6875rem;
  }
  .reason-ttl01 {
    width: 32.8125rem;
    margin: 0 auto;
  }
  .reason-bg02 {
    background: #f6f3f1;
    padding: 7.5rem 0 6.875rem;
  }
  .reason-num01 {
    width: 11rem;
    margin: 0 auto;
  }
  .reason-num02 {
    width: 11.4375rem;
    margin: 0 auto;
  }
  .reason-num03 {
    width: 11.25rem;
    margin: 0 auto;
  }
  .reason-ttl02 {
    font-size: 3.125rem;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    margin: 3.0625rem auto 0;
  }
  .reason-box-img01 {
    width: 41.875rem;
    margin: 2.9375rem auto 0;
  }
  .reason-box-txt {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #000000;
    line-height: 1.64;
    margin: 2.9375rem auto 0;
  }
  .reason-box-txt .bold {
    font-weight: bold;
  }
  .reason-box-txt.diff {
    margin: 2.875rem auto 0;
  }
  .reason-bg03 {
    background: #fff;
    padding: 7.5rem 0 7.5rem;
  }
  .reason-btm {
    margin: 3.125rem auto 0;
  }
  .reason-btm-left {
    display: grid;
    place-items: center;
    background: #133255;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    border-radius: 0.3125rem 0.3125rem 0 0;
    padding: 1.3125rem 0;
  }
  .reason-btm-right {
    position: relative;
    background: #f6f3f1;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    line-height: 1.61;
    padding: 1.25rem 1.875rem 1.8125rem 7.5rem;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
  .reason-btm-right::before {
    content: "";
    position: absolute;
    top: 3.3125rem;
    left: 1.875rem;
    background: url(../images/reason-icon01.webp) no-repeat center/cover;
    width: 4.4375rem;
    height: 3.625rem;
  }
  .reason-bg04 {
    background: #f6f3f1;
    padding: 7.5rem 0 6.875rem;
  }
  .reason-bg05 {
    background: #fff;
    padding: 7.5rem 0 6.875rem;
  }
}
@media screen and (min-width: 768px) {
  .reason-bg01 {
    background: #fff;
    padding: 4.875rem 0 3.625rem;
  }
  .reason-ttl01 {
    width: 39.3125rem;
    margin: 0 auto;
  }
  .reason-bg02 {
    background: #f6f3f1;
    padding: 4.9375rem 0 4.8125rem;
  }
  .reason-num01 {
    width: 7.8125rem;
    margin: 0 auto;
  }
  .reason-num02 {
    width: 8.0625rem;
    margin: 0 auto;
  }
  .reason-num03 {
    width: 8rem;
    margin: 0 auto;
  }
  .reason-ttl02 {
    font-size: 2.375rem;
    color: #000000;
    text-align: center;
    margin: 2.4375rem auto 0;
  }
  .reason-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 3.1875rem auto 0;
  }
  .reason-box-img01 {
    width: 30rem;
    margin: 0.5625rem 0 0;
  }
  .reason-box-txt {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #000000;
    line-height: 1.8;
    width: 30rem;
  }
  .reason-box-txt .bold {
    font-weight: bold;
  }
  .reason-box-txt.diff {
    margin: 2.25rem auto 0;
  }
  .reason-bg03 {
    background: #fff;
    padding: 5rem 0 5rem;
  }
  .reason-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 2.0625rem auto 0;
  }
  .reason-btm-left {
    display: grid;
    place-items: center;
    background: #133255;
    width: 14.0625rem;
    height: 6.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    border-radius: 0.3125rem 0 0 0.3125rem;
  }
  .reason-btm-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f6f3f1;
    width: 48.4375rem;
    height: 6.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
    padding-left: 8.125rem;
    border-radius: 0 0.3125rem 0.3125rem 0;
  }
  .reason-btm-right::before {
    content: "";
    position: absolute;
    top: 1.6875rem;
    left: 2.5rem;
    background: url(../images/reason-icon01.webp) no-repeat center/cover;
    width: 3.625rem;
    height: 3rem;
  }
  .reason-bg04 {
    background: #f6f3f1;
    padding: 5rem 0 4.875rem;
  }
  .reason-bg05 {
    background: #fff;
    padding: 5rem 0 6.125rem;
  }
}
/*==============================================================================
step
============================================================================= */
@media screen and (max-width: 767px) {
  .step-bg {
    background: url(../images/step-bg_sp.webp) no-repeat top center/cover;
    padding: 7.5rem 0 7.5rem;
  }
  .step-ttl01 {
    width: 38.75rem;
    margin: 0 auto;
  }
  .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.6875rem 0;
    margin: 25.4375rem auto 0;
  }
  .step-item {
    position: relative;
    background: #fff;
    padding: 4.375rem 0 4.375rem 2.5rem;
    height: 25.5625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .step-item-num01 {
    position: absolute;
    top: -2.375rem;
    left: 2.5rem;
    width: 7.8125rem;
  }
  .step-item-num02 {
    position: absolute;
    top: -2.375rem;
    left: 2.5rem;
    width: 8.125rem;
  }
  .step-item-num03 {
    position: absolute;
    top: -2.375rem;
    left: 2.5rem;
    width: 8.25rem;
  }
  .step-item-num04 {
    position: absolute;
    top: -2.375rem;
    left: 2.5rem;
    width: 8.25rem;
  }
  .step-item-num05 {
    position: absolute;
    top: -2.375rem;
    left: 2.5rem;
    width: 8.1875rem;
  }
  .step-item-num06 {
    position: absolute;
    top: -2.375rem;
    left: 2.5rem;
    width: 8rem;
  }
  .step-item-img01 {
    position: absolute;
    top: 4.9375rem;
    right: -2.5rem;
    width: 15.6875rem;
  }
  .step-item-ttl {
    font-size: 2.75rem;
    letter-spacing: 0.04em;
    line-height: 1.36;
    color: #133255;
  }
  .step-item-txt {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    line-height: 1.69;
    color: #000000;
    margin: 2.375rem 0 0;
    width: 23.75rem;
  }
  .step-item.item03 {
    height: 26.75rem;
  }
}
@media screen and (min-width: 768px) {
  .step-bg {
    background: url(../images/step-bg.webp) no-repeat top center/125rem auto;
    padding: 7.4375rem 0 7.5rem;
  }
  .step-ttl01 {
    width: 34.5rem;
  }
  .step-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 4.5625rem;
    margin: 6.4375rem auto 0;
  }
  .step-item {
    position: relative;
    background: #fff;
    padding: 3.3125rem 0 0 1.875rem;
    height: 17.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .step-item-num01 {
    position: absolute;
    top: -1.875rem;
    left: 1.875rem;
    width: 5.5rem;
  }
  .step-item-num02 {
    position: absolute;
    top: -1.875rem;
    left: 1.875rem;
    width: 5.5625rem;
  }
  .step-item-num03 {
    position: absolute;
    top: -1.875rem;
    left: 1.875rem;
    width: 5.4375rem;
  }
  .step-item-num04 {
    position: absolute;
    top: -1.875rem;
    left: 1.875rem;
    width: 5.5625rem;
  }
  .step-item-num05 {
    position: absolute;
    top: -1.875rem;
    left: 1.875rem;
    width: 5.6875rem;
  }
  .step-item-num06 {
    position: absolute;
    top: -1.875rem;
    left: 1.875rem;
    width: 5.5625rem;
  }
  .step-item-img01 {
    position: absolute;
    top: 3.375rem;
    right: -2.1875rem;
    width: 10.4375rem;
  }
  .step-item-ttl {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    color: #133255;
  }
  .step-item-txt {
    font-size: 1.0625rem;
    letter-spacing: 0.04em;
    line-height: 1.64;
    color: #000000;
    margin: 1.4375rem 0 0;
    width: 16.6875rem;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 767px) {
  .faq-bg {
    background: #fff;
    padding: 7.5625rem 0 4.8125rem;
  }
  .faq-ttl01 {
    width: 23.875rem;
    margin: 0 auto;
  }
  .faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem 0;
    margin: 3.9375rem auto 0;
  }
  .faq-item {
    position: relative;
  }
  .faq-item::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 1.5625rem;
    right: 7.1875rem;
    background: #000;
    width: 0.0625rem;
    height: 6.875rem;
    -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.14);
            box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.14);
  }
  .faq-item:nth-of-type(3)::before {
    height: 10rem;
  }
  .faq-item-ttl {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f446d), to(#133255));
    background: linear-gradient(to bottom, #1f446d, #133255);
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.875rem 1.25rem 1.875rem 2.5rem;
  }
  .faq-item-ttl .arrow {
    position: absolute;
    top: 2.5625rem;
    right: 2.8125rem;
    display: inline-block;
    width: 1.25rem;
    height: 1rem;
    background: url(../images/faq-arrow.webp) no-repeat center/cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .faq-item-ttl .open {
    position: absolute;
    top: 4.6875rem;
    right: 2rem;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #fff;
  }
  .faq-item-ttl.open .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .faq-item-ttl.open .open {
    right: 1.3125rem;
  }
  .faq-item-answer {
    padding: 1.9375rem 0 1.6875rem;
    color: #333;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    display: none;
    line-height: 1.64;
  }
  .faq-item-answer .bold {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .faq-bg {
    background: #fff;
    padding: 7.4375rem 0 5rem;
  }
  .faq-ttl01 {
    width: 23.75rem;
    margin: 0 auto;
  }
  .faq-list {
    margin: 3.625rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2.5rem;
  }
  .faq-item {
    position: relative;
  }
  .faq-item::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 1.25rem;
    right: 4.6875rem;
    background: #000;
    width: 0.0625rem;
    height: 5rem;
    -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.14);
            box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.14);
  }
  .faq-item-ttl {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f446d), to(#133255));
    background: linear-gradient(to bottom, #1f446d, #133255);
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  }
  .faq-item-ttl .arrow {
    position: absolute;
    top: 2.5625rem;
    right: 1.875rem;
    display: inline-block;
    width: 1.25rem;
    height: 1rem;
    background: url(../images/faq-arrow.webp) no-repeat center/cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .faq-item-ttl .open {
    position: absolute;
    top: 3.75rem;
    right: 1.5625rem;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #fff;
  }
  .faq-item-ttl.open .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .faq-item-ttl.open .open {
    right: 1.25rem;
  }
  .faq-item-answer {
    padding: 2.0625rem 0 2.8125rem;
    color: #333;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    display: none;
    line-height: 1.77;
  }
  .faq-item-answer .bold {
    font-weight: bold;
  }
}
/*==============================================================================
support
============================================================================= */
@media screen and (max-width: 767px) {
  .support-bg01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f446d), to(#133255));
    background: linear-gradient(to bottom, #1f446d, #133255);
    padding: 7.5rem 0 3.875rem;
  }
  .support-ttl01 {
    width: 31.5625rem;
    margin: 0 auto;
  }
  .support-bg02 {
    background: #f1f3f0;
    padding: 0 0 7.1875rem;
  }
  .support-img01 {
    width: 46.875rem;
  }
  .support-right {
    width: 41.875rem;
    margin: 0 auto;
  }
  .support-right-ttl {
    width: 41.6875rem;
    margin: 4.6875rem auto 0;
  }
  .support-right-txt {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    color: #2e2e2e;
    line-height: 1.53;
    margin: 1.9375rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .support-bg01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f446d), to(#133255));
    background: linear-gradient(to bottom, #1f446d, #133255);
    padding: 4.9375rem 0 3.5rem;
  }
  .support-inner {
    width: 62.5rem;
    margin: 0 auto;
  }
  .support-ttl01 {
    width: 44.375rem;
    margin: 0 auto;
  }
  .support-bg02 {
    background: #f1f3f0;
    padding: 0 0 7rem;
  }
  .support-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .support-left {
    position: relative;
  }
  .support-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: -31.375rem;
    z-index: 0;
    background: url(../images/support-bg.webp) no-repeat center/cover;
    width: 57.6875rem;
    height: 21.875rem;
  }
  .support-img01 {
    position: absolute;
    top: -2rem;
    left: -2.1875rem;
    z-index: 1;
    width: 28.4375rem;
  }
  .support-name {
    position: absolute;
    top: 23.75rem;
    left: 4.0625rem;
    z-index: 1;
    width: 20.8125rem;
  }
  .support-right {
    width: 33.4375rem;
  }
  .support-right-ttl {
    width: 33.4375rem;
    margin: 3.125rem 0 0;
  }
  .support-right-txt {
    font-size: 1rem;
    letter-spacing: 0.04em;
    color: #2e2e2e;
    line-height: 1.87;
    margin: 0.6875rem 0 0;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    background: #2e2e2e;
    padding: 3.6875rem 0;
    margin-top: -0.0625rem;
  }
  .footer-copy {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    background: #2e2e2e;
    padding: 2.6875rem 0;
    margin-top: -0.0625rem;
  }
  .footer-copy {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
  }
}