﻿@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"),
    url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
    font-display: swap
}

i.fas, .fas, .gl_nav i.far, i.fab {
    padding: 0;
    margin: 0 0.2em
}

/*# index-service */

.container-section {
    padding: 0 0 50px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 50px 30px 0;
}

.top-service__title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 29px;
    margin-left: 9px;
}

.top-service__copy {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 58px;
    text-align: center;
}

.top-service__image {
    text-align: center;
    margin-bottom: 75px;
}

.top-service__image ul {
    max-width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-service__image ul li {
    width: 20%;
    text-align: center;
    margin-right: 5%;
    margin-bottom: 15px;
    padding: 15px 0;
    list-style: none;
}

.top-service__image ul li span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding-top: 15px;
}

.index-section-btn.btn a {
    width: 100%;
    display: block;
    max-width: 449px;
    margin: 18px auto 0;
    line-height: 64px;
    border: 2px solid #f75239;
    background: #f75239;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 900;
}

.index-section-btn.btn a:hover {
    color: #f75239;
    background: #fff;
}

.top-title-general {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
}

.why-chose-kaiyou .inner_block {
    display: flex;
    justify-content: center;
}

/*# trading company */

.trading-company-list li {
    width: 32%;
    height: auto;
    display: inline-block;
    padding-right: 25px;
    margin-bottom: 15px;
    vertical-align: top;
    letter-spacing: normal;
    box-sizing: border-box;
}

.trading-company-list li .img-box, .php-achievement-list li .img-box {
    width: 100%;
    height: 112px;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trading-company-list li > h4 {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
}

.trading-company-list li > .category {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.trading-company-list li .category > .label {
    padding: 2px 4px;
    margin-right: 15px;
    display: inline;
    color: #fff;
    background-color: #f75239;
}

.trading-company-list li > .description {
    color: #757575;
    font-size: 14px;
    margin: 0;
    padding: 2% 3%;
}

/*# news */
.c-list--definition {
    display: flex;
}

.c-list--definition dt {
    display: flex;
    width: 20%;
    height: 3rem;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    align-items: center;
}

.c-list--definition__tag {
    font-size: .75rem;
    font-weight: bold;
    line-height: 1;
    width: 8rem;
    margin: auto;
    padding: .5rem 2rem;
    color: #fff;
    background: #e9ecef;
}

.c-list--definition__tag.is-exhibition {
    background: #0059b9;
}

.c-list--definition__tag.is-info {
    background: #00ace0;
}

.c-list--definition dd {
    display: inline-block;
    overflow: hidden;
    width: 80%;
    height: 3rem;
    margin: 0;
    padding-top: .7rem;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e9ecef;
    align-items: center;
    transition: all .3s;
}

.c-list--definition dd a:hover {
    color: #f75239;
    text-decoration: underline;
}

.fade-up {
    -webkit-transition: all .7s;
    transition: all .7s;
}

.btn-more {
    width: 100%;
    text-align: right;
    margin-top: 2rem;
}

.btn-default--base {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .75rem 0.5rem;
    white-space: nowrap;
    color: #fff;
    border-radius: 4rem;
    background: #f75239;
    transition: all .3s;
    border: 2px solid #f75239;
}

.btn-default--base:hover {
    color: #f75239;
    background: #fff;
}

/*# contact */
.contact-kaiyouit p {
    position: relative;
    z-index: 1000;
    line-height: 1.4;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: darkslateblue;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    background: none;
    margin: 20px auto;
}

.btn_wrap.cta .btn, .btn_wrap.cta a.btn {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    display: inline-block;
    background-color: #f75239;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    padding: 0.6em 1em 0.6em 1em;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #f75239;
    transition-property: all;
    transition: all .3s;
    line-height: 1.3;
}

.btn_wrap.cta .btn:hover, .btn_wrap.cta a.btn:hover {
    color: #f75239;
    background: #fff;
}


.contact-kaiyouit .tel_area {
    text-align: center;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 35px auto 10px;
    max-width: 560px;
}

.contact-kaiyouit .tel_area .tx1 {
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    color: #333;
    font-size: 18px;
    margin-bottom: 1px;
    white-space: nowrap;
    font-weight: bold;
}

.contact-kaiyouit .tel_area .number {
    font-size: 20px;
    letter-spacing: 0.01em;
    font-weight: bold;
}

.tel_area .number i {
    font-size: 50px;
    color: #f75239 !important;
}

.contact-kaiyouit .tel_area .number a {
    font-weight: 600;
    font-size: 1.8em;
    text-decoration: none;
    color: #f75239;
    vertical-align: super;
}

.contact-kaiyouit .tel_area .tx2 {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: normal;
    color: #333;
}

.contact-kaiyouit .image_wrap {
    position: absolute;
    right: 0;
    bottom: 22px;
    width: 25%;
    max-width: 320px;
    z-index: 1;
}

section.sec-recruit {
    padding-bottom: 33%;
    background: url(../image/faqs-banner.jpg) no-repeat;
    background-position: center bottom -5rem;
    background-size: 100%;
}

.flex-caption {
    width: 100%;
    padding: 2%;
    left: 0;
    bottom: 0;
    color: #222222;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 18px;
}

.blogs .title-name {
    font-size: 16px;
    color: #222;
    margin: 10px 2% 20px;
    word-break: break-all;
    height: 72px;
    overflow: hidden;
}

.blogs .year, .blogs .date {
    font-size: 18px;
    color: #757575;
}

.blogs .date {
    font-size: 23px;
    font-weight: bold;
}

.more-detail-link {
    margin-top: 20px;
    display: inline-block;
    color: #1b60ad;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.more-detail-link::after {
    position: absolute;
    top: -4px;
    right: -30px;
    width: 30px;
    height: 20px;
    content: "";
    background-image: url(../image/iconPlus.jpg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
}

.flex-direction-nav .flex-next {
    opacity: 1;
}


.service-page .offshore_text {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 50px;
}

.service-page .list_offshore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.list_offshore_item {
    width: calc(100% / 3);
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.list_offshore_title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 8px;
    width: 100%;
}

.list_offshore_content {
    background: #f8f8f8;
    border-radius: 5px;
    position: relative;
    padding: 260px 25px 23px;
}

.list_offshore_content img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.list_offshore_content img.icon_offshore {
    top: 20px;
    width: 88%;
}

.list_offshore_content img.icon_nearshore {
    top: 40px;
    width: 66%;
}

.list_offshore_content img.icon_onsite {
    top: 40px;
    width: 88%;
}

.list_offshore_text {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: justify;
}

.list-type5 {
    margin: 0 auto;
}

.list-type5 ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 1em;
    padding: 0;
    counter-reset: li-counter;
}

.list-type5 ol li {
    position: relative;
    margin-bottom: 1.5em;
    padding: 1.3em 0 1.3em 58px;;
    background-color: #fff;
    padding-left: 58px;
    width: 40%;
    border: 2px solid;
    border-radius: 10px;
}

.list-type5 a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}


.list-type5 ol li:before {
    position: absolute;
    top: 0.5em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;
    font-size: 1.85em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #f75239;
    z-index: 99;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
    border-radius: 5px;
}

.one-card-layout li {
    display: inline-block;
    width: 100%;
    position: relative;
}

.one-card-layout .bg-img {
    display: flex;
    background-size: 200%;
    margin-bottom: 20px;
    background-color: #1b60ad;
}

.one-card-layout dt, .one-card-layout dd {
    overflow: hidden;
    height: 100%;
    display: inline-block;
    color: #fff;
    vertical-align: top;
}

.one-card-layout dt.avatar {
    width: 20%;
}

.one-card-layout dd.name {
    width: 30%;
}

.one-card-layout dd.note {
    width: 50%;
}

.one-card-layout dd {
    padding: 17px 3%;
}

.one-card-layout .sub {
    margin-bottom: 15px;
    line-height: 1.5;
    color: #fff
}

.one-card-layout .big-word {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 900;
    color: #fff;
    font-style: inherit;
}


.align-center {
    text-align: center;
}

.one-card-layout .note {
    background: rgba(0, 0, 0, 0.3);
    padding: 1em 1.5em;
    height: auto;
    display: block;
}

.top-logo__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-logo__list li {
    width: 14%;
    background: #fff;
    text-align: center;
    margin-right: 2.24489796%;
    margin-bottom: 23px;
    padding: 20px 0;
    list-style: none;
    box-shadow: 0 9px 10px 0 rgba(10, 10, 10, .02);
}

.top-logo__list li span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
}

.description-layout {
    border: 1px solid #d2d2d2;
    background-color: #f4f4f4;
    margin: 15px 0 25px;
}

.description-layout dt, .description-layout dd {
    vertical-align: top;
    padding: 6px 2%;
}

.description-layout dt {
    width: 290px;
    float: left;
    font-weight: bold;
}

.description-layout i, .description-layout .icon {
    margin-right: 12px;
    vertical-align: middle;
}

.description-layout .icon {
    height: 21px;
    width: 21px;
    margin-left: 1px;
}

.description-layout i {
    font-size: 22px;
    width: 23px;
    text-align: center;
    color: #4b4b4b;
}

.description-layout dd {
    display: block;
    margin-left: 290px;
    background-color: #fff;
}

.description-layout dd::after {
    content: "";
    display: block;
    clear: both;
}

.follow-develop {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #d2d2d2;
    background: -moz-linear-gradient(110deg, #d2d2d2 45.4%, #d2d2d2 40.1%, #f4f4f4 40.2%, #f4f4f4 100%);
    background: -webkit-linear-gradient(110deg, #d2d2d2 45.4%, #d2d2d2 45.85%, #f4f4f4 40.2%, #f4f4f4 100%);
    background: linear-gradient(110deg, #d2d2d2 45.4%, #d2d2d2 45.85%, #f4f4f4 40.2%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2', endColorstr='#f4f4f4', GradientType=1);
}

.follow-develop .order-flow-wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 56px;
    background: #d2d2d2;
    background: -moz-linear-gradient(110deg, #d2d2d2 0%, #d2d2d2 40.1%, #f4f4f4 40.2%, #f4f4f4 100%);
    background: -webkit-linear-gradient(110deg, #d2d2d2 0%, #d2d2d2 40.1%, #f4f4f4 40.2%, #f4f4f4 100%);
    background: linear-gradient(110deg, #d2d2d2 0%, #d2d2d2 40.1%, #f4f4f4 40.2%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2', endColorstr='#f4f4f4', GradientType=1);
}

.follow-develop .transform-flow-dl-wrapper {
    width: 100%;
    max-width: 980px;
    background-color: transparent;
}

.follow-develop dl dt {
    background: no-repeat;
    background-size: auto 70px;
    background-position: 15px 50%;
    width: 30%;
}

.follow-develop dt {
    background-repeat: no-repeat;
    background-position: 2% 50%;
    padding-left: 80px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.follow-develop .dl-first {
    width: 85%;
    margin-left: 18%;
    background: #d8d8d8;
    background: -moz-linear-gradient(110deg, #31708f 0%, #31708f 34.5%, #fff 34.7%, #fff 100%);
    background: -webkit-linear-gradient(110deg, #31708f 0%, #31708f 34.5%, #fff 34.7%, #fff 100%);
    background: linear-gradient(110deg, #31708f 0%, #31708f 34.5%, #fff 34.7%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31708f', endColorstr='#fff', GradientType=1);
}

.follow-develop .dl-second {
    width: 85%;
    margin-left: 13%;
    background: #d8d8d8;
    background: -moz-linear-gradient(110deg, #31708f 0%, #31708f 35%, #fff 35.1%, #fff 100%);
    background: -webkit-linear-gradient(110deg, #31708f 0%, #31708f 35%, #fff 35.1%, #fff 100%);
    background: linear-gradient(110deg, #31708f 0%, #31708f 35%, #fff 35.1%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31708f', endColorstr='#fff', GradientType=1);
}

.follow-develop .dl-third {
    width: 86%;
    margin-left: 8%;
    background: #d8d8d8;
    background: -moz-linear-gradient(110deg, #31708f 0%, #31708f 33.9%, #fff 33.9%, #fff 100%);
    background: -webkit-linear-gradient(110deg, #31708f 0%, #31708f 33.9%, #fff 33.9%, #fff 100%);
    background: linear-gradient(110deg, #31708f 0%, #31708f 33.9%, #fff 33.9%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31708f', endColorstr='#fff', GradientType=1);
}

.follow-develop .dl-fourth {
    width: 87%;
    margin-left: 3%;
    background: #d8d8d8;
    background: -moz-linear-gradient(110deg, #31708f 0%, #31708f 33.9%, #fff 33.4%, #fff 100%);
    background: -webkit-linear-gradient(110deg, #31708f 0%, #31708f 33.9%, #fff 33.4%, #fff 100%);
    background: linear-gradient(110deg, #31708f 0%, #31708f 33.9%, #fff 33.4%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31708f', endColorstr='#fff', GradientType=1);
}

.follow-develop .transform-dl-layout dt {
    color: #fff;
    font-weight: bold;
}

.follow-develop .transform-flow-dl-wrapper dl {
    border-bottom: 0;
    min-height: 90px;
    display: table;
}

.follow-develop .transform-dl-layout dd {
    display: table-cell;
    vertical-align: middle;
    padding: 1% 20px 1% 8%;
    margin-left: 28%;
}

.follow-develop .dl-first dt {
    background-image: url(../image/number/number-1.png);
}

.follow-develop .dl-second dt {
    background-image: url(../image/number/number-2.png);
}

.follow-develop .dl-third dt {
    background-image: url(../image/number/number-3.png);
}

.follow-develop .dl-fourth dt {
    background-image: url(../image/number/number-4.png);
}

.follow-develop dl ul li, .follow-develop dl.open-contents ul li {
    margin-left: 18px;
}

.follow-develop .transform-dl-wrapper dl, .follow-develop .transform-flow-dl-wrapper dl {
    position: relative;
    z-index: 100;
    margin-top: 0;
    margin-bottom: 7px;
}

.estimate-price .summary {
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
}


.develop-labo .inner_block {
    display: flex;
    justify-content: center;
}

.news-page .entry-header {
    position: relative !important;
    width: 100%;
    float: none;
    height: 20rem;
    padding: 0;
    margin: 0 0 1rem 0;
    text-align: center;
    background-color: #e9ecef;
    background-image: url(../image/bg-subpage02.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 30%;
}

.news-page .entry-header .entry-title {
    font-size: 2rem;
    line-height: 2;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
}

.news-page .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}

.news-page .entry-content {
    width: 70%;
    float: left;
}

.news-page .clear:before, .news-page .clear:after, .news-page .entry-content:before, .news-page .entry-content:after,
.news-page.entry-footer:before, .news-page .entry-footer:after, .news-page .comment-content:before, .news-page .comment-content:after,
.news-page.site-header:before, .news-page .site-header:after, .news-page .site-content:before, .news-page .site-content:after,
.news-page.site-footer:before, .news-page .site-footer:after, .news-page .nav-links:before, .news-page .nav-links:after,
.news-page.pagination:before, .news-page .pagination:after, .news-page .comment-author:before, .news-page .comment-author:after,
.news-page.widget-area:before, .news-page .widget-area:after, .news-page .widget:before, .news-page .widget:after,
.news-page.comment-meta:before, .news-page .comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.news-page h2.c-title--sub01 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.news-page .c-title--subText {
    margin-bottom: 2rem;
}

.news-page .fade-up {
    -webkit-transition: all .7s;
    transition: all .7s;
}

.news-page .c-list--definition {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.news-page .c-list--definition dt {
    display: flex;
    width: 20%;
    height: 3rem;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    align-items: center;
}

.news-page .c-list--definition dt {
    position: relative;
    height: auto;
    margin-bottom: .5rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.news-page .c-list--definition__time {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 1rem;
}

.news-page .c-list--definition__tag {
    font-size: .75rem;
    font-weight: bold;
    line-height: 1;
    width: 8rem;
    margin: auto;
    padding: .5rem 2rem;
    color: #fff;
    background: #e9ecef;
}

.news-page .c-list--definition__tag.is-exhibition {
    background: #0059b9;
}

.news-page .c-list--definition dd {
    height: auto;
    margin-bottom: .5rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.news-page .c-list--definition dd {
    display: inline-block;
    overflow: hidden;
    width: 80%;
    text-align: left;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e9ecef;
    align-items: center;
    font-weight: 600;
}

.news-page .wp-pagenavi {
    margin-top: 1.5rem;
    text-align: center;
    clear: both;
}

.news-page .wp-pagenavi span, .wp-pagenavi a {
    padding: 0.5rem;
    border-radius: 3px;
}

.news-page .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.news-page .wp-pagenavi span.current {
    font-weight: bold;
}

.news-page .wp-pagenavi a, .news-page .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.news-page aside#secondary {
    width: 26%;
    float: right;
    padding: 0;
}

.news-page .widget_text {
    word-wrap: break-word;
}

.news-page .widget {
    padding-bottom: 3em;
}

.news-page h2.widget-title {
    color: #222;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1818em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.news-page h2.widget-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

/*# sourceMappingURL=common.css.map */

.news-page .widget .side-link {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.news-page .widget ul li, .widget ol li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.5em 0;
}

.news-page .widget_text ul li, .news-page .widget_text ol li {
    border: none;
}

.news-page .widget .side-link a {
    display: block;
    width: 100%;
    padding: 0.5rem 0 0.5rem 1rem;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
}

.news-page .widget .side-link a:hover {
    color: #f75239;
    text-decoration: underline;
}

.news-page .c-list--definition__tag.is-info {
    background: #00ace0;
}

.employment-info-page .contact-large-wrapper.entry {
    background: url(../image/bg_contact.jpg);
    background-repeat: no-repeat;
    background-position: 72% 72%;
    background-size: cover;
    color: #fff;
    position: relative;
}

.employment-info-page .contact-large-wrapper.entry:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.2;

}

.content {
    max-width: 980px;
    margin: 0 auto;
    padding: 54px 0;
}

.content-box {
    margin: 0 2%;
    z-index: 9;
}

.employment-info-page .contact-large-wrapper.entry .content-heading {
    font-size: 26px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: normal;
}

.employment-info-page .summary {
    text-align: center;
    margin-bottom: 15px;
}

.employment-info-page .contact-large-wrapper.entry .link-btn {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 20px auto 20px;
    padding: 20px 0;
    width: 410px;
}

.employment-info-page .icon-pencil {
    font-size: 24px;
    margin-right: 3%;
    fill: #fff;
}

.job-info {
    background: #f4f4f4;
}

.job-list {
    display: flex;
    justify-content: space-evenly;
}

.job-list h3 {
    background-color: #31708f;
    margin: 0;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 16px;
}

.job-list .bg-light {
    background: #fff;
    width: 48%;
    list-style: none;
}

.job-list-detail {
    padding: 30px;
}

.job-list-detail p {
    margin-bottom: 20px;
}

span.job-list-tag {
    font-weight: bold;
    background-color: #f4f4f4;
    padding: 10px;
    margin-right: 20px;
}

.job-info .link-btn {
    border: 1px solid #37547e;
    padding: 5px 30px;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
    display: block;
}

.job-info .link-btn:hover {
    background: #f75239;
    color: #ffffff;
}

.service-heading {
    position: relative;
    text-align: center;
    background: url(../image/bg-contact-bl.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 45px 0;
    margin: 0;
}

.service-heading .small-word {
    font-size: 14px;
    display: block;
    margin: 0;
}

.working-environment img, .career-path img {
    margin-bottom: 40px;
}

.default-table {
    width: 100%;
    display: table;
    margin: 1px;
    background-color: #31708f;
    border-bottom: 1px solid
}

.default-table dt {
    color: #fff;
    font-weight: bold;
    padding: 1% 2%;
    width: 28%;
    background-color: #31708f;
    display: table-cell;
}

.default-table dd {
    background-color: #fff;
    padding: 1% 20px 1% 4%;
    width: 72%;
    display: table-cell;
    vertical-align: top;
}

.list-col-50per li {
    width: 49%;
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.tandem-layout {
    margin: 0;
}

/*skype*/
.culture .tandem-layout dd {
    margin-bottom: 40px;
    padding: 15px 15px 0;
}

.culture h3 {
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}

.float-contents .left-content.col-pattern-5 {
    width: 54%;
    float: left;
    margin-right: 2%;
}

.float-contents .right-content.col-pattern-5 {
    width: 44%;
    float: right;
}

.bps-advantage-list {
    list-style: none;
    margin: 43px auto 0 auto;
}

.bps-advantage-list > li {
    margin-bottom: 15px;
    min-height: 308px;
    display: table;
}

.bg-medium {
    background-color: #f4f4f4;
}

.bps-advantage-list li > .img-box {
    position: relative;
    background-color: #999;
    width: 35%;
    height: inherit;
    min-height: 308px;
    display: table-cell;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bps-advantage-list li .img-box > .advantage-number {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #31708f;
    color: #ffffff;
    height: 70%;
    width: 70px;
    margin-left: -40px;
    text-align: center;
    transform: skewX(-16deg);
}

.bps-advantage-list li .img-box .advantage-number > img {
    transform: skewX(16deg);
    margin: 20px 0 0 15px;
}

.bps-advantage-list li > .text-box {
    width: 65%;
    height: inherit;
    margin-left: 30%;
    padding: 23px 30px 15px 30px;
    display: table-cell;
}

.bps-advantage-list li .text-box > h4 {
    margin-top: 0;
}

.service {
    position: relative;
    height: 100vh;
    min-height: 460px;
}

.service-top.recruit {
    background-image: url(../image/bg-recruit-overlay.png), url(../image/bg-recruit.jpg);
}

.service-top {
    background-size: cover;
    background-repeat: no-repeat, no-repeat;
    background-position: top center;
    height: 100vh;
    min-height: 600px;
    color: #fff;
    text-align: center;
}

.service-link-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -140px auto auto auto;
    height: 280px;
}

.service-link-wrapper .service-name {
    font-size: 32px;
    line-height: 1.5;
}

.sp-hidden {
    display: inline;
}

.service-top .service-points li {
    border: solid 1px #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    /* width: 112px; */
    height: 35px;
    margin: 0 6px;
    padding: 9px;
    box-sizing: border-box;
}

.service-link-wrapper > p {
    font-size: 16px;
    margin-top: 16px;
}

.scroll {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    z-index: 998;
}

.scroll .scroll-inner {
    margin: 0 auto;
    width: 32px;
    height: 50px;
    background-image: url(../image/wheel.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 53% top;
    -webkit-animation: wheel_move 2s infinite ease;
    animation: wheel_move 2s infinite ease;
    color: #FFFFFF;
    text-align: left;
}

.small-word {
    font-size: 14px;
    display: block;
    margin: 0;
}

.how-to-growth {
    padding: 0 0 50px;
}

.about-page .subordinate-heading {
    padding: 0 0 30px;
    font-size: 28px;
    font-weight: 700;
}

.about-page .float-contents {
    margin-bottom: 20px;
}

.float-contents.opposite .right-content {
    float: right;
    margin-left: 0;
}

.pc-left-margin10 {
    margin-left: 10px;
}

.img-president {
    display: flex;
    justify-content: center;
}


.about-page .float-contents .left-content.no-float, .about-page .float-contents .right-content.no-float {
    float: none;
    margin-right: 0;
    margin-left: 0;
}

.about-page .sub-heading {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 700;
}

p.ceo-name {
    font-weight: bold;
}

.align-right {
    text-align: right;
}

.about-page .description-layout.bg-medium {
    border: none;
    padding: 8px 0;
}

.about-page .description-layout {
    border: 1px solid #d2d2d2;
    background-color: #f4f4f4;
    margin: 15px 0 25px;
}

.description-layout.bg-medium dt {
    width: 180px;
    line-height: 2;
}

.description-layout.bg-medium dd {
    background-color: #f4f4f4;
    margin-left: 180px;
    line-height: 2;
}

.list-style-none {
    list-style: none;
}

.description-layout h3.size-mid {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    padding: 6px 2%;
    font-weight: 700;
}

.description-layout ul.company-list {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    letter-spacing: -.40em;
    margin: 6px 2%;
    line-height: 2;
}

.description-layout ul.company-list > li {
    list-style: none;
    letter-spacing: normal;
}

.description-layout ul.company-list li h4 {
    margin: 10px 0;
    font-size: 14px;
    line-height: 2;
    font-weight: bolder;
}

.description-layout ul.company-list > li ul {
    padding-left: 1.2em;
    list-style: disc;
}

.description-layout .location-list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 6px 0;
}

.description-layout.block dt, .description-layout.block dd {
    width: 100%;
    margin-left: 0;
}

.about-page #message {
    background: #f4f4f4;
}

.about-page .bg-light {
    background: #fff;
}

.open-button {
    color: #00a7ff;
    font-size: 50px;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 23px;
    z-index: 9;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.img-relative-strength {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 3px;
    right: 10px;
}

.service-laboratory__copy {
    margin: 40px auto 40px;
    max-width: 755px;
    width: 100%;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    font-weight: 600;
}

.service-difference__note {
    width: 100%;
}

.note-txt {
    margin-top: 30px;
    padding-left: 45px;
    position: relative;
}

.note-txt i {
    content: '';
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.note-txt p {
    font-size: 18px;
    line-height: 1.33333333;
    padding: 11px 15px;
    position: relative;
    text-align: justify;
}

.service-page .list-type5 ol li {
    position: relative;
    margin-bottom: 1.5em;
    padding: 1.3em 0 1.3em 58px;
    background-color: #fff;
    padding-left: 58px;
    width: 90%;
    border: 2px solid;
    border-radius: 10px;
}

.service-page .explain {
    margin: 0 auto 40px;
    max-width: 860px;
    font-size: 18px;
}

.btn-more {
    text-transform: uppercase;
    background-color: #f75239;
    color: #fff;
    padding: 5px 30px;
    border-radius: 0;
    border: none;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
}

.btn-more:before, .btn-more:after {
    background-color: #ecebec;
    width: 8px;
    height: 2px;
    position: absolute;
    margin-left: -15px;
    content: "";
    margin-top: 12px;
}

.btn-more:after {
    margin-left: 10px;
}

.btn-more:hover {
    color: #f75239;
    background-color: #fff;
    border: 2px solid #f75239;
}

.divider {
    background-repeat: no-repeat;
    background-size: contain;
    width: 107px;
    height: 4px;
    background-color: #f75239;
    margin: 0 auto 30px;
}

section.partner-intro .content .partner {
    margin-bottom: 25px;
    background-color: #fff;
    display: flex;
    min-height: 225px;
    width: 100%;
    border: 2px dotted #d6d7d6;
    background-repeat: repeat-y;
}

section.partner-intro .content .partner .image {
    flex-basis: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    border-right: 2px dotted #d6d7d6;
}

section.partner-intro .content .partner .info {
    width: 78%;
    float: right;
}

section.partner-intro .content .partner .info h4 {
    padding: 13px 0 13px 15px;
    font-size: 25px;
    color: #f75239;
}

section.partner-intro .content .partner .info .text .inner {
    position: relative;
    padding-left: 15px;
    padding-right: 35px;
}

section.partner-intro .content .partner .info .text p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

.content-heading {
    margin: 0 0 30px;
    font-weight: normal;
}

.position-relative {
    position: relative;
}