@charset "UTF-8";
.about .contents {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .about .contents {
    padding-top: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .about .contents .section_inner {
    max-width: 1260px;
  }
}
@media screen and (max-width: 768px) {
  .about .contents .section_inner {
    padding: 0;
  }
}
.about_bg {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 100px 150px 140px;
}
@media screen and (max-width: 768px) {
  .about_bg {
    padding: 0 20px;
  }
}
.about_bg + .about_bg {
  margin-top: 100px;
  padding: 125px 150px 137px;
}
@media screen and (max-width: 768px) {
  .about_bg + .about_bg {
    margin-top: 0;
    padding: 87px 20px 70px;
  }
}
.about_image img {
  border-radius: 6px;
}
.about_lead {
  margin: 68px 0 117px;
}
@media screen and (max-width: 768px) {
  .about_lead {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin: 36px 0 58px;
    padding: 0 10px;
  }
}
.about_title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 59px 0 37px;
}
@media screen and (max-width: 768px) {
  .about_title {
    line-height: 1;
    margin: 46px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .about_table {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .about_table dt {
    width: 140px;
  }
}
.about_table dt::after {
  content: none;
}
@media screen and (min-width: 1025px) {
  .about_table dd {
    width: calc(100% - 140px);
  }
}
.about_table dd:nth-of-type(8) a {
  display: block;
}
.about_table dd .bank_list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 30% 31.5% calc(38.5% - 49px);
  -webkit-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
}
@media screen and (max-width: 768px) {
  .about_table dd .bank_list {
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    position: relative;
  }
}
.about_table dd .bank_list .note {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .about_table dd .bank_list .note {
    position: absolute;
    bottom: 1px;
    right: -1px;
    margin-top: 0;
  }
}
.about_table dd .product_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 380px;
}
.about_table dd .product_list li {
  width: 50%;
}
.about_table dd .product_list li::before {
  content: "・";
}
.about_table + .about_title {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .about_table + .about_title {
    margin-top: 96px;
  }
}
.about .history_block {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .about .history_block {
    margin-top: 40px;
  }
}
.about .history_block .outline_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about .history_block .outline_list {
    gap: 24px 0;
    padding: 0 10px 0 40px;
  }
}
.about .history_block .outline_list::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 148px;
  width: 2px;
  height: 98%;
  background: #47C2D1;
}
@media screen and (max-width: 768px) {
  .about .history_block .outline_list::before {
    left: 19px;
    height: 97%;
  }
}
.about .history_block .outline_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  .about .history_block .outline_item {
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
}
.about .history_block .outline_item_date {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18px;
  position: relative;
  width: 130px;
  min-width: 130px;
}
@media screen and (max-width: 768px) {
  .about .history_block .outline_item_date {
    gap: 0 15px;
  }
}
.about .history_block .outline_item_date::before, .about .history_block .outline_item_date::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about .history_block .outline_item_date::after {
  left: 137px;
  width: 24px;
  height: 24px;
  background: #47C2D1;
  border-radius: 50px;
  border: 6px solid #EEE;
}
@media screen and (max-width: 768px) {
  .about .history_block .outline_item_date::after {
    left: -30px;
    width: 20px;
    height: 20px;
    border: 5px solid #EEE;
  }
}
.about .history_block .outline_item_text {
  letter-spacing: 0.05em;
}
.about_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .about_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 30px 80px;
    gap: 10px;
  }
}
.about_btns a {
  color: #44464C;
  background: #FFFFFF;
  font-weight: 700;
  padding: 19px 60px;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .about_btns a {
    padding: 15px 60px;
    max-width: 100%;
  }
}
.about_btns a.active {
  color: #F17D63;
}
.about .link {
  text-decoration: underline;
}