.p_about01 {
  padding: 20px 0 40px 0;
}
.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;
  margin-bottom: 40px;
}
.p_about01 .c_title01 span {
  display: block;
}
.p_about01 .c_title01 span:nth-child(1) {
  margin-bottom: 20px;
}
.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 .container {
  position: relative;
}
.p_about02 .p_strong h3 {
  display: flex;
  align-items: center;
  color: #003366;
  font-size: 1.2rem;
  line-height: 1.4;
}
.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 .box {
  margin-bottom: 40px;
}
.p_about02 .p_strong .box:last-child {
  margin-bottom: 0;
}
.p_about02 .p_strong .box:nth-child(1) .flow {
  margin-top: 20px;
  padding: 20px;
  overflow-x: scroll;
  background-color: #E7EEF4;
  box-sizing: border-box;
}
.p_about02 .p_strong .box:nth-child(1) .flow img {
  min-width: 600px;
  margin-right: 20px;
}
.p_about02 .p_strong .box:nth-child(1) .flow h4 {
  color: #003366;
  font-size: 1rem;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.p_about02 .p_strong .box:nth-child(1) .flow h4:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #003366;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.p_about02 .p_strong .box .wrap {
  margin-bottom: 20px;
}
.p_about02 .p_strong .box .wrap dl {
  margin: 10px 0;
}
.p_about02 .p_strong .box .wrap dl dt ,
.p_about02 .p_strong .box .wrap dl dd {
  display: inline-block;
}

.p_about03 {
  padding: 60px 0;
}
.p_about03 .box {
  margin-bottom: 40px;
}
.p_about03 .box:last-child {
  margin-bottom: 0;
}


@media screen and (min-width: 768px) {
  .p_about01 {
    padding: 60px 0 120px 0;
  }
  .p_about01 .c_title01 {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 100px;
  }
  .p_about01 .c_title01 span:nth-child(1) {
    margin-bottom: 40px;
  }
  .p_about01__txt ,
  .p_about03 .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .p_about01__txt .box h3 ,
  .p_about03 .box h3 {
    font-size: 1.2rem;
  }
  .p_about01__txt .box ,
  .p_about03 .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;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .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 .box {
    margin-bottom: 60px;
  }
  .p_about02 .p_strong .box:nth-child(1) h3 {
    display: block;
    text-align: center;
  }
  .p_about02 .p_strong .box:nth-child(1) .flow {
    margin-top: 40px;
    padding: 30px 30px 40px 30px;
    overflow-x: inherit;
  }
  .p_about02 .p_strong .box:nth-child(1) .flow h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .p_about02 .p_strong .box:nth-child(1) .flow h4:before {
    width: 10px;
    height: 10px;
  }
  .p_about02 .p_strong .box:nth-child(n+2) {
    display: flex;
    justify-content: space-between;
  }
  .p_about02 .p_strong .box .wrap {
    max-width: 520px;
    margin-right: 40px;
  }
  .p_about02 .p_strong .box .wrap dl {
    margin: 30px 0;
  }
  
  .p_about03 {
    padding: 120px 0 100px 0;
  }
  .p_about03 .box {
    margin-bottom: 0;
  }
  .p_about03 .box:nth-child(3n) {
    margin-right: 0;
  }
  .p_about03 .box {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=about.css.map */
