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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

summary {
  display: block;
}

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

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

.wrapper {
  position: relative;
}

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

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

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

body {
  position: relative;
  overflow-x: hidden;
  word-break: break-all;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #000000;
}

img {
  vertical-align: top;
}

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

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
font-family
============================================================================= */
@font-face {
  font-family: "mb31";
  src: url("../fonts/A-OTF-MidashiGoPro-MB31.otf") format("opentype");
}
.mb31 {
  font-family: "mb31";
}

@font-face {
  font-family: "gothic-b";
  src: url("../fonts/A-OTF-GothicMB101Pro-Bold.otf") format("opentype");
}
.gothic-b {
  font-family: "gothic-b";
}

@font-face {
  font-family: "yugo-b";
  src: url("../fonts/YuGothicBold.otf") format("opentype");
}
.yugo-b {
  font-family: "yugo-b";
}

@font-face {
  font-family: "yugo-m";
  src: url("../fonts/YuGothicMedium.otf") format("opentype");
}
.yugo-m {
  font-family: "yugo-m";
}

.noto-r {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-bo {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-bl {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0.625rem 0;
  }
  .header-logo {
    width: 11.875rem;
    padding: 0 0 0 0.625rem;
  }
  .header-band {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    color: #003b83;
    text-align: center;
    background: #fffc00;
    font-weight: 900;
    padding: 1.5625rem 0;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0.9375rem 0;
  }
  .header-logo {
    width: 8.125rem;
  }
  .header-band {
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    color: #003b83;
    text-align: center;
    background: #fffc00;
    font-weight: 900;
    padding: 0.9375rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  }
  .footer-bg01 {
    padding: 5rem 0 4.875rem;
    background: #003c84;
  }
  .footer-ttl01 {
    margin: 0 0 3.75rem;
    color: #ffffff;
    font-size: 2.9375rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: bold;
  }
  .footer-ttl01 span {
    font-size: 1.5rem;
  }
  .footer-link01 {
    margin: 0 0 2.3125rem;
    color: #ffffff;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .footer-txt01 {
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.667;
    padding: 0 0 0 1.25rem;
    text-align: center;
  }
  .footer-txt-yellow {
    color: #fff57f;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.667;
    padding: 0 0 0 1.25rem;
    text-align: center;
    font-weight: bold;
  }
  .footer-bg02 {
    padding: 4rem 0 4.875rem;
    background: #0e4c97;
  }
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.75rem;
  }
  .footer-wrap-left {
    margin: 0 0 0 8.125rem;
    padding: 0 2.5rem 0 0;
    border-right: 0.25rem solid #ffffff;
    color: #ffffff;
    font-size: 2.125rem;
    letter-spacing: 0.06em;
  }
  .footer-wrap-right {
    margin: 0 0 0 2.5rem;
    color: #ffffff;
    font-size: 2.125rem;
    letter-spacing: 0.06em;
  }
  .footer-txt02 {
    margin: 0 0 2.5625rem;
    color: #ffffff;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
  .footer-txt03 {
    margin: 0 2.4375rem 2.8125rem 1.5625rem;
    color: #ffffff;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1.68;
  }
  .footer-txt03 a {
    display: contents;
    color: #ffffff;
  }
  .footer-bottom {
    color: #ffffff;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  }
  .footer-bg01 {
    padding: 3.6875rem 0 3.8125rem;
    background: #003c84;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-ttl01 {
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .footer-ttl01 span {
    font-size: 1rem;
  }
  .footer-link01 {
    margin: 1.8125rem 0 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: bold;
  }
  .footer-txt01 {
    color: #ffffff;
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    margin: 1.75rem 0 0 0;
    text-align: center;
  }
  .footer-txt-yellow {
    color: #fff57f;
    font-weight: 300;
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: bold;
  }
  .footer-bg02 {
    padding: 3.75rem 0 3.5rem;
    background: #0e4c97;
  }
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-wrap-left {
    border-right: 0.125rem solid #ffffff;
    color: #ffffff;
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    padding: 0 1.625rem 0 0;
  }
  .footer-wrap-right {
    color: #ffffff;
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    padding: 0 0 0 1.625rem;
  }
  .footer-txt02 {
    margin: 1.125rem 0 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.64;
  }
  .footer-txt03 {
    color: #ffffff;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 2.28;
    margin: 0 0 0 1.25rem;
  }
  .footer-txt03 a {
    display: contents;
    color: #ffffff;
  }
  .footer-bottom {
    color: #ffffff;
    font-weight: 300;
    font-size: 0.8125rem;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 1.3125rem 0 0 0;
  }
}
@media screen and (min-width: 2000px) {
  .fv-main {
    width: 125rem;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    position: relative;
    padding: 0 0 7.5rem;
  }
  .fv #fvGif {
    will-change: transform;
  }
  .fv-btn {
    position: absolute;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 43.125rem;
    margin: 0 auto;
    padding: 2.375rem 0 2.0625rem;
    border-radius: 100vmax;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6672), color-stop(70%, #e90313));
    background-image: linear-gradient(180deg, #ff6672, #e90313 70%);
    -webkit-box-shadow: 0 0.625rem 0 #a20000, 0 -0.625rem 0 #fff; */
    background-color: #eb3a00;
    box-shadow: 0 0.625rem 0 #a20000, 0 -0.625rem 0 #fff;
  }
  .fv-btn::after {
    content: "";
    position: absolute;
    top: 2.5625rem;
    right: 2.8125rem;
    width: 6.25rem;
    height: 6.1875rem;
    background: url("../images/fv-btn-icon.webp") no-repeat center/cover;
  }
  .fv-btn-txt {
    position: relative;
    margin: 0 0 0.9375rem;
    padding: 0 0 0 12.125rem;
    color: #ffffff;
    font-size: 2.125rem;
    letter-spacing: 0.06em;
  }
  .fv-btn-txt::before {
    content: "・・・";
    position: absolute;
    top: -1.25rem;
    left: 12.4375rem;
    color: #ffc5c5;
    font-size: 1.625rem;
    letter-spacing: 0.37em;
  }
  .fv-btn-txt::after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 9.25rem;
    width: 19.0625rem;
    height: 2.1875rem;
    background: url("../images/fv-txt-deco.webp") no-repeat center/contain;
  }
  .fv-btn-txt02 {
    padding: 0 0 0 5.625rem;
    color: #ffffff;
    font-size: 3.75rem;
    letter-spacing: 0;
    text-shadow: 0 -0.0625rem 0.0625rem #003c85;
  }
  .fv-btn-txt02 span {
    font-size: 2.9375rem;
  }
  .fv-info {
    position: absolute;
    bottom: 1.5rem;
    left: 2.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.66;
    padding-left: 1.875rem;
    text-indent: -2.1875rem;
  }
  .fv-info a {
    display: inline;
    color: #003b83;
    border-bottom: solid 0.125rem #bcc5d6;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    position: relative;
    padding: 0 0 2.1875rem;
  }
  .fv #fvGif {
    will-change: transform;
  }
  .fv-main {
    width: 125rem;
    margin: 0 0 0 -17.5rem;
  }
  .fv-btn {
    position: absolute;
    bottom: 4.9375rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 43.75rem;
    margin: 0 auto;
    padding: 1.375rem 0 1.4375rem;
    border-radius: 100vmax;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6672), color-stop(70%, #e90313));
    background-image: linear-gradient(180deg, #ff6672, #e90313 70%);
    -webkit-box-shadow: 0 0.625rem 0 #a20000, 0 -0.375rem 0 #fff; */
    background-color: #eb3a00;
    box-shadow: 0 0.625rem 0 #a20000, 0 -0.375rem 0 #fff;
  }
  .fv-btn::after {
    content: "";
    position: absolute;
    top: 2rem;
    right: 3.3125rem;
    width: 4.25rem;
    height: 4.1875rem;
    background: url("../images/fv-btn-icon.webp") no-repeat center/cover;
  }
  .fv-btn-txt {
    position: relative;
    margin: 0 0 0.625rem;
    padding: 0 0 0 14.8125rem;
    color: #ffffff;
    font-size: 1.5625rem;
    letter-spacing: 0.06em;
  }
  .fv-btn-txt::before {
    content: "・・・";
    position: absolute;
    top: -1.0625rem;
    left: 14.8125rem;
    color: #ffc5c5;
    font-size: 1.5625rem;
    letter-spacing: 0.06em;
  }
  .fv-btn-txt::after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 12.5rem;
    width: 14.375rem;
    height: 1.5625rem;
    background: url("../images/fv-txt-deco-pc.webp") no-repeat center/contain;
  }
  .fv-btn-txt02 {
    padding: 0 0 0 9.4375rem;
    color: #ffffff;
    font-size: 3.125rem;
    text-shadow: 0 -0.0625rem 0.0625rem #003c85;
  }
  .fv-btn-txt02 span {
    font-size: 2.4375rem;
  }
  .fv-info {
    font-size: 0.75rem;
  }
  .fv-info a {
    display: inline-block;
    color: #003b83;
    border-bottom: solid 0.125rem #bcc5d6;
    padding: 0 0 0.125rem;
    cursor: pointer;
  }
  .fv-info-inner {
    width: 75rem;
    margin: -2.375rem auto 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .risk-bg01 {
    padding: 6.8125rem 0 5.5rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8ebdf8), color-stop(70%, #51bcda));
    background-image: linear-gradient(180deg, #8ebdf8, #51bcda 70%);
    position: relative;
  }
  .risk-bg01::before {
    content: "";
    position: absolute;
    background: url(../images/risk-wavy.webp) no-repeat center/cover;
    width: 46.875rem;
    height: 1rem;
    top: -0.9375rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .risk-inner {
    padding: 0 1.875rem;
  }
  .risk-box {
    position: relative;
    padding: 2.9375rem 1.875rem 4.5rem;
    background: #ffffff;
    border-radius: 6.25rem;
  }
  .risk-box-human01 {
    position: absolute;
    top: 2.5rem;
    left: -1.875rem;
    width: 10.9375rem;
  }
  .risk-box-virus01 {
    position: absolute;
    top: 3.4375rem;
    right: 1.25rem;
    width: 4.375rem;
  }
  .risk-box-top {
    width: 31.5625rem;
    position: absolute;
    top: -2.1875rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .risk-box-ttl01 {
    font-weight: 900;
    text-align: center;
  }
  .risk-box-ttl01 .top {
    font-size: 3.4375rem;
    line-height: 1.18;
  }
  .risk-box-ttl01 .btm {
    font-size: 4rem;
    letter-spacing: 0.04em;
    line-height: 1.52;
    margin: 0.3125rem 0 0 0;
    display: inline-block;
  }
  .risk-box-ttl01 .color {
    color: #eb0000;
    font-size: 4.5625rem;
    letter-spacing: 0;
    position: relative;
    padding: 0 0 0.4375rem;
  }
  .risk-box-ttl01 .color::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22.5rem;
    height: 0.5rem;
    left: -0.1875rem;
    bottom: 0;
    border-radius: 0.3125rem;
    background: #eb0000;
  }
  .risk-box-ttl01 .small {
    font-size: 2.75rem;
  }
  .risk-box-balloon {
    position: relative;
    width: 39.375rem;
    padding: 0.4375rem 0;
    border-radius: 100vmax;
    background: #063a7a;
    color: #ffffff;
    font-size: 1.625rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.34;
    font-weight: 400;
    margin: 2.6875rem 0 0 0;
  }
  .risk-box-graph {
    width: 39.5rem;
    margin: 1.9375rem 0 0.875rem 0;
  }
  .risk-box-info {
    color: #555555;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0.625rem 0 0 0;
  }
  .risk-human02 {
    width: 11rem;
    margin: -2.5rem auto 0;
    position: relative;
  }
  .risk-ttl02 {
    margin: -1.5625rem auto 0;
  }
  .risk-ttl02 .txt {
    font-size: 3rem;
    letter-spacing: 0.02em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 1.0625rem 0 0 0;
  }
  .risk-ttl02 .txt .big {
    font-size: 3.75rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .risk-ttl02 .txt .border {
    position: relative;
    display: inline-block;
    padding: 0 0 1.25rem;
  }
  .risk-ttl02 .txt .border::before {
    content: "";
    background: url(../images/risk-wavy02.webp) no-repeat center/cover;
    position: absolute;
    width: 25.8125rem;
    height: 0.875rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  .risk-box02 {
    position: relative;
    margin: 3.8125rem 0 0 0;
    padding: 0 1.875rem 1.6875rem;
    background: #ffffff;
    border-radius: 3.125rem;
  }
  .risk-box02.second {
    margin: 5.6875rem 0 0 0;
    padding: 0 1.875rem 1.625rem;
  }
  .risk-box02-ttl {
    position: relative;
    margin: 0 0 2.0625rem -1.875rem;
    padding: 2rem 0 2.0625rem;
    width: 33.125rem;
    border-radius: 3.125rem 0 0;
    background: #054ca6;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 2.1875rem;
    letter-spacing: 0.04em;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
  }
  .risk-box02-ttl .color {
    color: #fffc00;
  }
  .risk-box02-ttl.second {
    width: 26.125rem;
    margin: 0 0 1.8125rem -1.875rem;
  }
  .risk-box02-txt {
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-align: center;
    font-weight: 900;
    line-height: 1.4;
  }
  .risk-box02-txt .color {
    color: #054ca6;
  }
  .risk-box02-img01 {
    position: absolute;
    z-index: 5;
    top: -2.5rem;
    right: 1.5625rem;
    width: 9.0625rem;
  }
  .risk-box02-img02 {
    position: absolute;
    top: -3.75rem;
    right: 1.875rem;
    width: 12.0625rem;
  }
  .risk-box02-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 6.875rem;
    margin: 0 0 1.4375rem;
  }
  .risk-box02-header-icon01 {
    width: 2rem;
    margin: 0 auto 1.0625rem;
  }
  .risk-box02-header-icon02 {
    width: 2.875rem;
    margin: 0 auto 2.8125rem;
  }
  .risk-box02-header-txt {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    text-align: center;
    line-height: 0.7;
  }
  .risk-box02-header-txt .small {
    font-size: 1.4375rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .risk-box02-header-txt .num {
    font-size: 3.125rem;
    vertical-align: bottom;
  }
  .risk-box02-header-txt .mid {
    font-size: 1.875rem;
  }
  .risk-box02-header-txt .note01 {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    display: inline-block;
    font-weight: 400;
    -webkit-transform: translate(-1.875rem, -3.4375rem);
            transform: translate(-1.875rem, -3.4375rem);
  }
  .risk-box02-header-txt .note02 {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    display: inline-block;
    font-weight: 400;
    -webkit-transform: translate(-0.9375rem, -3.4375rem);
            transform: translate(-0.9375rem, -3.4375rem);
  }
  .risk-box02-tr {
    border-top: solid #f2f2f2 0.375rem;
    border-bottom: solid #f2f2f2 0.375rem;
  }
  .risk-box02-tr .age {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .risk-box02-tr .txt {
    font-size: 1.375rem;
    color: #fff;
    background: #054ca6;
    width: 9.8125rem;
    height: 2.1875rem;
    display: grid;
    place-items: center;
    margin: 0 1.875rem;
  }
  .risk-box02-tr .price {
    font-size: 2.0625rem;
    color: #eb0000;
    font-weight: 600;
    padding: 0.75rem 0;
  }
  .risk-box02-tr .price .num {
    font-size: 3.75rem;
    display: inline-block;
    vertical-align: sub;
  }
  .risk-box02-tr .price .comma {
    font-size: 2.5rem;
  }
  .risk-box02-info {
    font-size: 1.25rem;
    line-height: 1.45;
    letter-spacing: 0.04em;
    margin: 1.875rem 0 0 0;
  }
  .risk-box02-info.second {
    margin: 1.6875rem 0 0 0;
  }
  .risk-box02-container.second {
    margin: -0.125rem 0 0 0;
  }
  .risk-box02-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.3125rem solid #f2f2f2;
    padding: 2.625rem 0 0.375rem;
  }
  .risk-box02-wrap-icon01 {
    width: 2.5rem;
    margin: 0 0 0 1.875rem;
  }
  .risk-box02-wrap-icon02 {
    width: 2.9375rem;
    margin: 0 0 0 1.5625rem;
  }
  .risk-box02-wrap-ttl {
    font-weight: 900;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    margin: 0 0 0 1.875rem;
    width: 13.25rem;
  }
  .risk-box02-wrap-price {
    font-weight: 900;
    font-size: 1.875rem;
    margin: -1.875rem 0 0 0;
  }
  .risk-box02-wrap-price .middle {
    font-size: 4.375rem;
    vertical-align: text-bottom;
  }
  .risk-box02-wrap-price .color {
    color: #eb0000;
    font-size: 2.9375rem;
    margin: 0 0 0 0.3125rem;
  }
  .risk-box02-wrap-price .big {
    font-size: 6.25rem;
    vertical-align: text-bottom;
  }
  .risk-box02-wrap-dot {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    margin: -0.9375rem 0 0 0.625rem;
  }
  .risk-arrow {
    width: 8.5625rem;
    margin: 3rem auto 2.625rem;
  }
  .risk-price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 4.375rem;
    padding: 0 1.875rem 2.375rem;
  }
  .risk-price::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 43.125rem;
    height: 1rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .risk-price-mini {
    margin: 1.375rem 0 0.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
  }
  .risk-price-fee {
    color: #ffffff;
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .risk-price-month {
    padding: 1.25rem 0.625rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #054ca6;
    border-radius: 0.3125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    margin: 0.375rem 0 0 0;
  }
  .risk-price-num {
    color: #ffffff;
    font-weight: bold;
    font-size: 9.375rem;
    display: inline-block;
    margin: -0.4375rem 0 0 0;
  }
  .risk-price-num span {
    font-size: 4.375rem;
  }
  .risk-btn {
    position: relative;
    width: 43.125rem;
    height: 11.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 2.375rem 0 2.0625rem;
    border-radius: 100vmax;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6672), color-stop(70%, #e90313));
    background-image: linear-gradient(180deg, #ff6672, #e90313 70%);
    -webkit-box-shadow: 0 0.625rem 0 #a2000a; */
    background-color: #eb3a00;
    box-shadow: 0 0.625rem 0 #a2000a;
  }
  .risk-btn-border {
    width: 44.5rem;
    height: 13.125rem;
    background: #fff;
    border-radius: 100vmax;
    margin: 0 0 0 -0.75rem;
    padding: 0.625rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .risk-btn::after {
    content: "";
    position: absolute;
    top: 2.5625rem;
    right: 2.8125rem;
    width: 6.25rem;
    height: 6.1875rem;
    background: url("../images/fv-btn-icon.webp") no-repeat center/cover;
  }
  .risk-btn-txt {
    position: relative;
    margin: 0 0 0.9375rem;
    padding: 0 0 0 12.125rem;
    color: #ffffff;
    font-size: 2.125rem;
    letter-spacing: 0.06em;
  }
  .risk-btn-txt::before {
    content: "・・・";
    position: absolute;
    top: -1.25rem;
    left: 12.4375rem;
    color: #ffc5c5;
    font-size: 1.625rem;
    letter-spacing: 0.37em;
  }
  .risk-btn-txt::after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 9.25rem;
    width: 19.0625rem;
    height: 2.1875rem;
    background: url("../images/fv-txt-deco.webp") no-repeat center/contain;
  }
  .risk-btn-txt02 {
    padding: 0 0 0 5.625rem;
    color: #ffffff;
    font-size: 3.75rem;
    letter-spacing: 0;
    text-shadow: 0 -0.0625rem 0.0625rem #003c85;
  }
  .risk-btn-txt02 span {
    font-size: 2.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .risk-bg01 {
    padding: 7.875rem 0 6.125rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8ebdf8), color-stop(70%, #51bcda));
    background-image: linear-gradient(180deg, #8ebdf8, #51bcda 70%);
    position: relative;
  }
  .risk-bg01::before {
    content: "";
    position: absolute;
    background: url(../images/risk-wavy_pc.webp) no-repeat center/cover;
    width: 125rem;
    height: 0.875rem;
    top: -0.8125rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .risk-box {
    position: relative;
    padding: 4.5rem 0rem 2.75rem;
    background: #ffffff;
    border-radius: 7.5rem;
  }
  .risk-box-human01 {
    position: absolute;
    top: -3rem;
    left: -3.625rem;
    width: 12.25rem;
  }
  .risk-box-virus01 {
    position: absolute;
    top: 2.25rem;
    right: 3.625rem;
    width: 4.375rem;
  }
  .risk-box-top {
    width: 31.5625rem;
    position: absolute;
    top: -2.1875rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .risk-box-ttl01 {
    font-weight: 900;
    text-align: center;
    line-height: 1.55;
  }
  .risk-box-ttl01 .top {
    font-size: 3.0625rem;
  }
  .risk-box-ttl01 .btm {
    font-size: 3.5625rem;
    letter-spacing: 0.04em;
  }
  .risk-box-ttl01 .color {
    color: #eb0000;
    font-size: 4.0625rem;
    letter-spacing: 0;
    position: relative;
    padding: 0 0 0.3125rem;
  }
  .risk-box-ttl01 .color::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20.625rem;
    height: 0.5rem;
    left: -0.1875rem;
    bottom: 0;
    border-radius: 0.3125rem;
    background: #eb0000;
  }
  .risk-box-ttl01 .small {
    font-size: 2.5rem;
  }
  .risk-box-balloon {
    position: relative;
    width: 39.375rem;
    margin: 2.9375rem auto 0;
    padding: 0.4375rem 0;
    border-radius: 100vmax;
    background: #063a7a;
    color: #ffffff;
    font-size: 1.625rem;
    letter-spacing: 0.08em;
    line-height: 1.34;
    font-weight: 400;
    text-align: center;
  }
  .risk-box-balloon span {
    font-weight: bold;
  }
  .risk-box-graph {
    width: 39.4375rem;
    margin: 1.9375rem auto 1.1875rem;
  }
  .risk-box-info {
    color: #555555;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 2;
    width: 39.375rem;
    margin: 0.5rem auto 0;
  }
  .risk-human02 {
    margin: -14.8125rem auto 0 -5rem;
    position: relative;
    width: 12.5rem;
  }
  .risk-ttl02 {
    width: 44.0625rem;
    margin: -2.125rem auto 0;
  }
  .risk-ttl02 .txt {
    font-size: 3rem;
    letter-spacing: 0.02em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0.9375rem 0 0 0;
  }
  .risk-ttl02 .txt .big {
    font-size: 3.75rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .risk-ttl02 .txt .border {
    position: relative;
    display: inline-block;
    padding: 0 0 1.25rem;
  }
  .risk-ttl02 .txt .border::before {
    content: "";
    background: url(../images/risk-wavy02.webp) no-repeat center/cover;
    position: absolute;
    width: 25.8125rem;
    height: 0.875rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  .risk-box02 {
    position: relative;
    margin: 3rem 0 0 0;
    padding: 0 2.8125rem 0.875rem;
    background: #ffffff;
    border-radius: 3.125rem;
  }
  .risk-box02.second {
    margin: 4.125rem 0 0 0;
    padding: 0 2.8125rem 2.0625rem;
  }
  .risk-box02-ttl {
    position: relative;
    margin: 0 0 1.875rem -2.8125rem;
    padding: 1.9375rem 0 2rem 4.0625rem;
    width: 44.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3.125rem 0 0;
    background: #054ca6;
    color: #ffffff;
    font-weight: 900;
    font-size: 2.3125rem;
    letter-spacing: 0.04em;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
  }
  .risk-box02-ttl .color {
    color: #fffc00;
  }
  .risk-box02-ttl.second {
    margin: 0 0 2.0625rem -2.8125rem;
    font-size: 1.875rem;
    padding: 2.1875rem 0 2.25rem 4.0625rem;
  }
  .risk-box02-txt {
    font-size: 1.625rem;
    letter-spacing: 0.08em;
    text-align: center;
    font-weight: 900;
  }
  .risk-box02-txt .color {
    color: #054ca6;
  }
  .risk-box02-img01 {
    position: absolute;
    z-index: 5;
    top: -3rem;
    right: 4.375rem;
    width: 9.0625rem;
  }
  .risk-box02-img02 {
    position: absolute;
    top: -3.75rem;
    right: 1.875rem;
    width: 12.1875rem;
  }
  .risk-box02-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 11.25rem;
  }
  .risk-box02-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.9375rem;
  }
  .risk-box02-header-icon01 {
    width: 1.5625rem;
    margin: 0.0625rem 0 0 1.25rem;
  }
  .risk-box02-header-icon02 {
    width: 2rem;
    margin: 0.4375rem 0 0 0;
  }
  .risk-box02-header-txt {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    text-align: center;
  }
  .risk-box02-header-txt .small {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .risk-box02-header-txt .num {
    font-size: 2.1875rem;
    display: inline-block;
    -webkit-transform: translate(0rem, 0.125rem);
            transform: translate(0rem, 0.125rem);
    margin: 0 0 0 0.625rem;
  }
  .risk-box02-header-txt .mid {
    font-size: 1.3125rem;
  }
  .risk-box02-header-txt .note01 {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    display: inline-block;
    font-weight: 400;
    -webkit-transform: translate(0.5rem, -0.375rem);
            transform: translate(0.5rem, -0.375rem);
  }
  .risk-box02-header-txt .note02 {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    display: inline-block;
    font-weight: 400;
    -webkit-transform: translate(0.5rem, -0.375rem);
            transform: translate(0.5rem, -0.375rem);
  }
  .risk-box02-table {
    width: 56.875rem;
    margin: 0.125rem auto 0;
  }
  .risk-box02-tr {
    border-top: solid #f2f2f2 0.1875rem;
    border-bottom: solid #f2f2f2 0.1875rem;
    margin: 0 auto;
    text-align: center;
  }
  .risk-box02-tr .age {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .risk-box02-tr .txt {
    font-size: 1.125rem;
    color: #fff;
    background: #054ca6;
    width: 10rem;
    height: 2.1875rem;
    display: grid;
    place-items: center;
    margin: 0 3.75rem;
  }
  .risk-box02-tr .price {
    font-size: 1.8125rem;
    color: #eb0000;
    font-weight: 900;
    padding: 0.5625rem 0;
    display: inline-block;
  }
  .risk-box02-tr .price .num {
    font-size: 3.1875rem;
    display: inline-block;
    vertical-align: sub;
  }
  .risk-box02-tr .price .comma {
    font-size: 2.1875rem;
  }
  .risk-box02-info {
    font-size: 0.8125rem;
    line-height: 1.66;
    letter-spacing: 0.08em;
    margin: 1.125rem 0 0 1.5625rem;
  }
  .risk-box02-info.second {
    margin: 1.75rem 0 0 1.5625rem;
  }
  .risk-box02-container.second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.3125rem 0 0 0;
  }
  .risk-box02-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.1875rem solid #f2f2f2;
    width: 27.1875rem;
    padding: 0 0 0.3125rem;
  }
  .risk-box02-wrap-icon01 {
    width: 1.6875rem;
    margin: 2.3125rem 1.25rem 0 1.25rem;
  }
  .risk-box02-wrap-icon02 {
    width: 2.125rem;
    margin: 2.3125rem 1.25rem 0 1.25rem;
  }
  .risk-box02-wrap-ttl {
    font-weight: 900;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    width: 8.75rem;
    margin: 2.625rem 0 0 0;
  }
  .risk-box02-wrap-price {
    font-weight: 900;
    font-size: 1.875rem;
  }
  .risk-box02-wrap-price .middle {
    font-size: 3.5rem;
    vertical-align: text-bottom;
  }
  .risk-box02-wrap-price .color {
    color: #eb0000;
    font-size: 2.5rem;
  }
  .risk-box02-wrap-price .big {
    font-size: 4.8125rem;
    vertical-align: text-bottom;
  }
  .risk-box02-wrap-dot {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    margin: 1.5625rem 0 0 0.3125rem;
  }
  .risk-arrow {
    width: 5.1875rem;
    margin: 3.25rem auto 1.375rem;
  }
  .risk-price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 38.3125rem;
    margin: 0 auto 2.75rem;
    padding: 0 0 1.3125rem;
  }
  .risk-price::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2.5rem;
    width: 43.125rem;
    height: 1rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .risk-price-mini {
    margin: 1rem 0 0.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
  }
  .risk-price-fee {
    color: #ffffff;
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .risk-price-month {
    padding: 1.25rem 0.625rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #054ca6;
    border-radius: 0.3125rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
  }
  .risk-price-num {
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 9.375rem;
  }
  .risk-price-num span {
    font-size: 4.375rem;
  }
  .risk-btn {
    position: relative;
    width: 43.75rem;
    height: 8.0625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 1.375rem 0 1.9375rem;
    border-radius: 100vmax;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6672), color-stop(70%, #e90313));
    background-image: linear-gradient(180deg, #ff6672, #e90313 70%);
    -webkit-box-shadow: 0 0.625rem 0 #a2000a; */
    background-color: #eb3a00;
    box-shadow: 0 0.625rem 0 #a2000a;
  }
  .risk-btn-border {
    width: 44.6875rem;
    height: 9.4375rem;
    background: #fff;
    border-radius: 100vmax;
    margin: 0 auto;
    padding: 0.375rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .risk-btn::after {
    content: "";
    position: absolute;
    top: 2rem;
    right: 3.3125rem;
    width: 4.25rem;
    height: 4.1875rem;
    background: url("../images/fv-btn-icon.webp") no-repeat center/cover;
  }
  .risk-btn-txt {
    position: relative;
    margin: 0 0 0.625rem;
    padding: 0 0 0 14.8125rem;
    color: #ffffff;
    font-size: 1.5625rem;
    letter-spacing: 0.06em;
  }
  .risk-btn-txt::before {
    content: "・・・";
    position: absolute;
    top: -1.0625rem;
    left: 14.8125rem;
    color: #ffc5c5;
    font-size: 1.5625rem;
    letter-spacing: 0.06em;
  }
  .risk-btn-txt::after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 12.5rem;
    width: 14.375rem;
    height: 1.5625rem;
    background: url("../images/fv-txt-deco-pc.webp") no-repeat center/contain;
  }
  .risk-btn-txt02 {
    padding: 0 0 0 9.4375rem;
    color: #ffffff;
    font-size: 3.125rem;
    text-shadow: 0 -0.0625rem 0.0625rem #003c85;
  }
  .risk-btn-txt02 span {
    font-size: 2.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .start-bg {
    padding: 2.875rem 0 5rem;
    background: #f6868e;
  }
  .start-inner {
    padding: 0 1.875rem;
  }
  .start-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.125rem;
    padding: 0 1.875rem;
  }
  .start-ttl01 {
    color: #ffffff;
    font-weight: 900;
    font-size: 2.8125rem;
    letter-spacing: 0.1em;
  }
  .start-ttl01 span {
    font-size: 3.4375rem;
  }
  .start-icon {
    width: 8.75rem;
  }
  .start-box01 {
    position: relative;
    background: #fff;
    padding: 2.125rem 0 2.0625rem 0;
  }
  .start-box01.second {
    padding: 1.875rem 0 2.5rem 0;
  }
  .start-box01-bg {
    padding: 1rem;
    background: repeating-linear-gradient(-45deg, #e55660, #e55660 4px, white 4px, white 6px);
  }
  .start-box01-bg.second {
    margin: 2.5625rem 0 0 0;
  }
  .start-box01-lead {
    position: relative;
    color: #eb0000;
    font-weight: 900;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .start-box01-lead::before {
    content: "";
    position: absolute;
    top: -0.3125rem;
    left: 3.75rem;
    width: 2.9375rem;
    height: 2.9375rem;
    background: url("../images/start-box01-ttl-deco.webp") no-repeat center/contain;
  }
  .start-box01-lead.second::before {
    left: 8.75rem;
  }
  .start-box01-lead.third::before {
    left: 4rem;
  }
  .start-box01-ttl01 {
    color: #000000;
    font-weight: bold;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 1.8125rem 0 0 0;
    line-height: 1.25;
  }
  .start-box01-ttl01.second {
    margin: 1.375rem 0 0 0;
  }
  .start-box01-ttl01.second02 {
    margin: 1.625rem 0 0 0;
  }
  .start-box01-ttl01 .color {
    position: relative;
    z-index: 10;
    color: #eb0000;
    font-size: 2.875rem;
    letter-spacing: 0.1em;
    font-weight: 900;
    display: inline-block;
  }
  .start-box01-ttl01 .num {
    font-size: 3.625rem;
    display: inline-block;
    -webkit-transform: translate(0rem, 0.3125rem);
            transform: translate(0rem, 0.3125rem);
    position: relative;
  }
  .start-box01-ttl01 .border01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -0.625rem;
    width: 9.5625rem;
    height: 1.5625rem;
    background: #bdecfd;
    z-index: -1;
  }
  .start-box01-ttl01 .border02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0rem;
    width: 23.75rem;
    height: 1.5625rem;
    background: #bdecfd;
    z-index: -1;
  }
  .start-box01-ttl01 .border03::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -0.3125rem;
    width: 12.8125rem;
    height: 1.5625rem;
    background: #bdecfd;
    z-index: -1;
  }
  .start-box01-info {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.45;
    margin: 1.375rem 0 0 1.25rem;
  }
  .start-box01-txt01 {
    position: relative;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 2.5rem 0 0 0;
  }
  .start-box01-txt01::after {
    content: "";
    position: absolute;
    bottom: -1.5625rem;
    margin: auto;
    left: 0;
    right: 0;
    width: 30.3125rem;
    height: 0.78125rem;
    background: url("../images/start-box01-txt01-line.webp") no-repeat center/cover;
  }
  .start-box01-txt01.second {
    margin: 3.1875rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .start-bg {
    padding: 3.125rem 0 3.9375rem;
    background: #f6868e;
  }
  .start-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.3125rem;
  }
  .start-ttl01 {
    padding: 0 0.6875rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.8125rem;
    letter-spacing: 0.1em;
  }
  .start-ttl01 span {
    font-size: 3.4375rem;
  }
  .start-icon {
    width: 8.5rem;
  }
  .start-box01 {
    position: relative;
    background: #fff;
    padding: 2.25rem 0 1.5625rem;
  }
  .start-box01.second {
    padding: 2.5rem 2.8125rem 3.375rem;
  }
  .start-box01-bg {
    padding: 1rem;
    background: repeating-linear-gradient(-45deg, #e55660, #e55660 4px, white 4px, white 6px);
  }
  .start-box01-bg.second {
    margin: 1.875rem 0 0 0;
  }
  .start-box01-lead {
    position: relative;
    color: #eb0000;
    font-weight: 900;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .start-box01-lead::before {
    content: "";
    position: absolute;
    top: -0.3125rem;
    left: 13.75rem;
    width: 2.9375rem;
    height: 2.9375rem;
    background: url("../images/start-box01-ttl-deco.webp") no-repeat center/contain;
  }
  .start-box01-lead.second::before {
    left: 15.625rem;
  }
  .start-box01-lead.third::before {
    left: 11rem;
  }
  .start-box01-ttl01 {
    color: #000000;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 1.125rem 0 0 0;
  }
  .start-box01-ttl01.second {
    margin: 1.875rem 0 0 0;
  }
  .start-box01-ttl01.second .num {
    -webkit-transform: translate(0rem, 0.125rem);
            transform: translate(0rem, 0.125rem);
  }
  .start-box01-ttl01.second02 {
    margin: 2.375rem 0 0 0;
  }
  .start-box01-ttl01 .color {
    position: relative;
    z-index: 10;
    color: #eb0000;
    font-size: 2.125rem;
    letter-spacing: 0.02em;
    font-weight: 900;
    display: inline-block;
  }
  .start-box01-ttl01 .num {
    font-size: 2.625rem;
    display: inline-block;
    -webkit-transform: translate(0rem, 0.3125rem);
            transform: translate(0rem, 0.3125rem);
    position: relative;
  }
  .start-box01-ttl01 .mid {
    font-size: 1.875rem;
  }
  .start-box01-ttl01 .border01::before {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: -0.25rem;
    width: 6.25rem;
    height: 1.375rem;
    background: #bdecfd;
    z-index: -1;
  }
  .start-box01-ttl01 .border02::before {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: -0.3125rem;
    width: 16.5625rem;
    height: 1.375rem;
    background: #bdecfd;
    z-index: -1;
  }
  .start-box01-ttl01 .border03::before {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0rem;
    width: 8.5rem;
    height: 1.375rem;
    background: #bdecfd;
    z-index: -1;
  }
  .start-box01-info {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 1.125rem 0 0 0;
  }
  .start-box01-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.625rem auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .start-box01-wrap01 {
    width: 26.5625rem;
  }
  .start-box01-txt01 {
    position: relative;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .start-box01-txt01::after {
    content: "";
    position: absolute;
    bottom: -1.4375rem;
    margin: auto;
    left: 0;
    right: 0;
    width: 26.5625rem;
    height: 0.75rem;
    background: url("../images/start-box01-txt01-line.webp") no-repeat center/cover;
  }
}
/*==============================================================================
step
============================================================================= */
@media screen and (max-width: 767px) {
  .step-bg {
    padding: 3.5rem 0 5.125rem;
    background: #d0e3ef;
    position: relative;
  }
  .step-ttl01 {
    margin: 0 0 3.4375rem;
    color: #054ca6;
    font-size: 2.8125rem;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
  .step-ttl01 span {
    color: #054ca6;
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: 0.06em;
  }
  .step-ttl01 .dot {
    position: relative;
  }
  .step-ttl01 .dot::before {
    content: "・・・";
    position: absolute;
    top: -3.125rem;
    left: 0.4375rem;
    color: #f6868e;
    font-size: 3.5rem;
    letter-spacing: 0.16em;
  }
  .step-wrap-box {
    position: relative;
    z-index: 5;
    width: 23.75rem;
    margin: 0 auto;
    background: #ffffff;
  }
  .step-wrap-box::after {
    content: "";
    position: absolute;
    width: 23.75rem;
    height: 22.4375rem;
    bottom: -0.625rem;
    right: -0.625rem;
    background: url("../images/step-wrap-box-bg.webp") no-repeat center/contain;
  }
  .step-wrap-box-img {
    position: absolute;
    z-index: 5;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 14.5rem;
  }
  .step-wrap-box-txt {
    position: relative;
    z-index: 5;
    margin: 0 0 1.75rem;
    padding: 7.0625rem 0 3.5625rem;
    color: #054ca6;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }
  .step-wrap-box-txt .blue01 {
    font-weight: bold;
    font-size: 3.125rem;
  }
  .step-wrap-box-txt .blue02 {
    font-weight: bold;
    font-size: 2.8125rem;
    display: inline-block;
    margin: -1.1875rem 0 0 0;
  }
  .step-wrap-box-txt .num {
    font-weight: bold;
    font-size: 5rem;
    line-height: 1.4;
  }
  .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .step-list-ttl {
    margin: 0 0 2.4375rem;
    color: #054ca6;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .step-list-ttl span {
    font-size: 4.375rem;
  }
  .step-item {
    width: 13.125rem;
    height: 22.3125rem;
    padding: 2.5rem 0 0;
    background: #0e64d2;
  }
  .step-item-img {
    width: 4.5625rem;
    margin: 0 auto 1.75rem;
  }
  .step-item-txt {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: center;
  }
  .step-item:nth-child(2) {
    background: #0455bc;
  }
  .step-item:nth-child(2) .step-item-img {
    width: 5rem;
    margin: 0 auto 2.5rem;
  }
  .step-item:nth-child(3) {
    background: #054ca6;
  }
  .step-item:nth-child(3) .step-item-img {
    width: 5rem;
    margin: 0 auto 2.1875rem;
  }
  .step-item:nth-child(3) .step-item-txt {
    letter-spacing: 0.06em;
  }
  .step-item:nth-child(3) .step-item-txt span {
    letter-spacing: -0.06em;
  }
}
@media screen and (min-width: 768px) {
  .step-bg {
    padding: 4.875rem 0 6.25rem;
    background: #d0e3ef;
    position: relative;
  }
  .step-ttl01 {
    margin: 0 0 4.9375rem;
    color: #054ca6;
    font-size: 2.8125rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .step-ttl01 span {
    color: #054ca6;
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: 0.06em;
  }
  .step-ttl01 .dot {
    position: relative;
  }
  .step-ttl01 .dot::before {
    content: "・・・";
    position: absolute;
    top: -3.125rem;
    left: 0.4375rem;
    color: #f6868e;
    font-size: 3.5rem;
    letter-spacing: 0.16em;
  }
  .step-wrap-box {
    position: relative;
    z-index: 5;
    width: 33.625rem;
    margin: 0 auto;
    background: #ffffff;
  }
  .step-wrap-box::after {
    content: "";
    position: absolute;
    width: 33.625rem;
    height: 15.9375rem;
    bottom: -0.625rem;
    right: -0.625rem;
    background: url("../images/step-wrap-box-bg-pc.webp") no-repeat center/cover;
  }
  .step-wrap-box-img {
    position: absolute;
    z-index: 5;
    top: -4.6875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 14.5rem;
  }
  .step-wrap-box-txt {
    position: relative;
    z-index: 5;
    margin: 0 0 2.5rem;
    padding: 6rem 0 2.625rem;
    color: #054ca6;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.07;
  }
  .step-wrap-box-txt .blue01 {
    font-weight: bold;
    font-size: 2.625rem;
  }
  .step-wrap-box-txt .blue02 {
    font-weight: bold;
    font-size: 2.34375rem;
  }
  .step-wrap-box-txt .num {
    font-weight: bold;
    font-size: 4.1875rem;
    vertical-align: text-bottom;
  }
  .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 62.5rem;
    margin: 0 auto;
  }
  .step-list-ttl {
    margin: 0 0 2.5rem;
    color: #054ca6;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .step-list-ttl span {
    font-size: 4.375rem;
  }
  .step-item {
    width: 20rem;
    height: 17.125rem;
    padding: 1.8125rem 0 0;
    background: #0e64d2;
  }
  .step-item-img {
    width: 4.5625rem;
    margin: 0 auto 1.875rem;
  }
  .step-item-txt {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.3;
  }
  .step-item:nth-child(2) {
    background: #0455bc;
  }
  .step-item:nth-child(2) .step-item-img {
    width: 5rem;
    margin: 0 auto 2.4375rem;
  }
  .step-item:nth-child(3) {
    background: #054ca6;
  }
  .step-item:nth-child(3) .step-item-img {
    width: 5rem;
    margin: 0 auto 1rem;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 767px) {
  .faq-bg {
    padding: 6.125rem 0 5.25rem;
    background: #51bcda;
  }
  .faq-inner {
    width: 41.875rem;
  }
  .faq-ttl01 {
    margin: 0 0 3.5625rem;
    font-weight: bold;
    font-size: 3.5rem;
    letter-spacing: 0.16em;
    text-align: center;
    color: #ffffff;
  }
  .faq-list {
    margin: 0 0 4.9375rem;
  }
  .faq-item {
    width: 100%;
    margin: 0 0 1.625rem;
  }
  .faq-question {
    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;
    height: 9.375rem;
    padding: 0 4.25rem 0 6.8125rem;
    background: url("../images/faq-item-bg.webp") no-repeat center/cover;
    font-weight: 900;
    font-size: 1.75rem;
    line-height: 1.42;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-box-shadow: 0 0.375rem 0 #439dbc;
            box-shadow: 0 0.375rem 0 #439dbc;
  }
  .faq-question::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.9375rem;
    width: 1.8125rem;
    height: 1.8125rem;
    background: url(../images/faq-icon01.webp) top center/contain no-repeat;
  }
  .faq-question.open {
    -webkit-box-shadow: 0 0.375rem 0 #acb2be;
            box-shadow: 0 0.375rem 0 #acb2be;
    margin: 0 0 0.375rem;
  }
  .faq-question.open:after {
    content: "";
    height: 0.25rem;
    background: url(../images/faq-icon02.webp) top center/contain no-repeat;
  }
  .faq-answer {
    display: none;
    font-size: 1.75rem;
    line-height: 1.42;
    letter-spacing: 0.06em;
    background: #ffffff;
    position: relative;
    padding: 2.5rem 3.4375rem 2.5rem 6.875rem;
    -webkit-box-shadow: 0 0.375rem 0 #439dbc;
            box-shadow: 0 0.375rem 0 #439dbc;
  }
  .faq-answer::before {
    content: "";
    display: block;
    position: absolute;
    top: 3.125rem;
    left: 1.875rem;
    width: 3.625rem;
    height: 2.4375rem;
    background: url(../images/faq-answer.webp) top center/contain no-repeat;
  }
  .faq-answer.diff {
    padding: 2.5rem 1.25rem 2.5rem 5.9375rem;
  }
  .faq-answer a {
    display: inline-block;
    color: #003b83;
    border-bottom: solid 0.125rem #003b83;
  }
  .faq-other {
    color: #ffffff;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .faq-other a {
    display: inline;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .faq-bg {
    padding: 6rem 0 4.5625rem;
    background: #51bcda;
  }
  .faq-ttl01 {
    font-weight: bold;
    font-size: 3.5rem;
    letter-spacing: 0.16em;
    text-align: center;
    color: #ffffff;
  }
  .faq-list {
    width: 62.5rem;
    margin: 3.875rem auto 4.375rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.625rem 2.5rem;
  }
  .faq-item {
    width: 100%;
  }
  .faq-question {
    cursor: pointer;
    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;
    height: 8.125rem;
    padding: 0 0 0 4.5625rem;
    background: url("../images/faq-item-bg_pc.webp") no-repeat center/cover;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-box-shadow: 0 0.375rem 0 #4aadcb;
            box-shadow: 0 0.375rem 0 #4aadcb;
  }
  .faq-question::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.75rem;
    width: 1rem;
    height: 1rem;
    background: url(../images/faq-icon01.webp) top center/contain no-repeat;
  }
  .faq-question.open {
    -webkit-box-shadow: 0 0.375rem 0 #acb2be;
            box-shadow: 0 0.375rem 0 #acb2be;
    margin: 0 0 0.375rem;
  }
  .faq-question.open:after {
    content: "";
    height: 0.25rem;
    background: url(../images/faq-icon02.webp) top center/contain no-repeat;
  }
  .faq-answer {
    display: none;
    font-size: 1.25rem;
    line-height: 1.42;
    letter-spacing: 0.06em;
    background: #ffffff;
    position: relative;
    padding: 2.5rem 1.25rem 2.5rem 4.5625rem;
    -webkit-box-shadow: 0 0.375rem 0 #439dbc;
            box-shadow: 0 0.375rem 0 #439dbc;
  }
  .faq-answer::before {
    content: "";
    display: block;
    position: absolute;
    top: 3.125rem;
    left: 1rem;
    width: 2.875rem;
    height: 2.0625rem;
    background: url(../images/faq-answer.webp) top center/contain no-repeat;
  }
  .faq-answer.diff {
    padding: 2.5rem 1.25rem 2.5rem 4.5625rem;
  }
  .faq-answer a {
    display: inline-block;
    color: #003b83;
    border-bottom: solid 0.125rem #003b83;
  }
  .faq-other {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .faq-other a {
    display: inline;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}