@charset "UTF-8";
/* reset css
-----------------------------------------------------------*/
html,
body {
  color: #444;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 100%;
  line-height: 1.4;
  font-size: 16px;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.clearFix:after {
  clear: both;
  content: "";
  display: block;
}

#header {
  position: relative;
}

#header .inner {
  background-color: #fff;
  padding-bottom: 13px;
  padding-top: 13px;
  position: relative;
}

#header #logo {
  display: inline-block;
  max-width: 136px;
  width: 100%;
  vertical-align: middle;
}

#header .header_txt {
  display: inline-block;
  padding-left: 1em;
  vertical-align: middle;
  font-weight: bold;
}

#header .header_txt span {
  display: block;
}

#header .flow_cvBtn a {
  position: fixed;
  top: 0;
  right: -115px;
  display: block;
  background: url(../images/content/bg_contact.jpg) center;
  background-size: 100% 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .flow_cvBtn a .icon {
  display: inline-block;
  padding: 21px 20px 24px;
  font-size: 0;
}

#header .flow_cvBtn a .txt {
  display: inline-block;
  vertical-align: top;
  padding: 24px 10px;
  color: #fff;
}

#header .flow_cvBtn a:hover {
  right: 0;
  opacity: .75;
}

@media screen and (max-width: 768px) {
  #header .inner {
    padding: 5px 4%;
  }
  #header .header_txt {
    font-size: 12px;
  }
  #header .flow_cvBtn {
    display: none;
  }
  #header .flow_cvBtn_sp input {
    display: none;
  }
  #header .flow_cvBtn_sp input:checked ~ label {
    right: 0;
  }
  #header .flow_cvBtn_sp label {
    position: fixed;
    top: 0;
    right: -82px;
    z-index: 10;
    background: url(../images/content/bg_contact.jpg) center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .flow_cvBtn_sp .icon {
    display: inline-block;
    padding: 12px 11px 14px;
    font-size: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .flow_cvBtn_sp .icon img {
    width: 30px;
  }
  #header .flow_cvBtn_sp .txt {
    display: inline-block;
    vertical-align: top;
    margin-left: -.4em;
  }
  #header .flow_cvBtn_sp .txt a {
    display: block;
    text-decoration: none;
    padding: 16px 5px;
    font-size: 12px;
    color: #fff;
  }
}

@media screen and (max-width: 425px) {
  #header #logo {
    width: 28%;
  }
}

#header .onlineShop {
  display: block;
  float: right;
  max-width: 244px;
  width: 100%;
}

@media screen and (max-width: 425px) {
  #header .onlineShop {
    width: 58%;
  }
}

#header .onlineShop:hover {
  opacity: .8;
}

#footer .inner {
  padding-bottom: 32px;
  padding-top: 32px;
}

#footer .logo {
  display: block;
  float: left;
  max-width: 136px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer .inner {
    padding-bottom: 15px;
    padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
  #footer .logo {
    float: none;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 425px) {
  #footer .logo {
    width: 28%;
  }
}

#footer .logo img {
  display: block;
  height: auto;
  width: 100%;
}

.footerMenu {
  float: left;
  margin: 8px 0 8px 40px;
}

@media screen and (max-width: 850px) {
  .footerMenu {
    float: right;
  }
}

@media screen and (max-width: 640px) {
  .footerMenu {
    clear: both;
    float: none;
    margin: 0;
  }
}

.footerMenu:after {
  clear: both;
  content: "";
  display: block;
}

.footerMenu li {
  float: left;
  margin-right: 10px;
  position: relative;
}

.footerMenu li:after {
  border-right: 1px solid #0033ab;
  clear: both;
  content: "";
  display: block;
  height: calc( 100% - 8px);
  position: absolute;
  right: 0;
  top: 5px;
}

.footerMenu li:last-child {
  margin-right: 0;
}

.footerMenu li:last-child:after {
  display: none;
}

.footerMenu li a {
  color: #0033ab;
  display: block;
  font-size: 14px;
  padding: 5px 10px 0 0;
  text-decoration: underline;
}

.footerMenu li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .footerMenu li a {
    font-size: 12px;
  }
}

.footerCopyright {
  display: block;
  float: right;
  font-size: 12px;
  padding: 12px 0;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .footerCopyright {
    clear: both;
    float: none;
    padding-bottom: 0;
  }
}

.inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0px 4%;
  }
}

.inner:after {
  clear: both;
  content: "";
  display: block;
}

.brSp {
  display: none;
}

@media screen and (max-width: 425px) {
  .brSp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hSp {
    display: none !important;
  }
}

.hPc {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .hPc {
    display: block !important;
  }
}

/* font */
.hg_w8 {
  font-family: "ヒラギノ角ゴ W8 JIS2004";
}

.hg_w7 {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}

.hg_w6 {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}

.hg_w5 {
  font-family: "ヒラギノ角ゴ W5 JIS2004";
}

.hg_w4 {
  font-family: "ヒラギノ角ゴ W4 JIS2004";
}

.hg_w3 {
  font-family: "ヒラギノ角ゴ W3 JIS2004";
}

/* weight */
.fwB {
  font-weight: bold;
}

.fwN {
  font-weight: normal;
}

/* size */
.fsS {
  font-size: 14px;
}

.fsXs {
  font-size: 12px;
}

.fsL {
  font-size: 18px;
}

.fsXl {
  font-size: 24px;
}

/* color */
.fcRed {
  color: #e60033;
}

.fcBlue {
  color: #014099;
}

/* align */
.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.taL {
  text-align: left;
}

/* float */
.flR {
  float: right;
}

.flL {
  float: left;
}

/* --------------------------------------------------
	page style
-------------------------------------------------- */
#main .inner {
  position: relative;
  z-index: 1;
}

/*--- bg color --*/
.bgBlue01 {
  background-color: #014099;
}

.bgBlue02 {
  background-color: #0880fb;
}

.bgBlue03 {
  background-color: #e2e9fa;
}

.bgBlue04 {
  background-color: #bfd8fc;
}

.bgBlue05 {
  background-color: #d9e2ea;
}

/*--- txt ---*/
.lead {
  margin-top: 20px;
}

.underline {
  text-decoration: underline;
}

/* --- image --- */
.figBox {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}

/* --- ttl --- */
.ttlBlock {
  display: table;
  margin-top: 30px;
  text-align: left;
  width: 100%;
}

.ttlBlock .ttlMain {
  display: table-cell;
  margin: 0 auto;
  padding-left: 2%;
  font-weight: bold;
  color: #014099;
  font-size: 60px;
  line-height: 1.25;
  vertical-align: middle;
}

.ttlBlock .ttlSub {
  position: relative;
  display: table-cell;
  padding: 15px 60px 30px 20px;
  font-size: 30px;
  color: #fff;
  background: url(../images/content/bg_ttl01.png) no-repeat left center;
  background-size: 100% 100%;
  vertical-align: middle;
}

.ttlBlock .ttlSub:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 151px;
  height: 9px;
  background: url(../images/content/txt_fpd.png) no-repeat center;
}

.ttlBlock .ttlSub:not(.min) {
  background: #014099\9;
}

.ttlBlock.min {
  width: auto;
  margin-top: 0;
}

.ttlBlock.min .ttlMain {
  font-size: 30px;
  max-width: 52.5%;
  padding-left: 8px;
}

.ttlBlock.min .ttlSub {
  padding: 8px 50px 23px 20px;
  font-size: 18px;
}

.ttlBlock.min .ttlSub:before {
  border-width: 28px 15px 28px 0;
}

.ttlBlock.min .ttlSub:after {
  bottom: 10px;
}

/* --- CV BTN --- */
.btnCv a {
  position: relative;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 24px 65px 25px 30px;
  font-size: 26px;
  background-color: #018591;
  color: #fff;
  font-weight: bold;
  text-align: left;
  border-radius: 7px;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btnCv a span {
  font-weight: normal;
}

.btnCv a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background: url(../images/content/ico_btn_cv_arrow.png) no-repeat center;
}

.btnCv a:hover {
  opacity: .75;
}

#main .btnCv {
  margin-top: 35px;
}

#footer .btnCv {
  background-color: #018591;
}

#footer .btnCv a {
  max-width: 1000px;
  padding-left: 4%;
  background: url(../images/content/ico_contact.png) no-repeat left 5px center;
  background-size: 3.3%;
}

#footer .btnCv a:after {
  right: 0;
}

/* --- hero --- */
.hero {
  text-align: center;
}

.hero .mv {
  margin: 0 auto;
  font-size: 0;
}

.hero .bg_mv {
  background: url("../images/content/bg_mv.jpg") no-repeat center;
  background-size: cover;
}

.hero .listCheck {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 15px 0 30px;
}

.hero .listCheck li {
  position: relative;
  margin-top: 15px;
  padding-left: 65px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

.hero .listCheck li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
  width: 50px;
  height: 40px;
  background: url("../images/content/ico_check.png") no-repeat center left;
}

.hero .listCheck:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 49px;
  height: 30px;
  background: url("../images/content/btm_arrow01.png") no-repeat center left;
}

.hero .txtCatch {
  padding: 30px 0 35px;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  color: #fff;
}

.hero .txtCatch .inner {
  max-width: 1000px;
}

.hero .txtCatch .border:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 9px solid #fff100;
  height: auto;
  margin: 0 auto;
}

.hero .txtCatch span {
  font-size: 50px;
  display: block;
}

.hero .txtCatch .skew {
  display: inline-block;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
}

/* --- content --- */
.content {
  padding: 60px 0;
}

/* top */
.top {
  padding: 80px;
  text-align: center;
}

.top .txtVar {
  display: inline-block;
  padding: 8px 5px 7px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 24px;
  font-weight: bold;
}

.top .panel {
  margin-top: 30px;
  padding: 30px;
}

.top .panel .panelCap {
  margin: 0 auto;
  font-weight: bold;
  font-size: 25px;
}

.top .panel .panelFig {
  margin-top: 30px;
}

/*content feature */
.feature .inner {
  max-width: 1000px;
  padding: 35px 35px 65px;
}

.feature ol {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.feature ol > li {
  background-color: #fff;
}

.feature ol > li + li {
  margin-top: 65px;
}

.featureHead .num {
  width: 14.2%;
  display: inline-block;
}

.featureHead .txt {
  display: inline-block;
  width: 80%;
  margin-left: 2.5%;
  padding-top: 8px;
  vertical-align: top;
}

.featureHead .txt .heading {
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
}

.featureHead .txt .category {
  display: inline-block;
  padding: 7px 20px 3px;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 24px;
}

.featureHead .txt.notCategory {
  padding-top: 40px;
}

.featureBody {
  /* box2 */
}

.featureBody .pictCap {
  margin: 35px auto;
  padding: 8px;
  text-align: center;
  border: 4px solid #014099;
  font-size: 30px;
  color: #014099;
}

.featureBody .flag {
  display: table;
  width: 100%;
  margin: 30px auto;
  background-color: #dae8f2;
}

.featureBody .flag dt {
  display: table-cell;
  width: 160px;
  padding: 13px 8px;
  background-color: #014099;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featureBody .flag dd {
  display: table-cell;
  margin: 0 auto;
  padding: 13px 22px;
  letter-spacing: normal;
  vertical-align: middle;
}

.featureBody .flag.sizeMin {
  max-width: 510px;
  margin: 15px auto 0;
  background-color: #fff;
}

.featureBody .flag.sizeMin dt {
  width: 25%;
}

.featureBody .flag.sizeMin dd {
  min-width: 79.6%;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featureBody .flag .img, .featureBody .flag .txt {
  display: table-cell;
  vertical-align: middle;
}

.featureBody .flag .img {
  width: 57%;
  font-size: 0;
}

.featureBody .flag .txt {
  padding-left: 3%;
  text-align: center;
}

.featureBox01 .figBox .linkAnc {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 22px;
  width: 75%;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.featureBox01 .figBox .linkAnc span {
  position: relative;
  display: inline-block;
}

.featureBox01 .figBox .linkAnc span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  position: absolute;
  top: 7px;
  border-color: #fff transparent transparent transparent;
  right: -20px;
}

.featureBox01 .figBox .linkAnc:hover {
  opacity: .75;
}

.featureBox02 h4 {
  margin: 50px 0 15px;
  font-size: 22px;
}

.featureBox02 .flowCont {
  padding: 20px 30px 25px;
}

.featureBox02 .flowTtl {
  padding: 5px;
  text-align: center;
  background-color: #1b7cc1;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

.featureBox02 .arrowB {
  position: relative;
  margin-bottom: 55px;
}

.featureBox02 .arrowB:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 112px;
  height: 40px;
  background: url(../images/content/btm_arrow02.png) no-repeat center;
}

.featureBox03 .section .secHead {
  position: relative;
  margin: 35px 0 15px;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.featureBox03 .section .secHead:after {
  content: "";
  position: absolute;
  bottom: -7.5px;
  right: 0;
  left: 0;
  width: 16px;
  height: 8px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.featureBox03 .section .secHead.blue {
  background-color: #80a0cc;
}

.featureBox03 .section .secHead.blue:after {
  background-image: url(../images/content/btm_arrow04.png);
}

.featureBox03 .section .secHead.green {
  background-color: #85b897;
}

.featureBox03 .section .secHead.green:after {
  background-image: url(../images/content/btm_arrow03.png);
}

.featureBox04 h4 {
  font-size: 20px;
  margin: 20px 0 5px;
}

.featureBox04 .productList {
  margin-top: 50px;
  padding: 14px 12px;
}

/* 導入メリット */
.merit {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
  background: url(../images/content/bg_merit.jpg) no-repeat center top;
  background-size: contain;
}

.merit .inner {
  max-width: 875px;
}

.merit .meritTtl {
  position: relative;
  max-width: 52.5%;
  margin: 15px 0 0;
  padding: 16px 20px;
  background-color: #fff;
  font-size: 56px;
  color: #014099;
  text-align: center;
}

.merit .meritTtl:after, .merit .meritTtl:before {
  content: "";
  width: 100%;
  border-top: 3px dotted;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.merit .meritTtl:after {
  top: 10px;
}

.merit .meritTtl:before {
  bottom: 10px;
}

.merit .fig {
  padding-top: 97px;
  text-align: center;
}

/* column style */
.listColumn {
  letter-spacing: -.5em;
  text-align: center;
}

.listColumn > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.listColumn.col2 > li {
  width: 48.6%;
}

.listColumn.col2 > li:not(:first-child) {
  margin-left: 1.72%;
}

.listColumn.col2.inside li:not(:first-child) {
  margin-left: 2.68%;
}

.listColumn.col4 > li {
  width: 24.3%;
  margin-left: .9%;
}

.listColumn.col4 > li:first-child {
  margin-left: 0;
}

.listColumn .card {
  margin-top: 6px;
  vertical-align: top;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.listColumn .card:first-child {
  margin-left: 0;
}

.listColumn .card dl {
  margin: 0 auto;
}

.listColumn .card dt {
  font-size: 0;
}

.listColumn .card dt .borderB {
  border-bottom: 1px solid #e9e9e9;
}

.listColumn .card dd {
  display: table;
  width: 100%;
  margin: 0 auto;
  min-height: 55px;
}

.listColumn .card dd:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 55px;
}

.listColumn .card dd span {
  display: table-cell;
  padding: 0 3px;
  vertical-align: middle;
}

/* list style */
.listDot {
  text-align: left;
}

.listDot li {
  margin-top: 5px;
  padding-left: 18px;
  text-indent: -18px;
}

.listDot li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 .3em;
  background: url(../images/content/ico_list.png) no-repeat center top;
  background-size: 16px 16px;
}

.listDot.inline {
  text-align: center;
}

.listDot.inline li {
  display: inline-block;
}

.listDot.inline li:before {
  width: 10px;
  height: 10px;
  background-size: 10px;
}

.listChart {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  color: #555353;
}

.listChart li {
  position: relative;
  padding-left: 45px;
}

.listChart li:before, .listChart li:after {
  content: "";
  position: absolute;
}

.listChart li:before {
  left: 35px;
  top: 8px;
  width: 6px;
  height: 1px;
  border-top: 1px solid;
  margin-right: 5px;
}

.listChart li:not(:last-child):after {
  left: 35px;
  height: 100%;
  width: 1px;
  border-left: 1px solid;
  top: 9px;
}

/* link style */
.linkArrow a {
  padding-left: 1em;
  position: relative;
  color: #014099;
}

.linkArrow a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  position: absolute;
  top: 6px;
  left: 0;
  border-color: transparent transparent transparent #014099;
}

.linkArrow a:hover {
  text-decoration: none;
}

.linkArrow.inline li {
  display: inline-block;
}

.linkArrow li + li {
  margin-left: 1em;
}

/* grid style */
.gridItems {
  letter-spacing: -.5em;
}

.gridItems .item {
  position: relative;
  min-height: 148px;
  margin-top: 14px;
  padding: 15px 15px 15px 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.gridItems .item:not(:first-child) {
  margin-left: 1.54%;
}

.gridItems .item.ml0 {
  margin-left: 0;
}

.gridItems .item.mt0 {
  margin-top: 0;
}

.gridItems .item.pb10 {
  padding-bottom: 10px;
}

.gridItems .item .fig, .gridItems .item .detale {
  display: inline-block;
  vertical-align: middle;
}

.gridItems .item .name {
  font-weight: bold;
  font-size: 18px;
}

.gridItems .item .name a {
  color: #000;
}

.gridItems .item .name a:hover {
  text-decoration: none;
}

.gridItems .item .name.h138 {
  min-height: 138px;
}

.gridItems .mark {
  background: url(../images/content/bg_mark.png) no-repeat right top;
}

.gridItems .gridItemL {
  width: 100%;
}

.gridItems .gridItemL .fig {
  width: 11.4%;
}

.gridItems .gridItemL .detale {
  width: 83.5%;
  margin-left: 1.5%;
}

.gridItems .gridItemL .mark {
  background-size: 26.65%;
}

.gridItems .gridItemM {
  width: 66.15%;
}

.gridItems .gridItemM .fig {
  width: 17.5%;
}

.gridItems .gridItemM .detale {
  width: 78.5%;
  margin-left: 3%;
}

.gridItems .gridItemM .mark {
  background-size: 40%;
}

.gridItems .gridItemS {
  width: 32.3%;
}

.gridItems .gridItemS .fig {
  width: 37%;
}

.gridItems .gridItemS .detale {
  width: 55%;
  margin-left: 5%;
}

.gridItems .inr {
  margin: 0 auto;
}

.gridItems .linkArrow {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
  /* --- txt --- */
  .lead {
    margin-top: 10px;
    font-size: 12px;
  }
  /* --- image --- */
  .figBox {
    margin: 15px auto 0;
  }
  /* --- ttl --- */
  .ttlBlock {
    margin-top: 15px;
    width: 100%;
  }
  .ttlBlock .ttlMain, .ttlBlock.min .ttlMain {
    font-size: 18px;
  }
  .ttlBlock .ttlSub, .ttlBlock.min .ttlSub {
    margin-right: 0;
    padding: 5px 5.5% 20px 2%;
    font-size: 12px;
    font-weight: bold;
  }
  .ttlBlock .ttlSub:before, .ttlBlock.min .ttlSub:before {
    border-width: 20.5px 10px 20.5px 0;
  }
  .ttlBlock .ttlSub:after, .ttlBlock .ttlSub.min .ttlSub:after, .ttlBlock.min .ttlSub:after, .ttlBlock.min .ttlSub.min .ttlSub:after {
    width: 85%;
    background-size: contain;
    left: 7px;
    bottom: 5px;
  }
  .ttlBlock.min {
    display: block;
  }
  .ttlBlock.min .ttlMain {
    display: block;
    max-width: 100%;
    margin: 10px 0 0;
  }
  .ttlBlock.min .ttlSub {
    display: inline-block;
  }
  /* --- hero --- */
  .hero .mv {
    max-width: 80%;
  }
  .hero .listCheck {
    padding: 10px 10%;
  }
  .hero .listCheck li {
    margin-top: 5px;
    padding-left: 8%;
    text-indent: -8%;
    font-size: 14px;
  }
  .hero .listCheck li:before {
    width: 20px;
    height: 16px;
    background-size: contain;
    margin-top: 0;
    margin-right: 5px;
  }
  .hero .listCheck:after {
    width: 20px;
    height: 12px;
    background-size: 100%;
  }
  .hero .txtCatch {
    padding: 15px 0 20px;
    font-size: 14px;
  }
  .hero .txtCatch span {
    font-size: 18px;
  }
  .hero .txtCatch .border:after {
    width: 95%;
    border-bottom-width: 3px;
    bottom: -4px;
  }
  /* --- content ---*/
  .content {
    padding: 30px 0;
  }
  .content img {
    width: 100%;
  }
  /* --- CV BTN --- */
  .btnCv a {
    padding: 3%;
    font-size: 14px;
  }
  .btnCv a:after {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: contain;
  }
  #main .btnCv {
    margin-top: 15px;
  }
  #footer .btnCv a {
    padding-left: 10%;
    background-size: 6%;
  }
  #footer .btnCv a:after {
    right: 5px;
  }
  /* top */
  .top .txtVar {
    font-size: 14px;
  }
  .top .panel {
    padding: 3%;
  }
  .top .panel .panelCap {
    font-size: 14px;
  }
  /* content feature */
  .feature .inner {
    width: 96%;
    padding: 4% 3% 6%;
  }
  .feature ol > li + li {
    margin-top: 30px;
  }
  .featureHead .txt .heading {
    margin-top: 5px;
    font-size: 16px;
  }
  .featureHead .txt .category {
    padding: 3px 5px;
    font-size: 12px;
    border-width: 1px;
  }
  .featureHead .txt.notCategory {
    padding-top: 0;
  }
  .featureBody .pictCap {
    font-size: 14px;
    margin: 10px 0;
    border-width: 2px;
  }
  .featureBody .flag dt {
    width: 30%;
  }
  .featureBody .flag dd {
    padding: 2% 3%;
  }
  .featureBody .flag .img, .featureBody .flag .txt {
    display: block;
    width: 100%;
    padding: 0;
  }
  .featureBox01 .figBox .fig {
    font-size: 0;
  }
  .featureBox01 .figBox .linkAnc {
    position: static;
    width: 100%;
  }
  .featureBox01 .figBox .linkAnc span:after {
    border-width: 8px 6px 0 6px;
    top: 5px;
  }
  .featureBox02 h4 {
    margin: 15px 0 10px;
    font-size: 14px;
  }
  .featureBox02 .flowCont {
    padding: 3% 3% 4%;
  }
  .featureBox02 .flowTtl {
    font-size: 14px;
  }
  .featureBox03 .section .secHead {
    margin-top: 15px;
    padding: 5px;
    font-size: 14px;
  }
  .featureBox04 .productList {
    margin-top: 15px;
    padding: 3%;
  }
  /* 導入メリット */
  .merit {
    padding-top: 15px;
    background-size: 140%;
  }
  .merit .meritTtl {
    margin-top: 10px;
    padding: 10px;
    font-size: 20px;
  }
  .merit .meritTtl:after, .merit .meritTtl:before {
    border-width: 2px;
  }
  .merit .meritTtl:before {
    bottom: 5px;
  }
  .merit .meritTtl:after {
    top: 5px;
  }
  .merit .fig {
    padding-top: 0;
  }
  /* list style  */
  .listDot.inline {
    text-align: left;
  }
  .listDot li {
    font-size: 12px;
  }
  .listDot li:before {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .listColumn.col4 > li {
    width: 49%;
    margin-left: 2%;
  }
  .listColumn.col4 > li:nth-child(odd) {
    margin-left: 0;
  }
  .listColumn.col2:not(.inside) > li {
    width: 100%;
    margin-left: auto;
  }
  .listChart li {
    padding-left: 35px;
    font-size: 12px;
  }
  .listChart li:before {
    left: 25px;
    top: 8px;
    width: 6px;
    height: 1px;
    border-top: 1px solid;
    margin-right: 5px;
  }
  .listChart li:not(:last-child):after {
    left: 25px;
    top: 8.5px;
  }
  /* link style  */
  .linkArrow.inline li {
    display: inline-block;
  }
  .linkArrow.inline li + li {
    margin: 5px auto 0;
  }
  .linkArrow a:before {
    top: 3px;
    border-width: 5px 0 5px 5px;
    left: 4px;
  }
  /* grid style  */
  .gridItems .item {
    min-height: 0;
    padding: 3% 3% 10%;
  }
  .gridItems .item.gridItemS:not(.gridItemL_sp) .fig, .gridItems .item.gridItemS:not(.gridItemL_sp) .detale {
    display: block;
  }
  .gridItems .item .name {
    font-weight: bold;
    font-size: 12px;
  }
  .gridItems .item .name.h138 {
    min-height: 5.5em;
  }
  .gridItems .item .name.sp_h64 {
    min-height: 64px;
  }
  .gridItems .gridItemL .fig, .gridItems .gridItemM .fig, .gridItems .gridItemS.gridItemL_sp .fig {
    width: 28%;
  }
  .gridItems .gridItemL .detale, .gridItems .gridItemM .detale, .gridItems .gridItemS.gridItemL_sp .detale {
    width: 66%;
    margin-left: 3%;
  }
  .gridItems .gridItemL .mark, .gridItems .gridItemM .mark, .gridItems .gridItemS.gridItemL_sp .mark {
    background: url(../images/content/bg_mark.png) no-repeat right 35% bottom;
    background-size: 50%;
  }
  .gridItems .gridItemL .mark .detale, .gridItems .gridItemM .mark .detale, .gridItems .gridItemS.gridItemL_sp .mark .detale {
    vertical-align: top;
  }
  .gridItems .gridItemM, .gridItems .gridItemS.gridItemL_sp {
    width: 100%;
    margin-left: 0;
  }
  .gridItems .gridItemM + .gridItemL_sp {
    margin-top: 14px;
  }
  .gridItems .gridItemS {
    width: 32.3%;
  }
  .gridItems .gridItemS .fig {
    width: 100%;
  }
  .gridItems .gridItemS .detale {
    width: 100%;
    margin: 0 auto;
  }
  .gridItems .inr {
    margin: 0 auto;
  }
  .gridItems .linkArrow {
    font-size: 12px;
    right: 5px;
  }
}
