.w-100 {
    width: 100% !important;
}

.justify-content-sp-evenly {
    justify-content: space-evenly !important;
}

body header .logo {
    top: 50%;
    transform: translateY(-50%);
}

header .logo, footer .logo {
    scale: 1.2;
}

.w-50p {
    width: 50%;
}

html body {
    color: black;
}

body main #mv.company_mv .section.mv{
    background-position-y: 25% !important;
}

body main.company.message #mv , body main.business #mv, body main.news #mv, .contact #mv{
    background-position-y: 25% !important;
}

body .page-ttl .en, body .business .page-ttl .en {
    background-color: black;
    color: white;
    text-align: center;
}

.company #mv.company_mv > .section, footer{
    background-color: white;
}

.company #mv.company_mv > .section .section_inner {
    color: #006dff;
}

/* .company #mv.company_mv > .section {
    width: 50%;
} */

.company #mv.company_mv > .section {
     width: 100%;
}

.flex-col-center, .footer-new .foot-nav li a.flex-col-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

footer .footer-bottom {
    padding-left: 0;
    padding-right: 0;
}

footer .footer-bottom .logo {
    padding-left: 10px;
}

footer.footer-new .menu-area {
    gap: 15px;
    justify-content: end;
    align-items: end;
}

footer.footer-new .foot-nav li {
    width: auto;
}

.footer-new .footer-bottom {
    width: auto;
    max-width: 1200px;
}

.company #mv.company_mv > .section.mv, body main.company.message #mv, body main.business #mv, body main.news #mv{
    /* width: 50%; */
    padding: 0;
}

body main.company.message #mv, body main.business #mv, body main.news #mv{
    margin-left: auto;
    margin-right: auto;
}

.company #mv.company_mv , .background-color-fix{
    justify-content: center;
    background: white;
}

.company #mv.company_mv {
    flex-direction: column;
    align-content: center;
}

 .section-title{
    color: #333;
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: 700;
    padding: 0 0 30px;
}

.section-title small, .company .overview .company_h2 small{
    display: block;
    margin-left: 0;
    color: #4b4b4b;
    font-size: 1.8rem;
    font-weight: 700;
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pt-50px {
    padding-top: 50px;
}

/* CUSTOM HEADER */
.crop-header {
    max-width: 1200px;
    padding: 0;
    position: relative;
    height: 100%;
    margin: auto;
}
header .crop-header .logo {
    left: 8px;
}

header .crop-header #gnav {
    right: 0;
}
header #gnav > li a:last-child {
    padding-right: 0;
}

@media screen and (min-width: 1px) and (max-width: 1199px) {
    header .crop-header .logo {
        left: 65px;
    }
}
/* END CUSTOM HEADER */

#message_lead .ttl {
    margin-bottom: 10px;
    padding: 10px 40px;
}

#message_lead .txt, #message_lead p+p {
    margin: 0;
}

#message_lead .txt:nth-child(2) {
    margin-bottom: 5px;
}
#message_lead .txt:last-child {
    margin-top: 5px;
}

@media (max-width: 1400px) {
    .footer-new .footer-bottom {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media (max-width: 760px) {
    .footer-new .about-area, .footer-new .menu-area, .footer-new .foot-nav{
         width: 100%;
    }

    .footer-new .about-area {
        margin-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .footer-new .footer-bottom {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.section.height-fix {
    min-height: unset !important;
}

.section.mv, #mv{
    min-height: 500px !important;
}

.contents_inner {
    padding: 30px 0;
}
.signature {
    float: right;
  }

.signature img {
    max-width: 200px;
    max-height: 35px;
    margin-top: 10px;
}

ul li a img {
    cursor: pointer;
    width: 30px;
    border: 1px solid #666;
}
ul li .flex-col-center img {
     border: navajowhite;
}
.phone::placeholder {
    font-family: 'Times New Roman', Times, serif !important;
}
