@charset "UTF-8";
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
html {
  color: #382415;
  line-height: 1.75;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1360px) {
  html {
    font-size: 1.1764705882vw;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, button {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  cursor: pointer;
}

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6, blockquote, pre, dl, dd, ol, ul, figure, hr, fieldset, legend {
  margin: 0;
  padding: 0;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}
button::-ms-clear, button::-ms-reveal, input::-ms-clear, input::-ms-reveal {
  display: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}
button::-ms-expand, select::-ms-expand {
  display: none;
}
button:focus::-ms-value, select:focus::-ms-value {
  background-color: inherit;
  color: #515151;
}

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

/**
 * Add the correct display in IE 10. */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-track .slick-slide {
  height: inherit !important;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1.625rem;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #009FB9;
  border: none;
  text-indent: -9999px;
  z-index: 2;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 750px) {
  .slick-arrow {
    margin-top: -1.5rem;
  }
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon-next.png") no-repeat center center;
  background-size: contain;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-arrow.slick-prev {
  left: 0.9375rem;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 750px) {
  .slick-arrow.slick-prev {
    left: 0.75rem;
  }
}
.slick-arrow.slick-next {
  right: 0.9375rem;
}
@media (max-width: 750px) {
  .slick-arrow.slick-next {
    right: 0.75rem;
  }
}
@media (min-width: 751px) {
  .slick-arrow:hover {
    opacity: 0.7;
  }
}

.slick-dots {
  padding: 0;
  margin: 1.25rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  list-style: none;
  text-align: center;
}
@media (max-width: 750px) {
  .slick-dots {
    margin-top: 0.9375rem;
  }
}
.slick-dots li {
  position: relative;
  height: 0.375rem;
  width: 0.375rem;
  margin: 0 0.125rem;
  cursor: pointer;
}
.slick-dots li button {
  background-color: #D8D9DA;
  border: 0;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 0.25rem;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active {
  width: 1.5rem;
}
.slick-dots li.slick-active button {
  background-color: #40B8CC;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}
.fnt-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.fnt-zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}

.fnt-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-inter {
  font-family: "Inter", sans-serif;
}

.fnt-tiro-bangla {
  font-family: "Tiro Bangla", serif;
}

.shutokodeikou-shutokofutures * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shutokodeikou-shutokofutures a {
  color: inherit;
  text-decoration: none;
}

.main {
  overflow: hidden;
}

.inner {
  position: relative;
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .inner {
    width: auto;
  }
}

.wrap {
  position: relative;
  width: 60rem;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .wrap {
    width: auto;
    padding: 0 1.25rem;
  }
}

.header {
  position: relative;
}
.header__logo {
  position: fixed;
  top: 0;
  right: 0;
  width: 18.8970588235vw;
  z-index: 10;
}
@media (max-width: 750px) {
  .header__logo {
    width: 49.3333333333vw;
  }
}
.header__logo a {
  display: block;
}
@media (min-width: 751px) {
  .header__logo a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .header__logo a:hover {
    opacity: 0.8;
  }
}
.header .keyvisual {
  position: relative;
  text-align: center;
}
@media (max-width: 750px) {
  .header .keyvisual {
    overflow: hidden;
  }
}
.header .keyvisual__img {
  opacity: 0;
}
.header .keyvisual__logo {
  position: absolute;
  top: 50%;
  left: 50.6%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 44.2647058824%;
}
@media (max-width: 750px) {
  .header .keyvisual__logo {
    top: 60%;
    width: 23.3125rem;
  }
}
.header .keyvisual__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  border-radius: 3.125rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .header .keyvisual__video {
    padding: 4rem 0.625rem 0;
    border-radius: 0.875rem;
  }
}
.header .keyvisual__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.125rem;
}
@media (max-width: 750px) {
  .header .keyvisual__video video {
    border-radius: 0.875rem;
  }
}
.header .keyvisual__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 106%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 750px) {
  .header .keyvisual__video iframe {
    width: 222%;
  }
}

.footer {
  background: url(../img/footer_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 14.4375rem 0 10.125rem;
  margin-top: -8.0625rem;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: -1;
}
@media (max-width: 750px) {
  .footer {
    background-image: url(../img/footer_bg_sp.jpg);
    padding: 11.375rem 0 11.875rem;
    margin-top: -2.5rem;
  }
}
.footer .title {
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.22em;
  font-weight: bold;
  width: 60rem;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .footer .title {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.11em;
    width: auto;
    margin-inline: -1.125rem;
  }
}
.footer .text {
  margin-top: 2rem;
  text-shadow: 0 0 0.75rem #000000;
  font-size: 1.125rem;
  line-height: 3;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .footer .text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 2.8571428571;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.footer .is-detect-bg {
  position: absolute;
  top: 13.125rem;
  height: 1px;
  width: 10px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 750px) {
  .footer .is-detect-bg {
    top: 3.75rem;
  }
}

#ss-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}
#ss-header ul#headerlogo {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  #ss-header ul#headerlogo {
    border: 0;
  }
}
@media (max-width: 750px) {
  #ss-header ul#headerlogo li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#headerlogo {
  border: 0;
}

#ss-footer {
  height: auto;
  width: 100%;
}
@media (min-width: 751px) {
  #ss-footer ul#footerMenu {
    padding: 15px 0;
  }
}
@media (max-width: 750px) {
  #ss-footer ul#footerMenu {
    padding-top: 17px;
    padding-bottom: 1px;
  }
}
#ss-footer ul#footerMenu li a {
  letter-spacing: normal;
  line-height: 1;
}
@media (min-width: 751px) {
  #ss-footer ul#footerMenu li a {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 750px) {
  #ss-footer ul#footerMenu li {
    margin-bottom: 12px;
    padding: 0px 10px;
    display: inline-block;
    border: none;
    line-height: 1;
  }
}
#ss-footer p#copyright {
  text-align: center;
  background: #fff;
  letter-spacing: normal;
}
@media (min-width: 751px) {
  #ss-footer p#copyright {
    font-size: 10px;
    padding: 20px 0;
    line-height: 1;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 750px) {
  #ss-footer p#copyright {
    font-size: 10.5px;
    letter-spacing: -0.04em;
  }
}

@media (max-width: 750px) {
  #ss-header ul#headerlogo {
    border: 0;
    background-color: #fff;
  }
}
.shutokofutures-content {
  font-family: "M PLUS Rounded 1c", "Arial Rounded MT Bold", "Meiryo", sans-serif;
  color: #382415;
  font-weight: 500;
}
.shutokofutures-content p, .shutokofutures-content span, .shutokofutures-content a, .shutokofutures-content li {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

@media (min-width: 751px) {
  .hover-transition {
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .hover-transition:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    bottom: -0.3125rem;
  }
}

.btn-small {
  margin: 0 auto;
  width: 21.9375rem;
  height: 4.3125rem;
  border: 0.125rem solid #382415;
  border-radius: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750px) {
  .btn-small {
    width: 19.0625rem;
    height: 3.5625rem;
  }
}
.btn-small:before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 0.3125rem 0 rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0.3125rem 0 rgba(255, 255, 255, 0.5);
  border-radius: 3.875rem;
  width: 100%;
  height: 100%;
}
.btn-small:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 -0.1875rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -0.1875rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 3.875rem;
  width: 100%;
  height: 100%;
}
.btn-small span {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}
@media (max-width: 750px) {
  .btn-small span {
    font-size: 1.125rem;
  }
}
.btn-small.orange {
  background-color: #FDAC1D;
  color: #fff;
}
@media (hover: hover) {
  .btn-small.orange:hover {
    background-color: #F0A11A;
  }
}
.btn-small.green {
  background-color: #2AB485;
  color: #fff;
}
@media (hover: hover) {
  .btn-small.green:hover {
    background-color: #27A87D;
  }
}

.kv {
  padding: 4.875rem 0 6.875rem;
  width: 100%;
  height: 100dvh;
  background-color: #D5ECF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 750px) {
  .kv {
    padding-top: 5.4375rem;
    padding-bottom: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kv img {
  max-height: 100%;
  max-width: 42.5rem;
}
@media (min-width: 751px) {
  .kv img {
    max-height: 75dvh;
  }
}
@media (max-width: 750px) {
  .kv img {
    max-width: unset;
    width: auto;
    height: 24.5rem;
  }
}
.kv_img {
  opacity: 0;
}
@media (min-width: 751px) {
  .kv_img {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 750px) {
  .kv_img {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.kv_img.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.btn-floating {
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  opacity: 0;
}
@media (max-width: 750px) {
  .btn-floating {
    margin-top: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    bottom: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    width: 100%;
    gap: 0;
  }
}
@media (max-width: 750px) {
  .btn-floating .item {
    width: 22.1875rem;
    height: 4.1875rem;
  }
  .btn-floating .item + .item {
    margin-top: 1rem;
  }
}
.btn-floating .item a {
  color: #382415;
  font-weight: 800;
  position: relative;
  z-index: 0;
}
@media (min-width: 751px) {
  .btn-floating .item a:hover {
    text-decoration: none;
  }
}
@media (max-width: 750px) {
  .btn-floating .item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
  }
}
.btn-floating .item .tooltip {
  margin: 0 auto;
  padding: 0.625rem 1.25rem;
  border: 0.125rem solid #382415;
  border-radius: 0.5rem 0.5rem 0 0.5rem;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.5rem;
  z-index: 9;
  -webkit-box-shadow: inset 0 -0.25rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 -0.25rem 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 750px) {
  .btn-floating .item .tooltip {
    font-size: 0.75rem;
    padding: 0.625rem 1.1875rem 0.4375rem;
    bottom: auto;
    top: 0;
  }
}
.btn-floating .item .text {
  font-size: 1.125rem;
  width: 24.25rem;
  height: 3.25rem;
  border-radius: 3.875rem;
  background-color: #8BD390;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  border: 0.125rem solid #382415;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 750px) {
  .btn-floating .item .text {
    padding-top: 0.375rem;
    width: 20.9375rem;
    font-size: 0.875rem;
    height: 3.125rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }
}
.btn-floating .item .text:before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 0.3125rem 0 rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0.3125rem 0 rgba(255, 255, 255, 0.5);
  border-radius: 3.875rem;
  width: 100%;
  height: 100%;
}
.btn-floating .item .text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 -0.1875rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -0.1875rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 3.875rem;
  width: 100%;
  height: 100%;
}
.btn-floating .item.green .text {
  background-color: #8BD390;
}
@media (hover: hover) {
  .btn-floating .item.green a:hover .text {
    background-color: #83C788;
  }
}
.btn-floating .item.yellow .text {
  background-color: #FFDF3F;
}
@media (hover: hover) {
  .btn-floating .item.yellow a:hover .text {
    background-color: #F2D857;
  }
}
@media (min-width: 751px) {
  .btn-floating {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 750px) {
  .btn-floating {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.btn-floating.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.statement {
  background-color: #D5ECF1;
  text-align: center;
  position: relative;
}
@media (min-width: 751px) {
  .statement {
    padding: 0;
    height: 16.6875rem;
  }
}
@media (max-width: 750px) {
  .statement {
    padding: 4rem 0 4.375rem;
  }
}
.statement img {
  margin: 0 auto;
  max-width: 37.8125rem;
  width: 100%;
  opacity: 0;
}
@media (min-width: 751px) {
  .statement img {
    position: absolute;
    top: 3.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(30px);
            transform: translateX(-50%) translateY(30px);
    z-index: 3;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .statement img.animated {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 750px) {
  .statement img {
    width: 20.0625rem;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .statement img.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

.campaign-section {
  padding-top: 21.5625rem;
  background-color: #12B883;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .campaign-section {
    padding-top: 7.9375rem;
  }
}
.campaign-section:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 15.4375rem solid #D5ECF1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 750px) {
  .campaign-section:before {
    border-top: 4.1875rem solid #D5ECF1;
  }
}
.campaign-section .inner {
  padding: 4.8125rem 1.25rem 4.8125rem;
  position: relative;
  background-color: #FCF9F5;
  border: 0.125rem solid #382415;
  border-radius: 1.5rem;
  position: relative;
}
.campaign-section .inner .id {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-color: transparent;
}
@media (max-width: 750px) {
  .campaign-section .inner .id {
    top: -3.75rem;
  }
}
@media (min-width: 751px) {
  .campaign-section .inner {
    width: 70rem;
    margin: 0 auto;
  }
  .campaign-section .inner:before {
    content: "";
    width: 6.75rem;
    height: 37.5rem;
    background: url("../img/campaign_txt.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: -0.125rem;
    left: calc(100% - 0.3125rem);
  }
}
@media (max-width: 750px) {
  .campaign-section .inner {
    padding: 3.9375rem 0 4.75rem;
    width: calc(100% - 0.625rem);
    border-radius: 0.5rem;
  }
}
@media (max-width: 750px) {
  .campaign-section .wrap {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.campaign-section .campaign-ttl-top {
  padding-top: 1rem;
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25rem;
  width: 27.3125rem;
  height: 4.1875rem;
  color: #382415;
  font-weight: 800;
  letter-spacing: 0.04em;
  z-index: 2;
  background: url("../img/campaign_ttl_bgd_pc.png") no-repeat center center;
  background-size: 100% auto;
  text-align: center;
}
@media (max-width: 750px) {
  .campaign-section .campaign-ttl-top {
    padding-top: 1.125rem;
    width: 20.9375rem;
    height: 4.1875rem;
    font-size: 1.125rem;
    top: -1.5rem;
    background-image: url("../img/campaign_ttl_bgd_sp.png");
  }
}

.take-quiz {
  padding-bottom: 5rem;
  border-bottom: 0.125rem solid #382415;
}
@media (max-width: 750px) {
  .take-quiz {
    padding-bottom: 3.9375rem;
  }
}
.take-quiz-ttl {
  text-align: center;
}
.take-quiz-ttl h2 {
  padding: 0.3125rem 2.5625rem;
  display: inline-block;
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #382415;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
}
@media (max-width: 750px) {
  .take-quiz-ttl h2 {
    font-size: 2rem;
    padding: 0.3125rem 2.3125rem;
    letter-spacing: 0.08em;
    line-height: 2.375rem;
  }
}
.take-quiz-ttl h2:before {
  content: "";
  width: 3.75rem;
  height: calc(100% + 0.1875rem);
  background: url("../img/campaign_deco_left.svg") no-repeat center left;
  background-size: auto 100%;
  position: absolute;
  top: -0.125rem;
  left: 0;
}
@media (max-width: 750px) {
  .take-quiz-ttl h2:before {
    width: 1.5rem;
    background-size: 100% auto;
    background-position: left 80%;
    top: -0.125rem;
    left: -0.125rem;
  }
}
.take-quiz-ttl h2:after {
  content: "";
  width: 3.75rem;
  height: calc(100% + 0.1875rem);
  background: url("../img/campaign_deco_right.svg") no-repeat center right;
  background-size: auto 100%;
  position: absolute;
  top: -0.125rem;
  right: 0.375rem;
}
@media (max-width: 750px) {
  .take-quiz-ttl h2:after {
    width: 1.5rem;
    background-size: 100% auto;
    background-position: right 80%;
    top: -0.125rem;
    right: 0;
  }
}
.take-quiz-txt {
  margin-top: 2.875rem;
  text-align: center;
  font-size: 1.25rem;
  color: #382415;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .take-quiz-txt {
    margin-top: 1.125rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
.take-quiz-txt span {
  font-weight: 800;
  color: #12B883;
}
.take-quiz-btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .take-quiz-btn {
    margin-top: 2.25rem;
  }
}

.eco-friendly {
  margin-top: 5rem;
  padding-top: 5.3125rem;
  position: relative;
}
.eco-friendly:before {
  padding-top: 1.0625rem;
  content: "クイズに答えて応募！";
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #382415;
  width: 19.5625rem;
  height: 4.1875rem;
  background: url("../img/eco_ttl_tooltip_bgd.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0.03deg);
          transform: translateX(-50%) rotate(0.03deg);
}
@media (max-width: 750px) {
  .eco-friendly:before {
    font-size: 1.125rem;
    width: 15.0625rem;
    height: 4.1875rem;
    padding-top: 1.25rem;
    top: -0.1875rem;
    background-image: url("../img/eco_ttl_tooltip_bgd_sp.png");
  }
}
@media (max-width: 750px) {
  .eco-friendly {
    margin-top: 4rem;
  }
}
.eco-friendly-ttl {
  text-align: center;
}
@media (max-width: 750px) {
  .eco-friendly-ttl {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.eco-friendly-ttl h3 {
  padding: 0.3125rem 2.5rem;
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #382415;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
}
@media (max-width: 750px) {
  .eco-friendly-ttl h3 {
    font-size: 1.75rem;
    padding: 0 1.875rem;
    letter-spacing: 0.02em;
    line-height: 2.1rem;
    width: 100%;
  }
}
.eco-friendly-ttl h3:before {
  content: "";
  width: 3.75rem;
  height: calc(100% + 0.1875rem);
  background: url("../img/campaign_deco_left.svg") no-repeat center left;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  .eco-friendly-ttl h3:before {
    width: 1.5rem;
    background-size: 100% auto;
    background-position: left 80%;
    top: -0.125rem;
    left: 0;
  }
}
.eco-friendly-ttl h3:after {
  content: "";
  width: 3.75rem;
  height: calc(100% + 0.1875rem);
  background: url("../img/campaign_deco_right.svg") no-repeat center right;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0.4375rem;
}
@media (max-width: 750px) {
  .eco-friendly-ttl h3:after {
    width: 1.5rem;
    background-size: 100% auto;
    background-position: right 80%;
    top: -0.125rem;
    right: 0.1875rem;
  }
}
.eco-friendly-txt {
  margin-top: 3rem;
  text-align: center;
  font-size: 1rem;
  color: #382415;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .eco-friendly-txt {
    margin-top: 1.3125rem;
    font-size: 0.875rem;
    line-height: 1.875rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.eco-friendly-txt span {
  font-weight: 800;
  color: #12B883;
}
.eco-friendly-img {
  margin-top: 2.0625rem;
  margin-left: -1.6875rem;
}
@media (max-width: 750px) {
  .eco-friendly-img {
    margin-top: 1.9375rem;
    margin-left: -1.125rem;
    margin-right: 1rem;
  }
}
.eco-friendly-note {
  margin-top: 1.875rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 750px) {
  .eco-friendly-note {
    margin-top: 1.375rem;
    text-align: left;
  }
}
.eco-friendly-note small {
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0;
  display: block;
}
@media (max-width: 750px) {
  .eco-friendly-note small {
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
.eco-friendly-img-bottom {
  margin-top: 3.8125rem;
  text-align: center;
}
@media (max-width: 750px) {
  .eco-friendly-img-bottom {
    margin-top: 2.75rem;
    margin-left: -1.0625rem;
    margin-right: -1.0625rem;
  }
}
.eco-friendly-img-bottom img {
  max-width: 27.9375rem;
  width: 100%;
  height: auto;
}
.eco-friendly-img-bottom .eco-friendly-note {
  margin-top: 0.625rem;
}

.apply-section {
  padding: 4.8125rem 0 7.3125rem;
  background-color: #12B883;
  position: relative;
}
@media (max-width: 750px) {
  .apply-section {
    padding: 4.875rem 0 7.375rem;
  }
  .apply-section:before {
    content: "";
    width: 3.625rem;
    height: 20rem;
    background: url("../img/campaign_txt.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 2.1875rem;
    right: -0.875rem;
  }
}
.apply-section:after {
  content: "";
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.apply-section .apply-ttl {
  width: 12.875rem;
  height: 3.875rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 3.625rem;
  font-size: 1.25rem;
  font-family: "M PLUS 1", sans-serif;
  border-radius: 3.875rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: url("../img/apply_ttl_bgd.png") no-repeat center center;
  background-size: 100% 100%;
}
.apply-section .apply-ttl span {
  position: relative;
  z-index: 2;
}
.apply-section .apply-img {
  margin-top: 2.3125rem;
}
@media (max-width: 750px) {
  .apply-section .apply-img {
    padding: 0 0.625rem;
  }
}
.apply-section .apply-txt {
  margin-top: 4.125rem;
  color: #fff;
}
@media (max-width: 750px) {
  .apply-section .apply-txt {
    margin-top: 3.875rem;
    padding: 0 0.625rem;
    padding-right: 1.25rem;
  }
}
.apply-section .apply-txt li + li {
  margin-top: 2.5rem;
}
@media (max-width: 750px) {
  .apply-section .apply-txt li + li {
    margin-top: 2.25rem;
  }
}
.apply-section .apply-txt li .ttl {
  margin-bottom: 0.5625rem;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}
@media (max-width: 750px) {
  .apply-section .apply-txt li .ttl {
    margin-bottom: 0.25rem;
    padding-left: 0.875rem;
    text-indent: -0.875rem;
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
.apply-section .apply-txt li p {
  padding-left: 1rem;
  text-indent: -1rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-weight: 500;
}
@media (max-width: 750px) {
  .apply-section .apply-txt li p {
    font-size: 0.875rem;
    line-height: 1.75;
    padding-left: 1rem;
    text-indent: -1rem;
    letter-spacing: 0.02em;
  }
  .apply-section .apply-txt li p.no-indent {
    margin-right: -0.625rem;
    text-indent: 0;
    padding-left: 0;
  }
}

.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60rem;
  border: 0.125rem solid #382415;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 750px) {
  .step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-radius: 0.5rem;
    position: relative;
  }
  .step-list:before {
    content: "";
    width: 6.75rem;
    height: 37.5rem;
    background: url("../img/campaign_txt.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: -0.125rem;
    left: calc(100% - 0.3125rem);
  }
}
.step-list .step-item {
  padding: 1.6875rem 1.25rem 1.9375rem;
  width: 194.875rem;
  border-right: 0.125rem solid #382415;
  position: relative;
}
@media (max-width: 750px) {
  .step-list .step-item {
    width: 100%;
    padding: 1.4375rem 1rem 2.375rem;
    border-right: none;
    border-bottom: 0.125rem solid #382415;
  }
  .step-list .step-item:last-child {
    border-bottom: none;
  }
  .step-list .step-item:last-child .img {
    margin-top: 0.875rem;
  }
  .step-list .step-item:last-child .img img {
    height: 8.0625rem;
  }
  .step-list .step-item:last-child:before {
    height: 13.0625rem;
  }
}
.step-list .step-item:before {
  content: "";
  width: 100%;
  height: 14.875rem;
  background-color: #F3EFE9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.step-list .step-item:last-child {
  border-right: none;
}
.step-list .step-item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  position: relative;
}
.step-list .step-item .ttl img {
  display: block;
  width: auto;
  height: 2.6875rem;
}
@media (max-width: 750px) {
  .step-list .step-item .ttl img {
    height: 2.4375rem;
  }
}
.step-list .step-item .txt {
  margin-top: 0.875rem;
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  position: relative;
}
@media (max-width: 750px) {
  .step-list .step-item .txt {
    margin-top: 0.125rem;
    height: auto;
  }
}
.step-list .step-item .txt span {
  font-weight: 800;
}
.step-list .step-item .img {
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 750px) {
  .step-list .step-item .img {
    margin-top: 0.8125rem;
  }
}
.step-list .step-item .img img {
  display: block;
  width: auto;
  height: 11.25rem;
}
@media (max-width: 750px) {
  .step-list .step-item .img img {
    height: 10.75rem;
  }
}

.quiz-section {
  padding: 7.125rem 1.25rem 6.25rem;
  background: url("../img/quiz_bgd.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 750px) {
  .quiz-section {
    padding: 3.75rem 0 3.625rem;
    background-image: url("../img/quiz_bgd_sp.jpg");
  }
}
.quiz-section .quiz-ttl {
  text-align: center;
}
.quiz-section .quiz-ttl img {
  margin: 0 auto;
  max-width: 31.75rem;
  width: 100%;
}
@media (max-width: 750px) {
  .quiz-section .quiz-ttl img {
    max-width: 19.75rem;
  }
}
.quiz-section .quiz-content {
  margin: 0 auto;
  margin-top: 1.9375rem;
  padding: 2.0625rem 1.875rem 2.375rem;
  width: 45.4375rem;
  max-width: 100%;
  border: 0.125rem solid #382415;
  border-radius: 1.5rem;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .quiz-section .quiz-content {
    margin-top: 1.5rem;
    padding: 2.125rem 0.625rem 1.375rem;
    width: 100%;
  }
}
.quiz-section .quiz-content a {
  margin: 0 auto;
}
@media (max-width: 750px) {
  .quiz-section .quiz-content a {
    width: 17.1875rem;
  }
}
.quiz-section .quiz-txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #382415;
  margin-bottom: 1.4375rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .quiz-section .quiz-txt {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 1.1875rem;
  }
}

.event-news-section {
  padding: 5.6875rem 0 7.4375rem;
  background: url("../img/evnt_bgd.jpg") repeat center center;
  background-size: 100% auto;
  position: relative;
}
@media (max-width: 750px) {
  .event-news-section {
    padding: 6.375rem 0 6.375rem;
    background-image: url("../img/evnt_bgd_sp.jpg");
    background-size: 23.4375rem auto;
  }
}
.event-news-section:before {
  content: "";
  width: 93.5rem;
  height: 100%;
  background: url("../img/event-deco.png") no-repeat top center;
  background-size: 93.375rem auto;
  position: absolute;
  top: 14.375rem;
  left: calc(50% + 1.125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 750px) {
  .event-news-section:before {
    width: 31.75rem;
    background-image: url("../img/event-deco_sp.png");
    background-size: 31.75rem auto;
    top: 0.875rem;
    left: calc(50% + 1.9375rem);
    display: none;
  }
}
.event-news-section .event-ttl {
  text-align: center;
  position: relative;
  z-index: 2;
}
.event-news-section .event-ttl img {
  margin: 0 auto;
  max-width: 61rem;
  width: 100%;
}
@media (max-width: 750px) {
  .event-news-section .event-ttl img {
    margin-left: -0.25rem;
    max-width: unset;
    width: 23.875rem;
  }
}
.event-news-section .wrap {
  position: relative;
  z-index: 2;
}
.event-news-section .event-desc .sub-ttl {
  margin-top: 4.625rem;
  text-align: center;
}
@media (max-width: 750px) {
  .event-news-section .event-desc .sub-ttl {
    margin-top: 2.875rem;
    text-align: left;
  }
}
.event-news-section .event-desc .sub-ttl span {
  padding: 0 0.625rem 0 0.875rem;
  display: inline-block;
  background-color: #382415;
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 750px) {
  .event-news-section .event-desc .sub-ttl span {
    padding-left: 0.625rem;
  }
}
.event-news-section .event-desc .sub-ttl span:nth-child(1) {
  margin-bottom: 0.4375rem;
}
@media (max-width: 750px) {
  .event-news-section .event-desc .sub-ttl span:nth-child(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 751px) {
  .event-news-section .event-desc .sub-ttl span:nth-child(2) {
    padding-right: 0;
  }
  .event-news-section .event-desc .sub-ttl span:last-child {
    margin-left: -0.9375rem;
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .event-news-section .event-desc .sub-ttl span {
    font-size: 1.25rem;
    line-height: 2.3125rem;
    letter-spacing: 0.02em;
  }
  .event-news-section .event-desc .sub-ttl span:nth-of-type(2), .event-news-section .event-desc .sub-ttl span:nth-of-type(3) {
    margin-top: 0.25rem;
  }
}
.event-news-section .event-desc .event-txt {
  margin-top: 1.9375rem;
}
@media (max-width: 750px) {
  .event-news-section .event-desc .event-txt {
    margin-top: 1.25rem;
    padding: 0 0.625rem;
  }
}
.event-news-section .event-desc .event-txt p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5rem;
}
@media (max-width: 750px) {
  .event-news-section .event-desc .event-txt p {
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.event-news-section .event-desc .event-img {
  margin-top: 4.375rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 60rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 750px) {
  .event-news-section .event-desc .event-img {
    margin-top: 5.9375rem;
  }
}
.event-news-section .event-desc .event-img img {
  width: 100%;
}
.event-news-section .event-desc .event-img:before {
  content: "";
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 0.5rem;
  border: 0.125rem solid #382415;
}
.event-img-list {
  margin-top: 3.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .event-img-list {
    margin-top: 4.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.875rem;
  }
}
.event-img-list li {
  width: 19.25rem;
  position: relative;
}
@media (max-width: 750px) {
  .event-img-list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-img-list li .event-list-img {
  position: relative;
  width: 19.375rem;
  height: 19.375rem;
}
.event-img-list li .event-list-img img {
  border-radius: 0.5rem;
  border: 0.125rem solid #382415;
  overflow: hidden;
}
@media (max-width: 750px) {
  .event-img-list li .event-list-img {
    width: 8.25rem;
    height: 8.25rem;
  }
}
.event-img-list li .event-list-img:before {
  content: "";
  width: 7.3125rem;
  height: 7.8125rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
@media (max-width: 750px) {
  .event-img-list li .event-list-img:before {
    width: 5.3125rem;
    height: 5.625rem;
  }
}
.event-img-list li:nth-child(1) .event-list-img:before {
  background-image: url("../img/event_list_img_01_tooltip.png");
  top: -2.875rem;
  left: -4.625rem;
}
@media (max-width: 750px) {
  .event-img-list li:nth-child(1) .event-list-img:before {
    background-image: url("../img/event_list_img_01_tooltip_sp.png");
    top: -3.75rem;
    left: auto;
    right: -3.875rem;
  }
}
.event-img-list li:nth-child(2) .event-list-img:before {
  background-image: url("../img/event_list_img_02_tooltip.png");
  top: -3.1875rem;
  left: 5.875rem;
}
@media (min-width: 751px) {
  .event-img-list li:nth-child(2) .event-list-img:before {
    width: 7.5625rem;
    height: 8.125rem;
  }
}
@media (max-width: 750px) {
  .event-img-list li:nth-child(2) .event-list-img:before {
    background-image: url("../img/event_list_img_02_tooltip_sp.png");
    top: -2.375rem;
    left: auto;
    right: -0.75rem;
  }
}
.event-img-list li:nth-child(3) .event-list-img:before {
  background-image: url("../img/event_list_img_03_tooltip.png");
  top: -2.8125rem;
  right: -4.625rem;
}
@media (min-width: 751px) {
  .event-img-list li:nth-child(3) .event-list-img:before {
    width: 7.5rem;
  }
}
@media (max-width: 750px) {
  .event-img-list li:nth-child(3) .event-list-img:before {
    background-image: url("../img/event_list_img_03_tooltip_sp.png");
    top: -2.4375rem;
    left: auto;
    right: -0.625rem;
  }
}
.event-img-list .txt {
  margin-top: 0.9375rem;
  height: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  line-height: 2;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (max-width: 750px) {
  .event-img-list .txt {
    margin-top: 0;
    padding-left: 0.9375rem;
    height: auto;
    font-size: 0.9375rem;
    line-height: 1.6375rem;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: 0;
    width: calc(100% - 8.125rem);
  }
}

.event-date-list {
  margin: 0 auto;
  margin-top: 5rem;
  padding-left: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 750px) {
  .event-date-list {
    margin-top: 3.8125rem;
    padding-left: 0.5rem;
    gap: 1.75rem;
  }
}
.event-date-list .event-date-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 751px) {
  .event-date-list .event-date-item:nth-child(2) .event-date-txt {
    padding-top: 0.5rem;
  }
  .event-date-list .event-date-item:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .event-date-list .event-date-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.6875rem;
  }
}
@media (min-width: 751px) {
  .event-date-list .event-date-item.item-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-date-list .event-date-item .event-category {
  width: 7.375rem;
}
@media (max-width: 750px) {
  .event-date-list .event-date-item .event-category {
    width: 100%;
  }
}
.event-date-list .event-date-item .event-category span {
  width: 5.5rem;
  height: 2.75rem;
  background: url("../img/event_category_bgd.png") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "M PLUS 1", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .event-date-list .event-date-item .event-category span {
    width: 5.5rem;
    height: 2.5rem;
  }
}
.event-date-list .event-date-item .event-date-txt {
  width: calc(100% - 7.375rem);
}
@media (max-width: 750px) {
  .event-date-list .event-date-item .event-date-txt {
    margin-top: 0.125rem;
    width: 100%;
  }
}
.event-date-list .event-date-item .event-date-txt p {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media (max-width: 750px) {
  .event-date-list .event-date-item .event-date-txt p {
    padding-left: 0.125rem;
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 1.5rem;
  }
}
.event-date-list .event-date-item .event-date-txt p + p {
  margin-top: 0.5rem;
}
@media (max-width: 750px) {
  .event-date-list .event-date-item .event-date-txt p + p {
    margin-top: 0;
    display: inline;
  }
}
.event-date-list .event-date-item .event-date-txt p span {
  color: #382415;
  display: block;
}
@media (min-width: 751px) {
  .event-date-list .event-date-item .event-date-txt p span {
    margin-bottom: 0.4375rem;
  }
}
@media (max-width: 750px) {
  .event-date-list .event-date-item .event-date-txt p span {
    color: #382415;
    margin-bottom: 0.375rem;
  }
}
.event-date-list .event-date-item .event-date-txt .event-map {
  margin-top: 0.75rem;
}
@media (max-width: 750px) {
  .event-date-list .event-date-item .event-date-txt .event-map {
    margin-top: 0.875rem;
  }
}
.event-date-list .event-date-item .event-date-txt .map-txt {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.event-date-list .event-date-item .event-date-txt .map-txt b {
  font-weight: 500;
  display: block;
}
.event-date-list .event-date-item .event-date-txt .map-txt + .map-txt {
  margin-top: 1.3125rem;
}
@media (max-width: 750px) {
  .event-date-list .event-date-item.news {
    gap: 1rem;
  }
}
.event-date-list .event-date-item.news .event-date-txt {
  line-height: 2rem;
}
.event-date-list .event-date-item.news .event-date-txt p {
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 750px) {
  .event-date-list .event-date-item.news .event-date-txt p {
    display: inline-block;
    vertical-align: bottom;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
.event-date-list .event-date-item.news .event-date-txt p span {
  display: inline-block;
}
.event-date-list .event-date-item.news .event-date-txt p span.numb {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2rem;
}
@media (max-width: 750px) {
  .event-date-list .event-date-item.news .event-date-txt p span.numb {
    letter-spacing: -0.12em;
    position: relative;
    bottom: -0.125rem;
  }
}
.event-date-list .event-date-item.news .event-date-txt p span.time {
  margin-bottom: 0;
  font-size: 1.375rem;
}
@media (max-width: 750px) {
  .event-date-list .event-date-item.news .event-date-txt p span.time {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    display: block;
    width: 100%;
    letter-spacing: 0.025em;
  }
}
@media (min-width: 751px) {
  .event-date-list .event-date-item.news .event-date-txt p span:nth-of-type(1) {
    padding-left: 0.125rem;
  }
  .event-date-list .event-date-item.news .event-date-txt p span:nth-of-type(2) {
    padding-left: 0.1875rem;
  }
  .event-date-list .event-date-item.news .event-date-txt p span:nth-of-type(3) {
    padding-left: 0.1875rem;
  }
}
@media (max-width: 750px) {
  .event-date-list .event-date-item.news .event-date-txt p span {
    margin-right: 0.1875rem;
    letter-spacing: -0.12em;
  }
  .event-date-list .event-date-item.news .event-date-txt p span:nth-of-type(2) {
    padding-left: 0.1875rem;
    padding-right: 0.125rem;
  }
}

.event-shuto-eco {
  margin: 7.3125rem auto 0;
  width: 37.5rem;
  max-width: 100%;
}
@media (max-width: 750px) {
  .event-shuto-eco {
    margin-top: 7.4375rem;
    width: 19.6875rem;
  }
}
.event-shuto-eco p {
  margin-top: 2.3125rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media (max-width: 750px) {
  .event-shuto-eco p {
    margin-top: 2.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.event-shuto-eco-btn {
  margin-top: 2.3125rem;
  margin-bottom: 2.9375rem;
  text-align: center;
}
@media (max-width: 750px) {
  .event-shuto-eco-btn {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }
}
.event-shuto-eco .line {
  width: 100%;
  height: 0.4375rem;
  border-top: 0.125rem solid #382415;
  border-bottom: 0.125rem solid #382415;
}