/*@mixin font-size($size: 24, $base: 10) {
  font-size: ($size / $base) * 1rem;
}*/
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* cleafix
------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  about.css
***************************************************/
@media only screen and (min-width: 1021px) {
  .l-global_nav__menu .list > li:nth-child(3) a {
    -webkit-text-decoration: underline 0.3rem #31B29E;
            text-decoration: underline 0.3rem #31B29E;
  }
}
/* #about.index
------------------------------------------------------------ */
#about.index .p-section01__image01 {
  margin-bottom: 13rem;
  text-align: center;
}
#about.index .p-section01__text01 {
  width: 70%;
  margin: 7rem auto;
}
#about.index .p-section01__text01 p + p {
  margin-top: 3rem;
}
@media only screen and (max-width: 599px) {
  #about.index .p-section01__image01 {
    margin-bottom: 3rem;
    text-align: center;
  }
  #about.index .p-section01__text01 {
    width: 100%;
    margin: 0 auto;
  }
  #about.index .p-section01__text01 p + p {
    margin-top: 3rem;
  }
}
#about.index .p-section02 {
  margin-top: 10rem;
}
#about.index .p-section02__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#about.index .p-section02__list01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 87rem;
  margin: 0 -1.5rem;
}
#about.index .p-section02__list01 .list > li {
  margin: 1.5rem;
}
#about.index .p-section02__list01 .list > li .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26rem;
  height: 6rem;
  padding: 0 6rem 0 3rem;
  border: 1px solid #505050;
  border-radius: 5rem;
  background: url(/assets/img/common/icon_pdf.svg) 88% 50% no-repeat;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
}
#about.index .p-section02__list01 .list > li .button::after {
  display: none;
}
@media only screen and (max-width: 599px) {
  #about.index .p-section02 {
    margin-top: 5rem;
  }
  #about.index .p-section02__list01 .list {
    display: block;
    width: 100%;
    margin: 0;
  }
  #about.index .p-section02__list01 .list > li {
    margin: 1.5rem 0;
  }
  #about.index .p-section02__list01 .list > li .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    height: 6rem;
    margin: 0 auto;
    padding: 0 6rem 0 3rem;
    font-size: 1.8rem;
  }
}
#about.index .p-section03 {
  margin-top: 10rem;
}
#about.index .p-section03__table01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7rem;
}
#about.index .p-section03__table01 table {
  border-bottom: 1px solid #BEBEBE;
}
#about.index .p-section03__table01 table th,
#about.index .p-section03__table01 table td {
  padding: 1rem 3rem;
  border-top: 1px solid #BEBEBE;
}
#about.index .p-section03__table01 table th {
  color: #31B29E;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 599px) {
  #about.index .p-section03 {
    margin-top: 5rem;
  }
  #about.index .p-section03__table01 {
    margin-top: 0;
  }
  #about.index .p-section03__table01 table th,
  #about.index .p-section03__table01 table td {
    padding: 1rem;
  }
}
#about.index .p-section04 {
  margin-top: 10rem;
}
@media only screen and (max-width: 599px) {
  #about.index .p-section04 {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=about.css.map */