@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------
トップページcss
----------------------------------------------------------*/
.logo{
	position: absolute;
	top: 0;
	left: 0;
    background-color: transparent;
}
h1{
    font-size: 80px;
}
h2{
    font-size: 3em;
    font-weight: 600;
}
p {
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 50px;
        margin: 0;
        line-height: 1.4;
    }
}
/*　casting-wrap １セクション目
-----------------------------*/
.casting-visual {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.wrap_m.castom{
    width: 1100px;
    padding: 0 0 25px;
}
.casting-visual video {
  width: 100%;
  height: auto;
}
.section_title img{
    width: 100%;
}
.casting-wrap img{
    width: 40%;
}
.partiner .partimg{
    position: absolute;
}
img.partimg.part1 {
    top: 25%;
    right: 30%;
    width: 15%;
}
img.partimg.part2 {
    top: 38%;
    right: 66%;
    width: 15%;
}
img.partimg.part3 {
    width: 15%;
    top: 63%;
    right: 10%;
}
img.partimg.part4 {
    width: 15%;
    top: 76%;
    right: 28%;
}
img.partimg.part5 {
    width: 30%;
    top: 80%;
    right: 70%;
}
/* =========================
   ACTIVE セクション全体
========================= */
.active-wrap {
	position: relative;
    width: 1100px;
    height: 500px;
    background: #fff;
    overflow: hidden;
    margin: 60px auto 0;
}
/* 初期状態（全員止める） */
.anim-item {
	position: absolute;
	inset: 0;
}
/* =========================
   背景 1
========================= */
.active-1 {
	background: url("images/active-bg-1.webp?20260617") left 50% / contain no-repeat;
    opacity: 0.03;
	transition: opacity 3s ease;
}
/* =========================
   背景 2
========================= */
.active-2 {
	background: url("images/active-bg-2.webp?20260617") right 50% / contain no-repeat;
    opacity: 0.03;
	transition: opacity 3s ease;
}
/* スクロール後 */
.active-wrap.is-active .active-1,
.active-wrap.is-active .active-2 {
    opacity: 0.17;
}
/* =========================
   テキスト
========================= */
.active-3 {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.active-3 p {
	font-size: 24px;
    font-weight: 600;
	letter-spacing: 0.1em;
	color: #1a1a1a;
    text-shadow:
    0 0 5px #ffffff,
    0 0 10px #ffffff,
    0 0 15px #ffffff,
    0 0 20px #ffffff,
    0 0 25px #ffffff,
    0 0 30px #ffffff,
    0 0 35px #ffffff,
    0 0 40px #ffffff;
	margin: 0;
}
/* =========================
   発火後（JSで付与）
========================= */
.active-3.is-active {
	animation: textIn 2s ease forwards;
}

/* =========================
   アニメーション
========================= */
@keyframes textIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* 角丸ボタン */
.btn_angle_img{
	display: inline-block;
	width: 220px;
	height: 60px;
	
	background-size: contain;
}
.btn_angle_img.tec{
	background-image: url("images/btn_tec_red.svg");
	background-repeat: no-repeat;
}
.btn_angle_img.tec:hover{
	background-image: url("images/btn_tec_white.svg");
	background-repeat: no-repeat;
}
.btn_angle_img.works{
	background-image: url("images/btn_works_red.svg");
	background-repeat: no-repeat;
	
}
.btn_angle_img.works:hover{
	background-image: url("images/btn_works_white.svg");
	background-repeat: no-repeat;
}
.castom .casting-visual .btn_anglecircle_wrap .btn_angle_img{
    position: absolute;
    bottom: 20px;
    right: 270px;
}
.castom .casting-visual .btn_anglecircle_wrap .btn_angle_img.works{
	position: absolute;
    right: 0px;
}
/*　casting-wrap １セクション目　スマホ対応
-----------------------------*/
@media screen and (max-width: 768px) {
    .wrap_m.castom{
        width: 100%;
    }
    .casting-wrap .wrap_m{
        padding: 15px;
        padding-bottom: 100px;
    }
    .casting-visual {
        margin-bottom: 90px;
        margin-left: 0;
    }
    .casting-copy {
        bottom: 0;
        font-size: 15px;
        margin: 0;
    }
    .casting-wrap img {
        width: 60%;
    }
    .wrap_m .back_img1 {
        padding: 80px;
    }
    .active-1.anim-item.is-active {
        background-size: 45%;
    }
    .active-2.anim-item.is-active {
        background-size: 45%;
    }
    .active-3 p {
        font-size: 14px;
    }
    .active-wrap {
        height: 340px;
        width: 100%;
        margin-top: 0px;
    }
    .active-1 {
        background-size: 48%;
    }
    .active-2 {
        background-size: 48%;
    }
	/* 角丸ボタン */
	.btn_angle_img{
		display: inline-block;
		width: 180px;
		height: 50px;
	}
	.castom .casting-visual .btn_anglecircle_wrap .btn_angle_img{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.castom .casting-visual .btn_anglecircle_wrap .btn_angle_img.works{
		position: absolute;
		right: 0;
		bottom: -20%;
	}
}
@media screen and (max-width: 600px) {
    .casting-wrap .wrap_m {
        padding: 0 24.7px 15px;
        margin-top: -5%;
    }
}
@media screen and (max-width: 499px) {
    .active-wrap {
        height: 240px;
    }
    /* 角丸ボタン */
	.btn_angle_img{
		width: 160px;
	}
}
/* company profile SVGアニメーション
-----------------------------*/
.svg_animation{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.svg_animation > svg{
	width: 100%;
	height: auto;
	display:block;
}
.svg_animation .wipe{
    transform: translateX(0);
    transition: transform 1.6s cubic-bezier(.7,0,.3,1);
}
.svg_animation.is-show .wipe{
    transform: translateX(100%);
}

/*　画像マップ
-----------------------------*/
.map-wrap{
    position: relative;
}
.mapiner{
    background-color: #efefef;
}
.mapiner .wrap_m{
    padding: 70px 0 60px;
}
img.gifiner {
    position: absolute;
    width: 30% !important;
    top: -25px;
    left: -2px;
}
.map-wrap h2 br{
    display: none;
}
.products_img {
    margin: 40px 0 30px;
    position: relative;
}
.products_img > img{
	width: 100%;
	height: auto;
	display: block;
}
/* 共通 */
.map-pin{
	position: absolute;
	transform: translate(-50%, -100%);
	transition: transform 0.3s ease;
	display: block;
	z-index: 2;
    max-width: 40px;
}
.map-pin img{
	height: auto;
	display: block;
}
/* hover */
.map-pin:hover{
	transform: translate(-50%, -100%) scale(1.2);
	z-index: 10;
}
/* =====================
	各ピン位置
====================== */
.pin01{
	top: 54%;
    left: 88.5%;
}
.pin02{
	top: 63.5%;
    left: 23%;
}
.pin03{
	top: 11%;
    left: 82.5%;
}
.pin04{
	top: 69%;
    left: 82.5%;
}
.pin05{
	top: 19%;
    left: 72%;
}
.pin06{
	top: 28%;
	left: 90%;
}
.pin07{
	top: 65.5%;
    left: 50.3%;
}
.pin08{
	top: 22%;
    left: 45.5%;
}
.pin09{
	top: 41%;
    left: 30%;
}
.pin10{
	top: 30.5%;
    left: 8%;
}
.pin11{
	top: 91%;
    left: 20%;
}
.pin12{
	top: 7%;
	left: 58%;
}
.products p{
    font-size: 14px;
    font-weight: 400;
    color: #a0acba;
    margin: 0.72em 0 0;
    letter-spacing: 0.05rem;
}
.map-wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.archiner{
    position: relative;
    display: inline-block;
    bottom: 180px;
    left: 50%;
    width: 530px;
	transform: translateX(-50%);
    transition: opacity 0.4s ease;
}
.archiner .PConly{
	display: block;
}
.archiner .SPonly{
	display: none;
}
.arch-icon {
    position: absolute;
}
.arch-icon.white {
    opacity: 0;
}
.archiner:hover .arch-icon.red {
    opacity: 0;
}
.archiner:hover .arch-icon.white {
    opacity: 1;
}
/* 全体を縦並びに */
.lb-dataContainer {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto; 
    text-align: left;
    max-width: 1060px;
}
/* キャプションを上に */
.lb-data {
    padding: 0 0 16px;
}
.lb-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0; /* ← 消す */
}
.lb-text {
    font-size: 14px;
    line-height: 1.8;
    color: #ccc;
    margin: 0; /* ← 消す */
}
.lb-caption {
    display: flex;
    flex-direction: column;
    gap: 0; 
    color: #fff;
}
.lb-data .lb-caption {
    line-height: 1.5em;
}
/* サブ説明 */
.lb-caption .lb-desc {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 6px;
}
.lb-container {
    display: flex;
    justify-content: center;
    background-color: #000;
}
.lb-image {
    width: 800px !important;
    height: 590px !important;
    border: none !important;
}
/* 画像位置を少し下げる */
.lb-outerContainer {
    margin-top: 80px;
    width: 800px !important;
}
/* ×ボタン */
.lb-close {
	opacity: 0.8;
}
.lb-close:hover {
	opacity: 1;
}
/* 矢印を常に見せる */
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	opacity: 1;
}

@media screen and (max-width: 768px) { 
    .mapiner .wrap_m{
        padding: 50px 24.7px 0;
    }
    .map-wrap h2 br{
        display: block;
    }
    .products p {
        font-size: 14px;
    }
    img.gifiner {
        width: 45% !important;
        top: -30px;
        right: 4%;
    }
    .archiner {
        bottom: 40px;
        width: 275px;
    }
	.archiner .PConly{
		display: none;
	}
	.archiner .SPonly{
		display: block;
	}
    .map-pin{
        max-width: 25px;
    }
    .pin01 {
        left: 89%;
    }
    .pin02 {
        left: 22.9%;
    }
    .pin03 {
        left: 82.5%;
    }
    .pin04 {
        left: 82.5%;
    }
    .pin05 {
        left: 72%;
    }
    .pin06 {
        left: 90%;
    }
    .pin07 {
        left: 50.2%;
    }
    .pin08 {
        left: 45.5%;
    }
    .pin09 {
        left: 30%;
    }
    .pin10 {
        left: 8%;
    }
    .pin11 {
        left: 20%;
    }
    .pin12 {
        left: 57%;
    }
    /* 画像位置を少し下げる */
    .lb-outerContainer {
        width: 370px !important;
        height: 260px !important;
    }
    .lb-image {
        width: 370px !important;
        height: auto !important;
    }
}
/*　company-wrap 2セクション目
-----------------------------*/
.company-wrap{
    padding: 70px 0 50px;
}
.company-wrap .wrap_m{
    padding: 50px 0 25px;
}
.info-item1,
.info-item2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
    gap: 50px;
}
.info-item1{
    margin-right: -10%;
    padding-left: 5%;
}
/* 2段目だけ左右反転 */
.info-item2 {
    flex-direction: row-reverse;
    margin-left: -90px;
    margin-bottom: 0;
    justify-content: flex-end;
}
.info-text1 p {
    margin-top: 1.9em;
}
.info-item2 p{
    margin-top: 3.6em;
}
.info-item1 h2,.info-item2 h2{
    display: flex;
    align-items: center;   
    gap: 0.4em;
}
.info-item1 h2 .jp,.info-item2 h2 .jp{
    font-size: 0.88em;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.info-item1 h2 .en,.info-item2 h2 .en{
    font-size: 0.26em;
    color: #8790a0;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 200;
}
.info-text1 {
    width: 45%;
    position: relative;
}
.info-text1 h2{
    margin-bottom: 1.2em;
}
.info-text1 p{
    margin-top: 2.4em;
}
.info-text1 h3{
    font-size: 1.22em;
    font-weight: 500;
    margin: 0;
}
.info-text2 {
    width: 35%;
    position: relative;
}
.info-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
}
/* 画像エリア */
.info-image {
    width: 50%;
}
.info-image2 {
    width: 40%;
}
/* YouTubeを綺麗に丸く切り抜くためのコンテナ設定 */
.yt-video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;      /* 縦横比を1:1の正方形にする */
    border-radius: 50%;       /* 正方形を綺麗な丸にする */
    overflow: hidden;         /* はみ出た部分を非表示にする */
    isolation: isolate;       /* ブラウザの丸型切り抜きバグ対策 */
}
/* iframe自体をコンテナいっぱいに広げて中央切り抜き風にする */
.yt-video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180%;
    height: 180%;
/*
    width: 140%;
    height: 140%;
*/
    transform: translate(-50%, -50%) scale(1); 
    pointer-events: none;     /* ユーザーのクリックを禁止 */
}
/* 動画の上の透明なカバー（コントロールやタイトルへのホバーを完全に防ぐ） */
.yt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    pointer-events: auto;     /* ここでマウスイベントを受け止めてiframeに触らせない */
}
.btn_circle_area .btn_circle.company{
	position: absolute;
    top: -5%;
    right: 14%;
}
.btn_circle_area .btn_circle.facilities {
	position: absolute;
    top: -10%;
    right: -6%;
}
/*　スマホ対応
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 768px) {
	.svg_animation{
		position: relative;
	}
	.svg_animation{
		position: absolute;
		left: 0;
	}
    .arrow-icon {
        width: 30px !important;
    }
    .company-wrap{
        width: 87%;
        padding: 50px 0 25px;
		margin: 0 auto;
    }
    .info-item1 {
        flex-direction: column;
        gap: 0;
        margin: 2.5em 0 50px;
		padding: 0;
    }
    .info-item2 {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .info-text,
    .info-image {
        width: 100%;
        text-align: center;
    }
    .info-text1,
    .info-text2{
        width: 100%;
    }
    .info-item1 h2 .jp, .info-item2 h2 .jp {
        font-size: 1.1em;
    }
    .info-item1 h2 .en, .info-item2 h2 .en {
        font-size: 0.4em;
    }
    .info-item1 h2,
    .info-item2 h2{
        font-size: 30px;
    }
    .info-text h3 {
        font-size: 18px;
    }
    .info-image2 {
        width: 100%;
        text-align: center;
    }
    .info-item2 p {
        margin-top: 3em;
    }
    .yt-video-container {
        max-width: 320px;
        margin: 0 auto;
    }
    .info-image a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
    }
    .btn_circle_area .btn_circle.company {
        left: 63%;
        top: -5%;
    }
    .btn_circle_area .btn_circle.facilities {
        left: 63%;
        top: -11%;
    }
}

/*　gallery-wrap 3セクション目
-----------------------------*/
.gallery-wrap{
    background-color: #1a1a1a;
    padding: 2em 0;
}
.gallery-inner {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
}
.btn_circle_area .btn_circle.what{
	position: absolute;
    top: 5%;
    right: -15%;
}
.gallery-inner h1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
    color: #fff;
    margin-bottom: 0.4em;
}
.gallery-inner h1 .jp{
    font-size: 1em;
    font-weight: 500; 
}
.gallery-inner h1 .en {
    font-size: 0.18em;
    letter-spacing: 0.05em;
    font-weight: 200;
}
.gallery-wrap p{
    text-align: right;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    margin: 0;
    margin-top: 2.7em;
    padding-right: 25px;
    font-size: 0.75em;
}
.flow-gallery {
    overflow: hidden;
    position: relative;  
}
.gallery-row {
    margin-bottom: 60px;
    overflow: hidden;
}
.gallery-row.bottom {
    margin-bottom: 0;
}
[dir='rtl'] .slick-gallery img {
    margin-right: 0;
    margin-left: 24px; 
}
.gallery-row.reverse {
    width: 100%;
    overflow: hidden;
}
.slick-gallery img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-right: 25px;
    opacity: 0.9;
}
.slick-list {
    overflow: hidden;
}
/* slick内部を触らない */
.slick-track {
    display: block !important;
}
.shadow-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    pointer-events: none;
    z-index: 2; 
}
.shadow-mask.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.shadow-mask.right {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
/*　スマホ対応
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 768px) {
    .gallery-wrap {
        padding: 40px 0 20px;
    }
    .gallery-inner {
        padding: 0 24.7px;
    }
    .gallery-wrap h1 {
        font-size: 2.4em;
        align-items: flex-start;
        flex-direction: column;
    }
    .gallery-inner h1 .en {
        font-size: 0.4em;
    }
    .gallery-wrap h1 .sabtitle1 {
        padding-left: 0;
    }
    .gallery-row {
        margin-bottom: 30px;
    }
	.btn_circle_area .btn_circle.what{
        left: 75%;
        top: 5px;
	}
    .slick-track {
        display: flex;
    }
    .slick-gallery img {
        height: 80px;
        margin-right: 15px;
    }
}
 /*　recruitment-wrap 4セクション目
-----------------------------*/
section.wrap_all.sectioniner {
    padding: 5em 0 0;
}
.wrap_all.only{
    padding-bottom: 0;
    padding-top: 0;
}
.recruitment-wrap .wrap_m{
    padding: 70px 0 0;
}
.recruitment-wrap img.img_bottom {
    width: 100%;
    margin-bottom: 50px;
}
.recrut-title h2 span.sabtitle1{
    color: #1a1a1a;
    margin: 1.5rem 0 0.8rem;
    font-size: 18px;
    font-weight: 500;
}
.recrut-title h2 span.sabtitle1 br{
    display: none;
}
.recruit-flex {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
h2.recrut-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4em;
    margin-bottom: 0.8em;
}
h2.recrut-title .jp{
    font-size: 1em;
}
h2.recrut-title .en{
    font-size: 0.26em;
    color: #8790a0;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 200;
}
.recruit-flex .catchcopy{
    margin-bottom: 1.1em;
    font-size: 1.15em;
}
.recruit-flex ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
.recruit-flex ul li .PConly{
	display: block;
}
.recruit-flex ul li .SPonly{
	display: none;
}
.recruit-flex img{
    width: 100%;
}
/* recruitmentボタン*/
.btn_circle_area .btn_circle.recruitment {
	position: absolute;
	left: 45%;
	top: -3%;
}
/* FAQ */
.faq-wrapiner {
    width: 100%;
	min-height: 480px;
	padding: 0;
    margin: 0 auto;
    position: relative;
	background-color: #000;
	color: #fff;
}
.faq-wrapiner img.faq-back{
    position: absolute;
    top: -3%;
    left: 41%;
    width: 23%;
}
.faq_wrap{
	min-height: 480px;
    display: flex;
	flex-direction: row;
    align-items: center;
    position: relative;	
}
.faq_wrap .QandA_img{
	width: 40%;
	min-height: 480px;
    flex-shrink: 0;
    position: relative;
}
.faq_wrap .QandA_img img{
	width: 100%;
	min-height: 480px;
  	object-fit: cover;
}
.faq_wrap .QandA_img .PConly{
    display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.faq_wrap .QandA_img .SPonly{
    display: none;
}
.faq_wrap .QandA_img .shadow-mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    pointer-events: none;
    z-index: 2; 
}
.faq_wrap .QandA_img .shadow-mask.right {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.recruitment-wrap .faq_wrap .back_img2{
	padding: 7em 7em 7em 1em;
    background-image: url("images/img8.webp");
	background-position: top -2em left -1.5em;
	background-size: 110%;
	background-repeat: no-repeat;
}
.recruitment-wrap .faq_wrap .back_img2 h1{
    margin-left: -1.1%;
    font-weight: 500;
    font-size: 4.45em;
    letter-spacing: 0;
}
.recruitment-wrap .faq_wrap .back_img2 .sabtitle2{
    font-size: 21px;
    margin-top: 0;
    color: #fff;
    font-weight: 400;
}
.faq_wrap .text_box ul{
	flex-grow: 1;
    margin: 1em;
    padding-left: 6em;
	height: auto;
	
}
.faq_wrap .text_box ul li{
    padding-bottom: 0.3em;
    font-size: 1em;
}
.faq_wrap .text_box{
    position: relative;
    margin-top: -5%;
	line-height: 1.8em;
}

/* openingsボタン */
.btn_angle_img.openings{
	background-image: url("images/btn_openings_red.svg");
	background-repeat: no-repeat;
}
.btn_angle_img.openings:hover{
	background-image: url("images/btn_openings_white.svg");
	background-repeat: no-repeat;
}
.faq_wrap .text_box .btn_anglecircle_wrap .btn_angle_img.openings{
    position: absolute;
	bottom: -4em;
    right: 1em;
}


/*　タブレットサイズ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 1320px) {
	.faq_wrap{
		min-height: 240px;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	.faq_wrap .QandA_img{
		width: 100%;
		min-height: 240px;
		position: relative;
    	overflow: hidden;
	}
	.faq_wrap .QandA_img img{
		width: 100%;
		min-height: 240px;
		object-fit: cover;
	}
	.faq_wrap .QandA_img .PConly{
		display: none;
	}
	.faq_wrap .QandA_img .SPonly{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.faq_wrap .QandA_img .shadow-mask {
		position: relative;
		margin-top: -60px;
		width: 100%;
        height: 65px;
		pointer-events: none;
		z-index: 2;
	}
	.faq_wrap .QandA_img .shadow-mask.right {
        bottom: -1px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	}
	.recruitment-wrap .faq_wrap .back_img2 {
		margin-top: 2em;
		padding: 5em 3em 5em 1em;
		background-image: url("images/img8.webp");
		background-position: top -2em left -0.5em;
		background-size: 110%;
		background-repeat: no-repeat;
	}
    .faq_wrap .text_box ul {
		margin-left: 2em;
		padding: 0;
		padding-bottom: 10em;
    }
	/* openingsボタン位置の調整	*/
	.faq_wrap .text_box .btn_anglecircle_wrap .btn_angle_img.openings{
		position: absolute;
		bottom: 5em;
		left: 50%;
	}
}

/*　スマホ対応
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 768px) {
    section.wrap_all.sectioniner {
        padding: 3em 0 0;
    }
	.recruitment-wrap .wrap_m{
		width: 90%;
		margin: 0 auto;
        padding: 5.7em 0 0;
	}
    .recruit_title_flex {
        margin: 18% auto 0;
        flex-direction: column;
        align-items: center;
    }
    .recruit_title_flex .min_flex {
        padding: 0 24.7px;
    }
    .title_flex.imgitem_s {
        max-width: 110px;
    }
    .title_flex.imgitem_m {
        width: 45%;
    }
    .recruitment-wrap .faq_wrap .back_img2 .sabtitle2 {
        font-size: 16px;
    }
    .faq-wrapiner {
        width: 100%;
        padding: 0;
    }
    .faq-wrapiner img.faq-back {
        top: -10%;
        width: 80%;
    }
    .recrut-title h2 {
        margin-bottom: 0;
    }
    .recrut-title h2 span.sabtitle1{
        margin: 0.8rem 0 1rem;
        font-size: 18px;
    }
    .recrut-title h2 span.sabtitle1 br{
        display: block;
    }
	/* recruitmentボタン位置の調整	*/
	.btn_circle_area .btn_circle.recruitment {
		position: absolute;
        left: 63%;
        top: -2.5%;
	}
    .back_img2 {
        padding: 10px 0;
    }
    .recruit-flex {
        width: 100%;
    }
    .recruit-flex ul {
        gap: 10px;
        margin-bottom: 30px;
    }
	.recruit-flex ul li .PConly{
		display: none;
	}
	.recruit-flex ul li .SPonly{
		display: block;
	}

}
@media screen and (max-width: 500px) {
    h2.recrut-title {
        margin-bottom: 0;
        gap: 0.25em;
    }
    .btn_circle_area .btn_circle.recruitment {
        left: 69%;
        top: -2.5%;
    }
    .title_flex.imgitem_s {
        max-width: 100%;
    }
    .title_flex.imgitem_s .sp{
        display: block;
    }
    .title_flex.imgitem_s .pc{
        display: none;
    }
    .recruit_title_flex .min_flex {
        gap: 2em;
        flex-direction: column;
    }
    .title_flex.textitem .catchcopy {
        margin: 0;
        gap: 0.25em;
    }
}
/*----------------------------------------------------------
　トピックス
----------------------------------------------------------*/
/* セクション全体 */
.wrap_m.news{
    padding: 100px 0 0;
}
.news-section {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 5em;
}
/* 中央寄せの核となるコンテナ */
.news-inner {
    max-width: 1000px; /* コンテンツの最大幅 */
    margin: 0 auto;    /* 左右中央寄せ */
}
/* ヘッダー（タイトルとボタン） */
.news-header {
    margin-bottom: 40px;
    position: relative;
}
.news-header h1{
    line-height: 1;
    margin-left: -1.1%;
    font-weight: 500;
    font-size: 4.18em;
    letter-spacing: 0;
}
.sabtitle2.news {
    margin: 0.4em 0 0;
    font-weight: 400;
}
/* リンクボタン（角丸） */
.sabtitle2.news .btn_angle_img{
	position: relative;
}

.btn_angle_img.news{
	background-image: url("images/btn_news_red.svg");
	background-repeat: no-repeat;
}
.btn_angle_img.news:hover{
	background-image: url("images/btn_news_white.svg");
	background-repeat: no-repeat;
}
.sabtitle2.news .btn_anglecircle_wrap .btn_angle_img.news{
	position: absolute;
    top: 196px;
	left: 0;
}
.arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #cc3333;
    color: #fff;
    border-radius: 50%;
    margin-left: 12px;
}
.content-news {
    width: 75%;
}
.content-news ul.news-list {
    margin: 0;
    padding: 0;
    padding-top: 50px;
    list-style: none;
    border-bottom: 1px solid #b2b2b2;
}
.content-news ul li{
    padding: 20px 10px;
    border-top: 1px solid #b2b2b2;
    background-image: url("common/images/arrow-02-right-medium-red.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 9px;
}
.content-news a {
    text-decoration: none;
    color: #1a1a1a;
}
.content-news p.date {
    margin: 0;
    font-size: 14px;
    font-weight: 200;
    color: #a0acba;
    letter-spacing: 0.8px;
}
.content-news span.subject {
    margin: 20px;
    font-size: 12px;
    padding: 4px 12px;
    border: 1px solid #b2b2b2;
    border-radius: 20px;
}
.content-news p.txt {
    margin: 5px 0;
    font-size: 1em;
}
.content-news p.txt:hover {
    color: #d92f16;
}
.label {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2px 15px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}
/*トピックスリスト（スマホ）
-----------------------------*/
@media screen and (max-width: 768px) {
    .wrap_m.news {
        padding: 65px 0 0;
    }
    .news-section {
        gap: 0; 
        position: relative;
        flex-direction: column;
        width: 87%;
		margin: 0 auto;
    }
    .news-header {
        margin-bottom: 0; 
    }
	.sabtitle2.news .btn_anglecircle_wrap .btn_angle_img.news{
		position: absolute;
        top: 30%;
		left: 50%;
	}
    .content-news {
        width: 100%;
    }
	.topics_dl {
		margin: 0;
	}
	.topics_dl  dt{
		margin: 0 0 1em;
		padding: 1em 0 0;
		float: none;
		width: 100%;
	}
	.topics_dl  dd{
		width: 100%;
		margin: 0;
		padding: 0 0 1em;
	}
    .content-news ul.news-list {
        padding-top: 30px;
    }
    .content-news p.date {
        color: #738192;
    }
}