@charset "UTF-8";
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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


body {
  font-family: "Noto Sans JP", sans-serif, "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #FFFFFF;
  line-height: 1.5;
  font-size: 16px;
}

html {
  color: #333;
}

section {
  padding: 80px 0;
}

.container {
  max-width: 1920px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}

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

a:focus {
  outline: unset;
}
a:hover {
  opacity: 0.8;
}
a img:hover {
  opacity: 1;
}

@media screen and (max-width: 820px) {
  .only-pc {
    display: none;
  }
}

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

.title-area {
  margin-bottom: 50px;
}
.title-area .sec-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 820px) {
  .title-area .sec-title {
    font-size: 28px;
  }
}
.title-area .sec-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37px;
  height: 5px;
  background: #12588B;
}

.h2-other {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .h2-other {
    font-size: 18px;
  }
}

.pink {
  color: #E92064;
}

.green {
  color: #3DB9AF;
}

.follow-button {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.follow-button:hover {
  opacity: 0.8;
}

footer {
  background: #F4F9F9;
  padding-block: 20px;
  text-align: center;
  font-size: 10px;
  margin-top: 120px;
}
@media screen and (max-width: 820px) {
  footer {
    margin-top: 60px;
  }
}

/*================= END OF COMMON =================*/
/*___________________________ FOR PARTIALS ___________________________*/
.sec-other-contens .other-list {
  max-width: 810px;
  margin-inline: auto;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(auto-fill, 240px);
  gap: 40px;
}
.sec-other-contens .other-list .other-item .other-item-img {
  margin-bottom: 10px;
}
.sec-other-contens .other-list .other-item .other-item-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

/*================= END OF OTHER CONTENTS =================*/
.sec-link {
  padding-block: 0;
}
.sec-link .link-img {
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
}
.sec-link .link-img .buy-button {
  position: absolute;
  left: 36%;
  top: 61%;
  width: 24%;
  max-width: 238px;
}
.sec-link .link-img .buy-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 820px) {
  .sec-link .link-img .buy-button {
    left: 17%;
    top: 53%;
    width: 70%;
    max-width: 500px;
  }
}

/*================= END OF LINK =================*/
.sec-mv {
  padding: 0;
}
.sec-mv .container {
  position: relative;
}
.sec-mv .container .buy-button {
  position: absolute;
  width: 15%;
  max-width: 253px;
  left: 41%;
  top: 77%;
}
@media screen and (max-width: 820px) {
  .sec-mv .container .buy-button {
    width: 50%;
    max-width: 445px;
    left: 47%;
    top: 90%;
  }
}

/*=================== END OF MV ===================*/
.sec-worry {
  padding-block: 60px 0;
}
@media screen and (max-width: 820px) {
  .sec-worry {
    padding-block: 30px 0;
  }
}
.sec-worry .container {
  padding-block: 70px 60px;
  background: url(../images/worry-back.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 820px) {
  .sec-worry .container {
    padding-block: 60px 0;
  }
}
.sec-worry .container .worry-wrap .worry-heading {
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .sec-worry .container .worry-wrap .worry-heading {
    margin-inline: auto;
    text-align: center;
    margin-bottom: 36px;
    line-height: 1.5;
  }
}
.sec-worry .container .worry-wrap .worry-heading .sub-heading {
  font-size: 22px;
}
.sec-worry .container .worry-wrap .worry-heading .border {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(0%, #333));
  background: linear-gradient(transparent 98%, #333 0%);
  padding-bottom: 3px;
}
.sec-worry .container .worry-wrap .worry-heading .blue {
  font-size: 50px;
  color: #12588B;
}
.sec-worry .container .worry-wrap .worry-img {
  width: 90%;
  max-width: 1072px;
  margin-inline: auto 0;
}
@media screen and (max-width: 820px) {
  .sec-worry .container .worry-wrap .worry-img {
    width: 70%;
    max-width: 300px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 420px) {
  .sec-worry .container .worry-wrap .worry-img {
    width: 100%;
    margin-inline: auto 0;
  }
}

/*=================== END OF WORRY ===================*/
.sec-merit {
  padding: 0;
}
.sec-merit .container {
  padding-block: 150px 90px;
  position: relative;
}
.sec-merit .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/merit-back-top.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .sec-merit .container::before {
    background-image: url(../images/merit-back-top-sp.png);
  }
}
.sec-merit .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/merit-back-bottom.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .sec-merit .container::after {
    background-image: url(../images/merit-back-bottom-sp.png);
  }
}
.sec-merit .container .merit-wrap .merit-img {
  max-width: 850px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .sec-merit .container .merit-wrap .merit-img {
    max-width: 250px;
    margin-bottom: 80px;
  }
}
.sec-merit .container .merit-wrap .merit-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 370px);
  place-content: center;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  row-gap: 100px;
  margin-block: 115px 35px;
}
@media screen and (max-width: 420px) {
  .sec-merit .container .merit-wrap .merit-list {
    grid-template-columns: repeat(auto-fit, 345px);
    margin-top: 100px;
  }
}
.sec-merit .container .merit-wrap .merit-list .merit-item {
  border: 1px solid #007CD6;
  padding-block: 70px 50px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .sec-merit .container .merit-wrap .merit-list .merit-item {
    padding-bottom: 25px;
  }
}
.sec-merit .container .merit-wrap .merit-list .merit-item .hexagon {
  position: absolute;
  top: -47.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 110px;
}
.sec-merit .container .merit-wrap .merit-list .merit-item .merit-item-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sec-merit .container .merit-wrap .merit-list .merit-item .merit-item-img {
    margin-bottom: 25px;
  }
}
.sec-merit .container .merit-wrap .merit-list .merit-item .merit-item-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #007CD6;
}
.sec-merit .container .merit-wrap .merit-info01 {
  text-align: center;
  line-height: 2;
  margin-bottom: 25px;
}
.sec-merit .container .merit-wrap .merit-info01 .large {
  font-size: 20px;
  font-weight: bold;
}
.sec-merit .container .merit-wrap .merit-info01 .large-number {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.sec-merit .container .merit-wrap .merit-info01 .pink {
  font-weight: bold;
  font-size: 20px;
}
.sec-merit .container .merit-wrap .merit-info02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .sec-merit .container .merit-wrap .merit-info02 {
    font-size: 18px;
  }
}
.sec-merit .container .merit-wrap .merit-info02 .square {
  font-size: 28px;
  display: inline-block;
  color: #12588B;
  margin-inline: 10px;
  margin-block: 15px;
  padding-inline: 30px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .sec-merit .container .merit-wrap .merit-info02 .square {
    font-size: 24px;
    margin-block: 5px;
  }
}
.sec-merit .container .merit-wrap .merit-info02 .square::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #C6E7FF;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

/*=================== END OF MERIT ===================*/
.sec-result {
  padding-block: 0 90px;
}
@media screen and (max-width: 820px) {
  .sec-result {
    padding-bottom: 60px;
  }
}
.sec-result .container {
  padding-block: 80px;
  background: url(../images/result-back.jpg);
  background-size: cover;
  font-variant-position: center;
}
.sec-result .container .result-wrap {
  max-width: 1030px;
  margin-inline: auto;
}
@media screen and (max-width: 420px) {
  .sec-result .container .result-wrap {
    background: white;
  }
}
.sec-result .container .result-wrap .result-head-img {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .sec-result .container .result-wrap .result-head-img {
    max-width: 345px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
.sec-result .container .result-wrap .result-contents {
  background: white;
  padding: 60px 90px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 405px);
  place-content: center;
  gap: 40px;
}
@media screen and (max-width: 420px) {
  .sec-result .container .result-wrap .result-contents {
    grid-template-columns: 1fr;
    padding: 40px 15px;
  }
}
.sec-result .container .result-wrap .result-contents .result-skin {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  padding-block: 9px;
  border-top: 7px solid;
  border-bottom: 7px solid;
  -o-border-image: linear-gradient(to right, #d4f6ff 0%, #ffd4eb 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#d4f6ff), to(#ffd4eb));
     border-image: linear-gradient(to right, #d4f6ff 0%, #ffd4eb 100%);
  border-image-slice: 1;
}
.sec-result .container .result-wrap .result-contents .result-skin-items {
  position: relative;
  background: #F9F9F9;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  padding-block: 30px 20px;
}
.sec-result .container .result-wrap .result-contents .result-skin-items .result-skin-title {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: white;
  background: #007CD6;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  width: 90%;
  max-width: 236px;
  padding-block: 3px 4px;
}
.sec-result .container .result-wrap .result-contents .result-details {
  display: grid;
  grid-template-columns: repeat(auto-fill, 180px);
  place-content: space-around;
  gap: 12px;
}
@media screen and (max-width: 420px) {
  .sec-result .container .result-wrap .result-contents .result-details {
    grid-template-columns: 1fr;
  }
}
.sec-result .container .result-wrap .result-contents .result-details .result-detail {
  border: 1px solid #3DB9AF;
  border-radius: 5px;
  padding: 17px 15px;
  background: #F4F9F9;
}
.sec-result .container .result-wrap .result-contents .result-details .result-detail:nth-of-type(2) .result-detail-img {
  max-width: 47px;
}
.sec-result .container .result-wrap .result-contents .result-details .result-detail .result-detail-title {
  font-size: 22px;
  text-align: center;
  color: #3DB9AF;
  margin-bottom: 20px;
}
.sec-result .container .result-wrap .result-contents .result-details .result-detail .result-detail-img {
  max-width: 74px;
  margin-inline: auto;
  margin-bottom: 25px;
}

/*=================== END OF RESULT ===================*/
.sec-flow {
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  .sec-flow {
    padding-top: 0;
  }
}
.sec-flow .container {
  padding-block: 80px;
  background: url(../images/flow-back.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 820px) {
  .sec-flow .container {
    padding-bottom: 60px;
  }
}
.sec-flow .container .flow-wrap .flow-heading-img {
  max-width: 288px;
  margin-inline: auto;
}
.sec-flow .container .flow-wrap .flow-text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sec-flow .container .flow-wrap .flow-text {
    text-align: left;
  }
}
.sec-flow .container .flow-wrap .flow-list {
  display: grid;
  grid-template-columns: 1.12fr 1.12fr 1.12fr 1fr;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .sec-flow .container .flow-wrap .flow-list {
    grid-template-columns: 1fr;
    max-width: 345px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 420px) {
  .sec-flow .container .flow-wrap .flow-list {
    max-width: 270px;
  }
}
.sec-flow .container .flow-wrap .caution {
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 820px) {
  .sec-flow .container .flow-wrap .caution {
    text-align: left;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
  }
}

/*=================== END OF FLOW ===================*/
.sec-voice {
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  .sec-voice {
    padding-top: 0;
  }
}
.sec-voice .container .voice-area {
  max-width: 1200px;
  margin-inline: auto;
  background: #3DB9AF;
  padding: 35px 40px 25px;
}
@media screen and (max-width: 820px) {
  .sec-voice .container .voice-area {
    padding: 40px 15px;
  }
}
.sec-voice .container .voice-area .voice-title {
  font-family: "Noto Serif JP";
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sec-voice .container .voice-area .voice-title {
    font-size: 21px;
  }
}
.sec-voice .container .voice-area .voice-title .under-line {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, white));
  background: linear-gradient(transparent 95%, white 0%);
  padding-bottom: 3px;
}
.sec-voice .container .voice-area .voice-title .large {
  font-size: 36px;
}
@media screen and (max-width: 820px) {
  .sec-voice .container .voice-area .voice-title .large {
    font-size: 28px;
  }
}
.sec-voice .container .voice-area .voice-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}
@media screen and (max-width: 820px) {
  .sec-voice .container .voice-area .voice-list {
    margin-inline: auto;
  }
}
.sec-voice .container .voice-area .voice-list .voice-item {
  position: relative;
  background: white;
  padding: 30px;
}
.sec-voice .container .voice-area .voice-list .voice-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #3DB9AF 0%, #3DB9AF 50%, #E5E5E5 50%, #E5E5E5 100%);
}
.sec-voice .container .voice-area .voice-list .voice-item .voice-img {
  max-width: 113px;
  margin-inline: auto;
}
.sec-voice .container .voice-area .voice-list .voice-item .voice-person {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

/*=================== END OF VOICE ===================*/
@media screen and (max-width: 820px) {
  .sec-faq {
    padding-block: 40px 60px;
  }
}
.sec-faq .container .faq-wrap .faq-list {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.sec-faq .container .faq-wrap .faq-list .faq-item {
  margin-bottom: 25px;
}
.sec-faq .container .faq-wrap .faq-list .faq-item .question {
  position: relative;
  background: #12588B;
  color: white;
  padding: 7px 30px 7px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.sec-faq .container .faq-wrap .faq-list .faq-item .question.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec-faq .container .faq-wrap .faq-list .faq-item .question::before, .sec-faq .container .faq-wrap .faq-list .faq-item .question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 2px;
  background: white;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sec-faq .container .faq-wrap .faq-list .faq-item .question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec-faq .container .faq-wrap .faq-list .faq-item .answer {
  display: none;
  margin-top: 8px;
  padding-left: 15px;
  line-height: 1.75;
}
.sec-faq .container .faq-wrap .faq-list .faq-item .answer .answer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*=================== END OF FAQ ===================*/
.sec-about {
  padding-bottom: 0;
  margin-bottom: 80px;
  background: #F4F9F9;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .sec-about {
    padding-block: 60px 0;
  }
}
.sec-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-back.png);
  background-size: contain;
  background-position: top 220px center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .sec-about::before {
    background-image: url(../images/about-back-sp.png);
  }
}
.sec-about .container .about-wrap .about-heading {
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .about-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.sec-about .container .about-wrap .about-summary {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 68px;
  margin-bottom: 140px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .about-summary {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 110px;
  }
}
.sec-about .container .about-wrap .about-summary .about-summary-text {
  line-height: 1.75;
}
.sec-about .container .about-wrap .about-summary .about-summary-text .line {
  display: block;
  margin-block: 40px;
  width: 64px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .about-summary .about-summary-text .line {
    margin-block: 0 40px;
  }
}
.sec-about .container .about-wrap .about-summary .about-summary-text .caution {
  font-size: 12px;
  margin-top: 10px;
}
.sec-about .container .about-wrap .point-area {
  margin-bottom: 100px;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area {
    margin-bottom: 57px;
  }
}
.sec-about .container .about-wrap .point-area:last-of-type {
  margin-bottom: 0;
}
.sec-about .container .about-wrap .point-area .point-title-area {
  text-align: center;
  margin-bottom: 40px;
}
.sec-about .container .about-wrap .point-area .point-title-area .point-title-en {
  font-size: 27px;
  font-weight: 500;
}
.sec-about .container .about-wrap .point-area .point-title-area .point-title-en::first-letter {
  color: #007CD6;
}
.sec-about .container .about-wrap .point-area .point-title-area .point-tiltle-ja {
  font-size: 47px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point-title-area .point-tiltle-ja {
    font-size: 29px;
    line-height: 1.4;
  }
}
.sec-about .container .about-wrap .point-area .point-title-area .point-tiltle-ja .large {
  font-size: 65px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point-title-area .point-tiltle-ja .large {
    font-size: 40px;
  }
}
.sec-about .container .about-wrap .point-area .point01-title-border {
  border-bottom: 3px solid #3DB9AF;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point01-title-border {
    border-bottom: unset;
    margin-bottom: 12px;
  }
}
.sec-about .container .about-wrap .point-area .point01-title-border .point01-title {
  background: #3DB9AF;
  color: white;
  font-size: 17px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point01-title-border .point01-title {
    margin-inline: auto;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
}
.sec-about .container .about-wrap .point-area .point01-title-border .point01-title .point01-title-large {
  font-size: 24px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point01-title-border .point01-title .point01-title-large {
    font-size: 19px;
  }
}
.sec-about .container .about-wrap .point-area .point01-text {
  margin-bottom: 40px;
  line-height: 1.75;
}
.sec-about .container .about-wrap .point-area .point01-text .caution {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.sec-about .container .about-wrap .point-area .point01-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point01-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.sec-about .container .about-wrap .point-area .point01-list:nth-of-type(2) {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point01-list:nth-of-type(2) {
    grid-template-columns: 1fr;
  }
}
.sec-about .container .about-wrap .point-area .point01-list:nth-of-type(2) .point01-item .point-item-textArea {
  padding-inline: 15px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point01-list:nth-of-type(2) .point01-item .point-item-textArea {
    padding: 30px 15px;
  }
}
.sec-about .container .about-wrap .point-area .point01-list:nth-of-type(2) .point01-item .point-item-textArea .point-item-details {
  grid-template-columns: repeat(auto-fit, 85px);
  place-content: center;
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point01-list .point01-item {
    width: 90%;
  }
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item .point01-item-title {
  font-size: 25px;
  background: #12588B;
  border-radius: 10px 10px 0 0;
  color: white;
  padding-block: 7px;
  text-align: center;
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item .point-item-textArea {
  background: white;
  border-radius: 0 0 10px 10px;
  border: 1px solid #12588B;
  padding: 16px 50px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point01-list .point01-item .point-item-textArea {
    padding: 30px 15px;
  }
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item .point-item-textArea .point-item-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 14px;
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item .point-item-textArea .point-item-text .pink {
  font-weight: bold;
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item .point-item-textArea .point-item-text .pink .large-number {
  font-size: 28px;
  line-height: 1;
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item .point-item-textArea .point-item-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, 85px);
  place-content: center;
  gap: 8px;
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item .point-item-textArea .point-item-details .point-item-detail {
  text-align: center;
  background: #F4F9F9;
  color: #007CD6;
  padding-block: 2px;
  width: 100%;
  max-width: 85px;
  min-width: 85px;
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item .point-item-textArea .point-item-details .point-item-detail.small-text01 {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-about .container .about-wrap .point-area .point01-list .point01-item .point-item-textArea .point-item-details .point-item-detail.small-text02 {
  font-size: 15px;
}
.sec-about .container .about-wrap .point-area .point03-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point03-heading {
    font-size: 15px;
  }
}
.sec-about .container .about-wrap .point-area .point03-heading .green {
  font-size: 40px;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point03-heading .green {
    font-size: 25px;
  }
}
.sec-about .container .about-wrap .point-area .point03-text {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.75;
}
@media screen and (max-width: 820px) {
  .sec-about .container .about-wrap .point-area .point03-text {
    text-align: left;
  }
}
.sec-about .container .about-wrap .point-area .sec-other-contens {
  padding-top: 0;
}

/*=================== END OF ABOUT ===================*/
/*=================== END OF FORM ===================*//*# sourceMappingURL=front-page.css.map */