@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- outline_sec
- history_sec
-------------------------*/
/*=======================================
　common
=======================================*/
#contents {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #contents {
    margin-bottom: 100px;
  }
}

.cmn_ttl01 small {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  margin-left: 0;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

/*=======================================
　outline_sec
=======================================*/
.outline_sec {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .outline_sec {
    margin-bottom: 100px;
  }
}
.outline_sec .inner {
  row-gap: 6.035%;
}
.outline_sec .inner .ttl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-column-gap: 6.035%;
     -moz-column-gap: 6.035%;
          column-gap: 6.035%;
}
@media screen and (max-width: 768px) {
  .outline_sec .inner .ttl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    margin-bottom: 70px;
  }
}
.outline_sec .inner .ttl_flex .ttl_area {
  width: 41.16%;
  margin-top: 12.5625vw;
}
@media only screen and (min-width: 1600px) {
  .outline_sec .inner .ttl_flex .ttl_area {
    margin-top: 201px;
  }
}
@media screen and (max-width: 768px) {
  .outline_sec .inner .ttl_flex .ttl_area {
    width: 100%;
    margin-top: 0;
  }
}
.outline_sec .inner .ttl_flex .ttl_area .cmn_ttl01 {
  margin-bottom: 55px;
}
.outline_sec .inner .ttl_flex .img_area {
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .outline_sec .inner .ttl_flex .img_area {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.outline_sec .inner .outline_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .outline_sec .inner .outline_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 70px 0;
  }
}
.outline_sec .inner .outline_flex .img {
  width: 49.16%;
}
@media screen and (max-width: 768px) {
  .outline_sec .inner .outline_flex .img {
    width: 100%;
  }
}
.outline_sec .inner .outline_flex .outline {
  width: 46.5%;
}
@media screen and (max-width: 768px) {
  .outline_sec .inner .outline_flex .outline {
    width: 100%;
  }
}
.outline_sec .inner .outline_flex .outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
  .outline_sec .inner .outline_flex .outline dl {
    padding: 15px 0;
  }
}
.outline_sec .inner .outline_flex .outline dl:first-child {
  padding-top: 0;
}
.outline_sec .inner .outline_flex .outline dl dt {
  width: 148px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.133;
}
@media screen and (max-width: 768px) {
  .outline_sec .inner .outline_flex .outline dl dt {
    width: 102px;
    font-size: 14px;
    line-height: 1.357;
  }
}
.outline_sec .inner .outline_flex .outline dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.866;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .outline_sec .inner .outline_flex .outline dl dd {
    font-size: 14px;
    line-height: 1.714;
  }
}

/*=======================================
　history_sec
=======================================*/
.history_sec {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .history_sec {
    margin-bottom: 100px;
  }
}
.history_sec .inner .cmn_ttl01 {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .cmn_ttl01 {
    margin-bottom: 30px;
  }
}
.history_sec .inner .cmn_ttl01 small {
  margin-left: auto;
  margin-right: auto;
}
.history_sec .inner .history_list {
  max-width: 762px;
  margin: 0 auto;
}
.history_sec .inner .history_list > p {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-bottom: 12px;
}
.history_sec .inner .history_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px 0;
  padding: 38px 0 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .history_list ul {
    gap: 20px 0;
    padding: 20px 0 10px;
  }
}
.history_sec .inner .history_list ul::before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #707070;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.history_sec .inner .history_list ul li {
  width: 50%;
}
.history_sec .inner .history_list ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .history_list ul li dl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 10px 0;
  }
}
.history_sec .inner .history_list ul li dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.09;
  color: #474747;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .history_list ul li dl dt {
    font-size: 20px;
  }
}
.history_sec .inner .history_list ul li dl dt::before {
  content: "";
  width: 7px;
  height: 1px;
  display: inline-block;
  background: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.history_sec .inner .history_list ul li dl dd {
  width: 71.8%;
  font-size: 15px;
  line-height: 1.866;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .history_list ul li dl dd {
    width: 100%;
    font-size: 14px;
  }
}
.history_sec .inner .history_list ul li dl .notes {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .history_list ul li dl .notes {
    font-size: 11px;
  }
}
.history_sec .inner .history_list ul li:nth-child(odd) dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history_sec .inner .history_list ul li:nth-child(odd) dl dt {
  text-align: right;
  padding-right: 22px;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .history_list ul li:nth-child(odd) dl dt {
    padding-right: 15px;
    margin-left: auto;
  }
}
.history_sec .inner .history_list ul li:nth-child(odd) dl dt::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .history_list ul li:nth-child(odd) dl dd {
    padding-right: 15px;
  }
}
.history_sec .inner .history_list ul li:nth-child(even) {
  margin-left: auto;
}
.history_sec .inner .history_list ul li:nth-child(even) dl dt {
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .history_list ul li:nth-child(even) dl dt {
    padding-left: 15px;
  }
}
.history_sec .inner .history_list ul li:nth-child(even) dl dt::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .history_sec .inner .history_list ul li:nth-child(even) dl dd {
    padding-left: 15px;
  }
}/*# sourceMappingURL=company.css.map */