@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Aboreto&family=Zen+Kaku+Gothic+New:wght@400;500&family=Shippori+Mincho+B1:wght@500;600;700&display=swap';
/*! 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 Kaku Gothic New", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  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: #333;
  -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: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: transparent linear-gradient(90deg, #ccf4b2 0%, #c7b2ff 100%) 0% 0% no-repeat padding-box;
  -webkit-backdrop-filter: blur(3.125rem);
          backdrop-filter: blur(3.125rem);
}
.l-header__inner {
  padding: 0 1.625rem 0 1.25rem;
}
.l-header__container {
  display: flex;
  align-items: center;
  min-height: 3.8125rem;
}
.l-header__menu {
  margin-left: auto;
}
.l-header__nav-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: baseline;
  font-size: 1rem;
  font-weight: 500;
  color: #6c4ebe;
}
.l-header__nav-link::after {
  display: inline-block;
  flex-shrink: 0;
  align-self: stretch;
  width: 0.375rem;
  margin-top: 2px;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.246' height='14.781' viewBox='0 0 7.246 14.781'%3E%3Cpath id='Path_14' data-name='Path 14' d='M270.008,25.959l6,7-6,7' transform='translate(-269.552 -25.568)' fill='none' stroke='%236c4ebe' stroke-width='1.2'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.246' height='14.781' viewBox='0 0 7.246 14.781'%3E%3Cpath id='Path_14' data-name='Path 14' d='M270.008,25.959l6,7-6,7' transform='translate(-269.552 -25.568)' fill='none' stroke='%236c4ebe' stroke-width='1.2'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header__nav-link:hover {
  transition: 0.3s;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .l-header__container {
    min-height: 3rem;
  }
  .l-header__inner {
    padding: 0 1rem 0 0.75rem;
  }
  .l-header__logo {
    max-width: 9.9375rem;
  }
  .l-header__nav-link::after {
    align-self: stretch;
    width: 0.25rem;
    aspect-ratio: unset;
  }
  .l-header__nav-link img {
    width: 7.9375rem;
  }
}
/* footer */
.l-footer {
  padding: 6.25rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: center;
  background-color: #fcfcfc;
}
.l-footer__jp-01 {
  display: block;
}
.l-footer__ja-02 {
  display: block;
  margin-top: 2.5rem;
}
.l-footer__address {
  margin-top: 0.5rem;
}
.l-footer__address span {
  display: inline-block;
  margin-right: 0.5rem;
}
.l-footer__phone {
  margin-top: 0.5rem;
}
.l-footer__phone span {
  display: inline-block;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 6.125rem;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .l-footer__address {
    padding-right: 1.0625rem;
  }
  .l-footer__phone {
    font-size: 1rem;
  }
}
/* main */
.l-inner {
  width: 59rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.875rem;
  }
}
/* margin */
/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0 2rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #6c4ebe;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button.--purple {
  color: #fcfcfc;
  background-color: #6c4ebe;
}
.c-button.--linear {
  color: #6c4ebe;
  background: transparent linear-gradient(90deg, #ccf4b2 0%, #c7b2ff 100%) 0% 0% no-repeat padding-box;
}
.c-button::after {
  width: 0.375rem;
  aspect-ratio: 1/2;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.061' height='12.707' viewBox='0 0 7.061 12.707'%3E%3Cpath id='Path_21' data-name='Path 21' d='M219-122.077l6,6-6,6' transform='translate(-218.646 122.431)' fill='none' stroke='%236c4ebe' stroke-width='1'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.061' height='12.707' viewBox='0 0 7.061 12.707'%3E%3Cpath id='Path_21' data-name='Path 21' d='M219-122.077l6,6-6,6' transform='translate(-218.646 122.431)' fill='none' stroke='%236c4ebe' stroke-width='1'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-button.--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-button.--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-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}

.c-heading {
  text-align: center;
}
.c-heading__en {
  display: block;
  font-family: "Aboreto", system-ui;
  font-size: 1rem;
  line-height: 1.1875;
  color: #9bd974;
  letter-spacing: 0.2em;
}
.c-heading__en.--purple {
  color: #6c4ebe;
}
.c-heading__jp {
  display: block;
  margin-top: 0.625rem;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fcfcfc;
  letter-spacing: 0.05em;
}
.c-heading__jp.--purple {
  color: #6c4ebe;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
/* project */
.p-accordion__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  padding: 1rem 1.875rem;
  overflow: hidden;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.67;
  color: #6c4ebe;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fcfcfc;
  border-radius: 1rem;
}
.p-accordion__button.is-active .p-accordion__button-icon::after {
  transform: rotate(0deg);
}
.p-accordion__button-icon {
  position: absolute;
  top: 0;
  right: 1.875rem;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
}
.p-accordion__button-icon::before, .p-accordion__button-icon::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background-color: #6c4ebe;
  transition: transform 0.3s linear;
}
.p-accordion__button-icon::after {
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .p-accordion__button {
    min-height: 2.9375rem;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.625rem;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #9375d5;
}
.p-mainvisual__bg {
  position: relative;
  max-width: 100%;
  aspect-ratio: 1366/809;
}
.p-mainvisual__bg-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 117.7159590044%;
  aspect-ratio: 1608/910;
  overflow: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
}
.p-mainvisual__bg-box img {
  width: 87.0646766169%;
  max-width: unset;
  margin-bottom: -4.3%;
}
.p-mainvisual__banner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 40.1903367496%;
}
.p-mainvisual__text {
  position: absolute;
  right: 3.7%;
  bottom: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 13.0625rem;
  min-height: 10.3125rem;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #fcfcfc;
  text-align: center;
  background: #6c4ebe;
  border-radius: 50%;
}
.p-mainvisual__text-01 {
  font-size: 1.125rem;
  line-height: 1.55;
}
.p-mainvisual__text-02 {
  margin-top: 0.375rem;
  font-size: 1.625rem;
  line-height: 1.42;
  letter-spacing: -0.05em;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-mainvisual {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainvisual__bg {
    max-width: 100%;
    max-height: 700px;
    aspect-ratio: 375/460;
    margin-top: 4.3125rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-mainvisual__bg-box {
    width: 177.0666666667%;
    aspect-ratio: 664/460;
  }
  .p-mainvisual__bg-box img {
    width: 108%;
    margin-bottom: -2.8%;
    margin-left: -17%;
  }
  .p-mainvisual__text {
    right: 5%;
    bottom: 0.1%;
    width: 8rem;
    min-height: 6.25rem;
    padding-bottom: 0.25rem;
  }
  .p-mainvisual__text-01 {
    font-size: 0.75rem;
  }
  .p-mainvisual__text-02 {
    margin-top: 0.0625rem;
    font-size: 1rem;
  }
  .p-mainvisual__banner {
    width: 17.25rem;
    max-width: unset;
  }
}
/* pages */
body.index .index-about {
  padding-top: 1.5rem;
  background-color: #9375d5;
}
body.index .index-about__inner {
  max-width: 81.625rem;
  padding: 0 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
body.index .index-about__container {
  display: flex;
  gap: min(2.7187765506%, 2rem);
  align-items: flex-end;
  max-width: calc(50% + 34rem);
  margin-left: auto;
}
body.index .index-about__content {
  flex-shrink: 0;
  width: 53.950722175%;
  padding-bottom: 3rem;
  color: #fcfcfc;
}
body.index .index-about__head-sub {
  display: block;
  font-family: "Aboreto", system-ui;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.136;
  letter-spacing: 0.2em;
}
body.index .index-about__head-main {
  display: block;
  margin-top: 0.9375rem;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
}
body.index .index-about__desc {
  margin-top: 1.5625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .index-about__desc .u-hidden-sp {
    display: none;
  }
}
body.index .index-about__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
body.index .index-about__text + .index-about__text {
  margin-top: 1.25rem;
}
body.index .index-about__logo {
  display: block;
  margin-top: 1.375rem;
}
body.index .index-about__img {
  flex-grow: 1;
  margin-bottom: -3rem;
  overflow: hidden;
}
body.index .index-about__img-item {
  display: block;
  max-width: 82.5490196078%;
  overflow: hidden;
  border-radius: 0.625rem;
}
body.index .index-about__img-item + .index-about__img-item {
  margin-top: 1.875rem;
}
body.index .index-about__img-item:nth-child(2n) {
  margin-left: auto;
}
body.index .index-about__img-item img {
  width: 100%;
}
body.index .index-campaign {
  padding: 8.25rem 0 7.8125rem;
  overflow: hidden;
  background-color: #6c4ebe;
}
body.index .index-campaign__main {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 55.125rem;
  padding: 0 6.25rem;
  margin: 0 auto;
}
body.index .index-campaign__main::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 55.125rem;
  min-width: 100%;
  height: 100%;
  content: "";
  background-color: #fcfcfc;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 3.125rem rgba(87, 57, 159, 0.2);
  transform: translateX(-50%);
}
body.index .index-campaign__over-wrap {
  position: absolute;
  inset: -3.0625rem -3.125rem 0 -4.875rem;
}
body.index .index-campaign__over {
  position: absolute;
}
body.index .index-campaign__over.--01 {
  top: 0;
  right: 54.6%;
  max-width: 21%;
}
body.index .index-campaign__over.--02 {
  bottom: 1.1875rem;
  left: 69.5%;
  max-width: 10%;
}
body.index .index-campaign__over-box {
  position: absolute;
}
body.index .index-campaign__over-box.--01 {
  top: 15%;
  left: -1.125rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  width: 32.8%;
}
body.index .index-campaign__over-box.--02 {
  top: 13%;
  right: -1.5625rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  width: 30.2%;
}
body.index .index-campaign__over-box-img.--01 {
  display: block;
  max-width: 44%;
  margin-top: -25%;
  margin-left: auto;
}
body.index .index-campaign__over-box-img.--02 {
  display: block;
  max-width: 46%;
  margin-top: -22%;
}
body.index .index-campaign__over-text {
  position: relative;
}
body.index .index-campaign__over-text span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #6c4ebe;
  text-align: center;
}
body.index .index-campaign__over-text.--01 span {
  bottom: 7%;
}
body.index .index-campaign__over-text.--02 {
  margin-left: auto;
}
body.index .index-campaign__over-text.--02 span {
  bottom: 19%;
  left: 5%;
}
body.index .index-campaign__over-text.--03 {
  position: absolute;
  right: 74%;
  bottom: 13%;
}
body.index .index-campaign__over-text.--03 span {
  bottom: 9%;
  font-size: 0.8125rem;
  line-height: 1.384;
}
body.index .index-campaign__over-text.--04 {
  position: absolute;
  bottom: 15.6%;
  left: 77.6%;
}
body.index .index-campaign__over-text.--04 span {
  bottom: 6%;
  font-size: 0.8125rem;
  line-height: 1.384;
}
body.index .index-campaign__content {
  width: 31.5rem;
  max-width: 100%;
  padding: 1.875rem 0 3.5625rem;
  margin: 0 auto;
  text-align: center;
}
body.index .index-campaign__logo-ins {
  display: block;
}
body.index .index-campaign__title-01 {
  margin-top: 1.5rem;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.45;
  color: #6c4ebe;
  letter-spacing: 0.05em;
}
body.index .index-campaign__title-02 {
  margin-top: 0.5rem;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.125;
  color: #6c4ebe;
}
body.index .index-campaign__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.375rem;
}
body.index .index-campaign__time-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1.875rem 0.25rem;
  margin-bottom: -0.625rem;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 0.375rem) 50%, 100% 100%, 0 100%, 0.375rem 50%);
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.47;
  color: #6c4ebe;
  background-color: #6c4ebe;
}
body.index .index-campaign__time-label::before {
  position: absolute;
  inset: 0.0625rem;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 0.375rem) 50%, 100% 100%, 0 100%, 0.375rem 50%);
  content: "";
  background: #fcfcfc;
}
body.index .index-campaign__time-date {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
  align-items: baseline;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.625rem 3.125rem;
  margin-right: auto;
  margin-left: auto;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 0.625rem) 50%, 100% 100%, 0 100%, 0.625rem 50%);
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #fcfcfc;
  background-color: #9375d5;
}
body.index .index-campaign__time-date-num {
  font-size: 1.25rem;
  line-height: 1.45;
}
body.index .index-campaign__time-date-num:first-child {
  letter-spacing: 0.05em;
}
body.index .index-campaign__time-date-text {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
body.index .index-campaign__desc {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #6c4ebe;
}
body.index .index-campaign__button {
  margin-top: 1.875rem;
}
body.index .index-pione {
  padding: 6.5rem 0;
  background: transparent linear-gradient(330deg, #ccf4b2 0%, #c7b2ff 100%) 0% 0% no-repeat padding-box;
}
body.index .index-pione__desc {
  max-width: 45rem;
  margin: 4rem auto 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #6c4ebe;
}
body.index .index-pione__card {
  display: flex;
  gap: min(4.505229284%, 3.5rem);
  align-items: center;
  margin-top: 6.5rem;
  margin-right: auto;
}
body.index .index-pione__card.--reverse {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}
body.index .index-pione__card.--02 .index-pione__card-cont {
  margin-bottom: 2rem;
}
body.index .index-pione__card-img {
  flex-shrink: 0;
  width: calc(50% + 1.5rem);
}
body.index .index-pione__card-img img {
  width: 100%;
}
body.index .index-pione__card-cont {
  flex-grow: 1;
  max-width: 30.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
body.index .index-pione__card-cont.--lg {
  max-width: 31.25rem;
}
body.index .index-pione__card-point {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
  font-family: "Aboreto", system-ui;
  color: #6c4ebe;
}
body.index .index-pione__card-point::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.9375rem;
  height: 0.0625rem;
  content: "";
  background-color: #9375d5;
}
body.index .index-pione__card-title {
  margin-top: 1.125rem;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.458;
  color: #6c4ebe;
}
body.index .index-pione__card-text {
  margin-top: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  color: #6c4ebe;
}
body.index .index-pione__card-point-text {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1875;
}
body.index .index-pione__card-point-num {
  display: inline-block;
  margin-left: -0.25rem;
  font-size: 4.0625rem;
  line-height: 1.046;
}
body.index .index-feature {
  padding: 2.5rem 0 2.375rem;
  overflow: hidden;
  background-color: #6c4ebe;
}
body.index .index-feature__inner {
  display: flex;
  align-items: flex-start;
}
body.index .index-feature__banner {
  flex-shrink: 0;
  align-self: stretch;
  width: 50%;
  padding-right: min(6.149341142%, 5.25rem);
}
body.index .index-feature__banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  max-height: 72.3125rem;
  aspect-ratio: 599/1157;
  overflow: hidden;
}
body.index .index-feature__banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 179.9666110184%;
  overflow: hidden;
  border-radius: 50%;
}
body.index .index-feature__banner-img img {
  position: absolute;
  right: -35.0649350649%;
  bottom: -6.0501296456%;
  width: 100%;
  min-width: 125rem;
  max-width: unset;
  height: 115.6439066551%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.index .index-feature__banner-text {
  margin-top: 1.6875rem;
  font-family: "Aboreto", system-ui;
  font-size: 12.25rem;
  font-weight: 400;
  line-height: 0.7;
  color: #58399f;
  writing-mode: vertical-lr;
}
body.index .index-feature__main {
  display: flex;
  flex-grow: 1;
  gap: 1.9375rem;
  max-width: 36.25rem;
  padding-right: 1.25rem;
  padding-left: min(0.5231689088%, 0.4375rem);
  margin-top: 1.875rem;
}
body.index .index-feature__head {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  margin-top: 0.375rem;
}
body.index .index-feature__head-en {
  margin-top: 0.75rem;
  font-family: "Aboreto", system-ui;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875;
  color: #9bd974;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
}
body.index .index-feature__item {
  color: #fcfcfc;
}
body.index .index-feature__item + .index-feature__item {
  margin-top: 2.75rem;
}
body.index .index-feature__item-no {
  font-family: "Aboreto", system-ui;
  font-size: 4.0625rem;
  font-weight: 400;
  line-height: 1.23;
}
body.index .index-feature__item-title {
  margin-top: -0.1875rem;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
body.index .index-feature__item-desc {
  margin-top: 0.3125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
body.index .index-recipe {
  padding: 6.5rem 0;
  overflow: hidden;
}
body.index .index-recipe__slide {
  padding-right: 1.1875rem;
  padding-left: 1.1875rem;
  margin-top: 4.25rem;
}
body.index .index-recipe__slide .swiper {
  max-width: calc(var(--item-width) * 3 + 3rem);
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  --item-width: calc((100% - 4.5rem) / 4);
}
body.index .index-recipe__slide .swiper-pagination {
  position: static;
  margin-top: 4rem;
  font-size: 0;
  border-radius: 50%;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 0.875rem;
  --swiper-pagination-bullet-height: 0.75rem;
  --swiper-pagination-color: #6c4ebe;
  --swiper-pagination-bullet-inactive-color: transparent;
}
body.index .index-recipe__slide .swiper-pagination-bullet {
  border: 0.0625rem solid #6c4ebe;
}
body.index .index-recipe__card-img {
  display: block;
  overflow: hidden;
  border: 0.0625rem solid #6c4ebe;
  border-radius: 0.5rem;
}
body.index .index-recipe__card-img img {
  width: 100%;
}
body.index .index-recipe__card-cat {
  display: inline-flex;
  min-height: 1.5625rem;
  padding: 0.1875rem 1rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  color: #6c4ebe;
  border: 0.0625rem solid #6c4ebe;
  border-radius: 2.25rem;
}
body.index .index-recipe__card-text {
  padding: 0 0.5rem 0 0.875rem;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #6c4ebe;
}
body.index .index-recipe__card-button {
  margin-top: 0.875rem;
  text-align: center;
}
body.index .index-trivia {
  padding: 6.5rem 0;
  background-color: #58399f;
}
body.index .index-trivia__card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.5rem 1.875rem;
}
body.index .index-trivia__card-cont {
  flex-shrink: 0;
  width: 59.8341232227%;
  font-weight: 400;
  line-height: 1.75;
  color: #fcfcfc;
}
body.index .index-trivia__card-img {
  display: block;
  flex-grow: 1;
  overflow: hidden;
  border-radius: 0.5rem;
}
body.index .index-trivia__card-img img {
  width: 100%;
}
body.index .index-trivia__qa {
  margin-top: 4.25rem;
}
body.index .index-trivia__qa .p-accordion + .p-accordion {
  margin-top: 1rem;
}
body.index .index-okayama {
  position: relative;
  padding: 6.0625rem 0 6rem;
}
body.index .index-okayama__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
body.index .index-okayama__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.index .index-okayama__bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(88, 57, 159, 0.6);
}
body.index .index-okayama__title {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fcfcfc;
  text-align: center;
  letter-spacing: 0.05em;
}
body.index .index-okayama__desc {
  max-width: 34.5rem;
  margin: 3.5rem auto 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #fcfcfc;
}
body.index .index-okayama__button {
  margin-top: 4rem;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  body.index .index-about__container {
    display: block;
    max-width: unset;
    margin-left: 0;
  }
  body.index .index-about__inner {
    padding: 0 1.875rem;
  }
  body.index .index-about__content {
    width: 100%;
    padding-bottom: 0;
  }
  body.index .index-about__logo {
    text-align: center;
  }
  body.index .index-about__img {
    margin: 2.5rem -1.875rem -2.8125rem;
  }
  body.index .index-about__img-item {
    max-width: 60%;
    margin-left: -0.625rem;
  }
  body.index .index-about__img-item:nth-child(2n) {
    margin-right: -0.625rem;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .index-recipe__slide {
    padding-right: 8%;
    padding-left: 8%;
  }
  body.index .index-recipe__slide .swiper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.index .index-about {
    padding-top: 2.3125rem;
  }
  body.index .index-about__head-sub {
    font-size: 1.125rem;
  }
  body.index .index-about__head-main {
    margin-top: 0.625rem;
    font-size: 1.5rem;
    line-height: 1.66;
  }
  body.index .index-about__text {
    font-size: 0.875rem;
    line-height: 1.857;
  }
  body.index .index-about__text + .index-about__text {
    margin-top: 1.125rem;
  }
  body.index .index-about__desc {
    margin-top: 1.6875rem;
  }
  body.index .index-about__logo {
    margin-top: 2.25rem;
  }
  body.index .index-about__img-item {
    max-width: calc(89.0666666667% + 0.625rem);
  }
  body.index .index-campaign {
    padding-top: 8.375rem;
    padding-bottom: 10rem;
  }
  body.index .index-campaign .l-inner {
    padding: 0 1.40625rem;
  }
  body.index .index-campaign__main {
    width: auto;
    padding: 0;
  }
  body.index .index-campaign__main::before {
    width: 62.9375rem;
  }
  body.index .index-campaign__over-wrap {
    top: -2.375rem;
    bottom: -7.9375rem;
    z-index: -1;
  }
  body.index .index-campaign__over.--01 {
    right: 53%;
    max-width: 8.8125rem;
  }
  body.index .index-campaign__over.--02 {
    bottom: 9.3125rem;
    left: 60.4%;
    max-width: 4.1875rem;
  }
  body.index .index-campaign__over-text.--01 {
    width: 12.375rem;
  }
  body.index .index-campaign__over-text.--02 {
    max-width: 12.125rem;
  }
  body.index .index-campaign__over-text.--03 {
    display: none;
  }
  body.index .index-campaign__over-text.--04 {
    display: none;
  }
  body.index .index-campaign__over-text span {
    font-size: 0.75rem;
    line-height: 1.33;
  }
  body.index .index-campaign__over-box.--01 {
    top: unset;
    right: calc(50% - 84px);
    bottom: 0;
    left: auto;
    width: 14.625rem;
  }
  body.index .index-campaign__over-box.--02 {
    top: -1.875rem;
    left: 60%;
    width: 12.125rem;
  }
  body.index .index-campaign__over-box-img.--01 {
    margin-top: -23%;
  }
  body.index .index-campaign__over-box-img.--01 img {
    width: 6.375rem;
  }
  body.index .index-campaign__over-box-img.--02 {
    width: 5.5rem;
    margin-left: 9%;
  }
  body.index .index-campaign__content {
    padding-top: 3.4375rem;
    padding-bottom: 7.125rem;
  }
  body.index .index-campaign__title-02 {
    margin-top: 0.1875rem;
    margin-right: -0.0625rem;
    margin-left: -0.0625rem;
    font-size: 2rem;
    line-height: 1.25;
  }
  body.index .index-campaign__time {
    margin-top: 1.1875rem;
  }
  body.index .index-campaign__desc {
    margin-top: 1.75rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
  }
  body.index .index-campaign__button {
    margin-top: 1.75rem;
  }
  body.index .index-pione {
    padding: 3.75rem 0 3.5rem;
    background: transparent linear-gradient(352deg, #ccf4b2 0%, #c7b2ff 100%) 0% 0% no-repeat padding-box;
  }
  body.index .index-pione .c-heading {
    padding-right: 0.5rem;
  }
  body.index .index-pione__desc {
    margin-top: 2.625rem;
    font-size: 0.875rem;
    line-height: 1.857;
  }
  body.index .index-pione__card {
    display: block;
    margin-top: 3.5rem;
  }
  body.index .index-pione__card-img {
    display: block;
    width: 100%;
  }
  body.index .index-pione__card-cont {
    width: 100%;
    max-width: unset !important;
    padding: 0 1.875rem;
    margin-top: 2.1875rem;
  }
  body.index .index-pione__card-point {
    padding-top: 0;
    padding-bottom: 0.875rem;
  }
  body.index .index-pione__card-title {
    margin-top: 0.9375rem;
    font-size: 1.375rem;
  }
  body.index .index-pione__card-text {
    font-size: 0.875rem;
    line-height: 1.857;
  }
  body.index .index-feature {
    padding-top: 1.9375rem;
    padding-bottom: 3.5625rem;
  }
  body.index .index-feature__inner {
    position: relative;
    z-index: 1;
    display: block;
  }
  body.index .index-feature__banner {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    padding-right: 0;
  }
  body.index .index-feature__banner-text {
    display: block;
    margin-top: 17.0625rem;
    margin-left: auto;
    font-size: 7.0625rem;
  }
  body.index .index-feature__banner-img {
    top: 1.5rem;
    right: -21%;
    bottom: 0;
    width: 248.2666666667%;
  }
  body.index .index-feature__banner-img img {
    right: 7.8%;
    bottom: -6%;
    min-width: unset;
    height: 116.4%;
  }
  body.index .index-feature__banner-inner {
    height: calc(100% + 0.25rem);
    aspect-ratio: unset;
  }
  body.index .index-feature__main {
    gap: 1.4375rem;
    max-width: unset;
    padding-right: 0.875rem;
    padding-left: 1.875rem;
    margin-top: 0;
  }
  body.index .index-feature__item:not(:first-child) .index-feature__item-no {
    font-size: 3.125rem;
  }
  body.index .index-feature__item + .index-feature__item {
    margin-top: 2.625rem;
  }
  body.index .index-feature__item-no {
    font-size: 3.4375rem;
  }
  body.index .index-feature__item-title {
    font-size: 1.375rem;
  }
  body.index .index-feature__item-desc {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  body.index .index-feature__head {
    margin-top: 0;
  }
  body.index .index-recipe {
    padding: 3.75rem 0;
  }
  body.index .index-recipe__slide {
    padding-right: 2rem;
    padding-left: 1.8125rem;
    margin-top: 2.6875rem;
  }
  body.index .index-recipe__slide .swiper-pagination {
    margin-top: 2.5rem;
  }
  body.index .index-recipe__slide .swiper {
    max-width: 100%;
  }
  body.index .index-trivia {
    padding: 3.75rem 0;
  }
  body.index .index-trivia__qa {
    margin-top: 2.75rem;
  }
  body.index .index-trivia__qa .p-accordion + .p-accordion {
    margin-top: 1.5rem;
  }
  body.index .index-trivia__card {
    display: block;
    padding: 0.875rem 1.0625rem 1rem 1rem;
  }
  body.index .index-trivia__card-cont {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.857;
  }
  body.index .index-trivia__card-img {
    margin-top: 0.75rem;
  }
  body.index .index-okayama {
    padding: 2.625rem 0;
  }
  body.index .index-okayama__desc {
    margin-top: 0.9375rem;
  }
  body.index .index-okayama__button {
    margin-top: 1.5rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
@media all and (min-width: 768px), print {
  .u-link-tel {
    pointer-events: 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;
  }
}