@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@font-face {
  font-family: 'icon';
  src: url("../../assets/fonts/icon.eot?buws9x");
  src: url("../../assets/fonts/icon.eot?buws9x#iefix") format("embedded-opentype"), url("../../assets/fonts/icon.ttf?buws9x") format("truetype"), url("../../assets/fonts/icon.woff?buws9x") format("woff"), url("../../assets/fonts/icon.svg?buws9x#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.main {
  position: relative;
  display: flex;
  flex-direction: column; }
  .main * {
    font-size: 1rem;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .main h2, .main h3, .main h4 {
    font-family: 'Noto Sans JP',sans-serif; }
  @media screen and (max-width: 768px) {
    .main > .breadcrumb, .main #breadcrumbs {
      order: 5; }
    .main > :nth-child(1) {
      order: 1; }
    .main > :nth-of-type(3) {
      order: 2; }
    .main > :nth-of-type(4) {
      order: 3; }
    .main > :nth-of-type(5) {
      order: 4; } }
  .main a {
    color: #222; }

.contents-wrap {
  width: 100%;
  margin: auto;
  padding-top: 100px;
  position: relative; }
  @media all and (min-width: 992px) {
    .contents-wrap.fix {
      padding-top: 238px; }
      .contents-wrap.fix.on {
        padding-top: 100px;
        transition: padding .2s; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .contents-wrap.fix {
      padding-top: 230px; }
      .contents-wrap.fix.on {
        padding-top: 100px;
        transition: padding .2s; } }
  @media screen and (max-width: 768px) {
    .contents-wrap {
      padding-top: 64px; }
      .contents-wrap * {
        font-size: .8rem; }
      .contents-wrap.fix {
        padding-top: 130px; }
        .contents-wrap.fix.on {
          padding-top: 370px; } }

.breadcrumb {
  width: 100%;
  max-width: 1160px; }
  .breadcrumb ol {
    display: flex; }
    .breadcrumb ol li > * {
      font-size: .9em; }
    .breadcrumb ol li a {
      padding-right: 20px;
      background-image: url(../../assets/images/arrow_breadcrumb.gif);
      background-repeat: no-repeat;
      background-position: right center; }
  @media all and (min-width: 769px) {
    .breadcrumb {
      height: 40px;
      padding-bottom: 14px;
      margin: 20px auto 0;
      z-index: 11; }
      .breadcrumb a {
        opacity: .7; }
        .breadcrumb a:hover {
          opacity: 1; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .breadcrumb {
      padding: 0 4% 30px; } }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      border-top: 1px solid #ddd;
      padding: 14px 4%;
      margin-top: 0; }
      .breadcrumb ol li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .breadcrumb ol li > * {
          font-size: .75rem; } }

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

@media print {
  .contents-wrap {
    padding-top: 120px !important; } }
.c-contents-in {
  width: 100%;
  max-width: 1160px;
  margin: auto auto 160px; }
  @media screen and (max-width: 991px) {
    .c-contents-in {
      padding: 0 4%; } }
  @media screen and (max-width: 768px) {
    .c-contents-in {
      margin-bottom: 100px; }
      .c-contents-in * {
        font-size: .8rem; } }

.c-sec-gray {
  background: #f1f1f1; }
  .c-sec-gray__inner {
    width: 100%;
    max-width: 1160px;
    padding: 120px 0; }
    @media screen and (max-width: 991px) {
      .c-sec-gray__inner {
        padding: 120px 4%; } }
    @media screen and (max-width: 768px) {
      .c-sec-gray__inner {
        padding: 100px 4%; }
        .c-sec-gray__inner * {
          font-size: .8rem; } }

.c-cat-nav {
  width: 100%;
  z-index: 1;
  padding: 0;
  position: relative; }
  .c-cat-nav.fix {
    position: fixed;
    top: 0; }
    @media screen and (max-width: 991px) {
      .c-cat-nav.fix {
        top: 70px; } }
  @media all and (min-width: 769px) {
    .c-cat-nav {
      background-color: rgba(255, 255, 255, 0.95);
      border-bottom: 1px solid #ddd; }
      .c-cat-nav.active {
        border-bottom: none; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .c-cat-nav {
      padding: 70px 4% 0;
      margin-top: -70px; } }
  @media screen and (max-width: 768px) {
    .c-cat-nav {
      padding: 86px 4% 8px;
      margin-top: -70px;
      background-color: #f1f5f7; } }
  .c-cat-nav__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1160px;
    margin: auto;
    transition: all .2s; }
    .c-cat-nav__inner.active {
      height: 0; }
  .c-cat-nav__head {
    display: none; }
    @media screen and (max-width: 768px) {
      .c-cat-nav__head {
        display: block;
        padding: 8px 0 12px; } }
  .c-cat-nav__toggle {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px; }
    .c-cat-nav__toggle span {
      position: absolute;
      top: 19px;
      left: 12px;
      display: block;
      width: 15px;
      border-bottom: 1px solid #222;
      transition: transform .5s; }
    @media all and (min-width: 769px) {
      .c-cat-nav__toggle {
        right: 0;
        top: auto;
        bottom: -48px;
        width: 64px;
        height: 48px;
        background-color: rgba(255, 255, 255, 0.95);
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom-left-radius: 8px;
        cursor: pointer; }
        .c-cat-nav__toggle span {
          width: 24px; }
          .c-cat-nav__toggle span:first-child {
            -webkit-transform: translateY(4px) translateX(10px) rotate(45deg) !important;
            transform: translateY(4px) translateX(10px) rotate(45deg) !important; }
          .c-cat-nav__toggle span:last-child {
            -webkit-transform: translateY(4px) translateX(10px) rotate(-45deg) !important;
            transform: translateY(4px) translateX(10px) rotate(-45deg) !important; }
        .c-cat-nav__toggle.on span:first-child {
          -webkit-transform: translateY(0px) translateX(10px) rotate(0) !important;
          transform: translateY(0px) translateX(10px) rotate(0) !important; }
        .c-cat-nav__toggle.on span:last-child {
          -webkit-transform: translateY(7px) translateX(10px) rotate(0) !important;
          transform: translateY(7px) translateX(10px) rotate(0) !important; } }
    @media screen and (max-width: 768px) {
      .c-cat-nav__toggle {
        right: 2%;
        top: 84px; }
        .c-cat-nav__toggle span:first-child {
          -webkit-transform: translateY(0) translateX(0) rotate(90deg) !important;
          transform: translateY(0) translateX(0) rotate(90deg) !important; }
        .c-cat-nav__toggle.on span:first-child {
          -webkit-transform: translateY(0) translateX(0) rotate(0) !important;
          transform: translateY(0) translateX(0) rotate(0) !important; } }
  @media all and (min-width: 769px) {
    .c-cat-nav__list {
      display: block;
      margin: 24px 0 8px; }
      .c-cat-nav__list.active {
        display: none; } }
  .c-cat-nav__list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media all and (min-width: 769px) {
      .c-cat-nav__list ul li {
        width: 22%;
        margin-right: 4%; }
        .c-cat-nav__list ul li:nth-child(4n) {
          margin-right: 0; } }
    .c-cat-nav__list ul li a {
      display: block;
      padding: 12px 0 12px;
      margin-bottom: 12px;
      width: 100%;
      position: relative;
      font-size: 1em;
      line-height: 1; }
      @media screen and (min-width: 769px) and (max-width: 991px) {
        .c-cat-nav__list ul li a {
          font-size: .9em; } }
      .c-cat-nav__list ul li a::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 32px;
        border-bottom: 1px solid #30973e;
        transition: width 0.3s; }
      .c-cat-nav__list ul li a::after {
        position: absolute;
        right: 0;
        font-family: 'icon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "\e903";
        opacity: .5;
        transition: opacity 0.5s; }
      .c-cat-nav__list ul li a:hover::before {
        width: 100%; }
      .c-cat-nav__list ul li a:hover::after {
        opacity: 1; }
    .c-cat-nav__list ul li.current a {
      border-bottom: 1px solid #c6dbd1; }
    @media screen and (min-width: 520px) and (max-width: 768px) {
      .c-cat-nav__list ul li {
        width: 46%;
        margin-right: 8%; }
        .c-cat-nav__list ul li:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 519px) {
      .c-cat-nav__list ul li {
        width: 100%;
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .c-cat-nav__list {
      margin: 16px 2%; }
      .c-cat-nav__list:not(.show) {
        display: none; }
      .c-cat-nav__list a:hover::before {
        display: none; } }

.c-text-section + .c-text-section {
  margin-top: 100px; }
.c-text-section p {
  line-height: 2; }

.c-text__01 {
  line-height: 2;
  text-align: justify; }
  .c-text__01 + .c-text__01, .c-text__01 + ul {
    margin-top: 2em; }
  @media screen and (max-width: 768px) {
    .c-text__01 {
      font-size: 1em;
      line-height: 1.8; }
      .c-text__01 + .c-text__01, .c-text__01 + ul {
        margin-top: 1.6em; } }

[class^="c-link-text"], [class*=" c-link-text"] {
  display: block;
  position: relative;
  padding: 12px 8px;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #222;
  transition: opacity .8s; }
  [class^="c-link-text"]::before, [class*=" c-link-text"]::before {
    position: absolute;
    top: 18px;
    right: 0;
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e903";
    opacity: .5;
    transition: opacity 0.5s; }
  [class^="c-link-text"]::after, [class*=" c-link-text"]::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    margin-top: 12px;
    border-bottom: 1px solid #30973e;
    transition: width .8s; }
  [class^="c-link-text"]:hover, [class*=" c-link-text"]:hover {
    color: #30973e;
    border-bottom: 1px solid #999; }
    [class^="c-link-text"]:hover::before, [class*=" c-link-text"]:hover::before {
      opacity: 1; }
    [class^="c-link-text"]:hover::after, [class*=" c-link-text"]:hover::after {
      width: 100%; }
  [class^="c-link-text"] a, [class*=" c-link-text"] a {
    color: #222;
    position: relative;
    display: block;
    transition: color 0.5s; }
    [class^="c-link-text"] a:hover, [class*=" c-link-text"] a:hover {
      color: #30973e; }

.c-link-text__01 {
  width: 100%;
  max-width: 24em; }

.c-link-text__02 {
  width: 100%;
  max-width: 36em; }

.c-link-box {
  position: relative;
  display: block;
  padding: 24px;
  border: 1px solid #e0e5ec;
  transition: color .1s ease .1s,background-color .1s ease .1s;
  font-size: 1.1em; }
  @media screen and (max-width: 519px) {
    .c-link-box {
      padding: 18px; } }
  @media all and (min-width: 769px) {
    .c-link-box:hover {
      color: #10673d; }
    .c-link-box::after, .c-link-box::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      visibility: hidden; }
    .c-link-box::after {
      bottom: -1px;
      right: -1px;
      border-left: 1px solid #30973e;
      border-bottom: 1px solid #30973e;
      transition: width .1s ease .1s, height .1s ease, visibility 0s .2s; }
    .c-link-box::before {
      top: -1px;
      left: -1px;
      border-top: 1px solid #30973e;
      border-right: 1px solid #30973e;
      transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s; }
    .c-link-box:hover::after, .c-link-box:hover::before {
      width: calc(100% + 1px);
      height: calc(100% + 1px);
      visibility: visible;
      transition: width .2s ease .2s, height .1s ease .3s, visibility 0s .2s; }
    .c-link-box:hover::after {
      transition: width .2s ease .2s, height .4s ease .3s, visibility 0s .2s; }
    .c-link-box:hover::before {
      transition: width .1s ease, height .1s ease .1s; }
    .c-link-box::after, .c-link-box::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      visibility: hidden; }
    .c-link-box::after {
      bottom: -1px;
      right: -1px;
      border-left: 1px solid #30973e;
      border-bottom: 1px solid #30973e;
      transition: width .1s ease .1s, height .1s ease, visibility 0s .2s; } }

.c-img-box__01 {
  text-align: center; }
  .c-img-box__01 img {
    width: 100%;
    max-width: 800px; }

[class^="c-column"], [class*=" c-column"] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  [class^="c-column"].reverse, [class*=" c-column"].reverse {
    flex-direction: row-reverse; }
  [class^="c-column"] img, [class*=" c-column"] img {
    max-width: 100%; }
  [class^="c-column"] p, [class*=" c-column"] p {
    text-align: justify; }

@media all and (min-width: 992px) {
  .c-column__01 > * {
    width: 48%; } }
@media all and (min-width: 769px) {
  .c-column__02 > *:nth-child(2n-1) {
    width: 48%; } }
@media all and (min-width: 769px) {
  .c-column__02 > *:nth-child(2n) {
    width: 46%; } }
@media screen and (min-width: 520px) and (max-width: 768px) {
  .c-column__02 > *:nth-child(2n) {
    margin-top: 40px; }
    .c-column__02 > *:nth-child(2n) canvas {
      width: 440px;
      height: 440px;
      margin: auto; } }
@media all and (min-width: 992px) {
  .c-column__03 > * {
    width: 50%; } }
@media screen and (max-width: 991px) {
  .c-column__03 > * {
    margin-bottom: 0; } }
@media all and (min-width: 992px) {
  .c-column__04 > * {
    width: 32%;
    margin-bottom: 80px; } }
@media screen and (min-width: 769px) and (max-width: 991px) {
  .c-column__04 > * {
    width: 48%;
    margin-bottom: 64px; } }
@media screen and (max-width: 768px) {
  .c-column__04 > * {
    width: 100%;
    margin-bottom: 40px; } }
.c-column__05 .c-col-left {
  width: 68%; }
.c-column__05 .c-col-right {
  width: 24%; }
@media screen and (max-width: 991px) {
  .c-column__05 .c-col-left {
    width: 100%;
    margin-bottom: 80px; }
  .c-column__05 .c-col-right {
    width: 100%; } }
.c-column__06 {
  column-gap: 4%;
  row-gap: 3em; }
  @media all and (min-width: 769px) {
    .c-column__06 > * {
      flex-basis: 48%; } }
@media all and (min-width: 992px) {
  .c-column__07 {
    column-gap: 2%;
    row-gap: 3em; }
    .c-column__07 > * {
      flex-basis: 23.5%; } }
@media screen and (min-width: 769px) and (max-width: 991px) {
  .c-column__07 {
    column-gap: 4%;
    row-gap: 3em; }
    .c-column__07 > * {
      flex-basis: 48%; } }
@media screen and (max-width: 768px) {
  .c-column__07 {
    row-gap: 3em; } }

.c-accordion-toggle__head {
  cursor: pointer; }

.c-nav-right h2 {
  background: #0a4c2f; }
  .c-nav-right h2 a {
    display: block;
    padding: 20px 24px;
    color: #fff; }
.c-nav-right ul {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd; }
  .c-nav-right ul li {
    position: relative;
    border-bottom: 1px solid #ddd; }
    .c-nav-right ul li::after {
      position: absolute;
      right: 16px;
      top: calc(50% - .5em);
      font-family: 'icon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e903";
      opacity: .5;
      transition: opacity 0.5s; }
    .c-nav-right ul li a {
      transition: color .5s;
      display: block;
      padding: 20px 24px; }
      .c-nav-right ul li a:hover {
        color: #30973e; }
      .c-nav-right ul li a::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        border-bottom: 1px solid #30973e;
        transition: width .5s; }
      .c-nav-right ul li a:hover::after {
        width: 100%; }

.c-archive-list {
  padding: 32px 24px;
  background: #f1f5f7; }
  @media all and (min-width: 769px) {
    .c-archive-list {
      border-radius: 4px; } }
  .c-archive-list__title {
    color: #425158;
    font-size: 1.3em;
    padding-bottom: .8em;
    margin-bottom: 1em;
    border-bottom: 1px solid #dee3eb; }
  .c-archive-list ul li {
    position: relative; }
    .c-archive-list ul li::after {
      position: absolute;
      right: 0;
      top: .5em;
      font-family: 'icon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e903";
      opacity: .5;
      transition: opacity 0.5s; }
    .c-archive-list ul li.arrow-down::after {
      content: "\e902"; }
    .c-archive-list ul li a {
      position: relative;
      color: #425158;
      display: block;
      padding: .3em 0;
      margin-bottom: .5em; }
      .c-archive-list ul li a::after {
        content: "";
        width: 0;
        display: block;
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid #425158;
        transition: width .5s; }
      .c-archive-list ul li a:hover::after {
        width: 100%; }

@media print {
  .c-cat-nav {
    display: none; } }
.c-title-ir, .c-title-esg {
  width: 100%;
  padding: 80px 0 100px; }
  @media screen and (max-width: 991px) {
    .c-title-ir, .c-title-esg {
      z-index: 10; } }
  .c-title-ir__inner, .c-title-esg__inner {
    width: 100%;
    max-width: 1160px;
    margin: auto; }
    .c-title-ir__inner > *, .c-title-esg__inner > * {
      line-height: 1.1;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 2.7rem;
      font-weight: 400; }
    .c-title-ir__inner span, .c-title-esg__inner span {
      font-size: 1.1rem;
      font-family: 'Roboto',sans-serif;
      letter-spacing: .2em;
      display: block;
      margin-top: .5em; }
  .c-title-ir.home, .c-title-esg.home {
    padding-top: 160px;
    padding-bottom: 180px; }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .c-title-ir, .c-title-esg {
      padding: 64px 4% 80px; }
      .c-title-ir.ir-home, .c-title-esg.ir-home {
        padding: 140px 4% 160px; }
      .c-title-ir__inner > *, .c-title-esg__inner > * {
        font-size: 2.4rem; } }
  @media screen and (max-width: 768px) {
    .c-title-ir, .c-title-esg {
      padding: 48px 4%; }
      .c-title-ir.home, .c-title-esg.home {
        padding: 80px 4%; }
      .c-title-ir__inner > *, .c-title-esg__inner > * {
        font-size: 1.6rem; }
      .c-title-ir__inner span, .c-title-esg__inner span {
        font-size: 0.9rem; } }
  @media all and (min-width: 769px) {
    .c-title-ir + .breadcrumb, .c-title-esg + .breadcrumb {
      margin: -40px auto 0; } }

.c-title-ir {
  background: url(/ir/images/kv_ir.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }

.c-title-esg {
  background: url(/ir/images/kv_esg.jpg) no-repeat;
  background-position: right bottom;
  background-size: cover; }
  @media screen and (max-width: 519px) {
    .c-title-esg {
      background-position: right 56% bottom; } }

.c-contents-title {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 80px; }
  .c-contents-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 160px;
    margin-top: -1px;
    border-bottom: 1px solid #30973e; }
  .c-contents-title > * {
    font-size: 2.3em;
    font-weight: 400;
    padding: 0 0 40px;
    border-bottom: 1px solid #eee; }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .c-contents-title {
      padding: 0 4% 40px;
      margin: 0 auto 64px; }
      .c-contents-title > * {
        font-size: 2.3em; } }
  @media screen and (max-width: 768px) {
    .c-contents-title {
      padding: 0 4% 32px;
      margin: 0 auto 48px; }
      .c-contents-title > * {
        font-size: 2em; }
      .c-contents-title::after {
        width: 100px; } }

.c-title__01 {
  font-size: 1.4em;
  line-height: 1.8;
  margin-bottom: 2.4em; }
  @media screen and (max-width: 768px) {
    .c-title__01 {
      font-size: 1.4em;
      line-height: 1.6; } }
.c-title__02 {
  font-size: 1.7em;
  line-height: 1.1;
  margin-bottom: 1.5em;
  padding: 0 0 .15em .5em;
  border-left: 2px solid #30973e; }
  @media screen and (max-width: 768px) {
    .c-title__02 {
      font-size: 1.6em; } }
.c-title__03 {
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 500; }
.c-title__04 {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500; }
.c-title__05 {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 500; }
.c-title__lg {
  font-size: 2.6em;
  line-height: 1.8;
  margin-bottom: 2.6em; }
  @media screen and (max-width: 768px) {
    .c-title__lg {
      font-size: 2.1em;
      line-height: 1.6; } }

.p-partners__list {
  width: 100%; }
  .p-partners__list ul {
    border-top: 1px solid #ddd; }
    .p-partners__list ul li {
      position: relative;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd; }
      .p-partners__list ul li::after {
        font-family: 'icon' !important;
        content: "\e900";
        position: absolute;
        line-height: 1.4;
        padding-left: .4em;
        bottom: calc(50% - .5em);
        right: 4%;
        opacity: .5;
        transition: opacity 0.5s;
        z-index: -1; }
      .p-partners__list ul li:hover::after {
        opacity: 1;
        color: #425158; }
      .p-partners__list ul li a {
        width: 100%;
        display: block;
        padding: 24px 12% 24px 4%;
        color: #222;
        transition: color 0.5s; }
        .p-partners__list ul li a::before {
          content: "";
          width: 0;
          position: absolute;
          bottom: -1px;
          left: 0;
          border-bottom: 1px solid #30973e;
          transition: width 0.5s; }
        .p-partners__list ul li a::after {
          font-family: 'icon' !important;
          content: "\f1c1";
          position: absolute;
          line-height: 1.4;
          padding-left: .4em; }
        .p-partners__list ul li a:hover {
          color: #30973e; }
          .p-partners__list ul li a:hover::before {
            width: 100%; }
          .p-partners__list ul li a:hover::after {
            opacity: 1; }

.js-animate {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1s; }

.js-fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.js-item:not(.current) {
  display: none; }

.u-mgb0 {
  margin-bottom: 0; }

.u-mgb__none {
  margin-bottom: 0; }
.u-mgb__ss {
  margin-bottom: 16px; }
.u-mgb__s {
  margin-bottom: 32px; }
.u-mgb__m {
  margin-bottom: 48px; }
.u-mgb__lg {
  margin-bottom: 80px; }
.u-mgb__xl {
  margin-bottom: 100px; }

.u-mgt__none {
  margin-top: 0; }
.u-mgt__ss {
  margin-top: 16px; }
.u-mgt__s {
  margin-top: 32px; }
.u-mgt__m {
  margin-top: 48px; }
.u-mgt__l {
  margin-top: 80px; }

.u-pdt__none {
  padding-top: 0; }
.u-pdt__ss {
  padding-top: 16px; }
.u-pdt__s {
  padding-top: 32px; }
.u-pdt__m {
  padding-top: 48px; }
.u-pdt__l {
  padding-top: 80px; }

.u-pdb__none {
  padding-bottom: 0; }
.u-pdb__ss {
  padding-bottom: 16px; }
.u-pdb__s {
  padding-bottom: 32px; }
.u-pdb__m {
  padding-bottom: 48px; }
.u-pdb__l {
  padding-bottom: 80px; }

@media all and (min-width: 769px) {
  .u-pcw33 {
    width: 33.333%; } }

.u-w-\[100p\] {
  width: 100%; }

.u-w-\[640px\] {
  width: 100%;
  max-width: 640px; }

.u-w-\[800px\] {
  width: 100%;
  max-width: 800px; }

.u-w-\[1000px\] {
  width: 100%;
  max-width: 1000px; }

.u-ml-auto {
  margin-left: auto; }

.u-mr-auto {
  margin-right: auto; }

.u-fwb {
  font-weight: bold; }
  .u-fwb__500 {
    font-weight: 500; }
  .u-fwb__700 {
    font-weight: 700; }
  .u-fwb__800 {
    font-weight: 800; }

.u-fs__l {
  font-size: 1.25rem; }

.u-l-height__m {
  line-height: 2; }
.u-l-height__lg {
  line-height: 2.4; }

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

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

.u-valign-center {
  display: flex;
  flex-wrap: wrap;
  align-content: center; }

.u-hidden {
  display: none; }
  @media screen and (max-width: 991px) {
    .u-hidden__lg {
      display: none; } }
  @media screen and (max-width: 768px) {
    .u-hidden__md {
      display: none; } }
  @media screen and (max-width: 519px) {
    .u-hidden__sm {
      display: none; } }
  @media all and (min-width: 992px) {
    .u-hidden__min__lg {
      display: none; } }
  @media all and (min-width: 769px) {
    .u-hidden__min__md {
      display: none; } }
  @media all and (min-width: 520px) {
    .u-hidden__min__sm {
      display: none; } }

.u-ico__blank::after {
  font-family: 'icon' !important;
  speak: never;
  content: "\e901";
  line-height: 1.4;
  padding-left: .4em;
  font-weight: normal; }
.u-ico__pdf::after {
  font-family: 'icon' !important;
  speak: never;
  content: "\eadf";
  line-height: 1.4;
  padding-left: .4em;
  color: #cf6a6a;
  font-weight: normal; }

@media screen and (max-width: 991px) {
  .u-scroll__lg {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 8px; }
    .u-scroll__lg table, .u-scroll__lg img {
      width: 100%;
      min-width: 1000px; } }
.u-scroll__md {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .u-scroll__md {
      overflow-x: scroll;
      overflow-y: hidden;
      padding-bottom: 8px; }
      .u-scroll__md table, .u-scroll__md img {
        width: 100%;
        min-width: 800px; } }
