@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&text=0123456789");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Roboto", "Zen Kaku Gothic New", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  color: #333333;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

body {
  padding-top: 120px;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #F1F1F1;
  background-color: #ffffff;
}
.header.is-fixed {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  min-height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.header-navi-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: auto;
  padding-bottom: 10px;
}
.header-navi-close .txt {
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
.header-logo {
  padding-right: 15px;
  line-height: 0;
}
.header-link-top {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.header-link-top > li > a {
  font-size: 1.4rem;
}
.header-link-top > li > a:hover {
  color: #2C893A;
}
.header-link-members > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 8px;
  border: 1px solid #333333;
  border-radius: 50px;
  line-height: 1;
}
.header-link-members > a::before {
  -webkit-transition: background-image 0.15s ease-in-out;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url("/assets/images/icon-members.svg") center no-repeat;
  background-size: contain;
  content: "";
  transition: background-image 0.15s ease-in-out;
}
.header-link-members > a:hover {
  border-color: #2C893A;
}
.header-link-members > a:hover::before {
  background-image: url("/assets/images/icon-members-green.svg");
}
.header-link-language {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-link-language > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-link-language > span > a {
  margin-bottom: -2px;
  padding-bottom: 1px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.header-link-language > span > a:hover {
  color: #2C893A;
}
.header-link-language > span.en {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #888888;
}
.header-link-language > span.is-current > a {
  border-bottom: 1px solid #333333;
  font-weight: bold;
}
.header-link-nav {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.header-link-nav > li:not(.-accodion) > a, .header-link-nav > li:not(.-accodion) > span {
  font-weight: bold;
}
.header-link-nav > li.-accodion > a, .header-link-nav > li.-accodion > span {
  font-weight: bold;
}
body.eng .header-link-nav > li > a, body.eng .header-link-nav > li > span {
  letter-spacing: 0.05rem;
}
body.eng .header-ham-icon .txt {
  left: -2px;
}
.header-link-nav > li.is-open .block-dropdown {
  display: block;
}

.block-dropdown {
  display: none;
}

.dropdown-close {
  display: none;
}
.dropdown-inner .header-link-head > a, .dropdown-inner .header-link-head > span {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3333333333;
}
.dropdown-inner .header-link-head > a::after {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 16px;
  content: "";
  vertical-align: middle;
}
.dropdown-inner .header-link-head > a:not([target=_blank]):not([href$=".pdf"]):not([href*=".xls"])::after {
  -webkit-transform: rotate(45deg);
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  border-top: 2px solid #2C893A;
  border-right: 2px solid #2C893A;
}
.dropdown-inner .header-link-head > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
  width: 14px;
  height: 12px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
}
.dropdown-inner .header-link-head > a:hover {
  color: #2C893A;
}
.dropdown-inner .header-link-button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 230px;
  margin-right: 0;
}
.dropdown-inner .header-navi-list li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.dropdown-inner .header-navi-list li > a, .dropdown-inner .header-navi-list li > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 17px 40px 16px 16px;
  border-bottom: 1px solid #E8E8E8;
  line-height: 1.3333333333;
}
.dropdown-inner .header-navi-list li > a .sub, .dropdown-inner .header-navi-list li > span .sub {
  font-size: 1.2rem;
}
.dropdown-inner .header-navi-list li > a {
  -webkit-transition: color 0.15s ease-in-out;
  position: relative;
  transition: color 0.15s ease-in-out;
}
.dropdown-inner .header-navi-list li > a::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  content: "";
}
.dropdown-inner .header-navi-list li > a:hover {
  color: #2C893A;
}
.dropdown-inner .header-navi-list li > a:not([target=_blank]):not([href$=".pdf"]):not([href*=".xls"])::after {
  -webkit-transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #2C893A;
  border-right: 2px solid #2C893A;
}
.dropdown-inner .header-navi-list li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
  width: 14px;
  height: 12px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
}
.dropdown-inner .header-navi-list li > a[href$=".pdf"]::after {
  width: 16px;
  height: 20px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
}
.dropdown-inner .header-navi-list li ul li > a, .dropdown-inner .header-navi-list li ul li > span {
  background-color: #F8F8F8;
  font-weight: 500;
}
.dropdown-inner .header-navi-list li.header-navi-list-item-under > a {
  border-bottom: none;
  font-size: 1.4rem;
}
.dropdown-inner .header-navi-banner-item > a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}
.dropdown-inner .header-navi-banner-item > a:hover .header-navi-banner-item-txt {
  color: #2C893A;
}
.dropdown-inner .header-navi-banner-item > a[target=_blank] .header-navi-banner-item-txt::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 8px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
  content: "";
}
.dropdown-inner .header-navi-banner-item-txt {
  -webkit-transition: color 0.15s ease-in-out;
  padding: 16px 32px;
  font-weight: bold;
  transition: color 0.15s ease-in-out;
}
.dropdown-inner .header-navi-banner-item-img {
  max-width: 50%;
  line-height: 0;
}
.dropdown-wrap.-top {
  padding-left: 0;
}

.footer {
  position: relative;
  background-color: #F8F8F8;
}
.footer-inner {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  padding-right: 10px;
  padding-bottom: 76px;
  padding-left: 10px;
}
.footer-wrap-top .footer-link-top > li > a, .footer-wrap-top .footer-link-top > li > span {
  font-weight: bold;
  font-size: 1.6rem;
}
.footer-wrap-bottom {
  padding-top: 46px;
  padding-bottom: 45px;
}
.footer-navi-list {
  border-bottom: 1px solid #E8E8E8;
}
.footer-navi-list li > a, .footer-navi-list li > span {
  display: block;
  padding: 18px 40px 17px 16px;
  border-top: 1px solid #E8E8E8;
  font-weight: bold;
}
.footer-navi-list li > a .sub, .footer-navi-list li > span .sub {
  font-size: 1.2rem;
}
.footer-navi-list li > a {
  position: relative;
}
.footer-navi-list li > a::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("/assets/images/icon-arrow-border.svg") right center no-repeat;
  background-size: contain;
  content: "";
  transition: background-image 0.15s ease-in-out;
}
.footer-navi-list li > a:hover {
  color: #2C893A;
}
.footer-navi-list li > a:hover::after {
  background-image: url("/assets/images/icon-arrow.svg");
}
.footer-navi-list li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
  width: 14px;
  height: 12px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
}
.footer-navi-list li > a[href$=".pdf"]::after {
  width: 16px;
  height: 20px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
}
.footer-navi-list li ul li > a, .footer-navi-list li ul li > span {
  background-color: #F8F8F8;
  font-weight: 500;
}
.footer-navi-list li.footer-navi-list-item-head {
  border-top: 4px solid #2C893A;
}
.footer-navi-list li.footer-navi-list-item-head > a, .footer-navi-list li.footer-navi-list-item-head > span {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.footer-navi-list li.footer-navi-list-item-accordion > a::after, .footer-navi-list li.footer-navi-list-item-accordion > span::after {
  background-image: url("/assets/images/icon-accordion-close.svg");
}
.footer-navi-list li.footer-navi-list-item-accordion .footer-navi-list-under {
  -ms-flex-wrap: wrap;
  display: none;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.footer-navi-list li.footer-navi-list-item-accordion .footer-navi-list-under > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 50%;
}
.footer-navi-list li.footer-navi-list-item-accordion .footer-navi-list-under > li > a, .footer-navi-list li.footer-navi-list-item-accordion .footer-navi-list-under > li > span {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 22px;
  border-top: none;
  background-color: #ffffff;
  font-size: 1.4rem;
}
.footer-navi-list li.footer-navi-list-item-accordion.is-open > a::after, .footer-navi-list li.footer-navi-list-item-accordion.is-open > span::after {
  background-image: url("/assets/images/icon-accordion-open.svg");
}
.footer-navi-list li.footer-navi-list-item-accordion.is-open .footer-navi-list-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-link-top > li > a {
  font-size: 1.4rem;
}
.footer-link-top > li > a:hover {
  color: #2C893A;
}
.footer-link-top > li:not(.footer-link-members) > a[target=_blank]::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.footer-link-item-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-link-item-recruit > a {
  font-size: 1.4rem;
}
.footer-link-item-recruit > a:not(:first-child) {
  margin-left: 20px;
}
.footer-link-members > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 8px;
  border: 1px solid #333333;
  border-radius: 50px;
  line-height: 1;
}
.footer-link-members > a::before {
  -webkit-transition: background-image 0.15s ease-in-out;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url("/assets/images/icon-members.svg") center no-repeat;
  background-size: contain;
  content: "";
  transition: background-image 0.15s ease-in-out;
}
.footer-link-members > a:hover {
  border-color: #2C893A;
}
.footer-link-members > a:hover::before {
  background-image: url("/assets/images/icon-members-green.svg");
}
.footer-link-language {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-link-language > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-link-language > span > a {
  margin-bottom: -2px;
  font-size: 1.4rem;
  line-height: 1;
}
.footer-link-language > span > a:hover {
  color: #2C893A;
}
.footer-link-language > span.en {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #888888;
}
.footer-link-language > span.is-current > a {
  border-bottom: 1px solid #333333;
  font-weight: bold;
}
.footer-copyright {
  font-size: 1.4rem;
  text-align: center;
}
body.eng .footer-wrap-top .footer-link-top > li > a {
  letter-spacing: 0.05rem;
}
body.eng .footer-wrap-bottom .footer-link-top {
  padding-top: 0;
}

.page-top {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  pointer-events: none;
}
.page-top.is-fixed {
  z-index: 99;
  position: fixed;
  top: auto;
  bottom: 70px;
}
.page-top > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-transition: background-color 0.15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #333333;
  border-radius: 56px;
  background-color: #333333;
  font-size: 0;
  text-indent: -9999px;
  pointer-events: auto;
  transition: background-color 0.15s ease-in-out;
}
.page-top > a::before, .page-top > a::after {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  position: absolute;
  margin: auto;
  content: "";
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.page-top > a::before {
  top: 0;
  bottom: 0;
  width: 2px;
  height: 22px;
  background-color: #ffffff;
}
.page-top > a::after {
  -webkit-transform: rotate(45deg);
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.page-top > a:hover {
  background-color: #ffffff;
}
.page-top > a:hover::before {
  background-color: #333333;
}
.page-top > a:hover::after {
  border-color: #333333;
}

.breadcrumb {
  border-bottom: 1px solid #F1F1F1;
}
.breadcrumb-list {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
}
.breadcrumb-list > li {
  display: inline-block;
}
.breadcrumb-list > li > a, .breadcrumb-list > li > span {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumb-list > li > a:hover {
  color: #2C893A;
}
.breadcrumb-list > li:not(:last-child)::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
  vertical-align: middle;
}

.content {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 130px;
  padding-left: 10px;
}
.content .content-block .content-section:last-child {
  padding-bottom: 0;
}
.content-inner {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.content-main {
  padding-top: 56px;
  border-bottom: 1px solid #F1F1F1;
}
.content-main + [class^=content] {
  padding-top: 72px;
}
.content-main.-in-mv {
  border-bottom: none;
}
.content-main.-in-mv .content-inner .heading-lv1 {
  padding-bottom: 26px;
}
.content-main.-in-mv .block-mainvisual {
  max-width: 810px;
}
.content-main.-in-mv .block-mainvisual.-card {
  position: relative;
  line-height: 0;
}
.content-main.-in-mv .block-mainvisual.-card .block-card {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 20px 14px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.content-main.-in-mv .block-mainvisual.-card .block-card .sub-txt {
  margin-top: 5px;
  line-height: 1.3333333333;
}
.content-main.-in-mv .block-mainvisual.-card > a {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.content-main.-in-mv .block-mainvisual.-card > a .block-card .ttl::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-bottom: 6px;
  margin-left: 8px;
  background: url("/assets/images/icon-arrow-border.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
  transition: background-image 0.15s ease-in-out;
}
.content-main.-in-mv .block-mainvisual.-card > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]):not([href$=".zip"]) .block-card .ttl::after {
  width: 14px;
  width: 15px;
  height: 12px;
  height: 13px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
}
.content-main.-in-mv .block-mainvisual.-card > a[href$=".pdf"] .block-card .ttl::after {
  width: 16px;
  width: 18px;
  height: 20px;
  height: 22px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
}
.content-main.-in-mv .block-mainvisual.-card > a[href*=".xls"] .block-card .ttl::after {
  width: 16px;
  width: 18px;
  height: 20px;
  height: 22px;
  background: url("/assets/images/icon-xls.svg") right center no-repeat;
  background-size: contain;
}
.content-main.-in-mv .block-mainvisual.-card > a[href$=".zip"] .block-card .ttl::after {
  width: 16px;
  width: 18px;
  height: 20px;
  height: 22px;
  background: url("/assets/images/icon-zip.svg") right center no-repeat;
  background-size: contain;
}
.content-main.-in-mv .block-mainvisual.-card > a:hover {
  opacity: 0.8;
}
.content-main.-in-mv .block-mainvisual.-card > a:hover:not([target=_blank]):not([href$=".pdf"]):not([href*=".xls"]):not([href$=".zip"]) .block-card .ttl::after {
  background-image: url("/assets/images/icon-arrow.svg");
}
.content-section {
  padding-bottom: 130px;
}
.content-section:not(:first-child) {
  padding-top: 36px;
}
.content-section:not(:last-child) {
  padding-bottom: 36px;
}
.content-section.-bottom-wide {
  padding-bottom: 70px;
}
.content-section hr {
  height: 1px;
  border: none;
  background-color: #E8E8E8;
}
.content-section hr:not(:last-child) {
  margin-bottom: 60px;
}

.content-section[class*=-bg] {
  margin-top: 55px;
  margin-bottom: 55px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.-bg_gray {
  background-color: #F8F8F8;
}

.block-middle .content-inner {
  max-width: 1000px;
}
.block-wide .content-inner {
  max-width: 1750px;
}

.right-navi-list + .right-bnr-list {
  margin-top: 45px;
}
.right-navi .right-bnr-list-item {
  line-height: 0;
}

.right-navi-list li:not(.right-navi-list-item-head) > a {
  font-size: 1.5rem;
}
.right-navi-list li:not(.right-navi-list-item-head) > a .sub {
  font-size: 1.2rem;
}
.right-navi-list li > a, .right-navi-list li > span {
  display: block;
  padding: 12px 32px 12px 16px;
  border-bottom: 1px solid #E8E8E8;
  font-weight: bold;
}
.right-navi-list li > a {
  position: relative;
}
.right-navi-list li > a::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("/assets/images/icon-arrow-border.svg") right center no-repeat;
  background-size: contain;
  content: "";
  transition: background-image 0.15s ease-in-out;
}
.right-navi-list li > a:hover {
  color: #2C893A;
}
.right-navi-list li > a:hover::after {
  background-image: url("/assets/images/icon-arrow.svg");
}
.right-navi-list li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
  width: 14px;
  height: 12px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
}
.right-navi-list li > a[href$=".pdf"]::after {
  width: 16px;
  height: 20px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
}
.right-navi-list li.is-current > a, .right-navi-list li.is-current > span {
  background-color: #2C893A;
  color: #ffffff;
  font-weight: bold;
}
.right-navi-list li.is-current > a::after {
  background-image: url("/assets/images/icon-arrow-white-border.svg");
}
.right-navi-list li ul li > a, .right-navi-list li ul li > span {
  padding-left: 26px;
  background-color: #F8F8F8;
  font-weight: 500;
}
.right-navi-list li ul li > ul li > a, .right-navi-list li ul li > ul li > span {
  padding-left: 40px;
}
.right-navi-list li ul li > ul li > ul li > a, .right-navi-list li ul li > ul li > ul li > span {
  padding: 6px 32px 6px 56px;
}
.right-navi-list li.right-navi-list-item-head {
  border-top: 4px solid #2C893A;
}
.right-navi-list li.right-navi-list-item-head > a, .right-navi-list li.right-navi-list-item-head > span {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.right-navi-list li.right-navi-list-item-accordion > a::after, .right-navi-list li.right-navi-list-item-accordion > span::after {
  background-image: url("/assets/images/icon-accordion-close.svg");
}
.right-navi-list li.right-navi-list-item-accordion > .right-navi-list-under {
  display: none;
}
.right-navi-list li.right-navi-list-item-accordion.is-open > a::after, .right-navi-list li.right-navi-list-item-accordion.is-open > span::after {
  background-image: url("/assets/images/icon-accordion-open.svg");
}
.right-navi-list li.right-navi-list-item-accordion.is-open > .right-navi-list-under {
  display: block;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 56px;
}
.tab-list::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #D3D3D3;
  content: "";
}
.tab-list > li {
  position: relative;
  border-bottom: 3px solid #D3D3D3;
}
.tab-list > li > a {
  display: block;
  padding-top: 4px;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3333333333;
  text-align: center;
}
.tab-list > li > a:hover {
  color: #2C893A;
}
.tab-list > li > a .tab-list-item-txt {
  display: block;
  padding-right: 34px;
  padding-left: 34px;
}
.tab-list > li:not(:first-child) > a .tab-list-item-txt {
  border-left: 1px solid #D0D0D0;
}
.tab-list > li.is-current > a {
  color: #2C893A;
}
.tab-list > li.is-current > a .tab-list-item-txt {
  position: relative;
}
.tab-list > li.is-current > a .tab-list-item-txt::after {
  position: absolute;
  right: 0;
  bottom: -19px;
  left: 0;
  height: 3px;
  background-color: #2C893A;
  content: "";
}

.block-tab:not(.is-active) {
  display: none;
}

.box-heading:not(:last-child) {
  margin-bottom: 42px;
}
.box-heading.-near {
  margin-bottom: 20px;
}

.heading-lv1 {
  position: relative;
  padding-bottom: 60px;
  line-height: 1.3333333333;
}
.heading-lv1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 6px;
  background: -webkit-gradient(linear, right top, left top, from(#2C893A), to(#73CE18));
  background: linear-gradient(to left, #2C893A, #73CE18);
  content: "";
}
.heading-lv1 .txt {
  font-weight: bold;
  font-size: 3.2rem;
}
.heading-lv1 .sub {
  font-size: 2.2rem;
}

.heading-lv2-simple {
  line-height: 1.3333333333;
}
.heading-lv2-simple .txt {
  font-weight: bold;
  font-size: 2.4rem;
}
.heading-lv2-simple .sub {
  font-size: 1.6rem;
}
.heading-lv2-type01 {
  position: relative;
  padding-bottom: 26px;
  line-height: 1.3333333333;
  text-align: center;
}
.heading-lv2-type01::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 6px;
  margin: auto;
  background: -webkit-gradient(linear, right top, left top, from(#2C893A), to(#73CE18));
  background: linear-gradient(to left, #2C893A, #73CE18);
  content: "";
}
.heading-lv2-type01 .txt {
  font-weight: bold;
  font-size: 3.8rem;
}
.heading-lv2-type01 + .heading-sub-txt {
  margin-top: 56px;
  font-size: 2.2rem;
  text-align: center;
}
.heading-lv2-type02 {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 3px solid #D3D3D3;
  line-height: 1.3333333333;
}
.heading-lv2-type02::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 230px;
  height: 3px;
  background-color: #2C893A;
  content: "";
}
.heading-lv2-type02 .txt {
  font-size: 2.4rem;
}
.heading-lv2-type02.-icon {
  padding-bottom: 8px;
}
.heading-lv2-type02 .icon {
  margin-right: 15px;
  line-height: 0;
}

.heading-lv3 {
  position: relative;
  padding: 12px 16px;
  background-color: #F8F8F8;
  line-height: 1.3333333333;
}
.heading-lv3::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 3px;
  margin: auto;
  background-color: #2C893A;
  content: "";
}
.heading-lv3 .txt {
  font-weight: bold;
  font-size: 2rem;
}
.heading-lv3-simple {
  line-height: 1.3333333333;
}
.heading-lv3-simple .txt {
  font-weight: bold;
  font-size: 2rem;
}

.heading-lv4 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1.3333333333;
}
.heading-lv4::before {
  display: inline-block;
  width: 18px;
  height: 2px;
  margin-top: 4px;
  margin-right: 10px;
  background-color: #2C893A;
  content: "";
}
.heading-lv4 .txt {
  font-weight: bold;
  font-size: 1.8rem;
}
.heading-lv4-simple {
  line-height: 1.3333333333;
}
.heading-lv4-simple .txt {
  font-weight: bold;
  font-size: 1.8rem;
}
.heading-lv4-simple .sub {
  font-weight: 500;
}

.txt.-bold {
  font-weight: bold;
}
.txt a {
  color: #2C893A;
  text-decoration: underline;
}
.txt a:hover {
  text-decoration: none;
}
.txt a.-no-under {
  color: #333333;
  text-decoration: none;
}
.txt a.-no-under:hover {
  color: #2C893A;
}
.txt a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.txt a[href$=".pdf"]::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.txt a[href*=".xls"]::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-xls.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.txt a.-arrow::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-arrow-border.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
  transition: background-image 0.15s ease-in-out;
}
.txt a.-arrow:hover::after {
  background-image: url("/assets/images/icon-arrow.svg");
}
.txt.txt-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.txt.txt-indent .mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.txt.txt-indent.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ttl {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.3333333333;
}
.ttl + .txt {
  margin-top: 10px;
}

.lead {
  font-weight: bold;
  font-size: 1.8rem;
}

.img {
  line-height: 0;
}
.img:not(.-auto) img {
  width: 100%;
}
.img > a {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.img > a:hover {
  opacity: 0.8;
}
.img + .txt {
  margin-top: 10px;
}
.img figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.img.-border {
  border: 1px solid #E8E8E8;
}

.txt.-medium {
  font-size: 2.4rem;
}
.txt.-little {
  font-size: 2rem;
}
.txt.-small {
  font-size: 1.4rem;
}
.txt.-small > a.-arrow::after {
  width: 18px;
  height: 18px;
}
.txt.-tiny {
  font-size: 1.2rem;
}

.font-zenmin {
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.txt.-red {
  color: #FF2700;
}

.block-txt:not(:last-child) {
  margin-bottom: 60px;
}
.block-txt.-compact .block-txt:not(:last-child) {
  margin-bottom: 30px;
}
.block-txt.-border {
  padding: 40px;
  border: 1px solid #E8E8E8;
}
.block-txt[class*=bg-] {
  padding: 30px;
}
.block-txt.-shadow {
  -webkit-box-shadow: 6px 6px 20px rgba(38, 57, 92, 0.16);
  box-shadow: 6px 6px 20px rgba(38, 57, 92, 0.16);
}
.block-txt.-card {
  padding: 80px 40px;
}
.block-txt.-card .block-txt:not(:last-child) {
  margin-bottom: 60px;
}
.block-txt.-img-in-txt > a {
  display: block;
  position: relative;
}
.block-txt.-img-in-txt > a .img {
  position: relative;
  overflow: hidden;
}
.block-txt.-img-in-txt > a .img img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.block-txt.-img-in-txt > a .block-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: min(1.25vw, 18px) min(1.667vw, 32px);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}
.block-txt.-img-in-txt > a .block-txt .txt {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(12px, 1.475vw, 18px);
  line-height: 1.3333333333;
}
.block-txt.-img-in-txt > a .block-txt .txt::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  display: inline-block;
  width: 2vw;
  max-width: 24px;
  height: 24px;
  margin-bottom: 0.333vw;
  margin-left: 0.667vw;
  background: url("/assets/images/icon-arrow-white.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
  transition: background-image 0.15s ease-in-out;
}
.block-txt.-img-in-txt > a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.block-txt.-img-in-txt > a:hover .block-txt .txt::after {
  background-image: url("/assets/images/icon-arrow.svg");
}
.block-txt .block-inner {
  padding: 24px;
}

.txt.-left, .img.-left {
  text-align: left;
}
.txt.-right, .img.-right {
  text-align: right;
}
.txt.-center, .img.-center {
  text-align: center;
}

.block-movie {
  max-width: 750px;
  margin: 0 auto;
}
.block-movie:not(:last-child) {
  margin-bottom: 60px;
}
.block-movie .movie {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
.block-movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.block-movie .movie-txt {
  margin-top: 15px;
  font-size: 1.4rem;
}

.txt-icon {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
.txt-icon + .txt {
  margin-left: 24px;
}
.txt + .txt-icon {
  margin-left: 24px;
}

.block-card > a {
  display: block;
}
.block-card > a .block-txt .txt {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.block-card > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]) .block-txt .txt::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.block-card > a[href$=".pdf"] .block-txt .txt::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.block-card > a[href*=".xls"] .block-txt .txt::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-xls.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.block-card > a.-arrow .block-txt .txt::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-arrow-border.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
  transition: background-image 0.15s ease-in-out;
}
.block-card > a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.block-card > a:hover .block-txt .txt {
  color: #2C893A;
}
.block-card > a:hover.-arrow .block-txt .txt::after {
  background-image: url("/assets/images/icon-arrow.svg");
}
.block-card .img {
  position: relative;
  overflow: hidden;
}
.block-card .img img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.block-card .img:not(:last-child) {
  margin-bottom: 10px;
}
.block-card .block-txt .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}

.button {
  margin: 0 auto;
}
.button:not(:last-child) {
  margin-bottom: 20px;
}
.button > a {
  display: block;
  position: relative;
  padding: 12px 40px;
  border: 1px solid #2C893A;
  border-radius: 50px;
  background-color: #ffffff;
  color: #2C893A;
  font-weight: bold;
  line-height: 1.3333333333;
  text-align: center;
}
.button > a::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("/assets/images/icon-arrow-border.svg") right center no-repeat;
  background-size: contain;
  content: "";
  transition: background-image 0.15s ease-in-out;
}
.button > a:hover {
  background-color: #2C893A;
  color: #ffffff;
}
.button > a:hover::after {
  background-image: url("/assets/images/icon-arrow-white-border.svg");
}

.block-button {
  position: relative;
}
.block-button:not(:first-child) {
  margin-top: 70px;
}
.block-button:not(:last-child) {
  margin-bottom: 30px;
}
.block-button.-side {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.block-button.-side .button {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.block-button.-side .button > a {
  height: 100%;
}
.block-button.-side.-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.block-txt > .block-button:not(:first-child) {
  margin-top: 35px;
}

.button {
  max-width: 230px;
}
.button.-auto {
  max-width: none;
}
.button.-auto > a {
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
}
.button.-auto > a::after {
  display: none;
}
.button.-middle {
  max-width: 460px;
}
.button.-long {
  max-width: 615px;
}
.button.-thick > a {
  padding-top: 22px;
  padding-bottom: 22px;
}
.button.-thick-middle > a {
  padding-top: 16px;
  padding-bottom: 16px;
}
.button.-thin > a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.button.-download > a::after {
  background-image: url("/assets/images/icon-download.svg");
}
.button.-anchor {
  max-width: 200px;
}
.button.-anchor > a {
  padding-left: 20px;
  border-color: #D6D6D6;
  color: #333333;
  text-align: left;
}
.button.-anchor > a::after {
  background-image: url("/assets/images/icon-arrow-anchor.svg");
}
.button.-anchor > a:hover {
  color: #ffffff;
}
.button.-anchor > a:hover::after {
  background-image: url("/assets/images/icon-arrow-anchor-white-border.svg");
}
.button > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]):not([href$=".zip"]) {
  padding-right: 20px;
  padding-left: 20px;
}
.button > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]):not([href$=".zip"])::after {
  display: none;
}
.button > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]):not([href$=".zip"]) .txt::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
  transition: background-image 0.15s ease-in-out;
}
.button > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]):not([href$=".zip"]):hover .txt::after {
  background-image: url("/assets/images/icon-blank-hover.svg");
}
.button > a[href$=".pdf"] {
  padding-right: 20px;
  padding-left: 20px;
}
.button > a[href$=".pdf"]::after {
  display: none;
}
.button > a[href$=".pdf"] .txt::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.button > a[href*=".xls"] {
  padding-right: 20px;
  padding-left: 20px;
}
.button > a[href*=".xls"]::after {
  display: none;
}
.button > a[href*=".xls"] .txt::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-xls.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.button > a[href$=".zip"] {
  padding-right: 20px;
  padding-left: 20px;
}
.button > a[href$=".zip"]::after {
  display: none;
}
.button > a[href$=".zip"] .txt::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-zip.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}

.button.-left {
  margin-left: 0;
}
.button.-right {
  margin-right: 0;
}
.button.-txt-left > a {
  padding-left: 20px;
  text-align: left;
}
.button.-txt-right > a {
  text-align: right;
}
.button.-txt-center > a {
  text-align: center;
}

.button.-rss {
  width: 100%;
  max-width: 72px;
}
.button.-rss > a {
  padding: 6px 20px 4px 9px;
  border-color: #D6D6D6;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.4rem;
}
.button.-rss > a::after {
  right: 9px;
  bottom: 2px;
  width: 13px;
  height: 13px;
  background-image: url("/assets/images/icon-wave.svg");
}
.button.-rss > a:hover {
  background-color: #ffffff;
  color: #2C893A;
}

.pulldown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
.pulldown + .link-list {
  margin-top: -24px;
}
.pulldown-inner {
  -webkit-transition: background-color 0.15s ease-in-out;
  position: relative;
  width: 100%;
  border: 1px solid #2C893A;
  border-radius: 50px;
  background-color: #ffffff;
  transition: background-color 0.15s ease-in-out;
}
.pulldown-inner::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("/assets/images/icon-arrow-anchor.svg") right center no-repeat;
  content: "";
  pointer-events: none;
  transition: background-image 0.15s ease-in-out;
}
.pulldown-inner:hover::after {
  background-image: url("/assets/images/icon-arrow-anchor-white-border.svg");
}
.pulldown-inner:hover {
  background-color: #2C893A;
}
.pulldown-inner:hover optgroup {
  background-color: #ffffff;
}
.pulldown-select {
  width: 100%;
  padding: 12px 40px 12px 20px;
  border-radius: 50px;
  color: #2C893A;
  font-weight: 500;
  line-height: 1.3333333333;
  cursor: pointer;
}
.pulldown-select:focus {
  outline-color: #2C893A;
}
.pulldown-select:hover {
  color: #ffffff;
}
.pulldown-select optgroup {
  background-color: #ffffff;
  color: #333333;
}
.pulldown-select optgroup option {
  background-color: #ffffff;
}
.link-list:not(.-row) > li > a, .link-list:not(.-row) > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link-list:not(.-row) > li > a .date, .link-list:not(.-row) > li > span .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.link-list > li {
  border-bottom: 1px solid #E8E8E8;
}
.link-list > li > a, .link-list > li > span {
  display: block;
  padding: 20px;
}
.link-list > li > a .date, .link-list > li > span .date {
  font-size: 1.4rem;
}
.link-list > li > a .label, .link-list > li > span .label {
  display: inline-block;
  width: 130px;
  margin-right: 14px;
  margin-left: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #2C893A;
  border-radius: 50px;
  color: #2C893A;
  line-height: 1;
  text-align: center;
}
.link-list > li > a span.date, .link-list > li > span span.date {
  margin-right: 10px;
  padding-top: 3px;
}
.link-list > li > a span.date .label, .link-list > li > span span.date .label {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.link-list > li > a:hover {
  background-color: #F8F8F8;
}
.link-list > li > a:hover .txt {
  color: #2C893A;
}
.link-list > li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]) .txt::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.link-list > li > a[href$=".pdf"] .txt::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.link-list > li > a[href*=".xls"] .txt::after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-xls.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}

.link-list.-arrow > li > a, .link-list.-arrow > li > span {
  padding: 12px 16px;
}
.link-list.-arrow > li > a .txt, .link-list.-arrow > li > span .txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: block;
  position: relative;
  flex-grow: 1;
  padding-right: 20px;
}
.link-list.-arrow > li > a .txt::after, .link-list.-arrow > li > span .txt::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 20px;
  margin: auto;
  background: url("/assets/images/icon-arrow-border.svg") right center no-repeat;
  background-size: contain;
  content: "";
  transition: background-image 0.15s ease-in-out;
}
.link-list.-arrow > li > a:hover .txt::after {
  background-image: url("/assets/images/icon-arrow.svg");
}
.link-list.-arrow > li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]) .txt::after {
  width: 14px;
  height: 12px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
}
.link-list.-arrow > li > a[href$=".pdf"] .txt::after {
  width: 16px;
  height: 20px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
}
.link-list.-arrow > li > a[href*=".xls"] .txt::after {
  width: 16px;
  height: 20px;
  background: url("/assets/images/icon-xls.svg") right center no-repeat;
  background-size: contain;
}

.list:not(.-side) > li + li {
  margin-top: 10px;
}
.list.-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-wrap-images {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.list-wrap-images li {
  line-height: 0;
}

.block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-flex-col:not(.-auto) {
  width: 100%;
}
.block-flex-col.-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.block-flex-col > .block-txt {
  height: 100%;
}
.block-flex.-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-flex.-wrap .block-flex-col {
  margin-bottom: 60px;
}

.block-flex.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-flex.-ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-flex.-ai_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-table table.table {
  width: 100%;
  margin-top: 8px;
  border-spacing: 0;
  word-break: break-all;
}
.block-table table.table > tbody {
  position: relative;
}
.block-table table.table > tbody::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #DDDDDD;
  content: "";
}
.block-table table.table > tbody > tr.odd, .block-table table.table > tbody > tr.-gray {
  background-color: #F8F8F8;
}
.block-table table.table > tbody > tr > th, .block-table table.table > tbody > tr > td {
  padding: 10px 14px;
  border-left: 1px solid #DDDDDD;
}
.block-table table.table > tbody > tr > th:last-child, .block-table table.table > tbody > tr > td:last-child {
  border-right: 1px solid #DDDDDD;
}
.block-table table.table > tbody > tr > th.-center, .block-table table.table > tbody > tr > td.-center {
  text-align: center;
}
.block-table table.table > tbody > tr > th.-right, .block-table table.table > tbody > tr > td.-right {
  text-align: right;
}
.block-table table.table > tbody > tr > th.-top, .block-table table.table > tbody > tr > td.-top {
  vertical-align: top;
}
.block-table table.table > tbody > tr > th.-line, .block-table table.table > tbody > tr > td.-line {
  background-image: url("/assets/images/table-line.svg");
}
.block-table table.table > tbody > tr > th {
  border-bottom: 1px solid #DDDDDD;
  background-color: #F2F2F2;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: left;
  vertical-align: middle;
}
.block-table table.table > tbody > tr > td {
  border-bottom: 1px solid #DDDDDD;
  line-height: 1.3333333333;
  vertical-align: middle;
}
.block-table table.table.-small {
  width: auto;
}
.block-table table.table.-small > tbody > tr > th, .block-table table.table.-small > tbody > tr > td {
  padding: 5px 15px;
  font-size: 1.2rem;
}
.block-table table.table:not(:last-child) {
  margin-bottom: 20px;
}
.block-table div.table > .tbody .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-table div.table > .tbody .row > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.block-table div.table > .tbody .row > a:hover {
  background-color: #FDF1E3;
}
.block-table div.table > .tbody .row > a:hover .cell {
  background-color: #FDF1E3;
}
.block-table div.table > .tbody .row:not(.-head):nth-child(odd) > a:hover {
  background-color: #FDF1E3;
}
.block-table div.table > .tbody .row:not(.-head):nth-child(odd) > a:hover .cell {
  background-color: #FDF1E3;
}
.block-table div.table > .tbody .row.-head .cell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #EDEDED;
  font-weight: bold;
  line-height: 1.3333333333;
  text-align: center;
}
.block-table div.table > .tbody .row.-head .cell .notes {
  font-weight: 500;
  font-size: 1.1rem;
}
.block-table div.table > .tbody .row .cell {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 15px;
  border-bottom: 1px solid #DDDDDD;
  line-height: 1.3333333333;
}
.block-table div.table > .tbody .row .cell.-narrow {
  padding-top: 0;
  padding-bottom: 0;
}
.block-table div.table > .tbody .row:not(.-head).odd, .block-table div.table > .tbody .row:not(.-head).-gray {
  background-color: #F8F8F8;
}
.block-table div.table > .tbody .row:not(.-head).odd .cell, .block-table div.table > .tbody .row:not(.-head).-gray .cell {
  background-color: #F8F8F8;
}

.block-table table.table-type02 {
  width: 100%;
  margin-top: 8px;
  border-spacing: 0;
  word-break: break-all;
}
.block-table table.table-type02 > tbody > tr.odd, .block-table table.table-type02 > tbody > tr.-gray {
  background-color: #F8F8F8;
}
.block-table table.table-type02 > tbody > tr > th, .block-table table.table-type02 > tbody > tr > td {
  padding: 10px 14px;
  border-bottom: 1px solid #E8E8E8;
}
.block-table table.table-type02 > tbody > tr > th.-bold, .block-table table.table-type02 > tbody > tr > td.-bold {
  font-weight: bold;
}
.block-table table.table-type02 > tbody > tr > th.-center, .block-table table.table-type02 > tbody > tr > td.-center {
  text-align: center;
}
.block-table table.table-type02 > tbody > tr > th.-right, .block-table table.table-type02 > tbody > tr > td.-right {
  text-align: right;
}
.block-table table.table-type02 > tbody > tr > th.-top, .block-table table.table-type02 > tbody > tr > td.-top {
  vertical-align: top;
}
.block-table table.table-type02 > tbody > tr > th.-py-lg, .block-table table.table-type02 > tbody > tr > td.-py-lg {
  padding-top: 25px;
  padding-bottom: 25px;
}
.block-table table.table-type02 > tbody > tr > th {
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: left;
  vertical-align: middle;
}
.block-table table.table-type02:not(:last-child) {
  margin-bottom: 20px;
}

.block-table table.table-type03 {
  width: 100%;
  margin-top: 8px;
  border-spacing: 0;
  word-break: break-all;
}
.block-table table.table-type03 > tbody > tr > th, .block-table table.table-type03 > tbody > tr > td {
  padding: 20px 14px;
  border-bottom: 1px solid #E8E8E8;
}
.block-table table.table-type03 > tbody > tr > th.-bold, .block-table table.table-type03 > tbody > tr > td.-bold {
  font-weight: bold;
}
.block-table table.table-type03 > tbody > tr > th.-center, .block-table table.table-type03 > tbody > tr > td.-center {
  text-align: center;
}
.block-table table.table-type03 > tbody > tr > th.-right, .block-table table.table-type03 > tbody > tr > td.-right {
  text-align: right;
}
.block-table table.table-type03 > tbody > tr > th.-top, .block-table table.table-type03 > tbody > tr > td.-top {
  vertical-align: top;
}
.block-table table.table-type03 > tbody > tr > th {
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
.block-table table.table-type03:not(:last-child) {
  margin-bottom: 20px;
}

.icon {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}
.icon::before, .icon:after {
  position: absolute;
  content: "";
}

.icon-grass {
  width: 2.5rem;
  height: 2.5rem;
  color: #000;
}
.icon-grass::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  border: 0.25rem solid currentColor;
  border-radius: 50%;
  background-color: #ffffff;
}
.icon-grass::after {
  -webkit-transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  right: 50%;
  bottom: 0;
  width: 0.15rem;
  height: 2.5rem;
  transform: rotate(-45deg);
  background-color: currentColor;
}

.block-slider {
  overflow: hidden;
}

.slider-list-item {
  display: inline-block;
  line-height: 0;
}
.block-slider .slick-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.block-slider .slick-dots li {
  line-height: 0;
}
.block-slider .slick-dots li button:not(.slide-btn-start):not(.slide-btn-stop) {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  background-color: #D1D1D1;
  text-indent: -9999px;
}
.block-slider .slick-dots li.slick-active button:not(.slide-btn-start):not(.slide-btn-stop) {
  background-color: #2C893A;
}
.block-slider .slick-dots .slide-btn-start, .block-slider .slick-dots .slide-btn-stop {
  position: relative;
  width: 35px;
  height: 26px;
  margin-left: 10px;
  text-indent: -9999px;
  cursor: pointer;
}
.block-slider .slick-dots .slide-btn-start::after, .block-slider .slick-dots .slide-btn-stop::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.block-slider .slick-dots .slide-btn-stop {
  width: 10px;
  height: 12px;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}
.block-slider .slick-dots .slide-btn-start {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
}
.block-slider .slick-list {
  z-index: 0;
  position: relative;
}
.block-slider.-dots-outside .slick-dots {
  position: static;
  margin-top: 10px;
}
.block-slider.-dots-outside .slick-dots li .slide-btn-stop {
  border-color: #2C893A;
}
.block-slider.-dots-outside .slick-dots li .slide-btn-start {
  border-left-color: #2C893A;
}

.block-release .r-text a {
  color: #2C893A;
  text-decoration: underline;
}
.block-release .r-text a:hover {
  text-decoration: none;
}
.block-release .r-arrow::after {
  -webkit-transition: background-image 0.15s ease-in-out;
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-left: 8px;
  background: url("/assets/images/icon-arrow-border.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
  transition: background-image 0.15s ease-in-out;
}
.block-release .r-arrow:hover::after {
  background-image: url("/assets/images/icon-arrow.svg");
}
.block-release p + p {
  margin-top: 15px;
}
.block-release p + figure {
  margin-top: 15px;
}
.block-release p a {
  color: #2C893A;
  text-decoration: underline;
}
.block-release p a:hover {
  text-decoration: none;
}
.block-release figure + p {
  margin-top: 15px;
}
.block-release figure + figure {
  margin-top: 15px;
}
.block-release h2 {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 3px solid #D3D3D3;
  font-size: 2.4rem;
  line-height: 1.3333333333;
}
.block-release h2::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 230px;
  height: 3px;
  background-color: #2C893A;
  content: "";
}
.block-release h2:not(:last-child) {
  margin-bottom: 42px;
}
.block-release h3 {
  position: relative;
  padding: 12px 16px;
  background-color: #F8F8F8;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3333333333;
}
.block-release h3::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 3px;
  margin: auto;
  background-color: #2C893A;
  content: "";
}
.block-release h3:not(:last-child) {
  margin-bottom: 42px;
}
.block-release ul, .block-release ol {
  margin: 15px auto;
  padding-left: 15px;
}
.block-release ul > li {
  list-style: disc;
}
.block-release ol > li {
  list-style: decimal;
}

.release-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.release-label .category {
  display: inline-block;
  width: 130px;
  margin-right: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #2C893A;
  border-radius: 50px;
  color: #2C893A;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.release-label .download {
  margin-left: auto;
}
.release-label .download > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 5px 26px;
  border-radius: 4px;
  background: #f3f3f3;
}
.release-label .download > a::before {
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-right: 5px;
  background: url("/assets/images/icon-pdf.svg") left center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
.release-label .download > a:hover {
  opacity: 0.8;
}

input, select, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
  -webkit-box-shadow: 0 0 5px 3px rgba(130, 130, 130, 0.2) inset;
  box-shadow: 0 0 5px 3px rgba(130, 130, 130, 0.2) inset;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #ccc;
}

.table-type-inquiry .table-inquiry {
  width: 100%;
  margin-top: 8px;
  border-top: 1px solid #e8e8e8;
  border-spacing: 0;
  word-break: break-all;
}

.block-table + .block-button {
  margin-top: 48px;
}
.block-table:not(:first-child) {
  margin-top: 15px;
}

.inquiry-form {
  zoom: 1;
}
.inquiry-form.-border {
  padding: 15px 10px;
  border: 1px solid #e8e8e8;
}
.inquiry-form.-border sup {
  vertical-align: super;
}
.inquiry-form th, .inquiry-form td {
  padding: 20px 16px;
  border-right: none !important;
  border-bottom: 1px solid #e8e8e8;
  border-left: none !important;
  font-size: 1.6rem;
}
.inquiry-form th {
  margin-bottom: 16px;
  background-color: #F8F8F8;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
.inquiry-form th label {
  margin: 13px 0;
  cursor: pointer;
}
.inquiry-form td {
  word-break: break-all;
}
.inquiry-form td .text-caution {
  margin-top: 5px;
  font-size: 12px;
}
.inquiry-form td button {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  display: inline-block;
  margin-left: 15px;
  padding: 3px 15px;
  border: 1px solid #2C893A;
  border-radius: 35px;
  background-color: #fff;
  color: #2C893A;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.inquiry-form td button:hover {
  background-color: #2C893A;
  color: #fff;
}
.inquiry-form + dl.inquiry-form {
  margin-top: 15px;
}
.inquiry-form.-non-border td {
  border-bottom: none;
}
.inquiry-form.-indent th {
  padding-left: 25px;
  background-color: #F8F8F8;
}
.inquiry-form.-address dt {
  margin-bottom: 5px;
}
.inquiry-form.-address.-number dd input {
  width: 122px;
}
.inquiry-form.-address.-text textarea {
  min-height: 65px;
}
.inquiry-form.-capital td input, .inquiry-form.-companies td input {
  width: 80%;
  margin-right: 5px;
}
.inquiry-form.-capital td .input-text-sub, .inquiry-form.-companies td .input-text-sub {
  font-size: 16px;
}
.inquiry-form.-major td input {
  width: 50px;
  margin: 0 5px;
}
.inquiry-form.-major td .input-text-sub {
  font-size: 16px;
}
.inquiry-form .-style {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.inquiry-form .-style .input-text-sub {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 37px;
}
.inquiry-form.-sidebusiness .inquiry-input-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry-form.-sidebusiness .inquiry-input-radio:not(:last-child) {
  margin-bottom: 15px;
}
.inquiry-form.-sidebusiness .inquiry-input-radio-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inquiry-form.-sidebusiness .inquiry-input-checkbox-list {
  margin-left: 10px;
}
.inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li {
  margin-bottom: 10px;
}
.inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:not(:last-child) {
  margin-right: 1em;
}
.inquiry-input-text {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  width: 95%;
  padding: 1px 12px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: none;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.inquiry-input-text.-short {
  max-width: 80px;
  margin-right: 5px;
}
.inquiry-input-text.-mini {
  max-width: 90px;
}
.inquiry-input-text.-middle {
  max-width: 290px;
}
.inquiry-input-text.-long {
  max-width: 420px;
}
.inquiry-input-radio-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  padding: 12px 0 13px;
}
.inquiry-input-radio-list > li:not(:last-child) {
  margin-right: 40px;
}
.inquiry-input-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.inquiry-input-radio > input[type=radio]:focus + label::before {
  -webkit-box-shadow: 0 0 4px #2C893A;
  box-shadow: 0 0 4px #2C893A;
}
.inquiry-input-radio > input:checked + label::before {
  border-color: #2C893A;
}
.inquiry-input-radio > input:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.inquiry-input-radio > label {
  display: inline-block;
  position: relative;
  margin-left: 0;
  padding-left: 2em;
  cursor: pointer;
}
.inquiry-input-radio > label::before, .inquiry-input-radio > label:after {
  position: absolute;
  content: "";
}
.inquiry-input-radio > label::before {
  top: 0.05em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background: #ffffff;
}
.inquiry-input-radio > label::after {
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  z-index: 1;
  top: 0.4em;
  left: 0.4em;
  width: 0.75em;
  height: 0.75em;
  transform: scale(0, 0);
  border-radius: 50%;
  background: #2C893A;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
}
.inquiry-input-checkbox-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-flow: row wrap;
}
.inquiry-input-checkbox-list.-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inquiry-input-checkbox-list.-block label {
  display: block;
}
.inquiry-input-checkbox-list.-list label {
  padding-left: 3em;
  text-indent: -1em;
}
.inquiry-input-checkbox-list.-list label > span {
  text-indent: 0;
}
.inquiry-input-checkbox-list.-list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.inquiry-input-checkbox-list > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.inquiry-input-checkbox-list > li:not(:last-child) {
  margin-right: 1.5em;
}
.inquiry-input-checkbox-list > li.other {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.inquiry-input-checkbox-list > li.other label::before {
  top: 0.4em;
}
.inquiry-input-checkbox-list > li.other label::after {
  top: 0.85em;
}
.inquiry-input-checkbox-list input[type=checkbox] {
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.inquiry-input-checkbox-list input:checked + label::before {
  background-color: #2C893A;
}
.inquiry-input-checkbox-list input:focus + label::before {
  -webkit-box-shadow: 0 0 4px #2C893A;
  box-shadow: 0 0 4px #2C893A;
}
.inquiry-input-checkbox-list label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 0;
  padding-left: 2em;
  cursor: pointer;
}
.inquiry-input-checkbox-list label > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inquiry-input-checkbox-list label > span + input {
  margin-left: 5px;
}
.inquiry-input-checkbox-list label::before, .inquiry-input-checkbox-list label:after {
  position: absolute;
  content: "";
}
.inquiry-input-checkbox-list label::before {
  top: 0.1em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
}
.inquiry-input-checkbox-list label::after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  z-index: 1;
  top: 0.55em;
  left: 0.35em;
  width: 14px;
  height: 6px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
}
.inquiry-input-file {
  -webkit-transition: all 0.3s ease;
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: none;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.inquiry-input-file::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  padding: 0 10px;
  border-radius: 3px 0 0 3px;
  outline: 1px solid #2C893A;
  background-color: #fff;
  content: "ファイルを選択";
  color: #2C893A;
  font-weight: bold;
}
@-moz-document url-prefix() {
  .inquiry-input-file::after {
    display: none;
  }
}
.inquiry-input-file > input {
  width: 100%;
  padding: 4px 12px;
  padding-left: 145px;
  color: #333;
  font-size: 16px;
}
.inquiry-input-file > input::-webkit-file-upload-button {
  display: none;
}
@-moz-document url-prefix() {
  .inquiry-input-file > input {
    padding: 0;
  }
}
.inquiry-select {
  -webkit-transition: all 0.3s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 180px;
  padding: 4px 12px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  outline: none;
  background: url("/assets/images/inquiry/select-arrow.svg") no-repeat right 10px center #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.inquiry-select.-middle {
  max-width: 250px;
}
.inquiry-select.-large {
  max-width: 330px;
}
.inquiry-select.-long {
  max-width: 420px;
}
.inquiry-required > th {
  position: relative;
  padding-right: 70px;
}
.inquiry-required .icon-required {
  position: absolute;
  top: 22px;
  right: 16px;
}

::-webkit-full-page-media, :future, :root .inquiry-input-file {
  border: none;
}

::-webkit-full-page-media, :future, :root .inquiry-input-file::after {
  display: none;
}

::-webkit-full-page-media, :future, :root .inquiry-input-file > input {
  padding: 0;
}

::-webkit-full-page-media, :future, :root .inquiry-input-file > input::-webkit-file-upload-button {
  display: inline-block;
}

.icon-required {
  display: inline-block;
  width: 45px;
  border-radius: 3px;
  background-color: #E20000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.icon-required strong {
  font-style: normal;
  font-weight: normal;
}

.form.-input .inquiry-form.inquiry-required > td {
  background-color: rgba(255, 39, 0, 0.05);
}

/*===================================================================
	icon
===================================================================*/
.icon-question {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 6px 2px;
  border-radius: 3px;
  background-color: #F1901F;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.inquiry-form td {
  position: relative;
  padding-right: 50px;
}
.inquiry-form-inner {
  position: relative;
  padding-right: 50px;
}
.inquiry-form.-border {
  margin-top: 35px;
}
.inquiry-form.-border .inquiry-form-inner {
  padding-right: 0;
}
.inquiry-form.-border .inquiry-form-inner .inquiry-input-checkbox-list > li:not(:last-child) {
  margin-bottom: 10px;
}
.inquiry-form.-border .inquiry-form-inner .form-icon > span {
  top: -50px;
  right: -10px;
  bottom: auto;
}
.inquiry-form.-sidebusiness td {
  padding-right: 15px;
}

.form-icon > span {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  border: 2px solid;
  border-radius: 50%;
}

.style_success .form-icon > span {
  display: inline-block;
  border-color: #2C893A;
}
.style_success .form-icon > span::before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 3px;
  right: 9px;
  width: 7px;
  height: 15px;
  transform: rotate(45deg);
  border-right: 2px solid #2C893A;
  border-bottom: 2px solid #2C893A;
  content: "";
}

.style_error {
  background-color: rgba(255, 39, 0, 0.05);
}
.style_error .form-icon > span {
  display: inline-block;
  border-color: #FF2700;
}
.style_error .form-icon > span::before, .style_error .form-icon > span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #FF2700;
  content: "";
}
.style_error .form-icon > span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.style_error .form-icon > span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.style_success {
  background-color: transparent !important;
}
.style_success input, .style_success select, .style_success textarea {
  border-color: #1fa4a3;
}
.style_success input:focus, .style_success select:focus, .style_success textarea:focus {
  -webkit-box-shadow: 0 0 5px 3px rgba(31, 164, 163, 0.2) inset;
  box-shadow: 0 0 5px 3px rgba(31, 164, 163, 0.2) inset;
}

.style_error input, .style_error select, .style_error textarea {
  border-color: #FBA685;
}
.style_error input:focus, .style_error select:focus, .style_error textarea:focus {
  -webkit-box-shadow: 0 0 5px 3px rgba(236, 111, 111, 0.2) inset;
  box-shadow: 0 0 5px 3px rgba(236, 111, 111, 0.2) inset;
}

.error-message {
  margin-top: 5px;
  color: #FF2700;
  font-weight: bold;
}

.inquiry-form.is-disabled .inquiry-input-text {
  background-color: #CECECE;
  pointer-events: none;
}

.block-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 690px;
  margin: 0 auto;
}
.block-flow > .block-txt {
  margin-bottom: 0;
  background-color: #F8F8F8;
  text-align: center;
}
.block-flow > .block-txt .block-inner {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.25;
}
.block-flow > .block-txt .block-inner .-step {
  display: block;
  font-size: 14px;
}
.block-flow > .block-txt:first-child {
  width: calc(50% - 15px);
}
.block-flow > .block-txt:not(:last-child) {
  position: relative;
}
.block-flow > .block-txt:not(:last-child)::after {
  z-index: 1;
  position: absolute;
  top: 1px;
  right: -15px;
  bottom: 0;
  width: 15px;
  height: 100%;
  margin: auto;
  content: "";
}
.block-flow > .block-txt::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #F8F8F8)) top left/100% 51% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #F8F8F8)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom left, transparent 50%, #F8F8F8 50%) top left/100% 51% no-repeat, linear-gradient(to top left, transparent 50%, #F8F8F8 50%) bottom left/100% 50% no-repeat;
}
.block-flow > .block-txt.is-active {
  background-color: #2C893A;
  color: #fff;
}
.block-flow > .block-txt.is-active::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #2C893A)) top left/100% 51% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #2C893A)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom left, transparent 50%, #2C893A 50%) top left/100% 51% no-repeat, linear-gradient(to top left, transparent 50%, #2C893A 50%) bottom left/100% 50% no-repeat;
}
.block-flow > .block-txt.-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.block-flow > .block-txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-top: 0;
}
.block-flow > .block-txt.-ai_top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-flow > .block-txt:not(:last-child) .block-inner {
  padding-right: 0;
}
.block-flow > .block-txt:not(:first-child) .block-inner {
  padding-left: 15px;
}
.form.-input .block-flow .block-txt:nth-child(2)::before {
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
  z-index: 2;
  position: absolute;
  right: -20px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg) skew(20deg, 20deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
.form.-complete .block-flow .block-txt:first-child::before {
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
  z-index: 2;
  position: absolute;
  right: -20px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg) skew(20deg, 20deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}

.inquiry-button.-confirm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry-button.-confirm > li:last-child {
  margin-left: 5%;
}
.inquiry-button p, .inquiry-button li {
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  box-sizing: border-box;
  flex-grow: 1;
  max-width: none;
  margin: 30px auto;
}
.inquiry-button .error {
  width: 100%;
  padding: 15px;
  border: 2px solid #898989;
  border-radius: 50px;
  background-color: #898989;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
.inquiry-button a {
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.8rem;
}
.inquiry-button a.confirm, .inquiry-button a.send {
  width: 100%;
}
.inquiry-button a.send {
  margin-left: 24px;
  background-color: #2C893A;
  color: #ffffff;
}
.inquiry-button a.send::after {
  background-image: url("/assets/images/icon-arrow-white-border.svg");
}
.inquiry-button a.send:hover {
  background-color: #ffffff;
  color: #2C893A;
}
.inquiry-button a.send:hover::after {
  background-image: url("/assets/images/icon-arrow-border.svg");
}
.inquiry-button a.prev {
  width: 100%;
  max-width: 150px;
  margin-right: 24px;
  padding-right: 25px;
  font-size: 1.6rem;
}
.inquiry-button a.prev::after {
  -webkit-transform: rotate(180deg);
  right: auto;
  left: 20px;
  transform: rotate(180deg);
}
.inquiry-confirm {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 448px;
  margin: 0 auto;
}

.overlay {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  cursor: pointer;
}

.modal {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  max-height: 80%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.modal-inner {
  padding: 30px;
  overflow-y: auto;
}
.modal-inner.form-search {
  padding: 0;
}
.modal-layer {
  -webkit-transition: opacity 0.65s;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.65s;
}
.modal-layer.is-show {
  -webkit-transition: opacity 0.65s;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.65s;
}
.modal-close-bth {
  display: block;
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "";
  cursor: pointer;
}
.modal-close-bth::before, .modal-close-bth::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 25px;
  margin: auto;
  background-color: #fff;
  content: "";
}
.modal-close-bth::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-close-bth::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #94C509;
  color: #2C893A;
  font-weight: bold;
  font-size: 18px;
}
.modal-btn {
  margin-top: 15px;
  text-align: center;
}
.modal-btn > span {
  display: inline-block;
  position: relative;
  padding: 6px 35px 3px 25px;
  border: 1px solid #B1B1B1;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
.modal-btn > span::before, .modal-btn > span::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 2px;
  height: 18px;
  margin: auto;
  background-color: #2C893A;
  content: "";
}
.modal-btn > span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-btn > span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .contact-address .ttl {
  padding: 10px;
  background-color: #2C893A;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
.modal .note-item {
  padding: 10px;
  color: #FF2700;
  font-size: 12px;
}
.modal .link-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal .link-list > li a {
  display: block;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.modal .link-list > li:first-child a {
  border-top: 1px solid #ccc;
}

[data-effect=slide-right], [data-effect-list=slide-right] > *, [data-effect=slide-left], [data-effect-list=slide-left] > *, [data-effect=slide-left-order] > *, [data-effect=slide-up-order] > *, [data-effect=slide-up], [data-effect-list=slide-up] > *, [data-effect=fade-in], [data-effect-list=fade-in] > * {
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  opacity: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.is-visible[data-effect=slide-right], [data-effect-list=slide-right] > .is-visible, .is-visible[data-effect=slide-left], [data-effect-list=slide-left] > .is-visible, [data-effect=slide-left-order] > .is-visible, [data-effect=slide-up-order] > .is-visible, .is-visible[data-effect=slide-up], [data-effect-list=slide-up] > .is-visible, .is-visible[data-effect=fade-in], [data-effect-list=fade-in] > .is-visible {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

[data-effect=slide-up], [data-effect-list=slide-up] > * {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

[data-effect=slide-up-order] > * {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

[data-effect=slide-left-order] > * {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

[data-effect=slide-left], [data-effect-list=slide-left] > * {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

[data-effect=slide-right], [data-effect-list=slide-right] > * {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

[data-effect-delay="0"] {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

[data-effect-delay="1"] {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

[data-effect-delay="2"] {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

[data-effect-delay="3"] {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

[data-effect-delay="4"] {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

[data-effect-delay="5"] {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

[data-effect-delay="6"] {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

[data-effect-delay="7"] {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

[data-effect-delay="8"] {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

[data-effect-delay="9"] {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

[data-effect-delay="10"] {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.block-balloon {
  position: relative;
  padding: 32px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
}

/* --- map --- */
.block-map {
  position: relative;
  width: 100%;
}
.block-map .map {
  overflow: hidden;
}
.block-map .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- map --- */
.map-md {
  aspect-ratio: 1152/618;
}
.map-sm {
  aspect-ratio: 1152/495;
}

.home .main-contents .button {
  max-width: 350px;
}

body:not(.home) .footer .footer-block.-portal {
  display: none;
}

.top-mainvisual {
  margin-bottom: 72px;
}
.top-mainvisual .slider-list {
  line-height: 0;
}
.top-mainvisual .slider-list:not(.slick-initialized) .slider-list-item:nth-child(n+2) {
  display: none;
}
.top-mainvisual .slider-list-item {
  position: relative;
}
.top-mainvisual .slider-list-item .mainvisual-image {
  text-align: center;
}
.top-mainvisual .slider-list-item .mainvisual-image > a {
  display: block;
  text-align: center;
}
.top-mainvisual .slider-list-item .mainvisual-text {
  pointer-events: none;
}
.top-mainvisual .slider-list-item .mainvisual-text .button {
  pointer-events: all;
}
.top-mainvisual .slider-list-item.first .mainvisual-text {
  margin: auto;
}
.top-mainvisual .slider-list-item.first .mainvisual-text .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top-mainvisual .mainvisual-text {
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
}
.top-mainvisual-banner {
  padding: 35px 0;
  background-color: #F4F4F4;
  text-align: center;
}
.top-mainvisual-banner > a {
  -webkit-transition: color 0.15s ease-in-out;
  display: inline-block;
  position: relative;
  padding-right: 106px;
  padding-left: 106px;
  color: #1A1919;
  font-size: 3.6rem;
  line-height: 1.3333333333;
  font-family: "Zen Old Mincho", serif;
  transition: color 0.15s ease-in-out;
}
.top-mainvisual-banner > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url("/assets/images/icon-arrow-border.svg") right center no-repeat;
  background-size: contain;
  content: "";
}
.top-mainvisual-banner > a:hover {
  color: #2C893A;
}

#top-news .link-list {
  border-top: 1px solid #E8E8E8;
}
#top-news .link-list + .block-button {
  margin-top: 32px;
}

.block-notice {
  background-color: #FAEAEA;
}
.block-notice .notice-title {
  padding: 4px 16px 2px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #DB0000;
  font-size: 1.4rem;
  line-height: 1.3333333333;
}
.block-notice .notice-text a:hover {
  color: #2C893A;
}

#top-company .content-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 140px;
}
#top-company .block-card > a.-arrow .block-txt .txt::after {
  width: 2vw;
  max-width: 24px;
  height: 24px;
}
#top-company .block-card .block-txt .txt {
  font-size: clamp(12px, 1.538vw, 20px);
}

#top-sustainability {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), color-stop(50%, #F8F8F8), color-stop(50%, #C9E0F2), to(#C9E0F2));
  background: linear-gradient(to bottom, #F8F8F8 0%, #F8F8F8 50%, #C9E0F2 50%, #C9E0F2 100%);
}
#top-sustainability .content-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("/assets/images/top-sustainability-background.png");
  background-position: top center;
  background-repeat: no-repeat;
}
#top-sustainability .-img-in-txt > a .block-txt .txt {
  font-size: clamp(12px, 1.538vw, 20px);
}

#top-bland .content-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
#top-bland .block-bland .bland-item {
  max-width: calc((100% - 120px) / 4);
  margin-bottom: 40px;
}
#top-bland .block-bland .bland-item > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.09);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 152px;
  background-color: #ffffff;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.09);
  line-height: 0;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
#top-bland .block-bland .bland-item > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#top-bland .block-bland-border .bland-item {
  text-align: center;
}
#top-bland .block-bland-border .bland-item:not(:last-child) {
  margin-right: 0;
  border-right: 1px solid #E6E6E6;
}
#top-bland .block-bland-border .bland-item > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
}
#top-bland .block-bland-border .bland-item > a picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
#top-bland .block-bland-border .bland-item > a .txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  line-height: 1.5;
}
#top-bland .block-bland-border .bland-item > a:hover {
  background-color: #F8F8F8;
  color: #2C893A;
}
#top-bland .block-bland-border .bland-item > a[target=_blank] .txt > span::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
#top-bland .block-bland-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#top-bland .block-bland-link > li {
  margin: 0 72px;
}
#top-bland .block-bland-link > li > a:hover {
  color: #2C893A;
}

#top-bland .block-note {
  min-height: 450px;
  margin-top: 100px;
}
#top-bland .block-note .block-flex {
  gap: 2%;
}
#top-bland .note-title {
  text-align: center;
}
#top-bland .note-title img {
  vertical-align: bottom;
}
#top-bland .note-title + .heading-sub-txt {
  margin-top: 24px;
  font-size: 2.2rem;
  text-align: center;
}
#top-bland .note-item {
  width: 23.5%;
  height: auto;
}
#top-bland .note-item__image img {
  width: 100%;
  vertical-align: middle;
}
#top-bland .note-item__text {
  -webkit-box-orient: vertical;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
}
#top-bland .note-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 48px;
  margin-left: auto;
}
#top-bland .note-link::after {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
#top-bland .note-item {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#top-bland .note-item:hover {
  color: #2C893A;
}
#top-bland .note-item:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#top-bland .note-item__image {
  display: block;
  overflow: hidden;
}
#top-bland .note-item__image img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#top-bland .note-link {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#top-bland .note-link:hover {
  color: #2C893A;
}
body.news.detail .heading-lv1 .sub {
  display: block;
  padding-top: 10px;
}

body.library.monthly .block-table .table > tbody > tr > th, body.library.monthly .block-table .table > tbody > tr > td {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 1.4rem;
}
body.library.monthly .block-table.-library-monthly .table > tbody > tr > th, body.library.monthly .block-table.-library-monthly .table > tbody > tr > td {
  width: auto;
}
body.library.monthly .block-table.-library-monthly .table > tbody > tr > th:nth-child(n+2), body.library.monthly .block-table.-library-monthly .table > tbody > tr > td:nth-child(n+2) {
  width: 55.47px;
  min-width: 52px;
}
body.library.monthly .block-table.-library-monthly .table > tbody > tr > th:first-child {
  width: 137.64px;
}

.sustainability.top .block-card {
  margin-bottom: 0;
}
.sustainability.top .block-card .txt {
  font-size: 2rem;
}
.sustainability.top .block-txt .block-inner {
  padding: 24px 20px 40px;
}
.sustainability.top #content02 .block-txt.-shadow .img {
  margin-bottom: 20px;
}
.sustainability.top #content03 .button {
  max-width: 350px;
}
.sustainability.eating_habits .block-saladfirst .txt {
  font-size: 1.8rem;
}
.sustainability.eating_habits .heading-eating_habits .txt {
  font-weight: bold;
  font-size: 2.2rem;
}

.company.message .heading-lv2 {
  line-height: 1.3333333333;
  text-align: center;
}
.company.message .heading-lv2 .txt {
  font-weight: 500;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
}
.company.message .block-message-name .block-flex {
  margin: 15px auto 0;
}
.company.message .block-message-name .txt.-medium {
  line-height: 1.3333333333;
}
.company.history .heading-history {
  padding: 0 15px;
  background-color: #D1D1D1;
}
.company.history .heading-history .txt {
  font-weight: bold;
  font-size: 4rem;
}
.company.history .heading-history .sub {
  font-weight: bold;
  font-size: 2.5rem;
}
.company.history .block-history {
  position: relative;
}
.company.history .block-history:not(:last-child) {
  padding-bottom: 56px;
}
.company.history .block-history::before {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #A5A5A5;
  content: "";
}
.company.history .block-history .age {
  position: relative;
  margin-bottom: 20px;
  padding: 0 30px;
  border-bottom: 2px solid #A5A5A5;
  font-weight: bold;
  font-size: 3.6rem;
}
.company.history .block-history .age .unit {
  font-size: 2.4rem;
}
.company.history .block-history .age::after {
  position: absolute;
  bottom: -9px;
  width: 16px;
  height: 16px;
  border: 4px solid #A5A5A5;
  border-radius: 16px;
  background-color: #ffffff;
  content: "";
}
.company.history .block-history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company.history .block-history-item:not(:last-child) {
  margin-bottom: 10px;
}
.company.history .block-history-item .history-monthly {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 45px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: right;
}
.company.history .block-history-item .history-monthly .unit {
  font-size: 1.6rem;
}
.company.history .block-history-item .history-text {
  margin-left: 12px;
  padding-top: 8px;
}
.company.history .block-history-item .history-text .block-txt .txt:not(:last-child), .company.history .block-history-item .history-text .block-txt .img:not(:last-child) {
  margin-bottom: 16px;
}
.company.history .block-history-item .history-text .block-txt .img:last-child {
  margin-bottom: 6px;
}
.company.history .block-history.-right::before {
  left: 0;
}
.company.history .block-history.-right .age::after {
  left: -8px;
}
.company.history .block-history.-green .age {
  border-color: #2C893A;
}
.company.history .block-history.-green .age::after {
  border-color: #2C893A;
}
.company.philosophy .content-section:not(:first-child) {
  padding-top: 50px;
}
.company.philosophy .content-section:not(:last-child) {
  padding-bottom: 50px;
}
.company.philosophy .block-philosophy {
  padding: 72px 110px 100px;
  background-color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.company.philosophy .block-philosophy-column .block-txt {
  text-align: left;
}
.company.philosophy .block-philosophy .txt-philosophy {
  font-size: 3.6rem;
  line-height: 1.5;
}
.company.philosophy .block-philosophy .txt-philosophy-sub {
  font-size: 2rem;
}
.company.philosophy .block-philosophy .box-heading {
  margin-bottom: 64px;
}
.company.philosophy .block-philosophy .box-heading .heading-philosophy {
  line-height: 1.3333333333;
  text-align: center;
}
.company.philosophy .block-philosophy .box-heading .heading-philosophy .txt {
  display: inline-block;
  padding: 16px 25px;
  border-top: 1px solid #2C893A;
  border-bottom: 1px solid #2C893A;
  color: #2C893A;
  font-weight: 500;
  font-size: 2.4rem;
}
.company.philosophy .block-philosophy .block-txt:not(:last-child) {
  margin-bottom: 44px;
}
.company.philosophy .block-philosophy .block-txt.-compact .block-txt:not(:last-child) {
  margin-bottom: 24px;
}
.company.philosophy #content04 .-bottom-wide {
  margin-bottom: 100px;
}

/* --- shop base --- */
.shop {
  /* icon */
  /* tab */
  /* accordion */
  /* shop-content */
  /* content-section */
  /* box-heading */
  /* block-txt */
  /* checkbox */
  /* pulldown */
}
.shop .-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.2em;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
.shop .tab-list > li > a .-icon img[src*=".svg"] {
  -webkit-transition: -webkit-filter 0.15s ease-in-out;
  transition: -webkit-filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
}
.shop .tab-list > li.is-current {
  cursor: default;
  pointer-events: none;
}
.shop .tab-list > li:not(.is-current) > a:not(:hover) .-icon img[src*=".svg"] {
  -webkit-filter: brightness(40%) saturate(0%);
  filter: brightness(40%) saturate(0%);
}
.shop .shop-content {
  padding-right: 25px;
  padding-left: 25px;
}
.shop .content-section .button > a {
  padding-right: 40px;
  font-weight: 500;
}
.shop .content-section .button > a::after {
  right: 20px;
}
.shop .box-heading:not(:last-child) {
  margin-bottom: 20px;
}
.shop .block-txt .block-inner {
  padding: 20px 24px 28px;
}
.shop .shop-input-checkbox-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
  gap: 10px 16px;
}
.shop .shop-input-checkbox-list > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.shop .shop-input-checkbox-list input[type=checkbox] {
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.shop .shop-input-checkbox-list input:checked + label {
  border: 1px solid #2C893A;
}
.shop .shop-input-checkbox-list input:checked + label::before {
  background-color: #2C893A;
}
.shop .shop-input-checkbox-list label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 144px;
  height: 74px;
  margin-left: 0;
  padding: 0.5em 1em 0.5em 3em;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.09);
  cursor: pointer;
}
.shop .shop-input-checkbox-list label:hover::before {
  border-color: #000;
}
.shop .shop-input-checkbox-list label > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.shop .shop-input-checkbox-list label > span + input {
  margin-left: 5px;
}
.shop .shop-input-checkbox-list label::before, .shop .shop-input-checkbox-list label:after {
  position: absolute;
  content: "";
}
.shop .shop-input-checkbox-list label::before {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: 1em;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
}
.shop .shop-input-checkbox-list label::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  z-index: 1;
  top: 50%;
  left: 1.35em;
  width: 14px;
  height: 6px;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
}

/* --- shop map --- */
.shop .map-title a {
  color: #00913A;
  font-size: 1.6rem;
  text-decoration: none;
}
.shop .map-address, .shop .map-icons {
  font-size: 1.4rem;
}
.shop .map-address .txt1 {
  color: #C15200;
}
.shop .map-icons {
  padding-bottom: 4px;
}
.shop .map_saiyo_link a {
  color: blue;
  text-decoration: underline;
}

/* --- shop list --- */
.shop {
  /* block-button */
  /* txt-indent */
}
.shop .shop-list > li {
  border-bottom: 1px solid #E8E8E8;
}
.shop .shop-list > li > div {
  display: block;
  padding: 20px;
}
.shop .shop-list > li.hide {
  display: none !important;
}
.shop .shop-list-head {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.shop .shop-list-head a {
  text-decoration: none;
}
.shop .shop-list-head a:hover {
  text-decoration: underline;
}
.shop .shop-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 3px 45px;
}
.shop .shop-list-brand {
  width: 50%;
}
.shop .shop-list-info {
  width: 50%;
}
.shop .shop-list-info a.-black {
  color: #333333;
}
.shop .shop-list-info .txt1 {
  color: #FF2700;
}
.shop .block-button {
  gap: 0 20px;
}
.shop .block-button.-side .button:not(:last-child) {
  margin-right: 0px;
}
.shop .block-button .button.-anchor {
  width: auto;
  min-width: 175px;
  max-width: none;
}
.shop .txt-indent .mark .-icon {
  margin-right: 0;
}

.socialmedia .block-txt .txt.lead {
  font-weight: 500;
}
.block-sitemap .sitemap-link-head {
  font-weight: bold;
}
.block-sitemap .sitemap-list > li a, .block-sitemap .sitemap-list > li span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 17px 40px 16px 16px;
  border-bottom: 1px solid #E8E8E8;
  line-height: 1.3333333333;
}
.block-sitemap .sitemap-list > li a .sub, .block-sitemap .sitemap-list > li span .sub {
  font-size: 1.2rem;
}
.block-sitemap .sitemap-list > li > a {
  -webkit-transition: color 0.15s ease-in-out;
  position: relative;
  transition: color 0.15s ease-in-out;
}
.block-sitemap .sitemap-list > li > a::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  content: "";
}
.block-sitemap .sitemap-list > li > a:hover {
  color: #2C893A;
}
.block-sitemap .sitemap-list > li > a:not([target=_blank]):not([href$=".pdf"]):not([href*=".xls"])::after {
  -webkit-transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #2C893A;
  border-right: 2px solid #2C893A;
}
.block-sitemap .sitemap-list > li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
  right: 14px;
  width: 14px;
  height: 12px;
  background: url("/assets/images/icon-blank.svg") right center no-repeat;
  background-size: contain;
}
.block-sitemap .sitemap-list > li > a[href$=".pdf"]::after {
  right: 14px;
  width: 16px;
  height: 20px;
  background: url("/assets/images/icon-pdf.svg") right center no-repeat;
  background-size: contain;
}
.block-sitemap .sitemap-list > li.sitemap-list-item-under {
  margin-top: 0;
}
.block-sitemap .sitemap-list > li.sitemap-list-item-under > a, .block-sitemap .sitemap-list > li.sitemap-list-item-under > span {
  border-bottom: none;
  font-size: 1.4rem;
}

.eng.top .main-contents {
  margin-bottom: 130px;
}
.eng.top #top-company .content-section {
  padding-bottom: 100px;
}

.eng.company.history .block-history-item .history-monthly {
  max-width: 110px;
}

.sp {
  display: none !important;
} /* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}
.of-hidden {
  overflow: hidden;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.hover-opacity:hover {
  opacity: 0.8;
}

/* float */
.fl-left {
  float: left !important;
}
.fl-right {
  float: right !important;
}
.fl-none {
  float: none !important;
}
/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-sm {
  font-size: 1.4rem !important;
}
.fs-md {
  font-size: 1.6rem !important;
}
.fs-lg {
  font-size: 1.8rem !important;
}
.fs-xl {
  font-size: 2rem !important;
}
.fs-xxl {
  font-size: 2.2rem !important;
}
/* margin */
.m-auto {
  margin: 0 auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}
/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}
/* text-align */
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
/* vertical-align */
.va-top {
  vertical-align: top !important;
}
.va-middle {
  vertical-align: middle !important;
}
.va-bottom {
  vertical-align: bottom !important;
}
/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}
.w-10 {
  width: 10px !important;
}
.w-15 {
  width: 15px !important;
}
.w-20 {
  width: 20px !important;
}
.w-25 {
  width: 25px !important;
}
.w-30 {
  width: 30px !important;
}
.w-35 {
  width: 35px !important;
}
.w-40 {
  width: 40px !important;
}
.w-45 {
  width: 45px !important;
}
.w-50 {
  width: 50px !important;
}
.w-55 {
  width: 55px !important;
}
.w-60 {
  width: 60px !important;
}
.w-65 {
  width: 65px !important;
}
.w-70 {
  width: 70px !important;
}
.w-75 {
  width: 75px !important;
}
.w-80 {
  width: 80px !important;
}
.w-85 {
  width: 85px !important;
}
.w-90 {
  width: 90px !important;
}
.w-95 {
  width: 95px !important;
}
.w-100 {
  width: 100px !important;
}
.w-105 {
  width: 105px !important;
}
.w-110 {
  width: 110px !important;
}
.w-115 {
  width: 115px !important;
}
.w-120 {
  width: 120px !important;
}
.w-125 {
  width: 125px !important;
}
.w-130 {
  width: 130px !important;
}
.w-135 {
  width: 135px !important;
}
.w-140 {
  width: 140px !important;
}
.w-145 {
  width: 145px !important;
}
.w-150 {
  width: 150px !important;
}
.w-155 {
  width: 155px !important;
}
.w-160 {
  width: 160px !important;
}
.w-165 {
  width: 165px !important;
}
.w-170 {
  width: 170px !important;
}
.w-175 {
  width: 175px !important;
}
.w-180 {
  width: 180px !important;
}
.w-185 {
  width: 185px !important;
}
.w-190 {
  width: 190px !important;
}
.w-195 {
  width: 195px !important;
}
.w-200 {
  width: 200px !important;
}
.w-205 {
  width: 205px !important;
}
.w-210 {
  width: 210px !important;
}
.w-215 {
  width: 215px !important;
}
.w-220 {
  width: 220px !important;
}
.w-225 {
  width: 225px !important;
}
.w-230 {
  width: 230px !important;
}
.w-235 {
  width: 235px !important;
}
.w-240 {
  width: 240px !important;
}
.w-245 {
  width: 245px !important;
}
.w-250 {
  width: 250px !important;
}
.w-255 {
  width: 255px !important;
}
.w-260 {
  width: 260px !important;
}
.w-265 {
  width: 265px !important;
}
.w-270 {
  width: 270px !important;
}
.w-275 {
  width: 275px !important;
}
.w-280 {
  width: 280px !important;
}
.w-285 {
  width: 285px !important;
}
.w-290 {
  width: 290px !important;
}
.w-295 {
  width: 295px !important;
}
.w-300 {
  width: 300px !important;
}
.w-305 {
  width: 305px !important;
}
.w-310 {
  width: 310px !important;
}
.w-315 {
  width: 315px !important;
}
.w-320 {
  width: 320px !important;
}
.w-325 {
  width: 325px !important;
}
.w-330 {
  width: 330px !important;
}
.w-335 {
  width: 335px !important;
}
.w-340 {
  width: 340px !important;
}
.w-345 {
  width: 345px !important;
}
.w-350 {
  width: 350px !important;
}
.w-355 {
  width: 355px !important;
}
.w-360 {
  width: 360px !important;
}
.w-365 {
  width: 365px !important;
}
.w-370 {
  width: 370px !important;
}
.w-375 {
  width: 375px !important;
}
.w-380 {
  width: 380px !important;
}
.w-385 {
  width: 385px !important;
}
.w-390 {
  width: 390px !important;
}
.w-395 {
  width: 395px !important;
}
.w-400 {
  width: 400px !important;
}
/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}
.w-10per {
  width: 10% !important;
}
.w-15per {
  width: 15% !important;
}
.w-20per {
  width: 20% !important;
}
.w-25per {
  width: 25% !important;
}
.w-30per {
  width: 30% !important;
}
.w-35per {
  width: 35% !important;
}
.w-40per {
  width: 40% !important;
}
.w-45per {
  width: 45% !important;
}
.w-50per {
  width: 50% !important;
}
.w-55per {
  width: 55% !important;
}
.w-60per {
  width: 60% !important;
}
.w-65per {
  width: 65% !important;
}
.w-70per {
  width: 70% !important;
}
.w-75per {
  width: 75% !important;
}
.w-80per {
  width: 80% !important;
}
.w-85per {
  width: 85% !important;
}
.w-90per {
  width: 90% !important;
}
.w-95per {
  width: 95% !important;
}
.w-100per {
  width: 100% !important;
}
/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}
.w-2em {
  width: 2em !important;
}
.w-3em {
  width: 3em !important;
}
.w-4em {
  width: 4em !important;
}
.w-5em {
  width: 5em !important;
}
.w-6em {
  width: 6em !important;
}
.w-7em {
  width: 7em !important;
}
.w-8em {
  width: 8em !important;
}
.w-9em {
  width: 9em !important;
}
.w-10em {
  width: 10em !important;
}
.w-11em {
  width: 11em !important;
}
.w-12em {
  width: 12em !important;
}
.w-13em {
  width: 13em !important;
}
.w-14em {
  width: 14em !important;
}
.w-15em {
  width: 15em !important;
}
.w-16em {
  width: 16em !important;
}
.w-17em {
  width: 17em !important;
}
.w-18em {
  width: 18em !important;
}
.w-19em {
  width: 19em !important;
}
.w-20em {
  width: 20em !important;
}
/* width auto*/
.w-auto {
  width: auto !important;
}
/* maxwidth(px) 5-600 */
.maxw-5 {
  max-width: 5px !important;
}
.maxw-10 {
  max-width: 10px !important;
}
.maxw-15 {
  max-width: 15px !important;
}
.maxw-20 {
  max-width: 20px !important;
}
.maxw-25 {
  max-width: 25px !important;
}
.maxw-30 {
  max-width: 30px !important;
}
.maxw-35 {
  max-width: 35px !important;
}
.maxw-40 {
  max-width: 40px !important;
}
.maxw-45 {
  max-width: 45px !important;
}
.maxw-50 {
  max-width: 50px !important;
}
.maxw-55 {
  max-width: 55px !important;
}
.maxw-60 {
  max-width: 60px !important;
}
.maxw-65 {
  max-width: 65px !important;
}
.maxw-70 {
  max-width: 70px !important;
}
.maxw-75 {
  max-width: 75px !important;
}
.maxw-80 {
  max-width: 80px !important;
}
.maxw-85 {
  max-width: 85px !important;
}
.maxw-90 {
  max-width: 90px !important;
}
.maxw-95 {
  max-width: 95px !important;
}
.maxw-100 {
  max-width: 100px !important;
}
.maxw-105 {
  max-width: 105px !important;
}
.maxw-110 {
  max-width: 110px !important;
}
.maxw-115 {
  max-width: 115px !important;
}
.maxw-120 {
  max-width: 120px !important;
}
.maxw-125 {
  max-width: 125px !important;
}
.maxw-130 {
  max-width: 130px !important;
}
.maxw-135 {
  max-width: 135px !important;
}
.maxw-140 {
  max-width: 140px !important;
}
.maxw-145 {
  max-width: 145px !important;
}
.maxw-150 {
  max-width: 150px !important;
}
.maxw-155 {
  max-width: 155px !important;
}
.maxw-160 {
  max-width: 160px !important;
}
.maxw-165 {
  max-width: 165px !important;
}
.maxw-170 {
  max-width: 170px !important;
}
.maxw-175 {
  max-width: 175px !important;
}
.maxw-180 {
  max-width: 180px !important;
}
.maxw-185 {
  max-width: 185px !important;
}
.maxw-190 {
  max-width: 190px !important;
}
.maxw-195 {
  max-width: 195px !important;
}
.maxw-200 {
  max-width: 200px !important;
}
.maxw-205 {
  max-width: 205px !important;
}
.maxw-210 {
  max-width: 210px !important;
}
.maxw-215 {
  max-width: 215px !important;
}
.maxw-220 {
  max-width: 220px !important;
}
.maxw-225 {
  max-width: 225px !important;
}
.maxw-230 {
  max-width: 230px !important;
}
.maxw-235 {
  max-width: 235px !important;
}
.maxw-240 {
  max-width: 240px !important;
}
.maxw-245 {
  max-width: 245px !important;
}
.maxw-250 {
  max-width: 250px !important;
}
.maxw-255 {
  max-width: 255px !important;
}
.maxw-260 {
  max-width: 260px !important;
}
.maxw-265 {
  max-width: 265px !important;
}
.maxw-270 {
  max-width: 270px !important;
}
.maxw-275 {
  max-width: 275px !important;
}
.maxw-280 {
  max-width: 280px !important;
}
.maxw-285 {
  max-width: 285px !important;
}
.maxw-290 {
  max-width: 290px !important;
}
.maxw-295 {
  max-width: 295px !important;
}
.maxw-300 {
  max-width: 300px !important;
}
.maxw-305 {
  max-width: 305px !important;
}
.maxw-310 {
  max-width: 310px !important;
}
.maxw-315 {
  max-width: 315px !important;
}
.maxw-320 {
  max-width: 320px !important;
}
.maxw-325 {
  max-width: 325px !important;
}
.maxw-330 {
  max-width: 330px !important;
}
.maxw-335 {
  max-width: 335px !important;
}
.maxw-340 {
  max-width: 340px !important;
}
.maxw-345 {
  max-width: 345px !important;
}
.maxw-350 {
  max-width: 350px !important;
}
.maxw-355 {
  max-width: 355px !important;
}
.maxw-360 {
  max-width: 360px !important;
}
.maxw-365 {
  max-width: 365px !important;
}
.maxw-370 {
  max-width: 370px !important;
}
.maxw-375 {
  max-width: 375px !important;
}
.maxw-380 {
  max-width: 380px !important;
}
.maxw-385 {
  max-width: 385px !important;
}
.maxw-390 {
  max-width: 390px !important;
}
.maxw-395 {
  max-width: 395px !important;
}
.maxw-400 {
  max-width: 400px !important;
}
.maxw-405 {
  max-width: 405px !important;
}
.maxw-410 {
  max-width: 410px !important;
}
.maxw-415 {
  max-width: 415px !important;
}
.maxw-420 {
  max-width: 420px !important;
}
.maxw-425 {
  max-width: 425px !important;
}
.maxw-430 {
  max-width: 430px !important;
}
.maxw-435 {
  max-width: 435px !important;
}
.maxw-440 {
  max-width: 440px !important;
}
.maxw-445 {
  max-width: 445px !important;
}
.maxw-450 {
  max-width: 450px !important;
}
.maxw-455 {
  max-width: 455px !important;
}
.maxw-460 {
  max-width: 460px !important;
}
.maxw-465 {
  max-width: 465px !important;
}
.maxw-470 {
  max-width: 470px !important;
}
.maxw-475 {
  max-width: 475px !important;
}
.maxw-480 {
  max-width: 480px !important;
}
.maxw-485 {
  max-width: 485px !important;
}
.maxw-490 {
  max-width: 490px !important;
}
.maxw-495 {
  max-width: 495px !important;
}
.maxw-500 {
  max-width: 500px !important;
}
.maxw-505 {
  max-width: 505px !important;
}
.maxw-510 {
  max-width: 510px !important;
}
.maxw-515 {
  max-width: 515px !important;
}
.maxw-520 {
  max-width: 520px !important;
}
.maxw-525 {
  max-width: 525px !important;
}
.maxw-530 {
  max-width: 530px !important;
}
.maxw-535 {
  max-width: 535px !important;
}
.maxw-540 {
  max-width: 540px !important;
}
.maxw-545 {
  max-width: 545px !important;
}
.maxw-550 {
  max-width: 550px !important;
}
.maxw-555 {
  max-width: 555px !important;
}
.maxw-560 {
  max-width: 560px !important;
}
.maxw-565 {
  max-width: 565px !important;
}
.maxw-570 {
  max-width: 570px !important;
}
.maxw-575 {
  max-width: 575px !important;
}
.maxw-580 {
  max-width: 580px !important;
}
.maxw-585 {
  max-width: 585px !important;
}
.maxw-590 {
  max-width: 590px !important;
}
.maxw-595 {
  max-width: 595px !important;
}
.maxw-600 {
  max-width: 600px !important;
}
/* maxwidth none*/
.maxw-auto {
  max-width: none !important;
}

/* background-color */
.bg-green01 {
  background-color: #DAEADD !important;
}
.bg-green02 {
  background-color: #E1EEE5 !important;
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  a[href*="tel:"] {
    color: #333333;
    text-decoration: none;
  }
  .header-inner {
    max-width: 100%;
    padding-right: 13px;
    padding-left: 13px;
  }
  .dropdown-inner .header-navi-list li > a[href$=".pdf"]::after {
    width: 14px;
    height: 18px;
  }
  .footer-inner {
    max-width: 100%;
    padding-right: 13px;
    padding-left: 13px;
  }
  .footer-inner {
    padding: 24px 0;
  }
  .footer-wrap-top .footer-link-top > li > a, .footer-wrap-top .footer-link-top > li > span {
    display: block;
    padding: 18px 40px 17px 16px;
    border-top: 1px solid #E8E8E8;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .footer-wrap-top .footer-link-top > li > a .sub, .footer-wrap-top .footer-link-top > li > span .sub {
    font-size: 1.2rem;
  }
  .footer-wrap-top .footer-link-top > li > a {
    position: relative;
  }
  .footer-wrap-top .footer-link-top > li > a::after {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    content: "";
  }
  .footer-wrap-top .footer-link-top > li > a:hover {
    color: #2C893A;
  }
  .footer-wrap-top .footer-link-top > li > a:not([target=_blank]):not([href$=".pdf"]):not([href*=".xls"])::after {
    -webkit-transform: rotate(45deg);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #2C893A;
    border-right: 2px solid #2C893A;
  }
  .footer-wrap-top .footer-link-top > li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
    width: 14px;
    height: 12px;
    background: url("/assets/images/icon-blank.svg") right center no-repeat;
    background-size: contain;
  }
  .footer-wrap-top .footer-link-top > li > a[href$=".pdf"]::after {
    width: 16px;
    height: 20px;
    background: url("/assets/images/icon-pdf.svg") right center no-repeat;
    background-size: contain;
  }
  .footer-wrap-bottom {
    padding-top: 10px;
    padding-right: 13px;
    padding-bottom: 30px;
    padding-left: 13px;
  }
  .footer-wrap-bottom .footer-link-top {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-wrap-bottom .footer-link-top > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 50%;
    margin-top: 15px;
  }
  .footer-navi-list li > a::after {
    right: 13px;
  }
  .footer-navi-list li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
    right: 14px;
  }
  .footer-navi-list li > a[href$=".pdf"]::after {
    width: 14px;
    height: 18px;
  }
  .footer-navi-list li > a[href$=".pdf"]::after {
    right: 14px;
  }
  .footer-navi-list li.footer-navi-list-item-head > a, .footer-navi-list li.footer-navi-list-item-head > span {
    font-size: 1.6rem;
  }
  .footer-navi-list li.footer-navi-list-item-accordion .footer-navi-list-under > li {
    max-width: 100%;
  }
  .footer-link-top > li:not(.footer-link-members) > a[target=_blank]::after {
    margin-left: 6px;
  }
  .footer-link-item-recruit > a {
    font-size: 1.2rem;
  }
  .footer-link-members {
    display: inline-block;
  }
  .footer-block:first-child .footer-link-top > li:nth-child(1), .footer-block:first-child .footer-link-top > li:nth-child(2), .footer-block:first-child .footer-link-top > li:nth-child(3) {
    max-width: 33%;
  }
  .footer-block:first-child .footer-link-top > li:nth-child(2) {
    text-align: center;
  }
  .footer-block:first-child .footer-link-top > li:nth-child(3) {
    text-align: right;
  }
  .footer-block:first-child .footer-link-top > li:nth-child(7) {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-block:nth-child(2) .footer-link-top {
    margin-top: 25px;
  }
  .footer-block:nth-child(2) .footer-link-top > li > a {
    font-size: 1.2rem;
  }
  .footer-block:nth-child(3) .footer-link-top > li {
    max-width: 100%;
  }
  .footer-block:nth-child(3) .footer-link-top > li > a {
    font-size: 1.2rem;
  }
  body.eng .footer-wrap-bottom .footer-link-top > li:nth-child(1), body.eng .footer-wrap-bottom .footer-link-top > li:nth-child(2), body.eng .footer-wrap-bottom .footer-link-top > li:nth-child(3) {
    max-width: 50%;
    text-align: left;
  }
  .page-top {
    top: -20px;
    margin-right: 15px;
  }
  .page-top > a {
    width: 40px;
    height: 40px;
  }
  .page-top > a::before {
    height: 12px;
  }
  .page-top > a::after {
    top: -2px;
    width: 10px;
    height: 10px;
  }
  .breadcrumb-list {
    max-width: 100%;
    padding-right: 13px;
    padding-left: 13px;
  }
  .breadcrumb-list {
    padding-top: 6px;
    padding-bottom: 8px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .content {
    max-width: 100%;
    padding-right: 13px;
    padding-left: 13px;
  }
  .content {
    padding-bottom: 70px;
  }
  .content-inner {
    max-width: 100%;
    padding-right: 13px;
    padding-left: 13px;
  }
  .content-inner.-sp-full {
    padding-right: 0;
    padding-left: 0;
  }
  .content-main {
    padding-top: 20px;
  }
  .content-main + [class^=content] {
    padding-top: 44px;
  }
  .content-main.-in-mv .content-inner .block-main-wrap {
    margin-bottom: 20px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .content-main.-in-mv .block-mainvisual.-card .img img {
    -o-object-fit: cover;
    min-height: 220px;
    object-fit: cover;
  }
  .content-main.-in-mv .block-mainvisual.-card .block-card {
    padding: 12px 12px 8px 12px;
  }
  .content-main.-in-mv .block-mainvisual.-card > a .block-card .ttl::after {
    width: 14px;
    height: 18px;
    margin-bottom: 4px;
    margin-left: 6px;
  }
  .content-main.-in-mv .block-mainvisual.-card > a[href$=".pdf"] .block-card .ttl::after {
    width: 14px;
    height: 18px;
  }
  .content-main.-in-mv .block-mainvisual.-card > a[href*=".xls"] .block-card .ttl::after {
    width: 14px;
    height: 18px;
  }
  .content-main.-in-mv .block-mainvisual.-card > a[href$=".zip"] .block-card .ttl::after {
    width: 14px;
    height: 18px;
  }
  .content-section {
    padding-bottom: 70px;
  }
  .content-section.-sp-last {
    padding-bottom: 70px;
  }
  .content-right {
    margin-top: 64px;
  }
  .content-section[class*=-bg] {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .right-navi .right-bnr-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .right-navi .right-bnr-list-item {
    width: 48%;
  }
  .right-navi .right-bnr-list-item img {
    width: 100%;
  }
  .right-navi-list li:not(.right-navi-list-item-head) > a {
    font-size: 1.4rem;
  }
  .right-navi-list li > a::after {
    right: 10px;
  }
  .right-navi-list li > a[href$=".pdf"]::after {
    width: 14px;
    height: 18px;
  }
  .right-navi-list li.right-navi-list-item-head > a, .right-navi-list li.right-navi-list-item-head > span {
    font-size: 1.6rem;
  }
  .tab-list {
    margin-bottom: 40px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .tab-list::-webkit-scrollbar {
    display: none;
  }
  .tab-list > li > a {
    font-size: 1.8rem;
  }
  .tab-list > li > a .tab-list-item-txt {
    padding-right: 24px;
    padding-left: 24px;
  }
  .box-heading:not(:last-child) {
    margin-bottom: 32px;
  }
  .box-heading.-near {
    margin-bottom: 16px;
  }
  .heading-lv1 {
    padding-bottom: 26px;
  }
  .heading-lv1::after {
    height: 4px;
  }
  .heading-lv1 .txt {
    font-size: 1.9rem;
  }
  .heading-lv1 .sub {
    font-size: 1.6rem;
  }
  .heading-lv2-simple .txt {
    font-size: 1.8rem;
  }
  .heading-lv2-simple .sub {
    font-size: 1.4rem;
  }
  .heading-lv2-type01 {
    padding-bottom: 20px;
  }
  .heading-lv2-type01::after {
    height: 4px;
  }
  .heading-lv2-type01 .txt {
    font-size: 1.9rem;
  }
  .heading-lv2-type01 + .heading-sub-txt {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  .heading-lv2-type02 {
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
  .heading-lv2-type02::after {
    bottom: -2px;
    width: 130px;
    height: 2px;
  }
  .heading-lv2-type02 .txt {
    font-size: 1.8rem;
  }
  .heading-lv2-type02.-icon {
    padding-bottom: 4px;
  }
  .heading-lv2-type02 .icon {
    margin-right: 10px;
  }
  .heading-lv3 .txt {
    font-size: 1.7rem;
  }
  .heading-lv3-simple .txt {
    font-size: 1.7rem;
  }
  .heading-lv4 .txt {
    font-size: 1.6rem;
  }
  .heading-lv4-simple .txt {
    font-size: 1.6rem;
  }
  .txt a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
    margin-left: 6px;
  }
  .txt a[href$=".pdf"]::after {
    width: 14px;
    height: 18px;
  }
  .txt a[href$=".pdf"]::after {
    margin-left: 6px;
  }
  .txt a[href*=".xls"]::after {
    width: 14px;
    height: 18px;
  }
  .txt a[href*=".xls"]::after {
    margin-left: 6px;
  }
  .txt a.-arrow::after {
    width: 18px;
    height: 18px;
  }
  .txt.txt-indent.-sp-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ttl {
    font-size: 1.8rem;
  }
  .lead {
    font-size: 1.6rem;
  }
  .img figcaption {
    font-size: 1.2rem;
  }
  .txt.-medium {
    font-size: 1.8rem;
  }
  .txt.-little {
    font-size: 1.6rem;
  }
  .txt.-small {
    font-size: 1.2rem;
  }
  .txt.-small > a.-arrow::after {
    width: 16px;
    height: 16px;
  }
  .block-txt.-border {
    padding: 30px;
  }
  .block-txt[class*=bg-] {
    padding: 30px;
  }
  .block-txt.-card {
    padding: 60px 20px;
  }
  .block-txt.-card .block-txt:not(:last-child) {
    margin-bottom: 50px;
  }
  .block-txt.-img-in-txt > a .block-txt {
    padding: 2.667vw 3.2vw;
  }
  .block-txt.-img-in-txt > a .block-txt .txt {
    font-size: clamp(12px, 4.267vw, 16px);
  }
  .block-txt.-img-in-txt > a .block-txt .txt::after {
    width: 5.333vw;
    max-width: 20px;
    height: 20px;
  }
  .txt.-sp-left, .img.-sp-left {
    text-align: left;
  }
  .txt-icon + .txt {
    margin-left: 20px;
  }
  .txt + .txt-icon {
    margin-left: 20px;
  }
  .block-card > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]) .block-txt .txt::after {
    margin-left: 6px;
  }
  .block-card > a[href$=".pdf"] .block-txt .txt::after {
    width: 14px;
    height: 18px;
  }
  .block-card > a[href$=".pdf"] .block-txt .txt::after {
    margin-left: 6px;
  }
  .block-card > a[href*=".xls"] .block-txt .txt::after {
    width: 14px;
    height: 18px;
  }
  .block-card > a[href*=".xls"] .block-txt .txt::after {
    margin-left: 6px;
  }
  .block-card > a.-arrow .block-txt .txt::after {
    width: 18px;
    height: 18px;
  }
  .block-card .block-txt .txt {
    font-size: 1.6rem;
  }
  .button > a {
    padding-right: 30px;
    padding-left: 30px;
  }
  .button > a::after {
    right: 10px;
  }
  .block-button:not(:first-child) {
    margin-top: 35px;
  }
  .block-button.-side {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-button.-side .button {
    width: 48%;
    max-width: none;
  }
  .block-button.-side .button:nth-child(2n-1) {
    margin-right: 4%;
  }
  .block-button.-sp-row {
    display: block;
  }
  .block-button.-sp-row .button {
    width: 100%;
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .block-button.-sp-row .button:nth-child(2n-1) {
    margin-right: auto;
  }
  .block-button > .tab-list {
    margin-bottom: 15px;
  }
  .button > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]):not([href$=".zip"]) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button > a[href$=".pdf"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button > a[href$=".pdf"] .txt::after {
    width: 14px;
    height: 18px;
  }
  .button > a[href*=".xls"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button > a[href*=".xls"] .txt::after {
    width: 14px;
    height: 18px;
  }
  .button > a[href$=".zip"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button > a[href$=".zip"] .txt::after {
    width: 14px;
    height: 18px;
  }
  .button.-sp-center {
    margin-right: auto;
    margin-left: auto;
  }
  .button.-txt-sp-center > a {
    text-align: center;
  }
  .button.-rss {
    margin-right: 0;
  }
  .pulldown {
    margin-bottom: 56px;
  }
  .link-list:not(.-row) > li > a, .link-list:not(.-row) > li > span {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-list:not(.-row) > li > a .date, .link-list:not(.-row) > li > span .date {
    width: 100%;
  }
  .link-list > li > a, .link-list > li > span {
    padding: 10px;
  }
  .link-list > li > a .date, .link-list > li > span .date {
    margin-bottom: 6px;
    font-size: 1.3rem;
  }
  .link-list > li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"]) .txt::after {
    margin-left: 6px;
  }
  .link-list > li > a[href$=".pdf"] .txt::after {
    width: 14px;
    height: 18px;
  }
  .link-list > li > a[href$=".pdf"] .txt::after {
    margin-left: 6px;
  }
  .link-list > li > a[href*=".xls"] .txt::after {
    width: 14px;
    height: 18px;
  }
  .link-list > li > a[href*=".xls"] .txt::after {
    margin-left: 6px;
  }
  .link-list.-arrow > li > a, .link-list.-arrow > li > span {
    padding: 10px;
  }
  .link-list.-arrow > li > a[href$=".pdf"] .txt::after {
    width: 14px;
    height: 18px;
  }
  .link-list.-arrow > li > a[href*=".xls"] .txt::after {
    width: 14px;
    height: 18px;
  }
  .list.-side {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list.-sp-row {
    display: block;
  }
  .list.-sp-row > li + li {
    margin-top: 10px;
  }
  .block-flex:not(.-sp-flex) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-flex.-sp-flex .block-flex-col:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .block-flex.-sp-flex.-compact .block-flex-col:not(:last-child), .block-flex.-sp-flex.-sp-compact .block-flex-col:not(:last-child) {
    margin-right: 20px;
  }
  .block-flex-col:not(:last-child) {
    margin-bottom: 60px;
  }
  .block-flex.-compact .block-flex-col:not(:last-child) {
    margin-bottom: 20px;
  }
  .block-table table.table > tbody > tr > th, .block-table table.table > tbody > tr > td {
    padding: 8px 12px;
  }
  .block-table table.table.-small > tbody > tr > th, .block-table table.table.-small > tbody > tr > td {
    padding: 5px 10px;
    font-size: 1rem;
  }
  .block-table div.table > .tbody .row {
    display: table;
    width: 100%;
  }
  .block-table div.table > .tbody .row > a {
    display: table-row;
    width: 100%;
  }
  .block-table div.table > .tbody .row.-head .cell {
    display: table-cell;
    vertical-align: middle;
  }
  .block-table div.table > .tbody .row .cell {
    display: table-cell;
    vertical-align: middle;
  }
  .block-table table.table-type02 > tbody > tr > th, .block-table table.table-type02 > tbody > tr > td {
    padding: 8px 12px;
  }
  .block-table table.table-type03 > tbody > tr > th, .block-table table.table-type03 > tbody > tr > td {
    padding: 16px 12px;
  }
  .block-table table.table-type03 > tbody > tr > th {
    background-color: #F8F8F8;
  }
  .block-table table.table-type03 {
    display: block;
  }
  .block-table table.table-type03 > tbody {
    display: block;
  }
  .block-table table.table-type03 > tbody > tr {
    display: block;
  }
  .block-table table.table-type03 > tbody > tr > th, .block-table table.table-type03 > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .block-table .-sp-scroll {
    display: block;
    width: auto;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .block-slider .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-slider .slick-dots .slide-btn-stop {
    border-color: #2C893A;
  }
  .block-slider .slick-dots .slide-btn-start {
    border-left-color: #2C893A;
  }
  .block-release .r-arrow::after {
    width: 14px;
    height: 18px;
    margin-bottom: 4px;
  }
  .block-release h2 {
    padding-bottom: 10px;
    border-bottom-width: 2px;
    font-size: 1.8rem;
  }
  .block-release h2::after {
    bottom: -2px;
    width: 130px;
    height: 2px;
  }
  .block-release h2:not(:last-child) {
    margin-bottom: 32px;
  }
  .block-release h3 {
    font-size: 1.7rem;
  }
  .block-release h3:not(:last-child) {
    margin-bottom: 32px;
  }
  .release-label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .release-label .category {
    margin-bottom: 14px;
    font-size: 1.3rem;
  }
  .release-label .date {
    margin-right: 15%;
    margin-bottom: 14px;
  }
  .table-type-inquiry .table-inquiry {
    table-layout: fixed;
  }
  .inquiry-form {
    display: block;
  }
  .inquiry-form th, .inquiry-form td {
    display: block;
  }
  .inquiry-form th .txt.-small, .inquiry-form td .txt.-small {
    font-size: 1.4rem;
  }
  .inquiry-form th {
    width: 100% !important;
    margin-bottom: 0;
  }
  .inquiry-form th label {
    margin-bottom: 5px;
  }
  .inquiry-form td {
    width: 100% !important;
  }
  .inquiry-form td button {
    padding-top: 5px;
    font-size: 14px;
  }
  .inquiry-form.-address.-number dd input {
    width: 50%;
    max-width: 122px;
  }
  .inquiry-form.-major td input {
    margin: 5px;
  }
  .inquiry-form.-major td .input-text-sub {
    font-size: 14px;
  }
  .inquiry-form .-style {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inquiry-form .-style .input-text-sub {
    margin-right: 0;
  }
  .inquiry-form .-style .inquiry-input-text {
    width: 100%;
  }
  .inquiry-form.-sidebusiness .inquiry-input-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inquiry-form.-sidebusiness .inquiry-input-checkbox-list {
    margin-top: 5px;
    margin-left: 0;
  }
  .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li {
    width: 49%;
  }
  .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:not(:last-child) {
    margin-right: 1%;
  }
  .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:nth-child(3), .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:nth-child(8), .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:last-child {
    width: 100%;
  }
  .inquiry-input-text {
    padding: 4px 12px;
  }
  .inquiry-input-text.-mini {
    width: 29%;
  }
  .inquiry-input-text.-middle + button {
    margin-top: 10px;
    margin-left: 0;
  }
  .inquiry-input-radio > label::after {
    left: 0.385em;
  }
  .inquiry-input-checkbox-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .inquiry-input-checkbox-list:not(:first-child) {
    margin-top: 10px;
  }
  .inquiry-input-checkbox-list > li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .inquiry-input-checkbox-list > li {
    margin-bottom: 10px;
  }
  .inquiry-input-file::after {
    padding: 0 5px;
    font-size: 1.4rem;
  }
  .inquiry-input-file > input {
    padding-left: 115px;
    font-size: 14px;
  }
  @-moz-document url-prefix(){
    .inquiry-input-file > input {
      padding: 0;
    }
  }
  .inquiry-select {
    width: 100%;
    max-width: 180px;
  }
  .icon-required {
    margin-right: 0;
  }
  .inquiry-form td {
    padding-right: 35px;
  }
  .inquiry-form-inner {
    padding-right: 35px;
  }
  .inquiry-form.-border .inquiry-form-inner .inquiry-input-checkbox-list > li {
    margin-right: 0;
  }
  .inquiry-form.-border .inquiry-form-inner .form-icon > span {
    top: -45px;
  }
  .inquiry-form.-address .form-icon > span {
    top: 50px;
  }
  .inquiry-form.-address.-text .form-icon > span {
    top: auto;
    bottom: 75px;
  }
  .inquiry-form.-business .form-icon > span {
    top: 42px;
  }
  .inquiry-form.-sidebusiness .form-icon > span {
    top: 50px;
  }
  .form-icon > span {
    top: 26px;
    right: 5px;
    bottom: auto;
    width: 25px;
    height: 25px;
    border-width: 3px;
  }
  .style_success .form-icon > span::before {
    right: 7px;
    width: 6px;
    height: 11px;
  }
  .style_error .form-icon > span::before, .style_error .form-icon > span::after {
    width: 11px;
  }
  .block-flow {
    width: 100%;
  }
  .block-flow > .block-txt .block-inner {
    font-size: 14px;
  }
  .block-flow > .block-txt .block-inner .-step {
    font-size: 12px;
  }
  .block-flow > .block-txt:not(:last-child)::after {
    top: 0;
  }
  .inquiry-button.-confirm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .inquiry-button a {
    font-size: 1.6rem;
  }
  .inquiry-button a.send {
    margin: 0;
    margin-left: auto;
    padding-left: 15px;
  }
  .inquiry-button a.prev {
    margin: 0;
    padding-right: 15px;
    font-size: 1.4rem;
  }
  .inquiry-button a.prev::after {
    left: 10px;
  }
  .inquiry-confirm a.prev {
    margin-right: 15px;
  }
  [data-effect-delay-sp="0"] {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  [data-effect-delay-sp="1"] {
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
  }
  [data-effect-delay-sp="2"] {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
  }
  [data-effect-delay-sp="3"] {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  }
  [data-effect-delay-sp="4"] {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
  }
  [data-effect-delay-sp="5"] {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }
  [data-effect-delay-sp="6"] {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }
  [data-effect-delay-sp="7"] {
    -webkit-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
  }
  [data-effect-delay-sp="8"] {
    -webkit-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
  }
  [data-effect-delay-sp="9"] {
    -webkit-transition-delay: 0.9s !important;
    transition-delay: 0.9s !important;
  }
  [data-effect-delay-sp="10"] {
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important;
  }
  .block-balloon::before, .block-balloon::after {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
  }
  .block-balloon::before {
    z-index: 2;
    top: -35px;
    margin-left: -12px;
    border: 18px solid transparent;
    border-bottom: 18px solid #FFF;
  }
  .block-balloon::after {
    z-index: 1;
    top: -39px;
    margin-left: -14px;
    border: 20px solid transparent;
    border-bottom: 20px solid #E8E8E8;
  }
  .map-md {
    aspect-ratio: 330/265;
  }
  .map-sm {
    aspect-ratio: 350/280;
  }
  .home .main-contents .button {
    max-width: 230px;
  }
  .top-mainvisual .slider-list-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
  }
  .top-mainvisual .slider-list-item.second .mainvisual-text .txt > a {
    text-decoration: none;
  }
  .top-mainvisual .slider-list-item.second .mainvisual-text .txt > a::after {
    width: 20px;
    height: 20px;
  }
  .top-mainvisual .slider-list-item.third .mainvisual-text .txt > a {
    text-decoration: none;
  }
  .top-mainvisual .slider-list-item.third .mainvisual-text .txt > a::after {
    width: 20px;
    height: 20px;
  }
  .top-mainvisual .slider-list-item.fourth .mainvisual-text .txt > a {
    text-decoration: none;
  }
  .top-mainvisual .slider-list-item.fourth .mainvisual-text .txt > a::after {
    width: 20px;
    height: 20px;
  }
  .top-mainvisual .slider-list-item.fifth .mainvisual-text .txt > a {
    text-decoration: none;
  }
  .top-mainvisual .slider-list-item.fifth .mainvisual-text .txt > a::after {
    width: 20px;
    height: 20px;
  }
  .top-mainvisual .slider-list-item.sixth .mainvisual-text .txt > a {
    text-decoration: none;
  }
  .top-mainvisual .slider-list-item.sixth .mainvisual-text .txt > a::after {
    width: 20px;
    height: 20px;
  }
  .top-mainvisual .slider-list-item.seventh .mainvisual-text .txt > a {
    text-decoration: none;
  }
  .top-mainvisual .slider-list-item.seventh .mainvisual-text .txt > a::after {
    width: 20px;
    height: 20px;
  }
  .top-mainvisual .mainvisual-text {
    position: absolute;
    right: 0;
    bottom: 15px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .top-mainvisual-banner {
    margin-top: 32px;
    margin-right: 13px;
    margin-left: 13px;
    padding-top: 35px;
    padding-bottom: 35px;
    border: 1px solid #E5E5E5;
  }
  .top-mainvisual-banner > a {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.8rem;
  }
  .top-mainvisual-banner > a::after {
    display: none;
  }
  #top-news .link-list + .block-button {
    margin-top: 24px;
  }
  .block-notice {
    margin-bottom: 20px;
  }
  .block-notice-wrap {
    padding: 12px;
  }
  .block-notice .notice-title {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  #top-company .content-section {
    padding-bottom: 72px;
  }
  #top-company .block-card > a.-arrow .block-txt .txt::after {
    width: 5.333vw;
    max-width: 20px;
    height: 20px;
  }
  #top-company .block-card .block-txt .txt {
    font-size: clamp(12px, 4.267vw, 16px);
  }
  #top-sustainability .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
    background-image: url("/assets/images/top-sustainability-background-sp.png");
  }
  #top-sustainability .-img-in-txt > a .block-txt .txt {
    font-size: clamp(12px, 4.267vw, 16px);
  }
  #top-bland .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  #top-bland .block-bland {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    justify-content: space-between;
  }
  #top-bland .block-bland .bland-item {
    max-width: 49%;
    margin-bottom: 10px;
  }
  #top-bland .block-bland .bland-item > a {
    width: 100%;
    min-height: 95px;
    padding: 10px;
  }
  #top-bland .block-bland-border {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top-bland .block-bland-border .bland-item {
    max-width: 33.3333333333%;
    margin-bottom: 24px;
  }
  #top-bland .block-bland-border .bland-item:nth-child(3) {
    border-right: none;
  }
  #top-bland .block-bland-border .bland-item > a {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  #top-bland .block-bland-border .bland-item > a picture {
    height: 48px;
  }
  #top-bland .block-bland-border .bland-item > a .txt {
    margin-top: 8px;
  }
  #top-bland .block-bland-border .bland-item > a[target=_blank] .txt > span::after {
    margin-left: 6px;
  }
  #top-bland .block-bland-link {
    margin-top: 15px;
  }
  #top-bland .block-bland-link > li {
    margin: 0 15px;
  }
  #top-bland .block-note .block-flex {
    gap: 24px;
  }
  #top-bland .note-title img {
    width: 100px;
  }
  #top-bland .note-title + .heading-sub-txt {
    font-size: 1.6rem;
  }
  #top-bland .note-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 16px;
  }
  #top-bland .note-item__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 16px);
  }
  #top-bland .note-item__text {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  #top-bland .note-link::after {
    margin-left: 6px;
  }
  body.news .tab-list > li > a {
    font-size: 1.2rem;
  }
  body.news .tab-list > li > a .tab-list-item-txt {
    padding-right: 6px;
    padding-left: 6px;
  }
  .sustainability.top .block-card .txt {
    font-size: 1.6rem;
  }
  .sustainability.top #content03 .button {
    max-width: 280px;
  }
  .sustainability.eating_habits .block-saladfirst .txt {
    font-size: 1.6rem;
  }
  .sustainability.eating_habits .heading-eating_habits .txt {
    font-size: 1.8rem;
  }
  .company.message .heading-lv2 .txt {
    font-size: 1.5rem;
  }
  .company.message .block-message-name {
    margin-bottom: 32px;
  }
  .company.message .block-message-name + hr {
    margin-bottom: 32px;
  }
  .company.message .block-message-name .block-flex-col:not(:last-child) {
    margin-right: 60px;
  }
  .company.message .block-message-name .txt.-medium {
    font-size: 1.6rem;
  }
  .company.history .heading-history .txt {
    font-size: 1.8rem;
  }
  .company.history .heading-history .sub {
    font-size: 1.4rem;
  }
  .company.history .block-history {
    margin-left: 8px;
  }
  .company.history .block-history:not(:last-child) {
    padding-bottom: 28px;
  }
  .company.history .block-history .age {
    padding: 0 20px;
    font-size: 1.6rem;
  }
  .company.history .block-history .age .unit {
    font-size: 1.3rem;
  }
  .company.history .block-history-item .history-monthly {
    max-width: 50px;
    font-size: 1.5rem;
  }
  .company.history .block-history-item .history-monthly .unit {
    font-size: 1.3rem;
  }
  .company.history .block-history-item .history-text {
    padding-top: 2px;
  }
  .company.history .block-history-item .history-text .block-txt .txt:not(:last-child), .company.history .block-history-item .history-text .block-txt .img:not(:last-child) {
    margin-bottom: 12px;
  }
  .company.history .block-history.-left::before {
    left: 0;
  }
  .company.history .block-history.-left .age::after {
    left: -8px;
  }
  .company.philosophy .block-philosophy {
    padding: 48px 13px 60px;
  }
  .company.philosophy .block-philosophy .txt-philosophy {
    font-size: 1.6rem;
  }
  .company.philosophy .block-philosophy .txt-philosophy-sub {
    font-size: 1.6rem;
  }
  .company.philosophy .block-philosophy .box-heading {
    margin-bottom: 36px;
  }
  .company.philosophy .block-philosophy .box-heading .heading-philosophy .txt {
    padding: 14px 25px;
    font-size: 1.8rem;
  }
  .company.philosophy .block-philosophy .block-txt:not(:last-child) {
    margin-bottom: 30px;
  }
  .company.philosophy .block-philosophy .block-flex-col:not(:last-child) {
    margin-bottom: 24px;
  }
  .company.philosophy #content04 .-bottom-wide {
    margin-bottom: 70px;
  }
  .company.philosophy #content05 .block-philosophy .block-flex-col:not(:last-child) {
    margin-bottom: 40px;
  }
  .company.location .block-txt.-border .block-flex .block-flex-col:not(:last-child) {
    margin-bottom: 32px;
  }
  .shop .tab-list > li > a {
    font-size: 1.2rem;
  }
  .shop .tab-list > li > a strong {
    font-size: 1.5rem;
  }
  .shop .tab-list-item-txt {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .shop-accordion-head > a, .shop-accordion-head > span {
    display: block;
    width: 100%;
    padding: 12px 32px 12px 16px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    font-weight: bold;
    text-align: left;
  }
  .shop-accordion-head > a {
    position: relative;
  }
  .shop-accordion-head > a::after {
    -webkit-transition: background-image 0.15s ease-in-out;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url("/assets/images/icon-accordion-close.svg") right center no-repeat;
    background-size: contain;
    content: "";
    transition: background-image 0.15s ease-in-out;
  }
  .shop-accordion-head > .shop-accordion-body {
    display: none;
  }
  .shop-accordion-head.is-open > a::after, .shop-accordion-head.is-open > span::after {
    background-image: url("/assets/images/icon-accordion-open.svg");
  }
  .shop-accordion-head.is-open > .shop-accordion-body {
    display: block;
  }
  .shop .shop-content {
    padding-right: 0;
    padding-left: 0;
  }
  .shop .content-section hr:not(:last-child) {
    margin-bottom: 40px;
  }
  .shop .box-heading:not(:last-child) {
    margin-bottom: 16px;
  }
  .shop .block-txt:not(:last-child) {
    margin-bottom: 40px;
  }
  .shop .block-txt .block-inner {
    padding: 18px 12px;
  }
  .shop .shop-input-checkbox-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 11px;
  }
  .shop .shop-input-checkbox-list > li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    aspect-ratio: 1/1;
  }
  .shop .shop-input-checkbox-list input:checked + label {
    border-width: 3px;
  }
  .shop .shop-input-checkbox-list label {
    min-width: auto;
    height: 100%;
    padding: 1em;
    border-width: 3px;
    font-size: 3.7333333333vw;
  }
  .shop .shop-input-checkbox-list label img {
    width: 100%;
    max-height: 100%;
  }
  .shop .shop-input-checkbox-list label::before, .shop .shop-input-checkbox-list label:after {
    display: none;
  }
  .shop .pulldown {
    margin-bottom: 40px;
  }
  .shop .shop-list > li > div {
    padding: 17px 0;
  }
  .shop .shop-list-head {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
  .shop .shop-list-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
  }
  .shop .shop-list-brand {
    width: 100%;
  }
  .shop .shop-list-info {
    width: 100%;
  }
  .shop .block-button {
    gap: 0 2%;
  }
  .shop .block-button.-side {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .shop .block-button .button.-anchor {
    min-width: 30%;
  }
  .shop .block-button .button.-anchor a {
    padding-right: 40px;
    font-size: 1.2rem;
  }
  .shop .txt-indent .mark .-icon img {
    height: 14px;
  }
  .block-sitemap:not(:last-child) {
    margin-bottom: 0;
  }
  .block-sitemap:last-child {
    border-bottom: 1px solid #E8E8E8;
  }
  .block-sitemap .accordion-sp-wrap {
    display: none;
  }
  .block-sitemap.is-open > a.sitemap-link-head.accordion-icon::after, .block-sitemap.is-open > span.sitemap-link-head.accordion-icon::after {
    background-image: url("/assets/images/icon-accordion-open.svg");
  }
  .block-sitemap.is-open .accordion-sp-wrap {
    display: block;
  }
  .block-sitemap > a.sitemap-link-head:not(.accordion-icon) {
    position: relative;
  }
  .block-sitemap > a.sitemap-link-head:not(.accordion-icon)::after {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #2C893A;
    border-right: 2px solid #2C893A;
    content: "";
  }
  .block-sitemap > a.sitemap-link-head.accordion-icon {
    position: relative;
  }
  .block-sitemap > a.sitemap-link-head.accordion-icon::after {
    -webkit-transition: background-image 0.15s ease-in-out;
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url("/assets/images/icon-accordion-close.svg") right center no-repeat;
    background-size: contain;
    content: "";
    transition: background-image 0.15s ease-in-out;
  }
  .block-sitemap .sitemap-link-head {
    display: block;
    padding: 18px 40px 17px 16px;
    border-top: 1px solid #E8E8E8;
  }
  .block-sitemap .sitemap-link-head .sub {
    font-size: 1.2rem;
  }
  .block-sitemap .sitemap-list > li a, .block-sitemap .sitemap-list > li span {
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 13px;
    border-bottom: none;
    color: #333333;
  }
  .block-sitemap .sitemap-list > li > a[href$=".pdf"]::after {
    width: 14px;
    height: 18px;
  }
  .block-sitemap .sitemap-list > li.sitemap-list-item {
    border-top: 1px solid #D9D9D9;
  }
  .block-sitemap .sitemap-list > li.sitemap-list-item-under > a, .block-sitemap .sitemap-list > li.sitemap-list-item-under > span {
    padding-left: 28px;
  }
  .eng.top .main-contents {
    margin-bottom: 72px;
  }
  .eng.company.history .block-history-item .history-monthly {
    max-width: 80px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-fl-none-sp {
    float: none !important;
  }
  .sp-fl-clear-sp {
    clear: both !important;
  }
  .sp-fs-sm {
    font-size: 1.2rem !important;
  }
  .sp-fs-md {
    font-size: 1.4rem !important;
  }
  .sp-fs-lg {
    font-size: 1.6rem !important;
  }
  .sp-fs-xl {
    font-size: 1.8rem !important;
  }
  .sp-fs-xxl {
    font-size: 2rem !important;
  }
  .sp-mt-0 {
    margin-top: 0px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-ml-0 {
    margin-left: 0px !important;
  }
  .sp-mr-0 {
    margin-right: 0px !important;
  }
  .sp-mt-5 {
    margin-top: 5px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-ml-5 {
    margin-left: 5px !important;
  }
  .sp-mr-5 {
    margin-right: 5px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-ml-10 {
    margin-left: 10px !important;
  }
  .sp-mr-10 {
    margin-right: 10px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-ml-15 {
    margin-left: 15px !important;
  }
  .sp-mr-15 {
    margin-right: 15px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-ml-20 {
    margin-left: 20px !important;
  }
  .sp-mr-20 {
    margin-right: 20px !important;
  }
  .sp-mt-25 {
    margin-top: 25px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-ml-25 {
    margin-left: 25px !important;
  }
  .sp-mr-25 {
    margin-right: 25px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-ml-30 {
    margin-left: 30px !important;
  }
  .sp-mr-30 {
    margin-right: 30px !important;
  }
  .sp-mt-35 {
    margin-top: 35px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-ml-35 {
    margin-left: 35px !important;
  }
  .sp-mr-35 {
    margin-right: 35px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-ml-40 {
    margin-left: 40px !important;
  }
  .sp-mr-40 {
    margin-right: 40px !important;
  }
  .sp-mt-45 {
    margin-top: 45px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-ml-45 {
    margin-left: 45px !important;
  }
  .sp-mr-45 {
    margin-right: 45px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-ml-50 {
    margin-left: 50px !important;
  }
  .sp-mr-50 {
    margin-right: 50px !important;
  }
  .sp-mt-55 {
    margin-top: 55px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-ml-55 {
    margin-left: 55px !important;
  }
  .sp-mr-55 {
    margin-right: 55px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-ml-60 {
    margin-left: 60px !important;
  }
  .sp-mr-60 {
    margin-right: 60px !important;
  }
  .sp-mt-65 {
    margin-top: 65px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-ml-65 {
    margin-left: 65px !important;
  }
  .sp-mr-65 {
    margin-right: 65px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-ml-70 {
    margin-left: 70px !important;
  }
  .sp-mr-70 {
    margin-right: 70px !important;
  }
  .sp-mt-75 {
    margin-top: 75px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-ml-75 {
    margin-left: 75px !important;
  }
  .sp-mr-75 {
    margin-right: 75px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-ml-80 {
    margin-left: 80px !important;
  }
  .sp-mr-80 {
    margin-right: 80px !important;
  }
  .sp-mt-85 {
    margin-top: 85px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-ml-85 {
    margin-left: 85px !important;
  }
  .sp-mr-85 {
    margin-right: 85px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-ml-90 {
    margin-left: 90px !important;
  }
  .sp-mr-90 {
    margin-right: 90px !important;
  }
  .sp-mt-95 {
    margin-top: 95px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-ml-95 {
    margin-left: 95px !important;
  }
  .sp-mr-95 {
    margin-right: 95px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-ml-100 {
    margin-left: 100px !important;
  }
  .sp-mr-100 {
    margin-right: 100px !important;
  }
  .sp-pt-0 {
    padding-top: 0px !important;
  }
  .sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .sp-pl-0 {
    padding-left: 0px !important;
  }
  .sp-pr-0 {
    padding-right: 0px !important;
  }
  .sp-pt-5 {
    padding-top: 5px !important;
  }
  .sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .sp-pl-5 {
    padding-left: 5px !important;
  }
  .sp-pr-5 {
    padding-right: 5px !important;
  }
  .sp-pt-10 {
    padding-top: 10px !important;
  }
  .sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .sp-pl-10 {
    padding-left: 10px !important;
  }
  .sp-pr-10 {
    padding-right: 10px !important;
  }
  .sp-pt-15 {
    padding-top: 15px !important;
  }
  .sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .sp-pl-15 {
    padding-left: 15px !important;
  }
  .sp-pr-15 {
    padding-right: 15px !important;
  }
  .sp-pt-20 {
    padding-top: 20px !important;
  }
  .sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .sp-pl-20 {
    padding-left: 20px !important;
  }
  .sp-pr-20 {
    padding-right: 20px !important;
  }
  .sp-pt-25 {
    padding-top: 25px !important;
  }
  .sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .sp-pl-25 {
    padding-left: 25px !important;
  }
  .sp-pr-25 {
    padding-right: 25px !important;
  }
  .sp-pt-30 {
    padding-top: 30px !important;
  }
  .sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .sp-pl-30 {
    padding-left: 30px !important;
  }
  .sp-pr-30 {
    padding-right: 30px !important;
  }
  .sp-pt-35 {
    padding-top: 35px !important;
  }
  .sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .sp-pl-35 {
    padding-left: 35px !important;
  }
  .sp-pr-35 {
    padding-right: 35px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .sp-pl-40 {
    padding-left: 40px !important;
  }
  .sp-pr-40 {
    padding-right: 40px !important;
  }
  .sp-pt-45 {
    padding-top: 45px !important;
  }
  .sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .sp-pl-45 {
    padding-left: 45px !important;
  }
  .sp-pr-45 {
    padding-right: 45px !important;
  }
  .sp-pt-50 {
    padding-top: 50px !important;
  }
  .sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .sp-pl-50 {
    padding-left: 50px !important;
  }
  .sp-pr-50 {
    padding-right: 50px !important;
  }
  .sp-pt-55 {
    padding-top: 55px !important;
  }
  .sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .sp-pl-55 {
    padding-left: 55px !important;
  }
  .sp-pr-55 {
    padding-right: 55px !important;
  }
  .sp-pt-60 {
    padding-top: 60px !important;
  }
  .sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .sp-pl-60 {
    padding-left: 60px !important;
  }
  .sp-pr-60 {
    padding-right: 60px !important;
  }
  .sp-pt-65 {
    padding-top: 65px !important;
  }
  .sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .sp-pl-65 {
    padding-left: 65px !important;
  }
  .sp-pr-65 {
    padding-right: 65px !important;
  }
  .sp-pt-70 {
    padding-top: 70px !important;
  }
  .sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .sp-pl-70 {
    padding-left: 70px !important;
  }
  .sp-pr-70 {
    padding-right: 70px !important;
  }
  .sp-pt-75 {
    padding-top: 75px !important;
  }
  .sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .sp-pl-75 {
    padding-left: 75px !important;
  }
  .sp-pr-75 {
    padding-right: 75px !important;
  }
  .sp-pt-80 {
    padding-top: 80px !important;
  }
  .sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .sp-pl-80 {
    padding-left: 80px !important;
  }
  .sp-pr-80 {
    padding-right: 80px !important;
  }
  .sp-pt-85 {
    padding-top: 85px !important;
  }
  .sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .sp-pl-85 {
    padding-left: 85px !important;
  }
  .sp-pr-85 {
    padding-right: 85px !important;
  }
  .sp-pt-90 {
    padding-top: 90px !important;
  }
  .sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .sp-pl-90 {
    padding-left: 90px !important;
  }
  .sp-pr-90 {
    padding-right: 90px !important;
  }
  .sp-pt-95 {
    padding-top: 95px !important;
  }
  .sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .sp-pl-95 {
    padding-left: 95px !important;
  }
  .sp-pr-95 {
    padding-right: 95px !important;
  }
  .sp-pt-100 {
    padding-top: 100px !important;
  }
  .sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .sp-pl-100 {
    padding-left: 100px !important;
  }
  .sp-pr-100 {
    padding-right: 100px !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
  .sp-va-top {
    vertical-align: top !important;
  }
  .sp-va-middle {
    vertical-align: middle !important;
  }
  .sp-va-bottom {
    vertical-align: bottom !important;
  }
  .sp-w-5 {
    width: 5px !important;
  }
  .sp-w-10 {
    width: 10px !important;
  }
  .sp-w-15 {
    width: 15px !important;
  }
  .sp-w-20 {
    width: 20px !important;
  }
  .sp-w-25 {
    width: 25px !important;
  }
  .sp-w-30 {
    width: 30px !important;
  }
  .sp-w-35 {
    width: 35px !important;
  }
  .sp-w-40 {
    width: 40px !important;
  }
  .sp-w-45 {
    width: 45px !important;
  }
  .sp-w-50 {
    width: 50px !important;
  }
  .sp-w-55 {
    width: 55px !important;
  }
  .sp-w-60 {
    width: 60px !important;
  }
  .sp-w-65 {
    width: 65px !important;
  }
  .sp-w-70 {
    width: 70px !important;
  }
  .sp-w-75 {
    width: 75px !important;
  }
  .sp-w-80 {
    width: 80px !important;
  }
  .sp-w-85 {
    width: 85px !important;
  }
  .sp-w-90 {
    width: 90px !important;
  }
  .sp-w-95 {
    width: 95px !important;
  }
  .sp-w-100 {
    width: 100px !important;
  }
  .sp-w-105 {
    width: 105px !important;
  }
  .sp-w-110 {
    width: 110px !important;
  }
  .sp-w-115 {
    width: 115px !important;
  }
  .sp-w-120 {
    width: 120px !important;
  }
  .sp-w-125 {
    width: 125px !important;
  }
  .sp-w-130 {
    width: 130px !important;
  }
  .sp-w-135 {
    width: 135px !important;
  }
  .sp-w-140 {
    width: 140px !important;
  }
  .sp-w-145 {
    width: 145px !important;
  }
  .sp-w-150 {
    width: 150px !important;
  }
  .sp-w-155 {
    width: 155px !important;
  }
  .sp-w-160 {
    width: 160px !important;
  }
  .sp-w-165 {
    width: 165px !important;
  }
  .sp-w-170 {
    width: 170px !important;
  }
  .sp-w-175 {
    width: 175px !important;
  }
  .sp-w-180 {
    width: 180px !important;
  }
  .sp-w-185 {
    width: 185px !important;
  }
  .sp-w-190 {
    width: 190px !important;
  }
  .sp-w-195 {
    width: 195px !important;
  }
  .sp-w-200 {
    width: 200px !important;
  }
  .sp-w-205 {
    width: 205px !important;
  }
  .sp-w-210 {
    width: 210px !important;
  }
  .sp-w-215 {
    width: 215px !important;
  }
  .sp-w-220 {
    width: 220px !important;
  }
  .sp-w-225 {
    width: 225px !important;
  }
  .sp-w-230 {
    width: 230px !important;
  }
  .sp-w-235 {
    width: 235px !important;
  }
  .sp-w-240 {
    width: 240px !important;
  }
  .sp-w-245 {
    width: 245px !important;
  }
  .sp-w-250 {
    width: 250px !important;
  }
  .sp-w-255 {
    width: 255px !important;
  }
  .sp-w-260 {
    width: 260px !important;
  }
  .sp-w-265 {
    width: 265px !important;
  }
  .sp-w-270 {
    width: 270px !important;
  }
  .sp-w-275 {
    width: 275px !important;
  }
  .sp-w-280 {
    width: 280px !important;
  }
  .sp-w-285 {
    width: 285px !important;
  }
  .sp-w-290 {
    width: 290px !important;
  }
  .sp-w-295 {
    width: 295px !important;
  }
  .sp-w-300 {
    width: 300px !important;
  }
  .sp-w-305 {
    width: 305px !important;
  }
  .sp-w-310 {
    width: 310px !important;
  }
  .sp-w-315 {
    width: 315px !important;
  }
  .sp-w-320 {
    width: 320px !important;
  }
  .sp-w-325 {
    width: 325px !important;
  }
  .sp-w-330 {
    width: 330px !important;
  }
  .sp-w-335 {
    width: 335px !important;
  }
  .sp-w-340 {
    width: 340px !important;
  }
  .sp-w-345 {
    width: 345px !important;
  }
  .sp-w-350 {
    width: 350px !important;
  }
  .sp-w-355 {
    width: 355px !important;
  }
  .sp-w-360 {
    width: 360px !important;
  }
  .sp-w-365 {
    width: 365px !important;
  }
  .sp-w-370 {
    width: 370px !important;
  }
  .sp-w-375 {
    width: 375px !important;
  }
  .sp-w-380 {
    width: 380px !important;
  }
  .sp-w-385 {
    width: 385px !important;
  }
  .sp-w-390 {
    width: 390px !important;
  }
  .sp-w-395 {
    width: 395px !important;
  }
  .sp-w-400 {
    width: 400px !important;
  }
  .sp-w-5per {
    width: 5% !important;
  }
  .sp-w-10per {
    width: 10% !important;
  }
  .sp-w-15per {
    width: 15% !important;
  }
  .sp-w-20per {
    width: 20% !important;
  }
  .sp-w-25per {
    width: 25% !important;
  }
  .sp-w-30per {
    width: 30% !important;
  }
  .sp-w-35per {
    width: 35% !important;
  }
  .sp-w-40per {
    width: 40% !important;
  }
  .sp-w-45per {
    width: 45% !important;
  }
  .sp-w-50per {
    width: 50% !important;
  }
  .sp-w-55per {
    width: 55% !important;
  }
  .sp-w-60per {
    width: 60% !important;
  }
  .sp-w-65per {
    width: 65% !important;
  }
  .sp-w-70per {
    width: 70% !important;
  }
  .sp-w-75per {
    width: 75% !important;
  }
  .sp-w-80per {
    width: 80% !important;
  }
  .sp-w-85per {
    width: 85% !important;
  }
  .sp-w-90per {
    width: 90% !important;
  }
  .sp-w-95per {
    width: 95% !important;
  }
  .sp-w-100per {
    width: 100% !important;
  }
  .sp-w-1em {
    width: 1em !important;
  }
  .sp-w-2em {
    width: 2em !important;
  }
  .sp-w-3em {
    width: 3em !important;
  }
  .sp-w-4em {
    width: 4em !important;
  }
  .sp-w-5em {
    width: 5em !important;
  }
  .sp-w-6em {
    width: 6em !important;
  }
  .sp-w-7em {
    width: 7em !important;
  }
  .sp-w-8em {
    width: 8em !important;
  }
  .sp-w-9em {
    width: 9em !important;
  }
  .sp-w-10em {
    width: 10em !important;
  }
  .sp-w-11em {
    width: 11em !important;
  }
  .sp-w-12em {
    width: 12em !important;
  }
  .sp-w-13em {
    width: 13em !important;
  }
  .sp-w-14em {
    width: 14em !important;
  }
  .sp-w-15em {
    width: 15em !important;
  }
  .sp-w-16em {
    width: 16em !important;
  }
  .sp-w-17em {
    width: 17em !important;
  }
  .sp-w-18em {
    width: 18em !important;
  }
  .sp-w-19em {
    width: 19em !important;
  }
  .sp-w-20em {
    width: 20em !important;
  }
  .sp-w-auto {
    width: auto !important;
  }
  .sp-maxw-5 {
    max-width: 5px !important;
  }
  .sp-maxw-10 {
    max-width: 10px !important;
  }
  .sp-maxw-15 {
    max-width: 15px !important;
  }
  .sp-maxw-20 {
    max-width: 20px !important;
  }
  .sp-maxw-25 {
    max-width: 25px !important;
  }
  .sp-maxw-30 {
    max-width: 30px !important;
  }
  .sp-maxw-35 {
    max-width: 35px !important;
  }
  .sp-maxw-40 {
    max-width: 40px !important;
  }
  .sp-maxw-45 {
    max-width: 45px !important;
  }
  .sp-maxw-50 {
    max-width: 50px !important;
  }
  .sp-maxw-55 {
    max-width: 55px !important;
  }
  .sp-maxw-60 {
    max-width: 60px !important;
  }
  .sp-maxw-65 {
    max-width: 65px !important;
  }
  .sp-maxw-70 {
    max-width: 70px !important;
  }
  .sp-maxw-75 {
    max-width: 75px !important;
  }
  .sp-maxw-80 {
    max-width: 80px !important;
  }
  .sp-maxw-85 {
    max-width: 85px !important;
  }
  .sp-maxw-90 {
    max-width: 90px !important;
  }
  .sp-maxw-95 {
    max-width: 95px !important;
  }
  .sp-maxw-100 {
    max-width: 100px !important;
  }
  .sp-maxw-105 {
    max-width: 105px !important;
  }
  .sp-maxw-110 {
    max-width: 110px !important;
  }
  .sp-maxw-115 {
    max-width: 115px !important;
  }
  .sp-maxw-120 {
    max-width: 120px !important;
  }
  .sp-maxw-125 {
    max-width: 125px !important;
  }
  .sp-maxw-130 {
    max-width: 130px !important;
  }
  .sp-maxw-135 {
    max-width: 135px !important;
  }
  .sp-maxw-140 {
    max-width: 140px !important;
  }
  .sp-maxw-145 {
    max-width: 145px !important;
  }
  .sp-maxw-150 {
    max-width: 150px !important;
  }
  .sp-maxw-155 {
    max-width: 155px !important;
  }
  .sp-maxw-160 {
    max-width: 160px !important;
  }
  .sp-maxw-165 {
    max-width: 165px !important;
  }
  .sp-maxw-170 {
    max-width: 170px !important;
  }
  .sp-maxw-175 {
    max-width: 175px !important;
  }
  .sp-maxw-180 {
    max-width: 180px !important;
  }
  .sp-maxw-185 {
    max-width: 185px !important;
  }
  .sp-maxw-190 {
    max-width: 190px !important;
  }
  .sp-maxw-195 {
    max-width: 195px !important;
  }
  .sp-maxw-200 {
    max-width: 200px !important;
  }
  .sp-maxw-205 {
    max-width: 205px !important;
  }
  .sp-maxw-210 {
    max-width: 210px !important;
  }
  .sp-maxw-215 {
    max-width: 215px !important;
  }
  .sp-maxw-220 {
    max-width: 220px !important;
  }
  .sp-maxw-225 {
    max-width: 225px !important;
  }
  .sp-maxw-230 {
    max-width: 230px !important;
  }
  .sp-maxw-235 {
    max-width: 235px !important;
  }
  .sp-maxw-240 {
    max-width: 240px !important;
  }
  .sp-maxw-245 {
    max-width: 245px !important;
  }
  .sp-maxw-250 {
    max-width: 250px !important;
  }
  .sp-maxw-255 {
    max-width: 255px !important;
  }
  .sp-maxw-260 {
    max-width: 260px !important;
  }
  .sp-maxw-265 {
    max-width: 265px !important;
  }
  .sp-maxw-270 {
    max-width: 270px !important;
  }
  .sp-maxw-275 {
    max-width: 275px !important;
  }
  .sp-maxw-280 {
    max-width: 280px !important;
  }
  .sp-maxw-285 {
    max-width: 285px !important;
  }
  .sp-maxw-290 {
    max-width: 290px !important;
  }
  .sp-maxw-295 {
    max-width: 295px !important;
  }
  .sp-maxw-300 {
    max-width: 300px !important;
  }
  .sp-maxw-305 {
    max-width: 305px !important;
  }
  .sp-maxw-310 {
    max-width: 310px !important;
  }
  .sp-maxw-315 {
    max-width: 315px !important;
  }
  .sp-maxw-320 {
    max-width: 320px !important;
  }
  .sp-maxw-325 {
    max-width: 325px !important;
  }
  .sp-maxw-330 {
    max-width: 330px !important;
  }
  .sp-maxw-335 {
    max-width: 335px !important;
  }
  .sp-maxw-340 {
    max-width: 340px !important;
  }
  .sp-maxw-345 {
    max-width: 345px !important;
  }
  .sp-maxw-350 {
    max-width: 350px !important;
  }
  .sp-maxw-355 {
    max-width: 355px !important;
  }
  .sp-maxw-360 {
    max-width: 360px !important;
  }
  .sp-maxw-365 {
    max-width: 365px !important;
  }
  .sp-maxw-370 {
    max-width: 370px !important;
  }
  .sp-maxw-375 {
    max-width: 375px !important;
  }
  .sp-maxw-380 {
    max-width: 380px !important;
  }
  .sp-maxw-385 {
    max-width: 385px !important;
  }
  .sp-maxw-390 {
    max-width: 390px !important;
  }
  .sp-maxw-395 {
    max-width: 395px !important;
  }
  .sp-maxw-400 {
    max-width: 400px !important;
  }
  .sp-maxw-405 {
    max-width: 405px !important;
  }
  .sp-maxw-410 {
    max-width: 410px !important;
  }
  .sp-maxw-415 {
    max-width: 415px !important;
  }
  .sp-maxw-420 {
    max-width: 420px !important;
  }
  .sp-maxw-425 {
    max-width: 425px !important;
  }
  .sp-maxw-430 {
    max-width: 430px !important;
  }
  .sp-maxw-435 {
    max-width: 435px !important;
  }
  .sp-maxw-440 {
    max-width: 440px !important;
  }
  .sp-maxw-445 {
    max-width: 445px !important;
  }
  .sp-maxw-450 {
    max-width: 450px !important;
  }
  .sp-maxw-455 {
    max-width: 455px !important;
  }
  .sp-maxw-460 {
    max-width: 460px !important;
  }
  .sp-maxw-465 {
    max-width: 465px !important;
  }
  .sp-maxw-470 {
    max-width: 470px !important;
  }
  .sp-maxw-475 {
    max-width: 475px !important;
  }
  .sp-maxw-480 {
    max-width: 480px !important;
  }
  .sp-maxw-485 {
    max-width: 485px !important;
  }
  .sp-maxw-490 {
    max-width: 490px !important;
  }
  .sp-maxw-495 {
    max-width: 495px !important;
  }
  .sp-maxw-500 {
    max-width: 500px !important;
  }
  .sp-maxw-505 {
    max-width: 505px !important;
  }
  .sp-maxw-510 {
    max-width: 510px !important;
  }
  .sp-maxw-515 {
    max-width: 515px !important;
  }
  .sp-maxw-520 {
    max-width: 520px !important;
  }
  .sp-maxw-525 {
    max-width: 525px !important;
  }
  .sp-maxw-530 {
    max-width: 530px !important;
  }
  .sp-maxw-535 {
    max-width: 535px !important;
  }
  .sp-maxw-540 {
    max-width: 540px !important;
  }
  .sp-maxw-545 {
    max-width: 545px !important;
  }
  .sp-maxw-550 {
    max-width: 550px !important;
  }
  .sp-maxw-555 {
    max-width: 555px !important;
  }
  .sp-maxw-560 {
    max-width: 560px !important;
  }
  .sp-maxw-565 {
    max-width: 565px !important;
  }
  .sp-maxw-570 {
    max-width: 570px !important;
  }
  .sp-maxw-575 {
    max-width: 575px !important;
  }
  .sp-maxw-580 {
    max-width: 580px !important;
  }
  .sp-maxw-585 {
    max-width: 585px !important;
  }
  .sp-maxw-590 {
    max-width: 590px !important;
  }
  .sp-maxw-595 {
    max-width: 595px !important;
  }
  .sp-maxw-600 {
    max-width: 600px !important;
  }
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    color: #333333;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  .footer-wrap-top .footer-link-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
  }
  .footer-wrap-top .footer-link-top > li:not(:last-child) {
    margin-right: 48px;
  }
  .footer-link-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }
  .footer-link-top > li:not(:last-child) {
    margin-right: 34px;
  }
  .footer-block:first-child .footer-link-top > li:not(:last-child) {
    margin-right: 45px;
  }
  body.eng .footer-wrap-top .footer-link-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.eng .footer-wrap-top .footer-link-top > li:not(:last-child) {
    margin-right: 64px;
  }
  body.eng .footer-wrap-bottom .footer-link-top > li:not(:last-child) {
    margin-right: 35px;
  }
  .page-top > a {
    margin-right: 20px;
  }
  .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .content .content-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 76%;
    max-width: 920px;
    padding-right: 60px;
  }
  .content-main.-in-mv {
    padding-top: 0;
  }
  .content-main.-in-mv .content-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content-main.-in-mv .content-inner .block-main-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 45%;
    margin-right: 15px;
  }
  .content-main.-in-mv .block-mainvisual {
    width: 67.5%;
  }
  .content-section.-pc-last {
    padding-bottom: 130px;
  }
  .content-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24%;
    max-width: 280px;
  }
  .right-navi .right-bnr-list-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .txt-inner, .img-inner {
    display: block;
    padding: 20px;
  }
  .block-button.-side .button:not(:last-child) {
    margin-right: 20px;
  }
  .button.-auto-pc {
    max-width: none;
  }
  .button.-auto-pc > a {
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
  }
  .button.-auto-pc > a::after {
    display: none;
  }
  .button.-rss {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .pulldown-inner {
    max-width: 250px;
  }
  .link-list.-row .label {
    margin-bottom: 6px;
  }
  .list.-side > li + li {
    margin-left: 120px;
  }
  .block-flex-col:not(:last-child) {
    margin-right: 60px;
  }
  .block-flex.-compact .block-flex-col:not(:last-child) {
    margin-right: 20px;
  }
  .block-flex.flex-column-pc-1 .block-flex-col {
    max-width: calc((100% - 60px * 0) / 1);
  }
  .block-flex.flex-column-pc-1 .block-flex-col:nth-child(1n) {
    margin-right: 0;
  }
  .block-flex.-compact.flex-column-pc-1 .block-flex-col {
    max-width: calc((100% - 20px * 0) / 1);
  }
  .block-flex.-compact.flex-column-pc-1 .block-flex-col:nth-child(1n) {
    margin-right: 0;
  }
  .block-flex.flex-column-pc-2 .block-flex-col {
    max-width: calc((100% - 60px * 1) / 2);
  }
  .block-flex.flex-column-pc-2 .block-flex-col:nth-child(2n) {
    margin-right: 0;
  }
  .block-flex.-compact.flex-column-pc-2 .block-flex-col {
    max-width: calc((100% - 20px * 1) / 2);
  }
  .block-flex.-compact.flex-column-pc-2 .block-flex-col:nth-child(2n) {
    margin-right: 0;
  }
  .block-flex.flex-column-pc-3 .block-flex-col {
    max-width: calc((100% - 60px * 2) / 3);
  }
  .block-flex.flex-column-pc-3 .block-flex-col:nth-child(3n) {
    margin-right: 0;
  }
  .block-flex.-compact.flex-column-pc-3 .block-flex-col {
    max-width: calc((100% - 20px * 2) / 3);
  }
  .block-flex.-compact.flex-column-pc-3 .block-flex-col:nth-child(3n) {
    margin-right: 0;
  }
  .block-flex.flex-column-pc-4 .block-flex-col {
    max-width: calc((100% - 60px * 3) / 4);
  }
  .block-flex.flex-column-pc-4 .block-flex-col:nth-child(4n) {
    margin-right: 0;
  }
  .block-flex.-compact.flex-column-pc-4 .block-flex-col {
    max-width: calc((100% - 20px * 3) / 4);
  }
  .block-flex.-compact.flex-column-pc-4 .block-flex-col:nth-child(4n) {
    margin-right: 0;
  }
  .block-flex.flex-column-pc-5 .block-flex-col {
    max-width: calc((100% - 60px * 4) / 5);
  }
  .block-flex.flex-column-pc-5 .block-flex-col:nth-child(5n) {
    margin-right: 0;
  }
  .block-flex.-compact.flex-column-pc-5 .block-flex-col {
    max-width: calc((100% - 20px * 4) / 5);
  }
  .block-flex.-compact.flex-column-pc-5 .block-flex-col:nth-child(5n) {
    margin-right: 0;
  }
  .block-flex.flex-column-pc-6 .block-flex-col {
    max-width: calc((100% - 60px * 5) / 6);
  }
  .block-flex.flex-column-pc-6 .block-flex-col:nth-child(6n) {
    margin-right: 0;
  }
  .block-flex.-compact.flex-column-pc-6 .block-flex-col {
    max-width: calc((100% - 20px * 5) / 6);
  }
  .block-flex.-compact.flex-column-pc-6 .block-flex-col:nth-child(6n) {
    margin-right: 0;
  }
  .block-slider {
    position: relative;
  }
  .block-slider .slick-dots {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
  }
  .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:nth-child(3n-1) {
    min-width: 175px;
  }
  .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:nth-child(3n-2), .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:nth-child(8) {
    min-width: 100px;
  }
  .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:nth-child(6) {
    min-width: 145px;
  }
  .inquiry-form.-sidebusiness .inquiry-input-checkbox-list > li:last-child {
    width: 72%;
  }
  .inquiry-input-checkbox-list:not(:first-child) {
    margin-left: 15px;
  }
  .inquiry-input-checkbox-list.-half {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .inquiry-input-number.style_success .form-icon > span {
    top: 7px;
    bottom: auto;
  }
  .inquiry-button .error {
    max-width: 350px;
  }
  .inquiry-button a.confirm, .inquiry-button a.send {
    max-width: 350px;
  }
  .block-balloon::before, .block-balloon::after {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    content: "";
  }
  .block-balloon::before {
    z-index: 2;
    left: -36px;
    margin-top: -12px;
    border: 18px solid transparent;
    border-right: 18px solid #FFF;
  }
  .block-balloon::after {
    z-index: 1;
    left: -40px;
    margin-top: -14px;
    border: 20px solid transparent;
    border-right: 20px solid #E8E8E8;
  }
  .top-mainvisual .slider-list-item .mainvisual-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .top-mainvisual .slider-list-item .mainvisual-text .block-button {
    margin-top: 46px;
    margin-left: 35px;
  }
  .top-mainvisual .slider-list-item .mainvisual-text .block-button .button {
    max-width: 340px;
  }
  .top-mainvisual .slider-list-item .mainvisual-text .block-button .button > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-mainvisual .slider-list-item.second .mainvisual-text {
    padding-top: 55px;
  }
  .top-mainvisual .slider-list-item.third .mainvisual-text {
    padding-top: 64px;
  }
  .top-mainvisual .slider-list-item.fourth .mainvisual-text {
    max-width: 1264px;
    padding-top: 66px;
  }
  .top-mainvisual .slider-list-item.fourth .mainvisual-text .block-button {
    margin-left: 70px;
  }
  .top-mainvisual .slider-list-item.fifth .mainvisual-text {
    padding-top: 55px;
  }
  .top-mainvisual .slider-list-item.sixth .mainvisual-text {
    padding-top: 57px;
  }
  .top-mainvisual .slider-list-item.seventh .mainvisual-text {
    padding-top: 66px;
  }
  .top-mainvisual .slider-list-item.seventh .mainvisual-text .block-button {
    margin-top: 30px;
  }
  .top-mainvisual .mainvisual-image img {
    -o-object-fit: cover;
    height: 600px;
    object-fit: cover;
  }
  .block-notice {
    margin-bottom: 24px;
  }
  .block-notice-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    padding: 20px 16px;
  }
  .block-notice-wrap + .block-notice-wrap {
    padding-top: 0;
  }
  .block-notice .notice-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px;
    margin-right: 20px;
  }
  #top-bland .block-bland .bland-item:not(:last-child) {
    margin-right: 40px;
  }
  #top-bland .block-bland .bland-item:nth-child(4n) {
    margin-right: 0;
  }
  #top-bland .block-bland-border .bland-item > a picture {
    height: 62px;
  }
  #top-bland .note-item__text {
    margin-top: 12px;
  }
  .ir.top .link-list.-calendar .date {
    margin-right: 40px;
  }
  .sustainability.eating_habits .block-flex.-compact .block-flex-col:not(:last-child) {
    margin-right: 45px;
  }
  .company.message .block-message-name .block-flex-col:not(:last-child) {
    margin-right: 150px;
  }
  .company.history .block-button .button.-anchor {
    max-width: 180px;
  }
  .company.history .heading-history {
    text-align: center;
  }
  .company.history .block-history {
    max-width: 50%;
  }
  .company.history .block-history.-left {
    margin-right: auto;
  }
  .company.history .block-history.-left::before {
    right: -1px;
  }
  .company.history .block-history.-left .age {
    text-align: right;
  }
  .company.history .block-history.-left .age::after {
    right: -8px;
  }
  .company.history .block-history.-left .block-history-item {
    padding-right: 30px;
  }
  .company.history .block-history.-right {
    margin-left: auto;
  }
  .company.history .block-history.-right .block-history-item {
    padding-left: 30px;
  }
  .company.philosophy #content01 .block-philosophy {
    padding-right: 80px;
    padding-left: 80px;
  }
  .company.philosophy #content04 .block-philosophy {
    padding-right: 225px;
    padding-left: 225px;
  }
  .company.philosophy #content05 .block-philosophy {
    padding-right: 164px;
    padding-left: 164px;
  }
  .shop .shop-input-checkbox-list {
    margin-top: 17px;
  }
  .shop .map-address {
    white-space: nowrap;
  }
  .block-sitemap:not(:last-child) {
    margin-bottom: 100px;
  }
  .block-sitemap > a.sitemap-link-head::after {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 16px;
    content: "";
    vertical-align: middle;
  }
  .block-sitemap > a.sitemap-link-head:not([target=_blank]):not([href$=".pdf"]):not([href*=".xls"])::after {
    -webkit-transform: rotate(45deg);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-top: 2px solid #2C893A;
    border-right: 2px solid #2C893A;
  }
  .block-sitemap > a.sitemap-link-head[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
    width: 14px;
    height: 12px;
    background: url("/assets/images/icon-blank.svg") right center no-repeat;
    background-size: contain;
  }
  .block-sitemap > a.sitemap-link-head:hover {
    color: #2C893A;
  }
  .block-sitemap > a.sitemap-link-head.-no-link {
    pointer-events: none;
  }
  .block-sitemap > a.sitemap-link-head.-no-link::after {
    display: none;
  }
  .block-sitemap .sitemap-link-head {
    font-size: 2.8rem;
    line-height: 1.3333333333;
  }
  .block-sitemap .sitemap-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .block-sitemap .sitemap-list > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin-top: 20px;
  }
  .block-sitemap .sitemap-list > li:not(:last-child) {
    margin-right: 50px;
  }
  .block-sitemap .sitemap-list > li.-narrow a, .block-sitemap .sitemap-list > li.-narrow span {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .block-sitemap .sitemap-list.-row {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  body {
    padding-top: 57px;
  }
  .header-inner {
    z-index: 99;
    position: relative;
    background-color: #ffffff;
  }
  .header-navi-overlay {
    -webkit-transition: opacity 0.15s ease-in-out;
    z-index: 98;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 150vh;
    padding-top: 20px;
    padding-bottom: 12px;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
  }
  .header-wrap-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header-wrap-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    display: none;
    z-index: 99;
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    flex-direction: column-reverse;
    background-color: #ffffff;
  }
  .header-wrap-bottom.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-logo {
    max-width: 160px;
  }
  .header-logo.-pc {
    display: none;
  }
  .header-search {
    margin-right: min(49px, 14%);
    margin-left: auto;
  }
  .header-search > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-search .icon {
    margin: auto;
  }
  .header-search .txt {
    font-size: 1rem;
  }
  .header-link-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 13px 30px;
  }
  .header-link-top > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .header-link-members {
    width: 100%;
  }
  .header-link-members > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header-link-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .header-link-nav > li {
    border-bottom: 1px solid #D9D9D9;
  }
  .header-link-nav > li:not(.-accodion) > a, .header-link-nav > li:not(.-accodion) > span {
    display: block;
    position: relative;
    padding: 19px 40px 18px 13px;
  }
  .header-link-nav > li:not(.-accodion) > a::after, .header-link-nav > li:not(.-accodion) > span::after {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #2C893A;
    border-right: 2px solid #2C893A;
    content: "";
  }
  .header-link-nav > li.-accodion > a, .header-link-nav > li.-accodion > span {
    display: block;
    position: relative;
    padding: 19px 40px 18px 13px;
  }
  .header-link-nav > li.-accodion > a::after, .header-link-nav > li.-accodion > span::after {
    -webkit-transition: background-image 0.15s ease-in-out;
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url("/assets/images/icon-accordion-close.svg") right center no-repeat;
    background-size: contain;
    content: "";
    transition: background-image 0.15s ease-in-out;
  }
  .header-link-nav > li.-accodion.is-open > a::after, .header-link-nav > li.-accodion.is-open > span::after {
    background-image: url("/assets/images/icon-accordion-open.svg");
  }
  .header-link-nav > li.-accodion.is-open .block-dropdown {
    display: block;
  }
  .header-link-nav-search {
    display: none;
  }
  .header-ham-icon {
    z-index: 9999;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 24px;
    height: 40px;
    margin: auto;
    margin-left: auto;
    cursor: pointer;
  }
  .header-ham-icon::before, .header-ham-icon::after, .header-ham-icon > span:not(.txt):before {
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #333333;
    content: "";
    transition: all 0.3s ease-in-out;
  }
  .header-ham-icon::before {
    top: 0;
  }
  .header-ham-icon::after {
    bottom: 20px;
  }
  .header-ham-icon > span:not(.txt) {
    display: inline-block;
  }
  .header-ham-icon > span:not(.txt)::before {
    top: 0;
    bottom: 20px;
  }
  .header-ham-icon .txt {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -7px;
    width: 28px;
    font-size: 1rem;
    word-break: keep-all;
  }
  .header.is-active {
    height: 100%;
    overflow-y: scroll;
  }
  .header.is-active .header-navi-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .header.is-active .header-ham-icon::before {
    -webkit-transform: translateY(9px) rotate(-135deg);
    transform: translateY(9px) rotate(-135deg);
  }
  .header.is-active .header-ham-icon::after {
    -webkit-transform: translateY(-9px) rotate(135deg);
    transform: translateY(-9px) rotate(135deg);
  }
  .header.is-active .header-ham-icon > span::before {
    opacity: 0;
  }
  .dropdown-inner .header-link-head > a:not([target=_blank]):not([href$=".pdf"]):not([href*=".xls"])::after {
    right: 10px;
  }
  .dropdown-inner .header-navi-list li > a, .dropdown-inner .header-navi-list li > span {
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 13px;
    border-bottom: none;
    color: #333333;
  }
  .dropdown-inner .header-navi-list li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
    right: 14px;
  }
  .dropdown-inner .header-navi-list li > a[href$=".pdf"]::after {
    right: 14px;
  }
  .dropdown-inner .header-navi-list li.header-navi-list-item-under > a {
    padding-left: 28px;
  }
  .dropdown-inner .header-navi-list-item {
    border-top: 1px solid #D9D9D9;
  }
  .dropdown-inner .header-navi-banner-item {
    border-top: 1px solid #E8E8E8;
  }
  .dropdown-inner .header-navi-banner-item-txt {
    padding: 16px;
  }
  .dropdown-wrap.-top {
    display: none;
  }
  .dropdown-wrap.-bottom {
    background-color: #FAFAFA;
  }
}
@media screen and (min-width: 881px) {
  .header {
    min-height: 120px;
  }
  .header .header-logo {
    -webkit-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
  }
  .header .header-logo img {
    -webkit-transition: width 0.15s ease-in-out, margin 0.15s ease-in-out;
    transition: width 0.15s ease-in-out, margin 0.15s ease-in-out;
  }
  .header .header-link-top {
    -webkit-transition: opacity 0.15s ease-in-out, height 0.15s ease-in-out, padding 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, height 0.15s ease-in-out, padding 0.15s ease-in-out;
  }
  .header .header-link-top > li {
    -webkit-transition: margin 0.15s ease-in-out;
    transition: margin 0.15s ease-in-out;
  }
  .header .header-link-top > li > a {
    -webkit-transition: padding 0.15s ease-in-out, font-size 0.15s ease-in-out;
    transition: padding 0.15s ease-in-out, font-size 0.15s ease-in-out;
  }
  .header .header-link-language > span > a {
    -webkit-transition: font-size 0.15s ease-in-out;
    transition: font-size 0.15s ease-in-out;
  }
  .header .header-link-members > a {
    -webkit-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
  }
  .header .header-link-members > a::before {
    -webkit-transition: width 0.15s ease-in-out, height 0.15s ease-in-out;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out;
  }
  .header .header-block {
    -webkit-transition: width 0.15s ease-in-out, height 0.15s ease-in-out;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out;
  }
  .header.is-fixed .header-logo a {
    -webkit-transition: margin 0.15s ease-in-out;
    margin-top: 3.2%;
    transition: margin 0.15s ease-in-out;
  }
  .header.is-fixed .header-logo img {
    width: 180px;
  }
  .header.is-fixed .header-link-top {
    height: 0;
    padding: 0;
    opacity: 0;
  }
  .header.is-fixed .header-link-top > li {
    margin: 0;
  }
  .header.is-fixed .header-link-top > li > a {
    padding: 0;
    font-size: 0;
  }
  .header.is-fixed .header-link-language > span > a {
    font-size: 0;
  }
  .header.is-fixed .header-link-members > a {
    border: none;
  }
  .header.is-fixed .header-link-members > a::before {
    width: 0;
    height: 0;
  }
  .header.is-fixed .header-wrap-bottom .header-block:last-child {
    width: auto;
  }
  .header-navi-overlay {
    display: none;
  }
  .header-navi-close {
    display: none;
  }
  .header-wrap-bottom {
    -ms-flex-negative: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 23% 1fr;
    flex-shrink: 0;
    width: 100%;
  }
  .header-wrap-bottom .header-logo {
    display: block;
    grid-row: 1/3;
    grid-column: 1/2;
    max-width: 275px;
  }
  .header-wrap-bottom .header-logo a {
    display: block;
    margin-top: 9.2%;
  }
  .header-wrap-bottom .header-block {
    z-index: 1;
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: auto;
  }
  .header-wrap-bottom .header-block:last-child {
    grid-row: 2/end;
    grid-column: 1/3;
    margin-left: auto;
  }
  .header-logo.-sp {
    display: none;
  }
  .header-search {
    display: none;
  }
  .header-block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }
  .header-link-top {
    -webkit-column-gap: min(45px, 3vw);
    -moz-column-gap: min(45px, 3vw);
    -webkit-box-align: center;
    -ms-flex-align: center;
    column-gap: min(45px, 3vw);
    align-items: center;
    padding-top: 24px;
  }
  .header-link-nav {
    -webkit-column-gap: min(64px, 5vw);
    -moz-column-gap: min(64px, 5vw);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    column-gap: min(64px, 5vw);
    justify-content: flex-end;
  }
  .header-link-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-link-nav > li:not(.-accodion) > a, .header-link-nav > li:not(.-accodion) > span {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ffffff;
  }
  .header-link-nav > li:not(.-accodion) > a:hover {
    border-color: #2C893A;
    color: #2C893A;
  }
  .header-link-nav > li.-accodion > a, .header-link-nav > li.-accodion > span {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ffffff;
  }
  .header-link-nav > li.-accodion > a:hover {
    border-color: #2C893A;
    color: #2C893A;
  }
  .header-ham-icon {
    display: none;
  }
  body.eng .header.is-fixed .header-link-nav {
    margin-top: 10px;
  }
  body.eng .header-wrap-bottom {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  body.eng .header-link-top {
    padding-top: 32px;
  }
  body.eng .header-link-nav {
    -webkit-column-gap: min(2.6vw, 36px);
    -moz-column-gap: min(2.6vw, 36px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    column-gap: min(2.6vw, 36px);
    justify-content: flex-start;
    margin-top: 17px;
  }
  .news .header-link-nav-item-news > a {
    color: #2C893A;
  }
  .ir:not(.news) .header-link-nav-item-ir > a {
    color: #2C893A;
  }
  .company:not(.news) .header-link-nav-item-company > a {
    color: #2C893A;
  }
  .sustainability:not(.news) .header-link-nav-item-sustainability > a {
    color: #2C893A;
  }
  .header-link-nav-item-recruit .block-dropdown .header-navi-list:not(.-row):not(.-half) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-link-nav-item-recruit .block-dropdown .header-navi-list:not(.-row):not(.-half) > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .block-dropdown {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.36);
    z-index: 99;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding-top: 50px;
    padding-bottom: 56px;
    background: #F8F8F8;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.36);
  }
  .dropdown-inner {
    width: 100%;
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .dropdown-inner .header-navi-list:not(.-row) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .dropdown-inner .header-navi-list:not(.-row) > li {
    margin-top: 20px;
  }
  .dropdown-inner .header-navi-list:not(.-row) > li:not(:last-child) {
    margin-right: 50px;
  }
  .dropdown-inner .header-navi-list li.-narrow > a, .dropdown-inner .header-navi-list li.-narrow > span {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .dropdown-inner .header-navi-banner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .dropdown-inner .header-navi-banner-item {
    width: 50%;
    max-width: 570px;
  }
  .dropdown-inner .header-navi-banner-item:not(:last-child) {
    margin-right: 10px;
  }
  .dropdown-inner .header-navi-banner-item > a {
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.17);
  }
  .dropdown-wrap.-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body.eng .header.is-fixed .header-link-nav {
    -webkit-column-gap: 1.4vw;
    -moz-column-gap: 1.4vw;
    column-gap: 1.4vw;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 881px) {
  .dropdown-close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    line-height: 0;
  }
  .dropdown-close .txt {
    margin-left: 10px;
    font-weight: bold;
  }
  .dropdown-inner .header-link-head {
    padding-right: 30px;
  }
}
@media screen and (min-width: 881px) and (max-width: 767px) {
  .dropdown-inner {
    max-width: 100%;
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-wrap-top .footer-link-top > li > a[target=_blank]:not([href$=".pdf"]):not([href*=".xls"])::after {
    right: 14px;
  }
  .footer-wrap-top .footer-link-top > li > a[href$=".pdf"]::after {
    width: 14px;
    height: 18px;
  }
  .footer-wrap-top .footer-link-top > li > a[href$=".pdf"]::after {
    right: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .block-table .-scroll-auto {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .block-table .-scroll-auto > tbody > tr > th, .block-table .-scroll-auto > tbody > tr > td {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .ir.financial .block-flex .block-flex-col {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .block-sitemap > a.sitemap-link-head:not([target=_blank]):not([href$=".pdf"]):not([href*=".xls"])::after {
    right: 10px;
  }
}