@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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; /* 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;
  color: inherit;
  text-decoration: none;
}

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

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

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * 1. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

body {
  background-color: #afdeed;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

small {
  font-size: 100%;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.uppercase {
  text-transform: uppercase;
}

.button-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  background-color: #3d6998;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  border: 2px solid #3d6998;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  .button-primary {
    width: 400px;
    font-size: 30px;
    border-radius: 20px;
  }
}
.button-primary:hover {
  color: #3d6998;
  background-color: #fff;
}
.button-primary__icon {
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: #fff;
  margin-left: 6px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .button-primary__icon {
    width: 60px;
    height: 60px;
    margin-left: 64px;
  }
}
.button-primary__arrow {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #3d6998;
  position: relative;
}
@media screen and (min-width: 768px) {
  .button-primary__arrow {
    width: 50px;
    height: 4px;
  }
}
.button-primary__arrow::before, .button-primary__arrow::after {
  content: "";
  background-color: #3d6998;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .button-primary__arrow::before, .button-primary__arrow::after {
    width: 20px;
    height: 4px;
  }
}
.button-primary__arrow::before {
  top: calc(50% + 2px);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .button-primary__arrow::before {
    right: -4px;
    top: calc(50% + 4px);
  }
}
.button-primary__arrow::after {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .button-primary__arrow::after {
    right: -4px;
    top: calc(50% - 8px);
  }
}

.button-secondary {
  width: 150px;
  padding: 10px;
  background-color: #87b2e0;
  color: #fff;
  border: 2px solid #87b2e0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 3px 4px rgba(158, 158, 158, 0.25);
  border-radius: 5px;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  .button-secondary {
    width: 240px;
    border-radius: 20px;
  }
}
.button-secondary:hover {
  color: #87b2e0;
  background-color: #fff;
}
.button-secondary__text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .button-secondary__text {
    font-size: 35px;
  }
}
.button-secondary__icon {
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: #fff;
  margin-left: 6px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .button-secondary__icon {
    width: 50px;
    height: 50px;
    margin-left: 15px;
  }
}
.button-secondary__arrow {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #87b2e0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .button-secondary__arrow {
    width: 40px;
    height: 4px;
  }
}
.button-secondary__arrow::before, .button-secondary__arrow::after {
  content: "";
  background-color: #87b2e0;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .button-secondary__arrow::before, .button-secondary__arrow::after {
    width: 20px;
    height: 4px;
  }
}
.button-secondary__arrow::before {
  top: calc(50% + 2px);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .button-secondary__arrow::before {
    right: -4px;
    top: calc(50% + 4px);
  }
}
.button-secondary__arrow::after {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .button-secondary__arrow::after {
    right: -4px;
    top: calc(50% - 8px);
  }
}

.title {
  display: inline-flex;
  align-items: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #3d6998;
  border-left: 5px solid #3d6998;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 40px;
    padding-left: 32px;
    border-width: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .title {
    font-size: 55px;
  }
}
.title span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f8fc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .title span {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .title span {
    width: 110px;
    height: 110px;
  }
}
.title span + span {
  margin-left: -3px;
}
@media screen and (min-width: 768px) {
  .title span + span {
    margin-left: -6px;
  }
}
@media screen and (min-width: 1024px) {
  .title span + span {
    margin-left: -10px;
  }
}

.none {
  display: none;
}
@media screen and (min-width: 768px) {
  .none-tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .none-pc {
    display: none;
  }
}

.inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .inline-tab {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .inline-pc {
    display: inline;
  }
}

.block {
  display: block;
}
@media screen and (min-width: 768px) {
  .block-tab {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .block-pc {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
.container--small {
  max-width: 1000px;
}
.container--open {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .container--open {
    padding: 0 40px;
  }
}

.footer {
  background-color: #fffec5;
  padding: 56px 0 8px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 120px 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 200px 0 20px;
  }
}
.footer__logo {
  width: 204px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 300px;
  }
}
.footer__copyright {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 20px;
  }
}

/**
* hero
**/
@media screen and (min-width: 1200px) {
  .hero {
    width: 100vw;
    padding: 40px;
  }
}
.hero__inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  height: 106.6666666667vw;
  background-image: url("./../images/hero/hero_image_sp@2x.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .hero__inner {
    height: 100%;
    border-radius: 50px;
    background-image: url("./../images/hero/hero_image_pc@2x.jpg");
    height: calc(100vh - 80px);
    max-height: 810px;
  }
}
.hero__catch {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .hero__catch {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__content {
  position: absolute;
  bottom: 0;
  left: 2.1333333333vw;
  right: 2.1333333333vw;
  transform: translateY(50%);
}
.hero__cta {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 1200px) {
  .hero__cta {
    margin-top: 170px;
  }
}

.hero-catch__text {
  padding: 10px 12px;
  background-color: rgba(255, 255, 255, 0.67);
  border-radius: 10px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .hero-catch__text {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-catch__text--top {
    padding: 10px 38px;
  }
}
.hero-catch__text--top img {
  width: 41.0666666667vw;
}
@media screen and (min-width: 1200px) {
  .hero-catch__text--top img {
    width: 400px;
  }
}
.hero-catch__text--bottom {
  margin-left: 34px;
  margin-top: 4px;
}
@media screen and (min-width: 1200px) {
  .hero-catch__text--bottom {
    padding: 4px 35px;
    margin-left: 95px;
  }
}
.hero-catch__text--bottom img {
  width: 42.9333333333vw;
}
@media screen and (min-width: 1200px) {
  .hero-catch__text--bottom img {
    width: 422px;
  }
}

.hero-content__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .hero-content__list {
    max-width: 1075px;
    margin: 0 auto;
  }
}
.hero-content__item {
  height: 17.0666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
  background-color: #f6f568;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(87, 87, 87, 0.25);
}
@media screen and (min-width: 1200px) {
  .hero-content__item {
    font-size: 40px;
    height: 180px;
  }
}
.hero-content__item--first {
  width: 25.6vw;
}
@media screen and (min-width: 1200px) {
  .hero-content__item--first {
    width: 300px;
  }
}
.hero-content__item--second {
  width: 25.6vw;
}
@media screen and (min-width: 1200px) {
  .hero-content__item--second {
    width: 300px;
  }
}
.hero-content__item--third {
  width: 34.4vw;
}
@media screen and (min-width: 768px) {
  .hero-content__item--third {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-content__item--third {
    width: 370px;
    letter-spacing: -0.1em;
  }
}
.hero-content__item--third strong {
  color: #f97e7e;
  font-size: 3.2vw;
}
@media screen and (min-width: 1200px) {
  .hero-content__item--third strong {
    font-size: 40px;
    letter-spacing: 0;
  }
}
.hero-content__item--third strong span {
  font-size: 8vw;
}
@media screen and (min-width: 1200px) {
  .hero-content__item--third strong span {
    font-size: 90px;
  }
}
.hero-content__symbol {
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .hero-content__symbol {
    font-size: 40px;
  }
}

.hero-cta__button-wrapper {
  width: 42.6666666667vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .hero-cta__button-wrapper {
    width: 430px;
  }
}
.hero-cta__button-wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #87b2e0 transparent;
  position: absolute;
  top: -10px;
  left: 24px;
}
@media screen and (min-width: 768px) {
  .hero-cta__button-wrapper::before {
    top: -20px;
    left: 36px;
    border-width: 0 10px 20px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-cta__button-wrapper::before {
    top: -40px;
    left: 72px;
    border-width: 0 20px 40px 20px;
  }
}
.hero-cta__button {
  background-color: #87b2e0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .hero-cta__button {
    padding: 15px;
  }
}
.hero-cta__button-textbox {
  text-align: center;
}
.hero-cta__button-text {
  font-size: 3.2vw;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .hero-cta__button-text {
    font-size: 40px;
  }
}
.hero-cta__button-text--top {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .hero-cta__button-text--top {
    font-size: 35px;
  }
}
.hero-cta__button-text--top::before, .hero-cta__button-text--top::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #f6f568;
}
@media screen and (min-width: 1200px) {
  .hero-cta__button-text--top::before, .hero-cta__button-text--top::after {
    width: 4px;
    height: 30px;
  }
}
.hero-cta__button-text--top::before {
  transform: rotate(-30deg);
  margin-right: 8px;
}
.hero-cta__button-text--top::after {
  transform: rotate(30deg);
  margin-left: 8px;
}
.hero-cta__button-icon {
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: #fff;
  margin-left: 6px;
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hero-cta__button:hover .hero-cta__button-icon {
  background-color: #87b2e0;
}
@media screen and (min-width: 768px) {
  .hero-cta__button-icon {
    width: 50px;
    height: 50px;
    margin-left: 15px;
  }
}
.hero-cta__button-arrow {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #87b2e0;
  position: relative;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hero-cta__button:hover .hero-cta__button-arrow {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-cta__button-arrow {
    width: 40px;
    height: 4px;
  }
}
.hero-cta__button-arrow::before, .hero-cta__button-arrow::after {
  content: "";
  background-color: #87b2e0;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hero-cta__button:hover .hero-cta__button-arrow::before, .hero-cta__button:hover .hero-cta__button-arrow::after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-cta__button-arrow::before, .hero-cta__button-arrow::after {
    width: 20px;
    height: 4px;
  }
}
.hero-cta__button-arrow::before {
  top: calc(50% + 2px);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .hero-cta__button-arrow::before {
    right: -4px;
    top: calc(50% + 4px);
  }
}
.hero-cta__button-arrow::after {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .hero-cta__button-arrow::after {
    right: -4px;
    top: calc(50% - 8px);
  }
}

/**
* problem
**/
.problem {
  padding: 32px 0 56px;
}
@media screen and (min-width: 768px) {
  .problem {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .problem {
    padding-bottom: 160px;
  }
}
.problem__solution {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .problem__solution {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .problem__solution {
    margin-top: 90px;
  }
}

.problem-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.problem-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .problem-item + .problem-item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-item + .problem-item {
    margin-top: 60px;
  }
}
.problem-item__image {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .problem-item__image {
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-item__image {
    width: 180px;
  }
}
.problem-item__text-box {
  width: calc(100% - 80px - 16px);
  padding: 12px 8px;
  background-color: #fff;
  filter: drop-shadow(0 4px 4px rgba(87, 87, 87, 0.25));
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .problem-item__text-box {
    width: calc(100% - 120px - 40px);
    padding: 48px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-item__text-box {
    width: calc(100% - 180px - 40px);
    padding: 48px 30px;
  }
}
.problem-item:nth-child(2n) .problem-item__text-box {
  width: calc(100% - 80px - 4px);
}
@media screen and (min-width: 768px) {
  .problem-item:nth-child(2n) .problem-item__text-box {
    width: calc(100% - 120px - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .problem-item:nth-child(2n) .problem-item__text-box {
    width: calc(100% - 180px - 40px);
  }
}
.problem-item__text-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.problem-item:nth-child(2n+1) .problem-item__text-box::before {
  left: -10px;
  border-width: 5px 10px 5px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (min-width: 768px) {
  .problem-item:nth-child(2n+1) .problem-item__text-box::before {
    left: -20px;
    border-width: 10px 20px 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .problem-item:nth-child(2n+1) .problem-item__text-box::before {
    left: -30px;
    border-width: 17px 30px 17px 0;
  }
}
.problem-item:nth-child(2n) .problem-item__text-box::before {
  right: -10px;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  .problem-item:nth-child(2n) .problem-item__text-box::before {
    right: -20px;
    border-width: 10px 0 10px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-item:nth-child(2n) .problem-item__text-box::before {
    right: -30px;
    border-width: 17px 0 17px 30px;
  }
}
.problem-item__text {
  font-size: 3.2vw;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .problem-item__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-item__text {
    font-size: 35px;
  }
}
.problem-item__text + .problem-item__text {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .problem-item__text + .problem-item__text {
    margin-top: 20px;
  }
}

.problem-solution {
  background-color: #fffec5;
  border-radius: 20px;
  padding: 16px 30px 36px;
}
@media screen and (min-width: 768px) {
  .problem-solution {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 100px 90px;
  }
}
.problem-solution__title-wrapper {
  display: flex;
  justify-content: center;
}
.problem-solution__title {
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #3d6998;
  border-left: 5px solid #3d6998;
  padding: 6px 4px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .problem-solution__title {
    font-size: 30px;
    border-width: 8px;
    padding: 0 12px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-solution__title {
    font-size: 55px;
    border-width: 10px;
  }
}
.problem-solution__list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .problem-solution__list {
    margin-top: 40px;
  }
}

.problem-solution-item {
  display: flex;
  justify-content: center;
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(123, 123, 123, 0.25));
}
@media screen and (min-width: 768px) {
  .problem-solution-item {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  .problem-solution-item--space {
    padding: 35px 30px;
  }
}
.problem-solution-item__inner {
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.065em;
}
@media screen and (min-width: 768px) {
  .problem-solution-item__inner {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-solution-item__inner {
    font-size: 28px;
  }
}
.problem-solution-item + .problem-solution-item {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .problem-solution-item + .problem-solution-item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-solution-item + .problem-solution-item {
    margin-top: 50px;
  }
}
.problem-solution-item__strong {
  font-size: 3.4666666667vw;
  color: #f97e7e;
}
@media screen and (min-width: 768px) {
  .problem-solution-item__strong {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-solution-item__strong {
    font-size: 30px;
  }
}
.problem-solution-item__note {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .problem-solution-item__note {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-solution-item__note {
    font-size: 20px;
  }
}

/**
* change
**/
.change {
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .change {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .change {
    padding-bottom: 170px;
  }
}
.change__inner {
  padding: 16px 0 50px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .change__inner {
    padding: 80px 40px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .change__inner {
    padding: 80px 100px 50px;
    border-radius: 20px;
  }
}
.change__title-wrapper {
  display: flex;
  justify-content: center;
}
.change__title {
  font-weight: 700;
  color: #3d6998;
  text-align: center;
  display: inline-block;
  border-left: 5px solid #3d6998;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .change__title {
    padding-left: 32px;
    border-width: 10px;
  }
}
.change__title--top {
  display: block;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .change__title--top {
    font-size: 40px;
    margin-top: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .change__title--top {
    font-size: 55px;
    margin-top: -8px;
  }
}
.change__title--bottom {
  display: block;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .change__title--bottom {
    font-size: 24px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .change__title--bottom {
    font-size: 35px;
    margin-top: 12px;
  }
}
.change__list {
  width: calc(100% - 16px);
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .change__list {
    width: 100%;
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .change__list {
    margin-top: 120px;
  }
}
.change__comparison {
  margin-top: 56px;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .change__comparison {
    margin-top: 120px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .change__comparison {
    margin-top: 264px;
  }
}
.change__example {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .change__example {
    margin-top: 40px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .change__example {
    margin-top: 80px;
  }
}

.change-list__inner {
  display: flex;
  border-bottom: 1px solid rgba(61, 105, 152, 0.76);
}
.change-list__left {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .change-list__left {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .change-list__left {
    width: 280px;
  }
}
.change-list__content {
  width: calc((100% - 100px) / 2);
}
@media screen and (min-width: 768px) {
  .change-list__content {
    width: calc((100% - 200px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .change-list__content {
    width: calc((100% - 280px) / 2);
  }
}
.change-list__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .change-list__cell {
    padding: 4px 8px;
  }
}
.change-list__head {
  font-size: 3.2vw;
  background-color: rgba(175, 222, 237, 0.53);
}
@media screen and (min-width: 768px) {
  .change-list__head {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .change-list__head {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .change-list__head {
    font-size: 28px;
  }
}
.change-list__head--top {
  font-size: 2.6666666667vw;
  font-weight: 700;
  color: #fff;
  background-color: #afdeed;
  padding: 6px 0 9px;
  border-left: 1px solid rgba(61, 105, 152, 0.76);
}
@media screen and (min-width: 768px) {
  .change-list__head--top {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .change-list__head--top {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .change-list__head--top {
    font-size: 28px;
  }
}
.change-list__data {
  font-size: 3.2vw;
  font-weight: 700;
  min-height: 50px;
  border-left: 1px solid rgba(61, 105, 152, 0.76);
}
@media screen and (min-width: 768px) {
  .change-list__data {
    font-size: 16px;
    min-height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .change-list__data {
    font-size: 28px;
    min-height: 116px;
  }
}
.change-list__data + .change-list__data {
  background-color: rgba(175, 222, 237, 0.13);
}
.change-list__data-image {
  width: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .change-list__data-image {
    width: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .change-list__data-image {
    width: 50px;
  }
}
.change-list__data-text {
  font-size: 2.6666666667vw;
  transform: scale(0.6);
  white-space: nowrap;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .change-list__data-text {
    font-size: 12px;
    transform: scale(1);
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .change-list__data-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .change-comparison {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .change-comparison__item {
    width: calc((100% - 128px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .change-comparison__item {
    width: calc((100% - 184px) / 2);
  }
}
.change-comparison__item-text {
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .change-comparison__item-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .change-comparison__item-text {
    font-size: 28px;
  }
}
.change-comparison__item-point {
  max-width: 68vw;
  padding: 16px 25px;
  border-radius: 10px;
  margin: 16px auto;
  background-color: #f6f568;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #333;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .change-comparison__item-point {
    max-width: 330px;
    font-size: 18px;
    padding: 16px 8px;
  }
}
@media screen and (min-width: 1024px) {
  .change-comparison__item-point {
    padding: 16px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .change-comparison__item-point {
    font-size: 22px;
  }
}
.change-comparison__item-point::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 15px 7px;
  border-color: transparent transparent #f6f568 transparent;
  position: absolute;
  top: -15px;
}
.change-comparison__arrow {
  width: 58px;
  transform: rotate(90deg);
  margin: 16px auto;
}
@media screen and (min-width: 768px) {
  .change-comparison__arrow {
    transform: rotate(0);
    width: 64px;
    margin: 0 32px;
    display: flex;
    align-items: center;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .change-comparison__arrow {
    width: 88px;
    margin: 0 48px;
    margin-bottom: 160px;
  }
}

.change-example {
  display: grid;
  grid-template: "top-left top-right" auto "bottom-left bottom-right" auto/auto 1fr;
}
.change-example__image {
  grid-area: top-left;
  width: 90px;
}
@media screen and (min-width: 768px) {
  .change-example__image {
    width: 200px;
    grid-area: top-left/top-left/bottom-left/bottom-left;
  }
}
.change-example__information {
  grid-area: top-right;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .change-example__information {
    margin-left: 32px;
  }
}
.change-example__result {
  margin-top: 16px;
  grid-area: bottom-left/bottom-left/bottom-right/bottom-right;
}
@media screen and (min-width: 768px) {
  .change-example__result {
    grid-area: bottom-right;
    margin-left: 32px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .change-example__result {
    margin-top: 60px;
  }
}

.change-example-information {
  padding: 12px 8px;
  border-radius: 10px;
  background-color: rgba(175, 222, 237, 0.44);
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .change-example-information {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .change-example-information {
    padding: 20px 44px;
  }
}
.change-example-information__inner {
  display: flex;
}
.change-example-information__inner + .change-example-information__inner {
  margin-top: 8px;
}
.change-example-information__term {
  font-size: 3.2vw;
  text-align: right;
  flex-basis: 13.8666666667vw;
  margin-right: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .change-example-information__term {
    flex-basis: 120px;
    font-size: 24px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .change-example-information__term {
    font-size: 30px;
  }
}
.change-example-information__description {
  font-size: 3.2vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .change-example-information__description {
    font-size: 24px;
    flex-basis: calc(100% - 120px - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .change-example-information__description {
    font-size: 30px;
  }
}

.change-example-result {
  padding: 0 32px;
}
@media screen and (min-width: 768px) {
  .change-example-result {
    padding: 0;
  }
}
.change-example-result__before {
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(97, 97, 97, 0.25);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .change-example-result__before {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .change-example-result__before {
    font-size: 35px;
  }
}
.change-example-result__arrow {
  width: 58px;
  margin: 16px auto;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .change-example-result__arrow {
    width: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .change-example-result__arrow {
    width: 80px;
    margin: 30px auto;
  }
}
.change-example-result__after-text {
  border: 5px solid #87b2e0;
  background-color: #e7f0f9;
  box-shadow: 0px 4px 4px rgba(97, 97, 97, 0.25);
  border-radius: 20px;
  padding: 10px 12px 14px;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .change-example-result__after-text {
    font-size: 32px;
    padding: 15px 21px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .change-example-result__after-text {
    font-size: 40px;
  }
}
.change-example-result__after-text strong {
  font-size: 3.7333333333vw;
  color: #f97e7e;
}
@media screen and (min-width: 768px) {
  .change-example-result__after-text strong {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .change-example-result__after-text strong {
    font-size: 45px;
  }
}
.change-example-result__after-text strong span {
  font-size: 5.3333333333vw;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .change-example-result__after-text strong span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .change-example-result__after-text strong span {
    font-size: 45px;
  }
}
.change-example-result__after-note {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: right;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .change-example-result__after-note {
    font-size: 24px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .change-example-result__after-note {
    font-size: 30px;
    margin-top: 25px;
  }
}

/**
* example
**/
.example {
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .example {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .example {
    padding-bottom: 170px;
  }
}
.example__title-wrapper {
  text-align: center;
}
.example__list {
  margin-top: 16px;
  background-color: #e7f0f9;
}
@media screen and (min-width: 768px) {
  .example__list {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .example__list {
    margin-top: 50px;
  }
}
.example__item + .example__item {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .example__item + .example__item {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .example__item + .example__item {
    margin-top: 60px;
  }
}

.example-item {
  background-color: #fff;
  padding: 14px 6px;
}
@media screen and (min-width: 768px) {
  .example-item {
    padding: 32px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .example-item {
    padding: 50px 24px;
  }
}
.example-item__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .example-item__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.example-item__human {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .example-item__human {
    justify-content: space-between;
  }
}
.example-item__image {
  width: 64px;
}
@media screen and (min-width: 768px) {
  .example-item__image {
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__image {
    width: 200px;
  }
}
.example-item__information {
  font-size: 3.2vw;
  font-weight: 700;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .example-item__information {
    font-size: 18px;
    margin-left: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__information {
    font-size: 24px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .example-item__information {
    font-size: 30px;
    margin-left: 20px;
  }
}
.example-item__information p + p {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .example-item__information p + p {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__information p + p {
    margin-top: 10px;
  }
}
.example-item__result {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .example-item__result {
    justify-content: space-between;
    margin-left: 8px;
  }
}
.example-item__result-item {
  width: 29.8666666667vw;
  padding: 12px 8px 8px;
  box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.25);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .example-item__result-item {
    width: 184px;
    padding: 20px 12px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__result-item {
    width: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .example-item__result-item {
    padding: 24px 20px;
  }
}
.example-item__result-item + .example-item__result-item {
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .example-item__result-item + .example-item__result-item {
    margin-left: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__result-item + .example-item__result-item {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .example-item__result-item + .example-item__result-item {
    margin-left: 30px;
  }
}
.example-item__result-item-text {
  font-size: 2.6666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .example-item__result-item-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__result-item-text {
    font-size: 26px;
  }
}
.example-item__result-item-text--strong {
  color: #f97e7e;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .example-item__result-item-text--strong {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__result-item-text--strong {
    font-size: 30px;
  }
}
.example-item__result-item-text--strong span {
  font-size: 5.3333333333vw;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .example-item__result-item-text--strong span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__result-item-text--strong span {
    font-size: 40px;
  }
}
.example-item__result-item-text--strong-small {
  color: #f97e7e;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .example-item__result-item-text--strong-small {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__result-item-text--strong-small {
    font-size: 30px;
    letter-spacing: -0.03em;
  }
}
.example-item__result-item-text--strong-small span {
  font-size: 4.2666666667vw;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .example-item__result-item-text--strong-small span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__result-item-text--strong-small span {
    font-size: 36px;
  }
}
.example-item__result-item-text:last-of-type {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .example-item__result-item-text:last-of-type {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .example-item__result-item-text:last-of-type {
    font-size: 28px;
  }
}

/**
* reason
**/
.reason {
  padding: 0 12px 32px;
}
@media screen and (min-width: 768px) {
  .reason {
    padding: 0 0 120px;
  }
}
@media screen and (min-width: 1024px) {
  .reason {
    padding-bottom: 200px;
  }
}
.reason__title-wrapper {
  text-align: center;
}
.reason__list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .reason__list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .reason__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .reason__item {
    width: calc((100% - 60px) / 3);
  }
}
.reason__item + .reason__item {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .reason__item + .reason__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .reason__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .reason__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

.reason-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px 32px;
  box-shadow: 2px 4px 10px rgba(120, 120, 120, 0.25);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .reason-item {
    display: block;
    padding: 32px 20px;
  }
}
.reason-item__body {
  width: 35.2vw;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .reason-item__body {
    width: 100%;
    margin-left: 0;
    padding: 24px 30px 16px;
  }
}
.reason-item__title {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #3d6998;
  padding-bottom: 10px;
}
.reason-item__title-number {
  font-size: 8.5333333333vw;
  font-weight: 400;
  color: #3d6998;
}
@media screen and (min-width: 768px) {
  .reason-item__title-number {
    font-size: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .reason-item__title-number {
    font-size: 85px;
  }
}
.reason-item__title-text {
  font-size: 4.2666666667vw;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .reason-item__title-text {
    font-size: 24px;
    white-space: normal;
    margin-left: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .reason-item__title-text {
    font-size: 35px;
    letter-spacing: -0.03em;
  }
}
.reason-item__text {
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .reason-item__text {
    font-size: 26px;
  }
}

/**
* check
**/
.check {
  padding: 56px 0 40px;
  background-color: #fffec5;
}
@media screen and (min-width: 768px) {
  .check {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .check {
    padding: 120px 0 140px;
  }
}
.check__title-wrapper {
  text-align: center;
}
.check__title {
  position: relative;
}
.check__title::before {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background-image: url("./../images/check/check_sub-text@2x.png");
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 10px;
  top: -12px;
}
@media screen and (min-width: 768px) {
  .check__title::before {
    width: 240px;
    height: 30px;
    top: -30px;
    left: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .check__title::before {
    width: 304px;
    height: 38px;
    top: -40px;
    left: 32px;
  }
}
.check__content {
  padding: 0 8px;
}
.check__question-list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .check__question-list {
    margin-top: 80px;
  }
}
.check__question-item + .check__question-item {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .check__question-item + .check__question-item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .check__question-item + .check__question-item {
    margin-top: 60px;
  }
}
.check__answer-list {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .check__answer-list {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .check__answer-list {
    margin-top: 150px;
  }
}
.check__answer-item + .check__answer-item {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .check__answer-item + .check__answer-item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .check__answer-item + .check__answer-item {
    margin-top: 60px;
  }
}

.check-question-item {
  background-color: #fff;
  padding: 8px 12px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .check-question-item {
    padding: 30px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .check-question-item {
    align-items: center;
  }
}
.check-question-item__number {
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  font-size: 5.8666666667vw;
  background-color: #afdeed;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .check-question-item__number {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .check-question-item__number {
    width: 100px;
    height: 100px;
    font-size: 50px;
  }
}
.check-question-item__content {
  width: calc(100% - 24.53333vw);
  margin-left: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .check-question-item__content {
    width: calc(100% - 64px - 24px);
    margin-left: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .check-question-item__content {
    display: flex;
    align-items: center;
    width: calc(100% - 100px - 20px);
  }
}
.check-question-item__text {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .check-question-item__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .check-question-item__text {
    font-size: 35px;
    width: calc(100% - 350px - 20px);
  }
}
.check-question-item__results {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .check-question-item__results {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .check-question-item__results {
    margin-top: 0;
    width: 350px;
    margin-left: 20px;
  }
}
.check-question-item__result {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .check-question-item__result + .check-question-item__result {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .check-question-item__result + .check-question-item__result {
    margin-top: 24px;
  }
}
.check-question-item__result-before {
  width: 13.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .check-question-item__result-before {
    font-size: 28px;
    width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .check-question-item__result-before {
    width: 100px;
    font-size: 35px;
  }
}
.check-question-item__result-arrow {
  width: 8vw;
  margin-right: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .check-question-item__result-arrow {
    width: 90px;
    margin-right: 30px;
  }
}
.check-question-item__result-after {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .check-question-item__result-after {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .check-question-item__result-after {
    font-size: 35px;
  }
}

.check-answer-item {
  background-color: #fff;
  padding: 8px 12px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .check-answer-item {
    padding: 30px 24px 16px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .check-answer-item {
    padding: 30px 100px 16px 30px;
  }
}
.check-answer-item__type {
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  font-size: 5.8666666667vw;
  background-color: #afdeed;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .check-answer-item__type {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .check-answer-item__type {
    width: 100px;
    height: 100px;
    font-size: 50px;
  }
}
.check-answer-item__type--active {
  background-color: #3d6998;
}
.check-answer-item__type--not-active {
  background-color: #d3d3d3;
}
.check-answer-item__content {
  width: calc(100% - 16vw);
  margin-left: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .check-answer-item__content {
    width: calc(100% - 64px - 32px);
    margin-left: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .check-answer-item__content {
    width: calc(100% - 100px - 56px);
    margin-left: 56px;
  }
}
.check-answer-item__title {
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .check-answer-item__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .check-answer-item__title {
    font-size: 35px;
  }
}
.check-answer-item__text {
  font-size: 3.2vw;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .check-answer-item__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .check-answer-item__text {
    font-size: 30px;
  }
}
.check-answer-item__button {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .check-answer-item__button {
    margin-top: 20px;
  }
}
.check-answer-item__button .button-primary {
  margin-left: auto;
}

/**
* voice
**/
.voice {
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .voice {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1024px) {
  .voice {
    padding: 100px 0 190px;
  }
}
.voice__title-wrapper {
  text-align: center;
}
.voice__list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .voice__list {
    margin-top: 50px;
  }
}
.voice__item + .voice__item {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .voice__item + .voice__item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .voice__item + .voice__item {
    margin-top: 60px;
  }
}

.voice-item {
  padding: 24px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .voice-item {
    border-radius: 20px;
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .voice-item {
    padding: 40px 30px 30px 70px;
    border-radius: 100px;
    display: grid;
    grid-template: "left space right-top" auto "left space right-middle" auto "left space right-bottom" auto/200px 40px 1fr;
  }
}
.voice-item__title-wrapper {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .voice-item__title-wrapper {
    grid-area: right-top;
  }
}
.voice-item__title {
  display: inline-flex;
  align-items: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #333;
  border-left: 5px solid #3d6998;
  padding-left: 4px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .voice-item__title {
    font-size: 30px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .voice-item__title {
    font-size: 28px;
    letter-spacing: -0.05em;
    display: block;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .voice-item__title {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.voice-item__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .voice-item__image-wrapper {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .voice-item__image-wrapper {
    grid-area: left;
    margin-top: 0;
  }
}
.voice-item__image {
  width: 120px;
  margin-right: 15px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .voice-item__image {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .voice-item__image {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.voice-item__image-text {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .voice-item__image-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .voice-item__image-text {
    display: none;
  }
}
.voice-item__text {
  margin-top: 20px;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .voice-item__text {
    font-size: 18px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .voice-item__text {
    grid-area: right-middle;
    font-size: 23px;
  }
}
.voice-item__sub-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .voice-item__sub-text {
    display: block;
    grid-area: right-bottom;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 10px;
  }
}

/**
* question
**/
.question {
  background-color: #e7f0f9;
  padding: 56px 0 48px;
}
@media screen and (min-width: 768px) {
  .question {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .question {
    padding: 100px 0 165px;
  }
}
.question__title-wrapper {
  text-align: center;
}
.question__list {
  max-width: 1000px;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .question__list {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .question__list {
    margin-top: 100px;
  }
}
.question__item + .question__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .question__item + .question__item {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .question__item + .question__item {
    margin-top: 50px;
  }
}

.question-item__question {
  padding: 16px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .question-item__question {
    padding: 25px 18px;
  }
}
.question-item__answer {
  padding: 16px;
  background-color: #fff;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .question-item__answer {
    background-color: transparent;
    margin-top: 20px;
    padding: 0 18px;
  }
}
.question-item__type {
  width: 12.2666666667vw;
  height: 12.2666666667vw;
  border-radius: 50%;
  font-size: 7.4666666667vw;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .question-item__type {
    font-size: 32px;
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .question-item__type {
    font-size: 50px;
    width: 80px;
    height: 80px;
  }
}
.question-item__type--question {
  background-color: #3d6998;
}
.question-item__type--answer {
  background-color: #87b2e0;
}
.question-item__text {
  width: calc(100% - 14.93333vw);
}
@media screen and (min-width: 768px) {
  .question-item__text {
    width: calc(100% - 74px);
  }
}
@media screen and (min-width: 1024px) {
  .question-item__text {
    width: calc(100% - 90px);
  }
}
.question-item__text--question {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .question-item__text--question {
    font-size: 30px;
    display: flex;
    align-items: center;
  }
}
.question-item__text--answer {
  font-size: 3.7333333333vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .question-item__text--answer {
    font-size: 23px;
  }
}

/**
* flow
**/
.flow {
  padding: 56px 0;
  background-color: #afdeed;
}
.flow__title-wrapper {
  text-align: center;
}
.flow__list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .flow__list {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .flow__list {
    display: flex;
    justify-content: space-between;
    background-color: #f7fcfd;
    padding: 50px 40px;
    border-radius: 20px;
  }
}
.flow__item + .flow__item {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .flow__item + .flow__item {
    margin-top: 0;
  }
}

.flow-item {
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .flow-item {
    width: 33.3333333333%;
    height: 380px;
  }
}
.flow-item:nth-of-type(1) {
  background-color: #e4f9ff;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 1024px) {
  .flow-item:nth-of-type(1) {
    border-radius: 10px 0 0 10px;
  }
}
.flow-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px calc((100vw - 48px) / 2) 0 calc((100vw - 48px) / 2);
  border-color: #e4f9ff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .flow-item:nth-of-type(1)::before {
    border-width: 30px calc((100vw - 80px) / 2) 0 calc((100vw - 80px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .flow-item:nth-of-type(1)::before {
    background-color: #c5eaff;
    top: 0;
    bottom: 0;
    left: auto;
    right: -15px;
    border-width: 190px 0 190px 30px;
    border-color: transparent transparent transparent #e4f9ff;
    z-index: 2;
  }
}
.flow-item:nth-of-type(2) {
  background-color: #c5eaff;
}
.flow-item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px calc((100vw - 48px) / 2) 0 calc((100vw - 48px) / 2);
  border-color: #c5eaff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .flow-item:nth-of-type(2)::before {
    border-width: 30px calc((100vw - 80px) / 2) 0 calc((100vw - 80px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .flow-item:nth-of-type(2)::before {
    background-color: #87b2e0;
    top: 0;
    bottom: 0;
    left: auto;
    right: -15px;
    border-width: 190px 0 190px 30px;
    border-color: transparent transparent transparent #c5eaff;
    z-index: 2;
  }
}
.flow-item:nth-of-type(3) {
  background-color: #87b2e0;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1024px) {
  .flow-item:nth-of-type(3) {
    border-radius: 0 10px 10px 0;
  }
}
.flow-item__wrapper {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.flow-item__number {
  font-size: 21.3333333333vw;
  font-weight: 400;
  color: #3d6998;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .flow-item__number {
    font-size: 80px;
  }
}
.flow-item__image {
  width: 250px;
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .flow-item__image {
    padding-top: 80px;
  }
}
.flow-item__image--third {
  padding-top: 80px;
}
.flow-item__text {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .flow-item__text {
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .flow-item__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .flow-item__text {
    font-size: 23px;
  }
}
.flow-item__text-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

/**
* information
**/
.information {
  padding: 16px 0 24px;
  background-color: #fffec5;
}
@media screen and (min-width: 768px) {
  .information {
    padding: 64px 0 80px;
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .information {
    padding: 114px 0 170px;
  }
}
.information__title-wrapper {
  text-align: center;
}
.information__inner {
  max-width: 1000px;
  margin: 16px auto 0;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .information__inner {
    padding: 40px;
    background-color: #fffec5;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .information__inner {
    padding: 64px;
  }
}
.information__list {
  background-color: #fff;
  padding: 56px 18px 60px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .information__list {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px;
  }
}
.information__item + .information__item {
  margin-top: 24px;
}

.information-item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 16px;
}
.information-item__term {
  font-size: 3.7333333333vw;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .information-item__term {
    width: 200px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .information-item__term {
    width: 264px;
    font-size: 30px;
  }
}
.information-item__description {
  font-size: 3.7333333333vw;
  word-wrap: break-word;
  width: calc(100% - 120px);
}
.information-item__description a {
  border-bottom: 2px solid #333;
  transition-property: opacity;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
}
.information-item__description a:hover, .information-item__description a:focus {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .information-item__description {
    width: calc(100% - 200px);
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .information-item__description {
    width: calc(100% - 264px);
    font-size: 26px;
  }
}

/**
* contact
**/
.contact {
  padding: 56px 0 120px;
  background-color: #afdeed;
}
@media screen and (min-width: 768px) {
  .contact {
    background-color: #e7f0f9;
  }
}
.contact__title-wrapper {
  text-align: center;
}
.contact__text-wrapper {
  padding: 0 16px;
}
.contact__text {
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__text {
    font-size: 23px;
  }
}
.contact__line {
  max-width: 860px;
  margin: 56px auto 0;
}

.contact-line {
  background-color: #fff;
}
.contact-line__content {
  padding: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .contact-line__content {
    padding: 40px;
    margin-top: 0;
  }
}
.contact-line__qr {
  width: 90px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .contact-line__qr {
    width: 120px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-line__qr {
    width: 150px;
  }
}
.contact-line__icon {
  width: 80px;
}
.contact-line__icon a {
  transition-property: opacity;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
}
.contact-line__icon a:hover, .contact-line__icon a:focus {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .contact-line__icon {
    width: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-line__icon {
    width: 140px;
  }
}/*# sourceMappingURL=top.css.map */