@charset "utf-8";


/* パン屑ナビ */
#bread-nav {
    font-size: 15px;
    margin-top: 70px;
}
.bread-nav__list > li {
    display:inline-block;
	margin-left: 10px;
}
.bread-nav__list > li:before {
    content: '>';
	margin-right: 10px;
}
.bread-nav__list > li:first-child {
    margin-left:0;
}
.bread-nav__list > li:first-child:before {
    display: none;
}
.bread-nav__list > li a {
    color: var(--base-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*=============================

common

=============================*/

.page-title {
	display:flex;
	align-items: center;
	height: 490px;
	color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
}
.page-title:after {
    content: '';
    display: block;
    width: 130%;
    height: 100%;
    background: url("../img/cmn/fv_bg.jpg") no-repeat center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-title-in h2  {
	font-size: 82px;
	line-height:1;
}
.page-title-in p  {
	font-size: 32px;
	font-weight: 600;
}

.page-catch {
	margin-bottom: 70px;
}
.page-catch h3 {
    font-size: 36px;
}
.page-catch h3 + h3 {
    margin-top: 20px;
}
.page-catch h3 span {
    padding: 0px 20px 3px;
    background: var(--sub-color);
}

.page-desc {
    font-size: 20px;
	line-height: 2;
    margin-bottom: 30px;
}

.p-point {
    display: flex;
    color: #666;
    font-weight: 500;
    border: solid 1px;
    align-items: center;
    margin-top: 20px;
}
.p-point span {
    color: #fff;
    background: #666;
    padding: 5px 20px;
    margin-right: 20px;
}

/* page header */
.page-header {
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}
.page-header-text {
    width: 65%;
}
.page-header-text .catch {
    font-size: 100px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px var(--base-color);
    line-height: 1;
}
.page-header-text p {
    font-size: 70px;
    font-weight: 600;
    color: var(--main-color);
    letter-spacing: -0.1em;
    line-height: 1.6;
}
.page-header-text p span {
	display: inline-block;
    font-size: 125%;
    letter-spacing: 0em;
    line-height: 1;
    padding: 5px 5px 20px;
    position: relative;
}
.page-header-text p span:after {
    content: '';
    width: 0;
    height: 20%;
    background: var(--sub-color);
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: -1;
}
.page-header-text.animated p span:after {
    width: 100%;
}

.page-header-img {
    width: 33%;
}

.page-header-block {
	display: block;
}
.page-header-block .page-header-text {
	width: 100%;
}
.page-header-block .page-header-text p {
	font-size: 60px;
}

/* page-box */
.page-box {
	margin-bottom: 100px;
}
.page-box .page-catch {
    margin-bottom: 30px;
}

/* page-in */
.page-in {
	display: flex;
	justify-content: space-between;
}
.page-in__title {
	width: 25%;
}
.page-in__title h3 {
	font-size: 18px;
	line-height:1;
    color: var(--main-color);
}
.page-in__title h4 {
    font-size: 30px;
    font-weight: 500;
}
.page-in__contents {
	width: 70%;
}

/* list*/
.page-point__list >li:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
}
.page-point__list h4 {
    font-size: 28px;
	margin-bottom: 20px;
}
.page-point__list h4.has-line {
    padding-left: 15px;
    border-left: 8px solid var(--sub-color);
}
.page-point__list h4.has-arrow:before {
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid var(--sub-color);
    border-right: 0;
	margin-right: 5px;
}
.page-point__list p {
    font-size: 20px;
	line-height: 2;
    margin-top: 10px;
}

.page-block__list >li {
	margin-bottom: 20px;
}
.page-block__list h5 {
	color: var(--main-color);
    font-size: 24px;
}
.page-block__list p {
    font-size: 16px;
}
p + .page-block__list {
    margin-top: 20px;
}



/* img and text */
.page-contents-wrap {
    display: flex;
    justify-content: space-between;
}
.page-contents {
	width: 55%;
}
.page-img {
	width: 40%;
}
.page-img__list >li {
	margin-bottom: 50px;
}
.page-img__list >li img {
	width: 100%;
}

/* btn */
.page-more {
    margin-top: 70px;
    text-align: center;
}
.page-more a {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: var(--main-color);
    border: solid 2px;
    border-radius: 100px;
    padding: 10px 30px;
}

/* table */
.page-table {
    font-size: 16px;
    width: 100%;
    line-height: 1.6;
    border-collapse: collapse;
}
.page-table th {
    color: var(--main-color);
    text-align: left;
    padding: 10px;
    width: 170px;
    vertical-align: top;
    border-bottom: solid 1px;
}
.page-table td {
    padding: 10px;
    border-bottom: solid 1px #ccc;
}



@media (max-width: 815px) {

	#bread-nav {
		font-size: 12px;
		margin-top: 20px;
	}

	.page-title {
		height: 200px;
		margin-bottom: 0;
	}
	.page-title-in {
		margin-top: -30px;
	}
	.page-title-in h2 {
		font-size: 30px;
	}
    .page-title-in p {
        font-size: 13px;
        margin-top: 5px;
    }

	.page-header {
        margin-bottom: 50px;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
	.page-header-text {
		white-space: nowrap;
	}
	.page-header-text p {
		font-size: 24px;
	}
	.page-header-block .page-header-text {
		white-space: normal;
	}
	.page-header-block .page-header-text p {
		font-size: 20px;
	}
	.page-header-text p span {
		padding: 5px 5px 10px;
	}

	.page-contents-wrap {
		display: block;
	}
	.page-contents {
		width: 100%;
	}
	.page-img {
		width: 100%;
		margin-top: 50px;
	}
	.page-img__list {
		display: flex;
	}
	.page-img__list >li {
		width: 48%;
		margin: 0 0 4% 4%;
	}
	.page-img__list >li:nth-child(2n+1) {
		margin-left: 0;
	}
	.page-img__list.sp-full >li {
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}

	.page-box {
		margin-bottom: 50px;
	}

	.page-in {
		display: block;
	}
	.page-in__title {
		width: 100%;
		margin-bottom: 30px;
	}
	.page-in__title h3 {
		font-size: 14px;
	}
	.page-in__title h4 {
		font-size: 24px;
	}
	.page-in__contents {
		width: 100%;
	}

	.page-catch {
		margin-bottom: 30px;
	}
	.page-catch h3 {
		font-size: 20px;
	}
	.page-catch h3 span {
		padding: 0px 10px 3px;
	}

	.page-desc {
		font-size: 14px;
	}

	.page-point__list >li:not(:last-child) {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.page-point__list h4 {
		font-size: 20px;
	}
	.page-point__list p {
		font-size: 16px;
	}
	
	.page-point__list .p-point {
		font-size: 14px;
	    align-items: normal;
	}
	.p-point span {
		display: flex;
		align-items: center;
	}

	.page-block__list h5 {
		font-size: 18px;
	}

	.page-more a {
		font-size: 16px;
	}
	.page-more a i.arrow-anime {
		vertical-align: -3px;
	}

	.page-table {
		font-size: 14px;
	}
	.page-table th {
		width: 130px;
	}

}



/* ----------------
compnay
----------------- */


.company-address {
    margin-top: 10px;
}
.company-tel__list {
    margin-top: 10px;
}
.company-tel__list > li {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
}
.company-tel__list > li span {
    display: inline-block;
    background: var(--sub-color);
    padding: 0px 5px 2px;
    margin-right: 10px;
    vertical-align: middle;
}




.company-holders__list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background: #f4f6fb;
    border-radius: 5px;
    margin-top: -20px;
}
.company-holders__list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 48%;
    background: #fff;
    margin: 20px 0 0 4%;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ccc;
}
.company-holders__list > li:nth-child(2n+1) {
    margin-left: 0;
}
.company-holders__list > li h4 {
    font-size: 18px;
	font-weight: 500;
    padding: 15px 10px;
    width: calc(100% - 100px);
}
.company-holders__list > li p {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100%;
    text-align: center;
    background: var(--main-color);
}

@media (max-width: 815px) {

	.company-holders__list {
		display: block;
		padding: 10px;
		margin-top: 0;
	}
	.company-holders__list > li {
		display: table;
		width: 100%;
		margin: 0 0 10px;
	}
	.company-holders__list > li h4 {
		font-size: 14px;
		width: auto;
		display: table-cell;
	}
	.company-holders__list > li p {
		font-size: 16px;
		display: table-cell;
		width: 60px;
	}

}


/* ----------------
business
----------------- */
.business-intro {
    font-size: 32px;
    font-weight: 600;
}
.business-intro span {
    color: var(--main-color);
    display: inline-block;
    font-size: 125%;
    line-height: 1;
    padding: 5px 5px 10px;
    position: relative;
}
.business-intro span:after {
    content: '';
    width: 0;
    height: 20%;
    background: var(--sub-color);
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: -1;
}
.business-intro.animated span:after {
    width: 100%;
}

.business-box {
    margin-top: 50px;
	position: relative;
}
.business-box.has-bg {
	padding: 50px 0;
}
.business-box.has-bg:after {
	content: '';
	width: 200vw;
	height: 100%;
	background: #f8f8f8;
	position: absolute;
	left: -50vw;
	top: 0;
	z-index: -1;
}
.business-subtitle {
    font-size: 20px;
    display: inline-block;
    background: var(--sub-color);
    padding: 2px 20px;
    margin-bottom: 10px;
    border-radius: 1000px;
}
.business-title {
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: solid 1px;
}
.business-catch {
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 10px;
}
.business-point {
    margin-top: 30px;
    display: inline-block;
}
.business-point-icon {
    color: #fff;
    display: inline-block;
    background: var(--main-color);
    padding: 10px;
    line-height: 1;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
.business-point-in {
    border: solid 1px #ccc;
    border-radius: 0 10px 10px 10px;
    padding: 20px;
	background: #fff;
}
.business-point-in .page-block__list >li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: dotted 2px #ccc;
}

.business-img {
    margin-top: 50px;
}
.business-img__list {
    display: flex;
    justify-content: space-between;
}
.business-img__list >li {
	width: 33%;
}


@media (max-width: 815px) {



}


/*---------------------------------
message
----------------------------------*/
.message-header .message-name {
	font-size: 21px;
    margin-top: 30px;
}
.message-header .message-name span {
	font-size: 120%;
	font-weight: 500;
	margin-left: 20px;
}


@media (max-width: 815px) {

	.message-header .message-name {
		font-size: 14px;
		margin-top: 20px;
	}

}

/*---------------------------------
policy
----------------------------------*/
.policy-last p {
    font-size: 36px;
    font-weight: 500;
    color: var(--main-color);
}

@media (max-width: 815px) {

	.policy-last p {
		font-size: 20px;
		text-align: center;
	}

}

/*---------------------------------
interview
----------------------------------*/
.interview__list {
	display: flex;
	flex-wrap: wrap;
}
.interview__list >li {
	width: 30%;
	margin: 0 0 100px 5%;
}
.interview__list >li:nth-child(3n+1) {
	margin-left: 0;
}
.interview__list a {
	color: var(--base-color);
}
.interview-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.interview-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 5px solid transparent;
    background: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}
.interview-comment {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: -20px;
    left: -20px;
	z-index: 1;
}
.interview-comment span {
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	padding: 5px;
	background: #fff;
}
.interview-comment span:nth-of-type(2) {
    margin-top: 2rem;
	margin-right :10px;
}
.interview-department {
    text-align: center;
    margin-top: 20px;
}
.interview-department span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: var(--main-color);
    line-height: 1;
    padding: 5px 20px;
    border-radius: 1000px;
}
.interview-name {
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
}
.interview-name span {
	font-size: 180%;
	font-weight: 500;
	margin-left: 15px;
}


/* single */
.interview-single-header {
    display: flex;
    justify-content: space-between;
	margin-bottom: 100px;
}
.interview-single-header .i-img {
    width: 36%;
    height: 0;
    padding-top: 36%;
    position: relative;
    overflow: hidden;
    border-radius: 10000px;
}
.interview-single-header .i-img img {
    position: absolute;
    top: 0;
}
.interview-single-header .i-info {
    width: 60%;
}
.i-info-department {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    background: var(--sub-color);
    padding: 3px 15px;
    border-radius: 1000px;
}
.i-info-name {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}
.i-info-year {
    font-size: 20px;
    margin-top: 20px;
}

.interview-single-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    background: var(--sub-color);
    padding: 10px;
}

.interview-single-schedule {
    margin-top: 100px;
}

.interview-single-schedule-in {
	display: flex;
	justify-content: space-between;
}
.schedule__list {
	width: 48%;
	position: relative;
	padding-left: 20px;
}
.schedule__list:before {
    content: '';
    width: 1px;
    height: calc(100% - 30px);
    background: var(--sub-color);
    position: absolute;
    left: 0;
    top: 15px;
}
.schedule__list:nth-child(2):before {
    height: calc(100% - 15px);
    top: 0;
}
.schedule__list >li {
	margin-bottom: 40px;
	position: relative;
}
.schedule__list >li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--sub-color);
    border-radius: 100px;
    position: absolute;
    left: -27px;
    top: 8px;
}
.schedule__list .schedule-time {
    display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 10px;
	color: var(--main-color);
	background: var(--sub-color);
	border-radius: 1000px;
}
.schedule__list .schedule-detail {
    display: block;
	font-size: 20px;
	margin-top: 10px;
	line-height: 1.6;
}

.interview-single-slide {
	margin-top: 50px;
}
.interview-single-slide .slick-list {
	overflow: visible;
}
.interview-single-slide .slick-slide {
	width: 300px;
	margin: 0 10px;
}

@media (max-width: 815px) {

	.interview__list >li {
		width: 48%;
		margin: 0 0 50px 4%;
	}
	.interview__list >li:nth-child(3n+1) {
		margin: 0 0 50px 4%;
	}
	.interview__list >li:nth-child(2n+1) {
		margin-left: 0;
	}
	.interview-comment {
		top: -20px;
		left: -10px;
	}
	.interview-comment span {
		font-size: 16px;
		margin: 0 -5px;
	}
	.interview-name {
		font-size: 14px;
	}
	.interview-name span {
		font-size: 140%;
		display: block;
		margin: 0;
	}

/* singe */
	.interview-single-header {
		margin-bottom: 50px;
	}
	.i-info-department {
		font-size: 11px;
	}
	.i-info-name {
		font-size: 20px;
		margin-top: 10px;
	}
	.i-info-year {
		font-size: 13px;
	}

	.interview-single-title {
		font-size: 17px;
		margin-bottom: 30px;
	}

	.interview-single-schedule {
		margin-top: 50px;
	}
	.schedule__list >li {
		margin-bottom: 20px;
	}
	.schedule__list .schedule-time {
		font-size: 16px;
	}
	.schedule__list .schedule-detail {
		font-size: 12px;
	}

}

@media (max-width: 815px) {



}



/*---------------------------------
company-data
----------------------------------*/
:root {
  --c-sky:      #2e7df5;
  --c-navy:     #0d1e5a;
  --c-yellow:   #ffd600;
  --font-en:    "Montserrat", sans-serif;
}
body.page-company-data {
	background: #e8eeff;
}
/* セクション：白いボックス＋背景カラーブロック */
#company-data .inf-section {
    position: relative;
    padding: 120px 0;
}
/* セクション背景のカラーブロック（左側） */
#company-data .inf-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    width: calc(100% + 9999px + 200px);
    height: calc(100% + 180px);
    z-index: -1;
}
/* #company-data .inf-box--company::before  { background: #e8eeff; } */
#company-data .inf-box--worker::before   { background: #fff8e0; }
#company-data .inf-box--env::before      { background: #e8fff0; }
#company-data .inf-box--qual::before     { background: #fff0f8; }

/* セクションBOX本体（白） */
#company-data .inf-box {
    background: #fff;
    position: relative;
    padding: 80px 60px 60px;
    border-radius: 50px;
    overflow: visible;
}

#company-data .inf-section .fig {
	width: 300px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: -200px;
	z-index: -1;
}
#company-data .inf-box--company .fig {
    right: 0;
}
#company-data .inf-box--worker .fig {
    left: 0;
}
#company-data .inf-box--env .fig {
    right: 0;
}
#company-data .inf-box--qual .fig {
    left: 0;
}




/* タイトルバー（折兼スタイル：センター absolute） */
#company-data .inf-box_header {
    position: absolute;
    top: -30px;
    left: 50%;
    font-size: 26px;
    color: #fff;
    padding: 10px 60px 14px;
    white-space: nowrap;
    border-radius: 10000px;
    transform: translateX(-50%);
}
#company-data .inf-box_header--company { background: var(--main-color); }
#company-data .inf-box_header--worker  { background: #e8a000; }
#company-data .inf-box_header--env     { background: #00963c; }
#company-data .inf-box_header--qual    { background: #c4006a; }

#company-data .inf-box_header span {
    font-family: var(--font-en);
    font-size: 80%;
    font-weight: 600;
    opacity: 0.4;
    margin-left: 20px;
}

/* カテゴリラベル（右上） */
#company-data .inf-box_category {
  position: absolute;
  top: 16px;
  right: 60px;
  font-family: var(--font-en);
  font-size: 50px;
  font-weight: 600;
  opacity: 0.4;
}

/* イントロ行（リード文＋イラスト） */
#company-data .inf-intro {
    text-align: center;
    margin-bottom: 40px;
}
#company-data .inf-intro_text {
    font-size: 24px;
}

/* データグリッド */
#company-data .inf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 2px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    border-radius: 20px;
    overflow: hidden;
}
#company-data .inf-grid__item {
  padding: 36px 40px;
  border-right: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
}
#company-data .inf-grid__item--full {
	grid-column: 1 / -1;
}

#company-data .inf-item-title {
  font-size: 24px;

  margin-bottom: 16px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
}
#company-data .inf-item-title::before {
  content: '';
  display: block;
  width: 6px; height: 22px;
  border-radius: 3px;
  flex-shrink: 0;
}
#company-data .inf-box--company .inf-item-title::before { background: var(--main-color); }
#company-data .inf-box--worker  .inf-item-title::before { background: #e8a000; }
#company-data .inf-box--env     .inf-item-title::before { background: #00963c; }
#company-data .inf-box--qual    .inf-item-title::before { background: #c4006a; }

/* 数字 */
#company-data .inf-num-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
  flex-wrap: wrap;
}
#company-data .inf-num {
    font-family: var(--font-en);
    font-weight: 600;
    line-height: 1;
}
#company-data .inf-num--xl { font-size: 130px; }
#company-data .inf-num--l  { font-size: 96px; }
#company-data .inf-num--m  { font-size: 72px; }


#company-data .inf-unit {
  font-size: 24px;
  color: #111;
  line-height: 1.3;
  align-self: flex-end;
  padding-bottom: 8px;
}
#company-data .inf-note {
    font-size: 18px;
    color: #666;
    margin-top: 8px;
}

#company-data .inf-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
#company-data .inf-sub li {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 14px;
  color: #555;
}
#company-data .inf-sub .sn {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 600;
}

/* カラー */
#company-data .c-main  { color: var(--main-color); }
#company-data .c-sky   { color: var(--c-sky); }
#company-data .c-navy  { color: var(--c-navy); }
#company-data .c-amb   { color: #e8a000; }
#company-data .c-green { color: #00963c; }
#company-data .c-pink  { color: #c4006a; }

/* ===== バーグラフ ===== */
#company-data .inf-bar {
  display: flex;
  height: 52px;
  border-radius: 4px;
  overflow: hidden;
  margin: 16px 0 14px;
}
#company-data .inf-bar__seg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 600;
}
#company-data .inf-bar__seg--main { background: var(--main-color); color: #fff; }
#company-data .inf-bar__seg--sub  { background: var(--sub-color);  color: #000; }

#company-data .inf-bar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
#company-data .inf-bar-legend li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
}
#company-data .dot {
  width: 12px; height: 12px; border-radius: 2px; flex-shrink: 0;
}
#company-data .dot--main { background: var(--main-color); }
#company-data .dot--sub  { background: var(--sub-color); border: 1px solid #bbb; }

/* ===== 年代別棒グラフ ===== */
#company-data .age-bars {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 180px;
  padding-bottom: 36px;
  border-bottom: 2px solid #ddd;
  margin-top: 30px;
}
#company-data .age-bar-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
#company-data .age-bar {
  width: 100%;
  background: #c8d8f5;
  border-radius: 4px 4px 0 0;
  position: relative;
  min-height: 4px;
}
#company-data .age-bar.hl { background: var(--main-color); }
#company-data .age-pct {
  position: absolute;
  top: -22px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-en);
  font-size: 11px; font-weight: 600;
  color: #aaa; white-space: nowrap;
}
#company-data .age-bar.hl .age-pct { color: var(--main-color); }
#company-data .age-xlabel {
  margin-top: 8px;
  font-size: 13px; color: #777;
  text-align: center; line-height: 1.3;
  white-space: nowrap;
}
#company-data .age-footnote { font-size: 12px; color: #aaa; margin-top: 10px; }

/* ===== ドーナツグラフ（男女比） ===== */
#company-data .donut-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}
#company-data .donut-wrap svg { flex-shrink: 0; }
#company-data .donut-legend li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#company-data .donut-legend .dn {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 600;
}

/* ===== 人型アイコン（社員数） ===== */
#company-data .person-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
  max-width: 300px;
}
#company-data .person-icon {
  width: 18px; height: 24px;
  fill: var(--main-color);
  opacity: 0.8;
}

/* ===== バブル（資格） ===== */
#company-data .inf-bubbles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 10px;
}
#company-data .bubble {
  aspect-ratio: 1;
  border: 3px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  transition: transform 0.2s, background 0.2s;
  padding: 10px;
}
#company-data .bubble:hover { transform: scale(1.05); background: #f0f4ff; }
#company-data .bname { font-size: 15px; font-weight: 700; color: #333; line-height: 1.4; margin-bottom: 4px; }
#company-data .bnum  { font-family: var(--font-en); font-size: 50px; font-weight: 600; color: var(--main-color); line-height: 1; }
#company-data .bunit { display: inline-block;font-size: 20px; font-weight: 700; color: var(--main-color); margin-top: 2px; }

/* ===== アニメーション ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
/*
#company-data .anim { opacity: 0; }
#company-data .anim.on { animation: fadeUp 0.5s ease forwards; }
*/

.company-data-evidence {
    font-size: 18px;
    color: #666;
    text-align: right;
    margin-top: 16px;
}

/* ===== レスポンシブ ===== */
@media (max-width: 815px) {
  #company-data .conBox { padding: 40px 0 60px; }
  #company-data .page-title { height: 200px; margin-bottom: 0; }
  #company-data .page-title-in h2 { font-size: 30px; }
  #company-data .page-title-in p  { font-size: 13px; margin-top: 5px; }
  #company-data .inf-box { padding: 90px 20px 40px; }
  #company-data .inf-box_category { right: 20px; }
  #company-data .inf-intro_illust { width: 110px; margin-top: -60px; }
  #company-data .inf-grid { grid-template-columns: 1fr; }
  #company-data .inf-grid__item--full { grid-column: 1; }
  #company-data .inf-num--xl { font-size: 80px; }
  #company-data .inf-num--l  { font-size: 64px; }
  #company-data .inf-num--m  { font-size: 48px; }
  #company-data .inf-unit    { font-size: 18px; }
  #company-data .inf-bubbles { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  #company-data .bnum { font-size: 32px; }
  #company-data .age-bars { gap: 5px; }
  #company-data .age-pct { font-size: 9px; top: -18px; }
  #company-data .age-xlabel { font-size: 10px; }
  #company-data .donut-wrap { flex-direction: column; }
	
	#company-data .inf-box_header {
		top: 0px;
		font-size: 20px;
		width: 100%;
		text-align: center;
		padding: 10px 0 14px;
	}
	#company-data .inf-intro {
		margin-bottom: 20px;
	}
	#company-data .inf-intro_text {
		font-size: 16px;
	}
	#company-data .inf-grid__item {
		padding: 20px;
	}
	#company-data .inf-item-title {
		font-size: 18px;
	}
	#company-data .inf-bar__seg {
		font-size: 14px;
	}
	.company-data-evidence {
		font-size: 16px;
		text-align: center;
		margin-top: 0;
	}

	
	#company-data .inf-section {
		padding: 85px 0;
	}
	#company-data .inf-section .fig {
		width: 120px;
		height: 100px;
		top: -80px;
	}

}



/*---------------------------------
faq
----------------------------------*/
.requirements-faq-wrap .page-box {
    padding: 50px 0;
    position: relative;
}
.requirements-faq-wrap .page-box:after {
    content: '';
    width: 200vw;
    height: 100%;
    background: #f5f4e9;
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: -1;
}

.faq__list >li {
    margin-bottom: 70px;
}
.faq-q {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--main-color);
	background: #fff;
    border: solid 1px;
    border-radius: 1000px;
    padding: 10px 30px;
}
.faq-a {
    display: flex;
    font-size: 20px;
    margin-top: 30px;
    padding-left: 30px;
    line-height: 2;
}
.faq-icon {
    font-weight: 600;
    color: var(--main-color);
    margin-right: 10px;
}

@media (max-width: 815px) {

	.faq__list >li {
		margin-bottom: 40px;
	}
	.faq-q {
		align-items: start;
		font-size: 18px;
	}
	.faq-a {
		font-size: 16px;
	}
	.faq-a .faq-icon {
		font-size: 18px;
		margin-top: -6px;
	}

}

/*---------------------------------
requirements
----------------------------------*/
.requirements__list {
    display: flex;
    flex-wrap: wrap;
}
.requirements__list >li {
    width: 32%;
    margin: 0 0 50px 2%;
}
.requirements__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.requirements__list >li a {
	color: var(--base-color);
    display: block;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #eee;
    box-shadow: 1px 0 10px 3px #eee;
}
.requirements-info {
    padding: 20px;
}
.requirements-info-title .-type {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    background: var(--main-color);
    padding: 5px 10px;
	margin-right: 10px;
    line-height: 1;
}
.requirements-info-title .-title {
    font-size: 16px;
    font-weight: 500;
}
.requirements-info-detail {
	margin-top: 10px;
}


/* single */
.requirements-single-tile {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

#requirements-single .page-table th {
    padding: 20px 0;
    font-weight: 500;
}
#requirements-single .page-table td {
    padding: 20px;
}

.requirements-entry {
    margin: 50px auto;
    padding: 50px 0;
    position: relative;
}
.requirements-entry:after {
    content: '';
    width: 200vw;
    height: 100%;
    background: #f5f4e9;
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: -1;
}
.entry-table {
    font-size: 15px;
    width: 100%;
    max-width: 560px;
    border-collapse: collapse;
    margin: 40px auto 60px;
    text-align: left;
}
.entry-table th {
    font-weight: 500;
    padding: 10px 0;
    width: 160px;
}
.entry-table td {
    padding: 10px 0;
}

.hidden-form {
	display: none;
}
.requreid {
	color: #dd0000;
}

@media (max-width: 815px) {

	.requirements__list >li {
		width: 48%;
		margin: 0 0 50px 4%;
	}
	.requirements__list >li:nth-child(3n+1) {
		margin: 0 0 50px 4%;
	}
	.requirements__list >li:nth-child(2n+1) {
		margin-left: 0;
	}

/***/
	.requirements-single-tile {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.entry-table th {
		display: block;
		width: 100%;
	}
	.entry-table td {
		padding: 0 0 20px;
		display: block;
		width: 100%;
	}


}

/*---------------------------------
contact
----------------------------------*/
.contact-form table {
    width: 100%;
    border-collapse: collapse;
}

.contact-form table th {
    width: 200px;
    font-size: 18px;
	font-weight: 500;
    text-align: left;
    padding: 10px 0;
}
.contact-form table td {
    padding: 10px 0;
}

.cmn-input,
.cmn-input-s,
.cmn-input-m,
.cmn-select,
.cmn-select-s,
.cmn-select-s1,
.cmn-select-s2,
.cmn-select-m,
.cmn-textarea {
    width: 100%;
	font-size: 16px;
    border: solid 1px #ccc;
    background: #fff;
}

.cmn-input {
    height: 60px;
    text-indent: 10px;
}
.cmn-input-s {
    width: 40%;
    height: 60px;
    text-indent: 10px;
}
.cmn-input-m {
    width: 60%;
    height: 60px;
    text-indent: 10px;
}
.cmn-select {
    height: 60px;
}
.cmn-select-s {
	width: 40%;
    height: 50px;
}
.cmn-select-m {
	width: 50%;
    height: 50px;
}
.cmn-select-s1 {
	width: 4em;
    height: 50px;
}
.cmn-select-s2 {
	width: 6em;
    height: 50px;
}
.cmn-textarea {
    height: 200px;
    padding: 10px;
}
.form-box ::placeholder{
  color:#ccc
}
.form-box.-type-date {
    display: flex;
    align-items: center;
}
.form-box.-type-date .type-date-title {
    font-weight: 500;
	margin-right: 10px;
}

#btn-send {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    max-width: 350px;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    margin: 40px auto 0;
    color: #fff;
    background: var(--main-color);
    border: solid 2px var(--main-color);
    border-radius: 10000px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#btn-send:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-left: 10px;
}
#btn-send:hover {
    color: var(--main-color);
    background: #fff;
}


@media (max-width: 1024px) {

    .contact-form table {
        font-size: 13px;
        border-top: none;
        margin-bottom: 30px;
    }
    .contact-form table th {
		font-size: 14px;
        display: block;
        width: 100%;
        border-bottom: none;
        background: no-repeat;
        padding: 0;
    }
    .contact-form table td {
        display: block;
        padding: 20px 0 30px;
        width: 100%;
        border-bottom: none;
    }

    #btn-send {
        font-size: 14px;
        padding: 20px 0;
    }

	.check-policy {
		margin-top: 30px;
		text-align: left;
	}

}


/***/
.requirements-sub-head {
	position:relative;
	z-index:10;
}
.requirements-sub-head small{
	color:#0039b3;
	font-weight:800;
	letter-spacing:.2em;
}
.requirements-sub-head h3 {
	font-size: 50px;
	font-weight:600;
	line-height:1;
	margin:14px 0;
}
.requirements-sub-head p {
	font-size:20px;
	line-height:1.7;
}

.page-more-fixed {
    width: 100%;
    padding: 20px;
	margin: 0 auto;
    background: rgba(2, 54, 170, 0.9);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
.page-more-fixed  a {
    background: #fff;
}

@media(max-width:815px){
	.requirements-sub-head h3 {
		font-size:32px;
	}
	.requirements-sub-head p{
		font-size: 14px;
	}
}



/**/
.flow-step-wrap {
	display:flex;
	align-items:center;
	gap:0;
    margin-top: 80px;
}
.flow-step-wrap .step {
    position: relative;
    width: 360px;
    height: 360px;
    background: #0039b3;
    color: #fff;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
    padding: 110px 20px 40px 50px;
    margin-right: -28px;
}
.flow-step-wrap .step:nth-child(even){
	background:#d9ff00;
	color:#111;
}
.flow-step-wrap .step .num{
	font-size:84px;
	font-weight:900;
	opacity:.18;
	position:absolute;
	top: 0;
	right:30px
}
.flow-step-wrap .step .icon svg{
	width:54px;
	height:54px;
	stroke:currentColor;
	fill:none;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.flow-step-wrap .step h4{
	font-size: 20px;
	font-weight:900;
	margin:28px 0 16px;
}
.flow-step-wrap .step p{
	font-size:15px;
	line-height:1.8;
	max-width:250px;
}
.flow-step-wrap .step .point{
	margin-top:18px;
	font-weight:700;
	font-size:14px;
	letter-spacing:.04em;
}


@media(max-width:815px){

	.flow-step-wrap{
		display:flex;
		flex-direction:column;
		min-width:100%;
		gap: 5px;
	}
	.flow-step-wrap .step{
        width: 100%;
        height: auto;
        min-height: 180px;
        margin-right: 0;
        clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 4% 50%);
        padding: 32px 28px;
    }
	.flow-step-wrap .step .num{
		font-size:56px;
		top:14px;
		right:18px;
	}
	.flow-step-wrap .step h4{
		font-size:24px;
		margin:20px 0 12px;
	}
	.flow-step-wrap .step p {
		max-width:none;
		font-size:14px;
		line-height:1.7;
	}
	.flow-step-wrap .step.icon svg{
		width:42px;
		height:42px;
	}
	.flow-step-wrap .step.point {
		margin-top:12px;
		font-size:13px;
	}
}



/**/
.carrer-step-wrap{
    display: flex;
    align-items: flex-end;
    gap: 0;
    overflow-x: auto;
    padding: 30px 0 50px;
    margin-top: 20px;
    width: 100%;
}
.carrer-step-wrap .step{
    width: 20%;
    min-height: 260px;
    padding: 100px 20px 20px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    transition: .35s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.carrer-step-wrap .step:hover{
	transform:translateY(-20px);
	transition-delay: 0s !important;
}
.carrer-step-wrap .step:nth-child(1){
	height: 380px;
	background:#0039b3;
	color:#fff;
}
.carrer-step-wrap .step:nth-child(2){
	height: 450px;
	background:#1b56d6;
	color:#fff;
}
.carrer-step-wrap .step:nth-child(3){
	height: 530px;
	background:#4f86ff;
	color:#fff;
}
.carrer-step-wrap .step:nth-child(4){
	height: 615px;
	background:#b8ef00;
	color:#111;
}
.carrer-step-wrap .step:nth-child(5){
	height: 710px;
	background:#d9ff00;
	color:#111;
}
.carrer-step-wrap .num{
	font-size:90px;
	font-weight:900;
	opacity:.12;
	position:absolute;
	top:10px;
	right:18px;
}
.carrer-step-wrap .role{
	font-size:14px;
	font-weight:800;
	letter-spacing:.18em;
}
.carrer-step-wrap h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
}
.carrer-step-wrap .jp{
	font-size:20px;
	font-weight:700;
	margin-bottom:12px;
}
.carrer-step-wrap .meta{
	font-size:14px;
	font-weight: 500;
	opacity:.8;
}
.carrer-step-wrap .copy{
	line-height:1.8;
	margin-top:20px;
}
.carrer-step-wrap .mile{
	margin-top:24px;
	font-size:14px;
	font-weight: 500;
}

@media(max-width:815px){

	.carrer-step-wrap{
		flex-direction:column;
		overflow:visible;
	}
	.carrer-step-wrap .step {
		width:100%;
		height:auto!important;
		min-height:240px;
	    padding: 40px 20px 20px;
		margin:0;
		clip-path: none;
	}
}



