/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

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

body {
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #5a5050;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #5a5050;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: relative;
  padding-top: 11.625rem;
  overflow: hidden;
}
.l-header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.375rem;
  content: "";
  background: transparent url("../images/index/img_cloud01.png") no-repeat center/cover;
}
.l-header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__logo {
  width: 46.875rem;
}
.l-header__text {
  margin-top: 2rem;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-header__decor {
  position: absolute;
  z-index: -1;
}
.l-header__decor.--heart {
  top: 4.6875rem;
  right: calc(50% + 340px);
  width: 7.5rem;
}
.l-header__decor.--cloud {
  top: 10.5625rem;
  left: calc(50% + 425px);
  width: 17.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header {
    padding-top: 14.53125vw;
  }
  .l-header::before {
    height: 11.71875vw;
  }
  .l-header__logo {
    width: 58.59375vw;
  }
  .l-header__text {
    margin-top: 2.5vw;
    font-size: 1.953125vw;
  }
  .l-header__decor.--heart {
    top: 5.859375vw;
    right: calc(50% + 26.5625vw);
    width: 9.375vw;
  }
  .l-header__decor.--cloud {
    top: 13.203125vw;
    left: calc(50% + 33.203125vw);
    width: 21.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding-top: 29.3333333333vw;
  }
  .l-header::before {
    height: 16vw;
  }
  .l-header__logo {
    width: 82.6666666667vw;
  }
  .l-header__text {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
  .l-header__decor {
    position: absolute;
  }
  .l-header__decor.--heart {
    top: 12vw;
    right: calc(50% + 25.8666666667vw);
    width: 16vw;
  }
  .l-header__decor.--cloud {
    top: 12.8vw;
    left: calc(50% + 28.8vw);
    width: 37.3333333333vw;
  }
}
/* footer */
.l-footer {
  position: relative;
  padding: 0.625rem 0 15rem;
  margin-top: 12.5rem;
  text-align: center;
}
.l-footer::after, .l-footer::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 34.375rem;
  height: 23.125rem;
  content: "";
  background: transparent no-repeat center/cover;
}
.l-footer::after {
  right: 0;
  background-image: url("../images/index/img_cloud_footer_right.png");
}
.l-footer::before {
  left: 0;
  background-image: url("../images/index/img_cloud_footer_left.png");
}
.l-footer__title {
  width: 33.75rem;
  margin: 0 auto;
}
.l-footer__logo {
  margin-top: 2.5rem;
  text-align: center;
}
.l-footer__sns {
  display: flex;
  gap: 2.375rem;
  justify-content: center;
  margin-top: 4rem;
}
.l-footer__sns-link {
  width: 3.4375rem;
}
.l-footer__baby {
  position: absolute;
  top: -0.5rem;
  left: calc(50% + 318px);
  width: 15rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-footer {
    padding: 6.25vw 0 18.75vw;
    margin-top: 15.625vw;
  }
  .l-footer::after, .l-footer::before {
    width: 42.96875vw;
    height: 28.90625vw;
  }
  .l-footer__title {
    width: 42.1875vw;
  }
  .l-footer__logo {
    margin-top: 3.125vw;
  }
  .l-footer__sns {
    gap: 2.96875vw;
    margin-top: 5vw;
  }
  .l-footer__sns-link {
    width: 4.296875vw;
  }
  .l-footer__baby {
    top: -0.625vw;
    left: calc(50% + 24.84375vw);
    width: 18.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 0 0 18.6666666667vw;
    margin-top: 34.6666666667vw;
  }
  .l-footer::after, .l-footer::before {
    width: 39.4666666667vw;
    height: 26.6666666667vw;
  }
  .l-footer__title {
    width: 69.3333333333vw;
  }
  .l-footer__logo {
    margin-top: 2.6666666667vw;
  }
  .l-footer__sns {
    gap: 4vw;
    margin-top: 7.4666666667vw;
  }
  .l-footer__sns-link {
    width: 5.8666666667vw;
  }
  .l-footer__baby {
    top: inherit;
    right: 4.2666666667vw;
    bottom: 10.6666666667vw;
    left: inherit;
    width: 21.3333333333vw;
  }
}
/* main */
.l-all {
  overflow: hidden;
}

.l-inner {
  position: relative;
  width: 80rem;
  max-width: 100%;
  height: inherit;
  padding: 0;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  min-width: 8.75rem;
  min-height: 2.5rem;
  padding: 0 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text, #e67814);
  letter-spacing: 0.05em;
  cursor: pointer;
  background-color: #fffef0;
  border: 0.0625rem solid var(--color-text, #e67814);
  border-radius: 999rem;
  box-shadow: 0 7px 0 0 var(--color-text, #e67814);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button.--min {
  min-width: 6.625rem;
  min-height: 2rem;
  padding: 0 0.9375rem;
  font-size: 0.8rem;
  box-shadow: 0 5px 0 0 var(--color-text, #e67814);
}
.c-button.--max {
  min-width: 16.875rem;
  padding: 0 0.75rem;
}
.c-button.--pink {
  --color-text: #d24682;
}
.c-button.--purple {
  --color-text: #aa3c91;
}
.c-button.--green {
  --color-text: #96c83c;
}
.c-button.--blue {
  --color-text: #149bdc;
}
.c-button.--footer {
  min-width: 24.375rem;
  min-height: 3.75rem;
  border-width: 0.125rem;
  box-shadow: 0 10px 0 0 var(--color-text, #e67814);
}
.c-button.--footer img {
  width: 15.5rem;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear all;
  }
  .c-button:hover {
    color: #fff;
    background-color: var(--color-text, #e67814);
    box-shadow: none;
    transform: translateY(4px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-button {
    min-width: 10.9375vw;
    min-height: 3.125vw;
    font-size: 1.25vw;
    box-shadow: 0 0.546875vw 0 0 var(--color-text, #e67814);
  }
  .c-button.--min {
    min-width: 8.28125vw;
    min-height: 2.5vw;
    font-size: 0.9765625vw;
    box-shadow: 0 0.390625vw 0 0 var(--color-text, #e67814);
  }
  .c-button.--max {
    min-width: 21.09375vw;
  }
  .c-button.--footer {
    min-width: 28.90625vw;
    min-height: 4.6875vw;
    box-shadow: 0 0.78125vw 0 0 var(--color-text, #e67814);
  }
  .c-button.--footer img {
    width: 19.375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-width: 28vw;
    min-height: 8vw;
    font-size: 3.2vw;
    box-shadow: 0 1.3333333333vw 0 0 var(--color-text, #e67814);
  }
  .c-button.--min {
    min-width: 21.3333333333vw;
    min-height: 6.4vw;
    font-size: 2.6666666667vw;
    box-shadow: 0 1.0666666667vw 0 0 var(--color-text, #e67814);
  }
  .c-button.--max {
    min-width: 53.8666666667vw;
    padding: 0 0.25rem;
  }
  .c-button.--footer {
    min-width: 42.6666666667vw;
    min-height: 8vw;
    box-shadow: 0 1.3333333333vw 0 0 var(--color-text, #e67814);
  }
  .c-button.--footer img {
    width: 33.6vw;
  }
}
.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  font-size: 2rem;
}

.c-heading-h2 {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e67814;
}
.c-heading-h2.--color-purple {
  color: #aa3c91;
}
.c-heading-h2.--color-pink {
  color: #d24682;
}
.c-heading-h2.--color-green {
  color: #96c83c;
}
.c-heading-h2.--color-blue {
  color: #149bdc;
}
.c-heading-h2.--icon {
  display: flex;
  flex-wrap: wrap;
}
.c-heading-h2__text {
  position: relative;
}
.c-heading-h2__text-sup {
  position: absolute;
  top: -0.5rem;
  right: 1.25rem;
  font-size: 0.6875rem;
  letter-spacing: 0.23em;
}
.c-heading-h2__sup {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-heading-h2 {
    margin-bottom: 0.625vw;
    font-size: 2.34375vw;
  }
  .c-heading-h2__text-sup {
    top: -0.625vw;
    right: 1.5625vw;
    font-size: 0.859375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading-h2 {
    margin-bottom: 1.0666666667vw;
    font-size: 5.3333333333vw;
  }
  .c-heading-h2__text-sup {
    top: -2.1333333333vw;
    right: 3.2vw;
    font-size: 2.4vw;
  }
  .c-heading-h2__soz-suiteki {
    width: 0.9375rem;
  }
}
.c-heading-h3 {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e67814;
}
.c-heading-h3.--color-purple {
  color: #aa3c91;
}
.c-heading-h3.--color-pink {
  color: #d24682;
}
.c-heading-h3.--color-green {
  color: #96c83c;
}
.c-heading-h3.--color-blue {
  color: #149bdc;
}
.c-heading-h3.--mb-4 {
  margin-bottom: 0.25rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-heading-h3 {
    margin-bottom: 0.625vw;
    font-size: 1.71875vw;
  }
  .c-heading-h3.--mb-4 {
    margin-bottom: 0.3125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-heading-h3 {
    margin-bottom: 0;
    font-size: 4.4vw;
  }
  .c-heading-h3.--mb-4 {
    margin-bottom: 0.5333333333vw;
  }
}
.c-heading-h4 {
  font-size: 1.5rem;
}

.c-heading-h5 {
  font-size: 1.25rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1.25em;
  color: #5a5050;
}
.c-list-dot__item + li {
  margin-top: 0.25rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  background: #e67814;
  border-radius: 50%;
}
.c-list-dot.--color-pink li::before {
  background: #d24682;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-list-dot__item {
    padding-left: 1.5625vw;
    font-size: 1.25vw;
  }
  .c-list-dot__item + li {
    margin-top: 0.3125vw;
  }
  .c-list-dot__item::before {
    top: 0.25em;
    width: 1.09375vw;
    height: 1.09375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    padding-left: 4.2666666667vw;
    font-size: 3.2vw;
  }
  .c-list-dot__item + li {
    margin-top: 0;
  }
  .c-list-dot__item::before {
    top: 0.25em;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #1558d6;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #5a5050;
  letter-spacing: 0.05em;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.8125rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-text {
    font-size: 1.25vw;
  }
  .c-text.--lg {
    font-size: 1.40625vw;
  }
  .c-text.--sm {
    font-size: 1.015625vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 3.2vw;
  }
  .c-text.--lg {
    font-size: 4.2666666667vw;
  }
  .c-text.--sm {
    font-size: 2.6666666667vw;
  }
}
/* project */
.p-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.25rem;
}
.p-buttons.--left {
  align-items: flex-start;
}
.p-buttons.--right {
  align-items: flex-end;
}
.p-buttons.--center {
  align-items: center;
}
.p-buttons.--mt-12 {
  margin-top: 0.75rem;
}
.p-buttons.--mt-8 {
  margin-top: 0.5rem;
}
.p-buttons.--mt-16 {
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
    margin-top: 0.3125vw;
  }
  .p-buttons.--mt-12 {
    margin-top: 0.9375vw;
  }
  .p-buttons.--mt-8 {
    margin-top: 0.625vw;
  }
  .p-buttons.--mt-16 {
    margin-top: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-buttons {
    gap: 3.2vw;
    margin-top: 1.0666666667vw;
  }
  .p-buttons.--mt-12 {
    margin-top: 2.1333333333vw;
  }
  .p-buttons.--mt-8 {
    margin-top: 1.0666666667vw;
  }
  .p-buttons.--mt-16 {
    margin-top: 3.2vw;
  }
  .p-buttons.--right {
    align-items: flex-start;
  }
}
/* pages */
body.index {
  position: relative;
}
body.index::before {
  position: absolute;
  top: 26.25rem;
  left: 50%;
  width: 1280px;
  height: 5720px;
  content: "";
  background: transparent url("../images/index/bg.png") no-repeat center/cover;
  transform: translateX(-50%);
}
body.index .index-01 {
  position: relative;
  margin-top: 12.5rem;
}
body.index .index-01__decor {
  position: absolute;
  top: -8.125rem;
  right: calc(50% + 350px);
  z-index: -1;
  width: 17.5rem;
}
body.index .index-01__title {
  text-align: center;
}
body.index .index-01__content01 {
  position: relative;
  margin-top: 1.5rem;
  margin-left: calc(50% - 232px);
}
body.index .index-01__content02 {
  position: absolute;
  top: 5.625rem;
  left: calc(50% + 190px);
}
body.index .index-01__content03 {
  position: absolute;
  top: 21.125rem;
  left: calc(50% + 285px);
}
body.index .index-01__content04 {
  padding-right: calc(50% - 197px);
  margin-top: 10.75rem;
}
body.index .index-02 {
  position: relative;
  margin-top: 2rem;
}
body.index .index-02__content01 {
  position: relative;
  max-width: 35rem;
  padding: 3.125rem 3.75rem;
  margin-left: calc(50% - 40px);
}
body.index .index-02__content03 {
  position: relative;
  padding-left: 21.75rem;
  margin-top: 6.6875rem;
}
body.index .index-02__content03 .c-heading-h3 {
  margin-top: 0.25rem;
  font-size: 1.5625rem;
}
body.index .index-02__content04 {
  position: absolute;
  top: 24.25rem;
  left: calc(50% + 32px);
  width: 25.9375rem;
  padding: 3.75rem 0 3.125rem;
}
body.index .index-03 {
  position: relative;
  margin-top: 9rem;
}
body.index .index-03__content01 {
  justify-content: flex-end;
  height: 18.125rem;
  padding-left: calc(50% + 77px);
}
body.index .index-03__content02 {
  position: absolute;
  top: 6.875rem;
  left: calc(50% - 45px);
}
body.index .index-03__content03 {
  padding-left: 12.375rem;
  margin-top: 6.25rem;
}
body.index .index-03__content04 {
  position: absolute;
  top: 26.5625rem;
  left: calc(50% + 130px);
}
body.index .index-03__content04-buttons {
  position: absolute;
  right: -4.375rem;
  bottom: 0;
}
body.index .index-03__content05 {
  position: absolute;
  top: 35.9375rem;
  left: calc(50% - 70px);
  width: 19.375rem;
}
body.index .index-03__content06 {
  position: relative;
  justify-content: center;
  height: 15.625rem;
  padding-left: calc(50% + 106px);
  margin-top: 3.3125rem;
}
body.index .index-03__content06 .c-list-dot {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  justify-content: center;
}
body.index .index-03__content06 .c-list-dot li {
  margin-top: 0;
}
body.index .index-03__content06 .c-button {
  margin-top: 0.5rem;
}
body.index .index-04 {
  position: relative;
  margin-top: 7rem;
}
body.index .index-04__decor {
  position: absolute;
}
body.index .index-04__decor.--01 {
  top: -19.375rem;
  right: calc(50% + 480px);
}
body.index .index-04__decor.--02 {
  bottom: 33.0625rem;
  left: calc(50% + 445px);
}
body.index .index-04__content01 {
  padding-left: calc(50% + 223px);
}
body.index .index-04__content02 {
  padding-left: calc(50% + 223px);
  margin-top: 8rem;
}
body.index .index-04__content03 {
  position: absolute;
  top: 0.75rem;
  left: calc(50% - 20px);
  text-align: right;
}
body.index .index-04__content04 {
  padding-left: 50%;
  margin-top: 5.4375rem;
}
body.index .index-04__content05 {
  position: absolute;
  top: 1.6875rem;
  right: calc(50% + 85px);
  justify-content: center;
  height: 28.75rem;
}
body.index .index-04__content06 {
  padding-left: calc(50% - 276px);
  margin-top: 19.375rem;
  text-align: right;
}
body.index .index-04__content07 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.5rem;
  margin-top: -3.125rem;
  margin-right: 22.5rem;
  margin-left: auto;
}
body.index .index-04__content08 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.5rem;
  margin-top: 11.5rem;
  margin-right: 22.5rem;
  margin-left: auto;
}
body.index .index-04__content09 {
  margin-top: 15rem;
  margin-left: calc(50% - 120px);
}
body.index .index-04__content10 {
  position: absolute;
  bottom: -2rem;
  left: 15.5rem;
}
body.index .index-05 {
  position: relative;
  margin-top: 8.75rem;
}
body.index .index-05__decor {
  position: absolute;
}
body.index .index-05__decor.--01 {
  bottom: 55.625rem;
  left: calc(50% + 420px);
}
body.index .index-05__decor.--02 {
  right: calc(50% + 460px);
  bottom: 1.25rem;
}
body.index .index-05__content01 {
  position: relative;
  margin-left: calc(50% - 70px);
}
body.index .index-05__content02 {
  position: absolute;
  top: 19.0625rem;
  right: 50%;
}
body.index .index-05__content03 {
  position: absolute;
  top: 27.875rem;
  right: calc(50% + 150px);
}
body.index .index-05__content04 {
  position: absolute;
  top: 18.125rem;
  left: calc(50% + 226px);
}
body.index .index-05__content05 {
  position: relative;
  width: 43.75rem;
  margin-top: 32.75rem;
  margin-left: 8.4375rem;
}
body.index .index-05__content05-item02 {
  position: absolute;
  top: 6.6875rem;
  right: 1.375rem;
}
body.index .index-05__content05-item03 {
  position: absolute;
  top: 7.625rem;
  left: 1.875rem;
}
body.index .index-05__content06 {
  position: relative;
  width: pxtorrm(768);
  margin: 23.875rem auto 0;
}
body.index .index-05__content06-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.125rem 2rem;
  justify-content: center;
  margin-bottom: 2rem;
}
body.index .index-05__content06-item:first-child {
  width: 100%;
}
body.index .index-05__content06 .c-text--sm {
  font-size: 0.875rem;
}
body.index .index-06 {
  position: relative;
  margin-top: 8.4375rem;
  text-align: center;
}
body.index .index-06__content:nth-child(2) {
  margin-top: 6rem;
}
body.index .index-06__content:nth-child(3) {
  margin-top: 6.75rem;
}
body.index .index-06__buttons {
  margin-top: 1.25rem;
}
body.index .index-06__decor {
  position: absolute;
  z-index: -1;
  width: 17.5rem;
}
body.index .index-06__decor.--01 {
  top: -2.5rem;
  left: calc(50% + 495px);
}
body.index .index-06__decor.--02 {
  top: 39.375rem;
  right: calc(50% + 254px);
}
body.index .index-06__decor.--03 {
  bottom: -7.5rem;
  left: calc(50% + 150px);
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index {
    position: relative;
  }
  body.index::before {
    top: 32.8125vw;
    width: 100vw;
    height: 446.875vw;
  }
  body.index .index-01 {
    margin-top: 15.625vw;
  }
  body.index .index-01__decor {
    top: -10.15625vw;
    right: calc(50% + 27.34375vw);
    width: 21.875vw;
  }
  body.index .index-01__content01 {
    margin-top: 1.875vw;
    margin-left: calc(50% - 18.125vw);
  }
  body.index .index-01__content02 {
    top: 7.03125vw;
    left: calc(50% + 14.84375vw);
  }
  body.index .index-01__content03 {
    top: 26.40625vw;
    left: calc(50% + 22.265625vw);
  }
  body.index .index-01__content04 {
    padding-right: calc(50% - 15.390625vw);
    margin-top: 13.4375vw;
  }
  body.index .index-02 {
    margin-top: 2.5vw;
  }
  body.index .index-02__content01 {
    max-width: 43.75vw;
    padding: 3.90625vw 4.6875vw;
    margin-left: calc(50% - 3.125vw);
  }
  body.index .index-02__content03 {
    padding-left: 27.1875vw;
    margin-top: 8.359375vw;
  }
  body.index .index-02__content03 .c-heading-h3 {
    margin-top: 0.3125vw;
    font-size: 1.953125vw;
  }
  body.index .index-02__content04 {
    top: 30.3125vw;
    left: calc(50% + 2.5vw);
    width: 32.421875vw;
    padding: 4.6875vw 0 3.90625vw;
  }
  body.index .index-03 {
    margin-top: 11.25vw;
  }
  body.index .index-03__content01 {
    height: 22.65625vw;
    padding-left: calc(50% + 6.015625vw);
  }
  body.index .index-03__content02 {
    top: 8.59375vw;
    left: calc(50% - 3.515625vw);
  }
  body.index .index-03__content03 {
    padding-left: 15.46875vw;
    margin-top: 7.8125vw;
  }
  body.index .index-03__content04 {
    top: 33.203125vw;
    left: calc(50% + 10.15625vw);
  }
  body.index .index-03__content04-buttons {
    right: -5.46875vw;
  }
  body.index .index-03__content05 {
    top: 44.921875vw;
    left: calc(50% - 5.46875vw);
    width: 24.21875vw;
  }
  body.index .index-03__content06 {
    height: 19.53125vw;
    padding-left: calc(50% + 8.28125vw);
    margin-top: 4.140625vw;
  }
  body.index .index-03__content06 .c-list-dot {
    gap: 0 2.5vw;
  }
  body.index .index-03__content06 .c-button {
    margin-top: 0.625vw;
  }
  body.index .index-04 {
    margin-top: 8.75vw;
  }
  body.index .index-04__decor.--01 {
    top: -24.21875vw;
    right: calc(50% + 37.5vw);
  }
  body.index .index-04__decor.--02 {
    bottom: 41.328125vw;
    left: calc(50% + 34.765625vw);
  }
  body.index .index-04__content01 {
    padding-left: calc(50% + 17.421875vw);
  }
  body.index .index-04__content02 {
    padding-left: calc(50% + 17.421875vw);
    margin-top: 10vw;
  }
  body.index .index-04__content03 {
    top: 0.9375vw;
    left: calc(50% - 1.5625vw);
  }
  body.index .index-04__content04 {
    padding-left: 50%;
    margin-top: 6.796875vw;
  }
  body.index .index-04__content05 {
    top: 2.109375vw;
    right: calc(50% + 6.640625vw);
    height: 35.9375vw;
  }
  body.index .index-04__content06 {
    padding-left: calc(50% - 21.5625vw);
    margin-top: 24.21875vw;
  }
  body.index .index-04__content07 {
    width: 28.125vw;
    margin-top: -3.90625vw;
    margin-right: 28.125vw;
  }
  body.index .index-04__content08 {
    width: 28.125vw;
    margin-top: 14.375vw;
    margin-right: 28.125vw;
  }
  body.index .index-04__content09 {
    margin-top: 18.75vw;
    margin-left: calc(50% - 9.375vw);
  }
  body.index .index-04__content10 {
    bottom: -2.5vw;
    left: 19.375vw;
  }
  body.index .index-05 {
    margin-top: 10.9375vw;
  }
  body.index .index-05__decor.--01 {
    bottom: 69.53125vw;
    left: calc(50% + 32.8125vw);
  }
  body.index .index-05__decor.--02 {
    right: calc(50% + 35.9375vw);
    bottom: 1.5625vw;
  }
  body.index .index-05__content01 {
    margin-left: calc(50% - 5.46875vw);
  }
  body.index .index-05__content02 {
    top: 23.828125vw;
  }
  body.index .index-05__content03 {
    top: 34.84375vw;
    right: calc(50% + 11.71875vw);
  }
  body.index .index-05__content04 {
    top: 22.65625vw;
    left: calc(50% + 17.65625vw);
  }
  body.index .index-05__content05 {
    width: 54.6875vw;
    margin-top: 40.9375vw;
    margin-left: 10.546875vw;
  }
  body.index .index-05__content05-item02 {
    top: 8.359375vw;
    right: 1.71875vw;
  }
  body.index .index-05__content05-item03 {
    top: 9.53125vw;
    left: 2.34375vw;
  }
  body.index .index-05__content06 {
    width: 60vw;
    margin: 29.84375vw auto 0;
  }
  body.index .index-05__content06-list {
    gap: 7.65625vw 2.5vw;
    margin-bottom: 2.5vw;
  }
  body.index .index-05__content06 .c-text--sm {
    font-size: 1.09375vw;
  }
  body.index .index-06 {
    margin-top: 10.546875vw;
  }
  body.index .index-06__content:nth-child(2) {
    margin-top: 7.5vw;
  }
  body.index .index-06__content:nth-child(3) {
    margin-top: 8.4375vw;
  }
  body.index .index-06__buttons {
    margin-top: 1.5625vw;
  }
  body.index .index-06__decor {
    width: 21.875vw;
  }
  body.index .index-06__decor.--01 {
    top: -3.125vw;
    left: calc(50% + 38.671875vw);
  }
  body.index .index-06__decor.--02 {
    top: 49.21875vw;
    right: calc(50% + 19.84375vw);
  }
  body.index .index-06__decor.--03 {
    bottom: 9.375vw;
    left: calc(50% + 11.71875vw);
  }
}
@media only screen and (max-width: 767px) {
  body.index::before {
    top: 68vw;
    width: 100vw;
    height: 1909.3333333333vw;
    background-image: url("../images/index/bg_sp.png");
  }
  body.index .index-01 {
    margin-top: 33.6vw;
  }
  body.index .index-01__decor {
    display: none;
  }
  body.index .index-01__content01 {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  body.index .index-01__content02 {
    position: relative;
    top: inherit;
    left: inherit;
    padding-left: calc(50% - 17.8666666667vw);
    margin-top: 40vw;
  }
  body.index .index-01__content03 {
    position: relative;
    top: inherit;
    left: inherit;
    padding-left: calc(50% - 17.8666666667vw);
    margin-top: 28.2666666667vw;
  }
  body.index .index-01__content04 {
    position: relative;
    top: inherit;
    left: inherit;
    align-items: flex-start;
    padding-right: 0;
    padding-left: calc(50% - 17.8666666667vw);
    margin-top: 24.8vw;
  }
  body.index .index-02 {
    margin-top: 26.6666666667vw;
  }
  body.index .index-02__content01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 0;
    margin-left: 0;
  }
  body.index .index-02__content01 .c-list-dot {
    width: 74.6666666667vw;
  }
  body.index .index-02__content03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-top: 101.3333333333vw;
  }
  body.index .index-02__content03 .c-heading-h3 {
    margin-top: 0.5333333333vw;
    font-size: 5.3333333333vw;
  }
  body.index .index-02__content04 {
    position: relative;
    top: inherit;
    left: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-top: 22.9333333333vw;
  }
  body.index .index-03 {
    margin-top: 52vw;
  }
  body.index .index-03__content01 {
    height: auto;
    padding-left: 14.9333333333vw;
  }
  body.index .index-03__content02 {
    position: relative;
    top: inherit;
    left: inherit;
    padding-left: 26.6666666667vw;
    margin-top: 32vw;
  }
  body.index .index-03__content03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-top: 78.6666666667vw;
  }
  body.index .index-03__content04 {
    position: relative;
    top: inherit;
    left: inherit;
    padding-left: 26.6666666667vw;
    margin-top: 35.7333333333vw;
  }
  body.index .index-03__content04-buttons {
    position: relative;
    right: initial;
  }
  body.index .index-03__content05 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding-left: 26.6666666667vw;
    margin-top: 30.1333333333vw;
  }
  body.index .index-03__content06 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-left: 0;
    margin-top: 17.6vw;
  }
  body.index .index-03__content06 .c-list-dot {
    gap: 0 4.2666666667vw;
  }
  body.index .index-03__content06 .c-button {
    margin-top: 1.0666666667vw;
  }
  body.index .index-04 {
    margin-top: 34.1333333333vw;
  }
  body.index .index-04__decor {
    display: none;
  }
  body.index .index-04__content01 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding-left: 26.6666666667vw;
  }
  body.index .index-04__content02 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding-left: 26.6666666667vw;
    margin-top: 25.6vw;
  }
  body.index .index-04__content03 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding-left: 26.6666666667vw;
    margin-top: 28.8vw;
  }
  body.index .index-04__content04 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding-left: 26.6666666667vw;
    margin-top: 38.9333333333vw;
  }
  body.index .index-04__content05 {
    position: relative;
    top: inherit;
    right: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 43.7333333333vw;
  }
  body.index .index-04__content06 {
    position: relative;
    top: inherit;
    left: inherit;
    align-items: flex-start;
    width: 100%;
    padding-left: 26.6666666667vw;
    margin-top: 42.6666666667vw;
  }
  body.index .index-04__content07 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 16vw;
    margin-right: inherit;
  }
  body.index .index-04__content08 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 38.4vw;
    margin-right: inherit;
  }
  body.index .index-04__content09 {
    margin-top: 38.6666666667vw;
    margin-left: 5.3333333333vw;
  }
  body.index .index-04__content10 {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 6.6666666667vw;
    margin-left: 33.0666666667vw;
  }
  body.index .index-05 {
    margin-top: 30.9333333333vw;
  }
  body.index .index-05__decor {
    display: none;
  }
  body.index .index-05__content01 {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  body.index .index-05__content01 .c-text {
    width: 58.6666666667vw;
    text-align: left;
  }
  body.index .index-05__content02 {
    position: relative;
    top: inherit;
    right: inherit;
    align-items: flex-start;
    width: 100%;
    padding-left: 26.6666666667vw;
    margin-top: 35.7333333333vw;
  }
  body.index .index-05__content03 {
    position: relative;
    top: inherit;
    right: inherit;
    align-items: flex-start;
    width: 100%;
    padding-left: 26.6666666667vw;
    margin-top: 36.2666666667vw;
  }
  body.index .index-05__content04 {
    position: relative;
    top: inherit;
    left: inherit;
    display: flex;
    flex-direction: column;
    margin-top: 26.6666666667vw;
    margin-left: 0;
  }
  body.index .index-05__content05 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 110.4vw;
    margin-left: inherit;
  }
  body.index .index-05__content05-item02 {
    position: relative;
    top: inherit;
    right: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 21.3333333333vw;
  }
  body.index .index-05__content05-item03 {
    position: relative;
    top: inherit;
    left: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 8.5333333333vw;
  }
  body.index .index-05__content06 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 78.9333333333vw 0 0;
  }
  body.index .index-05__content06-list {
    flex-direction: column;
    gap: 0;
    margin-bottom: 6.4vw;
  }
  body.index .index-05__content06-item:nth-child(2) {
    margin-top: 18.6666666667vw;
  }
  body.index .index-05__content06-item:nth-child(3) {
    margin-top: 18.6666666667vw;
  }
  body.index .index-05__content06 .c-text--sm {
    font-size: 2.6666666667vw;
  }
  body.index .index-06 {
    margin-top: 33.0666666667vw;
  }
  body.index .index-06__content:nth-child(2) {
    margin-top: 21.3333333333vw;
  }
  body.index .index-06__content:nth-child(3) {
    margin-top: 8.5333333333vw;
  }
  body.index .index-06__content .c-text {
    margin-top: 0;
  }
  body.index .index-06__content .c-text.--02 {
    margin-top: 4.2666666667vw;
  }
  body.index .index-06__buttons {
    margin-top: 2.1333333333vw;
  }
  body.index .index-06__decor {
    width: 56vw;
  }
  body.index .index-06__decor.--01 {
    top: -37.3333333333vw;
    right: 60.2666666667vw;
    left: inherit;
  }
  body.index .index-06__decor.--02 {
    top: 62.9333333333vw;
    right: inherit;
    left: 68.2666666667vw;
  }
  body.index .index-06__decor.--03 {
    right: 61.8666666667vw;
    bottom: -32vw;
    left: inherit;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-flex-column {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.u-flex-column.--left {
  align-items: flex-start;
  justify-content: flex-start;
}
.u-flex-column.--right {
  align-items: flex-end;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}