.p1-box1 {
  padding: 55px 0 120px;
}

.c-item24{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.c-item24 .item{
	width: 48%;
	height: auto;
	background: rgba(124, 34, 35, 0.06);
	text-align: center;
	padding: 10px;
	margin: 0 auto 10px;
	
}
.c-item24 .item h6{
	color: var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
	display: inline-block;
}
.c-item24 .item p{
	padding: 5px 10px;
	text-align: center;
}
.c-article.b-top{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #CCC;
}
.c-article .flex{
	display: flex;
	align-items: center;
}
.c-article .flex p{
	padding-left: 20px;
}

.pc1024{
	display: block;
}
@media (max-width: 1024px){
	.pc1024{
		display: none;
	}
	.c-item24 .item p{
		font-size: 12px;
	}
}
@media (max-width: 768px){
	.c-article .flex{
		flex-wrap: wrap;
	}
	.c-item24 .item p{
		font-size: 11px;
		padding: 5px 0;
	}
}

@media only screen and (max-width: 1024px) {
  .p1-box1 {
    padding: 40px 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box1 {
    padding: 30px 0 40px;
  }
}

.p1-box2 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .p1-box2 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box2 {
    padding-bottom: 40px;
  }
}

.p1-box2__content1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p1-box2__content1 {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.p1-box2__col {
  width: 31%;
  max-width: 310px;
}

@media only screen and (max-width: 768px) {
  .p1-box2__col {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10px;
  }
}

.p1-box2__col-head {
  padding: 15px;
  max-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--color-sky);
  font-size: 16px;
  color: #FFF;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .p1-box2__col-head {
    padding: 12px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box2__col-head {
    padding: 10px;
    font-size: 12px;
  }
}

.p1-box2__content2 {
  padding: 60px 60px 85px;
  border: 4px solid var(--color-blue);
  max-width: 1000px;
}

@media only screen and (max-width: 1024px) {
  .p1-box2__content2 {
    width: 90%;
    padding: 40px 40px 55px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box2__content2 {
    width: 90%;
    padding: 20px 20px 35px;
  }
}

.p1-box2__content2-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .p1-box2__content2-head {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box2__content2-head {
    margin-bottom: 10px;
  }
}

.p1-box2__content2-head img {
  margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .p1-box2__content2-head img {
    max-width: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box2__content2-head img {
    max-width: 55px;
  }
}

.p1-box2__content2-head p {
  font-size: 26px;
  color: var(--color-blue);
}

@media only screen and (max-width: 1024px) {
  .p1-box2__content2-head p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box2__content2-head p {
    font-size: 18px;
  }
}

.p1-box2__content2-cnt {
  text-align: center;
  font-size: 18px;
  color: #212121;
  line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
  .p1-box2__content2-cnt {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box2__content2-cnt {
    font-size: 12px;
    line-height: 1.4;
  }
}

.p1-box3 {
  padding-bottom: 105px;
}

@media only screen and (max-width: 1024px) {
  .p1-box3 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box3 {
    padding-bottom: 40px;
  }
}

.p1-box3__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .p1-box3__content {
    flex-direction: column;
  }
}

.p1-box3__l {
  max-width: 600px;
  min-width: 600px;
  margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
  .p1-box3__l {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box3__l {
    max-width: 500px;
    min-width: auto;
  }
}

.p1-box3__l p {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p1-box3__l p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1024px) {
  .p1-box3__r {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box3__r {
    margin-top: 10px;
    max-width: 280px;
  }
}

.p1-box3__r img {
  margin-top: 10px;
}

.p1-box4 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .p1-box4 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box4 {
    padding-bottom: 30px;
  }
}

.p1-box4__block {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .p1-box4__block {
    margin-bottom: 30px;
  }
}

.p1-box4__block-ttl1 {
  font-size: 16px;
  color: var(--color-blue);
  margin-bottom: 10px;
}
.p1-box4__block-ttl1.c-ct{
  font-size: 24px;
  font-weight: bold;
  color: var(--color-blue);
  line-height: 1.6;
  margin-bottom: 30px;
}
.p1-box4__block-ttl1.c-ct2{
  font-size: 14px;
  color: var(--color-blue);
  font-weight: bold;
  margin:0px 0pc  25px;
}
@media only screen and (max-width: 768px) {
  .p1-box4__block-ttl1, .p1-box4__block-ttl1.c-ct {
    font-size: 13px;
  }
  .p1-box4__block-ttl1.c-ct2{
    font-size: 12px;
  }
}

.p1-box4__block-ttl2 {
  padding: 10px 7px;
  background: var(--color-blue);
  color: #FFF;
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .p1-box4__block-ttl2 {
    font-size: 12px;
    padding: 5px;
    margin-bottom: 10px;
  }
}

.p1-box4__block-flex {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p1-box4__block-flex {
    flex-direction: column;
  }
}

.p1-box4__block-txt {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  max-width: 675px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .p1-box4__block-txt {
    max-width: 100%;
    order: 2;
    font-size: 11px;
    margin-right: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box4__block-img {
    flex: 0 0 auto;
    order: 1;
    max-width: 200px;
  }
}

.p1-box5 {
  padding-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  .p1-box5 {
    padding-bottom: 50px;
  }
}

.p1-box5__ttl {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-blue);
  line-height: 1.6;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .p1-box5__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.p1-box5__ttl1 {
  padding: 10px 7px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: var(--color-sky);
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__ttl1 {
    font-size: 12px;
    padding: 5px 7px;
    margin-bottom: 10px;
  }
}

.p1-box5__ttl2 {
  font-size: 14px;
  color: var(--color-blue);
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .p1-box5__ttl2 {
    font-size: 12px;
    line-height: 1.4;
  }
}

.p1-box5__table {
  margin-top: 25px;
  width: 100%;
}

.p1-box5__table tr:nth-child(odd) th, .p1-box5__table tr:nth-child(odd) td {
  background: #FAFAFA;
}

.p1-box5__table th, .p1-box5__table td {
  padding: 20px;
  text-align: center;
  background: #FFF;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .p1-box5__table th, .p1-box5__table td {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__table th, .p1-box5__table td {
    padding: 10px;
  }
}

.p1-box5__table th {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-blue) !important;
}

.p1-box5__table th:nth-child(1) {
  width: 200px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__table th:nth-child(1) {
    width: 25%;
  }
}

.p1-box5__table th:nth-child(2) {
  width: 140px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__table th:nth-child(2) {
    width: 20%;
  }
}

.p1-box5__table th:nth-child(3) {
  width: 140px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__table th:nth-child(3) {
    width: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .p1-box5__table th {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__table th {
    font-size: 11px;
  }
}

.p1-box5__table td {
  font-size: 13px;
  color: #212121;
  line-height: 1.6;
}

.p1-box5__table td:nth-child(1), .p1-box5__table td:nth-child(2) {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .p1-box5__table td:nth-child(1), .p1-box5__table td:nth-child(2) {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__table td:nth-child(1), .p1-box5__table td:nth-child(2) {
    font-size: 11px;
  }
}

.p1-box5__table td:nth-child(3) {
  padding: 20px 10px;
}

@media only screen and (max-width: 1024px) {
  .p1-box5__table td:nth-child(3) {
    padding: 15px 5px;
  }
}

.p1-box5__table td:last-child {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .p1-box5__table td {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__table td {
    font-size: 10px !important;
    padding: 5px !important;
  }
}

.p1-box5__content1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content1 {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.p1-box5__content1 > div {
  width: 48%;
  max-width: 480px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content1 > div {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__content1-l .c-article:last-child {
    border-bottom: 1px dashed #CCC;
    margin-bottom: 10px;
  }
}

.p1-box5__content1-r1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.p1-box5__content1-r1-txt {
  margin-right: 20px;
}

.p1-box5__content1-r2 {
  padding: 20px 30px;
  background: rgba(124, 34, 35, 0.06);
}

@media only screen and (max-width: 768px) {
  .p1-box5__content1-r2 {
    padding: 15px;
  }
}

.p1-box5__content1-r2-txt {
  display: flex;
  font-size: 12px;
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content1-r2-txt {
    font-size: 10px;
    line-height: 1.4;
    padding-bottom: 5px;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__content1-r2-txt:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.p1-box5__content1-r2-ttl {
  font-weight: bold;
  min-width: 135px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content1-r2-ttl {
    min-width: 100px;
  }
}

.p1-box5__content1-r3 {
  padding: 20px;
  background: var(--color-sky);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .p1-box5__content1-r3 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__content1-r3 {
    font-size: 11px;
  }
}

.p1-box5__content2 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content2 {
    margin-bottom: 20px;
  }
}

.p1-box5__content3 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content3 {
    margin-bottom: 20px;
  }
}

.p1-box5__content3-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content3-box {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.p1-box5__content3-txt {
  width: 720px;
}

@media only screen and (max-width: 1024px) {
  .p1-box5__content3-txt {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__content3-txt {
    width: 100%;
  }
}

.p1-box5__content3-txt--2 {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content3-txt--2 {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .p1-box5__content3-img {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__content3-img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
  }
}

.p1-box5__content3-img--2 {
  flex: 1 1 auto;
  text-align: center;
}

.p1-box5__content3-block2 {
  width: 32%;
  max-width: 230px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content3-block2 {
    width: 90%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
}

.p1-box5__content3-block2-ttl {
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: var(--color-blue);
}

@media only screen and (max-width: 1024px) {
  .p1-box5__content3-block2-ttl {
    font-size: 13px;
    padding: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p1-box5__content3-block2-ttl {
    font-size: 12px;
    padding: 5px;
  }
}

.p1-box5__content3-block2-txt {
  padding: 20px 30px;
  background: rgba(124, 34, 35, 0.06);
  font-size: 12px;
  color: #333333;
  line-height: 1.6;
  min-height: 155px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content3-block2-txt {
    padding: 15px;
    font-size: 10px;
    min-height: auto;
  }
}

.p1-box5__content4 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .p1-box5__content4 {
    margin-bottom: 20px;
  }
}

.human {
  margin-bottom: 20px;
  text-align: center;
}

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