@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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%; /* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 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, 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body .color-key-1 {
  color: #f37a0e;
}
body .color-yellow-1 {
  color: #fee100;
}
body .color-blue-1 {
  color: #57c5f2;
}
body .color-red-1 {
  color: #e60012;
}
body .color-pink-1 {
  color: #f24077;
}
body .bg-orange-1 {
  background: #ffbc19;
}
body .bg-orange-3 {
  background: #ffdd85;
}

.info-category .sousenkyo {
  background: #f37a0e;
}
.info-category .event {
  background: #e04528;
}
.info-category .csr {
  background: #22ade9;
}
.info-category .collaboration {
  background: #64c990;
}
.info-category .media {
  background: #f7b500;
}
.info-category .press-release {
  background: #105da8;
}
.info-category .members {
  background: #f24077;
}
.info-category .others {
  background: #a29c00;
}

body {
  color: #333333;
  background-color: #fffef2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

strong {
  font-weight: 700;
}

sup {
  font-size: 77%;
  line-height: 0.8;
}

body > .page {
  position: relative;
  height: 100%;
}

img.image-fit {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-hidden {
  display: none;
}
@media screen and (min-width: 780px) {
  .mobile-hidden {
    display: block;
  }
}

@media screen and (min-width: 780px) {
  .fluid-columns.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fluid-columns.flex .column.align-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .fluid-columns.flex .column.align-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.content-std {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 780px) {
  .content-std {
    max-width: 960px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.block-callouts {
  background: #ffdd85;
  padding: 30px;
  border-radius: 8px;
}
.block-callouts.small {
  padding: 14px;
}
@media screen and (min-width: 780px) {
  .block-callouts.small {
    padding: 27px 14px;
  }
}

div.separator hr {
  display: none;
}

.fluid-gap {
  display: none;
}

div.fluid-gap hr {
  display: none;
}

span.text-row {
  display: block;
}
@media screen and (min-width: 780px) {
  span.text-row {
    display: inline;
  }
}
span.text-row br {
  display: none;
}
@media screen and (min-width: 780px) {
  span.text-row br {
    display: block;
  }
}

.behavior-style:hover img {
  opacity: 0.8;
  cursor: pointer;
}

.behavior-button {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  cursor: pointer;
}
.behavior-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}

svg {
  fill: currentColor;
}

.text-std {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .text-std {
    font-size: 1rem;
  }
}

.heading,
.heading-large {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}

.heading {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-center {
  text-align: center;
}

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 780px) {
  .text-alt-left {
    text-align: left;
  }
}

.uppercase {
  text-transform: uppercase;
}

.bullet {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lang-en {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.lang-cn {
  font-family: "Hei Regular", "SimHei", sans-serif;
}

.font-serif {
  font-family: serif;
}

.font-en {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

ol.list-std {
  padding: 0 0 0 1.6em;
}
ol.list-std li {
  list-style: decimal;
  margin: 0 0 0.4em;
}

ul.list-std {
  list-style: disc;
  padding: 0 0 0 1.6em;
}
ul.list-std li {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
ul.list-std li + li {
  margin-top: 0.2em;
}

ul.list-solid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
  border-radius: 8px;
  background: #ffffff;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
ul.list-solid li + li {
  margin-top: 12px;
}
ul.list-solid li .prefix.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  padding: 10px;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 100%;
  background: #f37a0e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
ul.list-solid li .text {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
}
ul.list-solid.color-orange-1 li {
  color: #ffffff;
  background: #f37a0e;
}
ul.list-solid.color-orange-1 li .text {
  font-weight: 700;
}
ul.list-solid.text-center li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

table span.table-text {
  display: block;
}
table span.table-text + span.table-text {
  margin-top: 0.4em;
}
table span.table-text br {
  display: none;
}
table span.table-text br.inline {
  display: inline;
}

table.table-std {
  line-height: 1.57;
}
table.table-std tr + tr th, table.table-std tr + tr td {
  padding-top: 0.625rem;
}
table.table-std th {
  padding-right: 2em;
  font-weight: 700;
}
table.table-std td {
  font-weight: 700;
}

/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swal-footer {
  text-align: center;
}

.swal-button {
  background-color: #0068B7;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal-button:hover {
  background-color: #0068B7;
}

.swal2-confirm.swal2-styled {
  color: #ffffff;
  background: #f37a0e;
}

.swal2-html-container {
  line-height: 2;
}
.swal2-html-container .text-large {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 99;
}
.drawer-open .page-header {
  display: none;
}
.page-header > .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 780px) {
  .page-header > .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page-header .site-logo {
  width: 106px;
  margin-top: 14px;
}
@media screen and (min-width: 780px) {
  .page-header .site-logo {
    width: 200px;
    margin-top: 17px;
  }
}

.page-body {
  width: 100%;
}
.drawer-open .page-body {
  display: none;
}
.page-body > .container {
  width: auto;
  margin: 0 auto;
}
.page-body .main {
  min-height: 600px;
}

.page-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff5d5;
}
@media screen and (min-width: 780px) {
  .page-footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.drawer-open .page-footer {
  display: none;
}
.page-footer > .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 780px) {
  .page-footer > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page-footer .fluid-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .page-footer .fluid-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    gap: 120px;
  }
}
.page-footer .fluid-columns .column {
  width: 100%;
}
.page-footer .fluid-columns .column-right {
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid #a8a8a8;
}
@media screen and (min-width: 780px) {
  .page-footer .fluid-columns .column-right {
    max-width: 390px;
    width: 100%;
    padding-top: 50px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: none;
  }
}
.page-footer .section-contact .hgroup {
  text-align: center;
}
.page-footer .section-contact .hgroup .figure img {
  display: inline-block;
  width: auto;
  height: 121px;
}
@media screen and (min-width: 780px) {
  .page-footer .section-contact .hgroup .figure img {
    height: 121px;
  }
}
.page-footer .section-contact .text-std {
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.page-footer .section-contact .text-right {
  margin-top: 44px;
}
.page-footer .section-contact .text-right .button-text .button-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.page-footer .section-contact .text-right .button-text .text {
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
}
@media screen and (min-width: 780px) {
  .page-footer .section-contact .text-right .button-text .text {
    font-size: 1rem;
  }
}
.page-footer .section-contact .text-right .button-text .icon-circle {
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.page-footer .category li {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .page-footer .category li {
    font-size: 0.875rem;
  }
}
.page-footer .category li + li {
  margin-top: 24px;
}
@media screen and (min-width: 780px) {
  .page-footer .category li + li {
    margin-top: 24px;
  }
}
.page-footer .category li.privacy-policy {
  font-size: 85%;
}
@media screen and (min-width: 780px) {
  .page-footer .category li.privacy-policy {
    font-size: 77%;
  }
}
.page-footer .category a:hover {
  color: #f37a0e;
}
.page-footer .sns {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .page-footer .sns {
    margin-top: 50px;
  }
}
.page-footer .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .page-footer .sns ul {
    max-width: 270px;
  }
}
.page-footer .sns li {
  width: 70px;
  height: 70px;
}
.page-footer #copyright {
  margin-top: 20px;
  font-size: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .page-footer #copyright {
    font-size: 0.75rem;
    text-align: center;
  }
}

.drawer-control {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 110;
}
@media screen and (min-width: 1100px) {
  .drawer-control {
    display: none;
  }
}
.drawer-control .drawer-hamburger {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  padding: 0;
  outline: 0;
  border-radius: 100%;
  border: 1px solid #f37a0e;
  background: #ffffff;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .drawer-control .drawer-hamburger {
    top: 11px;
    right: 40px;
  }
}
.drawer-control .drawer-hamburger:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.drawer-control .drawer-hamburger .drawer-hamburger-icon {
  position: relative;
  display: block;
  width: 20px;
  left: 50%;
  height: 2px;
  margin: 0 0 0 -10px;
  background-color: #f37a0e;
}
.drawer-control .drawer-hamburger .drawer-hamburger-icon:after, .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #f37a0e;
}
.drawer-control .drawer-hamburger .drawer-hamburger-icon:after {
  top: 6px;
}
.drawer-control .drawer-hamburger .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.drawer-control .drawer-hamburger .sr-only-focusable:active, .drawer-control .drawer-hamburger .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon {
  background: transparent;
}
body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:after, body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
  top: 0;
  background: #f37a0e;
}
body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff5d5;
  -webkit-transition-property: display, opacity;
  transition-property: display, opacity;
  transition-behavior: allow-discrete;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  z-index: 100;
}
@starting-style {
  .navigation {
    opacity: 0;
  }
}
@media screen and (min-width: 780px) {
  .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.drawer-open .navigation {
  display: block;
  overflow: visible;
  height: 100%;
  opacity: 1;
}
@starting-style {
  .drawer-open .navigation {
    opacity: 0;
  }
}
.navigation > .container {
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 84px;
  background-color: #fff5d5;
}
@media screen and (min-width: 780px) {
  .navigation > .container {
    padding-top: 65px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 160px;
  }
}
.navigation .header img {
  width: 152px;
}
@media screen and (min-width: 780px) {
  .navigation .header img {
    width: 200px;
  }
}
.navigation .fluid-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .navigation .fluid-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 716px;
    margin-top: 60px;
  }
}
.navigation .fluid-columns .column {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .navigation .fluid-columns .column {
    width: 47.4860335196%;
  }
}
.navigation .fluid-columns .column-right {
  margin-top: 70px;
}
@media screen and (min-width: 780px) {
  .navigation .fluid-columns .column-right {
    margin-top: 0;
  }
}
.navigation .category li {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .navigation .category li {
    font-size: 1.125rem;
  }
}
.navigation .category li + li {
  margin-top: 24px;
}
@media screen and (min-width: 780px) {
  .navigation .category li + li {
    margin-top: 34px;
  }
}
.navigation .category a:hover {
  color: #f37a0e;
}
.navigation .supporter .heading {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .navigation .supporter .heading {
    font-size: 1rem;
  }
}
.navigation .supporter .content {
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .navigation .supporter .content {
    margin-top: 10px;
  }
}
.navigation .supporter .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.navigation .supporter .button-group .button-image {
  width: 47.0588235294%;
}
.navigation .supporter .button-figure {
  display: block;
  width: auto;
}
.navigation .supporter .corporate .button-figure {
  height: 52px;
}
.navigation .supporter .personal .button-figure {
  height: 47px;
}
.navigation .supporter .event {
  margin-top: 10px;
}
.navigation .supporter .event .text {
  font-weight: 700;
}
.navigation .supporter .member {
  max-width: 226px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.navigation .supporter .member .text {
  font-weight: 700;
}
.navigation .supporter .member .button-figure {
  height: 60px;
}
.navigation .sns {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .navigation .sns {
    margin-top: 40px;
  }
}
.navigation .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .navigation .sns ul {
    max-width: 270px;
  }
}
.navigation .sns li {
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 1100px) {
  .navigation {
    display: block;
    position: fixed;
    overflow: visible;
    width: 100%;
    height: 1px;
    background-color: transparent;
    opacity: 1;
  }
  .navigation > .container {
    padding: 0;
  }
  .navigation .header {
    display: none;
  }
  .navigation .fluid-columns {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .navigation .column {
    width: auto;
  }
  .navigation .category {
    position: absolute;
    top: 17px;
    right: 0;
    width: 900px;
    background: #ffffff;
    border-radius: 40px 0 0 40px;
  }
  .navigation .category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 17px;
    padding-left: 40px;
    padding-right: 4px;
    padding-bottom: 17px;
    gap: 36px;
  }
  .navigation .category li {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .navigation .category li + li {
    margin-top: 0;
  }
  .navigation .supporter {
    display: none;
  }
  .navigation .sns {
    display: block;
    position: absolute;
    top: 81px;
    right: 41px;
    margin-top: 0;
  }
  .navigation .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 130px;
  }
  .navigation .sns li {
    width: 30px;
    height: 30px;
  }
  .navigation .sns .button-square-radius {
    border-radius: 8px;
    background: #ffffff;
  }
  .navigation .sns .button-square-radius .button-content img {
    width: 19px;
  }
}

.navigation-database {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 100;
}
.navigation-database .button.has-pulldown {
  position: absolute;
  top: 30px;
  right: 93px;
  max-width: 128px;
  width: 128px;
  height: 40px;
}
@media screen and (min-width: 780px) {
  .navigation-database .button.has-pulldown {
    top: 24px;
    right: 120px;
  }
}
@media screen and (min-width: 1100px) {
  .navigation-database .button.has-pulldown {
    top: 118px;
    right: 41px;
  }
}
.navigation-database .button-pulldown.button-pulldown-small {
  padding-top: 6px;
  padding-left: 19.5px;
  padding-bottom: 6px;
  padding-right: 19.5px;
  border-radius: 40px;
}
.navigation-database .button-pulldown .pulldown-header .text.text-large {
  width: 100%;
  font-size: 1.125rem;
  text-align: left;
}
.navigation-database .button-pulldown .pulldown-header .text.text-large + .icon-circle {
  margin-left: -24px;
}
.navigation-database .button-pulldown .pulldown-content {
  display: none;
}
.navigation-database .button-pulldown .pulldown-content .text-center {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e60012;
}
.navigation-database .button-pulldown .pulldown-content .text-center .button-text .text {
  width: 100%;
  font-size: 1rem;
  text-align: left;
}
.navigation-database .button-pulldown .pulldown-content .text-center .button-text .text + .icon-circle {
  margin-left: -24px;
}
.navigation-database .button-pulldown.is-open {
  padding-top: 24px;
  padding-left: 19.5px;
  padding-right: 19.5px;
  padding-bottom: 24px;
  border-radius: 30px;
}
.navigation-database .button-pulldown.is-open:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}
.navigation-database .button-pulldown.is-open .pulldown-header {
  display: none;
  opacity: 0;
}
.navigation-database .button-pulldown.is-open .pulldown-content {
  display: block;
}
.navigation-database .button-pulldown .icon-circle {
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
  margin-left: 0;
  margin-left: -24px;
}

.button + .button {
  margin-top: 10px;
}

.text-left .behavior-button {
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.text-right .behavior-button {
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.button-module .caption-top {
  margin-bottom: 20px;
  color: #333333;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .button-module .caption-top {
    font-size: 1rem;
  }
}

.button-sponsor {
  position: fixed;
  overflow: visible;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
}
.button-sponsor .behavior-button {
  position: absolute;
  right: 11px;
  bottom: 11px;
  width: 73px;
  height: 110px;
}
@media screen and (min-width: 780px) {
  .button-sponsor .behavior-button {
    right: 30px;
    bottom: 30px;
    width: 103.5px;
    height: 156px;
  }
}

.button-square-radius {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #fffef2;
}
.button-square-radius .button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.button-square-radius img {
  display: block;
  width: 30px;
  height: 30px;
}

.button-solid-radius-image {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 20px;
  color: #333333;
  border-radius: 16px;
  background-color: #ffdd85;
}
@media screen and (min-width: 780px) {
  .button-solid-radius-image {
    border-radius: 16px;
  }
}
.button-solid-radius-image .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 52px;
  height: 100%;
}
.button-solid-radius-image .button-row + .button-row {
  min-height: 100%;
  margin-top: 10px;
}
.button-solid-radius-image .heading {
  margin-top: 16px;
}
.button-solid-radius-image .text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (min-width: 780px) {
  .button-solid-radius-image .text {
    font-size: 1rem;
  }
}
.button-solid-radius-image .icon-circle {
  width: 24px;
  height: 24px;
  margin-left: -24px;
}

.button-solid-radius-text-image {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 26px;
  color: #333333;
  border-radius: 16px;
  background-color: #ffdd85;
}
@media screen and (min-width: 780px) {
  .button-solid-radius-text-image {
    border-radius: 16px;
  }
}
.button-solid-radius-text-image .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.button-solid-radius-text-image .text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (min-width: 780px) {
  .button-solid-radius-text-image .text {
    font-size: 1rem;
  }
}
.button-solid-radius-text-image .icon-circle {
  -ms-flex-item-align: center;
      align-self: center;
  width: 24px;
  height: 24px;
  margin-left: -24px;
}
.button-solid-radius-text-image.button-color-yellow {
  background: #fdd303;
}
.button-solid-radius-text-image.button-color-yellow .text {
  color: #303030;
}
.button-solid-radius-text-image.button-color-yellow .object-arrow-down {
  fill: #fdd303;
}
.button-solid-radius-text-image.button-color-yellow .object-base {
  fill: #ffffff;
  stroke: transparent;
}
.button-solid-radius-text-image.button-color-blue {
  background: #a6ddf1;
}
.button-solid-radius-text-image.button-color-blue .text {
  color: #303030;
}
.button-solid-radius-text-image.button-color-blue .object-arrow-down {
  fill: #a6ddf1;
}
.button-solid-radius-text-image.button-color-blue .object-base {
  fill: #ffffff;
  stroke: transparent;
}

.button-solid-radius {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 26px;
  color: #333333;
  border-radius: 16px;
  background-color: #ffdd85;
}
@media screen and (min-width: 780px) {
  .button-solid-radius {
    border-radius: 16px;
  }
}
.button-solid-radius .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.button-solid-radius .text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (min-width: 780px) {
  .button-solid-radius .text {
    font-size: 1rem;
  }
}
.button-solid-radius .icon-circle {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 24px;
  height: 24px;
  margin-left: -24px;
}

.button-std {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 25px;
  border-radius: 80px;
  background: #ffffff;
  text-decoration: none;
  letter-spacing: 0em;
}
@media screen and (min-width: 780px) {
  .button-std {
    max-width: 450px;
  }
}
.button-std .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .button-std .button-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.button-std .text {
  color: #f37a0e;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 780px) {
  .button-std .text {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.button-std .text-row {
  display: inline-block;
  word-break: keep-all;
}
.button-std .icon-circle {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 100%;
  margin-left: 5px;
}
@media screen and (min-width: 780px) {
  .button-std .icon-circle {
    -ms-flex-item-align: auto;
        align-self: auto;
    margin-left: 22px;
  }
}
.button-std .icon-external {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 100%;
  margin-left: 5px;
}
@media screen and (min-width: 780px) {
  .button-std .icon-external {
    -ms-flex-item-align: auto;
        align-self: auto;
    margin-left: 22px;
  }
}
.button-std .icon-pdf {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 100%;
  margin-left: 5px;
}
@media screen and (min-width: 780px) {
  .button-std .icon-pdf {
    -ms-flex-item-align: auto;
        align-self: auto;
    margin-left: 22px;
  }
}
.button-std.button-disable {
  opacity: 0.5;
}
.button-std.button-style-bordered {
  border-color: #f37a0e;
  border-style: solid;
  border-width: 2px;
}
.button-std.button-style-bordered-black {
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
}
.button-std.button-style-bordered-black .text {
  color: #333333;
}
.button-std.button-style-bordered-black .object-external-symbol {
  fill: #333333;
}
.button-std.button-style-bordered-black .object-pdf-symbol {
  fill: #333333;
}
.button-std.button-text-center .text {
  width: 100%;
  text-align: center;
}
.button-std.button-text-center .icon-circle {
  margin-left: -24px;
}
.button-std.button-style-small {
  padding-top: 13px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 13px;
  border-radius: 60px;
}
.button-std.button-style-small-ruby {
  padding-top: 13px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 6px;
  border-radius: 60px;
}
.button-std.button-color-orange {
  background: #f37a0e;
}
.button-std.button-color-orange .text {
  color: #ffffff;
}
.button-std.button-color-orange .object-arrow {
  stroke: #f37a0e;
}
.button-std.button-color-orange .object-base {
  fill: #ffffff;
}
.button-std.button-color-yellow {
  background: #ffbc19;
}
.button-std.button-color-yellow .text {
  color: #333333;
}
.button-std.button-color-yellow .object-arrow {
  stroke: #ffbc19;
}
.button-std.button-color-yellow .object-base {
  fill: #333333;
}
.button-std.button-color-red {
  border-color: #e60012;
}
.button-std.button-color-red .text {
  color: #e60012;
}
.button-std.button-color-red .object-arrow {
  stroke: #ffffff;
}
.button-std.button-color-red .object-base {
  fill: #e60012;
}
.button-std.button-color-red .object-pdf-symbol {
  fill: #e60012;
}
.button-std.button-color-pink {
  border-color: #f24077;
}
.button-std.button-color-pink .text {
  color: #f24077;
}
.button-std.button-color-pink .object-arrow {
  stroke: #ffffff;
}
.button-std.button-color-pink .object-base {
  fill: #f24077;
}
.button-std.button-color-pink .object-pdf-symbol {
  fill: #f24077;
}
.button-std.button-solid-red {
  border-color: #e60012;
  background: #e60012;
}
.button-std.button-solid-red .text {
  color: #ffffff;
}
.button-std.button-solid-red .object-arrow {
  stroke: #e60012;
}
.button-std.button-solid-red .object-base {
  fill: #ffffff;
}

.button-text {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.button-text .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.button-text .text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (min-width: 780px) {
  .button-text .text {
    font-size: 1rem;
  }
}
.button-text .figure {
  width: 20px;
  margin-right: -20px;
}
.button-text .icon-circle {
  width: 24px;
  height: 24px;
  margin-left: -24px;
}

.button-bordered-radius-image-cover {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #e60012;
  border-radius: 12px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
@media screen and (min-width: 780px) {
  .button-bordered-radius-image-cover {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.button-bordered-radius-image-cover .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-bordered-radius-image-arrow {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #f24077;
  border-radius: 12px;
  background: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 780px) {
  .button-bordered-radius-image-arrow {
    height: 112px;
  }
}
.button-bordered-radius-image-arrow .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media screen and (min-width: 780px) {
  .button-bordered-radius-image-arrow .button-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.button-bordered-radius-image-arrow .text {
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (min-width: 780px) {
  .button-bordered-radius-image-arrow .text {
    font-size: 1rem;
  }
}
.button-bordered-radius-image-arrow .button-image {
  display: block;
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
}
.button-bordered-radius-image-arrow .button-image img {
  width: 100%;
  height: 100%;
}
.button-bordered-radius-image-arrow .icon-circle {
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
}

.button.has-pulldown {
  position: relative;
  height: 84px;
}
@media screen and (min-width: 780px) {
  .button.has-pulldown {
    max-width: 360px;
  }
}

.button-pulldown {
  position: absolute;
  border-radius: 50px;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 780px) {
  .button-pulldown {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.button-pulldown.button-pulldown-small {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 60px;
}
.button-pulldown.button-color-pink .pulldown-content .text-center {
  border-bottom: 1px solid #f24077;
}
.button-pulldown:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 780px) {
  .button-pulldown:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
}
.button-pulldown .menu-group {
  margin-top: 0;
}
.button-pulldown .pulldown-header .text.text-large {
  width: 100%;
  font-size: 1.375rem;
  text-align: center;
}
.button-pulldown .pulldown-header .text.text-large + .icon-circle {
  margin-left: -24px;
}
.button-pulldown .pulldown-content {
  display: none;
}
.button-pulldown .pulldown-content .text-center {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e60012;
}
.button-pulldown .pulldown-content .button-text:hover {
  opacity: 0.5;
}
.button-pulldown.is-open {
  padding-top: 54px;
  padding-left: 43px;
  padding-right: 43px;
  padding-bottom: 54px;
  border-radius: 50px;
}
.button-pulldown.is-open:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}
.button-pulldown.is-open .pulldown-header {
  display: none;
  opacity: 0;
}
.button-pulldown.is-open .pulldown-content {
  display: block;
}

.button-solid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 38px;
  background: #cccccc;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.button-solid .text {
  width: 92%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  text-align: center;
}

.button-white {
  color: #141414;
  background: #ffffff;
}
.button-white.has-arrow .button-content::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 7px;
  background: url(../images/global/icon_arrow_right_key.svg) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 780px) {
  .button-white.has-arrow .button-content::after {
    width: 6px;
    height: 11px;
    margin-left: 7px;
  }
}
.button-white.has-arrow.is-current .button-content::after {
  background: url(../images/global/icon_arrow_right_white.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.button-current {
  color: #141414;
  background: #fff5d5;
}
.button-current.has-arrow .button-content::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 7px;
  background: url(../images/global/icon_arrow_right_key.svg) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 780px) {
  .button-current.has-arrow .button-content::after {
    width: 6px;
    height: 11px;
    margin-left: 7px;
  }
}
.button-current.has-arrow.is-current .button-content::after {
  background: url(../images/global/icon_arrow_right_white.svg) no-repeat 0 0;
  background-size: 100% auto;
}

#button-page-top {
  position: fixed;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.drawer-open #button-page-top {
  display: none;
}
#button-page-top .button-round {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #f37a0e;
}
@media screen and (min-width: 780px) {
  #button-page-top .button-round {
    bottom: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }
}
#button-page-top img {
  display: block;
  width: 100%;
  height: auto;
}

.icon-circle {
  width: 37px;
  height: 37px;
}
@media screen and (min-width: 780px) {
  .icon-circle {
    width: 48px;
    height: 48px;
  }
}
.icon-circle .object-base {
  --cx: 26.5;
  --cy: 26.5;
  --r: 26;
  fill: #f37a0e;
  stroke: #f37a0e;
  stroke-width: 1px;
}
@supports (cx: 26.5) {
  .icon-circle .object-base {
    cx: var(--cx);
    cy: var(--cy);
    r: var(--r);
  }
}
.icon-circle .object-arrow {
  --path-arrow: path("M21.7 34.9 31.3 26.5 21.7 18.1");
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 2.2px;
}
@supports (d: path("M0,0")) {
  .icon-circle .object-arrow {
    d: var(--path-arrow);
  }
}
.icon-circle .object-arrow-pulldown {
  --path-arrow-pulldown: path("M18.1 21.7 26.5 31.3 34.9 21.7");
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 2.2px;
}
@supports (d: path("M0,0")) {
  .icon-circle .object-arrow-pulldown {
    d: var(--path-arrow-pulldown);
  }
}
.icon-circle .object-arrow-down {
  --path-arrow-down: path("M24.785,31.877l-6.37-6.99c-.776-.851-.949-1.825-.519-2.922.428-1.099,1.193-1.648,2.295-1.648h12.617c1.102,0,1.868.549,2.295,1.648.43,1.097.256,2.071-.519,2.922l-6.369,6.99c-.245.269-.51.471-.796.605-.286.134-.592.202-.919.202s-.633-.067-.919-.202c-.286-.134-.551-.336-.796-.605Z");
  fill: #ffffff;
}
@supports (d: path("M0,0")) {
  .icon-circle .object-arrow-down {
    d: var(--path-arrow-down);
  }
}
.icon-circle .object-external-symbol {
  --path-external-symbol: path("M18.722,36.5c-.611,0-1.134-.218-1.569-.653-.435-.435-.653-.958-.653-1.569v-15.556c0-.611.218-1.134.653-1.569.435-.435.958-.653,1.569-.653h7.778v2.222h-7.778v15.556h15.556v-7.778h2.222v7.778c0,.611-.218,1.134-.653,1.569-.435.435-.958.653-1.569.653h-15.556ZM23.944,30.611l-1.556-1.556,10.333-10.333h-4v-2.222h7.778v7.778h-2.222v-4l-10.333,10.333Z");
  fill: #ffffff;
}
@supports (d: path("M0,0")) {
  .icon-circle .object-external-symbol {
    d: var(--path-external-symbol);
  }
}
.icon-circle.style-white .object-base {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 0;
}
.icon-circle.style-white .object-arrow {
  stroke: #333333;
}
.icon-circle.style-pink .object-base {
  fill: #f24077;
  stroke: #f24077;
  stroke-width: 0;
}
.icon-circle.style-pink .object-arrow {
  stroke: #ffffff;
}
.icon-circle.style-black-bordered .object-base {
  stroke: #ffffff;
}

.icon-external {
  width: 14px;
  height: 14px;
}
.icon-external .object-external-symbol {
  --path-external-symbol: path("M1.55556 0C0.705396 0 0 0.705396 0 1.55556V12.4444C0 13.2946 0.705396 14 1.55556 14H12.4444C13.2946 14 14 13.2946 14 12.4444V7H12.4444V12.4444H1.55556V1.55556H7V0H1.55556ZM8.55556 0V1.55556H11.3446L4.11675 8.78342L5.21658 9.88325L12.4444 2.65538V5.44444H14V0H8.55556Z");
  fill: #ffffff;
}
@supports (d: path("M0,0")) {
  .icon-external .object-external-symbol {
    d: var(--path-external-symbol);
  }
}

.icon-pdf {
  width: 20px;
  height: 20px;
}
.icon-pdf .object-pdf-symbol {
  --path-pdf-symbol: path("M8 8.5H9C9.28333 8.5 9.521 8.404 9.713 8.212C9.90433 8.02067 10 7.78333 10 7.5V6.5C10 6.21667 9.90433 5.979 9.713 5.787C9.521 5.59567 9.28333 5.5 9 5.5H7.5C7.36667 5.5 7.25 5.55 7.15 5.65C7.05 5.75 7 5.86667 7 6V10C7 10.1333 7.05 10.25 7.15 10.35C7.25 10.45 7.36667 10.5 7.5 10.5C7.63333 10.5 7.75 10.45 7.85 10.35C7.95 10.25 8 10.1333 8 10V8.5ZM8 7.5V6.5H9V7.5H8ZM13 10.5C13.2833 10.5 13.521 10.404 13.713 10.212C13.9043 10.0207 14 9.78333 14 9.5V6.5C14 6.21667 13.9043 5.979 13.713 5.787C13.521 5.59567 13.2833 5.5 13 5.5H11.5C11.3667 5.5 11.25 5.55 11.15 5.65C11.05 5.75 11 5.86667 11 6V10C11 10.1333 11.05 10.25 11.15 10.35C11.25 10.45 11.3667 10.5 11.5 10.5H13ZM12 9.5V6.5H13V9.5H12ZM16 8.5H16.5C16.6333 8.5 16.75 8.45 16.85 8.35C16.95 8.25 17 8.13333 17 8C17 7.86667 16.95 7.75 16.85 7.65C16.75 7.55 16.6333 7.5 16.5 7.5H16V6.5H16.5C16.6333 6.5 16.75 6.45 16.85 6.35C16.95 6.25 17 6.13333 17 6C17 5.86667 16.95 5.75 16.85 5.65C16.75 5.55 16.6333 5.5 16.5 5.5H15.5C15.3667 5.5 15.25 5.55 15.15 5.65C15.05 5.75 15 5.86667 15 6V10C15 10.1333 15.05 10.25 15.15 10.35C15.25 10.45 15.3667 10.5 15.5 10.5C15.6333 10.5 15.75 10.45 15.85 10.35C15.95 10.25 16 10.1333 16 10V8.5ZM6 16C5.45 16 4.97933 15.8043 4.588 15.413C4.196 15.021 4 14.55 4 14V2C4 1.45 4.196 0.979 4.588 0.587C4.97933 0.195667 5.45 0 6 0H18C18.55 0 19.021 0.195667 19.413 0.587C19.8043 0.979 20 1.45 20 2V14C20 14.55 19.8043 15.021 19.413 15.413C19.021 15.8043 18.55 16 18 16H6ZM2 20C1.45 20 0.979333 19.8043 0.588 19.413C0.196 19.021 0 18.55 0 18V5C0 4.71667 0.0960001 4.479 0.288 4.287C0.479333 4.09567 0.716667 4 1 4C1.28333 4 1.521 4.09567 1.713 4.287C1.90433 4.479 2 4.71667 2 5V18H15C15.2833 18 15.5207 18.096 15.712 18.288C15.904 18.4793 16 18.7167 16 19C16 19.2833 15.904 19.5207 15.712 19.712C15.5207 19.904 15.2833 20 15 20H2Z");
  fill: #ffffff;
}
@supports (d: path("M0,0")) {
  .icon-pdf .object-pdf-symbol {
    d: var(--path-pdf-symbol);
  }
}

.carousel {
  position: relative;
}
.carousel .swiper-wrapper {
  position: relative;
}

.drop-down-menu {
  display: inline-block;
  position: sticky;
  float: right;
  top: 44px;
  width: 100%;
  padding-left: 0;
  z-index: 2;
  font-size: 1rem;
}
@media screen and (min-width: 780px) {
  .drop-down-menu {
    top: 75px;
    width: 30%;
    margin-bottom: 2em;
    font-size: 1.4rem;
  }
}
.drop-down-menu .drop-down-label {
  padding: 0;
  border: 1px solid #ffdd85;
  background-color: #ffffff;
  cursor: pointer;
}
.drop-down-menu .drop-down-label .text {
  display: block;
  padding: 0.3em 1em;
  font-size: 1rem;
}
@media screen and (min-width: 780px) {
  .drop-down-menu .drop-down-label .text {
    font-size: 1.4rem;
  }
}
.drop-down-menu .drop-down-label::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 10px;
  height: 11px;
  margin: -0.3em 0 0 0;
  background-image: url(../images/global/arrow_down_select.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 780px) {
  .drop-down-menu .drop-down-label::before {
    width: 17px;
    height: 11px;
    top: 18px;
    margin: -0.4em 0 0 0;
    background-image: url(../images/global/arrow_down_select.svg);
    background-size: 100% auto;
  }
}
.drop-down-menu .drop-down-content {
  display: block;
  position: absolute;
  top: 2.4em;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
  z-index: 2;
  width: 100%;
}
.drop-down-menu .drop-down-content .drop-down-list {
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  z-index: 2;
  margin-top: 1px;
}
@media screen and (min-width: 780px) {
  .drop-down-menu .drop-down-content .drop-down-list {
    margin-top: 0;
  }
}
.drop-down-menu .drop-down-content .drop-down-list .item {
  border: 1px solid #ffdd85;
  border-top: none;
  padding: 0.3em 1em;
}
.drop-down-menu .drop-down-content .drop-down-list .item a {
  display: block;
  cursor: pointer;
}
.drop-down-menu.is-open .drop-down-label::before {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 9px;
}
@media screen and (min-width: 780px) {
  .drop-down-menu.is-open .drop-down-label::before {
    top: 16px;
  }
}
.drop-down-menu.is-open .drop-down-content {
  max-height: 300vh;
}

.hero-std {
  width: 100%;
  background: #fffef2;
}
.hero-std .content-std {
  padding-top: 96px;
  padding-bottom: 60px;
}
@media screen and (min-width: 780px) {
  .hero-std .content-std {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 780px) {
  .hero-std .hgroup {
    max-width: 340px;
  }
}
.hero-std .image {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .hero-std .image {
    max-width: 350px;
    margin: 0;
  }
}

.section-supporter {
  padding-top: 62px;
  padding-bottom: 0;
}
@media screen and (min-width: 780px) {
  .section-supporter {
    padding-top: 0;
    padding-bottom: 36px;
  }
}
.section-supporter .heading-image {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-supporter .heading-image {
    max-width: 576px;
  }
}
.section-supporter .heading {
  font-size: 1rem;
  font-size: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.section-supporter .text-std {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .section-supporter .text-std {
    font-size: 1rem;
    text-align: center;
  }
}
.section-supporter .supporters {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .section-supporter .supporters {
    margin-top: 20px;
  }
}
.section-supporter .supporter-banner {
  margin-top: 20px;
}
.section-supporter .supporter-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-supporter .supporter-banner ul li {
  display: block;
}
.section-supporter .supporter-banner ul .behavior-button,
.section-supporter .supporter-banner ul .blank-button {
  display: block;
  overflow: hidden;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
}
.section-supporter .group-t1 {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-supporter .group-t1 {
    max-width: 614px;
  }
}
.section-supporter .group-t1 ul {
  gap: 12px;
}
@media screen and (min-width: 780px) {
  .section-supporter .group-t1 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px 60px;
  }
}
.section-supporter .group-t1 li {
  max-width: 164px;
}
.section-supporter .group-t2 {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.section-supporter .group-t2 ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}
@media screen and (min-width: 780px) {
  .section-supporter .group-t2 ul {
    gap: 11px;
  }
}
.section-supporter .group-t2 li {
  max-width: 106px;
}
.section-supporter .credit {
  max-width: 340px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-supporter .credit {
    max-width: 600px;
    margin-top: 50px;
  }
}
.section-supporter .credit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .section-supporter .credit dl {
    line-height: 1.5;
  }
}
.section-supporter .credit dl + dl {
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .section-supporter .credit dl + dl {
    margin-top: 20px;
  }
}
.section-supporter .credit dt {
  padding-right: 0.5em;
}

body.modal-enabled {
  overflow: hidden;
}
body.modal-enabled .page-modal {
  display: block;
  opacity: 1;
}
@starting-style {
  body.modal-enabled .page-modal {
    opacity: 0;
  }
}

.page-modal {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: display, opacity;
  transition-property: display, opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  transition-behavior: allow-discrete;
  opacity: 0;
  z-index: 200;
}
.page-modal > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.modal-mini {
  display: none;
  position: relative;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 69px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 54px;
  border-radius: 20px;
  background: #fffef2;
}
@media screen and (min-width: 780px) {
  .modal-mini {
    max-width: 660px;
    padding-top: 69px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 49px;
  }
}
.modal-mini.is-open {
  display: block;
}
.modal-mini .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.modal-mini .modal-header .button-close {
  position: absolute;
  top: 29px;
  right: 15px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .modal-mini .modal-header .button-close {
    right: 16px;
  }
}
.modal-mini .modal-header .button-close img {
  display: block;
  width: 100%;
  height: auto;
}
.modal-mini .modal-body .hgroup .caption {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .modal-mini .modal-body .hgroup .caption {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.modal-mini .modal-body .hgroup .heading {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .modal-mini .modal-body .hgroup .heading {
    font-size: 1.375rem;
  }
}
.modal-mini .modal-body .image {
  margin-top: 24px;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 780px) {
  .modal-mini .modal-body .image {
    margin-left: 0;
    margin-right: 0;
  }
}
.modal-mini .modal-body .description {
  margin-top: 24px;
}
.modal-mini .modal-body .description .text-std {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .modal-mini .modal-body .description .text-std {
    font-size: 0.875rem;
  }
}
.modal-mini .modal-body .button {
  margin-top: 24px;
}

.hero-home {
  background: #ffbc19;
}
.hero-home .content-std {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 780px) {
  .hero-home .content-std {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 100px;
    max-width: 1040px;
    padding-top: 123px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 780px) {
  .hero-home .hgroup {
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.hero-home .hgroup .heading {
  position: absolute;
  top: 145px;
  left: 32px;
  max-width: 44px;
  width: 11.5789473684%;
}
@media screen and (min-width: 780px) {
  .hero-home .hgroup .heading {
    position: static;
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-home .button {
  margin-top: 56px;
}
@media screen and (min-width: 780px) {
  .hero-home .button {
    max-width: 450px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-home .button .cover-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 96px;
}
@media screen and (min-width: 780px) {
  .hero-home .button .cover-image {
    max-height: 100px;
  }
}
.hero-home .image {
  max-width: 269px;
  width: 79.1176470588%;
  margin-right: 0;
}
@media screen and (min-width: 780px) {
  .hero-home .image {
    max-width: 446px;
    width: 47.1458773784%;
    margin: 0;
  }
}

/*
.hero-home {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: $color-key-2;
	.content {
		padding-left: 20px;
		padding-right: 20px;
		@include mq(md) {
			width: 100%;
			padding-top: 86px;
			padding-left: 40px;
			padding-right: 40px;
			padding-bottom: 50px;
		}
	}
	.main-image {
		display: block;
		max-width: 390px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		@include mq(md) {
			max-width: 946px;
			width: 100%;
		}
	}
	.button {

	}
}
*/
.style-home .section-topics {
  overflow-x: hidden;
  width: 100%;
}
.style-home .section-topics .content-std {
  padding-top: 52px;
  padding-bottom: 0;
}
@media screen and (min-width: 780px) {
  .style-home .section-topics .content-std {
    max-width: 1360px;
    padding-top: 80px;
  }
}
.style-home .section-topics .heading-large {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .style-home .section-topics .heading-large {
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
.style-home .section-topics .description {
  margin-top: 78px;
}
@media screen and (min-width: 780px) {
  .style-home .section-topics .description {
    margin-top: 120px;
  }
}
.style-home .section-results {
  width: 100%;
}
.style-home .section-results .content-std {
  padding-bottom: 70px;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .content-std {
    max-width: 1360px;
    padding-bottom: 80px;
  }
}
.style-home .section-results .button-group {
  margin-top: 104px;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin-top: 120px;
  }
}
.style-home .section-results .button-group .button-image {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-group .button-image {
    width: 50%;
  }
}
.style-home .section-results .button-image.result {
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-image.result {
    max-width: 670px;
    margin: 0;
  }
}
.style-home .section-results .button-image.result .button-solid-radius-image {
  position: relative;
  background: #ffe100;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-image.result .button-solid-radius-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.style-home .section-results .button-image.result .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.style-home .section-results .button-image.result .button-figure:nth-of-type(1) {
  width: auto;
  max-height: 276px;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-image.result .button-figure:nth-of-type(1) {
    max-height: 350px;
  }
}
.style-home .section-results .button-image.result .button-figure:nth-of-type(2) {
  width: auto;
  max-height: 75px;
  margin-top: 15px;
  margin-right: 30px;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-image.result .button-figure:nth-of-type(2) {
    margin-top: 30px;
    margin-right: 0;
  }
}
.style-home .section-results .button-image.result .icon-circle {
  position: absolute;
  right: 12px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-image.result .icon-circle {
    width: 40px;
    height: 40px;
  }
}
.style-home .section-results .button-area {
  max-width: 364px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-area {
    max-width: 670px;
    width: 50%;
    margin: 0;
  }
}
.style-home .section-results .button-area .content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 60px;
  color: #333333;
  border-radius: 16px;
  background-color: #ffd0bf;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-area .content {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    border-radius: 16px;
  }
}
.style-home .section-results .button-area .figure {
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
}
.style-home .section-results .button-area .hgroup {
  margin-top: 15px;
}
.style-home .section-results .button-area .hgroup .caption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.style-home .section-results .button-area .hgroup .heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-area .hgroup .heading {
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
.style-home .section-results .button-area .text-std {
  margin-top: 40px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-area .text-std {
    margin-top: 34px;
  }
}
.style-home .section-results .button-area .button.has-pulldown {
  position: relative;
  margin-top: 40px;
  height: 84px;
}
@media screen and (min-width: 780px) {
  .style-home .section-results .button-area .button.has-pulldown {
    max-width: 360px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-home .topics-carousel {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .style-home .topics-carousel {
    margin-top: 30px;
  }
}
.style-home .topics-carousel .swiper-pagination {
  position: static;
  margin-top: 33px;
}
@media screen and (min-width: 780px) {
  .style-home .topics-carousel .swiper-pagination {
    margin-top: 50px;
  }
}
.style-home .topics-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background: #f37a0e;
}
.style-home .topics-carousel .panel {
  max-width: 280px;
}
@media screen and (min-width: 780px) {
  .style-home .topics-carousel .panel {
    max-width: 420px;
  }
}
.style-home .topics-carousel .panel .panel-button {
  display: block;
}
@media screen and (min-width: 780px) {
  .style-home .topics-carousel .panel .panel-button:hover .image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
}
.style-home .topics-carousel .panel .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 14/9;
  border-radius: 16px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.style-home .topics-carousel .panel .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.style-home .topics-carousel .panel .text-group {
  margin-top: 12px;
}
@media screen and (min-width: 780px) {
  .style-home .topics-carousel .panel .text-group {
    margin-top: 12px;
  }
}
.style-home .topics-carousel .panel .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.style-home .topics-carousel .panel .date {
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-home .topics-carousel .panel .date {
    font-size: 0.875rem;
  }
}
.style-home .topics-carousel .panel .info-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.style-home .topics-carousel .panel .info-category .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}
.style-home .topics-carousel .panel .info-category .category-label .text {
  display: block;
  color: #ffffff;
  font-size: 0.5rem;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .style-home .topics-carousel .panel .info-category .category-label .text {
    font-size: 0.625rem;
  }
}
.style-home .topics-carousel .panel .title {
  margin-top: 4px;
  font-size: 0.875rem;
  line-height: 1.56;
}
@media screen and (min-width: 780px) {
  .style-home .topics-carousel .panel .title {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.style-home .section-group .content-std {
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 120px;
}
@media screen and (min-width: 780px) {
  .style-home .section-group .content-std {
    max-width: 1200px;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .fluid-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
.style-home .section-activity .column-left {
  margin-top: 0;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .column-left {
    max-width: 400px;
    margin-top: 60px;
  }
}
.style-home .section-activity .column-left .text-std {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .column-right {
    max-width: 434px;
    width: 100%;
  }
}
.style-home .section-activity .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-group {
    display: block;
    margin-top: 0;
  }
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-group .text-center + .text-center {
    margin-top: 20px;
  }
}
.style-home .section-activity .button-group .button-row {
  display: block;
  position: relative;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-group .button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.style-home .section-activity .button-group .figure {
  display: block;
  overflow: hidden;
  width: 170px;
  border-radius: 30px;
  margin-right: 0;
}
.style-home .section-activity .button-group .figure .button-figure {
  display: block;
  width: 100%;
  height: auto;
}
.style-home .section-activity .button-group .text {
  margin-top: 12px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-group .text {
    margin-top: 0;
  }
}
.style-home .section-activity .button-group .icon-circle {
  position: absolute;
  top: 152px;
  right: 5px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-group .icon-circle {
    position: static;
  }
}
.style-home .section-activity .button-list {
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-left: 18px;
  }
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-list .text-left {
    display: inline-block;
  }
}
.style-home .section-activity .button-list .text-left + .text-left {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-list .text-left + .text-left {
    margin-top: 0;
  }
}
.style-home .section-activity .button-list .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-list .button-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.style-home .section-activity .button-list .text {
  margin-left: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-list .text {
    margin-top: 0;
    margin-left: auto;
  }
}
.style-home .section-activity .button-list .icon-circle {
  width: 30px;
  height: 30px;
  margin-left: 0;
}
@media screen and (min-width: 780px) {
  .style-home .section-activity .button-list .icon-circle {
    margin-left: 18px;
  }
}
.style-home .section-support {
  margin-top: 120px;
}
.style-home .section-support .content {
  padding-top: 120px;
  border-top: 1px solid #ffffff;
}
.style-home .section-support .figrue {
  width: 105px;
  margin-left: auto;
  margin-right: auto;
}
.style-home .section-support .hgroup {
  margin-top: 20px;
}
.style-home .section-support .hgroup .caption {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.style-home .section-support .hgroup .heading {
  margin-top: 6px;
}
.style-home .section-support .description {
  margin-top: 16px;
}
@media screen and (min-width: 780px) {
  .style-home .section-support .description {
    max-width: 660px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-home .section-support .button-module {
  margin-top: 16px;
}
@media screen and (min-width: 780px) {
  .style-home .section-support .button-module {
    margin-top: 40px;
  }
}
.style-home .section-about {
  margin-top: 120px;
  padding-bottom: 200px;
}
@media screen and (min-width: 780px) {
  .style-home .section-about {
    padding-bottom: 150px;
  }
}
.style-home .section-about .content {
  padding-top: 120px;
}
.style-home .section-about .figrue {
  width: 58px;
  margin-left: auto;
  margin-right: auto;
}
.style-home .section-about .hgroup {
  margin-top: 20px;
}
.style-home .section-about .hgroup .caption {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.style-home .section-about .hgroup .heading {
  margin-top: 6px;
}
.style-home .section-about .description {
  margin-top: 16px;
}
@media screen and (min-width: 780px) {
  .style-home .section-about .description {
    max-width: 660px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-home .section-about .button-module {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .style-home .section-about .button-module {
    margin-top: 40px;
  }
}

.main-header {
  padding-top: 70px;
  padding-bottom: 32px;
  background: #ffb919;
}
@media screen and (min-width: 780px) {
  .main-header {
    padding-top: 103px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 33px;
  }
}
.main-header .page-title {
  color: #333333;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 2.2px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .main-header .page-title {
    font-size: 1.375rem;
  }
}
.main-header .page-title .small {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 780px) {
  .main-header .page-title .small {
    font-size: 1rem;
  }
}

.main .section-header .heading-large {
  font-size: 1.375rem;
  line-height: 1.7;
}
@media screen and (min-width: 780px) {
  .main .section-header .heading-large {
    font-size: 1.375rem;
  }
}

.style-sousenkyo {
  padding-bottom: 96px;
}
@media screen and (min-width: 780px) {
  .style-sousenkyo {
    padding-bottom: 114px;
  }
}

.hero-sousenkyo {
  background: #ffbc19;
}
.hero-sousenkyo .content-std {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo .content-std {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 100px;
    max-width: 1040px;
    padding-top: 123px;
    padding-bottom: 50px;
  }
}
.hero-sousenkyo .hgroup {
  margin-top: 25px;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo .hgroup {
    max-width: 500px;
    margin-top: 0;
  }
}
.hero-sousenkyo .button {
  margin-top: 25px;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo .button {
    max-width: 450px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-sousenkyo .button-std {
  padding-top: 20px;
  padding-bottom: 17px;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo .button-std {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.hero-sousenkyo .image {
  max-width: 354px;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo .image {
    max-width: 360px;
  }
}

@media screen and (min-width: 780px) {
  .section-sousenkyo .content-std {
    max-width: 1280px;
  }
}
.section-sousenkyo .border-stars {
  border-style: solid;
  border-width: 20px;
  border-image-slice: 20;
  border-image-repeat: space;
  border-image-source: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><defs><pattern id='star' patternUnits='userSpaceOnUse' width='20' height='20' viewBox='0,0,100,100'><polygon points='35.266 96.455, 59.600 78.918, 84.734 96.455, 75.413 67.283, 100.000 49.874, 69.340 49.874, 59.977 19.291, 49.814 49.874, 20.001 49.874, 43.788 67.283, 35.267 96.455' fill='%23ffe100' /></pattern></defs><rect width='120' height='120' fill='url(%23star)'/></svg>");
  border-top-width: 0;
  border-left: none;
  border-right: none;
}
.section-sousenkyo .sousenkyo-header {
  padding-top: 97px;
  padding-bottom: 70px;
  border-bottom: 3px solid #f37a0e;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-header {
    padding-top: 80px;
    border-bottom: 2px solid #f37a0e;
  }
}
.section-sousenkyo .sousenkyo-header .hgroup .figure {
  width: 246px;
  margin-left: auto;
  margin-right: auto;
}
.section-sousenkyo .sousenkyo-header .hgroup .heading-large {
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-header .hgroup .heading-large {
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
.section-sousenkyo .sousenkyo-header .text-std {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-header .text-std {
    font-size: 1rem;
  }
}
.section-sousenkyo .sousenkyo-result {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result {
    padding-top: 150px;
    padding-bottom: 180px;
  }
}
.section-sousenkyo .sousenkyo-result .result-header {
  border-bottom-width: 0;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-header {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    border-top: none;
    border-bottom-width: 20px;
  }
}
.section-sousenkyo .sousenkyo-result .result-header .image {
  max-width: 339px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-header .image {
    max-width: 600px;
  }
}
.section-sousenkyo .sousenkyo-result .result-header .text-group {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-header .text-group {
    max-width: 660px;
    margin-top: 80px;
  }
}
.section-sousenkyo .sousenkyo-result .result-header .text-group .heading {
  width: 294px;
  margin-left: auto;
  margin-right: auto;
}
.section-sousenkyo .sousenkyo-result .result-header .text-group .text-std {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-header .text-group .text-std {
    font-size: 1rem;
  }
}
.section-sousenkyo .sousenkyo-result .result-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-content .fluid-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
  }
}
.section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column {
  max-width: 353px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column {
    max-width: none;
    margin: 0;
  }
}
.section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-left {
  padding-bottom: 50px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-left {
    padding-bottom: 0;
    border: none;
  }
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-left .image {
    max-width: 500px;
  }
}
.section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-right {
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-right {
    margin-top: 0;
  }
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-right .image-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 390px;
    width: 100%;
    gap: 68px;
  }
}
.section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-right .image {
  padding-bottom: 50px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-right .image {
    padding-bottom: 0;
    border: none;
  }
}
.section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-right .image + .image {
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-content .fluid-columns .column-right .image + .image {
    margin-top: 0;
  }
}
.section-sousenkyo .sousenkyo-result .result-footer {
  border-bottom: none;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    border-top-width: 20px;
  }
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer.border-stars {
    border-top-width: 20px;
    border-bottom: none;
  }
}
.section-sousenkyo .sousenkyo-result .result-footer .heading {
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer .heading {
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
.section-sousenkyo .sousenkyo-result .result-footer .button-group {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer .button-group {
    margin-top: 33px;
  }
}
.section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result {
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result {
    max-width: 670px;
  }
}
.section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result .button-solid-radius-image {
  position: relative;
  background: #ffe100;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result .button-solid-radius-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result .button-figure:nth-of-type(1) {
  width: auto;
  max-height: 276px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result .button-figure:nth-of-type(1) {
    max-height: 350px;
  }
}
.section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result .button-figure:nth-of-type(2) {
  width: auto;
  max-height: 75px;
  margin-top: 15px;
  margin-right: 30px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result .button-figure:nth-of-type(2) {
    margin-top: 30px;
    margin-right: 0;
  }
}
.section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result .icon-circle {
  position: absolute;
  right: 12px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer .button-group .button-image.result .icon-circle {
    width: 40px;
    height: 40px;
  }
}
.section-sousenkyo .sousenkyo-result .result-footer .button-group .text-std {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-result .result-footer .button-group .text-std {
    margin-top: 30px;
    font-size: 1rem;
  }
}
.section-sousenkyo .sousenkyo-archive {
  padding-top: 50px;
  border-top: 3px solid #e60012;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-archive {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    border-top: 2px solid #e60012;
  }
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-archive .fluid-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
.section-sousenkyo .sousenkyo-archive .column-left {
  max-width: 276px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-archive .column-left {
    max-width: 354px;
    margin: 0;
  }
}
.section-sousenkyo .sousenkyo-archive .column-right {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-archive .column-right {
    max-width: 274px;
    width: 100%;
    margin-top: 0;
  }
}
.section-sousenkyo .sousenkyo-archive .column-right .button-group {
  max-width: 274px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-archive .column-right .button-group {
    max-width: none;
  }
}
.section-sousenkyo .sousenkyo-archive .column-right .button + .button {
  margin-top: 19px;
}
.section-sousenkyo .sousenkyo-archive .column-right .button-style-bordered {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-archive .column-right .button-style-bordered {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.section-sousenkyo .sousenkyo-archive .column-right .button-style-bordered .text {
  width: 100%;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo .sousenkyo-archive .column-right .button-style-bordered .text {
    font-size: 1.375rem;
  }
}
.section-sousenkyo .sousenkyo-archive .column-right .button-style-bordered .icon-circle {
  margin-left: -22px;
}

.style-sousenkyo-previous {
  padding-bottom: 207px;
}
@media screen and (min-width: 780px) {
  .style-sousenkyo-previous {
    padding-bottom: 173px;
  }
}

.hero-sousenkyo-previous {
  background: #ffbc19;
}
.hero-sousenkyo-previous .content-std {
  display: block;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo-previous .content-std {
    max-width: 1040px;
    padding-top: 100px;
    padding-bottom: 62px;
  }
}
.hero-sousenkyo-previous .hgroup {
  max-width: 321.219px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo-previous .hgroup {
    max-width: 360px;
  }
}
.hero-sousenkyo-previous .hgroup .button.has-pulldown {
  position: relative;
  margin-top: 13px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo-previous .hgroup .button.has-pulldown {
    max-width: 314px;
    margin-top: 20px;
  }
}
.hero-sousenkyo-previous .button-group {
  margin-top: 89px;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo-previous .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    margin-top: 50px;
  }
}
.hero-sousenkyo-previous .button-group .button-db {
  max-width: 314px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo-previous .button-group .button-db {
    max-width: 436px;
    width: 436px;
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-sousenkyo-previous .button-group .button-tabloid {
  max-width: 312px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .hero-sousenkyo-previous .button-group .button-tabloid {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-sousenkyo-previous .button-group .button-tabloid .button-std.button-style-small {
  padding-top: 20px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 20px;
  border-radius: 60px;
}
.hero-sousenkyo-previous .button-group .button-tabloid .text {
  font-size: 0.875rem;
}

.section-sousenkyo-previous .content-std {
  padding-top: 50px;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .content-std {
    max-width: 1280px;
    padding-top: 138px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-sousenkyo-previous .sousenkyo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    max-width: 684px;
  }
}
.section-sousenkyo-previous .sousenkyo-header .image {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-header .image {
    max-width: 238px;
  }
}
.section-sousenkyo-previous .sousenkyo-header .heading {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-header .heading {
    font-size: 1.625rem;
    text-align: left;
  }
}
.section-sousenkyo-previous .sousenkyo-1st-place .figure {
  max-width: 363px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-1st-place .figure {
    max-width: 526px;
    margin-top: 50px;
  }
}
.section-sousenkyo-previous .sousenkyo-1st-place .button-group {
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-1st-place .button-group {
    margin-top: 30px;
  }
}
.section-sousenkyo-previous .sousenkyo-1st-place .button-group .caption-top {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-1st-place .button-group .caption-top {
    font-size: 1rem;
  }
}
.section-sousenkyo-previous .sousenkyo-1st-place .button-group .button {
  margin-top: 6px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-1st-place .button-group .button {
    margin-top: 12px;
  }
}
.section-sousenkyo-previous .sousenkyo-review {
  max-width: 340px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-review {
    max-width: 660px;
    margin-top: 50px;
  }
}
.section-sousenkyo-previous .sousenkyo-review .heading {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-review .heading {
    font-size: 1.375rem;
  }
}
.section-sousenkyo-previous .sousenkyo-review .text-std {
  margin-top: 20px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-review .text-std {
    margin-top: 30px;
    font-size: 1rem;
  }
}
.section-sousenkyo-previous .sousenkyot-movie {
  margin-top: 80px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyot-movie {
    margin-top: 100px;
  }
}
.section-sousenkyo-previous .sousenkyot-movie .heading {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyot-movie .heading {
    font-size: 1rem;
  }
}
.section-sousenkyo-previous .sousenkyot-movie .movie {
  max-width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyot-movie .movie {
    max-width: 660px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-sousenkyo-previous .sousenkyot-movie .movie iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.section-sousenkyo-previous .sousenkyo-overview {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-overview {
    margin-top: 245px;
    max-width: 880px;
  }
}
.section-sousenkyo-previous .sousenkyo-overview .fluid-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 80px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-overview .fluid-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
  }
}
.section-sousenkyo-previous .sousenkyo-overview .heading {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-overview .heading {
    font-size: 1rem;
  }
}
.section-sousenkyo-previous .sousenkyo-overview .figure-group {
  max-width: 180px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-overview .figure-group {
    max-width: 300px;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-sousenkyo-previous .sousenkyo-overview .figure-group img {
  border: 1px solid #d9d9d9;
}
.section-sousenkyo-previous .sousenkyo-overview .figure-group .caption {
  margin-top: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-overview .figure-group .caption {
    margin-top: 12px;
  }
}
.section-sousenkyo-previous .sousenkyo-overview .text-std {
  max-width: 340px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-overview .text-std {
    max-width: none;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.5;
  }
}
.section-sousenkyo-previous .sousenkyo-archive {
  margin-top: 100px;
  padding-top: 50px;
  border-top: 3px solid #e60012;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive {
    max-width: 880px;
    margin-top: 142px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    border-top: 2px solid #e60012;
  }
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .fluid-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .column-left {
  max-width: 276px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .column-left {
    max-width: 354px;
    margin: 0;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .column-right {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .column-right {
    max-width: 274px;
    width: 100%;
    margin-top: 0;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .column-right .button-group {
  max-width: 274px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .column-right .button-group {
    max-width: none;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .column-right .button + .button {
  margin-top: 19px;
}
.section-sousenkyo-previous .sousenkyo-archive .column-right .button-style-bordered {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .column-right .button-style-bordered {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .column-right .button-style-bordered .text {
  width: 100%;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .column-right .button-style-bordered .text {
    font-size: 1.375rem;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .column-right .button-style-bordered .icon-circle {
  margin-left: -22px;
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer {
  margin-top: 120px;
  border-bottom: none;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .result-footer {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer .heading {
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .result-footer .heading {
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group {
    margin-top: 33px;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result {
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result {
    max-width: 670px;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result .button-solid-radius-image {
  position: relative;
  background: #ffe100;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result .button-solid-radius-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result .button-figure:nth-of-type(1) {
  width: auto;
  max-height: 276px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result .button-figure:nth-of-type(1) {
    max-height: 350px;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result .button-figure:nth-of-type(2) {
  width: auto;
  max-height: 75px;
  margin-top: 15px;
  margin-right: 30px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result .button-figure:nth-of-type(2) {
    margin-top: 30px;
    margin-right: 0;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result .icon-circle {
  position: absolute;
  right: 12px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .button-image.result .icon-circle {
    width: 40px;
    height: 40px;
  }
}
.section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .text-std {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .section-sousenkyo-previous .sousenkyo-archive .result-footer .button-group .text-std {
    margin-top: 30px;
    font-size: 1rem;
  }
}

.hero-vote-latest {
  background: #ffbc19;
}
.hero-vote-latest .content-std {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 780px) {
  .hero-vote-latest .content-std {
    max-width: 1040px;
    padding-top: 91px;
    padding-bottom: 50px;
  }
}
.hero-vote-latest .image {
  max-width: 390px;
}
@media screen and (min-width: 780px) {
  .hero-vote-latest .image {
    position: relative;
    max-width: 888px;
  }
  .hero-vote-latest .image::after {
    content: "";
    display: block;
    position: absolute;
    top: 115px;
    right: -109px;
    width: 20.19px;
    height: 26px;
    background: url(../images/format/twinkle.png) no-repeat 0 0;
    background-size: auto 26px;
  }
}

.style-vote-latest {
  padding-top: 60px;
  padding-bottom: 126px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest {
    padding-top: 94px;
    padding-bottom: 114px;
  }
}
.style-vote-latest .section-introduction .header {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction .header {
    max-width: 570px;
  }
}
.style-vote-latest .section-introduction .header + .description {
  margin-top: 80px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction .header + .description {
    margin-top: 80px;
  }
}
.style-vote-latest .section-introduction .header .button-caption {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction .header .button-caption {
    max-width: 262px;
  }
}
.style-vote-latest .section-introduction .header .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction .header .button-group {
    gap: 50px;
  }
}
.style-vote-latest .section-introduction .header .button-group .button {
  width: 100%;
}
.style-vote-latest .section-introduction .header .button-group .button + .button {
  margin-top: 0;
}
.style-vote-latest .section-introduction .header .button-group .button-solid-radius-text-image {
  padding-top: 19px;
  padding-bottom: 19px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction .header .button-group .button-solid-radius-text-image {
    padding-top: 21px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 21px;
  }
}
.style-vote-latest .section-introduction .header .button-group .text {
  margin-left: 1em;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction .header .button-group .text {
    margin-left: auto;
  }
}
.style-vote-latest .section-introduction .header .button-group .image-text {
  width: auto;
  height: 26.25px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction .header .button-group .image-text {
    height: 38px;
  }
}
.style-vote-latest .section-introduction .description {
  margin-top: 20px;
  background: url(../images/vote-latest/introduction_twinkle_mobile.png) no-repeat center top;
  background-size: 340px auto;
  padding-bottom: 120px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction .description {
    margin-top: 60px;
    background: url(../images/vote-latest/introduction_twinkle_desktop.png) no-repeat center top;
    background-size: 880px auto;
    padding-bottom: 153px;
  }
}
.style-vote-latest .section-introduction h2.heading {
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction h2.heading {
    max-width: 406px;
  }
}
.style-vote-latest .section-introduction .text-std {
  margin-top: 46px;
  margin-left: -1em;
  margin-right: -1em;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-introduction .text-std {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: 2.6;
    letter-spacing: 0.1em;
  }
}
.style-vote-latest .section-sns {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-sns {
    padding-top: 116px;
    padding-bottom: 116px;
  }
}
.style-vote-latest .section-sns h2.heading {
  max-width: 314px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-sns h2.heading {
    max-width: 676px;
  }
}
.style-vote-latest .section-sns .fluid-columns {
  display: block;
  margin-top: 43px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-sns .fluid-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
    margin-top: 60px;
  }
}
.style-vote-latest .section-sns .column-left {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-sns .column-left {
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.style-vote-latest .section-sns .column-right {
  max-width: 300px;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-sns .column-right {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.style-vote-latest .section-sns .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.style-vote-latest .section-sns .sns li {
  width: 70px;
  height: 70px;
}
.style-vote-latest .section-sns .sns .button-square-radius {
  border-radius: 8px;
}
.style-vote-latest .section-sns .sns img {
  width: 70px;
  height: 70px;
}
.style-vote-latest .section-regulation .heading-full {
  padding-top: 24px;
  padding-bottom: 13px;
  color: #ffffff;
  background: #e60012;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-regulation .heading-full {
    font-size: 1.375rem;
  }
}
.style-vote-latest .section-regulation .heading-full rt {
  margin-bottom: 0.4em;
  font-weight: 500;
}
.style-vote-latest .section-regulation .description {
  padding-top: 55px;
  padding-bottom: 80px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-regulation .description {
    padding-top: 80px;
  }
}
.style-vote-latest .section-regulation .figure {
  max-width: 258px;
  margin-left: auto;
  margin-right: auto;
}
.style-vote-latest .section-regulation .text-std {
  min-width: 360px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.style-vote-latest .section-regulation .text-std .underline.color-yellow {
  padding-bottom: 0.05em;
  border-bottom: 2px solid #fee100;
}
.style-vote-latest .section-regulation .text-std .underline.color-blue {
  padding-bottom: 0.05em;
  border-bottom: 2px solid #57c5f2;
}
.style-vote-latest .section-vote {
  background: #fcfabf;
  padding-bottom: 100px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-vote {
    padding-bottom: 120px;
  }
}
.style-vote-latest .section-vote.vote-group {
  background: #e4f3fa;
}
.style-vote-latest .section-vote.vote-group .header-full {
  background: #a6ddf1;
}
.style-vote-latest .section-vote.vote-closed .heading-full {
  position: relative;
}
.style-vote-latest .section-vote.vote-closed .heading-full::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -130px;
  background: url(../images/vote-latest/vote_header_closed.png) no-repeat 0 0;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-vote.vote-closed .heading-full::after {
    margin-left: -130px;
  }
}
.style-vote-latest .section-vote .header-full {
  padding-top: 4px;
  background: #ffe000;
}
.style-vote-latest .section-vote .caption-full {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #ffffff;
}
.style-vote-latest .section-vote .caption-full img {
  max-width: 138px;
  margin-left: auto;
  margin-right: auto;
}
.style-vote-latest .section-vote .heading-full {
  padding-top: 10px;
  padding-bottom: 10px;
}
.style-vote-latest .section-vote .heading-full img {
  max-width: 204px;
  margin-left: auto;
  margin-right: auto;
}
.style-vote-latest .vote-individual .note {
  margin-top: 20px;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .note {
    line-height: 1.5;
    text-align: center;
  }
}
.style-vote-latest .vote-individual .figure-grup {
  max-width: 340px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .figure-grup {
    max-width: 660px;
    margin-top: 60px;
  }
}
.style-vote-latest .vote-individual .block-bordered {
  margin-top: 40px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  border-radius: 16px;
  border: 4px solid #ffe000;
  background: #ffffff;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .block-bordered {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
  }
}
.style-vote-latest .vote-individual .block-bordered .heading {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .block-bordered .heading {
    max-width: 618px;
  }
}
.style-vote-latest .vote-individual .block-bordered .text-std {
  margin-top: 40px;
  font-size: 1.125rem;
  line-height: 2.3;
  text-align: justify;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .block-bordered .text-std {
    font-size: 1rem;
    text-align: center;
  }
}
.style-vote-latest .vote-individual .block-bordered .figure-grup {
  max-width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .block-bordered .figure-grup {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .block-bordered .figure-grup .note {
    line-height: 1.8;
    text-align: center;
  }
}
.style-vote-latest .vote-individual .block-bordered .figure {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .block-bordered .figure {
    max-width: 330px;
  }
}
.style-vote-latest .vote-individual .footer {
  max-width: 340px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .footer {
    max-width: 440px;
    margin-top: 60px;
  }
}
.style-vote-latest .vote-individual .footer .button-caption {
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .footer .button-caption {
    max-width: 440px;
  }
}
.style-vote-latest .vote-individual .footer .button-group {
  margin-top: 30px;
}
.style-vote-latest .vote-individual .footer .button-group .button + .button {
  margin-top: 20px;
}
.style-vote-latest .vote-individual .footer .button-std.button-solid-red {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .footer .button-std.button-solid-red {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.style-vote-latest .vote-individual .footer .button-std.button-solid-red .text {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .footer .button-std.button-solid-red .text {
    max-width: 240px;
  }
}
.style-vote-latest .vote-individual .footer .button-std.button-solid-red img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .footer .button-std.button-solid-red img {
    margin-left: 20px;
  }
}
.style-vote-latest .vote-individual .footer .button-std.button-style-bordered {
  padding-top: 18.7px;
  padding-bottom: 18.7px;
}
.style-vote-latest .vote-individual .footer .button-std.button-style-bordered .text {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-individual .footer .button-std.button-style-bordered .text {
    max-width: 330px;
  }
}
.style-vote-latest .vote-group.vote-closed .heading-full::after {
  margin-left: -160px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group.vote-closed .heading-full::after {
    margin-left: -160px;
  }
}
.style-vote-latest .vote-group .description {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group .description {
    max-width: 880px;
    margin-top: 60px;
  }
}
.style-vote-latest .vote-group .note {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group .note {
    line-height: 1.5;
    text-align: center;
  }
}
.style-vote-latest .vote-group section {
  margin-top: 60px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section {
    margin-top: 120px;
  }
}
.style-vote-latest .vote-group section section {
  margin-top: 30px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section section {
    margin-top: 40px;
  }
}
.style-vote-latest .vote-group section section + section {
  margin-top: 50px;
}
.style-vote-latest .vote-group section .heading {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section .heading {
    font-size: 1.125rem;
  }
}
.style-vote-latest .vote-group section .figure {
  max-width: 340px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section .figure {
    max-width: 400px;
  }
}
.style-vote-latest .vote-group section ul.no-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section ul.no-mark {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5em;
  }
}
.style-vote-latest .vote-group section ul.no-mark li {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section ul.no-mark li {
    font-size: 1rem;
  }
}
.style-vote-latest .vote-group section .text-group {
  margin-top: 0;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section .text-group {
    margin-top: 0;
  }
}
.style-vote-latest .vote-group section .text-group + .text-group {
  margin-top: 50px;
}
.style-vote-latest .vote-group section .text-group .text-std {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section .text-group .text-std {
    font-size: 1rem;
  }
}
.style-vote-latest .vote-group section .text-group .text-std + .text-std {
  margin-top: 16px;
}
.style-vote-latest .vote-group section .text-group .heading {
  font-size: 0.875rem;
  font-size: 700;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section .text-group .heading {
    font-size: 1rem;
  }
}
.style-vote-latest .vote-group section .text-group .button {
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section .text-group .button {
    margin-top: 16px;
  }
}
.style-vote-latest .vote-group section .text-group .button.mt-x6 {
  margin-top: 60px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .vote-group section .text-group .button.mt-x6 {
    margin-top: 40px;
  }
}
.style-vote-latest .vote-group section .text-group .button-std {
  max-width: 360px;
  margin-left: 0;
  margin-right: 0;
}
.style-vote-latest .section-poster {
  padding-top: 62px;
  padding-bottom: 0;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-poster {
    padding-top: 143px;
    padding-bottom: 36px;
  }
}
.style-vote-latest .section-poster .figure {
  max-width: 58px;
  margin-left: auto;
  margin-right: auto;
}
.style-vote-latest .section-poster .heading {
  font-size: 1.25rem;
  font-size: 700;
  line-height: 1.6;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-poster .heading {
    font-size: 1.375rem;
  }
}
.style-vote-latest .section-poster .text-std {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-poster .text-std {
    font-size: 1rem;
    text-align: center;
  }
}
.style-vote-latest .section-poster .note {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-poster .note {
    line-height: 1.5;
    text-align: center;
  }
}
.style-vote-latest .section-poster .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 340px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-poster .download {
    gap: 80px;
    max-width: 540px;
  }
}
.style-vote-latest .section-poster .download .poster {
  max-width: 147px;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-poster .download .poster {
    max-width: 230px;
  }
}
.style-vote-latest .section-poster .download .thumbnail {
  max-width: 134px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9e9e9e;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-poster .download .thumbnail {
    max-width: 162px;
  }
}
.style-vote-latest .section-poster .download .button {
  width: 100%;
  margin-top: 14px;
}
.style-vote-latest .section-poster .download .button .button-std {
  padding-left: 10px;
  padding-right: 10px;
}
.style-vote-latest .section-poster .download .button .text {
  width: 100%;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-poster .download .button .text {
    font-size: 1rem;
  }
}
.style-vote-latest .section-result {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-result {
    padding-top: 164px;
    padding-bottom: 200px;
  }
}
.style-vote-latest .section-result .content-std {
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-result .content-std {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.style-vote-latest .section-result .figure {
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote-latest .section-result .figure {
    max-width: 800px;
  }
}

.main-header-vote {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 16px;
  background: #ffe000;
  z-index: 9;
}
@media screen and (min-width: 780px) {
  .main-header-vote {
    padding-top: 103px;
    padding-bottom: 33px;
  }
}
.main-header-vote.vote-group {
  background: #a6ddf1;
}
.main-header-vote.vote-thanks {
  background: #ffbc19;
}

form .control-group-row {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  form .control-group-row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
form .control-group-row + .control-group-row {
  margin-top: 40px;
}
form .control-group-row.has-rule::after {
  content: "";
  display: block;
  max-width: 352px;
  width: 100%;
  height: 2px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
  background: #e60012;
}
@media screen and (min-width: 780px) {
  form .control-group-row.user-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
form .control-group-row.user-name .control-group + .control-group {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  form .control-group-row.user-name .control-group + .control-group {
    margin-top: 0;
  }
}
form .control-group-row.user-name input[type=text] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 780px) {
  form .control-group-row.user-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
form .control-group-row.user-address .control-group + .control-group {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  form .control-group-row.user-address .control-group + .control-group {
    margin-top: 0;
  }
}
form .control-group-row.user-address input[type=text] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 780px) {
  form .control-group-row.user-address input[type=text] {
    max-width: 200px;
  }
}
@media screen and (min-width: 780px) {
  form .control-group-row.user-address .control-group:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (min-width: 780px) {
  form .control-group-row.user-address .control-group:nth-of-type(2) input[type=text] {
    max-width: 640px;
    width: 100%;
  }
}
form .control-group-row.apply-for {
  margin-top: 84px;
}
@media screen and (min-width: 780px) {
  form .control-group-row.apply-for {
    margin-top: 85px;
  }
}
form .control-group > label {
  display: block;
  font-size: 1.0625rem;
  line-height: 2.23;
  vertical-align: bottom;
}
form .control-group .text {
  display: inline-block;
  margin-right: 0.5em;
}
form .control-group img.require {
  display: inline-block;
  width: 56px;
  height: 22.791px;
  vertical-align: text-top;
}
form .input-group.is-single {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  form .input-group.is-single {
    margin-top: 30px;
  }
}
form .input-group input[type=text] {
  padding: 16px 14px;
  border: 2px solid #ffe100;
  background: #fcfabf;
  outline: none;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
form .input-group textarea {
  max-width: 100%;
  width: 100%;
  min-height: 140px;
  padding: 16px 14px;
  border: 2px solid #ffe100;
  background: #fcfabf;
  outline: none;
  font-size: 1.25rem;
  line-height: 1.8;
}
form .input-group.theme-alt input[type=text] {
  border: 2px solid #f37a0e;
  background: #ffffff;
}
form .input-group-radio .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px 11px;
}
@media screen and (min-width: 780px) {
  form .input-group-radio .input-row {
    gap: 11px 30px;
  }
}
form .input-group-radio input[type=radio] {
  display: none;
  opacity: 0;
}
form .input-group-radio input[type=radio] + label {
  display: block;
  padding: 11.5px 20px;
  border: 2px solid #ffe100;
  border-radius: 8px;
  background: #fcfabf;
  outline: none;
}
form .input-group-radio input[type=radio] + label img {
  display: block;
  width: auto;
  height: 32px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
form .input-group-radio input[type=radio]:checked + label {
  border: 2px solid #e60012;
}
form .input-group-radio input[type=radio]:checked + label img {
  -webkit-filter: none;
          filter: none;
}
form .input-group-radio .school-years input[type=radio] + label {
  width: 106px;
}
form .input-group-radio .gender input[type=radio] + label.word-3 {
  width: 91px;
  padding: 11.5px 12.5px;
}
form .input-group-radio .gender input[type=radio] + label.word-5 {
  width: 136px;
  padding: 11.5px 12.5px;
}
form .input-group-checkbox {
  display: inline-block;
  position: relative;
  min-height: 44px;
}
form .input-group-checkbox label {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  font-size: 2.375rem;
  line-height: 1;
  cursor: pointer;
}
form .input-group-checkbox label:before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 42px;
  height: 42px;
  border-width: 3px;
  border-style: solid;
  border-color: #333333;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
form .input-group-checkbox input[type=checkbox] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}
form .input-group-checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  color: #e60012;
  font-size: 2.375rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1;
}
form .input-group-checkbox.theme-alt label:before {
  border-color: #f37a0e;
}
form .input-group-checkbox .image-text-present {
  display: block;
  width: 215px;
  height: auto;
}
form .input-group-checkbox .image-text-optin-2 {
  display: block;
  width: 126px;
  height: auto;
}
form .input-group-checkbox .image-text-optin-4 {
  display: block;
  width: 111px;
  height: auto;
}
form .input-group-id {
  max-width: 340px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  form .input-group-id {
    margin-top: 30px;
  }
}
form .input-group-id input[type=text] {
  width: 100%;
  font-size: 1.375rem;
}
@media screen and (min-width: 780px) {
  form .input-group-id input[type=text] {
    max-width: 330px;
    font-size: 1.625rem;
  }
}
form .input-group-isbn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 340px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  form .input-group-isbn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    margin-top: 30px;
  }
}
form .input-group-isbn .prefix {
  display: block;
  margin-right: 12px;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
form .input-group-isbn input[type=text] {
  width: 64.7058823529%;
  font-size: 1.375rem;
}
@media screen and (min-width: 780px) {
  form .input-group-isbn input[type=text] {
    max-width: 330px;
    font-size: 1.625rem;
  }
}

.style-vote {
  overflow: hidden;
  padding-top: 148px;
  padding-bottom: 130px;
}
@media screen and (min-width: 780px) {
  .style-vote {
    padding-top: 168px;
    padding-bottom: 210px;
  }
}
.style-vote .question-header {
  padding-top: 47px;
  padding-bottom: 57px;
}
@media screen and (min-width: 780px) {
  .style-vote .question-header {
    padding-top: 64px;
    padding-bottom: 160px;
  }
}
.style-vote .question-header .heading {
  max-width: 333px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote .question-header .heading {
    max-width: 476px;
  }
}
.style-vote .question-header .caption {
  max-width: 340px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote .question-header .caption {
    max-width: 394px;
  }
}
.style-vote .question-item.has-rule::before {
  content: "";
  display: block;
  max-width: 352px;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #e60012;
}
.style-vote .question-item .content-std {
  position: relative;
  max-width: 390px;
  padding-top: 50px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 100px;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .content-std {
    max-width: 960px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 160px;
  }
}
.style-vote .question-item .content-std.no-heading {
  padding-top: 50px;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .content-std.no-heading {
    padding-top: 80px;
  }
}
.style-vote .question-item .content-std.has-id {
  padding-top: 104px;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .content-std.has-id {
    padding-top: 0;
  }
}
.style-vote .question-item .content-std.has-figure {
  padding-bottom: 150px;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .content-std.has-figure {
    padding-bottom: 160px;
  }
}
.style-vote .question-item .content-std.has-figure > .figure {
  position: absolute;
  max-width: 68.43px;
  right: 25px;
  bottom: 18px;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .content-std.has-figure > .figure {
    max-width: 128px;
    right: -14%;
  }
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .question-heading {
    overflow: hidden;
  }
}
.style-vote .question-item .question-heading.group-id img {
  width: auto;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .question-heading img {
    width: auto;
    height: 83px;
  }
}
.style-vote .question-item .question-heading + .text-std {
  margin-top: 20px;
  font-size: 1.0625rem;
  line-height: 2.23;
  text-align: justify;
}
.style-vote .question-item .question-heading + .text-center-alt {
  margin-top: 30px;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .question-heading + .text-center-alt {
    text-align: center;
  }
}
.style-vote .question-item .note-group.isbn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  max-width: 314px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .note-group.isbn {
    max-width: 592px;
    margin-top: 30px;
  }
}
.style-vote .question-item .note-group.isbn .figure {
  max-width: 69px;
}
.style-vote .question-item .note-group.isbn .note {
  font-size: 0.875rem;
  line-height: 2.14;
  text-align: justify;
}
.style-vote .question-item .note-group.book-title {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .note-group.book-title {
    margin-top: 30px;
  }
}
.style-vote .question-item .note-group.book-title .note {
  max-width: 312px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote .question-item .note-group.book-title .note {
    margin-left: 0;
  }
}
.style-vote .present-item {
  background: #fcfabf;
}
.style-vote .present-item .content-std {
  max-width: 390px;
  padding-top: 80px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 80px;
}
@media screen and (min-width: 780px) {
  .style-vote .present-item .content-std {
    max-width: 960px;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 140px;
  }
}
.style-vote .present-item .present-header .heading {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.style-vote .present-item .present-header .text-std {
  margin-top: 30px;
  font-size: 1.0625rem;
  line-height: 2.23;
}
.style-vote .present-item .present-header .figure {
  max-width: 340px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote .present-item .present-header .figure {
    max-width: 660px;
  }
}
.style-vote .terms-item .content-std {
  max-width: 390px;
  padding-top: 100px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 100px;
}
@media screen and (min-width: 780px) {
  .style-vote .terms-item .content-std {
    max-width: 960px;
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 160px;
  }
}
.style-vote .terms-item .control-group-row + .control-group-row {
  margin-top: 80px;
}
.style-vote .terms-item .button-group .button-std {
  max-width: 360px;
}
@media screen and (min-width: 780px) {
  .style-vote .terms-item .button-group .button-std {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-vote .terms-item .button-group + .control-group {
  margin-top: 40px;
}
.style-vote .terms-item .button-group .text-std {
  margin-top: 20px;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .style-vote .terms-item .button-group .text-std {
    text-align: center;
  }
}
.style-vote .terms-item .note {
  margin-top: 50px;
  font-size: 0.75rem;
  line-height: 1.83;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-vote .terms-item .note {
    text-align: center;
  }
}
.style-vote .terms-item .image-text-optin-1 {
  display: block;
  width: 184px;
  height: auto;
}
.style-vote .terms-item .image-text-optin-3 {
  display: block;
  width: 215px;
  height: auto;
}
.style-vote .submit-item {
  margin-bottom: 100px;
  background: #ffe000;
}
@media screen and (min-width: 780px) {
  .style-vote .submit-item {
    margin-bottom: 200px;
  }
}
.style-vote .submit-item .content-std {
  padding-top: 50px;
  padding-bottom: 50px;
}
.style-vote .submit-item .button-group {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  border-radius: 32px;
  background: #ffffff;
}
@media screen and (min-width: 780px) {
  .style-vote .submit-item .button-group {
    max-width: 660px;
  }
}
.style-vote .submit-item .button-group .heading {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.style-vote .submit-item .button-group button {
  display: block;
  position: relative;
  max-width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .style-vote .submit-item .button-group button {
    max-width: 420px;
  }
}
.style-vote .submit-item .button-group button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}
.style-vote .thanks-header {
  padding-top: 78px;
}
@media screen and (min-width: 780px) {
  .style-vote .thanks-header {
    padding-top: 64px;
  }
}
.style-vote .thanks-header .heading {
  max-width: 333px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-vote .thanks-header .heading {
    max-width: 647px;
  }
}
.style-vote .linkage-line {
  max-width: 300px;
  margin-top: 132px;
  margin-left: auto;
  margin-right: auto;
}
.style-vote .linkage-line .header {
  max-width: 256px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
.style-vote .linkage-line .button-group {
  max-width: 232px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  .style-vote .linkage-line .button-group {
    max-width: 256px;
  }
}
.style-vote .linkage-line .button-group .figure {
  max-width: 120px;
}
.style-vote .linkage-line .button-group .button {
  max-width: 70px;
}
.style-vote .linkage-line .button-group .button-square-radius {
  border-radius: 8px;
}
.style-vote .linkage-line .button-group .button-square-radius img {
  width: 70px;
  height: 70px;
}

.main-header-about {
  padding-top: 100px;
  padding-bottom: 16px;
}
@media screen and (min-width: 780px) {
  .main-header-about {
    padding-top: 103px;
    padding-bottom: 33px;
  }
}

@media screen and (min-width: 780px) {
  .hero-about {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-about .heading {
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.hero-about .caption {
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .hero-about .caption {
    margin-top: 40px;
  }
}
.hero-about .image {
  margin-top: 30px;
}
@media screen and (min-width: 780px) {
  .hero-about .image {
    margin-top: 0;
  }
}

.style-about {
  padding-bottom: 130px;
}
@media screen and (min-width: 780px) {
  .style-about {
    padding-bottom: 210px;
  }
}
.style-about .section-philosophy {
  margin-top: 37px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 780px) {
  .style-about .section-philosophy {
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.style-about .section-philosophy .content-std > section {
  margin-top: 57px;
}
@media screen and (min-width: 780px) {
  .style-about .section-philosophy .content-std > section {
    margin-top: 50px;
  }
}
.style-about .section-philosophy .content-std > section + section {
  margin-top: 70px;
}
@media screen and (min-width: 780px) {
  .style-about .section-philosophy .content-std > section + section {
    margin-top: 80px;
  }
}
.style-about .section-philosophy .content-std > .heading-large {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .style-about .section-philosophy .content-std > .heading-large {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.style-about .section-philosophy .section-header {
  text-align: center;
}
.style-about .section-philosophy .section-header + .text-large {
  margin-top: 10px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-about .section-philosophy .section-header + .text-large {
    margin-top: 16px;
  }
}
.style-about .section-philosophy .section-header + .text-std {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .style-about .section-philosophy .section-header + .text-std {
    margin-top: 16px;
  }
}
.style-about .section-philosophy .label {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  border-radius: 4px;
  background: #f37a0e;
  font-weight: 700;
  line-height: 1.87;
}
.style-about .section-philosophy .list-solid {
  margin-top: 23px;
}
@media screen and (min-width: 780px) {
  .style-about .section-philosophy .list-solid {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 780px) {
  .style-about .section-philosophy .list-solid.color-orange-1 {
    max-width: 440px;
  }
}
.style-about .section-std {
  padding-top: 110px;
}
@media screen and (min-width: 780px) {
  .style-about .section-std {
    padding-top: 150px;
  }
}
.style-about .section-std + .section-std {
  padding-top: 90px;
}
@media screen and (min-width: 780px) {
  .style-about .section-std + .section-std {
    padding-top: 150px;
  }
}
.style-about .section-std .content-std > .hgroup .figure {
  margin-bottom: 60px;
}
.style-about .section-std .content-std > .hgroup .figure img {
  display: block;
  width: auto;
  height: 121px;
  margin-left: auto;
  margin-right: auto;
}
.style-about .section-std .content-std > .hgroup .heading-large {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .style-about .section-std .content-std > .hgroup .heading-large {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.style-about .section-std .content-std > .hgroup .caption {
  margin-top: 6px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .style-about .section-std .content-std > .hgroup .caption {
    font-size: 0.75rem;
  }
}
.style-about .section-std .text-group {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .style-about .section-std .text-group {
    margin-top: 40px;
  }
}
.style-about .section-std .text-group .text-std + .text-std {
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .style-about .section-std .text-group .text-std + .text-std {
    margin-top: 10px;
  }
}
@media screen and (min-width: 780px) {
  .style-about .section-message .text-group {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-about .results-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .style-about .results-list {
    width: 660px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-about .results-list .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffdd85;
  margin-bottom: 20px;
  padding: 14px 15px;
  border-radius: 30px;
  width: 47.0588235294%;
}
@media screen and (min-width: 780px) {
  .style-about .results-list .result {
    width: 48.4848484848%;
  }
}
.style-about .results-list .result:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.style-about .results-list .result .heading {
  font-size: 1rem;
  line-height: 1.5;
}
.style-about .results-list .result .figrue {
  width: 78px;
  margin-top: 10px;
}
.style-about .results-list .result .data {
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.style-about .results-list .result .data strong {
  margin-left: 0.1em;
  margin-right: 0.1em;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.style-about .organization-list {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .style-about .organization-list {
    width: 660px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-about .organization-list dl + dl {
  margin-top: 42px;
}
.style-about .organization-list dl dt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
.style-about .organization-list dl dd {
  margin-top: 4px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-about .organization-list dl dd {
    font-size: 1rem;
    line-height: 2;
  }
}
.style-about .organization-list dl dd + dd {
  margin-top: 4px;
}
.style-about .organization-list a {
  text-decoration: underline;
}
.style-about .organization-list a:hover {
  color: #f37a0e;
}
.style-about .history-list {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .style-about .history-list {
    width: 660px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-about .history-list dl + dl {
  margin-top: 42px;
}
.style-about .history-list dl dt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
.style-about .history-list dl dd {
  margin-top: 4px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-about .history-list dl dd {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.style-about .history-list dl dd + dd {
  margin-top: 4px;
}
.style-about .history-list a {
  text-decoration: underline;
}

.main-header-information {
  padding-top: 100px;
  padding-bottom: 16px;
}
@media screen and (min-width: 780px) {
  .main-header-information {
    padding-top: 103px;
    padding-bottom: 33px;
  }
}

.style-information {
  padding-bottom: 65px;
}
@media screen and (min-width: 780px) {
  .style-information {
    padding-bottom: 114px;
  }
}

.information-entry + .information-category .content-std {
  margin-top: 120px;
  padding-top: 86px;
  margin-left: 18px;
  margin-right: 18px;
  border-top: 1px solid #b5b5b5;
}
@media screen and (min-width: 780px) {
  .information-entry + .information-category .content-std {
    max-width: 880px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 86px;
  }
}
.information-category .content-std {
  padding-top: 44px;
}
@media screen and (min-width: 780px) {
  .information-category .content-std {
    padding-top: 80px;
  }
}
.information-category .heading {
  font-size: 1rem;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .information-category .heading {
    font-size: 1.125rem;
  }
}
.information-category .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 20px;
  max-width: 340px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .information-category .list-category {
    max-width: 660px;
    gap: 20px 20px;
  }
}
.information-category .list-category li {
  display: block;
  color: #f37a0e;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .information-category .list-category li {
    font-size: 0.875rem;
  }
}
.information-category .list-category a {
  color: #333333;
  text-decoration: underline;
}
.information-category .list-category a:hover {
  color: #f37a0e;
}

.information-list {
  margin-top: 44px;
}
@media screen and (min-width: 780px) {
  .information-list {
    margin-top: 60px;
  }
}
.information-list .content-std {
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (min-width: 780px) {
  .information-list .content-std {
    max-width: 960px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.information-list .list-item + .list-item {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .information-list .list-item + .list-item {
    margin-top: 30px;
  }
}
.information-list a.behavior-style {
  display: block;
  padding: 12.5px 20px 10px;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 780px) {
  .information-list a.behavior-style {
    padding: 20px;
  }
}
.information-list a.behavior-style:hover {
  opacity: 0.7;
}
.information-list .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.information-list .date {
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .information-list .date {
    font-size: 0.875rem;
  }
}
.information-list .info-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.information-list .info-category .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  border-radius: 2px;
}
.information-list .info-category .category-label .text {
  display: block;
  color: #ffffff;
  font-size: 0.5rem;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .information-list .info-category .category-label .text {
    font-size: 0.625rem;
  }
}
.information-list .title {
  margin-top: 4px;
  font-size: 0.875rem;
  line-height: 1.56;
}
@media screen and (min-width: 780px) {
  .information-list .title {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.information-list .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 80px;
}
@media screen and (min-width: 780px) {
  .information-list .pagination {
    margin-top: 100px;
  }
}
.information-list .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  padding: 10px;
  color: #4d4d4d;
  border-radius: 4px;
  border: 0.5px solid #b5b5b5;
  background: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
.information-list .pagination .page-numbers.current {
  color: #ffffff;
  background: #fb8e2d;
}
.information-list .figure {
  margin-top: 57px;
}
@media screen and (min-width: 780px) {
  .information-list .figure {
    margin-top: 40px;
  }
}
.information-list .figure img {
  display: block;
  width: auto;
  height: 113px;
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (min-width: 780px) {
  .information-list .figure img {
    margin-right: 138px;
  }
}

.information-entry {
  margin-top: 44px;
}
@media screen and (min-width: 780px) {
  .information-entry {
    margin-top: 60px;
  }
}
.information-entry .content-std {
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (min-width: 780px) {
  .information-entry .content-std {
    max-width: 960px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.information-entry .entry-header {
  border-bottom: 1px solid #b5b5b5;
}
.information-entry .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.information-entry .date {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .information-entry .date {
    font-size: 1.0625rem;
  }
}
.information-entry .info-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.information-entry .info-category .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  border-radius: 2px;
}
.information-entry .info-category .category-label .text {
  display: block;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .information-entry .info-category .category-label .text {
    font-size: 0.875rem;
  }
}
.information-entry .title {
  margin-top: 14px;
  padding-bottom: 7px;
  font-size: 1.125rem;
  line-height: 1.56;
}
@media screen and (min-width: 780px) {
  .information-entry .title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.information-entry .entry-content {
  margin-top: 28px;
}
@media screen and (min-width: 780px) {
  .information-entry .entry-content {
    margin-top: 28px;
  }
}
.information-entry .entry-content p {
  color: #303030;
  font-size: 0.875rem;
  font-weight: 400;
  word-break: break-all;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .information-entry .entry-content p {
    font-size: 1rem;
  }
}
.information-entry .entry-content p + p {
  margin-top: 20px;
}
.information-entry .entry-content strong {
  color: #f37a0e;
  font-weight: 700;
}
.information-entry .entry-content a {
  color: #f37a0e;
  text-decoration: underline;
  word-break: break-all;
}
.information-entry .entry-content a:hover {
  opacity: 0.7;
}
.information-entry .entry-content img {
  max-width: 100%;
  height: auto;
}
.information-entry .entry-content iframe {
  max-width: 100%;
}

.style-support .section-introduction {
  margin-top: 37px;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction {
    margin-top: 80px;
  }
}
.style-support .section-introduction .section-header .figure {
  max-width: 254px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .section-header .figure {
    max-width: 432px;
    margin: 0;
  }
}
.style-support .section-introduction .description {
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .description {
    margin-top: 50px;
  }
}
.style-support .section-introduction .anchors {
  margin-top: 80px;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 100px;
  }
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-left {
    width: 56.8181818182%;
  }
}
.style-support .section-introduction .anchors .column-left .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-left .button-group {
    width: 100%;
  }
}
.style-support .section-introduction .anchors .column-left .button-image {
  width: 47.0588235294%;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-left .button-image {
    width: 48%;
  }
}
.style-support .section-introduction .anchors .column-left .button-image .button-solid-radius-image {
  height: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-left .button-image .button-solid-radius-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-left .button-image .button-solid-radius-image .button-row + .button-row {
    margin-top: 22px;
  }
}
.style-support .section-introduction .anchors .column-left .corporate .button-figure {
  height: 52px;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-left .corporate .button-figure {
    height: 82px;
  }
}
.style-support .section-introduction .anchors .column-left .personal .button-figure {
  height: 47px;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-left .personal .button-figure {
    height: 82px;
  }
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-right {
    width: 40.9090909091%;
  }
}
.style-support .section-introduction .anchors .column-right .event {
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-right .event {
    margin-top: 0;
  }
}
.style-support .section-introduction .anchors .column-right .event .button-solid-radius .text {
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .style-support .section-introduction .anchors .column-right .event .button-solid-radius {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.style-support .section-introduction .anchors .column-right .member {
  max-width: 226px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.style-support .section-introduction .anchors .column-right .member .text {
  font-weight: 700;
}
.style-support .section-introduction .anchors .column-right .member .button-figure {
  height: 60px;
}
.style-support .activities {
  margin-top: 80px;
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (min-width: 780px) {
  .style-support .activities {
    margin-top: 180px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.style-support .activities + .activities {
  margin-top: 0;
}
@media screen and (min-width: 780px) {
  .style-support .activities + .activities {
    margin-top: 0;
  }
}
.style-support .section-activity + .section-activity {
  margin-top: 80px;
}
@media screen and (min-width: 780px) {
  .style-support .section-activity + .section-activity {
    margin-top: 120px;
  }
}
.style-support .section-activity + .section-activity .hgroup {
  padding-top: 110px;
  border-top: 1px solid #ffffff;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .style-support .section-activity + .section-activity .hgroup {
    padding-top: 120px;
  }
}
@media screen and (min-width: 780px) {
  .style-support .section-activity .content-std {
    max-width: 1280px;
  }
}
.style-support .section-activity .hgroup {
  text-align: center;
}
.style-support .section-activity .hgroup .figrue {
  display: inline-block;
}
.style-support .section-activity .hgroup .figrue img {
  width: auto;
  height: 114px;
}
@media screen and (min-width: 780px) {
  .style-support .section-activity .hgroup .figrue img {
    height: 130px;
  }
}
.style-support .section-activity .hgroup .heading {
  margin-top: 10px;
  font-size: 1.375rem;
  line-height: 1.45;
}
@media screen and (min-width: 780px) {
  .style-support .section-activity .hgroup .heading {
    margin-top: 20px;
    font-size: 1.375rem;
  }
}
.style-support .section-activity .description {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-support .section-activity .description {
    max-width: 660px;
    margin-top: 40px;
  }
}
.style-support .section-activity .block-callouts {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .style-support .section-activity .block-callouts {
    margin-top: 40px;
  }
}
.style-support .section-activity .table-std {
  color: #4d4d4d;
  font-size: 0.875rem;
}
.style-support .section-activity .button-module {
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .style-support .section-activity .button-module {
    margin-top: 40px;
  }
}

.style-corporate .section-introduction {
  margin-top: 37px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-introduction {
    margin-top: 80px;
  }
}
.style-corporate .section-introduction .content-std {
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-introduction .content-std {
    max-width: 960px;
  }
}
.style-corporate .section-introduction .section-header .heading-large {
  font-size: 1.25rem;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-introduction .section-header .heading-large {
    max-width: 340px;
    font-size: 1.375rem;
  }
}
.style-corporate .section-introduction .section-header .text-std {
  max-width: 340px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-introduction .section-header .text-std {
    max-width: 540px;
    margin: 0;
  }
}
.style-corporate .section-introduction .description {
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-introduction .description {
    max-width: 100%;
    margin-top: 50px;
  }
}
.style-corporate .section-introduction .description .block-callouts + .block-callouts {
  margin-top: 12px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-introduction .description .block-callouts + .block-callouts {
    margin-top: 20px;
  }
}
.style-corporate .section-introduction .description .block-callouts .text-std {
  line-height: 1.6;
}
.style-corporate .plans {
  padding-bottom: 160px;
}
@media screen and (min-width: 780px) {
  .style-corporate .plans {
    padding-bottom: 160px;
  }
}
.style-corporate .section-plan {
  margin-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan {
    margin-top: 72px;
    padding-bottom: 80px;
  }
}
.style-corporate .section-plan + .section-plan {
  margin-top: 0;
}
.style-corporate .section-plan .content-std {
  border-top: 4px solid #f37a0e;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .content-std {
    max-width: 1280px;
    border-top: none;
  }
}
.style-corporate .section-plan .plan-header {
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .plan-header {
    padding-top: 80px;
    border-top: 2px solid #f37a0e;
  }
}
.style-corporate .section-plan .plan-header .image-fit {
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .plan-header .image-fit {
    max-width: 420px;
  }
}
.style-corporate .section-plan .merit + .merit {
  margin-top: 80px;
}
.style-corporate .section-plan .merit .block-callouts {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .merit .block-callouts {
    max-width: 660px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background: #ffdd85;
    padding: 30px;
  }
}
.style-corporate .section-plan .merit .block-callouts.mobile-alt {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .merit .block-callouts.mobile-alt {
    background: #ffdd85;
    padding: 30px;
  }
}
.style-corporate .section-plan .merit .block-callouts .heading {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .merit .block-callouts .heading {
    font-size: 1.125rem;
  }
}
.style-corporate .section-plan .merit .block-callouts .caption {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .merit .block-callouts .caption {
    margin-bottom: 20px;
  }
}
.style-corporate .section-plan .merit .block-callouts .text-std {
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .merit .block-callouts .text-std {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.style-corporate .section-plan .merit .block-callouts .text-std + .text-std {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .merit .block-callouts dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.style-corporate .section-plan .merit .block-callouts dl + dl {
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .merit .block-callouts dl + dl {
    margin-top: 12px;
  }
}
.style-corporate .section-plan .merit .block-callouts dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .merit .block-callouts dl dt {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.style-corporate .section-plan .merit .block-callouts dl dd {
  margin-left: 1.2em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .merit .block-callouts dl dd {
    margin-left: 1em;
    line-height: 1.8;
  }
}
.style-corporate .section-plan .merit-header {
  margin-top: 50px;
  text-align: center;
}
.style-corporate .section-plan .merit-header .caption {
  margin-bottom: 0.4em;
  color: #f37a0e;
  line-height: 1.8;
}
.style-corporate .section-plan .merit-header .label {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  border-radius: 4px;
  background: #f37a0e;
  line-height: 1.87;
}
.style-corporate .section-plan .image-group {
  max-width: 354px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .image-group {
    max-width: 520px;
  }
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .image-group + .block-callouts {
    margin-top: 20px;
  }
}
.style-corporate .section-plan .image-group .caption-top {
  margin-bottom: 26px;
  font-size: 1rem;
  line-height: 1.8;
}
.style-corporate .section-plan .image-group .image {
  margin-left: auto;
  margin-right: auto;
}
.style-corporate .section-plan .image-group .image + .image {
  margin-top: 30px;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .image-group .image + .image {
    margin-top: 0;
  }
}
.style-corporate .section-plan .note {
  margin-top: 20px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .style-corporate .section-plan .note {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
  }
}
@media screen and (min-width: 780px) {
  .style-corporate .plan-15 .merit:nth-of-type(2) .image {
    margin-left: 0;
    margin-right: 0;
  }
}
.style-corporate .plan-15 .merit:nth-of-type(2) .image:nth-of-type(1) {
  max-width: 178px;
}
.style-corporate .plan-15 .merit:nth-of-type(2) .image:nth-of-type(2) {
  max-width: 298px;
}
.style-corporate .plan-100 .merit:nth-of-type(2) .image {
  max-width: 318px;
}
@media screen and (min-width: 780px) {
  .style-corporate .plan-100 .merit:nth-of-type(2) .image {
    max-width: 443px;
  }
}

.section-privacy-policy {
  margin-top: 37px;
  padding-bottom: 136px;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy {
    margin-top: 92px;
    padding-bottom: 145px;
  }
}
.section-privacy-policy .description .text-std {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy .description .text-std {
    font-size: 1rem;
    line-height: 2;
  }
}
.section-privacy-policy .description .note {
  margin-top: 24px;
  font-size: 0.75rem;
  line-height: 1.8;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy .description .note {
    margin-top: 30px;
    font-size: 0.75rem;
    line-height: 2;
  }
}
.section-privacy-policy .list-privacy {
  padding-left: 1.1em;
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy .list-privacy {
    margin-top: 80px;
  }
}
.section-privacy-policy .list-privacy + .description {
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy .list-privacy + .description {
    margin-top: 80px;
  }
}
.section-privacy-policy .list-privacy > li {
  list-style: decimal;
  font-size: 0.75rem;
  line-height: 1.8;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy .list-privacy > li {
    font-size: 1rem;
    line-height: 2;
  }
}
.section-privacy-policy .list-privacy > li + li {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy .list-privacy > li + li {
    margin-top: 50px;
  }
}
.section-privacy-policy .list-privacy > li .list-alpha li + li {
  margin-top: 4px;
}
.section-privacy-policy .list-privacy .text {
  display: block;
}
.section-privacy-policy .list-privacy .text + .text-group {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy .list-privacy .text + .text-group {
    margin-top: 20px;
  }
}
.section-privacy-policy .list-privacy .text-group {
  display: block;
}
.section-privacy-policy .list-privacy .text-group + .text-group {
  margin-top: 24px;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy .list-privacy .text-group + .text-group {
    margin-top: 20px;
  }
}
.section-privacy-policy .list-privacy .text-group .text + .text {
  margin-top: 24px;
}
@media screen and (min-width: 780px) {
  .section-privacy-policy .list-privacy .text-group .text + .text {
    margin-top: 20px;
  }
}
.style-database-1000 {
  padding-bottom: 207px;
}
@media screen and (min-width: 780px) {
  .style-database-1000 {
    padding-bottom: 173px;
  }
}

.hero-database-1000 {
  background: #ffb919;
}
.hero-database-1000 .content-std {
  display: block;
  padding-top: 105px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 780px) {
  .hero-database-1000 .content-std {
    max-width: 1040px;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 62px;
  }
}
.hero-database-1000 .hgroup {
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .hero-database-1000 .hgroup {
    max-width: 880px;
  }
}
.hero-database-1000 .hgroup .heading {
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .hero-database-1000 .hgroup .heading {
    max-width: 702px;
  }
}
.hero-database-1000 .hgroup .caption {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .hero-database-1000 .hgroup .caption {
    font-size: 1rem;
  }
}
.hero-database-1000 .hgroup .button.has-pulldown {
  position: relative;
  margin-top: 40px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .hero-database-1000 .hgroup .button.has-pulldown {
    max-width: 314px;
  }
}

#section-database-1000 .ranking_list {
  padding: 30px 0;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .ranking_list {
    padding: 45px 0;
  }
}
#section-database-1000 .js-dropdown {
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown {
    font-size: 1.2rem;
  }
}
#section-database-1000 .js-dropdown::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 130px;
  width: 20px;
  height: 20px;
  background: url(../images/legacy/sousenkyo/database/arrow_bottom.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section-database-1000 .js-dropdown.open::after {
  top: 7px;
  background: url(../images/legacy/sousenkyo/database/arrow_top.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#section-database-1000 .js-dropdown .ranking_number {
  font-size: 1.2rem;
}
#section-database-1000 .js-dropdown .book_title {
  font-size: 1.2rem;
}
#section-database-1000 .js-dropdown-menu .isbn {
  font-size: 0.8rem;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .isbn {
    font-size: 1rem;
  }
}
#section-database-1000 .js-dropdown-menu .book_details .book_details_text .author_list {
  font-size: 0.8rem;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .book_details .book_details_text .author_list {
    font-size: 1rem;
  }
}
#section-database-1000 .js-dropdown-menu .book_details .book_details_text .publisher {
  font-size: 0.8rem;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .book_details .book_details_text .publisher {
    font-size: 1rem;
  }
}
#section-database-1000 .js-dropdown-menu .book_details .book_details_image {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .book_details .book_details_image {
    width: 318px;
    height: 318px;
  }
}
#section-database-1000 .js-dropdown-menu .book_categories.sp .genre {
  font-size: 1rem;
}
#section-database-1000 .js-dropdown-menu .by_gender_rank {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .by_gender_rank {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }
}
#section-database-1000 .js-dropdown-menu .by_gender_rank .boy,
#section-database-1000 .js-dropdown-menu .by_gender_rank .girl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .by_gender_rank .boy {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .by_gender_rank .girl {
    margin-bottom: 0;
  }
}
#section-database-1000 .js-dropdown-menu .by_gender_rank span.boy_rank_number,
#section-database-1000 .js-dropdown-menu .by_gender_rank span.girl_rank_number {
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .by_gender_rank span.boy_rank_number,
  #section-database-1000 .js-dropdown-menu .by_gender_rank span.girl_rank_number {
    font-size: 1.2rem;
  }
}
#section-database-1000 .js-dropdown-menu .by_gender_rank img {
  width: 30px;
  height: auto;
  bottom: auto;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .by_gender_rank img {
    width: 45px;
  }
}
#section-database-1000 .js-dropdown-menu .election_rank {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .election_rank {
    padding-left: 0;
    padding-right: 0;
  }
}
#section-database-1000 .js-dropdown-menu .election_rank span.election_rank_number {
  font-size: 1rem;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .election_rank span.election_rank_number {
    font-size: 1.2rem;
  }
}
#section-database-1000 .js-dropdown-menu .pc_flex {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .pc_flex table.year_rank {
    margin-top: 30px;
  }
}
#section-database-1000 .js-dropdown-menu .pc_flex table.year_rank td {
  font-size: 0.8rem;
}
#section-database-1000 .js-dropdown-menu .pc_flex table.year_rank td.year {
  font-size: 0.8rem;
}
#section-database-1000 .js-dropdown-menu .pc_flex .btn-buy {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  #section-database-1000 .js-dropdown-menu .pc_flex .btn-buy {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */