.u-desktop {
	display: inline-block;
}

.u-mobile {
	display: none;
}

body {
	color: #23221e;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

button {
	padding: 0;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

/* layout-archive */

.layout-archive {
	margin-top: 6.25rem;
	padding-bottom: 3.125rem;
}

/* layout-detail */

.layout-detail {
	margin-top: 6.25rem;
	padding-bottom: 3.125rem;
}

/* layout-employee */

.layout-employee {
	margin-top: 6.25rem;
	padding-bottom: 3.125rem;
}

/* archive-card */

.archive-card {
	transition: opacity 0.3s ease;
	width: calc((100% - 60px) / 4);
}

.archive-card__image {
	width: 100%;
}

.archive-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.archive-card__name {
	font-size: 1.125rem;
	margin-top: 0.75rem;
	text-align: center;
}

/* archive-cards */

.archive-cards {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

/* archive */

.archive__inner {
	display: flex;
	justify-content: center;
}

.archive__sidebar {
	max-width: 25rem;
	width: 25%;
}

.archive__content {
	width: 75%;
}

/* card */

.card {
	transition: opacity 0.3s ease;
}

.card__image {
	width: 100%;
}

.card__image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.card__name {
	font-size: 1.125rem;
	margin-top: 0.75rem;
	text-align: center;
}

/* chart */

.chart__wrapper {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	margin: 2rem 0;
}

.chart__item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	padding: 1.5rem;
	position: relative;
	width: 100%;
}

.chart__item h3 {
	background-color: #f9f9f9;
	color: #333;
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1rem;
	padding: 0.3125rem;
	text-align: center;
}

.chart__item p {
	background-color: #f9f9f9;
	color: #666;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0.3125rem;
	text-align: center;
}

.chart__container {
	height: 400px;
	position: relative;
	width: 100%;
}

.chart__item canvas {
	height: 100% !important;
	max-height: 400px !important;
	width: 100% !important;
}

/* 棒グラフのサイズ制御（親要素で管理） */

.total-score-chart {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	margin: 2rem auto;
	max-width: 700px;
	padding: 0.625rem;
	width: 100%;
}

.total-score-chart__container {
	height: 120px;
	margin: 0 auto;
	max-width: 700px;
	position: relative;
	width: 100%;
}

.info__item--no-border.info__item--no-border-sp {
	border-bottom: none;
}

/* content-area */

.content-area__inner.inner {
	max-width: 950px;
}

.content-area__title {
	background-color: #edebe8;
	font-size: 1.5rem;
	padding: 0.3125rem 0;
	text-align: center;
}

.content-area__body {
	margin-top: 3.125rem;
}

.content-area__cards.cards {
	flex-wrap: wrap;
	gap: 1.875rem 1.25rem;
}

/* detail-content */

.detail-content__container {
	grid-gap: 1.875rem 1.25rem;
	display: grid;
	gap: 1.875rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.detail-content__box {
	background-color: #edebe8;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
	padding: 1.25rem;
}

.detail-content__section-box {
	background-color: #edebe8;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
	margin-top: 1.875rem;
	padding: 1.25rem;
}

.detail-content__title {
	background-color: #f9f9f9;
	font-size: 1.25rem;
	padding: 0.3125rem;
	text-align: center;
}

.detail-content__info {
	grid-gap: 0.625rem 1.25rem;
	display: grid;
	gap: 0.625rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.9375rem;
}

.detail-content__info--no-grid {
	display: block;
}

/* detail-sidebar */

.detail-sidebar__wrapper {
	padding: 0 1.25rem;
	position: sticky;
	top: 6.25rem;
}

.detail-sidebar__body {
	background-color: #edebe8;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 0.9375rem 0;
	padding: 1.875rem;
}

.detail-sidebar__image {
	width: 100%;
}

.detail-sidebar__image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 5px;
	height: auto;
	object-fit: cover;
}

.detail-sidebar__subtitle {
	font-size: 0.625rem;
}

.detail-sidebar__title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.detail-sidebar__info {
	display: flex;
	flex-direction: column;
	gap: 0.625rem 0rem;
}

/* detail */

.detail__inner {
	display: flex;
	justify-content: center;
}

.detail__sidebar {
	max-width: 25rem;
	width: 25%;
}

.detail__content {
	width: 75%;
}

/* drawer */

.drawer {
	background: #01c4cc;
	height: 100vh;
	height: 100svh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.drawer.js-show {
	opacity: 1;
	visibility: visible;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 40px;
	padding-top: 88px;
	width: 100%;
}

.drawer__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem 0;
}

.drawer__list li {
	width: 100%;
}

.drawer__list li a {
	color: #fff;
	display: block;
	text-align: center;
}

/* employee */

.employee__inner.inner {
	max-width: 1300px;
	position: relative;
}

.employee__shop-box {
	background-color: #edebe8;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.15);
	padding: 3.125rem 3.125rem 5rem;
}

.employee__shop-box + .employee__shop-box {
	margin-top: 3.125rem;
}

/* hamburger */

.hamburger {
	display: none;
}

.hamburger--bar {
	background: #fff;
	height: 0.125rem;
	transition: all 0.3s ease;
	width: 100%;
}

.hamburger.js-show .hamburger--bar:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 0.5625rem;
}

.hamburger.js-show .hamburger--bar:nth-of-type(2) {
	display: none;
}

.hamburger.js-show .hamburger--bar:nth-of-type(3) {
	rotate: -45deg;
	translate: 0 -0.5625rem;
}

/* header */

.header {
	background: #01c4cc;
	height: 3.125rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	height: inherit;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.header__nav {
	height: inherit;
}

.header__list {
	align-items: center;
	display: flex;
	gap: 0 1.25rem;
	height: inherit;
}

.header__list li {
	height: inherit;
}

.header__list li a {
	align-items: center;
	color: #fff;
	display: flex;
	height: inherit;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	transition: background-color 0.3s ease;
}

.header__list li a:hover {
	background-color: #79dfe3;
}

/* info */

.info__item {
	border-bottom: 1px dashed #23221e;
	padding-bottom: 0.625rem;
}

.info__item dt {
	font-size: 1rem;
	font-weight: 500;
}

.info__item dd {
	font-size: 0.875rem;
	margin-top: 0.3125rem;
}

.info__item dd a {
	transition: opacity 0.3s ease;
}

.info__item--no-border {
	border-bottom: none;
}

.info__item--flex {
	align-items: center;
	display: flex;
	gap: 0rem 1.25rem;
}

.info__item--flex .total-score-chart {
	flex: 7;
}

.info__item--flex .info__score {
	flex: 3;
	margin-top: -2.1875rem;
}

.info__item-text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

/* shop-box */

.shop-box {
	position: relative;
}

.shop-box__title {
	font-size: 1.5rem;
	font-weight: 500;
}

.shop-box__title a {
	transition: all 0.3s ease;
}

.shop-box__cards {
	margin-top: 1.875rem;
}

/* sidebar */

.sidebar__body {
	padding: 0 1.25rem;
	position: sticky;
	top: 6.25rem;
}

.sidebar__list {
	background-color: #edebe8;
	border-radius: 5px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 0.9375rem 0;
	padding: 1.875rem;
}

.sidebar__item a {
	font-size: 1.125rem;
	transition: all 0.3s ease;
}

/* skill */

.skill__title {
	background-color: #f9f9f9;
	font-size: 1.25rem;
	padding: 0.3125rem;
	text-align: center;
}

.skill__category {
	margin-top: 1.875rem;
	padding: 0rem 0.9375rem;
}

.skills__subtitle {
	background-color: #f9f9f9;
	color: #23221e;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0.3125rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.skills__subtitle::after {
	border-right: 3px solid #23221e;
	border-top: 3px solid #23221e;
	content: "";
	height: 10px;
	position: absolute;
	right: 10px;
	rotate: 135deg;
	top: 50%;
	transition: rotate 0.3s ease;
	translate: 0 -50%;
	width: 10px;
}

.skills__subtitle.is-open::after {
	rotate: 315deg;
}

.skills__chart-container {
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	height: 600px;
	margin-top: 1.25rem;
	padding: 1.25rem;
	position: relative;
}

.skills__chart-container canvas {
	height: auto;
	max-width: 100%;
}

.employee-skills-section canvas:hover {
	cursor: pointer;
}

.js-accordion-content {
	display: none;
}

.skill__category .category-total-score {
	background: rgba(255, 255, 255, 0.9);
	border-left: 4px solid #2196f3;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.skill__category .category-total-score .total-score-display {
	align-items: center;
	color: #23221e;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.9375rem;
	justify-content: center;
}

.skill__category .category-total-score .total-score-display .category-name {
	color: #23221e;
	font-weight: 700;
}

.skill__category .category-total-score .total-score-display .score-result {
	color: #23221e;
}

.skill__category .category-total-score .total-score-display .score-result .current-score {
	color: #4caf50;
	font-weight: 700;
}

/* swiper */

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	margin: 0;
	padding: 0;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	background: url(../image/arrow.svg) no-repeat center center/cover;
	content: "";
	height: 1.25rem;
	width: 1.25rem;
}

.swiper-button-prev::after {
	rotate: 180deg;
}

.swiper-button-prev,
.swiper-button-next {
	top: 50%;
	translate: 0 -50%;
}

.swiper-button-prev {
	left: 0.625rem;
}

.swiper-button-next {
	right: 0.625rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	left: 0;
	margin-top: 1.25rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	opacity: 1;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	background: #01c4cc;
}

/* text */

.text {
	color: #23221e;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

/* wp-pagenavi */

.wp-pagenavi {
	clear: both;
	margin-top: 2.5rem;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-text-decoration: none;
	background-color: #ffffff;
	border: thin dotted #01c4cc;
	color: #01c4cc;
	margin: 0 2px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-pagenavi a:hover {
	background-color: #01c4cc;
	color: #fff;
}

.wp-pagenavi span.current {
	background-color: #01c4cc;
	color: #fff;
}

@media (hover: hover) {

.archive-card:hover {
	opacity: 0.7;
}

.card:hover {
	opacity: 0.7;
}

.info__item dd a:hover {
	opacity: 0.7;
}

.shop-box__title a:hover {
	opacity: 0.7;
}

.sidebar__item a:hover {
	opacity: 0.7;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media (max-width: 768px) {

.skill-category {
	margin-bottom: 2.5rem;
	padding: 1.25rem;
}

.skill-category .skills-title {
	font-size: 1.8rem;
}

.skill-category .skills-chart-container {
	height: 500px;
	padding: 0.9375rem;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

body {
	font-size: 1.125rem;
}

html {
	font-size: 16px;
}

.layout-detail {
	margin-top: 5rem;
}

.layout-employee {
	margin-top: 5rem;
}

.archive-card {
	width: calc((100% - 20px) / 2);
}

.archive-card__name {
	font-size: 1rem;
}

.archive__inner {
	display: block;
}

.archive__sidebar {
	max-width: none;
	width: 100%;
}

.archive__content {
	margin-top: 1.875rem;
	width: 100%;
}

.card__name {
	font-size: 1rem;
}

.chart__wrapper {
	display: block;
}

.content-area__body {
	margin: 2.5rem auto 0;
	max-width: 31.25rem;
}

.detail-content__container {
	grid-template-columns: repeat(1, 1fr);
}

.detail-content__title {
	font-size: 1.125rem;
}

.detail-content__info {
	gap: 1.25rem 0rem;
	grid-template-columns: repeat(1, 1fr);
}

.detail-sidebar__title {
	font-size: 1.25rem;
}

.detail__inner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.detail__sidebar {
	max-width: none;
	width: 100%;
}

.detail__content {
	margin-top: 1.875rem;
	width: 100%;
}

.employee__inner.inner {
	max-width: 31.25rem;
}

.employee__shop-box {
	padding: 1.25rem 1.25rem 2.5rem;
}

.employee__shop-box + .employee__shop-box {
	margin-top: 2.5rem;
}

.hamburger {
	display: flex;
	flex-direction: column;
	height: 1.25rem;
	justify-content: space-between;
	position: fixed;
	right: 1.25rem;
	top: 0.9375rem;
	width: 1.875rem;
	z-index: 102;
}

.header__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__nav {
	display: none;
}

.info__item--no-border {
	border-bottom: 1px dashed #23221e;
}

.info__item--flex {
	align-items: initial;
	flex-direction: column;
	gap: 1.875rem 0rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.shop-box__title {
	font-size: 1.25rem;
}

.shop-box__cards {
	margin-top: 0.9375rem;
}

.sidebar__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.9375rem 1.25rem;
}

.skill__title {
	font-size: 1.125rem;
}

.skill__category {
	padding: 0rem 0.625rem;
}

.skills__subtitle {
	font-size: 1rem;
}

.skills__subtitle::after {
	height: 7px;
	width: 7px;
}

.skills__chart-container {
	padding: 0.625rem;
}

.skill__category .category-total-score {
	padding: 0.9375rem;
}

.skill__category .category-total-score .total-score-display {
	align-items: flex-start;
	flex-direction: column;
	font-size: 0.875rem;
	gap: 0.5rem 0rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	height: 0.8125rem;
	width: 0.8125rem;
}

.swiper-button-prev {
	left: -0.25rem;
}

.swiper-button-next {
	right: -0.25rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	margin-top: 0;
}

}

@media (max-width: 767px) {

.chart__wrapper {
	-webkit-overflow-scrolling: touch;
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 1rem 0.5rem 1rem;
	scroll-snap-type: x mandatory;
}

.chart__item {
	flex: 0 0 350px;
	padding: 1rem;
	scroll-snap-align: start;
}

.chart__item h3 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.chart__container {
	height: 320px;
}

.chart__item canvas {
	max-height: 320px !important;
}

.chart__item p {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.total-score-chart {
	padding: 1rem;
}

.total-score-chart__container {
	height: 100px;
}

}

@media (max-width: 480px) {

.total-score-chart {
	padding: 0.75rem;
}

.total-score-chart__container {
	height: 90px;
}

.skills-main-title {
	font-size: 1.8rem;
}

.skill-category .skills-title {
	font-size: 1.5rem;
}

.skill-category .skills-chart-container {
	height: 400px;
	padding: 0.625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
