/* Common */
body{
    font-family: "Noto Sans CJK JP","Yu Gothic",sans-serif !important;
}
h1,h2,h3,h4,h5,h6,p,a,li{
    font-family: "Noto Sans CJK JP","Yu Gothic",sans-serif !important;
    margin: 0;
}

@media (max-width: 767px) {
    body {
        padding: 0;
    }
    .container {
        width: calc(100% - 40px);
    }
}

.btn-3D a span {
    width: 70px;
    background: #011b40;
    text-align: center;
}

.btn-3D a span::before,
.btn-3D a:hover span::before,
.btn-3D a:focus span::before {
    background: #1a58b1;
}

@media (max-width: 767px) {
    .gray-bg, .darkgray-bg, .bright-bg {
        margin: 0!important;
        padding: 20px 0px;
    }
    .iau-gray-bg, .darkgray-bg, .bright-bg {
        margin: 0!important;
        padding: 0px 0px 20px 0px;
    }
    .White-bg, .darkgray-bg, .bright-bg {
        margin: 0!important;
        padding: 15px 0px;
    }
}

/*  Black Change Region Link */

@media (max-width: 767px) {
    .black-bg, .navbar-wrapper {
        padding: 0;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

/* ボタン */
.btn_contact{
    display:block;
    width: 280px;
    padding: 12px 0;
    background: #fff;
    color:#0080B9;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    margin: 16px auto;
    text-align: center;
    text-decoration: none !important;
    border: solid 2px #fff;
}

.btn_contact:hover{
    border: solid 2px #fff;
    background-color:transparent;
    color: #fff;
}
    /* レスポンシブ対応（476px） */
    @media screen and (max-width: 476px) {
        .btn_contact{
            width: calc( 100% - 40px );
        }
    }

/* <!-----------------------------------------------------------------------------------------------------------
                        Navigation Menu
------------------------------------------------------------------------------------------------------------> */
.fixed-header .language {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 21.48px;
}

.region a {
    font-family: 'Noto Sans JP', sans-serif !important;
}

.hero-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fixed-header .hero-header {
    position: relative;
    top: 90px;
}

.hero-header .h1-wrapper {
    position: absolute;
    bottom: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-header .h1-wrapper h1 {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5;
	display:inline;
}

@media (max-width: 767px) {
    .hero-header .h1-wrapper h1 {
        font-size: 34px;
    }
}

.hero-header .h1-wrapper h1 span {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
}

.hero-header .navbar-wrapper {
    height: 74px;
    background: #222;
    border: none;
    box-shadow: none;

    position: fixed;
    top: 21px;
    left: 0;
    right: 0;
    z-index: 999;
}

.hero-header .navbar-wrapper .container {
    position: relative;
}

.hero-header .navbar .nav {
    margin-top: 22px!important;
}

.hero-header .navbar .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 22px 0px;
    color: #fff;
    font-size: 13px;
    text-shadow: none;
    z-index: 10;
}

@media (max-width: 979px) {
    .hero-header .navbar .logo {
        margin: 0;
    }
}

.hero-header .navbar .logo span {
    display: inline-block;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 3px;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .hero-header .navbar .logo span {
        display: none;
    }
}

.hero-header .navbar .logo img {
    width: auto;
    height: 30px;
}

.hero-header .navbar .btn-navbar {
    position: absolute;
    top: 0;
    right: 0;
    margin: 18px 0px 17px;
    padding: 7px 6px;
    background: none;
    z-index: 10;
}

.hero-header .navbar .btn-navbar .icon-bar {
    width: 32px;
    height: 3px;
}

.hero-header .btn-navbar .icon-bar + .icon-bar {
    margin-top: 8px;
}

@media (max-width: 979px) {
    .hero-header .navbar .nav {
        margin-top: 96px!important;
    }
}

.hero-header .nav-pills > li > a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    background: none;
}

.hero-header .nav-collapse {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 1;
}

@media (max-width: 979px) {
    .hero-header .nav-collapse::before {
        position: absolute;
        content: '';
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 74px;
        background-color: #212121;
    }
}

/* <!-----------------------------------------------------------------------------------------------------------
                        ヘッダー
------------------------------------------------------------------------------------------------------------> */
.header {
    height: 400px;
    margin-top: 95px;
    background-image: url(images/bg_Frontendengineer.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-wrapper{
    margin-bottom: 0;
}


/* Services */
.services-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.services {
    width: 100%;
    margin: 0 0 0 -10px;
}

ul.services li {
    width: calc(calc(100% / 3) - 2px);
    margin: 0!important;
    padding: 20px 0;
}

@media (min-width: 980px) {
    ul.services li {
        border-bottom: none;
    }
}

@media (max-width: 979px) {
    ul.services li {
        width: calc(50% - 1px);
    }
}

@media (max-width: 767px) {
    ul.services li {
        width: calc(100% + 20px);
    }
}

/* Products & Topics */

.products .imgEff {
    position: relative;
    padding-left: 36px;
    padding-top: 36px;
}

@media (max-width: 767px) {
    .products .imgEff {
        padding-left: 0;
    }
}

.products .imgEff label {
    position: absolute;
    display: inline-block;
    top: 48px;
    left: 50%;
    width: 50%;
    color: #2b2b2b;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .products .imgEff label {
        left: 40%;
        width: 65%;
        font-size: 16px;
    }
}

ul.recommend li {
    padding: 0 8px!important;
    height: auto!important;
    margin: 0!important;
}

/* Footer Catch */

.bright-bg.footer-catch {
    background-color: #333;
}

.bright-bg.footer-catch h3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}

/* Footer */

@media (max-width: 767px) {
    footer {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

footer a {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

/* <!-----------------------------------------------------------------------------------------------------------
                        パンくずリスト
------------------------------------------------------------------------------------------------------------> */

.tp-breadcrumb {
    margin: 16px 0 0 0 !important;
}
.tp-breadcrumb-item::after {
    border-top: 2px solid #212121;
    border-right: 2px solid #212121;
}
.color_bule{
    color:#0080B9 !important;
}
.color_black{
    color:#212121 !important;
}

/* <!-----------------------------------------------------------------------------------------------------------
                        フロントエンドエンジニア
------------------------------------------------------------------------------------------------------------> */

.sec_area{
    max-width: 1120px;
    width: calc( 100% - 80px );
    margin: 0 auto;
    text-align: left;
}

.job_title h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #0080B9;
    border: 2px solid #0080B9;
    border-radius: 50px;
    padding: 6px 16px ;
    width: 190px;
    text-align: center;
}

.job_title h1{
    font-size: 40px;
    font-weight: 900;
    line-height: 1.75;
    color: #0080B9;
}

.sec_area h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.75;
    color: #0080B9;
}

.sec_area p{
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #333333;
}

.pc_hide{
    display: none;
}

/* <!-----------------------------------------------------------------------------------------------------------
                        募集要項
------------------------------------------------------------------------------------------------------------> */

.flex_t{
    display: flex;
}
.area_title h4{
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    line-height: 2;
    text-align: left;
    width: 90px;
}
.area_txt p{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 2;
    text-align: left;
}

.border_b{
    border-bottom: 2px solid #f5f5f5;    
    padding-bottom: 32px;
}

/* <!-----------------------------------------------------------------------------------------------------------
                        開発環境
------------------------------------------------------------------------------------------------------------> */

.area_txt a{
    font-size: 18px;
    font-weight: 500;
    color: #0080B9;
    line-height: 2;
}


/* <!-----------------------------------------------------------------------------------------------------------
                        求める人物像
------------------------------------------------------------------------------------------------------------> */

.flex_img{
    display: flex;
    gap: 40px;
}
.img_box img{
    max-width: 540px;
    height: auto;
    width: -webkit-fill-available;
}
.txt_box{
    margin: auto 0;
}
.txt_box li{
    font-size: 18px;
    line-height: 2;
    color: #333;
    font-weight: 500;
}

/* <!-----------------------------------------------------------------------------------------------------------
                        世界を相手にできるアイデアを形にしてみませんか？
------------------------------------------------------------------------------------------------------------> */
.sec_04{
    position: relative;
    background: url("images/bg_entry.jpg") no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
}
.sec_04_bg{
    position: absolute;
    max-width: 1176px;
    width: calc( 100% - 80px );
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sec_04_bg h2{
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    line-height: 1.75;
}
.sec_04_bg p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.75;
}

/* <!-----------------------------------------------------------------------------------------------------------
                        margine
------------------------------------------------------------------------------------------------------------> */
.m_t_32{
    margin-top: 32px;
}
.m_t_120{
    margin-top: 120px;
}
.m_t_180{
    margin-top: 180px;
}
.m_r_40{
    margin-right: 40px;
}
.m_r_80{
    margin-right: 80px;
}
.m_b_8{
    margin-bottom: 8px;
}
.m_b_16{
    margin-bottom: 16px;
}
.m_b_24{
    margin-bottom: 24px;
}
.m_b_32{
    margin-bottom: 32px;
}
.m_b_40{
    margin-bottom: 40px;
}
.m_b_56{
    margin-bottom: 56px;
}
.m_b_180{
    margin-bottom: 180px;
}


/* <!-----------------------------------------------------------------------------------------------------------
                        レスポンシブ対応（1024px）| iPad pro
------------------------------------------------------------------------------------------------------------> */

@media screen and (max-width: 1024px) {
    .header{
        height: 300px;
    }
    .ip_m_t_100{
        margin-top: 100px;
    }
    .job_title h3 {
        font-size: 16px;
        width: 160px;
    }
    .job_title h1 {
        font-size: 32px;
    }
    .sec_area h2 {
        font-size: 24px;
    }
    .sec_area p {
        font-size: 16px;
    }
    .area_title h4 {
        font-size: 16px;
    }
    .area_txt a {
        font-size: 16px;
    }
    .txt_box li {
        font-size: 16px;
    }
    .sec_04_bg h2 {
        font-size: 24px;
    }
    .sec_04_bg p {
        font-size: 16px;
    }
    .btn_contact {
        padding: 10px 0;
        font-size: 16px;
    }
    .flex_img{
        display: block;
    }
    .img_box {
        margin:0 0 42px 0;
    }
    .m_b_56 {
        margin-bottom: 40px;
    }
    .m_b_180 {
        margin-bottom: 150px;
    }
    .ip_m_t_150{
        margin-top: 150px;
    }
}

/* <!-----------------------------------------------------------------------------------------------------------
                        レスポンシブ対応（820px）| iPad
------------------------------------------------------------------------------------------------------------> */

@media screen and (max-width: 820px) {
    .header{
        height: 240px;
    }
    /* .flex_img{
        display: block;
    }
    .img_box {
        margin:0 0 42px 0;
    } */
    .sec_04 {
        height: 380px;
    }
}

/* <!-----------------------------------------------------------------------------------------------------------
                        レスポンシブ対応（414px）| SP
------------------------------------------------------------------------------------------------------------> */

@media screen and (max-width: 414px) {
    .header{
        height: 130px;
    }
    .job_title h3 {
        font-size: 12px;
        width: 100px;
    }
    .job_title h1 {
        font-size: 20px;
    }
    .sec_area h2 {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .sec_area p {
        font-size: 14px;
    }
    .area_title {
        margin-right: 8px;
    }
    .area_title h4 {
        font-size: 14px;
    }
    .area_txt a {
        font-size: 14px;
    }
    .img_box img{
        width: 100%;
    }
    .txt_box li {
        font-size: 14px;
    }
    .sec_04_bg h2{
        font-size: 18px;
    }
    .sec_04_bg p {
        font-size: 14px;
    }
    .m_t_180 {
        margin-top: 80px;
    }
    .m_b_180 {
        margin-bottom: 120px;
    }
    .m_b_56{
        margin-bottom: 32px;
    }
    .sp_m_t_64{
        margin-top: 64px !important;
    }
    .btn_contact{
        padding: 8px 0;
        font-size: 14px;
    }
}

/* <!-----------------------------------------------------------------------------------------------------------
                        レスポンシブ対応（320px）| SP
------------------------------------------------------------------------------------------------------------> */

@media screen and (max-width: 320px) {
    .pc_hide{
        display: block;
    }
}

/* 20250310 */
.txt_box ul li {
    margin-bottom: 16px;
}
.sec_area__inner .flex_img:nth-child(2n) {
    flex-direction: row-reverse;
}

@media screen and (max-width: 914px) {
    .sec_area__inner .flex_img,
    .sec_area__inner .flex_img:nth-child(2n) {
        flex-direction: column;
    }
}