﻿@charset "utf-8";
/* 幅box */
.wrap {
    overflow: hidden;
}
.top-box {
    width: 65%;
    max-width: 950px;
    margin: auto;
}
/* 文字調整 */
.h1-f {
    font-size: 42px;
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: -30px;
}
.lh-32 {
    line-height: 32px;
}
.img-top {
    height: 560px;
}
.text-shadow-fff{
    text-shadow: 1px 1px 0px #fff;
}
/* h1 */
.catchphrase {
    position: absolute;
    top: 30%;
    right: 40px;
    width: 50%;
}
.catchphrase span {
    font-size: 29px;
}
.catchphrase .catchphrase-en {
    font-size: 16px;
}
.text-shadow{
    text-shadow:2px 2px 12px #666666;
}
/*背景画像*/
.img-filter {
    background-image: url(../img/main_gnavi_back.png);
    width: 100%;
    height: 100%;
}
.bg-img {
    background: no-repeat center top;
    background-size: 100% auto;
}
.area-works-title, .area-vision {
    background-size: cover;
}
.area-vision {
    background-image: url(../img/top_vision_back.png);
}
.area-works-title {
    background-image: url(../img/top_works_title_back.png);
}
/*背景色*/
.bgColor-rpa {
    background-color: #f5f8f7;
}
.bgColor-recrute {
    background: #faf9f6;
}
.bgColor-contact {
    background: #f1f4ea;
}
.area-works-text {
    background: rgba(255,255,255,0.9);
    width: 80%;
    max-width: 950px;
}
/*業務内容部分*/
.area-cs, .area-rpa .w-auto, .area-web {
    text-align: left;
}
.area-cs li, .area-rpa li {
    margin-bottom: 14px;
}
.area-rpa h5 {
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    border-bottom: 2px solid #1e9dac;
}
.area-rpa i.fas {
    font-size: 80px;
    line-height: 0.8;
}
.area-cs li i.far {
    margin-right: 8px;
}
.sub-text {
    width: 480px;
}
.area-rpa .flexbox img {
    margin-bottom: 10px;
}
/*会社情報部分*/
.recrute-top {
    position: relative;
    top: 120px;
}
.recrute-btm {
    display: flex;
}
.recrute-btm p {
    line-height: 32px;
}
/*マップ*/
.m-japan {
    border: none;
    height: auto;
    width: auto;
}
.ccc {
    background-color: aqua;
}
/*rpa*/
.rpa-box {
    display: flex;
    justify-content: center;
}
.img-max-rpa{
    width: 280px;
    max-width: 447px;
}
.f-50 {
    font-size: 50%;
}
.rpa-mrL10,.rpa-mrL10_2{
    margin-left: 10px;
}
/* 横並び */
.office-item {
    display: -webkit-flex;
    display: flex;
    width: 80%;
}
.rpa-box02 {
    display: -webkit-flex;
    display: flex;
    width: 80%;
    margin: auto;
}
.rpa-box00 {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: center;
}
.office-t-left {
    text-align: left;
    margin-left: 20px;
    margin-top: 15px;
}
.office-box2 {
    display: flex;
    height: 100%;
    width: auto;
}
.example01 {
    position: relative;
    width: 100%;
    height: 600px;
}
.example01 .contact-item02 {
    width: 35vw;
    position: absolute;
    top: 5%;
    left: 15%;
    margin: 0;
    z-index: 20;
}
.example01 .contact-item01 {
    position: absolute;
    right: 0;
    margin: 0;
}
.example01 .rpa-item02 {
    width: 30vw;
    position: absolute;
    top: 20%;
    right: 20%;
    margin: 0;
    z-index: 20;
}
.example01 .rpa-item01 {
    position: absolute;
    left: 0;
    margin: 0;
}
.example01 .web-item02 {
    width: 38vw;
    position: absolute;
    top: 20%;
    left: 15%;
    margin: 0;
    z-index: 20;
}
.example01 .web-item01 {
    position: absolute;
    right: 0;
    margin: 0;
}
.example00 {
    position: relative;
    width: 100%;
    height: 300px;
}
.example00 .works-item02 {
    width: 30vw;
    position: absolute;
    top: 20%;
    left: 20%;
    margin: 0;
    z-index: 20;
}
.example00 .works-item01 {
    position: absolute;
    right: 0;
    margin: 0;
}
.f-bold{
    font-weight: bold;
}
/* 寄せ */
.t-left {
    text-align: left;
}
.f-left {
    float: left;
}
.t-right {
    text-align: right;
}
.f-right {
    float: right;
}
.co-img-max {
    max-width: 968px;
}
.rpa-img01 {
    max-width: 447px;
}
/* 画像 */
.img-w100 {
    width: 100%;
}
.img-max-w {
    max-width: 100%;
}
.map .pc-map {
    display: block !important;
}
.map .sp-map {
    display: none !important;
}
.example01 h3{
    font-size: 36px;
    line-height:normal;
}
.example01 h3 span{
    font-size:18px;
}
.color-7{
    color: #777777;
}

@media only screen and (max-width: 899px) {
    .catchphrase {
        position: absolute;
        top: 15%;
        right: 5px;
        width: 60%;
    }
    .rpa-item{
        width: 50%;
    }
    .rpa-mrL10{
        margin-left: 5px;
    }
    /* 幅 */
    .company-box {
        width: 80%;
        margin: auto;
    }
    .top-box {
        width: 80%;
        margin: auto;
    }
    .top-box {
        width: 80%;
        margin: auto;
    }
    /* 横並び */
    .office-item {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        letter-spacing: 0;
    }
    .office-t-left {
        text-align: left;
        margin-left: 20px;
        margin-top: 5px;
    }
    .office-box2 {
        flex-direction: column;
    }
    .example01 {
        position: static;
    }
    .example01 .office-item00 {
        position: static;
    }
    .example01 {
        position: static;
        width: 100%;
        height: auto;
    }
    .example01 .contact-item02 {
        width: 80%;
        position: static;
        top: 0;
        left: 0;
        margin: auto;
        z-index: 20;
    }
    .example01 .contact-item01 {
        position: static;
        right: 0;
        margin: 0;
        width: 100%;
    }
    .rpa-box {
        flex-direction: column;
    }
    .rpa-box img {
        width: 100%;
    }
    .rpa-mrL10_2 {
        margin-left: 0;
    }
    .sp-mrT20{
        margin-top: 10px;
    }
    .sub-text {
        width: 100%;
    }
    .recrute-top {
        top: 50px;
    }
    .example01 .rpa-item02 {
        width: 80%;
        position: static;
        top: 0;
        right: 0;
        margin: auto;
        z-index: 20;
    }
    .example01 .rpa-item01 {
        position: static;
        left: 0;
        margin: 0;
        width: 100%
    }
    .example01 .web-item02 {
        width: 80%;
        position: static;
        top: 0;
        left: 0;
        margin: auto;
        z-index: 20;
    }
    .example01 .web-item01 {
        position: static;
        right: 0;
        margin: 0;
        width: 100%
    }
    /* マップ */
    .map .pc-map {
        display: none !important;
    }
    .map .sp-map {
        display: block !important;
    }
}

.pc-br::before {
	content: "\A" ;
	white-space: pre ;
}
.pc-mrT20{
    margin-top: 20px;
}

@media only screen and (max-width: 750px) {
    .rpa-item{
        width: 50%;
    }
    .rpa-mrL10{
        margin-left: 5px;
    }
    .rpa-mrL10_2{
        margin-left: 0px;
    }
    /* 幅 */
    .top-box {
        width: 90%;
        margin: auto;
    }
    .img-top {
        height: 340px;
    }
    .rpa-box {
        flex-direction: column;
    }
    .rpa-box img {
        width: 100%;
    }
    /* h1 */
    .catchphrase {
        position: absolute;
        top: 18%;
        right: 40px;
        width: 60%;
    }
    .h1-f {
        font-size: 28px !important;
        font-weight: normal !important;
    }
    .example01 h3{
        font-size: 28px;
    }
    .example01 h3 span{
        font-size:18px;
    }
    .rpa-box00{
        flex-wrap: wrap;
        margin:  0 auto;
    }
    .rpa-mrL10{
        margin-left: 0px;
    }
    .sp-br::before {
        content: "\A" ;
        white-space: pre ;
    }
    /* 画像 */
    .sp-img {
        width: 100%;
    }
    /* 横並び */
    .office-item {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        letter-spacing: 0;
    }
    .office-t-left {
        text-align: left;
        margin-left: 20px;
        margin-top: 5px;
    }
    .office-box2 {
        flex-direction: column;
    }
    .example01 {
        position: static;
    }
    .example01 .office-item00 {
        position: static;
    }
    .example01 {
        position: static;
        width: 100%;
        height: auto;
    }
    .example01 .contact-item02 {
        width: 90%;
        position: static;
        top: 0;
        left: 0;
        margin: auto;
        z-index: 20;
    }
    .example01 .contact-item01 {
        position: static;
        right: 0;
        margin: 0;
    }
    .recrute-btm {
        flex-direction: column;
    }
    .sub-text {
        width: 100%;
    }
    .recrute-top {
        top: 50px;
    }
    .example01 .rpa-item02 {
        width: 90%;
        position: static;
        top: 0;
        right: 0;
        margin: auto;
        z-index: 20;
    }
    .example01 .rpa-item01 {
        position: static;
        left: 0;
        margin: 0;
    }
    .example01 .web-item02 {
        width: 90%;
        position: static;
        top: 0;
        left: 0;
        margin: auto;
        z-index: 20;
    }
    .example01 .web-item01 {
        position: static;
        right: 0;
        margin: 0;
    }
    .flex-center {
        justify-content: center;
        align-items: center;
    }
    .recrute-btm .pdR20{
        padding-right: 0px;
    }
    .recrute-btm .pdL20{
        padding-left: 0px;
    }
    .pc-br::before {
        content:normal;
        white-space:normal;
    }
    .pc-mrT20{
        margin-top: 0;
    }
    .sp-t-left{
        text-align: left;
    }
    .sp-mrT20{
        margin-top: 20px;
    }
}

.sp-box {
    width: 90%;
    margin: auto;
}
.mr-auto {
    margin: auto;
}
/* topスライダー */
.slider_css {
    height: 560px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.slider_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider_css ul li {
    background-size: cover;
    background-position: 50% 50% ;
    width: 100%;
    height: 560px;
    position: absolute;
    top: 0;
    animation-iteration-count: infinite;
    animation-duration: 32s;
}
.slider_css ul li:nth-child(1) {
    background-image: url("../img/top_main_1.png");
    animation-name: slider-zoomout;
    animation-delay: -3s;
}
.slider_css ul li:nth-child(2) {
    background-image: url("../img/top_main_2.png");
    animation-name: slider-zoomout;
    opacity: 0;
    animation-delay: 5s;
}
.slider_css ul li:nth-child(3) {
    background-image: url("../img/top_main_3.png");
    animation-name: slider-zoomout;
    opacity: 0;
    animation-delay: 13s;
}
.slider_css ul li:nth-child(4) {
    background-image: url("../img/top_main_4.png");
    animation-name: slider-zoomout;
    opacity: 0;
    animation-delay: 21s;
}
.slider_css ul li img {
    width: 130%;
}

@media only screen and (max-width: 480px) {
    .rpa-img02{
        width: 148px;
    }
    .catchphrase {
        position: absolute;
        top: 15%;
        right: 5px;
        width: 75%;
    }
    .h1-f {
        font-size: 23px !important;
        font-weight: normal !important;
    }
    .slider_css ul li {
        background-position :top;
    }
    .slider_css ul li:nth-child(1) {
        background-image: url("../img/top_main_sp_1.png");
        animation-name: slider-zoomout;
        animation-delay: -3s;
    }
    .slider_css ul li:nth-child(2) {
        background-image: url("../img/top_main_sp_2.png");
        animation-name: slider-zoomout;
        opacity: 0;
        animation-delay: 5s;
    }
    .slider_css ul li:nth-child(3) {
        background-image: url("../img/top_main_sp_3.png");
        animation-name: slider-zoomout;
        opacity: 0;
        animation-delay: 13s;
    }
    .slider_css ul li:nth-child(4) {
        background-image: url("../img/top_main_sp_4.png");
        animation-name: slider-zoomout;
        opacity: 0;
        animation-delay: 21s;
    }
    .slider_css {
        height: 340px;
    }
    .slider_css ul li {
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 359px) {
    .catchphrase {
        position: absolute;
        top: 15%;
        right: 5px;
        width: 80%;
    }
}

@keyframes slider-zoomin {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    5%{
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    27.5% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.1;
        transform: scale(1.3);
    }
}

@keyframes slider-zoomout {
    0% {
        opacity: 0;
        transform: scale(1.3);
    }
    15.63% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    27.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
/*大阪新オープンバナー*/
.blue-bnr{
    max-width:950px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateY(+150%) translateX(-50%);
}
.blue-bnr-textarea{
    float: right;
    width: 200px;
    background-color: rgba(30,157,172,0.5);
    height: 50px;
    padding-top: 10px;
    border: 3px solid #fff;
    line-height: normal;
    font-size: large;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
}
.blue-bnr-textarea:hover{
    float: right;
    width: 200px;
    background-color: rgba(30,157,172);
    height: 50px;
    padding-top: 10px;
    border: 3px solid #fff;
    line-height: normal;
    font-size: large;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
}
.blue-bnr-text{
    display:inline-block;
    width:60%;
}
.blue-bnr-icon{
    display: inline-block;
    width: 20%;
    font-size: xx-large;
    vertical-align: super;
}
@media screen and (max-width:899px){
    .blue-bnr{
        width:auto;
        position:absolute;
        top:57%;
        left:50%;
        transform:translateY(+150%) translateX(-50%);
    }
    .blue-bnr-textarea{
        float: right;
        width: 200px;
        background-color: rgba(30,157,172,0.7);
        height: 17px;
        padding-top: 8px;
        border: 2px solid #fff;
        line-height: normal;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 13px;
        color: #fff;
    }
    .blue-bnr-textarea:hover{
        float: right;
        width: 200px;
        background-color: rgba(30,157,172,0.7);
        height: 17px;
        padding-top: 8px;
        border: 2px solid #fff;
        line-height: normal;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 13px;
        color: #fff;
    }
    .br-sp{
        display:none;
    }
    .blue-bnr-text{
        display:inline-block;
        width:70%;
        vertical-align: top;
    }
    .blue-bnr-icon{
        display: inline-block;
        width: 10%;
        font-size: larger;
    }
}
