@charset "UTF-8";
/* CSS Document */

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h1{
    font-size: 2.67em;
    font-weight: 600;
}
h2 {
    font-size: 2.12em;
    font-weight: 600;
}
section.wrap_m.titleiner {
    margin-top: 3.75em;
}
br.sp_off{
    display: block;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 28px;
    }
    br.sp_off{
        display: none;
    }
    section.wrap_m.titleiner {
        padding-bottom: 0;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
one-days　職場でのある一日
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.one-days{
    background-color: #f2f2f2;
    border-radius: 2%;
    padding: 65px 150px;
    text-align: center;
    margin-bottom: 100px;
}
.one-days h2{
    font-size: 3.1em !important;
    font-weight: 600 !important;
    margin-bottom: 0.7em;
}
.one-days .youtube_box{
    width: 80%; 
    aspect-ratio: 16 / 9; 
    margin: 0 auto;
}
.one-days .youtube_box iframe {
  width: 100%;
  height: 100%;
}
.one-days .sabtitle1{
    margin: 20px 0;
}
.one-days .bottom {
    margin: 20px 0 0;
    font-size: 1.25em;
    font-weight: 400 !important;
    text-align: center;
}
.one-days .reset {
    margin: 20px 0 0;
    font-size: 1.4em;
    font-weight: 400 !important;
}
.one-days .img_box{
    margin-bottom: 50px;
}
.one-days .img_box.only img{
    display: block;
    margin: 0 auto;
}
.one-days h1{
    margin-bottom: 10px;
}
.text_box h3{
    font-size: 20px;
    margin-bottom: 0;
}
.text_box p{
    margin: 0 0 35px;
}
.change{
    font-family: "A-OTF UD黎ミン Pr6", "A-OTF UDReimin Pr6", serif;
}
.change h2{
    font-size: 2.2em !important;
    font-weight: 400 !important;
    margin: 30px 0 20px;
}
.change img{
    max-width: 126px;
}
br.only_sp{
    display: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
one-days　職場でのある一日　　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .one-days {
        padding: 30px 25px;
        margin-bottom: 50px;
    }
    .one-days .youtube_box {
        width: 100%;
    }
    .one-days h2 {
        font-size: 2.19em !important;
    }
    .one-days p{
        text-align: left !important;
        letter-spacing: 0.05em;
    }
    br.only_sp{
        display: block;
    }
    .one-days .bottom span{
        display: none;
    }
    .one-days img{
        width: 100%;
    }
    .change h2 {
        font-size: 1.9em !important;
        line-height: 1.4;
        margin: 20px 0 0px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
manhole-wrap マンホール
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.manhole-wrap{
    position: relative;
}
.manhole-wrap .sabtitle1{
    margin-top: 0.8rem;
}
.manhole-wrap .click-img {
    position: absolute;
    top: -0.6%;
    height: auto;
    width: 18% !important;
}
.manhole-wrap h1 {
    font-size: 55px;
}
.process_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 0.5px solid #000;
}
.process_text {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 45%;
}
.step {
    width: 90px;
    height: 90px;
    background: #1a1a1a;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}
.step span {
    font-size: 37px;
    font-weight: bold;
}
.process_text .text h3 {
    font-size: 20px;
    margin: 35px 0 30px;
}
.process_img {
    width: 50%;
    height: 300px;
}
.process_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.process_pv {
    width: 50%;
    height: 300px;
}
.process_pv iframe {
    width: 100%;
    height: 100%;
}
.process_item:last-child {
  border-bottom: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
manhole-wrap マンホール　　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .manhole-wrap h1 {
        font-size: 1.8em;
        margin: 0;
    }
    .manhole-wrap p{
        text-align: left;
        letter-spacing: 0.05em;
        margin: 0;
    }
    .process_item {
        align-items: center;
        flex-direction: column;
        padding: 25px 0;
        gap: 20px;
        border-bottom: 0.7px solid #000;
    }
    .process_item br{
        display: none;
    }
    .process_text {
        width: 100%;
    }
    .process_img {
        width: 100%;
        max-width: 450px;
        height: 200px;
    }
    .process_pv {
        width: 100%;
        max-width: 450px;
        height: 200px;
    }
    .process_text .text h3 {
        font-size: 18px;
        margin: 20px 0 5px;
    }
    .step {
        width: 65px;
        height: 65px;
    }
    .step span {
        font-size: 18px;
    }
    .manhole-wrap .click-img {
        width: 35% !important;
    }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
wrap_s shadow 私たちの仕事　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.wrap_m.shadow {
    width: 100%;
    margin: 100px auto 50px;
    background: #fff;
    padding: 64px 48px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: 'BokutachinoGothic2Bold', sans-serif;
    overflow: hidden; 
    position: relative;
}
.title_img{
    text-align: center;
}
.title_img img{
    width: 43%;
}
.min_gray {
    background-color: #efefef;
    max-width: 860px;
    margin: 3.4em auto 0;
    padding: 2.7em 1.9em;
}
.work_label {
    position: absolute;
    top: -110px;
    left: -33px;
    max-width: 162px;
    max-height: 260px;
}
h2.sp{
    display: none;
}
.work_label img {
    width: 100%;
    height: auto;
}
/* コンテナ全体のレイアウト */
.casting-container {
    position: relative;
    display: flex;
    justify-content: center;
}
/* メインの並び */
.content-flex {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding-left: 200px;
}
.image-area {
    width: 67%;
}
/* 画像とキャプション */
.img-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.img-box img {
    max-width: 100%;
    display: block;
}
.img-caption {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
.work_jump{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.work_jump::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0.5px;
	background-color: #1a1a1a;
	z-index: 1;
}
.work_jump a{
    font-family: "A-OTF UD Shin Maru Go Pro", "A-OTF UD新丸ゴ Pro", sans-serif;
    font-size: 0.85em;
    font-weight: 400;
	position: relative;
	z-index: 2;
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
    padding: 10px 35px 9px 35px;
    border: 2px solid #1a1a1a;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
}
/* ホバー時の背景と文字色（もし変えるなら） */
.work_jump a:hover{
	background-color: #fff;
	color: #1a1a1a;
}
/* 画像を重ねるための枠 */
.arrow_wrapper{
	position: relative;
	width: 10px;
	height: 10px;
}
/* 2枚の画像を同じ位置に重ねる */
.arrow_wrapper img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}
/* 初期状態：通常表示ON、ホバー用OFF */
.arrow_hover{
	opacity: 0;
}
/* ホバーした時：通常表示OFF、ホバー用ON */
.work_jump a:hover .arrow_normal{
	opacity: 0;
}
.work_jump a:hover .arrow_hover{
	opacity: 1;
}
.work_jump.option{
    margin-top: 1.3em;
}
/* 右側テキストエリア（縦書き） */
.text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 28%;
}
.work_flow {
    max-width: 170px;
    max-height: 170px;
    margin: 1em 0;
}
.work_flow img{
    width: 100%;
    height: auto;
}
span.kakati-title {
    font-size: 24px;
    margin-bottom: 0.5rem;
}
span.kakati-title br{
    display: none;
}
.vertical-text {
    writing-mode: vertical-rl; /* これが縦書きの魔法 */
    line-height: 1.6;
    letter-spacing: 0.1em;
    height: 340px; /* 本文の長さに合わせて調整 */
}
.text-area.side {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    gap: 30px;
}
.work_flow.two{
    margin: 0.2em 0 1.1em;
}
.normal-text{
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin: 3.5em 0 0;
}
span.two{
    text-align: left;
}
.flex-box {
    max-width: 740px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    position: relative;
}
.flex-item {
    width: 48%;
}
.flex-item img{
    width: 100%;
}
.flex-item p{
    text-align: center;
    margin: 0.5em 0 0;
}
.flex-box.rebers {
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    background-color: #1a1a1a;
    border-radius: 20px;
    margin: 30px auto 60px;
}
.work_flow.three {
    margin: 0 0 1em;
}
.flex-box.rebers .click-img {
    max-width: 68%;
    margin-left: 2em;
}
.flex-item.textiner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}
.flex-box.rebers .flex-item{
    width: 45%;
}
.flex-box.rebers .flex-item.box-img{
    width: 55%;
    padding: 2.4em 0;
}
.flex-box.rebers .flex-item.box-img img{
    width: 90%;
}
.flex-item.textiner .min-text{
    margin-right: -40px;
    color: #fff;
    line-height: 2.3;
}
.min-text{
    line-height: 2;
    letter-spacing: 0;
}
.text-area.side2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.text-area.side2 .normal-text{
    margin: 0;
    text-align: left;
}
.flex-box.three-content {
    margin-top: 65px;
    flex-direction: row-reverse;
    gap: 40px;
}
.work_flow.four {
    margin-top: 0;
}
.step-badge.right {
    left: 44%;
}
.min_gray.top_costom{
    margin-top: 4.4em;
}
.work_label.top{
    top: -90px;
}
.casting-container.machineiner {
    margin-top: 1em;
    display: block;
}
.circle-label.black-circle.machine{
    letter-spacing: 0.2em;
}
p.machine-text {
    text-align: left;
    padding-left: 2%;
    margin: 0 auto 70px;
    letter-spacing: 0.04em;
    max-width: 440px;
}
.casting-container.machineiner .img-box{
    width: 70%;
    margin: 0 auto;
}
.casting-container.machineiner .step-badge.right{
    left: 91%;
    bottom: -8%;
}
.work_jump.option_7{
    margin-top: 2.6em;
}
.work_jump.option_8{
    margin-bottom: 2.8em;
}
.work-line {
    text-align: center;
    position: relative;
    margin: 50px 0 0;
}
.work-line h3{
    font-size: 2.2em;
    margin: 0;
}
.work-line h3 span{
    letter-spacing: -15px;
}
p.work-text {
    line-height: 2;
    letter-spacing: 0.06em;
    margin: 0.2em 0 2em;
    text-align: center;
}
p.work-text.costom_bottom {
    margin: 0.2em 0 3.13em;
}
p.work-text.no_bottom {
    margin-bottom: 0;
}
a.step-badge.wrok {
    bottom: 80%;
    left: 12%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
wrap_s shadow 私たちの仕事　　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .wrap_m.shadow {
        margin: 40px auto;
        padding: 30px 18px;
    }
    .title_img img {
        width: 80%;
    }
    .image-area {
        width: 100%;
    }
    .casting-container p {
        letter-spacing: -0.05em;
    }
    .min_gray {
        margin: 1.4em auto 0;
        padding: 2.7em 1.8em;
    }
    h2.sp{
        display: block;
        text-align: center;
        letter-spacing: 0.3em;
    }
    .work_label img {
        display: none;
    }
    .work_flow {
        max-width: 130px;
        max-height: 130px;
    }
    .black-circle {
        top: -80px;
        left: -90px;
        width: 150px;
        height: 150px;
        font-size: 21px;
        padding-top: 10px;
        padding-right: 30px;
        writing-mode: vertical-rl;
        letter-spacing: 0.4em;
    }
    .content-flex {
        display: flex;
        gap: 0;
        align-items: center;
        padding-left: 0; 
        flex-direction: column-reverse;
    }
    .text-area {
        align-items: center;
        width: 100%;
        margin-top: 20px
    }
    span.kakati-title {
        font-size: 17px;
        margin-bottom: 0.3rem;
    }
    span.kakati-title br{
        display: block;
    }
    span.kakati-title .center{
        text-align: center;
    }
    .gray-circle {
        width: 200px;
        height: 100px;
        font-size: 12.5px;
    }
    .vertical-text {
        writing-mode: unset;
        line-height: 1.4;
        height: auto;
    }
    .text-area.side {
        margin: 20px 0; 
        gap: 15px;
        align-items: flex-start;
        display: block;
    }
    .work_flow.two {
        margin: 1em auto 1.6em;
    }
    .text-area.side.sp {
        margin-bottom: 0;
    }
    .normal-text {
        line-height: 1.4;
        margin: 0 0 2em;
        letter-spacing: -0.05em;
    }
    .circle-label.gray-circle.only-sp {
        width: 150px;
    }
    .flex-box {
        flex-direction: column;
    }
    .flex-item {
        width: 100%;
    }
    .flex-item p {
        margin-top: 2px;
        letter-spacing: -0.05em;
    }
    .flex-box.rebers .flex-item.box-img {
        width: 60%;
    }
    .flex-box.rebers .flex-item.box-img img {
        width: 100%;
    }
    .flex-box.rebers .flex-item {
        width: 100%;
        gap: 0;
    }
    .flex-box.rebers .click-img {
        width: 55% !important;
        margin: 0;
    }
    .flex-box.rebers .flex-item.box-img {
        width: 70%;
        padding-bottom: 0;
    }
    .flex-box.rebers {
        flex-direction: column;
        padding-bottom: 2.4em;
        margin-bottom: 30px;
        gap: 20px;
    }
    .work_flow.three {
        margin: 1em auto 1.6em;
    }
    .flex-item.textiner .min-text {
        margin-right: 0;
        margin-top: 10px;
        line-height: 1.8;
        letter-spacing: 0;
    }
    a.step-badge {
        width: 60px;
        height: 60px;
        font-size: 10px;
    }
    a.step-badge.sp-postion {
        bottom: -7%;
        left: -10px;
    }
    .work_flow.two {
        margin: 1em auto 1.6em;
    }
    .text-area.side2 {
        margin-top: 10px;
        align-items: flex-start;
    }
    .work_flow.four {
        margin: 0 auto 1.6em;
    }
    .text-area.side2 .normal-text {
        padding: 0;
    }
    .step-badge.right {
        bottom: 31%;
        left: 88%;
    }
    .flex-box.three-content {
        margin-top: 20px;
        gap: 15px;
        flex-direction: column-reverse;
    }
    .flex-box.three-content .gray-circle {
        width: 400px;
    }
    .flex-box.three-content p.normal-text {
        padding-top: 0;
    }
    p.machine-text {
        text-align: left;
        margin: 0 0 20px 0;
        padding: 0;
    }
    .min_gray.top_costom h2.sp{
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    .casting-container.machineiner {
        margin-top: 0;
    }
    br.none{
        display: none;
    }
    .work_jump.option_7 {
        margin-top: 1.6em;
    }
    .work_jump.option_8 {
        margin-bottom: 2.9em;
    }
    p.work-text.costom_bottom {
        margin: 0.2em 0 2em;
    }
    .casting-container.machineiner .img-box {
        width: 100%;
        margin: 0;
    }
    .img-box {
        margin-bottom: 0; 
    }
    .casting-container.machineiner .step-badge.right {
        left: 88%;
        bottom: -30px;
    }
    .work-line {
        margin: 40px 0 0;
    }
    .work-line h3 {
        font-size: 23px;
    }
    a.step-badge.wrok {
        bottom: 90%;
        left: -5px;
    }
    p.work-text {
        line-height: 1.4;
        text-align: left;
        margin: 0.2em 0 1em;
    }
}
@media screen and (max-width: 490px) {
    .gray-circle {
        width: 260px;
        height: 100px;
        font-size: 12.5px;
    }
    .circle-label.gray-circle.only-sp {
        width: 210px;
    }
    .flex-box.three-content .gray-circle {
        width: 560px;
    }
    a.step-badge {
        width: 60px;
        height: 60px;
        font-size: 10px;
    }
    a.step-badge.sp-postion {
        bottom: -7%;
        left: -10px;
    }
    .step-badge.right {
        bottom: 41%;
        left: 85%;
    }
    .casting-container.machineiner .step-badge.right {
        left: 82%;
        bottom: -50px;
    }
    a.step-badge.wrok {
        bottom: 100%;
        left: -5px;
    }
    .work_flow.one {
        margin: 0;
    }
}