@charset "UTF-8";
/*ieのみtypekitの高さを設定*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 1025px) {
  /*-------------------------
  HEADER
  ---------------------------*/
  #globalHeader {
    position: relative;
    z-index: 1;
  }
  .hWrap {
    /*background-color: rgba(255,255,255,.8);*/
  }
  #globalHeader .contents-inner {
    height: 100px;
  }
  #globalHeader .logo {
    padding-top: 14px;
    float: left; /*text-align: center;*/
    margin: 0;
  }
  #globalHeader .btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #globalHeader .btn a {
    margin-left: 10px;
  }
  #globalHeader .global-navi {
    /*background: rgba(0, 0, 0, 0.5);*/
    float: right;
  }
  #globalHeader .global-navi > ul {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: table;
  }
  #globalHeader .global-navi > ul > li {
    display: table-cell;
    vertical-align: middle;
    /*width: 100px;*/
    height: 60px;
    text-align: center;
    /*border-left: 1px solid #fff;*/
    padding-left: 15px;
    padding-right: 15px;
  }
  .headSdgs {
    position: absolute;
    top: 35px;
    left: 20px;
    display: flex;
    align-items: center;
  }
  .headSdgs li:not(:first-of-type) {
    border-left: 1px solid #b3b3b3;
    padding-left: 20px;
    margin-left: 20px;
  }
  .headSdgs img[src*="sdgs"] {
    max-height: 28px;
  }
  /* safari */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root #globalHeader .global-navi > ul > li {
      height: auto;
    }
  }
  #globalHeader .global-navi > ul > li:first-child {
    border-left: none;
  }
  #globalHeader .global-navi > ul > li > a, #globalHeader .global-navi > ul > li > span {
    display: table-cell;
    height: 100%;
    padding: 32px 0;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    box-sizing: border-box;
  }
  #globalHeader .global-navi > ul > li > a:hover, #globalHeader .global-navi > ul > li > span:hover {
    cursor: pointer;
  }
  #globalHeader .global-navi .navContWrap {
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, .8);
    transition: 0.2s;
    transform: scale(1, 0);
    transform-origin: left top;
    width: 100%;
    max-width: 1200px;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    padding: 30px 50px 1px;
  }
  #globalHeader .global-navi > ul > li:hover .navContWrap {
    display: block;
    opacity: 1;
    transform: scale(1, 1);
  }
  #globalHeader .global-navi span.dropdown + .navContWrap {
    opacity: 1;
    display: block !important;
    transform: scale(1, 1);
  }
  #globalHeader .global-navi > ul {
    max-width: 1200px;
  }
  #globalHeader .global-navi > ul > li > span {
    font-size: 16px;
  }
  #globalHeader .global-navi > ul > li > span {
    transition: .2s;
  }
  #globalHeader .global-navi > ul > li:hover > span, #globalHeader .global-navi > ul > li:hover > a {
    z-index: 3;
    position: relative;
    color: #0557a1;
  }
  .navContWrap a {
    color: #000;
    font-weight: bold;
  }
  .navName a {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    background: url("../img/arrow_nav.png") right center no-repeat;
    background-size: auto 9px;
    padding-right: 15px;
  }
  .global-navi span.sub {
    color: #ADADAD;
    display: block;
    font-size: 12px;
  }
  .navList {
    display: flex;
    flex-wrap: wrap;
  }
  .navCont {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .navCont:nth-of-type(even) {
    margin-right: 0;
  }
  .col-3 .navCont, .col-3 .navCont:nth-of-type(even) {
    width: 31%;
    margin-right: 3.5%;
  }
  .col-3 .navCont:nth-of-type(3n) {
    margin-right: 0;
  }
  .listLink {
    position: relative;
  }
  .listLink {
    height: 100px;
  }
  .listLink img {
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .listLink a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    letter-spacing: .05em;
    text-indent: .05em;
    transition: .1s;
  }
  .listLink a:hover {
    background: rgba(0, 0, 0, 0);
    text-shadow: 0 0 5px #000;
  }
  .listLink a::after {
    content: "";
    display: inline-block;
    background: url("../img/arrow_nav2.png") right center no-repeat;
    background-size: contain;
    width: 6px;
    height: 9px;
    margin-left: 10px;
  }
  .listLink a[target="_blank"]::after {
    background-image: url("../img/blank2.png");
    width: 15px;
    height: 15px;
  }
  .navChild {
    display: flex;
    flex-wrap: wrap;
  }
  .navChild li {
    width: 210px;
    margin-top: 12px;
    margin-right: 40px;
    position: relative;
    background: url("../img/arrow_nav.png") right center no-repeat;
    background-size: auto 9px;
    padding: 0 15px 0 10px;
  }
  .navChild li:nth-of-type(even) {
    margin-right: 0;
  }
  .navChild li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#89b332), color-stop(32%, #89b332), color-stop(72%, #338f38), to(#338f38));
    background: -o-linear-gradient(bottom, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: -ms-linear-gradient(bottom, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: linear-gradient(to top, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
  }
  .navChild a {
    display: block;
  }
  .navChild a:hover, .navName a:hover {
    color: #13812e;
  }
}
#contents.index .c-box01::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 100px);
    background-color: #e4e3e3;
  }
@media print, screen and (min-width: 621px) {
  /*-------------------------
  COMMON
  ---------------------------*/
  body, html {
    overflow-x: hidden;
  }
  body {
    min-width: 1200px;
  }
  .sp {
    display: none !important;
  }
  .contents-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
  }
  /*-------------------------
  FIXED BTN
  ---------------------------*/
  .fixed-btn {
    position: fixed;
    z-index: 10;
    top: 300px;
    right: 0;
  }
  /*-------------------------
  SUB MAIN VISUAL
  ---------------------------*/
  .main-visual {
    position: relative;
    height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .main-visual.sub h2 .text {
    margin-top: 40px;
  }
  .main-visual.sub h2 .text::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 40px;
    height: 1px;
    background-color: #fff;
  }
  .main-visual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-visual h2 .title {
    text-align: center;
  }
  .main-visual h2 .text {
    position: relative;
    margin-top: 25px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5em;
  }
  #contents {
    /*margin-top: -60px;*/
  }
  .contents-box.business-page-box .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .contents-box.business-page-box .list .item {
    border: 2px solid #fff;
    box-sizing: border-box;
  }
  .contents-box.business-page-box .list .item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.3s;
  }
  .contents-box.business-page-box .list .item > a:hover {
    opacity: 0.75;
  }
  .contents-box.business-page-box .list .item > a span {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5vw;
    color: #fff;
    white-space: nowrap;
  }
  .contents-box.business-page-box .list .item > a span::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    background-color: #fff;
  }
  .contents-box.business-page-box .list .item > a span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    transform: translateX(-3vw);
    background-color: #138F2E;
  }
  .contents-box.business-page-box .list .item:nth-of-type(1), .contents-box.business-page-box .list .item:nth-of-type(2), .contents-box.business-page-box .list .item:nth-of-type(3), .contents-box.business-page-box .list .item:nth-of-type(4) {
    width: 25%;
  }
  .contents-box.business-page-box .list .item:nth-of-type(5), .contents-box.business-page-box .list .item:nth-of-type(6), .contents-box.business-page-box .list .item:nth-of-type(7), .contents-box.business-page-box .list .item:nth-of-type(8), .contents-box.business-page-box .list .item:nth-of-type(9) {
    width: 20%;
  }
  .contents-box.business-page-box .list .item:nth-of-type(1) a {
    background-image: url("../img/business/sub-link-img01.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(2) a {
    background-image: url("../img/business/sub-link-img02.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(3) a {
    background-image: url("../img/business/sub-link-img03.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(4) a {
    background-image: url("../img/business/sub-link-img04.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(5) a {
    background-image: url("../img/business/sub-link-img05.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(6) a {
    background-image: url("../img/business/sub-link-img06.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(7) a {
    background-image: url("../img/business/sub-link-img07.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(8) a {
    background-image: url("../img/business/sub-link-img08.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(9) a {
    background-image: url("../img/business/sub-link-img09.png");
  }
  .border-title {
    padding-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.15em;
    background: url("../img/gradation-border.png") no-repeat center bottom;
    background-size: 135px 2px;
    font-feature-settings: "palt";
  }
  .contents-box.company-information-box {
    background-color: #E3E3E3;
    padding: 50px 80px 80px;
  }
  #contents.access .contents-box.company-information-box {
    margin-top: 50px;
  }
  .contents-box.company-information-box .section-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .contents-box.company-information-box .list {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 45px;
  }
  .contents-box.company-information-box .list > .item {
    position: relative;
    width: 29.2%;
    height: 805px;
    background: url("../img/company-link-img01.png") no-repeat center center;
    background-size: cover;
    border-right: 5px solid #fff;
  }
  .contents-box.company-information-box .list > .item .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contents-box.company-information-box .list > .item .inner .btn {
    margin-top: 50px;
    text-align: center;
  }
  .contents-box.company-information-box .list > .item .inner .btn a {
    display: inline-block;
    min-width: 220px;
    height: 55px;
    padding: 0 15px;
    line-height: 55px;
    font-size: 1.4vw;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
  }
  .contents-box.company-information-box .list > .item .inner .btn a span {
    padding-right: 15px;
    background: url("../img/arrow-right-white.png") no-repeat right center;
  }
  .contents-box.company-information-box .list .inner-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .contents-box.company-information-box .list .inner-list .item {
    box-sizing: border-box;
  }
  .contents-box.company-information-box .list .inner-list .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
  }
  .contents-box.company-information-box .list .inner-list .item a:hover::before {
    opacity: 1;
  }
  .contents-box.company-information-box .list .inner-list .item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.3);
  }
  .contents-box.company-information-box .list .inner-list .item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 1.5vw;
  }
  .contents-box.company-information-box .list .inner-list .item a span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #fff;
  }
  .contents-box.company-information-box .list .inner-list .item:not(:nth-of-type(3n+2)) {
    border-right: 5px solid #fff;
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(1), .contents-box.company-information-box .list .inner-list .item:nth-of-type(2) {
    width: 50%;
    border-bottom: 5px solid #fff;
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(3), .contents-box.company-information-box .list .inner-list .item:nth-of-type(4), .contents-box.company-information-box .list .inner-list .item:nth-of-type(5) {
    width: 33.33%;
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(1) a {
    background-image: url("../img/company-link-img02.png");
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(2) a {
    background-image: url("../img/company-link-img03.png");
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(3) a {
    background-image: url("../img/company-link-img04.png");
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(4) a {
    background-image: url("../img/company-link-img05.png");
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(5) a {
    background-image: url("../img/company-link-img06.png");
  }
  .contents-box.mysite-box {
    padding: 60px 0 120px;
  }
  .contents-box.mysite-box .headline {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .contents-box.mysite-box .banner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 35px;
  }
  .contents-box.mysite-box .banner-list a {
    width: 460px;
  }
  .contents-box.mysite-box .banner-list a:nth-of-type(2) {
    margin: 0 15px;
  }
  .contents-box.mysite-box .banner-list a img {
    width: 100%;
  }
  /*-------------------------
  FOOTER
  ---------------------------*/
  #globalFooter {
    position: relative;
    padding-top: 25px;
    background-color: #f2f2f2;
    color: #000;
  }
  #globalFooter .to-top {
    position: absolute;
    top: -30px;
    right: 80px;
    z-index: 3;
  }
  #globalFooter .logo {
    text-align: center;
  }
  #globalFooter .contents-inner {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 35px;
  }
  #globalFooter .contents-inner .company-information {
    width: 345px;
    padding-right: 60px;
    padding-bottom: 15px;
    border-right: 1px solid #fff;
  }
  #globalFooter .contents-inner .company-information .headline {
    font-size: 20px;
    font-weight: bold;
  }
  #globalFooter .contents-inner .company-information .address {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  #globalFooter .contents-inner .company-information .btn.contact {
    margin-top: 35px;
  }
  #globalFooter .contents-inner .company-information .btn.download {
    margin-top: 15px;
  }
  #globalFooter .contents-inner .company-information .btn a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    background: -webkit-gradient(linear, right top, left top, from(#89b332), color-stop(32%, #89b332), color-stop(72%, #338f38), to(#338f38));
    background: -ms-linear-gradient(right, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: -o-linear-gradient(right, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: linear-gradient(to left, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  #globalFooter .contents-inner .company-information .sns-list {
    margin-top: 10px;
  }
  #globalFooter .contents-inner .company-information .sns-list a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  #globalFooter .contents-inner .company-information .sns-list a img {
    vertical-align: middle;
  }
  .footBnr {
    margin-top: 45px;
  }
  .footBnr li {
    margin-top: 8px;
  }
  #globalFooter .contents-inner .footer-link .pc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding-left: 60px;
  }
  #globalFooter .contents-inner .footer-link .pc ul:not(:first-child) {
    margin-left: 100px;
  }
  #globalFooter .contents-inner .footer-link .pc ul li:not(:first-child) {
    margin-top: 8px;
  }
  #globalFooter .contents-inner .footer-link .pc ul li.index a {
    font-weight: bold;
    background: url("../img/arrow-right-green.png") no-repeat left center;
  }
  #globalFooter .contents-inner .footer-link .pc ul li a {
    padding-left: 15px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    background: url("../img/arrow-right-green.png") no-repeat left center;
    white-space: nowrap;
  }
  #globalFooter .contents-inner .footer-link .pc ul li a:hover {
    text-decoration: underline;
  }
  #globalFooter .banner-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding: 20px 0;
    background-color: #333333;
  }
  #globalFooter .banner-list > div {
    display: block;
    width: 525px;
  }
  #globalFooter .banner-list > div img {
    width: 100%;
  }
  #globalFooter .banner-list > div:nth-of-type(2) {
    margin-left: 25px;
  }
  #globalFooter .banner-list .other-banner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding: 0 10px;
    background-color: #fff;
  }
  #globalFooter .banner-list .other-banner p {
    font-size: 13px;
    color: #000;
    white-space: nowrap;
  }
  #globalFooter .banner-list .other-banner .list {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-grow: 1;
  }
  #globalFooter .banner-list .other-banner .list a {
    display: block;
    width: 81px;
    min-width: 81px;
    margin-left: 15px;
  }
  #globalFooter .banner-list .other-banner .list img {}
  #globalFooter .banner-list .other-banner .list p {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    font-size: 14px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #globalFooter .banner-list .other-banner .list a {
    color: #000;
  }
  #globalFooter .banner-list .other-banner .list p:not(:first-child) {
    margin-left: 10px;
  }
  #globalFooter .banner-list .other-banner .list p span {
    display: block;
    width: 100%;
  }
  #globalFooter .copyright {
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #000;
    background-color: #fff;
  }
  .footer-link dl:not(:first-of-type) {
    margin-left: 60px;
  }
  .footer-link dt {
    margin-bottom: 8px;
  }
  .footer-link dd {
    margin-bottom: 40px;
  }
  /*-------------------------
  TOP
  ---------------------------*/
  #contents.index > .contents-box {
    background: #fff;
  }
  #contents.index {
    margin-bottom: 0;
  }
  #contents.index .main-visual {
    height: 756px;
    overflow: hidden;
  }
  #contents.index .main-visual video {
    width: 100%;
    object-fit: cover;
  }
  #contents.index .c-box01 {
    position: relative;
    z-index: 2;
  }
  /*  #contents.index .c-box01::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: calc(40% - 250px);
    width: 250px;
    height: calc(100% + 100px);
    background-color: #F2F2F2;
    transform: skew(-45deg);
  }*/
  #contents.index .c-box01::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 100px);
    background-color: #e4e3e3;
  }
  #contents.index .c-box01 .contents-inner {
    position: relative;
    z-index: 2;
    /*top: -200px;*/
  }
  #contents.index .c-box01 .section-title {
    position: relative;
    z-index: 1;
    left: -65px;
    bottom: -30px;
  }
  #contents.index .c-box01 .white-box {
    position: relative;
    padding: 40px;
    background-color: #fff;
    border-top: 15px solid #489051;
    z-index: 2;
  }
  #contents.index .c-box01 .white-box .tab {
    bottom: 20px;
    right: 20px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px 0 10px;
    background-color: #489051;
    display: inline-block;
    float: right;
  }
  /*  #contents.index .c-box01 .white-box .tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 32px 30px;
    border-color: transparent transparent #024827 transparent;
  }*/
  #contents.index .c-box01 .white-box .tab a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  #contents.index .c-box01 .white-box .tab a span {
    padding-left: 15px;
    background: url("../img/arrow-right-white.png") no-repeat left center;
  }
  #contents.index .c-box01 .white-box .list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #contents.index .c-box01 .white-box .list .item {
    width: 22.2%;
  }
  #contents.index .c-box01 .white-box .list .item:not(:first-child) {
    margin-left: 3.73%;
  }
  #contents.index .c-box01 .white-box .list .item .thumbnail img {
    width: 100%;
  }
  #contents.index .c-box01 .white-box .list .item .information {
    margin-top: 10px;
  }
  #contents.index .c-box01 .white-box .list .item .information .post-date {
    font-size: 13px;
  }
  #contents.index .c-box01 .white-box .list .item .information .title {
    margin: 5px 0;
    font-size: 15px;
  }
  #contents.index .c-box01 .white-box .list .item .information p {
    font-size: 13px;
  }
  #contents.index .c-box01 .white-box .list .item .information .category {
    margin: 5px 0;
    font-size: 12px;
    position: relative;
    color: #FFFFFF;
    background-color: #0557A1;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
  #contents.index .c-box02 {
    position: relative;
    z-index: 3;
    padding-top: 100px;
  }
  #contents.index .c-box02 .section-title {
    position: relative;
    z-index: 1;
    right: 0;
    bottom: -30px;
    text-align: right;
  }
  #contents.index .c-box02 .section-title img, #contents.index .c-box02 .section-title span {
    display: inline-block;
    vertical-align: middle;
  }
  #contents.index .c-box02 .section-title span {
    padding-left: 40px;
    font-size: 18px;
    color: #B3B3B3;
  }
  #contents.index .c-box02 .box {
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    opacity: 1;
  }
  /*
	#contents.index .c-box02 .box::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #0E0E0E;
		opacity: 1!important;
		top: 0;
		left: 0;
		z-index: -1;
	}

  #contents.index .c-box02 .box[data-current="bg01"] {
    background-image: url("../img/top/sec02-bg01.jpg");
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #contents.index .c-box02 .box[data-current="bg02"] {
    background-image: url("common/img/top/sec02-bg02.jpg");
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #contents.index .c-box02 .box[data-current="bg03"] {
    background-image: url("common/img/top/sec02-bg03.jpg");
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #contents.index .c-box02 .box[data-current="bg04"] {
    background-image: url("common/img/top/sec02-bg04.jpg");
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #contents.index .c-box02 .box[data-current="bg05"] {
    background-image: url("common/img/top/sec02-bg05.jpg");
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #contents.index .c-box02 .box[data-current="bg06"] {
    background-image: url("common/img/top/sec02-bg06.jpg");
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #contents.index .c-box02 .box[data-current="bg07"] {
    background-image: url("common/img/top/sec02-bg07.jpg");
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #contents.index .c-box02 .box[data-current="bg08"] {
    background-image: url("common/img/top/sec02-bg08.jpg");
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  #contents.index .c-box02 .box[data-current="bg09"] {
    background-image: url("common/img/top/sec02-bg09.jpg");
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
	*/
  #contents.index .c-box02 .box .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #contents.index .c-box02 .box .list .item > a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    transition: 0.3s;
    background-image: none;
  }
  #contents.index .c-box02 .box .list .item > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/top/sec02-gradation-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: 0.25s;
  }
  #contents.index .c-box02 .box .list .item > a:hover::after {
    opacity: 1;
    transition: 0.1s;
  }
  #contents.index .c-box02 .box .list .item > a span {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5vw;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 0 3px #000;
    text-align: center;
    line-height: 1.5em;
  }
  #contents.index .c-box02 .box .list .item > a span::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    background-color: #8ab7e7;
  }
  #contents.index .c-box02 .box .list .item > a span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    transform: translateX(-3vw);
    background-color: #8ab7e7;
  }
  #contents.index .c-box02 .box .list .item {
    height: 320px;
    border: 1px solid #fff;
    box-sizing: border-box;
    width: 31.666%;
    margin-right: 2.333333%;
  }
  #contents.index .c-box02 .box .list .item:nth-of-type(3n) {
    margin-right: 0;
  }
  #contents.index .c-box02 .box .list .item:not(:nth-of-type(-n+3)) {
    margin-top: 20px;
  }
  #contents.index .c-box02 .box .list .item.col-5 {
    width: 19%;
    margin-right: 1.25%;
    margin-left: 0;
  }
  #contents.index .c-box02 .box .list .item.col-5:last-child {
    margin-right: 0;
  }
  #contents.index .c-box03 {
    padding: 70px 0;
    /*margin-bottom: 410px;*/
  }
  #contents.index .c-box03 .section-title {
    position: relative;
    z-index: 0;
    left: 0;
    bottom: -30px;
    text-align: left;
  }
  #contents.index .c-box03 .banner-list {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
  }
  #contents.index .c-box03 .banner-list .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #contents.index .c-box03 .banner-list .inner:nth-of-type(2) {
    margin-top: 20px;
  }
  #contents.index .c-box03 .banner-list .inner:nth-of-type(3) {
    margin-top: 20px;
  }
  #contents.index .c-box03 .banner-list .inner a {
    display: block;
    width: 32.7%;
  }
  #contents.index .c-box03 .banner-list .inner.topbnr02 a {
    width: 49.525%;
  }
  #contents.index .c-box03 .banner-list .inner.topbnr03 a {
    width: 49.525%;
    width: auto;
  }
  #contents.index .c-box03 .banner-list .inner a img {
    width: 100%;
  }
  #contents.index .c-box03 .banner-list .inner.topbnr03 a img {
    width: auto;
    max-height: 120px;
  }
  #contents.index .c-box03 .banner-list .inner a:not(:first-child) {
    margin-left: 0.95%;
  }
  #contents.index .c-box04 {
    padding: 40px 0;
    background-color: #F2F2F2;
  }
  #contents.index .c-box04 .section-title {
    text-align: center;
  }
  #contents.index .c-box04 .sub-title {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
  }
  #contents.index .c-box04 .youtube-slider {
    margin-top: 30px;
    padding: 45px 0;
    background: url("../img/top/sec04-bg.png") no-repeat center center;
    background-size: cover;
  }
  #contents.index .c-box04 .youtube-slider .title {
    text-align: center;
  }
  #contents.index .c-box04 .youtube-slider .slider {
    position: relative;
    margin-top: 30px;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-slide img {
    width: 100%;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 35%;
    z-index: 20;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control .swiper-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    outline: none;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control .swiper-prev img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control .swiper-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    outline: none;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control .swiper-next img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    bottom: -45px;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-pagination span {
    opacity: 1;
    margin: 0 10px;
    border: 2px solid #B3B3B3;
    background-color: transparent;
    outline: none;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #B3B3B3;
  }
  #contents.index .c-box04 .youtube-slider .btn {
    margin-top: 100px;
    text-align: center;
  }
  #contents.index .c-box04 .facebook {
    padding: 50px 0 0;
    text-align: center;
  }
  #contents.index .c-box04 .facebook .title {
    margin-bottom: 20px;
  }
  #contents.index .c-box05 .section-title {
    position: relative;
    z-index: 0;
    top: 100;
    /*padding-top: 80px;*/
    text-align: center;
  }
  #contents.index .c-box05 .inner-box {
    position: relative;
    z-index: 2;
    margin-top: -15px;
    padding: 30px 0 70px;
    background: url("../img/top/sec05-bg.png") no-repeat center center;
    background-size: cover;
  }
  #contents.index .c-box05 .inner-box .sub-title {
    text-align: center;
    font-size: 18px;
  }
  #contents.index .c-box05 .inner-box .white-box {
    width: 88%;
    margin: 45px auto 0;
    padding: 35px 25px 25px;
    background-color: #fff;
    box-sizing: border-box;
  }
  #contents.index .c-box05 .inner-box .white-box .logo {
    position: relative;
    text-align: center;
    z-index: 4;
  }
  #contents.index .c-box05 .inner-box .white-box p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #contents.index .c-box05 .inner-box .white-box .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 25px;
  }
  #contents.index .c-box05 .inner-box .white-box .list a {
    display: block;
    width: 24.5%;
    transition: 0.3s;
  }
  #contents.index .c-box06 {
    position: relative;
    padding: 65px 0 130px;
    overflow: hidden;
    /*margin-top: 410px;*/
  }
  #contents.index .c-box06::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 31.5%;
    height: 100%;
    background-color: #F2F2F2;*/
  }
  #contents.index .c-box06::after {
    /*content: '';
    position: absolute;
    bottom: 0;
    left: calc(31.5% - 400px);
    width: 800px;
    height: 100%;
    transform: skew(35deg);
    background-color: #f2f2f2;*/
  }
  #contents.index .c-box06 .section-title {
    position: relative;
    z-index: 0;
    left: 0;
    bottom: -30px;
    text-align: left;
  }
  #contents.index .c-box06 .section-title img, #contents.index .c-box06 .section-title span {
    display: inline-block;
    vertical-align: middle;
  }
  #contents.index .c-box06 .section-title span {
    padding-left: 40px;
    font-size: 18px;
    color: #B3B3B3;
  }
  #contents.index .c-box06 .list {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    /*margin-left: 10.5%;*/
    margin-top: -20px;
  }
  #contents.index .c-box06 .list > .item {
    position: relative;
    width: 29.2%;
    height: 730px;
    background: url("../img/top/sec06-bg01.png") no-repeat center center;
    background-size: cover;
  }
  #contents.index .c-box06 .list > .item .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #contents.index .c-box06 .list > .item .inner .btn {
    margin-top: 50px;
    text-align: center;
  }
  #contents.index .c-box06 .list > .item .inner .btn a {
    display: inline-block;
    min-width: 220px;
    height: 55px;
    padding: 0 15px;
    line-height: 55px;
    font-size: 1.4vw;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
  }
  #contents.index .c-box06 .list > .item .inner .btn a span {
    padding-right: 15px;
    background: url("../img/arrow-right-white.png") no-repeat right center;
  }
  #contents.index .c-box06 .list .inner-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  #contents.index .c-box06 .list .inner-list .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 365px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #contents.index .c-box06 .list .inner-list .item a:hover::before {
    opacity: 1;
  }
  #contents.index .c-box06 .list .inner-list .item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.3);
  }
  #contents.index .c-box06 .list .inner-list .item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 1.5vw;
    text-align: center;
  }
  #contents.index .c-box06 .list .inner-list .item a span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #fff;
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(1), #contents.index .c-box06 .list .inner-list .item:nth-of-type(2) {
    width: 50%;
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(3), #contents.index .c-box06 .list .inner-list .item:nth-of-type(4), #contents.index .c-box06 .list .inner-list .item:nth-of-type(5) {
    width: 100%;
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(1) a {
    background-image: url("../img/top/sec06-bg02.png");
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(2) a {
    background-image: url("../img/top/sec06-bg03.png");
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(3) a {
    background-image: url("../img/top/sec06-bg04.png");
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(4) a {
    background-image: url("../img/top/sec06-bg05.png");
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(5) a {
    background-image: url("../img/top/sec06-bg06.png");
  }
  .top-modal {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
  }
  .top-modal.show {
    display: block;
  }
  .top-modal .modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-modal .modal-box img {
    position: absolute;
    top: -40px;
    right: 0;
  }
  .top-modal .modal-box .modal-content div {
    display: none;
  }
  /*-----------------*/
  /*-------------------------
  BUSINESS INDEX
  ---------------------------*/
  #contents.business-index .main-visual {
    background-image: url("../img/business/mv.png");
  }
  #contents.business-index .c-box01 {
    padding: 80px 0;
    text-align: center;
  }
  #contents.business-index .c-box01 .text1 {
    font-size: 24px;
    font-weight: bold;
  }
  #contents.business-index .c-box01 .text2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-index .c-box01 .text3 {
    margin-top: 55px;
    padding-top: 55px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 135px 2px;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-index .c-box02 {
    margin-bottom: 120px;
    padding-bottom: 40px;
    background-color: #F2F2F2;
  }
  #contents.business-index .c-box02 h3 {
    padding: 50px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  #contents.business-index .c-box02 .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #contents.business-index .c-box02 .list .item {
    box-sizing: border-box;
    width: 33.333%;
  }
  #contents.business-index .c-box02 .list .item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.3s;
  }
  #contents.business-index .c-box02 .list .item > a:hover {
    opacity: 0.75;
  }
  #contents.business-index .c-box02 .list .item > a span {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5vw;
    color: #fff;
    white-space: nowrap;
  }
  #contents.business-index .c-box02 .list .item > a span::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    background-color: #fff;
  }
  #contents.business-index .c-box02 .list .item > a span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    transform: translateX(-3vw);
    background-color: #138F2E;
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(3n+1) a {
    border-right: 2px solid #fff;
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(3n+2) a {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(3n) a {
    border-left: 2px solid #fff;
  }
  #contents.business-index .c-box02 .list .item:not(:nth-of-type(-n+3)) {
    margin-top: 30px;
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(1) a {
    background-image: url("../img/business/link-img01.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(2) a {
    background-image: url("../img/business/link-img02.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(3) a {
    background-image: url("../img/business/link-img03.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(4) a {
    background-image: url("../img/business/link-img04.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(5) a {
    background-image: url("../img/business/link-img05.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(6) a {
    background-image: url("../img/business/link-img06.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(7) a {
    background-image: url("../img/business/link-img07.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(8) a {
    background-image: url("../img/business/link-img08.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(9) a {
    background-image: url("../img/business/link-img09.png");
  }
  #contents.business-index .c-box02 .list .item p {
    padding: 10px 25px 0;
    font-size: 16px;
    font-weight: bold;
  }
  /*-------------------------
  BUSINESS IPPAN
  ---------------------------*/
  #contents.business-ippan .main-visual {
    background-image: url("../img/business/ippan/mv.png");
  }
  #contents.business-sub .c-box01 {
    padding: 80px 0;
    text-align: center;
  }
  #contents.business-sub .c-box01 .text1 {
    font-size: 20px;
    font-weight: bold;
  }
  #contents.business-sub .c-box01 .text2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-sub .c-box01 .text3 {
    margin-top: 55px;
    padding-top: 55px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 135px 2px;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-sub .c-box02 {
    padding: 60px 0 65px;
    background-color: #F2F2F2;
  }
  #contents.business-sub .c-box02 .contents-inner {
    width: 800px;
    margin: 0 auto;
  }
  #contents.business-sub .c-box02 h3 {
    padding: 12px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: url("../img/gradation-border.png") no-repeat center bottom;
    background-size: 100% 3px;
    background-color: #000;
  }
  #contents.business-sub .c-box02 h3:nth-of-type(2) {
    margin-top: 55px;
  }
  #contents.business-sub .c-box02 .lead-text {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-sub .c-box02 .media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  #contents.business-sub .c-box02 .media-box.m-box01 .content {
    padding-left: 25px;
  }
  #contents.business-sub .c-box02 .media-box.m-box01 .content .green-text {
    margin-top: 20px;
  }
  #contents.business-sub .c-box02 .media-box.m-box01 .content .box {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #138F2E;
  }
  #contents.business-sub .c-box02 .media-box.m-box01 .content .box p {
    font-size: 14px;
  }
  #contents.business-sub .c-box02 .media-box.m-box02 .content {
    padding-right: 25px;
  }
  #contents.business-sub .c-box02 .media-box.m-box02 .content .green-text {
    margin-top: 25px;
  }
  #contents.business-sub .c-box02 .media-box .thumbnail {
    flex-shrink: 0;
    width: 390px;
  }
  #contents.business-sub .c-box02 .media-box .thumbnail img {
    width: 100%;
  }
  #contents.business-sub .c-box02 .media-box .content {
    flex-grow: 1;
  }
  #contents.business-sub .c-box02 .media-box .content p {
    font-size: 16px;
    line-height: 1.6;
  }
  #contents.business-sub .c-box02 .media-box .content .green-text {
    font-size: 16px;
    font-weight: bold;
    color: #138F2E;
  }
  #contents.business-sub .c-box03 {
    padding-top: 70px;
  }
  #contents.business-sub .c-box03 .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    max-width: 1000px;
    width: 100%;
    margin: 40px auto 0;
  }
  #contents.business-sub .c-box03 .list .item {
    width: 320px;
    padding: 30px 25px;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  #contents.business-sub .c-box03 .list .item .number {
    text-align: center;
  }
  #contents.business-sub .c-box03 .list .item .title {
    margin-top: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  #contents.business-sub .c-box03 .list .item .sub-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #138F2E;
  }
  #contents.business-sub .c-box03 .list .item .thumbnail {
    margin-top: 20px;
  }
  #contents.business-sub .c-box03 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-sub .c-box03 .list .item .text {
    margin-top: 20px;
    font-size: 15px;
  }
  #contents.business-sub .c-box03 .list .item .text .line {
    background-color: #FFFF00;
  }
  #contents.business-sub .c-box04 {
    padding: 70px 0;
  }
  #contents.business-sub .c-box04 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    max-width: 1000px;
    width: 100%;
    margin: 45px auto 0;
  }
  #contents.business-sub .c-box04 .list .item {
    width: 490px;
  }
  #contents.business-sub .c-box04 .list .item img {
    width: 100%;
  }
  #contents.business-sub .c-box05 {
    padding: 70px 0 95px;
    background-color: #F2F2F2;
  }
  #contents.business-sub .c-box05 .img {
    margin-top: 55px;
    text-align: center;
  }
  #contents.business-sub .c-box05 .img img {
    width: 100%;
    max-width: 770px;
  }
  #contents.business-sub .c-box05 .btn {
    margin-top: 50px;
    text-align: center;
  }
  #contents.business-sub .c-box05 .btn a {
    display: inline-block;
    max-width: 340px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    background: url("../img/gradation-btn.png") no-repeat center center;
    background-size: cover;
  }
  #contents.business-sub .c-box05 .btn a:hover {
    opacity: 0.75;
  }
  #contents.business-sub .c-box05 .btn a span {
    display: block;
    background: url("../img/business/arrow-right-white.png") no-repeat 95% center;
  }
  #contents.business-sub .c-box05 .area {
    text-align: center;
    padding: 30px 25px;
  }
  #contents.business-sub .c-box05 .sub-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
  }
  /*-------------------------
  BUSINESS ECOSTYLEWEB
  ---------------------------*/
  #contents.business-ecostyleweb .main-visual {
    background-image: url("../img/business/ecostyleweb/mv.png");
  }
  #contents.business-ecostyleweb .c-box01 {
    padding: 80px 0;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box01 .text1 {
    font-size: 20px;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box01 .text2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-ecostyleweb .c-box01 .text3 {
    margin-top: 55px;
    padding-top: 55px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 135px 2px;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box02 {
    padding: 55px 0 60px;
    background-color: #E7E7E7;
  }
  #contents.business-ecostyleweb .c-box02 h3 {
    padding: 12px 0;
    text-align: center;
    background: url("common/img/gradation-border-long.png") no-repeat center bottom;
    background-size: 100% 3px;
    background-color: #13802E;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box02 .lead-text {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-ecostyleweb .c-box02 .list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  #contents.business-ecostyleweb .c-box02 .list .item {
    position: relative;
    width: 230px;
    padding: 50px 20px 30px;
    background-color: #fff;
    box-sizing: border-box;
  }
  #contents.business-ecostyleweb .c-box02 .list .item:not(:nth-of-type(4n+1)) {
    margin-left: 22px;
  }
  #contents.business-ecostyleweb .c-box02 .list .item:not(:nth-of-type(-n+4)) {
    margin-top: 60px;
  }
  #contents.business-ecostyleweb .c-box02 .list .item .case {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }
  #contents.business-ecostyleweb .c-box02 .list .item p {
    margin-top: 10px;
    font-size: 16px;
  }
  #contents.business-ecostyleweb .c-box02 .last-text {
    margin-top: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #13802E;
    line-height: 1.6;
  }
  #contents.business-ecostyleweb .c-box03 {
    padding: 70px 0;
  }
  #contents.business-ecostyleweb .c-box03 .border-title {
    margin-top: 40px;
  }
  #contents.business-ecostyleweb .c-box03 .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item {
    width: 485px;
    padding: 40px;
    border: 1px solid #000000;
    box-sizing: border-box;
  }
  #contents.business-ecostyleweb .c-box03 .list .item:not(:nth-of-type(-n+2)) {
    margin-top: 30px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .number {
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .title {
    margin-top: 20px;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .title .text1 {
    font-size: 24px;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .title .text2 {
    font-size: 18px;
    font-weight: bold;
    color: #13802E;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .thumbnail {
    margin-top: 30px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item p {
    min-height: 90px;
    margin-top: 20px;
    font-size: 15px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item p .border {
    background-color: #FFFF00;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility {
    margin-top: 20px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .headline {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .inner div {
    position: relative;
    width: 195px;
    height: 75px;
    background-color: #CCDAD0;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .inner div:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .inner div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
    color: #13802E;
    white-space: nowrap;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box04 {
    padding: 70px 0;
    background-color: #E7E7E7;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box04 .btn a {
    display: inline-block;
    width: 340px;
    height: 60px;
    margin-top: 50px;
    background: url("../img/gradation-btn.png") no-repeat center center;
    background-size: 100% 100%;
    text-decoration: none;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box04 .btn a:hover {
    opacity: 0.75;
  }
  #contents.business-ecostyleweb .c-box04 .btn a span {
    display: block;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    background: url("../img/arrow-right-white02.png") no-repeat 95% center;
  }
  #contents.business-ecostyleweb .c-box05 {
    padding: 70px 0;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box05 .banner {
    margin-top: 45px;
  }
  /*-------------------------
  BUSINESS ECOSTYLE
  ---------------------------*/
  #contents.business-ecostyle .main-visual {
    background-image: url("../img/business/ecostyle/mv.png");
  }
  #contents.business-ecostyle .contents-box .contents-inner {
    width: 1000px;
    margin: 0 auto;
  }
  #contents.business-ecostyle .c-box01 {
    padding: 80px 0 0;
    text-align: center;
  }
  #contents.business-ecostyle .c-box01 .text1 {
    font-size: 20px;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box01 .text2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-ecostyle .c-box01 .text3 {
    margin-top: 55px;
    padding-top: 55px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 135px 2px;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box01 .img {
    margin-top: 80px;
  }
  #contents.business-ecostyle .c-box02 {
    padding: 70px 0 50px;
    background-color: #D1E3DB;
  }
  #contents.business-ecostyle .c-box02 .title {
    padding: 12px 0;
    text-align: center;
    background: url(common/img/gradation-border-long.png) no-repeat center bottom;
    background-size: 100% 3px;
    background-color: #13802E;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #contents.business-ecostyle .c-box02 .lead-text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
  #contents.business-ecostyle .c-box02 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  #contents.business-ecostyle .c-box02 .list .item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    background-color: #fff;
    width: 48%;
  }
  #contents.business-ecostyle .c-box02 .list .item:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
  #contents.business-ecostyle .c-box02 .list .item .thumbnail {
    flex-shrink: 0;
    width: 227px;
  }
  #contents.business-ecostyle .c-box02 .list .item .content {
    padding: 20px 15px;
  }
  #contents.business-ecostyle .c-box02 .list .item .content .item-title {
    font-size: 18px;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ecostyle .c-box02 .list .item .content p {
    margin-top: 10px;
    font-size: 14px;
  }
  #contents.business-ecostyle .c-box02 .caution {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
  }
  #contents.business-ecostyle .c-box03 {
    padding: 60px 0 70px;
  }
  #contents.business-ecostyle .c-box03 .title {
    padding: 12px 0;
    text-align: center;
    border-bottom: 2px solid #808080;
    background-color: #000;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #contents.business-ecostyle .c-box03 .lead-text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
  #contents.business-ecostyle .c-box03 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #contents.business-ecostyle .c-box03 .list > div:nth-of-type(-n+4) {
    width: 227px;
  }
  #contents.business-ecostyle .c-box03 .list > div:nth-of-type(-n+4) p {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 484px;
    margin-top: 20px;
    background-color: #E6E6E6;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) .thumbnail {
    flex-shrink: 0;
    width: 227px;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) .content {
    padding: 20px 15px;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) .content .item-title {
    font-size: 18px;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) .content p {
    margin-top: 10px;
    font-size: 14px;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) .content p span {
    color: #FF0000;
  }
  #contents.business-ecostyle .c-box04 {
    padding: 60px 0;
    background-color: #E6E6E6;
  }
  #contents.business-ecostyle .c-box04 .title {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000;
  }
  #contents.business-ecostyle .c-box04 .lead-text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
  #contents.business-ecostyle .c-box04 .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  #contents.business-ecostyle .c-box04 .list .item {
    width: 320px;
    padding: 15px 20px;
    background-color: #fff;
  }
  #contents.business-ecostyle .c-box04 .list .item .item-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #contents.business-ecostyle .c-box04 .list .item .thumbnail {
    margin-top: 10px;
  }
  #contents.business-ecostyle .c-box04 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-ecostyle .c-box04 .list .item p {
    margin-top: 10px;
    font-size: 16px;
  }
  #contents.business-ecostyle .c-box04 .onegai {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }
  #contents.business-ecostyle .c-box04 .onegai .onegai-title {
    position: relative;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    background-color: #9A1C24;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box04 .onegai .onegai-title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  #contents.business-ecostyle .c-box04 .onegai .content {
    padding-left: 30px;
    font-size: 16px;
  }
  #contents.business-ecostyle .c-box05 {
    margin-top: 20px;
    padding: 45px 0;
    background-color: #D1E3DB;
  }
  #contents.business-ecostyle .c-box05 .media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  #contents.business-ecostyle .c-box05 .media-box .content {
    flex-grow: 1;
    padding-right: 40px;
  }
  #contents.business-ecostyle .c-box05 .media-box .content p {
    font-size: 20px;
    line-height: 1.6;
  }
  #contents.business-ecostyle .c-box05 .media-box .content .img {
    margin-top: 20px;
  }
  #contents.business-ecostyle .c-box05 .media-box .content .btn {
    margin-top: 30px;
  }
  #contents.business-ecostyle .c-box05 .media-box .thumbnail {
    flex-shrink: 0;
    width: 422px;
  }
  #contents.business-ecostyle .c-box06 {
    padding: 60px 0;
  }
  #contents.business-ecostyle .c-box06 .title {
    text-align: center;
  }
  #contents.business-ecostyle .c-box06 .lead-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
  #contents.business-ecostyle .c-box06 .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 60px;
  }
  #contents.business-ecostyle .c-box06 .list .item {
    width: 33.333%;
    padding: 0 25px 10px;
  }
  #contents.business-ecostyle .c-box06 .list .item:nth-of-type(2) {
    border-left: 1px solid #13822E;
    border-right: 1px solid #13822E;
  }
  #contents.business-ecostyle .c-box06 .list .item .icon {
    text-align: center;
  }
  #contents.business-ecostyle .c-box06 .list .item .item-title {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ecostyle .c-box06 .list .item p {
    margin-top: 20px;
    font-size: 16px;
  }
  #contents.business-ecostyle .c-box06 .tel-information {
    margin-top: 50px;
    text-align: center;
  }
  #contents.business-ecostyle .c-box06 .tel-information .text1 {
    font-size: 16px;
  }
  #contents.business-ecostyle .c-box06 .tel-information .tel {
    margin-top: 15px;
  }
  #contents.business-ecostyle .c-box06 .tel-information .tel span {
    display: inline-block;
    vertical-align: bottom;
  }
  #contents.business-ecostyle .c-box06 .tel-information .tel span:nth-of-type(2) {
    margin-left: 15px;
  }
  #contents.business-ecostyle .c-box07 {
    padding: 40px 0;
    background-color: #E6E6E6;
    text-align: center;
  }
  #contents.business-ecostyle .c-box07 .title {
    font-size: 24px;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box07 .banner {
    margin-top: 30px;
  }
  /*-------------------------
  BUSINESS NDRIVE
  ---------------------------*/
  #contents.business-ndrive .main-visual {
    background-image: url("../img/business/ndrive/mv.png");
  }
  #contents.business-ndrive .contents-box .contents-inner {
    width: 1000px;
    margin: 0 auto;
  }
  #contents.business-ndrive .c-box01 {
    padding: 80px 0;
    text-align: center;
  }
  #contents.business-ndrive .c-box01 .text1 {
    font-size: 20px;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box01 .text2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-ndrive .c-box01 .text3 {
    margin-top: 55px;
    padding-top: 55px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 135px 2px;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box01 .img {
    margin-top: 80px;
  }
  #contents.business-ndrive .c-box02 {
    padding: 60px 0;
    background-color: #E6E6E6;
  }
  #contents.business-ndrive .c-box02 .title {
    padding: 12px 0;
    text-align: center;
    background: url(common/img/gradation-border-long.png) no-repeat center bottom;
    background-size: 100% 3px;
    background-color: #13802E;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #contents.business-ndrive .c-box02 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  #contents.business-ndrive .c-box02 .list .item {
    position: relative;
    width: 228px;
  }
  #contents.business-ndrive .c-box02 .list .item .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 10px;
    color: #fff;
  }
  #contents.business-ndrive .c-box02 .list .item .inner .case {
    text-align: center;
  }
  #contents.business-ndrive .c-box02 .list .item .inner p {
    margin-top: 25px;
    font-size: 18px;
  }
  #contents.business-ndrive .c-box02 .text1 {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box03 {
    padding-top: 65px;
  }
  #contents.business-ndrive .c-box03 .list {
    margin-top: 50px;
  }
  #contents.business-ndrive .c-box03 .list .item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    background-color: #E6E6E6;
  }
  #contents.business-ndrive .c-box03 .list .item:not(:first-child) {
    margin-top: 7px;
  }
  #contents.business-ndrive .c-box03 .list .item .thumbnail {
    flex-shrink: 0;
    width: 498px;
  }
  #contents.business-ndrive .c-box03 .list .item .content {
    padding: 25px;
  }
  #contents.business-ndrive .c-box03 .list .item .content .item-title {
    font-size: 24px;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ndrive .c-box03 .list .item .content p {
    margin-top: 5px;
    font-size: 16px;
  }
  #contents.business-ndrive .c-box04 {
    padding: 65px 0;
  }
  #contents.business-ndrive .c-box04 .list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  #contents.business-ndrive .c-box04 .list .item {
    width: 320px;
    padding: 25px;
    border: 1px solid #000;
  }
  #contents.business-ndrive .c-box04 .list .item:not(:nth-of-type(3n+1)) {
    margin-left: 20px;
  }
  #contents.business-ndrive .c-box04 .list .item:not(:nth-of-type(-n+3)) {
    margin-top: 20px;
  }
  #contents.business-ndrive .c-box04 .list .item .number {
    text-align: center;
  }
  #contents.business-ndrive .c-box04 .list .item .thumbnail {
    margin-top: 10px;
  }
  #contents.business-ndrive .c-box04 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-ndrive .c-box04 .list .item p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box04 .list .item p span {
    background-color: #FFFF00;
  }
  #contents.business-ndrive .c-box05 {
    padding: 70px 0;
    background-color: #E6E6E6;
  }
  #contents.business-ndrive .c-box05 .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 50px;
    border-right: 1px solid #13822E;
  }
  #contents.business-ndrive .c-box05 .list .item {
    width: 25%;
    padding: 15px 35px 20px;
    border-left: 1px solid #13822E;
  }
  #contents.business-ndrive .c-box05 .list .item .balloon {
    position: relative;
    padding: 8px 10px;
    background-color: #13822E;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
  }
  #contents.business-ndrive .c-box05 .list .item .balloon::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    width: 18px;
    height: 24px;
    background: url("../img/business/ndrive/sec04-corn.png") no-repeat;
  }
  #contents.business-ndrive .c-box05 .list .item .item-title {
    margin-top: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #13822E;
    text-align: center;
  }
  #contents.business-ndrive .c-box05 .list .item p {
    margin-top: 10px;
    font-size: 16px;
  }
  #contents.business-ndrive .c-box06 {
    padding: 70px 0 90px;
  }
  #contents.business-ndrive .c-box06 .media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  #contents.business-ndrive .c-box06 .media-box .thumbnail {
    flex-shrink: 0;
    width: 543px;
  }
  #contents.business-ndrive .c-box06 .media-box .thumbnail img {
    width: 100%;
  }
  #contents.business-ndrive .c-box06 .media-box .content {
    flex-grow: 1;
    padding-right: 20px;
  }
  #contents.business-ndrive .c-box06 .media-box .content .headline {
    font-size: 24px;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ndrive .c-box06 .media-box .content p {
    margin-top: 25px;
    font-size: 16px;
  }
  #contents.business-ndrive .c-box06 .media-box .content p:nth-of-type(2) {
    margin-top: 35px;
  }
  #contents.business-ndrive .c-box06 .title {
    margin-top: 70px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #contents.business-ndrive .c-box06 .banner {
    margin-top: 20px;
    text-align: center;
  }
  #contents.business-ndrive .c-box07 {
    padding: 75px 0 80px;
    background-color: #D1E3DB;
  }
  #contents.business-ndrive .c-box07 .list {
    margin-top: 50px;
    padding: 40px 50px;
    background-color: #fff;
  }
  #contents.business-ndrive .c-box07 .list .item .item-title {
    display: table;
    width: 100%;
    height: 53px;
  }
  #contents.business-ndrive .c-box07 .list .item .item-title span {
    background-color: #E6E6E6;
    display: table-cell;
    vertical-align: middle;
  }
  #contents.business-ndrive .c-box07 .list .item .item-title span:nth-of-type(1) {
    width: 123px;
    height: 53px;
    background-color: #13822E;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  #contents.business-ndrive .c-box07 .list .item .item-title span:nth-of-type(1) img {
    vertical-align: middle;
  }
  #contents.business-ndrive .c-box07 .list .item .item-title span:nth-of-type(2) {
    padding: 0 20px;
    font-size: 25px;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ndrive .c-box07 .list .item ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 20px 0 30px;
  }
  #contents.business-ndrive .c-box07 .list .item ul li {
    width: calc(49% - 1em);
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.6;
  }
  #contents.business-ndrive .c-box07 .list .item ul li:nth-of-type(2n) {
    padding-left: 2%;
  }
  #contents.business-ndrive .c-box07 .list .item ul li:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
  #contents.business-ndrive .c-box08 {
    height: 460px;
    padding: 65px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/business/ndrive/sec07-bg.png);
    background-size: cover;
    text-align: center;
    color: #fff;
    <strong > </strong >
  }
  #contents.business-ndrive .c-box08 .border-title {
    color: #fff;
    background: transparent !important;
  }
  #contents.business-ndrive .c-box08 .border-title span {
    position: relative;
  }
  #contents.business-ndrive .c-box08 .border-title span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 135px;
    height: 1px;
    background-color: #fff;
  }
  #contents.business-ndrive .c-box08 .text1 {
    margin-top: 40px;
    font-size: 25px;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box08 .text2 {
    margin-top: 50px;
    font-size: 20px;
    line-height: 1.8;
  }
  #contents.business-ndrive .c-box09 {
    padding: 70px 0 90px;
  }
  #contents.business-ndrive .c-box09 .flow-list {
    margin-top: 70px;
  }
  #contents.business-ndrive .c-box09 .flow-list .item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding-bottom: 70px;
  }
  #contents.business-ndrive .c-box09 .flow-list .item:last-child {
    padding-bottom: 0;
  }
  #contents.business-ndrive .c-box09 .flow-list .item:last-child::after {
    content: none;
  }
  #contents.business-ndrive .c-box09 .flow-list .item::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    background-color: #13822E;
  }
  #contents.business-ndrive .c-box09 .flow-list .item::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #13822E;
  }
  #contents.business-ndrive .c-box09 .flow-list .item.right .thumbnail {
    padding-left: 40px;
  }
  #contents.business-ndrive .c-box09 .flow-list .item.left .thumbnail {
    padding-right: 40px;
    text-align: right;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content {
    position: relative;
    width: 50%;
    padding-left: 100px;
    padding-right: 30px;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 90px;
    width: 1px;
    height: 145px;
    background-color: #000;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content .number {
    position: absolute;
    top: 0;
    left: 30px;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content .item-title {
    font-size: 24px;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.8;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .thumbnail {
    width: 50%;
  }
  #contents.business-ndrive .c-box10 {
    padding: 40px 0;
    background-color: #E1E1E1;
  }
  #contents.business-ndrive .c-box10 .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #contents.business-ndrive .c-box10 .banner {
    margin-top: 20px;
    text-align: center;
  }
  /*-------------------------
  ABOUTUS MESSAGE
  ---------------------------*/
  #contents.aboutus-message .main-visual {
    background-image: url("../img/aboutus/message/mv.png");
  }
  #contents.aboutus-message .section-title {
    padding: 80px 0;
  }
  #contents.aboutus-message .section-title span {
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #contents.aboutus-message .section-title span:nth-of-type(1) {
    font-size: 33px;
  }
  #contents.aboutus-message .section-title span:nth-of-type(2) {
    margin-top: 10px;
    font-size: 16px;
  }
  #contents.aboutus-message .c-box01 .inner-box {
    padding: 50px 0;
    background: url("../img/aboutus/message/sec01-bg.jpg") no-repeat center center;
    background-size: cover;
  }
  #contents.aboutus-message .c-box01 .white-box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 35px;
    background-color: #fff;
  }
  #contents.aboutus-message .c-box01 .white-box .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 20px;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .content {
    flex-grow: 1;
    padding-right: 30px;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .content p {
    font-size: 15px;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .profile {
    flex-shrink: 0;
    width: 285px;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .profile .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .profile .text span {
    font-size: 20px;
  }
  #contents.aboutus-message .c-box02 .list .item {
    position: relative;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #contents.aboutus-message .c-box02 .list .item .inner-box {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
  }
  #contents.aboutus-message .c-box02 .list .item .inner-box p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
  }
  #contents.aboutus-message .c-box02 .list .item .img {
    position: absolute;
    bottom: 0;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(1) {
    background-image: url("../img/aboutus/message/sec02-bg01.png");
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(1) .img {
    left: 0;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(1) .img img {
    width: 410px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(2) {
    background-image: url("../img/aboutus/message/sec02-bg02.png");
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(2) .img {
    right: 0;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(2) .img img {
    width: 410px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) {
    background-image: url("../img/aboutus/message/sec02-bg03.png");
    text-align: right;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .inner-box {
    padding-top: 70px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .white-box {
    display: inline-block;
    width: 860px;
    padding: 20px 30px;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .white-box ul {
    font-size: 18px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .white-box ul li:not(:first-child) {
    margin-top: 8px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .img {
    left: 0;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .img img {
    width: 410px;
  }
  #contents.aboutus-message .c-box03 {
    padding: 90px 0;
  }
  #contents.aboutus-message .c-box03 .section-title {
    padding-top: 0;
    padding-bottom: 60px;
    background: url("../img/gradation-border.png") no-repeat center bottom;
    background-size: 135px 2px;
  }
  #contents.aboutus-message .c-box03 p {
    margin-top: 65px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.aboutus-message .c-box04 {
    padding: 90px 0 100px;
    background: url("../img/aboutus/message/sec04-bg.png") no-repeat center center;
    background-size: cover;
  }
  #contents.aboutus-message .c-box04 .white-box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 90px 40px;
    background-color: #fff;
    font-size: 15px;
    box-sizing: border-box;
  }
  #contents.aboutus-message .c-box04 .white-box .section-border-title {
    margin-bottom: 60px;
    padding-bottom: 50px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background: url("../img/gradation-border.png") no-repeat center bottom;
    background-size: 135px 2px;
  }
  #contents.aboutus-message .c-box04 .white-box:nth-of-type(2) {
    margin-top: 40px;
  }
  #contents.aboutus-message .c-box04 .white-box:nth-of-type(2) ul {
    margin-top: 70px;
  }
  #contents.aboutus-message .c-box04 .white-box p {
    line-height: 2;
  }
  #contents.aboutus-message .c-box04 .white-box ul li {
    text-indent: -0.7em;
    margin-left: 0.7em;
  }
  #contents.aboutus-message .c-box04 .white-box ul li:not(:first-child) {
    margin-top: 20px;
  }
  #contents.aboutus-message .c-box04 .white-box .signature {
    margin-top: 40px;
    line-height: 2;
    text-align: right;
  }
  #contents.aboutus-message .c-box05 {
    padding: 100px 9.2%;
  }
  #contents.aboutus-message .c-box05 .list {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
  }
  #contents.aboutus-message .c-box05 .list > .item {
    position: relative;
    width: 29.2%;
    height: 400px;
    background: url("../img/top/sec06-bg01.png") no-repeat center center;
    background-size: cover;
    border-right: 5px solid #fff;
  }
  #contents.aboutus-message .c-box05 .list > .item .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #contents.aboutus-message .c-box05 .list > .item .inner .btn {
    margin-top: 50px;
    text-align: center;
  }
  #contents.aboutus-message .c-box05 .list > .item .inner .btn a {
    display: inline-block;
    min-width: 220px;
    height: 55px;
    padding: 0 15px;
    line-height: 55px;
    font-size: 1.4vw;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
  }
  #contents.aboutus-message .c-box05 .list > .item .inner .btn a span {
    padding-right: 15px;
    background: url("../img/arrow-right-white.png") no-repeat right center;
  }
  #contents.aboutus-message .c-box05 .list .inner-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item {
    box-sizing: border-box;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 197px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a:hover::before {
    opacity: 1;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.3);
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 1.5vw;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #fff;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:not(:nth-of-type(3n+2)) {
    border-right: 5px solid #fff;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(1), #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(2) {
    width: 50%;
    border-bottom: 5px solid #fff;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(3), #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(4), #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(5) {
    width: 33.33%;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(1) a {
    background-image: url("../img/top/sec06-bg02.png");
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(2) a {
    background-image: url("../img/top/sec06-bg03.png");
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(3) a {
    background-image: url("../img/top/sec06-bg04.png");
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(4) a {
    background-image: url("../img/top/sec06-bg05.png");
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(5) a {
    background-image: url("../img/top/sec06-bg06.png");
  }
  /*-------------------------
  HISTORY
  ---------------------------*/
  #contents.history .main-visual {
    background-image: url("../img/aboutus/history/mv.png");
  }
  #contents.history .c-box01 {
    padding: 80px 0;
    text-align: center;
  }
  #contents.history .c-box01 .text1 {
    font-size: 24px;
    font-weight: bold;
  }
  #contents.history .c-box01 .text2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.history .c-box01 .text3 {
    margin-top: 55px;
    padding-top: 55px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 135px 2px;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
  }
  #contents.history .c-box01 .movie {
    margin-top: 50px;
    text-align: center;
  }
  #contents.history .c-box01 .movie iframe {
    width: 560px;
    height: 320px;
  }
  #contents.history .c-box02, #contents.history .c-box03 {
    padding-bottom: 100px;
  }
  #contents.history .c-box02 .year-title, #contents.history .c-box03 .year-title {
    position: relative;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #contents.history .c-box02 .year-title span, #contents.history .c-box03 .year-title span {
    /*  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  }
  #contents.history .c-box02 .year-list, #contents.history .c-box03 .year-list {
    width: 1000px;
    margin: 70px auto 0;
  }
  #contents.history .c-box02 .year-box, #contents.history .c-box03 .year-box {
    display: flex;
    justify-content: space-betwee;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    margin-top: 45px;
  }
  #contents.history .c-box02 .year-box.no-image, #contents.history .c-box03 .year-box.no-image {
    /*margin-top: 15px;*/
  }
  #contents.history .c-box02 .year-box .content, #contents.history .c-box03 .year-box .content {
    flex-shrink: 0;
    width: 725px;
  }
  #contents.history .c-box02 .year-box .content .title, #contents.history .c-box03 .year-box .content .title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    background: url("../img/aboutus/history/title-border.png") no-repeat center bottom;
  }
  #contents.history .c-box02 .year-box .content .title.title02, #contents.history .c-box03 .year-box .content .title.title02 {
    margin-top: 35px;
  }
  #contents.history .c-box02 .year-box .content .title .year, #contents.history .c-box03 .year-box .content .title .year {
    flex-shrink: 0;
    width: 160px;
    padding-top: 5px;
    font-size: 18px;
  }
  #contents.history .c-box02 .year-box .content .title .text, #contents.history .c-box03 .year-box .content .title .text {
    font-size: 18px;
  }
  #contents.history .c-box02 .year-box .content .description, #contents.history .c-box03 .year-box .content .description {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding-top: 10px;
  }
  #contents.history .c-box02 .year-box .content .description .year, #contents.history .c-box03 .year-box .content .description .year {
    flex-shrink: 0;
    width: 160px;
    padding-top: 5px;
    font-size: 14px;
  }
  #contents.history .c-box02 .year-box .content .description .text, #contents.history .c-box03 .year-box .content .description .text {
    font-size: 14px;
    line-height: 1.8;
  }
  #contents.history .c-box02 .year-box .thumbnail, #contents.history .c-box03 .year-box .thumbnail {
    margin-left: 30px;
  }
  #contents.history .c-box02 .year-title {
    background-image: url("../img/aboutus/history/sec02-title-bg.png");
  }
  #contents.history .c-box03 .year-title {
    background-image: url("../img/aboutus/history/sec03-title-bg.png");
  }
  /*-------------------------
  FACILITY
  ---------------------------*/
  #contents.facility .main-visual {
    background-image: url("../img/aboutus/facility/mv.png");
  }
  #contents.facility .c-box01 {
    padding: 80px 0;
    text-align: center;
  }
  #contents.facility .c-box01 .text1 {
    font-size: 24px;
  }
  #contents.facility .c-box01 .text2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
  }
  #contents.facility .c-box01 .text3 {
    margin-top: 55px;
    padding-top: 55px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 135px 2px;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
  }
  #contents.facility .c-box02 {
    padding: 50px 0 65px;
    background: url("../img/aboutus/facility/sec02-bg.png") no-repeat center center;
    background-size: cover;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #contents.facility .c-box02 .list {
    margin-top: 50px;
  }
  #contents.facility .c-box02 .list .item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: nowrap;
    height: 201px;
  }
  #contents.facility .c-box02 .list .item:not(:first-child) {
    margin-top: 25px;
  }
  #contents.facility .c-box02 .list .item .thumbnail {
    flex-shrink: 0;
  }
  #contents.facility .c-box02 .list .item .content {
    position: relative;
    flex-grow: 1;
    background-color: #fff;
  }
  #contents.facility .c-box02 .list .item .content .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
  }
  #contents.facility .c-box02 .list .item .content .inner .title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
  }
  #contents.facility .c-box02 .list .item .content .inner p {
    margin-top: 15px;
    font-size: 15px;
  }
  #contents.facility .c-box03 {
    padding: 70px 0 100px;
  }
  #contents.facility .c-box03 .title02 {
    margin-top: 60px;
  }
  #contents.facility .c-box03 .lead-text {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
  }
  #contents.facility .c-box03 .track-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  #contents.facility .c-box03 .track-list .item {
    width: 21.9%;
  }
  #contents.facility .c-box03 .track-list .item:not(:nth-of-type(4n+1)) {
    margin-left: 4.133%;
  }
  #contents.facility .c-box03 .track-list .item:not(:nth-of-type(-n+4)) {
    margin-top: 50px;
  }
  #contents.facility .c-box03 .track-list .item p {
    margin-top: 8px;
    font-size: 15px;
  }
  /*-------------------------
  ACCESS
  ---------------------------*/
  #contents.access .main-visual {
    background-image: url("../img/aboutus/access/mv.png");
  }
  #contents.access .company-box .name {
    font-size: 20px;
    font-weight: bold;
  }
  #contents.access .company-box .address {
    font-size: 18px;
  }
  #contents.access .company-box .tel {
    margin-top: 25px;
    font-size: 18px;
  }
  #contents.access .company-box .btn {
    margin-top: 10px;
    width: 70px;
  }
  #contents.access .company-list {}
  #contents.access .company-box {
    display: flex;
    justify-content: space-between;
  }
  #contents.access .c-box01 {
    padding: 60px 0 90px;
    text-align: center;
  }
  #contents.access .c-box01 p {
    margin-top: 40px;
    font-size: 20px;
  }
  #contents.access .c-box01 .border-title {
    margin-top: 70px;
  }
  #contents.access .c-box02 {
    padding: 65px 0 75px;
    background-color: #E3E3E3;
  }
  #contents.access .c-box02 .company-list .company-box .tel {
    margin-top: 0;
  }
  #contents.access .c-box03 {
    padding: 70px 0 90px;
  }
  #contents.access .c-box03 .company-list {
    margin-top: 50px;
  }
  #contents.access .center-box .company-list {
    justify-content: center;
  }
  /*-------------------------
  ABOUTUS COMPANY
  ---------------------------*/
  #contents.aboutus-company .main-visual {
    background-image: url("../img/aboutus/company/mv.png");
  }
  #contents.aboutus-company .c-box01 {
    padding: 90px 0 60px;
    background: url("../img/aboutus/company/sec01-bg.png") no-repeat center center;
    background-size: cover;
  }
  #contents.aboutus-company .c-box01 .white-box {
    position: relative;
    padding: 60px 0 40px;
    background-color: #fff;
  }
  .midTtl {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 31px;
    margin-top: 30px;
  }
  #contents.aboutus-company .c-box01 .white-box .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    width: 855px;
    height: 80px;
    background: url("../img/gradation-bg.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
  }
  #contents.aboutus-company .c-box01 .white-box p {
    font-size: 20px;
    line-height: 2;
    text-align: center;
  }
  #contents.aboutus-company .c-box01 .branch-list {
    margin-top: 30px;
    text-align: center;
  }
  #contents.aboutus-company .c-box01 .branch-list .box {
    margin-bottom: 30px;
  }
  #contents.aboutus-company .c-box01 .branch-list .box a {
    border: 2px solid #fff;
  }
  .branch-list a {
    display: block;
  }
  .branch-list .box01 {
    width: 478px;
    margin: 0 auto;
  }
  .branch-list .box01 a {
    height: 234px;
  }
  .branch-list .list .box {
    width: 305px;
    margin-right: 42.5px;
  }
  .branch-list .list .box:nth-of-type(3n) {
    margin-right: 0;
  }
  .branch-list .list .box a {
    height: 210px;
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box01 a {
    background-image: url("../img/aboutus/company/sec01-img01.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box02 a {
    background-image: url("../img/aboutus/company/sec01-img02.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box03 a {
    background-image: url("../img/aboutus/company/sec01-img03.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box04 a {
    background-image: url("../img/aboutus/company/sec01-img04.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box05 a {
    background-image: url("../img/aboutus/company/sec01-img08.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box06 a {
    background-image: url("../img/aboutus/company/sec01-img09.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box a {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #contents.aboutus-company .c-box01 .branch-list .box a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/aboutus/company/sec01-gradation-bg.png") no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
  }
  #contents.aboutus-company .c-box01 .branch-list .box a:hover img {
    opacity: 1;
  }
  #contents.aboutus-company .c-box01 .branch-list .box a:hover::before {
    opacity: 1;
  }
  #contents.aboutus-company .c-box01 .branch-list .box a img {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box01 a img {
    top: 18%;
  }
  #contents.aboutus-company .c-box01 .branch-list .list {
    display: flex;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #contents.aboutus-company .c-box01 .branch-list ul {
    position: relative;
    padding: 5px 0 5px 15px;
    margin-top: 15px;
  }
  #contents.aboutus-company .c-box01 .branch-list ul::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#89b332), color-stop(32%, #89b332), color-stop(72%, #338f38), to(#338f38));
    background: -o-linear-gradient(bottom, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: -ms-linear-gradient(bottom, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: linear-gradient(to top, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
  }
  #contents.aboutus-company .c-box01 .branch-list li {
    text-align: left;
    font-weight: 600;
    color: #fff;
    padding-left: 1em;
    text-indent: -1em;
  }
  #contents.aboutus-company .c-box01 .branch-list .kanren {
    margin: 40px 0 20px;
  }
  .aboutus-company .c-box02 .main-title, #contents.aboutus-company .c-box03 .main-title, #contents.aboutus-company .c-box04 .main-title, #contents.aboutus-company .c-box05 .main-title, #contents.aboutus-company .c-box06 .main-title, #contents.aboutus-company .c-box07 .main-title, #contents.aboutus-company .c-box08 .main-title {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contents.aboutus-company .c-box02 .main-title .contents-inner, #contents.aboutus-company .c-box03 .main-title .contents-inner, #contents.aboutus-company .c-box04 .main-title .contents-inner, #contents.aboutus-company .c-box05 .main-title .contents-inner, #contents.aboutus-company .c-box06 .main-title .contents-inner, #contents.aboutus-company .c-box07 .main-title .contents-inner, #contents.aboutus-company .c-box08 .main-title .contents-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  #contents.aboutus-company .c-box02 .main-title .contents-inner .inner, #contents.aboutus-company .c-box03 .main-title .contents-inner .inner, #contents.aboutus-company .c-box04 .main-title .contents-inner .inner, #contents.aboutus-company .c-box05 .main-title .contents-inner .inner, #contents.aboutus-company .c-box06 .main-title .contents-inner .inner, #contents.aboutus-company .c-box07 .main-title .contents-inner .inner, #contents.aboutus-company .c-box08 .main-title .contents-inner .inner {
    position: absolute;
    top: 50px;
    left: 50%;
  }
  #contents.aboutus-company .c-box02 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box03 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box04 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box05 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box06 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box07 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box08 .main-title .contents-inner .inner .name {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  #contents.aboutus-company .c-box02 .box-inner, #contents.aboutus-company .c-box03 .box-inner, #contents.aboutus-company .c-box04 .box-inner, #contents.aboutus-company .c-box05 .box-inner, #contents.aboutus-company .c-box06 .box-inner, #contents.aboutus-company .c-box07 .box-inner, #contents.aboutus-company .c-box08 .box-inner {
    padding: 50px 0 130px;
  }
  #contents.aboutus-company .c-box02 .box-inner .text1, #contents.aboutus-company .c-box03 .box-inner .text1, #contents.aboutus-company .c-box04 .box-inner .text1, #contents.aboutus-company .c-box05 .box-inner .text1, #contents.aboutus-company .c-box06 .box-inner .text1, #contents.aboutus-company .c-box07 .box-inner .text1, #contents.aboutus-company .c-box08 .box-inner .text1 {
    margin-top: 60px;
    font-size: 20px;
    text-align: center;
    line-height: 2;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile, #contents.aboutus-company .c-box03 .box-inner .company-profile, #contents.aboutus-company .c-box04 .box-inner .company-profile, #contents.aboutus-company .c-box05 .box-inner .company-profile, #contents.aboutus-company .c-box06 .box-inner .company-profile, #contents.aboutus-company .c-box07 .box-inner .company-profile, #contents.aboutus-company .c-box08 .box-inner .company-profile {
    margin-top: 55px;
    padding: 40px 60px 50px;
    background-color: #fff;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile .title, #contents.aboutus-company .c-box03 .box-inner .company-profile .title, #contents.aboutus-company .c-box04 .box-inner .company-profile .title, #contents.aboutus-company .c-box05 .box-inner .company-profile .title, #contents.aboutus-company .c-box06 .box-inner .company-profile .title, #contents.aboutus-company .c-box07 .box-inner .company-profile .title, #contents.aboutus-company .c-box08 .box-inner .company-profile .title {
    text-align: center;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box03 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box04 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box05 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box06 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box07 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box08 .box-inner .company-profile .sub-title {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table, #contents.aboutus-company .c-box03 .box-inner .company-profile table, #contents.aboutus-company .c-box04 .box-inner .company-profile table, #contents.aboutus-company .c-box05 .box-inner .company-profile table, #contents.aboutus-company .c-box06 .box-inner .company-profile table, #contents.aboutus-company .c-box07 .box-inner .company-profile table, #contents.aboutus-company .c-box08 .box-inner .company-profile table {
    width: 100%;
    margin-top: 50px;
    text-align: left;
    border-collapse: collapse;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table th, #contents.aboutus-company .c-box02 .box-inner .company-profile table td, #contents.aboutus-company .c-box03 .box-inner .company-profile table th, #contents.aboutus-company .c-box03 .box-inner .company-profile table td, #contents.aboutus-company .c-box04 .box-inner .company-profile table th, #contents.aboutus-company .c-box04 .box-inner .company-profile table td, #contents.aboutus-company .c-box05 .box-inner .company-profile table th, #contents.aboutus-company .c-box05 .box-inner .company-profile table td, #contents.aboutus-company .c-box06 .box-inner .company-profile table th, #contents.aboutus-company .c-box06 .box-inner .company-profile table td, #contents.aboutus-company .c-box07 .box-inner .company-profile table th, #contents.aboutus-company .c-box07 .box-inner .company-profile table td, #contents.aboutus-company .c-box08 .box-inner .company-profile table th, #contents.aboutus-company .c-box08 .box-inner .company-profile table td {
    padding: 25px 10px;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.8;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table th, #contents.aboutus-company .c-box03 .box-inner .company-profile table th, #contents.aboutus-company .c-box04 .box-inner .company-profile table th, #contents.aboutus-company .c-box05 .box-inner .company-profile table th, #contents.aboutus-company .c-box06 .box-inner .company-profile table th, #contents.aboutus-company .c-box07 .box-inner .company-profile table th, #contents.aboutus-company .c-box08 .box-inner .company-profile table th {
    width: 170px;
    text-align: left;
    border-bottom: 1px solid #000000;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table td, #contents.aboutus-company .c-box03 .box-inner .company-profile table td, #contents.aboutus-company .c-box04 .box-inner .company-profile table td, #contents.aboutus-company .c-box05 .box-inner .company-profile table td, #contents.aboutus-company .c-box06 .box-inner .company-profile table td, #contents.aboutus-company .c-box07 .box-inner .company-profile table td, #contents.aboutus-company .c-box08 .box-inner .company-profile table td {
    position: relative;
    border-bottom: 1px solid #9D9D9D;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table td .map, #contents.aboutus-company .c-box03 .box-inner .company-profile table td .map, #contents.aboutus-company .c-box04 .box-inner .company-profile table td .map, #contents.aboutus-company .c-box05 .box-inner .company-profile table td .map, #contents.aboutus-company .c-box06 .box-inner .company-profile table td .map, #contents.aboutus-company .c-box07 .box-inner .company-profile table td .map, #contents.aboutus-company .c-box08 .box-inner .company-profile table td .map {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table td a:not(.map), #contents.aboutus-company .c-box03 .box-inner .company-profile table td a:not(.map), #contents.aboutus-company .c-box04 .box-inner .company-profile table td a:not(.map), #contents.aboutus-company .c-box05 .box-inner .company-profile table td a:not(.map), #contents.aboutus-company .c-box06 .box-inner .company-profile table td a:not(.map), #contents.aboutus-company .c-box07 .box-inner .company-profile table td a:not(.map), #contents.aboutus-company .c-box08 .box-inner .company-profile table td a:not(.map) {
    color: #000;
    text-decoration: none;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table td a:not(.map):hover, #contents.aboutus-company .c-box03 .box-inner .company-profile table td a:not(.map):hover, #contents.aboutus-company .c-box04 .box-inner .company-profile table td a:not(.map):hover, #contents.aboutus-company .c-box05 .box-inner .company-profile table td a:not(.map):hover, #contents.aboutus-company .c-box06 .box-inner .company-profile table td a:not(.map):hover, #contents.aboutus-company .c-box07 .box-inner .company-profile table td a:not(.map):hover, #contents.aboutus-company .c-box08 .box-inner .company-profile table td a:not(.map):hover {
    text-decoration: underline;
  }
  #contents.aboutus-company .c-box02 .main-logo {
    padding: 70px 0 40px;
    text-align: center;
  }
  #contents.aboutus-company .c-box02 .main-title {
    background-image: url("../img/aboutus/company/sec02-bg.png");
  }
  #contents.aboutus-company .c-box02 .box-inner {
    background-color: #E7E7E7;
  }
  #contents.aboutus-company .c-box02 .box-inner .box {
    position: relative;
    padding: 50px;
    border: 1px solid #000;
  }
  #contents.aboutus-company .c-box02 .box-inner .box.box01 {
    margin-top: 120px;
  }
  #contents.aboutus-company .c-box02 .box-inner .box.box02 {
    margin-top: 70px;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 570px;
    padding: 5px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box .thumbnail {
    flex-shrink: 0;
    width: 300px;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box .content {
    padding-left: 40px;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box .content .logo {
    text-align: left;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box .content p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8;
  }
  #contents.aboutus-company .c-box03 .logo {
    padding: 60px 0 40px;
    text-align: center;
  }
  #contents.aboutus-company .c-box03 .logo p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  #contents.aboutus-company .c-box03 .main-title {
    background-image: url("../img/aboutus/company/sec03-bg.png");
  }
  #contents.aboutus-company .c-box04 .main-title {
    background-image: url("../img/aboutus/company/sec04-bg.png");
  }
  #contents.aboutus-company .c-box05 .main-title {
    background-image: url("../img/aboutus/company/sec05-bg.png");
  }
  #contents.aboutus-company .c-box06 .main-title {
    background-image: url("../img/aboutus/company/sec06-bg.png");
  }
  #contents.aboutus-company .c-box07 .main-title {
    background-image: url("../img/aboutus/company/sec07-bg.png");
  }
  #contents.aboutus-company .c-box08 .main-title {
    background-image: url("../img/aboutus/company/sec08-bg.png");
  }
  #contents.aboutus-company .c-box06 .logo {
    padding: 50px 0 40px;
    background-color: #E7E7E7;
    text-align: center;
  }
  #contents.aboutus-company .c-box06 .logo .name {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  #contents.aboutus-company .c-box06 .main-title {
    padding: 45px 0 35px;
    background: url("../img/aboutus/company/sec06-bg.png") no-repeat center center;
    background-size: cover;
    text-align: center;
  }
  #contents.aboutus-company .c-box06 .main-title .name {
    margin: 10px 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  #contents.aboutus-company .company-information-box {
    margin-top: 30px;
  }
}
/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1024px) {
  /*-------------------------
  HEADER
  ---------------------------*/
  #globalHeader {
    background: #fff;
    position: relative;
  }
  #globalHeader .sp {
    display: block !important;
  }
  #globalHeader .pc {
    display: none !important;
  }
  #globalHeader .contents-inner {
    height: auto;
  }
  #globalHeader .contents-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding: 10px;
  }
  #globalHeader .contents-inner .logo {
    width: 140px;
    padding-top: 0;
    line-height: 1;
  }
  #globalHeader .contents-inner .sp-menu {
    width: 35px;
    cursor: pointer;
  }
  #globalHeader .contents-inner .sp-menu img {
    width: 100%;
  }
  #globalHeader .global-navi {
    display: none;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 9999;
    top: 60px;
    left: 0;
  }
  #globalHeader .global-navi > ul {
    display: block;
    padding-left: 0;
  }
  #globalHeader .global-navi > ul > li {
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    display: block;
  }
  #globalHeader .global-navi > ul > li > a, #globalHeader .global-navi > ul > li span {
    display: block;
    padding: 5px 10px;
    font-size: 20px;
    color: #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .line a li span, .recruit a li span, .blog2 a li span {
    color: #FFFFFF !important;
  }
  .navContWrap a {
    color: #000;
    font-size: 20px;
  }
  .navContWrap {
    display: none;
    background: #f1f1f1;
    padding-bottom: 1px;
  }
  #globalHeader .global-navi .btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding: 10px 20px;
    width: 100%;
  }
  #globalHeader .global-navi .btn a {
    margin-left: 10px;
  }
  #globalHeader .global-navi .close-btn {
    padding: 12px 0;
    background-color: #138F2E;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
  }
  .navName {
    text-align: center;
    border-top: 1px solid #f1f1f1;
  }
  .navName a {
    position: relative;
    display: inline-block;
    padding: 15px 0;
    background: url("../img/arrow_nav.png") right center no-repeat;
    background-size: auto 9px;
    padding-right: 15px;
  }
  .listLink {
    position: relative;
  }
  .listLink {
    height: 17.5vw;
  }
  .listLink img {
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .listLink a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    letter-spacing: .05em;
    text-indent: .05em;
    transition: .1s;
    font-weight: bold;
    font-size: 24px;
  }
  .listLink a:hover {
    background: rgba(0, 0, 0, .1);
    text-shadow: 0 0 5px #000;
  }
  .listLink a::after {
    content: "";
    display: inline-block;
    background: url("../img/arrow_nav2.png") right center no-repeat;
    background-size: contain;
    width: 6px;
    height: 9px;
    margin-left: 10px;
  }
  .navCont {
    margin-bottom: 5px;
  }
  .navChild {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .navChild li {
    width: 48%;
    margin-right: 4%;
    margin-top: 12px;
    position: relative;
    background: url("../img/arrow_nav.png") right center no-repeat;
    background-size: auto 9px;
    padding: 0 15px 0 8px;
  }
  .navChild li:nth-of-type(even) {
    margin-right: 0;
  }
  .navChild li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#89b332), color-stop(32%, #89b332), color-stop(72%, #338f38), to(#338f38));
    background: -o-linear-gradient(bottom, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: -ms-linear-gradient(bottom, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: linear-gradient(to top, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
  }
  .navChild a {
    display: block;
  }
  .navChild a:hover, .navName a:hover {
    color: #13812e;
  }
  .accordion > span {
    position: relative;
  }
  .accordion > span::after {
    content: "";
    display: inline-block;
    background: url("../img/nav_arrow-b.png") center center no-repeat;
    background-size: contain;
    width: 6px;
    height: 4px;
    margin-bottom: 1px;
    margin-left: 8px;
    transition: .1s;
  }
  .accordion > a > span.dropdown::after {
    transform: scale(1, -1);
  }
}
@media screen and (max-width: 1000px) {
  #contents.aboutus-company .c-box01 .branch-list .list {
    justify-content: center;
  }
  #contents.aboutus-company .c-box01 .branch-list .list .box, .branch-list .list .box:nth-of-type(3n) {
    margin-left: 30px;
    margin-right: 30px;
  }
}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {
  /*-------------------------
  COMMON
  ---------------------------*/
  body, html {
    overflow-x: hidden;
  }
  .pc {
    display: none !important;
  }
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
  }
  .navContWrap a, #globalHeader .global-navi > ul > li > a, #globalHeader .global-navi > ul > li span, .listLink a {
    font-size: 14px;
  }
  #globalHeader .global-navi .close-btn {
    font-size: 15px;
  }
  /*-------------------------
  FIXED BTN
  ---------------------------*/
  .fixed-btn {
    display: none;
  }
  /*-------------------------
  SUB MAIN VISUAL
  ---------------------------*/
  .main-visual {
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .main-visual.sub h2 .title img {
    height: 20px;
  }
  .main-visual.sub h2 .text {
    margin-top: 30px;
  }
  .main-visual.sub h2 .text::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 40px;
    height: 1px;
    background-color: #fff;
  }
  .main-visual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-visual h2 .title {
    text-align: center;
  }
  .main-visual h2 .text {
    position: relative;
    margin-top: 15px;
    font-size: 24px;
    font-size: 3.75vw;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5em;
    white-space: nowrap;
  }
  .contents-box.company-information-box {
    background-color: #E3E3E3;
    padding: 20px 20px 60px;
  }
  #contents.access .contents-box.company-information-box {
    margin-top: 50px;
  }
  .contents-box.company-information-box .section-title {
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    text-align: center;
  }
  .contents-box.company-information-box .list {
    position: relative;
    z-index: 1;
    margin-top: 20px;
  }
  .contents-box.company-information-box .list > .item {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: url("../img/company-link-img01.png") no-repeat center center;
    background-size: cover;
  }
  .contents-box.company-information-box .list > .item .inner .logo {
    text-align: center;
  }
  .contents-box.company-information-box .list > .item .inner .logo img {
    width: 120px;
  }
  .contents-box.company-information-box .list > .item .inner .btn {
    margin-top: 20px;
    text-align: center;
  }
  .contents-box.company-information-box .list > .item .inner .btn a {
    display: inline-block;
    max-width: 220px;
    width: 90%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-size: 2.8125vw;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
  }
  .contents-box.company-information-box .list > .item .inner .btn a span {
    padding-right: 15px;
    background: url("../img/arrow-right-white.png") no-repeat right center;
  }
  .contents-box.company-information-box .list .inner-list .item {
    width: 100%;
    margin-top: 3px;
  }
  .contents-box.company-information-box .list .inner-list .item a {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
    text-align: center;
  }
  .contents-box.company-information-box .list .inner-list .item a:hover::before {
    opacity: 1;
  }
  .contents-box.company-information-box .list .inner-list .item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.3);
  }
  .contents-box.company-information-box .list .inner-list .item a span {
    position: relative;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-size: 3.125vw;
  }
  .contents-box.company-information-box .list .inner-list .item a span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #fff;
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(1) a {
    background-image: url("../img/company-link-img02.png");
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(2) a {
    background-image: url("../img/company-link-img03.png");
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(3) a {
    background-image: url("../img/company-link-img04.png");
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(4) a {
    background-image: url("../img/company-link-img05.png");
  }
  .contents-box.company-information-box .list .inner-list .item:nth-of-type(5) a {
    background-image: url("../img/company-link-img06.png");
  }
  .border-title {
    padding-bottom: 25px;
    font-size: 34px;
    font-size: 5.3125vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.15em;
    background: url("../img/gradation-border.png") no-repeat center bottom;
    background-size: 90px 2px;
  }
  .contents-box.business-page-box .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .contents-box.business-page-box .list .item {
    width: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
  }
  .contents-box.business-page-box .list .item:first-child {
    width: 100%;
  }
  .contents-box.business-page-box .list .item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .contents-box.business-page-box .list .item > a span {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-size: 3.125vw;
    color: #fff;
    white-space: nowrap;
  }
  .contents-box.business-page-box .list .item > a span::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    background-color: #fff;
  }
  .contents-box.business-page-box .list .item > a span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    transform: translateX(-3vw);
    background-color: #138F2E;
  }
  .contents-box.business-page-box .list .item:nth-of-type(1) a {
    background-image: url("../img/business/sub-link-img01.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(2) a {
    background-image: url("../img/business/sub-link-img02.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(3) a {
    background-image: url("../img/business/sub-link-img03.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(4) a {
    background-image: url("../img/business/sub-link-img04.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(5) a {
    background-image: url("../img/business/sub-link-img05.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(6) a {
    background-image: url("../img/business/sub-link-img06.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(7) a {
    background-image: url("../img/business/sub-link-img07.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(8) a {
    background-image: url("../img/business/sub-link-img08.png");
  }
  .contents-box.business-page-box .list .item:nth-of-type(9) a {
    background-image: url("../img/business/sub-link-img09.png");
  }
  .contents-box.mysite-box {
    padding: 40px 20px;
  }
  .contents-box.mysite-box .headline {
    font-size: 28px;
    font-size: 4.375vw;
    font-weight: bold;
    text-align: center;
  }
  .contents-box.mysite-box .banner-list {
    margin-top: 30px;
  }
  .contents-box.mysite-box .banner-list a {
    display: block;
    max-width: 460px;
    width: 80%;
    margin: 0 auto;
  }
  .contents-box.mysite-box .banner-list a:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .contents-box.mysite-box .banner-list a img {
    width: 100%;
  }
  /*-------------------------
  FOOTER
  ---------------------------*/
  #globalFooter {
    position: relative;
    padding-top: 30px;
    background-color: #f2f2f2;
    color: #000;
  }
  #globalFooter .to-top {
    position: absolute;
    top: -30px;
    right: 0px;
  }
  #globalFooter .logo {
    text-align: center;
  }
  #globalFooter .logo img {
    width: 90px;
  }
  #globalFooter .contents-inner .company-information {
    margin-top: 20px;
    padding: 0 20px 15px;
    text-align: center;
  }
  #globalFooter .contents-inner .company-information .inner {
    display: inline-block;
    text-align: left;
  }
  #globalFooter .contents-inner .company-information .headline {
    font-size: 28px;
    font-size: 4.375vw;
    font-weight: bold;
  }
  #globalFooter .contents-inner .company-information .address {
    margin-top: 20px;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  #globalFooter .contents-inner .company-information .btn.contact {
    margin-top: 35px;
  }
  #globalFooter .contents-inner .company-information .btn.download {
    margin-top: 15px;
  }
  #globalFooter .contents-inner .company-information .btn a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    background: -webkit-gradient(linear, right top, left top, from(#89b332), color-stop(32%, #89b332), color-stop(72%, #338f38), to(#338f38));
    background: -ms-linear-gradient(right, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: -o-linear-gradient(right, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: linear-gradient(to left, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    border-radius: 3px;
    font-size: 20px;
    font-size: 3.125vw;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  #globalFooter .contents-inner .company-information .sns-list {
    margin-top: 10px;
    text-align: center;
  }
  #globalFooter .contents-inner .company-information .sns-list a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  #globalFooter .contents-inner .company-information .sns-list a img {
    vertical-align: middle;
  }
  .footBnr {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
  }
  .footBnr li {
    width: 31%;
  }
  #globalFooter .contents-inner .footer-link {
    margin-top: 20px;
  }
  #globalFooter .contents-inner .footer-link .open-btn {
    padding: 15px 0;
    background-color: #138F2E;
    color: #fff;
    font-size: 22px;
    font-size: 3.4375vw;
    text-align: center;
  }
  #globalFooter .contents-inner .footer-link .sp > ul {
    display: none;
    background-color: #fff;
  }
  #globalFooter .contents-inner .footer-link .sp > ul > li {
    border-bottom: 1px solid #F2F2F2;
  }
  #globalFooter .contents-inner .footer-link .sp > ul > li > a, #globalFooter .contents-inner .footer-link .sp > ul > li span {
    display: block;
    padding: 15px 10px;
    font-size: 20px;
    font-size: 3.125vw;
    color: #000;
    text-align: center;
    text-decoration: none;
  }
  #globalFooter .contents-inner .footer-link .sp > ul > li ul {}
  #globalFooter .contents-inner .footer-link .sp > ul > li ul li {}
  #globalFooter .contents-inner .footer-link .sp > ul > li ul li a {
    background-color: #eee;
  }
  #globalFooter .banner-list {
    display: none;
  }
  #globalFooter .copyright {
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #000;
    background-color: #fff;
  }
  /*-------------------------
  TOP
  ---------------------------*/
  #contents.index > .contents-box {
    background: #fff;
  }
  #contents.index {}
  #contents.index .main-visual {
    height: 350px;
    overflow: hidden;
  }
  #contents.index .main-visual video {
    height: 100%;
    object-fit: cover;
  }
  #contents.index .c-box01 {
    position: relative;
    z-index: 2;
  }
  #contents.index .c-box01 .contents-inner {
    position: relative;
    z-index: 2;
   /* background-color: #fff;*/
  }
  #contents.index .c-box01 .section-title {
    padding-left: 20px;
  }
  #contents.index .c-box01 .white-box {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-top: 3px solid #489051;
  }
  /*  #contents.index .c-box01 .white-box .tab {
    position: absolute;
    top: -32px;
    right: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 20px 0 10px;
    background-color: #024827;
  }*/
  #contents.index .c-box01 .white-box .tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 32px 30px;
    border-color: transparent transparent #024827 transparent;
  }
  #contents.index .c-box01 .white-box .tab a {
    color: #fff;
    font-size: 18px;
    font-size: 2.8125vw;
    font-weight: bold;
    text-decoration: none;
  }
  #contents.index .c-box01 .white-box .tab a span {
    padding-left: 15px;
    background: url("../img/arrow-right-white.png") no-repeat left center;
  }
  #contents.index .c-box01 .white-box .list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #contents.index .c-box01 .white-box .list .item {
    width: 48%;
  }
  #contents.index .c-box01 .white-box .list .item:nth-of-type(2n) {
    margin-left: 4%;
  }
  #contents.index .c-box01 .white-box .list .item:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
  #contents.index .c-box01 .white-box .list .item .thumbnail img {
    width: 100%;
  }
  #contents.index .c-box01 .white-box .list .item .information {
    margin-top: 10px;
  }
  #contents.index .c-box01 .white-box .list .item .information .post-date {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.index .c-box01 .white-box .list .item .information .title {
    margin: 5px 0;
    font-size: 20px;
    font-size: 3.125vw;
  }
  #contents.index .c-box01 .white-box .list .item .information p {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.index .c-box02 {
    position: relative;
    z-index: 3;
    padding-top: 50px;
  }
  #contents.index .c-box02 .section-title {
    padding-left: 6.5%;
  }
  #contents.index .c-box02 .section-title img, #contents.index .c-box02 .section-title span {
    display: inline-block;
    vertical-align: middle;
  }
  #contents.index .c-box02 .section-title img,#contents.index .c-box01 .section-title img {
    width: 200px;
  }
  #contents.index .c-box02 .section-title span {
    padding-left: 15px;
    font-size: 22px;
    font-size: 3.4375vw;
    color: #B3B3B3;
  }
  .topBusiness_cont {
    padding: 30px 0 !important;
  }
  #contents.index .c-box02 .box {
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s;
  }
  /*
  #contents.index .c-box02 .box[data-current="bg01"] {
    background-image: url("common/img/top/sec02-bg01.png");
  }
  #contents.index .c-box02 .box[data-current="bg02"] {
    background-image: url("common/img/top/sec02-bg02.jpg");
  }
  #contents.index .c-box02 .box[data-current="bg03"] {
    background-image: url("common/img/top/sec02-bg03.jpg");
  }
  #contents.index .c-box02 .box[data-current="bg04"] {
    background-image: url("common/img/top/sec02-bg04.jpg");
  }
  #contents.index .c-box02 .box[data-current="bg05"] {
    background-image: url("common/img/top/sec02-bg05.jpg");
  }
  #contents.index .c-box02 .box[data-current="bg06"] {
    background-image: url("common/img/top/sec02-bg06.jpg");
  }
  #contents.index .c-box02 .box[data-current="bg07"] {
    background-image: url("common/img/top/sec02-bg07.jpg");
  }
  #contents.index .c-box02 .box[data-current="bg08"] {
    background-image: url("common/img/top/sec02-bg08.jpg");
  }
  #contents.index .c-box02 .box[data-current="bg09"] {
    background-image: url("common/img/top/sec02-bg09.jpg");
  }
	*/
  #contents.index .c-box02 .box .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #contents.index .c-box02 .box .list .item {
    width: 48%;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  #contents.index .c-box02 .box .list .item:nth-of-type(2n) {
    margin-left: 4%;
  }
  #contents.index .c-box02 .box .list .item:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
  #contents.index .c-box02 .box .list .item > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
    transition: 0.5s;
    background-image: none;
  }
  #contents.index .c-box02 .box .list .item > a:hover {
    background-image: url("../img/top/sec02-gradation-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #contents.index .c-box02 .box .list .item > a span {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-size: 3.125vw;
    color: #fff;
    white-space: nowrap;
  }
  #contents.index .c-box02 .box .list .item > a span::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    background-color: #8ab7e7;
  }
  #contents.index .c-box02 .box .list .item > a span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    transform: translateX(-3vw);
    background-color: #8ab7e7;
  }
  #contents.index .c-box03 {
    padding: 50px 20px;
    /*margin-bottom: 200px;*/
  }
  #contents.index .c-box03 .section-title {
    text-align: center;
  }
  #contents.index .c-box03 .banner-list {
    margin-top: 30px;
  }
  #contents.index .c-box03 .banner-list .inner:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  #contents.index .c-box03 .banner-list .inner a {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
  }
  #contents.index .c-box03 .banner-list .inner a:not(:first-child) {
    margin-top: 20px;
  }
  #contents.index .c-box03 .banner-list .inner a img {
    width: 100%;
  }
  #contents.index .c-box04 {
    padding: 40px 0;
    background-color: #F2F2F2;
  }
  #contents.index .c-box04 .section-title {
    text-align: center;
    padding: 0 40px;
  }
  #contents.index .c-box04 .section-title img {
    width: 74vw;
    max-width: 520px;
  }
  #contents.index .c-box04 .sub-title {
    margin-top: 15px;
    font-size: 20px;
    font-size: 3.125vw;
    text-align: center;
  }
  #contents.index .c-box04 .youtube-slider {
    margin-top: 20px;
    padding: 20px 40px;
    background: url("../img/top/sec04-bg.png") no-repeat center center;
    background-size: cover;
  }
  #contents.index .c-box04 .youtube-slider .title {
    text-align: center;
  }
  #contents.index .c-box04 .youtube-slider .title img {
    width: 21vw;
    max-width: 150px;
  }
  #contents.index .c-box04 .youtube-slider .slider {
    position: relative;
    margin-top: 15px;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-slide img {
    width: 100%;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    z-index: 20;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control .swiper-prev {
    position: absolute;
    top: 0;
    left: -30px;
    width: 15px;
    outline: none;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control .swiper-prev img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control .swiper-next {
    position: absolute;
    top: 0;
    right: -30px;
    width: 15px;
    outline: none;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-control .swiper-next img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    bottom: -45px;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-pagination span {
    opacity: 1;
    margin: 0 10px;
    border: 2px solid #B3B3B3;
    background-color: transparent;
    outline: none;
  }
  #contents.index .c-box04 .youtube-slider .slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #B3B3B3;
  }
  #contents.index .c-box04 .youtube-slider .btn {
    margin-top: 70px;
    text-align: center;
  }
  #contents.index .c-box04 .facebook {
    padding: 30px 20px 0;
    text-align: center;
  }
  #contents.index .c-box04 .facebook .title {
    margin-bottom: 20px;
  }
  #contents.index .c-box04 .facebook .title img {
    width: 26vw;
    max-width: 180px;
  }
  #contents.index .c-box05 .section-title {
    padding-top: 80px;
    text-align: center;
  }
  #contents.index .c-box05 .section-title img {
    max-width: 350px;
    width: 80%;
  }
  #contents.index .c-box05 .inner-box {
    position: relative;
    z-index: 2;
    padding: 20px 20px 40px;
    background: url("../img/top/sec05-bg.jpg") no-repeat center center;
    background-size: cover;
  }
  #contents.index .c-box05 .inner-box .sub-title {
    text-align: center;
    font-size: 22px;
    font-size: 3.4375vw;
  }
  #contents.index .c-box05 .inner-box .white-box {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
  }
  #contents.index .c-box05 .inner-box .white-box .logo {
    text-align: center;
  }
  #contents.index .c-box05 .inner-box .white-box .logo img {
    width: 200px;
  }
  #contents.index .c-box05 .inner-box .white-box p {
    margin-top: 15px;
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
    text-align: center;
  }
  #contents.index .c-box05 .inner-box .white-box .list {
    margin-top: 25px;
  }
  #contents.index .c-box05 .inner-box .white-box .list a {
    display: block;
    width: 100%;
    background-color: #000;
  }
  #contents.index .c-box05 .inner-box .white-box .list a:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  #contents.index .c-box06 {
    position: relative;
    padding: 40px 20px 100px;
    /*margin-top: 200px;*/
  }
  #contents.index .c-box06 .section-title img, #contents.index .c-box06 .section-title span {
    display: inline-block;
    vertical-align: middle;
  }
  #contents.index .c-box06 .section-title img {
    width: 190px;
  }
  #contents.index .c-box06 .section-title span {
    padding-left: 15px;
    font-size: 20px;
    font-size: 3.125vw;
    color: #B3B3B3;
  }
  #contents.index .c-box06 .list {
    position: relative;
    z-index: 1;
  }
  #contents.index .c-box06 .list > .item {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: url("../img/top/sec06-bg01.png") no-repeat center center;
    background-size: cover;
  }
  #contents.index .c-box06 .list > .item .inner .logo {
    text-align: center;
  }
  #contents.index .c-box06 .list > .item .inner .logo img {
    width: 120px;
  }
  #contents.index .c-box06 .list > .item .inner .btn {
    margin-top: 20px;
    text-align: center;
  }
  #contents.index .c-box06 .list > .item .inner .btn a {
    display: inline-block;
    max-width: 220px;
            width: 220px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        font-size: 2.8125vw;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        text-align: center;
        margin: 0 auto;
  }
  #contents.index .c-box06 .list > .item .inner .btn a span {
    padding-right: 15px;
    background: url("../img/arrow-right-white.png") no-repeat right center;
  }
  #contents.index .c-box06 .list .inner-list .item {
    width: 100%;
    margin-top: 3px;
  }
  #contents.index .c-box06 .list .inner-list .item a {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
    text-align: center;
  }
  #contents.index .c-box06 .list .inner-list .item a:hover::before {
    opacity: 1;
  }
  #contents.index .c-box06 .list .inner-list .item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.3);
  }
  #contents.index .c-box06 .list .inner-list .item a span {
    position: relative;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-size: 3.125vw;
  }
  #contents.index .c-box06 .list .inner-list .item a span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #fff;
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(1) a {
    background-image: url("../img/top/sec06-bg02.png");
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(2) a {
    background-image: url("../img/top/sec06-bg03.png");
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(3) a {
    background-image: url("../img/top/sec06-bg04.png");
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(4) a {
    background-image: url("../img/top/sec06-bg05.png");
  }
  #contents.index .c-box06 .list .inner-list .item:nth-of-type(5) a {
    background-image: url("../img/top/sec06-bg06.png");
  }
  .top-modal {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
  }
  .top-modal.show {
    display: block;
  }
  .top-modal .modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 50vh;
  }
  .top-modal .modal-box img {
    position: absolute;
    top: -40px;
    right: 0;
  }
  .top-modal .modal-box .modal-content {
    height: 100%;
  }
  .top-modal .modal-box .modal-content iframe {
    width: 100%;
    height: 100%;
  }
  /*-------------------------
  BUSINESS INDEX
  ---------------------------*/
  #contents.business-index .main-visual {
    background-image: url("../img/business/mv.png");
  }
  #contents.business-index .c-box01 {
    padding: 40px 20px;
    text-align: center;
  }
  #contents.business-index .c-box01 .text1 {
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #contents.business-index .c-box01 .text2 {
    margin-top: 15px;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-index .c-box01 .text3 {
    margin-top: 30px;
    padding-top: 30px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 90px 2px;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-index .c-box02 h3 {
    padding: 30px 0;
    background-color: #F2F2F2;
    text-align: center;
    font-size: 30px;
    font-size: 4.6875vw;
    font-weight: bold;
  }
  #contents.business-index .c-box02 .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #contents.business-index .c-box02 .list .item {
    width: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
  }
  #contents.business-index .c-box02 .list .item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #contents.business-index .c-box02 .list .item > a span {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-size: 3.125vw;
    color: #fff;
    white-space: nowrap;
  }
  #contents.business-index .c-box02 .list .item > a span::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    background-color: #fff;
  }
  #contents.business-index .c-box02 .list .item > a span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 3vw;
    height: 2px;
    transform: translateX(-3vw);
    background-color: #138F2E;
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(1) a {
    background-image: url("../img/business/link-img01.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(2) a {
    background-image: url("../img/business/link-img02.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(3) a {
    background-image: url("../img/business/link-img03.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(4) a {
    background-image: url("../img/business/link-img04.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(5) a {
    background-image: url("../img/business/link-img05.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(6) a {
    background-image: url("../img/business/link-img06.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(7) a {
    background-image: url("../img/business/link-img07.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(8) a {
    background-image: url("../img/business/link-img08.png");
  }
  #contents.business-index .c-box02 .list .item:nth-of-type(9) a {
    background-image: url("../img/business/link-img09.png");
  }
  #contents.business-index .c-box02 .list .item:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
  #contents.business-index .c-box02 .list .item p {
    padding: 10px;
    font-size: 18px;
    font-size: 2.8125vw;
    font-weight: bold;
  }
  /*-------------------------
  BUSINESS IPPAN
  ---------------------------*/
  #contents.business-ippan .main-visual {
    background-image: url("../img/business/ippan/mv.png");
  }
  #contents.business-sub .c-box01 {
    padding: 40px 20px;
    text-align: center;
  }
  #contents.business-sub .c-box01 .text1 {
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #contents.business-sub .c-box01 .text2 {
    margin-top: 15px;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-sub .c-box01 .text3 {
    margin-top: 30px;
    padding-top: 30px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 90px 2px;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-sub .c-box02 {
    padding: 40px 20px;
    background-color: #F2F2F2;
  }
  #contents.business-sub .c-box02 h3 {
    padding: 12px 0;
    text-align: center;
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
    color: #fff;
    background: url("../img/gradation-border.png") no-repeat center bottom;
    background-size: 100% 3px;
    background-color: #000;
  }
  #contents.business-sub .c-box02 h3:nth-of-type(2) {
    margin-top: 55px;
  }
  #contents.business-sub .c-box02 .lead-text {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-size: 3.125vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-sub .c-box02 .media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #contents.business-sub .c-box02 .media-box.m-box01 .content .green-text {
    margin-top: 20px;
  }
  #contents.business-sub .c-box02 .media-box.m-box01 .content .box {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #138F2E;
  }
  #contents.business-sub .c-box02 .media-box.m-box01 .content .box p {
    font-size: 16px;
    font-size: 2.5vw;
  }
  #contents.business-sub .c-box02 .media-box.m-box02 .content .green-text {
    margin-top: 25px;
  }
  #contents.business-sub .c-box02 .media-box .thumbnail {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
  #contents.business-sub .c-box02 .media-box .thumbnail img {
    width: 100%;
  }
  #contents.business-sub .c-box02 .media-box .content {
    order: 1;
    width: 100%;
  }
  #contents.business-sub .c-box02 .media-box .content p {
    font-size: 18px;
    font-size: 2.8125vw;
    line-height: 1.6;
  }
  #contents.business-sub .c-box02 .media-box .content .green-text {
    font-size: 18px;
    font-size: 2.8125vw;
    font-weight: bold;
    color: #138F2E;
  }
  #contents.business-sub .c-box03 {
    padding: 40px 20px;
  }
  #contents.business-sub .c-box03 .list {
    margin-top: 40px;
  }
  #contents.business-sub .c-box03 .list .item {
    padding: 20px;
    border: 1px solid #000;
    box-sizing: border-box;
  }
  #contents.business-sub .c-box03 .list .item:not(:first-child) {
    margin-top: 30px;
  }
  #contents.business-sub .c-box03 .list .item .number {
    text-align: center;
  }
  #contents.business-sub .c-box03 .list .item .title {
    margin-top: 15px;
    text-align: center;
    font-size: 26px;
    font-size: 4.0625vw;
    font-weight: bold;
  }
  #contents.business-sub .c-box03 .list .item .sub-title {
    text-align: center;
    font-size: 18px;
    font-size: 2.8125vw;
    font-weight: bold;
    color: #138F2E;
  }
  #contents.business-sub .c-box03 .list .item .thumbnail {
    margin-top: 20px;
  }
  #contents.business-sub .c-box03 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-sub .c-box03 .list .item .text {
    margin-top: 20px;
    font-size: 15px;
  }
  #contents.business-sub .c-box03 .list .item .text .line {
    background-color: #FFFF00;
  }
  #contents.business-sub .c-box04 {
    padding: 40px 20px;
  }
  #contents.business-sub .c-box04 .list {
    margin-top: 40px;
  }
  #contents.business-sub .c-box04 .list .item:nth-of-type(2) {
    margin-top: 30px;
  }
  #contents.business-sub .c-box04 .list .item img {
    width: 100%;
  }
  #contents.business-sub .c-box05 {
    padding: 40px 20px;
    background-color: #F2F2F2;
  }
  #contents.business-sub .c-box05 .img {
    margin-top: 30px;
    text-align: center;
  }
  #contents.business-sub .c-box05 .btn {
    margin-top: 50px;
    text-align: center;
  }
  #contents.business-sub .c-box05 .btn a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-size: 4.0625vw;
    text-decoration: none;
    background: url("../img/gradation-btn.png") no-repeat center center;
    background-size: cover;
  }
  #contents.business-sub .c-box05 .btn a span {
    display: block;
    background: url("../img/business/arrow-right-white.png") no-repeat 95% center;
  }
  /*-------------------------
  BUSINESS ECOSTYLEWEB
  ---------------------------*/
  #contents.business-ecostyleweb .main-visual {
    background-image: url("../img/business/ecostyleweb/mv.png");
  }
  #contents.business-ecostyleweb .c-box01 {
    padding: 40px 20px;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box01 .text1 {
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box01 .text2 {
    margin-top: 15px;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-ecostyleweb .c-box01 .text3 {
    margin-top: 30px;
    padding-top: 30px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 90px 2px;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box02 {
    padding: 40px 20px;
    background-color: #E7E7E7;
  }
  #contents.business-ecostyleweb .c-box02 h3 {
    padding: 12px 0;
    text-align: center;
    background: url("../img/business/ecostyleweb/gradation-border.png") no-repeat center bottom;
    background-size: 100% 3px;
    background-color: #13802E;
    color: #fff;
    font-size: 20px;
    font-size: 3.125vw;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box02 .lead-text {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-size: 2.8125vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-ecostyleweb .c-box02 .list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  #contents.business-ecostyleweb .c-box02 .list .item {
    position: relative;
    width: 49%;
    padding: 50px 20px 20px;
    background-color: #fff;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 620px) and (max-width: 450px) {
  #contents.business-ecostyleweb .c-box02 .list .item {
    width: 100%;
    margin-left: 0 !important;
  }
  #contents.business-ecostyleweb .c-box02 .list .item:not(:nth-of-type(1)) {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 620px) {
  #contents.business-ecostyleweb .c-box02 .list .item:not(:nth-of-type(2n+1)) {
    margin-left: 2%;
  }
  #contents.business-ecostyleweb .c-box02 .list .item:not(:nth-of-type(-n+2)) {
    margin-top: 60px;
  }
  #contents.business-ecostyleweb .c-box02 .list .item .case {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }
  #contents.business-ecostyleweb .c-box02 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-ecostyleweb .c-box02 .list .item p {
    margin-top: 10px;
    font-size: 16px;
    font-size: 2.5vw;
  }
  #contents.business-ecostyleweb .c-box02 .last-text {
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
    color: #13802E;
    line-height: 1.6;
  }
  #contents.business-ecostyleweb .c-box03 {
    padding: 40px 20px;
  }
  #contents.business-ecostyleweb .c-box03 .border-title {
    margin-top: 40px;
  }
  #contents.business-ecostyleweb .c-box03 .list {
    margin-top: 40px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item {
    padding: 20px;
    border: 1px solid #000000;
    box-sizing: border-box;
  }
  #contents.business-ecostyleweb .c-box03 .list .item:not(:nth-of-type(-n+2)) {
    margin-top: 30px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .number {
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .title {
    margin-top: 20px;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .title .text1 {
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .title .text2 {
    font-size: 20px;
    font-size: 3.125vw;
    font-weight: bold;
    color: #13802E;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .thumbnail {
    margin-top: 15px;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box03 .list .item p {
    margin-top: 20px;
    font-size: 16px;
    font-size: 2.5vw;
  }
  #contents.business-ecostyleweb .c-box03 .list .item p .border {
    background-color: #FFFF00;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility {
    margin-top: 20px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .headline {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    font-size: 16px;
    font-size: 2.5vw;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .inner {
    margin-top: 10px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .inner div {
    padding: 5px 10px;
    background-color: #CCDAD0;
    text-align: center;
    line-height: 1;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .inner div:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  #contents.business-ecostyleweb .c-box03 .list .item .control-facility .inner div span {
    font-size: 16px;
    font-size: 2.5vw;
    font-weight: bold;
    color: #13802E;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box04 {
    padding: 40px 20px;
    background-color: #E7E7E7;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box04 .btn a {
    display: inline-block;
    width: 80%;
    margin-top: 40px;
    padding: 12px 10px;
    background: url("../img/gradation-btn.png") no-repeat center center;
    background-size: 100% 100%;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  #contents.business-ecostyleweb .c-box04 .btn a span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    background: url("../img/arrow-right-white02.png") no-repeat 95% center;
  }
  #contents.business-ecostyleweb .c-box05 {
    padding: 40px 20px;
    text-align: center;
  }
  #contents.business-ecostyleweb .c-box05 .banner {
    margin-top: 30px;
  }
  /*-------------------------
  BUSINESS ECOSTYLE
  ---------------------------*/
  #contents.business-ecostyle .main-visual {
    background-image: url("../img/business/ecostyle/mv.png");
  }
  #contents.business-ecostyle .c-box01 {
    padding: 40px 20px 0;
    text-align: center;
  }
  #contents.business-ecostyle .c-box01 .text1 {
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box01 .text2 {
    margin-top: 15px;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-ecostyle .c-box01 .text3 {
    margin-top: 30px;
    padding-top: 30px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 90px 2px;
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box01 .img {
    margin-top: 30px;
    text-align: center;
  }
  #contents.business-ecostyle .c-box01 .img img {
    width: 70%;
    max-width: 460px;
  }
  #contents.business-ecostyle .c-box02 {
    padding: 40px 20px;
    background-color: #D1E3DB;
  }
  #contents.business-ecostyle .c-box02 .title {
    padding: 12px 0;
    text-align: center;
    background: url(common/img/gradation-border-long.png) no-repeat center bottom;
    background-size: 100% 3px;
    background-color: #13802E;
    color: #fff;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #contents.business-ecostyle .c-box02 .lead-text {
    margin-top: 20px;
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.8;
    text-align: center;
  }
  #contents.business-ecostyle .c-box02 .list {
    margin-top: 40px;
  }
  #contents.business-ecostyle .c-box02 .list .item {
    background-color: #fff;
    width: 100%;
  }
  #contents.business-ecostyle .c-box02 .list .item:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  #contents.business-ecostyle .c-box02 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-ecostyle .c-box02 .list .item .content {
    padding: 15px;
  }
  #contents.business-ecostyle .c-box02 .list .item .content .item-title {
    font-size: 20px;
    font-size: 3.125vw;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ecostyle .c-box02 .list .item .content p {
    margin-top: 10px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.business-ecostyle .c-box02 .caution {
    margin-top: 20px;
    text-align: center;
    font-size: 19px;
    font-size: 2.96875vw;
  }
  #contents.business-ecostyle .c-box03 {
    padding: 40px 20px;
  }
  #contents.business-ecostyle .c-box03 .title {
    padding: 12px 0;
    text-align: center;
    border-bottom: 2px solid #808080;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #contents.business-ecostyle .c-box03 .lead-text {
    margin-top: 30px;
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.8;
    text-align: center;
  }
  #contents.business-ecostyle .c-box03 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #contents.business-ecostyle .c-box03 .list > div:nth-of-type(-n+4) {
    width: 49%;
  }
  #contents.business-ecostyle .c-box03 .list > div:nth-of-type(-n+4) p {
    margin-top: 10px;
    text-align: center;
    font-size: 19px;
    font-size: 2.96875vw;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box03 .list > div:nth-of-type(3), #contents.business-ecostyle .c-box03 .list > div:nth-of-type(4) {
    margin-top: 20px;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) {
    width: 100%;
    margin-top: 20px;
    background-color: #E6E6E6;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) .content {
    padding: 15px;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) .content .item-title {
    font-size: 19px;
    font-size: 2.96875vw;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) .content p {
    margin-top: 10px;
    font-size: 16px;
    font-size: 2.5vw;
  }
  #contents.business-ecostyle .c-box03 .list > div:not(:nth-of-type(-n+4)) .content p span {
    color: #FF0000;
  }
  #contents.business-ecostyle .c-box03 .list > div .thumbnail img {
    width: 100%;
  }
  #contents.business-ecostyle .c-box04 {
    padding: 40px 20px;
    background-color: #E6E6E6;
  }
  #contents.business-ecostyle .c-box04 .title {
    padding-bottom: 10px;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000;
  }
  #contents.business-ecostyle .c-box04 .lead-text {
    margin-top: 20px;
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.8;
    text-align: center;
  }
  #contents.business-ecostyle .c-box04 .list {
    margin-top: 30px;
  }
  #contents.business-ecostyle .c-box04 .list .item {
    padding: 15px;
    background-color: #fff;
  }
  #contents.business-ecostyle .c-box04 .list .item:not(:first-child) {
    margin-top: 20px;
  }
  #contents.business-ecostyle .c-box04 .list .item .item-title {
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
    text-align: center;
  }
  #contents.business-ecostyle .c-box04 .list .item .thumbnail {
    margin-top: 10px;
  }
  #contents.business-ecostyle .c-box04 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-ecostyle .c-box04 .list .item p {
    margin-top: 10px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.business-ecostyle .c-box04 .onegai {
    margin-top: 30px;
    padding: 15px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }
  #contents.business-ecostyle .c-box04 .onegai .onegai-title {
    padding: 10px;
    background-color: #9A1C24;
    color: #fff;
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
    text-align: center;
  }
  #contents.business-ecostyle .c-box04 .onegai .content {
    padding-top: 20px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.business-ecostyle .c-box05 {
    margin-top: 20px;
    padding: 40px 20px;
    background-color: #D1E3DB;
  }
  #contents.business-ecostyle .c-box05 .media-box {
    margin-top: 30px;
  }
  #contents.business-ecostyle .c-box05 .media-box .content p {
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.6;
  }
  #contents.business-ecostyle .c-box05 .media-box .content .img {
    margin-top: 15px;
  }
  #contents.business-ecostyle .c-box05 .media-box .content .btn {
    margin-top: 20px;
    text-align: center;
  }
  #contents.business-ecostyle .c-box05 .media-box .thumbnail {
    margin-top: 20px;
  }
  #contents.business-ecostyle .c-box05 .media-box .thumbnail img {
    width: 100%;
  }
  #contents.business-ecostyle .c-box06 {
    padding: 40px 20px;
  }
  #contents.business-ecostyle .c-box06 .title {
    text-align: center;
  }
  #contents.business-ecostyle .c-box06 .lead-text {
    margin-top: 10px;
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.8;
    text-align: center;
  }
  #contents.business-ecostyle .c-box06 .list {
    margin-top: 30px;
  }
  #contents.business-ecostyle .c-box06 .list .item {
    padding: 20px;
    border-top: 1px solid #13822E;
  }
  #contents.business-ecostyle .c-box06 .list .item:nth-of-type(3) {
    border-bottom: 1px solid #13822E;
  }
  #contents.business-ecostyle .c-box06 .list .item .icon {
    text-align: center;
  }
  #contents.business-ecostyle .c-box06 .list .item .item-title {
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ecostyle .c-box06 .list .item p {
    margin-top: 20px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.business-ecostyle .c-box06 .tel-information {
    margin-top: 30px;
    text-align: center;
  }
  #contents.business-ecostyle .c-box06 .tel-information .text1 {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.business-ecostyle .c-box06 .tel-information .tel {
    margin-top: 15px;
  }
  #contents.business-ecostyle .c-box06 .tel-information .tel span {
    display: inline-block;
    vertical-align: bottom;
  }
  #contents.business-ecostyle .c-box06 .tel-information .tel span:nth-of-type(2) {
    margin-top: 15px;
  }
  #contents.business-ecostyle .c-box07 {
    padding: 40px 20px;
    background-color: #E6E6E6;
    text-align: center;
  }
  #contents.business-ecostyle .c-box07 .title {
    font-size: 26px;
    font-size: 4.0625vw;
    font-weight: bold;
  }
  #contents.business-ecostyle .c-box07 .banner {
    margin-top: 20px;
  }
  /*-------------------------
  BUSINESS NDRIVE
  ---------------------------*/
  #contents.business-ndrive .main-visual {
    background-image: url("../img/business/ndrive/mv.png");
  }
  #contents.business-ndrive .c-box01 {
    padding: 40px 20px;
    text-align: center;
  }
  #contents.business-ndrive .c-box01 .text1 {
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box01 .text2 {
    margin-top: 15px;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.business-ndrive .c-box01 .text3 {
    margin-top: 30px;
    padding-top: 30px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 90px 2px;
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 2;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box02 {
    padding: 40px 20px;
    background-color: #E6E6E6;
  }
  #contents.business-ndrive .c-box02 .title {
    padding: 12px 0;
    text-align: center;
    background: url(common/img/gradation-border-long.png) no-repeat center bottom;
    background-size: 100% 3px;
    background-color: #13802E;
    color: #fff;
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #contents.business-ndrive .c-box02 .list {
    margin-top: 30px;
  }
  #contents.business-ndrive .c-box02 .list .item {
    position: relative;
  }
  #contents.business-ndrive .c-box02 .list .item:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  #contents.business-ndrive .c-box02 .list .item > img {
    width: 100%;
  }
  #contents.business-ndrive .c-box02 .list .item .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 10px;
    color: #fff;
  }
  #contents.business-ndrive .c-box02 .list .item .inner .case {
    text-align: center;
  }
  #contents.business-ndrive .c-box02 .list .item .inner p {
    margin-top: 25px;
    font-size: 26px;
    font-size: 4.0625vw;
    white-space: nowrap;
    text-align: center;
  }
  #contents.business-ndrive .c-box02 .text1 {
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box03 {
    padding: 40px 20px 20px;
  }
  #contents.business-ndrive .c-box03 .list {
    margin-top: 50px;
  }
  #contents.business-ndrive .c-box03 .list .item {
    background-color: #E6E6E6;
  }
  #contents.business-ndrive .c-box03 .list .item:not(:first-child) {
    margin-top: 7px;
  }
  #contents.business-ndrive .c-box03 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-ndrive .c-box03 .list .item .content {
    padding: 25px;
  }
  #contents.business-ndrive .c-box03 .list .item .content .item-title {
    font-size: 28px;
    font-size: 4.375vw;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ndrive .c-box03 .list .item .content p {
    margin-top: 5px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.business-ndrive .c-box04 {
    padding: 20px;
  }
  #contents.business-ndrive .c-box04 .list {
    margin-top: 30px;
  }
  #contents.business-ndrive .c-box04 .list .item {
    padding: 20px;
    border: 1px solid #000;
  }
  #contents.business-ndrive .c-box04 .list .item:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  #contents.business-ndrive .c-box04 .list .item .number {
    text-align: center;
  }
  #contents.business-ndrive .c-box04 .list .item .thumbnail {
    margin-top: 10px;
  }
  #contents.business-ndrive .c-box04 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-ndrive .c-box04 .list .item p {
    margin-top: 10px;
    font-size: 20px;
    font-size: 3.125vw;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box04 .list .item p span {
    background-color: #FFFF00;
  }
  #contents.business-ndrive .c-box05 {
    padding: 40px 20px;
    background-color: #E6E6E6;
  }
  #contents.business-ndrive .c-box05 .list {
    margin-top: 40px;
    border-bottom: 1px solid #13822E;
  }
  #contents.business-ndrive .c-box05 .list .item {
    padding: 20px;
    border-top: 1px solid #13822E;
  }
  #contents.business-ndrive .c-box05 .list .item .balloon {
    position: relative;
    padding: 8px 10px;
    background-color: #13822E;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.business-ndrive .c-box05 .list .item .balloon::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    width: 18px;
    height: 24px;
    background: url("../img/business/ndrive/sec04-corn.png") no-repeat;
  }
  #contents.business-ndrive .c-box05 .list .item .item-title {
    margin-top: 30px;
    font-size: 26px;
    font-size: 4.0625vw;
    font-weight: bold;
    color: #13822E;
    text-align: center;
  }
  #contents.business-ndrive .c-box05 .list .item p {
    margin-top: 10px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.business-ndrive .c-box06 {
    padding: 40px 20px;
  }
  #contents.business-ndrive .c-box06 .media-box {
    margin-top: 30px;
  }
  #contents.business-ndrive .c-box06 .media-box .thumbnail {
    margin-top: 20px;
  }
  #contents.business-ndrive .c-box06 .media-box .thumbnail img {
    width: 100%;
  }
  #contents.business-ndrive .c-box06 .media-box .content .headline {
    font-size: 28px;
    font-size: 4.375vw;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ndrive .c-box06 .media-box .content p {
    margin-top: 15px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.business-ndrive .c-box06 .media-box .content p:nth-of-type(2) {
    margin-top: 20px;
  }
  #contents.business-ndrive .c-box06 .title {
    margin-top: 50px;
    font-size: 26px;
    font-size: 4.0625vw;
    font-weight: bold;
    text-align: center;
  }
  #contents.business-ndrive .c-box06 .banner {
    margin-top: 15px;
    text-align: center;
  }
  #contents.business-ndrive .c-box07 {
    padding: 40px 20px;
    background-color: #D1E3DB;
  }
  #contents.business-ndrive .c-box07 .list {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
  }
  #contents.business-ndrive .c-box07 .list .item .item-title span {
    background-color: #E6E6E6;
    display: block;
    vertical-align: middle;
  }
  #contents.business-ndrive .c-box07 .list .item .item-title span:nth-of-type(1) {
    padding: 10px;
    background-color: #13822E;
    text-align: center;
  }
  #contents.business-ndrive .c-box07 .list .item .item-title span:nth-of-type(1) img {
    vertical-align: middle;
  }
  #contents.business-ndrive .c-box07 .list .item .item-title span:nth-of-type(2) {
    padding: 10px;
    font-size: 26px;
    font-size: 4.0625vw;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ndrive .c-box07 .list .item ul {
    padding: 20px 0;
  }
  #contents.business-ndrive .c-box07 .list .item ul li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.6;
    font-size: 20px;
    font-size: 3.125vw;
  }
  #contents.business-ndrive .c-box07 .list .item ul li:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  #contents.business-ndrive .c-box08 {
    padding: 40px 20px;
    background: url("../img/business/ndrive/sec07-bg.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
  }
  #contents.business-ndrive .c-box08 .border-title {
    color: #fff;
    background: transparent !important;
  }
  #contents.business-ndrive .c-box08 .border-title span {
    position: relative;
  }
  #contents.business-ndrive .c-box08 .border-title span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 135px;
    height: 1px;
    background-color: #fff;
  }
  #contents.business-ndrive .c-box08 .text1 {
    margin-top: 30px;
    font-size: 28px;
    font-size: 4.375vw;
    font-weight: bold;
  }
  #contents.business-ndrive .c-box08 .text2 {
    margin-top: 30px;
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.8;
  }
  #contents.business-ndrive .c-box09 {
    padding: 40px 20px;
  }
  #contents.business-ndrive .c-box09 .flow-list {
    margin-top: 40px;
  }
  #contents.business-ndrive .c-box09 .flow-list .item {
    position: relative;
    padding-left: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #contents.business-ndrive .c-box09 .flow-list .item:last-child {
    padding-bottom: 0;
  }
  #contents.business-ndrive .c-box09 .flow-list .item:last-child::after {
    content: none;
  }
  #contents.business-ndrive .c-box09 .flow-list .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #13822E;
  }
  #contents.business-ndrive .c-box09 .flow-list .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 6px;
    height: 100%;
    background-color: #13822E;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content {
    order: 1;
    width: 100%;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content .number {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content .number img {
    width: 30px;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content .item-title {
    margin-top: 10px;
    font-size: 28px;
    font-size: 4.375vw;
    font-weight: bold;
    color: #13822E;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .content p {
    margin-top: 8px;
    font-size: 18px;
    font-size: 2.8125vw;
    line-height: 1.8;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .thumbnail {
    order: 2;
    width: 100%;
    margin-top: 10px;
  }
  #contents.business-ndrive .c-box09 .flow-list .item .thumbnail img {
    width: 100%;
  }
  #contents.business-ndrive .c-box10 {
    padding: 40px 20px;
    background-color: #E1E1E1;
  }
  #contents.business-ndrive .c-box10 .title {
    font-size: 26px;
    font-size: 4.0625vw;
    font-weight: bold;
    text-align: center;
  }
  #contents.business-ndrive .c-box10 .banner {
    margin-top: 15px;
    text-align: center;
  }
  /*-------------------------
  ABOUTUS MESSAGE
  ---------------------------*/
  #contents.aboutus-message .main-visual {
    background-image: url("../img/aboutus/message/mv.png");
  }
  #contents.aboutus-message .section-title {
    padding: 40px 0;
  }
  #contents.aboutus-message .section-title span {
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #contents.aboutus-message .section-title span:nth-of-type(1) {
    font-size: 50px;
    font-size: 7.8125vw;
  }
  #contents.aboutus-message .section-title span:nth-of-type(2) {
    margin-top: 10px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.aboutus-message .c-box01 .inner-box {
    padding: 30px 20px;
    background: url("../img/aboutus/message/sec01-bg.png") no-repeat center center;
    background-size: cover;
  }
  #contents.aboutus-message .c-box01 .white-box {
    padding: 20px;
    background-color: #fff;
  }
  #contents.aboutus-message .c-box01 .white-box .title {
    text-align: center;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box {
    margin-top: 20px;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .content p {
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .profile {
    margin-top: 20px;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .profile .thumbnail {
    text-align: center;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .profile .thumbnail img {
    max-width: 285px;
    width: 100%;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .profile .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  #contents.aboutus-message .c-box01 .white-box .media-box .profile .text span {
    font-size: 20px;
  }
  #contents.aboutus-message .c-box02 .list .item {
    position: relative;
    padding: 50px 20px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #contents.aboutus-message .c-box02 .list .item .inner-box p {
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
    color: #fff;
    line-height: 2;
  }
  #contents.aboutus-message .c-box02 .list .item .img {
    position: absolute;
    bottom: 0;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(1) {
    background-image: url("../img/aboutus/message/sec02-bg01.png");
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(1) .img {
    left: 20px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(1) .img img {
    width: 200px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(2) {
    background-image: url("../img/aboutus/message/sec02-bg02.png");
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(2) .img {
    right: 20px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(2) .img img {
    width: 200px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) {
    background-image: url("../img/aboutus/message/sec02-bg03.png");
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .white-box {
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .white-box ul {
    font-size: 20px;
    font-size: 3.125vw;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .white-box ul li:not(:first-child) {
    margin-top: 8px;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .img {
    left: 0;
  }
  #contents.aboutus-message .c-box02 .list .item:nth-of-type(3) .img img {
    width: 200px;
  }
  #contents.aboutus-message .c-box03 {
    padding: 40px 20px;
  }
  #contents.aboutus-message .c-box03 .section-title {
    padding-top: 0;
    padding-bottom: 30px;
    background: url("../img/gradation-border.png") no-repeat center bottom;
    background-size: 90px 2px;
  }
  #contents.aboutus-message .c-box03 p {
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.aboutus-message .c-box04 {
    padding: 40px 20px;
    background: url("../img/aboutus/message/sec04-bg.png") no-repeat center center;
    background-size: cover;
  }
  #contents.aboutus-message .c-box04 .white-box {
    padding: 30px 20px;
    background-color: #fff;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.aboutus-message .c-box04 .white-box .section-border-title {
    margin-bottom: 40px;
    padding-bottom: 30px;
    font-size: 30px;
    font-size: 4.6875vw;
    font-weight: bold;
    text-align: center;
    background: url("../img/gradation-border.png") no-repeat center bottom;
    background-size: 90px 2px;
  }
  #contents.aboutus-message .c-box04 .white-box:nth-of-type(2) {
    margin-top: 30px;
  }
  #contents.aboutus-message .c-box04 .white-box:nth-of-type(2) ul {
    margin-top: 40px;
  }
  #contents.aboutus-message .c-box04 .white-box p {
    line-height: 2;
  }
  #contents.aboutus-message .c-box04 .white-box ul li {
    text-indent: -0.7em;
    margin-left: 0.7em;
  }
  #contents.aboutus-message .c-box04 .white-box ul li:not(:first-child) {
    margin-top: 20px;
  }
  #contents.aboutus-message .c-box04 .white-box .signature {
    margin-top: 40px;
    line-height: 2;
    text-align: right;
  }
  #contents.aboutus-message .c-box05 {
    padding: 40px 20px;
  }
  #contents.aboutus-message .c-box05 .list {
    position: relative;
    z-index: 1;
  }
  #contents.aboutus-message .c-box05 .list > .item {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: url("../img/top/sec06-bg01.png") no-repeat center center;
    background-size: cover;
  }
  #contents.aboutus-message .c-box05 .list > .item .inner .logo {
    text-align: center;
  }
  #contents.aboutus-message .c-box05 .list > .item .inner .logo img {
    width: 120px;
  }
  #contents.aboutus-message .c-box05 .list > .item .inner .btn {
    margin-top: 20px;
    text-align: center;
  }
  #contents.aboutus-message .c-box05 .list > .item .inner .btn a {
    display: inline-block;
    max-width: 220px;
    width: 90%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-size: 2.8125vw;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
  }
  #contents.aboutus-message .c-box05 .list > .item .inner .btn a span {
    padding-right: 15px;
    background: url("../img/arrow-right-white.png") no-repeat right center;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item {
    width: 100%;
    margin-top: 3px;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
    text-align: center;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a:hover::before {
    opacity: 1;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.3);
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a span {
    position: relative;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-size: 3.125vw;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item a span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #fff;
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(1) a {
    background-image: url("../img/top/sec06-bg02.png");
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(2) a {
    background-image: url("../img/top/sec06-bg03.png");
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(3) a {
    background-image: url("../img/top/sec06-bg04.png");
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(4) a {
    background-image: url("../img/top/sec06-bg05.png");
  }
  #contents.aboutus-message .c-box05 .list .inner-list .item:nth-of-type(5) a {
    background-image: url("../img/top/sec06-bg06.png");
  }
  /*-------------------------
  HISTORY
  ---------------------------*/
  #contents.history .main-visual {
    background-image: url("../img/history/mv.png");
  }
  #contents.history .c-box01 {
    padding: 40px 20px;
    text-align: center;
  }
  #contents.history .c-box01 .text1 {
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #contents.history .c-box01 .text2 {
    margin-top: 15px;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.history .c-box01 .text3 {
    margin-top: 30px;
    padding-top: 30px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 90px 2px;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 2;
    font-weight: bold;
  }
  #contents.history .c-box01 .movie {
    margin-top: 30px;
  }
  #contents.history .c-box01 .movie iframe {
    width: 100%;
    height: 180px;
  }
  #contents.history .c-box02, #contents.history .c-box03 {
    padding-bottom: 50px;
  }
  #contents.history .c-box02 .year-title, #contents.history .c-box03 .year-title {
    position: relative;
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #contents.history .c-box02 .year-title span, #contents.history .c-box03 .year-title span {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  }
  #contents.history .c-box02 .year-list, #contents.history .c-box03 .year-list {
    padding: 0 20px;
  }
  #contents.history .c-box02 .year-box, #contents.history .c-box03 .year-box {
    margin-top: 30px;
  }
  #contents.history .c-box02 .year-box .content .title, #contents.history .c-box03 .year-box .content .title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    background: url("../img/history/title-border.png") no-repeat center bottom;
  }
  #contents.history .c-box02 .year-box .content .title.title02, #contents.history .c-box03 .year-box .content .title.title02 {
    margin-top: 35px;
  }
  #contents.history .c-box02 .year-box .content .title .year, #contents.history .c-box03 .year-box .content .title .year {
    flex-shrink: 0;
    width: 18vw;
    font-size: 20px;
    font-size: 3.125vw;
  }
  #contents.history .c-box02 .year-box .content .title .text, #contents.history .c-box03 .year-box .content .title .text {
    font-size: 20px;
    font-size: 3.125vw;
  }
  #contents.history .c-box02 .year-box .content .description, #contents.history .c-box03 .year-box .content .description {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    padding-top: 10px;
  }
  #contents.history .c-box02 .year-box .content .description .year, #contents.history .c-box03 .year-box .content .description .year {
    flex-shrink: 0;
    width: 18vw;
    padding-top: 5px;
    font-size: 16px;
    font-size: 2.5vw;
  }
  #contents.history .c-box02 .year-box .content .description .text, #contents.history .c-box03 .year-box .content .description .text {
    font-size: 16px;
    font-size: 2.5vw;
  }
  #contents.history .c-box02 .year-box .thumbnail, #contents.history .c-box03 .year-box .thumbnail {
    margin-top: 20px;
    text-align: center;
    max-width: 245px;
  }
  #contents.history .c-box02 .year-title {
    background-image: url("../img/history/sec02-title-bg.png");
  }
  #contents.history .c-box03 .year-title {
    background-image: url("../img/history/sec03-title-bg.png");
  }
  /*-------------------------
  FACILITY
  ---------------------------*/
  #contents.facility .main-visual {
    background-image: url("../img/facility/mv.png");
  }
  #contents.facility .c-box01 {
    padding: 40px 20px;
    text-align: center;
  }
  #contents.facility .c-box01 .text1 {
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #contents.facility .c-box01 .text2 {
    margin-top: 15px;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 2;
  }
  #contents.facility .c-box01 .text3 {
    margin-top: 30px;
    padding-top: 30px;
    background: url("../img/gradation-border.png") no-repeat center top;
    background-size: 90px 2px;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 2;
    font-weight: bold;
  }
  #contents.facility .c-box02 {
    padding: 40px 20px;
    background: url("../img/facility/sec02-bg.png") no-repeat center center;
    background-size: cover;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #contents.facility .c-box02 .list {
    margin-top: 40px;
  }
  #contents.facility .c-box02 .list .item:not(:first-child) {
    margin-top: 25px;
  }
  #contents.facility .c-box02 .list .item .thumbnail img {
    width: 100%;
  }
  #contents.facility .c-box02 .list .item .content {
    background-color: #fff;
  }
  #contents.facility .c-box02 .list .item .content .inner {
    padding: 20px;
    box-sizing: border-box;
  }
  #contents.facility .c-box02 .list .item .content .inner .title {
    margin-top: 20px;
    font-size: 22px;
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #contents.facility .c-box02 .list .item .content .inner p {
    margin-top: 15px;
    font-size: 15px;
    font-size: 2.34375vw;
  }
  #contents.facility .c-box03 {
    padding: 40px 20px;
  }
  #contents.facility .c-box03 .title02 {
    margin-top: 40px;
  }
  #contents.facility .c-box03 .lead-text {
    margin-top: 20px;
    font-size: 20px;
    font-size: 3.125vw;
    text-align: center;
  }
  #contents.facility .c-box03 .track-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #contents.facility .c-box03 .track-list .item {
    width: 32%;
  }
  #contents.facility .c-box03 .track-list .item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  #contents.facility .c-box03 .track-list .item:not(:nth-of-type(-n+3)) {
    margin-top: 30px;
  }
  #contents.facility .c-box03 .track-list .item p {
    margin-top: 8px;
    font-size: 16px;
    font-size: 2.5vw;
  }
  /*-------------------------
  ACCESS
  ---------------------------*/
  #contents.access .main-visual {
    background-image: url("../img/access/mv.png");
  }
  #contents.access .company-box .name {
    margin-top: 20px;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
  }
  #contents.access .company-box .address {
    margin-top: 8px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.access .company-box .tel {
    margin-top: 15px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
  #contents.access .company-box .btn {
    margin-top: 10px;
    width: 70px;
  }
  #contents.access .company-list .company-box .thumbnail img {
    width: 100%;
  }
  #contents.access .company-list .company-box:not(:first-child) {
    margin-top: 30px;
  }
  #contents.access .c-box01 {
    padding: 40px 20px;
    text-align: center;
  }
  #contents.access .c-box01 p {
    margin-top: 40px;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 1.4;
  }
  #contents.access .c-box01 .border-title {
    margin-top: 40px;
  }
  #contents.access .c-box01 .company-box {
    display: inline-block;
    margin-top: 45px;
    text-align: left;
  }
  #contents.access .c-box02 {
    padding: 40px 20px;
    background-color: #E3E3E3;
  }
  #contents.access .c-box02 .box01 {
    margin-top: 40px;
  }
  #contents.access .c-box02 .company-list {
    margin-top: 40px;
  }
  #contents.access .c-box02 .company-list .company-box .tel {
    margin-top: 0;
  }
  #contents.access .c-box03 {
    padding: 40px 20px;
  }
  #contents.access .c-box03 .company-list {
    margin-top: 40px;
  }
  /*-------------------------
  ABOUTUS COMPANY
  ---------------------------*/
  #contents.aboutus-company .main-visual {
    background-image: url("../img/aboutus/company/mv.png");
  }
  #contents.aboutus-company .c-box01 {
    padding: 40px 20px;
    background: url("../img/aboutus/company/sec01-bg.png") no-repeat center center;
    background-size: cover;
  }
  #contents.aboutus-company .c-box01 .white-box {
    position: relative;
    padding: 50px 20px 20px;
    background-color: #fff;
  }
  #contents.aboutus-company .c-box01 .white-box .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 90%;
    padding: 10px;
    background: url("../img/gradation-bg.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 30px;
    font-size: 4.6875vw;
    font-weight: bold;
    text-align: center;
  }
  #contents.aboutus-company .c-box01 .white-box p {
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.8;
  }
  .midTtl {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
  }
  #contents.aboutus-company .c-box01 .branch-list {
    margin-top: 20px;
    text-align: center;
  }
  #contents.aboutus-company .c-box01 .branch-list .box a {
    display: block;
    border: 2px solid #fff;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #contents.aboutus-company .c-box01 .branch-list .list .box, .branch-list .list .box:nth-of-type(3n) {
    margin-left: 0;
    margin-right: 0;
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box01 a {
    width: 100%;
    background-image: url("../img/aboutus/company/sec01-img01.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box02 a {
    background-image: url("../img/aboutus/company/sec01-img02.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box03 a {
    background-image: url("../img/aboutus/company/sec01-img03.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box04 a {
    background-image: url("../img/aboutus/company/sec01-img04.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box05 a {
    background-image: url("../img/aboutus/company/sec01-img05.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box06 a {
    background-image: url("../img/aboutus/company/sec01-img08.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box.box07 a {
    background-image: url("../img/aboutus/company/sec01-img09.png");
  }
  #contents.aboutus-company .c-box01 .branch-list .box a {
    position: relative;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contents.aboutus-company .c-box01 .branch-list .box a::before {
    content: '';
    display: block;
    padding-top: 65%;
  }
  #contents.aboutus-company .c-box01 .branch-list .box a img {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
    height: 30vw;
  }
  #contents.aboutus-company .c-box01 .branch-list .branch {
    margin-top: 20px;
  }
  #contents.aboutus-company .c-box01 .branch-list .list div {
    margin-top: 50px;
  }
  #contents.aboutus-company .c-box01 .branch-list ul {
    position: relative;
    padding: 5px 0 5px 15px;
    margin-top: 15px;
  }
  #contents.aboutus-company .c-box01 .branch-list ul::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#89b332), color-stop(32%, #89b332), color-stop(72%, #338f38), to(#338f38));
    background: -o-linear-gradient(bottom, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: -ms-linear-gradient(bottom, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
    background: linear-gradient(to top, #89b332 0%, #89b332 32%, #338f38 72%, #338f38 100%);
  }
  #contents.aboutus-company .c-box01 .branch-list li {
    text-align: left;
    font-weight: 600;
    color: #fff;
    padding-left: 1em;
    text-indent: -1em;
  }
  #contents.aboutus-company .c-box01 .branch-list .kanren {
    margin: 40px 0 20px;
  }
  #contents.aboutus-company .c-box02 .main-title, #contents.aboutus-company .c-box03 .main-title, #contents.aboutus-company .c-box04 .main-title, #contents.aboutus-company .c-box05 .main-title, #contents.aboutus-company .c-box06 .main-title, #contents.aboutus-company .c-box07 .main-title, #contents.aboutus-company .c-box08 .main-title {
    padding: 50px 20px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contents.aboutus-company .c-box02 .main-title .contents-inner .inner, #contents.aboutus-company .c-box03 .main-title .contents-inner .inner, #contents.aboutus-company .c-box04 .main-title .contents-inner .inner, #contents.aboutus-company .c-box05 .main-title .contents-inner .inner, #contents.aboutus-company .c-box06 .main-title .contents-inner .inner, #contents.aboutus-company .c-box07 .main-title .contents-inner .inner, #contents.aboutus-company .c-box08 .main-title .contents-inner .inner {
    text-align: center;
  }
  #contents.aboutus-company .c-box02 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box03 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box04 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box05 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box06 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box07 .main-title .contents-inner .inner .name, #contents.aboutus-company .c-box08 .main-title .contents-inner .inner .name {
    margin-top: 10px;
    font-size: 26px;
    font-size: 4.0625vw;
    font-weight: bold;
    color: #fff;
  }
  #contents.aboutus-company .c-box02 .box-inner, #contents.aboutus-company .c-box03 .box-inner, #contents.aboutus-company .c-box04 .box-inner, #contents.aboutus-company .c-box05 .box-inner, #contents.aboutus-company .c-box06 .box-inner, #contents.aboutus-company .c-box07 .box-inner, #contents.aboutus-company .c-box08 .box-inner {
    padding: 40px 20px;
  }
  #contents.aboutus-company .c-box02 .box-inner .text1, #contents.aboutus-company .c-box03 .box-inner .text1, #contents.aboutus-company .c-box04 .box-inner .text1, #contents.aboutus-company .c-box05 .box-inner .text1, #contents.aboutus-company .c-box06 .box-inner .text1, #contents.aboutus-company .c-box07 .box-inner .text1, #contents.aboutus-company .c-box08 .box-inner .text1 {
    margin-top: 30px;
    font-size: 22px;
    font-size: 3.4375vw;
    text-align: center;
    line-height: 2;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile, #contents.aboutus-company .c-box03 .box-inner .company-profile, #contents.aboutus-company .c-box04 .box-inner .company-profile, #contents.aboutus-company .c-box05 .box-inner .company-profile, #contents.aboutus-company .c-box06 .box-inner .company-profile, #contents.aboutus-company .c-box07 .box-inner .company-profile, #contents.aboutus-company .c-box08 .box-inner .company-profile {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile .title, #contents.aboutus-company .c-box03 .box-inner .company-profile .title, #contents.aboutus-company .c-box04 .box-inner .company-profile .title, #contents.aboutus-company .c-box05 .box-inner .company-profile .title, #contents.aboutus-company .c-box06 .box-inner .company-profile .title, #contents.aboutus-company .c-box07 .box-inner .company-profile .title, #contents.aboutus-company .c-box08 .box-inner .company-profile .title {
    text-align: center;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box03 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box04 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box05 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box06 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box07 .box-inner .company-profile .sub-title, #contents.aboutus-company .c-box08 .box-inner .company-profile .sub-title {
    margin-top: 10px;
    font-size: 18px;
    font-size: 2.8125vw;
    font-weight: bold;
    text-align: center;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table, #contents.aboutus-company .c-box03 .box-inner .company-profile table, #contents.aboutus-company .c-box04 .box-inner .company-profile table, #contents.aboutus-company .c-box05 .box-inner .company-profile table, #contents.aboutus-company .c-box06 .box-inner .company-profile table, #contents.aboutus-company .c-box07 .box-inner .company-profile table, #contents.aboutus-company .c-box08 .box-inner .company-profile table {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
    text-align: left;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table tr, #contents.aboutus-company .c-box02 .box-inner .company-profile table th, #contents.aboutus-company .c-box02 .box-inner .company-profile table td, #contents.aboutus-company .c-box03 .box-inner .company-profile table tr, #contents.aboutus-company .c-box03 .box-inner .company-profile table th, #contents.aboutus-company .c-box03 .box-inner .company-profile table td, #contents.aboutus-company .c-box04 .box-inner .company-profile table tr, #contents.aboutus-company .c-box04 .box-inner .company-profile table th, #contents.aboutus-company .c-box04 .box-inner .company-profile table td, #contents.aboutus-company .c-box05 .box-inner .company-profile table tr, #contents.aboutus-company .c-box05 .box-inner .company-profile table th, #contents.aboutus-company .c-box05 .box-inner .company-profile table td, #contents.aboutus-company .c-box06 .box-inner .company-profile table tr, #contents.aboutus-company .c-box06 .box-inner .company-profile table th, #contents.aboutus-company .c-box06 .box-inner .company-profile table td, #contents.aboutus-company .c-box07 .box-inner .company-profile table tr, #contents.aboutus-company .c-box07 .box-inner .company-profile table th, #contents.aboutus-company .c-box07 .box-inner .company-profile table td, #contents.aboutus-company .c-box08 .box-inner .company-profile table tr, #contents.aboutus-company .c-box08 .box-inner .company-profile table th, #contents.aboutus-company .c-box08 .box-inner .company-profile table td {
    display: block;
    width: 100%;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table th, #contents.aboutus-company .c-box02 .box-inner .company-profile table td, #contents.aboutus-company .c-box03 .box-inner .company-profile table th, #contents.aboutus-company .c-box03 .box-inner .company-profile table td, #contents.aboutus-company .c-box04 .box-inner .company-profile table th, #contents.aboutus-company .c-box04 .box-inner .company-profile table td, #contents.aboutus-company .c-box05 .box-inner .company-profile table th, #contents.aboutus-company .c-box05 .box-inner .company-profile table td, #contents.aboutus-company .c-box06 .box-inner .company-profile table th, #contents.aboutus-company .c-box06 .box-inner .company-profile table td, #contents.aboutus-company .c-box07 .box-inner .company-profile table th, #contents.aboutus-company .c-box07 .box-inner .company-profile table td, #contents.aboutus-company .c-box08 .box-inner .company-profile table th, #contents.aboutus-company .c-box08 .box-inner .company-profile table td {
    padding: 15px;
    vertical-align: top;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 1.8;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table th, #contents.aboutus-company .c-box03 .box-inner .company-profile table th, #contents.aboutus-company .c-box04 .box-inner .company-profile table th, #contents.aboutus-company .c-box05 .box-inner .company-profile table th, #contents.aboutus-company .c-box06 .box-inner .company-profile table th, #contents.aboutus-company .c-box07 .box-inner .company-profile table th, #contents.aboutus-company .c-box08 .box-inner .company-profile table th {
    border-bottom: 1px solid #000000;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table td, #contents.aboutus-company .c-box03 .box-inner .company-profile table td, #contents.aboutus-company .c-box04 .box-inner .company-profile table td, #contents.aboutus-company .c-box05 .box-inner .company-profile table td, #contents.aboutus-company .c-box06 .box-inner .company-profile table td, #contents.aboutus-company .c-box07 .box-inner .company-profile table td, #contents.aboutus-company .c-box08 .box-inner .company-profile table td {
    position: relative;
    border-bottom: 1px solid #9D9D9D;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table td a, #contents.aboutus-company .c-box03 .box-inner .company-profile table td a, #contents.aboutus-company .c-box04 .box-inner .company-profile table td a, #contents.aboutus-company .c-box05 .box-inner .company-profile table td a, #contents.aboutus-company .c-box06 .box-inner .company-profile table td a, #contents.aboutus-company .c-box07 .box-inner .company-profile table td a, #contents.aboutus-company .c-box08 .box-inner .company-profile table td a {
    display: block;
    margin-top: 10px;
  }
  #contents.aboutus-company .c-box02 .box-inner .company-profile table td a img, #contents.aboutus-company .c-box03 .box-inner .company-profile table td a img, #contents.aboutus-company .c-box04 .box-inner .company-profile table td a img, #contents.aboutus-company .c-box05 .box-inner .company-profile table td a img, #contents.aboutus-company .c-box06 .box-inner .company-profile table td a img, #contents.aboutus-company .c-box07 .box-inner .company-profile table td a img, #contents.aboutus-company .c-box08 .box-inner .company-profile table td a img {
    width: 50px;
  }
  #contents.aboutus-company .c-box02 .main-logo {
    padding: 20px;
    text-align: center;
  }
  #contents.aboutus-company .c-box02 .main-logo img {
    width: 80px;
  }
  #contents.aboutus-company .c-box02 .main-title {
    background-image: url("../img/aboutus/company/sec02-bg.png");
  }
  #contents.aboutus-company .c-box02 .box-inner {
    background-color: #E7E7E7;
  }
  #contents.aboutus-company .c-box02 .box-inner .box {
    position: relative;
    padding: 17% 20px 20px;
    border: 1px solid #000;
  }
  #contents.aboutus-company .c-box02 .box-inner .box.box01 {
    margin-top: 60px;
    padding-top: 10%;
  }
  #contents.aboutus-company .c-box02 .box-inner .box.box02 {
    margin-top: 30px;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 90%;
    padding: 10px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 26px;
    font-size: 4.0625vw;
    font-weight: bold;
    color: #fff;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box .thumbnail {
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box .content {
    width: 100%;
    order: 1;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box .content .logo {
    text-align: left;
  }
  #contents.aboutus-company .c-box02 .box-inner .box .media-box .content p {
    margin-top: 20px;
    font-size: 20px;
    font-size: 3.125vw;
    line-height: 1.8;
  }
  #contents.aboutus-company .c-box03 .logo {
    padding: 20px;
    text-align: center;
  }
  #contents.aboutus-company .c-box03 .logo p {
    margin-top: 15px;
    font-size: 18px;
    font-size: 2.8125vw;
    font-weight: bold;
  }
  #contents.aboutus-company .c-box03 .main-title {
    background-image: url("../img/aboutus/company/sec03-bg.png");
  }
  #contents.aboutus-company .c-box04 .main-title {
    background-image: url("../img/aboutus/company/sec04-bg.png");
  }
  #contents.aboutus-company .c-box05 .main-title {
    background-image: url("../img/aboutus/company/sec05-bg.png");
  }
  #contents.aboutus-company .c-box07 .main-title {
    background-image: url("../img/aboutus/company/sec07-bg.png");
  }
  #contents.aboutus-company .c-box08 .main-title {
    background-image: url("../img/aboutus/company/sec08-bg.png");
  }
  #contents.aboutus-company .c-box06 .logo {
    padding: 40px 20px;
    background-color: #E7E7E7;
    text-align: center;
  }
  #contents.aboutus-company .c-box06 .logo .name {
    margin-top: 15px;
    font-size: 18px;
    font-size: 2.8125vw;
    font-weight: bold;
  }
  #contents.aboutus-company .c-box06 .main-title {
    padding: 40px 20px;
    background: url("../img/aboutus/company/sec06-bg.png") no-repeat center center;
    background-size: cover;
    text-align: center;
  }
  #contents.aboutus-company .c-box06 .main-title .name {
    margin: 10px 0 20px;
    font-size: 26px;
    font-size: 4.0625vw;
    font-weight: bold;
    color: #fff;
  }
  #contents.aboutus-company .c-box06 .main-title .btn img {
    width: 100%;
    max-width: 180px;
  }
  #contents.aboutus-company .company-information-box {
    margin-top: 30px;
  }
}
.topBiseness_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #000;
}
.standard_bg, .bg_contents {
  background: #000 url("../img/top/sec02-bg01.jpg") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 9;
  background-attachment: fixed;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-transition: .4s all ease-in;
  -o-transition: .4s all ease-in;
  transition: .4s all ease-in;
  opacity: 1;
}
.standard_bg.trans {
  opacity: 0;
  -webkit-transition: .4s all ease-in;
  -o-transition: .4s all ease-in;
  transition: .4s all ease-in;
}
.bg_contents {
  z-index: 10;
  background: none;
}
.bg_contents div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg_contents div {
  opacity: 0;
  -webkit-transition: .4s all ease-in;
  -o-transition: .4s all ease-in;
  transition: .4s all ease-in;
}
.bg_contents img {
  min-width: 100%;
  min-height: 100%;
}
.standard_bg {
  background: url("../img/top/sec02-bg00.jpg") center center no-repeat;
  background-size: cover;
}
#cbg1 {
  background-image: url("../img/top/_sec02-bg01.jpg");
}
#cbg2 {
  background-image: url("../img/top/_sec02-bg02.jpg");
}
#cbg3 {
  background-image: url("../img/top/_sec02-bg03.jpg");
}
#cbg4 {
  background-image: url("../img/top/_sec02-bg04.jpg");
}
#cbg5 {
  background-image: url("../img/top/_sec02-bg05.jpg");
}
#cbg6 {
  background-image: url("../img/top/_sec02-bg06.jpg");
}
#cbg7 {
  background-image: url("../img/top/_sec02-bg07.jpg");
}
#cbg8 {
  background-image: url("../img/top/_sec02-bg08.jpg");
}
#cbg9 {
  background-image: url("../img/top/_sec02-bg09.jpg");
}
#cbg10 {
  background-image: url("../img/top/_sec02-bg10.jpg");
}
#cbg11 {
  background-image: url("../img/top/_sec02-bg11.jpg");
}
#cbg12 {
  background-image: url("../img/top/_sec02-bg12.jpg");
}
#cbg13 {
  background-image: url("../img/top/_sec02-bg13.jpg");
}
.topBusiness_cont {
  position: relative;
  z-index: 10;
}
.topBusiness_cont {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mediaWrap {
  max-width: 1160px;
  margin: 40px auto 0;
}
.mediaBox {
  width: 48%;
  padding: 40px 5% 85px;
  text-align: center;
  position: relative;
  background: url("../img/top/sec04-bg.png") left top repeat;
}
.mediaBox .title {
  margin-bottom: 30px;
}
.youtubeBox, .fbBox {
  margin-bottom: 30px;
}
.mediaBox a {
  color: #000;
}
.mediaBox .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 620px) {
  #contents.index .c-box04 .section-title {
    padding: 0;
  }
  .mediaWrap {
    display: block;
    margin: 30px 0 0;
  }
  .mediaBox {
    width: 100%;
  }
  .mediaBox:first-of-type {
    margin-bottom: 40px;
  }
  .mediaBox .title img {
    max-height: 30px;
  }
  .mediaBox .btn {
    max-width: 65%;
  }
}
/*footer-----------------------------------*/
.footBnrArea {
  padding: 20px 0;
  background-color: #333333;
  text-align: center;
}
.fBnrWrap {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px 10px 15px;
}
.fBnrWrap li {
  padding: 0 10px;
}
.fBnrWrap ul + p {
  margin-top: 15px;
}
/*mv*/
.mainvisual {
  padding-top: 90vh;
  overflow: hidden;
}
.mvVideo {
  height: 0;
}
.mvVideo video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -1;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .mvVideo video {
    width: 100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mvVideo video {
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
  }
}
.parallax {
  display: block;
}
@media screen and (max-width: 620px) {
  .parallax {
    padding: 0;
    width: auto;
    height: 100vh;
    background: url(../img/top/body_bg.jpg) no-repeat top 64% center !important;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: -9;
    left: 0;
    right: 0;
  }
  .mainvisual {
    padding-top: 125%;
  }
  .mvVideo video {
    min-height: auto;
    width: 100%;
    height: auto;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
  }
}
#contents.index .c-box05 .inner-box .white-box .list a {
  position: relative;
}
#contents.index .c-box05 .inner-box .white-box .list a > p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: auto;
  background: rgba(0, 0, 0, .3);
  transition: .3s;
}
#contents.index .c-box05 .inner-box .white-box .list a > p:hover {
  background: rgba(0, 0, 0, 0);
}
#contents.index .c-box05 .inner-box .white-box .list a:hover img {
  opacity: 1;
}
#contents.index .c-box05 .inner-box .white-box .list p > img {
  max-height: 80%;
}
@media screen and (max-width: 620px) {
  #contents.index .c-box05 .inner-box .white-box .list p > img {
    max-height: 60%;
  }
  #contents.index .c-box05 .inner-box .white-box .list a > img {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  .headSdgs {}
  .headSdgs li:not(:first-of-type) {
    padding-left: 10px;
    margin-left: 10px;
  }
  .headSdgs img {
    max-height: 3.4vw;
  }
  .headSdgs img[src*="sdgs"] {
    max-height: 2.8vw;
  }
}
/*access*/
.company-box .thumbnail {
  text-align: right;
  width: 50%;
}
.company-box .thumbnail img {
  max-width: 300px;
}
.corpProf {
  width: 50%;
  text-align: left;
  padding-left: 5%;
}
.company-box {
  margin-top: 60px;
}
@media screen and (max-width: 620px) {
  #contents.access .border-title {
    font-size: 4.5vw;
  }
  .company-box .thumbnail {
    width: 100%;
    text-align: center;
  }
  .corpProf {
    width: 100%;
    padding-left: 0;
  }
  .company-box {
    max-width: 300px;
    margin: 40px auto 0;
  }
  .fBnrWrap {
    padding: 10px;
  }
  .fBnrWrap ul {
    flex-wrap: wrap;
  }
  .fBnrWrap li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 8px;
  }
  .fBnrWrap li img {
    max-height: 42px;
  }
  .fBnrWrap ul + p {
    text-align: center;
    font-size: 90%;
    margin-top: 0;
  }
}
.line {
  background-color: #06C755;
}
.recruit {
  background: -moz-linear-gradient(left, #338638, #80aa32);
  background: -webkit-linear-gradient(left, #338638, #80aa32);
  background: linear-gradient(to right, #338638, #80aa32);
}
.blog2 {
  background: radial-gradient(#2579b1, #03286e);
}
.line a, .recruit a, .blog2 a {
  color: #FFFFFF !important;
}
@media screen and (max-width: 1024px) {
  .line a, .recruit a, .blog2 a {
    color: #FFFFFF !important;
  }
}
#contents.index .c-box01 .white-box .list .item .information .category {
  margin: 5px 0;
  font-size: 12px;
  position: relative;
  color: #FFFFFF;
  background-color: #0557A1;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
#contents.index .c-box01 .white-box .tab {
  bottom: 20px;
  right: 20px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px 0 10px;
  background-color: #489051;
  display: inline-block;
  float: right;
}
.o-3column .col-md-4, .o-3column .col-md-6, .o-3column .col-md-8, .o-3column .col-md-12 {
  padding: 0;
}
.sample_box3_2 {
  margin-top: 0;
  padding: 1em 1.5em;
  background: #fff2e4; /*背景色*/
  color: #000000; /*文字色*/
}
.sample_box_title {
  padding: 0.5em 0.5em 0.4em;
  text-align: center;
  font-size: 1.3em; /*タイトル文字サイズ*/
  background: #ff9b38; /*タイトル文字背景色*/
  border-bottom: 3px solid #ff7f00; /*タイトル下線*/
  color: #ffffff; /*タイトル文字色*/
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sample_box_title p {
  margin-bottom: 0;
}
.sample_box2 {
  padding: 2em 2.5em;
  margin: 2em 0;
  border: 4px double #419E46; /*線*/
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}
.sample_box2 p {
  margin: 0;
  text-align: center;
}
.sample_box3 {
  padding: 2em 2.5em;
  margin: 2em 0;
  border: 4px double #419E46; /*線*/
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}
.sample_box3 p {
  margin: 0;
  /*text-align: center;*/
}
.content h2 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.8em;
}
.content h2 span {
  display: block;
  font-size: 0.7em;
  position: relative;
  top: -60px;
  color: #0969BE;
  background: -webkit-linear-gradient(0deg, #0969BE, #2d7cc2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 480px) {
  .content h2 span {
    font-size: 0.5em;
    top: -40px;
  }
  .content h2 span.sub {
    top: -66px;
  }
}
.content h3 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.4em;
  color: #FFFFFF;
  background-color: #138F2E;
  padding-top: 7px;
  padding-bottom: 7px;
}
.text-md-center {
  text-align: center;
}
@media (max-width:480px) {
  .text-md-center {
    text-align: left;
  }
}
.text-center ul {
  display: inline-block;
}
.text-center li {
  text-align: left;
}
ul.cp_list {
  padding: 0.5em;
  list-style-type: none;
}
ul.cp_list li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(25, 118, 210, 1);
}
ul.cp_list li:after, ul.cp_list li:before {
  content: '';
  position: absolute;
  border-radius: 50%;
}
ul.cp_list li:before {
  top: 1em;
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(25, 118, 210, 1);
  transform: translateY(-50%);
}
ul.cp_list li:after {
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(25, 118, 210, 0.5);
}
/*----------------------------
spacer
-----------------------------*/
/* padding */
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
/* margin */
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
/*----------------------------
inquiry 
-----------------------------*/
.inquiry table {
  empty-cells: show;
  width: 100%;
  line-height: 1.3em;
  border-spacing: 0px;
  margin-bottom: 1.5em;
  padding: 20px 0;
  list-style-type: none;
  box-sizing: border-box;
}
.inquiry table th {
  padding: 12px 36px 12px 0;
  border: none;
  border-bottom: 1px solid #FFF;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  width: 33%;
  line-height: 2.2em;
  box-sizing: border-box;
  color: #333;
}
.inquiry table td {
  padding: 12px 5px 12px 0;
  border: none;
  border-bottom: 1px solid #FFF;
  text-align: left;
  box-sizing: border-box;
}
.inquiry table td .select {
  margin-bottom: 0.5em;
}
.inquiry table td .select li {
  float: left;
  margin-right: 20px;
}
.inquiry table td .select li input {
  vertical-align: middle;
}
.inquiry table td label {
  padding: 0 0 0px 5px;
}
.inquiry table input {
  margin: 2px 0 2px 0;
  height: 1.6em;
}
.inquiry .formBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.inquiry .btnSend {
  padding: 5px 0;
  margin: 0 5px 0 5px;
  border: 0;
  width: 160px;
  box-sizing: border-box;
  border-radius: 2px;
}
.inquiry .btnReset {
  padding: 5px 0;
  margin: 0 5px 0 5px;
  border: 0;
  width: 160px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid;
}
.inquiry .forml {
  width: 90%;
}
.inquiry .formm {
  width: 50%;
}
.inquiry .tel {
  text-align: center;
  font-size: 3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .inquiry table {
    width: 100%;
    margin: 0 0 3% 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .inquiry table tr {
    display: block;
  }
  .inquiry table th {
    display: list-item;
    padding: 10px 10px 5px;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    width: 100%;
    line-height: 1em;
    box-sizing: border-box;
  }
  .inquiry table td {
    display: list-item;
    width: 100%;
    border-bottom: 1px #FFF solid;
    font-weight: normal;
    padding: 5px 10px 10px 10px;
  }
  .inquiry .forml {
    width: 100%;
  }
  .inquiry .formm {
    width: 100%;
  }
  .inquiry .btnSend {
    width: 100px;
  }
  .inquiry .btnReset {
    width: 100px;
  }
}
.inquiry p {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .inquiry .tel {
    font-size: 2.6em;
  }
  .inquiry p {
    text-align: left;
  }
}
.text-white {
  color: #FFFFFF;
}
.btn, a.btn, button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}
a.btn-c i.fa {
  margin-right: 1rem;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.item-list {
  padding: 0 10px 0 10px;
}
.item-list ul {
  /*margin-left:-10px;*/
  overflow: hidden;
  background-color: transparent;
}
.item-list ul li {
  list-style-type: none;
  float: left;
  padding-left: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
ul.cols-1 li {
  width: 100%;
}
ul.cols-2 li {
  width: 47%;
}
ul.cols-3 li {
  width: 33.33333%;
}
ul.cols-4 li {
  width: 25%;
}
ul.cols-5 li {
  width: 20%;
}
ul.cols-6 li {
  width: 16.66666%;
}
ul.cols-7 li {
  width: 14.28571%;
}
ul.cols-8 li {
  width: 12.5%;
}
@media only screen and (max-width: 767px) {
  ul.cols-4 li, ul.cols-5 li, ul.cols-6 li, ul.cols-7 li, ul.cols-8 li {
    width: 33%;
  }
  ul.cols-3 li {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li {
    width: 100%;
  }
}
.column-wrapper {
  width: 100%;
  display: flex;
}
.column-wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}
.column1, .column2 {
  width: 50%;
  display: flex;
  align-items: center;
}
.column1 {
  /*background: #fce88d;*/
  padding: 60px;
  box-sizing: border-box;
}
.column-wrapper:nth-of-type(2n) .column1:nth-of-type(1) {
  /*background: #b5ffb6;*/
}
.column1title {
  font-size: 18px;
  font-weight: bold;
}
.column1txt {
  font-size: 15px;
}
.column2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width:500px) {
  .column-wrapper, .column-wrapper:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .column1, .column2 {
    width: 100%;
  }
  .column1 {
    padding: 25px;
  }
}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  outline: none;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #F9A121;
  border: 2px solid #F9A121;
  color: #fff;
}
.button:hover {
  background-color: #fff;
  border-color: #F9A121;
  color: #F9A121;
}
.c-marker {
  background: -webkit-linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 2s;
}
.c-marker.is-active {
  background-position: 0% .5em;
}
.stepbar {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #dedede;
}
.stepbar .stepbarwrap .triangle {
  content: "";
  display: block;
  width: 0;
  border: solid 1em transparent;
  border-top-color: #dedede;
  margin: 0 auto;
}
.stepbar .stepbarwrap .steptitle span {
  display: block;
  font-weight: bold;
  margin: 1em auto;
}
.stepbar .stepbarwrap .title {
  font-size: 1.2em;
  font-weight: bold;
}
.stepbar .stepbarwrap .txt {
  width: 90%;
  display: block;
  margin: 2em auto;
  font-size: 1em;
}
.stepbar:first-of-type .triangle:first-of-type {
  display: none;
}
.stepbar:last-of-type .stepbarwrap:last-of-type {
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}