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

body{
	background-color: #B7F1FF;
}

main article{
	position: relative;
}
main article::before{
	content: '';
	background: url("../images/employee/parts01sp.png") left top / cover no-repeat;
	width: 100%;
	height: auto;
	aspect-ratio: 393 / 283;
	position: absolute;
	top: 0;
	left: 0;
}

main article section{
	margin-top: 0px;
}

/*---------------------------------------------*/
/*（archive）employee*/

section#archive_employee .inner{
	padding: 25px 0 40px;
}
section#archive_employee .archives{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
section#archive_employee .archives > a{
	width: 100%;
	display: flex;
}
section#archive_employee .archives > a dl{
	width: 100%;
	display: flex;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
section#archive_employee .archives > a dl dt{
	width: 50%;
	height: 100%;
	position: relative;
}
section#archive_employee .archives > a dl dt img{
	width: 100%;
	height: 100%;
	aspect-ratio: 180 / 170;
	object-fit: cover;
}
section#archive_employee .archives > a dl dt::before{
	content: '';
	background: url("../images/employee/parts04.png") left top / contain no-repeat;
	width: 32px;
	height: auto;
	aspect-ratio: 32 / 24;
	position: absolute;
	top: 78px;
	right: -5px;
}
section#archive_employee .archives > a dl dd{
	width: 50%;
	padding: 20px 15px;
	background-color: #fff;
	line-height: 25px;
	text-align: justify;
	position: relative;
	display: flex;
	flex-direction: column;
}
section#archive_employee .archives > a dl dd > .title {
	font-size: 16px;
	color: #505050;
	order: 2;
}
section#archive_employee .archives > a dl dd > .type {
	order: 1;
	font-size: 11px;
}
section#archive_employee .archives > a dl dd > .type.app {
	color: #13B292;
}
section#archive_employee .archives > a dl dd > .type.infra {
	color: #97AFC7;
}
section#archive_employee .archives > a dl dd > .label {
	order: 3;
	width: 70px;
	height: 30px;
	margin: 5px 0 auto auto;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 13px;
	color: #fff;
}
section#archive_employee .archives > a dl dd > .label.career{
	background-color: #89D99F;
}
section#archive_employee .archives > a dl dd > .label.new{
	background-color: #FF9800;
	letter-spacing: 0.03em;
}

section#archive_employee .tolink{
	width: 215px;
	height: 50px;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;	
}
section#archive_employee .tolink a {
    width: 100%;
}

/*---------------------------------------------*/
/*（single）employee*/

section#signle_employee .post_inn{
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}
section#signle_employee .post_inn .infomation{
	display: flex;
	flex-direction: column-reverse;
}
section#signle_employee .post_inn .infomation > .txts{
	background: url("../images/employee/bg01.jpg") center / cover no-repeat;
	padding: 15px;
	position: relative;
}
section#signle_employee .post_inn .infomation > .txts h3.hd{
	font-size: 18px;
	color: #505050;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 28px;
}
section#signle_employee .post_inn .infomation > .txts .types{
	margin-top: 15px;
}
section#signle_employee .post_inn .infomation > .txts .types .type a{
	display: flex;
	align-items: center;
	font-size: 12px;
}
section#signle_employee .post_inn .infomation > .txts .types .type a::after{
	font-family: 'Material Icons';
	content: '\e89e';
	font-size: 17px;
	padding-left: 5px;
}
section#signle_employee .post_inn .infomation > .txts .types .unit a{
	display: flex;
	align-items: center;
	font-size: 10px;
	font-weight: 400;
	color: #505050;
}
section#signle_employee .post_inn .infomation > .txts .types .unit a::after{
	font-family: 'Material Icons';
	content: '\e89e';
	font-size: 10px;
	padding-left: 5px;
}

section#signle_employee .post_inn .infomation > .images{
	width: 100%;
	max-height: 170px;
	aspect-ratio: 498 / 355;
	overflow: hidden;	
}
section#signle_employee .post_inn .infomation > .images > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

section#signle_employee .post_inn .infomation > .txts .label{
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 70px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 13px;
	color: #fff;
}
section#signle_employee .post_inn .infomation > .txts .label.career{
	background-color: #89D99F;
	letter-spacing: -0.1em;
}
section#signle_employee .post_inn .infomation > .txts .label.new{
	background-color: #FF9800;
	letter-spacing: 0.03em;
}

/**/

section#signle_employee .post_inn .qanda{
	width: calc( 100% - 30px );
	margin: 0 auto;
	padding: 15px 15px;
	background-color: #fff;
}

section#signle_employee .post_inn .qanda > ol{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	counter-reset: listnum;
	list-style-type: none;
}
section#signle_employee .post_inn .qanda > ol li dl dt{
	color: #4976C6;
}
section#signle_employee .post_inn .qanda > ol li dl dt p{
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 26px;
	position: relative;
}
section#signle_employee .post_inn .qanda > ol li dl dt p::before{
	counter-increment: listnum;
	content: "Q" counter(listnum); /* 半角スペースを入れて""の中にピリオドを追加 */
	padding-right: 15px;
	font-family: "Barlow", sans-serif;
	font-size: 35px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.03em;
	line-height: 40px;
}
section#signle_employee .post_inn .qanda > ol li dl dd{
	margin-top: 10px;
	font-weight: 400;
	color: #505050;
	line-height: 28px;
}

section#signle_employee .tolink{
	max-width: 215px;
	margin: 30px auto 0;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
section#signle_employee .tolink a {
    width: 100%;
	height: 50px;
}
section#signle_employee .tolink a.toarchive {
    font-size: 15px;
	justify-content: center;
	padding-left: 0;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	font-style: normal;
}
section#signle_employee .tolink a.toarchive::before{
    display: none;
}

/*---------------------------------------------*/
/*archive_event*/

section#archive_event .anchor_menu{
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 30px 15px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
section#archive_event .anchor_menu > dl{
}
section#archive_event .anchor_menu > dl dt{
    font-size: 16px;
    font-weight: 500;
    color: #4976C6;
    line-height: 1.35;
    letter-spacing: 0.6px;
}
section#archive_event .anchor_menu > dl dd{
	margin-top: 10px;
}
section#archive_event .anchor_menu > dl dd ul{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
section#archive_event .anchor_menu > dl dd ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	/**/
	width: 100%;
	height: 40px;
    padding: 0 10px;
    align-items: center;
    border: 1px solid #4976C6;
    box-sizing: border-box;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
	font-size: 16px;
    color: #4976C6;
    background: rgba(255, 152, 0, 0.00);	
}
section#archive_event .anchor_menu > dl:first-of-type dd ul li a::after{
  font-family: "Material Symbols Outlined"; 
  content: "arrow_cool_down";
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;/* 可変軸も設定可能 */
  font-size: 24px;/* アイコンサイズ */
  display: inline-block;
  line-height: 1;
}

/**/

section#archive_event .posts{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
section#archive_event .post_inn{
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 30px 15px 45px;
}
section#archive_event .post_inn > .labels{
	display: flex;
	gap: 0 15px;
}
section#archive_event .post_inn > .labels > div{
	min-width: 65px;
	height: 20px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: gray;
	font-family: "M PLUS 2", sans-serif;
	font-size: 12px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#archive_event .post_inn > .labels > div.event{
	background-color: #B7F1FF;
	color: #0099FF;
}
section#archive_event .post_inn > .dates{
	margin-top: 6px;
	font-size: 11px;
	font-weight: 600;
	color: #4976C6;
}
section#archive_event .post_inn > h3.hd{
	margin-top: 11px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 25px;
	color: #505050;
}
section#archive_event .post_inn > .catch{
	margin-top: 11px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #009FE8;
}
section#archive_event .post_inn .contentstxt{
	margin-top: 11px;
}
section#archive_event .post_inn .contentstxt ul{
	font-weight: 400;
	color: #505050;
	letter-spacing: 0.03em;
	line-height: 30px;
	text-align: justify;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
section#archive_event .post_inn .contentstxt ul li{
	font-weight: 400;
	color: #505050;
	letter-spacing: 0.03em;
	line-height: 28px;
	text-align: justify;
	position: relative;
	padding-left: 20px;
}
section#archive_event .post_inn .contentstxt ul li::before {
    content: '●';
    color: #009FE8;
	position: absolute;
	top: 0;
	left: 0;
}

section#archive_event .post_inn .img_block{
	margin-top: 11px;
}

section#archive_event .tolink{
	max-width: 215px;
	margin: 30px auto 0;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
section#archive_event .tolink a {
    width: 100%;
	height: 50px;
}
section#archive_event .tolink a.toarchive {
    font-size: 15px;
	justify-content: center;
	padding-left: 0;
	background-color: #fff;
}

/**/

section#archive_event .his_table {
  width: 100%;
  margin: 15px auto 0;
}
section#archive_event .his_table table {
  width: 100%;
  border-top: 1px solid rgba(41, 166, 221, 0.5);
  border-left: 1px solid rgba(41, 166, 221, 0.5);
  box-sizing: border-box;
}
section#archive_event .his_table table tr td {
  border-bottom: 1px solid rgba(41, 166, 221, 0.5);
  border-right: 1px solid rgba(41, 166, 221, 0.5);
  box-sizing: border-box;
display: block;
	width: 100%;
	font-size: 13px;
}
section#archive_event .his_table table tr td:first-child {
  background: #f0fcff;
  vertical-align: top;
}
section#archive_event .his_table table tr td:last-child {
}
section#archive_event .his_table table tr td div {
  padding: 10px 15px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
section#archive_event .his_table table tr td:first-child div {
  color: #0071b7;
}
section#archive_event .link_tit{
  margin: 15px auto 0;
  text-align: center;
  letter-spacing: 2px;
  color: #009FE8;
  color: rgb(0, 159, 232);
}
section#archive_event .link_tit img {
  width: 35px;
  margin: 10px;
}
section#archive_event .link_btn {
  width: 100%;
  margin: 15px auto 0;
}
section#archive_event .link_btn a {
	display: flex;
	align-items: center;
	width: calc( 100% - 0px );
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	box-shadow: 0px 0px 13px 4px rgba(42, 66, 81, 0.17);
	box-sizing: border-box;
	padding: 15px 30px;
	position: relative;
}
section#archive_event .link_btn a p {
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #aeaeae;
  position: relative;
  transition: all 0.3s ease-in-out;
}
section#archive_event .link_btn a p::before {
  content: '';
  display: inline-block;
  background: #29a6dd;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
section#archive_event .link_btn a p::after {
  content: '';
  display: inline-block;
  background: url(../images/employee/link_ico01.png)no-repeat;
  background-size: contain;
	        background-position: center right;
  width: 21px;
  height: 5px;
	padding-left: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/

