/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
    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;
    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 {
    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 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;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none; /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
}

input[type="checkbox"] {
    -webkit-appearance: revert;
    appearance: revert;
}
/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */

option {
    padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
    -moz-appearance: textfield;
}

/**
 * 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]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

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

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

/*　スタイル */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

:root {
    /*主に使用する3色*/
    --base-color:       #fff;
    --main-color:       #327AE5;
    --accent-color:     #FF9A00;
    /*その他カラー*/
    --line-color:       #9D9D9D;
    --container-color:  #9D9D9D;
    /*lpで使用するカラー*/
    --lp-color:         #F4F7FC;
    --lp-border:        #9D9D9D;
    /*formに関して*/
    --form-border:      #79747E;
    --form-attention:   #B3261E;
    --form-focus:       #327AE5;
    --frame_inside:     #E6E6E6;
    /*fontに関して*/
    --font-color:       #333;
    --font-color-white: #fff;
    --font-color-blue:  #327ae5;
    /*ボタングラデーションの色*/
    --start-color:      #FF7A00;
    --end-color:        rgba(255, 154, 0, 0.38);
    /*プログレスバーの色*/
    --not-active:       #9D9D9D;
    --active:           #327AE5;
    --checked:          #fff;
    /*不正アクセスのエラー文*/
    --illegal_access:   #FF0E00;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

/*クラス名などは自分がコーディングしているものに合わせてください*/
html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;/*1rem = 10pxにすることで計算しやすくしてます。*/
}

body {
    width: 100%;
    display: inline-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-error {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    padding: 0 0.727rem;
    border: 1px solid var(--form-attention) !important;
}

/*一番大きい文字に使用します。文字サイズは22pxです。*/
.font-22px,
.title {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /*textの色を変えたいときはvarの中身を変えると変わります。*/
    color: var(--font-color);
}

/*中くらいの文字に使います。文字サイズは16pxです。*/
.form-title,
.font-16px {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .015rem;
    /*textの色を変えたいときはvarの中身を変えると変わります。*/
    color: var(--font-color);
}

/*16pxですが、少し文字が太くなってます。*/
.font-16px-medium {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .015rem;
    /*textの色を変えたいときはvarの中身を変えると変わります。*/
    color: var(--font-color);
}

/*14px用のcss*/
.font-14px {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .01rem;
    /*textの色を変えたいときはvarの中身を変えると変わります。*/
    color: var(--font-color);
}

/*一番小さい文字に使います。文字サイズは12pxです。*/
.supporting-text,
.form-label,
.font-12px {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .05rem;
    /*textの色を変えたいときはvarの中身を変えると変わります。*/
    color: var(--font-color);
}

.error-text {
    color: var(--form-attention);
}

.error-border {
    border: 1px solid var(--form-attention);
}


.footer {
    background-color: var(--main-color);
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 1.6rem;
}

.footer .form-title {
    line-height: 24px;
    color: var(--base-color);
    text-align: center;
}

/* =====================================
ランディングページ用の文字設定です
lp.htmlで使用します
======================================== */

/* 80px用 */
.font-80px {
    font-size: 8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    color: var(--font-color-blue);
}

/* 45px用 */
.font-45px {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 115.555%;
    color: var(--font-color-blue);
}

/* 36px用 */
.font-36px {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 122.222%;
    color: var(--font-color-white);
}

/* 32px用 */
.font-32px {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: .00454rem;
    color: var(--font-color-white);
}

/* 20px用 */
.font-20px {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: var(--font-color);
}

/* =====================================
ランディングページの余白設定です。
gapの代用として、lp.htmlで使用します。
======================================== */
/* 要素の上に80pxの余白を追加 */
.margin-top-80px {
    margin-top: 80px;
}
/* 要素の下に8pxの余白を追加 */
.margin-bottom-8px {
    margin-bottom: 8px;
}

/* 要素の下に16pxの余白を追加 */
.margin-bottom-16px {
    margin-bottom: 16px;
}

/* 要素の下に20pxの余白を追加 */
.margin-bottom-20px {
    margin-bottom: 20px;
}

/* 要素の下に30pxの余白を追加 */
.margin-bottom-30px {
    margin-bottom: 30px;
}

/* 要素の下に40pxの余白を追加 */
.margin-bottom-40px {
    margin-bottom: 40px;
}

/* 要素の下に60pxの余白を追加 */
.margin-bottom-60px {
    margin-bottom: 60px;
}

/* 要素の右側に4pxの余白を追加 */
.margin-right-4px {
    margin-right: 4px;
}

/* 要素の右側に16pxの余白を追加 */
.margin-right-16px {
    margin-right: 16px;
}

/* 要素の右側に10perの余白を追加 */
.margin-right-10per {
    margin-right: 10%;
}

/* =====================================
ランディングページの設定です。
======================================== */

/* ボタンを入れてるdivタグのレイアウト */
.btn-container {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 理系ナビサービス紹介のスタイル */
.rekeinavi-introduction {
    width: 81.25%;
    max-width: 1040px;
    padding: 40px 3.125%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* サービス無料を説明するスタイル */
.rekeinavi-introduction .font-36px {
    text-align: center;
    font-weight: 500;
    color: var(--font-color);
}

/* サービス紹介の要素をgrid形式で配置 */
.introduction-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px; /* display: gridなら、gapを使用してOK */
}

/* サービス紹介の要素一つ一つの形を整える */
.item {
    width: 100%;
    border: 1px solid var(--lp-border);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    background-color: var(--base-color);
}

/* パソコン版ログイン項目の余白設定 */
.lp-login {
    padding: 16px;
}

/* サービス要素の画像設定 */
.item img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

/* サービス要素のテキスト設定 */
.item-string {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* サービス要素のタイトルの文字設定 */
.item-string .font-22px:first-child {
    font-weight: 600;
}

/* 背景用の三角 */
.decoration-box:nth-last-of-type(1) {
    width: 700px;
    height: 700px;
    position: absolute;
    top: 700px;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: var(--lp-color);
}

/* 背景用の三角 */
.decoration-box:nth-last-of-type(2) {
    width: 700px;
    height: 700px;
    position: absolute;
    top: 1100px;
    right: 0;
    z-index: -1;
    clip-path: polygon(100% 100%, 100% 0, 0 50%);
    background-color: var(--lp-color);
}

/* ヘッダー内の要素の初期設定 */
.first-view {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ヘッダーの上部に関して */
.over-header {
    width: 100%;
    padding: 16px 9.375%;
    display: flex;
    justify-content: center;
    background-color: var(--main-color);
}

/* ヘッダー内の文章設定 */
.strings {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

/* ヘッダー内の画像設定 */
.strings img {
    width: 300px;
    height: 70.758px;
}

/* ヘッダー内の情報誌の画像を項目の幅に合わせる */
.over-header>img {
    width: 120px;
    height: calc(120px * 1.411);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* ヘッダーの真ん中に関して */
.middle-header {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: var(--lp-color);
}

/* ヘッダー中部の設定 */
.middle-header img {
    height: 220px;
}

.middle-headerText {
    position: relative;
    top: 0;
    left: -20px;
}

/* テキストの折り返し禁止 */
.middle-header .font-45px {
    white-space: nowrap;
}

/* ヘッダーの下に関して */
/* 文字の太さだけ変更 */
.under-header .font-22px {
    font-weight: 600;
}

/* 文字の太さを変更 */
.under-header .font16px {
    font-weight: 500;
}

/* リンクの色を青に変え、アンダーバーを追加する。 */
.login-link {
    color: #327AE5;
    text-decoration-line: underline;
}

/* 先行登録画面へ遷移するボタンの設定 */
.lp-btn {
    width: 380px;
    height: 90px;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, var(--start-color) 0%, #F4C539 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

/* ログイン画面へ遷移するボタンの設定 */
.lp-login-btn {
    width: 168px;
    height: 40px;
    border: 1px solid var(--accent-color);
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--accent-color);
    background: var(--base-color);
    cursor: pointer;
}

.bannerImage {
    max-width: 960px;
    width: 100%;
}

/* レスポンシブデザイン */
/* サイト下部のログインボタンの配置設定 */
@media screen and (max-width:1067px) {
    /* 配置が変わる際にボタンとの間を空ける */
    .margin-bottom-0-16px {
        margin-bottom: 16px;
    }

    /* ログイン項目の幅 */
    .lp-login {
        width: 81.25%;
        max-width: 1040px;
        padding: 20px 3.125%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* ログイン項目の文章 */
    .lp-login-text {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: column;
    }

    /* ボタンサイズの調整 */
    /* フォントサイズを32pxから20pxに変更してます */
    .lp-login-btn {
        width: 55%;
        height: 44px;
        margin: 0 auto;
        font-size: 2rem;
        font-style: normal;
        font-weight: bold;
        line-height: 140%;
        color: var(--accent-color);
    }
}

/* レスポンシブデザイン */
/* 900px以下の場合、タブレットを想定しています */
@media screen and (max-width:900px) {
    /* タブレット版に合わせた文字サイズの調整 */
    .font-36px .margin-bottom-8px {
        font-size: 2.8rem;
    }

    /* タブレット版に合わせた余白の調整 */
    .margin-top-80px {
        margin-top: 48px;
    }

    /* タブレット版に合わせた余白の調整 */
    .margin-bottom-30px {
        margin-bottom: 16px;
    }

    /* タブレット版に合わせた余白の調整 */
    .margin-bottom-40px {
        margin-bottom: 28px;
    }

    /* タブレット版に合わせた余白の調整 */
    .margin-bottom-0-16-8px {
        margin-bottom: 16px;
    }

    /* タブレット版に合わせた余白の追加 */
    .padding-16px {
        padding: 0px 16px;
    }

    /* 背景デザインの三角を消してます */
    .decoration-box:nth-last-of-type(1),
    .decoration-box:nth-last-of-type(2) {
        width: 0;
        height: 0;
    }

    /* タブレット版に合わせた余白の調整 */
    .rekeinavi-introduction {
        padding: 28px;
    }

    /* 理系ナビのサービス紹介項目を縦一列に配置しています */
    .introduction-items {
        display: flex;
        flex-direction: column;
    }

    /* 「2026卒」の文字サイズを66pxに変更 */
    .middle-header .font-80px {
        font-size: 6.6rem;
    }

    /* 「理系就活生…」の文字サイズを24pxに変更 */
    .middle-header .font-45px {
        font-size: 2.4rem;
    }
}

/* レスポンシブデザイン */
/* ヘッダーの文字サイズを調整 */
@media screen and (max-width:730px) {
    .font-36px.margin-bottom-8px {
        font-size: 2.2rem;
    }

    /* 「2026卒」の文字サイズを変更 */
    .middle-header .font-80px {
        font-size: 5.7rem;
    }

    /* 「理系就活生…」の文字サイズを変更 */
    .middle-header .font-45px {
        font-size: 2.8rem;
    }
}

/* 590px以下、スマホ版を想定しています。
590px以下のフィグマのSP版のデザインに変更されます */
@media screen and (max-width:590px) {
    /* 要素の上に16pxの余白を追加 */
    .margin-top-16px {
        margin-top: 16px;
    }

    /* 要素の上に24pxの余白を追加 */
    .margin-top-80px {
        margin-top: 24px;
    }

    /* 要素の下に8pxの余白を追加 */
    .margin-bottom-16px {
        margin-bottom: 8px;
    }

    /* 要素の下に8pxの余白を追加 */
    .margin-bottom-20px {
        margin-bottom: 8px;
    }

    /* 要素の下に8pxの余白を追加 */
    .margin-bottom-30px {
        margin-bottom: 8px;
    }

    /* 要素の下に8pxの余白を追加 */
    .margin-bottom-40px {
        margin-bottom: 24px;
    }

    /* 要素の下に8pxの余白を追加 */
    .margin-bottom-0-16-8px {
        margin-bottom: 8px;
    }

    /*タブレット版で追加した余白の削除*/
    .padding-16px {
        padding: 0px;
    }

    /* 理系ナビのメインタブの大きさ、位置を再設定 */
    .rekeinavi-introduction {
        width: 100%;
        padding: 4% 3.846%;
    }

    /* 理系ナビサービス紹介の文字の大きさを36pxから22pxに変更します */
    .rekeinavi-introduction>.font-36px {
        font-size: 2.2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 127.273%;
        color: var(--font-color);
    }

    /* 各紹介アイテムのタイトルを22pxから20pxに変更します */
    .item-string .font-22px:first-child {
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        color: var(--font-color);
    }

    /* 各紹介アイテムの説明文を22pxから14pxに変更します */
    .item-string .font-22px:last-child {
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 142.857%;
        letter-spacing: .00113rem;
        color: var(--font-color);
    }

    /* 各紹介アイテムのボーダーを消しています */
    .item {
        border: none;
    }

    /* 各紹介アイテムの写真に丸みをつけてます */
    .item img {
        border-radius: 16px;
    }

    /* ボタンの周りの文字サイズの調整 */
    /* 22pxの文字を16pxに変更 */
    .btn-container .font-22px {
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: .022rem;
        color: var(--font-color);
    }

    /* 16pxの文字を14pxに変更 */
    .btn-container .font-16px {
        padding: 0px 16px;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 142.857%;
        letter-spacing: .00113rem;
        color: var(--font-color);
    }

    /* ヘッダーの写真のサイズ変更 */
    /* ヘッダーロゴ写真サイズ */
    .strings img {
        width: 200px;
        height: 47.019px;
    }

    /* 情報誌写真サイズ */
    .over-header>img {
        width: 80px;
        height: calc(80px * 1.411);
        box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    }

    /* ヘッダー真ん中の女の人の写真サイズ */
    .middle-header img {
        height: 130px;
    }

    /* ヘッダー上部のデザイン */
    .over-header {
        width: 100%;
        padding: 16px 3.846%;
        display: flex;
        justify-content: center;
        background-color: var(--main-color);
    }

    /* ヘッダー上部文字サイズ変更
    36pxから16pxに */
    .strings>.font-36px {
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: .022rem;
        color: var(--font-color-white);
    }

    /* ヘッダー真ん中
    "2026卒"
    文字サイズ80pxから36px */
    .middle-header .font-80px {
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: 80%;
        color: var(--font-color-blue);
    }

    /* ヘッダー真ん中
    "理系就活生のプレ会員登録受付中！"
    文字サイズ45pxから22px */
    .middle-header .font-45px {
        font-size: 2.2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 127.273%;
        color: var(--font-color-blue);
    }

    .bannerImage {
        max-width: 674px;
    }

    /* ログイン項目の幅を追加 */
    .lp-login {
        width: 100%;
        padding: 16px 31px;
    }

    /* フォントサイズを32pxから20pxに変更してます */
    .lp-btn {
        width: 250px;
        height: 44px;
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        color: var(--font-color-white);
    }

    /* フォントサイズを32pxから20pxに変更してます */
    .lp-login-btn {
        width: 324px;
        height: 40px;
        margin: 0 auto;
        font-size: 2rem;
        font-style: normal;
        font-weight: bold;
        line-height: 140%;
        color: var(--accent-color);
    }

    .bannerImage {
        max-width: 320px;
    }
}
