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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

.wrapper {
  position: relative;
}

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

picture,
figure {
  display: block;
}

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

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

body {
  position: relative;
  overflow-x: hidden;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

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

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-PC
  ----------------------------------------------- */
@media screen and (min-width: 2001px) {
  html {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 42.1875rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  .header-bg {
    background: #fff;
    padding: 2.1875rem 0;
  }
  .header-logo {
    width: 41.875rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .header-bg {
    background: #fff;
    padding: 1.6875rem 0;
  }
  .header-logo {
    width: 45.75rem;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 767px) {
  .fv-bg {
    background: #fff;
  }
  .fv-inner {
    position: relative;
  }
  .fv-area01 {
    position: absolute;
    bottom: 5.125rem;
    left: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0.04em;
    color: #05328c;
    font-weight: 900;
  }
  .fv-area01 .dt {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: -0.02em;
    font-weight: 500;
    line-height: 1.625;
    color: #202020;
    margin-top: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg01 {
    background: -webkit-gradient(linear, left top, right top, from(#2b73bb), to(#05328c));
    background: linear-gradient(to right, #2b73bb, #05328c);
    padding: 0.0625rem 0 0 0;
  }
  .fv-bg {
    background: url(../images/fv-bg.webp) no-repeat center/cover;
    padding: 1.9375rem 0 4.625rem;
  }
  .fv-inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .fv-head {
    width: 44.5625rem;
    margin: -0.5625rem 0 0 5.75rem;
  }
  .fv-img01 {
    width: 58.5rem;
  }
  .fv-area01 {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    color: #05328c;
    font-weight: 900;
    margin: -6.5625rem 0 0 0;
  }
  .fv-area01 .dt {
    font-size: 1rem;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #202020;
  }
  .fv-cta {
    margin: 5.25rem 0 0 -3.75rem;
    width: 70rem;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 1.25rem;
  }
  .fv-cta-head {
    background: #05328c;
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 0.0625rem 0 0 0;
  }
  .fv-cta-ttl01 {
    width: 34.6875rem;
    margin: -0.4375rem auto 0;
  }
  .fv-cta-content {
    background: #fff;
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 1.375rem 0 2.0625rem 0;
  }
  .fv-cta-ttl02 {
    font-size: 1.3125rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-align: center;
  }
  .fv-cta-ttl02 .big {
    font-size: 1.625rem;
  }
  .fv-cta-ttl02 .color {
    font-size: 1.875rem;
    color: #ed6104;
    font-weight: 900;
  }
  .fv-cta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.5625rem;
    margin: 1.75rem auto 0;
  }
  .fv-cta-tel .ttl {
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    text-align: center;
    border-bottom: 0.0625rem solid #000;
    padding-bottom: 0.9375rem;
    width: 29.375rem;
    margin: 0 auto;
  }
  .fv-cta-tel .img {
    width: 25.6875rem;
    margin: 0.8125rem auto 0;
  }
  .fv-cta-tel .time {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0.875rem auto 0;
  }
  .fv-cta-form {
    position: relative;
    width: 30.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-size: 1.6875rem;
    letter-spacing: 0.005em;
    font-weight: 600;
    border-radius: 100vmax;
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(linear, left top, left bottom, from(#fb9248), to(#ff7412));
    background: linear-gradient(to bottom, #fb9248, #ff7412);
    padding: 2.25rem 0 2.25rem 5.1875rem;
  }
  .fv-cta-form::before {
    position: absolute;
    top: 2.5rem;
    left: 1.875rem;
    content: "";
    background: url(../images/cta-icon01.webp) no-repeat center/cover;
    width: 1.625rem;
    height: 1.4375rem;
  }
  .fv-cta-form::after {
    position: absolute;
    top: 2.1875rem;
    right: 1.8125rem;
    content: "";
    background: url(../images/cta-arrow.webp) no-repeat center/cover;
    width: 2.125rem;
    height: 2.125rem;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 767px) {
  .cta-bg {
    position: relative;
    background: #f1f3f7;
    padding: 0.0625rem 0 3.625rem;
  }
  .cta-ttl01 {
    width: 100%;
    margin-top: -1.125rem;
  }
  .cta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cta-human {
    width: 18rem;
    margin: -2.0625rem 0 0 1.25rem;
  }
  .cta-ttl02 {
    font-size: 2.25rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 1.43;
    margin: 1.125rem 0 0 -3.75rem;
  }
  .cta-ttl02 .color {
    font-size: 2.5rem;
    color: #ed6104;
  }
  .cta-ttl02 .small {
    font-size: 2rem;
  }
  .cta-ttl02 .bold {
    font-weight: 600;
  }
  .cta-form, .cta-tel {
    position: relative;
    color: #ffffff;
    font-size: 2.375rem;
    letter-spacing: 0.005em;
    font-weight: 600;
    border-radius: 100vmax;
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.3);
  }
  .cta-form {
    background: -webkit-gradient(linear, left top, left bottom, from(#fb9248), to(#ff7412));
    background: linear-gradient(to bottom, #fb9248, #ff7412);
    padding: 3rem 0 3rem 6.25rem;
    margin: -4.3125rem 0 0;
  }
  .cta-form::before {
    position: absolute;
    top: 3.125rem;
    left: 2.5rem;
    content: "";
    background: url(../images/cta-icon01.webp) no-repeat center/cover;
    width: 2.6875rem;
    height: 2.5rem;
  }
  .cta-form::after {
    position: absolute;
    top: 2.8125rem;
    right: 2.4375rem;
    content: "";
    background: url(../images/cta-arrow.webp) no-repeat center/cover;
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .cta-tel {
    background: -webkit-gradient(linear, left top, left bottom, from(#2ebcfd), to(#00a0e9));
    background: linear-gradient(to bottom, #2ebcfd, #00a0e9);
    padding: 3rem 0 3rem 8.125rem;
    margin: 1.5625rem 0 0;
  }
  .cta-tel::before {
    position: absolute;
    top: 2.9375rem;
    left: 2.125rem;
    content: "";
    background: url(../images/cta-icon02.webp) no-repeat center/cover;
    width: 3.125rem;
    height: 2.5625rem;
  }
  .cta-time {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #202020;
    margin: 0.8125rem auto 0;
  }
  .cta02-ttl02 {
    margin: 2.5rem 0 0 -3.75rem;
    font-style: italic;
    line-height: 1.42;
  }
  .cta03-ttl02 {
    margin: 0.625rem 0 5.8125rem -3.75rem;
    font-style: italic;
    line-height: 1.36;
    font-size: 2.625rem;
  }
  .cta03-ttl02 .color {
    font-size: 3.125rem;
  }
  .cta04-ttl02 {
    margin: 0.625rem 0 5.8125rem -3.75rem;
    font-style: italic;
  }
  .cta04-ttl02 .small {
    font-size: 2rem;
  }
  .cta05-ttl02 {
    margin: 0.625rem 0 5.8125rem -1.875rem;
    font-style: italic;
    line-height: 1.36;
    font-size: 2.5rem;
  }
  .cta05-ttl02 .color {
    font-size: 2.875rem;
    font-weight: 900;
  }
  .cta05-ttl02 .small {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-bg {
    position: relative;
    background: #f1f3f7;
    padding: 0.0625rem 0 3.375rem;
  }
  .cta-inner {
    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;
    gap: 0 1.5625rem;
    margin: 1rem auto 0;
  }
  .cta-ttl01 {
    position: relative;
    height: auto;
    margin-top: -1.5rem;
  }
  .cta-ttl01 picture {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 125rem;
  }
  .cta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9.25rem 0 0 0;
  }
  .cta-human {
    position: relative;
    width: 11.875rem;
    margin-top: -8.125rem;
  }
  .cta-ttl02 {
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .cta-ttl02 .color {
    font-size: 2.125rem;
    color: #ed6104;
  }
  .cta-form {
    position: relative;
    color: #ffffff;
    font-size: 1.6875rem;
    letter-spacing: 0.005em;
    font-weight: 600;
    border-radius: 100vmax;
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(linear, left top, left bottom, from(#fb9248), to(#ff7412));
    background: linear-gradient(to bottom, #fb9248, #ff7412);
    padding: 2.3125rem 0 2.3125rem 5.5rem;
    width: 30.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cta-form::before {
    position: absolute;
    top: 2.5rem;
    left: 1.875rem;
    content: "";
    background: url(../images/cta-icon01.webp) no-repeat center/cover;
    width: 1.625rem;
    height: 1.4375rem;
  }
  .cta-form::after {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    content: "";
    background: url(../images/cta-arrow.webp) no-repeat center/cover;
    width: 2.3125rem;
    height: 2.3125rem;
  }
  .cta-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.5625rem;
  }
  .cta-tel-box .ttl {
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    text-align: center;
    border-bottom: 0.0625rem solid #000;
    padding-bottom: 0.9375rem;
    width: 29.375rem;
    margin: 0 auto;
  }
  .cta-tel-box .img {
    width: 25.6875rem;
    margin: 0.8125rem auto 0;
  }
  .cta-tel-box .time {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0.875rem auto 0;
  }
  .cta03 .cta-box {
    padding: 10.9375rem 0 0 0;
  }
  .cta04 .cta-box {
    margin-left: -13.125rem;
    padding: 7.625rem 0 0 0;
  }
  .cta04-ttl02 {
    font-size: 1.3125rem;
    line-height: 1.45;
    margin-left: 0.625rem;
    margin-bottom: 1.0625rem;
  }
  .cta04-ttl02 .big {
    font-size: 1.625rem;
  }
  .cta04-ttl02 .color {
    font-size: 1.875rem;
  }
  .cta05 .cta-box {
    padding: 10.5rem 0 0 0;
  }
  .cta05-ttl02 {
    font-size: 1.625rem;
    line-height: 1.45;
    margin-bottom: 2.125rem;
  }
  .cta05-ttl02 .big {
    font-size: 1.875rem;
  }
  .cta05-ttl02 .color {
    font-size: 2.125rem;
    font-weight: 900;
  }
}
/*==============================================================================
case
============================================================================= */
@media screen and (max-width: 767px) {
  .case-bg {
    background: #cbe6f6;
    padding: 3.3125rem 0 7.6875rem;
  }
  .case-inner {
    position: relative;
    width: 100%;
  }
  .case-ttl01 {
    width: 41.5rem;
    margin: 0 0.9375rem 0 auto;
  }
  .case-ttl02 {
    background: url(../images/case-bg01_sp.webp) no-repeat center/cover;
    width: 41.875rem;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 3.9375rem auto 0;
    padding: 1.6875rem 0 2.9375rem;
  }
  .case-ttl02 .small {
    font-size: 2rem;
  }
  .case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.5625rem 0;
    margin: 6.875rem auto 0;
    width: 42.1875rem;
  }
  .case-item {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(147, 190, 215, 0.3);
            box-shadow: 0 0.625rem 0.9375rem 0 rgba(147, 190, 215, 0.3);
  }
  .case-num {
    position: absolute;
    top: -3.875rem;
    left: -2.1875rem;
    width: 9.875rem;
  }
  .case-item01 {
    background: url(../images/case-item01-bg_sp.webp) no-repeat center/cover;
    padding: 3.1875rem 2.5rem 2.625rem;
  }
  .case-item01-ttl01 {
    width: 31.875rem;
    margin: 0 auto;
  }
  .case-item01-cap {
    width: 37.625rem;
    margin: 2.5rem 0 0 -0.0625rem;
  }
  .case-item01-note {
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: -0.0625rem;
  }
  .case-item02 {
    background: url(../images/case-item02-bg_sp.webp) no-repeat center/cover;
    padding: 3.1875rem 2.5rem 0rem;
  }
  .case-item02-ttl01 {
    width: 37.1875rem;
    margin: 0 auto;
  }
  .case-item02-txt {
    position: relative;
    margin: 3rem auto 0;
  }
  .case-item02-txt::before {
    position: absolute;
    top: 1.75rem;
    left: -1.375rem;
    content: "";
    background: url(../images/case-shape01.webp) no-repeat center/cover;
    width: 2.625rem;
    height: 10.9375rem;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .case-item02-txt::after {
    position: absolute;
    top: 1.75rem;
    right: -1.375rem;
    content: "";
    background: url(../images/case-shape01.webp) no-repeat center/cover;
    width: 2.625rem;
    height: 10.9375rem;
  }
  .case-item02-txt .txt01 {
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: 600;
    background: #cbe6f6;
    width: 14.0625rem;
    margin: 0 auto;
    padding: 0.8125rem 0;
  }
  .case-item02-txt .txt02 {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: 600;
    line-height: 1.66;
    margin: 0.6875rem auto 0;
  }
  .case-item02-book {
    width: 24.5rem;
    margin: 3.25rem 0 0 auto;
  }
  .case-item03 {
    background: url(../images/case-item03-bg_sp.webp) no-repeat bottom center/cover;
    padding: 3.1875rem 2.5rem 3.9375rem;
  }
  .case-item03-ttl01 {
    width: 21.0625rem;
    margin: 0 auto;
  }
  .case-item03-note {
    font-size: 1.25rem;
    text-align: center;
    margin: 1.5625rem auto 0;
  }
  .case-item03-prob {
    width: 37.375rem;
    margin: 3.8125rem auto 0;
  }
  .case .case-slide01, .case .case-slide02 {
    margin: 1.875rem 0 0 2.5rem;
  }
  .case .case-slide02 {
    margin: 1.375rem 0 0 2.5rem;
  }
  .case .case-slide01 .case-simplebar {
    background: #fff;
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    width: 23.3125rem;
    height: 39.375rem;
    margin-right: 2.8125rem;
  }
  .case .case-slide02 .case-simplebar {
    background: #fff;
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    width: 26.625rem;
    height: 40rem;
    margin-right: 2.8125rem;
  }
  .case .case-simplebar .case-slider-price {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.08em;
    padding: 2.0625rem 0 0 1.5625rem;
  }
  .case .case-slide02 .case-simplebar .case-slider-price {
    padding: 1.6875rem 0 0 1.5625rem;
  }
  .case .case-simplebar .case-slider-price .color {
    color: #ed6104;
    font-size: 3.125rem;
    letter-spacing: 0.02em;
  }
  .case .case-simplebar .case-slider-name {
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.56;
    font-weight: 600;
    padding: 1.375rem 0 0 1.6875rem;
  }
  .case .case-simplebar .case-slider-name.small {
    font-size: 1.75rem;
    line-height: 1.78;
    letter-spacing: -0.04em;
    padding: 1.3125rem 0 0 1.6875rem;
  }
  .case .case-simplebar .case-slider-info {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.61;
    padding: 1rem 0 0 1.6875rem;
  }
  .case .case-simplebar .case-slider-info .bold {
    font-weight: 600;
  }
  .case .simplebar-content {
    display: -webkit-box;
    padding: 0 0 6.375rem !important;
  }
  .case .simplebar-track.simplebar-horizontal {
    width: 42.1875rem;
    height: 1.625rem;
    bottom: 3.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .case .simplebar-track {
    height: 1.625rem;
    background: #afbdc6;
    border-radius: 100vmax;
  }
  .case .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 1.625rem;
    top: 0;
    left: -1px;
  }
  .case .simplebar-track.simplebar-vertical {
    visibility: hidden !important;
  }
  .case .simplebar-scrollbar.simplebar-visible:before {
    height: 1.625rem;
    background: #0b3d94;
    border-radius: 100vmax;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .case-bg {
    background: #cbe6f6;
    padding: 5.1875rem 0 7.6875rem;
  }
  .case-inner {
    position: relative;
  }
  .case-ttl01 {
    width: 62.5rem;
    margin: 0 auto;
  }
  .case-ttl02 {
    background: url(../images/case-bg01.webp) no-repeat center/cover;
    width: 62.5rem;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 3.4375rem auto 0;
    padding: 1.5rem 0 1.5rem;
  }
  .case-ttl02 .small {
    font-size: 1.5rem;
  }
  .case-ttl02.diff {
    margin: 5.25rem auto 0;
  }
  .case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem 0;
    margin: 7.4375rem auto 0;
  }
  .case-item {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(147, 190, 215, 0.3);
            box-shadow: 0 0.625rem 0.9375rem 0 rgba(147, 190, 215, 0.3);
  }
  .case-num {
    position: absolute;
    top: -2.625rem;
    left: -1.375rem;
    width: 6.875rem;
  }
  .case-item01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../images/case-item01-bg.webp) no-repeat center/cover;
    padding: 1.875rem 4.375rem 1.8125rem;
  }
  .case-item01-ttl01 {
    width: 24.6875rem;
  }
  .case-item01-cap {
    width: 26.5rem;
  }
  .case-item01-note {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: -0.375rem;
  }
  .case-item02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url(../images/case-item01-bg.webp) no-repeat center/cover;
    padding: 0 0 0 4.375rem;
  }
  .case-item02-ttl01 {
    width: 25.0625rem;
    margin: 3.8125rem auto 0;
  }
  .case-item02-txt {
    position: relative;
    margin: 1.125rem auto 0;
  }
  .case-item02-txt::before {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    content: "";
    background: url(../images/case-shape01_pc.webp) no-repeat center/cover;
    width: 1.5625rem;
    height: 6.125rem;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .case-item02-txt::after {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    content: "";
    background: url(../images/case-shape01_pc.webp) no-repeat center/cover;
    width: 1.5625rem;
    height: 6.125rem;
  }
  .case-item02-txt .txt01 {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: 600;
    background: #cbe6f6;
    width: 6.875rem;
    margin: 0 auto;
    padding: 0.4375rem 0;
  }
  .case-item02-txt .txt02 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    margin: 0.75rem auto 0;
  }
  .case-item02-book {
    width: 31.5rem;
    margin-bottom: -0.1875rem;
  }
  .case-item02-book img {
    border-radius: 0 0.625rem 0.625rem 0;
  }
  .case-item03 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url(../images/case-item03-bg.webp) no-repeat bottom center/cover;
    padding: 1.375rem 0.625rem 0rem 4.375rem;
  }
  .case-item03-ttl01 {
    width: 22.25rem;
    margin: 3.375rem auto 0;
  }
  .case-item03-note {
    font-size: 0.625rem;
    text-align: left;
    margin: 1.1875rem auto 0;
  }
  .case-item03-prob {
    width: 34.6875rem;
    margin-right: -2.1875rem;
    margin-bottom: -1.625rem;
  }
  .case .case-slider01, .case .case-slider02 {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    padding: 1.5625rem 0 2.5rem 0;
  }
  .case .case-slider01 .swiper-slide {
    background: #fff;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
    height: 20.75rem;
  }
  .case .case-slider02 .swiper-slide.empty {
    visibility: hidden;
  }
  .case .case-slider01 .case-slider-img01,
  .case .case-slider02 .case-slider-img01 {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .case .case-slider01 .case-slider-price,
  .case .case-slider02 .case-slider-price {
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    padding: 1rem 0 0 1.25rem;
  }
  .case .case-slider01 .case-slider-price .color,
  .case .case-slider02 .case-slider-price .color {
    color: #ed6104;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
  }
  .case .case-slider01 .case-slider-name {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.66;
    font-weight: 600;
    padding: 0.5625rem 0 0 1.25rem;
  }
  .case .case-slider01 .case-slider-name.small {
    font-size: 1rem;
    line-height: 1.78;
    padding: 0.6875rem 0 0 1.25rem;
  }
  .case .case-slide01, .case .case-slide02 {
    position: relative;
  }
  .case .case-slide01 .swiper-pagination, .case .case-slide02 .swiper-pagination {
    left: 0;
    right: 0;
    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;
    margin: 0 auto;
    bottom: -0.125rem;
    gap: 0 0.125rem;
  }
  .case .case-slide01 .swiper-pagination-bullet,
  .case .case-slide02 .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.6875rem;
    height: 0.6875rem;
    background: #afbdc6;
    opacity: 1;
  }
  .case .case-slide01 .swiper-pagination-bullet-active,
  .case .case-slide02 .swiper-pagination-bullet-active {
    background-color: #04318c;
  }
  .case .case-slide01 .swiper-button-prev::after,
  .case .case-slide01 .swiper-button-next::after,
  .case .case-slide02 .swiper-button-prev::after,
  .case .case-slide02 .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 32%;
    right: 0;
    left: -9%;
    margin: auto;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    width: 0.5625rem;
    height: 0.5625rem;
    -webkit-transform: rotate(45deg);
  }
  .case .case-slide01 .swiper-button-prev,
  .case .case-slide02 .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#2b73bb), to(#05328c));
    background: linear-gradient(to right, #2b73bb, #05328c);
    opacity: 1;
    top: 55%;
    left: -3.75rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .case .case-slide01 .swiper-button-next,
  .case .case-slide02 .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#2b73bb), to(#05328c));
    background: linear-gradient(to right, #2b73bb, #05328c);
    opacity: 1;
    top: 55%;
    right: -3.75rem;
  }
  .case .case-slider02 .case-slider-info {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.56;
    padding: 0.9375rem 0 0 1.25rem;
  }
  .case .case-slider02 .case-slider-info .bold {
    font-weight: 600;
  }
  .case .case-slider02 .swiper-slide {
    background: #fff;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
    height: 25rem;
  }
}
/*==============================================================================
same
============================================================================= */
@media screen and (max-width: 767px) {
  .same-bg {
    background: url(../images/same-bg_sp.webp) no-repeat center/cover;
    padding: 7.5625rem 0 5rem;
  }
  .same-ttl01 {
    width: 41.875rem;
    margin: 0 auto;
  }
  .same-block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4rem auto 0;
  }
  .same-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6875rem 0;
  }
  .same-item {
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#e0e8f2));
    background: linear-gradient(to left, #ffffff, #e0e8f2);
    border-radius: 2.8125rem 2.8125rem 0 2.8125rem;
    font-size: 2rem;
    line-height: 1.59;
    width: 27.8125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.4375rem 0.625rem 1.4375rem 2.5rem;
  }
  .same-item .color {
    font-size: 2.125rem;
    color: #ed6104;
    font-weight: 600;
  }
  .same-item:nth-of-type(2) {
    width: 23rem;
    padding: 1rem 2.5rem 0.9375rem 3.125rem;
  }
  .same-item:last-child {
    width: 21.9375rem;
    padding: 1.5rem 0.625rem 1.5625rem 2.5rem;
  }
  .same-human01 {
    width: 16.375rem;
    margin: 6.875rem 0 0 -1.875rem;
  }
  .same-arrow {
    width: 5.625rem;
    margin: 2.4375rem auto 0;
  }
  .same-block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -1.625rem;
  }
  .same-ttl02 {
    font-size: 2.75rem;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.45;
    font-weight: 600;
    width: 30rem;
    margin: 3.5625rem 0 0 auto;
  }
  .same-txt01 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.7;
    width: 30.1875rem;
    margin: 1.75rem 0 0 auto;
  }
  .same-txt01 .color {
    display: inline-block;
    line-height: 1.3;
    background: #ed6104;
    font-weight: bold;
    padding: 0 0.3125rem;
  }
  .same-human02 {
    width: 12.1875rem;
    margin-left: -1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .same-bg {
    background: url(../images/same-bg_sp.webp) no-repeat center/cover;
    padding: 6.1875rem 0 7.3125rem;
  }
  .same-ttl01 {
    width: 53.625rem;
    margin: 0 auto;
  }
  .same-block01 {
    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;
    gap: 0 3.875rem;
    margin: 3.5rem auto 0;
  }
  .same-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem 0;
    margin-left: 7.1875rem;
  }
  .same-item {
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#e0e8f2));
    background: linear-gradient(to left, #ffffff, #e0e8f2);
    border-radius: 1.25rem 1.25rem 0 1.25rem;
    font-size: 1.125rem;
    text-align: center;
    width: 29.8125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.25rem 0 1.25rem;
  }
  .same-item .color {
    font-size: 1.25rem;
    color: #ed6104;
    font-weight: 600;
  }
  .same-item:nth-of-type(1) {
    margin-left: 4.1875rem;
  }
  .same-item:nth-of-type(2) {
    width: 30.9375rem;
  }
  .same-item:last-child {
    width: 22.9375rem;
    margin-left: 11.1875rem;
  }
  .same-human01 {
    width: 9.0625rem;
    margin-top: -1.3125rem;
  }
  .same-arrow {
    width: 3.375rem;
    margin: -1.0625rem auto 0;
  }
  .same-block02 {
    position: relative;
  }
  .same-ttl02 {
    font-size: 2rem;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.43;
    font-weight: 600;
    text-align: center;
    margin: 0.75rem auto 0;
  }
  .same-txt01 {
    font-size: 1.375rem;
    color: #fff;
    line-height: 2;
    text-align: center;
    margin: 0.6875rem auto 0;
  }
  .same-txt01 .color {
    display: inline-block;
    line-height: 1.4;
    background: #ed6104;
    font-weight: bold;
  }
  .same-txt01 .color1 {
    padding-left: 0.3125rem;
  }
  .same-txt01 .color2 {
    padding-right: 0.3125rem;
  }
  .same-human02 {
    position: absolute;
    top: -7.5rem;
    left: 1.5625rem;
    width: 7.4375rem;
  }
}
/*==============================================================================
possible
============================================================================= */
@media screen and (max-width: 767px) {
  .possible-bg {
    background: #fff;
    padding: 0.0625rem 0 0 0;
  }
  .possible-ttl01 {
    width: 46.875rem;
    margin: -1.125rem auto 0;
  }
  .possible-ttl02 {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    line-height: 1.63;
    margin: 1.5625rem auto 0;
  }
  .possible-ttl02 .color {
    color: #ed6104;
    font-size: 3.125rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .possible-bg {
    background: #fff;
    padding: 0.0625rem 0 0 0;
  }
  .possible-ttl01 {
    position: relative;
    height: auto;
    margin-top: -3.4375rem;
  }
  .possible-ttl01 picture {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 125rem;
  }
  .possible-ttl02 {
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding-top: 29.75rem;
  }
  .possible-ttl02 .color {
    color: #ed6104;
    font-size: 2.5rem;
    font-weight: 900;
  }
}
/*==============================================================================
voice
============================================================================= */
@media screen and (max-width: 767px) {
  .voice-bg {
    background: #fff url(../images/voice-bg_sp.webp) no-repeat bottom center/contain;
    padding: 3.5rem 0 12.375rem 0;
  }
  .voice-ttl01 {
    width: 44.6875rem;
    margin: 0 auto;
  }
  .voice-txt01 {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.6;
    margin: 0.75rem auto 0;
  }
  .voice-medal {
    width: 38rem;
    margin: 0.75rem auto 0;
  }
  .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem 0;
    margin: 2.6875rem auto 0;
  }
  .voice-item-ttl01 {
    width: 43rem;
  }
  .voice-item-wrap {
    padding: 2.1875rem 2.5rem 3.4375rem;
  }
  .voice-item-ttl02 {
    font-size: 2.875rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 1.55;
    width: 38.75rem;
  }
  .voice-item-ttl02 .color {
    font-size: 3.125rem;
    color: #ed6104;
    font-weight: 900;
  }
  .voice-item-wrap {
    background: #f7ede8;
    margin: -2.125rem auto 0;
  }
  .voice-item-num {
    width: 41.875rem;
    margin: -1.0625rem 0 0 -2.5rem;
  }
  .voice-item-num.diff {
    margin: 0.625rem 0 0 -2.5rem;
  }
  .voice-item-info01 {
    font-size: 1.625rem;
    margin: -2.5625rem 0 0 0;
  }
  .voice-item-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin: 3.125rem auto 0;
    width: 37.5rem;
  }
  .voice-item-txt01 .bold {
    font-weight: 600;
  }
  .voice-item-txt01 .space {
    display: inline-block;
    padding-top: 2.8125rem;
  }
  .voice-item-txt01.diff {
    margin: 2.9375rem auto 0;
  }
  .voice-ttl02 {
    width: 36.75rem;
    margin: 5rem auto 0;
  }
  .voice-txt02 {
    font-size: 2rem;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.6;
    margin: 2.5625rem auto 0;
  }
  .voice-human01 {
    position: absolute;
    bottom: -12.75rem;
    left: -2.3125rem;
    width: 11.75rem;
  }
  .voice-human02 {
    position: absolute;
    bottom: -12.1875rem;
    right: -1.5625rem;
    width: 12.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .voice-bg {
    background: #fff url(../images/voice-bg.webp) no-repeat bottom center/contain;
    padding: 2.8125rem 0 8.125rem 0;
  }
  .voice-ttl01 {
    width: 62.5rem;
    margin: 0 auto;
  }
  .voice-txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 1.875rem auto 0;
  }
  .voice-medal {
    width: 24.25rem;
    margin: 0.9375rem auto 0;
  }
  .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem 0;
    margin: 2.9375rem auto 0;
  }
  .voice-item-ttl01 {
    width: 50.625rem;
    margin: 0 auto;
  }
  .voice-item-ttl02 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 1.6;
  }
  .voice-item-ttl02 .color {
    font-size: 1.875rem;
    color: #ed6104;
    font-weight: 900;
  }
  .voice-item-wrap {
    background: #f7ede8;
    padding: 1.9375rem 0 2.625rem 4.1875rem;
    margin: -2rem auto 0;
  }
  .voice-item-num {
    width: 62.5rem;
    margin: -2.9375rem 0 0 -4.1875rem;
  }
  .voice-item-txt01 {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.81;
    margin: 0.5625rem 4.0625rem 0 0;
  }
  .voice-item-txt01 .bold {
    font-weight: 600;
  }
  .voice-ttl02 {
    width: 47.3125rem;
    margin: 3.75rem auto 0;
  }
  .voice-txt02 {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 1.625rem auto 0;
  }
  .voice-human01 {
    position: absolute;
    bottom: -8.75rem;
    left: -2.3125rem;
    width: 11.9375rem;
  }
  .voice-human02 {
    position: absolute;
    bottom: -8.125rem;
    right: -1.5625rem;
    width: 12.375rem;
  }
}
/*==============================================================================
diff
============================================================================= */
@media screen and (max-width: 767px) {
  .diff-bg {
    background: #cbe6f6;
    padding: 4.875rem 0 6.5rem;
  }
  .diff-ttl01 {
    width: 39.375rem;
    margin: 0 auto;
  }
  .diff-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 0;
    margin: -0.8125rem auto 0;
  }
  .diff-item-ttl01 {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#164574), to(#162348));
    background: linear-gradient(to right, #164574, #162348);
    border-radius: 100vmax;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 1.5625rem 0;
  }
  .diff-item-ttl01::before {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    left: 0;
    right: 0;
    width: 1.5625rem;
    height: 1.125rem;
    background: #16345e;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
  }
  .diff-item-wrap {
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(147, 190, 215, 0.3);
            box-shadow: 0 0.625rem 0.9375rem 0 rgba(147, 190, 215, 0.3);
    border-radius: 0.3125rem;
    padding: 3.625rem 2.5rem 3.9375rem;
    margin: 1rem auto 0;
  }
  .diff-item-ttl02 {
    width: 21.75rem;
  }
  .diff-item-txt {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    line-height: 1.52;
    width: 37.8125rem;
    margin: 1.5rem auto 0;
  }
  .diff-item-img01 {
    width: 37.5rem;
    margin: 3.3125rem auto 0;
  }
  .diff-item-box {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6eaef), to(#cdd3d9));
    background: linear-gradient(to bottom, #e6eaef, #cdd3d9);
    border-radius: 0.3125rem;
    margin: 1.9375rem auto 0;
    padding: 5.5625rem 1.875rem 2.3125rem 5.3125rem;
  }
  .diff-item-box .ttl {
    position: absolute;
    top: 0;
    left: 0;
    background: #162449;
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    border-radius: 0.3125rem 0 0 0;
    width: 28.875rem;
    padding: 0.9375rem 0;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .diff-item-box .txt {
    position: relative;
    font-size: 1.75rem;
    line-height: 1.6;
  }
  .diff-item-box .txt .bold {
    font-weight: 600;
  }
  .diff-item-box .txt::before {
    position: absolute;
    top: 0.625rem;
    left: -3.4375rem;
    content: "";
    background: url(../images/diff-check.webp) no-repeat center/cover;
    width: 2.1875rem;
    height: 1.875rem;
  }
  .diff-item-box .txt.diff {
    margin: 1.3125rem auto 0;
  }
  .diff-item03 {
    margin: 2.0625rem auto 0;
  }
  .diff-item03-human {
    width: 23.75rem;
    margin: 0 0 0 11.875rem;
  }
  .diff-item03-ttl01 {
    background: -webkit-gradient(linear, left top, right top, from(#2b73bb), to(#05328c));
    background: linear-gradient(to right, #2b73bb, #05328c);
    padding: 1.5rem 0;
    margin: -0.125rem auto 0;
    font-weight: normal;
  }
  .diff-item03-ttl01 .big {
    font-size: 3.25rem;
    font-weight: 900;
  }
  .diff-item03-ttl01 .r {
    display: inline-block;
    vertical-align: super;
    font-size: 2.25rem;
    font-weight: 100;
  }
  .diff-item03-ttl01::before {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    left: 0;
    right: 0;
    width: 1.5625rem;
    height: 1.125rem;
    background: #1953a4;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
  }
  .diff-item03-wrap {
    padding: 2.8125rem 2.3125rem 3rem;
    margin: 0.875rem auto 0;
  }
  .diff-item03-box {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#faf6f4), to(#f7ede8));
    background: linear-gradient(to bottom, #faf6f4, #f7ede8);
    margin: 2.5rem auto 0;
  }
  .diff-item03-box .ttl {
    background: -webkit-gradient(linear, left top, right top, from(#ed6104), to(#ef414d));
    background: linear-gradient(to right, #ed6104, #ef414d);
    padding: 0.875rem 0;
    font-size: 2rem;
    font-weight: 900;
  }
  .diff-item03-box .txt .color {
    color: #f1722c;
    font-weight: 600;
  }
  .diff-item03-box .txt .big {
    font-size: 2.25rem;
    line-height: 1.41;
  }
  .diff-item03-box .txt::before {
    background: url(../images/diff-check02.webp) no-repeat center/cover;
  }
  .diff-item03-box .txt.diff {
    margin: 1rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .diff-bg {
    background: #cbe6f6;
    padding: 6rem 0 5.875rem;
  }
  .diff-ttl01 {
    width: 57.375rem;
    margin: 0 auto;
  }
  .diff-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.3125rem;
    margin: -0.1875rem auto 0;
  }
  .diff-item {
    width: 30.25rem;
  }
  .diff-item-ttl01 {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#164574), to(#162348));
    background: linear-gradient(to right, #164574, #162348);
    border-radius: 100vmax;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 1.0625rem 0;
  }
  .diff-item-ttl01::before {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    left: 0;
    right: 0;
    width: 1.5625rem;
    height: 1.125rem;
    background: #16345e;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
  }
  .diff-item-wrap {
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(147, 190, 215, 0.3);
            box-shadow: 0 0.625rem 0.9375rem 0 rgba(147, 190, 215, 0.3);
    border-radius: 0.3125rem;
    padding: 2.0625rem 1.9375rem 2.625rem;
    margin: 1rem auto 0;
  }
  .diff-item-ttl02 {
    width: 14.25rem;
  }
  .diff-item-txt {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
    margin: 0.3125rem auto 0;
  }
  .diff-item-img01 {
    width: 21.0625rem;
    margin: 1.3125rem auto 0;
  }
  .diff-item-img01.diff {
    width: 23.9375rem;
    margin: 1.3125rem auto 0;
  }
  .diff-item-box {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6eaef), to(#cdd3d9));
    background: linear-gradient(to bottom, #e6eaef, #cdd3d9);
    border-radius: 0.3125rem;
    margin: 0.375rem auto 0;
    padding: 3.5625rem 1.25rem 1.8125rem 3.4375rem;
  }
  .diff-item-box .ttl {
    position: absolute;
    top: 0;
    left: 0;
    background: #162449;
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    border-radius: 0.3125rem 0 0 0;
    width: 20.75rem;
    padding: 0.75rem 0;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  .diff-item-box .txt {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.77;
  }
  .diff-item-box .txt .bold {
    font-weight: 600;
  }
  .diff-item-box .txt::before {
    position: absolute;
    top: 0.625rem;
    left: -2.1875rem;
    content: "";
    background: url(../images/diff-check.webp) no-repeat center/cover;
    width: 1.4375rem;
    height: 1.1875rem;
  }
  .diff-item-box .txt.diff {
    margin: 0.8125rem auto 0;
  }
  .diff-item-box.diff {
    margin: 0.1875rem auto 0;
  }
  .diff-item03 {
    position: relative;
    margin-top: 5.9375rem;
    width: 100%;
  }
  .diff-item03-human {
    position: absolute;
    top: -4.9375rem;
    right: 4.6875rem;
    z-index: 10;
    width: 12.8125rem;
  }
  .diff-item03-ttl01 {
    background: -webkit-gradient(linear, left top, right top, from(#2b73bb), to(#05328c));
    background: linear-gradient(to right, #2b73bb, #05328c);
    padding: 1.125rem 0;
    font-weight: 600;
    font-size: 1.75rem;
  }
  .diff-item03-ttl01 .big {
    font-size: 2.25rem;
  }
  .diff-item03-ttl01 .r {
    display: inline-block;
    font-size: 2.25rem;
    font-weight: 100;
  }
  .diff-item03-ttl01::before {
    content: "";
    position: absolute;
    bottom: -0.9375rem;
    left: 0;
    right: 0;
    width: 1.5625rem;
    height: 1.125rem;
    background: #1953a4;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
  }
  .diff-item03-wrap {
    padding: 2.125rem 1.25rem 2.5625rem 1.6875rem;
    margin: 1rem auto 0;
  }
  .diff-item03-box {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#faf6f4), to(#f7ede8));
    background: linear-gradient(to bottom, #faf6f4, #f7ede8);
    margin: 1.25rem auto 0;
    padding: 3.9375rem 1.25rem 1.375rem 3.4375rem;
  }
  .diff-item03-box .ttl {
    background: -webkit-gradient(linear, left top, right top, from(#ed6104), to(#ef414d));
    background: linear-gradient(to right, #ed6104, #ef414d);
    padding: 0.6875rem 0;
    font-size: 1.375rem;
    font-weight: 900;
  }
  .diff-item03-box .txt .color {
    color: #f1722c;
    font-weight: 600;
  }
  .diff-item03-box .txt .big {
    font-size: 1.25rem;
    line-height: 1.41;
  }
  .diff-item03-box .txt::before {
    background: url(../images/diff-check02.webp) no-repeat center/cover;
  }
  .diff-item03-box .txt.diff {
    margin: 0.3125rem auto 0;
  }
}
/*==============================================================================
compare
============================================================================= */
@media screen and (max-width: 767px) {
  .compare-bg {
    background: #fff;
    padding: 0.0625rem 0 7.1875rem 0;
  }
  .compare-ttl01 {
    width: 40.625rem;
    margin: -1.9375rem -1.875rem 0 0;
  }
  .compare-table {
    width: 42.1875rem;
    margin: -0.6875rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .compare-bg {
    background: #fff;
    padding: 0.0625rem 0 6.875rem 0;
  }
  .compare-ttl01 {
    width: 44.6875rem;
    margin: -3.375rem 0 0 14.6875rem;
  }
  .compare-table {
    width: 62.5rem;
    margin: 0.5rem auto 0;
  }
}
/*==============================================================================
reason
============================================================================= */
@media screen and (max-width: 767px) {
  .reason-bg {
    background: #cae6f5 url(../images/voice-bg_sp.webp) no-repeat bottom center/contain;
    padding: 4.625rem 0 13.4375rem 0;
  }
  .reason-ttl01 {
    width: 43.5rem;
    margin: 0 0 0 -0.5rem;
  }
  .reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.125rem 0;
    margin: 3.125rem auto 0;
  }
  .reason-item-head {
    width: 44.6875rem;
    margin: 0 0 0 -1.25rem;
  }
  .reason-item-wrap {
    background: #fff;
    border-radius: 0.3125rem;
    padding: 2.9375rem 2.375rem 4.0625rem;
    margin: -1.375rem auto 0;
  }
  .reason-item-txt01 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
  .reason-item-takuken {
    width: 34.8125rem;
    margin: 2.75rem auto 0;
  }
  .reason-item-img01 {
    width: 100%;
    margin: 4.25rem auto 0;
  }
  .reason-item-img01.diff {
    margin: 5.375rem auto 0;
  }
  .reason-item-name {
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin: 2.375rem auto 0;
  }
  .reason-item-name .small {
    font-size: 1.75rem;
    margin-left: 1.25rem;
  }
  .reason-item-career {
    font-size: 2rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin: 2.5625rem auto 0;
  }
  .reason-item-ttl02 {
    font-size: 2.5rem;
    letter-spacing: 0;
    color: #ed6104;
    font-weight: 600;
    line-height: 1.62;
    margin: 2.4375rem auto 0;
  }
  .reason-item-txt02 {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    padding-right: 0.125rem;
    margin: 2.0625rem auto 0;
  }
  .reason-item-txt02 .color {
    color: #ed6104;
  }
  .reason-item-box {
    background: #f4f4f4;
    margin: 2.6875rem auto 0;
    padding: 1.8125rem 1.75rem;
  }
  .reason-item-box .ttl {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .reason-item-box .txt {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.93;
    margin: 0.5625rem auto 0;
  }
  .reason-item:nth-of-type(2) .reason-item-wrap {
    padding: 2.375rem 2.375rem 4.0625rem;
  }
  .reason-item:nth-of-type(2) .reason-item-txt01 {
    padding-right: 0.625rem;
  }
  .reason-item:nth-of-type(2) .reason-item-img01 {
    margin: 2.6875rem auto 0;
  }
  .reason-item:nth-of-type(3) .reason-item-wrap {
    padding: 4.4375rem 2.375rem 4.0625rem;
  }
  .reason-step {
    position: relative;
    background: #e0f4fe;
    border-radius: 0.3125rem;
    padding: 3rem 2.125rem 0.9375rem;
  }
  .reason-step-num {
    position: absolute;
    top: -2.1875rem;
    left: -2.3125rem;
    width: 8.75rem;
  }
  .reason-step-ttl01 {
    font-size: 3rem;
    font-weight: 900;
    color: #05328c;
    text-align: center;
    margin: 0 auto 3rem 2.5rem;
  }
  .reason-step-item {
    position: relative;
    font-size: 2.25rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    padding-left: 3.125rem;
    padding-bottom: 1.5625rem;
  }
  .reason-step-item .small {
    font-size: 1.625rem;
  }
  .reason-step-item::before {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0;
  }
  .reason-step-item.item01::before {
    background: url(../images/reason-step-num01.webp) no-repeat center/cover;
    width: 2.125rem;
    height: 2.1875rem;
  }
  .reason-step-item.item02::before {
    background: url(../images/reason-step-num02.webp) no-repeat center/cover;
    width: 2.3125rem;
    height: 2.3125rem;
  }
  .reason-step-item.item03::before {
    background: url(../images/reason-step-num03.webp) no-repeat center/cover;
    width: 2.3125rem;
    height: 2.375rem;
  }
  .reason-step-item.item04::before {
    background: url(../images/reason-step-num04.webp) no-repeat center/cover;
    width: 2.4375rem;
    height: 2.25rem;
  }
  .reason-step-item.item05::before {
    background: url(../images/reason-step-num05.webp) no-repeat center/cover;
    width: 2.25rem;
    height: 2.25rem;
  }
  .reason-step-item.item06::before {
    background: url(../images/reason-step-num06.webp) no-repeat center/cover;
    width: 2.4375rem;
    height: 2.3125rem;
  }
  .reason-step-item.item07::before {
    background: url(../images/reason-step-num07.webp) no-repeat center/cover;
    width: 2.3125rem;
    height: 2.3125rem;
  }
  .reason-step-item.item08::before {
    background: url(../images/reason-step-num08.webp) no-repeat center/cover;
    width: 2.3125rem;
    height: 2.3125rem;
  }
  .reason-step-item.item09::before {
    background: url(../images/reason-step-num09.webp) no-repeat center/cover;
    width: 2.4375rem;
    height: 2.3125rem;
  }
  .reason-step-item.item10::before {
    background: url(../images/reason-step-num10.webp) no-repeat center/cover;
    width: 3.625rem;
    height: 2.1875rem;
    left: -1.0625rem;
  }
  .reason-step-item.item11::before {
    background: url(../images/reason-step-num11.webp) no-repeat center/cover;
    width: 3.5625rem;
    height: 2.125rem;
    left: -1.0625rem;
  }
  .reason-step-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin: 0.6875rem auto 0;
  }
  .reason-step-img {
    margin: 1.75rem auto 0;
  }
  .reason-step-img.diff {
    margin: 3.25rem auto 2.8125rem;
  }
  .reason-step-img.diff02 {
    margin: 0.125rem auto 0;
  }
  .reason-step-img.diff03 {
    margin: 3.25rem auto 0;
  }
  .reason-step-triangle {
    width: 37.5rem;
    height: 6.4375rem;
    background: #e0f4fe;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin-bottom: 1.0625rem;
    margin-top: -0.0625rem;
  }
  .reason-step-block {
    margin: 4.0625rem auto 0;
  }
  .reason-step-block .head {
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    line-height: 1.37;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#ed6104), to(#ef414d));
    background: linear-gradient(to right, #ed6104, #ef414d);
    padding: 1.25rem 0;
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
  .reason-step-block .content {
    background: #fff;
    padding: 1.875rem 1.6875rem 3rem;
  }
  .reason-step-block .ttl01 {
    font-size: 2rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 1.57;
    text-align: center;
  }
  .reason-step-block .ttl02 {
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.02em;
    color: #ed6104;
    font-weight: 600;
    padding-left: 2.8125rem;
    margin: 2.25rem auto 0;
  }
  .reason-step-block .ttl02::before {
    content: "";
    background: url(../images/reason-check.webp) no-repeat center/cover;
    position: absolute;
    top: 0.3125rem;
    left: 0.125rem;
    width: 1.875rem;
    height: 1.625rem;
  }
  .reason-step-block .position {
    position: relative;
  }
  .reason-step-block .img01 {
    width: 28.875rem;
    margin: 1.5625rem 0 0 0;
  }
  .reason-step-block .txt02 {
    position: absolute;
    top: -0.375rem;
    right: 0;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.38;
  }
  .reason-step-block .ttl03 {
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #ed6104;
    font-weight: 600;
    text-align: center;
    margin: 0.75rem auto 0;
  }
  .reason-step-block .box {
    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;
    gap: 0 1.25rem;
    margin: 1.875rem auto 0;
  }
  .reason-step-block .img02 {
    width: 14.25rem;
  }
  .reason-step-block .txt03 {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.38;
    width: 16.25rem;
    margin-right: -1.25rem;
  }
  .reason-step:last-child {
    padding: 3.125rem 2.1875rem 3.75rem;
  }
  .reason-ttl02 {
    width: 41.75rem;
    margin: 6.875rem auto 0;
  }
  .reason-txt01 {
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.87;
    text-align: center;
    margin: 2.5rem auto 0;
  }
  .reason-human01 {
    position: absolute;
    bottom: -13.625rem;
    left: -2.0625rem;
    width: 11.875rem;
  }
  .reason-human02 {
    position: absolute;
    bottom: -12.8125rem;
    right: -2.6875rem;
    width: 12.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .reason-bg {
    background: #cae6f5 url(../images/voice-bg.webp) no-repeat bottom center/contain;
    padding: 4.375rem 0 5.625rem 0;
  }
  .reason-ttl01 {
    width: 63rem;
    margin: 0 0 0 -0.625rem;
  }
  .reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 0;
    margin: 3.3125rem auto 0;
  }
  .reason-item-head {
    width: 64.375rem;
    margin: 0 0 0 -1.0625rem;
  }
  .reason-item-wrap {
    background: #fff;
    border-radius: 0.3125rem;
    padding: 3.1875rem 4.0625rem 3.125rem;
    margin: -0.875rem auto 0;
  }
  .reason-item-txt01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
    width: 30.1875rem;
  }
  .reason-item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-item-takuken {
    width: 22.8125rem;
  }
  .reason-item-block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 2.8125rem;
    margin: 3.4375rem auto 0;
  }
  .reason-item-img01 {
    width: 24.375rem;
  }
  .reason-item-name {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
  .reason-item-name .small {
    font-size: 0.875rem;
    margin-left: 0.625rem;
  }
  .reason-item-career {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin: 1.25rem auto 0;
  }
  .reason-item-ttl02 {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    color: #ed6104;
    font-weight: 600;
    line-height: 1.64;
    margin: 1.4375rem auto 0;
  }
  .reason-item-txt02 {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.81;
    margin: 1.875rem auto 0;
  }
  .reason-item-txt02 .color {
    color: #ed6104;
    font-weight: 500;
  }
  .reason-item-box {
    background: #f4f4f4;
    margin: 2.0625rem auto 0;
    padding: 1.25rem 1.875rem;
  }
  .reason-item-box .ttl {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .reason-item-box .txt {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin: 0.625rem auto 0;
  }
  .reason-item:nth-of-type(2) .reason-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5rem 4.0625rem 2.9375rem;
  }
  .reason-item:nth-of-type(2) .reason-item-txt01 {
    width: 24.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .reason-item:nth-of-type(2) .reason-item-img01 {
    width: 27.1875rem;
  }
  .reason-item:nth-of-type(3) .reason-item-wrap {
    padding: 2.4375rem 4.0625rem 3.4375rem;
  }
  .reason-step {
    position: relative;
    background: #e0f4fe;
    border-radius: 0.3125rem;
    padding: 1.875rem 2.5rem 1.9375rem;
    margin-bottom: 2.5625rem;
  }
  .reason-step-num {
    position: absolute;
    top: -1.375rem;
    left: -1.5rem;
    width: 5.6875rem;
  }
  .reason-step-ttl01 {
    font-size: 1.875rem;
    font-weight: 900;
    color: #05328c;
    text-align: center;
    margin: 0 auto;
  }
  .reason-step-block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 2.375rem auto 0;
  }
  .reason-step-block01.diff {
    margin: 3.4375rem auto 0;
  }
  .reason-step-left {
    width: 19.6875rem;
  }
  .reason-step-right {
    width: 29.0625rem;
    margin-top: -0.3125rem;
  }
  .reason-step-item {
    position: relative;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    padding-left: 2rem;
    padding-bottom: 3.5rem;
  }
  .reason-step-item .small {
    font-size: 0.9375rem;
  }
  .reason-step-item::before {
    content: "";
    position: absolute;
    top: 0.1875rem;
    left: 0;
  }
  .reason-step-item::after {
    content: "";
    position: absolute;
    bottom: 0.375rem;
    left: 0.3125rem;
    display: block;
    width: 0.1875rem;
    height: 2.8125rem;
    background-image: repeating-linear-gradient(to bottom, #0044cc, #0044cc 0.1875rem, transparent 0.1875rem, transparent 0.375rem);
  }
  .reason-step-item.item01 {
    padding-bottom: 2.1875rem;
  }
  .reason-step-item.item01::before {
    background: url(../images/reason-step-num01.webp) no-repeat center/cover;
    width: 1.4375rem;
    height: 1.4375rem;
  }
  .reason-step-item.item02::before {
    background: url(../images/reason-step-num02.webp) no-repeat center/cover;
    width: 1.4375rem;
    height: 1.375rem;
  }
  .reason-step-item.item03::before {
    background: url(../images/reason-step-num03.webp) no-repeat center/cover;
    width: 1.4375rem;
    height: 1.375rem;
  }
  .reason-step-item.item03::after {
    display: none;
  }
  .reason-step-item.item04::before {
    background: url(../images/reason-step-num04.webp) no-repeat center/cover;
    width: 1.5rem;
    height: 1.375rem;
  }
  .reason-step-item.item04::after {
    bottom: 0.8125rem;
    height: 3.75rem;
  }
  .reason-step-item.item05::before {
    background: url(../images/reason-step-num05.webp) no-repeat center/cover;
    width: 1.4375rem;
    height: 1.4375rem;
  }
  .reason-step-item.item06::before {
    background: url(../images/reason-step-num06.webp) no-repeat center/cover;
    width: 1.5rem;
    height: 1.375rem;
  }
  .reason-step-item.item06::after {
    bottom: -5rem;
    height: 7.8125rem;
  }
  .reason-step-item.item07::before {
    background: url(../images/reason-step-num07.webp) no-repeat center/cover;
    width: 1.375rem;
    height: 1.3125rem;
  }
  .reason-step-item.item07::after {
    display: none;
  }
  .reason-step-item.item08::before {
    background: url(../images/reason-step-num08.webp) no-repeat center/cover;
    width: 1.375rem;
    height: 1.3125rem;
  }
  .reason-step-item.item09::before {
    background: url(../images/reason-step-num09.webp) no-repeat center/cover;
    width: 1.4375rem;
    height: 1.375rem;
  }
  .reason-step-item.item10::before {
    background: url(../images/reason-step-num10.webp) no-repeat center/cover;
    width: 2.25rem;
    height: 1.375rem;
    left: -0.6875rem;
  }
  .reason-step-item.item11::before {
    background: url(../images/reason-step-num11.webp) no-repeat center/cover;
    width: 2.3125rem;
    height: 1.4375rem;
    left: -0.6875rem;
  }
  .reason-step-item.item11::after {
    display: none;
  }
  .reason-step-txt01 {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.81;
  }
  .reason-step-img {
    width: 28rem;
    margin: 1.0625rem 0 0;
  }
  .reason-step-img.diff {
    margin: 1.375rem 0 0;
  }
  .reason-step-img.diff02 {
    width: 16.875rem;
    margin: 0 12.1875rem 0 auto;
  }
  .reason-step-img.diff03 {
    margin: 1.6875rem 0 0;
  }
  .reason-step-triangle {
    width: 37.5rem;
    height: 6.4375rem;
    background: #e0f4fe;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin-bottom: 1.0625rem;
  }
  .reason-step-block {
    margin: 2rem auto 0;
    width: 47.6875rem;
  }
  .reason-step-block .head {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#ed6104), to(#ef414d));
    background: linear-gradient(to right, #ed6104, #ef414d);
    padding: 0.875rem 0;
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
  .reason-step-block .content {
    background: #fff;
    padding: 1.5625rem 2.5625rem 0;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
  .reason-step-block .ttl01 {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-align: center;
  }
  .reason-step-block .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 1.9375rem auto 0;
  }
  .reason-step-block .block .left {
    position: relative;
  }
  .reason-step-block .block .left::before {
    content: "";
    background: url(../images/reason-arrow.webp) no-repeat center/cover;
    position: absolute;
    top: 4.375rem;
    right: -3.125rem;
    width: 1.75rem;
    height: 3rem;
    z-index: 10;
  }
  .reason-step-block .ttl02 {
    position: relative;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    color: #ed6104;
    font-weight: 600;
    padding-left: 1.75rem;
  }
  .reason-step-block .ttl02::before {
    content: "";
    background: url(../images/reason-check.webp) no-repeat center/cover;
    position: absolute;
    top: 0.3125rem;
    left: 0.125rem;
    width: 1.25rem;
    height: 1.125rem;
  }
  .reason-step-block .position {
    position: relative;
  }
  .reason-step-block .img01 {
    width: 18.375rem;
    margin: 1.0625rem 0 0 0;
  }
  .reason-step-block .txt02 {
    position: absolute;
    top: -0.125rem;
    right: 0;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    line-height: 1.54;
  }
  .reason-step-block .ttl03 {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    color: #ed6104;
    font-weight: 600;
    text-align: center;
  }
  .reason-step-block .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 0.9375rem;
    margin: 1.0625rem auto 0;
  }
  .reason-step-block .img02 {
    width: 7rem;
  }
  .reason-step-block .txt03 {
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    line-height: 1.54;
    width: 11.875rem;
  }
  .reason-step.reason-step02 {
    padding: 1.875rem 2.5rem 2.5625rem;
  }
  .reason-step:last-child {
    padding: 1.875rem 2.5rem 2.5rem;
    margin-bottom: 0;
  }
  .reason-ttl02 {
    width: 43.4375rem;
    margin: 3.5rem auto 0;
  }
  .reason-txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.79;
    text-align: center;
    margin: 1.8125rem auto 0;
  }
  .reason-human01 {
    position: absolute;
    bottom: -8.75rem;
    left: -3.125rem;
    width: 11.9375rem;
  }
  .reason-human02 {
    position: absolute;
    bottom: -8.125rem;
    right: -3.75rem;
    width: 12.375rem;
  }
}
/*==============================================================================
advice
============================================================================= */
@media screen and (max-width: 767px) {
  .advice-bg {
    background: url(../images/advice-bg_sp.webp) no-repeat top center/cover;
    padding: 7.1875rem 0 7.5rem;
  }
  .advice-ttl01 {
    width: 24.0625rem;
    margin: 0 auto;
  }
  .advice-txt01 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    line-height: 1.75;
    margin: 3.125rem auto 0;
  }
  .advice-box {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 247, 254, 0.93)), to(rgba(255, 255, 255, 0.93)));
    background: linear-gradient(to bottom, rgba(237, 247, 254, 0.93), rgba(255, 255, 255, 0.93));
    border-radius: 0.3125rem;
    padding: 2.9375rem 2.4375rem 5.625rem;
    margin: 3.375rem auto 0;
  }
  .advice-box-ttl01 {
    font-size: 3rem;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: 900;
    color: #05328c;
  }
  .advice-box-txt01 {
    width: 38.125rem;
    margin: 3.125rem 0 0 -0.625rem;
  }
  .advice-list {
    margin: 3.1875rem auto 0;
  }
  .advice-item {
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    border-top: 0.0625rem solid #bbc0ca;
    padding: 2rem 0 1.9375rem 10rem;
  }
  .advice-item .blue {
    color: #05328c;
    font-weight: 600;
  }
  .advice-item::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8.6875rem;
    height: 2.9375rem;
  }
  .advice-left .advice-item:nth-of-type(1) {
    padding: 1.0625rem 0 1.5rem 10rem;
  }
  .advice-left .advice-item:nth-of-type(1)::before {
    background: url(../images/advice-num01_sp.webp) no-repeat center/cover;
  }
  .advice-left .advice-item:nth-of-type(2)::before {
    background: url(../images/advice-num02_sp.webp) no-repeat center/cover;
  }
  .advice-left .advice-item:nth-of-type(3) {
    padding: 1.3125rem 0 1.9375rem 10rem;
  }
  .advice-left .advice-item:nth-of-type(3)::before {
    background: url(../images/advice-num03_sp.webp) no-repeat center/cover;
  }
  .advice-left .advice-item:nth-of-type(4) {
    padding: 1.3125rem 0 1.9375rem 10rem;
  }
  .advice-left .advice-item:nth-of-type(4)::before {
    background: url(../images/advice-num04_sp.webp) no-repeat center/cover;
  }
  .advice-left .advice-item:nth-of-type(5)::before {
    background: url(../images/advice-num05_sp.webp) no-repeat center/cover;
  }
  .advice-right .advice-item:nth-of-type(1) {
    padding: 1.0625rem 0 1.5rem 10rem;
  }
  .advice-right .advice-item:nth-of-type(1)::before {
    background: url(../images/advice-num06_sp.webp) no-repeat center/cover;
  }
  .advice-right .advice-item:nth-of-type(2) {
    padding: 1.3125rem 0 1.9375rem 10rem;
  }
  .advice-right .advice-item:nth-of-type(2)::before {
    background: url(../images/advice-num07_sp.webp) no-repeat center/cover;
  }
  .advice-right .advice-item:nth-of-type(3) {
    padding: 1.3125rem 0 1.9375rem 10rem;
  }
  .advice-right .advice-item:nth-of-type(3)::before {
    background: url(../images/advice-num08_sp.webp) no-repeat center/cover;
  }
  .advice-right .advice-item:nth-of-type(4) {
    border-bottom: 0.0625rem solid #bbc0ca;
  }
  .advice-right .advice-item:nth-of-type(4)::before {
    background: url(../images/advice-num09_sp.webp) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .advice-bg {
    background: url(../images/advice-bg.webp) no-repeat top center/cover;
    padding: 6.5625rem 0 6.0625rem;
  }
  .advice-ttl01 {
    width: 39.375rem;
    margin: 0 auto;
  }
  .advice-txt01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    line-height: 2;
    margin: 2.5rem auto 0;
  }
  .advice-box {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(237, 247, 254)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgb(237, 247, 254), rgb(255, 255, 255));
    border-radius: 0.3125rem;
    padding: 2.125rem 3.75rem 3.9375rem;
    margin: 4.6875rem auto 0;
  }
  .advice-box-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: 900;
    color: #05328c;
  }
  .advice-box-txt01 {
    width: 46.875rem;
    margin: 1.875rem auto 0;
  }
  .advice-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3.4375rem;
    margin: 2.125rem auto 0;
  }
  .advice-item {
    position: relative;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.54;
    border-top: 0.0625rem solid #bbc0ca;
    padding: 0.875rem 0 0.875rem 5.625rem;
    height: 5.5625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .advice-item .blue {
    color: #05328c;
    font-weight: 600;
  }
  .advice-item::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 5.125rem;
    height: 1.6875rem;
  }
  .advice-left .advice-item:nth-of-type(1)::before {
    background: url(../images/advice-num01_sp.webp) no-repeat center/cover;
  }
  .advice-left .advice-item:nth-of-type(2)::before {
    background: url(../images/advice-num02_sp.webp) no-repeat center/cover;
  }
  .advice-left .advice-item:nth-of-type(3)::before {
    background: url(../images/advice-num03_sp.webp) no-repeat center/cover;
  }
  .advice-left .advice-item:nth-of-type(4)::before {
    background: url(../images/advice-num04_sp.webp) no-repeat center/cover;
  }
  .advice-left .advice-item:nth-of-type(5) {
    border-bottom: 0.0625rem solid #bbc0ca;
  }
  .advice-left .advice-item:nth-of-type(5)::before {
    background: url(../images/advice-num05_sp.webp) no-repeat center/cover;
  }
  .advice-right .advice-item:nth-of-type(1) {
    font-size: 1.0625rem;
  }
  .advice-right .advice-item:nth-of-type(1)::before {
    background: url(../images/advice-num06_sp.webp) no-repeat center/cover;
  }
  .advice-right .advice-item:nth-of-type(2)::before {
    background: url(../images/advice-num07_sp.webp) no-repeat center/cover;
  }
  .advice-right .advice-item:nth-of-type(3)::before {
    background: url(../images/advice-num08_sp.webp) no-repeat center/cover;
  }
  .advice-right .advice-item:nth-of-type(4) {
    border-bottom: 0.0625rem solid #bbc0ca;
  }
  .advice-right .advice-item:nth-of-type(4)::before {
    background: url(../images/advice-num09_sp.webp) no-repeat center/cover;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 767px) {
  .faq-bg {
    background: #fff;
    padding: 6.3125rem 0 4.75rem;
  }
  .faq-ttl01 {
    width: 26.125rem;
    margin: 0 auto;
  }
  .faq-list {
    margin: 4.875rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1875rem 0;
  }
  .faq-item {
    overflow: hidden;
  }
  .faq-question {
    background: -webkit-gradient(linear, left top, right top, from(#2b73bb), to(#05328c));
    background: linear-gradient(to right, #2b73bb, #05328c);
    border-radius: 0.625rem;
    color: #fff;
    width: 100%;
    padding: 1.4375rem 6.25rem 1.4375rem 5.9375rem;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
  }
  .faq-label {
    position: absolute;
    top: 4.4375rem;
    left: 1.5625rem;
    width: 2.625rem;
  }
  .faq .arrow {
    position: absolute;
    right: 1.875rem;
    top: 4.0625rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 1.4375rem;
  }
  .faq-answer {
    padding: 1em;
    background: #fff;
    color: #333;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    display: none;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .faq-bg {
    background: #fff;
    padding: 5.9375rem 0 7rem;
  }
  .faq-ttl01 {
    width: 22.125rem;
    margin: 0 auto;
  }
  .faq-list {
    margin: 3rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1875rem 1.5625rem;
  }
  .faq-item {
    overflow: hidden;
  }
  .faq-question {
    background: -webkit-gradient(linear, left top, right top, from(#2b73bb), to(#05328c));
    background: linear-gradient(to right, #2b73bb, #05328c);
    border-radius: 0.625rem;
    color: #fff;
    width: 100%;
    padding: 0.9375rem 4.375rem 0.9375rem 4.1875rem;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.61;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq-label {
    position: absolute;
    top: 2.8125rem;
    left: 0.9375rem;
    width: 1.9375rem;
  }
  .faq .arrow {
    position: absolute;
    right: 1.875rem;
    top: 2.75rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 1.1875rem;
  }
  .faq-answer {
    padding: 1em;
    background: #fff;
    color: #333;
    font-size: 1rem;
    letter-spacing: 0.08em;
    display: none;
    line-height: 1.81;
  }
}
/*==============================================================================
company
============================================================================= */
@media screen and (max-width: 767px) {
  .company-bg {
    background: #fff;
    padding: 4.9375rem 0 6.3125rem;
  }
  .company-inner {
    width: 37.5rem;
  }
  .company-ttl01 {
    width: 37.5rem;
    margin: 0 auto;
  }
  .company-ttl02 {
    font-size: 2.75rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-weight: 900;
    margin: 4rem auto 0;
  }
  .company-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 2.4375rem auto 0;
  }
  .company-img01 {
    margin: 2.9375rem auto 0;
  }
  .company-ttl03 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    color: #05328c;
    font-weight: 900;
    margin: 4.5625rem auto 2.3125rem;
  }
  .company th, .company td {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
  }
  .company th {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding: 1.8125rem 0 0 0;
    border-top: 0.0625rem solid #dee1e7;
  }
  .company td {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.53;
    margin: 0.6875rem auto 0;
    padding: 0 0 1.4375rem;
  }
  .company td .space {
    display: inline-block;
    padding-top: 1.25rem;
  }
  .company tr:last-child td {
    border-bottom: 0.0625rem solid #dee1e7;
  }
}
@media screen and (min-width: 768px) {
  .company-bg {
    background: #fff;
    padding: 6rem 0 6.3125rem;
  }
  .company-inner {
    width: 50rem;
  }
  .company-ttl01 {
    width: 27.5rem;
    margin: 0 auto;
  }
  .company-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 3.125rem auto 0;
  }
  .company-ttl02 {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
    font-weight: 900;
  }
  .company-txt01 {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 2.3125rem auto 0;
    width: 30.75rem;
  }
  .company-img01 {
    width: 18.3125rem;
    margin-right: -1.6875rem;
  }
  .company-ttl03 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #05328c;
    font-weight: 900;
    margin: 4.0625rem auto 1.5rem;
  }
  .company th, .company td {
    text-align: left;
    border-top: 0.0625rem solid #dee1e7;
    padding: 1rem 0;
  }
  .company th {
    font-size: 1rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    width: 13%;
  }
  .company td {
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
    line-height: 1.46;
    width: 87%;
  }
  .company tr:last-child td, .company tr:last-child th {
    border-bottom: 0.0625rem solid #dee1e7;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    background: #202020;
    padding: 3.6875rem 0;
  }
  .footer-copy {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    background: #202020;
    padding: 3.4375rem 0;
  }
  .footer-copy {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
  }
}