@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: var(--lh-md);
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 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, monospace;
  /* 1 */
  font-size: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: var(--lh-md);
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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


/* 共通 */


:root {
  --txt-color-01: #3C3C3C;
  --accent-color-01: #227345;
  --accent-color-02: #FDE67C;
  --bg-color-01: #ffffff;
  --bg-color-02: #F5F5F5;
  --bg-color-03: #FFFBEA;
  --noto-sans-jp: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  --m-plus: 'M PLUS 1p', sans-serif;
  --lh-lg: 1.75;
  --lh-md: 1.5;
  --lh-sm: 1.25;
}

/* 全体 */
* {
  box-sizing: border-box;
}
html {
  font-weight: 500;
  scroll-padding-top: 60px;
  font-size: 62.5%; /* 16px × 0.625 = 10px */
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro",
  "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
  "MS PGothic", sans-serif;
  line-height: var(--lh-md);
  color: var(--txt-color-01);
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: var(--bg-color-01);
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a.text-link {
  text-decoration: underline;
}
p {
  margin: 0;
}
h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.lp-wrapper {
}
main {
}
section {
  position: relative;
  overflow: hidden;
}
.br_sp {
  display: none;
}
.attention-text {
  font-size: 12px;
  color: #757575;
  font-weight: 300;
}
@media (max-width: 767px) {
  .br_sp {
    display: inline;
  }
}

/* ヘッダー */
header {
  align-items: center;
  margin: 0 auto;
  padding: 14px 10px;
}
@media (max-width: 767px) {
  header {
    padding: 2.4vw 3.2vw;
  }
}
header .logo-mark {
  max-width: 131px;
  margin: auto;
}
@media (max-width: 767px) {
  header .logo-mark {
    max-width: calc((200 / 750) * 100vw);
    width: 100%;
  }
}

/* CTA */
.cta-area {
  width: 100%;
  background-color: #393F3F;
  padding: 48px 0;
}
.cta-area .txt-box {
  margin: 0 auto 4px;
  padding: 0 6px 0 0;
  text-align: center;
}
.cta-area p {
  color: var(--bg-color-01);
  font-family: var(--m-plus);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 0 18px 0 30px; 
}
.cta-area p::before,
.cta-area p::after {
  content: ''; 
  display: block;
  position: absolute;
  top: 60%;
  width: 16px;  
  height: 2px; 
  background-color: currentColor;
}
.cta-area p::before {
  left: 0;
  transform: translateY(-50%) rotate(48deg);
}
.cta-area p::after {
  right: 0;
  transform: translateY(-50%) rotate(-49deg);
}
.cta-area .cta-btn {
  display: block;
  margin: 0 auto;
  max-width: 670px;
}
.cta-area .cta-btn img {
  filter: saturate(100%);
  transition: filter 0.45s ease;
}
.cta-area .cta-btn:hover img {
  filter: saturate(130%);
}

@media (max-width: 767px) {
  .cta-area {
    padding: calc((50 / 750) * 100vw) calc((32 / 750) * 100vw);
  }
  .cta-area .txt-box {
    margin: 0 auto calc((4 / 750) * 100vw);
    padding: 0 calc((6 / 750) * 100vw) 0 0;
  }
  .cta-area p {
    font-size: calc((28 / 750) * 100vw);
    padding: 0 calc((20 / 750) * 100vw) 0 calc((32 / 750) * 100vw); 
  }
  .cta-area p::before,
  .cta-area p::after {
    top: 59%;
    width: calc((18 / 750) * 100vw);  
    height: calc((3 / 750) * 100vw); 
  }
}

/* FV */
.fv {
  position: relative;
  overflow: hidden;
  background-color: #FFF6DA;
}
.fv-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  transform: none;
}
.fv-bg-left {
  position: absolute;
  left: -128px;
  top:  -188px;
  max-width: 850px;
}
.fv-bg-right {
  position: absolute;
  right: -130px;
  bottom: 0;
  max-width: 930px;
}
.fv-main {
  position: relative;
  z-index: 2;
  padding: 48px 0;
}
.fv-main-title {
  width: 736px;
  max-width: 88%;
  margin: 0 auto;
}
.fv-main-text {
  width: 760px;
  max-width: 88%;
  margin: 26px auto 0;
}
.fv-main-text p {
  text-align: right;
  margin-top: 5px;
}
.fv-main-banner {
  width: 670px;
  max-width: 88%;
  margin: 32px auto 0;
}
.fv-main-banner a {
  position: relative;
}
.fv-main-banner-addimg {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
  z-index: 2;
  width: 213px;
}
.fv-main-banner .cta-btn {
  display: block;
  margin: 0 auto;
  max-width: 670px;
}
.fv-main-banner .cta-btn img {
  filter: saturate(100%);
  transition: filter 0.45s ease;
}
.fv-main-banner .cta-btn:hover img {
  filter: saturate(130%);
}
@media (max-width: 1440px) {
  .fv-bg {
    width: 1440px;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .fv-bg-left {
    position: absolute;
    left: -100px;
    top:  -188px;
    width: 842px;
  }
  .fv-bg-right {
    position: absolute;
    right: -120px;
    bottom: 0;
    width: 930px;
  }
}

@media (max-width: 767px) {
  .fv-bg {
    width: calc((767 / 767) * 100vw);
    margin: 0;
  }
  .fv-bg-left {
    left: -32vw;
    top: -24.6vw;
    width: 105vw;
  }
  .fv-bg-right {
    right: -50.4vw;
    bottom: 0.5vw;
    width: 110vw;
  }
  .fv-main {
    padding: clamp(24px,6.4vw,48px) 0;
  }
  .fv-main-text {
    margin: calc((16 / 767) * 100vw) auto 0;
  }
  .fv-main-text p {
    display: none;
  }
  .fv-main-banner {
    margin: calc((60 / 767) * 100vw) auto 0;
  }
  .fv-main-banner-addimg {
    width: 33vw;
    top: -3vw;
  }
}

/* イントロ */
.intro {
  background-color: #FFF6DA;
  padding-top: 32px;
}
.intro-main-title {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
.intro-main-img {
  width: 613px;
  max-width: 100%;
  margin: 30px auto 0;
}
.intro-main-banner {
  margin-top: -80px;
  background-color: #fff;
  padding: 110px 0 28px;
  clip-path: polygon(50% 80px, 100% 0, 100% 100%, 0 100%, 0 0);
}
.intro-main-banner p {
  font-size: 18px;
  text-align: center;
  font-family: var(--m-plus);
  line-height: var(--lh-md);
}
.intro-main-banner img {
  width: 600px;
  max-width: 88%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .intro {
    padding-top: calc((32 / 767) * 100vw);
  }
  .intro-main-title {
    width: 54.4vw;
  }
  .intro-main-img {
    width: 613px;
    max-width: 100%;
    margin: calc((32 / 767) * 100vw) auto 0;
  }
  .intro-main-banner {
    margin-top: calc((-70 / 767) * 100vw);
    padding: calc((112 / 767) * 100vw) 0 calc((60 / 767) * 100vw);
    clip-path: polygon(50% calc((72 / 767) * 100vw), 100% 0, 100% 100%, 0 100%, 0 0);
  }
  .intro-main-banner img {
    margin-top: clamp(-40px,-5.3vw,0px);
  }
  .intro-main-banner p {
    font-size: clamp(14px,3.7vw,28px);
    line-height: 1.7;
  }
}

/* トピック */
.topic-main {
  padding: 64px 0 60px;
}
.topic-main-title {
  width: 263px;
  margin: 0 auto;
}
.topic-main-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
}
.topic-main-block-img {
  width: 302px;
}
.topic-main-block-img p {
  text-align: right;
}
.topic-main-block-text {
  width: 373px;
  font-size: 16px;
  font-weight: 500;
  line-height: var(--lh-md);
  font-family: var(--m-plus);
}
.topic-main-box {
  width: 100%;
  max-width: 710px;
  margin: 28px auto 0;
  padding: 0 8px 9px;
  background-color: #FDE67C;
  border-radius: 15px;
}
.topic-main-box-title {
  height: 86px;
  position: relative;
}
.topic-main-box-title img {
  width: 466px;
  max-width: 100%;
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: auto;
}
.topic-main-box-item {
  background-color: #fff;
  padding: 26px 0 50px;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 2;
}
.topic-main-box-item h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-family: var(--m-plus);
}
.topic-main-box-item h3 .color {
  color: #F5A039;
}
.topic-main-box-item h3 .big {
  font-size: 36px;
}
.topic-main-box-item-img {
  width: 642px;
  max-width: calc(100% - 21px);
  margin: 12px auto 0;
}
.topic-main-box-item-img p {
  position: relative;
  width: 625px;
  max-width: calc(100% - 16px);
  padding-left: 12px;
  margin: 5px auto 0;
}
.topic-main-box-item-img p::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
.topic-main-box-item-subtitle {
  width: 535px;
  max-width: 100%;
  margin: 36px auto 0;
}
.topic-main-box-item-list {
  width: 586px;
  max-width: 100%;
  margin: 34px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 29px;
  list-style: none;
}
.topic-main-box-item-list li {
  min-width: 248px;
  padding-left: 42px;
  position: relative;
  font-size: 18px;
  font-family: var(--m-plus);
}
.topic-main-box-item-list li::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../../image/lp/tsumitate/checkmark.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.topic-main-box-item-list li span {
  color: #F5A039;
}
@media (max-width: 767px) {
  .topic-main {
    padding: calc((10 / 767) * 100vw) 0 calc((64 / 767) * 100vw);
  }
  .topic-main-title {
    width: clamp(176px,46.8vw,351px);
  }
  .topic-main-block {
    flex-direction: column-reverse;
  }
  .topic-main-block-text {
    width: 88%;
    font-size: clamp(14px,3.7vw,28px);
  }
  .topic-main-block-img {
    width: 82%;
  }
  .topic-main-block-img p {
    text-align: center;
    margin-top: 4px;
    font-size: clamp(10px,2.6vw,20px);
  }
  .topic-main-box {
    width: 90%;
    margin: calc((64 / 750) * 100vw) auto 0;
    padding: 0 calc((14 / 750) * 100vw) calc((16 / 750) * 100vw);
    border-radius: calc((15 / 750) * 100vw);
  }
  .topic-main-box-title {
    height: 14.2vw;
  }
  .topic-main-box-title img {
    width: 77.8vw;
    top: -3.46vw;
  }
  .topic-main-box-item {
    padding: calc((36 / 750) * 100vw) 0 calc((80 / 750) * 100vw);
    border-radius: 0 0 calc((15 / 750) * 100vw) calc((15 / 750) * 100vw);
  }
  .topic-main-box-item h3 {
    font-size: clamp(14px,3.7vw,28px);
  }
  .topic-main-box-item h3 .big {
    font-size: clamp(23px,6.1vw,46px);
  }
  .topic-main-box-item-subtitle {
    width: 60.4vw;
    margin: calc((36 / 750) * 100vw) auto 0;
  }
  .topic-main-box-item-list {
    flex-direction: column;
    max-width: 70vw;
    margin: clamp(17px,4.5vw,34px) clamp(20px,7.3vw,55px) 0;
    gap: calc((24 / 750) * 100vw) 0;
  }
  .topic-main-box-item-list li {
    font-size: clamp(12px,4.5vw,34px);
    padding-left: calc((64 / 750) * 100vw);
  }
  .topic-main-box-item-list li::before {
    width: calc((48 / 750) * 100vw);
    height: calc((48 / 750) * 100vw);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .topic-main-box-item-img p.attention-text {
    font-size: clamp(10px,2.6vw,20px);
  }
}

/* ポイント */
.points-main {
  padding: 64px 0 52px;
  background-color: #FFF6DA;
}
.points-main-title {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.points-main-block {
  width: 100%;
  max-width: 736px;
  margin: 18px auto 12px;
  padding: 0 6px 0 0;
}
.points-main-summary {
  width: 100%;
  max-width: 710px;
  margin: 90px auto 0;
  background-color: #438864;
  border-radius: 15px;
  padding: 0 8px 9px;
}
.points-main-summary-title {
  height: 86px;
  position: relative;
}
.points-main-summary-title img {
  width: 638px;
  max-width: 100%;
  position: absolute;
  left: 52.8%;
  transform: translateX(-50%);
  top: -69px;
}
.points-main-summary-box {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 32px 27px 34px;
  position: relative;
  z-index: 2;
}
.points-main-summary-text {
  text-align: center;
  font-size: 18px;
  line-height: var(--lh-md);
  font-weight: 500;
  font-family: var(--m-plus);
}
.points-main-summary-text p .color {
  color: #F5A039;
}
.points-main-summary-img {
  width: 640px;
  max-width: 100%;
  margin: 24px auto 0;
}
.points-main-summary-block {
  width: 584px;
  max-width: 100%;
  margin: 12px auto 0;
}
@media (max-width: 767px) {
  .points-main {
    padding: calc((60 / 750) * 100vw) 0 calc((72 / 750) * 100vw);
  }
  .points-main-title {
    max-width: 92vw;
    margin: 0 auto;
  }
  .points-main-block {
    width: 96%;
    max-width: 736px;
    margin: calc((18 / 750) * 100vw) auto calc((12 / 750) * 100vw);
    padding: 0 2.4% 0 0;
  }
  .points-main-summary {
    width: 90%;
    margin: calc((84 / 750) * 100vw) auto 0;
    padding: 0 calc((14 / 750) * 100vw) calc((16 / 750) * 100vw);
    border-radius: calc((15 / 750) * 100vw);
  }
  .points-main-summary-box {
    padding: clamp(22px,6vw,45px) 0 clamp(13px,3.6vw,27px);
    border-radius: 0 0 calc((15 / 750) * 100vw) calc((15 / 750) * 100vw);
  }
  .points-main-summary-title {
    height: 20.9vw;
  }
  .points-main-summary-title img {
    width: 74vw;
    top: -8.6vw;
    left: 53.8%;
  }
  .points-main-summary-text {
    font-size: clamp(10px,4.2vw,32px);
  }
  .points-main-summary-img {
    margin: calc((30 / 750) * 100vw) auto 0;
    width: 74vw;
  }
  .points-main-summary-block {
    width: 63.7vw;
    margin: calc((20 / 750) * 100vw) auto 0;
  }
}
/* dポイント */
.d-point-main {
  padding: 52px 24px 48px;
}
.d-point-main-title {
  width: 100%;
  max-width: 745px;
  margin: 0 auto;
}
.d-point-main-img {
  width: 100%;
  max-width: 504px;
  margin: 25px auto 0;
}
.d-point-main p.attention-text {
  text-align: center;
}
.d-point-main p.attention-text span::before {
  content: '※';
}
@media (max-width: 767px) {
  .d-point-main {
    padding: calc((60 / 750) * 100vw) 0 calc((60 / 750) * 100vw);
  }
  .d-point-main-title {
    width: 78.1%;
    max-width: 745px;
  }
  .d-point-main-img {
    width: 88%;
    max-width: 504px;
    margin: calc((48 / 750) * 100vw) auto 0;
  }
  .d-point-main p.attention-text {
    text-align: left;
    font-size: clamp(10px,2.6vw,20px);
    width: 65.4vw;
    margin: 0 auto;
    white-space: normal;
  }
  .d-point-main p.attention-text span {
    position: relative;
    display: inline-block;
    padding-left: clamp(15px,4vw,30px);
  }
  .d-point-main p.attention-text span::before {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* ステップ */
.step-main {
  background-color: #F8F8F8;
  padding: 48px 0;
}
.step-main-title h2 {
  width: 435px;
  max-width: 77.3%;
  margin: 0 auto;
}
.step-main-title h3 {
  width: 224px;
  max-width: 40.2%;
  margin: 44px auto 0;
}
.step-main-title h4 {
  width: 410px;
  max-width: 72.8%;
  margin: 44px auto 0;
}
.step-main-block {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin: 12px auto 0;
}
.step-main-box {
  width: 215px;
}
.step-main-list {
  margin: 36px auto 0;
  list-style: none;
  width: 420px;
  max-width: 74.7vw;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.step-main-list li {
  padding-left: 44px;
  position: relative;
  font-size: 24px;
  font-family: var(--m-plus);
}
.step-main-list li::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../../image/lp/tsumitate/dubble-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
}


.step-main-attention {
  width: 100%;
  max-width: 400px;
  margin: 24px auto 0;
}
.step-main-attention p {
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
}
.step-main-attention p::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
.step-main-attention p:nth-of-type(2) {
  margin-top: 6px;
}
.step-main-attention p span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.step-main-attention p span::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .step-main {
    padding: calc((60 / 750) * 100vw) 0;
  }
  .step-main-title h2 {
  }
  .step-main-title h3 {
    width: 224px;
    max-width: 40.2%;
    margin: calc((60 / 767) * 100vw) auto 0;
  }
  .step-main-title h4 {
    width: 410px;
    max-width: 72.8%;
    margin: calc((50 / 767) * 100vw) auto 0;
  }
  .step-main-block {
    gap: 2.25%;
    margin-top: 24px;
  }
  .step-main-box {
    width: 27.7%;
  }
  .step-main-list {
    margin: clamp(18px,4.8vw,36px) auto 0;
    width: fit-content;
  }
  .step-main-list li {
    font-size: clamp(12px, 4.2vw, 32px);
    padding-left: 8.2vw;
  }
  .step-main-list li::before {
    width: clamp(22px,6vw,45px);
    height: clamp(22px,6vw,45px);
  }
  .step-main-attention {
    width: fit-content;
    margin: clamp(15px,4vw,30px) auto 0 ;
  }
  .step-main-attention p {
    max-width: 86.6vw;
    margin-left: calc((4 / 767) * 100vw);
    padding-left: calc((28 / 767) * 100vw);
    font-size: clamp(10px,2.6vw,20px);
  }
  .step-main-attention p:nth-of-type(2) {
    margin-top: clamp(4px,1vw,8px);
  }
  .step-main-attention p span {
    padding-left: clamp(10px,2.6vw,20px);
  }
}

/* プログラムバナー */
.bnr-program-main {
  padding: 48px 0;
}
.bnr-program-main-title {
  width: 61.5%;
  max-width: 346px;
  margin: 0 auto;
}
.bnr-program-main-img {
  width: 80%;
  max-width: 450px;
  margin: 12px auto 0;
}
@media (max-width: 767px) {
  .bnr-program-main {
    padding: calc((60 / 750) * 100vw) 0;
  }
  .bnr-program-main-img {
    width: 80%;
    max-width: 450px;
    margin: calc((16 / 750) * 100vw) auto ;
  }
}

/* サポート */
@media screen and (max-width: 950px) {
  .view-sw-pc {
    display: none !important;
  }
}
@media screen and (min-width: 950px) {
  .view-sw-td {
    display: none !important;
  }
}
.support {
  background-color: var(--bg-color-02);
  position: relative;
  padding: 64px 10px 0;
  font-family: var(--m-plus);
}
.support h2 {
  margin: 0 auto;
  padding: 0 32px 0 36px;
  max-width: 978px;
}
.support-wrapper {
  width: 100%;
  max-width: 976px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
}
.support-box {
  background-color: var(--bg-color-03);
  width: 100%;
  margin: 0 6px;
  border-radius: 10px;
  border: solid 2px var(--txt-color-01);
  padding: 0 14px 24px;
}
.support-tit {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 24px auto 16px;
  padding: 10px 0;
  border-top: solid 2px var(--txt-color-01);
  border-bottom: solid 2px var(--txt-color-01);
  white-space: nowrap;
}
.support-txt {
  font-size: 1.6rem;
  margin: 6px auto 0;
  padding: 0 4px;
  text-align: justify;
  line-height: 1.65;
}
.support-tit br.tb{
  display: none;
}
.support-sub-tit {
  font-size: 1.65rem;
  margin: 4px auto 2px;
  padding: 0 4px;
  text-align: justify;
  font-weight: 600;
}
.support-sub-txt {
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0 4px;
  text-align: justify;
  line-height: var(--lh-md);
  letter-spacing: -0.075rem;
}
.support-sub-txt:nth-last-child(4) {
  padding: 0 4px 12px;
}

@media (max-width: 950px) {
  .support {
    padding: 64px 0 0;
  }
  .swiper-area {
    padding: 16px 0 0;
  }
  .swiper {
    overflow: hidden;
    padding: 0 0 80px;
  }
  .support-box {
    width: 95%;
    height: 686px;
    margin: 0 auto;
    padding: 14px 32px 24px;
  }
  .support-tit {
    font-size: 2.6rem;
    margin: 20px auto 16px;
    padding: 16px 0;
  }
  .support-img {
    display: block;
    max-width: 460px;
    height: auto;
    margin: 0 auto;
  }
  .support-img-sub {
    display: block;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }
  .support-txt {
    font-size: 2rem;
    margin: 10px auto 0;
    padding: 0 4px;
  }
  .support-sub-tit {
    font-size: 2rem;
    margin: 4px auto 2px;
  }
  .support-sub-txt {
    font-size: 1.8rem;
    letter-spacing: -0.075rem;
  }
  .support-sub-txt:nth-last-child(4) {
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 48.4% !important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "" !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
  }
  .swiper-button-next:after {
    background-image: url(../../../image/lp/tsumitate/arrow-right.svg);
    position: absolute;
    right: 1.5vw;
  }
  .swiper-button-prev:after {
    background-image: url(../../../image/lp/tsumitate/arrow-left.svg);
    position: absolute;
    left: 1.5vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3.88vw;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.28vw;
  }
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #9D9D9D;
  }
  .swiper-pagination-bullet-active {
    position: relative;
    top: -0.5px;
    width: 18px;
    height: 18px;
    background-color: var(--txt-color-01);
  }
}

@media (max-width: 767px) {
  .support {
    background-color: var(--bg-color-02);
    position: relative;
    padding: calc((64 / 767) * 100vw) 0 0;
  }
  .support h2 {
    padding: 0 calc((44 / 767) * 100vw) 0 calc((48 / 767) * 100vw);
  }
  .swiper-area {
    padding: calc((24 / 767) * 100vw) 0 0;
  }
  .swiper {
    padding: 0 0 calc((84 / 767) * 100vw); 
  }
  .support-box {
    width: 100%;
    height: 122vw;
    border-radius: calc((16 / 767) * 100vw);
    border: solid clamp(1px,0.4vw,2px) var(--txt-color-01);
    padding: 0 calc((32 / 767) * 100vw) 0;
  }
  .support-tit {
    font-size: clamp(1.2rem,4.2vw,2.8rem);
    margin: calc((48 / 767) * 100vw) auto calc((32 / 767) * 100vw);
    padding: calc((20 / 767) * 100vw) 0;
    border-top: solid clamp(1px,0.4vw,2px) var(--txt-color-01);
    border-bottom: solid clamp(1px,0.4vw,2px) var(--txt-color-01);
  }
  .support-img,
  .support-img-sub{
    max-width: 100%;
  }
  .support-txt {
    font-size: clamp(1.2rem,3.8vw,2.4rem);
    margin: calc((10 / 767) * 100vw) auto 0;
    padding: 0 calc((5 / 767) * 100vw);
  }
  .support-sub-tit {
    font-size: clamp(1.2rem,3.8vw,2.4rem);
    margin: calc((4 / 767) * 100vw) auto calc((2 / 767) * 100vw);
    padding: 0 calc((4 / 767) * 100vw);
  }
  .support-sub-txt {
    font-size: calc((24 / 767) * 100vw);
    margin: 0 auto;
    padding: 0 calc((4 / 767) * 100vw);
  }
  .support-sub-txt:nth-last-child(4) {
    padding: 0 calc((4 / 767) * 100vw) calc((16 / 767) * 100vw);
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 49.4% !important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 9.1vw;
    height: 9.1vw;
  }
  .swiper-button-next:after {
    right: 1.5vw;
  }
  .swiper-button-prev:after {
    left: 1.5vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3.88vw;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.28vw;
  }
  .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
  }
  .swiper-pagination-bullet-active {
    top: 0.2vw;
    width: 2.9vw;
    height: 2.9vw;
  }
}

/* メルマガ */
.mailmaga {
  background-color: var(--bg-color-02);
  position: relative;
  padding: 0 0 64px;
  font-family: var(--m-plus);
}
@media (max-width: 767px) {
  .mailmaga {
    padding: 0 0 calc((64 / 767) * 100vw);
  }
}
.mailmaga .tit-box {
  position: relative;
  height: 156px;
}
.mailmaga .tit-box .tit-bg {
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  height: 116px;
  margin: 0 auto;
  max-width: 960px;
  background-color: var(--accent-color-01);
  border-radius: 15px;
  z-index: 1;
}
.mailmaga .tit-box h2 {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
}
.mailmaga .tit-box h2 picture {
  display: block;
  margin: 0 auto;
  max-width: 664px;
}
.mailmaga .tit-box h2 img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 972px) {
  .mailmaga .tit-box .tit-bg {
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .mailmaga .tit-box {
    position: relative;
    height: calc((156 / 767) * 100vw);
  }
  .mailmaga .tit-box .tit-bg {
    top: calc((34 / 767) * 100vw);
    left: 0;
    right: 0;
    height: calc((140 / 767) * 100vw);
    margin: 0 auto;
    max-width: 960px;
  }
  .mailmaga .tit-box h2 {
    top: calc((30 / 767) * 100vw);
  }
  .mailmaga .tit-box h2 picture {
    max-width: calc((684 / 767) * 100vw);
  }
}

.mailmaga p.txt {
  max-width: 742px;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 32px 16px 0;
  text-align: left;
  font-size: 400;
}
.mailmaga p.txt span {
  color: var(--accent-color-01);
  font-weight: 600;
}
@media (max-width: 767px) {
  .mailmaga p.txt {
    padding: calc((64 / 767) * 100vw) calc((45 / 767) * 100vw) 0;
  }
}
@media (max-width: 500px) {
  .mailmaga p.txt {
    font-size: clamp(1.4rem,2.4vw,1.8rem);
  }
}
.mailmaga .wrap {
  max-width: 1008px;
  margin: 32px auto 0;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}
.mailmaga .wrap .box {
  width:  49%;
  background-color: var(--bg-color-01);
  padding: 0;
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 4px 3px 1px 0 rgba(0, 0, 0, 0.1);
}
.mailmaga .wrap .box p.tit{
  font-size: 2.4rem;
  font-weight: 700;
  padding: 12px 16px 0;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.05rem;
}
.mailmaga .wrap .box p.tit span {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: var(--accent-color-02);
  padding: 2px 4px;
  vertical-align: middle;
  margin-left: 8px;
  letter-spacing: 0;
}
.mailmaga .wrap .box p.b-txt {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 8px 18px 20px;
  text-align: justify;
}
@media (max-width: 800px) {
  .mailmaga .wrap .box p.tit{
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 767px) {
  .mailmaga .wrap {
    margin: calc((40 / 767) * 100vw) auto 0;
    padding: 0 calc((32 / 767) * 100vw);
    flex-direction: column;
  }
  .mailmaga .wrap .box {
    width: 100%;
    margin: 0 auto calc((40 / 767) * 100vw);
    border-radius: calc((20 / 767) * 100vw);
    box-shadow: calc((8 / 767) * 100vw) calc((6 / 767) * 100vw) calc((1 / 767) * 100vw) 0 rgba(0, 0, 0, 0.1);
  }
  .mailmaga .wrap .box p.tit{
    font-size: 2.4rem;
    padding: calc((20 / 767) * 100vw) calc((31 / 767) * 100vw) 0;
    letter-spacing: 0.05rem;
  }
  .mailmaga .wrap .box p.tit span {
    font-size: 1.4rem;
    padding: calc((4 / 767) * 100vw) calc((10 / 767) * 100vw);
    margin-left: calc((12 / 767) * 100vw);
  }
  .mailmaga .wrap .box p.b-txt {
    font-size: 1.8rem;
    padding: calc((12 / 767) * 100vw) calc((32 / 767) * 100vw) calc((32 / 767) * 100vw);
  }
}
@media (max-width: 500px) {
  .mailmaga .wrap .box p.tit{
    font-size: clamp(1.8rem,3.8vw,2.4rem);
  }
  .mailmaga .wrap .box p.tit span {
    font-size: clamp(1rem,2vw,1.4rem);
  }
  .mailmaga .wrap .box p.b-txt {
    font-size: clamp(1.4rem,2.4vw,1.8rem);
  }
}
/* end legion */

/* alert
 ========================================================================== */
#layerMessage {
  font-family: "Noto Sans JP", sans-serif;
}
#layerMessage img {
  width: auto;
  max-width: inherit;
  display: inline;
}

/* disclaimer
 ========================================================================== */
.disclaimer-wrap {
  background: #e8e8e8;
  padding: 40px 0;
  padding: 20px 0;
}
#disclaimer {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
.select-disclaimer {
  padding: 30px 15px;
}
.common_disclaimer {
  margin-bottom: 30px;
  font-size: 14px;
}
.common_disclaimer div p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.common_disclaimer div p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
#disc p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.common_disclaimer div {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}
.common_disclaimer span a {
  display: block;
  text-align: right;
}
.common_disclaimer ul {
  margin-bottom: 0;
}
.common_disclaimer li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  margin-left: 1em;
}
.disclaimer > div:nth-child(4) ul li {
  margin-bottom: 0.6em;
}
.common_disclaimer div:nth-of-type(13) li {
  content: none !important;
  margin-left: 0 !important;
}
.common_disclaimer div:nth-of-type(13) li:before {
  content: none !important;
}
.common_disclaimer li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}
.disclaimer div:nth-of-type(3) div:nth-child(2) {
  margin-bottom: 6px !important;
}
.common_disclaimer div:nth-child(2) p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  margin-bottom: 0 !important;
}
.disclaimer_wrap dl dd dl {
  margin: 6px auto;
}
.common_disclaimer dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
}
.common_disclaimer dt strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 6px !important;
  text-align: left;
  display: block;
}
.common_disclaimer dl dd ul {
  margin-top: 0;
}
.common_disclaimer div p + ul {
  margin-top: 0;
}
.common_disclaimer a:link,
.common_disclaimer a:visited,
.common_disclaimer a:hover,
.common_disclaimer a:active {
  color: #0443e7;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .disclaimer_wrap {
    width: 100%;
  }
  .disclaimer {
    width: 92%;
    margin: auto;
  }
  .common_disclaimer {
    margin-bottom: 20px;
  }
  .common_disclaimer div p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
  }
  .common_disclaimer div p strong {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  #disc p strong {
    font-size: 16px;
    line-height: 1.4;
  }
  .common_disclaimer div {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .common_disclaimer li {
    font-size: 13px;
    line-height: 1.4;
  }
  .disclaimer div:nth-of-type(3) div:nth-child(2) {
    margin-bottom: 6px !important;
  }
  .common_disclaimer div:nth-child(2) p strong {
    line-height: 1.4;
  }
  .common_disclaimer dt {
    font-size: 15px;
    line-height: 1.4;
  }
  .common_disclaimer dt strong {
    line-height: 1.4;
  }
}

/* floating
   ========================================================================== */
.floating-wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 18px 0;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.75);
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  .floating-wrapper {
    padding: calc((24 / 750) * 100vw) 0 calc((12 / 750) * 100vw);
  }
}
.floating-wrapper .cta-btn {
  display: block;
  margin: 0 auto;
  max-width: 670px;
}
@media (max-width: 767px) {
.floating-wrapper .cta-btn {
    width: 100%;
    padding: 0 calc((32 / 750) * 100vw);
  }
}
.floating-wrapper .cta-btn img {
  filter: saturate(100%);
  transition: filter 0.45s ease;
}
.floating-wrapper .cta-btn:hover img {
  filter: saturate(130%);
}

/* footer
 ========================================================================== */
footer {
  width: 100%;
  padding: 24px 0 20px;
  text-align: center;
  background-color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.footer_wrap {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer dt {
  display: inline-block;
  vertical-align: bottom !important;
  margin-right: 20px;
  margin-bottom: 12px;
  width: 294px;
  -moz-text-align-last: center;
  text-align-last: center;
  margin: 0 auto 10px auto;
}
.footer dd {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #515253;
  display: inline-block;
  vertical-align: bottom !important;
  margin-bottom: 12px;
}
.footer p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #515253;
}
.footer img {
  display: flex;
  width: auto;
  max-width: inherit;
}
.footer ul {
  font-size: 13px;
  display: flex;
}
.footer-mt {
  margin-top: 1.3em;
}
.footer li {
  color: #fff;
}
.footer li a {
  color: #fff;
}
.footer li:nth-child(1) {
  margin-right: 1em;
}
ul p.footer-title {
  width: 6em;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1em;
}
.copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-align: center;
}
.footer-line_top {
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.3em 1.3em 0;
  font-size: 13px;
  margin-top: 1.3em;
}
.footer-line_btm {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.3em;
  font-size: 13px;
  margin-bottom: 1.3em;
}
.copyright {
  width: 100%;
  background: #212121;
  padding: 33.5px 0;
  text-align: center;
}
.copyright p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
}
#ft_btm {
  padding: 30px 0;
  color: #fff;
  background-color: #212121;
}
.ft_inner {
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
}
.ft_logo {
  float: left;
  padding-top: 5px;
}
.ft_info {
  float: right;
  width: 590px;
  font-size: 13px;
  line-height: var(--lh-md);
  color: #fff;
  margin-top: 20px;
}
#ft_btm p {
  font-size: 12px;
  line-height: 1;
  margin-top: 15px;
}
.ft_info li a {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 767px) {
  .footer dd {
    font-size: 13px;
    line-height: 1.6;
  }
  .footer p {
    font-size: 13px;
    line-height: 1.6;
  }
  .footer-risk a {
    text-decoration: none;
    color: #fff;
  }
  .copyright {
    padding: 5.33vw 0;
  }
  .copyright p {
    font-size: 12px;
  }  
  .ft_info {
    width: 100%;
    margin-top: 20px;
    font-size: 11px;
  }
}