@charset "utf-8";
/*
Theme name: remote
*/

body {
    background-color: #fff;
    color: #363a64;
    font-family: "Noto Sans JP", sans-serif;
}


/* 全体 */

img {
    width: 100%;
}
a, input, select, textarea, button,
.terms-doc, .req-mark {
    border-radius: 5px;
}
input, select, textarea,
.terms-doc {
    outline: none;
    border: 1px solid #d1c8c4;
}
input, select {
    appearance: auto;
    height: 30px;
}
textarea {
    height: 130px;

}
input,
textarea {
    padding: 5px;
    color: #000;
}
input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
    cursor: pointer;
}
input[type="file"] {
    padding: 2px 0;
    color: #26325e;
}
a, button {
    transition: 0.3s;
}
li {
    list-style: none;
}
b {
    display: block;
}
main {
    background-image: url(img/art-7537962_1280.jpg);
    background-color: #5a3f39;
    background-repeat: repeat;
    background-attachment: fixed;
}
.bg-white {
    background-image: none;
    background-color: transparent;
}
section,
.page-wrapper {
    backdrop-filter: blur(3px) brightness(95%);
}
.cat-top,
.search-result {
    padding: 120px 0 40px 0;
}
.container {
    padding: 60px 20px;
    max-width: 1600px;
    margin: 0 auto;
}
.static-container {
    padding: 140px 20px 60px 20px;
}
.form-container,
.container-wt {
    background-color: #fff;
    border-radius: 15px;
    width: 80%;
    padding: 60px 100px;
    margin: 0 auto;
    max-width: 1200px;
}


/* セクションヘッダー */
.sec-hd, .sec-sub-hd {
    text-align: center;
}
.sec-hd {
    font-weight: 500;
    font-size: 40px;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.sec-hd::after {
    content: '';
    position: absolute;
    background-color: #26325e;
    height: 5px;
    width: 60px;
    bottom: -20px;
    left: calc(50% - 30px);
}
.sec-sub-hd {
    padding-bottom: 50px;
    font-weight: 500;
    font-size: 17px;
}
.sec-hd-wt {
    color: #fff;
}
.sec-hd-wt::after {
    background-color: #fff;
}


/* ヘッダー・フッター */
#header, #footer {
    background-color: #fff;
    position: fixed;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80px;
}
.header-container, .footer-container {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin: 0 auto;
}
.logo-link {
    padding-right: 20px;
}
.logo-link img {
    width: 120px;
}


/* ヘッダー、メニュー */
#header {
    top: 0;
    box-shadow: 0 10px 15px #49403d;
}
.header-container {
    max-width: 1400px;
}
.header-nav ul {
    display: flex;
    gap: 20px;
    font-weight: 600;
    color: #bb1414;
}
.header-nav a:hover {
    color: #ff7951;
}
.login-signup {
    display: flex;
    gap: 30px;
    padding-right: 20px;
}
.login-signup a {
    color: #5a3f39;
    padding: 7px 20px;
    border: 1px solid #5a3f39;
}
.login-signup a:hover {
    background-color: #5a3f39;
    color: #fff;
}


/* ハンバーガーボタン */
.menu-btn {
    width: 35px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    z-index: 3;
    top: 29px;
    right: 22px;
}
.line {
    display: block;
    background-color: #5a3f39;
    width: 100%;
    height: 1px;
    transition: 0.5s;
}
.cross .line1 {
    transform: translate(0, 11px) rotate(-405deg);
}
.cross .line2 {
    transform: rotate(-405deg);
    opacity: 0;
}
.cross .line3 {
    transform: translate(0, -12px) rotate(405deg);
}


/* メニュー */
.menu-container {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    margin-right: -400px;
    background-color: RGBa(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    height: 100vh;
    width: 400px;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
}
.menu-container nav {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 500;
}
.menu-container li {
    padding: 5px 0;
}
.menu-container a:hover {
    color: #CC3333;
}
.open-menu .menu-container {
    opacity: 1;
    margin-right: 0;
}
.menu-container {
    max-width: 100%;
}


/* アウトライン・フッター */
#outline {
    margin-bottom: 80px;
}
#outline .container {
    padding: 80px 0 40px 0;
}
.outline-link {
    color: #77443a;
    display: flex;
    gap: 15px;
    padding: 0 20px;
    justify-content: center;
    font-weight: 500;
}
.outline-link a {
    text-decoration: underline;
}
.outline-link a:hover {
    color: #ff7951;
    text-decoration: none;
}
.profile {
    display: flex;
    justify-content: center;
    padding: 30px 20px 0 20px;
    gap: 30px;
}
.profile p {
    color: #5a3f39;
    font-weight: 500;
    padding-bottom: 30px;
    text-align: left;
}

#footer {
    bottom: 0;
    background-color: #47302c;
}
.footer-container {
    max-width: 1400px;
}
#footer-login-form {
    display: flex;
    align-items: center;
    gap: 20px;
}
#footer-login-form input {
    background-color: #fff;
    width: 20vw;
    min-width: 150px;
}
.footer-login-btn {
    background-color: RGBa(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    margin: 0 20px;
    transition: 0.3s;
}
.footer-login-btn:hover {
    background-color: #fff;
    color: #5a3f39;
}
.footer-link-text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 13px;
    max-height: 75px;
}
.footer-link-text a {
    text-decoration: underline;
    width: fit-content;
}
.footer-link-text  a:hover {
    text-decoration: none;
}
.copy {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
}


/* トップページ */
#to-search, #to-news, #outline {
    background-color: #fff;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7%;
}

#feature, #for-corporation, #to-contact {
    color: #fff;
}

.thumbnail {
    width: 40%;
    object-fit: cover;
    aspect-ratio: 5 / 3;
}

.top-sec-btn {
    background-color: #26325e;
    color: #fff;
    padding: 7px 22px 10px 22px;
    border: 1px solid #26325e;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 10px;
}

.top-sec-btn:hover {
    background-color: RGBa(255, 255, 255, 0.5);
    color: #26325e;
}

.top-text-content {
    text-align: center;
}

.top-text-content p {
    font-size: 20px;
    padding-bottom: 30px;
}

.sns-link {
    display: flex;
    justify-content: space-around;
    padding-right: 60px;
    gap: 10px;
}

.sns-link a:hover {
    opacity: 0.5;
}

.main-visual {
    position: relative;
    padding-top: 80px;
}

.main-visual img {
    width: 100%;
    object-fit: cover;
    max-height: 100vh;
    filter: saturate(70%);
}

.catch-copy {
    color: #fff;
    font-weight: 400;
    font-size: 4vw;
    position: absolute;
    top: 70%;
    left: 5%;
    letter-spacing: 3px;
    text-shadow: 3px 3px 4px #49403d;
}
.catch-copy b {
    font-weight: 400;
    display: inline-block;
}

.feature-thumbnail {
    display: flex;
    padding-bottom: 30px;
}

.feature-thumbnail img {
    width: calc(100% / 3);
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 10px;
}

#to-chatroom {
    background-color: RGBa(255, 255, 255, 0.5);
}


/* 入力フォーム共通 */
.form-sec,
.page-wrapper {
    padding: 120px 10px 70px 10px;
}
.form-container h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin-bottom: 60px;
}
:is(.container, .form-container, .container-wt) h4 {
    font-size: 17px;
    font-weight: 600;
    padding: 35px 0 7px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #7580a7;
}
.submit-btn {
    margin: 60px auto 0 auto;
    display: block;
    height: 42px;
    padding: 0 30px;
    color: #fff;
    background-color: #26325e;
    border: none;
    font-size: 18px;
    letter-spacing: 2px;
}
.submit-btn:hover {
    background-color: #ff7951;
}


/* 新規登録フォーム */
#signup-form, #login-form {
    width: 100%;
    display: grid;
    grid-template-columns: 40% calc(60% - 20px);
    row-gap: 20px;
    column-gap: 20px;
    padding-bottom: 20px;
}
#signup article {
    background-color: #ebe0dd;
    color: #5a3f39;
    font-weight: 500;
    border-radius: 15px;
    padding: 20px 30px;
    margin-top: 30px;
}
.form-switch {
    display: flex;
    gap: 30px;
    padding: 30px 0 60px 0;
    justify-content: center;
}
.switch {
    width: 40%;
    max-width: 300px;
}
.switch button {
    border: 1px solid;
    padding: 5px 10px;
    width: fit-content;
    display: block;
    margin: 0 auto 10px auto;
}
.selected {
    background-color: #26325e;
    color: #fff;
}
label[for="private"] {
    margin-right: 20px;
}
#signup textarea {
    height: 130px;
}
label[for="accept"] {
    margin: 0 auto;
    width: fit-content;
    display: block;
}
.show-corporation {
    display: none;
}
.form-private .show-corporation {
    display: none;
}
.form-corporation .show-private {
    display: none;
}
.form-corporation .show-corporation {
    display: block;
}
#to-signup, #to-signup .form-container {
    padding-top: 10px;
}
.to-signup, .pass-forgot {
    text-decoration: underline;   
    padding: 0 5px;
    color: #bb1414;
}
.to-signup {
    font-size: 15px;
}
.pass-forgot {
    font-size: 13px;
    width: fit-content;
    margin: 20px 0 0 auto;
    display: block;
}
.to-signup:hover, .pass-forgot:hover {
    color: #ff7951;
}


/* 求人検索フォーム */
#search-recruit div {
    display: flex;
    flex-direction: column;
}
#searchform p::before {
    content: '- ';
}
#search-recruit p {
    width: fit-content;
    border-radius: 5px;
    background-color: #b16650;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 7px;
    margin-top: 20px;
    margin-bottom: 3px;
}
.search-cat-ul {
    display: flex;
    flex-wrap: wrap;
}
.search-cat-ul li {
    padding-right: 20px;
}
.tohoku, .kantou, .kinki {
    display: none;
}
input[name="s"] {
    width: 100%;
}


/* お問い合わせフォーム */
.slide-link {
    color: #FF9900;
    font-weight: 600;
    font-size: 15px;
    width: fit-content;
    display: block;
    margin: 40px auto;
}
.slide-link:hover {
    opacity: 0.6;
    transform: translateX(10px);
}
.slide-link::after {
    content:'→';
    transition: 0.3s;
}
.slide-link:hover::after {
    margin-left: 10px;
}
#contact .underline-h4, #contact-form {
    margin: 0 auto 30px auto;
}
#contact-form p {
    padding-bottom: 10px;
}
.req-mark {
    font-size: 12px;
    background-color: #bb1414;
    color: #fff;
    padding: 1px 7px;
    margin-left: 10px;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea {
    margin-bottom: 30px;
    width: 100%;
}
#contact-form textarea {
    height: 130px;
}


/* よくあるご質問 */
#faq {
    backdrop-filter: brightness(150%) blur(4px) saturate(80%) contrast(90%);
    color: #363a64;
}
#faq .container-wt {
    background-color: rgba(255, 255, 255, 0.8);
}
#faq b {
    padding-bottom: 15px;
    font-weight: 500;
}
#faq p, #faq li {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
}
.question::before {
    content: 'Q';
    color: #c51221;
}
.answer::before {
    content: 'A';
    color: #0973d6;
}
.question::before, .answer::before {
    font-weight: 500;
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 35px;
}
.annotation::before {
    content: '※';
}
#faq section {
    backdrop-filter: none;
}


/* 会社概要 */
.company-tb {
    width: 70%;
    margin: 0 auto;
}
.company-tb tr:nth-last-child(n + 2) {
    border-bottom: 1px solid #B0C4DE;
}
.company-tb th {
    width: 40%;
}
.company-tb th,
.company-tb td {
    display: inline-block;
    padding: 20px;
}
.company-tb th {
    background-color: #e0e7f0;
    border-right: 1px solid #b0c4de;
    position: relative;
}
.company-tb th::before {
    content: 'ー';
    position: absolute;
    left: -7px;
    color: #CC3333;
}


/* 投稿一覧ページ */
.cat-top-container,
.search-result-container {
    width: 100%;
    padding: 60px 20px;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 50px 20px;
    max-width: 800px;
    margin: 0 auto;
}
.grid-article {
    transition: 0.3s;
    position: relative;
}
.article-title {
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0 20px 15px;
    color: #911927;
}
.post-thumbnail{
    width: 100%;
    height: 250px;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
}
.left-bar {
    position: absolute;
    top: 280px;
    bottom: 0;
    width: 5px;
    background-color: #B0C4DE;
}
.grid-article:hover {
    opacity: 0.7;
}
.grid-article time {
    font-size: 14px;
    text-align: right;
    padding-top: 5px;
    display: block;
}
.article-text {
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.2em;
}
/* ページネーション */
.pagination ul {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap: 20px;
}


/* 投稿個別ページ */
.single-container {
    padding: 20px;
}
.single-article {
    max-width: 900px;
    padding: 0px 50px 50px 50px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
}
.single {
    padding-top: 120px;
    background-color: #fff;
}
.single-article time {
    display: block;
    text-align: right;
    color: #778899;
    font-size: 15px;
    padding: 5px 0;
}
.single-article img {
    height: auto;
    aspect-ratio: 3 / 2;
}
.single-article h2 {
    font-size: 35px;
    font-weight: 600;
    border-bottom: 1px solid #B0C4DE;
    padding: 50px 0 10px 0;
    margin-bottom: 10px;
}
/* ニュース記事 */
.news-single-article h3 {
    font-size: 18px;
    display: block;
    padding: 40px 0 10px 0;
    position: relative;
    padding-left: 10px;
    font-weight: 600;
}
.news-single-article h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 5px;
    width: 4px;
    background-color: #b0c4de;
}
.news-single-article p,
.news-single-article li {
    padding: 5px 0;
    line-height: 30px;
}
/* 求人情報 */
.recruit-single-article time {
    margin-bottom: 40px;
}
.recruit-single-article img {
    margin-top: 20px;
    /* height: 350px; */
    object-fit: cover;
}
.recruit-single-article h3 {
    font-size: 25px;
    padding: 40px 0 5px 0;
    margin-bottom: 10px;
    text-indent: -10px;
    border-bottom: 1px solid #B0C4DE;
}
.recruit-single-article p:nth-child(-n + 8) {
    padding: 3px;
}
.recruit-single-article p {
    line-height: 25px;
}
.apply-btn {
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #CC3333;
    padding: 12px 22px;
}
.apply-btn:hover {
    background-color: #ff7951;
}


/* 規約の文書 */
.terms-doc {
    width: 100%;
    margin: 30px 0;
}
.terms {
    padding: 100px 15px;
    max-width: 1300px;
    margin: 0 auto;
}
#terms h1 {
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
    font-size: 25px;
}
#terms h2 {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #d1c8c4;
    padding: 50px 0 5px 0;
    margin-bottom: 10px;
}
#terms h3 {
    font-size: 13px;
    padding-bottom: 30px;
}
#terms p, #terms li {
    font-size: 15px;
    padding-top: 10px;
    letter-spacing: 1px;
    line-height: 20px;
}
.to-contact-btn {
    color: #fff;
    background-color: transparent;
    padding: 10px 30px;
    width: fit-content;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 2px solid #26325e;
}
.to-contact-btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #26325e;
    transition: 0.3s;
}
.to-contact-btn:hover::after {
    left: 50%;
    right: 50%;
}
.to-contact-btn:hover {
    color: #26325e;
    font-weight: 600;
}
.terms-single {
    padding: 15px;
}


/* レスポンシブ */
@media screen and (max-width:1210px) {

    .header-container {
        max-width: 800px;
    }
    .header-nav {
        display: none;
    }
    .form-container,
    .container-wt {
        padding: 60px;
    }
}

@media screen and (max-width:760px) {
    .menu-container nav {
        flex-direction: column;
        justify-content: center;
    }
    .footer-container .logo-link {
        display: none;
    }
    .footer-container {
        display: block;
    }
    .login-signup {
        display: none;
    }
    #footer-login-form {
        width: 100%;
        margin-bottom: 5px;
    }
    #footer-login-form input {
        width: calc(100% / 3);
        min-width: 0;
    }
    .footer-login-btn {
        width: calc(100% / 3);
        text-align: center;
    }
    .footer-link-text {
        flex-direction: row;
        gap: 20px;
        float: left;
    }
    .copy {
        float: right;
        padding-right: 20px;
    }
    .sec-hd {
        font-size: 33px;
    }
    .sec-sub-hd {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .top-text-content p {
        font-size: 17px;
        padding-bottom: 0;
    }
    .feature-thumbnail {
        margin: 0 -20px;
        height: 300px;
    }
    .feature-thumbnail img {
        border-radius: 0;
        aspect-ratio: unset;
        padding: 0;
    }
    .thumbnail {
        width: 100%;
        margin-top: 30px;
    }
    :is(#to-search, #for-corporation) .flex-container {
        flex-direction: column-reverse;
    }
    :is(#to-chatroom, #to-news) .flex-container {
        flex-direction: column;
    }
    .container p {
        padding-bottom: 30px;
    }
    .grid {
        grid-template-columns: 1fr;
    }
    .single-article {
        padding: 0px 20px 20px 20px;
    }
    .single-article h2 {
        font-size: 25px;
    }
    .footer-login-btn {
        margin: 0;
    }
    .form-container,
    .container-wt {
        padding: 40px 30px;
    }
    .form-container h3 {
        margin-bottom: 30px;
    }
    :is(.container, .form-container, .container-wt) h4 {
        font-size: 14px;
        padding: 20px 0 4px 0;
    }
    #signup-form,
    #login-form {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    :is(#signup-form, #login-form) p {
        padding-top: 10px;
    }
    .company-tb {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .sec-hd {
        font-size: 28px;
    }
    .company-tb th {
        width: 100%;
        border: none;
    }
    .company-tb tr:nth-last-child(n + 2) {
        border: none;
    }
}

@media screen and (max-width:450px) {
    .logo-link img {
        width: 100px;
    }
    .catch-copy {
        font-size: 5vw;
    }
    .top-sec-btn {
        padding: 5px 17px 7px 20px;
        font-size: 15px;
    }
    .profile {
        flex-direction: column;
    }
    .outline-link {
        font-size: 13px;
        flex-direction: column;
        gap: 10px;
    }
    .profile .sns-link {
        display: block;
    }
    .profile .sns-link a {
        padding: 10px;
    }
    .form-container,
    .container-wt {
        width: 100%;
    }
    /*
    :is(.search-result, .cat-top) .container-wt {
        padding: 120px 10px 70px 10px;
    }
    */
    .cat-top,
    .search-result {
        padding: 120px 10px 70px 10px;
    }
    .grid {
        padding: 20px 0;
    }
    #terms h1 {
        font-size: 20px;
        padding: 10px 0;
    }
    #terms h2 {
        font-size: 15px;
        padding: 30px 0 3px 0;
        margin-bottom: 0;
    }
    #terms h3 {
        padding-bottom: 10px;
    }
    #terms p {
        font-size: 12px;
    }
    .req-mark {
        margin-left: 3px;
        font-size: 11px;
        padding: 1px 4px;
    }
}

@media screen and (max-width:370px) {
    .header-container .sns-link {
        display: none;
    }
}