/**********************
 front-main
***********************/
#front-main .bg {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 79;
  background: url("../../images/top/main.jpg");
  background-size: cover;
  background-position: center;
}
#front-main .catch {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-5deg);
  left: 100px;
  z-index: 81;
}
#front-main .catch .main-catch {
  font-size: 82px;
  font-weight: bold;
  color: red;
  text-shadow: 2px 2px #fff;
  text-decoration: underline;
  text-decoration-color: yellow;
}
#front-main .catch .sub-catch {
  font-size: 52px;
  font-weight: bold;
  color: blue;
  text-shadow: 2px 2px #fff;
}
#front-main .under-catch {
  position: absolute;
  z-index: 81;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background: blue;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#front-main .catch .sub-catch p {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  #front-main .catch .main-catch {
    font-size: 62px;
  }
  #front-main .catch .sub-catch {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #front-main .catch {
    left: 50px;
  }
  #front-main .catch .main-catch {
    font-size: 52px;
  }
  #front-main .catch .sub-catch {
    font-size: 32px;
  }
	#front-main .under-catch{
		font-size:12px;
	}
}
@media (max-width: 640px) {
  #front-main .catch {
    left: 30px;
  }
  #front-main .catch .main-catch {
    font-size: 32px;
  }
  #front-main .catch .sub-catch {
    font-size: 24px;
  }
}
/******************************
 front-service
*******************************/
#front-service {
  padding-top: 100px;
}
#front-service h2 {
  margin-bottom: 80px;
}
#front-service h2 span {
  display: block;
}
#front-service h2 span:nth-of-type(1) {
  font-size: 82px;
  margin-bottom: 10px;
  font-weight: bold;
}
#front-service h2 span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
#front-service .thumb img {
  width: 100%;
}
#front-service .label {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}
#front-service .main-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #004261;
}
#front-service .catch {
  line-height: 2.5em;
}
#front-service .service-box:not(:last-child) {
  padding-bottom: 100px;
}
#front-service .strong-bg {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  background: #528ba6;
}
#front-service .s-box {
  background: #fff;
  padding: 80px;
}
#front-service .brd {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#front-service .s_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #004261;
}
#front-service .s_icon {
  text-align: center;
  margin-bottom: 5px;
}
#front-service .s_icon img {
  width: 200px;
}
#front-service .s_catch {
  text-align: center;
}
#front-service .link{
	margin-bottom:50px;
}
#front-service .link a{
	color:#000;
	text-decoration:none;
	width:350px;
	padding-top:15px;
	padding-bottom:15px;
	display:inline-block;
	text-align:center;
	color:#fff;
	background:#004261;
}
@media (max-width: 991px) {
  #front-service .mb {
    margin-bottom: 30px;
  }
  #front-service .brd {
    border-left: none;
    border-right: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #front-service .s-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 50px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  #front-service h2 span:nth-of-type(1) {
    font-size: 62px;
  }
  #front-service .main-title {
    font-size: 30px;
  }
}
/***********************
 *  front-work
 ***********************/
#front-work{
	padding-top:100px;
	padding-bottom:100px;
}
#front-work h2{
	margin-bottom:80px;
}
#front-work h2 span{
	display:block;
}
#front-work h2 span:nth-of-type(1){
	font-size:82px;
	margin-bottom:10px;
	font-weight:bold;
}
#front-work h2 span:nth-of-type(2){
	font-size:14px;
	font-weight:bold;
}
#front-work img{
	width:100%;
}
#front-work .mb{
	margin-bottom:30px;
}
/***********************
 *  front-sns
 ***********************/
#front-sns{
	padding-top:100px;
	padding-bottom:100px;
}
#front-sns h2{
	margin-bottom:80px;
}
#front-sns h2 span{
	display:block;
}
#front-sns h2 span:nth-of-type(1){
	font-size:82px;
	margin-bottom:10px;
	font-weight:bold;
}
#front-sns h2 span:nth-of-type(2){
	font-size:14px;
	font-weight:bold;
}
#front-sns .sns-icon{
	margin-bottom:50px;
}
#front-sns .sns-icon span:nth-of-type(1){
	margin-right:15px;
}
#front-sns .sns-icon span:nth-of-type(2){
	margin-right:15px;
}
#front-sns .sns-icon span:nth-of-type(1) img{
	width:30px;
}
#front-sns .sns-icon span:nth-of-type(2) img{
	width:40px;
}
#front-sns .sns-icon span:nth-of-type(3) img{
	width:40px;
}
@media(max-width:767px){
	#front-sns h2 span:nth-of-type(1){
		font-size:42px;
	}
}
/***********************
 front-aboutus
************************/
#front-aboutus {
  padding-top: 100px;
  padding-bottom: 100px;
}
#front-aboutus h2 {
  margin-bottom: 80px;
}
#front-aboutus h2 span {
  display: block;
}
#front-aboutus h2 span:nth-of-type(1) {
  font-size: 82px;
  margin-bottom: 10px;
  font-weight: bold;
}
#front-aboutus h2 span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
#front-aboutus h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
#front-aboutus table th {
  word-break: keep-all;
  background: #004261;
  color: #fff;
  vertical-align: middle;
  min-width: 150px;
}
#front-aboutus table th,
#front-aboutus table td {
  padding: 30px;
}
@media (max-width: 1199px) {
  #front-aboutus h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #front-aboutus .catch {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #front-aboutus h2 span:nth-of-type(1) {
    font-size: 62px;
  }
  #front-aboutus h3 {
    font-size: 20px;
  }
  #front-aboutus table th,
  #front-aboutus table td {
    display: block;
    width: 100%;
  }
}
