@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;
  color: #111;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.regu {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.medium {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.semi {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.bold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.extra {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}

.black {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

/*==============================================================================
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: 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;
  }
}
/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  .header-bg {
    background: #fff;
  }
  .header-inner {
    padding: 1.375rem 0 1.4375rem;
  }
  .header-logo {
    width: 27.125rem;
  }
}
@media screen and (min-width: 768px) {
  .header-bg {
    background: #fff;
    height: 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-inner {
    padding: 1.5rem 0 1.4375rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 2rem;
  }
  .header-logo {
    width: 21.875rem;
  }
  .header-txt01 {
    font-size: 0.9rem;
    letter-spacing: 0.14em;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    background: #111;
    margin-bottom: 9.4375rem;
  }
  .footer-inner {
    padding: 3.8125rem 0 3.75rem;
  }
  .footer-copy {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    background: #111;
    margin-bottom: 6.9375rem;
  }
  .footer-inner {
    padding: 3.3125rem 0 3.3125rem;
  }
  .footer-copy {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 767px) {
  .fv {
    /* ページネーション */
    /* 前へ次への矢印リセット */
  }
  .fv-bg {
    background: url(../images/fv-bg01-b.webp) no-repeat center/cover;
  }
  .fv-bg02 {
    background: #fff;
  }
  .fv-inner {
    padding: 1.4rem 0 1.6rem;
  }
  .fv-inner02 {
    padding: 0.4375rem 0 0.875rem;
  }
  .fv-ttl03 {
    background: #111;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    padding: 1.125rem 0;
  }
  .fv-ttl01 {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    line-height: 1.36;
    font-style: italic;
    margin: 0 0 0 0.9375rem;
    font-weight: bold;
    text-align: center;
  }
  .fv-ttl01 .small {
    font-size: 2.7rem;
    letter-spacing: 0.02em;
  }
  .fv-ttl01 .mid {
    font-size: 2.9rem;
    letter-spacing: 0.02em;
  }
  .fv-ttl01 .big {
    font-size: 3.3rem;
  }
  .fv-ttl01 .big02 {
    font-size: 3.9rem;
    letter-spacing: -0.04em;
    display: inline-block;
    margin: -1rem 0 0 0;
  }
  .fv-ttl01 .color {
    color: #ce2631;
  }
  .fv-human01 {
    width: 37rem;
    margin: 0.06rem 0 0 4.5rem;
  }
  .fv-list01 {
    margin: -0.1rem 0 0 0;
  }
  .fv-note {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    color: #555555;
    line-height: 1.38;
    font-weight: 200;
  }
  .fv-logo {
    width: 42.3125rem;
    margin: 0.4375rem 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    background: url(../images/fv-bg01-b_pc.webp) no-repeat top center/cover;
    padding: 2rem 0 1.65rem;
  }
  .fv-bg02 {
    background: #fff;
  }
  .fv-inner02 {
    padding: 2rem 0 2.125rem;
  }
  .fv-ttl03-bg {
    position: relative;
    max-width: 75.3125rem;
    margin: 0 auto;
  }
  .fv-ttl03-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25rem;
    width: 75.3125rem;
    height: 100%;
    background: #111;
    -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
    z-index: 10;
  }
  .fv-ttl03-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 50.3125rem;
    height: 100%;
    background: transparent;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: -2;
  }
  .fv-ttl03 {
    font-size: 1.5rem;
    letter-spacing: 0.14em;
    color: #fff;
    padding: 0.625rem 0 0.6875rem;
    position: relative;
    z-index: 20;
  }
  .fv-box01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .fv-ttl01 {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    font-style: italic;
    line-height: 1.4;
    font-weight: bold;
  }
  .fv-ttl01 .small {
    font-size: 2.9rem;
    letter-spacing: 0.02em;
  }
  .fv-ttl01 .mid {
    font-size: 3.1rem;
    letter-spacing: 0.02em;
  }
  .fv-ttl01 .big {
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    padding: 0 0 0.4375rem;
  }
  .fv-ttl01 .big02 {
    font-size: 4.2rem;
    letter-spacing: -0.04em;
    padding: 0 0 0.4375rem;
    display: inline-block;
    margin: -0.7rem 0 0 0;
  }
  .fv-ttl01 .color {
    color: #ce2631;
  }
  .fv-human01 {
    width: 27.6rem;
    margin: -1.15rem 1rem 0 0;
  }
  .fv-list01 {
    margin: -0.15rem 0 0 0;
  }
  .fv-note {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: #555555;
    font-weight: 200;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin: 0.5rem 0 0 0;
  }
  .fv-logo {
    width: 75rem;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 767px) {
  .cta-bg {
    background: url(../images/cta-bg.webp) no-repeat center/cover;
  }
  .cta-inner {
    padding: 2.5rem 0 2.8125rem 0;
  }
  .cta-ttl01 {
    font-size: 2.6875rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    font-style: italic;
    line-height: 1.45;
  }
  .cta-ttl01 .small {
    font-size: 2.0625rem;
  }
  .cta-list {
    background: #fff;
    border-radius: 0.625rem;
    padding: 2.3125rem 1.5625rem;
    margin: 1.625rem 0 0 0;
  }
  .cta-txt01 {
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: 400;
  }
  .cta-free {
    background: url(../images/cta-free-bg.webp) no-repeat center/cover;
    margin: 1.75rem 0 2.1875rem 0;
  }
  .cta-line {
    background: url(../images/cta-line-bg.webp) no-repeat center/cover;
    margin: 1.75rem 0 0 0;
  }
  .cta-free, .cta-line {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    height: 8.5rem;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .cta-free::before, .cta-line::before {
    content: "";
    position: absolute;
    background: url(../images/fv-arrow.webp) no-repeat center/cover;
    width: 2.5rem;
    height: 2.5rem;
    top: 35%;
    right: 5%;
  }
  .cta-wrap02 {
    background: #6f0a1d;
    margin: 1.4375rem 0 0 0;
    border-radius: 0.625rem;
    padding: 1.25rem 0 1.0625rem 1.875rem;
    position: relative;
  }
  .cta-wrap02-ttl01 {
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  .cta-wrap02-ttl01::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 32.625rem;
    height: 0.0625rem;
    bottom: -37%;
    left: -4.5%;
  }
  .cta-wrap02-txt01 {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    line-height: 1.38;
    color: #fff;
    font-weight: 300;
    margin: 1.25rem 0 0 0;
    width: 30.625rem;
  }
  .cta-wrap02-img {
    position: absolute;
    width: 11.25rem;
    top: 3.125rem;
    right: -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-bg {
    background: url(../images/cta-bg.webp) no-repeat center/cover;
  }
  .cta-inner {
    padding: 2.4375rem 0 2.8125rem 0;
    width: 62.5rem;
  }
  .cta-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    font-style: italic;
  }
  .cta-ttl01 .small {
    font-size: 1.4375rem;
  }
  .cta-list {
    background: #fff;
    border-radius: 0.625rem;
    margin: 1.25rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5625rem 1.125rem 1.5rem 1.125rem;
  }
  .cta-txt01 {
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: 400;
  }
  .cta-free {
    background: url(../images/cta-free-bg_pc.webp) no-repeat center/cover;
  }
  .cta-line {
    background: url(../images/cta-line-bg_pc.webp) no-repeat center/cover;
  }
  .cta-free, .cta-line {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    height: 6.0625rem;
    width: 29.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 1rem 0 0 0;
    border-radius: 100vmax;
  }
  .cta-free::before, .cta-line::before {
    content: "";
    position: absolute;
    background: url(../images/fv-arrow.webp) no-repeat center/cover;
    width: 1.8125rem;
    height: 1.8125rem;
    top: 35%;
    right: 5%;
  }
  .cta-wrap02 {
    background: #6f0a1d;
    margin: 1.25rem 0 0 0;
    border-radius: 0.625rem;
    padding: 1.1875rem 0 0.9375rem 1.875rem;
    position: relative;
  }
  .cta-wrap02-ttl01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #fff;
    position: relative;
    width: 18.625rem;
    border-bottom: 0.0625rem #fff solid;
    padding: 0 0 0.5rem;
  }
  .cta-wrap02-txt01 {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 300;
    margin: 0.4375rem 0 0 0;
    line-height: 1.28;
  }
  .cta-wrap02-img img {
    position: absolute;
    width: 12.875rem;
    top: 0;
    right: 0;
    border-radius: 0 0.625rem 0.625rem 0;
  }
}
/*==============================================================================
route
============================================================================= */
@media screen and (max-width: 767px) {
  .route-bg {
    background: url(../images/route-bg01_sp.webp) no-repeat top center/cover;
    padding: 2.4rem 0 3.2rem;
  }
  .route-ttl01 {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    line-height: 1.7;
  }
  .route-slider {
    width: 100%;
    overflow: hidden;
    margin: 2.5rem auto 0;
  }
  .route-slider-track {
    display: flex;
    animation: slide 30s linear infinite;
    gap: 0 2.5rem;
  }
  .route-slider-track img {
    width: 129rem;
    height: auto;
    flex-shrink: 0;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-262rem); 
    }
  }
}

@media screen and (min-width: 768px) {
  .route-bg {
    background: url(../images/route-bg01.webp) no-repeat top center/cover;
    padding: 4.1rem 0 2.9rem;
  }
  .route-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
  }
  .route-slider {
    width: 100%;
    overflow: hidden;
    margin: 2.9rem auto 0;
  }
  .route-slider-track {
    display: flex;
    animation: slide 30s linear infinite;
    gap: 0 1.5rem;
  }
  .route-slider-track img {
    width: 86rem;
    height: auto;
    flex-shrink: 0;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-262rem); 
    }
  }
}
/*==============================================================================
success
============================================================================= */
@media screen and (max-width: 767px) {
  .success-bg {
    background: #e9e9e9;
    padding: 8.0625rem 0 1rem;
  }
  .success-bg02 {
    background: #e9e9e9 url(../images/success-bg02_sp.webp) no-repeat top center/cover;
    padding: 5.75rem 0 5.45rem;
  }
  .success-wrap01 {
    background: url(../images/success-bg01.webp) no-repeat center/cover;
    position: relative;
    padding: 5.9375rem 0 2.1875rem 0;
  }
  .success-wrap01::before {
    content: "";
    position: absolute;
    bottom: -2.8%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1.75rem;
    aspect-ratio: 1/cos(30deg);
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
            clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #111;
  }
  .success-txt01 {
    color: #fff;
    font-size: 2.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    display: inline-block;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    padding: 1rem 0 0.9375rem;
    background: #393939;
    border: #fff solid 0.0625rem;
    display: block;
    width: 10rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -5%;
    right: 0;
    left: 0;
  }
  .success-txt01 span {
    display: inline-block;
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
  }
  .success-ttl01 {
    font-size: 2.4875rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    width: 105%;
    line-height: 2.5;
  }
  .success-ttl01 .num01 {
    display: inline-block;
    width: 13.125rem;
    vertical-align: sub;
  }
  .success-ttl01 .num02 {
    display: inline-block;
    width: 8.25rem;
    vertical-align: sub;
    margin-right: -0.3125rem;
  }
  .success-ttl01 .alert {
    font-size: 1rem;
    display: inline-block;
    -webkit-transform: translate(0.125rem, -2rem);
            transform: translate(0.125rem, -2rem);
  }
  .success-img01 {
    width: 46.875rem;
    margin: 0.8125rem 0 0 -1.875rem;
  }
  .success-note {
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    font-weight: 300;
    text-align: center;
    margin: -1.25rem 0 0 0;
  }
  .success-ttl02 {
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.71;
    margin: 3.5625rem 0 0 0;
  }
  .success-ttl02 .color {
    color: #d1333d;
    font-weight: bold;
  }
  .success-ttl03 {
    background: #111;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    padding: 1.25rem 0;
    margin: 1.2rem 0 0 0;
  }
  .success-achieve {
    width: 42rem;
    margin: 1.6rem auto 1.06rem;
  }
  .success-note02 {
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: 300;
    padding-left: 2.1875rem;
    text-indent: -2.1875rem;
  }
  .success-txt02 {
    font-size: 2.375rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4;
    margin: 1rem 0 0 0;
    position: relative;
    z-index: 10;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .success-bg {
    background: #e9e9e9;
    padding: 5.75rem 0 0.53rem;
  }
  .success-bg02 {
    background: #e9e9e9 url(../images/success-bg02.webp) no-repeat top center/cover;
    padding: 5.75rem 0 4.65rem;
  }
  .success-inner {
    width: 62.5rem;
  }
  .success-wrap01 {
    background: url(../images/success-bg01.webp) no-repeat center/cover;
    position: relative;
    padding: 2.5625rem 0 0.8125rem 0;
  }
  .success-wrap01::before {
    content: "";
    position: absolute;
    bottom: -6.8%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 2.8125rem;
    aspect-ratio: 1/cos(30deg);
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
            clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #111;
  }
  .success-txt01 {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.04em;
    text-align: center;
    display: inline-block;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
    padding: 0.75rem 0 0.75rem;
    background: #393939;
    border: #fff solid 0.0625rem;
    display: block;
    width: 8.4375rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -5.6%;
    right: 0;
    left: 0;
  }
  .success-txt01 span {
    display: inline-block;
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  .success-ttl01 {
    font-size: 1.8625rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    width: 101.5%;
    line-height: 2.5;
  }
  .success-ttl01 .num01 {
    display: inline-block;
    width: 9.8125rem;
    vertical-align: sub;
  }
  .success-ttl01 .num02 {
    display: inline-block;
    width: 6.3125rem;
    vertical-align: sub;
    margin-right: -0.4375rem;
  }
  .success-ttl01 .alert {
    font-size: 0.75rem;
    display: inline-block;
    -webkit-transform: translate(0.9375rem, -2.1875rem);
            transform: translate(0.9375rem, -2.1875rem);
  }
  .success-img01 {
    width: 39.375rem;
    margin: -0.625rem auto 0;
  }
  .success-note {
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    font-weight: 300;
    margin: -1.875rem 0 0 1.25rem;
  }
  .success-ttl02 {
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.71;
    margin: 3.75rem 0 0 0;
  }
  .success-ttl02 .color {
    color: #d1333d;
    font-weight: bold;
  }
  .success-ttl03 {
    background: #111;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    padding: 0.875rem 0 0.9375rem;
    margin: 1.75rem 0 0 0;
  }
  .success-achieve {
    width: 62.5rem;
    margin: 2rem auto 0.7rem;
  }
  .success-note02 {
    font-size: 0.625rem;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: 300;
    line-height: 1.5;
  }
  .success-txt02 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4;
    margin: 2.53rem 0 0 0;
    position: relative;
    z-index: 10;
    color: #fff;
  }
}
/*==============================================================================
case
============================================================================= */
@media screen and (max-width: 767px) {
  .case-bg {
    background: url(../images/case-bg01.webp) no-repeat top center/cover;
  }
  .case-inner {
    padding: 5.8125rem 0 6.25rem 0;
    position: relative;
  }
  /* .case-inner::before {
    content: "";
    background: #555;
    width: 0.0625rem;
    height: 6.875rem;
    position: absolute;
    top: -3.125rem;
    right: 0;
    left: 0;
    margin: auto;
  } */
  .case-ttl01 {
    font-size: 4.6875rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 0.3125rem rgba(168, 154, 66, 0.8), 0 0 0.625rem rgba(168, 154, 66, 0.8), 0 0 0.9375rem rgba(168, 154, 66, 0.8), 0 0 1.25rem rgba(168, 154, 66, 0.8);
  }
  .case-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 3.1875rem 0 0 0;
  }
  .case-tabs {
    position: relative;
    width: 100%;
  }
  .case-slider-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -0.9375rem;
  }
  .case-tab-name {
    width: 17.75rem;
    background: url(../images/case-tab-bg02.webp) no-repeat center/cover;
    border-radius: 100vmax;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.625rem 0 1.4375rem 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.9375rem;
  }
  .case-tab-name-num {
    color: #555555;
    font-size: 1.375rem;
    text-align: center;
    margin: 0.4375rem 0 0 0;
    position: relative;
    width: 5rem;
  }
  .case-tab-name-num .big {
    font-size: 2.25rem;
  }
  .case-tab-name-num::before {
    content: "";
    background: #555;
    width: 0.0625rem;
    height: 5.1875rem;
    position: absolute;
    top: -0.6875rem;
    right: 0;
  }
  .case-tab-name-box {
    width: 10.3125rem;
  }
  .case-tab-name-txt01 {
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    position: relative;
  }
  .case-tab-name-txt01::before {
    content: "";
    position: absolute;
    top: 2rem;
    right: 0;
    left: 0;
    margin: auto;
    border-top: 0.125rem solid #111;
    border-right: 0.125rem solid #111;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: rotate(135deg);
  }
  .case-tab-name-txt02 {
    color: #555555;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 1.125rem 0 0 0;
  }
  .case-tab-name-txt02 .small {
    font-size: 1.5rem;
  }
  .case .swiper-slide-thumb-active {
    background: url(../images/case-tab-bg01.webp) no-repeat center/cover;
    border: #fff solid 0.0625rem;
    border-radius: 100vmax;
  }
  .case .swiper-slide-thumb-active .case-tab-name-num {
    color: #fff;
  }
  .case .swiper-slide-thumb-active .case-tab-name-num::before {
    background: #fff;
  }
  .case .swiper-slide-thumb-active .case-tab-name-txt01 {
    color: #fff;
  }
  .case .swiper-slide-thumb-active .case-tab-name-txt01::before {
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
  }
  .case .swiper-slide-thumb-active .case-tab-name-txt02 {
    color: #fff;
  }
  .case-slide {
    position: relative;
    margin: 3.125rem 0 0 0;
  }
  .case .swiper-slide-head {
    background: url(../images/case-bg02.webp) no-repeat center/cover;
    padding: 1.875rem 0 1.875rem 0;
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
  }
  .case .swiper-slide-ttl01 {
    font-size: 2.0225rem;
    letter-spacing: 0.18em;
    line-height: 1.33;
    text-align: center;
    color: #fff;
  }
  .case .swiper-slide-ttl01 .big {
    font-size: 2.7725rem;
  }
  .case .swiper-slide-num {
    position: absolute;
    color: #fff;
    font-size: 1.375rem;
    text-align: center;
    left: 1.125rem;
    top: 1.1875rem;
    line-height: 1.1;
  }
  .case .swiper-slide-num .big {
    font-size: 2.25rem;
  }
  .case .swiper-slide-content {
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .case .swiper-slide-content-inner {
    padding: 1.9375rem 1.875rem 2.1875rem 1.875rem;
  }
  .case .swiper-slide-content-img {
    width: 40.8125rem;
    margin: 0 0 0 -0.3125rem;
  }
  .case .swiper-slide-content-right {
    height: 25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case .swiper-slide-content-ttl01 {
    font-size: 2rem;
    color: #ce2631;
    padding: 0.9375rem 0 1.25rem;
    border-bottom: 0.125rem solid #8d8d8d;
  }
  .case .swiper-slide-content-txt01 {
    font-size: 1.75rem;
    line-height: 1.71;
    width: 35rem;
    margin: 1.1875rem auto 0;
  }
  .case .swiper-slide-content-wrap {
    background: #ededed;
    padding: 1.3125rem 1.25rem 1.375rem 1.25rem;
    position: relative;
    height: 21.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case .swiper-slide-content-wrap::before {
    content: "";
    background: #fff;
    width: 36.25rem;
    height: 0.125rem;
    position: absolute;
    top: 7rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .case .swiper-slide-content-wrap-img {
    width: 7.25rem;
    position: absolute;
    top: -1.1875rem;
    right: 2.8125rem;
  }
  .case .swiper-slide-content-wrap-ttl {
    color: #ce2631;
    font-size: 2rem;
    line-height: 1.18;
  }
  .case .swiper-slide-content-wrap-txt {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.71;
    margin: 1.875rem 0 0 0;
  }
  .case .swiper-slide:nth-of-type(2) .swiper-slide-ttl01 {
    letter-spacing: 0.08em;
  }
  .case .swiper-slide:nth-of-type(5) .swiper-slide-ttl01 {
    letter-spacing: 0.1em;
  }
  .case .swiper-slide:nth-of-type(6) .swiper-slide-ttl01 {
    font-size: 1.7525rem;
  }
  .case .swiper-slide:nth-of-type(6) .swiper-slide-ttl01 .big {
    font-size: 2.401875rem;
  }
  .case .swiper-content {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
  }
  .case .swiper-pagination {
    bottom: -4%;
  }
  .case .js-case-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: -3.3%;
    gap: 0 0.4375rem;
  }
  .case .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    background: #fff;
    border: #272f44 solid 0.0625rem;
    opacity: 1;
  }
  .case .swiper-pagination-bullet-active {
    background-color: #272f44;
  }
  .case .swiper-button-prev::after,
  .case .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    left: -10%;
    margin: auto;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-transform: rotate(45deg);
  }
  .case .swiper-case-button-prev {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    background: #555555;
    border: 0.125rem solid #fff;
    opacity: 1;
    top: 56.2%;
    left: -3.8%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .case .swiper-case-button-next {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    background: #555555;
    border: 0.125rem solid #fff;
    opacity: 1;
    top: 56.2%;
    right: -3.8%;
  }
}
@media screen and (min-width: 768px) {
  .case-bg {
    background: url(../images/case-bg01_pc_ver2.webp) no-repeat top center/cover;
  }
  .case-inner {
    padding: 5.625rem 0 7.5rem 0;
    position: relative;
    width: 62.5rem;
  }
  /* .case-inner::before {
    content: "";
    background: #555;
    width: 0.0625rem;
    height: 6.875rem;
    position: absolute;
    top: -3.125rem;
    right: 0;
    left: 0;
    margin: auto;
  } */
  .case-ttl01 {
    font-size: 3rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 0.3125rem rgba(168, 154, 66, 0.8), 0 0 0.625rem rgba(168, 154, 66, 0.8), 0 0 0.9375rem rgba(168, 154, 66, 0.8), 0 0 1.25rem rgba(168, 154, 66, 0.8);
  }
  .case-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 2.4375rem 0 0 0;
  }
  .case-tabs {
    position: relative;
    width: 100%;
  }
  .case-tabs .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.53rem 0.7rem;
  }
  .case-tab-name {
    background: url(../images/case-tab-bg02.webp) no-repeat center/cover;
    border-radius: 100vmax;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.6rem 0 0.6rem 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border: #aba560 solid 0.0625rem;
  }
  .case-tab-name-num {
    color: #555555;
    font-size: 0.75rem;
    text-align: center;
    margin: 0.125rem 0 0 0;
    position: relative;
    width: 3.25rem;
    line-height: 1.15;
  }
  .case-tab-name-num .big {
    font-size: 1.25rem;
  }
  .case-tab-name-num::before {
    content: "";
    background: #c3c3c2;
    width: 0.0625rem;
    height: 2.875rem;
    position: absolute;
    top: -0.3125rem;
    right: -0.1rem;
  }
  .case-tab-name-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.5rem;
  }
  .case-tab-name-txt01 {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-align: center;
    position: relative;
  }
  .case-tab-name-txt01::before {
    content: "";
    position: absolute;
    top: 0.25rem;
    right: -1.25rem;
    border-top: 0.126rem solid #7a7a79;
    border-right: 0.126rem solid #7a7a79;
    width: 0.45rem;
    height: 0.45em;
    -webkit-transform: rotate(45deg);
  }
  .case-tab-name-txt02 {
    color: #555555;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-align: center;
    margin-left: 2rem;
  }
  .case .swiper-slide-thumb-active {
    background: url(../images/case-tab-bg01.webp) no-repeat center/cover;
    border: #fff solid 0.0625rem;
    border-radius: 100vmax;
  }
  .case .swiper-slide-thumb-active .case-tab-name-num {
    color: #fff;
  }
  .case .swiper-slide-thumb-active .case-tab-name-num::before {
    background: #fff;
  }
  .case .swiper-slide-thumb-active .case-tab-name-txt01 {
    color: #fff;
  }
  .case .swiper-slide-thumb-active .case-tab-name-txt01::before {
    border-top: 0.126rem solid #fff;
    border-right: 0.126rem solid #fff;
  }
  .case .swiper-slide-thumb-active .case-tab-name-txt02 {
    color: #fff;
  }
  .case-slide {
    position: relative;
    margin: 1.4rem 0 0 0;
    -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .case .swiper-slide-head {
    background: url(../images/case-bg02.webp) no-repeat center/cover;
    padding: 1.0625rem 0 1.25rem 0;
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
  }
  .case .swiper-slide-ttl01 {
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    line-height: 1.33;
    text-align: center;
    color: #fff;
  }
  .case .swiper-slide-ttl01 .big {
    font-size: 2rem;
  }
  .case .swiper-slide-num {
    position: absolute;
    color: #fff;
    font-size: 1.1875rem;
    text-align: center;
    left: 1.125rem;
    top: 0.75rem;
    line-height: 1.07;
  }
  .case .swiper-slide-num .big {
    font-size: 1.9375rem;
  }
  .case .swiper-slide-content {
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .case .swiper-slide-content-inner {
    padding: 1.25rem 1.875rem 2.125rem 1.875rem;
  }
  .case .swiper-slide-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .case .swiper-slide-content-img {
    width: 33.75rem;
    margin: 1.25rem 0 0 0;
  }
  .case .swiper-slide-content-right {
    width: 26.375rem;
  }
  .case .swiper-slide-content-ttl01 {
    font-size: 1.25rem;
    color: #ce2631;
    padding: 0 0 0.5rem;
    border-bottom: 0.125rem solid #8d8d8d;
  }
  .case .swiper-slide-content-txt01 {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.79;
    margin: 0.75rem 0 0 0;
  }
  .case .swiper-slide-content-wrap {
    background: #ededed;
    margin: 1.8125rem 0 0 0;
    padding: 1.25rem 2.5rem 1.25rem 1.875rem;
    position: relative;
  }
  .case .swiper-slide-content-wrap::before {
    content: "";
    background: #fff;
    width: 47.8125rem;
    height: 0.0625rem;
    position: absolute;
    top: 3rem;
    left: 1.875rem;
  }
  .case .swiper-slide-content-wrap-img {
    width: 5.625rem;
    position: absolute;
    bottom: -0.0625rem;
    right: 1.25rem;
  }
  .case .swiper-slide-content-wrap-ttl {
    color: #ce2631;
    font-size: 1.25rem;
  }
  .case .swiper-slide-content-wrap-txt {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.79;
    margin: 1.375rem 0 0 0;
    width: 47.8125rem;
  }
  .case .swiper-content {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
  }
  .case .swiper-pagination {
    bottom: -4%;
  }
  .case .js-case-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: -6.4%;
    gap: 0 0.4375rem;
  }
  .case .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    background: #fff;
    border: #272f44 solid 0.0625rem;
    opacity: 1;
  }
  .case .swiper-pagination-bullet-active {
    background-color: #272f44;
  }
  .case .swiper-button-prev::after,
  .case .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    left: -10%;
    margin: auto;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: rotate(45deg);
  }
  .case .swiper-case-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #555555;
    border: 0.125rem solid #fff;
    opacity: 1;
    top: 63%;
    left: -1.5rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .case .swiper-case-button-next {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #555555;
    border: 0.125rem solid #fff;
    opacity: 1;
    top: 63%;
    right: -1.5rem;
  }
}
/*==============================================================================
intro
============================================================================= */
@media screen and (max-width: 767px) {
  .intro-bg {
    background: #ededed;
  }
  .intro-inner {
    padding: 3.5625rem 0 8.8rem 0;
  }
  .intro-ttl01 {
    text-align: center;
    font-size: 3.25rem;
    letter-spacing: -0.04em;
  }
  .intro-ttl02 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.37;
    color: #fff;
    background: url(../images/intro-bg01.webp) no-repeat center/cover;
    padding: 2.25rem 0 3.625rem 0;
  }
  .intro-item {
    width: 37.5rem;
    margin: 0 3.75rem 1.25rem 0;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.9375rem;
  }
  .intro-item-head {
    position: relative;
  }
  .intro-item-img img {
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
  .intro-item-name {
    position: absolute;
    top: 9.5rem;
    left: 2.5rem;
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 2.1;
    text-align: center;
  }
  .intro-item-name span {
    font-size: 2.25rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.04em;
    background: #c72a34;
    height: 3.25rem;
    width: 12.5rem;
    text-align: center;
    display: inline-block;
    line-height: 1.35;
  }
  .intro-item-txt {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.64;
    padding: 1.25rem 1.875rem 2.1875rem 1.875rem;
  }
  .intro .simplebar-content-wrapper::-webkit-scrollbar {
    display: none;
  }
  .intro .simplebar-content {
    display: -webkit-box;
    margin: 4.6875rem 0 0 2.1875rem;
  }
  .intro .simplebar-track.simplebar-horizontal {
    width: 33.75rem;
    height: 1rem;
    bottom: -7.6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .intro .simplebar-track {
    height: 1rem;
    background: #d9d9d9;
    border-radius: 1.5625rem;
  }
  .intro .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
  }
  .intro .simplebar-scrollbar.simplebar-visible:before {
    height: 1rem;
    background: #c72a34;
    opacity: 1;
  }
  .intro .simplebar-placeholder {
    height: 57.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .intro-bg {
    background: #ededed;
  }
  .intro-inner {
    padding: 6.1rem 0 4.25rem 0;
    width: 62.5rem;
    margin: 0 auto;
  }
  .intro-ttl01 {
    text-align: center;
    font-size: 2.375rem;
    letter-spacing: -0.04em;
    margin: 3rem 0 3.125rem 0;
  }
  .intro-ttl02 {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background: url(../images/intro-bg01_pc.webp) no-repeat center/cover;
    padding: 1.4375rem 0 1.5625rem 0;
  }
  .intro .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .intro-item {
    width: 19.875rem;
    background: #fff;
    border-radius: 0.9375rem;
    -webkit-box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 0.9375rem;
  }
  .intro-item-head {
    position: relative;
  }
  .intro-item-img img {
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
  .intro-item-name {
    position: absolute;
    top: 5rem;
    left: 1.25rem;
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 2.1;
    text-align: center;
  }
  .intro-item-name span {
    font-size: 1.18125rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.04em;
    background: #c72a34;
    width: 6.5625rem;
    height: 1.6875rem;
    text-align: center;
    display: inline-block;
    line-height: 1.35;
  }
  .intro-item-txt {
    font-size: 0.91875rem;
    font-weight: 400;
    line-height: 1.64;
    padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  }
  .intro-item:nth-of-type(2) {
    margin: 0 1.75rem 0.9375rem;
  }
}
/*==============================================================================
reason
============================================================================= */
@media screen and (max-width: 767px) {
  .reason-bg {
    background: url(../images/reason-bg.webp) no-repeat center/cover;
  }
  .reason-inner {
    padding: 10rem 0 7.4375rem 0;
    position: relative;
  }
  .reason-inner::before {
    content: "";
    position: absolute;
    background: url(../images/reason-border.webp) no-repeat center/cover;
    width: 0.0625rem;
    height: 7rem;
    bottom: -3.4375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .reason-ttl01 {
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    line-height: 1.45;
    margin: 3.3125rem 0 0 0;
  }
  .reason-ttl02 {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    line-height: 1.66;
    position: relative;
  }
  .reason-ttl02::before {
    content: "";
    position: absolute;
    background: url(../images/reason-shape.webp) no-repeat center/cover;
    width: 38.625rem;
    height: 1rem;
    bottom: -2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .reason-ttl03 {
    font-size: 5.75rem;
    color: #fff;
    text-align: center;
    margin: -1.875rem 0 0 0;
  }
  .reason-ttl03 .big {
    font-size: 8rem;
  }
  .reason-ttl03 .num01 {
    display: inline-block;
    width: 6.5625rem;
  }
  .reason-bg02 {
    background: #fff;
  }
  .reason-inner02 {
    padding: 5rem 0 8.5rem 0;
  }
  .reason-txt01 {
    font-size: 1.875rem;
    letter-spacing: 0.12em;
    line-height: 1.53;
    width: 37.8125rem;
    margin: 0 auto;
  }
  .reason-txt01 span {
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .reason-txt01:last-child {
    margin: 1.9375rem auto 0;
  }
  .reason01-bg {
    background: #fff;
    position: relative;
  }
  .reason01-head {
    position: absolute;
    background: url(../images/reason-bg03.webp) no-repeat center/cover;
    font-size: 1.875rem;
    text-align: center;
    color: #fff;
    width: 8.875rem;
    height: 8.75rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.1875rem 0 0 0;
  }
  .reason01-head .num {
    font-size: 5rem;
    display: inline-block;
    margin: 0.1875rem 0 0 0;
  }
  .reason01-ttl01 {
    background: url(../images/reason-bg02.webp) no-repeat center/cover;
    color: #fff;
    text-align: center;
    font-size: 2.2375rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 6.1875rem 0 1.6875rem 0;
  }
  .reason01-ttl01 .big {
    font-size: 2.9925rem;
    line-height: 1.33;
    display: inline-block;
    margin-top: 0.75rem;
  }
  .reason01-inner {
    padding: 2.3125rem 0 2.9375rem 0;
  }
  .reason01-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
  }
  .reason01-txt01:nth-of-type(2) {
    margin: 1.6875rem 0 0 0;
  }
  .reason01-wrap {
    margin: 3.625rem 0 0 0;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
  }
  .reason01-wrap-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.12em;
    color: #fff;
    background: url(../images/reason01-bg01.webp) no-repeat center/cover;
    padding: 1.875rem 0 1.8125rem 1.875rem;
  }
  .reason01-wrap-txt01 {
    font-size: 2.125rem;
    letter-spacing: 0.18em;
    line-height: 1.45;
  }
  .reason01-wrap-txt01 .color {
    color: #ce2631;
    display: inline-block;
    margin-bottom: -0.25rem;
  }
  .reason01-wrap-txt01 .num {
    font-size: 3.5625rem;
  }
  .reason01-wrap-txt01 .big {
    font-size: 2.75rem;
  }
  .reason01-wrap-inner {
    padding: 0 1.875rem 1.1875rem 1.875rem;
    position: relative;
  }
  .reason01-wrap-inner::before {
    content: "";
    position: absolute;
    background-color: #c72a34;
    width: 8.125rem;
    height: 0.4375rem;
    top: 12.375rem;
    left: 0;
  }
  .reason01-wrap-inner::after {
    content: "";
    position: absolute;
    background-color: #111;
    width: 0.0625rem;
    height: 6.6875rem;
    bottom: -3.75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .reason01-wrap-human01 {
    width: 14.3125rem;
    position: absolute;
    top: -6.625rem;
    right: 2.375rem;
  }
  .reason01-list {
    margin: 3.75rem 0 0 0;
  }
  .reason01-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
    padding: 0.875rem 0 0.875rem 0;
    border-bottom: 0.125rem dashed #111;
  }
  .reason01-item-num {
    font-size: 1.875rem;
    color: #fff;
    letter-spacing: 0.18em;
    text-align: center;
    line-height: 1.26;
    background: url(../images/reason01-bg02.webp) no-repeat center/cover;
    width: 9.1875rem;
    height: 9.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.8125rem 0 0 0;
  }
  .reason01-item-num .big {
    font-size: 2.8125rem;
  }
  .reason01-item-txt {
    font-size: 2rem;
    color: #ce2631;
    letter-spacing: 0.18em;
  }
  .reason01-item:first-child {
    padding: 0 0 0.9375rem 0;
  }
  .reason01-item:last-child {
    border-bottom: none;
  }
  .reason01-txt02 {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    margin: 4.8125rem 0 0 0;
  }
  .reason01-txt02 .color {
    font-size: 2.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#B22222), to(red));
    background: linear-gradient(to right, #B22222, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: 0.25rem;
  }
  .reason01-txt02 .small {
    font-size: 2.25rem;
  }
  .reason01-docu01 {
    width: 44.6875rem;
    margin: 0.3125rem 0 0 -0.25rem;
  }
  .reason02 {
    /* ページネーション */
    /* 前へ次への矢印リセット */
  }
  .reason02-bg {
    background: #fff;
    position: relative;
    padding: 9.375rem 0 0 0;
  }
  .reason02-head {
    position: absolute;
    background: url(../images/reason-bg03.webp) no-repeat center/cover;
    font-size: 1.875rem;
    text-align: center;
    color: #fff;
    width: 8.875rem;
    height: 8.75rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 5.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.1875rem 0 0 0;
  }
  .reason02-head .num {
    font-size: 5rem;
    display: inline-block;
    margin: 0.1875rem 0 0 0;
  }
  .reason02-ttl01 {
    background: url(../images/reason-bg02.webp) no-repeat center/cover;
    color: #fff;
    text-align: center;
    font-size: 2.2375rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 5.375rem 0 1.625rem 0;
  }
  .reason02-ttl01 .big {
    font-size: 2.9925rem;
    line-height: 1.4;
    display: inline-block;
    margin-top: 0.4375rem;
  }
  .reason02-ttl01 .num {
    font-size: 2.98125rem;
    letter-spacing: 0.1em;
  }
  .reason02-ttl01 .alert {
    font-size: 1rem;
    display: inline-block;
    -webkit-transform: translate(-0.3125rem, -1.875rem);
            transform: translate(-0.3125rem, -1.875rem);
    margin: 0 -1.25rem 0 0;
  }
  .reason02-inner {
    padding: 3.125rem 0 3.8rem 0;
  }
  .reason02-img01 {
    width: 25.875rem;
    margin: 0 auto 2.25rem;
  }
  .reason02-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
  }
  .reason02-txt01:nth-of-type(2) {
    margin: 1.375rem 0 0 0;
  }
  .reason02-note {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #555555;
    line-height: 1.5;
    font-weight: 200;
    margin: 1.375rem 0 0 0;
  }
  .reason02-wrap01 {
    background: #fff;
    position: relative;
    margin: 6.625rem 0 0 0;
    padding: 4.25rem 0 5.5625rem 0;
    -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
  }
  .reason02-wrap01-img {
    width: 18.5rem;
    position: absolute;
    top: -3.125rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .reason02-wrap01-txt {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 0.98;
  }
  .reason02-wrap01-txt .color {
    color: #ce2631;
    font-size: 2.375rem;
  }
  .reason02-wrap01-txt .num {
    font-size: 4.41875rem;
  }
  .reason02-wrap01-txt .big {
    font-size: 2.375rem;
  }
  .reason02-loop {
    margin: 4.375rem 0 0;
  }
  .reason02-loop-box {
    overflow: hidden;
  }
  .reason02-loop-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
    padding: 0;
  }
  .reason02-loop-contents:nth-of-type(2) {
    margin: 1.25rem 0 0;
  }
  .reason02-loop-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: loop-left01 60s -30s linear infinite;
            animation: loop-left01 60s -30s linear infinite;
  }
  .reason02-loop-logo01 {
    width: 101.875rem;
  }
  .reason02-loop-logo02 {
    width: 96.0625rem;
  }
  .reason02-loop-logo03 {
    width: 117.1875rem;
  }
  .reason02-loop-logo04 {
    width: 123.4375rem;
  }
  .reason02-loop-logo05 {
    width: 54.25rem;
  }
  @-webkit-keyframes loop-left01 {
    from {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes loop-left01 {
    from {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .reason02-wrap02 {
    margin: 6.6875rem 0 0 0;
  }
  .reason02-wrap02-ttl01 {
    font-size: 3.125rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.32;
    font-style: italic;
    margin: 1.5625rem auto 0;
    width: 37.1875rem;
    border-bottom: 0.0625rem solid #111;
    padding: 0 0 1.4375rem;
  }
  .reason02-wrap02-ttl01 .color {
    color: #c6232d;
  }
  .reason02-wrap02-ttl02 {
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.62;
    margin: 1.6875rem 0 0 0;
  }
  .reason02-wrap02-ttl02 .color {
    background: -webkit-gradient(linear, left top, right top, from(#B22222), to(red));
    background: linear-gradient(to right, #B22222, red);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    font-size: 3rem;
    font-style: italic;
    position: relative;
    z-index: 20;
    padding: 0 0.9375rem 0 0;
  }
  .reason02-wrap02-ttl02 .color .border {
    position: absolute;
    background: url(../images/reason02-border.webp) no-repeat center/cover;
    width: 21.375rem;
    height: 0.75rem;
    bottom: 0.3125rem;
    left: -0.3125rem;
    z-index: -1;
  }
  .reason02-wrap02-txt01 {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    background: #393939;
    width: 9.6875rem;
    margin: 0 auto;
    display: block;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    padding: 0.75rem 0;
  }
  .reason02-wrap02-txt01 span {
    display: inline-block;
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
  }
  .reason02-wrap02-txt02 {
    font-size: 2rem;
    letter-spacing: 0.12em;
    line-height: 1.5;
    color: #fff;
    background: url(../images/reason02-bg01.webp) no-repeat center/cover;
    margin: 2.0625rem 0 0 0;
    padding: 1.5625rem 0 0 10.625rem;
    height: 14.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .reason02-wrap02-txt02::before {
    content: "";
    position: absolute;
    background: url(../images/youtube-icon.webp) no-repeat center/cover;
    width: 4rem;
    height: 2.8125rem;
    top: 3.25rem;
    left: 5.25rem;
  }
  .reason02-wrap02-img {
    width: 41.25rem;
    margin: -6rem auto 0 1.375rem;
    position: relative;
  }
  .reason03-bg {
    background: #fff;
    position: relative;
    padding: 9.375rem 0 0 0;
  }
  .reason03-head {
    position: absolute;
    background: url(../images/reason-bg03.webp) no-repeat center/cover;
    font-size: 1.875rem;
    text-align: center;
    color: #fff;
    width: 8.875rem;
    height: 8.75rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 5.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.1875rem 0 0 0;
  }
  .reason03-head .num {
    font-size: 5rem;
    display: inline-block;
    margin: 0.1875rem 0 0 0;
  }
  .reason03-ttl01 {
    background: url(../images/reason-bg02.webp) no-repeat center/cover;
    color: #fff;
    text-align: center;
    font-size: 2.2375rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 6rem 0 1.375rem 0;
    line-height: 1.47;
  }
  .reason03-ttl01 .mid {
    font-size: 2.5625rem;
  }
  .reason03-ttl01 .big {
    font-size: 2.9925rem;
  }
  .reason03-inner {
    padding: 2.3125rem 0 8.4375rem 0;
  }
  .reason03-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
  }
  .reason03-txt01:nth-of-type(2) {
    margin: 1.6875rem 0 0 0;
  }
  .reason03-img01 {
    width: 46.875rem;
    margin: -2rem 0 0 -1.875rem;
  }
  .reason04-bg {
    background: #fff;
    position: relative;
  }
  .reason04-head {
    position: absolute;
    background: url(../images/reason-bg03.webp) no-repeat center/cover;
    font-size: 1.875rem;
    text-align: center;
    color: #fff;
    width: 8.875rem;
    height: 8.75rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -3.6875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.1875rem 0 0 0;
  }
  .reason04-head .num {
    font-size: 5rem;
    display: inline-block;
    margin: 0.1875rem 0 0 0;
  }
  .reason04-ttl01 {
    background: url(../images/reason-bg02.webp) no-repeat center/cover;
    color: #fff;
    text-align: center;
    font-size: 2.2375rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 6.5rem 0 1.4375rem 0;
  }
  .reason04-ttl01 .big {
    font-size: 2.9925rem;
    line-height: 1.35;
    display: inline-block;
    margin-top: 0.5625rem;
  }
  .reason04-inner {
    padding: 2.3125rem 0 8.5rem 0;
    position: relative;
  }
  .reason04-inner::before {
    content: "";
    position: absolute;
    background: url(../images/reason04-bg.webp) no-repeat center/cover;
    width: 42.3125rem;
    height: 44.125rem;
    top: 22.5rem;
    right: -1.875rem;
  }
  .reason04-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
  }
  .reason04-txt01:nth-of-type(2) {
    margin: 1.4375rem 0 0 0;
  }
  .reason04-right {
    position: relative;
  }
  .reason04-ttl02 {
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.12em;
    position: relative;
    z-index: 10;
    margin: 4.8125rem 0 0 0;
  }
  .reason04-img01 {
    width: 42.5rem;
    margin: -0.75rem auto 0;
    position: relative;
  }
  .reason04-ttl03 {
    font-size: 2.375rem;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
    margin: 0.125rem 0 0;
  }
  .reason04-ttl03 .border01, .reason04-ttl03 .border02 {
    background: url(../images/reason04-bg02.webp) no-repeat center/cover;
    display: inline-block;
    margin: 0.25rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.25rem;
    height: 3.25rem;
  }
  .reason04-ttl03 .border01 {
    width: 30.3125rem;
  }
  .reason04-ttl03 .border02 {
    width: 25.375rem;
  }
  .reason04-human {
    width: 18.4375rem;
    position: absolute;
    bottom: -5.625rem;
    right: -5rem;
  }
}
@media screen and (min-width: 768px) {
  .reason-bg {
    background: url(../images/reason-bg_pc.webp) no-repeat center/cover;
    margin: 5.0625rem 0 0 0;
  }
  .reason-inner {
    padding: 4.5rem 0 5.0625rem 0;
    position: relative;
  }
  .reason-ttl01 {
    font-size: 1.75rem;
    text-align: center;
    color: #fff;
    line-height: 1.45;
    margin: 2.3125rem 0 0 0;
  }
  .reason-ttl02 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    line-height: 1.73;
    position: relative;
  }
  .reason-ttl02::before {
    content: "";
    position: absolute;
    background: url(../images/reason-shape.webp) no-repeat center/cover;
    width: 26.875rem;
    height: 0.75rem;
    bottom: -1.4375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .reason-ttl03 {
    font-size: 4rem;
    color: #fff;
    text-align: center;
    margin: -1.125rem 0 0 0;
  }
  .reason-ttl03 .big {
    font-size: 5.5rem;
  }
  .reason-ttl03 .num01 {
    display: inline-block;
    width: 4.5rem;
  }
  .reason-bg02 {
    background: #fff;
  }
  .reason-inner02 {
    padding: 3.25rem 0 3.8125rem 0;
  }
  .reason-txt01 {
    font-size: 1.125rem;
    letter-spacing: 0.12em;
    line-height: 1.58;
    text-align: center;
  }
  .reason-txt01 span {
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .reason01-bg {
    background: #fff;
    position: relative;
  }
  .reason01-bg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62.5rem;
    margin: 0 auto;
  }
  .reason01-head {
    background: url(../images/reason-bg03.webp) no-repeat center/cover;
    font-size: 1.28125rem;
    text-align: center;
    color: #fff;
    width: 5.9375rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.4375rem 0 0 0;
  }
  .reason01-head .num {
    font-size: 3.41875rem;
    display: inline-block;
    margin: 0.125rem 0 0 0;
  }
  .reason01-ttl01 {
    background: url(../images/reason-bg02.webp) no-repeat center/cover;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 1.125rem 0 1.25rem 0;
    line-height: 1.4;
    width: 56.5625rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reason01-ttl01 .big {
    font-size: 2rem;
  }
  .reason01-inner {
    padding: 2rem 0 2.5rem 0;
    width: 62.5rem;
  }
  .reason01-txt01 {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
  }
  .reason01-wrap {
    margin: 2.5rem 0 0 0;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
  }
  .reason01-wrap-ttl01 {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    color: #fff;
    background: url(../images/reason01-bg01.webp) no-repeat center/cover;
    padding: 1.125rem 0 1.1875rem;
    text-align: center;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .reason01-wrap-txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.18em;
    text-align: center;
  }
  .reason01-wrap-txt01 .color {
    color: #ce2631;
  }
  .reason01-wrap-txt01 .num {
    font-size: 2.4375rem;
  }
  .reason01-wrap-txt01 .big {
    font-size: 1.875rem;
  }
  .reason01-wrap-inner {
    padding: 1.0625rem 1.875rem 1.5rem 1.875rem;
    position: relative;
  }
  .reason01-wrap-human01 {
    width: 14.3125rem;
    position: absolute;
    bottom: -2.1875rem;
    right: 5rem;
  }
  .reason01-list {
    margin: 1.375rem 0 0 0;
  }
  .reason01-item {
    width: 30rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
    padding: 0.3125rem 0 0.3125rem 0;
    border-bottom: 0.125rem dashed #111;
  }
  .reason01-item-num {
    font-size: 1.125rem;
    color: #fff;
    letter-spacing: 0.18em;
    text-align: center;
    line-height: 1.26;
    background: url(../images/reason01-bg02.webp) no-repeat center/cover;
    width: 5rem;
    height: 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.8125rem 0 0 0;
  }
  .reason01-item-num .big {
    font-size: 1.5rem;
  }
  .reason01-item-txt {
    font-size: 1.5rem;
    color: #ce2631;
    letter-spacing: 0.18em;
  }
  .reason01-item:last-child {
    border-bottom: none;
  }
  .reason01-txt02 {
    text-align: center;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1.42;
    margin: 2.875rem 0 0 0;
    position: relative;
  }
  .reason01-txt02::after {
    content: "";
    position: absolute;
    background-color: #111;
    width: 0.0625rem;
    height: 6.6875rem;
    bottom: -9.375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .reason01-txt02 .color {
    font-size: 2.59375rem;
    background: -webkit-gradient(linear, left top, right top, from(#B22222), to(red));
    background: linear-gradient(to right, #B22222, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: 0.25rem;
  }
  .reason01-txt02 .small {
    font-size: 2.09375rem;
  }
  .reason01-docu01 {
    width: 50.9375rem;
    margin: 4.375rem auto 0;
    position: relative;
  }
  .reason02 {
    /* ページネーション */
    /* 前へ次への矢印リセット */
  }
  .reason02-bg {
    background: #fff;
    position: relative;
    padding: 4.4375rem 0 0 0;
  }
  .reason02-bg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62.5rem;
    margin: 0 auto;
  }
  .reason02-head {
    background: url(../images/reason-bg03.webp) no-repeat center/cover;
    font-size: 1.28125rem;
    text-align: center;
    color: #fff;
    width: 5.9375rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.4375rem 0 0 0;
  }
  .reason02-head .num {
    font-size: 3.41875rem;
    display: inline-block;
    margin: 0.125rem 0 0 0;
  }
  .reason02-ttl01 {
    background: url(../images/reason-bg02.webp) no-repeat center/cover;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 1rem 0 1.25rem 0;
    line-height: 1.05;
    width: 56.5625rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reason02-ttl01 .big {
    font-size: 2rem;
    display: inline-block;
    margin-top: 0.4375rem;
  }
  .reason02-ttl01 .num {
    font-size: 2.04375rem;
    letter-spacing: 0.04em;
  }
  .reason02-ttl01 .alert {
    font-size: 0.75rem;
    display: inline-block;
    -webkit-transform: translate(-0.3125rem, -1.5625rem);
            transform: translate(-0.3125rem, -1.5625rem);
    margin: 0 -0.9375rem 0 0;
  }
  .reason02-inner {
    padding: 2.1875rem 0 3.75rem 0;
    width: 62.5rem;
  }
  .reason02-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 3.4375rem;
  }
  .reason02-img01 {
    width: 17.5rem;
  }
  .reason02-txt01 {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
    width: 37.8125rem;
    margin: 1.125rem 0 0 0;
  }
  .reason02-txt01:nth-of-type(2) {
    margin: 0.25rem 0 0 0;
  }
  .reason02-note {
    font-size: 0.625rem;
    letter-spacing: 0.04em;
    color: #555555;
    font-weight: 200;
    margin: 2.3125rem 0 0 0;
  }
  .reason02-wrap01 {
    background: #fff;
    position: relative;
    margin: 2.6875rem 0 0 0;
    padding: 3.125rem 0 2.9375rem 0;
    -webkit-box-shadow: 0.3125rem 0.3125rem 0.9375rem 0.3125rem rgba(0, 0, 0, 0.1);
            box-shadow: 0.3125rem 0.3125rem 0.9375rem 0.3125rem rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
  }
  .reason02-wrap01-img {
    width: 14.0625rem;
    position: absolute;
    top: -2.3125rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .reason02-wrap01-txt {
    font-size: 1.1375rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 0.86;
  }
  .reason02-wrap01-txt .color {
    color: #ce2631;
    font-size: 1.75rem;
  }
  .reason02-wrap01-txt .num {
    font-size: 3rem;
  }
  .reason02-wrap01-txt .big {
    font-size: 1.75rem;
  }
  .reason02-wrap01-txt .mid {
    font-size: 1.5rem;
  }
  .reason02-loop {
    margin: 3rem 0 0;
  }
  .reason02-loop-box {
    overflow: hidden;
  }
  .reason02-loop-contents {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }
  .reason02-loop-contents:nth-of-type(2) {
    margin: 1.25rem 0 0;
  }
  .reason02-loop-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: loop-left01 60s -30s linear infinite;
            animation: loop-left01 60s -30s linear infinite;
  }
  .reason02-loop-logo01 {
    width: 81.25rem;
  }
  .reason02-loop-logo02 {
    width: 76.875rem;
  }
  .reason02-loop-logo03 {
    width: 93.75rem;
  }
  .reason02-loop-logo04 {
    width: 98.75rem;
  }
  .reason02-loop-logo05 {
    width: 43.4375rem;
  }
  @-webkit-keyframes loop-left01 {
    from {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes loop-left01 {
    from {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .reason02-wrap02 {
    margin: 5rem 0 0 0;
  }
  .reason02-wrap02-ttl01 {
    font-size: 2.375rem;
    letter-spacing: 0.08em;
    text-align: center;
    font-style: italic;
    margin: 1.6875rem auto 0;
    border-bottom: 0.0625rem solid #111;
    padding: 0 0 0.75rem;
  }
  .reason02-wrap02-ttl01 .color {
    color: #c6232d;
  }
  .reason02-wrap02-ttl02 {
    font-size: 1.25rem;
    text-align: center;
    margin: 2.4375rem 0 0 0;
  }
  .reason02-wrap02-ttl02 .color {
    background: -webkit-gradient(linear, left top, right top, from(#B22222), to(red));
    background: linear-gradient(to right, #B22222, red);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    font-size: 2.25rem;
    font-style: italic;
    position: relative;
    z-index: 20;
    padding: 0 0.9375rem 0 0;
  }
  .reason02-wrap02-ttl02 .color .border {
    position: absolute;
    background: url(../images/reason02-border.webp) no-repeat center/cover;
    width: 16.25rem;
    height: 0.5625rem;
    bottom: 0.125rem;
    left: 0;
    z-index: -1;
  }
  .reason02-wrap02-txt01 {
    font-size: 1.7375rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    background: #393939;
    width: 8.75rem;
    margin: 0 auto;
    display: block;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    padding: 0.6875rem 0;
  }
  .reason02-wrap02-txt01 span {
    display: inline-block;
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg);
  }
  .reason02-wrap02-txt02 {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    background: url(../images/reason02-bg01.webp) no-repeat center/cover;
    margin: 2.8125rem 0 0 0;
    padding: 1.375rem 0 1.375rem 12.8125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .reason02-wrap02-txt02::before {
    content: "";
    position: absolute;
    background: url(../images/youtube-icon.webp) no-repeat center/cover;
    width: 3.0625rem;
    height: 2.125rem;
    top: 1.4375rem;
    left: 8.75rem;
  }
  .reason02-wrap02-img {
    width: 62.5rem;
    margin: 0.625rem auto 0 0.4375rem;
  }
  .reason03-bg {
    background: #fff;
    position: relative;
    padding: 4.875rem 0 0 0;
  }
  .reason03-bg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62.5rem;
    margin: 0 auto;
  }
  .reason03-head {
    background: url(../images/reason-bg03.webp) no-repeat center/cover;
    font-size: 1.28125rem;
    text-align: center;
    color: #fff;
    width: 5.9375rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.4375rem 0 0 0;
  }
  .reason03-head .num {
    font-size: 3.41875rem;
    display: inline-block;
    margin: 0.125rem 0 0 0;
  }
  .reason03-ttl01 {
    background: url(../images/reason-bg02.webp) no-repeat center/cover;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 1.375rem 0 1.25rem 0;
    line-height: 1.08;
    width: 56.5625rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reason03-ttl01 .big {
    font-size: 2rem;
    display: inline-block;
    margin-top: 0.4375rem;
  }
  .reason03-ttl01 .mid {
    font-size: 1.625rem;
  }
  .reason03-inner {
    padding: 2.625rem 0 4.25rem 0;
    width: 62.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.1875rem;
  }
  .reason03-txt01 {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
    width: 28.125rem;
    margin: 0.625rem 0 0 0;
  }
  .reason03-txt01:nth-of-type(2) {
    margin: 1.75rem 0 0 0;
  }
  .reason03-img01 {
    width: 30.3125rem;
    margin: -4.0625rem 0 0 0;
  }
  .reason04-bg {
    background: #fff;
    position: relative;
  }
  .reason04-bg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62.5rem;
    margin: 0 auto;
  }
  .reason04-head {
    background: url(../images/reason-bg03.webp) no-repeat center/cover;
    font-size: 1.28125rem;
    text-align: center;
    color: #fff;
    width: 5.9375rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.4375rem 0 0 0;
  }
  .reason04-head .num {
    font-size: 3.41875rem;
    display: inline-block;
    margin: 0.125rem 0 0 0;
  }
  .reason04-ttl01 {
    background: url(../images/reason-bg02.webp) no-repeat center/cover;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 1.4375rem 0 1.25rem 0;
    line-height: 1.1;
    width: 56.5625rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 5;
  }
  .reason04-ttl01 .big {
    font-size: 2rem;
    display: inline-block;
    margin-top: 0.4375rem;
  }
  .reason04-ttl01 .num {
    font-size: 2.04375rem;
    letter-spacing: 0.04em;
  }
  .reason04-inner {
    padding: 1.3125rem 0 5.6875rem 0;
    width: 62.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.375rem;
  }
  .reason04-inner::before {
    content: "";
    position: absolute;
    background: url(../images/reason04-bg.webp) no-repeat center/cover;
    width: 28.125rem;
    height: 28.75rem;
    top: -1.5625rem;
    right: 1.125rem;
    z-index: 1;
  }
  .reason04-txt01 {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
    width: 28.125rem;
    margin: 2rem 0 0;
  }
  .reason04-txt01:nth-of-type(2) {
    margin: 0.75rem 0 0 0;
  }
  .reason04-right {
    position: relative;
  }
  .reason04-ttl02 {
    font-size: 1.303125rem;
    text-align: center;
    letter-spacing: 0.12em;
    position: relative;
    z-index: 10;
  }
  .reason04-img01 {
    width: 26.125rem;
    margin: -0.375rem 0 0 0;
    position: relative;
    z-index: 5;
  }
  .reason04-human {
    width: 11.5625rem;
    position: absolute;
    top: 13.375rem;
    right: -4.125rem;
  }
  .reason04-ttl03 {
    font-size: 1.456875rem;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  .reason04-ttl03 .border01, .reason04-ttl03 .border02 {
    background: url(../images/reason04-bg02.webp) no-repeat center/cover;
    display: inline-block;
    margin: 0.15625rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.1875rem;
    height: 2rem;
  }
  .reason04-ttl03 .border01 {
    width: 18.75rem;
  }
  .reason04-ttl03 .border02 {
    width: 15.625rem;
  }
}
/*==============================================================================
recruit
============================================================================= */
@media screen and (max-width: 767px) {
  .recruit-bg {
    background: #fff;
    position: relative;
    padding: 4.55rem 0 8rem 0;
  }
  .recruit-wrap03-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.5;
  }
  .recruit-wrap03-ttl01 .big {
    font-size: 3.625rem;
    letter-spacing: 0;
  }
  .recruit-slider {
    position: relative;
    width: 100%;
    margin: 1.9375rem 0 0 0;
  }
  .recruit .swiper-container03 {
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
  }
  .recruit .swiper-container03 .swiper-slide {
    background: #fff;
    padding: 0 1.875rem 2.125rem 1.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .recruit .swiper-container03 .swiper-slide-ttl01 {
    font-size: 2.5rem;
    color: #c6232d;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.08em;
    height: 9.9375rem;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .recruit .swiper-container03 .swiper-slide-ttl01::before {
    content: "";
    position: absolute;
    width: 43.125rem;
    height: 0.0625rem;
    background: #c6232d;
    bottom: 0;
    right: -1.875rem;
  }
  .recruit .swiper-container03 .swiper-slide-txt01 {
    font-size: 1.875rem;
    margin: 2rem 0 0 0;
  }
  .recruit .swiper-container03 .swiper-slide-txt01 .big {
    font-size: 2.375rem;
  }
  .recruit .swiper-container03 .swiper-slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    margin: 1.5625rem 0 0 0;
  }
  .recruit .swiper-container03 .swiper-slide-item {
    font-size: 1.75rem;
    background: url(../images/reason02-bg02.webp) no-repeat center/cover;
    color: #fff;
    padding: 0.8125rem 0.625rem 0.9375rem;
    border-radius: 1.875rem;
  }
  .recruit .swiper-container03 .swiper-slide-item .small {
    font-size: 1.5rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap {
    background: #ededed;
    padding: 1.375rem 1.25rem 2rem;
    position: relative;
    margin: 1.875rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 39.375rem;
    height: 26.8125rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-txt01 {
    font-size: 2rem;
    color: #ce2631;
    line-height: 1.18;
    padding: 0 0 0.8125rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-txt02 {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.71;
    border-top: 0.125rem #fff solid;
    padding: 0.875rem 0 0 0;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-note {
    font-size: 1.25rem;
    color: #555;
    letter-spacing: 0.02em;
    margin: 0.375rem 0 0 0;
    line-height: 1.5;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-img01 {
    width: 7.1875rem;
    position: absolute;
    top: -1.125rem;
    right: 2.5rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-img02 {
    width: 7.6875rem;
    position: absolute;
    top: -1.625rem;
    right: 2.5rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-img03 {
    width: 6.9375rem;
    position: absolute;
    top: -0.5625rem;
    right: 2.5rem;
  }
  .recruit .swiper-reason02-pagination01 {
    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: -7%;
    gap: 0 0.125rem;
  }
  .recruit .swiper-button-prev::after,
  .recruit .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    left: -10%;
    margin: auto;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-transform: rotate(45deg);
  }
  .recruit .swiper-reason02-button-prev01 {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    background: #555555;
    opacity: 1;
    top: 48.7%;
    left: -3%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .recruit .swiper-reason02-button-next01 {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    background: #555555;
    opacity: 1;
    top: 48.7%;
    right: -3%;
  }
  .recruit .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem 0;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .recruit .swiper-pagination-bullet-active {
    background-color: #ce2631;
  }
  .recruit .swiper-autoheight, .recruit .swiper-autoheight .swiper-slide {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .recruit .swiper-slide a {
    color: inherit;
  }
}
@media screen and (min-width: 768px) {
  .recruit-bg {
    background: #fff;
    position: relative;
    padding: 4.6rem 0 6.65rem 0;
  }
  .recruit-inner {
    width: 62.5rem;
    margin: 0 auto;
  }
  .recruit-wrap03-ttl01 {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.74;
  }
  .recruit-wrap03-ttl01 .big {
    font-size: 2.375rem;
    letter-spacing: 0;
  }
  .recruit-slider {
    position: relative;
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .recruit .swiper-container03 {
    border-radius: 0.625rem;
    width: 51.875rem;
    margin: 0 auto;
    padding: 1.25rem 0.9375rem;
    overflow: hidden;
  }
  .recruit .swiper-container03 .swiper-slide {
    background: #fff;
    padding: 0 1.125rem 1.25rem 1.125rem;
    border-radius: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0.3125rem 0.625rem 0.3125rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.3125rem 0.625rem 0.3125rem rgba(0, 0, 0, 0.1);
  }
  .recruit .swiper-container03 .swiper-slide-ttl01 {
    font-size: 1.41875rem;
    color: #c6232d;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.08em;
    height: 5.6875rem;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .recruit .swiper-container03 .swiper-slide-ttl01::before {
    content: "";
    position: absolute;
    width: 24.5625rem;
    height: 0.0625rem;
    background: #c6232d;
    bottom: 0;
    right: -1.125rem;
  }
  .recruit .swiper-container03 .swiper-slide-txt01 {
    font-size: 1.0625rem;
    margin: 1.0625rem 0 0 0;
  }
  .recruit .swiper-container03 .swiper-slide-txt01 .big {
    font-size: 1.35rem;
  }
  .recruit .swiper-container03 .swiper-slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    margin: 0.9375rem 0 0 0;
  }
  .recruit .swiper-container03 .swiper-slide-item {
    font-size: 1rem;
    background: url(../images/reason02-bg02.webp) no-repeat center/cover;
    color: #fff;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-radius: 1.875rem;
  }
  .recruit .swiper-container03 .swiper-slide-item .small {
    font-size: 0.8125rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap {
    background: #ededed;
    padding: 0.8125rem 0.9375rem 1.0625rem;
    position: relative;
    margin: 1rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 15.3125rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-txt01 {
    font-size: 1.1375rem;
    color: #ce2631;
    line-height: 1.18;
    padding: 0 0 0.4375rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-txt02 {
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
    border-top: 0.125rem #fff solid;
    padding: 0.5rem 0 0 0;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-note {
    font-size: 0.70625rem;
    color: #555;
    letter-spacing: 0.02em;
    margin: 0.5rem 0 0 0;
    line-height: 1.5;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-img01 {
    width: 4.0625rem;
    position: absolute;
    top: -0.625rem;
    right: 2.5rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-img02 {
    width: 4.25rem;
    position: absolute;
    top: -0.8125rem;
    right: 2.5rem;
  }
  .recruit .swiper-container03 .swiper-slide-wrap-img03 {
    width: 4.25rem;
    position: absolute;
    top: -0.625rem;
    right: 2.5rem;
  }
  .recruit .swiper-reason02-pagination01 {
    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: -4.6%;
    gap: 0 0.125rem;
  }
  .recruit .swiper-button-prev::after,
  .recruit .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    left: -10%;
    margin: auto;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: rotate(45deg);
  }
  .recruit .swiper-reason02-button-prev01 {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #555555;
    opacity: 1;
    top: 40%;
    left: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .recruit .swiper-reason02-button-next01 {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #555555;
    opacity: 1;
    top: 40%;
    right: 0;
  }
  .recruit .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.5rem 0;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .recruit .swiper-pagination-bullet-active {
    background-color: #ce2631;
  }
  .recruit .swiper-slide a {
    color: inherit;
  }
}

/*==============================================================================
consult
============================================================================= */
@media screen and (max-width: 767px) {
  .consult-bg {
    background: #fff;
  }
  .consult-inner {
    padding: 4.75rem 0 6.125rem 0;
    position: relative;
  }
  .consult-ttl01 {
    background: url(../images/consult-bg01.webp) no-repeat center/cover;
    padding: 4rem 0 1.875rem 0;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-shadow: 0 0 0.625rem rgba(168, 154, 66, 0.8), 0 0 0.9375rem rgba(168, 154, 66, 0.8), 0 0 1.25rem rgba(168, 154, 66, 0.8), 0 0 1.875rem rgba(168, 154, 66, 0.8);
  }
  .consult-wrap {
    background: url(../images/consult-bg02.webp) no-repeat bottom center/cover;
    padding: 1.375rem 2.1875rem 6.25rem 2.1875rem;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    margin: -0.0625rem 0 0 0;
  }
  .consult-item {
    border-bottom: 0.0625rem solid #a5a2a2;
    padding: 1.1875rem 0;
  }
  .consult-item-txt {
    font-size: 1.75rem;
    line-height: 1.71;
    padding: 0 0 0 3.125rem;
    position: relative;
  }
  .consult-item-txt .color {
    color: #ce2631;
    font-weight: 500;
  }
  .consult-item-txt::before {
    content: "";
    position: absolute;
    background: url(../images/consult-icon.webp) no-repeat center/cover;
    width: 2.125rem;
    height: 2.125rem;
    top: 0.5625rem;
    left: 0;
  }
  .consult-item:first-child {
    padding: 1.1875rem 0 1.25rem;
  }
  .consult-item:nth-of-type(6), .consult-item:nth-of-type(8) {
    padding: 1.1875rem 0 1.125rem;
  }
  .consult-human {
    width: 11.25rem;
    position: absolute;
    bottom: -1.5625rem;
    right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .consult-bg {
    background: #fff;
  }
  .consult-inner {
    padding: 5.5625rem 0 5.9375rem 0;
    position: relative;
    width: 62.5rem;
  }
  .consult-ttl01 {
    background: url(../images/consult-bg01_pc.webp) no-repeat center/cover;
    padding: 4.625rem 0 1.875rem 0;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.08em;
    text-shadow: 0 0 0.625rem rgba(168, 154, 66, 0.8), 0 0 0.9375rem rgba(168, 154, 66, 0.8), 0 0 1.25rem rgba(168, 154, 66, 0.8), 0 0 1.875rem rgba(168, 154, 66, 0.8);
  }
  .consult-wrap {
    background: url(../images/consult-bg02_pc.webp) no-repeat bottom center/cover;
    padding: 1.75rem 3.125rem 1.6875rem 3.125rem;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    margin: -0.0625rem 0 0 0;
  }
  .consult-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2.5rem;
  }
  .consult-item {
    border-bottom: 0.125rem solid #a5a2a2;
    padding: 0.875rem 0;
  }
  .consult-item-txt {
    font-size: 1.25rem;
    line-height: 1.68;
    padding: 0 0 0 2.1875rem;
    position: relative;
  }
  .consult-item-txt .color {
    color: #ce2631;
    font-weight: 500;
  }
  .consult-item-txt::before {
    content: "";
    position: absolute;
    background: url(../images/consult-icon.webp) no-repeat center/cover;
    width: 1.5625rem;
    height: 1.5625rem;
    top: 0.375rem;
    left: 0;
  }
  .consult-box01 .consult-item:first-child {
    padding: 0 0 1.0625rem;
  }
  .consult-box01 .consult-item:nth-of-type(3) {
    padding: 0.9375rem 0 1rem;
  }
  .consult-box01 .consult-item:nth-of-type(4) {
    padding: 0.75rem 0 1rem;
    border: none;
  }
  .consult-box01 .consult-item:nth-of-type(6) {
    padding: 0.625rem 0 1rem;
  }
  .consult-box02 .consult-item:first-child {
    padding: 0 0 1.0625rem;
  }
  .consult-box02 .consult-item:nth-of-type(2) {
    padding: 0.75rem 0 0.8125rem;
  }
  .consult-box02 .consult-item:nth-of-type(3) {
    padding: 0.9375rem 0;
  }
  .consult-box02 .consult-item:nth-of-type(4) {
    padding: 0.75rem 0;
    border: none;
  }
  .consult-human {
    width: 5.9375rem;
    position: absolute;
    bottom: 1.8125rem;
    right: 2.1875rem;
  }
}
/*==============================================================================
step
============================================================================= */
@media screen and (max-width: 767px) {
  .step-bg {
    background: url(../images/step-bg01.webp) no-repeat top center/cover;
  }
  .step-inner {
    padding: 0.9375rem 0 1.5625rem;
  }
  .step-head {
    background: url(../images/intro-bg01.webp) no-repeat center/cover;
    position: relative;
  }
  .step-head-ttl01 {
    font-size: 2.25rem;
    color: #fff;
    padding: 4rem 0 5.875rem 10.625rem;
  }
  .step-head-ttl01 .big {
    font-size: 3rem;
  }
  .step-head-txt01 {
    font-size: 1.4375rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0.8125rem;
    left: 1.1875rem;
    line-height: 0.9;
    letter-spacing: -0.06em;
    width: 8.125rem;
    height: 8.125rem;
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.3125rem 0 0 0;
  }
  .step-head-txt01 .num {
    font-size: 3.5625rem;
  }
  .step-head-txt01 .big {
    font-size: 2.16875rem;
  }
  .step-head-txt01 .space {
    letter-spacing: -0.18em;
  }
  .step-item {
    margin: 0 0 4.0625rem 0;
    position: relative;
  }
  .step-item::before {
    content: "";
    position: absolute;
    background: url(../images/step-triangle.webp) no-repeat center/cover;
    width: 12.1875rem;
    height: 2.9375rem;
    bottom: -5.3125rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .step-item-num {
    font-size: 2.25rem;
    letter-spacing: -0.04em;
    padding: 0 0 0.3125rem 1.875rem;
  }
  .step-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.18);
  }
  .step-item-img {
    width: 10.5rem;
    margin: 0 0 -0.125rem;
  }
  .step-item-txt {
    font-size: 2.25rem;
    letter-spacing: -0.04em;
    line-height: 1.38;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 3.125rem;
  }
  .step-item:last-child::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .step-bg {
    background: url(../images/step-bg01_pc.webp) no-repeat bottom center/cover;
  }
  .step-inner {
    padding: 3.5625rem 0 7.5625rem;
    width: 62.5rem;
  }
  .step-head {
    background: url(../images/step-bg02_pc.webp) no-repeat center/cover;
  }
  .step-head-inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .step-head-ttl01 {
    font-size: 2.25rem;
    color: #fff;
    padding: 4.875rem 0 4.8125rem 19.0625rem;
  }
  .step-head-ttl01 .big {
    font-size: 3rem;
  }
  .step-head-txt01 {
    font-size: 1.4375rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 1.5625rem;
    left: 9.6875rem;
    line-height: 0.9;
    letter-spacing: -0.06em;
    width: 8.125rem;
    height: 8.125rem;
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.3125rem 0 0 0;
  }
  .step-head-txt01 .num {
    font-size: 3.5625rem;
  }
  .step-head-txt01 .big {
    font-size: 2.16875rem;
  }
  .step-head-txt01 .space {
    letter-spacing: -0.18em;
  }
  .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.5rem;
  }
  .step-item {
    position: relative;
  }
  .step-item::before {
    content: "";
    position: absolute;
    background: url(../images/step-triangle_pc.webp) no-repeat center/cover;
    width: 1.3125rem;
    height: 5.9375rem;
    top: 8.125rem;
    right: -1.875rem;
  }
  .step-item-num {
    font-size: 1.625rem;
    letter-spacing: -0.04em;
    text-align: center;
  }
  .step-item-wrap {
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.18);
    margin: 1.25rem 0 0 0;
  }
  .step-item-img {
    width: 13.75rem;
  }
  .step-item-txt {
    font-size: 1.625rem;
    letter-spacing: -0.04em;
    line-height: 1.92;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 10.3125rem;
  }
  .step-item:last-child::before {
    display: none;
  }
  .step-item:nth-of-type(2) .step-item-txt {
    font-size: 1.375rem;
    line-height: 1.81;
  }
}
/*==============================================================================
company
============================================================================= */
@media screen and (max-width: 767px) {
  .company-bg {
    background: url(../images/company-bg01.webp) no-repeat center/cover;
  }
  .company-inner {
    padding: 5rem 0 6.1875rem 0;
  }
  .company-ttl01 {
    background: #111;
    color: #fff;
    font-size: 3rem;
    letter-spacing: -0.04em;
    text-align: center;
    padding: 1.625rem 0;
  }
  .company-list {
    background: url(../images/company-bg02.webp) no-repeat center/cover;
  }
  .company-item-ttl {
    color: #fff;
    background: #b5b5b5;
    text-align: center;
    font-size: 1.75rem;
    letter-spacing: -0.04em;
    padding: 1.3125rem 0;
  }
  .company-item-txt {
    font-size: 1.75rem;
    letter-spacing: -0.04em;
    line-height: 1.71;
    padding: 1.8125rem 0 1.75rem;
    text-align: center;
  }
  .company-item-txt .small {
    font-size: 1.25rem;
  }
  .company-item-txt .notel {
    pointer-events: none;
  }
  .company-item:nth-of-type(2) .company-item-txt {
    width: 28.75rem;
    margin: 0 auto;
    text-align: left;
    padding: 1.8125rem 0;
  }
  .company-item:nth-of-type(3) .company-item-txt {
    padding: 1.6875rem 0;
  }
  .company-item:last-child .company-item-txt {
    line-height: 1.63;
    padding: 1.8125rem 0 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .company-bg {
    background: url(../images/company-bg01.webp) no-repeat center/cover;
  }
  .company-inner {
    padding: 5rem 0 5.125rem 0;
    width: 62.5rem;
  }
  .company-ttl01 {
    background: #111;
    color: #fff;
    font-size: 2.375rem;
    letter-spacing: -0.04em;
    text-align: center;
    padding: 1.9375rem 0 2rem;
  }
  .company-list {
    background: url(../images/company-bg02.webp) no-repeat center/cover;
  }
  .company-item-ttl {
    color: #fff;
    background: #b5b5b5;
    text-align: center;
    font-size: 1.125rem;
    letter-spacing: -0.04em;
    padding: 1rem 0;
  }
  .company-item-txt {
    font-size: 1.125rem;
    letter-spacing: -0.04em;
    line-height: 1.71;
    padding: 0.8125rem 0;
    text-align: center;
  }
  .company-item-txt .small {
    font-size: 1rem;
  }
  .company-item-txt .notel {
    pointer-events: none;
  }
  .company-item:nth-of-type(2) .company-item-txt {
    width: 24.1875rem;
    margin: 0 auto;
    text-align: left;
    padding: 0.6875rem 0 0.875rem;
    line-height: 1.58;
  }
  .company-item:nth-of-type(3) .company-item-txt {
    padding: 0.75rem 0;
  }
  .company-item:last-child .company-item-txt {
    line-height: 1.9;
    padding: 0.75rem 0 1.375rem;
  }
}
/*==============================================================================
media
============================================================================= */
@media screen and (max-width: 767px) {
  .media-bg {
    background: #fff;
  }
  .media-inner {
    padding: 3.8125rem 0 5.875rem 0;
  }
  .media-ttl01 {
    font-size: 3rem;
    letter-spacing: -0.04em;
    text-align: center;
    width: 17.5rem;
    margin: 0 auto;
    border-top: #111 solid 0.1875rem;
    border-bottom: #111 solid 0.1875rem;
    padding: 0.8125rem 0;
  }
  .media-list {
    margin: 3.1875rem 0 0 0;
  }
  .media-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: flex-start;
  }
  .media-item-txt {
    font-size: 1.75rem;
    letter-spacing: -0.04em;
    line-height: 1.71;
    width: 21.875rem;
    margin-top: -0.9375rem;
  }
  .media-item-img01 {
    width: 19.0625rem;
  }
  .media-item-img02 {
    width: 18.6875rem;
  }
  .media-item:first-child {
    padding: 0 0 3rem;
    border-bottom: solid #acaaaa 0.125rem;
  }
  .media-item:last-child {
    padding: 3.0625rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .media-bg {
    background: #fff;
  }
  .media-inner {
    padding: 4.375rem 0 4.25rem 0;
    width: 62.5rem;
  }
  .media-ttl01 {
    font-size: 2rem;
    letter-spacing: -0.04em;
    text-align: center;
    width: 13.75rem;
    margin: 0 auto;
    border-top: #111 solid 0.1875rem;
    border-bottom: #111 solid 0.1875rem;
    padding: 0.8125rem 0 1.0625rem;
  }
  .media-list {
    margin: 4.3125rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .media-list::before {
    content: "";
    position: absolute;
    background: #111;
    width: 0.0625rem;
    height: 11.1875rem;
    margin: auto;
    left: 0;
    right: 0;
    top: -0.5625rem;
  }
  .media-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.25rem;
    align-items: flex-start;
  }
  .media-item-txt {
    font-size: 1rem;
    letter-spacing: -0.04em;
    line-height: 1.68;
    width: 14.5rem;
    margin: -0.25rem 0 0;
  }
  .media-item-img01 {
    width: 13.75rem;
  }
  .media-item-img02 {
    width: 13.75rem;
  }
}
/*==============================================================================
cv
============================================================================= */
@media screen and (max-width: 767px) {
  .cv-bg {
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .cv-inner {
    padding: 0.875rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cv-line, .cv-free {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100vmax;
  }
  .cv-line {
    background: url(../images/cv-line.webp) no-repeat center/cover;
    width: 20.4375rem;
    height: 7.6875rem;
  }
  .cv-free {
    background: url(../images/cv-free.webp) no-repeat center/cover;
    width: 21.75rem;
    height: 7.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .cv-bg {
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .cv-inner {
    width: 62.5rem;
    padding: 0.9375rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .cv-line, .cv-free {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 29.1875rem;
    height: 4.875rem;
    position: relative;
    border-radius: 100vmax;
  }
  .cv-line::before, .cv-free::before {
    content: "";
    position: absolute;
    background: url(../images/fv-arrow.webp) no-repeat center/cover;
    width: 1.8125rem;
    height: 1.8125rem;
    top: 29%;
    right: 5%;
  }
  .cv-line {
    background: url(../images/cv-line_pc.webp) no-repeat center/cover;
  }
  .cv-free {
    background: url(../images/cv-free_pc.webp) no-repeat center/cover;
  }
}