.pageCover.is-about {
  background-image: url(../../_img/about/page_cover.jpg);
  background-size: cover;
  padding-top: 276px;
  background-position: center center;
}

.about {
  width: 1180px;
  margin: 0 auto;
  line-height: 3;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 90px;
  text-align: center;
}

.about .kazoku-img {
  margin-top: 80px;
}

.about .one-team-img {
  margin-top: 20px;
  margin-bottom: 40px;
}

.about .ttl {
  font-size: 20px;
}

.about .text {
  font-size: 16px;
}

.about .section {
  position: relative;
  margin-top: 180px;
}

.about .bg-gray {
  background-color: #f8f8f8;
}

.about .pb100 {
  padding-bottom: 100px;
}

.about .bg-gray .section-ttl {
  text-align: left;
  left: -310px;
}

.about .bg-gray.section03 .section-ttl {
  left: -240px;
}

.about .section-ttl {
  font-size: 28px;
  color: #0162a7;
  position: relative;
  display: inline-block;
  top: -55px;
  right: -310px;
}

.about .section-ttl .mincho {
  margin-top: 10px;
  z-index: 10;
  position: relative;
}

.about .section-ttl_deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about .section-img {
  position: absolute;
  right: 0px;
  top: -80px;
}

.about .white-border {
  border: 10px solid #fff;

}

.about .section-text-box_container.section01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  height: 700px;
  padding: 0 110px;
  margin-top: -60px;
}

.about .section-text-box_container.section02 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 110px 30px;
}

.about .section-text-box_container.section03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 430px;
  padding: 0 110px;
  margin-top: -60px;
}

.about .section-text-box {
  background-color: #f8f8f8;
  padding: 30px;
  margin: 1%;
  position: relative;
}

.about .section-text-box_container.section02 .section-text-box:first-child {
  flex-basis: 100%;
  padding-bottom: 60px;
}

.about .section-text-box_container.section02 .section-text-box:first-child>p {
  text-align: right;
}

.about .section02 .section-text-box {
  width: 240px;
  align-self: flex-end;
}

.about .section02 .section-text-box.graph-box {
  background-color: inherit;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about .bg-gray .section-text-box {
  background-color: #fff;
  padding: 20px 40px;
  margin: 4% 2%;
  width: 360px;
}

.about .section-text-box.bg-none {
  padding: 0;
  width: 440px;
  margin: 0;
  background-color: inherit;
}

.about .section-text-box .mincho {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.about .section-text-box .mincho.mini {
  font-size: 18px;
}

.about .section-text-box p {
  text-align: left;
}

.about .section-box_graph {
  position: absolute;
  top: -190px;
}

.about .section-box_graph.graph01 {
  left: -26px;
}

.about .section-box_graph.graph02 {
  left: 34px;
}

.about .photo-text_box {
  position: relative;
  margin-top: 110px;
}

.about .photo-text_box.mt50 {
  margin-top: 50px;
}

.about .img-right .photo-text_box_img {
  position: absolute;
  top: -60px;
  right: 70px;
  z-index: 10;
}

.about .img-left .photo-text_box_img {
  position: absolute;
  top: -60px;
  left: 70px;
  z-index: 10;
}

.about .photo-text_box_text {
  background-color: #f8f8f8;
  width: 941px;
  display: flex;
  margin: 0 auto;
  min-height: 305px;
  align-items: center;
}

.about .bg-gray .photo-text_box_text {
  background-color: #fff;
}

.about .img-left .photo-text_box_text {
  flex-direction: row-reverse;
}

.about .photo-text_box_text .section-text-box {
  flex-basis: 38%;
  margin: 0 6%;
}

.about .blue-text-btn {
  border-bottom: 2px solid #0062a7;
  display: inline-block;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.about .blue-text-btn a {
  color: #0062a7;
  font-weight: 600;
}

.about .blue-text-btn a::after {
  display: inline-block;
  content: '';
  background: url(../../_img/about/arrow.png) no-repeat center center /contain;
  margin-left: 2em;
  margin-right: 0.5em;
  width: 15px;
  height: 15px;
  transition: all .25s;
  vertical-align: text-top;
}

.about .blue-text-btn a:hover::after {
  transform: translateX(0.5em);
  transition: all .25s;
}

.about ul {
  text-align: left;
  list-style: disc;
  padding-left: 1em;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.about li {
  margin-bottom: 0.5em;
}

.about .media {
  width: 80%;
  margin: 50px auto 0;
  background-color: inherit;
  border: 1px solid #0062a7;
}

.about .media .date {
  padding-left: 2em;
  padding-right: 2em;
}

.about .media a {
  color: #0062a7;
  text-decoration: underline;
}

.about .media a:hover {
  opacity: .6;
  text-decoration: none;
}

.about .media a:after {
  display: inline-block;
  font: bold 10px / 1 "icomoon";
  content: "\f08e";
  position: relative;
  top: -.1em;
  margin-left: .75em;
  vertical-align: middle;
}