/* 共通箇所 */	
	
html {
  scroll-behavior: smooth;  /* スムーススクロールを有効にする(対応ブラウザ) */
  scroll-padding-top: 90px; /* 固定ヘッダーの高さなどに合わせて調整 */
}
.pcnone {
	display: none!important;
}

.c-card4__image1 > img {
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 0% !important;
}
.c-card4__image1::before {
    background: unset;
}
.c-card5__image1::before {
    background: unset;
}
@media (min-width: 769px) {
    .c-card4__text1 {
        padding: 25px;
        background: rgba(0, 0, 0, 0.24);
        width: 100%;
    }
}
.p-block11__inner1 img {
    max-width: 70%;
    height: auto;
    margin-left: 15%;
}
.p-interview-block3 img {
    max-width: 70%;
    height: auto;
    margin-left: 15%;
}

ul.p-footer1__nav1__list1 li span.whitelarge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.33;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding: 36px 0 36px 20px;
    gap: 10px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (min-width: 769px) {
    .c-card5__text1 {
        padding: 40px;
        background: rgba(0, 0, 0, 0.24);
    }
    .p-interview-heading1__image1__labelJp1 {
        font-size: 40px;
        padding: 10px 40px;
        background: rgba(0, 0, 0, 0.24);
    }
}


/* ==== 製品情報ページ ==== */
div.p-block11__row4__unit {
    width: 25%;
    float: left;
    margin-bottom: 40px;
}
div.p-block11__title7 {
    margin-top: 30px;
}

/* ==== 先輩社員の声 ==== */
/* ==== 以下、先輩社員の声のCSS ==== */
@media (min-width: 769px) {
div.facricon_text1 {
    width: 50%;
    position: relative;
    left: -250px;
}
.p-interview-block1__image1 img.facricon {
    padding: 300px;
}
.p-interview-block1__text1__text1 {
	font-size: 27px;
}
.p-interview-block2__text1 {
        margin-top: 9%;
    }
.p-interview-block2__text1__title {
    background: #0069c8b5;
    padding: 25px;
    border-radius: 10px;
	background: rgba(0, 0, 0, 0.24);
}
.p-interview-block2__text1__text1 {
    font-size: 27px;
    background: #0069c8b5;
    padding: 25px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.24);
    }
.p-interview-block3__text1__text1 {
        font-size: 27px;
    }
}

/*　背景グレーのボックス	*/
@media (min-width: 769px) {
    .p-block11.interview_container {
        padding: 0px 0px 0px;
    }
}
/*　当社へ入社を決めた理由 one	*/
.interview_container_one {
	display: flex;
	align-items: flex-start;
	gap: 20px;
    margin-bottom: 100px;
    display: flex;
}
.interview_container_one .image {
	flex: 3; /* 画像の横幅を3 */
}
.interview_container_one .content {
	flex: 7; /* 文章の横幅を7 */
}
.interview_container_one img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: 0%;
}
.interview_container_one .midashisub {
    font-size: 1.6rem;
    font-weight: normal;
}
.interview_container_one .midashi {
    font-size: 3.5em;
    line-height: 5rem;
    margin: 10px 0;
    margin-bottom: 25px;
}
.interview_container_one .honbun {
    font-size: 1.7rem;
    line-height: 1.7;
}
/*　当社へ入社を決めた理由 two	*/
.interview_container_two {
	display: flex;
	align-items: flex-start;
	gap: 20px;
    margin-bottom: 100px;
    display: flex;
    padding: 120px 0px 160px;
}
.interview_container_two .image {
	flex: 5; /* 画像の横幅を5 */
}
.interview_container_two .content {
	flex: 5; /* 文章の横幅を5 */
}
.interview_container_two img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: 0%;
}
.interview_container_two .midashisub {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: justify;
    padding-left: 30px;	
}
.interview_container_two .midashi {
    font-size: 3.5em;
    line-height: 5rem;
    margin: 10px 0;
    margin-bottom: 25px;
    text-align: justify;
    padding-left: 30px;	
}
.interview_container_two .honbun {
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: justify;
    padding-left: 30px;	
}
	
/*　当社へ入社を決めた理由 three	*/
.interview_container_three {
	display: flex;
	align-items: flex-start;
	gap: 20px;
    margin-bottom: 100px;
    display: flex;
}
.interview_container_three .image {
	flex: 5; /* 画像の横幅を3 */
	order: 5; /* 順序を2に設定して右側に移動 */
}
.interview_container_three .content {
	flex: 5; /* 文章の横幅を7 */
	order: 1; /* 順序を1に設定して左側に移動 */
}
.interview_container_three img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: 0%;
}
.interview_container_three .midashisub {
    font-size: 1.6rem;
    font-weight: normal;
}
.interview_container_three .midashi {
    font-size: 3.5em;
    line-height: 5rem;
    margin: 10px 0;
    margin-bottom: 25px;
    text-align: justify;
    padding-right: 30px;	
}
.interview_container_three .honbun {
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: justify;
    padding-right: 30px;
}

@media (min-width: 769px) {
    .p-interview-block3__text1__titleSub {
        font-size: 24px;
        padding-top: 100px;
    }

    .p-interview-block3__inner {
        padding: 0;
        min-width: 1000px;
        max-width: 1600px;
        padding: 0px 40px 40px 40px;
        box-sizing: content-box;
        right: 0;
        margin: auto;
    }
    .p-interview-block3__text1_backgroundwhite {
        margin-bottom: 64px;
        background: rgba(0, 0, 0, 0.24);
        color: #fff;
        position: relative;
        bottom: -910px;
        margin-top: -570px;
        width: 65%;
        margin-left: 7%;
        padding: 20px;
    }
}
/* ==== 以上、先輩社員の声のCSS ==== */
/* ==== 先輩社員の声 ==== */


/* ==== フッター ==== */
.p-footer1__copy1__inner1 {
	display: block;
}
.p-footer1__copy1__inner1 a {
	color: #fff;
	float: left;
	margin-right: 15px;
	font-size: large;
	text-decoration: none;
	border-bottom: solid 1px;
	margin-bottom: 15px;
}
.p-footer1__copy1__inner1 p.policy {
	display: block;
	float: none;
}
.p-footer1__copy1__inner1 p.security {
	display: flex;
	float: none;
}	
.p-footer1__copy1__inner1 p.copy {
	display: block;
	float: none;
}	

@media (max-width: 769px) {
    .p-footer1__copy1__inner1 a {
        font-size: small;
    }
.p-footer1__copy1__inner1 a {
    margin-right: 10px;
}
}