@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: Meiryo, sans-serif;
  font-weight: 500;
  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: 1000px) {
  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;
  }
  .header-left {
    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;
  }
  .header-logo {
    width: 11.5625rem;
    margin: 0 1.25rem 0 0;
  }
  .header h1 {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.57;
  }
  .header-contact {
    width: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-left {
    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;
  }
  .header-logo {
    width: 13.125rem;
    margin: 0 1.5625rem 0 0;
  }
  .header h1 {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 1.1875rem;
    line-height: 1.36;
  }
  .header-contact {
    width: 14.5625rem;
    margin: 0 -1.875rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    padding: 2.5rem 0 5.625rem;
    background: url(../images/fv-bg.webp) no-repeat center/cover;
  }
  .fv h2 {
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  .fv h2 .dot {
    position: relative;
    font-size: 2.25rem;
  }
  .fv h2 .dot::before {
    content: "・・";
    position: absolute;
    top: -1.5625rem;
    left: 0.3125rem;
    font-size: 1.875rem;
    letter-spacing: 0.29em;
  }
  .fv h2 .mini {
    font-size: 1.75rem;
  }
  .fv h2 .middle01 {
    font-size: 2.75rem;
  }
  .fv h2 .middle02 {
    font-size: 2.375rem;
  }
  .fv h2 .brown {
    display: inline-block;
    vertical-align: bottom;
    width: 35.1875rem;
    margin: -0.625rem 0 0 -2.5rem;
  }
  .fv-band {
    position: relative;
    width: 30.8125rem;
    margin: 0 0 1.5625rem;
    padding: 0.875rem 0 0.875rem 5.125rem;
    background: url(../images/fv-band-bg.webp) no-repeat center/cover;
  }
  .fv-band-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 1.96875rem;
    letter-spacing: 0.13em;
    line-height: 1;
  }
  .fv-band-img {
    position: absolute;
    top: -1.25rem;
    left: -0.9375rem;
    width: 4.125rem;
  }
  .fv-txt {
    color: #ffffff;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .fv-txt .middle {
    font-weight: bold;
    font-size: 1.5rem;
  }
  .fv-txt .brown {
    background: -webkit-gradient(linear, left top, left bottom, from(#e6b775), to(#ce922d));
    background: linear-gradient(to bottom, #e6b775, #ce922d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    font-size: 1.75rem;
  }
  .fv-img {
    position: absolute;
    top: 0;
    right: 3.4375rem;
    width: 44.25rem;
  }
}
@media screen and (max-width: 767px) {
  .fv-bg {
    padding: 3.9375rem 0 31.25rem;
    background: url(../images/fv-bg-sp.webp) no-repeat center/cover;
  }
  .fv h2 {
    margin: 0 0 1.625rem 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.90625rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  .fv h2 .dot {
    position: relative;
    font-size: 2.25rem;
  }
  .fv h2 .dot::before {
    content: "・・";
    position: absolute;
    top: -1.875rem;
    left: 0.125rem;
    font-size: 2.125rem;
    letter-spacing: 0.19em;
  }
  .fv h2 .mini {
    font-size: 2rem;
  }
  .fv h2 .middle01 {
    font-size: 3.125rem;
  }
  .fv h2 .middle02 {
    font-size: 2.75rem;
  }
  .fv h2 .brown {
    display: inline-block;
    vertical-align: bottom;
    width: 39.8125rem;
    margin: -1.25rem 0 0 -2.5rem;
  }
  .fv-band {
    position: relative;
    margin: 0 0.3125rem 2.1875rem 1.875rem;
    padding: 1rem 0 0.8125rem 5.9375rem;
    background: url(../images/fv-band-bg.webp) no-repeat center/cover;
  }
  .fv-band-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.13em;
    line-height: 1;
  }
  .fv-band-img {
    position: absolute;
    top: -1.25rem;
    left: -0.9375rem;
    width: 4.6875rem;
  }
  .fv-txt {
    margin: 0 0 0 1.875rem;
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .fv-txt .middle {
    font-weight: bold;
    font-size: 1.75rem;
  }
  .fv-txt .brown {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb571), to(#a56b59));
    background: linear-gradient(to bottom, #ffb571, #a56b59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    font-size: 2.125rem;
  }
  .fv-img {
    position: absolute;
    bottom: -33.125rem;
    right: -0.625rem;
    width: 42.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .difference-bg {
    padding: 4.6875rem 0 6.25rem;
    background: url(../images/difference-bg.webp) no-repeat bottom/contain;
  }
  .difference h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.4375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .difference h2::before, .difference h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.1875rem;
    height: 3.125rem;
    background: #1c265a;
    -webkit-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
    z-index: 1;
  }
  .difference h2::before {
    left: -0.625rem;
  }
  .difference h2::after {
    right: -1.5625rem;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
  }
  .difference h2 .mini {
    font-size: 2rem;
  }
  .difference h2 .big {
    font-size: 2.625rem;
  }
  .difference h2 .blue {
    position: relative;
    color: #2a6fbb;
  }
  .difference h2 .blue::before {
    content: "・・";
    position: absolute;
    top: -1.25rem;
    left: 0.3125rem;
    font-size: 1.875rem;
    letter-spacing: 0.39em;
  }
  .difference-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: 62.5rem;
    margin: 0 auto 6.6875rem;
  }
  .difference-item {
    width: 30rem;
    padding: 2rem 0 0;
    border-radius: 1.25rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e7fa), to(#ebeffb));
    background: linear-gradient(to bottom, #e1e7fa 0%, #ebeffb 100%);
  }
  .difference-item-txt {
    margin: 0 0 0.9375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.63;
  }
  .difference-item-txt span {
    color: #2a6fbb;
    font-size: 1.875rem;
  }
  .difference-item-img01 {
    width: 23.875rem;
    margin: 0 0 0 1.0625rem;
  }
  .difference-item-img02 {
    width: 25.9375rem;
    margin: 0 auto;
  }
  .difference-txt01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.9375rem;
    padding: 0 0 0.625rem;
    border-bottom: 1px solid #1c265a;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .difference-txt02 {
    margin: 0 0 3.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.625rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .difference-logo {
    overflow: hidden;
    margin: 0 0 6.25rem;
  }
  .difference-logo-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: difference-logo-scroll 40s linear infinite;
            animation: difference-logo-scroll 40s linear infinite;
  }
  .difference-logo-track img {
    display: block;
    margin: 0 2.5rem 0 0;
  }
  .difference-box {
    width: 62.5rem;
    margin: 0 auto;
    padding: 3rem 6.25rem 3.125rem;
    border-radius: 1.875rem;
    background: url(../images/difference-box-bg.webp) no-repeat center/cover;
  }
  .difference-box-ttl {
    margin: 0 0 1.25rem;
    color: #fffffe;
    font-weight: bold;
    font-size: 1.8125rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .difference-box-ttl span {
    font-weight: normal;
    font-size: 1.5rem;
  }
  .difference-box-content {
    padding: 1.0625rem 2.625rem 1.5625rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .difference-box-wrap {
    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;
  }
  .difference-box-txt01 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.875rem auto 1.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
  }
  .difference-box-txt01::before, .difference-box-txt01::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 1.5625rem;
    background: #1c265a;
    -webkit-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
    z-index: 1;
  }
  .difference-box-txt01::before {
    left: -0.9375rem;
  }
  .difference-box-txt01::after {
    right: -0.9375rem;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
  }
  .difference-box-item {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.125rem;
  }
  .difference-box-item::before {
    content: "";
    position: absolute;
    top: -0.3125rem;
    left: 0;
    width: 1.3125rem;
    height: 1.3125rem;
    background: url(../images/difference-box-item-check.webp) no-repeat center/cover;
  }
  .difference-box-img {
    width: 21.25rem;
    margin: 0 auto;
  }
  .difference-box-wrap02 {
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .difference-box-btn {
    position: relative;
    width: 29.8125rem;
    margin: 0 1.625rem 0.625rem 0;
    padding: 2.0625rem 0 2.0625rem 3.3125rem;
    border-radius: 3.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#ff5400), to(#ff7b00));
    background: linear-gradient(to right, #ff5400, #ff7b00);
    -webkit-box-shadow: 0 0.3125rem 0 #c94e03;
            box-shadow: 0 0.3125rem 0 #c94e03;
  }
  .difference-box-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.4375rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/difference-box-btn-arrow.webp) no-repeat center/cover;
  }
  .difference-box-btn-txt01 {
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 10.875rem;
    padding: 0.4375rem 0;
    background: #ffffff;
    border-radius: 3.125rem;
    border: 0.1875rem solid #ff6200;
    text-align: center;
    color: #ff7e00;
    font-weight: bold;
    font-size: 1rem;
  }
  .difference-box-btn-txt01::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.4375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.6875rem solid #fff;
    pointer-events: none;
  }
  .difference-box-btn-txt02 {
    color: #fffffe;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .difference-box-balloon {
    position: relative;
    width: 22.5rem;
    padding: 1.0625rem 0;
    border-radius: 1.875rem;
    background: #d1ebfc;
  }
  .difference-box-balloon::before {
    content: "";
    position: absolute;
    bottom: 0.3125rem;
    left: -0.9375rem;
    width: 1.625rem;
    height: 0.9375rem;
    background: url(../images/difference-box-balloon-arrow.webp) no-repeat center/cover;
  }
  .difference-box-balloon-img {
    position: absolute;
    top: -0.9375rem;
    left: -0.9375rem;
    width: 2.6875rem;
  }
  .difference-box-balloon-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.4;
  }
  .difference-box-balloon-txt span {
    color: #2a6fbb;
  }
  .difference02-bg {
    padding: 5.8125rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7edfe));
    background: linear-gradient(to bottom, #ffffff 0%, #e7edfe 100%);
  }
}
@media screen and (max-width: 767px) {
  .difference-bg {
    padding: 5.5625rem 0 6.25rem;
    background: url(../images/difference-bg-sp.webp) no-repeat bottom/contain;
  }
  .difference h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.9375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .difference h2::before, .difference h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.125rem;
    height: 3.75rem;
    background: #1c265a;
    -webkit-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
    z-index: 1;
  }
  .difference h2::before {
    left: -1.5625rem;
  }
  .difference h2::after {
    right: -1.875rem;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
  }
  .difference h2 .mini {
    font-size: 2.5rem;
  }
  .difference h2 .big {
    font-size: 3.25rem;
  }
  .difference h2 .blue {
    position: relative;
    color: #2a6fbb;
  }
  .difference h2 .blue::before {
    content: "・・";
    position: absolute;
    top: -1.5625rem;
    left: 0.3125rem;
    font-size: 2.3125rem;
    letter-spacing: 0.49em;
  }
  .difference-list {
    margin: 0 auto 7.4375rem;
  }
  .difference-item {
    margin: 0 0 2.5rem;
    padding: 2.75rem 0 0;
    border-radius: 1.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#e1e7fa), to(#ebeefb));
    background: linear-gradient(to right, #e1e7fa 0%, #ebeefb 100%);
  }
  .difference-item-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.61;
  }
  .difference-item-txt span {
    color: #2a6fbb;
    font-size: 2.75rem;
  }
  .difference-item-img01 {
    width: 34.375rem;
    margin: 0 0 0 1.6875rem;
  }
  .difference-item-img02 {
    width: 37.1875rem;
    margin: 0 auto;
  }
  .difference-txt01 {
    margin: 0 auto 2.1875rem;
    padding: 0 0 1.5625rem;
    border-bottom: 1px solid #1c265a;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .difference-txt02 {
    margin: 0 0 4.6875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.46;
  }
  .difference-logo {
    overflow: hidden;
    margin: 0 0 5.3125rem;
  }
  .difference-logo-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: difference-logo-scroll 40s linear infinite;
            animation: difference-logo-scroll 40s linear infinite;
  }
  .difference-logo-track img {
    display: block;
    margin: 0 3.125rem 0 0;
  }
  .difference-box {
    position: relative;
    padding: 2.5rem 1.875rem 3.125rem;
    border-radius: 1.875rem;
    background: url(../images/difference-box-bg.webp) no-repeat center/cover;
  }
  .difference-box-ttl {
    margin: 0 0 3.25rem;
    color: #fffffe;
    font-weight: bold;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .difference-box-ttl span {
    display: block;
    margin: 1.875rem 0 0 2.8125rem;
    font-weight: normal;
    font-size: 1.75rem;
    line-height: 1.5;
    text-align: left;
  }
  .difference-box-content {
    padding: 3.125rem 1.5625rem 2.4375rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .difference-box-txt01 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
  }
  .difference-box-txt01::before, .difference-box-txt01::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 2.1875rem;
    background: #1c265a;
    -webkit-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
    z-index: 1;
  }
  .difference-box-txt01::before {
    left: -1.5625rem;
  }
  .difference-box-txt01::after {
    right: -1.5625rem;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
  }
  .difference-box-item {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 2.75rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .difference-box-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.875rem;
    height: 1.875rem;
    background: url(../images/difference-box-item-check.webp) no-repeat center/cover;
  }
  .difference-box-img {
    position: absolute;
    top: 10.625rem;
    right: 3.4375rem;
    width: 16.6875rem;
  }
  .difference-box-btn {
    position: relative;
    margin: 2.6875rem 0 2.8125rem;
    padding: 2.9375rem 0 2.1875rem 1.5rem;
    border-radius: 3.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#ff5400), to(#ff7b00));
    background: linear-gradient(to right, #ff5400, #ff7b00);
    -webkit-box-shadow: 0 0.3125rem 0 #c94e03;
            box-shadow: 0 0.3125rem 0 #c94e03;
  }
  .difference-box-btn::before {
    content: "";
    position: absolute;
    top: 2.875rem;
    right: 1.3125rem;
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/difference-box-btn-arrow.webp) no-repeat center/cover;
  }
  .difference-box-btn-txt01 {
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 14.0625rem;
    padding: 0.625rem 0 0.375rem 0;
    background: #ffffff;
    border-radius: 3.125rem;
    border: 0.1875rem solid #ff6200;
    text-align: center;
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.375rem;
  }
  .difference-box-btn-txt01::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.4375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.6875rem solid #fff;
    pointer-events: none;
  }
  .difference-box-btn-txt02 {
    color: #fffffe;
    font-weight: bold;
    font-size: 1.75rem;
  }
  .difference-box-balloon {
    position: relative;
    width: 31.875rem;
    margin: 0 auto;
    padding: 1.0625rem 0;
    border-radius: 1.875rem;
    background: #d1ebfc;
  }
  .difference-box-balloon-img {
    position: absolute;
    top: -0.9375rem;
    left: -0.9375rem;
    width: 3.375rem;
  }
  .difference-box-balloon-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.5;
  }
  .difference-box-balloon-txt span {
    color: #2a6fbb;
  }
  .difference02-bg {
    padding: 3.75rem 0 6.3125rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7edfe));
    background: linear-gradient(to bottom, #ffffff 0%, #e7edfe 100%);
  }
}
@-webkit-keyframes difference-logo-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes difference-logo-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .graph-bg {
    padding: 5.1875rem 0 6.5625rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275c));
    background: linear-gradient(to right, #2381cd, #1c275c);
  }
  .graph-top {
    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: 50rem;
    margin: 0 auto 2.1875rem;
  }
  .graph-top-txt {
    position: relative;
    width: 23.75rem;
    padding: 0.75rem 0;
    background: #ffffff;
    border-radius: 3.125rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .graph-top-txt span {
    font-size: 1.875rem;
  }
  .graph-top-txt::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.6875rem solid #fff;
    pointer-events: none;
  }
  .graph h2 {
    margin: 0 0 2.375rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.36;
  }
  .graph h2 .orange {
    color: #ff9533;
    font-size: 2.75rem;
  }
  .graph h2 .middle {
    font-size: 2.75rem;
  }
  .graph-main {
    width: 62.5rem;
    margin: 0 auto;
  }
  .graph-content {
    position: relative;
  }
  .graph-content-wrap {
    position: absolute;
    top: -9.375rem;
    right: 8.4375rem;
    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;
  }
  .graph-content-wrap-img {
    width: 2.5rem;
  }
  .graph-content-wrap-img02 {
    width: 2.5rem;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .graph-content-wrap-txt {
    margin: -0.625rem 0.75rem 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .graph-content-categories {
    width: 62.5rem;
    margin: 0 auto;
  }
  .graph-content-category {
    margin: 0 0 0.3125rem;
    padding: 2.25rem 0 2.25rem 1.625rem;
    background: #e0eefd;
    border-radius: 0.625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .graph-content-list {
    position: absolute;
    top: -9.875rem;
    left: 18.4375rem;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .graph-content-item {
    width: 21.875rem;
    margin: 0 0.625rem 0 0;
    border-radius: 2.5rem;
  }
  .graph-content-item-ttls {
    position: relative;
    padding: 3rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#264d90), to(#1f3068));
    background: linear-gradient(to right, #264d90, #1f3068);
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .graph-content-item-img {
    position: absolute;
    top: -0.625rem;
    left: 0.5625rem;
    width: 3.75rem;
  }
  .graph-content-item-ttl {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .graph-content-item-ttl span {
    font-size: 1.125rem;
  }
  .graph-content-item-deco {
    position: absolute;
    top: -1.25rem;
    right: 0;
    width: 5.3125rem;
    height: 4.375rem;
    padding: 0.9375rem 0 0;
    color: #ffffff;
    background: url(../images/graph-content-item-deco-bg.webp) no-repeat center/cover;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .graph-content-item-deco .num {
    font-size: 1.75rem;
  }
  .graph-content-item-deco .middle {
    font-size: 1.4375rem;
  }
  .graph-content-item-contents {
    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;
    height: 6.0625rem;
    padding: 0 0 0 1.375rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .graph-content-item-contents:last-child {
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .graph-content-item-contents-circle {
    margin: 0 0.8125rem 0 0;
    color: #1c265a;
    font-size: 1.875rem;
  }
  .graph-content-item-contents-txt {
    color: #1c265a;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .graph-content-item-contents-txt .orange01 {
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.25rem;
  }
  .graph-content-item-contents-txt .orange02 {
    color: #ff7e00;
    font-weight: bold;
  }
  .graph-content-item02 {
    width: 12.5rem;
    margin: 0 0.625rem 0 0;
    border-radius: 2.5rem;
  }
  .graph-content-item02-ttl {
    padding: 1.8125rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#4f5868), to(#38404f));
    background: linear-gradient(to right, #4f5868, #38404f);
    border-radius: 2.5rem 2.5rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .graph-content-item02-contents {
    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;
    height: 6.0625rem;
    padding: 0 0 0 1.3125rem;
    background: rgba(224, 228, 235, 0.9);
  }
  .graph-content-item02-contents:last-child {
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .graph-content-item02-contents-circle {
    margin: 0 1rem 0 0;
    color: #1c265a;
    font-size: 1.4375rem;
  }
  .graph-content-item02-contents-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .graph-bg {
    padding: 5rem 0 6.4375rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275c));
    background: linear-gradient(to right, #2381cd, #1c275c);
  }
  .graph-top {
    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: 39.375rem;
    margin: 0 auto 1.875rem;
  }
  .graph-top-txt {
    position: relative;
    width: 18.75rem;
    padding: 0.75rem 0;
    background: #ffffff;
    border-radius: 3.125rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .graph-top-txt span {
    font-size: 1.875rem;
  }
  .graph-top-txt::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.6875rem solid #fff;
    pointer-events: none;
  }
  .graph h2 {
    margin: 0 0 2.5rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.66;
  }
  .graph h2 .orange {
    color: #ff9533;
    font-size: 3.125rem;
  }
  .graph h2 .middle {
    font-size: 3.125rem;
  }
  .graph-main {
    width: 101.0625rem;
  }
  .graph-content {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 3.125rem;
  }
  .graph-content-swipe {
    position: absolute;
    z-index: 10;
    top: 28.75rem;
    left: 13.3125rem;
    width: 16.625rem;
    padding: 3.25rem 0 2.0625rem;
    background: rgba(40, 39, 40, 0.7);
    border-radius: 1.25rem;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .graph-content-swipe.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .graph-content-swipe-img {
    width: 6.8125rem;
    margin: 0 0 2.125rem 3.75rem;
    -webkit-animation: graphSwipeGuide 1.2s ease-in-out infinite;
            animation: graphSwipeGuide 1.2s ease-in-out infinite;
  }
  .graph-content-swipe-txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5625rem;
    text-align: center;
  }
  .graph-content .simplebar-track.simplebar-horizontal {
    bottom: 0;
    height: 1.25rem;
    background: #ffffff;
    border-radius: 62.4375rem;
  }
  .graph-content .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0 !important;
    height: 100% !important;
  }
  .graph-content .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #023069;
    border-radius: 62.4375rem;
    opacity: 1;
  }
  .graph-content-wrap {
    position: absolute;
    top: -9.375rem;
    right: 8.4375rem;
    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;
  }
  .graph-content-wrap-img {
    width: 2.5rem;
  }
  .graph-content-wrap-img02 {
    width: 2.5rem;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .graph-content-wrap-txt {
    margin: -0.625rem 1.1875rem 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .graph-content-categories {
    position: absolute;
    top: 17.54rem;
    left: 0;
    width: 101.0625rem;
    margin: 0 auto;
  }
  .graph-content-category {
    margin: 0 0 0.3125rem;
    padding: 3.6875rem 0 3.6875rem 2.5625rem;
    background: #e0eefd;
    border-radius: 0.625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .graph-content-list {
    position: relative;
    z-index: 5;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 77.8125rem;
    margin: 0 0 0 19.6875rem;
    padding: 1.875rem 0 0;
  }
  .graph-content-item {
    width: 35.3125rem;
    border-radius: 2.5rem;
  }
  .graph-content-item-ttls {
    position: relative;
    padding: 4.6875rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#264d90), to(#1f3068));
    background: linear-gradient(to right, #264d90, #1f3068);
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .graph-content-item-img {
    position: absolute;
    top: -0.625rem;
    left: 1rem;
    width: 6rem;
  }
  .graph-content-item-ttl {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.41875rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .graph-content-item-ttl span {
    font-size: 1.8125rem;
  }
  .graph-content-item-deco {
    position: absolute;
    top: -1.25rem;
    right: 0;
    width: 9.125rem;
    height: 7.5rem;
    padding: 1.75rem 0 0;
    color: #ffffff;
    background: url(../images/graph-content-item-deco-bg.webp) no-repeat center/cover;
    font-weight: bold;
    font-size: 1.8125rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .graph-content-item-deco .num {
    font-size: 2.8125rem;
  }
  .graph-content-item-deco .middle {
    font-size: 2.3125rem;
  }
  .graph-content-item-contents {
    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;
    height: 9.5625rem;
    padding: 0 0 0 2.1875rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .graph-content-item-contents:last-child {
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .graph-content-item-contents-circle {
    margin: 0 1.4375rem 0 0;
    color: #1c265a;
    font-size: 3rem;
  }
  .graph-content-item-contents-txt {
    color: #1c265a;
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .graph-content-item-contents-txt .orange01 {
    color: #ff7e00;
    font-weight: bold;
    font-size: 2rem;
  }
  .graph-content-item-contents-txt .orange02 {
    color: #ff7e00;
    font-weight: bold;
  }
  .graph-content-item02 {
    width: 20.1875rem;
    border-radius: 2.5rem;
  }
  .graph-content-item02-ttl {
    padding: 2.8125rem 0 3.0625rem;
    background: -webkit-gradient(linear, left top, right top, from(#4f5868), to(#38404f));
    background: linear-gradient(to right, #4f5868, #38404f);
    border-radius: 2.5rem 2.5rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8125rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .graph-content-item02-contents {
    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;
    height: 9.5625rem;
    padding: 0 0 0 2.0625rem;
    background: rgba(224, 228, 235, 0.9);
  }
  .graph-content-item02-contents:last-child {
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .graph-content-item02-contents-circle {
    margin: 0 1.6875rem 0 0;
    color: #1c265a;
    font-size: 2.3125rem;
  }
  .graph-content-item02-contents-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
  }
}
@-webkit-keyframes graphSwipeGuide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(1.375rem);
            transform: translateX(1.375rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes graphSwipeGuide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(1.375rem);
            transform: translateX(1.375rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .value-bg {
    padding: 5.375rem 0 2.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#fefeff), to(#e7edfe));
    background: linear-gradient(to right, #fefeff, #e7edfe);
  }
  .value-top-img {
    position: absolute;
    top: -0.9375rem;
    right: 15.625rem;
    width: 7.6875rem;
  }
  .value h2 {
    margin: 0 0 3.625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .value h2 .num {
    color: #2a6fbb;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 8.125rem;
  }
  .value h2 .middle {
    font-size: 3.75rem;
  }
  .value h2 .big {
    font-size: 4.375rem;
  }
  .value-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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5rem;
    margin: 0 auto;
  }
  .value-item {
    cursor: pointer;
    position: relative;
    width: 30rem;
    height: 15rem;
    margin: 0 0 1.9375rem;
    border-radius: 1.25rem;
    background: url(../images/value-item-bg.webp) no-repeat center/cover;
    -webkit-box-shadow: 0 0.9375rem 0.625rem rgba(112, 145, 228, 0.2);
            box-shadow: 0 0.9375rem 0.625rem rgba(112, 145, 228, 0.2);
  }
  .value-item::after {
    content: "";
    position: absolute;
    bottom: 2.8125rem;
    right: 1.5625rem;
    width: 2.16875rem;
    height: 2.16875rem;
    background: url(../images/value-item-arrow.webp) no-repeat center/cover;
  }
  .value-item-num {
    position: absolute;
    top: -0.625rem;
    left: -0.625rem;
    width: 5.9375rem;
  }
  .value-item-img01 {
    width: 4.0625rem;
    margin: 1.875rem auto 1.375rem;
  }
  .value-item-img02 {
    width: 2.5625rem;
    margin: 1.875rem auto 1.4375rem;
  }
  .value-item-img03 {
    width: 5.125rem;
    margin: 1.875rem auto 1.4375rem;
  }
  .value-item-img04 {
    width: 4.5rem;
    margin: 1.5625rem auto 0.9375rem;
  }
  .value-item-txt {
    color: #1c265a;
    font-weight: bold;
    text-align: center;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    line-height: 1.53;
  }
  .value-item-txt span {
    color: #ff7e00;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .value-bg {
    padding: 6.25rem 0 4.5625rem;
    background: -webkit-gradient(linear, left top, right top, from(#fefeff), to(#e7edfe));
    background: linear-gradient(to right, #fefeff, #e7edfe);
  }
  .value-top-img {
    position: absolute;
    top: -0.625rem;
    right: -0.625rem;
    width: 7.6875rem;
  }
  .value h2 {
    margin: 0 0 3.125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .value h2 .num {
    color: #2a6fbb;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 8.125rem;
  }
  .value h2 .middle {
    font-size: 3.75rem;
  }
  .value h2 .big {
    font-size: 4.375rem;
  }
  .value-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 10.625rem;
    margin: 0 0 1.375rem;
    padding: 0 0 0 6.3125rem;
    border-radius: 1.25rem;
    background: url(../images/value-item-bg.webp) no-repeat center/cover;
    -webkit-box-shadow: 0 0.9375rem 0.625rem rgba(112, 145, 228, 0.2);
            box-shadow: 0 0.9375rem 0.625rem rgba(112, 145, 228, 0.2);
  }
  .value-item:nth-child(2) {
    padding: 0 0 0 7.3125rem;
  }
  .value-item:nth-child(3) {
    padding: 0 0 0 6rem;
  }
  .value-item:nth-child(4) {
    padding: 0 0 0 6.3125rem;
  }
  .value-item::after {
    content: "";
    position: absolute;
    bottom: 3.75rem;
    right: 1.25rem;
    width: 2.125rem;
    height: 2.125rem;
    background: url(../images/value-item-arrow.webp) no-repeat center/cover;
  }
  .value-item-num {
    position: absolute;
    top: -0.625rem;
    left: -0.625rem;
    width: 5.9375rem;
  }
  .value-item-img01 {
    width: 4.0625rem;
    margin: 0 2.4375rem 0 0;
  }
  .value-item-img02 {
    width: 2.5625rem;
    margin: 0 3.1875rem 0 0;
  }
  .value-item-img03 {
    width: 5.125rem;
    margin: 0 1.875rem 0 0;
  }
  .value-item-img04 {
    width: 4.5rem;
    margin: 0 2.25rem 0 0;
  }
  .value-item-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.53;
  }
  .value-item-txt span {
    margin: 0 0 0 -0.625rem;
    color: #ff7e00;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .issue01-bg {
    padding: 3.4375rem 0 6.3125rem;
    background: -webkit-gradient(linear, left top, right top, from(#e6ecfd), to(#ced7f1));
    background: linear-gradient(to right, #e6ecfd, #ced7f1);
  }
  .issue01-top {
    width: 6.5625rem;
    margin: 0 auto 2.0625rem;
  }
  .issue01 h2 {
    margin: 0 0 2.1875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .issue01 h2 span {
    color: #1c265a;
    font-size: 2.625rem;
  }
  .issue01-content {
    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: 45.75rem;
    margin: 0 auto 2rem;
    padding: 0 0 0 4.25rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 0.3125rem solid #b8c5e7;
  }
  .issue01-content-human {
    width: 9.6875rem;
    margin: -2.5rem 3.125rem 0 0;
  }
  .issue01-content-txt {
    position: relative;
    margin: 0.625rem 0 0.9375rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
  .issue01-content-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.0625rem;
    height: 0.9375rem;
    background: url(../images/issue01-content-check.webp) no-repeat center/contain;
  }
  .issue01-content-txt.diff {
    margin: 0;
  }
  .issue01-box {
    position: relative;
    width: 57.5rem;
    margin: 0 auto;
    padding: 1.625rem 2.5rem 3.1875rem;
    border-radius: 1.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to right, #2381cd, #1c275b);
  }
  .issue01-box-arrow {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.9375rem;
  }
  .issue01-box-top {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 2rem 13.6875rem;
  }
  .issue01-box-num {
    width: 7.25rem;
    margin: 0 2.0625rem 0 0;
  }
  .issue01-box-ttl {
    margin: 0 0.375rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
  }
  .issue01-box-img {
    width: 4.4375rem;
    margin: -3.125rem 0 0;
  }
  .issue01-box-content {
    padding: 1.8125rem 2.8125rem 2.5rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .issue01-box-content-img01 {
    width: 38.875rem;
    margin: 0 auto 1.6875rem;
  }
  .issue01-box-content-ttl {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .issue01-box-content-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/issue01-box-content-arrow.webp) no-repeat center/contain;
  }
  .issue01-box-content-txt {
    color: #1c265a;
    font-size: 1.125rem;
    line-height: 1.61;
  }
  .issue01-box-content-txt span {
    color: #1c265a;
    font-weight: bold;
  }
  .issue01-box-content-img02 {
    width: 45.9375rem;
    margin: 2.5rem auto 1.6875rem;
  }
  .issue02-bg {
    padding: 3.4375rem 0 6.3125rem;
    background: -webkit-gradient(linear, left top, right top, from(#fdfeff), to(#e7edfe));
    background: linear-gradient(to right, #fdfeff, #e7edfe);
  }
  .issue02-top {
    width: 7.1875rem;
    margin: 0 auto 2.0625rem;
  }
  .issue02 h2 {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .issue02 h2 span {
    color: #1c265a;
    font-size: 2.625rem;
  }
  .issue02-content {
    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: 47.75rem;
    margin: 0 auto 2rem;
    padding: 0 0 0 2.25rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 0.3125rem solid #b8c5e7;
  }
  .issue02-content-human {
    width: 11.6875rem;
    margin: -2.5rem 2.5rem 0 0;
  }
  .issue02-content-txt {
    position: relative;
    margin: 0.625rem 0 0.9375rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
  .issue02-content-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.0625rem;
    height: 0.9375rem;
    background: url(../images/issue01-content-check.webp) no-repeat center/contain;
  }
  .issue02-content-txt.diff {
    margin: 0;
  }
  .issue02-box {
    position: relative;
    width: 57.5rem;
    margin: 0 auto;
    padding: 1.625rem 2.5rem 3.1875rem;
    border-radius: 1.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to right, #2381cd, #1c275b);
  }
  .issue02-box-arrow {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.9375rem;
  }
  .issue02-box-top {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 2rem 13.6875rem;
  }
  .issue02-box-num {
    width: 7.25rem;
    margin: 0 2.0625rem 0 0;
  }
  .issue02-box-ttl {
    margin: 0 0.375rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
  }
  .issue02-box-img {
    width: 4.4375rem;
    margin: -3.125rem 0 0;
  }
  .issue02-box-content {
    padding: 2.5rem 2.8125rem 2.0625rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .issue02-box-content-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 0 1.75rem;
  }
  .issue02-box-content-img01 {
    width: 22.8125rem;
  }
  .issue02-box-content-ttls {
    width: 25.9375rem;
  }
  .issue02-box-content-ttl {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .issue02-box-content-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/issue01-box-content-arrow.webp) no-repeat center/contain;
  }
  .issue02-box-content-txt {
    color: #1c265a;
    font-size: 1.125rem;
    line-height: 1.61;
  }
  .issue02-box-content-txt span {
    color: #1c265a;
    font-weight: bold;
  }
  .issue02-box-content-img02 {
    width: 18.4375rem;
    margin: 0 2.1875rem 0 0;
  }
  .issue03-bg {
    padding: 3.4375rem 0 6.3125rem;
    background: -webkit-gradient(linear, left top, right top, from(#e5ecfd), to(#cdd6f1));
    background: linear-gradient(to right, #e5ecfd, #cdd6f1);
  }
  .issue03-top {
    width: 7.1875rem;
    margin: 0 auto 2.0625rem;
  }
  .issue03 h2 {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .issue03 h2 span {
    color: #1c265a;
    font-size: 2.625rem;
  }
  .issue03-content {
    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: 46.75rem;
    margin: 0 auto 2rem;
    padding: 0 0 0 3.25rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 0.3125rem solid #b8c5e7;
  }
  .issue03-content-human {
    width: 10.5rem;
    margin: -2.5rem 2.5rem 0 0;
  }
  .issue03-content-txt {
    position: relative;
    margin: 0.625rem 0 0.9375rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
  .issue03-content-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.0625rem;
    height: 0.9375rem;
    background: url(../images/issue01-content-check.webp) no-repeat center/contain;
  }
  .issue03-content-txt.diff {
    margin: 0;
  }
  .issue03-box {
    position: relative;
    width: 57.5rem;
    margin: 0 auto;
    padding: 1.625rem 2.5rem 3.1875rem;
    border-radius: 1.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to right, #2381cd, #1c275b);
  }
  .issue03-box-arrow {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.9375rem;
  }
  .issue03-box-top {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 2rem 13.6875rem;
  }
  .issue03-box-num {
    width: 7.25rem;
    margin: 0 2.0625rem 0 0;
  }
  .issue03-box-ttl {
    margin: 0 0.375rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
  }
  .issue03-box-img {
    width: 4.4375rem;
    margin: -3.125rem 0 0;
  }
  .issue03-box-content {
    padding: 2.5rem 2.8125rem 2.0625rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .issue03-box-content-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 0 1.75rem;
  }
  .issue03-box-content-img01 {
    width: 22.8125rem;
  }
  .issue03-box-content-ttls {
    width: 25.9375rem;
  }
  .issue03-box-content-ttl {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .issue03-box-content-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/issue01-box-content-arrow.webp) no-repeat center/contain;
  }
  .issue03-box-content-txt {
    color: #1c265a;
    font-size: 1.125rem;
    line-height: 1.61;
  }
  .issue03-box-content-txt span {
    color: #1c265a;
    font-weight: bold;
  }
  .issue03-box-content-img02 {
    width: 22.5rem;
  }
  .issue04-bg {
    padding: 3.4375rem 0 6.3125rem;
    background: -webkit-gradient(linear, left top, right top, from(#fcfdff), to(#e7edfe));
    background: linear-gradient(to right, #fcfdff, #e7edfe);
  }
  .issue04-top {
    width: 7.1875rem;
    margin: 0 auto 2.0625rem;
  }
  .issue04 h2 {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .issue04 h2 span {
    color: #1c265a;
    font-size: 2.625rem;
  }
  .issue04-content {
    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: 46.75rem;
    margin: 0 auto 2rem;
    padding: 0 0 0 3.25rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 0.3125rem solid #b8c5e7;
  }
  .issue04-content-human {
    width: 9.875rem;
    margin: -2.5rem 3.125rem 0 0;
  }
  .issue04-content-txt {
    position: relative;
    margin: 0.625rem 0 0.9375rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
  .issue04-content-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.0625rem;
    height: 0.9375rem;
    background: url(../images/issue01-content-check.webp) no-repeat center/contain;
  }
  .issue04-content-txt.diff {
    margin: 0;
  }
  .issue04-box {
    position: relative;
    width: 57.5rem;
    margin: 0 auto;
    padding: 1.625rem 2.5rem 3.1875rem;
    border-radius: 1.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to right, #2381cd, #1c275b);
  }
  .issue04-box-arrow {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.9375rem;
  }
  .issue04-box-top {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 2rem 13.6875rem;
  }
  .issue04-box-num {
    width: 7.25rem;
    margin: 0 2.0625rem 0 0;
  }
  .issue04-box-ttl {
    margin: 0 0.375rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
  }
  .issue04-box-img {
    width: 4.4375rem;
    margin: -3.125rem 0 0;
  }
  .issue04-box-content {
    padding: 2.5rem 2.8125rem 2.0625rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .issue04-box-content-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 0 1.75rem;
  }
  .issue04-box-content-img01 {
    width: 22.8125rem;
  }
  .issue04-box-content-ttls {
    width: 25.9375rem;
  }
  .issue04-box-content-ttl {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .issue04-box-content-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/issue01-box-content-arrow.webp) no-repeat center/contain;
  }
  .issue04-box-content-txt {
    color: #1c265a;
    font-size: 1.125rem;
    line-height: 1.61;
  }
  .issue04-box-content-txt span {
    color: #1c265a;
    font-weight: bold;
  }
  .issue04-box-content-img02 {
    width: 22.5rem;
  }
}
@media screen and (max-width: 767px) {
  .issue01-bg {
    padding: 4rem 0 6.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#e6ecfd), to(#ced7f1));
    background: linear-gradient(to right, #e6ecfd, #ced7f1);
  }
  .issue01-top {
    width: 6.5625rem;
    margin: 0 auto 1.875rem;
  }
  .issue01 h2 {
    margin: 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .issue01 h2 span {
    color: #1c265a;
    font-size: 3.125rem;
  }
  .issue01-content {
    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 3.375rem;
    padding: 1.25rem 0 0 1.875rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 0.3125rem solid #b8c5e7;
  }
  .issue01-content-human {
    width: 10.875rem;
    margin: 0 1.6875rem 0 0;
  }
  .issue01-content-txt {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.38;
  }
  .issue01-content-txt::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 1.375rem;
    height: 1.1875rem;
    background: url(../images/issue01-content-check.webp) no-repeat center/contain;
  }
  .issue01-content-txt.diff {
    margin: 0;
  }
  .issue01-box {
    position: relative;
    width: 43.125rem;
    margin: 0 0 0 -1.875rem;
    padding: 2.5rem 1.875rem 3.625rem;
    border-radius: 2.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to right, #2381cd, #1c275b);
  }
  .issue01-box-arrow {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 2.3125rem;
  }
  .issue01-box-top {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 2.3125rem 1.875rem;
  }
  .issue01-box-num {
    width: 7.0625rem;
    margin: 0 1.875rem 0 0;
  }
  .issue01-box-ttl {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
  }
  .issue01-box-img {
    width: 5.4375rem;
    margin: -3.125rem 0 0;
  }
  .issue01-box-content {
    padding: 3.0625rem 1.875rem 2.1875rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .issue01-box-content-img01 {
    width: 35.3125rem;
    margin: 0 auto 2.9375rem;
  }
  .issue01-box-content-ttl {
    position: relative;
    margin: 0 0 1.875rem;
    padding: 0 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .issue01-box-content-ttl::before {
    content: "";
    position: absolute;
    top: -0.1875rem;
    left: 0;
    width: 1.875rem;
    height: 1.9375rem;
    background: url(../images/issue01-box-content-arrow.webp) no-repeat center/contain;
  }
  .issue01-box-content-txt {
    color: #1c265a;
    font-size: 1.75rem;
    line-height: 1.71;
  }
  .issue01-box-content-txt span {
    color: #1c265a;
    font-weight: bold;
  }
  .issue01-box-content-img02 {
    margin: 3.125rem auto 2.75rem;
  }
  .issue02-bg {
    padding: 4rem 0 7.0625rem;
    background: -webkit-gradient(linear, left top, right top, from(#fdfeff), to(#e7edfe));
    background: linear-gradient(to right, #fdfeff, #e7edfe);
  }
  .issue02-top {
    width: 7.3125rem;
    margin: 0 auto 1.8125rem;
  }
  .issue02 h2 {
    margin: 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .issue02 h2 span {
    color: #1c265a;
    font-size: 3.125rem;
  }
  .issue02-content {
    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 3.375rem;
    padding: 0.9375rem 0 0 0;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 0.3125rem solid #b8c5e7;
  }
  .issue02-content-human {
    width: 14.125rem;
    margin: 0 1.1875rem 0 0;
  }
  .issue02-content-txt {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.38;
  }
  .issue02-content-txt::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0;
    width: 1.375rem;
    height: 1.1875rem;
    background: url(../images/issue01-content-check.webp) no-repeat center/contain;
  }
  .issue02-content-txt.diff {
    margin: 0;
  }
  .issue02-box {
    position: relative;
    width: 43.125rem;
    margin: 0 0 0 -1.875rem;
    padding: 2.5rem 1.875rem 3.875rem;
    border-radius: 2.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to right, #2381cd, #1c275b);
  }
  .issue02-box-arrow {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 2.3125rem;
  }
  .issue02-box-top {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 1.8125rem 1.25rem;
  }
  .issue02-box-num {
    width: 7.6875rem;
    margin: 0 1.875rem 0 0;
  }
  .issue02-box-ttl {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
  }
  .issue02-box-img {
    width: 5.4375rem;
    margin: -3.125rem 0 0;
  }
  .issue02-box-content {
    padding: 2.5rem 1.875rem 2.5rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .issue02-box-content-wrap {
    margin: 0 0 3.4375rem;
  }
  .issue02-box-content-wrap:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
  .issue02-box-content-img01 {
    margin: 0 0 2.8125rem;
  }
  .issue02-box-content-ttl {
    position: relative;
    margin: 0 0 1.9375rem;
    padding: 0 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .issue02-box-content-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.875rem;
    height: 1.9375rem;
    background: url(../images/issue01-box-content-arrow.webp) no-repeat center/contain;
  }
  .issue02-box-content-txt {
    color: #1c265a;
    font-size: 1.75rem;
    line-height: 1.71;
  }
  .issue02-box-content-txt span {
    color: #1c265a;
    font-weight: bold;
  }
  .issue02-box-content-img02 {
    width: 23.875rem;
    margin: 0 auto 3rem;
  }
  .issue03-bg {
    padding: 4rem 0 6.375rem;
    background: -webkit-gradient(linear, left top, right top, from(#e5ecfd), to(#cdd6f1));
    background: linear-gradient(to right, #e5ecfd, #cdd6f1);
  }
  .issue03-top {
    width: 7.3125rem;
    margin: 0 auto 1.875rem;
  }
  .issue03 h2 {
    margin: 0 0 2.1875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .issue03 h2 span {
    color: #1c265a;
    font-size: 3.125rem;
  }
  .issue03-content {
    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 3.375rem;
    padding: 1.875rem 0 0;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 0.3125rem solid #b8c5e7;
  }
  .issue03-content-human {
    width: 12.9375rem;
    margin: 0 1.875rem 0 0;
  }
  .issue03-content-txt {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.38;
  }
  .issue03-content-txt::before {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0;
    width: 1.375rem;
    height: 1.1875rem;
    background: url(../images/issue01-content-check.webp) no-repeat center/contain;
  }
  .issue03-content-txt.diff {
    margin: 0;
  }
  .issue03-box {
    position: relative;
    width: 43.125rem;
    margin: 0 0 0 -1.875rem;
    padding: 2.5rem 1.875rem 4.125rem;
    border-radius: 2.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to right, #2381cd, #1c275b);
  }
  .issue03-box-arrow {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 2.3125rem;
  }
  .issue03-box-top {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 2.3125rem 1.25rem;
  }
  .issue03-box-num {
    width: 7.6875rem;
    margin: 0 1.875rem 0 0;
  }
  .issue03-box-ttl {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
  }
  .issue03-box-img {
    width: 5.4375rem;
    margin: -3.125rem 0 0;
  }
  .issue03-box-content {
    padding: 2.625rem 1.875rem 1.875rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .issue03-box-content-wrap {
    margin: 0 0 2.8125rem;
  }
  .issue03-box-content-wrap:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
  .issue03-box-content-img01 {
    margin: 0 0 2.75rem;
  }
  .issue03-box-content-ttl {
    position: relative;
    margin: 0 0 1.9375rem;
    padding: 0 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .issue03-box-content-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.875rem;
    height: 1.9375rem;
    background: url(../images/issue01-box-content-arrow.webp) no-repeat center/contain;
  }
  .issue03-box-content-txt {
    color: #1c265a;
    font-size: 1.75rem;
    line-height: 1.71;
  }
  .issue03-box-content-txt span {
    color: #1c265a;
    font-weight: bold;
  }
  .issue03-box-content-img02 {
    width: 31.875rem;
    margin: 0 auto 2.75rem;
  }
  .issue04-bg {
    padding: 4rem 0 6.4375rem;
    background: -webkit-gradient(linear, left top, right top, from(#fcfdff), to(#e7edfe));
    background: linear-gradient(to right, #fcfdff, #e7edfe);
  }
  .issue04-top {
    width: 7.4375rem;
    margin: 0 auto 1.6875rem;
  }
  .issue04 h2 {
    margin: 0 0 2.1875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .issue04 h2 span {
    color: #1c265a;
    font-size: 3.125rem;
  }
  .issue04-content {
    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 3.375rem;
    padding: 0 0 0 0.625rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 0.3125rem solid #b8c5e7;
  }
  .issue04-content-human {
    width: 12.9375rem;
    margin: -0.625rem 0.9375rem 0 0;
  }
  .issue04-content-txt {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.38;
  }
  .issue04-content-txt::before {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0;
    width: 1.375rem;
    height: 1.1875rem;
    background: url(../images/issue01-content-check.webp) no-repeat center/contain;
  }
  .issue04-content-txt.diff {
    margin: 0;
  }
  .issue04-box {
    position: relative;
    width: 43.125rem;
    margin: 0 0 0 -1.875rem;
    padding: 2.5rem 1.875rem 3.9375rem;
    border-radius: 2.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to right, #2381cd, #1c275b);
  }
  .issue04-box-arrow {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 2.3125rem;
  }
  .issue04-box-top {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 2.3125rem 1.25rem;
  }
  .issue04-box-num {
    width: 7.8125rem;
    margin: 0 1.875rem 0 0;
  }
  .issue04-box-ttl {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
  }
  .issue04-box-img {
    width: 5.4375rem;
    margin: -3.125rem 0 0;
  }
  .issue04-box-content {
    padding: 2.625rem 1.875rem 2.5rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .issue04-box-content-wrap {
    margin: 0 0 2.9375rem;
  }
  .issue04-box-content-wrap.diff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .issue04-box-content-img01 {
    margin: 0 0 2.1875rem;
  }
  .issue04-box-content-ttl {
    position: relative;
    margin: 0 0 1.9375rem;
    padding: 0 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .issue04-box-content-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.875rem;
    height: 1.9375rem;
    background: url(../images/issue01-box-content-arrow.webp) no-repeat center/contain;
  }
  .issue04-box-content-txt {
    color: #1c265a;
    font-size: 1.75rem;
    line-height: 1.71;
  }
  .issue04-box-content-txt span {
    color: #1c265a;
    font-weight: bold;
  }
  .issue04-box-content-img02 {
    margin: 0 0 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-bg {
    padding: 2.8125rem 0 3.4375rem;
    background: url(../images/cta-bg.webp) no-repeat center/cover;
  }
  .cta-img {
    position: absolute;
    top: -3.4375rem;
    left: 7.5rem;
    width: 8.4375rem;
  }
  .cta h2 {
    margin: 0 0 1.3125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.47;
  }
  .cta-txt {
    margin: 0 0 3.375rem;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
  }
  .cta-btn {
    position: relative;
    width: 29.8125rem;
    margin: 0 auto;
    padding: 2.0625rem 0 1.75rem 3.3125rem;
    border-radius: 3.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#ff5400), to(#ff7b00));
    background: linear-gradient(to right, #ff5400, #ff7b00);
    -webkit-box-shadow: 0 0.3125rem 0 #c94e03;
            box-shadow: 0 0.3125rem 0 #c94e03;
  }
  .cta-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.4375rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/difference-box-btn-arrow.webp) no-repeat center/cover;
  }
  .cta-btn-txt01 {
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 10.875rem;
    padding: 0.4375rem 0;
    background: #ffffff;
    border-radius: 3.125rem;
    border: 0.1875rem solid #ff6200;
    text-align: center;
    color: #ff7e00;
    font-weight: bold;
    font-size: 1rem;
  }
  .cta-btn-txt01::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.4375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.6875rem solid #fff;
    pointer-events: none;
  }
  .cta-btn-txt02 {
    color: #fffffe;
    font-weight: bold;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-bg {
    padding: 7.0625rem 0 4rem;
    background: url(../images/cta-bg.webp) no-repeat center/cover;
  }
  .cta-img {
    position: absolute;
    top: -10.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 7rem;
  }
  .cta h2 {
    margin: 0 0 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .cta-txt {
    margin: 0 0 4.875rem;
    color: #ffffff;
    font-size: 1.625rem;
    text-align: center;
  }
  .cta-btn {
    position: relative;
    margin: 0 auto;
    padding: 2.75rem 0 2.5rem 3.8125rem;
    border-radius: 3.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#ff5400), to(#ff7b00));
    background: linear-gradient(to right, #ff5400, #ff7b00);
    -webkit-box-shadow: 0 0.3125rem 0 #c94e03;
            box-shadow: 0 0.3125rem 0 #c94e03;
  }
  .cta-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.75rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: url(../images/difference-box-btn-arrow.webp) no-repeat center/cover;
  }
  .cta-btn-txt01 {
    position: absolute;
    top: -1.5625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 17.5rem;
    padding: 0.4375rem 0;
    background: #ffffff;
    border-radius: 3.125rem;
    border: 0.1875rem solid #ff6200;
    text-align: center;
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.625rem;
  }
  .cta-btn-txt01::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.4375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.6875rem solid #fff;
    pointer-events: none;
  }
  .cta-btn-txt02 {
    color: #fffffe;
    font-weight: bold;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .voice-bg {
    background: -webkit-gradient(linear, left top, right top, from(#3897db), to(#2b71bc));
    background: linear-gradient(to right, #3897db, #2b71bc);
    padding: 4.875rem 0 6rem;
  }
  .voice-top {
    width: 4.0625rem;
    margin: 0 auto 1.875rem;
  }
  .voice h2 {
    margin: 0 0 3.75rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .voice-slider {
    position: relative;
  }
  .voice-item {
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 57.375rem !important;
    padding: 2.25rem 2.5625rem 0 1.9375rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .voice-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;
  }
  .voice-controls {
    margin: 2.5rem 0 0;
    text-align: center;
  }
  .voice-button-prev, .voice-button-next {
    position: absolute;
    z-index: 5;
    top: -15rem;
    width: 2.125rem;
    border: none;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .voice-button-prev {
    left: 5.3125rem;
  }
  .voice-button-next {
    right: 5.3125rem;
  }
  .voice-pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.4375rem !important;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
  .voice-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  .voice-human {
    width: 17.4375rem;
    margin: 0 0 1.25rem;
  }
  .voice-company {
    margin: 0 0 0.6875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.35;
  }
  .voice-company.diff {
    font-size: 1rem;
  }
  .voice-name {
    color: #1c265a;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  .voice-ttl {
    margin: 0 0 1.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1.41;
  }
  .voice-ttl span {
    color: #2a6fbb;
  }
  .voice-txts {
    margin: 0 0 1.3125rem;
  }
  .voice-txt {
    position: relative;
    margin: 0 0 0.6875rem;
    padding: 0 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
  }
  .voice-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.875rem;
    height: 0.875rem;
    background: url(../images/voice-txt-check.webp) no-repeat center/contain;
  }
  .voice-txt.clear::before {
    border-radius: 50%;
    background: #e6edf3;
  }
  .voice-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 0.625rem;
  }
  .voice-wrap.diff {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .voice-wrap-category01 {
    width: 8.3125rem;
    margin: 0 0.75rem 0 0;
    padding: 0.4375rem 0;
    border-radius: 3.125rem;
    background: #ff7e00;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .voice-wrap-category01.diff {
    width: 14.5625rem;
    font-size: 0.9375rem;
  }
  .voice-wrap-category01.diff02 {
    width: 10.375rem;
  }
  .voice-wrap-txt01 {
    color: #ff7e00;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
  }
  .voice-wrap-category02 {
    width: 8.3125rem;
    margin: 0 0.5625rem 0 0;
    padding: 0.5rem 0;
    border-radius: 3.125rem;
    background: #2a6fbb;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .voice-wrap-txt02 {
    width: 29.6875rem;
    color: #1c265a;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .voice-wrap-txt02 span {
    font-weight: bold;
  }
  .voice-btn {
    position: relative;
    width: 15rem;
    margin: 1.25rem -3.125rem 0 auto;
    padding: 0.8125rem 0;
    border-radius: 0.3125rem 0.3125rem 0.3125rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#296cb8), to(#1e539b));
    background: linear-gradient(to bottom, #296cb8, #1e539b);
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .voice-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1.125rem;
    height: 1.125rem;
    background: url(../images/voice-btn-arrow.webp) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .voice-bg {
    background: -webkit-gradient(linear, left top, right top, from(#3897db), to(#2b71bc));
    background: linear-gradient(to right, #3897db, #2b71bc);
    padding: 5rem 0 6.25rem;
  }
  .voice-top {
    width: 3.9375rem;
    margin: 0 auto 1.5625rem;
  }
  .voice h2 {
    margin: 0 0 3.75rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .voice-slider {
    position: relative;
    width: 43.125rem !important;
    margin: 0 auto;
    overflow: visible !important;
  }
  .voice-item {
    position: relative;
    width: 39.375rem !important;
    height: 60.625rem;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 2.5rem 1.875rem 0;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .voice-item-wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .voice-controls {
    margin: 2.75rem 0 0;
    text-align: center;
  }
  .voice-button-prev, .voice-button-next {
    position: absolute;
    z-index: 5;
    top: -43rem;
    width: 3.09375rem;
    border: none;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .voice-button-prev {
    left: -1.5625rem;
  }
  .voice-button-next {
    right: -1.5625rem;
  }
  .voice-pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.4375rem !important;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
  }
  .voice-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  .voice-human {
    margin: 0 0 2.5rem;
  }
  .voice-company {
    margin: 0 0 1.3125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
  .voice-name {
    margin: 0 0 2.125rem;
    color: #1c265a;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .voice-ttl {
    margin: 0 0 0.625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.40625rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .voice-ttl.diff {
    font-size: 2.25rem;
  }
  .voice-ttl span {
    color: #2a6fbb;
  }
  .voice-txts {
    margin: 0 0 3.25rem;
  }
  .voice-txt {
    position: relative;
    margin: 0 0 1.0625rem;
    padding: 0 0 0 2.8125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .voice-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6875rem;
    height: 1.625rem;
    background: url(../images/voice-txt-check.webp) no-repeat center/contain;
  }
  .voice-txt.clear::before {
    border-radius: 50%;
    background: #e6edf3;
  }
  .voice-wrap-category01 {
    width: 14.5rem;
    margin: 0 0 1.1875rem 0;
    padding: 0.9375rem 0;
    border-radius: 3.125rem;
    background: #ff7e00;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .voice-wrap-category01.diff {
    width: 26.25rem;
    font-size: 1.625rem;
  }
  .voice-wrap-category01.diff02 {
    width: 18.25rem;
  }
  .voice-wrap-txt01 {
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
  }
  .voice-wrap-category02 {
    display: none;
  }
  .voice-wrap-txt02 {
    display: none;
  }
  .voice-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 43.125rem;
    padding: 1.625rem 0 1.4375rem;
    border-radius: 0.3125rem 0.3125rem 0.3125rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#296cb8), to(#1e539b));
    background: linear-gradient(to bottom, #296cb8, #1e539b);
    color: #ffffff;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .voice-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12.8125rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: url(../images/voice-btn-arrow.webp) no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) {
  .choose-bg {
    padding: 5.25rem 0 7.875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddf2ff), to(#afddf8));
    background: linear-gradient(to bottom, #ddf2ff, #afddf8);
  }
  .choose-top {
    position: absolute;
    top: -3.75rem;
    left: 20.625rem;
    width: 8.1875rem;
  }
  .choose h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.6875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.625rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.42;
  }
  .choose h2 span {
    color: #0071b9;
    font-size: 2.875rem;
  }
  .choose h2::before, .choose h2::after {
    content: "";
    position: absolute;
    top: 4.375rem;
    width: 0.1875rem;
    height: 4.7rem;
    background: #1c265a;
    -webkit-transform: translateY(-50%) rotate(-20deg);
    transform: translateY(-50%) rotate(-20deg);
    z-index: 1;
  }
  .choose h2::before {
    left: -4.375rem;
  }
  .choose h2::after {
    right: -2.625rem;
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
  }
  .choose-item {
    width: 62.5rem;
    margin: 0 auto 1.875rem;
    padding: 0 0 1.6875rem;
    border-radius: 1.25rem;
    background: #f5fbff;
    -webkit-box-shadow: 0 0.1875rem 0.3125rem rgba(118, 172, 204, 0.4);
            box-shadow: 0 0.1875rem 0.3125rem rgba(118, 172, 204, 0.4);
  }
  .choose-item-label {
    width: 15.625rem;
    margin: 0 0 0.3125rem;
    padding: 0.625rem 0;
    background: url(../images/choose-item-label-bg.webp) no-repeat center/cover;
    border-radius: 1.25rem 0 0 0;
    color: #fefefe;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .choose-item-label.diff {
    width: 21.0625rem;
    margin: 0 0 0.9375rem;
  }
  .choose-item-content {
    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;
  }
  .choose-item-img01 {
    width: 12.5rem;
    margin: 2.5rem 2.0625rem 0 1.6875rem;
  }
  .choose-item-img02 {
    width: 11.5625rem;
    margin: 0.8125rem 2.25rem 0 2.6875rem;
  }
  .choose-item-img03 {
    width: 10.25rem;
    margin: 0.3125rem 3.5625rem 0 2.5rem;
  }
  .choose-item-img04 {
    width: 10.25rem;
    margin: 0.9375rem 3.5625rem 0 2.5rem;
  }
  .choose-item-txt01 {
    margin: 0 0 1.5rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
  }
  .choose-item-txt02 {
    width: 44.375rem;
    margin: 0 0 1.25rem;
    color: #1c265a;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.81;
  }
  .choose-item-txt03 {
    width: 44.375rem;
    color: #1c265a;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.81;
  }
}
@media screen and (max-width: 767px) {
  .choose-bg {
    padding: 6.375rem 0 6.3125rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddf2ff), to(#afddf8));
    background: linear-gradient(to bottom, #ddf2ff, #afddf8);
  }
  .choose-top {
    position: absolute;
    top: -3.75rem;
    left: 3.4375rem;
    width: 8.1875rem;
  }
  .choose h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.6875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.33;
  }
  .choose h2 span {
    color: #0071b9;
    font-size: 3.5rem;
  }
  .choose h2::before, .choose h2::after {
    content: "";
    position: absolute;
    top: 6.25rem;
    width: 0.1875rem;
    height: 11.7rem;
    background: #1c265a;
    -webkit-transform: translateY(-50%) rotate(-20deg);
    transform: translateY(-50%) rotate(-20deg);
    z-index: 1;
  }
  .choose h2::before {
    left: -5rem;
  }
  .choose h2::after {
    right: -5.625rem;
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
  }
  .choose-item {
    margin: 0 auto 3.125rem;
    padding: 0 0 2.8125rem;
    border-radius: 1.25rem;
    background: #f5fbff;
    -webkit-box-shadow: 0 0.1875rem 0.3125rem rgba(118, 172, 204, 0.4);
            box-shadow: 0 0.1875rem 0.3125rem rgba(118, 172, 204, 0.4);
  }
  .choose-item-label {
    width: 23.75rem;
    padding: 1.3125rem 0;
    background: url(../images/choose-item-label-bg.webp) no-repeat center/contain;
    border-radius: 1.25rem 0 0 0;
    color: #fefefe;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .choose-item-label.diff {
    width: 31.25rem;
    background: url(../images/choose-item-label-bg.webp) no-repeat center/cover;
  }
  .choose-item-img01 {
    width: 39.375rem;
    margin: 3.25rem auto 4.3125rem;
  }
  .choose-item-img02 {
    width: 26.5rem;
    margin: 2.625rem auto 3.75rem;
  }
  .choose-item-img03 {
    width: 36.4375rem;
    margin: 2.125rem auto 3rem;
  }
  .choose-item-img04 {
    width: 37.5625rem;
    margin: 2.625rem auto 4.125rem;
  }
  .choose-item-txt01 {
    margin: 0 0 2.8125rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
  }
  .choose-item-txt02 {
    width: 40rem;
    margin: 0 auto 1.25rem;
    color: #1c265a;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.78;
  }
  .choose-item-txt03 {
    width: 40rem;
    margin: 0 auto;
    color: #1c265a;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.78;
  }
}
@media screen and (min-width: 768px) {
  .owner-bg {
    padding: 6.5rem 0 3.75rem;
    background: #dbf1ff;
  }
  .owner-top {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.125rem;
    padding: 0 0 1.125rem;
    border-bottom: 1px solid #2a6fbb;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.9375rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .owner-top::after {
    content: "";
    position: absolute;
    bottom: -1.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 1.875rem;
    background: #2a6fbb;
  }
  .owner h2 {
    margin: 0 0 3.75rem;
    color: #1c265a;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.56;
  }
  .owner h2 span {
    font-weight: bold;
    font-size: 3.325rem;
    letter-spacing: 0.06em;
  }
  .owner-item {
    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;
    width: 62.5rem;
    margin: 0 auto 2.5rem;
    padding: 1.875rem 0;
    border-radius: 1.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to right, #2381cd, #1c275b);
  }
  .owner-item.diff {
    background: -webkit-gradient(linear, right top, left top, from(#2381cd), to(#1c275b));
    background: linear-gradient(to left, #2381cd, #1c275b);
  }
  .owner-item-humans {
    width: 26.875rem;
    margin: -3.75rem 0 0;
  }
  .owner-item-human {
    width: 7.8125rem;
    margin: 0 auto 1.625rem;
  }
  .owner-item-name {
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3125rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .owner-item-profile {
    color: #ffffff;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.53;
    text-align: center;
  }
  .owner-item-txts {
    width: 30.9375rem;
  }
  .owner-item-ttl {
    margin: 0 0 1.5625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1875rem;
    letter-spacing: 0.1em;
    line-height: 1.68;
  }
  .owner-item-line {
    width: 100%;
    margin: 0 auto;
  }
  .owner-item-txt {
    color: #ffffff;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .whatis-bg {
    padding: 3.375rem 0 7rem;
    background: #b7e4fe;
  }
  .whatis-top {
    width: 5.625rem;
    margin: 0 auto 2.1875rem;
  }
  .whatis h2 {
    margin: 0 0 1.625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .whatis-txt {
    margin: 0 0 3.375rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.0625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .whatis-txt span {
    color: #1c265a;
  }
  .whatis-video {
    width: 60.6875rem;
    height: 34.3125rem;
    margin: 0 auto;
    border-top: 0.625rem solid #ffffff;
    border-left: 0.9375rem solid #ffffff;
    border-right: 0.9375rem solid #ffffff;
    border-bottom: 0.625rem solid #ffffff;
  }
  .whatis-video iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .owner-bg {
    padding: 5.0625rem 0 6.375rem;
    background: #dbf1ff;
  }
  .owner-top {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4.6875rem;
    padding: 0 0 1.125rem;
    border-bottom: 1px solid #2a6fbb;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.8125rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .owner-top::after {
    content: "";
    position: absolute;
    bottom: -1.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 1.875rem;
    background: #2a6fbb;
  }
  .owner h2 {
    margin: 0 0 2.5rem;
    color: #1c265a;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.56;
  }
  .owner h2 span {
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.06em;
  }
  .owner-item {
    width: 33.5rem;
    margin: 0 auto 2.75rem;
    padding: 4.125rem 2.5rem 3.75rem 3.5rem;
    border-radius: 1.25rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#2381cd), to(#1c275b));
    background: linear-gradient(to bottom, #2381cd, #1c275b);
  }
  .owner-item.diff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .owner-item-humans {
    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 0 1.875rem;
  }
  .owner-item-human {
    width: 13.5rem;
  }
  .owner-item-name {
    margin: 0 0 1.5625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .owner-item-profile {
    width: 16.3125rem;
    color: #ffffff;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .owner-item-ttl {
    margin: 0 0 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.125rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .owner-item-line {
    width: 100%;
    margin: 0 auto 1.25rem;
  }
  .owner-item-txt {
    color: #ffffff;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.78;
  }
  .whatis-bg {
    padding: 5.0625rem 0 6.0625rem;
    background: #b7e4fe;
  }
  .whatis-top {
    width: 5.625rem;
    margin: 0 auto 1.875rem;
  }
  .whatis h2 {
    margin: 0 0 2.8125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .whatis-txt {
    margin: 0 0 2.1875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.52;
  }
  .whatis-txt span {
    color: #1c265a;
  }
  .whatis-video {
    width: 43.75rem;
    height: 25.4375rem;
    margin: 0 0 0 -0.625rem;
    border-top: 0.3125rem solid #ffffff;
    border-left: 0.3125rem solid #ffffff;
    border-right: 0.3125rem solid #ffffff;
    border-bottom: 0.3125rem solid #ffffff;
  }
  .whatis-video iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .use-inner {
    padding: 5.0625rem 0 6.5rem;
  }
  .use-top {
    position: relative;
  }
  .use-top-img {
    position: absolute;
    top: -3.125rem;
    left: 14.75rem;
    width: 7.75rem;
  }
  .use-top-sub {
    width: 8rem;
    margin: 0 auto 1.6875rem;
  }
  .use-top h2 {
    margin: 0 0 4rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-item {
    margin: 0 0 5.9375rem;
    padding: 4.375rem 2.25rem 2.6875rem;
    background: #e6edf3;
    border-radius: 1.25rem;
  }
  .use-item-top {
    position: relative;
    z-index: 5;
    width: 29.375rem;
    margin: 0 auto -3.125rem;
    padding: 1.5rem 0 1.875rem;
    background: url(../images/use-item-top-bg.webp) no-repeat center/cover;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-item-top::before {
    content: "";
    position: absolute;
    top: 1.4375rem;
    left: 9.6rem;
    width: 1px;
    height: 1.5625rem;
    background: #ffffff;
  }
  .use-item-txt {
    margin: 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-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;
  }
  .use-item-humans {
    margin: 4.6875rem 0 0;
  }
  .use-item-humans-img {
    width: 6.3125rem;
    margin: 0 0 0.875rem;
  }
  .use-item-humans-txt {
    color: #1c265a;
    font-size: 0.9375rem;
    line-height: 1.3333;
    letter-spacing: 0.06em;
  }
  .use-item-arrow {
    width: 1.25rem;
    margin: 8.125rem 0 0;
  }
  .use-item-center {
    width: 11.75rem;
    padding: 0.9375rem 0 0;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item-center-ttl {
    margin: 0 0 2.8125rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .use-item-center-ttl .num {
    color: #ff7e00;
    font-size: 1.75rem;
  }
  .use-item-center-ttl .min {
    color: #ff7e00;
  }
  .use-item-center-img {
    width: 10.4375rem;
    margin: 0 auto;
  }
  .use-item-right {
    width: 46.0625rem;
    padding: 1.25rem 1.4375rem 0.9375rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item-right-ttl {
    margin: 0 0 1.125rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-item-right-ttl span {
    color: #ff7e00;
  }
  .use-item-right-img {
    margin: 0 0 1.125rem;
  }
  .use-item-right-btn {
    position: relative;
    width: 16.9375rem;
    margin: 0 auto;
    padding: 0.625rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a6fba), to(#1d5199));
    background: linear-gradient(to bottom, #2a6fba, #1d5199);
    border-radius: 3.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .use-item-right-btn::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 1.625rem;
    width: 1.15rem;
    height: 1.15rem;
    background: url(../images/use-item-right-btn-arrow.webp) no-repeat center/cover;
  }
  .use-item-arrow02 {
    width: 1.475rem;
    margin: 0.4375rem auto 0.1875rem;
  }
  .use-item-bottom {
    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.1875rem 0 1.25rem 2.125rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item-bottom-balloon {
    position: relative;
    width: 26.3125rem;
    margin: 0 1.625rem 0 0;
    padding: 1.375rem 0 1.375rem 1.6875rem;
    background: #ff7e00;
    border-radius: 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .use-item-bottom-balloon::before {
    content: "";
    position: absolute;
    top: 1.5625rem;
    right: 1.6875rem;
    width: 2.4375rem;
    height: 1.375rem;
    background: url(../images/use-item-bottom-icon.webp) no-repeat center/cover;
  }
  .use-item-bottom-balloon::after {
    content: "";
    position: absolute;
    top: 1.875rem;
    right: -0.9375rem;
    width: 2.625rem;
    height: 2rem;
    background: url(../images/use-item-bottom-arrow.webp) no-repeat center/cover;
  }
  .use-item-bottom-humans01 {
    margin: 0 1.1875rem 0 0;
  }
  .use-item-bottom-humans02 {
    margin: 0 1.0625rem 0 0;
  }
  .use-item-bottom-humans03 {
    margin: 0 2.3125rem 0 0;
  }
  .use-item-bottom-human {
    width: 6.3125rem;
    margin: 0 auto 0.5625rem;
  }
  .use-item-bottom-txt {
    color: #1c265a;
    font-size: 0.875rem;
    text-align: center;
  }
  .use-item02 {
    padding: 4.375rem 1.875rem 3.1875rem;
    background: #e6edf3;
    border-radius: 1.25rem;
  }
  .use-item02-top {
    position: relative;
    z-index: 5;
    width: 29.375rem;
    margin: 0 auto -3.125rem;
    padding: 1.5rem 0 1.875rem;
    background: url(../images/use-item02-top-bg.webp) no-repeat center/cover;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-item02-top::before {
    content: "";
    position: absolute;
    top: 1.4375rem;
    left: 10.6rem;
    width: 1px;
    height: 1.5625rem;
    background: #ffffff;
  }
  .use-item02-txt {
    margin: 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-item02-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;
  }
  .use-item02-humans {
    margin: 5.8125rem 0 0;
  }
  .use-item02-humans-img {
    width: 6.3125rem;
    margin: 0 0 0.875rem;
  }
  .use-item02-humans-txt {
    color: #1c265a;
    font-size: 0.9375rem;
    line-height: 1.3333;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .use-item02-center {
    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;
    padding: 1.875rem 1.5rem 1.75rem 1.1875rem;
    width: 50rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item02-center-ttl {
    margin: 0 0 1.125rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .use-item02-center-ttl span {
    color: #ff7e00;
  }
  .use-item02-center-img {
    width: 14.75rem;
    margin: 0 auto;
  }
  .use-item02-center-img02 {
    width: 10.4375rem;
    margin: 0 auto;
  }
  .use-item02-center-txt {
    padding: 0.625rem 0;
    color: #2a6fbb;
    width: 10.625rem;
    border-radius: 3.125rem;
    background: #ffe7cf;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-item02-center-txt .orange {
    color: #ff7e00;
  }
  .use-item02-center-txt .mini {
    color: #2a6fbb;
    font-weight: normal;
    font-size: 0.625rem;
  }
  .use-item02-arrow {
    width: 1.475rem;
    margin: 9.6875rem 0 0;
  }
  .use-item02-right {
    padding: 0.5625rem 0 0;
    width: 9.0625rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item02-right-img {
    width: 5.796875rem;
    margin: 0 auto 0.3125rem;
  }
  .use-item02-right-img.diff {
    margin: 0.625rem auto 0.3125rem;
  }
  .use-item02-right-txt {
    color: #1c265a;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.42;
  }
  .use-item02-right-btn {
    position: relative;
    width: 16.9375rem;
    margin: 0.625rem auto 0;
    padding: 0.625rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a6fba), to(#1d5199));
    background: linear-gradient(to bottom, #2a6fba, #1d5199);
    border-radius: 3.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .use-item02-right-btn::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 1.625rem;
    width: 1.15rem;
    height: 1.15rem;
    background: url(../images/use-item-right-btn-arrow.webp) no-repeat center/cover;
  }
  .use-item02-balloon {
    position: absolute;
    bottom: 8rem;
    right: 2rem;
    width: 18.5625rem;
    padding: 1.5rem 0 1.5rem 1.625rem;
    background: #ff7e00;
    border-radius: 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5625rem;
    letter-spacing: 0.06em;
  }
  .use-item02-balloon::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 1.9375rem;
    height: 1.75rem;
    background: url(../images/use-item02-balloon-icon.webp) no-repeat center/cover;
  }
  .use-item02-balloon::after {
    content: "";
    position: absolute;
    left: 15.8rem;
    top: -0.825rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.825rem solid transparent;
    border-right: 0.825rem solid transparent;
    border-bottom: 2rem solid #ff7e00;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .use-inner {
    padding: 4.875rem 0 6.375rem;
  }
  .use-top {
    position: relative;
  }
  .use-top-img {
    position: absolute;
    top: -2.6875rem;
    left: -0.9375rem;
    width: 7.75rem;
  }
  .use-top-sub {
    width: 7.8125rem;
    margin: 0 auto 2.125rem;
  }
  .use-top h2 {
    margin: 0 0 3.75rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-item {
    margin: 0 0 4.1875rem;
    padding: 5.6875rem 1.9375rem 7.5rem;
    background: #e6edf3;
    border-radius: 1.25rem;
  }
  .use-item-top {
    position: relative;
    z-index: 5;
    width: 39.375rem;
    margin: 0 auto -3.75rem;
    padding: 1.925rem 0 2.5rem;
    background: url(../images/use-item-top-bg.webp) no-repeat center/contain;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-item-top::before {
    content: "";
    position: absolute;
    top: 1.6rem;
    left: 12.8rem;
    width: 1px;
    height: 2rem;
    background: #ffffff;
  }
  .use-item-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.625;
  }
  .use-item-humans {
    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;
    margin: 1.5625rem 0 0;
  }
  .use-item-humans-img {
    width: 8.6875rem;
    margin: 0 1rem 0 0;
  }
  .use-item-humans-txt {
    color: #1c265a;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .use-item-arrow {
    width: 1.875rem;
    margin: 0.9375rem auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .use-item-center {
    padding: 1.8125rem 0 0;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item-center-ttl {
    margin: 0 0 1.3125rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .use-item-center-ttl .num {
    color: #ff7e00;
    font-size: 2.5rem;
  }
  .use-item-center-ttl .min {
    color: #ff7e00;
  }
  .use-item-center-img {
    width: 34.0625rem;
    margin: 0 0 0 3.4375rem;
  }
  .use-item-right {
    padding: 2.5rem 1.875rem 2.75rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item-right-ttl {
    margin: 0 0 2.1875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  .use-item-right-ttl span {
    color: #ff7e00;
  }
  .use-item-right-ttl .num {
    font-size: 2.5rem;
  }
  .use-item-right-img {
    margin: 0 0 2.625rem;
  }
  .use-item-right-btn {
    position: relative;
    padding: 1.3125rem 0 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a6fba), to(#1d5199));
    background: linear-gradient(to bottom, #2a6fba, #1d5199);
    border-radius: 3.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .use-item-right-btn::before {
    content: "";
    position: absolute;
    top: 1.1875rem;
    right: 3.6875rem;
    width: 2.16875rem;
    height: 2.16875rem;
    background: url(../images/use-item-right-btn-arrow.webp) no-repeat center/cover;
  }
  .use-item-arrow02 {
    width: 2.375rem;
    margin: 0.625rem auto;
  }
  .use-item-bottom {
    position: 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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 5.625rem 3.4375rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item-bottom-balloon {
    position: absolute;
    bottom: -3.4375rem;
    left: 0;
    width: 37.3125rem;
    padding: 1.875rem 0 1.875rem 2.0625rem;
    background: #ff7e00;
    border-radius: 1.25rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .use-item-bottom-balloon::before {
    content: "";
    position: absolute;
    top: 2.125rem;
    right: 1.8125rem;
    width: 3.375rem;
    height: 1.875rem;
    background: url(../images/use-item-bottom-icon.webp) no-repeat center/cover;
  }
  .use-item-bottom-balloon::after {
    content: "";
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.8125rem;
    height: 2.25rem;
    background: url(../images/use-item-bottom-arrow-sp.webp) no-repeat center/cover;
  }
  .use-item-bottom-human {
    width: 9.8125rem;
    margin: 0 auto 0.8125rem;
  }
  .use-item-bottom-txt {
    min-width: 11.875rem;
    margin: 0 0 2.0625rem;
    color: #1c265a;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
  }
  .use-item02 {
    padding: 5.75rem 1.875rem 7.5625rem;
    background: #e6edf3;
    border-radius: 1.25rem;
  }
  .use-item02-top {
    position: relative;
    z-index: 5;
    width: 39.375rem;
    margin: 0 auto -3.75rem;
    padding: 1.925rem 0 2.5rem;
    background: url(../images/use-item02-top-bg.webp) no-repeat center/contain;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .use-item02-top::before {
    content: "";
    position: absolute;
    top: 1.8rem;
    left: 14.1rem;
    width: 1px;
    height: 2rem;
    background: #ffffff;
  }
  .use-item02-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.625;
  }
  .use-item02-humans {
    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;
    margin: 1.5625rem 0 0;
  }
  .use-item02-humans-img {
    width: 8.6875rem;
    margin: 0 1rem 0 0;
  }
  .use-item02-humans-txt {
    color: #1c265a;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .use-item02-center {
    position: relative;
    padding: 2.5625rem 1.8125rem 2.75rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item02-center::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 2.1875rem;
    width: 5.9375rem;
    height: 73.1875rem;
    background: url(../images/use-item02-center-arrow.webp) no-repeat center/cover;
  }
  .use-item02-center-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 1.125rem 7.4375rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.388;
  }
  .use-item02-center-ttl.diff {
    margin: 0 0 1.125rem 9.3125rem;
  }
  .use-item02-center-ttl.diff02 {
    margin: 0 0 1.25rem 12.1875rem;
  }
  .use-item02-center-ttl span {
    color: #ff7e00;
  }
  .use-item02-center-img {
    width: 19.5rem;
    margin: 0 0 2.625rem 9.6875rem;
  }
  .use-item02-center-img.diff {
    width: 23.0625rem;
    margin: 0 0 3.125rem 7.625rem;
  }
  .use-item02-center-humans {
    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;
    margin: 0 0 2.6875rem;
  }
  .use-item02-center-img02 {
    width: 19.1875rem;
    margin: 0 0 1.125rem 9.5rem;
  }
  .use-item02-center-txt {
    position: absolute;
    bottom: 11.25rem;
    right: 3.5625rem;
    padding: 1.375rem 0 1.0625rem;
    width: 6rem;
    border-radius: 1.875rem;
    background: #ffe7cf;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.735rem;
    text-align: center;
    letter-spacing: 0.06em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    place-content: center;
    line-height: 1.2;
  }
  .use-item02-center-txt .orange {
    color: #ff7e00;
  }
  .use-item02-center-txt .mini {
    color: #2a6fbb;
    font-weight: normal;
    font-size: 1.25rem;
  }
  .use-item02-center-txt::before {
    content: "";
    position: absolute;
    top: 10.9375rem;
    left: -0.9375rem;
    width: 0;
    height: 0;
    border-top: 0.425rem solid transparent;
    border-bottom: 0.425rem solid transparent;
    border-right: 1rem solid #ffe7cf;
    pointer-events: none;
  }
  .use-item02-arrow {
    width: 2.5rem;
    margin: 0.9375rem auto 0.75rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .use-item02-right {
    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;
    padding: 2rem 6.4375rem 5.9375rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .use-item02-right-img {
    width: 9.840625rem;
    margin: 0 auto 0.8125rem;
  }
  .use-item02-right-txt {
    color: #1c265a;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
  }
  .use-item02-right-btn {
    position: relative;
    padding: 1.3125rem 0 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a6fba), to(#1d5199));
    background: linear-gradient(to bottom, #2a6fba, #1d5199);
    border-radius: 3.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .use-item02-right-btn::before {
    content: "";
    position: absolute;
    top: 1.1875rem;
    right: 3.6875rem;
    width: 2.16875rem;
    height: 2.16875rem;
    background: url(../images/use-item-right-btn-arrow.webp) no-repeat center/cover;
  }
  .use-item02-balloon {
    position: absolute;
    bottom: 11rem;
    left: 1.875rem;
    width: 39.375rem;
    padding: 1.875rem 0 1.5625rem;
    background: #ff7e00;
    border-radius: 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .use-item02-balloon::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    right: 3.625rem;
    width: 2.75rem;
    height: 2.5rem;
    background: url(../images/use-item02-balloon-icon.webp) no-repeat center/cover;
  }
  .use-item02-balloon::after {
    content: "";
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.825rem solid transparent;
    border-right: 0.825rem solid transparent;
    border-bottom: 2rem solid #ff7e00;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .report01-bg {
    padding: 5.625rem 0 6.5rem;
    background: url(../images/report01-bg.webp) no-repeat center/cover;
  }
  .report01-inner {
    width: 62.5rem;
  }
  .report01 h2 {
    position: absolute;
    top: 0;
    left: -12.5rem;
    width: 8.8125rem;
  }
  .report01-catch {
    position: relative;
    padding: 1.9625rem 0 2.0625rem;
    background: url(../images/report01-catch-bg.webp) no-repeat center/cover;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report01-catch-img {
    position: absolute;
    top: -5.625rem;
    left: 9.6875rem;
    width: 7.6875rem;
  }
  .report01-catch::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 26.1rem;
    width: 1px;
    height: 1.5625rem;
    background: #ffffff;
  }
  .report01-top {
    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 0 4.25rem;
  }
  .report01-top-ttl {
    margin: 0 0 1.5625rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.06em;
  }
  .report01-top-txt {
    margin: 0 0 0.9375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.35;
  }
  .report01-top-txt .big {
    font-size: 1.25rem;
  }
  .report01-top-txt .dot {
    font-size: 0.625rem;
    vertical-align: top;
  }
  .report01-top-info {
    color: #333333;
    font-size: 0.6875rem;
    letter-spacing: 0.06em;
  }
  .report01-top-img {
    width: 21.1875rem;
    margin: 0 2.6875rem 0 0;
  }
  .report01-middle {
    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 0 1.6875rem;
  }
  .report01-middle-item01 {
    width: 38.125rem;
    padding: 1.5625rem 2.8125rem;
    background: #ffffff;
    border: 0.375rem solid #84cfff;
    border-radius: 1.25rem;
  }
  .report01-middle-item01-img {
    width: 26.5625rem;
    margin: 0.625rem auto 1.0625rem;
  }
  .report01-middle-item01-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;
  }
  .report01-middle-item01-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: 25rem;
    margin: 0 1.0625rem 0 0;
  }
  .report01-middle-item01-item {
    width: 8.1875rem;
    height: 3.5125rem;
    margin: 0 0 0.3125rem;
    place-content: center;
    background: #e6edf3;
    border-radius: 0.625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.05rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.11;
  }
  .report01-middle-item01-item.diff {
    font-size: 0.875rem;
  }
  .report01-middle-ttl {
    color: #0071b9;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .report01-middle-badge {
    position: relative;
  }
  .report01-middle-badge-img {
    width: 11.5625rem;
  }
  .report01-middle-badge-txt {
    position: absolute;
    width: 7rem;
    top: 0.9375rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #3d2808;
    font-weight: bold;
    font-size: 1.5625rem;
    text-align: center;
    line-height: 1.21;
  }
  .report01-middle-badge-txt.diff {
    top: 2.125rem;
  }
  .report01-middle-plus {
    width: 1.85625rem;
  }
  .report01-middle-item02 {
    width: 11.875rem;
    padding: 1.5625rem 1.25rem;
    background: #ffffff;
    border: 0.375rem solid #84cfff;
    border-radius: 1.25rem;
  }
  .report01-middle-item02-img {
    width: 2.6875rem;
    margin: 1.0625rem auto 0.8125rem;
  }
  .report01-middle-arrow {
    width: 1.7rem;
    margin: 0 auto 1.875rem;
  }
  .report01-graph-ttl {
    margin: 0 0 1.75rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .report01-graph-box {
    margin: 0 0 4.375rem;
    padding: 2.8125rem 2.1875rem;
    background: #ffffff;
    border: 0.375rem solid #84cfff;
    border-radius: 1.25rem;
  }
  .report01-graph-subttl {
    margin: 0 0 2rem;
    color: #0071b9;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .report01-tab-thubnails {
    position: relative;
    z-index: 10;
    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-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 3.1875rem -3.125rem;
  }
  .report01-tab-thubnail {
    cursor: pointer;
    display: grid;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 10.3125rem;
    height: 6.25rem;
    padding: 0.625rem 0 0;
    place-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#14b3ed), to(#2a70bc));
    background: linear-gradient(to bottom, #14b3ed, #2a70bc);
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(5, 84, 167);
            box-shadow: 0 0.25rem 0.375rem rgb(5, 84, 167);
    border-radius: 0.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .report01-tab-thubnail span {
    font-size: 1rem;
  }
  .report01-tab-thubnail.is-active {
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1c265a;
  }
  .report01-tab-item {
    display: none;
  }
  .report01-tab-item.is-active {
    display: block;
  }
  .report01-tab-item01 {
    height: 26.5rem;
    overflow: scroll;
    position: relative;
    padding: 5.9375rem 3.1875rem 2.9375rem 2.9375rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item01::before {
    content: "";
    position: absolute;
    top: 16.875rem;
    left: 5.125rem;
    width: 6rem;
    height: 28rem;
    background: url(../images/report01-tab-item01-arrow.webp) no-repeat center/cover;
  }
  .report01-tab-item01-ttl {
    margin: 0 0 1.875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item01-ttl span {
    font-size: 1.375rem;
  }
  .report01-tab-item01-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.65;
  }
  .report01-tab-item01-statuses {
    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: 2.5625rem;
    margin: 0 0 2rem;
  }
  .report01-tab-item01-status {
    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;
  }
  .report01-tab-item01-status.diff {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .report01-tab-item01-category {
    width: 3.75rem;
    margin: 0 0.625rem 0 0;
    padding: 0.3125rem 0;
    background: #d1ebfc;
    border-radius: 3.125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item01-value {
    color: #1c265a;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    line-height: 1.53;
  }
  .report01-tab-item01-wrap {
    position: relative;
    z-index: 5;
    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 0 2.5rem;
  }
  .report01-tab-item01-wrap.diff {
    margin: 0;
  }
  .report01-tab-item01-img {
    width: 30rem;
  }
  .report01-tab-item01-content {
    width: 23.6875rem;
    margin: 0 0 0.3125rem;
    padding: 0.5rem;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
  .report01-tab-item02 {
    height: 25.8125rem;
    overflow: scroll;
    position: relative;
    padding: 6.5rem 3.125rem 3.0625rem 7.375rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item02-ttl {
    margin: 0 0 1.875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item02-ttl span {
    font-size: 1.375rem;
  }
  .report01-tab-item02-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.65;
  }
  .report01-tab-item02-img01 {
    width: 39.375rem;
    margin: 0 0 0 auto;
  }
  .report01-tab-item02-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: 49.375rem;
    margin: -2.5rem 0 1.6875rem auto;
  }
  .report01-tab-item02-txt01 {
    margin: 2.5rem 0 1.5625rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
  }
  .report01-tab-item02-txt02 {
    width: 25.625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    line-height: 1.53;
  }
  .report01-tab-item02-img02 {
    width: 22.1875rem;
  }
  .report01-tab-item02-wrap02 {
    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;
  }
  .report01-tab-item02-txt03 {
    width: 23.6875rem;
    margin: 0 0.3125rem 0 0;
    padding: 0.8125rem 0;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .report01-tab-item03 {
    height: 25.6875rem;
    padding: 6.25rem 3.1875rem 3.4375rem 2.9375rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item03-ttl {
    margin: 0 0 1.875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item03-ttl span {
    font-size: 1.375rem;
  }
  .report01-tab-item03-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.65;
  }
  .report01-tab-item03-statuses {
    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: 2.5625rem;
    margin: 0 0 2rem;
  }
  .report01-tab-item03-status {
    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;
  }
  .report01-tab-item03-category {
    width: 3.75rem;
    margin: 0 0.625rem 0 0;
    padding: 0.3125rem 0;
    background: #d1ebfc;
    border-radius: 3.125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item03-value {
    color: #1c265a;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
  }
  .report01-tab-item03-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;
  }
  .report01-tab-item03-img {
    width: 30rem;
  }
  .report01-tab-item03-content {
    width: 23.6875rem;
    margin: 0 0 0.3125rem;
    padding: 0.5rem;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
  .report01-tab-item04 {
    height: 29.125rem;
    padding: 6.25rem 3.1875rem 0 2.9375rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item04-ttl {
    margin: 0 0 1.875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item04-ttl span {
    font-size: 1.375rem;
  }
  .report01-tab-item04-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.65;
  }
  .report01-tab-item04-statuses {
    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: 2.5625rem;
    margin: 0 0 2rem;
  }
  .report01-tab-item04-status {
    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;
  }
  .report01-tab-item04-category {
    width: 3.75rem;
    margin: 0 0.625rem 0 0;
    padding: 0.3125rem 0;
    background: #d1ebfc;
    border-radius: 3.125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item04-value {
    color: #1c265a;
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
  }
  .report01-tab-item04-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;
  }
  .report01-tab-item04-img {
    width: 30rem;
  }
  .report01-tab-item04-content {
    width: 23.6875rem;
    margin: 0 0 0.3125rem;
    padding: 0.5rem;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
  .report01-tab-item05 {
    height: 25.75rem;
    overflow: scroll;
    position: relative;
    padding: 6.5rem 3.125rem 3.125rem 7.375rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item05-ttl {
    margin: 0 0 1.875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item05-ttl span {
    font-size: 1.375rem;
  }
  .report01-tab-item05-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.65;
  }
  .report01-tab-item05-img01 {
    width: 39.375rem;
    margin: 0 0 1.875rem auto;
  }
  .report01-tab-item05-wrap02 {
    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;
  }
  .report01-tab-item05-txt03 {
    width: 23.6875rem;
    margin: 0 0.3125rem 0 0;
    padding: 0.8125rem 0;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .report01-bottom {
    margin: 3.375rem 0 0;
    padding: 2.625rem 3.25rem 2.8125rem;
    background: -webkit-gradient(linear, left top, right top, from(#2a6fbb), to(#13b5ee));
    background: linear-gradient(to right, #2a6fbb, #13b5ee);
    border-radius: 1.25rem;
  }
  .report01-bottom-ttl {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report01-bottom-ttl::before, .report01-bottom-ttl::after {
    content: "";
    position: absolute;
    top: 1.25rem;
    width: 0.1875rem;
    height: 2.5rem;
    background: #ffffff;
    -webkit-transform: translateY(-50%) rotate(-30deg);
    transform: translateY(-50%) rotate(-30deg);
    z-index: 1;
  }
  .report01-bottom-ttl::before {
    left: 11.5625rem;
  }
  .report01-bottom-ttl::after {
    right: 11.5625rem;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
  }
  .report01-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;
  }
  .report01-bottom-img {
    width: 25.9375rem;
    margin: -5.625rem 0 0;
  }
  .report01-bottom-txts {
    width: 29rem;
    margin: 2.1875rem 0 0;
  }
  .report01-bottom-txts-ttl {
    margin: 0 0 1.25rem;
    padding: 0.5rem 0;
    background: #ffffff;
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .report01-bottom-txts-txt {
    position: relative;
    margin: 0 0 0.625rem;
    padding: 0 0 0 3.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.388;
  }
  .report01-bottom-txts-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/report01-bottom-txt-check.webp) no-repeat center/cover;
  }
  .report01-bottom-txts-info {
    margin: 2.5rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.75rem;
    text-align: center;
  }
  .report02-bg {
    padding: 5rem 0 6.5625rem;
    background: url(../images/report02-bg.webp) no-repeat center/cover;
  }
  .report02-inner {
    width: 62.5rem;
  }
  .report02 h2 {
    position: absolute;
    top: 0;
    right: -12.5rem;
    width: 8.9375rem;
  }
  .report02-catch {
    position: relative;
    padding: 1.9625rem 0 1.9625rem;
    background: url(../images/report02-catch-bg.webp) no-repeat center/cover;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report02-catch-img {
    position: absolute;
    top: -5.625rem;
    right: 11rem;
    width: 7.8125rem;
  }
  .report02-catch::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 27.1rem;
    width: 1px;
    height: 1.5625rem;
    background: #ffffff;
  }
  .report02-top {
    position: relative;
    z-index: 5;
    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;
    margin: 0 0 1.3125rem 7rem;
  }
  .report02-top-img {
    width: 18.25rem;
    margin: -3.75rem 6.25rem 0 0;
  }
  .report02-top-txt {
    margin: 3.125rem 0 0;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.06em;
    line-height: 1.47;
  }
  .report02-item01 {
    margin: 0 0 2.5rem;
    padding: 2.5625rem 3.125rem 1.875rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0.375rem rgb(98, 125, 204);
            box-shadow: 0 0 0.375rem rgb(98, 125, 204);
  }
  .report02-item01-ttl {
    margin: 0 0 1.875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report02-item01-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.65;
  }
  .report02-item01-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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 1.3125rem;
  }
  .report02-item01-item {
    margin: 0 0 0.875rem;
  }
  .report02-item01-item:nth-child(2n) .report02-item01-item-txt {
    background: #dce0f5;
  }
  .report02-item01-item-img01 {
    width: 4.6875rem;
    margin: 0 auto 0.25rem;
  }
  .report02-item01-item-img02 {
    width: 4.4375rem;
    margin: 0 auto 0.75rem;
  }
  .report02-item01-item-img03 {
    width: 4rem;
    margin: 0 auto 0.75rem;
  }
  .report02-item01-item-img04 {
    width: 4.0625rem;
    margin: 0 auto 0.6875rem;
  }
  .report02-item01-item-img05 {
    width: 5.625rem;
    margin: 0 auto 0.75rem;
  }
  .report02-item01-item-img06 {
    width: 4.375rem;
    margin: 0 auto 0.6875rem;
  }
  .report02-item01-item-img07 {
    width: 4.3125rem;
    margin: 0 auto 0.4375rem;
  }
  .report02-item01-item-img08 {
    width: 3.0625rem;
    margin: 0 auto 0.75rem;
  }
  .report02-item01-item-img09 {
    width: 4.5rem;
    margin: 0 auto 0.5rem;
  }
  .report02-item01-item-img10 {
    width: 3.0625rem;
    margin: 0 auto 0.8125rem;
  }
  .report02-item01-item-txt {
    width: 10.5rem;
    height: 3.75rem;
    place-content: center;
    border-radius: 0.625rem;
    background: #d1ebfc;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.0625rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.333;
  }
  .report02-item01-arrow {
    width: 1.9375rem;
    margin: 0 auto 2.0625rem;
  }
  .report02-item01-txt01 {
    margin: 0 0 0.9375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .report02-item01-txt01 span {
    color: #ff7e00;
  }
  .report02-item01-img02 {
    width: 39.625rem;
    margin: 0 auto;
  }
  .report02-item02 {
    margin: 0 0 2.5rem;
    padding: 2.625rem 3.4375rem 3rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0.375rem rgb(98, 125, 204);
            box-shadow: 0 0 0.375rem rgb(98, 125, 204);
  }
  .report02-item02-ttl {
    margin: 0 0 1.875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report02-item02-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.65;
  }
  .report02-item03 {
    padding: 2.625rem 3.3125rem 3rem 3.625rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0.375rem rgb(98, 125, 204);
            box-shadow: 0 0 0.375rem rgb(98, 125, 204);
  }
  .report02-item03-ttl {
    margin: 0 0 1.875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report02-item03-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.65;
  }
  .report02-item03-txt span {
    font-weight: normal;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .report01-bg {
    padding: 8.125rem 0 5.5625rem;
    background: url(../images/report01-bg.webp) no-repeat center/cover;
  }
  .report01-catch {
    position: relative;
    margin: 0 0 2.4375rem;
    padding: 2rem 0 2.8125rem;
    background: url(../images/report01-catch-bg-sp.webp) no-repeat center/cover;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report01-catch-img {
    position: absolute;
    top: -10rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8.4375rem;
  }
  .report01-catch::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 14.2rem;
    width: 1px;
    height: 2rem;
    background: #ffffff;
  }
  .report01-top {
    position: relative;
    margin: 0 0 1.875rem;
  }
  .report01-top-ttl {
    margin: 0 0 2.5rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 3.125rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .report01-top-txt {
    margin: 0 0 2.1875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.35;
  }
  .report01-top-txt .big {
    font-size: 1.625rem;
  }
  .report01-top-txt .dot {
    font-size: 1.125rem;
    vertical-align: top;
  }
  .report01-top-info {
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .report01-top-img {
    position: absolute;
    top: 5.125rem;
    right: 0;
    width: 17.4375rem;
  }
  .report01-middle {
    margin: 0 0 1.3125rem;
  }
  .report01-middle-item01 {
    position: relative;
    padding: 1.5625rem 2.8125rem 1.25rem 1.5625rem;
    background: #ffffff;
    border: 0.375rem solid #84cfff;
    border-radius: 1.25rem;
  }
  .report01-middle-item01-img {
    position: absolute;
    top: 0.625rem;
    left: 11.25rem;
    width: 28.75rem;
  }
  .report01-middle-item01-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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .report01-middle-item01-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: 23.4375rem;
    margin: 4.4375rem 1.1875rem 0 0;
  }
  .report01-middle-item01-item {
    width: 11.5rem;
    height: 4rem;
    margin: 0 0 0.4375rem;
    place-content: center;
    background: #e6edf3;
    border-radius: 0.625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report01-middle-item01-item.diff {
    font-size: 1.1875rem;
  }
  .report01-middle-ttl {
    width: 15rem;
    margin: 0 0 0 5rem;
    color: #0071b9;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .report01-middle-badge {
    position: relative;
    margin: 0 0 2.1875rem;
  }
  .report01-middle-badge.diff {
    margin: 0;
  }
  .report01-middle-badge-img {
    width: 11.5625rem;
  }
  .report01-middle-badge-txt {
    position: absolute;
    width: 7rem;
    top: 0.9375rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #3d2808;
    font-weight: bold;
    font-size: 1.5625rem;
    text-align: center;
    line-height: 1.21;
  }
  .report01-middle-badge-txt.diff {
    top: 2.125rem;
  }
  .report01-middle-plus {
    width: 2.2rem;
    margin: 0.625rem auto 0.4375rem;
  }
  .report01-middle-item02 {
    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;
    padding: 1rem 5.0625rem 0.5625rem 0;
    background: #ffffff;
    border: 0.375rem solid #84cfff;
    border-radius: 1.25rem;
  }
  .report01-middle-item02-img {
    width: 3rem;
    margin: 0.9375rem 0 0 10.8125rem;
  }
  .report01-middle-arrow {
    width: 2.1875rem;
    margin: 0 auto 1.875rem;
  }
  .report01-graph-ttl {
    margin: 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.625rem;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.42;
  }
  .report01-graph-box {
    margin: 0 0 5.4375rem;
    padding: 3.125rem 1.875rem 3.4375rem;
    background: #ffffff;
    border: 0.375rem solid #84cfff;
    border-radius: 1.25rem;
  }
  .report01-graph-subttl {
    margin: 0 0 2.6875rem;
    color: #0071b9;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .report01-tab-thubnails {
    position: relative;
    z-index: 10;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .report01-tab-thubnails::-webkit-scrollbar {
    display: none;
  }
  .report01-tab-thubnails .simplebar-content-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0.9375rem;
  }
  .report01-tab-thubnails .simplebar-content {
    height: 12.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .report01-tab-thubnails .simplebar-track {
    display: none;
  }
  .report01-tab-thubnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    cursor: pointer;
    display: grid;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 10rem;
    height: 11.25rem;
    place-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#14b3ed), to(#2a70bc));
    background: linear-gradient(to bottom, #14b3ed, #2a70bc);
    border-radius: 0.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }
  .report01-tab-thubnail span {
    font-size: 1.0625rem;
  }
  .report01-tab-thubnail02 {
    opacity: 0;
    display: block;
    width: 1.875rem;
    height: 11.25rem;
  }
  .report01-tab-thubnail03 {
    opacity: 0;
    display: block;
    width: 3.125rem;
    height: 11.25rem;
  }
  .report01-tab-thubnail.is-active {
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1c265a;
  }
  .report01-tab-thubnail.is-active::after {
    content: "";
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-top: 2rem solid #ffffff;
    pointer-events: none;
  }
  .report01-tab-item {
    display: none;
  }
  .report01-tab-item.is-active {
    display: block;
  }
  .report01-tab-items {
    position: relative;
  }
  .report01-tab-item-nav {
    position: absolute;
    z-index: 15;
    top: -8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.09375rem;
    height: 3.09375rem;
    padding: 0;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    opacity: 0.8;
  }
  .report01-tab-item-nav--prev {
    left: -0.9375rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .report01-tab-item-nav--next {
    right: -0.9375rem;
  }
  .report01-tab-item01 {
    height: 69.8125rem;
    overflow: scroll;
    position: relative;
    padding: 3.8125rem 1.875rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item01::before {
    content: "";
    position: absolute;
    top: 29rem;
    left: 2.1875rem;
    width: 6rem;
    height: 67rem;
    background: url(../images/report01-tab-item01-arrow-sp.webp) no-repeat center/cover;
  }
  .report01-tab-item01-ttl {
    margin: 0 0 2.1875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item01-ttl span {
    font-size: 1.75rem;
  }
  .report01-tab-item01-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .report01-tab-item01-status {
    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;
  }
  .report01-tab-item01-status.diff {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 0.625rem;
  }
  .report01-tab-item01-category {
    width: 6.5625rem;
    margin: 0 1.25rem 0 0;
    padding: 0.625rem 0;
    background: #d1ebfc;
    border-radius: 3.125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item01-value {
    color: #1c265a;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.674;
  }
  .report01-tab-item01-wrap {
    position: relative;
    z-index: 5;
    margin: 0 0 3.8125rem;
  }
  .report01-tab-item01-wrap.diff {
    margin: 0;
  }
  .report01-tab-item01-img {
    margin: 0 0 1.6875rem;
  }
  .report01-tab-item01-content {
    margin: 0 0 0.6875rem;
    padding: 0.9375rem 0 0.9375rem 0.75rem;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
  }
  .report01-tab-item02 {
    height: 69.8125rem;
    overflow: scroll;
    position: relative;
    padding: 3.8125rem 1.875rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item02-ttl {
    margin: 0 0 2.1875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item02-ttl span {
    font-size: 1.75rem;
  }
  .report01-tab-item02-txt {
    margin: 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .report01-tab-item02-img01 {
    width: 32.5rem;
    margin: 0 0 3.75rem 5.625rem;
  }
  .report01-tab-item02-txt01 {
    margin: 0 0 2.1875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .report01-tab-item02-txt02 {
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
  }
  .report01-tab-item02-img02 {
    width: 32.5rem;
    margin: 0 0 2.5rem 5.625rem;
  }
  .report01-tab-item02-wrap02 {
    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;
  }
  .report01-tab-item02-txt03 {
    width: 19.375rem;
    padding: 0.875rem 0 1.125rem;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .report01-tab-item03 {
    height: 73.1875rem;
    padding: 3.8125rem 1.875rem 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item03-ttl {
    margin: 0 0 2.1875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item03-ttl span {
    font-size: 1.375rem;
  }
  .report01-tab-item03-txt {
    margin: 0 0 2.0625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .report01-tab-item03-status {
    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;
  }
  .report01-tab-item03-category {
    width: 6.5625rem;
    margin: 0 1.25rem 0.625rem 0;
    padding: 0.625rem 0 0.5625rem;
    background: #d1ebfc;
    border-radius: 3.125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item03-value {
    color: #1c265a;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .report01-tab-item03-img {
    margin: 2.375rem 0 1.75rem;
  }
  .report01-tab-item03-content {
    margin: 0 0 0.6875rem;
    padding: 0.875rem 0 1rem 0.75rem;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
  }
  .report01-tab-item04 {
    height: 69.8125rem;
    padding: 3.8125rem 1.875rem 3.125rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item04-ttl {
    margin: 0 0 2.1875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item04-ttl span {
    font-size: 1.75rem;
  }
  .report01-tab-item04-txt {
    margin: 0 0 2.1875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .report01-tab-item04-status {
    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;
  }
  .report01-tab-item04-category {
    width: 6.5625rem;
    margin: 0 1.25rem 0.625rem 0;
    padding: 0.625rem 0 0.5625rem;
    background: #d1ebfc;
    border-radius: 3.125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item04-value {
    color: #1c265a;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .report01-tab-item04-img {
    margin: 1.9375rem 0 2.125rem;
  }
  .report01-tab-item04-content {
    margin: 0 0 0.6875rem;
    padding: 0.875rem 0 0.9375rem 0.75rem;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
  }
  .report01-tab-item05 {
    height: 73.625rem;
    overflow: scroll;
    position: relative;
    padding: 3.8125rem 1.875rem 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0.25rem 0.375rem rgb(118, 172, 204);
    border-radius: 1.25rem;
  }
  .report01-tab-item05-ttl {
    margin: 0 0 1.875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .report01-tab-item05-ttl span {
    font-size: 1.75rem;
  }
  .report01-tab-item05-txt {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .report01-tab-item05-img01 {
    width: 33.125rem;
    margin: 0 0 2.625rem 5.625rem;
  }
  .report01-tab-item05-wrap02 {
    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;
  }
  .report01-tab-item05-txt03 {
    width: 19.375rem;
    padding: 0.875rem 0 1.125rem;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .report01-bottom {
    margin: 4.25rem 0 0;
    padding: 3rem 1.875rem 2.9375rem;
    background: -webkit-gradient(linear, left top, right top, from(#2a6fbb), to(#13b5ee));
    background: linear-gradient(to right, #2a6fbb, #13b5ee);
    border-radius: 1.25rem;
  }
  .report01-bottom-ttl {
    position: relative;
    margin: 0 0 1.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report01-bottom-ttl::before, .report01-bottom-ttl::after {
    content: "";
    position: absolute;
    top: 1.25rem;
    width: 0.1875rem;
    height: 2.5rem;
    background: #ffffff;
    -webkit-transform: translateY(-50%) rotate(-30deg);
    transform: translateY(-50%) rotate(-30deg);
    z-index: 1;
  }
  .report01-bottom-ttl::before {
    left: 1.5625rem;
  }
  .report01-bottom-ttl::after {
    right: 1.5625rem;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
  }
  .report01-bottom-img {
    width: 34.375rem;
    margin: 0 auto 2rem;
  }
  .report01-bottom-txts-ttl {
    margin: 0 0 1.625rem;
    padding: 0.625rem 0 0.6875rem;
    background: #ffffff;
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.9375rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .report01-bottom-txts-txt {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 4.375rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 1.34;
  }
  .report01-bottom-txts-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.1875rem;
    width: 1.8125rem;
    height: 1.8125rem;
    background: url(../images/report01-bottom-txt-check.webp) no-repeat center/cover;
  }
  .report01-bottom-txts-info {
    margin: 0 0 0 2.5rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.742;
  }
  .report02-bg {
    padding: 8.125rem 0 6.5625rem;
    background: url(../images/report02-bg.webp) no-repeat center/cover;
  }
  .report02-catch {
    position: relative;
    padding: 2.0625rem 0 3.125rem;
    background: url(../images/report02-catch-bg-sp.webp) no-repeat center/contain;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report02-catch-img {
    position: absolute;
    top: -10rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8.5rem;
  }
  .report02-catch::before {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 15.6rem;
    width: 1px;
    height: 2.5625rem;
    background: #ffffff;
  }
  .report02-top {
    position: relative;
    z-index: 5;
    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;
    margin: 0 0 0.9375rem;
  }
  .report02-top-img {
    width: 15.125rem;
    margin: 0 1.375rem 0 0;
  }
  .report02-top-txt {
    margin: 3.125rem 0 0;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 3.125rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .report02-item01 {
    margin: 0 0 3.75rem;
    padding: 3.4375rem 1.875rem 4.1875rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0.375rem rgb(98, 125, 204);
            box-shadow: 0 0 0.375rem rgb(98, 125, 204);
  }
  .report02-item01-ttl {
    margin: 0 0 2.6875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report02-item01-txt {
    margin: 0 0 2.1875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .report02-item01-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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 4rem;
  }
  .report02-item01-item:nth-child(2n) .report02-item01-item-txt {
    background: #dce0f5;
  }
  .report02-item01-item-img01 {
    width: 6.4375rem;
    margin: 0 auto 0.625rem;
  }
  .report02-item01-item-img02 {
    width: 7.1875rem;
    margin: 0 auto 0.625rem;
  }
  .report02-item01-item-img03 {
    width: 5.875rem;
    margin: 0.8125rem auto 0.625rem;
  }
  .report02-item01-item-img04 {
    width: 5.625rem;
    margin: 1rem auto 0.625rem;
  }
  .report02-item01-item-img05 {
    width: 7.8125rem;
    margin: 1.875rem auto 0.625rem;
  }
  .report02-item01-item-img06 {
    width: 6.125rem;
    margin: 1.5rem auto 0.6875rem;
  }
  .report02-item01-item-img07 {
    width: 6rem;
    margin: 2.125rem auto 0.625rem;
  }
  .report02-item01-item-img08 {
    width: 4.8125rem;
    margin: 2.125rem auto 1rem;
  }
  .report02-item01-item-img09 {
    width: 7.1875rem;
    margin: 1.4375rem auto 0.6875rem;
  }
  .report02-item01-item-img10 {
    width: 5.125rem;
    margin: 1.875rem auto 0.9375rem;
  }
  .report02-item01-item-txt {
    width: 16.375rem;
    height: 5.3125rem;
    padding: 0 1.1875rem;
    place-content: center;
    border-radius: 0.625rem;
    background: #d1ebfc;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.32;
  }
  .report02-item01-arrow {
    width: 2.4375rem;
    margin: 0 auto 2.5rem;
  }
  .report02-item01-txt01 {
    margin: 0 0 0.9375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.444;
  }
  .report02-item01-txt01 span {
    color: #ff7e00;
  }
  .report02-item02 {
    margin: 0 0 3.75rem;
    padding: 3.5rem 1.875rem 3.875rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0.375rem rgb(98, 125, 204);
            box-shadow: 0 0 0.375rem rgb(98, 125, 204);
  }
  .report02-item02-ttl {
    margin: 0 0 2.5rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report02-item02-txt {
    margin: 0 0 2.1875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .report02-item03 {
    padding: 3.75rem 1.875rem 3.8125rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0.375rem rgb(98, 125, 204);
            box-shadow: 0 0 0.375rem rgb(98, 125, 204);
  }
  .report02-item03-ttl {
    margin: 0 0 2.5rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .report02-item03-txt {
    margin: 0 0 3.125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .report02-item03-txt span {
    font-weight: normal;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .philosophy-bg {
    padding: 5.4375rem 0 7.1875rem;
    background: url(../images/philosophy-bg.webp) no-repeat bottom/cover;
  }
  .philosophy h2 {
    position: absolute;
    top: 4rem;
    left: -5.9375rem;
    width: 8.875rem;
  }
  .philosophy-top {
    width: 8.125rem;
    margin: 0 auto 1.875rem;
  }
  .philosophy-main {
    margin: 0 0 3.75rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.08em;
    cursor: pointer;
  }
  .philosophy-btn {
    cursor: pointer;
    position: relative;
    display: block;
    width: 22.6875rem;
    margin: 0 auto;
    padding: 1.25rem 0 1.0625rem;
    border-radius: 3.125rem;
    background: #eaf4fd;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .philosophy-btn::after {
    content: "";
    position: absolute;
    top: 1.125rem;
    right: 2.3125rem;
    width: 1.54375rem;
    height: 1.54375rem;
    background: url(../images/philosophy-btn-arrow.webp) no-repeat center/cover;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .philosophy-btn.is-open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .philosophy-box {
    padding: 3.75rem 0 0;
    width: 62.5rem;
    margin: 0 auto;
  }
  .philosophy-box-ttl {
    margin: 0 0 2.1875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.666;
  }
  .philosophy-box-ttl span {
    font-size: 1.75rem;
  }
  .philosophy-box-txt {
    margin: 0 0 1.5625rem;
    padding: 0 0 1.5625rem;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.96875rem;
    letter-spacing: 0.08em;
    line-height: 1.875;
  }
  .philosophy-box-txt span {
    margin: 0 -0.625rem;
  }
  .philosophy-box-item {
    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 3.4375rem;
  }
  .philosophy-box-item-num {
    width: 2.1875rem;
    margin: 0 0 1.25rem;
  }
  .philosophy-box-item-ttl {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    line-height: 1.59;
  }
  .philosophy-box-item-txt {
    width: 37.5rem;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.875;
  }
  .philosophy-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: 50.625rem;
    margin: 5.3125rem auto 0;
  }
  .philosophy-item {
    width: 23.75rem;
  }
  .philosophy-item-img {
    margin: 0 0 -2.1875rem;
  }
  .philosophy-item-profile {
    position: relative;
    z-index: 5;
    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;
    padding: 1.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#264e91), to(#1f3069));
    background: linear-gradient(to right, #264e91, #1f3069);
  }
  .philosophy-item-company {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
  .philosophy-item-name {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.59;
    text-align: right;
  }
  .philosophy-item-name span {
    font-weight: normal;
    font-size: 0.875rem;
  }
  .philosophy-item-box {
    height: 20.1875rem;
    padding: 1.5rem 1.4375rem 0;
    background: #ffffff;
  }
  .philosophy-item-category {
    margin: 0 0 1.25rem;
    padding: 0 0 0.625rem;
    border-bottom: 1px solid #c9c9c9;
    color: #1c265a;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.85;
  }
  .philosophy-item-txt {
    color: #1c265a;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.866;
  }
  .philosophy-item-txt span {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-bg {
    padding: 5.5rem 0 6.4375rem;
    background: url(../images/philosophy-bg-sp.webp) no-repeat top/cover;
  }
  .philosophy-top {
    width: 8rem;
    margin: 0 auto 1.875rem;
  }
  .philosophy-main {
    margin: 0 0 3.4375rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.08em;
    cursor: pointer;
  }
  .philosophy-btn {
    position: relative;
    display: block;
    width: 30.3125rem;
    margin: 0 auto;
    padding: 1.5625rem 0 1.25rem;
    border-radius: 3.125rem;
    background: #eaf4fd;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .philosophy-btn::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 3.125rem;
    width: 2.0625rem;
    height: 2.0625rem;
    background: url(../images/philosophy-btn-arrow.webp) no-repeat center/cover;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .philosophy-btn.is-open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .philosophy-box {
    padding: 3.9375rem 0 0;
    margin: 0 auto;
  }
  .philosophy-box-ttl {
    margin: 0 0 3.75rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.333;
  }
  .philosophy-box-ttl span {
    font-size: 2.25rem;
  }
  .philosophy-box-txt {
    margin: 0 0 3.125rem;
    padding: 0 0 3rem;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.6875rem;
    letter-spacing: 0.08em;
    line-height: 1.78;
  }
  .philosophy-box-txt span {
    margin: 0 -0.625rem;
  }
  .philosophy-box-item {
    margin: 0 0 4.6875rem;
  }
  .philosophy-box-item-num {
    width: 2.8125rem;
    margin: 0 0 1.9375rem;
  }
  .philosophy-box-item-ttl {
    margin: 0 0 2.5rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.08em;
    line-height: 1.666;
  }
  .philosophy-box-item-txt {
    color: #ffffff;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.78;
  }
  .philosophy-list {
    margin: 3.4375rem 0 0;
  }
  .philosophy-item {
    margin: 0 0 3.0625rem;
    border-radius: 0.625rem;
  }
  .philosophy-item-img img {
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .philosophy-item-profile {
    position: relative;
    z-index: 5;
    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;
    padding: 1.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#264e91), to(#1f3069));
    background: linear-gradient(to right, #264e91, #1f3069);
  }
  .philosophy-item-company {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.08em;
  }
  .philosophy-item-name {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.125rem;
    letter-spacing: 0.08em;
    line-height: 1.49;
    text-align: right;
  }
  .philosophy-item-name span {
    font-weight: normal;
    font-size: 1.625rem;
  }
  .philosophy-item-box {
    padding: 2.6875rem 1.875rem 2.8125rem;
    background: #ffffff;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .philosophy-item-category {
    margin: 0 0 2.1875rem;
    padding: 0 0 1.25rem;
    border-bottom: 1px solid #c9c9c9;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
  .philosophy-item-txt {
    color: #1c265a;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.78;
  }
  .philosophy-item-txt span {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .casestudy-bg {
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1d2e64));
    background: linear-gradient(to right, #2381cd, #1d2e64);
    padding: 6.25rem 0 6.8125rem;
  }
  .casestudy-top {
    width: 7.8125rem;
    margin: 0 auto 1.875rem;
  }
  .casestudy h2 {
    margin: 0 0 2.8125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.47;
  }
  .casestudy-tab-thubnails {
    position: relative;
    z-index: 10;
    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: 62.5rem;
    margin: 0 auto -4.375rem;
  }
  .casestudy-tab-thubnail {
    cursor: pointer;
    display: grid;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 14.6875rem;
    height: 6.25rem;
    padding: 0.625rem 0 0;
    place-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#14b3ed), to(#2a70bc));
    background: linear-gradient(to bottom, #14b3ed, #2a70bc);
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(5, 84, 167);
            box-shadow: 0 0.25rem 0.375rem rgb(5, 84, 167);
    border-radius: 0.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .casestudy-tab-thubnail.is-active {
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1c265a;
  }
  .casestudy-tab-item {
    display: none;
    -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;
    height: 27.5625rem;
    padding: 5rem 6.6875rem 0 2.625rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .casestudy-tab-item-ttl {
    margin: 0 0 1.25rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .casestudy-tab-item-ttl span {
    color: #ff7e01;
  }
  .casestudy-tab-item-subttl {
    width: 9.375rem;
    margin: 0 0 1.25rem;
    padding: 0.5rem 0;
    border-radius: 3.125rem;
    background: #ffead5;
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .casestudy-tab-item-txt {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 2.5rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.388;
  }
  .casestudy-tab-item-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/casestudy-tab-item01-icon.webp) no-repeat center/contain;
  }
  .casestudy-tab-item.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .casestudy-tab-item01-img {
    width: 31.4375rem;
  }
  .casestudy-tab-item02-img {
    width: 25.1875rem;
    margin: 0 0 0 3.5rem;
  }
  .casestudy-tab-item03 {
    padding: 5rem 3.0625rem 0 2.625rem;
  }
  .casestudy-tab-item03-img {
    width: 28.375rem;
  }
  .casestudy-tab-item04 {
    padding-left: 5.3125rem;
    padding-right: 4.375rem;
  }
  .casestudy-tab-item04-img {
    width: 25.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .casestudy-bg {
    background: -webkit-gradient(linear, left top, right top, from(#2381cd), to(#1d2e64));
    background: linear-gradient(to right, #2381cd, #1d2e64);
    padding: 6rem 0 9.4375rem;
  }
  .casestudy-top {
    width: 7.875rem;
    margin: 0 auto 2.0625rem;
  }
  .casestudy h2 {
    margin: 0 0 4.375rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.875rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.56;
  }
  .casestudy-tab-thubnails {
    position: relative;
    z-index: 10;
    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 0.625rem 1.1875rem;
  }
  .casestudy-tab-thubnail {
    position: relative;
    cursor: pointer;
    display: grid;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 10rem;
    height: 11.25rem;
    padding: 0.625rem 0 0;
    place-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#14b3ed), to(#2a70bc));
    background: linear-gradient(to bottom, #14b3ed, #2a70bc);
    -webkit-box-shadow: 0 0.25rem 0.375rem rgb(5, 84, 167);
            box-shadow: 0 0.25rem 0.375rem rgb(5, 84, 167);
    border-radius: 0.625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
  .casestudy-tab-thubnail.is-active {
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1c265a;
  }
  .casestudy-tab-thubnail.is-active::after {
    content: "";
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-top: 2rem solid #ffffff;
    pointer-events: none;
  }
  .casestudy-tab-item {
    padding: 2.5rem 1.875rem 2.8125rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .casestudy-tab-item-ttl {
    margin: 0 0 2.1875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.3125rem;
    letter-spacing: 0.06em;
    line-height: 1.44;
  }
  .casestudy-tab-item-ttl span {
    color: #ff7e01;
  }
  .casestudy-tab-item-subttl {
    width: 14.4375rem;
    margin: 0 0 1.5625rem;
    padding: 0.875rem 0 0.625rem;
    border-radius: 3.125rem;
    background: #ffead5;
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .casestudy-tab-item-txt {
    position: relative;
    margin: 0 0 1.625rem;
    padding: 0 0 0 3.4375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 1.35;
  }
  .casestudy-tab-item-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.625rem;
    width: 2.0625rem;
    height: 2.0625rem;
    background: url(../images/casestudy-tab-item01-icon.webp) no-repeat center/contain;
  }
  .casestudy-tab-item01-img {
    width: 33.0625rem;
    margin: 0 auto 2.5rem;
  }
  .casestudy-tab-item02-img {
    width: 25.1875rem;
    margin: 0 auto 2rem;
  }
  .casestudy-tab-item03 {
    padding: 1.6875rem 1.875rem 2.8125rem;
  }
  .casestudy-tab-item03-img {
    width: 28.375rem;
    margin: 0 auto 2.5rem;
  }
  .casestudy-tab-item04-img {
    width: 25.9375rem;
    margin: 0 auto 2.375rem;
  }
}
@media screen and (min-width: 768px) {
  .price-inner {
    padding: 6.25rem 0;
  }
  .price-top {
    width: 3.75rem;
    margin: 0 auto 1.9375rem;
  }
  .price h2 {
    margin: 0 0 1.0625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .price-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: 59.5625rem;
    margin: 0 auto;
  }
  .price-wrap-deco {
    width: 2.5rem;
  }
  .price-wrap-deco.diff {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .price-wrap-ttl {
    margin: 0 0 2rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 3.125rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .price-wrap-ttl span {
    color: #ff7e00;
  }
  .price-wrap-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .price-wrap-txt span {
    position: relative;
  }
  .price-wrap-txt span::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    width: 23.875rem;
    height: 1px;
    background: #0071bc;
  }
  .price-wrap-txt span::after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0.625rem;
    width: 23.875rem;
    height: 1px;
    background: #0071bc;
  }
  .price-table {
    width: 65.625rem;
    margin: 0 0 4.6875rem 2.8125rem;
  }
  .price-table-inner {
    display: block;
  }
  .price-subttl {
    margin: 0 0 2.5rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 62.5rem;
    margin: 0 auto 0.875rem;
    padding: 1.8125rem 0 2rem 4.3125rem;
    border-radius: 0.625rem;
    background: #e1f3ff;
  }
  .price-box.diff {
    padding: 3rem 0 2rem 4.3125rem;
  }
  .price-box-num {
    width: 6.5rem;
    margin: 0 0 1.5625rem;
  }
  .price-box-ttl {
    margin: 0 0 1.125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  .price-box-ttl span {
    color: #ff7e00;
  }
  .price-box-txt {
    color: #1c265a;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.81;
  }
  .price-box-img01 {
    width: 30rem;
    margin: -2.4375rem 0 0 1.3125rem;
  }
  .price-box-img02 {
    width: 30rem;
    margin: -3.6875rem 0 0 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .price-inner {
    padding: 4.9375rem 0 6.8125rem;
  }
  .price-top {
    width: 3.75rem;
    margin: 0 auto 1.5625rem;
  }
  .price h2 {
    margin: 0 0 2.25rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .price-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 0 1.8125rem;
  }
  .price-wrap-deco {
    width: 2.5rem;
  }
  .price-wrap-deco.diff {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .price-wrap-ttl {
    margin: 0 0 2.1875rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .price-wrap-ttl span {
    color: #ff7e00;
  }
  .price-wrap-txt {
    color: #1c265a;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.777;
  }
  .price-wrap-txt span {
    position: relative;
  }
  .price-wrap-txt span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23.875rem;
    height: 1px;
    background: #0071bc;
  }
  .price-wrap-txt span::after {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0.625rem;
    width: 23.875rem;
    height: 1px;
    background: #0071bc;
  }
  .price-table {
    position: relative;
    width: 100%;
    margin: 0 0 6.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 3.125rem;
  }
  .price-table-swipe {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 16.625rem;
    padding: 3.25rem 0 2.0625rem;
    background: rgba(40, 39, 40, 0.7);
    border-radius: 1.25rem;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .price-table-swipe.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .price-table-swipe-img {
    width: 6.8125rem;
    margin: 0 0 2.125rem 3.75rem;
    -webkit-animation: graphSwipeGuide 1.2s ease-in-out infinite;
            animation: graphSwipeGuide 1.2s ease-in-out infinite;
  }
  .price-table-swipe-txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5625rem;
    text-align: center;
  }
  .price-table-inner {
    width: 100rem;
    min-width: 100rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .price-table-inner picture,
  .price-table-inner img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
  .price-table .simplebar-content-wrapper {
    max-height: none !important;
    -webkit-overflow-scrolling: touch;
  }
  .price-table .simplebar-track.simplebar-horizontal {
    bottom: 0;
    height: 1.25rem;
    background: #edeff2;
    border-radius: 62.4375rem;
  }
  .price-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0 !important;
    height: 100% !important;
  }
  .price-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b8bdc3;
    border-radius: 62.4375rem;
    opacity: 1;
  }
  .price-subttl {
    margin: 0 0 2.9375rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.75rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .price-box {
    margin: 0 0 3.0625rem;
    padding: 2.125rem 1.875rem 3rem;
    border-radius: 0.625rem;
    background: #e1f3ff;
  }
  .price-box-num {
    width: 8.375rem;
    margin: 0 0 2.1875rem;
  }
  .price-box-ttl {
    margin: 0 0 1.25rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.03em;
    line-height: 1.625;
  }
  .price-box-ttl span {
    color: #ff7e00;
  }
  .price-box-txt {
    color: #1c265a;
    font-size: 1.75rem;
    letter-spacing: 0.03em;
    line-height: 1.78;
  }
  .price-box-img02 {
    margin: 1.3125rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .flow-bg {
    padding: 5.1875rem 0 6.3125rem;
    background: url(../images/flow-bg.webp) no-repeat center/cover;
  }
  .flow-top {
    width: 3.625rem;
    margin: 0 auto 1.875rem;
  }
  .flow h2 {
    margin: 0 0 2rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
  }
  .flow-txt {
    width: 27.6875rem;
    margin: 0 auto 2.5rem;
    padding: 1.6875rem 0 1.5rem;
    color: #000000;
    background: #ffffff;
    border: 1px solid #1c265a;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
  }
  .flow-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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5rem;
    margin: 0 auto 1.875rem;
  }
  .flow-item {
    width: 18.75rem;
    height: 28.125rem;
    border-radius: 0.625rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.625rem rgba(4, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.625rem rgba(4, 0, 0, 0.1);
  }
  .flow-item-img {
    margin: 0 auto 2.125rem;
  }
  .flow-item-ttl {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.1875rem;
    text-align: center;
  }
  .flow-item-txt {
    margin: 0 1.25rem;
    color: #1c265a;
    font-size: 0.875rem;
    line-height: 2;
  }
  .flow-item-arrow {
    width: 1.5rem;
  }
  .flow-box {
    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: 62.5rem;
    margin: 0 auto;
    padding: 2.5rem 0;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0.125rem 0.625rem rgba(184, 203, 253, 0.1);
            box-shadow: 0 0.125rem 0.625rem rgba(184, 203, 253, 0.1);
  }
  .flow-box-item01 {
    width: 16.875rem;
  }
  .flow-box-item01-ttl {
    margin: 0 0 0.9375rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.85625rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .flow-box-item01-img {
    width: 4.5rem;
    margin: 0 auto;
  }
  .flow-box-item02 {
    width: 15.25rem;
    border-left: 1px solid #eaecf7;
  }
  .flow-box-item02-img {
    width: 2.5625rem;
    margin: 0 auto 1.625rem;
  }
  .flow-box-item02-ttl {
    margin: 0 0 1.25rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.1875rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.47;
  }
  .flow-box-item02-txt {
    color: #1c265a;
    font-size: 0.875rem;
    line-height: 2;
    text-align: center;
  }
  .flow-box-item03 {
    width: 14.8125rem;
    border-left: 1px solid #eaecf7;
  }
  .flow-box-item03-img {
    width: 2.9375rem;
    margin: 0 auto 2.25rem;
  }
  .flow-box-item03-ttl {
    margin: 0 0 2.375rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.1875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .flow-box-item03-txt {
    color: #1c265a;
    font-size: 0.875rem;
    line-height: 2;
    text-align: center;
  }
  .flow-box-item04 {
    width: 15rem;
    border-left: 1px solid #eaecf7;
  }
  .flow-box-item04-img {
    width: 3.25rem;
    margin: 0 auto 2.1875rem;
  }
  .flow-box-item04-ttl {
    margin: 0 0 2.375rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 1.1875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .flow-box-item04-txt {
    color: #1c265a;
    font-size: 0.875rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .flow-bg {
    padding: 5rem 0 6.25rem;
    background: url(../images/flow-bg-sp.webp) no-repeat center/cover;
  }
  .flow-top {
    width: 3.625rem;
    margin: 0 auto 1.875rem;
  }
  .flow h2 {
    margin: 0 0 3.4375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
  }
  .flow-txt {
    width: 39.375rem;
    margin: 0 auto 3.8125rem;
    padding: 2.5625rem 0;
    color: #000000;
    background: #ffffff;
    border: 1px solid #1c265a;
    font-size: 1.5rem;
    text-align: center;
  }
  .flow-list {
    margin: 0 0 4.875rem;
  }
  .flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 1.875rem;
    border-radius: 0.625rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.625rem rgba(4, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.625rem rgba(4, 0, 0, 0.1);
  }
  .flow-item-ttl {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 2.5rem;
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 1.375rem 0 1.375rem 3.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#264e90), to(#1f3068));
    background: linear-gradient(to right, #264e90, #1f3068);
    color: #ffffff;
    font-weight: bold;
    font-size: 2.125rem;
    text-align: center;
  }
  .flow-item-ttl::before {
    content: "01";
    position: absolute;
    top: 1.5rem;
    left: 10.125rem;
    color: #ffffff;
    font-size: 2rem;
  }
  .flow-item-ttl.diff01::before {
    content: "02";
    left: 15.3125rem;
  }
  .flow-item-ttl.diff02::before {
    content: "03";
    left: 7.3125rem;
  }
  .flow-item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 39.375rem;
    margin: 0 auto 2.4375rem;
  }
  .flow-item-txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 1.875rem;
    color: #1c265a;
    font-size: 1.75rem;
    line-height: 2;
  }
  .flow-item-arrow {
    width: 2.4375rem;
    margin: 1rem auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .flow-box {
    padding: 3.75rem 1.75rem 3.6875rem;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0.125rem 0.625rem rgba(184, 203, 253, 0.1);
            box-shadow: 0 0.125rem 0.625rem rgba(184, 203, 253, 0.1);
  }
  .flow-box-item01-ttl {
    margin: 0 0 1.8125rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .flow-box-item01-img {
    width: 6.375rem;
    margin: 0 auto 3.125rem;
  }
  .flow-box-item02 {
    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.75rem;
    padding: 0 0 2.5rem;
    border-bottom: 1px solid #eaecf7;
  }
  .flow-box-item02-img {
    width: 4.8125rem;
    margin: 0 2.6875rem 0 0.9375rem;
  }
  .flow-box-item02-ttl {
    margin: 0 0 1.5625rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
  }
  .flow-box-item02-txt {
    width: 29.375rem;
    color: #1c265a;
    font-size: 1.75rem;
    line-height: 1.85;
  }
  .flow-box-item03 {
    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.75rem;
    padding: 0 0 2.5rem;
    border-bottom: 1px solid #eaecf7;
  }
  .flow-box-item03-img {
    width: 5.25rem;
    margin: 0 2.5rem 0 0.625rem;
  }
  .flow-box-item03-ttl {
    margin: 0 0 1.5625rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
  }
  .flow-box-item03-txt {
    width: 29.375rem;
    color: #1c265a;
    font-size: 1.75rem;
    line-height: 1.85;
  }
  .flow-box-item04 {
    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;
  }
  .flow-box-item04-img {
    width: 4.5rem;
    margin: 0 3.1875rem 0 0.9375rem;
  }
  .flow-box-item04-ttl {
    margin: 0 0 1.5625rem;
    color: #2a6fbb;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
  }
  .flow-box-item04-txt {
    width: 29.375rem;
    color: #1c265a;
    font-size: 1.75rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 768px) {
  .faq-bg {
    padding: 5rem 0 4.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#3896da), to(#2a70bc));
    background: linear-gradient(to right, #3896da, #2a70bc);
  }
  .faq-top {
    width: 2.25rem;
    margin: 0 auto 1.625rem;
  }
  .faq h2 {
    margin: 0 0 3.5625rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 62.5rem;
    margin: 0 auto;
  }
  .faq-item {
    width: 29.625rem;
    margin: 0 0 1.875rem;
    padding: 0.5rem;
    background: #ffffff;
    border-radius: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 0 1.25rem 0 rgb(17, 52, 89);
            box-shadow: 0 0 1.25rem 0 rgb(17, 52, 89);
  }
  .faq-item.is-open .faq-answer {
    display: block;
  }
  .faq-item.is-open .faq-question::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .faq-question {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .faq-question::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2.25rem;
    height: 2.25rem;
    background: url(../images/faq-question-arrow.webp) no-repeat center/contain;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .faq-question-img {
    width: 3.8125rem;
  }
  .faq-question-ttl {
    width: 28.75rem;
    height: 4.0625rem;
    padding: 0 3.75rem 0 0.8125rem;
    place-content: center;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.625;
  }
  .faq-answer {
    display: none;
    padding: 1.8125rem 0.8125rem 1.5625rem;
    color: #1c265a;
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.875;
  }
  .faq-answer-num {
    padding-left: 1.25rem;
    text-indent: -1.25rem;
  }
  .faq-answer p {
    margin: 0 0 1.3125rem;
  }
  .faq-answer p:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-bg {
    padding: 5.3125rem 0 6.4375rem;
    background: -webkit-gradient(linear, left top, right top, from(#3896da), to(#2a70bc));
    background: linear-gradient(to right, #3896da, #2a70bc);
  }
  .faq-top {
    width: 2.25rem;
    margin: 0 auto 1.875rem;
  }
  .faq h2 {
    margin: 0 0 3.4375rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .faq-item {
    margin: 0 0 2.5rem;
    padding: 1.25rem 1.875rem;
    background: #ffffff;
    border-radius: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 0 1.25rem 0 rgb(17, 52, 89);
            box-shadow: 0 0 1.25rem 0 rgb(17, 52, 89);
  }
  .faq-item.is-open .faq-answer {
    display: block;
  }
  .faq-item.is-open .faq-question::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .faq-question {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .faq-question::before {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    right: 0;
    width: 4.3125rem;
    height: 4.3125rem;
    background: url(../images/faq-question-arrow-sp.webp) no-repeat center/contain;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .faq-question-img {
    width: 3.8125rem;
  }
  .faq-question-ttl {
    width: 39.6875rem;
    height: 7.625rem;
    padding: 0 0 0 1.625rem;
    place-content: center;
    background: #e6edf3;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.65625rem;
    letter-spacing: 0.08em;
    line-height: 1.78;
  }
  .faq-answer {
    display: none;
    padding: 2.4375rem 0 1.875rem;
    color: #1c265a;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.78;
  }
  .faq-answer-num {
    padding-left: 2.8125rem;
    text-indent: -2.8125rem;
  }
  .faq-answer p {
    margin: 0 0 1.5625rem;
    color: #1c265a;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.78;
  }
  .faq-answer p:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    padding: 5.625rem 0 2.5625rem;
    background: #1c265a;
  }
  .footer-links {
    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: 6.25rem;
    margin: 0 0 4.1875rem;
  }
  .footer-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.06em;
    text-decoration: underline;
  }
  .footer-copyright {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .cv {
    position: fixed;
    z-index: 9999;
    top: 7.5rem;
    right: 0;
  }
  .cv-content {
    padding: 0.3125rem;
    border-radius: 0.625rem 0 0 0.625rem;
    background: #063a83;
  }
  .cv-content a {
    margin: 0 0 0.125rem;
    width: 9.375rem;
    height: 4.375rem;
    place-content: center;
    border-radius: 0.3125rem;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#eaf1f7));
    background: linear-gradient(to right, #ffffff, #eaf1f7);
    font-weight: bold;
    color: #1c265a;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.375;
  }
  .cv-content a.select {
    background: -webkit-gradient(linear, left top, right top, from(#224a8d), to(#1c275b));
    background: linear-gradient(to right, #224a8d, #1c275b);
    color: #ffffff;
  }
  .cv-content a.bottom {
    background: -webkit-gradient(linear, left top, right top, from(#ff5500), to(#ff7d00));
    background: linear-gradient(to right, #ff5500, #ff7d00);
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 0 0 9.375rem;
  }
  .footer-bg {
    padding: 4.8125rem 0 4.5625rem;
    background: #1c265a;
  }
  .footer-link {
    margin: 0 0 3.25rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
    text-decoration: underline;
  }
  .footer-copyright {
    margin: 4.625rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .cv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .cv-overlay {
    position: fixed;
    inset: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.55);
  }
  .cv-bg {
    position: relative;
    z-index: 1000;
    padding: 1.6875rem 0 1.9375rem;
    background: -webkit-gradient(linear, left top, right top, from(#224a8d), to(#1c265a));
    background: linear-gradient(to right, #224a8d, #1c265a);
  }
  .cv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cv-btn {
    position: relative;
    width: 28.375rem;
    padding: 2.1875rem 0 1.875rem 6.8125rem;
    border-radius: 3.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#ff5400), to(#ff7b00));
    background: linear-gradient(to right, #ff5400, #ff7b00);
    -webkit-box-shadow: 0 0.3125rem 0 #ff5900;
            box-shadow: 0 0.3125rem 0 #ff5900;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.08em;
  }
  .cv-btn::before {
    content: "";
    position: absolute;
    top: 2.1875rem;
    right: 2.375rem;
    width: 2.375rem;
    height: 2.375rem;
    background: url(../images/cv-btn-arrow.webp) no-repeat center/cover;
  }
  .cv-humbarger {
    border: none;
    background: transparent;
    padding: 0;
    width: 4.8125rem;
  }
  .cv-content {
    position: relative;
    z-index: 1001;
    width: 43.125rem;
    padding: 0 1.875rem;
    background: #ffffff;
  }
  .cv-content a {
    position: relative;
    padding: 3.8125rem 0 3.8125rem 1.875rem;
    border-bottom: 1px solid #1c265a;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.08em;
  }
  .cv-content a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.875rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.8125rem;
    height: 1.5625rem;
    background: url(../images/cv-content-arrow.webp) no-repeat center/cover;
  }
  .cv-content a:last-child {
    border-bottom: none;
  }
  .cv.is-open .cv-content {
    display: block;
  }
}