@charset "UTF-8";

.sct_bg_main{
  width: 100%;
  background: #f3f3f3;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/service/lineworks/img/img_main.jpg);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 750px) {
  .sct_bg_main{
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/lineworks/img/img_main_sp.jpg);
  }
}

@media (min-width: 1366px) {
  .sct_bg_main{
    background-size: 1366px auto;
  } 
}

.main_max{
  position: relative;
  margin: 0 auto;
  padding: 8px;
  padding-bottom: 0;
  max-width: 1008px;
  height: 500px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .main_max{
    padding: 30px 30px 80px 30px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .main_max{
    padding: 20px 20px 60px 20px;
  }
}

.ttl_set{
  display: table;
  box-sizing: border-box;
  padding: 32px 64px 48px 32px;
  color: #fff;
}
.mark,
.ttl_text{
  display: table-cell;
  vertical-align: top;
}
.ver{
  margin-top: 150px;
  padding: 0;
  background: transparent;
  color: #333;
}
.mark{
  width: auto;
  padding-right: 32px;
}
.ttl_text{
  padding-top: 45px;
}
.sub{
  margin-top: 4px;
  font-weight: bold;
  font-size: 26px;
}

.ttl_img{
  margin-top: 24px;
  width: 35%;
}

.ttl_img img{
  width: 100%;
}

@media (max-width: 768px) {
  .ttl_set{
    display: inline-block;
    padding: 24px 32px 24px 24px;
  }
  .mark,
  .ttl_text{
    display: block;
  }
  .mark{
    padding-right: 0;
    width: 32px;
  }
  .ver{
    margin-top: 40px;
  }
  .sub{
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .ttl_set{
    padding: 16px;
  }
  .ver{
    margin-top: 0;
  }
  .ttl_text{
    padding-top: 0;
  }
  .ttl_img{
    margin-top: 14px;
  }
  .ttl_logo {
    width: 150px;
  }
}

.sct_bg_green_01 {
  background-color: #e5f9ee;
}

.sct_bg_green_02 {
  background-color: #03c75a;
}

.border_green {
  border: 2px solid #03c75a;
}

.contents_icon {
  position: relative;
}

.contents_icon::before {
  content: '';
  width: 598px;
  height: 100px;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/service/lineworks/img/lineworks_icon.png);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 750px) {
  .contents_icon::before {
    width: 80%;
    height: 45%;
    top: 25px;
  }
}

.lineworks_text {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 10;
}

a:hover {
  text-decoration-color: #03c75a;
}

.lineworks_text_green {
  color: #03c75a;
}

.jp_lineworks_01 {
  padding: 12px 0;
  text-align: center;
}

.jp_lineworks_01 p {
  color: #fff;
  font-size: 18px;
}

.th_01 {
  background-color: #c9c9c9 !important;
}

.th_02 {
  background-color: #dedede !important;
}

th {
  vertical-align: middle !important;
}

.sct_cta {
  background-color: #03c75a;
}

@media (min-width: 1920px) {
  .sct_cta {
    background-size: 1920px auto;
  } 
}

.sct_cta_max {
    position: relative;
    margin: 0 auto;
    padding: 45px 0;
    max-width: 1008px;
    box-sizing: border-box;
}

@media (max-width: 750px) {
  .sct_cta_max {
    padding-top: 60px;
  }
}

.sct_cta_title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.sct_cta_max a {
  color: #03c75a;
  text-decoration: none;
  display: block;
  background-color: #fff;
  text-align: center;
  width: 582px;
  height: 82px;
  margin: 24px auto;
  padding: 26px 0;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 8px;
}

.sct_cta_max a:hover {
  opacity: .8;
}

@media (max-width: 750px) {
  .sct_cta_max a {
    width: 90%;
  }
}