@charset "UTF-8";
/* CSS Document */
/*----------------------------------------*/
/***** variables *****/
/*----------------------------------------*/
/***** break point *****/
/***** color *****/
/***** prefix *****/
/*----------------------------------------*/
/***** mix in *****/
/*----------------------------------------*/
/***** font *****/
/***** style *****/
/*----------------------------------------*/
/***** base *****/
/*----------------------------------------*/
img {
  max-width: 100%;
  width: auto;
  height: auto; }

a {
  color: inherit; }

@media screen and (max-width: 926px) {
  .pc {
    display: none; } }

.tb {
  display: none; }
  @media screen and (max-width: 926px) {
    .tb {
      display: initial; } }

.sp {
  display: none; }
  @media screen and (max-width: 428px) {
    .sp {
      display: initial; } }

@media screen and (min-width: 428px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/***** 拠点案内 ****/
.company-officer-list h3 {
  color: #333333;
  border-bottom: #1C6749 solid 2px;
  padding-bottom: 10px; }

.company-officer-list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
  flex-wrap: wrap; }
      .company-officer-list-wrap .spacer {
        display: none; }
  .company-officer-list-wrap .company-officer-list-contents {
    flex-grow: 0; }
    .company-officer-list-wrap .company-officer-list-contents figure {
      margin-bottom: 20px; }
    .company-officer-list-wrap .company-officer-list-contents h4 {
      color: #333333;
      font-size: 24px;
      margin-bottom: 20px;
      text-align: center; }
      .company-officer-list-wrap .company-officer-list-contents h4 + p {
        text-align: center;
        color: #1C6749;
        font-size: 14px; }
  .company-officer-list-wrap.officer .company-officer-list-contents {
    flex-basis: 31%;
    margin-bottom: 5%; }
  .company-officer-list-wrap.director .company-officer-list-contents {
    flex-basis: 23.5%;
    margin-bottom: 2%; }
  @media screen and (max-width: 926px) {
    .company-officer-list-wrap .company-officer-list-contents figure {
      margin-bottom: 15px; }
    .company-officer-list-wrap .company-officer-list-contents h4 {
      font-size: 20px;
      margin-bottom: 10px; }
    .company-officer-list-wrap.officer .company-officer-list-contents {
      flex-basis: 48%;
      margin-bottom: 4%; }
    .company-officer-list-wrap.director .company-officer-list-contents {
      flex-basis: 31%; }
      .company-officer-list-wrap .spacer {
        flex-basis: 14%;
        display: block; }
        .company-officer-list-wrap .spacer.tb {
          display: block !important; } }
  @media screen and (max-width: 428px) {
    .company-officer-list-wrap .company-officer-list-contents {
      flex-basis: 49% !important;
      margin-bottom: 2% !important; }
      .company-officer-list-wrap .company-officer-list-contents figure {
        margin-bottom: 10px; }
      .company-officer-list-wrap .company-officer-list-contents h4 {
        font-size: 18px;
        margin-bottom: 10px; }
        .company-officer-list-wrap .company-officer-list-contents h4 + p {
          text-align: center;
          color: #1C6749;
          font-size: 12px; } }

.company-officer-chart {
  padding-left: 0;
  padding-right: 0; }
  .company-officer-chart figure {
    width: auto !important; }
  @media screen and (max-width: 926px) {
    .company-officer-chart figure {
      min-width: 840px; } }
  @media screen and (max-width: 428px) {
    .company-officer-chart figure {
      min-width: 560px; } }

/***** 拠点案内 ****/
.company-base-map {
  padding-left: 0;
  padding-right: 0; }
  .company-base-map figure {
    width: auto !important; }
  .company-base-map.domestic figure {
    width: 913px;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 926px) {
    .company-base-map figure {
      min-width: 840px; }
    .company-base-map.domestic figure {
      min-width: 608px; } }
  @media screen and (max-width: 428px) {
    .company-base-map figure {
      min-width: 560px; }
    .company-base-map.domestic figure {
      min-width: 456px; } }

.company-base-info-wrap {
  align-items: flex-start !important; }

.company-base-info {
  margin-bottom: 45px; }
  .company-base-info h3 {
    color: #333333;
    border-bottom: #1C6749 solid 2px;
    padding-bottom: 10px; }
  .company-base-info .company-base-info-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .company-base-info .company-base-info-contents > * {
      width: 46%;
      font-feature-settings: "palt" 1,"trad" 1; }
    .company-base-info .company-base-info-contents p {
      margin-bottom: 10px;
      word-break: break-all; }
    .company-base-info .company-base-info-contents h5 {
      margin-bottom: 0; }
    .company-base-info .company-base-info-contents a {
      color: #1C6749; }
      .company-base-info .company-base-info-contents a span {
        margin-left: -5px; }
      .company-base-info .company-base-info-contents a:hover {
        text-decoration: underline; }
  @media screen and (max-width: 926px) {
    .company-base-info h3 {
      margin-bottom: 0.8em; }
    .company-base-info .company-base-info-contents figure {
      width: 30%; }
      .company-base-info .company-base-info-contents figure + * {
        width: 67%; } }

/***** 沿革 ****/
.company-history-list > div {
  margin-bottom: 50px; }
  .company-history-list > div > div {
    margin-bottom: 0; }
.company-history-list .single-column-contents {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .company-history-list .single-column-contents figure {
    width: 100%;
    height: min(250px, calc(100vw * 0.45));
    margin-bottom: 0; }
    .company-history-list .single-column-contents figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .company-history-list .single-column-contents .company-history-contents {
    width: 100%; }
    .company-history-list .single-column-contents .company-history-contents .company-history-title {
      max-width: 1120px;
      margin: 0 auto; }
.company-history-list .double-column-contents {
  max-width: 1120px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto; }
.company-history-list .company-history-contents .company-history-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .company-history-list .company-history-contents .company-history-title .year {
    color: #1C6749;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.12em;
    font-feature-settings: "palt" 1,"trad" 1;
    font-feature-settings: "palt" 1,"trad" 1;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.0em; }
  .company-history-list .company-history-contents .company-history-title .contents {
    border-left: #1C6749 solid 2px;
    margin-left: 15px;
    padding-left: 15px; }
    .company-history-list .company-history-contents .company-history-title .contents .title img {
      height: 20px;
      vertical-align: middle;
      border: rgba(0, 0, 0, 0.1) solid 1px; }
    /* 202505 added */
    .company-history-list .company-history-contents .company-history-title .contents .title img.comp-logo {
        height: 20px;
        margin-top: 15px;
        border: none;}
    .company-history-list .company-history-contents .company-history-title .contents .caption {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.7); }
.company-history-list .company-history-contents figure {
  margin-top: 15px; }
@media screen and (max-width: 926px) {
  .company-history-list > div {
    margin-bottom: 0px !important; }
    .company-history-list > div > div {
      margin-bottom: 30px !important; }
  .company-history-list .single-column-contents {
    align-items: flex-start; }
    .company-history-list .single-column-contents .company-history-contents .company-history-title {
      justify-content: flex-start; } }
@media screen and (max-width: 428px) {
  .company-history-list .company-history-contents .company-history-title {
    flex-direction: column; }
    .company-history-list .company-history-contents .company-history-title .contents {
      border-left: none;
      margin-left: 0;
      padding-left: 0; } }

/***** 沿革ポップアップ ****/
.history-popup {
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .history-popup:after {
    font-family: 'Material Icons';
    content: "\e895";
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .history-popup:hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75; }
    .history-popup:hover:after {
      -webkit-transform: translate(5px, -5px);
      -moz-transform: translate(5px, -5px);
      -ms-transform: translate(5px, -5px);
      -o-transform: translate(5px, -5px);
      transform: translate(5px, -5px); }

figure.history-popup {
  position: relative; }
  figure.history-popup:after {
    -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    -o-text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px; }

p.history-popup:after {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 8px; }

#history-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  display: none; }
  #history-popup-wrapper .history-popup-container {
    width: 90%;
    height: 70%;
    max-width: 960px;
    background-color: #FFFFFF;
    border: #1C6749;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 7px black;
    -moz-box-shadow: 0 0 7px black;
    -ms-box-shadow: 0 0 7px black;
    -o-box-shadow: 0 0 7px black;
    box-shadow: 0 0 7px black;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px; }
    #history-popup-wrapper .history-popup-container-title {
      font-size: 24px;
      border-bottom: #1C6749 solid 2px;
      padding-bottom: 10px; }
    #history-popup-wrapper .history-popup-container .history-popup-contents {
      display: flex;
      flex-grow: 1;
      flex-shrink: 1;
      overflow-y: scroll;
      margin-top: 30px;
      margin-bottom: 35px; }
      #history-popup-wrapper .history-popup-container .history-popup-contents-text {
        flex-grow: 1;
        padding-right: 50px; }
        #history-popup-wrapper .history-popup-container .history-popup-contents-text a {
          border-bottom: 3px solid;
          text-decoration: none;
          padding-bottom: 5px;
          color: #1C6749; }
          #history-popup-wrapper .history-popup-container .history-popup-contents-text a:before {
            font-family: 'Material Icons';
            content: "\e5cc";
            vertical-align: middle; }
          #history-popup-wrapper .history-popup-container .history-popup-contents-text a:hover {
            text-decoration: underline; }
      #history-popup-wrapper .history-popup-container .history-popup-contents-image {
        min-width: 250px;
        flex-basis: 38%;
        display: flex;
        flex-direction: column; }
        #history-popup-wrapper .history-popup-container .history-popup-contents-image figure {
          margin-bottom: 20px; }
    #history-popup-wrapper .history-popup-container-footer {
      display: flex;
      justify-content: space-between; }
      #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager {
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer; }
        #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager span {
          height: 2px;
          background-color: #A4A4A4;
          width: 60px;
          position: relative; }
          #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager span:after {
            content: '';
            position: absolute;
            top: 0;
            width: 50%;
            height: 100%;
            background-color: #1C6749;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
        #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager.prev span {
          margin-right: 15px; }
          #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager.prev span:after {
            right: 0; }
        #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager.next span {
          margin-left: 15px; }
          #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager.next span:after {
            left: 0; }
        #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager:hover {
          color: #1C6749; }
          #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager:hover span:after {
            width: 100%; }
        #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager.disabled {
          opacity: 0;
          cursor: default; }
    #history-popup-wrapper .history-popup-container-close-btn {
      position: absolute;
      right: 15px;
      top: 15px;
      background-color: #1C6749;
      color: #FFFFFF;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #history-popup-wrapper .history-popup-container-close-btn:hover {
        -webkit-opacity: 0.75;
        -moz-opacity: 0.75;
        -ms-opacity: 0.75;
        -o-opacity: 0.75;
        opacity: 0.75; }
    @media screen and (max-width: 428px) {
      #history-popup-wrapper .history-popup-container {
        padding: 10px; }
        #history-popup-wrapper .history-popup-container-close-btn {
          top: -50px;
          right: 0; }
        #history-popup-wrapper .history-popup-container-title {
          font-size: 20px; }
        #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager {
          font-size: 13px; }
          #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager span {
            width: 30px; }
          #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager.prev span {
            margin-right: 10px; }
          #history-popup-wrapper .history-popup-container-footer .history-popup-container-pager.next span {
            margin-left: 10px; }
        #history-popup-wrapper .history-popup-container .history-popup-contents {
          flex-direction: column-reverse;
          margin-top: 15px;
          margin-bottom: 15px; }
          #history-popup-wrapper .history-popup-container .history-popup-contents-text {
            padding-right: 0;
            font-size: 14px;
            line-height: 1.3em; }
          #history-popup-wrapper .history-popup-container .history-popup-contents-image {
            width: 100%; }
            #history-popup-wrapper .history-popup-container .history-popup-contents-image figure {
              margin-bottom: 10px; } }

/*企業紹介*/
.corporate-information-container {
  width: 100%;
  overflow: hidden;
  background-color: #1C6749;
  color: #FFFFFF;
  margin-top: -50px;
  padding-top: 50px;
  position: relative; }
  .corporate-information-container .section-title h2 span {
    color: #FFFFFF; }
  .corporate-information-container .corporate-information-bg {
    position: absolute;
    width: 110%;
    height: 100%;
    top: 0;
    left: -5%;
    background: url("../../images/company/info/bg.png") no-repeat center 50px;
    background-size: contain; }
  .corporate-information-container .corporate-information-main-images {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .corporate-information-container .corporate-information-main-images .corporate-information-main-image {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      position: relative;
      margin-bottom: 70px;
      padding-bottom: 20px; }
      .corporate-information-container .corporate-information-main-images .corporate-information-main-image > p.caption {
        position: absolute;
        bottom: -30px;
        right: 0;
        color: #FFFFFF;
        text-align: right;
        display: block;
        width: 100%; }
      .corporate-information-container .corporate-information-main-images .corporate-information-main-image p.title {
        width: 100%;
        border-top: #FFFFFF solid 1px;
        border-bottom: #FFFFFF solid 1px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 24px; }
      .corporate-information-container .corporate-information-main-images .corporate-information-main-image figure {
        text-align: center;
        position: relative; }
      .corporate-information-container .corporate-information-main-images .corporate-information-main-image.first figure {
        padding-right: 30px;
        padding-left: 30px; }
      .corporate-information-container .corporate-information-main-images .corporate-information-main-image.second {
        justify-content: space-between;
        align-items: initial; }
      .corporate-information-main-image.second img{
        max-width: 70%
      }
        .corporate-information-container .corporate-information-main-images .corporate-information-main-image.second > * {
          width: 30%;
          display: flex;
          flex-direction: column; }
          .corporate-information-container .corporate-information-main-images .corporate-information-main-image.second > * figure {
            padding: 0 20px;
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: flex-end; }
      .corporate-information-container .corporate-information-main-images .corporate-information-main-image.third {
        justify-content: space-between; }
        .corporate-information-container .corporate-information-main-images .corporate-information-main-image.third > figure {
          width: 45%;
          padding-left: 30px;
          padding-right: 30px; }
      .corporate-information-container .corporate-information-main-images .corporate-information-main-image.fourth {
        justify-content: space-between; }
        .corporate-information-container .corporate-information-main-images .corporate-information-main-image.fourth > *:not(p) {
          width: 22%; }
          .corporate-information-container .corporate-information-main-images .corporate-information-main-image.fourth > *:not(p):nth-of-type(2) {
            width: 55%; }
  @media screen and (max-width: 926px) {
    .corporate-information-container .corporate-information-main-images .corporate-information-main-image > p.caption {
      font-size: 13px; }
    .corporate-information-container .corporate-information-main-images .corporate-information-main-image p.title {
      font-size: 20px; }
    .corporate-information-container .corporate-information-main-images .corporate-information-main-image.first figure, .corporate-information-container .corporate-information-main-images .corporate-information-main-image.second figure, .corporate-information-container .corporate-information-main-images .corporate-information-main-image.third figure {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .corporate-information-container .corporate-information-main-images .corporate-information-main-image.third > figure {
      width: 47%; } }
  @media screen and (max-width: 428px) {
    .corporate-information-container {
      margin-top: -10px;
      padding-top: 30px; }
      .corporate-information-container .corporate-information-main-images .corporate-information-main-image > p.caption {
        font-size: 11px; }
      .corporate-information-container .corporate-information-main-images .corporate-information-main-image p.title {
        font-size: 14px; } }

#en .corporate-information-container .corporate-information-main-images .corporate-information-main-image p.title {
  line-height: 1.2em; }
#en .corporate-information-container .corporate-information-main-images .corporate-information-main-image.second p.title {
  min-height: 3.3em;
  display: flex;
  justify-content: center;
  align-items: center; }
@media screen and (max-width: 428px) {
  #en .corporate-information-container .corporate-information-main-images .corporate-information-main-image.second p.title {
    min-height: 3.8em; } }

/*# sourceMappingURL=company.css.map */
