@media (min-width: 769px) and (max-width: 1279px) {
    .display {
        display: none;
    }

    .js-inview {
        opacity: 0;
        transform: translateY(60px);
        transition: all 1s;
    }

    .inview {
        opacity: 1;
        transform: translateY(0);
        transition: all 1s;
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5;
        background: white;
    }

    .header-company h1 {
        font-weight: bold;
        font-size: 30px;
        padding: 20px;
    }

    .header-company h1 span {
        color: #B92E2E;
        font-size: 15px;
        padding-left: 20px;
        font-weight: bold;
    }

    .header-nav__desktop {
        display: flex;
    }

    .header-nav__desktop li {
        padding: 0 30px;
        height: 80px;
        line-height: 80px;
    }

    .header-nav__desktop li:nth-child(6) {
        background: #B92E2E;
        color: white;
        position: relative;
        margin-left: 20px;
    }

    .header-nav__desktop li:nth-child(6) a {
        height: 80px;
        display: inline-block;
    }

    .header-nav__desktop li:nth-child(6):before {
        content: "";
        position: absolute;
        border-bottom: 80px solid #b92e2d;
        border-left: 20px solid transparent;
        left: -20px;
        top: 0;
    }

    .white_back {
        background: white;
        position: relative;
    }

    .hero {
        margin-top: 80px;
        position: fixed;
        width: 100vw;
        overflow: hidden;
        height: calc(100vh - 80px);
    }

    .hero h2 {
        position: absolute;
        color: white;
        font-size: 3.5vw;
        margin-top: 30vh;
        line-height: 135%;
        padding-left: 7vw;
    }

    .sdgs {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .sdgs img {
        width: 150px;
        z-index: 99999;
        position: fixed;
        right: 20px;
        bottom: 20px;
    }

    .vision {
        padding-top: 200px;
        margin-top: 100vh;
        background: white;
        padding-bottom: 102px;
    }

    .vision_pc {
        display: none;
    }

    .vision_inner {
        max-width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .vision_wrapper {
        background: url(../../assets/images/img-vision-background.png) center center;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position-x: 55vw;
        background-position-y: 20vh;
        position: relative;
    }

    .vision_inner3 {
        max-width: 800px;
        margin: 0 auto;
    }

    .vision_inner3 p {
        line-height: 28px;
        padding: 0 20px;
    }

    .vision_small_title img {
        width: 100%;
    }

    .vision_profile {
        padding-left: 24%;
    }

    .vision_left {
        flex-basis: 60%;
    }

    .vision_human {
        width: 100%;
        margin-bottom: 20px;
    }

    .vision_human2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .vision_human2 img {
        width: 100%;
    }

    .vision_human2 .vision_message_title {
        width: 300px;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .vision_left b {
        display: block;
        padding: 0 10px 10px 30px;
        font-size: 16px;
    }

    .vision_human img {
        width: 100%;
        padding-left: 20px;
    }

    .vision_right {
        flex-basis: 40%;
        padding: 50px 0 80px 50px;
    }

    .vision_right h2 {
        text-align: left;
        font-size: 70px;
        color: #B92E2E;
        font-weight: bold;
        display: inline-block;
        font-family: "myfont3-bold";
        letter-spacing: 2px;
    }

    .vision_right h2 span {
        display: block;
        font-size: 20px;
        color: #242424;
    }

    .vision_wrapper h3 {
        text-align: center;
        flex-basis: 100%;
        font-size: 40px;
        line-height: 60px;
        padding-top: 80px;
        margin-bottom: 80px;
    }

    .project {
        background: white;
        padding-bottom: 350px;
    }

    .project_inner5 {
        height: 450px;
    }

    .project_inner {
        background: url(../../assets/images/img-project-background.png) center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project .project_inner2 {
        margin-top: 200px;
        max-width: 950px;
        margin: 0 auto;
    }

    .project_inner {
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .project_inner h2 {
        font-size: 70px;
        color: #B92E2E;
        font-weight: bold;
        padding-left: 20px;
        font-family: "myfont3-bold";
        letter-spacing: 2px;
    }

    .project_inner h2 span {
        display: block;
        font-size: 20px;
        color: #242424;
    }

    .project_inner3 {
        padding: 100px;
    }

    .project_inner3 h4 {
        font-size: 25px;
        line-height: 45px;
        color: white;
    }

    .project_contents {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 800px;
        margin: 0 auto;

    }

    .project_content:nth-child(1) {
        background: url(../../assets/images/img-project1.jpg);
        background-position: top;
    }

    .project_content:nth-child(2) {
        background: url(../../assets/images/img-project2.jpg);
        background-position: top;
    }

    .project_content:nth-child(3) {
        background: url(../../assets/images/img-project3.jpg);
        background-position: top;
    }

    .project_content:nth-child(4) {
        background: url(../../assets/images/img-project4.jpg);
        background-position: top;
    }

    .project_content:nth-child(5) {
        background: url(../../assets/images/img-project5.jpg);
        background-position: top;
    }

    .project_content:nth-child(6) {
        background: url(../../assets/images/img-project6.jpg);
        background-position: top;
    }

    .project_content {
        flex-basis: 48%;
        min-height: 400px;
        margin: 1%;
        position: relative;
    }

    .project_inner4 {
        margin-top: -200px;
        position: relative;
    }

    .project_content .project_text {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px 20px;
        background: rgba(144, 5, 5, 0.8);
        color: white;
    }

    .project_text h5 {
        text-align: center;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .vision_second_contents {
        position: relative;
        background: #b92e2d;
        max-width: 1100px;
        margin: 0 auto;
        margin-top: 150px;
        color: white;
    }

    .vision_second_contents:before {
        content: "";
        position: absolute;
        border-top: 80px solid #b92e2d;
        border-left: 1100px solid transparent;
        right: 0px;
        bottom: -80px;
    }

    .vision_second_contents:after {
        content: "";
        position: absolute;
        border-bottom: 80px solid #b92e2d;
        border-right: 1100px solid transparent;
        right: 0px;
        top: -80px;
    }

    .project_second_wrapper {
        max-width: 950px;
        margin: 0 auto;
        padding: 20px;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .second_left {
        flex-basis: 20%;
        margin-top: -15px;
        position: relative;
    }

    .second_left:before {
        content: "";
        background: white;
        width: 2px;
        height: 120px;
        position: absolute;
        left: 10px;
        top: -80px;
        z-index: 2;
    }

    .second_right {
        flex-basis: 80%;
        background: url(../../assets/images/img-project-content1.jpg);
        background-position: top;
        color: black;
        padding: 30px;
        line-height: 32px;
        margin-top: -100px;
        z-index: 2;
        border-style: solid;
        border-width: 1px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .second_right ul li {
        list-style: disc;
        margin-left: 20px;
    }

    .second_left h6 {
        text-align: right;
        padding-right: 20px;
        font-size: 18px;
    }

    .third_contents {
        max-width: 950px;
        margin: 0 auto;
        padding: 20px;
        position: relative;
    }

    .third_contents h6 {
        font-size: 18px;
        position: relative;
        border-style: none solid solid none;
        border-width: 2px;
        display: inline-block;
        padding: 0 8px 5px 0;
        ;
    }

    .third_contents ul {
        background: url(../../assets/images/img-project-content2.jpg);
        background-position: top;
        color: black;
        padding: 30px;
        line-height: 32px;
        z-index: 2;
        border-style: solid;
        border-width: 1px;
        background-size: cover;
        margin-top: 30px;
        background-repeat: no-repeat;
    }

    .third_contents ul li {
        list-style: disc;
        margin-left: 20px;
    }

    .oneday {
        padding-top: 0px;
        padding-bottom: 100px;
        background: white;
        position: relative;
    }

    .oneday_inner3 h2 {
        width: calc(100% - 100px);
        font-size: 20px;
        line-height: 36px;
        border-bottom-style: solid;
        border-width: 0 0 2px 0;
        border-color: #afafaf;
        padding-bottom: 30px;
        padding-right: 100px;
        padding-left: 20px;
    }

    .oneday table {
        width: calc(100% - 100px);
    }

    .oneday_inner3 {
        position: relative;
        max-width: 950px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .oneday table th,
    .oneday table td {
        padding: 40px 20px;
        border-bottom-style: solid;
        border-width: 0 0 2px;
        border-color: #afafaf;
        font-size: 18px;
        vertical-align: middle;
    }

    .oneday_inner3 img {
        position: absolute;
        top: 45px;
        right: 0;
        width: 150px;
    }

    .oneday_inner3 p {
        padding: 20px 20px 0 20px;
        line-height: 28px;
    }

    .oneday_inner3 .big_p {
        font-size: 16px;
    }

    .recruit {
        padding-top: 50px;
        width: 100vw;
        background: white;
    }

    .recruit img {
        width: 100%;
    }

    .recruit_inner3 {
        background: #b92e2d;
        width: 60vw;
        position: relative;
        margin-top: -50px;
        font-size: 70px;
        padding: 8px 0;
        color: white;
        font-weight: bold;
        font-family: "myfont3-bold";
        letter-spacing: 2px;
    }

    .recruit_inner3 span {
        max-width: 1100px;
        display: block;
        margin: 0 21vw auto;
    }

    .recruit_inner2 {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px 10px 20px;
    }

    .recruit_inner2 h2 {
        font-size: 25px;
        padding: 50px 0;
        font-family: "myfont3-bold";
        letter-spacing: 2px;
    }

    .recruit table {
        width: 100%;
    }

    .recruit table th {
        padding: 30px 30px;
        border-bottom-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #b92e2d;
        font-size: 18px;
        color: #b92e2d;
        max-width: 170px;
        text-align: center;
        min-width: 160px;
        vertical-align: middle;
    }

    .recruit table td {
        padding: 30px 20px;
        border-bottom-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #b92e2d;
        font-size: 18px;
        color: #b92e2d;
    }

    .recruit table th {
        background: #fdf7f7;
        vertical-align: middle;
    }

    .recruit table td {
        border-right-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #b92e2d;
        color: black;
    }

    .recruit table .first {
        border-top-style: solid;
        border-width: 2px 2px 2px 0;
        border-color: #b92e2d;
    }

    .recruit table {
        position: relative;
    }

    .recruit table:before {
        position: absolute;
        content: "";
        width: 300px;
        left: -7px;
        height: 50px;
        bottom: -7px;
        border-style: none none solid solid;
        border-width: 7px;
        border-color: #b92e2d;
    }

    .recruit table:after {
        position: absolute;
        content: "";
        width: 300px;
        right: -7px;
        height: 50px;
        top: -7px;
        border-style: solid solid none none;
        border-width: 7px;
        border-color: #b92e2d;
    }

    .company {
        padding-top: 100px;
        background: white;
        padding-bottom: 200px;
    }

    .company_inner {
        padding-top: 200px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .company h2 {
        font-size: 70px;
        font-weight: bold;
        color: #b92e2d;
        border-style: none none none solid;
        border-width: 0 0 0 8px;
        padding-left: 40px;
        margin-left: -2vw;
        font-family: "myfont3-bold";
        letter-spacing: 2px;
    }

    .company h2 span {
        display: block;
        font-size: 20px;
        color: #242424;
    }

    .company table {
        width: 100%;
    }

    .company table th {
        padding: 30px 30px;
        border-bottom-style: solid;
        border-width: 0 0 2px;
        border-color: #b92e2d;
        font-size: 18px;
        color: #b92e2d;
        max-width: 150px;
        text-align: center;
        vertical-align: middle;
        min-width: 150px;
    }

    .company table td {
        padding: 30px 20px 30px 50px;
        border-bottom-style: solid;
        border-width: 0 0 2px;
        border-color: #afafaf;
        font-size: 18px;
    }

    .company_inner2 {
        padding: 50px 20px 100px 20px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .company_inner3 {
        max-width: 1100px;
        margin: 0 auto;
    }

    iframe {
        width: 100%;
    }

    .contact_wrapper {
        background: white;
    }

    .contact {
        background: url(../../assets/images/img-contact-background.png);
        background-position: top;
        background-size: 30%;
        background-repeat: no-repeat;
        padding-bottom: 200px;

    }

    .contact_inner3 {
        padding-top: 100px;
        text-align: center;
        max-width: 1100px;
        margin: 0 auto;
    }

    .contact_inner3 a:hover {
        opacity: 0.8;
    }

    .contact_inner3 h2 {
        font-size: 70px;
        font-weight: bold;
        color: #b92e2d;
        font-family: "myfont3-bold";
        letter-spacing: 2px;
    }

    .contact_inner3 h2 span {
        display: block;
        font-size: 20px;
        color: #242424;
    }

    .contact_inner3 p {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
        margin-top: 100px;
        padding-bottom: 150px;
        font-size: 18px;
        line-height: 32px;
    }

    .contact_inner3 img {
        height: 80px;
    }

    footer {
        background: #b92e2d;
        color: white;
        position: relative;
    }

    .footer_inner {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_inner ul {
        display: flex;
    }

    .footer_inner ul li {
        padding: 20px 10px;
        list-style-type: none;
    }

    .footer_inner h2 {
        font-size: 30px;
        padding: 20px;
        font-weight: bold;
    }

    .footer_inner span {
        font-size: 15px;
        display: block;
        padding-top: 5px;
        font-weight: normal;
    }

    footer small {
        display: block;
        text-align: center;
        padding-bottom: 5px;
    }

    /**  contactページ   **/
    .contact_page_img {
        background: url(../../assets/images/img-contact-page-background.jpg);
        background-position: top;
        background-size: cover;
        height: 400px;
        width: 100%;
        margin-top: 80px;
    }

    .contact_page_img h2 {
        text-align: center;
        padding-top: 170px;
        font-size: 70px;
        font-family: "myfont3-bold";
        color: white;
    }

    .contact_page_img h2 span {
        display: block;
        font-size: 20px;
        margin-top: 10px;
    }

    .contact_page_contents {
        max-width: 800px;
        padding: 150px 20px;
        margin: 0 auto;
    }

    .contact-form__inputs {
        margin-top: 100px;
        color: #c7433c;
    }

    .contact-form__inputs dl {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding-bottom: 10px;
        border-color: #f9eded;
        padding-top: 10px;
    }

    .contact-form__inputs dt,
    .contact-form__inputs dd {
        display: inline-block;
    }

    .contact-form__inputs dt {
        min-width: 180px;
    }

    .contact-form__inputs dd input {
        border-style: solid;
        border-width: 1px;
        padding: 10px;
        border-color: #e4a8a7;
        border-radius: 5px;
        color: #696969;
        width: 100%;
    }

    .contact-form__post-numbe {
        width: 50px;
    }

    .contact-form__post-number__input input {
        width: 50px;
    }

    .contact-form__post-number__input {
        display: flex;
        align-items: center;
    }

    .contact-form__post-number button {
        width: 100px;
        background: #a2b92d;
        padding: 10px 20px;
        margin: 10px 0;
        border-radius: 5px;
        color: white;
    }

    .contact-form__address {
        margin-bottom: 20px;
    }

    .contact-form__address p {
        margin-bottom: 5px;
    }

    .contact-form__inputs dd textarea {
        border-style: solid;
        border-width: 1px;
        padding: 10px;
        border-color: #e4a8a7;
        border-radius: 5px;
        color: #696969;
        height: 200px;
        width: 100%;
    }

    .gp-contact__prybacy__context {
        padding: 20px 10px;
        border-style: solid;
        border-width: 1px;
        height: 300px;
        overflow: scroll;
        font-size: 14px;
        border-color: #e4a7a7;
        border-radius: 5px;
        color: #b92d2e;
    }

    .gp-contact__prybacy__about {
        margin-top: 50px !important;
    }

    .contact-captcha input {
        border-style: solid;
        border-width: 1px;
        padding: 10px 50px 10px 10px;
        margin-top: 30px;
        margin-bottom: 50px;
        border-color: #e4a6a7;
        border-radius: 5px;
    }

    .contact-form__privacy {
        margin-top: 30px;
        text-align: center;
    }

    .contact-captcha {
        text-align: center;
        margin-top: 50px;
    }

    .contact-captcha img {
        margin-bottom: 15px;
    }

    input[type="submit"] {
        display: inline-block;
        padding: 32px 90px;
        border: 0;
        color: transparent;
        background: url(../../assets/images/button-contact2.png) no-repeat 0 0px;
        background-position: center center;
        background-size: 200px;
    }

    .contact-form__submit {
        text-align: center;
    }

    .error {
        color: #8db92d;
        font-size: 13px;
        display: block;
    }

    .contact-form__submit input:hover {
        opacity: 0.8;
    }

    .mwform-tel-field input {
        width: 80px !important;
    }

    .insta {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .sb_instagram_header {
        display: none;
    }

    .insta_inner {
        max-width: 800px;
        margin: 0 auto;
    }

    .insta_inner h2 {
        font-size: 30px;
        font-family: "myfont3-bold";
        color: #b92d2e;
        text-align: center;
        border-width: 2px 0 5px;
        padding: 10px;
        margin-bottom: 30px;
    }

    .insta_inner h2 img {
        width: 30px;
        margin: 0 10px;
    }
}