@charset "UTF-8";
.business {
  color: #333;
}

.business section {
  padding-bottom: 0 !important;
}

.business #sec1 .blk1 {
  padding: 10px 0 0px;
}

.business #sec1 .blk1 h1.ttl,
.business #sec1 .blk1 h2.ttl {
  font-size: 4.5vw;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.business #sec1 .blk1 h1.ttl .en, .business #sec1 .blk1 h1.ttl .jp,
.business #sec1 .blk1 h2.ttl .en, .business #sec1 .blk1 h2.ttl .jp {
  display: block;
}

.business #sec1 .blk1 h1.ttl .en,
.business #sec1 .blk1 h2.ttl .en {
  font-family: athelas, serif;
  text-transform: capitalize;
  color: #a4c8e3;
}

.business #sec1 .blk1 h1.ttl .jp,
.business #sec1 .blk1 h2.ttl .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 7vw;
  letter-spacing: 0.2em;
}

.business #sec1 .blk2 {
  height: 40vw;
  background-image: url("../img/business/key.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .business #sec1 .blk1 {
    padding: 28px 0 33px;
  }
  .business #sec1 .blk1 h1.ttl,
  .business #sec1 .blk1 h2.ttl {
    font-size: 26px;
    line-height: 40px;
  }
  .business #sec1 .blk1 h1.ttl .jp,
  .business #sec1 .blk1 h2.ttl .jp {
    font-size: 42px;
    line-height: 56px;
  }
  .business #sec1 .blk2 {
    height: 320px;
  }
}

.business #sec2 {
  padding-top: 10vw;
}

.business #sec2 h2.ttl {
  font-size: 7.2vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #0068b7;
}

.business #sec2 h2.ttl small {
  display: block;
  font-size: 5.2vw;
}

.business #sec2 .txt {
  text-align: justify;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.business #sec2 .img1 {
  max-width: 1480px;
  width: 100%;
  margin: 10vw auto 0;
}

.business #sec2 .img1 img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .business #sec2 {
    padding-top: 81px;
  }
  .business #sec2 h2.ttl {
    font-size: 46px;
    line-height: 1.8;
    margin-bottom: 43px;
  }
  .business #sec2 h2.ttl small {
    font-size: 32px;
  }
  .business #sec2 .txt {
    padding: 0 30px;
  }
  .business #sec2 .img1 {
    margin-top: 79px;
  }
}

.business #sec3 {
  max-width: 1060px;
  width: 100%;
  margin: 10vw auto 0;
  padding: 0 4%;
}

.business #sec3 h2 {
  font-size: 5.2vw;
  font-weight: 500;
  letter-spacing: 0;
  color: #0068b7;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.business #sec3 .box {
  width: 90%;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 6vw;
  margin: -6vw 0 5vw auto;
}

.business #sec3 .box .sttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 5.2vw;
  font-weight: 500;
  letter-spacing: 0;
}

.business #sec3 .box .sttl span {
  position: relative;
}

.business #sec3 .box .sttl span:before {
  content: '';
  width: 6vw;
  background-image: url("../img/business/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8vw;
}

.business #sec3 .box ul {
  color: #0056cc;
  line-height: 30px;
  margin-top: 15px;
}

.business #sec3 .box ul li {  
  margin-bottom: 10px;
  display: table;
}
.business #sec3 .box ul li a{
  display: block;
  position: relative;  
}
.business #sec3 .box ul li a:before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a3b7e6;
  transition: ease 0.3s;
}
.business #sec3 .box ul li a:hover{
  text-decoration: none;
}
.business #sec3 .box ul li a:hover:before{
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .business #sec3 {
    padding: 0 30px;
    margin-top: 134px;
  }
  .business #sec3 h2 {
    font-size: 32px;
    margin-bottom: 55px;
  }
  .business #sec3 .row {
    position: relative;
    margin-bottom: 110px;
  }
  .business #sec3 .row .img {
    width: 90%;
    height: 454px;
  }
  .business #sec3 .row .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business #sec3 .box {
    width: 479px;
    padding: 49px 15px 22px 44px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 1;
  }
  .business #sec3 .box .sttl {
    font-size: 32px;
  }
  .business #sec3 .box .sttl span:before {
    width: 39px;
    right: -45px;
  }
  .business #sec3 .box ul {
    margin-top: 24px;
    line-height: 32px;
  }
  .business #sec3 .box ul li {
    margin-bottom: 12px;
    display: table;
  }
  .business #sec3 .boxb {
    bottom: -30px;
  }
}

@media only screen and (min-width: 981px) {
  .business #sec3 .row .img {
    width: 801px;
  }
}

.business #banner {
  background-image: linear-gradient(to right, #4ec9b1, #83d0e3);
  padding: 6vw 0;
  margin-top: 10vw;
}

.business #banner .blk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.business #banner .col {
  width: 49%;
  margin-bottom: 2vw;
}

.business #banner .col p + p {
  margin-top: 2vw;
}

@media only screen and (min-width: 768px) {
  .business #banner {
    padding: 55px 20px 49px;
    margin-top: 180px;
  }
  .business #banner .col {
    width: 23%;
    margin-bottom: 0;
  }
  .business #banner .col p + p {
    margin-top: 2.4vw;
  }
  .business #banner .col img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 1300px) {
  .business #banner .col {
    width: 284px;
  }
  .business #banner .col p + p {
    margin-top: 32px;
  }
}

.netsu .list_dot_blue{
  color: #0068b7;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  padding-top: 70px;
}
.netsu .list_dot_blue:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 79.5px 0 79.5px;
  border-color: #005ca7 transparent transparent transparent;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.netsu .list_dot_blue li{
  padding-left: 25px;
}
.netsu .list_dot_blue li:before{
  width: 18px;
  height: 18px;
  top: 6px;
}
.netsu #sec2 ul li{
  width: 100%;
}
.netsu #sec3 .img2{
  margin-top: 30px;
  text-align: center;
}
.netsu #key {
  height: 50vw;
  background-image: url("../img/business/save/netsu/key.jpg");
}
@media only screen and (min-width: 768px) {
  .netsu #key{
    height: 507px;
  }
  .netsu .list_dot_blue{
    font-size: 20px;
  }
  .netsu .list_dot_blue:before{
    left: 146px;
    transform: none;
  }
  .netsu .list_dot_blue li:before{
    top: 9px;
  }
  .netsu #sec3 .txt{
    text-align: justify;
  }
  .netsu #sec3 .img1{
    text-align: center;
  }
  .netsu #sec3 .img1 img{
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
  }
  .netsu #sec3 .img2{
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1080px){
  .netsu #sec3 .txt{
    width: 490px;
    float: left;
  }
  .netsu #sec3 .img1{
    float: right;
    text-align: right;
  }
}
.smartems #key{
  background-image: url('../img/business/chikudensol/smartems/img1@2x.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.smartems #key .key-txt span{
  display: block;
  font-size: 62px;
  text-shadow: 0 0 13px rgba(3,38,85,0.5);
  margin-left: -25px;
}
.smartems #key .key-txt small{
  display: block;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0.05em;
}
.smartems .inner{
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  padding: 80px 0 50px;
}
.smartems h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  color: #0068b7;
  margin-bottom: 20px;
}
.smartems .box{
  background: #eff5fa;
  padding: 30px;
  display: table;
  margin-bottom: 35px;
}
.smartems .box .ttl{
  width: 29%;
  display: table-cell;
  vertical-align: top;
}
.smartems .box .col{
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
}
.smartems .box .col img{
  width: 100%;
  height: auto;
}
.smartems .box .col .df{
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}
.smartems .box .col .df p{
  margin-bottom: 30px;
}
.smartems .box .col .df .img1{
  width: 210px;
}
.smartems .box .col .df .img1 img{
  width: 159px;
}
.smartems .box .col .df span{
  display: block;
  line-height: 20px;
  margin-top: 10px;
}
.smartems h3{
  color: #0068b7;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.smartems .img2{
  max-width: 562px;
  width: 100%;
  margin: 0 auto;
}
.txt_color{
  color: #006ad6 !important;
}
.txt_link{
  text-decoration: underline;
}
.txt_link:hover{
  text-decoration: none;
}
.txt small{
  font-size: 14px;
}
.fz20{
  font-size: 20px;
}
.fwb{
  font-weight: bold;
}
@media only screen and (max-width: 1080px){
  .smartems .box .col .df{
    padding-left: 0;
  }
  .smartems img{
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 980px){
  .smartems .box .col{
    padding-left: 20px;
  }
  .smartems #key .key-txt span{
    font-size: 57px;
  }
  .smartems #key .key-txt small{
    font-size: 38px;
  }
  .smartems .box .col .df{
    display: block;
  }
}
@media only screen and (max-width: 767px){
  .smartems #key .key-txt span{
    font-size: 27px;
    margin-left: -11px;
  }
  .smartems #key .key-txt small{
    font-size: 17px;
    line-height: 28px;
  }
  .smartems h2{
    font-size: 25px;
    line-height: 40px;
  }
  .smartems .box{
    display: block;
    padding: 30px 20px;
  }
  .smartems .box .ttl{
    width: 100%;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
  .smartems .box .ttl img{
    width: auto;
  }
  .smartems .box .col{
    padding-left: 0;
    display: block;
  }
  .smartems h3{
    font-size: 19px;
    line-height: 30px;
  }
  .smartems .box .col .df{
    text-align: center;
  }
  .smartems .box .col .df .img1{
    width: 100%;
  }
}
@media only screen and (max-width: 370px){
  .smartems #key .key-txt span{
    font-size: 26px;
  }
}