@charset "UTF-8";
/* reset */
:root {
  --body-bg-color: #ffffff;
  --body-text-color: #464646;
  --color-white: #ffffff;
  --color01: #F7AF4E;
  --color02: #70C3BB;
  --color03: #55A59E;
  --color04: #F5F1E1;
  --color05: #FFFD00;
  --color06: #F66876;
  --color07: #FAF958;
  --color08: #F79B08;
  --color09: #71B686;
  --color10: #288951;
  --color11: #E0DFDF;
  --color12: #F7AF4E;
  --color13: #309159;
  --color14: #FDFCB3;
  --color15: #C9EEFF;
  --color16: #FDE3E1;
  --color17: #FFEBB4;
  --color18: #FFFEB4;
  --color19: #FC5959;
  --color20: #8CD5CE;
  --color21: #D3F4F4;
  --color22: #8CD5CE;
  --color23: #1500FF;
  --color24: #E2E2E2;
  --color25: #BFBEBE;
  --color26: #D3F4F4;
  --color27: #8CD5CE;
  --color28: #9F9F9F;
  --color29: #FFEA00;
  --color30: #FFC500;
  --color31: #F5F5F5;
  --color32: #707070;
  --color33: #F0F0F0;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  /* set */
  font-family: sans-serif;
  line-height: 1.15;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  text-align: left;
  overflow-x: hidden;
  /* set */
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
  /*font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
  /*font-weight: 600;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

p:not([class]) {
  margin-bottom: 1rem;
}

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

ol:not([class]), ul:not([class]), dl:not([class]) {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol:not([class]) ol, ul:not([class]) ul, ol:not([class]) ul, ul:not([class]) ol {
  margin-bottom: 0;
}

ul[role=list],
ol[role=list] {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

dd:not([class]) {
  margin-bottom: 0.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  color: #666666;
  background-color: transparent;
  text-decoration: underline;
}

a[class] {
  background-color: transparent;
  color: inherit;
}

a[class] {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a:hover,
a:not([class]):hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
  -webkit-backface-visibility: hidden;
  height: auto;
}

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

img,
picture {
  max-width: 100%;
  display: block;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* style */
.pc__only {
  display: none;
}
@media screen and (min-width: 980px) {
  .pc__only {
    display: unset;
  }
}

@media screen and (min-width: 980px) {
  .sp__only {
    display: none;
  }
}

.content__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 630px;
}
@media screen and (min-width: 980px) {
  .content__container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1030px;
  }
}

.btn__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn__box.mgb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn__box .btn__style,
.btn__box .btn__style__2line {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: var(--color02);
  border-bottom: 4px solid var(--color03);
  border-radius: 10px;
  text-align: center;
  min-width: 320px;
}
@media screen and (min-width: 980px) {
  .btn__box .btn__style,
  .btn__box .btn__style__2line {
    max-width: 100%;
    min-width: 420px;
  }
}
.btn__box .btn__style:before,
.btn__box .btn__style__2line:before {
  animation: shine 3s ease-in-out infinite;
  background-color: #fff;
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(2) rotate(135deg);
  width: 30px;
}
.btn__box .btn__style span,
.btn__box .btn__style__2line span {
  font-weight: 700;
  color: var(--color-white);
}
.btn__box .btn__style:focus,
.btn__box .btn__style__2line:focus {
  margin-top: 3px;
  border-bottom-width: 1px;
}
.btn__box .btn__style .arrow,
.btn__box .btn__style__2line .arrow {
  width: 30px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("../images/icon_arror01.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 980px) {
  .btn__box .btn__style .arrow,
  .btn__box .btn__style__2line .arrow {
    height: 28px;
  }
}
.btn__box .btn__style {
  padding: 16px 30px;
}
.btn__box .btn__style span {
  font-size: 1.25rem;
}
@media screen and (min-width: 980px) {
  .btn__box .btn__style span {
    font-size: 1.75rem;
  }
}
.btn__box .btn__style__2line {
  padding: 12px 30px;
}
.btn__box .btn__style__2line span {
  line-height: 1.25;
  font-size: 1.125rem;
}
@media screen and (min-width: 980px) {
  .btn__box .btn__style__2line span {
    font-size: 1.625rem;
  }
}
.section__title__wrap {
  background-color: var(--color01);
}
.section__title__wrap .section__title {
  text-align: center;
  color: var(--color-white);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  font-size: 1.125rem;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .section__title__wrap .section__title {
    font-size: 1.75rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.section__title__wrap .section__title .title__color {
  color: var(--color05);
}
.section__title__wrap .section__title .title__strong {
  font-size: 1.25rem;
}
@media screen and (min-width: 980px) {
  .section__title__wrap .section__title .title__strong {
    font-size: 2.125rem;
  }
}

header {
  position: relative;
  z-index: 100;
  background-color: var(--color-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .header__item {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 980px) {
  header .header__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .header__item h1 {
  max-width: 120px;
}
@media screen and (min-width: 980px) {
  header .header__item h1 {
    max-width: 220px;
  }
}
header .header__item .header__label {
  background-color: var(--color04);
  line-height: 1;
  border-radius: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9375rem;
  padding: 5px 15px;
}
@media screen and (min-width: 980px) {
  header .header__item .header__label {
    font-size: 1.375rem;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 374px) {
  header .header__item .header__label {
    font-size: 0.8125rem;
  }
}
header .header__item .header__label span {
  position: relative;
  color: var(--color06);
  line-height: 1;
  z-index: 2;
  font-weight: 700;
  font-size: 1.8125rem;
  margin-left: 2px;
  padding-left: 3px;
}
@media screen and (min-width: 980px) {
  header .header__item .header__label span {
    margin-left: 4px;
    padding-left: 4px;
    font-size: 2.4375rem;
  }
}
@media screen and (max-width: 374px) {
  header .header__item .header__label span {
    font-size: 1.375rem;
  }
}
header .header__item .header__label span:before {
  content: "";
  position: absolute;
  background-color: var(--color05);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  z-index: -1;
}
header .header__item .header__label span:after {
  font-weight: inherit;
  content: "%";
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}
@media screen and (min-width: 980px) {
  header .header__item .header__label span:after {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 374px) {
  header .header__item .header__label span:after {
    font-size: 1rem;
  }
}

.head__item1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 110;
}
.head__item1 .head__item1_text {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.125rem;
  background-color: var(--color18);
  width: 100%;
}
@media screen and (min-width: 980px) {
  .head__item1 .head__item1_text {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 320px;
    font-size: 1.25rem;
    color: var(--color-white);
    background-color: var(--color06);
  }
}

.section__mv {
  background-color: var(--color04);
  overflow: hidden;
}
.section__mv .mv__wrap {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .section__mv .mv__wrap {
    padding: 45px 25px 35px;
    max-width: 1130px;
    min-height: 660px;
  }
}
.section__mv .mv__area {
  background-color: initial;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .section__mv .mv__area {
    margin-bottom: 0;
    justify-content: flex-start;
    position: absolute;
  }
}
.section__mv .mv__area__parts {
  position: absolute;
  width: 370px;
  height: 100%;
}
@media screen and (min-width: 980px) {
  .section__mv .mv__area__parts {
    width: 100%;
  }
}
.section__mv .mv__area__parts .parts_a {
  position: absolute;
  width: 60px;
  top: 52%;
  left: -20px;
}
@media screen and (min-width: 980px) {
  .section__mv .mv__area__parts .parts_a {
    width: 121px;
    top: 26%;
    left: -80px;
  }
}
.section__mv .mv__area__parts .parts_b {
  position: absolute;
  display: none;
}
@media screen and (min-width: 980px) {
  .section__mv .mv__area__parts .parts_b {
    display: block;
    top: -90px;
    left: -60px;
  }
}
.section__mv .mv__area__parts .parts_c {
  position: absolute;
  top: 60%;
  right: -20px;
}
@media screen and (min-width: 980px) {
  .section__mv .mv__area__parts .parts_c {
    display: none;
  }
}
.section__mv .form__area {
  position: relative;
  background-color: var(--color-white);
}
@media screen and (min-width: 980px) {
  .section__mv .form__area {
    border-radius: 18px;
    max-width: 550px;
    overflow: hidden;
    margin-left: auto;
    position: relative;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.16);
  }
}
.section__mv .form__head {
  background-color: var(--color01);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__head {
    padding: 10px 20px;
  }
}
.section__mv .form__head .form__head__text {
  color: var(--color-white);
  letter-spacing: 0.04em;
  font-size: 1.125rem;
}
@media screen and (min-width: 980px) {
  .section__mv .form__head .form__head__text {
    font-size: 1.5rem;
  }
}
.section__mv .form__head .form__head__text span {
  font-size: 1.2em;
  color: var(--color05);
}
.section__mv .form__head .form__head__step {
  display: flex;
  justify-content: flex-start;
  padding: 0 4px;
}
.section__mv .form__head .form__head__step li {
  padding: 0 4px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__head .form__head__step li {
    padding: 0 8px;
  }
}
.section__mv .form__head .form__head__step .step__item {
  display: flex;
  border-radius: 50%;
  opacity: 0.7;
  background-color: var(--color-white);
  color: var(--color01);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 20px;
  height: 20px;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .section__mv .form__head .form__head__step .step__item {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}
.section__mv .form__head .form__head__step .step__item.active {
  opacity: 1;
  background-color: var(--color05);
}
.section__mv .form__body {
  padding: 10px 15px 15px;
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body {
    padding: 20px 25px 25px;
    max-width: 100%;
  }
}
.section__mv .form__body .form__hr {
  border-width: 0;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.section__mv .form__body .form__group {
  padding: 0 5px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__group {
    padding: 0 15px;
  }
}
.section__mv .form__body .form__group.notitle {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__group.notitle {
    margin-top: 15px;
  }
}
.section__mv .form__body .text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .text {
    font-size: 1rem;
  }
}
.section__mv .form__body .text1 {
  text-align: center;
  color: var(--color08);
  margin-bottom: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .text1 {
    font-size: 1.25rem;
  }
}
.section__mv .form__body .text1 span {
  color: var(--color06);
}
.section__mv .form__body .text2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .text2 {
    font-size: 1.125rem;
  }
}
.section__mv .form__body .text2:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url(../images/icon_form1.png);
  margin-right: 5px;
  vertical-align: baseline;
  height: 15px;
  width: 12px;
  margin-bottom: 2px;
}
.section__mv .form__body .subtext {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 0.875rem;
}
.section__mv .form__body .link {
  color: var(--color23);
  text-decoration: underline;
}
.section__mv .form__body .form__title {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  border-left-width: 10px;
  border-left-color: var(--color20);
  font-size: 0.875rem;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__title {
    font-size: 1.125rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.section__mv .form__body .required {
  border-radius: 20px;
  background-color: var(--color06);
  color: var(--color-white);
  font-size: 0.8125rem;
  padding: 2px 8px 0px;
  line-height: 1.4;
  margin: 0 5px;
}
.section__mv .form__body .form__error .form__error__mess {
  padding: 2px 0 2px 15px;
  background-color: var(--color19);
  display: block;
  color: var(--color-white);
  line-height: 1.4;
  font-size: 0.8125rem;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__error .form__error__mess {
    font-size: 1rem;
  }
}
.section__mv .form__body .form__error .form__error__mess:last-child {
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__error .form__error__mess:last-child {
    margin-bottom: 10px;
  }
}
.section__mv .form__body .form__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__list {
    margin: 0 -10px;
  }
}
.section__mv .form__body .form__list li {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 10px 5px 0;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__list li {
    padding: 15px 10px 0;
  }
}
.section__mv .form__body .form__list li:nth-of-type(1), .section__mv .form__body .form__list li:nth-of-type(2) {
  padding-top: 0;
}
.section__mv .form__body input[type=checkbox],
.section__mv .form__body input[type=radio] {
  display: none;
}
.section__mv .form__body .label {
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  background-color: var(--color21);
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px 5px;
  font-size: 0.875rem;
  min-height: 40px;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .label {
    font-size: 1.125rem;
    min-height: 60px;
  }
}
.section__mv .form__body input:checked + .label {
  background-color: var(--color22);
  color: var(--color-white);
}
.section__mv .form__body .input__text,
.section__mv .form__body .textarea,
.section__mv .form__body .select {
  width: 100%;
  border-radius: 5px;
  border: 3px solid var(--color02);
  padding: 5px 25px 5px 10px;
  color: var(--color28);
}
.section__mv .form__body .input__text.ok,
.section__mv .form__body .textarea.ok,
.section__mv .form__body .select.ok {
  color: var(--body-text-color);
}
.section__mv .form__body .input__text::-moz-placeholder, .section__mv .form__body .textarea::-moz-placeholder, .section__mv .form__body .select::-moz-placeholder {
  color: var(--color28);
}
.section__mv .form__body .input__text::placeholder,
.section__mv .form__body .textarea::placeholder,
.section__mv .form__body .select::placeholder {
  color: var(--color28);
}
.section__mv .form__body .input__text:not(:-moz-placeholder-shown), .section__mv .form__body .textarea:not(:-moz-placeholder-shown) {
  color: var(--body-text-color);
}
.section__mv .form__body .input__text:not(:placeholder-shown),
.section__mv .form__body .textarea:not(:placeholder-shown) {
  color: var(--body-text-color);
}
.section__mv .form__body .select {
  background-image: url("../images/icon_select_arrow.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.section__mv .form__body .textarea {
  min-height: 60px;
}
.section__mv .form__body .radio__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
}
.section__mv .form__body .radio__listitem {
  margin-right: 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .radio__listitem {
    margin-right: 40px;
  }
}
.section__mv .form__body .radio__listitem label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.section__mv .form__body .radio__listitem label:before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 1px solid var(--color25);
  border-radius: 50%;
  background-color: var(--color33);
}
.section__mv .form__body .radio__listitem label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}
.section__mv .form__body .radio__listitem input:checked + label:before {
  background-color: var(--color02);
}
.section__mv .form__body .radio__listitem input:checked + label:after {
  background-color: var(--color-white);
}
.section__mv .form__body .open__checkbox {
  display: none;
}
.section__mv .form__body .open__checkbox__container {
  position: relative;
}
.section__mv .form__body .open__checkbox__text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-position: center bottom;
  padding-bottom: 10px;
  font-size: 0.875rem;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .open__checkbox__text {
    font-size: 1rem;
  }
}
.section__mv .form__body .open__checkbox__text:before, .section__mv .form__body .open__checkbox__text:after {
  content: "";
  display: block;
  background-image: url("../images/icon_more_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 22px;
  margin: 0 5px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .open__checkbox__text:before, .section__mv .form__body .open__checkbox__text:after {
    width: 26px;
    height: 26px;
    margin: 0 10px;
  }
}
.section__mv .form__body .open__checkbox__item {
  display: none;
}
.section__mv .form__body .open__checkbox:checked + .open__checkbox__container .open__checkbox__text {
  background-image: unset;
}
.section__mv .form__body .open__checkbox:checked + .open__checkbox__container .open__checkbox__text:before, .section__mv .form__body .open__checkbox:checked + .open__checkbox__container .open__checkbox__text:after {
  transform: rotate(180deg);
}
.section__mv .form__body .open__checkbox:checked + .open__checkbox__container .open__checkbox__item {
  display: block;
  padding-top: 10px;
}
.section__mv .form__body .form__btn__wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__btn__wrap {
    margin-top: 30px;
  }
}
.section__mv .form__body .form__btn__submit {
  padding: 16px 10px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  color: var(--color-white);
  border-bottom: 4px solid;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__btn__submit {
    border-bottom-width: 4px;
  }
}
.section__mv .form__body .form__btn__submit span {
  font-size: 1.25rem;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__btn__submit span {
    font-size: 1.625rem;
  }
}
.section__mv .form__body .form__btn__submit:focus {
  margin-top: 3px;
  border-bottom-width: 1px;
}
.section__mv .form__body .form__btn__submit_step_5 {
  max-width: 320px !important;
}
.section__mv .form__body .form__btn__submit_step_5 span {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .form__btn__submit_step_5 span {
    font-size: 1.25rem !important;
  }
}
.section__mv .form__body .form__btn__back {
  text-decoration: underline;
  margin-right: 5px;
}
.section__mv .form__body .form__btn__submit {
  position: relative;
  overflow: hidden;
  max-width: 240px;
  flex: 2;
  background-color: var(--color02);
  border-bottom-color: var(--color03);
}
.section__mv .form__body .form__btn__submit:disabled, .section__mv .form__body .form__btn__submit.disabled {
  background-color: var(--color26);
  border-bottom-color: var(--color27);
}
.section__mv .form__body .form__btn__submit:not(:disabled):before, .section__mv .form__body .form__btn__submit:not(.disabled):before {
  animation: shine 3s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(3) rotate(135deg);
  width: 15px;
}
.section__mv .form__body .step__img {
  margin: 20px 15px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .step__img {
    margin: 25px 0;
  }
}
.section__mv .form__body .step__img2 {
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 980px) {
  .section__mv .form__body .step__img2 {
    margin: 0 0 25px;
  }
}
.section__mv .form__body .link_syl {
  color: var(--color23);
  text-decoration: underline;
}
.section__mv .form__body .txt {
  font-size: 0.8125rem;
}
.section__mv .form__bottom {
  background-color: var(--color18);
  display: flex;
  justify-content: center;
  padding: 10px 14px;
}
@media screen and (min-width: 980px) {
  .section__mv .form__bottom {
    padding: 10px 20px;
  }
}
.section__mv .form__bottom .form__bottom__text {
  visibility: hidden;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .section__mv .form__bottom .form__bottom__text {
    font-size: 1rem;
  }
}

body.step1 .form__bottom .form__bottom__text {
  visibility: visible;
}

.section01 {
  overflow: hidden;
  background-color: var(--color04);
}
.section01 .slide_text {
  font-weight: 400;
  text-align: center;
  font-size: 0.6875rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .section01 .slide_text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0.875rem;
  }
}
.section01 .slider__bg {
  padding-top: 15px;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (min-width: 980px) {
  .section01 .slider__bg {
    padding-top: 30px;
    max-width: 1518px;
  }
}
.section01 .slider__wrap {
  overflow: hidden;
  position: relative;
}
.section01 .slider__item {
  display: flex;
  justify-content: flex-start;
}
.section01 .slider__item .li__slide {
  display: flex;
  justify-content: flex-start;
  max-width: 284px;
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (min-width: 980px) {
  .section01 .slider__item .li__slide {
    max-width: 466px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.section01 .slick-list {
  padding: 0 !important;
}
.section01 .slick-arrow {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 48px;
  height: 48px;
  font-size: 0;
  z-index: 100;
}
@media screen and (min-width: 980px) {
  .section01 .slick-arrow {
    background-size: 50px;
    width: 60px;
    height: 60px;
  }
}
.section01 .slick-arrow.slick-prev {
  left: calc((100% - 370px) / 2);
  background-image: url("../images/icon_slider_arrow_left.png");
}
@media screen and (min-width: 980px) {
  .section01 .slick-arrow.slick-prev {
    left: calc((100% - 590px) / 2);
  }
}
.section01 .slick-arrow.slick-next {
  right: calc((100% - 370px) / 2);
  background-image: url("../images/icon_slider_arrow_right.png");
}
@media screen and (min-width: 980px) {
  .section01 .slick-arrow.slick-next {
    right: calc((100% - 590px) / 2);
  }
}
.section01 .card__content {
  display: block;
  border-radius: 10px;
  background-color: var(--color-white);
  overflow: hidden;
  position: relative;
}
.section01 .card__content:before {
  content: "";
  display: block;
  border-radius: 10px;
  border: 2px solid var(--color12);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section01 .card__content .card__image__wrap {
  overflow: hidden;
}
.section01 .card__content .card__image__wrap .card__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section01 .card__content .card__top {
  padding: 5px 10px 0;
}
@media screen and (min-width: 980px) {
  .section01 .card__content .card__top {
    padding: 10px 15px 0;
  }
}
.section01 .card__content .card__bottom {
  padding: 0 10px 5px;
}
@media screen and (min-width: 980px) {
  .section01 .card__content .card__bottom {
    padding: 0 15px 10px;
  }
}
.section01 .card__content .card__title {
  color: var(--body-text-color);
  font-size: 0.9375rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .section01 .card__content .card__title {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
.section01 .card__content .sub1 {
  background-color: var(--color14);
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .section01 .card__content .sub1 {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section01 .card__content .employment__group,
.section01 .card__content .tag__group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.section01 .card__content .employment__group li,
.section01 .card__content .tag__group li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .section01 .card__content .employment__group li,
  .section01 .card__content .tag__group li {
    margin-bottom: 15px;
  }
}
.section01 .card__content .employment__group .tag,
.section01 .card__content .tag__group .tag {
  display: block;
  background-color: var(--color04);
  font-size: 0.75rem;
  padding: 5px 5px;
  border-radius: 13px;
}
@media screen and (min-width: 980px) {
  .section01 .card__content .employment__group .tag,
  .section01 .card__content .tag__group .tag {
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 16px;
  }
}
.section01 .card__content .employment__group .tag {
  border-radius: 11px;
}
@media screen and (min-width: 980px) {
  .section01 .card__content .employment__group .tag {
    border-radius: 16px;
  }
}
.section01 .card__content .employment__group .tag1 {
  background-color: var(--color15);
}
.section01 .card__content .employment__group .tag2 {
  background-color: var(--color16);
}
.section01 .card__content .employment__group .tag3 {
  background-color: var(--color17);
}
.section01 .card__content .text__group > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
  font-size: 0.8125rem;
}
@media screen and (min-width: 980px) {
  .section01 .card__content .text__group > li {
    font-size: 1rem;
  }
}
.section01 .card__content .text__group > li:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 980px) {
  .section01 .card__content .text__group > li:before {
    background-size: auto;
    width: 40px;
    height: 34px;
  }
}
.section01 .card__content .text__group span {
  position: relative;
}
.section01 .card__content .text__group .text__money:before {
  background-image: url("../images/icon_money.png");
}
.section01 .card__content .text__group .text__map:before {
  background-image: url("../images/icon_mapmarker.png");
}
.section01 .card__content .text__group .text__house:before {
  background-image: url("../images/icon_house.png");
}
.section01 .btn__box {
  margin-top: 20px;
  margin-bottom: 25px;
}

.section02 .img__item {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .section02 .img__item {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.section02 .img__item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.section02.btn__box {
  margin-top: 20px;
  margin-bottom: 25px;
}

.acd__item .acd__item__content {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.acd__item .acd__item__label {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: var(--color08);
  border-radius: 10px;
  padding: 10px 44px 10px 74px;
  margin: 10px auto 15px;
  border-bottom: 4px solid var(--color10);
}
@media screen and (min-width: 980px) {
  .acd__item .acd__item__label {
    max-width: 494px;
    padding: 10px 45px 10px 100px;
    margin: 10px auto 20px;
    border-bottom: 8px solid var(--color10);
  }
}
.acd__item .acd__item__label:hover {
  opacity: 0.8;
}
.acd__item .acd__item__label:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  top: -5px;
  left: 10px;
  height: 65px;
  width: 61px;
  background-size: 61px;
}
@media screen and (min-width: 980px) {
  .acd__item .acd__item__label:before {
    top: 50%;
    transform: translate(0, -50%);
    height: 65px;
    width: 79px;
    background-size: 79px;
  }
}
.acd__item .acd__item__label:nth-of-type(1):before {
  background-image: url("../images/label02_1_sp.png");
}
@media screen and (min-width: 980px) {
  .acd__item .acd__item__label:nth-of-type(1):before {
    background-image: url("../images/label02_1_pc.png");
  }
}
.acd__item .acd__item__label:nth-of-type(2):before {
  background-image: url("../images/label02_2_sp.png");
}
@media screen and (min-width: 980px) {
  .acd__item .acd__item__label:nth-of-type(2):before {
    background-image: url("../images/label02_2_pc.png");
  }
}
.acd__item .acd__item__label:nth-of-type(3):before {
  background-image: url("../images/label02_3_sp.png");
}
@media screen and (min-width: 980px) {
  .acd__item .acd__item__label:nth-of-type(3):before {
    background-image: url("../images/label02_3_pc.png");
  }
}
.acd__item .acd__item__label:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  height: 32px;
  width: 32px;
  background-size: 32px;
  background-image: url("../images/icon_plus.png");
}
.acd__item .acd__item__label span {
  display: block;
  text-align: center;
  color: var(--color-white);
  font-size: 1rem;
}
@media screen and (min-width: 980px) {
  .acd__item .acd__item__label span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .acd__item .acd__item__label span {
    font-size: 0.75rem;
  }
}
.acd__item .acd__item__check {
  display: none;
}
.acd__item .acd__item__check:checked + .acd__item__label:after {
  background-image: url("../images/icon_minus.png");
}
.acd__item .acd__item__check:checked + .acd__item__label + .acd__item__content {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  margin-bottom: 30px;
}

.acd__item__content .inner {
  padding-left: 10px;
  padding-right: 10px;
}
.acd__item__content .acd__item__text {
  margin-bottom: 5px;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__text {
    font-size: 1.125rem;
  }
}
.acd__item__content .acd__item__text span {
  color: var(--color06);
}
.acd__item__content > .acd__item__text {
  margin-bottom: 15px;
}
.acd__item__content .column2__item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .column2__item {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.acd__item__content .column2__item:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--color04);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (min-width: 980px) {
  .acd__item__content .column2__item:before {
    display: none;
  }
}
.acd__item__content .column2__item .item__top,
.acd__item__content .column2__item .item__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .acd__item__content .column2__item .item__top,
  .acd__item__content .column2__item .item__bottom {
    width: 50%;
    justify-content: flex-start;
  }
}
.acd__item__content .column2__item .item__bottom {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .column2__item .item__bottom {
    margin-top: 0;
  }
}
.acd__item__content .acd__item__before__after {
  position: relative;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after {
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.acd__item__content .acd__item__before__after:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--color04);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  display: none;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after:before {
    display: block;
  }
}
.acd__item__content .acd__item__before__after .item__top {
  position: relative;
  padding: 10px 10px 25px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after .item__top {
    padding: 0 80px 0 10px;
    width: 50%;
    display: flex;
    justify-content: center;
  }
}
.acd__item__content .acd__item__before__after .item__top:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: 38px;
  background-image: url("../images/section02_arrow_sp.png");
  width: 38px;
  height: 36px;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -6px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after .item__top:after {
    background-size: 70px;
    background-image: url("../images/section02_arrow.png");
    width: 70px;
    height: 65px;
    left: unset;
    transform: translate(0, -50%);
    right: 0;
    top: 50%;
    bottom: unset;
  }
}
.acd__item__content .acd__item__before__after .item__top .item {
  width: 100%;
  background-color: var(--color11);
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px 5px;
}
.acd__item__content .acd__item__before__after .item__top .item .title {
  width: 100%;
  font-size: 1.0625rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after .item__top .item .title {
    font-size: 1.375rem;
    margin-bottom: 35px;
  }
}
.acd__item__content .acd__item__before__after .item__top .item p {
  width: 100%;
  font-size: 0.8125rem;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after .item__top .item p {
    font-size: 1.125rem;
  }
}
.acd__item__content .acd__item__before__after .item__bottom {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after .item__bottom {
    padding-top: 0;
    padding-bottom: 0;
    width: 50%;
  }
}
.acd__item__content .acd__item__before__after .item__bottom:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--color04);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.acd__item__content .acd__item__before__after .item__bottom .item {
  background-color: var(--color-white);
  border-radius: 14px;
  padding: 10px 15px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after .item__bottom .item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.acd__item__content .acd__item__before__after .item__bottom .item .title {
  text-align: center;
  color: var(--color08);
  font-size: 1.0625rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after .item__bottom .item .title {
    font-size: 1.375rem;
  }
}
.acd__item__content .acd__item__before__after .item__bottom .item .img_block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after .item__bottom .item .img_block {
    margin-bottom: 5px;
  }
}
.acd__item__content .acd__item__before__after .item__bottom .item .img_caption {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.acd__item__content .acd__item__before__after .item__bottom .item .img_caption span {
  text-align: center;
  max-width: 240px;
  display: block;
  width: 100%;
  background-color: var(--color07);
  border-radius: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .acd__item__before__after .item__bottom .item .img_caption span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.acd__item__content .column2__list__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  counter-reset: number;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .column2__list__item {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.acd__item__content .column2__list__item:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--color04);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.acd__item__content .column2__list__item li {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .acd__item__content .column2__list__item li {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.acd__item__content .column2__list__item .list__item {
  position: relative;
  background-color: var(--color-white);
  border-radius: 14px;
  padding: 25px 10px 10px;
  width: 100%;
}
.acd__item__content .column2__list__item .list__item .title {
  color: var(--color06);
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.9375rem;
}
@media screen and (min-width: 980px) {
  .acd__item__content .column2__list__item .list__item .title {
    font-size: 1.25rem;
    width: 100%;
  }
}
.acd__item__content .column2__list__item .list__item p {
  font-size: 0.8125rem;
}
@media screen and (min-width: 980px) {
  .acd__item__content .column2__list__item .list__item p {
    font-size: 1rem;
    width: 100%;
  }
}
.acd__item__content .column2__list__item .list__item:before {
  position: absolute;
  counter-increment: number;
  content: "サポート" counter(number);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-image: url("../images/label01.png");
  padding-top: 4px;
  font-size: 0.8125rem;
  background-size: 99px;
  top: -5px;
  left: -5px;
  width: 99px;
  height: 29px;
}
@media screen and (min-width: 980px) {
  .acd__item__content .column2__list__item .list__item:before {
    padding-top: 6px;
    font-size: 1.0625rem;
    background-size: 142px;
    top: -10px;
    left: -10px;
    width: 142px;
    height: 42px;
  }
}

.section03 .step__item {
  position: relative;
  margin-top: 15px;
  padding-right: 10px;
}
@media screen and (min-width: 980px) {
  .section03 .step__item {
    margin: 30px -15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section03 .step__item:before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 2px;
  margin-left: -1px;
  background-color: var(--color09);
  content: "";
  left: 35px;
}
@media screen and (min-width: 980px) {
  .section03 .step__item:before {
    height: 2px;
    top: 42px;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.section03 .step__item li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .section03 .step__item li {
    display: block;
    justify-content: unset;
    align-items: unset;
    margin-bottom: 0;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section03 .step__item li:before {
  position: relative;
  content: "";
  display: inline-block;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: var(--color-white);
  background-size: 71px;
  width: 71px;
  height: 67px;
}
@media screen and (min-width: 980px) {
  .section03 .step__item li:before {
    background-size: 86px;
    width: 86px;
    height: 85px;
    transform: translate(-50%, 0);
    left: 50%;
  }
}
.section03 .step__item li.step__item1:before {
  background-image: url("../images/step1_sp.png");
}
@media screen and (min-width: 980px) {
  .section03 .step__item li.step__item1:before {
    background-image: url("../images/step1.png");
  }
}
.section03 .step__item li.step__item2:before {
  background-image: url("../images/step2_sp.png");
}
@media screen and (min-width: 980px) {
  .section03 .step__item li.step__item2:before {
    background-image: url("../images/step2.png");
  }
}
.section03 .step__item li.step__item3:before {
  background-image: url("../images/step3_sp.png");
}
@media screen and (min-width: 980px) {
  .section03 .step__item li.step__item3:before {
    background-image: url("../images/step3.png");
  }
}
.section03 .step__item li.step__item4:before {
  background-image: url("../images/step4_sp.png");
}
@media screen and (min-width: 980px) {
  .section03 .step__item li.step__item4:before {
    background-image: url("../images/step4.png");
  }
}
.section03 .step__item li.step__item5:before {
  background-image: url("../images/step5_sp.png");
}
@media screen and (min-width: 980px) {
  .section03 .step__item li.step__item5:before {
    background-image: url("../images/step5.png");
  }
}
.section03 .step__item .step__item__block {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
@media screen and (min-width: 980px) {
  .section03 .step__item .step__item__block {
    margin-left: 0;
  }
}
.section03 .step__item span {
  display: inline-block;
  width: 100%;
  color: var(--color08);
  margin-bottom: 5px;
  font-size: 1.125rem;
}
@media screen and (min-width: 980px) {
  .section03 .step__item span {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.section03 .step__item p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin: 0;
  font-size: 0.8125rem;
}
@media screen and (min-width: 980px) {
  .section03 .step__item p {
    font-size: 1rem;
  }
}
.section03.btn__box {
  margin-top: 20px;
  margin-bottom: 25px;
}

.section04.section04bg {
  background-color: var(--color04);
  overflow: hidden;
}
.section04 .voice__item {
  display: grid;
  grid-template-columns: repeat(1, 78px) auto;
  grid-template-areas: "pic title" "tag tag" "text text";
  position: relative;
  max-width: 1040px;
  background-color: var(--color-white);
  border-radius: 14px;
  padding: 15px 15px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item {
    padding: 30px 60px 25px;
    margin-top: 40px;
    margin-bottom: 30px;
    grid-template-columns: auto auto;
    grid-template-areas: "pic title" "pic text";
  }
}
.section04 .voice__item + .voice__item {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item + .voice__item {
    margin-top: 65px;
  }
}
.section04 .voice__item:before {
  content: "";
  display: inline-block;
  background-image: url("../images/tape.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  transform: translate(-50%, 0);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: -15px;
  height: 30px;
  max-width: 70px;
  background-size: 80px;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item:before {
    top: -25px;
    height: 50px;
    max-width: 140px;
    background-size: 150px;
  }
}
.section04 .voice__item .pic__wrap {
  grid-area: pic;
  margin: 0 0 15px;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item .pic__wrap {
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .section04 .voice__item .pic__wrap picture {
    margin-bottom: 20px;
  }
}
.section04 .voice__item .titleballoon__wrap {
  grid-area: title;
}
.section04 .voice__item .voice__item__titleballoon {
  border: 1px solid var(--color33);
  margin: 5px 0 15px 20px;
  padding: 10px 5px;
  background-color: var(--color-white);
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.16));
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item .voice__item__titleballoon {
    margin: 5px 20px 25px;
    padding: 20px 20px;
    max-width: 550px;
  }
}
.section04 .voice__item .voice__item__titleballoon:before {
  content: "";
  position: absolute;
  background-image: url("../images/voice_balloonarrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -19px;
  top: 40%;
  width: 24px;
  height: 22px;
  display: block;
}
.section04 .voice__item .voice__item__title {
  color: var(--color06);
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item .voice__item__title {
    font-size: 1.375rem;
  }
}
.section04 .voice__item .voice__item__list {
  grid-area: tag;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item .voice__item__list {
    margin-bottom: 15px;
  }
}
.section04 .voice__item .voice__item__list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item .voice__item__list li {
    justify-content: center;
    align-items: center;
  }
}
.section04 .voice__item .voice__item__list .voice__item__tag1 {
  background-color: var(--color07);
  padding: 5px;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item .voice__item__list .voice__item__tag1 {
    font-size: 1.125rem;
  }
}
.section04 .voice__item .voice__item__list.sp__only {
  width: 100%;
}
.section04 .voice__item .voice__item__text {
  grid-area: text;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  font-size: 0.875rem;
  line-height: 2;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .section04 .voice__item .voice__item__text {
    margin-left: 20px;
    font-size: 1rem;
    width: auto;
  }
}
.section04.btn__box {
  margin-top: 25px;
  margin-bottom: 35px;
}

.section05.section05bg {
  background-color: var(--color04);
  overflow: hidden;
}
.section05 .company__group {
  border-radius: 10px;
  max-width: 720px;
  background-color: var(--color-white);
  margin: 15px auto;
  padding: 10px 15px;
}
@media screen and (min-width: 980px) {
  .section05 .company__group {
    margin: 20px auto;
    padding: 20px 25px;
  }
}
.section05 .company__item {
  line-height: 2;
  max-width: 570px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section05 .company__item .item__left {
  font-weight: 700;
  flex-basis: 76px;
  font-size: 0.75rem;
}
@media screen and (min-width: 980px) {
  .section05 .company__item .item__left {
    flex-basis: 106px;
    font-size: 0.875rem;
  }
}
.section05 .company__item .item__right,
.section05 .company__item .item__right_i {
  font-weight: 400;
  margin-left: auto;
  margin-right: 0;
  font-size: 0.75rem;
  flex-basis: calc(100% - 76px);
}
@media screen and (min-width: 980px) {
  .section05 .company__item .item__right,
  .section05 .company__item .item__right_i {
    font-size: 0.875rem;
    flex-basis: calc(100% - 106px);
  }
}
.section05 .company__item .item__right_i {
  padding-left: 1em;
  text-indent: -1em;
}
.section05 .company__item + .company__item {
  border-top: 1px solid var(--color32);
  margin-top: 10px;
  padding-top: 10px;
}

.section06.section06bg {
  background-color: var(--color04);
  overflow: hidden;
}
.section06 .sec06__item {
  margin: 40px 5px;
  background-color: var(--color-white);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 980px) {
  .section06 .sec06__item {
    display: grid;
    grid-template-areas: "pic title" "pic text";
    grid-template-rows: auto 1fr;
    grid-gap: 0 52px;
    padding: 50px 70px;
    margin: 50px auto;
    max-width: 1080px;
  }
}
.section06 .sec06__item .itemribbon {
  position: absolute;
  top: -7px;
  left: -10px;
  display: block;
  z-index: 15;
  width: 81px;
}
@media screen and (min-width: 980px) {
  .section06 .sec06__item .itemribbon {
    top: -11px;
    left: -17px;
    width: 135px;
  }
}
.section06 .sec06__item .titlewrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .section06 .sec06__item .titlewrap {
    justify-content: flex-start;
    grid-area: title;
    margin-top: 0;
  }
}
.section06 .sec06__item .title {
  color: var(--color13);
  font-weight: 600;
  line-height: 1.75;
  font-size: 1.25rem;
}
@media screen and (min-width: 980px) {
  .section06 .sec06__item .title {
    line-height: 2;
    font-size: 1.75rem;
  }
}
.section06 .sec06__item .title span {
  background: linear-gradient(transparent 70%, var(--color05) 0%);
  display: inline;
  padding: 0 2px 4px;
}
.section06 .sec06__item .pic {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .section06 .sec06__item .pic {
    grid-area: pic;
    margin-bottom: 0;
  }
}
.section06 .sec06__item .text {
  line-height: 1.75;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .section06 .sec06__item .text {
    line-height: 2.25;
    grid-area: text;
    font-size: 1rem;
  }
}

.section07.section07bg {
  background-color: var(--color04);
  overflow: hidden;
}
.section07 .section07__item {
  margin: 30px auto;
  max-width: 980px;
}
.section07 .section07__item .title {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .section07 .section07__item .title {
    margin-bottom: 25px;
  }
}
.section07 .section07__item .text {
  line-height: 2.25;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .section07 .section07__item .text {
    font-size: 1rem;
  }
}
.section07 .section07__item .item__top {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .section07 .section07__item .item__top {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .section07 .section07__item .item__body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 980px) {
  .section07 .section07__item .item__body .item__top {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .section07 .section07__item .item__body .item__bottom {
    flex: 1;
    padding-right: 30px;
  }
}
.section07 .section07__item + .section07__item {
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  .section07 .section07__item + .section07__item {
    margin-top: 60px;
  }
}

footer .footer__menu {
  background-color: var(--color01);
  font-size: 0.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  footer .footer__menu {
    font-size: 0.875rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer .footer__menu li {
  position: relative;
  border-right: 1px solid var(--color-white);
  padding: 5px 15px;
}
footer .footer__menu li:first-child {
  border-left: 1px solid var(--color-white);
}
footer .footer__menu li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
}
footer .copyright {
  color: #696969;
  text-align: center;
  font-size: 0.625rem;
  padding-top: 5px;
  padding-bottom: 15px;
}
@media screen and (min-width: 980px) {
  footer .copyright {
    font-size: 0.875rem;
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
footer .un_grandTop_marks {
  display: flex;
  margin: 28px 0;
  align-items: stretch;
  justify-content: center;
}
footer .un_grandTop_marks .un_grandTop_floatImg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
footer .un_grandTop_marks .un_grandTop_floatImg .un_grandTop_floatImg_img {
  width: 18%;
  margin-right: 10px;
}
footer .un_grandTop_marks .un_grandTop_floatImg .un_grandTop_floatImg_txt {
  width: 76%;
  font-size: 0.6rem;
}
@media screen and (min-width: 980px) {
  footer .un_grandTop_marks .un_grandTop_floatImg .un_grandTop_floatImg_txt {
    font-size: 0.875rem;
  }
}
footer .operating-company {
  text-align: center;
  font-size: 0.625rem;
}
@media screen and (min-width: 980px) {
  footer .operating-company {
    font-size: 0.875rem;
  }
}

.beforeunload__modal {
  position: relative;
  z-index: 600;
}
.beforeunload__modal .bg {
  display: none;
  opacity: 0.6;
  background-color: var(--body-text-color);
  z-index: 610;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.beforeunload__modal .item {
  display: none;
  text-align: center;
  position: fixed;
  border-radius: 12px;
  background-color: var(--color-white);
  width: 100%;
  padding: 20px 10px 0;
  z-index: 620;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 86vw;
}
@media screen and (min-width: 980px) {
  .beforeunload__modal .item {
    max-width: 440px;
  }
}
.beforeunload__modal .item .img {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.beforeunload__modal .item .img img {
  max-width: 54px;
}
@media screen and (min-width: 980px) {
  .beforeunload__modal .item .img img {
    max-width: 100%;
  }
}
.beforeunload__modal .item .t1 {
  font-size: 1.375rem;
  margin-bottom: 10px;
}
.beforeunload__modal .item .t2 {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.beforeunload__modal .item .btn1, .beforeunload__modal .item .btn2 {
  max-width: 360px;
  margin: 0 auto 10px;
  width: 100%;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  color: var(--color-white);
  border-bottom: 4px solid;
}
.beforeunload__modal .item .btn1 {
  background-color: var(--color08);
  border-bottom-color: var(--color13);
}
.beforeunload__modal .item .btn2 {
  background-color: var(--color24);
  border-bottom-color: var(--color25);
}
.beforeunload__modal .close {
  position: absolute;
  background-image: url("../images/icon_modal_close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  top: -11px;
  right: -11px;
}
@media screen and (min-width: 980px) {
  .beforeunload__modal .close {
    background-size: 44px;
    width: 44px;
    height: 44px;
    top: -22px;
    right: -22px;
  }
}
.beforeunload__modal .beforeunload__input {
  display: none;
}
.beforeunload__modal .beforeunload__input:checked ~ .bg {
  display: block;
}
.beforeunload__modal .beforeunload__input:checked ~ .item {
  display: block;
}

.breadcrumb__wrap {
  background-color: var(--color-white);
  padding: 6px 0;
}
@media screen and (min-width: 980px) {
  .breadcrumb__wrap {
    padding: 12px 0;
  }
}
.breadcrumb__wrap .breadcrumb {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  overflow-x: auto;
}
.breadcrumb__wrap .breadcrumb > li {
  white-space: nowrap;
}
.breadcrumb__wrap .breadcrumb > li:last-child .breadcrumb__link:after, .breadcrumb__wrap .breadcrumb > li:last-child .breadcrumb__text:after {
  display: none;
}
.breadcrumb__wrap .breadcrumb__link, .breadcrumb__wrap .breadcrumb__text {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 980px) {
  .breadcrumb__wrap .breadcrumb__link, .breadcrumb__wrap .breadcrumb__text {
    margin-right: 10px;
    font-size: 0.875rem;
  }
}
.breadcrumb__wrap .breadcrumb__link:after, .breadcrumb__wrap .breadcrumb__text:after {
  color: var(--body-text-color);
  position: relative;
  line-height: 1;
  content: "＞";
  padding-left: 10px;
}
.breadcrumb__wrap .breadcrumb__link {
  color: var(--color23);
}
.breadcrumb__wrap .breadcrumb__text {
  color: var(--body-text-color);
}

.thanks__header {
  background-repeat: repeat;
  background-image: url("../images/bg_pattern.png");
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .thanks__header {
    font-size: 2rem;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.thanks__header .thanks__header__title {
  font-weight: 300;
  width: 100%;
}

.back__top {
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
@media screen and (min-width: 980px) {
  .back__top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.back__top .back__top__link {
  text-align: center;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color29);
  border-bottom: 4px solid var(--color30);
  border-radius: 4px;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 980px) {
  .back__top .back__top__link {
    max-width: 360px;
  }
}

.thanks1 {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: var(--color04);
}
@media screen and (min-width: 980px) {
  .thanks1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .thanks1 .content__container {
    max-width: 1030px;
  }
}
.thanks1 .thanks1__title {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__title {
    font-size: 1.5rem;
  }
}
.thanks1 .thanks1__snsLink__Inner {
  display: grid;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__snsLink__Inner {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
  }
}
.thanks1 .thanks1__snsLink__Inner .thanks1__snsLink__Search {
  width: 300px;
  background-color: #ff0000;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.thanks1 .thanks1__snsLink__Inner .thanks1__snsLink__Search a {
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  margin: auto;
}
.thanks1 .thanks1__snsLink__Inner .thanks1__snsLink__Line {
  width: 300px;
  background-color: #00b050;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.thanks1 .thanks1__snsLink__Inner .thanks1__snsLink__Line a {
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  margin: auto;
}
.thanks1 .thanks1__body {
  position: relative;
  margin: 30px auto 0;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__body {
    padding: 0 25px;
    margin: 30px auto 0;
  }
}
.thanks1 .thanks1__body:after {
  z-index: 0;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  background: repeating-linear-gradient(45deg, var(--color08), var(--color08) 3px, var(--color04) 0, var(--color04) 9px);
  bottom: -10px;
  right: -10px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__body:after {
    bottom: -15px;
    right: 0;
    width: calc(100% - 50px);
  }
}
.thanks1 .thanks1__list__wrap {
  z-index: 10;
  position: relative;
  background-color: var(--color-white);
  border: 2px solid var(--body-text-color);
  padding: 20px 10px;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__list__wrap {
    border: 3px solid var(--body-text-color);
    padding: 40px 50px;
  }
}
.thanks1 .thanks1__list__wrap:before {
  background-image: url("../images/thanks_block_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: -21px;
  left: -4px;
  height: 50px;
  width: 160px;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__list__wrap:before {
    top: -35px;
    left: -7px;
    height: 80px;
    width: 260px;
  }
}
.thanks1 .thanks1__list__wrap .list > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 150px;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__list__wrap .list > li {
    padding-right: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.thanks1 .thanks1__list__wrap .list > li:nth-child(1) {
  padding-bottom: 10px;
  padding-right: 0;
}
.thanks1 .thanks1__list__wrap .list > li:nth-child(2) {
  margin-top: 0;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__list__wrap .list > li:nth-child(2) {
    margin-top: 25px;
  }
}
.thanks1 .thanks1__list__wrap .list > li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__list__wrap .list > li:not(:first-child) {
    margin-top: 25px;
  }
}
.thanks1 .thanks1__list__wrap .list > li p {
  line-height: 1.75;
  text-align: center;
  font-size: 0.875rem;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__list__wrap .list > li p {
    text-align: left;
    font-size: 1.125rem;
    padding-left: 25px;
  }
}
.thanks1 .thanks1__list__wrap .list > li:nth-child(3) p {
  text-align: left;
}
.thanks1 .thanks1__list__wrap .list > li:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__list__wrap .list > li:before {
    width: 50%;
    height: 100%;
    left: unset;
    bottom: unset;
    right: 0;
    top: 0;
    transform: translate(0, 0);
  }
}
.thanks1 .thanks1__list__wrap .list > li:nth-child(1):before {
  display: none;
}
.thanks1 .thanks1__list__wrap .list > li:nth-child(2):before {
  background-image: url("../images/icon_thanks2.png");
  background-size: contain;
  max-width: 340px;
}
@media screen and (min-width: 980px) {
  .thanks1 .thanks1__list__wrap .list > li:nth-child(2):before {
    max-width: 100%;
  }
}
.thanks1 .thanks1__list__wrap .list > li:nth-child(3):before {
  background-image: url("../images/icon_thanks3.png");
}
.thanks1 .thanks1__list__wrap .thanks1__snsLink__Line {
  width: 300px;
  background-color: #00b050;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  margin: 20px auto;
}
.thanks1 .thanks1__list__wrap .thanks1__snsLink__Line a {
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  margin: auto;
}

.thanks2 {
  background-color: var(--color31);
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .thanks2 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .thanks2 .content__container {
    max-width: 1030px;
  }
}
.thanks2 .thanks2__body {
  margin: 0 auto;
  max-width: 930px;
  background-color: var(--color-white);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 8px;
  padding: 10px 10px;
}
@media screen and (min-width: 980px) {
  .thanks2 .thanks2__body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.thanks2 .thanks2__body .list__wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  .thanks2 .thanks2__body .list__wrap {
    align-items: center;
    flex-direction: row;
  }
}
.thanks2 .thanks2__body .list__wrap .list > li {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/check_mark.png);
  background-position: left top 0;
  background-size: 15px;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .thanks2 .thanks2__body .list__wrap .list > li {
    padding-left: 26px;
    background-position: left top 0;
    background-size: 22px;
    font-size: 1rem;
  }
}
.thanks2 .thanks2__body .list__wrap .list > li:not(:first-child) {
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  .thanks2 .thanks2__body .list__wrap .list > li:not(:first-child) {
    margin-top: 10px;
  }
}
.thanks2 .thanks2__body .list__wrap .list > li.list__title {
  background-image: url(../images/icon_mail_thanks.png);
  background-position: left top 3px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: 28px;
  padding-left: 34px;
  height: 34px;
}
@media screen and (min-width: 980px) {
  .thanks2 .thanks2__body .list__wrap .list > li.list__title {
    background-size: 40px;
    padding-left: 52px;
    height: 46px;
  }
}
@media screen and (min-width: 980px) {
  .thanks2 .thanks2__body .list__wrap .list_first {
    margin-right: 50px;
  }
}
.thanks2 .thanks2__text {
  font-weight: 300;
  margin: 20px auto 10px;
  max-width: 930px;
  font-size: 0.875rem;
}
@media screen and (min-width: 980px) {
  .thanks2 .thanks2__text {
    font-size: 1rem;
  }
}/*# sourceMappingURL=stylev2.css.map */