@charset "utf-8";
/* CSS Document */

/*リクルートサイト用*/

/* =============== ヘッダー =============== */
#box_rec_header{
	margin-bottom:70px;
}

.flex_rec_header{
	padding: 20px 30px;
}

.flex_rec_header>.pbNested {
    display: flex;
    justify-content:space-between;
	align-items: end;
}

.flex_rec_header>.pbNested:after{
    display:none;
}

.flex_rec_header .header_logo{
	font-weight:bold;
	font-size:1.5em;
	line-height:1.3;
}

/* グロナビ
----------------------------------------- */ 
#rec_gnavi .gmenu ul{
	list-style: none;
	display: flex;
	justify-content:space-between;
	column-gap: 10px;
	font-weight:bold;
}

#rec_gnavi .gmenu ul a{
	text-decoration: none;
	padding: 10px 20px;
}

#rec_gnavi .gmenu ul a[href^="http"],
* html #rec_gnavi .gmenu ul a.external{
	padding-left:34px;		
    background-position: 7px 13px;
}

#rec_gnavi .gmenu ul a:link,
#rec_gnavi .gmenu ul a:visited{
	color:inherit;
}

/* =============== フッター =============== */
.flex_rec_footer>.pbNested {
    display: flex;
	flex-direction: column;
	row-gap: 50px;
}

.flex_rec_footer>.pbNested:after{
    display:none;
}

.flex_rec_contact>.pbNested {
    display: flex;
    justify-content: center;
	column-gap: 72px;
}

.flex_rec_contact>.pbNested:after{
    display:none;
}

.flex_rec_footerarea>.pbNested {
    display: flex;
    justify-content:space-between;
	column-gap: 72px;
}

.flex_rec_footerarea>.pbNested:after{
    display:none;
}

/* contact us
----------------------------------------- */
.box_rec_footerinfo{
	border-top:solid 1px #6f6f6f;
	padding-top:40px;
}

.flex_rec_contact .ttl{
	font-weight:bold;
	font-size:2.875em;
}

.flex_rec_contact .txt{
	font-weight:bold;
	font-size:1.25em;
}

.flex_rec_contact .num{
	font-weight:bold;
	font-size:2.81em;
	position: relative;
	display: flex;
    align-items: center;
	padding-left: 100px;
}

.flex_rec_contact .num::before{
	content: '';
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 20px;
    left: 0;
	background-image: url(../recruit/icon_tel.png);
    background-position: center;
    background-size: 	70px;
    background-repeat: no-repeat;
}

.flex_rec_contact .num .section{
	font-size:0.53em;
}

/* info
----------------------------------------- */ 
.flex_rec_footerinfo .name{
	font-weight:bold;
	font-size:1.375em;
}

/* コピーライト
----------------------------------------- */ 
.box_rec_copyright{
	font-size: 0.75rem;
	text-align:right;
	padding: 10px 0;
}

/* pagetop
----------------------------------------- */ 
.btn_rec_pagetop .btn_pagetop a {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    background: #0193e9;
    padding: 7px;
    color: #fff !important;
	border:solid 3px #fff;
    border-radius: 9px;
    width: 70px;
    height: 70px;
    text-decoration: none;
    box-sizing: border-box;
	position: fixed;
    right: 30px;
    bottom: 23px;
    z-index: 1;
	font-size:0.65em;
	text-align: center;
	display: flex;
	align-items: end;
	text-indent: inherit;
}

.btn_rec_pagetop .btn_pagetop a::before{
    content: '';
    width: 24px;
    height: 25px;
    border: 0;
    position: absolute;
    top: 10px;
    left: calc(50% - 11px);
    margin: auto;
    transition: all .3s ease-in-out;
	background-image: url(../common/arrow_white.svg);
	background-repeat: no-repeat;
    background-size: 24px;
	transform: rotate(-90deg);
}

/* =============== 見出し =============== */
.ttl_index .pbTitleBlock,
.box_rec_work_h1>.pbBlockBase>div{
    height: 195px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color:#fff;
	padding-left:50px;
	padding-right:250px;
	background:#0193e9;
	background-image: linear-gradient(90deg, #0193e9, #87e1e1);
	border-radius:25px;
	/*position: relative;*/
	margin-bottom:100px;
}

.ttl_index .pbTitleBlock h1,
.box_rec_work_h1 h1{
	border:none;
	padding:inherit;
	font-size:3em;
	position: relative;
	padding-left:0;
}

.ttl_index .pbTitleBlock h1:after,
.box_rec_work_h1 h1:after{
	position: absolute;
	top: 50%;
	right: 0;
	width: 244px;
	height: 5px;
	background: #fff;
	content: "";
	display: inline-block;
}

h2{
	background: inherit;
	border-top:solid 1px #7e7e7e;
	border-bottom:solid 1px #7e7e7e;
	border-radius:0;
}

h2:after{
	background: #0193e9;
	background-image: linear-gradient(135deg, #0193e9, #87e1e1);
	height: 60%;
	top:20%;
	left: 14px;
}

h3{
	border:none;
	background:#d6f0ff;
	padding: 13px 20px;
}

h3:after{
	content:none;
}

h4{
	border-bottom:dashed 1px #ccc;
	padding-left: 48px;
}

h4:after{
	content: "";
    position: absolute;
    background-image: linear-gradient(90deg, #0193e9, #87e1e1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 13px;
    /* border: dashed 1px white; */
    left: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	border-bottom: none;
}

h5::after{
	background:#0193e9;
	background-image: linear-gradient(90deg, #0193e9, #87e1e1);
}

h6{
	color:#0193e9;
}

/* =============== ボタンリンク =============== */
.btn_link_rec a{
	display: inline-block;
    background: #4575c5;
	background-image:linear-gradient(90deg, #0193e9, #87e1e1);
    border-radius: 50px;
    padding: 18px 57px 18px 30px;
    text-decoration: none;
    font-weight: bold;
    box-sizing: border-box;
    min-width: 290px;
    text-align: center;
    margin: 15px 0;
    color: #fff;
	position: relative;
}

.btn_link_rec a::before{
	background-image: url(../recruit/arrow_circle_recyellow.svg);
    background-size: 25px;
    top: calc(50% - 12px);
    left: inherit;
    right: 23px;
    width: 25px;
    height: 25px;	
}

.btn_link_rec a:link,
.btn_link_rec a:visited{
	color:#fff;
}

.btn_link_rec a:hover{
	text-decoration: underline;
}

/* =============== 採用情報ドロップダウン =============== */
.btn_drop_saiyo{
	border:solid 2px #808080;
	border-radius:7px;
	padding: 12px 54px 12px 25px;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
	font-size: 1.2em;
	cursor: pointer;
	line-height: 1.3;
}

.btn_drop_saiyo::before{
	content: "";
	position: absolute;
	background:#ffb300;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	top: 27px;
    right: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn_drop_saiyo::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 20px;
    right: 31px;
	transition: all 0.4s ease;
}

.btn_drop_saiyo.open::after{
	transform: rotate(-45deg);
}

.list_saiyo_open{
	padding-top:20px;
	display: none;
}

/* =============== よくある質問吹き出し =============== */
.box_rec_contents>.pbNested{
	display: flex;
    justify-content:space-between;
	flex-direction: column;
	row-gap:50px;
}

.box_rec_contents>.pbNested:after{
    display:none;
}

.flex_rec_bubble_q>.pbNested,
.flex_rec_bubble_ans>.pbNested{
    display: flex;
    justify-content:space-between;
	column-gap: 15px;
	align-items: center;
}

.flex_rec_bubble_q>.pbNested:after,
.flex_rec_bubble_ans>.pbNested:after{
    display:none;
}

.bubble_rec_q,
.bubble_rec_ans{
	background:#b2ddf6;
	border-radius:50px;
	padding: 23px 40px 23px 88px;
	width:830px;
	position: relative;
	overflow: visible;
	font-weight: bold;
    font-size: 1.5em;
}

.bubble_rec_ans{
	border:solid 3px #232323;
	background: #fff;
	padding-left:40px;
	font-size:1.2em;
	font-weight:normal;
}

.bubble_rec_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  border-style: solid;
  border-width: 10px 0 10px 43px;
  border-color: transparent transparent transparent #b2ddf6;
  translate: 100% -50%;
}

.bubble_rec_q::before{
	content: "Q.";
    display: block;
    position: absolute;
    width: 31px;
    height: 27px;
    font-weight: 500;
    line-height: 28px;
	color: inherit;
    left: 42px;
    top: 26px;
    font-size: 1.5em;
}

.bubble_rec_ans::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 43px 10px 0;
  border-color: transparent #232323 transparent transparent;
  translate: -100% -50%;
}

.bubble_rec_ans::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  border-style: solid;
  border-width: 7.8px 36.5px 7.8px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

/* =============== お仕事紹介 =============== */
.flex_rec_work_info{
    padding: 50px;
    background-color: #fff;
    background-image: url(../top/bg_top03.png);
    background-repeat: repeat;	
	width:787px;
	margin:0 auto;
}

.flex_rec_work_info>.pbNested{
	display: flex;
    justify-content: center;
    column-gap: 90px;
    align-items: center;
}

.flex_rec_work_info>.pbNested:after{
    display:none;
}

.flex_rec_work_info .right{
	font-weight:bold;
}

.flex_rec_work_info .right .department{
	font-size: 1.7em;
    margin-bottom: 7px;
}

.list_work{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.list_work a{
	display: block;
	border: solid 2px #232323;
    border-radius: 9px;
    padding: 20px 55px 20px 20px;
    font-size: 1.125em;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    line-height: 1.3;
}

.list_work a:before{
	content: '';
    position: absolute;
    background-repeat: no-repeat;
    margin: auto;
    transition: all .3s ease-in-out;
	background-image: url(../recruit/arrow_circle_recblue.svg);
    background-size: 25px;
    top: calc(50% - 12px);
    left: inherit;
    right: 23px;
    width: 25px;
    height: 25px;
}

.list_work a:link,
.list_work a:visited {
    color: inherit;
}

.list_work a:hover{
	text-decoration: underline;
}