/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.sub-mainvisual-company {
  position: relative;
  overflow: hidden;
  background: url("../../img/company/mv.jpg") no-repeat 50% 0;
  background-size: cover;
  height: 396px;
  color: #fff;
  margin-bottom: 16px; }
  .sub-mainvisual-company .wcm2 {
    max-width: 1135px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .sub-mainvisual-company .kv-title {
    position: relative;
    z-index: 2;
    font-size: 30px;
    font-size: 3rem;
    line-height: 55px;
    line-height: 1.8333333333em;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin: 16px 0 31px; }
  .sub-mainvisual-company .kv-desc {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    line-height: 1.7647058824em;
    letter-spacing: 0.15em;
    font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .sub-mainvisual-company {
      height: 175px;
      margin-bottom: 5px; }
      .sub-mainvisual-company .wcm2 {
        text-align: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; } }
    @media only screen and (max-width: 767px) and (max-width: 350px) {
      .sub-mainvisual-company .wcm2 {
        padding: 0 10px; } }
  @media only screen and (max-width: 767px) {
      .sub-mainvisual-company .kv-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 35px;
        line-height: 1.75em;
        letter-spacing: 0.01em;
        margin: 0; } }
    @media only screen and (max-width: 767px) and (max-width: 370px) {
      .sub-mainvisual-company .kv-title {
        font-size: 18px;
        font-size: 1.8rem; } }
  @media only screen and (max-width: 767px) {
      .sub-mainvisual-company .kv-desc {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 2em;
        letter-spacing: 0.1em; } }

@media only screen and (max-width: 767px) {
  .mainvisual-kv-desc {
    padding: 20px 20px 5px 20px;
    text-align: center;
    font-weight: bold; } }

.cmn-list-anchor {
  margin-top: 61px; }
  @media print, (min-width: 768px) and (max-width: 970px) {
    .cmn-list-anchor ul {
      margin-left: -10px;
      margin-right: -10px; }
      .cmn-list-anchor ul li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        font-size: 1.5rem; }
      .cmn-list-anchor ul span {
        padding-left: 18px; } }
  @media only screen and (max-width: 767px) {
    .cmn-list-anchor {
      margin-top: 14px; } }

.cmn-box-intro {
  margin: 97px 0 45px; }
  @media only screen and (max-width: 767px) {
    .cmn-box-intro {
      margin: 27px 0 77px; } }

/*-----------------------------------------------------------
SERVICE
-------------------------------------------------------------*/
.section-service {
  overflow: hidden;
  margin-bottom: 140px; }
  @media only screen and (max-width: 767px) {
    .section-service {
      margin-bottom: 73px; } }

.cmn-list-service {
  margin-top: 74px; }
  @media only screen and (max-width: 767px) {
    .cmn-list-service {
      margin-top: 55px; } }

/*-----------------------------------------------------------
Others
-------------------------------------------------------------*/
.block-mark {
  background: url("../../img/common/bg_dot3.png") repeat 0 0;
  background-size: 11px 11px;
  font-weight: bold;
  padding: 27px 0 30px; }
  .block-mark .mark-inner {
    background: #084888;
    color: #fff;
    padding: 65px 0 49px; }
  .block-mark .mark-title {
    text-align: center;
    color: #F0B30B;
    font-size: 30px;
    font-size: 3rem;
    line-height: 60px;
    line-height: 2em;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-bottom: 44px; }
    @media only screen and (max-width: 800px) {
      .block-mark .mark-title {
        font-size: 28px;
        font-size: 2.8rem; } }
  .block-mark .mark-list {
    max-width: 756px;
    margin: 0 auto;
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 1.35em;
    letter-spacing: 0.1em; }
    .block-mark .mark-list li {
      position: relative;
      margin-bottom: 27px;
      padding-left: 49px; }
      .block-mark .mark-list li:after {
        position: absolute;
        content: "";
        z-index: 1;
        top: 1px;
        left: 0;
        width: 29px;
        height: 24px;
        background: url("../../img/common/icon/ico_checkmark.svg") no-repeat 0 0;
        background-size: 100% 100%; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .block-mark .mark-list li:after {
            top: -2px; } }
  @media only screen and (max-width: 767px) {
    .block-mark .mark-inner {
      padding: 53px 0 28px; }
    .block-mark .mark-title {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 40px;
      line-height: 1.7391304348em;
      letter-spacing: 0.05em;
      margin-bottom: 39px; } }
  @media only screen and (max-width: 767px) and (max-width: 350px) {
    .block-mark .mark-title {
      font-size: 21px;
      font-size: 2.1rem;
      margin-left: -10px;
      margin-right: -10px; } }
  @media only screen and (max-width: 767px) {
    .block-mark .mark-list {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 27px;
      line-height: 1.5882352941em; }
      .block-mark .mark-list li {
        padding-left: 32px; }
        .block-mark .mark-list li:after {
          top: 4px;
          width: 24px;
          height: 20px; } }

.company-summary {
  position: relative;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin: 93px 0 112px;
  padding-top: 38px;
  text-align: center; }
  .company-summary .title {
    color: #084888;
    font-size: 30px;
    font-size: 3rem;
    line-height: 65px;
    line-height: 2.1666666667em;
    margin: 0 auto 46px; }
    .company-summary .title span {
      display: inline;
      border-bottom: 1px solid #084888;
      padding-bottom: 15px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .company-summary .title span {
          padding-bottom: 5px; } }
    @media print, (min-width: 768px) and (max-width: 1000px) {
      .company-summary .title {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media (max-width: 900px) {
      .company-summary .title {
        font-size: 23px;
        font-size: 2.3rem; } }
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .company-summary {
    font-size: 22px;
    font-size: 2.2rem; } }
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .company-summary {
    font-size: 19px;
    font-size: 1.9rem; } }
  @media print, (min-width: 768px) {
    .company-summary .pic {
      position: absolute;
      top: 0;
      right: 15px;
      max-width: 248px;
      width: 23.5%; } }
  @media only screen and (min-width: 768px) and (max-width: 1160px) {
    .company-summary .pic {
      right: 0;
      width: 20%; } }
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .company-summary .pic {
      right: -10px; } }

  @media only screen and (max-width: 767px) {
    .company-summary {
      margin: 30px 0 63px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 30px;
      line-height: 1.875em;
      letter-spacing: 0.05em; } }
  @media only screen and (max-width: 767px) and (max-width: 350px) {
    .company-summary {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media only screen and (max-width: 767px) {
      .company-summary .title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 55px;
        line-height: 2.75em;
        margin: 0 -10px 23px; } }
    @media only screen and (max-width: 767px) and (max-width: 370px) {
      .company-summary .title {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 767px) and (max-width: 350px) {
      .company-summary .title {
        font-size: 17px;
        font-size: 1.7rem; } }
  @media only screen and (max-width: 767px) {
      .company-summary .pic {
        max-width: 206px;
        margin: 20px auto 0; } }

.section-common-blog .blog-btn .cmn-btn.btn-bg-blue {
  text-align: center;
  padding-left: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.company-download {
  position: relative;
  overflow: hidden;
  height: 258px;
  text-align: center;
  background: url("../../img/company/img_banner.jpg") no-repeat 50% 0;
  background-size: cover;
  color: #fff; }
  .company-download .download-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%; }
  .company-download .download-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 4px 0 45px; }
  .company-download .cmn-btn02 a {
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .company-download .cmn-btn02 a span {
      padding-right: 9px; }
      .company-download .cmn-btn02 a span:after {
        display: none;
        background: none; }
    .company-download .cmn-btn02 a .cmn-arr {
      right: 23px;
      width: 22px; }
  @media only screen and (max-width: 767px) {
    .company-download {
      display: none !important; } }

/*-----------------------------------------------------------
Advantages
-------------------------------------------------------------*/
.section-advantages {
  margin-bottom: 77px; }
  @media only screen and (max-width: 767px) {
    .section-advantages {
      margin-bottom: 100px; } }
  @media print, (min-width: 768px) {
    .section-advantages .cmn-ttl3 {
      margin: 0 0 72px 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 1100px) {
    .section-advantages .cmn-ttl3 {
      margin-left: 0; } }

  @media only screen and (max-width: 767px) {
    .section-advantages .cmn-ttl3 {
      margin-bottom: 52px; } }

@media print, (min-width: 768px) {
  .block-advantages .advantages-box {
    min-height: 215px; }
    .block-advantages .advantages-box:before, .block-advantages .advantages-box:after {
      content: " ";
      display: table; }
    .block-advantages .advantages-box:after {
      clear: both; }
    .block-advantages .advantages-box:not(:last-child) {
      margin-bottom: 33px; }
    .block-advantages .advantages-box:nth-child(2) {
      margin-bottom: 44px; }
      .block-advantages .advantages-box:nth-child(2) .box-user {
        padding-top: 17px; }
    .block-advantages .advantages-box:nth-child(4) .box-user {
      padding-top: 29px; } }
@media only screen and (max-width: 767px) {
  .block-advantages .advantages-box {
    margin-bottom: 44px; }
    .block-advantages .advantages-box:first-child {
      margin-bottom: 24px; }
    .block-advantages .advantages-box:nth-child(3) {
      margin-bottom: 47px; } }
.block-advantages .title-box {
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 25px; }
  .block-advantages .title-box:before, .block-advantages .title-box:after {
    content: " ";
    display: table; }
  .block-advantages .title-box:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .block-advantages .title-box {
      margin-bottom: 22px; } }
  .block-advantages .title-box .numb {
    display: block;
    float: left;
    font-family: 'Alata', sans-serif;
    color: #084888;
    font-size: 30px;
    font-size: 3rem;
    line-height: 34px;
    line-height: 1.1333333333em;
    letter-spacing: 0em;
    font-weight: normal;
    width: 41px;
    margin: -2px 0 0 2px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .block-advantages .title-box .numb {
        margin-top: -4px; } }
    @media only screen and (max-width: 767px) {
      .block-advantages .title-box .numb {
        width: 34px;
        margin-left: 0; } }
  .block-advantages .title-box .txt {
    display: block;
    padding-left: 41px; }
    @media only screen and (max-width: 767px) {
      .block-advantages .title-box .txt {
        padding-left: 34px;
        letter-spacing: 0.05em; } }
.block-advantages .desc {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 2em;
  letter-spacing: 0.05em;
  word-break: break-all; }
  @media only screen and (max-width: 767px) {
    .block-advantages .desc {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.8; } }
.block-advantages .tooltip {
  float: left;
  position: relative;
  overflow: hidden;
  width: 244px;
  background: url("../../img/company/bg_frame_top.png") no-repeat 0 0;
  background-size: auto 16px;
  padding: 16px 0 30px; }
  .block-advantages .tooltip:before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("../../img/company/bg_frame_bottom.png") no-repeat left bottom;
    background-size: 100% 100%; }
  .block-advantages .tooltip-inner {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.35;
    position: relative;
    padding: 3px 16px 1px 22px;
    background: url("../../img/company/bg_frame.png") repeat-y 0 0;
    background-size: auto 10px; }
.block-advantages .img-user {
  float: right;
  text-align: right; }
  .block-advantages .img-user span {
    display: inline-block; }
  @media print, (min-width: 768px) {
    .block-advantages .img-user {
      margin-top: -85px; }
      .block-advantages .img-user span {
        width: 208px;
        text-align: center; }
      .block-advantages .img-user.is-women {
        margin-top: -94px; } }
  @media print and (max-width: 900px), (min-width: 768px) and (max-width: 900px) {
    .block-advantages .img-user {
      margin-top: -60px; }
      .block-advantages .img-user span {
        width: 70%; } }

  @media only screen and (max-width: 767px) {
    .block-advantages .img-user {
      margin: -85px -33px 0 0; }
      .block-advantages .img-user span {
        max-width: 178px; }
      .block-advantages .img-user.is-women {
        margin: 0 -20px 0 0;
        width: 31%; }
        .block-advantages .img-user.is-women span {
          max-width: 101px; } }
  @media only screen and (max-width: 767px) and (max-width: 370px) {
    .block-advantages .img-user.is-men {
      width: 50%; } }
  @media only screen and (max-width: 767px) and (max-width: 350px) {
    .block-advantages .img-user {
      margin-top: 0; } }

@media print, (min-width: 768px) {
  .block-advantages .box-info {
    float: left;
    width: calc(100% - 444px);
    padding-left: 35px; } }
  @media print and (max-width: 1100px), (min-width: 768px) and (max-width: 1100px) {
    .block-advantages .box-info {
      padding-left: 0; } }
  @media print and (max-width: 900px), (min-width: 768px) and (max-width: 900px) {
    .block-advantages .box-info {
      width: calc(100% - 370px); } }

@media only screen and (max-width: 767px) {
  .block-advantages .box-info {
    margin-bottom: 29px; } }
.block-advantages .box-user {
  position: relative; }
  .block-advantages .box-user:before, .block-advantages .box-user:after {
    content: " ";
    display: table; }
  .block-advantages .box-user:after {
    clear: both; }
  @media print, (min-width: 768px) {
    .block-advantages .box-user {
      float: right;
      width: 398px;
      padding-top: 7px; } }
  @media print and (max-width: 900px), (min-width: 768px) and (max-width: 900px) {
    .block-advantages .box-user {
      width: 340px; } }

  @media only screen and (max-width: 767px) {
    .block-advantages .box-user {
      max-width: 335px;
      margin: 0 auto; } }

/*-----------------------------------------------------------
Flow
-------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .section-flow .cmn-ttl3 .txt-en {
    margin-bottom: 6px; }
    .section-flow .cmn-ttl3 .txt-en span {
      padding-right: 10px; } }
.section-flow .flow-container {
  background: #fff url("../../img/company/bg_flow.png") no-repeat 50% 0;
  background-size: 100% auto;
  padding: 80px 0 140px; }
  @media only screen and (max-width: 767px) {
    .section-flow .flow-container {
      padding: 35px 0 74px;
      background-image: url("../../img/company/bg_flow_sp.png"); } }
.section-flow .flow-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 46px 49px 0 60px;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .section-flow .flow-wrap {
      padding: 28px 25px 0; } }
  @media only screen and (max-width: 350px) {
    .section-flow .flow-wrap {
      padding-left: 15px;
      padding-right: 15px; } }
.section-flow .flow-item {
  background: url("../../img/common/bg_dot.png") repeat-x left bottom;
  background-size: auto 1px;
  padding: 16px 0 15px; }
  @media only screen and (max-width: 767px) {
    .section-flow .flow-item {
      padding: 16px 0 13px; } }
  .section-flow .flow-item:first-child {
    padding-top: 0; }
  @media print, (min-width: 768px) {
    .section-flow .flow-item:last-child {
      background: none;
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .section-flow .flow-item:last-child {
      padding-bottom: 16px; } }
  @media print, (min-width: 768px) {
    .section-flow .flow-item.is-attention {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .section-flow .flow-item.is-attention .row-heading {
        width: 51%; }
      .section-flow .flow-item.is-attention .desc {
        width: 48.3%; } }
  .section-flow .flow-item.is-cover {
    padding: 16px 0 13px; }
    .section-flow .flow-item.is-cover .flow-step {
      background: #F0A10B;
      width: 74px;
      height: 74px;
      font-size: 17px;
      font-size: 1.7rem; }
      .section-flow .flow-item.is-cover .flow-step .numb {
        font-size: 30px;
        font-size: 3rem; }
    .section-flow .flow-item.is-cover .flow-title {
      color: #F0A10B;
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 1.5em; }
      .section-flow .flow-item.is-cover .flow-title:before {
        display: none; }
      .section-flow .flow-item.is-cover .flow-title .img {
        display: block;
        margin: -1px 0 5px -4px; }
    .section-flow .flow-item.is-cover.flow-item07 {
      padding-bottom: 18px; }
      .section-flow .flow-item.is-cover.flow-item07 .flow-title {
        padding-left: 21px; }
        .section-flow .flow-item.is-cover.flow-item07 .flow-title .img {
          margin: 2px 0 8px -9px; }
    @media only screen and (max-width: 767px) {
      .section-flow .flow-item.is-cover {
        padding-top: 20px; }
        .section-flow .flow-item.is-cover.flow-item07 {
          padding: 16px 0 13px; } }
    @media only screen and (max-width: 350px) {
      .section-flow .flow-item.is-cover .flow-title {
        font-size: 18px;
        font-size: 1.8rem; } }
.section-flow .row-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.section-flow .flow-step {
  display: block;
  text-align: center;
  width: 58px;
  height: 58px;
  background: #084888;
  color: #fff;
  text-align: center;
  font-family: 'Alata', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding: 0 0 6px 4px; }
  .section-flow .flow-step > * {
    vertical-align: middle;
    display: inline-block; }
  .section-flow .flow-step:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0;
    display: inline-block; }
  .section-flow .flow-step .numb {
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 26px;
    line-height: 1.04em;
    letter-spacing: 0.05em;
    margin-left: -4px; }
.section-flow .flow-title {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 58px);
  text-align: left; }
  .section-flow .flow-title > * {
    vertical-align: middle;
    display: inline-block; }
  .section-flow .flow-title:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0;
    display: inline-block; }
  @media only screen and (max-width: 350px) {
    .section-flow .flow-title {
      padding-left: 10px;
      font-size: 16px;
      font-size: 1.6rem; } }
.section-flow .desc {
  font-family: 'Alata', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    .section-flow .desc {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 18px;
      line-height: 1.3846153846em;
      margin: 13px -10px 5px 0; } }
.section-flow .box-after-sales {
  background: #fff;
  border: 3px solid #F0A10B;
  max-width: 690px;
  margin: 59px auto 0;
  padding: 24px 20px 21px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold; }
  @media print {
    .section-flow .box-after-sales {
      margin-top: 70px; } }
  @media only screen and (max-width: 767px) {
    .section-flow .box-after-sales {
      max-width: 100%;
      margin-top: 42px;
      padding: 15px 20px 19px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 23px;
      line-height: 1.7692307692em;
      letter-spacing: 0.009em;
      text-align: left; } }
  @media only screen and (max-width: 350px) {
    .section-flow .box-after-sales {
      padding-left: 15px;
      padding-right: 15px; } }
  .section-flow .box-after-sales .title {
    color: #F0A10B;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-flow .box-after-sales .title {
        margin-bottom: 12px;
        letter-spacing: 0.009em; } }
    @media only screen and (max-width: 370px) {
      .section-flow .box-after-sales .title {
        font-size: 23px;
        font-size: 2.3rem; } }
    @media only screen and (max-width: 350px) {
      .section-flow .box-after-sales .title {
        font-size: 21px;
        font-size: 2.1rem; } }
    .section-flow .box-after-sales .title span {
      display: inline-block;
      min-height: 44px;
      position: relative;
      padding: 2px 0 0 74px; }
      .section-flow .box-after-sales .title span:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 58px;
        height: 44px;
        background: url("../../img/company/img_shakehands.svg") 0 0/cover no-repeat; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section-flow .box-after-sales .title span {
          padding-top: 6px; } }
      @media only screen and (max-width: 767px) {
        .section-flow .box-after-sales .title span {
          padding: 62px 0 0; }
          .section-flow .box-after-sales .title span:before {
            left: 50%;
            margin-left: -29px; } }

#footer .company-download {
  display: block; }

@media print {
  .cmn-box-intro {
    margin: 60px 0 120px; }
    .cmn-box-intro .box-info {
      padding-left: 20px; }
      .cmn-box-intro .box-info .title-jp {
        font-size: 21px;
        font-size: 2.1rem; }
        .cmn-box-intro .box-info .title-jp br {
          display: none; }
      .cmn-box-intro .box-info .desc {
        font-size: 13px;
        font-size: 1.3rem; }
        .cmn-box-intro .box-info .desc br {
          display: none; }
    .cmn-box-intro .box-image {
      width: 49.5%; }

  .cmn-list-service {
    margin-top: 30px; }
    .cmn-list-service .item-heading {
      padding-left: 20px;
      font-size: 18px;
      font-size: 1.8rem;
      width: 34%; }
    .cmn-list-service .item-desc {
      padding-bottom: 10px; }

  .block-mark .mark-title {
    font-size: 25px;
    font-size: 2.5rem; }
  .block-mark .mark-list {
    padding-left: 20px; }
    .block-mark .mark-list li:after {
      background-image: url("../../img/common/icon/ico_checkmark.png"); }

  .company-summary {
    font-size: 17px;
    font-size: 1.7rem; }
    .company-summary .title {
      font-size: 21px;
      font-size: 2.1rem; }
    .company-summary .pic {
      top: 15%;
      right: 0;
      max-width: 130px; }

  .section-flow .flow-container {
    padding-bottom: 180px; } }
  @media print {
    .section-flow .flow-container {
      padding-bottom: 60px; } }
@media print {
  .section-flow .flow-wrap {
    padding-top: 80px; }

  .section-common-case .case-btn {
    margin-top: 140px; } }

/*# sourceMappingURL=company.min.css.map */
