﻿@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #282828;
}

header img,
section img,
footer img {
  width: 100%;
  height: auto;
}

.forPC {
  display: block;
}
.forSP {
  display: none;
}
br.forPC {
  display: inline;
}
br.forSP {
  display: none;
}
br.forSP2 {
  display: none;
}
@media screen and (max-width:768px){
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  br.forPC {
    display: none;
  }
  br.forSP {
    display: inline;
  }
}
@media screen and (max-width:480px){
  br.forSP2 {
    display: inline;
  }
}

/* header */
header {
  background-color: #fff;
}
.header_wrap {
  margin: 0 auto;
  padding: 10px;
  max-width: 980px;
	width: 100%;
}
.main_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main_nav #site-id {
  width: 178px;
  margin: 0;
  line-height: 1;
}
.main_nav #site-id span {
  margin: 0;
  height: 52px;
}
.main_nav #site-id img {
  width: 100%;
}
.main_nav .sub {
  margin: 0;
}
.main_nav .utility {
  margin: 0;
  width: 187px;
}
.main_nav .utility > li {
    margin-bottom: 7px;
    font-size: 1.2rem;
    line-height: 1;
}
.main_nav .utility > li:last-of-type {
    margin-bottom: 0;
}
.main_nav .utility > li img {
    vertical-align: middle;
    width: 100%;
}
.main_nav .utility .contact {
	display: block;
	margin: 0 0 10px;
}

@media screen and (max-width:768px){
	.main_nav #site-id {
		margin: 2px 0 0;
		width: 154px;
	}	
	.main_nav #site-id span {
		height: auto;
	}
	.main_nav #site-id img {
		width: 100%;
	}
	.main_nav .utility{
		width: 120px;
	}
	.main_nav .utility > li {
		margin-top: 0;
		font-size: 1rem;
		margin-bottom: 0;
	}
}

@media screen and (max-width:480px){
  .main_nav #site-id {
		margin: 2px 0 0;
		width: 140px;
	}
  .main_nav .utility{
		width: 110px;
	}
}

/* footer */
footer {
  background-color: #fff;
}
.footer_wrap {
  margin: 0 auto;
  padding: 10px;
  max-width: 980px;
	width: 100%;
}
footer .main_nav #site-id {
  width: 220px;
}
.footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}
.footer_bottom_policy {
  font-size: 13px;
}
.footer_bottom_copyright {
  font-size: 11px;
}
.footer_bottom_group {
  width: 260px;
}

@media screen and (max-width:768px){
  footer .main_nav #site-id {
    width: 160px;
  }
  .footer_bottom_policy {
    width: 100%;
    margin: 1.5em 0 1.25em;
    text-align: center;
    order: 2;
  }
  .footer_bottom_copyright {
    width: 100%;
    text-align: center;
    order: 3;
  }
  .footer_bottom_group {
    width: 200px;
    margin: 0 auto;
    order: 1;
  }
}

@media screen and (max-width:480px){
  footer .main_nav #site-id {
    width: 140px;
  }
}

/* contents */
section {
  padding: 100px 0;
}
.section_inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto
}
.section_inner_s {
  max-width: 800px;
}
.section_title {
  margin: 0 0 60px;
  text-align: center;
  font-weight: 700;
}
.section_title > span {
  display: block;
  text-align: -webkit-center;
}
.section_title_en img {
  width: auto;
  height: auto;
}
.section_title_ja {
  margin-top: 0.75em;
}
.section_lead {
  margin: 0 0 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width:768px){
  section {
    padding: 70px 0;
  }
  .section_title {
    margin: 0 0 50px;
  }
  .section_lead {
    font-size: 18px;
  }
}

.mainvisual {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.mv_img {
  position: absolute;
  top: 2%;
  right: -6.5%;
  width: 67.86%;
}
.mv_catch {
  position: absolute;
  top: 16%;
  left: 4%;
  width: 39.67%;
}
.mv_logo_btn_set {
  position: absolute;
  bottom: 8%;
  left: 4%;
  width: 21.52%;
}
.mv_logo {
  margin: 0 0 8%;
}
.mv_btn_consultation {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 1.25em;
  background: #90BE20;
  overflow: hidden;
}
.mv_btn_consultation::before {
  content: "";
  position: absolute;
  left: -101%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.15);
  transition: .2s;
  z-index: 0;
}
.mv_btn_consultation:hover::before {
  left: 0;
}
.mv_btn_consultation::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  width: 1em;
  height: 1em;
  background: url(/cms/sc/img/saas-backup/btn_icon_arrow.svg) center no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  transition: .2s;
}
.mv_btn_consultation:hover::after {
  right: 2%;
}
.mv_btn_consultation p {
  position: relative;
  display: block;
  z-index: 1;
}

@media screen and (max-width:768px){
  .mainvisual {
    padding: 0;
  }
  .mv_img {
    top: 32%;
    right: -5%;
    width: 110%;
  }
  .mv_catch {
    top: 5%;
    left: 5%;
    width: 90%;
  }
  .mv_logo_btn_set {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10%;
    box-sizing: border-box;
    background: url(/cms/sc/img/saas-backup/mv_btn_set_bg.svg) center no-repeat;
    background-size: 100%;
  }
  .mv_btn_consultation {
    font-size: 4vw;
  }
}

.about {
  background: url(/cms/sc/img/saas-backup/about_bg_pc.jpg) center no-repeat;
  background-size: cover;
}
.about_insecurity_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 80px;
}
.about_insecurity_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  margin: 0 0 2%;
  padding: 3% 5%;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(40,40,40,.2);
  border-radius: 5px;
  background: #fff;
}
.about_insecurity_item_icon {
  width: 98px;
  height: 86px;
}
.about_insecurity_item_title {
  width: calc(100% - 120px);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.about_insecurity_item_title span {
  color: #ED1C24;
}
.about_actually {  
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
}
.about_actually p {
  position: relative;
  display: inline;
  padding: 0 10px;
  background: linear-gradient(transparent 60%, rgba(247,147,30,.2) 60%);
}
.about_actually span {
  color: #ED1C24;
}

@media screen and (max-width:768px){
  .about {
    background: url(/cms/sc/img/saas-backup/about_bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .about_title_en img {
    width: 128px;
    height: 32px;
  }
  .about_insecurity_wrap {
    margin: 0 0 50px;
  }
  .about_insecurity_item {
    padding: 4%;
  }
  .about_insecurity_item_icon {
    width: 68px;
    height: 59px;
    margin: 0 auto 20px;
  }
  .about_insecurity_item_title {
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
  }
  .about_actually {  
    font-size: 24px;
  }
}

@media screen and (max-width:480px){
  .about_insecurity_item {
    width: 48%;
    margin: 0 0 4%;
    padding: 5% 4%;
  }
  .about_insecurity_item_title {
    font-size: 3.5vw;
  }
}

.feature {
  background: url(/cms/sc/img/saas-backup/feature_bg_pc.jpg) center no-repeat;
  background-size: cover;
}
.feature_title_ja {
  color: #fff;
}
.feature_point_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_point_item {
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.feature_point_item_s {
  width: 31.75%;
}
.feature_point_item_m {
  width: 48.85%;
  margin-top: 2.5%;
}
.feature_point_item_head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: url(/cms/sc/img/saas-backup/bg_grd_horizontal.svg) center no-repeat;
  background-size: cover;
}
.feature_point_item_head p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}
.feature_point_item_img {
  width: 112px;
  height: 110px;
  margin: 30px auto;
}
.feature_point_item_m .feature_point_item_img {
  width: 85%;
  height: auto;
  border: 1px solid #D9D9D9;
}
.feature_point_item_title {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: -0.02em;
}
.feature_point_item_text {
  padding: 20px 20px 0;
  font-size: 14px;
}

@media screen and (max-width:768px){
  .feature {
    background: url(/cms/sc/img/saas-backup/feature_bg_sp.jpg?=20230315) center no-repeat;
    background-size: cover;
  }
  .feature_title_en img {
    width: 169px;
    height: 29px;
  }
  .feature_point_item {
    padding-bottom: 6%;
  }
  .feature_point_item_s,
  .feature_point_item_m {
    width: 100%;
    margin-top: 2.5%;
  }
  .feature_point_item_s:first-of-type {
    margin-top: 0;
  }
  .feature_point_item_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4% 4% 0;
  }
  .feature_point_item_s .feature_point_item_img {
    width: 75px;
    height: 74px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .feature_point_item_s .feature_point_item_detail {
    width: calc(100% - 95px);
    box-sizing: border-box;
  }
  .feature_point_item_title {
    padding: 0;
    font-size: 17px;
    text-align: left;
  }
  .feature_point_item_m .feature_point_item_title {
    padding: 0 5%;
    text-align: center;
  }
  .feature_point_item_text {
    padding: 20px 0 0;
  }
  .feature_point_item_m .feature_point_item_text {
    padding: 0 20px;
  }
}

.composition {
  background: url(/cms/sc/img/saas-backup/composition_bg_pc.jpg) center no-repeat;
  background-size: cover;
}
.composition_img_zoom_wrap {
  display: none;
}
.composition_point_wrap {
  margin-top: 60px;
}
.composition_point_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 25px 70px;
  box-shadow: 0 0 20px rgba(40,40,40,.2);
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.composition_point_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  background: url(/cms/sc/img/saas-backup/bg_grd_vertical.svg) center no-repeat;
  background-size: cover;
}
.composition_point_item:first-of-type {
  margin-top: 0;
}
.composition_point_item_img {
  width: 102px;
}
.composition_point_item_text {
  width: calc(100% - 122px);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

@media screen and (max-width:1040px){
  .composition_point_item {
    padding: 25px 40px;
  }
  .composition_point_item_text {
    font-size: 18px;
  }
}

@media screen and (max-width:768px){
  .composition {
    background: url(/cms/sc/img/saas-backup/composition_bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .composition_title_en img {
    width: 262px;
    height: 41px;
  }
  .composition_img_zoom_wrap {
    display: block;
  }
  .btn_composition_img_zoom {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 2.5em;
    margin: 30px auto 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 1.25em;
    background: #2B2B2B;
    overflow: hidden;
  }
  .composition_point_item {
    padding: 8% 4% 4%;
  }
  .composition_point_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background: url(/cms/sc/img/saas-backup/bg_grd_horizontal.svg) center no-repeat;
    background-size: cover;
  }
  .composition_point_item_img {
    width: 91px;
    margin: 0 auto 24px;
  }
  .composition_point_item_text {
    width: 100%;
  }
  .composition_point_item_text {
    font-size: 15px;
  }
}

.price {
  background: url(/cms/sc/img/saas-backup/price_bg_pc.jpg) center no-repeat;
  background-size: cover;
}
.price_title_ja {
  color: #fff;
}
.price_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price_item {
  width: 46%;
  padding: 40px 30px;
  border-radius: 5px;
  background: #fff;
}
.price_item_plus {
  width: 40px;
  background: url(/cms/sc/img/saas-backup/price_icon_plus.svg) center no-repeat;
  background-size: 100% auto;
}
.price_item_title {
  position: relative;
  padding: 0 0 40px; 
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.price_item_title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 16px auto 0;
  background: #D0D0D0;
}
.price_item_title_s {
  padding: 0 0 20px; 
  font-size: 18px;
}
.price_item_title_logo {
  margin: 0 0 10px;
}
.price_item_img {
  width: 80%;
  margin: 0 auto;
}
.price_caption {
  margin-top: 60px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width:768px){
  .price_item {
    width: 100%;
  }
  .price_item_plus {
    width: 100%;
    height: 40px;
    margin: 20px 0;
    background: url(/cms/sc/img/saas-backup/price_icon_plus.svg) center no-repeat;
    background-size: auto 100%;
  }
  .price_item_title {
    padding: 0 0 30px; 
    font-size: 22px;
  }
  .price_item_title_s {
    padding: 0; 
    font-size: 16px;
  }
  .price_caption {
    margin-top: 40px;
    font-size: 11px;
  }
}

.contact {
  padding: 60px 0;
      background: #fff;
  background-size: 100%;
}
.contact_inner {
  width: 80%;
}
.contact_lead {
  color: #6e6e6e;
  font-size: 26px;
}
.contact_btn_wrap {
  display: flex;
  justify-content: center;
}
.contact_btn_consultation {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 2.5em;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 1.25em;
  background: #90BE20;
  overflow: hidden;
}
.contact_btn_consultation::before {
  content: "";
  position: absolute;
  left: -101%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.15);
  transition: .2s;
  z-index: 0;
}
.contact_btn_consultation:hover::before {
  left: 0;
}
.contact_btn_consultation::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  width: 1em;
  height: 1em;
  background: url(/cms/sc/img/saas-backup/btn_icon_arrow.svg) center no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  transition: .2s;
}
.contact_btn_consultation:hover::after {
  right: 2%;
}
.contact_btn_consultation p {
  position: relative;
  display: block;
  z-index: 1;
}

@media screen and (max-width:768px){
  .contact_lead {
    font-size: 20px;
  }
  .contact_btn_consultation {
    font-size: 16px;
  }
}
