body {
	font-size: 16px;
	color: #484848;
	line-height: 2;
	letter-spacing: 0.03em;
	background: #f5f5ed;
	font-family: "Noto Serif JP";
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
}

p,
a,
dt,
dd,
li,
th,
td {
	line-height: 2;
}

a {
	color: #1a1a1a;
}

a:hover {
	color: #1a1a1a;
}

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

* {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: 0.03em;
}

::before,
::after {
	display: inline-block;
	text-decoration: inherit;
	vertical-align: inherit;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: bottom;
}

img.pdf_icon {
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

*:not(input):not(select):not(button):not(textarea):not(label):focus {
	outline: none;
}

select {
	height: 30px;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0 20px 0 5px;
	line-height: 1;
}

button,
input,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 4px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

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

input {
	padding: 0 6px;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="button"],
input[type="submit"] {
	background-color: transparent;
	border: none;
}

button {
	overflow: visible;
	background-color: transparent;
	border-radius: 0;
	border: none;
}

button,
select {
	text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0 5px 0 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="text"],
select,
textarea {
	font-size: 100%;
}

input[type="text"]:focus,
textarea:focus {
	transition: 0.2s;
}

input[type="text"]:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
	overflow: auto;
	resize: vertical;
}

label {
	display: inline-block;
}

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

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

ol {
	list-style-position: inside;
}

li {
	list-style-type: none;
}

address {
	font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
	margin: 0;
	padding: 0;
}

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
	text-align: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
	text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	font-weight: normal;
}

figure {
	margin: 0;
}

.breadcrumb {
	display: flex;
	margin-bottom: 70px;
	margin-top: 20px;
	justify-content: flex-end;
	font-family: "Noto Serif JP", "serif";
	color: #484848;
	text-transform: uppercase;
}

@media screen and (max-width: 1300px) {
	.breadcrumb {
		margin-bottom: 1.04167vw;
		margin-top: 0.52083vw;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		margin-bottom: 30px;
		color: #555555;
		justify-content: left;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		flex-wrap: wrap;
	}
}

.breadcrumb li {
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #555555;
}

@media screen and (max-width: 1300px) {
	.breadcrumb li {
		font-size: 0.83333vw;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumb li {
		font-size: 12px;
		margin-right: 5px;
	}
}

.breadcrumb li:before {
	content: "\F0142";
	font-family: Material Design Icons;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 20px;
}

@media screen and (max-width: 1300px) {
	.breadcrumb li:before {
		font-size: 0.9375vw;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumb li:before {
		font-size: 12px;
		margin-right: 5px;
	}
}

.breadcrumb li:first-child:before {
	display: none;
}

.breadcrumb li a {
	color: #555555;
	text-decoration: underline;
}

.button01 {
	/**/
}

.button02 {
	/**/
}

h2 {
	font-size: 3.54167vw;
	letter-spacing: 0.2em;
	color: #484848;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 26px;
	}
}

h2 .color {
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
	h2 .color {
		display: block;
	}
}

h2 .subtitle {
	font-size: 1.45833vw;
	letter-spacing: 0.3em;
	display: block;
}

@media screen and (max-width: 768px) {
	h2 .subtitle {
		font-size: 15px;
		margin-top: 15px;
	}
}

h3 {
	font-family: Times;
	font-size: 93px;
	letter-spacing: 0.2em;
	color: #484848;
}

@media screen and (max-width: 1300px) {
	h3 {
		font-size: 4.84375vw;
	}
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 43px;
	}
}

h3 .color {
	letter-spacing: 0.2em;
	color: #d31a18;
}

@media screen and (max-width: 768px) {
	h3 .color {
		display: block;
	}
}

h3 .subtitle {
	font-size: 28px;
	letter-spacing: 0.3em;
	display: block;
	font-family: "Noto Serif JP", "serif";
}

@media screen and (max-width: 1300px) {
	h3 .subtitle {
		font-size: 1.45833vw;
	}
}

@media screen and (max-width: 768px) {
	h3 .subtitle {
		font-size: 15px;
		margin-top: 15px;
	}
}

.page-ttl {
	position: relative;
	font-size: 4.27083vw;
	color: #909090;
	display: flex;
	position: fixed;
	bottom: 4.16667vw;
	left: 4.6875vw;
	letter-spacing: .1em;
	display: block;
	line-height: 1.5;
	writing-mode: tb;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	.page-ttl {
		display: none;
	}
}

.page-ttl span {
	font-size: 1.45833vw;
	letter-spacing: .1em;
	display: block;
}

.page-ttl.br {
	line-height: 1.2;
	left: 2.08333vw;
}

.wp-pagenavi {
	text-align: center;
	margin-top: 2.08333vw;
}

@media screen and (max-width: 768px) {
	.wp-pagenavi {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

.wp-pagenavi a {
	line-height: 2.60417vw;
	width: 2.60417vw;
	display: inline-block;
	text-align: center;
	border: 1px solid #B3A89C;
	color: #B3A89C;
	padding: 0;
	font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
	.wp-pagenavi a {
		line-height: 35px;
		width: 35px;
		font-size: 16px;
	}
}

.wp-pagenavi span {
	line-height: 2.60417vw;
	width: 2.60417vw;
	display: inline-block;
	text-align: center;
	border: 1px solid #B3A89C;
	background: #B3A89C;
	color: #B3A89C;
	padding: 0;
	border-color: #B3A89C !important;
	color: #fff;
	font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
	.wp-pagenavi span {
		line-height: 35px;
		width: 35px;
		font-size: 16px;
	}
}

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

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5625vw 5.20833vw 2.08333vw 3.64583vw;
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	header {
		padding: 5px 10px;
		justify-content: center;
		z-index: 999999;
		position: fixed;
		width: 100%;
		top: 0;
	}
}

header .contact-btn-sp {
	display: none;
}

header .contact-btn-sp a {
	font-size: 12px;
	letter-spacing: .2em;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-weight: 500;
}

header .contact-btn-sp a svg {
	margin-right: 8px;
}

@media screen and (max-width: 768px) {
	header .contact-btn-sp {
		display: block;
		position: absolute;
		left: 20px;
	}
}

header .logo {
	line-height: 1;
	margin-top: 0.41667vw;
	position: relative;
}

header .logo svg {
	width: 9.84375vw;
}

@media screen and (max-width: 768px) {
	header .logo svg {
		width: 100px;
	}
}

header .logo a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

header .navigation {
	display: flex;
	align-items: center;
}

header .navigation .gnav {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	header .navigation .gnav {
		display: none;
	}
}

header .navigation .gnav li {
	margin-right: 1.5625vw;
}

header .navigation .gnav a {
	font-size: 0.9375vw;
	letter-spacing: .15em;
	text-decoration: none;
	line-height: 1.2;
}

header .navigation .gnav a span {
	display: block;
	font-size: 0.625vw;
	letter-spacing: .25em;
	font-family: 'Times New Roman', Times, serif;
}

header .slidemenu {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10000;
}

@media screen and (max-width: 768px) {
	header .slidemenu {
		display: none;
	}
}

header .slidemenu span {
	font-size: 0.83333vw;
	letter-spacing: .2em;
	margin-right: 1.04167vw;
}

@media screen and (max-width: 768px) {
	header .slidemenu span {
		font-size: 14px;
		margin-right: 10px;
	}
}

header .slidemenu .slidemenu-btn {
	background: #1a1a1a;
	width: 2.08333vw;
	height: 2.08333vw;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10000;
}

@media screen and (max-width: 768px) {
	header .slidemenu .slidemenu-btn {
		width: 40px;
		height: 40px;
	}
}

header .slidemenu .slidemenu-btn ul li {
	width: 0.10417vw;
	height: 0.10417vw;
	background: #fff;
	margin: 0.15625vw 0.10417vw;
}

@media screen and (max-width: 768px) {
	header .slidemenu .slidemenu-btn ul li {
		width: 2px;
		height: 2px;
		margin: 3px 2px;
	}
}

.slidemenu-wrap {
	top: 0;
	left: 0;
	background: #F5F5ED;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	display: none;
	align-items: center;
}

.slidemenu-wrap .parth {
	position: absolute;
	mix-blend-mode: multiply;
	z-index: -1;
	left: 5.20833vw;
	top: -15.625vw;
	width: 97.65625vw;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .parth {
		top: -50vw;
		left: -52vw;
		width: 150vw;
		height: 210vw;
		object-fit: contain;
	}
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap {
		overflow: scroll;
		height: auto;
		padding: 60px 0 0;
		overflow-x: hidden;
	}
}

.slidemenu-wrap.active {
	display: flex;
}

.slidemenu-wrap .bg {
	width: 36%;
	height: 100%;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .bg {
		display: none;
	}
}

.slidemenu-wrap .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slidemenu-wrap .menu-wrap .sp-wrap {
	display: flex;
	align-items: flex-start;
	margin-left: 6.25vw;
	margin-top: -2.08333vw;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .sp-wrap {
		flex-direction: column;
		margin-left: 0;
		width: 100%;
		padding-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .sp-wrap .f-bnr-wrap-sp {
		margin-top: 0;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-list {
		padding: 0 30px;
	}
}

.slidemenu-wrap .menu-wrap .menu-list:nth-last-of-type(1) {
	margin-left: 7.8125vw;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-list:nth-last-of-type(1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-list {
		margin-bottom: 20px;
		width: 100%;
	}
}

.slidemenu-wrap .menu-wrap .menu-list:last-child {
	margin-left: 3.125vw;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-list:last-child {
		margin-left: 0;
	}
}

.slidemenu-wrap .menu-wrap .menu-list li {
	margin-bottom: 2.08333vw;
	position: relative;
}

.slidemenu-wrap .menu-wrap .menu-list li svg {
	position: absolute;
	top: -0.52083vw;
	left: -1.04167vw;
	width: 0.88542vw;
	height: 0.88542vw;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-list li svg {
		width: 10px;
		height: 10px;
		top: -10px;
		left: -10px;
	}
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-list li {
		margin-bottom: 20px;
	}
}

.slidemenu-wrap .menu-wrap .menu-list li:last-child {
	margin-bottom: 0;
}

.slidemenu-wrap .menu-wrap .menu-list li a {
	font-size: 1.66667vw;
	letter-spacing: .25em;
	text-decoration: none;
	line-height: 1.4;
	color: #1A1A1A;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-list li a {
		font-size: 20px;
	}
}

.slidemenu-wrap .menu-wrap .menu-list li a span {
	font-size: 0.83333vw;
	letter-spacing: .3em;
	display: block;
	color: #555555;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-list li a span {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-list li.sp-none {
		display: none;
	}
}

.slidemenu-wrap .menu-wrap .menu-right {
	position: absolute;
	right: 0;
	top: 135px;
	display: none;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-right {
		display: block;
	}
}

.slidemenu-wrap .menu-wrap .menu-right .h-sns-list-sp {
	display: none;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .menu-wrap .menu-right .h-sns-list-sp {
		display: flex;
	}
}

.slidemenu-wrap .menu-wrap .menu-right .h-sns-list-sp .a {
	fill: #717171;
}

.slidemenu-wrap .slidemenu {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10000;
	position: absolute;
	top: 2.76042vw;
	right: 5.20833vw;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .slidemenu {
		top: 16px;
		right: 10px;
	}
}

.slidemenu-wrap .slidemenu span {
	font-size: 0.83333vw;
	letter-spacing: .2em;
	margin-right: 1.04167vw;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .slidemenu span {
		font-size: 16px;
		margin-right: 20px;
		display: none;
	}
}

.slidemenu-wrap .slidemenu .slidemenu-btn {
	background: #1a1a1a;
	width: 2.08333vw;
	height: 2.08333vw;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .slidemenu .slidemenu-btn {
		width: 40px;
		height: 40px;
	}
}

.slidemenu-wrap .slidemenu .slidemenu-btn ul li {
	width: 0.10417vw;
	height: 0.10417vw;
	background: #fff;
	margin: 0.15625vw 0.10417vw;
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .slidemenu .slidemenu-btn ul li {
		width: 2px;
		height: 2px;
		margin: 3px 2px;
	}
}

@media screen and (max-width: 768px) {
	.slidemenu-wrap .slidemenu .slidemenu-btn {
		display: none;
	}
}

body.open {
	overflow: hidden;
}

body.open .slidemenu-wrap {
	display: flex;
	height: 100%;
}

@media screen and (max-width: 768px) {
	body.open .slidemenu-wrap {
		display: block;
	}
}

.side-bnr {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 102;
	width: 3.125vw;
}

@media screen and (max-width: 768px) {
	.side-bnr {
		display: none;
	}
}

.side-bnr svg {
	width: 100%;
}

.h-sns-list {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: calc(50% - 2.34375vw);
	right: 2.60417vw;
}

@media screen and (max-width: 768px) {
	.h-sns-list {
		display: none;
	}
}

.slidemenu-sp {
	position: fixed;
	top: 23px;
	right: 20px;
	z-index: 999999;
}

.slidemenu-sp .slidemenu-btn-sp {
	display: none;
}

.slidemenu-sp .slidemenu-btn-sp .first,
.slidemenu-sp .slidemenu-btn-sp .second,
.slidemenu-sp .slidemenu-btn-sp .third {
	background: #1a1a1a;
	width: 25px;
	height: 1px;
	display: block;
	margin: 3px 0;
	transition: .2s;
}

.slidemenu-sp .slidemenu-btn-sp .txt {
	font-size: 10px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
	.slidemenu-sp .slidemenu-btn-sp {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-top: -7px;
	}
}

.slidemenu-sp .slidemenu-btn-sp.-active {
	margin-top: 5px;
}

.slidemenu-sp .slidemenu-btn-sp.-active .first {
	transform: rotate(45deg);
}

.slidemenu-sp .slidemenu-btn-sp.-active .second {
	display: none;
}

.slidemenu-sp .slidemenu-btn-sp.-active .third {
	transform: rotate(-45deg);
}

.slidemenu-sp .slidemenu-btn-sp.-active .first,
.slidemenu-sp .slidemenu-btn-sp.-active .second,
.slidemenu-sp .slidemenu-btn-sp.-active .third {
	margin: 0;
}

.slidemenu-sp .slidemenu-btn-sp.-active .txt {
	margin-top: 8px;
}

.f-bnr-wrap {
	margin-bottom: 1.5625vw;
	margin-top: 2.60417vw;
}

@media screen and (max-width: 768px) {
	.f-bnr-wrap {
		margin-top: 50px;
		margin-bottom: 30px;
	}
}

.f-bnr-wrap .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.08333vw;
}

@media screen and (max-width: 768px) {
	.f-bnr-wrap .wrap {
		margin-bottom: 20px;
		justify-content: center;
	}
}

.f-bnr-wrap .wrap img {
	width: 32.29167vw;
}

@media screen and (max-width: 768px) {
	.f-bnr-wrap .wrap img {
		width: 100%;
		margin: 5px 0;
	}
}

@media screen and (max-width: 768px) {
	.f-bnr-wrap .wrap {
		flex-wrap: wrap;
	}
}

.f-bnr-wrap img {
	width: 100%;
}

footer {
	background: #1a1a1a;
	padding: 4.16667vw 0;
	position: relative;
	z-index: 101;
}

@media screen and (max-width: 768px) {
	footer {
		padding: 30px 0;
	}
}

footer .map {
	position: absolute;
	right: 2%;
	top: calc(50% - 9.27083vw);
	width: 27%;
}

@media screen and (max-width: 768px) {
	footer .map {
		display: none;
	}
}

footer .map img {
	width: 27.13542vw;
}

footer .container {
	display: flex;
	width: 70.3125vw;
}

@media screen and (max-width: 768px) {
	footer .container {
		width: 100%;
		align-items: center;
		justify-content: center;
	}
}

footer .container .left {
	margin-right: 4.16667vw;
}

@media screen and (max-width: 768px) {
	footer .container .left {
		margin-right: 0;
	}
}

footer .container .left .logo {
	margin-bottom: 1.5625vw;
	text-align: center;
}

footer .container .left .logo a svg {
	width: 12.76042vw;
}

@media screen and (max-width: 768px) {
	footer .container .left .logo a svg {
		width: 150px;
	}
}

footer .container .left .sns-list a {
	line-height: 1;
}

footer .container .left .sns-list a svg path {
	fill: #fff;
}

footer .container .left .read {
	color: #fff;
	font-size: 0.9375vw;
	letter-spacing: .2em;
	margin-bottom: 1.5625vw;
}

@media screen and (max-width: 768px) {
	footer .container .left .read {
		text-align: center;
		font-size: 14px;
	}
}

footer .container .left .sns-list {
	display: flex;
	align-items: center;
	margin-bottom: 4.16667vw;
}

@media screen and (max-width: 768px) {
	footer .container .left .sns-list {
		justify-content: center;
		align-items: center;
	}
}

footer .container .left .sns-list .ttl {
	font-size: 0.72917vw;
	color: #fff;
	margin-right: 1.04167vw;
}

@media screen and (max-width: 768px) {
	footer .container .left .sns-list .ttl {
		margin-right: 15px;
		font-size: 12px;
	}
}

footer .container .left .sns-list a {
	margin-right: 0.52083vw;
}

@media screen and (max-width: 768px) {
	footer .container .left .sns-list a:last-of-type {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	footer .container .left .sns-list a {
		margin-right: 10px;
		display: flex;
		height: 20px;
		align-items: center;
	}
}

footer .container .left .copy {
	color: #fff;
	font-size: 0.72917vw;
	letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
	footer .container .left .copy {
		text-align: center;
		font-size: 12px;
	}
}

footer .container .right {
	width: 34.47917vw;
}

@media screen and (max-width: 768px) {
	footer .container .right {
		display: none;
	}
}

footer .container .right .menu-ttl {
	font-size: 1.04167vw;
	color: #fff;
	letter-spacing: .2em;
	line-height: 1.3;
	border-bottom: 0.05208vw solid #fff;
	margin-bottom: 1.04167vw;
	padding-bottom: 1.04167vw;
}

footer .container .right .menu-ttl span {
	font-size: 0.72917vw;
	color: #888;
	display: block;
	letter-spacing: .3em;
}

footer .container .right .menu-wrap {
	display: flex;
	justify-content: space-between;
}

footer .container .right .menu-wrap .menu li {
	margin-bottom: 1.5625vw;
}

footer .container .right .menu-wrap .menu li a {
	font-size: 1.04167vw;
	letter-spacing: .3em;
	text-decoration: none;
	color: #fff;
	line-height: 1.3;
}

footer .container .right .menu-wrap .menu li a span {
	display: block;
	color: #888888;
	font-size: 0.72917vw;
	letter-spacing: .2em;
}

.f-bnr-wrap-sp {
	margin-top: 50px;
	display: none;
}

@media screen and (max-width: 768px) {
	.f-bnr-wrap-sp {
		display: block;
	}
}

.f-bnr-wrap-sp .wrap {
	width: 100%;
	display: flex;
}

.f-bnr-wrap-sp .wrap a {
	width: 50%;
}

.f-bnr-wrap-sp .wrap a img {
	width: 100%;
}

.f-bnr-wrap-sp > a img {
	width: 100%;
}

.news-list li {
	/**/
}

.slide-menu {
	/**/
}

.pc {
	display: block;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	main {
		overflow: hidden;
	}
}

.overflow-table {
	overflow-x: auto;
}

@media only screen and (max-width: 312px) {
	.nodrop-table tr th,
	.nodrop-table tr td {
		display: table-cell;
		width: auto !important;
	}
}

@media only screen and (max-width: 312px) {
	.nodrop-table tr th {
		white-space: nowrap;
	}
}

.hover-all {
	position: relative;
}

.hover-all > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.youtube-wrap {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}

main {
	overflow: hidden;
}

.youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container {
	width: 67.70833vw;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}
}

.button_container {
	margin-top: 6.14583vw;
}

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

.button_container ul li {
	font-size: 1.04167vw;
	text-align: center;
	width: 33%;
	max-width: 21.875vw;
	height: 5.20833vw;
	line-height: 5.20833vw;
	color: #ffffff;
	position: relative;
	background-color: #9D8F80;
}

.button_container ul li .width {
	border: 1px solid #ffffff;
	position: absolute;
	width: 97%;
	z-index: 1;
	height: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.button_container ul li .height {
	border: 1px solid #ffffff;
	position: absolute;
	height: 93%;
	z-index: 1;
	width: 95%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.button_container ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.contact_container {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.contact_container {
		margin-top: 100px;
	}
}

.contact_container a {
	max-width: 620px;
	width: 47%;
}

@media screen and (max-width: 768px) {
	.contact_container a {
		width: 50%;
	}
}

.contact_container a img {
	width: 100%;
}

#id {
	display: none;
}

.firstview {
	display: flex;
	justify-content: flex-end;
}

.firstview .firstview_bg .position {
	position: absolute;
	top: -7.8125vw;
	left: -20.83333vw;
	opacity: 0.2;
	mix-blend-mode: multiply;
	z-index: -1;
	width: 46.92708vw;
}

@media screen and (max-width: 768px) {
	.firstview .firstview_bg .position {
		width: 400px;
		left: -25px;
		top: 25px;
	}
}

.firstview .left_container {
	width: 34.89583vw;
}

@media screen and (max-width: 768px) {
	.firstview .left_container {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.firstview .left_container h2 {
		text-align: left;
		font-size: 24px;
	}
}

.firstview .left_container h2 span {
	text-align: left;
	margin-top: 0;
}

.firstview .left_container .read_wrap {
	display: flex;
	justify-content: flex-end;
}

.firstview .left_container .read_wrap .read {
	margin-top: 3.125vw;
	width: 34.73958vw;
	font-size: 0.83333vw;
	font-weight: medium;
	letter-spacing: 0.15em;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.firstview .left_container .read_wrap .read br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.firstview .left_container .read_wrap .read {
		width: 100%;
		font-size: 12px;
		margin-top: 30px;
	}
}

.form_container {
	margin-top: 4.6875vw;
}

@media screen and (max-width: 768px) {
	.form_container {
		margin-top: 40px;
	}
}

.form_container .ttl {
	padding: 1.5625vw;
	background-color: #ffffff;
	line-height: 1.5;
	text-align: center;
	font-size: 1.14583vw;
	width: 100%;
	border-radius: 4.6875vw;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.form_container .ttl {
		padding: 14px;
		width: 100%;
		font-size: 16px;
	}
}

.form_container .ttl a {
	text-decoration: none;
	font-size: 1.77083vw;
	vertical-align: sub;
	margin: 0 1.5625vw;
}

@media screen and (max-width: 768px) {
	.form_container .ttl a {
		width: 100%;
		font-size: 22px;
	}
}

.form_container .form_wrap {
	margin: 3.80208vw auto 0;
	width: 41.66667vw;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap {
		width: 100%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table {
		width: 100%;
	}
}

.form_container .form_wrap table tr td {
	padding-bottom: 1.04167vw;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table tr td {
		padding-bottom: 10px;
		display: block;
	}
}

.form_container .form_wrap table tr .radio span {
	margin-left: 0;
}

.form_container .form_wrap table tr .radio br {
	display: none;
}

.form_container .form_wrap table tr .head {
	width: 14.58333vw;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-size: 1.04167vw;
	line-height: 1.3;
	position: relative;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table tr .head {
		width: 100%;
		font-size: 14px;
		margin-top: 0;
	}
}

.form_container .form_wrap table tr .required::after {
	content: "*";
	position: absolute;
}

.form_container .form_wrap table tr .type_text {
	vertical-align: middle;
}

.form_container .form_wrap table tr .form {
	width: 27.08333vw;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table tr .form {
		width: 100%;
	}
}

.form_container .form_wrap table tr .form input[type="text"],
.form_container .form_wrap table tr .form input[type="email"] {
	width: 100%;
	height: 2.86458vw;
	border: none;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table tr .form input[type="text"],
	.form_container .form_wrap table tr .form input[type="email"] {
		height: 40px;
	}
}

.form_container .form_wrap table tr .form textarea {
	width: 100%;
	height: 7.8125vw;
	border: none;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table tr .form textarea {
		height: 90px;
	}
}

.form_container .form_wrap table tr .form input[type="radio"] {
	width: 1.45833vw;
	height: 1.45833vw;
	display: none;
	margin-bottom: 1.04167vw;
}

.form_container .form_wrap table tr .form input[type="radio"]:checked {
	color: red;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table tr .form input[type="radio"] {
		height: 20px;
		width: 20px;
	}
}

.form_container .form_wrap table tr .form label {
	font-size: 0.78125vw;
	font-weight: 500;
	letter-spacing: 0.2em;
	vertical-align: top;
	margin-right: 0.9375vw;
	border: none;
	margin-bottom: 1.04167vw;
	position: relative;
}

.form_container .form_wrap table tr .form label span {
	margin-left: 0;
}

.form_container .form_wrap table tr .form label span::after {
	content: "";
	width: 0.72917vw;
	height: 0.72917vw;
	background-color: #9D8F80;
	border-radius: 4.6875vw;
	position: absolute;
	top: 0.72917vw;
	left: 0.72917vw;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	transition: 0.2s;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table tr .form label span::after {
		width: 10px;
		height: 10px;
		top: 14px;
		left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table tr .form label {
		font-size: 14px;
		margin-right: 15px;
		margin-bottom: 10px;
		vertical-align: sub;
	}
}

.form_container .form_wrap table tr .form label::before {
	content: "";
	width: 1.45833vw;
	height: 1.45833vw;
	background-color: #ffffff;
	border-radius: 4.6875vw;
	margin-right: 1.04167vw;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap table tr .form label::before {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
}

.form_container .form_wrap table tr .form input[type="radio"]:checked + span::after {
	opacity: 1;
}

.form_container .form_wrap .only_send {
	font-size: 1.45833vw;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
	margin-top: 1.5625vw;
	margin-bottom: 2.08333vw;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap .only_send {
		font-size: 18px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
}

.form_container .form_wrap .button {
	position: relative;
	width: 27.1875vw;
	margin: 3.07292vw auto 0;
	transition: .2s;
	cursor: pointer;
}

.form_container .form_wrap .button:hover {
	opacity: .8;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap .button {
		width: 100%;
		margin: 40px auto 0;
	}
}

.form_container .form_wrap .button a {
	font-size: 0.9375vw;
	letter-spacing: 0.15em;
	text-align: center;
	width: 27.1875vw;
	height: 5.20833vw;
	line-height: 5.20833vw;
	color: #ffffff;
	position: relative;
	background-color: #9D8F80;
	text-decoration: none;
	border-radius: 0;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap .button a {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}
}

.form_container .form_wrap .button::before {
	content: "";
	width: 102%;
	height: 100%;
	position: absolute;
	height: 93%;
	z-index: 1;
	width: 95%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
	border: 0.05208vw solid #ffffff;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap .button::before {
		width: calc(100% - 5px);
	}
}

.form_container .form_wrap .button::after {
	content: "";
	position: absolute;
	width: 97%;
	z-index: 1;
	height: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border: 0.05208vw solid #ffffff;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap .button::after {
		width: calc(100% - 10px);
	}
}

.form_container .form_wrap .button span {
	font-size: 0.88542vw;
	margin-left: 0.52083vw;
	right: 1.5625vw;
	top: 1.30208vw;
	position: absolute;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.form_container .form_wrap .button span {
		font-size: 12px;
		margin-left: 10px;
		right: 20px;
		top: calc(50% - 15px);
		line-height: 10px;
	}
}

.privacy-policy {
	height: 20vw;
	overflow-y: scroll;
	background: #fff;
	padding: 1.5625vw;
	margin-top: 1.5625vw;
}

@media screen and (max-width: 768px) {
	.privacy-policy {
		height: 200px;
		padding: 20px;
		margin-top: 20px;
	}
}

.privacy-policy p {
	letter-spacing: .2em;
	font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
	.privacy-policy p {
		font-size: 12px;
	}
}

.privacy-policy span {
	font-weight: 700;
	letter-spacing: .2em;
}

.container.confi .firstview {
	justify-content: center;
}

.container.confi .left_container {
	width: 100%;
}

.container.confi .left_container h2 {
	text-align: center;
}

.container.confi .left_container h2 span {
	text-align: center;
}

.thanks-read {
	font-size: 1.04167vw;
	text-align: center;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.thanks-read {
		font-size: 16px;
	}
}

.none-sub {
	display: none;
}

.pdf-list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.pdf-list {
		justify-content: space-between;
	}
}

.pdf-list li {
	position: relative;
	width: 32%;
	margin-right: 1.35417vw;
	margin-bottom: 1.5625vw;
}

@media screen and (max-width: 768px) {
	.pdf-list li {
		width: 49%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.pdf-list li:nth-child(3n) {
	margin-right: 0;
}

.pdf-list li .thumb img {
	width: 100%;
}
.pdf-list li .thumb2 img {
	width: 100%;
}

.pdf-list li .pdf-ttl {
	font-size: 0.9375vw;
	letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
	.pdf-list li .pdf-ttl {
		font-size: 14px;
	}
}

.pdf-list li a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}


@media screen and (max-width: 768px) {
	.firstview .left_container .read_wrap .read {
		width: 100%;
		font-size: 12px;
		margin-top: 30px;
	}
}

.partner {
	position: relative;
	margin-bottom: 7.8125vw;
}

@media screen and (max-width: 768px) {
	.partner {
		margin-bottom: 50px;
	}
}

.partner .content {
	width: 32.8125vw;
}

@media screen and (max-width: 768px) {
	.partner .content {
		width: 100%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	.partner .content {
		width: 100%;
	}
}

.partner .content .ttl {
	font-size: 2.5vw;
	letter-spacing: .2em;
	line-height: 1.5;
	margin-bottom: 1.5625vw;
}
.partner .content .ttl2 {
	font-size: 2.5vw;
	letter-spacing: .2em;
	line-height: 1.5;
	margin-bottom: 1.5625vw;
}

@media screen and (max-width: 768px) {
	.partner .content .ttl {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.partner .content .ttl2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.partner .content .ttl span {
	font-size: 1.25vw;
	letter-spacing: .3em;
	display: block;
	color: #3A7B5C;
}
	.partner .content .ttl2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.partner .content .ttl2 span {
	font-size: 1.25vw;
	letter-spacing: .3em;
	display: block;
	color: #3A7B5C;
}
@media screen and (max-width: 768px) {
	.partner .content .ttl span {
		font-size: 16px;
		margin-top: 10px;
	}
	.partner .content .ttl2 span {
		font-size: 16px;
		margin-top: 10px;
	}
}

.partner .content .sub-ttl {
	font-size: 0.9375vw;
	letter-spacing: .3em;
	margin-bottom: 1.5625vw;
}

@media screen and (max-width: 768px) {
	.partner .content .sub-ttl {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.partner .content .read {
	line-height: 2.1;
	font-size: 0.88542vw;
	letter-spacing: .15em;
}

@media screen and (max-width: 768px) {
	.partner .content .read {
		font-size: 14px;
	}
}

.partner .thumb {
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
}
.partner .thumb2 {
	position: absolute;
	right: 0;
	top: 80px;
	width: 50%;
}

@media screen and (max-width: 768px) {
	.partner .thumb {
		position: static;
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	.partner .thumb2 {
		position: static;
		width: 100%;
		display: block;
		margin-top: 20px;
	}
}

.partner .thumb img {
	width: 100%;
	/*height: 26.04167vw;
	object-fit: cover;*/
}
.partner .thumb2 img {
	width: 100%;
	/*height: 26.04167vw;
	object-fit: cover;*/
}

@media screen and (max-width: 768px) {
	.partner .thumb img {
		height: auto;
	}
	.partner .thumb2 img {
		height: auto;
	}
}

.partner.-another .content {
	margin: 0 0 0 auto;
}

.partner.-another .thumb {
	right: auto;
	left: 0;
}
.partner.-another .thumb2 {
	right: auto;
	left: 0;
}
.mt200 {
	margin-top: 10.41667vw;
}

@media screen and (max-width: 768px) {
	.mt200 {
		margin-top: 0;
	}
}

.gallery {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.gallery {
		margin-bottom: 50px;
	}
}

.gallery li {
	width: 15.88542vw;
	height: 15.88542vw;
	margin-right: 1.35417vw;
	margin-bottom: 1.35417vw;
	position: relative;
}

.gallery li:nth-child(n + 9) {
	display: none;
}

@media screen and (max-width: 768px) {
	.gallery li {
		width: 50%;
		height: 150px;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.gallery li:before {
	content: "";
	width: 14.89583vw;
	height: 15.41667vw;
	border: 0.05208vw solid #fff;
	position: absolute;
	left: calc(50% - 7.44792vw);
	bottom: calc(50% - 7.70833vw);
}

@media screen and (max-width: 768px) {
	.gallery li:before {
		display: none;
	}
}

.gallery li:after {
	content: "";
	height: 14.89583vw;
	width: 15.41667vw;
	border: 0.05208vw solid #fff;
	position: absolute;
	left: calc(50% - 7.70833vw);
	bottom: calc(50% - 7.44792vw);
}

@media screen and (max-width: 768px) {
	.gallery li:after {
		display: none;
	}
}

.gallery li:nth-child(4n) {
	margin-right: 0;
}

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

.gallery li a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.gallery.active {
	margin-bottom: 7.8125vw;
}

.gallery.active li:nth-child(n + 9) {
	display: block;
}

.more-btn {
	width: 100%;
	line-height: 4.16667vw;
	background: #9D8F80;
	text-align: center;
	color: #fff;
	font-size: 0.9375vw;
	letter-spacing: .15em;
	position: relative;
	cursor: pointer;
	margin-bottom: 7.8125vw;
}

@media screen and (max-width: 768px) {
	.more-btn {
		font-size: 14px;
		margin-bottom: 50px;
		padding: 16px 0;
	}
}

.more-btn:before {
	content: "";
	width: calc(100% - 7px);
	height: 84%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0.05208vw solid #fff;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.more-btn:before {
		width: calc(100% - 5px);
	}
}

.more-btn::after {
	content: "";
	width: calc(100% - 15px);
	height: 93%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0.05208vw solid #fff;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.more-btn::after {
		width: calc(100% - 10px);
	}
}

.more-btn.active {
	display: none;
}

.detail {
	position: relative;
	margin-bottom: 7.8125vw;
}

@media screen and (max-width: 768px) {
	.detail {
		margin-bottom: 50px;
	}
}

.detail .content-wrap {
	width: 30.20833vw;
}

@media screen and (max-width: 768px) {
	.detail .content-wrap {
		width: 100%;
	}
}

.detail .content-wrap .theme-head {
	color: #D31A18;
	letter-spacing: .2em;
	font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
	.detail .content-wrap .theme-head {
		font-size: 14px;
	}
}

.detail .content-wrap > .ttl {
	font-size: 1.25vw;
	letter-spacing: .2em;
	line-height: 1;
	margin-bottom: 2.60417vw;
}

@media screen and (max-width: 768px) {
	.detail .content-wrap > .ttl {
		font-size: 18px;
		line-height: 1.7;
		margin-bottom: 30px;
	}
}

.detail .content-wrap .content {
	margin-bottom: 2.60417vw;
}

@media screen and (max-width: 768px) {
	.detail .content-wrap .content {
		margin-bottom: 20px;
	}
}

.detail .content-wrap .content .ttl {
	font-size: 0.88542vw;
	letter-spacing: .2em;
	border-bottom: 0.05208vw solid #ddd;
	padding-bottom: 1.04167vw;
	margin-bottom: 1.04167vw;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.detail .content-wrap .content .ttl {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 16px;
	}
}

.detail .content-wrap .content .read {
	font-size: 0.83333vw;
}

@media screen and (max-width: 768px) {
	.detail .content-wrap .content .read {
		font-size: 14px;
	}
}

.detail .content-wrap .content ul li {
	font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
	.detail .content-wrap .content ul li {
		font-size: 14px;
	}
}

.detail .thumb {
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
}
.detail .thumb2 {
	position: absolute;
	right: 0;
	top: 15px;
	width: 45%;
}

@media screen and (max-width: 768px) {
	.detail .thumb {
		position: static;
		width: 100%;
		padding: 0 20px;
	}
	.detail .thumb2 {
		position: static;
		width: 100%;
		padding: 0 20px;
	}
}

.detail .thumb > img {
	width: 44.63542vw;
	object-fit: cover;
	height: 36.04167vw;
}
.detail .thumb2 > img {
	width: 44.63542vw;
	object-fit: cover;
	height: 36.04167vw;
}

@media screen and (max-width: 768px) {
	.detail .thumb > img {
		height: auto;
		width: 100%;
		max-height: 400px;
	}
	.detail .thumb2 > img {
		height: auto;
		width: 100%;
		max-height: 400px;
	}
}

.detail .thumb .thumb-img {
	margin-top: 1.5625vw;
	display: flex;
}
.detail .thumb2 .thumb-img {
	margin-top: 1.5625vw;
	display: flex;
}

@media screen and (max-width: 768px) {
	.detail .thumb .thumb-img {
		flex-wrap: wrap;
	}
	.detail .thumb2 .thumb-img {
		flex-wrap: wrap;
	}
}

.detail .thumb .thumb-img li {
	margin-right: 1.04167vw;
}
.detail .thumb2 .thumb-img li {
	margin-right: 1.04167vw;
}

@media screen and (max-width: 768px) {
	.detail .thumb .thumb-img li {
		width: 32%;
		margin-right: 1.75vw;
		margin-bottom: 1.75vw;
	}
	.detail .thumb2 .thumb-img li {
		width: 32%;
		margin-right: 1.75vw;
		margin-bottom: 1.75vw;
	}
}

@media screen and (max-width: 768px) {
	.detail .thumb .thumb-img li:nth-child(3n) {
		margin-right: 0;
	}
	.detail .thumb2 .thumb-img li:nth-child(3n) {
		margin-right: 0;
	}
}

.detail .thumb .thumb-img li img {
	width: 7.8125vw;
	height: 7.8125vw;
	object-fit: cover;
}
.detail .thumb2 .thumb-img li img {
	width: 7.8125vw;
	height: 7.8125vw;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.detail .thumb .thumb-img li img {
		width: 100%;
		height: 100px;
	}
	.detail .thumb2 .thumb-img li img {
		width: 100%;
		height: 100px;
	}
}

.detail.-another .content-wrap {
	margin: 0 0 0 auto;
}

.detail.-another .thumb {
	left: 0;
	right: auto;
}
.detail.-another .thumb2 {
	left: 0;
	right: auto;
}

.detail.-another .thumb .thumb-img {
	display: flex;
	justify-content: flex-end;
}
.detail.-another .thumb2 .thumb-img {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	.detail.-another .thumb .thumb-img {
		justify-content: flex-start;
	}
	.detail.-another .thumb2 .thumb-img {
		justify-content: flex-start;
	}
}

.content-ttl {
	font-size: 2.1875vw;
	color: #1a1a1a;
	letter-spacing: .3em;
	margin-bottom: 2.08333vw;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.content-ttl {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
}

.content-ttl span {
	font-size: 1.25vw;
	display: block;
	letter-spacing: .15em;
	margin-top: 0.52083vw;
}

@media screen and (max-width: 768px) {
	.content-ttl span {
		font-size: 16px;
	}
}

.parth02 {
	position: absolute;
	top: -26.04167vw;
	left: 0;
	z-index: -1;
	mix-blend-mode: multiply;
}

.parth03 {
	position: absolute;
	top: -10.41667vw;
	left: -15.625vw;
	mix-blend-mode: multiply;
	z-index: -1;
}

.parth04 {
	position: absolute;
	top: -10.41667vw;
	left: 15.625vw;
	z-index: -1;
	mix-blend-mode: multiply;
}

.parth05 {
	position: absolute;
	top: -20.83333vw;
	right: 15.625vw;
	z-index: -1;
	mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
	.parth05 {
		top: 100px;
		right: 100px;
	}
}

.link_container {
	margin-top: 3.64583vw;
}

@media screen and (max-width: 768px) {
	.link_container {
		margin-top: 30px;
	}
}

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

@media screen and (max-width: 768px) {
	.link_container ul {
		display: block;
	}
}

.link_container ul li {
	width: 48%;
	position: relative;
}

@media screen and (max-width: 768px) {
	.link_container ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}

.link_container ul li .read_wrap {
	text-align: center;
	background-color: #9D8F80;
	height: 4.16667vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.link_container ul li .read_wrap {
		height: 60px;
	}
}

.link_container ul li .read_wrap .ttl {
	font-size: 0.9375vw;
	letter-spacing: 0.15em;
	color: #ffffff;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.link_container ul li .read_wrap .ttl {
		font-size: 14px;
	}
}

.link_container ul li .read_wrap .subject {
	font-size: 0.52083vw;
	letter-spacing: 0.15em;
	color: #ffffff;
	font-family: "Times";
	line-height: 1;
	margin-top: 0.26042vw;
}

@media screen and (max-width: 768px) {
	.link_container ul li .read_wrap .subject {
		font-size: 9px;
	}
}

.link_container ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.link_container ul li::before {
	content: "";
	width: 98%;
	height: 84%;
	position: absolute;
	display: block;
	border: 1px solid #f5f5ed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.link_container ul li::before {
		width: calc(100% - 5px);
	}
}

.link_container ul li::after {
	content: "";
	width: 97%;
	height: 93%;
	position: absolute;
	top: -2%;
	left: 0;
	display: block;
	border: 1px solid #f5f5ed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.link_container ul li::after {
		width: calc(100% - 10px);
	}
}

.category_container{
margin-top:150px;}

.firstview {
	justify-content: flex-start;
}
.firstview .left_container {
	width: 100%;
}
.firstview .left_container .read_wrap {
	justify-content: flex-start;
}
.firstview .left_container .read_wrap .read {
	width: 100%;
}

.sec-ttl {
	font-weight: 500;
	font-size: 1.66667vw;
	color: #484848;
	position: relative;
	margin-top: 3.85417vw;
	margin-bottom: 2.85417vw;
}
.sec-ttl::before {
	position: absolute;
	content: "";
	background-image: url(../../../img/service/icon01.png);
	display: inline-block;
	width: 4.16667vw;
	height: 0.05208vw;
	bottom: -0.52083vw;
}
@media screen and (max-width: 768px) {
	.sec-ttl {
		font-size: 25px;
		line-height: 1.5;
		margin-top: 40px;
	}
	.sec-ttl::before {
		content: none;
	}
}


.container table {
	margin: 3.64583vw auto 0;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.container table {
		margin-top: 20px;
		width: 100%;
	}
}

.container table tr {
	border-top: 0.05208vw solid #dddddd;
}

.container table tr:nth-last-child(1) {
	border-bottom: 0.05208vw solid #dddddd;
}

.container table tr td {
	padding: 1.04167vw 0;
	letter-spacing: 0.2em;
	font-size: 0.83333vw;
	font-weight: 500;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.container table tr {
		border-top: none;
	}
	.container table tr td:first-child {
		font-size: 18px;
		padding-top: 20px;
		line-height: 1.4;
	}
}

.container table tr td:last-child {
	padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.container table tr td:last-child {
		padding-bottom: 0;
	}
	.container table tr td {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.container table tr td {
		font-size: 13px;
	}
}

.container table tr .head {
	width: 7.96875vw;
}

@media screen and (max-width: 768px) {
	.container table tr .head {
		width: 100%;
	}
}

.container table td p:not(:first-child) {
	margin-top: 1.5625vw;
}
@media screen and (max-width: 768px) {
	.container table td p:not(:first-child) {
		margin-top: 25px;
	}
}

.not-recruiting_wrap .read {
	margin-top: 3.125vw;
	font-size: 0.83333vw;
	letter-spacing: 0.15em;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.not-recruiting_wrap .read {
		font-size: 12px;
		margin-top: 30px;
	}
}

.back-btn {
	margin: 2.08333vw auto 0;
	width: 18.33333vw;
}
.back-btn a {
	background: #9D8F80;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 1.30208vw 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	letter-spacing: .3em;
	position: relative;
	font-size: 0.9375vw;
}
.back-btn a::before {
	content: "";
	width: 95%;
	height: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #fff;
	transform: translate(-50%, -50%);
}
.back-btn a::after {
	content: "";
	width: 98%;
	height: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #fff;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.back-btn {
		width: 100%;
		margin: 40px auto 0;
		padding: 0 20px;
	}
	.back-btn a {
		font-size: 16px;
		padding: 15px 0;
	}
	.back-btn a::before {
		width: calc(100% - 10px);
	}
	.back-btn a::after {
		width: calc(100% - 5px);
	}
}
/*# sourceMappingURL=contact.css.map */