@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

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

.wrapper {
  position: relative;
}

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

picture,
figure {
  display: block;
}

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

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

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

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

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
md-pc（768px〜950px）
 ----------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 950px) {
  html {
    font-size: 1.3333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
lg-pc（951px〜1200px）
 ----------------------------------------------- */
@media screen and (min-width: 951px) and (max-width: 1200px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
xl-pc（1201px〜）
 ----------------------------------------------- */
@media screen and (min-width: 1201px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 39.375rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 767px) {
  .fv-bg {
    background: url(../images/fv-bg_sp.webp) no-repeat top center/cover;
    padding: 1.5rem 0 3.875rem;
  }
  .fv-inner {
    width: 43.125rem;
  }
  .fv-header {
    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;
  }
  .fv-logo {
    width: 17.25rem;
  }
  .fv-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.625rem;
  }
  .fv-btn01, .fv-btn02 {
    width: 11.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    border-radius: 100vmax;
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    padding: 0.6875rem 0;
  }
  .fv-btn01 {
    color: #04a700;
  }
  .fv-btn02 {
    color: #0091a7;
  }
  .fv-ttl01 {
    width: 39.5rem;
    margin: 1.1875rem auto 0;
  }
  .fv-img01 {
    width: 38.3125rem;
    margin: -0.0625rem auto 0;
  }
  .fv-ttl02 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 2px 0 #004688;
    text-align: center;
    margin: 0.4375rem auto 0;
  }
  .fv-ttl02 .color {
    color: #e4ff00;
  }
  .fv-ttl02 .num {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 3.75rem;
    margin: 0 0.3125rem;
  }
  .fv-loop {
    width: 46.875rem;
    overflow: hidden;
    margin: 1.75rem auto 2.3125rem;
  }
  .fv .loop-track01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.9375rem;
    -webkit-animation: loop-slide 60s -30s linear infinite;
            animation: loop-slide 60s -30s linear infinite;
    width: 210rem;
  }
  .fv .loop-track01 img {
    width: auto;
    height: 10.4375rem;
    display: block;
  }
  @-webkit-keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .fv-bg {
    background: url(../images/fv-bg.webp) no-repeat top center/2000px auto;
    padding: 1rem 0 8.4375rem;
  }
  .fv-inner {
    width: 75rem;
  }
  .fv-header {
    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;
  }
  .fv-logo {
    width: 16.4375rem;
  }
  .fv-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.625rem;
  }
  .fv-btn01, .fv-btn02 {
    position: relative;
    width: 14.8125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    border-radius: 100vmax;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .fv-btn01::before, .fv-btn02::before {
    content: "";
    position: absolute;
    top: 1.3125rem;
    right: 1.25rem;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 0.5em;
  }
  .fv-btn01 {
    color: #04a700;
    padding: 1rem 0 1rem 1.25rem;
  }
  .fv-btn01::before {
    border-top: 0.125rem solid #04a700;
    border-right: 0.125rem solid #04a700;
  }
  .fv-btn02 {
    color: #0091a7;
    padding: 0.9375rem 0 0.9375rem 2.1875rem;
  }
  .fv-btn02::before {
    border-top: 0.125rem solid #0091a7;
    border-right: 0.125rem solid #0091a7;
  }
  .fv-ttl01 {
    width: 51.0625rem;
    margin: 3.4375rem auto 0;
  }
  .fv-img01 {
    width: 40.9375rem;
    margin: 2.25rem auto 0;
  }
  .fv-ttl02 {
    font-size: 2.4375rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 2px 0 #004688;
    text-align: center;
    margin: 1.875rem auto 0;
  }
  .fv-ttl02 .color {
    color: #e4ff00;
  }
  .fv-ttl02 .num {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 4.1875rem;
    letter-spacing: -0.02em;
    margin-right: 0.3125rem;
  }
  .fv-loop {
    overflow: hidden;
    margin: 2rem auto;
    width: 125rem;
  }
  .fv .loop-track01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.9375rem;
    -webkit-animation: loop-slide 60s -30s linear infinite;
            animation: loop-slide 60s -30s linear infinite;
    width: 172rem;
  }
  .fv .loop-track01 img {
    width: auto;
    height: 8.375rem;
    display: block;
  }
  @-webkit-keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .fv-bg {
    background: url(../images/fv-bg.webp) no-repeat top center/2000px auto;
    padding: 1rem 0 8.4375rem;
  }
  .fv-inner {
    width: 75rem;
  }
  .fv-header {
    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;
  }
  .fv-logo {
    width: 16.4375rem;
  }
  .fv-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.625rem;
  }
  .fv-btn01, .fv-btn02 {
    position: relative;
    width: 14.8125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    border-radius: 100vmax;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .fv-btn01::before, .fv-btn02::before {
    content: "";
    position: absolute;
    top: 1.3125rem;
    right: 1.25rem;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 0.5em;
  }
  .fv-btn01 {
    color: #04a700;
    padding: 1rem 0 1rem 1.25rem;
  }
  .fv-btn01::before {
    border-top: 0.125rem solid #04a700;
    border-right: 0.125rem solid #04a700;
  }
  .fv-btn02 {
    color: #0091a7;
    padding: 0.9375rem 0 0.9375rem 2.1875rem;
  }
  .fv-btn02::before {
    border-top: 0.125rem solid #0091a7;
    border-right: 0.125rem solid #0091a7;
  }
  .fv-ttl01 {
    width: 51.0625rem;
    margin: 3.4375rem auto 0;
  }
  .fv-img01 {
    width: 40.9375rem;
    margin: 2.25rem auto 0;
  }
  .fv-ttl02 {
    font-size: 2.4375rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 2px 0 #004688;
    text-align: center;
    margin: 1.875rem auto 0;
  }
  .fv-ttl02 .color {
    color: #e4ff00;
  }
  .fv-ttl02 .num {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 4.1875rem;
    letter-spacing: -0.02em;
    margin-right: 0.3125rem;
  }
  .fv-loop {
    overflow: hidden;
    margin: 2rem auto;
    width: 125rem;
  }
  .fv .loop-track01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.9375rem;
    -webkit-animation: loop-slide 60s -30s linear infinite;
            animation: loop-slide 60s -30s linear infinite;
    width: 172rem;
  }
  .fv .loop-track01 img {
    width: auto;
    height: 8.375rem;
    display: block;
  }
  @-webkit-keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
}
@media screen and (min-width: 1201px) {
  .fv-bg {
    background: url(../images/fv-bg.webp) no-repeat top center/2000px auto;
    padding: 1rem 0 8.4375rem;
  }
  .fv-inner {
    width: 75rem;
  }
  .fv-header {
    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;
  }
  .fv-logo {
    width: 16.4375rem;
  }
  .fv-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.625rem;
  }
  .fv-btn01, .fv-btn02 {
    position: relative;
    width: 14.8125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    border-radius: 100vmax;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .fv-btn01::before, .fv-btn02::before {
    content: "";
    position: absolute;
    top: 1.3125rem;
    right: 1.25rem;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 0.5em;
  }
  .fv-btn01 {
    color: #04a700;
    padding: 1rem 0 1rem 1.25rem;
  }
  .fv-btn01::before {
    border-top: 0.125rem solid #04a700;
    border-right: 0.125rem solid #04a700;
  }
  .fv-btn02 {
    color: #0091a7;
    padding: 0.9375rem 0 0.9375rem 2.1875rem;
  }
  .fv-btn02::before {
    border-top: 0.125rem solid #0091a7;
    border-right: 0.125rem solid #0091a7;
  }
  .fv-ttl01 {
    width: 51.0625rem;
    margin: 3.4375rem auto 0;
  }
  .fv-img01 {
    width: 40.9375rem;
    margin: 2.25rem auto 0;
  }
  .fv-ttl02 {
    font-size: 2.4375rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 2px 0 #004688;
    text-align: center;
    margin: 1.875rem auto 0;
  }
  .fv-ttl02 .color {
    color: #e4ff00;
  }
  .fv-ttl02 .num {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 4.1875rem;
    letter-spacing: -0.02em;
    margin-right: 0.3125rem;
  }
  .fv-loop {
    overflow: hidden;
    margin: 2rem auto;
    width: 125rem;
  }
  .fv .loop-track01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.9375rem;
    -webkit-animation: loop-slide 60s -30s linear infinite;
            animation: loop-slide 60s -30s linear infinite;
    width: 172rem;
  }
  .fv .loop-track01 img {
    width: auto;
    height: 8.375rem;
    display: block;
  }
  @-webkit-keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .fv-bg {
    background: url(../images/fv-bg.webp) no-repeat top center/1400px auto;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .fv-bg {
    background: url(../images/fv-bg.webp) no-repeat top center/1450px auto;
  }
}
@media screen and (min-width: 1201px) {
  .fv-bg {
    background: url(../images/fv-bg.webp) no-repeat top center/2000px auto;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 767px) {
  .cta-bg {
    position: relative;
    background: #0054a7;
    padding: 2.8125rem 0 3.8125rem;
  }
  .cta-bg::before {
    content: "";
    position: absolute;
    top: -0.9375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 0.9375rem;
    background: url(../images/voice-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .cta-inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .cta-wrap {
    background: #fff;
    border: 0.1875rem solid #003b77;
    border-radius: 0.9375rem;
    padding: 2.375rem 1.5625rem 3.9375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .cta-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.028em;
    line-height: 1.46;
    text-align: center;
    font-weight: 600;
  }
  .cta-btn {
    margin: 1.375rem auto 0;
    cursor: pointer;
  }
  .cta-shiryo {
    margin: 2.4375rem auto 0;
  }
  .cta-shiryo .cta-btn {
    margin: 1.375rem auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .cta-bg {
    position: relative;
    background: #0054a7;
    padding: 4.1875rem 0 4.9375rem;
  }
  .cta-bg::before {
    content: "";
    position: absolute;
    top: -1.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.6875rem;
    background: url(../images/voice-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
    border: 0.4375rem solid #003b77;
    border-radius: 0.625rem;
    padding: 1.5rem 3.125rem 1.5rem 3.125rem;
    width: 62.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .cta-ttl01 {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.72;
    text-align: center;
    font-weight: 600;
  }
  .cta-btn {
    width: 26.875rem;
    margin: 0.8125rem auto 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .cta-bg {
    position: relative;
    background: #0054a7;
    padding: 4.1875rem 0 4.9375rem;
  }
  .cta-bg::before {
    content: "";
    position: absolute;
    top: -1.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.6875rem;
    background: url(../images/voice-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
    border: 0.4375rem solid #003b77;
    border-radius: 0.625rem;
    padding: 1.5rem 3.125rem 1.5rem 3.125rem;
    width: 62.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .cta-ttl01 {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.72;
    text-align: center;
    font-weight: 600;
  }
  .cta-btn {
    width: 26.875rem;
    margin: 0.8125rem auto 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 1201px) {
  .cta-bg {
    position: relative;
    background: #0054a7;
    padding: 4.1875rem 0 4.9375rem;
  }
  .cta-bg::before {
    content: "";
    position: absolute;
    top: -1.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.6875rem;
    background: url(../images/voice-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
    border: 0.4375rem solid #003b77;
    border-radius: 0.625rem;
    padding: 1.5rem 3.125rem 1.5rem 3.125rem;
    width: 62.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .cta-ttl01 {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.72;
    text-align: center;
    font-weight: 600;
  }
  .cta-btn {
    width: 26.875rem;
    margin: 0.8125rem auto 0;
    cursor: pointer;
  }
}
/*==============================================================================
cv
============================================================================= */
@media screen and (max-width: 767px) {
  .cv-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.8125rem 0;
  }
  .cv-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.125rem;
    width: 44.0625rem;
    margin: 0 auto;
  }
  .cv-hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .cv-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .cv-btn01, .cv-btn02 {
    position: relative;
    font-size: 1.6875rem;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: 500;
    border-radius: 100vmax;
  }
  .cv-btn01::before, .cv-btn02::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    right: 1.875rem;
    background: url(../images/cv-arrow.webp) no-repeat center/cover;
    width: 0.5625rem;
    height: 0.9375rem;
  }
  .cv-btn01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#11d050), to(#04a700));
    background: linear-gradient(to bottom, #11d050, #04a700);
    -webkit-box-shadow: 0 2px #026b01;
            box-shadow: 0 2px #026b01;
    padding: 2rem 0 2rem 1.875rem;
  }
  .cv-btn02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#11b7d0), to(#0091a7));
    background: linear-gradient(to bottom, #11b7d0, #0091a7);
    -webkit-box-shadow: 0 2px #006675;
            box-shadow: 0 2px #006675;
    padding: 2rem 0 2rem 2.8125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .cv-floating {
    position: fixed;
    bottom: 8.125rem;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem 0;
  }
  .cv-hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .cv-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .cv-btn01, .cv-btn02 {
    position: relative;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    background: #fff;
    font-weight: 500;
    white-space: nowrap;
    padding: 1.0625rem 0 2.5rem;
    text-align: center;
    width: 7.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.33);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.33);
    border-radius: 1.25rem 0 0 1.25rem;
  }
  .cv-btn01::before, .cv-btn02::before {
    content: "";
    position: absolute;
    bottom: 0.875rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1.125rem;
    height: 1.125rem;
  }
  .cv-btn01 {
    color: #04a700;
  }
  .cv-btn01::before {
    background: url(../images/cv-arrow02.webp) no-repeat center/cover;
  }
  .cv-btn02 {
    color: #0091a7;
  }
  .cv-btn02 .small {
    font-size: 1rem;
  }
  .cv-btn02::before {
    background: url(../images/cv-arrow03.webp) no-repeat center/cover;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .cv-floating {
    position: fixed;
    bottom: 8.125rem;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem 0;
  }
  .cv-hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .cv-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .cv-btn01, .cv-btn02 {
    position: relative;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    background: #fff;
    font-weight: 500;
    white-space: nowrap;
    padding: 1.0625rem 0 2.5rem;
    text-align: center;
    width: 7.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.33);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.33);
    border-radius: 1.25rem 0 0 1.25rem;
  }
  .cv-btn01::before, .cv-btn02::before {
    content: "";
    position: absolute;
    bottom: 0.875rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1.125rem;
    height: 1.125rem;
  }
  .cv-btn01 {
    color: #04a700;
  }
  .cv-btn01::before {
    background: url(../images/cv-arrow02.webp) no-repeat center/cover;
  }
  .cv-btn02 {
    color: #0091a7;
  }
  .cv-btn02 .small {
    font-size: 1rem;
  }
  .cv-btn02::before {
    background: url(../images/cv-arrow03.webp) no-repeat center/cover;
  }
}
@media screen and (min-width: 1201px) {
  .cv-floating {
    position: fixed;
    bottom: 8.125rem;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem 0;
  }
  .cv-hidden {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .cv-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .cv-btn01, .cv-btn02 {
    position: relative;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    background: #fff;
    font-weight: 500;
    white-space: nowrap;
    padding: 1.0625rem 0 2.5rem;
    text-align: center;
    width: 7.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.33);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.33);
    border-radius: 1.25rem 0 0 1.25rem;
  }
  .cv-btn01::before, .cv-btn02::before {
    content: "";
    position: absolute;
    bottom: 0.875rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1.125rem;
    height: 1.125rem;
  }
  .cv-btn01 {
    color: #04a700;
  }
  .cv-btn01::before {
    background: url(../images/cv-arrow02.webp) no-repeat center/cover;
  }
  .cv-btn02 {
    color: #0091a7;
  }
  .cv-btn02 .small {
    font-size: 1rem;
  }
  .cv-btn02::before {
    background: url(../images/cv-arrow03.webp) no-repeat center/cover;
  }
}
/*==============================================================================
worries
============================================================================= */
@media screen and (max-width: 767px) {
  .worries-bg {
    position: relative;
    background: #003263;
    padding: 3.3125rem 0 4.125rem;
  }
  .worries-bg::before {
    content: "";
    position: absolute;
    top: -1.0625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.0625rem;
    background: url(../images/worries-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .worries-bg::after {
    content: "";
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    right: 0;
    background: #003263;
    width: 10.3125rem;
    height: 2.5625rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
    z-index: 10;
  }
  .worries-ttl02 {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.67;
    color: #fff;
    text-align: center;
    font-weight: 600;
  }
  .worries-ttl02 .big {
    display: inline-block;
    font-size: 2.25rem;
    line-height: 1.53;
    padding-top: 0.0625rem;
  }
  .worries-ttl02 .color {
    color: #e4ff00;
  }
  .worries-ttl01 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #fff;
    text-align: center;
    margin: 2.125rem auto 0;
  }
  .worries-ttl01 .mid {
    font-size: 2.5rem;
  }
  .worries-ttl01 .color {
    font-size: 3.125rem;
    color: #e4ff00;
  }
  .worries-wrap {
    position: relative;
    margin: 2.375rem auto 0;
    background: #fff;
    border-radius: 0.625rem;
    padding: 2.8125rem 0 4.75rem 4.0625rem;
  }
  .worries-img01 {
    position: absolute;
    top: 2.1875rem;
    right: -3.75rem;
    width: 12.125rem;
  }
  .worries-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 0;
  }
  .worries-item {
    position: relative;
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 1.4;
  }
  .worries-item .line {
    position: relative;
    z-index: 10;
  }
  .worries-item .line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e4ff00;
    width: auto;
    height: 1rem;
    z-index: -1;
  }
  .worries-item::before {
    content: "";
    position: absolute;
    top: 0.5625rem;
    left: -2.5rem;
    background: url(../images/worries-check.webp) no-repeat center/cover;
    width: 1.875rem;
    height: 1.875rem;
  }
  .worries-ttl03 {
    font-size: 2.25rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
    margin: 1.5rem auto 0;
    text-align: center;
  }
  .worries-ttl03 .big {
    position: relative;
    font-size: 3rem;
  }
  .worries-ttl03 .big::before {
    content: "";
    position: absolute;
    bottom: -0.375rem;
    left: 0.3125rem;
    background: url(../images/worries-shape_sp.webp) repeat center/cover;
    width: 35.3125rem;
    height: 0.4375rem;
  }
  .worries-txt01 {
    font-size: 1.875rem;
    letter-spacing: -0.06em;
    line-height: 1.36;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 1.4375rem auto 0;
  }
  .worries-txt01 .color {
    color: #e4ff00;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .worries-bg {
    position: relative;
    background: #003263;
    padding: 5.4375rem 0 3.75rem;
  }
  .worries-bg::before {
    content: "";
    position: absolute;
    top: -1.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.6875rem;
    background: url(../images/worries-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .worries-bg::after {
    content: "";
    position: absolute;
    bottom: -3.1875rem;
    left: 0;
    right: 0;
    background: #003263;
    width: 13.125rem;
    height: 3.25rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
    z-index: 10;
  }
  .worries-ttl02 {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-weight: 600;
  }
  .worries-ttl02 .big {
    font-size: 2rem;
  }
  .worries-ttl02 .color {
    color: #e4ff00;
  }
  .worries-ttl01 {
    font-size: 2.375rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
    margin: 1.3125rem auto 0;
  }
  .worries-ttl01 .mid {
    font-size: 3.125rem;
    letter-spacing: 0.04em;
  }
  .worries-ttl01 .color {
    font-size: 4rem;
    letter-spacing: -0.06em;
    color: #e4ff00;
  }
  .worries-wrap {
    position: relative;
    margin: 3.1875rem auto 0;
    background: #fff;
    border-radius: 1.25rem;
    padding: 2.25rem 0 2.4375rem 18.75rem;
  }
  .worries-img01 {
    position: absolute;
    top: 0.9375rem;
    left: -1.875rem;
    width: 16.25rem;
  }
  .worries-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem 0;
  }
  .worries-item {
    position: relative;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 1.27;
  }
  .worries-item .line {
    position: relative;
    z-index: 10;
  }
  .worries-item .line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e4ff00;
    width: auto;
    height: 0.875rem;
    z-index: -1;
  }
  .worries-item::before {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: -2.5rem;
    background: url(../images/worries-check.webp) no-repeat center/cover;
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .worries-ttl03 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 3.5rem auto 0;
  }
  .worries-ttl03 .big {
    position: relative;
    font-size: 2.625rem;
    letter-spacing: -0.02em;
  }
  .worries-ttl03 .big::before {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/worries-shape.webp) no-repeat center/cover;
    width: 30.3125rem;
    height: 0.5625rem;
  }
  .worries-txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 2.375rem auto 0;
  }
  .worries-txt01 .color {
    color: #e4ff00;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .worries-bg {
    position: relative;
    background: #003263;
    padding: 5.4375rem 0 3.75rem;
  }
  .worries-bg::before {
    content: "";
    position: absolute;
    top: -1.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.6875rem;
    background: url(../images/worries-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .worries-bg::after {
    content: "";
    position: absolute;
    bottom: -3.1875rem;
    left: 0;
    right: 0;
    background: #003263;
    width: 13.125rem;
    height: 3.25rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
    z-index: 10;
  }
  .worries-ttl02 {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-weight: 600;
  }
  .worries-ttl02 .big {
    font-size: 2rem;
  }
  .worries-ttl02 .color {
    color: #e4ff00;
  }
  .worries-ttl01 {
    font-size: 2.375rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
    margin: 1.3125rem auto 0;
  }
  .worries-ttl01 .mid {
    font-size: 3.125rem;
    letter-spacing: 0.04em;
  }
  .worries-ttl01 .color {
    font-size: 4rem;
    letter-spacing: -0.06em;
    color: #e4ff00;
  }
  .worries-wrap {
    position: relative;
    margin: 3.1875rem auto 0;
    background: #fff;
    border-radius: 1.25rem;
    padding: 2.25rem 0 2.4375rem 18.75rem;
  }
  .worries-img01 {
    position: absolute;
    top: 0.9375rem;
    left: -1.875rem;
    width: 16.25rem;
  }
  .worries-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem 0;
  }
  .worries-item {
    position: relative;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 1.27;
  }
  .worries-item .line {
    position: relative;
    z-index: 10;
  }
  .worries-item .line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e4ff00;
    width: auto;
    height: 0.875rem;
    z-index: -1;
  }
  .worries-item::before {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: -2.5rem;
    background: url(../images/worries-check.webp) no-repeat center/cover;
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .worries-ttl03 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 3.5rem auto 0;
  }
  .worries-ttl03 .big {
    position: relative;
    font-size: 2.625rem;
    letter-spacing: -0.02em;
  }
  .worries-ttl03 .big::before {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/worries-shape.webp) no-repeat center/cover;
    width: 30.3125rem;
    height: 0.5625rem;
  }
  .worries-txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 2.375rem auto 0;
  }
  .worries-txt01 .color {
    color: #e4ff00;
  }
}
@media screen and (min-width: 1201px) {
  .worries-bg {
    position: relative;
    background: #003263;
    padding: 5.4375rem 0 3.75rem;
  }
  .worries-bg::before {
    content: "";
    position: absolute;
    top: -1.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.6875rem;
    background: url(../images/worries-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .worries-bg::after {
    content: "";
    position: absolute;
    bottom: -3.1875rem;
    left: 0;
    right: 0;
    background: #003263;
    width: 13.125rem;
    height: 3.25rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
    z-index: 10;
  }
  .worries-ttl02 {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-weight: 600;
  }
  .worries-ttl02 .big {
    font-size: 2rem;
  }
  .worries-ttl02 .color {
    color: #e4ff00;
  }
  .worries-ttl01 {
    font-size: 2.375rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
    margin: 1.3125rem auto 0;
  }
  .worries-ttl01 .mid {
    font-size: 3.125rem;
    letter-spacing: 0.04em;
  }
  .worries-ttl01 .color {
    font-size: 4rem;
    letter-spacing: -0.06em;
    color: #e4ff00;
  }
  .worries-wrap {
    position: relative;
    margin: 3.1875rem auto 0;
    background: #fff;
    border-radius: 1.25rem;
    padding: 2.25rem 0 2.4375rem 18.75rem;
  }
  .worries-img01 {
    position: absolute;
    top: 0.9375rem;
    left: -1.875rem;
    width: 16.25rem;
  }
  .worries-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem 0;
  }
  .worries-item {
    position: relative;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 1.27;
  }
  .worries-item .line {
    position: relative;
    z-index: 10;
  }
  .worries-item .line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e4ff00;
    width: auto;
    height: 0.875rem;
    z-index: -1;
  }
  .worries-item::before {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: -2.5rem;
    background: url(../images/worries-check.webp) no-repeat center/cover;
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .worries-ttl03 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 3.5rem auto 0;
  }
  .worries-ttl03 .big {
    position: relative;
    font-size: 2.625rem;
    letter-spacing: -0.02em;
  }
  .worries-ttl03 .big::before {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/worries-shape.webp) no-repeat center/cover;
    width: 30.3125rem;
    height: 0.5625rem;
  }
  .worries-txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 2.375rem auto 0;
  }
  .worries-txt01 .color {
    color: #e4ff00;
  }
}
/*==============================================================================
range
============================================================================= */
@media screen and (max-width: 767px) {
  .range-bg {
    position: relative;
    background: url(../images/range-bg.webp) no-repeat top center/cover;
    padding: 7.125rem 0 18.1875rem;
  }
  .range-inner {
    width: 43.125rem;
  }
  .range-ttl02 {
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.25;
    color: #0054a7;
    font-weight: 600;
    background: #e4ff06;
    text-align: center;
    padding: 1.0625rem 0;
    width: 41.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .range-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.53;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 2.0625rem auto 0;
  }
  .range-ttl01 .mid {
    display: inline-block;
    font-size: 2.5rem;
    padding-top: 1.375rem;
  }
  .range-ttl01 .img {
    display: inline-block;
    width: 39.375rem;
    margin: 0.1875rem auto 0;
  }
  .range-illust01 {
    position: absolute;
    top: 9.0625rem;
    right: -2.8125rem;
    width: 9.3125rem;
  }
  .range-illust02 {
    position: absolute;
    top: 90.3125rem;
    left: 0rem;
    width: 14rem;
  }
  .range-img01 {
    margin: 2.8125rem 0 0 1.875rem;
    width: 82.1875rem;
  }
  .range #js-scrollbar {
    position: relative;
  }
  .range .swipe-hint {
    position: absolute;
    top: 19.6875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 16.75rem;
    pointer-events: none;
  }
  .range .swipe-hint.hidden {
    opacity: 0;
    visibility: hidden;
  }
  .range .simplebar-content-wrapper::-webkit-scrollbar {
    display: none;
  }
  .range .simplebar-track.simplebar-horizontal {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .range-bg {
    background: url(../images/range-bg.webp) no-repeat top center/cover;
    padding: 6.8125rem 0 8.9375rem;
  }
  .range-ttl02 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0054a7;
    font-weight: 900;
    background: #e4ff06;
    text-align: center;
    padding: 1.4375rem 0;
  }
  .range-ttl01 {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.65;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 1.5625rem auto 0;
  }
  .range-ttl01 .mid {
    font-size: 2.5rem;
  }
  .range-ttl01 .img {
    display: inline-block;
    width: 53.4375rem;
    margin: 0.375rem auto 0;
  }
  .range-img01 {
    width: 62.625rem;
    margin: 2.1875rem auto 0;
  }
  .range-illust01 {
    position: absolute;
    top: 17.8125rem;
    right: -6.25rem;
    width: 7.8125rem;
    z-index: 10;
  }
  .range-illust02 {
    position: absolute;
    top: 43.125rem;
    left: -6.25rem;
    width: 11.8125rem;
    z-index: 10;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .range-bg {
    background: url(../images/range-bg.webp) no-repeat top center/cover;
    padding: 6.8125rem 0 8.9375rem;
  }
  .range-ttl02 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0054a7;
    font-weight: 900;
    background: #e4ff06;
    text-align: center;
    padding: 1.4375rem 0;
  }
  .range-ttl01 {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.65;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 1.5625rem auto 0;
  }
  .range-ttl01 .mid {
    font-size: 2.5rem;
  }
  .range-ttl01 .img {
    display: inline-block;
    width: 53.4375rem;
    margin: 0.375rem auto 0;
  }
  .range-img01 {
    width: 62.625rem;
    margin: 2.1875rem auto 0;
  }
  .range-illust01 {
    position: absolute;
    top: 17.8125rem;
    right: -6.25rem;
    width: 7.8125rem;
    z-index: 10;
  }
  .range-illust02 {
    position: absolute;
    top: 43.125rem;
    left: -6.25rem;
    width: 11.8125rem;
    z-index: 10;
  }
}
@media screen and (min-width: 1201px) {
  .range-bg {
    background: url(../images/range-bg.webp) no-repeat top center/cover;
    padding: 6.8125rem 0 8.9375rem;
  }
  .range-ttl02 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0054a7;
    font-weight: 900;
    background: #e4ff06;
    text-align: center;
    padding: 1.4375rem 0;
  }
  .range-ttl01 {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.65;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 1.5625rem auto 0;
  }
  .range-ttl01 .mid {
    font-size: 2.5rem;
  }
  .range-ttl01 .img {
    display: inline-block;
    width: 53.4375rem;
    margin: 0.375rem auto 0;
  }
  .range-img01 {
    width: 62.625rem;
    margin: 2.1875rem auto 0;
  }
  .range-illust01 {
    position: absolute;
    top: 17.8125rem;
    right: -6.25rem;
    width: 7.8125rem;
    z-index: 10;
  }
  .range-illust02 {
    position: absolute;
    top: 43.125rem;
    left: -6.25rem;
    width: 11.8125rem;
    z-index: 10;
  }
}
/*==============================================================================
structure
============================================================================= */
@media screen and (max-width: 767px) {
  .structure-bg {
    background: #edfbff;
    padding: 11.5rem 0 5.1875rem;
  }
  .structure-inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .structure-illust01 {
    position: absolute;
    top: -17.8125rem;
    right: -1.5625rem;
    width: 9.125rem;
  }
  .structure-head {
    position: absolute;
    top: -20.4375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/structure-head.webp) no-repeat center/cover;
    width: 19.4375rem;
    height: 20.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.38;
    text-align: center;
    font-weight: 600;
    padding-top: 5.125rem;
  }
  .structure-ttl01 {
    width: 39.375rem;
    margin: 0 auto;
  }
  .structure-box {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
  }
  .structure-box-ttl {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    padding: 1.4375rem 0 1.625rem;
    font-weight: 600;
  }
  .structure-box-ttl .color {
    display: inline-block;
    color: #e4ff01;
    font-size: 3.125rem;
    padding-bottom: 0.5rem;
  }
  .structure-box-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.375rem 0;
    background: #fff;
    padding: 2.1875rem 1.875rem 4.0625rem;
  }
  .structure-box-item .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.9375rem;
    background: #e3f0f8;
    border-radius: 0.3125rem;
    width: 39.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.125rem 0 1.125rem 1.1875rem;
    height: 5.625rem;
    box-sizing: border-box;
  }
  .structure-box-item .icon01 {
    width: 3.1875rem;
  }
  .structure-box-item .icon02 {
    width: 3.375rem;
  }
  .structure-box-item .icon03 {
    width: 3.3125rem;
  }
  .structure-box-item .icon04 {
    width: 2.5625rem;
  }
  .structure-box-item .icon05 {
    width: 3.125rem;
  }
  .structure-box-item .icon06 {
    width: 3.4375rem;
  }
  .structure-box-item .icon07 {
    width: 4rem;
  }
  .structure-box-item .icon08 {
    width: 3.625rem;
  }
  .structure-box-item .txt01 {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
  .structure-box-item .txt01 .small {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.53;
    letter-spacing: 0.04em;
    text-indent: -0.5em;
  }
  .structure-box-item .txt01.diff {
    letter-spacing: -0.02em;
  }
  .structure-box-item .txt02 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.52;
    padding: 0.8125rem 0 0 1.25rem;
  }
  .structure-box-item.item03 .txt02, .structure-box-item.item04 .txt02, .structure-box-item.item06 .txt02 {
    letter-spacing: 0.02em;
  }
  .structure-box01 {
    margin: 2.6875rem auto 0;
  }
  .structure-box01 .structure-box-ttl {
    background: #2f91cf;
  }
  .structure-box02 {
    margin: 2.5625rem auto 0;
  }
  .structure-box02 .structure-box-btm {
    padding: 2.1875rem 1.875rem 3.9375rem;
  }
  .structure-box02 .structure-box-ttl {
    background: #0054a7;
  }
  .structure-box02::before {
    content: "";
    position: absolute;
    top: -3.375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/structure-plus.webp) no-repeat center/cover;
    width: 4.1875rem;
    height: 4.1875rem;
  }
  .structure-ttl02 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    text-align: center;
    line-height: 1.44;
    margin: 5.5rem auto 0;
  }
  .structure-ttl02 .color {
    display: inline-block;
    color: #0054a7;
    font-size: 3.25rem;
    letter-spacing: 0.1em;
    line-height: 1.19;
    padding-top: 0.5625rem;
  }
  .structure-ttl02 .big {
    position: relative;
    z-index: 10;
    font-size: 5.125rem;
    letter-spacing: 0.1em;
  }
  .structure-ttl02 .big::before {
    content: "";
    position: absolute;
    bottom: 0.3125rem;
    left: -0.3125rem;
    background: #e4ff01;
    width: 16.6875rem;
    height: 1.875rem;
    z-index: -1;
  }
  .structure-ttl02 .mid {
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
  .structure-wrap {
    margin: 2.625rem auto 0;
  }
  .structure-graph {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    border-radius: 0.3125rem;
  }
  .structure-graph-ttl {
    position: relative;
    letter-spacing: 0.06em;
    line-height: 1.37;
    text-align: center;
    border-radius: 0.3125rem 0.3125rem 0 0;
    font-weight: 600;
  }
  .structure-graph-ttl::before {
    content: "";
    position: absolute;
    bottom: -1.1875rem;
    left: 0;
    right: 0;
    width: 1.4375rem;
    height: 1.3125rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
  }
  .structure-graph-btm {
    background: #fff;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
  .structure-graph-img01 {
    margin: 0 auto;
  }
  .structure-graph01 {
    width: 37.5rem;
    margin: 0 auto;
  }
  .structure-graph01 .structure-graph-ttl {
    font-size: 2rem;
    color: #fff;
    background: #2f91cf;
    padding: 1rem 0;
  }
  .structure-graph01 .structure-graph-ttl::before {
    background: #2f91cf;
  }
  .structure-graph01 .structure-graph-btm {
    padding: 3.75rem 1.5625rem 4.1875rem;
  }
  .structure-graph01 .structure-graph-img01 {
    width: 34.375rem;
  }
  .structure-graph01::before {
    content: "";
    position: absolute;
    bottom: -4.4375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/structure-arrow.webp) no-repeat center/cover;
    width: 7.5rem;
    height: 4.375rem;
    z-index: 10;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .structure-graph02 {
    width: 41.25rem;
    margin: 6.0625rem auto 0;
  }
  .structure-graph02 .structure-graph-ttl {
    font-size: 1.625rem;
    color: #e4ff01;
    background: #0054a7;
    padding: 1rem 0;
  }
  .structure-graph02 .structure-graph-ttl::before {
    background: #0054a7;
  }
  .structure-graph02 .structure-graph-ttl .big {
    font-size: 2.125rem;
  }
  .structure-graph02 .structure-graph-btm {
    padding: 1.4375rem 4.5rem 4rem;
  }
  .structure-graph02 .structure-graph-img01 {
    width: 33rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .structure-bg {
    background: #edfbff;
    padding: 7.1875rem 0 6.875rem;
  }
  .structure-illust01 {
    position: absolute;
    top: -13.125rem;
    right: 4.375rem;
    width: 9.375rem;
  }
  .structure-head {
    position: absolute;
    top: -12.0625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/structure-head.webp) no-repeat center/cover;
    width: 10.6875rem;
    height: 11.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.38;
    text-align: center;
    font-weight: 600;
    padding-top: 2.8125rem;
  }
  .structure-ttl01 {
    width: 56.4375rem;
    margin: 0 auto;
  }
  .structure-box {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    border-radius: 0.625rem;
  }
  .structure-box-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 1.3125rem 0;
    border-radius: 0.625rem 0.625rem 0 0;
    font-weight: 600;
  }
  .structure-box-ttl .color {
    color: #e4ff01;
    font-size: 1.75rem;
  }
  .structure-box-btm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem 0.9375rem;
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 1.875rem 2.625rem 2.9375rem;
  }
  .structure-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.9375rem;
  }
  .structure-box-item .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.75rem;
    background: #e3f0f8;
    border-radius: 0.3125rem;
    width: 13.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.3125rem 0 1.25rem 0.9375rem;
    height: 5.5rem;
    box-sizing: border-box;
  }
  .structure-box-item .icon01 {
    width: 2.1875rem;
  }
  .structure-box-item .icon02 {
    width: 2.5rem;
  }
  .structure-box-item .icon03 {
    width: 2.5rem;
  }
  .structure-box-item .icon04 {
    width: 1.875rem;
  }
  .structure-box-item .icon05 {
    width: 2.25rem;
  }
  .structure-box-item .icon06 {
    width: 2.6875rem;
  }
  .structure-box-item .icon07 {
    width: 2.5rem;
  }
  .structure-box-item .icon08 {
    width: 2.625rem;
  }
  .structure-box-item .txt01 {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    width: 9.375rem;
  }
  .structure-box-item .txt01 .small {
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1.43;
    letter-spacing: 0.02em;
    text-indent: -0.5em;
  }
  .structure-box-item .txt01 .small.diff {
    width: 7rem;
  }
  .structure-box-item .txt02 {
    width: 14.375rem;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    line-height: 1.71;
  }
  .structure-box-item:nth-of-type(3) .txt02 {
    letter-spacing: 0.02em;
  }
  .structure-box-item:nth-of-type(4) .txt02 {
    letter-spacing: 0.02em;
  }
  .structure-box01 {
    margin: 2.0625rem auto 0;
  }
  .structure-box01 .structure-box-ttl {
    background: #2f91cf;
  }
  .structure-box02 {
    margin: 1.3125rem auto 0;
  }
  .structure-box02 .structure-box-btm {
    gap: 1.125rem 0.9375rem;
    padding: 1.875rem 2.625rem 2.6875rem;
  }
  .structure-box02 .structure-box-ttl {
    background: #0054a7;
  }
  .structure-box02::before {
    content: "";
    position: absolute;
    top: -2.125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/structure-plus.webp) no-repeat center/cover;
    width: 2.75rem;
    height: 2.75rem;
  }
  .structure-ttl02 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    text-align: center;
    line-height: 1.32;
    margin: 4.75rem auto 0;
  }
  .structure-ttl02 .color {
    color: #0054a7;
    font-size: 2.0625rem;
    letter-spacing: 0.1em;
  }
  .structure-ttl02 .big {
    position: relative;
    z-index: 10;
    font-size: 3.75rem;
  }
  .structure-ttl02 .big::before {
    content: "";
    position: absolute;
    bottom: 0.3125rem;
    left: -0.3125rem;
    background: #e4ff01;
    width: 12.1875rem;
    height: 1.25rem;
    z-index: -1;
  }
  .structure-ttl02 .mid {
    font-size: 2.8125rem;
    letter-spacing: 0.08em;
  }
  .structure-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 58.3125rem;
    margin: 2rem auto 0;
  }
  .structure-graph {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    border-radius: 0.3125rem;
  }
  .structure-graph-ttl {
    position: relative;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-align: center;
    border-radius: 0.3125rem 0.3125rem 0 0;
    font-weight: 600;
  }
  .structure-graph-ttl::before {
    content: "";
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    right: 0;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
  }
  .structure-graph-btm {
    background: #fff;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
  .structure-graph-img01 {
    margin: 0 auto;
  }
  .structure-graph01 {
    width: 25.8125rem;
  }
  .structure-graph01 .structure-graph-ttl {
    font-size: 1.375rem;
    color: #fff;
    background: #2f91cf;
    padding: 0.75rem 0;
  }
  .structure-graph01 .structure-graph-ttl::before {
    background: #2f91cf;
  }
  .structure-graph01 .structure-graph-btm {
    padding: 2.4375rem 0.9375rem 2.9375rem;
  }
  .structure-graph01 .structure-graph-img01 {
    width: 23.75rem;
  }
  .structure-graph01::before {
    content: "";
    position: absolute;
    top: 10.5625rem;
    right: -3.8125rem;
    background: url(../images/structure-arrow.webp) no-repeat center/cover;
    width: 4.6875rem;
    height: 2.5625rem;
    z-index: 10;
  }
  .structure-graph02 {
    width: 29.9375rem;
  }
  .structure-graph02 .structure-graph-ttl {
    font-size: 1.125rem;
    color: #e4ff01;
    background: #0054a7;
    padding: 0.8125rem 0;
  }
  .structure-graph02 .structure-graph-ttl::before {
    background: #0054a7;
  }
  .structure-graph02 .structure-graph-ttl .big {
    font-size: 1.5625rem;
  }
  .structure-graph02 .structure-graph-btm {
    padding: 0.875rem 3.0625rem 2.9375rem;
  }
  .structure-graph02 .structure-graph-img01 {
    width: 23.625rem;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .structure-bg {
    background: #edfbff;
    padding: 7.1875rem 0 6.875rem;
  }
  .structure-illust01 {
    position: absolute;
    top: -13.125rem;
    right: 4.375rem;
    width: 9.375rem;
  }
  .structure-head {
    position: absolute;
    top: -12.0625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/structure-head.webp) no-repeat center/cover;
    width: 10.6875rem;
    height: 11.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.38;
    text-align: center;
    font-weight: 600;
    padding-top: 2.8125rem;
  }
  .structure-ttl01 {
    width: 56.4375rem;
    margin: 0 auto;
  }
  .structure-box {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    border-radius: 0.625rem;
  }
  .structure-box-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 1.3125rem 0;
    border-radius: 0.625rem 0.625rem 0 0;
    font-weight: 600;
  }
  .structure-box-ttl .color {
    color: #e4ff01;
    font-size: 1.75rem;
  }
  .structure-box-btm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem 0.9375rem;
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 1.875rem 2.625rem 2.9375rem;
  }
  .structure-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.9375rem;
  }
  .structure-box-item .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.75rem;
    background: #e3f0f8;
    border-radius: 0.3125rem;
    width: 13.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.3125rem 0 1.25rem 0.9375rem;
    height: 5.5rem;
    box-sizing: border-box;
  }
  .structure-box-item .icon01 {
    width: 2.1875rem;
  }
  .structure-box-item .icon02 {
    width: 2.5rem;
  }
  .structure-box-item .icon03 {
    width: 2.5rem;
  }
  .structure-box-item .icon04 {
    width: 1.875rem;
  }
  .structure-box-item .icon05 {
    width: 2.25rem;
  }
  .structure-box-item .icon06 {
    width: 2.6875rem;
  }
  .structure-box-item .icon07 {
    width: 2.5rem;
  }
  .structure-box-item .icon08 {
    width: 2.625rem;
  }
  .structure-box-item .txt01 {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    width: 9.375rem;
  }
  .structure-box-item .txt01 .small {
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1.43;
    letter-spacing: 0.02em;
    text-indent: -0.5em;
  }
  .structure-box-item .txt01 .small.diff {
    width: 7rem;
  }
  .structure-box-item .txt02 {
    width: 14.375rem;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    line-height: 1.71;
  }
  .structure-box-item:nth-of-type(3) .txt02 {
    letter-spacing: 0.02em;
  }
  .structure-box-item:nth-of-type(4) .txt02 {
    letter-spacing: 0.02em;
  }
  .structure-box01 {
    margin: 2.0625rem auto 0;
  }
  .structure-box01 .structure-box-ttl {
    background: #2f91cf;
  }
  .structure-box02 {
    margin: 1.3125rem auto 0;
  }
  .structure-box02 .structure-box-btm {
    gap: 1.125rem 0.9375rem;
    padding: 1.875rem 2.625rem 2.6875rem;
  }
  .structure-box02 .structure-box-ttl {
    background: #0054a7;
  }
  .structure-box02::before {
    content: "";
    position: absolute;
    top: -2.125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/structure-plus.webp) no-repeat center/cover;
    width: 2.75rem;
    height: 2.75rem;
  }
  .structure-ttl02 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    text-align: center;
    line-height: 1.32;
    margin: 4.75rem auto 0;
  }
  .structure-ttl02 .color {
    color: #0054a7;
    font-size: 2.0625rem;
    letter-spacing: 0.1em;
  }
  .structure-ttl02 .big {
    position: relative;
    z-index: 10;
    font-size: 3.75rem;
  }
  .structure-ttl02 .big::before {
    content: "";
    position: absolute;
    bottom: 0.3125rem;
    left: -0.3125rem;
    background: #e4ff01;
    width: 12.1875rem;
    height: 1.25rem;
    z-index: -1;
  }
  .structure-ttl02 .mid {
    font-size: 2.8125rem;
    letter-spacing: 0.08em;
  }
  .structure-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 58.3125rem;
    margin: 2rem auto 0;
  }
  .structure-graph {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    border-radius: 0.3125rem;
  }
  .structure-graph-ttl {
    position: relative;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-align: center;
    border-radius: 0.3125rem 0.3125rem 0 0;
    font-weight: 600;
  }
  .structure-graph-ttl::before {
    content: "";
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    right: 0;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
  }
  .structure-graph-btm {
    background: #fff;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
  .structure-graph-img01 {
    margin: 0 auto;
  }
  .structure-graph01 {
    width: 25.8125rem;
  }
  .structure-graph01 .structure-graph-ttl {
    font-size: 1.375rem;
    color: #fff;
    background: #2f91cf;
    padding: 0.75rem 0;
  }
  .structure-graph01 .structure-graph-ttl::before {
    background: #2f91cf;
  }
  .structure-graph01 .structure-graph-btm {
    padding: 2.4375rem 0.9375rem 2.9375rem;
  }
  .structure-graph01 .structure-graph-img01 {
    width: 23.75rem;
  }
  .structure-graph01::before {
    content: "";
    position: absolute;
    top: 10.5625rem;
    right: -3.8125rem;
    background: url(../images/structure-arrow.webp) no-repeat center/cover;
    width: 4.6875rem;
    height: 2.5625rem;
    z-index: 10;
  }
  .structure-graph02 {
    width: 29.9375rem;
  }
  .structure-graph02 .structure-graph-ttl {
    font-size: 1.125rem;
    color: #e4ff01;
    background: #0054a7;
    padding: 0.8125rem 0;
  }
  .structure-graph02 .structure-graph-ttl::before {
    background: #0054a7;
  }
  .structure-graph02 .structure-graph-ttl .big {
    font-size: 1.5625rem;
  }
  .structure-graph02 .structure-graph-btm {
    padding: 0.875rem 3.0625rem 2.9375rem;
  }
  .structure-graph02 .structure-graph-img01 {
    width: 23.625rem;
  }
}
@media screen and (min-width: 1201px) {
  .structure-bg {
    background: #edfbff;
    padding: 7.1875rem 0 6.875rem;
  }
  .structure-illust01 {
    position: absolute;
    top: -13.125rem;
    right: 4.375rem;
    width: 9.375rem;
  }
  .structure-head {
    position: absolute;
    top: -12.0625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/structure-head.webp) no-repeat center/cover;
    width: 10.6875rem;
    height: 11.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.38;
    text-align: center;
    font-weight: 600;
    padding-top: 2.8125rem;
  }
  .structure-ttl01 {
    width: 56.4375rem;
    margin: 0 auto;
  }
  .structure-box {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    border-radius: 0.625rem;
  }
  .structure-box-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 1.3125rem 0;
    border-radius: 0.625rem 0.625rem 0 0;
    font-weight: 600;
  }
  .structure-box-ttl .color {
    color: #e4ff01;
    font-size: 1.75rem;
  }
  .structure-box-btm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem 0.9375rem;
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    padding: 1.875rem 2.625rem 2.9375rem;
  }
  .structure-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.9375rem;
  }
  .structure-box-item .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.75rem;
    background: #e3f0f8;
    border-radius: 0.3125rem;
    width: 13.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.3125rem 0 1.25rem 0.9375rem;
    height: 5.5rem;
    box-sizing: border-box;
  }
  .structure-box-item .icon01 {
    width: 2.1875rem;
  }
  .structure-box-item .icon02 {
    width: 2.5rem;
  }
  .structure-box-item .icon03 {
    width: 2.5rem;
  }
  .structure-box-item .icon04 {
    width: 1.875rem;
  }
  .structure-box-item .icon05 {
    width: 2.25rem;
  }
  .structure-box-item .icon06 {
    width: 2.6875rem;
  }
  .structure-box-item .icon07 {
    width: 2.5rem;
  }
  .structure-box-item .icon08 {
    width: 2.625rem;
  }
  .structure-box-item .txt01 {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    width: 9.375rem;
  }
  .structure-box-item .txt01 .small {
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1.43;
    letter-spacing: 0.02em;
    text-indent: -0.5em;
  }
  .structure-box-item .txt01 .small.diff {
    width: 7rem;
  }
  .structure-box-item .txt02 {
    width: 14.375rem;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    line-height: 1.71;
  }
  .structure-box-item:nth-of-type(3) .txt02 {
    letter-spacing: 0.02em;
  }
  .structure-box-item:nth-of-type(4) .txt02 {
    letter-spacing: 0.02em;
  }
  .structure-box01 {
    margin: 2.0625rem auto 0;
  }
  .structure-box01 .structure-box-ttl {
    background: #2f91cf;
  }
  .structure-box02 {
    margin: 1.3125rem auto 0;
  }
  .structure-box02 .structure-box-btm {
    gap: 1.125rem 0.9375rem;
    padding: 1.875rem 2.625rem 2.6875rem;
  }
  .structure-box02 .structure-box-ttl {
    background: #0054a7;
  }
  .structure-box02::before {
    content: "";
    position: absolute;
    top: -2.125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/structure-plus.webp) no-repeat center/cover;
    width: 2.75rem;
    height: 2.75rem;
  }
  .structure-ttl02 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    text-align: center;
    line-height: 1.32;
    margin: 4.75rem auto 0;
  }
  .structure-ttl02 .color {
    color: #0054a7;
    font-size: 2.0625rem;
    letter-spacing: 0.1em;
  }
  .structure-ttl02 .big {
    position: relative;
    z-index: 10;
    font-size: 3.75rem;
  }
  .structure-ttl02 .big::before {
    content: "";
    position: absolute;
    bottom: 0.3125rem;
    left: -0.3125rem;
    background: #e4ff01;
    width: 12.1875rem;
    height: 1.25rem;
    z-index: -1;
  }
  .structure-ttl02 .mid {
    font-size: 2.8125rem;
    letter-spacing: 0.08em;
  }
  .structure-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 58.3125rem;
    margin: 2rem auto 0;
  }
  .structure-graph {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    border-radius: 0.3125rem;
  }
  .structure-graph-ttl {
    position: relative;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-align: center;
    border-radius: 0.3125rem 0.3125rem 0 0;
    font-weight: 600;
  }
  .structure-graph-ttl::before {
    content: "";
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    right: 0;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
  }
  .structure-graph-btm {
    background: #fff;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
  .structure-graph-img01 {
    margin: 0 auto;
  }
  .structure-graph01 {
    width: 25.8125rem;
  }
  .structure-graph01 .structure-graph-ttl {
    font-size: 1.375rem;
    color: #fff;
    background: #2f91cf;
    padding: 0.75rem 0;
  }
  .structure-graph01 .structure-graph-ttl::before {
    background: #2f91cf;
  }
  .structure-graph01 .structure-graph-btm {
    padding: 2.4375rem 0.9375rem 2.9375rem;
  }
  .structure-graph01 .structure-graph-img01 {
    width: 23.75rem;
  }
  .structure-graph01::before {
    content: "";
    position: absolute;
    top: 10.5625rem;
    right: -3.8125rem;
    background: url(../images/structure-arrow.webp) no-repeat center/cover;
    width: 4.6875rem;
    height: 2.5625rem;
    z-index: 10;
  }
  .structure-graph02 {
    width: 29.9375rem;
  }
  .structure-graph02 .structure-graph-ttl {
    font-size: 1.125rem;
    color: #e4ff01;
    background: #0054a7;
    padding: 0.8125rem 0;
  }
  .structure-graph02 .structure-graph-ttl::before {
    background: #0054a7;
  }
  .structure-graph02 .structure-graph-ttl .big {
    font-size: 1.5625rem;
  }
  .structure-graph02 .structure-graph-btm {
    padding: 0.875rem 3.0625rem 2.9375rem;
  }
  .structure-graph02 .structure-graph-img01 {
    width: 23.625rem;
  }
}
/*==============================================================================
voice
============================================================================= */
@media screen and (max-width: 767px) {
  .voice-bg {
    position: relative;
    background: #0054a7;
    padding: 5.375rem 0 7.875rem;
  }
  .voice-bg::before {
    content: "";
    position: absolute;
    top: -0.9375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 0.9375rem;
    background: url(../images/voice-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .voice-bg::after {
    content: "";
    position: absolute;
    bottom: -3.4375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 46.875rem;
    height: 3.6875rem;
    background: url(../images/voice-wave_sp.webp) no-repeat center/cover;
  }
  .voice-inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .voice-illust01 {
    position: absolute;
    top: -8.9375rem;
    left: 1.25rem;
    width: 9.125rem;
  }
  .voice-ttl02 {
    font-size: 1.9375rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .voice-ttl02 .color {
    position: relative;
    color: #e4ff00;
    font-size: 2.5625rem;
    letter-spacing: 0;
  }
  .voice-ttl02 .color::before {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: 1rem;
    background: url(../images/voice-dot_sp.webp) no-repeat center/cover;
    width: 8.375rem;
    height: 0.5rem;
  }
  .voice-shape {
    width: 23.5rem;
    margin: 0.9375rem auto 0;
  }
  .voice-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.52;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 0.875rem auto 0;
  }
  .voice-ttl01 .big {
    display: inline-block;
    font-size: 3.4375rem;
    margin-top: -0.4375rem;
  }
  .voice-ttl01 .mid {
    font-size: 3.0625rem;
  }
  .voice .voice-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 0.9375rem;
    width: 39.375rem;
    margin: 0 auto;
  }
  .voice .voice-tab {
    width: 12.75rem;
    cursor: pointer;
    border: #fff solid 0.125rem;
    border-radius: 100vmax;
    padding: 2.375rem 0;
  }
  .voice .voice-tab.active {
    background: #fff;
  }
  .voice .voice-tab .img {
    width: 6.8125rem;
    margin: 0 auto;
  }
  .voice .swiper-container01 {
    width: 43.125rem;
    margin: 2.6875rem auto 0;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .voice .swiper-slide {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2.1875rem 1.875rem 2.8125rem;
    margin: 2.375rem auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice-slider-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice-slider-left {
    position: relative;
  }
  .voice-slider-left .num {
    position: absolute;
    top: 1.625rem;
    left: 0;
    width: 6.75rem;
  }
  .voice-slider-left .txt01 {
    position: relative;
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.36;
    color: #0054a7;
    font-weight: 600;
    padding-top: 2.125rem;
  }
  .voice-slider-left .txt01::before {
    content: "";
    position: absolute;
    bottom: -2.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #0054a7;
    width: 39.0625rem;
    height: 0.0625rem;
  }
  .voice-slider-left .ttl01 {
    font-size: 2.125rem;
    letter-spacing: 0.12em;
    font-weight: 900;
    line-height: 1.41;
    padding: 3rem 0 0;
  }
  .voice-slider-left .ttl01 .color {
    display: inline-block;
    font-size: 2.4375rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #0054a7;
    background: #e4ff00;
    padding: 0.25rem 0;
  }
  .voice-slider-img01 {
    width: 16.4375rem;
  }
  .voice-slider-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.9375rem 0;
    margin: 2.375rem auto 0;
  }
  .voice-slider-box {
    position: relative;
    border-radius: 0.625rem;
    padding: 3.1875rem 1.25rem 2.9375rem 1.5625rem;
  }
  .voice-slider-box .ttl {
    position: absolute;
    top: -1.4375rem;
    left: 1.75rem;
    font-size: 1.75rem;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: center;
    width: 9.0625rem;
    border-radius: 100vmax;
    padding: 0.6875rem 0;
  }
  .voice-slider-box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3125rem 0;
  }
  .voice-slider-box .txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.29;
    text-indent: -1em;
    padding-left: 1em;
  }
  .voice-slider-box .txt01 .color {
    font-weight: 600;
    background: #e4ff00;
  }
  .voice-slider-box01 {
    background: #ececec;
  }
  .voice-slider-box01 .ttl {
    background: #6e6e6e;
  }
  .voice-slider-box02 {
    background: #e3f0f8;
    padding: 3.1875rem 1.25rem 1.75rem 1.5625rem;
  }
  .voice-slider-box02 .ttl {
    background: #2f91cf;
  }
  .voice-slider-box02 .list {
    gap: 0.625rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .voice-bg {
    position: relative;
    background: #0054a7;
    padding: 4.875rem 0 6.6875rem;
  }
  .voice-bg::before {
    content: "";
    position: absolute;
    top: -1.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.6875rem;
    background: url(../images/voice-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .voice-bg::after {
    content: "";
    position: absolute;
    bottom: -9.0625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 9.0625rem;
    background: url(../images/voice-wave02.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .voice-illust01 {
    position: absolute;
    top: -9.25rem;
    left: -9.0625rem;
    width: 12.0625rem;
  }
  .voice-ttl02 {
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .voice-ttl02 .color {
    position: relative;
    color: #e4ff00;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .voice-ttl02 .color::before {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: 0.875rem;
    background: url(../images/voice-dot.webp) no-repeat center/cover;
    width: 8.25rem;
    height: 0.625rem;
  }
  .voice-shape {
    width: 23.75rem;
    margin: 1.125rem auto 0;
  }
  .voice-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.33;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 1.1875rem auto 0;
  }
  .voice-ttl01 .big {
    font-size: 3.875rem;
  }
  .voice-ttl01 .mid {
    font-size: 3.3125rem;
  }
  .voice .voice-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 1.125rem;
  }
  .voice .voice-tab {
    width: 16.875rem;
    cursor: pointer;
    border: #fff solid 0.0625rem;
    border-radius: 100vmax;
    padding: 1rem 0;
  }
  .voice .voice-tab.active {
    background: #fff;
  }
  .voice .voice-tab .img {
    width: 4.6875rem;
    margin: 0 auto;
  }
  .voice .swiper-container01 {
    width: 62.5rem;
    margin: 2.75rem auto 0;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .voice .swiper-slide {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5625rem 1.875rem 1.875rem;
    margin: 1.9375rem auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice-slider-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .voice-slider-left {
    position: relative;
  }
  .voice-slider-left .num {
    position: absolute;
    top: 0.25rem;
    left: 1.5625rem;
    width: 4.6875rem;
  }
  .voice-slider-left .txt01 {
    position: relative;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 600;
    padding: 0.125rem 0 0.9375rem 7.5rem;
  }
  .voice-slider-left .txt01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1.875rem;
    background: #0054a7;
    width: 41.6875rem;
    height: 0.0625rem;
  }
  .voice-slider-left .ttl01 {
    font-size: 1.625rem;
    letter-spacing: 0.12em;
    font-weight: 900;
    line-height: 1.7;
    padding: 0.375rem 0 0 1.25rem;
  }
  .voice-slider-left .ttl01 .color {
    display: inline-block;
    font-size: 1.9375rem;
    line-height: 1;
    color: #0054a7;
    background: #e4ff00;
    padding: 0.25rem 0;
  }
  .voice-slider-left .ttl01.diff {
    letter-spacing: 0.06em;
  }
  .voice-slider-img01 {
    width: 15.8125rem;
  }
  .voice-slider-btm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.25rem;
    margin: 1rem auto 0;
  }
  .voice-slider-box {
    position: relative;
    border-radius: 0.625rem;
    padding: 2.5rem 0 0.375rem 1.875rem;
  }
  .voice-slider-box .ttl {
    position: absolute;
    top: -1.0625rem;
    left: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: center;
    width: 7.1875rem;
    border-radius: 100vmax;
    padding: 0.6875rem 0;
  }
  .voice-slider-box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem 0;
  }
  .voice-slider-box .txt01 {
    font-size: 0.9375rem;
    letter-spacing: 0.12em;
    line-height: 1.26;
    text-indent: -1em;
    padding-left: 1em;
  }
  .voice-slider-box .txt01 .color {
    font-weight: 600;
    background: #e4ff00;
  }
  .voice-slider-box .txt01.diff {
    letter-spacing: 0.06em;
  }
  .voice-slider-box01 {
    background: #ececec;
  }
  .voice-slider-box01 .ttl {
    background: #6e6e6e;
  }
  .voice-slider-box02 {
    background: #e3f0f8;
    padding: 2rem 0 0.9375rem 1.875rem;
  }
  .voice-slider-box02 .ttl {
    background: #2f91cf;
  }
  .voice-slider-box02 .list {
    gap: 0.25rem 0;
  }
  .voice .swiper-slide:nth-of-type(2) .voice-slider-box02 {
    padding: 2.5rem 0 1.1875rem 1.875rem;
  }
  .voice .swiper-slide:nth-of-type(2) .voice-slider-box02 .list {
    gap: 0.4375rem 0;
  }
  .voice .swiper-slide:nth-of-type(3) .voice-slider-box02 {
    padding: 2.5rem 0 1.625rem 1.875rem;
  }
  .voice .swiper-slide:nth-of-type(3) .voice-slider-box02 .list {
    gap: 0.8125rem 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .voice-bg {
    position: relative;
    background: #0054a7;
    padding: 4.875rem 0 6.6875rem;
  }
  .voice-bg::before {
    content: "";
    position: absolute;
    top: -1.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.6875rem;
    background: url(../images/voice-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .voice-bg::after {
    content: "";
    position: absolute;
    bottom: -9.0625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 9.0625rem;
    background: url(../images/voice-wave02.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .voice-illust01 {
    position: absolute;
    top: -9.25rem;
    left: -9.0625rem;
    width: 12.0625rem;
  }
  .voice-ttl02 {
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .voice-ttl02 .color {
    position: relative;
    color: #e4ff00;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .voice-ttl02 .color::before {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: 0.875rem;
    background: url(../images/voice-dot.webp) no-repeat center/cover;
    width: 8.25rem;
    height: 0.625rem;
  }
  .voice-shape {
    width: 23.75rem;
    margin: 1.125rem auto 0;
  }
  .voice-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.33;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 1.1875rem auto 0;
  }
  .voice-ttl01 .big {
    font-size: 3.875rem;
  }
  .voice-ttl01 .mid {
    font-size: 3.3125rem;
  }
  .voice .voice-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 1.125rem;
  }
  .voice .voice-tab {
    width: 16.875rem;
    cursor: pointer;
    border: #fff solid 0.0625rem;
    border-radius: 100vmax;
    padding: 1rem 0;
  }
  .voice .voice-tab.active {
    background: #fff;
  }
  .voice .voice-tab .img {
    width: 4.6875rem;
    margin: 0 auto;
  }
  .voice .swiper-container01 {
    width: 62.5rem;
    margin: 2.75rem auto 0;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .voice .swiper-slide {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5625rem 1.875rem 1.875rem;
    margin: 1.9375rem auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice-slider-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .voice-slider-left {
    position: relative;
  }
  .voice-slider-left .num {
    position: absolute;
    top: 0.25rem;
    left: 1.5625rem;
    width: 4.6875rem;
  }
  .voice-slider-left .txt01 {
    position: relative;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 600;
    padding: 0.125rem 0 0.9375rem 7.5rem;
  }
  .voice-slider-left .txt01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1.875rem;
    background: #0054a7;
    width: 41.6875rem;
    height: 0.0625rem;
  }
  .voice-slider-left .ttl01 {
    font-size: 1.625rem;
    letter-spacing: 0.12em;
    font-weight: 900;
    line-height: 1.7;
    padding: 0.375rem 0 0 1.25rem;
  }
  .voice-slider-left .ttl01 .color {
    display: inline-block;
    font-size: 1.9375rem;
    line-height: 1;
    color: #0054a7;
    background: #e4ff00;
    padding: 0.25rem 0;
  }
  .voice-slider-left .ttl01.diff {
    letter-spacing: 0.06em;
  }
  .voice-slider-img01 {
    width: 15.8125rem;
  }
  .voice-slider-btm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.25rem;
    margin: 1rem auto 0;
  }
  .voice-slider-box {
    position: relative;
    border-radius: 0.625rem;
    padding: 2.5rem 0 0.375rem 1.875rem;
  }
  .voice-slider-box .ttl {
    position: absolute;
    top: -1.0625rem;
    left: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: center;
    width: 7.1875rem;
    border-radius: 100vmax;
    padding: 0.6875rem 0;
  }
  .voice-slider-box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem 0;
  }
  .voice-slider-box .txt01 {
    font-size: 0.9375rem;
    letter-spacing: 0.12em;
    line-height: 1.26;
    text-indent: -1em;
    padding-left: 1em;
  }
  .voice-slider-box .txt01 .color {
    font-weight: 600;
    background: #e4ff00;
  }
  .voice-slider-box .txt01.diff {
    letter-spacing: 0.06em;
  }
  .voice-slider-box01 {
    background: #ececec;
  }
  .voice-slider-box01 .ttl {
    background: #6e6e6e;
  }
  .voice-slider-box02 {
    background: #e3f0f8;
    padding: 2rem 0 0.9375rem 1.875rem;
  }
  .voice-slider-box02 .ttl {
    background: #2f91cf;
  }
  .voice-slider-box02 .list {
    gap: 0.25rem 0;
  }
  .voice .swiper-slide:nth-of-type(2) .voice-slider-box02 {
    padding: 2.5rem 0 1.1875rem 1.875rem;
  }
  .voice .swiper-slide:nth-of-type(2) .voice-slider-box02 .list {
    gap: 0.4375rem 0;
  }
  .voice .swiper-slide:nth-of-type(3) .voice-slider-box02 {
    padding: 2.5rem 0 1.625rem 1.875rem;
  }
  .voice .swiper-slide:nth-of-type(3) .voice-slider-box02 .list {
    gap: 0.8125rem 0;
  }
}
@media screen and (min-width: 1201px) {
  .voice-bg {
    position: relative;
    background: #0054a7;
    padding: 4.875rem 0 6.6875rem;
  }
  .voice-bg::before {
    content: "";
    position: absolute;
    top: -1.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1.6875rem;
    background: url(../images/voice-wave.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .voice-bg::after {
    content: "";
    position: absolute;
    bottom: -9.0625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 9.0625rem;
    background: url(../images/voice-wave02.webp) repeat-x bottom;
    background-size: auto 100%;
  }
  .voice-illust01 {
    position: absolute;
    top: -9.25rem;
    left: -9.0625rem;
    width: 12.0625rem;
  }
  .voice-ttl02 {
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .voice-ttl02 .color {
    position: relative;
    color: #e4ff00;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .voice-ttl02 .color::before {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: 0.875rem;
    background: url(../images/voice-dot.webp) no-repeat center/cover;
    width: 8.25rem;
    height: 0.625rem;
  }
  .voice-shape {
    width: 23.75rem;
    margin: 1.125rem auto 0;
  }
  .voice-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.33;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 1.1875rem auto 0;
  }
  .voice-ttl01 .big {
    font-size: 3.875rem;
  }
  .voice-ttl01 .mid {
    font-size: 3.3125rem;
  }
  .voice .voice-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 1.125rem;
  }
  .voice .voice-tab {
    width: 16.875rem;
    cursor: pointer;
    border: #fff solid 0.0625rem;
    border-radius: 100vmax;
    padding: 1rem 0;
  }
  .voice .voice-tab.active {
    background: #fff;
  }
  .voice .voice-tab .img {
    width: 4.6875rem;
    margin: 0 auto;
  }
  .voice .swiper-container01 {
    width: 62.5rem;
    margin: 2.75rem auto 0;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .voice .swiper-slide {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5625rem 1.875rem 1.875rem;
    margin: 1.9375rem auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice-slider-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .voice-slider-left {
    position: relative;
  }
  .voice-slider-left .num {
    position: absolute;
    top: 0.25rem;
    left: 1.5625rem;
    width: 4.6875rem;
  }
  .voice-slider-left .txt01 {
    position: relative;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 600;
    padding: 0.125rem 0 0.9375rem 7.5rem;
  }
  .voice-slider-left .txt01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1.875rem;
    background: #0054a7;
    width: 41.6875rem;
    height: 0.0625rem;
  }
  .voice-slider-left .ttl01 {
    font-size: 1.625rem;
    letter-spacing: 0.12em;
    font-weight: 900;
    line-height: 1.7;
    padding: 0.375rem 0 0 1.25rem;
  }
  .voice-slider-left .ttl01 .color {
    display: inline-block;
    font-size: 1.9375rem;
    line-height: 1;
    color: #0054a7;
    background: #e4ff00;
    padding: 0.25rem 0;
  }
  .voice-slider-left .ttl01.diff {
    letter-spacing: 0.06em;
  }
  .voice-slider-img01 {
    width: 15.8125rem;
  }
  .voice-slider-btm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.25rem;
    margin: 1rem auto 0;
  }
  .voice-slider-box {
    position: relative;
    border-radius: 0.625rem;
    padding: 2.5rem 0 0.375rem 1.875rem;
  }
  .voice-slider-box .ttl {
    position: absolute;
    top: -1.0625rem;
    left: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.12em;
    color: #fff;
    text-align: center;
    width: 7.1875rem;
    border-radius: 100vmax;
    padding: 0.6875rem 0;
  }
  .voice-slider-box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem 0;
  }
  .voice-slider-box .txt01 {
    font-size: 0.9375rem;
    letter-spacing: 0.12em;
    line-height: 1.26;
    text-indent: -1em;
    padding-left: 1em;
  }
  .voice-slider-box .txt01 .color {
    font-weight: 600;
    background: #e4ff00;
  }
  .voice-slider-box .txt01.diff {
    letter-spacing: 0.06em;
  }
  .voice-slider-box01 {
    background: #ececec;
  }
  .voice-slider-box01 .ttl {
    background: #6e6e6e;
  }
  .voice-slider-box02 {
    background: #e3f0f8;
    padding: 2rem 0 0.9375rem 1.875rem;
  }
  .voice-slider-box02 .ttl {
    background: #2f91cf;
  }
  .voice-slider-box02 .list {
    gap: 0.25rem 0;
  }
  .voice .swiper-slide:nth-of-type(2) .voice-slider-box02 {
    padding: 2.5rem 0 1.1875rem 1.875rem;
  }
  .voice .swiper-slide:nth-of-type(2) .voice-slider-box02 .list {
    gap: 0.4375rem 0;
  }
  .voice .swiper-slide:nth-of-type(3) .voice-slider-box02 {
    padding: 2.5rem 0 1.625rem 1.875rem;
  }
  .voice .swiper-slide:nth-of-type(3) .voice-slider-box02 .list {
    gap: 0.8125rem 0;
  }
}
/*==============================================================================
template
============================================================================= */
@media screen and (max-width: 767px) {
  .template-bg {
    background: url(../images/template-bg_sp.webp) no-repeat top center/cover;
    padding: 0.0625rem 0 4.875rem;
  }
  .template-inner01 {
    width: 43.125rem;
    margin: 0 auto;
    margin-top: -5.3125rem;
  }
  .template-inner02 {
    width: 43.125rem;
    margin: 0 auto;
  }
  .template-mock {
    width: 20.9375rem;
    margin: 0 auto;
  }
  .template-ttl01 {
    width: 43.125rem;
    margin: 2.625rem auto 0;
  }
  .template-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.49;
    color: #fff;
    text-align: center;
    margin: 1.75rem auto 0;
  }
  .template-txt02 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.49;
    color: #0054a7;
    font-weight: 900;
    text-align: center;
    background: #fff;
    padding: 0.875rem 0;
    width: 39.375rem;
    margin: 1.5rem auto 0;
  }
  .template-loop {
    width: 46.875rem;
    overflow: hidden;
    margin: 3.1875rem auto 3.5625rem;
  }
  .template .loop-track02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.8125rem;
    -webkit-animation: loop-slide 60s -30s linear infinite;
            animation: loop-slide 60s -30s linear infinite;
    width: 154rem;
  }
  .template .loop-track02 img {
    width: auto;
    height: 20.4375rem;
    display: block;
  }
  @-webkit-keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .template-ttl02 {
    font-size: 2rem;
    letter-spacing: 0.01em;
    color: #fff;
    font-weight: 900;
    text-align: center;
    line-height: 1.32;
  }
  .template-ttl02 .big {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
  }
  .template-ttl02 .color {
    color: #e4ff00;
  }
  .template-ttl02 .small {
    font-size: 1.875rem;
  }
  .template-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4375rem;
    width: 39.375rem;
    margin: 1.75rem auto 0;
  }
  .template-item {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #ffffff;
    border-radius: 0.625rem;
    height: 9.41875rem;
    padding: 1.625rem 0 2.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .template-item-icon01 {
    width: 2.25rem;
    margin: 0 auto;
  }
  .template-item-icon02 {
    width: 2.125rem;
    margin: 0 auto;
  }
  .template-item-icon03 {
    width: 2.6875rem;
    margin: 0 auto;
  }
  .template-item-icon04 {
    width: 2.3125rem;
    margin: 0 auto;
  }
  .template-item-icon05 {
    width: 2.25rem;
    margin: 0 auto;
  }
  .template-item-icon06 {
    width: 2.625rem;
    margin: 0 auto;
  }
  .template-item-icon07 {
    width: 2.5625rem;
    margin: 0 auto;
  }
  .template-item-icon08 {
    width: 2.5rem;
    margin: 0 auto;
  }
  .template-item-icon09 {
    width: 1.5rem;
    margin: 0 auto;
  }
  .template-item-icon10 {
    width: 2.125rem;
    margin: 0 auto;
  }
  .template-item-icon11 {
    width: 2.1875rem;
    margin: 0 auto;
  }
  .template-item-icon12 {
    width: 1.875rem;
    margin: 0 auto;
  }
  .template-item-txt {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    color: #0054a7;
    text-align: center;
    font-weight: 600;
    line-height: 1.17;
  }
  .template-item:nth-of-type(2) {
    padding: 1.5625rem 0 1.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .template-bg {
    background: url(../images/template-bg.webp) no-repeat top center/cover;
    padding: 0.0625rem 0 6.0625rem;
  }
  .template-inner01 {
    margin-top: -1.6875rem;
  }
  .template-mock {
    width: 34.5625rem;
    margin: 0 auto;
  }
  .template-ttl01 {
    width: 60.9375rem;
    margin: 2.625rem auto 0;
  }
  .template-txt01 {
    font-size: 1.375rem;
    letter-spacing: 0.14em;
    line-height: 1.81;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 1.5625rem auto 0;
  }
  .template-txt02 {
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    color: #0054a7;
    font-weight: 900;
    text-align: center;
    background: #fff;
    padding: 0.9375rem 0;
    margin: 1.875rem auto 0;
  }
  .template-loop {
    width: 2000px;
    overflow: hidden;
    margin: 7.75rem auto 5.9375rem;
  }
  .template .loop-track02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.0625rem;
    -webkit-animation: loop-slide 60s -30s linear infinite;
            animation: loop-slide 60s -30s linear infinite;
    width: 156rem;
  }
  .template .loop-track02 img {
    width: auto;
    height: 31.25rem;
    display: block;
  }
  @-webkit-keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .template-ttl02 {
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
    text-align: center;
    line-height: 1.32;
  }
  .template-ttl02 .big {
    font-size: 3.125rem;
  }
  .template-ttl02 .color {
    color: #e4ff00;
  }
  .template-ttl02 .small {
    font-size: 2.5rem;
  }
  .template-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.375rem;
    margin: 2.3125rem auto 0;
  }
  .template-item {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #ffffff;
    border-radius: 0.625rem;
    height: 7.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.125rem 0 1.875rem;
  }
  .template-item-icon01 {
    width: 2rem;
    margin: 0 auto;
  }
  .template-item-icon02 {
    width: 1.75rem;
    margin: 0 auto;
  }
  .template-item-icon03 {
    width: 2.0625rem;
    margin: 0 auto;
  }
  .template-item-icon04 {
    width: 1.9375rem;
    margin: 0 auto;
  }
  .template-item-icon05 {
    width: 1.875rem;
    margin: 0 auto;
  }
  .template-item-icon06 {
    width: 2.1875rem;
    margin: 0 auto;
  }
  .template-item-icon07 {
    width: 2.1875rem;
    margin: 0 auto;
  }
  .template-item-icon08 {
    width: 2.0625rem;
    margin: 0 auto;
  }
  .template-item-icon09 {
    width: 1.3125rem;
    margin: 0 auto;
  }
  .template-item-icon10 {
    width: 1.8125rem;
    margin: 0 auto;
  }
  .template-item-icon11 {
    width: 1.75rem;
    margin: 0 auto;
  }
  .template-item-icon12 {
    width: 1.625rem;
    margin: 0 auto;
  }
  .template-item-txt {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    color: #0054a7;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
  }
  .template-item:nth-of-type(2) {
    padding: 0.9375rem 0 0.9375rem;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .template-bg {
    background: url(../images/template-bg.webp) no-repeat top center/cover;
    padding: 0.0625rem 0 6.0625rem;
  }
  .template-inner01 {
    margin-top: -1.6875rem;
  }
  .template-mock {
    width: 34.5625rem;
    margin: 0 auto;
  }
  .template-ttl01 {
    width: 60.9375rem;
    margin: 2.625rem auto 0;
  }
  .template-txt01 {
    font-size: 1.375rem;
    letter-spacing: 0.14em;
    line-height: 1.81;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 1.5625rem auto 0;
  }
  .template-txt02 {
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    color: #0054a7;
    font-weight: 900;
    text-align: center;
    background: #fff;
    padding: 0.9375rem 0;
    margin: 1.875rem auto 0;
  }
  .template-loop {
    width: 2000px;
    overflow: hidden;
    margin: 7.75rem auto 5.9375rem;
  }
  .template .loop-track02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.0625rem;
    -webkit-animation: loop-slide 60s -30s linear infinite;
            animation: loop-slide 60s -30s linear infinite;
    width: 156rem;
  }
  .template .loop-track02 img {
    width: auto;
    height: 31.25rem;
    display: block;
  }
  @-webkit-keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .template-ttl02 {
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
    text-align: center;
    line-height: 1.32;
  }
  .template-ttl02 .big {
    font-size: 3.125rem;
  }
  .template-ttl02 .color {
    color: #e4ff00;
  }
  .template-ttl02 .small {
    font-size: 2.5rem;
  }
  .template-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.375rem;
    margin: 2.3125rem auto 0;
  }
  .template-item {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #ffffff;
    border-radius: 0.625rem;
    height: 7.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.125rem 0 1.875rem;
  }
  .template-item-icon01 {
    width: 2rem;
    margin: 0 auto;
  }
  .template-item-icon02 {
    width: 1.75rem;
    margin: 0 auto;
  }
  .template-item-icon03 {
    width: 2.0625rem;
    margin: 0 auto;
  }
  .template-item-icon04 {
    width: 1.9375rem;
    margin: 0 auto;
  }
  .template-item-icon05 {
    width: 1.875rem;
    margin: 0 auto;
  }
  .template-item-icon06 {
    width: 2.1875rem;
    margin: 0 auto;
  }
  .template-item-icon07 {
    width: 2.1875rem;
    margin: 0 auto;
  }
  .template-item-icon08 {
    width: 2.0625rem;
    margin: 0 auto;
  }
  .template-item-icon09 {
    width: 1.3125rem;
    margin: 0 auto;
  }
  .template-item-icon10 {
    width: 1.8125rem;
    margin: 0 auto;
  }
  .template-item-icon11 {
    width: 1.75rem;
    margin: 0 auto;
  }
  .template-item-icon12 {
    width: 1.625rem;
    margin: 0 auto;
  }
  .template-item-txt {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    color: #0054a7;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
  }
  .template-item:nth-of-type(2) {
    padding: 0.9375rem 0 0.9375rem;
  }
}
@media screen and (min-width: 1201px) {
  .template-bg {
    background: url(../images/template-bg.webp) no-repeat top center/cover;
    padding: 0.0625rem 0 6.0625rem;
  }
  .template-inner01 {
    margin-top: -1.6875rem;
  }
  .template-mock {
    width: 34.5625rem;
    margin: 0 auto;
  }
  .template-ttl01 {
    width: 60.9375rem;
    margin: 2.625rem auto 0;
  }
  .template-txt01 {
    font-size: 1.375rem;
    letter-spacing: 0.14em;
    line-height: 1.81;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 1.5625rem auto 0;
  }
  .template-txt02 {
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    color: #0054a7;
    font-weight: 900;
    text-align: center;
    background: #fff;
    padding: 0.9375rem 0;
    margin: 1.875rem auto 0;
  }
  .template-loop {
    width: 2000px;
    overflow: hidden;
    margin: 7.75rem auto 5.9375rem;
  }
  .template .loop-track02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.0625rem;
    -webkit-animation: loop-slide 60s -30s linear infinite;
            animation: loop-slide 60s -30s linear infinite;
    width: 156rem;
  }
  .template .loop-track02 img {
    width: auto;
    height: 31.25rem;
    display: block;
  }
  @-webkit-keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .template-ttl02 {
    font-size: 2.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
    text-align: center;
    line-height: 1.32;
  }
  .template-ttl02 .big {
    font-size: 3.125rem;
  }
  .template-ttl02 .color {
    color: #e4ff00;
  }
  .template-ttl02 .small {
    font-size: 2.5rem;
  }
  .template-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.375rem;
    margin: 2.3125rem auto 0;
  }
  .template-item {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #ffffff;
    border-radius: 0.625rem;
    height: 7.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.125rem 0 1.875rem;
  }
  .template-item-icon01 {
    width: 2rem;
    margin: 0 auto;
  }
  .template-item-icon02 {
    width: 1.75rem;
    margin: 0 auto;
  }
  .template-item-icon03 {
    width: 2.0625rem;
    margin: 0 auto;
  }
  .template-item-icon04 {
    width: 1.9375rem;
    margin: 0 auto;
  }
  .template-item-icon05 {
    width: 1.875rem;
    margin: 0 auto;
  }
  .template-item-icon06 {
    width: 2.1875rem;
    margin: 0 auto;
  }
  .template-item-icon07 {
    width: 2.1875rem;
    margin: 0 auto;
  }
  .template-item-icon08 {
    width: 2.0625rem;
    margin: 0 auto;
  }
  .template-item-icon09 {
    width: 1.3125rem;
    margin: 0 auto;
  }
  .template-item-icon10 {
    width: 1.8125rem;
    margin: 0 auto;
  }
  .template-item-icon11 {
    width: 1.75rem;
    margin: 0 auto;
  }
  .template-item-icon12 {
    width: 1.625rem;
    margin: 0 auto;
  }
  .template-item-txt {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    color: #0054a7;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
  }
  .template-item:nth-of-type(2) {
    padding: 0.9375rem 0 0.9375rem;
  }
}
@media screen and (min-width: 1201px) {
  .template-bg {
    background: url(../images/template-bg.webp) no-repeat center top/2000px auto;
    padding: 0.0625rem 0 6.125rem;
  }
}
/*==============================================================================
function
============================================================================= */
@media screen and (max-width: 767px) {
  .function-bg {
    background: #0054a7;
    padding: 4.6875rem 0 5.875rem;
  }
  .function-inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .function-ttl01 {
    font-size: 2.0625rem;
    letter-spacing: 0.04em;
    line-height: 1.45;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .function-ttl01 .big {
    font-size: 2.875rem;
  }
  .function-ttl01 .small {
    font-size: 2.1875rem;
  }
  .function-ttl02 {
    font-size: 2.0625rem;
    letter-spacing: 0.1em;
    line-height: 1.29;
    font-weight: 900;
    color: #0054a7;
    text-align: center;
    background: url(../images/function-bg.webp) no-repeat center/cover;
    margin: 1.1875rem auto 0;
    width: 39.375rem;
    padding: 1.4375rem 0;
  }
  .function .function-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.03125rem 0.75rem;
    margin: 2.25rem auto 0;
    width: 39.375rem;
  }
  .function .function-tab {
    border: #fff solid 0.0625rem;
    border-radius: 0.625rem;
    padding: 1.4375rem 0;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    line-height: 1.09;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: grid;
    place-content: center;
    height: 4.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .function .swiper-container02 {
    overflow-x: hidden;
  }
  .function .swiper-slide .img {
    margin: 2.25rem auto 1.875rem;
    width: 42.875rem;
    -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.3rem 0.6rem 0 rgba(145, 187, 218, 0.3);
  }
  .function .swiper-slide .txt {
    font-size: 2.0625rem;
    letter-spacing: 0.1em;
    font-weight: 900;
    color: #fff;
    text-align: center;
  }
  .function-box {
    position: relative;
    background: #ffffff;
    border-radius: 2.6875rem;
    padding: 3.4375rem 3.125rem 1.75rem 3.125rem;
    width: 43.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 5rem auto 0;
  }
  .function-box-ttl {
    font-size: 2.375rem;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 900;
    text-align: center;
  }
  .function-box-ttl .small {
    font-size: 1.875rem;
  }
  .function-box-img01 {
    position: absolute;
    bottom: 1.875rem;
    left: 4.6875rem;
    width: 9.375rem;
  }
  .function-bubble {
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.9375rem;
  }
  .function-bubble-txt {
    background: url(../images/function-bubble_sp.webp) no-repeat bottom center/cover;
    width: 18.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.8125rem 0 1.375rem;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 500;
  }
  .function-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.1875rem 0.8125rem;
    margin: 2.125rem auto 0;
  }
  .function-item {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #0054a7;
    border-radius: 50%;
    width: 11.625rem;
    height: 11.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2.1875rem 0 2.9375rem;
  }
  .function-item-icon01 {
    width: 1.9375rem;
    margin: 0 auto;
  }
  .function-item-icon02 {
    width: 2.375rem;
    margin: 0 auto;
  }
  .function-item-icon03 {
    width: 2.8125rem;
    margin: 0 auto;
  }
  .function-item-icon04 {
    width: 1.8125rem;
    margin: 0 auto;
  }
  .function-item-icon05 {
    width: 3.25rem;
    margin: 0 auto;
  }
  .function-item-txt {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.25;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .function-bg {
    background: #0054a7;
    padding: 6.9375rem 0 8.8125rem;
  }
  .function-ttl01 {
    font-size: 2.375rem;
    letter-spacing: 0.04em;
    line-height: 1.36;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .function-ttl01 .big {
    font-size: 3.125rem;
  }
  .function-ttl01 .small {
    font-size: 2.5rem;
  }
  .function-ttl02 {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    font-weight: 900;
    color: #0054a7;
    text-align: center;
    background: url(../images/function-bg.webp) no-repeat center/cover;
    margin: 1.875rem auto 0;
    padding: 0.9375rem 0;
    width: 57.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .function .function-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem 0.875rem;
    margin: 3.625rem auto 0;
  }
  .function .function-tab {
    border: #fff solid 0.0625rem;
    border-radius: 0.625rem;
    padding: 1rem 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  .function .function-tab .small {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
  .function .swiper-container02 {
    width: 62.5rem;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .function .swiper-slide .img {
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    width: 55rem;
    margin: 3.1875rem auto 1.875rem;
  }
  .function .swiper-slide .txt {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    font-weight: 900;
    color: #fff;
    text-align: center;
  }
  .function-box {
    position: relative;
    background: #ffffff;
    border-radius: 2.6875rem;
    padding: 5rem 3.9375rem 4.8125rem 0;
    margin: 5rem auto 0;
  }
  .function-box-ttl {
    font-size: 3.375rem;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 900;
    text-align: center;
  }
  .function-box-ttl .small {
    font-size: 2.75rem;
  }
  .function-box-img01 {
    position: absolute;
    bottom: 5rem;
    left: -1.5625rem;
    width: 19.1875rem;
  }
  .function-bubble {
    position: absolute;
    top: -1.9375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.9375rem;
  }
  .function-bubble-txt {
    background: url(../images/function-bubble.webp) no-repeat bottom center/cover;
    width: 26.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.9375rem 0 1.8125rem;
    border-radius: 100vmax;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 500;
  }
  .function-list {
    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;
    gap: 0 0.75rem;
    width: 39.375rem;
    margin: 3.1875rem 0 0 auto;
  }
  .function-item {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #0054a7;
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.9375rem 0 2.75rem;
  }
  .function-item-icon01 {
    width: 2rem;
    margin: 0 auto;
  }
  .function-item-icon02 {
    width: 2.5rem;
    margin: 0 auto;
  }
  .function-item-icon03 {
    width: 2.9375rem;
    margin: 0 auto;
  }
  .function-item-icon04 {
    width: 1.875rem;
    margin: 0 auto;
  }
  .function-item-icon05 {
    width: 3.25rem;
    margin: 0 auto;
  }
  .function-item-txt {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.63;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .function-bg {
    background: #0054a7;
    padding: 6.9375rem 0 8.8125rem;
  }
  .function-ttl01 {
    font-size: 2.375rem;
    letter-spacing: 0.04em;
    line-height: 1.36;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .function-ttl01 .big {
    font-size: 3.125rem;
  }
  .function-ttl01 .small {
    font-size: 2.5rem;
  }
  .function-ttl02 {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    font-weight: 900;
    color: #0054a7;
    text-align: center;
    background: url(../images/function-bg.webp) no-repeat center/cover;
    margin: 1.875rem auto 0;
    padding: 0.9375rem 0;
    width: 57.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .function .function-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem 0.875rem;
    margin: 3.625rem auto 0;
  }
  .function .function-tab {
    border: #fff solid 0.0625rem;
    border-radius: 0.625rem;
    padding: 1rem 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  .function .function-tab .small {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
  .function .swiper-container02 {
    width: 62.5rem;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .function .swiper-slide .img {
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    width: 55rem;
    margin: 3.1875rem auto 1.875rem;
  }
  .function .swiper-slide .txt {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    font-weight: 900;
    color: #fff;
    text-align: center;
  }
  .function-box {
    position: relative;
    background: #ffffff;
    border-radius: 2.6875rem;
    padding: 5rem 3.9375rem 4.8125rem 0;
    margin: 5rem auto 0;
  }
  .function-box-ttl {
    font-size: 3.375rem;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 900;
    text-align: center;
  }
  .function-box-ttl .small {
    font-size: 2.75rem;
  }
  .function-box-img01 {
    position: absolute;
    bottom: 5rem;
    left: -1.5625rem;
    width: 19.1875rem;
  }
  .function-bubble {
    position: absolute;
    top: -1.9375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.9375rem;
  }
  .function-bubble-txt {
    background: url(../images/function-bubble.webp) no-repeat bottom center/cover;
    width: 26.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.9375rem 0 1.8125rem;
    border-radius: 100vmax;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 500;
  }
  .function-list {
    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;
    gap: 0 0.75rem;
    width: 39.375rem;
    margin: 3.1875rem 0 0 auto;
  }
  .function-item {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #0054a7;
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.9375rem 0 2.75rem;
  }
  .function-item-icon01 {
    width: 2rem;
    margin: 0 auto;
  }
  .function-item-icon02 {
    width: 2.5rem;
    margin: 0 auto;
  }
  .function-item-icon03 {
    width: 2.9375rem;
    margin: 0 auto;
  }
  .function-item-icon04 {
    width: 1.875rem;
    margin: 0 auto;
  }
  .function-item-icon05 {
    width: 3.25rem;
    margin: 0 auto;
  }
  .function-item-txt {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.63;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 1201px) {
  .function-bg {
    background: #0054a7;
    padding: 6.9375rem 0 8.8125rem;
  }
  .function-ttl01 {
    font-size: 2.375rem;
    letter-spacing: 0.04em;
    line-height: 1.36;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
  .function-ttl01 .big {
    font-size: 3.125rem;
  }
  .function-ttl01 .small {
    font-size: 2.5rem;
  }
  .function-ttl02 {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    font-weight: 900;
    color: #0054a7;
    text-align: center;
    background: url(../images/function-bg.webp) no-repeat center/cover;
    margin: 1.875rem auto 0;
    padding: 0.9375rem 0;
    width: 57.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .function .function-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem 0.875rem;
    margin: 3.625rem auto 0;
  }
  .function .function-tab {
    border: #fff solid 0.0625rem;
    border-radius: 0.625rem;
    padding: 1rem 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  .function .function-tab .small {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
  .function .swiper-container02 {
    width: 62.5rem;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .function .swiper-slide .img {
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(145, 187, 218, 0.3);
    width: 55rem;
    margin: 3.1875rem auto 1.875rem;
  }
  .function .swiper-slide .txt {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    font-weight: 900;
    color: #fff;
    text-align: center;
  }
  .function-box {
    position: relative;
    background: #ffffff;
    border-radius: 2.6875rem;
    padding: 5rem 3.9375rem 4.8125rem 0;
    margin: 5rem auto 0;
  }
  .function-box-ttl {
    font-size: 3.375rem;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 900;
    text-align: center;
  }
  .function-box-ttl .small {
    font-size: 2.75rem;
  }
  .function-box-img01 {
    position: absolute;
    bottom: 5rem;
    left: -1.5625rem;
    width: 19.1875rem;
  }
  .function-bubble {
    position: absolute;
    top: -1.9375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.9375rem;
  }
  .function-bubble-txt {
    background: url(../images/function-bubble.webp) no-repeat bottom center/cover;
    width: 26.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.9375rem 0 1.8125rem;
    border-radius: 100vmax;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #0054a7;
    font-weight: 500;
  }
  .function-list {
    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;
    gap: 0 0.75rem;
    width: 39.375rem;
    margin: 3.1875rem 0 0 auto;
  }
  .function-item {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #0054a7;
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.9375rem 0 2.75rem;
  }
  .function-item-icon01 {
    width: 2rem;
    margin: 0 auto;
  }
  .function-item-icon02 {
    width: 2.5rem;
    margin: 0 auto;
  }
  .function-item-icon03 {
    width: 2.9375rem;
    margin: 0 auto;
  }
  .function-item-icon04 {
    width: 1.875rem;
    margin: 0 auto;
  }
  .function-item-icon05 {
    width: 3.25rem;
    margin: 0 auto;
  }
  .function-item-txt {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.63;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 767px) {
  .faq-bg {
    background: #edfbff;
    padding: 5.6875rem 0 6.4375rem;
  }
  .faq-inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .faq-ttl01 {
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    color: #0054a7;
    text-align: center;
  }
  .faq-list {
    margin: 3.5625rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem 0;
  }
  .faq-item-ttl {
    background: #0054a7;
    border-radius: 0.3125rem 0.3125rem 0 0;
    color: #fff;
    width: 100%;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.04em;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.43;
    padding: 1.25rem 0 1.25rem 7.1875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .faq-item-ttl .arrow {
    position: absolute;
    top: 2.5rem;
    right: 1.875rem;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    background: url(../images/faq-arrow.webp) no-repeat center/cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .faq-item-ttl .num {
    position: absolute;
    top: 2.8125rem;
    left: 2.375rem;
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
  }
  .faq-item-ttl.open .arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .faq-item-answer {
    padding: 2.5625rem 1.875rem 2.5625rem;
    background: #fff;
    border-radius: 0 0 0.3125rem 0.3125rem;
    color: #333;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    display: none;
    line-height: 1.74;
  }
  .faq-item-answer span {
    display: inline-block;
    padding-top: 2.6875rem;
  }
  .faq-item:nth-of-type(3) .faq-item-ttl {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .faq-bg {
    background: #edfbff;
    padding: 6.125rem 0 5.8125rem;
  }
  .faq-ttl01 {
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    color: #0054a7;
    text-align: center;
  }
  .faq-list {
    margin: 3.75rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.5rem;
  }
  .faq-item-ttl {
    background: #0054a7;
    border-radius: 0.625rem 0.625rem 0 0;
    color: #fff;
    width: 100%;
    font-weight: 900;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.36;
    padding: 1.25rem 0 1.25rem 5.4375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .faq-item-ttl .arrow {
    position: absolute;
    top: 2rem;
    right: 1.375rem;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/faq-arrow.webp) no-repeat center/cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .faq-item-ttl .num {
    position: absolute;
    top: 2.375rem;
    left: 1.9375rem;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
  }
  .faq-item-ttl.open .arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .faq-item-answer {
    padding: 1.3125rem 1.25rem 2.9375rem;
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    color: #333;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    display: none;
    line-height: 1.77;
  }
  .faq-item-answer span {
    display: inline-block;
    padding-top: 1.1875rem;
  }
  .faq-item:nth-of-type(3) .faq-item-ttl {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .faq-bg {
    background: #edfbff;
    padding: 6.125rem 0 5.8125rem;
  }
  .faq-ttl01 {
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    color: #0054a7;
    text-align: center;
  }
  .faq-list {
    margin: 3.75rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.5rem;
  }
  .faq-item-ttl {
    background: #0054a7;
    border-radius: 0.625rem 0.625rem 0 0;
    color: #fff;
    width: 100%;
    font-weight: 900;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.36;
    padding: 1.25rem 0 1.25rem 5.4375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .faq-item-ttl .arrow {
    position: absolute;
    top: 2rem;
    right: 1.375rem;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/faq-arrow.webp) no-repeat center/cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .faq-item-ttl .num {
    position: absolute;
    top: 2.375rem;
    left: 1.9375rem;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
  }
  .faq-item-ttl.open .arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .faq-item-answer {
    padding: 1.3125rem 1.25rem 2.9375rem;
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    color: #333;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    display: none;
    line-height: 1.77;
  }
  .faq-item-answer span {
    display: inline-block;
    padding-top: 1.1875rem;
  }
  .faq-item:nth-of-type(3) .faq-item-ttl {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1201px) {
  .faq-bg {
    background: #edfbff;
    padding: 6.125rem 0 5.8125rem;
  }
  .faq-ttl01 {
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    color: #0054a7;
    text-align: center;
  }
  .faq-list {
    margin: 3.75rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.5rem;
  }
  .faq-item-ttl {
    background: #0054a7;
    border-radius: 0.625rem 0.625rem 0 0;
    color: #fff;
    width: 100%;
    font-weight: 900;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.36;
    padding: 1.25rem 0 1.25rem 5.4375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .faq-item-ttl .arrow {
    position: absolute;
    top: 2rem;
    right: 1.375rem;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/faq-arrow.webp) no-repeat center/cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .faq-item-ttl .num {
    position: absolute;
    top: 2.375rem;
    left: 1.9375rem;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 900;
  }
  .faq-item-ttl.open .arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .faq-item-answer {
    padding: 1.3125rem 1.25rem 2.9375rem;
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    color: #333;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    display: none;
    line-height: 1.77;
  }
  .faq-item-answer span {
    display: inline-block;
    padding-top: 1.1875rem;
  }
  .faq-item:nth-of-type(3) .faq-item-ttl {
    letter-spacing: 0;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    background: #003263;
    padding: 3.125rem 0;
    margin-bottom: 7.1875rem;
  }
  .footer-copy {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .footer-bg {
    background: #003263;
    padding: 2.625rem 0;
  }
  .footer-copy {
    font-size: 1rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .footer-bg {
    background: #003263;
    padding: 2.625rem 0;
  }
  .footer-copy {
    font-size: 1rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 1201px) {
  .footer-bg {
    background: #003263;
    padding: 2.625rem 0;
  }
  .footer-copy {
    font-size: 1rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
  }
}