@charset "utf-8";
/*
Theme Name: snk
Author: groworks
Version: 1.0.0
*/

/*---------- reset ----------*/
html {
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #133A78;
    font-weight: 400;
    height: 100%;
    position: relative;
    letter-spacing: 0.06em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    body {
        min-width: 1300px;
    }
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input,
textarea,
select,
button {
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
select,
button {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/*-------------------------------------------------------------
    Page related
-------------------------------------------------------------*/
#wrapper {
    position: relative;
}

#content_wrap {
    position: relative;
}

img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.inner {
    max-width: 1200px;
    /* width: calc(100% - 40px); */
    margin: 0 auto;
}

.sp_size {
    display: none !important;
}

[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none !important;
}

::selection {
    background: #007CCF;
    color: #fff;
}

/*-------------------------------------------------------------
    header
-------------------------------------------------------------*/
#header_wrap {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    pointer-events: none;
    transition: all .3s ease;
}

#header_wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #1A96EA;
    pointer-events: none;
    transition: height .3s ease;
}

#header_wrap.is-scrolled::before,
#header_wrap.sp_menu_on::before {
    height: 0;
}

#header_wrap.hide {
    transform: translateY(-100%);
}

#header_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    padding: 0 0 0 85px;
    background: transparent;
    transition: background .3s ease;
}

#header_wrap.is-scrolled #header_area {
    background: #1A96EA;
}

#header_wrap.sp_menu_on #header_area {
    background: #1A96EA;
}

#logo {
    pointer-events: auto;
    padding-top: 36px;
}

#logo a,
#logo img {
    display: block;
    max-width: 240px;
    width: 100%;
    height: auto;
}

#toggle {
    display: none;
    pointer-events: auto;
}

#menu-box {
    position: relative;
    pointer-events: auto;
    background: #1A96EA;
    border-radius: 0 0 0 60px;
    padding: 24px 57px 24px 70px;
}

#menu-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -39px;
    width: 39px;
    height: 39px;
    background: url(img/menu_curve.svg) no-repeat left top / 100% 100%;
}

.menu_list {
    display: flex;
    align-items: center;
}

.menu_item {
    position: relative;
    line-height: 1;
    padding: 0 30px;
}

.menu_item:first-child {
    padding-left: 0;
}

.menu_item:last-child {
    padding-right: 0;
}

.menu_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.7);
    transform: translateY(-50%);
}

.menu_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    transition: opacity .3s ease;
}

.menu_en {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
}

.menu_ja {
    margin-top: 6px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.06em;
}

.menu_link:hover {
    opacity: .7;
}

/*-------------------------------------------------------------
    footer
-------------------------------------------------------------*/
#footer_wrap {
    position: relative;
    background: #0059A5;
    color: #fff;
}

/* footer recruit */
.footer_recruit {
    position: relative;
    overflow: hidden;
    background: #78B6ED;
    min-height: 600px;
    display: flex;
}

.footer_recruit::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 89, 165, 0) 0%, rgba(0, 89, 165, 1) 100%);
    pointer-events: none;
}

.footer_recruit_visual {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: calc(100% * 1300 / 1920);
    height: 600px;
    transform: translateY(-50%);
}

.footer_recruit_img {
    width: 100%;
    height: 100%;
}

.footer_recruit_img img {
    width: 100%;
    /* height: 600px; */
    object-fit: cover;
    object-position: left center;
    display: block;
    height: 100%!important;
}

.footer_recruit_in {
    position: relative;
    z-index: 3;
    max-width: 1240px;
    margin: auto;
    padding: 70px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    /* min-height: 600px; */
    box-sizing: border-box;
}

.footer_recruit_txt {
    width: 48%;
    color: #fff;
}

.footer_recruit_en {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;;
    line-height: 1.2;
}

.footer_recruit_company {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.4;
}

.footer_recruit_ttl {
    margin-top: 6px;
    font-size: 4.0rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.footer_recruit_catch {
    margin-top: 55px;
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
}

.footer_recruit_desc {
    margin-top: 35px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.875;
    letter-spacing: 0;
}

.footer_recruit_btn_wrap {
    flex-shrink: 0;
    padding:0 45px 20px 0;
}

.footer_recruit_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    min-height: 70px;
    padding: 22px 36px;
    background: #fff;
    border: 1px solid #fff;
    color: #0059A5 !important;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-decoration: none !important;
    border-radius: 999px;
    box-sizing: border-box;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.footer_recruit_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0059A5;
    border-right: 2px solid #0059A5;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color .3s ease;
}

.footer_recruit_btn:hover {
    background: #0059A5;
    border-color: #fff;
    color: #fff !important;
}

.footer_recruit_btn:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.footer_main {
    max-width: 1240px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 70px 20px 0;
    margin: auto;
    box-sizing: border-box;
}

.footer_address {
    width: 32%;
}

.footer_menu_wrap {
    width: 59%;
}

.footer_menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px;
    list-style: none;
}

.footer_logo {
    width: 294px;
}

.footer_logo a {
    display: inline-block;
}

.footer_logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer_info {
    margin-top: 29px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

#copyright {
    max-width: 1240px;
    margin: 54px auto 0;
    padding: 0 20px 285px;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.footer_menu_link,
.f_sub_link {
    display: block;
    color: #fff !important;
    text-decoration: none;
    transition: opacity .3s ease;
}

.footer_menu_link:hover,
.f_sub_link:hover {
    opacity: .7;
}

.footer_menu_en {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
}

.footer_menu_ja {
    display: block;
    margin-top: 6px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.f_submenu {
    max-width: 1200px;
    padding: 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f_sub_list {
    display: flex;
    gap: 20px;
}

.copy_txt {
    font-size: 1.2rem;
}

#return a {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50%;
    font-size: 0;
    z-index: 10;
}

#return a::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

/*-------------------------------------------------------------
    fixed page common
-------------------------------------------------------------*/
#content_h {
    position: relative;
    padding-top: 120px;
}

#h_area {
    position: relative;
    z-index: 2;
}

#h_area h1 {
    font-size: 4.0rem;
    font-weight: 700;
}

#h_area h1::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

.content_area {
    padding: 80px 0;
}

.sec_ttl_h2 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.sec_ttl_h2::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.6rem;
    margin-bottom: 6px;
}

.sec_ttl_h3 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.sec_ttl_h3::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.5rem;
    margin-bottom: 6px;
}

.center {
    text-align: center;
}

.table_no_bg table {
    width: 100%;
}

.table_no_bg th,
.table_no_bg td {
    padding: 18px 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.table_no_bg th {
    width: 25%;
    font-weight: 700;
}

/*-------------------------------------------------------------
    file link
-------------------------------------------------------------*/
.file_link {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    text-decoration: underline;
}

.file_link::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.file_link[href$=".pdf"]::after {
    background-image: url(img/icon_pdf.svg);
}

.file_link[href$=".xls"]::after,
.file_link[href$=".xlsx"]::after {
    background-image: url(img/icon_excel.svg);
}

.file_link[href$=".doc"]::after,
.file_link[href$=".docx"]::after {
    background-image: url(img/icon_word.svg);
}

.blank_link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 0.35em;
    background: url(img/icon_popup.svg) no-repeat center / contain;
    flex-shrink: 0;
}

/*-------------------------------------------------------------
    responsive
-------------------------------------------------------------*/
@media screen and (max-width: 1020px) {
    #header_area {
        align-items: center;
        padding: 10px 20px;
        gap: 30px;
    }

    #logo {
        padding-top: 0;
    }

    #toggle {
        display: block;
    }

    #toggle a {
        display: block;
        width: 60px;
        height: 50px;
        position: relative;
    }

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        height: 2px;
        background: #fff;
        transition: all .3s ease;
    }

    #toggle a::before {
        top: 15px;
    }

    #toggle a span {
        top: 24px;
        font-size: 0;
    }

    #toggle a::after {
        top: 33px;
    }

    #toggle a.open span {
        opacity: 0;
    }

    #toggle a.open::before {
        top: 24px;
        background: #fff;
        transform: rotate(45deg);
    }

    #toggle a.open::after {
        top: 24px;
        background: #fff;
        transform: rotate(-45deg);
    }

    #menu-box {
        display: none;
        position: fixed;
        top: 80px;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        border-radius: 0;
        padding: 0;
        overflow: auto;
    }

    #menu-box::before {
        display: none;
    }

    .menu_list {
        display: block;
        padding: 20px;
    }

    .menu_item {
        padding: 0;
        border-bottom: 1px solid #ddd;
    }

    .menu_item:not(:last-child)::after {
        display: none;
    }

    .menu_link {
        align-items: flex-start;
        padding: 16px 0;
        color: #133A78 !important;
        text-align: left;
    }

    .menu_en {
        color: #133A78;
    }

    .menu_ja {
        color: #133A78;
    }

    #wrapper.fixed {
        position: fixed;
        width: 100%;
    }

    .footer_recruit_in {
        gap: 20px;
        padding: 50px 20px;
    }

    .footer_recruit_txt {
        width: auto;
        flex: 1;
        min-width: 0;
    }

    .footer_recruit_en,
    .footer_recruit_company,
    .footer_recruit_ttl,
    .footer_recruit_catch {
        white-space: nowrap;
    }

    .footer_recruit_ttl {
        font-size: 3.4rem;
    }

    .footer_recruit_catch {
        margin-top: 30px;
        font-size: 2.8rem;
    }

    .footer_recruit_desc {
        margin-top: 20px;
        font-size: 1.4rem;
    }

    .footer_recruit_btn_wrap {
        padding: 0 20px 10px 0;
    }

    .footer_recruit_btn {
        min-width: 240px;
        padding: 18px 28px;
    }

    .footer_logo {
        width: 100%;
        max-width: 294px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }

    img {
        width: auto;
        height: auto !important;
        max-width: 100%;
    }

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }

    /* .inner {
        width: calc(100% - 40px);
    } */

    #content_h {
        padding-top: 90px;
    }

    #h_area h1 {
        font-size: 3.0rem;
    }

    .content_area {
        padding: 50px 0;
    }

    .footer_main,
    .f_submenu {
        display: block;
    }

    .footer_main {
        padding: 50px 20px 0;
    }

    .footer_address,
    .footer_menu_wrap {
        width: 100%;
    }

    .footer_menu_wrap {
        margin-top: 36px;
    }

    .footer_menu_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px 20px;
    }

    .f_sub_list {
        display: block;
    }

    .footer_logo {
        width: 100%;
        max-width: 294px;
    }

    .footer_info{
        font-size: 1.2rem;
        margin-top: 20px;
    }

    #copyright {
        margin-top: 36px;
        padding-bottom: 40px;
    }

    .footer_recruit_in {
        display: block;
        min-height: auto;
        padding: 50px 20px;
    }

    .footer_recruit_txt {
        width: 100%;
    }

    .footer_recruit_en,
    .footer_recruit_company,
    .footer_recruit_ttl,
    .footer_recruit_catch {
        white-space: normal;
    }

    .footer_recruit_ttl {
        font-size: 3.2rem;
    }

    .footer_recruit_catch {
        font-size: 1.7rem;
    }

    .footer_recruit_btn_wrap {
        margin-top: 30px;
        padding-bottom: 0;
		padding-right: 0;
        text-align: center;
    }

    .footer_recruit_visual {
        top: 0;
        width: 100%;
        height: 600px;
        transform: none;
        opacity: 0.35;
    }
	
    .footer_recruit_img {
        overflow: hidden;
    }

    .footer_recruit_img img {
        width: 110%;
        max-width: none;
        transform: translateX(-25px);
    }
}



/*-------------------------------------------------------------
    404 page
-------------------------------------------------------------*/
.error404_page {
    position: relative;
    color: #133A78;
}

.error404_content {
    background: #fff;
}

.error404_content_in {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 120px;
    text-align: center;
    box-sizing: border-box;
}

.error404_lead {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #133A78;
}

.error404_desc {
    margin-top: 24px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #133A78;
}

.error404_btn_wrap {
    margin-top: 50px;
}

.error404_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    min-height: 70px;
    padding: 22px 48px 22px 36px;
    background: transparent;
    border: 1px solid #1A96EA;
    color: #1A96EA !important;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.error404_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1A96EA;
    border-right: 2px solid #1A96EA;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color .3s ease;
}

.error404_btn:hover {
    background: #1A96EA;
    border-color: #1A96EA;
    color: #fff !important;
}

.error404_btn:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
}

/*-------------------------------------------------------------
    404 page - responsive
-------------------------------------------------------------*/

@media screen and (max-width: 767px) {
    .error404_content_in {
        padding: 60px 20px 80px;
    }

    .error404_lead {
        font-size: 1.8rem;
    }

    .error404_desc {
        margin-top: 16px;
        font-size: 1.4rem;
    }

    .error404_btn_wrap {
        margin-top: 40px;
    }

    .error404_btn {
        min-width: 260px;
        min-height: 60px;
        padding: 18px 44px 18px 28px;
        font-size: 1.6rem;
    }
}
