@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 {
  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) {
  html {
    overflow-x: hidden;
  }
  .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;
  }
  .header-logo {
    width: 21.875rem;
  }
}
*/
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 767px) {
  .fv-bg {
    background: url(../images/fv-bg01.webp) no-repeat center/cover;
  }
  .fv-inner {
    padding: 1.625rem 0 2.9375rem;
  }
  .fv-ttl03 {
    background: #111;
    font-size: 1.5rem;
    letter-spacing: 0.14em;
    line-height: 1.54;
    color: #fff;
    text-align: center;
    padding: 0.3125rem 0;
  }
  .fv-ttl01 {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
    font-style: italic;
    margin: 0 0 0 0.9375rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
  }
  .fv-ttl01 .mid {
    font-size: 2.6875rem;
  }
  .fv-ttl01 .big {
    font-size: 3.1875rem;
    border-bottom: 0.0625rem solid #ce2631;
    color: #ce2631;
  }
  .fv-ttl02 {
    font-style: italic;
    color: #fff;
    margin: 1.4375rem 0 0 0;
  }
  .fv-ttl02-bg01 {
    font-size: 3.0625rem;
    letter-spacing: 0.02em;
    background: url(../images/fv-ttl02-bg01.webp) no-repeat center/cover;
    width: 24rem;
    height: 4.0625rem;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.3125rem 0 0 0;
  }
  .fv-ttl02-bg02 {
    font-size: 3.5625rem;
    letter-spacing: 0.04em;
    background: url(../images/fv-ttl02-bg01.webp) no-repeat center/cover;
    width: 24rem;
    height: 4.0625rem;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.6875rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3.75rem 0 0 0;
  }
  .fv-item {
    width: 20.625rem;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    background: url(../images/fv-bg01_pc.webp) no-repeat center/cover;
  }
  .fv-inner {
    padding: 4rem 0 3.3125rem;
  }
  .fv-ttl03-bg {
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
  }
  .fv-ttl03-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25rem;
    width: 97.3125rem;
    height: 100%;
    background: #111;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
    z-index: 10;
  }
  .fv-ttl03 {
    font-size: 1.3125rem;
    letter-spacing: 0.16em;
    color: #fff;
    padding: 0.75rem 0 0.75rem;
    position: relative;
    z-index: 20;
  }
  .fv-ttl01 {
    font-size: 2rem;
    font-style: italic;
    line-height: 1;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
  }
  .fv-ttl01 .big {
    font-size: 2.8125rem;
    letter-spacing: 0.04em;
    border-bottom: 0.0625rem solid #ce2631;
    color: #ce2631;
    font-weight: 700;
  }
  .fv-ttl02 {
    font-style: italic;
    color: #fff;
    margin: 1.8125rem 0 0 -1.5625rem;
  }
  .fv-ttl02-bg01 {
    display: inline-block;
    font-size: 2.8125rem;
    letter-spacing: 0.04em;
    background: url(../images/fv-ttl02-bg01_pc.webp) no-repeat center/cover;
    width: 50.9375rem;
    height: 5.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.3125rem 0 0 0;
    text-align: center;
  }
  .fv-ttl02-bg01 .big {
    font-size: 4.1875rem;
  }
  .fv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.5625rem;
    margin: 3.625rem 0 0 0;
  }
  .fv-item {
    width: 19.1875rem;
  }
  .fv-item:nth-child(2) {
    width: 25rem;
  }
}
/*==============================================================================
cta02
============================================================================= */
@media screen and (max-width: 767px) {
  .cta02 .cta-bg {
    background: url(../images/cta-bg.webp) no-repeat center/cover;
  }
  .cta02 .cta-inner {
    padding: 2.5625rem 0 5.5625rem 0;
  }
  .cta02 .cta-ttl01 {
    font-size: 2.6875rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    font-style: italic;
    line-height: 1.5;
  }
  .cta02 .cta-ttl01 .small {
    font-size: 2.0625rem;
  }
  .cta02 .cta-list {
    background: #fff;
    border-radius: 0.625rem;
    padding: 2.4375rem 1.5625rem;
    margin: 1.4375rem 0 0 0;
  }
  .cta02 .cta-txt01 {
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: 400;
  }
  .cta02 .cta-free {
    background: url(../images/cta-free-bg.webp) no-repeat center/cover;
    margin: 1.625rem 0 2.3125rem 0;
  }
  .cta02 .cta-line {
    background: url(../images/cta-line-bg.webp) no-repeat center/cover;
    margin: 1.625rem 0 0 0;
  }
  .cta02 .cta-free, .cta02 .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;
    padding: 0;
    border: none;
  }
  .cta02 .cta-free::before, .cta02 .cta-line::before {
    content: "";
    position: absolute;
    background: url(../images/cta-arrow.webp) no-repeat center/cover;
    width: 2.5rem;
    height: 2.5rem;
    top: 35%;
    right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .cta02 .cta-bg {
    background: url(../images/cta-bg.webp) no-repeat center/cover;
  }
  .cta02 .cta-inner {
    padding: 1.75rem 0 2.5rem 0;
    width: 62.5rem;
  }
  .cta02 .cta-ttl01 {
    margin: 0;
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    font-style: italic;
  }
  .cta02 .cta-ttl01 .small {
    font-size: 1.4375rem;
  }
  .cta02 .cta-list {
    background: #fff;
    border-radius: 0.625rem;
    margin: 1.9375rem 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;
    gap: 0;
  }
  .cta02 .cta-txt01 {
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: 500;
  }
  .cta02 .cta-free {
    background: url(../images/cta-free-bg_pc.webp) no-repeat center/cover;
  }
  .cta02 .cta-line {
    background: url(../images/cta-line-bg_pc.webp) no-repeat center/cover;
  }
  .cta02 .cta-free, .cta02 .cta-line {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    height: 6rem;
    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;
    padding: 0;
    border: none;
  }
  .cta02 .cta-free::before, .cta02 .cta-line::before {
    content: "";
    position: absolute;
    background: url(../images/cta-arrow.webp) no-repeat center/cover;
    width: 1.8125rem;
    height: 1.8125rem;
    top: 35%;
    right: 5%;
  }
}
/*==============================================================================
cta01
============================================================================= */
@media screen and (max-width: 767px) {
  .cta01 .cta-bg {
    font-family: "Noto Serif JP", serif;
    background: #fff;
  }
  .cta01 .cta-inner {
    padding: 3.5625rem 0 0.0625rem 0;
  }
  .cta01 .cta-head {
    position: relative;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #831c16;
  }
  .cta01 .cta-head::before {
    content: "";
    background: #831c16;
    width: 1.875rem;
    height: 0.0625rem;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
  }
  .cta01 .cta-ttl01 {
    margin: 2.6875rem 0 0 0;
    font-size: 2.625rem;
    letter-spacing: 0.14em;
    position: relative;
  }
  .cta01 .cta-list {
    background: -webkit-gradient(linear, left top, right top, from(#a2271b), to(#831c16));
    background: linear-gradient(to right, #a2271b, #831c16);
    margin: 3.5625rem auto 0;
    padding: 4.5rem 4.25rem 3.5rem 4.25rem;
  }
  .cta01 .cta-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  .cta01 .cta-free, .cta01 .cta-line, .cta01 .cta-tel {
    position: relative;
    background: #fff;
    font-size: 2.375rem;
    letter-spacing: 0.08em;
    color: #111;
    font-weight: 500;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100vmax;
    padding: 2rem 0 2rem 4.875rem;
    margin: 0.9375rem 0 2.625rem 0;
    border: 0.0625rem solid #fff;
  }
  .cta01 .cta-free::before, .cta01 .cta-line::before, .cta01 .cta-tel::before {
    content: "";
    position: absolute;
    background: url(../../../../images/arrow04.webp) no-repeat center/cover;
    width: 2.625rem;
    height: 2.625rem;
    top: 1.875rem;
    right: 1.5625rem;
  }
  .cta01 .cta-line {
    background: #22ba4f;
    color: #fff;
  }
  .cta01 .cta-line::before {
    background: url(../../../../images/arrow.webp) no-repeat center/cover;
  }
  .cta01 .cta-tel {
    font-size: 3rem;
    letter-spacing: 0.02em;
    margin: 0.9375rem 0 0 0;
    padding: 1.6875rem 0 1.6875rem 4.875rem;
  }
  .cta01 .cta-tel .small {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cta01 .cta-bg {
    font-family: "Noto Serif JP", serif;
    background: #fff;
  }
  .cta01 .cta-inner {
    padding: 4.6875rem 0 0.0625rem 0;
  }
  .cta01 .cta-head {
    position: relative;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #831c16;
  }
  .cta01 .cta-head::before {
    content: "";
    background: #831c16;
    width: 1.25rem;
    height: 0.0625rem;
    position: absolute;
    bottom: -0.5625rem;
    left: 0;
  }
  .cta01 .cta-ttl01 {
    margin: 2.8125rem 0 0 0;
    font-size: 2.125rem;
    letter-spacing: 0.14em;
  }
  .cta01 .cta-ttl01 .small {
    font-size: 0.875rem;
    letter-spacing: 0.18em;
  }
  .cta01 .cta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 2.1875rem;
    background: -webkit-gradient(linear, left top, right top, from(#a2271b), to(#831c16));
    background: linear-gradient(to right, #a2271b, #831c16);
    margin: 2.25rem auto 0;
    padding: 3rem 0rem 2.8125rem 2.3125rem;
  }
  .cta01 .cta-txt01 {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  .cta01 .cta-free, .cta01 .cta-line {
    position: relative;
    background: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    color: #111;
    font-weight: 500;
    width: 21.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100vmax;
    padding: 1.5rem 0 1.5rem 4.875rem;
    margin: 0.9375rem 0 0 0;
    z-index: 100;
    border: 0.0625rem solid #fff;
  }
  .cta01 .cta-free::before, .cta01 .cta-line::before {
    content: "";
    position: absolute;
    background: url(../../../../images/arrow04.webp) no-repeat center/cover;
    width: 1.75rem;
    height: 1.75rem;
    top: 1.25rem;
    right: 1.5625rem;
  }
  .cta01 .cta-line {
    background: #22ba4f;
    color: #fff;
  }
  .cta01 .cta-line::before {
    background: url(../../../../images/arrow.webp) no-repeat center/cover;
  }
  .cta01 .cta-tel {
    font-size: 2.625rem;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 1.5625rem 0 0 0;
    pointer-events: none;
  }
  .cta01 .cta-tel .small {
    font-size: 1.4375rem;
    letter-spacing: 0.08em;
  }
}
/*==============================================================================
support
============================================================================= */
@media screen and (max-width: 767px) {
  .support-bg {
    background: url(../images/support-bg.webp) no-repeat center/cover;
  }
  .support-inner {
    padding: 12.875rem 0 7.3125rem;
  }
  .support-ttl01 {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-align: center;
    background: #111111;
    color: #fff;
    padding: 0.75rem 0 0.875rem;
  }
  .support-ttl01 .small {
    font-size: 1.875rem;
  }
  .support-ttl01 .mid {
    font-size: 2.3125rem;
  }
  .support-img01 {
    width: 43.125rem;
    margin: 3.125rem auto 0;
  }
  .support-txt01 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.45;
    margin: 2.4375rem auto 0;
  }
  .support-txt01 .red {
    color: #d12732;
    font-size: 2.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .support-bg {
    background: url(../images/support-bg_pc.webp) no-repeat center/cover;
  }
  .support-inner {
    width: 62.5rem;
    padding: 6.625rem 0 5.0625rem;
  }
  .support-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    background: #111111;
    color: #fff;
    padding: 0.875rem 0;
  }
  .support-img01 {
    width: 62.5rem;
    margin: 2.1875rem auto 0;
  }
  .support-txt01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.78;
    margin: 2.75rem 1rem 0 auto;
  }
  .support-txt01 .red {
    color: #d12732;
  }
}
/*==============================================================================
intro
============================================================================= */
@media screen and (max-width: 767px) {
  .intro-bg {
    background: #fff;
  }
  .intro-inner {
    padding: 3.5625rem 0 7.375rem 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.4375rem 2.1875rem 4.1875rem 2.1875rem;
  }
  .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: -1.3%;
    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: #fff;
  }
  .intro-inner {
    padding: 5.625rem 0 4.6875rem 0;
    width: 65rem;
    margin: 0 auto;
  }
  .intro-ttl01 {
    text-align: center;
    font-size: 2.375rem;
    letter-spacing: -0.04em;
    margin: 2.9375rem 0 3.0625rem 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: 28.8125rem;
    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: 2.5rem;
    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: 1.3125rem 1.5625rem 1.5625rem 1.75rem;
  }
  .intro-item:last-child {
    margin-left: auto;
  }
}
/*==============================================================================
reason
============================================================================= */
@media screen and (max-width: 767px) {
  .reason-bg {
    background: url(../images/reason-bg.webp) no-repeat top center/cover;
  }
  .reason-inner {
    padding: 9rem 0 8.5rem 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: 3.875rem 0 8.1875rem 0;
  }
  .reason-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.12em;
    line-height: 1.64;
    text-align: center;
    width: 43.125rem;
    margin: 0 auto;
  }
  .reason-txt01:last-child {
    margin: 1.75rem 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.9375rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 6.1875rem 0 2.9375rem 0;
    line-height: 1.25;
  }
  .reason01-ttl01 .big {
    font-size: 2.8325rem;
    display: inline-block;
    margin-top: 0.75rem;
  }
  .reason01-inner {
    padding: 1.75rem 0 6.3125rem 0;
  }
  .reason01-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.64;
    font-weight: 400;
  }
  .reason01-txt01:nth-of-type(2) {
    margin: 1.6875rem 0 0 0;
  }
  .reason01-wrap {
    margin: 3.5625rem 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.23;
  }
  .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: 2.1875rem 1.875rem 3.4375rem 1.875rem;
    position: relative;
  }
  .reason01-wrap-human01 {
    width: 12.8125rem;
    position: absolute;
    top: -4.375rem;
    right: 0.3125rem;
  }
  .reason01-list {
    margin: 3.5625rem 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: 1.4375rem;
    padding: 2.625rem 0 1.5625rem 0;
    border-bottom: 0.125rem dashed #111;
    width: 38.125rem;
    margin: 0 auto;
  }
  .reason01-item-num {
    font-size: 3.25rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: url(../images/reason01-bg02.webp) no-repeat center/cover;
    width: 7.5rem;
    height: 7.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.8125rem 0 0 0;
    margin-left: 0.8125rem;
  }
  .reason01-item-num .big {
    font-size: 2.8125rem;
  }
  .reason01-item-txt {
    font-size: 2rem;
    color: #ce2631;
    letter-spacing: 0.18em;
    line-height: 1.53;
  }
  .reason01-item-txt .big {
    font-size: 2.1875rem;
    line-height: 1.4;
  }
  .reason01-item:first-child {
    padding: 0 0 0.9375rem 0;
  }
  .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-bg {
    background: #fff;
    position: relative;
    padding: 10rem 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.875rem;
    letter-spacing: 0.14em;
    line-height: 1.32;
    font-style: italic;
    padding: 6.75rem 0 1.875rem 0;
  }
  .reason02-inner {
    padding: 1.625rem 0 9.8125rem 0;
  }
  .reason02-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.71;
    font-weight: 400;
  }
  .reason02-txt01.small {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
  }
  .reason02-txt01:nth-of-type(2) {
    margin: 0.9375rem 0 0 0;
  }
  .reason02-img01 {
    width: 43.125rem;
    margin: 2.0625rem auto 0;
  }
  .reason02-wrap03 {
    margin: 5.625rem 0 0 0;
  }
  .reason02-wrap03-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.5;
  }
  .reason02-wrap03-ttl01 .big {
    font-size: 3.625rem;
    letter-spacing: 0;
  }
  .reason02-slider {
    position: relative;
    width: 100%;
    margin: 1.9375rem 0 0 0;
  }
  .reason02 .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;
  }
  .reason02 .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;
  }
  .reason02 .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;
  }
  .reason02 .swiper-container03 .swiper-slide-ttl01::before {
    content: "";
    position: absolute;
    width: 43.125rem;
    height: 0.0625rem;
    background: #c6232d;
    bottom: 0;
    right: -1.875rem;
  }
  .reason02 .swiper-container03 .swiper-slide-txt01 {
    font-size: 1.875rem;
    margin: 2rem 0 0 0;
  }
  .reason02 .swiper-container03 .swiper-slide-txt01 .big {
    font-size: 2.375rem;
  }
  .reason02 .swiper-container03 .swiper-slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    margin: 1.5625rem 0 0 0;
  }
  .reason02 .swiper-container03 .swiper-slide-item {
    font-size: 1.75rem;
    background: url(../images/reason02-bg02.webp) no-repeat center/cover;
    color: #fff;
    padding: 0.875rem 0.625rem 0.875rem;
    border-radius: 1.875rem;
  }
  .reason02 .swiper-container03 .swiper-slide-item .small {
    font-size: 1.5rem;
  }
  .reason02 .swiper-container03 .swiper-slide-wrap {
    background: #ededed;
    padding: 1.375rem 1.5625rem 2rem;
    position: relative;
    margin: 1.875rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 39.375rem;
    height: 26.8125rem;
  }
  .reason02 .swiper-container03 .swiper-slide-wrap-txt01 {
    font-size: 2rem;
    color: #ce2631;
    line-height: 1.18;
    padding: 0 0 0.8125rem;
  }
  .reason02 .swiper-container03 .swiper-slide-wrap-txt02 {
    font-size: 1.65rem;
    letter-spacing: 0.02em;
    line-height: 1.69;
    border-top: 0.1875rem #fff solid;
    padding: 0.875rem 0 0 0;
  }
  .reason02 .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;
  }
  .reason02 .swiper-container03 .swiper-slide-wrap-img01 {
    width: 7.5rem;
    position: absolute;
    top: -0.9375rem;
    right: 2.5rem;
  }
  .reason02 .swiper-container03 .swiper-slide-wrap-img02 {
    width: 10.25rem;
    position: absolute;
    top: -1.1875rem;
    right: 1.8125rem;
  }
  .reason02 {
    /* ページネーション */
  }
  .reason02 .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;
  }
  .reason02 {
    /* 前へ次への矢印リセット */
  }
  .reason02 .swiper-button-prev::after,
  .reason02 .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);
  }
  .reason02 .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);
  }
  .reason02 .swiper-reason02-button-next01 {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    background: #555555;
    opacity: 1;
    top: 48.7%;
    right: -3%;
  }
  .reason02 .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem 0;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .reason02 .swiper-pagination-bullet-active {
    background-color: #ce2631;
  }
  .reason02 .swiper-autoheight, .reason02 .swiper-autoheight .swiper-slide {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .reason02 .swiper-slide a {
    color: inherit;
  }
  .reason03-bg {
    background: #fff;
    position: relative;
    padding: 10rem 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.9375rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 7.4375rem 0 3.6875rem 0;
    line-height: 1.23;
  }
  .reason03-ttl01 .small {
    font-size: 2.1875rem;
  }
  .reason03-inner {
    padding: 1.75rem 0 6.25rem 0;
  }
  .reason03-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.51;
    font-weight: 400;
  }
  .reason03-note01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    margin: 1.25rem 0 0 0;
  }
  .reason03-img01 {
    width: 44.625rem;
    margin: 0 auto;
    position: relative;
    right: -3.125rem;
  }
  .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.2425rem;
    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: 1.625rem 0 12.0625rem 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: 18.75rem;
    right: -1.875rem;
  }
  .reason04-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
  }
  .reason04-txt01 .small {
    font-size: 1.5625rem;
  }
  .reason04-txt01:nth-of-type(2) {
    margin: 1.0625rem 0 0 0;
    line-height: 1.51;
  }
  .reason04-right {
    position: relative;
  }
  .reason04-ttl02 {
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.12em;
    position: relative;
    z-index: 10;
    margin: 4rem 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;
  }
  .reason-inner {
    padding: 4.625rem 0 4.9375rem 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.25rem;
  }
  .reason-bg02 {
    background: #fff;
  }
  .reason-inner02 {
    padding: 3.1875rem 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.9375rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 0.9375rem 0 1.25rem 0;
    line-height: 1.4;
    width: 56.5625rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reason01-inner {
    padding: 2rem 0 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.25rem 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: 1rem 1.875rem 1.1875rem 1.875rem;
    position: relative;
  }
  .reason01-wrap-human01 {
    width: 13.0625rem;
    position: absolute;
    bottom: 0rem;
    right: 1.875rem;
  }
  .reason01-list {
    margin: 1.6875rem 0 0 0;
  }
  .reason01-item {
    width: 43.75rem;
    margin: 0 0 0 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding: 0.375rem 0 0.3125rem 0;
    position: relative;
    z-index: 1;
  }
  .reason01-item-num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 2.25rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: url(../images/reason01-bg02.webp) no-repeat center/cover;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.625rem 0 0 0;
    margin-top: -0.9375rem;
  }
  .reason01-item-txt {
    font-size: 1.5rem;
    color: #ce2631;
    letter-spacing: 0.18em;
    width: 100%;
    border-bottom: 0.0625rem dashed #111;
    padding: 1.3125rem 0 2.125rem;
  }
  .reason01-item:last-child .reason01-item-txt {
    border-bottom: none;
  }
  .reason02-bg {
    background: #fff;
    position: relative;
    padding: 6.875rem 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: 2rem;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 1.875rem 0;
    line-height: 1.35;
    width: 56.5625rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reason02-ttl01 .big {
    font-size: 2.375rem;
  }
  .reason02-inner {
    padding: 2rem 0 6.6875rem 0;
    width: 62.5rem;
  }
  .reason02-img01 {
    width: 53.125rem;
    margin: 2.6875rem auto 0;
  }
  .reason02-txt01 {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
  }
  .reason02-txt01:nth-of-type(2) {
    margin: 0.875rem 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-wrap03 {
    margin: 5.1875rem 0 0 0;
  }
  .reason02-wrap03-ttl01 {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.74;
  }
  .reason02-wrap03-ttl01 .big {
    font-size: 2.375rem;
    letter-spacing: 0;
  }
  .reason02-slider {
    position: relative;
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .reason02 .swiper-container03 {
    border-radius: 0.625rem;
    width: 53.775rem;
    margin: 0 auto;
    padding: 1.25rem 0.9375rem;
    overflow: hidden;
  }
  .reason02 .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);
  }
  .reason02 .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;
  }
  .reason02 .swiper-container03 .swiper-slide-ttl01::before {
    content: "";
    position: absolute;
    width: 24.5625rem;
    height: 0.0625rem;
    background: #c6232d;
    bottom: 0;
    right: -1.125rem;
  }
  .reason02 .swiper-container03 .swiper-slide-txt01 {
    font-size: 1.0625rem;
    margin: 1.0625rem 0 0 0;
  }
  .reason02 .swiper-container03 .swiper-slide-txt01 .big {
    font-size: 1.35rem;
  }
  .reason02 .swiper-container03 .swiper-slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    margin: 0.9375rem 0 0 0;
  }
  .reason02 .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;
  }
  .reason02 .swiper-container03 .swiper-slide-item .small {
    font-size: 0.8125rem;
  }
  .reason02 .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;
  }
  .reason02 .swiper-container03 .swiper-slide-wrap-txt01 {
    font-size: 1.1375rem;
    color: #ce2631;
    line-height: 1.18;
    padding: 0 0 0.4375rem;
  }
  .reason02 .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;
  }
  .reason02 .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;
  }
  .reason02 .swiper-container03 .swiper-slide-wrap-img01 {
    width: 4.375rem;
    position: absolute;
    top: -0.6875rem;
    right: 2.5rem;
  }
  .reason02 .swiper-container03 .swiper-slide-wrap-img02 {
    width: 5.75rem;
    position: absolute;
    top: -0.75rem;
    right: 0.875rem;
  }
  .reason03-bg {
    background: #fff;
    position: relative;
    padding: 6.5rem 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: 2rem;
    line-height: 1.25;
    letter-spacing: 0.14em;
    font-style: italic;
    padding: 0.75rem 0;
    width: 56.5625rem;
    height: 7.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reason03-ttl01 .small {
    font-size: 1.5rem;
  }
  .reason03-inner {
    padding: 0 0 2.5rem 0;
    width: 62.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.0625rem;
  }
  .reason03-txt01 {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.71;
    font-weight: 400;
    margin: 4.6875rem 0 0 0;
  }
  .reason03-img01 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30.3125rem;
  }
  .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.1875rem 0 1.25rem 0;
    line-height: 1.35;
    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;
  }
  .reason04-inner {
    padding: 1.3125rem 0 5.3125rem 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: 1.9375rem 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;
  }
}
/*==============================================================================
consult
============================================================================= */
@media screen and (max-width: 767px) {
  .consult-bg {
    background: #fff;
  }
  .consult-inner {
    padding: 6.25rem 0 11rem 0;
    position: relative;
  }
  .consult-ttl01 {
    background: url(../images/consult-bg01.webp) no-repeat center/cover;
    padding: 3.875rem 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 5.9375rem 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: 3.75rem;
    right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .consult-bg {
    background: #fff;
  }
  .consult-inner {
    padding: 6.0625rem 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.8125rem 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.625rem 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.0625rem 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 bottom center/cover;
  }
  .step-inner {
    padding: 0.9375rem 0 4.75rem;
  }
  .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.5rem 0 7.4375rem;
    width: 62.5rem;
  }
  .step-head {
    background: url(../images/step-bg02_pc.webp) no-repeat bottom 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.1875rem 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.875rem 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;
  }
  .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.1875rem;
  }
  .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.125rem;
    border-bottom: #111 solid 0.125rem;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
  }
  .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;
  }
}

/*==============================================================================
Fixed
============================================================================= */
.header, #bread_crumb, .footer-menu {
  font-family: "Noto Serif JP", serif;
}
#recent_service {
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#recent_service a:hover {
  opacity: 1;
}
#recent_service h3, #recent_service h4, #footer_box_content h3 {
    font-weight: 600;
}