@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*! destyle.css v3.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;
  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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  min-width: 350px;
  width: 100%;
  text-align: justify;
  scroll-behavior: smooth;
  color: #383333;
}

body.front-top-page {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contentWidth {
  width: min(62.5vw, 1200px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contentWidth {
    width: 89.3333333333vw;
  }
}

.custom-footer {
  height: min(4.1666666667vw, 80px);
  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: #AADABA;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .custom-footer {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .custom-footer {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .custom-footer {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .custom-footer {
    height: 16vw;
  }
}

.fv {
  height: min(45vw, 864px);
  background-image: url(../images/fv-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 215.7333333333vw;
    background-image: url(../images/fv-bg-sp.jpg);
  }
}

.fv__inner {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    width: 89.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.fv__textBlock {
  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;
  height: inherit;
  width: min(33.4895833333vw, 643px);
}
@media screen and (max-width: 767px) {
  .fv__textBlock {
    width: 100%;
  }
}

.fv__logo {
  width: min(13.1770833333vw, 253px);
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 37.3333333333vw;
  }
}

.fv__title {
  margin-top: min(1.3020833333vw, 25px);
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 70px;
    line-height: 1.4428571429;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .fv__title {
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 13.8666666667vw;
    line-height: 1.1153846154;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .fv__title {
    text-align: center;
  }
}
.fv__title .katachi {
  display: inline-block;
  -webkit-transform: translate(min(-0.2083333333vw, -4px), 0);
          transform: translate(min(-0.2083333333vw, -4px), 0);
  color: #F0C759;
  text-shadow: min(0.3645833333vw, 7px) min(0.3645833333vw, 7px) #fff;
}
@media screen and (min-width: 768px) {
  .fv__title .katachi {
    font-size: 78px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .fv__title .katachi {
    font-size: 4.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__title .katachi {
    font-size: 15.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .fv__title .katachi {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.fv__text {
  margin-top: min(0.9895833333vw, 19px);
  background-color: #fff;
  display: inline-block;
  padding-right: 0.3em;
  padding-left: 0.3em;
}
@media screen and (min-width: 768px) {
  .fv__text {
    font-size: 34px;
    line-height: 1.4411764706;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .fv__text {
    font-size: 1.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 4.8vw;
    line-height: 1.5555555556;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin-top: 5.3333333333vw;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}

.fv__appeal {
  margin-top: min(2.96875vw, 57px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .fv__appeal {
    margin-top: 10.6666666667vw;
  }
}
.fv__appeal > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: min(10.4166666667vw, 200px);
  height: min(10.4166666667vw, 200px);
}
@media screen and (max-width: 767px) {
  .fv__appeal > * {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}

.fv__appealItem {
  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-size: contain;
  background-repeat: no-repeat;
  color: #212020;
}
@media screen and (min-width: 768px) {
  .fv__appealItem {
    font-size: 33px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .fv__appealItem {
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__appealItem {
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.fv__appealItem:first-child {
  background-image: url(../images/fv-circle1.png);
}
.fv__appealItem:nth-child(2) {
  background-image: url(../images/fv-circle2.png);
}
.fv__appealItem:nth-child(3) {
  background-image: url(../images/fv-circle3.png);
}

.fv__image {
  width: min(45.7291666667vw, 878px);
  position: absolute;
  bottom: 0;
  right: 6.25vw;
}

.worries {
  background-color: #F3F5F2;
  position: relative;
  padding-top: min(6.71875vw, 129px);
  padding-bottom: min(3.8020833333vw, 73px);
}
@media screen and (max-width: 767px) {
  .worries {
    padding-top: 16vw;
    padding-bottom: 21.3333333333vw;
  }
}
.worries::before, .worries::after {
  content: "";
  display: block;
  width: min(18.75vw, 360px);
  height: min(17.34375vw, 333px);
  background-color: #E5EBEA;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .worries::before, .worries::after {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.worries:before {
  top: 0;
  left: 0;
}
.worries:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.worries__inner {
  position: relative;
}

.worries__title {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: #F5D889;
  text-decoration-thickness: min(1.25vw, 24px);
  text-underline-offset: min(-0.625vw, -12px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .worries__title {
    font-size: 65px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .worries__title {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 767px) {
  .worries__title {
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .worries__title {
    text-align: center;
    text-decoration-thickness: 2.1333333333vw;
    text-underline-offset: -1.0666666667vw;
  }
}
.worries__title::before, .worries__title::after {
  content: "";
  display: block;
  width: min(0.15625vw, 3px);
  height: min(3.6458333333vw, 70px);
  background-color: #707070;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .worries__title::before, .worries__title::after {
    height: 10.6666666667vw;
    width: 0.8vw;
  }
}
.worries__title::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-25deg) translateX(min(-0.7291666667vw, -14px));
          transform: rotate(-25deg) translateX(min(-0.7291666667vw, -14px));
}
@media screen and (max-width: 767px) {
  .worries__title::before {
    -webkit-transform: rotate(-25deg) translateX(-8vw);
            transform: rotate(-25deg) translateX(-8vw);
    top: unset;
    bottom: 5.3333333333vw;
  }
}
.worries__title::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(25deg) translateX(min(0.7291666667vw, 14px));
          transform: rotate(25deg) translateX(min(0.7291666667vw, 14px));
}
@media screen and (max-width: 767px) {
  .worries__title::after {
    -webkit-transform: rotate(25deg) translateX(8vw);
            transform: rotate(25deg) translateX(8vw);
    top: unset;
    bottom: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .worries__suggestTitle {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .worries__suggestTitle {
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 767px) {
  .worries__suggestTitle {
    font-size: 5.8666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.worries__listWrap {
  position: relative;
  width: min(49.5833333333vw, 952px);
  margin-top: min(3.0208333333vw, 58px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .worries__listWrap {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}

.worries__list {
  background-color: #fff;
  padding-top: min(3.0729166667vw, 59px);
  padding-bottom: min(3.6458333333vw, 70px);
  padding: min(3.0729166667vw, 59px) min(2.3958333333vw, 46px) min(3.6458333333vw, 70px);
  border-radius: min(1.5625vw, 30px);
  -webkit-box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 767px) {
  .worries__list {
    padding: 10.6666666667vw 3.2vw 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}

.worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worries__item + li {
  margin-top: min(2.5vw, 48px);
}
@media screen and (max-width: 767px) {
  .worries__item + li {
    margin-top: 5.8666666667vw;
  }
}
.worries__item::before {
  margin-right: min(1.7708333333vw, 34px);
  display: block;
  content: "";
  width: min(3.0208333333vw, 58px);
  height: min(3.0208333333vw, 58px);
  background-image: url("../images/ico-check.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .worries__item::before {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 3.2vw;
  }
}

.worries__itemText {
  text-decoration: underline;
  text-decoration-color: #F5D889;
  text-decoration-thickness: min(0.2083333333vw, 4px);
  text-underline-offset: min(1.1458333333vw, 22px);
}
@media screen and (min-width: 768px) {
  .worries__itemText {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .worries__itemText {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .worries__itemText {
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .worries__itemText {
    text-decoration-thickness: 0.5333333333vw;
    text-underline-offset: 1.6vw;
  }
}

.worries__suggest {
  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;
  gap: min(1.5104166667vw, 29px);
  margin-top: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 767px) {
  .worries__suggest {
    margin-top: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
}

.worries__suggestDesc {
  background-color: #fff;
  color: #78CE95;
  padding: min(0.9375vw, 18px) min(2.3958333333vw, 46px);
}
@media screen and (min-width: 768px) {
  .worries__suggestDesc {
    font-size: 33px;
    line-height: 1.8181818182;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .worries__suggestDesc {
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .worries__suggestDesc {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .worries__suggestDesc {
    padding: 2.6666666667vw 3.2vw;
  }
}

.worries__image {
  width: min(15.2604166667vw, 293px);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(min(9.0104166667vw, 173px), min(5.1041666667vw, 98px));
          transform: translate(min(9.0104166667vw, 173px), min(5.1041666667vw, 98px));
}
@media screen and (max-width: 767px) {
  .worries__image {
    width: 24vw;
    bottom: unset;
    top: 0;
    -webkit-transform: translate(0, -60%);
            transform: translate(0, -60%);
  }
}

.merit {
  background-color: #DBF4E4;
  padding: min(3.28125vw, 63px) min(4.6875vw, 90px) min(3.75vw, 72px);
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 5.3333333333vw 3.2vw 8vw;
  }
}

.merit__inner {
  position: relative;
}

.sideDeco {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sideDeco {
    display: none;
  }
}
.sideDeco.--left {
  top: min(9.6875vw, 186px);
  left: min(1.8229166667vw, 35px);
  width: min(15.0520833333vw, 289px);
}
.sideDeco.--right {
  top: min(15.5729166667vw, 299px);
  right: min(2.96875vw, 57px);
  width: min(12.65625vw, 243px);
}

.merit__bg {
  padding: min(4.0625vw, 78px) min(10.4166666667vw, 200px) min(5.0520833333vw, 97px);
  background-image: url(../images/merit-bg.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .merit__bg {
    padding: 37.3333333333vw 5.3333333333vw 44vw;
  }
}

.merit__title {
  text-align: center;
  position: relative;
  margin-bottom: min(5.8854166667vw, 113px);
}
@media screen and (min-width: 768px) {
  .merit__title {
    font-size: 50px;
    line-height: 1.44;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .merit__title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .merit__title {
    font-size: 6.4vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .merit__title {
    margin-bottom: 16vw;
  }
}
.merit__title::after {
  margin-top: min(1.1458333333vw, 22px);
  display: block;
  content: "";
  width: min(15.2604166667vw, 293px);
  height: min(1.71875vw, 33px);
  background-image: url("../images/merit-title-under.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .merit__title::after {
    width: 53.3333333333vw;
    height: 5.3333333333vw;
  }
}

.merit__deco {
  color: #F0C759;
}
@media screen and (min-width: 768px) {
  .merit__deco {
    font-size: 75px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .merit__deco {
    font-size: 3.90625vw;
  }
}

.merit__list {
  padding-left: 0;
}

.merit__item {
  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: min(1.40625vw, 27px);
}
@media screen and (max-width: 767px) {
  .merit__item {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .merit__item + li {
    margin-top: 13.3333333333vw;
  }
}
.merit__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .merit__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .merit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.merit__item .image {
  width: min(19.7916666667vw, 380px);
}
@media screen and (max-width: 767px) {
  .merit__item .image {
    width: 100%;
  }
}
.merit__item .textBlock {
  width: min(31.875vw, 612px);
}
@media screen and (max-width: 767px) {
  .merit__item .textBlock {
    margin-top: -21.3333333333vw;
    width: 100%;
    text-align: center;
  }
}
.merit__item .key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: min(5.7291666667vw, 110px);
  padding-right: min(1.5625vw, 30px);
  padding-bottom: min(1.5625vw, 30px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url(../images/merit-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .merit__item .key {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .merit__item .key {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .merit__item .key {
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .merit__item .key {
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    height: 16vw;
  }
}
.merit__item .key .num {
  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-left: min(0.5208333333vw, 10px);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .merit__item .key .num {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .merit__item .key .num {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .merit__item .key .num {
    font-size: 5.8666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .merit__item .key .num {
    margin-left: 1.3333333333vw;
  }
}
.merit__item .title {
  margin-top: min(2.5vw, 48px);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .merit__item .title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .merit__item .title {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .merit__item .title {
    font-size: 5.8666666667vw;
    line-height: 1.6363636364;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .merit__item .title {
    margin-top: 0;
    white-space: normal;
  }
}
.merit__item .title > span {
  color: #F0C759;
}

.contact {
  height: min(33.4375vw, 642px);
  background-image: url(../images/contact-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .contact {
    height: auto;
    padding-bottom: 10.6666666667vw;
    background-size: cover;
  }
}

.contact__inner {
  padding-top: min(5.2083333333vw, 100px);
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding-top: 2.6666666667vw;
  }
}

.contact__logo {
  width: min(5.78125vw, 111px);
}
@media screen and (max-width: 767px) {
  .contact__logo {
    width: 21.3333333333vw;
  }
}

.contact__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;
  gap: min(1.25vw, 24px);
  margin-top: min(1.25vw, 24px);
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .contact__title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .contact__title {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.contact__title::after {
  display: block;
  content: "";
  width: min(1.9791666667vw, 38px);
  height: min(0.5208333333vw, 10px);
  background-color: #AADABA;
}

.contact__desc {
  margin-top: min(3.3333333333vw, 64px);
}
@media screen and (min-width: 768px) {
  .contact__desc {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .contact__desc {
    font-size: 1.3541666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__desc {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contact__desc {
    text-align: center;
  }
}

.contact__button {
  margin-top: min(3.3333333333vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(20.0520833333vw, 385px);
  height: min(3.4375vw, 66px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #AADABA;
  color: #fff;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .contact__button {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .contact__button {
    font-size: 1.3541666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__button {
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contact__button {
    margin-top: 10.6666666667vw;
    width: 69.3333333333vw;
    height: 10.6666666667vw;
  }
}
.contact__button:hover {
  color: #fff;
  opacity: 0.6;
}

.u-inline-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-inline-sp {
    display: inline;
  }
}
