@charset "utf-8";
/* CSS Document */
#sec01 {
  padding: 100px 0 165px;
}
#sec01 .left-area {
  width: 55%;
}
#sec01 .left-area h3 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 55px;
  font-weight: 500;
  line-height: 71px;
  letter-spacing: 0.2rem;
}
#sec01 .left-area p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
}
#sec01 .right-area {
  width: 40.83%;
}
@media screen and (max-width: 768px) {
  #sec01 {
    padding: 70px 0 95px;
  }
  #sec01 .left-area {
    width: 100%;
  }
  #sec01 .left-area h3 {
            font-size: 27px;
        font-size: 2.7rem;
        line-height: 52px;
    margin-bottom: 35px;
  }
  #sec01 .right-area {
    width: 100%;
    margin-top: 30px;
  }
}
#service-list {
  padding: 115px 0 190px;
  background: linear-gradient(140deg, rgb(247, 251, 252), rgb(242, 255, 253));
}
#service-list h3 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 110px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3rem;
}
#service-list ul li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 13px 0 rgba(0, 44, 74, 0.08);
}
#service-list ul li a {
  opacity: 1;
}
#service-list ul li h4 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 25px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #0067AE;
  text-align: center;
}
#service-list ul li p.txt {
  line-height: 28px;
  color: #0D0D0D;
  font-family: "Noto Sans JP"
}
#service-list ul li p.link {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 60px;
  text-align: right;
  color: #00538D;
}
#service-list ul.col4 li p.link {
  margin-top: 20px;
}
#service-list ul li p.link img {
  width: 17px;
  height: 11px;
  display: inline-block;
  padding-left: 5px;
  vertical-align: baseline;
}
#service-list ul.col3 {
  margin-bottom: 130px;
}
#service-list ul.col3 li {
  width: calc(33.33% - 10px);
  padding: 100px 30px 20px;
  position: relative;
}
#service-list ul.col3 li::before {
  content: "";
  background: url("../images/service/service1.png")no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
}
#service-list ul.col3 li:nth-child(2)::before {
  content: "";
  background: url("../images/service/service2.png")no-repeat;
  background-size: contain;
}
#service-list ul.col3 li:nth-child(3)::before {
  content: "";
  background: url("../images/service/service3.png")no-repeat;
  background-size: contain;
}
#service-list ul.col4 li {
  width: calc(25% - 10px);
  padding: 80px 20px 20px;
  position: relative;
}
#service-list ul.col4 li::before {
  content: "";
  background: url("../images/service/service4.png")no-repeat;
  background-size: contain;
  width: 105px;
  height: 105px;
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
}
#service-list ul.col4 li:nth-child(2)::before {
  content: "";
  background: url("../images/service/service5.png")no-repeat;
  background-size: contain;
}
#service-list ul.col4 li:nth-child(3)::before {
  content: "";
  background: url("../images/service/service6.png")no-repeat;
  background-size: contain;
}
#service-list ul.col4 li:nth-child(4)::before {
  content: "";
  background: url("../images/service/service7.png")no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  #service-list ul.col3 li {
    padding: 100px 20px 20px;
  }
  #service-list ul.col3 li::before {
    width: 120px;
    height: 120px;
    top: -13%;
  }
  #service-list ul.col4 li {
    width: calc(50% - 5px);
    padding: 80px 10px 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #service-list {
    padding: 85px 0 60px;
  }
  #service-list h3 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 90px;
  }
	#service ul.l_flex {
    padding: 0;
}
  #service-list ul.col3 li {
    width: 100%;
    padding: 90px 20px 20px;
    margin-bottom: 100px;
  }
  #service-list ul.col3 li::before {
    width: 110px;
    height: 110px;
    top: -14%;
  }
  #service-list ul li p.link {
    margin-top: 20px;
  }
  #service-list ul.col3 {
    margin-bottom: 90px;
  }
  #service-list ul.col4 {
    display: flex;
  }
  #service-list ul.col4 li::before {
    width: 85px;
    height: 85px;
    top: -9%;
  }
  #service-list ul.col4 li h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

#about {
	padding: 100px 0 160px;
	position: relative;
}
#about::before {
	content: "";
	background: url("../images/service/about-bg.png")no-repeat;
	background-size: contain;
	width: 1474px;
	height: 660px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#about h3 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 60px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3rem;
	    line-height: 60px;
}
#about .left-area {
	width: 41.66%;
}
#about .right-area {
	width: 50%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 46px;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 1500px) {
	#about::before {
		width: 100%;
    height: 100%;
	}
}
@media screen and (max-width: 768px) {
	#about {
    padding: 60px 0 90px;
	}
	#about::before {
    content: "";
    background: url(../images/service/about-bg_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
	#about h3 {
    font-size: 23px;
        font-size: 2.3rem;
        line-height: 40px;
		    margin-bottom: 40px;
    font-weight: 500;
    text-align: left;
		letter-spacing: 0.2rem;
	}
	#about .left-area {
    width: 100%;
}
	#about .right-area p {
    font-size: 17px;
}
	#about .right-area {
    width: 100%;
    margin-top: 30px;
    line-height: 38px;
    letter-spacing: 0.1rem;
}
}

#point {
	padding: 130px 0 95px;
	background: linear-gradient(140deg, rgb(247, 251, 252), rgb(242, 255, 253));
}
#point .left-area {
	width: 54.16%;
}
#point .left-area h3 {
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 50px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: 0.2rem;
	position: relative;
}
#point .left-area h3 span {
    font-size: 19px;
	font-size: 1.9rem;
}
#point .left-area h3.energy {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 60px;
}
#point .left-area h3::before {
	content: "";
	background: url("../images/service/point-bg.png")no-repeat;
	background-size: contain;
	aspect-ratio: 401.76 / 129.48;
	width: 60%;
	height: auto;
	position: absolute;
	top: -33%;
	left: 0;
}
#point .left-area p {
	font-size: 17px;
	font-size: 1.7rem;
	font-family: "Noto Sans JP";
	line-height: 36px;
	margin-bottom: 25px;
}
#point .right-area {
	width: 43.08%;
}
@media screen and (max-width: 1080px) {
	#point .left-area h3 {
    font-size: 32px;
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 768px) {
	#point {
    padding: 70px 0 95px;
	}
	#point .left-area {
    width: 100%;
}
	#point .left-area h3,#point .left-area h3.energy {
font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 40px;
        line-height: 48px;
		letter-spacing: 0.1rem;
	}
	#point .left-area h3::before {
		top: -3%;
	}
	#point .right-area {
    width: 100%;
    margin-top: 40px;
}
}

#service {
	padding: 135px 0 70px;
	position: relative;
}
#service::before {
	content: "";
	background: url("../images/service/service-bg.png")no-repeat;
	background-size: contain;
	aspect-ratio: 1920 / 543;
	width: 100%;
	height: auto;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#service h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 60px;
	font-weight: 500;
	text-align: center;
}
#service ul li {
	width: calc(50% - 30px);
	margin-bottom: 60px;
	min-height: 100px;
	height: 100%;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 15px 5px;
	font-weight: 500;
	text-align: center;
	color: #005995;
	background: #fff;
	border: 1.5px solid #0064A8;
	box-shadow: 3px 3px 4px 0 rgba(0, 33, 56, 0.15);
	align-content: center;
	position: relative;
}
#service ul li::before {
	content: "";
	background: url("../images/service/service01.png")no-repeat;
	background-size: contain;
	width: 34px;
	height: 34px;
	position: absolute;
	top: -12%;
    left: 5%;
	transform: translateX(-50%);
}
#service ul li:nth-child(2)::before {
	content: "";
	background: url("../images/service/service02.png")no-repeat;
	background-size: contain;
}
#service ul li:nth-child(3)::before {
	content: "";
	background: url("../images/service/service03.png")no-repeat;
	background-size: contain;
}
#service ul li:nth-child(4)::before {
	content: "";
	background: url("../images/service/service04.png")no-repeat;
	background-size: contain;
}
@media screen and (max-width: 1180px) {
	#service ul {
    padding: 0 60px;
}
	#service ul li {
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 1020px) {
	#service ul li {
		height: auto;
	}
}
@media screen and (max-width: 950px) {
	#service ul li {
    width: calc(50% - 10px);
    margin-bottom: 40px;
		    font-size: 20px;
    font-size: 2.0rem;
	}
}
@media screen and (max-width: 768px) {
	#service {
    padding: 105px 0 40px;
	}
	#service::before {
    content: "";
    background: url(../images/service/service-bg_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 375 / 127;
    top: 9%;
	}
	#service h3 {
            font-size: 28px;
        font-size: 2.8rem;
		    margin-bottom: 40px;
	}
	#service ul li {
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2.0rem;
	}
	#service ul li::before {
    width: 28px;
    height: 28px;
    top: -15%;
	}
}
#naiyo {
	padding: 100px 0;
	background: #F7FBFC;
}
#naiyo h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 55px;
	text-align: center;
}
#naiyo .contents:first-child {
	padding-bottom: 100px;
	margin-bottom: 75px;
	border-bottom: 1px solid #CECECE;
}
#naiyo dl {
	padding: 35px 30px;
	background: #fff;
	box-shadow: 0 0 11px 0 rgba(0, 28, 46, 0.07);
}
#naiyo dl dt {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: 500;
	color: #00375D;
	letter-spacing: 0.2rem;
	position: relative;
	z-index: 2;
}
#naiyo dl dt::before {
	content: "";
	background: url("../images/sokuryou/naiyou01.png")no-repeat;
	background-size: contain;
	width: 48px;
	height: 37px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
#naiyo dl:nth-child(2) dt::before {
	content: "";
	background: url("../images/sokuryou/naiyou02.png")no-repeat;
	background-size: contain;
}
#naiyo dl:nth-child(3) dt::before {
	content: "";
	background: url("../images/sokuryou/naiyou03.png")no-repeat;
	background-size: contain;
}
#naiyo dl:nth-child(4) dt::before {
	content: "";
	background: url("../images/sokuryou/naiyou04.png")no-repeat;
	background-size: contain;
}
#naiyo dl:nth-child(5) dt::before {
	content: "";
	background: url("../images/sokuryou/naiyou05.png")no-repeat;
	background-size: contain;
}
#naiyo dl:nth-child(6) dt::before {
	content: "";
	background: url("../images/sokuryou/naiyou06.png")no-repeat;
	background-size: contain;
}
#naiyo dl dd {
	font-family: "Noto Sans JP";
	line-height: 27px;
}
#naiyo .col3 dl {
	width: calc(33.33% - 20px);
	margin-bottom: 20px;
}
#naiyo .col2 {
	justify-content: center;
}
#naiyo .col2 dl {
	width: calc(33.33% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}
#naiyo .col2 dl:last-child {
	margin-right: 0;
}
@media screen and (max-width: 950px) {
	#naiyo .col3 dl {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
}
	#naiyo dl {
    padding: 35px 20px;
	}
}
@media screen and (max-width: 768px) {
	#naiyo {
    padding: 60px 0;
	}
	#naiyo h3 {
    font-size: 31px;
    font-size: 3.1rem;
    margin-bottom: 35px;
	}
	#naiyo .contents:first-child {
            padding-bottom: 55px;
        margin-bottom: 55px;
	}
	#naiyo .col3 dl,#naiyo .col2 dl {
    width: 100%;
    margin-bottom: 20px;
}
	#naiyo dl {
    padding: 30px 20px;
	}
	#naiyo dl dt {
    font-size: 22px;
    font-size: 2.2rem;
	}
}

#flow {
	padding: 100px 0;
}
#flow h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 45px;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: center;
}
#flow ul li h4 {
	font-size: 27px;
	font-size: 2.7rem;
	margin: 25px 0;
	font-weight: 500;
	text-align: center;
}
#flow ul li .img-area {
	margin: 0 auto 30px;
}
#flow ul li p {
	line-height: 29px;
	font-family: "Noto Sans JP";
}
#flow ul.col4 li .img-area {
	width: 38.88%;
}
#flow ul.col3 li .img-area {
	width: 28.63%;
}
#flow ul.col4 li {
	width: calc(25% - 30px);
}
#flow ul.col3 {
	padding-bottom: 100px;
	border-bottom: 1px solid #E6E6E6;
}
#flow ul.col3 li {
	width: calc(33.33% - 40px);
}
@media screen and (max-width: 768px) {
	#flow {
    padding: 80px 0 60px;
}
	#flow h3 {
            font-size: 29px;
        font-size: 2.9rem;
        margin-bottom: 38px;
	}
	#flow ul {
		display: flex;
	}
	#flow ul.col3 {
    padding-bottom: 20px;
	}
	#flow ul.col4 li,#flow ul.col3 li {
    width: calc(50% - 10px);
		        margin-bottom: 40px;
}
	#flow ul li h4 {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 15px 0;
	}
	#flow ul li .img-area {
    margin: 20px auto;
}
	#flow ul li .img-area {
		width: 51.63%!important;
	}
}

#target {
	padding: 75px 0 85px;
	    margin-bottom: 100px;
	background: linear-gradient(140deg, rgb(247, 251, 252), rgb(242, 255, 253));
}
#target h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 45px;
	font-weight: 500;
	text-align: center;
}
#target p {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#target h3 {
    font-size: 29px;
        font-size: 2.9rem;
    margin-bottom: 25px;
	}
	#target p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    line-height: 37px;
}
}

#kaihatsu {
	padding: 120px 0 60px;
	background: #F7FBFC;
	position: relative;
}
#kaihatsu.jyutaku::before {
	content: "";
	background: url("../images/jyutaku/zumen.png")no-repeat;
	background-size: contain;
	aspect-ratio: 982 / 592;
    width: 51%;
    height: auto;
    position: absolute;
    top: 7%;
    right: 13%;
	z-index: 0;
}
#kaihatsu.shougyou::before {
	content: "";
	background: url("../images/shougyou/zumen.png")no-repeat;
	background-size: contain;
    aspect-ratio: 554 / 441;
    width: 29%;
    height: auto;
    position: absolute;
    top: 13%;
    right: 18%;
	z-index: 0;
}
#kaihatsu.golf::before {
	content: "";
	background: url("../images/golf/zumen.png")no-repeat;
	background-size: contain;
	aspect-ratio: 690 / 501;
        width: 37%;
    height: auto;
    position: absolute;
    top: 11%;
    right: 13%;
	z-index: 0;
}
#kaihatsu.zouen::before {
	content: "";
	background: url("../images/bochi/zumen.png")no-repeat;
	background-size: contain;
	aspect-ratio: 669 / 473;
    width: 36%;
    height: auto;
    position: absolute;
    top: 11%;
    right: 13%;
	z-index: 0;
}
#kaihatsu.energy::before {
	content: "";
	background: url("../images/energy/zumen.png")no-repeat;
	background-size: contain;
	aspect-ratio: 491 / 523;
    width: 26%;
    height: auto;
    position: absolute;
    top: 11%;
    right: 17%;
	z-index: 0;
}
#kaihatsu.tochi::before {
	content: "";
	background: url("../images/doboku/zumen.png")no-repeat;
	background-size: contain;
	aspect-ratio: 575 / 419;
width: 31%;
    height: auto;
    position: absolute;
    top: 11%;
    right: 13%;
	z-index: 0;
}
#kaihatsu h3 {
	margin-bottom: 55px;
	z-index: 1;
	position: relative;
}
#kaihatsu h3 .ttl-s {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: 500;
	color: #0A2458;
	letter-spacing: 0.2rem;
	display: block;
}
#kaihatsu h3 .ttl-l {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 64px;
	font-weight: 500;
	letter-spacing: 0.3rem;
}
#kaihatsu p {
	width: 50%;
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 90px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 0.1rem;
	z-index: 1;
	position: relative;
}
#kaihatsu ul li {
	width: calc(20% - 10px);
}
@media screen and (max-width: 1460px) {
	#kaihatsu.energy::before {
    width: 34%;
    top: 11%;
    right: 5%;
}
}
@media screen and (max-width: 1400px) {
	#kaihatsu.shougyou::before {
		    width: 47%;
    height: auto;
    position: absolute;
    top: 14%;
    right: 2%;
	}
}
@media screen and (max-width: 1350px) {
	#kaihatsu.tochi::before {
		    width: 39%;
    height: auto;
    position: absolute;
    top: 11%;
    right: 3%;
	}
}
@media screen and (max-width: 1330px) {
	#kaihatsu.jyutaku::before {
    width: 63%;
    top: 10%;
		right: 3%;
	}
}	
@media screen and (max-width: 1250px) {
	#kaihatsu::before {
    width: 67%;
    top: 7%;
    right: 0%;
	}
	#kaihatsu p {
		width: 100%;
	}
	#kaihatsu.golf::before {
    width: 47%;
    top: 11%;
    right: 0%;
}
}
@media screen and (max-width: 1140px) {
	#kaihatsu.zouen::before {
    width: 45%;
    top: 9%;
    right: 0%;
}
}
@media screen and (max-width: 1080px) {
	#kaihatsu h3 .ttl-l {
    font-size: 33px;
		font-size: 3.3rem;
	}
}
@media screen and (max-width: 768px) {
	#kaihatsu {
    padding: 70px 0 60px;
	}
	#kaihatsu h3 {
    margin-bottom: 35px;
	}
	#kaihatsu h3 .ttl-s {
            font-size: 19px;
        font-size: 1.9rem;
	}
	#kaihatsu h3 .ttl-l {
    font-size: 25px;
        font-size: 2.5rem;
        line-height: 47px;
        letter-spacing: 0.15rem;
	}
	#kaihatsu p {
		font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 60px;
		width: 100%;
		line-height: 38px;
	}
	#kaihatsu ul {
		display: flex;
	}
	#kaihatsu ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
	#kaihatsu ul li:last-child {
		margin-bottom: 0;
	}
	#kaihatsu.jyutaku::before {
    content: "";
    background: url(../images/jyutaku/zumen_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 284 / 213;
            width: 69%;
        height: auto;
        position: absolute;
        top: 4%;
        right: 0;
}
	#kaihatsu.shougyou::before {
aspect-ratio: 554 / 441;
        width: 54%;
        height: auto;
        position: absolute;
        top: 5%;
        right: 0%;
        z-index: 0;
        opacity: 0.7;
}
	#kaihatsu.golf::before {
    content: "";
    background: url(../images/golf/zumen.png) no-repeat;
    background-size: contain;
    aspect-ratio: 690 / 501;
    width: 74%;
    height: auto;
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 0;
		opacity: 0.7;
}
	#kaihatsu.zouen::before {
    content: "";
    background: url(../images/bochi/zumen.png) no-repeat;
    background-size: contain;
    aspect-ratio: 669 / 473;
    width: 67%;
    height: auto;
    position: absolute;
    top: 3%;
    right: 0;
    opacity: 0.7;
}
	#kaihatsu.energy::before {
    content: "";
    background: url(../images/energy/zumen.png) no-repeat;
    background-size: contain;
    aspect-ratio: 491 / 523;
    width: 43%;
    height: auto;
    position: absolute;
    top: 6%;
    right: 4%;
    z-index: 0;
		opacity: 0.8;
}
	#kaihatsu.tochi::before {
		    width: 53%;
    height: auto;
    position: absolute;
    top: 5%;
    right: 0%;
		opacity: 0.7;
	}
}

#work {
	padding: 0 0 200px;
}
#work h3 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.1rem;
}
#work p.jyunbi {
    text-align: center;
    font-size: 20px;
    margin: 60px 0;
}
#work p.ttl {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 40px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2rem;
}
#work .slick-slide {
	padding: 0 15px;
}
#work ul li .img-area img  {
	aspect-ratio: 331 / 224;
	background-position: center;
	object-fit: cover;
}
#work ul li p {
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: 10px;
	color: #202020;
	font-weight: 400;
	letter-spacing: 0.1rem;
}
#work .ex {
	margin-top: 50px;
	padding: 30px 35px;
	background: #F6F6F6;
}
#work .ex h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 15px;
	font-weight: 400;
	letter-spacing: 0.2rem;
}
#work .ex p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 29px;
	font-family: "Noto Sans JP";
}
#work .blue-btn {
	width: 255px;
	margin: 40px auto 0;
}
@media screen and (max-width: 1265px) {
	#work p.ttl {
		padding: 0 15px;
    font-size: 23px;
    font-size: 2.3rem;
	}
}
@media screen and (max-width: 768px) {
	#work {
    padding: 0 0 130px;
}
	#work h3 {
    font-size: 30px;
    font-size: 3.0rem;
		    margin-bottom: 10px;
	}
	#work p.ttl {
            font-size: 19px;
        font-size: 1.9rem;
	}
	#work .blue-btn {
    width: 80%;
	}
}