.start-up_block {
	padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.start-up_block {
		padding-bottom: 60px;
	}
}

.start-up_lead_area {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.start-up_lead_area {
		margin-bottom: 50px;
	}
}

.start-up_lead_area .start-up_lead_txt {
	color: #222;
	font-size: 2.4rem;
	line-height: 1.666;
}

@media screen and (max-width: 767px) {
	.start-up_lead_area .start-up_lead_txt {
		font-size: 1.6rem;
	}
}

.start-up_img_box {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.start-up_img_box {
		display: block;
		margin-bottom: 60px;
	}
}

.start-up_img_box_left {
	width: 431px;
	padding-right: 2px;
}

.start-up_img_box_right {
	width: 432px;
	padding-left: 2px;
}

@media screen and (max-width: 767px) {
	.start-up_img_box_left {
		width: 100%;
		margin-bottom: 40px;
	}
	.start-up_img_box_right {
		width: 100%;
	}
}

.start-up_img_box figcaption {
	font-size: 2.5rem;
	font-weight: 600;
	padding-top: 100px;
}

@media screen and (max-width: 767px) {
	.start-up_img_box figcaption {
		font-size: 1.6rem;
		padding-top: 20px;
	}
}

.sec04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: center;
  margin-top: 50px;
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sec04_list {
    display: block;
    margin-top: 30px;
		margin-bottom: 60px;
  }
}

.sec04_list li {
  width: 33.3%;
}

@media screen and (max-width: 767px) {
  .sec04_list li {
    width: 100%;
  }
}

.sec04_list li + li a {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .sec04_list li + li a {
    border-top: none;
  }
}

.sec04_list li a {
  display: block;
  border: 1px solid #004099;
  height: 100%;
  padding: 12.5% 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .sec04_list li a {
    border-left: none;
    border-right: none;
    margin: 0 auto;
    padding: 5% 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sec04_list li a:hover {
    background-color: #283666;
  }
  .sec04_list li a:hover span.icon img:nth-of-type(1),
	.sec04_list li a:hover span.btn img:nth-of-type(1) {
    display: none;
  }
  .sec04_list li a:hover span.icon img:nth-of-type(2),
	.sec04_list li a:hover span.btn img:nth-of-type(2) {
    display: inline;
  }
  .sec04_list li a:hover span.head {
    color: #FFF;
  }
  .sec04_list li a:hover span.btn {
    background-color: #283666;
    border: 1px solid #FFF;
    color: #FFF;
  }
}

.sec04_list li a span {
  display: block;
}

.sec04_list li a span.icon {
  margin: 0 auto;
  width: 98px;
}

.sec04_list li a span.icon.icon_service {
	padding-top: 14px;
}

@media screen and (max-width: 767px) {
  .sec04_list li a span.icon {
    width: 45px;
  }
}

.sec04_list li a span.icon img:nth-of-type(2),
.sec04_list li a span.btn img:nth-of-type(2) {
  display: none;
}

.sec04_list li a span.head {
  color: #283666;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .sec04_list li a span.head {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .sec04_list li a span.head {
    font-size: 1.6rem;
  }
}

.sec04_list li a span.btn {
  border: 1px solid #283666;
  color: #283666;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 40px auto 0;
  padding: 10px 0;
  text-align: center;
  max-width: 150px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .sec04_list li a span.btn {
    font-size: 1.6rem;
    margin: 20px auto 0;
    padding: 5px 0;
  }
}

.sec04_list li a span.btn img {
	width: 18px;
	margin-left: 2px;
}

.sec .sec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec .sec_list {
    display: block;
    margin-top: 25px;
  }
}

.sec .sec_list li {
  width: 46.8%;
}

@media screen and (max-width: 767px) {
  .sec .sec_list li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec .sec_list li + li {
    margin-top: 20px;
  }
}

.sec .sec_list li a {
  display: block;
  background-color: #14508c;
  height: 100%;
}

.sec .sec_list li a:hover {
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .sec .sec_list li a:hover {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .sec .sec_list li a:hover span {
    color: #14508c;
  }
  .sec .sec_list li a:hover span.txt_area {
    background-color: #FFF;
  }
}

.sec .sec_list li a span {
  display: block;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec .sec_list li a span img{
  width: 100%;
}

.sec .sec_list li a span.txt_area {
  background-color: #14508c;
  padding: 11% 8.8%;
}

.sec .sec_list li a span.txt_area .head {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.14;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec .sec_list li a span.txt_area .head {
    font-size: 1.6rem;
  }
}

.sec .sec_list li a span.txt_area .txt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .sec .sec_list li a span.txt_area .txt {
    line-height: 1.5;
    margin-top: 10px;
  }
}

.sec .sec_list li a span.txt_area .more {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec .sec_list li a span.txt_area .more {
    margin-top: 20px;
  }
}

.sec .more_btn_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sec .more_btn_wrap {
    margin-top: 30px;
  }
}

.sec .more_btn_wrap a {
  width: 450px;
}

@media screen and (max-width: 767px) {
  .sec .more_btn_wrap a {
    width: 90%;
  }
}
@media screen and (max-width: 468px) {
  .sec .more_btn_wrap a {
    font-size: 1.2rem;
  }
}