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


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     company


============================================================================= */
.company-ttlbox {
  text-align: center;
}

.company-ttlen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.6rem, calc(2.4rem + (0.625vw * 1)), 3.6rem);
  font-weight: 600;
  line-height: 1.78125;
  position: relative;
}

.company-ttlen:before, .company-ttlen:after {
  background-color: #fff;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
}

.company-ttlen:before {
  margin-right: 1rem;
}

.company-ttlen:after {
  margin-left: 1rem;
}

.company-ttl {
  font-size: clamp(4.4rem, calc(4.2rem + (0.625vw * 1)), 5.4rem);
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.company-ttl._border {
  padding-left: 1em;
}

.company-ttl._border:before {
  background: #313131;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
}

.company {
  margin-top: 160px;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.company:before {
  background: #d7e7f0;
  border-radius: 0 30px 30px 0;
  content: "";
  height: 100%;
  left: -7.5vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.company.history:before {
  background: #f1f1f1;
}

.company.philos:before {
  background: #073cb8;
}

.company.message:before, .company.history:before {
  border-radius: 30px 0 0 30px;
  left: auto;
  right: -7.5vw;
}

.message-contents {
  gap: 10%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 80px calc(50% - 50vw) 0;
  padding-right: calc(50vw - 50%);
  width: 100vw;
}

.message-img {
  max-width: 680px;
  position: relative;
  width: 50%;
}

.message-img img {
  position: absolute;
  top: 0;
  width: 100%;
}

.message-content {
  min-width: 520px;
  width: 40%;
}

.message-ttl {
  font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  font-weight: bold;
  line-height: 1.73333;
}

.message-txt {
  margin-top: 1em;
}

.message-name {
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  font-weight: 600;
  line-height: 1.41667;
  margin-top: 16px;
}

.keyward {
  margin-bottom: -80px;
  margin-top: clamp(120px, calc(12vw), 280px);
}

.keyward-ttl {
  text-align: center;
}

.keyward-content {
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  max-width: 1080px;
}

.keyward-logo {
  min-width: 200px;
  width: 40%;
}

.keyward-logo img {
  width: 100%;
}

.keyward-txt {
  font-size: 2rem;
  width: calc(60% - 40px);
}

.philos {
  color: #fff;
  /*   margin-top: clamp(160px, calc(160px + 8vw), 400px);

  @include mq("tab") {
    margin-top: 160px;
  }

  @include mq("sp") {
    margin-top: 80px;
  } */
}

.philos-contents {
  margin-top: 80px;
}

.philos-content {
  padding-right: 100px;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  font-size: 0.5em;
  left: 0;
  letter-spacing: 0.8px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -1em;
}

.philos-head {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.8rem;
  letter-spacing: 0;
}

.philos-head-ttl {
  background: #d7e7f0;
  border-radius: 28px;
  color: #313131;
  display: inline-block;
  font-size: 2.8rem;
  text-align: center;
  width: 240px;
}

.philos-head-ttl > span {
  font-size: 1.8rem;
}

.philos-item + .philos-item {
  margin-top: 90px;
}

.pholos-item-txt {
  margin-top: 20px;
}

.pholos-item-list {
  margin-top: 30px;
}

.pholos-item-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
}

.pholos-item-box:nth-last-of-type(1) {
  border-bottom: 1px solid #fff;
}

.pholos-item-box dt {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: 42px;
}

.pholos-item-box dt._en {
  font-size: 2.4rem;
  line-height: 0.5;
}

.pholos-item-box dd {
  width: calc(100% - 42px);
}

.slogan-head {
  color: #fff;
  font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  font-weight: bold;
  margin: 32px auto 0;
  text-align: center;
}

.slogan-head span {
  background: #007eb8;
  display: inline-block;
  padding: 0.25em 0.5em;
}

.slogan-list {
  margin-top: 32px;
}

.slogan-item dt {
  color: #d7e7f0;
  font-size: 2.4rem;
  font-weight: 600;
}

.slogan-item + .slogan-item {
  margin-top: 24px;
}

.philos-img {
  float: right;
  margin-bottom: 10px;
  margin-left: clamp(20px, 8%, 100px);
  margin-right: -7.5vw;
  width: 40%;
}

.philos-img img {
  width: 100%;
}

.union {
  margin-top: 160px;
}

.union-ttl {
  left: 0;
  position: absolute;
  top: 0;
}

.union-figure {
  display: block;
  width: 100%;
}

.union-figure img {
  width: 100%;
}

.history-container {
  gap: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  width: 100vw;
}

.hostory-figures {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  width: 38%;
}

.history-contents {
  width: calc(100% - (38% + 8%));
}

.about-figures {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  width: 38%;
}

.about-container {
  gap: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  width: 100vw;
}

.about-contents {
  width: calc(100% - (38% + 8%));
}

.about-list,
.history-list {
  margin-top: 80px;
}

.about-item,
.history-item {
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}

.about-item:nth-last-of-type(1),
.history-item:nth-last-of-type(1) {
  border-bottom: 1px solid #fff;
}

.about-item dt,
.history-item dt {
  font-weight: 600;
  min-width: 10em;
  padding-right: 1em;
  width: 10em;
}

.about-item dd a,
.history-item dd a {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.about-item dd a:hover,
.history-item dd a:hover {
  opacity: 0.7;
}

.about-item dd span,
.history-item dd span {
  font-size: 1.4rem;
}

.history-item-ddbox {
  width: 100%;
}

.history-item-ddbox + .history-item-ddbox {
  border-top: 1px solid #fff;
  margin-top: 1em;
  padding-top: 1em;
}

@media (max-width: 1208px){
  .company-ttlen {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
  .company-ttl {
    font-size: clamp(2.9rem, calc(2.7rem + (0.625vw * 1)), 3.9rem);
  }
  .company:before {
    left: -24px;
  }
  .company.message:before, .company.history:before {
    right: -24px;
  }
  .message-contents {
    gap: 5%;
  }
  .message-content {
    min-width: unset;
    width: 45%;
  }
  .keyward {
    margin-bottom: -40px;
    margin-top: 80px;
  }
  .philos-content {
    padding-right: 24px;
  }
  .philos-head {
    font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  }
  .philos-head-ttl {
    font-size: clamp(1.9rem, calc(1.7rem + (0.625vw * 1)), 2.9rem);
    width: 200px;
  }
  .philos-img {
    margin-right: -24px;
  }
}

@media (max-width: 767px){
  .company-ttlen {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .company-ttl {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .company {
    margin-top: 60px;
    padding: 40px 0;
  }
  .company:before {
    left: -16px;
  }
  .company.message:before, .company.history:before {
    right: -16px;
  }
  .message-contents {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 40px auto 0;
    padding: 0 0 0 16px;
    width: 100%;
  }
  .message-img {
    width: 100%;
  }
  .message-img img {
    position: relative;
  }
  .message-content {
    width: 100%;
  }
  .message-ttl {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .message-name {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  }
  .keyward {
    margin-bottom: -20px;
    margin-top: 40px;
  }
  .keyward-content {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
  }
  .keyward-logo {
    margin: auto;
  }
  .keyward-txt {
    font-size: 1.6rem;
    width: 100%;
  }
  .philos-contents {
    margin-top: 40px;
  }
  .philos-content {
    padding-right: 16px;
  }
  .philos-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
  .philos-head-ttl > span {
    font-size: 1.4rem;
  }
  .philos-head-ttl {
    border-radius: 18px;
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
    width: 180px;
  }
  .philos-item + .philos-item {
    margin-top: 40px;
  }
  .pholos-item-txt {
    margin-top: 14px;
  }
  .pholos-item-list {
    margin-top: 16px;
  }
  .pholos-item-box dt._en {
    font-size: 1.8rem;
  }
  .pholos-item-box dt {
    width: 36px;
  }
  .pholos-item-box dd {
    width: calc(100% - 36px);
  }
  .slogan-head {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .slogan-item dt {
    font-size: 1.8rem;
  }
  .philos-img {
    float: none;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: -16px;
    width: 100%;
  }
  .union {
    margin-top: 60px;
  }
  .history-container {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding-left: 16px;
    padding-right: 0;
    width: 100%;
  }
  .hostory-figures {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .history-contents {
    width: 100%;
  }
  .about-figures {
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    width: 100%;
  }
  .about-container {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding-left: 0;
    padding-right: 16px;
    width: 100%;
  }
  .about-contents {
    width: 100%;
  }
  .about-list,
  .history-list {
    margin-top: 32px;
  }
  .about-item,
  .history-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-item dt,
  .history-item dt {
    padding-right: 0;
    width: 100%;
  }
  .about-item dd span,
  .history-item dd span {
    font-size: 1.2rem;
  }
}


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