@charset "UTF-8";
/* ===========================

base

=========================== */
html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  position: relative;
  color: #333;
  font-weight: 400;
  background: #fff;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

@media print, screen and (min-width: 641px) {
  .inner {
    width: 1200px;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 641px) {
  .main {
    padding: 96px 0 70px;
  }
}
@media only screen and (max-width: 640px) {
  .main {
    padding: 56px 0 48px;
  }
}

@media print, screen and (min-width: 641px) {
  .no-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .no-sp {
    display: none;
  }
}
.img-wrap {
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .img-wrap {
    margin: 20px 0;
  }
}

.img-fit {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .img-fit {
    width: 100%;
  }
}

.wordBreak {
  word-break: break-all;
}

.topicpath {
  min-width: 1200px;
  border-top: none;
  background: none;
  color: #00a28e;
  font-size: 11px;
  font-weight: 500;
}
.topicpath ul {
  margin: 0 auto;
  padding: 7px 8px;
  width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #9ddbd0;
}
@media only screen and (max-width: 640px) {
  .topicpath {
    min-width: 0;
  }
  .topicpath ul {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .footer-sm-conversion {
    margin-bottom: 0;
  }
}
/* pageContent-nav */
@media only screen and (max-width: 640px) {
  .pageContent-nav > a {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
    padding-left: 12px;
  }
  .pageContent-nav > a::before {
    margin-top: 4px;
  }
}

.pageContent-nav2nd ul {
  background-color: #f9f9f9;
  margin: 0;
  list-style: none;
}
.pageContent-nav2nd ul a {
  background: none !important;
  font-weight: 400;
}
.pageContent-nav2nd ul a::before {
  border-left: 0;
  border-width: 1px 1px 0 0;
  border-color: #00aa95 #00aa95 transparent transparent;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageContent-nav2nd ul a:hover, .pageContent-nav2nd ul a[aria-current=page] {
  color: #00aa95;
}
@media print, screen and (min-width: 641px) {
  .pageContent-nav2nd {
    margin-top: 1px;
  }
  .pageContent-nav2nd ul {
    padding: 10px 0;
  }
  .pageContent-nav2nd ul a {
    padding: 12px 10px 11px 28px;
    font-size: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pageContent-nav2nd ul a::before {
    width: 4px;
    height: 4px;
    top: 18px;
    left: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .pageContent-nav2nd {
    width: 50%;
  }
  .pageContent-nav2nd > a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
    padding-left: 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pageContent-nav2nd > a::before {
    margin-top: 4px;
  }
  .pageContent-nav2nd ul {
    padding: 5px 0 5px 18px;
  }
  .pageContent-nav2nd ul a {
    margin: 0;
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pageContent-nav2nd ul a::before {
    width: 4px;
    height: 4px;
    margin: 6px 6px 0 0;
  }
}

/* anchor */
.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.anchor a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}
.anchor a::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #00aa95 transparent transparent transparent;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.anchor a:hover {
  color: #10a895;
}
@media print, screen and (min-width: 641px) {
  .anchor {
    margin: 0 0 40px;
  }
  .anchor li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .anchor {
    margin: 0 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anchor li {
    margin: 0 20px 15px 0;
  }
}

/* ===========================

header

=========================== */
.hd {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.949);
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .hd {
    width: 1200px;
    height: 96px;
    -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .hd {
    width: 96.8%;
    height: 56px;
  }
}
.hd-logo {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .hd-logo {
    width: 170px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 32px;
    position: relative;
    z-index: 100;
  }
  .hd-logo a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 640px) {
  .hd-logo {
    width: 100%;
    height: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 14px;
    position: relative;
    z-index: 20;
  }
  .hd-logo a {
    width: 101px;
  }
}
@media only screen and (max-width: 640px) {
  .hd-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 56px;
    height: calc(100dvh - 56px);
    background: #fff;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .hd-inner[aria-expanded=true] {
    transition: visibility 0s, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media print, screen and (min-width: 641px) {
  .hd-other {
    position: absolute;
    top: 0;
    right: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 96px;
  }
}
@media only screen and (max-width: 640px) {
  .hd-other {
    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;
    height: 60px;
    padding: 7px 12px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.hd-lang label {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.hd-lang input[type=radio] {
  display: none;
}
.hd-lang input[type=radio]:checked + label {
  color: #00947b;
  cursor: auto;
}
@media print, screen and (min-width: 641px) {
  .hd-lang {
    padding-left: 33px;
  }
  .hd-lang label {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 640px) {
  .hd-lang {
    padding-left: 10px;
  }
  .hd-lang label {
    margin-left: 12px;
  }
}
.hdSearch input[type=text] {
  width: 100%;
  border: none;
  background: none;
  outline: none;
}
@media print, screen and (min-width: 641px) {
  .hdSearch {
    width: 96px;
    height: 96px;
    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;
  }
  .hdSearch_button {
    width: 48px;
    height: 48px;
    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;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
  }
  .hdSearch_button svg {
    width: 24px;
    height: 24px;
  }
  .hdSearch_button path {
    fill: #10a895;
  }
  .hdSearch_button:hover path {
    fill: #00947b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hdSearch-inner {
    position: absolute;
    top: 0;
    right: -96px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 40;
    width: 1200px;
    height: 96px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 111px 16px 241px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s ease;
    transition: visibility 0.3s, opacity 0.3s ease;
  }
  .hdSearch-inner.-open {
    visibility: visible;
    opacity: 1;
  }
  .hdSearch-inner .hdSearch_button {
    position: absolute;
    right: 120px;
    top: 24px;
  }
  .hdSearch-form {
    border-bottom: 1px solid #10a895;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 70px;
  }
  .hdSearch_cancel {
    position: absolute;
    top: 16px;
    left: 241px;
    border: none;
    background: none;
    outline: none;
    width: 56px;
    height: 63px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #99c7bf;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    letter-spacing: 0.075em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hdSearch_cancel:hover {
    color: #00947b;
  }
  .hdSearch_cancel::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/common/2023/corporate/img/share/icon_cancel.svg") 0 0/cover no-repeat;
  }
}
@media only screen and (max-width: 640px) {
  .hdSearch {
    width: calc(100% - 120px);
  }
  .hdSearch_button, .hdSearch_cancel {
    display: none;
  }
  .hdSearch-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #10a895;
    width: 100%;
  }
  .hdSearch-form button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    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;
  }
  .hdSearch-form button svg {
    width: 20px;
    height: 20px;
    fill: #10a895;
  }
}
.hd-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}
@media only screen and (max-width: 640px) {
  .hd-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hd-contact {
  background-color: #10a895;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.075em;
  font-weight: 500;
}
@media print, screen and (min-width: 641px) {
  .hd-contact {
    width: 96px;
    height: 96px;
    padding-top: 29px;
    font-size: 11px;
    line-height: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hd-contact:hover {
    background-color: #00947b;
  }
  .hd-contact img {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .hd-contact {
    width: 56px;
    height: 56px;
    padding-top: 17px;
    font-size: 7px;
    line-height: 10px;
  }
  .hd-contact img {
    display: block;
    width: 15px;
    height: 15px;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 641px) {
  .hd-navbtn {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .hd-navbtn {
    outline: none;
    border: none;
    background-color: #fff;
    padding: 0;
    width: 56px;
    height: 56px;
    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;
  }
  .hd-navbtn svg {
    width: 40px;
    height: 40px;
    fill: #10a895;
  }
  .hd-navbtn svg path:nth-child(2) {
    display: none;
  }
  .hd-navbtn[aria-expanded=true] svg path:nth-child(1) {
    display: none;
  }
  .hd-navbtn[aria-expanded=true] svg path:nth-child(2) {
    display: block;
  }
}

.globalNav li {
  list-style: none;
}
@media print, screen and (min-width: 641px) {
  .globalNav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .globalNav-1st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 0 0 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .globalNav-1st li {
    margin-left: 24px;
    font-size: 15px;
    font-weight: 500;
  }
  .globalNav-1st li:first-child {
    display: none;
  }
  .globalNav-1st a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .globalNav-1st a:hover {
    color: #10a895;
  }
  .globalNav-1st a[target=_blank]::after {
    display: inline-block;
    content: "";
    background: url("/common/2023/corporate/img/share/blank.svg") 0 0/cover no-repeat;
    margin-left: 3px;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .globalNav-1st a[target=_blank]::after {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 640px) {
  .globalNav-1st a[target=_blank]::after {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 641px) {
  .globalNav-2nd {
    display: none;
  }
  .globalNav_close {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav {
    background-color: #deefec;
  }
  .globalNav a {
    display: block;
    text-decoration: none;
    letter-spacing: 0.075em;
  }
  .globalNav a[target=_blank]::after {
    display: inline-block;
    content: "";
    background: url("/common/2023/corporate/img/share/blank.svg") 0 0/cover no-repeat;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 641px) {
  .globalNav a[target=_blank]::after {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .globalNav a[target=_blank]::after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav-1st {
    margin: 0;
    padding: 0;
  }
  .globalNav-1st > li:not(:last-child) {
    border-bottom: 1px solid #94dcd3;
  }
  .globalNav-1st > li > a {
    padding: 18px 26px;
    font-size: 15px;
    line-height: 18px;
    color: #333;
    font-weight: 500;
  }
  .globalNav-2nd {
    padding: 0 0 8px;
  }
  .globalNav-2nd > li > a {
    position: relative;
    padding: 14px 34px;
    color: #555;
    font-size: 13px;
    line-height: 16px;
  }
  .globalNav-2nd > li > a::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #10a895;
    position: absolute;
    top: 21px;
    left: 26px;
  }
  .globalNav_close {
    outline: none;
    border: none;
    background-color: #fff;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    color: #10a895;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .globalNav_close svg {
    margin-right: 6px;
    fill: #10a895;
    width: 18px;
    height: 18px;
  }
}

/* ===========================

footer

=========================== */
.pageTop {
  position: relative;
}
.pageTop_button {
  display: block;
  background-color: rgba(16, 168, 149, 0.2);
  border-radius: 100%;
  position: fixed;
}
.pageTop_button.-finish {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .pageTop_button {
    width: 60px;
    height: 60px;
    bottom: 8px;
    right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pageTop_button:hover {
    background-color: rgba(16, 168, 149, 0.5);
  }
}
@media only screen and (max-width: 640px) {
  .pageTop_button {
    width: 40px;
    height: 40px;
    bottom: 84px;
    right: 4px;
  }
}

.ft li {
  list-style: none;
}
@media print, screen and (min-width: 641px) {
  .ftTree {
    background-color: #deefec;
    padding: 55px 0 48px;
  }
  .ftTree ul {
    padding: 0;
  }
  .ftTree a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ftTree a:hover {
    color: #00947b;
  }
  .ftTree-list {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
  }
  .ftTree-list > li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    margin-bottom: 24px;
  }
  .ftTree-list li > ul {
    margin-top: 10px;
  }
  .ftTree-list li > ul > li {
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
    padding-left: 14px;
    position: relative;
  }
  .ftTree-list li > ul > li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #10a895;
    border-radius: 100%;
    position: absolute;
    top: 0.7em;
    left: 2px;
  }
  .ftTree-list li > ul > li > a {
    color: #555;
  }
}
@media only screen and (max-width: 640px) {
  .ftTree {
    display: none;
  }
}
.ftBtm {
  background-color: #119982;
  font-size: 14px;
  font-weight: 400;
}
.ftBtm a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ftBtm a:hover {
  color: #8ccdc2;
}
.ftBtm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.ftBtm-out a[target=_blank]::after {
  display: inline-block;
  content: "";
  background: url("/common/2023/corporate/img/share/blank.svg") -14px 0/cover no-repeat;
  margin-left: 3px;
}
@media print, screen and (min-width: 641px) {
  .ftBtm-out a[target=_blank]::after {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .ftBtm-out a[target=_blank]::after {
    width: 8px;
    height: 8px;
    background-position: -11px 0;
  }
}
.ftBtm-out a:hover[target=_blank]::after {
  display: inline-block;
  content: "";
  background: url("/common/2023/corporate/img/share/blank.svg") 0 0/cover no-repeat;
  margin-left: 3px;
}
@media print, screen and (min-width: 641px) {
  .ftBtm-out a:hover[target=_blank]::after {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .ftBtm-out a:hover[target=_blank]::after {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 641px) {
  .ftBtm .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 0;
  }
  .ftBtm-in {
    margin: 0;
  }
  .ftBtm-in li {
    margin-right: 20px;
  }
  .ftBtm-out {
    margin: 0;
  }
  .ftBtm-out li {
    margin-left: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .ftBtm {
    padding: 14px 0 20px;
  }
  .ftBtm-in {
    margin: 0 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    line-height: 14px;
  }
  .ftBtm-in li {
    margin: 14px 1em 0;
  }
  .ftBtm-out {
    margin: 30px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 16px;
  }
  .ftBtm-out li {
    margin: 0 16px;
  }
}

.copyright {
  background-color: #10a895;
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 400;
}
@media print, screen and (min-width: 641px) {
  .copyright {
    padding: 18px 0;
    font-size: 12px;
    min-width: 1200px;
  }
}
@media only screen and (max-width: 640px) {
  .copyright {
    padding: 11px 0;
    font-size: 9px;
  }
}

/* ===========================

home

=========================== */
@media print, screen and (min-width: 641px) {
  .homeColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.homeTitle {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.2;
}
.homeTitle_en {
  display: inline-block;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #019c89;
  font-weight: 600;
}
.homeTitle_en::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #0f9685;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 641px) {
  .homeTitle {
    font-size: 40px;
  }
  .homeTitle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .homeTitle-wrap .homeButton {
    margin: 0 0 0 40px;
  }
  .homeTitle-wrap.is-en {
    display: block;
    text-align: right;
  }
  .homeTitle-wrap.is-en .homeTitle {
    text-align: left;
    margin-bottom: 20px;
  }
  .homeTitle_en {
    padding-left: 30px;
    font-size: 20px;
  }
  .homeTitle_en::before {
    width: 40px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .homeTitle {
    font-size: 32px;
  }
  .homeTitle_en {
    padding-left: 24px;
    font-size: 16px;
  }
  .homeTitle_en::before {
    width: 32px;
    bottom: 16px;
  }
}
.homeButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #10a895;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
.homeButton::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/common/2023/corporate/img/share/arrow.svg") 0 0/cover no-repeat;
}
.homeButton[target=_blank]::after {
  display: inline-block;
  content: "";
  background: url("/common/2023/corporate/img/share/blank.svg") -14px 0/cover no-repeat;
  margin-left: 3px;
  margin-left: 6px;
}
@media print, screen and (min-width: 641px) {
  .homeButton[target=_blank]::after {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .homeButton[target=_blank]::after {
    width: 8px;
    height: 8px;
    background-position: -11px 0;
  }
}
@media print, screen and (min-width: 641px) {
  .homeButton {
    height: 48px;
    padding: 0 62px 0 32px;
    border-radius: 24px;
    font-size: 18px;
    margin-top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .homeButton:hover {
    background-color: #00947b;
  }
  .homeButton::before {
    width: 28px;
    height: 28px;
    right: 11px;
  }
}
@media only screen and (max-width: 640px) {
  .homeButton {
    height: 40px;
    padding: 0 55px 0 25px;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 13px;
  }
  .homeButton::before {
    width: 24px;
    height: 24px;
    right: 10px;
  }
}
.homeLinkList {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.075em;
}
.homeLinkList li {
  border-bottom: 1px solid #94dcd3;
}
.homeLinkList a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.homeLinkList a:hover {
  color: #10a895;
}
.homeLinkList a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/common/2023/corporate/img/share/arrow_s.svg") 0 0/cover no-repeat;
}
@media print, screen and (min-width: 641px) {
  .homeLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    line-height: 18px;
  }
  .homeLinkList a {
    padding: 15px 30px 15px 5px;
  }
  .homeLinkList a::after {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .homeLinkList {
    font-size: 15px;
    line-height: 16px;
  }
  .homeLinkList a {
    padding: 11px 20px 12px 4px;
  }
  .homeLinkList a::after {
    width: 14px;
    height: 14px;
  }
}
.homeCard {
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.homeCard::before {
  content: "";
  background: 50% 50%/cover no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
}
.homeCard:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.homeCard::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  background: url("/common/2023/corporate/img/share/arrow_card.svg") 0 0/cover no-repeat;
}
.homeCard-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeCard_title {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.homeCard_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #aedcd9;
}
.homeCard_text {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .homeCard {
    padding-top: 30px;
  }
  .homeCard::after {
    width: 32px;
    height: 32px;
    bottom: 12px;
    right: 12px;
  }
  .homeCard:hover::after {
    background-position: 0 bottom;
  }
  .homeCard-list {
    margin: 30px 0 0;
  }
  .homeCard-list li {
    margin-top: 10px;
  }
  .homeCard_title {
    padding-left: 32px;
    font-size: 20px;
  }
  .homeCard_title::before {
    width: 20px;
    height: 2px;
  }
}
@media only screen and (max-width: 640px) {
  .homeCard {
    padding-top: 22px;
  }
  .homeCard::after {
    width: 24px;
    height: 24px;
    bottom: 10px;
    right: 10px;
  }
  .homeCard-list {
    margin: 27px 0 0;
  }
  .homeCard-list li {
    margin-top: 5px;
  }
  .homeCard_title {
    padding-left: 16px;
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .homeCard_title::before {
    width: 12px;
    height: 2px;
  }
}
.homeMV {
  position: relative;
}
.homeMV .inner {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  z-index: 10;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.075;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.homeMV p {
  width: 100%;
}
.homeMV-copy {
  margin: 0;
}
@media print, screen and (min-width: 641px) {
  .homeMV {
    margin-top: -96px;
    height: 800px;
  }
  .homeMV .inner {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 50px;
    padding-left: 80px;
  }
  .homeMV-copy {
    font-size: 80px;
    line-height: 96px;
  }
  .homeMV-copy_sub {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .homeMV {
    margin-top: -63px;
  }
  .homeMV .inner {
    left: 0;
    text-align: center;
  }
  .homeMV-copy {
    font-size: 48px;
    line-height: 56px;
  }
  .homeMV-copy_sub {
    font-size: 15px;
  }
}
.homeSlider {
  position: relative;
  overflow: hidden;
}
.homeSlider_item {
  background: 50% 50%/cover no-repeat;
}
@media print, screen and (min-width: 641px) {
  .homeSlider {
    height: 800px;
  }
  .homeSlider_item:nth-child(1) {
    background-image: url("/common/2023/corporate/img/home/slider_1.jpg");
  }
  .homeSlider_item:nth-child(2) {
    background-image: url("/common/2023/corporate/img/home/slider_2.jpg");
  }
  .homeSlider_item:nth-child(3) {
    background-image: url("/common/2023/corporate/img/home/slider_3.jpg");
  }
  .homeSlider_item:nth-child(4) {
    background-image: url("/common/2023/corporate/img/home/slider_4.jpg");
  }
}
@media only screen and (max-width: 640px) {
  .homeSlider {
    height: 128vw;
  }
  .homeSlider_item:nth-child(1) {
    background-image: url("/common/2023/corporate/img/home/slider_1_sp.jpg");
  }
  .homeSlider_item:nth-child(2) {
    background-image: url("/common/2023/corporate/img/home/slider_2_sp.jpg");
  }
  .homeSlider_item:nth-child(3) {
    background-image: url("/common/2023/corporate/img/home/slider_3_sp.jpg");
  }
  .homeSlider_item:nth-child(4) {
    background-image: url("/common/2023/corporate/img/home/slider_4_sp.jpg");
  }
}
@media print, screen and (min-width: 641px) {
  .homeSlider.is-en {
    height: 800px;
  }
  .homeSlider.is-en .homeSlider_item:nth-child(1) {
    background-image: url("/common/2023/corporate/img/home/slider_1_en.jpg");
  }
  .homeSlider.is-en .homeSlider_item:nth-child(2) {
    background-image: url("/common/2023/corporate/img/home/slider_2_en.jpg");
  }
  .homeSlider.is-en .homeSlider_item:nth-child(3) {
    background-image: url("/common/2023/corporate/img/home/slider_3_en.jpg");
  }
  .homeSlider.is-en .homeSlider_item:nth-child(4) {
    background-image: url("/common/2023/corporate/img/home/slider_4_en.jpg");
  }
}
@media only screen and (max-width: 640px) {
  .homeSlider.is-en {
    height: 128vw;
  }
  .homeSlider.is-en .homeSlider_item:nth-child(1) {
    background-image: url("/common/2023/corporate/img/home/slider_1_sp_en.jpg");
  }
  .homeSlider.is-en .homeSlider_item:nth-child(2) {
    background-image: url("/common/2023/corporate/img/home/slider_2_sp_en.jpg");
  }
  .homeSlider.is-en .homeSlider_item:nth-child(3) {
    background-image: url("/common/2023/corporate/img/home/slider_3_sp_en.jpg");
  }
  .homeSlider.is-en .homeSlider_item:nth-child(4) {
    background-image: url("/common/2023/corporate/img/home/slider_4_sp_en.jpg");
  }
}
.homeNews-head {
  border-bottom: 2px solid #94dcd3;
  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;
}
.homeNews_title {
  margin: 0;
  font-weight: 500;
  color: #019c89;
}
.homeNews_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #555;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.homeNews_link::before {
  content: "";
  display: block;
  background: url("/common/2023/corporate/img/share/arrow_m.svg") 50% 50%/cover no-repeat;
}
.homeNews_link:hover {
  color: #00947b;
}
.homeNews .blogList {
  margin-top: 0 !important;
}
.homeNews .blogList a {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.homeNews .blogList a[href] {
  color: #333;
}
.homeNews .blogList a[href] span {
  text-decoration: none;
}
.homeNews .blogList a[href]:hover {
  color: #00947b;
}
.homeNews .blogList a time {
  font-weight: 500;
}
@media print, screen and (min-width: 641px) {
  .homeNews {
    padding: 80px 0 40px;
  }
  .homeNews-col {
    width: 580px;
  }
  .homeNews-head {
    padding: 0 5px 18px;
  }
  .homeNews_title {
    font-size: 24px;
  }
  .homeNews_link {
    font-size: 14px;
    line-height: 24px;
  }
  .homeNews_link::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .homeNews .blogList a {
    padding: 30px 6px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .homeNews {
    padding: 35px 0;
  }
  .homeNews-col + .homeNews-col {
    margin-top: 35px;
  }
  .homeNews-head {
    padding: 0 5px 12px;
  }
  .homeNews_title {
    font-size: 19px;
  }
  .homeNews_link {
    font-size: 12px;
    line-height: 18px;
  }
  .homeNews_link::before {
    width: 18px;
    height: 18px;
    margin-right: 3px;
  }
  .homeNews_link:hover {
    color: #00947b;
  }
  .homeNews .blogList a {
    padding: 16px 5px;
    font-size: 15px;
    line-height: 24px;
  }
}
.homeCompany-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.homeCompany-message .homeCard_title {
  color: #10a895;
}
.homeCompany-message_text {
  display: block;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333;
}
.homeCompany-message_link {
  color: #555;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.homeCompany-message_link::before {
  content: "";
  display: block;
  background: url("/common/2023/corporate/img/share/arrow_m.svg") 50% 50%/cover no-repeat;
}
@media print, screen and (min-width: 641px) {
  .homeCompany {
    padding: 60px 0 95px;
  }
  .homeCompany .inner {
    position: relative;
  }
  .homeCompany .homeTitle-wrap {
    width: 420px;
    height: 256px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .homeCompany .homeTitle-wrap .homeTitle {
    width: 100%;
  }
  .homeCompany .homeTitle-wrap .homeButton {
    margin: 20px 0 0;
  }
  .homeCompany .homeCard-list {
    margin-top: 0;
  }
  .homeCompany .homeCard {
    width: 392px;
    height: 200px;
  }
  .homeCompany .homeCard.-card1::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_01.jpg");
  }
  .homeCompany .homeCard.-card2::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_02.jpg");
  }
  .homeCompany .homeCard.-card3::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_03.jpg");
  }
  .homeCompany .homeCard.-card4::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_04.jpg");
  }
  .homeCompany .homeCard.-card5::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_05.jpg");
  }
  .homeCompany .homeCard.-card6::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_06.jpg");
  }
  .homeCompany .homeCard.-card2, .homeCompany .homeCard.-card3 {
    width: 594px;
  }
  .homeCompany-message {
    display: block;
    width: 760px !important;
    height: 256px !important;
    margin: 0 0 0 440px;
    padding: 65px 395px 0 0;
  }
  .homeCompany-message::after {
    display: none;
  }
  .homeCompany-message .homeCard_title {
    padding-left: 56px;
    font-size: 24px;
  }
  .homeCompany-message .homeCard_title::before {
    width: 40px;
    height: 4px;
  }
  .homeCompany-message_text {
    margin: 15px 0 0 56px;
    font-size: 16px;
    line-height: 28px;
    position: relative;
  }
  .homeCompany-message_link {
    position: absolute;
    right: 395px;
    bottom: 48px;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .homeCompany-message_link::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .homeCompany-message:hover .homeCompany-message_link {
    color: #00947b;
  }
  .homeCompany-message.is-en {
    padding: 65px 360px 0 0;
  }
  .homeCompany-message.is-en .homeCompany-message_link {
    bottom: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .homeCompany {
    padding: 35px 0 65px;
  }
  .homeCompany .homeCard-list li {
    margin-top: 8px;
    width: 100%;
  }
  .homeCompany .homeCard {
    width: 100%;
    height: 120px;
  }
  .homeCompany .homeCard.-card2::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_02_sp.jpg");
  }
  .homeCompany .homeCard.-card3::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_03_sp.jpg");
  }
  .homeCompany .homeCard.-card4::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_04_sp.jpg");
  }
  .homeCompany .homeCard.-card5::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_05_sp.jpg");
  }
  .homeCompany .homeCard.-card6::before {
    background-image: url("/common/2023/corporate/img/home/bg_company_06_sp.jpg");
  }
  .homeCompany-message {
    height: 200px !important;
    margin: 0;
    padding: 26px 42.7% 0 0;
    background: url("/common/2023/corporate/img/home/bg_company_01_sp.jpg") 50% 50%/cover no-repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .homeCompany-message .homeCard_title {
    padding-left: 31px;
    font-size: 20px;
  }
  .homeCompany-message .homeCard_title::before {
    width: 24px;
    height: 3px;
  }
  .homeCompany-message_text {
    margin: 15px 0 0 31px;
    font-size: 15px;
    line-height: 24px;
  }
  .homeCompany-message_link {
    font-size: 12px;
    line-height: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
    margin-top: 8px;
  }
  .homeCompany-message_link::before {
    width: 16px;
    height: 16px;
    margin-right: 3px;
  }
}
.homeProducts {
  background: url("/common/2023/corporate/img/home/bg_products.jpg") 50% 50%/cover no-repeat;
}
.homeProducts .inner {
  position: relative;
}
.homeProducts .homeTitle {
  color: #fff;
}
.homeProducts .homeTitle_en {
  color: #35e3ce;
}
.homeProducts .homeTitle_en::before {
  background-color: #35e3ce;
}
.homeProducts .homeLinkList li {
  border-color: #35e3ce;
}
.homeProducts .homeLinkList a {
  color: #fff;
}
.homeProducts .homeLinkList a:hover {
  color: #35e3ce;
}
.homeProducts_banner {
  position: absolute;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .homeProducts .inner {
    padding: 96px 0;
  }
  .homeProducts .homeLinkList {
    width: 520px;
    margin-right: 80px;
  }
  .homeProducts .homeLinkList li {
    width: 240px;
  }
  .homeProducts_banner {
    bottom: -24px;
    right: 0;
  }
  .homeProducts_banner a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .homeProducts_banner a:hover {
    opacity: 0.9;
  }
}
@media only screen and (max-width: 640px) {
  .homeProducts {
    background-image: url("/common/2023/corporate/img/home/bg_products_sp.jpg");
  }
  .homeProducts .inner {
    padding: 45px 20px 80px;
  }
  .homeProducts .homeLinkList {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
  }
  .homeProducts .homeLinkList li:nth-child(odd) {
    width: 52.23%;
  }
  .homeProducts .homeLinkList li:nth-child(even) {
    width: 41.8%;
  }
  .homeProducts_banner {
    left: 50%;
    bottom: -27px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .homeProducts_banner img {
    width: 256px;
  }
}
.homeIR .homeCard.-card1::before {
  background-image: url("/common/2023/corporate/img/home/bg_ir_01.jpg");
}
.homeIR .homeCard.-card2::before {
  background-image: url("/common/2023/corporate/img/home/bg_ir_02.jpg");
}
.homeIR .homeCard.-card3::before {
  background-image: url("/common/2023/corporate/img/home/bg_ir_03.jpg");
}
.homeIR .homeCard.-card4::before {
  background-image: url("/common/2023/corporate/img/home/bg_ir_04.jpg");
}
@media print, screen and (min-width: 641px) {
  .homeIR {
    padding: 120px 0 95px;
  }
  .homeIR .homeCard {
    width: 192px;
    height: 256px;
  }
  .homeIR .homeCard.-card1 {
    width: 600px;
    padding-top: 52px;
  }
  .homeIR .homeCard.-card1 .homeCard_title {
    padding-left: 48px;
    font-size: 24px;
  }
  .homeIR .homeCard.-card1 .homeCard_title::before {
    width: 32px;
    height: 4px;
  }
  .homeIR .homeCard_text {
    display: block;
    padding-left: 44px;
    margin-top: 18px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .homeIR {
    padding: 90px 0 65px;
  }
  .homeIR .homeTitle {
    font-size: 31px;
  }
  .homeIR .homeTitle_en {
    margin-left: 27px;
  }
  .homeIR .homeCard-list li {
    width: 32.2388059701%;
  }
  .homeIR .homeCard-list li:first-child {
    width: 100%;
  }
  .homeIR .homeCard {
    width: 100%;
    height: 144px;
  }
  .homeIR .homeCard.-card1 {
    padding-top: 24px;
  }
  .homeIR .homeCard.-card1 .homeCard_title {
    padding-left: 24px;
  }
  .homeIR .homeCard.-card1 .homeCard_title::before {
    width: 16px;
  }
  .homeIR .homeCard_text {
    display: block;
    padding-left: 18px;
    margin-top: 6px;
    font-size: 11px;
  }
}
.homeSustain {
  position: relative;
  background-color: #e6f3f1;
}
.homeSustain::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.homeSustain .homeCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}
.homeSustain .homeCard::after {
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media print, screen and (min-width: 641px) {
  .homeSustain {
    padding: 64px 0 95px;
  }
  .homeSustain::before {
    height: 135px;
  }
  .homeSustain .homeCard {
    width: 392px;
    height: 160px;
  }
  .homeSustain .homeCard.-card1::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_01.jpg");
  }
  .homeSustain .homeCard.-card2::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_02.jpg");
  }
  .homeSustain .homeCard.-card3::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_03.jpg");
  }
  .homeSustain .homeCard.-card4::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_04.jpg");
  }
  .homeSustain .homeCard.-card5::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_05.jpg");
  }
  .homeSustain .homeCard.-card6::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_06.jpg");
  }
}
@media only screen and (max-width: 640px) {
  .homeSustain {
    padding: 45px 0 64px;
  }
  .homeSustain::before {
    height: 123px;
  }
  .homeSustain .homeCard-list li {
    margin-top: 4px;
    width: 100%;
  }
  .homeSustain .homeCard {
    height: 96px;
  }
  .homeSustain .homeCard.-card1::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_01_sp.jpg");
  }
  .homeSustain .homeCard.-card2::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_02_sp.jpg");
  }
  .homeSustain .homeCard.-card3::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_03_sp.jpg");
  }
  .homeSustain .homeCard.-card4::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_04_sp.jpg");
  }
  .homeSustain .homeCard.-card5::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_05_sp.jpg");
  }
  .homeSustain .homeCard.-card6::before {
    background-image: url("/common/2023/corporate/img/home/bg_sus_06_sp.jpg");
  }
}
.homeRecruit {
  background: url("/common/2023/corporate/img/home/bg_recruit.jpg") 50% 50%/cover no-repeat;
}
.homeRecruit_R {
  letter-spacing: 0.05;
  line-height: 1.2;
}
.homeRecruit_jp {
  margin: 0;
  font-weight: 500;
}
.homeRecruit_en {
  font-weight: 600;
  color: #119982;
}
@media print, screen and (min-width: 641px) {
  .homeRecruit {
    height: 400px;
  }
  .homeRecruit .homeColumn {
    height: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .homeRecruit_L {
    width: 360px;
  }
  .homeRecruit_jp {
    font-size: 20px;
  }
  .homeRecruit_en {
    margin: 6px 0 0;
    font-size: 44px;
  }
}
@media only screen and (max-width: 640px) {
  .homeRecruit {
    background-image: url("/common/2023/corporate/img/home/bg_recruit_sp.jpg");
    padding: 40px 0 55px;
  }
  .homeRecruit_R {
    padding: 37px 0 0 12px;
  }
  .homeRecruit_jp {
    font-size: 15px;
    line-height: 20px;
  }
  .homeRecruit_en {
    margin: 0;
    font-size: 30px;
  }
}
@media print, screen and (min-width: 641px) {
  .homeRelate {
    padding: 90px 0;
  }
  .homeRelate_lead {
    margin: 10px 0 -6px;
    font-size: 18px;
    font-weight: 500;
    color: #555;
  }
  .homeRelate .homeLinkList {
    width: 680px;
  }
  .homeRelate .homeLinkList li {
    width: 320px;
  }
}
@media only screen and (max-width: 640px) {
  .homeRelate {
    padding: 65px 0 20px;
  }
  .homeRelate_lead {
    display: none;
  }
  .homeRelate .homeLinkList {
    margin-top: 26px;
  }
}

/* ===========================

sustainability

=========================== */
/* サステナビリティトップ */
.indexNav.is-sustain a:nth-child(1) {
  position: relative;
  text-align: left;
}
.indexNav.is-sustain a:nth-child(1) span {
  position: absolute;
  margin: 0;
}
.indexNav.is-sustain a:nth-child(1) span:nth-of-type(2) {
  font-weight: 500;
}
@media print, screen and (min-width: 641px) {
  .indexNav.is-sustain a:nth-child(1) {
    width: 100%;
  }
  .indexNav.is-sustain a:nth-child(1) span:nth-of-type(1) {
    top: 80px;
    left: 72px;
    font-size: 24px;
  }
  .indexNav.is-sustain a:nth-child(1) span:nth-of-type(2) {
    top: 130px;
    left: 75px;
    font-size: 14px;
  }
  .indexNav.is-sustain a:nth-child(2) {
    border-left-width: 1px;
  }
  .indexNav.is-sustain a:nth-child(2), .indexNav.is-sustain a:nth-child(3) {
    width: 50%;
    border-top: none;
  }
}
@media only screen and (max-width: 640px) {
  .indexNav.is-sustain a {
    width: 100%;
  }
  .indexNav.is-sustain a:nth-child(1) span {
    width: auto;
  }
  .indexNav.is-sustain a:nth-child(1) span:nth-of-type(1) {
    top: 32px;
    left: 32px;
    font-size: 18px;
  }
  .indexNav.is-sustain a:nth-child(1) span:nth-of-type(2) {
    top: 62px;
    left: 36px;
    font-size: 12px;
  }
  .indexNav.is-sustain a:nth-child(2) {
    border-width: 0 1px 1px 1px;
  }
}

@media print, screen and (min-width: 641px) {
  .susTop_heading {
    margin-top: 60px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .susTop_heading {
    margin-top: 30px;
    font-size: 24px;
  }
}
.susTopNav {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.susTopNav-cell {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.susTopNav_link {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.susTopNav_link span {
  display: block;
  margin-top: 5px;
}
.susTopNav-2nd {
  list-style: none;
  margin: 0;
  background-color: #f9f9f9;
}
.susTopNav-2nd a {
  display: block;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #94dcd3;
  color: #333;
  font-weight: 500;
}
.susTopNav-2nd a::after {
  content: "";
  display: block;
  background: url("/common/2023/corporate/img/share/arrow_s.svg") 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 641px) {
  .susTopNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .susTopNav-cell {
    width: 33.3333333333%;
  }
  .susTopNav_link {
    padding: 10px;
    font-size: 15px;
  }
  .susTopNav_link:hover {
    background-color: #f9f9f9;
  }
  .susTopNav-2nd {
    padding: 1px 10px 15px 12px;
    min-height: 206px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .susTopNav-2nd a {
    padding: 15px 20px 15px 4px;
    font-size: 14px;
    line-height: 16px;
  }
  .susTopNav-2nd a:hover {
    color: #10a895;
  }
  .susTopNav-2nd a::after {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .susTopNav_link {
    padding: 10px 10px 5px;
    font-size: 13px;
  }
  .susTopNav_link:hover {
    background-color: #f9f9f9;
  }
  .susTopNav-2nd {
    padding: 6px 13px 20px 12px;
  }
  .susTopNav-2nd a {
    padding: 13px 20px 12px 3px;
    font-size: 12px;
    line-height: 14px;
  }
  .susTopNav-2nd a::after {
    width: 14px;
    height: 14px;
  }
}

/* トップメッセージ */
@media print, screen and (min-width: 641px) {
  .sustainMessage {
    overflow: hidden;
  }
  .sustainMessage img {
    float: right;
    margin: 0 0 10px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .sustainMessage img + div {
    margin-top: 20px;
  }
}
.sustainMessage div span {
  display: block;
}
.sustainMessage div span:nth-child(2) {
  font-size: 140%;
}
.sustainMessage-sign {
  text-align: right;
}

/* 基本方針 */
.susPolicy-plan {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .susPolicy-plan .img_lead_sdgs {
    width: 75%;
  }
}

/* 環境 */
.sdgs_water > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .sdgs_water > div img {
    width: calc(25% - 3px);
    max-width: 90px;
  }
  .sdgs_water > div img:last-child {
    margin-right: 0;
  }
}
.sdgs_water .head_sdgs_title {
  background-color: #f2ffef;
  color: #407936;
}
@media print, screen and (min-width: 641px) {
  .sdgs_water .head_sdgs_title {
    width: 353px;
  }
}
@media only screen and (max-width: 640px) {
  .sdgs_water .head_sdgs_title {
    width: 100%;
  }
}

/* 社会 */
.head_sdgs_title.is-04 {
  width: 541px;
}

.sdgs_other .sdgs_other_icon:first-child {
  margin-right: 4px;
}

/* コーポレートガバナンス */
@media print, screen and (min-width: 641px) {
  .indexNav.is-governance a {
    width: 50%;
  }
  .indexNav.is-governance a:nth-child(3), .indexNav.is-governance a:nth-child(4) {
    border-top: none;
  }
  .indexNav.is-governance a:nth-child(3) {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 640px) {
  .indexNav.is-governance a {
    width: 100%;
  }
  .indexNav.is-governance a:nth-child(n+2) {
    border-width: 0 1px 1px 1px;
  }
}

/* 取締役・監査役 */
.tableA.is-directors {
  margin: 20px 0 30px;
}
.tableA.is-directors td {
  text-align: right;
}
@media print, screen and (min-width: 641px) {
  .tableA.is-directors {
    width: 450px;
  }
}

.tableA.is-governance {
  margin: 20px 0 30px;
}
@media print, screen and (min-width: 641px) {
  .tableA.is-governance {
    width: 450px;
  }
  .tableA.is-governance td {
    width: 70%;
  }
}

@media print, screen and (min-width: 641px) {
  .directorsTbl th {
    width: 80px;
  }
}

.directorsSkill {
  width: 100%;
  overflow-x: scroll;
}
.directorsSkill th, .directorsSkill td {
  white-space: nowrap;
}
.directorsSkill_tbl {
  width: 100%;
}
.directorsSkill_tbl th,
.directorsSkill_tbl td {
  border-top: 1px solid #fff;
  padding: 10px 8px;
  vertical-align: middle;
  font-weight: normal;
}
.directorsSkill_tbl tr:first-child th:not(:first-child) {
  border-left: 1px solid #fff;
  text-align: center;
}
.directorsSkill_tbl th {
  background: #c1e8da;
}
.directorsSkill_tbl td {
  background: #eaecef;
  border-left: 1px solid #fff;
}
.directorsSkill_tbl tr:nth-child(even) th {
  background: #dff3ec;
}
.directorsSkill_tbl tr:nth-child(even) td {
  background: #f2f3f5;
}

/* ===========================

ir

=========================== */
/* IR トップ */
.indexNav.is-irTop img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 641px) {
  .indexNav.is-irTop a {
    width: 33.3333333333%;
  }
  .indexNav.is-irTop a:nth-child(4) {
    border-width: 0 1px 1px 1px;
  }
  .indexNav.is-irTop a:nth-child(5) {
    border-width: 0 1px 1px 0;
  }
}

/* IRライブラリ */
@media print, screen and (min-width: 641px) {
  .indexNav.is-library a {
    width: 50%;
  }
  .indexNav.is-library a:nth-child(odd) {
    border-left-width: 1px;
  }
  .indexNav.is-library a:nth-child(3), .indexNav.is-library a:nth-child(4) {
    border-top: none;
  }
}
@media only screen and (max-width: 640px) {
  .indexNav.is-library a {
    width: 100%;
  }
  .indexNav.is-library a:nth-child(2), .indexNav.is-library a:nth-child(4) {
    border-width: 0 1px 1px 1px;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1400px;
    margin: auto;
    zoom: 0.8;
  }
  body * {
    -webkit-print-color-adjust: exact;
  }
}