@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

ul {
    padding-inline-start: 0;
}

li {
    list-style-type: none;
}

main {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

.bold {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    padding-left: 20px;
    transition: all .5s;
}

header.is-scroll {
    background-color: #fff;
}

header h1 {
    font-size: 0;
    position: relative;
    background: url(../images/header-logo_white.png) no-repeat 0 center;
    width: 230px;
    height: 76px;
    background-size: contain;
}

header.is-scroll h1 {
    background-image: url(../images/header-logo_black.png);
}

header nav {
    position: relative;
    width: calc(100% - 200px);
}

header nav ul {
    width: 100%;
    display: flex;
    color: #fff;
    justify-content: right;
    padding-right: 20px;
}

header.is-scroll nav ul {
    color: #000;
}

header nav li {}

header nav li a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

header nav li a:hover {
    text-decoration: underline;
}

.nav-entry {
    margin-left: 20px;
}

.nav-entry a {
    width: 100px;
    border-radius: 100px;
    color: rgba(0, 0, 0, 0);
    background: url(../images/entry-btn_off.svg) no-repeat center #fff;
    background-size: 45px 20px;
    padding: 5px 50px;
    margin-top: 5px;
}

header.is-scroll .nav-entry a {
    background: url(../images/entry-btn_on.svg) no-repeat center #0395d3;
    background-size: 45px 20px;
}

.parallax-bg {
    background-image: url(../images/mv-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.mv {
    font-size: 0;
}

.hidden {
    display: none;
}

.mv-header {
    background: url(../images/mv-text_pc.png) no-repeat 50px 100px;
    background-attachment: fixed;
    background-size: 700px;
    width: 750px;
    height: 800px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.mv-image {
    background: url(../images/mv-img.png) no-repeat right 80px;
    background-attachment: fixed;
    background-size: 700px;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
}

.about {
    position: relative;
    margin-top: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 80px;
}

.about-tit {
    text-align: center;
    font-size: 40px;
}

.about-txt {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 3;
}

.important {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 0 0;
}

.important-tit {
    font-size: 40px;
    color: #0395d3;
    padding: 80px 100px 40px;
}

.important-list {
    counter-reset: number 0;
    padding-bottom: 80px;
    background: url(../images/important-bg.png) no-repeat right 20px bottom;
    background-size: 200px;
}

.important-list dt {
    font-size: 20px;
    border-top: 1px solid #ccc;
    padding: 20px 100px 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.important-list dt::before {
    counter-increment: number 1;
    /* number カウンタの増加数をセット */
    content: counter(number) ". ";
    color: #0395d3;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
}

.important-list dd {
    font-size: 16px;
    padding: 10px 100px 20px;
}

.interview {
    position: relative;
    padding: 100px 0;
    background-image: url(../images/mv-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}

.interview-tit {
    font-size: 40px;
    color: #fff;
    padding: 0 0 40px;
    text-align: center;
}

.swiper {
    max-width: 350px;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-textbox {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    padding-bottom: 20px;
}

.swiper-slide-textbox p {
    color: #fff;
    background: linear-gradient(transparent 0%, #000 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline-block;
    padding: 0 10px;
}

.swiper-slide-textbox p+br+p {
    margin-top: 10px;
}

.swiper-slide-textbox h3 {
    display: inline-block;
    color: #000;
    margin-top: 20px;
    background-color: #fff;
    padding: 0 10px;
}

.swiper-slide-textbox h3 span {
    font-size: 15px;
    margin-right: 10px;
}

.mood {
    position: relative;
    background: url(../images/mood-bg_02.png) repeat-x 0 75px;
    background-size: contain;
    background-color: #fff;
    -webkit-animation: bgroop2 40s linear infinite;
    animation: bgroop2 40s linear infinite;
}

@-webkit-keyframes bgroop2 {
    from {
        background-position: 0 75px;
    }

    to {
        background-position: -3044px 75px;
    }
}

@keyframes bgroop2 {
    from {
        background-position: 0 75px;
    }

    to {
        background-position: -3044px 75px;
    }
}

.mood-wrapper {
    background: url(../images/mood-bg_01.png) repeat-x 0 25px;
    background-size: contain;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}

.mood-wrapper::before {
    content: "";
    display: block;
    --sample-color: 255 255 255;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle,
            rgb(var(--sample-color)),
            rgb(var(--sample-color) / 90%));
    /* border-radius: 50%; */
    filter: blur(10px);
    width: min(100%, 600px);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0 25px;
    }

    to {
        background-position: -2875px 25px;
    }
}

@keyframes bgroop {
    from {
        background-position: 0 25px;
    }

    to {
        background-position: -2875px 25px;
    }
}

.mood-container {
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}

.mood-tit {
    font-size: 40px;
    color: #0395d3;
    padding: 80px 0 40px;
    text-align: center;
}

.mood-list {
    padding: 0 40px;
    margin: 0 auto;
    width: 650px;
}

.mood-list li {
    font-size: 20px;
    margin: 0 auto;
}

.mood-list li::before {
    display: inline-block;
    content: "";
    background: url(../images/mood-icon.svg) no-repeat 0 0;
    background-size: contain;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.mood-list li+li {
    margin-top: 30px;
}

.benefit {
    position: relative;
    background-color: #fff;
    padding: 0 100px;
}

.benefit-tit {
    font-size: 40px;
    color: #0395d3;
    padding: 80px 0 40px;
    text-align: center;
}

.benefit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.benefit-list li {
    width: 30%;
}

.benefit-list li img {
    border-radius: 10px;
}

.benefit-list li:nth-of-type(n+4) {
    margin-top: 40px;
}

.benefit-list li p {
    margin-top: 10px;
}

.benefit-list li p:first-of-type {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.occupation {
    position: relative;
    background-color: #fff;
}

.occupation-tit {
    font-size: 40px;
    color: #0395d3;
    padding: 80px 0 40px;
    text-align: center;
}

.occupation-tab-button {
    display: flex;
    justify-content: center;
    list-style: none;
    /* カーソル形状を指先にする */
    cursor: pointer;
}

.occupation-tab-button .is-active {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
}

.tab {
    background-color: #fff;
    border: 1px solid #000;
    padding: 8px 10px;
    border-radius: 5px;
}

.tab+.tab {
    margin-left: 10px;
}

.occupation-tab-contents {}

.occupation-tab-content {
    display: none;
    padding: 40px 100px;
    text-align: left;
}

.occupation-tab-content.is-display {
    display: block;
}

.occupation-content-tit {
    font-size: 24px;
}

.occupation-content-tit span {
    font-size: 14px;
    color: #0395d3;
    margin-left: 10px;
}

.occupation-content-lead {
    margin-top: 10px;
}

.occupation-content-list li {
    background-color: #f1f1f1;
    padding: 20px;
    border-left: 4px solid #0395d3;
}

.occupation-content-list li+li {
    margin-top: 20px;
}

.occupation-content-list li h4 {
    font-size: 20px;
    color: #0395d3;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
    line-height: 40px;
}

.occupation-content-list li h4 i {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.service {
    position: relative;
    background-color: #fff;
}

.service-wrapper {
    padding: 0 100px 40px;
}

.service-tit {
    font-size: 40px;
    color: #0395d3;
    padding: 80px 0 40px;
    text-align: center;
}

.service-image picture {
    display: flex;
    justify-content: center;
    margin: 40px auto;
    text-align: center;
}

.service-link {
    text-align: center;
}

.service-link a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #0395d3;
    border: 2px solid #0395d3;
    border-radius: 100px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    min-width: 200px;
}

.company {
    position: relative;
    background-color: #fff;
    padding-bottom: 80px;
}

.company-tit {
    font-size: 40px;
    color: #0395d3;
    padding: 80px 0 40px;
    text-align: center;
}

@keyframes infinite-scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-33.3%);
    }
}

@keyframes infinite-scroll-right {
    0% {
        transform: translateX(-33.3%);
    }

    100% {
        transform: translateX(0);
    }
}

.lp-section-partners {
    padding: 50px 0;
    background-color: #ffffff !important;
    border-bottom: 1px solid #eaeff2;
    overflow: hidden;
    text-align: center;
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: fit-content;
}

.scroll-infinity__list--left {
    animation: infinite-scroll-left 90s linear infinite;
}

.scroll-infinity__list--right {
    animation: infinite-scroll-right 90s linear infinite;
}

.scroll-infinity__item {
    flex: 0 0 auto;
    width: 160px;
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-infinity__item img {
    max-width: 100%;
    height: auto;
    max-height: 50px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.requirements {
    padding-top: 100px;
    position: relative;
    background-color: #f1f1f1;
}

.requirements-wrapper {
    padding: 0 100px 40px;
}

.requirements-tit {
    font-size: 40px;
    color: #0395d3;
    text-align: center;
}

.requirements-header {
    padding: 20px;
    border-bottom: 2px solid #ccc;
    position: relative;
    cursor: pointer;
}

.requirements-header::before {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #0395d3;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.requirements-job-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
}

.requirements-job {
    font-size: 30px;
    position: relative;
    width: calc(100% - 20px);
}

.requirements-tag {
    border-radius: 5px;
    padding: 2px 10px;
}

.requirements-tag.full-time {
    color: #fff;
    background-color: #0395d3;
}

.requirements-icon {
    width: 30px;
    height: 30px;
    position: relative;
}

.requirements-icon::before {
    content: '';
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.requirements-icon::after {
    content: '';
    width: 2px;
    height: 100%;
    display: inline-block;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.is-open .requirements-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.requirements-body {
    position: relative;
    background: #fff;
    color: black;
    padding: 0 20px;
    transition: .5s;
    height: 0;
    overflow: hidden;
}

.requirements-body.is-open {
    padding: 20px;
    line-height: 1.5;
    height: auto;
}

.requirements-body .requirements-body-item+.requirements-body-item {
    border-top: 1px solid #ccc;
}

.requirements-body .requirements-body-item {
    display: flex;
    padding: 30px 0;
}

.requirements-body .requirements-body-item-tit {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    min-width: 200px;
}

.requirements-body-item-content-lists dt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.requirements-body-item-content-lists dt:nth-of-type(n+2) {
    margin-top: 30px;
}

.requirements-body-item-content-lists li {
    text-indent: -1em;
    padding-left: 1em;
}

.entry {
    position: relative;
    background-color: #0395d3;
    padding: 40px 100px 80px;
}

.entry-tit {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.entry-lead {
    color: #fff;
    margin-top: 40px;
    text-align: center;
}

.entry-form {
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* HubSpotフォーム全体を横幅いっぱいに */
.entry-form form {
    width: 100%;
}

.entry-form .hs-form {
    width: 100%;
}

.entry-form .hs-form fieldset {
    max-width: 100% !important;
    width: 100% !important;
}

.entry-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 10px) !important;
}

.entry-form .hs-form-field {
    margin-bottom: 20px;
    width: 100%;
}

.entry-form .hs-form-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.entry-form .hs-input,
.entry-form input[type="text"],
.entry-form input[type="email"],
.entry-form input[type="tel"],
.entry-form select,
.entry-form textarea {
    width: 100% !important;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.entry-form .hs-input:focus,
.entry-form input:focus,
.entry-form select:focus,
.entry-form textarea:focus {
    outline: none;
    border-color: #0395d3;
    box-shadow: 0 0 0 3px rgba(3, 149, 211, 0.1);
}

.entry-form textarea.hs-input,
.entry-form textarea {
    min-height: 150px;
    resize: vertical;
}

.entry-form .hs-button,
.entry-form input[type="submit"] {
    background-color: #f5a623;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    box-shadow: 0 2px 8px rgba(245, 166, 35, 0.3);
}

.entry-form .hs-button:hover,
.entry-form input[type="submit"]:hover {
    background-color: #e09515;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
}

.entry-form .hs-error-msgs {
    margin-top: 5px;
    color: #e74c3c;
    font-size: 14px;
    list-style: none;
    padding: 0;
}

/* ==================================
   HubSpotフォーム リッチテキスト改善
   ================================== */
.entry-form .hs-richtext {
    color: #555;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* 「これまでの業務経歴/経験」欄の説明テキスト（legend.hs-field-desc対応） */
.entry-form legend.hs-field-desc {
    font-size: 13px !important;
    color: #555 !important;
    line-height: 1.8 !important;
    font-weight: normal !important;
    display: block;
}

.entry-form legend.hs-field-desc p {
    font-size: 13px !important;
    color: #555 !important;
    line-height: 2.0 !important;
    margin: 0 !important;
    padding-left: 1em !important;
    text-indent: -1em !important;
}

/* その他のhs-field-descパターン */
.entry-form .hs-field-desc,
.entry-form .hs-form-field .hs-field-desc,
.entry-form .hs-fieldtype-textarea .hs-field-desc,
.entry-form .hs-richtext.hs-main-font-element {
    font-size: 13px !important;
    color: #555 !important;
    line-height: 1.8 !important;
}

.entry-form .hs-field-desc p,
.entry-form .hs-richtext p {
    font-size: 13px !important;
    color: #555 !important;
    line-height: 1.8 !important;
    margin: 0 0 8px 0 !important;
}

/* 「<お問い合わせをご利用にあたってのお願い>」欄の改善 */
.entry-form .legal-consent-container .hs-richtext,
.entry-form .legal-consent-container .hs-richtext.hs-main-font-element {
    font-size: 12px !important;
    line-height: 1.9 !important;
    color: #555 !important;
    padding: 16px !important;
    margin-bottom: 16px !important;
    background-color: #f9f9f9;
    border-radius: 4px;
    border-left: 3px solid #ddd;
}

.entry-form .legal-consent-container .hs-richtext p {
    font-size: 12px !important;
    line-height: 1.9 !important;
    color: #555 !important;
    margin-bottom: 12px !important;
    padding-left: 1em !important;
    text-indent: -1em !important;
}

.entry-form .legal-consent-container .hs-richtext p:last-child {
    margin-bottom: 0 !important;
}

/* リストのスタイル（ul/li） */
.entry-form .legal-consent-container .hs-richtext ul,
.entry-form .legal-consent-container .hs-richtext.hs-main-font-element ul,
.entry-form .hs-richtext.hs-main-font-element ul {
    margin: 8px 0 12px !important;
    padding-left: 2em !important;
    list-style-type: disc !important;
}

.entry-form .legal-consent-container .hs-richtext li,
.entry-form .legal-consent-container .hs-richtext.hs-main-font-element li,
.entry-form .hs-richtext.hs-main-font-element li {
    font-size: 12px !important;
    line-height: 1.9 !important;
    color: #555 !important;
    margin-bottom: 4px !important;
    list-style-type: disc !important;
    display: list-item !important;
}

.entry-form .form-columns-2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.entry-form .form-columns-2 .hs-form-field {
    flex: 1;
}

.entry-form .hs-form-required {
    color: #e74c3c;
}

.entry-form .hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    gap: 10px;
}

.entry-form .hs-form-booleancheckbox-display input[type="checkbox"] {
    width: auto !important;
    min-width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    order: -1;
}

.entry-form .hs-form-booleancheckbox-display span {
    order: 1;
}

.entry-form .legal-consent-container .hs-form-booleancheckbox-display {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.entry-form .legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"] {
    margin-top: 4px;
}

.entry-form .inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.entry-form .hs-form-checkbox-display {
    display: flex;
    align-items: center;
    gap: 10px;
}

.entry-form .hs-form-checkbox-display input[type="checkbox"] {
    width: auto !important;
    min-width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
}

/* ==================================
   フォーム内リンクの色（明るい黄色）
   ================================== */
.entry-form a,
.entry-form .hs-richtext a,
.entry-form .legal-consent-container a {
    color: #d4940a;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.entry-form a:hover,
.entry-form .hs-richtext a:hover,
.entry-form .legal-consent-container a:hover {
    color: #b87f08;
    text-decoration: none;
}

/* 同意チェックボックスのラベル内リンク */
.entry-form .hs-form-booleancheckbox-display a {
    color: #d4940a;
    font-weight: 500;
}

.information {
    position: relative;
    background-color: #fff;
    padding: 80px 0;
}

.information-wrapper {
    padding: 0 100px;
}

.information-tit {
    font-size: 40px;
    color: #0395d3;
    text-align: center;

}

.information-list {
    margin-top: 40px;
}

.information-item {
    display: flex;
    padding: 20px;
}

.information-item dt {
    width: 200px;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.information-item:nth-of-type(n+2) {
    border-top: 1px solid #ccc;
}

footer {
    position: relative;
    background-color: #2b2b2b;
    padding: 40px 100px;
    color: #fff;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul li {
    display: inline-block;
}

footer ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #f1f1f1;
}

footer ul li a {
    text-decoration: none;
}

footer small {
    display: block;
    text-align: center;
    margin-top: 40px;
}