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


     追加


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


     campany


============================================================================= */
.message {
  background: #e5e5e5;
}

.message-contents {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  margin-top: 40px;
}

.message-img {
  width: 340px;
}

.message-txtbox {
  width: calc(100% - 80px);
}

.message-head {
  font-size: 3rem;
  font-weight: bold;
}

.message-txt {
  font-size: 2rem;
  margin-top: 30px;
}

.message-name {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  margin-top: 40px;
}
.message-name img {
  width: 140px;
}

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


    policy


============================================================================= */
.policy-contents {
  margin-top: 60px;
}

.policy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 2;
}
.policy-content .policy-item-num {
  min-width: 2em;
}
.policy-content .policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy-content .policy-item span {
  min-width: 2em;
}

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


    sus


============================================================================= */
.sus {
  position: relative;
}
.sus:before {
  background: transparent url(../asset/images/company/sus-bg.jpg) no-repeat top center/cover;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.sus-contents {
  padding: 80px 120px;
  position: relative;
  z-index: 2;
}
.sus-contents .common-ttl-en {
  color: #39b44a;
}
.sus-contents:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.sus-content {
  border-top: 1px solid #231815;
  margin-top: 30px;
  padding-top: 30px;
}

.sus-head {
  font-size: 2.8rem;
}

.sus-txt {
  font-size: 2rem;
  margin-top: 2rem;
}

.sus-btns {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

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


    profile


============================================================================= */
.profile {
  background: #e5e5e5;
}

.profile-list {
  margin-top: 60px;
}

.profile-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0.75em 0;
}
.profile-item > span {
  display: inline-block;
}

.address-item {
  padding-left: 1em;
  text-indent: -1em;
}
.address-item a {
  padding-left: 1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.address-item a._tel {
  padding-left: 0;
  padding-right: 2em;
}
.address-item a:hover {
  opacity: 0.7;
}
.address-item a.map {
  background: #005fae;
  border-color: #005fae;
  color: #fff;
  margin-left: 0.5em;
  padding: 0.25em 0.5em;
}
.address-item a.map:hover {
  background: #fff;
  color: #005fae;
}
.address-item + a {
  padding-right: 1em;
}
.profile-itemtxtbox > span {
  display: inline-block;
}

.profile-itemttl {
  min-width: 160px;
}

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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


    history


============================================================================= */
.history .common-ttlbox {
  color: #0071bb;
}

.history-contents {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 60px;
}
.history-contents th,
.history-contents td {
  padding: 0.5em 0;
}
.history-contents .history-year {
  font-weight: 500;
  width: 6em;
}
.history-contents .history-month {
  width: 4em;
}
@media (max-width: 1128px){
  .message-head {
    font-size: 2.4rem;
  }
  .sus-contents {
    padding: 60px 80px;
  }
  .sus-head {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px){
  .message-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message-img {
    margin: auto;
    max-width: 300px;
    width: 50%;
  }
  .message-txtbox {
    width: 100%;
  }
  .message-head {
    font-size: 2rem;
  }
  .message-txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .message-name {
    font-size: 1.6rem;
  }
  .message-name img {
    width: 120px;
  }
  .policy-contents {
    margin-top: 40px;
  }
  .policy-content {
    font-size: 1.5rem;
  }
  .sus-contents {
    padding: 40px 20px;
  }
  .sus-head {
    font-size: 1.8rem;
  }
  .sus-txt {
    font-size: 1.5rem;
  }
  .sus-btns {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 0;
    max-width: 80%;
  }
  .profile-list {
    margin-top: 32px;
  }
  .profile-item {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
  }
  .profile-itemtxtbox {
    display: inline-block;
  }
  .profile-itemttl {
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-item + .product-item {
    margin-top: 10px;
  }
  .history-contents {
    font-size: 1.4rem;
    margin-top: 40px;
  }
  .history-contents .history-year {
    width: 5em;
  }
  .history-contents .history-month {
    width: 3em;
  }
}

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