@charset "UTF-8";
/* CSS Document */

/* 「画面からはみ出したものは表示しない（隠す）」**という命令 */
html, body {
    overflow-x: hidden; /* 横方向のはみ出しを強制的にカットする */
    width: 100%;
}
/*セクション間余白----------------------------------------------------------- */
section {
  padding: 100px 0;
}
h2{
	padding-bottom: 70px;
}
body{
	line-height: 1.7;
	font-family: YakuHanJP, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Helvetica, sans-serif;
	color: #222;
}

/*
表示設定
----------------------------------------------------------- */
.br_sp{
	display:none;
}
.br_tab {
	display: none;
}
.br_pc{
	display:block;
}
.white_box{
	padding: 50px;
	border-radius: 15px;
}
.gray-box{
	background: #f1f1f1;
	padding: 50px 190px;
	border-radius: 15px;
}
.flex{
	display: flex;
	justify-content: space-between;
}
/*余白----------------------------------------------------------- */
.mr30{
	margin-right: 30px!important;
}
.ml20{
	margin-left: 20px!important;
}
.ml30{
	margin-left: 30px!important;
}
.ptb130{
	padding: 130px 0;
}
.center{
	text-align: center;
	margin: 0 auto;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #f1faff;
}
.bg_cl2 {
  background-color: #2394e9;
}
.bg_cl3 {
	background: #ffece9;
}
.bg_cl4 {
	background: #f6f6f6;
}

.cl_base {
  color: #2394e9;
}

.cl_main {
  color: #ef3300;
}

.cl_accent {
  color: #ffe617;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}
.cl_white{
  color: #FFF;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd24c 60%);
  background: -o-linear-gradient(transparent 60%, #ffd24c 60%);
  background: linear-gradient(transparent 60%, #ffd24c 60%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
/*  color: #162bee;*/
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 1378px;
  max-width: 1378px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}

.wic3 img {
  width: 1600px;
  max-width: 1600px;
}
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size24 { font-size: 24px; }
.size28 { font-size: 28px; }
.size30 { font-size: 30px; }
.size32 { font-size: 32px; }
.size33 { font-size: 33px; }
.size40 { font-size: 40px; }
.size43 { font-size: 43px; }

.size48 { font-size: 48px; }
.size60 { font-size: 60px; }
.size70 { font-size: 70px; }
.size80 { font-size: 80px; }

.b {
	font-weight: bold;
}

.b600 {
	font-weight: 600;
}
.b700 {
	font-weight: 600;
}
.b800 {
	font-weight: 600;
}

.b900 {
	font-weight: 900;
}
.r {
	color: var(--red);
}

.y {
	color: var(--yellow);
}
.y2 {
	color:#745520;
}
.y3 {
	color: #d2ac28;
}
.o{
	color:#ff5f29;
}
.blue {
	color:#2fa8d4;
}

.y {
	color: var(--yellow);
}
.y2 {
	color:#745520;
}
.y3 {
	color: #d2ac28;
}
.o{
	color:#ff5f29;
}
.blue2 {
	color: #1a3a89;
}
.mb5{margin-bottom:5px!important}
.mb10{margin-bottom:10px!important}
.mb15{margin-bottom:15px!important}
.mb20{margin-bottom:20px!important}
.mb25{margin-bottom:25px!important}
.mb30{margin-bottom:30px!important}
.mb35{margin-bottom:35px!important}
.mb40{margin-bottom:40px!important}
.mb45{margin-bottom:45px!important}
.mb50{margin-bottom:50px!important}
.mb60{margin-bottom:60px!important}
.mb65{margin-bottom:65px!important}
.mb70{margin-bottom:70px!important}
.mb75{margin-bottom:75px!important}
.mb80{margin-bottom:80px!important}
.mb90{margin-bottom:90px!important}
.mb100{margin-bottom:100px!important}
.mb115{margin-bottom:115px!important}
.mb140{margin-bottom:140px!important}
.center{text-align:center;}

.mt5{margin-top:5px!important}
.mt10{margin-top:10px!important}
.mt15{margin-top:15px!important}
.mt20{margin-top:20px!important}
.mt25{margin-top:25px!important}
.mt30{margin-top:30px!important}
.mt32{margin-top:32px!important}
.mt33{margin-top:33px!important}
.mt35{margin-top:35px!important}
.mt40{margin-top:40px!important}

.mt50{margin-top:50px!important}
.mt55{margin-top:55px!important}

p{
	font-size: 16px;
}


/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color:#f7ed11;
}
.pagetop a:before{
    border-bottom: 12px solid #000;
}

/*Fade----------------------------------------------------------- */
/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/*
Header
----------------------------------------------------------- */

@media (min-width: 1200px) {
	.site-header{
    position: fixed;
	top: 0;
	left: 0;
	width: 100%!important; /* ← これが重要 */
    background:#fff;
    z-index:1000;
    box-shadow:0 1px 4px rgba(0,0,0,0.08);
  }

}
.site-header{
    position: fixed;
	top: 0;
	left: 0;
	width: 100%!important; /* ← これが重要 */
    background:#fff;
    z-index:1000;
    box-shadow:0 1px 4px rgba(0,0,0,0.08);
  }
header .container {
  max-width: 1300px!important;
  display: flex;
  justify-content: space-between;
  padding: 5px 12px 5px;
  margin: 0 auto!important; /* ← 中央寄せ */
}
.menu{
	font-size: 12px;
	font-weight: bold;
}
.btn_blue{
	border-radius: 70px;
	background: #000637;
	width: 280px;
	text-align: center;
}
.btn_blue a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 14px 20px;
    font-size: 15px;
}
body {
  padding-top: 47px; /* ヘッダーの高さぶん余白を空ける */
}

	/* QA */
        :root {
            --text-dark: #372f2d;
            --border-light: #cccccc;
        }
	/* Q&A 共通スタイル */
		.sec10 .qa{
			padding-bottom: 30px;
		}
        /* アコーディオンアイテム */
        .sec10 .accordion-item {
            border-bottom: 0.1px solid var(--border-light);
        }

        /* ヘッダー（クリック部分） */
        .sec10 .accordion-trigger {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 24px 10px;
            cursor: pointer;
            border: none;
            background: none;
            text-align: left;
            position: relative;
            transition: opacity 0.3s;
        }

        .sec10 .accordion-trigger:hover {
            opacity: 0.8;
        }

        /* 開閉プラスマイナスボタン */
        .toggle-btn {
            position: absolute;
            right: 10px;
            width: 28px;
            height: 28px;
            background-color:#09193a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sec10 .toggle-btn::before,
        .sec10 .toggle-btn::after {
            content: "";
            position: absolute;
            background-color: #ffffff;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }

        /* 横棒 */
        .sec10 .toggle-btn::before {
            width: 14px;
            height: 2px;
        }

        /* 縦棒（プラス用） */
        .sec10 .toggle-btn::after {
            width: 2px;
            height: 14px;
        }

        /* 開いている時のスタイル */
        .sec10 .is-open .toggle-btn::after {
            transform: rotate(90deg);
            opacity: 0;
        }

        /* コンテンツ部分 */
        .sec10 .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .sec10 .content-inner {
            padding: 10px 10px 40px 11px; /* Qの幅に合わせて調整 */
            font-size: 16px;
            line-height: 1.8;
            color: #444;
        }
        .sec10 .p-shoplist-red{background:url(../image/footer_bg.png);padding: 80px 0px!important;}


        /* モバイル対応 */
        @media screen and (max-width: 767px) {
            .sec10 .qa-main-ttl { font-size: 40px; }
            .sec10 .q-prefix { font-size: 28px; }
            .sec10 .q-text { font-size: 16px; padding-right: 35px; }
            .sec10 .content-inner { padding: 10px 10px 30px 10px; font-size: 15px; }
        }

/*MV----------------------------------------------------------- */
.mv{
	padding: 15px 0px 58px!important;
	background: #f1faff;
	position: relative;
	background: url(../img/pc_mvbg.jpg) no-repeat right;
	background-size: cover;
}
.btn_or{
	background: #ff8c00;
	border-radius: .4rem;
    color: #fff;
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
}
.btn_or a{
	padding: 10px 20px;
}
.btn_gr{
	background:#48BFEB;
	border-radius: .4rem;
    color: #fff;
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
}
.btn_gr a {
	display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
}
section .mv{
	padding:0!important;
}
.fv11{
	margin: 0px auto!important;
    width: 100%!important;
}
.fv .container{
	padding: auto 0;
}
.fv .mv_txt{
	margin-left: -10%;
}

@media (min-width: 960px) and (max-width: 1378px) {
.fv{
  margin-left: 0%;
}
.mv .mv_txt img {
  max-width: 100%;
  margin-left: 8%;
}
}

/*CTA----------------------------------------------------------- */
.cta{
	background: url("../img/pc_cta_bg.png")no-repeat;
	background-size: cover;
}
.cta h2{
  padding-bottom: 60px;
}
.cta .box{
  background-color: #f2f9ff;
  padding: 30px;
}
@media (min-width: 960px) and (max-width: 1378px) {
	button{
		padding: 0 5px;
	}
}
/*sec04----------------------------------------------------------- */
.sec04{
	background:url(../img/pc_bg_01.jpg);
	background-size: cover;
	position: relative;
	width: 100%;
}
.sec04 ul{
	padding-left: 10%;
	font-size: 22px;
	font-weight: bold;
  list-style-type: none;
}
.sec04 ul li{
	padding-left: 5%;
	position: relative;
}
.sec04 li::before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -0.3em;
  width: 23px;
  height: 20px;
  background: url(../img/top_check.png);
  background-repeat: no-repeat;
}
.sec04 .bottom{
	position: relative;
}
.sankaku{
	position: absolute;
	top: 72%;
	left: 48%;
}
.top_h3{
	margin-top: 171px;
    margin-bottom: 0;
}
@media (min-width: 960px) and (max-width: 1378px) {
.sec04 ul{
	padding-left: 0%;
	font-size: 22px;
	font-weight: bold;
}
.people04{
	position: absolute;
	right: 0%;
	bottom: -10%;
}

}
/*people01----------------------------------------------------------- */
.people01{
	position: absolute;
	right: 8%;
	bottom: 0%;
}
.people01 {
          background: #fff; /* 背景は白のまま */
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
		  padding: 0;
        }
        /* 左の写真と右のテキストを横並びにする設定 */
        .flex_container {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 40px;
        }
        .left_photo {
          width: 82%;
        }
        .right_text {
          width: 38%;
        }
        @media (max-width: 768px) {
          .flex_container {
            flex-direction: column;
            gap: 20px;
          }
          .left_photo, .right_text {
            width: 100%;
          }
        }

/* sec05 */
.sec05{
	background:url(../img/pc_reason_bg.jpg);
	background-size: cover;
}
.sec05 .feature01:before {
	content: url("../img/pc_rearonpoint01.png");
	display: inline-block;
	position: absolute;
	top: -3.5rem;
	left: -8rem;
	z-index: 999;
}
.sec05 .feature02:before {
	content: url("../img/pc_rearonpoint02.png");
	display: inline-block;
	position: absolute;
	top: -3.5rem;
	left: -8rem;
	z-index:1000;
}
.sec05 .feature03:before {
	content: url("../img/pc_rearonpoint03.png");
	display: inline-block;
	position: absolute;
	top: -3.5rem;
	left: -8rem;
	z-index: 999;
}
.sec05 .feature04:before {
	content: url("../img/pc_rearonpoint04.png");
	display: inline-block;
	position: absolute;
	top: -3.5rem;
	left: -8rem;
	z-index: 999;
}
.sec05 .feature05:before {
	content: url("../img/pc_rearonpoint05.png");
	display: inline-block;
	position: absolute;
	top: -3.5rem;
	left: -8rem;
	z-index: 999;
}


.sec05 .feature02{
	position: relative;
}
.sec05 .feature03{
	position: relative;
}
.sec05 .people01{
	position: absolute;
    right: 5%;
    top: -11px;
}
.sec05 .people02{
	position: absolute;
    left: 86px;
    top: -15px;
}
.sec05 .people03{
	position: absolute;
    right: 13px;
	top: -33px;
}
.sec05_left{
	margin-left: 221px;
}
.sec05_left2{
	margin-left: 153px;
}
.yellow-underline {
background: linear-gradient(transparent 40%, #fffc00 60%);
}
@media (min-width: 960px) and (max-width: 1378px) {
.sec04 .people04{
	position: absolute;
	top: 0%;
	right: 5%;
}
}

/* voice */
.voice{
	background: url(../img/pc_voice_bg.jpg);
	background-size: cover;
}
.voice-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 20px;
        }
		/* 青い垂直装飾バーの共通設定 */
        .voice-text-card::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 16px;
            background-color: #000637; /* 画像にある濃い紺色 */
        }
		/* --- 共通のアニメーション設定 --- */
        .js-scroll-trigger {
            opacity: 0;
            transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .is-show {
            opacity: 1 !important;
            transform: translate(0, 0) !important;
        }


		 /* ==========================================
           パターン1：通常版（写真：左 / テキスト：右）
        ========================================== */
		/* Voice 01 の装飾（画像に合わせて黄色い手書き風） */
		.voice-num-art{
			background-repeat: no-repeat;
			position: absolute;
			top: -25px;
			left: 33%;
			pointer-events: none;
			/* width: 13%; */
			z-index: 30;
		}
        /* レイアウト */
        .voice-container {
            display: flex;
            gap: 0;
            position: relative;
			padding-bottom: 0%;
        }

        /* --- 左側：写真エリア --- */
        .voice-image-wrapper {
            flex: 1;
            position: relative;
            z-index: 20;
            /* 初期状態：左からスライド */
            opacity: 0;
            transform: translateX(-80px);
            transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
        }
		/* 青い垂直装飾バー通常版の装飾は右端 */
        .voice-text-card::after {
			border-radius: 0 10px 10px 0!important;
            right: 0;
        }
		/* ==========================================
           パターン2：逆パターン（テキスト：左 / 写真：右）
        ========================================== */
		.voice-num-art2{
			background-repeat: no-repeat;
			position: absolute;
			top: -25px;
			left: 8%;
			pointer-events: none;
			width: 13%;
			z-index: 30;
		}

        .voice-container.type-reverse .voice-text-card {
            flex: 1.1;
            background: #fff;
            color: #333;
            padding: 50px 96px 30px 50px; /* パディングを左右反転 */
            margin-right: -50px; /* 右側の写真と重ねる */
            margin-left: 12%;
            margin-top: 30px;
            border-radius: 10px;
            transform: translateX(-80px); /* 左からスライド */
            transition-delay: 0.2s;
        }
        .voice-container.type-reverse .voice-image-wrapper {
            flex: 1;
            transform: translateX(80px); /* 右からスライド */
        }
        .voice-container.type-reverse .voice-num-art {
            top: -25px;
            right: 42%; /* 右側基準に配置 */
            width: 180px;
            transform: translateX(-80px); /* テキストと同じ左からの動き */
            transition-delay: 0.2s;
        }
		/*  青い垂直装逆パターンの装飾は左端 */
        .type-reverse .voice-text-card::after {
            left: 0;
			border-radius:10px 0 0 10px!important;
        }
		/* ==== */

        .main-photo {
            width: 100%;
            height: auto;
            display: block;
        }
        .voice-text-card {
            flex: 1.1;
            background: #fff;
            color: #333;
            padding: 50px 50px 30px 96px;
            margin-left: -50px; /* 写真に少し重ねる */
            border-radius: 10px;
            position: relative;
            opacity: 0;
            transform: translateX(80px);
            transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
            transition-delay: 0.2s;
			margin-right: 12%;
			margin-top: 30px;
			z-index: 10;
			min-height: 29vw;
            height: auto;
        }
        .voice-body h4 {
            font-size: 20px;
            border-left: 5px solid #e9dd15;
            padding-left: 15px;
            margin: 14px 0 0px 0px;
			color: #000637;
			font-weight: bold;
        }
        .voice-body p {
            line-height: 1.8;
            margin: 0;
            color: #555;
			margin-left: 20px;
        }
        /* アニメーション発火 */
        .is-show {
            opacity: 1 !important;
            transform: translate(0, 0) !important;
        }
        /* レスポンシブ */
        @media (max-width: 900px) {
            .voice-container {
                flex-direction: column;
            }
            .voice-text-card {
                margin-left: 0;
                margin-top: -40px;
                padding: 40px 30px;
                width: 90%;
            }
            .voice-num-art {
                font-size: 60px;
                top: -30px;
            }
        }

/*sec06----------------------------------------------------------- */
.sec06{
	padding-bottom: 0;
	position: relative;
	background: url(../img/pc_message_bg.jpg);
	background-size: cover;
}
.sec06 .messagetxt{
	font-size: 20px;
	color: #000637;
	font-weight: bold;
}
.sec06 .messagetxt2{
	font-size: 25px;
	color: #000637;
	font-weight: bold;
}
.sec06 .row{
	display: flex;
    padding: 0;
    border-bottom: 0px;
    align-items: center;
}
.sec06 .white_box{
	border-radius:15px 15px 0 0;
	padding: 40px 95px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.sec06 .txt{
	padding: 4% 3%;
	font-size: 22px;
	vertical-align: middle;
}
.sec06 .col-md-6{
	padding-left: 0;
	margin-left: 0;
}
.sec06 .arrow{
	margin: 40px 0px!important;
}
@media (min-width: 960px) and (max-width: 1378px) {
.sec06 .txt{
	padding: 3%;
	font-size: 18px;
	vertical-align: middle;
}
.sec06 .people05{
	position: absolute;
	bottom: -20%;
	right: -10%;
}
.sec06 .arrow{
	margin: 40px 0px!important;
}
}
/*sec07----------------------------------------------------------- */
.sec07 .sp_only { display: none;
}
.sec07{
	background:url(../img/pc_companyprofile_bg.png);
	background-size: cover;
	position: relative;
}
.profile-card {
            padding: 40px;
        }

        .row {
            display: flex;
            padding: 20px 0;
            border-bottom: 1px solid #eef0f2;
            align-items: center;
        }

        /* 最後の行のボーダーを消す */
        .row:last-child {
            border-bottom: none;
        }

        .label {
            width: 35%;
            font-weight: bold;
            color: #000637;
            font-size: 23px;
            letter-spacing: 0.1em;
        }

        .content {
            width: 65%;
            color: #000637;
            line-height: 1.6;
            word-break: break-all;
        }

        .content a {
            color: #000637;
            text-decoration: none;
        }

        .content a:hover {
            text-decoration: underline;
        }

        /* レスポンシブ対応（スマホで見やすく） */
        @media (max-width: 600px) {
            .row {
                flex-direction: column;
            }
            .label {
                width: 100%;
            }
            .content {
                width: 100%;
            }
        }
@media (min-width: 960px) and (max-width: 1378px) {
.sec07 .sp_only { display: none !important;
}
}

/* sec08 */
.sec08{
	background: #f1f1f1;
}
.sec08 .white_box{
	border-radius: 0px;
	padding: 0px;
}

/* sec08 全体背景 */
.sec08 { background: #f1f1f1; }

/* 共通設定 */
        :root {
            --primary-navy: #09193a;
            --border-color: #eeeeee;
            --text-main: #333333;
            --bg-gray: #f9f9f9;
        }
        .sec08 p{
            font-size: 18px;
        }
        .sec08 body {
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
            background-color: #f1f1f1;
            margin: 0;
        }

        .sec08 .career-container {
            max-width: 900px;
            margin: 0 auto;
        }

        /* アコーディオンアイテム全体 */
        .sec08 .accordion-item {
            background: #fff;
            border-radius: 15px; /* 角丸デザイン */
            margin-bottom: 20px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }

        /* ヘッダー（トリガー）部分：image_c3d4bd.png の再現 */
        .sec08 .accordion-trigger {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 0;
            background: #fff;
            border: none;
            cursor: pointer;
            text-align: left;
            transition: background 0.3s;
        }

        .sec08 .accordion-trigger:hover {
            background: #fafafa;
        }

        .sec08 .trigger-thumb {
            width: 250px;
            height: 140px;
            object-fit: cover;
            flex-shrink: 0;
        }

        .sec08 .trigger-text-content {
            flex-grow: 1;
            padding: 0 30px;
        }

        .sec08 .trigger-sub-title {
            font-size: 16px;
            color: var(--text-main);
            margin-bottom: 5px;
            display: block;
        }

        .sec08 .trigger-main-title {
            font-size: 24px;
            font-weight: bold;
            color: var(--primary-navy);
        }

        .sec08 .trigger-icon-wrap {
            padding-right: 30px;
        }

        .sec08 .arrow-icon {
            width: 30px;
            height: 30px;
            background: var(--primary-navy);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.4s;
        }

        .sec08 .arrow-icon svg {
            width: 16px;
            height: 16px;
            fill: #fff;
        }

        /* 開いている時のアイコン回転 */
        .accordion-item.is-active .arrow-icon {
            transform: rotate(180deg);
        }

        /* コンテンツ部分：pulldown.jpg の再現 */
        .sec08 .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            background: #fff;
        }

        .sec08 .content-inner {
            padding: 40px 60px 60px;
            border-top: 1px solid var(--border-color);
            color: #09193a;
        }

        /* 詳細ヘッダー */
        .sec08 .detail-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .sec08 .detail-header h3 {
            font-size: 24px;
            margin-bottom: 15px;
            letter-spacing: 0.05em;
            font-weight: bold;
        }

        .sec08 .detail-header .job-intro {
            font-size: 16px;
            line-height: 1.8;
        }

        /* 項目リスト */
        .sec08 .detail-list {
            border-top: 2px solid #333;
        }

        .sec08 .detail-row {
            display: flex;
            padding: 25px 0;
            border-bottom: 1px solid var(--border-color);
        }

        .sec08 .detail-row dt {
            width: 160px;
            font-weight: bold;
            font-size: 19px;
            flex-shrink: 0;
            line-height: 1.5;
        }

        .sec08 .detail-row dd {
            flex-grow: 1;
            margin: 0;
            font-size: 16px;
            line-height: 1.7;
        }

        /* 箇条書き */
        .sec08 .sub-list {
            list-style: none;
            padding: 0;
            margin: 15px 0 0;
        }

        .sec08 .sub-list li {
            position: relative;
            padding-left: 1.2em;
            margin-bottom: 8px;
        }

        .sec08 .sub-list li::before {
            content: "・";
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        /* 実績例・自己実現ボックス */
        .sec08 .info-box {
            margin-top: 15px;
            display: inline-block;
            width: 100%;
        }

        .sec08 .info-box-label {
            display: inline-block;
            border: 1px solid #333;
            font-size: 11px;
            padding: 2px 10px;
            margin-bottom: 8px;
            font-weight: bold;
            font-size: 18px;
        }

        /* ボタン */
        .sec08 .detail-footer {
            margin-top: 18px;
            text-align: center;
        }

        .sec08 .btn-apply {
            display: inline-block;
            background-color: var(--primary-navy);
            color: #fff !important;
            text-decoration: none;
            padding: 18px 80px;
            border-radius: 50px;
            font-weight: bold;
            font-size: 16px;
            transition: opacity 0.3s;
        }

        .sec08 .btn-apply:hover {
            opacity: 0.9;
        }

        /* モバイル対応 */
        @media screen and (max-width: 768px) {
            .sec08 .accordion-trigger {
                flex-direction: column;
                align-items: flex-start;
            }
            .sec08 .trigger-thumb {
                width: 100%;
                height: 180px;
            }
            .sec08 .trigger-text-content {
                padding: 20px;
            }
            .sec08 .trigger-icon-wrap {
                position: absolute;
                top: 190px;
                right: 0;
            }
            .sec08 .content-inner {
                padding: 30px 20px;
            }
            .sec08 .detail-row {
                flex-direction: column;
            }
            .sec08 .detail-row dt {
                width: 100%;
                margin-bottom: 10px;
            }
            .sec08 .trigger-main-title {
                font-size: 18px;
            }
        }

        /* 開封ボタン */
                :root {
            --text-dark: #372f2d;
            --border-light: #cccccc;
        }
	/* Q&A 共通スタイル */
		.sec08 .qa{
			padding-bottom: 30px;
		}
        /* ヘッダー（クリック部分） */
        .sec08 .accordion-trigger {
            width: 100%;
            display: flex;
            align-items: center;
            cursor: pointer;
            border: none;
            background: none;
            text-align: left;
            position: relative;
            transition: opacity 0.3s;
        }
        .sec08 .accordion-trigger:hover {
            opacity: 0.8;
        }
         /* --- 修正ポイント：V字開封ボタン --- */
        .sec08 .toggle-btn {
            position: absolute;
            right: 54px;
            width: 28px;
            height: 28px;
            background-color: var(--navy-dark);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* 回転アニメーション */
            background-color: #09193a;
            top: 39%;
        }
        /* V字の作成 */
        .sec08 .toggle-btn::before {
            content: "";
            width: 10px;
            height: 10px;
            border-right: 2px solid #f7ed11;
            border-bottom: 2px solid #f7ed11;
            transform: translateY(-2px) rotate(45deg); /* V字の向き */
            position: absolute;
            background: transparent !important;
        }
        .sec08 .toggle-btn::before,
        .sec08 .toggle-btn::after {
            content: "";
            position: absolute;
            background-color: #f7ed11;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }
/* 開いている時：ボタン全体を180度回転 */
        .accordion-item.is-open .toggle-btn {
            transform: rotate(180deg);
        }
        /* コンテンツ部分 */
        .sec08 .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .sec08 .p-shoplist-red{background:url(../image/footer_bg.png);padding: 80px 0px!important;}
        /* モバイル対応 */
        @media screen and (max-width: 767px) {
        .sec08 .accordion-trigger {
                padding: 15px 10px;
                /* 必要に応じてここを column に切り替え可能 */
            }
            .sec08 .q-text { font-size: 14px; }
            .sec08 .content-inner { padding: 10px 10px 30px 10px; font-size: 14px;
            }
        /* --- 修正ポイント：V字開封ボタン --- */
        .sec08 .toggle-btn {
            position: absolute;
            right: 6%;
            width: 6%;
            height: 9%;
            background-color: var(--navy-dark);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* 回転アニメーション */
            background-color: #09193a;
            top: 73%;
        }
        /* V字の作成 */
        .sec08 .toggle-btn::before {
            content: "";
            width: 6px;
            height: 6px;
            border-right: 1px solid #f7ed11;
            border-bottom: 1px solid #f7ed11;
            transform: translateY(-2px) rotate(45deg); /* V字の向き */
            position: absolute;
            background: transparent !important;
        }
        }

/* sec09 */
.sec09{
	background:url(../img/pc_recrute_bg.jpg);
	background-size: cover;
}
.sec09 .feature02{
	position: relative;
}
.sec09 .feature01 .people01{
	position: absolute;
	top: -4.5%;
	left: 7%;
}
.sec09 .white_box{
	background-color: #ffece9;
}
.sec09 .feature03{
	position: relative;
}
.sec09 .feature03 .people03{
	position: absolute;
	bottom: 15%;
	right: 0%;
}
.sec09 .feature01 h3{
	position: relative;
}
.sec09 .feature02 h3{
	position: relative;
}
.sec09 .feature03 h3{
	position: relative;
}
.sec09 .feature01 h3:before {
	content: url("../img/pc_feature01.png");
	display: inline-block;
	position: absolute;
	top: -7rem;
	left: 0rem;
}
.sec09 .feature02 h3:after {
	content: url("../img/pc_feature02.png");
	display: inline-block;
	position: absolute;
	top: -6.5rem;
    right: 2rem;
}
.ytp-cued-thumbnail-overlay-image {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}
.sec09 button{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	padding: 6px 15px;
}
.txt-hide,.txt-hide09 {
	display: none;
}
.more,.more09 {
	display: block;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
}
.sec09 h4{
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding: auto 65px;
}

@media (min-width: 960px) and (max-width: 1378px) {

.sec09 .feature01 h3:before {
	content: url("../img/pc_feature01.png");
	display: inline-block;
	position: absolute;
	top: -6.5rem;
	left: -6rem;
}
.sec09 .feature02 h3:after {
	content: url("../img/pc_feature02.png");
	display: inline-block;
	position: absolute;
	top: -6.5rem;
	right: -8rem;
}
.sec09 .feature03 h3:before {
	content: url("../img/pc_feature03.png");
	display: inline-block;
	position: absolute;
	top: -6.5rem;
	left: -7rem;
}
.sec09 .feature02 .people02{
	position: absolute;
	top: -4.5%;
	left: 3%;
}
.sec09 .feature03 .people03{
	position: absolute;
	bottom: 10%;
	right: -3%;
}
}
/* sec10 */
/*sec07----------------------------------------------------------- */
.sec10{
	background:#f1f1f1;
	position: relative;
}
.sec10 .people06{
	position: absolute;
	left: 67%;
    top: -1%;
}
.sec10 .q{
	background: url("../img/pc_q.png")left top 4px no-repeat;
	padding-bottom: 10px;
    padding-left: 6%;
	font-size: 22px;
	font-weight: bold;
}
.sec10 .a{
	background: url("../img/pc_a.png")left top 4px no-repeat;
    padding-left: 6%;
	padding-top: 9px;
	font-size: 16px;
}

@media (min-width: 960px) and (max-width: 1378px) {
.sec10 .people06{
	position: absolute;
	left: 15%;
	top: 0%;
}
}
/*
form
----------------------------------------------------------- */
.form h2{
	font-size: 50px;
	font-weight: bold;
	color: #2394e9;
}
.input {
	font-size: 16px;
}
.bold{
	font-weight: bold;
}
.title_cl .bg-color:nth-child(odd) {
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
	border-bottom: solid #ccc 1px;
	border-top: solid #ccc 1px;
}
.title_cl .bg-color:nth-child(even) {
	background-color: #fff;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.title_cl .bg-color:first-child {
	padding-top: 10px;
	border-top: none;
}
.title_cl .bg-color:last-child{
	padding-bottom: 0px;
	border-bottom: none!important;
}
select{
	padding: 15px;
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
}
.box_srcollbar {
    height: 200px;
    padding: 30px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: left;
}
input[type="text"]:focus {
	outline: 0;
	border-color: orange;
}
.form-control {
    width: 100%;
	height: 50px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    border-radius: 5px;
}
.required{
	background: #d83400;
	color: #fff;
	padding: 3px 8px;
	font-size: 12px;
}
.border{
	border-bottom: solid #ccc 1px;
}
.ma-auto{
	margin:0 auto;
}
button {
	background:none;
	border:0;
}
button :hover{
	opacity: 0.7;
}
.p-index-contact__block iframe {
    height: 102%;
}
.p-index-contact__block{border:3px solid #fff;background:#fff;height:950px;line-height:0}

@media (min-width: 960px)and (max-width: 990px) {
.p-index-contact__block{border:3px solid #fff;background:#fff;height:1200px;line-height:0}
}
/*
Footer
----------------------------------------------------------- */
footer{
  color:#000;
  font-size:10px;
  background-color: #fff;
  padding: 3rem 0rem;
}
footer .copy {
text-align: center;
}
footer a{
  color: #222;
}
footer a:hover, footer a:focus {
  color: #666;
}
footer .logo img{
	width: 35%;
}
.l-footer__main {
    padding: 5rem 5rem;
}
.l-footer__inner {
	padding: 20px 0;
	box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.l-footer__flex {
    display: flex;
    justify-content: space-between;
}
.l-footer__logo {
    max-width: 220px;
}
.l-footer__bottom {
    padding-right: 5rem;
    padding-left: 5rem;
	background-color: #fff;	
}
.l-footer__privacy li{
	padding-right: 15px;
}


/* 初期状態：両方とも非表示にしておく */
.br-pc,
.br-sp {
  display: none;
}

/* PC表示（769px以上） */
@media screen and (min-width: 769px) {
  .br-pc {
    display: inline;
  }
}

/* SP表示（768px以下） */
@media screen and (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}
/*アニメーション*/
/* ----------------------------------------------------
ふわっと表示
------------------------------------------------------ */
.scroll-up {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: all 1s;
}
.scroll-up.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}


/* sec08アコーディオンの中身の基本スタイル */
.accordion-content {
  overflow: hidden;
  transition: all 0.3s ease-out; /* 動きを滑らかにする場合 */
}

/* 開いている時の状態（JSで制御） */
.accordion-content.is-open {
  display: block !important;
}

/* 画像にホバーした時の演出（任意） */
.accordion-trigger:hover {
  opacity: 1.5;
}

