@charset "UTF-8";
/*! normalize.css v8.0.0 | 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;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 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] {
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */

  -webkit-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;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.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 {
  padding: 0;
  border-style: none;
}

/**
 * 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: .35em .75em .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 {
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body,
figcaption,
select,
button,
input,
textarea {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .012em;
  color: #333;
}

body {
  background: #fff;
  margin: 0;
}

ol,
ul {
  padding: 0;
}

dd {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  color: #448aca;
}

a {
  text-decoration: underline;
  word-break: break-all;
  color: #666;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border: 0;
}

video {
  display: inline-block;
  max-width: 100%;
}

address {
  font-style: normal;
}

/* =====================================
.site-header
===================================== */
.site-header {
  background: rgba(255, 255, 255, .85);
  position: relative;
}

.site-header .header-inner {
  background: #fff;
  position: relative;
}

.site-header .header-main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 0 auto;
}

[data-script-enabled="true"] .site-header .header-main {
  display: flex;
  flex-direction: column;
}

.site-header .header-nav-content-body {
  display: block;
}

.site-header .header-logo {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-self: auto;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  order: 0;
  width: 133px;
  height: 75px;
  margin: 0 0 0 15px;
}

.site-header .header-logo a {
  display: block;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  width: 100%;
  max-width: 100%;
}

.site-header .header-logo img {
  vertical-align: middle;
  width: 100%;
  max-width: none;
}

.site-header .header-link {
  position: absolute;
  top: -50px;
  right: 10px;
  display: none;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-header .header-link.en {
  top: -35px;
}

.site-header .header-link a {
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #323232;
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
}

.site-header .header-link a:link,
.site-header .header-link a:visited,
.site-header .header-link a:hover,
.site-header .header-link a:focus,
.site-header .header-link a:active {
  color: #323232;
}

.site-header .header-link a::before {
  background: url("/common/images/icon-header-link.png") no-repeat;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  display: block;
  width: 11px;
  height: 12px;
  margin: auto;
  content: "";
}

.site-header .header-link > li {
  margin: 0 0 0 27px;
}

.site-header .header-link > li:not(.contact) {
  transition: .3s;
}

.site-header .header-link > li:not(.contact):hover,
.site-header .header-link > li:not(.contact):focus,
.site-header .header-link > li:not(.contact):active {
  opacity: .7;
}

.site-header .header-link .contact {
  margin: 0 0 0 33px;
}

.site-header .header-link .contact a {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #fff;
  background: #666;
  display: block;
  min-width: 180px;
  padding: 14px 4px 12px 4px;
  transition: .3s;
}

.site-header .header-link .contact a:link,
.site-header .header-link .contact a:visited,
.site-header .header-link .contact a:hover,
.site-header .header-link .contact a:focus,
.site-header .header-link .contact a:active {
  color: #fff;
}

.site-header .header-link .contact a:hover,
.site-header .header-link .contact a:focus,
.site-header .header-link .contact a:active {
  background: #999;
}

.site-header .header-link .contact a::before {
  display: none;
}

.site-header .header-nav-button-wrapper {
  position: absolute;
  top: 20px;
  right: 15px;
  display: none;
  margin: 0;
}

[data-script-enabled="true"] .site-header .header-nav-button-wrapper {
  display: block;
}

.site-header .header-nav-button {
  font-size: 1.1rem;
  line-height: 35px;
  white-space: nowrap;
  color: #0057af;
  background: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 35px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #0057af;
}

.site-header .header-nav-button::before {
  background: #0057af;
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 32px;
  height: 2px;
  content: "";
}

.site-header .header-nav-button::after {
  background: #0057af;
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 32px;
  height: 2px;
  content: "";
}

.site-header .header-nav-button-inner {
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 32px;
}

.site-header .header-nav-button.is-open {
  text-indent: 100%;
  background: #333;
  width: 35px;
  height: 35px;
  border-width: 0;
}

.site-header .header-nav-button.is-open::before {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 1px;
  margin: auto auto auto auto;
  content: "";
  transform: rotate(45deg);
}

.site-header .header-nav-button.is-open::after {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 1px;
  margin: auto auto auto auto;
  content: "";
  transform: rotate(-45deg);
}

.site-header .header-nav {
  display: block;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
}

[data-script-enabled="true"] .site-header .header-nav {
  position: absolute;
  z-index: 100;
  top: 75px;
  left: 0;
  display: none;
  width: 100%;
}

[data-script-enabled="true"] .site-header .header-nav.is-open {
  display: block;
}

.site-header .header-nav-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-header .header-nav-link > * {
  margin: 0;
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff;
}

.site-header .header-nav-link > *:first-of-type {
  border-width: 0;
}

.site-header .header-nav-link > .is-open .header-nav-lead a::before {
  opacity: 0;
}

.site-header .header-nav-link > .is-open .header-nav-content {
  display: block;
}

.site-header .header-nav-lead-wrapper {
  display: none;
  margin: 0;
}

[data-script-enabled="true"] .site-header .header-nav-lead-wrapper {
  display: block;
}

.site-header .header-nav-lead {
  font-weight: normal;
  font-style: normal;
  display: block;
}

.site-header .header-nav-lead.lang > a::before {
  display: none;
}

.site-header .header-nav-lead.lang > a::after {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  position: absolute;
  top: calc(50% + 3px);
  right: 21px;
  display: block;
  width: auto;
  height: auto;
  content: "＞";
  transform: translateY(-50%);
}

.site-header .header-nav-lead a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  background: #0058ab;
  position: relative;
  display: block;
  padding: 14px 40px 8px 15px;
}

.site-header .header-nav-lead a:link,
.site-header .header-nav-lead a:visited,
.site-header .header-nav-lead a:hover,
.site-header .header-nav-lead a:focus,
.site-header .header-nav-lead a:active {
  color: #fff;
}

.site-header .header-nav-lead a::before {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 29px;
  display: block;
  width: 2px;
  height: 10px;
  content: "";
  transform: translateY(-50%);
}

.site-header .header-nav-lead a::after {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 10px;
  height: 2px;
  content: "";
  transform: translateY(-50%);
}

.site-header .header-nav-content {
  color: #fff;
  background: #001c4c;
}

[data-script-enabled="true"] .site-header .header-nav-content {
  display: none;
}

.site-header .header-nav-content a {
  text-decoration: none;
  color: #fff;
}

.site-header .header-nav-content a:link,
.site-header .header-nav-content a:visited,
.site-header .header-nav-content a:hover,
.site-header .header-nav-content a:focus,
.site-header .header-nav-content a:active {
  color: #fff;
}

.site-header .header-nav-content-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.site-header .header-nav-content-lead {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  display: block;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff;
}

.site-header .header-nav-content-lead a {
  position: relative;
  display: block;
  padding: 14px 40px 8px 15px;
}

.site-header .header-nav-content-lead a:hover,
.site-header .header-nav-content-lead a:focus,
.site-header .header-nav-content-lead a:active {
  text-decoration: underline;
}

.site-header .header-nav-content-lead a::after {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: calc(50% + 3px);
  right: 21px;
  display: block;
  content: "＞";
  transform: translateY(-50%);
}

.site-header .header-nav-content-group.is-open > .header-nav-content-hdg::before,
:root:not([data-script-enabled="true"]) .site-header .header-nav-content-group > .header-nav-content-hdg::before {
  opacity: 0;
}

[data-script-enabled="true"] .site-header .header-nav-content-group > .header-nav-content-body {
  display: none;
}

[data-script-enabled="true"] .site-header .header-nav-content-group > .header-nav-content-list {
  display: none;
}

[data-script-enabled="true"] .site-header .header-nav-content-group > .header-nav-content-list.type-03 {
  display: flex;
}

.site-header .header-nav-content-group.is-open > .header-nav-content-list,
.site-header .header-nav-content-group.is-open > .header-nav-content-body {
  display: block;
}

.site-header .header-nav-content-group .header-nav-content-list a {
  padding-left: 30px;
}

.site-header .header-nav-content-hdg {
  font-size: 1.6rem;
  position: relative;
  display: none;
  margin: 0;
  padding: 14px 40px 8px 15px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff;
}

[data-script-enabled="true"] .site-header .header-nav-content-hdg {
  display: block;
}

.site-header .header-nav-content-hdg::before {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 29px;
  display: block;
  width: 2px;
  height: 10px;
  content: "";
  transform: translateY(-50%);
}

.site-header .header-nav-content-hdg::after {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 10px;
  height: 2px;
  content: "";
  transform: translateY(-50%);
}

.site-header .header-nav-content-hdg b {
  font-weight: normal;
  font-style: normal;
}

.site-header .header-nav-content-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-header .header-nav-content-list > * {
  margin: 0;
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff;
}

.site-header .header-nav-content-list a {
  position: relative;
  display: block;
  padding: 14px 40px 8px 15px;
}

.site-header .header-nav-content-list a:hover,
.site-header .header-nav-content-list a:focus,
.site-header .header-nav-content-list a:active {
  text-decoration: underline;
}

.site-header .header-nav-content-list a::after {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: calc(50% + 3px);
  right: 21px;
  display: block;
  content: "＞";
  transform: translateY(-50%);
}

.site-header .header-nav-content-image {
  text-align: center;
  display: none;
}

.site-header .header-nav-content-image > img {
  vertical-align: middle;
}

.site-header .header-nav-content-button-close-wrapper {
  line-height: 1;
  display: none;
  margin: 0;
}

.site-header .header-nav-content-button-close {
  font-size: 1.6rem;
  line-height: 1;
  text-indent: 100%;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  background: #333;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header .header-nav-content-button-close::before {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  margin: auto auto auto auto;
  content: "";
  transform: rotate(45deg);
}

.site-header .header-nav-content-button-close::after {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  margin: auto auto auto auto;
  content: "";
  transform: rotate(-45deg);
}

.site-header .header-nav-close-button-wrapper {
  display: none;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff;
}

[data-script-enabled="true"] .site-header .header-nav-close-button-wrapper {
  display: block;
}

.site-header .header-nav-close-button {
  font-size: 1.6rem;
  line-height: inherit;
  text-align: center;
  color: #fff;
  background: #333;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 15px 8px 15px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
}

.site-header .header-nav-close-button-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
}

.site-header .header-nav-close-button-inner::before {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 1px;
  margin: auto auto auto 0;
  content: "";
  transform: rotate(45deg);
}

.site-header .header-nav-close-button-inner::after {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 1px;
  margin: auto auto auto 0;
  content: "";
  transform: rotate(-45deg);
}

/* =====================================
.site-main
===================================== */
.site-main .main-inner {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 15px;
}

.site-main .main-inner.type-full {
  max-width: none;
  padding: 0;
}

.site-main .main-inner.type-location {
  max-width: 1210px;
  padding: 0 10px;
}

/* =====================================
.site-footer
===================================== */
.site-footer .footer-pagetop-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 0;
}

.site-footer .footer-pagetop {
  position: fixed;
  z-index: 99;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
}

.site-footer .footer-pagetop.is-stop {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.site-footer .footer-pagetop a {
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #0058ab;
  display: block;
  width: 100%;
  height: 100%;
  padding: 27px 0 0 0;
  border-radius: 50%;
}

.site-footer .footer-pagetop a:link,
.site-footer .footer-pagetop a:visited,
.site-footer .footer-pagetop a:hover,
.site-footer .footer-pagetop a:focus,
.site-footer .footer-pagetop a:active {
  color: #fff;
}

.site-footer .footer-pagetop a::after {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto auto auto auto;
  content: "";
  transform: rotate(-45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
}

.site-footer .footer-menu {
  background: #505050;
}

.site-footer .footer-menu .footer-menu-parent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 15px 32px 15px;
  list-style-type: none;
}

.site-footer .footer-menu .footer-menu-parent > li {
  margin: 13px 0 0 0;
  padding: 0;
}

.site-footer .footer-menu .footer-menu-parent > li:first-of-type {
  margin-top: 0;
}

.site-footer .footer-menu .footer-menu-category {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}

.site-footer .footer-menu .footer-menu-category.en {
  color: #fff;
}

.site-footer .footer-menu .footer-menu-category a {
  text-decoration: none;
  color: #fff;
  transition: opacity .3s linear;
}

.site-footer .footer-menu .footer-menu-category a:link,
.site-footer .footer-menu .footer-menu-category a:visited,
.site-footer .footer-menu .footer-menu-category a:hover,
.site-footer .footer-menu .footer-menu-category a:focus,
.site-footer .footer-menu .footer-menu-category a:active {
  color: #fff;
}

.site-footer .footer-menu .footer-menu-category a:hover,
.site-footer .footer-menu .footer-menu-category a:focus,
.site-footer .footer-menu .footer-menu-category a:active {
  opacity: .7;
}

.site-footer .footer-menu .footer-menu-category.type-02 {
  margin: 13px 0 0 0;
}

.site-footer .footer-menu .footer-menu-child {
  font-size: 1.2rem;
  display: none;
  margin: 9px 0 0 0;
  list-style-type: none;
}

.site-footer .footer-menu .footer-menu-child > li {
  margin: 5px 0 0 0;
}

.site-footer .footer-menu .footer-menu-child > li:first-of-type {
  margin: 0;
}

.site-footer .footer-menu .footer-menu-child a {
  text-decoration: none;
  color: #fff;
  transition: opacity .3s linear;
}

.site-footer .footer-menu .footer-menu-child a:link,
.site-footer .footer-menu .footer-menu-child a:visited,
.site-footer .footer-menu .footer-menu-child a:hover,
.site-footer .footer-menu .footer-menu-child a:focus,
.site-footer .footer-menu .footer-menu-child a:active {
  color: #fff;
}

.site-footer .footer-menu .footer-menu-child a:hover,
.site-footer .footer-menu .footer-menu-child a:focus,
.site-footer .footer-menu .footer-menu-child a:active {
  opacity: .7;
}

.site-footer .footer-menu .footer-menu-child-icon {
  vertical-align: middle;
  display: inline-block;
  max-width: none;
  margin: 0 0 0 4px;
}

.site-footer .footer-menu .footer-menu-button {
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  margin: 18px 0 0 0;
  padding: 13px 4px 11px 4px;
  transition: opacity .3s linear;
  border: 1px solid #aaa;
  border-radius: 2px;
}

.site-footer .footer-menu .footer-menu-button:link,
.site-footer .footer-menu .footer-menu-button:visited,
.site-footer .footer-menu .footer-menu-button:hover,
.site-footer .footer-menu .footer-menu-button:focus,
.site-footer .footer-menu .footer-menu-button:active {
  color: #fff;
}

.site-footer .footer-menu .footer-menu-button:hover,
.site-footer .footer-menu .footer-menu-button:focus,
.site-footer .footer-menu .footer-menu-button:active {
  opacity: .7;
}

.site-footer .footer-menu .footer-menu-button > span {
  display: inline-block;
}

.site-footer .footer-menu .footer-menu-button > span::before {
  display: inline-block;
  margin: 0 6px 0 0;
  content: "＞";
}

.site-footer .footer-info {
  background: #323232;
}

.site-footer .footer-info::before,
.site-footer .footer-info::after {
  display: table;
  content: "";
}

.site-footer .footer-info .footer-info-inner {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 17px 15px 22px 15px;
}

.site-footer .footer-info .footer-info-list-wrapper {
  margin: 0;
}

.site-footer .footer-info .footer-info-list {
  overflow: hidden;
  margin: -7px 0 0 -14px;
  padding: 0;
  list-style-type: none;
}

.site-footer .footer-info .footer-info-list > li {
  float: left;
  margin: 7px 0 0 14px;
  padding: 0;
}

.site-footer .footer-info .footer-info-list a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  transition: opacity .3s linear;
}

.site-footer .footer-info .footer-info-list a:link,
.site-footer .footer-info .footer-info-list a:visited,
.site-footer .footer-info .footer-info-list a:hover,
.site-footer .footer-info .footer-info-list a:focus,
.site-footer .footer-info .footer-info-list a:active {
  color: #fff;
}

.site-footer .footer-info .footer-info-list a:hover,
.site-footer .footer-info .footer-info-list a:focus,
.site-footer .footer-info .footer-info-list a:active {
  opacity: .7;
}

.site-footer .footer-info .footer-info-list a::before {
  display: inline-block;
  margin: 0 6px 0 0;
  content: "＞";
}

.site-footer .footer-info .footer-copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin: 35px 0 0 0;
}

.site-footer .footer-info .footer-copyright > small {
  font-size: inherit;
}

/* ----------------------------------------------------------------------------
 * text Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .lead01
 * --------------------------------- */
.lead01 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #448aca;
}

.lead01.type01 {
  font-size: 2.6em;
}

.lead01.type02 {
  font-size: 2rem;
}

/* ------------------------------------
 * .icon-pdf
 * --------------------------------- */
.icon-pdf {
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(4px);
}

/* ------------------------------------
 * .icon-external
 * --------------------------------- */
.icon-external {
  display: inline-block;
}

/* ----------------------------------------------------------------------------
 * Heading Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .hdg-01
 * --------------------------------- */
.hdg-01 {
  color: #fff;
  background: #0058ab;
  display: flex;
  flex-direction: column;
}

.hdg-01 .hdg-01-inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-self: auto;
  align-items: center;
  align-content: stretch;
  justify-content: flex-start;
  order: 0;
  width: 100%;
  max-width: 1226px;
  min-height: 75px;
  margin: 0 auto 0 auto;
  padding: 0 10px;
}

.hdg-01 .hdg-01-hdg {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: .05em;
  flex: 1 1 auto;
  align-self: auto;
  order: 0;
  max-width: 1200px;
  margin: 0;
  padding: 4px 10px 0 10px;
}

/* ------------------------------------
 * .hdg-02
 * --------------------------------- */
.hdg-02 {
  font-size: 2.8rem;
  text-align: center;
  color: #535353;
  margin: 24px 0 12px;
}

.hdg-02 > span {
  font-size: 2rem;
  display: block;
  margin-top: 5px;
}

/* ------------------------------------
 * .hdg-03
 * --------------------------------- */
.hdg-03 {
  font-size: 3.2rem;
  text-align: center;
  color: #535353;
  margin: 32px 0 16px;
}

/* ------------------------------------
 * .hdg-04
 * --------------------------------- */
.hdg-04 {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #333;
  margin: 32px 0 16px;
}

/* ------------------------------------
 * .hdg-05
 * --------------------------------- */
.hdg-05 {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #333;
  margin: 30px 0 15px;
  padding: 4px 0 2px 7px;
  border-left: 10px solid #00a0e9;
}

/* ------------------------------------
 * .hdg-06
 * --------------------------------- */
.hdg-06 {
  font-size: 2rem;
  line-height: 1.25;
  color: #333;
  margin: 30px 0 15px;
}

/* ------------------------------------
 * .hdg-07
 * --------------------------------- */
.hdg-07 {
  font-size: 2.4rem;
  color: #1e67b0;
  position: relative;
  margin: 55px 0 30px;
  padding: 0 0 21px 12px;
  border-bottom: 2px solid #d6d6d6;
}

.hdg-07::after {
  background: #1e67b0;
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 80px;
  height: 2px;
  content: "";
}

.hdg-07 a {
  text-decoration: none;
  color: #1e67b0;
  transition: .3s;
}

.hdg-07 a:hover,
.hdg-07 a:focus,
.hdg-07 a:active {
  opacity: .7;
}

.hdg-07 .icon-external {
  transform: translateY(-2px);
}

/* ------------------------------------
 * .hdg-icon-01
 * --------------------------------- */
.hdg-icon-01 {
  font-size: 1.8rem;
  color: #333;
  display: flex;
  align-items: center;
  margin: 32px 0 16px;
}

.hdg-icon-01 .icon-sns {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  transform: translateY(-2px);
}

/* ----------------------------------------------------------------------------
 * Link Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .link-01
 * --------------------------------- */
.link-01 {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #535353;
  position: relative;
  padding: 0 0 0 22px;
  transition: .3s;
}

.link-01:hover,
.link-01:focus,
.link-01:active {
  opacity: .7;
}

.link-01::before {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #0058ab;
}

/* ------------------------------------
 * .link-02
 * --------------------------------- */
.link-02 {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #1e67b0;
  display: inline-block;
}

.link-02:link,
.link-02:visited,
.link-02:hover,
.link-02:focus,
.link-02:active {
  color: #1e67b0;
}

.link-02:hover span,
.link-02:focus span,
.link-02:active span {
  text-decoration: underline;
}

.link-02 img {
  vertical-align: baseline;
  display: inline-block;
}

.link-02 img + span {
  margin: 0 0 0 15px;
}

.link-02 span {
  vertical-align: baseline;
  display: inline-block;
}

.link-02 span::after {
  line-height: 1;
  vertical-align: -4px;
  background: url("/common/images/icon-link-arrow-01.png") 0 0 no-repeat;
  background-size: 19px 19px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 0 0 7px;
  content: "";
}

/* ------------------------------------
 * .link-list-01
 * --------------------------------- */
.link-list-01 {
  font-size: 1.6rem;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.link-list-01.en > li a {
  font-size: 1.4rem;
}

.link-list-01 > li {
  margin: 0 0 4px;
}

.link-list-01 > li:last-child {
  margin: 0;
}

.link-list-01 a {
  text-decoration: none;
  color: #535353;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  transition: .3s;
}

.link-list-01 a:hover,
.link-list-01 a:focus,
.link-list-01 a:active {
  opacity: .7;
}

.link-list-01 a::before {
  position: absolute;
  top: .4em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #0058ab;
}

.link-list-01 b {
  font-size: 1.8rem;
  font-weight: bold;
  color: #323232;
}

.link-list-01.type-02 {
  display: flex;
  flex-wrap: wrap;
}

.link-list-01.type-02 > li {
  margin: 0 24px 0 0;
}

.link-list-01.type-02 > li:last-child {
  margin: 0;
}

.link-list-01.type-03 {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 16px -16px;
}

.link-list-01.type-03 > li {
  width: calc(50% - 16px);
  margin: 16px 0 0 16px;
}

.link-list-01.sitemap > li {
  margin: 0 0 16px;
}

/* ------------------------------------
 * .link-list-02
 * --------------------------------- */
.link-list-02 {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: -12px 0 12px -12px;
  padding: 0;
  list-style: none;
}

.link-list-02 > li {
  display: flex;
  width: calc(50% - 12px);
  margin: 12px 0 0 12px;
}

.link-list-02.type-col-1 > li {
  width: calc(100% - 12px);
}

.link-list-02.type-col-3 > li {
  width: calc(50% - 12px);
}

.link-list-02 a {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #535353;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 36px 8px 8px;
  transition: .3s;
  border: 1px solid #535353;
}

.link-list-02 a:hover,
.link-list-02 a:focus,
.link-list-02 a:active {
  opacity: .7;
}

.link-list-02 a::after {
  position: absolute;
  top: -4px;
  right: 13px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #535353;
}

/* ------------------------------------
 * .link-list-03
 * --------------------------------- */
.link-list-03 {
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 32px;
  padding: 0;
  list-style-type: none;
}

.link-list-03.en > li {
  font-size: 1.6rem;
}

.link-list-03.en > li a,
.link-list-03.en > li em {
  word-break: normal;
}

.link-list-03 > li {
  display: flex;
  width: 50%;
  margin: 0;
  padding: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #264da3;
}

.link-list-03 > li:nth-child(-n + 2) {
  border-top-width: 1px;
}

.link-list-03 > li:nth-child(2n + 1) {
  border-left-width: 1px;
}

.link-list-03 a,
.link-list-03 em {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #264da3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 8px 10px 8px;
  transition: .3s;
}

.link-list-03 a:hover,
.link-list-03 a:focus,
.link-list-03 a:active,
.link-list-03 em:hover,
.link-list-03 em:focus,
.link-list-03 em:active {
  color: #fff;
  background: #264da3;
}

.link-list-03 em {
  color: #fff;
  background-color: #264da3;
}

  .link-list-03.irLibrary-list > li:nth-child(5) {
    border-top-width: 0;
    border-left-width: 1px;
  }
  .link-list-03.irLibrary-list > li:nth-child(6),
  .link-list-03.irLibrary-list > li:nth-child(7){
    border-top-width: 0;
    border-left-width: 0;
  }
@media screen and (max-width: 767px) {
  .link-list-03.irLibrary-list > li:nth-child(7){
    border-left-width: 1px;
  }
	
}
/* ------------------------------------
 * .link-adobe-reader-01
 * --------------------------------- */
.link-adobe-reader-01 {
  line-height: 2;
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0 32px;
}

.link-adobe-reader-01 .link-adobe-reader-01-text {
  margin: 0 0 16px;
}

.link-adobe-reader-01 .link-adobe-reader-01-image {
  margin: 0 0 10px;
}

.link-adobe-reader-01 .link-adobe-reader-01-image img {
  display: block;
}

/* ----------------------------------------------------------------------------
 * Button Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .btn-01
 * --------------------------------- */
.btn-01 {
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #0058ab;
  display: block;
  flex: 1.6rem;
  width: 100%;
  max-width: 285px;
  margin: 0 auto 16px;
  padding: 17px 8px 15px;
  cursor: pointer;
  -webkit-appearance: none;
  transition: .3s;
  border: 0;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active {
  color: #0058ab;
  background: #c0d8ed;
}

/* ------------------------------------
 * .btn-02
 * --------------------------------- */
.btn-02 {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #0058ab;
  background: #fff;
  position: relative;
  display: inline-block;
  flex: 1.6rem;
  width: auto;
  min-width: 200px;
  margin: 0 auto 16px;
  padding: 12px 28px;
  cursor: pointer;
  -webkit-appearance: none;
  transition: .3s;
  border: 1px solid #0058ab;
}

.btn-02::after {
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  transition: .3s;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #0058ab;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active {
  color: #fff;
  background: #4d8bc9;
  border-color: #4d8bc9;
}

.btn-02:hover::after,
.btn-02:focus::after,
.btn-02:active::after {
  border-left-color: #fff;
}

/* ------------------------------------
 * .btn-03
 * --------------------------------- */
.btn-03 {
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #0058ab;
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 200px;
  margin: 0 auto 16px;
  padding: 13px 28px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: .3s;
  border: 0;
}

.btn-03::after {
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  transition: .3s;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active {
  color: #0058ab;
  background: #c0d8ed;
}

.btn-03:hover::after,
.btn-03:focus::after,
.btn-03:active::after {
  border-left-color: #0058ab;
}

/* ------------------------------------
 * .btn-pdf-01
 * --------------------------------- */
.btn-pdf-01 {
  text-decoration: none;
  color: #333;
  background: #fff;
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 17px 10px 17px 30px;
  transition: .3s;
  border: 1px solid #e2e2e2;
}

.btn-pdf-01::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transition: .3s;
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #b4b4b4;
}

.btn-pdf-01:hover,
.btn-pdf-01:focus,
.btn-pdf-01:active {
  color: #fff;
  background: #4d8bc9;
  border-color: #4d8bc9;
}

.btn-pdf-01:hover::before,
.btn-pdf-01:focus::before,
.btn-pdf-01:active::before {
  border-color: #fff;
}

/* ----------------------------------------------------------------------------
 * Media Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .media-01
 * --------------------------------- */
.media-01 {
  text-align: center;
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
}

.media-01 figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin: 16px 0 0;
}

/* ------------------------------------
 * .google-map
 * --------------------------------- */
.google-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------------
 * List Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .list-burette-01
 * --------------------------------- */
.list-burette-01 {
  font-size: 1.6rem;
  margin: 0 0 16px;
  list-style: none;
}

.list-burette-01 > li {
  position: relative;
  margin: 0 0 4px;
  padding: 0 0 0 16px;
}

.list-burette-01 > li::before {
  background: #448aca;
  position: absolute;
  top: .55em;
  left: 0;
  display: block;
  width: 3px;
  height: 4px;
  content: "";
}

.list-burette-01.sns > li {
  margin: 0 0 16px;
}

/* ------------------------------------
 * .list-order-01
 * --------------------------------- */
.list-order-01 {
  font-size: 1.6rem;
  margin: 0 0 16px;
  list-style: none;
}

.list-order-01 > li {
  position: relative;
  margin: 0 0 4px;
  padding: 0 0 0 28px;
  counter-increment: index;
}

.list-order-01 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: counter(index) ". ";
}

/* ------------------------------------
 * .list-notice-01
 * --------------------------------- */
.list-notice-01 {
  font-size: 1.6rem;
  margin: 0 0 16px;
  list-style: none;
}

.list-notice-01 small {
  font-size: 1.6rem;
}

.list-notice-01 > li {
  position: relative;
  margin: 0 0 4px;
  padding: 0 0 0 24px;
}

.list-notice-01 > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------------
 * .list-qa-01
 * --------------------------------- */
.list-qa-01 dt,
.list-qa-01 dd {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 24px;
}

.list-qa-01 dt .mark,
.list-qa-01 dd .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.list-qa-01 dt .mark {
  color: #00a0e9;
}

.list-qa-01 dd .mark {
  color: #f00;
}

/* ------------------------------------
 * .list-location-01
 * --------------------------------- */
.list-location-01 {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.list-location-01 a {
  text-decoration: none;
  color: #000;
  transition: .3s;
}

.list-location-01 a:hover,
.list-location-01 a:focus,
.list-location-01 a:active {
  opacity: .7;
}

.list-location-01 em {
  font-weight: normal;
}

.list-location-01 > li {
  position: relative;
  padding: 0 0 0 33px;
}

.list-location-01 > li::before {
  background: url("/common/images/icon-list-location.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  display: block;
  width: 7px;
  height: 8px;
  margin: auto;
  content: "";
}

.list-location-01 > li:first-child {
  padding: 0;
}

.list-location-01 > li:first-child::before {
  display: none;
}

/* ------------------------------------
 * .list-news-01
 * --------------------------------- */
.list-news-01 {
  font-size: 1.6rem;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #bfbfbf;
}

.list-news-01 a {
  text-decoration: none;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 8px 17px 8px;
  transition: .3s;
}

.list-news-01 a:hover,
.list-news-01 a:focus,
.list-news-01 a:active {
  opacity: .7;
}

.list-news-01 > li {
  border-bottom: 1px solid #bfbfbf;
}

.list-news-01 .list-news-01-date {
  color: #000;
  min-width: 125px;
  padding: 0 24px 0 3px;
}

.list-news-01 .list-news-01-text {
  color: #264da3;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}

.list-news-01 .list-news-01-tag {
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #fa4150;
  display: inline-block;
  min-width: 140px;
  padding: 4px 2px 3px;
}

.list-news-01 .list-news-01-tag.type-01 {
  background: #fa4150;
}

.list-news-01 .list-news-01-tag.type-02 {
  background: #8cc841;
}

.list-news-01 .list-news-01-tag.type-03 {
  background: #28aae1;
}

.list-news-01 .list-news-01-tag.type-04 {
  background: #f5911e;
}

.list-news-01 .list-news-01-tag.type-05 {
  background: #0058ab;
}

/* ------------------------------------
 * .list-news-02
 * --------------------------------- */
.list-news-02 > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  list-style: none;
}

.list-news-02 > li::after {
  display: block;
  clear: both;
  content: "";
}

.list-news-02 > li .type-01 {
  background-color: #404696;
}

.list-news-02 > li .type-02 {
  background-color: #00b7ee;
}

.list-news-02 > li .type-03 {
  background-color: #ae5da1;
}

.list-news-02 > li .type-03::first-letter {
  margin-right: 1.6rem;
}

.list-news-02-date {
  display: block;
  margin-right: 23px;
}

.list-news-02-tag {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  min-width: 90px;
  margin-right: 23px;
  padding: 3px 5px;
}

.list-news-02-text {
  margin-top: 10px;
}

.list-news-02-text a {
  color: #404696;
  position: relative;
}

.list-news-02-text a > img {
  width: 16px;
  height: 16px;
}

.list-news-02-text a > span {
  margin-right: 10px;
}

/* ------------------------------------
 * .list-wording-01
 * --------------------------------- */
.list-wording-01 {
  list-style: none;
}

.list-wording-01 > li {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.list-wording-01 > li .list-wording-01-left {
  flex: 0 0 60%;
  margin: 0 15px 0 0;
}

.list-wording-01 > li .list-wording-01-right {
  flex: 0 1 auto;
}

.list-wording-01.mw-150 > li .list-wording-01-left {
  max-width: 150px;
}

/* ----------------------------------------------------------------------------
 * Box Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .box-01
 * --------------------------------- */
.box-01 {
  margin: 0 0 40px;
  padding: 40px 30px;
  border: 1px solid #535353;
}

.box-01 > *:first-child {
  margin-top: 0;
}

.box-01 > *:last-child {
  margin-bottom: 0;
}

/* ------------------------------------
 * .box-ir-01
 * --------------------------------- */
.box-ir-01 {
  background: #f0f0f0;
  margin: 0 0 32px;
  padding: 40px;
}

.box-ir-01 .box-ir-01-content > *:first-child,
.box-ir-01 .box-ir-01-link > *:first-child {
  margin-top: 0;
}

.box-ir-01 .box-ir-01-content > *:last-child,
.box-ir-01 .box-ir-01-link > *:last-child {
  margin-bottom: 0;
}

.box-ir-01 .box-ir-01-content {
  width: 100%;
}

.box-ir-01 .box-ir-01-hdg {
  font-size: 2.4rem;
  color: #1a99d3;
  margin: 0 0 20px;
}

.box-ir-01 .box-ir-01-link {
  margin: 16px 0 0;
}

/* ----------------------------------------------------------------------------
 * Form Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .select-01
 * --------------------------------- */
.select-01 {
  position: relative;
  overflow-y: hidden;
  width: 260px;
  margin: 0 0 30px;
}

.select-01.type-02 {
  width: 290px;
}

.select-01::before,
.select-01::after {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
}

.select-01::before {
  background: #535353;
  top: 0;
  right: 0;
  width: 49px;
  height: 100%;
}

.select-01::after {
  top: -8px;
  right: 18px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
}

.select-01 > select {
  font-size: 1.8rem;
  letter-spacing: 0;
  background: #fff;
  display: block;
  width: 100%;
  height: 50px;
  padding: 2px 58px 0 43px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #535353;
  border-radius: 0;
}

.select-01 > select::-ms-expand {
  display: none;
}

/* ----------------------------------------------------------------------------
 * Table Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .table-01
 * --------------------------------- */
.table-01 {
  margin: 0 0 16px;
}

.table-01 caption {
  text-align: right;
  margin: 0 0 4px;
}

.table-01 table {
  font-size: 1.2rem;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-01 th,
.table-01 td {
  word-break: break-all;
  padding: 8px 5px;
  border: 1px solid #bfbfbf;
}

.table-01 th > *:last-child,
.table-01 td > *:last-child {
  margin-bottom: 0;
}

.table-01 td {
  text-align: right;
}

.table-01 th {
  text-align: center;
  background: #eee;
}

.table-01 thead td {
  background: #eee;
}

/* ------------------------------------
 * .table-02
 * --------------------------------- */
.table-02 {
  margin: 0 0 32px;
}

.table-02 > table {
  display: block;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #bfbfbf;
}

.table-02 > table caption {
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.table-02 > table th,
.table-02 > table td {
  word-break: break-all;
  border: 1px solid #bfbfbf;
}

.table-02 > table th > *:last-child,
.table-02 > table td > *:last-child {
  margin-bottom: 0;
}

.table-02 > table th {
  text-align: left;
  background: #f0f0f0;
  padding: 10px;
}

.table-02 > table td {
  padding: 10px;
  border-width: 0 1px 1px;
}

.table-02 > table td:last-child {
  border-width: 0 1px;
}

.table-02 > table td.type-heading {
  background: #f0f0f0;
}

.table-02 > table thead td {
  background: #f0f0f0;
}

.table-02 > table > tbody {
  display: block;
}

.table-02 > table > tbody > tr {
  display: block;
}

.table-02 > table > tbody > tr > th {
  display: block;
}

.table-02 > table > tbody > tr > td {
  display: block;
}

.table-02 .table-inline-table th,
.table-02 .table-inline-table td {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.table-02 .table-inline-table th {
  font-weight: normal;
  margin: 10px 0 0;
}

.table-02 .table-inline-table tr:first-child th {
  margin: 0;
}

/* ----------------------------------------------------------------------------
 * Column Module
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * .column-01
 * --------------------------------- */
.column-01 {
  margin: 0 0 32px;
}

.column-01 > .column-01-inner > .column-01-col {
  margin: 0 0 28px;
}

.column-01 > .column-01-inner > .column-01-col > *:first-child {
  margin-top: 0;
}

.column-01 > .column-01-inner > .column-01-col > *:last-child {
  margin-bottom: 0;
}

.column-01 > .column-01-inner > .column-01-col.type-align-center {
  display: flex;
  align-items: center;
}

.column-01.type-reverse > .column-01-inner {
  flex-direction: row-reverse;
}

/* ------------------------------------
 * column-parallel-01
 * --------------------------------- */
.column-parallel-01 {
  margin: 0 0 40px;
}

.column-parallel-01 .column-parallel-01-image {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
}

.column-parallel-01.border {
  padding-bottom: 20px;
  border-bottom: 1px dotted #333;
}

.column-parallel-01.message {
  flex-direction: row-reverse;
  margin: 0 0 30px;
}

.column-parallel-01.message .column-parallel-01-image {
  width: 230px;
}

/* ------------------------------------
 * column-box-01
 * --------------------------------- */
.column-box-01 {
  margin: 0 0 10px;
}

.column-box-01 .column-box-01-col {
  margin: 0 0 10px;
  padding: 20px 30px 20px;
  border: 1px solid #535353;
}

.column-box-01 .column-box-01-col > *:first-child {
  margin-top: 0;
}

.column-box-01 .column-box-01-col > *:last-child {
  margin-bottom: 0;
}

.column-box-01.contact .column-box-01-col {
  display: flex;
  flex-direction: column;
}

.column-box-01.contact .column-box-01-col .btn-01 {
  flex: none;
  margin-top: auto;
}

/* ------------------------------------
 * .column-box-02
 * --------------------------------- */
.column-box-02 {
  margin: 0 0 28px;
}

.column-box-02 .column-box-02-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -28px 0 0 -28px;
}

.column-box-02 .column-box-02-col {
  flex: 0 1 calc(100% - 28px);
  width: calc(100% - 28px);
  max-width: calc(100% - 28px);
  margin: 28px 0 0 28px;
  padding: 16px;
  border: 1px solid #ccc;
}

.column-box-02 .column-box-02-col .column-box-02-hdg {
  margin: 0 0 16px;
}

.column-box-02 .column-box-02-col .column-box-02-head {
  margin: 0 0 16px;
  border-bottom: 1px solid #ccc;
}

.column-box-02 .column-box-02-col .column-box-02-head .column-box-02-hdg {
  color: #1e67b0;
}

.column-box-02 .column-box-02-col .column-box-02-head .column-box-02-hdg a {
  text-decoration: none;
  color: #1e67b0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  transition: opacity .3s;
}

.column-box-02 .column-box-02-col .column-box-02-head .column-box-02-hdg a:hover,
.column-box-02 .column-box-02-col .column-box-02-head .column-box-02-hdg a:focus,
.column-box-02 .column-box-02-col .column-box-02-head .column-box-02-hdg a:active {
  opacity: .7;
}

.column-box-02 .column-box-02-col .column-box-02-head .column-box-02-hdg a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #1e67b0;
}

.column-box-02 .column-box-02-col .column-box-02-head.library {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.column-box-02 .column-box-02-col .column-box-02-head.library .column-box-02-hdg {
  font-size: 2.2rem;
  margin-bottom: 0;
}

.column-box-02 .column-box-02-col .column-box-02-head.library .btn-03 {
  font-size: 1.5rem;
  min-width: 120px;
  margin: 0 0 0 auto;
  padding: 10px 15px 10px 5px;
}

.column-box-02 .column-box-02-col .column-box-02-content .column-box-02-hdg {
  font-size: 1.8rem;
  margin: 0 0 24px;
}

.column-box-02 .column-box-02-col .column-box-02-content > *:first-child {
  margin-top: 0;
}

.column-box-02 .column-box-02-col .column-box-02-content > *:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * Adjust Module
 * ------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.w-0 {
  width: 0 !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.align-left {
  text-align: left !important;
}

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

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

.align-vertical-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sp-hide {
  display: none;
}

.page-top-main-visual {
  background: #dcedfa;
  position: relative;
}

.page-top-main-visual .container {
  line-height: 1;
  background: #dcedfa url(/images/img-top-01.png) center center/cover no-repeat;
  position: relative;
  width: 100%;
  max-height: 750px;
  margin: 0 auto;
}

.page-top-main-visual .container::before {
  display: block;
  padding-top: 44.692308%;
  content: "";
}

.page-top-main-visual .container img {
  display: block;
  margin: 0 auto 0 auto;
}

[data-script-enabled="true"] .page-top-main-visual .container .page-top-mainvisual-copy-01 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: none;
  width: 65%;
  margin-top: -6.6113%;
  margin-left: -32.5%;
}

[data-script-enabled="true"] .page-top-main-visual .container .page-top-mainvisual-copy-01.en {
  width: 95.0911%;
  margin-left: -47.5456%;
}

[data-script-enabled="true"] .page-top-main-visual .container .page-top-mainvisual-copy-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  margin-top: -17%;
  margin-left: -50%;
  opacity: .3;
}

[data-script-enabled="true"] .page-top-main-visual .container .page-top-mainvisual-copy-03 {
  position: relative;
  left: 5px;
  display: none;
  width: 15.5729167vw;
  min-width: 230px;
}

[data-script-enabled="true"] .page-top-main-visual .container .visual {
  position: absolute;
  top: 7%;
  left: 3.84615385%;
  display: none;
  width: 400px;
}

.page-top-main-visual .content {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  transform: translate(-50%);
}

.page-top-main-visual .items {
  line-height: 1;
}

.page-top-main-visual .items ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0;
  list-style-type: none;
}

.page-top-main-visual .items li {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-self: auto;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  order: 0;
  width: 50%;
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-01"]:hover {
  background: rgba(15, 86, 154, .85);
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-01"] img {
  max-width: 21px;
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-02"]:hover {
  background: rgba(250, 65, 80, .85);
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-02"] img {
  max-width: 26.5px;
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-03"]:hover {
  background: rgba(140, 200, 65, .85);
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-03"] img {
  max-width: 32.5px;
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-04"]:hover {
  background: rgba(109, 223, 252, .85);
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-04"] img {
  max-width: 41px;
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-05"]:hover {
  background: rgba(245, 145, 30, .85);
}

.page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-05"] img {
  max-width: 39px;
}

.page-top-main-visual .items li:nth-of-type(2n + 1) a {
  background: #3a9daf;
}

.page-top-main-visual .items li:nth-of-type(2n) a {
  background: #3a9daf;
}

.page-top-main-visual .items li:first-of-type {
  width: 100%;
}

.page-top-main-visual .items li:first-of-type a {
  background: #16afaa;
}

.page-top-main-visual .items li:nth-of-type(2) a {
  background: #13b5b1;
}

.page-top-main-visual .items li:last-of-type a {
  background: #13b5b1;
}

.page-top-main-visual .items a {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: auto;
  align-items: center;
  justify-content: center;
  order: 0;
  height: 80px;
  margin: 0;
  padding: 12px 0 12px 0;
  transition: .3s;
}

.page-top-main-visual .items a:link,
.page-top-main-visual .items a:visited,
.page-top-main-visual .items a:hover,
.page-top-main-visual .items a:focus,
.page-top-main-visual .items a:active {
  color: #fff;
}

.page-top-main-visual .items img {
  display: block;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  margin: 0 auto 8px auto;
}

.page-top-main-visual .items span {
  display: block;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  max-width: 100%;
}

.page-top-hdg-01 {
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #0058ab;
  margin: 0;
}

.page-top-50th ._img {
  padding: 0 71px;
}

.page-top-50th ._img .hdg-50th {
  text-align: center;
}

.page-top-50th ._txt {
  text-align: center;
}

.page-top-50th ._txt .lead-50th {
  font-size: 2.4rem;
  line-height: 1.7;
  margin: 0 0 28px;
}

.page-top-50th ._txt .link-50th {
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  background: #0058ab;
  position: relative;
  display: inline-block;
  padding: 21px 36px 20px 14px;
  transition: .3s;
}

.page-top-50th ._txt .link-50th::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  transition: .3s;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
}

.page-top-50th ._txt .link-50th:hover,
.page-top-50th ._txt .link-50th:focus,
.page-top-50th ._txt .link-50th:active {
  color: #0058ab;
  background: #c0d8ed;
}

.page-top-50th ._txt .link-50th:hover::after,
.page-top-50th ._txt .link-50th:focus::after,
.page-top-50th ._txt .link-50th:active::after {
  border-left-color: #0058ab;
}

.page-top-news-01 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
}

.page-top-news-01 .button-wrapper {
  text-align: center;
  flex: 1 1 auto;
  align-self: auto;
  order: 0;
  margin: 30px 0 0 0;
}

.page-top-news-01 .button-wrapper .btn-02 {
  font-weight: normal;
  margin: 0;
}

.page-top-news-01 .list-wrapper {
  flex: 1 1 auto;
  align-self: auto;
  order: 0;
  margin: 22px 0 0 0;
}

.page-top-news-01 .list-wrapper .list-news-01 {
  margin: 0;
}

.page-top-news-01 .list-wrapper .list-news-01 li:nth-child(n + 4) {
  display: none;
}

.page-top-news-01 .list-wrapper .list-news-01 .icon-pdf {
  margin-left: 10px;
}

.page-top-ir-csr-01 .ir {
  background: url("/images/bg-top-ir-01.jpg") 0 0 no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  padding: 25px 0 25px 0;
}

.page-top-ir-csr-01 .ir .page-top-hdg-01 {
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
}

.page-top-ir-csr-01 .ir .image-wrapper {
  text-align: center;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  margin: 10px 0 0 0;
}

.page-top-ir-csr-01 .ir .image-wrapper > img {
  width: 240px;
}

.page-top-ir-csr-01 .ir .info-wrapper {
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  margin: 15px 0 0 0;
}

.page-top-ir-csr-01 .ir .info {
  background: rgba(255, 255, 255, .55);
  display: block;
  max-width: 240px;
  margin: 0 auto 0 auto;
  padding: 20px 0 24px 0;
}

.page-top-ir-csr-01 .ir .info-hdg {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 0;
}

.page-top-ir-csr-01 .ir .info-code-text {
  font-size: .9rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #0058ab;
  display: block;
  margin: 7px 0 0 0;
}

.page-top-ir-csr-01 .ir .info-code a {
  font-size: 5rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  color: #0058ab;
  display: block;
  margin: 9px 0 0 0;
  transition: .3s;
}

.page-top-ir-csr-01 .ir .info-code a:hover,
.page-top-ir-csr-01 .ir .info-code a:focus,
.page-top-ir-csr-01 .ir .info-code a:active {
  opacity: .7;
}

.page-top-ir-csr-01 .ir .info-text {
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 1px 0 0 0;
}

.page-top-ir-csr-01 .ir .button-wrapper {
  text-align: center;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  margin: 28px 0 0 0;
}

.page-top-ir-csr-01 .ir .button-wrapper .btn-03 {
  margin: 0;
}

.page-top-ir-csr-01 .csr {
  background: url("/images/bg-top-csr-01.jpg") 0 0 no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  padding: 25px 0 25px 0;
}

.page-top-ir-csr-01 .csr .page-top-hdg-01 {
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
}

.page-top-ir-csr-01 .csr .image-wrapper {
  text-align: center;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  margin: 0;
}

.page-top-ir-csr-01 .csr .button-wrapper {
  text-align: center;
  flex: 0 1 auto;
  align-self: auto;
  order: 0;
  margin: 0;
}

.page-top-ir-csr-01 .csr .button-wrapper .btn-03 {
  margin: 0;
}

.page-top-topics {
  background: #eef4fa;
}

.page-top-topics .button-wrapper {
  text-align: center;
  flex: 1 1 auto;
  align-self: auto;
  order: 0;
  margin: 30px 0 0 0;
}

.page-top-topics .button-wrapper .btn-02 {
  font-weight: normal;
  margin: 0;
}

.page-top-topics .page-top-topics-inner {
  display: flex;
  flex-direction: column-reverse;
}

.page-top-topics .page-top-topics-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: -27px;
  list-style: none;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-left: 27px;
  padding-bottom: 60px;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg {
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 21px;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-game {
  background: #28aae1 url(/images/icon-top-topics-01.png) 13px center no-repeat;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-game::first-letter {
  margin-left: 2rem;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-toy {
  background: #fa4150 url(/images/icon-top-topics-02.png) 13px center no-repeat;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-toy::first-letter {
  margin-right: 2rem;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-video-music {
  background: #8cc841 url(/images/icon-top-topics-03.png) 13px center no-repeat;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-other {
  background: #0058ab url(/images/icon-top-topics-04.png) 13px center no-repeat;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-amusement {
  background: #ef952c url(/images/icon-top-topics-05.png) 13px center no-repeat;
  padding-left: 60px;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-body {
  box-sizing: border-box;
  height: 100%;
  padding: 18px 18px 0;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-date {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 11px;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg {
  color: #fff;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-pdf {
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 10px 18px 18px;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-pdf .icon-pdf {
  margin-right: 10px;
}

.page-top-topics .page-top-topics-wrap .page-top-topics-list-pdf > p {
  margin: 0;
}

.page-top-linkbanner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 22.5px;
  margin-left: 0;
  list-style: none;
}

.page-top-linkbanner li {
  width: 275px;
  margin-top: 12.5px;
  margin-left: 0;
  transition: .3s;
}

.page-top-linkbanner li:hover,
.page-top-linkbanner li:focus,
.page-top-linkbanner li:active {
  opacity: .7;
}

.page-top-linkbanner li > a {
  display: block;
}

.page-top-linkbanner li > a > img {
  display: block;
}

/* ------------------------------------
 * page-ir-mainvisual
 * --------------------------------- */
.page-ir-mainvisual {
  background: #f6f7f8;
  margin-bottom: 40px;
}

.page-ir-mainvisual-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  height: auto;
  margin: 0 auto;
}

.page-ir-mainvisual-img-wrap {
  align-self: center;
  width: 100%;
  margin-bottom: 20px;
}

.page-ir-mainvisual-img-wrap > img {
  display: block;
  width: 100%;
  max-width: 460px;
}

.page-ir-mainvisual-detaile {
  width: 100%;
  padding: 0 15px;
}

.page-ir-mainvisual-text {
  font-size: 1.6rem;
  width: 100%;
  margin: 0;
}

.page-ir-mainvisual-text > *:not(.name) {
  font-weight: bold;
}

.page-ir-mainvisual-text > span {
  display: inline;
}

.page-ir-mainvisual-text > span:last-child {
  text-align: right;
  white-space: nowrap;
  display: block;
  margin: 15px 0;
}

.page-ir-mainvisual-text > span:last-child > span {
  font-size: 1.2rem;
  margin-right: 10px;
}

.page-ir-mainvisual-text > span:last-child > span.big {
  font-size: 1.6rem;
}

.page-ir-mainvisual-btns {
  position: relative;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin-left: -16px;
}

.page-ir-btn-01 {
  text-decoration: none;
  text-align: center;
  color: #1e67b0;
  background: #c0d8ed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  margin-left: 16px;
  padding: 15px 35px 15px 50px;
  transition: .3s;
}

.page-ir-btn-01::before,
.page-ir-btn-01::after {
  position: absolute;
  display: block;
  content: "";
}

.page-ir-btn-01::before {
  top: 50%;
  left: 20px;
}

.page-ir-btn-01::after {
  background: url(/common/images/icon-link-arrow-01.png) 0 0/19px no-repeat;
  top: 50%;
  right: 16px;
  width: 19px;
  height: 19px;
  margin-top: -8px;
  content: "";
}

.page-ir-btn-01:hover,
.page-ir-btn-01:focus,
.page-ir-btn-01:active {
  opacity: .7;
}

.page-ir-btn-01.index-01::before {
  background: url(/common/images/icon-link-01.png) 0 0/22px 27px no-repeat;
  width: 22px;
  height: 27px;
  margin-top: -13.5px;
}

.page-ir-btn-01.index-02::before {
  background: url(/common/images/icon-link-02.png) 0 0/24px 30px no-repeat;
  width: 24px;
  height: 30px;
  margin-top: -15px;
}

/* ------------------------------------
 * page-ir-understand
 * --------------------------------- */
.page-ir-understand {
  position: relative;
}

.page-ir-understand::before {
  background: #255ea5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}

.page-ir-understand .hdg-02 {
  color: #0058ab;
  margin: 0 0 20px;
}

.page-ir-understand-inner {
  text-align: center;
  background: url(/ir/images/understand-bg.png) center bottom no-repeat;
  position: relative;
  margin-bottom: 50px;
  padding: 0 15px 133px;
}

.page-ir-description {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.page-ir-understand-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 980px;
  margin: -30px 0 0 -15px;
}

.page-ir-understand-nav::after {
  display: block;
  clear: both;
  margin: 0 auto;
  content: "";
}

.page-ir-understand-nav p {
  margin: 0;
}

.page-ir-understand-nav > li {
  background: #448aca;
  position: relative;
  float: left;
  width: calc(50% - 30px);
  margin-top: 30px;
  margin-left: 30px;
  list-style: none;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
}

.page-ir-understand-nav > li::before {
  display: block;
  width: inherit;
  padding-top: 100%;
  content: "";
}

.page-ir-understand-nav > li:hover,
.page-ir-understand-nav > li:focus,
.page-ir-understand-nav > li:active {
  opacity: .7;
}

.page-ir-understand-nav-wrap {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-ir-understand-nav-wrap a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.page-ir-understand-nav-wrap .icon {
  flex: 0 0 auto;
  margin-bottom: 10%;
}

.page-ir-understand-nav-wrap img {
  display: block;
  width: 100%;
}

.page-ir-understand-nav-wrap.type-01 .icon {
  width: 37.5%;
}

.page-ir-understand-nav-wrap.type-01 p > span {
  display: block;
}

.page-ir-understand-nav-wrap.type-02 .icon {
  width: 37.5%;
}

.page-ir-understand-nav-wrap.type-02 p > span {
  display: block;
}

.page-ir-understand-nav-wrap.type-03 .icon {
  width: 37.5%;
}

.page-ir-understand-nav-wrap.type-03 p > span {
  display: block;
}

.page-ir-understand-nav-wrap.type-04 .icon {
  width: 37.5%;
}

/* ------------------------------------
 * page-ir-irnews
 * --------------------------------- */
.page-ir-irnews {
  background: #f6f7f8;
}

.page-ir-irnews .hdg-02 {
  text-align: left;
  color: #0058ab;
  position: relative;
  margin-bottom: 46px;
  padding-left: 70px;
}

.page-ir-irnews .hdg-02::before {
  background: url(/common/images/icon-ir-01.png) left center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 37px;
  content: "";
}

.page-ir-irnews .button-wrappaer {
  text-align: center;
  position: relative;
  top: 0;
  right: 0;
  display: block;
  margin: 30px 0 0;
}

.page-ir-irnews .btn-02 {
  font-weight: normal;
  margin: 0;
}

.page-ir-irnews-inner {
  background: #f6f7f8;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 15px 35px;
}

.page-ir-hdg-02 {
  font-size: 1.8rem;
  color: #0058ab;
  position: relative;
  margin-bottom: 46px;
  padding-left: 70px;
}

.page-ir-hdg-02::before {
  background: url(/common/images/icon-ir-01.png) left center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 37px;
  margin-top: -13.5px;
  content: "";
}

/* ------------------------------------
 * page-ir-category
 * --------------------------------- */
.page-ir-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -40px;
  margin-left: -30px;
}

.page-ir-category-wrap {
  width: 37%;
  min-width: 130px;
  max-width: 365px;
  margin-top: 40px;
  margin-left: 30px;
}

.page-ir-category-wrap > img {
  width: 100%;
  margin-bottom: 10px;
}

.page-ir-category-wrap .link-list-01 {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  list-style: none;
}

.page-ir-category-wrap .link-list-01 > li {
  width: 100%;
}

.page-ir-category-wrap .link-list-01 > li:not(:first-child) {
  margin-top: 5px;
}

.page-ir-category-wrap-long {
  background: #f6f7f8;
  flex: 2;
  flex-basis: 770px;
  max-width: 100%;
  margin-top: 40px;
  margin-right: -15px;
  margin-left: 15px;
  padding: 25px 15px;
}

.page-ir-category-wrap-long-inner {
  max-width: 674px;
  margin: 0 auto;
}

.page-ir-category-wrap-long-inner.en {
  max-width: 729px;
}

.page-ir-category-wrap-long-inner > img {
  display: block;
  margin: 60px auto;
}

.page-ir-category-hdg {
  font-weight: bold;
  margin: 0;
}

.page-ir-category-hdg a {
  font-size: 1.4rem;
  color: #1e67b0;
  display: inline-block;
  align-items: center;
}

.page-ir-category-hdg a img {
  vertical-align: 0;
  display: inline-block;
  width: 20px;
  margin: 0 10px 0 0;
}

.page-ir-category-hdg a::after {
  vertical-align: 1px;
  background: url(/common/images/icon-link-arrow-01.png) 0 0 no-repeat;
  background-size: 19px 19px;
  display: none;
  width: 19px;
  height: 19px;
  margin: 0 0 0 7px;
  content: "";
}

.page-ir-category-hdg span {
  vertical-align: 4px;
}

.page-ir-link-list-01 {
  margin-top: 30px;
}

.page-ir-link-list-01-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -12px 0 0 -12px;
  list-style: none;
}

.page-ir-link-list-01-inner li {
  text-align: center;
  background: #c0d8ed;
  width: 100%;
  max-width: 100%;
  margin: 12px 0 0 12px;
  transition: .3s;
}

.page-ir-link-list-01-inner li:hover,
.page-ir-link-list-01-inner li:focus,
.page-ir-link-list-01-inner li:active {
  opacity: .7;
}

.page-ir-link-list-01-inner li a {
  text-decoration: none;
  color: #0058ab;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

/* ------------------------------------
 * page-company-mainvisual
 * --------------------------------- */
.page-company-mainvisual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.page-company-mainvisual .page-company-lead {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0058ab;
  max-width: 100%;
}

.page-company-mainvisual .page-company-lead > span {
  width: 100%;
}

.page-company-mainvisual .page-company-mainvisual-img-wrap {
  text-align: center;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
}

.page-company-mainvisual .page-company-mainvisual-img-wrap.en > img {
  max-width: 260px;
}

.page-company-mainvisual .page-company-mainvisual-img-wrap img {
  width: 100%;
  max-width: 346px;
}

.page-company-policy .hdg-02,
.page-company-info .hdg-02 {
  font-size: 2.8rem;
  text-align: center;
  color: #0058ab;
}

.page-company-policy {
  background: #f5f5f5;
}

.page-company-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 33px 0 0 0;
  margin-left: -26px;
  list-style: none;
}

.page-company-category > li {
  width: calc(50% - 26px);
  max-width: 275px;
  margin-left: 26px;
}

.page-company-category > li > img {
  display: block;
}

.page-company-category-hdg > a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0058ab;
}

.page-company-category-hdg > a::after {
  vertical-align: -4px;
  background: url(/common/images/icon-link-arrow-01.png) 0 0 no-repeat;
  background-size: 19px 19px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 0 0 7px;
  content: "";
}

.page-company-btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.page-company-btns.en {
  justify-content: center;
}

.page-company-btns .page-company-btn-01 {
  font-weight: bold;
  text-decoration: none;
  color: #0058ab;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin-top: 26px;
  transition: .3s;
  border: 1px solid #0058ab;
}

.page-company-btns .page-company-btn-01:hover,
.page-company-btns .page-company-btn-01:focus,
.page-company-btns .page-company-btn-01:active {
  color: #fff;
  background: #0058ab;
}

.page-company-btns .page-company-btn-01:hover.index1 span::before,
.page-company-btns .page-company-btn-01:focus.index1 span::before,
.page-company-btns .page-company-btn-01:active.index1 span::before {
  background: url(/common/images/icon-access-02.png) 0 0 no-repeat;
}

.page-company-btns .page-company-btn-01:hover.index2 span::before,
.page-company-btns .page-company-btn-01:focus.index2 span::before,
.page-company-btns .page-company-btn-01:active.index2 span::before {
  background: url(/common/images/icon-link-03-w.png) 0 0 no-repeat;
}

.page-company-btns .page-company-btn-01:hover span::after,
.page-company-btns .page-company-btn-01:focus span::after,
.page-company-btns .page-company-btn-01:active span::after {
  background: url(/common/images/icon-link-arrow-02.png) 0 0 no-repeat;
}

.page-company-btns .page-company-btn-01 span {
  transform: translateY(3px);
}

.page-company-btns .page-company-btn-01.index1 span::before {
  vertical-align: -10px;
  background: url(/common/images/icon-access-01.png) 0 0 no-repeat;
  background-size: 25px 35px;
  display: inline-block;
  width: 25px;
  height: 35px;
  margin: 0 15px 0 0;
  content: "";
}

.page-company-btns .page-company-btn-01.index2 span::before {
  vertical-align: -10px;
  background: url(/common/images/icon-link-03.png) 0 0 no-repeat;
  background-size: 54px 35px;
  display: inline-block;
  width: 54px;
  height: 35px;
  margin: 0 15px 0 0;
  content: "";
}

.page-company-btns .page-company-btn-01 span::after {
  vertical-align: -4px;
  background: url(/common/images/icon-link-arrow-01.png) 0 0 no-repeat;
  background-size: 19px 19px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 0 0 10px;
  content: "";
}

/* ------------------------------------
 * page-vision-lead
 * --------------------------------- */
.page-vision-lead {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #448aca;
  margin-right: -15px;
}

/* ------------------------------------
 * page-vision-txt
 * --------------------------------- */
.page-vision-txt {
  font-size: 1rem;
  letter-spacing: 0;
  margin-right: -15px;
}

.site-main .main-inner.business {
  background-color: #f6f5f5;
}

.page-business-mainvisual {
  text-align: center;
  margin-top: 0;
}

.page-business-mainvisual img.pc-show {
  display: none;
}

.page-business-hdg-01 {
  font-size: 3.0rem;
  text-align: center;
  color: #0058ab;
  margin: 40px 0 10px;
}

.page-business-hdg-02 {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
}

.page-business-hdg-02 + p {
  margin-top: 10px;
}

.page-business-hdg-02::before {
  background-image: url("/common/images/icon-check.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
}

.page-business-hdg-03 {
  font-size: 2.4rem;
  color: #fff;
  background-color: #0058ab;
  margin-bottom: 25px;
  padding: 19px 30px 15px 30px;
}

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

.link-list-business {
  font-size: 1.6rem;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.link-list-business > li {
  margin: 0 0 15px;
}

.link-list-business > li:last-child {
  margin: 0;
}

.link-list-business a {
  text-decoration: none;
  color: #535353;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  transition: .3s;
}

.link-list-business a:hover,
.link-list-business a:focus,
.link-list-business a:active {
  opacity: .7;
}

.link-list-business a::before {
  position: absolute;
  top: .4em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #0058ab;
}

.link-list-business a > span {
  display: block;
}

.link-list-business b {
  font-size: 1.8rem;
  font-weight: bold;
  color: #323232;
}

.media-business {
  text-align: center;
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
}

.media-business .pc-show {
  display: none;
}

.media-business figcaption {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 16px;
}

.page-business-category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -26px;
  list-style: none;
}

.page-business-category .page-business-category-wrap {
  flex: 0 1 calc(50% - 26px);
  width: calc(50% - 26px);
  max-width: calc(50% - 26px);
  margin: 0 0 35px 26px;
}

.page-business-category .page-business-category-wrap > h3 {
  margin: 8px 0;
}

.page-business-category .page-business-category-wrap > p {
  margin: 0;
}

.lead-business {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0058ab;
  margin: 0 0 20px;
}

.page-business-system {
  position: relative;
  padding-top: 50px;
}

.page-business-system::before {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -30px;
  content: "";
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #0058ab transparent transparent transparent;
}

.page-business-system .page-business-system-btns {
  text-align: center;
}

.page-business-system-list {
  margin-top: 50px;
}

.page-business-system-list > h3 {
  margin: 0 0 25px;
}

.page-business-system-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}

.page-business-system-list > ul li + li {
  margin-top: 25px;
}

.page-business-system-list > ul li > h4 {
  margin-top: 0;
}

.page-business-system-list > ul li > p {
  margin-bottom: 0;
}

.column-logistics {
  display: flex;
  flex-flow: column-reverse nowrap;
  margin: 0 0 40px;
}

.column-logistics.map {
  flex-flow: column nowrap;
}

.column-logistics.map .column-logistics-image {
  margin-bottom: 15px;
}

.column-logistics.center {
  align-items: center;
}

.column-logistics .column-logistics-col {
  text-align: center;
  width: 100%;
}

.column-logistics .column-logistics-col > *:first-child {
  margin-top: 0;
}

.column-logistics .column-logistics-image {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.column-logistics .column-logistics-image.icon {
  background-color: #eef4fa;
  height: 100px;
  margin-top: 15px;
}

.column-logistics .column-logistics-image.icon > img {
  padding: 25px 0 24px;
}

.list-logistics {
  text-align: left;
  margin-bottom: 20px;
  list-style: none;
}

.list-logistics.en > li .left {
  min-width: 150px;
  max-width: 150px;
}

.list-logistics > li {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}

.list-logistics > li:last-child {
  margin-bottom: 0;
}

.list-logistics > li .left {
  width: 35%;
  max-width: 110px;
}

.list-logistics > li .right {
  position: relative;
  width: 65%;
}

.list-logistics > li .right::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: ":";
}

/* ------------------------------------
 * mian-inner.aboutus
 * --------------------------------- */
.main-inner.aboutus {
  background-color: #f1f8fa;
}

.main-inner.aboutus.gray {
  background-color: #f5f5f5;
  margin-bottom: 50px;
  padding: 36px 15px;
}

.main-inner.aboutus > .main-inner > *:first-child {
  margin-top: 0;
}

.site-main .main-inner.aboutus-step {
  position: relative;
  padding-bottom: 70px;
}

.site-main .main-inner.aboutus-step::after {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -35px;
  content: "";
  border-width: 30px 35px 0 35px;
  border-style: solid;
  border-color: #327ac3 transparent transparent transparent;
}

/* ------------------------------------
 * page-aboutus-hdg
 * --------------------------------- */
.page-aboutus-hdg-01 {
  font-size: 2.8rem;
  text-align: center;
  color: #0058ab;
  margin: 0 0 18px;
}

.page-aboutus-hdg-01 > span {
  display: inline-block;
  border-bottom: 7px solid #327ac3;
}

.page-aboutus-hdg-02 {
  text-align: center;
  margin: 0 0 15px;
}

.page-aboutus-hdg-02.type-01 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.page-aboutus-hdg-02.type-02 {
  font-size: 2.4rem;
}

.page-aboutus-hdg-03 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 0 30px;
}

.page-aboutus-hdg-03.en > span {
  width: auto;
  padding: 7px 15px 5px;
}

.page-aboutus-hdg-03::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: "";
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #fa4150 transparent transparent transparent;
}

.page-aboutus-hdg-03 > span {
  background-color: #fa4150;
  display: inline-block;
  width: 100%;
  max-width: 425px;
  padding: 7px 0 5px;
}

.page-aboutus-hdg-04 {
  font-size: 1.8rem;
  text-align: left;
  margin: 0 0 10px;
}

/* ------------------------------------
 * page-aboutus-lead
 * --------------------------------- */
.page-aboutus-lead {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 25px;
}

/* ------------------------------------
 * page-aboutus-media
 * --------------------------------- */
.page-aboutus-media {
  text-align: center;
  position: relative;
  overflow-x: scroll;
  width: 100%;
  margin: 0;
  padding: 0 0 28px;

  -webkit-overflow-scrolling: touch;
}

.page-aboutus-media > img {
  max-width: none;
}

/* ------------------------------------
 * page-aboutus-copy
 * --------------------------------- */
.page-aboutus-copy {
  font-size: 1.4rem;
  line-height: 1.28;
  margin: 0;
}

.page-aboutus-copy > small {
  font-size: inherit;
}

.column-aboutus-role {
  margin-bottom: 40px;
}

.column-aboutus-role > *:first-child {
  margin-top: 0;
}

.column-aboutus-role > *:last-child {
  margin-bottom: 0;
}

.column-aboutus-role > ul {
  list-style: none;
}

.column-aboutus-role > ul > li {
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 6.3769% 8.116% 8.116%;
  border: 2px solid #0058ab;
  border-radius: 20px;
}

.column-aboutus-role > ul > li + li {
  margin: 28px 0 0;
}

.column-aboutus-role > ul > li + li::before {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  content: "";
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #0058ab transparent transparent transparent;
}

.column-aboutus-merit > *:first-child {
  margin-top: 0;
}

.column-aboutus-merit > *:last-child {
  margin-bottom: 0;
}

.column-aboutus-merit > ul {
  list-style: none;
}

.column-aboutus-merit > ul > li {
  font-size: 1.8rem;
  background-color: #bedfec;
  padding: 12px 20px 8px 35px;
  border-radius: 20px;
}

.column-aboutus-merit > ul > li > span {
  position: relative;
}

.column-aboutus-merit > ul > li > span::before {
  background-image: url("/common/images/icon-check.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: -20px;
  width: 15px;
  height: 15px;
  content: "";
}

.column-aboutus-merit > ul > li + li {
  margin-top: 15px;
}

.column-aboutus-strength {
  margin: 30px 0 0;
}

.column-aboutus-strength .column-aboutus-strength-col {
  text-align: center;
  background-color: #fff;
  padding: 20px 20px 15px;
}

.column-aboutus-strength .column-aboutus-strength-col + .column-aboutus-strength-col {
  margin-top: 20px;
}

.column-aboutus-strength .column-aboutus-strength-col > h3 {
  font-size: 2.2rem;
  text-align: center;
  color: #0058ab;
  margin: 0 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.column-aboutus-strength .column-aboutus-strength-col > img {
  margin-bottom: 10px;
}

.column-aboutus-strength .column-aboutus-strength-col .column-aboutus-strength-col-text {
  font-size: 1.8rem;
  text-align: left;
  margin: 0;
}

.column-aboutus-strength .column-aboutus-strength-col .asterisk {
  font-size: 1.3rem;
  margin-top: 8px;
}

.column-aboutus-number {
  margin: 0 0 60px;
}

.column-aboutus-number .column-aboutus-number-col + .column-aboutus-number-col {
  margin-top: 30px;
}

.column-aboutus-number .column-aboutus-number-col .col-box {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #0058ab;
  margin: 0 0 10px;
  padding: 14px 5px 10px;
}

.column-aboutus-number .column-aboutus-number-col .col-box.type-01 {
  background-color: #cad6e5;
}

.column-aboutus-number .column-aboutus-number-col .col-box.type-02 {
  background-color: #9db8dd;
}

.column-aboutus-number .column-aboutus-number-col .col-box.type-03 {
  background-color: #75a9ee;
}

.column-aboutus-number .column-aboutus-number-col .col-text {
  font-size: 1.8rem;
  margin: 0;
}

.column-aboutus-number .column-aboutus-number-col .col-text > em {
  text-decoration: underline;
  color: #f00;
}

.column-aboutus-goods {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px -20px;
}

.column-aboutus-goods .column-aboutus-goods-image {
  font-size: 0;
  text-align: center;
  background-color: #e6f5ff;
  flex: 0 1 calc(50% - 20px);
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-left: 20px;
}

.column-aboutus-goods .column-aboutus-goods-image:nth-child(n + 3) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  [data-script-enabled="true"] body {
    overflow-x: hidden;
  }
  .site-header {
    padding: 50px 0 0 0;
  }
  #page-top .site-header {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
  }
  .site-header .header-main {
    padding: 0 10px 0 10px;
  }
  [data-script-enabled="true"] .site-header .header-main {
    flex-direction: row;
    justify-content: space-between;
  }
  .site-header .header-nav-content-body {
    display: flex;
  }
  .site-header .header-logo {
    width: 173px;
    height: 80px;
    padding: 0;
  }
  .site-header .header-link {
    display: flex;
  }
  .site-header .header-nav-button-wrapper {
    display: none;
  }
  [data-script-enabled="true"] .site-header .header-nav-button-wrapper {
    display: none;
  }
  [data-script-enabled="true"] .site-header .header-nav {
    position: static;
    display: block;
    width: auto;
    padding: 0 39px 0 0;
  }
  [data-script-enabled="true"] .site-header .header-nav-link {
    display: flex;
  }
  .site-header .header-nav-link > * {
    border-width: 0;
  }
  .site-header .header-nav-link > .is-current .header-nav-lead a::after,
  .site-header .header-nav-link > .is-open .header-nav-lead a::after {
    opacity: 1;
  }
  .site-header .header-nav-link > .is-open .header-nav-lead a::before {
    opacity: 1;
  }
  [data-script-enabled="true"] .site-header .header-nav-lead-wrapper {
    display: flex;
    flex-direction: column;
  }
  .site-header .header-nav-lead {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-self: auto;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    order: 0;
    min-height: 80px;
  }
  .site-header .header-nav-lead a {
    color: #323232;
    background: transparent;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-self: auto;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    order: 0;
    width: 100%;
    padding: 11px 29px 8px 29px;
  }
  .site-header .header-nav-lead a {
    font-size: 1.2rem;
    padding-right: 10px;
    padding-left: 10px;
  }
  .site-header .header-nav-lead a:link,
  .site-header .header-nav-lead a:visited,
  .site-header .header-nav-lead a:hover,
  .site-header .header-nav-lead a:focus,
  .site-header .header-nav-lead a:active {
    color: #323232;
  }
  .site-header .header-nav-lead a::before {
    display: none;
  }
  .site-header .header-nav-lead a::after {
    background: #005bac;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    display: block;
    width: calc(100% - 10px);
    height: 3px;
    margin-left: calc(-50% + 5px);
    content: "";
    transition: opacity .2s linear;
    transform: none;
    opacity: 0;
  }
  .site-header .header-nav-lead a:hover::after,
  .site-header .header-nav-lead a:focus::after,
  .site-header .header-nav-lead a:active::after {
    opacity: 1;
  }
  .site-header .header-nav-content {
    background: #3c3c3c;
  }
  [data-script-enabled="true"] .site-header .header-nav-content {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100vw;
  }
  .site-header .header-nav-content-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .site-header .header-nav-content-main {
    flex: 1;
    padding: 24px 34px 24px 34px;
  }
  [data-script-enabled="true"] .site-header .header-nav-content-main {
    padding-bottom: 0;
  }
  .site-header .header-nav-content-lead {
    font-size: 1.8rem;
    margin: 0 0 24px 0;
    border-width: 0;
  }
  .site-header .header-nav-content-lead a {
    display: inline-block;
    padding: 0 0 0 17px;
  }
  .site-header .header-nav-content-lead a::before {
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    content: "";
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
  }
  .site-header .header-nav-content-lead a::after {
    display: none;
  }
  .site-header .header-nav-content-group-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
  }
  .site-header .header-nav-content-group {
    flex: 0 1 auto;
    align-self: auto;
    order: 0;
  }
  .site-header .header-nav-content-group:first-of-type {
    width: 27.47253%;
  }
  .site-header .header-nav-content-group:last-of-type {
    width: 54.94505%;
    margin: 0 0 0 10.98901%;
  }
  [data-script-enabled="true"] .site-header .header-nav-content-group > .header-nav-content-body {
    display: flex;
  }
  [data-script-enabled="true"] .site-header .header-nav-content-group > .header-nav-content-list {
    display: block;
  }
  [data-script-enabled="true"] .site-header .header-nav-content-group > .header-nav-content-list.type-02 {
    display: flex;
  }
  .site-header .header-nav-content-group .header-nav-content-list a {
    padding-left: 17px;
  }
  .site-header .header-nav-content-hdg {
    display: block;
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
    border-width: 0 0 1px 0;
  }
  .site-header .header-nav-content-hdg::before {
    display: none;
  }
  .site-header .header-nav-content-hdg::after {
    display: none;
  }
  .site-header .header-nav-content-list > * {
    margin: 0 0 4px 0;
    border-width: 0;
  }
  .site-header .header-nav-content-list a {
    display: inline-block;
    padding: 0 0 0 17px;
  }
  .site-header .header-nav-content-list a::before {
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    content: "";
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
  }
  .site-header .header-nav-content-list a::after {
    display: none;
  }
  .site-header .header-nav-content-list.type-02 {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
  }
  .site-header .header-nav-content-list.type-02 > * {
    flex: 0 1 auto;
    align-self: auto;
    order: 0;
  }
  .site-header .header-nav-content-list.type-03 {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
  }
  .site-header .header-nav-content-list.type-03 > * {
    flex: 0 1 auto;
    align-self: auto;
    order: 0;
  }
  .site-header .header-nav-content-image {
    display: block;
    flex: 0 1 400px;
    width: 400px;
  }
  [data-script-enabled="true"] .site-header .header-nav-content-button-close-wrapper {
    display: block;
  }
  .site-header .header-nav-close-button-wrapper {
    display: none;
  }
  [data-script-enabled="true"] .site-header .header-nav-close-button-wrapper {
    display: none;
  }
  .site-main .main-inner {
    padding: 50px 10px;
  }
  .site-main .main-inner.top {
    padding: 72px 10px;
  }
  .site-main .main-inner.type-full {
    padding: 0;
  }
  .site-main .main-inner.type-location {
    padding: 0 10px;
  }
  .site-footer .footer-pagetop {
    right: 60px;
    bottom: 60px;
    width: 68px;
    height: 68px;
  }
  .site-footer .footer-pagetop.is-stop {
    right: 60px;
  }
  .site-footer .footer-pagetop a {
    font-size: 1.6rem;
    padding: 32px 0 0 0;
  }
  .site-footer .footer-pagetop a::after {
    top: 18px;
    width: 18px;
    height: 18px;
  }
  .site-footer .footer-menu .footer-menu-parent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    padding: 57px 10px 46px 10px;
  }
  .site-footer .footer-menu .footer-menu-parent > li {
    flex: 1 1 auto;
    align-self: auto;
    order: 0;
    width: calc(20% - 50px);
    margin: 0 0 0 50px;
  }
  .site-footer .footer-menu .footer-menu-parent > li:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .site-footer .footer-menu .footer-menu-category {
    padding: 0 0 4px 0;
    border-bottom: 1px solid #aaa;
  }
  .site-footer .footer-menu .footer-menu-category.type-02 {
    margin: 49px 0 0 0;
  }
  .site-footer .footer-menu .footer-menu-child {
    display: block;
  }
  .site-footer .footer-menu .footer-menu-button {
    font-size: 1.4rem;
    margin: 66px 0 0 0;
    padding: 8px 4px;
  }
  .site-footer .footer-info .footer-info-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    padding: 13px 10px 13px 10px;
  }
  .site-footer .footer-info .footer-info-col {
    flex: 0 1 auto;
    align-self: auto;
    order: 0;
  }
  .site-footer .footer-info .footer-info-list {
    margin: -7px 0 0 -16px;
  }
  .site-footer .footer-info .footer-info-list > li {
    margin: 7px 0 0 16px;
  }
  .site-footer .footer-info .footer-info-list a {
    font-size: 1.4rem;
  }
  .site-footer .footer-info .footer-info-list a::before {
    margin: 0 5px 0 0;
  }
  .site-footer .footer-info .footer-copyright {
    font-size: 1.4rem;
    text-align: left;
    margin: 0;
  }
  .lead01 {
    font-size: 3.0rem;
  }
  .lead01.type01 {
    font-size: 2.8rem;
  }
  .hdg-01 .hdg-01-inner {
    min-height: 90px;
  }
  .hdg-01 .hdg-01-hdg {
    font-size: 3.6rem;
  }
  .hdg-02 {
    font-size: 3.6rem;
    margin: 32px 0 16px;
  }
  .hdg-02 > span {
    font-size: 2.4rem;
  }
  .hdg-icon-01 {
    font-size: 2.2rem;
  }
  .hdg-icon-01 .icon-sns {
    width: 45px;
    height: 45px;
    margin-right: 20px;
  }
  .link-list-02 {
    font-size: 1.8rem;
    margin: -27px 0 27px -27px;
  }
  .link-list-02 > li {
    width: calc(25% - 27px);
    margin: 27px 0 0 27px;
  }
  .link-list-02.type-col-1 > li {
    width: calc(100% - 27px);
  }
  .link-list-02.type-col-3 > li {
    width: calc(33.3333% - 27px);
  }
  .link-list-02 a {
    padding: 13px 46px 8px 8px;
  }
  .link-list-02 a::after {
    top: -8px;
    right: 26px;
  }
  .link-list-03.type-col-4 > li {
    width: calc(25%);
  }
  .link-list-03 > li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-self: auto;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    order: 0;
    width: 100%;
    width: calc(16.66667%);
  }
  .link-list-03 > li:nth-child(-n + 6) {
    border-top-width: 1px;
  }
  .link-list-03 > li:nth-child(2n + 1) {
    border-left-width: 0;
  }
  .link-list-03 > li:nth-child(6n + 1) {
    border-left-width: 1px;
  }
  .link-list-03 a,
  .link-list-03 em {
    flex: 1 1 auto;
    align-self: auto;
    order: 0;
  }
  .link-adobe-reader-01 {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .link-adobe-reader-01 .link-adobe-reader-01-image {
    margin: 0 30px 0 0;
  }
  .list-news-01 a {
    flex-wrap: nowrap;
  }
  .list-news-01 .list-news-01-text {
    flex-wrap: nowrap;
    width: auto;
    margin: 0;
    padding: 0 0 0 31px;
  }
  .list-news-01 .list-news-01-text.benefit {
    padding-left: 3px;
  }
  .list-news-01 .list-news-01-tag {
    flex-basis: 140px;
    width: 140px;
  }
  .list-news-02-text {
    flex-wrap: nowrap;
    width: auto;
    margin: 0;
  }
  .list-wording-01 > li .list-wording-01-left {
    flex: 0 0 50%;
    max-width: 400px;
    margin: 0 30px 0 0;
  }
  .box-ir-01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box-ir-01 .box-ir-01-link {
    flex: 1 0 auto;
    margin: 0 0 0 32px;
  }
  .table-02 > table {
    display: table;
  }
  .table-02 > table caption {
    display: table-caption;
  }
  .table-02 > table th {
    padding: 20px 10px 20px 10px;
  }
  .table-02 > table td {
    padding: 20px 26px 20px 26px;
    border-width: 1px;
  }
  .table-02 > table td:last-child {
    border-width: 1px;
  }
  .table-02 > table > tbody {
    display: table-row-group;
  }
  .table-02 > table > tbody > tr {
    display: table-row;
  }
  .table-02 > table > tbody > tr > th {
    display: table-cell;
  }
  .table-02 > table > tbody > tr > td {
    display: table-cell;
  }
  .table-02 .table-inline-table th,
  .table-02 .table-inline-table td {
    display: table-cell;
  }
  .table-02 .table-inline-table th {
    margin: 0;
  }
  .column-01 > .column-01-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -28px 0 0 -28px;
  }
  .column-01 > .column-01-inner > .column-01-col {
    flex: 0 1 calc(100% - 28px);
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    margin: 28px 0 0 28px;
  }
  .column-01.type-col-2 > .column-01-inner > .column-01-col {
    flex: 0 1 calc(50% - 28px);
    width: calc(50% - 28px);
    max-width: calc(50% - 28px);
  }
  .column-01.type-col-3 > .column-01-inner > .column-01-col {
    flex: 0 1 calc(33.3333% - 28px);
    width: calc(33.3333% - 28px);
    max-width: calc(33.3333% - 28px);
  }
  .column-01.type-col-3 > .column-01-inner > .column-01-col.type-width-3-2 {
    flex: 0 1 calc(66.6666% - 28px);
    width: calc(66.6666% - 28px);
    max-width: calc(66.6666% - 28px);
  }
  .column-parallel-01 {
    display: flex;
  }
  .column-parallel-01 .column-parallel-01-col {
    flex: 1;
    margin: 0 15px 0 0;
  }
  .column-parallel-01 .column-parallel-01-image {
    margin: 0 0 10px;
  }
  .column-parallel-01.message {
    align-items: center;
    margin: -35px 0 30px;
  }
  .column-parallel-01.message .column-parallel-01-col {
    line-height: 2;
    margin: 0 70px 0 0;
  }
  .column-parallel-01.message .column-parallel-01-image {
    width: 327px;
    margin: 0 auto 0;
  }
  .column-box-01 > .column-box-01-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
  }
  .column-box-01 .column-box-01-col {
    width: calc(50% - 40px);
    margin: 40px 0 0 40px;
  }
  .column-box-02 .column-box-02-col {
    flex: 0 1 calc(50% - 28px);
    width: calc(50% - 28px);
    max-width: calc(50% - 28px);
  }
  .pc-hide {
    display: none !important;
  }
  .sp-hide {
    display: block;
  }
  .page-top-main-visual {
    background: #dcedfa url(/images/img-top-01.png) center center/cover no-repeat;
  }
  .page-top-main-visual .container {
    background: transparent;
    min-height: 650px;
  }
  .page-top-main-visual .items {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .page-top-main-visual .items ul {
    flex-wrap: nowrap;
    padding: 0 10px 0 10px;
  }
  .page-top-main-visual .items li {
    width: 20%;
  }
  .page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-01"] {
    padding: 23px 0 25px 0;
  }
  .page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-01"] img {
    max-width: 100%;
  }
  .page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-02"] img {
    max-width: 100%;
  }
  .page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-03"] img {
    max-width: 100%;
  }
  .page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-04"] img {
    max-width: 100%;
  }
  .page-top-main-visual .items li [data-main-visual-id="page-top-main-visual-05"] img {
    max-width: 100%;
  }
  .page-top-main-visual .items li:nth-of-type(2n + 1) a {
    background: rgba(19, 181, 177, .85);
  }
  .page-top-main-visual .items li:nth-of-type(2n) a {
    background: rgba(58, 157, 175, .85);
  }
  .page-top-main-visual .items li:first-of-type {
    width: 20%;
  }
  .page-top-main-visual .items li:first-of-type a {
    background: rgba(19, 181, 177, .85);
  }
  .page-top-main-visual .items li:nth-of-type(2) a {
    background: rgba(58, 157, 175, .85);
  }
  .page-top-main-visual .items li:last-of-type a {
    background: rgba(19, 181, 177, .85);
  }
  .page-top-main-visual .items a {
    height: auto;
    padding: 23px 0 25px 0;
  }
  .page-top-main-visual .items img {
    transform: none;
  }
  .page-top-main-visual .items span {
    margin: 8px 0 0 0;
  }
  .page-top-hdg-01 {
    font-size: 3.6rem;
  }
  .page-top-50th ._img {
    padding: 14px 0 0;
  }
  .page-top-50th ._txt {
    padding: 133px 0 0;
  }
  .page-top-50th ._txt .lead-50th {
    font-size: 2.8rem;
    letter-spacing: .05em;
    margin: 0 0 21px;
  }
  .page-top-50th ._txt .lead-50th .txt-block {
    display: inline-block;
  }
  .page-top-50th ._txt .link-50th {
    padding: 29px 74px 27px 48px;
  }
  .page-top-50th ._txt .link-50th::after {
    right: 52px;
  }
  .page-top-news-01 {
    flex-direction: column;
  }
  .page-top-news-01 .button-wrapper {
    text-align: right;
    margin: 0;
  }
  .page-top-news-01 .button-wrapper .btn-02 {
    min-width: 140px;
    padding: 2px 35px 2px 20px;
  }
  .page-top-news-01 .list-wrapper {
    margin: 16px 0 0 0;
  }
  .page-top-news-01 .list-wrapper .list-news-01 {
    margin: 0;
  }
  .page-top-news-01 .list-wrapper .list-news-01 li:nth-child(n + 4) {
    display: block;
  }
  .page-top-ir-csr-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
  }
  .page-top-ir-csr-01 .ir {
    flex: 0 1 auto;
    align-self: auto;
    order: 0;
    width: 50%;
    padding: 47px 0 37px 0;
  }
  .page-top-ir-csr-01 .ir .image-wrapper {
    margin-top: 0;
  }
  .page-top-ir-csr-01 .ir .image-wrapper > img {
    width: 400px;
  }
  .page-top-ir-csr-01 .ir .info-wrapper {
    margin: 26px 0 0 0;
  }
  .page-top-ir-csr-01 .ir .info {
    max-width: 400px;
    padding: 55px 0 55px 0;
  }
  .page-top-ir-csr-01 .ir .info-hdg {
    font-size: 3rem;
  }
  .page-top-ir-csr-01 .ir .info-code-text {
    font-size: 1.2rem;
    margin: 10px 0 0 0;
  }
  .page-top-ir-csr-01 .ir .info-code a {
    font-size: 6.5rem;
    margin: 15px 0 0 0;
  }
  .page-top-ir-csr-01 .ir .info-text {
    font-size: 1.6rem;
    margin: 8px 0 0 0;
  }
  .page-top-ir-csr-01 .ir .button-wrapper {
    margin: 40px 0 0 0;
  }
  .page-top-ir-csr-01 .csr {
    flex: 0 1 auto;
    align-self: auto;
    order: 0;
    width: 50%;
    padding: 47px 0 37px 0;
  }
  .page-top-topics .button-wrapper {
    text-align: right;
    margin: 0;
  }
  .page-top-topics .button-wrapper .btn-02 {
    min-width: 140px;
    padding: 2px 35px 2px 20px;
  }
  .page-top-topics .page-top-topics-inner {
    flex-direction: column;
  }
  .page-top-topics .page-top-topics-wrap {
    flex-wrap: nowrap;
    margin-top: 0;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list {
    flex: 0 1 calc(25% - 27px);
    width: calc(25% - 27px);
    max-width: calc(25% - 27px);
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-game {
    background: #28aae1 url(/images/icon-top-topics-01.png) 13px center/19.27273% auto no-repeat;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-toy {
    background: #fa4150 url(/images/icon-top-topics-02.png) 13px center/12% auto no-repeat;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-video-music {
    background: #8cc841 url(/images/icon-top-topics-03.png) 13px center/13.81818% auto no-repeat;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-other {
    background: #0058ab url(/images/icon-top-topics-04.png) 13px center/16% auto no-repeat;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-amusement {
    background: #ef952c url(/images/icon-top-topics-05.png) 13px center/18.1819% auto no-repeat;
  }
  .page-top-linkbanner {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 12.5px;
    margin-bottom: 0;
    margin-left: -.847457627%;
  }
  .page-top-linkbanner li {
    width: 23.1092437%;
    margin-top: 20px;
    margin-left: 1.68067227%;
  }
  .page-ir-mainvisual {
    margin-bottom: 80px;
  }
  .page-ir-mainvisual-wrap {
    flex-wrap: nowrap;
    align-items: center;
  }
  .page-ir-mainvisual-img-wrap {
    max-width: 460px;
    margin-bottom: 0;
  }
  .page-ir-mainvisual-detaile {
    flex-basis: 778px;
    padding: 30px 15px;
  }
  .page-ir-mainvisual-text > span:last-child {
    margin: 30px 0;
  }
  .page-ir-mainvisual-text {
    font-size: 2.4rem;
  }
  .page-ir-mainvisual-text > *:not(.name) {
    font-weight: normal;
  }
  .page-ir-mainvisual-text > span {
    display: block;
  }
  .page-ir-mainvisual-text > span:last-child {
    text-align: right;
  }
  .page-ir-mainvisual-text > span:last-child > span {
    font-size: 1.6rem;
    margin-right: 30px;
  }
  .page-ir-mainvisual-text > span:last-child > span.big {
    font-size: 2.4rem;
  }
  .page-ir-mainvisual-btns {
    flex-wrap: nowrap;
  }
  .page-ir-btn-01 {
    margin-left: 16px;
  }
  .page-ir-understand-inner {
    margin-bottom: 100px;
    padding: 0 10px 163px;
  }
  .page-ir-description {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
  .page-ir-understand-nav {
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  .page-ir-understand-nav > li {
    width: 20.408163%;
    margin-top: 0;
    margin-left: 0;
  }
  .page-ir-understand-nav > li:not(:last-child) {
    margin-right: 60px;
  }
  .page-ir-understand-nav-wrap a {
    font-size: 1.5rem;
  }
  .page-ir-understand-nav-wrap.type-01 p > span {
    display: inline;
  }
  .page-ir-irnews .hdg-02 {
    margin-top: 0;
    margin-bottom: 46px;
  }
  .page-ir-irnews .button-wrappaer {
    position: absolute;
    top: 55px;
    right: 50px;
    display: inline-block;
    margin: 0;
  }
  .page-ir-irnews .btn-02 {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
    padding: 5px 35px 5px 20px;
  }
  .page-ir-irnews-inner {
    padding: 45px 50px 35px;
  }
  .page-ir-category {
    margin-top: -60px;
    margin-left: -40px;
  }
  .page-ir-category-wrap {
    width: 30.4166667%;
    margin-top: 60px;
    margin-left: 40px;
  }
  .page-ir-category-wrap .link-list-01 {
    margin-top: 10px;
  }
  .page-ir-category-wrap .link-list-01 > li {
    font-size: 1.6rem;
    width: 50%;
  }
  .page-ir-category-wrap .link-list-01 > li:not(:first-child) {
    margin-top: 0;
  }
  .page-ir-category-wrap-long {
    margin-top: 60px;
    margin-left: 25px;
    padding: 25px 50px;
  }
  .page-ir-category-hdg.type-01 img {
    width: 45px;
  }
  .page-ir-category-hdg.type-02 img {
    width: 37px;
  }
  .page-ir-category-hdg.type-03 img {
    width: 40px;
  }
  .page-ir-category-hdg.type-04 img {
    width: 28px;
  }
  .page-ir-category-hdg.type-05 img {
    width: 37px;
  }
  .page-ir-category-hdg.blank a::after {
    vertical-align: -2px;
    background: url(/common/images/icon-link-external-03.png) 0 0/20px 14px no-repeat;
    width: 20px;
  }
  .page-ir-category-hdg.en > a {
    font-size: 1.6rem;
  }
  .page-ir-category-hdg.en > a img {
    margin: 0 10px 0 0;
  }
  .page-ir-category-hdg a {
    font-size: 1.8rem;
  }
  .page-ir-category-hdg a img {
    vertical-align: -4px;
    margin: 0 20px 0 0;
  }
  .page-ir-category-hdg a::after {
    display: inline-block;
  }
  .page-ir-link-list-01 {
    margin-top: 60px;
  }
  .page-ir-link-list-01-inner {
    flex-wrap: nowrap;
  }
  .page-ir-link-list-01-inner li {
    max-width: 286px;
  }
  .page-company-mainvisual .page-company-lead > span {
    text-align: center;
    display: block;
  }
  .page-company-mainvisual .page-company-lead {
    font-size: 2.8rem;
  }
  .page-company-mainvisual .page-company-lead.en {
    font-size: 1.9rem;
  }
  .page-company-mainvisual .page-company-lead.en > span {
    text-align: left;
  }
  .page-company-mainvisual .page-company-mainvisual-img-wrap.en {
    max-width: 260px;
  }
  .page-company-mainvisual .page-company-mainvisual-img-wrap {
    width: 100%;
    max-width: 346px;
    margin-bottom: 0;
  }
  .page-company-policy .hdg-02,
  .page-company-info .hdg-02 {
    font-size: 3.6rem;
  }
  .page-company-category {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .page-company-category.en {
    justify-content: center;
  }
  .page-company-category-hdg.en > a {
    font-size: 1.4rem;
  }
  .page-company-category-hdg > a {
    font-size: 1.8rem;
  }
  .page-company-btns {
    flex-wrap: nowrap;
    margin-top: 50px;
    margin-left: -26px;
  }
  .page-company-btns .page-company-btn-01 {
    width: calc(50% - 26px);
    margin-top: 0;
    margin-left: 26px;
  }
  .page-vision-lead {
    font-size: 2rem;
  }
  .page-vision-txt {
    font-size: 1.6rem;
  }
  .page-business-mainvisual {
    margin-top: 50px;
  }
  .page-business-mainvisual img.pc-show {
    display: inline-block;
  }
  .page-business-mainvisual img.sp-show {
    display: none;
  }
  .page-business-hdg-01 {
    font-size: 3.6rem;
    margin: 60px 0 15px;
  }
  .page-business-hdg-02 {
    font-size: 2rem;
    padding-left: 30px;
  }
  .page-business-hdg-02::before {
    top: 1px;
    width: 22px;
    height: 22px;
  }
  .align-adjust {
    text-align: center;
  }
  .link-list-business a > span {
    display: inline-block;
  }
  .link-list-business b {
    display: inline-block;
    width: 230px;
  }
  .media-business .pc-show {
    display: inline-block;
  }
  .media-business .sp-show {
    display: none;
  }
  .media-business figcaption {
    font-size: 2.4rem;
  }
  .page-business-category .page-business-category-wrap {
    flex: 0 1 calc(25% - 26px);
    width: calc(25% - 26px);
    max-width: calc(25% - 26px);
    margin-bottom: 0;
  }
  .page-business-category .page-business-category-wrap > h3 {
    margin: 12px 0;
  }
  .lead-business {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 70px;
  }
  .page-business-system {
    padding-top: 80px;
  }
  .page-business-system::before {
    margin-left: -45px;
    border-width: 45px 45px 0 45px;
  }
  .page-business-system-list {
    margin-top: 70px;
  }
  .page-business-system-list > ul {
    margin: 0 0 0 -18px;
  }
  .page-business-system-list > ul li {
    margin-left: 18px;
  }
  .page-business-system-list > ul li + li {
    margin-top: 0;
    padding-left: 18px;
    border-left: 1px solid #535353;
  }
  .page-business-system-list > ul.col-3 li {
    flex: 0 1 calc(33.3333% - 18px);
    width: calc(33.3333% - 18px);
    max-width: calc(33.3333% - 18px);
  }
  .page-business-system-list > ul.col-4 li {
    flex: 0 1 calc(25% - 18px);
    width: calc(25% - 18px);
    max-width: calc(25% - 18px);
  }
  .column-logistics {
    flex-flow: row nowrap;
  }
  .column-logistics.map {
    flex-flow: row nowrap;
  }
  .column-logistics.map .column-logistics-image {
    margin-bottom: 0;
  }
  .column-logistics .column-logistics-col {
    text-align: left;
    flex: 1;
    margin: 0 0 0 15px;
  }
  .column-logistics .column-logistics-image.icon {
    width: 140px;
    height: 140px;
    margin-top: 0;
    border-radius: 50%;
  }
  .column-logistics .column-logistics-image.icon > img {
    padding: 45px 35px 44px 34px;
  }
  .list-logistics {
    margin-bottom: 30px;
  }
  .list-logistics > li .left {
    width: 25%;
  }
  .list-logistics > li .right {
    width: 75%;
  }
  .main-inner.aboutus.gray {
    margin-bottom: 100px;
    padding: 50px 70px;
  }
  .site-main .main-inner.aboutus-step {
    padding-bottom: 160px;
  }
  .site-main .main-inner.aboutus-step::after {
    bottom: 40px;
    margin-left: -75px;
    border-width: 55px 75px 0 75px;
  }
  .page-aboutus-hdg-01 {
    font-size: 3.6rem;
  }
  .page-aboutus-hdg-02 {
    margin-bottom: 25px;
  }
  .page-aboutus-hdg-02.type-01 {
    font-size: 2.4rem;
  }
  .page-aboutus-hdg-02.type-02 {
    font-size: 3rem;
  }
  .page-aboutus-hdg-03 {
    font-size: 2.4rem;
    margin: 0 0 45px;
  }
  .page-aboutus-hdg-03.en > span {
    padding: 14px 15px 10px;
  }
  .page-aboutus-hdg-03 > span {
    width: 570px;
    max-width: none;
    padding: 14px 0 10px;
  }
  .page-aboutus-hdg-04 {
    font-size: 2rem;
  }
  .page-aboutus-lead {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .page-aboutus-media {
    overflow-x: visible;
    padding: 0;
  }
  .page-aboutus-media > img {
    max-width: 100%;
  }
  .column-aboutus-role {
    margin-bottom: 80px;
  }
  .column-aboutus-role > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
  }
  .column-aboutus-role > ul > li {
    flex: 0 1 calc(50% - 40px);
    width: calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin-left: 40px;
    padding: 3.2787% 4.2623% 4.0984%;
    border: 3px solid #0058ab;
  }
  .column-aboutus-role > ul > li + li {
    margin: 0 0 0 40px;
  }
  .column-aboutus-role > ul > li + li::before {
    top: 50%;
    left: -43px;
    margin: -35px 0 0;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #0058ab;
  }
  .column-aboutus-merit > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  .column-aboutus-merit > ul > li {
    font-size: 2.4rem;
    flex: 0 1 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 20px;
    padding: 1.6667% 4.1667% 1.3334% 7%;
    border-radius: 35px;
  }
  .column-aboutus-merit > ul > li > span::before {
    left: -32px;
    width: 22px;
    height: 22px;
  }
  .column-aboutus-merit > ul > li + li {
    margin-top: 0;
  }
  .column-aboutus-merit > ul > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .column-aboutus-strength {
    display: flex;
    flex-wrap: wrap;
    margin: 45px 0 0 -30px;
  }
  .column-aboutus-strength .column-aboutus-strength-col {
    flex: 0 1 calc(50% - 30px);
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-left: 30px;
    padding: 2.8926% 3.3058% 1.6529%;
  }
  .column-aboutus-strength .column-aboutus-strength-col + .column-aboutus-strength-col {
    margin-top: 0;
  }
  .column-aboutus-strength .column-aboutus-strength-col:nth-child(n + 3) {
    margin-top: 30px;
  }
  .column-aboutus-strength .column-aboutus-strength-col > h3 {
    font-size: 2.4rem;
  }
  .column-aboutus-number {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 100px -40px;
  }
  .column-aboutus-number .column-aboutus-number-col {
    flex: 0 1 calc(33.3333% - 40px);
    width: calc(33.3333% - 40px);
    max-width: calc(33.3333% - 40px);
    margin-left: 40px;
  }
  .column-aboutus-number .column-aboutus-number-col + .column-aboutus-number-col {
    margin-top: 0;
  }
  .column-aboutus-number .column-aboutus-number-col .col-box {
    font-size: 2.4rem;
    padding: 20px 5px 16px;
  }
  .column-aboutus-number .column-aboutus-number-col .col-text {
    font-size: 2rem;
  }
  .column-aboutus-goods {
    justify-content: space-between;
  }
  .column-aboutus-goods .column-aboutus-goods-image {
    flex: 0 1 calc(25% - 20px);
    width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .column-aboutus-goods .column-aboutus-goods-image:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1090px) {
  .site-header .header-nav-lead a {
    font-size: 1.6rem;
    padding-right: 29px;
    padding-left: 29px;
  }
  .page-company-mainvisual {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  [data-script-enabled="true"] .site-header .header-nav-content {
    left: calc((100vw - 1200px) / -2);
  }
}

@media screen and (min-width: 1600px) {
  [data-script-enabled="true"] .page-top-main-visual .container .visual {
    top: 5%;
    width: 515px;
  }
}

@media screen and (max-width: 1075px) and (min-width: 768px) {
  .page-top-topics .page-top-topics-wrap {
    flex-wrap: wrap;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list {
    flex: 0 1 calc(50% - 27px);
    width: calc(50% - 27px);
    max-width: calc(50% - 27px);
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-game {
    background: #28aae1 url(/images/icon-top-topics-01.png) 13px center/53px auto no-repeat;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-toy {
    background: #fa4150 url(/images/icon-top-topics-02.png) 13px center/33px auto no-repeat;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-video-music {
    background: #8cc841 url(/images/icon-top-topics-03.png) 13px center/38px auto no-repeat;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-other {
    background: #0058ab url(/images/icon-top-topics-04.png) 13px center/44px auto no-repeat;
  }
  .page-top-topics .page-top-topics-wrap .page-top-topics-list-hdg.type-amusement {
    background: #ef952c url(/images/icon-top-topics-05.png) 13px center/50px auto no-repeat;
  }
}

@media screen and (min-width: 1213px) {
  .page-ir-category-wrap-long {
    margin-top: 60px;
    margin-right: 0;
    margin-left: 40px;
  }
}

@media all and (-ms-high-contrast: none) {
  .page-ir-category-wrap-long {
    flex-basis: 670px;
  }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
  .page-vision-lead {
    font-size: 1.2rem;
  }
  .page-vision-txt {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 424px) and (max-width: 500px) {
  .page-vision-lead {
    font-size: 1.3rem;
  }
  .page-vision-txt {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .page-vision-lead {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .page-vision-lead {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .page-vision-txt {
    font-size: 1.6rem;
  }
}
