@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;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

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

.wrapper {
  position: relative;
}

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

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

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

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

img {
  vertical-align: top;
}

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

.hidden {
  display: none;
}

/*==============================================================================
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: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none !important;
  }
  .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 !important;
  }
}
/*==============================================================================
font-family
============================================================================= */
@font-face {
  font-family: "pa1";
  src: url("../fonts/AP-OTF-A1GothicStdN-Medium.otf") format("opentype");
}
@font-face {
  font-family: "pa1_bold";
  src: url("../fonts/AP-OTF-A1GothicStdN-Bold.otf") format("opentype");
}
@font-face {
  font-family: "din_bold";
  src: url("../fonts/DIN Condensed Bold.ttf") format("truetype");
}
.pa1 {
  font-family: "pa1";
}

.pa1_bold {
  font-family: "pa1_bold";
}

.albert {
  font-family: "Albert Sans", sans-serif;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.din_bold {
  font-family: "din_bold";
}

.arboria {
  font-family: "arboria", sans-serif;
}

@media screen and (min-width: 768px) {
  .footer-bg {
    padding: 3.5rem 0 3.1875rem;
    background: #02429a;
  }
  .footer h2 {
    margin: 0 0 1.9375rem;
    color: #ffffff;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .footer-wrap {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.625rem;
  }
  .footer-box {
    width: 30.625rem;
    padding: 1.4375rem 0 1.125rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .footer-box-name {
    margin: 0 0 0.8125rem;
    color: #333333;
    font-size: 1rem;
    text-align: center;
  }
  .footer-box-num {
    margin: 0 0 0.875rem;
    color: #333333;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .footer-box-logo01 {
    width: 18.4375rem;
    margin: 0 auto;
  }
  .footer-box-logo02 {
    width: 18.125rem;
    margin: 0 auto;
  }
  .footer-copy {
    color: #ffffff;
    font-size: 0.625rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .footer-bg {
    padding: 4.4375rem 0 2.3125rem;
    background: #02429a;
  }
  .footer h2 {
    margin: 0 0 2.4375rem;
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
  }
  .footer-wrap {
    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;
    margin: 0 0 4.0625rem;
  }
  .footer-box {
    width: 20.625rem;
    padding: 1.4375rem 0 1.125rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .footer-box-name {
    margin: 0 0 2.125rem;
    color: #333333;
    font-size: 1.75rem;
    text-align: center;
  }
  .footer-box-num {
    margin: 0 0 2.6875rem;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .footer-box-logo01 {
    width: 16.75rem;
    margin: 0 auto;
  }
  .footer-box-logo02 {
    width: 17.5rem;
    margin: 0 auto;
  }
  .footer-copy {
    color: #ffffff;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    padding: 2rem 0 6.375rem;
    background: url("../images/fv-bg.webp") no-repeat center/cover;
  }
  .fv-logo {
    width: 17.1875rem;
    margin: 0 auto 0.8125rem;
  }
  .fv-human {
    width: 35.3125rem;
    margin: 0 auto 2rem;
  }
  .fv-main {
    position: absolute;
    top: 1.5625rem;
    right: 3.875rem;
    width: 7.625rem;
  }
  .fv-txt {
    margin: 0 0 0.3125rem;
    color: #333333;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .fv h1 {
    margin: 0 0 0.9375rem;
    color: #02429a;
    font-weight: bold;
    font-size: 4.875rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .fv-mini {
    margin: 0 0 2.1875rem;
    color: #02429a;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
  }
  .fv-badge {
    padding-top: 0.625rem;
    place-content: center;
    position: absolute;
    top: -5rem;
    left: 0;
    width: 10.25rem;
    height: 10.25rem;
    background: url(../images/fv-badge-bg.webp) no-repeat center/cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fv-badge-text {
    text-align: center;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .fv-badge-text .dot {
    position: relative;
  }
  .fv-badge-text .dot::after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 50%;
    width: 0.25rem;
    height: 0.25rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv-badge-text .large {
    color: #fff96c;
    font-size: 2.75rem;
  }
  .fv-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.1875rem;
  }
  .fv-item {
    padding: 1.5rem 0.625rem 0.625rem;
    background: #3c7ec0;
    border-radius: 1.25rem;
    -webkit-filter: drop-shadow(0 0 0.9375rem rgba(0, 0, 0, 0.18));
            filter: drop-shadow(0 0 0.9375rem rgba(0, 0, 0, 0.18));
  }
  .fv-item-tab {
    margin-bottom: 1.5rem;
    text-align: center;
    color: white;
    font-size: 1.375rem;
    font-weight: 700;
    white-space: nowrap;
  }
  .fv-item-tab span {
    color: #f5ef71;
    font-size: 1.5625rem;
  }
  .fv-item-wrapper {
    padding: 1.4375rem 0 1.5rem;
    background: white;
    border-radius: 1.25rem;
  }
  .fv-item-txt {
    margin-bottom: 1.5rem;
    text-align: center;
    color: #02429a;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .fv-item-img {
    display: block;
    width: 16rem;
    margin-inline: auto;
  }
  .fv-find {
    position: relative;
    margin-bottom: 2.1875rem;
    background: #fff;
    border: 2px solid #02429a;
    border-radius: 1.25rem;
  }
  .fv-fukidashi {
    padding: 1.6875rem 0;
    background: #ecf5fb;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .fv-fukidashi-category-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 11.25rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    position: relative;
  }
  .fv-fukidashi-category {
    padding: 0.5625rem 0;
    background: #fff;
    border-radius: 999px;
    color: #02429a;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .fv-fukidashi-wrapper {
    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.3125rem;
    margin: 0.6875rem 0 0;
  }
  .fv-fukidashi-wrapper picture {
    display: block;
    width: 8.0625rem;
  }
  .fv-fukidashi-wrapper p {
    color: #02429a;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .fv-recruit {
    padding: 1.375rem 0 2rem;
  }
  .fv-recruit-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-after: 1.5625rem;
            margin-block-end: 1.5625rem;
    margin-inline: auto;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .fv-recruit-heading .large {
    color: #02429a;
    font-size: 2.25rem;
  }
  .fv-recruit-heading::before, .fv-recruit-heading::after {
    content: "";
    display: block;
    width: 1.125rem;
    height: 1.9375rem;
  }
  .fv-recruit-heading::before {
    -webkit-margin-end: 1.25rem;
            margin-inline-end: 1.25rem;
    background: url(../images/fv-recruit-heading-before.webp) no-repeat top center/cover;
  }
  .fv-recruit-heading::after {
    -webkit-margin-start: 1.25rem;
            margin-inline-start: 1.25rem;
    background: url(../images/fv-recruit-heading-after.webp) no-repeat top center/cover;
  }
  .fv-recruit-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 25rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.625rem;
  }
  .fv-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6.25rem;
    padding: 0 0 0 2.375rem;
    position: relative;
    background: #36c933;
    border-radius: 3.75rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .fv-line::after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .fv-line-img {
    width: 2.375rem;
    margin: 0 2rem 0 0;
  }
  .fv-line-txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .fv-link {
    place-content: center;
    height: 6.25rem;
    position: relative;
    border-radius: 3.75rem;
    background: -webkit-gradient(linear, left top, right bottom, from(#04459c), to(#2f88c7));
    background: linear-gradient(to bottom right, #04459c, #2f88c7);
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .fv-link::after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .fv-link-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
    width: 62.5rem;
    margin: 2.5rem auto 0;
  }
  .fv-link-txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .fv-link-txt span {
    color: #fff96c;
  }
  .cv {
    position: fixed;
    top: 50%;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
  }
  .cv.show {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: all;
  }
  .cv-link {
    place-content: center;
    position: relative;
    width: 5.125rem;
    margin: 0 0 0.6875rem;
    padding: 0.9375rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#04469c), to(#2a81c3));
    background: linear-gradient(to right, #04469c, #2a81c3);
    border-radius: 1.25rem 0 0 1.25rem;
    text-align: center;
  }
  .cv-link::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    bottom: 0.3125rem;
    right: 0.3125rem;
    background: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  .cv-link-txt {
    display: inline-block;
    margin: auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .cv-link-txt span {
    color: #fff96c;
  }
  .cv-line {
    position: relative;
    width: 5.125rem;
    padding: 0.625rem 0 0.9375rem;
    background: #36c933;
    border-radius: 1.25rem 0 0 1.25rem;
    text-align: center;
  }
  .cv-line::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    bottom: 0.3125rem;
    right: 0.3125rem;
    background: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  .cv-line-img {
    width: 1.875rem;
    margin: 0 auto 0.5rem;
  }
  .cv-line-txt {
    display: inline-block;
    margin: auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .fv-bg {
    padding: 2rem 0 5.125rem;
    background: url("../images/fv-bg-sp.webp") no-repeat center/cover;
  }
  .fv-logo {
    width: 23.4375rem;
    margin: 0 auto 1.6875rem;
  }
  .fv-human {
    width: 41.875rem;
    margin: 0 auto;
  }
  .fv-main {
    width: 45.3125rem;
    margin: -0.9375rem 0 0.9375rem -1.25rem;
  }
  .fv-txt {
    margin: 0 0 0.625rem;
    color: #333333;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.45;
  }
  .fv h1 {
    margin: 0 0 1.3125rem;
    color: #02429a;
    font-weight: bold;
    font-size: 6.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .fv-mini {
    margin: 0 0 3.875rem;
    color: #02429a;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
  }
  .fv-badge {
    padding: 0 3.25rem 0.375rem;
    position: absolute;
    top: -0.3125rem;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    height: 3.125rem;
    background: #02429a;
    border-radius: 100vmax;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv-badge-text {
    text-align: center;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
    white-space: nowrap;
  }
  .fv-badge-text .dot {
    position: relative;
  }
  .fv-badge-text .dot::after {
    content: "";
    position: absolute;
    top: -0.9375rem;
    left: 0.3125rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border: 0.25rem solid #02429a;
    border-radius: 50%;
  }
  .fv-badge-text .large {
    color: #fff96c;
    font-size: 3.375rem;
    -webkit-text-stroke: 0.625rem #02429a;
    paint-order: stroke fill;
  }
  .fv-list {
    display: grid;
    width: 100%;
    margin-bottom: 3.875rem;
    position: relative;
  }
  .fv-item {
    grid-area: 1/1;
    padding: 1.25rem;
    position: relative;
    background: #899094;
    border-radius: 0 0 1.25rem 1.25rem;
    z-index: 0;
    -webkit-filter: drop-shadow(0 0 0.9375rem rgba(0, 0, 0, 0.18));
            filter: drop-shadow(0 0 0.9375rem rgba(0, 0, 0, 0.18));
  }
  .fv-item.is-active {
    background: #3c7ec0;
    z-index: 2;
  }
  .fv-item-tab {
    width: 13.4375rem;
    padding-block: 1.5rem;
    position: absolute;
    top: -8.4375rem;
    background: #899094;
    border-radius: 1.25rem 1.25rem 0 0;
    text-align: center;
    color: white;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
    -webkit-transition: top 0.5s, padding 0.5s;
    transition: top 0.5s, padding 0.5s;
  }
  .fv-item-tab span {
    color: #f5ef71;
    font-size: 2rem;
  }
  .fv-item.is-active .fv-item-tab {
    padding-block: 1.9375rem;
    top: -9.0625rem;
    background: #3c7ec0;
    z-index: 2;
  }
  .fv-item:nth-of-type(1) .fv-item-tab {
    left: 0;
  }
  .fv-item:nth-of-type(2) .fv-item-tab {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv-item:nth-of-type(3) .fv-item-tab {
    right: 0;
  }
  .fv-item-wrapper {
    padding: 1.4375rem 0 1.5rem;
    background: white;
    border-radius: 1.25rem;
  }
  .fv-item-txt {
    margin-bottom: 2.8125rem;
    text-align: center;
    color: #02429a;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .fv-item-img {
    display: block;
    width: 35rem;
    margin-inline: auto;
  }
  .fv-find {
    position: relative;
    margin-bottom: 12rem;
  }
  .fv-fukidashi {
    width: 41.875rem;
    margin: 0 auto;
    padding: 2.5rem 0 3.75rem;
    border-radius: 2.5rem;
    background: url("../images/cta-item-bg-sp.webp") no-repeat center/contain #ffffff;
  }
  .fv-fukidashi-category-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 11.875rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
    padding: 1.125rem 0 0;
    position: relative;
  }
  .fv-fukidashi-category {
    padding: 1rem 0;
    background: #ecf5fb;
    border-radius: 999px;
    color: #02429a;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .fv-fukidashi-wrapper {
    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.6875rem;
    margin: 0.6875rem 0 0;
  }
  .fv-fukidashi-wrapper picture {
    display: block;
    width: 11.625rem;
  }
  .fv-fukidashi-wrapper p {
    color: #02429a;
    font-weight: bold;
    font-size: 2rem;
  }
  .fv-recruit-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
    margin-inline: auto;
    font-size: 2.75rem;
    font-weight: 700;
  }
  .fv-recruit-heading .large {
    color: #02429a;
    font-size: 3.4375rem;
  }
  .fv-recruit-heading::before, .fv-recruit-heading::after {
    content: "";
    display: block;
    width: 1.4375rem;
    height: 2.5rem;
  }
  .fv-recruit-heading::before {
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    background: url(../images/fv-recruit-heading-before.webp) no-repeat top center/cover;
  }
  .fv-recruit-heading::after {
    background: url(../images/fv-recruit-heading-after.webp) no-repeat top center/cover;
  }
  .fv-recruit-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .fv-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    width: 100%;
    height: 8.75rem;
    margin-bottom: 1.875rem;
    padding-left: 1.5rem;
    position: relative;
    background: #36c933;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fv-line::after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .fv-line-img {
    width: 3.75rem;
  }
  .fv-line-txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.15;
  }
  .fv-link {
    place-content: center;
    width: 100%;
    height: 8.75rem;
    position: relative;
    border-radius: 1.25rem;
    background: -webkit-gradient(linear, left top, right bottom, from(#04459c), to(#2f88c7));
    background: linear-gradient(to bottom right, #04459c, #2f88c7);
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .fv-link::after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .fv-link-wrap {
    width: 41.875rem;
    margin: 4.6875rem auto 0;
  }
  .fv-link-txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .fv-link-txt span {
    color: #fff96c;
  }
  .cv {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    z-index: 9000;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cv.show {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cv-bg {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 1rem 2.5rem;
    background: #ffffff;
  }
  .cv-link {
    place-content: center;
    position: relative;
    width: 20.3125rem;
    height: 8.75rem;
    background: -webkit-gradient(linear, left top, right top, from(#04469c), to(#2a81c3));
    background: linear-gradient(to right, #04469c, #2a81c3);
    border-radius: 1.25rem;
  }
  .cv-link::after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .cv-link-txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1.25;
  }
  .cv-link-txt span {
    color: #fff96c;
  }
  .cv-line {
    place-content: center;
    width: 20.3125rem;
    height: 8.75rem;
    position: relative;
    background: #36c933;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .cv-line::after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .cv-line-img {
    width: 2.5rem;
    margin: 0 auto 0.3125rem;
  }
  .cv-line-txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.15;
  }
}
@media screen and (min-width: 768px) {
  .point-bg {
    padding: 8.4375rem 0 6.4375rem;
    background: #ecf5fb;
  }
  .point-title {
    margin-bottom: 2.625rem;
    position: relative;
    text-align: center;
    font-size: 2.25rem;
  }
  .point-title .large {
    color: #04479d;
    font-size: 3rem;
  }
  .point-title .circle {
    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;
    width: 6.4375rem;
    height: 6.4375rem;
    position: absolute;
    top: -2.5rem;
    left: 0rem;
    background: #04479d;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .point-ribon {
    display: block;
    width: 48.125rem;
    margin: 0 auto 1.625rem;
  }
  .point-band {
    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.25rem;
    width: 35.25rem;
    margin: 0 auto 2.5625rem;
    padding-block: 1.3125rem;
    position: relative;
    background: #f5ef71;
    border-radius: 2.9375rem;
    color: #02429a;
    font-size: 2.5rem;
    letter-spacing: -0.05em;
  }
  .point-band .large {
    color: #2e75b6;
    font-size: 4rem;
    font-weight: 700;
  }
  .point-band::after {
    content: "";
    width: 2.25rem;
    height: 1.125rem;
    position: absolute;
    bottom: -1.125rem;
    left: 50%;
    background: #f5ef71;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .point-item.__01 {
    margin-bottom: 6.0625rem;
  }
  .point-blue-box {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7.125rem;
    padding: 2.6875rem 3.6875rem 3.625rem 2.5rem;
    position: relative;
    background: #d1e7f5;
    border-radius: 1.25rem;
  }
  .point-blue-box::after {
    content: "";
    width: 1.8125rem;
    height: 2.1875rem;
    position: absolute;
    bottom: -3.9375rem;
    left: 50%;
    background: url(../images/point-blue-box-arrow.webp) no-repeat top left/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .point-blue-box-title {
    margin-bottom: 2.625rem;
    text-align: center;
    font-size: 2.375rem;
    letter-spacing: -0.05em;
  }
  .point-blue-box-title .blue {
    color: #02429a;
  }
  .point-blue-box-text {
    text-align: center;
    font-weight: 700;
  }
  .point-blue-box-text .text01 {
    margin-bottom: 1.625rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #04479d;
    font-size: 1.75rem;
  }
  .point-blue-box-text .text02 {
    color: #02429a;
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .point-blue-box-text .text02 .midium {
    font-size: 2.125rem;
  }
  .point-item.__01 .point-blue-box {
    grid-template-columns: 27.625rem 24.6875rem;
  }
  .point-item.__01 .point-blue-box::before {
    content: "";
    width: 11.25rem;
    height: 11.5rem;
    position: absolute;
    top: -9.125rem;
    left: 1.875rem;
    background: url(../images/point01-blue-box-human.webp) no-repeat top left/contain;
  }
  .point-item.__01 .point-blue-box-title {
    padding-left: 2.5rem;
  }
  .point-item.__02 .point-blue-box {
    grid-template-columns: 27.1875rem 25rem;
  }
  .point-item.__02 .point-blue-box::before {
    content: "";
    width: 10.25rem;
    height: 10.0625rem;
    position: absolute;
    top: -9.125rem;
    left: 1.875rem;
    background: url(../images/point02-blue-box-human.webp) no-repeat top left/contain;
  }
  .point-item.__02 .point-blue-box-title {
    padding-left: 2.5rem;
  }
  .point-subtitle01 {
    margin-bottom: 2.0625rem;
    position: relative;
    text-align: center;
    color: #05429a;
    font-size: 3.125rem;
    z-index: 2;
  }
  .point-subtitle01::before {
    content: "";
    width: 12rem;
    height: 7.4375rem;
    position: absolute;
    left: 50%;
    background: url(../images/point-ribon-bg.webp) no-repeat top left/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .point-subtitle01 .small {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.0625rem;
    position: relative;
    font-size: 2.5rem;
  }
  .point-subtitle01 .small::before {
    content: "";
    display: block;
    width: 1.375rem;
    height: 3.1875rem;
    position: absolute;
    bottom: 0;
    left: -1.75rem;
    background: url(../images/point01-subtitle-deco-before.webp) no-repeat top left/contain;
  }
  .point-subtitle01 .small::after {
    content: "";
    display: block;
    width: 1.375rem;
    height: 3.1875rem;
    position: absolute;
    bottom: 0;
    right: -1.75rem;
    background: url(../images/point01-subtitle-deco-after.webp) no-repeat top left/contain;
  }
  .point-subtitle01 .dot {
    position: relative;
  }
  .point-subtitle01 .dot::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: -1.25rem;
    left: 50%;
    background: #3c7ec0;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .point-item.__01 .point-subtitle01::before {
    bottom: -2.5rem;
  }
  .point-item.__02 .point-subtitle01::before {
    bottom: -1.25rem;
  }
  .point-item.__02 .point-subtitle01.diff {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-after: 1.625rem;
            margin-block-end: 1.625rem;
    margin-inline: auto;
    position: relative;
    font-size: 3.4375rem;
    letter-spacing: 0.05em;
  }
  .point-item.__02 .point-subtitle01.diff::before {
    content: "";
    display: block;
    width: 1.375rem;
    height: 3.1875rem;
    position: absolute;
    bottom: 0;
    left: -1.75rem;
    background: url(../images/point01-subtitle-deco-before.webp) no-repeat top left/contain;
  }
  .point-item.__02 .point-subtitle01.diff::after {
    content: "";
    display: block;
    width: 1.375rem;
    height: 3.1875rem;
    position: absolute;
    bottom: 0;
    right: -1.75rem;
    background: url(../images/point01-subtitle-deco-after.webp) no-repeat top left/contain;
  }
  .point-item.__02 .point-subtitle01.diff .small {
    display: inline;
    font-size: 2.375rem;
    letter-spacing: 0.1em;
  }
  .point-item.__02 .point-subtitle01.diff .small::before, .point-item.__02 .point-subtitle01.diff .small::after {
    display: none;
  }
  .point-item.__02 .point-subtitle01.diff .medium {
    font-size: 3.125rem;
  }
  .point-item.__02 .point-subtitle01.diff .large {
    position: relative;
    font-size: 3.75rem;
  }
  .point-item.__02 .point-subtitle01.diff .large::before {
    content: "";
    width: 1.25rem;
    height: 1.4375rem;
    position: absolute;
    top: -0.9375rem;
    left: -0.4375rem;
    background: url(../images/point-subtitle01-large-deco.webp) no-repeat top left/cover;
  }
  .point-item.__02 .point-subtitle01-text.diff .logo {
    width: 43.4375rem;
  }
  .point-subtitle01-text {
    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;
    row-gap: 0.8125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.0625rem;
    color: #02429a;
    font-size: 2.625rem;
  }
  .point-subtitle01-text .logo {
    display: block;
    width: 30.4375rem;
    margin-right: 1.1875rem;
  }
  .point-subtitle01-text .italic {
    font-size: 3.125rem;
    font-style: italic;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .point-subtitle01-text .block {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
  }
  .point-white-box {
    padding: 2.625rem 5rem 3.1875rem;
    background: #fff;
    border: 2px solid #02429a;
    border-radius: 1.25rem;
  }
  .point-white-box-title {
    border-bottom: 2px solid #02429a;
    text-align: center;
    color: #02429a;
    font-size: 2.25rem;
  }
  .point-white-box-wrapper {
    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;
  }
  .point-white-box-wrapper .text {
    width: 28.125rem;
  }
  .point-white-box-wrapper .text p {
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
  }
  .point-white-box-wrapper .text p:last-child {
    margin-bottom: 0;
  }
  .point-white-box-text {
    margin-bottom: 1.625rem;
    text-align: center;
    color: #02429a;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .point-white-box-text .band {
    display: inline-block;
    margin-inline: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: #02429a;
    color: #f5ef71;
    font-size: 2.5rem;
    line-height: 1;
  }
  .point-item.__01 .point-white-box-wrapper {
    margin-bottom: 4.0625rem;
  }
  .point-item.__01 .point-white-box-wrapper .logo {
    display: block;
    width: 21.25rem;
  }
  .point-item.__01 .point-white-box-title {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .point-item.__02 .point-white-box {
    -webkit-margin-after: 7.125rem;
            margin-block-end: 7.125rem;
    position: relative;
  }
  .point-item.__02 .point-white-box::after {
    content: "";
    width: 1.8125rem;
    height: 2.1875rem;
    position: absolute;
    bottom: -3.5rem;
    left: 50%;
    background: url(../images/point-blue-box-arrow.webp) no-repeat top left/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .point-item.__02 .point-white-box-wrapper {
    position: relative;
  }
  .point-item.__02 .point-white-box-wrapper .logo {
    display: block;
    width: 23.125rem;
    position: absolute;
    right: -2.5rem;
    bottom: -3.1875rem;
  }
  .point-item.__02 .point-white-box-title {
    margin-bottom: 1.5625rem;
    padding-bottom: 1.5625rem;
    line-height: 1.5;
  }
  .point-item.__02 .point-white-box-job {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    padding-inline: 3.625rem;
  }
  .point-item.__02 .point-white-box-job::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .point-bg {
    padding: 6.5rem 0 6.3125rem;
    background: #ecf5fb;
  }
  .point-title {
    margin-left: 3.75rem;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
    font-size: 3.125rem;
  }
  .point-title .large {
    color: #04479d;
    font-size: 3.75rem;
  }
  .point-title .circle {
    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;
    width: 7.5rem;
    height: 7.5rem;
    position: absolute;
    top: -1.875rem;
    left: -3.75rem;
    background: #04479d;
    border-radius: 50%;
    color: #fff;
    font-size: 1.875rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .point-ribon {
    display: block;
    margin: 0 auto 2.0625rem;
  }
  .point-band {
    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.25rem;
    margin: 0 auto 3.125rem;
    padding-block: 1.5625rem;
    position: relative;
    background: #f5ef71;
    border-radius: 3.75rem;
    color: #02429a;
    font-size: 3.0625rem;
    letter-spacing: -0.05em;
  }
  .point-band .large {
    color: #2e75b6;
    font-size: 5rem;
    font-weight: 700;
  }
  .point-band::after {
    content: "";
    width: 2.9375rem;
    height: 1.4375rem;
    position: absolute;
    bottom: -1.4375rem;
    left: 50%;
    background: #f5ef71;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .point-item.__01 {
    margin-bottom: 5rem;
  }
  .point-blue-box {
    margin-bottom: 10.25rem;
    padding: 3.5625rem 1.75rem 3.4375rem;
    position: relative;
    background: #d1e7f5;
    border-radius: 1.25rem;
  }
  .point-blue-box::after {
    content: "";
    width: 2.9375rem;
    height: 3.5rem;
    position: absolute;
    bottom: -6.125rem;
    left: 50%;
    background: url(../images/point-blue-box-arrow.webp) no-repeat top left/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .point-blue-box-title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 2.5rem 2.5rem auto;
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
  }
  .point-blue-box-title .blue {
    color: #02429a;
  }
  .point-blue-box-img {
    display: block;
    margin-bottom: 2.25rem;
  }
  .point-blue-box-text {
    width: 35rem;
    margin-inline: auto;
    text-align: center;
    font-weight: 700;
  }
  .point-blue-box-text .text01 {
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #04479d;
    font-size: 2.5rem;
  }
  .point-blue-box-text .text02 {
    color: #02429a;
    font-size: 2.875rem;
    line-height: 1.5;
  }
  .point-item.__01 .point-blue-box::before {
    content: "";
    width: 13.4375rem;
    height: 14.625rem;
    position: absolute;
    top: -11.5625rem;
    left: 1.875rem;
    background: url(../images/point01-blue-box-human.webp) no-repeat top left/contain;
  }
  .point-item.__02 .point-blue-box-title {
    margin-right: 0;
  }
  .point-item.__02 .point-blue-box::before {
    content: "";
    width: 14.9375rem;
    height: 15.3125rem;
    position: absolute;
    top: -13.125rem;
    left: 0.9375rem;
    background: url(../images/point02-blue-box-human.webp) no-repeat top left/contain;
  }
  .point-subtitle01 {
    margin-bottom: 1.8125rem;
    position: relative;
    text-align: center;
    color: #05429a;
    font-size: 4rem;
    line-height: 1.25;
    z-index: 2;
  }
  .point-subtitle01::before {
    content: "";
    width: 23.375rem;
    height: 14.4375rem;
    position: absolute;
    left: 50%;
    background: url(../images/point-ribon-bg.webp) no-repeat top left/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .point-subtitle01 .small {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.5625rem;
    position: relative;
    font-size: 3.125rem;
    line-height: 1;
  }
  .point-subtitle01 .small::before {
    content: "";
    display: block;
    width: 1.375rem;
    height: 3.1875rem;
    position: absolute;
    bottom: 0;
    left: -1.75rem;
    background: url(../images/point01-subtitle-deco-before.webp) no-repeat top left/contain;
  }
  .point-subtitle01 .small::after {
    content: "";
    display: block;
    width: 1.375rem;
    height: 3.1875rem;
    position: absolute;
    bottom: 0;
    right: -1.75rem;
    background: url(../images/point01-subtitle-deco-after.webp) no-repeat top left/contain;
  }
  .point-subtitle01 .dot {
    position: relative;
  }
  .point-subtitle01 .dot::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    top: -1.125rem;
    left: 50%;
    background: #3c7ec0;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .point-item.__01 .point-subtitle01::before {
    bottom: 0.625rem;
  }
  .point-item.__02 .point-subtitle01::before {
    bottom: -2.5rem;
  }
  .point-item.__02 .point-subtitle01.diff {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
    margin-inline: auto;
    position: relative;
    font-size: 4.6875rem;
    letter-spacing: 0.05em;
  }
  .point-item.__02 .point-subtitle01.diff::before {
    content: "";
    display: block;
    width: 4.0625rem;
    height: 8.25rem;
    position: absolute;
    bottom: 0;
    left: -2.875rem;
    background: url(../images/point01-subtitle-deco-before-sp.webp) no-repeat top left/contain;
  }
  .point-item.__02 .point-subtitle01.diff::after {
    content: "";
    display: block;
    width: 4.0625rem;
    height: 8.25rem;
    position: absolute;
    bottom: 0;
    right: -2.875rem;
    background: url(../images/point01-subtitle-deco-after-sp.webp) no-repeat top left/contain;
  }
  .point-item.__02 .point-subtitle01.diff .small {
    display: inline;
    font-size: 3.125rem;
    letter-spacing: 0.1em;
  }
  .point-item.__02 .point-subtitle01.diff .small::before, .point-item.__02 .point-subtitle01.diff .small::after {
    display: none;
  }
  .point-item.__02 .point-subtitle01.diff .medium {
    font-size: 4.25rem;
  }
  .point-item.__02 .point-subtitle01.diff .large {
    position: relative;
    font-size: 5rem;
  }
  .point-item.__02 .point-subtitle01.diff .large::before {
    content: "";
    width: 1.5625rem;
    height: 1.875rem;
    position: absolute;
    top: -0.875rem;
    left: -1.25rem;
    background: url(../images/point-subtitle01-large-deco.webp) no-repeat top left/cover;
  }
  .point-item.__02 .point-subtitle01-text.diff .logo {
    width: 100%;
  }
  .point-subtitle01-text {
    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;
    row-gap: 0.8125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.9375rem;
    color: #02429a;
    font-size: 2.625rem;
  }
  .point-subtitle01-text .logo {
    display: block;
    width: 30.4375rem;
    margin-right: 1.1875rem;
  }
  .point-subtitle01-text .italic {
    font-size: 3.125rem;
    font-style: italic;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .point-subtitle01-text .block {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
  }
  .point-white-box {
    padding: 4.6875rem 1.75rem 5.6875rem;
    background: #fff;
    border: 2px solid #02429a;
    border-radius: 1.25rem;
  }
  .point-white-box-title {
    border-bottom: 2px solid #02429a;
    text-align: center;
    color: #02429a;
    font-size: 3rem;
    line-height: 1.5;
  }
  .point-white-box-wrapper .text p {
    margin-bottom: 2.25rem;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.8;
  }
  .point-white-box-wrapper .text p:last-child {
    margin-bottom: 0;
  }
  .point-white-box-text {
    margin-bottom: 3.125rem;
    text-align: center;
    color: #02429a;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .point-white-box-text .band {
    display: inline-block;
    margin-inline: 0.25rem;
    padding: 0.5rem 0.75rem;
    background: #02429a;
    color: #f5ef71;
    font-size: 2.5rem;
    line-height: 1;
  }
  .point-item.__01 .point-white-box-wrapper {
    margin-bottom: 4.0625rem;
  }
  .point-item.__01 .point-white-box-wrapper .logo {
    display: block;
    width: 34.375rem;
    margin-inline: auto;
    margin-bottom: 3.375rem;
  }
  .point-item.__01 .point-white-box-title {
    margin-bottom: 2.8125rem;
    padding-bottom: 2.5rem;
  }
  .point-item.__02 .point-white-box {
    -webkit-margin-after: 8.75rem;
            margin-block-end: 8.75rem;
    padding-bottom: 2.625rem;
    position: relative;
  }
  .point-item.__02 .point-white-box::after {
    content: "";
    width: 2.9375rem;
    height: 3.5rem;
    position: absolute;
    bottom: -6.125rem;
    left: 50%;
    background: url(../images/point-blue-box-arrow.webp) no-repeat top left/contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .point-item.__02 .point-white-box-wrapper {
    position: relative;
  }
  .point-item.__02 .point-white-box-wrapper .logo {
    display: block;
    width: 38.25rem;
    position: relative;
    bottom: -2.875rem;
  }
  .point-item.__02 .point-white-box-title {
    margin-bottom: 3.375rem;
    padding-bottom: 2.6875rem;
    line-height: 1.5;
  }
  .point-item.__02 .point-white-box-job {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
    padding-inline: 0rem;
  }
  .point-item.__02 .point-white-box-job::after {
    display: none;
  }
  .point-item.__02 .point-white-box-job .point-white-box-title {
    margin-inline: 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .online {
    padding-bottom: 4rem;
    background: url("../images/online-bg.webp") no-repeat center/cover;
  }
  .online-title {
    padding: 1.4375rem 0 2.375rem;
    background: #3c7ec0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(50% + 15px) calc(100% - 15px), 50% 100%, calc(50% - 15px) calc(100% - 15px), 0 calc(100% - 15px));
    text-align: center;
    color: #fff;
    font-size: 1.625rem;
  }
  .online-lead01 {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.625rem;
    white-space: nowrap;
  }
  .online-lead01 .bold {
    font-weight: 700;
  }
  .online-lead02 {
    margin-top: 2.25rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .online-lead02 .block {
    display: block;
  }
  .online-lead02 .block02 {
    margin-left: 11.25rem;
  }
  .online-lead02 .dot {
    position: relative;
  }
  .online-lead02 .dot::before {
    content: "";
    position: absolute;
    top: -0.3125rem;
    left: 50%;
    width: 0.4375rem;
    height: 0.4375rem;
    background: #3c7ec0;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .online-lead02 .accent01 {
    color: #36c933;
    font-size: 3.75rem;
  }
  .online-lead02 .accent02 {
    color: #ff9900;
    font-size: 3.75rem;
  }
  .online-list {
    margin-top: 2.1875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    position: relative;
  }
  .online-list::before {
    content: "";
    width: 10rem;
    height: 10.1875rem;
    position: absolute;
    top: -10rem;
    left: 1.25rem;
    background: url(../images/online-human.webp) no-repeat top left/cover;
  }
  .online-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-template-columns: 3rem 1fr;
    padding-left: 3.75rem;
    padding-right: 1.875rem;
  }
  .online-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-template-columns: 2.8125rem 1fr;
    padding-left: 3.75rem;
    padding-right: 1.875rem;
  }
  .online-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-template-columns: 4.875rem 1fr;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .online-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-template-columns: 3.9375rem 1fr;
    padding-left: 2.9375rem;
    padding-right: 1.875rem;
  }
  .online-item {
    display: grid;
    grid-template-areas: ". title" "icon text";
    gap: 1.125rem;
    place-content: center;
    height: 9.375rem;
    position: relative;
    background: #ecf5fb;
    border: 0.125rem solid #02429a;
    border-radius: 0.9375rem;
  }
  .online-item-band {
    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;
    width: 7rem;
    height: 3.125rem;
    position: absolute;
    top: -0.125rem;
    left: -0.125rem;
    background: #fff96c;
    border-radius: 0.9375rem 0rem 0.9375rem 0;
    border: 0.125rem solid #02429a;
    color: #0245a1;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Albert Sans", sans-serif;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .online-item-band .num {
    font-size: 2.375rem;
  }
  .online-item-title {
    grid-area: title;
    color: #02429a;
    font-size: 1.375rem;
    font-weight: 700;
  }
  .online-item-icon {
    grid-area: icon;
  }
  .online-item-text {
    grid-area: text;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .online-foot-lead {
    margin-top: 3.125rem;
    text-align: center;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .online-link-wrap {
    display: grid;
    grid-template-columns: repeat(2, 30.75rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }
  .online-line {
    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;
    height: 6.25rem;
    position: relative;
    background: #36c933;
    border-radius: 3.75rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .online-line::after {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .online-line-img {
    width: 2.375rem;
    margin: 0 1.875rem 0 0;
  }
  .online-line-txt {
    margin: 0 2.5rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .online-pro {
    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;
    height: 6.25rem;
    position: relative;
    background: #ff9900;
    border-radius: 3.75rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .online-pro::after {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .online-pro-img {
    width: 2.375rem;
    margin: 0 1.875rem 0 0;
  }
  .online-pro-txt {
    margin: 0 2.5rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .online {
    padding-bottom: 5.3125rem;
    background: url("../images/online-bg-sp.webp") no-repeat center/cover;
  }
  .online-title {
    padding: 2.625rem 0 3.5rem;
    background: #3c7ec0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.9375rem), calc(50% + 0.9375rem) calc(100% - 0.9375rem), 50% 100%, calc(50% - 0.9375rem) calc(100% - 0.9375rem), 0 calc(100% - 0.9375rem));
    text-align: center;
    color: #fff;
    font-size: 2.25rem;
  }
  .online-lead01 {
    margin-top: 3rem;
    text-align: center;
    font-size: 2.125rem;
    line-height: 1.5;
    white-space: nowrap;
  }
  .online-lead01 .bold {
    font-weight: 700;
  }
  .online-lead02 {
    margin-top: 2.25rem;
    font-size: 3.625rem;
    font-weight: 700;
    line-height: 1.15;
  }
  .online-lead02 .block {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .online-lead02 .block02 {
    margin: 0 0 0 auto;
  }
  .online-lead02 .dot {
    position: relative;
  }
  .online-lead02 .dot::before {
    content: "";
    position: absolute;
    top: -1.25rem;
    left: 50%;
    width: 0.625rem;
    height: 0.625rem;
    background: #3c7ec0;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .online-lead02 .accent01 {
    color: #36c933;
    font-size: 5.625rem;
  }
  .online-lead02 .accent02 {
    color: #ff9900;
    font-size: 5.625rem;
    letter-spacing: -0.1em;
  }
  .online-list {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    position: relative;
  }
  .online-list::before {
    content: "";
    width: 15.625rem;
    height: 15.8125rem;
    position: absolute;
    top: -15rem;
    left: 0.625rem;
    background: url(../images/online-human.webp) no-repeat top left/cover;
  }
  .online-item:nth-child(1) {
    grid-template-columns: 5.0625rem 1fr;
    padding-left: 3.75rem;
    padding-right: 1.875rem;
  }
  .online-item:nth-child(2) {
    grid-template-columns: 4.75rem 1fr;
    padding-left: 4.375rem;
    padding-right: 1.875rem;
  }
  .online-item:nth-child(3) {
    grid-template-columns: 6.6875rem 1fr;
    padding-left: 3.125rem;
    padding-right: 1.875rem;
  }
  .online-item:nth-child(4) {
    grid-template-columns: 5.3125rem 1fr;
    padding-left: 4.375rem;
    padding-right: 1.875rem;
  }
  .online-item {
    display: grid;
    grid-template-areas: ". title" "icon text";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8125rem 2.1875rem;
    place-content: center;
    height: 14.6875rem;
    position: relative;
    background: #ecf5fb;
    border: 0.25rem solid #02429a;
    border-radius: 0.9375rem;
  }
  .online-item-band {
    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.5rem;
    width: 10rem;
    height: 4.375rem;
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    background: #fff96c;
    border-radius: 0.9375rem 0rem 0.9375rem 0;
    border: 0.25rem solid #02429a;
    color: #0245a1;
    font-size: 1.375rem;
    font-weight: 700;
    font-family: "Albert Sans", sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .online-item-band .num {
    font-size: 3.25rem;
  }
  .online-item-title {
    grid-area: title;
    color: #02429a;
    font-size: 2.25rem;
    font-weight: 700;
  }
  .online-item-icon {
    grid-area: icon;
  }
  .online-item-text {
    grid-area: text;
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .online-foot-lead {
    margin-top: 2.9375rem;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    white-space: nowrap;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .online-link-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
    margin-top: 3rem;
  }
  .online-line {
    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;
    height: 8.75rem;
    position: relative;
    background: #36c933;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .online-line::after {
    content: "";
    display: block;
    width: 0.8125rem;
    height: 1.3125rem;
    background: #fff;
    --thickness: 0.25rem;
    clip-path: polygon(0 0, var(--thickness) 0, 100% 50%, var(--thickness) 100%, 0 100%, calc(100% - var(--thickness)) 50%);
  }
  .online-line-img {
    width: 3.75rem;
    margin: 0 2.1875rem 0 0;
  }
  .online-line-txt {
    margin: 0 2.9375rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
  }
  .online-pro {
    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;
    height: 8.75rem;
    position: relative;
    background: #ff9900;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.325rem 0.5rem 0.9375rem rgba(0, 0, 0, 0.15);
  }
  .online-pro::after {
    content: "";
    display: block;
    width: 0.8125rem;
    height: 1.3125rem;
    background: #fff;
    --thickness: 0.25rem;
    clip-path: polygon(0 0, var(--thickness) 0, 100% 50%, var(--thickness) 100%, 0 100%, calc(100% - var(--thickness)) 50%);
  }
  .online-pro-img {
    width: 3.75rem;
    margin: 0 2.1875rem 0 0;
  }
  .online-pro-txt {
    margin: 0 4.6875rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .definition-bg {
    padding: 10.875rem 0 6.25rem;
    background: #ecf5fb;
  }
  .definition-building {
    position: absolute;
    top: -9.0625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 66.75rem;
  }
  .definition-human {
    position: absolute;
    top: -3.125rem;
    right: 9.375rem;
    width: 8.3125rem;
  }
  .definition-top {
    position: relative;
    z-index: 5;
    margin: 0 0 2.1875rem;
    color: #02429a;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.12em;
  }
  .definition-top::after {
    content: "";
    position: absolute;
    bottom: -0.8125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 11.125rem;
    height: 0.5rem;
    background: url("../images/definition-top-line.webp") no-repeat center/contain;
  }
  .definition h2 {
    position: relative;
    z-index: 5;
    margin: 0 0 2.1875rem;
    color: #333333;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .definition h2 .blue {
    color: #02429a;
    font-size: 3.125rem;
    letter-spacing: 0.06em;
  }
  .definition h2 .albert {
    color: #02429a;
    font-weight: bold;
    font-size: 4.375rem;
    letter-spacing: 0.06em;
  }
  .definition-arrow {
    width: 2.1875rem;
    margin: 0 auto;
  }
  .definition-category {
    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;
    width: 30.1875rem;
    height: 8.425rem;
    margin: -1.5625rem auto 2.25rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.06em;
    background: url("../images/definition-category-bg.webp") no-repeat center/cover;
  }
  .definition-category .yellow {
    color: #fff96c;
    font-weight: bold;
    font-size: 2.25rem;
  }
  .definition-category .num {
    font-size: 3.125rem;
  }
  .definition-item {
    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;
    margin: 0 0 4.625rem;
  }
  .definition-item:last-child {
    margin: 0;
  }
  .definition-item-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35rem;
    margin: 0 0 2.1875rem;
    padding: 0 0 2.125rem;
    border-bottom: 2px solid #02429a;
  }
  .definition-item-ttl.diff {
    padding: 0 0 0.9375rem;
  }
  .definition-item-ttl-num {
    margin: 0 1.625rem 0 0;
    color: #c3e1f5;
    font-weight: 900;
    font-size: 6.875rem;
  }
  .definition-item-ttl-num.diff {
    margin: 0 0.625rem 0 0;
  }
  .definition-item-ttl-txt {
    color: #02429a;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.48;
  }
  .definition-item-ttl-txt.diff {
    font-size: 1.8125rem;
  }
  .definition-item-txt {
    margin: 0 0 2.1875rem;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 2.11;
  }
  .definition-item-txt span {
    color: #02429a;
    font-weight: bold;
  }
  .definition-item-btn {
    cursor: pointer;
    width: 35rem;
  }
  .definition-item-graph {
    width: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .definition-bg {
    padding: 13.0625rem 0 7.5rem;
    background: #ecf5fb;
  }
  .definition-building {
    position: absolute;
    top: -10.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 54.375rem;
  }
  .definition-human {
    position: absolute;
    top: -8.4375rem;
    right: -0.9375rem;
    width: 10.3125rem;
  }
  .definition-top {
    position: relative;
    z-index: 5;
    margin: 0 0 2.75rem;
    color: #02429a;
    font-size: 2.1875rem;
    text-align: center;
    letter-spacing: 0.12em;
  }
  .definition-top::after {
    content: "";
    position: absolute;
    bottom: -1.5625rem;
    left: 49%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 16.25rem;
    height: 0.75rem;
    background: url("../images/definition-top-line-sp.webp") no-repeat center/contain;
  }
  .definition h2 {
    position: relative;
    z-index: 5;
    margin: 0 0 1.5625rem;
    color: #333333;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .definition h2 .blue {
    color: #02429a;
    font-size: 4.625rem;
    letter-spacing: -0.03em;
  }
  .definition h2 .albert {
    color: #02429a;
    font-weight: bold;
    font-size: 6.5625rem;
    letter-spacing: 0.06em;
  }
  .definition-arrow {
    width: 2.4375rem;
    margin: 0 auto;
  }
  .definition-category {
    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;
    width: 43.125rem;
    height: 12.1875rem;
    margin: -1.5625rem auto 1.6875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.06em;
    background: url("../images/definition-category-bg.webp") no-repeat center/cover;
  }
  .definition-category .yellow {
    color: #fff96c;
    font-weight: bold;
    font-size: 3rem;
  }
  .definition-category .num {
    font-size: 4.1875rem;
  }
  .definition-item {
    margin: 0 0 15.625rem;
  }
  .definition-item:last-child {
    margin: 0;
  }
  .definition-item-ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.25rem;
  }
  .definition-item-ttl::after {
    content: "";
    position: absolute;
    bottom: 0.625rem;
    left: 0;
    width: 41.875rem;
    height: 0.125rem;
    border-bottom: 2px solid #02429a;
  }
  .definition-item-ttl-num {
    color: #c3e1f5;
    font-weight: 900;
    font-size: 13.75rem;
  }
  .definition-item-ttl-txt {
    margin: 0 0 0 -0.8125rem;
    color: #02429a;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
  }
  .definition-item-ttl-txt.diff {
    margin: 0 0 0 -7.5rem;
  }
  .definition-item-txt {
    margin: 0 0 2.1875rem;
    color: #333333;
    font-size: 1.875rem;
    line-height: 1.6;
    text-align: center;
  }
  .definition-item-txt span {
    color: #02429a;
    font-weight: bold;
  }
  .definition-item-btn {
    position: absolute;
    top: 100rem;
    left: 0;
    cursor: pointer;
    width: 41.875rem;
  }
  .definition-item-graph {
    width: 41.875rem;
  }
}
@media screen and (min-width: 768px) {
  .found-bg01 {
    padding: 11.1875rem 0 8.125rem;
    background: url("../images/found-bg01.webp") no-repeat center/cover;
  }
  .found-top {
    padding: 1.25rem 0;
    color: #fefeff;
    background: -webkit-gradient(linear, left top, right bottom, from(#04459c), to(#2f88c7));
    background: linear-gradient(to bottom right, #04459c, #2f88c7);
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .found-top span {
    color: #f5ef72;
  }
  .found-bg02 {
    padding: 5rem 0 6.375rem;
    background: url("../images/found-bg02.webp") no-repeat center/cover;
  }
  .found h2 {
    margin: 0 0 0.9375rem;
  }
  .found-box {
    position: relative;
    background: #ffffff;
    padding: 6.0625rem 0 2.875rem;
    border: 2px solid #02429a;
    border-radius: 1.875rem;
  }
  .found-box-item {
    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;
    width: 55rem;
    margin: 0 auto 1.3125rem;
  }
  .found-box-item-txt01 {
    position: relative;
    width: 25.9375rem;
    margin: 0 auto 1.1875rem;
    padding: 1.5625rem 0 1.4375rem;
    border-radius: 2.5rem;
    background: #899094;
    color: #ffffff;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .found-box-item-txt01::after {
    position: absolute;
    bottom: -0.75rem;
    left: 47%;
    content: "";
    border-style: solid;
    border-width: 1.25rem 0.9375rem 0 0.9375rem;
    border-color: #899094 transparent transparent transparent;
  }
  .found-box-item-human {
    width: 8.75rem;
    margin: 0 auto;
  }
  .found-box-item-arrow {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 11.8125rem;
    height: 6.1rem;
    margin: 6.875rem -6.25rem 0;
    padding: 0 0 0 1.4375rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.08em;
    background: url("../images/found-box-item-arrow.webp") no-repeat center/cover;
  }
  .found-box-item-arrow span {
    color: #f3ef71;
  }
  .found-box-item-arrow.diff {
    padding: 0 0 0 0.75rem;
    letter-spacing: -0.04em;
  }
  .found-box-item-txt02 {
    position: relative;
    width: 25.9375rem;
    margin: 0 auto 1.1875rem;
    padding: 1.5625rem 0 1.4375rem;
    border-radius: 2.5rem;
    background: #02429a;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .found-box-item-txt02::after {
    position: absolute;
    bottom: -0.75rem;
    left: 47%;
    content: "";
    border-style: solid;
    border-width: 1.25rem 0.9375rem 0 0.9375rem;
    border-color: #02429a transparent transparent transparent;
  }
  .found-box-item-illustration {
    width: 8.75rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .found-bg01 {
    padding: 4.0625rem 0 22.1875rem;
    background: url("../images/found-bg01-sp.webp") no-repeat center/cover;
  }
  .found-top {
    margin: 0 0 0 1.875rem;
    color: #fefeff;
    background: url("../images/found-top01-bg-sp.webp") no-repeat center/cover;
    font-size: 2.875rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .found-top .back {
    padding: 1.3125rem 1.6875rem 1.3125rem 0.9375rem;
  }
  .found-top .back02 {
    position: relative;
    z-index: 5;
    padding: 1.3125rem 1.875rem;
  }
  .found-top .back03 {
    padding: 1.3125rem 1.375rem 1.3125rem 1.4375rem;
  }
  .found-top .yellow {
    color: #f5ef72;
    font-size: 3.375rem;
  }
  .found-bg02 {
    padding: 5rem 0 5.9375rem;
    background: url("../images/found-bg02-sp.webp") no-repeat center/cover;
  }
  .found h2 {
    margin: 0 0 1.0625rem;
  }
  .found-box {
    position: relative;
    background: #ffffff;
    padding: 6.9375rem 0 2.875rem;
    border: 2px solid #02429a;
    border-radius: 1.875rem;
  }
  .found-box-logo {
    position: absolute;
    top: -1.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 30rem;
    padding: 0 1.875rem;
    background: #ffffff;
  }
  .found-box-item {
    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;
    width: 38.125rem;
    margin: 0 auto 3.0625rem;
  }
  .found-box-item-txt01 {
    position: relative;
    width: 17.0625rem;
    margin: 0 auto 1.5rem;
    padding: 1.1875rem 0 1.0625rem;
    border-radius: 0.3125rem;
    background: #899094;
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.45;
  }
  .found-box-item-txt01::after {
    position: absolute;
    bottom: -0.75rem;
    left: 44%;
    content: "";
    border-style: solid;
    border-width: 1.25rem 0.9375rem 0 0.9375rem;
    border-color: #899094 transparent transparent transparent;
  }
  .found-box-item-human {
    width: 11.25rem;
    margin: 0 auto;
  }
  .found-box-item-arrow {
    position: absolute;
    top: 8.125rem;
    left: 23.125rem;
    width: 9.0625rem;
    height: 5.5rem;
    margin: 6.875rem -6.25rem 0;
    padding: 2rem 0 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.08em;
    background: url("../images/found-box-item-arrow-sp.webp") no-repeat center/cover;
    line-height: 1.27;
  }
  .found-box-item-arrow span {
    margin: 0 0 0 -0.3125rem;
    color: #f3ef71;
  }
  .found-box-item-arrow.diff {
    letter-spacing: -0.04em;
  }
  .found-box-item-arrow.arrow02 {
    top: 31.25rem;
  }
  .found-box-item-arrow.arrow03 {
    top: 54.375rem;
    font-size: 1.25rem;
  }
  .found-box-item-txt02 {
    position: relative;
    width: 17.1875rem;
    margin: 0 auto 1.1875rem;
    padding: 1.1875rem 0 1.1875rem;
    border-radius: 0.3125rem;
    background: #02429a;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.45;
  }
  .found-box-item-txt02::after {
    position: absolute;
    bottom: -0.75rem;
    left: 47%;
    content: "";
    border-style: solid;
    border-width: 1.25rem 0.9375rem 0 0.9375rem;
    border-color: #02429a transparent transparent transparent;
  }
  .found-box-item-txt02.diff {
    padding: 2.25rem 0;
  }
  .found-box-item-illustration {
    width: 11.25rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .anxiety {
    margin-top: -2px;
  }
  .anxiety-title {
    padding-block: 1.4375rem;
    position: relative;
    background: #3c7ec0;
    text-align: center;
    color: #fff;
    font-size: 1.625rem;
  }
  .anxiety-title::after {
    content: "";
    width: 2.125rem;
    height: 1.0625rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    background: #3c7ec0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .anxiety-bg {
    padding-block: 1.375rem 3.75rem;
    background: url(../images/anxiety-bg.webp) no-repeat bottom center/cover;
  }
  .anxiety-inner {
    width: 57.625rem;
  }
  .anxiety-subtitle {
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 1.625rem;
  }
  .anxiety-subtitle .blue {
    color: #02429a;
  }
  .anxiety-subtitle .large {
    font-size: 2.75rem;
  }
  .anxiety-subtitle .midium {
    font-size: 2.25rem;
  }
  .anxiety-line-text {
    display: block;
    position: absolute;
    top: 6.25rem;
    left: 0rem;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.25;
    z-index: 2;
  }
  .anxiety-line-text::before {
    content: "";
    width: 10.1875rem;
    height: 10.1875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/anxiety-line-text-bg.webp) no-repeat top left/contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .anxiety-line-text .midium {
    font-size: 1.25rem;
  }
  .anxiety-line-text .large {
    font-size: 1.625rem;
  }
  .anxiety-text-wrapper {
    width: 28.5rem;
    margin-right: 0;
    margin-left: auto;
  }
  .anxiety-text-wrapper p {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.6875rem;
    padding: 0.875rem;
    background: #fff;
    border-radius: 1.5625rem 1.375rem 1.375rem 0;
    font-weight: 500;
  }
  .anxiety-text-wrapper p:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
  }
  .anxiety-text-wrapper p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .anxiety {
    margin-top: -2px;
  }
  .anxiety-title {
    padding-block: 2.375rem;
    position: relative;
    background: #3c7ec0;
    text-align: center;
    color: #fff;
    font-size: 2.75rem;
  }
  .anxiety-title::after {
    content: "";
    width: 3.8125rem;
    height: 1.875rem;
    position: absolute;
    bottom: -1.875rem;
    left: 50%;
    background: #3c7ec0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .anxiety-bg {
    padding-block: 2.875rem 2.5625rem;
    background: url(../images/anxiety-bg-sp.webp) no-repeat bottom center/cover;
  }
  .anxiety-subtitle {
    margin-bottom: 8.5rem;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.8;
  }
  .anxiety-subtitle .blue {
    color: #02429a;
  }
  .anxiety-subtitle .large {
    font-size: 4.375rem;
    line-height: 1;
  }
  .anxiety-subtitle .midium {
    font-size: 3.75rem;
    line-height: 1;
  }
  .anxiety-line-text {
    display: block;
    width: 22.5rem;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 7.5rem;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.25;
    z-index: 2;
  }
  .anxiety-line-text::before {
    content: "";
    width: 22.5rem;
    height: 22.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/anxiety-line-text-bg.webp) no-repeat top left/contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .anxiety-line-text .midium {
    font-size: 2.5rem;
  }
  .anxiety-line-text .large {
    font-size: 3.375rem;
  }
  .anxiety-text-wrapper p {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 1.3125rem;
    padding: 1.5rem 1.75rem;
    background: #fff;
    border-radius: 3.5rem 3.5rem 3.5rem 0;
    font-size: 1.75rem;
    font-weight: 500;
  }
  .anxiety-text-wrapper p:last-child {
    margin-right: 7.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .reason-bg {
    padding: 5.3125rem 0 6.25rem;
    background: #fff;
  }
  .reason-title {
    margin-bottom: 2.75rem;
    position: relative;
    text-align: center;
    font-size: 2.75rem;
    font-weight: 700;
  }
  .reason-title-band {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.25rem;
    padding: 0.75rem 1.625rem;
    background: #ecf5fb;
    border-radius: 100vmax;
    font-size: 1.875rem;
  }
  .reason-title-band span {
    color: #05429a;
  }
  .reason-title--large {
    color: #05429a;
    font-size: 3.75rem;
  }
  .reason-title::after {
    content: "";
    width: 7.125rem;
    height: 10.0625rem;
    position: absolute;
    top: 0rem;
    right: 2.5rem;
    background: url(../images/reason-title-deco.webp) no-repeat top center/contain;
  }
  .reason-match-img {
    display: block;
    width: 50rem;
    margin: 0 auto 3.25rem;
  }
  .reason-text {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .reason-text--medium {
    font-size: 1.875rem;
  }
  .reason-text-band {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.5625rem auto 0;
    padding: 0.125rem 0.3125rem 0.3125rem;
    background: #f5ef71;
    color: #05429a;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-bg {
    padding: 4.875rem 0 7.125rem;
    background: #fff;
  }
  .reason-title {
    margin-bottom: 3.4375rem;
    position: relative;
    text-align: center;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .reason-title-band {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.125rem;
    padding: 1.0625rem 2.3125rem;
    background: #ecf5fb;
    border-radius: 100vmax;
    font-size: 2.5rem;
    line-height: 1;
  }
  .reason-title-band span {
    color: #05429a;
  }
  .reason-title--large {
    color: #05429a;
    font-size: 5rem;
  }
  .reason-title::after {
    content: "";
    width: 9.625rem;
    height: 13.625rem;
    position: absolute;
    bottom: -5.625rem;
    right: -1.875rem;
    background: url(../images/reason-title-deco.webp) no-repeat top center/contain;
  }
  .reason-match-img {
    display: block;
    width: 39.375rem;
    margin: 0 auto 3.125rem;
    position: relative;
    z-index: 2;
  }
  .reason-text {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .reason-text--medium {
    font-size: 2.5rem;
  }
  .reason-text-band {
    display: block;
    margin: 1.25rem auto 0;
    padding: 0.1875rem 0 0.625rem;
    background: #f5ef71;
    color: #05429a;
    font-size: 3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .whatis-bg {
    padding: 7.375rem 0 6.4375rem;
    background: #c3e1f5;
  }
  .whatis-mountain {
    position: absolute;
    top: -8.75rem;
    left: 9.75rem;
    width: 12.3125rem;
  }
  .whatis-human {
    position: absolute;
    top: -9.375rem;
    right: -6.25rem;
    width: 19.5rem;
  }
  .whatis h2 {
    width: 49.8125rem;
    margin: 0 0 4.5rem;
    padding: 0.8125rem 0;
    background: #02429a;
    color: #ffffff;
    font-size: 2.875rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .whatis h2 span {
    color: #f5ef71;
    font-weight: bold;
  }
  .whatis-item {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.5rem;
  }
  .whatis-item.diff {
    margin: 2.6875rem 0 4.1875rem;
  }
  .whatis-item.diff .whatis-item-box::after {
    display: none;
  }
  .whatis-item-box {
    position: relative;
    width: 20rem;
    height: 9.875rem;
    padding: 1.375rem 0 0;
    background: url("../images/whatis-item-box-bg.webp") no-repeat center/cover #ffffff;
    border-radius: 0.9375rem;
  }
  .whatis-item-box::after {
    content: "";
    position: absolute;
    bottom: -7.8125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.0625rem;
    height: 7.875rem;
    background: url("../images/whatis-item-box-arrow.webp") no-repeat center/cover;
  }
  .whatis-item-box-ttl {
    margin: 0 0 1.1875rem;
    color: #02429a;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .whatis-item-box-ttl.diff {
    margin: 0 0 0.6875rem;
  }
  .whatis-item-box-img01 {
    width: 2.0625rem;
    margin: 0 auto 0.625rem;
  }
  .whatis-item-box-img02 {
    width: 2.5rem;
    margin: 0 auto 0.3125rem;
  }
  .whatis-item-box-img03 {
    width: 2.25rem;
    margin: 0 auto 0.4375rem;
  }
  .whatis-item-box-img04 {
    width: 1.625rem;
    margin: 0 auto 0.375rem;
  }
  .whatis-item-box-img05 {
    width: 2.125rem;
    margin: 0 auto 0.3125rem;
  }
  .whatis-item-box-img06 {
    width: 2.3125rem;
    margin: 0 auto 0.4375rem;
  }
  .whatis-item-box-txt {
    color: #02429a;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .whatis-item-band {
    position: relative;
    z-index: 5;
  }
  .whatis-bottom {
    position: relative;
    height: 15.0625rem;
    padding: 2.5rem 0 0;
    background: url("../images/whatis-bottom-bg.webp") no-repeat center/cover;
    border-radius: 1.25rem;
  }
  .whatis-bottom-top {
    position: absolute;
    top: -0.9375rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #02429a;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .whatis-bottom-top::before {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: -1.875rem;
    width: 2px;
    height: 2.1875rem;
    border-left: 0.25rem dotted #02429a;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .whatis-bottom-top::after {
    content: "";
    position: absolute;
    top: 0.125rem;
    right: -1.5625rem;
    width: 2px;
    height: 2.1875rem;
    border-left: 0.25rem dotted #02429a;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .whatis-bottom-wrap {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 57.5rem;
    margin: 0 auto;
  }
  .whatis-bottom-img {
    width: 22.875rem;
  }
  .whatis-bottom-txt {
    color: #333333;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    line-height: 1.73;
  }
  .whatis-bottom-txt .blue {
    color: #02429a;
  }
  .whatis-bottom-txt .yellow {
    margin: 0 0.3125rem 0 0;
    padding: 0.3125rem 0.3125rem;
    background: #02429a;
    color: #f5ef71;
    font-size: 2.375rem;
  }
  .whatis-bottom-txt .big {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .whatis-bg {
    padding: 13.125rem 0 6.25rem;
    background: #c3e1f5;
  }
  .whatis-mountain {
    position: absolute;
    top: -9.6875rem;
    left: 1.25rem;
    width: 14.9375rem;
  }
  .whatis-human {
    position: absolute;
    top: -9.375rem;
    right: -1.25rem;
    width: 18.75rem;
  }
  .whatis h2 {
    width: 32.6875rem;
    height: 10.625rem;
    margin: 0 0 3.9375rem;
    padding: 0 0 0 1.25rem;
    background: url("../images/whatis-ttl-bg.webp") no-repeat center/cover;
    color: #ffffff;
    font-size: 3.25rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
  .whatis h2 span {
    color: #f5ef71;
    font-weight: 500;
  }
  .whatis-item {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.9375rem;
  }
  .whatis-item.diff {
    margin: 2.6875rem 0 4.1875rem;
  }
  .whatis-item.diff .whatis-item-box {
    padding: 2.875rem 0 1.7625rem;
    background: url("../images/whatis-item-box-bg-sp02.webp") no-repeat center/contain #ffffff;
  }
  .whatis-item.diff .whatis-item-box::after {
    display: none;
  }
  .whatis-item-box {
    position: relative;
    width: 13.125rem;
    padding: 2.75rem 0 2.5rem;
    background: url("../images/whatis-item-box-bg-sp.webp") no-repeat center/contain #ffffff;
    border-radius: 1.875rem;
  }
  .whatis-item-box::after {
    content: "";
    position: absolute;
    bottom: -16.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1.25rem;
    height: 16.875rem;
    background: url("../images/whatis-item-box-arrow-sp.webp") no-repeat center/cover;
  }
  .whatis-item-box-ttl {
    margin: 0 0 2.0625rem;
    color: #02429a;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .whatis-item-box-ttl.diff {
    margin: 0 0 1.6875rem;
  }
  .whatis-item-box-img01 {
    width: 3rem;
    margin: 0 auto 1.8125rem;
  }
  .whatis-item-box-img02 {
    width: 3.75rem;
    margin: 0 auto 1.25rem;
  }
  .whatis-item-box-img03 {
    width: 3.5625rem;
    margin: 0 auto 1.125rem;
  }
  .whatis-item-box-img04 {
    width: 2.5625rem;
    margin: 0 auto 1.5rem;
  }
  .whatis-item-box-img05 {
    width: 2.9375rem;
    margin: 0 auto 1.125rem;
  }
  .whatis-item-box-img06 {
    width: 3.5625rem;
    margin: 0 auto 1.25rem;
  }
  .whatis-item-box-txt {
    color: #02429a;
    font-size: 1.4375rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .whatis-item-band {
    position: relative;
    z-index: 5;
  }
  .whatis-bottom {
    position: relative;
    height: 29.625rem;
    padding: 3.4375rem 0 0;
    background: url("../images/whatis-bottom-bg-sp.webp") no-repeat center/cover;
    border-radius: 1.25rem;
  }
  .whatis-bottom-top {
    position: absolute;
    top: -1.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #02429a;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .whatis-bottom-top::before {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: -1.875rem;
    width: 2px;
    height: 2.8125rem;
    border-left: 0.25rem dotted #02429a;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .whatis-bottom-top::after {
    content: "";
    position: absolute;
    top: 0.125rem;
    right: -1.5625rem;
    width: 2px;
    height: 2.8125rem;
    border-left: 0.25rem dotted #02429a;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .whatis-bottom-wrap {
    width: 38.125rem;
    margin: 0 auto;
  }
  .whatis-bottom-img {
    position: absolute;
    bottom: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 27.625rem;
  }
  .whatis-bottom-txt {
    color: #333333;
    font-weight: bold;
    font-size: 1.9375rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    text-align: center;
  }
  .whatis-bottom-txt .blue {
    margin: 0 0 0 -0.625rem;
    color: #02429a;
  }
  .whatis-bottom-txt .yellow {
    margin: 0 0.3125rem 0 0;
    padding: 0 0.3125rem;
    background: #02429a;
    color: #f5ef71;
    font-size: 2.875rem;
  }
  .whatis-bottom-txt .big {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .job-inner {
    width: auto;
  }
  .job-top {
    width: 15rem;
    height: 2.6875rem;
    margin: 0 auto 0.5625rem;
    padding: 0.8125rem 0 0;
    background: url("../images/job-top-bg.webp") no-repeat center/cover;
    color: #02429a;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .job h2 {
    color: #02429a;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }
  .job h2 span {
    font-size: 3.125rem;
  }
  .job-item-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15.625rem;
    height: 2.8125rem;
    margin: 0 0 -0.125rem;
    padding: 0 0 0 0.625rem;
    color: #f5ef71;
    border-radius: 0.3125rem 0 0;
    background: url("../images/job-item-num-bg.webp") no-repeat center/cover;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .job-item-box {
    height: 29.9375rem;
    background: #f6fbff;
    border-radius: 0 1.25rem 1.25rem 1.25rem;
  }
  .job-item-box-ttl {
    margin: 0 0 1.875rem;
    padding: 1.6875rem 0;
    background: #daebf7;
    border-radius: 0 1.25rem 0 0;
    color: #02429a;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .job-item-box-ttl.diff {
    font-size: 1.5rem;
  }
  .job-item-box-wrap {
    display: grid;
    grid-template-columns: 22.5rem 1fr;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.875rem;
    margin: 0 1.25rem 1.5625rem;
  }
  .job-item-box-img {
    border-radius: 0.625rem;
  }
  .job-item-box-txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 0 0.75rem;
  }
  .job-item-box-txts.diff {
    margin: 0 0 2.0625rem;
  }
  .job-item-box-category {
    width: 4.8125rem;
    margin: 0 1rem 0 0;
    padding: 0.3125rem 0;
    border-radius: 0.3125rem;
    background: #daebf7;
    color: #02429a;
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .job-item-box-category.diff {
    width: 8.5625rem;
  }
  .job-item-box-price {
    color: #333333;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
  }
  .job-item-box-price span {
    font-weight: 500;
    font-size: 1.1875rem;
  }
  .job-item-box-txt {
    color: #333333;
    font-size: 1rem;
    line-height: 1.5;
  }
  .job-item-box-certified {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625rem 0;
    border-top: 2px dotted #3c6db1;
    border-bottom: 2px dotted #3c6db1;
  }
  .job-item-box-certified.diff {
    padding-block: 1.25rem;
  }
  .job-item-box-logo {
    width: 2.125rem;
    margin: 0 0 0 1.1875rem;
  }
  .job-item-box-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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.625rem 0.75rem;
    margin-inline: 1.25rem;
  }
  .job-item-box-tag {
    padding: 0.5rem 0.625rem;
    border: 0.125rem solid #0e4b9f;
    border-radius: 3.125rem;
    color: #02429a;
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .job-slide {
    position: relative;
    margin: -1.25rem 0 4.375rem;
    overflow: hidden;
  }
  .job-slide-container {
    position: relative;
  }
  .job .js-job-pagination {
    bottom: -2.5rem !important;
  }
  .job .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.375rem !important;
    background: none;
    border: 2px solid #02429a;
    opacity: 1;
  }
  .job .swiper-pagination-bullet-active {
    background: #02429a !important;
  }
  .job .js-job-prev {
    top: 17.5rem;
    left: -3.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .job .js-job-prev::after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/job-slide-arrow.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .job .js-job-next {
    top: 18.125rem;
    right: -3.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .job .js-job-next::after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/job-slide-arrow.webp) no-repeat center/cover;
  }
  .job-bottom {
    color: #333333;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.9;
  }
  .job-bottom .blue {
    color: #02429a;
    font-weight: 900;
    font-size: 1.875rem;
  }
  .job-bottom .yellow {
    display: inline-block;
    padding: 0.3125rem 0.3125rem 0.4375rem;
    background: #02429a;
    color: #f5ef71;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .job-bottom .middle {
    color: #02429a;
    font-weight: 900;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
  }
  .job-bottom-img {
    position: absolute;
    bottom: -3.1875rem;
    right: -2.5rem;
    width: 7.625rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .job-inner {
    width: auto;
  }
  .job-top {
    width: 27.5rem;
    height: 4.5625rem;
    margin: 0 auto 1.1875rem;
    padding: 1.125rem 0 0;
    background: url("../images/job-top-bg-sp.webp") no-repeat center/cover;
    color: #02429a;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .job h2 {
    margin: 0 0 3.4375rem;
    color: #02429a;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .job h2 span {
    font-size: 4.0625rem;
  }
  .job-item-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24.0625rem;
    height: 4.125rem;
    margin: 0 0 0 1.875rem;
    padding: 0 0 0 1.875rem;
    color: #f5ef71;
    border-radius: 0.3125rem 0 0;
    background: url("../images/job-item-num-bg-sp.webp") no-repeat center/cover;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
  }
  .job-item-box {
    padding: 0 0 2.125rem;
    background: #ffffff;
    border-radius: 0 1.25rem 1.25rem 1.25rem;
  }
  .job-item-box-ttl {
    margin: 0 0 1.875rem;
    padding: 1.875rem 0;
    background: #daebf7;
    color: #02429a;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .job-item-box-wrap {
    width: 38.125rem;
    margin: 0 auto 2.375rem;
  }
  .job-item-box-img {
    margin: 0 0 2.5rem;
    border-radius: 0.625rem;
  }
  .job-item-box-txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 0 1.4375rem;
  }
  .job-item-box-txts.diff {
    margin: 0 0 2.0625rem;
  }
  .job-item-box-category {
    width: 9.0625rem;
    margin: 0 1.4375rem 0 0;
    padding: 0.875rem 0;
    border-radius: 0.3125rem;
    background: #daebf7;
    color: #02429a;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .job-item-box-category.diff {
    width: 17.0625rem;
  }
  .job-item-box-price {
    color: #333333;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
  .job-item-box-price span {
    font-weight: 500;
    font-size: 2.25rem;
  }
  .job-item-box-txt {
    width: 27.1875rem;
    color: #333333;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .job-item-box-txt.tag-txt {
    width: auto;
  }
  .job-item-box-certified {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.125rem 0;
    border-top: 2px dotted #3c6db1;
    border-bottom: 2px dotted #3c6db1;
  }
  .job-item-box-certified.diff {
    padding-block: 2.5rem;
  }
  .job-item-box-logo {
    width: 4.1875rem;
    margin: 0 0 0 2.875rem;
  }
  .job-item-box-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 38.125rem;
    margin: 0 auto;
  }
  .job-item-box-tag {
    margin: 0 0.875rem 1.0625rem 0;
    padding: 0.625rem 0.625rem;
    border: 0.125rem solid #0e4b9f;
    border-radius: 3.125rem;
    color: #02429a;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .job-slide {
    position: relative;
    margin: 0 0 8.125rem;
    overflow: hidden;
  }
  .job-slide-container {
    position: relative;
  }
  .job .js-job-pagination {
    bottom: -4.375rem !important;
  }
  .job .swiper-pagination-bullet {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0 0.625rem !important;
    background: none;
    border: 2px solid #02429a;
    opacity: 1;
  }
  .job .swiper-pagination-bullet-active {
    background: #02429a !important;
  }
  .job .js-job-prev {
    top: 25rem;
    left: -1.25rem;
    width: 3.75rem;
    height: 3.75rem;
  }
  .job .js-job-prev::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/job-slide-arrow.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .job .js-job-next {
    top: 25.625rem;
    right: -1.25rem;
    width: 3.75rem;
    height: 3.75rem;
  }
  .job .js-job-next::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/job-slide-arrow.webp) no-repeat center/cover;
  }
  .job-bottom {
    width: 33.3125rem;
    margin: 0 0 0 2.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.9;
  }
  .job-bottom .blue {
    color: #02429a;
    font-weight: 900;
    font-size: 2.375rem;
  }
  .job-bottom .yellow {
    display: inline-block;
    padding: 0.3125rem 0.3125rem 0.625rem;
    background: #02429a;
    color: #f5ef71;
    font-weight: 900;
    font-size: 3.3125rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .job-bottom .middle {
    color: #02429a;
    font-weight: 900;
    font-size: 2.875rem;
    letter-spacing: 0.06em;
  }
  .job-bottom-img {
    position: absolute;
    bottom: -5.3125rem;
    right: -2rem;
    width: 9.25rem;
  }
}
.voice-item {
  display: none;
}
.voice-item.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .voice-bg {
    padding: 5.9375rem 0 7.375rem;
    background: #f5f5f5;
  }
  .voice h2 {
    position: relative;
    z-index: 5;
    margin: 0 0 4.6875rem;
    color: #02429a;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.29;
  }
  .voice-logo {
    position: absolute;
    top: -3.125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 21.875rem;
  }
  .voice__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8125rem;
  }
  .voice__tabs--head .voice__tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 10rem;
    padding: 1.0625rem 0 0;
    border-radius: 1.0625rem 1.0625rem 0 0;
  }
  .voice__tabs--foot .voice__tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.625rem;
    border-radius: 0 0 1.0625rem 1.0625rem;
  }
  .voice__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #899094;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .voice__tab.open {
    background: #02429a;
  }
  .voice__tab-case {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-family: "Albert Sans", sans-serif;
    line-height: 1;
  }
  .voice__tab-case .num {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .voice__tab-ttl {
    display: block;
    margin: 0.625rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.15;
    letter-spacing: 0.04em;
  }
  .voice-item {
    position: relative;
    border-radius: 1.25rem;
    background: #ffffff;
  }
  .voice-item-main {
    margin: 0 auto;
    padding: 1.25rem 4.375rem 2.5rem;
    border: 0.625rem solid #02429a;
  }
  .voice-item-wrap {
    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;
    margin: 0 0 1.25rem;
  }
  .voice-item-text-wrap {
    width: 39.375rem;
    margin-top: -0.5rem;
  }
  .voice-item-img {
    width: 11.25rem;
    margin: 0 0 0.625rem;
  }
  .voice-item-info {
    color: #555555;
    font-size: 0.625rem;
    letter-spacing: 0.04em;
  }
  .voice-item-ttl {
    color: #02429a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.63;
  }
  .voice-item-box {
    margin: 0.9375rem 0 0;
    padding: 0.8125rem 0 0.625rem 1.8125rem;
    background: #ecf5fb;
  }
  .voice-item-box-txt {
    position: relative;
    margin: 0 0 0.375rem;
    color: #333333;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
  }
  .voice-item-box-txt::before {
    content: "・";
    position: absolute;
    top: -0.0625rem;
    left: -0.9375rem;
    color: #02429a;
    font-size: 0.9375rem;
  }
  .voice-item-subttl {
    margin: 0 0 1.0625rem;
    padding: 0 0 1.25rem;
    border-bottom: 2px solid #02429a;
    color: #02429a;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
  }
  .voice-item-txt {
    margin: 0 0 2.5rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.81;
  }
  .voice-item-subttl02 {
    position: relative;
    margin: 0 0 1.1875rem;
    padding: 0 0 0.5625rem 0.75rem;
    border-bottom: 1.5px solid #02429a;
    color: #02429a;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .voice-item-subttl02::before {
    content: "";
    position: absolute;
    top: -0.625rem;
    left: 0;
    width: 16rem;
    height: 2.375rem;
    background: url("../images/voice-item-subttl02-line.webp") no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .voice-bg {
    padding: 8.25rem 0 5.9375rem;
    background: #f5f5f5;
  }
  .voice h2 {
    position: relative;
    z-index: 5;
    margin: 0 0 5.3125rem;
    color: #02429a;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .voice-logo {
    position: absolute;
    top: -3.125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 23.4375rem;
  }
  .voice__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8125rem;
  }
  .voice__tabs--head .voice__tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625rem 0;
    border-radius: 1.0625rem 1.0625rem 0 0;
  }
  .voice__tabs--foot .voice__tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625rem 0;
    border-radius: 0 0 1.0625rem 1.0625rem;
  }
  .voice__tab {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #899094;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .voice__tab.open {
    background: #02429a;
  }
  .voice__tab-case {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.875rem;
    font-family: "Albert Sans", sans-serif;
    line-height: 1;
  }
  .voice__tab-case .num {
    font-size: 3.5rem;
    font-weight: 700;
  }
  .voice__tab-ttl {
    display: block;
    padding: 1.25rem 0;
    background: #02429a;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.125rem;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }
  .voice-item {
    position: relative;
    border: 0.625rem solid #02429a;
    background: #ffffff;
  }
  .voice-item:last-child {
    margin: 0;
  }
  .voice-item-main {
    position: relative;
    width: 38.125rem;
    margin: 0 auto;
    padding: 2.3125rem 0 1.875rem;
  }
  .voice-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 14.6875rem;
  }
  .voice-item-img {
    width: 14.375rem;
    margin: 0 2rem 1.0625rem 0;
  }
  .voice-item-info {
    color: #555555;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .voice-item-ttl {
    color: #02429a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .voice-item-ttl.diff-sp {
    margin-top: 2.5rem;
  }
  .voice-item-box {
    position: absolute;
    top: 20rem;
    left: 0;
    width: 35rem;
    padding: 1.4375rem 0 0.625rem 3.125rem;
    background: #ecf5fb;
  }
  .voice-item-box-txt {
    position: relative;
    margin: 0 0 0.75rem;
    color: #333333;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
  }
  .voice-item-box-txt::before {
    content: "・";
    position: absolute;
    top: -0.1875rem;
    left: -1.875rem;
    color: #02429a;
    font-size: 1.875rem;
  }
  .voice-item-subttl {
    margin: 0 0 2.1875rem;
    padding: 0 0 1.5625rem;
    border-bottom: 2px solid #02429a;
    color: #02429a;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
  }
  .voice-item-txt {
    margin: 0 0 2.8125rem;
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .voice-item-subttl02 {
    position: relative;
    margin: 0 0 2.1875rem;
    padding: 0 0 0.6875rem 1.125rem;
    border-bottom: 1.5px solid #02429a;
    color: #02429a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .voice-item-subttl02::before {
    content: "";
    position: absolute;
    top: -1.125rem;
    left: 0;
    width: 28.125rem;
    height: 3.8125rem;
    background: url("../images/voice-item-subttl02-line-sp.webp") no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .support-bg {
    padding: 5.625rem 0 7.5rem;
    background: #c3e1f5;
  }
  .support h2 {
    margin: 0 0 0.9375rem;
    color: #02429a;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .support h2 span {
    font-size: 3.75rem;
    letter-spacing: 0.04em;
  }
  .support-wrap {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 27.5rem;
    margin: 0 auto 1.875rem;
  }
  .support-wrap-box {
    position: relative;
    width: 8.125rem;
    height: 7.1875rem;
    padding: 0.9375rem 0 0;
    background: url("../images/support-wrap-box-bg.webp") no-repeat center/cover;
  }
  .support-wrap-box::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 50%;
    right: -1.875rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 2.375rem;
    height: 0.6875rem;
    background: url("../images/support-wrap-box-arrow.webp") no-repeat center/cover;
  }
  .support-wrap-box:nth-child(2) {
    background: url("../images/support-wrap-box-bg01.webp") no-repeat center/cover;
  }
  .support-wrap-box:last-child {
    background: url("../images/support-wrap-box-bg02.webp") no-repeat center/cover;
  }
  .support-wrap-box:last-child::after {
    display: none;
  }
  .support-wrap-box-img {
    width: 1.9375rem;
    margin: 0 auto 0.625rem;
  }
  .support-wrap-box-img02 {
    width: 1.875rem;
    margin: 0 auto 0.625rem;
  }
  .support-wrap-box-img03 {
    width: 1.5625rem;
    margin: 0 auto 0.625rem;
  }
  .support-wrap-box-txt {
    color: #02429a;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    line-height: 1.27;
    text-align: center;
  }
  .support-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.375rem 0 1.375rem 2.5rem;
    border-bottom: 2px dotted #2f67af;
  }
  .support-item.first {
    border-top: 2px dotted #2f67af;
  }
  .support-item-step {
    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;
    width: 5.9375rem;
    height: 3.875rem;
    margin: 0 1.4375rem 0 0;
    background: url("../images/support-item-step-bg.webp") no-repeat center/cover;
    color: #f5ef71;
    font-weight: 900;
    font-size: 1.1875rem;
    letter-spacing: 0.06em;
  }
  .support-item-step span {
    font-size: 1.75rem;
  }
  .support-item-txts {
    width: 43.125rem;
  }
  .support-item-ttl {
    margin: 1.0625rem 0 1.0625rem;
    color: #02429a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .support-item-txt {
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.56;
  }
  .support-item-txt .small {
    font-size: 0.75rem;
  }
  .support-item-img {
    width: 7.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .support-bg {
    padding: 5.9375rem 0 6.875rem;
    background: #c3e1f5;
  }
  .support h2 {
    margin: 0 0 2.5rem;
    color: #02429a;
    font-size: 2.1875rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .support h2 span {
    font-size: 4.375rem;
    letter-spacing: 0.04em;
  }
  .support-wrap {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41.875rem;
    margin: 0 auto 4.25rem;
  }
  .support-wrap-box {
    position: relative;
    width: 12.5rem;
    height: 10.6875rem;
    padding: 1.8125rem 0 0;
    background: url("../images/support-wrap-box-bg-sp.webp") no-repeat center/cover;
  }
  .support-wrap-box::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 50%;
    right: -3.125rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 3.75rem;
    height: 1rem;
    background: url("../images/support-wrap-box-arrow-sp.webp") no-repeat center/cover;
  }
  .support-wrap-box:nth-child(2) {
    background: url("../images/support-wrap-box-bg01-sp.webp") no-repeat center/cover;
  }
  .support-wrap-box:last-child {
    background: url("../images/support-wrap-box-bg02-sp.webp") no-repeat center/cover;
  }
  .support-wrap-box:last-child::after {
    display: none;
  }
  .support-wrap-box-img {
    width: 2.8125rem;
    margin: 0 auto 1rem;
  }
  .support-wrap-box-img02 {
    width: 2.8125rem;
    margin: 0 auto 1.1875rem;
  }
  .support-wrap-box-img03 {
    width: 2.1875rem;
    margin: 0 auto 1.125rem;
  }
  .support-wrap-box-txt {
    color: #02429a;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.08em;
    line-height: 1.22;
    text-align: center;
  }
  .support-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 13.75rem;
  }
  .support-item::before {
    content: "";
    position: absolute;
    top: 6.25rem;
    left: 4.375rem;
    width: 2px;
    height: 13.75rem;
    background: #02429a;
  }
  .support-item:last-child::before {
    display: none;
  }
  .support-item.diff {
    margin: 0 0 25rem;
  }
  .support-item.diff::before {
    content: "";
    position: absolute;
    top: 6.25rem;
    left: 4.375rem;
    width: 2px;
    height: 25rem;
    background: #02429a;
  }
  .support-item.diff02 {
    margin: 0 0 17.5rem;
  }
  .support-item.diff02::before {
    content: "";
    position: absolute;
    top: 6.25rem;
    left: 4.375rem;
    width: 2px;
    height: 17.5rem;
    background: #02429a;
  }
  .support-item-step {
    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;
    width: 8.75rem;
    height: 5.3125rem;
    margin: 0 1.75rem 0 0;
    background: url("../images/support-item-step-bg.webp") no-repeat center/cover;
    color: #f5ef71;
    font-weight: 900;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
  .support-item-step span {
    font-size: 2.5rem;
  }
  .support-item-ttl {
    width: 24.375rem;
    height: 6.25rem;
    margin: 1.0625rem 0 0;
    color: #02429a;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .support-item-txt {
    position: absolute;
    top: 9.375rem;
    right: 0;
    width: 32.8125rem;
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .support-item-txt.diff {
    top: 8.125rem;
  }
  .support-item-txt .small {
    font-size: 1.5rem;
  }
  .support-item-img {
    width: 7.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .advice-bg {
    padding: 2.9375rem 0 10.0625rem;
    background: #ecf5fb;
  }
  .advice-ttls {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48.125rem;
    margin: 0 0 2.5rem 10.3125rem;
  }
  .advice h2 {
    color: #02429a;
    font-size: 3.4375rem;
    letter-spacing: -0.05em;
    line-height: 1.21;
  }
  .advice h2 span {
    font-size: 3.75rem;
  }
  .advice h2 .diff {
    margin: 0 -0.625rem 0 0;
  }
  .advice-img {
    width: 20.0625rem;
  }
  .advice-txt {
    color: #333333;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 2.1;
  }
  .advice-item-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15.9375rem;
    height: 2.8125rem;
    margin: 0 0 -0.125rem;
    padding: 0 0 0 1.25rem;
    color: #f5ef71;
    border-radius: 0.3125rem 0 0;
    background: url("../images/advice-item-num-bg.webp") no-repeat center/cover;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .advice-item-box {
    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;
    height: 16.875rem;
    padding: 2.5625rem 4rem 0 5rem;
    background: #ffffff;
    border-radius: 0 1.25rem 1.25rem 1.25rem;
    border: 2px solid #02429a;
  }
  .advice-item-box-img {
    width: 11.25rem;
    margin: 0 0 0.6875rem;
  }
  .advice-item-box-occupation {
    margin: 0 0 0.6875rem;
    color: #02429a;
    font-size: 0.875rem;
  }
  .advice-item-box-name {
    color: #02429a;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  .advice-item-box-txt {
    width: 40rem;
    color: #333333;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
    line-height: 1.81;
  }
  .advice-item-box-txt01 {
    width: 40rem;
    margin: 0 0 2.1875rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.81;
  }
  .advice-slide {
    position: relative;
  }
  .advice .js-advice-pagination {
    bottom: -2.5rem !important;
  }
  .advice .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.375rem !important;
    background: none;
    border: 2px solid #02429a;
    opacity: 1;
  }
  .advice .swiper-pagination-bullet-active {
    background: #02429a !important;
  }
  .advice .js-advice-prev {
    top: 12.5rem;
    left: -1.125rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .advice .js-advice-prev::after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/job-slide-arrow.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .advice .js-advice-next {
    top: 13.125rem;
    right: -1.125rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .advice .js-advice-next::after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/job-slide-arrow.webp) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .advice-bg {
    padding: 3.0625rem 0 10.1875rem;
    background: #ecf5fb;
  }
  .advice-ttls {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40rem;
    margin: 0 auto 3.125rem;
  }
  .advice h2 {
    margin: 0 0 0 1.25rem;
    color: #02429a;
    font-size: 4.0625rem;
    letter-spacing: -0.05em;
    line-height: 1.21;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .advice h2 span {
    font-size: 4.375rem;
  }
  .advice-img {
    width: 24.375rem;
    margin: 0 -1.875rem 0 -3.75rem;
  }
  .advice-txt {
    margin: 0 0 3rem;
    color: #333333;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.73;
  }
  .advice-item-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 27.1875rem;
    height: 4.125rem;
    margin: 0 0 -0.125rem;
    padding: 0 0 0 1.4375rem;
    color: #f5ef71;
    border-radius: 0.3125rem 0 0;
    background: url("../images/advice-item-num-bg-sp.webp") no-repeat center/cover;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.04em;
  }
  .advice-item-box {
    padding: 2.625rem 1.875rem 3.125rem;
    background: #ffffff;
    border-radius: 0 1.25rem 1.25rem 1.25rem;
    border: 2px solid #02429a;
  }
  .advice-item-box-img {
    width: 38.125rem;
    margin: 0 auto 2.5625rem;
  }
  .advice-item-box-occupation {
    display: none;
  }
  .advice-item-box-name {
    display: none;
  }
  .advice-item-box-txt {
    margin: 0 1.25rem;
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .advice-item-box-txt01 {
    margin: 0 1.25rem;
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
  .advice-slide {
    position: relative;
  }
  .advice .js-advice-pagination {
    bottom: -3.75rem !important;
  }
  .advice .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin: 0 0.625rem !important;
    background: none;
    border: 2px solid #02429a;
    opacity: 1;
  }
  .advice .swiper-pagination-bullet-active {
    background: #02429a !important;
  }
  .advice .js-advice-prev {
    top: 33.125rem;
    left: -1.125rem;
    width: 3.75rem;
    height: 3.75rem;
  }
  .advice .js-advice-prev::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/job-slide-arrow.webp) no-repeat center/cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .advice .js-advice-next {
    top: 33.625rem;
    right: -1.125rem;
    width: 3.75rem;
    height: 3.75rem;
  }
  .advice .js-advice-next::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/job-slide-arrow.webp) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .cta-bg {
    padding: 6.25rem 0 4.9375rem;
    background: url("../images/cta-bg.webp") no-repeat center/cover;
  }
  .cta-top {
    margin: 0 0 1.3125rem;
    color: #333333;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .cta h2 {
    margin: 0 0 1.25rem;
    color: #02429a;
    font-weight: 600;
    font-size: 4.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .cta-mini {
    margin: 0 0 2.4375rem;
    color: #02429a;
    font-size: 1.5rem;
    text-align: center;
  }
  .form-calendar {
    width: 100%;
    height: 62.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-bg {
    padding: 5.625rem 0 5.5625rem;
    background: url("../images/cta-bg-sp.webp") no-repeat center/cover;
  }
  .cta-top {
    margin: 0 0 1.3125rem;
    color: #333333;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.45;
  }
  .cta h2 {
    margin: 0 0 0.9375rem;
    color: #02429a;
    font-weight: 600;
    font-size: 6.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .cta-mini {
    margin: 0 0 3.5625rem;
    color: #02429a;
    font-size: 2rem;
    text-align: center;
  }
  .cta-list {
    width: 41.875rem;
    margin: 0 auto;
    padding: 0 0 2.5rem;
    border-radius: 2.5rem;
    background: url("../images/cta-item-bg-sp.webp") no-repeat center/contain #ffffff;
  }
  .cta-item {
    display: grid;
    grid-template-columns: repeat(3, 11.875rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
    padding: 1.125rem 0 0;
    position: relative;
  }
  .cta-item-category {
    padding: 1rem 0;
    background: #ecf5fb;
    border-radius: 999px;
    color: #02429a;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .cta-item-wrapper {
    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.6875rem;
    margin: 0.6875rem 0 0;
  }
  .cta-item-wrapper picture {
    display: block;
    width: 11.625rem;
  }
  .cta-item-wrapper p {
    color: #02429a;
    font-weight: bold;
    font-size: 2rem;
  }
  .cta .form-calendar {
    width: 100%;
    height: 131.25rem;
  }
}
@media screen and (min-width: 768px) {
  .modal {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.15rem;
    width: 62.5rem;
    max-height: 25.6875rem;
    margin: auto;
  }
  .modal.open {
    display: block;
  }
  .modal-bg {
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.15rem;
    width: 62.5rem;
    max-height: 32.5625rem;
    margin: auto;
    overflow: scroll;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .modal-inner {
    overflow: hidden;
    width: 52.5rem;
    padding: 1.4375rem 0 2.8125rem;
  }
  .modal-logo {
    width: 25.4375rem;
    margin: 0 auto 2.1875rem;
  }
  .modal-wrap {
    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;
    width: 52.5rem;
    margin: 0 auto;
  }
  .modal-txt01 {
    width: 24.375rem;
    margin: 0 0 2.1875rem;
    color: #111111;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.81;
  }
  .modal-subttl {
    margin: 0 0 1.25rem;
    color: #02429a;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
  .modal-exam {
    position: relative;
    padding: 0 0 0 0.9375rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.81;
  }
  .modal-exam::before {
    content: "・";
    position: absolute;
    top: -0.1875rem;
    left: -0.3125rem;
    color: #02429a;
    font-size: 1.25rem;
  }
  .modal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25.625rem;
    margin: 0 0 0.125rem;
  }
  .modal-item {
    width: 6.3125rem;
    height: 6.8125rem;
    background: #ecf5fb;
    margin: 0 0.125rem 0 0;
  }
  .modal-item.diff {
    margin: 0;
  }
  .modal-item-img {
    width: 1.8125rem;
    margin: 0.875rem auto 1.3125rem;
  }
  .modal-item-img02 {
    width: 2.3125rem;
    margin: 0.4375rem auto 0.8125rem;
  }
  .modal-item-img03 {
    width: 2.25rem;
    margin: 0.5625rem auto 1.1875rem;
  }
  .modal-item-img04 {
    width: 2.25rem;
    margin: 0.625rem auto 1.0625rem;
  }
  .modal-item-img05 {
    width: 2.125rem;
    margin: 1.1875rem auto 0.9375rem;
  }
  .modal-item-img06 {
    width: 2.125rem;
    margin: 1.4375rem auto 1.1875rem;
  }
  .modal-item-img07 {
    width: 2.125rem;
    margin: 1.125rem auto 0.8125rem;
  }
  .modal-item-txt {
    color: #02429a;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.5;
  }
  .modal-item-txt.diff {
    font-size: 0.8125rem;
    letter-spacing: -0.12em;
  }
  .overlay {
    display: none;
    z-index: 9998;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    opacity: 0.6;
    width: 100vw;
    height: 100vh;
  }
  .overlay.open {
    display: block;
  }
  .close-button {
    position: fixed;
    z-index: 150;
    top: -14.375rem;
    right: 0;
    display: none;
    width: 3.25rem;
    margin: 0 1.875rem -3.125rem auto;
  }
  .close-button.open {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    display: none;
    z-index: 200;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.15rem;
    width: 41.875rem;
    height: 62.3125rem;
  }
  .modal.open {
    display: block;
  }
  .modal-bg {
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.15rem;
    width: 41.875rem;
    margin: auto;
    padding: 0 0 4.4375rem;
    line-height: 1.8;
    overflow: scroll;
    background: #ffffff;
  }
  .modal-inner {
    overflow: hidden;
    width: 38.4375rem;
    padding: 2.5rem 0 0;
  }
  .modal-logo {
    width: 33.375rem;
    margin: 0 auto 2.5625rem;
  }
  .modal-txt01 {
    margin: 0 0 24.4375rem;
    color: #111111;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.53;
  }
  .modal-subttl {
    margin: 0 0 2.4375rem;
    color: #02429a;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: 0.06em;
  }
  .modal-exam {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 0 0 0 1.5625rem;
    color: #333333;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .modal-exam:last-child {
    margin: 0;
  }
  .modal-exam::before {
    content: "・";
    position: absolute;
    top: -0.1875rem;
    left: -0.3125rem;
    color: #02429a;
    font-size: 1.875rem;
  }
  .modal-list {
    position: absolute;
    top: 21.25rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-list.list02 {
    top: 31.5625rem;
  }
  .modal-item {
    width: 9.375rem;
    height: 10.0625rem;
    background: #ecf5fb;
    margin: 0 0.1875rem 0 0;
  }
  .modal-item.diff {
    margin: 0;
  }
  .modal-item-img {
    width: 2.5rem;
    margin: 1.8125rem auto 1.3125rem;
  }
  .modal-item-img02 {
    width: 3.3125rem;
    margin: 0.6875rem auto 1.5rem;
  }
  .modal-item-img03 {
    width: 3.375rem;
    margin: 0.875rem auto 1.75rem;
  }
  .modal-item-img04 {
    width: 2.9375rem;
    margin: 0.9375rem auto 1.75rem;
  }
  .modal-item-img05 {
    width: 2.9375rem;
    margin: 1.5625rem auto 1rem;
  }
  .modal-item-img06 {
    width: 4.0625rem;
    margin: 2.125rem auto 1.5rem;
  }
  .modal-item-img07 {
    width: 3.125rem;
    margin: 1.4375rem auto 1.1875rem;
  }
  .modal-item-txt {
    color: #02429a;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.45;
  }
  .modal-item-txt.diff {
    font-size: 1.1875rem;
    letter-spacing: -0.12em;
  }
  .modal-item-txt.diff-sp {
    font-size: 1.375rem;
  }
  .overlay {
    display: none;
    z-index: 50;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    opacity: 0.6;
    width: 100vw;
    height: 100vh;
  }
  .overlay.open {
    display: block;
  }
  .close-button {
    cursor: pointer;
    position: fixed;
    z-index: 150;
    top: -5.625rem;
    right: 1.25rem;
    display: none;
    width: 6.25rem;
  }
  .close-button.open {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .form {
    padding: 5.5rem 0 0;
  }
  .form--header {
    padding: 2.3125rem 0;
    background: #fff;
  }
  .form--logo {
    display: block;
    width: 25.875rem;
    margin: 0 auto;
  }
  .form--body__title {
    margin-bottom: 2rem;
    text-align: center;
    color: #00bbb5;
    font-size: 2.5rem;
    font-weight: 900;
  }
  .form--body__title-foot {
    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.625rem;
    margin-bottom: 2.5rem;
  }
  .form--body__title-foot-img {
    width: 21.75rem;
  }
  .form--body__title-foot-text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8;
  }
  .form--body__flow {
    width: 69.4375rem;
    margin: 2.5rem auto 0;
  }
  .form--body__text {
    width: 69.375rem;
    margin: 1.4375rem auto 0;
  }
  .form--body iframe {
    width: 100%;
    height: 162.5rem;
  }
  .form--copy {
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
  .form--footer {
    padding: 4.375rem 0;
    background: #02429a;
  }
}
@media screen and (max-width: 767px) {
  .form {
    padding-top: 5.875rem;
  }
  .form--header {
    padding: 2.3125rem 0;
    background: #fff;
  }
  .form--logo {
    display: block;
    width: 25.875rem;
    margin: 0 auto;
  }
  .form--body__title {
    margin-bottom: 2.1875rem;
    text-align: center;
    color: #00bbb5;
    font-size: 3.125rem;
    font-weight: 900;
  }
  .form--body__title-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5rem;
  }
  .form--body__title-foot-img {
    width: 35.3125rem;
  }
  .form--body__title-foot-text {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.8;
  }
  .form--body__flow {
    width: 41.875rem;
    margin: 3rem auto 0;
  }
  .form--body__text {
    width: 41.875rem;
    margin: 2.4375rem auto 0;
  }
  .form--body iframe {
    width: 100%;
    height: 175rem;
  }
  .form--copy {
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
  }
  .form--footer {
    padding: 4.375rem 0;
    background: #02429a;
  }
}
.thanks--body .inline-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .thanks--header {
    padding: 2.3125rem 0;
    background: #fff;
  }
  .thanks--logo {
    display: block;
    width: 25.875rem;
    margin: 0 auto;
  }
  .thanks--body {
    padding: 3.75rem 0 5.125rem;
  }
  .thanks--body__title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .thanks--body__lead {
    margin-top: 3rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2;
  }
  .thanks--body__text {
    width: 46.875rem;
    margin-top: 4.375rem;
    margin-inline: auto;
    padding: 1.6875rem 3.625rem 2.3125rem;
    background: #f1f7f7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .thanks--body__text p {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .thanks--footer {
    padding: 4.375rem 0;
    background: #02429a;
  }
  .thanks--copy {
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .thanks--header {
    padding: 2.3125rem 0;
    background: #fff;
  }
  .thanks--logo {
    display: block;
    width: 25.875rem;
    margin: 0 auto;
  }
  .thanks--body {
    padding: 8.75rem 0 10.625rem;
  }
  .thanks--body__title {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .thanks--body__lead {
    margin-top: 5rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
  }
  .thanks--body__text {
    width: 41.875rem;
    margin-top: 7.5rem;
    margin-inline: auto;
    padding: 1.875rem 1.875rem 2.5rem;
    background: #f1f7f7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .thanks--body__text p {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .thanks--footer {
    padding: 4.375rem 0;
    background: #02429a;
  }
  .thanks--copy {
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
  }
}