main {
 margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-bottom: 100px;
 }
}

section {
 position: relative;
 width: 100%;

 --main_brs: 60px;
 padding-inline: 3%;
}
@media screen and (max-width: 1024px) {
 section {
  padding-inline: 5%;
 }
}
@media screen and (max-width: 600px) {
 section {
  --main_brs: 30px;
 }
}
section h2 {
 line-height: 1.71875;
 margin-bottom: 30px;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 32px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section h2 {
  margin-bottom: 15px;
  font-size: 24px;
 }
}
section.outline_area {
 margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
 section.outline_area {
  margin-bottom: 60px;
 }
}
section.outline_area >.inner {
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
}
section.outline_area >.inner >dl {
 display: grid;
 grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 1024px) {
 section.outline_area >.inner >dl {
  grid-template-columns: 20% 1fr;
 }
}
@media screen and (max-width: 600px) {
 section.outline_area >.inner >dl {
  grid-template-columns: 1fr;
 }
}
section.outline_area >.inner >dl >dt {
 line-height: 1.6666666667;
 padding: 20px 0;
 border-bottom: 1px solid #cccccc;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 18px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.outline_area >.inner >dl >dt {
  font-size: 16px;
 }
}
@media screen and (max-width: 600px) {
 section.outline_area >.inner >dl >dt {
  padding-bottom: 0;
  border-bottom: none;
 }
}
section.outline_area >.inner >dl >dd {
 line-height: 1.875;
 padding: 20px 0;
 border-bottom: 1px solid #cccccc;
 font-size: 16px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.outline_area >.inner >dl >dd {
  font-size: 14px;
 }
}
@media screen and (max-width: 600px) {
 section.outline_area >.inner >dl >dd {
  padding: 5px 0 15px;
 }
}
section.outline_area >.inner >dl >dd ul li:not(:last-child) {
 margin-bottom: 5px;
}
section.outline_area >.inner >dl >dd dl.member {
 display: grid;
 grid-template-columns: 250px 1fr;
 row-gap: 10px;
}
@media screen and (max-width: 1024px) {
 section.outline_area >.inner >dl >dd dl.member {
  grid-template-columns: 220px 1fr;
 }
}
section.outline_area >.inner >dl >dd dl.member dt {
 font-weight: normal;
}
section.histroy_area {
 margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
 section.histroy_area {
  margin-bottom: 60px;
 }
}
@media screen and (max-width: 600px) {
 section.histroy_area {
  padding: 0;
 }
}
section.histroy_area >.inner {
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
}
section.histroy_area >.inner ol {
 position: relative;
}
section.histroy_area >.inner ol:after {
 content: "";
 display: block;
 position: absolute;
 top: 40px;
 left: 32px;
 width: 1px;
 height: calc(100% - 20px);
 background: #d9d9d9;
}
@media screen and (max-width: 600px) {
 section.histroy_area >.inner ol:after {
  top: 30px;
  left: 14px;
 }
}
section.histroy_area >.inner ol li {
 position: relative;
 padding: 25px 50px;
}
@media screen and (max-width: 600px) {
 section.histroy_area >.inner ol li {
  padding: 15px 5% 15px 7%;
 }
}
section.histroy_area >.inner ol li:nth-child(2n) {
 background: #feebd6;
}
section.histroy_area >.inner ol li:after {
 content: "";
 position: absolute;
 top: 32px;
 left: 25px;
 z-index: 2;
 width: 16px;
 border-radius: 50px;
 background: var(--c_rd);

 aspect-ratio: 1;
}
@media screen and (max-width: 600px) {
 section.histroy_area >.inner ol li:after {
  top: 21px;
  left: 2%;
  width: 12px;
 }
}
section.histroy_area >.inner ol li >div {
 display: flex;
}
section.histroy_area >.inner ol li >div +div {
 margin-top: 5px;
}
section.histroy_area >.inner ol li >div time {
 width: 230px;
}
@media screen and (max-width: 600px) {
 section.histroy_area >.inner ol li >div time {
  display: flex;
  width: 120px;
  justify-content: space-between;
 }
}
section.histroy_area >.inner ol li >div time span {
 display: inline-block;
 line-height: 1.4;
 font-weight: bold;
 font-size: 20px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.histroy_area >.inner ol li >div time span {
  font-size: 18px;
 }
}
@media screen and (max-width: 600px) {
 section.histroy_area >.inner ol li >div time span {
  font-size: 16px;
 }
}
section.histroy_area >.inner ol li >div time span.y {
 width: 160px;
 color: var(--c_rd);
}
@media screen and (max-width: 600px) {
 section.histroy_area >.inner ol li >div time span.y {
  width: auto;
 }
}
section.histroy_area >.inner ol li >div time span.y.hd {
 visibility: hidden;
}
section.histroy_area >.inner ol li >div p {
 width: calc(100% - 230px);
 line-height: 1.875;
 align-self: center;
 font-size: 16px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.histroy_area >.inner ol li >div p {
  font-size: 14px;
 }
}
@media screen and (max-width: 600px) {
 section.histroy_area >.inner ol li >div p {
  width: calc(100% - 120px);
  padding-left: 10px;
 }
}
/*# sourceMappingURL=layout.css.map */