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


     追加


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


     service


============================================================================= */
.message,
.outline,
.history {
  padding: 120px 0;
}

.message-container,
.outline-container,
.history-container {
  margin: auto;
  max-width: 1000px;
}

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


    message


============================================================================= */
.message-txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 60px;
}

.message-name {
  gap: 1em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-top: 1em;
  text-align: right;
}
.message-name img {
  display: inline-block;
  width: 320px;
}

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


    .outline 


============================================================================= */
.outline {
  background: rgba(216, 220, 227, 0.3019607843);
}

.outline-list {
  border-top: 2px solid #D8DCE3;
  margin-top: 60px;
}

.outline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.outline-item {
  gap: 0px;
  border-bottom: 2px solid #D8DCE3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding: 2em 0;
  width: 100%;
}
.outline-item._half {
  width: 50%;
}
.outline-item dt {
  font-weight: bold;
  min-width: 160px;
}
.outline-item dd > span {
  display: inline-block;
}

.access-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.access-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50%;
  padding-right: 30px;
}
.access-item + .access-item {
  border-left: 1.25px solid #D8DCE3;
  padding-left: 30px;
  padding-right: 0;
}

.access-item-txt {
  margin-bottom: 28px;
}
.access-item-txt a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.access-item-txt a:hover {
  opacity: 0.7;
}

.access-item-btnbox {
  margin-top: auto;
}

.access-item-btn {
  background: #FFB300;
  border-radius: 30px;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.75em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.access-item-btn:hover {
  opacity: 0.7;
}

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


    history


============================================================================= */
.history-list {
  border-top: 2px solid #D8DCE3;
  margin-top: 60px;
}

.history-item {
  gap: 0px;
  border-bottom: 2px solid #D8DCE3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding: 2em 0;
  width: 100%;
}
.history-item._half {
  width: 50%;
}
.history-item dt {
  font-weight: bold;
  min-width: 160px;
}
.history-item dd > span {
  display: inline-block;
}
@media (max-width: 1228px){
  .outline-item {
    font-size: 1.8rem;
  }
  .history-item {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px){
  .message,
  .outline,
  .history {
    padding: 60px 0;
  }
  .message-txt {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .message-name {
    font-size: 2rem;
  }
  .message-name img {
    display: inline-block;
    max-width: 260px;
  }
  .outline-item {
    font-size: 1.5rem;
  }
  .outline-item._half {
    width: 100%;
  }
  .outline-item dt {
    min-width: 100px;
  }
  .access-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access-item {
    max-width: 100%;
    padding: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .access-item + .access-item {
    border-left: 0;
    border-top: 1.25px solid #D8DCE3;
    padding-left: 0;
    padding-top: 20px;
  }
  .history-list {
    margin-top: 40px;
  }
  .history-item {
    font-size: 1.5rem;
  }
  .history-item dt {
    min-width: 100px;
  }
}

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