@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0.05em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

a {
  text-decoration: none;
  outline: none;
}


img {
  max-width: 100%;
  height: auto;
}

.no-style {
  list-style: none;
  padding-left: 0;
}

.indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}

.inline li {
  display: inline-block;
}


.layouter {
  max-width: 1040px;
  margin: 0 auto;
}
.layouter.narrow {
  max-width: 860px;
}
.layouter.cramped {
  max-width: 680px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .layouter {
    max-width: 90%;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.page-main {
  background: #ffffff;
  overflow: hidden;
  padding: 0 0 100px;
}

@media print, screen and (min-width: 768px) {
  .main {
    margin-top: 25px;
  }
  .main-lower .page-main {
    max-width: 1160px;
    margin: 0 auto 84px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page-main {
    padding: 0px 20px 80px;
  }
  .page-main .layouter {
    max-width: 480px;
  }
  .main-lower {
    margin-top: 10px;
  }
  .main-lower .page-main {
    margin: 0 10px 60px;
  }
}
.block-item .box-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.block-item .box-item + .box-item {
  margin-top: 80px;
}
.block-item .box-item_thumb {
  width: 320px;
}
.block-item .box-item_thumb img + img {
  margin-top: 10px;
}
.block-item .box-item_text {
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-item .box-item_label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}
.block-item .box-item_desc {
  line-height: 2;
  margin-top: 1.15em;
  margin-bottom: 2em;
}
.block-item .box-item_more {
  font-size: 1.3rem;
  margin-top: auto;
  margin-bottom: 0;
}
.block-item .box-item_more + p {
  margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
  .block-item .box-item + .box-item {
    margin-top: 55px;
  }
  .block-item .box-item_label {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 1.75em;
  }
  .block-item .box-item_thumb img {
    width: 100%;
    height: auto;
  }
}
.article-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.article-thumb {
  margin: 80px auto;
}
.article p, .article ul, .article ol {
  font-size: 1.5rem;
  line-height: 2.27;
}
.article p + p,
.article li + li {
  margin-top: 1em;
}
.article ul, .article ol {
  margin-top: 0;
}
.article + .article {
  border-top: 1px solid #E0E3E3;
  margin-top: 4em;
  padding-top: 4em;
}

@media only screen and (max-width: 767px) {
  .article-title {
    font-size: 18px;
    line-height: 1.72;
  }
  .article-thumb {
    margin: 40px auto;
  }
  .article p {
    font-size: 1.4rem;
    line-height: 2.29;
  }
}

.page-main_static .article .title {
  margin-bottom: 1em;
}
.page-main_static .article .title ~ .title {
  margin-top: 2em;
}
.page-main_static .article h2.title {
  font-size: 3.2rem;
  font-weight: 400;
}
.page-main_static .article h3.title {
  font-size: 2.4rem;
}
.page-main_static .block-table th {
  background-color: #f6f6f6;
  -moz-text-align-last: left;
       text-align-last: left;
}

@media only screen and (max-width: 767px) {
  .page-main_static .article h2.title {
    font-size: 2.6rem;
  }
  .page-main_static .article h3.title {
    font-size: 1.8rem;
  }
}
body {
  color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.style-lower {
  background: #F0F2F2;
}

a {
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #00986B;
}


.header {
  padding: 13px 30px 17px;
  position: relative;
}
.header-layouter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
.header-logo {
  position: relative;
  width: 110px;
  z-index: 1005;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav li {
  position: relative;
}
.header-nav .link-service {
  margin-left: auto;
}
.header-nav .link-service a {
  color: #00986B;
  padding-right: 16px;
}
.header-nav .link-service a::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.96 9.96'%3E%3Cpath fill='%2300986B' d='M7.53,10H.5a.5.5,0,0,1-.5-.5v-7a.5.5,0,0,1,.5-.5H3.67a.51.51,0,0,1,.5.5.5.5,0,0,1-.5.5H1V9H7V6A.5.5,0,0,1,8,6V9.46A.5.5,0,0,1,7.53,10ZM9.93.36a.09.09,0,0,0,0,0A.48.48,0,0,0,9.65,0a.41.41,0,0,0-.16,0H4.9a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5H8.26L3.66,5.59a.51.51,0,0,0,0,.71A.51.51,0,0,0,4,6.45a.49.49,0,0,0,.35-.15L9,1.71V5.07a.51.51,0,0,0,.5.5.5.5,0,0,0,.5-.5V.5A.32.32,0,0,0,9.93.36Z'/%3E%3C/svg%3E") no-repeat 50% 50%/100% 100%;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
}

@media print, screen and (min-width: 768px) {
  .header-nav_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header-nav li {
    display: inline-block;
  }
  .header-nav .link-service {
    font-size: 1.2rem;
  }
  .header-nav .link-service a {
    font-weight: 500;
    padding-right: 17px;
  }
  .header-nav .link-service a::after {
    width: 10.5px;
    height: 10.5px;
  }
  .header-nav .link-service li + li {
    margin-left: 28px;
  }
  .header .nav-global {
    margin-top: 27px;
  }
  .header .nav-global li + li {
    margin-left: 30px;
  }
  .header .nav-global a {
    position: relative;
  }
  .header .nav-global a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header .nav-global a:hover, .header .nav-global a.current {
    color: #00986B;
  }
  .header .nav-global a:hover::after, .header .nav-global a.current::after {
    background: #00986B;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    background: transparent;
    height: 48px;
    padding: 14px 14px;
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    z-index: 1000;
  }
  .header.is-fixed {
    background: rgba(255, 255, 255, 0.85);
  }
  .header-logo {
    margin-top: -6px;
    width: 75px;
  }
  .header-nav_opener {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    position: absolute;
    top: 19px;
    right: 15px;
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 10px;
    z-index: 1005;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-tap-highlight-color: transparent;
  }
  .header-nav_opener::before, .header-nav_opener::after {
    background: #333333;
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header-nav_opener::before {
    top: 0;
  }
  .header-nav_opener::after {
    bottom: 0;
  }
  .header-nav {
    background: rgb(255, 255, 255);
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 48px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    visibility: hidden;
    text-align: center;
  }
  .header-nav_wrap {
    display: block;
    width: 100%;
    height: calc(100vh - 48px);
    overflow-y: scroll;
    padding: 0 0 60px;
  }
  .header-nav_wrap > ul,
  .header-nav_wrap > p {
    max-width: 255px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-nav a {
    display: block;
  }
  .header .nav-global {
    font-size: 1.5rem;
    max-width: 255px;
    margin: 16px auto 0;
  }
  .header .nav-global > li {
    padding: 25px 0;
    text-align: left;
  }
  .header .nav-global > li + li {
    border-top: 1px solid #E0E3E3;
  }
  .header .nav-global a.has-child {
    position: relative;
  }
  .header .nav-global a.has-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(135deg) translateY(-50%);
        -ms-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%);
  }
  .header .nav-global a.has-child:hover::after {
    border-top-color: #00986B;
    border-right-color: #00986B;
  }
  .header .nav-global a.has-child::after {
    margin-top: -10px;
    right: 5px;
  }
  .header .nav-global .active a.has-child::after {
    margin-top: 0;
    -webkit-transform: rotate(135deg) scale(-1, -1);
        -ms-transform: rotate(135deg) scale(-1, -1);
            transform: rotate(135deg) scale(-1, -1);
  }
  .header .nav-global .child {
    display: none;
    font-size: 1.3rem;
    margin-top: 2.5em;
    margin-bottom: 1em;
    margin-left: 15px;
  }
  .header .nav-global .child li + li {
    margin-top: 2.5em;
  }
  .header .nav-global .child li a {
    padding-left: 21px;
    position: relative;
  }
  .header .nav-global .child li a::before {
    background: #C1C6C6;
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .header .nav-global .grandchild {
    margin-top: 2.5em;
  }
  .header .nav-global .grandchild li a {
    color: #777;
  }
  .header .nav-global .grandchild li a::before {
    display: none;
  }
  .header .link-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header .link-service a {
    display: inline-block;
    padding-right: 20px;
    position: relative;
  }
  .header .link-service a::after {
    width: 14px;
    height: 14px;
  }
  .header .link-service,
  .header .link-information {
    border-top: 1px solid #E0E3E3;
    padding: 2em 0;
    text-align: left;
  }
  .header .link-service li,
  .header .link-information li {
    padding: 1.25em 0;
  }
  .header .link-sns {
    border-top: 1px solid #E0E3E3;
    padding-top: 40px;
  }
  .header .link-sns li {
    padding: 0 25px;
  }
  .header .link-sns img {
    width: 28px;
    height: auto;
  }
  .header .copyright {
    font-size: 1.2rem;
    margin-top: 62px;
  }
  .header a.icon.icon-blank::after {
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.96 9.96'%3E%3Cpath fill='%23777777' d='M7.53,10H.5a.5.5,0,0,1-.5-.5v-7a.5.5,0,0,1,.5-.5H3.67a.51.51,0,0,1,.5.5.5.5,0,0,1-.5.5H1V9H7V6A.5.5,0,0,1,8,6V9.46A.5.5,0,0,1,7.53,10ZM9.93.36a.09.09,0,0,0,0,0A.48.48,0,0,0,9.65,0a.41.41,0,0,0-.16,0H4.9a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5H8.26L3.66,5.59a.51.51,0,0,0,0,.71A.51.51,0,0,0,4,6.45a.49.49,0,0,0,.35-.15L9,1.71V5.07a.51.51,0,0,0,.5.5.5.5,0,0,0,.5-.5V.5A.32.32,0,0,0,9.93.36Z'/%3E%3C/svg%3E") no-repeat 50% 50%/100% 100%;
  }
  .has-menu {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .has-menu .header-nav_opener::before, .has-menu .header-nav_opener::after {
    top: 50%;
  }
  .has-menu .header-nav_opener::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .has-menu .header-nav_opener::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .has-menu .header-nav {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    z-index: 1000;
  }
}
.footer {
  background: #ffffff;
  border-top: 1px solid #E0E3E3;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-top: 80px;
  position: relative;
}
.footer .icon.icon-blank::after {
  width: 10px;
  height: 10px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-sign {
  position: relative;
}
.footer-sign .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-sign .logo {
  width: 130px;
}
.footer-sign .name {
  font-size: 1.6rem;
  margin-left: 50px;
}
.footer-sign .address {
  font-size: 1.2rem;
  margin-left: 36px;
}
.footer-map {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0 80px;
}
.footer-map_box {
  width: 168px;
}
.footer-map_box > ul > li + li {
  margin-top: 25px;
}
.footer-map li a {
  position: relative;
}
.footer-map .parent {
  border-bottom: 1px solid #E0E3E3;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 17px;
  width: 100%;
}
.footer-map .parent .label {
  display: block;
  position: relative;
}
.footer-map .parent .label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.footer-map .parent .label:hover::after {
  border-top-color: #00986B;
  border-right-color: #00986B;
}
.footer-map .child {
  margin-top: 25px;
}
.footer-map .child li a {
  display: inline-block;
  padding-left: 16px;
}
.footer-map .child li a::before {
  background: #C1C6C6;
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.footer-map .child li + li {
  margin-top: 1em;
}
.footer-map .grandchild {
  margin-top: 1em;
}
.footer-map .grandchild a {
  color: #777;
}
.footer-map .grandchild a:hover {
  color: #00986B;
}
.footer-map .grandchild a.icon-blank::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.167' height='10.167' viewBox='0 0 10.167 10.167'%3E%3Cg id='icon-blank' transform='translate(-105.065 0.707)'%3E%3Cpath id='path01' d='M92.965,25.644H89.8v7.027H96.83V29.158' transform='translate(15.763 -23.711)' fill='none' stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='line01' y1='5.446' x2='5.445' transform='translate(109.08)' fill='none' stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='path02' d='M98.537,28.379V23.811H93.969' transform='translate(15.988 -23.811)' fill='none' stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.footer-map .grandchild li a::before {
  display: none;
}
.footer-links {
  border-top: 1px solid #E0E3E3;
  padding: 20px 0;
}
.footer-links .layouter {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-links ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-links .link-service li + li {
  border-left: 1px solid #E0E3E3;
  margin-left: 1.25em;
  padding-left: 1em;
}
.footer-links .link-sns li + li {
  margin-left: 24px;
}
.footer-information {
  background: #333333;
  color: #FFF;
  padding: 25px 0;
}
.footer-information .layouter {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-information a {
  color: inherit;
  position: relative;
}
.footer-information a::after {
  background: transparent;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-information a:hover {
  color: inherit;
}
.footer-information a:hover::after {
  background: #FFF;
}
.footer-information li + li {
  border-left: 1px solid #707070;
  margin-left: 1em;
  padding-left: 1em;
}
.footer-partners {
  padding: 15px 0;
  text-align: right;
}
.footer-partners img {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .footer {
    font-size: 1.1rem;
    padding-top: 80px;
  }
  .footer .layouter {
    max-width: 375px;
    padding: 0 15px;
  }
  .footer-sign .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sign .name {
    margin-top: 30px;
    margin-left: 0;
  }
  .footer-sign .address {
    margin-top: 14px;
    margin-left: 0;
  }
  .footer-map {
    padding: 56px 0 60px;
  }
  .footer-map_box {
    width: 155px;
  }
  .footer-map_box:nth-child(n+3) {
    margin-top: 50px;
  }
  .footer-map_box:nth-child(5) {
    width: 100%;
  }
  .footer-map_box:nth-child(5) > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-map_box:nth-child(5) > ul > li {
    width: 142px;
  }
  .footer-map_box:nth-child(5) > ul > li + li {
    margin-top: 0;
  }
  .footer-map .parent {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
  .footer-map .child {
    margin-top: 25px;
  }
  .footer-map .child li + li {
    margin-top: 1.5em;
  }
  .footer-map .grandchild {
    margin-top: 1.5em;
  }
  .footer-links {
    border-top: 1px solid #E0E3E3;
    padding-bottom: 25px;
  }
  .footer-links .layouter {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    padding: 0;
  }
  .footer-links .link-service {
    font-size: 1.2rem;
    max-width: 375px;
    text-align: center;
  }
  .footer-links .link-service .icon.icon-blank::after {
    display: block;
    margin: 6px auto 0;
  }
  .footer-links .link-sns {
    border-top: 1px solid #E0E3E3;
    margin-top: 25px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-information {
    text-align: center;
    padding: 25px 0;
  }
  .footer-information .layouter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-information a {
    background: rgba(255, 255, 255, 0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px;
    width: 100%;
  }
  .footer-information a::after {
    display: none;
  }
  .footer-information ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    margin: -2px;
  }
  .footer-information ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    width: 50%;
  }
  .footer-information ul li + li {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .footer-information .copyright {
    margin-top: 22px;
  }
  .footer-partners {
    padding: 20px 0;
    text-align: center;
  }
  .footer-partners img {
    margin-right: auto;
  }
}
.page-nav {
  display: none;
  position: relative;
}
.page-nav a {
  border: 1px solid #D0D5D5;
  background-color: #ffffff;
  border-radius: 35px;
  color: #333333;
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  width: 70px;
  height: 70px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 200;
  -webkit-transition: bottom 0.6s;
  transition: bottom 0.6s;
}
.page-nav a::after {
  border-top: solid 1px #191919;
  border-right: solid 1px #191919;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px 0 0 -9px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-nav a:hover {
  background: #00986B;
  border-color: #00986B;
  color: #ffffff;
}
.page-nav a:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.nav-bread {
  font-size: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 10;
}
.nav-bread .list-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-bread .list-breadcrumbs li {
  position: relative;
}
.nav-bread .list-breadcrumbs li span {
  color: #00986B;
}
.nav-bread .list-breadcrumbs li + li {
  margin-left: 10px;
  padding-left: 20px;
}
.nav-bread .list-breadcrumbs li + li::before {
  content: "";
  background: rgba(51, 51, 51, 0.8);
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .main-lower .nav-bread {
    position: absolute;
    top: 50%;
    right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-bread {
    font-size: 0.9rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .nav-bread::before {
    background: #E0E3E3;
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
  }
  .nav-bread .list-breadcrumbs {
    background: #ffffff;
    padding-left: 10px;
    position: relative;
    z-index: 5;
  }
  .nav-bread .list-breadcrumbs li + li {
    margin-left: 5px;
    padding-left: 11px;
  }
  .nav-bread .list-breadcrumbs li + li::before {
    width: 6px;
  }
  .main-lower .nav-bread {
    bottom: 10px;
    
  }
  .main-lower .nav-bread::before {
    width: calc(100vw - 20px);
  }
  .main-lower .nav-bread .list-breadcrumbs {
    padding-right: 10px;
  }
}
.page-head {
  
  position: relative;
}
.page-head .layouter {
  padding: 50px 0 10px;
  position: relative;
}
.page-head_title {
  position: relative;
  z-index: 10;
}
.page-head_title span {
  display: block;
}
.page-head_title .jp {
  font-size: 4.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page-head_title .en {
  color: #00986B;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 1.25em;
  margin-left: 2px;
}
.page-head_decorate {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  color: #ffffff;
  font-size: 160px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -1px;
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-head_decorate object {
  height: 135px;
}
.page-head_text {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-head_desc {
  font-size: 1.5rem;
  line-height: 1.86;
  position: relative;
}
.page-head_desc::before {
  background: #D0D5D5;
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 22px;
}

@media print, screen and (min-width: 768px) {
  .page-head.minimum .layouter {
    padding-bottom: 20px;
  }
  .page-head.minimum .nav-bread {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(1em);
        -ms-transform: translateY(1em);
            transform: translateY(1em);
  }
}
.main-lower .page-head .layouter {
  background: #FFF;
  border-bottom: 1px solid #E0E3E3;
  max-width: 1160px;
  padding: 16px 60px 22px;
  position: relative;
}
.main-lower .page-head_title {
  padding: 80px 0;
  position: relative;
}
.main-lower .page-head_title .jp {
  font-size: 3.8rem;
}
.main-lower .page-head_title .en {
  font-size: 1.2rem;
  margin-top: 1.65em;
}
.main-lower .page-head_decorate {
  color: #ffffff;
  font-size: 100px;
  text-align: right;
  text-shadow: 1px 1px 0px #E0E3E3, -1px 1px 0px #E0E3E3, 1px -1px 0px #E0E3E3, -1px -1px 0px #E0E3E3, 1px 0px 0px #E0E3E3, 0px 1px 0px #E0E3E3, -1px 0px 0px #E0E3E3, 0px -1px 0px #E0E3E3;
  z-index: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-lower .page-head_decorate object {
  height: 94px;
}
.main-lower .page-head_decorate object.row-2 {
  height: 207px;
}
.main-lower .page-head_decorate object.row-3 {
  height: 316px;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .page-head .layouter {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-head {
    margin-bottom: 20px;
    padding: 0 20px;
    overflow: hidden;
  }
  .page-head .layouter {
    padding-top: 100px;
    min-height: 360px;
  }
  .page-head_title {
    padding: 0;
  }
  .page-head_title .jp {
    font-size: 3.6rem;
  }
  .page-head_title .en {
    font-size: 1.2rem;
    margin-top: 1.5em;
  }
  .page-head_decorate {
    
    left: 20px;
    top: auto;
    bottom: 75px;
  }
  .page-head_decorate object {
    height: 81px;
  }
  .page-head_decorate > span {
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 75px;
  }
  .page-head_text {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 42px;
  }
  .page-head_desc {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .page-head_desc::before {
    display: none;
  }
  .page-head.minimum .layouter {
    min-height: 250px;
  }
  .main-lower .page-head {
    margin-bottom: 0;
    padding: 40px 10px 0;
  }
  .main-lower .page-head .layouter {
    border-bottom: none;
    padding: 64px 20px 10px;
    min-height: 240px;
    width: 100%;
  }
  .main-lower .page-head_title {
    padding: 0 0;
    position: relative;
  }
  .main-lower .page-head_title .jp {
    font-size: 3rem;
    line-height: 1.23;
  }
  .main-lower .page-head_title .en {
    font-size: 1rem;
    margin-top: 1.5em;
  }
  .main-lower .page-head_decorate {
    font-size: 38px;
    line-height: 1;
    top: auto;
    right: 0;
    bottom: 80px;
    left: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
  .main-lower .page-head_decorate object {
    margin-left: auto;
    height: 37px;
  }
  .main-lower .page-head_decorate object.row-2 {
    height: 82px;
  }
  .main-lower .page-head_decorate object.row-3 {
    height: 125px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.title.level-2 {
  font-weight: 400;
  margin-bottom: 80px;
  position: relative;
}
.title.level-2::before {
  background: #E0E3E3;
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.title.level-2 .mask {
  background: #ffffff;
  display: inline-block;
  margin-left: -20px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.title.level-2 .jp {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
.title.level-2 .en {
  color: #00986B;
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 1em;
  margin-left: 2px;
}

.title.level-3 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2.8em;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 767px) {
  .title.level-2 {
    margin-bottom: 50px;
  }
  .title.level-2 .jp {
    font-size: 2.6rem;
    line-height: 1.12;
  }
  .title.level-2 .en {
    font-size: 0.85rem;
  }
  .title.level-2 .mask {
    padding-right: 12px;
  }
  .title.level-3 {
    font-size: 1.8rem;
    margin-top: 2.25em;
    margin-bottom: 1.35em;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .row.gutter {
    margin-left: -40px;
  }
  .row.gutter > div {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .row.gutter .span-s-12 + .span-s-12 {
    margin-top: 50px;
  }
}


.span-1 {
  width: 8.3333333333%;
}


.span-2 {
  width: 16.6666666667%;
}


.span-3 {
  width: 25%;
}


.span-4 {
  width: 33.3333333333%;
}


.span-5 {
  width: 41.6666666667%;
}


.span-6 {
  width: 50%;
}


.span-7 {
  width: 58.3333333333%;
}


.span-8 {
  width: 66.6666666667%;
}


.span-9 {
  width: 75%;
}


.span-10 {
  width: 83.3333333333%;
}


.span-11 {
  width: 91.6666666667%;
}


.span-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  
  .span-s-3 {
    width: 25% !important;
  }
  .span-s-4 {
    width: 33.33% !important;
  }
  .span-s-6 {
    width: 50% !important;
  }
  .span-s-12 {
    width: 100% !important;
  }
  
}

.en, .num {
  font-family: "Manrope", sans-serif;
}

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

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

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

.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: 500;
}

.fs-l {
  font-size: 1.125em;
}

.fs-s {
  font-size: 0.875em;
}

.fs-ss {
  font-size: 0.75em;
}

.fs-10 {
  font-size: 1rem;
}

.fc-green {
  color: #00986B;
}


.clear {
  clear: both;
  content: "";
  display: table;
}


.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.w-0 {
  width: 0%;
}


.mt-0 {
  margin-top: 0 !important;
}

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

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}


@media print, screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}
a.zoom,
a.filter {
  display: block;
}


.zoom {
  position: relative;
  display: block;
}
.zoom .zoom-frame {
  overflow: hidden;
  position: relative;
}
.zoom .zoom-frame img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.zoom:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}


.filter-frame {
  position: relative;
}
.filter-frame::after {
  background: rgba(0, 46, 32, 0.45);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.filter:hover .filter-frame::after {
  background: rgba(0, 46, 32, 0.25);
}

@media only screen and (max-width: 767px) {
  
}

.button {
  background: #ffffff;
  color: #333333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.button-arrow,
.button-blank {
  position: relative;
}
.button-arrow::before, .button-arrow::after,
.button-blank::before,
.button-blank::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.button-arrow::before,
.button-blank::before {
  background: #FFF;
  width: 40px;
  height: 40px;
}
.button-arrow:hover::before,
.button-blank:hover::before {
  background: #00986B;
}

.button-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.button-arrow:hover::after {
  border-top-color: #00986B;
  border-right-color: #00986B;
}
.button-arrow::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.button-arrow:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.button-blank::after {
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.949%22%20height%3D%2211.949%22%20viewBox%3D%220%200%2011.949%2011.949%22%3E%20%3Cg%20id%3D%22icon-blank%22%20transform%3D%22translate(-105.065%200.707)%22%3E%20%3Cpath%20id%3D%22path%22%20d%3D%22M93.594%2C25.644H89.8v8.425h8.425V29.857%22%20transform%3D%22translate(15.763%20-23.327)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22line%22%20y1%3D%226.53%22%20x2%3D%226.528%22%20transform%3D%22translate(109.779)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path-2%22%20data-name%3D%22path%22%20d%3D%22M99.445%2C29.287V23.811H93.969%22%20transform%3D%22translate(16.862%20-23.811)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 11px;
  height: 11px;
}
.button-blank:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.949' height='11.949' viewBox='0 0 11.949 11.949'%3E%3Cg id='icon-blank_wh' transform='translate(-105.065 0.707)'%3E%3Cpath id='path' d='M93.594,25.644H89.8v8.425h8.425V29.857' transform='translate(15.763 -23.327)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='line' y1='6.53' x2='6.528' transform='translate(109.779)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='path-2' data-name='path' d='M99.445,29.287V23.811H93.969' transform='translate(16.862 -23.811)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

i.button-arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #C1C6C6;
}
i.button-arrow::after {
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -5px;
}

a:hover .button {
  background-color: #00986B;
  color: #ffffff;
  border: 1px solid transparent;
}
a:hover .button-arrow::before {
  background-color: #00986B;
  border-color: transparent;
}
a:hover .button-arrow::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}


.icon {
  display: inline-block;
  position: relative;
}
.icon::after {
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.icon.icon-blank::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.949%22%20height%3D%2211.949%22%20viewBox%3D%220%200%2011.949%2011.949%22%3E%20%3Cg%20id%3D%22icon-blank%22%20transform%3D%22translate(-105.065%200.707)%22%3E%20%3Cpath%20id%3D%22path%22%20d%3D%22M93.594%2C25.644H89.8v8.425h8.425V29.857%22%20transform%3D%22translate(15.763%20-23.327)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22line%22%20y1%3D%226.53%22%20x2%3D%226.528%22%20transform%3D%22translate(109.779)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path-2%22%20data-name%3D%22path%22%20d%3D%22M99.445%2C29.287V23.811H93.969%22%20transform%3D%22translate(16.862%20-23.811)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.icon.icon-blank:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.949%22%20height%3D%2211.949%22%20viewBox%3D%220%200%2011.949%2011.949%22%3E%20%3Cg%20id%3D%22icon-blank%22%20transform%3D%22translate(-105.065%200.707)%22%3E%20%3Cpath%20id%3D%22path%22%20d%3D%22M93.594%2C25.644H89.8v8.425h8.425V29.857%22%20transform%3D%22translate(15.763%20-23.327)%22%20fill%3D%22none%22%20stroke%3D%22%2300986B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22line%22%20y1%3D%226.53%22%20x2%3D%226.528%22%20transform%3D%22translate(109.779)%22%20fill%3D%22none%22%20stroke%3D%22%2300986B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path-2%22%20data-name%3D%22path%22%20d%3D%22M99.445%2C29.287V23.811H93.969%22%20transform%3D%22translate(16.862%20-23.811)%22%20fill%3D%22none%22%20stroke%3D%22%2300986B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") !important;
}
.icon.icon-arrow {
  padding-right: 10px;
}
.icon.icon-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.icon.icon-arrow:hover::after {
  border-top-color: #00986B;
  border-right-color: #00986B;
}

a.icon::after {
  display: inline-block;
}

a:hover .icon.icon-blank::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.949%22%20height%3D%2211.949%22%20viewBox%3D%220%200%2011.949%2011.949%22%3E%20%3Cg%20id%3D%22icon-blank%22%20transform%3D%22translate(-105.065%200.707)%22%3E%20%3Cpath%20id%3D%22path%22%20d%3D%22M93.594%2C25.644H89.8v8.425h8.425V29.857%22%20transform%3D%22translate(15.763%20-23.327)%22%20fill%3D%22none%22%20stroke%3D%22%2300986B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22line%22%20y1%3D%226.53%22%20x2%3D%226.528%22%20transform%3D%22translate(109.779)%22%20fill%3D%22none%22%20stroke%3D%22%2300986B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path-2%22%20data-name%3D%22path%22%20d%3D%22M99.445%2C29.287V23.811H93.969%22%20transform%3D%22translate(16.862%20-23.811)%22%20fill%3D%22none%22%20stroke%3D%22%2300986B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
a:hover .button .icon.icon-blank::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.949%22%20height%3D%2211.949%22%20viewBox%3D%220%200%2011.949%2011.949%22%3E%20%3Cg%20id%3D%22icon-blank%22%20transform%3D%22translate(-105.065%200.707)%22%3E%20%3Cpath%20id%3D%22path%22%20d%3D%22M93.594%2C25.644H89.8v8.425h8.425V29.857%22%20transform%3D%22translate(15.763%20-23.327)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22line%22%20y1%3D%226.53%22%20x2%3D%226.528%22%20transform%3D%22translate(109.779)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path-2%22%20data-name%3D%22path%22%20d%3D%22M99.445%2C29.287V23.811H93.969%22%20transform%3D%22translate(16.862%20-23.811)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
a:hover .button-blank::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.949' height='11.949' viewBox='0 0 11.949 11.949'%3E%3Cg id='icon-blank_wh' transform='translate(-105.065 0.707)'%3E%3Cpath id='path' d='M93.594,25.644H89.8v8.425h8.425V29.857' transform='translate(15.763 -23.327)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='line' y1='6.53' x2='6.528' transform='translate(109.779)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='path-2' data-name='path' d='M99.445,29.287V23.811H93.969' transform='translate(16.862 -23.811)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.block-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.block-index .index-item_thumb {
  display: block;
}
.block-index .index-item_text {
  margin-top: 26px;
}
.block-index .index-item_text .label {
  font-size: 1.8rem;
  font-weight: 500;
}
.block-index .index-item_text .label span {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 6px;
}
.block-index .index-item_text .desc {
  line-height: 2;
  margin-top: 20px;
}
.block-index .index-item_text .link {
  margin-top: 1.75em;
  text-align: right;
}
.block-index .index-item a.zoom:hover .index-item_thumb::before {
  background-color: #00986B;
}
.block-index .index-item a.zoom:hover .index-item_thumb::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.index-item .button-arrow::before,
.index-item .button-blank::before {
  right: 0;
  bottom: 0;
}
.index-item .button-arrow::after,
.index-item .button-blank::after {
  right: 17px;
  bottom: 15px;
  top: auto;
}
.index-item .button-blank::after {
  right: 13px;
  bottom: 14px;
}

@media print, screen and (min-width: 768px) {
  .block-index {
    margin-top: -80px;
  }
  .block-index .index-item {
    margin-top: 80px;
  }
  .block-index .index-item.span-4 .index-item_thumb {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .block-index .index-item + .index-item {
    margin-top: 50px;
  }
}
.block-table table {
  border-collapse: collapse;
  width: 100%;
}
.block-table th, .block-table td {
  border: 1px solid #E0E3E3;
  line-height: 1.4;
}
.block-table th {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.5em 2em;
}
.block-table th span {
  font-size: 1.1rem;
  font-weight: 400;
}
.block-table td {
  line-height: 2;
  padding: 1.5em 2.75em;
}
.block-table td a {
  color: #00986B;
}
.block-table td dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.block-table td dt, .block-table td dd, .block-table td th, .block-table td td {
  border: none;
  padding: 0.25em 0;
}
.block-table td dt, .block-table td th {
  font-weight: normal;
  text-align: left;
  width: 10em;
}
.block-table td dd {
  width: calc(100% - 10em);
}
.block-table td table {
  width: auto;
}

dl.colon dt, dl.colon th,
table.colon dt,
table.colon th {
  position: relative;
  width: 5em;
}
dl.colon dt::after, dl.colon th::after,
table.colon dt::after,
table.colon th::after {
  content: ":";
  position: absolute;
  right: 0;
}
dl.colon dt.va-m::after, dl.colon th.va-m::after,
table.colon dt.va-m::after,
table.colon th.va-m::after {
  top: 50%;
  line-height: 1;
  margin-top: -0.75em;
}
dl.colon dd,
table.colon dd {
  padding-left: 1em;
  width: calc(100% - 5em);
}
dl.colon td,
table.colon td {
  padding-left: 1em;
}

@media only screen and (max-width: 767px) {
  .block-table table {
    border-top: 1px solid #E0E3E3;
  }
  .block-table table tr, .block-table table th, .block-table table td {
    display: block;
  }
  .block-table table th, .block-table table td {
    border-top: none;
    padding: 1em 1.5em;
    text-align: left;
    width: 100% !important;
  }
  .block-table table th {
    font-size: 1.4rem;
  }
  .block-table table td {
    font-size: 1.3rem;
    line-height: 1.46;
    word-break: break-all;
  }
  .block-table table td a {
    display: inline-block;
    line-height: 1.2;
  }
  .block-table table td dd a {
    margin-top: 0;
  }
  .block-table table td table {
    border: none;
  }
  .block-table table td tr {
    display: table-row;
  }
  .block-table table td th {
    padding-left: 0;
  }
  .block-table table td th, .block-table table td td {
    display: table-cell;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: auto !important;
  }
}
.irp-press-list {
  line-height: 1.57;
}
.irp-press-list .irp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px 10px 30px 0;
}
.irp-press-list .irp-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.irp-press-list .irp-item:hover::after {
  border-top-color: #00986B;
  border-right-color: #00986B;
}
.irp-press-list .irp-item + .irp-item {
  border-top: 1px solid #E0E3E3;
}
.irp-press-list .irp-date {
  font-family: "Manrope", sans-serif;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 110px;
}
.irp-press-list .irp-title-block .irp-title {
  
}
.irp-press-list .size-url {
  display: none;
}

.page-topics .irp-press-list .irp-item:first-child {
  padding-top: 0;
}

.page-home .irp-press-list .irp-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.page-home .irp-press-list .irp-item:hover::after {
  border-top-color: #FFF;
  border-right-color: #FFF;
}
.page-home .irp-press-list .irp-item + .irp-item {
  border-top-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
  .irp-press-list .irp-item {
    display: block;
    padding-right: 32px;
  }
  .irp-title-block {
    margin-top: 1em;
  }
  .irp-title {
    font-size: 1.3rem;
    line-height: 1.62;
  }
  .irp-title:after {
    display: none;
  }
}
.p__copyright{
	margin-top: 14px;
}
