/*
Theme Name: DXランディングページ用
*/

/*-------------------------
  Josh's Custom CSS Reset
-------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
*:not(dialog) {
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #0c0c0c;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
#root, #__next {
  isolation: isolate;
}
/*-------------------------
  共通CSS
-------------------------*/
/* 改行 */
@media (max-width: 768px) {
  /* SP時改行しない */
  br.sp_none{display: none;}
}
/* PC時改行しない */
br.PC_none{display: none;}

/* グラデ */
.main_gradation {
  background: linear-gradient(to bottom, #49e3e8 0%, #30bae0 100%);
}

/* インナー */
.inner_boxL {
  width: 95%;
  max-width: 860px;
  margin: auto;
}
.inner_boxM {
  width: 90%;
  max-width: 750px;
  margin: auto;
}
.noto-sans-jp-<uniquifier > {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* 文字色 */
.txt_color_b{ color: #003366;}
.txt_color_b02{ color: #2d79bb;}
.txt_color_lb{ color: #24a0df;}
.txt_color_line{ color: #06c755;}
.txt_color_ore{ color: #fab74c;}

/* タイトル */
h3.main_title{
  width: 90%;
  max-width: 800px;
  margin: auto;
  position: relative;
  font-size: 30px;
  font-weight: 900;
  padding: 10px;
  display: block;
  color: #fff;
  text-align: center;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.20);
  border-radius: 36px 0px 36px 0px;
  corner-shape: bevel;
}
@media (max-width: 768px) {
  h3.main_title{
  font-size: 20px;
  padding: 10px;
  border-radius: 30px 0px 30px 0px;
}
}


/* リスト囲み */
ul.list{  list-style: none;}
ul.list li{
  border-radius: 12px;
  box-shadow: 00px 0px 6px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}


/*-------------------------
  FV
-------------------------*/
.FV {
  padding: 10px 0;
}
.FV .FV_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.FV .FV_img {
  background: url("https://sas-system.biz/wp-content/themes/LP/files/FV_img.png") no-repeat right center;
  background-size: 40% auto;
}
/* 線 */
.FV .FV_line {
  margin: 10px auto;
  background: url("https://sas-system.biz/wp-content/themes/LP/files/FV_line01.png") no-repeat top left;
  background-size: 500px auto;
  width: 90%;
  max-width: 860px;
  padding: 50px 0 10px 0;
}
/* ロゴ */
.sas-system_logo {
  width: 60%;
  max-width: 210px;
  padding: 15px 0 0 0;
}
.sas-system_logo a {
  display: block;
  height: 0;
  padding-top: 13%;
  overflow: hidden;
  background: url("https://sas-system.biz/wp-content/themes/LP/files/co_logo.png") no-repeat left top;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .FV .FV_img {
    background: url("https://sas-system.biz/wp-content/themes/LP/files/FV_img.png") no-repeat center bottom;
    background-size: 90% auto;
  }
  /* 線 */
  .FV .FV_line {
    margin: 10px auto;
    width: 90%;
    padding: 16px 0 60% 0;
    background:none;
  }
}
/*-------------------------
  H1
-------------------------*/
.FV h1 {
  font-size: 32px;
  font-weight: 900;
  color: #003366;
  line-height: 1.2;
  text-shadow: 0px 0px 14px rgba(255, 255, 255, 1);
  padding-bottom: 20px;
}
.FV h1 span {
  font-size: 60px;
  color: #2d79bb;
}
.FV .h1_txt {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 20px 0 40px 0;
}

@media (max-width: 768px) {
  .FV h1 {
    font-size: 24px;
    padding-bottom: 20px;
    background: url("https://sas-system.biz/wp-content/themes/LP/files/FV_line02.png") no-repeat bottom center;
    background-size: 100% auto;
    text-align: center;
  }
  .FV h1 span {
    font-size: 36px;
  }
  .FV .h1_txt {
    font-size: 14px;
    padding: 20px 0 40px 0;
    text-align: center;
  }
}
/*-------------------------
  ctaボタン
-------------------------*/
.line_cta_btn a{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #06c755;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
/* アイコンのスタイル */
.line_cta_btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-right: 0 solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 10px solid transparent;
  box-sizing: border-box;
}
.line_cta_btn a:hover{
  background-color: #2d79bb;
}
.line_cta_btn a span{
  display: inline-block;
  width: 15%;
  margin: 4px 12px;
  background: url("https://sas-system.biz/wp-content/themes/LP/files/LINE_logo02.png") no-repeat left center;
  background-size: auto 100%;
  padding-top:15%;
}



@media (max-width: 768px) {
.line_cta_btn a{
  font-size: 17px;
}
.line_cta_btn a::after {
  right: 8px;
  margin: auto;
  border-top: 8px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 8px solid transparent;
}
}



/*-------------------------
  フッター
-------------------------*/
footer{
  padding: 20px 0 ;
  background-color: #003366;
  color: #fff;
}
footer .company a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}
footer .copyright{
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  footer{ padding-bottom: 120px;}
  footer .company{text-align: center;}
  footer .company a{font-size: 13px; }
  footer .copyright{font-size: 10px;}
}

/*-------------------------
  スマホCTA
-------------------------*/
.SP_CTA{display: none;}
@media (max-width: 768px) {
.SP_CTA{
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  background-color: #003366;
  display: block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #fff;
}
  .SP_CTA .top_txt{
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .SP_CTA .line_cta_btn{
    width: 90%;
    margin: auto;
  }
  
}


