@charset "UTF-8";
.sec_header {
  margin-bottom: 3em; }

/*企業理念*/
#policy {
  position: relative;
  color: #fff; }
  #policy::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/wp-content/package/page/company/img/company_eyecatch.jpg"); }
  #policy .sec_header, #policy .sec_body {
    position: relative;
    z-index: 1; }
  #policy .sec_body {
    display: flex;
    align-items: stretch; }
  #policy picture {
    display: flex; }
  @media (max-width: 767px) {
    #policy {
      padding-top: 32px;
      padding-bottom: 32px; }
      #policy .sec_body {
        flex-direction: column; }
      #policy picture {
        display: flex;
        order: 1; }
        #policy picture:first-of-type {
          justify-content: flex-start; }
        #policy picture:last-of-type {
          justify-content: flex-end; }
        #policy picture img {
          width: 80%; } }
  @media (min-width: 768px) {
    #policy {
      padding: 64px;
      text-align: center; }
      #policy .sec_body {
        justify-content: space-between; }
      #policy picture {
        display: flex;
        width: 20%; }
        #policy picture:first-of-type {
          align-items: flex-start; }
        #policy picture:last-of-type {
          align-items: flex-end; }
      #policy .text {
        flex-shrink: 1;
        flex-grow: 1;
        width: auto;
        padding: 1em; }
      #policy h3 {
        font-size: 200%; }
      #policy p {
        font-size: 90%; } }
  #policy h3 {
    margin-bottom: 1.5em;
    line-height: 1.8; }

/*使命*/
#mission .sec_body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  aspect-ratio: 522/382;
  margin: auto;
  background-image: url("/wp-content/package/common/img/bg_mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  color: #021B2F; }
  #mission .sec_body p {
    font-size: 150%;
    font-weight: 700; }

/*行動指針*/
#behavioral-guidelines .ncColumns {
  width: min(100%, 900px);
  margin: auto; }
#behavioral-guidelines .ncColumns_panel {
  position: relative; }
  #behavioral-guidelines .ncColumns_panel::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    content: "";
    display: block;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgba(169, 206, 227, 0.87); }
#behavioral-guidelines .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
#behavioral-guidelines h3,
#behavioral-guidelines span {
  color: #021B2F;
  text-align: center; }
#behavioral-guidelines h3 {
  margin-bottom: 0.2em; }
#behavioral-guidelines span {
  display: block;
  font-weight: bold; }
#behavioral-guidelines p {
  width: 12em; }
@media (min-width: 768px) {
  #behavioral-guidelines .ncColumns_panel {
    aspect-ratio: 1/1; }
    #behavioral-guidelines .ncColumns_panel::before {
      width: 120%; }
  #behavioral-guidelines h3 {
    font-size: 180%; }
  #behavioral-guidelines span {
    margin-bottom: 2em;
    font-size: 135%; } }
@media (max-width: 767px) {
  #behavioral-guidelines .ncColumns_panel {
    container-type: inline-size;
    width: 60%;
    margin: 5cqw auto; }
    #behavioral-guidelines .ncColumns_panel::before {
      width: 105%; }
  #behavioral-guidelines h3 {
    font-size: 10cqw; }
  #behavioral-guidelines span {
    font-size: 7cqw; } }

/*会社概要*/
