@charset "UTF-8";
/*! destyle.css v3.0.0 | 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*/
  font-size: 0.625vw;
}

/* 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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/* reset.css end */
/* base.css start */
/* common */
section {
  overflow-x: clip;
}

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

.pc-hidden {
  display: none;
}
@media screen and (max-width: 780px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 780px) {
  .sp-hidden {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 780px) {
  html {
    scroll-padding-top: 10.2564102564vw;
    scroll-behavior: auto;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

.fade-in.show {
  opacity: 1;
}

.inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 780px) {
  .inner {
    max-width: 86.9230769231vw;
    width: 100%;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title {
  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;
}
.title .ttl-en {
  margin-bottom: 13px;
}
@media screen and (max-width: 780px) {
  .title .ttl-en {
    margin-bottom: 3.8461538462vw;
  }
}
.title .ttl-ja {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .title .ttl-ja {
    font-size: 19px;
    font-size: 4.8717948718vw;
    margin-bottom: 10.2564102564vw;
  }
}
.title .description {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.2962962963;
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .title .description {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    font-size: 22px;
    font-size: 5.641025641vw;
  }
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  width: 90%;
  margin: auto;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  min-height: 83px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0371bf), to(#00346c));
  background: linear-gradient(#0371bf 0%, #00346c 100%);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .btn {
    max-width: 64.6153846154vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
    min-height: 14.1025641026vw;
    border-radius: 5.1282051282vw;
    width: 100%;
    padding-right: 8.9743589744vw;
    -webkit-box-shadow: 1.2820512821vw 1.2820512821vw 3.8461538462vw rgba(0, 0, 0, 0.4);
            box-shadow: 1.2820512821vw 1.2820512821vw 3.8461538462vw rgba(0, 0, 0, 0.4);
  }
}
.btn .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed752b), to(#b75b22));
  background: linear-gradient(#ed752b 0%, #b75b22 100%);
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: -1;
}
.btn:hover .bg-overlay {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn:not(:hover) .bg-overlay {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.btn .arrow {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  border-right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 780px) {
  .btn .arrow::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.7948717949vw solid transparent;
    border-bottom: 1.7948717949vw solid transparent;
    border-left: 3.0769230769vw solid #fff;
    border-right: 0;
    right: 6.6666666667vw;
  }
}
.btn.white {
  background: none;
  background-color: #fff;
  color: #004f9f;
}
.btn.white:hover {
  color: #fff;
}
.btn.white:hover .bg-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(#ed752b), to(#b75b22));
  background: linear-gradient(#ed752b 0%, #b75b22 100%);
}
.btn.white:hover .arrow::after {
  border-left: 12px solid #fff;
}
.btn.white .arrow::after {
  border-left: 12px solid #004f9f;
}
.btn.grad {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9c726));
  background: linear-gradient(#fff 0%, #f9c726 100%);
  border: 5px solid #004f9f;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.12;
  font-size: 25px;
  letter-spacing: 0.15em;
  color: #004f9f;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .btn.grad {
    border-radius: 4.1025641026vw;
    border: 0.7692307692vw solid #004f9f;
    -webkit-box-shadow: 1.2820512821vw 1.2820512821vw 3.8461538462vw rgba(0, 0, 0, 0.4);
            box-shadow: 1.2820512821vw 1.2820512821vw 3.8461538462vw rgba(0, 0, 0, 0.4);
    font-size: 1.6rem;
    line-height: 1.375;
    font-size: 16px;
    font-size: 4.1025641026vw;
    max-width: 61.5384615385vw;
    text-align: left;
    padding-right: 0;
    min-height: 16.4102564103vw;
  }
}
.btn.grad::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc8a7), to(#ed752b));
  background: linear-gradient(#ffc8a7 0%, #ed752b 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
}
.btn.grad:hover::after {
  opacity: 1;
}
.btn.grad .icon {
  margin-right: 15px;
}
@media screen and (max-width: 780px) {
  .btn.grad .icon {
    width: 6.9230769231vw;
    margin-right: 2.0512820513vw;
  }
  .btn.grad .icon img {
    width: 100%;
    height: auto;
  }
}

/* header */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #2c2c2c;
  margin: 0;
  padding: 0;
}

.header {
  background-color: transparent;
  padding: 31px 0 38px;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: background-color 0.5s, -webkit-box-shadow 0.5s;
  transition: background-color 0.5s, -webkit-box-shadow 0.5s;
  transition: background-color 0.5s, box-shadow 0.5s;
  transition: background-color 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
  z-index: 1000;
}
@media screen and (max-width: 780px) {
  .header {
    padding: 3.5897435897vw 0;
  }
}
.header.scrolled {
  background-color: white;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header.scrolled .inner .menu ul li::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header.scrolled .inner .menu ul li a {
  color: #2c2c2c;
}
.header.scrolled .inner .hamburger span {
  background-color: #2c2c2c;
}
.header .inner {
  max-width: 1315px;
  width: 96%;
  margin: auto;
  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;
}
.header .inner .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .header .inner .menu ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50%;
    background: #fff;
    padding-top: 15.3846153846vw;
    display: none;
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .inner .menu ul li {
  margin-right: 25px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 12px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .header .inner .menu ul li {
    text-align: center;
    width: 100%;
    margin: 0;
    padding-left: 0;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.header .inner .menu ul li::before {
  content: "";
  background: url(../images/pc/arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 780px) {
  .header .inner .menu ul li::before {
    width: 2.5641025641vw;
    -webkit-filter: invert(1);
            filter: invert(1);
    left: 10%;
    top: auto;
    bottom: 2.5641025641vw;
  }
}
.header .inner .menu ul li:last-child {
  margin-right: 0;
}
.header .inner .menu ul li a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding-bottom: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 780px) {
  .header .inner .menu ul li a {
    color: #2c2c2c;
    display: block;
    padding: 2.5641025641vw 0;
  }
}
.header .inner .menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.header .inner .menu ul li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .header .inner .menu.show ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .inner .hamburger {
  display: none;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7948717949vw;
  position: fixed;
  top: 3.5897435897vw;
  right: 4.358974359vw;
  z-index: 1100;
}
@media screen and (max-width: 780px) {
  .header .inner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .inner .hamburger span {
  display: block;
  width: 5.1282051282vw;
  height: 0.5128205128vw;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 12.8205128205vw;
}
.header .inner .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2.5641025641vw;
  background-color: #2c2c2c;
}
.header .inner .hamburger.active span:nth-child(2) {
  opacity: 0;
  background-color: #2c2c2c;
}
.header .inner .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 2.5641025641vw;
  background-color: #2c2c2c;
}

.mv {
  background: url(../images/pc/Top_back.svg) no-repeat left bottom 70px/cover;
  height: auto;
}
@media screen and (max-width: 1145px) {
  .mv {
    background: url(../images/pc/Top_back.svg) no-repeat left bottom/cover;
    height: auto;
  }
}
@media screen and (max-width: 780px) {
  .mv {
    height: 182.0512820513vw;
  }
}
.mv .inner {
  max-width: 57.2916666667vw;
  padding: 5.5729166667vw 0 0;
}
@media screen and (max-width: 1145px) {
  .mv .inner {
    max-width: 1100px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 780px) {
  .mv .inner {
    max-width: 87.1794871795vw;
    padding-top: 17.1794871795vw;
  }
}
.mv .inner .catch {
  text-align: center;
  margin-bottom: 5px;
}
.mv .inner .catch img {
  margin: auto;
}
@media screen and (max-width: 780px) {
  .mv .inner .catch img {
    height: 27.1794871795vw;
  }
}
@media screen and (max-width: 780px) {
  .mv .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mv .inner .column_left {
  margin-top: 3.125vw;
  width: 50%;
}
@media screen and (max-width: 1145px) {
  .mv .inner .column_left {
    max-width: 329px;
    width: 70%;
  }
}
.mv .inner .column_left img {
  width: 100%;
}
@media screen and (max-width: 1145px) {
  .mv .inner .column_left img {
    width: 95%;
  }
}
@media screen and (max-width: 780px) {
  .mv .inner .column_left {
    max-width: none;
    width: 80%;
    text-align: center;
    margin: -3.5897435897vw auto 0;
  }
}
.mv .inner .column_right {
  margin-right: -8.0208333333vw;
  max-width: 45.5208333333vw;
}
@media screen and (max-width: 1145px) {
  .mv .inner .column_right {
    max-width: 874px;
    width: 100%;
    margin-right: -61px;
  }
}
.mv .inner .column_right img {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .mv .inner .column_right {
    margin: 0 auto 0 -10vw;
    max-width: none;
    width: 106.4102564103vw;
    max-width: none;
  }
}

.about .inner {
  padding: 32px 0 163px;
}
@media screen and (max-width: 1145px) {
  .about .inner {
    width: 95%;
  }
}
@media screen and (max-width: 780px) {
  .about .inner {
    padding-top: 0;
    padding-bottom: 12.3076923077vw;
  }
}
.about .inner .mainttl {
  font-size: 2.7rem;
  line-height: 1.4074074074;
  font-size: 27px;
  font-weight: 900;
  color: #004f9f;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .about .inner .mainttl {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    font-size: 22px;
    font-size: 5.641025641vw;
    margin-bottom: 10.7692307692vw;
  }
}
.about .inner .column {
  -webkit-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  counter-reset: case-num;
}
@media screen and (max-width: 1145px) {
  .about .inner .column {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media screen and (max-width: 780px) {
  .about .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8.4615384615vw;
  }
}
.about .inner .column .list-item {
  max-width: 223px;
  width: 25%;
  background-color: #efefef;
  border-radius: 20px;
  min-height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 780px) {
  .about .inner .column .list-item {
    max-width: none;
    width: 100%;
    min-height: auto;
    border-radius: 5.1282051282vw;
    padding: 7.1794871795vw 0 3.3333333333vw;
  }
}
.about .inner .column .list-item .num {
  background: url(../images/pc/sec02_bg.svg) no-repeat center/contain;
  width: 85px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .about .inner .column .list-item .num {
    width: 21.7948717949vw;
    height: 8.9743589744vw;
    top: -4.6153846154vw;
  }
}
.about .inner .column .list-item .num span::before {
  content: "case";
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 3px;
}
@media screen and (max-width: 780px) {
  .about .inner .column .list-item .num span::before {
    font-size: 12px;
    font-size: 3.0769230769vw;
    margin-right: 0.7692307692vw;
  }
}
.about .inner .column .list-item .num span::after {
  content: counter(case-num, decimal-leading-zero); /* 01, 02, 03 形式で表示 */
  counter-increment: case-num; /* カウンターを1つ進める */
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-size: 21px;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .about .inner .column .list-item .num span::after {
    font-size: 21px;
    font-size: 5.3846153846vw;
  }
}
.about .inner .column .list-item .description {
  font-size: 1.4rem;
  line-height: 1.6428571429;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1145px) {
  .about .inner .column .list-item .description {
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .about .inner .column .list-item .description {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.about .inner .column .list-item .description strong {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-size: 18px;
  font-weight: 900;
  color: #004f9f;
}
@media screen and (max-width: 1145px) {
  .about .inner .column .list-item .description strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 780px) {
  .about .inner .column .list-item .description strong {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}

.about02 {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0371bf), color-stop(55.66%, #014f91), to(#00346c));
  background: linear-gradient(#0371bf 0%, #014f91 55.66%, #00346c 100%);
}
.about02 .topttl {
  position: absolute;
  background: url(../images/pc/sec02_bg.svg) no-repeat center/contain;
  width: 515px;
  height: 243px;
  left: 0;
  right: 0;
  top: -5%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .about02 .topttl {
    width: 71.0256410256vw;
    height: 31.7948717949vw;
    top: -5.8974358974vw;
  }
}
.about02 .topttl h2 {
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .about02 .topttl h2 {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
  .about02 .topttl h2 img {
    max-width: 32.0512820513vw;
  }
}
.about02 .topttl h2 strong {
  font-size: 43px;
  color: #ffe258;
  font-weight: 900;
}
@media screen and (max-width: 780px) {
  .about02 .topttl h2 strong {
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
.about02 .topttl h2 strong small {
  font-size: 50px;
}
@media screen and (max-width: 780px) {
  .about02 .topttl h2 strong small {
    font-size: 35px;
    font-size: 8.9743589744vw;
  }
}
.about02 .inner {
  padding: 167px 0 100px;
}
@media screen and (max-width: 780px) {
  .about02 .inner {
    padding-top: 27.4358974359vw;
    padding-bottom: 20.5128205128vw;
  }
}
.about02 .inner .hero {
  margin-bottom: 85px;
}
@media screen and (max-width: 780px) {
  .about02 .inner .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.3076923077vw;
  }
}
@media screen and (max-width: 780px) {
  .about02 .inner .hero .column_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.3333333333vw;
  }
}
.about02 .inner .hero .column_left .catch {
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.5185185185;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .about02 .inner .hero .column_left .catch {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    font-size: 22px;
    font-size: 5.641025641vw;
  }
}
.about02 .inner .hero .column_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (max-width: 780px) {
  .about02 .inner .hero .column_left ul {
    -webkit-column-gap: 2.5641025641vw;
       -moz-column-gap: 2.5641025641vw;
            column-gap: 2.5641025641vw;
  }
}
.about02 .inner .hero .column_left ul .list-item .circle {
  width: 140px;
  height: 140px;
  background-color: #0371bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 780px) {
  .about02 .inner .hero .column_left ul .list-item .circle {
    width: 30.2564102564vw;
    height: 30.2564102564vw;
    background-color: #008ef2;
  }
}
.about02 .inner .hero .column_left ul .list-item .circle p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .about02 .inner .hero .column_left ul .list-item .circle p {
    font-size: 2rem;
    line-height: 1.45;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.about02 .inner .hero .column_right {
  margin-right: -80px;
  margin-top: -44px;
}
@media screen and (max-width: 1145px) {
  .about02 .inner .hero .column_right {
    margin-right: -23px;
    margin-top: 46px;
  }
}
@media screen and (max-width: 780px) {
  .about02 .inner .hero .column_right {
    margin: auto auto auto -6.9230769231vw;
    width: 100.7692307692vw;
  }
}
.about02 .inner .hero .column_right img {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-filter: drop-shadow(60px 60px 80px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(60px 60px 80px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 780px) {
  .about02 .inner .hero .column_right img {
    filter: drop-shadow(15.3846153846vw 15.3846153846vw 20.5128205128vw rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(15.3846153846vw 15.3846153846vw 20.5128205128vw rgba(0, 0, 0, 0.3));
  }
}
.about02 .inner .features {
  margin-bottom: 90px;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features {
    margin-bottom: 20.5128205128vw;
  }
}
.about02 .inner .features .mainttl {
  font-size: 2.7rem;
  line-height: 1.1851851852;
  font-size: 27px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 71px;
  position: relative;
  padding-top: 78px;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features .mainttl {
    font-size: 2.4rem;
    line-height: 1.5416666667;
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 20.5128205128vw;
    padding-top: 20.7692307692vw;
  }
}
.about02 .inner .features .mainttl:before {
  content: "";
  background: url(../images/pc/bubble.svg) no-repeat center/contain;
  width: 332px;
  height: 68px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features .mainttl:before {
    width: 85.1282051282vw;
    height: 17.4358974359vw;
  }
}
.about02 .inner .features .mainttl strong {
  font-weight: 700;
  color: #ffe258;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 3px solid #ffe258;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features .mainttl strong {
    font-size: 28px;
    font-size: 7.1794871795vw;
    padding-bottom: 0;
    border-bottom-width: 0.7692307692vw;
    letter-spacing: 0;
  }
}
.about02 .inner .features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 926px;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    width: 100%;
    row-gap: 20.2564102564vw;
  }
}
.about02 .inner .features ul .list-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.about02 .inner .features ul .list-item .mainttl {
  font-size: 2.4rem;
  line-height: 1.375;
  font-size: 24px;
  margin-bottom: 7px;
  padding-top: 0;
}
@media screen and (max-width: 1145px) {
  .about02 .inner .features ul .list-item .mainttl {
    font-size: 19px;
  }
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul .list-item .mainttl {
    font-size: 2.2rem;
    line-height: 1.5;
    font-size: 22px;
    font-size: 5.641025641vw;
    margin-bottom: 2.3076923077vw;
  }
}
.about02 .inner .features ul .list-item .mainttl::before {
  content: none;
}
.about02 .inner .features ul .list-item .description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul .list-item .description {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.about02 .inner .features ul .list-item .description small {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul .list-item .description small {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.about02 .inner .features ul .list-item:first-child {
  text-align: center;
  padding-right: 64px;
  border-right: 1px solid #fff;
  max-width: 299px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul .list-item:first-child {
    padding: 0;
    border: none;
    max-width: none;
  }
}
.about02 .inner .features ul .list-item:first-child img {
  margin-bottom: 17px;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul .list-item:first-child img {
    margin-bottom: 4.8717948718vw;
  }
}
.about02 .inner .features ul .list-item:nth-child(2) {
  text-align: center;
  padding-left: 63px;
  padding-right: 57px;
  border-right: 1px solid #fff;
  max-width: 208px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul .list-item:nth-child(2) {
    padding: 0;
    border: none;
    max-width: none;
  }
}
.about02 .inner .features ul .list-item:nth-child(2) img {
  margin-bottom: 17px;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul .list-item:nth-child(2) img {
    margin-bottom: 4.8717948718vw;
  }
}
.about02 .inner .features ul .list-item:last-child {
  padding-left: 90px;
  text-align: center;
  max-width: 208px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul .list-item:last-child {
    padding: 0;
    max-width: none;
  }
}
.about02 .inner .features ul .list-item:last-child img {
  margin-bottom: 23px;
}
@media screen and (max-width: 780px) {
  .about02 .inner .features ul .list-item:last-child img {
    margin-bottom: 6.4102564103vw;
  }
}
.about02 .inner .simple-operation {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .about02 .inner .simple-operation {
    margin-bottom: 20.5128205128vw;
  }
}
@media screen and (max-width: 780px) {
  .about02 .inner .simple-operation .movie {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.about02 .inner .simple-operation .movie .thumbnail {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  padding: 29px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .modal .modal-content {
    text-align: center;
  }
}
.modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 29px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
.modal .modal-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modal .modal-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.merit .inner {
  padding: 116px 0 112px;
}
@media screen and (max-width: 780px) {
  .merit .inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.merit .inner .title {
  margin-bottom: 49px;
}
@media screen and (max-width: 780px) {
  .merit .inner .title {
    margin-bottom: 10.2564102564vw;
  }
}
.merit .inner .merit_table {
  margin-bottom: 117px;
}
@media screen and (max-width: 780px) {
  .merit .inner .merit_table {
    margin-bottom: 20.5128205128vw;
  }
}
.merit .inner .merit_table .header {
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  z-index: 1;
}
.merit .inner .merit_table .header .item {
  background-color: #bfd4e3;
  border: 4px solid #fff;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.merit .inner .merit_table .header .item small {
  font-size: 1.5rem;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
}
.merit .inner .merit_table .header .item.first {
  background-color: transparent;
  border: none;
}
.merit .inner .merit_table .header .item.apm {
  background: -webkit-gradient(linear, left top, left bottom, from(#0371bf), to(#00346c));
  background: linear-gradient(#0371bf 0%, #00346c 100%);
}
.merit .inner .merit_table .comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 780px) {
  .merit .inner .merit_table .comparison-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10.2564102564vw;
  }
}
.merit .inner .merit_table .comparison-row .label {
  background-color: none;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-size: 18px;
  font-size: 4.6153846154vw;
  font-weight: 600;
  margin-bottom: 1.2820512821vw;
}
.merit .inner .merit_table .comparison-item {
  background: #f5f5f5;
  border: 4px solid #fff;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 11px 20px;
  row-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.merit .inner .merit_table .comparison-item ul li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.merit .inner .merit_table .comparison-item.comparison-label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.2631578947;
  font-size: 19px;
  font-weight: 500;
}
.merit .inner .merit_table .comparison-apm {
  background: #f5f8ff;
  font-weight: 700;
}
.merit .inner .merit_table .comparison-apm small {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-size: 14px;
  font-weight: 400;
}
.merit .inner .merit_table .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; /* APMと内容を横並びにする */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .merit .inner .merit_table .item {
    min-width: 34.358974359vw;
    background-color: #bfd4e3;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
    border: 1.0256410256vw solid #fff;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-size: 18px;
    font-size: 4.6153846154vw;
    padding: 8.2051282051vw 0;
    font-weight: 600;
  }
  .merit .inner .merit_table .item small {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.3846153846;
    font-size: 13px;
    font-size: 3.3333333333vw;
    font-weight: 500;
  }
  .merit .inner .merit_table .item.apm {
    background: -webkit-gradient(linear, left top, left bottom, from(#0371bf), to(#00346c));
    background: linear-gradient(#0371bf 0%, #00346c 100%);
  }
}
.merit .inner .merit_table .text {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-size: 14px;
  font-size: 3.5897435897vw;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #f5f5f5;
  border: 1.0256410256vw solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5384615385vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.1025641026vw 0 3.8461538462vw;
  text-align: center;
}
.merit .inner .merit_table .text small {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-size: 12px;
  font-size: 3.0769230769vw;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.merit .inner .merit_table .text ul li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.merit .inner .merit_table .text.apm {
  font-weight: 700;
  background-color: #f5f8ff;
}
.merit .inner .merit02 .column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 112px;
}
@media screen and (max-width: 780px) {
  .merit .inner .merit02 .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10.2564102564vw;
    margin-bottom: 20.5128205128vw;
  }
}
.merit .inner .merit02 .column .list-item {
  max-width: 289px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 780px) {
  .merit .inner .merit02 .column .list-item {
    max-width: none;
    width: 100%;
  }
}
.merit .inner .merit02 .column .list-item .top {
  background-color: #f5f8ff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  min-height: 172px;
}
@media screen and (max-width: 780px) {
  .merit .inner .merit02 .column .list-item .top {
    border-radius: 5.1282051282vw;
    margin-bottom: 2.3076923077vw;
    min-height: 44.1025641026vw;
  }
}
.merit .inner .merit02 .column .list-item .list-ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  color: #004f9f;
  letter-spacing: 0;
  margin-bottom: 10px;
  min-height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .merit .inner .merit02 .column .list-item .list-ttl {
    font-size: 20px;
    font-size: 5.1282051282vw;
    min-height: auto;
    margin-bottom: 1.5384615385vw;
  }
}
.merit .inner .merit02 .column .list-item .description {
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .merit .inner .merit02 .column .list-item .description {
    font-size: 1.6rem;
    line-height: 1.625;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.merit .inner .merit02 .column .list-item .description small {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .merit .inner .merit02 .column .list-item .description small {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.merit .inner .merit02 .column .list-item .popup {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-size: 14px;
  color: #004f9f;
  display: block;
  text-align: right;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  padding-right: 17px;
  padding-bottom: 1px;
  border-bottom: 1px solid #004f9f;
  display: inline-block;
  margin-left: auto;
}
.merit .inner .merit02 .column .list-item .popup::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #004f9f;
  border-right: 0;
}

.voice {
  background-color: #f1f4f9;
}
.voice .inner {
  padding: 115px 0 110px;
}
@media screen and (max-width: 780px) {
  .voice .inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.voice .inner .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .voice .inner .title {
    margin-bottom: 10.2564102564vw;
  }
}
.voice .inner .voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  margin-bottom: 89px;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item {
    row-gap: 10.2564102564vw;
    margin-bottom: 20.5128205128vw;
  }
}
.voice .inner .voice-item .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  max-width: 774px;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  -webkit-filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item {
    max-width: none;
    border-radius: 5.1282051282vw;
    filter: drop-shadow(1.2820512821vw 1.2820512821vw 3.8461538462vw rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1.2820512821vw 1.2820512821vw 3.8461538462vw rgba(0, 0, 0, 0.2));
  }
}
.voice .inner .voice-item .list-item .wrapper {
  max-width: 586px;
  width: 100%;
  margin: auto;
  padding: 42px 0 43px;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item .wrapper {
    padding: 6.4102564103vw;
    max-width: none;
  }
}
.voice .inner .voice-item .list-item .wrapper .column {
  -webkit-column-gap: 31px;
     -moz-column-gap: 31px;
          column-gap: 31px;
  margin-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item .wrapper .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5641025641vw;
    margin-bottom: 0;
  }
}
.voice .inner .voice-item .list-item .wrapper .column figure {
  max-width: 151px;
  width: 100%;
  background-color: #f1f4f9;
  border-radius: 50%;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item .wrapper .column figure {
    max-width: 30.7692307692vw;
    height: 30.7692307692vw;
    margin: auto;
  }
}
.voice .inner .voice-item .list-item .wrapper .column .column_right .name {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item .wrapper .column .column_right .name {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
    text-align: center;
  }
}
.voice .inner .voice-item .list-item .wrapper .column .column_right .name strong {
  font-size: 27px;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item .wrapper .column .column_right .name strong {
    font-size: 27px;
    font-size: 6.9230769231vw;
  }
}
.voice .inner .voice-item .list-item .wrapper .column .column_right .box {
  background-color: #004f9f;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  font-size: 17px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 9px 0 13px;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item .wrapper .column .column_right .box {
    height: 10.7692307692vw;
    font-size: 17px;
    font-size: 4.358974359vw;
    padding: 0 4.6153846154vw;
    margin-bottom: 4.1025641026vw;
  }
}
.voice .inner .voice-item .list-item .wrapper .column .column_right .box strong {
  font-size: 23px;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item .wrapper .column .column_right .box strong {
    font-size: 23px;
    font-size: 5.8974358974vw;
  }
}
.voice .inner .voice-item .list-item .wrapper .column .column_right .prof {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-size: 16px;
  color: #004f9f;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item .wrapper .column .column_right .prof {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.voice .inner .voice-item .list-item .wrapper .description {
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .voice .inner .voice-item .list-item .wrapper .description {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.price .inner {
  padding: 115px 0 110px;
}
@media screen and (max-width: 780px) {
  .price .inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.price .inner .title {
  /*margin-bottom: 76px;*/
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .price .inner .title {
    margin-bottom: 11.0256410256vw;
  }
}
.price .inner .title .ttl-ja {
  margin-bottom: 0;
}
.price .inner .detail {
  text-align: center;
}
.price .inner .detail img {
  margin-bottom: 32px;
}
@media screen and (max-width: 780px) {
  .price .inner .detail img {
    width: 100%;
    height: auto;
    margin-bottom: 5.8974358974vw;
  }
}
.price .inner .detail .circle {
  max-width: 326px;
  width: 100%;
  background-color: #004f9f;
  border-radius: 23px;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.8;
  font-size: 25px;
  letter-spacing: 0.24em;
  text-align: center;
  color: #ffe258;
  margin: auto auto 6px;
}
@media screen and (max-width: 780px) {
  .price .inner .detail .circle {
    font-size: 2rem;
    line-height: 1.75;
    font-size: 20px;
    font-size: 5.1282051282vw;
    max-width: 60vw;
    border-radius: 5.8974358974vw;
    margin-bottom: 1.5384615385vw;
  }
}
.price .inner .detail .catch {
  font-weight: 600;
  font-size: 67px;
  letter-spacing: 0.1em;
  color: #ed752b;
  margin-bottom: 12px;
}
@media screen and (max-width: 780px) {
  .price .inner .detail .catch {
    font-size: 36px;
    font-size: 9.2307692308vw;
    margin-bottom: 1.7948717949vw;
    white-space: nowrap;
  }
}
.price .inner .detail .catch .f-78 {
  font-size: 78px;
}
@media screen and (max-width: 780px) {
  .price .inner .detail .catch .f-78 {
    font-size: 43px;
    font-size: 11.0256410256vw;
  }
}
.price .inner .detail .catch .f-82 {
  font-size: 82px;
  margin-left: -20px;
}
@media screen and (max-width: 780px) {
  .price .inner .detail .catch .f-82 {
    font-size: 46px;
    font-size: 11.7948717949vw;
    margin-left: -2.5641025641vw;
  }
}
.price .inner .detail .kome {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #2c2c2c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: auto auto 89px;
}
@media screen and (max-width: 780px) {
  .price .inner .detail .kome {
    font-size: 1.6rem;
    line-height: 1.25;
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-bottom: 15.3846153846vw;
  }
}
.price .inner .row {
  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;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .price .inner .row {
    margin-bottom: 20.5128205128vw;
  }
}
.price .inner .row .regular {
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  .price .inner .row .regular {
    margin-bottom: 2.0512820513vw;
  }
}
.price .inner .row .down {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 16px solid #d5d2d2;
  border-bottom: 0;
  margin-bottom: 6px;
}
@media screen and (max-width: 780px) {
  .price .inner .row .down {
    border-right: 3.5897435897vw solid transparent;
    border-left: 3.5897435897vw solid transparent;
    border-top: 3.5897435897vw solid #d5d2d2;
    margin-bottom: 2.0512820513vw;
  }
}
.price .inner .row .catch {
  font-size: 20px;
  letter-spacing: 0.24em;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .price .inner .row .catch {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-bottom: 4.358974359vw;
  }
}
.price .inner .row .sale {
  margin-bottom: 22px;
}
@media screen and (max-width: 780px) {
  .price .inner .row .sale {
    margin-bottom: 6.1538461538vw;
  }
}
.price .inner .row .attention {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .price .inner .row .attention {
    font-size: 12px;
    font-size: 3.0769230769vw;
    letter-spacing: 0;
  }
}

.faq {
  background-color: #f1f4f9;
}
.faq .inner {
  padding: 106px 0 100px;
}
@media screen and (max-width: 780px) {
  .faq .inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.faq .inner .title {
  margin-bottom: 83px;
}
@media screen and (max-width: 780px) {
  .faq .inner .title {
    margin-bottom: 10.2564102564vw;
  }
}
.faq .inner .title .ttl-ja {
  margin-bottom: 0;
}
.faq .inner .faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .faq .inner .faq-item {
    margin-bottom: 10.2564102564vw;
    gap: 10.2564102564vw;
  }
}
.faq .inner .faq-item .list-item {
  background-color: #fff;
  padding: 35px 34px 31px 42px;
}
@media screen and (max-width: 780px) {
  .faq .inner .faq-item .list-item {
    padding: 3.5897435897vw;
  }
}
.faq .inner .faq-item .list-item .column {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 780px) {
  .faq .inner .faq-item .list-item .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.7948717949vw;
  }
}
.faq .inner .faq-item .list-item .ttl {
  min-width: 36px;
  height: 36px;
  color: #fff;
  font-size: 21px;
  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: 780px) {
  .faq .inner .faq-item .list-item .ttl {
    min-width: auto;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    font-size: 21px;
    font-size: 5.3846153846vw;
  }
}
.faq .inner .faq-item .list-item .question {
  margin-bottom: 18px;
}
@media screen and (max-width: 780px) {
  .faq .inner .faq-item .list-item .question {
    margin-bottom: 5.1282051282vw;
  }
}
.faq .inner .faq-item .list-item .question .column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .inner .faq-item .list-item .question .ttl {
  background-color: #0371bf;
  letter-spacing: 0.07em;
  font-weight: 500;
}
.faq .inner .faq-item .list-item .question .text {
  font-size: 2rem;
  line-height: 1.4;
  font-size: 20px;
  color: #0371bf;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .faq .inner .faq-item .list-item .question .text {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.faq .inner .faq-item .list-item .answer .column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 780px) {
  .faq .inner .faq-item .list-item .answer .column {
    -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;
  }
}
.faq .inner .faq-item .list-item .answer .ttl {
  font-weight: 500;
  background-color: #ed752b;
}
.faq .inner .faq-item .list-item .answer .text {
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .faq .inner .faq-item .list-item .answer .text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.faq .inner .faq-item .list-item .answer figure {
  text-align: center;
  margin-top: 37px;
}
@media screen and (max-width: 780px) {
  .faq .inner .faq-item .list-item .answer figure {
    margin-top: 9.4871794872vw;
  }
}

.cta {
  background: -webkit-gradient(linear, left top, left bottom, from(#0371bf), to(#00346c));
  background: linear-gradient(#0371bf 0%, #00346c 100%);
}
.cta .inner {
  padding: 48px 0 100px;
}
@media screen and (max-width: 780px) {
  .cta .inner {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.cta .inner .column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 780px) {
  .cta .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 10.2564102564vw;
  }
}
.cta .inner .column .column_left {
  max-width: 431px;
  width: 100%;
}
.cta .inner .column .column_left .description {
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .cta .inner .column .column_left .description {
    font-size: 1.6rem;
    line-height: 1.5;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cta .inner .column .column_left .description.catch {
  margin-top: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffe258;
  font-size: 2.3rem;
  line-height: 1.652173913;
  font-size: 23px;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .cta .inner .column .column_left .description.catch {
    margin-top: 4.8717948718vw;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    font-size: 18px;
    font-size: 4.6153846154vw;
    text-align: center;
  }
}
.cta .inner .column .column_right {
  margin-right: -63px;
  max-width: 611px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .cta .inner .column .column_right {
    margin: auto auto auto -6.6666666667vw;
    max-width: none;
    width: 101.2820512821vw;
  }
}

.fixedbtn {
  max-width: 210px;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  border: 5px solid #004f9f;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9c726));
  background: linear-gradient(#fff 0%, #f9c726 100%);
  position: fixed;
  right: 40px;
  bottom: 34px;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .fixedbtn {
    max-width: 100%;
    border-radius: 0;
    aspect-ratio: inherit;
    left: 0;
    bottom: 0;
    right: auto;
    border: 0.7692307692vw solid #004f9f;
    padding: 3.5897435897vw 0 5.1282051282vw;
    border-radius: 0;
  }
}
.fixedbtn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.fixedbtn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc8a7), to(#ed752b));
  background: linear-gradient(#ffc8a7 0%, #ed752b 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
  border-radius: 50%;
}
@media screen and (max-width: 780px) {
  .fixedbtn::after {
    border-radius: 0;
  }
}
.fixedbtn:hover::after {
  opacity: 1;
}
.fixedbtn .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .fixedbtn .circle {
    display: block;
  }
}
.fixedbtn .circle .text {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-size: 22px;
  color: #004f9f;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
}
.fixedbtn .circle .text .f-43 {
  font-size: 43px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .fixedbtn .circle .text .f-43 {
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
.fixedbtn .circle .text .f-25 {
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .fixedbtn .circle .text .f-25 {
    font-size: 20px;
    font-size: 5.1282051282vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 780px) {
  .fixedbtn .circle .text {
    font-size: 20px;
    font-size: 5.1282051282vw;
    letter-spacing: 0.05em;
  }
}

.footer {
  background-color: #2c2c2c;
}
.footer .inner {
  padding: 47px 0;
}
@media screen and (max-width: 780px) {
  .footer .inner {
    padding: 6.6666666667vw 0 4.1025641026vw;
  }
}
.footer .inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .footer .inner .row {
    row-gap: 2.0512820513vw;
  }
}
.footer .inner .row .copy {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .footer .inner .row .copy {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}/*# sourceMappingURL=style.css.map */