@charset "UTF-8";
main {
 margin-bottom: 0;
}

section {
 position: relative;
 width: 100%;
}
section h3.line {
 margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
 section h3.line {
  margin-bottom: 10px;
 }
}
section h3.line.bdb {
 padding: 60px 9%;
 border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 1024px) {
 section h3.line.bdb {
  padding: 30px 5%;
 }
}
section h3.line span {
 display: inline-block;
 position: relative;
 line-height: 1.3333333333;
 padding-left: 45px;
 color: var(--c_bl);
 font-size: 30px;
 letter-spacing: 0.06em;

 margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 1024px) {
 section h3.line span {
  padding-left: 30px;
  font-size: 20px;
 }
}
section h3.line span:before {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 left: 0;
 width: 30px;
 height: 2px;
 background: var(--c_bl);
}
@media screen and (max-width: 1024px) {
 section h3.line span:before {
  width: 20px;
 }
}
section.about_area {
 padding: 200px 5% 120px;
}
@media screen and (max-width: 1024px) {
 section.about_area {
  padding-block: 100px 60px;
 }
}
section.about_area >.inner {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
}
section.about_area >.inner dl {
 display: grid;
 line-height: 1.5;
 grid-template-columns: 190px 1fr;
 font-size: 16px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.about_area >.inner dl {
  grid-template-columns: 150px 1fr;
  font-size: 14px;
 }
}
@media screen and (max-width: 600px) {
 section.about_area >.inner dl {
  grid-template-columns: 1fr;
 }
}
section.about_area >.inner dl dt {
 padding: 35px 20px;
 border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 1024px) {
 section.about_area >.inner dl dt {
  padding: 20px 10px;
 }
}
@media screen and (max-width: 600px) {
 section.about_area >.inner dl dt {
  padding: 20px 0 0;
  border-bottom: none;
 }
}
section.about_area >.inner dl dt:first-of-type {
 padding-top: 0;
}
section.about_area >.inner dl dd {
 padding: 35px 0;
 border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 1024px) {
 section.about_area >.inner dl dd {
  padding: 20px 0;
 }
}
@media screen and (max-width: 600px) {
 section.about_area >.inner dl dd {
  padding-top: 10px !important;
 }
}
section.about_area >.inner dl dd:first-of-type {
 padding-top: 0;
}
section.about_area >.inner dl dd ul {
 display: flex;
 flex-direction: column;
 gap: 10px;
}
section.about_area >.inner dl dd ul.dot li {
 padding-left: 0.85em;
 text-indent: -0.85em;
}
section.about_area >.inner dl dd ul.dot li:before {
 content: "・ ";
}
section.about_area >.inner dl dd ul.link {
 flex-direction: row;
 align-items: center;
 gap: 35px;
}
@media screen and (max-width: 600px) {
 section.about_area >.inner dl dd ul.link {
  gap: 15px;
 }
}
section.about_area >.inner dl dd ul.link li:nth-child(1) {
 width: 191px;
}
@media screen and (max-width: 600px) {
 section.about_area >.inner dl dd ul.link li:nth-child(1) {
  width: 127.3333333333px;
 }
}
section.about_area >.inner dl dd ul.link li:nth-child(2) {
 width: 290px;
}
@media screen and (max-width: 600px) {
 section.about_area >.inner dl dd ul.link li:nth-child(2) {
  width: 193.3333333333px;
 }
}
section.img img {
 width: 100%;
}
section.history_area {
 margin-bottom: 140px;
 padding: 100px 5%;
 background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
 section.history_area {
  margin-bottom: 70px;

  padding-block: 50px;
 }
}
section.history_area >.inner {
 position: relative;
 z-index: 2;
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
}
section.history_area >.inner .history_wrap {
 position: relative;
 padding-bottom: 60px;

 --width: 150px;
}
@media screen and (max-width: 1024px) {
 section.history_area >.inner .history_wrap {
  padding-bottom: 30px;

  --width: 120px;
 }
}
@media screen and (max-width: 600px) {
 section.history_area >.inner .history_wrap {
  --width: 80px;
 }
}
section.history_area >.inner .history_wrap:after {
 content: "";
 position: absolute;
 top: 20px;
 left: calc(var(--width) - 1px);
 z-index: -1;
 width: 1px;
 height: calc(100% - 20px);
 background: #848484;
}
section.history_area >.inner .history_wrap dl {
 display: grid;
 grid-template-columns: var(--width) 1fr;
}
section.history_area >.inner .history_wrap dl dt {
 position: relative;
 top: 0.2em;
 line-height: 1;
 color: var(--c_bl);
 font-family: var(--ff_osw);
 font-weight: 300;
 font-size: 38px;
 letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
 section.history_area >.inner .history_wrap dl dt {
  font-size: 40px;
 }
}
@media screen and (max-width: 600px) {
 section.history_area >.inner .history_wrap dl dt {
  top: 0.1em;
  font-size: 28px;
 }
}
section.history_area >.inner .history_wrap dl dd {
 padding: 20px 0 60px;
}
@media screen and (max-width: 1024px) {
 section.history_area >.inner .history_wrap dl dd {
  padding: 15px 0 30px;
 }
}
@media screen and (max-width: 600px) {
 section.history_area >.inner .history_wrap dl dd {
  padding-top: 10px;
 }
}
section.history_area >.inner .history_wrap dl dd:last-of-type {
 padding-bottom: 0;
}
section.history_area >.inner .history_wrap dl dd ol li {
 position: relative;
 line-height: 1.7777777778;
 row-gap: 25px;
 padding-left: 70px;
 font-size: 18px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.history_area >.inner .history_wrap dl dd ol li {
  padding-left: 35px;
  font-size: 16px;
 }
}
@media screen and (max-width: 600px) {
 section.history_area >.inner .history_wrap dl dd ol li {
  padding-left: 15px;
 }
}
section.history_area >.inner .history_wrap dl dd ol li:before {
 content: "";
 display: block;
 position: absolute;
 top: 0.4em;
 left: 0;
 width: 20px;
 border-radius: 50px;
 background: var(--c_bl);
 translate: -50% 0;

 aspect-ratio: 1;
}
@media screen and (max-width: 600px) {
 section.history_area >.inner .history_wrap dl dd ol li:before {
  width: 15px;
 }
}
section.history_area >.inner .history_wrap dl dd ol li:first-child {
 margin-top: calc((1em - 1lh) / 2);
}
section.history_area >.inner .history_wrap dl dd ol li:not(:last-child) {
 margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
 section.history_area >.inner .history_wrap dl dd ol li:not(:last-child) {
  margin-bottom: 15px;
 }
}
section.history_area >.inner .history_wrap dl dd ol li p {
 display: grid;
 grid-template-columns: 60px 1fr;
}
@media screen and (max-width: 1024px) {
 section.history_area >.inner .history_wrap dl dd ol li p {
  grid-template-columns: 45px 1fr;
 }
}
section.history_area >.inner .history_wrap dl dd ol li span {
 color: var(--c_bl);
}
section.history_area >.inner .history_wrap dl dd ol li img {
 display: block;
 width: 100%;
 max-width: 450px;
 margin-top: 25px;
 border-radius: 10px;
}
@media screen and (max-width: 600px) {
 section.history_area >.inner .history_wrap dl dd ol li img {
  margin-top: 15px;
 }
}
/*# sourceMappingURL=layout.css.map */