@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
共通
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	outline: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, dl, dt, dd, ol, ul, li, label, table, tr, th, td, hr, input, textarea,
article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, picture {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	vertical-align: baseline;
}

iframe, article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, picture {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

address {
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

ol {
	counter-reset: number;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select, button {
	border: 0;
	border-radius: inherit;
	background: none;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

textarea {
	overflow: auto;
}

input:not([type="checkbox"]):not([type="radio"]), textarea, button {
	-webkit-appearance: none;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
html {
	font-size: 62.5%;
}

body {
	overflow: hidden scroll;
	color: #1e1d1d;
	font-size: 1.5em;
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1.8;
}

main {
	overflow-x: hidden;
	position: relative;
	min-height: 800px;
}

article {
	overflow-x: hidden;
}

section,
.section {
	padding: 40px 0;
}

section > section {
	padding-bottom: 0;
}

.inner {
	width: 100%;
	max-width: 980px;
	margin: auto;
	padding: 0 20px;
}

.frame-outer {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 40px 20px 60px;
	border-radius: 10px;
	background: linear-gradient(135deg, #feebd9, #ffdfe0);
}

.frame-outer > * {
	width: 100%;
	max-width: 940px;
	margin: auto;
}

.frame-inner {
	padding: 30px 20px;
	border-radius: 10px;
	background: #fff;
}

.frame-inner:nth-last-of-type(n+2) {
	margin-bottom: 50px;
}

.frame-outer.frame-outer--flex {
	display: flex;
}

.frame-outer.frame-outer--flex > * {
	margin: 0;
}

.frame-outer.frame-outer--3columns {
	--gap: 20px;
	gap: var(--gap);
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.frame-outer.frame-outer--3columns {
		flex-direction: row;
	}
}

h1 {
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.5;
}

h2 {
	margin-bottom: 20px;
	color: #93abdf;
	font-size: 2.2rem;
	line-height: 1.5;
}

h3 {
	font-size: 2rem;
	line-height: 1.5;
}

h4 {
	font-size: 2rem;
	line-height: 1.5;
}

.heading-line-bottom {
	color: inherit;
	font-weight: 500;
}

.heading-line-bottom::after {
	display: block;
	width: 32px;
	height: 2px;
	margin-top: 20px;
	background: #ff9698;
	content: "";
	transition: width 0.3s ease-in-out;
}

.heading-frame {
	position: relative;
	z-index: 1;
	margin-bottom: -0.7em;
	color: #93abdf;
	font-size: 2.2rem;
	line-height: 1.5;
	text-align: center;
}

.heading-table {
	margin-bottom: 30px;
	text-align: center;
}

p:not([class]) + p:not([class]) {
	margin-top: 1em;
}

a,
a::before,
a::after {
	transition: 0.3s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

input[type="submit"] {
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

iframe {
	width: 100%;
}

table {
	width: 100%;
}

th {
	font-size: 1.4rem;
	text-align: left;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}

.table01 th {
	display: block;
	padding: 10px 0 5px;
	border-top: 1px solid #93abdf;
}

.table01 td {
	padding-bottom: 10px;
}

.table02 tr:nth-child(n+2) {
	border-top: 1px dotted #c1c1c1;
}

.table02 th {
	padding: 10px 0 5px;
	font-size: 1.6rem;
}

.table02 td {
	padding-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border-radius: 5px;
	background: #fff;
}

textarea {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	background: #fff;
}

h1 span:not([class]),
h2 span:not([class]),
h3 span:not([class]),
h4 span:not([class]),
p span:not([class]),
a span:not([class]),
li span:not([class]),
table span:not([class]),
small span:not([class]) {
	display: inline-block;
}

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

.center {
	text-align: center;
}

.annotation {
	position: relative;
	padding-left: 1.2em;
	color: #929191;
}

.annotation::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
}

.button {
	display: flex;
	width: 100%;
	max-width: 268px;
	height: 52px;
	margin: 40px auto 0;
	border: 1px solid #7494d8;
	border-radius: 60px;
	background: #fff;
	color: #7494d8;
	font-weight: 500;
	font-size: 1.4rem;
	transition: 0.3s ease-in-out;
	justify-content: center;
	align-items: center;
}

.button:hover,
a:hover .button {
	opacity: 1;
	background: #7494d8;
	color: #fff;
}

.frame-outer .button {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	transform: translateY(50%);
}

.large-button-container {
	margin-top: 70px;
	padding: 60px 0;
	background: linear-gradient(135deg, #feebd9, #ffdfe0);
}

main > .large-button-container {
	margin-top: 30px;
}

.large-button {
	display: flex;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 326px;
	min-height: 65px;
	margin: auto;
	padding: 20px;
	border: 1px solid #e2851a;
	border-radius: 60px;
	background: #fff;
	color: #e2851a;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.large-button:hover {
	opacity: 1;
	background: #e2851a;
	color: #fff;
}

.bullet-li {
	position: relative;
	padding-left: 1.2em;
}

.bullet-li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}

.bullet-li:nth-last-child(n+2) {
	margin-bottom: 1em;
}

.empty {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	background: none !important;
}

.rellax {
	position: absolute;
	z-index: -1;
}

.shape01 {
	top: -150px;
	right: 10%;
}

.shape02 {
	top: 150px;
	left: 45%;
}

.shape03 {
	bottom: 20%;
	left: -180px;
}

.shape04 {
	bottom: 0;
	right: -150px;
}

.page-header {
	padding-bottom: 20px;
}

.page-header .flex {
	display: flex;
	align-items: flex-end;
}

.page-header .image {
	width: 100%;
	height: 230px;
	border-radius: 0 100px 10px 0;
	background-image: url("/recruit/img/common/header.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-header .scroll {
	width: 70px;
	margin-bottom: 32px;
}

.page-header .scroll::before {
	display: table;
	margin: 0 auto 25px;
	font-size: 1.2rem;
	content: "SCROLL";
	transform: rotate(90deg);
}

.page-header .scroll::after {
	display: block;
	width: 1px;
	height: 73px;
	margin: auto;
	background: #1e1d1d;
	content: "";
}

.page-header .inner {
	max-width: 1120px;
	margin-top: -50px;
}

.page-header .heading {
	display: inline-flex;
	position: relative;
	z-index: 1;
	min-height: 95px;
	padding: 20px 40px;
	border-radius: 60px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
	align-items: center;
}

.page-header .subtitle {
	display: block;
	margin-top: 5px;
	color: #3c63b7;
	font-weight: 400;
	font-size: 1.3rem;
}

.page-description {
	display: table;
	max-width: 700px;
	margin: 0 auto 40px;
	font-size: 1.4rem;
	line-height: 2;
}

.balloon-container .image {
	height: 350px;
	margin-bottom: -100px;
	background-image: url("/recruit/img/common/no-image.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.balloon-container .container {
	padding-left: 40px;
}

.balloon-container .text {
	position: relative;
	max-width: calc(50% + 470px + 20px);
	margin-left: auto;
	border-radius: 20px 0 0 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
}

.balloon-container .text::before {
	position: absolute;
	bottom: calc(100% - 1px);
	left: 60px;
	width: 153px;
	height: 75px;
	background: url("/recruit/img/common/balloon.png") center center no-repeat;
	background-size: contain;
	content: "";
}

.balloon-container .inner {
	max-width: 940px;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.balloon-container .heading-line-bottom {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.balloon-container .heading-line-bottom::after {
	width: 70px;
}

@media screen and (min-width: 768px) {
section,
.section {
	padding: 60px 0;
}

.frame-outer {
	padding: 70px 30px 80px;
}

.frame-inner {
	padding: 50px 4.8%;
}

h1 {
	font-size: 2.8rem;
}

h2 {
	font-size: 3rem;
}

.heading-frame {
	font-size: 3rem;
}

.heading-table {
	margin-bottom: 50px;
}

a[href^="tel:"] {
	pointer-events: none;
}

.table01 th {
	width: 220px;
	margin-right: 40px;
	padding: 22px 50px;
}

.table01 td {
	width: 100%;
	padding: 22px 30px;
	border-top: 1px solid #afafaf;
}

.table02 th {
	width: 160px;
	padding: 22px 0;
	font-size: 1.8rem;
}

.table02 td {
	padding: 22px 0;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	height: 50px;
}

.flex {
	display: flex;
}

.button {
	height: 62px;
	margin-top: 60px;
}

.large-button-container {
	margin-top: 140px;
}

main > .large-button-container {
	margin-top: 80px;
}

.large-button {
	min-height: 75px;
	font-size: 1.8rem;
}

.page-header .scroll {
	width: 100px;
}

.page-header .heading {
	min-height: 107px;
}

.page-description {
	margin-bottom: 80px;
	font-size: 1.6rem;
	text-align: center;
}

.balloon-container .inner {
	padding: 60px;
	padding-top: 30px;
}

.balloon-container .heading-line-bottom {
	font-size: 3rem;
}
}

@media screen and (max-width: 767.9px) {
th {
	display: block;
}

td {
	display: block;
}

.page-description span:not([class]) {
	display: inline;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ローディング
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@keyframes circle {
0% {
	transform: scale(0);
}

100% {
	opacity: 0;
	transform: scale(1);
}
}

.loader {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #fff;
	justify-content: center;
	align-items: center;
}

.loader .circle {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background: linear-gradient(135deg, #feebd9, #ffdfe0);
	animation: circle 1.2s ease-in-out infinite;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
header {
	position: relative;
	z-index: 4;
	height: 60px;
}

header .header-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(135deg, #feebd9, #ffdfe0);
}

header .inner {
	height: 60px;
}

header .logo {
	display: flex;
	position: absolute;
	top: -120px;
	right: 0;
	left: 0;
	width: 200px;
	height: 200px;
	margin: auto;
	padding-bottom: 38px;
	border-radius: 50%;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
	transition: 0.3s ease-in-out;
	justify-content: center;
	align-items: flex-end;
}

header .logo a {
	position: relative;
	z-index: 1;
}

header .logo img {
	width: 120px;
	height: 24px;
	transition: 0.3s ease-in-out;
}

header .job-button {
	display: flex;
	width: 135px;
	height: 36px;
	border: 1px solid #7494d8;
	border-radius: 60px;
	background: #7494d8;
	color: #fff;
	font-weight: 700;
	justify-content: center;
	align-items: center;
}

header .job-button::after {
	width: 0;
	height: 0;
	margin-left: 8px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
	content: "";
}

header .job-button:hover {
	opacity: 1;
	background: #fff;
	color: #7494d8;
}

header .job-button:hover::after {
	border-left-color: #7494d8;
}

.breadcrumb {
	margin-top: 30px;
}

.breadcrumb .inner {
	max-width: 1120px;
}

.breadcrumb li {
	display: inline-block;
	font-size: 1.2rem;
}

.breadcrumb li:nth-last-child(n+2)::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 4px;
	border-top: 1px solid #1e1d1d;
	border-right: 1px solid #1e1d1d;
	vertical-align: 1px;
	content: "";
	transform: rotate(45deg);
}

@media screen and (min-width: 896px) {
header {
	height: 82px;
}

header .inner {
	height: 82px;
}

header .logo {
	top: -240px;
	width: 340px;
	height: 340px;
	padding-bottom: 45px;
}

header .logo img {
	width: 152px;
	height: 30px;
}
}

@media screen and (min-width: 1280px) {
header .job-button {
	position: absolute;
	top: 0;
	right: -135px;
	bottom: 0;
	margin: auto;
}
}

@media screen and (max-width: 895.9px) {
header .logo {
	z-index: 4;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ナビゲーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
header .nav-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .menu-li {
	font-size: 1.6rem;
}

header .menu-li a {
	display: block;
	padding: 4px 2px;
}

header .menu-li a:hover {
	opacity: 1;
	color: #7494d8;
}

header .menu-li a .img-instagram {
	width: 40px;
	height: 40px;
}

@media screen and (min-width: 896px) {
#toggle {
	display: none;
}

header nav {
	height: 100%;
}

header .nav-inner {
	position: relative;
	height: 100%;
	padding-bottom: 8px;
	flex-flow: wrap;
	justify-content: flex-end;
}

header .menu-ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
  align-items: center;
}

header .menu-li:nth-child(3) {
	margin-right: 42%;
}

header .menu-li {
	font-size: 1.4rem;
}
}

@media screen and (min-width: 1280px) {
header .menu-ul {
	margin-right: 40px;
}
}

@media screen and (max-width: 895.9px) {
#toggle {
	position: absolute;
	top: 12px;
	right: 20px;
	z-index: 4;
	width: 36px;
	height: 36px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	flex: none;
}

#toggle:hover {
	opacity: 0.7;
}

#toggle span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: 0.3s ease-in-out;
}

#toggle span:nth-child(1) {
	top: 6px;
}

#toggle span:nth-child(2) {
	top: 16px;
}

#toggle span:nth-child(3) {
	top: 26px;
}

.open #toggle span:nth-child(1) {
	top: 16px;
	transform: rotate(-45deg);
	will-change: transform;
}

.open #toggle span:nth-child(2) {
	transform: scale(0, 1);
}

.open #toggle span:nth-child(3) {
	top: 16px;
	transform: rotate(45deg);
	will-change: transform;
}

header nav {
	position: fixed;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	top: 0;
	right: 0;
	width: 100%;
	background: linear-gradient(135deg, #feebd9, #ffdfe0);
	height: 100%;
	transform : scale(0.9);
}

header.open nav {
	visibility: visible;
	opacity: 1;
	transform : scale(1);
}

header .nav-inner {
	min-height: 100%;
	padding: 100px 0 50px;
	text-align: center;
	flex-flow: column;
}

header .menu-ul {
	margin-bottom: 20px;
}

header .menu-li:nth-last-child(n+2) {
	margin-bottom: 10px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フッター
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-button-container {
	margin: 30px 0 40px;
}

footer {
	padding-top: 6vw;
}

footer .inner {
	max-width: 1120px;
}

.footer-nav {
	display: flex;
	position: relative;
	background: linear-gradient(90deg, #feebd9, #ffdfe0);
	background-size: 100% auto;
	color: #454545;
	line-height: 1.5;
	justify-content: center;
	align-items: flex-end;
}

.footer-nav::before {
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	left: 0;
	height: 6vw;
	background: url("/recruit/img/common/footer-background.png") center bottom no-repeat;
	background-size: 100% auto;
	content: "";
}

.footer-nav .menu-ul {
	display: flex;
	justify-content: space-between;
}

.footer-nav .menu-link {
	display: block;
	margin-bottom: 12px;
	font-weight: 700;
}

.footer-nav .sub-menu-li {
	margin-bottom: 10px;
}

.footer-office {
	background: #f5f5f5;
	font-size: 0.9rem;
	line-height: 2.6;
}

.footer-office .office-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.footer-office .logo img {
	width: 200px;
	height: 39px;
}

.footer-facility__title {
	font-weight: normal;
	font-size: 1rem;
}

.footer-facility__sub-title {
	font-weight: normal;
  font-size: 1rem;
  text-indent: -6px;
}

.footer-facility__item {
	display: inline-block;
}

.footer-facility__item::after {
	content: '｜';
	color: #888;
	margin: 0 2px;
}

.footer-main {
	text-align: center;
}

.footer-main .logo-ul {
	display: flex;
	gap: 20px;
	margin-bottom: 60px;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	@media screen and (min-width: 768px) {
		gap: 45px;
	}
}

.footer-main .logo-li {

	img {
		width: auto;
		height: 65px;
	}
}

.footer-main .tokyojidokyokai {
	color: #6c6c6c;
	line-height: 1.4;
}

.footer-main .tokyojidokyokai .small {
	display: block;
	font-weight: 500;
}

.footer-main .tokyojidokyokai .large {
	font-size: 2.1rem;
}

.footer-main small {
	display: block;
	color: #6c6c6c;
	letter-spacing: 0.09em;
}

@media screen and (min-width: 568px) {
.footer-office .office-li:nth-child(1) {
	padding-right: 5%;
	align-self: center;
}

.footer-office .office-li:nth-child(2) {
	padding-left: 4%;
	border-left: 1px solid #e2e2e2;
}
}

@media screen and (min-width: 768px) {
.job-button-container {
	margin: 50px 0;
}
}

@media screen and (min-width: 896px) {
.footer-office .office-li:nth-child(2) {
	padding-right: 4%;
}

.footer-office .office-li:nth-child(3) {
	padding-left: 4%;
	border-left: 1px solid #e2e2e2;
	flex: 1;
}

.footer-office .logo img {
	width: 246px;
	height: 49px;
}
}

@media screen and (max-width: 895.9px) {
.footer-nav .menu-ul {
	flex-flow: column;
	display: table;
	margin: auto;
}

.footer-nav .menu-li {
	display: flex;
	align-items: flex-start;
}

.footer-nav .menu-link {
	width: 150px;
}

.footer-office .office-li:nth-last-child(n+2) {
	margin-bottom: 30px;
}
}

@media screen and (max-width: 567.9px) {
.footer-office .office-ul {
	flex-flow: column;
	align-items: center;
}

.footer-main .tokyojidokyokai {
	width: 100%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
コンテンツ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.post-content {
	overflow: hidden;
}

.post-content h3 {
	margin: 50px 0 25px;
}

.post-content h4 {
	margin: 40px 0 15px;
	font-size: 1.8rem;
}

.post-content p + p {
	margin-top: 1em;
}

.post-content a {
	color: #7494d8;
}

.post-content a[href^="http"] {
	word-break: break-all;
}

.post-content ul:not([class]) > li {
	position: relative;
	padding-left: 1.2em;
}

.post-content ul:not([class]) > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}

.post-content ul:not([class]) > li:nth-last-child(n+2) {
	margin-bottom: 1em;
}

.post-content ul:not([class]) + * {
	margin-top: 1em;
}

.post-content img {
	display: block;
	width: auto;
	max-height: 640px;
	margin: 0 auto;
}

.post-content img + br {
	display: none;
}

.post-content .wp-block-image {
	margin-top: 30px;
	margin-bottom: 30px;
}

.post-content .wp-block-image figcaption {
	display: table;
	margin: 10px auto 0;
}

.post-content .wp-block-gallery {
	margin: 30px auto;
	justify-content: center;
}

.post-content .blocks-gallery-grid img {
	height: auto;
}

.post-content .wp-block-lazyblock-annotation {
	margin-top: 1em;
}

.post-content .wp-block-lazyblock-annotation + * {
	margin-top: 1em;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
投稿
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.archive .post-li:first-child {
	border-top: 1px solid #ebebeb;
}

.archive .post-li {
	border-bottom: 1px solid #ebebeb;
}

.post-li .link {
	display: block;
	height: 100%;
}

.archive .post-li .link {
	padding: 10px 5px;
}

.post-li .image-outer {
	overflow: hidden;
}

.post-li .image {
	height: 100%;
	background-image: url("/recruit/img/common/no-image.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s ease-in-out;
}

.post-li .image.news {
	background-size: 130px;
}

.post-li .link:hover .image {
	transform: scale(1.1);
}

.post-li time {
	display: block;
}

.archive .post-li time {
	color: #ff9698;
	font-weight: 700;
}

.archive .post-li h2 {
	margin-bottom: 0;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.single time {
	display: block;
	color: #ff9698;
	font-weight: 700;
}

.single h2 {
	font-size: 2.2rem;
}

.single .wp-post-image {
	display: block;
	margin: 30px auto;
}

.single .post-content ul:not([class]) {
	margin: 30px 0;
}

@media screen and (min-width: 768px) {
.archive .post-li .link {
	display: flex;
	padding: 18px 15px;
}

.archive .post-li time {
	width: 100px;
}

.single h2 {
	font-size: 2.8rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ページネーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.pagination {
	display: flex;
	max-width: 100%;
	margin: 60px auto 0;
	justify-content: center;
	align-items: center;
}

.pagination li {
	min-width: 2em;
	min-height: 2em;
	margin: 0 2px;
	text-align: center;
}

.pagination .current {
	position: relative;
}

.pagination .current::after  {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	width: 10px;
	height: 2px;
	margin: auto;
	background: #7494d8;
	content: "";
}

.pagination .ellipsis {
	margin: 0;
}

.pagination .prev {
	margin: 0 5% 0 0;
}

.pagination .next {
	margin: 0 0 0 5%;
}

.pagination a {
	display: block;
}

.pagination .prev a,
.pagination .next a {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border: 1px solid #7494d8;
	border-radius: 50%;
}

.pagination .prev a {
	transform: scale(-1, 1);
}

.pagination .prev a::before,
.pagination .next a::before {
	position: absolute;
	top: 0;
	right: 4px;
	bottom: 0;
	left: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #7494d8;
	border-right: 1px solid #7494d8;
	content: "";
	transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
.pagination {
	margin-top: 80px;
}

.pagination .prev a,
.pagination .next a {
	width: 41px;
	height: 41px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
お知らせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.news-header .image {
	background-image: url("/recruit/img/news/header.jpg");
}

.news-single .button-entry {
	font-size: 14px;
	display: block;
	margin: 30px auto;
	width: max-content;
	border: solid 1px;
	border-radius: 30px;
	text-align: center;
	padding: 10px 40px;
	transition: 0.3s ease-in-out;
}
.news-single .button-entry:hover {
	background: #7494d8;
	color: #fff;
	opacity: 1;
}

.news-single .post-content {
	font-size: 1.5rem;
}

.news-single .post-content h3 {
	color: #93abdf;
}

.news-single .post-content h4 {
	color: #93abdf;
}

.news-single .post-content ul li {
	margin-bottom: 0 !important;
}


.news-single .post-content .annotation {
	font-size: 1.4rem;
}

.news-article .post-category-list {
	display: flex;
	padding-left: 0;
	justify-content: center;
	margin-bottom: 40px;
	position: relative;
	top: -24px;
}

.news-article .post-category-list__item {
	padding: 0 8px;
}

.post-category-list__item .active {
	font-weight: bold;
}

.post-ul .category {
	font-size: 11px;
	padding: 0px 8px;
	border-radius: 10px;
	color: #fff;
	background: #7494d8;
}

.category.event {
	background: #fcb900 !important;
}

.category.recruit {
	background: #ff7c7f !important;
}

.category.uncategorized {
	background: #a1a1a1 !important;
}

.news-archive .category {
	position: absolute;
	right: 0;
	top: 12px;
}

.news-single .post-category {
	font-size: 13px;
	padding: 0px 8px;
	border-radius: 10px;
	color: #fff;
	background: #7494d8;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (min-width: 768px) {
	.news-archive .post-category-list__item {
		padding: 0 14px;
	}
	.news-archive .category {
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 20px;
	}
	.news-archive .post-ul .post-tile {
		padding-right: 40px;
	}
	.news-single .post-content {
		font-size: 1.6rem;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
関連施設
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-facility .frame-outer {
	padding-bottom: 280px;
}

.job-facility .post-li {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 10px;
	background: #fff;
}

.job-facility .link {
	display: flex;
	flex-flow: column;
}

.job-facility h3 {
	display: flex;
	min-height: 80px;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 1.8rem;
	text-align: center;
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
}

.job-facility .image-outer {
	height: calc(51.2vw - 40px);
}

.job-facility .address {
	display: flex;
	min-height: 100px;
	padding: 10px 20px;
	align-items: center;
}

.job-facility .map {
	height: 400px;
	margin-top: -250px;
	border: 10px solid #fff;
}

.job-facility .gm-style-iw {
	font-weight: 400;
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.job-treatment .facility-li:nth-last-child(n+2) {
	margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
.job-intro .menu-li {
	width: 32.5%;
}
}

@media screen and (min-width: 667px) {
.job-facility .post-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.job-facility .post-li {
	width: 48%;
}

.job-facility .image-outer {
	height: 150px;
}
}

@media screen and (min-width: 768px) {
.job-menu .menu-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.job-menu .menu-li {
	width: 47.5%;
}

.job-menu .heading-line-bottom {
	font-size: 2.2rem;
}

.job-article .frame-inner {
	font-size: 1.6rem;
}

.job-flow .flow-li {
	display: flex;
}

.job-flow .flow-li:nth-last-child(n+2) {
	margin-bottom: 80px;
}

.job-flow h3 {
	width: 170px;
	height: 170px;
	margin-right: 24px;
}

.job-facility .frame-outer {
	padding-bottom: 450px;
}

.job-facility .map {
	height: 570px;
	margin-top: -370px;
}
}

@media screen and (min-width: 1024px) {
.job-facility .post-li {
	width: 31%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
404 Not Found
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.notfound-main {
	text-align: center;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
アニメーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@keyframes fade {
0% {
	opacity: 0;
}

100% {
	opacity: 1;
}
}

@keyframes fade-up {
0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

@keyframes fade-right {
0% {
	opacity: 0;
	transform: translateX(40px);
}

100% {
	opacity: 1;
	transform: translate(0);
}
}

@keyframes fade-left {
0% {
	opacity: 0;
	transform: translateX(-40px);
}

100% {
	opacity: 1;
	transform: translate(0);
}
}

@keyframes fade-zoom-in {
0% {
	opacity: 0;
	transform: scale(0.8);
}

100% {
	opacity: 1;
	transform: scale(1);
}
}

@keyframes fade-zoom-out {
0% {
	opacity: 0;
	transform: scale(1.1);
}

100% {
	opacity: 1;
	transform: scale(1);
}
}

.load .animation {
	will-change: transform;
}

.load .animation.fade {
	animation: fade 0.6s ease-out 0.3s forwards;
}

.load .animation.fade-up {
	animation: fade-up 0.5s ease-out 0.3s forwards;
}

.load .animation.fade-right {
	animation: fade-right 0.6s ease-out 0.3s forwards;
}

.load .animation.fade-left {
	animation: fade-left 0.6s ease-out 0.3s forwards;
}

.load .animation.fade-zoom-in {
	animation: fade-zoom-in 1s ease-out 0.3s forwards;
}

.load .animation.fade-zoom-out {
	animation: fade-zoom-out 1s ease-out 0.3s forwards;
}

.load .animation.delay05 {
	animation-delay: 0.5s;
}

.load .animation.delay07 {
	animation-delay: 0.7s;
}

.load .animation.delay09 {
	animation-delay: 0.9s;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
よくある質問
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.section-faq .frame-outer {
	max-width: none;
}

.section-faq .frame-outer > * {
	max-width: 900px;
}

.c-accordion__item {
	border-radius: 10px;
	background: #fff;
}
.c-accordion__item + .c-accordion__item {
	margin-top: 20px;
}

/* TODO: faq.css -> .faq-archive .question と同スタイル */
.c-question {
	position: relative;
	margin-bottom: 0;
	padding: 20px 60px 20px 40px;
	font-weight: 700;
	font-size: 1.5rem;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.c-question {
		padding: 25px 95px 25px 73px;
		font-size: 1.8rem;
	}
}

/* TODO: faq.css -> .faq-archive .question::before と同スタイル */
.c-question::before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: "Q:";
}

@media screen and (min-width: 768px) {
	.c-question::before {
		top: 24px;
		left: 50px;
	}
}

/* TODO: faq.css -> .heading-line-bottom:hover::after と同スタイル */
.section-faq .heading-line-bottom:hover::after {
	width: 48px;
}

/* TODO: faq.css -> .faq-archive .toggle と同スタイル */
.c-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #7494d8;
}

@media screen and (min-width: 768px) {
	.c-toggle {
		top: 25px;
		right: 50px;
	}
}

.c-toggle::before,
.c-toggle::after {
	position: absolute;
	top: 11px;
	right: 5px;
	width: 15px;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	content: "";
}

.c-toggle::after {
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}

.c-question.open .c-toggle::after {
	opacity: 0;
}

/* TODO: faqs.css -> .faq-archive .answer と同スタイル */
.c-answer {
	display: none;
	position: relative;
	padding: 0 20px 20px 40px;
}


@media screen and (min-width: 768px) {
	.c-answer {
		padding: 0 50px 25px 73px;
	}
}

/* TODO: faqs.css -> .faq-archive .answer::before と同スタイル */
.c-answer::before {
	position: absolute;
	top: 0;
	left: 20px;
	content: "A:";
}

@media screen and (min-width: 768px) {
	.c-answer::before {
		left: 50px;
	}
}


/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
utility styles
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.relative {
	position: relative;
}

.list-disc {
	list-style-type: "・";
	list-style-position: inside;

	li {
		text-indent: -1em;
		padding-left: 1em;
	}
}

.text-link {
	text-decoration: underline;
}

.border-dot {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dashed #707070;
}