@media screen and (min-width: 769px), print {
  .mv {
    position: relative;
  }
  .mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 98;
    background: url("/common/images/mark.png") 0 0 repeat;
    top: 0;
    left: 0;
  }
  .mv .slider {
    position: relative;
    width: 100%;
    padding-top: 31.92308%;
    background: transparent;
    overflow: hidden;
  }
  .mv .slider ul.main_slider li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    opacity: 0;
  }
  .mv .slider ul.main_slider li img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .mv .slider .dot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 24px;
    z-index: 101;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv .slider .dot li {
    width: 12px;
    height: 12px;
    background: transparent;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin-right: 9px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .mv .slider .dot li:last-child {
    margin-right: 0;
  }
  .mv .slider .dot li.active {
    background: #fff;
  }
  .mv .copy {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    background: transparent;
  }
  .mv .copy p {
    width: 100%;
    font-size: 0;
    padding: 18px 0 20px;
    background: rgba(0, 124, 66, 0.55);
    text-align: center;
  }
  .mv .copy p img {
    max-width: 1073px;
    width: 100%;
  }
  .intro {
    padding: 42px 0 56px;
  }
  .intro > p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: center;
    letter-spacing: -0.5px;
    margin-bottom: 55px;
  }
  .intro .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro .wrap .box {
    width: 301px;
  }
  .intro .wrap .box figure {
    text-align: center;
    position: relative;
  }
  .intro .wrap .box figure img {
    width: 223px;
    height: 223px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .intro .wrap .box figure figcaption {
    position: absolute;
    width: 100%;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    bottom: 34px;
    left: 0;
  }
  .intro .wrap .box > p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin-top: 20px;
  }
  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 65px;
  }
  .link .news {
    width: 673px;
    padding: 0 0 0 19px;
  }
  .link .news h2 {
    padding: 0 0 18px 18px;
    border-bottom: 1px dotted #c0bfbf;
  }
  .link .news h2::after {
    content: "";
    clear: both;
    display: table;
  }
  .link .news h2 span {
    font-size: 2.2rem;
    line-height: 3.7rem;
    font-weight: bold;
    display: inline-block;
    font-style: italic;
  }
  .link .news h2 span small {
    display: inline-block;
    font-size: 1.4rem;
    color: #007c42;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    vertical-align: middle;
    margin-left: 21px;
  }
  .link .news h2 a {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 179px;
    height: 37px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 2px solid #007c42;
    color: #007c42;
    padding: 0 0 0 44px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .link .news h2 a::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12px;
    background: url("../images/arrow_circle.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .link .news h2 a:hover {
    opacity: 1;
    color: #fff;
    background: #007c42;
  }
  .link .news h2 a:hover::after {
    background: url("../images/ic_next_hv.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .link .news ul li {
    padding: 21px 25px 23px 0;
    border-bottom: 1px dotted #c0bfbf;
  }
  .link .news ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    position: relative;
  }
  .link .news ul li a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 13px;
    background: url("../images/arrow.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .link .news ul li a:hover {
    opacity: 1;
  }
  .link .news ul li a:hover::after {
    right: -5px;
  }
  .link .news ul li a time {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: inline-block;
    width: 125px;
    padding-left: 20px;
    position: relative;
    color: #007c42;
  }
  .link .news ul li a time::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #007c42;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .link .news ul li a span {
    display: inline-block;
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
    padding: 0 15px 0 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000;
  }
  .link aside {
    width: 284px;
  }
  .link aside a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 121px;
    width: 100%;
    border: 2px solid #007c42;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .link aside a:hover {
    opacity: 1;
    background: #007c42;
  }
  .link aside a:hover::after {
    border-color: transparent transparent transparent #fff;
  }
  .link aside a:hover span {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .link aside a::after {
    position: absolute;
    content: "";
    border-width: 6.3px;
    border-style: solid;
    border-color: transparent transparent transparent #007c42;
    bottom: -4px;
    right: -5px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .link aside a span {
    font-size: 2rem;
    line-height: 1;
    position: relative;
    color: #007c42;
    display: inline-block;
  }
  .link aside a span::before {
    position: absolute;
    content: "";
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .link aside a:nth-child(1) {
    margin-bottom: 23px;
  }
  .link aside a:nth-child(1):hover span::before {
    background: url("../images/people_white.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .link aside a:nth-child(1) span {
    padding-top: 31px;
  }
  .link aside a:nth-child(1) span::before {
    width: 33px;
    height: 20px;
    background: url("../images/people.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .link aside a:nth-child(2):hover span::before {
    background: url("../images/phone_white.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .link aside a:nth-child(2) span {
    padding-top: 29px;
  }
  .link aside a:nth-child(2) span::before {
    width: 21px;
    height: 20px;
    background: url("../images/phone.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .business {
    padding: 55px 0 20px;
  }
  .business h3 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.1;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 55px;
  }
  .business .block {
    margin-bottom: 41px;
  }
  .business .block:nth-of-type(2) h4 {
    margin-bottom: 27px;
  }
  .business .block:nth-of-type(2) .lst_division article .detail {
    padding-top: 38px;
    padding-bottom: 41px;
  }
  .business .block:nth-of-type(2) .lst_division article figure {
    margin-bottom: 26px;
  }
  .business .block:nth-of-type(2) .lst_division article h5 {
    margin-bottom: 28px;
  }
  .business .block:nth-of-type(2) .lst_division article ul li {
    padding-left: 17px;
    line-height: 2rem;
  }
  .business .block:nth-of-type(2) .lst_division article ul li::before {
    top: 6px;
  }
  .business .block h4 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 1px;
    border-bottom: 1px dotted #c0bfbf;
    padding-bottom: 24px;
    margin-bottom: 23px;
  }
  .business .block .lst_division {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -7px;
  }
  .business .block .lst_division article {
    width: 33.33%;
    padding: 0 7px;
  }
  .business .block .lst_division article .detail {
    width: 100%;
    height: 100%;
    background: #f1f8f4;
    padding: 48px 0 39px;
    text-align: center;
  }
  .business .block .lst_division article figure {
    margin-bottom: 37px;
    min-height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .business .block .lst_division article figure img {
    max-width: 100%;
  }
  .business .block .lst_division article h5 {
    font-size: 2rem;
    line-height: 1;
    color: #093f23;
    margin-bottom: 32px;
    letter-spacing: 1px;
  }
  .business .block .lst_division article p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .business .block .lst_division article span {
    font-size: 1.4rem;
    line-height: 2rem;
    display: block;
  }
  .business .block .lst_division article ul {
    display: inline-block;
    text-align: left;
  }
  .business .block .lst_division article ul li {
    font-size: 1.4rem;
    line-height: 2.2rem;
    position: relative;
    padding-left: 13px;
  }
  .business .block .lst_division article ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #007c42;
    position: absolute;
    left: 0;
    top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    position: relative;
  }
  .mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 98;
    background: url("/common/images/mark.png") 0 0 repeat;
    top: 0;
    left: 0;
  }
  .mv .slider {
    position: relative;
    width: 100%;
    padding-top: 55.33854%;
    background: transparent;
    overflow: hidden;
  }
  .mv .slider img {
    width: 100%;
    height: auto;
  }
  .mv .slider ul.main_slider li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    opacity: 0;
  }
  .mv .slider ul.main_slider li img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .mv .slider .dot {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 3.77604%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 101;
  }
  .mv .slider .dot li {
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-right: 8px;
    cursor: pointer;
  }
  .mv .slider .dot li:last-child {
    margin-right: 0;
  }
  .mv .slider .dot li.active {
    background: #fff;
  }
  .mv .copy {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
  }
  .mv .copy p {
    width: 100%;
    font-size: 0;
    padding: 5.33854% 0 5.46875%;
    background: rgba(0, 124, 66, 0.55);
    text-align: center;
  }
  .intro {
    padding: 4.42708% 3.90625% 11.71875%;
  }
  .intro > p {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 11.01695%;
  }
  .intro .wrap .box {
    margin-bottom: 8.19209%;
  }
  .intro .wrap .box:last-child {
    margin-bottom: 0;
  }
  .intro .wrap .box figure {
    text-align: center;
    position: relative;
  }
  .intro .wrap .box figure img {
    width: 70.90395%;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .intro .wrap .box figure figcaption {
    position: absolute;
    width: 100%;
    font-size: 2.7rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    bottom: 0;
    left: 0;
    margin-bottom: 10.73446%;
  }
  .intro .wrap .box > p {
    font-size: 1.6rem;
    line-height: 2.3rem;
    text-align: center;
    padding: 0 7.76836%;
    margin-top: 5.79096%;
  }
  .link {
    padding: 0 3.90625%;
  }
  .link .news {
    padding: 0;
  }
  .link .news h2 {
    padding: 0 0 2.9661%;
    border-bottom: 1px dotted #c0bfbf;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link .news h2 span {
    font-size: 2.2rem;
    line-height: 3.7rem;
    font-weight: bold;
    display: inline-block;
    font-style: italic;
  }
  .link .news h2 span small {
    display: inline-block;
    font-size: 1.4rem;
    color: #007c42;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    vertical-align: middle;
    margin-left: 10px;
  }
  .link .news h2 a {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 145px;
    height: 34px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 2px solid #007c42;
    box-sizing: border-box;
    color: #007c42;
    padding: 0 0 0 28px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
  }
  .link .news h2 a::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.52147%;
    background: url("../images/arrow_circle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .link .news ul li {
    padding: 5.9322% 0 5.64972% 1.27119%;
    border-bottom: 1px dotted #c0bfbf;
  }
  .link .news ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    position: relative;
  }
  .link .news ul li a::after {
    position: absolute;
    content: "";
    width: 2.25989%;
    height: 0;
    padding-top: 3.81356%;
    background: url("../images/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .link .news ul li a time {
    font-size: 1.3rem;
    line-height: 2.3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: inline-block;
    width: 104px;
    padding-left: 10px;
    position: relative;
    color: #007c42;
  }
  .link .news ul li a time::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #007c42;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .link .news ul li a span {
    display: inline-block;
    width: -webkit-calc(100% - 104px);
    width: -moz-calc(100% - 104px);
    width: calc(100% - 104px);
    padding: 0 15px 0 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #000;
  }
  .link aside {
    padding: 9.03955% 3.24859% 9.18079%;
  }
  .link aside a {
    display: block;
    width: 100%;
    border: 2px solid #007c42;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #fff;
    padding: 8.33333% 0 10.45198%;
    position: relative;
  }
  .link aside a::after {
    position: absolute;
    content: "";
    border-width: 6.3px;
    border-style: solid;
    border-color: transparent transparent transparent #007c42;
    bottom: -4px;
    right: -5px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .link aside a span {
    font-size: 2.2rem;
    line-height: 1;
    position: relative;
    color: #007c42;
    display: block;
    text-align: center;
  }
  .link aside a span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .link aside a:nth-child(1) {
    margin-bottom: 5.89124%;
  }
  .link aside a:nth-child(1) span {
    padding-top: 12.38671%;
  }
  .link aside a:nth-child(1) span::before {
    width: 11.63142%;
    height: 0;
    padding-top: 7.0997%;
    background: url("../images/people.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .link aside a:nth-child(2) span {
    padding-top: 12.08459%;
  }
  .link aside a:nth-child(2) span::before {
    width: 7.40181%;
    height: 0;
    padding-top: 7.0997%;
    background: url("../images/phone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .business {
    padding: 14.32292% 0 7.16146%;
  }
  .business .row {
    padding: 0 3.90625%;
  }
  .business h3 {
    margin-bottom: 9.18079%;
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
  }
  .business .block:nth-of-type(1) .lst_division article:nth-of-type(1) figure {
    width: 30.64972%;
  }
  .business .block:nth-of-type(1) .lst_division article:nth-of-type(2) figure {
    width: 30.08475%;
  }
  .business .block:nth-of-type(1) .lst_division article:nth-of-type(3) figure {
    width: 32.06215%;
  }
  .business .block:nth-of-type(2) .lst_division article:nth-of-type(1) figure {
    width: 17.23164%;
  }
  .business .block h4 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 1px;
    border-bottom: 1px dotted #c0bfbf;
    padding-bottom: 3.38983%;
    margin-bottom: 7.62712%;
  }
  .business .block .lst_division article {
    width: 100%;
    margin-bottom: 7.20339%;
  }
  .business .block .lst_division article .detail {
    padding: 12.00565% 5px 9.88701%;
    background: #f1f8f4;
    text-align: center;
  }
  .business .block .lst_division article figure {
    margin: 0 auto 6.35593%;
  }
  .business .block .lst_division article figure img {
    max-width: 100%;
  }
  .business .block .lst_division article h5 {
    font-size: 2.1rem;
    line-height: 1;
    color: #093f23;
    letter-spacing: 1px;
    margin-bottom: 7.9096%;
  }
  .business .block .lst_division article p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .business .block .lst_division article .dist {
    display: inline-block;
  }
  .business .block .lst_division article .dist span {
    display: block;
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    padding-left: 13px;
  }
  .business .block .lst_division article ul {
    display: inline-block;
    text-align: left;
  }
  .business .block .lst_division article ul li {
    font-size: 1.5rem;
    line-height: 2.2rem;
    position: relative;
    padding-left: 13px;
  }
  .business .block .lst_division article ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #007c42;
    position: absolute;
    left: 0;
    top: 8px;
  }
}
