@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*------------------------------------------------------------
	Font
------------------------------------------------------------*/
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWG.ttf) format('truetype');
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sK.ttf) format('truetype');
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsK.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'icon';
  src: url('../fonts/icon.ttf?abyifq') format('truetype'), url('../fonts/icon.woff?abyifq') format('woff'), url('../fonts/icon.svg?abyifq#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-plus:before {
  content: "\e911";
}
.icon-cross:before {
  content: "\e907";
}
.icon-arr-right:before {
  content: "\e905";
}
.icon-minus:before {
  content: "\e90e";
}
.icon-pdf:before {
  content: "\e910";
}
.icon-star:before {
  content: "\e903";
}
.icon-envelope:before {
  content: "\e908";
}
.icon-marker:before {
  content: "\e90d";
}
.icon-graph:before {
  content: "\e909";
}
.icon-list:before {
  content: "\e904";
}
.icon-crown:before {
  content: "\e906";
}
.icon-continue:before {
  content: "\e90a";
}
.icon-hometown:before {
  content: "\e90b";
}
.icon-love:before {
  content: "\e90c";
}
.icon-municipality:before {
  content: "\e90f";
}
.icon-railway:before {
  content: "\e912";
}
.icon-spot:before {
  content: "\e913";
}
.icon-station:before {
  content: "\e914";
}
.icon-house:before {
  content: "\e915";
}
/*------------------------------------------------------------
	Init
------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}
@media print, screen and (max-width: 1039px) {
  html {
    font-size: 56.25%;
  }
}
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.025em;
  color: #444444;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
body > img {
  display: none;
}
body.fix {
  max-height: 100%;
  overflow: hidden;
}
body.lower #main {
  background-color: #EFEDED;
}
section {
  position: relative;
  background-color: inherit;
  overflow: hidden;
}
header,
nav,
main,
footer,
aside {
  position: relative;
  width: 100%;
}
p {
  text-align: justify;
  hanging-punctuation: force-end;
  line-height: 2;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  pointer-events: none;
}
strong {
  font-weight: bold;
  color: #11847B;
}
table {
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
  font-weight: bold;
  outline: none;
  transition: all 0.25s;
}
a[href] {
  color: #1E284C;
}
a[href]:hover,
a[href]:active {
  color: #11847B;
  text-decoration: underline;
}
a:not([href]),
a[href=""] {
  color: #999999;
  text-decoration: none;
}
a:not([href]):hover,
a[href=""]:hover,
a:not([href]):active,
a[href=""]:active {
  color: #999999;
  text-decoration: none;
}
a.disabled {
  color: #999999 !important;
  pointer-events: none;
}
.sp {
  display: none;
}
@media print, screen and (max-width: 1039px) {
  .sp {
    display: block;
  }
}
/*------------------------------------------------------------
	MAKE BASE
------------------------------------------------------------*/
.inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}
@media print, screen and (max-width: 1039px) {
  .inner {
    max-width: 600px;
    padding: 0 12.5px;
  }
}
@media screen and (min-width: 1040px) {
  .inner.fullwidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.content {
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
}
.content + .control {
  margin-top: 60px;
}
@media print, screen and (max-width: 1039px) {
  .content + .control {
    margin-top: 40px;
  }
}
.control {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.media {
  position: relative;
  overflow: hidden;
}
.media img {
  width: 100%;
}
.larger {
  font-size: 1.2em;
}
.category__list {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  margin: 1rem -10px;
}
@media print, screen and (max-width: 1039px) {
  .category__list {
    margin: 1rem -5px;
  }
}
.category__list:first-child {
  margin-top: 0;
}
.category__list:last-child {
  margin-bottom: 0;
}
.category__list li {
  list-style: none;
  position: relative;
  box-sizing: border-box;
  padding-right: 24px;
}
@media screen and (min-width: 1040px) {
  .category__list li {
    margin: 0.25rem 0.75rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 1039px) {
  .category__list li {
    padding-right: 20px;
    margin: 0.5rem 5px;
    font-size: 1.6rem;
    min-width: calc(25% - 10px);
  }
}
@media print, screen and (max-width: 599px) {
  .category__list li {
    min-width: calc(50% - 10px);
  }
}
.category__list li::before {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  margin-right: 0.25em;
  background: url("../img/common/arr_right-gray.svg") no-repeat center / contain;
  vertical-align: sub;
}
@media print, screen and (max-width: 1039px) {
  .category__list li::before {
    margin-right: 0.125em;
  }
}
.category__list li:empty::before {
  display: none;
}
@media screen and (min-width: 1040px) {
  .category__list li:empty::after {
    content: " ";
    height: 2rem;
    display: inline-block;
  }
}
.category__list li > * {
  vertical-align: middle;
}
.category__list li .pdf {
  float: right;
  font-size: 0.8em;
  margin-top: 0.5rem;
  color: #444444 !important;
}
@media print, screen and (max-width: 1039px) {
  .category__list li .pdf {
    font-size: 0;
  }
}
.category__list li .pdf i {
  font-size: 1.25em;
}
@media print, screen and (max-width: 1039px) {
  .category__list li .pdf i {
    font-size: 2.25rem;
  }
}
.category__list li a:not([href]).pdf,
.category__list li a[href=""].pdf {
  color: #999999 !important;
}
.category__list li a:not([href]).pdf.disabled,
.category__list li a[href=""].pdf.disabled {
  color: #999999 !important;
}
.category__list li i.new {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*------------------------------------------------------------
	TITLE
------------------------------------------------------------*/
.title {
  position: relative;
  color: #11847B;
  clear: both;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 1039px) {
  .title {
    font-size: 2rem;
  }
}
.lead {
  text-align: left;
}
@media screen and (min-width: 1040px) {
  .lead {
    text-align: center;
  }
}
/*------------------------------------------------------------
	BUTTON
------------------------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  background-color: #11847B;
  color: #ffffff !important;
  text-align: center;
  margin: 1em;
  border-radius: 0.36em;
  font-weight: 500;
}
@media screen and (min-width: 1040px) {
  .btn {
    font-size: 1.6rem;
    width: 360px;
    height: 50px;
    line-height: 50px;
  }
}
@media print, screen and (max-width: 1039px) {
  .btn {
    font-size: 1.4rem;
    width: 240px;
    height: 40px;
    line-height: 40px;
  }
}
.btn:hover {
  opacity: 0.6;
  color: #ffffff;
}
.btn::before {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  margin-right: 0.5em;
  margin-left: -1.3rem;
  background: url("../img/common/arr_right-white.svg") no-repeat center / contain;
  vertical-align: baseline;
}
.btn--hokkaido {
  background-color: #95C12A;
}
.btn--tohoku {
  background-color: #5BB5A2;
}
.btn--kitakanto {
  background-color: #A6B17C;
}
.btn--shutoken {
  background-color: #D4BF1B;
}
.btn--koushinetu {
  background-color: #8EAE73;
}
.btn--hokuriku {
  background-color: #7A9166;
}
.btn--tokai {
  background-color: #906CA1;
}
.btn--kansai {
  background-color: #D66585;
}
.btn--chugokushikoku {
  background-color: #C85558;
}
.btn--kyushu {
  background-color: #E5864E;
}
.btn--all {
  background-color: #1E284C;
}
.btn--back {
  background-color: #11847B;
  font-size: 2rem;
}
@media print, screen and (max-width: 1039px) {
  .btn--back {
    font-size: 1.6rem;
  }
}
.btn__list {
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
}
.btn__list li {
  list-style: none;
  display: inline-block;
  width: calc(100% / 3 - 33px);
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 49px;
}
.btn__list li:nth-of-type(3n) {
  margin-right: 0;
}
@media print, screen and (max-width: 1039px) {
  .btn__list li {
    width: 50%;
  }
}
.btn__list .btn {
  max-width: 100%;
  width: 100%;
  margin: 0;
  font-size: 1.8rem;
  height: 50px;
  line-height: 50px;
}
.btn__list .btn::before {
  margin-right: 8px;
}
.btn__center {
  text-align: center;
}
/*------------------------------------------------------------
	ANNOTATION ul, ol
------------------------------------------------------------*/
ul.annotation,
ol.annotation {
  padding: 0.25rem;
}
ul.annotation li,
ol.annotation li {
  position: relative;
  list-style: none;
  padding-left: 1.15em;
  margin: 0.25em;
  font-size: 1rem;
}
ul.annotation li::before,
ol.annotation li::before {
  content: "\0203b";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
/*------------------------------------------------------------
	SHARE ul
------------------------------------------------------------*/
/*------------------------------------------------------------
	PDF DOWNLOAD LINK
------------------------------------------------------------*/
a.download {
  display: inline-block;
  text-decoration: none !important;
  color: #11847B !important;
  border-bottom: dashed 1px #11847B;
  padding: 0.5rem;
  font-size: 1.6rem;
  margin: 5px auto;
}
@media print, screen and (max-width: 1039px) {
  a.download {
    margin-bottom: 10px;
  }
}
a.download i {
  font-size: 2em;
  margin-left: 1rem;
}
/*------------------------------------------------------------
    NEW ICON
------------------------------------------------------------*/
i.new {
  display: inline-block;
  color: #D70A2F;
  padding: 0 0.3em;
  font-style: normal;
  font-size: 0.8125rem;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
}
@media print, screen and (max-width: 1039px) {
  i.new {
    font-size: 10px;
    transform: scale(0.65);
    transform-origin: right center;
  }
}
i.new::before {
  content: "NEW";
}
/*------------------------------------------------------------
    BREADCRUMB ol
------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #D3D3D3;
}
.breadcrumb.bottom {
  border-top: 1px solid #D3D3D3;
  border-bottom: none;
}
@media screen and (min-width: 1040px) {
  .breadcrumb .inner {
    padding: 0;
  }
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
  display: flex;
}
@media print, screen and (max-width: 1039px) {
  .breadcrumb ol {
    overflow-x: scroll;
  }
}
.breadcrumb li {
  list-style: none;
  position: relative;
  height: 24px;
  min-height: 24px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 1039px) {
  .breadcrumb li {
    line-height: 1em;
  }
}
.breadcrumb li:first-of-type {
  padding: 3px 8px 3px 24px;
}
.breadcrumb li:first-of-type::before {
  content: '';
  background: url(../img/common/icon_breadcrumb.svg) no-repeat center center / cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.breadcrumb li:not(:first-child) {
  padding: 3px 8px 3px 16px;
}
.breadcrumb li:not(:first-child)::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  border-top: solid 15px #ffffff;
  border-bottom: solid 15px #ffffff;
  border-left: solid 10px  transparent;
}
.breadcrumb li:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  border-top: solid 15px #D3D3D3;
  border-bottom: solid 15px #D3D3D3;
  border-left: solid 10px  transparent;
  border-right: solid 1px #D3D3D3;
}
.breadcrumb li:last-child a {
  color: #2D2D2D;
}
.breadcrumb span {
  vertical-align: 0.1em;
}
@media print, screen and (max-width: 1039px) {
  .breadcrumb span {
    vertical-align: middle;
  }
}
.breadcrumb span,
.breadcrumb a {
  font-size: 1rem;
  font-weight: normal;
  height: 24px;
  min-height: 24px;
  line-height: 24px;
  display: block;
}
@media print, screen and (max-width: 1039px) {
  .breadcrumb span,
  .breadcrumb a {
    font-size: 10px;
  }
}
/*------------------------------------------------------------
    MODAL
------------------------------------------------------------*/
/*------------------------------------------------------------
    ACCORD
------------------------------------------------------------*/
.accord {
  overflow: hidden;
  position: relative;
}
.accord .accord__content {
  overflow: hidden;
  box-sizing: border-box;
  max-height: 0;
  transition: max-height 0.6s 0.2s ease-in;
}
.accord .accord__content > * {
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.5s 0.1s ease, opacity 0.25s linear;
}
.accord .accord__button {
  position: relative;
}
.accord .accord__button::before,
.accord .accord__button::after {
  position: absolute;
  height: 1em;
  width: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: opacity 0.25s ease;
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accord .accord__button::before {
  content: "\e911";
  opacity: 1;
}
.accord .accord__button::after {
  content: "\e90e";
  opacity: 0;
}
.accord.active .accord__content {
  max-height: 3000px;
  transition: max-height 0.4s 0.2s ease-in;
}
.accord.active .accord__content > * {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s ease, opacity 0.25s 0.3s linear;
}
.accord.active .accord__button::before {
  opacity: 0;
}
.accord.active .accord__button::after {
  opacity: 1;
}
/*------------------------------------------------------------
    TAB
------------------------------------------------------------*/
/*------------------------------------------------------------
    MODAL
------------------------------------------------------------*/
/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/
/*------------------------------------------------------------
    SCROLLABLE TABLE
------------------------------------------------------------*/
@media print, screen and (max-width: 1039px) {
  .js-scrollable table th,
  .js-scrollable table td {
    white-space: nowrap;
  }
}
#global-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.2s ease;
}
#global-nav.in {
  opacity: 1;
}
#global-nav.out {
  opacity: 0;
  transform: translateY(-30px);
}
#global-nav .hamburger-menu {
  position: absolute;
  right: 18px;
  width: 24px;
  height: 22px;
  z-index: 800;
}
@media screen and (min-width: 1040px) {
  #global-nav .hamburger-menu {
    display: none;
  }
}
#global-nav .hamburger-menu::before,
#global-nav .hamburger-menu::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: no-repeat center / contain;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*------------------------------------------------------------
HEADER
------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #D3D3D3;
  background-color: #ffffff;
}
#header .inner {
  padding: 0;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
@media print, screen and (max-width: 1039px) {
  #header .inner {
    height: 55px;
    line-height: 55px;
  }
}
@media print, screen and (max-width: 1039px) {
  #header .inner.top .sns-facebook,
  #header .inner.top .sns-twitter,
  #header .inner.top .sns-line {
    display: none;
  }
}
#header a {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
#header a img {
  display: block;
  width: auto;
}
#header .logo {
  position: relative;
  vertical-align: middle;
  top: auto;
  transform: translateY(0);
  left: 0;
  margin: 0 auto;
}
#header .logo img {
  height: 57px;
}
@media print, screen and (max-width: 1039px) {
  #header .logo img {
    height: 28px;
  }
}
@media print, screen and (max-width: 1039px) {
  #header .logo {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#header .brand {
  left: 0;
}
#header .brand img {
  height: 30px;
}
@media print, screen and (max-width: 1039px) {
  #header .brand {
    left: 10px;
  }
  #header .brand img {
    height: 18px;
  }
}
#header .brand_list {
  list-style: none;
  text-align: left;
  display: flex;
  margin: 0;
  padding: calc(35px + 1rem) 0 0;
}
@media print, screen and (max-width: 1039px) {
  #header .brand_list {
    display: none;
  }
}
#header .brand_list > li {
  line-height: 14px;
}
#header .brand_list > li:after {
  content: '>';
  margin: 0 5px;
}
#header .brand_list > li:last-of-type:after {
  content: none;
}
#header .brand_list a {
  position: static;
  font-weight: normal;
}
@media print, screen and (max-width: 1039px) {
  #header .brand {
    display: none;
  }
}
#header .mirai {
  left: 146px;
}
#header .mirai img {
  height: 28px;
}
@media print, screen and (max-width: 1039px) {
  #header .mirai {
    left: 95px;
  }
  #header .mirai img {
    height: 18px;
  }
}
#header .sns-facebook {
  right: calc(62px + 1em);
  display: inline-block;
  height: 31px;
}
@media print, screen and (max-width: 1039px) {
  #header .sns-facebook {
    right: calc(62px + 1em + 55px);
  }
}
#header .sns-twitter {
  right: calc(31px + 0.5em);
  display: inline-block;
  height: 31px;
  padding-left: 0.5em;
}
@media print, screen and (max-width: 1039px) {
  #header .sns-twitter {
    right: calc(31px + 0.5em + 55px);
  }
}
#header .sns-line {
  right: 0;
  display: inline-block;
  height: 31px;
  padding-left: 0.5em;
}
@media print, screen and (max-width: 1039px) {
  #header .sns-line {
    right: 55px;
  }
}
@media print, screen and (max-width: 1039px) {
  #header.under .logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
    width: 45%;
    margin: 0;
  }
  #header.under .logo img {
    height: 32.5px;
  }
}
@media print, screen and (max-width: 1039px) {
  #header.under .brand {
    display: none;
  }
}
/*------------------------------------------------------------
NAV
------------------------------------------------------------*/
#nav,
body#index #nav--clone {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #11847B;
  color: #ffffff;
  z-index: 300;
}
@media print, screen and (max-width: 1039px) {
  #nav,
  body#index #nav--clone {
    background: transparent;
    overflow: hidden;
    top: 0;
    width: 0;
    height: 0;
    transition: height 0.35s ease;
    position: absolute;
  }
  #nav .hamburger-menu,
  body#index #nav--clone .hamburger-menu {
    top: 16px;
  }
  #nav.open,
  body#index #nav--clone.open {
    height: 100vh;
    right: 0;
    width: 100%;
  }
  #nav.open::before,
  body#index #nav--clone.open::before {
    content: '';
    background: rgba(3, 3, 3, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #nav.open .inner,
  body#index #nav--clone.open .inner {
    width: 63vw;
    padding-top: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #11847B;
    box-shadow: -3px 0px 6px rgba(45, 45, 45, 0.75);
  }
  #nav.open .hamburger-menu::before,
  body#index #nav--clone.open .hamburger-menu::before {
    opacity: 0;
  }
  #nav.open .hamburger-menu::after,
  body#index #nav--clone.open .hamburger-menu::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1040px) {
  #nav,
  body#index #nav--clone {
    border-bottom: solid 1px #b3b3b3;
  }
}
#nav .inner,
body#index #nav--clone .inner {
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1040px) {
  #nav .inner,
  body#index #nav--clone .inner {
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
}
#nav .inner ul,
body#index #nav--clone .inner ul {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0;
}
@media print, screen and (max-width: 1039px) {
  #nav .inner ul,
  body#index #nav--clone .inner ul {
    margin: 0 24px;
    max-width: 300px;
  }
}
#nav .inner ul li,
body#index #nav--clone .inner ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 9px 12px;
}
#nav .inner ul a,
body#index #nav--clone .inner ul a {
  position: relative;
  display: block;
  width: auto;
  height: 32px;
  line-height: 32px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (max-width: 1039px) {
  #nav .inner ul a,
  body#index #nav--clone .inner ul a {
    font-size: 1.8rem;
  }
}
#nav .inner ul a:hover,
body#index #nav--clone .inner ul a:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 1039px) {
  #nav .inner > ul:nth-child(1) li,
  body#index #nav--clone .inner > ul:nth-child(1) li {
    display: block;
    width: 100%;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 1040px) {
  #nav .inner > ul:nth-child(1) li .pulldown,
  body#index #nav--clone .inner > ul:nth-child(1) li .pulldown {
    visibility: hidden;
  }
  #nav .inner > ul:nth-child(1) li:hover .pulldown,
  body#index #nav--clone .inner > ul:nth-child(1) li:hover .pulldown {
    visibility: visible;
  }
  #nav .inner > ul:nth-child(1) li.active > a::after,
  body#index #nav--clone .inner > ul:nth-child(1) li.active > a::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1040px) {
  #nav .inner > ul:nth-child(1) li > li:first-child,
  body#index #nav--clone .inner > ul:nth-child(1) li > li:first-child {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 1039px) {
  #nav .inner > ul:nth-child(1) li.open .pulldown__title::before,
  body#index #nav--clone .inner > ul:nth-child(1) li.open .pulldown__title::before {
    background: url(../img/common/icon_nav-open.svg) no-repeat center center / 80%;
  }
}
#nav .inner > ul:nth-child(1) a:link,
#nav .inner > ul:nth-child(1) a[href],
body#index #nav--clone .inner > ul:nth-child(1) a:link,
body#index #nav--clone .inner > ul:nth-child(1) a[href] {
  color: #ffffff;
}
#nav .inner > ul:nth-child(1) a:link:hover,
#nav .inner > ul:nth-child(1) a[href]:hover,
#nav .inner > ul:nth-child(1) a:link:active,
#nav .inner > ul:nth-child(1) a[href]:active,
body#index #nav--clone .inner > ul:nth-child(1) a:link:hover,
body#index #nav--clone .inner > ul:nth-child(1) a[href]:hover,
body#index #nav--clone .inner > ul:nth-child(1) a:link:active,
body#index #nav--clone .inner > ul:nth-child(1) a[href]:active {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 1040px) {
  #nav .inner > ul:nth-child(1) a::after,
  body#index #nav--clone .inner > ul:nth-child(1) a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  #nav .inner > ul:nth-child(1) a:hover::after,
  body#index #nav--clone .inner > ul:nth-child(1) a:hover::after {
    opacity: 1;
  }
}
#nav .inner > ul:nth-child(1) .pulldown,
body#index #nav--clone .inner > ul:nth-child(1) .pulldown {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1040px) {
  #nav .inner > ul:nth-child(1) .pulldown,
  body#index #nav--clone .inner > ul:nth-child(1) .pulldown {
    padding-top: 20px;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    width: 130px;
  }
}
@media print, screen and (max-width: 1039px) {
  #nav .inner > ul:nth-child(1) .pulldown,
  body#index #nav--clone .inner > ul:nth-child(1) .pulldown {
    margin-bottom: 8px;
  }
}
#nav .inner > ul:nth-child(1) .pulldown__title,
body#index #nav--clone .inner > ul:nth-child(1) .pulldown__title {
  position: relative;
  color: #ffffff !important;
  pointer-events: auto!important;
  cursor: pointer;
}
@media print, screen and (max-width: 1039px) {
  #nav .inner > ul:nth-child(1) .pulldown__title::before,
  body#index #nav--clone .inner > ul:nth-child(1) .pulldown__title::before {
    content: '';
    background: url(../img/common/icon_nav-close.svg) no-repeat center center / 80%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }
}
#nav .inner > ul:nth-child(1) .pulldown ul,
body#index #nav--clone .inner > ul:nth-child(1) .pulldown ul {
  text-align: center;
}
@media print, screen and (max-width: 1039px) {
  #nav .inner > ul:nth-child(1) .pulldown ul,
  body#index #nav--clone .inner > ul:nth-child(1) .pulldown ul {
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1040px) {
  #nav .inner > ul:nth-child(1) .pulldown ul,
  body#index #nav--clone .inner > ul:nth-child(1) .pulldown ul {
    background-color: #11847B;
    color: #ffffff;
    position: relative;
    padding: 10px 15px;
  }
  #nav .inner > ul:nth-child(1) .pulldown ul::before,
  body#index #nav--clone .inner > ul:nth-child(1) .pulldown ul::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #11847B transparent;
  }
}
#nav .inner > ul:nth-child(1) .pulldown ul li,
body#index #nav--clone .inner > ul:nth-child(1) .pulldown ul li {
  display: block;
}
@media screen and (min-width: 1040px) {
  #nav .inner > ul:nth-child(1) .pulldown ul li,
  body#index #nav--clone .inner > ul:nth-child(1) .pulldown ul li {
    margin: 0;
  }
}
@media print, screen and (max-width: 1039px) {
  #nav .inner > ul:nth-child(1) .pulldown ul li,
  body#index #nav--clone .inner > ul:nth-child(1) .pulldown ul li {
    margin-bottom: 4px;
  }
}
@media print, screen and (max-width: 1039px) {
  #nav .inner > ul:nth-child(2),
  body#index #nav--clone .inner > ul:nth-child(2) {
    margin-top: 20px;
  }
  #nav .inner > ul:nth-child(2) li,
  body#index #nav--clone .inner > ul:nth-child(2) li {
    width: 100%;
    text-align: center;
    margin: 9px auto;
  }
}
@media screen and (min-width: 1040px) {
  #nav .inner > ul:nth-child(2),
  body#index #nav--clone .inner > ul:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
#nav .inner > ul:nth-child(2) a,
body#index #nav--clone .inner > ul:nth-child(2) a {
  transition: all 0.25s ease;
  padding: 0 15px;
  border-radius: 16px;
  background-color: #ffffff;
}
#nav .inner > ul:nth-child(2) a:link,
#nav .inner > ul:nth-child(2) a[href],
body#index #nav--clone .inner > ul:nth-child(2) a:link,
body#index #nav--clone .inner > ul:nth-child(2) a[href] {
  color: #11847B;
}
#nav .inner > ul:nth-child(2) a:link:hover,
#nav .inner > ul:nth-child(2) a[href]:hover,
#nav .inner > ul:nth-child(2) a:link:active,
#nav .inner > ul:nth-child(2) a[href]:active,
body#index #nav--clone .inner > ul:nth-child(2) a:link:hover,
body#index #nav--clone .inner > ul:nth-child(2) a[href]:hover,
body#index #nav--clone .inner > ul:nth-child(2) a:link:active,
body#index #nav--clone .inner > ul:nth-child(2) a[href]:active {
  background-color: #1ddecf;
  color: #ffffff;
}
#nav .inner > ul:nth-child(2) li.active a,
body#index #nav--clone .inner > ul:nth-child(2) li.active a {
  background-color: #1ddecf;
  color: #ffffff;
}
@media screen and (min-width: 1040px) {
  #nav .inner > ul:nth-child(2) > li:last-child,
  body#index #nav--clone .inner > ul:nth-child(2) > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  #nav .hamburger-menu,
  body#index #nav--clone .hamburger-menu {
    display: none;
  }
}
/*------------------------------------------------------------
MAIN
------------------------------------------------------------*/
#main {
  background: #ffffff;
  padding-top: 155px;
}
@media print, screen and (max-width: 1039px) {
  #main {
    padding-top: 88px;
  }
}
#main section {
  overflow: hidden;
  position: relative;
}
#main section .inner {
  margin: 20px auto 50px;
}
@media print, screen and (max-width: 1039px) {
  #main section .inner {
    margin: 10px auto 25px;
  }
}
#main .heading,
#main .section-header {
  overflow: hidden;
  transition: max-height 1s;
}
#main .heading .title {
  color: #2D2D2D;
  margin: 0;
  min-height: 62px;
  line-height: 62px;
  font-size: 3.6rem;
}
@media print, screen and (max-width: 1039px) {
  #main .heading .title {
    min-height: 36px;
    line-height: 36px;
    font-size: 2rem;
  }
}
#main .heading .title img {
  display: block;
  margin: 0 auto 1rem;
  height: 48px;
}
#main .heading .title img.sup {
  height: 34px;
}
@media print, screen and (max-width: 1039px) {
  #main .heading .title img {
    height: 24px;
  }
  #main .heading .title img.sup {
    height: 24px;
  }
}
#main .heading .title span {
  display: block;
}
#main .heading .title span.main {
  font-size: 1.275em;
}
#main .heading .inner {
  background: none;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  margin: 0 auto !important;
}
#main .title,
#main .control {
  text-align: center;
  position: relative;
}
#main .section-header .title {
  color: #11847B;
  margin: 0 0 10px;
  font-weight: 500;
  min-height: 60px;
  line-height: 60px;
  font-size: 2.6rem;
}
@media print, screen and (max-width: 1039px) {
  #main .section-header .title {
    min-height: 39px;
    line-height: 39px;
    font-size: 2.5rem;
  }
}
#main .section-header .title::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 0;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/section_title_back.svg) no-repeat center / contain;
}
#main .section-header .title span {
  display: block;
}
#main .section-header .title span.main {
  font-size: 1.275em;
}
#main .section-header .crown-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media print, screen and (max-width: 1039px) {
  #main .section-header .crown-title {
    line-height: 25px;
    justify-content: center;
  }
}
#main .section-header .crown-title .icon {
  margin-right: 0.3em;
  width: 40px;
}
@media print, screen and (max-width: 1039px) {
  #main .section-header .crown-title .icon {
    width: 29px;
  }
}
#main .section-header .crown-title .icon img {
  vertical-align: baseline;
}
#main .section-header .crown-title .text {
  line-height: 39px;
  font-size: 2.6rem;
  color: #11847B;
}
@media print, screen and (max-width: 1039px) {
  #main .section-header .crown-title .text {
    font-size: 2rem;
    line-height: 27px;
  }
}
#main .section-header .inner {
  background: none;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  margin: 0 auto !important;
}
/*------------------------------------------------------------
FOOTER
------------------------------------------------------------*/
#footer {
  border-top: solid 1px #999999;
  background: #ffffff;
}
#footer .inner {
  padding: 0;
}
@media print, screen and (max-width: 1039px) {
  #footer .inner {
    padding: 0 12.5px;
  }
}
#footer .footer-area {
  padding: 45px 0 15px;
}
@media print, screen and (max-width: 1039px) {
  #footer .footer-area {
    padding: 15px 0 80px;
  }
}
#footer .footer-area__title {
  margin: 0 0 30px;
  font-size: 1.6rem;
}
@media print, screen and (max-width: 1039px) {
  #footer .footer-area__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
#footer .footer-area__title a {
  color: #2D2D2D;
}
#footer .content {
  display: flex;
  margin-bottom: 0;
}
@media print, screen and (max-width: 1039px) {
  #footer .content {
    display: block;
    margin: 0;
  }
}
#footer .link {
  margin-bottom: 20px;
  border-left: 1px solid #D3D3D3;
  padding: 0 35px 0 15px;
  min-width: 290px;
  width: calc(100% / 3);
}
@media print, screen and (max-width: 1039px) {
  #footer .link {
    width: auto;
    min-width: unset;
    padding: 0 15px;
  }
}
#footer .link:last-of-type {
  border-right: 1px solid #D3D3D3;
}
@media print, screen and (max-width: 1039px) {
  #footer .link:last-of-type {
    border-right: none;
  }
}
@media print, screen and (max-width: 1039px) {
  #footer .link {
    margin-bottom: 15px;
  }
}
#footer .link.blank {
  padding: 0 35px 0 15px;
}
@media print, screen and (max-width: 1039px) {
  #footer .link.blank {
    border-left: none;
    padding: 0 15px;
  }
}
#footer .link__title {
  margin: 0;
  font-size: 1.4rem;
}
#footer .link__title .sp_toggle {
  display: none;
}
@media print, screen and (max-width: 1039px) {
  #footer .link__title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  #footer .link__title .sp_toggle {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
  }
  #footer .link__title .sp_toggle:before {
    content: '';
    background: url(../img/common/icon_footer-close.svg) no-repeat center center / 80%;
    width: 16px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .link__title.open .sp_toggle::before {
    background: url(../img/common/icon_footer-open.svg) no-repeat center center / 80%;
  }
}
#footer .link__list {
  font-size: 1.3rem;
  padding: 0;
  margin: 15px auto 20px;
  list-style: none;
}
#footer .link__list li img {
  display: block;
}
#footer .link__list li a {
  font-weight: normal;
  color: #2D2D2D;
  line-height: 26px;
}
@media print, screen and (max-width: 1039px) {
  #footer .link__list li a {
    line-height: 2.9;
  }
}
#footer .blank__list {
  list-style: none;
  padding: 0;
}
#footer .blank__list.sns {
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.sns {
    justify-content: center;
    margin-right: 0;
  }
}
#footer .blank__list.sns > li {
  margin-right: 6px;
}
#footer .blank__list.sns > li:last-of-type {
  margin-right: 0;
}
#footer .blank__list.sns img {
  height: 32px;
}
#footer .blank__list.brand {
  display: flex;
  justify-content: space-between;
  margin: 0 50px 32px;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.brand {
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#footer .blank__list.brand > li {
  width: 280px;
  height: 60px;
  border: 1px solid #D3D3D3;
  margin: 0;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.brand > li {
    width: 47%;
    height: 37px;
    margin: 0 3% 20px 0;
  }
  #footer .blank__list.brand > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#footer .blank__list.brand a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#footer .blank__list.brand .logo img {
  width: 165px;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.brand .logo img {
    width: 101px;
  }
}
#footer .blank__list.brand .eheya img {
  width: 152px;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.brand .eheya img {
    width: 93px;
  }
}
#footer .blank__list.brand .miraiken img {
  width: 153px;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.brand .miraiken img {
    width: 93px;
  }
}
#footer .blank__list.contact {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.contact {
    display: block;
  }
}
#footer .blank__list.contact > li:nth-of-type(1) {
  margin-right: 62px;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.contact > li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
#footer .blank__list.contact > li:nth-of-type(2) {
  margin-right: 36px;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.contact > li:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
#footer .blank__list.contact a.mail {
  display: block;
  color: #2D2D2D;
  font-weight: bold;
}
@media print, screen and (max-width: 1039px) {
  #footer .blank__list.contact a.mail {
    font-size: 1.3rem;
  }
}
#footer .blank__list.contact a.mail:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/common/icon_envelope-black.svg") no-repeat center top / 100% auto;
  margin-right: 0.5em;
  width: 18px;
  height: 18px;
}
#footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  background: #F5F7F8;
  border-top: 1px solid #999999;
  padding: 32px 0;
}
@media print, screen and (max-width: 1039px) {
  #footer .copyright {
    font-size: 1.3rem;
    padding: 10px 0 40px;
  }
}
/***************************************************************************************************************
#upper
***************************************************************************************************************/
#upper {
  position: fixed;
  z-index: 98;
  right: 30px;
  bottom: 30px;
}
@media print, screen and (max-width: 1039px) {
  #upper {
    right: 10px;
    bottom: 10px;
  }
}
#upper a {
  display: block;
  background-image: url("../img/common/upper.svg");
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: 75% auto;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background-color: rgba(245, 247, 248, 0.5);
  width: 85px;
  height: 85px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1039px) {
  #upper a {
    width: 65px;
    height: 65px;
  }
}
#SNS {
  position: fixed;
  width: auto;
  z-index: 500;
}
@media print, screen and (max-width: 1039px) {
  #SNS {
    left: auto;
    right: 0;
    top: 50px;
  }
}
@media screen and (min-width: 1040px) {
  #SNS {
    left: 0;
    bottom: 50px;
  }
}
#SNS ul {
  width: auto;
  margin: 0;
  padding: 20px;
}
@media print, screen and (max-width: 1039px) {
  #SNS ul {
    padding: 10px;
  }
}
#SNS li {
  list-style: none;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 1039px) {
  #SNS li {
    margin-bottom: 5px;
  }
}
#SNS a {
  display: block;
}
#SNS img {
  width: 40px;
}
@media print, screen and (max-width: 1039px) {
  #SNS img {
    width: 20px;
  }
}
body#index {
  background-color: #EFEDED;
}
@media print, screen and (max-width: 1039px) {
  body#index .lead {
    text-align: center;
  }
}
@media screen and (min-width: 1040px) {
  body#index #nav--clone {
    top: 0;
    position: relative;
  }
}
@media print, screen and (max-width: 1039px) {
  body#index #nav--clone {
    display: none!important;
  }
}
@media screen and (min-width: 1040px) {
  body#index.no_scroll #global-nav #header .logo {
    display: none;
  }
  body#index.no_scroll #global-nav #nav,
  body#index.no_scroll #global-nav body#index #nav--clone {
    display: none;
  }
}
@media print, screen and (max-width: 1039px) {
  body#index #header .brand {
    display: block;
  }
}
body#index #header .logo {
  display: none;
}
body#index #main {
  padding-top: 0;
}
body#index #main::before {
  content: '';
  position: absolute;
  top: -262px;
  width: 100%;
  height: 1109px;
  background: url(../img/index/main_bg.png) no-repeat top center / auto 100%;
}
@media print, screen and (max-width: 1039px) {
  body#index #main::before {
    top: -380px;
  }
}
@media print, screen and (max-width: 599px) {
  body#index #main::before {
    height: 639px;
    width: 784px;
    top: -151px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body#index section {
  background: none;
  padding-top: 30px;
}
@media print, screen and (max-width: 1039px) {
  body#index section {
    padding-top: 0;
  }
}
body#index section.start {
  padding: 12px 0 24px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.start {
    padding: 20px 12.5px;
  }
}
body#index section.start .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  color: #1E284C;
}
@media print, screen and (max-width: 1039px) {
  body#index section.start .title {
    line-height: 22px;
    text-align: center;
  }
}
body#index section.start .title span.main {
  display: block;
  font-size: 1.925em;
  margin: 0.5em;
}
body#index section.year {
  padding: 0;
  margin-bottom: 34px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(45, 45, 45, 0.16);
  border: 1px solid #11847B;
}
@media print, screen and (max-width: 1039px) {
  body#index section.year {
    margin: 0 12.5px 20px;
  }
}
body#index section.year .year {
  margin-bottom: 20px;
}
body#index section.year .year_box {
  background: #ffffff;
  padding: 20px 80px 10px 70px;
  border-radius: 10px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.year .year_box {
    padding: 10px 15px;
  }
}
body#index section.year .year_text {
  position: relative;
}
body#index section.year .year_text-img {
  height: 145px;
  width: 136px;
  position: absolute;
  left: 0;
  bottom: 0;
}
body#index section.year .year_text-img img {
  width: 100%;
}
@media print, screen and (max-width: 1039px) {
  body#index section.year .year_text-img {
    float: left;
    margin: -1em 4px 0 0;
    position: static;
    height: 101px;
    width: 95px;
  }
  body#index section.year .year_text-img img {
    height: 100%;
  }
}
body#index section.year .year_text-lead {
  width: calc(100% - 168px);
  margin-left: auto;
  line-height: 24px;
  font-size: 1.3rem;
}
@media print, screen and (max-width: 1039px) {
  body#index section.year .year_text-lead {
    width: auto;
    line-height: 22px;
    font-size: 1.6rem;
  }
}
body#index section.year .year_text-lead strong {
  color: #1E284C;
}
body#index section.year .year_title {
  color: #AD8D42;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 0 168px;
  text-align: center;
}
@media print, screen and (max-width: 1039px) {
  body#index section.year .year_title {
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 22px;
  }
}
body#index section.ranking {
  margin: 0 auto 20px;
  padding: 0;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking {
    padding: 0 12.5px 0;
    margin: 0 auto;
  }
}
body#index section.ranking .ranking_box {
  border-radius: 10px;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
body#index section.ranking .ranking_box::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10;
}
body#index section.ranking .ranking_box a {
  display: flex;
  position: relative;
  padding: 20px;
  z-index: 5;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_box a {
    padding: 10px;
  }
}
body#index section.ranking .ranking_box a:hover {
  text-decoration: none;
}
body#index section.ranking .ranking_box:after {
  content: '';
  background: url(../img/common/arr_yellow.svg) no-repeat center center / cover;
  width: 7px;
  height: 11px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
body#index section.ranking .ranking_img {
  width: 140px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_img {
    width: 90px;
    margin-right: 12px;
  }
}
body#index section.ranking .ranking_text {
  width: calc(100% - 162px);
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_text {
    width: calc(100% - 120px);
  }
}
body#index section.ranking .ranking_title {
  display: flex;
  align-items: center;
  margin: 0;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_title {
    line-height: 25px;
    justify-content: center;
  }
}
body#index section.ranking .ranking_title .icon {
  margin-right: 0.3em;
  width: 29px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_title .icon {
    width: 20px;
  }
}
body#index section.ranking .ranking_title .icon img {
  vertical-align: baseline;
}
body#index section.ranking .ranking_title .text {
  line-height: 1;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_title .text {
    font-size: 2rem;
    line-height: 1;
  }
}
body#index section.ranking .ranking_title.each {
  margin: 30px auto;
  justify-content: center;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_title.each {
    display: none;
  }
}
body#index section.ranking .ranking_title.each .icon {
  width: 40px;
  margin-right: 20px;
}
body#index section.ranking .ranking_title.each .text {
  font-size: 2.6rem;
  font-weight: 500;
  color: #11847B;
}
body#index section.ranking .ranking_lead {
  margin: 0 0 5px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_lead {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0.4rem auto;
    text-align: center;
  }
}
body#index section.ranking .ranking_link {
  width: 260px;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 38px;
  display: block;
  background: #11847B;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_link {
    width: 160px;
    line-height: 25px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
body#index section.ranking .ranking_link.new {
  display: flex;
  align-items: center;
  justify-content: center;
}
body#index section.ranking .ranking_link.new:after {
  content: 'NEW';
  font-size: 0.9rem;
  font-family: 'Oswald', sans-serif;
  color: #D70A2F;
  margin-left: 5px;
  padding-top: 2px;
  line-height: 1;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_link.new:after {
    font-size: 1rem;
    margin-left: 2px;
  }
}
body#index section.ranking .ranking_2025 {
  border: 3px solid #ffffff;
  background: #11847B;
}
body#index section.ranking .ranking_2025-title {
  text-align: center;
  color: #11847B;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_2025-title {
    margin: 0 auto 20px;
    line-height: 22px;
    font-size: 18px;
  }
}
body#index section.ranking .ranking_2025 a {
  color: #ffffff;
  display: block;
  position: relative;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_2025 a {
    display: flex;
  }
}
body#index section.ranking .ranking_2025 .ranking_img {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_2025 .ranking_img {
    position: static;
    margin-right: 10px;
  }
}
body#index section.ranking .ranking_2025 .ranking_text {
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_2025 .ranking_text {
    margin-left: 0;
    width: calc(100% - 114px);
  }
}
body#index section.ranking .ranking_2025 .ranking_title {
  justify-content: center;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_2025 .ranking_title {
    line-height: 31px;
  }
}
body#index section.ranking .ranking_2025 .ranking_title .icon {
  width: 41px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_2025 .ranking_title .icon {
    width: 21px;
  }
}
body#index section.ranking .ranking_2025 .ranking_title .icon img {
  vertical-align: sub;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_2025 .ranking_title .icon img {
    vertical-align: baseline;
  }
}
body#index section.ranking .ranking_2025 .ranking_title .text {
  font-size: 4rem;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_2025 .ranking_title .text {
    font-size: 2.5rem;
  }
}
body#index section.ranking .ranking_2025 .ranking_lead {
  text-align: center;
}
body#index section.ranking .ranking_2025 .ranking_link {
  background: #ffffff;
  color: #1E284C;
  margin: 0 auto;
}
body#index section.ranking .ranking_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_list {
    margin: 10px 0 0;
  }
}
body#index section.ranking .ranking_list > li {
  width: 498px;
  margin-bottom: 20px;
  list-style-type: none;
  border: 1px solid #999999;
  border-radius: 10px;
}
body#index section.ranking .ranking_list > li:nth-of-type(2n) {
  margin-right: 0;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_list > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
body#index section.ranking .ranking_list > li a {
  color: #1E284C;
}
body#index section.ranking .ranking_report {
  border: 1px solid #AD8D42;
  width: calc(100% - 2px);
  background: #ffffff;
  margin-bottom: 20px;
}
body#index section.ranking .ranking_report a {
  color: #1E284C;
  font-size: 2.4rem;
  line-height: 58px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_report a {
    font-size: 2rem;
    line-height: 36px;
  }
}
body#index section.ranking .ranking_contents {
  background: #ffffff;
  border: 1px solid #11847B;
  border-radius: 10px;
  padding: 60px 50px 25px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents {
    margin-bottom: 24px;
    padding: 25px 15px 50px;
  }
}
body#index section.ranking .ranking_contents.start {
  padding: 25px 50px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents.start {
    padding: 25px 15px 50px;
  }
}
body#index section.ranking .ranking_contents.start .inner .title {
  font-size: 50px;
  line-height: 66px;
  margin: 0 auto 60px;
  font-weight: 600;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents.start .inner .title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
body#index section.ranking .ranking_contents.start .ranking_list > li {
  width: 450px;
}
body#index section.ranking .ranking_contents.start .ranking_list > li .ranking_box a {
  padding: 20px 20px 15px 20px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents.start .ranking_list > li .ranking_box a {
    padding: 10px;
  }
}
body#index section.ranking .ranking_contents.start .ranking_list > li .ranking_box .ranking_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body#index section.ranking .ranking_contents.start .ranking_list > li .ranking_box .ranking_title {
  align-items: baseline;
  font-size: 24px;
  line-height: 1;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents.start .ranking_list > li .ranking_box .ranking_title {
    font-size: 16px;
  }
}
body#index section.ranking .ranking_contents.start .ranking_list > li .ranking_box .ranking_link {
  width: 218px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents.start .ranking_list > li .ranking_box .ranking_link {
    width: 90%;
    max-width: 200px;
  }
}
body#index section.ranking .ranking_contents-title {
  height: 60px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents-title {
    height: 84px;
    margin: 0 auto 15px;
  }
}
body#index section.ranking .ranking_contents-title img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
body#index section.ranking .ranking_contents-lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 56px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents-lead {
    line-height: 20px;
    margin-bottom: 20px;
  }
}
body#index section.ranking .ranking_contents-box {
  display: grid;
  grid-template-columns: 1fr 300px;
  column-gap: 45px;
  row-gap: 20px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents-box {
    display: block;
  }
}
body#index section.ranking .ranking_contents-box .box_img {
  grid-area: 1 / 2 / 3 / 3;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents-box .box_img {
    margin-bottom: 15px;
    text-align: center;
  }
}
body#index section.ranking .ranking_contents-box .box_img picture,
body#index section.ranking .ranking_contents-box .box_img img {
  border-radius: 10px;
}
body#index section.ranking .ranking_contents-box .box_text {
  font-size: 1.3rem;
  line-height: 24px;
  margin: 0;
  grid-area: 2 / 1 / 3 / 2;
}
body#index section.ranking .ranking_contents-box .box_title {
  font-size: 1.8rem;
  text-align: left;
  grid-area: 1 / 1 / 2 / 2;
  margin: 0;
  color: #11847B;
}
@media print, screen and (max-width: 1039px) {
  body#index section.ranking .ranking_contents-box .box_title {
    margin-bottom: 15px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
  }
}
body#index section.link {
  padding: 20px 0 70px;
  display: flex;
}
@media print, screen and (max-width: 1039px) {
  body#index section.link {
    padding: 35px 12.5px 50px;
    display: block;
  }
}
body#index section.link .link_list {
  padding: 0 20px 0 30px;
  margin: 0;
  width: 50%;
  font-size: 1.6rem;
  line-height: 34px;
}
@media print, screen and (max-width: 1039px) {
  body#index section.link .link_list {
    padding: 0 0 0 15px;
    width: 100%;
    line-height: 1.6;
  }
}
body#index section.link .link_list > li {
  list-style: none;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1039px) {
  body#index section.link .link_list > li {
    margin: 1em 0;
  }
}
body#index section.link .link_list > li:before {
  content: '';
  background: url(../img/common/arr_yellow.svg) no-repeat center center / cover;
  width: 7px;
  height: 11px;
  margin-right: 12px;
}
body#index section.link .link_list > li a {
  color: #2D2D2D;
  font-weight: normal;
}
body#index section.link .link_list > li.active a {
  font-weight: bold;
}
body#index #intro canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
body#index #intro > .inner {
  z-index: 1;
  padding: 0;
}
body#index #intro > .inner::before {
  content: '';
  position: absolute;
  width: 100vw;
  left: 50%;
  top: -195px;
  transform: translateX(-50%);
  height: 558px;
  background: url(../img/index/main_bg-light.png) no-repeat top center / auto 100%;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner::before {
    height: 416px;
    top: -20px;
    background: url(../img/index/main_light_sp.png) no-repeat top center / auto 100%;
    z-index: 0;
  }
}
@media print, screen and (max-width: 599px) {
  body#index #intro > .inner {
    margin: 90px auto 0;
  }
}
@media screen and (min-width: 601px) {
  body#index #intro > .inner {
    max-height: none;
    margin: 0 auto;
    padding-top: 87px;
  }
}
body#index #intro > .inner span,
body#index #intro > .inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body#index #intro > .inner h1 {
  text-align: center;
  margin: 0 0 40px;
  position: relative;
  z-index: 10;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner h1 {
    margin-bottom: 10px;
  }
}
body#index #intro > .inner h1 img {
  height: 204px;
}
body#index #intro > .inner h1 span {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
}
body#index #intro > .inner h1 span:after {
  content: '';
  background: #ffffff;
  width: 100%;
  height: 10px;
  display: block;
  margin-top: -5px;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner h1 span:after {
    height: 7px;
  }
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner h1 img {
    width: 71%;
    height: auto;
  }
  body#index #intro > .inner h1 span {
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .kv .txt .title {
    width: 72%;
    margin: 0 auto;
  }
}
body#index #intro > .inner .kv .map {
  width: calc(100% - 456px);
  position: relative;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .kv .map {
    width: auto;
  }
  body#index #intro > .inner .kv .map .map_img {
    width: 81%;
    margin: 0 4% 0 auto;
  }
}
body#index #intro > .inner .ribbon {
  background: url(../img/common/icon_ribbon.svg) no-repeat bottom center / auto 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  padding-bottom: 2px;
  color: #2D2D2D;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .ribbon {
    height: 50px;
    background-size: auto 50px;
  }
}
body#index #intro > .inner .ribbon_box {
  font-weight: bold;
  margin-top: -5px;
  margin-right: 5px;
}
body#index #intro > .inner .ribbon_box .big {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .ribbon_box .big {
    font-size: 1.4rem;
  }
}
body#index #intro > .inner .ribbon_box .year {
  line-height: 1.1em;
  margin-top: 0.2em;
  font-size: 0.9rem;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .ribbon_box .year {
    font-size: 0.9rem;
  }
}
body#index #intro > .inner .ribbon .target {
  font-weight: bolder;
  font-size: 1.8rem;
  line-height: 1;
  margin-top: -10px;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .ribbon .target {
    font-size: 1.3rem;
  }
}
body#index #intro > .inner .ribbon .target em {
  font-style: normal;
  font-size: 3.7rem;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .ribbon .target em {
    font-size: 2.7rem;
  }
}
body#index #intro > .inner .ribbon .target span {
  font-size: 2.1rem;
  display: inline;
}
body#index #intro > .inner .ribbon_img {
  margin-bottom: 77px;
}
body#index #intro > .inner .ribbon_img img {
  height: 127px;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .ribbon_img img {
    height: auto;
  }
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .ribbon_img {
    margin: 0 12.5px 20px;
  }
}
body#index #intro > .inner .ribbon_img.sumicoco {
  margin-bottom: 0;
}
body#index #intro > .inner .mirai {
  position: absolute;
  z-index: 1;
  bottom: 162px;
  left: 20px;
  background: url(../img/index/mirai_bg.png) no-repeat bottom left 43% / 70px 57px;
  width: 183px;
  height: 140px;
}
@media print, screen and (max-width: 1039px) {
  body#index #intro > .inner .mirai {
    background-size: 48px 39px;
    background-position: bottom right -9px;
    bottom: 0;
    top: 15% ;
    left: 10% ;
    width: 89px;
    height: 80px;
  }
}
body#index #intro > .inner .mirai a {
  display: block;
  height: 100%;
  width: 100%;
}
body#index #intro > .inner .mirai a img {
  display: block;
}
body.report #intro .start .inner {
  margin: 0 auto;
  padding: 0;
}
body.report #intro .start .inner .title {
  text-align: center;
}
body.report #intro .ranking .inner {
  margin: 0 auto;
  padding: 0;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
/* end */
.error {
  padding: 40px 0;
}
@media print, screen and (max-width: 1039px) {
  .error {
    padding: 40px 0;
  }
}
.error__title {
  font-size: 2.8rem;
  font-weight: normal;
  margin: 1.4em 0;
}
@media print, screen and (max-width: 1039px) {
  .error__title {
    font-size: 1.8rem;
  }
}
.error__description {
  margin-bottom: 40px;
}
.error__description p {
  text-align: center;
}
/*****************************************************************
 UTILITY
*****************************************************************/
.util__txt--center {
  text-align: center!important;
}
.util__txt--right {
  text-align: right!important;
}
.util__txt--left {
  text-align: left!important;
}
.util__col--primary {
  color: #11847B;
}
.util__col--secondary {
  color: #1E284C;
}
.util__col--tertiary {
  color: #999999;
}
.util__col--quaternary {
  color: #438DC4;
}
.util__col--_2025 {
  color: #11847B;
}
.util__col--_2025-border {
  color: #ffffff;
}
.util__col--sumicoco {
  color: #D70A2F;
}
.util__col--sumitai {
  color: #3C51C4;
}
.util__col--special {
  color: #5BA512;
}
.util__col--map {
  color: #DFE8AB;
}
.util__col--year-bg {
  color: #F9F2D5;
}
.util__col--year {
  color: #AD8D42;
}
.util__col--year-border {
  color: #999999;
}
.util__col--ranking {
  color: #A2894B;
}
.util__col--sub2 {
  color: #F9F2D5;
}
.util__col--title {
  color: #1E284C;
}
.util__col--column {
  color: #A88E4E;
}
.util__col--conscious {
  color: #9593CE;
}
.util__float--left {
  float: left;
}
.util__float--right {
  float: right;
}
@media screen and (min-width: 1400px) {
  .util__none--pc {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1399px) {
  .util__none--tl {
    display: none !important;
  }
}
@media print, screen and (max-width: 599px) {
  .util__none--sp {
    display: none !important;
  }
}
@media screen {
  .show {
    opacity: 1;
    transition: all 1000ms 500ms ease;
  }
  .hide {
    opacity: 0;
    transform: translateY(30px);
  }
}



/* 総合トップ改修 */
body#index section.overall-ranking {
  margin: 0 auto 20px;
  padding: 0
}

@media print, screen and (max-width: 1039px) {
  body#index section.overall-ranking {
    padding: 0 12.5px 0;
    margin: 0 auto
  }
}

body#index section.overall-ranking .overall-ranking_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
  padding: 0;
  color: #1E284C;
}

@media print, screen and (max-width: 1039px) {
  body#index section.overall-ranking .overall-ranking_list {
    margin: 20px 0 0
  }
}

body#index section.overall-ranking .overall-ranking_list > li {
  width: 100%;
  list-style-type: none;
  text-align: center;
  margin-bottom: 60px;
}

@media print, screen and (max-width: 1039px) {
  body#index section.overall-ranking .overall-ranking_list > li {
    margin-bottom: 40px;
  }
}

body#index section.overall-ranking .overall-ranking_list > li a {
  color: #444444;
  text-decoration: none;
}
body#index section.overall-ranking .overall-ranking_list > li a:hover {
  opacity: 0.7;
  color: #444444;
  text-decoration: none;
}

body#index section.overall-ranking .overall-ranking_box {
  border-radius: 10px;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px 48px;
  border: 1px solid #999;
}

@media print, screen and (max-width: 1039px) {
  body#index section.overall-ranking .overall-ranking_box {
    padding: 16px 24px;
    flex-wrap: wrap
  }
}

body#index section.overall-ranking .overall-ranking_title img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 62px;
}

@media print, screen and (max-width: 1039px) {
  body#index section.overall-ranking .overall-ranking_title img {
    height: 128px;
  }
}

body#index section.overall-ranking .overall-ranking_description {
  text-align: center;
  margin: 3.2rem auto;
  font-size: 1.6rem;
}

@media print, screen and (max-width: 1039px) {
  body#index section.overall-ranking .overall-ranking_description {
    margin: 1.2rem auto 3.2rem;
  }
}

body#index section.overall-ranking .overall-ranking_text {
  text-align: left;
  width: calc(100% - 340px)
}

@media print, screen and (max-width: 1039px) {
  body#index section.overall-ranking .overall-ranking_text {
    width: 100%;
    margin-bottom: 20px
  }
}

body#index section.overall-ranking .overall-ranking_image {
  width: 300px;
  border-radius: 20px;
  overflow: hidden
}

@media print, screen and (max-width: 1039px) {
  body#index section.overall-ranking .overall-ranking_image {
    width: 100%;
    border-radius: 10px;
  }
}

body#index section.overall-ranking .overall-ranking_text h4 {
  font-size: 2.2rem;
  margin: 0 0 0.4em
}

body#index section.overall-ranking .overall-ranking_text p {
  font-size: 1.4rem;
  font-weight: 400;
}