/*
Theme Name: 鹿児島の求人情報サイト マチゴト
Description:
Theme URI:
Author: スリーグッド鹿児島
Author URI:
Version:
License:
License URI:
*/

/* --------------------------
    variables
-------------------------- */
:root {
    --content-width: 1100px;
    --middle-width: 960px;
    --narrow-width: 800px;
    --wide-width: 1200px;
    --header-height: 80px;
    --header-height-sp: 50px;
    --topbar-height: 30px;
    --admin-bar-height: 32px;
    --color: #153c4c;
    --color-pale: #bddae5;
    --color-beige-pale: #efede4;
    --color-beige-pale2: #fcfbf7;
    --color-blue: #65beea;
    --color-blue-dark: #003870;
    --color-blue-light: #83d0ff;
    --color-blue-pale: #b7e4ff;
    --color-orange-light: #f7b052;
    --color-orange: #f7931e;
    --color-red: #e74242;
    --color-red-pale: #ffe9e9;
    --gradient1: linear-gradient(150deg, var(--color-blue-light) 10%, var(--color-blue), var(--color-blue-dark));
    --color-green: #00a99d;
    --color-green-light: #21bfaf;
    --line-height: 1.75;
    --font-size: 16px;
    --font-size-sp: 14px;
    --letter-spacing: 0.1em;
    --font-awesome: 'Font Awesome 6 Free';
    --font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
    --display-font: 'Lobster', var(--font-family);
    --ornament1: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI1NiAyNTYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjZjc5MzFlOwogICAgICB9CgogICAgICAuc3QxIHsKICAgICAgICBmaWxsOiAjMTUzYzRjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNzIuMzUyLTEuMDQySDMxLjU3NUMxMy41NjEtMS4wNDItMS4wNDIsMTMuNTYxLTEuMDQyLDMxLjU3NXYxOTIuODQ5YzAsMTguMDE0LDE0LjYwMywzMi42MTcsMzIuNjE3LDMyLjYxN2gxOTIuODQ5YzE4LjAxNCwwLDMyLjYxNy0xNC42MDMsMzIuNjE3LTMyLjYxN3YtMjguMDU2QzE2MC43NTIsMTgxLjc0LDg0LjgyNSwxMDAuODIyLDcyLjM1Mi0xLjA0MloiLz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzIuMzUyLTEuMDQyYzEyLjQ3MywxMDEuODY1LDg4LjM5OSwxODIuNzgyLDE4NC42OSwxOTcuNDExVjMxLjU3NWMwLTE4LjAxNC0xNC42MDMtMzIuNjE3LTMyLjYxNy0zMi42MTdINzIuMzUyWiIvPgo8L3N2Zz4=);
}

@media (max-width: 782px) {
	:root {
		--admin-bar-height: 46px;
	}
}

/* --------------------------
    reset
-------------------------- */
* {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    box-sizing: border-box;
}

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--color-beige-pale2);
    font-feature-settings: 'palt';
    overflow-wrap: anywhere;
    line-break: strict;
	-webkit-text-size-adjust: 100%;
    font-size: var(--font-size);
    line-height: var(--line-height);
    letter-spacing: var(--letter-spacing);
	color: var(--color);
    font-family: var(--font-family);
    font-weight: 400;
    min-height: 100vh;
}

main {
    display: block;
	padding-top: var(--header-height);
}

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

input[type="image"],
video,
embed,
iframe,
marquee,
object {
    display: block;
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height);
}

table {
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height);
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.75rem;
}

h6 {
    font-size: 0.75rem;
    font-weight: 500;
}

table {
    border-spacing: 0;
}

@media (max-width: 1100px) {
    main {
        padding-top: var(--header-height-sp);
    }
}

@media (max-width: 768px) {
    body {
        font-size: var(--font-size-sp);
    }
}

/* --------------------------
    common
-------------------------- */
.content-width {
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
}

.narrow-width {
    width: 100%;
    max-width: var(--narrow-width);
    margin: 0 auto;
}

.middle-width {
    width: 100%;
    max-width: var(--middle-width);
    margin: 0 auto;
}

.wide-width {
    width: 100%;
    max-width: var(--wide-width);
    margin: 0 auto;
}

.section-padding {
    padding: 4em 1em;
}

.section-padding-low {
    padding: 2em 1em;
}

.section-padding-full {
    padding: 4em 0;
}

.clearfix {
    clear: both;
}

.heading {
	display: flex;
	flex-flow: column;
	font-size: clamp(1.5em, 2.5vw, 2em);
	line-height: 1.5;
	margin-bottom: 1em;
}

.heading.center {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.heading > span:first-of-type {
	display: block;
	font-family: var(--display-font);
	font-size: 0.675em;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 1em;
	position: relative;
}

.heading > span:first-of-type:before {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	background-image: var(--ornament1);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0.5lh;
	transform: translateY(-50%);
}

.button-wrap {
	margin-top: 2em;
}

.button-wrap.right {
	text-align: right;
}

.button-wrap.center {
	text-align: center;
}

.button {
	display: inline-block;
	border: 1px solid var(--color);
	font-weight: 700;
	padding: 1em 3.5em 1em 1.5em;
	border-radius: 0.5em;
	background-color: #fff;
	position: relative;
	transition: all 0.3s ease;
}

.button:before {
	content: '';
	display: block;
	border-top: 0.375em solid transparent;
	border-left: 0.375em solid var(--color);
	border-bottom: 0.375em solid transparent;
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.button:hover:before {
	border-top: 0.375em solid transparent;
	border-left: 0.375em solid #fff;
	border-bottom: 0.375em solid transparent;
	right: 1em;
	transition: all 0.3s ease;
}

.button:hover {
	background-color: var(--color);
	color: #fff;
	transition: all 0.3s ease;
}

.button-green {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: clamp(1em, 1.5vw, 1.25em);
	font-weight: 700;
	text-align: center;
	word-break: keep-all;
	padding: 1.5em 3.5em;
	border-radius: 0.5em;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}

.button-green:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-green);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}

.button-green:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-green);
	mix-blend-mode: screen;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transform: translate(-100%);
	animation: bb 0.3s ease forwards;
}

.button-green:hover:after {
	animation: aa 0.3s ease forwards;
}

@keyframes aa {
	from {
		transform: translate(-100%);
	}
	to {
		transform: translate(0%);
	}
}

@keyframes bb {
	from {
		transform: translate(0%);
	}
	to {
		transform: translate(100%);
	}
}

.button-green.reverse {
	color: var(--color-green);
}

.button-green.reverse:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}

.button-green.reverse:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-green);
	mix-blend-mode: multiply;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transform: translate(-100%);
	animation: bb 0.3s ease forwards;
}

.button-green.reverse:hover:after {
	animation: aa 0.3s ease forwards;
}

.button-green > span:before {
	content: '';
	display: block;
	border-top: 0.375em solid transparent;
	border-left: 0.375em solid #fff;
	border-bottom: 0.375em solid transparent;
	position: absolute;
	left: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.button-green.reverse > span:before {
	border-left: 0.375em solid var(--color-green);
}

.button-green:hover > span:before {
	left: 2em;
	transition: all 0.3s ease;
}

.button-green > span:after {
	content: '';
	display: block;
	border-top: 0.375em solid transparent;
	border-right: 0.375em solid #fff;
	border-bottom: 0.375em solid transparent;
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.button-green.reverse > span:after {
	border-right: 0.375em solid var(--color-green);
}

.button-green:hover > span:after {
	right: 2em;
	transition: all 0.3s ease;
}

.button-list {
	list-style-type: none;
	display: flex;
	margin-bottom: 2em;
}

.button-list > li {
	width: calc(50% - 0.5em);
	background-color: #fff;
	border: 1px solid var(--color);
	border-radius: 0.5em;
}

.button-list > li > a {
	display: flex;
	padding: 1em 3em 1em 1.5em;
	position: relative;
	align-items: center;
}

.button-list > li > a:before {
	content: '';
	display: block;
	border-top: 0.375em solid transparent;
	border-left: 0.375em solid var(--color);
	border-bottom: 0.375em solid transparent;
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.button-list > li > a:hover:before {
	right: 1em;
	transition: all 0.3s ease;
}

.button-list > li:nth-of-type(2n) {
	margin-left: 1em;
}

.mt4 {
	margin-top: 4em;
}

.mb4 {
	margin-bottom: 4em;
}

.gray-bg {
	background-color: #fff;
	border-radius: 0.5em;
	margin-left: auto;
	margin-right: auto;
	padding: 2em 4em;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
}

.notice {
	display: flex;
	justify-content: center;
	background-color: var(--color-red-pale);
	border-radius: 0.5em;
	color: var(--color);
	padding: 1em 2em;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 2em 1em;
    }

    .section-padding-low {
        padding: 1em;
    }
    
    .section-padding-full {
        padding: 2em 0;
    }

	.gray-bg {
		padding: 1em 1.5em;
	}
	
	.button-list {
		flex-flow: column;
	}
	
	.button-list > li {
		width: 100%;
	}
	
	.button-list > li:nth-of-type(2n) {
		margin-left: 0;
	}
	
	.button-list > li + li {
		margin-top:1em;
	}
}


/* --------------------------
    header
-------------------------- */
/* header */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: var(--header-height);
	background-color: var(--color-beige-pale2);
	padding: 0 2rem;
	position: fixed;
	left: 0;
	z-index: 254;
	transition: height 0.2s ease;
}

header.fixed {
	height: var(--header-height-sp);
	padding: 0 1em;
	transition: height 0.2s ease;
}

#header-left {
	display: flex;
	align-items: center;
	height: 100%;
}

#header-left > h1 {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#header-logo {
	display: inline-block;
	height: 50%;
	margin-right: 1em;
}

#header-logo > img {
	height: 100%;
}

#header-right {
	display: flex;
	align-items: center;
	height: 100%;
}

#header-menu {
	list-style-type: none;
	display: flex;
	align-items: center;
	font-size: 0.875em;
	font-weight: 700;
}

header.fixed #header-menu {
	font-size: 0.75em;
}

#header-menu > li + li {
	margin-left: 1em;
}

#header-menu .header-button {
	display: block;
	padding: 0.75em 1.5em 0.75em 2.5em;
	border-radius: 0.25em;
	position: relative;
}

#header-menu .header-button.login {
	border: 1px solid var(--color);
}

#header-menu .header-button.login:before {
	content: '\f090';
	font-family: var(--font-awesome);
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}

#header-menu .header-button.logout {
	border: 1px solid var(--color);
}

#header-menu .header-button.logout:before {
	content: '\f08b';
	font-family: var(--font-awesome);
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}

#header-menu .header-button.contact,
#header-menu .header-button.register {
	display: flex;
	align-items: center;
	color: var(--color-beige-pale);
	background-color: var(--color-green);
	border: 1px solid var(--color-green);
	padding: 0.75em 1em;
}

#header-menu .header-button.contact:before {
	content: '\f0e0';
	color: var(--color-beige-pale);
	font-family: var(--font-awesome);
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1;
	margin-right: 0.25em;
}

#header-menu .header-button.register:before {
	content: '無料';
	background-color: var(--color-beige-pale);
	color: var(--color-green);
	padding: 0.5em 0.5em;
	border-radius: 0.25em;
	font-size: 0.75em;
	line-height: 1;
	margin-right: 1em;
}

#header-menu .header-button.mypage {
	color: var(--color-beige-pale);
	background-color: var(--color-green);
	border: 1px solid var(--color-green);
}

#header-menu .header-button.mypage:before {
	content: '\f007';
	font-family: var(--font-awesome);
	font-weight: 700;
	color: var(--color-beige-pale);
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}

@media (max-width: 1100px) {
	header,
	header.fixed {
		height: var(--header-height-sp);
		padding: 0 0.25rem 0 1rem;
	}
	
	#header-menu {
		display: none;
	}
}


/* drawer */
#drawer-open {
	display: none;
	height: auto;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: calc(var(--header-height-sp) - 0.5rem);
	aspect-ratio: 1 / 1;
	border-radius: 0.25rem;
	font-size: 1em;
	appearance: none;
	outline: none;
	border: none;
	background: var(--color-green);
}

#drawer-close {
	display: flex;
	height: auto;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: calc(var(--header-height-sp) - 0.5rem);
	aspect-ratio: 1 / 1;
	border-radius: 0.25rem;
	font-size: 1em;
	appearance: none;
	outline: none;
	border: none;
	background: var(--color-green);
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
}

#drawer-open > span,
#drawer-close > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
	height: 1px;
	background-color: #fff;
	margin: 0.75em 0;
	position: relative;
}

#drawer-open > span:before,
#drawer-close > span:before {
	display: block;
	content: '';
    width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-0.375em);
}

#drawer-open > span:after,
#drawer-close > span:after {
	display: block;
	content: '';
    width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(0.375em);
}

#mobile-menu-wrap:popover-open #drawer-open > span,
#mobile-menu-wrap:popover-open #drawer-close > span {
	background-color: transparent;
	transition: background-color 0.2s ease;
}

#mobile-menu-wrap:popover-open #drawer-open > span:before,
#mobile-menu-wrap:popover-open #drawer-close > span:before {
    transform: translateY(0) rotate(45deg);
    transition: transform 0.2s ease;
}

#mobile-menu-wrap:popover-open #drawer-open > span:after,
#mobile-menu-wrap:popover-open #drawer-close > span:after {
    transform: translateY(0) rotate(-45deg);
    transition: transform 0.2s ease;
}

#mobile-menu-wrap:popover-open::backdrop {
	background-color: rgba(0, 0, 0, 0.3);
}

#mobile-menu-wrap {
	display: grid;
	grid-template-columns: auto;
	width: 100%;
	max-width: 320px;
	height: 100dvh;
	border: none;
	opacity: 0;
	background-color: var(--color-beige-pale2);
	padding-top: var(--header-height-sp);
	margin-left: auto;
	pointer-events: none;
	overflow-y: scroll;
	transform: translateX(100%);
	transition-property: transform, opacity, display;
	transition-duration: 0.2s;
	transition-behavior: normal, normal, allow-discrete;
	position: fixed;
}

#mobile-menu-wrap:popover-open {
    opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
    transition-property: transform, opacity, display;
    transition-duration: 0.2s;
    transition-behavior: normal, normal, allow-discrete;
}

body.customize-support #mobile-menu-wrap {
	height: calc(100svh - var(--admin-bar-height));
	margin-top: var(--admin-bar-height);
}

#mobile-menu {
	list-style-type: none;
	color: var(--color);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#mobile-menu li > ul {
	background-color: rgba(0, 0, 0, 0.05);
}

#mobile-menu li > a {
	display: block;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 1em 3em 1em 1.5em;
	position: relative;
}

#mobile-menu li > a:before {
	content: '';
	display: block;
	border-top: 0.25em solid transparent;
	border-left: 0.25em solid var(--color);
	border-bottom: 0.25em solid transparent;
	position: absolute;
	top: 50%;
	right: 1.5em;
	transform: translateY(-50%);
}

#mobile-menu li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1100px) {
	#drawer-open,
	#drawer-close {
		display: flex;
	}
}


/* --------------------------
    footer
-------------------------- */
footer {
	font-size: 0.875em;
	background-color: #fff;
}

footer > div:nth-of-type(1) {
	background-color: var(--color-blue-pale);
}

#footer-logo > img {
	width: 160px;
}

#footer-menu {
	list-style-type: none;
	display: flex;
}

#footer-menu > li {
	width: calc(100% / 3 - 1em);
	border-left: 1px solid var(--color-blue);
	padding-left: 1em;
}

#footer-menu > li:not(:last-of-type) {
	margin-right: calc(3em / 2);
}

#footer-menu > li > a[href="#"] {
	display: block;
	pointer-events: none;
	font-weight: 500;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

#footer-menu > li ul {
	list-style-type: none;
}

footer > div:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer > div:nth-of-type(2) * + dl {
	margin-top: 1em;
}

footer > div:nth-of-type(2) dl {
	display: flex;
}

footer > div:nth-of-type(2) dl > dt {
	width: 5rem;
	background-color: var(--color-blue-pale);
	padding: 0.25em 0.5em;
	border-radius: 0.5em;
	text-align: center;
	font-size: 0.75em;
	font-weight: 500;
	margin-right: 0.5rem;
}

footer > div:nth-of-type(3) {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5em;
	border-top: 1px solid #ddd;
	font-size: 0.75em;
	font-weight: 500;
}

@media (max-width: 768px) {
	#footer-menu {
		flex-flow: column;
	}

	#footer-menu > li {
		width: 100%;
		border-left: none;
	}

	#footer-menu > li + li {
		margin-top: 1em;
	}

	#footer-menu > li:not(:last-of-type) {
		width: 100%;
	}

	#footer-menu > li ul {
		display: flex;
		flex-wrap: wrap;
	}

	#footer-menu > li ul > li {
		margin: 0 1em 0.5em 0;
	}

	footer > div:nth-of-type(2) {
		flex-flow: column;
	}

	footer > div:nth-of-type(2) > div + div {
		margin-top: 1em;
	}
}

/* part contact */

/* --------------------------
    archive
-------------------------- */
/* archive */
.archive-list {
    list-style-type: none;
}

.archive-list > li {
    padding: 1rem 0;
}

.archive-list > li:first-of-type {
    padding-top: 0;
}

.archive-list > li + li {
    border-top: 1px solid #ddd;
}

.archive-list > li > a {
    display: block;
}

.archive-list > li > a > article {
    display: flex;
    align-items: center;
}

.archive-list > li > a > article > .thumb {
    width: 30%;
    padding-top: 20%;
    background-color: #eee;
	border-radius: 0.5em;
	overflow: hidden;
    margin-right: 2em;
    position: relative;
}

.archive-list > li > a > article > .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.archive-list > li > a > article > .info {
    width: calc(70% - 2em);
}

.archive-list > li > a > article > .info > time {
    display: block;
    font-size: 1em;
	font-weight: 700;
    margin-bottom: 0.5em;
}

.archive-list > li > a > article > .info > .category {
	font-weight: 700;
    margin-bottom: 0.5em;
}

.archive-list > li > a > article > .info > .category > span {
    display: inline-block;
    font-size: 10px;
	border-radius: 0.5em;
    padding: 0.5em 0.75em;
    margin: 0 0.5em 0.5em 0;
    background-color: var(--color);
    color: #fff;
}

.archive-list > li > a > article > .info > h3 {
    font-size: 1rem;
    margin-bottom: 0.5em;
}

.archive-list > li > a > article > .info > p {
    font-size: 0.875em;
    margin-top: 1em;
}

@media (max-width: 768px) {
    .archive-list > li > a > article {
        flex-flow: column;
    }
    
    .archive-list > li > a > article > .info {
        width: 100%;
    }
    
    .archive-list > li > a > article > .thumb {
        width: 100%;
        padding-top: calc(100% / 3 * 2);
        margin-right: 0;
        margin-bottom: 1em;
    }
}

/* archive pagination */
#pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

#pagination > * {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    letter-spacing: 0;
    width: 3em;
    height: 3em;
    background: var(--color-blue-pale);
    color: var(--color);
    margin: 0 0.5em;
    transition: all 0.3s ease;
}

#pagination > span,
#pagination > a:hover {
    background: var(--color-blue);
    color: #fff;
    transition: all 0.3s ease;
}


/* --------------------------
    single
-------------------------- */
/* single */
#single-date {
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 2em;
}

.single-content *:not(h1, h2, h3, h4, h5, h6) + *:not(.plain):is(h1, h2, h3, h4, h5, h6) {
	margin-top: 2em;
}

.single-content h1:not(.plain),
.single-content h2:not(.plain) {
	border-bottom: 2px solid var(--color);
	padding: 0.5em 0;
    margin-bottom: 1em;
	font-size: clamp(1.375em, 2vw, 1.75em);
}

.single-content h3:not(.plain) {
	display: block;
	padding-left: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	position: relative;
}

.single-content h3:not(.plain):before {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	background-image: var(--ornament1);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0.5lh;
	transform: translateY(-50%);
}

.single-content h4:not(.plain) {
	border-left: 2px solid var(--color);
	padding-left: 1em;
    margin-bottom: 1em;
}

.single-content h5:not(.plain) {
    margin-bottom: 1em;
}

.single-content h6:not(.plain) {
    margin-bottom: 1em;
}

.single-content hr:not(.plain) {
    display: block;
    border: none;
    border-top: 2px solid #bbb;
    margin: 4em 0;
}

.single-content ul:not(.plain) {
    background-color: var(--color-beige-pale);
    padding: 2em 2em 2em 3em;
	border-radius: 0.5em;
    margin-bottom: 3em;
}

.single-content ol:not(.plain) {
    background-color: var(--color-beige-pale);
    padding: 2em 2em 2em 3em;
	border-radius: 0.5em;
    margin-bottom: 3em;
}

.single-content ul:not(.plain) > li + li,
.single-content ol:not(.plain) > li + li {
    margin-top: 0.5em;
}

.single-content blockquote:not(.plain) {
    background-color: var(--color-beige-pale);
    padding: 2em;
    margin-bottom: 2em;
	border-radius: 0.5em;
}

.single-content p:not(.plain) {
    text-align: justify;
    margin-bottom: 1em;
}

.single-content dl:not(.plain) {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
	overflow: hidden;
	border-radius: 0.5em;
}

.single-content dl:not(.plain) > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    background-color: var(--color-pale);
    padding: 1em 2em;
    font-weight: 700;
}

.single-content dl:not(.plain) > dd {
    width: 70%;
    background-color: #fff;
    padding: 1em 2em;
}

.single-content dl:not(.plain) > dt:not(:last-of-type),
.single-content dl:not(.plain) > dd:not(:last-of-type) {
	margin-bottom: 2px;
}

.single-content figure {
	margin-bottom: 1em;
}

.single-content img:not(.plain) {
    height: auto;
    margin-bottom: 2em;
}

.single-content img:not(.plain).alignleft {
    float: left;
    margin: 0 2em 2em 0;
}

.single-content img:not(.plain).alignright {
    float: right;
    margin: 0 0 2em 2em;
}

.single-content img:not(.plain).aligncenter {
    margin: 0 auto 2em auto;
}

.single-content a:not(.plain) {
    text-decoration: underline;
}

.single-content a:not(.plain):hover {
    text-decoration: none;
    opacity: 0.7;
}

.single-content a:not(.plain)[target="_blank"]:after {
    content: ' \f08e';
	font-family: var(--font-awesome);
	font-weight: 700;
	vertical-align: baseline;
	font-size: 0.75em;
}

.single-content strong:not(.plain) {
    color: var(--color-red);
}

.single-content small:not(.plain) {
    font-size: 0.875em;
}

.single-content * + .gallery {
	margin-top: 2em;
}

.single-content .gallery {
	display: grid;
	grid-gap: 2em;
}

.single-content .gallery > br {
	display: none;
}

.single-content .gallery-columns-1 {
	grid-template-columns: repeat(1, 1fr);
}

.single-content .gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.single-content .gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.single-content .gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.single-content .gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.single-content .gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.single-content .gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.single-content .gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.single-content .gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.single-content .gallery > dl:not(.plain) {
	display: unset;
	flex-wrap: unset;
	border-top: unset;
	margin-bottom: unset;
}

.single-content .gallery > dl:not(.plain) > dt {
	display: block;
	flex-flow: unset;
	justify-content: unset;
	align-items: unset;
	width: unset;
	background-color: unset;
	border-bottom: unset;
	padding: unset;
	font-weight: unset;
	text-align: unset;
}

.single-content .gallery > dl:not(.plain) > dd {
	display: block;
	flex-flow: unset;
	justify-content: unset;
	width: unset;
	background-color: unset;
	border-bottom: unset;
	padding: unset;
	margin-top: 1em;
	font-size: 0.875em;
	line-height: 1.75;
	text-align: justify;
	word-break: break-all;
}

.single-content .gallery img:not(.plain) {
	margin-bottom: unset;
	width: unset;
	height: unset;
	max-width: 100%;
	margin: 0 auto;
}

.lum-lightbox {
	z-index: 300;
}

.lum-lightbox-inner img {
	margin: 0 auto;
}

@media (max-width: 768px) {
	.single-content h1:not(.plain),
	.single-content h2:not(.plain) {
	}
	
	.single-content h3:not(.plain) {
	}
	
	.single-content hr:not(.plain) {
		margin: 2em 0;
	}

	.single-content ul:not(.plain) {
		padding: 1em 1em 1em 2em;
	}
	
	.single-content ol:not(.plain) {
		padding: 1em 1em 1em 3em;
	}
	
	.single-content blockquote:not(.plain) {
		padding: 1em;
	}
	
	.single-content dl:not(.plain) {
		flex-flow: column;
	}
	
	.single-content dl:not(.plain) > dt {
		width: 100%;
		padding: 1em;
	}
	
	.single-content dl:not(.plain) > dd {
		width: 100%;
		padding: 1em;
	}

	.single-content img.aligncenter:not(.plain),
	.single-content img.alignleft:not(.plain),
	.single-content img.alignright:not(.plain) {
		float: none;
		margin: 0 auto 2em auto;
	}

	.single-content .gallery-columns-1,
	.single-content .gallery-columns-2,
	.single-content .gallery-columns-3,
	.single-content .gallery-columns-4,
	.single-content .gallery-columns-5,
	.single-content .gallery-columns-6,
	.single-content .gallery-columns-7,
	.single-content .gallery-columns-8,
	.single-content .gallery-columns-9 {
		grid-template-columns: 1fr;
	}
}

/* single pagination */
#single-pagination {
    list-style-type: none;
    display: flex;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 1rem 0;
    margin-top: 2rem;
}

#single-pagination > li {
    width: 50%;
}

#single-pagination > li + li {
    border-left: 2px solid #ddd;
}

#single-pagination > li > a {
    display: block;
    color: var(--main-color);
    padding: 1rem 3rem;
    position: relative;
}

#single-pagination > li:first-of-type > a:before {
    content: '';
    display: block;
    border-top: 0.3rem solid transparent;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid var(--color);
    border-bottom: 0.3rem solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#single-pagination > li:last-of-type > a:before {
    content: '';
    display: block;
    border-top: 0.3rem solid transparent;
    border-left: 0.3rem solid var(--color);
    border-right: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #single-pagination {
        flex-flow: column;
        padding: 0;
    }

    #single-pagination > li {
        width: 100%;
    }

    #single-pagination > li + li {
        border-left: none;
    }

    #single-pagination > li:first-of-type:empty {
        border-top: 2px solid #ddd;
    }
}

/* --------------------------
    top
-------------------------- */
#top-main-banner {
	display: flex;
}

#top-main-text {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: calc(100% / 3);
	padding: 0 1em;
}

#top-main-text > h2 {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	font-size: clamp(0.75em, 1.5vw, 1.5em);
	margin-bottom: 1em;
}

#top-main-text > h2 > img {
	width: 50%;
}

#top-main-text > div {
	font-weight: 700;
	text-align: center;
	word-break: auto-phrase;
	font-size: clamp(0.75em, 1.25vw, 1.25em);
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

#top-main-text > a {
	display: flex;
	align-items: center;
	color: #fff;
	background-color: var(--color-green);
	border: 1px solid var(--color-green);
	border-radius: 0.25em;
	padding: 0.75em 1em;
	color: var(--color-beige-pale);
	font-size: clamp(0.75em, 1.25vw, 1.125em);
	font-weight: 700;
	word-break: keep-all;
}

#top-main-text > a:before {
	content: '無料';
	background-color: var(--color-beige-pale);
	color: var(--color-green);
	padding: 0.5em 0.5em;
	border-radius: 0.25em;
	font-size: 0.75em;
	line-height: 1;
	margin-right: 1em;
	color: var(--color-green);
	white-space: nowrap;
}

#top-main-slider {
	width: calc(100% / 3 * 2);
	aspect-ratio: 16 / 9;
	background-color: #eee;
	overflow: hidden;
	font-size: clamp(1em, 2vw, 1.5em);
	border-radius: 1em 0 0 1em;
}

#top-main-slider .swiper-slide {
	overflow: hidden;
}

#top-main-slider .swiper-slide.blue {
	background-color: var(--color-blue-light);
}

#top-main-slider .swiper-slide.blue:before {
	content: '';
	display: block;
	width: 150%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 5vw solid var(--color-blue);
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
}

#top-main-slider .swiper-slide.orange {
	background-color: var(--color-orange-light);
}

#top-main-slider .swiper-slide.orange:before {
	content: '';
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 5vw solid var(--color-orange);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

#top-main-slider .swiper-slide.green {
	background-color: var(--color-green-light);
}

#top-main-slider .swiper-slide.green:before {
	content: '';
	display: block;
	width: 150%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 5vw solid var(--color-green);
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%, 0);
}

#top-main-slider .swiper-slide {
	position: relative;
}

#top-main-slider .swiper-slide > img {
	width: auto;
	height: 90%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

@media (max-width: 768px) {
	#top-main-text {
		width: 50%;
	}

	#top-main-slider {
		width: 50%;
		aspect-ratio: 3 / 4;
	}

	#top-main-slider .swiper-slide.blue:before {
		border: 10vw solid var(--color-blue);
	}

	#top-main-slider .swiper-slide.orange:before {
		border: 10vw solid var(--color-orange);
	}

	#top-main-slider .swiper-slide.green:before {
		border: 10vw solid var(--color-green);
	}
}

#top-quick-search {
	background: linear-gradient(to top, var(--color-beige-pale) 50%, transparent 50%);
	padding-bottom: 2em;
}

#quick-search-wrap > h3 {
	display: inline-block;
	background-color: var(--color);
	padding: 0.5em 1.5em;
	border-radius: 0.25rem 0.25rem 0 0;
	font-size: 1em;
	color: #fff;
}

#quick-search {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
	background-color: var(--color);
	padding: 1em 1.5em;
	border-radius: 0 0.25rem 0.25rem 0.25rem;
	position: relative;
}

#quick-search .select-wrap {
	position: relative;
}

#quick-search .select-wrap:before {
	content: '';
	border-top: 0.3em solid var(--color);
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

#quick-search select {
	width: 100%;
	appearance: none;
	outline: none;
	border: none;
	padding: 1em 1.5em;
	border-radius: 0.25em;
	background-color: #fff;
	color: inherit;
	font-weight: 700;
	font-size: 1em;
}

#quick-search select:hover {
	cursor: pointer;
}

#quick-search .submit-wrap {
	position: relative;
}

#quick-search .submit-wrap > i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 1em;
	z-index: 1;
	transform: translateY(-50%);
}

#quick-search input[type=submit] {
	display: block;
	width: 100%;
	height: 100%;
	appearance: none;
	outline: none;
	border: none;
	background-color: var(--color-green);
	border-radius: 0.25em;
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#quick-search input[type=submit]:hover {
	cursor: pointer;
}

@media(max-width: 768px) {
	#quick-search-wrap > h3 {
		padding: 0.25em 1em;
	}

	#quick-search {
		grid-template-columns: 1fr;
		grid-gap: 0.5em;
		padding: 1em;
	}

	#quick-search .submit-wrap {
		height: 2lh;
	}
}

/* #top-service > div > div:first-of-type {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top-service > div > div:first-of-type > figure {
	display: flex;
	align-items: flex-end;
	width: calc(40% - 2em);
	aspect-ratio: 1 / 1;
	border-radius: 1em;
	background-color: var(--color-blue-light);
	overflow: hidden;
	position: relative;
}

#top-service > div > div:first-of-type > figure:before {
	content: '';
	display: block;
	width: 150%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 5vw solid var(--color-blue);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}

#top-service > div > div:first-of-type > figure > img {
	width: 100%;
	height: 90%;
	object-fit: contain;
	object-position: center bottom;
	position: relative;
	z-index: 1;
}

#top-service > div > div:first-of-type > div {
	width: calc(60% - 2em);
}

#top-service > div > div:last-of-type {
	background-color: var(--color-beige-pale);
	border-radius: 1em;
	padding: 4em 4em clamp(160px, 20vw, 360px) 4em;
	margin-top: 4em;
	position: relative;
}

#top-service > div > div:last-of-type > figure {
	width: clamp(140px, 17.5vw, 340px);
	aspect-ratio: 1 / 1;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

#top-service > div > div:last-of-type > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

#top-service > div > div:last-of-type > h2 {
	display: flex;
	justify-content: center;
	font-size: clamp(1.25em, 2.5vw, 2em);
	line-height: 1.5;
	text-align: center;
	padding: 0 1em;
	margin-bottom: 1em;
}

#top-service > div > div:last-of-type > h2:before {
	content: '';
	display: block;
	border-left: 3px solid var(--color);
	margin-right: 1em;
	transform: rotate(-15deg);
}

#top-service > div > div:last-of-type > h2:after {
	content: '';
	display: block;
	border-left: 3px solid var(--color);
	margin-left: 1em;
	transform: rotate(15deg);
}

#top-service-desire-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
}

#top-service-desire-list > li {
	display: flex;
	align-items: center;
	width: calc(50% - 0.5em);
	background-color: var(--color);
	border-radius: 0.375em;
	padding: 1em 2em 1em 4em;
	color: #fff;
	position: relative;
}

#top-service-desire-list > li:before {
	content: '\f00c';
	font-family: var(--font-awesome);
	font-weight: 700;
	color: var(--color-orange);
	position: absolute;
	top: 50%;
	left: 1.5em;
	transform: translateY(-50%);
}

#top-service-desire-list > li:nth-of-type(odd) {
	margin-right: 1em;
}

#top-service-desire-list > li:nth-of-type(n+3) {
	margin-top: 1em;
}

@media (max-width: 768px) {
	#top-service > div > div:first-of-type {
		flex-flow: column;
	}

	#top-service > div > div:first-of-type > figure {
		width: clamp(160px, 50vw, 320px);
	}

	#top-service > div > div:first-of-type > figure:before {
		border: 10vw solid var(--color-blue);
	}

	#top-service > div > div:first-of-type > div {
		width: 100%;
		margin-top: 1em;
	}

	#top-service > div > div:first-of-type > div > .heading {
		align-items: center;
		text-align: center;
	}

	#top-service > div > div:first-of-type > div > .button-wrap {
		text-align: center;
	}

	#top-service > div > div:last-of-type {
		padding: 2em 1em clamp(160px, 20vw, 360px) 1em;
	}

	#top-service-desire-list {
		flex-flow: column;
	}

	#top-service-desire-list > li {
		width: 100%;
	}

	#top-service-desire-list > li:nth-of-type(odd) {
		margin-right: unset;
	}

	#top-service-desire-list > li:nth-of-type(n+3),
	#top-service-desire-list > li + li {
		margin-top: 0.5em;
	}
} */

#top-job {
	background-color: var(--color-beige-pale);
	overflow-x: hidden;
}

#top-job > div:first-of-type > .heading {
	margin-bottom: 0;
}

#top-job-slider .swiper-slide > a > figure {
	width: 100%;
	aspect-ratio: 3 / 2;
	background-color: #fff;
	border-radius: 0.5em;
	overflow: hidden;
	margin-bottom: 1em;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
	position:relative;
}

#top-job-slider .swiper-slide > a > figure.new:before {
	content: '新着';
	background-color: var(--color-orange);
	padding: 0.25em 0.75em;
	border-radius: 0.5em;
	font-size: 0.75em;
	font-weight: 700;
	color: var(--color-beige-pale);
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 1;
}

#top-job-slider .swiper-slide > a > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease;
}

#top-job-slider .swiper-slide > a:hover > figure > img {
	opacity: 0.8;
	transform: scale(1.05);
	transition: all 0.3s ease;
}

#top-job-slider .swiper-slide > a:hover > h3 {
	text-decoration: underline;
}

#top-job-slider .swiper-slide > a > .meta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.875em;
}

#top-job-slider .swiper-slide > a > .meta > .company,
#top-job-slider .swiper-slide > a > .meta > .area,
#top-job-slider .swiper-slide > a > .meta > .status {
	width: 100%;
}

#top-job-slider .swiper-slide > a > .meta > dl {
	display: flex;
	line-height: 1.25;
	margin-top: 0.5em;
}

#top-job-slider .swiper-slide > a > .meta > dl > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: var(--color);
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	margin-right: 0.5rem;
}

#top-job-slider .swiper-slide > a > .meta > dl > dd {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: calc(100% - 5.5rem);
}

#top-job-slider .swiper-slide > a > .tags {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.25;
}

#top-job-slider .swiper-slide > a > .tags > span {
	color: var(--color);
	background-color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	font-size: 0.75em;
	margin: 1em 1em 0 0;
}

#top-job-slider .swiper-slide > a > .tags > span:before {
	content: '#';
}

#top-job-slider .swiper-navigation {
	display: flex;
	justify-content: flex-end;
	padding: 0 1em;
	margin-bottom: 1em;
}

#top-job-slider .swiper-navigation > div {
	width: 3em;
	height: 3em;
	background-color: #fff;
	border-radius: 0.5em;
	border: 1px solid var(--color);
	position: relative;
	transition: background-color 0.2s ease;
}

#top-job-slider .swiper-navigation > div:hover {
	background-color: var(--color);
	transition: background-color 0.2s ease;
}

#top-job-slider .swiper-navigation > div + div {
	margin-left: 1em;
}

#top-job-slider .swiper-navigation > div:before {
	content: '';
	display: block;
	border-top: 0.375em solid transparent;
	border-left: 0.375em solid var(--color);
	border-bottom: 0.375em solid transparent;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#top-job-slider .swiper-navigation > div:hover:before {
	border-left: 0.5em solid #fff;
}

#top-job-slider .swiper-navigation > div:after {
	content: unset;
}

#top-job-slider .swiper-button-prev,
#top-job-slider .swiper-button-next {
	position: absolute;
	transform: unset;
	top: unset;
	left: unset;
	right: unset;
	margin-top: unset;
}

#top-job-slider .swiper-navigation > .swiper-button-prev:before {
	transform: translate(-50%, -50%) scaleX(-1);
}

.top-category-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.top-category-list > li {
	width: calc(20% - 1em);
	aspect-ratio: 1 / 1;
	border-radius: 0.5em;
	background-color: #fff;
	border: 1px solid var(--color);
	overflow: hidden;
}

.top-category-list > li:not(:nth-of-type(5n)) {
	margin-right: calc(5em / 4);
}

.top-category-list > li:nth-of-type(n+6) {
	margin-top: calc(5em / 4);
}

.top-category-list > li > a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	padding: 0.5em;
	background-color: var(--color);
	position: relative;
	transition: all 0.2s ease;
}

.top-category-list > li > a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 0 clamp(2em, 3vw, 2em) 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s ease;
}

.top-category-list > li > a:hover:before {
	font-size: clamp(3em, 6vw, 4em);
	background-color: var(--color-beige-pale);
	border-radius: 0 0 1em 0;
	transition: all 0.2s ease;
}

.top-category-list > li > a > i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100% - 3rem);
	font-size: clamp(2em, 5vw, 4em);
	position: relative;
}

.top-category-list > li > a > h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3rem;
	line-height: 1.25;
	font-size: clamp(1em, 2vw, 1.25em);
	position: relative;
}

@media (max-width: 768px) {
	.top-category-list > li {
		width: calc(100% / 3 - 0.5em);
    }

	.top-category-list > li:not(:nth-of-type(5n)) {
		margin-right: unset;
	}

	.top-category-list > li:nth-of-type(n+6) {
		margin-top: unset;
	}

	.top-category-list > li:not(:nth-of-type(3n)) {
		margin-right: calc(1.5em/ 2);
	}

	.top-category-list > li:nth-of-type(n+4) {
		margin-top: calc(1.5em/ 2);
	}

	.top-category-list > li > a > i {
		font-size: clamp(2em, 8vw, 4em);
	}

	.top-category-list > li > a > h3 {
		word-break: auto-phrase;
		font-size: clamp(1em, 3vw, 1.25em);
		text-align: center;
	}
}

#top-area-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

#top-area-list > li {
	width: calc(100% / 3 - 0.5em);
	border-radius: 0.5em;
	background-color: #fff;
	border: 1px solid var(--color);
}

#top-area-list > li:not(:nth-of-type(3n)) {
	margin-right: calc(1.5em / 2);
}

#top-area-list > li:nth-of-type(n+4) {
	margin-top: calc(1.5em / 2);
}

#top-area-list > li > a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 100%;
	padding: 1em 3em 1em 2em;
	position: relative;
}

#top-area-list > li > a:before {
	content: '';
	display: block;
	border-top: 0.375em solid transparent;
	border-left: 0.375em solid var(--color);
	border-bottom: 0.375em solid transparent;
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

#top-area-list > li > a:hover:before {
	right: 1em;
	transition: all 0.3s ease;
}

#top-area-list > li > a > h3 {
	font-size: clamp(1em, 3vw, 1.25em);
}

@media (max-width: 768px) {
	#top-area-list {
		flex-flow: column;
	}

	#top-area-list > li {
		width: 100%;
	}

	#top-area-list > li:not(:nth-of-type(3n)) {
		margin-right: unset;
	}

	#top-area-list > li:nth-of-type(n+4),
	#top-area-list > li + li {
		margin-top: 0.5em;
	}
}

#top-tag-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

#top-tag-list > li {
	margin: 0.25em 0.5em 0.25em 0;
}

#top-tag-list > li > a {
	display: block;
	background-color: #fff;
	border: 1px solid var(--color);
	border-radius: 0.5em;
	padding: 0.25em 0.75em;
}

#top-tag-list > li > a > h3 {
	font-size: 1em;
	font-weight: 500;
}

#top-tag-list > li > a > h3:before {
	content: '#';
}

#top-interview {
	background-color: var(--color-beige-pale);
}

#top-interview > div > h2 {
	margin-bottom: 2em;
}

#top-interview > div > h2 > img {
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
}

/* #top-flow {
	background-color: var(--color-beige-pale);
}

#top-flow-list {
	list-style-type: none;
	display: flex;
	counter-reset: count;
}

#top-flow-list > li {
	width: calc(20% - 1em);
}

#top-flow-list > li:not(:nth-of-type(5n)) {
	margin-right: calc(5em / 4);
}

#top-flow-list > li > div {
	display: flex;
	flex-flow: column;
	align-items: center;
	background-color: #fff;
	padding: 2em 0.5em;
}

#top-flow-list > li > div > span {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: calc(100% - 1em);
	font-weight: 700;
	color: var(--color);
	border-bottom: 1px solid var(--color);
	line-height: 1;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#top-flow-list > li > div > span:before {
	content: 'flow';
}

#top-flow-list > li > div > span:after {
	counter-increment: count;
	content: '0'counter(count);
	font-size: 2em;
}

#top-flow-list > li > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: clamp(0.75em, 1.5vw, 1.25em);
}

#top-flow-list > li > div > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 66%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: var(--color-pale);
	overflow: hidden;
	margin-top: 1em;
}

#top-flow-list > li > div > figure > i {
	font-size: clamp(2.5em, 5vw, 3em);
	letter-spacing: 0;
	line-height: 1;
	color: var(--color);
}

#top-flow-list > li > p {
	margin-top: 1em;
}

@media (max-width: 768px) {
	#top-flow-list {
		flex-flow: column;
	}

	#top-flow-list > li {
		width: 100%;
	}
	
	#top-flow-list > li {
		margin-top: 2em;
	}

	#top-flow-list > li > div {
		flex-flow: row-reverse;
		justify-content: center;
		align-items: center;
		padding: 4.5em 0.5em 1em 0.5em;
		position: relative;
	}

	#top-flow-list > li > div > span {
		position: absolute;
		top: 0.5em;
		left: 0.5em;
	}

	#top-flow-list > li > div > figure {
		width: 3em;
		margin-right: 1em;
		margin-top: unset;
	}

	#top-flow-list > li > div > figure > i {
		font-size: clamp(1em, 5vw, 3em);
	}

	#top-flow-list > li > div > div {
		font-size: 1em;
		justify-content: flex-start;
	}
}
 */

#top-for-company > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
}

#top-for-company > div > .heading {
	grid-column: 1 / span 2;
	grid-row: 1;
	margin-bottom: unset;
}

#top-for-company > div > figure {
	grid-column: 2;
	grid-row: 2;
	width: 100%;
	aspect-ratio: 3 / 2;
	background-color: #eee;
	overflow: hidden;
	border-radius: 0.5em;
}

#top-for-company > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#top-for-company > div > div {
	grid-column: 1;
	grid-row: 2;
	align-self: center;
}

@media (max-width: 768px) {
	#top-for-company > div {
		grid-template-columns: 1fr;
		grid-gap: 2em 0;
	}

	#top-for-company > div > h2,
	#top-for-company > div > figure,
	#top-for-company > div > div {
		grid-column: 1 / span 1;
		grid-row: unset;
	}
}

#top-news {
	background-color: var(--color-beige-pale);
}

#top-news-list {
	list-style-type: none;
}

#top-news-list > li + li {
	margin-top: 0.5em;
}

#top-news-list > li > a {
	display: block;
	background-color: #fff;
	padding: 1em 3em 1em 2em;
	border-radius: 0.5em;
	position: relative;
}

#top-news-list > li > a:before {
	content: '';
	display: block;
	border-top: 0.375em solid transparent;
	border-left: 0.375em solid var(--color);
	border-bottom: 0.375em solid transparent;
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

#top-news-list > li > a:hover:before {
	right: 1em;
	transition: all 0.3s ease;
}

#top-news-list > li > a > article {
	display: flex;
	align-items: center;
}

#top-news-list > li > a > article > time {
	width: 8em;
	font-weight: 700;
	margin-right: 1em;
}

#top-news-list > li > a > article > h3 {
	width: calc(100% - 10em);
	font-size: 1em;
	font-weight: 500;
}

#top-news-list > li > a:hover > article > h3 {
	text-decoration: underline;
}

@media (max-width: 768px) {
	#top-news-list > li > a {
		padding: 1em 3em 1em 1em;
	}

	#top-news-list > li > a > article {
		flex-flow: column;
		align-items: flex-start;
	}

	#top-news-list > li > a > article > time,
	#top-news-list > li > a > article > h3 {
		width: 100%;
	}
}

#part-register {
	background-color: var(--color-green);
}

#part-register > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row-reverse;
	width: calc(70% - 1em);
}

#part-register > div > figure {
	display: block;
	height: 100%;
	aspect-ratio: 1 / 1;
	width: calc(30% - 1em);
	align-self: flex-end;
}

#part-register > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

#part-register > div > div {
	padding: 1em;
}

#part-register > div > div > h2 {
	color: #fff;
}

#part-register > div > div > h2 {
	display: flex;
	justify-content: center;
	font-size: clamp(1.25em, 2.5vw, 2em);
	color: #fff;
	line-height: 1.5;
	text-align: center;
	padding: 0 1em;
	margin-bottom: 1em;
}

#part-register > div > div > h2:before {
	content: '';
	display: block;
	border-left: 3px solid #fff;
	margin-right: 1em;
	transform: rotate(-15deg);
}

#part-register > div > div > h2:after {
	content: '';
	display: block;
	border-left: 3px solid #fff;
	margin-left: 1em;
	transform: rotate(15deg);
}

@media (max-width: 768px) {
	#part-register > div {
		flex-flow: column;
		width: 100%;
	}

	#part-register > div > figure {
		align-self: center;
	}
}

/* #top-company-service-wrap {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.5em;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
	padding: 3em;
	background-color: #fff;
}

#top-company-service-wrap > figure {
	width: 40%;
	aspect-ratio: 3 / 2;
	background-color: #eee;
	border-radius: 1em;
	overflow: hidden;
}

#top-company-service-wrap > figure > img {
	width: 100%;
	height: 100%;
	object-fit: center;
	object-position: center;
}

#top-company-service-wrap > div {
	width: calc(60% - 3em);
}

@media (max-width: 768px) {
	#top-company-service-wrap {
		flex-flow: column;
		padding: 1em;
	}

	#top-company-service-wrap > figure {
		width: 100%;
	}

	#top-company-service-wrap > div {
		width: 100%;
		margin-top: 1em;
	}

	#top-company-service-wrap > div > .button-wrap {
		text-align: center;
	}
}
 */
#part-contact > div > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--color-green);
	border-radius: 1em;
	padding: 3em;
}

#part-contact > div > div figure {
	display: flex;
	align-items: flex-end;
	width: 35%;
	aspect-ratio: 1 / 1;
	border-radius: 1em;
	background-color: var(--color-blue-pale);
	overflow: hidden;
	position: relative;
}

#part-contact > div > div figure:before {
    content: '';
    display: block;
    width: 150%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 5vw solid var(--color-blue);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

#part-contact > div > div figure > img {
	width: 100%;
	height: 90%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
}

#part-contact > div > div > div {
	width: calc(65% - 2em);
}

#part-contact > div > div > div {
	color: #fff;
}

#part-contact > div > div > div > h2 {
	text-align: center;
	font-size: clamp(1.25em, 2vw, 1.5em);
	word-break: auto-phrase;
}

#part-contact > div > div > div > h2 > span {
	font-size: 1.5em;
}

#part-contact > div > div > div > .tel {
	text-align: center;
	font-weight: 700;
	font-size: clamp(2em, 4vw, 3em);
}

#part-contact > div > div > div > .tel:before {
	content: 'tel.';
	font-size: 0.75em;
}

@media (max-width: 768px) {
	#part-contact > div > div {
		flex-flow: column;
		padding: 2em;
	}

	#part-contact > div > div > figure {
		width: clamp(120px, 33%, 240px);
	}

	#part-contact > div > div > div {
		width: 100%;
		margin-top: 2em;
	}
}

/* --------------------------
    page
-------------------------- */
#page-header {
	min-height: 250px;
	background-color: var(--color-blue-pale);
	overflow: hidden;
	position: relative;
}

#page-header:before {
	content: '';
	display: block;
	width: 50%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 5vw solid var(--color-blue);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-66%, -66%);
}

#page-header:after {
	content: '';
	display: block;
	width: 50%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 5vw solid var(--color-blue);
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(66%, 66%);
}

#page-header > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 250px;
	padding: 1em;
	position: relative;
	z-index: 1;
}

#page-header > div > h2 {
	display: flex;
	flex-flow: column;
	font-size: clamp(1.25em, 3vw, 2.25em);
	text-align: justify;
	word-break: break-all;
	margin-right: 2em;
}

#page-header > div > h2[data-text]:before {
	content: attr(data-text);
	font-family: var(--display-font);
	font-size: 0.5em;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	padding-left: 1em;
	background-image: var(--ornament1);
	background-position: center left;
	background-size: 0.5em;
	background-repeat: no-repeat;
}

#page-header-interview > div > h2 {
	width: 50%;
	max-width: 360px;
	margin: 0 auto 2em auto;
}

#breadcrumb {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875em;
}

#page-header-interview > div > #breadcrumb {
	justify-self: center;
}

#breadcrumb > li:not(:last-of-type) {
	margin-right: 1em;
}

#breadcrumb > li + li:before {
	content: '';
	display: block;
	border-top: 0.375em solid transparent;
	border-left: 0.375em solid var(--color);
	border-bottom: 0.375em solid transparent;
	align-self: center;
	margin-right: 1em;
}

#breadcrumb > li {
	display: flex;
}

#breadcrumb > li > a {
	text-decoration: underline;
}

@media (max-width: 1100px) {
	#page-header {
	    min-height:150px;
		position: relative;
	}

	#page-header > div {
		flex-flow: column;
		justify-content: center;
	    min-height: 150px;
	}

	#page-header > div > h2 {
		margin-right: unset;
	}

	#page-header-interview > div > h2 {
		width: 75%;
		max-width: 360px;
		margin: 0 auto 1em auto;
	}

	#breadcrumb {
		margin-top: 0.5em;
	}
}

#job-search-form {
	margin-bottom: 2em;
}

#job-search-form > div {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0.5em;
	overflow: hidden;
}

#job-search-form > div + div {
	margin-top: 0.5em;
}

#job-search-form > div > input[type=checkbox] {
	display: none;
}

#job-search-form > div > input[type=checkbox] + label {
	display: block;
	background-color: #fff;
	padding: 1em 3em 1em 2em;
	font-weight: 500;
	position: relative;
}

#job-search-form > div > input[type=checkbox] + label:hover {
	cursor: pointer;
}

#job-search-form > div > input[type=checkbox] + label:hover,
#job-search-form > div > input[type=checkbox]:checked + label {
	background-color: var(--color-pale);
	color: var(--color);
}

#job-search-form > div > input[type=checkbox] + label:before {
	content: '\2b';
	font-family: var(--font-awesome);
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

#job-search-form > div > input[type=checkbox]:checked + label:before {
	content: '\f068';
}

#job-search-form > div > input[type=checkbox] + label + div {
	display: none;
	padding: 1em 2em;
}

#job-search-form > div > input[type=checkbox]:checked + label + div {
	display: flex;
}

#job-search-form > div > div {
	display: flex;
	flex-wrap: wrap;
}

#job-search-form > div > div > span {
	display: block;
	width: calc(100% / 3 - 1em);
}

#job-search-form > div > div > span:not(:nth-of-type(3n)) {
	margin-right: calc(3em / 2);
}

#job-search-form > div > div > span:nth-of-type(n+4) {
	margin-top: 0.5em
}

#job-search-form > div > div > span > input[type=checkbox] + label:hover {
	font-weight: 500;
	cursor: pointer;
}

#job-search-form > div > div > span > input[type=checkbox]:checked + label {
	font-weight: 500;
}

#job-search-form > div > div > span > div {
	display: none;
	background-color: #f5f5f5;
	padding: 0.5em 1em;
	margin-top: 0.5em;
	border-radius: 0.5em;
}

#job-search-form > div > div > span > input[type=checkbox] + label + input[type=checkbox] {
	display: none;
}

#job-search-form > div > div > span > input[type=checkbox] + label + input[type=checkbox] + label {
	display: inline-block;
	border: 1px solid var(--color);
	padding: 0.25lh 0.5lh;
	font-size: 0.75em;
	color: var(--color);
	border-radius: 0.75lh;
	margin-left: 1em;
}

#job-search-form > div > div > span > input[type=checkbox] + label + input[type=checkbox] + label:hover {
	background-color: var(--color);
	color: #fff;
}

#job-search-form > div > div > span > input[type=checkbox] + label + input[type=checkbox]:checked + label {
	background-color: var(--color);
	color: #fff;
}

#job-search-form > div > div > span > input[type=checkbox] + label + input[type=checkbox]:checked + label + div {
	display: block;
}

#job-search-form > .sumbit-wrap {
	display: block;
	background-color: var(--color-green);
	border-radius: 0.5em;
	margin-top: 0.5em;
	position: relative;
}

#job-search-form > .sumbit-wrap:before {
	content: '\f002';
	display: block;
	color: #fff;
	font-family: var(--font-awesome);
	font-weight: 700;
	font-size: 1.25em;
	position: absolute;
	top: 50%;;
	left: 2em;
	transform: translateY(-50%);
}

#job-search-form > .sumbit-wrap > input {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	appearance: none;
	border: none;
	background-color: transparent;
	padding: 1em 2em 1em 3em;
	font-size: 1.25em;
	font-weight: 700;
	color: #fff;
}

#job-search-form > .sumbit-wrap > input:hover {
	cursor: pointer;
}

#job-archive-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 1em;
}

#job-archive-header > div + div {
	margin-left: 1em;
}

#job-archive-header > div > span {
	font-size: 2em;
	font-weight: 700;
}

#job-archive-list {
	list-style-type: none;
}

#job-archive-list > li {
	border: 1px solid #ddd;
	border-top: 3px solid var(--color);
	border-radius: 0 0 0.5em 0.5em;
	overflow: hidden;
	background-color: #fff;
}

#job-archive-list > li + li {
	margin-top: 2em;
}

#job-archive-list > li > article > .header {
	padding: 2em;
	border-bottom: 1px solid #ddd;
}

#job-archive-list > li.new > article > .header:before {
	content: '新着';
	display: inline-block;
	background-color: var(--color-orange);
	padding: 0.25em 0.75em;
	border-radius: 0.5em;
	font-size: 0.75em;
	font-weight: 700;
	color: var(--color-beige-pale);
}

#job-archive-list > li > article > .header > .title {
	font-size: clamp(1.25em, 2.5vw, 1.75em);
}

#job-archive-list > li > article > .header > .tags {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.25;
	margin-top: 0.5em;
}

#job-archive-list > li > article > .header > .tags > span {
	color: var(--color);
	border: 1px solid var(--color);
	padding: 0.5em 1em;
	border-radius: 0.25em;
	font-size: 0.75em;
	margin: 0.5em 0.5em 0 0;
}

#job-archive-list > li > article > .header > .tags > span:before {
	content: '#';
}

#job-archive-list > li > article > .content {
	padding: 2em;
}

#job-archive-list > li > article > .content {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}

#job-archive-list > li > article > .content > figure {
	width: calc(40% - 1em);
	aspect-ratio: 3 / 2;
	background-color: #eee;
	border-radius: 0.5em;
	overflow: hidden;
}

#job-archive-list > li > article > .content > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#job-archive-list > li > article > .content > div {
	width: calc(60% - 1em);
}

#job-archive-list > li > article > .content:not(:has(figure)) > div {
	width: 100%;
}

#job-archive-list > li > article > .content > div .catchcopy {
	font-size: clamp(1em, 2vw, 1.5em);
	font-weight: 500;
	margin-bottom: 0.5em;
}

#job-archive-list > li > article > .content > div > * + .meta {
	font-size: 0.875em;
	margin-top: 1em;
}

#job-archive-list > li > article > .content > div > .meta > dl {
	display: flex;
	align-items: center;
	line-height: 1.25;
	margin-top: 0.5em;
}

#job-archive-list > li > article > .content > div > .meta > dl > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8rem;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: var(--color);
	color: #fff;
	font-weight: 700;
	margin-right: 1rem;
}

#job-archive-list > li > article > .content > div > .meta > dl > dd {
	width: calc(100% - 9rem);
}

#job-archive-list > li > article > .content > div > .meta > dl > dd > span {
	display: inline-block;
}

#job-archive-list > li > article > .content > div > .meta > dl > dd > span:not(:last-of-type):after {
	content: '、';
}

#job-archive-list > li > article > .footer > a {
	display: block;
	width: 100%;
	padding: 1em 2em;
	background-color: var(--color);
	font-size: clamp(1em, 1.5vw, 1.25em);
	font-weight: 700;
	text-align: center;
	color: #fff;
}

@media (max-width: 768px) {
	#job-archive-list > li > article > .header {
		padding: 1em;
	}

	#job-archive-list > li > article > .content {
		flex-flow: column;
		padding: 1em;
	}

	#job-archive-list > li > article > .content > figure {
		width: 100%;
		margin-bottom: 1em;
	}

	#job-archive-list > li > article > .content > div {
		width: 100%;
	}

	#job-search-form > div > div > span {
		width: calc(100% / 2 - 1em);
	}

	#job-search-form > div > div > span:not(:nth-of-type(3n)) {
		margin-right: unset;
	}

	#job-search-form > div > div > span:nth-of-type(odd) {
		margin-right: 1em;
	}

	#job-search-form > div > div > span:nth-of-type(n+3),
	#job-search-form > div > div > span:nth-of-type(n+4) {
		margin-top: 0.5em
	}
}

#single-job-content-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2em;
}

#single-job-content-header:has(figure) {
	flex-flow: row-reverse;
}

#single-job-content-header > figure {
	width: 30%;
	aspect-ratio: 3 / 2;
	background-color: #eee;
	border-radius: 0.5em;
	overflow: hidden;
}

#single-job-content-header > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#single-job-content-header:has(figure) > div {
	width: calc(70% - 2em);
}

#single-job-content-header > div > h3 {
	font-size: clamp(1.25em, 1.5vw, 1.5em);
	font-weight: 500;
	margin-bottom: 1em;
}

#single-job-content-header > div > dl {
	display: flex;
	justify-content: space-between;
}

#single-job-content-header > div > dl + dl {
	margin-top: 0.5em;
}

#single-job-content-header > div > dl > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: var(--color);
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	margin-right: 0.5rem;
}

#single-job-content-header > div > dl > dd {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: calc(100% - 5.5rem);
}

#single-job-content-header > div > .tags {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.25;
	margin-top: 0.5em;
}

#single-job-content-header > div > .tags > span {
	color: var(--color);
	background-color: #fff;
	border: 1px solid var(--color);
	padding: 0.5em 1em;
	border-radius: 0.25em;
	font-size: 0.75em;
	margin: 1em 1em 0 0;
}

#single-job-content-header > div > .tags > span:before {
	content: '#';
}

.single-job-content-introduction {
	margin-top: 4em;
}

.single-job-content-introduction > figure {
	width: 100%;
}

.single-job-content-introduction > figure > img {
	max-width: 100%;
	margin: 0 auto;
}

.single-content .single-job-content-introduction > *:not(.plain):not(h1, h2, h3, h4, h5, h6) + *:not(.plain):is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(1.125em, 1.5vw, 1.5em);
	margin-top: 1em;
}

.single-job-application-button {
	display: block;
	width: 100%;
	padding: 1em 3em;
	background-color: var(--color-green);
	font-size: clamp(1em, 1.5vw, 1.5em);
	font-weight: 700;
	color: #fff;
	text-align: center;
}

#company-other-job-list {
	list-style-type: none;
}

#company-other-job-list > li {
	padding: 1em;
	background-color: #fff;
	border-radius: 0.75em;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease;
}

#company-other-job-list > li:hover {
	text-decoration: underline;
	transition: all 0.3s ease;
}

#company-other-job-list > li + li {
	margin-top: 1em;
}

#company-other-job-list > li > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 3em;
	position: relative;
}

#company-other-job-list > li > a:before {
	content: '';
	display: block;
	border-top: 0.375em solid transparent;
	border-left: 0.375em solid var(--color);
	border-bottom: 0.375em solid transparent;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

#company-other-job-list > li > a:hover:before {
	right: 0;
	transition: all 0.3s ease;
}

#company-other-job-list > li > a > figure {
	align-self: flex-start;
	width: 180px;
	aspect-ratio: 3 / 2;
	background-color: #fff;
	border-radius: 0.5em;
	overflow: hidden;
}

#company-other-job-list > li > a > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#company-other-job-list > li > a > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: calc(100% - 180px - 2em);
}

#company-other-job-list > li > a > div > h4 {
	font-size: clamp(1.125em, 1.5vw, 1.25em);
}

#single-job-oneday-flow {
	list-style-type: none;
	position: relative;
}

#single-job-oneday-flow:before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: var(--color-pale);
	position: absolute;
	left: 8em;
	top: 0;
	transform: translateX(-50%);
}

#single-job-oneday-flow > li {
	position: relative;
}

#single-job-oneday-flow > li:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 0.125em solid #f5f5f9;
	background-color: var(--color);
	position: absolute;
	top: 50%;
	left: 8em;
	transform: translate(-50%, -50%);
}

#single-job-oneday-flow > li + li {
	margin-top: 1em;
}

#single-job-oneday-flow > li > dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#single-job-oneday-flow > li > dl > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	line-height: 1.25;
	font-weight: 700;
	font-size: 1.5em;
}

#single-job-oneday-flow > li > dl > dd {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: calc(100% - 10rem);
	border-radius: 0.5em;
	padding: 1em 2em;
	background-color: #fff;
	font-weight: 700;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
	#single-job-content-header:has(figure) {
		flex-flow: column;
	}

	#single-job-content-header > figure {
		width: 100%;
	}

	#single-job-content-header:has(figure) > div {
		width: 100%;
		margin-top: 1em;
	}
	
	#single-job-oneday-flow {
		padding-left: 2em;
	}

	#single-job-oneday-flow:before {
		left: 1em;
	}

	#single-job-oneday-flow > li:before {
		top: 0.5lh;
		left: -2em;
		transform: translate(50%, -50%);
	}

	#single-job-oneday-flow > li > dl {
		flex-flow: column;
	}

	#single-job-oneday-flow > li > dl > dt {
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 0.5em;
		font-size: 1.25em;
	}

	#single-job-oneday-flow > li > dl > dd {
		width: 100%;
	}

	#company-other-job-list > li > a {
		flex-flow: column;
		padding-right: 0;
		padding-bottom: 2em;
	}

	#company-other-job-list > li > a:before {
		right: 0.5em;
		bottom: 0.5em;
		top: unset;
		transform: unset;
	}

	#company-other-job-list > li > a > figure {
		width: 100%;
	}

	#company-other-job-list > li > a > div {
		width: 100%;
		margin-top: 1em;
	}
}


/* --------------------------
    contact
-------------------------- */
#contact-tel-wrap {
	display: flex;
	flex-flow: column;
	align-items: center;
}

#contact-tel-wrap > div {
	font-size: clamp(1.5em, 4vw, 2.5em);
	font-weight: 700;
}

.grecaptcha-badge {
	z-index: 254;
}

.contactform dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1em;
	overflow: hidden;
	border-radius: 0.25em;
}

.contactform > dl > dt {
	padding: 1em 4em 1em 1em;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    background-color: var(--color-pale);
	font-weight: 700;
	font-family: var(--serif-font);
}

.contactform > dl > dd {
	padding: 1em 2em;
	width: 70%;
    background-color: #f4f9f9
}

.contactform > dl > dt:not(:last-of-type),
.contactform > dl > dd:not(:last-of-type) {
	margin-bottom: 2px;
}

.contactform > dl > dt.required:after {
	content: '必 須';
	display: block;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0;
	padding: 0.5em 1em;
	background: var(--color-red);
	color: #fff;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
}

.contactform > dl > dt:not(.required):after {
	content: '任 意';
	display: block;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0;
	padding: 0.5em 1em;
	background-color: #fff;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
	color: var(--color);
}

.contactform > dl > dd input[type=text],
.contactform > dl > dd input[type=email],
.contactform > dl > dd input[type=tel],
.contactform > dl > dd textarea {
	display: block;
	width: 100%;
	border-radius: 3px;
	border: none;
	border: 1px solid #bbb;
	padding: 0.5em 1em;
	background-color: #fff;
}

.contactform > dl > dd select {
	display: block;
	border-radius: 3px;
	border: none;
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 0.5em 1em;
}

.contactform > dl > dd input[type=date] {
	width: 30%;
	display: block;
	border-radius: 3px;
	border: none;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 0.5em 1em;
}

.contactform > dl > dd input[type=number] {
	display: block;
	border-radius: 3px;
	border: none;
	background-color: #fcfcfc;
	border: 1px solid #bbb;
	padding: 0.5em 1em;
}

.contactform > dl > dd input.inline {
	display: inline-block;
}

.contactform > dl > dd input[readonly="readonly"] {
	background-color: transparent;
	border: none;
	padding: 0.5em 0;
}

.contactform > dl > dd input[readonly="readonly"]:focus {
	outline: none;
}

.contactform > dl > dd > .circulation > span {
	display: flex;
	align-items: center;
}

.contactform > dl > dd > .zip-wrap > span {
	display: flex;
	align-items: center;
}

.contactform > dl > dd.license  span + span,
.contactform > dl > dd.address span + span {
	display: block;
	margin-top: 0.5rem;
}

.contactform > dl > dd > .zip-wrap input[type=text],
.contactform > dl > dd.inline input[type=text] {
	width: auto;
}

.contactform > dl > dd span[data-name=your-zip],
.contactform > dl > dd span[data-name=your-birth-year],
.contactform > dl > dd span[data-name=your-birth-month],
.contactform > dl > dd span[data-name=your-birth-day] {
	display: inline-flex;
}

.contactform > dl > dd > div:has(span[data-name=your-address]) {
	margin-top: 0.5em;
}

.contactform > dl > dd span[data-name=your-zip]:before {
	content: '〒';
	margin-right: 0.25em;
}

.contactform > dl > dd span[data-name=your-birth-year]:after {
	content: '年';
	margin-left: 0.25em;
}

.contactform > dl > dd span[data-name=your-birth-month]:after {
	content: '月';
	margin-left: 0.25em;
}

.contactform > dl > dd span[data-name=your-birth-day]:after {
	content: '日';
	margin-left: 0.25em;
}

.contactform > dl > dd > .zip-wrap > span:before {
	content: "〒";
	margin-right: 0.5rem;
}

.agreement-wrap {
	text-align: center;
	margin-bottom: 1rem;
}

.contactform input[name=agreement] {
	appearance: none;
	-webkit-appearance: none;
	border: none;
}

.contactform input[name=agreement] + span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contactform input[name=agreement] + span:hover {
	cursor: pointer;
}

.contactform input[name=agreement] + span:before {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGZvY3VzYWJsZT0iZmFsc2UiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIgoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQUFBQUFBO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE3My45LDQzOS40TDcuNSwyNzNjLTEwLTEwLTEwLTI2LjIsMC0zNi4ybDM2LjItMzYuMmMxMC0xMCwyNi4yLTEwLDM2LjIsMEwxOTIsMzEyLjdMNDMyLjEsNzIuNgoJYzEwLTEwLDI2LjItMTAsMzYuMiwwbDM2LjIsMzYuMmMxMCwxMCwxMCwyNi4yLDAsMzYuMkwyMTAuMSw0MzkuNEMyMDAuMSw0NDkuNCwxODMuOSw0NDkuNCwxNzMuOSw0MzkuNEwxNzMuOSw0MzkuNHoiLz4KPC9zdmc+Cg==);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 1rem;
	background-color: #fff;
}

.contactform input[name=agreement]:checked + span:before {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border: 1px solid #333;
	border-radius: 3px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ij48L3BhdGg+PC9zdmc+);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.contactform .submit-wrap {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.contactform .submit-wrap > input[type=submit] {
	width: 100%;
	max-width: 280px;
	border: none;
	color: #fff;
	background: var(--color-green);
	padding: 1rem 2rem;
	cursor: pointer;
	border-radius: 0.25em;
}

.contactform .submit-wrap > input[type=submit]:hover {
	opacity: 0.7;
}

.contactform .submit-wrap > input[type=submit]:disabled {
	background: #ddd;
	cursor: not-allowed;
}

@media (max-width: 768px) {
	.contactform > dl > dt {
		width: 100%;
	}
	
	.contactform > dl > dd {
		width: 100%;
		padding: 1em 0;
		background-color: unset;
	}
	
	.contactform > dl > dt:not(:last-of-type),
	.contactform > dl > dd:not(:last-of-type) {
		margin-bottom: 0;
	}
}

/* --------------------------
    interview
-------------------------- */
#interview-archive-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

#interview-archive-list > li {
	width: calc(100% / 3 - 1.5em);
}

#interview-archive-list > li:not(:nth-of-type(3n)) {
	margin-right: calc(4.5em / 2);
}

#interview-archive-list > li:nth-of-type(n+4) {
	margin-top: calc(4.5em / 2);
}

#interview-archive-list > li > a {
	display: block;
	position: relative;
}

#interview-archive-list > li > a > article > figure {
	width: 100%;
	aspect-ratio: 3 / 2;
	background-color: #fff;
	border-radius: 0.5em;
	overflow: hidden;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
}

#interview-archive-list > li > a > article > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease;
}

#interview-archive-list > li > a:hover > article > figure > img {
	opacity: 0.7;
	transform: scale(1.05);
	transition: all 0.3s ease;
}

#interview-archive-list > li > a > article > .category {
	width: calc(100% - 1em);
	position: absolute;
	top: 0.5em;
	left: 0.5em;
}

#interview-archive-list > li > a > article > .category > span {
	display: inline-block;
	color: var(--color);
	border: 1px solid var(--color);
	background-color: #fff;
	padding: 0.25em 0.75em;
	border-radius: 0.25em;
	font-size: 0.75em;
	margin: 0.25em;
}

#interview-archive-list > li > a > article > .info {
	margin-top: 1em;
}

#interview-archive-list > li > a > article > .info > h3 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

#interview-archive-list > li > a:hover > article > .info > h3 {
	text-decoration: underline;
}

#interview-archive-list > li > a > article > .info >  p {
	font-size: 0.875em;
}

#interview-archive-list > li > a:hover > article > .info >  p {
	text-decoration: underline;
}

#interview-archive-list > li > a > article > .info > .meta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.875em;
	margin-bottom: 0.5em;
}

#interview-archive-list > li > a > article > .info > .meta > .company,
#interview-archive-list > li > a > article > .info > .meta > .area,
#interview-archive-list > li > a > article > .info > .meta > .status {
	width: 100%;
}

#interview-archive-list > li > a > article > .info > .meta > dl {
	display: flex;
	line-height: 1.25;
	margin-top: 0.5em;
}

#interview-archive-list > li > a > article > .info > .meta > dl > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: var(--color);
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	margin-right: 0.5rem;
}

#interview-archive-list > li > a > article > .info > .meta > dl > dd {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: calc(100% - 5.5rem);
}

@media (max-width: 768px) {
	#interview-archive-list {
		flex-flow: column;
	}

	#interview-archive-list > li {
		width: 100%;
	}

	#interview-archive-list > li:not(:nth-of-type(3n)) {
		margin-right: unset;
	}

	#interview-archive-list > li:nth-of-type(n+4),
	#interview-archive-list > li + li {
		margin-top: 2em;
	}
}

#single-interview-thumb {
	margin-bottom: 2em;
}

#single-interview-thumb > img {
	width: 100%;
}

.single-interview-wrap {
	margin-top: 4em;
}

#single-interview-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.75em;
}

#single-interview-meta > time {
	font-weight: 700;
	white-space: nowrap;
	margin-left: 1em;
}

#single-interview-meta > div > dl {
	display: flex;
	align-items: center;
}


#single-interview-meta > div > dl > dt {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    padding: 0.5em;
    border-radius: 0.25em;
    background-color: var(--color);
    color: #fff;
    font-weight: 700;
    margin-right: 1rem;
}

#single-interview-meta > div > dl > dd {
	font-size: 1.25em;
	font-weight: 700;
}

#single-interview-category {
	margin-bottom: 1em;
}

#single-interview-category > span {
	display: inline-block;
	color: var(--color);
	background-color: #fff;
	border: 1px solid var(--color);
	padding: 0.5em 1em;
	border-radius: 0.25em;
	margin: 1em 1em 0 0;
}

@media (max-width: 768px) {
	#single-interview-meta {
		flex-flow: column-reverse;
		align-items: flex-start;
	}

	#single-interview-meta > time {
		align-self: flex-end;
		margin-left: unset;
	}

	#single-interview-meta > div > dl {
		flex-flow: column;
		align-items: flex-start;
	}

	#single-interview-meta > div > dl > dd {
		margin-top: 0.5em;
	}
}


/* --------------------------
    WP-Members
-------------------------- */
/* login */
/* #page-content #wpmem_login,
#page-content #wpmem_reg {
	margin-left: auto;
	margin-right: auto;
	padding: 2em 4em;
	border-radius: 0.5em;
	background-color: #fff;
	border: 1px solid #dde;
}

#page-content #wpmem_login {
	width: 100%;
	max-width: var(--narrow-width);
}

#page-content #wpmem_reg {
	width: 100%;
}

#page-content #wpmem_login legend,
#page-content #wpmem_reg legend {
	display: block;
	font-size: 1.5em;
	padding-left: 1em;
	margin-bottom: 1em;
	position: relative;
}

#page-content #wpmem_login legend:before,
#page-content #wpmem_reg legend:before {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	background-image: var(--ornament1);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0.5lh;
	transform: translateY(-50%);
}

#page-content #wpmem_login .button_div,
#page-content #wpmem_reg .button_div {
	text-align: unset;
}

#page-content #wpmem_login .button_div > input[type="submit"] {
	margin-bottom: 1em;
}

#page-content #wpmem_login .button_div > input[type="submit"],
#page-content #wpmem_reg .button_div > input[type="submit"] {
	display: inline-block;
	width: 100%;
	border: 1px solid var(--color);
	font-weight: 700;
	padding: 1em 1.5em 1em 3.5em;
	border-radius: 0.5em;
	background-color: #fff;
	appearance: none;
	position: relative;
	transition: all 0.3s ease;
}

#page-content #wpmem_login .button_div > input[type="submit"]:hover,
#page-content #wpmem_reg .button_div >  input[type="submit"]:hover {
	cursor: pointer;
	background-color: var(--color);
	color: #fff;
	transition: all 0.3s ease;
}

#page-content #wpmem_login label,
#page-content #wpmem_reg label {
	display: inline-block;
	margin-bottom: 0.5em;
}

#page-content #wpmem_login label > .req,
#page-content #wpmem_reg label > .req {
	display: none;
}

#page-content #wpmem_login label:has(.req),
#page-content #wpmem_reg label:has(.req) {
	display: flex;
	align-items: center;
}

#page-content #wpmem_login label:has(.req):after,
#page-content #wpmem_reg label:has(.req):after {
	content: '必須';
	display: inline-block;
	background-color: var(--color-red);
	padding: 0.25em 0.5em;
	border-radius: 0.5em;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	margin-left: 0.5em;
}

#page-content #wpmem_reg .req-text {
	display: none;
}

@media (max-width: 768px) {
	#page-content #wpmem_login,
	#page-content #wpmem_reg {
		padding: 1em;
	}
} */

/* message */
/* #page-content .wpmem_msg {
	width: auto;
	background-color: var(--color-pale);
	border: none;
	color: var(--color);
	text-align: unset;
	padding: 1em 2em;
}

#mypage-menu-list {
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
	margin-bottom: 4em;
}

#mypage-menu-list > li > a {
	display: flex;
	height: 100%;
	align-items: center;
}

@media (max-width: 768px) {
	#mypage-menu-list {
		grid-template-columns: 1fr 1fr;
		grid-gap: 0.5em;
		margin-bottom: 1em;
	}
}
 */

/* --------------------------
    for-company
-------------------------- */
.publication-process {
	list-style-type: none;
}

.publication-process > li {
	padding: 2em;
	background-color: var(--color-beige-pale);
	position: relative;
}

.publication-process > li + li {
	margin-top: 3em;
}

.publication-process > li + li:before {
	content: '';
	position: absolute;
	display: block;
	border-top: 0.5em solid var(--color);
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    position: absolute;
    top: -1.5em;
    right: 50%;
    transform: translateY(-50%);
}

.publication-process > li > div {
	display: flex;
	justify-content: space-between;
}

.publication-process > li > div > img {
	width: 200px;
	height: 100%;
}

.publication-process > li > div > :not(img) {
	width: calc(100% - 200px - 2em);
}

.publication-process > li > div > :not(img) .tel {
	font-size: clamp(1.5em, 4vw, 2.5em);
    font-weight: 700;
}

.qa-list > dt {
	background-color: var(--color-pale);
    padding: 1em 2em 1em 4em;
    font-weight: 700;
	border-radius: 0.5em 0.5em 0 0;
	position: relative;
}

.qa-list > dt:before {
	content: 'Q';
	position: absolute;
	top: 50%;
	left: 2em;
	transform: translate(-50%, -50%);
}

.qa-list > dd {
	background-color: #fff;
    padding: 2em 3em;
	margin-bottom: 1em;
	border-radius: 0 0 0.5em 0.5em;
}

@media (max-width: 768px) {
	.publication-process > li {
		padding: 1em;
	}
	
	.publication-process > li > div {
		flex-flow: column-reverse;
	}
	
	.publication-process > li > div > img {
		margin: 0 auto 2em;
	}
	
	.publication-process > li > div > :not(img) {
		width: 100%;
	}
	
	.qa-list > dd {
		padding: 1em 2em;
	}
}