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

body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.accordion__list + .accordion__list {
	margin-top: 0.625rem;
}

.accordion__title {
	position: relative;
	line-height: 1.5;
	font-size: clamp(15px, 0.9375rem, 18px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	background-color: #f8f7f3;
	width: 100%;
	padding: 1.25rem 2.5rem;
	cursor: pointer;
}

.accordion__title span {
	position: absolute;
	margin-top: 0.4em;
	left: 0.625rem;
	transform: translateY(-50%);
	font-size: clamp(23px, 1.5625rem, 34px);
	font-weight: 400;
	line-height: 1;
	font-family: "Times New Roman", Times, serif;
}

.accordion__title::before,
.accordion__title::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	width: clamp(12px, 0.9375rem, 24px);
	height: 2px;
	background-color: #333;
}

.accordion__title::before {
	transform: rotate(0deg);
	transition: 0.3s;
}

.accordion__title::after {
	transform: rotate(90deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.accordion__title.is-open::before {
	opacity: 0;
}

.accordion__title.is-open::after {
	transform: rotate(0deg);
}

.accordion__text {
	display: none;
	padding: 0.4375rem 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(15px, 0.9375rem, 18px);
	font-weight: 400;
	line-height: 2;
}

body {
	overflow-x: hidden;
}

body.is-active {
	height: 100%;
	overflow: hidden;
}

.button {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: clamp(16px, 1rem, 20px);
	padding-bottom: clamp(16px, 1rem, 20px);
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(16px, 1.125rem, 24px);
	line-height: 1;
	color: #555;
	text-align: center;
	border: 1px solid #555;
	border-radius: 8px;
	transition: 0.5s;
}

.button:hover {
	background-color: #555;
	color: #fff;
}

.button::after {
	content: "";
	display: block;
	width: clamp(10px, 0.625rem, 12px);
	height: clamp(10px, 0.625rem, 12px);
	position: absolute;
	bottom: clamp(10px, 0.625rem, 12px);
	right: clamp(10px, 0.625rem, 12px);
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transition: 0.5s;
}

.button:hover::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.button--small {
	font-size: clamp(14px, 1rem, 20px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-family: "Noto Sans JP", sans-serif;
}

.button--small::after {
	content: "";
	display: block;
	width: clamp(10px, 0.625rem, 12px);
	height: clamp(10px, 0.625rem, 12px);
	bottom: clamp(8px, 0.5rem, 10px);
	right: clamp(8px, 0.5rem, 10px);
	position: absolute;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transition: 0.5s;
}

.button--white {
	background-color: #fff;
}

.footer {
	padding-top: 1.875rem;
	padding-bottom: 1.25rem;
	background-color: #f0f0f0;
}

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

.footer__contents {
	padding-bottom: 1.875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	max-width: 800px;
	margin: 0 auto;
}

.footer__flex {
	display: flex;
	flex-direction: column;
}

.footer__info {
	max-width: 15.625rem;
	margin: auto;
}

.footer__company {
	display: flex;
	justify-content: space-between;
}

.footer__logo {
	width: 4.625rem;
	height: 3.5625rem;
}

.footer__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer__company-name {
	margin-left: 0.5rem;
}

.footer__company-name span {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
}

.footer__company-name p {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
}

.footer__button {
	margin-top: 0.75rem;
}

.footer__button .button {
	padding-top: 0.75rem;
	padding-bottom: 0.8125rem;
	font-family: "Yu Mincho", "YuMincho", serif;
}

.footer__sns {
	margin-top: 0.75rem;
}

.footer__sns.pcNone {
	display: block;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.footer__sns.spNone {
	display: none;
}

.footer__sns-lists {
	display: flex;
	justify-content: center;
	gap: 1.875rem;
}

.footer__sns-list {
	width: 1.875rem;
	height: 1.875rem;
}

.footer__nav {
	margin-top: 1.875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 2.5rem;
	padding-left: 3.4375rem;
	padding-right: 3.4375rem;
}

.footer__nav-lists li + li {
	margin-top: clamp(10px, 1.875rem, 30px);
}

.footer__nav-lists-01 {
	order: 1;
}

.footer__nav-lists-02 {
	order: 2;
}

.footer__nav-lists-03 {
	display: none;
}

.footer__nav-lists-04 {
	display: none;
}

.footer__nav-lists-05 {
	display: none;
}

.footer__nav-list {
	font-size: clamp(14px, 1rem, 16px);
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.footer__nav-list span {
	display: block;
}

.footer__copyright {
	position: relative;
}

.footer__copyright img {
	display: inline-block;
	width: 12.4375rem;
}

.footer__copyright p {
	font-size: clamp(12px, 0.875rem, 14px);
	text-align: center;
	color: #7D7C7C;
	position: relative;
}

.footer__copyright::after {
	position: absolute;
	top: -0.9375rem;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	background-color: #7D7C7C;
}

.header {
	width: 100vw;
	height: clamp(65px, 4.6875rem, 120px);
	position: fixed;
	z-index: 1000;
}

.header__container {
	position: relative;
	width: inherit;
	height: inherit;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 0.5rem 1.25rem;
	transition: 0.5s;
}

.header__container.is-active {
	background-color: #fff;
}

.header__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	max-width: clamp(60px, 5rem, 100px);
	aspect-ratio: 173/132;
	overflow: hidden;
}

.header__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header__contents {
	position: fixed;
	top: clamp(65px, 4.6875rem, 120px);
	left: -100%;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 1002;
	transition: 0.3s ease;
	padding: clamp(20px, 2.5rem, 60px) clamp(10px, 1.25rem, 20px);
	overflow-y: auto;
}

.header__contents.is-active {
	left: 0;
}

.header__nav-lists {
	font-size: clamp(14px, 0.875rem, 16px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.12em;
}

.header__nav-list a {
	display: block;
	padding-top: clamp(10px, 1rem, 16px);
	padding-bottom: clamp(10px, 1rem, 16px);
	text-align: center;
	transition: 0.3s;
}

.header__nav-list a:hover {
	opacity: 0.7;
}

.header__button {
	margin: clamp(20px, 1.875rem, 40px) auto clamp(20px, 1.875rem, 40px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__button .button {
	max-width: 280px;
	margin: 0 auto;
	padding-top: clamp(10px, 0.5rem, 14px);
	padding-bottom: clamp(10px, 0.5rem, 14px);
	font-family: "Yu Mincho", "YuMincho", serif;
}

.header__sns-lists {
	display: flex;
	column-gap: clamp(16px, 1.25rem, 24px);
	justify-content: center;
}

.header__sns-list {
	width: clamp(20px, 2.5rem, 50px);
	height: clamp(20px, 2.5rem, 50px);
}

.header__sns-list a {
	text-align: center;
}

.hamburger {
	position: relative;
	z-index: 1001;
	width: 1.875rem;
	height: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.hamburger span {
	display: block;
	height: 0.125rem;
	background-color: #000;
	transition: 0.3s;
	transition: all 0.5s;
}

.hamburger span:first-child {
	position: absolute;
	top: 0;
	width: 100%;
	height: 0.0625rem;
	background-color: #333;
}

.hamburger span:nth-child(2) {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0.0625rem;
	background-color: #333;
}

.hamburger span:nth-child(3) {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0.0625rem;
	background-color: #333;
}

.hamburger.is-active span:first-child {
	-webkit-transform: translateY(0.8rem) rotate(-325deg);
	transform: translateY(0.8rem) rotate(-325deg);
	width: 123%;
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	-webkit-transform: translateY(-0.425rem) rotate(325deg);
	transform: translateY(-0.425rem) rotate(325deg);
	width: 123%;
}

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

.link {
	padding-top: 3.125rem;
}

.link__flex {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.link__item {
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 1.875rem;
}

.link__item:nth-of-type(1) {
	background-image: url("../../images/common/top_bg_info.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.link__item:nth-of-type(2) {
	background-image: url("../../images/common/top_bg_recruit.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.link__title {
	line-height: 1;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-size: clamp(20px, 1.875rem, 40px);
}

.link__title span {
	display: block;
}

.link__title::after {
	content: "";
	position: absolute;
	bottom: -0.625rem;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 2rem;
	height: 1px;
	background-color: #fff;
}

.link__text {
	display: none;
}

.link__button {
	margin: clamp(10px, 1.875rem, 45px) auto 0;
	max-width: 12.5rem;
}

.link__button a.button--small {
	font-size: clamp(14px, 0.875rem, 20px);
}

.link__button a.button--small::after {
	height: clamp(8px, 0.625rem, 12px);
	width: clamp(8px, 0.625rem, 12px);
}

.ls-01 {
	letter-spacing: 0.05em;
}

.ls-18 {
	letter-spacing: 2em;
}

.ls-05 {
	letter-spacing: 0.25em;
}

.section-title {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(20px, 1.5625rem, 38px);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.section-title span {
	display: block;
}

.page-link-icon {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: clamp(7px, 0.4375rem, 10px);
	height: clamp(7px, 0.4375rem, 10px);
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 0.906002265vw;
}

.accordion__list + .accordion__list {
	margin-top: 0.75rem;
}

.accordion__title {
	font-size: 1.25rem;
	padding: 2.5625rem 0 2.5625rem 6.0625rem;
}

.accordion__title span {
	top: 50%;
	left: 2.4375rem;
	font-size: 2.25rem;
	margin-top: 0;
}

.accordion__title::before,
.accordion__title::after {
	right: 2.5rem;
	width: 1.75rem;
}

.accordion__text {
	padding: 0.875rem 3rem;
	font-size: 1rem;
}

.button {
	padding-top: 1.75rem;
	padding-bottom: 1.8125rem;
	font-size: 1.5rem;
}

.button::after {
	width: 1.25rem;
	height: 1.25rem;
}

.button--small {
	font-size: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.8125rem;
}

.button--small::after {
	height: 0.625rem;
	width: 0.625rem;
	bottom: 0.5rem;
	right: 0.5rem;
}

.footer {
	padding-top: 3.75rem;
	padding-bottom: 2.5rem;
	background-color: #f0f0f0;
}

.footer__inner {
	padding: 0;
}

.footer__contents {
	max-width: 77.5rem;
	margin: auto;
	padding-bottom: 3.9375rem;
}

.footer__flex {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.footer__info {
	width: 21%;
}

.footer__company {
	display: flex;
}

.footer__logo {
	width: 4.625rem;
	height: 3.5625rem;
}

.footer__company-name span {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
}

.footer__company-name p {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
}

.footer__button {
	margin-top: 0.75rem;
}

.footer__sns.pcNone {
	display: none;
}

.footer__sns.spNone {
	display: block;
}

.footer__sns {
	margin-top: 1.5rem;
}

.footer__sns-list {
	width: 2.5rem;
	height: 2.5rem;
}

.footer__sns-list a {
	display: block;
}

.footer__nav {
	margin-top: 2.5rem;
	width: 67.7%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.footer__nav-lists li + li {
	margin-top: 0;
}

.footer__nav-lists-01 {
	display: none;
}

.footer__nav-lists-02 {
	display: none;
}

.footer__nav-lists-03 {
	display: block;
}

.footer__nav-lists-04 {
	display: block;
}

.footer__nav-lists-05 {
	display: block;
}

.footer__nav-list {
	font-size: 1rem;
}

.footer__nav-list a {
	transition: 0.5s;
}

.footer__nav-list a:hover {
	opacity: 0.5;
}

.footer__nav-list span {
	display: inline;
}

.footer__nav-list + .footer__nav-list {
	margin-top: 1.25rem;
}

.footer__copyright {
	padding-top: 2.5625rem;
	text-align: center;
}

.footer__copyright p {
	font-size: 0.875rem;
}

.footer__copyright::after {
	margin-top: 2.5rem;
}

.header {
	position: static;
	display: block;
	width: clamp(250px, 17.5rem, 350px);
	height: auto;
	z-index: 10;
	padding: 0;
}

.header__container {
	position: sticky;
	top: 0;
	left: 8.4375rem;
	height: auto;
	z-index: 30;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 5rem;
	padding-left: 1.1875rem;
	padding-right: 1.1875rem;
	padding-bottom: 3.75rem;
	background-color: #fff;
}

.header__flex {
	display: block;
}

.header__logo {
	width: 9.375rem;
	max-width: 173px;
}

.header__contents {
	position: static;
	width: 100%;
	height: auto;
	background: none;
	padding: 0;
	overflow: visible;
	margin-top: 4.375rem;
}

.header__nav-lists {
	font-size: 1rem;
}

.header__button {
	margin: 1.875rem 0 2.5rem;
}

.header__button .button {
	max-width: 12.5rem;
}

.hamburger {
	display: none;
}

.inner {
	max-width: 1816px;
	padding-right: 25px;
	padding-left: 25px;
}

.link {
	padding-top: 7.5rem;
	position: relative;
}

.link__flex {
	flex-direction: row;
	gap: 0.125rem;
}

.link__item {
	width: calc((100% - 0.125rem) / 2);
	padding-top: 4.0625rem;
	padding-bottom: 4.375rem;
}

.link__title {
	padding-bottom: 1.5rem;
	font-size: 3rem;
}

.link__title span {
	display: inline-block;
	text-indent: 0.5em;
}

.link__title::after {
	bottom: 0.4375rem;
}

.link__text {
	margin-top: 0.5rem;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 2;
	color: #fff;
	display: block;
}

.link__button a.button--small {
	font-size: clamp(14px, 1rem, 24px);
}

.link__button a.button--small::after {
	height: 0.625rem;
	width: 0.625rem;
}

.layout {
	display: flex;
	justify-content: space-between;
}

.ls-01 {
	letter-spacing: 0.1em;
}

.ls-18 {
	letter-spacing: 1.8em;
}

.ls-05 {
	letter-spacing: 0.5em;
}

.main {
	width: calc(100% - clamp(250px, 17.5rem, 350px));
}

.page:not(.page-feature,
.home) .main,
.archive .main,
.single .main,
.error404 .main {
	width: calc(100% - 30rem);
}

.section-title {
	font-size: 2.5rem;
}

.section-title--tate {
	writing-mode: vertical-rl;
	font-size: clamp(32px, 4rem, 64px);
	line-height: 1.59375;
}

.page-link-icon {
	width: 0.625rem;
	height: 0.625rem;
}

}

@media (min-width: 1766px) {

html {
	font-size: 16px;
}

}

@media (max-width: 1000px) {

html {
	font-size: 4.2666666667vw;
}

}


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