/*====================================================================================
汎用
====================================================================================*/
.no_banner #cm-footer {
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    .no_banner #cm-footer {
        padding-top: 8%;
    }
}

#header .gnav li a {
    text-shadow: none;
    color: #2d383e;
}

@media screen and (min-width: 768px) {
    #header .gnav li a:after {
        background: #0d4566;
    }
}

#header .gnav.opened {
    box-shadow: 0 0 5px #1b597e;
}

@media screen and (max-width: 1024px) {
    #header .navTrigger {
        border: 1px solid #0d4566;
    }

    #header .navTrigger span {
        background: #0d4566;
    }
}

.cm-phone {
    color: #2d383e;
}

.cm-phone a {
    background: url("../common_img/h_ico_tel_blue.png") no-repeat center left;
    color: #0080cc !important;
}

.ttl_page {
    position: relative;
    margin-bottom: 0;
    z-index: 3;
}

.ttl_page:after {
    position: absolute;
    content: "";
    width: 88%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.ttl_page h1 {
    font-size: 3em;
    color: #ddd;
    padding: 140px 0 80px;
}

@media only screen and (min-width: 1600px) {
    .ttl_page h1 {
        margin-left: -15%;
    }
}

@media only screen and (max-width: 767px) {
    .ttl_page h1 {
        font-size: 25px;
        padding: 30% 0 10%;
    }
}

@media only screen and (max-width: 480px) {
    .ttl_page h1 {
        font-size: 22px;
    }
}

.breadcrumb {
    margin: 15px 0 100px;
}

.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb ul li {
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    padding-left: 15px;
}

.breadcrumb ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 6px;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.breadcrumb ul li:first-child {
    padding-left: 0;
}

.breadcrumb ul li:first-child:before {
    content: "";
}

.breadcrumb ul li a {
    font-weight: bold;
    text-decoration: none;
    color: #0d4566;
}

@media only screen and (min-width: 1600px) {
    .breadcrumb #breadcrumb {
        margin-left: -15%;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}

#main .sec_cont {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    #main {
        margin-top: 8%;
    }

    #main .sec_cont {
        margin-bottom: 8%;
    }
}

.un-ttl01 {
    position: relative;
    font-size: 1.4em;
    color: #129490;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.un-ttl01 .en {
    display: block;
    font-size: 4em;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    color: #40B373;
    letter-spacing: 8px;
    line-height: 1.1;
}

.un-ttl01:after {
    position: absolute;
    content: "";
    background: #129490;
    width: 150px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .un-ttl01 {
        font-size: 20px !important;
        padding-bottom: 4%;
        margin-bottom: 6%;
    }

    .un-ttl01 .en {
        font-size: 60px !important;
        letter-spacing: 4px;
    }
}


.u-btn {
    margin-top: 0 !important;
}

.u-btn a {
    padding: 5px 55px 5px 10px;
    min-width: 200px;
}

/*====================================================================================
企業情報ページ
====================================================================================*/
.company_page .ttl_page:after {
    background: url("../img/company/company_bg.jpg") no-repeat top left;
    background-size: cover;
}

.company_page #message {
    background: url(../img/service_bg.png) no-repeat top right;
    background-size: cover;
    padding: 80px;
    border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
}

.company_page #message .container {
    background: #fff;
    box-shadow: 0px 0px 27px 0px #e6edf4;
    padding: 80px 100px;
}

.company_page #history {
    background: url(../img/service_bg.png) no-repeat top right;
    background-size: cover;
    padding: 80px;
    border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    z-index: 3;
}

.company_page #history .container {
    background: #fff;
    padding: 80px 50px;
}

.company_page #history .container .sec_history {
    position: relative;
}

.company_page #history .container .sec_history table tr th,
.company_page #history .container .sec_history table tr td {
    padding: 8px 8px 8px 50px;
    box-sizing: border-box;
    text-align: left;
}

.company_page #history .container .sec_history table tr th {
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    color: #129490;
    border-right: 1px solid #129490;
}

.company_page #history .container .sec_history table tr td {
    width: calc(100% - 200px);
    font-size: 16px;
}

.company_page #history .container .sec_history .list_img li {
    position: absolute;
}

.company_page #history .container .sec_history .list_img li:nth-child(1) {
    top: 0;
    right: 0;
}

.company_page #history .container .sec_history .list_img li:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    right: 28%;
}

.company_page #history .container .sec_history .list_img li:nth-child(3) {
    bottom: 0;
    right: 0;
}


@media screen and (min-width: 769px) {
    .company_page .style_table01 {
        width: 1000px;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {

    .company_page #message,
    .company_page #history {
        padding: 10% 2%;
    }

    .company_page #message .container,
    .company_page #history .container {
        padding: 8% 2%;
    }

    .company_page #history .container .sec_history .list_img {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 8%;
    }

    .company_page #history .container .sec_history .list_img li {
        position: relative;
        width: 33%;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: translate(0) !important;
    }

    .company_page #history .container .sec_history .list_img li img {
        width: 100%;
    }

    .company_page .sec_access li {
        width: 48%;
        margin: 0 1%;
    }
}

@media screen and (max-width: 767px) {
    .company_page .sec_access li {
        width: 100%;
        margin: 1% 0;
        padding: 10px;
    }

    .company_page .sec_access li figure {
        width: 60px;
    }

    .company_page .sec_access li figure img {
        height: 40px;
        width: auto;
    }

    .company_page .sec_access li .txt {
        width: calc(100% - 60px);
    }

    .company_page .sec_access li .txt h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .company_page #history .container .sec_history table tr th,
    .company_page #history .container .sec_history table tr td {
        padding: 5px;
    }

    .company_page #history .container .sec_history table tr th {
        width: 100px;
        font-size: 16px;
    }

    .company_page #history .container .sec_history table tr td {
        width: calc(100% - 100px);
        font-size: 14px;
    }
}


.style_table01 {
    width: 100%;
}

.style_table01 tr th,
.style_table01 tr td {
    border: 1px solid #e1e1e1;
    padding: 15px 30px;
    box-sizing: border-box;
}

.style_table01 tr th {
    background: #2E8053;
    width: 350px;
    color: #fff;
    vertical-align: middle;
}

.style_table01 tr td {
    width: calc(100% - 350px);
}

@media screen and (max-width: 767px) {

    .style_table01 tr th,
    .style_table01 tr td {
        padding: 10px;
    }

    .style_table01 tr th {
        width: 100px;
    }

    .style_table01 tr td {
        width: calc(100% - 100px);
    }
}


/*====================================================================================
品質方針ページ
====================================================================================*/
.quality_page .ttl_page:after {
    background: url("../img/company/quality_bg.jpg") no-repeat top left;
    background-size: cover;
}

.quality_page #quality {
    background: url(../img/service_bg.png) no-repeat top right;
    padding: 80px;
    border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
}

.quality_page #quality .container {
    background: #fff;
    box-shadow: 0px 0px 27px 0px #e6edf4;
    padding: 80px 100px;
}

@media screen and (max-width: 1024px) {

    .quality_page #quality {
        padding: 10% 2%;
    }

    .quality_page #quality .container {
        padding: 8% 2%;
    }
}


/*====================================================================================
グループ会社ページ
====================================================================================*/
.group_page .ttl_page:after {
    background: url("../img/company/group_bg.jpg") no-repeat top left;
    background-size: cover;
}

.group_page #group {
    background: url(../img/service_bg.png) no-repeat top right;
    padding: 80px;
    border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
}

.group_page #group .container {
    background: #fff;
    box-shadow: 0px 0px 27px 0px #e6edf4;
    padding: 80px 100px;
}

.group_btn {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.group_btn .btn04:first-child {
    margin-right: 20px;
}

.btn04 {
    position: relative;
    display: inline-block;
    padding: 10px 80px;
    color: #333;
    border: 1px solid #ccc;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

.btn04:hover {
    color: #40B373;
    background-color: #eee;
    border-color: transparent;
    transition-delay: .6s;
}

.btn04 span {
    display: block;
    z-index: 2;
}

.borderleft span::before,
.borderleft span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #2E8053;
    transition: all .3s;
}

.borderleft span::before {
    left: 0;
    top: 0;
}

.borderleft span::after {
    left: 0;
    bottom: 0;
}

.borderleft:hover span::before,
.borderleft:hover span::after {
    width: 100%;
}

.borderleft::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #333;
    transition: all .3s;
}

.borderleft:hover::before {
    width: 100%;
    transition-delay: .4s;
}

@media screen and (max-width: 1024px) {

    .group_page #group {
        padding: 10% 2%;
    }

    .group_page #group .container {
        padding: 8% 2%;
    }
}

@media screen and (max-width: 767px) {
    .group_btn {
        flex-direction: column;
    }

    .group_btn .btn04:first-child {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}


/*====================================================================================
アクセスページ
====================================================================================*/
.access_page .ttl_page:after {
    background: url("../img/company/access_bg.jpg") no-repeat top left;
    background-size: cover;
}

.access_page #access {
    background: url(../img/service_bg.png) no-repeat top right;
    background-size: cover;
    padding: 80px;
    border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
}

.access_page #access .container {
    background: #fff;
    box-shadow: 0px 0px 27px 0px #e6edf4;
    padding: 80px 100px;
}

.access_page .sec_access {
    background: #40B373;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.access_page .sec_access li {
    width: 42%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    margin: 0 10px;
}

.access_page .sec_access li figure {
    width: 80px;
}

.access_page .sec_access li .txt {
    width: calc(100% - 80px);
}

.access_page .sec_access li .txt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #129490;
    border-bottom: 1px solid #40B373;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .access_page #access .container {
        padding: 8% 2%;
    }

    .access_page .sec_access li {
        width: 48%;
        margin: 0 1%;
    }
}

@media screen and (max-width: 768px) {
    .access_page #access {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {

    .access_page .sec_access li {
        width: 100%;
        margin: 1% 0;
        padding: 10px;
    }

    .access_page .sec_access li figure {
        width: 60px;
    }

    .access_page .sec_access li figure img {
        height: 40px;
        width: auto;
    }

    .access_page .sec_access li .txt {
        width: calc(100% - 60px);
    }

    .access_page .sec_access li .txt h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

}

/*====================================================================================
自動車部品の検査ページ
====================================================================================*/
.autoparts_page .ttl_page:after {
    background: url("../img/autoparts/autoparts_bg.jpg") no-repeat top left;
    background-size: cover;
}

.allday {
    text-align: center;
    color: #40B373;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.service_img {
    text-align: center;
    margin-bottom: 60px;
}

.service_img img {
    box-shadow: 0px 0px 50px 15px #ddd;
    border-radius: 10px;
    padding: 20px;
}

.s_btn {
    display: flex;
    justify-content: center;
}

.s_btn div:first-child {
    margin-right: 20px;
}

.s_stepbar h3 {
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem 1rem 120px;
    border: solid 2px #129490;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.s_stepbar h3:before {
    position: absolute;
    content: '';
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    transform: rotate(25deg);
    background: #129490;
    z-index: -2;
}

.s_stepbar h3:after {
    position: absolute;
    content: 'メリット';
    top: 0%;
    left: 0;
    z-index: 999;
    color: #fff;
    transform: rotate(-10deg);
}

.s_stepbar h3 span {
    position: absolute;
    display: block;
    top: 15%;
    left: 2%;
    z-index: 999;
    font-size: 30px;
    font-size: 2.3rem;
    padding-left: 16px;
    color: #fff;
}

.s_stepbar {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #dedede;
}

.s_stepbar .s_stepbarwrap .triangle {
    content: "";
    display: block;
    width: 0;
    border: solid 1em transparent;
    border-top-color: #dedede;
    margin: 0 auto;
}

.s_stepbar .s_stepbarwrap .steptitle span {
    display: block;
    font-weight: bold;
}


.s_stepbar .s_stepbarwrap .txt {
    margin: 2em auto;
}

.s_stepbar:first-of-type .triangle:first-of-type {
    display: none;
}

.s_stepbar:last-of-type .s_stepbarwrap:last-of-type {
    border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 960px) {
    .s_stepbar {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {

    .s_btn {
        flex-direction: column;
        align-items: center;
    }

    .s_btn div:first-child {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .s_stepbar h3 {
        width: 100%
    }

    .s_stepbar .s_stepbarwrap .txt {
        text-align: left;
    }

}

/*====================================================================================
コンビニ人材派遣ページ
====================================================================================*/
.convenience_page .ttl_page:after {
    background: url("../img/convenience/convenience_bg.jpg") no-repeat top left;
    background-size: cover;
}

/*====================================================================================
採用TOPページ
====================================================================================*/
.recruit_t_page .ttl_page:after {
    background: url("../img/recruit/recruit_t_bg.jpg") no-repeat top left;
    background-size: cover;
}

.recruit_img {
    text-align: center;
    margin-bottom: 60px;
}

.recruit_img img {
    border-radius: 10px;
    width: 80%;
}


.zoomInRotate img {
    transform: scale(1);
    transition: .3s ease-in-out;
}

.zoomInRotate a:hover img {
    transform: rotate(5deg) scale(1.2);
}


.mask {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.r_btn {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .recruit_img img {
        width: 100%;
    }
}

/*====================================================================================
採用-自動車部品の検査業務ページ
====================================================================================*/
.recruit_car_page .ttl_page:after {
    background: url("../img/recruit/recruit_car_bg.jpg") no-repeat top left;
    background-size: cover;
}

.recruit_table {
    width: 90%;
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.recruit_table th,
.recruit_table td {
    padding: 20px;
}

.recruit_table th {
    background: #40B373;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
}

.recruit_table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #40B373;
    border-width: 10px;
    margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
    .recruit_table th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}

.recruit_table td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .recruit_table {
        width: 100%;
    }

    .recruit_table th,
    .recruit_table td {
        padding: 10px;
    }

    .recruit_table td {
        padding-left: 20px;
    }
}


/*====================================================================================
採用-自動車部品の検査業務ページ
====================================================================================*/
.recruit_con_page .ttl_page:after {
    background: url("../img/recruit/recruit_con_bg.jpg") no-repeat top left;
    background-size: cover;
}

/*====================================================================================
転職支援ページ
====================================================================================*/
.career_page .ttl_page:after {
    background: url("../img/career/career_bg.jpg") no-repeat top left;
    background-size: cover;
}

.career-fl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.career-fl .career-title:first-child {
    width: 25%;
    margin-right: 20px;
}

.career-title {
    font-weight: bold;
    padding: 8px 16px;
    background: rgba(68, 68, 68, 0.7);
    color: #fff;
    -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
    .career-fl {
        flex-direction: column;
        align-items: flex-start;
    }

    .career-fl .career-title:first-child {
        width: 100%;
        margin-right: 0px;
    }
}


/*====================================================================================
問い合わせフォームページ
====================================================================================*/
.contact_page .ttl_page:after {
    background: url("../img/contact/contact_bg.jpg") no-repeat top left;
    background-size: cover;
}

.contact_page #message .container {
    padding: 80px;
}

.form_areabox {
    display: flex;
    justify-content: center;
}

.form_areabtn:not(:last-child) {
    margin-right: 80px;
}

.form_areabtn {
    margin-top: 40px;
}

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

.contact-box .ttl {
    font-size: 2.2em;
    font-weight: bold;
}

.contact-box .ttl span {
    color: #40B373;
}

.form_areabtn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.form_areabtn a:before,
.form_areabtn a:after {
    content: '';
    width: 18px;
    height: 18px;
    border-color: #008000;
    box-sizing: border-box;
    border-style: solid;
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.form_areabtn a:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.form_areabtn a:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}

.form_areabtn a:hover:before,
.form_areabtn a:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #008000;
}

.form_areabtn a:hover {
    background-color: rgba(102, 255, 102, 0.2);
    border-color: #008000;
}

.formlink,
.formlink span {
    display: inline-block;
}

.formlink span {
    transition: .5s;
    border-bottom: solid 1px #00B285;
}

.formlink:hover span {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    color: #fff;
    background-color: #00B285;
}

@media screen and (max-width:768px) {

    .recruitment th,
    .recruitment td {
        width: 100%;
        display: block;
    }

    .form_areabox {
        flex-direction: column;
    }

    .form_areabtn:not(:last-child) {
        margin-right: 0px;
    }
}

/*----contact.html----*/

.form_step {
    max-width: 900px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .form_step {
        width: 75%;
    }
}

.form_step ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form_step ul li {
    position: relative;
    text-align: center;
    background: #eee;
}

@media only screen and (min-width: 768px) {
    .form_step ul li {
        width: 33.33333%;
    }
}

@media print {
    .form_step ul li {
        width: 33.33333%;
    }
}

.ie8 .form_step ul li {
    width: 33.33333%;
}

@media only screen and (max-width: 767px) {
    .form_step ul li {
        display: none;
    }
}

.form_step ul li:nth-child(n+2) {
    margin-left: 3.0%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .form_step ul li:nth-child(n+2) {
        margin-left: 5%;
    }
}

.form_step ul li:nth-child(n+2):before {
    content: "";
    position: absolute;
    top: 50%;
    border-width: 24.9px 20px;
    width: 0;
    height: 0;
    left: -20px;
    border-left-color: transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form_step ul li span {
    position: relative;
    height: 50px;
    line-height: 50px;
    display: block;
}

.form_step ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    border: 0 solid #eee;
    border-width: 24.9px 20px;
    width: 0;
    height: 0;
    left: 100%;
    border-color: transparent;
    border-left-color: #eee;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form_step ul li.active {
    background: #129490;
}

@media only screen and (max-width: 767px) {
    .form_step ul li.active {
        display: block;
        width: 100%;
    }
}

.form_step ul li.active span {
    color: #fff;
}

.form_step ul li.active span:after {
    border-left-color: #129490;
}


.form_area {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
    .form_area {
        width: 100%;
    }
}

.form_area form {
    width: 100%;
}

.form_area form table {
    width: 100%;
}

.form_area form table tr {
    position: relative;
}

.form_area input,
.form_area textarea,
.form_area select {
    border-style: inset;
    border: solid 1px #ddd;
}


.form_area form table tr:first-child td:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}

@media only screen and (max-width: 768px) {
    .form_area form table tr:first-child td:before {
        display: none;
    }
}

.form_area form table tr th {
    width: 30%;
    font-weight: normal;
    padding: 1em .5em;
    background: #2E8053;
    color: #fff;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .form_area form table tr th {
        text-align: center;
        width: 100%;
        display: block;
        padding: .8em .2em;
    }
}

.form_area form table tr th span {
    background: #cd6f55;
    padding: 0 .3em;
    color: #fff;
    margin-left: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form_area form table tr th:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px #fff;
}

.form_area form table tr td {
    position: relative;
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .form_area form table tr td {
        padding: 1.5em .5em;
        display: block;
        width: 100%;
    }
}

.form_area form table tr td:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}

.form_area form table tr .box_br {
    display: block;
}

.form_area form table tr select,
.form_area form table tr textarea,
.form_area form table tr .wide {
    width: 100%;
    height: 3em;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form_area form table tr textarea {
    height: 10em;
}

.add_form {
    margin-bottom: 15px;
}

.c_btn {
    text-align: center;
}

.c_btn .submit_btn {
    width: 200px;
}


/*----mail.php----*/
#formWrap {
    margin-top: 80px;
}

.kak_text {
    margin-bottom: 30px;
}

.submit_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 2em 0;
    padding: 1em;
    font-size: 1em;
    background-color: #129490;
    color: #FFF;
    border-radius: 3px;
    border: 0;
    transition: 0.3s;
}

.submit_btn:hover {
    background-color: #123321;
}

.back_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 2em 0;
    padding: 0.6em 1em;
    font-size: 1em;
    color: #333;
    border-radius: 3px;
    border: 0;
    transition: 0.3s;
}

.back_btn:hover {
    background-color: #eee;
}


/*----/mail.php----*/

/*----thanks.html----*/

.thanks_txt {
    margin: 50px;
}

@media only screen and (max-width: 820px) {
    .thanks_midashi {
        padding-top: 70px;
    }
}

/*----/thanks.html----*/


/*----advertisement.html----*/

.advertisement_page .ttl_page:after {
    background: url(../img/advertisement/advertisement_bg.jpg) no-repeat top left;
    background-size: cover;
}

.job-contents {
    margin-top: 40px;
    margin-bottom: 80px;
}

.job-wrap {
    display: flex;
    align-items: center;
    margin: 0 auto 50px;
}

.job-wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.job-image {
    width: 50%;
}

.job-text {
    padding: 0 30px;
    width: 50%;
}

.job-text h2 {
    position: relative;
    padding-top: 10px;
    font-size: 26px;
    background-image: linear-gradient(90deg, #129490 0%, #129490 30%, rgba(0 0 0 / 0) 30%, rgba(0 0 0 / 0) 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 20px;
}

.job-text h2::before {
    content: attr(data-number);
    display: block;
    margin-bottom: 20px;
    color: #129490;
    font-size: 26px;
    font-weight: 800;
}

.job-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.job-contact {
    font-size: 1.4em;
    text-align: center;
}

.job-wrap_l-image {
    display: flex;
    align-items: center;
    margin: 0 auto 50px;
    gap: 30px;
}

.gra-bk {
    color: #fff;
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
}

.gra-bk span {
    background-image: linear-gradient(90deg, #40b373, #38f9d7);
    text-shadow: 2px 3px 3px rgb(127 132 129 / 40%);
    padding: 5px;
}

.tab-1 {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f0f0f0;
    margin-top: 40px;
    margin-bottom: 50px;
}

.tab-1>label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #e9f6f3;
    color: #535353;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.tab-1>label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1>div {
    display: none;
    width: 100%;
    padding: 2em 1em 4em;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: #40b373 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #333333;
}

.tab-1 label:has(:checked)+div {
    display: block;
    border-top: unset;
}

.tab-text {
    width: 60%;
}

.tab-text p {
    margin-bottom: 10px;
}

.tab-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tab-title span {
    background: linear-gradient(transparent 60%, #d2ffc8 60%);
}

.advertisement_page .btn02 {
    margin-top: 0;
}

.tooltip {
    position: relative;
    cursor: pointer;
}

.balloon_top {
    width: 150px;
    position: absolute;
    left: 50%;
    bottom: 80%;
    transform: translateX(-50%);
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 10px;
    background-color: #666;
    font-size: 16px;
    color: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.5s all;
}

.balloon_top::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 12px solid #666;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip:hover .balloon_top {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .job-wrap {
        flex-direction: column;
    }

    .job-wrap:nth-child(even) {
        flex-direction: column-reverse;
    }

    .job-image {
        width: 100%;
    }

    .job-text {
        padding: 0 15px;
        width: 100%;
        margin-top: 20px;
    }

    .tab-text {
        width: 100%;
    }

}

@media only screen and (max-width: 540px) {
    .gra-bk {
        font-size: 1.5em;
    }
}

/*----/advertisement.html----*/
