@charset "UTF-8";
/* CSS Document */
.grecaptcha-badge { visibility: hidden; }

html {
    font-size: 62.5%;
    }
body{
	width: 100%!important;
	font-size: 1.6rem;
    line-height: 2em;
	font-family: YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
	position: relative;
	display: block!important;
	margin: 0;
	box-sizing: border-box;
	background: #fff;
}
.nobreak{
	word-break:keep-all!important;
	white-space: nowrap;
}
.prot_bar{
	width: 206px;
	height: 4px;
	flex-shrink: 0;
	background: #F5D800;
	margin: 0 0 20px 0;
}
@media (min-width: 769px) {
	.prot_ttl {
		color: #27201E;
		font-family: Inter;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
		overflow: hidden;
	}
	.prot_subttl{
		color: #000;
		font-size: 27px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 40.5px */
		letter-spacing: 2.43px;
		margin-bottom: 18px;
	}
	.prot_page_cate{
		color: #000;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
	}
	.txt_c_to_l{
		text-align:center;
	}
	.txt_l_to_c{
		text-align:left;
	}
	.txt_ttl{
		font-weight: 500;
		color: #222222;
		font-size: 2.2rem;
		line-height: 1.7em;
		padding-bottom: 30px;
		letter-spacing: 2px;
	}
}
.prot_ttl > span{
	display: inline-block;
}
@media (max-width: 768px) {
	.prot_ttl {
		color: #27201E;
		font-family: Inter;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
		overflow: hidden;
	}
	.prot_subttl{
		color: #000;
		font-size: 27px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 40.5px */
		letter-spacing: 2.43px;
	}
	.prot_page_cate{
		color: #000;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
	}
	.txt_c_top_l{
		text-align:left;
	}
	.txt_ttl{
		font-weight: 500;
		color: #222222;
		font-size: 1.8rem;
		line-height: 1.7em;
		padding-bottom: 30px;
	}
}


@media (min-width: 769px) {
	.lbody{
		width:100%;
		position: relative;
		padding-top: 30px;
	}
	.navrarea{
		width:70px;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 20;
	}
	#navr_copy{
		position:absolute;
		top: 50%;
		right: 22px;
		transform: translateY(-50%);
		writing-mode:vertical-rl;
		font-size: 1.4rem;
		text-align: center;
		font-weight:700;
	}
	.navrarea > ul{
		display:none;
	}
}
@media (max-width: 768px) {
	.lbody{
		width:100%;
		position: relative;
		overflow-x: hidden!important;
	}
	.navrarea{
		position: fixed;
		width: calc(100% - 20px);
		height: 58px;
		bottom: 0;
		left: 10px;
		z-index: 20;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		background: #EDF1F4;
	}
	.navrarea > ul{
		display:flex;
		flex-wrap: wrap;
		align-content: stretch;
		width: 100%;
		height: 100%;
	}
	.navrarea > ul > li{
		display: flex;
		width: 28%;
		align-items: center;
		justify-content: center;
	}
	.navrarea > ul > li > a{
		font-weight: 700;
	}
	#navr_copy{
		position:absolute;
		top: 50%;
		right: 17px;
		transform: translateY(-50%);
		writing-mode:vertical-rl;
		font-size: 1.4rem;
		text-align: center;
		font-weight:700;
	}
}
section{
	width: 100%;
    position:relative;
}
.width_ctrl{
	max-width: 1500px;
	margin: 0  auto;
}
nav{
	font-weight: 300;
	font-style: normal;
}
img {
    vertical-align: middle;
    border: 0;
}
div{
    box-sizing:border-box; 
	position: relative;
}
.hr_ctt{
    width: 100%;
    height:400px;
    position: relative;
    margin: -150px 0;
    overflow: hidden;
    z-index: -3!important;
}
.hr_ctt > hr{
    width: 120%;
    height: 1px;
    background-color: #9ADDCE;
    border: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-12deg);
    -mozkit-transform: translate(-50%,-50%) rotate(-12deg);
    z-index: -3;
}
*{
    box-sizing:border-box;
}
.c__f{
    clear:both;
    overflow: hidden;
}
.difference{
    mix-blend-mode:difference;
}
.block_center{
	margin:0 auto;
	max-width: 100%;
	text-align: center;
}
@media (min-width: 769px) {
    .pcblock{
        display: block;
    }
    .spblock{
        display: none;
    }
}
@media (max-width: 768px) {
    .pcblock{
        display: none;
    }
    .spblock{
        display: block;
    }
}
/*-----------------共通--------------------*/
.of_hide{
	width:100%;
	overflow-x: clip;
	position: relative;
}

.bg_wht{
	display:block;
	background: #fff;
	position: relative;
}
.bg_gry{
	display:block;
	background: #F2F2F2;
	position: relative;
	padding: 100px 0;
}
.bg_gry::before{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background: #F2F2F2;
	z-index: -1;
}
.bg_gry::after{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	background: #F2F2F2;
	z-index: -1;
}
.mark_w {
    display: inline;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    background-color: #ffffff!important;
}
.txt_w{
    color:#fff;
}
.txt_center{
	text-align: center;
}
.txt_small{
	font-size:70%;
}
.txt_list li{
	list-style:disc;
	margin-left: 15px;
}
@media (min-width: 769px) {
    .pcbr{
        display: inline-block;
    }
    .spbr{
        display: none;
    }
    .txt_wtob{
        color: #fff;
    }
}
@media (max-width: 768px) {
    .pcbr{
        display: none;
    }
    .spbr{
        display: inline-block;
    }
    .txt_wtob{
        color: #282832;
    }
}
.pdgt30{
    padding-top: 30px;
}
.pdgb30{
    padding-bottom: 30px;
}
.pdgb18{
    padding-bottom: 18px;
}
.pdgtb30{
    padding: 30px 0;
}
.pdgt50{
    padding-top: 50px;
}
.pdgtb50{
    padding: 50px 0;
}
.pdgb50{
    padding-bottom: 50px;
}
.pdgtb80{
    padding: 80px 0;
}
.pdgb100{
    padding-bottom: 100px;
}

.mgnb30{
	margin-bottom: 30px;
}
@media (min-width: 769px) {
	.col2to1_ctt{
		width:100%;
		position: relative;
		margin: 0 auto;
		display: flex;
	}
    .col2to1_box{
        box-sizing: border-box;
        padding:  20px;
        position: relative;
    }
}
@media (max-width: 768px) {
	.col2to1_ctt{
		width:100%;
		position: relative;
		margin: 0 auto;
		display: block;
	}
    .col2to1_box{
        width: 100%;
        box-sizing: border-box;
        padding:  10px 0;
        position: relative;
    }
    .col2to1_box > p{
		text-align: left!important;
    }
}
.pg_border{
    border-bottom: solid 1px #c8c8c8;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center!important;
    margin: 0 auto!important;
}
.img_full{
    width:100%;
    height: auto;
}
.svg_full img{
    width:100%;
    max-width: 300px;
    height: auto;
}
.img_border{
    border:solid 1px #c8c8c8;
    box-sizing: border-box;
}

.img_cover{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_contain{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.is-animation {
	padding: 2em 0;
	font-size: 1em;
}



/*-------------------共通ボタン-------------------*/
.btn_footer{
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
a > .btn_blue{
	width: 250px;
	height: 56px;
	border-radius: 28px;
	padding: 8px;
	box-sizing: border-box;
	color: #fff!important;
	position: relative;
	transition: all 0.5s ease;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0084FF;
	border: solid 1px #0084FF;
}
a:hover > .btn_blue{
	width: 250px;
	height: 56px;
	border-radius: 28px;
	padding: 8px;
	box-sizing: border-box;
	color: #0084FF!important;
	position: relative;
	transition: all 0.5s ease;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: solid 1px #0084FF;
}
a > .btn_yel{
	width: 250px;
	height: 56px;
	border-radius: 28px;
	padding: 8px;
	box-sizing: border-box;
	color: #000!important;
	position: relative;
	transition: all 0.5s ease;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EFFF91;
	border: solid 1px #EFFF91;
}
a:hover > .btn_yel{
	width: 250px;
	height: 56px;
	border-radius: 28px;
	padding: 8px;
	box-sizing: border-box;
	color: #EFFF91!important;
	position: relative;
	transition: all 0.5s ease;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border: solid 1px #000;
}
@media (max-width: 768px) {
	a > .btn_blue,
	a:hover > .btn_blue {
		width: 100%;
		max-width: 250px;
	}
	a > .btn_yel,
	a:hover > .btn_yel {
		width: 100%;
		max-width: 250px;
	}
}
a > .arrow_btn_w{
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #000;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
a > .arrow_btn_w::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
a > .arrow_btn_w::before{
	content: '';
	width: 14.1421px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
@media (min-width: 960px) {
	a:hover > .arrow_btn_w{
		width: 36px;
		height: 36px;
		border-radius: 18px;
		background-color: #000;
		border: solid 1px #000;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	a:hover > .arrow_btn_w::after{
		content: '';
		width: 5px;
		height: 5px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%) rotate(45deg);
	}
	a:hover > .arrow_btn_w::before{
		content: '';
		width: 14.1421px;
		height: 1px;
	background-color: #fff;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
	}
}
a > .arrow_btn{
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
a > .arrow_btn::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
a > .arrow_btn::before{
	content: '';
	width: 14.1421px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
@media (min-width: 960px) {
	a:hover > .arrow_btn{
		width: 36px;
		height: 36px;
		border-radius: 18px;
		background-color: #000;
		border: solid 1px #000;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	a:hover > .arrow_btn::after{
		content: '';
		width: 5px;
		height: 5px;
		border-top: solid 1px #EDF1F4;
		border-right: solid 1px #EDF1F4;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%) rotate(45deg);
	}
	a:hover > .arrow_btn::before{
		content: '';
		width: 14.1421px;
		height: 1px;
		background-color: #EDF1F4;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
	}
}
a > .arrow_btn_rev{
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background-color: #000;
	border: solid 1px #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
a > .arrow_btn_rev::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
a > .arrow_btn_rev::before{
	content: '';
	width: 14.1421px;
	height: 1px;
	background-color: #EDF1F4;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
@media (min-width: 960px) {
	a:hover > .arrow_btn_rev{
		width: 36px;
		height: 36px;
		border-radius: 18px;
		background-color: #fff;
		border: solid 1px #000;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	a:hover > .arrow_btn_rev::after{
		content: '';
		width: 5px;
		height: 5px;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%) rotate(45deg);
	}
	a:hover > .arrow_btn_rev::before{
		content: '';
		width: 14.1421px;
		height: 1px;
		background-color: #000;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
	}
}
.ctt_btn{
	display:inline-block;
}
@media (min-width: 960px) {
	.ctt_btn a{
		width: 250px;
		height: 56px;
		border-radius: 28px;
		padding: 8px 40px 8px 8px;
		box-sizing: border-box;
		color: #fff!important;
		position: relative;
		transition: all 0.5s ease;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #000;
		border: solid 1px #000;
	}
}
@media (max-width: 959px) {
	.ctt_btn a{
		width: 100%;
		min-width: 200px;
		height: 56px;
		border-radius: 28px;
		padding: 8px 40px 8px 8px;
		box-sizing: border-box;
		color: #fff!important;
		position: relative;
		transition: all 0.5s ease;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:0 auto;
		background: #000;
		border: solid 1px #000;
	}
}
.ctt_btn a:hover{
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #000!important;
    background-color: #fff;
	border: solid 1px #000;
}
.ctt_btn_rev a{
    max-width: 250px;
	height: 56px;
    border-radius: 28px;
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #fff!important;
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ctt_btn_rev a:hover{
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #000!important;
    background-color: #EDF1F4;
}

.ctt_btn_yel a{
    max-width: 250px;
	height: 56px;
    border-radius: 28px;
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #000!important;
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
	background-color: #F5D800;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ctt_btn_yel a:hover{
    padding: 8px 40px 8px 8px;
    box-sizing: border-box;
    color: #fff!important;
    background-color: #000;
}



.bm_btn {
    display: inline-block;
    width: auto;
    min-width: 300px;
    padding: 10px 20px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
    border: solid 1px #000;
    background-color: #000;
    cursor: pointer;
    position: relative;
    transition: all .5s ease;
    border-radius: 25px;
}
.bm_btn:hover {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    font-weight: 700;
    margin: 10px 0;
    color: #282832;
    border: solid 1px #000;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
}
    


.z_img img{
    transition:1s all;
}
.z_img img:hover{
    transform:scale(1.1,1.1);
    transition:1s all;
}
.op7_img img{
    transition:1s all;
}
.op7_img img:hover{
    opacity: 0.7;
    transition:1s all;
}

.lr_btn a {
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  text-decoration: none;
  padding-left: 110px;
    position: relative;
}
.lr_btn a::before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  background: #282832;
}
.lr_btn a::before {
  animation: lrb 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes lrb {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0 ;
  }
  70%, 100% {
    transform: scale(0, 1);
    transform-origin: 100% 0 ;
  }
}

/*-------------------index_ctt共通-------------------*/
.i_ctt_cate{
	color: #EAEAEA;
	text-align: center;
	font-family: Roboto;
	font-size: 120px;
	font-style: normal;
	font-weight: 700;
	line-height: 100px; /* 83.333% */
}
.i_ctt_cate_about{
	position: absolute;
	top:0;
	right: 0;
}

@media (max-width: 959px) {
	.i_ctt_cate{
		color: #EAEAEA;
		text-align: center;
		font-family: Roboto;
		font-size: 8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1em;
	}
	.i_ctt_cate_about{
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		word-break: keep-all;
		overflow-wrap: normal;
	}
}
.i_ctt_cate_interview{
	position: absolute;
	top:10px;
	right: 0;
}
.i_ctt_cate_recruit{
	position: absolute;
	top:80px;
	right: 0;
}
.i_ctt_txt{
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
    padding-bottom: 20px;
}
.i_ctt_txt_sub{
    font-size: 1.6rem;
    line-height: 1.8em;
}
@media (min-width: 960px) {
	.ictt_ttl{
		padding-bottom:30px;
		font-weight: 700;
		font-size: 4rem;
		line-height: 1.5em;
	}
	.ictt_ttl_jpn{
		padding-bottom:30px;
		font-weight: 700;
		font-size: 2.1rem;
		line-height: 1.5em;
	}
    .ictt_cate{
        font-size:1.8rem;
		line-height: 1.8em;
        padding-bottom: 20px;
        font-weight: 700;
        position: relative;
    }
    .ictt_cate_r_box{
        width: 50%;
        margin-left: 50%;
        padding: 0 50px;
        height: 100px;
        position: relative;
        box-sizing: border-box;
    }
}
.ictt_cate_sub{
    padding-bottom:30px;
    font-weight: 700;
}
.ictt_cate_bg{
    position:absolute;
    left: -15px;
    top:-25px;
}
@media (max-width: 959px) {
	.ictt_ttl{
		padding-bottom:30px;
		font-weight: 700;
		font-size: 3.5rem;
		line-height: 1.5em;
	}
	.ictt_ttl_jpn{
		padding-bottom:30px;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1.5em;
	}
    .ictt_cate{
        font-size:1.8rem;
		line-height: 1.8em;
        padding-bottom: 15px;
        font-weight: 700;
        position: relative;
    }
    .ictt_cate_r_box{
        width: 100%;
        position: relative;
		text-align: center;
    }
}
.i_ttl{
    font-size:2.5rem;
    font-family: 'Noto San Serif JP', san serif;
    line-height: 1.3em;
    font-weight: normal;
    padding-bottom: 30px;
    position: relative;
    color: #000;
}

/*------------------index_about------------------*/
#about{
	background: #fff;
}
@media (min-width: 769px) {
	.icontainer_about{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
		padding: 120px 0;
	}
	#ica_ctt01{
		width: 316px;
		height: 413px;
		position: relative;
		
	}
}
@media (max-width: 768px) {
	.icontainer_about{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
}

:root{
  --page-width: 1280px;   /* 全体幅 */
  --outer: 50px;          /* 左右余白 */
  --gutter: 50px;         /* カラム間隔 */
  --cols: 12;             /* カラム数 */
  --radius: 18px;
}

/* コンテナ：左右余白50pxで中身は 1280 - 100 = 1180px */
.wrap{
  max-width: var(--page-width);
  margin-inline: auto;
  padding-inline: var(--outer);
}
.i_wrap{
	overflow-x:hidden;
}
/* 12グリッド（ガター=50px） */
.grid-12{
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0,1fr));
  column-gap: var(--gutter);
  row-gap: var(--gutter);
	align-items: start;
}

/* 便利ユーティリティ（@layer無し） */
.block{ margin-block: 80px; }
.h1{
	color: #27201E;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 45px */
	letter-spacing: 0.6px;
 margin: 0 0 16px; 
}
.h1 > span{
	background: linear-gradient(transparent 60%, #EFFF91 40%); /* 黄色マーカー */
}
.text{ margin: 0; color:#555; }

/* 画像共通 */
.figure{ border-radius: var(--radius); overflow: hidden; }
.figure img{ width:100%; height:auto; display:block; }

/* ===== ブロック別レイアウト ===== */
/* 1) 左画像 + 右テキスト（5:7） */
.block-a .image  { grid-column: span 4; }
.block-a .content{ grid-column: span 4; }
@media (max-width: 960px){
	.block-a {
    display: flex;
		flex-wrap: wrap;
    align-items: center;
}
	.block-a .image  {
		padding: 30px ;
		max-width: 400px;
	}

}

/* 2) 左テキスト + 右に画像2枚（各画像は縦に並べる） */
.block-b .content{ grid-column: span 6; }
.block-b .images { grid-column: span 6; display: grid; gap: var(--gutter); position: relative;}
.block-b .images .figure:last-child{ 
	position: absolute;
	top: -300px;
	right: 0;
	padding-right: 0;
}
@media (min-width: 961px){
	.block-b .images .figure{ 
		position: relative;
		top: 0;
		right:0;
		padding-right: 50px;
	}
}

@media (max-width: 960px){
	.block-b .images .figure{ 
		position: relative;
		top: 20px;
		right:0;
		width: 60%;
		padding-right: 0;
	}
	.block-b .images .figure:last-child{ 
		position: absolute;
		top: -20px;
		right: 0;
		padding-right: 0;
		width: 40%;
	}
}

/* 3) 左画像 + 右テキスト（5:7） */
.block-c .image  { grid-column: span 6; }
.block-c .content{ grid-column: span 5; }
.block-c{
	margin-block: 80px 0!important;
}
/* 簡易レスポンシブ（不要なら削除OK） */
@media (max-width: 960px){
  .wrap{ padding-inline: 16px; }
  .grid-12{ grid-template-columns: 1fr; column-gap: 0; row-gap: 24px; }
  .block{ margin-block: 40px; }
	.block-c{ margin-block: 0;}
}

.iabout_mov_ctt{
	width: 100%;
	overflow-x:hidden;
	margin-block: 0 80px;
}
.iabout_mov_txt {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}
.iabout_mov_txt ul {
	display: flex;
	width: max-content;
	white-space: nowrap;
}
.iabout_mov_txt li {
	display: inline-block!important;
	list-style-type: none;
	font-family: Inter;
	font-size: 96px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 192px */
	letter-spacing: -1.056px;
	white-space: nowrap;
	padding-right: 100px; /* 適度な間隔を空ける */
}
.iabout_mov_ctt > p{
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 36px */
	letter-spacing: 0.9px;
	margin-block: 20px;
}
@media (min-width: 769px) {
	.iabout_btn_ctt{
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
}
@media (max-width: 768px) {
	.iabout_btn_ctt{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
}

/*------------------index_service------------------*/

@media (min-width: 769px) {
	.servicectrl{
		padding:80px 0 50px 0;
	}
	.service_line{
		max-width: 1100px;
		width:calc(100% - 100px);
		border-bottom: dotted 1px #737072;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.servicectrl{
		padding:60px 0 45px 0;
	}
	.service_line{
		max-width: calc(100% - 70px);
		width:100%;
		border-bottom: dotted 1px #737072;
		margin: 0 auto;
	}
}
.service_top_container p{
	padding-bottom: 20px;
}

@media (min-width: 769px) {
	.service_flow_ctt{
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		margin: 0 0 70px 0;
	}
	.service_flow_ctt > dl{
		width:25%;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
}
@media (max-width: 768px) {
	.service_flow_ctt{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		margin: 0 0 70px 0;
		padding: 0 10px;
	}
	.service_flow_ctt > dl{
		width:50%;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-bottom: 20px;
	}
}
.service_flow_ctt > dl > dt{
	width: 100%;
    height: 40px;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    background: #fff;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.service_flow_ctt > dl > dd{
	width: 100%;
	height: calc(100% - 30px);
    display: flex;
    align-items: stretch;
	border-bottom: dotted 1px #737072;
}
@media (min-width: 769px) {
	.service_css_col{
		width: calc(50% - 40px);
		padding: 20px;
		margin: 0 20px 20px 20px;
		border-radius: 15px;
		border: solid 1px #EDF1F4;
		background: #EDF1F4;
	}
	.service_no{
		font-size: 1.2rem;
		font-weight:700;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #000;
		margin-bottom: 10px;
		border-radius: 15px;
	}
}
@media (max-width: 768px) {
	.service_css_col{
		width: 100%;
		padding: 10px;
		margin: 0 0 20px 0;
		border-radius: 15px;
		border: solid 1px #EDF1F4;
		background: #EDF1F4;
	}
	.service_no{
		font-size: 1.2rem;
		font-weight:700;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #000;
		margin-bottom: 10px;
		border-radius: 15px;
	}
}
.service_css_col > dt{
	font-size:1.8rem;
	font-weight: 700;
}
.service_ctt{
    width: 100%;
}
.service_imgbox{
    display: flex;
    margin-bottom: 26px;
}




/*------------------CONTACT------------------*/

@media (min-width: 769px) {
    .i_container_ctct{
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: block;
        position: relative;
		background: #dfded9;
		padding: 30px 30px 0 30px;
    }
}
@media (max-width: 768px) {
    .i_container_ctct{
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: block;
        position: relative;
		background: #dfded9;
		padding: 30px 30px 0 30px;
    }
}
.ictt_ctct_link{
	width: 100%;
	max-width: 870px;
	position: relative;
	background: #fff;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
}
.ictt_ctct_link p{
	color: #fff!important;
	font-weight: 700!important;
	font-size: 1.4rem!important;
	text-align: center;
	line-height: 1.4em;
	padding-top: 10px;
}

.ictt_ctct_line{
	width:50%;
	align-items: center;
	justify-content: center;
	background: #FF005C;
	padding: 30px;
}
.ictt_ctct_hp{
	width:50%;
	align-items: center;
	justify-content: center;
	background: #2E2F40;
	padding: 30px;
}
.ictt_ctct_form{
	width: 100%;
	max-width: 870px;
	position: relative;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}
.ictt_ctct_form p{
	font-weight: 700!important;
	font-size: 1.4rem!important;
	text-align: center;
	line-height: 1.4em;
	padding-top: 10px;
}





/**************gotopイベント****************/
@media (min-width: 769px) {
    #gotop a {
        display: inline-block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        line-height: 1.5em;
        color: #fff;
        font-weight: bold;
        text-align: center;
        transition: all 0.5s ease;
    }
    #gotop a::after {
      content: '';
      position: absolute;
      bottom: 80px;
      right: 50%;
      width: 1px;
      height: 100px;
      background: #282832;
    }
}
@media (max-width: 768px) {
    #gotop a {
        display: inline-block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        line-height: 1.5em;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 15px;
        transition: all 0.5s ease;
    }
    #gotop a::after {
      content: '';
      position: absolute;
      bottom:70px;
      right: 50%;
      width: 1px;
      height: 100px;
      background: #282832;
    }
}
#gotop a::after {
  animation: gtp 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes gtp {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}


/*-------------------footer-------------------*/
	/* fc_ で始まるクラスは既存CSSと競合しません */
	.fc_entry_section {
		display: flex;
		gap: 0;
		width: 100%;
		max-width: 1150px;
		margin: 40px auto;
		background: none;
	}
	.fc_entry_block {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.fc_entry_text {
		color: #000;
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px; /* 166.667% */
		letter-spacing: 0.9px;
		padding-bottom:20px;
	}
	.fc_entry_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 56px;
		margin: 0 auto;
		box-sizing: border-box;
		border: none;
		cursor: pointer;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
	letter-spacing: 0.9px;
		transition:all 0.3s ease;
	}
	/* 汎用リンク設定は上に書く */
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
}

	/* ボタンリンクの基本スタイル */
	a.fc_entry_btn_blue {
			background: #0084FF;
			color: #fff;
			border: solid 2px #0084FF;
			text-decoration: none;
	}

	/* visitedの色を固定 */
	a.fc_entry_btn_blue:visited {
			color: #fff;
	}

	/* hover時のスタイルを汎用ルールより後ろに書く */
	a.fc_entry_btn_blue:hover {
			background: #fff;
			color: #0084FF;
			border: solid 2px #0084FF;
	}

	a.fc_entry_btn_yellow {
		background: #f7fa7e;
		color: #222;
		border: solid 2px #f7fa7e;
	}
	a:hover.fc_entry_btn_yellow {
		background: #f7fa7e;
		color: #0084FF;
		border: solid 2px #0084FF;
	}

	/* レスポンシブ対応 */
	@media (max-width: 900px) {
		.fc_entry_section {
			flex-direction: column;
			gap: 10px;
		}
		.fc_entry_block {
			padding: 10px 8px 0 8px;
		}
		.fc_entry_btn {
			width: 100%;
		}
	}

.fc_entry_btn_blue_circle{
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 21px;
	background: #fff;
	border: solid 2px #fff;
	position: absolute;
	right: 10px;
}
.fc_entry_btn_blue_circle::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #0084FF;
	border-right: solid 2px #0084FF;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(45deg);
}
a:hover .fc_entry_btn_blue_circle{
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 21px;
	background: #0084FF;
	border: solid 2px #0084FF;
	transition: all .3s ease;
	position: absolute;
	right: 10px;
}
a:hover .fc_entry_btn_blue_circle::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}


.fc_entry_btn_yellow_circle{
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 21px;
	background: #000;
	border: solid 2px #000;
	position: absolute;
	right: 10px;
}
.fc_entry_btn_yellow_circle::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(45deg);
}
a:hover .fc_entry_btn_yellow_circle{
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 21px;
	background: #0084FF;
	border: solid 2px #0084FF;
	transition: all .3s ease;
	position: absolute;
	right: 10px;
}
a:hover .fc_entry_btn_yellow_circle::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}

@media (min-width: 769px) {
	.footer_copy_ctt{
		width:100%;
		height: 445px;
		padding: 40px;
		box-sizing: border-box;
		background: url("../images/f_img.png");
		background-size: cover;
		background-position: center;
		overflow: hidden;
		position: relative;
	}
}
@media (max-width: 768px) {
	.footer_copy_ctt{
		width:100%;
		height: 350px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px;
		box-sizing: border-box;
		background: url("../images/f_img.png");
		background-size: cover;
		background-position: center;
		overflow: hidden;
		position: relative;
	}
}
.footer_copy_on{
	max-width: 408px;
	position: relative;
	z-index: 2;
}
.footer_copy_on > img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
footer{
	width: 100%;
	position:relative;
	font-size: 1.4rem;
	background: #000;
	color: #fff;
}
@media (min-width: 769px) {
	.foot_m_menu > ul{
		width: 100%;
		display:flex;
		flex-wrap: nowrap;
		align-items: flex-end;
		position: relative;
		padding-bottom: 20px;
	}
	.foot_m_menu > ul > li{
		padding: 0 0 0 40px;
		text-align: right;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1em;
	}
	.foot_m_menu > ul > li > a{
		transition: all .5s ease;
	}
	.foot_m_menu > ul > li > a:hover{
		text-decoration: underline;
		opacity: .5;
	}
	#copyright{
		font-size: 1.2rem;
		line-height: 1.5em;
		box-sizing: border-box;
		position: relative;
		margin: 0!important;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
}
@media (max-width: 768px) {
	.foot_m_menu > ul{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.foot_m_menu > ul > li:first-child{
		width: 100%;;
	}
	.foot_m_menu > ul > li{
		width: 50%;;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 57px; /* 407.143% */
		padding: 0 30px;
	}
	#copyright{
		font-size: 1rem;
		line-height: 1.5em;
		box-sizing: border-box;
		position: relative;
		padding: 0 20px 20px 20px;
		margin: 0!important;
		display: block;
		text-align: center;
		color: #626262;
	}
	.company-info-links{
		text-align: center;
		margin: 0 auto;
	}
}
.link_gaibu{
	position:relative;
	display: inline-block;
	top: -13px;
}
.link_gaibu::after{
	content:'';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 3px;
	right: -12px;
	border-top: solid 1px #BBB;
	border-right: solid 1px #BBB;
	display: inline-block;
}
.link_gaibu::before{
	content: '';
    width: 11px;
    height: 1px;
    position: absolute;
    top: 7px;
    right: -13px;
    background-color: #BBB;
    transform: rotate(-45deg);
    display: inline-block;
}
/*-------------footer会社概要--------------*/

.company-info-section {
  display: flex;
  background: #000;
  color: #fff;
  padding: 50px 10px;
	max-width: 1280px;
	margin: 0 auto;
}
@media (max-width: 959px) {
	.company-info-section {
		padding: 0 10px!important;
	}
}
.company-info-left {
  flex: 0 0 340px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
	justify-content: flex-end;
}
.company-info-left h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 24px;
}
.company-info-desc {
  margin-top: 16px;
}
.company-info-right {
  flex: 1;
  padding: 0 40px;
}
.company-info-right h1 {
  font-size: 36px;
  font-weight: bold;
	position: absolute;
	left: -330px;
	top: 20px;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}
.company-table th, .company-table  td {
  border-bottom: 1px solid #fff;
  padding: 16px 12px;
  text-align: left;
}
@media (min-width: 960px) {
	.company-table > tbody > tr > th {
		width: 180px!important;
		font-weight: normal;
	}
}
@media (max-width: 959px) {
	.company-table > tbody > tr > th {
		width: 180px!important;
		font-weight: normal;
		border-bottom: none!important;
		padding: 16px 0 0 0!important;
	}
	.company-table > tbody > tr > td {
  padding: 0 12px 16px 12px!important;
	}
}
.google-map-btn {
  display: inline-block;
  margin-left: 16px;
  padding: 6px 18px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
	font-size: 12px;
	line-height: 1em;
	transition: all .3s ease;
}
.google-map-btn:hover {
  background: #fff;
  color: #000;
}
.company-info-links p {
  margin-bottom: 18px;
}
.company-info-btns {
  display: flex;
  gap: 24px;
	flex-wrap: wrap;
}
.company-btn {
	width: 200px;
  display: inline-block;
  padding: 8px 50px 8px 20px;
  border: 1px solid #fff;
  border-radius: 32px;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 173.333% */
  text-decoration: none;
  background: transparent;
  position: relative;
	transition: all .3s ease;
}
.company-btn > span{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.company-btn:hover {
	opacity: .7;
}
@media (max-width: 900px) {
  .company-info-section {
    flex-direction: column;
  }
  .company-info-left, .company-info-right {
    padding: 24px;
  }
  .company-info-left {
    align-items: flex-start;
  }
	.company-info-right h1 {
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 32px;
	}
	.company-info-btns {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
		justify-content: center;
	}
}


/*------------------------------------------------------------------------------
breadcrumb
------------------------------------------------------------------------------*/
#breadcrumb {
    position: relative;
    padding-bottom:  30px;
    clear: both;
    overflow: hidden;
}
#breadcrumb ul {
    list-style: none;
}
#breadcrumb li {
    color: #006cb6;
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 5px 0px 5px;
    float: left;
}
#breadcrumb li a {
    color: #282832;
    text-decoration: underline;
}
#breadcrumb li a:hover {
    color: #50a0d6;
}


/*-------------------下層ページcss-------------------*/
.nottl{
    position: relative;
    height: 100px;
}
.i_ctt_ttl{
	color: #000;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 68.421% */
	letter-spacing: 3.42px;
	transition: all .5s ease;
}
a:hover .i_ctt_ttl{
	color: #0084FF!important;
}
.circle_btn_blue{
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 21px;
	background: #0084FF;
	border: solid 2px #0084FF;
	transition: all .3s ease;
}
.circle_btn_blue::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
a:hover .circle_btn_blue{
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 21px;
	background: #fff;
	border: solid 2px #0084FF;
}
a:hover .circle_btn_blue::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #0084FF;
	border-right: solid 2px #0084FF;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(45deg);
}


@media (min-width: 769px) {
	.base_head_ctt{
		width: 100%;
		height: 400px;
		position: relative;
		color: #fff;
	}
	.base_head_ctt_inner{
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: absolute;
		top: calc(50% + 35px);
		left: 0;
		transform: translateY(-50%);
		box-sizing: border-box;
		padding-left: 30px;
		color: inherit;
	}
}
@media (max-width: 768px) {
	.base_head_ctt{
		width: 100%;
		height: 300px;
		position: relative;
		color: #fff;
	}
	.base_head_ctt_inner{
		width: 100%;
		height: auto;
		position: absolute;
		top: calc(50% + 25px);
		left: 0;
		transform: translateY(-50%);
		box-sizing: border-box;
		padding-left: 30px;
		color: inherit;
	}
}
.head_jobs{
 background: url("../images/head_jobs.png") no-repeat center;
 background-size: cover;
}
.head_company{
 background: url("../images/head_company.png") no-repeat center;
 background-size: cover;
}
.head_enviroment{
 background: url("../images/head_enviroment.png") no-repeat center;
 background-size: cover;
}
.head_interview{
 background: url("../images/head_interview.png") no-repeat center;
 background-size: cover;
}
.head_base{
	background: url("../images/head_logo.svg") no-repeat right;
	background-size: contain;
	overflow: hidden;
	color: #000!important;
}
.base_head_ctt_inner > h2{
	color: inherit;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 2.25px;
}
.base_head_ctt_inner > h3{
	color: inherit;
	font-family: Roboto;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 1.6px;
}
@media (max-width: 768px) {

	.head_base{
		background: none;
		overflow: hidden;
		color: #000!important;
		position: relative;
	}
	.head_base::before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: url("../images/head_logo.svg") no-repeat right;
		background-size: contain;
		opacity: 0.2;
		z-index: -1;
	}
	.base_head_ctt_inner > h2{
		font-size: 1.7rem;
		line-height: 1.5em;
		padding-bottom: 10px;
	}
	.base_head_ctt_inner > h3{
		font-size: 2rem;
	line-height: 1.5em;
	}
}

.base_head_ctt_inner > .bc{
	flex-shrink: 0;
	border-radius: 12px;
	background: #696868;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	display: inline-block;
	padding: 5px 8px;
}

@media (min-width: 769px) {
    .about_head{
        height: 100%;
        max-height: 1129px;
        position:relative;
    }
    .about_head_bg{
        position:absolute;
        top: 0;
        right: 0;
    }
    .about_head_img{
        position:absolute;
        top: 17%;
        right: 0;
    }
    .company_head{
        height: 100%;
        max-height: 1129px;
        position:relative;
    }
    .company_head_bg{
        position:absolute;
        top: 0;
        right: 0;
    }
    .company_head_img{
        position:absolute;
        top: 17%;
        right: 0;
    }
}
@media (max-width: 768px) {
    .about_head{
        width: 50%;
        position:absolute;
        top: 0;
        right: 0;
    }
    .about_head_bg{
        width: 100%;
        position:absolute;
        top: 0;
        right: 0;
    }
    .about_head_img{
        width: 87.1%;
        position:absolute;
        top: 17%;
        right: 0;
    }
    .company_head{
        height: 100%;
        max-height: 1129px;
        position:relative;
    }
    .company_head_bg{
        position:absolute;
        top: 0;
        right: 0;
    }
    .company_head_img{
        position:absolute;
        top: 17%;
        right: 0;
    }
}

@media (min-width: 769px) {
	.container{
		position:relative;
		padding: 0 30px;
		display: block;
	}
    .container1200{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
		padding: 0 70px;
		box-sizing: border-box;
        position: relative;
		display: flex;
    }
    .container960{
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
		padding: 0 40px 40px 40px ;
		box-sizing: border-box;
        position: relative;
        clear: both;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
	.container{
		position:relative;
		padding: 0 20px;
		display: block;
	}
	.container1200{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
		box-sizing: border-box;
        display: block;
        position: relative;
    }
	.container960{
        width: 100%;
        margin: 0 auto;
		padding: 0 20px 20px 20px;
		box-sizing: border-box;
        position: relative;
    }
}

@media (min-width: 960px) {
	.s_menu_ctt{
		grid-column: span 3;
		position: sticky;
		top: 0;
		left: 0;
		padding-top: 100px;
		box-sizing: border-box;
	}
	.s_main_ctt{
		padding-top: 100px;
		grid-column: span 9;
	}
	.s_main_ctt_inner{
		display:block;
		max-width: 1500px;
		margin-bottom: 50px;
	}
	.s_menu_ctt > li{
		padding:0 10px 20px 10px;
		display: block;
		font-weight: 600;
		line-height: 150%; /* 24px */
		font-size: 16px;
	}
	.s_menu_ctt > li > a{
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		box-sizing: border-box;
		font-weight: inherit;
		font-size: inherit;
		line-height: inherit;
		transition: all .3s ease;
	}
}
@media (max-width: 959px) {
	.s_menu_ctt{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.s_main_ctt{
		display:block;
	}
	.s_main_ctt_inner{
		display:block;
		padding: 20px;
	}
	.s_menu_ctt > li:first-child{
		color: inherit;
		border: none;
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
	}
	.s_menu_ctt > li{
		display: block;
		font-weight: 600;
		line-height: 150%; /* 24px */
		font-size: 16px;
	}
	.s_menu_ctt > li > a{
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		box-sizing: border-box;
		font-weight: inherit;
		font-size: inherit;
		line-height: inherit;
		transition: all .3s ease;
		border: solid 1px #000;
		border-radius: 20px;
		padding: 0 10px;
	}
}
.s_menu_ctt > li > a:hover{
	opacity: .5;
}
.s_menu_ctt > li > a > .arrow{
	width: 8px;
	height: 8px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
}
.s_menu_ctt > li > a > img{
	width: 15px;
	height: auto;
}
.s_main_ctt_inner > h3{
	width: 100%;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 40px */
	letter-spacing: 1.8px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}
.s_main_ctt_inner > h3::before{
	content: '';
	width: 18px;
	height: 18px;
	background: #000;
	border-radius: 2px;
}
.s_main_ctt_inner > h4{
	width: 100%;
	color: #000;
	/* カテゴリータイトル */
	font-family: Inter;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 113.043% */
	padding: 30px 0;
}

/*---------------------------jobsページ-----------------------------*/
/* jobsページ専用カードレイアウト */
.jobs_card_list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: flex-start;
	margin: 40px 0;
}
.jobs_card_box {
	background: #333;
	border-radius: 25px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.10);
	overflow: hidden;
	width: calc(50% - 16px);
	max-width: 480px;
	position: relative;
	transition: box-shadow 0.2s;
}
.jobs_card_box:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
.jobs_card_img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 24px 24px 0 0;
	display: block;
	transition: all 0.3s ease;
	opacity: .6;
}
.jobs_card_img:hover{
	opacity: 1;
}
.jobs_card_title {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-shadow: 0 2px 8px rgba(0,0,0,0.18);
	z-index: 2;
}
.jobs_card_icon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: #0084FF;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	padding: 7px;
}
.jobs_card_icon img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
@media (max-width: 900px) {
	.jobs_card_list {
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}
	.jobs_card_box {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}
	.jobs_card_img {
		height: 160px;
	}
}


/*---------------------------about-----------------------------*/

@media (min-width: 769px) {
	.about_works_txt{
		order: 1;
        box-sizing: border-box;
        padding: 20px 0 20px 20px;
        position: relative;
	}
	.about_works_img{
		min-width:40%;
		max-width: 400px;
		height: 400px;
		margin: 0 auto;
		order: 2;
		padding: 20px;
	}
}
@media (max-width: 768px) {
	.about_works_txt{
		order: 2;
        padding: 30px 0 30px 30px;
	}
	.about_works_img{
		width:100%;
		max-width: 400px;
		height: 200px;
		margin: 0 auto;
		order: 1;
	}
}
.about_works_img > img{
	width:100%;
	height: 100%;
	object-fit: contain;
}

@media (min-width: 769px) {
    .c_info dl{
        width:100%;
        margin-bottom: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        clear: both;
        overflow: hidden;
		border-bottom: dotted 1px #D9D9D9;
    }
    .c_info dt{
        width:170px;
        padding:5px 10px 5px 0;
        margin-right: 20px;
        float: left;
        box-sizing: border-box;
		color: #000;
		/* テキスト */
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px; /* 192.857% */
    }
    .c_info dd{
        width: calc(100% - 190px);
        padding: 5px 0;
        float: left;
        display: block;
		box-sizing: border-box;
    }
}
@media (max-width:768px) {
    .c_info dl{
        width:100%;
        margin-bottom: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        clear: both;
        overflow: hidden;
		border-bottom: dotted 1px #D9D9D9;
    }
    .c_info dt{
        width:26%;
        padding:5px 10px 5px 0;
        float: left;
        box-sizing: border-box;
		color: #000;
		/* テキスト */
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px; /* 192.857% */
    }
    .c_info dd{
        width: 74%;
        padding: 5px 0;
        float: left;
        display: block;
		box-sizing: border-box;
    }
}
.c_info dd > ul{
    list-style: none;
}
.c_info dd > ul > li{
    padding-left: 10px;
}

/*---------------------------company-----------------------------*/

.gallery > p{
	color: #000;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
}

.inlink_btn a{
    min-width: 120px;
	height: 40px;
    border-radius: 20px;
    padding: 12px 15px;
	margin: 8px;
    box-sizing: border-box;
    color: #000!important;
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px -9px 13px 0px #FFF;
	display: inline-block;
	justify-content: center;
	align-items: center;
	line-height: 1em;
}
@media (min-width: 769px) {
	.inlink_btn a:hover{
    padding: 12px 15px 12px 10px;
		box-sizing: border-box;
		color: #fff!important;
		background-color: #000;
	}
}
@media (min-width: 769px) {
	.company_rinen_ctt{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		margin: 0 -10px;
	}
	.company_rinen_box{
		width:50%;
		padding: 0 10px;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	.company_rinen_ctt{
		display: flex;
		flex-wrap: wrap;
	}
	.company_rinen_box{
		width:100%;
		padding-bottom: 20px;
		box-sizing: border-box;
	}
}
.company_rinen_box dt{
	font-size: 2.2rem;
	font-weight: 700;
	padding-bottom: 10px;
}
@media (min-width: 769px) {
	.company_img_ctt{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display:flex;
		flex-wrap: wrap;
		align-items: center;
		box-sizing: border-box;
		height: fit-content;
		gap:20px
	}
	.company_img_ctt > li{
		width: 33.333333%;
	}
	.company_img_ctt > .img > a > img{
		width: 100%;
		height: auto;
		border-radius: 20px;
		transition: all .5s ease;
		aspect-ratio: 3 / 2 ;
		object-fit: cover;
  		overflow: auto; /* 追加 */
	}
}
@media (max-width: 768px) {
	.company_img_ctt{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
		align-items: stretch;
		padding: 0;
		box-sizing: border-box;
	}
	.company_img_ctt > li{
		width: 50%;
		padding: 10px;
		box-sizing: border-box;
	}
	.company_img_ctt > .img > a > img{
		width: 100%;
		height: auto;
		border-radius: 20px;
		transition: all .5s ease;
		aspect-ratio: 3 / 3 ;
		object-fit: cover;
 		overflow: auto; /* 追加 */
	}
}
.company_img_ctt > .img > a:hover > img{
	opacity: .7;
}

/* スキルアップ2カラムレイアウト */
.skillup_grid {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 32px;
	align-items: flex-start;
}
.skillup_left {
	min-width: 0;
}
.skillup_right {
	min-width: 0;
	display: flex;
	align-items: flex-end;
}
.skillup_right img {
	width: 100%;
	max-width: 340px;
	border-radius: 12px;
	object-fit: cover;
}
.skillup_table_wrap {
	margin-top: 32px;
}
.skillup_table_title {
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.skillup_table {
	width: 100%;
	border-collapse: collapse;
}
.skillup_table_num {
	text-align: right;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 207.692% */
	padding: 10px 8px 10px 0;
}
.skillup_table_head {
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 22.1px */
	padding: 10px 0 10px 8px;
}
.skillup_table_body {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 380%; /* 60.8px */
	background: rgba(255,255,255,0.8);
}
.skillup_table_flex {
	display: flex;
	gap: 32px;
	margin-top: 18px;
}
.skillup_table_col {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.skillup_table_col_left .skillup_table_block {
	margin-bottom: 12px;
}
.skillup_table_block {
	background: none;
	padding: 0 0 10px 0;
}
.skillup_table_block_header {
	display: flex;
	align-items: center;
	background: #f2f2f2;
	border-radius: 6px;
	padding: 14px 16px 10px 16px;
	margin-bottom: 0;
}
.skillup_table_num {
	font-weight: bold;
	text-align: right;
	color: #222;
	font-size: 1.05rem;
	margin-bottom: 0;
	margin-right: 10px;
	background: none;
}
.skillup_table_head {
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 22.1px */
}
.skillup_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.skillup_list li {
	position: relative;
	padding: 8px 0 8px 22px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 380%; /* 60.8px */
	border-bottom: 1px dashed #bbb;
	background: none;
	margin-bottom: 0;
}
.skillup_list li::before {
	content: "\2022";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #222;
}
@media (max-width: 900px) {
	.skillup_table_flex {
		flex-direction: column;
		gap: 18px;
	}
}

@media (max-width: 900px) {
	.skillup_grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.skillup_right img {
		max-width: 100%;
	}
}

.company_img_ctt {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: flex-start;
	margin-top: 32px;
}
.company_img_ctt > li.img {
	width: calc(33.333% - 12px);
	box-sizing: border-box;
}
@media (max-width: 900px) {
	.company_img_ctt > li.img {
		width: calc(50% - 10px);
	}
}


/* 会社データカード（company_data_section） */
.company_data_section {
	width: 100%;
	padding: 40px 0;
}
.company_data_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px 24px;
	max-width: 900px;
	margin: 0 auto;
	/*grid-auto-rows: 1fr;*/
}
.company_data_card {
	background: #faf7f7;
	border-radius: 16px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	min-height: 100px;
	position: relative;
	gap: 20px;
}
@media (max-width: 600px) {
	.company_data_card {
		background: #faf7f7;
		border-radius: 16px;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: stretch;
		justify-content: center;
		min-height: 100px;
		position: relative;
	}
}
.company_data_icon {
	max-width: 100%;
	max-height: 240px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company_data_title {
	width: 100%;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
	padding-bottom: 20px;
	text-align: center;
}
@media (max-width: 900px) {
	.company_data_title {
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 26px; /* 104% */
		letter-spacing: 1px;
		padding-bottom: 10px;
	}
}
.company_data_copy {
	width: 100%;
	text-align: left;;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 64px */
}
.company_data_note {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
@media (max-width: 900px) {
	.company_data_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 12px;
		max-width: 100%;
		padding: 0 8px;
	}
	.company_data_card {
		min-height: 100px;
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.company_data_icon {
		width: 100%;
		height: auto;
		max-height: 120px;
		margin-bottom: 8px;
	}
	.company_data_value {
		font-size: 3rem;
	}
	.company_data_value > span {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 108.333% */
}
}
@media (max-width: 600px) {
	.company_data_list {
		grid-template-columns: repeat(1, 1fr);
		gap: 14px 8px;
		padding: 0 2px;
	}
	.company_data_card.company_data_card--double {
		grid-column: 1 / span 2;
		grid-row: span 1;
		width: 100%;
	}
}
.company_data_card.company_data_card--double {
	grid-row: span 2;
	min-height: 200px;
}

.company_data_inner > .img > img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.hr_ttl{
	color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 2.25px;
    display: block;
    width: 100%;
	padding: 10px 0;
}
.hr_list > li{
	width: calc(100% - 40px);
	padding: 10px 0;
	margin:0 20px;
	border-bottom: solid 1px #CCC;
	position: relative;
	text-align: center;
}

@media (min-width: 1120px) {
	.hr_box_ctt {
		padding: 20px;
	}
	.hr_box{
		width: calc(100% - 40px);
		min-height: 250px;
		margin: 20px;
	}
	.hr_box_inner{
		width: 100%;
		height: 100%;
		position: relative;
		padding: 20px;
	}
}
@media (max-width: 1119px) {
	.hr_box_ctt {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		padding: 20px;
	}
	.hr_box{
		width: 100%;
		margin: 20px 0;
	}
	.hr_box_inner{
		width: 100%;
		height: 100%;
		border-radius: 60px;
		background: #FFF;
		padding: 15px;
		position: relative;
	}
}

@media (min-width: 769px) {
	.company_welfare_ctt{
		width: 100%;
		padding: 20px 20px 20px 40px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
	}
	.company_welfare_ctt > li{
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
	}
	.company_welfare_ctt > li:last-child{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.company_welfare_ctt > li:last-child > dl{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.company_welfare_ctt > li:last-child > dl > dt{
		width: 100%;
		background: #f2f2f2;
	}
	.company_welfare_ctt > li:last-child > dl > dd{
		width: 50%;
	}
}
@media (max-width: 768px) {
	.company_welfare_ctt{
		width: 100%;
		padding: 10px 10px 10px 30px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.company_welfare_ctt > li{
		width: 100%;
		box-sizing: border-box;
	}
}
.company_welfare_inner{
	width:100%;
	height: 100%;
	padding: 20px;
}

ol.company_welfare_ctt{
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none!important; /* 標準のスタイルは消す */
	padding-left: 20px;
}
@media (min-width: 769px) {
	.company_welfare_ctt > li{
		display: block;
		position: relative;
	}
	.company_welfare_ctt > li:before {
		counter-increment: listnum;
		content: counter(listnum, decimal-leading-zero);
		color: #000;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 27px; /* 207.692% */
		position: absolute;
        top: 32px;
		left: 30px;
	}
}
@media (max-width: 768px) {
	.company_welfare_ctt > li{
		display: block;
		position: relative;
	}
	.company_welfare_ctt > li:before {
		counter-increment: listnum;
		content: counter(listnum, decimal-leading-zero);
		color: #000;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 27px; /* 207.692% */
		position: absolute;
        top: 12px;
		left: 10px;
	}	
}
.company_welfare_cate > dt{
	display:block;
	padding: 10px 10px 10px 40px;
	background: #f2f2f2;
}

.company_welfare_cate > dd{
	display:block;
	padding: 10px 10px 10px 30px;
	border-bottom: dashed 1px #CCC;
	box-sizing: border-box;
	position: relative;
}
.company_welfare_cate > dd:last-child{
	border-bottom: none;
}
.company_welfare_cate > dd::before{
	content: '・';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}



.company_welfare_cate2 > dt{
	display:block;
	padding: 10px 10px 10px 40px;
	background: #fff;
}

.company_welfare_cate2 > dd{
	display:block;
	box-sizing: border-box;
	position: relative;
}
.welfare_col2tol::before{
	content: none!important;
}
@media (min-width: 769px) {
	.welfare_col2tol{
		width: 100%!important;
		display: flex!important;
		flex-wrap: nowrap!important;
	}
	.welfare_col2tol > ul{
		width: 50%!important;
		list-style: disc!important;
	}
}
@media (max-width: 768px) {
	.welfare_col2tol{
		width: 100%!important;
		display: block!important;
	}
	.welfare_col2tol > ul{
		width: 100%;
	list-style: disc!important;
	}
}
.welfare_col2tol > ul > li{
	width: 100%;
	display:block;
	padding: 10px 10px 10px 30px;
	border-bottom: dashed 1px #CCC;
	box-sizing: border-box;
	position: relative;
}
.welfare_col2tol > ul > li::before{
	content: '・';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}


/*--------------------enviroment-------------------*/
.merit_box{
	padding-left: 50px;
	position: relative;
	margin-bottom: 32px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 32px;
}
.merit_box > .no{
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
/*------------------INTERVIEW-------------------*/

/* インタビュー冒頭ヒーロー */
.interview_hero {
	position: relative;
	width: 100%;
	min-height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.interview_hero_bg01 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 350px;
	background: url('../images/interview/interview01_01.jpg') center/cover no-repeat;
	filter: blur(16px);
	opacity: 0.5;
	z-index: 1;
}
.interview_hero_bg02 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 350px;
	background: url('../images/interview/interview02_01.jpg') center/cover no-repeat;
	filter: blur(16px);
	opacity: 0.5;
	z-index: 1;
}
.interview_hero_bg03 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 350px;
	background: url('../images/interview/interview03_01.jpg') center/cover no-repeat;
	filter: blur(16px);
	opacity: 0.5;
	z-index: 1;
}
.interview_hero_bg04 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 350px;
	background: url('../images/interview/interview04_01.jpg') center/cover no-repeat;
	filter: blur(16px);
	opacity: 0.5;
	z-index: 1;
}
.interview_hero_bg05 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 350px;
	background: url('../images/interview/interview05_01.jpg') center/cover no-repeat;
	filter: blur(16px);
	opacity: 0.5;
	z-index: 1;
}
.interview_hero_bg06 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 350px;
	background: url('../images/interview/interview06_01.jpg') center/cover no-repeat;
	filter: blur(16px);
	opacity: 0.5;
	z-index: 1;
}
.interview_hero_inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	z-index: 2;
	padding: 32px;
	box-sizing: border-box;
}
.interview_hero_img {
	border-radius: 40px;
	overflow: hidden;
	grid-column: span 7;
}
.interview_hero_img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 40px;
	object-fit: cover;
}
.interview_hero_text {
	grid-column: span 5;
}
.interview_hero_title {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 36px */
}
.interview_hero_line {
	border: none;
	border-top: 2px solid #222;
	margin: 18px 0 18px 0;
	width: 60%;
}
.interview_hero_name {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
}
.interview_hero_profile {
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 12px;	
}
@media (max-width: 900px) {
	.interview_hero_inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 12px;
	}
	.interview_hero_img {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
}
.interviewer_txt{
	display: flex;
	align-items: center;
	color: #A99C90;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height:1.5em;
	margin-bottom: 24px;
	gap: 10px;
}
.interviewer_txt::before{
	content: '';
	width: 20px;
	height: 1px;
	background: #A99C90;
}
@media (min-width: 769px) {
    .interview_ttl {
        font-size: 27px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 2.43px;
        margin-bottom: 18px;
    }
}
@media (max-width: 768px) {
    .interview_ttl {
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 2.43px;
				margin-bottom: 18px;
    }
}
.interview_sub_img{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 24px;
}
@media (max-width: 900px) {
	.interview_sub_img{
		border-radius: 20px;
	}
}
.interview_sub_img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.interview_txt > p{
	margin-bottom: 24px;
}


/*---------index interview-----------*/
a.i_interview_ttl{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	padding-right: 20px;
}
@media (max-width: 959px) {
	a.i_interview_ttl{
		margin-bottom: 18px;
	}
}
@media (min-width: 960px) {
	.i_interview_ttl_box{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		margin-block: 0 80px;
	}
	.interviewp_container{
		margin:0 auto;
		display: flex!important;
		flex-wrap: wrap;
		align-items: stretch;
		box-sizing: border-box;
		gap:20px
	}
	.interviewp_container > a{
		width: calc((100% - 40px) / 3);
		box-sizing: border-box;
		margin-bottom: 20px;
		transition: all .3s ease;
	}
}
@media (max-width: 959px) {
	.i_interview_ttl_box{
		display: flex;
		flex-wrap: wrap;
		margin-block: 30px;
	}
	.interviewp_container{
		max-width: 1500px;
		margin:0 auto;
		display: flex!important;
		flex-wrap: wrap;
		align-items: stretch;
		box-sizing: border-box;
		padding: 15px;
	}
	.interviewp_container > a{
		width:50%;
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
}
.interviewp_container > a > .img{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 10px;
	aspect-ratio: 1 / 1;
	transition: all .3s ease;
}
.interviewp_container > a:hover > .img{
	opacity: .7;
}
.i_interview_txt{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	letter-spacing: 1.62px;
}
.interviewp_container > a > .img > img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.interviewp_container > a > .name{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; /* 168.75% */
	transition: all .3s ease;
}
.interviewp_container > a > .data{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	transition: all .3s ease;
}
.interviewp_container > a:hover > .name{
	color: #0084FF;
}
.interviewp_container > a:hover > .data{
	color: #0084FF;
}

.interview_i_ctt_img > img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 960px) {
    .interview_i_ctt_box{
        width: 100%;
        overflow: hidden!important;
        position:relative;
		display: flex;
		align-items: center;
		padding-top: 70px;
    }
	.interview_i_ctt_img{
		width:50%;
		height: 100%;
		border-radius: 60px 0px 0px 60px;
        overflow: hidden!important;
	}
    .interview_i_ctt_box_inner{
		width: 50%;
		position: relative;
		padding: 70px 30px;
		box-sizing: border-box
    }
    .interview_i_ctt_box_inner > .ttl{
		color: #000;
		font-family: Inter;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
    }
}
@media (max-width: 959px) {
	.interview_i_ctt_box{
		width: 100%;
		overflow: hidden!important;
		position:relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 70px;
	}
	.interview_i_ctt_img{
		width: calc(100% - 20px);
		height: 400px;
		border-radius: 60px 0px 0px 60px;
		overflow: hidden !important;
		order: 1;
		margin-left: 20px;
		margin-top: 20px;
	}
	.interview_i_ctt_box_inner{
		width: 100%;
		position: relative;
		padding: 20px;
		box-sizing: border-box;
		order: 2;
	}
	.interview_i_ctt_box_inner > .ttl{
		color: #000;
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 100% */
		letter-spacing: 2px;
	}
}
.interview_i_ctt_box_inner > .no{
	color: #000;
	/* タイトル */
	font-family: Inter;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 42px */
}
.interview_i_ctt_box_inner > .depart{
	color: #9C9C9C;
	/* テキスト */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 32px */
}
.interview_i_ctt_box_inner > .name{
	color: #000;
	/* カテゴリータイトル */
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
}
.interview_i_ctt_box_inner > .name::after{
	content: 'さん';
}

@media (min-width: 960px) {
	.interview_box{
		display:flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		padding: 0 30px;
		max-width: 1260px;
		margin: 0 auto;
	}
	.interview_box > .txt{
		width: 55%;
		padding: 30px;
		box-sizing: border-box;
		
	}
	.interview_box > .img{
		width: 45%;
		/*height: 320px;*/
		padding: 30px;
		box-sizing: border-box;
	}
}
@media (max-width: 959px) {
	.interview_box{
		display:flex;
		flex-wrap: wrap;
	}
	.interview_box > .txt{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		order: 1;
		
	}
	.interview_box > .img{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		border-radius:20px;
		overflow: hidden;
		order: 2
	}
}
.interview_box > .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
		border-radius:20px;
		overflow: hidden;
}
.interview_box > .txt  > dt{
	color: #000;
	font-family: Inter;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 42px */
	padding-bottom: 20px;
}

/* -------------swiper------------- */
.swiper {
	width: 100%;
	padding: 30px 0;
	position: relative;
}
.swiper-slide > .img{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	aspect-ratio: 1 / 1;
	transition: all 0.3s ease;
}
a:hover.swiper-slide > .img{
	opacity: .7;
}
.swiper-slide > .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide > .name{
	font-family: Inter;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; /* 168.75% */
	transition: all 0.3s ease;
}
a:hover.swiper-slide > .name{
	color: #0084FF;
}
.swiper-slide > .date{
	color: #9C9C9C;
	font-family: Inter;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3em; /* 32px */
	transition: all 0.3s ease;
}
a:hover.swiper-slide > .date{
	opacity: .7;
}


.block-3 {
	display: flex;
	gap: 32px;
	justify-content: center;
	flex-wrap: nowrap;
}
.card {
  background: rgba(245, 240, 240, 0.7);
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  overflow: hidden;
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
	justify-content: space-between;
}
.card-header {
  padding: 32px 24px 0 24px;
  background: rgba(245, 240, 240, 0.7);
  border-radius: 20px 20px 0 0;
}
.card-header > a > h3 {
  font-size: 2.2rem!important;
	line-height: 1.5em!important;
  font-weight: bold!important;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-header > a:hover > h3 {
	color: #0084FF;
}
.card-header ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.card-header ul li {
  font-size: 1.4rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 4px;
}
.card-header ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	transition: all 0.3s ease;
}
.card-header ul li a:hover {
	opacity: .7;
}
.card-header ul li .arrow {
	width: 8px;
	height: 8px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	transition: all 0.3s ease;
}
.card-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 900px) {
	.block-3 {
		flex-wrap: wrap;
	}
  .block.grid-12 {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .card {
    max-width: 100%;
  }
}
.grid_center{
	justify-self: center;
}
.i_member_img{
	width: 100%;
	height: 330px;
}
.i_member_img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* index recruitカードレイアウト */
.recruit_card_list {
	display: flex;
	gap: 40px;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 40px 0;
}
.recruit_card_box {
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	overflow: hidden;
	width: 100%;
	max-width: 370px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.recruit_card_img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	display: block;
	border-radius: 20px 20px 0 0;
}
.recruit_card_btn {
	position: absolute;
	right: 0;
	bottom: 24px;
	height: 68px;
	background: #0084FF;
	border-radius: 15px 0 0 15px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 108.333% */
	letter-spacing: 2.16px;
	transition: all 0.3s ease;
}
.recruit_card_btn:hover {
	background: #fff;
	color: #0084FF;
}
.recruit_card_btn .arrow {
	margin-left: 16px;
	font-size: 2rem;
	font-weight: bold;
}
@media (max-width: 900px) {
	.recruit_card_list {
		flex-direction: column;
		gap: 24px;
		align-items: center;
		flex-wrap: wrap;
	}
	.recruit_card_box {
		max-width: 100%;
	}
}


/*--------------img_animation-----------------*/
a.recruit_ttl{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	padding-right: 20px;
	margin-bottom: 18px;
}
@media (min-width: 960px) {
	.recruit_ttl_box{
		margin-block: 0 80px;
	}
	.recruitp_container{
		max-width: 1500px;
		margin:0 auto;
		display: flex!important;
		flex-wrap: wrap;
		align-items: stretch;
		box-sizing: border-box;
		padding: 30px;
	}
	.irecruitp_container > a{
		width:50%;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.recruitp_container > a > .img{
		width: 100%;
		overflow: hidden;
		border-radius: 20px;
		margin-bottom: 10px;
	}
}
@media (max-width: 959px) {
	.recruit_ttl_box{
		display: flex;
		flex-wrap: wrap;
		margin-block: 30px;
	}
	.recruitp_container{
		max-width: 1500px;
		margin:0 auto;
		display: flex!important;
		flex-wrap: wrap;
		align-items: stretch;
		box-sizing: border-box;
		padding: 15px;
	}
	.recruitp_container > a{
		width:50%;
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.recruitp_container > a > .img{
		width: 100%;
		height: 200px;
		overflow: hidden;
		border-radius: 20px;
		margin-bottom: 10px;
	}
}

/*--------------img_animation-----------------*/
.img_animation{
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
.i_animation_img{
	animation-name: img_anim_box;
}
@keyframes img_anim_box {
  0% { transform: translate(0, 0px) }
  100% { transform: translate(0, -10px) }
}


/*---------------------------recruit-----------------------------*/
.recruit_ctt{
    min-height: 50vh;
    text-align: center;
}



/*---------------------------works-----------------------------*/

.works_ctt{
    width: 100%;
    min-height: 80vh!important;
    position: relative;
}

/*---------------------------post-----------------------------*/
@media (min-width: 960px) {
    .post_ctt{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding-bottom: 100px;
        box-sizing: border-box;
        position: relative;
    }
    .post_ctt_l{
        width: 300px;
        padding-right:60px;
        box-sizing: border-box;
        position: relative;
    }
    .post_ctt_r{
        max-width: 840px;
        box-sizing: border-box;
        position: relative;
    }
    .post_ol_ctt{
        width:100%;
        padding: 15px;
        display: flex;
    }
    .ol_ttl{
        width:140px;
        font-size: 1.8rem;
        font-weight: 700;
        padding-right: 20px;
    }
    .ol_txt{
        max-width:calc(100% - 140px);
    }
    .ol_txt_inner{
        padding-top: 20px;
        font-size: 1.4rem;
    }
}
@media (max-width: 959px) {
    .post_ctt{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 30px 15px;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
    .post_ctt_l{
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .post_ctt_r{
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }
    .post_ol_ctt{
        width:100%;
        padding: 10px;
        display: block;
    }
    .ol_ttl{
        width:100%;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .ol_txt{
        width:100%;
        font-weight: 700;
    }
    .ol_txt_inner{
        padding-top: 20px;
        font-size: 1.4rem;
    }
}
.post_cate_icon{
    background-color: #004097;
    padding: 5px 7px!important;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1em;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
    
}
@media (min-width: 960px) {
    .post_ttl{
        font-size:4rem;
        line-height: 1.5em;
        font-weight: 700;
        padding-bottom: 30px;
				border-bottom: solid 1px #000;
    }
    .wost_date{
        color: #000;
        font-size: 1.8rem;
        padding-bottom: 30px;
        font-weight: 700;
    }
}
@media (max-width: 959px) {
    .post_ttl{
        font-size:3rem;
        line-height: 1.5em;
        font-weight: 700;
        padding-bottom: 10px;
				border-bottom: solid 1px #000;
    }
    .post_date{
        color: #000;
        font-size: 1.8rem;
        padding-bottom: 10px;
        font-weight: 700;
    }
}
.post_img_ctt{
    width: 100%;
    clear:both;
    overflow: hidden;
}
@media (min-width: 960px) {
    .tag_ctt{
        width: 100%;
        padding-bottom: 30px;
        clear: both;
    }
    .tag{
        margin:5px;
        display: inline-block;
    }
    .post_img_main{
        width:100%;
        padding: 15px;
        box-sizing: border-box;
        float: left;
    }
    .post_img_sub{
        width:50%;
        padding: 15px;
        box-sizing: border-box;
        float: left;
    }
}
@media (max-width: 959px) {
    .tag_ctt{
        text-align:center;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .tag{
        margin:5px;
        display: inline-block;
    }
    .post_img_main{
        width:100%;
        padding: 10px;
        box-sizing: border-box;
        float: left;
    }
    .post_img_sub{
        width:50%;
        padding: 10px;
        box-sizing: border-box;
        float: left;
    }
}
.tag_ctt ul{
    clear:both;
    overflow: hidden;
    margin: 0;
    padding: 0!important;
}
.tag > a{
    border: solid 1px #000;
    border-radius: 22px;
    box-sizing: border-box;
    padding: 8px 10px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1em;
    display: block;
    transition: all 0.5s ease;
    background-color:#000;
    color: #fff!important;
}
.tag > a:hover{
    color: #000!important;
    background-color:#fff;
}



/*---------------------------privacy-----------------------------*/
.privacy_ctt {
    position:relative;
    padding: 50px 0;
    display: block;
}
.privacy_box p {
    line-height: 2em;
    padding-bottom: 10px;
    display: block;
    clear: both;
    overflow: hidden;
}

.privacy_box h2 {
    font-size: 2rem;
    line-height: 2em;
    padding-bottom: 20px;
	font-weight: 700;
}

.privacy_box h3 {
    line-height: 2em;
    padding-bottom: 10px;
	font-weight: 700;
}
.privacy_box h4 {
    padding-bottom: 10px;
	font-weight: 700;
}
.privacy_box h4::before {
	content: '■ ';
}
.privacy_box > ol{
	padding-left: 10px!important;
}
.privacy_box > ol > li{
    padding-bottom: 30px;
}
.privacy_box > ol > li > ul{
	list-style:disc;
	padding: 0 15px 10px 15px;
	font-size: 1.4rem;
}
.privacy_box > ol > li > ul > li{
	border-bottom: dotted 1px #333;
	padding: 7px 0;
}
.privacy_box > ol > li > ul > li:first-child{
	border-top: dotted 1px #333;
}
.privacy_box > ol > li > ul > li:last-child{
	margin-bottom: 5px;
}



/*---------------------------contact-----------------------------*/


@media (min-width: 768px) {
	.contact_ctt{
		width: 100%;
		margin: 0 auto;
		padding: 15px;
		display: block;
		position: relative;
		box-sizing: border-box;
	}
}
@media (max-width: 767px) {
	.contact_ctt{
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		display: block;
		position: relative;
		box-sizing: border-box;
	}
}
.contact_ctt_txt{
    padding-top:30px;
}
.hissu{
    font-size:1.2rem;
    line-height: 1em;
    color: #fff;
    background-color: #000;
    padding: 2px 5px;
    margin-left: 5px;
	display: inline-block;
}
@media (min-width: 960px) {
	.formTable tr{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 20px;
	}
    .formTable td, th{
        width: 100%;
    }
}
@media (max-width: 959px) {
	.formTable tr{
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
    .formTable td, th{
        width: 100%;
        display: block;
    }
}
.form_ctrl{
	border-radius: 5px;
	padding:10px!important;
	border: solid 1px #C6C6C6;
    box-sizing: border-box;
    width: 100%;
}
.form_ctrl_col2{
    width: calc(50% - 45px);
	border-radius: 5px;
	padding:15px!important;
	border: solid 1px #C6C6C6;
    box-sizing: border-box;
}
.form_name{
    width:35px;
    display: inline-block;
    text-align: right;
    color: #969696;
}
.contact_flow_ctt ul{
	max-width:600px;
	margin: 15px auto;
	display: flex;
	list-style: none;
}
.contact_flow_ctt li{
	width: calc(33.333333% - 10px);
	padding: 5px;
	margin: 0 5px;
	text-align: center;
	box-sizing: border-box;
	border: solid 2px #000;
	background-color:  #fff;
	font-weight: 700;
    color: #000;
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 1.2em;
}
@media (min-width: 960px) {
    .contact_flow_ctt span{
        display:inline-block;
        font-size: 1.2rem;
        line-height: 1em;
        padding-right: 5px;
        text-align: center;
    }
}
@media (max-width: 959px) {
    .contact_flow_ctt span{
        display:block;
        font-size: 1.4rem;
        line-height: 1em;
        padding-right: 5px;
        text-align: center;
    }
}
.contact_flow_active{
	background-color: #000!important;
	color: #fff!important;
}

@media (min-width: 960px) {
	.form_priv_ctt{
		margin:20px 10px; 
		padding:15px; 
		width:calc(100% - 20px); 
		height:300px; 
		overflow:scroll; 
		background-color:#fff; 
		border:solid 1px #898989; 
		border-radius: 11px; 
		font-size:1.3rem; 
		line-height:1.5em;
		text-align: left!important;
	}
}
@media (max-width: 959px) {
	.form_priv_ctt{
		margin:20px 0; 
		padding:10px; 
		width:100%; 
		height:300px; 
		overflow:scroll; 
		background-color:#fff; 
		border:solid 1px #898989; 
		border-radius: 11px; 
		font-size:1.3rem; 
		line-height:1.5em;
		text-align: left!important;
	}
}
.form_priv_ctt > dl{
	padding-bottom: 15px;
}
.form_priv_ctt > dl > dt{
	padding-left: 30px;
	display: block;
	position: relative;
	font-weight: 700!important;
}
.form_priv_ctt > dl > dt > .num{
	position:absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: -5px;
}
.form_priv_ctt > dl > dd{
	padding-left: 30px;
	display: block;
}
@media (min-width: 960px) {
	.form_priv_ctt{
		margin:20px 10px; 
		padding:15px; 
		width:calc(100% - 20px); 
		height:300px; 
		overflow:scroll; 
		background-color:#fff; 
		border:solid 1px #898989; 
		border-radius: 11px; 
		font-size:1.3rem; 
		line-height:1.5em;
	}
}
@media (max-width: 959px) {
	.form_priv_ctt{
		margin:20px 0; 
		padding:10px; 
		width:100%; 
		height:300px; 
		overflow:scroll; 
		background-color:#fff; 
		border:solid 1px #898989; 
		border-radius: 11px; 
		font-size:1.3rem; 
		line-height:1.5em;
	}
}
.form_priv_ctt > dl{
	padding-bottom: 15px;
}
.form_priv_ctt > dl > dt{
	padding-left: 30px;
	display: block;
	position: relative;
	font-weight: 700!important;
}
.form_priv_ctt > dl > dt > .num{
	position:absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: -5px;
}
.form_priv_ctt > dl > dd{
	padding-left: 30px;
	display: block;
}

table {
	width: 100%;
    text-align: left;
}

table tr th,
table tr td {
	vertical-align: top;
    clear: both;
    overflow: hidden;
}

@media (min-width: 960px) {
	table > tbody > tr > th{
        width: 320px!important;
	}
    table > tbody > tr > th > p {
		color: #000;
		font-family: Inter;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 600;
		line-height: 22px; /* 137.5% */
    }
    table > tbody > tr > td {
        font-weight: bold;
    }
}
@media (max-width: 959px) {
    table > tbody > tr > th {
        width: 100%!important;
        font-weight: bold;
        display: block;
    }
    table > tbody > tr > td {
        width: 100%!important;
        font-weight: bold;
        display: block;
    }
}

.form_btn{
	height: 56px;
    border-radius: 28px;
    padding: 8px 40px !important;
    box-sizing: border-box;
    color: #fff!important;
    background-color: #000;
    position: relative;
    display: block;
    transition: all 0.5s ease;
    text-align: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px -9px 13px 0px #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
	margin: 0 auto;
}
.form_btn:hover{
    color: #000!important;
	background-color: #EDF1F4;
	border: none;
}

/*form css*/
/* ===== Recruit CF7 styles (unique prefix: rcf7-) ===== */
.rcf7 { --rcf7-border:#C6C6C6; --rcf7-accent:#d12d2d; --rcf7-muted:#777; max-width:900px; margin:0 auto; }
.rcf7-row { margin:0 0 20px; }
.rcf7-label { display:block; font-weight:700; font-size:1.6rem; margin:0 0 8px; }
.rcf7-badge { display:inline-block; margin-left:.6em; padding:2px 8px; border-radius:12px; font-size:1.2rem; background:#eee; color:#555; }
.rcf7-badge--req { background:#fce8e8; color:var(--rcf7-accent); }
.rcf7-note { display:block; font-size:1.2rem; color:var(--rcf7-muted); margin-top:4px; }

.rcf7-input, .rcf7-textarea, .rcf7-select {
  width:100%; box-sizing:border-box; border:1px solid var(--rcf7-border);
  border-radius:10px; padding:14px 16px; font-size:1.6rem; line-height:1.6; background:#fff;
}
.rcf7-textarea { min-height:150px; resize:vertical; }

/* select の下向き矢印 */
.rcf7-select{
  appearance:none; -webkit-appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, #777 50%),
    linear-gradient(135deg, #777 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, 0 0;
  background-size:5px 5px, 5px 5px, 100% 100%;
  background-repeat:no-repeat;
}

.rcf7-file { display:block; }
.rcf7-help { font-size:1.3rem; color:var(--rcf7-muted); margin-top:8px; line-height:1.6; }

.rcf7-privacy{
  width:100%; height:200px; overflow-y:auto; padding:20px; border-radius:15px;
  border:1px solid var(--rcf7-border); font-size:1.2rem; line-height:1.5; margin:10px 0; background:#fff;
}

.rcf7-accept{ display:block; font-size:1.4rem; }
.rcf7-privacy-link{ font-size:1.3rem; margin-top:6px; }

.rcf7-row--submit{ text-align:center; padding-top:30px; }
.rcf7-submit{
  display:inline-block; border:none; border-radius:999px; padding:14px 36px;
  font-size:1.6rem; cursor:pointer; background:#111; color:#fff;
}

/* CF7 のエラーメッセージをこのフォーム内だけで調整 */
.rcf7 .wpcf7-not-valid-tip{ margin-top:6px; font-size:1.3rem; }
.rcf7 .wpcf7-response-output{ border-radius:10px; }

/* tableを縦並びに見せる */
.rcf7-table{ width:100%; border-collapse:separate; border-spacing:0; }
.rcf7-table tr{ display:block; margin:0 0 20px; }
.rcf7-table th{ display:block; padding:0 0 8px; border:0; }
.rcf7-table td{ display:block; padding:0; }

/* 同意チェックの体裁を少し整える（任意） */
.rcf7-row--accept input[type="checkbox"]{ margin-right:.4em; transform:translateY(1px); }




/**********投稿ギャラリー機能**********/
figure.wp-block-gallery.has-nested-images {
    align-items: normal;
    display: flex!important;
    flex-wrap: wrap!important;
}

.wp-block-button__link{
    color: #fff!important;
}




/*-------------------ictt_news-------------------*/

.i_ctt_cate_news{
	position: absolute;
	top: -85px;
	left: 0;
	z-index: -1;
}
@media (min-width: 960px) {
	.ictt_news{
		width: 100%;
		padding: 50px;
		position: relative;
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		box-sizing: border-box;
		border-radius: 15px;
		background: #FFF;
		box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
		margin-bottom: 50px;
	}
	.news_box_ttl {
		box-sizing: border-box;
		position: relative;
		padding-bottom: 20px;
		width: 240px;
		flex-shrink: 0;
	}
	.news_box_ttl > h2{
		color: #000;
		font-family: "Helvetica Neue";
		font-size: 6rem;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 90px */
		letter-spacing: 3px;
	}
	.inews_box{
		position: relative;
		margin-bottom: 18px;
	}
	.ictt_news > ul{
		flex: 1;
	}
	.inews_box li:first-child{
		width: 100%;
		padding: 0 20px;
		list-style: none;
		float: left;
		position: relative;
		box-sizing: border-box;
		border-top: solid 1px #BDBDBD;
		border-bottom: solid 1px #BDBDBD;
	}
	.inews_box li{
		width: 100%;
		padding: 0 20px;
		list-style: none;
		float: left;
		position: relative;
		box-sizing: border-box;
		border-bottom: solid 1px #BDBDBD;
	}
	.inews_box li > a > dl::before{
		content: '';
		width: 10px;
		height: 10px;
		position: absolute;
		bottom: 25px;
		right: 10px;
		border-right: solid 2px #000;
		border-top: solid 2px #000;
		transform: rotate(45deg);
		transition: all 0.5s ease;
	}
}
@media (max-width: 959px) {
	.ictt_news{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		margin: 80px auto 10px auto;
		display: block;
		position: relative;
		border-radius: 15px;
		background: #FFF;
		box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
	}
	.news_box_ttl{
		width: 100%;
		padding-bottom: 30px;
		position: relative;
	}
	.news_box_ttl > h2{
		color: #000;
		font-family: "Helvetica Neue";
		font-size: 4rem;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 90px */
		letter-spacing: 3px;
	}
	.inews_box{
		position: relative;
	}
	.ictt_news > ul{
		display: flex;
		flex-wrap: wrap;
		flex: 1;
	}
	.inews_box li:first-child{
		width: 100%;
		padding: 0 20px;
		list-style: none;
		float: left;
		position: relative;
		box-sizing: border-box;
		border-top: solid 1px #BDBDBD;
		border-bottom: solid 1px #BDBDBD;
	}
	.inews_box li{
		width: 100%;
		padding: 0 20px;
		list-style: none;
		float: left;
		position: relative;
		box-sizing: border-box;
		border-bottom: solid 1px #BDBDBD;
	}
	.inews_box li > a > dl::before{
		content: '';
		width: 10px;
		height: 10px;
		position: absolute;
		bottom: 25px;
		right: 10px;
		border-right: solid 2px #000;
		border-top: solid 2px #000;
		transform: rotate(45deg);
		transition: all 0.5s ease;
	}
}
@media (min-width: 960px) {
	.inews_box li > a > dl{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		padding: 15px 0;
		position: relative;
	}
	.inews_box li > a >dl > dt{
		position: relative;
		margin-right: 20px;
	} 
	.inews_box li > a > dl > dd {
		display: flex;
		flex-wrap: nowrap;
	}
}
@media (max-width: 959px) {
    .inews_box li > a > dl{
        width: 100%;
        display: block;
        padding: 10px 0;
        position: relative;
        clear: both;
        overflow: hidden;
    }
    .inews_box li > a >dl > dt{
        width: 100%;
        padding: 2px;
				display: flex;
				gap: 10px;
    }
    .inews_box li > a > dl > dd {
		width: calc(100% - 40px);
    }
}
.post_thum_ctt_photo{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    margin: auto;
}
.index_thum_ctt{
	overflow: hidden;
	position: relative;
	padding-top: 80%;
	margin-bottom: 10px;
	border-radius: 20px;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
}
.index_thum_ctt_photo{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	transition: all 0.5s ease;
}
@media (min-width: 960px) {
	.index_thum_ctt_photo:hover{
		width: 102%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin: auto;
	}
}
.inews_ym{
	color: #000;
	font-family: "Inter";
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2em;
}
.inews_post{
	font-family: "Inter";
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2em;
}
.inews_post_txt{
	padding-right: 40px;
}
.tag-news::after{
	content: 'NEWS';
	padding: 3px 10px;
	border-radius: 13px;
	font-size: 1.2rem;
	margin-right: 20px;
	color: #000;
	border: solid 1px #000;
}
.tag-press::after{
	content: 'PRESS';
	padding: 3px 10px;
	border-radius: 13px;
	font-size: 1.2rem;
	margin-right: 20px;
	color: #000;
	border: solid 1px #000;
}

/*-------------entry----------------*/
.entry_ctt{
	padding: 100px 0;
	position: relative;
	border-bottom: solid 1px #000;
	margin:  0;
}
.entry_ctt:first-child{
	padding: 100px 0;
	position: relative;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin:  0;
}
@media (max-width: 768px) {
	.entry_ctt{
		padding: 50px 0;
	}
	.entry_ctt:first-child{
		padding: 50px 0;
	}
}

/*----------------recruit------------------*/
@media (min-width: 960px) {
	.personality_container{
		margin:0 auto;
		display: flex!important;
		flex-wrap: wrap;
		align-items: stretch;
		box-sizing: border-box;
		gap:20px;
		margin-bottom: 50px;
	}
	.personality_container > li{
		width: calc((100% - 40px) / 3);
		box-sizing: border-box;
		margin-bottom: 20px;
		transition: all .3s ease;
	}
}
@media (max-width: 959px) {
	.personality_container{
		margin:0 auto;
		display: flex!important;
		flex-wrap: wrap;
		align-items: stretch;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	.personality_container > li{
		width:50%;
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
}
.personality_container > li > .img{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 1 / 1;
}
.personality_container > li > .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.personality_box > .name{
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 200%; /* 32px */
}
.card-header {
  padding: 32px 24px!important;
}

/*------------------よくあるご質問----------------*/
.faq_box dt{
	width:100%;
	padding: 10px 10px 10px 60px;
	margin-right: 20px;
	box-sizing: border-box;
	background: #F2F2F2;
	display: flex;
	align-items: center;
	position: relative;
	color: #000;
	/* タイトル */
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 152.941% */
}
.faq_box > dl > dt > .no{
	color: #000;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 207.692% */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}
.faq_box > dl > dt > .no::before{
	content: 'Q ';
	color: #000;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 207.692% */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -15px;
}
.faq_box dd{
	width:100%;
	padding: 10px 10px 10px 60px;
	margin-right: 20px;
	box-sizing: border-box;
	position: relative;
}
.faq_box dd::before{
	content: 'A';
	color: #000;
	/* カテゴリータイトル */
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 104% */
	letter-spacing: 2.25px;
	position: absolute;
	top: 15px;
	left: 15px;
}
@media (min-width: 769px) {
    .faq_box dl{
        width:calc(100% - 60px);
		margin: 0 30px;
        clear: both;
        overflow: hidden;
		border: solid 1px #F2F2F2;
    }
}
@media (max-width:768px) {
    .faq_box dl{
        clear: both;
        overflow: hidden;
		border: solid 1px #F2F2F2;
    }
}



/* ====== Requirements (prefix: rqr-) ====== */
.rqr{ --max:1100px; --g:24px; --card:#F7F7F7; --line:#E5E5E5; --muted:#666; --accent:#0084FF; color:#111; }

/* Container */
.rqr-container{ grid-column: span 9;}

/* Breadcrumb */
.rqr-breadcrumb{ width:min(var(--max), 92%); margin:16px auto 8px; font-size:12px; color:#888; }
.rqr-breadcrumb a{ color:inherit; text-decoration:none; }
.rqr-breadcrumb a:hover{ text-decoration:underline; }

/* Hero */
.rqr-hero{ width:min(1180px, 92%); margin:8px auto 24px; }
.rqr-eyebrow{ font-weight:700; letter-spacing:.08em; margin:24px 0 8px; }
.rqr-title{ font-weight:900; line-height:1.05; margin:0 0 12px; font-size:clamp(36px, 6vw, 72px); }

/* Intro */
.rqr-intro{ margin-top:24px; }
.rqr-job{ font-size:clamp(22px, 3.2vw, 32px); line-height:1.4; margin:0 0 12px; }
.rqr-job span{ font-size:clamp(28px, 4vw, 40px); font-weight:800; letter-spacing:.02em; }
.rqr-lead{ margin:10px 0 8px; line-height:1.9; }
.rqr-note{ color:var(--muted); font-size:13px; }

/* Card / Definition list */
.rqr-card{ background:var(--card); border-radius:12px; padding:clamp(16px, 3vw, 36px); margin:24px auto; }
.rqr-dl{ display:block; margin:0; }
.rqr-row{ display:grid; grid-template-columns: 180px 1fr; gap:16px; padding:18px 0; border-top:1px solid var(--line); }
.rqr-row:first-child{ border-top:0; padding-top:0; }
.rqr-row dt{ font-weight:700; }
.rqr-row dd{ margin:0; line-height:1.9; }

/* Lists */
.rqr-subttl{ font-weight:700; margin:.3em 0 .2em; }
.rqr-list{ margin:.4em 0 1em 1.2em; }
.rqr-list li{ margin:.2em 0; }
.rqr-steps{ counter-reset: step; margin:.4em 0 0 1.4em; }
.rqr-steps li{ margin:.35em 0; }
.rqr-small{ font-size:12px; color:var(--muted); }

/* CTA */
.rqr-cta{ text-align:center; margin:28px auto 60px; }
.rqr-btn{
  display:inline-block; padding:14px 28px; border-radius:999px; text-decoration:none;
  background:var(--accent); color:#fff; font-weight:700; transition:opacity .2s;
}
.rqr-btn:hover{ opacity:.9; }

/* Responsive */
@media (max-width: 960px){
  .rqr-row{ grid-template-columns: 1fr; gap:8px; }
  .rqr-row dt{ 
		border-top:1px solid var(--line); 
		padding-top:16px; 
		background: rgba(245, 240, 240, 0.7);
		border-radius: 10px;
		padding: 2px 10px;
	}
  .rqr-row:first-child dt{ 
		border-top:0; 
		padding-top:0; 
		background: rgba(245, 240, 240, 0.7);
		border-radius: 10px;
		padding: 2px 10px;
	}
  .rqr-row dd{ 
		padding: 0 10px;
	}
	.rqr-card{ 
		background:var(--card); 
		border-radius:12px; 
		padding:16px 0; 
		margin:24px auto; }
}


@media (min-width: 960px){
	.requirements_card_ctt{
		width: 100%;
		display: grid;
		gap: 20px;
		grid-template-columns: 2fr 2fr;
	}
	.requirements_card_ctt > .card{
		max-width: 100%!important;
	}
}
@media (max-width: 960px){
	.requirements_card_ctt{
		width: 100%;
		display: grid;
		gap: 20px;
		grid-template-columns: 100%;
	}
}
.recruit_card_inner{
	line-height: 1.5em;
	padding: 24px 16px !important;
}
.recruit_card_inner ol{
	margin-left: 0!important;
	padding-left: 25px;
}