.p_about01 {
  padding: 20px 0 40px 0;
}
.p_about01 video {
  margin-top: 40px;
  width: 100%;
}
.p_about01 .container {
  position: relative;
}
.p_about01 .c_title01 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
.p_about01 .c_title01 span {
  display: block;
}
.p_about01 .c_title01 span:nth-child(1) {
  margin-bottom: 20px;
}
.p_equipment .c_title01 span:nth-child(1) {
  margin-bottom: 0;
}
.p_about01__txt .box {
  margin-bottom: 20px;
}
.p_about01__txt .box:last-child {
  margin-bottom: 0;
}
.p_about01__txt .box h3, .p_about03 .box h3 {
  font-size: 1rem;
  color: #003366;
  margin: 10px 0 0;
}
.p_about02 {
  position: relative;
  padding: 30px 20px;
  background-color: #003366;
}
.p_about02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 50%, rgb(0, 204, 255) 100%);
  pointer-events: none;
  opacity: 0.6;
}
.p_about02 .container {
  position: relative;
  padding: 40px 15px;
  background-color: #fff;
  z-index: 2;
}
.p_about02 .c_title02 {
  text-align: center;
  margin-bottom: 20px;
}
.p_about02 .c_title02::before {
  left: 50%;
  transform: translate(-50%, 0);
}
.p_about02 .c_title02.content02 {
  margin-top: 60px;
}
.p_about02 .container {
  position: relative;
}
.p_about02 .p_strong h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003366;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p_about02 .p_strong h3 br {
  display: none;
}
.p_about02 .p_strong h3 span {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  top: -2px;
}
.p_about02 .p_strong {
  display: flex;
  flex-wrap: wrap;
}
.p_about02 .p_strong .box {
  margin-bottom: 40px;
  flex-direction: column;
}
.p_about02 .p_strong .box figure {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  border: 2px solid #003366;
}
.p_about02 .p_strong .box figure img {
  max-width: 100px;
}
.p_about02 .p_strong .box:last-child {
  margin-bottom: 0;
}
.p_about02 .p_strong .box p {
  line-height: 1.6;
}
.p_about02 .p_strong .box .wrap {
  margin-bottom: 20px;
}
.p_about03 {
  padding: 60px 0;
}
.p_about03 .box {
  margin-top: 20px;
  display: flex;
}
.p_about03 .box:nth-child(2) {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.p_about03 .box figure {
  width: 100%;
}
.p_about03 .wrap > .box {
  flex-wrap: wrap;
}
.p_about03 .wrap .wrap {
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.p_about03 .wrap .wrap figure {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.p_about03 .wrap .wrap figure:nth-child(3n) {
  margin-right: 0;
}
.p_work .p_about01 .c_title01, .p_work .p_about01 .c_title01 span:nth-child(1) {
  margin-bottom: 0;
}
.p_work .p_about02 .p_strong .box .wrap .sp tr th {
  display: inline-block;
  width: 50%;
}
.p_work .p_about02 .p_strong .box .wrap .pc {
  display: none;
}
.p_work .p_about02 .p_strong .box .strong {
  font-size: 1rem;
  line-height: 1.4;
  color: #003366;
}
.p_work .c_col2 figure {
  margin-top: 20px;
}
.p_work .wrap.c_col2 table {
  margin-bottom: 20px;
}
.p_work .wrap.c_col2 table th, .p_work .wrap.c_col2 table td {
  display: block;
  width: 100%;
}
.p_work .box-wrap {
  margin-bottom: 60px;
}
.p_work .box-wrap .box {
  margin-top: 20px;
  margin-bottom: 0;
}
.p_work .box-wrap .box h3 {
  margin-bottom: 10px;
}
.p_work .p_about03 .bnr {
  margin-top: 0;
}
.p_work .p_strong video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_about01 {
    padding: 60px 0;
  }
  .p_about01 .c_title01 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p_about01__txt, .p_about03 .wrap {
    display: flex;
  }
  .p_about01__txt .box h3, .p_about03 .box h3 {
    font-size: 1.2rem;
  }
  .p_about01__txt .box {
    width: 31%;
    margin-right: 3%;
  }
  .p_about01__txt .box:last-child {
    margin-right: 0;
  }
  .p_about02 {
    padding: 120px 40px;
  }
  .p_about02 .container {
    padding: 70px 60px;
  }
  .p_about02 .c_title02 {
    margin-bottom: 50px;
  }
  .p_about02 .p_strong h3 {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p_about02 .p_strong h3 br {
    display: block;
  }
  .p_about02 .p_strong h3 span {
    font-size: 3.4rem;
    margin-right: 15px;
    top: -4px;
  }
  .p_about02 .p_strong {
    justify-content: space-between;
  }
  .p_about02 .p_strong .box {
    width: 30%;
    margin-bottom: 30px;
  }
  .p_about02 .p_strong .box .wrap {
    max-width: 520px;
    width: 100%;
    margin-right: 40px;
  }
  .p_about03 {
    padding: 120px 0 100px 0;
  }
  .p_about03 .box {
    margin: 0;
  }
  .p_about03 .box:nth-child(3n) {
    margin-right: 0;
  }
  .p_about03 .box {
    margin-bottom: 40px;
  }
  .p_work .p_about02 .p_strong .box h3 {
    display: block;
    text-align: center;
  }
  .p_work .p_about02 .p_strong .box.block {
    display: block;
  }
  .p_work .c_w80 {
    max-width: 80%;
    margin: 0 auto;
  }
  .p_work .c_col2 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .p_work .c_col2 figure {
    width: 49%;
    margin-top: 0;
  }
  .p_work .p_about02 .p_strong .box .wrap .sp {
    display: none;
  }
  .p_work .p_about02 .p_strong .box .wrap .pc {
    display: table;
  }
  .p_work .p_about02 .p_strong .box .c_col2 table {
    width: 52%;
  }
  .p_work .p_about02 .p_strong .box .c_col2 table th {
    width: 15%;
  }
  .p_work .p_about02 .p_strong .box .c_col2 p {
    width: 45%;
  }
  .p_work .wrap.c_col2 {
    max-width: 100% !important;
  }
  .p_work .box-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .p_work .box-wrap .box {
    width: 32% !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p_about02 .p_strong h3 {
    font-size: 1.2rem;
  }
  .p_work .wrap.c_col2 table {
    margin-bottom: 0;
  }
  .p_work .wrap.c_col2 table th, .p_work .wrap.c_col2 table td {
    display: table-cell;
  }
  .p_work .p_about02 .p_strong .box .strong {
    text-align: center;
    font-size: 1.2rem;
  }
  .p_about03 .box:nth-child(2) {
    width: 60%;
    margin-left: 40px;
  }
}