@charset "UTF-8";
/*------------------------------------------------------------------------------

  Reset

------------------------------------------------------------------------------*/
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("./module.css");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*------------------------------------------------------------------------------

  Common

------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  src: url("/common/fonts/Roboto-Bold.ttf") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto-medium';
  src: url("/common/fonts/Roboto-Medium.ttf") format("woff");
  font-weight: 500;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

/*
  Font
------------------------------------------------------------------------------*/
html {
  color: #222;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  font-weight: 500;
  font-size: 62.5%;
  line-height: 1.6;
}

html.en {
  font-family: Arial, sans-serif;
}

html.cn {
  font-family: "Noto Sans CJK SC", Arial;
}

/*
  Parts
------------------------------------------------------------------------------*/
.icon_arrow_w {
  position: relative;
}

.icon_arrow_w::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_arrow_w.svg") center center/contain no-repeat;
  right: 10px;
}

@media print, screen and (min-width: 768px) {
  .icon_arrow_w::after {
    width: 18px;
    height: 5px;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .icon_arrow_w::after {
    width: 15px;
    height: 4px;
    top: 20px;
  }
}

.icon_arrow_g {
  position: relative;
}

.icon_arrow_g::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_arrow_g.svg") center center/contain no-repeat;
  right: 5px;
}

@media print, screen and (min-width: 768px) {
  .icon_arrow_g::after {
    width: 18px;
    height: 5px;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .icon_arrow_g::after {
    width: 15px;
    height: 4px;
    top: 20px;
  }
}

.icon_arrow_w-big {
  position: relative;
}

.icon_arrow_w-big::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_arrow_big_w.svg") center center/contain no-repeat;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .icon_arrow_w-big::after {
    width: 40px;
    height: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .icon_arrow_w-big::after {
    width: 28px;
    height: 6px;
  }
}

.icon_arrow_g-big {
  position: relative;
}

.icon_arrow_g-big::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_arrow_big_g.svg") center center/contain no-repeat;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}

@media print, screen and (min-width: 768px) {
  .icon_arrow_g-big::after {
    width: 40px;
    height: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .icon_arrow_g-big::after {
    width: 28px;
    height: 6px;
  }
}

.icon_blank::after {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/common/img/icon_blank.svg") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  vertical-align: middle;
  top: -1px;
}

.icon_pdf::after {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/common/img/icon_pdf.svg") center center/contain no-repeat;
  width: 14px;
  height: 16px;
  top: 2px;
  margin: 0 0 0 8px;
}

@media print, screen and (min-width: 768px) {
  .index_btn {
    position: absolute;
    top: -23px;
    right: 20px;
  }
}

.index_btn a {
  background-color: #5cb531;
  color: #fff;
  display: block;
  border-radius: 3px;
  position: relative;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .index_btn a {
    min-width: 240px;
    padding: 12px 35px 13px 16px;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .index_btn a {
    max-width: 220px;
    width: 100%;
    padding: 11px 15px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: auto;
  }
}

.index_btn a::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_arrow_w.svg") center center/contain no-repeat;
  width: 18px;
  height: 5px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.index_btn a:hover {
  background-color: #439836;
}

.link-hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

.link-hover::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #00787e;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.link-hover:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.link-hover.white::before {
  background: #fff;
}

.pcOnly {
  display: block;
}

@media only screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.pcOnly-ib {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .pcOnly-ib {
    display: none;
  }
}

.spOnly-ib {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spOnly-ib {
    display: inline-block;
  }
}

.image-hover {
  background-color: #fff;
  display: block;
}

.image-hover > * {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.image-hover:hover > * {
  opacity: .6;
}

@media print, screen and (min-width: 768px) {
  .shrink-image-center img,
  .shrink-image-right img,
  .shrink-image-left img {
    width: auto;
    visibility: hidden;
  }
}

@media print, screen and (min-width: 768px) {
  .shrink-image-center {
    margin: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .shrink-image-center {
    margin: auto !important;
  }
}

@media print, screen and (min-width: 768px) {
  .shrink-image-right {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .shrink-image-right {
    margin: auto !important;
  }
}

@media print, screen and (min-width: 768px) {
  .shrink-image-left {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .shrink-image-left {
    margin: auto !important;
  }
}

/*
  Layer
------------------------------------------------------------------------------*/
.container {
  margin: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .container {
    width: 1100px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

/*------------------------------------------------------------------------------

  Header

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  :lang(en) {
    html {
      font-family: Arial, sans-serif;
    }
    .header_menu .header_nav-lwItem {
      margin-left: 27px;
    }
    .header_menu .header_nav-lwItem:nth-child(5) {
      .header_drop-list {
        width: 33%;
      }
      .header_drop-list:first-child {
        width: 37%;
      }
    }
  }
}

.header {
  height: 90px;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .header {
    min-width: 1100px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    height: 45px;
  }
}

.header_menu {
  width: 100%;
  height: 90px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  z-index: 50;
  -webkit-transition: .5s;
  transition: .5s;
}

@media print, screen and (min-width: 768px) {
  .header_menu {
    min-width: 1100px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu {
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu::before, .header_menu::after {
    content: '';
    position: absolute;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu::after {
    width: 60px;
    height: 100%;
    background-color: #5cb531;
    top: 0;
    right: -18px;
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
  }
}

.header_menu.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_menu.scroll:not(.hide) {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.08);
}

.header_menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 23px;
}

@media only screen and (max-width: 767px) {
  .header_menu nav {
    margin-right: 12px;
  }
}

.header_menu .header_logo {
  width: 190px;
  margin: 24px 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_logo {
    width: 93px;
    margin: 13px 0 0 13px;
  }
}

.header_menu .header_logo a {
  display: block;
  outline: 0;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_logo a {
    line-height: 1;
  }
}

.header_menu .header_logo a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_nav {
    display: none;
  }
}

.header_menu .header_nav-upper {
  text-align: right;
}

.header_menu .header_nav-upper, .header_menu .header_nav-upItem {
  font-size: 13px;
  font-size: 1.3rem;
  color: #444;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: default;
}

.header_menu .header_nav-upper a, .header_menu .header_nav-upItem a {
  cursor: pointer;
}

.header_menu .header_nav-upper a:hover, .header_menu .header_nav-upItem a:hover {
  color: #00787e;
}

.header_menu .header_nav-lang {
  display: inline-block;
  margin-left: 23px;
  border: 1px solid #00787e;
  vertical-align: middle;
}

.header_menu .header_nav-lang > a:hover {
  color: #fff;
}

.header_menu .header_nav-langItem {
  display: table-cell;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #00787e;
  line-height: 23px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.header_menu .header_nav-langItem:not(:first-child) {
  border-left: 1px solid #00565b;
}

.header_menu .header_nav-langItem:hover {
  color: #fff;
  background-color: #00787e;
}

.header_menu .header_nav-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_nav-lwItem.nav_ir .header_drop-list-image {
    width: 180px;
    height: 180px;
  }
}

.header_menu .header_nav-lwItem, .header_menu .header_nav-lwItemLink {
  margin-left: 30px;
}

.header_menu .header_nav-lwItem.nav-blank a::after, .header_menu .header_nav-lwItemLink.nav-blank a::after {
  width: 10px;
  height: 10px;
  top: calc(50% - 9px);
  border: none;
  -webkit-transform: none;
  transform: none;
  background-image: url("/common/img/icon_blank.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.header_menu .header_nav-lwLink {
  font-size: 17px;
  font-size: 1.7rem;
  color: #222;
  font-weight: bold;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_menu .header_nav-lwLink::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 0;
  top: calc(50% - 7px);
  border-top: 2px solid #007a8a;
  border-right: 2px solid #007a8a;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_menu .header_nav-lwLink:hover, .header_menu .header_nav-lwLink.active {
  color: #00787e;
  border-color: #5cb531;
}

.header_menu .header_nav-lwLink:hover::after, .header_menu .header_nav-lwLink.active::after {
  top: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header_menu .header_nav-lwLink.current {
  color: #00787e;
  border-color: #5cb531;
}

.header_menu .header_nav-search {
  width: 58px;
  height: 58px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_nav-search {
    width: 20px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_nav-search {
    margin-left: 30px;
    background-color: #00787e;
  }
}

.header_menu .header_nav-search svg {
  width: 24px;
  height: 24px;
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_nav-search:hover {
    background-color: #00565b;
  }
}

.header_menu .header_nav-search .search_close {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_nav-search .search_close.spOnly {
    width: 17px;
    height: 17px;
  }
}

.header_menu .header_nav-search.active .search_open {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_nav-search.active .search_close.pcOnly {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .header_nav-search.active .search_close.spOnly {
    display: block;
  }
}

.header_menu .header_drop {
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  background-color: #00787e;
}

.header_menu .header_drop::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 510px;
  top: 0;
  left: 0;
  background-image: linear-gradient(-52deg, transparent 70%, #5cb531 0%, #5cb531);
  background-position: right top;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.header_menu .header_drop-inner {
  height: 100%;
}

.header_menu .header_drop-section {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  width: 1060px;
  margin: 0 auto;
  padding: 45px 0;
  top: 0;
  left: calc(50% - 530px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header_menu .header_drop-section.section_irInfo .header_drop-list img {
  width: 180px;
}

.header_menu .header_drop-section.active {
  z-index: 10;
  opacity: 1;
  pointer-events: inherit;
}

.header_menu .header_drop-main {
  width: 295px;
}

.header_menu .header_drop-ttl {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}

.header_menu .header_drop-ttl::before {
  position: absolute;
  content: '';
  width: 31px;
  height: 34px;
  left: 0;
  top: 6px;
  background-image: url("/common/img/icon_slash_w.svg");
  background-size: 100%;
  background-position: center;
}

.header_menu .header_drop-lead {
  width: 215px;
  padding-top: 10px;
  margin-left: 40px;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}

.header_menu .header_drop-btn {
  width: 215px;
  height: 44px;
  margin-left: 40px;
  margin-top: 30px;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.header_menu .header_drop-btn::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 5px;
  right: 10px;
  top: calc(50% - 3px);
  background-image: url("/common/img/icon_arrow_w.svg");
  background-size: 100%;
  background-position: center;
}

.header_menu .header_drop-btn:hover {
  background-color: #fff;
}

.header_menu .header_drop-btn:hover::after {
  background-image: url("/common/img/icon_arrow_gw.svg");
}

.header_menu .header_drop-btn:hover a {
  color: #00787e;
}

.header_menu .header_drop-btn a {
  display: block;
  padding: 10px 30px 10px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}

.header_menu .header_drop-btn02 {
  width: 215px;
  margin-left: 40px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.header_menu .header_drop-btn02:hover {
  background-color: #ecf2f5;
}
.header_menu .header_drop-btn02 a {
  display: block;
  padding: 10px 15px 10px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #00787e;
  font-weight: bold;
}

.header_menu .header_drop-listBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_menu .header_drop-list {
  margin-left: 25px;
}

.header_menu .header_drop-list:first-child {
  margin-left: 0;
}

.header_menu .header_drop-list-image {
  width: 238px;
  height: 180px;
  overflow: hidden;
}

.header_menu .header_drop-list a {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_drop-list a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.header_menu .header_drop-list a:hover figcaption {
  text-decoration: underline;
}

.header_menu .header_drop-list img {
  width: 238px;
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_drop-list img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_drop-list figcaption {
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.3;
  }
}

.header_menu .header_drop-list a {
  color: #fff;
}

.header_menu .header_drop-list p.txt_black {
  color: #222;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

.header_menu .header_drop-list p:first-child {
  margin-top: 0;
}

.header_menu .header_drop-ttl01, .header_menu .header_drop-ttl02, .header_menu .header_drop-ttl03 {
  margin-top: 17px;
}

.header_menu .header_drop-ttl01 a, .header_menu .header_drop-ttl02 a, .header_menu .header_drop-ttl03 a {
  font-weight: bold;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_menu .header_drop-ttl01 a:hover, .header_menu .header_drop-ttl02 a:hover, .header_menu .header_drop-ttl03 a:hover {
  text-decoration: underline;
}

.header_menu .header_drop-ttl01 a {
  font-size: 21px;
  font-size: 2.1rem;
}

.header_menu .header_drop-ttl02,
.header_menu .header_drop-ttl02 a {
  font-size: 17px;
  font-size: 1.7rem;
}

.header_menu .header_drop-ttl03,
.header_menu .header_drop-ttl03 a {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

.header_menu .header_drop-txtSmall, .header_menu .header_drop-txtLarge {
  font-weight: bold;
  margin-top: 2px;
}

.header_menu .header_drop-txtSmall a, .header_menu .header_drop-txtLarge a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header_menu .header_drop-txtSmall a:hover, .header_menu .header_drop-txtLarge a:hover {
  text-decoration: underline;
}

.header_menu .header_drop-txtSmall,
.header_menu .header_drop-txtSmall a {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}

.header_menu .header_drop-txtLarge a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.header_menu .header_drop-txtBlock {
  margin-top: 10px;
  padding-left: 12px;
  position: relative;
}

.header_menu .header_drop-txtBlock::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.4;
}

.header_menu .header_drop-txtBlock + .header_drop-ttl01 {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_drop-txtBlock > * + * {
    margin-top: 5px;
  }
}

.header_menu .header_drop-listBtn a {
  width: 238px;
  height: 44px;
  margin-top: 30px;
  background-color: #5cb531;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  font-size: 16px;
  font-size: 1.6rem;
}

.header_menu .header_drop-listBtn a span {
  padding-left: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.header_menu .header_drop-listBtn a span::before {
  position: absolute;
  content: '';
  width: 29px;
  height: 23px;
  left: 0;
  top: calc(50% - 11px);
  background-image: url("/common/img/icon_menu_search_w.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.header_menu .header_drop-listBtn a:hover {
  background-color: #439836;
}

.header_menu .header_drop-search {
  width: 100%;
  height: 0;
  position: absolute;
  top: 90px;
  left: 0;
  background-color: #00787e;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-search {
    top: 45px;
    z-index: 10;
  }
}

.header_menu .header_drop-search.active {
  height: 149px;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-search.active {
    height: 120px;
  }
}

.header_menu .header_drop-searchInner {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 45px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-searchInner {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-searchInner {
    padding: 20px 20px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_drop-searchInner {
    -webkit-transform: translateX(14.5%);
    transform: translateX(14.5%);
  }
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_drop-searchArea {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.header_menu .header_drop-searchArea form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-searchArea form {
    width: 100%;
  }
}

.header_menu .header_drop-searchArea form input {
  width: 530px;
  height: 54px;
  padding-left: 58px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  background-color: #fff;
  border-radius: 3px 0 0 3px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-searchArea form input {
    width: 100%;
    height: 46px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 38px;
  }
}

.header_menu .header_drop-searchArea form input:hover {
  background-color: #deeeef;
}

.header_menu .header_drop-searchArea form input::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  color: #777;
}

.header_menu .header_drop-searchArea form input:-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  color: #777;
}

.header_menu .header_drop-searchArea form input::-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  color: #777;
}

.header_menu .header_drop-searchArea form input::placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  color: #777;
}

.header_menu .header_drop-searchArea form button {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #5cb531;
  border-radius: 0 3px 3px 0;
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_drop-searchArea form button {
    width: 110px;
    height: 54px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-searchArea form button {
    width: 80px;
    height: 46px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.header_menu .header_drop-searchArea form button:hover {
  background-color: #439836;
}

.header_menu .header_drop-searchIcon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 15px;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-searchIcon {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 12px;
  }
}

.header_menu .header_drop-searchIcon svg {
  width: 100%;
}

.header_menu .header_drop-searchClose {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .header_menu .header_drop-searchClose {
    height: 54px;
    margin-left: 32px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-searchClose {
    margin-top: 20px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.header_menu .header_drop-searchClose p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-searchClose p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.header_menu .header_drop-searchClose span {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .header_menu .header_drop-searchClose span {
    width: 13px;
    height: 13px;
  }
}

.header_menu .header_drop-searchClose:hover {
  opacity: .7;
}

@media print, screen and (min-width: 768px) {
  .header_menu .sp_header_nav {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav {
    position: fixed;
    width: 100%;
    top: 45px;
    left: 0;
    background-color: #00787e;
    overflow-y: scroll;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav_inner {
    padding: 23px 20px 45px;
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav_inner::before {
    content: '';
    position: absolute;
    display: block;
    width: 200%;
    height: 1000px;
    background-color: #5cb531;
    top: 0;
    right: 408px;
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower {
    position: relative;
    z-index: 2;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_product .sp_header_drop-txtBlock {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_product .sp_header_drop-txtBlock:first-of-type {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_product .sp_header_drop-ttl01 {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_product .sp_header_drop-listBtn a {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00787e;
    padding: 9px 10px 8px;
    border-radius: 3px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_product .sp_header_drop-listBtn a span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_product .sp_header_drop-listBtn a span::before {
    content: '';
    position: absolute;
    display: block;
    width: 26px;
    height: 21px;
    background: url("/common/img/icon_h_search_g.svg") center center/cover no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_product .sp_header_drop-listBtn02 a {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00787e;
    padding: 9px 10px 8px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_product .sp_header_drop-listBtn02 a span {
    position: relative;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_research .sp_header_drop-ttl02.txt_black {
    margin-top: 20px;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_ir .sp_header_drop-list + .sp_header_drop-list {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lower .nav_csr .sp_header_drop-list + .sp_header_drop-list {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lwItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lwItemLink {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lwLink {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 12px 25px 12px 5px;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    line-height: 1.3;
  }
}

.header_menu .sp_header_nav-lwLink::after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.header_menu .sp_header_nav-lwLink.current::after {
  top: calc(50% + 7px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.header_menu .sp_header_nav-lwItemLink.nav-blank .sp_header_nav-lwLink {
  padding-right: 17px;
}

.header_menu .sp_header_nav-lwItemLink.nav-blank .sp_header_nav-lwLink::after {
  content: none;
}

.header_menu .sp_header_nav-lwItemLink.nav-blank .sp_header_nav-lwLink span {
  position: relative;
}

.header_menu .sp_header_nav-lwItemLink.nav-blank .sp_header_nav-lwLink span::after {
  content: '';
  position: absolute;
  display: inline;
  background: url("/common/img/icon_blank_w.svg") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -17px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-otherLink {
    margin-top: 30px;
    position: relative;
    z-index: 2;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-otherLink li + li {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-otherLink a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lang li + li {
    border-left: 1px solid #00787e;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-lang li a {
    display: block;
    width: 84px;
    text-align: center;
    background-color: #fff;
    color: #00787e;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav-close span {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
  }
}

.header_menu .sp_header_nav-close span::before, .header_menu .sp_header_nav-close span::after {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: 50%;
}

.header_menu .sp_header_nav-close span::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header_menu .sp_header_nav-close span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav .txt_black {
    color: #222;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_nav .txt_bold {
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-inner {
    padding: 10px 20px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-list > p:not(:first-of-type) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-ttl01 {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-ttl01 a {
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-ttl02 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-ttl02 a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-ttl03 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-txtBlock {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin: 10px 0 0 15px;
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-txtSmall {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-txtSmall a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-txtSmall + .sp_header_drop-txtSmall {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-txtSmall.txt_black {
    margin-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #222;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-txtLarge a {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_header_drop-txtLarge + .sp_header_drop-txtLarge {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .header_menu .sp_menu_btn {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_menu .sp_menu_btn {
    width: 22px;
    height: 14px;
    position: relative;
    margin-left: 38px;
    z-index: 2;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

.header_menu .sp_menu_btn span {
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  will-change: transform;
}

.header_menu .sp_menu_btn span:first-child {
  width: 14px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.header_menu .sp_menu_btn span:nth-child(2) {
  width: 18px;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.header_menu .sp_menu_btn span:last-child {
  width: 22px;
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
}

.header_menu .sp_menu_btn.open span:first-child {
  width: 100%;
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.header_menu .sp_menu_btn.open span:nth-child(2) {
  background-color: rgba(255, 255, 255, 0);
}

.header_menu .sp_menu_btn.open span:last-child {
  width: 100%;
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.header .dropdown-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0.4;
}

/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
.footer_upper {
  background-color: #d6e9ea;
}

@media print, screen and (min-width: 768px) {
  .footer_upper {
    padding: 90px 0 100px;
    min-width: 1100px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper {
    padding: 64px 0 50px;
  }
}

.footer_upper .container {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .footer_upper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper .container {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_upper-title {
    margin-right: auto;
  }
}

.footer_upper-title a {
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer_upper-title a:hover {
  opacity: .75;
}

@media print, screen and (min-width: 768px) {
  .footer_upper-title img {
    width: 170px;
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper-title img {
    width: 140px;
    height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_navArea {
    margin-top: 20px;
  }
}

.footer_upper_navArea a {
  color: #00787e;
}

@media print, screen and (min-width: 768px) {
  .footer_upper_navArea a:hover {
    color: #0095a8;
    text-decoration: underline;
  }
}

.footer_upper_nav01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .footer_upper_nav01 ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav01 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav01 li {
    width: calc(50% - 13px);
    border-bottom: 1px solid #a4cfd1;
  }
}

.footer_upper_nav01 li a {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .footer_upper_nav01 li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav01 li a {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    padding: 12px 15px 12px 3px;
    line-height: 1.3;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_upper_nav01 li + li {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav01 li + li {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav01 li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav01 li .icon_arrow_g::after {
    -webkit-transform: none;
    transform: none;
    top: 19px;
    width: 15px;
    height: 4px;
  }
}

.footer_upper_nav01 li .icon_blank::after {
  bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav01 .icon_blank::after {
    right: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_upper_nav01 .icon_arrow_g::after {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav01 .icon_arrow_g::after {
    right: 0;
  }
}

.footer_upper_nav02 {
  margin-top: 45px;
}

.footer_upper_nav02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .footer_upper_nav02 ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav02 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer_upper_nav02 li {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav02 li {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav02 li:nth-child(2n+1):nth-last-child(-n+2),
  .footer_upper_nav02 li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_upper_nav02 li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer_upper_nav02 li a {
    display: inline;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_upper_nav02 li + li::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: -20px;
    width: 1px;
    height: 12px;
    -webkit-transform: translateY(-50%) rotate(30deg);
    transform: translateY(-50%) rotate(30deg);
    background-color: #00787e;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_upper_nav02 li + li {
    margin-left: 40px;
  }
}

.footer_lower {
  background-color: #00787e;
}

@media print, screen and (min-width: 768px) {
  .footer_lower {
    padding: 40px 0;
    min-width: 1100px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_lower {
    padding: 50px 0;
  }
}
.container .footer_lower_nav:nth-last-child(2) {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .footer_lower_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_lower_nav li + li {
    margin-left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_lower_nav li + li {
    margin-top: 24px;
  }
}

.footer_lower_nav a {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .footer_lower_nav a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer_lower_nav a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_lower_nav a:hover {
    text-decoration: underline;
  }
}

.footer_lower .copyright {
  color: #99c9cb;
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
}

@media print, screen and (min-width: 768px) {
  .footer_lower .copyright {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer_lower .copyright {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_lower .container {
    padding: 0 20px;
  }
}

.footer .pagetop {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .footer .pagetop {
    top: -70px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .pagetop {
    top: 0;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.footer .pagetop > a {
  background-color: #5cb531;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 767px) {
  .footer .pagetop > a {
    background-color: #5cb531;
  }
}

.footer .pagetop > a span {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  .footer .pagetop > a span {
    width: 13px;
    height: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .pagetop > a span {
    width: 10px;
    height: 10px;
  }
}

.footer .pagetop > a:hover {
  background-color: #439836;
}

/*------------------------------------------------------------------------------

  index

------------------------------------------------------------------------------*/
.index_h2 {
  color: #222;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .index_h2 {
    font-size: 40px;
    font-size: 4rem;
    padding: 0 0 0 62px;
  }
}

@media only screen and (max-width: 767px) {
  .index_h2 {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 0 0 36px;
  }
}

.index_h2::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/about/img/index/about_h2.svg") center center/contain no-repeat;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .index_h2::before {
    width: 53px;
    height: 58px;
    top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .index_h2::before {
    width: 31px;
    height: 34px;
  }
}

.index_mainvisual_wrapper {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .index_mainvisual_wrapper {
    min-width: 1100px;
    height: 435px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1220px) {
  .index_mainvisual_wrapper {
    background-position: center right -320px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .index_mainvisual_wrapper::before, .index_mainvisual_wrapper::after {
    content: '';
    position: absolute;
    display: block;
    z-index: -1;
  }
}

@media print, screen and (min-width: 768px) {
  .index_mainvisual_wrapper::before {
    background-color: #e6f2f3;
    width: 50%;
    height: calc(50% + 31px);
    bottom: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index_mainvisual_wrapper::after {
    background-color: #5cb531;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_mainvisual-image {
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_mainvisual-image img {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .index_mainvisual-text {
    position: absolute;
    top: 97px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 1100px;
    margin: auto;
    padding: 0 0 0 20px;
  }
}

@media print, screen and (min-width: 1101px) and (max-width: 1459px) {
  .index_mainvisual-text {
    left: 20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
  }
}

@media print, screen and (min-width: 1460px) {
  .index_mainvisual-text {
    left: calc(50% - 180px);
  }
}

@media only screen and (max-width: 767px) {
  .index_mainvisual-text .mod-h1 {
    margin: 0 0 15px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .index_mainvisual-text .mod-h1 h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.index_mainvisual-text .mod-text-default {
  position: relative;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .index_mainvisual-text .mod-text-default {
    margin: 50px 0 0 70px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .index_mainvisual-text .mod-text-default {
    margin: 0 0 0 47px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index_mainvisual-text .mod-text-default::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #00787e;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  .index_mainvisual-text .mod-text-default::before {
    width: 150vw;
    top: 17px;
    right: calc(100% + 15px);
  }
}

@media only screen and (max-width: 767px) {
  .index_mainvisual-text .mod-text-default::before {
    width: 36px;
    top: 50%;
    left: -47px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .index_mainvisual-text .mod-text-default p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------

  Cookie

------------------------------------------------------------------------------*/
.cookie_block {
  position: fixed;
  background-color: rgba(10, 58, 65, 0.9);
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}

@media print, screen and (min-width: 768px) {
  .cookie_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 30px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .cookie_block {
    padding: 22px 15px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .cookie_block_left {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.cookie_block_text {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .cookie_block_text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .cookie_block_text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.cookie_block_text a {
  color: #fff;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .cookie_block_text a {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .cookie_block_text a {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cookie_block_text a:hover {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .cookie_block_link {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .cookie_block_link {
    max-width: 190px;
    width: 100%;
    margin: 15px auto 0;
  }
}

.cookie_block_link a {
  background-color: #fff;
  color: #00787e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  padding: 9px;
  font-weight: bold;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media print, screen and (min-width: 768px) {
  .cookie_block_link a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .cookie_block_link a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cookie_block_link a:hover {
    background-color: #deeeef;
  }
}

@media print, screen and (min-width: 768px) {
  .cookie_block_right {
    margin-left: 20px;
  }
}

/*------------------------------------------------------------------------------

  Modal

------------------------------------------------------------------------------*/
#cboxOverlay {
  background-color: #000;
}

#colorbox.js-movie_content {
  outline: 0;
  overflow: visible !important;
  background-color: #fff;
}

#colorbox.js-movie_content #cboxWrapper,
#colorbox.js-movie_content #cboxLoadedContent {
  overflow: visible !important;
}

#colorbox.js-movie_content #cboxClose {
  position: absolute;
  top: -50px;
  right: 0;
  width: 34px;
  height: 35px;
  background: url(/common/img/modal_close.png);
  background-size: 34px auto;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  padding: 0;
  border: none;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  outline: 0;
}

.js-movie {
  cursor: pointer;
}

/*------------------------------------------------------------------------------

  News Tag

------------------------------------------------------------------------------*/
.news_release-time {
  display: block;
  font-family: arial;
}

@media print, screen and (min-width: 768px) {
  .news_release-time {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .news_release-time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .news_release-time + .news_release-tag {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .news_release-time + .news_release-tag {
    margin-left: 15px;
  }
}

.news_release-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .news_release-date + .news_release_content {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .news_release-date + .news_release_content {
    margin-top: 10px;
  }
}

.news_release-tag {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .news_release-tag {
    font-size: 12px;
    font-size: 1.2rem;
    width: 115px;
    height: 20px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .news_release-tag {
    font-size: 12px;
    font-size: 1.2rem;
    width: 90px;
    height: 18px;
    border-radius: 9px;
  }
}

.news_release-tag.tag-ir {
  background-color: #00787e;
}

.news_release-tag.tag-release {
  background-color: #5cb531;
}

.news_release-tag.tag-information {
  background-color: #0dafdd;
}

@media only screen and (max-width: 767px) {
  .news_release_inner {
    margin-top: 30px;
  }
}

/*
  お問い合わせ
------------------------------------------------------------------------------*/
.aform-validation {
  display: none !important;
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .cn {
    font-family: "Microsoft YaHei", "微软雅黑", 'SimSun', sans-serif;
  }
  *::-ms-backdrop, :root .icon_blank::after {
    bottom: 8px;
  }
  *::-ms-backdrop, :root .icon_pdf::after {
    bottom: 8px;
  }
  *::-ms-backdrop, :root .icon_arrow_w-big::after {
    top: calc(50% - 6px);
  }
  *::-ms-backdrop, :root .index_btn a {
    padding: 14px 35px 11px 16px;
  }
  *::-ms-backdrop, :root .top_common_h2 h2 {
    top: 5px;
  }
  *::-ms-backdrop, :root .top_common_h2 h2::before {
    top: calc(50% - 10px);
  }
}
