@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: #574529;
  --light: #fffeeb;
  --light2: #e3f0ff;
  --sub01:#2168dc;
  --sub02: #17a6db;
  --ms: #004a83;
}
.dn{
  display: none;
}
.dn-sp{
  display: block;
}
.dn-pc{
  display: none;
}
.dn-pc_700{
  display: none;
}
.dn-pc_820{
  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 3.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;
}
.fv .btn::after{
  content: '';
  position: absolute;
    top: 47%;
    right: 10px;
    transform: translateY(-36%);
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
    right: 16px;
}

.btn:hover {
  opacity: 0.7;
  color: white;
}
/* .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:var(--sub01);
}
.gradient2,
.gradient2::before{
  background: var(--sub01);
}
.btn:hover::before {
  bottom: 0;
  filter: blur(8px);
}


/* ---about--- */

.mVbottom {
  position: relative;
}
.cateGroup{
  background: var(--light2);
  background-position: 20px 0, 20px 0, 0 0, 0 0;
  background-repeat: repeat;
  padding: 6rem 0;
  position: relative;
}
.bg_deco02 {
  position: absolute;
  width: 100%;
  top: 10px;
}
.bg_deco02.btm {
  top: unset;
  bottom: 10px;
}
.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(--basic);
  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 #ddd;
  z-index: 5;;
}
.cateGroupList label input[type="checkbox"] + span.icon::after {
  border-right: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  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 #fff;
  border-bottom: 3px solid #fff;
  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-block: 5rem;
}
.about h2{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom:1rem;
  padding-bottom:1rem;
  position:relative;
  color: var(--basic);
}
.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;
}
/* ---end about */
/* --- 資料box--- */
.comparisonBlock{
  padding: 6rem 0;
  background: var(--light);
}
.categoryBoxInner{
  padding:2.4rem 2rem;
  background:#fff;
  border-radius:8px;
  margin-bottom:3.2rem;
  box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.07);
}
.comparisonttl{
  text-align:center;
  margin-bottom:1rem;
  color: var(--basic);
}
.comparisonBlock .txt{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.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;
}

.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: var(--basic);
}
.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 #ddd;
  z-index: 5;
}
.categoryBoxInner input[type="checkbox"] ~ .categoryMain > .cateSp span.icon_check::after {
  border-right: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  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;
  border-color: #fff;
}
.catettl{
  padding-left:3.6rem;
  margin-bottom:1rem;
}
.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 #e4e9eb;
  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;
  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;
}
.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: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.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 #ddd;
  z-index: 5;
}
.categoryChild label input[type="checkbox"] ~ .categoryChildInner > .top span.check::after{
  border-right: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  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;
  border-color: #fff;
}
.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: #fff;
  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(--sub01);
  border: solid 1px var(--basic);
  padding: 1rem;
  width: 10%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.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(--light2);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2rem;
}
.campaign-box p{
  margin-bottom: 1rem;
  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:2rem;
  margin-bottom:0.6rem;
}
.campaign-subtil02 span{
  font-weight: bold;
  position:relative;
}
.campaign-subtil02 span::after, .campaign-subtil02 span::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-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(--sub01);
}
/* ---end campaign--- */
/* ---その他の資料--- */
.others{
  background: var(--light);
}

.others h2{
  margin-bottom: 3rem;
}

.others-li li {
  width: 24%;
  border-radius: 2px;
  height: 240px;
  box-sizing: border-box;
  padding: 24px 24px;
  background: #fff;
  position: relative;
  transition: .4s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
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;
  width: 100%;
  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: auto;
  height: 36px;
}
.others-li li:nth-child(3) {
    .others-box_img img {
    height: 30px;
    }
}
@media screen and (max-width: 768px) {
    .others-box_img img{
        height: 30px;
    }
    .others-li li:nth-child(3) {
        .others-box_img img {
            height: 26px;
        }
    }
}
/* ---end その他の資料--- */
/* ---footer--- */
.footer{
  padding-bottom:8rem;
}
.footer-box{
  background:var(--basic);
  padding:3.2rem 0 2rem;
}
.footer-con .logo a{
  width: 140px;
  display: block;
}
.footer-li{
  width:70%;
}
.footer-li li a{
  transition:.2s;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
}
.footer-li li a:hover{
  opacity:0.6;
}
.copy{
  text-align: center;
  font-size:1.3rem;
  line-height:1.9rem;
  padding:0.6rem 0;
}
/* ---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 #eee;
  background: #fff;
  box-shadow: 1px 1px 10px 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(--sub01);
  font-weight: bold;
  font-size: 1.8rem;
}
.bottomNavi_btn {
  margin: 14px 0;
}
.bottomNavi_btn .btn {
  padding: 0.8rem 4.6rem;
}

/* ---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;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 90%;
  }
  .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:820px) {
  .dn-pc_820{
    display: block;
  }
  .dn-sp_820 {
    display: none;
  }
}

@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;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .fv .btn::after{
    right: 15px;
  }
  /* ---about--- */
  .about p{
    text-align: left;
  }
  .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 {
    padding: 2rem 1rem;
  }
  .catettl span:first-child{
    display:none;
  }
  /* ---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.6rem;
    line-height: 2.4rem;
  }
  .campaign-subtil02 span{
    display:block;
    /* color:var(--sub01) */
  }
  .campaign-subtil02 span::before{
    display:none;
  }
  .campaign-subtil02 span::after{
    display:none;
  }
  /* ---end campaign--- */

  /* ---その他の資料--- */
  .others-li li {
    width: 48%;
    margin-bottom: 32px;
  }
  .others-box h3{
    font-size: 1.6rem;
  }
  /* ---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---*/
  .categoryBoxInner{
    padding-left:1rem;
    padding-right:1rem;
  }
  .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;
  }
  .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;
}