@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mainImg {
  background-image: url(../images/about/mainimg.jpg);
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■outline
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#outline {
  padding: 70px 0 140px;
}

#outline table {
  width: 760px;
  margin: 30px auto 0;
}

#outline table tr {
  border-bottom: 1px solid #b3b3b3;
}

#outline table th, #outline table td {
  vertical-align: top;
  line-height: 1.75;
  padding: 30px 20px;
}

#outline table th {
  white-space: nowrap;
  font-weight: bold;
  color: #0068B7;
}

#outline table th span {
  display: block;
  font-size: 1.3rem;
  margin-left: -0.5em;
}

#outline table td {
  color: #4C4C4C;
}

#outline table td p b {
  display: block;
}

#outline table td p + p {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  #outline {
    padding: 30px 0 60px;
  }
  #outline table {
    width: 100%;
  }
  #outline table th, #outline table td {
    padding: 15px 10px;
  }
  #outline table th span {
    font-size: 1.1rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■manner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#manner {
  padding: 0 0 130px;
}

#manner .innerWrap {
  overflow: visible;
  padding: 0 11.7%;
}

#manner h3 {
  width: 788px;
  height: 256px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background: url(../images/about/main_manner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

#manner h3:before, #manner h3:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#manner h3:before {
  left: -50vw;
  right: 50%;
  background: #0168b7;
}

#manner h3:after {
  right: -50vw;
  left: 50%;
  background: #ffeb28;
}

#manner h3 span {
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.65;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.6);
}

#manner .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

#manner .intro p {
  margin-right: 40px;
}

#manner .intro .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45.3%;
  -ms-flex: 0 0 45.3%;
  flex: 0 0 45.3%;
}

#manner .intro .img img {
  width: 100%;
}

#manner .flow {
  margin-top: 80px;
}

#manner .flow h4 {
  width: 310px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  background: #0067b1;
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
}

#manner .flow h4 span {
  display: block;
  -webkit-transform: skew(35deg);
  transform: skew(35deg);
}

#manner .flow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#manner .flow ul:after {
  content: "";
  display: block;
  width: 28%;
}

#manner .flow ul li {
  width: 28%;
  margin-top: 70px;
  position: relative;
}

#manner .flow ul li .num {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  z-index: 100;
  text-align: center;
  font-family: serif;
  font-size: 38px;
  color: #ffffff;
  padding: 11px 0;
  background: #0468b4;
  line-height: 1;
}

#manner .flow ul li .img img {
  width: 100%;
}

#manner .flow ul li h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5px;
}

#manner .flow ul li h5 span {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 15px;
  padding: 3px 10px;
  position: relative;
  top: -2px;
  background: #ffea28;
}

#manner .flow ul li .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: -5px;
}

@media only screen and (max-width: 768px) {
  #manner {
    padding: 0 0 60px;
  }
  #manner .innerWrap {
    padding: 0 15px;
  }
  #manner h3 {
    width: auto;
    height: 130px;
  }
  #manner h3 span {
    font-size: 2.4rem;
  }
  #manner .intro {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #manner .intro p {
    margin-right: 0;
  }
  #manner .intro .img {
    margin-top: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #manner .intro .img img {
    width: 100%;
  }
  #manner .flow {
    margin-top: 35px;
    padding: 0 15px;
  }
  #manner .flow h4 {
    width: 72%;
    font-size: 1.8rem;
  }
  #manner .flow ul li {
    width: auto;
    margin-top: 40px;
  }
  #manner .flow ul li .num {
    font-size: 2.5rem;
    width: 50px;
    padding: 13px 0;
    top: -15px;
    left: -15px;
  }
}
