@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
  }
}

main {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: absolute;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 1920px) {
  .l-header__inner {
    padding: 0vw 0vw 0vw 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 15px;
    height: 61px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header__logo {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .l-header__logo {
    max-width: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 180px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    z-index: 99;
  }
}
.l-header__navitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 75px;
}
@media screen and (max-width: 1920px) {
  .l-header__navitem {
    width: max(200px, 14.5833333333vw);
    height: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem {
    width: 50%;
    height: 62px;
  }
}
.l-header__navitem.-area {
  background-color: #034F99;
}
.l-header__navitem.-area .l-header__navitem--head {
  color: #034F99;
}
.l-header__navitem.-area svg {
  margin-left: -10px;
}
@media screen and (max-width: 1920px) {
  .l-header__navitem.-area svg {
    margin-left: -0.5208333333vw;
  }
}
.l-header__navitem.-mail {
  background: linear-gradient(10deg, rgb(247, 107, 31) 0%, rgb(241, 206, 49) 100%);
}
.l-header__navitem--head {
  background-color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 10px;
  min-width: 210px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .l-header__navitem--head {
    font-size: max(10px, 0.7291666667vw);
    padding: 0.3125vw 0.5208333333vw;
    min-width: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem--head {
    min-width: 164px;
    height: 22px;
    font-size: 10px;
    padding: 6px 10px;
  }
}
.l-header__navitem--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 4px;
}
@media screen and (max-width: 1920px) {
  .l-header__navitem--body {
    gap: 0.2604166667vw;
    margin-top: 0.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem--body {
    gap: 5px;
    margin-top: 4px;
  }
}
.l-header__navitem--text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .l-header__navitem--text {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem--text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1920px) {
  .l-header__navitem svg {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__navitem svg {
    width: 14px;
    height: 14px;
  }
}

.l-footer {
  background-color: #333333;
}
.l-footer__inner {
  max-width: 1440px !important;
  padding: 50px 15px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 40px 15px 80px;
  }
}
.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
@media screen and (max-width: 1920px) {
  .l-footer__logo img {
    max-width: 20.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    max-width: 200px;
  }
}
.l-footer__logo figcaption {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
  margin-top: 24px;
}
@media screen and (max-width: 1920px) {
  .l-footer__logo figcaption {
    font-size: max(10px, 0.8333333333vw);
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo figcaption {
    font-size: 12px;
    margin-top: 20px;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
@media screen and (max-width: 1920px) {
  .l-footer__nav {
    gap: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-top: 45px;
    gap: 20px;
  }
}
.l-footer__nav a {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .l-footer__nav a {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav a {
    font-size: 14px;
  }
}
.l-footer__copy {
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 76px;
}
@media screen and (max-width: 1920px) {
  .l-footer__copy {
    font-size: max(10px, 0.7291666667vw);
    margin-top: 3.9583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 15px;
    font-size: 10px;
  }
}

.l-inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 1130px;
    padding: 0 15px;
  }
}
.l-inner.-privacy {
  max-width: 1230px;
  padding: 0 15px;
}

.l-page {
  background-color: #FEF3E3;
  padding: 175px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding: 100px 0 100px;
  }
}
.l-page::before, .l-page::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.l-page::before {
  background-image: url(../images/page-r.webp);
  right: 0;
  top: 0;
  width: 550px;
  height: 350px;
}
.l-page::after {
  background-image: url(../images/page-l.webp);
  left: 0;
  bottom: 0;
  width: 558px;
  height: 439px;
}
.l-page .l-inner {
  position: relative;
  z-index: 2;
}

.c-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 20px;
  }
}
.c-title img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 7px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-title img {
    max-width: 150px;
    display: none;
  }
}

.c-color {
  color: #F76B1F;
}

.c-benefits {
  margin: 0 calc(50% - 50vw);
  padding: 81px calc(50vw - 50%) 80px;
  width: 100vw;
  background-color: #FAE3CB;
  background-image: url(../images/top/benefits-mainbg.webp);
  background-size: cover;
}
@media screen and (max-width: 1920px) {
  .c-benefits {
    padding: 4.21875vw calc(50vw - 50%) 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits {
    padding: 50px calc(50vw - 50%) 45px;
  }
}
.c-benefits__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-benefits__inner {
    position: unset;
  }
}
.c-benefits__inner::after {
  position: absolute;
  content: "";
  background-image: url("../images/benefits.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: -272px;
  bottom: -22px;
  width: 355px;
  height: 343px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__inner::after {
    left: -14.1666666667vw;
    bottom: -1.1458333333vw;
    width: 18.4895833333vw;
    height: 17.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__inner::after {
    position: unset;
    content: none;
  }
}
.c-benefits__title {
  font-size: 48px;
  line-height: 144%;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .c-benefits__title {
    font-size: max(10px, 2.5vw);
    line-height: 144%;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.c-benefits__title .-bg {
  position: absolute;
  left: -18px;
  top: -11px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  color: #fff;
  background-image: url(../images/top/benefits-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1920px) {
  .c-benefits__title .-bg {
    left: -0.9375vw;
    top: -0.5729166667vw;
    font-size: max(10px, 1.25vw);
    width: 4.6875vw;
    height: 4.7395833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__title .-bg {
    font-size: 14px;
    width: 53px;
    height: 53px;
    left: -20px;
    top: -5px;
  }
}
.c-benefits__title .-bg span {
  rotate: -5deg;
}
.c-benefits__title .-lg {
  font-size: 60px;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .c-benefits__title .-lg {
    font-size: max(10px, 3.125vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__title .-lg {
    font-size: 36px;
  }
}
.c-benefits__title .-lg::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/plan-title.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: -21px;
  top: -9px;
  width: 50px;
  height: 30px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__title .-lg::after {
    left: -1.09375vw;
    top: -0.46875vw;
    width: 2.6041666667vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__title .-lg::after {
    width: 34px;
    height: 21px;
    left: -17px;
    top: -9px;
  }
}
.c-benefits__title .-sm {
  font-size: 40px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__title .-sm {
    font-size: max(10px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__title .-sm {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__title .c-color {
    font-size: 28px;
  }
}
.c-benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 55px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__list {
    gap: 1.3020833333vw;
    margin-top: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}
.c-benefits__item {
  width: calc(33.33333% - 16.66667px);
  background-color: #fff;
  border-radius: 20px 0 20px 20px;
  font-weight: 700;
  position: relative;
  padding: 15px 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item {
    width: calc(33.33333% - 0.86806vw);
    border-radius: 1.0416666667vw 0 1.0416666667vw 1.0416666667vw;
    padding: 0.78125vw 0.78125vw 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item {
    width: 100%;
    border-radius: 16px 0 16px 16px;
    padding: 16px 15px 12px;
  }
}
.c-benefits__item::after {
  position: absolute;
  content: "";
  background-color: #034F99;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item::after {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item::after {
    width: 25px;
    height: 25px;
  }
}
.c-benefits__item.-item1 .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item1 .-flex {
    margin-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item1 .-flex {
    margin-top: 5px;
  }
}
.c-benefits__item.-item1 .-text1 {
  font-size: 24px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  margin-top: 7px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item1 .-text1 {
    font-size: max(10px, 1.25vw);
    padding-right: 0.3125vw;
    margin-top: 0.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item1 .-text1 {
    font-size: 20px;
    text-align: center;
    padding-right: unset;
    margin-top: 7px;
  }
}
.c-benefits__item.-item1 .-text2 {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item1 .-text2 {
    font-size: max(10px, 0.8333333333vw);
    padding-bottom: 0.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item1 .-text2 {
    font-size: 14px;
    padding-bottom: 2px;
  }
}
.c-benefits__item.-item1 .-text2 span {
  font-size: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item1 .-text2 span {
    font-size: max(10px, 0.9375vw);
    margin-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item1 .-text2 span {
    font-size: 15px;
    margin-top: 5px;
  }
}
.c-benefits__item.-item1 .-text3 {
  font-size: 36px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgb(247, 107, 31)), color-stop(48%, rgb(255, 164, 67)));
  background: linear-gradient(0deg, rgb(247, 107, 31) 48%, rgb(255, 164, 67) 48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 5px 0 4px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item1 .-text3 {
    font-size: max(10px, 1.875vw);
    margin: 0 0vw 0 0vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item1 .-text3 {
    font-size: 28px;
    margin: 0 2px 0 2px;
  }
}
.c-benefits__item.-item1 .-text3 span {
  font-size: 54px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item1 .-text3 span {
    font-size: max(10px, 2.8125vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item1 .-text3 span {
    font-size: 45px;
  }
}
.c-benefits__item.-item1 .-text4 {
  font-size: 28px;
  padding-top: 10px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item1 .-text4 {
    font-size: max(10px, 1.4583333333vw);
    padding-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item1 .-text4 {
    font-size: 24px;
    padding-top: 10px;
  }
}
.c-benefits__item.-item2 .-text1 {
  font-size: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item2 .-text1 {
    font-size: max(10px, 1.25vw);
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item2 .-text1 {
    font-size: 20px;
    margin-top: 8px;
  }
}
.c-benefits__item.-item2 .-text2 {
  font-size: 36px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgb(247, 107, 31)), color-stop(40%, rgb(255, 164, 67)));
  background: linear-gradient(0deg, rgb(247, 107, 31) 40%, rgb(255, 164, 67) 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item2 .-text2 {
    font-size: max(10px, 1.875vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item2 .-text2 {
    font-size: 30px;
  }
}
.c-benefits__item.-item2 .-text2 span {
  font-size: 60px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item2 .-text2 span {
    font-size: max(10px, 3.125vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item2 .-text2 span {
    font-size: 45px;
  }
}
.c-benefits__item.-item3 .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item3 .-flex {
    margin: 0 2px 2px 5px;
  }
}
.c-benefits__item.-item3 .-flex small {
  position: absolute;
  right: -20px;
  bottom: 5px;
  font-size: 10px;
  color: #333333;
  font-weight: 400;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item3 .-flex small {
    bottom: 0.2604166667vw;
    font-size: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item3 .-flex small {
    right: -20px;
    bottom: 1px;
    font-size: 10px;
  }
}
.c-benefits__item.-item3 .-text1 {
  font-size: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item3 .-text1 {
    font-size: max(10px, 1.25vw);
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item3 .-text1 {
    font-size: 20px;
    margin-top: 6px;
  }
}
.c-benefits__item.-item3 .-text2 {
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item3 .-text2 {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item3 .-text2 {
    font-size: 14px;
  }
}
.c-benefits__item.-item3 .-text2::after, .c-benefits__item.-item3 .-text2::before {
  position: absolute;
  content: "";
  background-color: #F76B1F;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}
.c-benefits__item.-item3 .-text2::after {
  top: calc(50% - 1px);
}
.c-benefits__item.-item3 .-text2::before {
  top: calc(50% + 3px);
}
.c-benefits__item.-item3 .-text2 span {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item3 .-text2 span {
    font-size: max(10px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item3 .-text2 span {
    font-size: 22px;
  }
}
.c-benefits__item.-item3 .-text3 {
  font-size: 32px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(43%, rgb(247, 107, 31)), color-stop(43%, rgb(255, 164, 67)));
  background: linear-gradient(0deg, rgb(247, 107, 31) 43%, rgb(255, 164, 67) 43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item3 .-text3 {
    font-size: max(10px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item3 .-text3 {
    font-size: 24px;
  }
}
.c-benefits__item.-item3 .-text3 span {
  font-size: 70px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item3 .-text3 span {
    font-size: max(10px, 3.6458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item3 .-text3 span {
    font-size: 52px;
  }
}
.c-benefits__item.-item3 svg {
  margin: 0 10px 0 10px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item.-item3 svg {
    margin: 0 0.5208333333vw 0 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item.-item3 svg {
    width: 27px;
    height: 8px;
    margin: 0 8px 0 14px;
  }
}
.c-benefits__icon {
  position: absolute;
  left: 15px;
  top: -25px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #fff;
  background-image: url(../images/top/benefits-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 66px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1920px) {
  .c-benefits__icon {
    left: 0.78125vw;
    top: -1.3020833333vw;
    padding-bottom: 0.8333333333vw;
    width: max(40px, 3.4375vw);
    height: max(40px, 4.0104166667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__icon {
    width: 57px;
    height: 62px;
    left: 10px;
    top: -10px;
    padding-bottom: 9px;
  }
}
.c-benefits__icon .-sm {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1920px) {
  .c-benefits__icon .-sm {
    font-size: max(10px, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__icon .-sm {
    font-size: 10px;
  }
}
.c-benefits__icon .-lg {
  font-family: "Open Sans", sans-serif;
  font-size: 29px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__icon .-lg {
    font-size: max(10px, 1.5104166667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__icon .-lg {
    font-size: 25px;
  }
}
.c-benefits__item2 {
  width: 100%;
  background-color: #fff;
  border-radius: 20px 0 20px 20px;
  font-weight: 700;
  position: relative;
  padding: 26px 15px 24px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2 {
    border-radius: 1.0416666667vw 0 1.0416666667vw 1.0416666667vw;
    padding: 1.3541666667vw 0.78125vw 1.25vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2 {
    margin-top: 15px;
    padding: 23px 15px 13px;
    border-radius: 20px 0 20px 20px;
  }
}
.c-benefits__item2::after {
  position: absolute;
  content: "";
  background-color: #034F99;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2::after {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2::after {
    width: 42px;
    height: 42px;
  }
}
.c-benefits__item2--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--head {
    gap: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    max-width: unset;
  }
}
.c-benefits__item2--item1 {
  font-weight: 700;
  line-height: 1;
}
.c-benefits__item2--item1 .-text1 {
  font-size: 24px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item1 .-text1 {
    font-size: max(10px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item1 .-text1 {
    font-size: 20px;
  }
}
.c-benefits__item2--item1 .-text2 {
  font-size: 28px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-bottom: 16px;
  letter-spacing: 0.15em;
  margin-right: 5px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item1 .-text2 {
    font-size: max(10px, 1.4583333333vw);
    padding-bottom: 0.8333333333vw;
    margin-right: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item1 .-text2 {
    font-size: 22px;
    padding-bottom: 11px;
    margin-right: 3px;
  }
}
.c-benefits__item2--item1 .-text3 {
  font-size: 100px;
  font-family: "Open Sans", sans-serif;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgb(247, 107, 31)), color-stop(48%, rgb(255, 164, 67)));
  background: linear-gradient(0deg, rgb(247, 107, 31) 48%, rgb(255, 164, 67) 48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 9px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item1 .-text3 {
    font-size: max(10px, 5.2083333333vw);
    margin-right: 0.46875vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item1 .-text3 {
    font-size: 80px;
    margin-right: 5px;
  }
}
.c-benefits__item2--item1 .-text4 {
  font-size: 38px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item1 .-text4 {
    font-size: max(10px, 1.9791666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item1 .-text4 {
    font-size: 30px;
    margin-bottom: -6px;
  }
}
.c-benefits__item2--item1 .-text4 span {
  color: #333333;
  font-size: 20px;
  display: block;
  margin-left: -14px;
  margin-top: -60px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item1 .-text4 span {
    font-size: max(10px, 1.0416666667vw);
    margin-left: -0.7291666667vw;
    margin-top: -3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item1 .-text4 span {
    font-size: 16px;
    margin-top: -62px;
    margin-left: -14px;
  }
}
.c-benefits__item2--item1 .-text5 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 3px;
}
.c-benefits__item2--item1 .-text5 .-lg {
  font-size: 34px;
}
.c-benefits__item2--item1 .-text5 .-md {
  font-size: 28px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item1 .-text5 {
    font-size: max(10px, 1.25vw);
    margin-top: 0.15625vw;
  }
  .c-benefits__item2--item1 .-text5 .-lg {
    font-size: max(10px, 1.7708333333vw);
  }
  .c-benefits__item2--item1 .-text5 .-md {
    font-size: max(10px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item1 .-text5 {
    display: none;
  }
}
.c-benefits__item2--item1 .-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item1 .-price {
    margin-top: 0.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item1 .-price {
    margin-top: -1px;
  }
}
.c-benefits__item2--item2 {
  margin-top: 5px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item2 {
    margin-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item2 {
    margin-top: unset;
  }
}
.c-benefits__item2--item2 .-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item2 .-price {
    gap: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item2 .-price {
    margin-left: -8px;
    gap: 20px;
  }
}
.c-benefits__item2--item2 .-price + .-price {
  margin-top: 16px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item2 .-price + .-price {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item2 .-price + .-price {
    margin-top: 2px;
  }
}
.c-benefits__item2--item2 .-price small {
  position: absolute;
  right: -11px;
  bottom: 5px;
  font-size: 10px;
  color: #333333;
  font-weight: 400;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item2 .-price small {
    bottom: 0.2604166667vw;
    font-size: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item2 .-price small {
    right: -15px;
    bottom: 1px;
    font-size: 10px;
  }
}
.c-benefits__item2--item2 .-text1 {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 44px;
  background-color: #F5F4F0;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item2 .-text1 {
    font-size: max(10px, 1.0416666667vw);
    width: 5.2083333333vw;
    height: 2.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item2 .-text1 {
    width: 76px;
    height: 24px;
    font-size: 14px;
  }
}
.c-benefits__item2--item2 .-text2 {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item2 .-text2 {
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item2 .-text2 {
    font-size: 14px;
  }
}
.c-benefits__item2--item2 .-text2 .-lg {
  font-size: 68px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item2 .-text2 .-lg {
    font-size: max(10px, 3.5416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item2 .-text2 .-lg {
    font-size: 42px;
  }
}
.c-benefits__item2--item2 .-text2 .-md {
  font-size: 28px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--item2 .-text2 .-md {
    font-size: max(10px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item2 .-text2 .-md {
    font-size: 20px;
  }
}
.c-benefits__item2--item2 .-text3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--item2 .-text3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: 3px;
  }
  .c-benefits__item2--item2 .-text3 .-lg {
    font-size: 28px;
  }
  .c-benefits__item2--item2 .-text3 .-md {
    font-size: 20px;
  }
}
.c-benefits__item2--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 0px;
  margin-left: 30px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--bottom {
    gap: 1.0416666667vw;
    margin-top: 0vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--bottom {
    gap: 20px;
    margin-top: 0px;
    margin-left: 30px;
  }
}
.c-benefits__item2--bottom .-small {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 1920px) {
  .c-benefits__item2--bottom .-small {
    font-size: max(10px, 0.625vw);
    line-height: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__item2--bottom .-small {
    font-size: 12px;
    line-height: 150%;
  }
}
.c-benefits__bottom {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
  margin-top: 7px;
}
@media screen and (max-width: 1920px) {
  .c-benefits__bottom {
    font-size: max(10px, 0.625vw);
    margin-top: 0.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits__bottom {
    font-size: 10px;
    margin-top: 10px;
  }
}

.c-area {
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%) 66px;
  width: 100vw;
  background-image: url(../images/area-bg.webp);
  background-size: cover;
}
@media screen and (max-width: 1920px) {
  .c-area {
    padding: 2.6041666667vw 0vw 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area {
    padding: 45px calc(50vw - 50%) 45px;
  }
}
.c-area__title {
  position: relative;
}
.c-area__title::after {
  position: absolute;
  content: "";
  background-image: url("../images/area-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 180px;
  top: 0px;
  width: 170px;
  height: 172px;
}
@media screen and (max-width: 1920px) {
  .c-area__title::after {
    left: 9.375vw;
    top: 0vw;
    width: 8.8541666667vw;
    height: 8.9583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area__title::after {
    width: 60px;
    height: 60px;
    left: 2px;
    top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-area__title::before {
    position: absolute;
    content: "";
    background-image: url("../images/form.webp");
    background-size: contain;
    background-repeat: no-repeat;
    right: -8px;
    width: 80px;
    height: 80px;
    bottom: -23px;
  }
}
.c-area__title svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -12px;
}
@media screen and (max-width: 1920px) {
  .c-area__title svg {
    top: -0.625vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area__title svg {
    width: 18px;
    height: 18px;
    top: -9px;
  }
}
.c-area__title--sm {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  border-top: 2px solid #F76B1F;
  border-bottom: 2px solid #F76B1F;
  padding: 12px 0;
}
@media screen and (max-width: 1920px) {
  .c-area__title--sm {
    font-size: max(10px, 1.25vw);
    border-top: 0.1041666667vw solid #F76B1F;
    border-bottom: 0.1041666667vw solid #F76B1F;
    padding: 0.625vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area__title--sm {
    font-size: 14px;
    padding: 8px 0;
  }
}
.c-area__title--lg {
  display: block;
  color: #F76B1F;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 1920px) {
  .c-area__title--lg {
    font-size: max(10px, 2.5vw);
    margin-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area__title--lg {
    font-size: 28px;
    margin-top: 8px;
  }
}
.c-area__title--lg span {
  font-size: 40px;
}
@media screen and (max-width: 1920px) {
  .c-area__title--lg span {
    font-size: max(10px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-area__title--lg span {
    font-size: 20px;
  }
}
.c-area__title2 {
  color: #034F99;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  margin-top: 24px;
}
@media screen and (max-width: 1920px) {
  .c-area__title2 {
    font-size: max(10px, 1.0416666667vw);
    gap: 0.3645833333vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area__title2 {
    font-size: 16px;
    margin-top: 10px;
    gap: 7px;
  }
}
.c-area__title2 .-lg {
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1920px) {
  .c-area__title2 .-lg {
    font-size: max(10px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .c-area__title2 .-lg {
    font-size: 22px;
  }
}
@media screen and (max-width: 1920px) {
  .c-area__title2 svg {
    width: 1.0416666667vw;
    height: 0.9895833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area__title2 svg {
    width: 20px;
    height: 19px;
  }
}
.c-area__lead {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 700;
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 1920px) {
  .c-area__lead {
    font-size: max(10px, 0.9375vw);
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area__lead {
    font-size: 14px;
    margin-top: 20px;
  }
}
.c-area-form {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
  border-radius: 15px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: -113px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  max-width: 1100px;
}
@media screen and (max-width: 1920px) {
  .c-area-form {
    border-radius: 0.78125vw;
    padding: 1.0416666667vw 1.5625vw;
    margin-top: 0.4166666667vw;
    margin-bottom: -5.8854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form {
    border-radius: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: unset;
    position: unset;
    margin-top: 5px;
    padding: 15px 15px;
    max-width: unset;
  }
}
.c-area-form::after {
  position: absolute;
  content: "";
  background-image: url("../images/form.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 100px;
  top: -221px;
  width: 226px;
  height: 221px;
}
@media screen and (max-width: 1920px) {
  .c-area-form::after {
    right: 5.2083333333vw;
    top: -11.5104166667vw;
    width: 11.7708333333vw;
    height: 11.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form::after {
    position: unset;
    content: none;
  }
}
.c-area-form__wrap1 {
  width: 63.46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 1920px) {
  .c-area-form__wrap1 {
    gap: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__wrap1 {
    width: 100%;
    gap: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-area-form__wrap1 + .c-area-form__wrap1 {
  margin-left: 15px;
}
@media screen and (max-width: 1920px) {
  .c-area-form__wrap1 + .c-area-form__wrap1 {
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__wrap1 + .c-area-form__wrap1 {
    margin-left: unset;
  }
}
.c-area-form__wrap1 .c-area-form__item {
  width: calc(50% - 7.5px);
}
@media screen and (max-width: 1920px) {
  .c-area-form__wrap1 .c-area-form__item {
    width: calc(50% - 0.39063vw);
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__wrap1 .c-area-form__item {
    width: 100%;
  }
}
.c-area-form__wrap2 {
  width: 32.69%;
  margin-left: 25px;
}
@media screen and (max-width: 1920px) {
  .c-area-form__wrap2 {
    margin-left: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__wrap2 {
    width: 100%;
    margin-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__item.-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-top: 10px;
    margin-left: -3px;
  }
}
.c-area-form__title {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
@media screen and (max-width: 1920px) {
  .c-area-form__title {
    font-size: max(10px, 0.8333333333vw);
    gap: 0.15625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__title {
    font-size: 14px;
    gap: 3px;
  }
}
.c-area-form__rec {
  background: #F7381F;
  color: #fff;
  border-radius: 3px;
  padding: 4px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .c-area-form__rec {
    border-radius: 0.15625vw;
    padding: 0.2083333333vw;
    font-size: max(10px, 0.6770833333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__rec {
    font-size: 12px;
    padding: 4px;
    border-radius: 3px;
  }
}
.c-area-form__input {
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 10px 8px;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 1920px) {
  .c-area-form__input {
    border-radius: 0.2604166667vw;
    padding: 0.5208333333vw 0.4166666667vw;
    margin-top: 0.2604166667vw;
    font-size: max(10px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__input {
    padding: 8px 6px;
    font-size: 14px;
    margin-top: 5px;
  }
}
.c-area-form__input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}
.c-area-form__input::-moz-placeholder {
  color: #aaa;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}
.c-area-form__input::-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}
.c-area-form__input::placeholder {
  color: #aaa;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  .c-area-form__input::-webkit-input-placeholder {
    font-size: max(10px, 0.7291666667vw);
  }
  .c-area-form__input::-moz-placeholder {
    font-size: max(10px, 0.7291666667vw);
  }
  .c-area-form__input::-ms-input-placeholder {
    font-size: max(10px, 0.7291666667vw);
  }
  .c-area-form__input::placeholder {
    font-size: max(10px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .c-area-form__input::-moz-placeholder {
    font-size: 14px;
  }
  .c-area-form__input::-ms-input-placeholder {
    font-size: 14px;
  }
  .c-area-form__input::placeholder {
    font-size: 14px;
  }
}
.c-area-form__small {
  font-size: 12px;
}
@media screen and (max-width: 1920px) {
  .c-area-form__small {
    font-size: max(10px, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__small {
    font-size: 10px;
    display: block;
    margin-top: 4px;
  }
}
.c-area-form__privacy {
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  cursor: pointer;
  margin-top: 10px;
}
@media screen and (max-width: 1920px) {
  .c-area-form__privacy {
    font-size: max(10px, 0.78125vw);
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__privacy {
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: unset;
  }
}
.c-area-form__privacy input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 2px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 1920px) {
  .c-area-form__privacy input[type=checkbox] {
    width: max(10px, 0.9375vw);
    height: max(10px, 0.9375vw);
    border: 0.0520833333vw solid #333;
    border-radius: 0.1041666667vw;
    margin-right: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__privacy input[type=checkbox] {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 8px;
  }
}
.c-area-form__privacy input[type=checkbox]:checked {
  background-color: #fff;
}
.c-area-form__privacy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #F76B1F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1920px) {
  .c-area-form__privacy input[type=checkbox]:checked::after {
    left: 0.2604166667vw;
    top: 0.1041666667vw;
    width: 0.3125vw;
    height: 0.5208333333vw;
    border-width: 0 0.1041666667vw 0.1041666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__privacy input[type=checkbox]:checked::after {
    left: 5px;
    top: 3px;
    width: 6px;
    height: 10px;
  }
}
.c-area-form__privacy a {
  color: #034F99;
  text-decoration: underline;
}
.c-area-form__button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  display: block;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .c-area-form__button {
    margin: 1.5625vw auto 0vw;
    max-width: 20.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__button {
    max-width: 315px;
    margin: 27px auto 0;
  }
}
.c-area-form__button--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 26px;
  border: 2px solid #034F99;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #034F99;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16px;
}
@media screen and (max-width: 1920px) {
  .c-area-form__button--head {
    width: max(150px, 13.5416666667vw);
    height: max(14px, 1.3541666667vw);
    border-radius: 1.0416666667vw;
    font-size: max(10px, 0.7291666667vw);
    top: -0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__button--head {
    border-radius: 20px;
    width: 200px;
    height: 24px;
    top: -12px;
    font-size: 14px;
  }
}
.c-area-form__button button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 22px 0 40px;
  width: 100%;
  height: 60px;
  background: #034F99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .c-area-form__button button {
    padding: 0vw 1.1458333333vw 0vw 2.0833333333vw;
    height: max(35px, 3.125vw);
    border-radius: 2.6041666667vw;
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__button button {
    padding: 0 22px 0 40px;
    font-size: 18px;
    border-radius: 50px;
    height: 60px;
  }
}
.c-area-form__button button svg:first-of-type {
  margin-right: -34px;
}
@media screen and (max-width: 1920px) {
  .c-area-form__button button svg:first-of-type {
    margin-right: -1.7708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-area-form__button button svg:first-of-type {
    margin-left: 5px;
    margin-right: -24px;
    width: 23px;
    height: 23px;
  }
}

.c-cta {
  margin: 0 calc(50% - 50vw);
  padding: 105px calc(50vw - 50%) 66px;
  width: 100vw;
  background-image: url(../images/cta-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 1920px) {
  .c-cta {
    padding: 5.46875vw calc(50vw - 50%) 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 45px calc(50vw - 50%) 45px;
  }
}
.c-cta__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__inner {
    position: unset;
  }
}
.c-cta__inner::after {
  position: absolute;
  content: "";
  background-image: url("../images/cta.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 80px;
  bottom: -54px;
  width: 206px;
  height: 212px;
}
@media screen and (max-width: 1920px) {
  .c-cta__inner::after {
    left: 4.1666666667vw;
    bottom: -2.8125vw;
    width: 10.7291666667vw;
    height: 11.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__inner::after {
    position: unset;
    content: none;
  }
}
.c-cta__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .c-cta__title {
    gap: 0.3645833333vw;
    font-size: max(10px, 1.0416666667vw);
  }
  .c-cta__title svg {
    width: 1.0416666667vw;
    height: 0.9895833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    font-size: 16px;
    gap: 7px;
  }
  .c-cta__title svg {
    width: 18px;
    height: 19px;
  }
}
.c-cta__button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 27px auto 0;
  display: block;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .c-cta__button {
    margin: 1.40625vw auto 0;
    max-width: max(220px, 20.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__button {
    max-width: 345px;
    height: 75px;
    margin: 20px auto 0;
  }
}
.c-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 32px;
  border: 2px solid #F76B1F;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16px;
}
@media screen and (max-width: 1920px) {
  .c-cta__head {
    width: max(140px, 11.9791666667vw);
    height: 1.6666666667vw;
    border-radius: 1.0416666667vw;
    font-size: max(10px, 0.8333333333vw);
    top: -0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__head {
    font-size: 14px;
    width: 185px;
    height: 24px;
    top: -12px;
    border-radius: 50px;
  }
}
.c-cta__body {
  width: 100%;
  height: 80px;
  background: linear-gradient(10.55deg, #F76B1F 19.86%, #F1CE31 101.48%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
  padding: 0 38px 0 45px;
}
@media screen and (max-width: 1920px) {
  .c-cta__body {
    height: 4.1666666667vw;
    border-radius: 2.6041666667vw;
    padding: 0 1.9791666667vw 0 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__body {
    height: 75px;
    padding: 0 35px 0 52px;
    border-radius: 50px;
  }
}
.c-cta__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (max-width: 1920px) {
  .c-cta__text {
    gap: 0.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    gap: 7px;
  }
}
.c-cta__text p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .c-cta__text p {
    font-size: max(10px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__text p {
    font-size: 18px;
  }
}

.l-footer {
  background-color: #333333;
}
.l-footer__inner {
  max-width: 1440px;
  padding: 50px 15px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .l-footer__inner {
    max-width: 75vw;
    padding: 2.6041666667vw 0.78125vw 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 40px 15px 80px;
  }
}
.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__copy {
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 76px;
}
@media screen and (max-width: 1920px) {
  .l-footer__copy {
    font-size: max(10px, 0.7291666667vw);
    margin-top: 3.9583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 15px;
    font-size: 10px;
  }
}

.p-top-mv {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F4F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F4F0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 55px;
  padding-top: 75px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv {
    padding-bottom: 2.8645833333vw;
    padding-top: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 65px;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.84%, #FFFFFF), to(#F5F4F0));
    background: linear-gradient(180deg, #FFFFFF 4.84%, #F5F4F0 100%);
    position: relative;
  }
  .p-top-mv::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/top/mv-bg.webp");
    right: 0;
    top: 0;
    width: 235px;
    height: 150px;
  }
}
.p-top-mv__contents {
  margin-top: 76px;
  margin-bottom: -10px;
  width: 46%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__contents {
    margin-top: 3.9583333333vw;
    margin-bottom: -0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__contents {
    width: 100%;
    position: unset;
    margin-top: unset;
    margin-bottom: unset;
  }
}
.p-top-mv__contents::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/mv-img.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -26px;
  bottom: -12px;
  width: 240px;
  height: 260px;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__contents::after {
    right: -1.3541666667vw;
    bottom: -0.625vw;
    width: 12.5vw;
    height: 13.5416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__contents::after {
    position: unset;
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    text-align: center;
  }
}
.p-top-mv__title .-text1 {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 15px 0 15px 15px;
  background: linear-gradient(46.7deg, #F76B1F 1.63%, #F1CE31 149.3%);
  width: 400px;
  height: 48px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__title .-text1 {
    font-size: max(10px, 1.25vw);
    border-radius: 0.78125vw 0 0.78125vw 0.78125vw;
    width: 20.8333333333vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title .-text1 {
    font-size: 12px;
    max-width: 200px;
    width: 100%;
    height: 22px;
    margin: 0 auto;
  }
}
.p-top-mv__title .-text2, .p-top-mv__title .-text3, .p-top-mv__title .-text4 {
  display: block;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.p-top-mv__title .-text2 {
  font-size: 65px;
  margin-top: 18px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__title .-text2 {
    font-size: max(10px, 3.3854166667vw);
    margin-top: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title .-text2 {
    font-size: 32px;
    margin-top: 9px;
    font-size: 32px;
    margin-top: 9px;
  }
}
.p-top-mv__title .-text3 {
  font-size: 60px;
  margin-top: 6px;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__title .-text3 {
    font-size: max(10px, 3.125vw);
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title .-text3 {
    font-size: 32px;
    margin-top: 2px;
    padding-left: 10px;
  }
}
.p-top-mv__title .-text3 > span {
  font-size: 80px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__title .-text3 > span {
    font-size: max(10px, 4.1666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title .-text3 > span {
    font-size: 45px;
    font-size: 45px;
  }
}
.p-top-mv__title .-text3 > span span {
  font-size: 60px;
  display: inline-block;
  margin: 0 -4px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__title .-text3 > span span {
    font-size: max(10px, 3.125vw);
    margin: 0 -0.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title .-text3 > span span {
    font-size: 35px;
    margin: 0 -4px;
  }
}
.p-top-mv__lead1 {
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-top: 36px;
  font-weight: 700;
  color: #003666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__lead1 {
    font-size: max(10px, 1.4583333333vw);
    margin-top: 1.875vw;
  }
  .p-top-mv__lead1 svg {
    width: 1.5625vw;
    height: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead1 {
    font-size: 14px;
    margin: 22px auto 0;
    line-height: 1.3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2px;
  }
  .p-top-mv__lead1 svg {
    width: 20px;
    height: 19px;
    margin-bottom: 10px;
  }
}
.p-top-mv__lead1 span span {
  letter-spacing: -0.53em;
}
.p-top-mv__lead2 {
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__lead2 {
    font-size: max(10px, 1.4583333333vw);
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead2 {
    font-size: 14px;
    margin: 0 auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-mv__lead2 .-bg {
  font-size: 28px;
  line-height: 1;
  background-color: #fff;
  color: #034F99;
  -webkit-box-shadow: 3px 3px 0px 0px rgb(130, 153, 173);
          box-shadow: 3px 3px 0px 0px rgb(130, 153, 173);
  border-radius: 10px 0 10px 10px;
  padding: 12px 14px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__lead2 .-bg {
    font-size: max(10px, 1.4583333333vw);
    -webkit-box-shadow: 0.15625vw 0.15625vw 0px 0px rgb(130, 153, 173);
            box-shadow: 0.15625vw 0.15625vw 0px 0px rgb(130, 153, 173);
    border-radius: 0.5208333333vw 0 0.5208333333vw 0.5208333333vw;
    padding: 0.625vw 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead2 .-bg {
    font-size: 12px;
    padding: 5px 7px;
    -webkit-box-shadow: 1.5px 1.5px 0px 0px rgb(130, 153, 173);
            box-shadow: 1.5px 1.5px 0px 0px rgb(130, 153, 173);
    border-radius: 5px 0 5px 5px;
    font-size: 12px;
    padding: 5px 7px;
    box-shadow: 1.5px 1.5px 0px 0px rgb(130, 153, 173);
    border-radius: 5px 0 5px 5px;
  }
}
.p-top-mv__lead2 .-sm {
  font-size: 22px;
  display: inline-block;
  margin: 0 6px;
  color: #8299AD;
  font-weight: 900;
  color: #034F99;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__lead2 .-sm {
    font-size: max(10px, 1.1458333333vw);
    margin: 0 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead2 .-sm {
    font-size: 10px;
    margin: 0 3px;
  }
}
.p-top-mv__lead2 .-md {
  font-size: 24px;
  display: inline-block;
  margin-left: 6px;
  color: #034F99;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__lead2 .-md {
    font-size: max(10px, 1.25vw);
    margin-left: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead2 .-md {
    margin-left: 6px;
    font-size: 12px;
  }
}
.p-top-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__list {
    gap: 0.78125vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 7px;
    gap: 10px;
    margin-top: 7px;
  }
}
.p-top-mv__item {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003666;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9.21px 0px rgba(0, 0, 0, .08);
          box-shadow: 0px 0px 9.21px 0px rgba(0, 0, 0, .08);
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item {
    width: 6.7708333333vw;
    height: 6.7708333333vw;
    -webkit-box-shadow: 0px 0px 0.4796875vw 0px rgba(0, 0, 0, .08);
            box-shadow: 0px 0px 0.4796875vw 0px rgba(0, 0, 0, .08);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item {
    width: 72px;
    height: 72px;
  }
}
.p-top-mv__item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item svg {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item svg {
    width: 56px;
    height: 56px;
  }
}
.p-top-mv__item > div {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item > div {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item > div {
    font-size: 12px;
    font-size: 12px;
  }
}
.p-top-mv__item .c-color {
  display: block;
  color: #fff;
}
.p-top-mv__item.-item1 .-lg {
  font-size: 28px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item.-item1 .-lg {
    font-size: max(10px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item.-item1 .-lg {
    font-size: 18px;
    font-size: 18px;
  }
}
.p-top-mv__item.-item2 div {
  font-size: 20px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item.-item2 div {
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item.-item2 div {
    font-size: 12px;
    font-size: 12px;
  }
}
.p-top-mv__item.-item2 .-lg {
  font-size: 32px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item.-item2 .-lg {
    font-size: max(10px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item.-item2 .-lg {
    font-size: 18px;
    font-size: 18px;
  }
}
.p-top-mv__item.-item2 .-md {
  font-size: 24px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item.-item2 .-md {
    font-size: max(10px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item.-item2 .-md {
    font-size: 14px;
    font-size: 14px;
  }
}
.p-top-mv__item.-item2 .-sm {
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item.-item2 .-sm {
    font-size: max(10px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item.-item2 .-sm {
    font-size: 8px;
    font-size: 8px;
  }
}
.p-top-mv__item.-item3 .-lg {
  font-size: 21px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item.-item3 .-lg {
    font-size: max(10px, 1.09375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item.-item3 .-lg {
    font-size: 12px;
    font-size: 12px;
  }
}
.p-top-mv__item.-item4 .-lg {
  font-size: 30px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__item.-item4 .-lg {
    font-size: max(10px, 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__item.-item4 .-lg {
    font-size: 18px;
    font-size: 18px;
  }
}
.p-top-mv__small {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__small {
    font-size: max(10px, 0.625vw);
    margin-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__small {
    margin-top: unset;
    margin: 0 auto 0;
    max-width: 318px;
    width: 100%;
    font-size: 10px;
    font-size: 10px;
  }
}
.p-top-mv__bg {
  width: 49.5%;
  margin-left: -2.3%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__bg {
    margin-left: -0.1197916667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__bg {
    width: 100%;
    margin-left: unset;
    margin-top: 5px;
    position: unset;
  }
}
.p-top-mv__bg::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/top/mv-bg.webp");
  left: -172px;
  top: -75px;
  width: 550px;
  height: 350px;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__bg::after {
    left: -8.9583333333vw;
    top: -3.90625vw;
    width: 28.6458333333vw;
    height: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__bg::after {
    position: unset;
    content: none;
  }
}
.p-top-mv__bg img {
  width: 100%;
  height: auto;
}
.p-top-eyecatch {
  margin: 0 calc(50% - 50vw);
  padding: 10px calc(50vw - 50%) 12px;
  width: 100vw;
  background-color: #003666;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-top-eyecatch {
    padding: 0.5208333333vw calc(50vw - 50%) 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch {
    padding: 10px calc(50vw - 50%) 12px;
  }
}
.p-top-eyecatch::before, .p-top-eyecatch::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 11px;
}
@media screen and (max-width: 1920px) {
  .p-top-eyecatch::before, .p-top-eyecatch::after {
    bottom: 0.5729166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch::before, .p-top-eyecatch::after {
    bottom: 11px;
  }
}
.p-top-eyecatch::before {
  background-image: url("../images/top/eyecatch-r.webp");
  width: 550px;
  height: 485px;
  right: 0;
}
@media screen and (max-width: 1920px) {
  .p-top-eyecatch::before {
    width: 28.6458333333vw;
    height: 25.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch::before {
    width: 550px;
    height: 485px;
  }
}
.p-top-eyecatch::after {
  background-image: url("../images/top/eyecatch-l.webp");
  width: 550px;
  height: 550px;
  left: 0;
}
@media screen and (max-width: 1920px) {
  .p-top-eyecatch::after {
    width: 28.6458333333vw;
    height: 28.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch::after {
    width: 550px;
    height: 550px;
  }
}
.p-top-eyecatch__img {
  max-width: 774px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1920px) {
  .p-top-eyecatch__img {
    max-width: 40.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch__img {
    max-width: 774px;
    padding: 0 3px;
  }
}
.p-top-eyecatch__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .p-top-eyecatch__img2 {
    width: 4.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch__img2 {
    width: 88px;
    width: 88px;
  }
}
.p-top-eyecatch__img2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .p-top-eyecatch__flex {
    gap: 0.2604166667vw;
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
  }
}
.p-top-eyecatch__small {
  color: #fff;
  font-size: 12px;
  line-height: 130%;
  margin: 0 auto 0;
  max-width: 774px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1920px) {
  .p-top-eyecatch__small {
    font-size: max(10px, 0.625vw);
    max-width: 40.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch__small {
    font-size: 10px;
    line-height: 1.2;
    width: calc(100% - 93px);
    max-width: unset;
  }
}
.p-top-eyecatch__small strong {
  font-weight: 700;
  font-size: 19px;
}
@media screen and (max-width: 1920px) {
  .p-top-eyecatch__small strong {
    font-size: max(10px, 0.9895833333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch__small strong {
    font-size: 14px;
  }
}
.p-top-eyecatch__small a {
  color: #FAE3CB;
  text-decoration: underline;
}
.p-top-worries {
  margin: 0 calc(50% - 50vw);
  padding: 111px calc(50vw - 50%) 100px;
  width: 100vw;
  background-color: #FEF3E3;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-top-worries {
    padding: 5.78125vw calc(50vw - 50%) 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries {
    padding: 52px calc(50vw - 50%) 45px;
  }
}
.p-top-worries::before, .p-top-worries::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.p-top-worries::before {
  background-image: url("../images/top/worries-r.webp");
  right: 0;
  top: 0;
  width: 550px;
  height: 350px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries::before {
    width: 28.6458333333vw;
    height: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries::before {
    width: 270px;
    height: 172px;
  }
}
.p-top-worries::after {
  background-image: url("../images/top/worries-l.webp");
  left: 0;
  bottom: 0;
  width: 399px;
  height: 350px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries::after {
    width: 20.78125vw;
    height: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries::after {
    width: 197px;
    height: 172px;
  }
}
.p-top-worries__maintitle {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__maintitle {
    font-size: max(10px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__maintitle {
    font-size: 18px;
    font-size: 18px;
  }
}
.p-top-worries__maintitle::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/worries.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 37px;
  top: -60px;
  width: 150px;
  height: 123px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__maintitle::after {
    right: 1.9270833333vw;
    top: -3.125vw;
    width: 7.8125vw;
    height: 6.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__maintitle::after {
    width: 50px;
    height: 41px;
    top: -32px;
    right: 16px;
  }
}
.p-top-worries__maintitle .-logo {
  width: 430px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__maintitle .-logo {
    width: 22.3958333333vw;
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__maintitle .-logo {
    display: inline-block;
    width: 200px;
    margin-right: unset;
    margin: 8px 6px 8px 0px;
    width: 200px;
    margin: 8px 6px 8px 0px;
  }
}
.p-top-worries__maintitle .-logo img {
  width: 100%;
  height: auto;
}
.p-top-worries__maintitle .-color {
  color: #034F99;
}
.p-top-worries__maintitle .-md {
  font-size: 48px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__maintitle .-md {
    font-size: max(10px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__maintitle .-md {
    font-size: 24px;
    font-size: 24px;
  }
}
.p-top-worries__maintitle .-lg {
  font-size: 60px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__maintitle .-lg {
    font-size: max(10px, 3.125vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__maintitle .-lg {
    font-size: 28px;
    font-size: 28px;
  }
}
.p-top-worries__maintitle .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__maintitle .-flex {
    margin-top: 1.1979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__maintitle .-flex {
    display: block;
    margin-top: unset;
    margin-top: unset;
  }
}
.p-top-worries__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__list {
    margin-top: 2.6041666667vw;
    gap: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__list {
    margin-top: 25px;
    gap: 25px;
    margin-top: 25px;
    gap: 25px;
  }
}
.p-top-worries__title {
  background-color: #034F99;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  position: relative;
  padding: 12px 40px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__title {
    border-radius: 0.5208333333vw;
    gap: 1.5625vw;
    font-size: max(10px, 1.25vw);
    padding: 0.625vw 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__title {
    border-radius: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
    padding: 8px 10px;
    gap: 8px;
  }
}
.p-top-worries__title.-gap1 {
  gap: 16px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__title.-gap1 {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__title.-gap1 {
    gap: 9px;
    gap: 9px;
  }
}
.p-top-worries__title::after {
  position: absolute;
  content: "";
  background-color: #034F99;
  left: 150px;
  bottom: -14px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 35px;
  height: 19px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__title::after {
    left: 7.8125vw;
    bottom: -0.7291666667vw;
    width: 1.8229166667vw;
    height: 0.9895833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__title::after {
    width: 20px;
    height: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
    width: 20px;
    height: 11px;
    bottom: -8px;
  }
}
.p-top-worries__title span {
  font-size: 45px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__title span {
    font-size: max(10px, 2.34375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__title span {
    font-size: 24px;
    font-size: 24px;
  }
}
.p-top-worries__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.73%;
  margin-top: 8px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__contents {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
  }
}
.p-top-worries__bg {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 30px 20px;
  width: 70%;
  min-height: 220px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__bg {
    border-radius: 0.78125vw;
    padding: 0.78125vw 1.5625vw 1.0416666667vw;
    min-height: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__bg {
    width: 100%;
    padding: 15px 10px;
    min-height: unset;
    border-radius: 15px;
  }
}
.p-top-worries__img {
  width: 27.27%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-worries__img {
    width: 100%;
    margin-top: 8px;
    padding: 0 22px;
    margin-top: 8px;
    padding: 0 22px;
  }
}
.p-top-worries__img img {
  width: 100%;
  height: auto;
}
.p-top-worries__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__subtitle {
    gap: 0.78125vw;
    font-size: max(10px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__subtitle {
    font-size: 18px;
    gap: 8px;
    font-size: 18px;
    gap: 8px;
  }
}
.p-top-worries__subtitle--sm {
  background: linear-gradient(135deg, rgb(0, 54, 102) 50%, rgb(38, 84, 125) 50%);
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 4px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  width: 78px;
  height: 78px;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__subtitle--sm {
    font-size: max(10px, 1.0416666667vw);
    padding: 0.2083333333vw 0px;
    width: 4.0625vw;
    height: 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__subtitle--sm {
    width: 56px;
    height: 56px;
    font-size: 14px;
    width: 56px;
    height: 56px;
    font-size: 14px;
  }
}
.p-top-worries__subtitle--lg {
  width: calc(100% - 78px);
}
@media screen and (max-width: 1920px) {
  .p-top-worries__subtitle--lg {
    width: calc(100% - 4.0625vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__subtitle--lg {
    width: calc(100% - 56px);
    width: calc(100% - 56px);
  }
}
.p-top-worries__text {
  font-size: 18px;
  line-height: 160%;
  margin-top: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  .p-top-worries__text {
    font-size: max(10px, 0.9375vw);
    margin-top: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.p-top-plan {
  margin: 0 calc(50% - 50vw);
  padding: 104px calc(50vw - 50%);
  width: 100vw;
  background-color: #F2F6FA;
}
@media screen and (max-width: 1920px) {
  .p-top-plan {
    padding: 5.4166666667vw calc(50vw - 50%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan {
    padding: 50px calc(50vw - 50%) 45px;
    padding: 50px calc(50vw - 50%) 45px;
  }
}
.p-top-plan__maintitle {
  font-size: 40px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__maintitle {
    font-size: max(10px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__maintitle {
    font-size: 20px;
    font-size: 20px;
  }
}
.p-top-plan__maintitle::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/plan.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 70px;
  top: -5px;
  width: 164px;
  height: 174px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__maintitle::after {
    right: 3.6458333333vw;
    top: -0.2604166667vw;
    width: 8.5416666667vw;
    height: 9.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__maintitle::after {
    width: 60px;
    height: 64px;
    right: 4px;
    top: -11px;
    width: 60px;
    height: 64px;
    right: 4px;
    top: -11px;
  }
}
.p-top-plan__maintitle .-lg {
  font-size: 48px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__maintitle .-lg {
    font-size: max(10px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__maintitle .-lg {
    font-size: 28px;
    font-size: 28px;
  }
}
.p-top-plan__maintitle .-icon {
  position: relative;
}
.p-top-plan__maintitle .-icon::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/plan-title.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: -11px;
  top: -14px;
  width: 50px;
  height: 30px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__maintitle .-icon::after {
    left: -0.5729166667vw;
    top: -0.7291666667vw;
    width: 2.6041666667vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__maintitle .-icon::after {
    width: 40px;
    height: 25px;
    left: -18px;
    top: -14px;
  }
}
.p-top-plan__lead {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__lead {
    font-size: max(10px, 1.0416666667vw);
    margin-top: 2.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__lead {
    font-size: 14px;
    margin-top: 23px;
  }
}
.p-top-plan__section {
  margin-top: 20px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__section {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__section {
    margin-top: 5px;
  }
}
.p-top-plan__section + .p-top-plan__section {
  margin-top: 30px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__section + .p-top-plan__section {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__section + .p-top-plan__section {
    margin-top: 26px;
  }
}
.p-top-plan__sectiontitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 52px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__sectiontitle {
    height: 2.7083333333vw;
    font-size: max(10px, 1.6666666667vw);
    border-radius: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__sectiontitle {
    font-size: 20px;
    height: 28px;
    border-radius: 5px;
  }
}
.p-top-plan__sectiontitle.-color1 {
  background-color: #034F99;
}
.p-top-plan__sectiontitle.-color2 {
  background-color: #003666;
}
.p-top-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 8px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__list {
    gap: 0.2604166667vw;
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__list {
    margin-top: 5px;
    gap: 5px;
  }
}
.p-top-plan__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  padding: 13px 17px 12px 40px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__item {
    gap: 1.8229166667vw;
    padding: 0.6770833333vw 0.8854166667vw 0.625vw 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__item {
    padding: 11px 5px 7px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-top-plan__title {
  font-size: 30px;
  font-weight: 700;
  width: 376px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__title {
    font-size: max(10px, 1.5625vw);
    width: 19.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__title {
    font-size: 18px;
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
}
.p-top-plan__title .-color1 {
  color: #034F99;
}
.p-top-plan__title .-color2 {
  color: #003666;
}
.p-top-plan__datawrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: calc(100% - 411px);
}
@media screen and (max-width: 1920px) {
  .p-top-plan__datawrap {
    gap: 1.0416666667vw;
    width: calc(100% - 21.40625vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__datawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: unset;
    width: 100%;
    gap: unset;
  }
}
.p-top-plan__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__data {
    gap: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__data {
    gap: 4px;
    gap: 4px;
  }
}
.p-top-plan__data:nth-of-type(1) {
  width: 303px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__data:nth-of-type(1) {
    width: 15.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__data:nth-of-type(1) {
    width: 50%;
    width: 50%;
  }
}
.p-top-plan__data .-bg1, .p-top-plan__data .-bg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__data .-bg1, .p-top-plan__data .-bg2 {
    padding: 0.5208333333vw;
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__data .-bg1, .p-top-plan__data .-bg2 {
    font-size: 12px;
    padding: 5px;
    font-size: 12px;
    padding: 5px;
  }
}
.p-top-plan__data .-bg1 {
  background-color: #F5F4F0;
}
.p-top-plan__data .-bg2 {
  background-color: #FEF4EA;
}
.p-top-plan__data .-size {
  font-weight: 700;
}
.p-top-plan__data .-size .-sm {
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__data .-size .-sm {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__data .-size .-sm {
    font-size: 12px;
    font-size: 12px;
  }
}
.p-top-plan__data .-size .-md {
  font-size: 32px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__data .-size .-md {
    font-size: max(10px, 1.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__data .-size .-md {
    font-size: 18px;
    font-size: 18px;
  }
}
.p-top-plan__data .-size .-lg {
  font-size: 42px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__data .-size .-lg {
    font-size: max(10px, 2.1875vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__data .-size .-lg {
    font-size: 28px;
    font-size: 28px;
  }
}
.p-top-plan__data .-price {
  font-weight: 700;
}
.p-top-plan__data .-price .-sm {
  font-size: 16px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__data .-price .-sm {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__data .-price .-sm {
    font-size: 10px;
    font-size: 10px;
  }
}
.p-top-plan__data .-price .-md {
  font-size: 20px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__data .-price .-md {
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__data .-price .-md {
    font-size: 14px;
    font-size: 14px;
  }
}
.p-top-plan__data .-price .-lg {
  font-size: 42px;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__data .-price .-lg {
    font-size: max(10px, 2.1875vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__data .-price .-lg {
    font-size: 28px;
    font-size: 28px;
  }
}
.p-top-plan__small {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 150%;
}
@media screen and (max-width: 1920px) {
  .p-top-plan__small {
    margin-top: 0.3645833333vw;
    font-size: max(10px, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-plan__small {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 7px;
    font-size: 10px;
    margin-top: 7px;
  }
}
.p-top-support {
  background-color: #fff;
  padding: 46px 40px 50px;
  border-radius: 40px 0 40px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1920px) {
  .p-top-support {
    padding: 2.3958333333vw 2.0833333333vw 2.6041666667vw;
    border-radius: 2.0833333333vw 0 2.0833333333vw 2.0833333333vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-support {
    padding: 30px 10px 30px;
    margin-top: 30px;
    border-radius: 40px 0 40px 40px;
  }
}
.p-top-support__title {
  font-size: 28px;
  line-height: 177%;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .p-top-support__title {
    font-size: max(10px, 1.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__title {
    font-size: 16px;
    line-height: 186%;
    font-size: 16px;
  }
}
.p-top-support__title .-lg {
  font-size: 36px;
}
@media screen and (max-width: 1920px) {
  .p-top-support__title .-lg {
    font-size: max(10px, 1.875vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__title .-lg {
    font-size: 22px;
    font-size: 22px;
  }
}
.p-top-support__section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 30px;
  padding-left: 28px;
}
@media screen and (max-width: 1920px) {
  .p-top-support__section1 {
    gap: 2.0833333333vw;
    margin-top: 1.5625vw;
    padding-left: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: unset;
    gap: unset;
    margin-top: 20px;
    padding-left: unset;
    gap: unset;
    margin-top: 20px;
  }
}
.p-top-support__img {
  max-width: 379px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1920px) {
  .p-top-support__img {
    max-width: 19.7395833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__img {
    max-width: 240px;
    margin: 0 auto;
    position: relative;
    max-width: 240px;
    margin: 0 auto;
  }
  .p-top-support__img::after {
    position: absolute;
    content: "";
    background-image: url("../images/top/support2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    left: -16px;
    top: 70px;
    width: 65px;
    height: 94px;
    left: -16px;
    top: 70px;
    width: 65px;
    height: 94px;
  }
}
.p-top-support__img img {
  width: 100%;
  height: auto;
}
.p-top-support__contents h4 {
  max-width: 466px;
  width: 100%;
  height: 38px;
  background-color: #034F99;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .p-top-support__contents h4 {
    max-width: 24.2708333333vw;
    height: 1.9791666667vw;
    border-radius: 0.2604166667vw;
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__contents h4 {
    font-size: 16px;
    height: 30px;
    max-width: unset;
    margin-top: 15px;
    padding: 4px 3px;
    border-radius: 5px;
  }
}
.p-top-support__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 23px;
}
@media screen and (max-width: 1920px) {
  .p-top-support__contents ul {
    gap: 0.625vw;
    margin-top: 1.1979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__contents ul {
    gap: 10px;
    margin-top: 7px;
    gap: 10px;
    margin-top: 7px;
  }
}
.p-top-support__contents li {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 1920px) {
  .p-top-support__contents li {
    font-size: max(10px, 1.0416666667vw);
    padding-left: 1.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__contents li {
    font-size: 14px;
    padding-left: 17px;
  }
}
.p-top-support__contents svg {
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 1920px) {
  .p-top-support__contents svg {
    top: 0.1041666667vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__contents svg {
    width: 15px;
    height: 15px;
  }
}
.p-top-support__section2 {
  margin-top: 18px;
}
@media screen and (max-width: 1920px) {
  .p-top-support__section2 {
    margin-top: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__section2 {
    margin-top: 18px;
  }
}
.p-top-support__section2 h4 {
  background-color: #FEF3E3;
  padding: 10px 21px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .p-top-support__section2 h4 {
    padding: 0.5208333333vw 1.09375vw;
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__section2 h4 {
    padding: 5px 4px;
    font-size: 16px;
  }
}
.p-top-support__section2 strong {
  font-size: 18px;
  line-height: 150%;
  font-size: 700;
  margin-top: 15px;
  display: block;
}
@media screen and (max-width: 1920px) {
  .p-top-support__section2 strong {
    font-size: max(10px, 0.9375vw);
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__section2 strong {
    font-size: 14px;
    margin-top: 12px;
    font-size: 14px;
    margin-top: 12px;
  }
}
.p-top-support__section2 p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 1920px) {
  .p-top-support__section2 p {
    font-size: max(10px, 0.8333333333vw);
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-support__section2 p {
    font-size: 14px;
    margin-top: 5px;
    font-size: 14px;
    margin-top: 5px;
  }
}
.p-top-solution {
  margin: 0 calc(50% - 50vw);
  padding: 96px calc(50vw - 50%) 100px;
  width: 100vw;
  background-color: #F5F4F0;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-top-solution {
    padding: 5vw calc(50vw - 50%) 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution {
    padding: 45px calc(50vw - 50%) 45px;
    padding: 45px calc(50vw - 50%) 45px;
  }
}
.p-top-solution::before, .p-top-solution::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.p-top-solution::before {
  background-image: url("../images/top/solution-r.webp");
  width: 750px;
  height: 485px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1920px) {
  .p-top-solution::before {
    width: 39.0625vw;
    height: 25.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution::before {
    width: 200px;
    height: 127px;
    width: 200px;
    height: 127px;
  }
}
.p-top-solution::after {
  background-image: url("../images/top/solution-l.webp");
  width: 550px;
  height: 350px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1920px) {
  .p-top-solution::after {
    width: 28.6458333333vw;
    height: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution::after {
    width: 200px;
    height: 127px;
    width: 200px;
    height: 127px;
  }
}
.p-top-solution__inner {
  position: relative;
  z-index: 2;
}
.p-top-solution__title {
  font-size: 40px;
  line-height: 165%;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__title {
    font-size: max(10px, 2.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__title {
    font-size: 20px;
    font-size: 20px;
  }
}
.p-top-solution__title::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/solution.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -2px;
  width: 250px;
  height: 248px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__title::after {
    left: 0vw;
    top: -0.1041666667vw;
    width: 13.0208333333vw;
    height: 12.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__title::after {
    width: 61px;
    height: 60px;
    top: 90px;
    width: 61px;
    height: 60px;
    top: 90px;
  }
}
.p-top-solution__title .-lg {
  font-size: 48px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__title .-lg {
    font-size: max(10px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__title .-lg {
    font-size: 24px;
    font-size: 24px;
  }
}
.p-top-solution__title2 {
  background-color: #F76B1F;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__title2 {
    border-radius: 0.2604166667vw;
    padding: 0.4166666667vw;
    font-size: max(10px, 1.4583333333vw);
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__title2 {
    font-size: 18px;
    padding: 6px;
    margin-top: 16px;
    border-radius: 5px;
  }
}
.p-top-solution__lead {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin-top: 42px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__lead {
    font-size: max(10px, 1.0416666667vw);
    margin-top: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__lead {
    font-size: 14px;
    margin-top: 20px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.p-top-solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px 25px;
  margin-top: 9px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__list {
    gap: 0.46875vw 1.3020833333vw;
    margin-top: 0.46875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__list {
    margin-top: 12px;
    gap: 9px;
  }
}
.p-top-solution__item {
  width: calc(33.33333% - 16.66667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__item {
    width: calc(33.33333% - 0.86806vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__item {
    width: 100%;
  }
}
.p-top-solution__item .-cloud {
  border-radius: 5px;
  background-color: #F76B1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 15px 4px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__item .-cloud {
    border-radius: 0.2604166667vw;
    padding: 0.15625vw 0.78125vw 0.2083333333vw;
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__item .-cloud {
    font-size: 16px;
    margin-left: 6px;
    padding: 2px 10px 2px;
    border-radius: 5px;
  }
}
.p-top-solution__item .-cloud::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #F76B1F;
  right: 26%;
  bottom: -6px;
  width: 8px;
  height: 7px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__item .-cloud::after {
    bottom: -0.3125vw;
    width: 0.4166666667vw;
    height: 0.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__item .-cloud::after {
    right: 17%;
    bottom: -6px;
    width: 8px;
    height: 7px;
  }
}
.p-top-solution__item svg {
  margin-top: 5px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__item svg {
    margin-top: 0.2604166667vw;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__item svg {
    width: 40px;
    height: 40px;
    margin-top: 2px;
  }
}
.p-top-solution__item .-bg {
  background-color: #fff;
  border-radius: 20px;
  padding: 34px 15px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -33px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__item .-bg {
    border-radius: 1.0416666667vw;
    padding: 1.7708333333vw 0.78125vw 1.5625vw;
    margin-top: -1.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__item .-bg {
    width: 100%;
    padding: 35px 10px 20px;
    margin-top: -36px;
    border-radius: 20px;
  }
}
.p-top-solution__item .-title1 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__item .-title1 {
    font-size: max(10px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__item .-title1 {
    font-size: 18px;
    font-size: 18px;
  }
}
.p-top-solution__item .-title2 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__item .-title2 {
    font-size: max(10px, 0.9375vw);
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__item .-title2 {
    font-size: 16px;
    margin-top: 12px;
    font-size: 16px;
    margin-top: 12px;
  }
}
.p-top-solution__item .-title2.-pd {
  padding: 14px 0;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__item .-title2.-pd {
    padding: 0.7291666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__item .-title2.-pd {
    padding: 0 0;
    padding: 0 0;
  }
}
.p-top-solution__item .-text {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution__item .-text {
    font-size: max(10px, 0.8333333333vw);
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution__item .-text {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
  }
}
.p-top-solution-bgarea {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea {
    border-radius: 1.0416666667vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea {
    border-radius: 20px;
    margin-top: 50px;
  }
}
.p-top-solution-bgarea__title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__title {
    font-size: max(10px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__title {
    font-size: 14px;
  }
}
.p-top-solution-bgarea__openarea {
  margin-top: 5px;
  padding: 0 60px 0;
  display: none;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__openarea {
    margin-top: 0.2604166667vw;
    padding: 0 3.125vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__openarea {
    padding: 0 5px 10px 0;
    margin-top: unset;
  }
}
.p-top-solution-bgarea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__inner {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
}
.p-top-solution-bgarea__inner > div {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__inner > div {
    width: calc(50% - 1.04167vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__inner > div {
    width: 100%;
  }
}
.p-top-solution-bgarea__sectiontitle {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__sectiontitle {
    font-size: max(10px, 0.9375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__sectiontitle {
    font-size: 14px;
    font-size: 14px;
  }
}
.p-top-solution-bgarea__sectiontitle svg {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__sectiontitle svg {
    width: 1.9791666667vw;
    height: 1.9791666667vw;
    margin-left: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__sectiontitle svg {
    width: 38px;
    height: 38px;
    margin-left: 5px;
    width: 38px;
    height: 38px;
    margin-left: 5px;
  }
}
.p-top-solution-bgarea__sectiontitle span {
  border-top: 2px solid #F76B1F;
  border-bottom: 2px solid #F76B1F;
  padding: 5px 20px;
  display: inline-block;
  width: calc(100% - 38px);
  margin-left: -12px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__sectiontitle span {
    border-top: 0.1041666667vw solid #F76B1F;
    border-bottom: 0.1041666667vw solid #F76B1F;
    padding: 0.2604166667vw 1.0416666667vw;
    width: calc(100% - 1.97917vw);
    margin-left: -0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__sectiontitle span {
    padding: 5px 0px 5px 17px;
    border-top: 2px solid #F76B1F;
    border-bottom: 2px solid #F76B1F;
    padding: 5px 0px 5px 17px;
    width: calc(100% - 38px);
    margin-left: -12px;
  }
}
.p-top-solution-bgarea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 4px 0px 20px 50px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__list {
    gap: 0.2604166667vw;
    padding: 0.2083333333vw 0px 1.0416666667vw 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__list {
    gap: 8px;
    padding: 6px 20px 15px 45px;
  }
}
.p-top-solution-bgarea__list li {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__list li {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__list li {
    font-size: 14px;
    line-height: 120%;
    font-size: 14px;
  }
  .p-top-solution-bgarea__list li.-mt {
    margin-top: 2px;
  }
}
.p-top-solution-bgarea__head {
  cursor: pointer;
  position: relative;
  padding: 25px 60px;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__head {
    padding: 1.3020833333vw 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__head {
    padding: 16px 15px;
    padding: 16px 15px;
  }
}
.p-top-solution-bgarea__cross {
  position: absolute;
  cursor: pointer;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__cross {
    right: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__cross {
    right: 15px;
    top: 50%;
  }
}
.p-top-solution-bgarea__cross::before, .p-top-solution-bgarea__cross::after {
  position: absolute;
  content: "";
  background-color: #F76B1F;
  width: 30px;
  height: 2px;
  right: 0px;
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1920px) {
  .p-top-solution-bgarea__cross::before, .p-top-solution-bgarea__cross::after {
    width: 1.5625vw;
    height: 0.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-solution-bgarea__cross::before, .p-top-solution-bgarea__cross::after {
    width: 25px;
  }
}
.p-top-solution-bgarea__cross::after {
  rotate: 90deg;
}
.p-top-solution-bgarea__cross.-active::after {
  rotate: 0deg;
}
.p-top-introduction {
  margin: 0 calc(50% - 50vw);
  padding: 69px calc(50vw - 50%) 216px;
  width: 100vw;
  background-color: #FAE3CB;
  background-image: url("../images/top/introduction-bg.webp");
  background-size: cover;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction {
    padding: 3.59375vw calc(50vw - 50%) 11.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction {
    padding: 16px calc(50vw - 50%) 45px;
    background-image: unset;
    position: relative;
    z-index: 1;
  }
  .p-top-introduction::before, .p-top-introduction::after {
    position: absolute;
    content: "";
    background-image: url("path/to/image.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .p-top-introduction::before {
    left: 0;
    bottom: 0;
    width: 375px;
    height: 324px;
    background-image: url("../images/top/introduction-sp-bottom.webp");
  }
  .p-top-introduction::after {
    right: 0;
    top: -2px;
    width: 375px;
    height: 339px;
    background-image: url("../images/top/introduction-sp-top.webp");
  }
}
.p-top-introduction__maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__maintitle {
    font-size: max(10px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__maintitle {
    font-size: 24px;
    gap: 8px;
  }
  .p-top-introduction__maintitle svg {
    width: 25px;
    height: 25px;
  }
}
.p-top-introduction__lead {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 52px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__lead {
    font-size: max(10px, 1.0416666667vw);
    margin-top: 2.7083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__lead {
    font-size: 14px;
    line-height: 150%;
    margin-top: 23px;
    font-size: 14px;
    margin-top: 23px;
  }
}
.p-top-introduction__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__contents {
    gap: 1.3020833333vw;
    margin-top: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: unset;
    margin-top: 15px;
    gap: 25px;
    margin-top: 15px;
  }
}
.p-top-introduction__contents::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/introduction.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -16px;
  bottom: -50px;
  width: 250px;
  height: 302px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__contents::after {
    right: -0.8333333333vw;
    bottom: -2.6041666667vw;
    width: 13.0208333333vw;
    height: 15.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__contents::after {
    position: unset;
    content: none;
  }
}
.p-top-introduction__item {
  width: calc(33.33333% - 16.66667px);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 447px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__item {
    width: calc(33.33333% - 0.86806vw);
    border-radius: 0.5208333333vw;
    padding: 1.0416666667vw 0.78125vw;
    min-height: 23.28125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__item {
    padding: 20px 13px;
    width: 100%;
    min-height: unset;
    border-radius: 10px;
  }
}
.p-top-introduction__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__title {
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__title {
    height: 50px;
  }
}
.p-top-introduction__title svg {
  position: absolute;
  left: -48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__title svg {
    left: -2.5vw;
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__title svg {
    width: 35px;
    height: 35px;
    left: -38px;
    left: -38px;
    width: 35px;
    height: 35px;
  }
}
.p-top-introduction__title--lg, .p-top-introduction__title--sm {
  font-weight: 700;
  line-height: 150%;
}
.p-top-introduction__title--lg {
  font-size: 20px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__title--lg {
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__title--lg {
    font-size: 18px;
    font-size: 18px;
  }
}
.p-top-introduction__title--sm {
  font-size: 14px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__title--sm {
    font-size: max(10px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__title--sm {
    font-size: 14px;
  }
}
.p-top-introduction__subtitle {
  background-color: #F5F4F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #003666;
  width: 100%;
  height: 34px;
  margin-top: 10px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__subtitle {
    height: 1.7708333333vw;
    font-size: max(10px, 0.9375vw);
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__subtitle {
    font-size: 16px;
    height: 32px;
    margin-top: 7px;
    font-size: 16px;
    height: 32px;
    margin-top: 7px;
  }
}
.p-top-introduction__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__list {
    gap: 0.8333333333vw;
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__list {
    margin-top: 8px;
    gap: 12px;
  }
}
.p-top-introduction__list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-left: 23px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__list li {
    font-size: max(10px, 0.8333333333vw);
    padding-left: 1.1979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__list li {
    font-size: 14px;
    padding-left: 23px;
  }
}
.p-top-introduction__list li::after {
  position: absolute;
  content: "";
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__list li::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__list li::after {
    width: 20px;
    height: 20px;
  }
}
.p-top-introduction__list li strong {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__list li strong {
    margin-bottom: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__list li strong {
    margin-bottom: 5px;
  }
}
.p-top-introduction__button {
  background-color: #F76B1F;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 35px;
  margin-top: 21px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__button {
    border-radius: 0.2604166667vw;
    height: 2.8645833333vw;
    font-size: max(10px, 1.0416666667vw);
    padding: 0.78125vw 1.8229166667vw;
    margin-top: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__button {
    margin-top: 20px;
    border-radius: 5px;
    height: 55px;
    font-size: 20px;
    padding: 15px 35px;
    margin-top: 20px;
  }
}
.p-top-introduction__button::before, .p-top-introduction__button::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 13px;
  height: 2px;
  right: 24px;
  top: 50%;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__button::before, .p-top-introduction__button::after {
    width: 0.6770833333vw;
    height: 0.1041666667vw;
    right: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__button::before, .p-top-introduction__button::after {
    width: 13px;
    height: 2px;
    right: 24px;
  }
}
.p-top-introduction__button::after {
  rotate: 90deg;
}
.p-top-introduction__button p {
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__button p {
    padding-left: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__button p {
    padding-left: 28px;
  }
}
.p-top-introduction__button p::after {
  position: absolute;
  content: "";
  background-image: url("../images/icon_denki.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__button p::after {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__button p::after {
    width: 25px;
    height: 25px;
  }
}
.p-top-introduction__openarea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.p-top-introduction__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.p-top-introduction__modalcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 524px;
  z-index: 1001;
  border-radius: 10px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent {
    border-radius: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent {
    max-width: 524px;
    border-radius: 10px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__title {
  height: auto;
}
.p-top-introduction__modalcontent .p-top-introduction__title--lg {
  font-size: 24px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__title--lg {
    font-size: max(10px, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__title--lg {
    font-size: 20px;
    font-size: 20px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__title--sm {
  font-size: 16px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__title--sm {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__title--sm {
    font-size: 14px;
    font-size: 14px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__subtitle1 {
  background-color: #F76B1F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  padding: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__subtitle1 {
    font-size: max(10px, 1.0416666667vw);
    padding: 0.4166666667vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__subtitle1 {
    font-size: 18px;
    margin-top: 15px;
    font-size: 18px;
    padding: 8px;
    margin-top: 15px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__subtitle2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__subtitle2 {
    font-size: max(10px, 1.0416666667vw);
    padding-bottom: 0.5208333333vw;
    margin-top: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__subtitle2 {
    font-size: 18px;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 25px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__subtitle2::after {
  position: absolute;
  content: "";
  background-color: #F76B1F;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 2px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__subtitle2::after {
    width: 1.5625vw;
    height: 0.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__subtitle2::after {
    width: 30px;
    height: 2px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__list1 {
    gap: 0.8333333333vw;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__list1 {
    margin-top: 10px;
    gap: 15px;
    margin-top: 10px;
    gap: 15px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__list1 li {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__list1 li {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__list1 li {
    font-size: 14px;
    line-height: 150%;
    font-size: 14px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__list1 li strong {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__list1 li strong {
    font-size: max(10px, 0.9375vw);
    padding-left: 1.1979166667vw;
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__list1 li strong {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 23px;
    margin-bottom: 5px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__list1 li strong::after {
  position: absolute;
  content: "";
  background-image: url("../images/icon_denki2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__list1 li strong::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__list1 li strong::after {
    width: 20px;
    height: 20px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__list2 {
    gap: 0.5208333333vw;
    margin-top: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__list2 {
    gap: 5px;
    margin-top: 16px;
    gap: 5px;
    margin-top: 16px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__list2 li {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__list2 li {
    font-size: max(10px, 0.8333333333vw);
    padding-left: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__list2 li {
    font-size: 14px;
    line-height: 130%;
    padding-left: 21px;
    font-size: 14px;
    padding-left: 21px;
  }
}
.p-top-introduction__modalcontent .p-top-introduction__list2 li::after {
  position: absolute;
  content: "";
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalcontent .p-top-introduction__list2 li::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalcontent .p-top-introduction__list2 li::after {
    width: 20px;
    height: 20px;
  }
}
.p-top-introduction__modalinner {
  max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 32px;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__modalinner {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__modalinner {
    padding: 20px 10px;
    padding: 20px 10px;
  }
}
.p-top-introduction__close {
  position: absolute;
  cursor: pointer;
  top: 4px;
  right: -5px;
  rotate: 45deg;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__close {
    top: 0.2083333333vw;
    right: -0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__close {
    right: -10px;
    top: 4px;
    right: -10px;
  }
}
.p-top-introduction__close::before, .p-top-introduction__close::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 40px;
  height: 3px;
  right: 24px;
  top: 50%;
}
@media screen and (max-width: 1920px) {
  .p-top-introduction__close::before, .p-top-introduction__close::after {
    width: 2.0833333333vw;
    height: 0.15625vw;
    right: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__close::before, .p-top-introduction__close::after {
    width: 40px;
    height: 3px;
    right: 24px;
  }
}
.p-top-introduction__close::after {
  rotate: 90deg;
}
.p-top-composition {
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%);
  width: 100vw;
  background-color: #F2F6F9;
}
@media screen and (max-width: 1920px) {
  .p-top-composition {
    padding: 5.2083333333vw calc(50vw - 50%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition {
    padding: 45px calc(50vw - 50%) 85px;
    padding: 45px calc(50vw - 50%) 85px;
  }
}
.p-top-composition__title {
  font-size: 42px;
  line-height: 150%;
  font-weight: 700;
  color: #034F99;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .p-top-composition__title {
    font-size: max(10px, 2.1875vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition__title {
    font-size: 24px;
    font-size: 24px;
  }
}
.p-top-composition__title::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/composition.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: -213px;
  top: -140px;
  width: 250px;
  height: 328px;
}
@media screen and (max-width: 1920px) {
  .p-top-composition__title::after {
    left: -11.09375vw;
    top: -7.2916666667vw;
    width: 13.0208333333vw;
    height: 17.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition__title::after {
    left: 10px;
    top: -62px;
    width: 70px;
    height: 92px;
  }
}
.p-top-composition__tablewrap {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1920px) {
  .p-top-composition__tablewrap {
    -webkit-box-shadow: 0px 0px 0.5208333333vw 0px rgba(0, 0, 0, .08);
            box-shadow: 0px 0px 0.5208333333vw 0px rgba(0, 0, 0, .08);
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition__tablewrap {
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
    margin-top: 20px;
    overflow-x: scroll;
  }
}
.p-top-composition__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-composition__table {
    width: 575px;
  }
}
.p-top-composition__table .-bg1 {
  background-color: #034F99;
  color: #fff;
  font-size: 20px;
  padding: 13px;
}
@media screen and (max-width: 1920px) {
  .p-top-composition__table .-bg1 {
    font-size: max(10px, 1.0416666667vw);
    padding: 0.6770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition__table .-bg1 {
    font-size: 16px;
    padding: 11px 10px;
    font-size: 16px;
    padding: 11px 10px;
  }
}
.p-top-composition__table .-bg1:not(:last-of-type) {
  border-right: 2px solid #F2F2F2;
}
@media screen and (max-width: 1920px) {
  .p-top-composition__table .-bg1:not(:last-of-type) {
    border-right: 0.1041666667vw solid #F2F2F2;
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition__table .-bg1:not(:last-of-type) {
    border-right: 2px solid #F2F2F2;
  }
}
.p-top-composition__table .-bg2 {
  background-color: #F5F4F0;
  font-size: 18px;
  width: 180px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1920px) {
  .p-top-composition__table .-bg2 {
    font-size: max(10px, 0.9375vw);
    width: 9.375vw;
    border-bottom: 0.1041666667vw solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition__table .-bg2 {
    font-size: 14px;
    text-align: left;
    width: 111px;
    line-height: 1.5;
    font-size: 14px;
    width: 111px;
    border-bottom: 2px solid #fff;
  }
  .p-top-composition__table .-bg2 > span {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-composition__table th {
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.p-top-composition__table td {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  background-color: #fff;
  vertical-align: middle;
  padding: 14px;
  border-bottom: 2px solid #F2F2F2;
  height: 100px;
}
@media screen and (max-width: 1920px) {
  .p-top-composition__table td {
    font-size: max(10px, 0.8333333333vw);
    padding: 0.7291666667vw;
    border-bottom: 0.1041666667vw solid #F2F2F2;
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition__table td {
    font-size: 14px;
    line-height: 130%;
    padding: 10px 7px 7px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    padding: 10px 7px 7px;
    border-bottom: 2px solid #F2F2F2;
    height: fit-content;
  }
}
.p-top-composition__table td:first-of-type {
  border-right: 2px solid #F2F2F2;
  width: 390px;
  padding: 14px 9px;
}
@media screen and (max-width: 1920px) {
  .p-top-composition__table td:first-of-type {
    border-right: 0.1041666667vw solid #F2F2F2;
    width: 20.3125vw;
    padding: 0.7291666667vw 0.46875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition__table td:first-of-type {
    width: 148px;
    padding: 0px 4px;
    line-height: 140%;
    width: 148px;
    padding: 0px 4px;
    border-right: 2px solid #F2F2F2;
  }
}
.p-top-composition__table td:last-of-type {
  width: 530px;
}
@media screen and (max-width: 1920px) {
  .p-top-composition__table td:last-of-type {
    width: 27.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-composition__table td:last-of-type {
    width: 315px;
    width: 315px;
  }
}
.p-top-composition__table .-noborder {
  border-bottom: unset;
}
.p-top-faq {
  margin: 0 calc(50% - 50vw);
  padding: 97px calc(50vw - 50%);
  width: 100vw;
  background-color: #F5F4F0;
}
@media screen and (max-width: 1920px) {
  .p-top-faq {
    padding: 5.0520833333vw calc(50vw - 50%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 45px calc(50vw - 50%);
    padding: 45px calc(50vw - 50%);
  }
}
.p-top-faq__title {
  position: relative;
}
.p-top-faq__title::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/faq.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -2px;
  top: -117px;
  width: 152px;
  height: 283px;
}
@media screen and (max-width: 1920px) {
  .p-top-faq__title::after {
    right: -0.1041666667vw;
    top: -6.09375vw;
    width: 7.9166666667vw;
    height: 14.7395833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__title::after {
    width: 60px;
    height: 113px;
    right: 5px;
    top: -17px;
    width: 60px;
    height: 113px;
    right: 5px;
    top: -17px;
  }
}
.p-top-faq__title--sm, .p-top-faq__title--lg {
  display: block;
  font-weight: 700;
  text-align: center;
}
.p-top-faq__title--sm {
  background-color: #F76B1F;
  color: #fff;
  border-radius: 10px 0 10px 10px;
  padding: 5px 15px;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .p-top-faq__title--sm {
    border-radius: 0.5208333333vw 0 0.5208333333vw 0.5208333333vw;
    padding: 0.2604166667vw 0.78125vw;
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__title--sm {
    font-size: 14px;
    border-radius: 10px 0 10px 10px;
    padding: 5px 15px;
    font-size: 14px;
  }
}
.p-top-faq__title--lg {
  font-size: 48px;
  line-height: 160%;
}
@media screen and (max-width: 1920px) {
  .p-top-faq__title--lg {
    font-size: max(10px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__title--lg {
    font-size: 24px;
    margin-top: 4px;
    font-size: 24px;
    margin-top: 4px;
  }
}
.p-top-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 1920px) {
  .p-top-faq__list {
    gap: 1.25vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__list {
    gap: 23px;
    margin-top: 18px;
    gap: 23px;
    margin-top: 18px;
  }
}
.p-top-faq__item {
  width: 100%;
  border-radius: 20px 0 30px 30px;
  background-color: #fff;
  padding: 30px 40px 34px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
}
@media screen and (max-width: 1920px) {
  .p-top-faq__item {
    border-radius: 1.0416666667vw 0 1.5625vw 1.5625vw;
    padding: 1.5625vw 2.0833333333vw 1.7708333333vw;
    -webkit-box-shadow: 0px 0px 0.5208333333vw 0px rgba(0, 0, 0, .08);
            box-shadow: 0px 0px 0.5208333333vw 0px rgba(0, 0, 0, .08);
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__item {
    padding: 15px;
    border-radius: 20px 0 30px 30px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .08);
  }
}
.p-top-faq__question {
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1920px) {
  .p-top-faq__question {
    font-size: max(10px, 0.9375vw);
    padding-left: 1.5625vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__question {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
.p-top-faq__question::after {
  position: absolute;
  content: "Q.";
  color: #003666;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .p-top-faq__question::after {
    font-size: max(10px, 1.0416666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__question::after {
    font-size: 16px;
    font-size: 16px;
  }
}
.p-top-faq__answer {
  font-size: 16px;
  line-height: 150%;
  position: relative;
  padding-left: 26px;
  border-top: 1px solid #CCCCCC;
  padding-top: 12px;
}
@media screen and (max-width: 1920px) {
  .p-top-faq__answer {
    font-size: max(10px, 0.8333333333vw);
    padding-left: 1.3541666667vw;
    border-top: 0.0520833333vw solid #CCCCCC;
    padding-top: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__answer {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 18px;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 18px;
    border-top: 1px solid #CCCCCC;
  }
}
.p-top-faq__answer::after {
  position: absolute;
  content: "A.";
  color: #F76B1F;
  left: 0;
  top: 14px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .p-top-faq__answer::after {
    font-size: max(10px, 1.0416666667vw);
    top: 0.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__answer::after {
    font-size: 14px;
    top: 9px;
    font-size: 14px;
    top: 9px;
  }
}
.p-top-faq__answer small {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1920px) {
  .p-top-faq__answer small {
    font-size: max(10px, 0.7291666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-top-faq__answer small {
    font-size: 14px;
  }
}

.p-contact__text {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    font-size: 14px;
  }
}
.p-contact-form {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px 20px 60px;
}
.p-contact-form form {
  max-width: 850px;
  margin: 0 auto;
}
.p-contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-contact-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-contact-form__item + .p-contact-form__item {
  margin-top: 15px;
}
.p-contact-form__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 200px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__title {
    font-size: 14px;
  }
}
.p-contact-form__title .p-contact-form__rec {
  margin-top: -2px;
}
.p-contact-form__rec {
  background: #F7381F;
  color: #fff;
  border-radius: 3px;
  padding: 3px 4px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 1;
  width: 34px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__rec {
    font-size: 10px;
    width: 28px;
    height: 20px;
  }
}
.p-contact-form__opt {
  background-color: #ccc;
  color: #fff;
  border-radius: 3px;
  padding: 3px 4px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 1;
  width: 34px;
  height: 23px;
}
.p-contact-form__input {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .p-contact-form__input {
    width: 100%;
  }
}
.p-contact-form__input input, .p-contact-form__input textarea, .p-contact-form__input select {
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 13px 11px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__input input, .p-contact-form__input textarea, .p-contact-form__input select {
    font-size: 14px;
  }
}
.p-contact-form__input input::-webkit-input-placeholder, .p-contact-form__input textarea::-webkit-input-placeholder, .p-contact-form__input select::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
.p-contact-form__input input::-moz-placeholder, .p-contact-form__input textarea::-moz-placeholder, .p-contact-form__input select::-moz-placeholder {
  color: #aaa;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
.p-contact-form__input input::-ms-input-placeholder, .p-contact-form__input textarea::-ms-input-placeholder, .p-contact-form__input select::-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
.p-contact-form__input input::placeholder, .p-contact-form__input textarea::placeholder, .p-contact-form__input select::placeholder {
  color: #aaa;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact-form__input input::-webkit-input-placeholder, .p-contact-form__input textarea::-webkit-input-placeholder, .p-contact-form__input select::-webkit-input-placeholder {
    font-size: 14px;
  }
  .p-contact-form__input input::-moz-placeholder, .p-contact-form__input textarea::-moz-placeholder, .p-contact-form__input select::-moz-placeholder {
    font-size: 14px;
  }
  .p-contact-form__input input::-ms-input-placeholder, .p-contact-form__input textarea::-ms-input-placeholder, .p-contact-form__input select::-ms-input-placeholder {
    font-size: 14px;
  }
  .p-contact-form__input input::placeholder, .p-contact-form__input textarea::placeholder, .p-contact-form__input select::placeholder {
    font-size: 14px;
  }
}
.p-contact-form__input textarea {
  min-height: 204px;
}
.p-contact-form__input select {
  max-width: 205px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #aaa;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 10px;
  border: none;
  background-image: url("../images/form-select.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.p-contact-form__input select:valid {
  color: #333333;
}
.p-contact-form__note {
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__note {
    font-size: 10px;
  }
}
.p-contact-form__list {
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact-form__list li {
  font-size: 14px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .p-contact-form__list li {
    font-size: 12px;
  }
}
.p-contact-form__privacytitle {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__privacytitle {
    font-size: 16px;
  }
}
.p-contact-form__privacy {
  border: #aaa 1px solid;
  border-radius: 5px;
  padding: 14px 25px 16px;
  margin-top: 10px;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-contact-form__privacy {
    padding: 14px 15px 16px;
  }
}
.p-contact-form__privacy .p-privacy__bg {
  padding: unset;
  margin: unset;
}
.p-contact-form__privacy .p-privacy__section {
  margin-top: 10px;
}
.p-contact-form__privacy .p-privacy__text {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__privacy .p-privacy__text {
    font-size: 12px;
  }
}
.p-contact-form__privacy .p-privacy__text.-top {
  margin-bottom: unset;
}
.p-contact-form__privacy .p-privacy__heading {
  color: #F76B1F;
  font-size: 18px;
  font-weight: 500;
  border-bottom: #ccc 1px solid;
  padding-bottom: 3px;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__privacy .p-privacy__heading {
    font-size: 16px;
  }
}
.p-contact-form__privacy .p-privacy__sub-heading {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact-form__privacy .p-privacy__sub-heading {
    font-size: 16px;
  }
}
.p-contact-form__privacy .p-privacy__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-contact-form__privacy .p-privacy__list li {
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .p-contact-form__privacy .p-privacy__list li {
    font-size: 12px;
  }
}
.p-contact-form__checktext {
  font-weight: 700;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form__checktext {
    font-size: 14px;
  }
}
.p-contact-form__checkbox {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 12px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-contact-form__checkbox {
    font-size: 16px;
  }
}
.p-contact-form__checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 2px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.p-contact-form__checkbox input[type=checkbox]:checked {
  background-color: #fff;
}
.p-contact-form__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #F76B1F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-contact-form__checkbox a {
  color: #034F99;
  text-decoration: underline;
}
.p-contact-form__submit {
  width: 100%;
  height: 65px;
  max-width: 300px;
  background: linear-gradient(10deg, rgb(247, 107, 31) 0%, rgb(241, 206, 49) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 50px auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-contact-form__submit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-contact-form__submit {
    font-size: 18px;
  }
}
.p-contact-form__submit button {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.p-contact-form__submit svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 33px;
}
.p-contact__thanks {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 20px;
  margin-top: 40px;
}
.p-contact__thanks--inner {
  max-width: 897px;
  margin: 0 auto;
}
.p-contact__thanks p {
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks p {
    font-size: 16px;
  }
}

.p-privacy__bg {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px 48px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-privacy__bg {
    padding: 40px 15px 48px;
  }
}
.p-privacy__section {
  margin-top: 22px;
}
.p-privacy__section + .p-privacy__section {
  margin-top: 35px;
}
.p-privacy__heading {
  font-size: 24px;
  line-height: 150%;
  color: #F76B1F;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-privacy__heading {
    font-size: 20px;
  }
}
.p-privacy__sub-heading {
  font-size: 20px;
  font-weight: 500;
  margin-top: 33px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy__sub-heading {
    font-size: 18px;
  }
}
.p-privacy__sub-heading:first-of-type {
  margin-top: 10px;
}
.p-privacy__micro-heading {
  font-size: 18px;
  font-weight: 500;
  margin-top: 21px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .p-privacy__micro-heading {
    font-size: 16px;
  }
}
.p-privacy__micro-heading2 {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  margin-top: 26px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .p-privacy__micro-heading2 {
    font-size: 14px;
  }
}
.p-privacy__micro-heading3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-privacy__micro-heading3 {
    font-size: 16px;
  }
}
.p-privacy__micro-heading3 + .p-privacy__text + .p-privacy__micro-heading3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.p-privacy__micro-heading3.-mt1 {
  margin-top: 22px;
}
.p-privacy__text {
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-privacy__text {
    font-size: 14px;
  }
}
.p-privacy__text.-top {
  margin-bottom: 15px;
}
.p-privacy__list {
  padding-left: 0;
}
.p-privacy__list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .p-privacy__list li {
    font-size: 14px;
  }
}
.p-privacy__list li::after {
  position: absolute;
  content: "―";
  left: 0;
  top: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-privacy__list li::after {
    font-size: 14px;
  }
}
.p-privacy__list.-number {
  list-style-type: decimal;
  margin-left: 1.4em;
  margin-top: 3px;
}
.p-privacy__list.-number li {
  position: unset;
  padding-left: unset;
}
.p-privacy__list.-number li::after {
  position: unset;
  content: none;
}
.p-privacy__list.-mt1 {
  margin-top: 2px;
}
.p-privacy a {
  text-decoration: underline;
}
.p-privacy__contact-section {
  background-color: #F5F4F0;
  padding: 19px 30px;
  border-radius: 15px;
  margin-top: 36px;
}
.p-privacy__contact-section .p-privacy__heading {
  border-left: none;
  padding-left: 0;
}
.p-privacy__address {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-privacy__address {
    font-size: 14px;
  }
}
.p-privacy__address p {
  margin: 5px 0;
}

.p-legal__contents {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 35px 20px 60px;
}
.p-legal__table {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}
.p-legal__table th {
  border-bottom: 1px solid #034F99;
  text-align: center;
  vertical-align: middle;
  padding: 18px 0 17px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 150%;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-legal__table th {
    width: 100%;
    font-size: 14px;
    display: block;
    font-weight: 700;
  }
}
.p-legal__table th.-th1 {
  vertical-align: top;
}
.p-legal__table td {
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  padding: 18px 25px 17px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 150%;
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  .p-legal__table td {
    width: 100%;
    font-size: 14px;
    display: block;
    text-align: center;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--inline {
    display: inline-block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--inline {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}