@charset "UTF-8";

html {
    font-size: 62.5%;
    font-family: sofia-pro, 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.05em;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;
}

li {
    list-style: none;
}

.top {
    background: #F8F8F8;
}

.header {
    position: fixed;
    z-index: 2;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0 30px;
    width: 83%;
    min-width: 900px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.header__title {
    width: 127px;
}

.header-nav__list {
    display: flex;
    align-items: center;
}

.header-nav__item {
    margin: 0 20px;
}

.header-nav__item--contact {
    margin: 0 0 0 25px;

}

.header-nav__link {
    color: #262626;
    font-size: 1.4rem;
    padding: 28px 0;
    letter-spacing: 0.03em;
    transition: 0.3s;
    font-weight: 600;
}

.header-nav__link:hover {
    color: #D1771E;
}


.header-nav__link--contact {
    padding: 12px 17px;
    background: #313131;
    color: #fff;
}

.header-nav__link--contact:hover {
    color: #fff;

}

.header-nav__link.header-nav__link--color {
    color: #D1771E;
    border-bottom: 5px solid #D1771E;
}

.fv {
    height: 100vh;
    background-image: url(../img/fv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.fv__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

.fv__title {
    font-size: 3.6rem;
    margin-bottom: 45px;
}

.fv__detail {
    font-size: 1.6rem;
    line-height: 2.9rem;
    letter-spacing: 0.06em;
    font-weight: 400;
}

.bg__background-grey {
    background: #f2f2f2;
}

#site-top__logo-scroll .content-slider {
    width: 100%;
    height: 100px;
    -webkit-animation: bg-slider 46s linear infinite;
    animation: bg-slider 46s linear infinite;
    background: url(../img/logo-scroll.jpg) repeat-x 50%;
    background-size: auto 100px;
}

@keyframes bg-slider {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -4525px 0
    }
}

.about {
    padding: 132px 0 253px;
    text-align: center;
    background-image: url(../img/about.jpg);
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.about__text {
    background: #fff;
    padding-bottom: 77px;
    border-radius: 28px;
    width: 80%;
    max-width: 936px;
    margin: auto;

}

.about__title {
    transform: translateY(-50%);
    font-size: 2.6rem;
    letter-spacing: 0.03em;
}

.about__large {
    font-size: 4.6rem;
}

.about__large-text {
    font-size: 3.4rem;
    letter-spacing: 0.09em;
    margin-bottom: 60px;
}

.about__br {
    display: block;
}

.about__color {
    color: #D1771E;
}

.about__detail-text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 3.1rem;
    margin-bottom: 1em;
    font-weight: 400;
}

.about__detail-text--last {
    margin-bottom: 0;
}

.service {
    text-align: center;
    padding: 80px 0 100px;
    color: #0F0F42;
}

.service__title {
    font-size: 3.6rem;
    margin-bottom: 66px;
}

.service__subtitle {
    font-size: 1.4rem;
    display: block;
    color: #0F0F42;
}

.service__wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    max-width: 90%;
    margin: auto;
}

.service-content {
    width: calc(25% - 20px);
    position: relative;
}

.service-point {
    position: absolute;
    width: 73px !important;
    top: -30px;
    z-index: -1;
    left: -48px;
}

.service__br {
    display: block
}

.service-content__title {
    font-size: 1.8rem;
    margin-bottom: 13.5px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.service-content__line {
    margin-bottom: 26px;
    height: 3px;
    width: 52px;
    margin: auto;
    background: linear-gradient(to right, #D1771E 0%, #D1771E 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, #D1771E 40%, #D1771E 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, #D1771E 80%, #D1771E 100%);
}

.service-content__text {
    font-size: 1.2rem;
    line-height: 2em;
    margin-top: 27px;
    font-weight: 400;
    margin-bottom: 27px;
}

.news {
    padding: 124px 0 144px;
    position: relative;
    background: #363636;
}

.news__title {
    height: 105px;
    position: absolute;
    top: 45px;
    right: 0;
}


.news__wrap {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    color: #fff;
}

.news-first {
    width: 47%;
    display: block;
    color: #fff;
}

.news-first__date {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-top: 20px;
}

.news-first__title {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 4px;

}


.news-right {
    width: 46%;
    padding-right: 73px;
}

.news-right__all {
    height: 467px;
    overflow-y: scroll;
}

.news-right__title {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}

.news-right__title--sp {
    display: none;
}

.news-right__content {
    padding: 30px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
}

.news-right__content:first-of-type {
    border-top: 1px solid #CBCBCB;
}

.news-right__date {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
}

.news-right__detail {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 4px;
}

.company {
    padding: 102px 0 65px;
    position: relative;
}

.company__title img {
    width: 105px;
    position: absolute;
    top: 0;
    right: 0;
}

.company__ja-title {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    color: #434343;
}

.company__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.company__box {
    width: 100%;
    max-width: 890px;
    margin-top: 20px;
}


.company__content {
    padding: 30px;
    display: flex;
    position: relative;
}

.company__label {
    font-size: 1.4rem;
    color: #434343;
    width: 16%;
}

.company__detail {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    width: 84%;
}

.company__line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #484848 0%, #484848 16%, #AFAFAF 16%, #AFAFAF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.company__map {
    margin-top: 31px;
    display: block;
    max-width: 100%;
}

.company__detail--name {
    display: flex;
}

.contact__form {
    width: 810px;
    margin: 69px auto 0;
    max-width: 90%;
}

.company-img {
    width: 263px;
    margin-left: 140px;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.company-img--sp {
    display: none;
}

.contact {
    padding: 90px 0;
    background: #fff;
}

.contact__title {
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 24px;
}

.contact__line {
    width: 48px;
    height: 2px;
    background: #CBCBCB;
    margin: auto;

}

.contact__content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 36px;
}

.contact__label {
    width: 241px;
    padding-top: 0.5em;
    font-size: 1.4rem;
}

.contact__input {
    font-size: 1.4rem;
    padding: 0.5em 1em;
    background: #F8F8F8;
    border: 1px solid #ADAAAA;
    width: 100%;
    font-weight: 400;
}

.contact__input-label {
    width: 563px;
}

.contact__textarea {
    font-size: 1.4rem;
    padding: 0.5em 1em;
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #ADAAAA;
    font-weight: 400;
}

.sp-news__wrap {
    display: none;
}

.submit-wrap {
    text-align: center;
    margin-top: 90px;
}

.contact__submit {
    padding: 1rem 8rem;
    line-height: 1em;
    border-radius: 100px;
    background: #F5A04B;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
    color: #fff;
}

.contact__submit:hover {
    opacity: 0.8;
}

.page-fv {
    height: 45vh;
    background: #F8F8F8;
    position: relative;
}

.page-fv__text {
    position: absolute;
    left: 10%;
    top: 60%;
    transform: translateY(-50%);
}

.page-fv__title {
    font-size: 2.4rem;
}


.contact_form {
    width: 60%;
    max-width: 1200px;
    margin: auto;
}

.contact__content {
    font-size: 1.4rem;
}

.contact__check {
    width: calc(100% - 241px);
}

.submit__wrap {
    text-align: center;
}

.thanks {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 60px;
}

.thanks__title {
    font-size: 3.2rem;
    margin-bottom: 45px;
}

.thanks__text {
    font-size: 1.6rem;
    line-height: 2em;
}

.thanks__button {
    font-size: 1.4rem;
    margin-top: 45px;
}

.single__content{
    padding: 60px 0 120px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
  
}
.single__content p{
    font-size: 1.6rem;
    margin-bottom: 1em;
    line-height: 2em;
    font-weight: 400;
}


.footer {
    text-align: center;
    padding: 30px 0 15px;
    background: #FBFBFB;
}

.footer__logo-button {
    display: inline-block;
    width: 120px;
    margin-bottom: 37px;
}

.footer_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__item {
    margin: 0 20px;
}

.footer__button {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    color: #333333;
}

.footer__copy {
    margin-top: 52px;
    font-size: 1.4rem;
    text-align: center;
}

.sp-hum {
    display: none;
}

label.error {
    color: #ff0000;
}

iframe.company__map,
.company__map object,
.company__map embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media(max-width:769px) {
    .service__wrap {
        flex-wrap: wrap;
    }

    .service-content {
        width: calc(50% - 20px);
        margin-bottom: 60px;
    }

    .header-nav__list {
        display: none;
    }

    .header {
        top: 0;
        width: 100%;
        min-width: auto;
        display: flex;
        justify-content: space-between;
        padding: 30px 5%;

    }

    .header-hum {
        display: block;
    }

    .sp-hum {
        display: block;
    }

    .header-hum__wrap {
        position: relative;
        display: block;
        width: 30px;
        height: 17px;
    }

    .header-hum__wrap {
        position: relative;
    }

    .header-hum__wrap.open {
        height: 23px;
    }

    .sp-header-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0px 5%;
        background: #fff;
        height: 0vh;
        overflow: hidden;
        transition: 0.3s;
        transition-property: height, padding;
    }

    .sp-header-nav.open {
        height: 50vh;
        padding: 20px 5%;
        overflow: scroll;

    }

    .header-nav__link {
        padding: 17px 0;
        width: 100%;
    }

    .header-hum__line {
        display: block;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #383838;
        transition: 0.3s;
        position: absolute;
    }

    .header-hum__line--top {
        top: 0;
        left: 0;
        transform: translateY(0%);

    }

    .header-hum__line--top.open {
        top: 0;
        left: 0;
        transform: translateY(0%) rotate(-45deg);
        transform-origin: right;
    }

    .header-hum__line--center {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .header-hum__line--under {
        bottom: 0;
        left: 0;
        transform: translateY(0%);
    }

    .header-hum__line--center.open {
        opacity: 0;

    }

    .header-hum__line--under.open {
        bottom: 0;
        left: 0;
        transform: translateY(0%) rotate(45deg);
        transform-origin: right;
    }

    .about {
        padding: 90px 0 125px;

    }

    .about__large-text {
        font-size: 2.8rem;
        margin-bottom: 45px;
    }

    .news {
        padding: 60px 0;
        overflow: hidden;
    }

    .news__wrap {
        display: none;
    }

    .sp-news__content {
        display: flex;
        align-items: center;
        width: 90%;
        margin: auto;
        color: #fff;
        padding: 15px 0;
        border-bottom: 1px solid #fff;
    }

    .sp-news__content img {
        width: 125px;
        margin-right: 15px;
    }

    .company-img {
        margin: 30px 0 0;
    }

    .company__detail--name {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .company__name {
        width: 100%;
    }

    .sp-news__date {
        font-size: 1.5rem;
    }

    .sp-news__title {
        font-size: 2rem;
    }

    .news__title {
        display: none;
    }

    .company__map {
        max-width: 100%;
    }

    .news-right__title {
        color: #fff;
        width: 90%;
        margin: 0 auto 30px;
    }

    .company {
        padding: 60px 0;
    }

    .contact {
        padding: 60px 0;
    }

    .sp-news__wrap {
        display: block;
    }

    .footer_list {
        display: block;
    }

    .footer {
        padding: 60px 10% 30px;
    }

    .footer__logo-button {
        width: 60%;
        margin-bottom: 50px;
    }

    .footer__item {
        margin: 0 0 25px;
        text-align: left;
    }

    .contact__check {
        width: 100%;
    }

    .company-img {
        display: none;

    }

    .company-img--sp {
        display: block;
        position: inherit;
        width: 45%;
        margin: 15px 0 0;
    }
}


@media(max-width:481px) {
    .header {
        padding: 12px 5%;
    }

    .fv {
        background-position: 0%;
        animation-name: fv;
        animation-duration: 75s;
        animation-iteration-count: infinite;
    }

    @keyframes fv {
        0% {
            background-position: 0%;
        }

        50% {
            background-position: 100%;
        }

        100% {
            background-position: 0%;
        }
    }

    .about__detail-text {
        font-size: 1.2rem;
    }

    .sp-br {
        display: block;
    }

    .about__large-text {
        font-size: 2.2rem;
        margin-bottom: 23px;
    }

    .about__text {
        border-radius: 0;
        width: 100%;
        margin: auto;
        padding-bottom: 30px;
    }

    .service-content {
        width: 100%;

    }

    .service-content__title {
        font-size: 1.6rem;
    }

    .service-content__text {
        margin-top: 8px;
        margin-bottom: 18px;
    }

    .contact__label {
        width: 100%;
        margin-bottom: 1em;
    }

    .contact__content {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .company__content {
        flex-wrap: wrap;
        padding: 14px 0;
    }

    .company__line {
        height: 1.5px;
    }

    .company__label {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .company__detail {
        width: 100%;
    }

    .company__map {
        height: 200px;
    }

    .service {
        text-align: center;
        padding: 45px 0 0px;
    }

    .service__title {
        font-size: 2.6rem;
        margin-bottom: 35px;
    }

    .service-content img {
        width: 60%;
    }

    .about {
        padding-top: 50px;
    }

    .sp-news__date {
        font-size: 1.1rem;
    }

    .sp-news__title {
        font-size: 1.4rem;
        margin-top: 4px;
    }

    .about {
        padding: 90px 0 200px;
        background-image: url(../img/sp-about.jpg);

    }

    .contact__title {
        width: 90%;
        margin: auto;
        text-align: left;
        padding: 0;

    }

    .contact__form {
        margin-top: 20px;
    }

    .contact__line {
        display: none;
    }
    .page-fv__title {
        font-size: 1.8rem;
    }
    .page-fv__text {
        position: absolute;
        left: 10%;
        top: 60%;
        width: 80%;
        transform: translateY(-50%);
    }
    .fv__sp-br{
        display: block;
    }
}