@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');

/* ==================================================
レスポンシブ
==================================================*/
/* -------------------- 基本設定 -------------------- */
#wpadminbar {
    display: none;
}


html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0!important;
    overflow-x: hidden;
    scroll-behavior: auto!important;
}
body {
    background-color: #fff;
    padding-top: 75px;
}
* {
    box-sizing: border-box;
}

.container {
    max-width: 1080px;
    padding: 0 15px;
    margin: 0 auto;
}
main.container {
    padding: 1.5rem 15px 140px;
}

.grecaptcha-badge {
    visibility: hidden !important;
    /* displayだと完全に消えるからcontactページで機能しない可能性あるし、Googleの利用規約違反 */
}
.page-id-65 .grecaptcha-badge,
.page-id-76 .grecaptcha-badge,
.page-id-72 .grecaptcha-badge,
.page-id-79 .grecaptcha-badge {
    visibility: visible !important;
}


p,
dt,dd,
li,
a,
h1,h2,h3,h4 {
    color: #333;
    font-size: 1rem;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}
ul {
    padding-left: 1.5rem;
}

a {
    color: #333!important;
    text-decoration: none;
}
a.blue_link,
.single table a,
.archive table a {
    color: #3773B8!important;
}
a.blue_link,
.single table a,
.archive table a,
.footer_nav a,
.news_box ul li > span a,
.news_title a:hover {
    text-decoration: underline;
}
a.blue_link:hover,
.single table a:hover,
.archive table a:hover,
footer a:hover,
.news_box ul li > span a:hover {
    text-decoration: none;
}
a.logo:hover,
#ham_nav ul li a:hover,
.copy_box a:hover {
    opacity: 0.5;
}





/* -------------------- 見出し -------------------- */
.title_box {
    width: 100%;
    padding: 4rem 1rem 6rem;
    position: relative;
}
#top .title_box {
    background: url(img/bg_title01.png) no-repeat center top;
    background-size: auto 100%;
}
#visit .title_box {
    background: url(img/bg_title03.png) no-repeat center top;
    background-size: auto 100%;
}
#mid_career .title_box {
    background: url(img/bg_title02.png) no-repeat center top;
    background-size: auto 100%;
}
.title_box h1 {
    color: #3773B8;
    font-size: 2.4rem;
}
.title_box h1 span {
    font-size: 1.8rem;
    display: block;
}
.title_box p {
    font-size: 20px;
}


h2 {
    color: #3773B8;
    font-size: 1.4rem;
    padding: 0;
    margin: 3rem 0 1rem;
}
h3 {
    color: #3773B8;
    font-size: 18px;
    margin: 1.5rem 0 1rem;
}
.page-id-55 h3 {
    color: #333;
    margin: 3.5rem 0 1rem;
}
h4 {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0 0.5rem;
}


.fs_20 {
    font-size: 20px;
}
.gap_10 {
    gap: 10px;
}
.gap_20 {
    gap: 20px;
}
.indent {
    text-indent: 1rem;
}
.indent2 {
    text-indent: 2rem;
}


/* -------------------- ボタン -------------------- */
.btn_blue,
.btn_white,
.post_entry {
    width: 100%;
    min-height: 80px;
    font-size: 20px;
    background-color: #3773B8;
    border: 2px solid #3773B8;
    padding: 2rem 0.5rem;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.btn_blue:hover {
    color: #3773B8!important;
    background-color: #fff;
}
.btn_blue.mail span {
    background: url(img/icon_mail.png) no-repeat left center;
    background-size: 2.5rem;
    padding: 0 0 0 3rem;
}

.btn_white {
    color: #3773B8!important;
    background-color: #fff;
}
.btn_white:hover {
    color: #fff!important;
    background-color: #3773B8;
}


.post_entry {
    background-color: #fff;
}







/* -------------------- ヘッダー -------------------- */
header {
    width: 100%;
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all 0.3s;
}
.header-hide {
    transform: translateY(-100%);
}
.header_inner {
    height: 75px;
}


.logo img {
    max-width: 165px;
    height: auto;
}
.logo > * {
    display: inline-block;
}
.logo p {
    font-size: 16px;
    border-left: 1px solid #333;
}


#sp_btn {
    width: 75px;
    height: 75px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
#sp_btn span,
#sp_btn span:before,
#sp_btn span:after {
    content: '';
    height: 2px;
    width: 42px;
    background-color: #333;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
#sp_btn span:before {
    bottom: 10px;
}
#sp_btn span:after {
    top: 10px;
}

.ham-open #sp_btn span {
    background-color: rgba(255, 255, 255, 0);
}
.ham-open #sp_btn span::before {
    left: 10%;
    bottom: 0;
    transform: rotate(-45deg);
}
.ham-open #sp_btn span::after {
    left: 10%;
    top: 0;
    transform: rotate(45deg);
}

/* #sp_btn p {
    font-size: 13px;
    position: absolute;
    bottom: 8px;
}
#sp_btn p#sp_btn_menu {
    color: #fff;
}
#sp_btn p#sp_btn_close {
    color: #004289;
}
#sp_btn_close,
.ham-open #sp_btn_menu {
    display: none;
}
.ham-open #sp_btn_close {
    display: block;
} */


#ham_nav {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 100px 3rem 1.5rem;
    display: none;
    overflow-y: auto;
    z-index: 99;
    position: fixed;
    top: 0;
    /*left: 100%;*/
    transform: translateX(100%);
    transition: 1s;
}
#ham_nav.ham-open  {
    display: block;
    right: 0;
    transform: translateX(0%);
    transition: 1s;
}
#ham_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#ham_nav ul li a {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 1rem 2rem 1rem 0;
    display: block;
    position: relative;
    transition: all 0.3s;
}
#ham_nav ul li.sp_menu a {
    background: url(img/arrow_menu.png) no-repeat left 10px center;
    background-size: 32px;
    padding:  0.5rem 2rem 0.5rem 3rem;
}




/* -------------------- フッター -------------------- */
footer {
    border-top: 1px solid #ccc;
    background-color: #fff;
    padding: 0;
    position: relative;
}
.footer_inner {
    padding: 40px 20px 52px;
}
.footer_nav > p {
    margin-bottom: 0;
}
.footer_nav .fw-bold {
    font-size: 20px;
}

.copy_box {
    background-color: #333;
    padding: 20px 0;
}
.copy_box * {
    font-size: 12px;
}
.copy_box > div > div a:last-child {
    border-left: 1px solid #fff;
}

#new.footer_nav {
    display: none;
}
body.home #new.footer_nav {
    display: block;
}

#btn_pagetop {
    width: 32px;
    height: 32px;
    /* width: 50px;
    height: 50px; */
    position: fixed;
    right: 15px;
    bottom: -10rem;
    transition: all 0.3s;
}
#btn_pagetop.is-show {
    bottom: 2rem;
}



/* -------------------- ニュース -------------------- */
.news_box ul  {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news_box ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.news_box ul li > span {
    width: 100%;
    display: block;
}
.news_tag {
    color: #E40011;
    font-size: 1rem;
    margin: 0 20px 0 0;
}




/* -------------------- ニュース -------------------- */
#entry_top section:nth-of-type(1) {
    background-color: #F5F5F5;
    padding: 1.5rem 0;
}

#news {
    padding: 1.5rem 0;
}
#news h2,
#entry_top section:nth-of-type(1) h2,
#treatment_area h2:first-of-type {
    margin: 0 0 1rem;
}
#news .news_inner > div {
    width: 100%;
    border: 2px solid #3773B8;
    padding: 1.5rem 15px;
}




/* -------------------- 01 募集情報 -------------------- */
#job_postiong div,
.page-id-57 #mid_career main section:nth-of-type(2) div,
#about .about_linkbox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}
#job_postiong div a,
.page-id-57 #mid_career main section:nth-of-type(2) a,
#about .about_linkbox a {
    height: 100px;
    margin: 0;
}

.page-id-57 #mid_career ul.all_job {
    list-style: none;
}


/* -------------------- 02 工場見学 -------------------- */
.page-id-55 section:has(h3) ul {
    margin: 0;
}




/* -------------------- 404ページ -------------------- */
.error404 h1 {
    font-size: 28px;
    padding: 0 0 0.5rem 0;
    border-bottom: 4px solid #3773B8;
    margin-top: 0!important;
    margin-bottom: 2rem!important;
}









/* ==================================================
レスポンシブ　sm 576px
==================================================*/
@media screen and (min-width: 576px) {
/* -------------------- メイン -------------------- */
.title_box h1 {
    font-size: 3.5rem;
}
.title_box h1 span {
    font-size: 2.2rem;
}

h2 {
    font-size: 2rem;
    margin: 5rem 0 2rem;
}
h3 {
    font-size: 20px;
}



#btn_pagetop {
    width: 50px;
    height: 50px;
}



/* -------------------- 404ページ -------------------- */
.error404 h1 {
    font-size: 40px;
    margin-bottom: 3rem!important;
}


}









/* ==================================================
レスポンシブ　md 768px
==================================================*/
@media screen and (min-width: 768px) {

/* -------------------- メイン -------------------- */
.btn_blue,
.btn_white,
.post_entry {
    margin: 20px 0 0;
}
.gap_md_20 {
    gap: 20px;
}

.title_box {
    padding: 3rem 1rem 6rem;
}
.title_box h1 {
    padding: 5rem 0 20px;
}



/* -------------------- ニュース -------------------- */
.news_box ul li {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
}
.news_box ul li > span:first-child {
    width: 10rem;
}







/* -------------------- 01 募集情報 -------------------- */
#job_postiong div a,
.page-id-57 #mid_career main section:nth-of-type(2) a,
#about .about_linkbox a {
    height: 120px;
}
}









/* ==================================================
レスポンシブ　lg 992px
==================================================*/
@media screen and (min-width: 992px) {
/* -------------------- 基本設定 -------------------- */
body {
    padding-top: 70px;
}
.container {
    max-width: 1080px;
    padding: 0 20px;
}
main.container {
    padding: 5rem 20px 140px;
}

.gap_lg_20 {
    gap: 20px;
}



/* -------------------- ボタン -------------------- */
.btn_blue,
.btn_white {
    margin: 20px 0 0;
}



/* -------------------- ヘッダー -------------------- */
.header_inner {
    height: 70px;
}
.logo img {
    max-width: 175px;
}
.logo p {
    font-size: 18px;
}

#sp_btn {
    display: none;
}

#ham_nav {
    width: auto;
    height: 100%;
    background-color: transparent;
    padding: 0;
    display: block;
    position: initial;
    transform: translateX(0%);
}
#ham_nav ul {
    list-style: none;
    margin: 0;
    gap: 16px;
}
#ham_nav ul li a {
    color: #333!important;
    border-bottom: 3px solid #fff;
    background: none;
    padding: 0 0 5px;
    display: inline-block;
}
#ham_nav ul li a:hover {
    border-bottom: 3px solid #3773B8;
    opacity: 1;
}



/* -------------------- フッター -------------------- */
.footer_inner {
    padding: 40px 20px 52px;
}

.copy_box {
    padding: 12px 0;
}




/* -------------------- ニュース -------------------- */
#news {
    background-color: #F5F5F5;
}
#news h2,
#entry_top section:nth-of-type(1) h2,
#treatment_area h2:first-of-type {
    margin: 0 0 2rem;
}
#news .news_inner > div {
    border: none;
    padding: 0;
}









/* -------------------- 募集情報 -------------------- */
#job_postiong div,
.page-id-57 #mid_career main section:nth-of-type(2) div,
#about .about_linkbox {
    flex-direction: initial;
}
#job_postiong div a,
.page-id-57 #mid_career main section:nth-of-type(2) a,
#about .about_linkbox a {
    width: calc(100% / 3);
    height: auto;
}

}














/* ==================================================
レスポンシブ　xl 1200px
==================================================*/
@media screen and (min-width: 1200px) {
/* -------------------- メイン -------------------- */
.title_box h1 {
    max-width: 1200px;
    margin: 0 auto 50px;
}
.title_box p {
    max-width: 1200px;
    margin: 0 auto;
}

}