@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type='search'] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type='number'] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-color: inherit; /* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/*
Theme Name:　trial-2
*/
/* ---------------- common -------------------- */
body {
	color: #444;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E',
		serif;
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 1.5;
}

li {
	list-style: none;
}

a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s;
	cursor: pointer;
	color: inherit;
	width: 100%;
	height: 100%;
}

dl,
dt,
dd {
	font-weight: 500;
}

img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.inner {
	margin: 0 auto;
	width: 900px;
}
@media (max-width: 1000px) {
	.inner {
		margin: 0 auto;
		width: 90vw;
		max-width: 900px;
	}
}
@media (max-width: 767px) {
	.inner {
		width: 84vw;
	}
}

.heading2 {
	color: #333;
	font-size: clamp(32px, 2.0833333333vw, 40px);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 0.6666666667vh 0;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}
.heading2::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	/*width: (147/1920) * 100vw;*/
	width: 90px;
	height: 4px;
	background: #d6c68d;
}
@media (max-width: 767px) {
	.heading2 {
		min-width: 200px;
		padding: 3.2% 0;
	}
}

.heading2s {
	color: #333;
	font-size: clamp(32px, 2.0833333333vw, 40px);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 0.6666666667vh 0;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}
@media (max-width: 767px) {
	.heading2s {
		min-width: 200px;
		padding: 3.2% 0;
	}
}

.heading3 {
	font-size: clamp(20px, 1.4583333333vw, 30px);
	text-align: center;
}

.heading4 {
	font-size: clamp(18px, 1.1458333333vw, 22px);
	letter-spacing: 0.15em;
}

.heading5 {
	font-size: clamp(16px, 0.9375vw, 18px);
	letter-spacing: 0.15em;
}

.bold {
	font-weight: 700;
}

.grecaptcha-badge {
	margin-bottom: 90px;
	z-index: 9999;
}

.breadcrumbs {
	display: flex;
}

.margin-40 {
	margin-top: 40px;
}

/* ---------------- js -------------------- */
.js-image {
	cursor: pointer;
	border: none;
	background: none;
	transition: 0.4s;
}

.js-image:hover {
	opacity: 0.5;
}

.header.js-fixed {
	position: sticky;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: 10;
	animation: header-fadein 0.7s ease 0s forwards;
}

@keyframes header-fadein {
	0% {
		transform: translateY(-100px);
		opacity: 0.4;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
/* ---------------- header -------------------- */
.header {
	color: #444;
	padding: 0.5208333333% 0;
}
@media (max-width: 767px) {
	.header {
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		width: 100%;
		z-index: 10;
	}
}

.header__inner {
	width: 46.875vw;
	min-width: 600px;
	max-width: 900px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.header__inner {
		min-width: auto;
		width: 100%;
	}
}

.header__nav {
	align-items: center;
	display: flex;
	font-weight: bold;
	justify-content: space-between;
	min-height: 80px;
}
@media (max-width: 767px) {
	.header__nav {
		display: block;
	}
}

.header__logo {
	font-size: clamp(20px, 1.3541666667vw, 26px);
	width: 10.4166666667vw;
	min-width: 160px;
}
@media (max-width: 767px) {
	.header__logo {
		margin: 0 auto;
		min-width: auto;
		width: -moz-fit-content;
		width: fit-content;
	}
}

.header__list {
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: clamp(14px, 0.9375vw, 18px);
	width: calc(100% - 10.4166666667vw);
}
@media (max-width: 767px) {
	.header__list {
		justify-content: space-between;
		margin-top: 10px;
		width: 100%;
	}
}

.header__item {
	padding: 0 2.2222222222%;
}

/*
 * バナーセクションのスタイル
 * 会社紹介の上に表示されるバナー
 */
.banner {
	margin-bottom: -40px;
	margin-top: -20px;
}
.banner__container {
	width: 100%;
	padding: 20px 0;
}
.banner__image {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.banner__image--pc {
	display: none;
}
.banner__image--sp {
	display: block;
}
.banner--second {
	margin-top: -40px;
	margin-bottom: 20px;
}
.banner--second .banner__image {
	box-shadow: none;
}

/* 特定のスクリーンサイズでの調整 */
@media screen and (max-width: 453px) {
	.project {
		margin-top: 20px; /* 小さい画面サイズでのマージン追加 */
	}
}
@media (min-width: 768px) and (max-width: 1439px) {
	.banner {
		margin-bottom: 0;
		margin-top: 0;
	}
	.banner__container {
		padding: 30px 0;
	}
	.banner__image--pc {
		display: block;
	}
	.banner__image--sp {
		display: none;
	}
	.banner--second {
		margin-top: 0;
		margin-bottom: 0;
	}
}
/* ---------------- fv-slider -------------------- */
/*swiper {
	@include mq('sp') {
		margin-top: 80px;
		display: none;
	}
}
*/
/*
.swiper-slide {
	/height: (700/1920) * 100vw;
	max-height: 700px;
}
*/
.pc-top-image {
	display: block;
}

.about__inner {
	padding: 11% 0 6.9444444444%;
}
@media (max-width: 767px) {
	.about__inner {
		padding: 18.6666666667% 0 0;
	}
}

.about__heading3 {
	margin: 6.6666666667% auto 0;
}
@media (max-width: 767px) {
	.about__heading3 {
		margin: 19.0476190476% auto 0;
	}
}

.about__textbox {
	margin: 5.5555555556% auto 0;
}
@media (max-width: 767px) {
	.about__textbox {
		margin: 12.6984126984% auto 0;
	}
}

.about__text {
	font-family: 'Noto Sans JP';
	/*font-size: clamp(14px, (16/1920) * 100vw, 16px);*/
	font-size: 16px;
	line-height: 2;
}

.about__img {
	margin: 5.5555555556% auto 0;
}
@media (max-width: 767px) {
	.about__img {
		margin: 12.6984126984% auto 0;
	}
}

.about__gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 4.4444444444%;
	padding: 5.3333333333% 0 10%;
}

.about__bunner {
}
.about__bunner a {
	display: block;
}
.about__bunner img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease;
}
.about__bunner a:hover img {
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
	.about__bunner {
		margin-top: 50px;
	}
}

.about__textbox2 {
}
@media (max-width: 767px) {
	.about__textbox2 {
		margin-top: 50px;
	}
}

.about__item {
	max-width: 430px;
	width: 47.7777777778%;
}
.about__item:nth-child(n + 3) {
	margin-top: 82px;
}

.about__gallery--text {
	font-family: 'Noto Sans JP';
	font-size: clamp(14px, 0.8333333333vw, 16px);
	line-height: 1.5;
	margin-top: 1.8604651163%;
}

.project {
	position: relative;
	overflow-x: hidden;
	padding-top: 20px;
}

.project__inner {
	background: #fff;
	padding: 3.6458333333% 0 0;
}
@media (max-width: 767px) {
	.project__inner {
		padding: 18.6666666667% 0 0;
	}
}

.project__textbox {
	color: #444;
	font-family: 'Noto Sans JP';
	/*font-size: clamp(14px, (16/1920) * 100vw, 16px);*/
	font-size: 16px;
	margin: 5.5555555556% auto 0;
	line-height: 2;
	/*width: (900/1920)*100vw;*/
}
@media (max-width: 767px) {
	.project__textbox {
		width: 84vw;
	}
}

.project__content {
	background: url(/assets/img/project-bg.jpg) no-repeat center center/cover;
	margin: 4.1666666667% calc(50% - 50vw);
	width: 100vw;
	padding: 66px 0;
	position: relative;
	box-sizing: border-box;
}

.project__button {
	padding: 7.8125% 0;
}
@media (max-width: 767px) {
	.project__button {
		padding: 10.6666666667% 0;
	}
}

.project__button--text {
	background: #400000;
	color: #fff;
	font-size: clamp(16px, 0.9375vw, 18px);
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 2.0833333333% 5.8333333333%;
	transition: background 0.4s, color 0.4s;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 200px;
}
.project__button--text:hover {
	background: #fff;
	color: #444;
	outline: 1px solid #444;
}
@media (max-width: 767px) {
	.project__button--text {
		padding: 15px 0;
		text-align: center;
	}
}

/* ---------------- single-works -------------------- */
.gallery__img {
	margin: auto;
}

.gallery__list {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: 1.953125%;
}

.gallery__item {
	width: 9.8958333333vw;
}
@media (max-width: 767px) {
	.gallery__item {
		width: 28vw;
	}
}

.work-single__titlebox {
	background: #d6c68d;
	color: #fff;
	padding: 3.4722222222%;
}

.work-single__inner {
	font-size: clamp(16px, 0.8333333333vw, 16px);
	margin: 4.8611111111% auto 4.8611111111%;
	width: 53.3333333333vw;
}
@media (max-width: 767px) {
	.work-single__inner {
		margin: 10.6666666667% auto 10.6666666667%;
		width: 89.3333333333vw;
	}
}

.work-single__content {
	align-items: start;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.work-single__content {
		display: block;
		margin-top: 11.9402985075%;
	}
}

.work-single__imgbox {
	width: 31.25vw;
}
@media (max-width: 767px) {
	.work-single__imgbox {
		width: 100%;
	}
}

.work-single__itembox {
	width: 20.8333333333vw;
}
@media (max-width: 767px) {
	.work-single__itembox {
		margin-top: 11.9402985075%;
		width: 100%;
	}
}

.work-single__category {
	background: #d6c68d;
	color: #fff;
	margin-top: 3.1847133758%;
	padding: 1.25% 2.5%;
	width: -moz-fit-content;
	width: fit-content;
}
@media (max-width: 767px) {
	.work-single__category {
		margin-top: 6.4102564103%;
	}
}

.work-single__heading4 {
	font-size: clamp(14px, 1.25vw, 24px);
	font-weight: 700;
	margin-top: 5%;
}

.work-single__item {
	align-items: start;
	display: flex;
	padding: 2.34375%;
}
.work-single__item:nth-of-type(1) {
	margin-top: 6%;
}
.work-single__item:not(:first-of-type) {
	border-top: 1px solid #d6c68d;
}
@media (max-width: 767px) {
	.work-single__item {
		display: block;
		padding: 3.5820895522% 0;
	}
}

.work-single__subtitle {
	font-weight: 700;
	width: 5.2083333333vw;
}
@media (max-width: 767px) {
	.work-single__subtitle {
		width: 100%;
	}
}

.work-single__cardlist {
	align-items: start;
	display: flex;
	flex-wrap: wrap;
}

.work-single__card {
	width: calc(33.3% - 26.6666666667px);
}
@media (max-width: 767px) {
	.work-single__card {
		width: calc(50% - 10px);
	}
	.work-single__card:nth-child(2n + 2) {
		margin-left: 20px;
	}
}
.work-single__card:not(:nth-child(3n + 1)) {
	margin-left: 40px;
}
@media (max-width: 767px) {
	.work-single__card:not(:nth-child(3n + 1)) {
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.work-single__description {
		margin-top: 6.4102564103%;
	}
}

/* ---------------- archive-works -------------------- */
section.work-archive {
	padding-bottom: 100px;
}

li.work-archive__card {
	margin-bottom: 40px;
}

.work-archive__inner {
	background: #fff;
	padding: 3.6458333333% 0 0;
}
@media (max-width: 767px) {
	.work-archive__inner {
		padding: 18.6666666667% 0 0;
	}
}

.work-archive__textbox {
	color: #444;
	font-family: 'Noto Sans JP';
	/*font-size: clamp(14px, (16/1920) * 100vw, 16px);*/
	font-size: 16px;
	margin: 5.5555555556% auto 0;
	line-height: 2;
	/*width: (900/1920)*100vw;*/
}
@media (max-width: 767px) {
	.work-archive__textbox {
		width: 84vw;
	}
}

.work-archive__titlebox {
	background: #d6c68d;
	padding: 2.6041666667%;
}

.work-archive__titlebox2 {
	padding: 60px 2.6041666667%;
}

.work-archive__heading3 {
	color: #fff;
	font-size: clamp(24px, 1.6666666667vw, 32px);
	letter-spacing: 0.01em;
	margin: 0 auto;
	text-align: center;
}

.work-archive__inner .about__inner {
	padding: 9.7222222222% 0 6.9444444444%;
}
@media (max-width: 767px) {
	.work-archive__inner .about__inner {
		padding: 18.6666666667% 0 18.6666666667%;
	}
}

.work-archive__category {
	background: #d6c68d;
	color: #fff;
	margin-top: 3.1847133758%;
	padding: 1.25% 2.5%;
	width: -moz-fit-content;
	width: fit-content;
}
@media (max-width: 767px) {
	.work-archive__category {
		margin-top: 6.4102564103%;
	}
}

.work-archive__heading4 {
	font-size: clamp(14px, 1.25vw, 24px);
	font-weight: 700;
	margin-top: 5%;
}

.work-archive__card .heading4 {
	font-weight: 700;
}

.work-archive__cardlist {
	align-items: start;
	display: flex;
	flex-wrap: wrap;
}

.work-archive__card {
	width: calc(33.3% - 26.6666666667px);
}
.work-archive__card img {
	aspect-ratio: 4/3;
}
@media (max-width: 767px) {
	.work-archive__card {
		width: calc(50% - 10px);
	}
	.work-archive__card:nth-child(2n + 2) {
		margin-left: 20px;
	}
}
.work-archive__card:not(:nth-child(3n + 1)) {
	margin-left: 40px;
}
@media (max-width: 767px) {
	.work-archive__card:not(:nth-child(3n + 1)) {
		margin-left: auto;
	}
}

.work-archive__description {
	margin-top: 3.1847133758%;
}
@media (max-width: 767px) {
	.work-archive__description {
		margin-top: 6.4102564103%;
	}
}

ul.work-archive__cardlist {
	font-family: 'Noto Sans JP';
}

.none[data-hide='1'] {
	display: none;
}

.work__link {
	color: #2764de;
	display: inline;
}

.work__link:hover {
	opacity: 0.6;
}

.qa__inner {
	padding: 14.7222222222% 0 10.7638888889%;
}
@media (max-width: 767px) {
	.qa__inner {
		padding: 18.6666666667% 0 18.6666666667%;
	}
}

.qa__textbox {
	font-family: 'Noto Sans JP';
	/*font-size: clamp(14px, (16/1920) * 100vw, 16px);*/
	font-size: 16px;
	line-height: 2;
	margin-top: 5.5555555556%;
}

.qa__list:not(:nth-of-type(1)) {
	margin-top: 64px;
}

.qa__a {
	margin-top: 32px;
}

.qa__link {
	color: #2764de;
	display: inline;
}

.qa__link:hover {
	opacity: 0.6;
}

.qa__q__letter {
	font-weight: 700;
	color: #c1895b;
	font-size: 22px;
}

.picture {
	background: #fff;
	/* height: (520/1920) * 100vw; */
}

.picture__list {
	align-items: center;
	display: flex;
	justify-content: center;
	height: inherit;
}

.picture__item {
	margin: 0 0.3645833333%;
	width: 14.84375vw;
	max-width: 285px;
}
.picture__item:nth-child(odd) {
	margin-top: -7.2916666667%;
}
.picture__item:nth-child(even) {
	margin-top: 7.2916666667%;
}

.container {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
}

.slider-wrapper {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	will-change: transform;
}

.slider {
	display: inline-flex;
	animation: slide 30s linear infinite;
}

.circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 20px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center;
	position: relative;
	will-change: transform;
}
@media (min-width: 768px) {
	.circle {
		width: 240px;
		height: 240px;
	}
}

/* 1つおきに上下移動 */
.circle:nth-child(odd) {
	transform: translateY(-50px);
}

.circle:nth-child(even) {
	transform: translateY(50px);
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1320px); /* 6つの要素分の幅 (200px + 40px margin) × 6 */
	}
}
@media (min-width: 768px) {
	@keyframes slide {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-1680px); /* 6つの要素分の幅 (240px + 40px margin) × 6 */
		}
	}
}
/* 画像の設定 */
.circle:nth-child(1) {
	background-image: url('/assets/img/picture1.jpg');
}

.circle:nth-child(2) {
	background-image: url('/assets/img/picture2.jpg');
}

.circle:nth-child(3) {
	background-image: url('/assets/img/picture3.jpg');
}

.circle:nth-child(4) {
	background-image: url('/assets/img/picture4.jpg');
}

.circle:nth-child(5) {
	background-image: url('/assets/img/picture5.jpg');
}

.circle:nth-child(6) {
	background-image: url('/assets/img/picture6.jpg');
}

.company {
	font-family: 'Noto Sans JP';
	margin-top: 100px;
}

.company__heading2 {
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E',
		serif;
}

.company__inner {
	padding: 7.7777777778% 0 0;
}
@media (max-width: 767px) {
	.company__inner {
		padding: 26.6666666667% 0 0;
	}
}

.company__wrapper {
	margin-top: 6.1111111111%;
}

.company__list {
	align-items: start;
	background: #fff;
	display: flex;
	justify-content: space-between;
	/*font-size: clamp(14px, (16/1920) * 100vw, 16px);*/
	font-size: 16px;
	line-height: 2;
	padding: 1.7777777778% 4.4444444444% 1.7777777778% 6.2222222222%;
}
.company__list:nth-child(1) {
	padding-top: 7.1111111111%;
}
.company__list:last-child {
	padding-bottom: 7.1111111111%;
}
@media (max-width: 767px) {
	.company__list {
		display: block;
		padding: 3.8095238095% 5.0793650794%;
	}
}

.company__list-title {
	font-weight: 700;
	width: 10.4166666667vw;
}
@media (max-width: 767px) {
	.company__list-title {
		width: 100%;
	}
}

.company__list-description {
	width: calc(100% - 11.9791666667vw);
}
@media (max-width: 767px) {
	.company__list-description {
		width: 100%;
	}
}

.company__kinds:not(:nth-child(1)) {
	margin-top: 32px;
}

.company__list-item {
	width: -moz-fit-content;
	width: fit-content;
}
.company__list-item a {
	color: #2764de;
}
@media (max-width: 767px) {
	.company__list-item {
		width: 100%;
	}
}

dd.company__list-description {
	font-weight: 400;
}

.company__link:hover {
	opacity: 0.6;
}

/* ---------------- map -------------------- */
.map__content {
	align-items: center;
	display: flex;
	height: 24.3055555556vw;
	overflow: hidden;
}
@media (max-width: 767px) {
	.map__content {
		display: block;
		height: 100%;
	}
}

.map__iframe {
	position: relative;
	padding-top: 49.7685185185%;
	width: 62.0138888889vw;
	height: 100%;
}
@media (max-width: 767px) {
	.map__iframe {
		padding-top: 66.6666666667%;
		width: 100%;
	}
}
.map__iframe iframe {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	height: 24.6527777778vw;
}
@media (max-width: 767px) {
	.map__iframe iframe {
		top: 0;
		height: 100%;
	}
}

.map__img {
	width: calc(100% - 62.0138888889vw);
}
@media (max-width: 767px) {
	.map__img {
		width: 100%;
	}
}

/* ---------------- contact-info -------------------- */
.contact-info {
	background: #fff;
	padding: 3.6458333333% 0;
}
@media (max-width: 767px) {
	.contact-info {
		padding: 18.6666666667% 0;
		text-align: center;
	}
}

.contact-info__heading2 {
	font-size: clamp(32px, 2.0833333333vw, 40px);
	margin: 0 auto;
	letter-spacing: 0.15em;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-info__list {
	align-items: start;
	display: flex;
	/*justify-content: center;*/
	justify-content: space-around;
	font-family: 'Noto Sans JP';
	margin-top: 5.5555555556%;
}
@media (max-width: 767px) {
	.contact-info__list {
		display: block;
	}
}

.contact-info__item {
	width: 23.4375vw;
	min-width: 300px;
}
@media (max-width: 767px) {
	.contact-info__item {
		width: 100%;
		margin-top: 65px;
	}
}

.contact-info__item2 {
	width: 23.4375vw;
	min-width: 300px;
	text-align: center;
}
@media (max-width: 767px) {
	.contact-info__item2 {
		width: 100%;
		margin-top: 65px;
	}
}

.contact-info__info {
	font-size: clamp(16px, 1.0416666667vw, 20px);
	font-weight: 700;
}
@media (max-width: 767px) {
	.contact-info__info {
		margin-top: 5.3333333333%;
	}
	.contact-info__info:nth-last-child(2) {
		margin-top: 10.6666666667%;
	}
}

.contact-info__tel {
	font-size: clamp(26px, 1.875vw, 36px);
	font-weight: 700;
	margin-top: 1.1111111111%;
}
@media (max-width: 767px) {
	.contact-info__tel {
		margin-top: 5.3333333333%;
	}
}

.contact-info__details {
	font-size: clamp(14px, 0.8333333333vw, 16px);
}

.contact-info__pdf {
	margin-top: 2px;
}

img.contact-info__pdf--img {
	width: 38px;
	height: auto;
	margin-right: 7px;
}

.contact-info__pdf {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.contact-info__pdf {
		justify-content: center;
	}
}

a.contact-info__pdf--link {
	color: #2764de;
	width: auto;
}

.contact-info__button {
	background: #000;
	color: #fff;
	font-size: clamp(16px, 1.0416666667vw, 20px);
	letter-spacing: 0.1em;
	margin: 4.8888888889% 0 0;
	text-align: center;
	transition: background 0.4s, color 0s;
	width: 19.0104166667vw;
	max-width: 365px;
	min-width: 300px;
}
.contact-info__button a {
	padding: 6.5753424658% 0;
}
.contact-info__button:hover {
	background: #fff;
	color: #444;
	outline: 1px solid #444;
}
@media (max-width: 767px) {
	.contact-info__button {
		margin: 5.3333333333% auto 0;
		width: 100%;
	}
}

.contact-info__button2 {
	background: #000;
	color: #fff;
	font-size: clamp(16px, 1.0416666667vw, 20px);
	letter-spacing: 0.1em;
	margin: 4.8888888889% auto 0;
	text-align: center;
	transition: background 0.4s, color 0s;
	width: 19.0104166667vw;
	max-width: 365px;
	min-width: 300px;
}
.contact-info__button2 a {
	padding: 6.5753424658% 0;
}
.contact-info__button2:hover {
	background: #fff;
	color: #444;
	outline: 1px solid #444;
}
@media (max-width: 767px) {
	.contact-info__button2 {
		margin: 5.3333333333% auto 0;
		width: 100%;
	}
}

/* ---------------- contact-info -------------------- */
.contact {
	font-family: 'Noto Sans JP';
	padding: 4.8611111111% 0 0;
}
@media (max-width: 767px) {
	.contact {
		padding: 18.6666666667% 0;
	}
}

.contact__heading2 {
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E',
		serif;
}

.contact__info {
	/*font-size: clamp(14px, (16/1920) * 100vw, 16px);*/
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 5.5555555556vw auto 0;
	padding: 0.625vw 0;
	text-align: center;
}

.contact-form {
	margin-top: 40px;
}

::-moz-placeholder {
	color: #999999;
}

::placeholder {
	color: #999999;
}

.contact-form__wrapper {
	background: #fff;
	padding: 2.3958333333% 3.2291666667% 4.8958333333% 2.8645833333%;
	/*min-width: 600px; */
	margin: 0 auto;
	width: 900px;
	/*width: (900/1920) * 100vw;*/
}
@media (max-width: 1000px) {
	.contact-form__wrapper {
		margin: 0 auto;
		width: 90vw;
		max-width: 900px;
	}
}
@media (max-width: 767px) {
	.contact-form__wrapper {
		min-width: auto;
		width: 84vw;
	}
}

.contact-form__row {
	align-items: start;
	display: flex;
	justify-content: space-between;
}
.contact-form__row:not(:nth-child(1)) {
	margin-top: 26px;
}
@media (max-width: 767px) {
	.contact-form__row:not(:nth-child(1)) {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.contact-form__row {
		display: block;
		padding: 3.2vw;
	}
}

.contact-form__subRow {
	align-items: start;
	display: flex;
	border: none;
	padding: 1.0752688172%;
}
.contact-form__subRow:not(:nth-of-type(1)) {
	margin-top: 2.1505376344%;
}
@media (max-width: 767px) {
	.contact-form__subRow {
		display: block;
	}
}

.contact-form__label {
	font-size: clamp(14px, 0.8333333333vw, 16px);
	margin: 0 1.6666666667% 0 0;
	width: 14.5833333333vw;
	max-width: 280px;
	min-width: 200px;
}
.contact-form__label label {
	display: inline-block;
	font-weight: 700;
	width: 100%;
}

.contact-form__subLabel {
	font-size: clamp(14px, 0.8333333333vw, 16px);
	width: 5.2083333333vw;
	min-width: 64px;
}
@media (max-width: 767px) {
	.contact-form__subLabel {
		width: 100%;
	}
}

.contact-form__button [type='submit'],
.contact-form__subInput [type='text'],
.contact-form__subInput [type='email'],
.contact-form__subInput [type='tel'],
.contact-form__input option,
.contact-form__input select,
.contact-form__input textarea,
.contact-form__input [type='text'],
.contact-form__input [type='email'],
.contact-form__input [type='tel'] {
	background: #fff;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	line-height: 1.5;
	padding: 7px;
	width: 100%;
}

.contact-form__input {
	font-size: clamp(14px, 0.8333333333vw, 16px);
	width: 100%;
	max-width: 490px;
}
@media (max-width: 767px) {
	.contact-form__input [type='text'],
	.contact-form__input [type='email'],
	.contact-form__input [type='tel'] {
		margin-top: 1.4925373134%;
		max-width: auto;
	}
}
.contact-form__input textarea {
	height: 7.8125vw;
	min-height: 120px;
	font-size: 14px;
	width: 100%;
	resize: none;
}
@media (max-width: 767px) {
	.contact-form__input textarea {
		margin-top: 1.4925373134%;
		min-height: 150px;
		max-width: auto;
	}
}
/* ドロップダウンはブラウザ標準の見た目に戻す（矢印もネイティブ表示） */
.contact-form__input select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	cursor: pointer;
	font-size: clamp(14px, 0.8333333333vw, 16px);
}
@media (max-width: 767px) {
	.contact-form__input select {
		margin-top: 1.4925373134%;
	}
}
.contact-form__input option {
	display: block;
	padding: 1.4285714286%;
	white-space: nowrap;
}

.contact-form__subInput {
	width: 100%;
}
@media (max-width: 767px) {
	.contact-form__subInput [type='text'],
	.contact-form__subInput [type='email'],
	.contact-form__subInput [type='tel'] {
		max-width: auto;
		width: 100%;
	}
}

.contact-form__attention {
	font-size: clamp(12px, 0.8333333333vw, 16px);
	margin: 20px 0 0 30px;
}
@media (max-width: 767px) {
	.contact-form__attention {
		margin: 20px 0 0 0;
	}
}

.contact-form__amount {
	width: 10.4166666667vw;
	min-width: 120px;
}

.contact-form__submit {
	/*background: $color-other;*/
	margin-top: 46px;
	padding: 4.6875% 0 6.5104166667%;
}

.contact-form__button {
	margin: 3.3333333333% auto 0;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.contact-form__button [type='submit'] {
	background-color: #000;
	border: 2px solid #444;
	color: #fff;
	font-size: clamp(20px, 1.0416666667vw, 20px);
	transition: all 0.3s ease;
	padding: 23px 0 20px;
	width: 365px;
}
.contact-form__button [type='submit']:hover {
	background: #fff;
	color: #444;
}
@media (max-width: 767px) {
	.contact-form__button [type='submit'] {
		width: 80vw;
	}
}

.contact-form__privacy {
	font-size: clamp(16px, 1.0416666667vw, 20px);
	margin: 3.3333333333% auto 0;
	text-align: center;
}
.contact-form__privacy [type='checkbox'] {
	all: revert;
	width: 18px;
	height: 18px;
	margin: 0;
}

.is-required {
	position: relative;
}
.is-required::after {
	content: '必須';
	position: absolute;
	top: 50%;
	left: calc(100% - 40px);
	background: #c98451;
	color: #fff;
	font-size: clamp(12px, 0.8333333333vw, 16px);
	transform: translateY(-50%);
	line-height: 1.5;
	text-align: center;
	width: 43px;
}

.contact-form__privacy--underline {
	text-decoration: underline;
}

.contact-form__note {
	font-size: clamp(10px, 0.8333333333vw, 16px);
}

.contact-form__privacy a {
	width: inherit;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #d6c68d;
	font-size: clamp(12px, 1.25vw, 24px);
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
	font-size: clamp(12px, 1.25vw, 24px);
	text-align: center;
}

.wpcf7-spinner {
	display: none;
}

/* ---------------- 問い合わせフォーム: バリデーション表示 ---------------- */
.contact-form__error {
	display: block;
	color: #c0563f;
	font-size: clamp(12px, 0.9vw, 14px);
	margin-top: 4px;
}
/* 入力欄の枠色を差し替え（outline を足さず二重枠にしない） */
.is-invalid {
	border: 1px solid #dca79c !important;
	background-color: #fdf6f4;
}
.contact-form__response {
	margin: 1.5em 0.5em 1em;
	padding: 0.5em 1em;
	border: 1px solid #dca79c;
	border-radius: 4px;
	background-color: #fdf6f4;
	color: #c0563f;
	text-align: center;
	font-size: clamp(12px, 1.25vw, 20px);
}
.contact-form__response.is-ok {
	border-color: #d6c68d;
	background-color: #fbf9f0;
	color: inherit;
}

/* ---------------- privacy -------------------- */
.privacy__inner {
	/*font-size: clamp(14px, (16/1920) * 100vw, 16px);*/
	font-size: 16px;
	margin: 0 auto 70px;
	width: 900px;
}
@media (max-width: 1000px) {
	.privacy__inner {
		margin: 0 auto 70px;
		width: 90vw;
		max-width: 900px;
	}
}
@media (max-width: 767px) {
	.privacy__inner {
		width: 84vw;
	}
}

.privacy__titlebox {
	background: #d6c68d;
	padding: 2.6041666667%;
}

.privacy__heading3 {
	color: #fff;
	font-size: clamp(16px, 1.25vw, 24px);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 0.625vw 0;
	text-align: center;
}

.privacy_content {
	white-space: pre-line;
}

.privacy__company {
	text-align: left;
	margin-top: 5%;
}

.privacy__company,
.privacy_content {
	font-family: 'Noto Sans JP';
}

.bg {
	background: url(/assets/img/bg.png) repeat top center;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.bg {
		margin-bottom: -20px;
	}
}

/* ---------------- pagination 投稿ページ -------------------- */
.pagination {
	color: #444;
	font-size: clamp(16px, 1.0416666667vw, 20px);
	margin: 5.5555555556% auto;
	text-align: center;
}
@media (max-width: 767px) {
	.pagination {
		margin: 10.6666666667% auto;
	}
}

.pagination__list {
	align-items: center;
	display: flex;
	justify-content: space-between;
	max-width: 480px;
	margin: 0 auto;
}

.pagination__item {
	padding: 0 2.7777777778%;
}
.pagination__item:hover {
	opacity: 0.7;
}

/* ---------------- wp_paginavi アーカイブページ -------------------- */
.wp-pagenavi span {
	border: none;
	margin: 0;
	padding: 0 2.2222222222%;
}
@media (max-width: 767px) {
	.wp-pagenavi span {
		padding: 0 5.3333333333%;
	}
}

.wp-pagenavi a {
	border: none;
	padding: 0 2.2222222222%;
	width: inherit;
}

/* ---------------- footer -------------------- */
.footer {
	background: #000;
	color: #fff;
	/*padding: 45px 100px;*/
	padding: 45px 0;
}

.footer__inner {
	max-width: 800px;
	margin: 0 auto;
}

.footer__menu {
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 767px) {
	.footer__menu {
		justify-content: center;
	}
}

.footer__menu--wrap {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.footer__logo {
	font-size: clamp(24px, 1.5625vw, 30px);
	width: 3.3854166667vw;
}
@media (max-width: 767px) {
	.footer__logo {
		width: 12vw;
	}
}

.footer__list {
	font-size: clamp(16px, 1.0416666667vw, 20px);
	margin: 2.0833333333vw 2.0833333333vw 0 0;
	letter-spacing: 0.1rem;
}

.footer__item {
	padding: 0 15px;
}
@media (max-width: 767px) {
	.footer__item {
		padding: 0 1.7910447761%;
	}
}

.footer__subitem {
	margin: 64px 15px 0 0;
	position: relative;
}
.footer__subitem::before {
	position: absolute;
	content: '';
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 30px;
	background: #fff;
}

.footer__info {
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	.footer__info {
		margin-top: 5.3333333333%;
		text-align: center;
	}
}

.footer__address {
	font-family: 'Noto Sans JP';
	font-size: clamp(14px, 0.8333333333vw, 16px);
}

.footer__tel {
	font-size: clamp(32px, 1.6666666667vw, 32px);
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E',
		serif;
}

.copyright {
	font-family: 'Noto Sans JP';
	font-size: clamp(12px, 0.7291666667vw, 14px);
}

#side {
	position: fixed;
	right: 0px;
	top: 20%;
	width: 60px;
	z-index: 100;
}

#side #side_online a {
	display: block;
	background-color: #400000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transition: 0.5s;
}

#side #side_online .waku {
	display: block;
	font-family: 'Noto Sans JP';
	font-weight: bold;
	font-size: 18px;
	position: relative;
	writing-mode: vertical-rl;
	letter-spacing: 0.2rem;
}

#side #side_online a:hover {
	background-color: #fff;
	color: #000;
}

#pageup {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

#pageup i {
	font-size: 30px;
	line-height: 30px;
	margin-left: 6px;
}

#pageup a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
	color: #999;
}

/* ---------------- 404 error -------------------- */
.error-404__inner {
	font-size: 16px;
	margin: 0 auto 70px;
	width: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 1000px) {
	.error-404__inner {
		margin: 0 auto 70px;
		width: 90vw;
		max-width: 900px;
	}
}
@media (max-width: 767px) {
	.error-404__inner {
		width: 84vw;
	}
}
.error-404__titlebox {
	background: #d6c68d;
	padding: 2.6041666667%;
	text-align: center;
	width: 100%;
}
.error-404 .heading2 {
	color: #fff;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E',
		serif;
}
.error-404__content {
	font-family: 'Noto Sans JP';
	margin: 3.125vw auto;
	text-align: left;
	line-height: 1.8;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 430px;
}
.error-404__content p {
	margin-bottom: 1.5em;
	display: inline-block;
	text-align: left;
}
.error-404__content p:last-child {
	margin-bottom: 0;
}
.error-404__button {
	text-align: center;
	margin-top: 2.0833333333vw;
}
.error-404__button a {
	display: inline-block;
	width: -moz-fit-content;
	width: fit-content;
	background: #400000;
	color: #fff;
	padding: 0.8em 1.5em;
	border-radius: 5px;
	text-decoration: none;
	transition: opacity 0.3s;
	font-family: 'Noto Sans JP';
	font-size: 14px;
}
.error-404__button a:hover {
	opacity: 0.8;
}
@media (max-width: 767px) {
	.error-404__button a {
		font-size: 14px;
		padding: 0.8em 1.2em;
	}
}

/* ---------------- thanks page -------------------- */
.p-thanks__inner {
	font-size: 16px;
	margin: 0 auto 70px;
	width: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 1000px) {
	.p-thanks__inner {
		margin: 0 auto 70px;
		width: 90vw;
		max-width: 900px;
	}
}
@media (max-width: 767px) {
	.p-thanks__inner {
		width: 84vw;
	}
}
.p-thanks__titlebox {
	background: #d6c68d;
	padding: 2.6041666667%;
	text-align: center;
	width: 100%;
}
.p-thanks .heading2 {
	color: #fff;
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E',
		serif;
}
.p-thanks__content {
	font-family: 'Noto Sans JP';
	margin: 3.125vw auto;
	text-align: left;
	line-height: 1.8;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 430px;
}
.p-thanks__content p {
	margin-bottom: 1.5em;
	display: inline-block;
	text-align: left;
}
.p-thanks__content p:last-child {
	margin-bottom: 0;
}
.p-thanks__button {
	text-align: center;
	margin-top: 2.0833333333vw;
}
.p-thanks__button a {
	display: inline-block;
	width: -moz-fit-content;
	width: fit-content;
	background: #400000;
	color: #fff;
	padding: 0.8em 1.5em;
	border-radius: 5px;
	text-decoration: none;
	transition: opacity 0.3s;
	font-family: 'Noto Sans JP';
	font-size: 14px;
}
.p-thanks__button a:hover {
	opacity: 0.8;
}
@media (max-width: 767px) {
	.p-thanks__button a {
		font-size: 14px;
		padding: 0.8em 1.2em;
	}
} /*# sourceMappingURL=style.css.map */
