/* recruit専用スコープ */
.is-recruit {
  /* ベース色・フォントなど */
}

a{
	font-family:"Noto Sans CJK JP";
}

body {
    display: block;
    margin: 8px 0;
}

.pc{
    display: block !important;
}

.sp{
    display: none !important;
}

.blue-gradient-text{
	display: inline-block;
	background: linear-gradient(
	to bottom,
	#0082ff 1%,
	#0071bc 49%,
	#004394 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.viewmore{
	font-size: clamp(16px, 2vw, 25px);
    font-weight: 400;
    color: #000;
    text-decoration: none;
    letter-spacing: -0.4px;
}
.viewmore::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("./img/icon_allow.svg");
    background-size: contain;
    margin-left: 1.5em;
    vertical-align: -0.6em;
}
.viewmore:hover::after ,.work_env_right .viewmore:hover::after,
.crosstalk_link:hover .viewmore::after,
.crosstalk_link:focus .viewmore::after,
.entry_link:hover .viewmore::after,
.entry_link:focus .viewmore::after
{
	background: url("./img/icon_allow_on.svg");
}

/* マウスオン時の画像拡大 */
.member_img,.crosstalk_img,.entry_link img{
	transition: transform .35s ease, filter .35s ease;
}
.member_img_wrap:hover .member_img,
.member_img_wrap:focus-within .member_img,
.crosstalk_link:hover .crosstalk_img,
.crosstalk_link:focus .crosstalk_img,
.entry_link:hover img,
.entry_link:focus img {
  transform: scale(1.1);
}

.site-main{
}

.recruit-header {
  position: relative;
  width: 100%;
  z-index: 1000;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
  will-change: transform;
}
.recruit-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  transform: translateY(0);
}
.recruit-header-spacer {
  display: none;
  width: 100%;
}
.recruit-header-spacer.is-active {
  display: block;
}

.p-header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    max-width: 144rem;
    margin: 1rem auto 0;
    padding: 0;
    padding: 0 8rem;
}

.p-header_logo{
    height: 100%;
    text-align: left;
}
.p-header_logo_link ,.menu-logoLink{
	display: block;
	text-decoration: none;
	max-width:280px;
}
.p-header_logo_link span ,.menu-subtitle{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: -10px;
}
.p-header_logo_img ,.menu-logo{
    z-index: 9;
    position: relative;
    width: clamp(12.9rem, 12.598vw, 18rem);
}

.p-header_menu{
    display: flex;
}

.menu_carreer{
	
}
.menu_intern{
	margin-left:10px;

}

.menu_btn{
	margin-left:20px;
}

.menu-toggle {
  position: fixed;
  width: 38px; height: auto;
  background: none; border: none; padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 900;
}
.menu-toggle img, .menu-close img { display:block; width:38px; height:auto; }
.menu-toggle span { display:none; }

.menu-overlay{
  position: fixed; inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0; visibility: hidden;
  transition: opacity .35s ease;
  z-index: 1000;
  height: 100dvh;
}
.menu-overlay.active{ opacity:1; visibility: visible; }

.slide-menu{
  position: fixed;
  inset: 0;
  display: flex; flex-direction: column;
  height: 100%;
  transform: translateY(-100%);
  transition: transform .35s ease;
  z-index: 1001;
  padding: 25px;
  height:fit-content;
}
.slide-menu.active{ transform: translateY(0); }

.menu-bar{
  height:auto;
  text-align: left;
  background:#fff;
  padding: 10px 25px;
}
.menu-close{
  position:absolute; top:38px; right:38px;
  background:none; border:none; padding:0; cursor:pointer; z-index:1002;
}

.menu-body{
  position: relative;
  height: 600px;
  display: grid; grid-template-columns: 1fr 1fr;
  background: url('./img/menu_bg.svg') no-repeat center/cover;
  color:#fff; overflow:hidden;
}

.menu-col{ position:relative; z-index:2; padding:48px 0; background:transparent; }

.is-menu-open .menu-toggle{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slide-menu a{
	text-decoration:none;
	color:#fff;
}
.menu-col.menu-col--left{
	margin-left: 30%;
}
.menu-block{
    margin-bottom: 32px;
}
.menu-heading{
	font-size:30px;
	margin:0;
}
.menu-links{
	padding-left:0;
}
.menu-links li{
	font-size:15px;
	text-align:left;
	list-style:none;
	padding-left:15px;
	margin-bottom:8px;
}

.menu-buttons,.menu-ext{
	display:flex;
	flex-direction: column;
	text-align:center;
    width: 354px;
}

.menu-buttons .btn{
	width: 300px;
    font-size: 34px;
    margin-bottom: 45px;
    border-radius: 40px;
    border-width: 2px;
}

.menu-buttons .btn--primary-outline{
	border-color: var(--c-dark-ink);
}
.menu-buttons .btn--white-solid{
	color:#000;
}
.menu-buttons .btn--white-solid:hover,
.menu-buttons .btn--white-solid:focus-visible{
  color: var(--c-dark-ink);
}

.menu-ext img{
    width: 280px;
    margin-bottom: 35px;
}
.menu-corp{
	margin-top:50px;
}
.menu-corp img{
	margin:0 auto;
	width: 160px;
}

.menu-privacy{
	font-size:15px;
}

#entry,#sns{
	padding:75px 0;
	display:flex;
	justify-content: space-between;
}
#entry img{
	display: block;
	width:100%;
}
#entry .entry_left,#entry .entry_right{
	width:49.8%;
	text-align:center;
}
#entry .viewmore{
	font-weight: 500;
}
.entry_link {
	text-decoration: none;
	display: block;
}
.entry_link div{
	overflow:hidden;
	margin-bottom:30px;
}


#sns{
	padding:40px 0;
	justify-content: space-around;
}
#sns .sns_left,#sns .sns_right{
	width:30%;
	text-align:center;
}
#sns img{
	width:100%;
}

#sns a {
  transition-property: opacity;
  transition-duration: 0.25s;
}
#sns a:hover {
  opacity: 0.3; 
}

.recruit-footer{
	margin-top:100px;
}

.backToTop{
	position: relative;
}
.backToTop_btn{
    display: block;
    width: 25px;
    position: absolute;
    top: -230px;
    right: 5%;
}
.backToTop_btn img{
	width:100%;
    margin-left: 6px;
}

.backToTop_btn::Before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(./img/icon_up_allow.svg);
    background-size: contain;
    margin-bottom: 10px;
}
.backToTop_btn:hover::Before{
	background: url("./img/icon_up_allow_on.svg");
}

.footer_outer,.footer_under{
	max-width: 100%;
    max-width: 144rem;
	margin:0 auto;
	padding: 0 8rem;
	display: flex;
    justify-content: space-between;
}

.footer_logo{
	width: 26rem;
	text-align: left;
}

.footer_logo_link{
	display: block;
}
.footer_logo_img{
    width: 18rem;
    margin-bottom: min(1.736vw, 2.5rem);
}
.footer_info{
    color: #1a69b1;
    font-size: 1.3rem;
    letter-spacing: .08em;
    line-height: (36/26);
    margin: 0;
}

.footer_list_wrapper{
	width: calc(100% - 24rem);
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.footer_list{
	text-align: left;
}
.footer_list ul{
	list-style: none;
}

.footer_list_link{
	color:#000;
	display: inline-block;
	margin: 0 0 min(1.736vw, 2rem);
	font-size: clamp(2rem, 5.333vw, 2.4rem);
	font-weight: 700;
	text-decoration:none;
    padding-left: .2rem;
    line-height: 1.3;
}
.footer_list ul{
	padding:0;
}
.footer_list ul .footer_list_link{
	margin: 0 0 min(0.694vw, 1rem);
	font-size:clamp(1rem, 5.333vw, 1.6rem);
	font-weight: 500;
}
.footer_list ul .footer_list_link:hover{
	text-decoration:underline;
}

.footer_list_link.__underline {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  text-decoration: none;
}
.footer_list_link.__underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: currentColor;
  transition: width 0.4s ease;
}

.footer_list_link.__underline:hover::after {
  width: 100%;
}

.footer_under{
	margin:30px auto;
	gap:50px;
}

.footer_under li{
	width:33%;
	list-style: none;
}
.footer_under li a{
	text-decoration: none;
	color:#000;
}
.footer_under .foot_corp{
	max-width:150px;
    display: block;
}
.footer_under .privacy{
	font-size:16px;
}

.foot_copy{
	margin:0;
	text-align:center;
	font-size:16px;
}

#fup { overflow: hidden; }
#fup .js-align-inner {
  display: inline-block;
  transform: translateX(var(--shift, 0px));
}

/* ===========================
   Recruit MV
   =========================== */
#mv{
    padding-top: 50px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: url("./img/p-kv_logo_pc.webp") no-repeat top right/320px;
}

#mv .mv_title{
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    padding: 0 8rem;
}
#mv .mv_title p{
	margin:0;
}
#mv .mv_title_img{
	max-height: 85px;
	display:block;
    width: auto;
    align-self: flex-start;
    object-fit: contain;
}
#mv .top_title{
	font-size: clamp(17px, 2vw, 25px);
	font-weight:700;
}


#mv .mv_text{
  margin: 0 auto;
  padding: 60px 8rem 0;
}
#mv .mv_text h1,
#mv .mv_text h2{
	text-align:center;
	font-feature-settings: "palt";
	margin: 0 auto;
}
#mv .mv_text h1 {
	font-size: clamp(22px, 4.5vw, 70px);
	line-height: 1.3;
	font-weight:600;
	margin-bottom:30px;
}
#mv .mv_text h2 {
	font-size: clamp(17px, 3.4vw, 45px);
	line-height: 1.5;
	font-weight:400;
}

#mv .mv_img{
  width: 100%;
}
#mv .mv_img img{
  width: 100%;
  height: auto;
  display: block;
}
.is-pages #mv{
	padding-top:50px;
}
.is-pages #mv .mv_title{
	padding: 0 8rem;
}
.is-pages #mv .mv_text{
    padding: 40px 8rem 0;
    text-align: left;
}
.is-pages #mv .mv_text h1{
	text-align:left;
    font-size: clamp(15px, 3.6vw, 36px);
    line-height: 1.8;
    max-width:100%;
}

.top_1col{
    width: 85%;
    max-width:1440px;
    margin: 0 auto;
}
.top_2col{
	display:flex;
	flex-direction: row;
    width: 85%;
    max-width:1440px;
    margin: 0 auto;
}

.top_title{
	font-size: clamp(15px, 1.8vw, 23px);
    font-weight: 500;
}
.top_title_img {
    width: 48%;
    max-width: 300px;
	margin-bottom:50px;
}

/* ===========================
   Recruit Interview
   =========================== */
#interview{
    padding: 80px 0;
    background:#f9f9f9;
}
#interview .interview_left,#interview .interview_right {
	width:50%;
}
#interview .interview_left p {
    margin: 0 0 15px 0;
}
#interview h2 {
	font-size: clamp(14px, 2vw, 25px);
    margin: 0 0 30px 0;
}
.interview_img {
    width: 100%;
}
.interview_left{
	position:relative;
}
.interview_left .viewmore{
	position:absolute;
	right:10%;
	bottom:10%;
}

/* ===========================
   Recruit Member
   =========================== */
#members{
    padding: 80px 0;
    width: 85%;
    max-width:1440px;
    margin: 0 auto;
}
.members_block{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	column-gap: 20px;
}
.member{
	display:flex;
    flex-direction: column;
}
.member_img{
	width:100%;
	display: block;
	object-fit: cover;
}
.member_img_wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.member_img_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.member_img_wrap::after {
  content: "View more";
  font-family:"Montserrat";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 400;
  letter-spacing: .07em;
  font-size: clamp(12px, 2.2vw, 20px);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.member_img_wrap:hover .member_img,
.member_img_wrap:focus-within .member_img {
  filter: brightness(.7);
}
.member_img_wrap:hover::before,
.member_img_wrap:focus-within::before {
  opacity: 1;
}
.member_img_wrap:hover::after,
.member_img_wrap:focus-within::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.member_link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
  outline: none;
}
.member_link:focus-visible {
  outline: 2px solid #0071bc;
  outline-offset: -2px;
}

.member_comment{
	font-size: clamp(12px, 2vw, 17px);
	font-weight:500;
}
.member_position{
	font-size: clamp(8px, 2vw, 14px);
	font-weight:500;
	margin:0;
}
.member_name{
	font-size: clamp(18px, 2vw, 24px);
	font-weight:500;
	margin: 5px 0;
}

/* ===========================
   Recruit Crosstalk
   =========================== */
#crosstalk{
    padding: 75px 0;
    background:#f9f9f9;
}
.crosstalk_block{
	text-align:center;
}
.crosstalk_link {
  text-decoration: none;
}
.crosstalk_img_outer{
	overflow: hidden;
	position:relative;
}
.crosstalk_img{
	display: block;
    width: 100%;
    height: auto;
}
.crosstalk_text{
	width:45%;
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.crosstalk_block p{
	margin-top:40px;
}

/* ===========================
   Recruit Work Enviroment
   =========================== */
#work_env {
    padding: 80px 0;
    width: 85%;
    max-width:1440px;
    margin: 0 auto;
}
#work_env .top_title_img{
    max-width:600px;
}
.work_env_outer{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.work_env_left{
	width:55%;
}
.work_env_right{
	width: 38%;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.work_env_right .viewmore{
    display: flex;                  /* 横並びに */
    align-items: center;             /* 縦中央揃え */
    justify-content: space-between;  /* 左:テキスト 右:矢印 */
	font-family: "Noto Sans CJK JP";
	font-weight:500;
}
.work_env_right .viewmore::after {
    display: block;
    background: url("./img/icon_allow.svg") no-repeat center / contain;
    margin-left: 1.5em;
    flex-shrink: 0;
}


/* ===========================
   Recruit Culture Deck
   =========================== */
#culture_deck{
    padding: 75px 0;
    background:#f9f9f9;
	font-family:"Noto Sans CJK JP";
	text-align:center;
}
#culture_deck .top_1col {
    width: 70%;
}
.culture_deck_title{
	font-size:30px;
	font-weight:500;
	margin:0;
}
#culture_deck h2{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.culture_deck_img{
	width:80%;
	margin: 30px auto;

}
.culture_deck_pdf{
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.culture_deck_pdf img {
    content: url(../assets/img/btn_corp_text_pdf.svg);
}

.culture_deck_pdf:hover img {
    content: url(../assets/img/btn_corp_text_pdf_on.svg);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    html {
        font-size:100%;
    }
    body{
    	margin:0;
    	padding-bottom: 70px;
    }
    
	.sp{
	    display: block !important;
	}
    
	.viewmore::after {
	    width: 30px;
	    height: 30px;
	    margin-left: 1em;
	    vertical-align: -0.5em;
	}
    
	.menu_carreer, .menu_intern,.pc{
	    display: none!important;
	}
	
    .p-header_wrapper {
		margin: 0 auto 0;
        padding: 7px 1.5rem;
    }
	
	.p-header_logo_img, .menu-logo {
	    width: 9rem;
	}
	.p-header_logo_link span, .menu-subtitle {
	    font-size: 10px;
	    font-weight: 500;
	}
	
	.menu-toggle {
		position: unset;
	}
	
	.menu-bar {
	    padding: 10px 12px;
	}
	.slide-menu {
		padding: 0;
	}
	
	.menu-body {
		width:100%;
	    height: auto;
	    grid-template-columns: 1fr;
	}
	.menu-col.menu-col--left {
        margin: 18px 12px;
        padding: 0;
	}
	.menu-close {
	    top: 8px;
	    right: 31px;
	}
	.menu-block {
	    margin-bottom: 10px;
	}
	.menu-col {
	    padding: 20px 0 0;
	    width: 100%;
	}
	.menu-heading{
		font-size:22px;
	}
	.menu-links{
	    margin:5px 0;
	}
	.menu-links li {
		padding:0;
	    margin: 0 0 5px 5px;
	}
	.menu-links a {
	    font-size:14px;
	}	
	.menu-privacy {
	    font-size: 11px;
	    margin-bottom:5px;
	}
	
	.menu-col.menu-col--right{
	    border-top:0.5px solid #fff;
	}
	
	.menu-buttons, .menu-ext {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        justify-items: center;
		position:relative;
	}
	
	.menu-buttons .btn {
        width: 64%;
        font-size: 14px;
        margin-bottom: 30px;
        border-radius: 20px;
    }
    .menu-ext img {
	    width: 80%;
        margin-bottom: 15px;
	}
	.menu-ext{
	    margin-bottom: 60px;
	}
	.menu-corp {
		margin-top: 10px;
		position:absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, 50%);
	}
	
	.sp-fixed-links {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		padding: 8px 0;
		background: #fff;
		box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
		z-index: 1000;
		opacity: 0.95;
	}

	.sp-fixed-links .btn {
		flex: 1;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0;
		border-radius: 30px;
		text-decoration: none;
		border: 2px solid #1a69b1;
		transition: background 0.3s ease, color 0.3s ease;
		margin: 0 8px 8px;
	}

	.sp-fixed-links .btn-outline {
		background: #fff;
		color: #1a69b1;
	}
	.sp-fixed-links .btn-outline:hover {
		background: #1a69b1;
		color: #fff;
	}

	.sp-fixed-links .btn-fill {
		background: #000;
		color: #fff;
		border-color: #000;
	}
	.sp-fixed-links .btn-fill:hover {
		opacity: 0.8;
	}
	
	#mv {
	    padding: 15px 0 0;
	    width: 100%;
	    max-width: 100%;
	    text-align: center;
	    background: url(./img/p-kv_logo_pc.webp) no-repeat top right / 160px;
	}
	#mv .mv_title {
	    padding: 0 1.5rem;
	    display:block;
	}
	
	#mv .mv_title_img {
	    max-height: 41px;
	    max-width:60%;
	    margin-top:8px;
	}
	
	#mv .mv_text {
	    margin: 0 auto;
	    padding: 30px 1.5rem 0;
	}
	
	#mv .mv_img {
	    overflow: hidden;
	}
	
	#mv .mv_img img {
	    transform: scale(1.2);
	    padding-top: 30px;
	}
	.is-pages #mv {
	    padding: 0;
	}
	.is-pages #mv .mv_title{
	    padding: 0 1.5rem 0;
	}
	
	.is-pages #mv .mv_text{
	    padding: 15px 1.5rem 0;
	}
	
	#interview {
	    padding: 30px 0 10px;
	    background: #f9f9f9;
	}
	#interview .top_2col{
	    display:none;
	}
	#interview .sp div {
	    margin: 0 auto;
	}
	.interview_sp_top{
        width: calc(100% - 3rem);
    }
	.top_title_img {
	    margin-bottom: 20px;
	}
	.interview_sp_under a{
		text-decoration:none;
	}
	.interview_sp_under a{
		text-align:center;
	}
	
	#members {
	    padding: 40px 0;
        width: calc(100% - 3rem);
	}
	.member{
		margin-bottom:10px;
	}
	.members_block {
	    grid-template-columns: 1fr;
	}
	.member_comment,.member_name {
        font-size: 15px;
        margin: 10px 0;
        font-weight: 600;
	}
	.member_position{
	    font-size: 12px;
	}
	
	#crosstalk {
	    padding: 35px 0 10px;
	    background: #f9f9f9;
	}
	
	.crosstalk_title {
		width: calc(100% - 3rem);
		margin: 0 auto;
	}
	
	.top_1col{
	    width: 100%;
	    max-width: 100%;
	}
	
	.crosstalk_title h2{
		margin:0 0 20px;
		font-size:12.5px;
		font-weight:600px;
	}
	.crosstalk_text {
	    width: 50%;
	}
	.crosstalk_block p {
	    margin-top: 30px;
	}
	
	#work_env{
	    padding: 40px 0;
	    width: calc(100% - 3rem);
	    margin: 0 auto;
	}
	#work_env .top_title_img {
	    width: 95%;
	    max-width: 420px;
	}
	.work_env_outer{
	    flex-direction: column;
	}
	.work_env_left{
	    width: 100%;
	}
	.work_env_right {
		margin-top:15px;
	    width: 50%;
	    gap: 20px;
	}
	
	#culture_deck{
		padding: 35px 0;
	}
	#culture_deck .top_1col {
	    width: calc(100% - 3rem);
	}
	.culture_deck_title{
		font-size:21px;
	}
	
	#culture_deck h2 {
        font-size: 14px;
        text-align: left;
        letter-spacing: -1px;
        line-height: 1.5rem;
	}
	.culture_deck_img {
	    width: 100%;
	    margin: 30px auto;
	}
	.culture_deck_pdf {
	    width: 80%;
	}
	
	#entry{
	    padding: 55px 0 0;
	    flex-direction: column;
	}
	#entry .entry_left, #entry .entry_right {
	    width: 100%;
	}
	.entry_link div {
	    margin-bottom: 0px;
	}
		
	#sns {
	    padding: 20px 0;
	}
	#sns .sns_left, #sns .sns_right {
	    width: 45%;
	}
	
	.backToTop,.footer_outer,.footer_under{
		display:none;
	}
	
	.recruit-footer {
    	margin-top: 0;
	}
	.footer_sp{
		list-style: none;
        text-align: center;
        padding: 0;
	}
	.backToTop_sp{
		width:30%;
		margin-bottom:20px;
	}
	.foot_logo_sp{
		width:40%;
	}
	.foot_copy_sp{
		font-size:12px;
	}
}

@media screen and (max-width: 786px) {
	.menu_carreer, .menu_intern{
	    display: none!important;
	}
}
@media screen and (min-width: 481px) {
	.sp-fixed-links{
		display:none;
	}
}