<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------- Foundation ----------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

/*-------- レスポンシブサイズ (tablet=1020px未満) --------*/
/*-------- レスポンシブサイズ (sp=599px未満) --------*/
/*---------- font-family ----------*/
/*---------- font-weight ----------*/
/*---------- color ----------*/
/* ブレイクポイント関連 */
body {
  position: relative;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  line-height: 1;
  color: #231816;
}
@media (max-width: 1020px) {
  body {
    font-size: 1.633vw;
  }
}
@media (max-width: 599px) {
  body {
    font-size: 4.267vw;
  }
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

.md {
  display: block;
}
@media (max-width: 599px) {
  .md {
    display: none !important;
  }
}

.sm {
  display: none !important;
}
@media (max-width: 599px) {
  .sm {
    display: block !important;
  }
}

/*---------- Layout ----------*/
header {
  padding: 0 20px;
  border-bottom: 2px solid #0074D0;
}
@media (max-width: 1020px) {
  header {
    padding: 0 2.041vw;
  }
}
@media (max-width: 599px) {
  header {
    padding: 0 5.333vw;
  }
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  padding: 30px 0 28px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  header .header-inner {
    padding: 3.061vw 0 2.857vw;
  }
}
@media (max-width: 599px) {
  header .header-inner {
    padding: 5.333vw 0;
  }
}
header .header-inner .logo-wrapper {
  display: block;
  width: 208px;
  margin-left: 40px;
}
@media (max-width: 1020px) {
  header .header-inner .logo-wrapper {
    width: 21.224vw;
  }
}
@media (max-width: 599px) {
  header .header-inner .logo-wrapper {
    width: 32vw;
    margin-left: 0;
  }
}
header .header-inner .logo-wrapper p {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 1020px) {
  header .header-inner .logo-wrapper p {
    font-size: 1.327vw;
  }
}
@media (max-width: 1020px) {
  header .header-inner .logo-wrapper p {
    font-size: 2vw;
  }
}
header .header-inner .logo-wrapper img {
  margin-top: 10px;
}
header .header-inner .tel-wrapper {
  color: #006FC7;
  text-align: right;
}
header .header-inner .tel-wrapper a {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 3px;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
@media (max-width: 1020px) {
  header .header-inner .tel-wrapper a {
    font-size: 4.082vw;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }
}
@media (max-width: 599px) {
  header .header-inner .tel-wrapper a {
    font-size: 6.667vw;
  }
}
header .header-inner .tel-wrapper a span {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 1020px) {
  header .header-inner .tel-wrapper a span {
    width: 2.449vw;
    height: 2.449vw;
  }
}
@media (max-width: 599px) {
  header .header-inner .tel-wrapper a span {
    width: 4.267vw;
    height: 4.267vw;
  }
}
header .header-inner .tel-wrapper p {
  font-size: 13px;
  padding-top: 15px;
  font-weight: 700;
  display: flex;
}
@media (max-width: 1020px) {
  header .header-inner .tel-wrapper p {
    font-size: 1.327vw;
  }
}
@media (max-width: 599px) {
  header .header-inner .tel-wrapper p {
    font-size: 3.2vw;
    padding-top: 6px;
    font-weight: 500;
  }
}

footer {
  position: relative;
  z-index: 1000;
}
footer .footer-inner {
  width: 100%;
  background: url(.././img/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 20px;
}
@media (max-width: 1020px) {
  footer .footer-inner {
    padding: 12.245vw 2.041vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner {
    padding: 17.333vw 5.333vw 16vw;
  }
}
footer .footer-inner .top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  footer .footer-inner .top-wrapper {
    gap: 6.122vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .top-wrapper {
    flex-direction: column;
    gap: 8vw;
  }
}
footer .footer-inner .top-wrapper .content {
  width: 50%;
  color: #fff;
}
@media (max-width: 599px) {
  footer .footer-inner .top-wrapper .content {
    width: 100%;
  }
}
footer .footer-inner .top-wrapper .content .label-txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 1020px) {
  footer .footer-inner .top-wrapper .content .label-txt {
    font-size: 1.633vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .top-wrapper .content .label-txt {
    font-size: 4.267vw;
    padding-bottom: 2.667vw;
  }
}
footer .footer-inner .top-wrapper .content .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 134px;
  position: relative;
  background-color: #FB5700;
  border: 2px solid #fff;
  font-size: 26px;
  font-weight: 600;
  border-radius: 10px;
}
@media (max-width: 1020px) {
  footer .footer-inner .top-wrapper .content .download-btn {
    height: 13.673vw;
    font-size: 2.653vw;
    border-radius: 1.02vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .top-wrapper .content .download-btn {
    height: 18.667vw;
    font-size: 4.533vw;
    border-radius: 2.667vw;
  }
}
footer .footer-inner .top-wrapper .content .download-btn::after {
  content: "";
  width: 28px;
  height: 24px;
  background: url(.././img/icn-target.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1020px) {
  footer .footer-inner .top-wrapper .content .download-btn::after {
    width: 2.857vw;
    height: 2.449vw;
    right: 2.041vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .top-wrapper .content .download-btn::after {
    width: 5.6vw;
    height: 4.8vw;
    right: 5.333vw;
  }
}
footer .footer-inner .top-wrapper .content .tel-wrapper .tel-label {
  width: 100%;
  background-color: #006FC7;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1020px) {
  footer .footer-inner .top-wrapper .content .tel-wrapper .tel-label {
    padding: 0.51vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .top-wrapper .content .tel-wrapper .tel-label {
    padding: 2.133vw;
  }
}
footer .footer-inner .top-wrapper .content .tel-wrapper a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  font-family: acumin-pro, sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  padding-top: 20px;
}
@media (max-width: 1020px) {
  footer .footer-inner .top-wrapper .content .tel-wrapper a {
    font-size: 5.102vw;
    gap: 1.02vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .top-wrapper .content .tel-wrapper a {
    font-size: 12vw;
    gap: 2.667vw;
    padding-top: 1.867vw;
  }
}
footer .footer-inner .top-wrapper .content .tel-wrapper a span {
  width: 38px;
  height: 38px;
}
@media (max-width: 1020px) {
  footer .footer-inner .top-wrapper .content .tel-wrapper a span {
    width: 3.878vw;
    height: 3.878vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .top-wrapper .content .tel-wrapper a span {
    width: 9.067vw;
    height: 9.067vw;
  }
}
footer .footer-inner .top-wrapper .content .tel-wrapper .notion {
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 1020px) {
  footer .footer-inner .top-wrapper .content .tel-wrapper .notion {
    font-size: 1.531vw;
    padding-top: 1.02vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .top-wrapper .content .tel-wrapper .notion {
    font-size: 3.467vw;
    line-height: 1.5;
    padding-top: 4vw;
  }
}
footer .footer-inner .bottom-content {
  margin: 40px auto 0;
  max-width: 860px;
}
@media (max-width: 1020px) {
  footer .footer-inner .bottom-content {
    margin: 4.082vw auto 0;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .bottom-content {
    margin: 16vw auto 0;
  }
}
footer .footer-inner .bottom-content a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  gap: 20px;
  width: 100%;
  background-color: #3CB5DB;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1020px) {
  footer .footer-inner .bottom-content a {
    font-size: 2.653vw;
    border-radius: 1.02vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .bottom-content a {
    height: 18.667vw;
    font-size: 4.533vw;
    border-radius: 2.667vw;
  }
}
footer .footer-inner .bottom-content a::after {
  display: none;
}
@media (max-width: 599px) {
  footer .footer-inner .bottom-content a::after {
    display: block;
    content: "";
    background: url(.././img/icn-target.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 5.6vw;
    height: 4.8vw;
    top: 50%;
    right: 5.333vw;
    transform: translateY(-50%);
  }
}
footer .footer-inner .bottom-content a span {
  width: 19px;
  height: 16px;
}
@media (max-width: 1020px) {
  footer .footer-inner .bottom-content a span {
    width: 2.857vw;
    height: 2.449vw;
  }
}
@media (max-width: 599px) {
  footer .footer-inner .bottom-content a span {
    display: none;
  }
}
footer .footer-copyright {
  background-color: #22252B;
  text-align: center;
  padding: 20px;
}
@media (max-width: 1020px) {
  footer .footer-copyright {
    padding: 2.041vw;
  }
}
@media (max-width: 599px) {
  footer .footer-copyright {
    padding: 4vw 5.333vw;
  }
}
footer .footer-copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  font-family: sans-serif;
}
@media (max-width: 1020px) {
  footer .footer-copyright p {
    font-size: 1.224vw;
  }
}
@media (max-width: 599px) {
  footer .footer-copyright p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/*---------- Project ----------*/
.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #fff;
  border-top: 3px solid #006FC7;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fixed-btn .wrapper {
  position: relative;
  width: 100%;
  padding: 20px 60px 15px;
}
@media (max-width: 1020px) {
  .fixed-btn .wrapper {
    padding: 2.041vw 6.122vw 1.531vw;
  }
}
@media (max-width: 599px) {
  .fixed-btn .wrapper {
    padding: 2.667vw 5.333vw;
  }
}
.fixed-btn .wrapper .btn-wrapper {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  transform: translateX(-40px);
}
@media (max-width: 1020px) {
  .fixed-btn .wrapper .btn-wrapper {
    gap: 2.041vw;
    transform: translateX(-2.778vw);
  }
}
@media (max-width: 599px) {
  .fixed-btn .wrapper .btn-wrapper {
    gap: 2.133vw;
  }
}
.fixed-btn .wrapper .btn-wrapper a {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 70px;
  transition: 0.3s;
}
@media (max-width: 1020px) {
  .fixed-btn .wrapper .btn-wrapper a {
    width: 48.98vw;
    height: 7.143vw;
    border-radius: 1.02vw;
    font-size: 1.837vw;
    line-height: 7.143vw;
  }
}
@media (max-width: 599px) {
  .fixed-btn .wrapper .btn-wrapper a {
    width: 32vw;
    height: 13.333vw;
    font-size: 3.2vw;
    flex-direction: column;
    align-items: center;
    gap: 1.333vw;
    line-height: 1;
  }
}
.fixed-btn .wrapper .btn-wrapper a::after {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/icn-target.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1020px) {
  .fixed-btn .wrapper .btn-wrapper a::after {
    width: 2.143vw;
    height: 1.837vw;
    right: 2.041vw;
  }
}
@media (max-width: 599px) {
  .fixed-btn .wrapper .btn-wrapper a::after {
    width: 4vw;
    height: 3.2vw;
    right: 1.333vw;
  }
}
.fixed-btn .wrapper .btn-wrapper a span {
  font-size: 24px;
  transition: 0.3s;
}
@media (max-width: 1020px) {
  .fixed-btn .wrapper .btn-wrapper a span {
    font-size: 2.449vw;
  }
}
@media (max-width: 599px) {
  .fixed-btn .wrapper .btn-wrapper a span {
    font-size: 4vw;
  }
}
.fixed-btn .wrapper .btn-wrapper a:first-child {
  background-color: #FA5700;
}
.fixed-btn .wrapper .btn-wrapper a:nth-child(2) {
  background-color: #3CB5DB;
}
.fixed-btn .wrapper .btn-wrapper a:hover {
  opacity: 0.5;
  gap: 10px;
}
@media (max-width: 1020px) {
  .fixed-btn .wrapper .btn-wrapper a:hover {
    gap: 1.02vw;
  }
}
@media (max-width: 599px) {
  .fixed-btn .wrapper .btn-wrapper a:hover {
    opacity: 1;
    gap: 1.333vw;
  }
}
.fixed-btn .wrapper .btn-wrapper a:hover span {
  transform: scale(1.15);
}
@media (max-width: 599px) {
  .fixed-btn .wrapper .btn-wrapper a:hover span {
    transform: scale(1);
  }
}
.fixed-btn .wrapper .simulation-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 268px;
  height: 268px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-right: -85px;
  margin-bottom: -104px;
  transition: 0.3s;
}
@media (max-width: 1020px) {
  .fixed-btn .wrapper .simulation-wrapper {
    width: 27.347vw;
    height: 27.347vw;
    margin-right: -8.673vw;
    margin-bottom: -10.612vw;
  }
}
@media (max-width: 599px) {
  .fixed-btn .wrapper .simulation-wrapper {
    width: 37.333vw;
    height: 37.333vw;
  }
}
.fixed-btn .wrapper .simulation-wrapper:hover {
  transform: scale(1.1);
}
@media (max-width: 599px) {
  .fixed-btn .wrapper .simulation-wrapper:hover {
    transform: scale(1);
  }
}
.fixed-btn .wrapper .simulation-wrapper img {
  display: block;
  width: 156px;
  margin-left: 15px;
  margin-top: 20px;
}
@media (max-width: 1020px) {
  .fixed-btn .wrapper .simulation-wrapper img {
    width: 15.918vw;
    margin-left: 1.531vw;
    margin-top: 2.041vw;
  }
}
@media (max-width: 599px) {
  .fixed-btn .wrapper .simulation-wrapper img {
    width: 25.333vw;
    margin-left: 1.333vw;
    margin-top: 2.667vw;
  }
}
.fixed-btn.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sec-fv {
  display: block;
  background: url(../img/fv-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 15px;
}
@media (max-width: 1020px) {
  .sec-fv {
    padding: 5.102vw 0 1.531vw;
  }
}
@media (max-width: 599px) {
  .sec-fv {
    padding: 0;
    background: none;
  }
}
.sec-fv .wrapper {
  padding: 0 20px;
}
@media (max-width: 1020px) {
  .sec-fv .wrapper {
    padding: 0 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-fv .wrapper {
    padding: 0;
  }
}
.sec-fv .wrapper .inner {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec-fv .wrapper .inner .txt-wrapper {
  width: 581px;
  transform: translateX(40px);
}
@media (max-width: 1020px) {
  .sec-fv .wrapper .inner .txt-wrapper {
    width: 59.286vw;
    transform: translateX(4.082vw);
  }
}
@media (max-width: 599px) {
  .sec-fv .wrapper .inner .txt-wrapper {
    width: 100%;
    transform: translateX(0);
  }
}
.sec-fv .wrapper .inner .image-wrapper {
  position: relative;
  width: 444px;
  z-index: 2;
}
@media (max-width: 1020px) {
  .sec-fv .wrapper .inner .image-wrapper {
    width: 45.306vw;
  }
}

.sec-feature {
  display: block;
  position: relative;
  max-width: 1060px;
  width: 100%;
  margin: -90px auto 0;
  z-index: 2;
}
@media (max-width: 1020px) {
  .sec-feature {
    margin: -9.184vw auto 0;
  }
}
@media (max-width: 599px) {
  .sec-feature {
    padding: 0 5.333vw;
    background-color: #E2F6FF;
    margin: 0 auto;
  }
  .sec-feature::after {
    content: "";
    display: block;
    width: 100%;
    height: 8vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #006FC7;
  }
}
.sec-feature .feature-wrapper ul {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1020px) {
  .sec-feature .feature-wrapper ul {
    border-radius: 1.02vw;
    box-shadow: none;
  }
}
@media (max-width: 599px) {
  .sec-feature .feature-wrapper ul {
    position: relative;
    flex-wrap: wrap;
    gap: 2.667vw;
    z-index: 2;
  }
}
.sec-feature .feature-wrapper ul li {
  width: 25%;
  background-color: #fff;
}
@media (max-width: 599px) {
  .sec-feature .feature-wrapper ul li {
    width: calc(50% - 1.333vw);
    border-radius: 1.333vw;
    overflow: hidden;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  }
}
.sec-feature .feature-wrapper ul li .lead-txt {
  display: flex;
  justify-content: center;
  padding: 20px 0 17px;
  color: #fff;
  font-weight: 600;
  background-color: #006FC7;
}
@media (max-width: 1020px) {
  .sec-feature .feature-wrapper ul li .lead-txt {
    padding: 2.041vw 0 1.735vw;
  }
}
@media (max-width: 599px) {
  .sec-feature .feature-wrapper ul li .lead-txt {
    font-size: 3.733vw;
    padding: 1.867vw 0 2.133vw;
  }
}
.sec-feature .feature-wrapper ul li .main-txt {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  font-size: 28px;
  font-family: corporate-logo-ver2, sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .sec-feature .feature-wrapper ul li .main-txt {
    padding: 3.061vw 0;
    font-size: 2.857vw;
  }
}
@media (max-width: 599px) {
  .sec-feature .feature-wrapper ul li .main-txt {
    font-size: 5.6vw;
    padding: 4vw 0;
    white-space: nowrap;
  }
}
.sec-feature .feature-wrapper ul .feature-1 {
  color: #F1AB0D;
}
.sec-feature .feature-wrapper ul .feature-2 {
  color: #F86D23;
}
.sec-feature .feature-wrapper ul .feature-3 {
  color: #3CB5DB;
}
.sec-feature .feature-wrapper ul .feature-4 {
  color: #0BB982;
}

.sec-intro {
  margin: -55px auto 0;
  padding: 140px 0 100px;
  background-color: #006FC7;
}
@media (max-width: 1020px) {
  .sec-intro {
    margin: -5.612vw auto 0;
    padding: 14.286vw 0 10.204vw;
  }
}
@media (max-width: 599px) {
  .sec-intro {
    padding: 20vw 0 24vw;
  }
}
.sec-intro .wrapper .inner {
  display: block;
  width: 100%;
  text-align: center;
  font-family: corporate-logo-ver2, sans-serif;
  color: #fff;
  font-weight: 600;
}
.sec-intro .wrapper .inner p {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  font-size: 36px;
}
@media (max-width: 1020px) {
  .sec-intro .wrapper .inner p {
    font-size: 3.673vw;
  }
}
@media (max-width: 599px) {
  .sec-intro .wrapper .inner p {
    font-size: 7.467vw;
  }
}
.sec-intro .wrapper .inner p small {
  font-size: 72.222%;
  padding-right: 10px;
}
@media (max-width: 1020px) {
  .sec-intro .wrapper .inner p small {
    padding-right: 1.02vw;
  }
}
@media (max-width: 599px) {
  .sec-intro .wrapper .inner p small {
    font-size: 85.71%;
  }
}
@media (max-width: 599px) {
  .sec-intro .wrapper .inner p .medium {
    font-size: 125%;
  }
}
.sec-intro .wrapper .inner p .large {
  font-size: 177.78%;
  padding: 0 10px;
}
@media (max-width: 1020px) {
  .sec-intro .wrapper .inner p .large {
    padding: 0 1.02vw;
  }
}
@media (max-width: 599px) {
  .sec-intro .wrapper .inner p .large {
    font-size: 214.3%;
  }
}
.sec-intro .wrapper .inner p .yellow {
  color: #FFD23C;
}
.sec-intro .wrapper .inner p::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
@media (max-width: 1020px) {
  .sec-intro .wrapper .inner p::after {
    bottom: -1.02vw;
  }
}
.sec-intro .wrapper .inner p + p {
  margin-top: 20px;
}
@media (max-width: 1020px) {
  .sec-intro .wrapper .inner p + p {
    margin-top: 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-intro .wrapper .inner p + p {
    margin-top: 4vw;
  }
}

.sec-question {
  display: block;
  position: relative;
  background-color: #328BD2;
  padding: 150px 0;
}
@media (max-width: 1020px) {
  .sec-question {
    padding: 15.306vw 0;
  }
}
@media (max-width: 599px) {
  .sec-question {
    padding: 21.333vw 0 42.667vw;
  }
}
.sec-question::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 43px solid #006FC7;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1020px) {
  .sec-question::before {
    border-right: 2.755vw solid transparent;
    border-left: 2.755vw solid transparent;
    border-top: 4.388vw solid #006FC7;
  }
}
@media (max-width: 599px) {
  .sec-question::before {
    border-right: 7.2vw solid transparent;
    border-left: 7.2vw solid transparent;
    border-top: 11.467vw solid #006FC7;
  }
}
.sec-question .wrapper {
  padding: 0 20px;
}
@media (max-width: 1020px) {
  .sec-question .wrapper {
    padding: 0 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-question .wrapper {
    padding: 0 5.333vw;
  }
}
.sec-question .wrapper .inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.sec-question .wrapper .inner .question-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1070px) {
  .sec-question .wrapper .inner .question-list {
    gap: 35px 50px;
  }
}
@media (max-width: 599px) {
  .sec-question .wrapper .inner .question-list {
    position: relative;
    flex-direction: column;
    gap: 0;
    top: 0;
    transform: translateY(0);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    padding: 2.667vw 5.333vw;
    border-radius: 2.667vw;
    background-color: #fff;
  }
  .sec-question .wrapper .inner .question-list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8vw;
    right: 48vw;
    width: 15.467vw;
    height: 12vw;
    background: url(../img/question-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.sec-question .wrapper .inner .question-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 355px;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
  color: #006FC7;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1020px) {
  .sec-question .wrapper .inner .question-list li {
    width: 36.224vw;
    height: 8.163vw;
    border-radius: 4.082vw;
    font-size: 1.633vw;
  }
}
@media (max-width: 599px) {
  .sec-question .wrapper .inner .question-list li {
    width: 100%;
    height: auto;
    font-size: 4vw;
    box-shadow: none;
    padding: 3.2vw 0 1.867vw;
    border-bottom: 1px solid #C9DAE8;
    justify-content: flex-start;
    border-radius: 0;
  }
  .sec-question .wrapper .inner .question-list li:last-child {
    border-bottom: none;
    margin-bottom: 8vw;
  }
  .sec-question .wrapper .inner .question-list li::before {
    content: "";
    display: block;
    width: 1.867vw;
    height: 1.867vw;
    border-radius: 50%;
    background-color: #006FC7;
    margin-right: 2.667vw;
    margin-top: 1.333vw;
  }
}
.sec-question .wrapper .inner .question-list li span {
  display: flex;
  align-items: baseline;
  letter-spacing: 0.03em;
}
.sec-question .wrapper .inner .question-list li span .bold {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 1020px) {
  .sec-question .wrapper .inner .question-list li span .bold {
    font-size: 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-question .wrapper .inner .question-list li span .bold {
    font-size: 4.8vw;
  }
}
@media (max-width: 599px) {
  .sec-question .wrapper .inner .question-list li .flex-column {
    flex-direction: column;
    gap: 1.333vw;
  }
}
.sec-question .wrapper .inner .question-list li:nth-child(1), .sec-question .wrapper .inner .question-list li:nth-child(5) {
  margin-left: 60px;
}
@media (max-width: 1020px) {
  .sec-question .wrapper .inner .question-list li:nth-child(1), .sec-question .wrapper .inner .question-list li:nth-child(5) {
    margin-left: 6.122vw;
  }
}
@media (max-width: 599px) {
  .sec-question .wrapper .inner .question-list li:nth-child(1), .sec-question .wrapper .inner .question-list li:nth-child(5) {
    margin-left: 0;
  }
}
.sec-question .wrapper .inner .question-list li:nth-child(2), .sec-question .wrapper .inner .question-list li:nth-child(6) {
  margin-right: 60px;
}
@media (max-width: 1020px) {
  .sec-question .wrapper .inner .question-list li:nth-child(2), .sec-question .wrapper .inner .question-list li:nth-child(6) {
    margin-right: 6.122vw;
  }
}
@media (max-width: 599px) {
  .sec-question .wrapper .inner .question-list li:nth-child(2), .sec-question .wrapper .inner .question-list li:nth-child(6) {
    margin-right: 0;
  }
}
.sec-question .wrapper .inner .question-list li:nth-child(1) {
  position: relative;
}
.sec-question .wrapper .inner .question-list li:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  right: 60px;
  width: 58px;
  height: 45px;
  background: url(../img/question-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1070px) {
  .sec-question .wrapper .inner .question-list li:nth-child(1)::after {
    display: none;
  }
}
.sec-question .wrapper .inner .question-list li:nth-child(2) {
  position: relative;
}
.sec-question .wrapper .inner .question-list li:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 60px;
  width: 58px;
  height: 45px;
  background: url(../img/question-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1070px) {
  .sec-question .wrapper .inner .question-list li:nth-child(2)::after {
    display: none;
  }
}
.sec-question .wrapper .inner .image-wrap {
  display: inline-block;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1070px) {
  .sec-question .wrapper .inner .image-wrap {
    width: 27%;
  }
}
@media (max-width: 599px) {
  .sec-question .wrapper .inner .image-wrap {
    position: absolute;
    width: 34.667vw;
    top: 90%;
    right: 8vw;
  }
  .sec-question .wrapper .inner .image-wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 34.667vw;
    height: 34.667vw;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
  }
}

.select2-selection__rendered {
  line-height: 71px !important;
}
@media (max-width: 599px) {
  .select2-selection__rendered {
    line-height: 13.6vw !important;
  }
}

.select2-container .select2-selection--single {
  height: 75px !important;
}
@media (max-width: 599px) {
  .select2-container .select2-selection--single {
    height: 14.667vw !important;
  }
}

.select2-selection__arrow {
  height: 74px !important;
}
@media (max-width: 599px) {
  .select2-selection__arrow {
    height: 14.4vw !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
@media (max-width: 599px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
  }
}

.select2-selection__placeholder {
  font-size: 18px;
}
@media (max-width: 599px) {
  .select2-selection__placeholder {
    font-size: 4.267vw;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 9px 8px 0 8px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 8px 9px 8px;
}

.sec-cv {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 120px 0 140px;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .sec-cv {
    padding: 12.245vw 0 14.286vw;
  }
}
@media (max-width: 599px) {
  .sec-cv {
    padding: 29.333vw 0 40vw;
  }
}
.sec-cv::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 43px solid #328BD2;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1020px) {
  .sec-cv::before {
    border-right: 2.755vw solid transparent;
    border-left: 2.755vw solid transparent;
    border-top: 4.388vw solid #328BD2;
  }
}
@media (max-width: 599px) {
  .sec-cv::before {
    border-right: 7.2vw solid transparent;
    border-left: 7.2vw solid transparent;
    border-top: 11.467vw solid #328BD2;
  }
}
.sec-cv .wrapper {
  position: relative;
}
@media (max-width: 599px) {
  .sec-cv .wrapper {
    padding: 0 5.333vw;
  }
}
.sec-cv .wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .sec-cv .wrapper .image-wrapper {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
.sec-cv .wrapper .image-wrapper .image-1 {
  width: 246px;
  height: 246px;
  transform: translateX(55px) translateY(140px);
}
@media (max-width: 1020px) {
  .sec-cv .wrapper .image-wrapper .image-1 {
    width: 25.102vw;
    height: 25.102vw;
  }
}
@media (max-width: 599px) {
  .sec-cv .wrapper .image-wrapper .image-1 {
    width: 29.333vw;
    transform: translateX(-6.667vw) translateY(53.333vw);
  }
}
.sec-cv .wrapper .image-wrapper .image-2 {
  width: 316px;
  height: 358px;
  transform: translateX(-40px) translateY(-10px);
}
@media (max-width: 1020px) {
  .sec-cv .wrapper .image-wrapper .image-2 {
    width: 32.245vw;
    height: 36.531vw;
  }
}
@media (max-width: 599px) {
  .sec-cv .wrapper .image-wrapper .image-2 {
    width: 49.333vw;
    transform: translateX(10.667vw) translateY(57.333vw);
  }
}
.sec-cv .wrapper .inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 599px) {
  .sec-cv .wrapper .inner {
    position: relative;
  }
}
.sec-cv .wrapper .inner .main-txt {
  display: inline-block;
  width: 380px;
}
@media (max-width: 599px) {
  .sec-cv .wrapper .inner .main-txt {
    width: 100%;
  }
  .sec-cv .wrapper .inner .main-txt img {
    filter: drop-shadow(5px 5px 10px rgb(255, 255, 255));
  }
}
.sec-cv .wrapper .inner .sub-txt {
  display: inline-block;
  margin-top: 46px;
  width: 100%;
}
@media (max-width: 599px) {
  .sec-cv .wrapper .inner .sub-txt {
    margin-top: 5.333vw;
  }
}
.sec-cv .wrapper .inner .notion {
  text-align: center;
  font-size: 14px;
  padding-top: 23px;
  letter-spacing: 0.03em;
}
@media (max-width: 1020px) {
  .sec-cv .wrapper .inner .notion {
    font-size: 1.429vw;
    padding-top: 2.347vw;
  }
}
@media (max-width: 599px) {
  .sec-cv .wrapper .inner .notion {
    font-size: 2.667vw;
    padding-top: 5.333vw;
  }
}

.sec-reason {
  display: block;
  position: relative;
  background: url(.././img/dotted-bg.svg) #d4f0ff;
  background-repeat: repeat;
  padding: 0 0 120px;
}
@media (max-width: 1020px) {
  .sec-reason {
    padding: 0 0 12.245vw;
  }
}
@media (max-width: 599px) {
  .sec-reason {
    padding: 0 0 24vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper {
    padding: 0 5.333vw;
  }
}
.sec-reason .wrapper .inner .ttl-wrapper {
  display: block;
  width: 100%;
  max-width: 780px;
  background-color: #f86d23;
  border: 6px solid #fff;
  border-radius: 70px 70px 70px 0;
  color: #fff;
  padding: 45px 0 25px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-70px);
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .ttl-wrapper {
    border: 0.612vw solid #fff;
    border-radius: 7.143vw 7.143vw 7.143vw 0;
    padding: 4.592vw 0 2.551vw;
    transform: translateY(-7.143vw);
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .ttl-wrapper {
    padding: 5.333vw 0 1.333vw;
    border-radius: 16vw 16vw 16vw 0;
    border: 1.333vw solid #fff;
    transform: translateY(-12vw);
  }
}
.sec-reason .wrapper .inner .ttl-wrapper h2 {
  font-size: 35px;
  font-weight: 800;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .ttl-wrapper h2 {
    font-size: 3.571vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .ttl-wrapper h2 {
    font-size: 4.8vw;
  }
}
.sec-reason .wrapper .inner .ttl-wrapper h2 .large {
  font-family: corporate-logo-ver2, sans-serif;
  font-size: 180%;
  padding-left: 10px;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .ttl-wrapper h2 .large {
    padding-left: 1.02vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .ttl-wrapper h2 .large {
    font-size: 10.667vw;
    line-height: 1.8;
    padding-left: 0;
  }
}
.sec-reason .wrapper .inner .ttl-wrapper h2 .large .dotted {
  background-image: radial-gradient(circle at center, #fff 22%, transparent 22%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 48px 20px;
  padding-top: 25px;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .ttl-wrapper h2 .large .dotted {
    background-size: 4.898vw 2.041vw;
    padding-top: 2.551vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .ttl-wrapper h2 .large .dotted {
    background-size: 8.533vw 3.467vw;
    padding-top: 2.933vw;
  }
}
.sec-reason .wrapper .inner .reason-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 975px;
  margin: -20px auto 0;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list {
    margin: -2.041vw auto 0;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list {
    margin: 0 auto;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: 0 0 0 20px;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item {
    gap: 2.041vw;
    margin: 0 0 0 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
    margin: 0;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner {
  display: block;
  background-color: #fff;
  padding: 30px 60px 35px;
  border-radius: 60px 60px 0 60px;
  margin-bottom: 50px;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner {
    padding: 3.061vw 6.122vw 3.571vw;
    border-radius: 6.122vw 6.122vw 0 6.122vw;
    margin-bottom: 5.102vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner {
    padding: 16vw 2.667vw 8vw;
    margin-top: -12vw;
    border-radius: 13.333vw 13.333vw 0 13.333vw;
    margin-bottom: 0;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-feature-settings: "halt";
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 {
    font-size: 1.837vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 {
    text-align: center;
    font-size: 4.267vw;
    line-height: 1.5;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 .num {
  font-family: acumin-pro, sans-serif;
  font-size: 44px;
  letter-spacing: 0;
  padding: 0 5px;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 .num {
    font-size: 4.49vw;
    padding: 0 0.51vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 .num {
    line-height: 1;
    font-size: 10.667vw;
    font-weight: 700;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 .large {
  font-size: 178%;
  font-weight: 800;
  padding: 0 5px;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 .large {
    padding: 0 0.51vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 .large {
    line-height: 1;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner h3 .num + .latge {
  padding-left: 0;
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner p {
  line-height: 1.75;
  border-top: 1px solid;
  padding-top: 10px;
  margin-top: 10px;
  color: #231816;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner p {
    padding-top: 1.02vw;
    margin-top: 1.02vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner p {
    line-height: 1.65;
    padding: 4vw 2.667vw 0;
    margin-top: 4vw;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner.reason-1 {
  color: #f1ab0d;
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner.reason-1 p {
  border-color: #f1ab0d;
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner.reason-2 {
  color: #f86d23;
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner.reason-2 p {
  border-color: #f86d23;
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner.reason-3 {
  color: #3cb5db;
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner.reason-3 p {
  border-color: #3cb5db;
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner.reason-4 {
  color: #0bb982;
}
.sec-reason .wrapper .inner .reason-list .reason-item .reason-txt-inner.reason-4 p {
  border-color: #0bb982;
}
.sec-reason .wrapper .inner .reason-list .reason-item .image-wrapper {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .image-wrapper {
    width: 16.327vw;
    height: 16.327vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item .image-wrapper {
    width: 24vw;
    height: 24vw;
    z-index: 1;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(2), .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(4) {
  flex-direction: row-reverse;
  margin: 0 20px 0 0;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(2), .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(4) {
    margin: 0 2.041vw 0 0;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(2), .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(4) {
    flex-direction: column-reverse;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(2) .reason-txt-inner, .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(4) .reason-txt-inner {
  border-radius: 60px 60px 60px 0;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(2) .reason-txt-inner, .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(4) .reason-txt-inner {
    border-radius: 6.122vw 6.122vw 6.122vw 0;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(2) .reason-txt-inner, .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(4) .reason-txt-inner {
    border-radius: 13.333vw 13.333vw 13.333vw 0;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner {
  margin-bottom: 0;
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .large {
  position: relative;
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .large::after {
  content: "※1";
  position: absolute;
  display: inline-block;
  width: 2em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #535353;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .large::after {
    font-size: 1.429vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .large::after {
    font-size: 2.4vw;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .num {
  position: relative;
  font-size: 38px;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .num {
    font-size: 3.878vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .num {
    font-size: 10.667vw;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .num::after {
  content: "※2";
  position: absolute;
  display: inline-block;
  width: 2em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #535353;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .num::after {
    font-size: 1.429vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .reason-txt-inner h3 .num::after {
    font-size: 2.4vw;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .notion {
  margin: 10px 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 7px;
  font-size: 14px;
  color: #535353;
}
@media (max-width: 1020px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .notion {
    margin: 1.02vw 0;
    gap: 0.714vw;
    font-size: 1.429vw;
  }
}
@media (max-width: 599px) {
  .sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .notion {
    font-size: 2.667vw;
    margin: 2.667vw 0;
  }
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .notion a {
  text-decoration: underline;
  color: #0062b1;
}
.sec-reason .wrapper .inner .reason-list .reason-item:nth-child(3) .notion a:hover {
  text-decoration: none;
}

.sec-lineup {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1020px) {
  .sec-lineup {
    padding: 12.245vw 0;
  }
}
@media (max-width: 599px) {
  .sec-lineup {
    padding: 21.333vw 0 24vw;
  }
}
.sec-lineup::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 43px solid #D4F0FF;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1020px) {
  .sec-lineup::before {
    border-right: 2.755vw solid transparent;
    border-left: 2.755vw solid transparent;
    border-top: 4.388vw solid #D4F0FF;
  }
}
@media (max-width: 599px) {
  .sec-lineup::before {
    border-right: 7.2vw solid transparent;
    border-left: 7.2vw solid transparent;
    border-top: 11.467vw solid #D4F0FF;
  }
}
.sec-lineup .wrapper {
  padding: 0 20px;
}
@media (max-width: 1020px) {
  .sec-lineup .wrapper {
    padding: 0 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-lineup .wrapper {
    padding: 0 5.333vw;
  }
}
.sec-lineup .wrapper .inner .sec-ttl-wrapper {
  text-align: center;
}
.sec-lineup .wrapper .inner .sec-ttl-wrapper p {
  font-family: corporate-logo-ver2, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #006FC7;
  text-decoration: underline;
}
@media (max-width: 1020px) {
  .sec-lineup .wrapper .inner .sec-ttl-wrapper p {
    font-size: 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-lineup .wrapper .inner .sec-ttl-wrapper p {
    font-size: 5.333vw;
  }
}
.sec-lineup .wrapper .inner .sec-ttl-wrapper h2 {
  font-size: 41px;
  font-weight: 800;
  padding-top: 30px;
}
@media (max-width: 1020px) {
  .sec-lineup .wrapper .inner .sec-ttl-wrapper h2 {
    font-size: 4.184vw;
  }
}
@media (max-width: 599px) {
  .sec-lineup .wrapper .inner .sec-ttl-wrapper h2 {
    font-size: 5.6vw;
    padding-top: 5.333vw;
  }
}
.sec-lineup .wrapper .inner .sec-ttl-wrapper h2 span {
  font-family: corporate-logo-ver2, sans-serif;
  font-size: 64px;
}
@media (max-width: 1020px) {
  .sec-lineup .wrapper .inner .sec-ttl-wrapper h2 span {
    font-size: 6.531vw;
  }
}
@media (max-width: 599px) {
  .sec-lineup .wrapper .inner .sec-ttl-wrapper h2 span {
    font-size: 11.467vw;
  }
}
.sec-lineup .wrapper .inner .btn-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1020px) {
  .sec-lineup .wrapper .inner .btn-wrapper {
    margin-top: 4.082vw;
  }
}
@media (max-width: 599px) {
  .sec-lineup .wrapper .inner .btn-wrapper {
    margin-top: 10.667vw;
  }
}
.sec-lineup .wrapper .inner .btn-wrapper p {
  color: #006FC7;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .sec-lineup .wrapper .inner .btn-wrapper p {
    font-size: 2.245vw;
  }
}
@media (max-width: 599px) {
  .sec-lineup .wrapper .inner .btn-wrapper p {
    font-size: 4.267vw;
    line-height: 1.5;
  }
}
.sec-lineup .wrapper .inner .btn-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 70px;
  background-color: #006FC7;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 20px;
}
@media (max-width: 1020px) {
  .sec-lineup .wrapper .inner .btn-wrapper a {
    height: 7.143vw;
    font-size: 1.837vw;
    line-height: 1.5;
    border-radius: 1.02vw;
    margin-top: 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-lineup .wrapper .inner .btn-wrapper a {
    width: 100%;
    max-width: 500px;
    height: 18.667vw;
    margin: 4vw auto 0;
    font-size: 4.533vw;
    border-radius: 2.667vw;
  }
}
.sec-lineup .wrapper .inner .btn-wrapper a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1020px) {
  .sec-lineup .wrapper .inner .btn-wrapper a::after {
    width: 2.653vw;
    height: 2.653vw;
  }
}
@media (max-width: 599px) {
  .sec-lineup .wrapper .inner .btn-wrapper a::after {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.sec-lineup .wrapper .inner .js-simulationBtn {
  display: none;
}
.sec-lineup .wrapper .inner .js-simulationBtn.is-active {
  display: block;
}

.tab-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 100px auto 0;
}
@media (max-width: 1020px) {
  .tab-wrapper {
    margin: 10.204vw auto 0;
  }
}
@media (max-width: 599px) {
  .tab-wrapper {
    margin: 10.667vw auto 0;
    padding-top: 6.667vw;
    border-top: 2px solid #ecedef;
  }
}
.tab-wrapper .tab-buttons {
  display: flex;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons {
    border-radius: 1.02vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons {
    flex-direction: column;
    gap: 2.667vw;
    box-shadow: none;
    background-color: transparent;
    padding-bottom: 6.667vw;
    border-bottom: 2px solid #ecedef;
  }
}
.tab-wrapper .tab-buttons button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 25%;
  padding: 25px 10px 15px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.6;
  transition: all 0.3s;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button {
    padding: 2.551vw 1.02vw 1.531vw;
    font-size: 1.327vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button {
    position: relative;
    width: 100%;
    height: 17.333vw;
    padding: 0 8vw 0 4vw;
    border-radius: 1.867vw;
    overflow: hidden;
    opacity: 0.3;
  }
  .tab-wrapper .tab-buttons button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 4vw;
    height: 4vw;
    background: url(../img/down-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button .inner {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 4vw;
  }
  .tab-wrapper .tab-buttons button .inner p {
    display: inline-block;
    min-width: 37.867vw;
    font-size: 3.467vw;
    text-align: left;
    line-height: 1.4;
  }
}
.tab-wrapper .tab-buttons button .inner .tab-ttl-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-top: 10px;
  margin-top: 15px;
  box-sizing: content-box;
  border-top: 2px solid;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button .inner .tab-ttl-wrapper {
    height: 4.592vw;
    padding-top: 1.02vw;
    margin-top: 1.531vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button .inner .tab-ttl-wrapper {
    height: auto;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 900px) {
  .tab-wrapper .tab-buttons button .inner .tab-ttl-wrapper svg {
    width: 100%;
  }
}
.tab-wrapper .tab-buttons button:hover {
  opacity: 0.3;
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button {
    color: #fff;
  }
  .tab-wrapper .tab-buttons button svg {
    fill: #fff;
  }
  .tab-wrapper .tab-buttons button.tab-1 {
    background-color: #eb6d8e;
  }
  .tab-wrapper .tab-buttons button.tab-2 {
    background-color: #0062b1;
  }
  .tab-wrapper .tab-buttons button.tab-3 {
    background-color: #7c5b8f;
  }
  .tab-wrapper .tab-buttons button.tab-4 {
    background-color: #d46037;
  }
  .tab-wrapper .tab-buttons button.tab-5 {
    background-color: #e15f00;
  }
}
.tab-wrapper .tab-buttons button.active {
  pointer-events: none;
}
.tab-wrapper .tab-buttons button.active:hover {
  opacity: 1;
}
.tab-wrapper .tab-buttons button .image-wrap {
  width: 56px;
  height: 56px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button .image-wrap {
    width: 5.714vw;
    height: 5.714vw;
    top: -4.082vw;
  }
}
.tab-wrapper .tab-buttons button.active {
  position: relative;
  fill: #fff !important;
  color: #fff;
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button.active {
    opacity: 1;
  }
}
.tab-wrapper .tab-buttons button.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 31px solid;
  border-bottom: 0;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button.active::after {
    border-right: 1.939vw solid transparent;
    border-left: 1.939vw solid transparent;
    border-top: 3.163vw solid;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button.active::after {
    display: none;
  }
}
.tab-wrapper .tab-buttons button.active .inner .tab-ttl-wrapper {
  border-top: 2px solid;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button.active .inner .tab-ttl-wrapper {
    border-top: none;
  }
}
.tab-wrapper .tab-buttons button.active.tab-1 {
  background-color: #eb6d8e;
}
.tab-wrapper .tab-buttons button.active.tab-1::after {
  border-top: 31px solid #eb6d8e;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button.active.tab-1::after {
    border-top: 3.163vw solid #eb6d8e;
  }
}
.tab-wrapper .tab-buttons button.active.tab-2 {
  background-color: #0062b1;
}
.tab-wrapper .tab-buttons button.active.tab-2::after {
  border-top: 31px solid #0062b1;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button.active.tab-2::after {
    border-top: 3.163vw solid #0062b1;
  }
}
.tab-wrapper .tab-buttons button.active.tab-3 {
  background-color: #7c5b8f;
}
.tab-wrapper .tab-buttons button.active.tab-3::after {
  border-top: 31px solid #7c5b8f;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button.active.tab-3::after {
    border-top: 3.163vw solid #7c5b8f;
  }
}
.tab-wrapper .tab-buttons button.active.tab-4 {
  background-color: #d46037;
}
.tab-wrapper .tab-buttons button.active.tab-4::after {
  border-top: 31px solid #d46037;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button.active.tab-4::after {
    border-top: 3.163vw solid #d46037;
  }
}
.tab-wrapper .tab-buttons button.active.tab-5 {
  background-color: #e15f00;
}
.tab-wrapper .tab-buttons button.active.tab-5::after {
  border-top: 31px solid #e15f00;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button.active.tab-5::after {
    border-top: 3.163vw solid #e15f00;
  }
}
.tab-wrapper .tab-buttons button.active .image-wrap {
  display: block;
  position: absolute;
  bottom: 100%;
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button.active .image-wrap {
    display: none;
  }
}
.tab-wrapper .tab-buttons button.tab-1 {
  fill: #eb6d8e;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button.tab-1 {
    border-radius: 1.02vw 0 0 1.02vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button.tab-1 {
    border-radius: 1.867vw;
  }
}
.tab-wrapper .tab-buttons button.tab-1 .inner .tab-ttl-wrapper {
  border-color: rgba(235, 109, 142, 0.2);
}
.tab-wrapper .tab-buttons button.tab-2 {
  fill: #0062b1;
}
.tab-wrapper .tab-buttons button.tab-2 .inner .tab-ttl-wrapper {
  border-color: rgba(0, 98, 177, 0.2);
}
.tab-wrapper .tab-buttons button.tab-3 {
  fill: #7c5b8f;
}
.tab-wrapper .tab-buttons button.tab-3 .inner .tab-ttl-wrapper {
  border-color: rgba(124, 91, 143, 0.2);
}
.tab-wrapper .tab-buttons button.tab-4 {
  fill: #d46037;
}
.tab-wrapper .tab-buttons button.tab-4 .inner .tab-ttl-wrapper {
  border-color: rgba(212, 96, 55, 0.2);
}
.tab-wrapper .tab-buttons button.tab-5 {
  fill: #e15f00;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-buttons button.tab-5 {
    border-radius: 0 1.02vw 1.02vw 0;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button.tab-5 {
    border-radius: 1.867vw;
  }
}
.tab-wrapper .tab-buttons button.tab-5 .inner .tab-ttl-wrapper {
  border-color: rgba(167, 118, 0, 0.2);
}
.tab-wrapper .tab-buttons button + button {
  border-left: 1px solid #edeeef;
}
@media (max-width: 599px) {
  .tab-wrapper .tab-buttons button + button {
    border-left: none;
  }
}
.tab-wrapper .tab-contents .content {
  display: none;
  padding: 20px 0;
  animation: fadeIn 0.3s ease-in-out;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content {
    padding: 2.041vw 0;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content {
    padding-top: 10.667vw;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-wrapper .tab-contents .content.active {
  display: block;
}
.tab-wrapper .tab-contents .content .hosho {
  border-radius: 10px;
  border: 2px solid;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho {
    border-radius: 1.02vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .ttl-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 35px 0 27px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper {
    gap: 5.102vw;
    padding: 3.571vw 0 2.755vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper {
    flex-direction: column;
    gap: 4vw;
    padding: 6.667vw 4vw 5.333vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .ttl-wrapper .hosho-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .hosho-ttl {
    gap: 1.02vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .hosho-ttl {
    gap: 2.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .ttl-wrapper .hosho-ttl .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 35px;
  border-radius: 18px;
  padding: 0 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .hosho-ttl .label-wrapper {
    height: 3.571vw;
    border-radius: 1.837vw;
    padding: 0 2.551vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .hosho-ttl .label-wrapper {
    height: 8vw;
    padding: 0 6.667vw;
    border-radius: 4vw;
    font-size: 3.467vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .ttl-wrapper .hosho-ttl svg {
  min-height: 55px;
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .hosho-ttl svg {
    min-height: 17.333vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li {
    gap: 1.02vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li {
    padding-top: 3.467vw;
    border-top: 1px solid;
    gap: 2.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li .lead-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 95px;
  height: 30px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 600;
  background-color: #fff;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li .lead-label {
    width: 9.694vw;
    height: 3.061vw;
    font-size: 1.327vw;
    border-radius: 1.837vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li .lead-label {
    font-size: 3.467vw;
    width: 25.333vw;
    height: 8vw;
    border-radius: 4vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li .lead-item {
  font-size: 14px;
  line-height: 1.4;
  color: #231816;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li .lead-item {
    font-size: 1.429vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li .lead-item {
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
.tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li .lead-item span {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  padding-top: 3px;
  opacity: 0.5;
}
.tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li + li {
  padding-top: 13px;
  margin-top: 13px;
  border-top: 1px solid;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li + li {
    padding-top: 1.327vw;
    margin-top: 1.327vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .ttl-wrapper .lead-wrapper li + li {
    padding-top: 3.467vw;
    margin-top: 3.467vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper {
  padding: 25px 0 40px;
  background-color: #fff;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper {
    padding: 2.551vw 0 4.082vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper {
    padding: 8vw 4vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list {
  display: flex;
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list {
    padding: 0;
    flex-direction: column;
    gap: 10.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li {
  width: 100%;
  padding: 20px 60px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li {
    padding: 2.041vw 6.122vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li {
    padding: 0;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .content-ttl {
  text-align: center;
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .content-ttl .content-ttl-content {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 10px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .content-ttl .content-ttl-content {
    font-size: 2.449vw;
    padding-bottom: 1.02vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .content-ttl .content-ttl-content {
    font-size: 6.933vw;
    padding-bottom: 2.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .content-ttl .content-ttl-label {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .content-ttl .content-ttl-label {
    font-size: 1.429vw;
    padding-bottom: 0.816vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .content-ttl .content-ttl-label {
    font-size: 3.467vw;
    padding-bottom: 2.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .price-ttl {
  text-align: center;
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .price-ttl {
    margin-top: 1.327vw;
    padding-top: 1.02vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .price-ttl {
    margin-top: 4vw;
    padding-top: 2.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .price-ttl .price-txt {
  font-size: 16px;
  font-weight: 600;
  color: #231816;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .price-ttl .price-txt {
    font-size: 1.633vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .price-ttl .price-txt {
    font-size: 4.267vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .price-ttl .price-txt .num {
  font-family: acumin-pro, sans-serif;
  font-size: 39px;
  padding: 0 5px 0 10px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .price-ttl .price-txt .num {
    font-size: 3.98vw;
    padding: 0 0.51vw 0 1.02vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .price-ttl .price-txt .num {
    font-size: 10.4vw;
    padding: 0 1.333vw 0 1.333vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl {
    gap: 0.51vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-label {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-label {
    font-size: 1.633vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-label {
    font-size: 3.733vw;
    padding-bottom: 1.333vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-txt {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  font-family: acumin-pro, sans-serif;
  font-size: 36px;
  font-weight: 600;
  gap: 2px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-txt {
    font-size: 3.673vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-txt {
    font-size: 9.333vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-txt span {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-txt span {
    font-size: 1.633vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-txt span {
    font-size: 4.267vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-txt .wave {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-txt .wave {
    font-size: 2.041vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .span-ttl .span-txt .wave {
    font-size: 6.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table {
  margin-top: 20px;
  font-size: 14px;
  border-radius: 10px;
  padding-bottom: 20px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table {
    margin-top: 2.041vw;
    font-size: 1.429vw;
    border-radius: 1.02vw;
    padding-bottom: 2.041vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table {
    font-size: 3.467vw;
    margin-top: 5.333vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table thead th {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 15px 0 14px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border: none;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table thead th {
    font-size: 1.531vw;
    padding: 1.531vw 0 1.429vw;
    border-radius: 1.02vw 1.02vw 0 0;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table thead th {
    font-size: 4vw;
    padding: 3.2vw 0;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody tr {
  border-bottom: 0.5px solid #d0d0d0;
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody th {
  text-align: center;
  padding: 15px 5px;
  line-height: 1.4;
  border: none;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody th {
    padding: 1.531vw 0.51vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody th {
    padding: 4vw 1.333vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody .accident-th {
  width: 60px;
  color: #231816;
  background-color: transparent;
  border-right: 1px solid #d0d0d0;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody .accident-th {
    width: 6.122vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody .accident-th {
    width: 16vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody td {
  color: #231816;
  padding: 0 10px;
  border: none;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody td {
    padding: 0 1.02vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody td {
    padding: 0 0 0 2.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody td span {
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-left: 5px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody td span {
    font-size: 2.041vw;
    padding-left: 1.02vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody td span {
    font-size: 4.8vw;
    padding-left: 1.333vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody td span + span {
  padding-left: 0;
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody .hosho-5-td span {
  font-size: 18px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody .hosho-5-td span {
    font-size: 1.837vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody .hosho-5-td span {
    font-size: 4.267vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table tbody .hosho-5-td span + span {
  padding-left: 0;
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table .item-table td {
  width: 50%;
  padding: 15px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table .item-table td {
    padding: 1.531vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table .item-table td {
    padding: 2.667vw;
    line-height: 1.4;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li table .item-table td + td {
  border-left: 0.5px solid #d0d0d0;
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li + li {
  border-left: 2px dotted;
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li + li {
    border-left: none;
    border-top: 2px dotted;
    padding-top: 10.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .notion {
  font-size: 13px;
  padding-top: 15px;
  color: #535353;
  opacity: 0.7;
  text-align: right;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .notion {
    font-size: 1.327vw;
    padding-top: 1.531vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .notion {
    font-size: 3.467vw;
    padding-top: 2.667vw;
    text-align: center;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .hosho-annotation {
  margin-top: 5px;
  font-size: 14px;
  color: #535353;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .hosho-annotation {
    font-size: 1.429vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list li .hosho-annotation {
    font-size: 3.467vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list + .content-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dotted;
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .content-list + .content-list {
    margin-top: 10.667vw;
    padding-top: 10.667vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .notion {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #231816;
  line-height: 1.4;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .notion {
    padding-top: 3.061vw;
    font-size: 1.429vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .notion {
    font-size: 3.467vw;
    line-height: 1.5;
    padding-top: 5.333vw;
  }
}
.tab-wrapper .tab-contents .content .hosho .main-content-wrapper .main-content-lead {
  text-align: center;
  color: #231816;
  font-size: 15px;
  line-height: 1.65;
  padding-bottom: 25px;
}
@media (max-width: 1020px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .main-content-lead {
    font-size: 1.531vw;
    padding-bottom: 2.551vw;
  }
}
@media (max-width: 599px) {
  .tab-wrapper .tab-contents .content .hosho .main-content-wrapper .main-content-lead {
    font-size: 3.467vw;
    text-align: left;
    padding-bottom: 8vw;
  }
}

.hosho-1 {
  border-color: #eb6d8e !important;
}
.hosho-1 .ttl-wrapper {
  background-color: rgba(235, 109, 142, 0.2);
}
.hosho-1 .ttl-wrapper .hosho-ttl {
  fill: #eb6d8e;
}
.hosho-1 .ttl-wrapper .hosho-ttl .label-wrapper {
  background-color: #eb6d8e;
}
.hosho-1 .ttl-wrapper .lead-wrapper {
  color: #eb6d8e;
}
.hosho-1 .ttl-wrapper .lead-wrapper li {
  border-color: rgba(235, 109, 142, 0.2) !important;
}
.hosho-1 .main-content-wrapper {
  color: #eb6d8e;
  background-color: #eb6d8e;
}
.hosho-1 .main-content-wrapper th {
  background-color: #eb6d8e;
}
.hosho-1 .main-content-wrapper tbody th {
  background-color: rgba(235, 109, 142, 0.2);
}

.hosho-2 {
  border-color: #0062b1 !important;
}
.hosho-2 .ttl-wrapper {
  background-color: rgba(0, 98, 177, 0.2);
}
.hosho-2 .ttl-wrapper .hosho-ttl {
  fill: #0062b1;
}
.hosho-2 .ttl-wrapper .hosho-ttl .label-wrapper {
  background-color: #0062b1;
}
.hosho-2 .ttl-wrapper .lead-wrapper {
  color: #0062b1;
}
.hosho-2 .ttl-wrapper .lead-wrapper li {
  border-color: rgba(0, 98, 177, 0.2) !important;
}
.hosho-2 .main-content-wrapper {
  color: #0062b1;
  background-color: #0062b1;
}
.hosho-2 .main-content-wrapper th {
  background-color: #0062b1;
}
.hosho-2 .main-content-wrapper tbody th {
  background-color: rgba(0, 98, 177, 0.2);
}

.hosho-3 {
  border-color: #7c5b8f !important;
}
.hosho-3 .ttl-wrapper {
  background-color: rgba(124, 91, 143, 0.2);
}
.hosho-3 .ttl-wrapper .hosho-ttl {
  fill: #7c5b8f;
}
.hosho-3 .ttl-wrapper .hosho-ttl .label-wrapper {
  background-color: #7c5b8f;
}
.hosho-3 .ttl-wrapper .lead-wrapper {
  color: #7c5b8f;
}
.hosho-3 .ttl-wrapper .lead-wrapper li {
  border-color: rgba(124, 91, 143, 0.2) !important;
}
.hosho-3 .main-content-wrapper {
  color: #7c5b8f;
  background-color: #7c5b8f;
}
.hosho-3 .main-content-wrapper th {
  background-color: #7c5b8f;
}
.hosho-3 .main-content-wrapper tbody th {
  background-color: rgba(124, 91, 143, 0.2);
}

.hosho-4 {
  border-color: #d46037 !important;
}
.hosho-4 .ttl-wrapper {
  background-color: rgba(212, 96, 55, 0.2);
}
.hosho-4 .ttl-wrapper .hosho-ttl {
  fill: #d46037;
}
.hosho-4 .ttl-wrapper .hosho-ttl .label-wrapper {
  background-color: #d46037;
}
.hosho-4 .ttl-wrapper .lead-wrapper {
  color: #d46037;
}
.hosho-4 .ttl-wrapper .lead-wrapper li {
  border-color: rgba(212, 96, 55, 0.2) !important;
}
@media (max-width: 599px) {
  .hosho-4 .ttl-wrapper .lead-wrapper li .lead-item {
    font-size: 3.467vw !important;
    line-height: 1.4 !important;
  }
}
.hosho-4 .main-content-wrapper {
  color: #d46037;
  background-color: #d46037;
}
.hosho-4 .main-content-wrapper th {
  background-color: #d46037;
}
.hosho-4 .main-content-wrapper tbody th {
  background-color: rgba(212, 96, 55, 0.2);
}
.hosho-4 .main-content-wrapper .content-list {
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  gap: 20px;
}
.hosho-4 .main-content-wrapper .content-list .content-item + .content-item {
  border-left: none !important;
  border-top: 2px dotted;
  padding: 40px 60px 20px !important;
}
@media (max-width: 599px) {
  .hosho-4 .main-content-wrapper .content-list .content-item + .content-item {
    padding: 10.667vw 0 0 !important;
  }
}

.hosho-5 {
  border-color: #e15f00 !important;
}
.hosho-5 .ttl-wrapper {
  background-color: rgba(225, 95, 0, 0.15);
}
.hosho-5 .ttl-wrapper .hosho-ttl {
  fill: #e15f00;
}
.hosho-5 .ttl-wrapper .hosho-ttl .label-wrapper {
  background-color: #e15f00;
}
.hosho-5 .ttl-wrapper .lead-wrapper {
  color: #e15f00;
}
.hosho-5 .ttl-wrapper .lead-wrapper li {
  border-color: rgba(167, 118, 0, 0.2) !important;
}
.hosho-5 .main-content-wrapper {
  color: #e15f00;
  background-color: #e15f00;
}
.hosho-5 .main-content-wrapper th {
  background-color: #e15f00;
}
.hosho-5 .main-content-wrapper tbody th {
  background-color: rgba(225, 95, 0, 0.15);
}
.hosho-5 .main-content-wrapper .content-item + .content-item {
  border-left: none !important;
  position: relative;
}
@media (max-width: 599px) {
  .hosho-5 .main-content-wrapper .content-item + .content-item {
    border-top: none !important;
  }
}
.hosho-5 .main-content-wrapper .content-item + .content-item::before {
  content: "";
  position: absolute;
  bottom: 90px;
  left: -10px;
  display: block;
  width: 30px;
  height: 50px;
  background: url(/img/hosho-5-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1020px) {
  .hosho-5 .main-content-wrapper .content-item + .content-item::before {
    width: 3.061vw;
    height: 5.102vw;
    left: -1.02vw;
    bottom: 9.184vw;
  }
}
@media (max-width: 599px) {
  .hosho-5 .main-content-wrapper .content-item + .content-item::before {
    width: 8vw;
    height: 13.333vw;
    left: 50%;
    top: -6.667vw;
    transform: translateX(-50%) rotate(90deg);
  }
}

.nowrap {
  white-space: nowrap;
}

.sec-simulation {
  padding: 140px 0 100px;
  background-color: #D4F0FF;
  position: relative;
}
@media (max-width: 1020px) {
  .sec-simulation {
    padding: 14.286vw 0 10.204vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation {
    padding: 24vw 0 21.333vw;
  }
}
.sec-simulation::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 43px solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1020px) {
  .sec-simulation::before {
    border-right: 2.755vw solid transparent;
    border-left: 2.755vw solid transparent;
    border-top: 4.388vw solid #fff;
  }
}
@media (max-width: 599px) {
  .sec-simulation::before {
    border-right: 7.2vw solid transparent;
    border-left: 7.2vw solid transparent;
    border-top: 11.467vw solid #fff;
  }
}
.sec-simulation .wrapper {
  padding: 0 20px;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper {
    padding: 0 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper {
    padding: 0 5.333vw;
  }
}
.sec-simulation .wrapper .inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.sec-simulation .wrapper .inner h2 {
  font-family: corporate-logo-ver2, sans-serif;
  font-size: 52px;
  text-align: center;
  color: #016FC7;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner h2 {
    font-size: 5.306vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner h2 {
    font-size: 10.667vw;
    line-height: 1.3;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .simulation-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .simulation-list {
    gap: 1.531vw;
    margin-top: 7.143vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .simulation-list {
    margin-top: 10.667vw;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3.2vw 0.533vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .simulation-list .simulation-item {
  width: fit-content;
  min-width: 163px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
  background-color: #BBCFE0;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .simulation-list .simulation-item {
    min-width: 16.633vw;
    height: 6.531vw;
    gap: 2.041vw;
    border-radius: 1.02vw;
    padding: 1.531vw;
    font-size: 1.633vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .simulation-list .simulation-item {
    width: calc(50% - 20px);
    justify-content: flex-start;
    font-size: 3.733vw;
    line-height: 1.2;
    height: 12vw;
    padding: 2.667vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .simulation-list .simulation-item:nth-child(n+5) {
    width: calc(50% - 10px);
  }
}
.sec-simulation .wrapper .inner .content-wrapper .simulation-list .simulation-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  font-family: acumin-pro, sans-serif;
  color: #BBCFE0;
  flex-shrink: 0;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .simulation-list .simulation-item span {
    width: 3.469vw;
    height: 3.469vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .simulation-list .simulation-item span {
    width: 6.667vw;
    height: 6.667vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .simulation-list .simulation-item.is-active {
  background-color: #fff;
  color: #006FC7;
}
.sec-simulation .wrapper .inner .content-wrapper .simulation-list .simulation-item.is-active span {
  background-color: #006FC7;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .simulation-list .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #333333;
  border-right: 0;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .simulation-list .arrow {
    border-top: 0.714vw solid transparent;
    border-bottom: 0.714vw solid transparent;
    border-left: 1.224vw solid #333333;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .simulation-list .arrow {
    border-top: 1.867vw solid transparent;
    border-bottom: 1.867vw solid transparent;
    border-left: 2.133vw solid #333333;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper {
    border-radius: 1.02vw;
    margin-top: 5.612vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #BBCFE1;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper {
    padding: 3.061vw 0;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper {
    padding: 6.667vw 5.333vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper .question-label {
  display: inline-flex;
  align-items: baseline;
  color: #006FC7;
  font-size: 24px;
  font-weight: 800;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper .question-label {
    font-size: 2.449vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper .question-label {
    flex-direction: column;
    font-size: 4.8vw;
    text-align: left;
    gap: 4vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper .question-label span {
  font-family: acumin-pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper .question-label span {
    font-size: 2.857vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper .question-label span {
    margin: 0 auto;
    font-size: 7.467vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper .sub-label {
  font-size: 16px;
  padding-top: 20px;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper .sub-label {
    font-size: 1.633vw;
    padding-top: 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-ttl-wrapper .sub-label {
    font-size: 3.2vw;
    padding-top: 5.333vw;
    line-height: 1.4;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper {
  padding: 50px 0 60px;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper {
    padding: 5.102vw 0 6.122vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper {
    padding: 5.333vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .notion {
  padding-top: 20px;
  font-size: 15px;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .notion {
    font-size: 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .notion {
    font-size: 3.2vw;
    padding-top: 5.333vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .no-change-next-sec-btn {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  width: 220px;
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  background-color: rgba(0, 111, 199, 0.4);
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .no-change-next-sec-btn {
    margin: 8vw auto 0;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .no-change-next-sec-btn:hover {
  background-color: rgb(0, 111, 199);
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .return-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  background-color: rgba(0, 111, 199, 0.4);
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .return-btn {
    margin: 8vw auto 0;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .return-btn:hover {
  background-color: rgb(0, 111, 199);
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-1 .select-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 473px;
  width: 100%;
  margin: 0 auto;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-1 .label {
  font-size: 36px;
  margin-left: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-1 .label {
    font-size: 5.333vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 {
    flex-direction: column;
    gap: 4vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 100px;
  padding: 20px 0;
  border: 2px solid;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  font-family: corporate-logo-ver2, sans-serif;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div {
    min-width: 25.51vw;
    min-height: 10.204vw;
    padding: 2.041vw 0;
    border-radius: 0.51vw;
    font-size: 2.449vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div {
    font-size: 5.333vw;
    border-radius: 1.333vw;
    line-height: 1.5;
    min-height: 24vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div small {
  font-size: 66.667%;
  display: block;
  font-weight: 500;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div:nth-child(1) {
  color: #F86D23;
  border-color: #F86D23;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div:nth-child(1):hover {
  background-color: #F86D23;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div:nth-child(1).is-select {
  background-color: #F86D23;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div:nth-child(2) {
  color: #0BB982;
  border-color: #0BB982;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div:nth-child(2):hover {
  background-color: #0BB982;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div:nth-child(2).is-select {
  background-color: #0BB982;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div:nth-child(3) {
  color: #3CB5DB;
  border-color: #3CB5DB;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div:nth-child(3):hover {
  background-color: #3CB5DB;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-2 div:nth-child(3).is-select {
  background-color: #3CB5DB;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 {
    flex-direction: column;
    gap: 4vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 100px;
  padding: 20px 0;
  border: 2px solid;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  font-family: corporate-logo-ver2, sans-serif;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 div {
    min-width: 25.51vw;
    min-height: 10.204vw;
    padding: 2.041vw 0;
    border-radius: 0.51vw;
    font-size: 2.449vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 div {
    font-size: 5.333vw;
    border-radius: 1.333vw;
    line-height: 1.5;
    min-height: 24vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 div:nth-child(1) {
  color: #F86D23;
  border-color: #F86D23;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 div:nth-child(1):hover {
  background-color: #F86D23;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 div:nth-child(1).is-select {
  background-color: #F86D23;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 div:nth-child(2) {
  color: #3CB5DB;
  border-color: #3CB5DB;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 div:nth-child(2):hover {
  background-color: #3CB5DB;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-3 div:nth-child(2).is-select {
  background-color: #3CB5DB;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 {
    flex-direction: column;
    gap: 4vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 100px;
  padding: 20px 0;
  border: 2px solid;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  font-family: corporate-logo-ver2, sans-serif;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div {
    min-width: 25.51vw;
    min-height: 10.204vw;
    padding: 2.041vw 0;
    border-radius: 0.51vw;
    font-size: 2.449vw;
  }
}
@media (max-width: 599px) {
  .sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div {
    font-size: 5.333vw;
    border-radius: 1.333vw;
    line-height: 1.5;
    min-height: 24vw;
  }
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div small {
  font-size: 66.667%;
  display: block;
  font-weight: 500;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div:nth-child(1) {
  color: #F86D23;
  border-color: #F86D23;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div:nth-child(1):hover {
  background-color: #F86D23;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div:nth-child(2) {
  color: #F1AB0D;
  border-color: #F1AB0D;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div:nth-child(2):hover {
  background-color: #F1AB0D;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div:nth-child(3) {
  color: #0BB982;
  border-color: #0BB982;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div:nth-child(3):hover {
  background-color: #0BB982;
  color: #fff;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div:nth-child(4) {
  color: #3CB5DB;
  border-color: #3CB5DB;
}
.sec-simulation .wrapper .inner .content-wrapper .input-wrapper .question-input-wrapper .question-4 div:nth-child(4):hover {
  background-color: #3CB5DB;
  color: #fff;
}

.low-kv {
  display: block;
  background-color: #EDFBFF;
  padding: 40px 0 0;
}
@media (max-width: 1020px) {
  .low-kv {
    padding: 4.082vw 0 0;
  }
}
@media (max-width: 599px) {
  .low-kv {
    padding: 13.333vw 0 0;
  }
}
.low-kv .wrapper {
  padding: 0 20px;
}
@media (max-width: 1020px) {
  .low-kv .wrapper {
    padding: 0 2.041vw;
  }
}
@media (max-width: 599px) {
  .low-kv .wrapper {
    padding: 0 5.333vw;
  }
}
.low-kv .wrapper .inner {
  max-width: 502px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .low-kv .wrapper .inner {
    width: 51.224vw;
  }
}
@media (max-width: 599px) {
  .low-kv .wrapper .inner {
    width: 100%;
  }
}
.low-kv .wrapper .inner img {
  width: 100%;
}

.sec-results {
  display: block;
  background: url(.././img/dotted-bg.svg);
  background-repeat: repeat;
}
.sec-results .wrapper {
  padding: 80px 20px 120px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper {
    padding: 8.163vw 2.041vw 12.245vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper {
    padding: 16vw 5.333vw;
  }
}
.sec-results .wrapper .inner {
  max-width: 980px;
  margin: 0 auto;
}
.sec-results .wrapper .inner .results-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list {
    gap: 3.061vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list {
    flex-direction: column;
    gap: 8vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #0062B1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 20px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item {
    padding-bottom: 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item {
    padding-bottom: 5.333vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item .ttl-wrapper {
  display: block;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  background-color: #E5EFF7;
  text-align: center;
  color: #0062B1;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .ttl-wrapper {
    padding: 2.041vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .ttl-wrapper {
    padding: 6.667vw 4vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item .ttl-wrapper .ttl-label {
  display: inline-flex;
  align-items: center;
  min-height: 2.6em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .ttl-wrapper .ttl-label {
    font-size: 1.633vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .ttl-wrapper .ttl-label {
    font-size: 3.733vw;
    min-height: auto;
  }
}
.sec-results .wrapper .inner .results-list .results-item .ttl-wrapper .ttl-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0062B1;
  min-width: 320px;
  width: fit-content;
  height: 60px;
  border-radius: 4px;
  padding: 14px 20px;
  margin: 15px auto 0;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .ttl-wrapper .ttl-image {
    min-width: 32.653vw;
    height: 6.122vw;
    padding: 1.429vw 2.041vw;
    margin: 1.531vw auto 0;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .ttl-wrapper .ttl-image {
    min-width: 100%;
    height: 13.333vw;
    padding: 2.667vw;
    margin: 5.333vw auto 0;
  }
}
.sec-results .wrapper .inner .results-list .results-item .ttl-wrapper .ttl-image img {
  max-height: 35px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .ttl-wrapper .ttl-image img {
    max-height: 3.571vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .ttl-wrapper .ttl-image img {
    max-height: 5.867vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content {
  width: 100%;
  padding: 20px 50px 0;
  text-align: center;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content {
    padding: 2.041vw 5.102vw 0;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content {
    padding: 4vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content .main-label {
  position: relative;
  width: 100%;
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content .main-label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 32px;
  border-radius: 16px;
  padding: 0 15px;
  background-color: #0062B1;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content .main-label span {
    height: 3.265vw;
    border-radius: 1.633vw;
    padding: 0 1.531vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content .main-label span {
    height: 8vw;
    border-radius: 4vw;
    font-size: 3.733vw;
    padding: 0 6.667vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content .main-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: dotted 3px #0062B1;
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.price-content .price {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-family: acumin-pro, sans-serif;
  font-size: 60px;
  font-weight: 600;
  padding-top: 10px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.price-content .price {
    font-size: 6.122vw;
    padding-top: 1.02vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.price-content .price {
    font-size: 10.4vw;
    padding-top: 4vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.price-content .price span {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.price-content .price span {
    font-size: 3.061vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.price-content .price span {
    font-size: 4.267vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list {
    margin-top: 2.041vw;
    gap: 1.531vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list {
    align-items: flex-start;
    margin-top: 5.333vw;
    gap: 2.667vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list .detail-item {
  text-align: center;
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list .detail-item .icn-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #E5EFF7;
  fill: #0062B1;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list .detail-item .icn-wrapper {
    width: 10.204vw;
    height: 10.204vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list .detail-item .icn-wrapper {
    width: 22.667vw;
    height: 22.667vw;
  }
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list .detail-item .icn-wrapper svg {
    transform: scale(0.8);
  }
}
.sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list .detail-item .detail-txt {
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list .detail-item .detail-txt {
    font-size: 1.429vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list .results-item .flex-content .main-content.detail-content .detail-list .detail-item .detail-txt {
    font-size: 3.733vw;
    line-height: 1.2;
    padding-top: 2.133vw;
  }
}
.sec-results .wrapper .inner .results-list .results-item.c-blue {
  border-color: #00A3D1;
}
.sec-results .wrapper .inner .results-list .results-item.c-blue .ttl-wrapper {
  color: #00A3D1;
}
.sec-results .wrapper .inner .results-list .results-item.c-blue .ttl-wrapper .ttl-image {
  background-color: #00A3D1;
}
.sec-results .wrapper .inner .results-list .results-item.c-blue .main-content .main-label span {
  background-color: #00A3D1;
}
.sec-results .wrapper .inner .results-list .results-item.c-blue .main-content .main-label::before {
  border-color: #00A3D1;
}
.sec-results .wrapper .inner .results-list .results-item.c-blue .main-content.detail-content .detail-list .detail-item .icn-wrapper {
  background-color: #E4F6FC;
  fill: #00A3D1;
}
.sec-results .wrapper .inner .results-list.column-2 .flex-content .main-content {
  width: 100%;
}
.sec-results .wrapper .inner .results-list.column-2 .results-item {
  width: 460px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list.column-2 .results-item {
    width: 46.939vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list.column-2 .results-item {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list.column-2 .results-item + .results-item {
    position: relative;
  }
}
.sec-results .wrapper .inner .results-list.column-2 .results-item + .results-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90px;
  height: 90px;
  background: url(.././img/results/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .results-list.column-2 .results-item + .results-item::before {
    width: 9.184vw;
    height: 9.184vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .results-list.column-2 .results-item + .results-item::before {
    width: 13.333vw;
    height: 13.333vw;
    top: -11.733vw;
    transform: translateX(-50%) translateY(0px);
  }
}
.sec-results .wrapper .inner .anotation {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #535353;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .anotation {
    margin-top: 2.041vw;
    font-size: 1.633vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .anotation {
    margin-top: 5.333vw;
    font-size: 3.733vw;
  }
}
.sec-results .wrapper .inner .bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .bottom-content {
    margin-top: 8.163vw;
    gap: 2.041vw;
  }
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .bottom-content {
    margin-top: 16vw;
    gap: 2.667vw;
  }
}
.sec-results .wrapper .inner .bottom-content .btn {
  position: relative;
  width: 100%;
  height: 70px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .bottom-content .btn {
    height: 7.143vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .bottom-content .btn {
    height: 18.667vw;
    border-radius: 9.333vw;
  }
}
.sec-results .wrapper .inner .bottom-content .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .bottom-content .btn a {
    font-size: 1.837vw;
    border-radius: 1.02vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .bottom-content .btn a {
    font-size: 4vw;
    border-radius: 9.333vw;
  }
}
.sec-results .wrapper .inner .bottom-content .btn a span {
  font-size: 22px;
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .bottom-content .btn a span {
    font-size: 2.245vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .bottom-content .btn a span {
    font-size: 5.867vw;
    padding-right: 1.333vw;
  }
}
.sec-results .wrapper .inner .bottom-content .btn.simulation {
  background-color: #006FC7;
}
.sec-results .wrapper .inner .bottom-content .btn.simulation::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(.././img/next-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .bottom-content .btn.simulation::after {
    width: 2.653vw;
    height: 2.653vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .bottom-content .btn.simulation::after {
    width: 5.333vw;
    height: 5.333vw;
  }
}
.sec-results .wrapper .inner .bottom-content .btn.download {
  background-color: #FB5700;
}
.sec-results .wrapper .inner .bottom-content .btn.download::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 28px;
  height: 24px;
  background: url(.././img/icn-target.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 1020px) {
  .sec-results .wrapper .inner .bottom-content .btn.download::after {
    width: 2.857vw;
    height: 2.449vw;
  }
}
@media (max-width: 599px) {
  .sec-results .wrapper .inner .bottom-content .btn.download::after {
    width: 5.333vw;
    height: 4.533vw;
  }
}</pre></body></html>