html {
    overflow-x: hidden;
}

body {
    background-color: white;
    font-family: "Noto Sans JP",
        sans-serif;
    overflow-x: hidden;
}


h1 {
    font-size: 72px;
    font-weight: 900;
}

h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 181%;
}

.text-8A {
    color: #8A8A8A;
}

.yellow {
    color: #FEAF34;

}

#navbarSupportedContent>ul>li>a {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 900;
}

.navbar {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.button-container {
    position: relative;
}

.button-text {
    position: absolute;
    top: 105%;
    /* ボタンの高さのすぐ下 */
    left: 24px;

    font-size: 0.75rem;
    /* 任意のフォントサイズに調整 */
    color: #333;
    /* 任意のテキスト色に調整 */
}

body>nav>div.container-fluid.mt-5.ms-5.ps-0 {
    width: auto;
}

nav button.btn {
    border-radius: 15px;
    width: 177px;
    font-weight: 900;
}

button {
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
}

.btn-yellow {
    background-color: #FEAF34;
    border-color: #FEAF34;
}

.box-container {
    top: 88%;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.yellow-box {
    background-color: #FEAF34;
    border-radius: 15px;
    width: 50px;
    height: 5px;
}

#fake-height {
    height: 155px;


}

#top {
    background-image: url(../images/keyvisual.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 1320px auto;
    padding-top: 120px;
    display: grid;
    place-items: center;
}

#top-container {
    top: 0px;
}

#top-header-container {
    margin-left: auto
}

#top-header {
    margin-top: 100px;
    color: black;
}

#top-paragraph {
    font-size: 20px;
    font-weight: 900;
    color: black;
}

#top-overlay {
    top: 720px;
    text-align: center;

}

#top-tilted-texts {
    top: -339px;
    right: -94px;
}

#main-container {
    display: flex;
    place-content: center;
}

.blur-back {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
}



#tilted-container {
    height: 500px;
    width: 3000px;
    background-color: #FEAF34;
    rotate: -30deg;
    mix-blend-mode: multiply;
}

#top-yellow {
    height: 500px;
    width: 3000px;
    background-color: #FEAF34;
    rotate: -30deg;
    mix-blend-mode: multiply;
    border-top: 26px solid #1E1E1E;
}

.section {
    margin-top: 240px;
}



.mt-6 {
    margin-top: 80px;
}

.bg-black {
    background-color: #111111;
}

.card {
    border: none;
    background-color: transparent;
}

.card-body {
    height: 191px;
    border-radius: 0px 0px 25px 25px;
}

.card-text {
    font-weight: 100;
    line-height: 181%;
}

.non-tilt {
    transform: rotate(30deg);
}

table {
    margin: 100px auto;
}

#table-container {
    background-color: white;
    border: 1px solid #8A8A8A;
    border-radius: 35px;
    margin-top: 88px;
}

#header-container {
    margin-top: 1rem !important;
}

.tr {
    width: 100%;
    margin: auto;
    margin-bottom: 52px !important;
    align-items: center;
}

.th {
    width: 200px;
    margin-right: 24px;
    text-align: left;
}

.th p {
    font-weight: bold;
    margin-bottom: 0px;
}

.td {
    text-align: left;
    width: 400px;
    white-space: nowrap;
    border-left: 1px solid #8A8A8A;
}

.td p {
    margin-bottom: 0px;
    padding: 6.5px 0px 6.5px 24px;
}

.table-body {
    margin: 72px auto;
}

#map-container {
    margin-top: 32px;
}

iframe {
    border-radius: 35px;
}

#back-image-container {
    margin-top: -240px;
    margin-bottom: -720px;
    z-index: -5;
}

#recruit-image-container h2 {
    color: white;
    font-weight: bold;
}

#recruit-title-container {
    text-align: left;
    top: 50%;
    left: 450px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#recruit-button-container {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#recruit-button {
    border-radius: 68px;
    padding: 0px 40px;
}

.dropshadow {
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
}

#contact-form-container {
    background-color: white;
    border-radius: 24px;
}

.place-self-center {
    place-self: center;
}

.required {
    font-size: 8px;
    background-color: #FEAF34;
    color: white;
    border-radius: 15px;
}

#required-space {
    width: 32px;
    display: inline-block;
    background-color: transparent;
}

#FormContainer {
    padding: 40px 96px;
}

#contact {
    margin-bottom: -200px;
}

#contact-form-container {
    max-width: 996px;
    position: relative;
    z-index: 5;
}

#textarea {
    height: 240px;
}

.form-control {
    background-color: #F3F3F3 !important;
    border: none;
}

textarea {
    resize: none;
}

#submit {
    width: 100%;
    border-radius: 25px;
    font-weight: 500;
}

.shapedividers_com-8197 {
    overflow: hidden;
    position: relative;
}

.shapedividers_com-8197::before {
    content: '';
    font-family: 'shape divider from ShapeDividers.com';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% 90px;
    background-position: 50% 0%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fbd8c2"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23fbd8c2"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23fbd8c2"/></svg>');
}

.desktop-inlineblock {
    display: inline-block;
}

.mobile {
    display: none;
}

@media (min-width:768px) {
    .shapedividers_com-8197::before {
        background-size: 100% 90px;
        background-position: 50% 0%;
    }
}

@media (min-width:1025px) {
    .shapedividers_com-8197::before {
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw;
        background-size: 184% 220px;
        background-position: 0% 100%;
        transform: rotateY(180deg);
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23000000"/></svg>');
    }
}

@media (min-width:2100px) {
    .shapedividers_com-8197::before {
        background-size: 184% calc(2vw + 220px);
    }
}


#footer {
    background-color: #000000;
    margin-top: 0;
}

#footer-container {
    padding-top: 200px;
}

#footer-img {
    width: 287px;
    height: 100%;
    max-height: 59px;
}

#footer-menu-container a {
    color: white;
    text-decoration: none;
    font-weight: 900;
}

#separater {
    height: 180px;
    width: 100%;
    visibility: hidden;
}

#company {
    position: relative;
}

#company-bgimg-container {
    z-index: -5;
}

.mobile-inline-block {
    display: none;
}

@media screen and (max-width: 1440px) {
    #recruit-image-container>img.dropshadow.desktop {
        width: 80%;
    }

    #recruit-title-container {
        text-align: left;
        top: 50%;
        left: 203px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}

@media screen and (min-width: 993px) {
    div.container {
        max-width: 1252px;
    }

    #keyvisual-container {
        max-width: 1440px;
    }


}

@media screen and (max-width: 991px) {
    #recruit-button-container {
        right: auto;
    }

    #recruit-image-container {
        text-align: center !important;
    }

    .desktop-inlineblock {
        display: none;
    }

    .button-container .btn {
        display: none;
    }

    .button-container .button-text {
        display: none;
    }

    .yellow-box {
        display: none;
    }

    h2 {
        font-size: 24px;
    }

    #top-tilted-texts {
        display: none;
    }

    #top {
        background-repeat: no-repeat;
        background-image: none;
    }

    #top-tilted-text2 {
        display: none;
    }

    #top-header-container {
        margin-right: auto;
    }

    .blur-back {
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        width: 100%;
    }


    #top-yellow {
        border-top: none;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .mobile-inline-block {
        display: inline-block;
    }

    #top-container {
        margin-top: 272px;
    }

    #business-img {
        width: 100%;
    }

    .container {
        max-width: 450px;
    }

    .section {
        margin-top: 184px;
    }

    .card {
        margin-bottom: 2rem;
    }

    #company-img {
        width: 100%;
    }

    .th {
        width: 101px;
    }

    .table-body {
        padding: 0px 30px;
    }

    .td {
        white-space: unset;
    }

    iframe {
        width: 100%;
        height: 210px;
    }

    #recruit_text {
        width: 100%;
    }

    #recruit-image-container {
        width: 100% !important;
        background-color: #FF9B00;
    }

    #recruit-title-container {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        text-align: center;
        margin-top: 22px;
        width: 100%;
    }

    #recruit-button-container {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);

        margin-top: 280px;
    }

    #back-image-container {
        margin-top: -88px;
        margin-bottom: -261px;
        z-index: -5;
    }

    #back-image-container img {
        min-height: 610px;
        min-width: 987px;
        max-width: 100%;
    }

    #contact-form-container {
        max-width: 450px;
    }

    #contact div img {
        width: 100%;
        max-width: 450px;
    }

    #contact {
        margin-top: 16px;
    }

    #FormContainer {
        padding: 40px;
    }

    #footer-container {
        display: block !important;
        text-align: center;
    }

    #footer-menu-container {
        display: block !important;
    }

    #footer-menu-container a {
        display: block !important;
        margin-bottom: 2rem;
    }

    #footer-menu-container a:first-child {
        margin-top: 3rem;
    }

    #footer-container p {
        text-align: center !important;
    }

    #fake-height {
        height: 114px;
    }

    .col-lg-4 label {
        margin-bottom: 0.5rem !important;
    }
}


@media screen and (max-width: 574px) {

    h1 {
        font-size: 48px;
    }

    #top-paragraph {
        font-size: 14px;
    }

    .container {
        max-width: 348px;
    }

    .section {
        margin-top: 100px;
    }

    #top-header {
        margin-top: 210px;
        color: black;
    }

    #business-img {
        padding: 0px 29px;
    }

    #company-img {
        padding: 0px 29px;
    }

    .mt-6 {
        margin-top: 32px;
    }

    .card-text {
        font-size: 14px;
    }

    #company>div.container>div:nth-child(1)>h2 {
        margin-top: 32px !important;
        font-size: 16px;
    }

    #table-container {
        margin-top: 24px;
    }

    .td p {
        font-size: 14px;
    }

    .th p {
        font-size: 14px;
    }

    #recruit-image-container h2 {
        color: white;
        font-weight: 900;
        font-size: 16px;
    }

    #recruit-button {
        border-radius: 68px;
        padding: 0px 26px;
        font-size: 14px;
        white-space: nowrap;
    }

    #contact div img {
        padding: 0px 29px;
    }


    #contact>div:nth-child(1)>h2 {
        font-size: 16px;
    }

    #footer-container p {
        font-size: 12px;
    }

    #footer-img {
        width: 231px;
    }

    .me-auto img {
        width: 176px;
    }

    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        margin-bottom: 0.5rem !important;
    }

    #header-container>div.button-container>button.navbar-toggler {
        filter: none;
    }

    #fake-height {
        height: 68px;
    }

    .required {
        vertical-align: text-bottom;
    }






}

.navbar-toggler-icon img {
    width: 100%;
}

.select-arrow {
    /* セレクトボックスのスタイル設定 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1.6rem auto, 100%;
}

/* セレクトボックスにフォーカスしたときのスタイル */
.select-arrow:focus {
    outline: none;
}



#header-container>div.button-container>button.navbar-toggler {
    filter: none;
}

#recruit-image-container {
    text-align: left;
}

#footer-container p {
    text-decoration: none;

}