@media screen and (min-width: 1025px) {
  .mv {
    position: relative;
  }
  .mv:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    content: "";
    border: 1px solid #018837;
    width: calc(100% - calc(72px * 2));
    height: calc(calc(100% - calc(48px * 2)) + 9px);
    max-width: 1440px;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
  }
  .mv .image {
    position: relative;
    width: 100%;
    height: 674px;
    background: url(../img/business_summary/mv.png) center center/cover no-repeat;
    width: 100%;
    height: 100vh;
    max-height: 674px;
    z-index: 0;
  }
  .mv .image h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #018837;
  }
  .mv .contents {
    background-color: #EBE5D5;
    padding: 6rem 0 4rem 0;
    z-index: 2;
  }
  .mv .contents .description {
    position: relative;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
  }
  .mv .contents .description .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    left: calc(72px + 16px);
    top: calc(-6rem + 16px);
    background-color: #018837;
  }
  .mv .contents .description h3 {
    font-size: 2.4rem;
  }
  .mv .contents .description p {
    max-width: 640px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .mv .contents .services {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 6rem;
    padding: 0 72px;
    max-width: calc(1440px + calc(72px * 2));
  }
  .mv .contents .services .articles {
    position: relative;
    width: 100%;
    display: flex;
    border-top: 1px solid #018837;
  }
  .mv .contents .services .articles article {
    position: relative;
    width: 25%;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .mv .contents .services .articles article h4 {
    font-size: 1.6rem;
    color: #018837;
    text-align: center;
    font-weight: normal;
  }
  .mv .contents .services .articles article a {
    margin-top: 2rem;
  }
  .mv .contents .services .articles article a img {
    margin: 0 auto;
    width: 56px;
  }
  .mv .contents .services .articles article + article {
    border-left: 1px solid #018837;
  }
  .mv nav {
    position: fixed;
    left: 24px;
    top: 0;
    width: 148px;
    height: 148px;
    background-color: #FFFFFF;
    padding: 24px;
    padding-top: 40px;
    z-index: 99;
  }
  .mv nav .menu {
    display: none;
  }
  .mv nav .open_button {
    position: absolute;
    width: 24px;
    height: 16px;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv nav .open_button p {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0B0146;
  }
  .mv nav .open_button p:nth-of-type(1) {
    top: 0;
  }
  .mv nav .open_button p:nth-of-type(2) {
    top: calc(50% - 0.5px);
  }
  .mv nav .open_button p:nth-of-type(3) {
    bottom: 0;
  }
  .mv nav .close_button {
    display: none;
    position: absolute;
    bottom: 24px;
    left: 50%;
    width: 36px;
    height: 36px;
    transform: translateX(-50%);
  }
  .mv nav .close_button p {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #707070;
    top: 50%;
  }
  .mv nav .close_button p:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .mv nav .close_button p:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .mv nav.open {
    height: 563px;
  }
  .mv nav.open .menu {
    display: block;
  }
  .mv nav.open .open_button {
    display: none;
  }
  .mv nav.open .close_button {
    display: block;
  }
  .mv nav ul {
    position: absolute;
    bottom: 72px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .mv nav ul li {
    text-align: center;
  }
  .mv nav ul li + li {
    margin-top: 20px;
  }
  .mv nav ul li a {
    font-size: 1.5rem;
  }

  .businesses {
    margin: calc(48px * 3) 0;
  }
  .businesses article {
    background-color: #E5E5E5;
    text-align: center;
    padding-bottom: calc(48px * 2);
    position: relative;
  }
  .businesses article:nth-of-type(even) {
    background-color: #EBE5D5;
  }
  .businesses article:before {
    content: "";
    width: calc(100% - calc(72px * 2));
    height: calc(100% + calc(48px * 2));
    max-width: 1440px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(48px * -1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
  .businesses article + article {
    margin-top: calc(48px * 4);
  }
  .businesses article img {
    position: relative;
    width: 640px;
    height: 420px;
    object-fit: cover;
    margin: 0 auto;
    top: calc(48px * -2);
  }
  .businesses article h3 {
    font-size: 2rem;
    font-weight: normal;
    margin-top: calc(48px * -1);
  }
  .businesses article p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 3rem;
    max-width: 640px;
  }

  .businesses article a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0.5rem 4rem;
    border: 1px solid #000000;
    margin-top: 4rem;
  }



  footer {
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 64px;
    padding-bottom: 32px;
  }
  footer p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
    position: relative;
    margin: 0;
  }
  .mv:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
    content: "";
    border: 1px solid #018837;
    width: calc(100% - calc(24px * 2));
    height: calc(calc(100% - calc(24px * 2)) - 15px);
    max-width: 1440px;
    margin: 0 auto;
    z-index: 0;
  }
  .mv .image {
    position: relative;
    width: 100%;
    height: 253px;
    background: url(../img/business_summary/mv.png) center center/cover no-repeat;
    z-index: -1;
    margin-top: -2px;
  }
  .mv .image h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    color: #018837;
    white-space: nowrap;
  }
  .mv .contents {
    background-color: #EBE5D5;
    padding: 4rem 0 4rem 0;
    z-index: 2;
  }
  .mv .contents .description {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0 calc(24px * 2);
  }
  .mv .contents .description .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    left: calc(24px + 10px);
    top: calc(-4rem + 10px);
    background-color: #018837;
  }
  .mv .contents .description h3 {
    font-size: 1.6rem;
  }
  .mv .contents .description p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
  .mv .contents .services {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 4rem;
    padding: 0 24px;
  }
  .mv .contents .services h3 {
    background-color: #018837;
    padding: 0.5rem;
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
  }
  .mv .contents .services .articles {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #018837;
  }
  .mv .contents .services .articles article {
    position: relative;
    width: 50%;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .mv .contents .services .articles article h4 {
    font-size: 1.2rem;
    color: #018837;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
  }
  .mv .contents .services .articles article a {
    margin-top: 1rem;
  }
  .mv .contents .services .articles article a img {
    margin: 0 auto;
    width: 48px;
  }
  .mv .contents .services .articles article:nth-of-type(1), .mv .contents .services .articles article:nth-of-type(2) {
    border-bottom: 1px solid #018837;
  }
  .mv .contents .services .articles article:nth-of-type(2), .mv .contents .services .articles article:nth-of-type(4) {
    border-left: 1px solid #018837;
  }
  .mv nav {
    position: fixed;
    left: 12px;
    top: 12px;
    width: 74px;
    height: 74px;
    background-color: #FFFFFF;
    z-index: 99;
  }
  .mv nav h1 {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
  }
  .mv nav .open_button {
    position: absolute;
    width: 18px;
    height: 12px;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv nav .open_button p {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0B0146;
  }
  .mv nav .open_button p:nth-of-type(1) {
    top: 0;
  }
  .mv nav .open_button p:nth-of-type(2) {
    top: calc(50% - 0.5px);
  }
  .mv nav .open_button p:nth-of-type(3) {
    bottom: 0;
  }
  .mv nav .menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
  }
  .mv nav ul {
    display: flex;
    position: absolute;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mv nav ul li {
    text-align: center;
  }
  .mv nav ul li + li {
    margin-top: 1rem;
  }
  .mv nav ul li a {
    font-size: 3rem;
  }
  .mv nav.open .menu {
    display: block;
  }
  .mv nav .close_button {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 36px;
    height: 36px;
  }
  .mv nav .close_button p {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #707070;
    top: 50%;
  }
  .mv nav .close_button p:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .mv nav .close_button p:nth-of-type(2) {
    transform: rotate(-45deg);
  }

  .businesses {
    margin: calc(24px * 3) 0;
  }
  .businesses article {
    background-color: #E5E5E5;
    text-align: center;
    padding-bottom: 24px;
    position: relative;
  }
  .businesses article:nth-of-type(even) {
    background-color: #EBE5D5;
  }
  .businesses article:before {
    content: "";
    width: calc(100% - calc(24px * 2));
    height: calc(100% + calc(24px * 2));
    max-width: 1440px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(24px * -1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 2;
  }
  .businesses article + article {
    margin-top: calc(24px * 4);
  }
  .businesses article img {
    position: relative;
    width: calc(100% - calc(24px * 4));
    height: 202px;
    object-fit: cover;
    margin: 0 auto;
    top: calc(24px * -2);
  }
  .businesses article h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: calc(24px * -1);
    padding: 0 calc(24px * 2);
    white-space: nowrap;
  }
  .businesses article p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 0 calc(24px * 2);
  }

  .businesses article a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    border: 1px solid #000000;
    margin-top: 2.4rem;
    font-weight: bold;
  }

  footer {
    text-align: center;
    background-color: #FFFFFF;
    padding: 28px 0;
  }
  footer p {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=business_summary.css.map */
