@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
body {
    background: #fefefe;
    font-family: "YakuHanJP_Narrow", "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    box-sizing: border-box;
    overflow-x: hidden;
}

header {
    position: relative;
    z-index: 200;
    display: grid;
    grid-template-columns: repeat(2, 1fr) 40px;
    align-items: center;
    padding: 28px;
    transform: translateY(-100px);
    animation: slideInFromTop 1s ease-out 1s forwards;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.topPageLogo {
    color: #212121;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.line {
    cursor: pointer;
}

.line div {
    margin-top: 6px;
    width: 22px;
    height: 2px;
    background: #333;
    margin-left: auto;
}

.line div:nth-of-type(1) {
    margin-top: 0;
}

.logo {
    font-size: 30px;
    letter-spacing: 1.6px;
    font-weight: 500;
    color: #333;
}

.logo span {
    font-size: 20px;
    padding-left: 4px;
    font-weight: 500;
}

.menu.open {
    top: -10px;
}

.menu {
    position: fixed;
    top: -110vh;
    left: -10px;
    width: 106%;
    height: 100vh;
    background: #fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: top 0.5s ease;
}

.close-btn {
    position: absolute;
    top: 34px;
    right: 100px;
    font-size: 2rem;
    cursor: pointer;
    display: none;
}

.menu.open .close-btn {
    display: block;
}

.line.open .line1:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.line.open .line1:nth-child(2) {
    opacity: 0;
}

.line.open .line1:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.menu-content h1 {
    padding-left: 40px;
    letter-spacing: 2px;
    font-size: 32px;
    color: #6B8FA8;
}

.menu-content {
    width: 100%;
}

.navigation_menu {
    display: flex;
    gap: 100px;
}

.navigation_menu a {
    font-family: "YakuHanJP_Narrow", "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    color: #212121;
    letter-spacing: 1.8px;
    line-height: 1.8;
}

.navigation_menu li,
a {
    list-style: none;
    text-decoration: none;
    padding-top: 6px;
    font-size: 18px;
    letter-spacing: 1.6px;
}

header .form {
    margin-left: auto;
}

.entry {
    width: 140px;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.5px;
    background: #6B8FA8;
    background-size: 200% 100%;
    border: none;
    font-family: "YakuHanJP_Narrow", "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.blog_all {
    padding: 40px 20px;
}

.blog_all h1 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 1.6px;
    font-size: 1.8em;
    border-left: 4px solid #6B8FA8;
    padding-left: 20px;
    color: #333;
}

.client ul {
    padding-top: 20px;
    display: flex;
    gap: 20px;
    list-style: none;
    padding-left: 0;
}

.client li {
    font-size: 14px;
}

.blog_all h2 {
    padding: 20px 0;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.8;
}

.image {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.image img {
    width: 400px;
    border-radius: 10px;
}

.image p {
    line-height: 2;
    font-size: 1em;
}

.box_rec svg {
    transition: all .2s;
}

.box_rec>svg:hover {
    width: 34px;
    margin-left: 10px;
    transition: transform .3s ease-in-out;
}

.box_rec:hover svg {
    transform: translateX(5px);
}

.box_rec:active {
    transform: scale(0.99);
}


.heading08 {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.heading08 span {
    display: flex;
    align-items: center;
    color: #6B8FA8;
    font-size: 3rem;
    padding-right: 20px;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-weight: 800;
}

.recruit_section {
    padding: 60px 20px;
}

.content_recruit {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.rec01 {
    height: 300px;
    background: #f5f5f5;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    border-radius: 10px 0 0 10px;
    /* border: 1px solid #333; */
    /* border-right: 2px solid #333; */
}

.rec02 {
    height: 300px;
    background: #f5f5f5;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    /* border: 1px solid #333; */
    border-radius: 0 10px 10px 0;

}

.box_rec p {
    padding: 60px 0 0 60px;
    font-size: 1.6em;
    letter-spacing: 2.8px;
    font-weight: 400;
    color: #333;
}

.box_rec span {
    padding-left: 0;
}

.box_rec>svg {
    position: relative;
    top: 20%;
    left: 85%;
}

.content_recruit a {
    text-decoration: none;
}

.big_btn {
    margin-top: 60px;
    width: 100%;
    height: 80px;
    letter-spacing: 2px;
    border: 1.5px solid #333;
    font-weight: 500;
    font-size: 1.8em;
    border-radius: 100px;
    font-family: "YakuHanJP_Narrow", "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
}

.big_btn {
    text-decoration: none;
    background-color: #fff;
    color: #333;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}


.big_btn:hover {
    background-color: #6B8FA8;
    border: 1px solid #6B8FA8;
    color: #fff;
}

.big_btn a {
    color: #333;
}

.big_btn:hover a {
    color: #fff;
}

.awardImage {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto; 
    gap: 20px; 
    align-items: start;
    padding: 0 20px;
  }
  
  .awardText2 {
    grid-column: 1 / -1; 
    line-height: 2;
  }
  
  .box {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
  }
  

@media screen and (max-width:1000px) {
    .box_rec p {
        padding: 28px 0 0 40px;
    }

    .box_rec>svg {
        position: relative;
        top: 20%;
        left: 80%;
    }
}

@media screen and (max-width:940px) {
    .blog_all h1 {
        font-size: 1.6em;
        border-left: 4px solid #6B8FA8;
        padding-left: 20px;
    }

    .image {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .image img {
        width: 400px;
        border-radius: 10px;
    }

    .image p {
        line-height: 2;
        font-size: 1em;
    }
}

@media screen and (max-width:768px) {
    header {
        padding: 18px;
    }

    .content_recruit {
        padding-top: 40px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 200px);
        gap: 20px;
    }

    .box_rec:first-child {
        height: 200px;
        border-radius: 10px;
    }

    .box_rec:last-child {
        height: 200px;
        border-radius: 10px;

    }

    .box_rec p {
        padding: 20px 0 0 40px;
        font-size: 1.4em;
        line-height: 2;
    }

    .box_rec>svg {
        position: relative;
        top: -10%;
        left: 88%;
    }

    .blog_all h1 {
        font-size: 1.4rem;
    }

    .blog_all h2 {
        padding: 0 0 20px 0;
    }
}

@media screen and (max-width:550px) {
    .navigation_menu li,
    a {
        font-size: 14px;
    }
    .awardImage {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; 
        gap: 20px; 
        align-items: start;
        padding: 0 20px;
      }
}
@media screen and (max-width:500px) {
    header {
        grid-template-columns: repeat(2, 1fr) 40px;
    }

    .line div {
        width: 24px;
    }

    .entry {
        width: 100px;
        height: 38px;
        font-size: 1em;
        letter-spacing: 1.8px;
    }

    .box_rec p {
        padding: 18px 0 0 28px;
        font-size: 1.2em;
        font-weight: 500;
    }

    .box_rec>svg {
        position: relative;
        left: 84%;
    }

    .big_btn {
        margin-top: 40px;
        width: 100%;
        height: 68px;
        font-size: 2em;
        border-radius: 100px;
    }

    .blog_all h1 {
        font-size: 1.2rem;
        padding-left: 12px;
    }

    .client ul {
        padding-top: 10px;
    }

    .client li {
        font-size: 12px;
    }

    .blog_all h2 {
        font-size: 14px;
        padding-bottom: 0;
    }

    .image p {
        line-height: 1.8;
        font-size: 14px;
    }

    .image img {
        width: 100%;
    }

    .image {
        gap: 10px;
    }

    .blog_all {
        padding: 40px 10px;
    }

    .heading08 {
        display: block;
    }
    .awardText2 {
        font-size: 14px;
    }
}

@media screen and (max-width:414px) {
    header {
        grid-template-columns: repeat(2, 1fr) 30px;
    }

    .line div {
        width: 18px;
        margin-top: 4px;
    }

    .entry {
        width: 86px;
        height: 36px;
        font-size: .88em;
        letter-spacing: 1px;
    }

    .content_recruit {
        padding-top: 10px;
        gap: 0;
    }

    .box_rec:first-child {
        height: 180px;
    }

    .box_rec:last-child {
        height: 180px;
    }

    .box_rec p {
        padding: 20px 0 0 28px;
        font-size: 1em;
        font-weight: 500;
    }

    .box_rec>svg {
        position: relative;
        left: 80%;
    }

    .big_btn {
        margin-top: 20px;
        width: 100%;
        height: 60px;
        letter-spacing: 2.8px;
        border: 1.2px solid #333;
        font-weight: 500;
        font-size: 1.6em;
        border-radius: 100px;
    }
    .heading08 span {
        font-size: 25px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width:550px) {
    .menu-content h1 {
        letter-spacing: 2px;
        font-size: 26px;
    }

    .navigation_menu {
        gap: 50px;
    }

    .navigation_menu a {
        font-size: 14px;
        letter-spacing: 1.8px;
        line-height: 1.6;
    }
}

@media screen and (max-width:414px) {
    .close-btn {
        top: 20px;
        right: 25px;
        font-size: 1.6rem;
    }

    .menu-content h1 {
        padding-left: 20px;
    }

    .navigation_menu {
        padding-left: 20px;
    }
    .recruit_section {
        padding: 40px 10px;
    }
}

footer {
    background-color: #6B8FA8;
    color: #fff;
    margin-top: 40px;
    padding: 20px 0;
    text-align: left;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 0 auto;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #333;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links li a {
    font-size: 16px;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.social-links li a:hover {
    background-color: #fff;
    color: #333;
}

.company-info {
    padding-left: 20px;
}

/* copyright */
.footer-bottom {
    text-align: right;
    margin-top: 40px;
    padding-top: 20px;
    padding-right: 20px;
    border-top: 1px solid #fff;
}

.footer-bottom p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        padding: 0 20px;
    }
    .blog_all {
        padding: 0 20px;
    }
}
@media (max-width: 520px) {
    .company-info {
        padding-left: 20px;
    }
    .footer-section h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer-section ul li a {
        font-size: 12px;
    }
}
@media (max-width: 430px) {
    .footer-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3,1fr);
        margin: 0 auto;
        height: 400px;
    }
    .company-info {
        padding-left: 0;
    }
    .footer-bottom p {
        font-size: 8px;
    }
}
