@charset "utf-8";
/* CSS Document */

html{ scroll-behavior: auto !important;}
body{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #000 !important;
  position: relative;
}
a{ color: #2e3190;}
a:hover{ color: #4d4d4d;}
*:focus{ box-shadow: none !important;}

/*================================
Header
================================*/
#header .navbar{
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(228, 228, 228, 0.15);
}
#header .navbar-brand{ z-index: 2000;}
#header .offcanvas-start{ border: none;}
#header .offcanvas-body{ margin-top: 69px;}
.navbar-toggler{
	position: absolute;
	top: 0;
	left: 0;
	height: 69px;
	z-index: 2000;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: rgba(229, 222, 243, .5);
}
.navbar-toggler:focus{ box-shadow: none;}
.navbar-toggler-icon{
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #4d4d4d;
	width: 25px;
	height: 1px;
	border-radius: 10px;
	transition: background 10ms 300ms ease;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
	content: '';
	transition: top 300ms 350ms ease, transform 300ms 50ms ease;
	position: absolute;
	left: 0;
	background-color: #4d4d4d;
	width: 25px;
	height: 1px;
	border-radius: 10px;
}
.navbar-toggler-icon::before{ top: -6px;}
.navbar-toggler-icon::after{ top: 6px;}
.navbar-toggler.show .navbar-toggler-icon,
.navbar-toggler.show .navbar-toggler-icon::before,
.navbar-toggler.show .navbar-toggler-icon::after{ background-color: #f18c8e;}
.navbar-toggler.show .navbar-toggler-icon{ background: transparent;}
.navbar-toggler.show .navbar-toggler-icon::before,
.navbar-toggler.show .navbar-toggler-icon::after {
	transition: top 300ms 50ms ease, transform 300ms 350ms ease;
	top: 0;
}
.navbar-toggler.show .navbar-toggler-icon::before{ transform: rotate(28deg);}
.navbar-toggler.show .navbar-toggler-icon::after{ transform: rotate(-28deg);}
.navbar-toggler-menu{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	color: #4d4d4d;
	font-size: .7rem;
}
.navbar-toggler.show .navbar-toggler-menu{ color: #f18c8e;}
#header .navbar-nav .nav-link{ color: #000;}
#header .navbar-nav ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
#header .navbar-nav .site_link ul .nav-link{
	position: relative;
	padding-left: 1.2rem;
	font-weight: bold;
}
#header .navbar-nav .site_link ul .nav-link:hover{ color: #f18c8e;}
#header .navbar-nav .site_link ul .nav-link::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
#header .navbar-nav .site_link ul .nav-link:hover::after{ background-color: #cacaca;}
#header .navbar-nav .site_btn{ width: 225px;}
#header .navbar-nav .site_btn ul .nav-item{
	background: linear-gradient(to right, #e5def3, #f9ede1);
	padding: 2px;
}
#header .navbar-nav .site_btn ul .nav-item:hover{ background: linear-gradient(to right, #f9ede1, #e5def3);}
#header .navbar-nav .site_btn ul .nav-item:not(:last-child){ margin-bottom: .5rem;}
#header .navbar-nav .site_btn ul .nav-item .nav-link{ padding: .5rem;}
#header .navbar-nav .site_btn ul .nav-item.external a{
	position: relative;
	background-color: #fff;
}
#header .navbar-nav .site_btn ul .nav-item.external a:hover{ color: #f18c8e;}
#header .navbar-nav .site_btn ul .nav-item.external a::after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 15px;
	background-image: url("../img/icon_external.svg");
	ackground-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
	margin-left: 5px;
}
#header .modal-backdrop{ background-color: rgba(0, 0, 0, .5);}
@media (min-width: 992px){
	#header .offcanvas-start{ width: 80%;}
	#header .navbar-nav .site_link ul .nav-link{ font-size: 1.1rem;}
}
@media (min-width: 768px) and (max-width: 991px){
	#header .offcanvas-start{ width: 90%;}
}
@media (min-width: 768px){
	#header .offcanvas-body{ padding: 1rem 2rem 1rem 7rem;}
	#header .navbar-brand{ margin-left: 5rem;}
	.navbar-toggler{ width: 5rem;}
	#header .navbar-nav{
		flex-direction: initial;
		justify-content: space-between;
	}
	#header .navbar-nav .site_link{
		flex: 1;
		display: flex;
	}
	#header .navbar-nav .site_link ul{
		width: 50%;
		max-width: 300px;
	}
}
@media (max-width: 767px){
	#header .offcanvas-start{ width: 100%;}
	#header .offcanvas-body{ border-top: #e4e4e4 1px solid;}
	#header .navbar-brand{
		margin-left: 4rem;
		margin-right: 0;
	}
	.navbar-toggler{
		width: 4rem;
		border-right: #e4e4e4 1px solid;
	}
	#header .navbar-nav .site_link{
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		border-bottom: #e4e4e4 1px solid;
	}
	#header .navbar-nav .site_btn{
		text-align: center;
    margin: 0 auto;
	}
}

/*開く動作
================================*/
#header .offcanvas-start{
  -webkit-transition: none;
  transition: none;
  display: none;
}
#header .offcanvas-start.show{
	animation: fadeInNav 0.5s ease-out forwards;
	display: block;
}
@keyframes fadeInNav {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/*================================
Main
================================*/
#main{	padding-top: 69px;}
@media (min-width: 768px){
	#main{
		position: relative;
		padding-left: 5rem;
	}
	#main::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		left: 5rem;
		width: 1px;
		height: 100%;
		background-color: #e4e4e4;
		z-index: 2000;
	}
	#main::after{
		content: 'RECRUIT SITE';
		display: inline-block;
		position: fixed;
		top: 300px;
		left: -1.5rem;
		color: #b1b1b1;
		font-size: .85rem;
		letter-spacing: .25em;
		transform:rotate(90deg); 
		z-index: 2000;
	}
	.section{ padding: 4rem 0;}
}
@media (max-width: 767px){
	.section{ padding: 3rem 0;}
}

/*ページヘッダー
================================*/
#page_hd{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}
#guideline #page_hd,#entry #page_hd{ background-image: url("../img/guideline/mv.jpg");}
#form #page_hd{ background-image: url("../img/form/mv.jpg");}
#q_a #page_hd{ background-image: url("../img/q_a/mv.jpg");}
#philosophy #page_hd{ background-image: url("../img/philosophy/mv.jpg");}
#career #page_hd{ background-image: url("../img/career/mv.jpg");}
#environment #page_hd{ background-image: url("../img/environment/mv.jpg");}
#staff #page_hd{ background-image: url("../img/staff/mv.jpg");}
#work #page_hd{ background-image: url("../img/work/mv.jpg");}

#hd_ttl{
	position: relative;
	display: inline-block;
	font-size: calc(1.1rem + 1vw);
	font-weight: bold;
}
#hd_ttl::before,
#hd_ttl::after{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#hd_ttl::before{
	background: linear-gradient(to right, #bface0, #f1d1b5);
	mix-blend-mode: multiply;
}
#hd_ttl::after{
	background-color: rgba(255, 255, 255, .3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#hd_ttl span{
	position: relative;
	z-index: 2;
	color: #fff;
}
@media (min-width: 1200px){
	#hd_ttl{ font-size: 1.85rem;}
}
@media (min-width: 768px){
	#page_hd{ height: 380px;}
	#hd_ttl{ padding: .75rem 3rem;}
}
@media (max-width: 767px){
	#page_hd{ height: 220px;}
	#hd_ttl{ padding: .75rem 1.5rem;}
}

/*タイトル
================================*/
.sect_ttl{
	text-align: center;
	font-size: calc(1.25rem + 0.9vw);
	font-weight: normal;
	margin-bottom: 2.5rem;
}
.sect_ttl span{
	display: block;
	color: #f29da6;
	font-size: 50%;
	font-weight: normal;
	margin-top: .5rem;
}
@media (min-width: 1200px){
	.sect_ttl{ font-size: 2.2rem;}
}

/*文字色
================================*/
.fc_red{ color: #bf272d;}

/*背景
================================*/
.bg_gry{ background-color: #f5f5f3;}

/*ボタン
================================*/
.btn_detail{
	position: relative;
	color: #000;
	text-decoration: none;
	padding-right: 40px;
	display: inline-block;
	margin-top: 2rem;
}
.btn_detail::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("../img/icon_detail.svg");
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn_detail:hover{ color: #f29da6;}

/*================================
採用に関するお問い合わせ
================================*/
#contact_link{ text-align: center;}
#contact_link ul{
	list-style: none;
	padding-left: 0;
	margin: 0 auto 1rem;
}
#contact_link ul li{
	position: relative;
	width: 100%;
	display: table;
	background-color: #fff;
}
#contact_link ul li .btn_txt{
  display: table-cell;
  vertical-align: middle;
}
#contact_link ul li a{
	color: #000;
	text-decoration: none;
}
#contact_link ul li a:hover{ color: #b0a3cc;}
#contact_link ul li .btn_icon{
	width: 54px;
	height: 54px;
	background: linear-gradient(to right, #e6def3, #f7e9f6);
	border-radius: 50%;
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact_link ul li .btn_icon::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
}
#contact_link ul li .tel{
	font-size: 1.6rem;
	font-weight: normal;
}
#contact_link ul li .tel svg{
	width: 23px;
	height: 28px;
}
#contact_link ul li .tel .cls-1{
	fill:none;
	stroke:#979797;
	stroke-linecap:round;
	stroke-linejoin:round;
}
#contact_link ul li .mail svg{
	width: 26px;
	height: 16px;
}
#contact_link ul li .mail .cls-1{
	fill:none;
	stroke:#979797;
	stroke-linecap:round;
	stroke-linejoin:round;
}
#contact_link p{
	display: inline-block;
	text-align: left;
	margin-bottom: 0;
}
@media (min-width: 768px){
	#contact_link .bg_gry{ padding: 3rem 0;}
	#contact_link ul{
		display: flex;
		justify-content: center;
		max-width: 880px;
	}
	#contact_link ul li{ height: 86px;}
	#contact_link ul li:not(:last-child){ margin-right: 1rem;}
}
@media (max-width: 991px){
	#contact_link ul li .btn_txt{
		text-align: left;
		padding-left: 85px;
	}
}
@media (max-width: 767px){
	#contact_link .bg_gry{ padding: 2rem 0;}
	#contact_link ul{ max-width: 340px;}
	#contact_link ul li{ height: 70px;}
	#contact_link ul li:not(:last-child){ margin-bottom: .5rem;}
	#contact_link ul li .sp-tel{
		display: table-cell;
    vertical-align: middle;
	}
}
/*================================
エントリー
================================*/
.entrybox{
	background: linear-gradient(to right, #e5def3, #f9ede1);
	max-width: 800px;
	margin: 0 auto;
}
.entrybox h2{ font-weight: normal;}
.entrybox h2 span{
	display: block;
	font-size: 50%;
	margin-top: .25rem;
	margin-bottom: 0;
}
.entrybox .entry_btn{
	width: 100%;
	max-width: 360px;
	display: table;
}
.entrybox .entry_btn a{
	position: relative;
  display: table-cell;
	vertical-align: middle;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
.entrybox .entry_btn a .btn_icon{
	width: 54px;
	height: 54px;
	background: linear-gradient(to right, #e6def3, #f7e9f6);
	border-radius: 50%;
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.entrybox .entry_btn a .btn_icon::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
}
.entrybox .entry_btn a .btn_icon svg{
	width: 20px;
	height: 25px;
}
.entrybox .entry_btn a .btn_icon .cls-1{
	fill:none;
	stroke:#979797;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.entrybox .entry_btn a:hover{
	color: #b0a3cc;
	filter: drop-shadow(0 0 10px rgba(176, 163, 204, .3));
}
@media (min-width: 768px){
	.entrybox{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 3rem;
	}
	.entrybox .entry_btn{
		text-align: center;
		height: 86px;
	}
}
@media (max-width: 767px){
	.entrybox{
		text-align: center;
		padding: 2rem 1rem;
	}
	.entrybox .entry_btn{
		height: 70px;
		margin: 1rem auto 0;
	}
}

/*================================
Footer
================================*/
#footer{
	border-top: #e4e4e4 1px solid;
	padding: 2rem 0 0.5rem;
}
#ft_logo{ margin-bottom: 1rem;}
#ft_site{
	padding-left: 0;
	list-style: none;
}
#ft_site li a{
	color: #000;
	text-decoration: none;
}
#ft_site li a:hover{ color: #f18c8e;}
#ft_site li.external a{
	background-image: url("../img/icon_external.svg");
	background-repeat: no-repeat;
	background-position: center right 1px;
	background-size: 20px 15px;
	padding-right: 25px;
}
#ft_sns{
	display: flex;
	padding-left: 0;
	list-style: none;
}
#ft_sns li:not(:last-child){ margin-right: .5rem;}
#ft_sns li img{ height: 25px;}
#copyright{
	font-size: .85rem;
	text-align: center;
	margin-top: 2rem;
}
@media (min-width: 992px){
	#ft_site{
		display: flex;
		justify-content: flex-end;
	}
	#ft_site li:not(:last-child){ margin-right: 1.25rem;}
}
@media (min-width: 768px) and (max-width: 991px){
	#ft_site{ text-align: right;}
}
@media (min-width: 768px){
	#ft_wrap{
		display: flex;
		justify-content: space-between;
	}
	#ft_add{ width: 280px;}
	#ft_add p{ margin-bottom: 0;}
	#ft_link{ flex: 1;}
	#ft_sns{ justify-content: flex-end;}
}
@media (max-width: 991px){
	#ft_site li:not(:last-child){ margin-bottom: .25rem;}
}
@media (max-width: 767px){
	#ft_wrap{ text-align: center;}
	#ft_sns{ justify-content: center;}
	#ft_logo img{ max-width: 280px;}
}

/*Page Top
================================*/
#page_top{
	position: fixed;
	z-index: 100;
  display: block;
  width: 75px;
  height: 75px;
	border-radius: 50%;
  text-decoration: none;
	background-image: url("../img/page_top.svg");
	transition: .5s;
}
#page_top::after{
	content: '';
	display: inline-block;
  width: 55px;
  height: 55px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top:10px;
	left: 10px;
}

.arrow_top{
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
	transition: .5s;
	z-index: 1;
}
.arrow_top::before,
.arrow_top::after{
	content: '';
	display: inline-block;
  position: absolute;
}
.arrow_top::before{
	width: 2px;
	height: 15px;
	background-color: #979797;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	bottom: -8px;
}
.arrow_top::after{
	width: 10px;
	height: 10px;
	border-top: 2px solid #979797;
	border-left: 2px solid #979797;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: -8px;
}
#page_top:hover{ transform: rotate(10deg) translate3d(0, 0, 0);}
#page_top:hover .arrow_top{transform: rotate(-10deg);}
@media (min-width: 768px){
  #page_top{ right: 15px;}
}
@media (max-width: 767px){
  #page_top{ right: 10px;}
}