body {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.imgFrame {
    width:100%;
    height:initial!important;
    padding:0px!important;
    margin:20px 0px 0px 0px;
    border:10px solid rgba(100, 200, 200, 0.2);
    border-radius:20px;
}

.imgFrame:before {
    content: "";
    /* ã“ã®ãƒ—ãƒ­ãƒ‘ãƒ†ã‚£ãŒç„¡ã„ã¨æ“¬ä¼¼è¦ç´ ã¯æ©Ÿèƒ½ã—ã¾ã›ã‚“ã€ãŠæ±ºã¾ã‚Šã®å‘ªæ–‡ã§ã™ã€‚ */
    display: block;
    /* ãƒ–ãƒ­ãƒƒã‚¯è¦ç´ ã«ã—ã¾ã™ã€‚ */
    position: absolute;
    /* absoluteã§ä¸Šã«ä¹—ã£ã‘ã¾ã™ã€‚ */
    top: 0;
    /* ç¸¦æ¨ªã®å€¤ã‚’å…¥ã‚Œã‚‹ã®ã¯åŸºæœ¬ã§ã™ã€‚å…¥ã‚Œãªã„ã¨ã ã‚ï¼ã£ã¨æ€ã£ã¦ãŠãã»ã†ãŒä»Šå¾Œã®ç‚ºã„ã„ã§ã™ã€‚ */
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 8px rgba(255, 255, 255, 0.6);
    pointer-events: none;
}
body::-webkit-scrollbar {
    display: none;
}

.wrap {
    overflow: hidden;
}

.navbar-design {
    padding: 0px;
}

.nav-item-design {
    padding: 0px 20px;
}

.slanted-div {
    background: linear-gradient(90deg,
            rgba(155, 248, 254, 1) 0%,
            rgba(158, 198, 233, 1) 100%);
    position: relative;
    padding: 80px 0;
    overflow: visible;
    z-index: 1;
    font-family: "小塚ゴシック Pr6N R";
}

.slanted-div:before,
.slanted-div:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    transform-origin: left top;
    transform: skewY(-3deg);
}

.slanted-div div {
    text-align: center;
    line-height: 1.5;
}

.section h5 {
    /* position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #11b0c8; */
}

.philosophy {
    color: white;
    font-size: 20px;
    letter-spacing: 3px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #00b8c4, #5296da);
    font-weight: 700;
    font-size: 22px;
    height: 83px;
    width: 522px;
    margin-top: 100px;
    margin-bottom: 20px;
}

.philosophy:hover {
    opacity: 0.8 !important;
    color: white;
}

.dotted {
    border-top: 5px dotted #00b8c4;
}

/* ナビバー関連 */
.nav-design {
    padding: 25px 60px !important;
    background-image: linear-gradient(to right, #009ea8, #4884bf) !important;
}

.nav-design a {
    color: white;
    font-size: 16.77px;
    font-weight: 600;
}

.nav-design a img {
    padding: 0px 20px;
}

.nav-design:hover {
    opacity: 0.5;
}

.customer-banner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-top: 130px;
    margin-bottom: 130px;
}

.customer-banner img {
    width: 100%
}

/* join us,メイン画像の部分 */
.img-sky,
.banner-image {
    min-width: 1024px;
}

.img-join-us {
    position: absolute !important;
    z-index: 100 !important;
}

.copyright p {
    background-color: #232223;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 0;
}

/* QA関連 */
.padding-zero {
    padding: 0px !important;
}

.qa-area {
    border-top: 4px solid #bcdee1;
    padding: 50px;
}

.qa-area h1 {
    color: #00a99d;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
}

.qa-area p {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 5px;
    word-wrap: break-word;
    margin: 0px;
    font-family: '小塚ゴシック Pr6N R';
    line-height: 30px;
}

.qa-title {
    color: #e88f01 !important;
    text-align: center !important;
    margin-bottom: 10px !important;
}

.qa-box {
    background: linear-gradient(90deg, rgba(91, 235, 244, 1) 0%, rgba(191, 223, 255, 1) 100%);
}

.qa-q-box::before {
    content: url(../assets/qa_Q.png);
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
}

.qa-a-box::before {
    content: url(../assets/qa_A.png);
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
}

.qa-q-row {
    margin-top: 20px;
}

.qa-q-line {
    background-color: #D8FEFF;
}

.qa-a-row {
    margin-top: 10px;
    margin-bottom: 20px;
}

.qa-a-line {
    background-color: #F2F2F2;
}


.detail {
    background-color: #AFACAC;
    height: 50px;
}

.detail h5 {
    text-align: center;
    line-height: 50px;
    font-family: 小塚ゴシック Pr6N R;
    color: #FFFFFF;
}

/* 条件関連 */
.condition-table {
    margin: 0px !important;
    border-width: 30px 50px 30px 50px !important;
    border-color: #E6E6E6;
}

.condition-table th {
    width: 20%;
    border: solid 10px #E6E6E6 !important;
    background-color: #F0FFFF;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 5px;
    word-wrap: break-word;
    margin: 0px;
    vertical-align: middle !important;
}

.condition-table td {
    border: solid 10px #E6E6E6 !important;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 5px;
    word-wrap: break-word;
    margin: 0px;
}

.title {
    background-color: #F0FFFF;
    vertical-align: middle
}

.td-text {
    background-color: #FFFFFF;
}

.off-backgroud {
    background-color: white;
}

.off-text-color {
    color: #00869d;
}

.on-text-color {
    color: #FCFCFC;
}

.gradation5::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 184, 196, 1) 0%, rgba(82, 150, 218, 1) 100%);
    transform: skewY(-7deg) translateY(-90px);
    z-index: -1;
}

/* 画面一番上の歯科衛生士・受付　歯科助手・歯科医師*/
.nav-item-text-top {
    margin-bottom: 3px;
    color: #00a99d !important;
    font-size: 15px;
    letter-spacing: 5px;
    border-bottom: solid;
    border-color: white;
}

/* 画面一番上の歯科衛生士・受付　歯科助手・歯科医師のマウスオーバー*/
.nav-item-text-top:hover {
    border-bottom: 1px solid;
}

/* フレーズ（様々な分野の〜 */
.phrase-img01 {
    max-width: 95%;
    padding-left: 5em;
}

/* フレーズ（スタッフみんなが〜 */
.phrase-img02 {
    max-width: 90%;
    padding-right: 5em;
}

/* フレーズ（優しく教えて〜 */
.phrase-img03 {
    max-width: 100%;
    padding-left: 5em;
}

/* 左側が丸い楕円 */
.white-oval-left {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    border-radius: 200px 0px 0px 200px;
}

/* 右側が丸い楕円 */
.white-oval-right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8));
    border-radius: 0px 200px 200px 0px;
}

.slanted-row-mt {
    margin-top: 130px;
}

/*募集職種*/
.work-type {
    margin-top: 100px;
}

.work-type h1 {
    color: #00a99d !important;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.work-type h1:after {
    content: "";
    position: absolute;
    width: 2%;
    left: 49%;
    height: 50px;
    padding: 20px 10px;
    margin: 10px 0px;
    border-bottom: 4px solid #e3880f;
}

.work-type2 {
    margin-top: 30px !important;
}

.click-backgroud {
    background-image: linear-gradient(to right, #00b8c4, #5296da);
}

.click-backgroud h5 {
    color: #FCFCFC;
}

.circle {
    text-align: center;
    padding: 20px 0;
    color: #00869d;
    border: 3px solid #008eb6;
}

.circle:first-child {
    border-right: none;
}

.circle:last-child {
    border-left: none;
}

.circle:hover {
    cursor: pointer;
    color: white;
    background-image: linear-gradient(to right, #00b8c4, #5296da);
    opacity: 0.8;
}

.circle h5 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 5px;
    margin: 0px;
}

.recruit {
    border: 4px solid #bcdee1;
    margin-top: 30px;
}

/*募集職種の左側*/
.recruit-type-left {
    padding: 50px;
}

.recruit-type-left h3 {
    color: #00b8c4;
    font-size: 28px;
    letter-spacing: 6px;
    font-weight: 500;
}

.recruit-type-left img {
    padding: 0px 10px;
    height: 37px;
}

/*募集職種の右側*/
.recruit-type-right {
    background: linear-gradient(90deg, rgba(78, 211, 219, 1) 0%, rgba(168, 199, 230, 1) 100%) !important;
}

/*募集職種の右側の写真のボックス*/
.recruit-type-right .image-box {
    padding: 50px 60px 20px 60px;
}

.recruit-type-right .carousel-item {
    border-radius: 50px;
}

.recruit-type-right {
    background: linear-gradient(90deg, rgba(78, 211, 219, 1) 0%, rgba(168, 199, 230, 1) 100%) !important;
}

.img-internview {
    position: absolute;
    z-index: 1;
    width: 200px;
    left: 2rem;
    top: 2rem;
    transform: rotate(-5deg);
}

.employee {
    border-radius: 50px !important;
}

/*募集職種の右側の写真の下の文字*/
.recruit-type-right p {
    display: inline-block;
    background: #ffffff;
    padding: 3px 20px;
    color: #666666;
    font-size: 0.9em;
}

.recruit-type-right p:first-of-type {
    font-size: 1.3em;
    margin-top: 30px;
}

/*募集職種の説明分テキスト*/
.recruit-type-text {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-top: 30px;
    word-wrap: break-word;
}

/*募集職種の電話はこちらのボックス*/
.phone-box {
    margin: 10px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #00b8c4, #9ec6e9);
    text-align: center;
}

/*電話はこちらのa タグ*/
.phone-link {
    padding: 10px 20px;
    display: block;
    color: white;
    font-size: 1.3em;
}

/*電話はこちらのアイコン*/
.phone-icon {
    padding-right: 10px;
    height: 20px;
}

/* 画面真ん中あたりのボタン */
.middle-button-area {
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
    border-radius: 30px;
    margin-bottom: -70px;
    margin-top: -70px;
    padding: 13px;
}

.middle-button {
    border-bottom: solid;
    border-color: white;
    display: inline-block;
}

/* 画面真ん中あたりのボタのマウスオーバー*/
.middle-button:hover {
    border-bottom: 1px solid;
    display: inline-block;
}

.left-solid-3 {
    border-left: 3px solid #b3b3b3;
}

/* 私達とともに働いて〜 */
.slogan {
    padding: 150px 0 150px 0;
    background: linear-gradient(90deg,
            rgba(0, 184, 196, 1) 0%,
            rgba(82, 150, 218, 1) 100%);
}

.slogan p {
    font-family: DFHSGothic W3-WINP-RKSJ-H;
    font-size: 18px;
    line-height: 34.72px;
    letter-spacing: 4.32px;
    color: rgb(242, 242, 242);
}

.slogan img {
    margin-bottom: 20px;
}


/* 1日の流れのグラデーション */
.schedule-area {
    max-width: 1024px;
    background: linear-gradient(0deg, rgba(91, 235, 244, 1) 0%, rgba(191, 223, 255, 1) 100%);
    border: solid 3px #E9E9E9;
}

.schedule-area img {
    margin: 20px 0px;
}

.schedule-img {
    margin-bottom: 30px;
}

.schedule-img img {
    max-width: 400px;
}

.schedule-img img:first-of-type {
    margin-right: 30px;
}

.footer-top-customer {
    text-align: center;
    margin-top: 5%;
    width: 80%;
}

.map {
    height: 650px;
    width: 100%;
    border: 0;
}

footer {
    width: 100%;
    text-align: center;
    background-color: #2a5150;
    padding: 50px;
    margin-top: -10px;
}

footer a {
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    border-right: 2px white solid;
}

/*　画面サイズが1024pxより大きい場合　*/
@media screen and (min-width: 1024px) {
    .only_sp {
        display: none !important;
    }

    .banner {
        width: 100%;
    }

    .logo-image {
        min-width: 58px;
        height: 80px;
        padding: 15px 50px;
    }

    .text-img {
        margin-top: -50px;
        margin-bottom: -30px;
        max-width: 75%;
    }

    .p-text {
        margin-top: 20px;
        font-size: 16px;
        text-align: start;
        letter-spacing: 2px;
        line-height: 25px;
        padding-left: 5em;
    }

    .p-text2 {
        margin-top: 20px;
        font-size: 16px;
        text-align: start;
        letter-spacing: 2px;
        line-height: 25px;
        padding-right: 5em;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    
    .banner-image-pc {
        min-width: 768px;
    }

    /*　画面サイズが767px〜1023px で読み込む　*/
    .logo-image-pc {
        min-width: 58px;
        height: 77px;
        padding: 12px 50px;
    }

    .logo-image-sp {
        display: none !important;
    }

    .banner {
        width: 100%;
    }

    .text-img {
        max-width: 80%;
    }

    .p-text {
        margin-top: 20px;
        font-size: 14px;
        text-align: start;
        letter-spacing: 2px;
        line-height: 20px;
        padding-left: 5em;
    }

    .only_pc {
        display: none !important;
    }

    .p-text2 {
        margin-top: 20px;
        font-size: 14px;
        text-align: start;
        letter-spacing: 2px;
        line-height: 25px;
        padding-left: 0em;
        padding-right: 5em;
    }

    .slogan img {
        width: 95%;
    }

    .slogan p {
        font-size: 18px !important;
    }
    .customer-banner {
        margin: 70px 0px 0px 0px !important;
    }
    .middle-button-area {
        margin-bottom: -120px;
    }

    .left-solid-3 {
        border-left: 2px solid #b3b3b3;
    }

    .right-solid-3 {
        border-left: 2px solid #b3b3b3;
    }
    .middle-button {
        border-bottom: none !important;
    }
    .nav-design {
        padding: 25px 0px !important;
    }
    .banner-image-sp{
        min-width: 100%; 
    }
}

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

    .recruit-type-left {
        padding: 50px 20px;
    }
    .condition-table{
        border-spacing: 0px;
        margin-top:10px!important;
        margin-bottom:20px!important;
        font-size: 13px!important;
    }
    .condition-table tbody td:nth-of-type(1) {
        border-left: none;
        width: initial;
    }

    .condition-table tbody td {
        padding: 7px;
        border-left: none;
    }

    .condition-table thead th {
        border-left: none;
        padding: 7px;
        border-bottom: 1px solid #dcdddd;
    }
    .condition-table th,
    .condition-table td { 
        width:90%;
        display: block;
        border:none!important;
        margin:auto!important;
        border-top:1px solid #cccccc!important;
        border-left:1px solid #cccccc!important;
        border-bottom:1px solid #cccccc!important;
        border-right:1px solid #cccccc!important;
        border-collapse: collapse!important;
        font-size: 13px!important;
        letter-spacing: 1px !important;
    }
    .condition-table td { 
        width:90%!important;
        display: block;
        border:none!important;
        margin-bottom:10px!important;
        border-left:1px solid #cccccc!important;
        border-right:1px solid #cccccc!important;
        margin:auto!important;
        border-collapse: collapse!important;
    }


    .condition-table tr:last-child > td { 
        border-bottom:1px solid #cccccc!important;
    }

    /*　画面サイズが767px以下の場合読み込む　*/
    .logo-image {
        height: 75px;
        padding: 10px 0px 10px 10px;
        min-width: 46px;
        display: block !important;
    }

    .toggle-design {
        margin-right: 10px;
    }

    .nav-item-text-top {
        margin-bottom: 3px;
        color: #00a99d !important;
        font-size: 15px;
        letter-spacing: 5px;
        border-bottom: solid 1px;
        border-color: #00a99d;
    }

    .only_pc {
        display: none !important;
    }

    .banner-image-sp {
        min-width: 100%;
    }

    .section .middle-button-area img {
        width: 95px;
    }

    .middle-button-area {
        margin-right: 3%;
        margin-left: 3%;
    }

    .left-solid-3 {
        border-left: 1px solid #b3b3b3;
    }

    .right-solid-3 {
        border-left: 1px solid #b3b3b3;
    }

    /* 私達とともに働いて〜 */
    .slogan {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .slogan p {
        padding: 0px 30px 0px 30px;
    }

    .slogan img {
        width: 350px;
    }

    .middle-button {
        border-bottom: none !important;
    }

    .slanted-div {
        padding-top: 40px !important;
    }

    .slanted-div > .row:first-child img {
        min-width: 300px;
        padding: 0px 30px 0px 30px;
    }

    .slanted-div .btn {
        margin-top: 2%;
        font-size: 18px;
    }

    .slanted-row-mt .col-md-5 img{
        max-width: 70%;
    }


    .phrase-img01 {
        padding: 40px 10px 0px 30px;
    }
    .p-text{
        font-size: 14.5px;
        text-align: start;
        padding: 30px 60px 0px 30px;
        letter-spacing: 3px;
    }
    .p-text2 {
        font-size: 14.5px;
        text-align: start;
        padding: 30px 30px 0px 60px;
        letter-spacing: 3px;
    }

    .text-img {
        width: 100% !important;
    }

    .phrase-img02 {
        padding: 40px 10px 0px 30px !important;
    }

    .slanted-row-mt{
        margin-top: 50px;
    }

    .white-oval-left {
        height: 55%;
        border-radius: 100px 0px 0px 100px;
    }

    .white-oval-right {
        height: 55%;
        border-radius: 0px 100px 100px 0px;
    }

    .phrase-img03 {
        padding: 40px 10px 0px 30px;
    }

    .philosophy {
        margin: 40px 0px 0px 0px !important;
    }

    .work-type {
        margin-top: 50px;
    }

    .work-type h1 {
        font-size: 24px;
    }

    .work-type h1:after {
        margin: -5px;
    }

    .work-type2 {
        margin-top: 10px !important;
    }

    .circle {
        align-items: center !important;
        padding: 10px 0;
        border: 2px solid #008eb6;
    }

    .circle h5 {
        font-size: 15px;
        letter-spacing: 0px;
    }

    .qa-area {
        padding: 20px 0px 30px 0px;
    }

    .qa-area p {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 3px;
        line-height: 20px;
        padding: 15px 0px 15px 0px;
    }

    .qa-area .container {
        margin: 0px 10px 0px 10px;
    }

    .qa-q-box {
        width: 50px !important;
    }

    .qa-q-box::before {
        transform: scale(0.3);
    }

    .qa-a-box::before {
        transform: scale(0.3);
    }

    .recruit {
        margin-top: 10px;
    }

    .recruit h3 {
        font-size: 22px;
    }

    .recruit-type-right .image-box {
        padding: 40px 30px 20px 30px;
    }

    .condition-table {
        border-width: 0px 0px 0px 0px !important;
    }


    .schedule-area img {
        margin: 0px;
    }

    .schedule-area div:first-child img {
        margin-top: 20px;
    }

    .schedule-img img {
        margin-right: 0px !important;
        padding: 10px 30px 10px 30px;
    }

    .img-sky {
        height: 500px;
    }

    .img-join-us {
        width: 200px;
        position: absolute !important;
        z-index: 100 !important;
    }

    footer {
        padding: 20px;
    }

    .footer div:nth-child(2) {
        height: 500px;
    }
    .customer-banner {
        margin: 50px 0px 0px 0px !important;
    }
    .nav-design {
        padding: 10px !important;
        background-image: linear-gradient(to right, #009ea8, #4884bf) !important;
    }

}
