@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.875;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #2c2c2c;
}

p {
    font-size: 20px;
}

.body-wrapper {
    position: relative;
    overflow-x: hidden;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
    background:linear-gradient(transparent 70%, #FFFF00 0%);
}

.bold-n {
    font-weight: bold;
}

.sec-wrap {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .sec-wrap img{
    width: 100%;
  }

.sec-wrap2 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: white;
}

.yokohaba {
    max-width: 640px;
    margin: -1px auto;
}

figure {
    line-height: 0;
}


.w94 {
    width: 94%;
    margin: 0 auto;
}

.w90 {
    width: 94%;
    margin: 0 auto;
}



.sank {
    background: white;
    font-size: 16px !important;
}
.sank-img {
    width: 30%;
}

/*レスポンシブ
.sp,
.tb {
    display: none;
}
*/

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

    p {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .sp-hide {
        display: none;
    }
}

.container {
    width: 94%;
    max-width: 800px;
    margin: 0 auto;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.en {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-black {
    font-weight: 900 !important;
}

.letter30 {
    letter-spacing: .03em;
}

.f-18 {
    font-size: 1.8rem !important;
}

.f-20 {
    font-size: 2rem !important;
}

.f-22 {
    font-size: 2.2rem !important;
}

.f-28 {
    font-size: 2.8rem !important;
}

.f-30 {
    font-size: 3rem !important;
}

.f-33 {
    font-size: 3.3rem !important;
}

.f-35 {
    font-size: 3.5rem !important;
}

.f-40 {
    font-size: 4rem !important;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem !important;
    }
    .f-18 {
        font-size: 1.6rem !important;
    }
    .f-20 {
        font-size: 1.7rem !important;
    }
    .f-22 {
        font-size: 1.8rem !important;
    }
    .f-28 {
        font-size: 2.1rem !important;
    }
    .f-30 {
        font-size: 2.2rem !important;
    }
    .f-33 {
        font-size: 2.3rem !important;
    }
    .f-35 {
        font-size: 2.4rem !important;
    }
    .f-40 {
        font-size: 2.6rem !important;
    }
}

@media screen and (max-width: 480px) {
    .f-14 {
        font-size: 1.2rem !important;
    }
    body {
        font-size: 1.3rem !important;
    }
    .f-18 {
        font-size: 1.4rem !important;
    }
    .f-20 {
        font-size: 1.5rem !important;
    }
    .f-22 {
        font-size: 1.6rem !important;
    }
    .f-28 {
        font-size: 1.9rem !important;
    }
    .f-30 {
        font-size: 2rem !important;
    }
    .f-33 {
        font-size: 2.1rem !important;
    }
    .f-35 {
        font-size: 2.2rem !important;
    }
    .f-40 {
        font-size: 2.4rem !important;
    }
}

.col-white {
    color: #fff !important;
}

.col-yel {
    color: #FEE20E !important;
}

.bg-white {
    background: #fff !important;
}


/********************************************************
************************ Header *************************
********************************************************/



header {
    padding: 15px 5px 10px 5px;
    display: flex;
    max-width: 640px;
    margin: 0 auto;
}

.hea1 {
    margin-right: 550px;
}


.pc-h {
    display: block;
}


.sp-h {
    display: none;
}



.w_100 {
    width: 100%;
}





@media screen and (max-width: 768px) {
    .pc-h {
        display: none;
    }


    .sp-h {
        display: block;
    }

    .hea1 {
        margin-right: 50px;
    }

    .mozi img {
        width: 95%;
    }

    .sp-w {
        width: 95%;
        margin: 0 auto;
    }
}



/********************************************************
************************ ボタンエリア *************************
********************************************************/

.btn a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

.btn-flex {
    display: flex;
    margin-bottom: 1em;
}


.btn-eria {
    padding-top: 2em;
    background-color: #00408E;
}

.btn-box {
    width: 94%;
    margin: 0 auto;
}

.btn {
    margin: 0 auto;
}

.btnp {
    text-align: center;
}

.bla {
    color: white;
    font-weight: normal;
}

.btnue {
    margin-bottom: 1em;
    text-align: center;
}

.btn-haikei {
    
}

.btn2{
    width: 75%;
    margin-left: 2em;
}

.btn-sp {
    padding-top: 5px;
}

 .btnsp {
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
 }



  .btn-p{
    color: white;
    text-align: center;
    padding: 1em 0;
 }

  .tap-haikei {
    background: #0c78b7;
    border-radius: 10px;
 }



 .li-b {
    padding: 1em 0;
}

.line-sita {
    background: #00a65a;
}

.lin-box {
    padding: 1em 0;
    width: 95%;
    margin: 0 auto;
}

/*******************ふわふわするボタン*******************/
.fuwafuwa{
    margin: auto;
    display: block;
    animation-name: fuwafuwa;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

  @keyframes fuwafuwa {
    0%{
      transform: translateY(0);/*Yは縦軸を表す*/
    }

    50%{
      transform: translateY(-15px);/*15px分動く*/
    }

    100%{
      transform: translateY(0);
    }

  }
  /*ふわふわするボタン*/




/*******************ボタンエリア下*******************/
.sokuzitutaiou {
    background: #0c78b7;
    padding: 2em 0;
}

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

    .btn-sita {
        width: 95%;
        margin: 0 auto;
    }
}


/*******************悩み*******************/

.nayami {
    padding: 2em 0;
}

.nayami-haikei {
    background: #303030;
    
}

/*******************解決*******************/



.kaiketu {
    padding: 0em 0;
    margin: 0 auto;
}

.kaiketu-syu {
    background: #ffffe0;
}

.kai-co {
    width: 85%;
    margin: 0 auto;
    padding: 2em 0;
}

.kai-box {
    margin-bottom: 3em;
}


.mb-1 {
        margin-top: -1px;
}


/*******************理由*******************/

.riyuu {
    padding: 2em 0;
}

.riyuu-haikei {
    background: #00408E;
}

.riyuu-box{
    padding: 2em 0 3em 0;
}

.ri1 {
    margin-top: 2em;
    margin-left: 4px;
}


/******************求人例*******************/

.sec2-p {
text-align: center;

  }

.sec2{
    margin-bottom: 4em;
}

.sec2-box{
    margin-top: 1em;
}

.sec2-tit {
    margin-bottom: 1em
}

.w100 {
    width: 100%;
    margin: 0 auto;
}

/******************スライダー*******************/

.slick-next:before, .slick-prev:before {
    color: black;
}

.slick-next {
    right: -7px;
}

.slick-prev {
    left: -14px;
}


/******************給料*******************/
.kyuuryou{
    background: #FFFFDA;
    padding: 4em 0;
}

.k-box {
    margin-top: 2em ;
}

/******************3つの安心*******************/

.sec3 {
    margin-top: 1px;
}


.sec3-haikei {
    background-color: #FFDF00;
}


/******************申し訳ございません*******************/

.m-haikei {
    background: #ffd100;
    padding: 3em 0;
}


.p-box-cyousei {
    width: 95%;
    margin: 0 auto;
}


/******************就業までの流れ*******************/

.nagare {
/* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
  linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
background-size: 16px 16px;
background-repeat: repeat;
background-position: center center;

/* 以下任意のスタイル */
padding: 20px;
}

.nagare-main {
    padding: 3em 0;
}


.nagare-tit {
    margin: 0 auto;
}


.nagare-box {
    margin-top: 2em;
}


/******************お客様のお声*******************/

.o-m {
    margin-top: -1px;
}

.okoe-main {
    padding: 3em 0;
}

.okoe {
    background: #00408E;
}


.senakaosi {
    margin-top: 2em;
    margin-bottom: 2em;
}

/******************よくある質問*******************/

.situmon {
    background: #DBE4EF;
}


.situ-gazou{
    width: 80%;
    margin: 0 auto;
    padding: 3em 0;;
}


.que-box{
    margin: 0 auto;
    width: 94%;
    padding-bottom: 3em;
}


.qa-007 {
    margin-bottom: 20px;
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
    font-size: 16px;
}

.qa-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-007 summary::before,
.qa-007 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 16px;
}

.qa-007 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-007[open] summary::after {
    transform: rotate(225deg);
}

.qa-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-007[open] p {
    transform: none;
    opacity: 1;
}

.qa-007 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}



/***************** 最後に ******************/

.sai-haikei {
    background: #f9faf5;
    padding: 3em 0;
}

.p-box-cyousei2 {
    width: 95%;
    margin: 0 auto;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.k-cyou {
    width: 90%;
    margin: 0 auto;
}





/***************** お問い合わせ ******************/

 .fo-tit {
    width: 80%;
    margin: 0 auto;
 }

.s-color {
    width: 100%;
    height: 62px;
    padding: 0 15px;
    background: #EBECF0;
    border: none;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    border-radius: 0;
}

.s-flex {
    display: flex;
    color: black;
}

.s-box1 {
    width: 50% !important;
    padding-left: 5px;
}

.s-box2 {
    width: 25% !important;
    padding-left: 5px;
}

.s-box3 {
    width: 25% !important;
    padding-left: 5px;
}

.tex {
    text-align:center;
    padding:20px 0;
}

.year {
    padding-left: 5px;
}

.adress {
    margin-top: 15px;
}



#contact {
    position: relative;
    /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
  linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
background-size: 16px 16px;
background-repeat: repeat;
background-position: center center;
}


#contact form {
    padding: 0 3%;
    background: #fff;
}

.contact_box dl {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}

.contact_box dl dt {
    position: relative;
    width: 55%;
    padding: 5px 0 0 85px;
}

.required,
.optioned {
    position: absolute;
    left: 0;
    top: 14px;
    width: 70px;
    text-align: center;
    font-size: 90%;
    color: #fff;
    background: #D50B04;
}

.optioned {
    background: #F7F4F4;
    color: #AFACAC;
}

.contact_box dl dd {
    flex: 1;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="age"] {
    width: 100%;
    height: 62px;
    padding: 0 15px;
    background: #EBECF0;
    border: none;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;;
    border-radius: 0;
}


.contact_box select.year {
    max-width: 150px;
    margin-right: 10px;
}

.contact_box select.month {
    max-width: 110px;
    margin-right: 10px;
}

.contact_box select.day {
    max-width: 110px;
    margin-right: 10px;
}

textarea {
    font-size: 16px !important;
    width: 100%;
    padding: 15px;
    background: #EBECF0;
    border: none;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif !important;

}

input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 545px;
    height: 105px;
    margin: 0 auto;
    padding-right: 4%;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;;
    letter-spacing: .05em;
    color: #fff;
    border: none;
    background:#00408E;;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type="submit"]::after {
    content: url(../img/icn_right.png);
    display: inline-block;
}

.privacy_cont {
    height: 260px;
    padding: 30px 4%;
    overflow-y: scroll;
    border: 1px solid #C9C8C8;
}

@media screen and (max-width: 768px) {
    .contact_box dl dt {
        padding-left: 75px;
    }
    .required,
    .optioned {
        width: 60px;
    }
}

@media screen and (max-width: 600px) {
    .contact_box dl {
        padding: 10px 0;
    }
    .contact_box dl dt {
        width: 100%;
    }
    .contact_box dl dd {
        width: 100% !important;
        margin-top: 10px;
    }
    input[type="submit"] {
        font-size: 2rem;
        height: 55px;
    }
}



/*プライバシーポリシー*/

.prb {
    font-size: 18px;
}






/*サンクスページ*/


/*文字動かす*/


.anim-box.slidein.is-animated {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
  
  @keyframes slideIn {
    0% {
      transform: translateX(180px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
    }
    40%,100% {
      opacity: 1;
    }
  }

  


/*文字動かす*/



.thanks-main {
    background-size: auto auto;
    background-color: rgba(249, 241, 212, 1);
}

.thanks-main_top {
    background:#00408E;
}


.tel-t {
    color: #0c78b7;
}

.cmn_btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 460px;
    text-align: center;
    padding: 15px;
    background: linear-gradient(to bottom, #FEE20E, #FBAC35);
    border: 2px solid #FEE20E;
    border-radius: 15px;
}


.thabox {
    width: 70%;
    margin: 0 auto;
}

.white {
    color: white;
}

.hazimemasita{
    color: #ff0000;
    display: inline;
    font-weight: bold;
}

.tokuten-sen  {
        border-bottom: solid 3px #32A709;
        position: relative;
        font-weight: bold;
        font-size: 20px;
}

.tokuten-sen:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
  }

ol {
    background: #f3fbff;
    border: 2px skyblue dashed;
    padding-left: 2em;
    list-style: disc;
  }

  .kazyou {
    padding: 1em;
  }


.copyright-t {
    font-size: 1.3rem;
    padding: 10px 0 0px 0;
}
@media screen and (max-width: 768px) {
    .thabox {
        width: 70%;
    }
}


/********************************************************
************************ Footer *************************
********************************************************/

footer {
    color: #fff;
    background: #00408E;
}

.f-gaiyou {
    text-align: center;
    padding-top: 1.5em;
}

.copyright {
    font-size: 1.3rem;
    padding: 10px 0 10px 0;
}


#topBtn {
    z-index: 90;
    position: fixed;
    right: 0;
    bottom: 15em;
    width: 65px;
    height: 65px;
    background: url(../img/pagetop.png) no-repeat center / 100% 100%;
    cursor: pointer;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.float_btn {
    position: fixed;
    right: 0;
    top: 150px;
    width: 78px;
    text-align: center;
    z-index: 10;
}

.float_btn-ctn {
    display: block;
    padding: 20px 10px;
    background: linear-gradient(to bottom, #42C8CC, #129498);
    border: 2px solid #3DC2C6;
    border-right: none;
    border-radius: 10px 0 0 10px;
    line-height: 1.3;
}

.float_btn-ctn .pc {
    margin-top: 10px;
}

.float_btn-group {
    margin-top: 10px;
    padding: 0 5px;
    color: #242423;
    background: #FEE20E;
    border: 2px solid #fff;
    border-right: none;
    border-radius: 10px 0 0 10px;
}

.float_btn-group a {
    display: block;
    padding: 13px 0;
    font-weight: 700;
    line-height: 1.35;
}


.float_btn-group--tel {
    border-bottom: 2px solid #fff;
}



.float_btn-group--tel img {
    width: 24px;
}

.float_btn-group--line img {
    width: 36px;
}

@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 5.5em;
        }
    .float_btn {
        display: flex;
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
    }
    .float_btn-ctn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 12px 0;
        background: #fee20e;

        border-left: none;
        border-bottom: none;
        border-radius: 0;
        line-height: 0;
    }
    .float_btn-ctn img {
        width: 34px;
    }
    .float_btn-group {
        display: flex;
        width: 67%;
        margin-top: 0;
        padding: 0;
        border: none;
        border-radius: 0;
    }
    .float_btn-group a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;

        border-bottom: none;
    }
    .float_btn-group a:last-of-type {
        border-right: none;
    }
    #topBtn {
        width: 50px;
        height: 50px;
        bottom: 90px;
    }
}


/*************************************/

.cmn-contact {
    background: url(../img/bg_cmn_contact.jpg) no-repeat center / cover;
}

.cmn-contact_tel {
    position: relative;
    padding-left: 20%;
    z-index: 2;
}

.cmn-contact_tel::before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 27%;
    height: 350px;
    background: url(../img/character.png) no-repeat left bottom / 100% auto;
    z-index: -1;
}

.cmn-contact_tel a {
    display: inline-block;
    margin-top: 10px;
    line-height: 1.2;
}

.cmn-contact_tel a img {
    margin-right: 10px;
    vertical-align: -3px;
}

.cmn-contact_tel a span {
    margin-right: 15px;
    font-size: 6.6rem;
}

.cmn-contact__cont {
    position: relative;
    border-top: 3px solid #242423;
    border-bottom: 3px solid #242423;
}

.cmn-contact__cont::before {
    content: '';
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: calc(50% - 1.5px);
    width: 3px;
    background: #242423;
}

.cmn-contact__cont a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 48%;
    max-width: 464px;
    height: 108px;
    margin: 9px auto;
    padding: 10px;
    border-radius: 15px;
}

.cmn-contact_mail {
    background: linear-gradient(to bottom, #FEE20E, #FBAC35);
    border: 2px solid #FEE20E;
}

.cmn-contact_mail img {
    margin-right: 25px;
}

.cmn-contact_line {
    background: linear-gradient(to bottom, #05D205, #05A105);
    border: 2px solid #02CC02;
}

.cmn-contact_line img {
    margin-right: 7px;
}

@media screen and (max-width: 768px) {
    .cmn-contact_tel a img {
        width: 25px;
        margin-right: 10px;
        vertical-align: -3px;
    }
    .cmn-contact_tel a span {
        font-size: 3.3rem;
    }
    .cmn-contact__cont::before {
        display: none;
    }
    .cmn-contact__cont a {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .cmn-contact_tel {
        padding-left: 0;
    }
    .cmn-contact_tel a {
        padding-left: 10vw;
    }
    .cmn-contact_tel a img {
        margin-right: 5px;
    }
    .cmn-contact__cont a {
        height: 90px;
    }
}

.sec_ttl {
    text-align: center;
    line-height: 1;
}

.sec_ttl .en {
    font-size: 7.9rem;
    font-weight: 600;
    color: #D50B04;
    line-height: 1.35;
}

.sec_ttl .en::before,
.sec_ttl .en::after {
    content: url(../img/illu_ttl.png);
    display: inline-block;
    vertical-align: middle;
}

.sec_ttl .en::before {
    margin-right: 18px;
}

.sec_ttl .en::after {
    transform: rotateY(180deg);
    margin-left: 18px;
}

@media screen and (max-width: 768px) {
    .sec_ttl .en {
        font-size: 4rem;
    }
}

.mv_login {
    padding: 28px 0;
    background: #3A3A3A;
}

.mv_login .container {
    max-width: 1580px;
}

.mv_login_ttl {

    font-weight: 400;
}

.mv_login_ttl img {
    margin-right: 5px;
    vertical-align: -5px;
}

.mv_login_form {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

/*
.mv_login_form p {

}
*/

.mv_login_form p label {
    margin-right: 10px;
}

.mv_login_form p input {
    height: 34px;
    padding: 0 10px;
    font-size: 1.4rem;
    box-sizing: border-box;
    border-radius: 5px;
}

.mv_login_form input[type="submit"] {
    height: 34px;
    margin: 20px 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;;
    color: #fff;
    background: #D50B04;
    border-radius: 10px;
}

@media screen and (max-width: 1024px) {
    .mv_login_ttl {
        margin: 0 0 10px;
        padding-right: 0;
        border-right: none;
    }
}

@media screen and (max-width: 768px) {
    .mv_login_ttl {
        text-align: center;
    }
    .mv_login_form p {
        margin-bottom: 10px;
    }
    .mv_login_form p label {
        display: inline-block;
        width: 80px;
    }
}



/***************** 会社概要 ******************/

.company {
    background: #EBECF0;
}

.company-cont table {
    width: 100%;
}

.company-cont table tr th,
.company-cont table tr td {
    padding: 30px 5%;
    border: 1px solid #C9C8C8;
    vertical-align: middle;
}

.company-cont table tr th {
    width: 25%;
    padding: 27px 10px;
    background: #D50B04;
    color: #fff;
}

.company-cont table tr td {
    font-weight: 400;
    background: #fff;
}




/***************** 追尾ボタン ******************/

.f-flex {
    display: flex;
   
}


.fro-haikei{
    background-color: rgba(0, 64, 142, 0.7);
    padding: 5px 0px;
}

.f-1 {
    margin-right: 5px;
}


.floating-banner {
    position: fixed;/* 追従 */
    z-index: 99999;/* 他の要素の下に隠れないように */
    bottom: 0;/* バナーの上下の位置 */
    right: 0;/* バナーの左右の位置 */
  }
  .pc {
    width: 265px;/* バナーの横幅を指定 */
  }
  .floating-banner:hover {
    opacity: .9;/* ホバーで少し透過 */
  }
  .sp {
    display: none;/* PCではスマホ用のバナーは非表示に */
  }
  @media screen and (max-width: 990px) {/* タブレット用のブレイクポイントを指定 */
    .pc {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
  }
  @media screen and (max-width: 560px) {/* スマホ用のブレイクポイントを指定 */
    .sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
    }
  }

  
@media screen and (min-width: 768px) {

    .fro-haikei {
        background-color: transparent;
        padding: 5px 0px;
    
}
    .f-flex {
         flex-wrap: wrap;
         justify-content:flex-end; 
    }

    .f-1 {
    margin-bottom: 10px;
    margin-right: 0px;
}
}

