@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: #000000;
  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.125rem;
  }
  .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;
  }
  .header-btn {
    width: 21.875rem;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 767px) {
  .fv-bg {
    background: #fff;
  }
  .fv-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    background: url(../images/fv-bg_pc.webp) no-repeat top center/cover;
    padding: 1.1875rem 0;
  }
  .fv-inner {
    width: 68.75rem;
    margin: 0 auto;
  }
  .fv-img {
    width: 72.375rem;
    margin-left: -3.625rem;
  }
}
@media screen and (min-width: 2001px) {
  .fv-bg {
    background: url(../images/fv-bg_pc.webp) no-repeat top center/2000px auto;
    padding: 1.1875rem 0;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 767px) {
  .cta-bg {
    background: linear-gradient(245deg, #000000 20%, #003664 80%);
    padding: 4.6875rem 0 4.9375rem;
    margin-top: -0.1875rem;
  }
  .cta-inner {
    width: 44.375rem;
    margin: 0 auto;
    position: relative;
  }
  .cta-ttl01 {
    font-size: 2.75rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    line-height: 1.25;
  }
  .cta-ttl01 .mid {
    font-size: 2.875rem;
  }
  .cta-ttl01 .big {
    font-size: 3.75rem;
  }
  .cta-txt01 {
    margin: 1.1875rem auto 0;
  }
  .cta-form {
    margin: 2.9375rem auto 0;
  }
  .cta-form.diff {
    margin: 2.3125rem auto 0;
  }
  .cta-ttl {
    width: 27.3125rem;
    margin: 2.25rem auto 0;
  }
  .cta-tel {
    margin: 0.4375rem auto 0;
  }
  .cta-time {
    font-size: 1.625rem;
    color: #fff;
    text-align: center;
    margin: 1.0625rem auto 0;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .cta-bg01 {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #003664), color-stop(80%, #000000));
    background: linear-gradient(90deg, #003664 20%, #000000 80%);
    padding: 7.875rem 0 3rem;
    margin-top: -6.8125rem;
  }
  .cta-bg02 {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #003664), color-stop(80%, #000000));
    background: linear-gradient(90deg, #003664 20%, #000000 80%);
    padding: 3.0625rem 0 0;
  }
  .cta-bg03 {
    margin-top: -23rem;
    padding: 22.875rem 0 2rem;
    background: url(../images/cta-bg02.webp) no-repeat top center / cover;
  }
  .cta-ttl01 {
    font-size: 1.875rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: bold;
  }
  .cta-ttl01 .big {
    font-size: 2.75rem;
  }
  .cta-txt01 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 125rem;
    margin: 1.125rem auto 0;
  }
  .cta-form {
    position: relative;
    z-index: 1;
    width: 45rem;
    margin: 13.4375rem auto 0;
  }
  .cta-form.diff {
    margin: 1.6875rem auto 0;
  }
  .cta-box {
    position: relative;
    width: 62.5rem;
    margin: 3.625rem auto 0;
  }
  .cta-box.diff {
    position: relative;
    background: url(../images/cta-bg_pc.webp) no-repeat top center/cover;
    margin: 2.375rem auto 0;
    width: 100%;
    padding: 1.4375rem 0;
  }
  .cta-box-inner {
    position: relative;
    width: 62.5rem;
    margin: 0 auto;
  }
  .cta-ttl {
    width: 19.25rem;
    margin-left: 9.1875rem;
  }
  .cta-tel {
    position: absolute;
    top: 0.5rem;
    right: 9.375rem;
    width: 21.4375rem;
    pointer-events: none;
    cursor: default;
  }
  .cta-time {
    font-size: 0.875rem;
    color: #fff;
    margin-left: 9.625rem;        
    margin-top: 1.3rem;
    line-height: 1.3;
  }
  .cta-time.diff {
    font-size: 0.875rem;
    color: #003664;
    margin-left: 9.625rem;
    margin-top: 1.55rem;
  }
}
/*==============================================================================
note
============================================================================= */
@media screen and (max-width: 767px) {
  .note-bg {
    background: url(../images/note-bg.webp) no-repeat top center/cover;
    padding: 0.5rem 0 14.3125rem;
  }
  .note-ttl01 {
    width: 31.375rem;
  }
  .note-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem 0;
    margin: 4.625rem auto 0;
  }
  .note-item {
    background-color: #fff;
    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;
    height: 5.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .note-txt01 {
    font-size: 1.75rem;
    width: 38.75rem;
  }
  .note-txt01 span {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .note-icon {
    width: 5.9375rem;
    margin: 0 auto;
  }
  .note-icon span {
    display: block;
    margin: 0 auto;
  }
  .note-item:first-child .note-icon span {
    width: 2.875rem;
  }
  .note-item:nth-of-type(2) .note-icon span {
    width: 3.0625rem;
  }
  .note-item:nth-of-type(3) .note-icon span {
    width: 3.1875rem;
  }
  .note-item:nth-of-type(4) .note-icon span {
    width: 3.0625rem;
  }
  .note-item:nth-of-type(5) .note-icon span {
    width: 2.9375rem;
  }
  .note-item:nth-of-type(6) .note-icon span {
    width: 3.1875rem;
  }
  .note-item:nth-of-type(7) .note-icon span {
    width: 3.125rem;
  }
  .note-item:last-child .note-icon span {
    width: 3.3125rem;
  }
  .note-ttl02 {
    width: 38.4375rem;
    margin: 2.625rem auto 0;
  }
  .note-list02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.25rem;
    margin: 3.625rem auto 0;
  }
  .note-item02-txt {
    font-size: 1.625rem;
    line-height: 1.38;
    text-align: center;
    margin: 1.125rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .note-bg {
    background: url(../images/note-bg_pc.webp) no-repeat top center/cover;
    padding: 4rem 0 10.375rem;
  }
  .note-ttl01 {
    width: 51.5625rem;
  }
  .note-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin: 3.625rem auto 0;
  }
  .note-item {
    background-color: #fff;
    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;
    height: 3.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .note-txt01 {
    font-size: 1.125rem;
  }
  .note-txt01 span {
    font-size: 1.625rem;
    font-weight: bold;
  }
  .note-icon {
    width: 4.375rem;
  }
  .note-icon span {
    display: block;
    margin: 0 auto;
  }
  .note-item:first-child .note-icon span {
    width: 2rem;
  }
  .note-item:nth-of-type(2) .note-icon span {
    width: 2.0625rem;
  }
  .note-item:nth-of-type(3) .note-icon span {
    width: 2.25rem;
  }
  .note-item:nth-of-type(4) .note-icon span {
    width: 2.0625rem;
  }
  .note-item:nth-of-type(5) .note-icon span {
    width: 2rem;
  }
  .note-item:nth-of-type(6) .note-icon span {
    width: 2.125rem;
  }
  .note-item:nth-of-type(7) .note-icon span {
    width: 2.125rem;
  }
  .note-item:last-child .note-icon span {
    width: 2.25rem;
  }
  .note-ttl02 {
    width: 62.1875rem;
    margin: 1.9375rem auto 0;
  }
  .note-list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.9375rem;
    margin: 1.875rem auto 0;
  }
  .note-item02 {
    width: 16.5625rem;
  }
  .note-item02-img {
    width: 14.0625rem;
    margin: 0 auto;
  }
  .note-item02-txt {
            font-size: 1rem;
        text-align: center;
        margin: 1.375rem auto 0;
  }
  .note-item02-txt.diff {
    margin: 0.5rem auto 0;
  }
}
/*==============================================================================
danger
============================================================================= */
@media screen and (max-width: 767px) {
  .danger-bg {
    background: url(../images/danger-bg.webp) no-repeat top center/cover;
    padding: 0.0625rem 0 7.5rem;
  }
  .danger-head {
    width: 37.5rem;
    margin: -10rem auto 0;
  }
  .danger-ttl {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.65;
    margin: 4rem auto 0;
  }
  .danger-ttl .color {
    position: relative;
    margin-left: .5rem;
    font-size:4rem;
    line-height: 1;
  }
  .danger-ttl .color::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    width:82%;
    height: 0.0625rem;
    background: #fff;
  }
  .danger-txt {
    font-size: 1.875rem;
    line-height: 1.46;
    color: #fff;
    width: 40.3125rem;
    margin: 4.0625rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .danger-bg {
    background: url(../images/danger-bg_pc.webp) no-repeat top center/cover;
    padding: 0.0625rem 0 4.5625rem;
  }
  .danger-head {
    width: 62.5rem;
    margin: -8.0625rem auto 0;
  }
  .danger-ttl {
    font-size: 1.875rem;
    color: #fff;
    text-align: center;
    margin: 2.375rem auto 0;
  }
  .danger-ttl .color {
    position: relative;
    font-size: 2.5rem;
  }
  .danger-ttl .color::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    width: 8.4375rem;
    height: 0.0625rem;
    background: #fff;
  }
  .danger-txt {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #fff;
    width: 32.1875rem;
    margin-top: 2.3125rem;
  }
}
/*==============================================================================
reality
============================================================================= */
@media screen and (max-width: 767px) {
  .reality-bg {
    background: #fff;
  }
  .reality-head {
    width: 40.625rem;
    margin: -11.5rem auto 0;
  }
  .reality-txt01 {
    font-size: 1.875rem;
    text-align: center;
    line-height: 1.66;
    margin: 4.125rem auto 0;
  }
  .reality-txt02 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    margin: 2.0625rem auto 0;
  }
  .reality-txt02 .color {
    color: #db201d;
    border-bottom: 0.0625rem solid #000;
    padding-bottom: 0.3125rem;
  }
  .reality-img02 {
    margin-top: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .reality-bg {
    background: #fff;
    padding: 5rem 0 5.375rem;
  }
  .reality-img01 {
    width: 62.5rem;
    margin: 0 auto;
  }
  .reality-head {
    width: 52.5rem;
    margin: -7.6875rem auto 0;
  }
  .reality-txt01 {
    font-size: 1.125rem;
    line-height: 1.88;
    margin: 3.1875rem 0 0;
  }
  .reality-txt02 {
    font-size: 1.625rem;
    line-height: 1.92;
    font-weight: bold;
    margin: 1.125rem 0 0;
  }
  .reality-txt02 .color {
    color: #db201d;
    border-bottom: 0.0625rem solid #000;
    padding-bottom: 0.3125rem;
  }
  .reality-img02 {
    position: absolute;
    top: 13.8125rem;
    right: 0;
    width: 23.75rem;
  }
}
/*==============================================================================
crime
============================================================================= */
@media screen and (max-width: 767px) {
  .crime-bg {
    margin: 1rem 0 5rem;
    padding: 10.5rem 3rem 4rem;
    background: url(../images/crime-bg.webp) no-repeat top center/95% 100%;
  }
  .crime-inner {
    width: 100%;
  }
  .crime-txt01 {
    margin-top: 2rem;
    font-size: 1.75rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
  }
  .crime-txt01 span {
    margin-right: .5rem;
    font-size: 2.875rem;
    color: #002749;
    background: #fff;
    padding: 0.25rem 0.625rem;
  }
  .crime-human {
    width: 22.1875rem;
    margin: 0 auto;
  }
  .crime-box {
    position: relative;
        z-index: 2;
        width: 80%;
margin: -2rem auto 0;
        background: #fff;
        border-radius: 0.625rem;
        padding: 2rem 2.5rem 2rem;
  }
  .crime-box-txt01 {
    font-size: 1.875rem;
    line-height: 1.46;
  }
  .crime-box-txt01 .inline {
    font-size: 2.125rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background: #db201d;
    padding: 0.25rem 0.625rem;
  }
  .crime-box-txt01 .inline01 {
    margin-right: -0.625rem;
  }
  .crime-box-txt01 .inline02 {
    margin-left: -0.625rem;
  }
  .crime-box-txt02 {
    font-size: 1.875rem;
    line-height: 1.46;
    margin: 2.75rem auto 0;
  }
  .crime-box-txt02 .color {
    color: #db201d;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .crime-bg {
    margin-bottom: 5rem;
    background: url(../images/crime-bg_pc.webp) no-repeat top center/74rem 100%;
    padding: 5.5rem 0 5rem;
  }
  .crime-ttl01 {
    width: 40.375rem;
    margin: 0 auto;
  }
  .crime-txt01 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-top: 1.625rem;
  }
  .crime-txt01 span {
    font-size: 1.875rem;
    color: #002749;
    background: #fff;
    padding: 0.4375rem 0.5625rem;
  }
  .crime-human {
    width: 20.625rem;
    position: absolute;
    bottom: -5.125rem;
    left: -2.625rem;
  }
  .crime-box {
    width: 43.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    border-radius: 0.625rem;
    padding: 3.125rem 2.5rem 2.5rem 2.5rem;
    margin: 2.375rem 0 0 auto;
  }
  .crime-box-txt01 {
    font-size: 1.25rem;
    line-height: 1.46;
  }
  .crime-box-txt01 .inline {
    display: inline-block;
    margin-top: .5rem;
    font-size: 1.625rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background: #db201d;
    padding: 0.375rem 0.625rem;
  }
  .crime-box-txt01 .inline01 {
    margin-right: -1.25rem;
  }
  .crime-box-txt01 .inline02 {
    margin-left: -0.625rem;
  }
  .crime-box-txt01 .pc-only {
    display: inline;
  }
  .crime-box-txt02 {
    font-size: 1.25rem;
    line-height: 1.9;
    margin: 0.5rem auto 0;
  }
  .crime-box-txt02 .color {
    color: #db201d;
    font-weight: bold;
  }
}
/*==============================================================================
intro
============================================================================= */
@media screen and (max-width: 767px) {
  .intro-bg {
    background: url(../images/intro-bg.webp) no-repeat top center/cover;
    padding: 6.25rem 0 26.125rem;
  }
  .intro-ttl01 {
    width: 33.4375rem;
    margin: 0 auto;
  }
  .intro-txt01 {
    font-size: 1.875rem;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    margin: 2.5625rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .intro-bg {
    background: url(../images/intro-bg_pc.webp) no-repeat bottom center/cover;
    padding: 6.3125rem 0 3.8125rem;
  }
  .intro-ttl01 {
    width: 54.1875rem;
    margin: 0 auto;
  }
  .intro-txt01 {
    font-size: 1.375rem;
    line-height: 2.45;
    font-weight: bold;
    margin: 2.4375rem auto 0;
  }
}
/*==============================================================================
reason
============================================================================= */
@media screen and (max-width: 767px) {
  .reason-bg {
    background: #eaf1f7;
    padding-bottom: 2.8125rem;
  }
  .reason-ttl {
    background: url(../images/reason-bg.webp) no-repeat top center/cover;
    font-size: 3.125rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    padding: 3.125rem 0;
  }
  .reason-item01 {
    width: 23rem;
    margin: -2.8125rem 0 1.5625rem 14.375rem;
  }
  .reason-box {
    background: #fff;
    border-radius: 0.625rem;
    padding: 3.75rem 0 4.5625rem;
    margin-bottom: 3.5rem;
  }
  .reason-box-num {
    width: 16.875rem;
    margin: 0 auto;
  }
  .reason-box-ttl {
    position: relative;
    z-index: 1;
    font-size: 3.125rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.48;
    margin: 2.25rem auto 0;
  }
  .reason-box-ttl .num {
    font-size: 4.375rem;
  }
  .reason-box-ttl .border {
    position: relative;
  }
  .reason-box-ttl .border::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0.5rem;
    width: 20.9375rem;
    height: 0.9375rem;
    background: #f0e6cf;
    z-index: -1;
  }
  .reason-box-img {
    margin: 2.8125rem auto 0;
  }
  .reason-box-list {
    background: url(../images/reason-list-bg.webp) no-repeat top center/cover;
    padding: 1.6875rem 2.5rem 3.5625rem;
    -webkit-box-shadow: 0 0.3125rem 0.625rem 0 rgba(214, 214, 214, 0.5);
            box-shadow: 0 0.3125rem 0.625rem 0 rgba(214, 214, 214, 0.5);
  }
  .reason-box-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;
    position: relative;
    font-size: 2.125rem;
    line-height: 1.25;
    color: #003563;
    font-weight: bold;
    padding: 0 0 0 3.125rem;
    height: 5.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0.125rem dotted #003563;
  }
  .reason-box-item::before {
    content: "";
    position: absolute;
    top: 1.5625rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    background: url(../images/reason-arrow.webp) no-repeat center center/cover;
  }
  .reason-box-item span {
    display: inline-block;
    margin-right: -2rem;
  }
  .reason-box-item.diff {
    height: 7.5rem;
  }
  .reason-box-item.diff::before {
    top: 3.125rem;
  }
  .reason-box-txt {
    font-size: 1.875rem;
    line-height: 1.46;
    padding: 3.1875rem 2.8125rem 0;
  }
  .reason-box-txt .bold {
    font-weight: bold;
  }
  .reason-box-txt .color {
    font-weight: bold;
    color: #db201d;
  }
  .reason-box-txt.diff {
    padding: 2.8125rem 2.8125rem 0;
  }
  .reason-box02 .reason-box-ttl .big {
    font-size: 4.125rem;
  }
  .reason-box02 .reason-box-ttl .border {
    position: relative;
    font-size: 4.125rem;
  }
  .reason-box02 .reason-box-ttl .border::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0.5rem;
    width: 25rem;
    height: 0.9375rem;
    background: #f0e6cf;
    z-index: -1;
  }
  .reason-box03 .reason-box-ttl .border {
    position: relative;
    font-size: 4.125rem;
  }
  .reason-box03 .reason-box-ttl .border::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0rem;
    width: 33.125rem;
    height: 0.9375rem;
    background: #f0e6cf;
    z-index: -1;
  }
  .reason-box04 .reason-box-ttl .border {
    position: relative;
    font-size: 4.125rem;
  }
  .reason-box04 .reason-box-ttl .border::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0rem;
    width: 34.375rem;
    height: 0.9375rem;
    background: #f0e6cf;
    z-index: -1;
  }
  .reason-box04 .reason-box-ttl .indent {
    display: inline-block;
    margin: 0 -0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .reason-bg {
    background: #eaf1f7;
    padding-bottom: 6.1875rem;
  }
  .reason-ttl {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    width: 62.5rem;
    margin: 0 auto;
  }
  .reason-ttl-bg {
    background: url(../images/reason-bg_pc.webp) no-repeat top center/cover;
    padding: 3.75rem 0;
  }
  .reason-item01 {
    width: 23.125rem;
    position: absolute;
    top: -8.75rem;
    right: -6.5625rem;
  }
  .reason-box {
    background: #fff;
    border-radius: 0.625rem;
    padding: 3.0625rem 0 3.1875rem;
    margin-top: 3.75rem;
  }
  .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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3.8125rem auto 0;
    -webkit-box-shadow: 0 0.3125rem 0.625rem 0 rgba(214, 214, 214, 0.5);
            box-shadow: 0 0.3125rem 0.625rem 0 rgba(214, 214, 214, 0.5);
  }
  .reason-box-num {
    width: 12.25rem;
    margin: 0 auto;
  }
  .reason-box-ttl {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 1.375rem auto 0;
  }
  .reason-box-ttl .num {
    font-size: 3.75rem;
  }
  .reason-box-ttl .border {
    position: relative;
  }
  .reason-box-ttl .border::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0.3125rem;
    width: 17.8125rem;
    height: 0.75rem;
    background: #f0e6cf;
    z-index: -1;
  }
  .reason-box-img {
    width: 29.375rem;
    margin-bottom: -0.125rem;
  }
  .reason-box-list {
    background: url(../images/reason-list-bg.webp) no-repeat center/cover;
    padding: 0.3125rem 2.5rem;
    height: 15.625rem;
    width: 33.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reason-box-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;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #003563;
    font-weight: bold;
    padding: 0 0 0 2.5rem;
    height: 5.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0.125rem dotted #003563;
  }
  .reason-box-item::before {
    content: "";
    position: absolute;
    top: 1.8125rem;
    left: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/reason-arrow.webp) no-repeat center center/cover;
  }
  .reason-box-item span {
    display: inline-block;
    margin-right: -2rem;
  }
  .reason-box-item:last-child {
    border: none;
  }
  .reason-box-txt {
    font-size: 1.125rem;
    line-height: 1.9;
    padding: 3.25rem 3.4375rem 0 3.4375rem;
  }
  .reason-box-txt .bold {
    font-weight: bold;
  }
  .reason-box-txt .color {
    font-weight: bold;
    color: #db201d;
  }
  .reason-box-txt.diff {
    padding-top: 0;
  }
  .reason-box01 {
    margin-top: 5rem;
  }
  .reason-box02 .reason-box-ttl {
    line-height: 1.35;
    margin: 1.3125rem auto 0;
  }
  .reason-box02 .reason-box-ttl .big {
    font-size: 3.125rem;
  }
  .reason-box02 .reason-box-ttl .border {
    position: relative;
    font-size: 3.125rem;
  }
  .reason-box02 .reason-box-ttl .border::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: -0.3125rem;
    width: 19.375rem;
    height: 0.75rem;
    background: #f0e6cf;
    z-index: -1;
  }
  .reason-box02 .reason-box-content {
    margin: 3.25rem auto 0;
  }
  .reason-box03 .reason-box-ttl {
    line-height: 1.26;
    margin: 2.1875rem auto 0;
  }
  .reason-box03 .reason-box-ttl .border {
    position: relative;
    font-size: 3.125rem;
  }
  .reason-box03 .reason-box-ttl .border::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0rem;
    width: 26.875rem;
    height: 0.75rem;
    background: #f0e6cf;
    z-index: -1;
  }
  .reason-box03 .reason-box-content {
    margin: 3.4375rem auto 0;
  }
  .reason-box04 .reason-box-ttl {
    margin: 1.9375rem auto 0;
  }
  .reason-box04 .reason-box-ttl .border {
    position: relative;
    font-size: 3.125rem;
  }
  .reason-box04 .reason-box-ttl .border::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0rem;
    width: 26.875rem;
    height: 0.75rem;
    background: #f0e6cf;
    z-index: -1;
  }
  .reason-box04 .reason-box-ttl .indent {
    display: inline-block;
    margin: 0 -0.75rem;
  }
  .reason-box04 .reason-box-content {
    margin: 3.9375rem auto 0;
  }
}
/*==============================================================================
case
============================================================================= */
@media screen and (max-width: 767px) {
  .case {
    /* 開いた状態 */
    /* アコーディオン内テキスト */
  }
  .case-bg {
    background: #eaf1f7;
    padding: 7.625rem 0 10.6875rem;
  }
  .case-txt01 {
    font-size: 2.625rem;
    text-align: center;
    color: #003563;
    font-weight: bold;
  }
  .case-ttl01 {
    width: 38.4375rem;
    margin: 1.3125rem auto 0;
  }
  .case-txt02 {
    font-size: 2.125rem;
    text-align: center;
    color: #003563;
    font-weight: bold;
    line-height: 1.64;
    margin: 1.6875rem auto 0;
  }
  .case .swiper-container01 {
    margin: 0 auto;
  }
  .case-slide-inner {
    position: relative;
    background: #fff;
    border-radius: 0.625rem;
    margin: 3.25rem auto 0;
    -webkit-box-shadow: 0 0.5rem 1rem 0 #b9c8d9;
            box-shadow: 0 0.5rem 1rem 0 #b9c8d9;
    padding: 2.5rem 2.5rem 2.5rem;
  }
  .case-slide-num {
    width: 15.125rem;
    margin-left: -2.5rem;
  }
  .case-slide-item01 {
    position: absolute;
    z-index: 1;
    top: -1.6875rem;
    right: -1.25rem;
    width: 15.5rem;
  }
  .case-slide-ttl {
    font-size: 2.25rem;
    color: #003563;
    font-weight: bold;
    line-height: 1.55;
    margin: 1.8125rem auto 0;
  }
  .case-slide-img {
    width: 39.375rem;
    margin: 1.8125rem auto 0;
  }
  .case-slide-box {
    margin: 2.1875rem auto 0;
    background: #f1f1f1;
    padding: 3.6875rem 0 0;
  }
  .case-slide-box .ttl01 {
    font-size: 2.25rem;
    color: #fff;
    font-weight: bold;
    background: #003563;
    border-radius: 0.3125rem;
    text-align: center;
    padding: 0.75rem 2.5rem;
  }
  .case-slide-box .txt {
    font-size: 1.75rem;
    line-height: 1.57;
    width: 33.75rem;
    margin: 1.375rem 2.5rem 0;
  }
  .case-slide-box .txt .bold {
    font-weight: bold;
  }
  .case-slide-box .ttl02 {
    font-size: 2.25rem;
    color: #fff;
    font-weight: bold;
    background: url(../images/case-bg.webp) no-repeat center/cover;
    border-radius: 0.3125rem;
    text-align: center;
    padding: 0.75rem 2.5rem;
    margin: 1.75rem auto 0;
  }
  .case-cta {
    position: relative;
  }
  .case-cta-btn {
    margin: 3.1875rem auto 0;
    padding-bottom: 3.4375rem;
    display: block;
    width: 34.6875rem;
    border: none;
    background: none;
    cursor: pointer;
  }
  .case-cta-btn.is-open {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3.4375rem;
    padding: 0;
  }
  .case-accordion {
    position: relative;
    z-index: 999;
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    margin-bottom: 12px;
    background: #256ba8;
    width: 39.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: grid-template-rows 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease, padding 0.3s ease, -ms-grid-rows 0.3s ease;
  }
  .case-accordion > * {
    min-height: 0;
  }
  .case-accordion.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    padding: 3.1875rem 2.8125rem 10.625rem;
    margin-top: 3.25rem;
  }
  .case .case-accordion p {
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.57;
  }
  .case .case-accordion p .color {
    color: #f9ff4c;
    font-weight: bold;
  }
  .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: -3.2%;
    gap: 0 1.875rem;
    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: 44%;
    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.375rem;
    height: 4.375rem;
    opacity: 1;
    top: 44%;
    right: -1.0625rem;
  }
  .case .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: #cccccc;
    opacity: 1;
  }
  .case .swiper-pagination-bullet-active {
    background-color: #1e5686;
  }
}
@media screen and (min-width: 768px) {
  .case {
    /* 開いた状態 */
    /* アコーディオン内テキスト */
  }
  .case-bg {
    background: #eaf1f7;
    padding: 6.875rem 0 7.25rem;
  }
  .case-txt01 {
    display: inline-block;
    font-size: 2.125rem;
    line-height: 1.35;
    text-align: center;
    color: #003563;
    font-weight: bold;
    margin-left: 5rem;
  }
  .case-ttl01 {
    display: inline-block;
    width: 34.6875rem;
    margin-left: 0.9375rem;
    vertical-align: super;
  }
  .case-txt02 {
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    color: #003563;
    margin: 3.75rem auto 0;
    font-weight: bold;
  }
  .case-txt02::before {
    content: "";
    position: absolute;
    top: -2.5625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 5rem;
    height: 0.0625rem;
    background: #003563;
  }
  .case .swiper-container01 {
    margin: 0 auto;
  }
  .case-slide-inner {
    position: relative;
    background: #fff;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 #b9c8d9;
            box-shadow: 0 0.5rem 1rem 0 #b9c8d9;
    padding: 1.3125rem 0 0;
    width: 60rem;
    margin: 3.625rem auto 1.875rem;
  }
  .case-slide-num {
    width: 12.375rem;
  }
  .case-slide-item01 {
    position: absolute;
    z-index: 1;
    top: -1.6875rem;
    right: -1.25rem;
    width: 12.5rem;
  }
  .case-slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 2.6875rem;
    padding: 0 3.75rem;
    margin: 1.125rem auto 0;
  }
  .case-slide-ttl {
    font-size: 1.625rem;
    color: #003563;
    font-weight: bold;
    line-height: 1.55;
  }
  .case-slide-img {
    width: 20rem;
  }
  .case-slide-box {
    margin: 2.3125rem auto 0;
    background: #f1f1f1;
    padding: 2.5rem 3.125rem 2.5rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .case-slide-box .ttl01 {
    font-size: 1.375rem;
    color: #fff;
    font-weight: bold;
    background: #003563;
    border-radius: 0.3125rem;
    text-align: center;
    padding: 0.5625rem 0;
  }
  .case-slide-box .txt {
    font-size: 1.125rem;
    line-height: 1.65;
    margin: 0.5625rem auto 0;
  }
  .case-slide-box .txt .bold {
    font-weight: bold;
  }
  .case-slide-box .ttl02 {
    font-size: 1.375rem;
    color: #fff;
    font-weight: bold;
    background: url(../images/case-bg.webp) no-repeat center/cover;
    border-radius: 0.3125rem;
    text-align: center;
    padding: 0.5625rem 0;
    margin: 1.5rem auto 0;
  }
  .case-cta {
    position: relative;
  }
  .case-cta-btn {
    position: relative;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.625rem;
    display: block;
    width: 31.25rem;
    border: none;
    background: none;
    cursor: pointer;
  }
  .case-cta-btn.is-open {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2.1875rem;
  }
  .case-accordion {
    position: relative;
    z-index: 999;
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    background: #256ba8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: grid-template-rows 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease, padding 0.3s ease, -ms-grid-rows 0.3s ease;
  }
  .case-accordion > * {
    min-height: 0;
  }
  .case-accordion.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    padding: 2.125rem 3.125rem 7.0625rem;
    margin-top: 1.4375rem;
  }
  .case .case-accordion p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.68;
  }
  .case .case-accordion p .color {
    color: #f9ff4c;
    font-weight: bold;
  }
  .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: -1.7%;
    gap: 0 1.25rem;
    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: 25.9375rem;
    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.375rem;
    height: 4.375rem;
    opacity: 1;
    top: 25.9375rem;
    right: -1.0625rem;
  }
  .case .swiper-pagination-bullet {
    border-radius: 50%;
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #cccccc;
    opacity: 1;
  }
  .case .swiper-pagination-bullet-active {
    background-color: #1e5686;
  }
  .case .swiper-autoheight, .case .swiper-autoheight .swiper-slide {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
/*==============================================================================
flow
============================================================================= */
@media screen and (max-width: 767px) {
  .flow-bg {
    background: url(../images/flow-bg.webp) no-repeat top center/cover;
    padding: 6.25rem 0 8.8125rem;
  }
  .flow-ttl01 {
    width: 34.375rem;
    margin: 0 auto;
  }
  .flow-list {
    margin: 4.875rem auto 0;
    background: #fff;
  }
  .flow-item {
    position: relative;
    padding: 3rem 2.5rem 3.75rem;
  }
  .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-inner {
    display: grid;
    grid-template-columns: 1fr 15.625rem;
    grid-template-areas: "head img" "txt  txt";
    gap: 0 1.25rem;
  }
  .flow-item-head {
    grid-area: head;
    width: 22.5rem;
    border-bottom: 1px solid #000;
  }
  .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;
    margin-top: 1rem;
  }
  .flow-item-ttl .small {
    font-size: 2.25rem;
    letter-spacing: 0;
  }
  .flow-item-img {
    grid-area: img;
    width: 15.625rem;
  }
  .flow-item-txt {
    grid-area: txt;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-top: 1.0625rem;
  }
  .flow-item-txt.diff {
    margin-top: 11.4375rem;
  }
  .flow-item-box {
    background: #eaf1f7;
    margin-top: 3.25rem;
    padding: 2.5625rem 2.5rem 1.75rem;
    border-radius: 0.625rem;
  }
  .flow-item-note {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.61;
    margin-top: 1.3125rem;
  }
  .flow-item:first-child {
    padding: 2.4375rem 2.5rem 3.75rem;
  }
  .flow-item:last-child::before {
    display: none;
  }
  .flow-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem 0;
  }
  .flow-dl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -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;
  }
  .flow-dl dt {
    background: #003563;
    border-radius: 100vmax;
    width: 11.5625rem;
    padding: 0.625rem 0;
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .flow-dl dd {padding-top: .3rem;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    color: #003563;
  }
}
@media screen and (min-width: 768px) {
  .flow-bg {
    background: url(../images/flow-bg_pc.webp) no-repeat top center/cover;
    padding: 5.625rem 0 5.1875rem;
  }
  .flow-ttl01 {
    width: 44.6875rem;
    margin: 0 auto;
  }
  .flow-list {
    margin: 3.5625rem auto 0;
    background: #fff;
  }
  .flow-item {
    position: relative;
    padding: 2.5rem 2.5rem 4.0625rem;
    margin: -1.125rem 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, .flow-item-txt {
    grid-column: 1;
  }
  .flow-item-head {
    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-img {
    grid-column: 2;
    grid-row: 1/span 2;
    width: 15.625rem;
  }
  .flow-item-txt {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
    margin-top: 0.4375rem;
  }
  .flow-item-txt.diff {
    margin-top: -1.25rem;
  }
  .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:last-child {
    padding: 2.5rem 2.5rem 2.5rem;
  }
  .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 top center/cover;
    padding: 5.3125rem 0 23.375rem;
  }
  .career-ttl01 {
    width: 37.1875rem;
    margin-left: 0.9375rem;
  }
  .career-box {
    background: #fff;
    margin-top: 4.8125rem;
    padding: 5.0625rem 2.5rem 3.9375rem;
  }
  .career-box-item01 {
    width: 17.25rem;
    margin: 3.4375rem auto 0;
  }
  .career-box-txt {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-top: 3.125rem;
  }
  .career-box-txt .big {
    font-size: 2.125rem;
    letter-spacing: 0.02em;
    font-weight: bold;
  }
  .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: 10.3125rem;
  }
  .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.5625rem;
    padding: 3.6875rem 2.5rem 3.25rem;
  }
  .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-size: 1.375rem;
    letter-spacing: 0.02em;
    font-weight: bold;
  }
  .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 3.75rem;
  }
  .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: 9.75rem;
    padding: 2.1875rem 5.9375rem 2.1875rem 5.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.06em;
    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-question.diff {
    height: 11.5rem;
  }
  .faq-answer {
    display: none;
    position: relative;
    padding: 3.3125rem 2.5rem;
    -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.25rem 0 6.25rem;
  }
  .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: 3.75rem 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: 8.6875rem;
    -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(190, 190, 190, 0.2);
            box-shadow: 0 0.375rem 0 0 rgba(190, 190, 190, 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.8125rem;
    font-weight: bold;
    color: #fff;
    background: url(../images/form-bg.webp) no-repeat center/cover;
    padding: 4.3125rem 0 4.3125rem 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.6875rem;
  }
  .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: 3.9375rem;
    background-color: #fff;
    padding: 0 2.5rem;
  }
  .form-dl {
    margin-top: 4.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.75rem;
    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: 5rem;
    border-radius: 0.3125rem;
    padding: 0 1.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2.125rem;
    border: solid 1px #000;
    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: 2.125rem;
    font-weight: 500;
    color: #ccc;
  }
  .form-dd input::-moz-placeholder, .form-dd textarea::-moz-placeholder {
    font-size: 2.125rem;
    font-weight: 500;
    color: #ccc;
  }
  .form-dd input::-ms-input-placeholder, .form-dd textarea::-ms-input-placeholder {
    font-size: 2.125rem;
    font-weight: 500;
    color: #ccc;
  }
  .form-dd input::placeholder, .form-dd textarea::placeholder {
    font-size: 2.125rem;
    font-weight: 500;
    color: #ccc;
  }
  .form-dd input.error, .form-dd textarea.error, .form-checkbox.error label {
    background: #ffe8e8;
  }
  .form .errmsg-box {
    margin: 1em 0 2em;
    padding: 1em;
    color: #cb1d46;
    font-size: 1.575rem;
    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.8125rem 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 button: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: 1em 0 2em;
    padding: 1em;
    color: #cb1d46;
    font-size: 1rem;
    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;
    cursor: pointer;
  }
  .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 button:hover {
    opacity: 0.8;
  }
  .form-btn-confirm {
    width: 26.875rem;
    cursor: pointer;
  }
  .form-back-btn {
    width: 19.375rem;
    cursor: pointer;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    background: #193851;
    padding: 5rem 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;
  }
}