.mainmv {
  position: relative;
  width: 100%;
  margin: 0 0 0 0;
  height: 0;
  padding-top: calc(900 / 1920 * 100%);
  background-image: url(../images/mainmv.jpg);
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  margin-top: -108px;
  z-index: 1;
}

@media all and (max-width: 960px) {
  .mainmv {
    min-height: 320px;
    margin-top: 0;
    padding-top: 0;
  }
}

.mainmv h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translate(0%, -55%);
  -ms-transform: translate(0%, -55%);
  transform: translate(0%, -55%);
  width: 70%;
}

@media all and (max-width: 960px) {
  .mainmv h1 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: inherit;
    width: 70%;
    left: 3%;
    bottom: 4%;
  }
}

@media all and (max-width: 480px) {
  .mainmv h1 {
    bottom: 10%;
  }
}

.mainmv h1 img {
  max-height: 293px;
}

@media all and (max-width: 960px) {
  .mainmv h1 img {
    max-width: 90%;
  }
}

.secinfo {
  padding: 60px 0;
}

@media all and (min-width: 961px) {

  .secinfo .blocknews,
  .secinfo .blockcolumn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 550px;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 530px;
  }
}

@media all and (max-width: 960px) {
  .secinfo {
    padding: 30px 0;
  }

  .secinfo .blocknews,
  .secinfo .blockcolumn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.secinfo .blocknews .titpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media all and (min-width: 961px) {
  .secinfo .blocknews .titpage h2 {
    font-size: 22px;
  }
}

.secinfo .listnews {
  max-height: 220px;
  overflow-y: scroll;
}

.secinfo .listnews dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 15px 0;
}

@media all and (max-width: 960px) {
  .secinfo .listnews dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7px 0;
  }
}

.secinfo .listnews dt {
  color: #9c9c9c;
  margin-right: 20px;
}

@media all and (max-width: 960px) {
  .secinfo .listnews dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.secinfo .listnews a {
  font-size: 15px;
}

.secinfo .listnews a:hover {
  text-decoration: underline;
}

.secinfo .blockcolumn {
  padding: 30px 35px;
  background: #f8f8f8;
}

@media all and (min-width: 961px) {
  .secinfo .blockcolumn h2 {
    font-size: 24px;
  }
}

@media all and (max-width: 960px) {
  .secinfo .blockcolumn {
    margin-top: 20px;
    padding: 20px;
  }
}

.secinfo .blockcolumn .desc {
  margin-bottom: 15px;
}

@media all and (min-width: 961px) {
  .secinfo .blockcolumn .desc {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: justify;
  }
}

.secinfo .fb_box iframe {
  width: 500px !important;
  height: 600px !important;
}
@media all and (max-width: 480px) {
  .secinfo .fb_box {
    width: 100%;
  }
  .secinfo .fb_box iframe{
    width: 100% !important;
    height: 350px !important;
    margin-bottom: 20px;
  }
}

.secabout {
  padding: 80px 0 70px;
  background: url(../images/bgabout.jpg) no-repeat center center;
  background-size: cover;
}

@media all and (max-width: 960px) {
  .secabout {
    padding: 40px 0;
  }
}

.secabout * {
  color: #fff;
}

.secabout .titpage {
  text-align: center;
}

.secabout .titpage h2 {
  font-size: 32px;
}

@media all and (max-width: 960px) {
  .secabout .titpage h2 {
    font-size: 24px;
  }
}

.secabout .titpage h2 span {
  font-size: 18px;
  margin-top: 5px;
}

@media all and (max-width: 960px) {
  .secabout .titpage h2 span {
    font-size: 16px;
    padding-top: 10px;
  }
}

.secabout .titpage h2 span::after {
  left: 50%;
  margin-left: -35px;
  border-color: #fff;
  border-width: 2px;
}

.secabout .desc {
  margin-top: 35px;
  margin-bottom: 50px;
  line-height: 2;
	padding-left: 100px;
padding-right: 100px;
}

@media all and (min-width: 961px) {
  .secabout .desc {
    line-height: 2.6;
  }
}

@media all and (max-width: 960px) {
  .secabout .desc {
    margin-bottom: 25px;
  }
}

.secservice {
  padding: 60px 0 90px;
}

@media all and (max-width: 960px) {
  .secservice {
    padding: 40px 0;
  }
}

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

.secservice .titpage h2 {
  font-size: 30px;
}

@media all and (max-width: 960px) {
  .secservice .titpage h2 {
    font-size: 24px;
  }
}

.secservice .titpage h2 span {
  font-size: 18px;
  margin-top: 5px;
}

@media all and (max-width: 960px) {
  .secservice .titpage h2 span {
    font-size: 16px;
    padding-top: 10px;
  }
}

.secservice .titpage h2 span::after {
  left: 50%;
  margin-left: -35px;
  border-color: #000;
}

.secservice .desc {
  line-height: 2;
}

@media all and (min-width: 961px) {
  .secservice .desc {
    line-height: 2.6;
  }
}

.secservice .listservice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 20px;
}

@media all and (max-width: 960px) {
  .secservice .listservice {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.secservice .listservice * {
  color: #fff;
}

.secservice .listservice .item {
  position: relative;
}

.secservice .listservice .item a{
  display: block;
}

@media all and (min-width: 961px) {
  .secservice .listservice .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 33.333336%;
    height: 390px;
  }
  .secservice .listservice .item a{
    padding: 30px;
    height: 390px;
  }
}

@media all and (max-width: 960px) {
  .secservice .listservice .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 300px;
  }
  .secservice .listservice .item a{
    padding: 40px;
    min-height: 300px;
  }
}

@media all and (max-width: 520px) {
  .secservice .listservice .item {
    min-height: 280px;
  }
  .secservice .listservice .item a{
    padding: 20px;
    min-height: 280px;
  }
}

.secservice .listservice .item h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  min-height: 74px;
}

.secservice .listservice .item h3 span {
  font-size: 15px;
  display: block;
}

@media all and (max-width: 960px) {
  .secservice .listservice .item h3 {
    font-size: 22px;
  }
}

.secservice .listservice .item .text_right {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

@media all and (max-width: 960px) {
  .secservice .listservice .item .text_right {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 15px;
  }
}

.secservice .listservice .item .desc {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2;
  text-align: justify;
}

@media all and (max-width: 960px) {
  .secservice .listservice .item .desc {
    margin-top: 15px;
  }
}

.secservice .listservice .item.training {
  background: url(../images/imgservice1.jpg) no-repeat center center;
  background-size: cover;
}

.secservice .listservice .item.follow {
  background: url(../images/imgservice2.jpg) no-repeat center center;
  background-size: cover;
}

.secservice .listservice .item.development {
  background: url(../images/imgservice3.jpg) no-repeat center center;
  background-size: cover;
}

.seccase,
.secnumber {
  background: url(../images/bgcase.jpg) no-repeat right top;
  background-size: 1100px;
  min-height: 500px;
  padding-top: 80px;
}

@media all and (max-width: 960px) {

  .seccase,
  .secnumber {
    padding-top: 0;
    background: none;
  }
}

.seccase .boxgray,
.secnumber .boxgray {
  position: relative;
}

@media all and (min-width: 961px) {

  .seccase .boxgray,
  .secnumber .boxgray {
    padding: 70px 60px 90px;
    max-width: 620px;
  }

  .seccase .boxgray::after,
  .secnumber .boxgray::after {
    position: absolute;
    content: '';
    background: #f8f8f8;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 960px) {

  .seccase .boxgray,
  .secnumber .boxgray {
    padding: 30px 25px;
  }
}

.seccase .titpage h2,
.secnumber .titpage h2 {
  font-size: 30px;
}

@media all and (max-width: 960px) {

  .seccase .titpage h2,
  .secnumber .titpage h2 {
    font-size: 24px;
  }
}

.seccase .titpage h2 span,
.secnumber .titpage h2 span {
  font-size: 18px;
}

@media all and (max-width: 960px) {

  .seccase .titpage h2 span,
  .secnumber .titpage h2 span {
    font-size: 16px;
  }
}

.seccase .desc,
.secnumber .desc {
  text-align: justify;
  line-height: 2;
  margin-bottom: 40px;
}

@media all and (max-width: 960px) {

  .seccase .desc,
  .secnumber .desc {
    margin-bottom: 20px;
  }
}

.seccase .btnpage,
.secnumber .btnpage {
  margin-left: 0;
}

@media all and (min-width: 961px) {

  .seccase .btnpage,
  .secnumber .btnpage {
    margin-left: 0;
  }
}

.secnumber {
  margin-top: 70px;
  overflow-x: hidden;
}

@media all and (min-width: 961px) {
  .secnumber {
    background: url(../images/bgnumber.jpg) no-repeat left top;
    background-size: 1100px;
  }
}

@media all and (min-width: 961px) {
  .secnumber .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media all and (min-width: 961px) {
  .secnumber .boxgray {
    margin-right: 0;
    margin-left: auto;
  }

  .secnumber .boxgray::after {
    right: -100%;
    left: inherit;
  }
}
