@charset "UTF-8";
/* CSS Document */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ページ上部　キャッチコピー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.catchiner {
    margin: 80px 0 0;
    text-align: center;
}
.catchiner h2{
    font-weight: 600;
    line-height: 1.3;
}
.catchiner p{
    font-size: 1.2em;
    text-align: center;
}
img{
    text-align: center;
}
.catchcopy {
    margin: 20px 0 40px;
    font-size: 1.2em;
    font-weight: 500;
}
h1{
    font-size: 2.67em;
    font-weight: 600;
}
h2 {
    font-size: 2.12em;
    font-weight: 500;
}
section.wrap_m.titleiner {
    margin-top: 3.75em;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 28px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.table_wrap1　募集要項
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 画像エリアの設定 */
.staff-img {
    width: 100%;
    max-width: 730px; 
    margin: 0 auto -80px auto; 
    display: flex;
    justify-content: center; 
    position: relative;
    z-index: 10;
    transform: translateY(-60px);
}
.staff-img img {
    width: 100%;
    height: auto;
}
.job_table {
    width: 100%;
}
.job_table th {
    width: 240px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 1em;
}
.job_table td {
    padding: 15px 9px;
}
.job_box.only{
    box-shadow: 0 0.5px 0 0 #000;
}
.job_box h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
}
.job_box h3 span {
    margin-right: 8px;
    padding: 3px 4px;
    color: #fff;
    background-color: #333;
}
.job_box ul {
    padding-left: 20px;
}
.job_box li {
    margin-bottom: 8px;
}
.job_box .note {
    font-size: 14px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.table_wrap2　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.table_wrap2{
    padding: 60px;
    margin: 20px 0 0;
    border-collapse: collapse;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
}
br.sp_on{
    display: none;
}
.job_table.bottom th {
    padding: 15px 90px 15px 40px;
    text-align: justify;
    text-align-last: justify;
    box-shadow: 0 0.5px 0 0 #000;
}
.job_table.bottom th.noline{
    border-bottom: none;
}
.ouboiner {
    max-width: 800px;
    margin: 2.8em auto 0;
}
p.only {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1;
}
/* 全体のコンテナ */
.flow-container{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	background-color: #fff;
}
/* 黒いボックス */
.flow-box{
	background-color: #1a1a1a;
	color: #ffffff;
	border-radius: 8px;
	padding: 10px;
	width: 270px;
	min-height: 85px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}
.flow-box.s_box.left {
    align-items: flex-start;
    padding: 10px 12px 10px 15px;
    width: 140px;
}
.flow-box.s_box{
    width: 150px;
}
.flow-box.m_box {
    width: 170px;
}
.flow-box.s_box.center{
    padding-left: 3px;
}
/* 黄色のタイトルテキスト */
.flow-title{
	color: #fff000;
	font-size: 1.1em;
	line-height: 1.4;
}
.flow-title.center{
    margin-left: -8px;
}
/* 白の説明テキスト */
.flow-desc{
	font-size: 13px;
	line-height: 1.2;
}
.flow-desc.only{
    line-height: 1.8;
}
/* 矢印画像スタイル */
.flow-arrow-img{
	width: auto;
	height: 15px;
	margin: 0 10px;
	display: block;
}
.ouboiner p{
    margin-bottom: 0;
    line-height: 1.2;
}
p.min_size{
    font-size: 15.8px;
}
/* スマホ対応（画面幅が1100px未満になったら縦並びにする） */
@media (max-width: 768px){
	.flow-container{
		flex-direction: column;
	}
    br.sp_on{
        display: block;
    }
	.flow-arrow-img{
		margin: 15px 0;
		transform: rotate(90deg);
	}
    .flow-box{
        width: 100% !important;
        min-height: 70px;
    }
    .flow-box.s_box.left {
        align-items: center;
        padding: 10px 10px 10px 0; 
        flex-direction: row;
        gap: 20px;
    }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.table_wrap2　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .table_wrap2 {
        margin: 20px 0 0;
        padding: 40px 25px;
    }
    .catchiner {
        margin: 40px 0;
        text-align: left;
    }
    .catchiner br{
        display: none;
    }
    .catchiner h2 {
        font-size: 22px;
        padding: 0 24.7px;
    }
    .catchiner p {
        padding: 0 24.7px;
        text-align: justify;
    }
    .job_table td {
        padding: 10px;
    }
    .job_table.bottom th {
        padding: 10px 15px 10px 5px;
        text-align-last: unset;
    }
    .job_table th {
        width: 100px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.hellowork　ハローワークボタン周り
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.hellowork{
    width: 670px;
    text-align: center;
    margin: 60px auto;
    padding: 20px;
    border: 1.8px solid #969696;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hw-logo {
    width: 60%;
}
.hellowork_btn {
    padding: 8px 75px;
    border: 1px solid #1a1a1a;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 999px; /* 楕円ボタン */
    font-size: 17px;
}
.hellowork_btn:hover {
    background-color: #fff;
    color: #1a1a1a;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.hellowork　ハローワークボタン周り　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .hellowork {
        width: 100%;
        margin: 50px auto 0;
        padding: 5px 15px 15px;
    }
    .hw-logo {
        width: 85%;
    }
    .hellowork_btn {
        padding: 6px 65px;
        font-size:15px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.contact-btn　エントリーボタン周り
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.btn-entry {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 67%;
    margin: 0 auto;
    padding: 30px 60px;
    background-color: #d72f16;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    border: 4px solid #d72f16;
    box-sizing: border-box;
}
.btn-entry .jp {
	font-size: 32px;
	letter-spacing: 0.1em;
}
.btn-entry .en {
	font-size: 18px;
	letter-spacing: 0.05em;
    margin-top: 5px;
}
.btn-entry .arrow-icon {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	width: 11px; 
	height: auto;
}
.btn-entry .arrow-icon.red {
	display: none;
}
/* ホバー時の挙動（反転） */
.btn-entry:hover {
	background-color: #ffffff;
	color: #d93327;
}
.btn-entry:hover .arrow-icon.white {
    display: none;
}
.btn-entry:hover .arrow-icon.red {
    display: block;
}
.btn-entry.bottom{
    margin-bottom: 70px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.contact-btn　エントリーボタン周り　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .btn-entry {
        margin: 40px auto 0;
        padding: 20px;
        width: 100%;
    }
    .btn-entry .jp {
        font-size: 24px;
        letter-spacing: 0; 
    }
    .btn-entry .en {
        font-size: 15px;
        letter-spacing: 0; 
        margin-top: 0; 
    }
    .btn-entry .arrow-icon {
        right: 7%;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
strengths 鋳造に関する資格一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.img_box_pc img{
    width: 100%;
}
.wrap_m h2{
    font-weight: 500;
    line-height: 1.3;
}
.sabtitle1{
    margin: 0.2rem 0 1rem;
}
.img_box_pc {
    margin-bottom: 100px;
}
.catchcopy.rebers{
    margin: 50px 0 30px;
    font-size: 20px;
    font-weight: 500;
}
.strengths{
    position: relative;
}
.min-catchflex {
    max-width: 830px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 90px;
    align-items: flex-end;
}
img.catch-img{
    width: auto;
    height: 220px;
    margin-bottom: 45px;
}
p.min-catch {
    width: 322px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    margin-bottom: 0;
}
.wrap-down {
    margin-top: 30px;
}
.table_01 {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    box-shadow: 0 0.5px 0 0 #666;
}
table.table_01 th {
    width: 320px;
    margin: 0;
    padding: 20px 85px;
    box-shadow: 0 0.5px 0 0 #666;
    box-shadow: 0 -0.5px 0 0 #666;
    
    text-align: justify;
    text-align-last: justify;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
}
table.table_01 td {
    padding: 12px 15px 12px 15px;
    box-shadow: 0 0.5px 0 0 #666;
    box-shadow: 0 -0.5px 0 0 #666;
    line-height: 25px;
}
table.table_01 td a{
    text-decoration: none;
    color: #0065D3;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
strengths 鋳造に関する資格一覧　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    p.min-catch {
        font-size: 19px;
        text-align: left; 
    }
    .red-back {
        width: 255px;
        font-size: 20px;
        text-align: center;
    }
    section.wrap_m.only {
        padding-top: 0;
    }
    .min-catchflex {
        display: block;
        position: relative;
    }
    .catchcopy.rebers {
        margin: 20px 0 30px;
        font-size: 16px;
    }
    img.catch-img {
        top: -45.5%;
        right: -1%;
        height: 150px;
        position: absolute;
    }
    .wrap-down {
        margin-top: 30px;
    }
    table.table_01 th {
        width: 140px;
        font-size: 14px; 
        padding: 10px 10px 10px 5px;
        box-shadow: 0 -0.5px 0 0 #738192;
        text-align-last: unset;
    }
    table.table_01 td {
        padding: 12px;
        box-shadow: 0 -0.5px 0 0 #738192;
    }

}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
faq_wrapiner 先輩に聞いてみた
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.faq_wrapiner{
    border-radius: 25px;
    padding: 70px 80px 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);  
}
.faq_wrapiner h1{
    font-size: 4.5em;
}
.faq_wrapiner .back_img br.sp_on {
    display: none;
}
.faq_wrap h3{
    margin: 0;
    font-weight: 500;
    font-size: 27px;
    margin-left: -1%;
}
.faq_wrap{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 60px;
    margin: 0 0 25px
}
.faq_wrap img.faq-back {
    position: absolute;
    top: -15%;
    left: 8%;
    width: auto;
    height: 320px;
    z-index: 1;
}
.back_img {
    margin-top: 2em;
}
.faq_wrap .back_img .sabtitle2{
    color: #1a1a1a;
    font-size: 1.2em;
    margin-top: 30px;
    font-weight: 400;
}
 .faq_wrap .back_img .sabtitle2 span {
    font-size: 0.9em;
}

.faq_wrap .text_box ul{
    list-style: none;
    font-size: 18px;
    padding: 0.5em 1em 1em 0;
    margin: 0;
}
.faq_wrap .text_box ul li{
    position: relative;
    padding-left: 0.5em;
    margin: 10px 0;
}
.faq_wrap .text_box ul li::before{
    content: "●";
    font-size: 4px; /* ← ここでサイズ調整 */
    position: absolute;
    left: 0;
    top: 1.9em;
}
.senioriner{
    margin-bottom: 20px;
    text-align: center;
}
p.rigth-text {
    width: 80%;
    text-align: right;
    margin: 8px auto 0;
    color: #000;
    font-size: 0.9em;
}
p.rigth-text br{
    display: none;
}
.senioriner img{
    width: 80%;
}
.faq_text ul{
    margin: 0;
    padding: 0 0px 45px 20px;
    border-bottom: 1px dashed #000;
}
h4.people-title br{
    display: none;
}
h4.people-title {
    font-size: 24px;
    margin: 55px 30px 8px;
    font-weight: 500;
}
.faq_text ul li{
    font-size: 18px;
    font-weight: 500;
}
.faq_text ul p{
    margin: 0.3em 0 0.7em;
}
.faq_text.nobottom ul{
    border-bottom: none;
    padding-bottom: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
faq_wrapiner 先輩に聞いてみた　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    #faq.wrap_m {
        padding-top: 20px;
    }
    .faq_wrapiner {
        padding: 40px 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }
    .faq_wrapiner .back_img br.sp_on {
        display: block;
    }
    .text_box {
        margin-top: 30px;
    }
    .faq_wrap {
        display: block;
    }
    .faq_wrap img.faq-back {
        position: absolute;
        top: -10%;
        left: 20%;
        width: auto;
        height: 215px;
        z-index: 1;
    }
    .faq_wrap .back_img .sabtitle2 {
        margin-top: 0px;
    }
    .senioriner img {
        width: 100%;
    }
    .faq_text p br {
        display: none !important;
    }
    h4.people-title br{
        display: block;
    }
    .faq_wrap h3 {
        font-size: 24px;
    }
    .faq_wrap .text_box ul {
        padding: 0 1em 0 0;
        margin: 0;
        font-size: 14px;
    }
    .senioriner {
        margin-bottom: 0px;
    }
    h4.people-title {
        font-size: 21px;
        margin: 30px 0 10px;
    }
    h4.people-title.line_only {
        padding-top: 23px;
        margin: 0 0 10px;
        border-top: 1px dashed #000;
    }
    p.rigth-text {
        width: 100%;
        margin: 10px 0;
        font-size: 12px;
    }
    p.rigth-text br{
        display: block;
    }
    .faq_text ul {
        margin: 0; 
        padding: 0 0 15px 20px;
    }
    .faq_text ul li {
        font-size: 16px;
    }
}
@media screen and (max-width: 499px) {
    img.catch-img {
        display: none;
    }
    .faq_wrap img.faq-back {
        position: absolute;
        top: -10%;
        left: 20%;
        width: auto;
        height: 215px;
        z-index: 1;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フッターデザイン 調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/	
.only_what {
	padding-top: 0;
}