/*------------------------------------------------------------
common
------------------------------------------------------------*/

@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Black.ttf")  format("truetype");
    font-weight: 900;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Medium.ttf")  format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Regular.ttf")  format("truetype");
    font-weight: 400;
}


body{
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#misato {
    font-size: 16px;
    font-weight: 400;
    color: #293133;
    overflow: hidden;
    background: #fff;
    position: relative;
}

#misato * {
    box-sizing: border-box;
}

#misato a {
    transition: opacity .3s;
}

#misato a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#misato a:hover {
    text-decoration: none;
}

#misato a:focus-visible {
    outline: none;
}

#misato img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#misato .js-fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition-property: opacity, transform;
    transition-duration: 2.5s;
}

#misato .scroll-in {
    opacity: 1;
    transform: translate(0, 80px);
}

#misato .text:last-of-type {
    margin-bottom: 0;
}

#misato .sp-br {
    display: none;
}

#misato .inner {
    width: 100%;
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px;
}






/*main-banner*/
/*=========================================*/
#misato .main-banner {
    padding-top: 64px;
    padding-bottom: 120px;
    position: relative;
    background-image: url("../images/misato/misato_mainimg_pc.png");
    background-size: cover;
    background-position: center;
}
#misato .main-banner .logo-main{
    text-align: center;
    margin-bottom: 121px;
}
#misato .main-banner .heading{
    font-size: 60px;
    line-height: 88px;
    color: #1D2D88;
    font-weight: 900;
    text-align: center;
    letter-spacing: 3px;
    padding-left: 4px;
    margin-bottom: 62px;
}
#misato .main-banner .textContent{
    text-align: center;
    padding-top: 23px;
    padding-bottom: 27px;
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px) brightness(132%);
}
#misato .main-banner .textContent .title{
    font-size: 52px;
    line-height: 66px;
    color: #E67F6C;
    font-weight: 900;
    display: inline-block;
    border-bottom: 8px solid #E67F6C;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#misato .main-banner .textContent .title span{
    font-family: 'Inter', sans-serif;
    font-size: 108px;
    line-height: 68px;
    font-weight: 800;
    display: inline-block;
    position: relative;
    bottom: -6px;
}
#misato .main-banner .textContent .txtBottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}
#misato .main-banner .textContent .btn-link{
    display: inline-block;
    width: 144px;
    background: #E67F6C;
    color: #fff;
    border-radius: 35px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 9px 0;
}
#misato .main-banner .textContent .txtBottom .text{
    display: inline-block;
    font-size: 54px;
    line-height: 90px;
    color: #E67F6C;
    font-weight: bold;
    padding-left: 11px;
}
#misato .main-banner .textContent .text-note{
    font-size: 12px;
    line-height: 16px;
}
#misato .main-banner .scroll-down{
    position: absolute;
    left: 51.2%;
    transform: translateX(-50%);
    z-index: 99;
    bottom: -100px;
}
#misato .main-banner .scroll-down .line{
    height: 200px;
    border-left: 1px solid #1D2D88;
}
#misato .main-banner .scroll-down .txt-scroll{
    font-size: 16px;
    line-height: 24px;
    color: #1D2D88;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    writing-mode: tb-rl;
    transform: scaleX(-1) scaleY(-1);
    padding-right: 6px;
}
#misato .main-banner .scroll-down .scroll-inner{
    display: flex;
    align-items: flex-start;
}


/*business-quality*/
#misato .business-quality{
    padding-top: 124px;
    padding-bottom: 120px;
    background-color: #fff;
    background-image: url("../images/misato/misato_bg01_pc.png");
    background-size: cover;
    background-position: center;
}
#misato .business-quality .heading-block{
    font-size: 32px;
    line-height: 40px;
    color: #1D2D88;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
#misato .business-quality .title-block{
    text-align: center;
    margin-bottom: 32px;
}
#misato .business-quality .title-block span{
    font-size: 48px;
    line-height: 66px;
    color: #64B4DE;
    font-weight: 900;
    display: inline-block;
    border-bottom: 8px solid #64B4DE;
    padding: 0 5px 10px;
    text-shadow: 0px 0px 10px #fff;
}
#misato .business-quality .list-business-quality{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
}
#misato .business-quality .item-business-quality{
    border: 2px solid #64B4DE;
    border-radius: 8px;
    position: relative;
    padding: 34px 10px 10px;
    min-height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
#misato .business-quality .item-business-quality:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #64B4DE;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}
#misato .business-quality .item-business-quality .ttl{
    font-size: 24px;
    line-height: 32px;
    color: #64B4DE;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
#misato .business-quality .item-business-quality .ttl small{
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
}
#misato .business-quality .item-business-quality .ttl span{
    font-size: 20px;
}
#misato .business-quality .item-business-quality .text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}



/*work-block*/
#misato .work-block{
    position: relative;
    background: #64B4DE;
    color: #fff;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 95px;
}
#misato .work-block:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(255,255,255,.30) 0%, rgba(255,255,255,0) 100%);
    z-index: -1 ;
}
#misato .work-block .heading-block{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
#misato .work-block .textContent .ttl-box{
    width: 144px;
    display: flex;
    height: 36px;
    background: #fff;
    border-radius: 40px;
    color: #64B4DE;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 14px;
}
#misato .work-block .textContent .ttl{
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 13px;
}
#misato .work-block .textContent .t1{
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}
#misato .work-block .textContent .text{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 31px;
}
#misato .work-block .textContent .text-note{
    font-size: 12px;
    line-height: 16px;
}
#misato .work-block .inner{
    position: relative;
    z-index: 2;
}
#misato .work-block .work-content{
    max-width: 584px;
}
#misato .work-block .work-bg{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 59.3%;
}
#misato .work-block .work-bg img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#misato .employee-benefits .item-employee-benefits{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 120px;
}
#misato .employee-benefits .item-employee-benefits .infoContent{
    width: 50%;
}
#misato .employee-benefits .item-employee-benefits .image-content{
    width: calc(50% - 16px);
    margin-left: 16px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    box-shadow: 4px 4px 12px rgba(128,128,128,.15);
    position: relative;
}
#misato .employee-benefits .item-employee-benefits:nth-child(2n) .image-content{
    margin-right: 16px;
    margin-left: 0;
    border-radius: 0 8px 8px 0;
}
#misato .employee-benefits .item-employee-benefits .image-content .txt-img{
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    top: 18px;
    left: 20px;
}
#misato .employee-benefits .item-employee-benefits .title{
    font-size: 28px;
    line-height: 40px;
    color: #1D2D88;
    font-weight: bold;
    position: relative;
    margin-bottom: 80px;
}
#misato .employee-benefits .item-employee-benefits .title:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background: #1D2D88;
    bottom: -43px;
    left: 0;
}
#misato .employee-benefits .item-employee-benefits .t1{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
}
#misato .employee-benefits .item-employee-benefits .t1:last-child{
    margin-bottom: 0;
}
#misato .employee-benefits .item-employee-benefits .text{
    font-size: 16px;
    line-height: 28px;
    color: #E67F6C;
    font-weight: 500;
}
#misato .employee-benefits .item-employee-benefits .text-dots:last-of-type{
    margin-bottom: 16px;
}
#misato .employee-benefits .item-employee-benefits .text-note{
    font-size: 12px;
    line-height: 16px;
    margin-top: 19px;
}
#misato .employee-benefits .item-employee-benefits:nth-child(2n-1) .info-inner{
    max-width: 532px;
    margin: 0 0 0 auto;
    padding-left: 20px;
    position: relative;
}
#misato .employee-benefits .item-employee-benefits:nth-child(2n-1) .info-inner:before{
    content: "";
    position: absolute;
    background-image: url("../images/misato/misato_bg03_pc.png");
    background-size: 100%;
    width: 400px;
    height: 385.5px;
    top: 48px;
    left: -253px;
}
#misato .employee-benefits .item-employee-benefits:nth-child(2n) .info-inner{
    max-width: 548px;
    padding-left: 16px;
    padding-right: 20px;
    position: relative;
}
#misato .employee-benefits .item-employee-benefits:nth-child(2n) .info-inner:after{
    content: "";
    position: absolute;
    background-image: url("../images/misato/misato_bg03_pc.png");
    background-size: 100%;
    width: 400px;
    height: 385.5px;
    top: 48px;
    right: -236px;
    transform: scaleX(-1);
}
#misato .employee-benefits .item-employee-benefits .image-content img{
    width: 100%;
}
#misato .employee-benefits{
    margin-bottom: 104px;
}


/*work-environment*/
#misato .work-environment{
    background: rgba(100,180,222,.12);
    padding: 64px 0;
}
#misato .work-environment .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#misato .work-environment .image-content{
    width: 48.35%;
    box-shadow: 0 0 12px rgba(100,180,222,.20);
}
#misato .work-environment .textContent{
    width: 51.65%;
    padding-left: 33px;
}
#misato .work-environment .textContent .title{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #64B4DE;
    padding-bottom: 17px;
    margin-bottom: 18px;
}
#misato .work-environment .textContent .title .icon{
    width: 72px;
}
#misato .work-environment .textContent .title .infoTtl{
    width: calc(100% - 72px);
    padding-left: 16px;
    padding-top: 2px;
}
#misato .work-environment .textContent .title .ttl{
    font-size: 24px;
    line-height: 32px;
    color: #64B4DE;
    font-weight: bold;
    margin-bottom: 9px;
}
#misato .work-environment .textContent .title .t1{
    font-size: 16px;
    line-height: 28px;
    color: #64B4DE;
}
#misato .work-environment .textContent .text{
    font-size: 16px;
    line-height: 28px;
}











    /*flow*/
/*======================================*/
#misato .flow{
    padding-top: 118px;
    padding-bottom: 58px;
}
#misato .flow .heading-block{
    text-align: center;
    margin-bottom: 64px;
}
#misato .flow .heading-block span{
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    background: #1D2D88;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    max-width: 496px;
    margin: auto;
    text-align: center;
    border-radius: 50px;
}
#misato .flow .list-step{
    max-width: 848px;
    padding: 0;
    margin: auto;
}
#misato .flow .item-step{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 62px;
    position: relative;
}
#misato .flow .item-step:before{
    content: "";
    position: absolute;
    background-image: url("../images/misato/misato_icon03_pc.png");
    background-size: 100%;
    width: 4px;
    height: 96px;
    left: 70px;
    top: 182px;
}
#misato .flow .item-step:last-child:before{
    display: none;
}
#misato .flow .item-step .step-number{
    width: 144px;
    text-align: center;
    color: #fff;
    height: 144px;
    border-radius: 50%;
    padding-top: 31px;
    /*background: linear-gradient(145deg, rgba(56,73,168,1) 0%, rgba(29,45,136,1) 100%);*/
    position: relative;
    z-index: 2;
}
#misato .flow .item-step .step-number:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0px 50% 50% 50%;
    transform: rotate(225deg);
    height: 144px;
    width: 144px;
    background: linear-gradient(145deg, rgba(56,73,168,1) 0%, rgba(29,45,136,1) 100%);
    z-index: -1;
}
#misato .flow .item-step .content{
    width: calc(100% - 144px);
    display: flex;
    flex-wrap: wrap;
    padding-top: 14px;
    align-items: flex-start;
    padding-left: 16px;
}
#misato .flow .item-step .step-number .ttl-step{
    font-size: 20px;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
#misato .flow .item-step .step-number .number{
    font-size: 40px;
    line-height: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

#misato .flow .item-step .content .ttl{
    font-size: 24px;
    line-height: 32px;
    color: #1D2D88;
    font-weight: bold;
    border-bottom: 1px solid #1D2D88;
    padding-bottom: 21px;
    margin-bottom: 18px;
}
#misato .flow .item-step .content .text{
    font-size: 16px;
    line-height: 28px;
    padding-right: 15px;
}
#misato .flow .item-step .content .image-content{
    width: 33.7%;
    border-radius: 8px;
    overflow: hidden;
}
#misato .flow .item-step .content .image-content img{
    width: 100%;
}
#misato .flow .item-step .content .info-content{
    width: calc(100% - 33.7%);
}
#misato .flow .item-step .content .ttl small{
    font-size: 20px;
}


/*support-block*/
#misato .support-block{
    background: rgba(128,128,128,.08);
    padding-top: 120px;
    padding-bottom: 118px;
}
#misato .support-block .content{
    max-width: 848px;
    margin: auto;
}
#misato .support-block .heading-block{
    font-size: 32px;
    line-height: 44px;
    color: #1D2D88;
    font-weight: bold;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}
#misato .support-block .heading-block:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background: #1D2D88;
    bottom: -43px;
    left: 0;
}
#misato .support-block .sub-text{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
#misato .support-block .text-border span{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #E67F6C;
    border-bottom: 8px solid #E67F6C;
}
#misato .support-block .content-top{
    padding-bottom: 68px;
    position: relative;
}
#misato .support-block .content-top .image-content{
    position: absolute;
    bottom: 0;
    right: -32px;
}
#misato .support-block .boxText{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(128,128,128,.20);
    padding: 32px;
}
#misato .support-block .boxText .ttl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    background: #1D2D88;
    font-weight: bold;
    height: 60px;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 19px;
}
#misato .support-block .boxText .t1{
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #E67F6C;
    font-weight: bold;
    margin-bottom: 17px;
}
#misato .support-block .boxText .text{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}



/*application-requirements*/
#misato .application-requirements{
    padding-top: 120px;
    padding-bottom: 120px;
}
#misato .application-requirements .heading-block{
    margin-bottom: 64px;
}
#misato .application-requirements .heading-block span{
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    background: #1D2D88;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    max-width: 496px;
    margin: auto;
    text-align: center;
    border-radius: 50px;
}
#misato .application-requirements .listInfo{
    max-width: 672px;
    margin: auto;
}
#misato .application-requirements .itemInfo{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(100,180,222,.30);
}
#misato .application-requirements .itemInfo:first-child{
    border-top: 1px solid rgba(100,180,222,.30);
}
#misato .application-requirements .itemInfo .title{
    background: rgba(100,180,222,.12);
    width: 144px;
    display: flex;
    align-items: center;
}
#misato .application-requirements .itemInfo .textInfo{
    width: calc(100% - 144px);
    padding: 18px 10px 17px 32px;
}
#misato .application-requirements .itemInfo .title p{
    font-size: 20px;
    line-height: 32px;
    color: #64B4DE;
    text-align: center;
    font-weight: bold;
    width: 100%;
}
#misato .application-requirements .itemInfo .textInfo .text{
    font-size: 16px;
    line-height: 28px;
}
#misato .application-requirements .itemInfo .textInfo .text small{
    font-size: 12px;
}
#misato .application-requirements .itemInfo .textInfo .text-note{
    font-size: 12px;
    line-height: 22px;
}


/*contact*/
#misato .contact{
    background: rgba(128,128,128,.08);
    padding-top: 64px;
    position: relative;
}
#misato .contact .box-contact{
    background: #1D2D88;
    color: #fff;
    max-width: 848px;
    margin: auto;
    border-radius: 8px;
    padding: 44px 10px 40px;
    text-align: center;
}
#misato .contact .box-contact .ttl{
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}
#misato .contact .box-contact .link-tel{
    font-size: 56px;
    line-height: 48px;
    display: inline-block;
    font-family: "Avenir";
    font-weight: 900;
    color: #fff;
    padding-left: 2px;
    margin-bottom: 13px;
}
#misato .contact .box-contact .link-tel .number{
    display: inline-block;
    position: relative;
    margin-left: -10px;
    letter-spacing: 2px;
    bottom: -5px;
}
#misato .contact .box-contact .txt01{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 14px;
}
#misato .contact .box-contact .txt-box{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 496px;
    height: 40px;
    background: #fff;
    margin: auto;
    font-size: 20px;
    line-height: 32px;
    color: #293133;
}
#misato .contact .box-contact .txt-box span{
    font-family: 'Avenir';
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 0.5px;
    position: relative;
    bottom: -3px;
}
#misato .contact .box-contact .txt02{
    font-size: 12px;
    line-height: 33px;
}

#misato .contact #page-top{
    position: absolute;
    top: -24px;
    left: 51.5%;
    transform: translateX(-50%);
}
#misato .contact #page-top .page-top-anchor{
    font-size: 16px;
    line-height: 32px;
    color: #1D2D88;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
}
#misato .contact #page-top .page-top-anchor .ttl-top{
    padding-left: 8px;
    padding-top: 3px;
}
#misato .contact #page-top .page-top-anchor .icon-top{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 6px rgba(128,128,128,.30);
    border-radius: 50%;
}



/*footer-main*/
#misato .footer-main{
    background: rgba(128,128,128,.08);
    padding: 28px 0;
    text-align: center;
}


#misato #boxContact{
    position: fixed;
    z-index: 999;
    width: 232px;
    height: 232px;
    bottom: 78px;
    right: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.50);
    background: linear-gradient(145deg, rgba(56,73,168,1) 0%, rgba(29,45,136,1) 100%);
    box-shadow: 0 4px 10px rgba(15,23,69,.50);
    transition: .3s;
}
#misato #boxContact:hover{
    background: linear-gradient(145deg, rgba(242,178,166,1) 0%, rgba(230,127,108,1) 100%);
}
#misato #boxContact .btnContact{
    display: block;
    height: 100%;
    padding-top: 60px;
    text-align: center;
    text-shadow: 0 0 10px rgba(255,255,255,.50);
}
#misato #boxContact .btnContact .txt{
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
}











@media (max-width: 767px) {

    /*body{*/
    /*    min-width: 375px;*/
    /*}*/

    #misato .sp-br {
        display: block;
    }
    #misato .pc-br {
        display: none;
    }



    /*main-banner*/
    #misato .main-banner {
        padding-top: 28px;
        padding-bottom: 100px;
        background-image: url("../images/misato/misato_mainimg_sp.png");
    }
    #misato .main-banner .logo-main {
        text-align: right;
        margin-bottom: 120px;
        padding-right: 36px;
    }
    #misato .main-banner .heading {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0;
        padding-left: 2px;
        margin-bottom: 20px;
    }
    #misato .main-banner .textContent{
        background: #fff;
        padding-top: 9px;
        padding-bottom: 12px;
    }
    #misato .main-banner .textContent .title span {
        font-family: 'Inter', sans-serif;
        font-size: 76px;
        line-height: 60px;
        bottom: -4px;
    }
    #misato .main-banner .textContent .title {
        font-size: 28px;
        line-height: 28px;
        border-bottom: 6px solid #E67F6C;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #misato .main-banner .textContent .btn-link {
        width: 80px;
        border-radius: 35px;
        font-size: 14px;
        line-height: 20px;
        padding: 6px 0;
    }
    #misato .main-banner .textContent .txtBottom .text {
				font-size: 28px;
				line-height: 50px;
				padding-left: 8px;
		}
    #misato .main-banner .textContent .txtBottom {
        margin-bottom: 8px;
    }
    #misato .main-banner .textContent .text-note {
        font-size: 10px;
        line-height: 14px;
    }
    #misato .main-banner .scroll-down{
        left: 52.2%;
        bottom: -40px;
    }
    #misato .main-banner .scroll-down .line {
        height: 120px;
    }
    #misato .main-banner .scroll-down .txt-scroll{
        font-size: 12px;
        line-height: 12px;
    }



    /*business-quality*/
    #misato .business-quality {
        padding-top: 49px;
        padding-bottom: 41px;
        background-color: #fff;
        background-image: unset;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 2;
    }
    #misato .business-quality:after{
        content: "";
        position: absolute;
        background-image: url("../images/misato/misato_bg01_sp.png");
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    #misato .business-quality .heading-block {
        font-size: 20px;
        line-height: 28px;
        max-width: 260px;
        margin: 0 auto 33px;
    }
    #misato .business-quality .title-block span{
        background: linear-gradient(to right, #64B4DE 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
        background-position: 0% bottom;
        background-position-y: 100px;
        position: relative;
        display: initial;
        font-size: 28px;
        line-height: 48px;
        padding: 0;
    }
    #misato .business-quality .title-block {
        text-align: center;
        max-width: 300px;
        margin: 0 auto 24px;
    }
    #misato .business-quality .list-business-quality {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 12px;
        max-width: 304px;
        margin: auto;
    }
    #misato .business-quality .item-business-quality .ttl {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    #misato .business-quality .item-business-quality .ttl:last-child{
        margin-bottom: 0;
    }
    #misato .business-quality .item-business-quality .text {
        font-size: 14px;
        line-height: 20px;
    }
    #misato .business-quality .item-business-quality .ttl span {
        font-size: 16px;
    }
    #misato .business-quality .item-business-quality {
        border: 2px solid #64B4DE;
        border-radius: 8px;
        position: relative;
        padding: 39px 25px 21px;
        min-height: 117px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
    }
    #misato .business-quality .item-business-quality .ttl small {
        font-size: 16px;
        line-height: 28px;
        display: inline-block;
    }



    /*work-block*/
    #misato .work-block {
        position: relative;
        background: #64B4DE;
        color: #fff;
        z-index: 2;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #misato .work-block .work-content {
        max-width: 100%;
        padding: 0 15px;
    }
    #misato .work-block .heading-block {
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 19px;
    }
    #misato .work-block .textContent .ttl-box{
        max-width: 140px;
        margin-bottom: 9px;
    }
    #misato .work-block .textContent .ttl {
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
        margin-bottom: 7px;
    }
    #misato .work-block .textContent .t1 {
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #misato .work-block .textContent .text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        padding-left: 2px;
    }
    #misato .work-block .textContent .text-note {
        font-size: 10px;
        padding-left: 2px;
        line-height: 12px;
    }
    #misato .work-block .work-bg {
        position: relative;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        margin-top: -52px;
    }


    /*employee-benefits*/
    #misato .employee-benefits .item-employee-benefits .title {
        font-size: 24px;
        line-height: 36px;
        color: #1D2D88;
        font-weight: bold;
        position: relative;
        margin-bottom: 40px;
    }
    #misato .employee-benefits .item-employee-benefits .t1 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #misato .employee-benefits .item-employee-benefits .text {
        font-size: 14px;
        line-height: 22px;
        color: #E67F6C;
        font-weight: 500;
    }
    #misato .employee-benefits .item-employee-benefits .infoContent {
        width: 100%;
        padding: 0 35px;
        margin-bottom: 21px;
        order: 1;
    }
    #misato .employee-benefits .item-employee-benefits:nth-child(2n-1) .info-inner,
    #misato .employee-benefits .item-employee-benefits:nth-child(2n) .info-inner{
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    #misato .employee-benefits .item-employee-benefits .image-content{
        width: calc(100% - 35px);
        margin-left: 35px;
        order: 2;
    }
    #misato .employee-benefits .item-employee-benefits:nth-child(2n) .image-content{
        margin-left: 0px;
        margin-right: 35px;
    }
    #misato .employee-benefits .item-employee-benefits {
        padding-top: 40px;
        padding-bottom: 38px;
    }
    #misato .employee-benefits .item-employee-benefits .text.text-dots{
        text-indent: -14px;
        padding-left: 14px;
    }
    #misato .employee-benefits .item-employee-benefits .text-note {
        font-size: 10px;
        line-height: 14px;
        margin-top: 0;
    }
    #misato .employee-benefits .item-employee-benefits .text-dots:last-of-type {
        margin-bottom: 11px;
    }
    #misato .employee-benefits .item-employee-benefits .image-content .txt-img {
        position: absolute;
        font-size: 10px;
        line-height: 14px;
        top: 8px;
        left: 8px;
    }
    #misato .employee-benefits .item-employee-benefits .title:after {
        width: 16px;
        height: 2px;
        bottom: -22px;
    }
    #misato .employee-benefits {
        margin-bottom: 0px;
    }
    #misato .employee-benefits .item-employee-benefits:nth-child(2n-1) .info-inner:before{
        background-image: url("../images/misato/misato_bg03_sp.png");
        width: 180px;
        height: 173px;
        top: 40px;
        left: -75px;
    }
    #misato .employee-benefits .item-employee-benefits:nth-child(2n) .info-inner:after {
        background-image: url("../images/misato/misato_bg03_sp.png");
        width: 180px;
        height: 173px;
        top: 42px;
        right: -75px;
    }



    /*work-environment*/
    #misato .work-environment {
        padding: 42px 0 39px;
    }
    #misato .work-environment .content {
        padding: 0 15px;
    }
    #misato .work-environment .image-content {
        width: 100%;
        margin-bottom: 18px;
    }
    #misato .work-environment .textContent {
        width: 100%;
        padding-left: 0;
    }
    #misato .work-environment .textContent .title .icon {
        width: 40px;
    }
    #misato .work-environment .textContent .title .infoTtl {
        width: calc(100% - 40px);
        padding-left: 8px;
        padding-top: 2px;
    }
    #misato .work-environment .textContent .title .t1 {
        font-size: 12px;
        line-height: 16px;
    }
    #misato .work-environment .textContent .title .ttl {
        font-size: 20px;
        line-height: 28px;
    }
    #misato .work-environment .textContent .text {
        font-size: 14px;
        line-height: 22px;
    }
    #misato .work-environment .textContent .title {
        padding-bottom: 12px;
        margin-bottom: 10px;
    }










    /*flow*/
    #misato .flow {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #misato .flow .heading-block {
        margin-bottom: 41px;
    }
    #misato .flow .list-step {
        padding: 0 15px;
    }
    #misato .flow .heading-block span {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        background: #1D2D88;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        max-width: 304px;
        margin: auto;
        text-align: center;
        border-radius: 50px;
    }
    #misato .flow .item-step .step-number {
        width: 58px;
        text-align: center;
        color: #fff;
        height: 58px;
        border-radius: 50%;
        padding-top: 10px;
        position: relative;
        z-index: 2;
    }
    #misato .flow .item-step .step-number:after {
        height: 58px;
        width: 58px;
    }
    #misato .flow .item-step .step-number .ttl-step {
        font-size: 10px;
        line-height: 14px;
    }
    #misato .flow .item-step .step-number .number {
        font-size: 22px;
        line-height: 28px;
    }
    #misato .flow .item-step .content .info-content {
        width: 100%;
        margin-bottom: 10px;
    }
    #misato .flow .item-step .content .image-content {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
    #misato .flow .item-step .content .ttl {
        font-size: 20px;
        line-height: 28px;
        color: #1D2D88;
        font-weight: bold;
        border-bottom: 1px solid #1D2D88;
        padding-bottom: 12px;
        margin-bottom: 11px;
    }
    #misato .flow .item-step .content {
        width: calc(100% - 58px);
        padding-top: 0px;
        padding-left: 24px;
    }
    #misato .flow .item-step .content .text {
        font-size: 14px;
        line-height: 22px;
        padding-right: 5px;
    }
    #misato .flow .item-step{
        margin-bottom: 40px;
    }
    #misato .flow .item-step:before {
        background-image: url("../images/misato/misato_icon03_sp.png");
        width: 2px;
        height: calc(100% - 46px);
        left: 29px;
        top: 76px;
    }
    #misato .flow .item-step:last-child{
        margin-bottom: 0;
    }


    /*support-block*/
    #misato .support-block {
        padding-top: 40px;
        padding-bottom: 38px;
    }
    #misato .support-block .content {
        padding: 0 15px;
    }
    #misato .support-block .heading-block:after {
        width: 16px;
        height: 2px;
        bottom: -20px;
    }
    #misato .support-block .heading-block {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 39px;
    }
    #misato .support-block .sub-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }
    #misato .support-block .text-border span {
        font-size: 20px;
        line-height: 28px;
        border-bottom: 6px solid #E67F6C;
    }
    #misato .support-block .content-top .image-content {
        position: relative;
        bottom: unset;
        right: -24px;
        display: block;
        text-align: right;
        width: 100%;
        margin-top: -61px;
    }
    #misato .support-block .content-top {
        padding-bottom: 0;
    }
    #misato .support-block .boxText {
        padding: 16px;
    }
    #misato .support-block .boxText .ttl {
        font-size: 20px;
        line-height: 28px;
        height: auto;
        margin-bottom: 17px;
        text-align: center;
        padding: 16px 10px;
    }
    #misato .support-block .boxText .t1 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #E67F6C;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #misato .support-block .boxText .text {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }



    /*application-requirements*/
    #misato .application-requirements {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    #misato .application-requirements .heading-block {
        margin-bottom: 41px;
    }
    #misato .application-requirements .heading-block span {
        font-size: 22px;
        line-height: 30px;
        height: 52px;
        max-width: 304px;
    }
    #misato .application-requirements .itemInfo .title p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        width: 100%;
    }
    #misato .application-requirements .listInfo {
        padding: 0 15px;
    }
    #misato .application-requirements .itemInfo .title {
        background: rgba(100,180,222,.12);
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(100,180,222,.30);
        padding: 8px 12px;
    }
    #misato .application-requirements .itemInfo .textInfo .text {
        font-size: 14px;
        line-height: 22px;
    }
    #misato .application-requirements .itemInfo .textInfo {
        width: 100%;
        padding: 6px 0px 10px 0;
    }
    #misato .application-requirements .itemInfo:last-child .textInfo .text small{
        display: block;
        font-size: 10px;
        line-height: 22px;
        padding-left: 14px;
    }
    #misato .application-requirements .itemInfo .textInfo .text-note {
        font-size: 10px;
        line-height: 25px;
    }
    #misato .application-requirements .itemInfo:last-child{
        border-bottom: 0;
    }
    #misato .application-requirements .itemInfo .textInfo .text small {
        font-size: 10px;
    }



    /*contact*/
    #misato .contact{
        padding-top: 12px;
    }
    #misato .contact .inner{
        padding: 0 12px;
    }
    #misato .contact .box-contact {
        padding: 24px 10px 25px;
    }
    #misato .contact .box-contact .link-tel {
        font-size: 36px;
        line-height: 30px;
        padding-left: 0px;
        margin-bottom: 13px;
    }
    #misato .contact .box-contact .ttl{
        font-size: 18px;
        line-height: 29px;
    }
    #misato .contact .box-contact .link-tel .number {
        margin-left: -8px;
        letter-spacing: 1px;
        bottom: -5px;
    }
    #misato .contact .box-contact .txt01 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    #misato .contact .box-contact .txt-box {
        max-width: 304px;
        height: 36px;
        font-size: 16px;
        line-height: 24px;
    }
    #misato .contact .box-contact .txt-box span {
        padding-left: 6px;
        bottom: -2px;
    }
    #misato .contact .box-contact .txt02 {
        font-size: 10px;
        line-height: 12px;
        margin-top: 10px;
    }
    #misato .contact #page-top{
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }
    #misato .contact #page-top.is-active{
        opacity: 1;
        visibility: visible;
    }
    #misato .contact #page-top .page-top-anchor .ttl-top{
        display: none;
    }
    #misato .contact #page-top svg{
        width: 34px;
        height: 34px;
    }
    #misato .contact #page-top {
        position: fixed;
        top: unset;
        left: unset;
        transform: unset;
        right: 35px;
        bottom: 91px;
        z-index: 999;
    }


    #misato .footer-main .logo img{
        width: 145px;
    }
    #misato .footer-main {
        padding: 8px 0 95px;
    }


    #misato #boxContact{
        width: 100%;
        max-width: 350px;
        height: 68px;
        right: unset;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
        border-radius: 50px;
    }
    #misato #boxContact .btnContact {
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 14px;
        padding-bottom: 4px;
    }
    #misato #boxContact .btnContact .txt {
        font-size: 24px;
        line-height: 44px;
        margin-bottom: 0px;
    }
    #misato #boxContact .btnContact .icon-arrow{
        padding-left: 15px;
    }








}

