@charset "UTF-8";
@media screen and (min-width: 1025px){
    /* -----------layout---------------- */
    .l-spHeader__nav {
        display: none;
    }

    .l-header__imgWrap {
        width: 17%;
    }

    .l-main {
        margin-bottom: 300px;
    }
    
    .l-main.container {
        padding: 0 8%;
    }
    
    .l-backImg {
        height: 70vh;
        margin-bottom: 140px;
    }
    .l-footer__wrap {
        padding: 10% 5% 5%;
    }
    
    .l-footer__nav {
        width: 35%;
    }
    
    .l-footer__navList {
        display: flex;
        justify-content: space-between;
    }
    
    .l-footer__navItem a {
        font-size: 1.6rem;
    }
    
    .l-footer__copyright {
        font-size: 1.4rem;
        margin-top: 80px;
    }

    .sp {
        display: none;
    }

    a[href^="tel:"]{
        pointer-events: none;
    }
    /* -----------component---------------- */
    .c-button {
        width: 300px;
        height: 80px;
        font-size: 2rem;
        border-radius: 50px;
    }
    
    .c-button a {
        line-height: 80px;
    }
    
    .c-pageTitle {
        font-size: 6rem;
        left: 10%;
        top: 40%;
    }
    /* -----------home_page---------------- */
    .p-homeHero {
        height: 100vh;
        margin-bottom: 240px;
    }

    .p-homeHero__pageTitle {
        font-size: 8rem;
        left: 5%;
        bottom: 40%;
    }
    .p-homeIntroduction {
        padding: 0 0 0 8%;
        margin-bottom: 240px;
    }

    .p-homeIntroduction__textWrap {
        padding-bottom: 100px;
    }

    .p-homeIntroduction__title {
        font-size: 6.5rem;
        margin-bottom: 120px;
    }

    .p-homeJob {
        padding: 100px 5% 200px;
        margin-bottom: 240px;
        background: linear-gradient(90deg, #fff 0%, #fff 5%, #EFF7FF 5%, #EFF7FF 100% );
    }

    .p-homeJob__itemTitle {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }

    .p-homeIntroduction__text {
        font-size: 2.2rem;
        line-height: 2.4;
    }

    .p-homeJob__title {
        font-size: 6.5rem;
        margin-bottom: 120px;
    }

    .p-homeJob__listItem {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p-homeJob__listItem:not(:last-child) {
        margin-bottom: 200px;
    }

    .p-homeJob__listItem img {
        width: 33%;
    }

    .p-homeJob__textWrap {
        width: 60%;
    }

    .p-homeJob__itemText {
        font-size: 1.8rem;
        line-height: 2;
        margin-bottom: 50px;
    }

    .p-homeCompany {
        background: linear-gradient(90deg, #FAFAFA 0%, #FAFAFA 95%, #fff 95%, #fff 100%);
        padding: 100px 5% 200px 0;
        margin-bottom: 240px;
    }

    .p-homeCompany__title {
        font-size: 6.5rem;
        margin-bottom: 80px;
    }

    .p-homeCompany__textWrap {
        width: 50%;
    }

    .p-homeContact {
        padding: 0 5%;
    }

    .p-homeContact__title {
        font-size: 5rem;
        margin-bottom: 120px;
    }

    .p-homeContact__contentWrap.first {
        margin-bottom: 50px;
    }

    .p-homeContact__contentWrap img{
        width: 100px;
        margin-right: 30px;
    }

    .p-homeContact__text a {
        font-size: 3.5rem;
    }

    .p-homeContact__text span {
        font-size: 2.2rem;
    }
    /* -----------company_page---------------- */
    .p-companyIntroduction,
    .p-companyInformation {
        margin-bottom: 200px;
    }

    .p-company-contentTitle {
        font-size: 3.8rem;
        margin-bottom: 80px;
    }

    .p-companyIntroduction__text {
        font-size: 2.2rem;
        line-height: 2.4;
    }

    .p-companyInformation__table {
        width: 80%;
    }

    .p-companyInformation__table th,
    .p-companyInformation__table td {
        font-size: 1.8rem;
        line-height: 2;
    }

    .p-companyAccess__mapWrap iframe {
        height: 500px;
    }
    /* -----------business_page---------------- */
    .p-business__contentTitle {
        font-size: 3.8rem;
        margin-bottom: 80px;
    }

    .p-businessResume {
        padding: 140px 8%;
    }

    .p-businessResume__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p-businessResume__item {
        width: 23%;
        padding: 3%;
    }

    .p-businessResume__itemTitle {
        font-size: 1.6rem;
        margin-top: 20px;
        line-height: 1.8;
    }

    .p-businessSoftware {
        padding: 0 8%;
        margin-bottom: 100px;
        margin-top: 200px;
    }

    .p-businessSoftware__text {
        font-size: 1.8rem;
        line-height: 2;
        width: 80%;
        margin-bottom: 80px;
    }

    .p-businessStudyCase {
        padding: 80px 8% 140px;
    }

    .p-businessStusyCase__list li:not(:last-child) {
        margin-bottom: 80px;
    }

    .p-businessStudyCase__item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .p-businessStudyCase__imgWrap {
        width: 30%;
    }
    
    .p-businessStudyCase__textWrap {
        width: 60%;
    }

    .p-businessStudyCase__itemTitle {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }

    .p-businessStudyCase__itemText {
        font-size: 1.8rem;
        line-height: 2;
    }

    .p-businessRecruit {
        padding: 0 8%;
        margin-top: 200px;
    }

    .p-businessRecruit__text {
        font-size: 1.8rem;
        line-height: 2;
        margin-bottom: 80px;
    }

    .p-businessRecruit__table {
        width: 60%;
        margin-left: 10%;
    }

    .p-businessRecruit__table th,
    .p-businessRecruit__table td {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .p-businessInfrastructure {
        padding: 0 8%;
        margin-top: 200px;
    }

    .p-businessInfrastructure__text {
        font-size: 1.8rem;
        line-height: 2;
        width: 50%;
    }
    /* -----------contact_page---------------- */
    .p-contact__text {
        font-size: 2.8rem;
        line-height: 3;
        margin-bottom: 140px;
    }

    .p-contact__content.tellContent {
        margin-bottom: 100px;
    }

    .p-contact__contentTitle {
        font-size: 2.8rem;
    }

    .p-contact__contentSub {
        font-size: 2.2rem;
        margin-top: 10px;
    }

    .p-contact__content img {
        width: 120px;
        margin-top: 30px;
    }

    .p-contact__contentInformation {
        margin-top: 30px;
    }

    .p-contact__contentInformation a {
        font-size: 2.8rem;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
     /* -----------layout---------------- */
    .l-header {
        background-color: #fff;
    }

    .l-header__wrap {
        height: 60px;
    }

    .l-header__nav {
        display: none;
    }

    .l-header__imgWrap {
        width: 25%;
    }

    .l-header__imgWrap img {
        object-fit: contain;
        max-height: 60px;
    }

    .hamburger {
        position: relative;
        width: 40px;
        height: 29px;
        cursor: pointer;
        z-index: 300;
    }

    .hamburger__line {
        position: absolute;
        width: 40px;
        height: 3px;
        right: 0;
        background-color: #262626;
        transition: all 0.5s;
        border-radius: 4px;
    }

    .hamburger__line.line__1 {
        top: 0px;
    }

    .hamburger__line.line__2 {
        top: 13px;
    }

    .hamburger__line.line__3 {
        top: 26px;
    }

    .open .hamburger__line.line__1{
        transform: rotate(-45deg);
        top: 11px;
    }

    .open .hamburger__line.line__2{
        opacity: 0;
    }

    .open .hamburger__line.line__3 {
        transform: rotate(45deg);
        top: 11px;
    }

    .sp-nav {
        position: fixed;
        right: -100%;
        top: 70px;
        width: 90%;
        height: 50vh;
        background-color: #fff;
        transition: all 0.5s;
        z-index: 200;
        overflow-y: auto;
        padding: 10% 5%;
    }

    .open .sp-nav {
        right: 0;
    }

    .l-spHeader__navItem a {
        color: #262626;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .l-spHeader__navItem:not(:last-child) {
        margin-bottom: 50px;
    }

    .l-main {
        margin-bottom: 200px;
    }
    
    .l-main.container {
        padding: 0 5%;
    }
    
    .l-backImg {
        height: 50vh;
        margin-bottom: 100px;
    }
    .l-footer__wrap {
        padding: 8% 5% 5%;
    }
    
    .l-footer__nav {
        width: 70%;
    }
    
    .l-footer__navList {
        display: flex;
        justify-content: space-between;
    }
    
    .l-footer__navItem a {
        font-size: 1.4rem;
    }
    
    .l-footer__copyright {
        font-size: 1.2rem;
        margin-top: 50px;
    }

    .sp {
        display: none;
    }

    a[href^="tel:"]{
        pointer-events: none;
    }
    /* -----------component---------------- */
    .c-button {
        width: 250px;
        height: 60px;
        font-size: 2rem;
        border-radius: 50px;
    }
    
    .c-button a {
        line-height: 58px;
    }
    
    .c-pageTitle {
        font-size: 5rem;
        left: 5%;
        top: 45%;
    }
    /* -----------home_page---------------- */
    .p-homeHero {
        height: 60vh;
        margin-bottom: 150px;
    }

    .p-homeHero__pageTitle {
        font-size: 6rem;
        left: 5%;
        bottom: 35%;
    }

    .p-homeIntroduction {
        padding: 0 0 0 5%;
        margin-bottom: 100px;
    }

    .p-homeIntroduction__textWrap {
        padding-bottom: 50px;
    }

    .p-homeIntroduction__title {
        font-size: 4rem;
        margin-bottom: 80px;
    }

    .p-homeIntroduction__text {
        font-size: 1.6rem;
        line-height: 2;
    }

    .p-homeJob {
        padding: 80px 5% 100px;
        margin-bottom: 100px;
        background-color: #EFF7FF;
    }

    .p-homeJob__title {
        font-size: 4rem;
        margin-bottom: 80px;
    }

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

    .p-homeJob__listItem {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p-homeJob__listItem:not(:last-child) {
        margin-bottom: 80px;
    }

    .p-homeJob__listItem img {
        width: 33%;
    }

    .p-homeJob__textWrap {
        width: 60%;
    }

    .p-homeJob__itemTitle {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .p-homeJob__itemText {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .p-homeCompany {
        background-color: #FAFAFA;
        padding: 80px 5% 100px 0;
        margin-bottom: 100px;
    }

    .p-homeCompany__title {
        font-size: 4rem;
        margin-bottom: 50px;
    }

    .p-homeCompany__textWrap {
        width: 50%;
    }

    .p-homeContact {
        padding: 0 5%;
    }

    .p-homeContact__title {
        font-size: 3.5rem;
        margin-bottom: 100px;
    }

    .p-homeContact__contentWrap.first {
        margin-bottom: 30px;
    }

    .p-homeContact__contentWrap img{
        width: 60px;
        margin-right: 20px;
    }

    .p-homeContact__text a {
        font-size: 2.5rem;
    }

    .p-homeContact__text span {
        font-size: 1.8rem;
    }
    /* -----------company_page---------------- */
    .p-companyIntroduction,
    .p-companyInformation {
        margin-bottom: 100px;
    }

    .p-company-contentTitle {
        font-size: 2.8rem;
        margin-bottom: 50px;
    }

    .p-companyIntroduction__text {
        font-size: 1.6rem;
        line-height: 2;
    }

    .p-companyInformation__table {
        width: 80%;
    }
    .p-companyInformation__table th,
    .p-companyInformation__table td {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .p-companyAccess__mapWrap iframe {
        height: 400px;
    }
    /* -----------business_page---------------- */
    .p-business__contentTitle {
        font-size: 2.8rem;
        margin-bottom: 50px;
    }

    .p-businessResume {
        padding: 100px 5%;
    }

    .p-businessResume__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p-businessResume__item {
        width: 28%;
        padding: 2%;
    }

    .p-businessResume__itemTitle {
        font-size: 1.2rem;
        margin-top: 10px;
        line-height: 1.6
    }

    .p-businessSoftware {
        padding: 0 5%;
        margin-bottom: 50px;
        margin-top: 100px;
    }

    .p-businessSoftware__text {
        font-size: 1.4rem;
        line-height: 1.8;
        width: 80%;
        margin-bottom: 50px;
    }

    .p-businessStudyCase {
        padding: 80px 5% 100px;
    }

    .p-businessStusyCase__list li:not(:last-child) {
        margin-bottom: 50px;
    }

    .p-businessStudyCase__item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .p-businessStudyCase__imgWrap {
        width: 35%;
    }
    
    .p-businessStudyCase__textWrap {
        width: 60%;
    }

    .p-businessStudyCase__itemTitle {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .p-businessStudyCase__itemText {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .p-businessRecruit {
        padding: 0 5%;
        margin-top: 100px;
    }

    .p-businessRecruit__text {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .p-businessRecruit__table {
        width: 80%;
        margin: 0 auto;
    }

    .p-businessRecruit__table th,
    .p-businessRecruit__table td {
        font-size: 1.2rem;
        line-height: 1.6;
    }

    .p-businessInfrastructure {
        padding: 0 5%;
        margin-top: 100px;
    }

    .p-businessInfrastructure__text {
        font-size: 1.4rem;
        line-height: 1.8;
        width: 80%;
    }
    /* -----------contact_page---------------- */
    .p-contact__text {
        font-size: 2rem;
        line-height: 2.2;
        margin-bottom: 100px;
    }
    .p-contact__content.tellContent {
        margin-bottom: 50px;
    }

    .p-contact__contentTitle {
        font-size: 2rem;
    }

    .p-contact__contentSub {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .p-contact__content img {
        width: 80px;
        margin-top: 20px;
    }

    .p-contact__contentInformation {
        margin-top: 20px;
    }

    .p-contact__contentInformation a {
        font-size: 2rem;
    }
}
@media screen and (max-width: 600px) {
    /* -----------layout---------------- */
    .l-header {
        background-color: #fff;
    }

    .l-header__wrap {
        height: 35px;
    }

    .l-header__imgWrap img {
        object-fit: contain;
        max-height: 35px;
    }

    .l-header__nav {
        display: none;
    }

    .l-header__imgWrap {
        width: 35%;
    }

    .hamburger {
        position: relative;
        width: 25px;
        height: 21px;
        cursor: pointer;
        z-index: 300;
    }

    .hamburger__line {
        position: absolute;
        width: 25px;
        height: 3px;
        right: 0;
        background-color: #262626;
        transition: all 0.5s;
        border-radius: 4px;
    }

    .hamburger__line.line__1 {
        top: 0px;
    }

    .hamburger__line.line__2 {
        top: 9px;
    }

    .hamburger__line.line__3 {
        top: 18px;
    }

    .open .hamburger__line.line__1{
        transform: rotate(-45deg);
        top: 11px;
    }

    .open .hamburger__line.line__2{
        opacity: 0;
    }

    .open .hamburger__line.line__3 {
        transform: rotate(45deg);
        top: 11px;
    }

    .sp-nav {
        position: fixed;
        right: -100%;
        top: 40px;
        width: 90%;
        height: 30vh;
        background-color: #fff;
        transition: all 0.5s;
        z-index: 200;
        overflow-y: auto;
        padding: 10% 5%;
    }

    .open .sp-nav {
        right: 0;
    }

    .l-spHeader__navItem a {
        color: #262626;
        font-size: 1.4rem;
        font-weight: 700;
    }

    .l-spHeader__navItem:not(:last-child) {
        margin-bottom: 30px;
    }

    .l-main {
        margin-bottom: 150px;
    }
    
    .l-main.container {
        padding: 0 5%;
    }
    
    .l-backImg {
        height: 30vh;
        margin-bottom: 80px;
    }
    .l-footer__wrap {
        padding: 8% 5% 5%;
    }
    
    .l-footer__nav {
        width: 100%;
        margin: 0;
    } 
    
    .l-footer__navItem a {
        display: inline-block;
        font-size: 1.2rem;
        margin: 7px 0;
    }
    
    .l-footer__copyright {
        font-size: 1rem;
        margin-top: 50px;
        text-align: center;
    }
    .tablet {
        display: none;
    }
    /* -----------component---------------- */
    .c-button {
        width: 180px;
        height: 50px;
        font-size: 1.6rem;
        border-radius: 50px;
        display: block;
        margin: 0 auto;
    }
    
    .c-button a {
        line-height: 48px;
    }
    
    .c-pageTitle {
        font-size: 3rem;
        left: 5%;
        top: 45%;
    }
    /* -----------home_page---------------- */
    .p-homeHero {
        height: 40vh;
        margin-bottom: 80px;
    }

    .p-homeHero__pageTitle {
        font-size: 3.5rem;
        left: 5%;
        bottom: 35%;
    }

    .p-homeIntroduction {
        padding: 0 0 0 5%;
        margin-bottom: 50px;
    }

    .p-homeIntroduction__textWrap {
        padding-bottom: 30px;
    }

    .p-homeIntroduction__title {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }

    .p-homeIntroduction__text {
        font-size: 1.2rem;
        line-height: 1.6;
        padding-right: 5%;
    }

    .p-homeJob {
        padding: 50px 5% 50px;
        margin-bottom: 50px;
        background-color: #EFF7FF;
    }

    .p-homeJob__title {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }

    .p-homeJob__listItem:not(:last-child) {
        margin-bottom: 50px;
    }

    .p-homeJob__listItem img {
        width: 60%;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .p-homeJob__textWrap {
        width: 100%;
    }

    .p-homeJob__itemTitle {
        font-size: 1.4rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .p-homeJob__itemText {
        font-size: 1.2rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .p-homeCompany {
        background-color: #FAFAFA;
        padding: 50px 5% 50px 0;
        margin-bottom: 50px;
    }

    .p-homeCompany__title {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .p-homeCompany__imgWrap {
        width: 47%;
    }

    .p-homeCompany__textWrap {
        width: 51%;
    }

    .p-homeContact {
        padding: 0 3%;
    }

    .p-homeContact__title {
        font-size: 2rem;
        margin-bottom: 50px;
    }

    .p-homeContact__contentWrap.first {
        margin-bottom: 20px;
    }

    .p-homeContact__contentWrap img{
        width: 40px;
        margin-right: 10px;
    }

    .p-homeContact__text a {
        font-size: 1.4rem;
    }

    .p-homeContact__text span {
        font-size: 1.2rem;
    }
    /* -----------company_page---------------- */
    .p-companyIntroduction,
    .p-companyInformation {
        margin-bottom: 50px;
    }

    .p-company-contentTitle {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .p-companyIntroduction__text {
        font-size: 1rem;
        line-height: 1.6;
    }

    .p-companyInformation__table {
        width: 100%;
    }

    .p-companyInformation__table th,
    .p-companyInformation__table td {
        font-size: 1rem;
        line-height: 1.6;
    }

    .p-companyAccess__mapWrap iframe {
        height: 200px;
    }
    /* -----------business_page---------------- */
    .p-business__contentTitle {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .p-businessResume {
        padding: 80px 5%;
    }

    .p-businessResume__item {
        width: 70%;
        padding: 3%;
        margin: 0 auto;
    }

    .p-businessResume__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .p-businessResume__item a {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .p-businessResume__itemTitle {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .p-businessSoftware {
        padding: 0 5%;
        margin-bottom: 30px;
        margin-top: 80px;
    }

    .p-businessSoftware__text {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .p-businessStudyCase {
        padding: 50px 5% 50px;
    }

    .p-businessStusyCase__list li:not(:last-child) {
        margin-bottom: 30px;
    }

    .p-businessStudyCase__imgWrap {
        width: 100%;
    }
    
    .p-businessStudyCase__textWrap {
        width: 100%;
    }

    .p-businessStudyCase__itemTitle {
        font-size: 1.4rem;
        text-align: center;
        margin-top:15px;
        margin-bottom: 15px;
    }

    .p-businessStudyCase__itemText {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .p-businessRecruit {
        padding: 0 5%;
        margin-top: 80px;
    }

    .p-businessRecruit__text {
        font-size: 1.2rem;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .p-businessRecruit__table {
        width: 80%;
        margin: 0 auto;
    }

    .p-businessRecruit__table th,
    .p-businessRecruit__table td {
        font-size: 1rem;
        line-height: 1.4;
    }

    .p-businessInfrastructure {
        padding: 0 5%;
        margin-top: 80px;
    }

    .p-businessInfrastructure__text {
        font-size: 1.2rem;
        line-height: 1.4;
        width: 80%;
    }
    /* -----------contact_page---------------- */
    .p-contact__text {
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 50px;
    }

    .p-contact__content.tellContent {
        margin-bottom: 30px;
    }

    .p-contact__contentTitle {
        font-size: 1.4rem;
    }

    .p-contact__contentSub {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .p-contact__content img {
        width: 60px;
        margin-top: 20px;
    }

    .p-contact__contentInformation {
        margin-top: 20px;
    }

    .p-contact__contentInformation a {
        font-size: 1.4rem;
    }
}
