@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

sub {
  font-size: 10px;
  vertical-align: sub;
}

div {
  line-height: 0;
}

ul li, ol li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: "メイリオ", Meiryo, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
  color: inherit;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

iframe {
  border: 0;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.businessPage {
  font-size: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .businessPage {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .businessPage {
    padding-bottom: 60px;
    padding-top: 80px!important;
  }
}
.businessPage * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
}
.businessPage img {
  max-width: 100%;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .businessPage img {
    width: 100%;
    height: auto;
  }
}
.businessPage .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .businessPage .container {
    padding: 0 3%;
  }
}
.businessPage .btnWhite {
  font-size: 1.2em;
  width: 160px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  position: relative;
  line-height: 1.75;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (max-width: 767px) {
  .businessPage .btnWhite {
    width: 116px;
    height: 27px;
  }
}
@media print, screen and (min-width: 768px) {
  .is-view-pc .businessPage .btnWhite:hover {
    background: #eaeff3;
  }
}
.businessPage .btnWhite:after {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='19px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(250, 190, 0)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill-opacity='0' fill='rgb(250, 190, 0)' d='M2.000,2.001 L9.000,8.999 L2.000,16.001 '/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .businessPage .btnWhite:after {
    right: 6px;
    height: 13px;
    width: 13px;
  }
}
.businessPage .btnWhite.btnBig {
  width: 352px;
  height: 60px;
  font-size: 1.4em;
  border: 1px solid #bac3c8;
}
@media screen and (max-width: 767px) {
  .businessPage .btnWhite.btnBig {
    width: 100%;
    max-width: 280px;
    height: 51px;
    margin: 0 auto;
  }
}
.businessPage .btnCenter {
  margin: 0 auto;
}
.businessPage .btnBorder {
  border: 1px solid #d3d3d3;
}
.businessPage .textLink01 {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: underline;
  line-height: 1.3em;
}
.businessPage .textLink01[target=_blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  line-height: 1;
  background: url("../../img/common/icon-external.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .is-view-pc .businessPage .textLink01:hover {
    text-decoration: none;
  }
}
.businessPage .iconLink {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 1;
}
.businessPage .iconLink:after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: right center;
  height: 18px;
  width: 18px;
  right: 0.8em;
  position: absolute;
  bottom: 0.8em;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='19px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(250, 190, 0)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill-opacity='0' fill='rgb(250, 190, 0)' d='M2.000,2.001 L9.000,8.999 L2.000,16.001 '/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .businessPage .iconLink:after {
    bottom: 1em;
    height: 13px;
    width: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .is-view-pc .businessPage .iconLink:hover {
    opacity: 0.7;
  }
}
.businessPage .businessTtl {
  position: relative;
  margin-bottom: 4.7em;
}
@media screen and (max-width: 767px) {
  .businessPage .businessTtl {
    margin-bottom: 2.3em;
  }
}
.businessPage .businessTtl .businessEngttl {
  display: block;
  position: relative;
}
.businessPage .businessTtl .businessJpttl {
  font-size: 1.8em;
  line-height: 1.1666666667;
  display: block;
  padding-left: 0.9em;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .businessPage .businessTtl .businessJpttl {
    font-size: 1.2em;
    margin-top: 0.9em;
  }
}
.businessPage .commonNewsList01 {
  border-top: 1px solid #b9c3c8;
  padding-top: 15px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .businessPage .commonNewsList01 {
    padding-top: 10px;
  }
}
.businessPage .commonNewsList01 li {
  position: relative;
  padding-left: 10em;
  border-bottom: 1px dotted #b9c3c8;
  line-height: 1.7;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .businessPage .commonNewsList01 li {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
}
.businessPage .commonNewsList01 li:last-child {
  padding-bottom: 10px;
}
.businessPage .commonNewsList01 li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.businessPage .commonNewsList01 li .date {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .businessPage .commonNewsList01 li .date {
    position: relative;
    margin: 0;
    top: inherit;
    right: inherit;
    line-height: 1.3;
    display: block;
  }
}
.businessPage .commonNewsList02 {
  border-top: 1px solid #b9c3c8;
  padding-top: 15px;
  font-size: 1.4em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .businessPage .commonNewsList02 {
    padding-top: 8px;
  }
}
.businessPage .commonNewsList02 li {
  position: relative;
  border-bottom: 1px dotted #b9c3c8;
  line-height: 1.7;
}
.businessPage .commonNewsList02 li:last-child {
  padding-bottom: 10px;
}
.businessPage .commonNewsList02 li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.businessPage .commonNewsList02 li .category {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 12px;
  padding: 5px 6px 3px;
  min-width: 70px;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #1ba9c0;
  font-size: 12px;
}
.businessPage .commonNewsList02 li .category02 {
  background: #fc9219;
}
.businessPage .commonNewsList02 li .date {
  display: inline-block;
  line-height: 1.7;
}
.businessPage .commonNewsList02 li .content {
  display: block;
  padding-top: 3px;
  line-height: 1.7;
}
.businessPage .commonTitle03 {
  padding-bottom: 20px;
  font-size: 3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .businessPage .commonTitle03 {
    text-align: left;
    font-size: 2em;
    padding-bottom: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .businessPage .commonTitle03.center {
    text-align: center;
  }
}
.businessPage .commonTitle03 span {
  display: inline-block;
  position: relative;
  padding: 2px 0 0 36px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .businessPage .commonTitle03 span {
    padding: 3px 0 0 26px;
  }
}
.businessPage .commonTitle03 span:before {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  font-weight: bold;
  color: #fabe00;
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}
.businessPage .commonTitle03 a {
  color: #000;
}
.businessPage .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.businessPage .slick-dots li {
  margin: 0 5px;
  line-height: 0;
}
.businessPage .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #bac3c8;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0;
}
.businessPage .slick-dots li.slick-active button {
  background-color: #fabe00;
}
.businessPage .slick-arrow {
  position: relative;
  width: 20px;
  height: 18px;
  font-size: 0;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='36px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(115, 135, 146)' stroke-width='4px' stroke-linecap='butt' stroke-linejoin='miter' fill-opacity='0' fill='rgb(0, 0, 0)' d='M18.401,29.700 L5.475,16.780 L18.401,3.862 '/%3E%3C/svg%3E");
}
.businessPage .slick-arrow.slickNext {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='36px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(115, 135, 146)' stroke-width='4px' stroke-linecap='butt' stroke-linejoin='miter' fill-opacity='0' fill='rgb(0, 0, 0)' d='M4.068,3.862 L16.994,16.783 L4.068,29.700 '/%3E%3C/svg%3E");
}
.businessPage .slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
  position: relative;
  z-index: 55;
}
.businessPage .mvArea {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .businessPage .mvArea {
    margin-top: 2em;
  }
}
.businessPage .mvArea a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media print, screen and (min-width: 768px) {
  .is-view-pc .businessPage .mvArea a:hover {
    opacity: 0.7;
  }
}
.businessPage .mvArea .btnWhite {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 33;
  width: 220px;
  height: 60px;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .businessPage .mvArea .btnWhite {
    width: 240px;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .businessPage .mvArea .btnWhite:after {
    width: 13px;
    height: 13px;
  }
}
.businessPage .topicArea {
  padding-top: 6.3em;
  /*padding-bottom: 6.1em;*/
  position: relative;
}
@media screen and (max-width: 767px) {
  .businessPage .topicArea {
    padding-top: 4.1em;
    padding-bottom: 4.1em;
  }
}
.businessPage .topicArea:before {
  content: "";
  position: absolute;
  left: 19.2em;
  background-image: url(../../img/top/bg-01.png);
  background-position: top left;
  background-repeat: repeat;
  top: -160px;
  bottom: -50px;
  width: 5000px;
}
@media screen and (max-width: 767px) {
  .businessPage .topicArea:before {
    top: -50px;
    left: -15px;
    right: -15px;
    background-size: 3px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .topicArea .businessTtl .businessJpttl {
    padding: 0;
    text-align: center;
  }
}
.businessPage .topicArea .slick-list {
  overflow: inherit;
}
.businessPage .businessGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .businessPage .businessGrid {
    display: block;
  }
}
.businessPage .businessGridLeft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 288px;
          flex: 0 0 288px;
  width: 288px;
}
@media screen and (max-width: 767px) {
  .businessPage .businessGridLeft {
    width: 100%;
  }
}
.businessPage .businessGridRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  .businessPage .topicsArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.7em -1.8em 0 -1.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .businessPage .topicsArea {
    margin: 0.7em -0.8em 0 -0.8em;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .topicsArea {
    padding-left: 17%;
    padding-right: 17%;
  }
}
@media print, screen and (min-width: 768px) {
  .businessPage .topicsAreaItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.333%;
    padding: 0 1.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .businessPage .topicsAreaItem {
    padding: 0 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .topicsAreaItem {
    padding: 0 9px;
  }
}
.businessPage .topicsAreaItem a {
  display: block;
  background-color: #fff;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .is-view-pc .businessPage .topicsAreaItem a:hover img {
    opacity: 0.7;
  }
  .is-view-pc .businessPage .topicsAreaItem a:hover .topicsAreaTtl {
    text-decoration: underline;
  }
}
.businessPage .topicsAreaItem a img {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.businessPage .topicsAreaTtl {
  display: block;
  font-size: 1.2em;
  line-height: 1.75;
  padding: 0.7em 1.8em 1.7em 1.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .businessPage .topicsAreaTtl {
    font-size: 1.1em;
    padding: 0.7em 1.1em 1.7em 1.1em;
  }
}
.businessPage .topicsAreaTtl:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='19px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(250, 190, 0)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill-opacity='0' fill='rgb(250, 190, 0)' d='M2.000,2.001 L9.000,8.999 L2.000,16.001 '/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .businessPage .topicsArea .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.businessPage .topicsArea .slick-track .slick-slide {
  height: inherit !important;
}
@media screen and (max-width: 767px) {
  .businessPage .topicsArea > .topicsAreaItem:not(:first-child) {
    display: none;
  }
}
.businessPage .listArea .attention {
  position: relative;
  margin-top: 3rem;
  padding: 15px;
  border: 1px solid #b9c3c8;
  background: #eaeff3;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .businessPage .listArea .attention {
    padding: 12px 10px;
  }
}
.businessPage .listArea .attention > p {
  position: absolute;
  top: 23px;
  left: 15px;
  padding-left: 36px;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .businessPage .listArea .attention > p {
    position: relative;
    top: inherit;
    left: inherit;
    font-size: 1.4em;
    margin-bottom: 16px;
    padding-left: 28px;
  }
}
.businessPage .listArea .attention > p:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../../img/common/icon-exclamation.png") no-repeat;
}
@media screen and (max-width: 767px) {
  .businessPage .listArea .attention > p:before {
    top: -6px;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 100%, 100%;
  }
}
.businessPage .listArea .attention .commonNewsList01 {
  border-top: none;
  padding: 0 0 0 160px;
}
@media screen and (max-width: 767px) {
  .businessPage .listArea .attention .commonNewsList01 {
    padding-left: 0;
  }
}
.businessPage .listArea .attention .commonNewsList01 li {
  padding-left: 11em;
}
@media screen and (max-width: 767px) {
  .businessPage .listArea .attention .commonNewsList01 li {
    padding-left: 15px;
  }
}
.businessPage .listArea .attention .commonNewsList01 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.businessPage .listArea .attention .commonNewsList01 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fabe00;
}
.businessPage .listArea .attention .commonNewsList01 li .date {
  left: 1em;
}
@media screen and (max-width: 767px) {
  .businessPage .listArea .attention .commonNewsList01 li .date {
    display: block;
    position: static;
    padding-right: 1em;
    margin: 0 0 0.5em 0;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .listArea .attention .commonNewsList01 li .content .textLink01 {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: underline;
    line-height: 1.3em;
  }
}
.businessPage .introArea {
  background-color: #133664;
  padding-top: 6.5em;
  padding-bottom: 8em;
  margin-top: 8.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .businessPage .introArea {
    padding-top: 4em;
    padding-bottom: 5em;
    margin-top: 4em;
  }
}
.businessPage .introAreaTtl {
  text-align: center;
}
.businessPage .introAreaSub {
  color: white;
  text-align: center;
  font-size: 2.2em;
  margin-top: 1.5em;
  font-weight: bold;
  margin-bottom: 2.3em;
}
@media screen and (max-width: 767px) {
  .businessPage .introAreaSub {
    font-size: 1.6em;
    line-height: 1.8125;
    margin-bottom: 1.4em;
  }
}
.businessPage .introAreaSub b {
  color: #133664;
  font-size: 90%;
  padding: 0.4em;
  background-color: #fabe00;
  display: inline-block;
  margin: 0 0.6em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .businessPage .introAreaSub b {
    font-size: 88%;
    margin: 0 0.7em;
  }
}
.businessPage .introAreaSub span {
  display: block;
  margin-top: 0.8em;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .businessPage .introAreaSub span {
    margin-top: 0.6em;
  }
}
.businessPage .introAreaGird {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1.5em;
}
@media screen and (max-width: 767px) {
  .businessPage .introAreaGird {
    display: block;
    margin: 0;
  }
}
.businessPage .introAreaItem {
  padding: 0 1.5em;
  width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
@media screen and (max-width: 767px) {
  .businessPage .introAreaItem {
    width: 100%;
    padding: 0 4%;
    margin: 0 0 2em 0;
  }
}
.businessPage .introAreaItem .image img {
  width: 100%;
}
.businessPage .introAreaItem a {
  display: block;
  background-color: #fff;
  position: relative;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.businessPage .introAreaItem a .image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.businessPage .introAreaItem a .info {
  padding: 1.5em 2em 2.4em 2em;
}
@media screen and (max-width: 767px) {
  .businessPage .introAreaItem a .info {
    padding: 1.6em 2em 3.4em 2em;
  }
}
.businessPage .introAreaItem a h3 {
  font-size: 2em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0 -1em 0.5em -1em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .businessPage .introAreaItem a h3 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .introAreaItem a h3 {
    font-size: 1.9em;
  }
}
.businessPage .introAreaItem a p {
  font-size: 1.3em;
  line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
  .businessPage .introAreaItem a p {
    font-size: 1.4em;
    line-height: 1.6071428571;
  }
}
@media print, screen and (min-width: 768px) {
  .businessPage .introAreaItem.introAreaItemFull {
    width: 670px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 670px;
            flex: 0 0 670px;
    margin-top: 3.2em;
  }
  .businessPage .introAreaItem.introAreaItemFull a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .businessPage .introAreaItem.introAreaItemFull a:after {
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .businessPage .introAreaItem.introAreaItemFull .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
    width: 0 0 270px;
  }
  .businessPage .introAreaItem.introAreaItemFull .info {
    padding: 2.5em 4.2em 2.4em 3em;
  }
  .businessPage .introAreaItem.introAreaItemFull .info h3 {
    text-align: left;
    margin: 0 0 0.5em;
    font-size: 1.7em;
  }
}
.businessPage .introAreaBtn {
  text-align: center;
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .businessPage .introAreaBtn {
    margin-top: 4em;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.businessPage .solveArea {
  background-color: #f5f8fa;
  position: relative;
  padding-top: 7.3em;
  padding-bottom: 10em;
}
@media screen and (max-width: 767px) {
  .businessPage .solveArea {
    padding-top: 4.4em;
    padding-bottom: 6em;
  }
}
.businessPage .solveArea:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f5f8fa;
  border-width: 15px;
  margin-left: -15px;
}
.businessPage .solveAreaTtl {
  text-align: center;
  margin: 0 0 4.1em 0;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaTtl {
    margin: 0 0 1.6em 0;
  }
}
.businessPage .solveAreaTtl span {
  display: block;
  font-size: 1.8em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaTtl span {
    font-size: 1.4em;
  }
}
.businessPage .solveAreaTtl b {
  font-weight: bold;
  display: block;
  font-size: 3.6em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaTtl b {
    font-size: 2.6em;
    margin-top: 0.2em;
  }
}
.businessPage .solveAreaGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5em;
}
@media print, screen and (min-width: 768px) {
  .businessPage .solveAreaGrid {
    background-image: url(../../img/top/bg-solution.png);
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .businessPage .solveAreaGrid {
    background-size: 45%;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaGrid {
    margin: 0 -0.6em;
  }
}
.businessPage .solveAreaItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  width: 33.333%;
  padding: 0 1.5em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 0 0.6em;
    margin-bottom: 1.6em;
  }
}
.businessPage .solveAreaItem a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.businessPage .solveAreaItem a.blue .imageWrap {
  background-image: url(../../img/top/bg-blue.png);
}
.businessPage .solveAreaItem a.blue .info ul li:before {
  background-color: #0fabe6;
}
.businessPage .solveAreaItem a.orange .imageWrap {
  background-image: url(../../img/top/bg-orange.png);
}
.businessPage .solveAreaItem a.orange .info ul li:before {
  background-color: #d38841;
}
.businessPage .solveAreaItem a.brown .imageWrap {
  background-image: url(../../img/top/bg-brown.png);
}
.businessPage .solveAreaItem a.brown .info ul li:before {
  background-color: #a99969;
}
.businessPage .solveAreaItem a.violet .imageWrap {
  background-image: url(../../img/top/bg-violet.png);
}
.businessPage .solveAreaItem a.violet .info ul li:before {
  background-color: #6d6bb0;
}
.businessPage .solveAreaItem a.green .imageWrap {
  background-image: url(../../img/top/bg-green.png);
}
.businessPage .solveAreaItem a.green .info ul li:before {
  background-color: #b8c259;
}
.businessPage .solveAreaItem a.greendark .imageWrap {
  background-image: url(../../img/top/bg-greendark.png);
}
.businessPage .solveAreaItem a.greendark .info ul li:before {
  background-color: #608c56;
}
.businessPage .solveAreaItem a.bluedark .imageWrap {
  background-image: url(../../img/top/bg-bluedark.png);
}
.businessPage .solveAreaItem a.bluedark .info ul li:before {
  background-color: #0881a5;
}
.businessPage .solveAreaItem .imageWrap {
  background-image: url(../../img/top/bg-greenlight.png);
  background-size: cover;
  color: #fff;
  padding: 2.8em 2.7em 2.2em 2.7em;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaItem .imageWrap {
    padding: 1.8em 1em 0.8em 1em;
    background-size: 100% 100%;
  }
}
.businessPage .solveAreaItem .imageWrap p {
  font-size: 1.5em;
  line-height: 1.4666666667;
  margin-left: -6px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaItem .imageWrap p {
    font-size: 1.1em;
    line-height: 1.2727272727;
    margin-left: 0px;
  }
}
.businessPage .solveAreaItem .imageWrap .imageChild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.businessPage .solveAreaItem .imageWrap .imageChild > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7em;
          flex: 0 0 7em;
  width: 7em;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaItem .imageWrap .imageChild > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31px;
            flex: 0 0 31px;
    width: 31px;
  }
}
.businessPage .solveAreaItem .imageWrap .imageChild h3 {
  font-size: 2em;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .businessPage .solveAreaItem .imageWrap .imageChild h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaItem .imageWrap .imageChild h3 {
    font-size: 1.4em;
    line-height: 1.2142857143;
  }
}
.businessPage .solveAreaItem .info {
  padding: 2em 2em 2.5em 2em;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaItem .info {
    padding: 1.3em 1em 1.8em 0.8em;
  }
}
.businessPage .solveAreaItem .info ul li {
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  color: #000000;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaItem .info ul li {
    font-size: 1.1em;
    line-height: 1.4545454545;
    padding-left: 12px;
  }
}
.businessPage .solveAreaItem .info ul li + li {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaItem .info ul li + li {
    margin-top: 0.3em;
  }
}
.businessPage .solveAreaItem .info ul li:before {
  position: absolute;
  position: absolute;
  left: 2px;
  top: 1px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #49b9ac;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaItem .info ul li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}
.businessPage .solveAreaItem .info ul li span {
  display: block;
  font-size: 93%;
  line-height: 1.6923076923;
  font-weight: normal;
  margin-top: 1px;
}
.businessPage .solveAreaBtn {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .businessPage .solveAreaBtn {
    margin-top: 2em;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.businessPage .businessBnr {
  margin-top: 10em;
  padding: 3em;
  margin-left: 9em;
  margin-right: 9em;
  background: url(../../img/top/bg-01.png) repeat top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .businessPage .businessBnr {
    display: block;
    margin-top: 5em;
    padding: 3.2em 2em 2em 2em;
    margin-left: 0em;
    margin-right: 0;
    background-size: 3px;
  }
}
.businessPage .businessBnrInfo {
  font-size: 2em;
  line-height: 1.5833333333;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .businessPage .businessBnrInfo {
    font-size: 1.8em;
    line-height: 1.4444444444;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 2em;
  }
}
.businessPage .businessBnrImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .businessPage .businessBnrImg {
    width: 78%;
    margin: 0 auto;
  }
}
.businessPage .businessBnrImg a {
  background-color: #fff;
  border: 3px solid #104ba1;
  height: 100%;
  text-align: center;
  padding: 4.7em;
  display: block;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (max-width: 767px) {
  .businessPage .businessBnrImg a {
    padding: 2.7em 4em 2.3em 4em;
  }
}
@media print, screen and (min-width: 768px) {
  .is-view-pc .businessPage .businessBnrImg a:hover {
    opacity: 0.7;
  }
}
.businessPage .businessBnrImg a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../img/top/icon_blank.png) no-repeat;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .businessPage .businessBnrImg a:after {
    width: 8px;
    height: 8px;
    background-size: contain;
    bottom: 6px;
    right: 3px;
  }
}
.businessPage .caseArea {
  padding-bottom: 10em;
  padding-top: 9em;
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea {
    padding-bottom: 5em;
    padding-top: 5em;
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media print, screen and (min-width: 768px) {
  .businessPage .caseArea .businessGridLeft {
    padding-bottom: 8em;
  }
}
.businessPage .caseArea .caseAreaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em -1.2em 0 -1.2em;
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaList {
    display: block;
    margin: 4.5em 0 0 0;
  }
}
.businessPage .caseArea .caseAreaBtn {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .businessPage .caseArea .caseAreaBtn {
    position: absolute;
    bottom: 0;
    width: 220px;
    z-index: 99;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaBtn {
    margin-top: 3.4em;
  }
}
.businessPage .caseArea .caseAreaBtn .btnWhite.btnBig {
  width: 100%;
}
.businessPage .caseArea .caseAreaItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  width: 33.333%;
  padding: 0 1.2em;
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaItem {
    width: 100%;
    padding: 0 0 2em 0;
    border-bottom: 1px solid #bac3c8;
    margin-bottom: 2em;
  }
}
.businessPage .caseArea .caseAreaItem a {
  display: block;
  color: inherit;
}
.businessPage .caseArea .caseAreaItem a img {
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 1;
}
.businessPage .caseArea .caseAreaItem a.iconLink:after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaItem a.iconLink:after {
    bottom: 4px;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .is-view-pc .businessPage .caseArea .caseAreaItem a:hover img {
    opacity: 0.7;
  }
  .is-view-pc .businessPage .caseArea .caseAreaItem a:hover h3, .is-view-pc .businessPage .caseArea .caseAreaItem a:hover p:not(:last-child) {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.businessPage .caseArea .caseAreaItem .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaItem .image {
    width: 39%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaItem .info {
    width: 61%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61%;
            flex: 0 0 61%;
    padding-left: 1.8em;
    margin-top: -5px;
  }
}
.businessPage .caseArea .caseAreaItem h3 {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaItem h3 {
    margin-top: 0;
  }
}
.businessPage .caseArea .caseAreaItem p {
  font-size: 1.3em;
  line-height: 1.6153846154;
}
.businessPage .caseArea .caseAreaItem p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaItem p + p {
    margin-top: 0.2em;
  }
}
.businessPage .caseArea .caseAreaItem small {
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .businessPage .caseArea .caseAreaItem small {
    padding-right: 10px;
  }
}
.businessPage .newsArea {
  position: relative;
  padding-top: 8em;
  padding-bottom: 8em;
}
@media screen and (max-width: 767px) {
  .businessPage .newsArea {
    padding-top: 6.4em;
    padding-bottom: 4em;
  }
}
.businessPage .newsArea:before {
  content: "";
  position: absolute;
  right: 42%;
  background-image: url(../../img/top/bg-01.png);
  background-position: top left;
  background-repeat: repeat;
  top: 0;
  bottom: 400px;
  width: 5000px;
}
@media screen and (max-width: 767px) {
  .businessPage .newsArea:before {
    bottom: inherit;
    right: -20px;
    left: -20px;
    height: 220px;
    background-size: 3px;
  }
}
.businessPage .newsArea > * {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .businessPage .newsArea .businessTtl {
    text-align: left;
  }
}
.businessPage .newsAreaGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .businessPage .newsAreaGrid {
    display: block;
    margin-top: 3em;
  }
}
.businessPage .newsAreaCol {
  width: calc(50% - 15px);
  padding: 30px 30px 20px;
  border: 1px solid #b9c3c8;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .businessPage .newsAreaCol {
    width: 100%;
    border: none;
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .newsAreaCol ~ .newsAreaCol {
    padding-top: 16px;
  }
}
.businessPage .newsAreaCol h3 {
  padding-bottom: 0.6em;
  line-height: 1.4;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .businessPage .newsAreaCol h3 {
    padding-bottom: 0.3em;
  }
}
.businessPage .newsAreaColBtn {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .businessPage .newsAreaColBtn {
    margin-top: 1em;
  }
}
.businessPage .newsAreaColBtn .btnWhite {
  width: 258px;
  height: 50px;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .businessPage .newsAreaColBtn .btnWhite {
    width: 100%;
    max-width: 100%;
  }
}
.businessPage .recommendArea {
  position: relative;
  padding-top: 7.3em;
}
@media screen and (max-width: 767px) {
  .businessPage .recommendArea {
    padding-top: 3.3em;
  }
}
.businessPage .recommendArea:before {
  content: "";
  position: absolute;
  left: 67.2em;
  background-image: url(../../img/top/bg-01.png);
  background-position: top left;
  background-repeat: repeat;
  top: 0;
  bottom: 400px;
  width: 5000px;
}
@media only screen and (min-width: 1600px) {
  .businessPage .recommendArea:before {
    left: 85.2em;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .recommendArea:before {
    right: -20px;
    left: -20px;
    height: 170px;
    background-size: 3px;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .recommendArea > .recommendItem:not(:first-child) {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .businessPage .recommendList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .recommendList {
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 8%;
  }
}
.businessPage .recommendItem {
  margin-bottom: 3em;
}
@media print, screen and (min-width: 768px) {
  .businessPage .recommendItem {
    width: calc(33.333% - 21px);
  }
}
.businessPage .recommendItem a {
  background-color: #fff;
  border: 1px solid #bac3c8;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .businessPage .recommendItem a {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .recommendItem a {
    margin-right: 1px;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .recommendItem a.iconLink:after {
    display: none;
  }
}
.businessPage .recommendItem .info {
  padding: 1.8em 2em 1.4em 1.3em;
  font-size: 1.4em;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .businessPage .recommendItem .info {
    padding: 1em 2em 1em 1em;
    font-size: 1.3em;
    line-height: 1.6153846154;
  }
  .businessPage .recommendItem .info:after {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: right center;
    height: 15px;
    width: 15px;
    right: 0.8em;
    position: absolute;
    bottom: 1em;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='19px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(250, 190, 0)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill-opacity='0' fill='rgb(250, 190, 0)' d='M2.000,2.001 L9.000,8.999 L2.000,16.001 '/%3E%3C/svg%3E");
  }
}
.businessPage .commonContacts {
  margin-top: 69px;
  text-align: center;
  background: #eaeff3;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContacts {
    margin-top: 44px;
  }
}
.businessPage .commonContacts .whiteArea {
  padding: 20px 0;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContacts .whiteArea {
    padding: 1.3em 0;
  }
}
.businessPage .commonContacts .num {
  display: inline-block;
  line-height: 1;
  font-size: 3.4em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContacts .num {
    font-size: 2.6em;
  }
}
.businessPage .commonContacts .num a {
  display: block;
  color: #000;
}
.businessPage .commonContacts .num .freeIcon {
  display: inline-block;
  position: relative;
  top: 3px;
  line-height: 0;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContacts .num .freeIcon {
    top: 3px;
    padding-right: 5px;
    width: 40px;
  }
}
.businessPage .commonContacts .text {
  display: inline-block;
  line-height: 1.4;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContacts .text {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .commonContacts .text.text02 {
    font-size: 1.4em;
  }
}
.businessPage .commonContact01 {
  padding: 20px 0 40px;
}
.businessPage .commonContact01 .contactTitle {
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold;
}
.businessPage .commonContact01 .contactTitle > span {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  padding: 14px 0 7px 65px;
}
.businessPage .commonContact01 .contactTitle > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 43px;
  height: 43px;
  background: url("../../img/common/icon-tel.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.businessPage .commonContact01 .num {
  padding-right: 10px;
}
.businessPage .commonContact01 .text {
  position: relative;
  top: 1px;
  text-align: left;
}
.businessPage .commonContact02 {
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContact02 {
    padding: 30px 3%;
  }
}
.businessPage .commonContact02 .lead {
  padding: 1em 0 1.7em;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContact02 .lead {
    padding-bottom: 15px;
    text-align: left;
    line-height: 1.7;
    padding-top: 9px;
  }
}
.businessPage .commonContact02 .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContact02 .contacts {
    width: auto;
    display: block;
  }
}
.businessPage .commonContact02 .contacts:after, .businessPage .commonContact02 .contacts:before {
  display: none;
}
.businessPage .commonContact02 .contacts li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48.5714285714%;
  min-height: 210px;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContact02 .contacts li {
    width: 100%;
    float: none !important;
    clear: both;
    width: auto;
    min-height: 0;
  }
  .businessPage .commonContact02 .contacts li + li {
    margin-top: 1em;
  }
}
.businessPage .commonContact02 .contacts li:last-child .text01:before {
  background-image: url("../../img/common/icon-mail.png");
  background-position-y: 8px;
}
.businessPage .commonContact02 .contacts li .text01 {
  display: block;
  position: relative;
  padding: 60px 0 10px;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContact02 .contacts li .text01 {
    padding: 3.1em 0 0.8em;
  }
}
.businessPage .commonContact02 .contacts li .text01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43px;
  background: url("../../img/common/icon-tel.png") no-repeat center top;
}
@media screen and (max-width: 767px) {
  .businessPage .commonContact02 .contacts li .text01:before {
    height: 38px;
    background-size: 38px auto;
  }
}
.businessPage .commonContact02 .contacts li .num {
  padding-bottom: 10px;
}
.businessPage .commonContact02 .contacts .contactBtn {
  margin: 0 auto;
  width: 90%;
  max-width: 360px;
}
.businessPage .commonContact02 .contacts .contactBtn a {
  color: #133664;
  border-color: #fabe00;
  background: #fabe00;
  padding: 30px 25px 31px;
  display: block;
  font-size: 1em;
  line-height: 0;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .is-view-pc .businessPage .commonContact02 .contacts .contactBtn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .businessPage .commonContact02 .contacts .contactBtn a {
    padding: 25px 25px 26px;
    margin-top: -2px;
  }
}
.businessPage .commonContact02 .contacts .contactBtn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #133664;
  border-bottom: 2px solid #133664;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: auto;
  right: 12px;
  background: none !important;
}
.businessPage .companyInfo {
  padding-top: 6.4em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .businessPage .companyInfo {
    padding-top: 4.2em;
  }
}
.businessPage .companyInfo p {
  padding-bottom: 1.2em;
  font-size: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .businessPage .companyInfo p {
    padding-bottom: 1.7em;
  }
}
.businessPage .companyInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .businessPage .companyInfo ul {
    display: block;
  }
}
.businessPage .companyInfo ul.clearfix:after, .businessPage .companyInfo ul.clearfix::before {
  display: none;
}
.businessPage .companyInfo ul li {
  width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .businessPage .companyInfo ul li {
    width: 100%;
  }
  .businessPage .companyInfo ul li + li {
    margin-top: -1px;
  }
}
@media print, screen and (min-width: 768px) {
  .businessPage .companyInfo ul li:not(:nth-child(-n+3)) {
    padding-top: 20px;
  }
}
.businessPage .companyInfo .commonBtn01.heightUp a {
  padding: 20px 25px 19px;
}
@media screen and (max-width: 767px) {
  .businessPage .companyInfo .commonBtn01.heightUp a {
    padding: 14px 25px 14px;
    border-radius: 0;
  }
}
.businessPage .companyInfo .commonBtn01 a {
  display: block;
  position: relative;
  padding: 15px 25px 14px;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #133664;
  color: #fff;
  font-size: 1em;
  background: #133664;
}
.businessPage .companyInfo .commonBtn01 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fabe00;
  border-bottom: 2px solid #fabe00;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: auto;
  right: 12px;
  background: none !important;
}
.businessPage .companyInfo .commonBtn01.white a {
  border-color: #b9c3c8;
  color: #000;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.businessPage .companyInfo .commonBtn01.white a:before {
  border-color: #fabe00;
}
@media print, screen and (min-width: 768px) {
  .is-view-pc .businessPage .companyInfo .commonBtn01.white a:hover {
    background: #eaeff3;
  }
}