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

body {
  position: relative;
  overflow-x: hidden;
  font-family: Meiryo, sans-serif;
  font-weight: 500;
  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: 1000px) {
  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;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    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;
  }
  .header-left {
    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;
  }
  .header-logo {
    width: 11.5625rem;
    margin: 0 1.25rem 0 0;
  }
  .header h1 {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.57;
  }
  .header-right {
    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;
  }
  .header-top {
    position: relative;
    margin: 0 3.5rem 0 0;
    color: #1c265a;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
  .header-top::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.375rem;
    height: 0.8125rem;
    background: url(../images/voice/voice-top-arrow.webp) no-repeat center/contain;
  }
  .header-contact {
    width: 18rem;
  }
  .fv .inner {
    width: 60rem;
  }
  .fv-bg {
    padding: 8.15rem 0;
    background: url(../images/voice/fv-bg.webp) no-repeat center/cover;
  }
  .fv h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .content-bg {
    padding: 5rem 0 5.1875rem;
    background: url(../images/voice/content-odd-bg.webp) no-repeat top/cover;
  }
  .content-even .content-bg {
    background: url(../images/voice/content-even-bg.webp) no-repeat top/cover;
  }
  .content-even .content-item-ttl {
    background: -webkit-gradient(linear, left top, right top, from(#2a6fbb), to(#034c9e));
    background: linear-gradient(to right, #2a6fbb, #034c9e);
  }
  .content-top {
    width: 7.25rem;
    margin: 0 auto 1.875rem;
  }
  .content h2 {
    margin: 0 0 2.8125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
  }
  .content h2 .blue {
    color: #2a6fbb;
  }
  .content h2 .big {
    font-size: 2.75rem;
  }
  .content-item {
    width: 62.5rem;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0 0.375rem rgb(118, 172, 204);
  }
  .content-item-ttl {
    height: 9.625rem;
    place-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#264e91), to(#1f3068));
    background: linear-gradient(to right, #264e91, #1f3068);
    color: #ffffff;
    font-weight: bold;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.47;
  }
  .content-item-ttl span {
    color: #ffa955;
  }
  .content-item-main {
    padding: 1.75rem 3.6875rem 2.375rem;
  }
  .content-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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.25rem;
  }
  .content-item-wrap-img {
    width: 17.5rem;
    margin: 0 2.5rem 0 0;
  }
  .content-item-wrap-company {
    margin: 0 0 0.9375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
  .content-item-wrap-name {
    margin: 0 0 1.375rem;
    color: #1c265a;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  .content-item-wrap-usage {
    position: relative;
    margin: 0 0 0.6875rem;
    padding: 0 0 0 1.875rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
  .content-item-wrap-usage::before {
    content: "";
    position: absolute;
    top: -0.1875rem;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background: url(../images/voice-txt-check.webp) no-repeat center/contain;
  }
  .content-item-wrap-usage.clear::before {
    border-radius: 50%;
    background: #e6edf3;
  }
  .content-item-wrap02 {
    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 1.5625rem;
  }
  .content-item-wrap02-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 1.25rem 0 0;
    padding: 0.5rem 2.25rem;
    border-radius: 3.125rem;
    background: #ff7e00;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .content-item-wrap02-txt {
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.06em;
  }
  .content-item-block {
    margin: 0 0 1.5625rem;
  }
  .content-item-block-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 1.3125rem;
    padding: 0.5rem 1.1875rem 0.25rem;
    background: #2a6fbb;
    border-radius: 3.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }
  .content-item-block-txt {
    color: #1c265a;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.81;
  }
  .content-item-block-txt span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffddbb));
    background: linear-gradient(transparent 60%, #ffddbb 60%);
    font-weight: bold;
  }
  .content-bottom {
    width: 21.875rem;
    margin: 5rem auto 0;
  }
  .footer-bg {
    padding: 5.625rem 0 2.5625rem;
    background: #1c265a;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.25rem;
    margin: 0 0 4.1875rem;
  }
  .footer-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.06em;
    text-decoration: underline;
  }
  .footer-copyright {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    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;
    padding: 1.5rem 0;
  }
  .header-left {
    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;
  }
  .header-logo {
    width: 13.125rem;
    margin: 0 1.5625rem 0 0;
  }
  .header h1 {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 1.1875rem;
    line-height: 1.36;
  }
  .header-top {
    position: relative;
    margin: 0 0.625rem 0 0;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
  }
  .header-top::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.625rem;
    height: 1.1875rem;
    background: url(../images/voice/voice-top-arrow.webp) no-repeat center/contain;
  }
  .fv-bg {
    padding: 10.75rem 0;
    background: url(../images/voice/fv-bg-sp.webp) no-repeat center/cover;
  }
  .fv h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 3.75rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .content-bg {
    padding: 5rem 0 5.25rem;
    background: url(../images/voice/content-odd-bg-sp.webp) no-repeat top/cover;
  }
  .content-even .content-bg {
    background: url(../images/voice/content-even-bg-sp.webp) no-repeat top/cover;
  }
  .content-even .content-item-ttl {
    background: -webkit-gradient(linear, left top, right top, from(#2a6fbb), to(#034c9e));
    background: linear-gradient(to right, #2a6fbb, #034c9e);
  }
  .content-top {
    width: 7.25rem;
    margin: 0 auto 2.5625rem;
  }
  .content h2 {
    margin: 0 0 3.75rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.3;
  }
  .content h2 .blue {
    color: #2a6fbb;
  }
  .content h2 .big {
    font-size: 3.125rem;
  }
  .content-item {
    background: #ffffff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0.375rem rgb(118, 172, 204);
            box-shadow: 0 0 0.375rem rgb(118, 172, 204);
  }
  .content-item-ttl {
    padding: 2.5rem 1.875rem 2.1875rem;
    place-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#264e91), to(#1f3068));
    background: linear-gradient(to right, #264e91, #1f3068);
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .content-item-ttl span {
    color: #ffa955;
  }
  .content-item-main {
    padding: 2.5rem 1.875rem 2.8125rem;
  }
  .content-item-wrap {
    margin: 0 0 2.3125rem;
  }
  .content-item-wrap-img {
    margin: 0 0 2.5rem;
  }
  .content-item-wrap-company {
    margin: 0 0 0.9375rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
  .content-item-wrap-name {
    margin: 0 0 3.0625rem;
    color: #1c265a;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .content-item-wrap-usage {
    position: relative;
    margin: 0 0 1.0625rem;
    padding: 0 0 0 2.8125rem;
    color: #1c265a;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .content-item-wrap-usage::before {
    content: "";
    position: absolute;
    top: -0.1875rem;
    left: 0;
    width: 1.6875rem;
    height: 1.625rem;
    background: url(../images/voice-txt-check.webp) no-repeat center/contain;
  }
  .content-item-wrap-usage.clear::before {
    border-radius: 50%;
    background: #e6edf3;
  }
  .content-item-wrap02 {
    margin: 0 0 2.6875rem;
  }
  .content-item-wrap02-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 1.1875rem 0;
    padding: 0.9375rem 1.1875rem 0.625rem;
    border-radius: 3.125rem;
    background: #ff7e00;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .content-item-wrap02-txt {
    color: #ff7e00;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
  }
  .content-item-block {
    margin: 0 0 2.3125rem;
  }
  .content-item-block-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 1.3125rem;
    padding: 1rem 1.3125rem 0.6875rem;
    background: #2a6fbb;
    border-radius: 3.125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
  }
  .content-item-block-txt {
    color: #1c265a;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.78;
  }
  .content-item-block-txt span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffddbb));
    background: linear-gradient(transparent 60%, #ffddbb 60%);
    font-weight: bold;
  }
  .content-bottom {
    width: 24.1875rem;
    margin: 3.875rem auto 0;
  }
  .footer {
    margin: 0 0 8.75rem;
  }
  .footer-bg {
    padding: 4.8125rem 0 4.5625rem;
    background: #1c265a;
  }
  .footer-link {
    margin: 0 0 3.25rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.06em;
    text-decoration: underline;
  }
  .footer-copyright {
    margin: 4.625rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .cv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .cv-bg {
    position: relative;
    z-index: 1000;
    padding: 1.6875rem 0 1.9375rem;
    background: -webkit-gradient(linear, left top, right top, from(#224a8d), to(#1c265a));
    background: linear-gradient(to right, #224a8d, #1c265a);
  }
  .cv-btn {
    position: relative;
    width: 39.375rem;
    margin: 0 auto;
    padding: 1.6875rem 0;
    border-radius: 3.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#ff5400), to(#ff7b00));
    background: linear-gradient(to right, #ff5400, #ff7b00);
    -webkit-box-shadow: 0 0.3125rem 0 #ff5900;
            box-shadow: 0 0.3125rem 0 #ff5900;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .cv-btn::before {
    content: "";
    position: absolute;
    top: 1.75rem;
    right: 1.875rem;
    width: 2.375rem;
    height: 2.375rem;
    background: url(../images/cv-btn-arrow.webp) no-repeat center/cover;
  }
}