@media screen and (min-width: 1025px) {
  .mv {
    position: relative;
    background: url(../img/home/mv.png) center center/cover no-repeat;
    width: 100%;
    height: 100vh;
    max-height: 674px;
  }
  .mv:before {
    content: "";
    position: absolute;
    width: calc(100% - calc(72px * 2));
    height: calc(100% - calc(48px * 2));
    left: 72px;
    top: 48px;
    border: 1px solid #FFFFFF;
  }
  .mv .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mv .text h2 {
    font-size: 6rem;
    color: #FF0001;
    line-height: 1.2;
  }
  .mv .text h2 span {
    letter-spacing: 2.9px;
  }
  .mv .text h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #FF0001;
    letter-spacing: 5.25px;
  }
  .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: 64px;
    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;
  }

  .company, .recruit {
    position: relative;
    background-color: #E5E5E5;
    width: 100%;
    margin-top: 64px;
    padding: 0 48px;
  }
  .company .contents, .recruit .contents {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px calc(72px / 2);
    padding-right: calc(72px * 1.5);
    box-sizing: content-box;
    min-height: 310px;
    display: flex;
    align-items: center;
  }
  .company .contents:before, .recruit .contents:before {
    content: "";
    position: absolute;
    width: calc(100% - calc(72px * 2));
    height: calc(100% - calc(48px * 2));
    left: calc(72px * 0.5);
    top: 48px;
    border: 1px solid #000000;
    z-index: 1;
  }
  .company .contents .dot, .recruit .contents .dot {
    position: absolute;
    left: calc(calc(72px * 0.5) + 16px);
    top: calc(48px + 16px);
    width: 10px;
    height: 10px;
    background-color: #FF0001;
  }
  .company .contents .text, .recruit .contents .text {
    text-align: center;
    width: 100%;
    padding-right: 46%;
    padding-left: 4rem;
    z-index: 2;
  }
  .company .contents .text h2, .recruit .contents .text h2 {
    font-size: 2.5rem;
    letter-spacing: 1rem;
  }
  .company .contents .text p, .recruit .contents .text p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 2.4rem;
  }
  .company .contents .text a, .recruit .contents .text a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0.5rem 4rem;
    border: 1px solid #000000;
    margin-top: 4rem;
  }
  .company .contents .image, .recruit .contents .image {
    position: absolute;
    right: calc(72px * 0.5);
    top: 0;
    max-width: 50%;
    height: 100%;
    padding-left: 40%;
    min-height: 310px;
    background: url(../img/home/company.png) center center/cover no-repeat;
  }
  .company .contents .decoration, .recruit .contents .decoration {
    position: absolute;
    right: calc(72px * -0.25);
    top: 12px;
    display: flex;
    align-items: flex-start;
  }
  .company .contents .decoration img, .recruit .contents .decoration img {
    width: 32px;
  }
  .company .contents .decoration p, .recruit .contents .decoration p {
    font-size: 1.25rem;
    writing-mode: vertical-lr;
    margin-left: 0.75rem;
  }

  .business_summary {
    position: relative;
    background-color: #EBE5D5;
    width: 100%;
    margin-top: 64px;
    padding: 0 48px;
  }
  .business_summary .contents {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px calc(72px / 2);
    padding-right: calc(72px * 1.5);
    box-sizing: content-box;
  }
  .business_summary .contents:before {
    content: "";
    position: absolute;
    width: calc(100% - calc(72px * 2));
    height: calc(100% - calc(48px * 2));
    left: calc(72px * 0.5);
    top: 48px;
    border: 1px solid #000000;
    z-index: 1;
  }
  .business_summary .contents .above {
    display: flex;
    position: relative;
    border-bottom: 1px solid #000000;
    padding-bottom: 4rem;
    min-height: 310px;
    align-items: center;
  }
  .business_summary .contents .above .dot {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 10px;
    height: 10px;
    background-color: #018837;
  }
  .business_summary .contents .above .text {
    text-align: center;
    width: 100%;
    padding-right: 46%;
    padding-left: 4rem;
    z-index: 2;
  }
  .business_summary .contents .above .text h2 {
    font-size: 2.5rem;
    letter-spacing: 1rem;
  }
  .business_summary .contents .above .text p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 2.4rem;
  }
  .business_summary .contents .above .text a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0.5rem 4rem;
    border: 1px solid #000000;
    margin-top: 4rem;
  }
  .business_summary .contents .above .image {
    position: absolute;
    right: calc(72px * -1);
    bottom: 0;
    max-width: 50%;
    height: calc(100% + 48px);
    padding-left: 45%;
    background: url(../img/home/business_summary.png) center center/cover no-repeat;
  }
  .business_summary .contents .below {
    display: flex;
  }
  .business_summary .contents .below article {
    position: relative;
    width: 25%;
    height: 290px;/*290px;*/
    padding: 20px;
  }
  .business_summary .contents .below article + article {
    border-left: 1px solid #000000;
  }
  .business_summary .contents .below article p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .business_summary .contents .below article img {
    position: absolute;
    display: block;
    object-fit: cover;
    width: calc(100% - 40px);
    height: 180px;/*232px*/
    bottom: calc(20px * 1);
    /*bottom: calc(48px * -1);*/
  }
  .business_summary .contents .decoration {
    position: absolute;
    right: calc(72px * -0.3);
    top: 12px;
    display: flex;
    align-items: flex-start;
  }
  .business_summary .contents .decoration img {
    width: 32px;
  }
  .business_summary .contents .decoration p {
    font-size: 1.25rem;
    writing-mode: vertical-lr;
    margin-left: 0.75rem;
  }

  .recruit .contents .dot {
    background-color: #2E58A6;
  }
  .recruit .contents .image {
    background: url(../img/home/recruit.png) center center/cover no-repeat;
  }

  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;
    background: url(../img/home/mv.png) center center/cover no-repeat;
    width: 100%;
    height: 252px;
    max-height: 100vh;
    z-index: 99;
    overflow: hidden;
  }
  .mv:before {
    content: "";
    position: absolute;
    width: calc(100% - calc(24px * 2));
    height: calc(100% - calc(24px * 2));
    left: 24px;
    top: 24px;
    border: 1px solid #FFFFFF;
  }
  .mv .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mv .text h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #FF0001;
    white-space: nowrap;
    line-height: 1;
  }
  .mv .text h2 span {
    letter-spacing: 1.1px;
  }
  .mv .text h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #FF0001;
    white-space: nowrap;
  }
  .mv nav {
    position: fixed;
    left: 12px;
    top: 12px;
    width: 74px;
    height: 74px;
    background-color: #FFFFFF;
  }
  .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);
  }

  .company, .recruit {
    position: relative;
    background-color: #E5E5E5;
    width: 100%;
    margin-top: 40px;
  }
  .company .contents, .recruit .contents {
    position: relative;
    padding: 24px 24px;
    box-sizing: content-box;
    min-height: 254px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .company .contents .dot, .recruit .contents .dot {
    position: absolute;
    left: calc(24px + 6px);
    top: calc(24px + 6px);
    width: 10px;
    height: 10px;
    background-color: #FF0001;
  }
  .company .contents:before, .recruit .contents:before {
    content: "";
    position: absolute;
    width: calc(100% - calc(24px * 2));
    height: calc(100% - calc(24px * 2));
    left: calc(24px);
    top: 24px;
    border: 1px solid #000000;
    z-index: 1;
  }
  .company .contents .text, .recruit .contents .text {
    text-align: center;
    width: 100%;
    padding: 2rem;
    z-index: 2;
  }
  .company .contents .text h2, .recruit .contents .text h2 {
    font-size: 1.6rem;
  }
  .company .contents .text p, .recruit .contents .text p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
  .company .contents .text a, .recruit .contents .text a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    border: 1px solid #000000;
    margin-top: 2.4rem;
    font-weight: bold;
  }
  .company .contents .image, .recruit .contents .image {
    position: relative;
    bottom: calc(24px * -1);
    width: calc(100% + calc(24px * 2));
    padding-top: 100%;
    background: url(../img/home/company.png) center center/cover no-repeat;
  }
  .company .contents .decoration, .recruit .contents .decoration {
    position: absolute;
    right: 0;
    top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .company .contents .decoration img, .recruit .contents .decoration img {
    width: 20px;
  }
  .company .contents .decoration p, .recruit .contents .decoration p {
    font-size: 1.1rem;
    writing-mode: vertical-lr;
    margin-top: 1rem;
  }

  .business_summary {
    position: relative;
    background-color: #EBE5D5;
    width: 100%;
    margin-top: 22px;
  }
  .business_summary .contents {
    position: relative;
    padding: 24px 24px;
  }
  .business_summary .contents:before {
    content: "";
    position: absolute;
    width: calc(100% - calc(24px * 2));
    height: calc(100% - calc(24px * 2));
    left: calc(24px);
    top: 24px;
    border: 1px solid #000000;
    z-index: 1;
  }
  .business_summary .contents .above {
    position: relative;
    border-bottom: 1px solid #000000;
  }
  .business_summary .contents .above .dot {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: #018837;
  }
  .business_summary .contents .above .text {
    text-align: center;
    width: 100%;
    padding: 2rem;
    z-index: 2;
  }
  .business_summary .contents .above .text h2 {
    font-size: 1.6rem;
  }
  .business_summary .contents .above .text p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
  .business_summary .contents .above .text a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    border: 1px solid #000000;
    margin-top: 2.4rem;
    font-weight: bold;
  }
  .business_summary .contents .above .image {
    position: relative;
    bottom: calc(24px * -1);
    width: calc(100% + calc(24px * 2));
    padding-top: 100%;
    left: calc(24px * -1);
    background: url(../img/home/business_summary.png) center center/cover no-repeat;
  }
  .business_summary .contents .below {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
  }
  .business_summary .contents .below article {
    position: relative;
    width: 50%;
    padding: 20px;
    border-bottom: 1px solid #000000;
    padding-bottom: 163px;
  }
  .business_summary .contents .below article + article {
    border-left: 1px solid #000000;
  }
  .business_summary .contents .below article p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .business_summary .contents .below article img {
    position: absolute;
    display: block;
    object-fit: cover;
    width: calc(100% - 20px);
    height: 133px;
    margin-top: 20px;
    left: 10px;
    bottom: 10px;
  }
  .business_summary .contents .decoration {
    position: absolute;
    right: calc(72px * -0.3);
    top: 12px;
    display: flex;
    align-items: flex-start;
  }
  .business_summary .contents .decoration img {
    width: 32px;
  }
  .business_summary .contents .decoration p {
    font-size: 1.25rem;
    writing-mode: vertical-lr;
    margin-left: 0.75rem;
  }

  .recruit .contents .dot {
    background-color: #2E58A6;
  }
  .recruit .contents .image {
    background: url(../img/home/recruit.png) center center/cover no-repeat;
  }

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

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