/* リセットCSS */
@charset "UTF-8";
/* ----------------------------
	Common Style Setting
	Create Date: 25.04.22
----------------------------*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* ここに共通のCSS */
/*   Common Setting
----------------------------*/
/* 変数定義 */
:root {
    --gradation_main: linear-gradient(90deg, #38dfa5, #25c3a2 50%, #10a69e);
    --orange--color: #f95b01;
    --primary--color: #00a19a;
    --secondry-color: #3bcdab;
    --primary--bg--color: #dcf1ef;
    --default--bg--color: #444444;
    --title--text--color: #f0f0f0;
    --title--text--color--g: #dcf1ef;
    --black90: #1c1a1b;
    --black80: #333333;
    --black70: #433b3b;
    --black30: #cccccc;
    --orange-2: #f95b01;
    --orange-3: #faa633;
    --ffjp:
        "Hiragino Sans ProN", "ヒラギノ角ゴシック ProN", "Hiragino Sans Pro",
        "Yu Gothic UI", "游ゴシック", "MSゴシック", "メイリオ", Meiryo, Osaka,
        sans-serif;
    --ffNoto: "Noto Sans JP", sans-serif;
    --black100: #000000;
    --black80: #424242;
    --black70: #555555;
    --black30: #999999;
    --black20: #cccccc;
    --black10: #d5d5d5;
    --black5: #f8f8f8;
    --white: #ffffff;
    --orange: #f95b01;
    --orange_deep: #fc641c;
    --bluegreen: #3ad5d0;
    --bluegreen_deep: #5ebfd5;
}

body {
    font-family:
        "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica",
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

/* スマーフォン定義 */
.sp_only {
    display: none;
}

.pc_only {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

/* ------------------ */
/* 追従エントリー用のボタン  */
/* ------------------ */
.entry-square {
    width: 120px;
    height: 120px;
    position: fixed;
    right: 80px;
    bottom: 150px;
    color: var(--orange--color);
    background: #fff;
    border-radius: 100%;
    border: 4px solid var(--orange--color);
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.04em;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    z-index: 99;
}

.entry-square:hover {
    background: var(--orange--color);
    color: #fff;
    border: 4px solid #fff;
}

@media screen and (max-width: 768px) {
    .entry-square {
        width: 80px;
        height: 80px;
        font-size: 16px;
        right: 25px;
        bottom: 30px;
        border: 2px solid var(--orange--color);
    }

    .entry-square:hover {
        border: 2px solid #fff;
    }
}

/* ------------------ */
/* エントリーボタン     */
/* ------------------ */
.entry-button {
    display: inline-block;
    min-width: 300px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: var(--orange--color);
    border: 1px solid var(--orange--color);
    border-radius: 24px;
    text-align: center;
    padding: 16px;
    position: relative;
    transition: all 0.15s;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.entry-button::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.entry-button span {
    width: 5px;
    height: 5px;
    border-top: 2px solid var(--orange--color);
    border-right: 2px solid var(--orange--color);
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.15s;
}

.entry-button:hover {
    background: #fff;
    color: var(--orange--color);
    border: 1px solid var(--orange--color);
}

.entry-button:hover::before {
    background: var(--orange--color);
}

.entry-button:hover span {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* -------------------------- */
/* ヘッダー */
/* -------------------------- */
.header {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 99;
}

.header .header-logo {
    height: 65px;
    display: block;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
    .header {
        position: absolute;
        top: 0;
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: start;
        z-index: 99;
        padding: 0 10px;
    }

    .header .header-logo {
        height: 50px;
        display: block;
    }
}

/* ---------------------- */
/* KEYWORD SECTION */
/* ---------------------- */
.keyword-sec {
    width: 100%;
    background: #fff;
}

.keyword-sec .keyword__list {
    width: 80%;
    padding: 40px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.keyword-sec .keyword__list .keyword__list--item {
    width: 100%;
    margin: 0 auto;
    border-right: 2px solid #f0f0f0;
    display: grid;
    place-items: center;
}
.keyword-sec .keyword__list .keyword__list--item:last-of-type {
    border-right: none;
}

.keyword-sec .keyword__list .keyword__list--item .keyword--title {
    font-size: 24px;
    font-weight: 900;
    color: var(--orange--color);
    letter-spacing: 0.04em;
    padding-bottom: 8px;
}

.keyword-sec .keyword__list .keyword__list--item .keyword--title .small {
    font-size: 18px;
}

.keyword-sec .keyword__list .keyword__list--item .keyword--caption {
    font-size: 14px;
    font-weight: 400;
}

/* --------------------- */
/* REMUNERATION SECTION  */
/* --------------------- */

.remuneration-sec {
    background: #f0f0f0;
    position: relative;
    padding: 40px 0 60px;
}

.remuneration-sec::after {
    content: "REMUNERATION";
    display: block;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 84px;
    /* font-size: clamp(36px, 5vw, 96px); */
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #fff;
    z-index: 0;
}

.remuneration-sec .remuneration-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.remuneration-sec .remuneration-wrapper .remuneration-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary--color);
    text-align: center;
    padding: 0 0 20px 0;
}

.remuneration-sec .remuneration-wrapper .remuneration__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 55;
    margin-top: 65px;
}

.remuneration-sec
    .remuneration-wrapper
    .remuneration__list
    .remuneration__list--item {
    width: 32%;
    min-width: 380px;
    border: 1px solid var(--primary--color);
    border-radius: 12px;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 20px;
}
.remuneration-sec
    .remuneration-wrapper
    .remuneration__list
    .remuneration__list--item
    .remuneration--title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 10px 0;
}

.remuneration-sec
    .remuneration-wrapper
    .remuneration__list
    .remuneration__list--item
    .remuneration--title
    span {
    color: var(--orange--color);
}

.remuneration-sec
    .remuneration-wrapper
    .remuneration__list
    .remuneration__list--item
    .remuneration--caption {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}

/* --------------------- */
/* REASON SECTION  */
/* --------------------- */

.reason-sec {
    background: #f0f0f0;
    position: relative;
    padding: 40px 0 60px;
}

.reason-sec::after {
    content: "REASON";
    display: block;
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* font-size: 96px; */
    font-size: clamp(36px, 5vw, 96px);
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #fff;
    z-index: 0;
}

.reason-sec .reason-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.reason-sec .reason-wrapper .reason-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary--color);
    text-align: center;
    padding: 0 0 20px 0;
}

.reason-sec .reason-wrapper .reason__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 55;
    margin-top: 65px;
}

.reason-sec .reason-wrapper .reason__list .reason__list--item {
    width: 32%;
    border: 1px solid var(--primary--color);
    border-radius: 12px;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 30px;
}
.reason-sec .reason-wrapper .reason__list .reason__list--item .reason--title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 10px 0;
}

.reason-sec
    .reason-wrapper
    .reason__list
    .reason__list--item
    .reason--title
    span {
    color: var(--orange--color);
}

.reason-sec .reason-wrapper .reason__list .reason__list--item .reason--caption {
    font-size: 14px;
    line-height: 1.5;
    font-feature-settings: "palt";
    font-weight: 300;
    text-align: center;
}

/* ----------------------------- */
/* Achievements SECTION */
/* ----------------------------- */

.achievements-sec {
    width: 100%;
    background: #fff;
    padding: 40px 0 60px;
    position: relative;
}

.achievements-sec::after {
    content: "ACHIEVEMENTS";
    display: block;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 84px;
    /* font-size: clamp(36px, 5vw, 96px); */
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #f0f0f0;
    z-index: 0;
}

.achievements-sec .achievements-wrapper {
    width: 80%;
    margin: 0 auto;
}

.achievements-sec .achievements-wrapper .achievements-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary--color);
    text-align: center;
    padding: 0 0 20px 0;
}

.achievements-sec .achievements-wrapper .achievements__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 55;
    margin-top: 70px;
}

.achievements-sec
    .achievements-wrapper
    .achievements__list
    .achievements__list--item {
    width: 450px;
    min-width: 450px;
    display: flex;
    background: var(--primary--color);
    padding: 30px 20px;
    border-radius: 24px;
}

.achievements__list--item .left {
    width: 40%;
}

.achievements__list--item .left .user--image {
    width: 80%;
    border-radius: 100%;
}

.achievements__list--item .right {
    width: 60%;
}

.achievements__list--item .right .head {
    font-size: 18px;
    color: #fff;
}

.achievements__list--item .right .head--sp {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}

.achievements__list--item .right .body {
    background: #fff;
    color: #707070;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    line-height: 1.4;
    height: 80px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
}
.achievements__list--item .right .body .after {
    color: var(--primary--color);
}

.achievements-caption {
    padding: 30px 0;
    text-align: center;
}

.achievements-button {
    max-width: 350px;
    display: block;
    margin: 0 auto;
}

/* ------------------ */
/* WHY SECTION */
/* ------------------ */

.why-sec {
    background: #f0f0f0;
    position: relative;
    padding: 40px 0 60px;
}

.why-sec::after {
    content: "WHY?";
    display: block;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 84px;
    /* font-size: clamp(48px, 5vw, 96px); */
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #fff;
    z-index: 0;
}

.why-sec .why-wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

.why-sec .why-wrapper .why-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary--color);
    text-align: center;
    padding: 0 0 20px 0;
}

.why-sec .why-wrapper .why-text {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    color: var(--primary--color);
    border: 2px solid var(--primary--color);
    border-radius: 12px;
    padding: 40px 100px;
    position: relative;
    z-index: 55;
    margin-top: 70px;
}

.why-sec .why-wrapper .why-text .why-subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: var(--primary--color);
    display: block;
    padding: 0 0 20px;
}

/* --------------------------  */
/* FLOW SECTION   */
/* --------------------------  */

.flow-sec {
    width: 100%;
    background: var(--gradation_main);
    padding: 50px 0;
    position: relative;
}

.flow-sec::after {
    content: "EMPLOYMENT";
    display: block;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 84px;
    /* font-size: clamp(36px, 5vw, 96px); */
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #dcf1ef;
    z-index: 0;
}

.flow-sec .flow-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding: 0 0 20px 0;
}

.flow-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 20px auto;
    padding: 80px 50px 20px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 55;
    margin-top: 70px;
}

.flow-wrapper .flow__list {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.flow-wrapper .flow__list .flow__list--item {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: start;
}

.flow-wrapper .flow__list .flow__list--item .flow--content {
    margin: 0 20px 75px 20px;
}

.flow-wrapper .flow__list .flow__list--item .flow--number {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--primary--color);
    border-radius: 100%;
    color: #fff;
    line-height: 1;
    position: relative;
}

.flow-wrapper .flow__list .flow__list--item .flow--number.line::after {
    display: block;
    content: "";
    width: 1px;
    height: 100px;
    background-color: var(--primary--color);
    position: absolute;
    top: 50px;
    z-index: 99;
}

.flow-wrapper .flow__list .flow__list--item .flow--date {
    width: fit-content;
    font-size: 14px;
    font-weight: bold;
    color: var(--primary--color);
    background-color: #dcf1ef;
    backdrop-filter: 12px;
    padding: 5px 20px;
    border-radius: 24px;
    text-align: center;
}

.flow-wrapper .flow__list .flow__list--item .flow--title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
    text-align: left;
    padding: 10px 0;
}

.flow-wrapper .flow__list .flow__list--item .sp {
    color: var(--orange--color);
}

.flow-wrapper .flow__list .flow__list--item .flow--text {
    font-family: var(--ffNoto);
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
    text-align: left;
}

/* ------------------ */
/* CAREER PATH SECTION */
/* ------------------ */

.careerpath-sec {
    background: #f0f0f0;
    position: relative;
    padding: 40px 0 60px;
}

.careerpath-sec::after {
    content: "CAREER PATH";
    display: block;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 84px;
    /* font-size: clamp(28px, 5vw, 96px); */
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #fff;
    z-index: 0;
}

.careerpath-sec .careerpath-wrapper {
    width: 80%;
    margin: 0 auto;
}

.careerpath-sec .careerpath-wrapper .careerpath-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary--color);
    text-align: center;
    padding: 0 0 20px 0;
}

.careerpath-sec .careerpath-wrapper .careerpath-wrap {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: 2px solid var(--primary--color);
    position: relative;
    z-index: 55;
    margin-top: 70px;
    border-radius: 24px;
}

.careerpath-sec .careerpath-wrapper .careerpath-image {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.careerpath-sec .careerpath-wrapper .careerpath-button {
    width: 320px;
    display: block;
    margin: 50px auto;
}

/* ------------------ */
/* SUPPORT SECTION */
/* ------------------ */

.support-sec {
    width: 100%;
    background: var(--gradation_main);
    padding: 50px 0;
    position: relative;
}

.support-sec::after {
    content: "SUPPORT";
    display: block;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 84px;
    /* font-size: clamp(36px, 5vw, 96px); */
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #dcf1ef;
    z-index: 0;
}

.support-sec .support-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding: 0 0 20px 0;
}

.support-sec .support-wrapper {
    width: 95%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 10px 50px 50px;
    background: #fff;
    border-radius: 16px;
    position: relative;
    z-index: 55;
    margin-top: 70px;
}

.support-sec .support-wrapper .support-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--orange--color);
    padding: 30px 0;
    line-height: 1.25;
}

.support-sec .support-wrapper .support-text .color {
    display: block;
    color: var(--primary--color);
}

.support-sec .support-wrapper .support-image {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
}

.support-sec .support-wrapper .about-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.support-sec .support-wrapper .about-wrap .support-content {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: var(--primary--color);
}

.support-sec .support-wrapper .about-wrap .support-content span {
    color: var(--orange--color);
}

.support-sec .support-wrapper .autodesk-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}
.support-sec .support-wrapper .autodesk-wrap .autodesk__logo {
    display: block;
    width: 20%;
    height: auto;
}
.support-sec .support-wrapper .autodesk-wrap .autodesk-text {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 0 50px;
}

/* -----------------------  */
/* Q A  SECTION             */
/* -----------------------  */

.qa-sec {
    padding: 50px 0;
    position: relative;
}

.qa-sec::after {
    content: "FAQ";
    display: block;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 84px;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #f0f0f0;
    z-index: 0;
}

.qa--title {
    font-size: 20px;
    color: var(--primary--color);
    font-weight: 800;
    text-align: center;
    padding: 0 0 30px 0;
    position: relative;
}

.qa-wrapper {
    font-family: var(--ffNoto);
    width: 50%;
    margin: 50px auto;
    position: relative;
    z-index: 55;
    background-color: #fff;
}

.qa--item {
    max-width: 650px;
    width: 100%;
    padding: 25px 0 30px;
    margin: 0 auto;
    border-top: 1px solid #707070;
}

.qa--item:last-of-type {
    border-bottom: 1px solid #707070;
}

/* ---------------------- */

.qa--item .qa--question {
    font-size: 18px;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
}

.qa--item .qa--question::before {
    display: block;
    content: "Q";
    font-size: 42px;
    font-weight: bold;
    color: var(--primary--color);
}
/* 横線（−） */
.qa--question .icon::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}

/* 縦線（＋の縦棒） */
.qa--question .icon::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 2px;
    height: 14px;
    background: #333;
    transform: translateY(-50%);
    transition: 0.3s;
}

/* active時：縦線を消して − にする */
.qa--question.active .icon::after {
    transform: translateY(-50%) scaleY(0);
}
/* ------------------------- */

.qa--answer {
    font-feature-settings: "palt";
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 0 80px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-header {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    border: none;
    text-align: left;
}

.qa-button {
    display: block;
    width: 300px;
    margin: 70px auto 100px;
}

/* ポリシー */

.policy--text {
    text-align: left;
    line-height: 1.5;
}

.policy--line {
    color: blue;
    cursor: pointer;
}
.policy--line:hover {
    text-decoration: underline;
    color: rgb(255, 165, 165);
}

/* スマートフォン */
@media screen and (max-width: 768px) {
    .keyword-sec .keyword__list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .keyword-sec .keyword__list {
        width: 92%;
    }

    .keyword-sec .keyword__list .keyword__list--item {
        width: 45%;
        border-right: none;
        border-bottom: 2px solid #f0f0f0;
        padding-bottom: 20px;
    }

    .keyword-sec .keyword__list .keyword__list--item .keyword--title {
        font-size: 16px;
    }

    .keyword-sec .keyword__list .keyword__list--item .keyword--title .small {
        font-size: 14px;
    }

    .keyword-sec .keyword__list .keyword__list--item .keyword--caption {
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0;
    }

    .reason-sec::after{
        font-size: 64px;
    }

    .reason-sec .reason-wrapper .reason__list {
        display: flex;
        flex-direction: column;
    }

    .reason-sec .reason-wrapper .reason__list .reason__list--item {
        width: 90%;
    }

    .remuneration-sec::after {
        top: 130px;
        font-size: 42px;
    }

    .remuneration-sec .remuneration-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .remuneration-sec .remuneration-wrapper .remuneration__list {
        display: flex;
        flex-direction: column;
    }

    .remuneration-sec
        .remuneration-wrapper
        .remuneration__list
        .remuneration__list--item {
        width: 100%;
        min-width: inherit;
        padding: 20px 5px;
    }

    .achievements-sec .achievements-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .achievements-sec::after {
        top: 135px;
        font-size: 42px;
    }

    .achievements-sec .achievements-wrapper .achievements__list {
        display: flex;
        flex-direction: column;
    }

    .achievements-sec
        .achievements-wrapper
        .achievements__list
        .achievements__list--item {
        min-width: initial;
        width: 100%;
        display: flex;
        background: var(--primary--color);
        padding: 30px 20px;
        border-radius: 24px;

        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        gap: 10px;
    }

    .achievements-sec
        .achievements-wrapper
        .achievements__list
        .achievements__list--item
        .left {
        display: contents;
    }

    .achievements__list--item .right .body {
        width: 90%;
        padding: 15px;
    }

    .achievements-sec
        .achievements-wrapper
        .achievements__list
        .achievements__list--item
        .left
        .user--image {
        width: 25%;
    }

    .achievements-sec
        .achievements-wrapper
        .achievements__list
        .achievements__list--item
        .right {
        display: contents;
    }

    .why-sec .why-wrapper {
        width: 90%;
    }

    .why-sec .why-wrapper .why-text {
        display: block;
        width: initial;
        font-size: 14px;
        padding: 24px;
        position: relative;
        z-index: 55;
        margin-top: 70px;
        letter-spacing: 0.04em;
        line-height: 1.75;
        font-feature-settings: "palt";
    }

    .careerpath-sec .careerpath-wrapper .careerpath-button {
        min-width: initial;
        width: 100%;
        display: block;
        margin: 50px auto;
    }

    .support-sec .support-wrapper {
        width: 90%;
        padding: 20px;
    }

    .support-sec .support-wrapper .autodesk-wrap {
        display: flex;
        flex-direction: column;
    }

    .support-sec .support-wrapper .autodesk-wrap .autodesk__logo {
        width: 50%;
        margin-bottom: 20px;
    }

    .support-sec .support-wrapper .autodesk-wrap .autodesk-text {
        padding: initial;
    }

    /* -----  */
    /* FLOW   */
    /* -----  */

    .flow-wrapper {
        width: 85%;
        padding: 25px 25px 10px;
        margin-top: 40px;
    }

    .flow-sec::after {
        top: 115px;
        font-size: 46px;
    }

    .flow-wrapper .flow__list .flow__list--item {
        width: 100%;
    }

    .flow-wrapper .flow__list .flow__list--item .flow--content {
        margin: 0 10px 45px 10px;
    }

    .flow-wrapper .flow__list .flow__list--item .flow--title {
        font-size: 20px;
    }

    .flow-wrapper .flow__list .flow__list--item .flow--number.line::after {
        height: 80px;
    }

    .careerpath-sec::after {
        top: 75px;
        font-size: 48px;
    }

    .careerpath-sec .careerpath-wrapper .careerpath-wrap {
        width: 100%;
        padding: 10px;
        border: 2px solid var(--primary--color);
        position: relative;
        z-index: 55;
        margin-top: 40px;
    }

    .careerpath-sec .careerpath-wrapper .careerpath-image {
        width: 100%;
    }

    .support-sec::after {
        top: 120px;
        font-size: 64px;
    }

    .support-sec .support-wrapper {
        margin-top: 50px;
    }

    .qa-wrapper {
        width: 90%;
    }

    .qa--answer {
        margin: 0 50px;
    }
}

/* -------------------------- */
/* フッター  */
/* -------------------------- */
.footer {
    background: #222;
    position: relative;
    padding: 80px 0;
}

.footer .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    font-size: 14.5px;
}

.footer .inner .footer__left {
    color: #fff;
    font-weight: 500;
}

.footer .inner .footer__left .logo img {
    height: 50px;
    fill: var(--primary--color);
}

.footer .inner .footer__left .corpinfo .address {
    margin-top: 24px;
    line-height: 1.75;
}

.footer .inner .footer__left .corpinfo .copyright {
    margin-top: 6px;
    font-size: 12px;
}

.footer .inner .footer__right {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
}

.footer .inner .footer__right .footer__link {
    margin-right: 40px;
    display: flex;
    flex-direction: row;
}

.footer .inner .footer__right .footer__link--item:first-of-type {
    margin-right: 40px;
}

.footer .inner .footer__right .footer__link--item li {
    margin-top: 5px;
}

.footer .inner .footer__right .footer__link--item a {
    text-decoration: none;
    color: #fff;
}

.footer .inner .footer__right .footer__link--item .u-mt20 {
    margin-top: 20px;
}

.footer__link--item li.under {
    margin-top: 5px;
    padding-left: 2em;
    position: relative;
}

.footer .inner .footer__right .footer__link--item li.under::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    margin-left: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 7.5px;
    left: 0.5em;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.footer__link--item li a span {
    position: relative;
}

.footer__link--item li a span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition:
        transform 300ms,
        -webkit-transform 300ms;
}

.footer__link--item li a span:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 60px 0;
    }

    .footer .inner {
        width: 95%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        position: initial;
    }

    .footer .inner .footer__left {
        text-align: center;
        padding-top: 30px;
    }

    .footer .inner .footer__right {
        position: initial;
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
        align-items: flex-end;
    }

    .footer .inner .footer__right .footer__link {
        display: block;
        margin-right: 0;
    }

    .footer .inner .footer__right .footer__link--item li {
        margin-top: 10px;
    }

    .footer .inner .footer__right .footer__link--item:first-of-type {
        margin-right: 0px;
    }
}
