@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- main
- greetings_sec
- outline_sec
- history_sec
-------------------------*/
/*=======================================
　main
=======================================*/
.main_ttl .jp {
  -webkit-filter: drop-shadow(#FFF 1px 1px 6px);
          filter: drop-shadow(#FFF 1px 1px 6px);
}

/*=======================================
　greetings_sec
=======================================*/
@media screen and (max-width: 768px) {
  .greetings_sec {
    margin-bottom: 84px;
  }
}
.greetings_sec .cmn_ttl02 span.jp {
  line-height: 1.205;
}
.greetings_sec .greetings_container {
  display: grid;
  grid-template-columns: 268px 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_container {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
    gap: 45px;
  }
  .greetings_sec .greetings_container .container_left {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_container .container_left {
    width: 50%;
  }
}
.greetings_sec .greetings_container .container_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 146px;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_container .container_right {
    padding-top: 0;
    gap: 45px;
  }
}
.greetings_sec .greetings_container .container_right .right_topic {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.583;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_container .container_right .right_topic {
    font-size: 20px;
    text-align: center;
  }
}
.greetings_sec .greetings_container .container_right .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_container .container_right .bottom {
    margin-inline: auto;
  }
}
.greetings_sec .greetings_container .container_right .bottom .bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  max-width: 253px;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_container .container_right .bottom .bottom_left {
    margin-bottom: 5px;
  }
}
.greetings_sec .greetings_container .container_right .bottom .bottom_left p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .greetings_sec .greetings_container .container_right .bottom .bottom_left p {
    font-size: 14px;
  }
}
.greetings_sec .greetings_container .container_right .bottom .bottom_right {
  max-width: 206px;
}

/*=======================================
　outline_sec
=======================================*/
.outline_sec {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .outline_sec {
    margin-bottom: 84px;
  }
}
.outline_sec .cmn_table01:first-of-type {
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .outline_sec .cmn_table01:first-of-type {
    margin-bottom: 35px;
  }
}
.outline_sec .cmn_table01:last-of-type {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .outline_sec .cmn_table01:last-of-type {
    margin-bottom: 84px;
  }
}
.outline_sec .cmn_table01:last-of-type dt {
  padding-top: 54px;
}
@media screen and (max-width: 768px) {
  .outline_sec .cmn_table01:last-of-type dt {
    padding-top: 10px;
  }
}
.outline_sec .orange01 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.333;
  margin-bottom: 50.5px;
}
@media screen and (max-width: 768px) {
  .outline_sec .orange01 {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

/*=======================================
　history_sec
=======================================*/
.history_sec hr {
  color: var(--main_gray);
}
.history_sec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 19px;
  padding: 19px 0;
  border-bottom: 1px dashed var(--main_gray);
}
@media screen and (max-width: 768px) {
  .history_sec dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}
.history_sec dl dt {
  min-width: 44px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.333;
}
@media screen and (max-width: 768px) {
  .history_sec dl dt {
    font-size: 16px;
    min-width: auto;
    position: relative;
    padding-left: 15px;
  }
  .history_sec dl dt::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 19px;
    background: var(--main_orange);
    position: absolute;
    left: 0;
    top: 1px;
  }
}
.history_sec dl dd {
  padding-left: 19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_sec dl dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    font-size: 14px;
    padding-left: 0;
  }
}
.history_sec dl dd::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 19px;
  background: var(--main_orange);
  position: absolute;
  left: -2px;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .history_sec dl dd::before {
    display: none;
  }
}/*# sourceMappingURL=company-outline.css.map */