@charset "UTF-8";

@media screen and (max-width: 767px) {
    br.sp-br {
        display: block;
    }

    .animate {
        bottom: 1rem;
    }

    .animate-font {
        font-size: .5rem;
    }

    .common-font {
        /* font-size: 2.5rem; */
        margin: 0 2.15625rem
    }

    .message {
        font-size: 2.5rem;
        line-height: 1.125;
        margin-top: 24.6875rem
    }

    .message {
        display: grid;
        text-align: center;
        font-size: 7.5rem;
        line-height: 1.13333;
        padding-top: 15vh
    }

    ._section-text-message {
        width: 80vw;
    }

    .scroll-font._section-text-message {
        font-size: 8.0625rem !important;
    }

    .section-text-bk span {
        padding-top: 10vh;
    }

    #top {
        padding-top: 0
    }

    .top-section {
        /* padding: 30vh 10vw */
    }

    .top-section h3 {
        top: 45vh;
    }

    .top-catchcopy {
        top: 40vh;
        height: 1.5rem;
    }

    .top-catchcopy-main {
        font-size: 1rem
    }

    .message {
        margin: 0
    }

    .comtent-sub {
        font-size: 2rem !important
    }

    .section-title {
        width: 80vw
    }

    .section-title-name {
        font-size: 1rem
    }

    .section-title-name big {
        font-size: 2rem
    }

    .office {
        display: block !important
    }

    .office-map {
        padding: 2rem !important
    }

    .sns-ul {
        display: block !important
    }

    .nav-base {
        padding: 0 1rem;
    }

    table th,
    table td {
        display: block;
    }

    table th {
        margin-bottom: 1rem !important;
    }

    table th p {
        margin-bottom: 0 !important;
        font-size: 1.5rem;
    }

    table td p {
        font-size: 1.5rem;
    }

    table tr {
        margin-bottom: 3rem;
    }

    .service-nav-sales {
        padding-top: 0.5rem !important;
    }

    .service-nav-sales span {
        padding-bottom: 0.5rem;
    }

    .service-nav a {
        font-size: 0.5rem;
    }

    .service-nav a span {
        font-size: 1rem;
    }

    #recruit-text .scroll-font._right.big-message,
    #recruit-text .scroll-font._left.big-message {
        font-size: 4rem !important;
    }

    #recruit-text .scroll-font._right.min-message,
    #recruit-text .scroll-font._left.min-message {
        font-size: 2rem !important;
    }

    .recruit-fild,
    .recruit-detail {
        display: block;
    }

    .recruit-detail table tbody tr th p,
    .recruit-detail table tbody tr td p {
        width: 100%;
        font-size: 1rem;
    }

    .recruit-title {
        text-align: center;
        width: 100%;
    }

    .pc {
        display: none;
    }

    /* アコーディオンメニュー */
    @keyframes fadeIn {
        0% {
            width: 0;
        }

        100% {
            width: 80vw;
        }
    }

    @keyframes fadeOut {
        0% {
            width: 80vw;
        }

        100% {
            width: 0;
        }
    }

    .sp-header-area.active {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        background-color: rgb(0, 0, 0, 0.5);
    }

    .sp-header-list {
        overflow-y: scroll;
        background-color: black;
        z-index: 9999;
        width: 80vw;
        top: 0;
        height: 100vh;
        right: 0;
        transform: translateX(100vw);
        transition: all 0.5s;
    }

    .sp-header-list ul {
        text-align: center;
    }

    .sp-header-list ul li {
        text-align: left;
    }

    .sp-header-list ul .sp-header-title {
        font-size: 2rem;
        border-bottom: #fff 1px solid;
    }

    .sp-header-list ul .sp-header-title a li p {
        font-size: 2rem;
    }

    .sp,
    .sp-header-list{
        display: block;
        position: fixed;
    }

    .sp-header-list.active {
        transform: translateX(0px);
    }

    .sp-header-top-logo{
        text-align: center !important;
        padding-bottom: 5vh;
    }

    .accordion-fotter{
        padding: 60px 0px 60px 50px;
        font-weight: bold;
    }

    .accordion-fotter li p{
        font-size: 20px;
    }

    .openbtn1 {
        position: absolute;
        /*ボタン内側の基点となるためrelativeを指定*/
        cursor: pointer;
        right: 2vw;
        top: 1vh;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        z-index: 99999;
    }

    /*ボタン内側*/
    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        width: 45%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }

    /*activeクラスが付与されると線が回転して×に*/

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .top-catchcopy-next {
        top: 70vh;
        /* right: 40vw; */
        font-size: 2rem;
    }

    .scrolldown4 span {
        font-size: .5rem;
        left: -.5rem;
    }

    .top-scroll {
        right: 17vw;
    }

    .service-fild {
        display: block;
    }

    .service-title {
        width: 80vw;
        text-align: center;
    }

    .service-list {
        margin-top: 5vh;
    }

    .service-detail {
        margin-top: 10vh;
    }

    .service-detail p {
        margin-top: 2.5vh;
    }

    .service-top-title {
        font-size: 2rem;
    }

    .service-loadmap-ul {
        display: block;
    }

    .service-loadmap-li {
        width: 80vw;
    }

    .swiper-wrapper {
        width: 80vw;
    }

    .office table p {
        margin-bottom: 2.5rem;
    }

    .fotter-list,
    .fotter-list div {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
    }

    footer .container {
        padding-bottom: 0;
    }

    .fotter-content {
        margin-top: 10vh;
        border-bottom: 2px solid #c1c4cb;
    }

    .fotter-list {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .nav-fotter {
        width: 100%;
    }

    .nav-fotter .nav-item {
        padding-bottom: 10px;
    }

    .fotter-copy {
        border-top: none !important;
        padding-bottom: 1vh !important;
    }

    .fotter-copy p {
        font-size: .5rem;
    }

    .swiper-slide .content {
        left: -1vw;
        transform: translateZ(100px) translateX(70px);
    }

    #section-service {
        height: 100vh;
        padding-left: 0;
        padding-right: 0;
    }

    #section-service .section-title {
        width: 100vw;
    }

    .swiper-slide .content .title {
        font-size: 1.7em;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 25vh;
    }

    .flow07>li {
        margin-top: 25px;
    }

    .flow07>li .icon07::before {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 49px solid transparent;
        border-left-color: white;
        border-right: 49px solid transparent;
        color: black;
        border-top: 20px solid;
        border-bottom: none;
        top: -1px;
        right: -3px;
        z-index: 2;
        position: absolute;
    }

    .flow07>li .icon07::after {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        color: white;
        border-top: 20px solid;
        border-bottom: none;
        bottom: -20px;
        right: -3px;
        position: absolute;
    }

    .flow07>li .icon07 {
        border-radius: 0px;
        background-color: white;
        /* border: 1px solid white; */
        outline: 1px solid white;
        padding-top: 30px;
    }

    .flow07 {
        display: block;
    }

    .flow07>li {
        list-style-type: none;
        display: flex;
        width: 100%;
    }

    .flow07>li .icon07 {
        width: 130px;
    }

    /** v2 **/
    .service-area{
        margin: 0;
        width: 100vw;
    }
    .service-ul{
        justify-content: start;
        flex-wrap: nowrap;
    }
    .service-ul a{
        width: 100%;
    }
    #circular-text{
        /* transform: rotate3d(18, 12, 3, 50deg); */
    }
    .service-ul a li{
        margin: 0;
        width: 100vw;
    }
    .h3-title{
        top: 0;
        left: 33%;
    }
}

@media screen and (max-width: 431px) {
    #ityped {
        font-size: 2rem;
    }

    .top-catchcopy {
        height: 5.5rem;
    }

    .top-section h3 {
        top: 52.5vh;
    }
}
