@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: #333333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
}

.yumin {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

/*==============================================================================
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: 44.375rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  .header-bg {
    background: #fff;
    padding: 1rem 0;
  }
  .header-left {
    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;
  }
  .header-logo {
    width: 18.4375rem;
    margin-left: 1.5625rem;
  }
  .header-txt {
    font-size: 1.625rem;
    letter-spacing: -0.03em;
    line-height: 1.34;
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .header-bg {
    background: #fff;
    margin-bottom: -0.1875rem;
  }
  .header-bg.confirm, .header-bg.thanks {
    background: #fff;
    padding: 0.625rem 0;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 68.75rem;
    margin: 0 auto;
  }
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.25rem;
  }
  .header-logo {
    width: 14.625rem;
  }
  .header-txt {
    font-size: 1rem;
    letter-spacing: -0.03em;
    margin-top: 0.375rem;
  }
  .header-btn {
    width: 21.875rem;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 767px) {
  .fv-bg {
    background: #fff;
  }
  .fv-img01 {
    width: 100%;
  }
  .fv-img02 {
    width: 42.8125rem;
    margin: 6.125rem auto 0;
  }
  .fv-slider-box {
    position: relative;
    background: #e5e5e5;
    padding: 1.875rem 0 3.4375rem;
  }
  .fv-slider-box-inner {
    position: relative;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }
  .fv .swiper-pagination02 {
    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.5625rem;
    gap: 0 0.9375rem;
    z-index: 0;
  }
  .fv .swiper-button-prev::after,
  .fv .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .fv .fv-slider-box-inner .swiper-button-prev02 {
    position: absolute;
    background: url(../images/fv-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 1.3125rem;
    height: 1.125rem;
    opacity: 1;
    top: auto;
    bottom: -3.4375rem;
    left: 6.5rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .fv .fv-slider-box-inner .swiper-button-next02 {
    position: absolute;
    background: url(../images/fv-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 1.3125rem;
    height: 1.125rem;
    opacity: 1;
    top: auto;
    bottom: -3.4375rem;
    right: 6.5rem;
  }
  .fv .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    opacity: 1;
  }
  .fv .swiper-pagination-bullet-active {
    background-color: #073b68;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    background: url(../images/fv-bg_pc.webp) no-repeat top center/cover;
    padding: 2.5rem 0 0;
  }
  .fv-inner {
    width: 68.75rem;
    margin: 0 auto;
  }
  .fv-img01 {
    width: 68.4375rem;
    margin-bottom: -0.125rem;
  }
  .fv-slider {
    width: 125rem;
    margin: 0 auto;
    height: 10rem;
    padding-bottom: 2.2rem;
  }
  .fv .swiper-wrapper {
    width: 125rem;
    margin: 0 auto;
  }
  .fv-img02 {
    width: 25.625rem;
    margin: 1.8125rem auto 0;
  }
  .fv-slider-box {
    position: relative;
    background: #e2e2e2;
    padding: 1.8125rem 0 1.25rem;
  }
  .fv-slider-box-inner {
    position: relative;
    width: 100%;
    max-width: 68.75rem;
    margin: 0 auto;
  }
  .swiper-pagination02 {
    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: 13%;
    gap: 0 0.9375rem;
    z-index: 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .fv-slider-box-inner .swiper-button-prev02 {
    position: absolute;
    background: url(../images/fv-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 1.125rem;
    height: 0.9375rem;
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 23.125rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .fv-slider-box-inner .swiper-button-next02 {
    position: absolute;
    background: url(../images/fv-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 1.125rem;
    height: 0.9375rem;
    opacity: 1;
    top: auto;
    bottom: 0;
    right: 23.125rem;
  }
  .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.8125rem;
    height: 0.8125rem;
    background-color: #fff;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: #073b68;
  }
}
@media screen and (min-width: 2001px) {
  .fv-bg {
    background: url(../images/fv-bg_pc.webp) no-repeat top center/2000px auto;
    padding: 1.125rem 0 0;
  }
  .fv .fv-slider-box-inner {
    width: 125rem;
    margin: 0 auto;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 767px) {
  .cta-bg {
    background: url(../images/cta-bg_sp.webp) no-repeat top center/cover;
    margin-top: -0.1875rem;
  }
  .cta-bg01 {
    padding: 5.0625rem 0 5.9375rem;
  }
  .cta-bg02 {
    padding: 4.875rem 0 6.0625rem;
  }
  .cta-bg03 {
    padding: 4.5rem 0 6.0625rem;
  }
  .cta-inner {
    width: 44.375rem;
    margin: 0 auto;
    position: relative;
  }
  .cta-ttl01 {
    font-size: 3.375rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #012443;
    font-weight: bold;
    font-style: italic;
  }
  .cta-ttl01 .mid {
    font-size: 3.375rem;
  }
  .cta-ttl01 .big {
    font-size: 3.75rem;
  }
  .cta-ttl01.diff {
    line-height: 1.3;
  }
  .cta-ttl01.diff .small {
    font-size: 2.5rem;
  }
  .cta-border {
    width: 44.375rem;
    margin: 0.1875rem auto 0;
  }
  .cta-txt01 {
    font-size: 2.5rem;
    letter-spacing: -0.03em;
    line-height: 1.4;
    text-align: center;
    color: #012443;
    font-weight: bold;
    font-style: italic;
    margin: 1.875rem auto 0;
  }
  .cta-txt01.diff {
    font-size: 2.25rem;
    line-height: 1.44;
    margin: 2.0625rem auto 0;
  }
  .cta-form {
    margin: 1.75rem auto 0;
  }
  .cta-form.diff {
    margin: 2.3125rem auto 0;
  }
  .cta-ttl {
    width: 27.3125rem;
    margin: 2.375rem auto 0;
  }
  .cta-tel {
    margin: 0.375rem auto 0;
  }
  .cta-time {
    font-size: 1.625rem;
    color: #fff;
    text-align: center;
    margin: 1.0625rem auto 0;
  }
  .cta-txt02 {
    width: 42.375rem;
    margin: 3.125rem auto 0;
  }
  .cta-free {
    width: 40.75rem;
    margin: 3.0625rem auto -1.75rem;
  }
  .cta-attention {
    margin-top: 0.3125rem;
    color: #fff;
    text-align: center;
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .fv-cta__buttons {
    margin-top: 3rem;
  }
  .fv-cta__buttons .cta-form {
    width: 44.375rem;
    margin: 0 auto 2.375rem;
  }
  .fv-cta__tel-head {
    width: 27.5rem;
    margin: 0 auto 1.25rem;
  }
  .fv-cta__tel-btn {
    width: 44.375rem;
    margin: 0 auto 1.6875rem;
  }
  .fv-cta__tel-txt, .fv-cta__tel-attention {
    color: #fff;
    text-align: center;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .cta-bg {
    background: url(../images/cta-bg_sp.webp) no-repeat top center/cover;
    margin-top: -0.1875rem;
  }
  .cta-head {
    background: url(../images/cta-head-bg.webp) no-repeat top center/cover;
    padding: 2.0625rem 0 1.6875rem;
  }
  .cta-head02 {
    padding: 1.8125rem 0 1.75rem;
  }
  .cta-btm {
    background: url(../images/cta-btm-bg.webp) no-repeat top center/cover;
    padding: 2rem 0 1.9375rem;
  }
  .cta-btm-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .cta-ttl01 {
    font-size: 2.5rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #012443;
    font-weight: bold;
    font-style: italic;
  }
  .cta-ttl01 .mid {
    font-size: 2.5rem;
  }
  .cta-ttl01 .big {
    font-size: 2.875rem;
  }
  .cta-ttl01.diff {
    line-height: 1.3;
  }
  .cta-ttl01.diff .small {
    font-size: 1.875rem;
  }
  .cta-border {
    width: 44.375rem;
    margin: 0.0625rem auto 0;
  }
  .cta-txt01 {
    font-size: 1.75rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #012443;
    font-weight: bold;
    font-style: italic;
    margin: 0.875rem auto 0;
  }
  .cta-txt01.diff {
    font-size: 1.4375rem;
    letter-spacing: -0.03em;
    margin: 1.3125rem auto 0;
  }
  .cta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 3.125rem;
  }
  .cta-form {
    width: 45rem;
    margin: 1.25rem auto 0;
  }
  .cta-form.diff {
    margin: 2.3125rem auto 0;
  }
  .cta-ttl {
    width: 19.25rem;
  }
  .cta-tel {
    width: 21.4375rem;
  }
  .cta-time {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    margin-top: 0.625rem;
  }
  .cta-txt02 {
    width: 42.375rem;
    margin: 1.25rem auto 0;
  }
  .cta-free {
    position: relative;
    z-index: 10;
    width: 32.125rem;
    margin: 1.75rem auto -3rem;
  }
  .cta-attention {
    margin-top: 0.3125rem;
    margin-left: 1.25rem;
    color: #fff;
    font-size: 0.875rem;
  }
  .fv-cta__head {
    width: 125rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv-cta__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    margin-top: 1.8125rem;
  }
  .fv-cta__buttons .cta-form {
    width: 39.375rem;
    margin: 0;
  }
  .fv-cta__tel-head {
    width: 20.625rem;
    margin: 0 auto 0.625rem;
  }
  .fv-cta__tel-btn {
    width: 19.0625rem;
    margin: 0 auto 0.8125rem;
  }
  .fv-cta__tel-txt, .fv-cta__tel-attention {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25;
  }
}
/*==============================================================================
note
============================================================================= */
@media screen and (max-width: 767px) {
  .note-bg {
    background: url(../images/note-bg.webp) no-repeat top center/cover;
    padding: 3rem 0 0;
  }
  .note-ttl01 {
    width: 42.875rem;
  }
  .note-txt01 {
    font-size: 1.875rem;
    line-height: 1.46;
    color: #fff;
    padding: 0 1.5625rem;
    margin: 2.5rem auto 0;
  }
  .note-box {
    width: 45.625rem;
    margin: 1.1875rem 0 -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .note-bg {
    background: #002344;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 35, 68)), color-stop(50%, rgb(7, 59, 104)));
    background: linear-gradient(180deg, rgb(0, 35, 68) 0%, rgb(7, 59, 104) 50%);
    padding: 4.875rem 0 0;
  }
  .note-inner {
    width: 62.5rem;
    margin: 0 auto;
  }
  .note-ttl01 {
    width: 59.0625rem;
    margin-left: 1.875rem;
  }
  .note-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.9375rem;
  }
  .note-txt01 {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #fff;
  }
  .note-img01 {
    width: 31.25rem;
    margin-top: 0.625rem;
  }
  .note-box {
    width: 62.5rem;
    margin: 2.5rem auto -1.25rem;
    position: relative;
  }
  .note-box::before {
    content: "";
    width: 14.875rem;
    height: 14.875rem;
    position: absolute;
    top: 0;
    right: -3.125rem;
    background: url(../images/note-box-deco.webp) no-repeat center/contain;
  }
}
/*==============================================================================
negotiate
============================================================================= */
@media screen and (max-width: 767px) {
  .negotiate-bg {
    padding: 4.375rem 0 4.8125rem;
    background: #eaeef1;
  }
  .negotiate-ttl {
    width: 42.3125rem;
    margin: 0 auto 2.8125rem;
  }
  .negotiate-body {
    margin: 0 auto 2.5rem;
    width: 44.375rem;
  }
  .negotiate-btm {
    background: #fff;
    border-radius: 1.875rem;
  }
  .negotiate-btm__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
    padding: 1.875rem 1.875rem 3.125rem;
    position: relative;
    z-index: 2;
  }
  .negotiate-btm__item {
    width: 100%;
    padding: 1.5625rem 0;
    background: #f0f0f0;
    border-radius: 100vmax;
    text-align: center;
  }
  .negotiate-btm__item p {
    font-size: 1.875rem;
  }
  .negotiate-btm__item .bold {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .negotiate-bg {
    padding: 4.0625rem 0 6.25rem;
    background: #eaeef1;
  }
  .negotiate-ttl {
    width: 60rem;
    margin: 0 auto 2.6875rem;
  }
  .negotiate-body {
    width: 53.75rem;
    margin: 0 auto 3.75rem;
  }
  .negotiate-btm {
    padding: 3rem 2rem 2.5rem;
    position: relative;
    background: #fff;
    border-radius: 1.875rem;
  }
  .negotiate-btm::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1.3125rem;
    width: 18.75rem;
    height: 15.625rem;
    background: url(../images/negotiate-btm-bg.webp) no-repeat top center/contain;
  }
  .negotiate-btm__ttl {
    width: 46.875rem;
    margin: 0 auto 2.5rem 0;
    position: relative;
    z-index: 2;
  }
  .negotiate-btm__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.625rem 1.25rem;
    position: relative;
    z-index: 2;
  }
  .negotiate-btm__item {
    width: 28.125rem;
    padding: 1.125rem 0;
    background: #f0f0f0;
    border-radius: 100vmax;
    text-align: center;
  }
  .negotiate-btm__item.wide {
    width: 100%;
  }
  .negotiate-btm__item p {
    font-size: 1.25rem;
  }
  .negotiate-btm__item .bold {
    font-weight: 700;
  }
}
/*==============================================================================
case
============================================================================= */
@media screen and (max-width: 767px) {
  .case-bg {
    background: url(../images/case-bg.webp) no-repeat top center/cover;
    padding: 3.875rem 0 9.0625rem;
  }
  .case-ttl01 {
    width: 42.5rem;
    margin: 0 auto;
  }
  .case-container {
    position: relative;
  }
  .case-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.0625rem 0.3125rem;
    margin: 2.25rem auto 0;
  }
  .case-tab {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .case .swiper-container01 {
    margin: 0 auto;
  }
  .case-slide-inner {
    background: #fff;
    border-radius: 0.625rem;
    margin: 3.4375rem auto 0;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(170, 169, 169, 0.5);
            box-shadow: 0 0.5rem 1rem 0 rgba(170, 169, 169, 0.5);
  }
  .case-slide-content {
    padding: 2.9375rem 2.5rem 3.75rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .case-slide-num01-box {
    background: #baa564;
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 2rem 0 2.0625rem;
  }
  .case-slide-num01 {
    width: 15.9375rem;
    margin: 0 auto;
  }
  .case-slide-num04 {
    width: 18.875rem;
    margin: 0 auto;
  }
  .case-slide-num06 {
    width: 18.875rem;
    margin: 0 auto;
  }
  .case-slide-box {
    display: contents;
  }
  .case-slide-ttl {
    font-size: 3.125rem;
    color: #073b68;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .case-slide-ttl .back {
    display: inline-block;
    padding: 0.625rem 0.9375rem;
    background: #bb0d0b;
    color: #fff;
    line-height: 1;
  }
  .case-slide-img {
    width: 36.5rem;
    margin: 4.125rem auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .case-slide-txt01 {
    font-size: 1.875rem;
    line-height: 1.46;
    color: #333;
    margin: 4.125rem auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .case-slide-txt01-band {
    display: inline-block;
    padding: 0.3125rem;
    background: #bb0d0b;
    border-radius: 0.1875rem;
    color: #fff;
    font-weight: 500;
    line-height: 1;
  }
  .case .swiper-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%;
    gap: 0 0.625rem;
    z-index: 0;
  }
  .case .swiper-button-prev::after,
  .case .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .case .swiper-button-prev01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 4.6875rem;
    height: 4.6875rem;
    opacity: 1;
    top: 42%;
    left: -1.0625rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .case .swiper-button-next01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 4.6875rem;
    height: 4.6875rem;
    opacity: 1;
    top: 42%;
    right: -1.0625rem;
  }
  .case .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: #fff;
    opacity: 1;
  }
  .case .swiper-pagination-bullet-active {
    background-color: #baa564;
  }
}
@media screen and (min-width: 768px) {
  .case-bg {
    background: url(../images/case-bg_pc.webp) no-repeat top center/cover;
    padding: 6.4375rem 0 8.4375rem;
  }
  .case-ttl01 {
    width: 62.5rem;
    margin: 0 auto;
  }
  .case-container {
    position: relative;
  }
  .case-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.0625rem 0.25rem;
    margin: 2.125rem auto 0;
  }
  .case-tab {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .case .swiper-container01 {
    margin: 0 auto;
    width: 62.5rem;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .case-slide-inner {
    background: #fff;
    border-radius: 0.625rem;
    margin: 2.25rem auto 0;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(170, 169, 169, 0.5);
            box-shadow: 0 0.5rem 1rem 0 rgba(170, 169, 169, 0.5);
  }
  .case-slide-content {
    padding: 3.125rem 2.5rem 3.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.1875rem;
  }
  .case-slide-num01-box {
    background: #baa564;
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 1rem 0;
  }
  .case-slide-num01 {
    width: 12.25rem;
    margin: 0 auto;
  }
  .case-slide-num02 {
    width: 12.5rem;
    margin: 0 auto;
  }
  .case-slide-num03 {
    width: 12.625rem;
    margin: 0 auto;
  }
  .case-slide-num04 {
    width: 14.4375rem;
    margin: 0 auto;
  }
  .case-slide-num05 {
    width: 12.5rem;
    margin: 0 auto;
  }
  .case-slide-num06 {
    width: 14.4375rem;
    margin: 0 auto;
  }
  .case-slide-num07 {
    width: 12.5rem;
    margin: 0 auto;
  }
  .case-slide-num08 {
    width: 12.5rem;
    margin: 0 auto;
  }
  .case-slide-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 26.25rem;
  }
  .case-slide-ttl {
    color: #073b68;
    font-size: 2.375rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .case-slide-ttl .back {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    background: #bb0d0b;
    color: #fff;
    line-height: 1;
  }
  .case-slide-txt01 {
    margin-top: 2.5rem;
    color: #333;
    font-size: 1.125rem;
    line-height: 1.66;
  }
  .case-slide-txt01-band {
    display: inline-block;
    padding: 0.3125rem;
    background: #bb0d0b;
    border-radius: 0.1875rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
  }
  .case .swiper-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: -5.7%;
    gap: 0 0.8125rem;
    z-index: 0;
  }
  .case .swiper-button-prev::after,
  .case .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .case .swiper-button-prev01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 4.375rem;
    height: 4.375rem;
    opacity: 1;
    top: 67%;
    left: -1.875rem;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .case .swiper-button-next01 {
    background: url(../images/case-arrow.webp) no-repeat center/cover;
    background-size: 100%;
    width: 4.375rem;
    height: 4.375rem;
    opacity: 1;
    top: 67%;
    right: -1.875rem;
  }
  .case .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    background-color: #fff;
    opacity: 1;
  }
  .case .swiper-pagination-bullet-active {
    background-color: #baa564;
  }
}
/*==============================================================================
price
============================================================================= */
@media screen and (max-width: 767px) {
  .price-bg {
    background: #fff;
    padding: 7.5rem 0 7.625rem;
  }
  .price-ttl01 {
    width: 33.3125rem;
    margin: 0 auto;
  }
  .price-txt01 {
    font-size: 2rem;
    line-height: 1.85;
    color: #333;
    margin: 1.5625rem auto 0;
    text-align: center;
  }
  .price-img01 {
    width: 44.375rem;
    margin: 2.6875rem auto 0;
  }
  .price-img02 {
    width: 44.375rem;
    margin: 1.875rem auto 0;
  }
  .price-img03 {
    width: 44.375rem;
    margin: 3.625rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .price-bg {
    background: #fff;
    padding: 7.4375rem 0 6.375rem;
  }
  .price-ttl01 {
    width: 27.75rem;
    margin: 0 auto;
  }
  .price-txt01 {
    font-size: 1.375rem;
    color: #333;
    margin: 1.8125rem auto 0;
    text-align: center;
  }
  .price-img01 {
    width: 62.5rem;
    margin: 3.6875rem auto 0;
  }
  .price-img02 {
    width: 62.5rem;
    margin: 2.375rem auto 0;
  }
  .price-img03 {
    width: 62.5rem;
    margin: 5.5625rem auto 0;
  }
}
/*==============================================================================
reason
============================================================================= */
@media screen and (max-width: 767px) {
  .reason-bg {
    background: #eaf1f7;
    padding: 7.4375rem 0 6.5625rem;
  }
  .reason-ttl01 {
    width: 32.8125rem;
    margin: 0 auto 3.625rem;
  }
  .reason-box {
    background: #fff;
    border-radius: 0.625rem;
    padding: 3.6875rem 0 4.3125rem;
    margin-bottom: 1.25rem;
  }
  .reason-box-num {
    width: 16.875rem;
    margin: 0 auto;
  }
  .reason-box-ttl {
    position: relative;
    z-index: 1;
    font-size: 3.6875rem;
    color: #073b68;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 3.125rem auto 0;
  }
  .reason-box-ttl .big {
    color: #bb0d0b;
    font-size: 3.6875rem;
  }
  .reason-box-img {
    margin: 2.8125rem auto 0;
    width: 44.375rem;
  }
  .reason-box-img.diff {
    margin: 2.8125rem auto 0;
  }
  .reason-box-free {
    width: 41rem;
    margin: 1.6875rem auto 0;
  }
  .reason-box-txt {
    font-size: 1.875rem;
    line-height: 1.46;
    padding: 3.125rem 2.8125rem 0;
  }
  .reason-box-txt small {
    display: block;
    margin-top: 1.75rem;
    text-align: right;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .reason-bg {
    background: #eaf1f7;
    padding: 7.5rem 0 7.6875rem;
  }
  .reason-ttl01 {
    width: 45.6875rem;
    margin: 0 auto;
  }
  .reason-item01 {
    width: 23.125rem;
    position: absolute;
    top: -8.75rem;
    right: -6.5625rem;
  }
  .reason-box {
    background: #fff;
    border-radius: 0.625rem;
    padding: 3.125rem 0 2.375rem;
    margin-top: 2.5rem;
  }
  .reason-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 2.5rem;
    margin: 1.875rem auto 0;
  }
  .reason-box-num {
    width: 12.25rem;
    margin: 0 auto;
  }
  .reason-box-ttl {
    position: relative;
    z-index: 1;
    font-size: 3.125rem;
    font-weight: bold;
    text-align: center;
    margin: 1.0625rem auto 0;
    color: #073b68;
    line-height: 1.44;
  }
  .reason-box-ttl .big {
    color: #bb0d0b;
    font-size: 3.125rem;
  }
  .reason-box-img {
    width: 31.25rem;
  }
  .reason-box-txt {
    font-size: 1.125rem;
    line-height: 1.88;
    width: 25rem;
  }
  .reason-box-txt small {
    display: block;
    margin-top: 1.5em;
    text-align: left;
    font-size: 0.875rem;
  }
  .reason-box-free {
    width: 40.4375rem;
    margin: 1.875rem auto;
  }
  .reason-box01 {
    margin-top: 3.5rem;
  }
}
/*==============================================================================
consult
============================================================================= */
@media screen and (max-width: 767px) {
  .consult-bg {
    background: url(../images/consult-bg.webp) no-repeat top center/cover;
    padding: 3.5625rem 0 6.625rem;
  }
  .consult-ttl01 {
    width: 37.125rem;
    margin: 0 auto;
  }
  .consult-txt {
    font-size: 1.875rem;
    line-height: 1.75;
    color: #fff;
    margin: 3.125rem auto 0;
    text-align: center;
  }
  .consult-txt .big {
    font-size: 2.125rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .consult-bg {
    background: url(../images/consult-bg_pc.webp) no-repeat top center/cover;
    padding: 3.875rem 0 4.3125rem;
  }
  .consult-ttl01 {
    width: 55.8125rem;
    margin: 0 auto;
  }
  .consult-txt {
    font-size: 1.25rem;
    line-height: 1.75;
    color: #fff;
    margin: 1.875rem auto 0;
    text-align: center;
  }
  .consult-txt .big {
    font-size: 1.875rem;
    font-weight: bold;
  }
}
/*==============================================================================
flow
============================================================================= */
@media screen and (max-width: 767px) {
  .flow-bg {
    background: url(../images/flow-bg.webp) no-repeat top center/cover;
    padding: 6.25rem 0 7.4375rem;
  }
  .flow-ttl01 {
    width: 21.875rem;
    margin: 0 auto;
  }
  .flow-list {
    margin: 3.625rem auto 0;
    background: #fff;
  }
  .flow-item {
    position: relative;
    padding: 2.75rem 2.5rem 4.375rem;
  }
  .flow-item::before {
    content: "";
    position: absolute;
    bottom: -2.1875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/flow-triangle.webp) no-repeat top center/cover;
    width: 44.375rem;
    height: 5.5625rem;
  }
  .flow-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 1.875rem;
    border-bottom: 1px solid #003563;
    padding-bottom: 1.3125rem;
  }
  .flow-item-step01 {
    width: 6.9375rem;
    margin-top: 0.9375rem;
  }
  .flow-item-step02 {
    width: 7.125rem;
  }
  .flow-item-step03 {
    width: 7.1875rem;
  }
  .flow-item-ttl {
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    color: #003563;
    font-weight: bold;
    line-height: 1.25;
  }
  .flow-item-ttl .small {
    font-size: 2.25rem;
    letter-spacing: 0;
  }
  .flow-item-ttl02 {
    font-size: 2.125rem;
    letter-spacing: 0.02em;
    line-height: 1.47;
    font-weight: bold;
    margin-top: 0.5625rem;
  }
  .flow-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.875rem auto 0;
  }
  .flow-item-txt {
    font-size: 1.75rem;
    line-height: 1.5;
    width: 22.8125rem;
  }
  .flow-item-txt.diff {
    width: 100%;
    margin-top: 1.0625rem;
  }
  .flow-item-img {
    width: 15.625rem;
    margin-top: 0.625rem;
  }
  .flow-item:nth-of-type(2) {
    padding: 2.6875rem 2.5rem 4rem;
  }
  .flow-item:nth-of-type(3)::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .flow-bg {
    background: url(../images/flow-bg_pc.webp) no-repeat top center/cover;
    padding: 5.625rem 0 7.5625rem;
  }
  .flow-ttl01 {
    width: 44.375rem;
    margin: 0 auto;
  }
  .flow-list {
    margin: 2.375rem auto 0;
    background: #fff;
  }
  .flow-item {
    position: relative;
    padding: 3.75rem 2.5rem 4.5rem;
    margin: -0.875rem auto 0;
  }
  .flow-item::before {
    content: "";
    position: absolute;
    bottom: -2.1875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/flow-triangle_pc.webp) no-repeat top center/cover;
    width: 62.5rem;
    height: 4.125rem;
  }
  .flow-item-inner {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 18.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .flow-item-head {
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0 0.9375rem;
    width: 39.375rem;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-top: 0.3125rem;
  }
  .flow-item-step01 {
    width: 5.625rem;
  }
  .flow-item-step02 {
    width: 5.9375rem;
  }
  .flow-item-step03 {
    width: 6rem;
  }
  .flow-item-ttl {
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    color: #003563;
    font-weight: bold;
  }
  .flow-item-content {
    grid-column: 1;
    display: contents;
  }
  .flow-item-img {
    grid-column: 2;
    grid-row: 1/span 2;
    width: 15.625rem;
    align-self: start;
  }
  .flow-item-txt {
    grid-column: 1;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
    margin-top: 0.6875rem;
  }
  .flow-item-txt.diff {
    margin-top: -3.0625rem;
  }
  .flow-item-ttl02 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: -1.625rem;
  }
  .flow-item-box {
    background: #eaf1f7;
    margin-top: 1.75rem;
    padding: 1.8125rem 2.5rem 1.875rem;
    border-radius: 0.625rem;
  }
  .flow-item-note {
    font-size: 1rem;
    letter-spacing: 0.02em;
    margin-top: 1.1875rem;
    text-align: center;
  }
  .flow-item:first-child {
    margin: 0 auto;
  }
  .flow-item:nth-of-type(2) {
    padding: 3.75rem 2.5rem 4.125rem;
  }
  .flow-item:last-child {
    padding: 3.75rem 2.5rem 3.6875rem;
  }
  .flow-item:last-child::before {
    display: none;
  }
  .flow-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 1.25rem;
  }
  .flow-dl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 0.3125rem;
  }
  .flow-dl dt {
    background: #003563;
    border-radius: 100vmax;
    width: 8.125rem;
    padding: 0.625rem 0;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .flow-dl dd {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    color: #003563;
  }
  .flow-dl dd .small {
    font-size: 0.875rem;
  }
}
/*==============================================================================
career
============================================================================= */
@media screen and (max-width: 767px) {
  .career-bg {
    background: url(../images/career-bg.webp) no-repeat bottom center/cover;
    padding: 3.125rem 0 25rem;
  }
  .career-ttl01 {
    width: 41.6875rem;
    margin-left: 0.9375rem;
  }
  .career-box {
    background: #fff;
    margin-top: 17.5rem;
    padding: 5.0625rem 2.5rem 1.4375rem;
  }
  .career-box-item01 {
    width: 17.25rem;
    margin: 3.4375rem auto 3.0625rem;
  }
  .career-box-txt {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 3.625rem;
    letter-spacing: -0.02em;
  }
  .career-box-txt .big {
    font-size: 1.875rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0;
  }
  .career-box-txt .bold {
    font-weight: bold;
    letter-spacing: 0;
  }
  .career-box-txt .color {
    color: #987a1c;
    font-size: 2.375rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .career-box-txt small {
    display: block;
    margin-top: 1em;
    font-size: 1.375rem;
  }
  .career-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.25rem 0;
    padding-left: 3.125rem;
  }
  .career-timeline-item {
    position: relative;
    font-size: 2.125rem;
    color: #003563;
  }
  .career-timeline-item .year {
    display: inline-block;
    width: 4.8125rem;
    margin-right: 2.5rem;
  }
  .career-timeline-item::before {
    content: "";
    position: absolute;
    top: 0.875rem;
    left: -2.1875rem;
    width: 0.75rem;
    height: 0.75rem;
    background: #003563;
    border-radius: 50%;
  }
  .career-timeline-item::after {
    content: "";
    position: absolute;
    top: 2.1875rem;
    left: -1.875rem;
    width: 0.0625rem;
    height: 2.3125rem;
    background: #003563;
    border-radius: 50%;
  }
  .career-timeline-item:last-child::after {
    display: none;
  }
  .career-ttl02 {
    position: relative;
    font-size: 2.875rem;
    text-align: center;
    color: #003563;
    font-weight: bold;
    margin-top: 8.5rem;
  }
  .career-ttl02::before {
    content: "";
    position: absolute;
    top: -2.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35rem;
    height: 6.875rem;
    background: url(../images/career-line01.webp) no-repeat center center/contain;
  }
  .career-table {
    width: 100%;
    max-width: 39.375rem;
    border-collapse: collapse;
    margin: 5rem auto 0;
  }
  .career-table th, .career-table td {
    border: 1px solid #ddd;
    padding: 0.9375rem 2.1875rem;
    vertical-align: top;
    font-size: 1.875rem;
    line-height: 1.66;
  }
  .career-table th {
    background-color: #003366;
    color: #fff;
    text-align: left;
    width: 14.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .career-table td {
    background-color: #ffffff;
    color: #003563;
  }
}
@media screen and (min-width: 768px) {
  .career-bg {
    background: url(../images/career-bg_pc.webp) no-repeat top center/cover;
    padding: 6.1875rem 0 6.0625rem;
  }
  .career-ttl01 {
    width: 42.1875rem;
  }
  .career-box {
    background: #fff;
    margin-top: 3.5rem;
    padding: 3.6875rem 2.5rem 2.8125rem;
  }
  .career-box-item01 {
    width: 17.625rem;
    margin: 2.1875rem auto 0;
  }
  .career-box-txt {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-top: 1.6875rem;
  }
  .career-box-txt .big {
    font-weight: bold;
  }
  .career-box-txt .color {
    color: #987a1c;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .career-box-txt .bold {
    font-weight: bold;
  }
  .career-box-txt .sup {
    margin-left: -0.625rem;
    color: #987a1c;
    font-size: 0.875rem;
    vertical-align: super;
  }
  .career-box-txt small {
    display: block;
    margin-top: 1em;
    font-size: 0.875rem;
  }
  .career-box-txt.diff {
    margin-top: 0;
  }
  .career-timeline {
    width: 57.8125rem;
    margin: 0 auto;
  }
  .career-ttl02 {
    position: relative;
    font-size: 2.875rem;
    text-align: center;
    color: #003563;
    font-weight: bold;
    margin-top: 8.375rem;
  }
  .career-ttl02::before {
    content: "";
    position: absolute;
    top: -2.125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35rem;
    height: 6.875rem;
    background: url(../images/career-line01.webp) no-repeat center center/contain;
  }
  .career-table {
    width: 100%;
    max-width: 37.1875rem;
    border-collapse: collapse;
    margin: 6.8125rem auto 0 0;
  }
  .career-table th, .career-table td {
    border: 1px solid #ddd;
    padding: 0.8125rem 2.1875rem;
    vertical-align: top;
    font-size: 1.25rem;
    line-height: 1.66;
  }
  .career-table th {
    background-color: #003366;
    color: #fff;
    text-align: left;
    width: 11.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .career-table td {
    background-color: #ffffff;
    color: #003563;
  }
}
@media screen and (min-width: 2001px) {
  .career-bg {
    background: url(../images/career-bg_pc.webp) no-repeat top center/2000px auto;
    margin-bottom: -0.0625rem;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 767px) {
  .faq-bg {
    background: url(../images/faq-bg.webp) no-repeat top center/cover;
    padding: 6.3125rem 0 5rem;
  }
  .faq-head {
    width: 14.5rem;
    margin: 0 auto;
  }
  .faq-ttl01 {
    font-size: 2.875rem;
    color: #003563;
    text-align: center;
    font-weight: bold;
    margin-top: 2.3125rem;
  }
  .faq-list {
    margin: 4.1875rem auto 0;
  }
  .faq-item {
    margin-bottom: 2.5rem;
  }
  .faq-question {
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 11.5rem;
    padding: 2.1875rem 5.9375rem 2.1875rem 5.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2.125rem;
    font-weight: bold;
    line-height: 1.41;
    color: #003563;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), color-stop(92%, #ffffff)) left/92% 100% no-repeat, -webkit-gradient(linear, left top, right top, from(#003563), to(#003563)) right/8% 100% no-repeat;
    background: linear-gradient(to top, #f4f4f4 0%, #ffffff 92%) left/92% 100% no-repeat, linear-gradient(to right, #003563 0%, #003563 100%) right/8% 100% no-repeat;
    -webkit-box-shadow: 0 0.375rem 0 0 rgba(141, 151, 168, 0.2);
            box-shadow: 0 0.375rem 0 0 rgba(141, 151, 168, 0.2);
  }
  .faq-question::before, .faq-question::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    background: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq-question::before {
    width: 1.875rem;
    height: 0.0625rem;
  }
  .faq-question::after {
    width: 0.0625rem;
    height: 1.875rem;
    right: 1.875rem;
  }
  .faq-question.open::after {
    display: none;
  }
  .faq-question .q {
    position: absolute;
    top: 40%;
    left: 1.5625rem;
    width: 3.125rem;
  }
  .faq-answer {
    display: none;
    position: relative;
    padding: 3.3125rem 2.5rem 4.5625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .faq-bg {
    background: url(../images/faq-bg_pc.webp) no-repeat top center/2000px auto;
    padding: 6.3125rem 0 7.5rem;
  }
  .faq-head {
    width: 12.5rem;
    margin: 0 auto;
  }
  .faq-ttl01 {
    font-size: 2.875rem;
    color: #003563;
    text-align: center;
    font-weight: bold;
    margin-top: 2.375rem;
  }
  .faq-list {
    margin: 4.3125rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
  }
  .faq-item {
    width: 30rem;
  }
  .faq-question {
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 7.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.75rem 3.125rem 1.75rem 4.0625rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.53;
    color: #003563;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), color-stop(92%, #ffffff)) left/92% 100% no-repeat, -webkit-gradient(linear, left top, right top, from(#003563), to(#003563)) right/8% 100% no-repeat;
    background: linear-gradient(to top, #f4f4f4 0%, #ffffff 92%) left/92% 100% no-repeat, linear-gradient(to right, #003563 0%, #003563 100%) right/8% 100% no-repeat;
    -webkit-box-shadow: 0 0.375rem 0 0 rgba(151, 151, 151, 0.2);
            box-shadow: 0 0.375rem 0 0 rgba(151, 151, 151, 0.2);
  }
  .faq-question::before, .faq-question::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    background: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq-question::before {
    width: 1.25rem;
    height: 0.0625rem;
  }
  .faq-question::after {
    width: 0.0625rem;
    height: 1.25rem;
    right: 1.25rem;
  }
  .faq-question.open::after {
    display: none;
  }
  .faq-question .q {
    position: absolute;
    top: 38%;
    left: 1.25rem;
    width: 2.0625rem;
  }
  .faq-answer {
    display: none;
    position: relative;
    padding: 2.375rem 1.875rem 3.3125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.77;
  }
}
/*==============================================================================
form
============================================================================= */
@media screen and (max-width: 767px) {
  .form-bg {
    background: #fff;
    padding: 0 0 5.875rem;
  }
  .form-ttl01 {
    position: relative;
    font-size: 3.75rem;
    font-weight: bold;
    color: #fff;
    background: url(../images/form-bg.webp) no-repeat center/cover;
    padding: 4.375rem 0 4.375rem 12.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-ttl01::before {
    content: "";
    position: absolute;
    top: 4.375rem;
    left: 6.875rem;
    background: url(../images/form-icon.webp) no-repeat center/cover;
    width: 5.375rem;
    height: 3.6875rem;
  }
  .form-txt01 {
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 1.66;
    text-align: center;
    margin-top: 4.5rem;
  }
  .form-txt01.confirm {
    font-size: 2.125rem;
    letter-spacing: 0.02em;
    line-height: 1.76;
    text-align: center;
    margin-top: 4.375rem;
  }
  .form-txt01.thanks {
    font-size: 2.375rem;
    letter-spacing: 0.02em;
    line-height: 1.73;
    text-align: center;
    margin-top: 5.5rem;
  }
  .form-txt02 {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.92;
    text-align: center;
    margin-top: 3.75rem;
  }
  .form-item01 {
    width: 17.5rem;
    margin: 3.9375rem auto 0;
  }
  .form-contents {
    margin-top: 4.1875rem;
    background-color: #fff;
    padding: 0 2.5rem;
  }
  .form-dl {
    margin-top: 2.3125rem;
  }
  .form-dl:first-child {
    margin-top: 0;
  }
  .form-dl-confirm {
    margin-top: 3.875rem;
  }
  .form-dl-confirm .form-dt::after {
    display: none;
  }
  .form-dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 1.875rem;
    font-weight: bold;
    color: #193750;
  }
  .form-dt .asterisk {
    display: inline-block;
    font-size: 1.875rem;
    color: #db201d;
    margin-left: 0.9375rem;
    margin-top: 0.3125rem;
  }
  .form-dt::after {
    content: "必須";
    font-size: 1.25rem;
    color: #db201d;
    font-weight: bold;
    margin-left: 0.9375rem;
  }
  .form-dt-optional::after {
    content: "任意";
    background-color: #999;
  }
  .form-dd {
    width: 100%;
    margin-top: 1.0625rem;
    position: relative;
    font-size: 2.125rem;
  }
  .form-dl-confirm .form-dd {
    font-size: 2.125rem;
    line-height: 1.58;
    margin-top: 0.875rem;
  }
  .form-dd input, .form-dd textarea {
    width: 100%;
    height: 5.0625rem;
    border-radius: 0.3125rem;
    padding: 0 1.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2.125rem;
    border: solid 1px #1a3953;
    background-color: #fff;
  }
  .form-dd textarea {
    height: 21.875rem;
    padding: 0.625rem 1.875rem;
  }
  .form-dd input::-webkit-input-placeholder, .form-dd textarea::-webkit-input-placeholder {
    font-size: 1.875rem;
    font-weight: 500;
    color: #a6b4c1;
  }
  .form-dd input::-moz-placeholder, .form-dd textarea::-moz-placeholder {
    font-size: 1.875rem;
    font-weight: 500;
    color: #a6b4c1;
  }
  .form-dd input::-ms-input-placeholder, .form-dd textarea::-ms-input-placeholder {
    font-size: 1.875rem;
    font-weight: 500;
    color: #a6b4c1;
  }
  .form-dd input::placeholder, .form-dd textarea::placeholder {
    font-size: 1.875rem;
    font-weight: 500;
    color: #a6b4c1;
  }
  .form-dd input.error, .form-dd textarea.error, .form-checkbox.error label {
    background: #ffe8e8;
  }
  .form .errmsg-box {
    margin: 0.3125rem 0 1.875rem;
    padding: 0.3125rem;
    color: #cb1d46;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: normal;
    background: #ffe8f7;
  }
  .form-table .error-msg-balloon {
    position: relative;
    margin: 0.625rem 0 0 1.875rem;
    padding: 0.625rem 0.9375rem;
    background: #e11d1d;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 0.3125rem;
  }
  .form-table .error-msg-balloon span:before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 0.1rem;
    border-style: solid;
    border-color: #e11d1d transparent transparent transparent;
  }
  .form-policy {
    background-color: #f2f2f2;
    padding: 1.3125rem 2.5rem 0.9375rem;
    margin: 1.5625rem auto 0;
    border-radius: 0.3125rem;
    max-height: 15rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
  }
  .form-policy-ttl {
    font-size: 1.75rem;
    text-align: center;
  }
  .form-policy-txt {
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    line-height: 1.36;
    margin-top: 0.875rem;
  }
  .form button {
    border: none;
    background: none;
    padding: 0;
  }
  .form-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 1.875rem auto 0;
    width: 39.75rem;
    cursor: pointer;
  }
  .form-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 1.25rem;
    margin: 3.4375rem auto 0;
  }
  .form-btn #btn-confirm:hover {
    opacity: 0.8;
  }
  .form-btn-confirm {
    width: 25rem;
    cursor: pointer;
  }
  .form-back-btn {
    width: 13.125rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .form-bg {
    background: #fff;
    padding: 0 0 6rem;
  }
  .form-ttl01 {
    position: relative;
    font-size: 2.75rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../images/form-bg_pc.webp) no-repeat center/cover;
    padding: 3rem 0 3rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-ttl01 span {
    position: relative;
    display: block;
    width: 62.5rem;
    margin: 0 auto;
  }
  .form-ttl01 span::before {
    content: "";
    position: absolute;
    top: 0rem;
    left: 16.25rem;
    background: url(../images/form-icon.webp) no-repeat center/cover;
    width: 4.0625rem;
    height: 2.875rem;
  }
  .form-txt01 {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 2.1;
    text-align: center;
    margin-top: 2.5rem;
  }
  .form-txt01.confirm {
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    line-height: 1.66;
    text-align: center;
    margin-top: 4.4375rem;
  }
  .form-txt01.thanks {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 6.3125rem;
  }
  .form-item01 {
    width: 17.5rem;
    margin: 5.1875rem auto 0;
  }
  .form-txt02 {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 2.44;
    text-align: center;
    margin: 2.625rem auto 1.875rem;
  }
  .form-contents {
    margin-top: 2.375rem;
    background-color: #fff;
  }
  .form-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.125rem 0;
    margin-top: 1rem;
  }
  .form-dl:first-child {
    margin-top: 0;
  }
  .form-dl.diff {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-dl.diff .form-dt {
    margin-top: 0.75rem;
  }
  .form-dl-confirm {
    margin-top: 1.25rem;
  }
  .form-dl-confirm .form-dt::after {
    display: none;
  }
  .form-dl-confirm .form-dd {
    font-size: 1.25rem;
    line-height: 2;
  }
  .form-dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14.375rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #193750;
  }
  .form-dt .asterisk {
    display: inline-block;
    font-size: 1.25rem;
    color: #db201d;
    margin-left: 0.625rem;
  }
  .form-dt::after {
    content: "必須";
    font-size: 0.875rem;
    color: #db201d;
    font-weight: bold;
    margin-left: 0.625rem;
  }
  .form-dt-optional::after {
    content: "任意";
    background-color: #999;
  }
  .form-dd {
    width: 39.375rem;
    position: relative;
  }
  .form-dd input, .form-dd textarea {
    width: 100%;
    height: 2.75rem;
    border-radius: 0.3125rem;
    padding: 0 1.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.125rem;
    border: solid 1px #000;
    background-color: #fff;
  }
  .form-dd textarea {
    height: 11.875rem;
    padding: 0.625rem 1.875rem;
  }
  .form-dd input::-webkit-input-placeholder, .form-dd textarea::-webkit-input-placeholder {
    font-size: 1.125rem;
    font-weight: 500;
    color: #ccc;
  }
  .form-dd input::-moz-placeholder, .form-dd textarea::-moz-placeholder {
    font-size: 1.125rem;
    font-weight: 500;
    color: #ccc;
  }
  .form-dd input::-ms-input-placeholder, .form-dd textarea::-ms-input-placeholder {
    font-size: 1.125rem;
    font-weight: 500;
    color: #ccc;
  }
  .form-dd input::placeholder, .form-dd textarea::placeholder {
    font-size: 1.125rem;
    font-weight: 500;
    color: #ccc;
  }
  .form-dd input.error, .form-dd textarea.error, .form-checkbox.error label {
    background: #ffe8e8;
  }
  .form .errmsg-box {
    margin: 0.625rem 0 1.25rem;
    padding: 0.625rem;
    color: #cb1d46;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: normal;
    background: #ffe8f7;
  }
  .form-table .error-msg-balloon {
    position: relative;
    margin: 0.625rem 0 0 0.3125rem;
    padding: 0.3125rem 0.3125rem;
    background: #e11d1d;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    border-radius: 0.3125rem;
  }
  .form-table .error-msg-balloon span:before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 0.1rem;
    border-style: solid;
    border-color: #e11d1d transparent transparent transparent;
  }
  .form-policy {
    background-color: #f2f2f2;
    padding: 1.875rem 2.8125rem 1.25rem 2.5rem;
    margin: 1.1875rem auto 0;
    border-radius: 0.3125rem;
    max-height: 13.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    width: 62.5rem;
  }
  .form-policy-ttl {
    font-size: 1.25rem;
    text-align: center;
  }
  .form-policy-txt {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.71;
    margin-top: 0.8125rem;
  }
  .form button {
    border: none;
    background: none;
  }
  .form-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 1.8125rem auto 0;
    width: 38.125rem;
    cursor: pointer;
  }
  .form-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2.5rem;
    margin: 3rem auto 0;
  }
  .form-btn #btn-confirm:hover {
    opacity: 0.8;
  }
  .form-btn-confirm {
    width: 26.875rem;
    cursor: pointer;
  }
  .form-back-btn {
    width: 19.375rem;
    cursor: pointer;
  }
}
/*==============================================================================
CV
============================================================================= */
@media screen and (max-width: 767px) {
  body#page-input {
    padding-bottom: 6.75rem;
  }
  .cv {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 0.75rem 0;
    background: #e7e7e7;
  }
  .cv-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 44.375rem;
    margin: 0 auto;
  }
  .cv-btn {
    width: 35.625rem;
  }
  .cv-tel {
    width: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  body#page-input {
    padding-bottom: 5.125rem;
  }
  .cv {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.625rem 0;
    background: #e7e7e7;
    z-index: 1000;
  }
  .cv-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.125rem;
  }
  .cv-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem 0.5625rem;
    width: 32.8125rem;
  }
  .cv-tel__btn {
    width: 15.375rem;
  }
  .cv-tel__time, .cv-tel__attention {
    color: #193851;
    font-size: 0.875rem;
    line-height: 1;
  }
  .cv-form__btn {
    width: 25rem;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    background: #193851;
    padding: 3.625rem 0;
  }
  .footer-copy {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    background: #193851;
    padding: 3.3125rem 0;
  }
  .footer-copy {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
  }
}