@charset "UTF-8";
#greeding .ncColumns {
  align-items: flex-start; }
#greeding .layer-shadow {
  padding: 0; }
#greeding img {
  border-radius: 8px; }
#greeding .signature {
  flex-direction: column;
  align-items: flex-end; }
  #greeding .signature p {
    margin-bottom: 0;
    line-height: 1.6 !important; }
  #greeding .signature .company {
    font-weight: 700; }
  #greeding .signature .role {
    display: inline-block;
    font-size: 90%;
    line-height: 1.6; }
  #greeding .signature .name {
    display: inline-block;
    color: #DB5A5A;
    font-weight: 700; }
  #greeding .signature .ruby {
    font-size: 80%; }

#policy .policy_title span {
  color: #DB5A5A; }

/*行動指針*/
.behavioral-guidelines {
  justify-content: center; }
  .behavioral-guidelines .ncColumns_panel {
    padding: 0 4%; }
    @media (max-width: 767px) {
      .behavioral-guidelines .ncColumns_panel {
        width: 80%; } }
    .behavioral-guidelines .ncColumns_panel picture {
      width: 80%;
      margin: 1em auto; }
    .behavioral-guidelines .ncColumns_panel h3 {
      text-align: center;
      margin-bottom: 1em; }

#overture dt {
  color: #DB5A5A; }
@media (min-width: 768px) {
  #overture dt {
    border-right: 1px solid #DB5A5A; } }
@media (max-width: 767px) {
  #overture dt {
    border-bottom: 1px solid #DB5A5A; }
  #overture dd {
    text-align: center; } }

#qualification li {
  font-family: "Noto Sans JP", sans-serif; }

#partners .ncColumns {
  justify-content: center; }
  #partners .ncColumns_panel {
    min-width: 290px;
    padding: calc(8px * 3);
    background-color: #fff;
    border-radius: calc(8px * 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); }
#partners .status {
  flex-direction: column; }
  #partners .status .role {
    font-size: 150%; }
  #partners .status p {
    margin-bottom: 0;
    text-align: center; }
  #partners .status .name {
    color: #E25E27;
    font-weight: 700;
    font-size: 200%; }
  #partners .status .link {
    display: flex;
    justify-content: flex-end; }
    #partners .status .link a {
      position: relative;
      display: flex;
      align-items: center;
      width: fit-content;
      color: #231816;
      font-family: "Noto Sans JP", sans-serif;
      transition: 0.3s; }
      #partners .status .link a::before {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background-color: transparent;
        transform: translateX(-100%);
        transition: 0.3s; }
      #partners .status .link a::after {
        content: "";
        display: block;
        width: 1em;
        height: 1em;
        mask-image: url("/wp-content/package/module/_parts/icon/caret-right.svg?umcaipuje");
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        background-color: #231816;
        transition: 0.3s; }
      #partners .status .link a:hover {
        color: #E25E27; }
        #partners .status .link a:hover::before {
          transform: translateX(0);
          background-color: #E25E27; }
        #partners .status .link a:hover::after {
          transform: translateX(2px);
          background-color: #E25E27; }
      #partners .status .link a i {
        display: none; }

iframe.map {
  width: 100%;
  aspect-ratio: 4/3; }
