/* ======================================================================
 p_about
====================================================================== */
@media screen and (max-width: 768px) {
  .sec picture {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec img {
    width: 100%;
  }
}
.sec .inner {
  box-sizing: border-box;
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec .inner {
    width: 100%;
    padding: 0 15px;
  }
}
.sec.sec_1 {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 {
    padding: 30px 0;
  }
}
.sec.sec_1 .inner .lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .inner .lead {
    text-align: left;
  }
}
.sec.sec_1 .inner .sub {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .inner .sub {
    text-align: left;
  }
}
.sec.sec_1 .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .inner .list {
    display: block;
    margin-top: 28px;
  }
}
.sec.sec_1 .inner .list a {
  width: 300px;
  height: 50px;
  margin-bottom: 15px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #222;
  box-shadow: 0px 5px 0px #BEBEBE;
  border: 1px solid #BEBEBE;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .inner .list a {
    width: 100%;
    margin-bottom: 13px;
  }
}
.sec.sec_1 .inner .list a:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.sec.sec_1 .inner .list a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px;
}
.sec.sec_1 .inner .list a:not(:nth-child(5n)) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .inner .list a:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
.sec.sec_2 {
  background: #F3F3F3;
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 {
    padding: 30px 0;
  }
}
.sec.sec_2 .box_ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box_ttl {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
  }
}
.sec.sec_2 .box:not(:first-child) {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box:not(:first-child) {
    padding-top: 35px;
  }
}
.sec.sec_2 .box .lead {
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .lead {
    text-align: left;
    margin-bottom: 28px;
  }
}
.sec.sec_2 .box .img_top, .sec.sec_2 .box .img_btm {
  background: #fff;
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .img_top, .sec.sec_2 .box .img_btm {
    width: 100%;
  }
}
.sec.sec_2 .box .img_top {
  padding: 40px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .img_top {
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
  }
}
.sec.sec_2 .box .img_btm {
  display: flex;
  border-top: 2px solid #F3F3F3;
  padding: 30px 40px 40px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .img_btm {
    display: block;
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
  }
}
.sec.sec_2 .box .img_btm li {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .img_btm li {
    width: 100%;
  }
  .sec.sec_2 .box .img_btm li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .img_btm li .ico {
    width: 70px;
  }
}
.sec.sec_2 .box .img_btm li .desc {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .img_btm li .desc {
    margin-left: 10px;
  }
}
.sec.sec_2 .box .img_btm li .desc .ttl {
  font-size: 18px;
  margin-bottom: 9px;
}
.sec.sec_2 .box .img_ttl, .sec.sec_2 .box .img_2 {
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .img_ttl, .sec.sec_2 .box .img_2 {
    width: 100%;
  }
}
.sec.sec_2 .box .img_ttl {
  background: #FBC933;
  text-align: center;
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .img_ttl {
    border-radius: 10px 10px 0 0;
  }
}
.sec.sec_2 .box .img_2 {
  background: #fff;
  padding: 30px 40px 40px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .box .img_2 {
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
}
.sec.sec_3 {
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 {
    padding: 0 0 60px;
  }
}
.sec.sec_3 .inner {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner {
    width: 100%;
  }
}
.sec.sec_3 .inner .c_ttl_1 {
  margin-bottom: 26px;
}
.sec.sec_3 .inner .lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .lead {
    text-align: left;
  }
}
.sec.sec_3 .inner .box {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
  padding: 33px 30px 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .box {
    display: block;
    margin-top: 28px;
    padding: 20px 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.sec.sec_3 .inner .box li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .box li:not(:first-child) {
    margin: 0 0 20px;
  }
}
.sec.sec_3 .inner .box li .num {
  width: 215px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .box li .num {
    width: 49%;
  }
}
.sec.sec_3 .inner .box li .num:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .box li .num:first-child {
    margin-right: 2%;
  }
}
.sec.sec_3 .inner .box li:first-child {
  order: 2;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .box li:first-child {
    margin-bottom: 20px;
  }
}
.sec.sec_3 .inner .box li:last-child {
  width: 437px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .box li:last-child {
    width: 100%;
  }
}
.sec.sec_3 .inner .box li:last-child img {
  width: 100%;
}
.sec.sec_3 .inner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .btn {
    display: block;
    margin-top: 30px;
  }
}
.sec.sec_3 .inner .btn .c_btn_4 {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .btn .c_btn_4 {
    margin: 24px 0 0;
  }
}
.sec.sec_4 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 {
    padding: 0 15px 30px;
  }
}
.sec.sec_4 .inner {
  background: #FDE9AC;
  border-radius: 20px;
  padding: 32px 0 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner {
    border-radius: 10px;
    padding: 25px 15px;
  }
}
.sec.sec_4 .inner .ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.sec.sec_4 .inner .u_txt_1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .u_txt_1 {
    text-align: left;
  }
}
.sec.sec_4 .inner .c_btn_4 {
  margin: 23px auto 0;
}
.sec.sec_4 .inner .c_btn_4:before {
  display: none;
}
.sec.sec_5 {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 {
    padding: 0 0 46px;
  }
}
.sec.sec_5 .inner {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner {
    width: 100%;
  }
}
.sec.sec_5 .inner table {
  width: 100%;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner table {
    border: none;
    border-bottom: 1px solid #D8D8D8;
  }
}
.sec.sec_5 .inner table th, .sec.sec_5 .inner table td {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 15px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner table th, .sec.sec_5 .inner table td {
    display: block;
    border: none;
  }
}
.sec.sec_5 .inner table th {
  font-weight: bold;
  background: #F3F3F3;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner table th {
    width: 100%;
    padding: 13px 15px;
  }
}
.sec.sec_5 .inner table td {
  background: #fff;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner table td {
    width: 100%;
    padding: 10px 0 28px;
  }
}
.sec.sec_5 .inner table td span {
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .inner table td span {
    display: block;
    margin: 0;
  }
}
.sec.sec_5 .inner .sub {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

/*# sourceMappingURL=p_about.css.map */
