@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{
  font-size: 62.5%;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0 !important;
  width: 100%;
}
body {
  font-family:'Roboto', sans-serif, 'Noto Sans JP', sans-serif;
  color: var(--basic);
  text-decoration-line: none;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.6rem;
  text-decoration-line: none;
  text-decoration: none;
  border-bottom: none;
  overflow: initial;
  margin: 0;
  font-feature-settings: "palt";
}
* {
  box-sizing: border-box;
}
a{
  cursor: pointer;
  text-decoration-line: none;
  text-decoration: none;
  color: var(--basic);
  font-family:'Roboto', sans-serif, 'Noto Sans JP', sans-serif;
}
a, a:hover, a:active,a[href*=rule] {
  color: var(--basic);
  text-decoration-line: none;
  text-decoration: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

img{
  max-width:100%;
  height: auto;
}
header{
  line-height: inherit;
}
li > ul, li > ol{
  margin-left: 0;
}
li{
  list-style:none;
}
p{
  line-height: 2.6rem;
  font-family:'Roboto', sans-serif, 'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,h5{
  font-family:'Roboto', sans-serif, 'Noto Sans JP', sans-serif;
}
/*common*/
:root {
  /* 色指定 */
  --basic: #083f56;
  --light: #fffcef;
  --dark: #e4e9eb;
  --sub01:#00bde5;
  --sub02: #ff8124;
  --ms: #004a83;
}
.dn{
  display: none;
}
.dn-sp{
  display: block;
}
.dn-pc{
  display: none;
}
.dn-pc_700{
  display: none;
}
.dn-sp_pro{
  display: block;
}
.dn-pc_pro{
  display: none;
}
.wrapper{
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  max-width:100%;
}

.wrapper-ovh{
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.tac{
  text-align: center;
}
.tal{
  text-align: left;
}
.tar{
  text-align: right;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.aic{
  align-items: center;
  webkit-box-align: center;
  -webkit-align-items: center;
}
.aie{
  align-items: end;
}
.jss{
  justify-content: space-between;
  flex-wrap:wrap;
}
.box-top{
  padding-top:4rem;
  padding-bottom:4rem;
}

.btn {
  font-size: 1.7rem;
  color: #fff;
  padding: 20px 50px;
  display: block;
  border-radius: 999px;
  width:320px;
  max-width:calc(100% - 3.2rem);
  padding: 1.6rem 1.6rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
  margin:0 auto;
}

.btn:hover {
  transform: scale(0.95);
  color: #fff;
}
.btn::before {
  content: "";
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -5px;
  z-index: -1;
  border-radius: 50px;
  opacity: .8;
  filter: blur(15px);
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.gradient1,
.gradient1::before {
  background:linear-gradient(90deg, #ff8124, #f3cb29);
}
.gradient2,
.gradient2::before{
  background: linear-gradient(90deg, #ff8124, #f3cb29);
}
.btn:hover::before {
  bottom: 0;
  filter: blur(8px);
}


/* ---about--- */
.cateGroup{
  background:var(--sub01);
  padding-top:2.4rem;
  padding-bottom:2.4rem;
  height: 100%;
}
.cateGroup_box{
  align-items:stretch;
}

.cateGroupList{
  width:24.5%;

  border-radius:4px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.05);
  padding: 2rem 1.6rem;
  background:#fff;
}
.cateGroupList .cate_check01{
  height:auto;
}
.cateGroupList .txt{
  font-weight: bold;
  font-size:1.7rem;
  color:var(--sub01);
  padding-left:3.4rem;
  margin-bottom:1rem;
}
.cateGroupList label input[type="checkbox"] + span.icon {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: var(--dark);
  border: 1px solid var(--light);
  z-index: 5;;
}
.cateGroupList label input[type="checkbox"] + span.icon::after {
  border-right: 3px solid var(--light);
  border-bottom: 3px solid var(--light);
  content: '';
  display: block;
  height: 18px;
  top: 0rem;
  right: 0.75rem;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  z-index: 10;
}
.cateGroupList label input[type="checkbox"]:checked + span.icon::after {
  border-right: 3px solid var(--light);
  border-bottom: 3px solid var(--light);
  content: '';
  display: block;
  height: 18px;
  top: 0rem;
  right: 0.75rem;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  z-index: 10;
}
.cateGroupList label input[type="checkbox"]:checked + span.icon {
  background: var(--sub01);
  border-color: var(--sub01);
  z-index: 5;
}
.cateGroupList ul li{
  font-size:1.4rem;
  line-height:1.9rem;
  padding-left:1.2rem;
  position:relative;
}
.cateGroupList ul li::before{
  content:'';
  width:8px;
  display:block;
  height:8px;
  background:var(--sub01);
  border-radius:1px;
  position:absolute;
  left:0px;
  border-radius:999px;
  top:4px;
}
.about{
  padding-top:3.2rem;
  padding-bottom:3rem;
  background: #fff;
}
.about h2{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom:1rem;
  padding-bottom:1rem;
  position:relative;
}
.about h2::after{
  content:'';
  width:72px;
  height: 2px;
  background: var(--sub01);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.about p{
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.about p span{
  font-weight: normal;
  font-size: 1.2rem;
  line-height: .5rem;
}
/* ---end about */
/* --- 資料box--- */
.comparisonBlock{
  padding:4rem 0;
  background-image:url(../img/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.categoryBoxInner{
  padding:2.4rem 2rem;
  background:#fff;
  border:2px solid var(--light);
  border-radius:8px;
  margin-bottom:3.2rem;
  box-shadow: 0px 0px 16px rgb(15 41 53 / 6%);
}
.comparisonttl{
  text-align:center;
  margin-bottom:1rem;
}
.download-con .til h2 {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: bold;
  margin-right: 0;
}
.comparisonBlock .txt{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom:1rem;
  color: #fff;
  font-weight: 600;
}
.comparisonttl span{
  font-weight: bold;
  display: inline-block;
  position:relative;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem 0.4rem;
  color: #fff;
}

.comparisonttl span::before {
  border-left: solid 1.6px var(--sub01);
  border-top: solid 1.6px var(--sub01);
  border-bottom: solid 1.6px var(--sub01);
  top: 0;
  left: 0;
}
.comparisonttl span::after {
  border-right: solid 1.6px var(--sub01);
  border-top: solid 1.6px var(--sub01);
  border-bottom: solid 1.6px var(--sub01);
  top: 0;
  right: 0;
}
.comparisonttl span::before, .comparisonttl span::after {
  content: '';
  width: 7px;
  height: 100%;
  position: absolute;
  border-color:#fff;
}
.icon_cateall {
  position: relative;
  display: none;
  margin: 0 15px 0 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  background: var(--sub02);
  border-radius: 2px;
  box-sizing: border-box;
}

.icon_cateall:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid var(--sub02);
  z-index: 0;
}

.categoryBoxInner input[type="checkbox"] ~ .categoryMain > .cateSp span.icon_check{
  content: "";
  position: absolute;
  top: 40%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: var(--dark);
  border: 1px solid var(--light);
  z-index: 5;
  display: none;
}
.categoryBoxInner input[type="checkbox"] ~ .categoryMain > .cateSp span.icon_check::after {
  border-right: 3px solid var(--light);
  border-bottom: 3px solid var(--light);
  content: '';
  display: block;
  height: 18px;
  top: 0rem;
  right: 0.75rem;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  z-index: 10;
}
.categoryBoxInner input[type="checkbox"]:checked ~ .categoryMain > .cateSp span.icon_check{
  background: var(--sub01);
  border-color: var(--sub01);
  z-index: 5;
}
.categoryBoxInner input[type="checkbox"]:checked ~ .categoryMain > .cateSp span.icon_check::after {
  opacity: 1;
}
.catettl{
  margin-bottom:1rem;
  display: flex;
  flex-direction: column-reverse;
}
.catettl span:first-child{
  display: block;
  font-size: 1.5rem;
  line-height:2.4rem;
  letter-spacing: 0.1em;
}
span.h3 {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
}

.categoryChild{
  width:25%;
  padding: 4px;
  position: relative;
}
.campaign-badge::after{
  content:'キャンペーン対象';
  display: inline-block;
  padding: 0.4rem 0.7rem;
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #fff;
  font-weight: bold;
  background: var(--sub01);
  border-radius: 0 2px 2px 0;
  position: absolute;
  top: 0.6rem;
  left: -1px;
  letter-spacing: 0.05em;
}


.categoryChildInner{
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid var(--dark);
  box-sizing: border-box;
  padding: 3.5rem 0.8rem 4rem;
  cursor: pointer;
}
.categoryChildInner .top img{
  width: 100%;
  height: 96px;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
  background: #fff;
  border-radius: 2px;
  font-size: 5px;
  overflow: hidden;
  margin-bottom: 1.4rem;
}
.categoryChildInner .top  {
  width: 100%;
  display: block;
}
/* .campaign::before{
  content:'キャンペーン対象';
  display: inline-block;
  background: var(--sub02);
  padding: 0.4rem 0.6rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: var(--light);
  border-radius: 0 2px 2px 0;
  position: absolute;
  top: 0.8rem;
  left: -1px;
  letter-spacing: 0.05em;
} */
.categoryChildInner .note {
  font-size: 1.3rem;
  line-height: 1.5 !important;
  margin-bottom: 2rem;
  float: left;
  width: 100%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.85rem;
}
.service{
  display:block;
  font-size:1.3rem;
  line-height:1.9rem;
  margin-bottom:0.4rem;
}
.company{
  font-weight: bold;
  font-size:1.5rem;
  line-height:2.1rem;
  letter-spacing:0.05em;
  display:block;
  margin-bottom:1rem;
}
.modal-open{
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
input[type=checkbox] {
  display: none;
}
label {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.labelMain {
  pointer-events: none;
}
.categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: var(--dark);
  border: 1px solid var(--light);
  z-index: 5;
}
.categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check::after{
  border-right: 3px solid var(--light);
  border-bottom: 3px solid var(--light);
  content: '';
  display: block;
  height: 18px;
  top: 0.6rem;
  right: 1.3rem;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  z-index: 10;
}

.categoryBox input[type=checkbox]:checked ~ .categoryChildInner > .top span.check::before {
  background: var(--sub01);
  border-color: var(--sub01);
  z-index: 5;
}

.categoryBox input[type=checkbox]:checked ~ .categoryChildInner > .top span.check::after{
  opacity: 1;
}
.categoryBox input[type=checkbox]:checked ~ .categoryChildInner {
  border: var(--sub01) 2px solid;
  border-radius: 4px;
}
/* ---campaign--- */
.campaign_bg h3{
  font-size: 1.8rem;
  padding: 0.5rem 2.4rem 0.4rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
  background: var(--sub01);
  color: var(--light);
  border-radius: 999px;
}
.campaign_table h4 {
  font-size: 1.8rem;
  padding: 0.5rem 2.4rem 0.4rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
  background: var(--bl);
  color: var(--light);
  border-radius: 999px;
}
.campaign_table table {
  border: solid 2px var(--basic);
  max-width: 940px;
  width: 95%;
  margin: 0 auto 0.4rem;
  position: relative;
  z-index: 2;
}
.campaign_table th {
  background: var(--light);
  border: solid 1px var(--basic);
  padding: 1rem;
  width: 10%;
  text-align: center;
  font-weight: bold;
}
.campaign_table td {
  background: #ffffff;
  border: solid 1px var(--basic);
  padding: 1rem;
  width: 10%;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.campaign_table strong {
  color: var(--bl);
  font-weight: bold;
}
.campaign_table td span {
  font-size: 1.2rem;
  font-weight: normal;
  color: var(--or);
}
.campaign_bg .table-att{
  margin-bottom:1rem;
  font-weight: bold;
}
.dl_lead{
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 3.2rem;
  text-align: center;
}
.campaign_bg{
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: var(--light);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2rem;
}
.campaign-box p{
  margin: 1rem 0;
  line-height:2.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.campaign-box p span.bold{
  font-weight: bold;
  line-height:2.6rem;
}
.campaign-box p.att{
  font-size: 1.4rem;
  line-height:2rem;
  margin-bottom: 0rem;
}
.campaign-subtil02{
  font-weight: bold;
  line-height:2.4rem;
  margin-bottom:0.6rem;
}
.campaign-subtil02 br {
  display: none;
}
.campaign-subtil02 span{
  font-weight: bold;
  position:relative;
}
.campaign-subtil02 .deco::after, .campaign-subtil02 .deco::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 21px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  bottom: -0.4rem;
}
.campaign-subtil02 .deco::before {
  background-image: url(../img/l.svg);
  left: -1.6rem;
}
.campaign-subtil02 .deco::after {
  background-image: url(../img/r.svg);
  right: -1.6rem;
}
.campaign-subtil02 .num {
  color: var(--sub02);
}
.campaign-til{
  font-size: 1.7rem;
  font-weight: bold;
  line-height:2.7rem;
  margin-bottom:1rem;
}
.campaign-til span{
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.01em;
  color:var(--sub02);
}
/* ---end campaign--- */
/* ---その他の資料--- */
.others{
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.others h2{
  margin-bottom:1.6rem;
}

.others-li li {
  width: 24%;
  border-radius: 2px;
  height: 240px;
  box-sizing: border-box;
  padding: 24px 24px;
  background: #fff;
  position: relative;
  transition: .4s;
}
a.others-con {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .4s;
}
.others-li li:hover{
  transform: translate(0,6px);
}
.others-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.others-box_img {
  margin-bottom: 4px;
}
.others-box h3 {
  font-weight: bold;
  width:100%;
  font-size: 1.8rem;
  line-height: 2.6rem;
  /* margin-bottom: 24px; */
  color: var(--basic);
}
.others-box h3 span{
  font-weight: bold;
  color: var(--sub01);
}
.others-box_img img{
  width:40px;
  height:40px;
}
/* ---end その他の資料--- */
/* ---footer--- */
.footer-box{
  background:var(--ms);
  padding:3.2rem 0 2rem;
}
.footer-con .logo a{
  width: 140px;
  display: block;
}
.footer-li{
  width:70%;
}
.footer-li li a{
  color:#fff;
  transition:.2s;
  font-size: 1.4rem;
}
.footer-li li a:hover{
  opacity:0.6;
}
.copy{
  text-align: center;
  font-size:1.3rem;
  line-height:1.9rem;
  padding:0.6rem 0;
  background:var(--light);
}
/* ---end footer--- */
/* ---download-space--- */
.bottom-scroll-navi-detail {
  display: none;
}
.bottom-scroll-navi-detail {
  display: none;
  text-align: center;
  position: fixed;
  font-weight: bold;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 16px;
  border-top:1px solid var(--light);
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0,0,0,.1);
  box-sizing: border-box;
}
.navi-num {
  color: var(--sub01);
  font-size: 2rem;
  position: relative;
  top: 2px;
  left: -1px;
  font-weight: bold;
}
.navi-num02{
  color: var(--sub02);
  font-weight: bold;
  font-size: 1.8rem;
}

/* ---end download-space--- */
/* ---slider--- */
.slider{
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
  vertical-align: middle;
}
.slick-slider .slick-track, .slick-slider .slick-list{
  overflow: hidden !important;
}
.slick-slide{
  height: 48px;
  width: auto !important;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  padding-top:1rem;
  padding-bottom:1rem;
}
.slider img{
  height: 100%;
}
div.square{
  padding-top:0.6rem;
  padding-bottom:0.6rem;
}
div.square img{
  width:auto;
  height:40px;
}
/* ---end slider--- */
.form .btn{
  /* background:var(--sub02);
  border-color:var(--sub02); */
  border:none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .fv .wrapper {
    width: 100%;
    padding-left: 2.4rem;
    padding-right:  2.4rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    padding-left: 2.4rem;
    padding-right:  2.4rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
　.fv-btn{
	bottom: 1rem;
    left: 1rem;
	}
  .fv-btn .btn{
	padding: 1.4rem 1.4rem;
	width: 240px;
	}
  /* ---資料DL--- */
  .categoryChild{
    width:32%;
  }
  /* ---end 資料DL--- */
  /* ---その他資料--- */
  .others-li li{
    width:48%;
    height: 180px;
    margin-bottom:1rem;
  }
  /* ---end その他資料--- */
  /* ---footer--- */
  .footer-li{
    width:70%;
  }
  /* ---end footer--- */
}
@media screen and (max-width:769px) {
  body{
    font-size: 1.6rem;
    max-width:768px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .dn-sp{
    display: none;
  }
  .dn-pc{
    display: block;
  }
  .wrapper {
    width: 640px;
    margin:0 auto;
    box-sizing: border-box;
  }
  /* ---fv--- */
  .fv .wrapper img {
    width: 100%;
  }
  /* ---about--- */
  .about p{
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
  }
  .comparisonBlock {
    padding: 2rem 0 1rem;
  }
  .cateGroupList{
    width:49%;
    padding: 2rem 1.8rem;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }
  .cateGroupList .txt{
    font-size: 1.6rem;
  }
  .cateGroupList ul li{
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  /* ---end about--- */
  /* ---資料DL---*/
  .categoryChild{
    width:48%;
    margin-left:0.5%;
    margin-right:0.5%;
  }
  .categoryBoxInner {
    margin-bottom: 2rem;
    padding: 1.4rem 1rem;
  }
  .catettl span:first-child{
    display:none;
  }
  .categoryChildInner .note {
    margin-bottom: 0rem;
  }
  /* ---end 資料DL---*/
  
  /* ---campaign--- */
  .campaign_table table {
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .campaign_table thead {
    display: block;
    float: left;
  }
  .campaign_table tr {
    display: block;
    float: left;
  }
  .campaign_table tbody {
    display: block;
    float: left;
    vertical-align: middle;
    align-items: center;
  }
  .campaign_table tr {
    display: block;
    float: left;
  }
  .campaign_table tr td, .campaign_table tr th {
    display: block;
    height: 56px;
    border-bottom: none;
    line-height: 2rem;
  }
  .campaign_table td {
    width: 50vw;
    border-left: none;
  }
  .campaign_table th {
    width: 30vw;
  }
  .campaign_table tr td:last-child, .campaign_table tr th:last-child{
    border-bottom:1px solid var(--basic);
  }
  .dl_lead{
    text-align: left;
  }
  .campaign_bg h3{
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding: 0.5rem 0 0.4rem;
    width: 100%;
  }
  .campaign-subtil02 br {
    display: block;
  }
  .campaign-subtil02 .deco::before{
    display:none;
  }
  .campaign-subtil02 .deco::after{
    display:none;
  }
  /* ---end campaign--- */
  /* ---その他の資料--- */
  .others-li li {
    width: 48%;
    margin-bottom: 32px;
  }
  /* ---end その他の資料--- */
  /* ---footer--- */
  .footer-box{
    display:block;
  }
  .footer-box .logo{
    margin:0 auto 1rem;
  }
  .footer-li {
    width:100%;
  }
  .footer-li li{
    width:33%;
  }
  /* ---end footer--- */
  /* ---slider--- */
  .slick-slide{
    height: 40px;
    padding-top:0.6rem;
    padding-bottom:0.6rem;
  }
  .slick-slide{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  div.square{
    padding:0;
  }
  div.square img{
    width:auto;
    height:38px;
  }
  
  /* ---end slider--- */
}

@media screen and (max-width:400px){
  body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .wrapper{
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  /* ---about--- */
  .about p{
    text-align:left;
  }
  .cateGroupList{
    width:100%;
    padding: 2rem 1.8rem;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }
  /* ---end about--- */
  /* ---資料DL---*/
  .categoryChild{
    width:49%;
    margin-left:0.5%;
    margin-right:0.5%;
  }
  .categoryChildInner .top img{
    height:72px;
    margin-bottom: 1rem;
  }
  .service{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .company{
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .download-con .til h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .comparisonBlock .txt{
    font-size:1.4rem;
    line-height:2rem;
  }
  .catettl span:first-child{
    display: none;
  }
  .catettl span:first-child{
    display:none;
  }
  span.h3{
    font-size: 1.7rem;
  }
  
  /* ---end 資料DL---*/
  /* ---その他資料--- */
  .others-li li{
    width:100%;
    height: 160px;
    margin-bottom:1rem;
  }
  /* ---end その他資料--- */
  /* ---footer--- */
  .footer-li li{
    width:48%;
  }
  /* ---end footer--- */
  
}



.infiniteslide > div {
    padding: 8px;
}
.infiniteslide > div img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: 50% 50%;
    display: block;
    font-size: 5px;
    overflow: hidden;
    aspect-ratio: 6 / 4;
}

/* explanation
----------------------------------------------------------- */
.explanation_li.sp{
  display: none;
}
.explanation {
  background-size: cover;
  padding: 2rem 0 0;
  color: var(--basic);
  background: var(--light);
}
.explanation div{
  position:relative;
  z-index:3;
}
.explanation .wrapper{
  /* padding-bottom: 20px; */
  /* border-bottom: 1px solid #e1e0c1; */
}
.explanation .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.explanation .inner .graph{
  width: 42%;
  max-width: 408px;
}
.explanation .inner .item{
  width: 56%;
}
.explanation .inner .item .tokuten_description{
  font-size: 1.8rem;
  line-height: 1.4;
}
.explanation .inner .item .tokuten_description b,
.explanation .inner .item .tokuten_description span{
  font-size: 120%;
  font-weight: 600;
}
.explanation .inner .item .tokuten_description span{
  color: var(--sub03);
}
.explanation .inner .item .tokuten_note{
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.explanation .deco-top,.explanation .deco-bottom,.explanation .deco-right,.explanation .deco-left{
  position: absolute;
  z-index:2;
}
.explanation .deco-top{
  right:0;
  top:-0.2rem;
  width: 100vw;
}
.explanation .deco-bottom{
  right:0;
  bottom:-0.2rem;
  width: 100vw;
}
.explanation .deco-left{
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
}
.explanation .deco-right{
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
}
.explanation .explanation_til p{
  font-weight: bold;
  margin-bottom: 1.4rem;
}
.explanation .explanation_til p span{
  background: var(--basic);
  color:white;
  /* font-weight:bold; */
  padding: 0.4rem 1rem;
}
.explanation .explanation_til h2{
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
  max-width: 700px;
  margin: 0 auto 80px;
  width: 100%;
  margin: 0 auto 20px;
}
.explanation .explanation_til h2 span{
  font-size: 3.2rem;
  color: var(--gre);
  font-weight: bold;
  background: linear-gradient(transparent 70%, #f5e640 30%);
}
.explanation .explanation_til h2 br {
  display: none;
}
.explanation_01 .subtil{
  width: 156px;
  margin: 0 auto 7rem;
}
ul.explanation_li{
  align-items: flex-end;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0;
}
.explanation_li li{
  /* width: 48%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 3;
  border: 3px solid var(--sub01);
  padding: 5.4rem 3.2rem 3rem;
  border-radius:10px;
  transition: .3s; */
  position: relative;
  width: calc((100% / 3) - 1%);
  z-index: 3;
  border: none;
}
/* .explanation_li li:first-of-type{
  border: 3px solid var(--sub02);
}
.explanation_li_sec li:first-of-type,
.explanation_li_sec li{
  border: 3px solid var(--basic);
} */
.explanation_li .explanation_til{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  position:relative;
  line-height: 2.6rem;
  color: #324164;
}
.explanation_li .explanation_til.new {
  margin: -10px auto 15px;
  text-align: center;
}
.explanation_li .explanation_til.new em {
  color: #fff;
  background: #cbae12;
  padding: 0 10px;
  display: inline;
}
.explanation_li .explanation_til span{
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.explanation_li .explanation_til .no01{
  color: var(--sub02);
}
.explanation_li .explanation_til .no02{
  color: var(--sub01);
}
.explanation_li .class_tag{
  width: 64px;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.explanation_li:first-of-type .class_tag{
  width: 80px;
  top: -7rem;
}
.explanation_li_sec:first-of-type .class_tag,
.explanation_li_sec .class_tag{
  top: -3rem;
}
.explanation_li .img{
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
.explanation_li li:last-of-type .img{
  max-width: 282px;
}
.explanation_02 .subtil{
  width: 168px;
  margin: 0 auto 1.2rem;
}
.explanation_02 .txt{
  position: relative;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 3rem;
  margin: 80px auto 10px;
}
.explanation_02 .txt::before{
  position: absolute;
  content: "";
  width: 70px;
  height: 20px;
  background: url(../img/tokuten_deco.png) no-repeat center center / contain;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}
.explanation_02 .txt strong{
  display: inline-block;
  background: var(--sub01);
  margin: 0 0.5em;
  padding: 3px 5px 1px;
  color: #fff;
}
.explanation_02 .txt .normal{
  font-size: 110%;
  font-weight: bold;
}
.explanation_02 .txt .large{
  font-size: 180%;
  font-weight: bold;
  /* color: var(--sub); */
  letter-spacing: -0.01em;
}

@media screen and (max-width: 768px) {

  ul.explanation_li{
      margin-bottom: 0;
  }
  .explanation_li li{
      padding: 4.5rem 3.2rem 2.5rem;
  }
  .explanation_li.sp{
      display: block;
  }
  .explanation_li.sp .img{
      max-width: unset;
  }
  .explanation {
    position:relative;
  }
  .explanation-deco{
    position: absolute;
    width: 44px;
    top: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .explanation .explanation_til p span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .explanation .explanation_til h2{
    width: 90%;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 0;
  }
  .explanation .explanation_til h2 span{
    font-size: 2.8rem;
  }
  .explanation_li li,.explanation_li li:first-of-type{
    width: 90%;
    margin: 10px auto 0;
    max-width: none;
    padding: 0;
  }
  .explanation_li_sec li,.explanation_li_sec li:first-of-type{
    margin: 3rem auto 0;
  }
  .explanation_01 .subtil {
    margin: 0 auto 9rem;
  }
  .explanation_li li:last-of-type{
    margin-bottom: 0;
  }
  .explanation_02 .txt {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin: 50px auto 10px;
  }
  .explanation_02 .txt::before{
    top: -30px;
  }
  .explanation_02 .txt strong {
    padding: 1px 4px;
  }
  .explanation .benefit_wrap{
    padding: 3rem;
  }
  .explanation .inner{
    padding: 0;
    flex-wrap: wrap;
  }
  .explanation .inner .graph,
  .explanation .inner .item{
    width: 100%;
  }
  .explanation .inner .item{
    margin-top: 20px;
  }
  .explanation .inner .item .tokuten_description {
    font-size: 1.5rem;
  }
}