@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');
/* ===================================================================
CSS information
 file name  :  lp.css
 style info :  LPのみ cssの定義
=================================================================== */
/*HEADER*/
/*======================================*/
header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header .inn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logoArea {
  position: relative;
  margin-right: auto;
  margin-left: 2%;
}
header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 35vw solid #FFF;
    border-bottom: 19vw solid transparent;
}
header .crown {
    margin: 0 20px;
    position: relative;
    top: 15px;
}
.crown {
    margin: auto;
}
header .TelBlocks {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    color: #79CEFD;
    background-color: #005791;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 7px solid #79CEFD;
    padding: 20px 30px;
    margin-right: 5%;
    white-space: nowrap;
}
header .TelBlocks .leadTitl{
  color: #79CEFD;
  font-size: 18px;
  margin-bottom: 10px;
}
header .TelBlocks, header .TelBlocks a{
  color: #FFF;
  line-height: 1.2;
  text-decoration: none;
}
header .TelBlocks .tel a{
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
}
header .TelBlocks .tel::before {
    content: url(../image/common/icon_tel_blue.png);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -7px;
}
header .TelBlocks .time{
  color: #D9F1FF;
}
@media only screen and (min-width: 690px) {
  header .TelBlocks .tel a{
    pointer-events: none;
  }
}
header .TelBlocks .time{
  font-size: 16px;
  text-align: center;
}
header .TelBlocks .clock{
  font-size: 17px;
}
@media only screen and (max-width: 1300px) {
  header .logoArea {
      max-width: 240px;
  }
  header .TelBlocks{
    font-size: 16px;
  }
  header .TelBlocks .tel a {
      font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  header .inn {
      display: block;
      padding: 20px 2%;
  }
  header .crown {
      margin: 20px auto;
      top: auto;
  }
  header .TelBlocks{
   margin: 3% auto;
  }
  header .TelBlocks .tel a {
    font-size: 42px;
    font-weight: 700;
  }
  header .TelBlocks .leadTitl{
    margin-bottom: 5px;
  }
  header .TelBlocks .leadTitl, 
  header .TelBlocks .time {
  }
}

@media only screen and (max-width: 690px) {
  header::before{
    display: none;
  }
  
  
  header .TelBlocks {
    padding: 5px 20px 10px;
  }

  header .TelBlocks .leadTitl {
    margin-bottom: 0px;
  }
  
  header .TelBlocks .tel::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
    width: 15px;
    height: 20px;
    background-image: url(../image/common/icon_tel_blue.png);
    background-size: contain;
    margin-right: 3px;
  }
  
  header .TelBlocks .tel a {
    font-size: 24px;
  }
  
}

/*FOOTER*/
/*======================================*/
footer{
  background: #003253;
}
footer.upper{
  /*padding-bottom: 150px;*/
}
footer, footer a{
  color: #FFF; 
  font-size: 14px;
  line-height: 1.2;
}
footer.upper a:hover{
  color: #FFF;
}
footer .inner{
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer small{
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 690px) {
  footer .inn{
    flex-direction: column;
  } 
}
/*footer.fixed******************/
footer.fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 1;
}
footer.fixed .fttrlogo{
  width: 310px;
  margin-right: 20px;
}
footer.fixed, footer.fixed a{
  color: #000;  
}
footer.fixed .inner {
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
footer.fixed .infobox {
    text-align: center;
    margin-right: 10%;
}
footer.fixed .leadTitl{
  font-size: 16px;
  white-space: nowrap;
  font-weight: 700;
}
footer.fixed .tel{
  line-height: 1;
  white-space: nowrap;
}
footer.fixed .tel::before {
    content: "";
    position: relative;
    display: inline-block;
    top: -10px;
    background: url(../image/common/icon_tel.png)no-repeat center /contain;
    vertical-align: middle;
    width: 25px;
    height: 30px;
}
footer.fixed .tel a{
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
footer.fixed .innflex {
    max-width: 730px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-right: auto;
    top: -3px;
    position: relative;
}
footer.fixed .col{
  flex: 1;
}
footer.fixed .col+.col{
  margin-left: 30px;
}
footer.fixed .dotLR{
  margin-bottom: 15px;
}
footer.fixed .dotLR::before, footer.fixed .dotLR::after {
    height: 2em;
    top: -5px;
}
footer.fixed .bttn a{
  font-size: 18px;
}

footer.fixed .bttn.camp::before{
    content: url(../image/common/icon_book_02.png);
}
footer.fixed .bttn.dl::before {
    content: url(../image/common/icon_dl_02.png);
}

@media only screen and (max-width: 1400px) {
  footer.fixed .inner {
     justify-content: center;
  }
  footer.fixed .dotLR, 
  footer.fixed .infobox {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  footer.fixed .col + .col {
      margin-left: 20px;
  }
  footer.fixed .fttrlogo{
    margin-left: auto;
  }
  footer.fixed .innflex {
      max-width: 500px;
      top: auto;
  }
  footer.fixed .bttn a{
    font-size: 16px;
  }
  footer.fixed .bttn.camp::before, 
  footer.fixed .bttn.dl::before, 
  footer.fixed .bttn a::after{
    display: none;
  }
  footer.fixed .bttn a {
      padding: 8px;
  }
}


@media only screen and (max-width: 690px) {
  footer.upper .inner{
      padding: 15px 0;
      flex-direction: column;    
  }
  footer small{
    margin-top: 8px;
  }
  footer.fixed .inner {
      flex-direction: column;
      padding: 10px 10px 15px;
  }
  footer.fixed .fttrlogo {
      margin: 0 auto 10px;
      width: 240px;
  }
  footer.fixed .innflex{
    margin-left: auto;
  }
  footer.fixed .col + .col {
      margin-left: 10px;
  }
  footer.fixed .bttn a {
      padding: 8px 6px;
      font-size: 15px;
      letter-spacing: 0;
  }
}

/*======================================*/
.sidefixedbttn {
    /*display: none;*/
    position: fixed;
    right: 0;
    top: 630px;
    width: 280px;
    height: 280px;
    border: 5px solid #B7E2FF;
    background-color: #E2F4FF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
    z-index: 10;
}
.is-animation .sidefixedbttn{
    top: 200px;
}
.sidefixedbttn #closeBtn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 3px solid #fff;
    background-color: #fff;
    cursor: pointer;
}
.sidefixedbttn #closeBtn::before {
    content: "×";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #1792E5;
    font-size: 18px;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.sidefixedbttn .inn {
    text-align: center;
}
.sidefixedbttn .Titl {
    position: relative;
    padding: 8px 30px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}
.sidefixedbttn .Titl::before, 
.sidefixedbttn .Titl::after{
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    left: 0;
    z-index: -1;
}
.sidefixedbttn .Titl::before {
    border-top: 25px solid #E7ED44;
    top: 0;
}
.sidefixedbttn .Titl::after {
    border-bottom: 25px solid #E7ED44;
    bottom: 0;
}
.sidefixedbttn .txt {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.sidefixedbttn .num {
    font-size: 100px;
    line-height: .3;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 900;
    font-style: italic;
    color: #FFF;
    text-shadow: 1px 1px 0 #1791e4,-1px 1px 0 #1791e4,1px -1px 0 #1791e4,-1px -1px 0 #1791e4;
    position: relative;
    top: 30px;
    left: -10px;
}
.sidefixedbttn .txt .txtSky{
  font-size: 32px;
}
.sidefixedbttn .txt .sub {
    text-align: right;
    display: block;
}

.sidefixedbttn .txt_link.arr a {
    padding: 0 15px 5px;
    border-bottom: 2px dashed;
}
@media only screen and (max-width: 1024px) {
.sidefixedbttn {
    top: 220px;
    width: 210px;
    height: 210px;
}
.sidefixedbttn .Titl {
    padding: 6px;
    top: 15px;
}
.sidefixedbttn .txt {
    font-size: 16px;
    letter-spacing: .08em;
}
.sidefixedbttn .num {
    font-size: 60px;
    top: 24px;
}
.sidefixedbttn .txt .txtSky {
    font-size: 18px;
}
.sidefixedbttn #closeBtn {
    bottom: 11px;
}
}
@media only screen and (max-width: 690px) {
.sidefixedbttn {
  display: none;
}
}

/*BOTTOM FIX*/
/*======================================*/
.is-animation .bottomFix{
  position: fixed;
  opacity: 1;
}
.bottomFix{
  background: linear-gradient(10deg,RGBA(11, 48, 142, 0.7),rgba(11, 48, 142, 0.3));
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 5;
}
.bottomFix .inner{
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.bottomFix .TelBlocks{
  margin-right: 10px;
}
.bottomFix .TelBlocks .num, 
.bottomFix .TelBlocks .num a{
  font-size: 40px;
}
.bottomFix .bttn + .bttn{
  margin-left: 1em;
}
.bottomFix .bttn a{
  min-width: 290px;
  font-size: 22px;
  display: flex;
  flex-direction: column;
}
.bottomFix .bttn .common{
  font-size: 12px;
}
.bottomFix .TelBlocks .fl{
  align-items: flex-end;
}
@media only screen and (max-width: 980px) {
  .bottomFix .TelBlocks{
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .bottomFix .TelBlocks .fl{
    justify-content: center;
    align-items: center;
  }
  .bottomFix .TelBlocks .num, 
  .bottomFix .TelBlocks .num a{
    /*! font-size: 18px; */
  }
  .bottomFix .bttn a {
    min-width: auto;
    font-size: 16px;
    padding: 5px 10px;
  }
  .bottomFix .bttn a::after{
    display: none;
  }
  .bottomFix .bttn a .common{
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  .bottomFix {
      background: rgba(3, 19, 60, 0.85);
  }
  .bottomFix .inner{
    padding: 10px 0;
  }
  .bottomFix .bttnArea .fl{
    display: flex;
  }
}

/*TEL BLOCKS */
/*======================================*/
/*共通設定*/


/*======================================*/



/*FLOATING CV */
/*======================================*/
.floatingCV {
    position: relative;
    padding-bottom: 90px;
}
.floatingCV::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,#0A5791 55%,#FFF 55%);
  z-index: -1;
}
.floatingCV .HTitl.dotbtm{
  display: block;
}
.floatingCV.bgGRAY{
    background: linear-gradient(0deg,#0A5791 50%,#F7F5F2 50%);
}
.floatingCV .illst{
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.floatingCV .illst.right{
  left: auto;
  right: 5vw;
}
.floatingCV .inner {
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 20px -5px #AAA;
}
.floatingCV .inn {
    padding: 40px 0 0;
    max-width: 1120px;
    width: 94%;
    margin: auto;
}
.floatingCV .leadtxt {
  margin-bottom: 2vh;
  font-size: 20px;
}
.floatingCV .innflex {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.floatingCV .innflex .col{
  flex: 1;
}
.floatingCV .innflex .col + .col{
  margin-left: 50px;
}
.floatingCV .number {
    font-size: 88px;
    font-size: calc(60px + 1.45vw);
}
.floatingCV .campaign{
  top: auto;
  bottom: 8vh;
  right: 6vw;
  background: #021239;
}
.floatingCV .bttnList{
  display: flex;
  flex-wrap: wrap;
}
.floatingCV .bttnList .col {
    width: calc(50% - 1em);
    margin-right: 2em;
    margin-bottom: 0;
}
.floatingCV .bttnList .col:last-child{
  margin-right: 0;
}
.floatingCV .infobox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-top: 2px dashed #707070;
}

.floatingCV .infobox .leadTitl br{
    display: none;
}
.floatingCV .infobox .arr {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.floatingCV .infobox .innbox{
  display: flex;
  align-items: center;
}
.floatingCV .infobox .tel{
  margin: 0 20px;
}
.floatingCV .infobox .tel a{
  display: block;
  font-size: 50px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.floatingCV .infobox .time{
  font-size: 16px;
}

@media only screen and (max-width: 1700px) {
  .floatingCV .illst{
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .floatingCV {
      padding-bottom: 40px;
  }
  .floatingCV .inn {
      padding: 20px 10px 0;
  }
  .floatingCV .innflex .col + .col {
      margin-left: 20px;
  }
  .floatingCV .bttn.camp::before, .floatingCV .bttn.dl::before {
    display: none;
  }
  .floatingCV .innflex .bttn a{
    padding: 20px;
    font-size: calc(18px + .18vw);
  }
/*  .floatingCV .bttn.camp::before {
    content: url(../image/common/icon_book_02.png);
  }
  .floatingCV .bttn.dl::before {
    content: url(../image/common/icon_dl_02.png);
  }*/

  .floatingCV .infobox .leadTitl br{
      display: block;
  }
  .floatingCV .infobox .innbox{
    display: block;
    margin-left: 30px;
  }
  .floatingCV .infobox .tel {
      margin: auto;
  }
}


@media only screen and (max-width: 690px) {
  .floatingCV .innflex{
    display: block;
  }
  .floatingCV .HTitl.Fs32{
    font-size: 23px;
  }
  .floatingCV .innflex .col + .col {
    margin-top: 20px;
    margin-left: 0;
  }
  .floatingCV .bttn {
      max-width: 320px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .floatingCV .infobox {
      display: block;
      text-align: center;
  }
  .floatingCV .infobox .innbox {
      margin-left: auto;
  }
  .floatingCV .infobox .arr{
    display: none;
  }
  .floatingCV .infobox .tel a{
    font-size: 42px;
  }
}

/*======================================*/
#topcontrol {
    z-index: 10;
    bottom: 180px !important;
}
a.pagetop {
  width: 60px;
  height: 60px;
  display: block;
  z-index: 10;
  background-color: #003253;
  border-radius: 5px;
}
a.pagetop::before {
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
  #topcontrol {
      bottom: 120px !important;
  }
}
@media only screen and (max-width: 690px) {
  #topcontrol {
      right: 0;
      bottom: 170px !important;
  }
  a.pagetop {
    width: 45px;
    height: 45px;
  }
}

/*MAINIMAGE*/
/*======================================*/
.MainImage{
  position: relative;
  background-color: #FFF;

}
.MainImage .nestblock{
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.MainImage .nestblock::before, .MainImage .nestblock::after{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.MainImage .nestblock::before {
    width: 103%;
    height: 103%;
    top: -1.5%;
    left: -1.5%;
    background: url(../image/mainimage_bg.jpg)no-repeat center top / cover;
    opacity: .3;
    z-index: -2;
}
.MainImage .nestblock::after {
    border-right: 16vw solid #168DDE;
    border-top: 30vw solid transparent;
    bottom: 0;
    right: 0;
}
.MainImage .logoline {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 380px;
    background-color: #FFF;
    padding: 30px 30px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    box-shadow: 0 0 20px -5px #AAA;
}
.MainImage .logoline figure {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.MainImage .logoline img {
    max-height: 44px;
    max-width: 120px;
}
.MainImage .inner{
  padding: 200px 0 80px;
}
.MainImage .inn{
}
.MainImage .TitleArea{
  text-align: center;
  margin-bottom: 60px;
}
.MainImage h1.HTitl{
  font-size: 40px;
  /*font-size: calc(20px + 1.05vw);*/
}
.MainImage h1 .font_large{
  font-size: 70px;
}
.MainImage .leadtxt {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 32px;
    margin-top: 5px;
    /*margin-top: 25px;*/
}

/*.MainImage .leadtxt::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -7px;
    width: 149px;
    height: 42px;
    background-image: url(../image/img_logo_ad_01.png);
    background-size: contain;
    margin-right: 10px;
}*/

.MainImage .balloon img {
    display: inline;
}

.MainImage .balloon {
    text-align: center;
}

@media only screen and (max-width: 1400px) {
.MainImage .inner{
      padding: 200px 0 160px;
}
.MainImage .logoline {
    bottom: 0;
    left: 50%;
    max-width: 600px;
    width: 96%;
    padding: 30px 30px 15px;
    border-radius: 30px;
    z-index: 1;
    transform: translate(-50%, 50%);
}
.MainImage .logoline figure {
    width: calc(25% - 15px);
    margin-right: 20px;
}
.MainImage .logoline figure:nth-child(4n), 
.MainImage .logoline figure:last-child{
  margin-right: 0;
}

}

@media only screen and (max-width: 1024px) {
  .MainImage {
      margin-bottom: 60px;
  }
  .MainImage .nestblock::after {
    display: none;
  }
  .MainImage .inner {
      padding: 200px 0 160px;
  }
  .MainImage .inn {
      max-width: none;
      text-align: center;
  }
  
  .MainImage .balloon {
    margin-top: 50px;
    text-align: right;
  }

}
@media only screen and (max-width: 690px) {
  .MainImage .nestblock::before {
      filter: blur(0);
      opacity: .7;
  }
  .MainImage .logoline {
      justify-content: center;
      padding: 18px 5px 8px;
      border-radius: 10px;
  }
  .MainImage .logoline figure {
      width: calc(33.33% - 10px);
      margin-right: 15px;
      margin-bottom: 10px;
  }
  .MainImage .logoline figure:nth-child(-n+6) img{
    max-width: 90px;
  }
  .MainImage .logoline figure:nth-child(n+7){
    width: auto;
  }
  .MainImage .logoline figure:nth-child(3n){
    margin-right: 0;
  }
  .MainImage .inner {
    /*padding: 200px 0 60px;*/
    padding: 170px 0 60px;
  }
  .MainImage h1.HTitl {
    font-size: 25px;
  }
  .MainImage h1 .font_large{
    font-size: 40px;
  }
  .MainImage .leadtxt::before {
    width: 89px;
    height: 25px;
    margin-right: 4px;
  }
  .MainImage .leadtxt {
      font-size: 16px;
  }
  .MainImage .balloon {
    margin-top: 5px;
    text-align: right;
  }
}

/*campaignArea*/
/*======================================*/
.campaignArea{

}
.campaignArea .innflex {
    margin-bottom: 50px;
}
.campaignArea .innflex .col {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 10px;
    padding: 50px 20px 30px;
    text-align: center;
    background-color: #FFF;
    flex: 1;
    margin-right: 30px;
    box-shadow: 0 0 20px -5px #AAA;
}
.campaignArea .ribb {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 7px;
    left: 50%;
    width: 100%;
    margin-bottom: 15px;
}
.campaignArea .ribb .tit {
    color: #1792E5;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 4px solid;
    padding-bottom: 3px;
    background-color: #FFF;
    margin-right: 0em;
    position: relative;
    padding-right: 0em;
    top: 0px;
}
@media all and (-ms-high-contrast: none) {
  .campaignArea .ribb .tit{
    margin-left: -37px;
    top: -1px;
  }
}
.campaignArea .ribb .num {
    font-size: 45px;
    line-height: 1;
    font-weight: 600;
    color: #1791E4;
    font-family: Roboto, sans-serif;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
}
.campaignArea .linehight, 
.campaignArea .fs_large{
  line-height: .7;
}
.campaignArea .linehight2{
  line-height: .9;
}
.campaignArea .fs_large{
  position: relative;
  top: 10px;
  font-size: 60px;
}
.campaignArea .HTitl{
}
.campaignArea .subtxt{
  font-size: 16px;
}
.campaignArea .bttm{
  max-width: 580px;
  widows: 94%;
  margin: auto;
  text-align: center;
}
.campaignArea .bttn a {
    background: #EF9224 url(../image/img_line_org.png)no-repeat right bottom;
}
.campaignArea .bttn a::after {
    content: url(../image/common/arr.png);
    transform: translateY(-50%) rotate(0deg);
    border: none;
    width: auto;
    height: auto;
}
.campaignArea .bttn a:hover::after {
    content: url(../image/common/arr_on.png);
}
.campaignArea .txt_link.arr a{
  font-size: 24px;
  font-weight: 700;
}
.campaignArea .txt_link.arr a::before {
    content: url(../image/common/icon_dl_03.png);
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}


@media only screen and (max-width: 1200px) {
  .campaignArea .innflex {
      display: block;
      max-width: 600px;
      margin: 0 auto 40px;
      width: 100%;
  }
  .campaignArea .innflex .col{
    width: 100%;
    margin-right: auto;
  }
  .campaignArea .innflex .col+ .col{
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
.campaignArea .ribb {
    top: 10px;
}
  .campaignArea .ribb .num{
    font-size: 40px;
  }
  .campaignArea .ribb .tit {
      background-color: transparent;
      margin-right: auto;
      padding-right: 0;
      font-weight: 500;
      font-size: 16px;
      top: 10px;
  }
  .campaignArea .innflex .col {
      padding: 70px 20px 30px;
  }
  .campaignArea .HTitl{
      display: inline-block;  
  }
  .campaignArea .HTitl .sub {
      font-size: 16px;
      line-height: 1.2;
      font-weight: 500;
      display: inline-block;
  }
  .campaignArea .fs_large {
      font-size: 50px;
  }
}
@media only screen and (max-width: 690px) {
  .campaignArea .innflex .col {
      padding: 45px 20px 30px;
  }
  .campaignArea .bttn a, 
  .campaignArea .txt_link.arr a{
    font-size: 18px;
  }
  .campaignArea .fs_large {
      font-size: 45px;
  }
}
/*======================================*/


/*企業ロゴ*/
/*======================================*/
.companyLogoCon{
  position:relative;
  padding: 150px 0;
  margin-bottom: 100px;
}
.companyLogoCon::after {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% + 200px);
    position: absolute;
    top: -200px;
    left: 0;
    transform: rotate(7deg) skew(7deg);
    background-color: #F7F7F7;
    z-index: -1;
}
.companyLogoCon .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.companyLogoCon .col{
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content:center;
}
.companyLogoCon .col:nth-child(4n){
  margin-right: 0;
}
.companyLogoCon .col:last-child{
  margin-right: 0;
}
.companyLogoCon .Icon{
  padding: 30px;
  display: flex;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height: 250px;
  border-radius: 100%;
  background-color: #FFF;
  overflow: hidden;
}
.companyLogoCon .col:nth-child(7) .Icon{
  padding: 10px;
}
.companyLogoCon .col img {
    max-height: 150px;
    max-width: 180px;
}
.companyLogoCon .col:nth-child(5n) img {
    max-height: 100px;
}
@media only screen and (max-width: 1200px) {
  .companyLogoCon .Icon{
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .companyLogoCon {
      padding: 80px 0 0;
      margin-bottom: 60px;
  }
  .companyLogoCon::after {
    display: none;
  }
  .companyLogoCon .col{
    width: calc(33.33% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .companyLogoCon .col:nth-child(4n){
    margin-right: 15px;
  }
  .companyLogoCon .col:nth-child(3n){
    margin-right: 0;
  }
  .companyLogoCon .col img {
      max-width: 150px;
  }
  .companyLogoCon .Icon {
      width: 100%;
      padding: 0;
      height: auto;
      border-radius: 0;
      background-color: transparent;
  }
}
@media only screen and (max-width: 690px) {
  .companyLogoCon{
    margin-bottom: 40px;
    padding-top: 0;
  }
  .companyLogoCon .col{
    margin-right: 15px;
    margin-bottom: 0;
  }
  .companyLogoCon .col img{
    max-width: 100px;
  }
  .companyLogoCon .col:nth-child(n+7){
    width: auto;
  }
  .companyLogoCon .col:nth-child(n+7) img{
    max-width: 150px;
  }
  .companyLogoCon .col:last-child{
    margin-right: 0; 
  }
  .companyLogoCon .Icon{
  }
  .companyLogoCon .col.origin img {
      max-height: 70px;
  }
}

/*======================================*/


/*お悩み*/
/*======================================*/
.troubleCon{
  position: relative;
}
.troubleCon::before, .troubleCon::after {
    content: "";
    display: block;
    position: absolute;
    top: -15%;
    right: -150px;
    width: 100%;
    height: 400px;
    background-color: #C7E6FA;
    border-radius: 50px;
    transform: translateY(-50%);
    z-index: -2;
}
.troubleCon::after {
    top: auto;
    right: auto;
    left: -150px;
    bottom: -10%;
    transform: translateY(50%);
}
.troubleCon .inner{
  padding: 200px 0 50px;
}
.troubleCon .fl{
  justify-content: center;
}
.troubleCon .col{
}
.troubleCon li{
  font-size: 18px;
}
.troubleCon .col.Img img{
  position: relative;
  top: -30px;
}
.troubleCon .illst{ 
  position: absolute;
  left: 60px;
  bottom: 50px;
}
.troubleCon .illst::after {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: -60px;
    width: calc(100% + 60px);
    height: 100%;
    background: #F2FAFF;
    border-top-right-radius: 50px;
    z-index: -10;
    padding: 30px;
}
@media only screen and (max-width: 1580px) {
.troubleCon .inner {
    padding: 200px 0 100px;
}
  .troubleCon .illst{ 
    bottom: -80px;
  }
}
@media only screen and (max-width: 1024px) {
  .troubleCon .inner {
      padding: 30px 0 100px;
  }
  .troubleCon::before{
    display: none;
  }
  .troubleCon .list_check li {
      margin-bottom: 28px;
  }
}
@media only screen and (max-width: 690px) {
  .troubleCon .inner {
      padding: 30px 0 200px;
  }
  .troubleCon::after, 
  .troubleCon .illst::after{
    display: none;
  }
  .troubleCon .Img{
    display: none;
  }
  .troubleCon .illst{
    left: 20px;
  }
}


/*お悩み グラフエリア**************************/
.graphicCon{
  padding: 160px 0;
  background-color: #F7F5F2;
}
.graphicCon .inner {
    position: relative;
    z-index: 1;
    padding: 0 0 40px;
}
.graphicCon .innblock{
  position: relative;
  text-align: center;
}
.graphicCon .innblock::after {
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 0 20px #DDD;
    z-index: 0;
}
.graphicCon .innblock:nth-child(odd)::after {
    left: auto;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.graphicCon .Img{
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
    .graphicCon .Img{
  margin-top: 0px;
}
  .graphicCon {
      padding: 120px 0;
  }
  .graphicCon .inner {
      padding: 0 20px 20px;
  }
  .graphicCon .innblock::after, 
  .graphicCon .innblock:nth-child(odd)::after {
      content: "";
      width: 96%;
      left: 50%;
      border-radius: 30px;
      transform: translateX(-50%);
  }
  .graphicCon .innblock:nth-child(odd)::after{
      right: 50%;
  }
}
@media only screen and (max-width: 690px) {
  .graphicCon {
      padding: 60px 0;
  }
}

/*お悩みを解決タイトル*/
/*======================================*/
.blnCon{
  position: relative;
}
.blnCon .Img img{
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.blnCon .HTitl.bln{
  max-width: 1200px;
  width: 96%;
  position: absolute;
  font-size: 46px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
.blnCon .HTitl.bln {
    font-size: 30px;
    padding: 30px;
}
}
@media only screen and (max-width: 690px) {
  .blnCon .HTitl.bln {
      font-size: 20px;
      padding: 15px 10px;
  }
}



/*======================================*/


/*強み特徴*/
/*======================================*/
.featureCon{
  position: relative;
}
.featureCon::after{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #C9E8FD, #B9F5E5);
  z-index: -2;
}
.featureCon .inner{
  padding: 200px 0 300px;
}
.featureCon [class*="col3"]{
  align-items: flex-start;
  margin-bottom: 40px;
}
.featureCon .col{
  position: relative;
  padding: 60px 40px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0 0 20px -5px #AAA;
  width: 46%;
}
.featureCon .col:nth-child(2){
  margin-top: 60px;
}
.featureCon .col:nth-child(3){
  margin-top: 120px;
}
.featureCon .point {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 26px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    color: #168DDE;
    transform: translateY(-50%);
    border-bottom: 5px solid;
    padding-bottom: 10px;
    padding-left: 12px;
}
.featureCon .col .HTitl{
  font-size: 23px;
}
.featureCon .num{
  display: block;
  font-size: 56px;
}
.featureCon .Img{

}
.featureCon .Img img{

}
@media only screen and (max-width: 1024px) {
  .featureCon .inner {
      padding: 150px 0 100px;
  }
  .featureCon .col{
    display: flex;
    flex-direction: column;
  }
  .featureCon .col:nth-child(2), 
  .featureCon .col:nth-child(3) {
      margin-top: 50px;
  }
  .featureCon .col .HTitl{
    order: 0;
    font-size: 28px;
  }
  .featureCon .Img {
      order: 1;
  }
  .featureCon .Img img {
      height: 150px;
  }
  .featureCon .txt{
    order: 2;
  }
}
@media only screen and (max-width: 690px) {
  .featureCon .inner {
      padding: 100px 0 60px;
  }
  .featureCon .col{
    padding: 50px 30px 30px;
  }
  .featureCon .point {
      top: 0;
      font-size: 18px;
  }
  .featureCon .num {
      font-size: 40px;
  }
  .featureCon .col .HTitl {
      font-size: 22px;
  }
}




/*======================================*/


/*選ばれる理由*/
/*======================================*/
.reasonCon{
  position: relative;
}
.reasonCon .typoGraph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    font-size: 422px;
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    text-align: center;
    font-style: italic;
    z-index: 0;
}
@media only screen and (max-width: 1800px) {
  .reasonCon .typoGraph {
      font-size: calc(20px + 20vw);
  }
}
.reasonCon .inner{
  position: relative;
  z-index: 1;  
}
.reasonCon::before {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% + 330px);
    position: absolute;
    top: -160px;
    left: 0;
    background-color: #F7F7F7;
    background: #FAFAFA;
    transform: skew(6deg) rotate(6deg);
    z-index: 0;
}
.reasonCon::after {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% + 330px);
    position: absolute;
    top: -80px;
    left: 0;
    background: #FFF;
    transform: skew(-12deg) rotate(-12deg);
    z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .reasonCon::before {
    top: -120px;
  }
}
@media only screen and (max-width: 690px) {
  .reasonCon::before {
    top: -70px;
  }
  .reasonCon::after {
    top: -60px;
  }
}

/*======================================*/


/*事例*/
/*======================================*/
.caseCon{
  background-color: #F7F5F2;
}
.caseCon.headTitl > .inner{
  padding: 90px 0 55px;
}
.caseCon > .inner{
  padding: 25px 0;
}
.caseCon.end > .inner{
  padding: 25px 0 200px;
}
.caseCon dt.accordionTitl .icon {
    margin: 0 20px;
}
.caseCon dt.accordionTitl .subtxt{
  font-size: 34px;
}
.addList{
  display: flex;
  margin-bottom: 25px;
}
.addList li {
    list-style: none;
    padding: 6px 20px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    background-color: #E7ED44;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
}
.caseCon dd .HTitl{
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.caseCon .detailblocks{
  display: flex;
}

.caseCon .detailblocks .col {
    position: relative;
    font-size: 18px;
    background: #FFF;
    flex: 1;
    border: 1px solid #C1E8FF;
    padding: 40px 30px 15px;
}
/*.caseCon > *:not(.col){
  margin-left: 2em;
  margin-right: 2em;
}*/
.caseCon .detailblocks .Titl {
    padding: 7px;
    color: #FFF;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    width: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    background-color: #0A5791;
}
.caseCon .detailblocks .txtArea {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    /*align-items: center;*/
    flex-direction: column;
}
.caseCon .detailblocks .leadTitl{

  text-align: center;
  font-size: 18px;
}

.caseCon .detailblocks .term{
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  color: #0A5791;
  margin: 15px auto;
  font-weight: 700;
}
.caseCon .detailblocks .txt{
  text-align: left;
}
.caseCon .detailblocks .dlList{
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
}
.caseCon .detailblocks .dlList dt::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.caseCon .detailblocks .dlList dt.cost::before{
  content: url(../image/common/icon_case_before_01.png);
}
.caseCon .detailblocks .dlList dt.app::before{
  content: url(../image/common/icon_case_before_02.png);
}
.caseCon .detailblocks .dlList dt.unit::before{
  content: url(../image/common/icon_case_before_03.png);
}
.caseCon .detailblocks .dlList dt{
  width: 120px;
  margin-bottom: 10px;
}
.caseCon .detailblocks .dlList dd{
  position: relative;
  width: calc(100% - 120px);
  margin-bottom: 10px;
}
.caseCon .detailblocks .dlList dd::before {
    content: ":";
    position: absolute;
    top: -2px;
    left: -10px;
}
.caseCon .detailblocks .arrow{
  margin: -20px 50px;
  color: #EB5656;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.caseCon .detailblocks .arrow .tips {
    color: #FFF;
    background-color: #EB5656;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.caseCon .detailblocks .arrow .tit{
  line-height: 1;
}
.caseCon .detailblocks .arrow .up .tit{
  position: relative;
  left: 10px;
}
.caseCon .detailblocks .arrow .tit::after {
    content: url(../image/common/arr_up.png);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    top: -2px;
}
.caseCon .detailblocks .arrow .down .tit::after {
    content: url(../image/common/arr_dwn.png);
}
.caseCon .detailblocks .arrow .down .tit.non::after{
  display: none;
}
.caseCon .detailblocks .arrow .appli{
  font-size: 50px;
  font-family: Roboto, 'Noto Sans JP', sans-serif;
}
.caseCon .detailblocks .arrow .sub{
  font-size: 32px;
}
.caseCon .detailblocks .arrow .arr {
    margin: auto;
}
.caseCon .detailblocks .arrow .arr::before {
    content: "";
    background: url(../image/common/arr_multi.png)no-repeat center /cover;
    width: 119px;
    height: 46px;
    display: block;
}
.caseCon .detailblocks .after .Titl{
  background-color: #EF9224;
}
.caseCon .detailblocks .after .term{
  color: #EF9224;
}
.caseCon .detailblocks .after .dlList dt.cost::before{
  content: url(../image/common/icon_case_after_01.png);
}
.caseCon .detailblocks .after .dlList dt.app::before{
  content: url(../image/common/icon_case_after_02.png);
}
.caseCon .detailblocks .after .dlList dt.unit::before{
  content: url(../image/common/icon_case_after_03.png);
}
.caseCon .detailblocks .after .dlList dt.recruit::before{
  content: url(../image/common/icon_case_after_recruit.png);
}

@media only screen and (max-width: 1024px) {
  .caseCon.headTitl > .inner {
      padding: 60px 0 30px;
  }
  .caseCon > .inner {
      padding: 15px 0;
  }
  .caseCon.end > .inner {
      padding: 15px 0 60px;
  }
  .caseCon .detailblocks{
    display: block;
  }
  .caseCon.ACCBlocks dt.accordionTitl .HTitl.Fs40{
    font-size: 18px;
    margin-right: 10px;
  }
  .caseCon dt.accordionTitl .subtxt{
    font-size: 28px;
  }
  .caseCon dt.accordionTitl .icon{
    display: none;
  }
  .caseCon .detailblocks .txtArea {
      justify-content: flex-start;
  }
  .caseCon .detailblocks .arrow{
    margin: 30px auto;
  }
  .caseCon .detailblocks .arrow .arr {
      margin: 10px auto;
  }
  .caseCon .detailblocks .arrow .arr::before {
      background: url(../image/common/arr_multi_sp.png)no-repeat center /cover;
      width: 46px;
      height: 65px;
  }
}
@media only screen and (max-width: 690px) {
  .caseCon > .inner {
      padding: 10px 0;
  }
  .caseCon.end > .inner {
      padding: 10px 0 60px;
  }
  .addList {
      display: block;
      margin-bottom: 15px;
  }
  .addList li {
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 5px;
  }
  .caseCon dd .HTitl {
    font-size: 24px;
  }
  .caseCon .detailblocks .col{
    padding: 20px 20px 15px;
  }
  .caseCon.ACCBlocks dt.accordionTitl .HTitl.Fs40{
    font-size: 16px;
  }
  .caseCon dt.accordionTitl .subtxt{
    font-size: 24px;
  }
  .caseCon .detailblocks.arrow{
    justify-content: center;
    margin: 20px auto;
  }
}
/*======================================*/

/*商品ラインナップ*/
/*======================================*/
.lineupCon{
  position: relative;
  overflow: hidden;
}
.lineupCon .inner {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.lineupCon::before, .lineupCon::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lineupCon::before{
  background: url(../image/img_lineup_bg.jpg)no-repeat center top / cover;
  /*filter: blur(10px);*/
  opacity: .6;
  z-index: -2;
}
.lineupCon::after {
  background: RGBA(222, 242, 255, 0.9);
  z-index: 0;
}

.planblock{
  position: relative;
  padding: 50px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #FFF;
}
.planblock .innflex {
    width: calc(100% - 100px);
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.planblock .col {
    flex: 0 1 260px;
    text-align: center;
    color: #FFF;
    padding: 10px;
    background-color: #168DDE;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 50px;
}
.planblock dl {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.planblock dl + dl {
    border-top: 2px dashed #848484;
}
.planblock dt, 
.planblock dd {
    display: flex;
    align-items: center;
    justify-content: center;
}
.planblock dt {
    flex: 1 0 7%;
}
.planblock dd {
    position: relative;
    flex: 1;
    padding: 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    border-left: 2px dashed #848484;
}
.planblock dd::before{
  display: none;
}
.planblock img{
  max-height: 86px;
}
@media only screen and (max-width: 1024px) {
  .planblock .col {
      flex: 0 1 160px;
      font-size: 18px;
  }
  .planblock dt {
      padding: 0 30px;
      flex: 1 0 80px;
  }
  .planblock dd {
      padding: 30px;
      font-size: 18px;
  }
  .planblock dt img {
      max-height: 68px;
      /*max-width: 140px;*/
  }
}
@media only screen and (max-width: 690px) {
  .planblock {
      padding: 25px;
  }
  .planblock .innflex{
    display: none;
  }
  .planblock dl{
    display: block;
  }
  .planblock dl + dl {
      border-top: 1px dashed #848484;
      padding-top: 30px;
      margin-top: 30px;
  }
  .planblock dd {
      display: block;
      border-left: none;
      margin-top: 20px;
      padding: 0;
      font-weight: 500;
  }
  .planblock dd::before{
    display: block;
    padding: 4px;
    border-radius: 50px;
    max-width: 150px;
    font-size: 14px;
    font-weight: initial;
    margin: 0 auto 10px;
    border: 1px solid #CCC;
}
  .planblock dd::before{
    content: "課金方法";
  }
  .planblock dd:nth-of-type(2)::before{
    content: "最低出稿金額";
  }
  .planblock dt img {
      max-height: 68px;
  }
}


/*======================================*/


/*お問い合わせフォーム*/
/*======================================*/
.formNote .inner {
    position: relative;
    padding: 0 30px 30px;
    max-width: 890px;
    border: 1px dashed;
}
.formNote .leadtxt {
    position: relative;
    top: -25px;
}
.formNote .tel::before {
    content: url(../image/common/icon_tel.png);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -10px;
    margin-right: 10px;
}
.formNote .tel a{
  font-size: 50px;
  list-style: 1.2;
  font-weight: bold;
  font-family: Roboto, sans-serif;
}
.formNote .time{
  font-size: 18px;
}
@media only screen and (max-width: 690px) {
  .formNote .tel::before{
    display: none;
  }
  .formNote .tel a{
    font-size: 40px;
  }
}

/*======================================*/

/*資料ダウンロード*/
/*======================================*/
.downloadCon{
  position: relative;
  background: url(../image/img_dl_bg.jpg)no-repeat center /cover;
}
.downloadCon::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,RGBA(177, 224, 255, 0.8),RGBA(0, 110, 185, 0.8));
    z-index: 0;
}
.downloadCon .inner{
  position: relative;
  padding: 60px 0 100px;
  z-index: 1;
}
.downloadCon .campaignArea .leadTitl{
  position: relative;
  font-size: 28px;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  max-width: 400px;
  width: 100%;
  position: relative;
  transform: translate(-50%,-50%);
  left: 50%;
  top: -30px;
}
.downloadCon .campaignArea .leadTitl::before, .downloadCon .campaignArea .leadTitl::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(95% - 20px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}
.downloadCon .campaignArea .leadTitl::before {
    border-top: 25px solid #E7ED44;
    top: 0;
}
.downloadCon .campaignArea .leadTitl::after {
    border-bottom: 25px solid #E7ED44;
    bottom: 0;
}
.downloadCon .campaignArea .innflex{
  margin-bottom: 0;
}
.downloadCon .campaignArea .col {
    border-radius: 0;
    box-shadow: none;
    margin-right: 0;
    padding: 0 20px;
}
.downloadCon .campaignArea .col+.col{
  border-left: 2px dashed #707070;
}
.downloadCon .campaignArea{
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 20px -5px #AAA;
  padding: 30px 0;
  margin-top: 70px;
}
.downloadCon .campaignArea .ribb{
  position: static;
  transform: translate(0,0);
}
.downloadCon .campaignArea .bttn{
  max-width: 400px;
  width: 96%;
  transform: translate(-50%, 50%);
  left: 50%;
  top: auto;
}
.downloadCon .campaignArea .bttn a{
  font-size: 20px;
  background: #1792E5 url(../image/img_line_blue.png)no-repeat right bottom;
}
.downloadCon .campaignArea .bttn.dl::before {
    content: url(../image/common/icon_dl_04.png);
    top: 20px;
    left: 90px;
}
.downloadCon .campaignArea .bttn.dl:hover::before {
    content: url(../image/common/icon_dl_04_on.png);
}
.downloadCon .campaignArea .bttn a::after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .downloadCon .campaignArea .innflex {
      display: flex;
      max-width: 100%;
  }
  .downloadCon .campaignArea .innflex .col {
      width: auto;
  }
  .downloadCon .campaignArea .innflex .col + .col {
      margin-top: 0;
  }
  .downloadCon .campaignArea .ribb .tit {
      top: auto;
      display: inline-block;
      margin-bottom: 10px;
  }
  .downloadCon .campaignArea .HTitl.Fs24, 
  .downloadCon .campaignArea .HTitl.Fs22{
    font-size: 20px;
  }
  .downloadCon .campaignArea .HTitl {
    line-height: 1;
  }

}
@media only screen and (max-width: 690px) {
  .downloadCon .inner{
    padding: 40px 0 100px;
  }
  .downloadCon .campaignArea {
      padding: 0;
      margin-top: 50px;
  }
  .downloadCon .campaignArea .leadTitl{
    top: auto;
  }
  .downloadCon .campaignArea .innflex {
      display: block;
  }
  .downloadCon .campaignArea .innflex .col {
      width: 100%;
      border-left: none;
  }
  .downloadCon .campaignArea .innflex .col + .col {
      margin-top: 40px;
  }
  .downloadCon .campaignArea .bttn.dl::before {
      content: url(../image/common/icon_dl_04.png);
      left: 70px;
  }
}

/*-----------------------------------------------------------------

ACCBlocks

-----------------------------------------------------------------*/
.ACCBlocks dt.accordionTitl {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 15px 20px;
    text-decoration: none;
    cursor: pointer;
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top: 5px solid #168DDE;
    color: #168DDE;
    border-bottom: 2px solid #168DDE;
}
.ACCBlocks dt.accordionTitl:hover{
  opacity: .6;
}
.ACCBlocks dt.accordionTitl::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #168DDE;
    position: absolute;
    top: calc(50% - 20px);
    right: 30px;
    transform: rotate(135deg);
    transition: .6s;
}
.ACCBlocks dt.accordionTitl.active:after {
  transform: rotate(-45deg);
  top: calc(50% - 10px);
}
.ACCBlocks dd.accordionItem {
    display: none;
    position: relative;
    padding: 25px 30px 40px;
    height: auto;
    background-color: #F4FBFF;
    border-bottom: 1px solid #168DDE;
}
/*PC用OPEN*/
@media only screen and (min-width: 980px) {
  .ACCBlocks dd.accordionItem.open{
    display: block;
  }
}
@media only screen and (max-width: 980px) {
  .ACCBlocks dd.animateIn {
      margin-bottom: 0;
  }
}
@media only screen and (max-width: 690px) {
  .ACCBlocks dd.accordionItem{
    padding: 25px 15px 40px;
  }
  .ACCBlocks dt.accordionTitl::after {
      width: 15px;
      height: 15px;
      top: calc(50% - 15px);
  }
}

/*FAQ****************************/
.FaqWrap {
    counter-reset: number;
    margin-bottom: 150px;
}
.FaqBlocks {
  margin-bottom: 50px;
}
.FaqBlocks dl {
  border: 1px solid #168DDE;
  border-radius: 10px;
}
.FaqBlocks dt, .FaqBlocks dd{
    padding: 50px 90px 50px 180px;  
}
/*PC用OPEN*/
@media only screen and (min-width: 980px) {
  .FaqBlocks dd.accordionItem.open{
    display: block;
  }
}
.FaqBlocks dt {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: transparent;
    cursor: pointer;
}
.FaqBlocks dt::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #168DDE;
    position: absolute;
    top: calc(50% - 20px);
    right: 30px;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out;
}
.FaqBlocks dt.active:after {
  transform: rotate(-45deg);
}
.FaqBlocks dt::before, .FaqBlocks dd::before {
    content: "Q" counter(number);
    counter-increment: number 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    top: 25px;
    left: 30px;
    width: 110px;
    color: #168DDE;
}
.FaqBlocks dd {
    display: none;
    position: relative;
    font-weight: 500;
    height: auto;
    border-top: 1px dashed #168DDE;
}
.FaqBlocks dd::before {
    content: "A" counter(number);
    counter-increment: number 1;
    counter-increment: cnt -1;
    color: #A7DBFF;
}
@media only screen and (max-width: 1024px) {
  .FaqWrap{
    margin-bottom: 100px;
  }
  .FaqBlocks {
      margin-bottom: 20px;
  }
  .FaqBlocks dt, .FaqBlocks dd {
      padding: 30px 90px 30px 140px;
  }
  .FaqBlocks dt::before, .FaqBlocks dd::before {
      font-size: 40px;
      width: 73px;
  }
  .FaqBlocks dt::after {
      width: 15px;
      height: 15px;
      top: calc(50% - 15px);
  }
}
@media only screen and (max-width: 690px) {
  .FaqWrap{
    margin-bottom: 60px;
  }
  .FaqBlocks dt, .FaqBlocks dd {
      padding: 15px 60px 15px 70px;
  }
  .FaqBlocks dt{
    font-size: 18px;
  }
  .FaqBlocks dd {
      font-weight: 400;
  }
  .FaqBlocks dt::before, .FaqBlocks dd::before {
      font-size: 24px;
      width: 43px;
      left: 10px;
      top: 18px;
  }
}

@media all {
  .ACCBlocksItem {
    max-height: 50em;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
  }
}
@media screen and (min-width: 48em) {
  .ACCBlocksItem {
    max-height: 15em;
    -moz-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}
.animateIn {
  -webkit-animation-name: ACCBlocksIn;
  -webkit-animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: normal;
  -moz-animation-duration: 0.65s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: ACCBlocksIn;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

.animateOut {
  -webkit-animation-name: ACCBlocksOut;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: ACCBlocksOut;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: ACCBlocksOut;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes ACCBlocksIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes ACCBlocksIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes ACCBlocksIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes ACCBlocksOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes ACCBlocksOut {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes ACCBlocksOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

/*-----------------------------------------------------------------

CASE Blocks

-----------------------------------------------------------------*/
.CaseBlocks dt {
  position: relative;
  font-weight: 600;
  padding: 1.5em 0;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*.CaseBlocks dt:after {
  content: "";
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid #0a318e;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
}*/
.CaseBlocks dd {
  position: relative;
  padding: 4vh 0 6vh;
  height: auto;
}



/*企業情報*/
/*======================================*/
.companyCon{
  position: relative;
  padding: 100px 0 160px;
  margin-bottom: 100px;
}
.companyCon::before, 
.companyCon::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 57vw;
  height: 90%;
  z-index: -1;
}
.companyCon::before{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #EAF7FF url(../image/img_line_cp_01.png)no-repeat left top;
}
.companyCon::after{
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  height: 84%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #CBE9FF url(../image/img_line_cp_02.png)no-repeat right bottom;
}
@media only screen and (max-width: 690px) {
  .companyCon{
    padding: 0;
    margin-bottom: 60px;
  }
  .companyCon::before, 
  .companyCon::after{
    display: none;
  }
}
.campaign_now{
	background-color: #1791E4;
	text-align: center;
	padding: 20px;
	margin-bottom: 40px;
	color: #fff;
	font-size:28px;
}
.kaiketu{
	text-align: center;
	padding: 30px;
	background-color: #1791E4;
	color: #fff;
	margin-top: 30px;
	font-size: 20px;
}
.kaiketu h3{
	margin-bottom: 10px;
	font-size: 30px;
}
@media only screen and (max-width: 690px) {
	.campaign_now{
	font-size:20px;
}
	.kaiketu{
	
	font-size: 16px;
}
.kaiketu h3{
	font-size: 19px;
}
}
.txtyel{
	color: #F8FF2C;
}
.accordionItem table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

.accordionItem table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.accordionItem table th,
.accordionItem table td {
  padding: 10px;
  border-right: 2px solid #fff;
	text-align: center;
}
.accordionItem table th {
  font-size: 20px;
}
.accordionItem table thead tr{
  background-color: #167F92;
  color:#fff;
}
.accordionItem table tbody th {
    background: #1792E5;
    color: #fff;
}
.txt{
   font-size: 20px;
}
.price{
   color: #EF9224;
   font-weight: bold;
   background-color: #ffffe1;
   font-size: 25px;
	    border-left: solid 3px #EB5656;
}
.non{
  background:#F4FBFF;
}
.change{
	  background: #fff;
    font-weight: bold;
    font-size: 17px;
    width: 110px;
    color: #EB5656;
		border: solid 3px #EB5656;
}
.top-round{
	border-radius: 10px 10px 0 0;
}

.left-round{
	border-radius: 10px 0 0 10px;
}
.white{
	background-color: #F4FBFF;
	width: 110px;
}
.scrollbar{
	text-align: center;
	color: #1792E5;
	margin-bottom: 20px;
}
@media only screen and (max-width: 690px) {
table {
	display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	width: 100%;
}
}
@media only screen and (max-width: 1020px) {
.featureCon .col {
    
    width: 100%;
}
}
.fsL{
    font-size:21px;
}
.camtxt{
    text-align:center;
    font-weight:bold;
    font-size: 1.4em;
    margin-bottom: 40px;
    margin-top: -20px;
}
.campaignArea .downloadCon .campaignArea {
    background-color: #FFF;
    border-radius: 0; 
    box-shadow: 0 0 20px -5px #aaa;
    padding: 30px 0;
    margin-top: 70px;
}
.campaignArea .downloadCon {
    position: relative;
    background: none;
}
.campaignArea .inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}
.campaignArea .downloadCon .inner {
    position: relative;
    padding: 0;
    z-index: 1;
}
@media only screen and (max-width: 690px) {
    .camtxt{
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 20px;
    margin-top: -10px;
}
}
.campaignArea .innflex .cam03 {
    padding-bottom: 30px;
    border-radius: 10px;
}
.campaignArea .bttn.bttn_sky a {
    background: #1792E5 url(../image/img_line_blue.png)no-repeat right bottom;
}

.campaignArea .bttn.bttn_sky a::after {
    content: url(../image/common/arr2.png);
    transform: translateY(-50%) rotate(
0deg
);
    border: none;
    width: auto;
    height: auto;
}